*, ::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(63 131 248 / 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(63 131 248 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.tooltip-arrow,.tooltip-arrow:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

.tooltip-arrow {
  visibility: hidden;
}

.tooltip-arrow:before {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}

[data-tooltip-style^='light'] + .tooltip > .tooltip-arrow:before {
  border-style: solid;
  border-color: #e5e7eb;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='top'] > .tooltip-arrow:before {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='right'] > .tooltip-arrow:before {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='bottom'] > .tooltip-arrow:before {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='left'] > .tooltip-arrow:before {
  border-top-width: 1px;
  border-right-width: 1px;
}

.tooltip[data-popper-placement^='top'] > .tooltip-arrow {
  bottom: -4px;
}

.tooltip[data-popper-placement^='bottom'] > .tooltip-arrow {
  top: -4px;
}

.tooltip[data-popper-placement^='left'] > .tooltip-arrow {
  right: -4px;
}

.tooltip[data-popper-placement^='right'] > .tooltip-arrow {
  left: -4px;
}

.tooltip.invisible > .tooltip-arrow:before {
  visibility: hidden;
}

[data-popper-arrow],[data-popper-arrow]:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

[data-popper-arrow] {
  visibility: hidden;
}

[data-popper-arrow]:before {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}

[data-popper-arrow]:after {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
  position: absolute;
  width: 9px;
  height: 9px;
  background: inherit;
}

[role="tooltip"] > [data-popper-arrow]:before {
  border-style: solid;
  border-color: #e5e7eb;
}

.dark [role="tooltip"] > [data-popper-arrow]:before {
  border-style: solid;
  border-color: #4b5563;
}

[role="tooltip"] > [data-popper-arrow]:after {
  border-style: solid;
  border-color: #e5e7eb;
}

.dark [role="tooltip"] > [data-popper-arrow]:after {
  border-style: solid;
  border-color: #4b5563;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:before {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:after {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:before {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:after {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:before {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:after {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:before {
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:after {
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow] {
  bottom: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow] {
  top: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow] {
  right: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow] {
  left: -5px;
}

[role="tooltip"].invisible > [data-popper-arrow]:before {
  visibility: hidden;
}

[role="tooltip"].invisible > [data-popper-arrow]:after {
  visibility: hidden;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6B7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1C64F2;
  --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);
  border-color: #1C64F2;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6B7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6B7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

select:not([size]) {
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3e %3cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3e %3c/svg%3e");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 0.75em 0.75em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #1C64F2;
  background-color: #fff;
  border-color: #6B7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1C64F2;
  --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);
}

[type='checkbox']:checked,[type='radio']:checked,.dark [type='checkbox']:checked,.dark [type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 0.55em 0.55em;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 0.55em 0.55em;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
  background-size: 1em 1em;
}

.dark [type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
  background-size: 1em 1em;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3e %3c/svg%3e");
  background-color: currentColor;
  border-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.55em 0.55em;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px auto inherit;
}

input[type=file]::file-selector-button {
  color: white;
  background: #1F2937;
  border: 0;
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2rem;
  padding-right: 1rem;
  margin-inline-start: -1rem;
  margin-inline-end: 1rem;
}

input[type=file]::file-selector-button:hover {
  background: #374151;
}

.dark input[type=file]::file-selector-button {
  color: white;
  background: #4B5563;
}

.dark input[type=file]::file-selector-button:hover {
  background: #6B7280;
}

input[type="range"]::-webkit-slider-thumb {
  height: 1.25rem;
  width: 1.25rem;
  background: #1C64F2;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-webkit-slider-thumb {
  background: #9CA3AF;
}

.dark input[type="range"]:disabled::-webkit-slider-thumb {
  background: #6B7280;
}

input[type="range"]:focus::-webkit-slider-thumb {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1px;
  --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
}

input[type="range"]::-moz-range-thumb {
  height: 1.25rem;
  width: 1.25rem;
  background: #1C64F2;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-moz-range-thumb {
  background: #9CA3AF;
}

.dark input[type="range"]:disabled::-moz-range-thumb {
  background: #6B7280;
}

input[type="range"]::-moz-range-progress {
  background: #3F83F8;
}

input[type="range"]::-ms-fill-lower {
  background: #3F83F8;
}

.toggle-bg:after {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  background: white;
  border-color: #D1D5DB;
  border-width: 1px;
  border-radius: 9999px;
  height: 1.25rem;
  width: 1.25rem;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  transition-duration: .15s;
  box-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}

input:checked + .toggle-bg:after {
  transform: translateX(100%);;
  border-color: white;
}

input:checked + .toggle-bg {
  background: #1C64F2;
  border-color: #1C64F2;
}

* {
  scrollbar-color: initial;
  scrollbar-width: initial;
}
    body {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
    h1,h2,h3,h4,h5,h6 {
        font-family: 'Montserrat', ui-sans-serif, system-ui, -apple-system, Segoe UI,
        Roboto, Helvetica Neue, Arial, Noto Sans, 'Apple Color Emoji',
        'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
    }
    h3,h4,h5,h6 {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .\!container {
    max-width: 640px !important;
  }

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

  .\!container {
    max-width: 768px !important;
  }

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

  .\!container {
    max-width: 1024px !important;
  }

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

  .\!container {
    max-width: 1280px !important;
  }

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

  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}
.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;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-right-1 {
  right: -0.25rem;
}
.-right-8 {
  right: -2rem;
}
.-top-0\.5 {
  top: -0.125rem;
}
.-top-1 {
  top: -0.25rem;
}
.-top-2 {
  top: -0.5rem;
}
.-top-3\.5 {
  top: -0.875rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-\[60px\] {
  bottom: 60px;
}
.bottom-full {
  bottom: 100%;
}
.end-0 {
  inset-inline-end: 0px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-10 {
  left: 2.5rem;
}
.left-2 {
  left: 0.5rem;
}
.left-2\.5 {
  left: 0.625rem;
}
.left-3 {
  left: 0.75rem;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.right-6 {
  right: 1.5rem;
}
.start-0 {
  inset-inline-start: 0px;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-14 {
  top: 3.5rem;
}
.top-2 {
  top: 0.5rem;
}
.top-20 {
  top: 5rem;
}
.top-3\.5 {
  top: 0.875rem;
}
.top-4 {
  top: 1rem;
}
.top-5 {
  top: 1.25rem;
}
.top-\[73px\] {
  top: 73px;
}
.top-full {
  top: 100%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[90\] {
  z-index: 90;
}
.z-\[9999\] {
  z-index: 9999;
}
.z-\[999\] {
  z-index: 999;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-full {
  grid-column: 1 / -1;
}
.float-end {
  float: inline-end;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.-mx-1\.5 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.-my-1\.5 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}
.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.-mb-2 {
  margin-bottom: -0.5rem;
}
.-mb-8 {
  margin-bottom: -2rem;
}
.-mb-px {
  margin-bottom: -1px;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.-ml-2 {
  margin-left: -0.5rem;
}
.-ml-px {
  margin-left: -1px;
}
.-mt-4 {
  margin-top: -1rem;
}
.-mt-px {
  margin-top: -1px;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.me-1 {
  margin-inline-end: 0.25rem;
}
.me-1\.5 {
  margin-inline-end: 0.375rem;
}
.me-2 {
  margin-inline-end: 0.5rem;
}
.me-3 {
  margin-inline-end: 0.75rem;
}
.me-5 {
  margin-inline-end: 1.25rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-0\.5 {
  margin-right: 0.125rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-auto {
  margin-right: auto;
}
.ms-2 {
  margin-inline-start: 0.5rem;
}
.ms-3 {
  margin-inline-start: 0.75rem;
}
.ms-auto {
  margin-inline-start: auto;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.box-border {
  box-sizing: border-box;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-header-group {
  display: table-header-group;
}
.table-row {
  display: table-row;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[3\/2\] {
  aspect-ratio: 3/2;
}
.size-0 {
  width: 0px;
  height: 0px;
}
.size-0\.5 {
  width: 0.125rem;
  height: 0.125rem;
}
.size-1 {
  width: 0.25rem;
  height: 0.25rem;
}
.size-1\.5 {
  width: 0.375rem;
  height: 0.375rem;
}
.size-1\/12 {
  width: 8.333333%;
  height: 8.333333%;
}
.size-1\/2 {
  width: 50%;
  height: 50%;
}
.size-1\/3 {
  width: 33.333333%;
  height: 33.333333%;
}
.size-1\/4 {
  width: 25%;
  height: 25%;
}
.size-1\/5 {
  width: 20%;
  height: 20%;
}
.size-1\/6 {
  width: 16.666667%;
  height: 16.666667%;
}
.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}
.size-10\/12 {
  width: 83.333333%;
  height: 83.333333%;
}
.size-11 {
  width: 2.75rem;
  height: 2.75rem;
}
.size-11\/12 {
  width: 91.666667%;
  height: 91.666667%;
}
.size-12 {
  width: 3rem;
  height: 3rem;
}
.size-14 {
  width: 3.5rem;
  height: 3.5rem;
}
.size-16 {
  width: 4rem;
  height: 4rem;
}
.size-2 {
  width: 0.5rem;
  height: 0.5rem;
}
.size-2\.5 {
  width: 0.625rem;
  height: 0.625rem;
}
.size-2\/12 {
  width: 16.666667%;
  height: 16.666667%;
}
.size-2\/3 {
  width: 66.666667%;
  height: 66.666667%;
}
.size-2\/4 {
  width: 50%;
  height: 50%;
}
.size-2\/5 {
  width: 40%;
  height: 40%;
}
.size-2\/6 {
  width: 33.333333%;
  height: 33.333333%;
}
.size-20 {
  width: 5rem;
  height: 5rem;
}
.size-24 {
  width: 6rem;
  height: 6rem;
}
.size-28 {
  width: 7rem;
  height: 7rem;
}
.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}
.size-3\.5 {
  width: 0.875rem;
  height: 0.875rem;
}
.size-3\/12 {
  width: 25%;
  height: 25%;
}
.size-3\/4 {
  width: 75%;
  height: 75%;
}
.size-3\/5 {
  width: 60%;
  height: 60%;
}
.size-3\/6 {
  width: 50%;
  height: 50%;
}
.size-32 {
  width: 8rem;
  height: 8rem;
}
.size-36 {
  width: 9rem;
  height: 9rem;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.size-4\/12 {
  width: 33.333333%;
  height: 33.333333%;
}
.size-4\/5 {
  width: 80%;
  height: 80%;
}
.size-4\/6 {
  width: 66.666667%;
  height: 66.666667%;
}
.size-40 {
  width: 10rem;
  height: 10rem;
}
.size-44 {
  width: 11rem;
  height: 11rem;
}
.size-48 {
  width: 12rem;
  height: 12rem;
}
.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.size-5\/12 {
  width: 41.666667%;
  height: 41.666667%;
}
.size-5\/6 {
  width: 83.333333%;
  height: 83.333333%;
}
.size-52 {
  width: 13rem;
  height: 13rem;
}
.size-56 {
  width: 14rem;
  height: 14rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-6\/12 {
  width: 50%;
  height: 50%;
}
.size-60 {
  width: 15rem;
  height: 15rem;
}
.size-64 {
  width: 16rem;
  height: 16rem;
}
.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}
.size-7\/12 {
  width: 58.333333%;
  height: 58.333333%;
}
.size-72 {
  width: 18rem;
  height: 18rem;
}
.size-8 {
  width: 2rem;
  height: 2rem;
}
.size-8\/12 {
  width: 66.666667%;
  height: 66.666667%;
}
.size-80 {
  width: 20rem;
  height: 20rem;
}
.size-9 {
  width: 2.25rem;
  height: 2.25rem;
}
.size-9\/12 {
  width: 75%;
  height: 75%;
}
.size-96 {
  width: 24rem;
  height: 24rem;
}
.size-auto {
  width: auto;
  height: auto;
}
.size-fit {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.size-full {
  width: 100%;
  height: 100%;
}
.size-max {
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
}
.size-min {
  width: -moz-min-content;
  width: min-content;
  height: -moz-min-content;
  height: min-content;
}
.size-px {
  width: 1px;
  height: 1px;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-1\/4 {
  height: 25%;
}
.h-10 {
  height: 2.5rem;
}
.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-20 {
  height: 5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-3\/4 {
  height: 75%;
}
.h-32 {
  height: 8rem;
}
.h-36 {
  height: 9rem;
}
.h-4 {
  height: 1rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[90vh\] {
  height: 90vh;
}
.h-\[94svh\] {
  height: 94svh;
}
.h-\[calc\(100\%-1rem\)\] {
  height: calc(100% - 1rem);
}
.h-\[calc\(100vh-12rem\)\] {
  height: calc(100vh - 12rem);
}
.h-\[calc\(100vh-200px\)\] {
  height: calc(100vh - 200px);
}
.h-\[calc\(100vh-20rem\)\] {
  height: calc(100vh - 20rem);
}
.h-\[calc\(100vh-6\.5rem\)\] {
  height: calc(100vh - 6.5rem);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-modal {
  height: calc(100% - 2rem);
}
.h-screen {
  height: 100vh;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-20 {
  max-height: 5rem;
}
.max-h-32 {
  max-height: 8rem;
}
.max-h-40 {
  max-height: 10rem;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-60 {
  max-height: 15rem;
}
.max-h-8 {
  max-height: 2rem;
}
.max-h-80 {
  max-height: 20rem;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[400px\] {
  max-height: 400px;
}
.max-h-\[70vh\] {
  max-height: 70vh;
}
.max-h-\[80vh\] {
  max-height: 80vh;
}
.max-h-\[95vh\] {
  max-height: 95vh;
}
.max-h-\[calc\(10\*3rem\)\] {
  max-height: calc(10 * 3rem);
}
.max-h-\[calc\(100vh-100px\)\] {
  max-height: calc(100vh - 100px);
}
.max-h-\[calc\(100vh-92px\)\] {
  max-height: calc(100vh - 92px);
}
.max-h-\[calc\(12\*2\.5rem\)\] {
  max-height: calc(12 * 2.5rem);
}
.max-h-\[calc\(90vh-4rem\)\] {
  max-height: calc(90vh - 4rem);
}
.max-h-full {
  max-height: 100%;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-36 {
  min-height: 9rem;
}
.min-h-64 {
  min-height: 16rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-44 {
  width: 11rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-5\/6 {
  width: 83.333333%;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[100vw\] {
  width: 100vw;
}
.w-\[83px\] {
  width: 83px;
}
.w-\[calc\(100\%-50px\)\] {
  width: calc(100% - 50px);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-16 {
  min-width: 4rem;
}
.min-w-28 {
  min-width: 7rem;
}
.min-w-40 {
  min-width: 10rem;
}
.min-w-5 {
  min-width: 1.25rem;
}
.min-w-52 {
  min-width: 13rem;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[10rem\] {
  min-width: 10rem;
}
.min-w-\[110px\] {
  min-width: 110px;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[280px\] {
  min-width: 280px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-\[338px\] {
  min-width: 338px;
}
.min-w-\[350px\] {
  min-width: 350px;
}
.min-w-\[400px\] {
  min-width: 400px;
}
.min-w-\[80px\] {
  min-width: 80px;
}
.min-w-\[8rem\] {
  min-width: 8rem;
}
.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.min-w-full {
  min-width: 100%;
}
.min-w-min {
  min-width: -moz-min-content;
  min-width: min-content;
}
.max-w-10 {
  max-width: 2.5rem;
}
.max-w-12 {
  max-width: 3rem;
}
.max-w-20 {
  max-width: 5rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-32 {
  max-width: 8rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4 {
  max-width: 1rem;
}
.max-w-40 {
  max-width: 10rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-60 {
  max-width: 15rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[130px\] {
  max-width: 130px;
}
.max-w-\[40\%\] {
  max-width: 40%;
}
.max-w-\[45\%\] {
  max-width: 45%;
}
.max-w-\[98\%\] {
  max-width: 98%;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-screen-2xl {
  max-width: 1536px;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.max-w-screen-md {
  max-width: 768px;
}
.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 {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.table-auto {
  table-layout: auto;
}
.table-fixed {
  table-layout: fixed;
}
.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);
}
.-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-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1 {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -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-y-2 {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-full {
  --tw-translate-y: -100%;
  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-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-4 {
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-12 {
  --tw-rotate: -12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[-35deg\] {
  --tw-rotate: -35deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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-none {
  transform: none;
}
@keyframes bounce {

  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce {
  animation: bounce 1s infinite;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-col-resize {
  cursor: col-resize;
}
.cursor-context-menu {
  cursor: context-menu;
}
.cursor-default {
  cursor: default;
}
.cursor-e-resize {
  cursor: e-resize;
}
.cursor-ew-resize {
  cursor: ew-resize;
}
.cursor-help {
  cursor: help;
}
.cursor-n-resize {
  cursor: n-resize;
}
.cursor-ne-resize {
  cursor: ne-resize;
}
.cursor-nesw-resize {
  cursor: nesw-resize;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-ns-resize {
  cursor: ns-resize;
}
.cursor-nw-resize {
  cursor: nw-resize;
}
.cursor-nwse-resize {
  cursor: nwse-resize;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-row-resize {
  cursor: row-resize;
}
.cursor-s-resize {
  cursor: s-resize;
}
.cursor-se-resize {
  cursor: se-resize;
}
.cursor-sw-resize {
  cursor: sw-resize;
}
.cursor-text {
  cursor: text;
}
.cursor-vertical-text {
  cursor: vertical-text;
}
.cursor-w-resize {
  cursor: w-resize;
}
.touch-manipulation {
  touch-action: manipulation;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}
.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
.resize-none {
  resize: none;
}
.resize-y {
  resize: vertical;
}
.resize-x {
  resize: horizontal;
}
.resize {
  resize: both;
}
.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}
.snap-start {
  scroll-snap-align: start;
}
.scroll-my-4 {
  scroll-margin-top: 1rem;
  scroll-margin-bottom: 1rem;
}
.list-inside {
  list-style-position: inside;
}
.list-outside {
  list-style-position: outside;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.auto-cols-max {
  grid-auto-columns: max-content;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, 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-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-subgrid {
  grid-template-columns: subgrid;
}
.grid-rows-subgrid {
  grid-template-rows: subgrid;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-items-center {
  justify-items: center;
}
.justify-items-stretch {
  justify-items: stretch;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.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-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-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-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-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * 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-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * 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-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}
.place-self-center {
  place-self: center;
}
.self-center {
  align-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-x-clip {
  overflow-x: clip;
}
.overflow-y-clip {
  overflow-y: clip;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.text-clip {
  text-overflow: clip;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.whitespace-break-spaces {
  white-space: break-spaces;
}
.text-wrap {
  text-wrap: wrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.text-balance {
  text-wrap: balance;
}
.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-none {
  border-radius: 0px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.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-\[\#22c55e\]\/30 {
  border-color: rgb(34 197 94 / 0.3);
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.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(225 239 254 / var(--tw-border-opacity, 1));
}
.border-blue-100\/0 {
  border-color: rgb(225 239 254 / 0);
}
.border-blue-100\/10 {
  border-color: rgb(225 239 254 / 0.1);
}
.border-blue-100\/100 {
  border-color: rgb(225 239 254 / 1);
}
.border-blue-100\/15 {
  border-color: rgb(225 239 254 / 0.15);
}
.border-blue-100\/20 {
  border-color: rgb(225 239 254 / 0.2);
}
.border-blue-100\/25 {
  border-color: rgb(225 239 254 / 0.25);
}
.border-blue-100\/30 {
  border-color: rgb(225 239 254 / 0.3);
}
.border-blue-100\/35 {
  border-color: rgb(225 239 254 / 0.35);
}
.border-blue-100\/40 {
  border-color: rgb(225 239 254 / 0.4);
}
.border-blue-100\/45 {
  border-color: rgb(225 239 254 / 0.45);
}
.border-blue-100\/5 {
  border-color: rgb(225 239 254 / 0.05);
}
.border-blue-100\/50 {
  border-color: rgb(225 239 254 / 0.5);
}
.border-blue-100\/55 {
  border-color: rgb(225 239 254 / 0.55);
}
.border-blue-100\/60 {
  border-color: rgb(225 239 254 / 0.6);
}
.border-blue-100\/65 {
  border-color: rgb(225 239 254 / 0.65);
}
.border-blue-100\/70 {
  border-color: rgb(225 239 254 / 0.7);
}
.border-blue-100\/75 {
  border-color: rgb(225 239 254 / 0.75);
}
.border-blue-100\/80 {
  border-color: rgb(225 239 254 / 0.8);
}
.border-blue-100\/85 {
  border-color: rgb(225 239 254 / 0.85);
}
.border-blue-100\/90 {
  border-color: rgb(225 239 254 / 0.9);
}
.border-blue-100\/95 {
  border-color: rgb(225 239 254 / 0.95);
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(195 221 253 / var(--tw-border-opacity, 1));
}
.border-blue-200\/0 {
  border-color: rgb(195 221 253 / 0);
}
.border-blue-200\/10 {
  border-color: rgb(195 221 253 / 0.1);
}
.border-blue-200\/100 {
  border-color: rgb(195 221 253 / 1);
}
.border-blue-200\/15 {
  border-color: rgb(195 221 253 / 0.15);
}
.border-blue-200\/20 {
  border-color: rgb(195 221 253 / 0.2);
}
.border-blue-200\/25 {
  border-color: rgb(195 221 253 / 0.25);
}
.border-blue-200\/30 {
  border-color: rgb(195 221 253 / 0.3);
}
.border-blue-200\/35 {
  border-color: rgb(195 221 253 / 0.35);
}
.border-blue-200\/40 {
  border-color: rgb(195 221 253 / 0.4);
}
.border-blue-200\/45 {
  border-color: rgb(195 221 253 / 0.45);
}
.border-blue-200\/5 {
  border-color: rgb(195 221 253 / 0.05);
}
.border-blue-200\/50 {
  border-color: rgb(195 221 253 / 0.5);
}
.border-blue-200\/55 {
  border-color: rgb(195 221 253 / 0.55);
}
.border-blue-200\/60 {
  border-color: rgb(195 221 253 / 0.6);
}
.border-blue-200\/65 {
  border-color: rgb(195 221 253 / 0.65);
}
.border-blue-200\/70 {
  border-color: rgb(195 221 253 / 0.7);
}
.border-blue-200\/75 {
  border-color: rgb(195 221 253 / 0.75);
}
.border-blue-200\/80 {
  border-color: rgb(195 221 253 / 0.8);
}
.border-blue-200\/85 {
  border-color: rgb(195 221 253 / 0.85);
}
.border-blue-200\/90 {
  border-color: rgb(195 221 253 / 0.9);
}
.border-blue-200\/95 {
  border-color: rgb(195 221 253 / 0.95);
}
.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(164 202 254 / var(--tw-border-opacity, 1));
}
.border-blue-300\/0 {
  border-color: rgb(164 202 254 / 0);
}
.border-blue-300\/10 {
  border-color: rgb(164 202 254 / 0.1);
}
.border-blue-300\/100 {
  border-color: rgb(164 202 254 / 1);
}
.border-blue-300\/15 {
  border-color: rgb(164 202 254 / 0.15);
}
.border-blue-300\/20 {
  border-color: rgb(164 202 254 / 0.2);
}
.border-blue-300\/25 {
  border-color: rgb(164 202 254 / 0.25);
}
.border-blue-300\/30 {
  border-color: rgb(164 202 254 / 0.3);
}
.border-blue-300\/35 {
  border-color: rgb(164 202 254 / 0.35);
}
.border-blue-300\/40 {
  border-color: rgb(164 202 254 / 0.4);
}
.border-blue-300\/45 {
  border-color: rgb(164 202 254 / 0.45);
}
.border-blue-300\/5 {
  border-color: rgb(164 202 254 / 0.05);
}
.border-blue-300\/50 {
  border-color: rgb(164 202 254 / 0.5);
}
.border-blue-300\/55 {
  border-color: rgb(164 202 254 / 0.55);
}
.border-blue-300\/60 {
  border-color: rgb(164 202 254 / 0.6);
}
.border-blue-300\/65 {
  border-color: rgb(164 202 254 / 0.65);
}
.border-blue-300\/70 {
  border-color: rgb(164 202 254 / 0.7);
}
.border-blue-300\/75 {
  border-color: rgb(164 202 254 / 0.75);
}
.border-blue-300\/80 {
  border-color: rgb(164 202 254 / 0.8);
}
.border-blue-300\/85 {
  border-color: rgb(164 202 254 / 0.85);
}
.border-blue-300\/90 {
  border-color: rgb(164 202 254 / 0.9);
}
.border-blue-300\/95 {
  border-color: rgb(164 202 254 / 0.95);
}
.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(118 169 250 / var(--tw-border-opacity, 1));
}
.border-blue-400\/0 {
  border-color: rgb(118 169 250 / 0);
}
.border-blue-400\/10 {
  border-color: rgb(118 169 250 / 0.1);
}
.border-blue-400\/100 {
  border-color: rgb(118 169 250 / 1);
}
.border-blue-400\/15 {
  border-color: rgb(118 169 250 / 0.15);
}
.border-blue-400\/20 {
  border-color: rgb(118 169 250 / 0.2);
}
.border-blue-400\/25 {
  border-color: rgb(118 169 250 / 0.25);
}
.border-blue-400\/30 {
  border-color: rgb(118 169 250 / 0.3);
}
.border-blue-400\/35 {
  border-color: rgb(118 169 250 / 0.35);
}
.border-blue-400\/40 {
  border-color: rgb(118 169 250 / 0.4);
}
.border-blue-400\/45 {
  border-color: rgb(118 169 250 / 0.45);
}
.border-blue-400\/5 {
  border-color: rgb(118 169 250 / 0.05);
}
.border-blue-400\/50 {
  border-color: rgb(118 169 250 / 0.5);
}
.border-blue-400\/55 {
  border-color: rgb(118 169 250 / 0.55);
}
.border-blue-400\/60 {
  border-color: rgb(118 169 250 / 0.6);
}
.border-blue-400\/65 {
  border-color: rgb(118 169 250 / 0.65);
}
.border-blue-400\/70 {
  border-color: rgb(118 169 250 / 0.7);
}
.border-blue-400\/75 {
  border-color: rgb(118 169 250 / 0.75);
}
.border-blue-400\/80 {
  border-color: rgb(118 169 250 / 0.8);
}
.border-blue-400\/85 {
  border-color: rgb(118 169 250 / 0.85);
}
.border-blue-400\/90 {
  border-color: rgb(118 169 250 / 0.9);
}
.border-blue-400\/95 {
  border-color: rgb(118 169 250 / 0.95);
}
.border-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgb(235 245 255 / var(--tw-border-opacity, 1));
}
.border-blue-50\/0 {
  border-color: rgb(235 245 255 / 0);
}
.border-blue-50\/10 {
  border-color: rgb(235 245 255 / 0.1);
}
.border-blue-50\/100 {
  border-color: rgb(235 245 255 / 1);
}
.border-blue-50\/15 {
  border-color: rgb(235 245 255 / 0.15);
}
.border-blue-50\/20 {
  border-color: rgb(235 245 255 / 0.2);
}
.border-blue-50\/25 {
  border-color: rgb(235 245 255 / 0.25);
}
.border-blue-50\/30 {
  border-color: rgb(235 245 255 / 0.3);
}
.border-blue-50\/35 {
  border-color: rgb(235 245 255 / 0.35);
}
.border-blue-50\/40 {
  border-color: rgb(235 245 255 / 0.4);
}
.border-blue-50\/45 {
  border-color: rgb(235 245 255 / 0.45);
}
.border-blue-50\/5 {
  border-color: rgb(235 245 255 / 0.05);
}
.border-blue-50\/50 {
  border-color: rgb(235 245 255 / 0.5);
}
.border-blue-50\/55 {
  border-color: rgb(235 245 255 / 0.55);
}
.border-blue-50\/60 {
  border-color: rgb(235 245 255 / 0.6);
}
.border-blue-50\/65 {
  border-color: rgb(235 245 255 / 0.65);
}
.border-blue-50\/70 {
  border-color: rgb(235 245 255 / 0.7);
}
.border-blue-50\/75 {
  border-color: rgb(235 245 255 / 0.75);
}
.border-blue-50\/80 {
  border-color: rgb(235 245 255 / 0.8);
}
.border-blue-50\/85 {
  border-color: rgb(235 245 255 / 0.85);
}
.border-blue-50\/90 {
  border-color: rgb(235 245 255 / 0.9);
}
.border-blue-50\/95 {
  border-color: rgb(235 245 255 / 0.95);
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(63 131 248 / var(--tw-border-opacity, 1));
}
.border-blue-500\/0 {
  border-color: rgb(63 131 248 / 0);
}
.border-blue-500\/10 {
  border-color: rgb(63 131 248 / 0.1);
}
.border-blue-500\/100 {
  border-color: rgb(63 131 248 / 1);
}
.border-blue-500\/15 {
  border-color: rgb(63 131 248 / 0.15);
}
.border-blue-500\/20 {
  border-color: rgb(63 131 248 / 0.2);
}
.border-blue-500\/25 {
  border-color: rgb(63 131 248 / 0.25);
}
.border-blue-500\/30 {
  border-color: rgb(63 131 248 / 0.3);
}
.border-blue-500\/35 {
  border-color: rgb(63 131 248 / 0.35);
}
.border-blue-500\/40 {
  border-color: rgb(63 131 248 / 0.4);
}
.border-blue-500\/45 {
  border-color: rgb(63 131 248 / 0.45);
}
.border-blue-500\/5 {
  border-color: rgb(63 131 248 / 0.05);
}
.border-blue-500\/50 {
  border-color: rgb(63 131 248 / 0.5);
}
.border-blue-500\/55 {
  border-color: rgb(63 131 248 / 0.55);
}
.border-blue-500\/60 {
  border-color: rgb(63 131 248 / 0.6);
}
.border-blue-500\/65 {
  border-color: rgb(63 131 248 / 0.65);
}
.border-blue-500\/70 {
  border-color: rgb(63 131 248 / 0.7);
}
.border-blue-500\/75 {
  border-color: rgb(63 131 248 / 0.75);
}
.border-blue-500\/80 {
  border-color: rgb(63 131 248 / 0.8);
}
.border-blue-500\/85 {
  border-color: rgb(63 131 248 / 0.85);
}
.border-blue-500\/90 {
  border-color: rgb(63 131 248 / 0.9);
}
.border-blue-500\/95 {
  border-color: rgb(63 131 248 / 0.95);
}
.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(28 100 242 / var(--tw-border-opacity, 1));
}
.border-blue-600\/0 {
  border-color: rgb(28 100 242 / 0);
}
.border-blue-600\/10 {
  border-color: rgb(28 100 242 / 0.1);
}
.border-blue-600\/100 {
  border-color: rgb(28 100 242 / 1);
}
.border-blue-600\/15 {
  border-color: rgb(28 100 242 / 0.15);
}
.border-blue-600\/20 {
  border-color: rgb(28 100 242 / 0.2);
}
.border-blue-600\/25 {
  border-color: rgb(28 100 242 / 0.25);
}
.border-blue-600\/30 {
  border-color: rgb(28 100 242 / 0.3);
}
.border-blue-600\/35 {
  border-color: rgb(28 100 242 / 0.35);
}
.border-blue-600\/40 {
  border-color: rgb(28 100 242 / 0.4);
}
.border-blue-600\/45 {
  border-color: rgb(28 100 242 / 0.45);
}
.border-blue-600\/5 {
  border-color: rgb(28 100 242 / 0.05);
}
.border-blue-600\/50 {
  border-color: rgb(28 100 242 / 0.5);
}
.border-blue-600\/55 {
  border-color: rgb(28 100 242 / 0.55);
}
.border-blue-600\/60 {
  border-color: rgb(28 100 242 / 0.6);
}
.border-blue-600\/65 {
  border-color: rgb(28 100 242 / 0.65);
}
.border-blue-600\/70 {
  border-color: rgb(28 100 242 / 0.7);
}
.border-blue-600\/75 {
  border-color: rgb(28 100 242 / 0.75);
}
.border-blue-600\/80 {
  border-color: rgb(28 100 242 / 0.8);
}
.border-blue-600\/85 {
  border-color: rgb(28 100 242 / 0.85);
}
.border-blue-600\/90 {
  border-color: rgb(28 100 242 / 0.9);
}
.border-blue-600\/95 {
  border-color: rgb(28 100 242 / 0.95);
}
.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(26 86 219 / var(--tw-border-opacity, 1));
}
.border-blue-700\/0 {
  border-color: rgb(26 86 219 / 0);
}
.border-blue-700\/10 {
  border-color: rgb(26 86 219 / 0.1);
}
.border-blue-700\/100 {
  border-color: rgb(26 86 219 / 1);
}
.border-blue-700\/15 {
  border-color: rgb(26 86 219 / 0.15);
}
.border-blue-700\/20 {
  border-color: rgb(26 86 219 / 0.2);
}
.border-blue-700\/25 {
  border-color: rgb(26 86 219 / 0.25);
}
.border-blue-700\/30 {
  border-color: rgb(26 86 219 / 0.3);
}
.border-blue-700\/35 {
  border-color: rgb(26 86 219 / 0.35);
}
.border-blue-700\/40 {
  border-color: rgb(26 86 219 / 0.4);
}
.border-blue-700\/45 {
  border-color: rgb(26 86 219 / 0.45);
}
.border-blue-700\/5 {
  border-color: rgb(26 86 219 / 0.05);
}
.border-blue-700\/50 {
  border-color: rgb(26 86 219 / 0.5);
}
.border-blue-700\/55 {
  border-color: rgb(26 86 219 / 0.55);
}
.border-blue-700\/60 {
  border-color: rgb(26 86 219 / 0.6);
}
.border-blue-700\/65 {
  border-color: rgb(26 86 219 / 0.65);
}
.border-blue-700\/70 {
  border-color: rgb(26 86 219 / 0.7);
}
.border-blue-700\/75 {
  border-color: rgb(26 86 219 / 0.75);
}
.border-blue-700\/80 {
  border-color: rgb(26 86 219 / 0.8);
}
.border-blue-700\/85 {
  border-color: rgb(26 86 219 / 0.85);
}
.border-blue-700\/90 {
  border-color: rgb(26 86 219 / 0.9);
}
.border-blue-700\/95 {
  border-color: rgb(26 86 219 / 0.95);
}
.border-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgb(30 66 159 / var(--tw-border-opacity, 1));
}
.border-blue-800\/0 {
  border-color: rgb(30 66 159 / 0);
}
.border-blue-800\/10 {
  border-color: rgb(30 66 159 / 0.1);
}
.border-blue-800\/100 {
  border-color: rgb(30 66 159 / 1);
}
.border-blue-800\/15 {
  border-color: rgb(30 66 159 / 0.15);
}
.border-blue-800\/20 {
  border-color: rgb(30 66 159 / 0.2);
}
.border-blue-800\/25 {
  border-color: rgb(30 66 159 / 0.25);
}
.border-blue-800\/30 {
  border-color: rgb(30 66 159 / 0.3);
}
.border-blue-800\/35 {
  border-color: rgb(30 66 159 / 0.35);
}
.border-blue-800\/40 {
  border-color: rgb(30 66 159 / 0.4);
}
.border-blue-800\/45 {
  border-color: rgb(30 66 159 / 0.45);
}
.border-blue-800\/5 {
  border-color: rgb(30 66 159 / 0.05);
}
.border-blue-800\/50 {
  border-color: rgb(30 66 159 / 0.5);
}
.border-blue-800\/55 {
  border-color: rgb(30 66 159 / 0.55);
}
.border-blue-800\/60 {
  border-color: rgb(30 66 159 / 0.6);
}
.border-blue-800\/65 {
  border-color: rgb(30 66 159 / 0.65);
}
.border-blue-800\/70 {
  border-color: rgb(30 66 159 / 0.7);
}
.border-blue-800\/75 {
  border-color: rgb(30 66 159 / 0.75);
}
.border-blue-800\/80 {
  border-color: rgb(30 66 159 / 0.8);
}
.border-blue-800\/85 {
  border-color: rgb(30 66 159 / 0.85);
}
.border-blue-800\/90 {
  border-color: rgb(30 66 159 / 0.9);
}
.border-blue-800\/95 {
  border-color: rgb(30 66 159 / 0.95);
}
.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgb(35 56 118 / var(--tw-border-opacity, 1));
}
.border-blue-900\/0 {
  border-color: rgb(35 56 118 / 0);
}
.border-blue-900\/10 {
  border-color: rgb(35 56 118 / 0.1);
}
.border-blue-900\/100 {
  border-color: rgb(35 56 118 / 1);
}
.border-blue-900\/15 {
  border-color: rgb(35 56 118 / 0.15);
}
.border-blue-900\/20 {
  border-color: rgb(35 56 118 / 0.2);
}
.border-blue-900\/25 {
  border-color: rgb(35 56 118 / 0.25);
}
.border-blue-900\/30 {
  border-color: rgb(35 56 118 / 0.3);
}
.border-blue-900\/35 {
  border-color: rgb(35 56 118 / 0.35);
}
.border-blue-900\/40 {
  border-color: rgb(35 56 118 / 0.4);
}
.border-blue-900\/45 {
  border-color: rgb(35 56 118 / 0.45);
}
.border-blue-900\/5 {
  border-color: rgb(35 56 118 / 0.05);
}
.border-blue-900\/50 {
  border-color: rgb(35 56 118 / 0.5);
}
.border-blue-900\/55 {
  border-color: rgb(35 56 118 / 0.55);
}
.border-blue-900\/60 {
  border-color: rgb(35 56 118 / 0.6);
}
.border-blue-900\/65 {
  border-color: rgb(35 56 118 / 0.65);
}
.border-blue-900\/70 {
  border-color: rgb(35 56 118 / 0.7);
}
.border-blue-900\/75 {
  border-color: rgb(35 56 118 / 0.75);
}
.border-blue-900\/80 {
  border-color: rgb(35 56 118 / 0.8);
}
.border-blue-900\/85 {
  border-color: rgb(35 56 118 / 0.85);
}
.border-blue-900\/90 {
  border-color: rgb(35 56 118 / 0.9);
}
.border-blue-900\/95 {
  border-color: rgb(35 56 118 / 0.95);
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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-green-100 {
  --tw-border-opacity: 1;
  border-color: rgb(222 247 236 / var(--tw-border-opacity, 1));
}
.border-green-100\/0 {
  border-color: rgb(222 247 236 / 0);
}
.border-green-100\/10 {
  border-color: rgb(222 247 236 / 0.1);
}
.border-green-100\/100 {
  border-color: rgb(222 247 236 / 1);
}
.border-green-100\/15 {
  border-color: rgb(222 247 236 / 0.15);
}
.border-green-100\/20 {
  border-color: rgb(222 247 236 / 0.2);
}
.border-green-100\/25 {
  border-color: rgb(222 247 236 / 0.25);
}
.border-green-100\/30 {
  border-color: rgb(222 247 236 / 0.3);
}
.border-green-100\/35 {
  border-color: rgb(222 247 236 / 0.35);
}
.border-green-100\/40 {
  border-color: rgb(222 247 236 / 0.4);
}
.border-green-100\/45 {
  border-color: rgb(222 247 236 / 0.45);
}
.border-green-100\/5 {
  border-color: rgb(222 247 236 / 0.05);
}
.border-green-100\/50 {
  border-color: rgb(222 247 236 / 0.5);
}
.border-green-100\/55 {
  border-color: rgb(222 247 236 / 0.55);
}
.border-green-100\/60 {
  border-color: rgb(222 247 236 / 0.6);
}
.border-green-100\/65 {
  border-color: rgb(222 247 236 / 0.65);
}
.border-green-100\/70 {
  border-color: rgb(222 247 236 / 0.7);
}
.border-green-100\/75 {
  border-color: rgb(222 247 236 / 0.75);
}
.border-green-100\/80 {
  border-color: rgb(222 247 236 / 0.8);
}
.border-green-100\/85 {
  border-color: rgb(222 247 236 / 0.85);
}
.border-green-100\/90 {
  border-color: rgb(222 247 236 / 0.9);
}
.border-green-100\/95 {
  border-color: rgb(222 247 236 / 0.95);
}
.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(188 240 218 / var(--tw-border-opacity, 1));
}
.border-green-200\/0 {
  border-color: rgb(188 240 218 / 0);
}
.border-green-200\/10 {
  border-color: rgb(188 240 218 / 0.1);
}
.border-green-200\/100 {
  border-color: rgb(188 240 218 / 1);
}
.border-green-200\/15 {
  border-color: rgb(188 240 218 / 0.15);
}
.border-green-200\/20 {
  border-color: rgb(188 240 218 / 0.2);
}
.border-green-200\/25 {
  border-color: rgb(188 240 218 / 0.25);
}
.border-green-200\/30 {
  border-color: rgb(188 240 218 / 0.3);
}
.border-green-200\/35 {
  border-color: rgb(188 240 218 / 0.35);
}
.border-green-200\/40 {
  border-color: rgb(188 240 218 / 0.4);
}
.border-green-200\/45 {
  border-color: rgb(188 240 218 / 0.45);
}
.border-green-200\/5 {
  border-color: rgb(188 240 218 / 0.05);
}
.border-green-200\/50 {
  border-color: rgb(188 240 218 / 0.5);
}
.border-green-200\/55 {
  border-color: rgb(188 240 218 / 0.55);
}
.border-green-200\/60 {
  border-color: rgb(188 240 218 / 0.6);
}
.border-green-200\/65 {
  border-color: rgb(188 240 218 / 0.65);
}
.border-green-200\/70 {
  border-color: rgb(188 240 218 / 0.7);
}
.border-green-200\/75 {
  border-color: rgb(188 240 218 / 0.75);
}
.border-green-200\/80 {
  border-color: rgb(188 240 218 / 0.8);
}
.border-green-200\/85 {
  border-color: rgb(188 240 218 / 0.85);
}
.border-green-200\/90 {
  border-color: rgb(188 240 218 / 0.9);
}
.border-green-200\/95 {
  border-color: rgb(188 240 218 / 0.95);
}
.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgb(132 225 188 / var(--tw-border-opacity, 1));
}
.border-green-300\/0 {
  border-color: rgb(132 225 188 / 0);
}
.border-green-300\/10 {
  border-color: rgb(132 225 188 / 0.1);
}
.border-green-300\/100 {
  border-color: rgb(132 225 188 / 1);
}
.border-green-300\/15 {
  border-color: rgb(132 225 188 / 0.15);
}
.border-green-300\/20 {
  border-color: rgb(132 225 188 / 0.2);
}
.border-green-300\/25 {
  border-color: rgb(132 225 188 / 0.25);
}
.border-green-300\/30 {
  border-color: rgb(132 225 188 / 0.3);
}
.border-green-300\/35 {
  border-color: rgb(132 225 188 / 0.35);
}
.border-green-300\/40 {
  border-color: rgb(132 225 188 / 0.4);
}
.border-green-300\/45 {
  border-color: rgb(132 225 188 / 0.45);
}
.border-green-300\/5 {
  border-color: rgb(132 225 188 / 0.05);
}
.border-green-300\/50 {
  border-color: rgb(132 225 188 / 0.5);
}
.border-green-300\/55 {
  border-color: rgb(132 225 188 / 0.55);
}
.border-green-300\/60 {
  border-color: rgb(132 225 188 / 0.6);
}
.border-green-300\/65 {
  border-color: rgb(132 225 188 / 0.65);
}
.border-green-300\/70 {
  border-color: rgb(132 225 188 / 0.7);
}
.border-green-300\/75 {
  border-color: rgb(132 225 188 / 0.75);
}
.border-green-300\/80 {
  border-color: rgb(132 225 188 / 0.8);
}
.border-green-300\/85 {
  border-color: rgb(132 225 188 / 0.85);
}
.border-green-300\/90 {
  border-color: rgb(132 225 188 / 0.9);
}
.border-green-300\/95 {
  border-color: rgb(132 225 188 / 0.95);
}
.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(49 196 141 / var(--tw-border-opacity, 1));
}
.border-green-400\/0 {
  border-color: rgb(49 196 141 / 0);
}
.border-green-400\/10 {
  border-color: rgb(49 196 141 / 0.1);
}
.border-green-400\/100 {
  border-color: rgb(49 196 141 / 1);
}
.border-green-400\/15 {
  border-color: rgb(49 196 141 / 0.15);
}
.border-green-400\/20 {
  border-color: rgb(49 196 141 / 0.2);
}
.border-green-400\/25 {
  border-color: rgb(49 196 141 / 0.25);
}
.border-green-400\/30 {
  border-color: rgb(49 196 141 / 0.3);
}
.border-green-400\/35 {
  border-color: rgb(49 196 141 / 0.35);
}
.border-green-400\/40 {
  border-color: rgb(49 196 141 / 0.4);
}
.border-green-400\/45 {
  border-color: rgb(49 196 141 / 0.45);
}
.border-green-400\/5 {
  border-color: rgb(49 196 141 / 0.05);
}
.border-green-400\/50 {
  border-color: rgb(49 196 141 / 0.5);
}
.border-green-400\/55 {
  border-color: rgb(49 196 141 / 0.55);
}
.border-green-400\/60 {
  border-color: rgb(49 196 141 / 0.6);
}
.border-green-400\/65 {
  border-color: rgb(49 196 141 / 0.65);
}
.border-green-400\/70 {
  border-color: rgb(49 196 141 / 0.7);
}
.border-green-400\/75 {
  border-color: rgb(49 196 141 / 0.75);
}
.border-green-400\/80 {
  border-color: rgb(49 196 141 / 0.8);
}
.border-green-400\/85 {
  border-color: rgb(49 196 141 / 0.85);
}
.border-green-400\/90 {
  border-color: rgb(49 196 141 / 0.9);
}
.border-green-400\/95 {
  border-color: rgb(49 196 141 / 0.95);
}
.border-green-50 {
  --tw-border-opacity: 1;
  border-color: rgb(243 250 247 / var(--tw-border-opacity, 1));
}
.border-green-50\/0 {
  border-color: rgb(243 250 247 / 0);
}
.border-green-50\/10 {
  border-color: rgb(243 250 247 / 0.1);
}
.border-green-50\/100 {
  border-color: rgb(243 250 247 / 1);
}
.border-green-50\/15 {
  border-color: rgb(243 250 247 / 0.15);
}
.border-green-50\/20 {
  border-color: rgb(243 250 247 / 0.2);
}
.border-green-50\/25 {
  border-color: rgb(243 250 247 / 0.25);
}
.border-green-50\/30 {
  border-color: rgb(243 250 247 / 0.3);
}
.border-green-50\/35 {
  border-color: rgb(243 250 247 / 0.35);
}
.border-green-50\/40 {
  border-color: rgb(243 250 247 / 0.4);
}
.border-green-50\/45 {
  border-color: rgb(243 250 247 / 0.45);
}
.border-green-50\/5 {
  border-color: rgb(243 250 247 / 0.05);
}
.border-green-50\/50 {
  border-color: rgb(243 250 247 / 0.5);
}
.border-green-50\/55 {
  border-color: rgb(243 250 247 / 0.55);
}
.border-green-50\/60 {
  border-color: rgb(243 250 247 / 0.6);
}
.border-green-50\/65 {
  border-color: rgb(243 250 247 / 0.65);
}
.border-green-50\/70 {
  border-color: rgb(243 250 247 / 0.7);
}
.border-green-50\/75 {
  border-color: rgb(243 250 247 / 0.75);
}
.border-green-50\/80 {
  border-color: rgb(243 250 247 / 0.8);
}
.border-green-50\/85 {
  border-color: rgb(243 250 247 / 0.85);
}
.border-green-50\/90 {
  border-color: rgb(243 250 247 / 0.9);
}
.border-green-50\/95 {
  border-color: rgb(243 250 247 / 0.95);
}
.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(14 159 110 / var(--tw-border-opacity, 1));
}
.border-green-500\/0 {
  border-color: rgb(14 159 110 / 0);
}
.border-green-500\/10 {
  border-color: rgb(14 159 110 / 0.1);
}
.border-green-500\/100 {
  border-color: rgb(14 159 110 / 1);
}
.border-green-500\/15 {
  border-color: rgb(14 159 110 / 0.15);
}
.border-green-500\/20 {
  border-color: rgb(14 159 110 / 0.2);
}
.border-green-500\/25 {
  border-color: rgb(14 159 110 / 0.25);
}
.border-green-500\/30 {
  border-color: rgb(14 159 110 / 0.3);
}
.border-green-500\/35 {
  border-color: rgb(14 159 110 / 0.35);
}
.border-green-500\/40 {
  border-color: rgb(14 159 110 / 0.4);
}
.border-green-500\/45 {
  border-color: rgb(14 159 110 / 0.45);
}
.border-green-500\/5 {
  border-color: rgb(14 159 110 / 0.05);
}
.border-green-500\/50 {
  border-color: rgb(14 159 110 / 0.5);
}
.border-green-500\/55 {
  border-color: rgb(14 159 110 / 0.55);
}
.border-green-500\/60 {
  border-color: rgb(14 159 110 / 0.6);
}
.border-green-500\/65 {
  border-color: rgb(14 159 110 / 0.65);
}
.border-green-500\/70 {
  border-color: rgb(14 159 110 / 0.7);
}
.border-green-500\/75 {
  border-color: rgb(14 159 110 / 0.75);
}
.border-green-500\/80 {
  border-color: rgb(14 159 110 / 0.8);
}
.border-green-500\/85 {
  border-color: rgb(14 159 110 / 0.85);
}
.border-green-500\/90 {
  border-color: rgb(14 159 110 / 0.9);
}
.border-green-500\/95 {
  border-color: rgb(14 159 110 / 0.95);
}
.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(5 122 85 / var(--tw-border-opacity, 1));
}
.border-green-600\/0 {
  border-color: rgb(5 122 85 / 0);
}
.border-green-600\/10 {
  border-color: rgb(5 122 85 / 0.1);
}
.border-green-600\/100 {
  border-color: rgb(5 122 85 / 1);
}
.border-green-600\/15 {
  border-color: rgb(5 122 85 / 0.15);
}
.border-green-600\/20 {
  border-color: rgb(5 122 85 / 0.2);
}
.border-green-600\/25 {
  border-color: rgb(5 122 85 / 0.25);
}
.border-green-600\/30 {
  border-color: rgb(5 122 85 / 0.3);
}
.border-green-600\/35 {
  border-color: rgb(5 122 85 / 0.35);
}
.border-green-600\/40 {
  border-color: rgb(5 122 85 / 0.4);
}
.border-green-600\/45 {
  border-color: rgb(5 122 85 / 0.45);
}
.border-green-600\/5 {
  border-color: rgb(5 122 85 / 0.05);
}
.border-green-600\/50 {
  border-color: rgb(5 122 85 / 0.5);
}
.border-green-600\/55 {
  border-color: rgb(5 122 85 / 0.55);
}
.border-green-600\/60 {
  border-color: rgb(5 122 85 / 0.6);
}
.border-green-600\/65 {
  border-color: rgb(5 122 85 / 0.65);
}
.border-green-600\/70 {
  border-color: rgb(5 122 85 / 0.7);
}
.border-green-600\/75 {
  border-color: rgb(5 122 85 / 0.75);
}
.border-green-600\/80 {
  border-color: rgb(5 122 85 / 0.8);
}
.border-green-600\/85 {
  border-color: rgb(5 122 85 / 0.85);
}
.border-green-600\/90 {
  border-color: rgb(5 122 85 / 0.9);
}
.border-green-600\/95 {
  border-color: rgb(5 122 85 / 0.95);
}
.border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgb(4 108 78 / var(--tw-border-opacity, 1));
}
.border-green-700\/0 {
  border-color: rgb(4 108 78 / 0);
}
.border-green-700\/10 {
  border-color: rgb(4 108 78 / 0.1);
}
.border-green-700\/100 {
  border-color: rgb(4 108 78 / 1);
}
.border-green-700\/15 {
  border-color: rgb(4 108 78 / 0.15);
}
.border-green-700\/20 {
  border-color: rgb(4 108 78 / 0.2);
}
.border-green-700\/25 {
  border-color: rgb(4 108 78 / 0.25);
}
.border-green-700\/30 {
  border-color: rgb(4 108 78 / 0.3);
}
.border-green-700\/35 {
  border-color: rgb(4 108 78 / 0.35);
}
.border-green-700\/40 {
  border-color: rgb(4 108 78 / 0.4);
}
.border-green-700\/45 {
  border-color: rgb(4 108 78 / 0.45);
}
.border-green-700\/5 {
  border-color: rgb(4 108 78 / 0.05);
}
.border-green-700\/50 {
  border-color: rgb(4 108 78 / 0.5);
}
.border-green-700\/55 {
  border-color: rgb(4 108 78 / 0.55);
}
.border-green-700\/60 {
  border-color: rgb(4 108 78 / 0.6);
}
.border-green-700\/65 {
  border-color: rgb(4 108 78 / 0.65);
}
.border-green-700\/70 {
  border-color: rgb(4 108 78 / 0.7);
}
.border-green-700\/75 {
  border-color: rgb(4 108 78 / 0.75);
}
.border-green-700\/80 {
  border-color: rgb(4 108 78 / 0.8);
}
.border-green-700\/85 {
  border-color: rgb(4 108 78 / 0.85);
}
.border-green-700\/90 {
  border-color: rgb(4 108 78 / 0.9);
}
.border-green-700\/95 {
  border-color: rgb(4 108 78 / 0.95);
}
.border-green-800 {
  --tw-border-opacity: 1;
  border-color: rgb(3 84 63 / var(--tw-border-opacity, 1));
}
.border-green-800\/0 {
  border-color: rgb(3 84 63 / 0);
}
.border-green-800\/10 {
  border-color: rgb(3 84 63 / 0.1);
}
.border-green-800\/100 {
  border-color: rgb(3 84 63 / 1);
}
.border-green-800\/15 {
  border-color: rgb(3 84 63 / 0.15);
}
.border-green-800\/20 {
  border-color: rgb(3 84 63 / 0.2);
}
.border-green-800\/25 {
  border-color: rgb(3 84 63 / 0.25);
}
.border-green-800\/30 {
  border-color: rgb(3 84 63 / 0.3);
}
.border-green-800\/35 {
  border-color: rgb(3 84 63 / 0.35);
}
.border-green-800\/40 {
  border-color: rgb(3 84 63 / 0.4);
}
.border-green-800\/45 {
  border-color: rgb(3 84 63 / 0.45);
}
.border-green-800\/5 {
  border-color: rgb(3 84 63 / 0.05);
}
.border-green-800\/50 {
  border-color: rgb(3 84 63 / 0.5);
}
.border-green-800\/55 {
  border-color: rgb(3 84 63 / 0.55);
}
.border-green-800\/60 {
  border-color: rgb(3 84 63 / 0.6);
}
.border-green-800\/65 {
  border-color: rgb(3 84 63 / 0.65);
}
.border-green-800\/70 {
  border-color: rgb(3 84 63 / 0.7);
}
.border-green-800\/75 {
  border-color: rgb(3 84 63 / 0.75);
}
.border-green-800\/80 {
  border-color: rgb(3 84 63 / 0.8);
}
.border-green-800\/85 {
  border-color: rgb(3 84 63 / 0.85);
}
.border-green-800\/90 {
  border-color: rgb(3 84 63 / 0.9);
}
.border-green-800\/95 {
  border-color: rgb(3 84 63 / 0.95);
}
.border-green-900 {
  --tw-border-opacity: 1;
  border-color: rgb(1 71 55 / var(--tw-border-opacity, 1));
}
.border-green-900\/0 {
  border-color: rgb(1 71 55 / 0);
}
.border-green-900\/10 {
  border-color: rgb(1 71 55 / 0.1);
}
.border-green-900\/100 {
  border-color: rgb(1 71 55 / 1);
}
.border-green-900\/15 {
  border-color: rgb(1 71 55 / 0.15);
}
.border-green-900\/20 {
  border-color: rgb(1 71 55 / 0.2);
}
.border-green-900\/25 {
  border-color: rgb(1 71 55 / 0.25);
}
.border-green-900\/30 {
  border-color: rgb(1 71 55 / 0.3);
}
.border-green-900\/35 {
  border-color: rgb(1 71 55 / 0.35);
}
.border-green-900\/40 {
  border-color: rgb(1 71 55 / 0.4);
}
.border-green-900\/45 {
  border-color: rgb(1 71 55 / 0.45);
}
.border-green-900\/5 {
  border-color: rgb(1 71 55 / 0.05);
}
.border-green-900\/50 {
  border-color: rgb(1 71 55 / 0.5);
}
.border-green-900\/55 {
  border-color: rgb(1 71 55 / 0.55);
}
.border-green-900\/60 {
  border-color: rgb(1 71 55 / 0.6);
}
.border-green-900\/65 {
  border-color: rgb(1 71 55 / 0.65);
}
.border-green-900\/70 {
  border-color: rgb(1 71 55 / 0.7);
}
.border-green-900\/75 {
  border-color: rgb(1 71 55 / 0.75);
}
.border-green-900\/80 {
  border-color: rgb(1 71 55 / 0.8);
}
.border-green-900\/85 {
  border-color: rgb(1 71 55 / 0.85);
}
.border-green-900\/90 {
  border-color: rgb(1 71 55 / 0.9);
}
.border-green-900\/95 {
  border-color: rgb(1 71 55 / 0.95);
}
.border-indigo-100 {
  --tw-border-opacity: 1;
  border-color: rgb(229 237 255 / var(--tw-border-opacity, 1));
}
.border-indigo-100\/0 {
  border-color: rgb(229 237 255 / 0);
}
.border-indigo-100\/10 {
  border-color: rgb(229 237 255 / 0.1);
}
.border-indigo-100\/100 {
  border-color: rgb(229 237 255 / 1);
}
.border-indigo-100\/15 {
  border-color: rgb(229 237 255 / 0.15);
}
.border-indigo-100\/20 {
  border-color: rgb(229 237 255 / 0.2);
}
.border-indigo-100\/25 {
  border-color: rgb(229 237 255 / 0.25);
}
.border-indigo-100\/30 {
  border-color: rgb(229 237 255 / 0.3);
}
.border-indigo-100\/35 {
  border-color: rgb(229 237 255 / 0.35);
}
.border-indigo-100\/40 {
  border-color: rgb(229 237 255 / 0.4);
}
.border-indigo-100\/45 {
  border-color: rgb(229 237 255 / 0.45);
}
.border-indigo-100\/5 {
  border-color: rgb(229 237 255 / 0.05);
}
.border-indigo-100\/50 {
  border-color: rgb(229 237 255 / 0.5);
}
.border-indigo-100\/55 {
  border-color: rgb(229 237 255 / 0.55);
}
.border-indigo-100\/60 {
  border-color: rgb(229 237 255 / 0.6);
}
.border-indigo-100\/65 {
  border-color: rgb(229 237 255 / 0.65);
}
.border-indigo-100\/70 {
  border-color: rgb(229 237 255 / 0.7);
}
.border-indigo-100\/75 {
  border-color: rgb(229 237 255 / 0.75);
}
.border-indigo-100\/80 {
  border-color: rgb(229 237 255 / 0.8);
}
.border-indigo-100\/85 {
  border-color: rgb(229 237 255 / 0.85);
}
.border-indigo-100\/90 {
  border-color: rgb(229 237 255 / 0.9);
}
.border-indigo-100\/95 {
  border-color: rgb(229 237 255 / 0.95);
}
.border-indigo-200 {
  --tw-border-opacity: 1;
  border-color: rgb(205 219 254 / var(--tw-border-opacity, 1));
}
.border-indigo-200\/0 {
  border-color: rgb(205 219 254 / 0);
}
.border-indigo-200\/10 {
  border-color: rgb(205 219 254 / 0.1);
}
.border-indigo-200\/100 {
  border-color: rgb(205 219 254 / 1);
}
.border-indigo-200\/15 {
  border-color: rgb(205 219 254 / 0.15);
}
.border-indigo-200\/20 {
  border-color: rgb(205 219 254 / 0.2);
}
.border-indigo-200\/25 {
  border-color: rgb(205 219 254 / 0.25);
}
.border-indigo-200\/30 {
  border-color: rgb(205 219 254 / 0.3);
}
.border-indigo-200\/35 {
  border-color: rgb(205 219 254 / 0.35);
}
.border-indigo-200\/40 {
  border-color: rgb(205 219 254 / 0.4);
}
.border-indigo-200\/45 {
  border-color: rgb(205 219 254 / 0.45);
}
.border-indigo-200\/5 {
  border-color: rgb(205 219 254 / 0.05);
}
.border-indigo-200\/50 {
  border-color: rgb(205 219 254 / 0.5);
}
.border-indigo-200\/55 {
  border-color: rgb(205 219 254 / 0.55);
}
.border-indigo-200\/60 {
  border-color: rgb(205 219 254 / 0.6);
}
.border-indigo-200\/65 {
  border-color: rgb(205 219 254 / 0.65);
}
.border-indigo-200\/70 {
  border-color: rgb(205 219 254 / 0.7);
}
.border-indigo-200\/75 {
  border-color: rgb(205 219 254 / 0.75);
}
.border-indigo-200\/80 {
  border-color: rgb(205 219 254 / 0.8);
}
.border-indigo-200\/85 {
  border-color: rgb(205 219 254 / 0.85);
}
.border-indigo-200\/90 {
  border-color: rgb(205 219 254 / 0.9);
}
.border-indigo-200\/95 {
  border-color: rgb(205 219 254 / 0.95);
}
.border-indigo-300 {
  --tw-border-opacity: 1;
  border-color: rgb(180 198 252 / var(--tw-border-opacity, 1));
}
.border-indigo-300\/0 {
  border-color: rgb(180 198 252 / 0);
}
.border-indigo-300\/10 {
  border-color: rgb(180 198 252 / 0.1);
}
.border-indigo-300\/100 {
  border-color: rgb(180 198 252 / 1);
}
.border-indigo-300\/15 {
  border-color: rgb(180 198 252 / 0.15);
}
.border-indigo-300\/20 {
  border-color: rgb(180 198 252 / 0.2);
}
.border-indigo-300\/25 {
  border-color: rgb(180 198 252 / 0.25);
}
.border-indigo-300\/30 {
  border-color: rgb(180 198 252 / 0.3);
}
.border-indigo-300\/35 {
  border-color: rgb(180 198 252 / 0.35);
}
.border-indigo-300\/40 {
  border-color: rgb(180 198 252 / 0.4);
}
.border-indigo-300\/45 {
  border-color: rgb(180 198 252 / 0.45);
}
.border-indigo-300\/5 {
  border-color: rgb(180 198 252 / 0.05);
}
.border-indigo-300\/50 {
  border-color: rgb(180 198 252 / 0.5);
}
.border-indigo-300\/55 {
  border-color: rgb(180 198 252 / 0.55);
}
.border-indigo-300\/60 {
  border-color: rgb(180 198 252 / 0.6);
}
.border-indigo-300\/65 {
  border-color: rgb(180 198 252 / 0.65);
}
.border-indigo-300\/70 {
  border-color: rgb(180 198 252 / 0.7);
}
.border-indigo-300\/75 {
  border-color: rgb(180 198 252 / 0.75);
}
.border-indigo-300\/80 {
  border-color: rgb(180 198 252 / 0.8);
}
.border-indigo-300\/85 {
  border-color: rgb(180 198 252 / 0.85);
}
.border-indigo-300\/90 {
  border-color: rgb(180 198 252 / 0.9);
}
.border-indigo-300\/95 {
  border-color: rgb(180 198 252 / 0.95);
}
.border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgb(141 162 251 / var(--tw-border-opacity, 1));
}
.border-indigo-400\/0 {
  border-color: rgb(141 162 251 / 0);
}
.border-indigo-400\/10 {
  border-color: rgb(141 162 251 / 0.1);
}
.border-indigo-400\/100 {
  border-color: rgb(141 162 251 / 1);
}
.border-indigo-400\/15 {
  border-color: rgb(141 162 251 / 0.15);
}
.border-indigo-400\/20 {
  border-color: rgb(141 162 251 / 0.2);
}
.border-indigo-400\/25 {
  border-color: rgb(141 162 251 / 0.25);
}
.border-indigo-400\/30 {
  border-color: rgb(141 162 251 / 0.3);
}
.border-indigo-400\/35 {
  border-color: rgb(141 162 251 / 0.35);
}
.border-indigo-400\/40 {
  border-color: rgb(141 162 251 / 0.4);
}
.border-indigo-400\/45 {
  border-color: rgb(141 162 251 / 0.45);
}
.border-indigo-400\/5 {
  border-color: rgb(141 162 251 / 0.05);
}
.border-indigo-400\/50 {
  border-color: rgb(141 162 251 / 0.5);
}
.border-indigo-400\/55 {
  border-color: rgb(141 162 251 / 0.55);
}
.border-indigo-400\/60 {
  border-color: rgb(141 162 251 / 0.6);
}
.border-indigo-400\/65 {
  border-color: rgb(141 162 251 / 0.65);
}
.border-indigo-400\/70 {
  border-color: rgb(141 162 251 / 0.7);
}
.border-indigo-400\/75 {
  border-color: rgb(141 162 251 / 0.75);
}
.border-indigo-400\/80 {
  border-color: rgb(141 162 251 / 0.8);
}
.border-indigo-400\/85 {
  border-color: rgb(141 162 251 / 0.85);
}
.border-indigo-400\/90 {
  border-color: rgb(141 162 251 / 0.9);
}
.border-indigo-400\/95 {
  border-color: rgb(141 162 251 / 0.95);
}
.border-indigo-50 {
  --tw-border-opacity: 1;
  border-color: rgb(240 245 255 / var(--tw-border-opacity, 1));
}
.border-indigo-50\/0 {
  border-color: rgb(240 245 255 / 0);
}
.border-indigo-50\/10 {
  border-color: rgb(240 245 255 / 0.1);
}
.border-indigo-50\/100 {
  border-color: rgb(240 245 255 / 1);
}
.border-indigo-50\/15 {
  border-color: rgb(240 245 255 / 0.15);
}
.border-indigo-50\/20 {
  border-color: rgb(240 245 255 / 0.2);
}
.border-indigo-50\/25 {
  border-color: rgb(240 245 255 / 0.25);
}
.border-indigo-50\/30 {
  border-color: rgb(240 245 255 / 0.3);
}
.border-indigo-50\/35 {
  border-color: rgb(240 245 255 / 0.35);
}
.border-indigo-50\/40 {
  border-color: rgb(240 245 255 / 0.4);
}
.border-indigo-50\/45 {
  border-color: rgb(240 245 255 / 0.45);
}
.border-indigo-50\/5 {
  border-color: rgb(240 245 255 / 0.05);
}
.border-indigo-50\/50 {
  border-color: rgb(240 245 255 / 0.5);
}
.border-indigo-50\/55 {
  border-color: rgb(240 245 255 / 0.55);
}
.border-indigo-50\/60 {
  border-color: rgb(240 245 255 / 0.6);
}
.border-indigo-50\/65 {
  border-color: rgb(240 245 255 / 0.65);
}
.border-indigo-50\/70 {
  border-color: rgb(240 245 255 / 0.7);
}
.border-indigo-50\/75 {
  border-color: rgb(240 245 255 / 0.75);
}
.border-indigo-50\/80 {
  border-color: rgb(240 245 255 / 0.8);
}
.border-indigo-50\/85 {
  border-color: rgb(240 245 255 / 0.85);
}
.border-indigo-50\/90 {
  border-color: rgb(240 245 255 / 0.9);
}
.border-indigo-50\/95 {
  border-color: rgb(240 245 255 / 0.95);
}
.border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgb(104 117 245 / var(--tw-border-opacity, 1));
}
.border-indigo-500\/0 {
  border-color: rgb(104 117 245 / 0);
}
.border-indigo-500\/10 {
  border-color: rgb(104 117 245 / 0.1);
}
.border-indigo-500\/100 {
  border-color: rgb(104 117 245 / 1);
}
.border-indigo-500\/15 {
  border-color: rgb(104 117 245 / 0.15);
}
.border-indigo-500\/20 {
  border-color: rgb(104 117 245 / 0.2);
}
.border-indigo-500\/25 {
  border-color: rgb(104 117 245 / 0.25);
}
.border-indigo-500\/30 {
  border-color: rgb(104 117 245 / 0.3);
}
.border-indigo-500\/35 {
  border-color: rgb(104 117 245 / 0.35);
}
.border-indigo-500\/40 {
  border-color: rgb(104 117 245 / 0.4);
}
.border-indigo-500\/45 {
  border-color: rgb(104 117 245 / 0.45);
}
.border-indigo-500\/5 {
  border-color: rgb(104 117 245 / 0.05);
}
.border-indigo-500\/50 {
  border-color: rgb(104 117 245 / 0.5);
}
.border-indigo-500\/55 {
  border-color: rgb(104 117 245 / 0.55);
}
.border-indigo-500\/60 {
  border-color: rgb(104 117 245 / 0.6);
}
.border-indigo-500\/65 {
  border-color: rgb(104 117 245 / 0.65);
}
.border-indigo-500\/70 {
  border-color: rgb(104 117 245 / 0.7);
}
.border-indigo-500\/75 {
  border-color: rgb(104 117 245 / 0.75);
}
.border-indigo-500\/80 {
  border-color: rgb(104 117 245 / 0.8);
}
.border-indigo-500\/85 {
  border-color: rgb(104 117 245 / 0.85);
}
.border-indigo-500\/90 {
  border-color: rgb(104 117 245 / 0.9);
}
.border-indigo-500\/95 {
  border-color: rgb(104 117 245 / 0.95);
}
.border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgb(88 80 236 / var(--tw-border-opacity, 1));
}
.border-indigo-600\/0 {
  border-color: rgb(88 80 236 / 0);
}
.border-indigo-600\/10 {
  border-color: rgb(88 80 236 / 0.1);
}
.border-indigo-600\/100 {
  border-color: rgb(88 80 236 / 1);
}
.border-indigo-600\/15 {
  border-color: rgb(88 80 236 / 0.15);
}
.border-indigo-600\/20 {
  border-color: rgb(88 80 236 / 0.2);
}
.border-indigo-600\/25 {
  border-color: rgb(88 80 236 / 0.25);
}
.border-indigo-600\/30 {
  border-color: rgb(88 80 236 / 0.3);
}
.border-indigo-600\/35 {
  border-color: rgb(88 80 236 / 0.35);
}
.border-indigo-600\/40 {
  border-color: rgb(88 80 236 / 0.4);
}
.border-indigo-600\/45 {
  border-color: rgb(88 80 236 / 0.45);
}
.border-indigo-600\/5 {
  border-color: rgb(88 80 236 / 0.05);
}
.border-indigo-600\/50 {
  border-color: rgb(88 80 236 / 0.5);
}
.border-indigo-600\/55 {
  border-color: rgb(88 80 236 / 0.55);
}
.border-indigo-600\/60 {
  border-color: rgb(88 80 236 / 0.6);
}
.border-indigo-600\/65 {
  border-color: rgb(88 80 236 / 0.65);
}
.border-indigo-600\/70 {
  border-color: rgb(88 80 236 / 0.7);
}
.border-indigo-600\/75 {
  border-color: rgb(88 80 236 / 0.75);
}
.border-indigo-600\/80 {
  border-color: rgb(88 80 236 / 0.8);
}
.border-indigo-600\/85 {
  border-color: rgb(88 80 236 / 0.85);
}
.border-indigo-600\/90 {
  border-color: rgb(88 80 236 / 0.9);
}
.border-indigo-600\/95 {
  border-color: rgb(88 80 236 / 0.95);
}
.border-indigo-700 {
  --tw-border-opacity: 1;
  border-color: rgb(81 69 205 / var(--tw-border-opacity, 1));
}
.border-indigo-700\/0 {
  border-color: rgb(81 69 205 / 0);
}
.border-indigo-700\/10 {
  border-color: rgb(81 69 205 / 0.1);
}
.border-indigo-700\/100 {
  border-color: rgb(81 69 205 / 1);
}
.border-indigo-700\/15 {
  border-color: rgb(81 69 205 / 0.15);
}
.border-indigo-700\/20 {
  border-color: rgb(81 69 205 / 0.2);
}
.border-indigo-700\/25 {
  border-color: rgb(81 69 205 / 0.25);
}
.border-indigo-700\/30 {
  border-color: rgb(81 69 205 / 0.3);
}
.border-indigo-700\/35 {
  border-color: rgb(81 69 205 / 0.35);
}
.border-indigo-700\/40 {
  border-color: rgb(81 69 205 / 0.4);
}
.border-indigo-700\/45 {
  border-color: rgb(81 69 205 / 0.45);
}
.border-indigo-700\/5 {
  border-color: rgb(81 69 205 / 0.05);
}
.border-indigo-700\/50 {
  border-color: rgb(81 69 205 / 0.5);
}
.border-indigo-700\/55 {
  border-color: rgb(81 69 205 / 0.55);
}
.border-indigo-700\/60 {
  border-color: rgb(81 69 205 / 0.6);
}
.border-indigo-700\/65 {
  border-color: rgb(81 69 205 / 0.65);
}
.border-indigo-700\/70 {
  border-color: rgb(81 69 205 / 0.7);
}
.border-indigo-700\/75 {
  border-color: rgb(81 69 205 / 0.75);
}
.border-indigo-700\/80 {
  border-color: rgb(81 69 205 / 0.8);
}
.border-indigo-700\/85 {
  border-color: rgb(81 69 205 / 0.85);
}
.border-indigo-700\/90 {
  border-color: rgb(81 69 205 / 0.9);
}
.border-indigo-700\/95 {
  border-color: rgb(81 69 205 / 0.95);
}
.border-indigo-800 {
  --tw-border-opacity: 1;
  border-color: rgb(66 56 157 / var(--tw-border-opacity, 1));
}
.border-indigo-800\/0 {
  border-color: rgb(66 56 157 / 0);
}
.border-indigo-800\/10 {
  border-color: rgb(66 56 157 / 0.1);
}
.border-indigo-800\/100 {
  border-color: rgb(66 56 157 / 1);
}
.border-indigo-800\/15 {
  border-color: rgb(66 56 157 / 0.15);
}
.border-indigo-800\/20 {
  border-color: rgb(66 56 157 / 0.2);
}
.border-indigo-800\/25 {
  border-color: rgb(66 56 157 / 0.25);
}
.border-indigo-800\/30 {
  border-color: rgb(66 56 157 / 0.3);
}
.border-indigo-800\/35 {
  border-color: rgb(66 56 157 / 0.35);
}
.border-indigo-800\/40 {
  border-color: rgb(66 56 157 / 0.4);
}
.border-indigo-800\/45 {
  border-color: rgb(66 56 157 / 0.45);
}
.border-indigo-800\/5 {
  border-color: rgb(66 56 157 / 0.05);
}
.border-indigo-800\/50 {
  border-color: rgb(66 56 157 / 0.5);
}
.border-indigo-800\/55 {
  border-color: rgb(66 56 157 / 0.55);
}
.border-indigo-800\/60 {
  border-color: rgb(66 56 157 / 0.6);
}
.border-indigo-800\/65 {
  border-color: rgb(66 56 157 / 0.65);
}
.border-indigo-800\/70 {
  border-color: rgb(66 56 157 / 0.7);
}
.border-indigo-800\/75 {
  border-color: rgb(66 56 157 / 0.75);
}
.border-indigo-800\/80 {
  border-color: rgb(66 56 157 / 0.8);
}
.border-indigo-800\/85 {
  border-color: rgb(66 56 157 / 0.85);
}
.border-indigo-800\/90 {
  border-color: rgb(66 56 157 / 0.9);
}
.border-indigo-800\/95 {
  border-color: rgb(66 56 157 / 0.95);
}
.border-indigo-900 {
  --tw-border-opacity: 1;
  border-color: rgb(54 47 120 / var(--tw-border-opacity, 1));
}
.border-indigo-900\/0 {
  border-color: rgb(54 47 120 / 0);
}
.border-indigo-900\/10 {
  border-color: rgb(54 47 120 / 0.1);
}
.border-indigo-900\/100 {
  border-color: rgb(54 47 120 / 1);
}
.border-indigo-900\/15 {
  border-color: rgb(54 47 120 / 0.15);
}
.border-indigo-900\/20 {
  border-color: rgb(54 47 120 / 0.2);
}
.border-indigo-900\/25 {
  border-color: rgb(54 47 120 / 0.25);
}
.border-indigo-900\/30 {
  border-color: rgb(54 47 120 / 0.3);
}
.border-indigo-900\/35 {
  border-color: rgb(54 47 120 / 0.35);
}
.border-indigo-900\/40 {
  border-color: rgb(54 47 120 / 0.4);
}
.border-indigo-900\/45 {
  border-color: rgb(54 47 120 / 0.45);
}
.border-indigo-900\/5 {
  border-color: rgb(54 47 120 / 0.05);
}
.border-indigo-900\/50 {
  border-color: rgb(54 47 120 / 0.5);
}
.border-indigo-900\/55 {
  border-color: rgb(54 47 120 / 0.55);
}
.border-indigo-900\/60 {
  border-color: rgb(54 47 120 / 0.6);
}
.border-indigo-900\/65 {
  border-color: rgb(54 47 120 / 0.65);
}
.border-indigo-900\/70 {
  border-color: rgb(54 47 120 / 0.7);
}
.border-indigo-900\/75 {
  border-color: rgb(54 47 120 / 0.75);
}
.border-indigo-900\/80 {
  border-color: rgb(54 47 120 / 0.8);
}
.border-indigo-900\/85 {
  border-color: rgb(54 47 120 / 0.85);
}
.border-indigo-900\/90 {
  border-color: rgb(54 47 120 / 0.9);
}
.border-indigo-900\/95 {
  border-color: rgb(54 47 120 / 0.95);
}
.border-negative-100 {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}
.border-negative-100\/0 {
  border-color: rgb(244 244 245 / 0);
}
.border-negative-100\/10 {
  border-color: rgb(244 244 245 / 0.1);
}
.border-negative-100\/100 {
  border-color: rgb(244 244 245 / 1);
}
.border-negative-100\/15 {
  border-color: rgb(244 244 245 / 0.15);
}
.border-negative-100\/20 {
  border-color: rgb(244 244 245 / 0.2);
}
.border-negative-100\/25 {
  border-color: rgb(244 244 245 / 0.25);
}
.border-negative-100\/30 {
  border-color: rgb(244 244 245 / 0.3);
}
.border-negative-100\/35 {
  border-color: rgb(244 244 245 / 0.35);
}
.border-negative-100\/40 {
  border-color: rgb(244 244 245 / 0.4);
}
.border-negative-100\/45 {
  border-color: rgb(244 244 245 / 0.45);
}
.border-negative-100\/5 {
  border-color: rgb(244 244 245 / 0.05);
}
.border-negative-100\/50 {
  border-color: rgb(244 244 245 / 0.5);
}
.border-negative-100\/55 {
  border-color: rgb(244 244 245 / 0.55);
}
.border-negative-100\/60 {
  border-color: rgb(244 244 245 / 0.6);
}
.border-negative-100\/65 {
  border-color: rgb(244 244 245 / 0.65);
}
.border-negative-100\/70 {
  border-color: rgb(244 244 245 / 0.7);
}
.border-negative-100\/75 {
  border-color: rgb(244 244 245 / 0.75);
}
.border-negative-100\/80 {
  border-color: rgb(244 244 245 / 0.8);
}
.border-negative-100\/85 {
  border-color: rgb(244 244 245 / 0.85);
}
.border-negative-100\/90 {
  border-color: rgb(244 244 245 / 0.9);
}
.border-negative-100\/95 {
  border-color: rgb(244 244 245 / 0.95);
}
.border-negative-200 {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}
.border-negative-200\/0 {
  border-color: rgb(228 228 231 / 0);
}
.border-negative-200\/10 {
  border-color: rgb(228 228 231 / 0.1);
}
.border-negative-200\/100 {
  border-color: rgb(228 228 231 / 1);
}
.border-negative-200\/15 {
  border-color: rgb(228 228 231 / 0.15);
}
.border-negative-200\/20 {
  border-color: rgb(228 228 231 / 0.2);
}
.border-negative-200\/25 {
  border-color: rgb(228 228 231 / 0.25);
}
.border-negative-200\/30 {
  border-color: rgb(228 228 231 / 0.3);
}
.border-negative-200\/35 {
  border-color: rgb(228 228 231 / 0.35);
}
.border-negative-200\/40 {
  border-color: rgb(228 228 231 / 0.4);
}
.border-negative-200\/45 {
  border-color: rgb(228 228 231 / 0.45);
}
.border-negative-200\/5 {
  border-color: rgb(228 228 231 / 0.05);
}
.border-negative-200\/50 {
  border-color: rgb(228 228 231 / 0.5);
}
.border-negative-200\/55 {
  border-color: rgb(228 228 231 / 0.55);
}
.border-negative-200\/60 {
  border-color: rgb(228 228 231 / 0.6);
}
.border-negative-200\/65 {
  border-color: rgb(228 228 231 / 0.65);
}
.border-negative-200\/70 {
  border-color: rgb(228 228 231 / 0.7);
}
.border-negative-200\/75 {
  border-color: rgb(228 228 231 / 0.75);
}
.border-negative-200\/80 {
  border-color: rgb(228 228 231 / 0.8);
}
.border-negative-200\/85 {
  border-color: rgb(228 228 231 / 0.85);
}
.border-negative-200\/90 {
  border-color: rgb(228 228 231 / 0.9);
}
.border-negative-200\/95 {
  border-color: rgb(228 228 231 / 0.95);
}
.border-negative-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}
.border-negative-300\/0 {
  border-color: rgb(212 212 216 / 0);
}
.border-negative-300\/10 {
  border-color: rgb(212 212 216 / 0.1);
}
.border-negative-300\/100 {
  border-color: rgb(212 212 216 / 1);
}
.border-negative-300\/15 {
  border-color: rgb(212 212 216 / 0.15);
}
.border-negative-300\/20 {
  border-color: rgb(212 212 216 / 0.2);
}
.border-negative-300\/25 {
  border-color: rgb(212 212 216 / 0.25);
}
.border-negative-300\/30 {
  border-color: rgb(212 212 216 / 0.3);
}
.border-negative-300\/35 {
  border-color: rgb(212 212 216 / 0.35);
}
.border-negative-300\/40 {
  border-color: rgb(212 212 216 / 0.4);
}
.border-negative-300\/45 {
  border-color: rgb(212 212 216 / 0.45);
}
.border-negative-300\/5 {
  border-color: rgb(212 212 216 / 0.05);
}
.border-negative-300\/50 {
  border-color: rgb(212 212 216 / 0.5);
}
.border-negative-300\/55 {
  border-color: rgb(212 212 216 / 0.55);
}
.border-negative-300\/60 {
  border-color: rgb(212 212 216 / 0.6);
}
.border-negative-300\/65 {
  border-color: rgb(212 212 216 / 0.65);
}
.border-negative-300\/70 {
  border-color: rgb(212 212 216 / 0.7);
}
.border-negative-300\/75 {
  border-color: rgb(212 212 216 / 0.75);
}
.border-negative-300\/80 {
  border-color: rgb(212 212 216 / 0.8);
}
.border-negative-300\/85 {
  border-color: rgb(212 212 216 / 0.85);
}
.border-negative-300\/90 {
  border-color: rgb(212 212 216 / 0.9);
}
.border-negative-300\/95 {
  border-color: rgb(212 212 216 / 0.95);
}
.border-negative-400 {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}
.border-negative-400\/0 {
  border-color: rgb(161 161 170 / 0);
}
.border-negative-400\/10 {
  border-color: rgb(161 161 170 / 0.1);
}
.border-negative-400\/100 {
  border-color: rgb(161 161 170 / 1);
}
.border-negative-400\/15 {
  border-color: rgb(161 161 170 / 0.15);
}
.border-negative-400\/20 {
  border-color: rgb(161 161 170 / 0.2);
}
.border-negative-400\/25 {
  border-color: rgb(161 161 170 / 0.25);
}
.border-negative-400\/30 {
  border-color: rgb(161 161 170 / 0.3);
}
.border-negative-400\/35 {
  border-color: rgb(161 161 170 / 0.35);
}
.border-negative-400\/40 {
  border-color: rgb(161 161 170 / 0.4);
}
.border-negative-400\/45 {
  border-color: rgb(161 161 170 / 0.45);
}
.border-negative-400\/5 {
  border-color: rgb(161 161 170 / 0.05);
}
.border-negative-400\/50 {
  border-color: rgb(161 161 170 / 0.5);
}
.border-negative-400\/55 {
  border-color: rgb(161 161 170 / 0.55);
}
.border-negative-400\/60 {
  border-color: rgb(161 161 170 / 0.6);
}
.border-negative-400\/65 {
  border-color: rgb(161 161 170 / 0.65);
}
.border-negative-400\/70 {
  border-color: rgb(161 161 170 / 0.7);
}
.border-negative-400\/75 {
  border-color: rgb(161 161 170 / 0.75);
}
.border-negative-400\/80 {
  border-color: rgb(161 161 170 / 0.8);
}
.border-negative-400\/85 {
  border-color: rgb(161 161 170 / 0.85);
}
.border-negative-400\/90 {
  border-color: rgb(161 161 170 / 0.9);
}
.border-negative-400\/95 {
  border-color: rgb(161 161 170 / 0.95);
}
.border-negative-50 {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-negative-50\/0 {
  border-color: rgb(250 250 250 / 0);
}
.border-negative-50\/10 {
  border-color: rgb(250 250 250 / 0.1);
}
.border-negative-50\/100 {
  border-color: rgb(250 250 250 / 1);
}
.border-negative-50\/15 {
  border-color: rgb(250 250 250 / 0.15);
}
.border-negative-50\/20 {
  border-color: rgb(250 250 250 / 0.2);
}
.border-negative-50\/25 {
  border-color: rgb(250 250 250 / 0.25);
}
.border-negative-50\/30 {
  border-color: rgb(250 250 250 / 0.3);
}
.border-negative-50\/35 {
  border-color: rgb(250 250 250 / 0.35);
}
.border-negative-50\/40 {
  border-color: rgb(250 250 250 / 0.4);
}
.border-negative-50\/45 {
  border-color: rgb(250 250 250 / 0.45);
}
.border-negative-50\/5 {
  border-color: rgb(250 250 250 / 0.05);
}
.border-negative-50\/50 {
  border-color: rgb(250 250 250 / 0.5);
}
.border-negative-50\/55 {
  border-color: rgb(250 250 250 / 0.55);
}
.border-negative-50\/60 {
  border-color: rgb(250 250 250 / 0.6);
}
.border-negative-50\/65 {
  border-color: rgb(250 250 250 / 0.65);
}
.border-negative-50\/70 {
  border-color: rgb(250 250 250 / 0.7);
}
.border-negative-50\/75 {
  border-color: rgb(250 250 250 / 0.75);
}
.border-negative-50\/80 {
  border-color: rgb(250 250 250 / 0.8);
}
.border-negative-50\/85 {
  border-color: rgb(250 250 250 / 0.85);
}
.border-negative-50\/90 {
  border-color: rgb(250 250 250 / 0.9);
}
.border-negative-50\/95 {
  border-color: rgb(250 250 250 / 0.95);
}
.border-negative-500 {
  --tw-border-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}
.border-negative-500\/0 {
  border-color: rgb(113 113 122 / 0);
}
.border-negative-500\/10 {
  border-color: rgb(113 113 122 / 0.1);
}
.border-negative-500\/100 {
  border-color: rgb(113 113 122 / 1);
}
.border-negative-500\/15 {
  border-color: rgb(113 113 122 / 0.15);
}
.border-negative-500\/20 {
  border-color: rgb(113 113 122 / 0.2);
}
.border-negative-500\/25 {
  border-color: rgb(113 113 122 / 0.25);
}
.border-negative-500\/30 {
  border-color: rgb(113 113 122 / 0.3);
}
.border-negative-500\/35 {
  border-color: rgb(113 113 122 / 0.35);
}
.border-negative-500\/40 {
  border-color: rgb(113 113 122 / 0.4);
}
.border-negative-500\/45 {
  border-color: rgb(113 113 122 / 0.45);
}
.border-negative-500\/5 {
  border-color: rgb(113 113 122 / 0.05);
}
.border-negative-500\/50 {
  border-color: rgb(113 113 122 / 0.5);
}
.border-negative-500\/55 {
  border-color: rgb(113 113 122 / 0.55);
}
.border-negative-500\/60 {
  border-color: rgb(113 113 122 / 0.6);
}
.border-negative-500\/65 {
  border-color: rgb(113 113 122 / 0.65);
}
.border-negative-500\/70 {
  border-color: rgb(113 113 122 / 0.7);
}
.border-negative-500\/75 {
  border-color: rgb(113 113 122 / 0.75);
}
.border-negative-500\/80 {
  border-color: rgb(113 113 122 / 0.8);
}
.border-negative-500\/85 {
  border-color: rgb(113 113 122 / 0.85);
}
.border-negative-500\/90 {
  border-color: rgb(113 113 122 / 0.9);
}
.border-negative-500\/95 {
  border-color: rgb(113 113 122 / 0.95);
}
.border-negative-600 {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}
.border-negative-600\/0 {
  border-color: rgb(82 82 91 / 0);
}
.border-negative-600\/10 {
  border-color: rgb(82 82 91 / 0.1);
}
.border-negative-600\/100 {
  border-color: rgb(82 82 91 / 1);
}
.border-negative-600\/15 {
  border-color: rgb(82 82 91 / 0.15);
}
.border-negative-600\/20 {
  border-color: rgb(82 82 91 / 0.2);
}
.border-negative-600\/25 {
  border-color: rgb(82 82 91 / 0.25);
}
.border-negative-600\/30 {
  border-color: rgb(82 82 91 / 0.3);
}
.border-negative-600\/35 {
  border-color: rgb(82 82 91 / 0.35);
}
.border-negative-600\/40 {
  border-color: rgb(82 82 91 / 0.4);
}
.border-negative-600\/45 {
  border-color: rgb(82 82 91 / 0.45);
}
.border-negative-600\/5 {
  border-color: rgb(82 82 91 / 0.05);
}
.border-negative-600\/50 {
  border-color: rgb(82 82 91 / 0.5);
}
.border-negative-600\/55 {
  border-color: rgb(82 82 91 / 0.55);
}
.border-negative-600\/60 {
  border-color: rgb(82 82 91 / 0.6);
}
.border-negative-600\/65 {
  border-color: rgb(82 82 91 / 0.65);
}
.border-negative-600\/70 {
  border-color: rgb(82 82 91 / 0.7);
}
.border-negative-600\/75 {
  border-color: rgb(82 82 91 / 0.75);
}
.border-negative-600\/80 {
  border-color: rgb(82 82 91 / 0.8);
}
.border-negative-600\/85 {
  border-color: rgb(82 82 91 / 0.85);
}
.border-negative-600\/90 {
  border-color: rgb(82 82 91 / 0.9);
}
.border-negative-600\/95 {
  border-color: rgb(82 82 91 / 0.95);
}
.border-negative-700 {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}
.border-negative-700\/0 {
  border-color: rgb(63 63 70 / 0);
}
.border-negative-700\/10 {
  border-color: rgb(63 63 70 / 0.1);
}
.border-negative-700\/100 {
  border-color: rgb(63 63 70 / 1);
}
.border-negative-700\/15 {
  border-color: rgb(63 63 70 / 0.15);
}
.border-negative-700\/20 {
  border-color: rgb(63 63 70 / 0.2);
}
.border-negative-700\/25 {
  border-color: rgb(63 63 70 / 0.25);
}
.border-negative-700\/30 {
  border-color: rgb(63 63 70 / 0.3);
}
.border-negative-700\/35 {
  border-color: rgb(63 63 70 / 0.35);
}
.border-negative-700\/40 {
  border-color: rgb(63 63 70 / 0.4);
}
.border-negative-700\/45 {
  border-color: rgb(63 63 70 / 0.45);
}
.border-negative-700\/5 {
  border-color: rgb(63 63 70 / 0.05);
}
.border-negative-700\/50 {
  border-color: rgb(63 63 70 / 0.5);
}
.border-negative-700\/55 {
  border-color: rgb(63 63 70 / 0.55);
}
.border-negative-700\/60 {
  border-color: rgb(63 63 70 / 0.6);
}
.border-negative-700\/65 {
  border-color: rgb(63 63 70 / 0.65);
}
.border-negative-700\/70 {
  border-color: rgb(63 63 70 / 0.7);
}
.border-negative-700\/75 {
  border-color: rgb(63 63 70 / 0.75);
}
.border-negative-700\/80 {
  border-color: rgb(63 63 70 / 0.8);
}
.border-negative-700\/85 {
  border-color: rgb(63 63 70 / 0.85);
}
.border-negative-700\/90 {
  border-color: rgb(63 63 70 / 0.9);
}
.border-negative-700\/95 {
  border-color: rgb(63 63 70 / 0.95);
}
.border-negative-800 {
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}
.border-negative-800\/0 {
  border-color: rgb(39 39 42 / 0);
}
.border-negative-800\/10 {
  border-color: rgb(39 39 42 / 0.1);
}
.border-negative-800\/100 {
  border-color: rgb(39 39 42 / 1);
}
.border-negative-800\/15 {
  border-color: rgb(39 39 42 / 0.15);
}
.border-negative-800\/20 {
  border-color: rgb(39 39 42 / 0.2);
}
.border-negative-800\/25 {
  border-color: rgb(39 39 42 / 0.25);
}
.border-negative-800\/30 {
  border-color: rgb(39 39 42 / 0.3);
}
.border-negative-800\/35 {
  border-color: rgb(39 39 42 / 0.35);
}
.border-negative-800\/40 {
  border-color: rgb(39 39 42 / 0.4);
}
.border-negative-800\/45 {
  border-color: rgb(39 39 42 / 0.45);
}
.border-negative-800\/5 {
  border-color: rgb(39 39 42 / 0.05);
}
.border-negative-800\/50 {
  border-color: rgb(39 39 42 / 0.5);
}
.border-negative-800\/55 {
  border-color: rgb(39 39 42 / 0.55);
}
.border-negative-800\/60 {
  border-color: rgb(39 39 42 / 0.6);
}
.border-negative-800\/65 {
  border-color: rgb(39 39 42 / 0.65);
}
.border-negative-800\/70 {
  border-color: rgb(39 39 42 / 0.7);
}
.border-negative-800\/75 {
  border-color: rgb(39 39 42 / 0.75);
}
.border-negative-800\/80 {
  border-color: rgb(39 39 42 / 0.8);
}
.border-negative-800\/85 {
  border-color: rgb(39 39 42 / 0.85);
}
.border-negative-800\/90 {
  border-color: rgb(39 39 42 / 0.9);
}
.border-negative-800\/95 {
  border-color: rgb(39 39 42 / 0.95);
}
.border-negative-900 {
  --tw-border-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
}
.border-negative-900\/0 {
  border-color: rgb(24 24 27 / 0);
}
.border-negative-900\/10 {
  border-color: rgb(24 24 27 / 0.1);
}
.border-negative-900\/100 {
  border-color: rgb(24 24 27 / 1);
}
.border-negative-900\/15 {
  border-color: rgb(24 24 27 / 0.15);
}
.border-negative-900\/20 {
  border-color: rgb(24 24 27 / 0.2);
}
.border-negative-900\/25 {
  border-color: rgb(24 24 27 / 0.25);
}
.border-negative-900\/30 {
  border-color: rgb(24 24 27 / 0.3);
}
.border-negative-900\/35 {
  border-color: rgb(24 24 27 / 0.35);
}
.border-negative-900\/40 {
  border-color: rgb(24 24 27 / 0.4);
}
.border-negative-900\/45 {
  border-color: rgb(24 24 27 / 0.45);
}
.border-negative-900\/5 {
  border-color: rgb(24 24 27 / 0.05);
}
.border-negative-900\/50 {
  border-color: rgb(24 24 27 / 0.5);
}
.border-negative-900\/55 {
  border-color: rgb(24 24 27 / 0.55);
}
.border-negative-900\/60 {
  border-color: rgb(24 24 27 / 0.6);
}
.border-negative-900\/65 {
  border-color: rgb(24 24 27 / 0.65);
}
.border-negative-900\/70 {
  border-color: rgb(24 24 27 / 0.7);
}
.border-negative-900\/75 {
  border-color: rgb(24 24 27 / 0.75);
}
.border-negative-900\/80 {
  border-color: rgb(24 24 27 / 0.8);
}
.border-negative-900\/85 {
  border-color: rgb(24 24 27 / 0.85);
}
.border-negative-900\/90 {
  border-color: rgb(24 24 27 / 0.9);
}
.border-negative-900\/95 {
  border-color: rgb(24 24 27 / 0.95);
}
.border-negative-950 {
  --tw-border-opacity: 1;
  border-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
}
.border-negative-950\/0 {
  border-color: rgb(9 9 11 / 0);
}
.border-negative-950\/10 {
  border-color: rgb(9 9 11 / 0.1);
}
.border-negative-950\/100 {
  border-color: rgb(9 9 11 / 1);
}
.border-negative-950\/15 {
  border-color: rgb(9 9 11 / 0.15);
}
.border-negative-950\/20 {
  border-color: rgb(9 9 11 / 0.2);
}
.border-negative-950\/25 {
  border-color: rgb(9 9 11 / 0.25);
}
.border-negative-950\/30 {
  border-color: rgb(9 9 11 / 0.3);
}
.border-negative-950\/35 {
  border-color: rgb(9 9 11 / 0.35);
}
.border-negative-950\/40 {
  border-color: rgb(9 9 11 / 0.4);
}
.border-negative-950\/45 {
  border-color: rgb(9 9 11 / 0.45);
}
.border-negative-950\/5 {
  border-color: rgb(9 9 11 / 0.05);
}
.border-negative-950\/50 {
  border-color: rgb(9 9 11 / 0.5);
}
.border-negative-950\/55 {
  border-color: rgb(9 9 11 / 0.55);
}
.border-negative-950\/60 {
  border-color: rgb(9 9 11 / 0.6);
}
.border-negative-950\/65 {
  border-color: rgb(9 9 11 / 0.65);
}
.border-negative-950\/70 {
  border-color: rgb(9 9 11 / 0.7);
}
.border-negative-950\/75 {
  border-color: rgb(9 9 11 / 0.75);
}
.border-negative-950\/80 {
  border-color: rgb(9 9 11 / 0.8);
}
.border-negative-950\/85 {
  border-color: rgb(9 9 11 / 0.85);
}
.border-negative-950\/90 {
  border-color: rgb(9 9 11 / 0.9);
}
.border-negative-950\/95 {
  border-color: rgb(9 9 11 / 0.95);
}
.border-orange-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 236 220 / var(--tw-border-opacity, 1));
}
.border-orange-100\/0 {
  border-color: rgb(254 236 220 / 0);
}
.border-orange-100\/10 {
  border-color: rgb(254 236 220 / 0.1);
}
.border-orange-100\/100 {
  border-color: rgb(254 236 220 / 1);
}
.border-orange-100\/15 {
  border-color: rgb(254 236 220 / 0.15);
}
.border-orange-100\/20 {
  border-color: rgb(254 236 220 / 0.2);
}
.border-orange-100\/25 {
  border-color: rgb(254 236 220 / 0.25);
}
.border-orange-100\/30 {
  border-color: rgb(254 236 220 / 0.3);
}
.border-orange-100\/35 {
  border-color: rgb(254 236 220 / 0.35);
}
.border-orange-100\/40 {
  border-color: rgb(254 236 220 / 0.4);
}
.border-orange-100\/45 {
  border-color: rgb(254 236 220 / 0.45);
}
.border-orange-100\/5 {
  border-color: rgb(254 236 220 / 0.05);
}
.border-orange-100\/50 {
  border-color: rgb(254 236 220 / 0.5);
}
.border-orange-100\/55 {
  border-color: rgb(254 236 220 / 0.55);
}
.border-orange-100\/60 {
  border-color: rgb(254 236 220 / 0.6);
}
.border-orange-100\/65 {
  border-color: rgb(254 236 220 / 0.65);
}
.border-orange-100\/70 {
  border-color: rgb(254 236 220 / 0.7);
}
.border-orange-100\/75 {
  border-color: rgb(254 236 220 / 0.75);
}
.border-orange-100\/80 {
  border-color: rgb(254 236 220 / 0.8);
}
.border-orange-100\/85 {
  border-color: rgb(254 236 220 / 0.85);
}
.border-orange-100\/90 {
  border-color: rgb(254 236 220 / 0.9);
}
.border-orange-100\/95 {
  border-color: rgb(254 236 220 / 0.95);
}
.border-orange-200 {
  --tw-border-opacity: 1;
  border-color: rgb(252 217 189 / var(--tw-border-opacity, 1));
}
.border-orange-200\/0 {
  border-color: rgb(252 217 189 / 0);
}
.border-orange-200\/10 {
  border-color: rgb(252 217 189 / 0.1);
}
.border-orange-200\/100 {
  border-color: rgb(252 217 189 / 1);
}
.border-orange-200\/15 {
  border-color: rgb(252 217 189 / 0.15);
}
.border-orange-200\/20 {
  border-color: rgb(252 217 189 / 0.2);
}
.border-orange-200\/25 {
  border-color: rgb(252 217 189 / 0.25);
}
.border-orange-200\/30 {
  border-color: rgb(252 217 189 / 0.3);
}
.border-orange-200\/35 {
  border-color: rgb(252 217 189 / 0.35);
}
.border-orange-200\/40 {
  border-color: rgb(252 217 189 / 0.4);
}
.border-orange-200\/45 {
  border-color: rgb(252 217 189 / 0.45);
}
.border-orange-200\/5 {
  border-color: rgb(252 217 189 / 0.05);
}
.border-orange-200\/50 {
  border-color: rgb(252 217 189 / 0.5);
}
.border-orange-200\/55 {
  border-color: rgb(252 217 189 / 0.55);
}
.border-orange-200\/60 {
  border-color: rgb(252 217 189 / 0.6);
}
.border-orange-200\/65 {
  border-color: rgb(252 217 189 / 0.65);
}
.border-orange-200\/70 {
  border-color: rgb(252 217 189 / 0.7);
}
.border-orange-200\/75 {
  border-color: rgb(252 217 189 / 0.75);
}
.border-orange-200\/80 {
  border-color: rgb(252 217 189 / 0.8);
}
.border-orange-200\/85 {
  border-color: rgb(252 217 189 / 0.85);
}
.border-orange-200\/90 {
  border-color: rgb(252 217 189 / 0.9);
}
.border-orange-200\/95 {
  border-color: rgb(252 217 189 / 0.95);
}
.border-orange-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 186 140 / var(--tw-border-opacity, 1));
}
.border-orange-300\/0 {
  border-color: rgb(253 186 140 / 0);
}
.border-orange-300\/10 {
  border-color: rgb(253 186 140 / 0.1);
}
.border-orange-300\/100 {
  border-color: rgb(253 186 140 / 1);
}
.border-orange-300\/15 {
  border-color: rgb(253 186 140 / 0.15);
}
.border-orange-300\/20 {
  border-color: rgb(253 186 140 / 0.2);
}
.border-orange-300\/25 {
  border-color: rgb(253 186 140 / 0.25);
}
.border-orange-300\/30 {
  border-color: rgb(253 186 140 / 0.3);
}
.border-orange-300\/35 {
  border-color: rgb(253 186 140 / 0.35);
}
.border-orange-300\/40 {
  border-color: rgb(253 186 140 / 0.4);
}
.border-orange-300\/45 {
  border-color: rgb(253 186 140 / 0.45);
}
.border-orange-300\/5 {
  border-color: rgb(253 186 140 / 0.05);
}
.border-orange-300\/50 {
  border-color: rgb(253 186 140 / 0.5);
}
.border-orange-300\/55 {
  border-color: rgb(253 186 140 / 0.55);
}
.border-orange-300\/60 {
  border-color: rgb(253 186 140 / 0.6);
}
.border-orange-300\/65 {
  border-color: rgb(253 186 140 / 0.65);
}
.border-orange-300\/70 {
  border-color: rgb(253 186 140 / 0.7);
}
.border-orange-300\/75 {
  border-color: rgb(253 186 140 / 0.75);
}
.border-orange-300\/80 {
  border-color: rgb(253 186 140 / 0.8);
}
.border-orange-300\/85 {
  border-color: rgb(253 186 140 / 0.85);
}
.border-orange-300\/90 {
  border-color: rgb(253 186 140 / 0.9);
}
.border-orange-300\/95 {
  border-color: rgb(253 186 140 / 0.95);
}
.border-orange-400 {
  --tw-border-opacity: 1;
  border-color: rgb(255 138 76 / var(--tw-border-opacity, 1));
}
.border-orange-400\/0 {
  border-color: rgb(255 138 76 / 0);
}
.border-orange-400\/10 {
  border-color: rgb(255 138 76 / 0.1);
}
.border-orange-400\/100 {
  border-color: rgb(255 138 76 / 1);
}
.border-orange-400\/15 {
  border-color: rgb(255 138 76 / 0.15);
}
.border-orange-400\/20 {
  border-color: rgb(255 138 76 / 0.2);
}
.border-orange-400\/25 {
  border-color: rgb(255 138 76 / 0.25);
}
.border-orange-400\/30 {
  border-color: rgb(255 138 76 / 0.3);
}
.border-orange-400\/35 {
  border-color: rgb(255 138 76 / 0.35);
}
.border-orange-400\/40 {
  border-color: rgb(255 138 76 / 0.4);
}
.border-orange-400\/45 {
  border-color: rgb(255 138 76 / 0.45);
}
.border-orange-400\/5 {
  border-color: rgb(255 138 76 / 0.05);
}
.border-orange-400\/50 {
  border-color: rgb(255 138 76 / 0.5);
}
.border-orange-400\/55 {
  border-color: rgb(255 138 76 / 0.55);
}
.border-orange-400\/60 {
  border-color: rgb(255 138 76 / 0.6);
}
.border-orange-400\/65 {
  border-color: rgb(255 138 76 / 0.65);
}
.border-orange-400\/70 {
  border-color: rgb(255 138 76 / 0.7);
}
.border-orange-400\/75 {
  border-color: rgb(255 138 76 / 0.75);
}
.border-orange-400\/80 {
  border-color: rgb(255 138 76 / 0.8);
}
.border-orange-400\/85 {
  border-color: rgb(255 138 76 / 0.85);
}
.border-orange-400\/90 {
  border-color: rgb(255 138 76 / 0.9);
}
.border-orange-400\/95 {
  border-color: rgb(255 138 76 / 0.95);
}
.border-orange-50 {
  --tw-border-opacity: 1;
  border-color: rgb(255 248 241 / var(--tw-border-opacity, 1));
}
.border-orange-50\/0 {
  border-color: rgb(255 248 241 / 0);
}
.border-orange-50\/10 {
  border-color: rgb(255 248 241 / 0.1);
}
.border-orange-50\/100 {
  border-color: rgb(255 248 241 / 1);
}
.border-orange-50\/15 {
  border-color: rgb(255 248 241 / 0.15);
}
.border-orange-50\/20 {
  border-color: rgb(255 248 241 / 0.2);
}
.border-orange-50\/25 {
  border-color: rgb(255 248 241 / 0.25);
}
.border-orange-50\/30 {
  border-color: rgb(255 248 241 / 0.3);
}
.border-orange-50\/35 {
  border-color: rgb(255 248 241 / 0.35);
}
.border-orange-50\/40 {
  border-color: rgb(255 248 241 / 0.4);
}
.border-orange-50\/45 {
  border-color: rgb(255 248 241 / 0.45);
}
.border-orange-50\/5 {
  border-color: rgb(255 248 241 / 0.05);
}
.border-orange-50\/50 {
  border-color: rgb(255 248 241 / 0.5);
}
.border-orange-50\/55 {
  border-color: rgb(255 248 241 / 0.55);
}
.border-orange-50\/60 {
  border-color: rgb(255 248 241 / 0.6);
}
.border-orange-50\/65 {
  border-color: rgb(255 248 241 / 0.65);
}
.border-orange-50\/70 {
  border-color: rgb(255 248 241 / 0.7);
}
.border-orange-50\/75 {
  border-color: rgb(255 248 241 / 0.75);
}
.border-orange-50\/80 {
  border-color: rgb(255 248 241 / 0.8);
}
.border-orange-50\/85 {
  border-color: rgb(255 248 241 / 0.85);
}
.border-orange-50\/90 {
  border-color: rgb(255 248 241 / 0.9);
}
.border-orange-50\/95 {
  border-color: rgb(255 248 241 / 0.95);
}
.border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgb(255 90 31 / var(--tw-border-opacity, 1));
}
.border-orange-500\/0 {
  border-color: rgb(255 90 31 / 0);
}
.border-orange-500\/10 {
  border-color: rgb(255 90 31 / 0.1);
}
.border-orange-500\/100 {
  border-color: rgb(255 90 31 / 1);
}
.border-orange-500\/15 {
  border-color: rgb(255 90 31 / 0.15);
}
.border-orange-500\/20 {
  border-color: rgb(255 90 31 / 0.2);
}
.border-orange-500\/25 {
  border-color: rgb(255 90 31 / 0.25);
}
.border-orange-500\/30 {
  border-color: rgb(255 90 31 / 0.3);
}
.border-orange-500\/35 {
  border-color: rgb(255 90 31 / 0.35);
}
.border-orange-500\/40 {
  border-color: rgb(255 90 31 / 0.4);
}
.border-orange-500\/45 {
  border-color: rgb(255 90 31 / 0.45);
}
.border-orange-500\/5 {
  border-color: rgb(255 90 31 / 0.05);
}
.border-orange-500\/50 {
  border-color: rgb(255 90 31 / 0.5);
}
.border-orange-500\/55 {
  border-color: rgb(255 90 31 / 0.55);
}
.border-orange-500\/60 {
  border-color: rgb(255 90 31 / 0.6);
}
.border-orange-500\/65 {
  border-color: rgb(255 90 31 / 0.65);
}
.border-orange-500\/70 {
  border-color: rgb(255 90 31 / 0.7);
}
.border-orange-500\/75 {
  border-color: rgb(255 90 31 / 0.75);
}
.border-orange-500\/80 {
  border-color: rgb(255 90 31 / 0.8);
}
.border-orange-500\/85 {
  border-color: rgb(255 90 31 / 0.85);
}
.border-orange-500\/90 {
  border-color: rgb(255 90 31 / 0.9);
}
.border-orange-500\/95 {
  border-color: rgb(255 90 31 / 0.95);
}
.border-orange-600 {
  --tw-border-opacity: 1;
  border-color: rgb(208 56 1 / var(--tw-border-opacity, 1));
}
.border-orange-600\/0 {
  border-color: rgb(208 56 1 / 0);
}
.border-orange-600\/10 {
  border-color: rgb(208 56 1 / 0.1);
}
.border-orange-600\/100 {
  border-color: rgb(208 56 1 / 1);
}
.border-orange-600\/15 {
  border-color: rgb(208 56 1 / 0.15);
}
.border-orange-600\/20 {
  border-color: rgb(208 56 1 / 0.2);
}
.border-orange-600\/25 {
  border-color: rgb(208 56 1 / 0.25);
}
.border-orange-600\/30 {
  border-color: rgb(208 56 1 / 0.3);
}
.border-orange-600\/35 {
  border-color: rgb(208 56 1 / 0.35);
}
.border-orange-600\/40 {
  border-color: rgb(208 56 1 / 0.4);
}
.border-orange-600\/45 {
  border-color: rgb(208 56 1 / 0.45);
}
.border-orange-600\/5 {
  border-color: rgb(208 56 1 / 0.05);
}
.border-orange-600\/50 {
  border-color: rgb(208 56 1 / 0.5);
}
.border-orange-600\/55 {
  border-color: rgb(208 56 1 / 0.55);
}
.border-orange-600\/60 {
  border-color: rgb(208 56 1 / 0.6);
}
.border-orange-600\/65 {
  border-color: rgb(208 56 1 / 0.65);
}
.border-orange-600\/70 {
  border-color: rgb(208 56 1 / 0.7);
}
.border-orange-600\/75 {
  border-color: rgb(208 56 1 / 0.75);
}
.border-orange-600\/80 {
  border-color: rgb(208 56 1 / 0.8);
}
.border-orange-600\/85 {
  border-color: rgb(208 56 1 / 0.85);
}
.border-orange-600\/90 {
  border-color: rgb(208 56 1 / 0.9);
}
.border-orange-600\/95 {
  border-color: rgb(208 56 1 / 0.95);
}
.border-orange-700 {
  --tw-border-opacity: 1;
  border-color: rgb(180 52 3 / var(--tw-border-opacity, 1));
}
.border-orange-700\/0 {
  border-color: rgb(180 52 3 / 0);
}
.border-orange-700\/10 {
  border-color: rgb(180 52 3 / 0.1);
}
.border-orange-700\/100 {
  border-color: rgb(180 52 3 / 1);
}
.border-orange-700\/15 {
  border-color: rgb(180 52 3 / 0.15);
}
.border-orange-700\/20 {
  border-color: rgb(180 52 3 / 0.2);
}
.border-orange-700\/25 {
  border-color: rgb(180 52 3 / 0.25);
}
.border-orange-700\/30 {
  border-color: rgb(180 52 3 / 0.3);
}
.border-orange-700\/35 {
  border-color: rgb(180 52 3 / 0.35);
}
.border-orange-700\/40 {
  border-color: rgb(180 52 3 / 0.4);
}
.border-orange-700\/45 {
  border-color: rgb(180 52 3 / 0.45);
}
.border-orange-700\/5 {
  border-color: rgb(180 52 3 / 0.05);
}
.border-orange-700\/50 {
  border-color: rgb(180 52 3 / 0.5);
}
.border-orange-700\/55 {
  border-color: rgb(180 52 3 / 0.55);
}
.border-orange-700\/60 {
  border-color: rgb(180 52 3 / 0.6);
}
.border-orange-700\/65 {
  border-color: rgb(180 52 3 / 0.65);
}
.border-orange-700\/70 {
  border-color: rgb(180 52 3 / 0.7);
}
.border-orange-700\/75 {
  border-color: rgb(180 52 3 / 0.75);
}
.border-orange-700\/80 {
  border-color: rgb(180 52 3 / 0.8);
}
.border-orange-700\/85 {
  border-color: rgb(180 52 3 / 0.85);
}
.border-orange-700\/90 {
  border-color: rgb(180 52 3 / 0.9);
}
.border-orange-700\/95 {
  border-color: rgb(180 52 3 / 0.95);
}
.border-orange-800 {
  --tw-border-opacity: 1;
  border-color: rgb(138 44 13 / var(--tw-border-opacity, 1));
}
.border-orange-800\/0 {
  border-color: rgb(138 44 13 / 0);
}
.border-orange-800\/10 {
  border-color: rgb(138 44 13 / 0.1);
}
.border-orange-800\/100 {
  border-color: rgb(138 44 13 / 1);
}
.border-orange-800\/15 {
  border-color: rgb(138 44 13 / 0.15);
}
.border-orange-800\/20 {
  border-color: rgb(138 44 13 / 0.2);
}
.border-orange-800\/25 {
  border-color: rgb(138 44 13 / 0.25);
}
.border-orange-800\/30 {
  border-color: rgb(138 44 13 / 0.3);
}
.border-orange-800\/35 {
  border-color: rgb(138 44 13 / 0.35);
}
.border-orange-800\/40 {
  border-color: rgb(138 44 13 / 0.4);
}
.border-orange-800\/45 {
  border-color: rgb(138 44 13 / 0.45);
}
.border-orange-800\/5 {
  border-color: rgb(138 44 13 / 0.05);
}
.border-orange-800\/50 {
  border-color: rgb(138 44 13 / 0.5);
}
.border-orange-800\/55 {
  border-color: rgb(138 44 13 / 0.55);
}
.border-orange-800\/60 {
  border-color: rgb(138 44 13 / 0.6);
}
.border-orange-800\/65 {
  border-color: rgb(138 44 13 / 0.65);
}
.border-orange-800\/70 {
  border-color: rgb(138 44 13 / 0.7);
}
.border-orange-800\/75 {
  border-color: rgb(138 44 13 / 0.75);
}
.border-orange-800\/80 {
  border-color: rgb(138 44 13 / 0.8);
}
.border-orange-800\/85 {
  border-color: rgb(138 44 13 / 0.85);
}
.border-orange-800\/90 {
  border-color: rgb(138 44 13 / 0.9);
}
.border-orange-800\/95 {
  border-color: rgb(138 44 13 / 0.95);
}
.border-orange-900 {
  --tw-border-opacity: 1;
  border-color: rgb(119 29 29 / var(--tw-border-opacity, 1));
}
.border-orange-900\/0 {
  border-color: rgb(119 29 29 / 0);
}
.border-orange-900\/10 {
  border-color: rgb(119 29 29 / 0.1);
}
.border-orange-900\/100 {
  border-color: rgb(119 29 29 / 1);
}
.border-orange-900\/15 {
  border-color: rgb(119 29 29 / 0.15);
}
.border-orange-900\/20 {
  border-color: rgb(119 29 29 / 0.2);
}
.border-orange-900\/25 {
  border-color: rgb(119 29 29 / 0.25);
}
.border-orange-900\/30 {
  border-color: rgb(119 29 29 / 0.3);
}
.border-orange-900\/35 {
  border-color: rgb(119 29 29 / 0.35);
}
.border-orange-900\/40 {
  border-color: rgb(119 29 29 / 0.4);
}
.border-orange-900\/45 {
  border-color: rgb(119 29 29 / 0.45);
}
.border-orange-900\/5 {
  border-color: rgb(119 29 29 / 0.05);
}
.border-orange-900\/50 {
  border-color: rgb(119 29 29 / 0.5);
}
.border-orange-900\/55 {
  border-color: rgb(119 29 29 / 0.55);
}
.border-orange-900\/60 {
  border-color: rgb(119 29 29 / 0.6);
}
.border-orange-900\/65 {
  border-color: rgb(119 29 29 / 0.65);
}
.border-orange-900\/70 {
  border-color: rgb(119 29 29 / 0.7);
}
.border-orange-900\/75 {
  border-color: rgb(119 29 29 / 0.75);
}
.border-orange-900\/80 {
  border-color: rgb(119 29 29 / 0.8);
}
.border-orange-900\/85 {
  border-color: rgb(119 29 29 / 0.85);
}
.border-orange-900\/90 {
  border-color: rgb(119 29 29 / 0.9);
}
.border-orange-900\/95 {
  border-color: rgb(119 29 29 / 0.95);
}
.border-pink-100 {
  --tw-border-opacity: 1;
  border-color: rgb(252 232 243 / var(--tw-border-opacity, 1));
}
.border-pink-100\/0 {
  border-color: rgb(252 232 243 / 0);
}
.border-pink-100\/10 {
  border-color: rgb(252 232 243 / 0.1);
}
.border-pink-100\/100 {
  border-color: rgb(252 232 243 / 1);
}
.border-pink-100\/15 {
  border-color: rgb(252 232 243 / 0.15);
}
.border-pink-100\/20 {
  border-color: rgb(252 232 243 / 0.2);
}
.border-pink-100\/25 {
  border-color: rgb(252 232 243 / 0.25);
}
.border-pink-100\/30 {
  border-color: rgb(252 232 243 / 0.3);
}
.border-pink-100\/35 {
  border-color: rgb(252 232 243 / 0.35);
}
.border-pink-100\/40 {
  border-color: rgb(252 232 243 / 0.4);
}
.border-pink-100\/45 {
  border-color: rgb(252 232 243 / 0.45);
}
.border-pink-100\/5 {
  border-color: rgb(252 232 243 / 0.05);
}
.border-pink-100\/50 {
  border-color: rgb(252 232 243 / 0.5);
}
.border-pink-100\/55 {
  border-color: rgb(252 232 243 / 0.55);
}
.border-pink-100\/60 {
  border-color: rgb(252 232 243 / 0.6);
}
.border-pink-100\/65 {
  border-color: rgb(252 232 243 / 0.65);
}
.border-pink-100\/70 {
  border-color: rgb(252 232 243 / 0.7);
}
.border-pink-100\/75 {
  border-color: rgb(252 232 243 / 0.75);
}
.border-pink-100\/80 {
  border-color: rgb(252 232 243 / 0.8);
}
.border-pink-100\/85 {
  border-color: rgb(252 232 243 / 0.85);
}
.border-pink-100\/90 {
  border-color: rgb(252 232 243 / 0.9);
}
.border-pink-100\/95 {
  border-color: rgb(252 232 243 / 0.95);
}
.border-pink-200 {
  --tw-border-opacity: 1;
  border-color: rgb(250 209 232 / var(--tw-border-opacity, 1));
}
.border-pink-200\/0 {
  border-color: rgb(250 209 232 / 0);
}
.border-pink-200\/10 {
  border-color: rgb(250 209 232 / 0.1);
}
.border-pink-200\/100 {
  border-color: rgb(250 209 232 / 1);
}
.border-pink-200\/15 {
  border-color: rgb(250 209 232 / 0.15);
}
.border-pink-200\/20 {
  border-color: rgb(250 209 232 / 0.2);
}
.border-pink-200\/25 {
  border-color: rgb(250 209 232 / 0.25);
}
.border-pink-200\/30 {
  border-color: rgb(250 209 232 / 0.3);
}
.border-pink-200\/35 {
  border-color: rgb(250 209 232 / 0.35);
}
.border-pink-200\/40 {
  border-color: rgb(250 209 232 / 0.4);
}
.border-pink-200\/45 {
  border-color: rgb(250 209 232 / 0.45);
}
.border-pink-200\/5 {
  border-color: rgb(250 209 232 / 0.05);
}
.border-pink-200\/50 {
  border-color: rgb(250 209 232 / 0.5);
}
.border-pink-200\/55 {
  border-color: rgb(250 209 232 / 0.55);
}
.border-pink-200\/60 {
  border-color: rgb(250 209 232 / 0.6);
}
.border-pink-200\/65 {
  border-color: rgb(250 209 232 / 0.65);
}
.border-pink-200\/70 {
  border-color: rgb(250 209 232 / 0.7);
}
.border-pink-200\/75 {
  border-color: rgb(250 209 232 / 0.75);
}
.border-pink-200\/80 {
  border-color: rgb(250 209 232 / 0.8);
}
.border-pink-200\/85 {
  border-color: rgb(250 209 232 / 0.85);
}
.border-pink-200\/90 {
  border-color: rgb(250 209 232 / 0.9);
}
.border-pink-200\/95 {
  border-color: rgb(250 209 232 / 0.95);
}
.border-pink-300 {
  --tw-border-opacity: 1;
  border-color: rgb(248 180 217 / var(--tw-border-opacity, 1));
}
.border-pink-300\/0 {
  border-color: rgb(248 180 217 / 0);
}
.border-pink-300\/10 {
  border-color: rgb(248 180 217 / 0.1);
}
.border-pink-300\/100 {
  border-color: rgb(248 180 217 / 1);
}
.border-pink-300\/15 {
  border-color: rgb(248 180 217 / 0.15);
}
.border-pink-300\/20 {
  border-color: rgb(248 180 217 / 0.2);
}
.border-pink-300\/25 {
  border-color: rgb(248 180 217 / 0.25);
}
.border-pink-300\/30 {
  border-color: rgb(248 180 217 / 0.3);
}
.border-pink-300\/35 {
  border-color: rgb(248 180 217 / 0.35);
}
.border-pink-300\/40 {
  border-color: rgb(248 180 217 / 0.4);
}
.border-pink-300\/45 {
  border-color: rgb(248 180 217 / 0.45);
}
.border-pink-300\/5 {
  border-color: rgb(248 180 217 / 0.05);
}
.border-pink-300\/50 {
  border-color: rgb(248 180 217 / 0.5);
}
.border-pink-300\/55 {
  border-color: rgb(248 180 217 / 0.55);
}
.border-pink-300\/60 {
  border-color: rgb(248 180 217 / 0.6);
}
.border-pink-300\/65 {
  border-color: rgb(248 180 217 / 0.65);
}
.border-pink-300\/70 {
  border-color: rgb(248 180 217 / 0.7);
}
.border-pink-300\/75 {
  border-color: rgb(248 180 217 / 0.75);
}
.border-pink-300\/80 {
  border-color: rgb(248 180 217 / 0.8);
}
.border-pink-300\/85 {
  border-color: rgb(248 180 217 / 0.85);
}
.border-pink-300\/90 {
  border-color: rgb(248 180 217 / 0.9);
}
.border-pink-300\/95 {
  border-color: rgb(248 180 217 / 0.95);
}
.border-pink-400 {
  --tw-border-opacity: 1;
  border-color: rgb(241 126 184 / var(--tw-border-opacity, 1));
}
.border-pink-400\/0 {
  border-color: rgb(241 126 184 / 0);
}
.border-pink-400\/10 {
  border-color: rgb(241 126 184 / 0.1);
}
.border-pink-400\/100 {
  border-color: rgb(241 126 184 / 1);
}
.border-pink-400\/15 {
  border-color: rgb(241 126 184 / 0.15);
}
.border-pink-400\/20 {
  border-color: rgb(241 126 184 / 0.2);
}
.border-pink-400\/25 {
  border-color: rgb(241 126 184 / 0.25);
}
.border-pink-400\/30 {
  border-color: rgb(241 126 184 / 0.3);
}
.border-pink-400\/35 {
  border-color: rgb(241 126 184 / 0.35);
}
.border-pink-400\/40 {
  border-color: rgb(241 126 184 / 0.4);
}
.border-pink-400\/45 {
  border-color: rgb(241 126 184 / 0.45);
}
.border-pink-400\/5 {
  border-color: rgb(241 126 184 / 0.05);
}
.border-pink-400\/50 {
  border-color: rgb(241 126 184 / 0.5);
}
.border-pink-400\/55 {
  border-color: rgb(241 126 184 / 0.55);
}
.border-pink-400\/60 {
  border-color: rgb(241 126 184 / 0.6);
}
.border-pink-400\/65 {
  border-color: rgb(241 126 184 / 0.65);
}
.border-pink-400\/70 {
  border-color: rgb(241 126 184 / 0.7);
}
.border-pink-400\/75 {
  border-color: rgb(241 126 184 / 0.75);
}
.border-pink-400\/80 {
  border-color: rgb(241 126 184 / 0.8);
}
.border-pink-400\/85 {
  border-color: rgb(241 126 184 / 0.85);
}
.border-pink-400\/90 {
  border-color: rgb(241 126 184 / 0.9);
}
.border-pink-400\/95 {
  border-color: rgb(241 126 184 / 0.95);
}
.border-pink-50 {
  --tw-border-opacity: 1;
  border-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
}
.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(231 70 148 / var(--tw-border-opacity, 1));
}
.border-pink-500\/0 {
  border-color: rgb(231 70 148 / 0);
}
.border-pink-500\/10 {
  border-color: rgb(231 70 148 / 0.1);
}
.border-pink-500\/100 {
  border-color: rgb(231 70 148 / 1);
}
.border-pink-500\/15 {
  border-color: rgb(231 70 148 / 0.15);
}
.border-pink-500\/20 {
  border-color: rgb(231 70 148 / 0.2);
}
.border-pink-500\/25 {
  border-color: rgb(231 70 148 / 0.25);
}
.border-pink-500\/30 {
  border-color: rgb(231 70 148 / 0.3);
}
.border-pink-500\/35 {
  border-color: rgb(231 70 148 / 0.35);
}
.border-pink-500\/40 {
  border-color: rgb(231 70 148 / 0.4);
}
.border-pink-500\/45 {
  border-color: rgb(231 70 148 / 0.45);
}
.border-pink-500\/5 {
  border-color: rgb(231 70 148 / 0.05);
}
.border-pink-500\/50 {
  border-color: rgb(231 70 148 / 0.5);
}
.border-pink-500\/55 {
  border-color: rgb(231 70 148 / 0.55);
}
.border-pink-500\/60 {
  border-color: rgb(231 70 148 / 0.6);
}
.border-pink-500\/65 {
  border-color: rgb(231 70 148 / 0.65);
}
.border-pink-500\/70 {
  border-color: rgb(231 70 148 / 0.7);
}
.border-pink-500\/75 {
  border-color: rgb(231 70 148 / 0.75);
}
.border-pink-500\/80 {
  border-color: rgb(231 70 148 / 0.8);
}
.border-pink-500\/85 {
  border-color: rgb(231 70 148 / 0.85);
}
.border-pink-500\/90 {
  border-color: rgb(231 70 148 / 0.9);
}
.border-pink-500\/95 {
  border-color: rgb(231 70 148 / 0.95);
}
.border-pink-600 {
  --tw-border-opacity: 1;
  border-color: rgb(214 31 105 / var(--tw-border-opacity, 1));
}
.border-pink-600\/0 {
  border-color: rgb(214 31 105 / 0);
}
.border-pink-600\/10 {
  border-color: rgb(214 31 105 / 0.1);
}
.border-pink-600\/100 {
  border-color: rgb(214 31 105 / 1);
}
.border-pink-600\/15 {
  border-color: rgb(214 31 105 / 0.15);
}
.border-pink-600\/20 {
  border-color: rgb(214 31 105 / 0.2);
}
.border-pink-600\/25 {
  border-color: rgb(214 31 105 / 0.25);
}
.border-pink-600\/30 {
  border-color: rgb(214 31 105 / 0.3);
}
.border-pink-600\/35 {
  border-color: rgb(214 31 105 / 0.35);
}
.border-pink-600\/40 {
  border-color: rgb(214 31 105 / 0.4);
}
.border-pink-600\/45 {
  border-color: rgb(214 31 105 / 0.45);
}
.border-pink-600\/5 {
  border-color: rgb(214 31 105 / 0.05);
}
.border-pink-600\/50 {
  border-color: rgb(214 31 105 / 0.5);
}
.border-pink-600\/55 {
  border-color: rgb(214 31 105 / 0.55);
}
.border-pink-600\/60 {
  border-color: rgb(214 31 105 / 0.6);
}
.border-pink-600\/65 {
  border-color: rgb(214 31 105 / 0.65);
}
.border-pink-600\/70 {
  border-color: rgb(214 31 105 / 0.7);
}
.border-pink-600\/75 {
  border-color: rgb(214 31 105 / 0.75);
}
.border-pink-600\/80 {
  border-color: rgb(214 31 105 / 0.8);
}
.border-pink-600\/85 {
  border-color: rgb(214 31 105 / 0.85);
}
.border-pink-600\/90 {
  border-color: rgb(214 31 105 / 0.9);
}
.border-pink-600\/95 {
  border-color: rgb(214 31 105 / 0.95);
}
.border-pink-700 {
  --tw-border-opacity: 1;
  border-color: rgb(191 18 93 / var(--tw-border-opacity, 1));
}
.border-pink-700\/0 {
  border-color: rgb(191 18 93 / 0);
}
.border-pink-700\/10 {
  border-color: rgb(191 18 93 / 0.1);
}
.border-pink-700\/100 {
  border-color: rgb(191 18 93 / 1);
}
.border-pink-700\/15 {
  border-color: rgb(191 18 93 / 0.15);
}
.border-pink-700\/20 {
  border-color: rgb(191 18 93 / 0.2);
}
.border-pink-700\/25 {
  border-color: rgb(191 18 93 / 0.25);
}
.border-pink-700\/30 {
  border-color: rgb(191 18 93 / 0.3);
}
.border-pink-700\/35 {
  border-color: rgb(191 18 93 / 0.35);
}
.border-pink-700\/40 {
  border-color: rgb(191 18 93 / 0.4);
}
.border-pink-700\/45 {
  border-color: rgb(191 18 93 / 0.45);
}
.border-pink-700\/5 {
  border-color: rgb(191 18 93 / 0.05);
}
.border-pink-700\/50 {
  border-color: rgb(191 18 93 / 0.5);
}
.border-pink-700\/55 {
  border-color: rgb(191 18 93 / 0.55);
}
.border-pink-700\/60 {
  border-color: rgb(191 18 93 / 0.6);
}
.border-pink-700\/65 {
  border-color: rgb(191 18 93 / 0.65);
}
.border-pink-700\/70 {
  border-color: rgb(191 18 93 / 0.7);
}
.border-pink-700\/75 {
  border-color: rgb(191 18 93 / 0.75);
}
.border-pink-700\/80 {
  border-color: rgb(191 18 93 / 0.8);
}
.border-pink-700\/85 {
  border-color: rgb(191 18 93 / 0.85);
}
.border-pink-700\/90 {
  border-color: rgb(191 18 93 / 0.9);
}
.border-pink-700\/95 {
  border-color: rgb(191 18 93 / 0.95);
}
.border-pink-800 {
  --tw-border-opacity: 1;
  border-color: rgb(153 21 75 / var(--tw-border-opacity, 1));
}
.border-pink-800\/0 {
  border-color: rgb(153 21 75 / 0);
}
.border-pink-800\/10 {
  border-color: rgb(153 21 75 / 0.1);
}
.border-pink-800\/100 {
  border-color: rgb(153 21 75 / 1);
}
.border-pink-800\/15 {
  border-color: rgb(153 21 75 / 0.15);
}
.border-pink-800\/20 {
  border-color: rgb(153 21 75 / 0.2);
}
.border-pink-800\/25 {
  border-color: rgb(153 21 75 / 0.25);
}
.border-pink-800\/30 {
  border-color: rgb(153 21 75 / 0.3);
}
.border-pink-800\/35 {
  border-color: rgb(153 21 75 / 0.35);
}
.border-pink-800\/40 {
  border-color: rgb(153 21 75 / 0.4);
}
.border-pink-800\/45 {
  border-color: rgb(153 21 75 / 0.45);
}
.border-pink-800\/5 {
  border-color: rgb(153 21 75 / 0.05);
}
.border-pink-800\/50 {
  border-color: rgb(153 21 75 / 0.5);
}
.border-pink-800\/55 {
  border-color: rgb(153 21 75 / 0.55);
}
.border-pink-800\/60 {
  border-color: rgb(153 21 75 / 0.6);
}
.border-pink-800\/65 {
  border-color: rgb(153 21 75 / 0.65);
}
.border-pink-800\/70 {
  border-color: rgb(153 21 75 / 0.7);
}
.border-pink-800\/75 {
  border-color: rgb(153 21 75 / 0.75);
}
.border-pink-800\/80 {
  border-color: rgb(153 21 75 / 0.8);
}
.border-pink-800\/85 {
  border-color: rgb(153 21 75 / 0.85);
}
.border-pink-800\/90 {
  border-color: rgb(153 21 75 / 0.9);
}
.border-pink-800\/95 {
  border-color: rgb(153 21 75 / 0.95);
}
.border-pink-900 {
  --tw-border-opacity: 1;
  border-color: rgb(117 26 61 / var(--tw-border-opacity, 1));
}
.border-pink-900\/0 {
  border-color: rgb(117 26 61 / 0);
}
.border-pink-900\/10 {
  border-color: rgb(117 26 61 / 0.1);
}
.border-pink-900\/100 {
  border-color: rgb(117 26 61 / 1);
}
.border-pink-900\/15 {
  border-color: rgb(117 26 61 / 0.15);
}
.border-pink-900\/20 {
  border-color: rgb(117 26 61 / 0.2);
}
.border-pink-900\/25 {
  border-color: rgb(117 26 61 / 0.25);
}
.border-pink-900\/30 {
  border-color: rgb(117 26 61 / 0.3);
}
.border-pink-900\/35 {
  border-color: rgb(117 26 61 / 0.35);
}
.border-pink-900\/40 {
  border-color: rgb(117 26 61 / 0.4);
}
.border-pink-900\/45 {
  border-color: rgb(117 26 61 / 0.45);
}
.border-pink-900\/5 {
  border-color: rgb(117 26 61 / 0.05);
}
.border-pink-900\/50 {
  border-color: rgb(117 26 61 / 0.5);
}
.border-pink-900\/55 {
  border-color: rgb(117 26 61 / 0.55);
}
.border-pink-900\/60 {
  border-color: rgb(117 26 61 / 0.6);
}
.border-pink-900\/65 {
  border-color: rgb(117 26 61 / 0.65);
}
.border-pink-900\/70 {
  border-color: rgb(117 26 61 / 0.7);
}
.border-pink-900\/75 {
  border-color: rgb(117 26 61 / 0.75);
}
.border-pink-900\/80 {
  border-color: rgb(117 26 61 / 0.8);
}
.border-pink-900\/85 {
  border-color: rgb(117 26 61 / 0.85);
}
.border-pink-900\/90 {
  border-color: rgb(117 26 61 / 0.9);
}
.border-pink-900\/95 {
  border-color: rgb(117 26 61 / 0.95);
}
.border-primary-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.border-primary-100\/0 {
  border-color: rgb(254 226 226 / 0);
}
.border-primary-100\/10 {
  border-color: rgb(254 226 226 / 0.1);
}
.border-primary-100\/100 {
  border-color: rgb(254 226 226 / 1);
}
.border-primary-100\/15 {
  border-color: rgb(254 226 226 / 0.15);
}
.border-primary-100\/20 {
  border-color: rgb(254 226 226 / 0.2);
}
.border-primary-100\/25 {
  border-color: rgb(254 226 226 / 0.25);
}
.border-primary-100\/30 {
  border-color: rgb(254 226 226 / 0.3);
}
.border-primary-100\/35 {
  border-color: rgb(254 226 226 / 0.35);
}
.border-primary-100\/40 {
  border-color: rgb(254 226 226 / 0.4);
}
.border-primary-100\/45 {
  border-color: rgb(254 226 226 / 0.45);
}
.border-primary-100\/5 {
  border-color: rgb(254 226 226 / 0.05);
}
.border-primary-100\/50 {
  border-color: rgb(254 226 226 / 0.5);
}
.border-primary-100\/55 {
  border-color: rgb(254 226 226 / 0.55);
}
.border-primary-100\/60 {
  border-color: rgb(254 226 226 / 0.6);
}
.border-primary-100\/65 {
  border-color: rgb(254 226 226 / 0.65);
}
.border-primary-100\/70 {
  border-color: rgb(254 226 226 / 0.7);
}
.border-primary-100\/75 {
  border-color: rgb(254 226 226 / 0.75);
}
.border-primary-100\/80 {
  border-color: rgb(254 226 226 / 0.8);
}
.border-primary-100\/85 {
  border-color: rgb(254 226 226 / 0.85);
}
.border-primary-100\/90 {
  border-color: rgb(254 226 226 / 0.9);
}
.border-primary-100\/95 {
  border-color: rgb(254 226 226 / 0.95);
}
.border-primary-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-primary-200\/0 {
  border-color: rgb(254 202 202 / 0);
}
.border-primary-200\/10 {
  border-color: rgb(254 202 202 / 0.1);
}
.border-primary-200\/100 {
  border-color: rgb(254 202 202 / 1);
}
.border-primary-200\/15 {
  border-color: rgb(254 202 202 / 0.15);
}
.border-primary-200\/20 {
  border-color: rgb(254 202 202 / 0.2);
}
.border-primary-200\/25 {
  border-color: rgb(254 202 202 / 0.25);
}
.border-primary-200\/30 {
  border-color: rgb(254 202 202 / 0.3);
}
.border-primary-200\/35 {
  border-color: rgb(254 202 202 / 0.35);
}
.border-primary-200\/40 {
  border-color: rgb(254 202 202 / 0.4);
}
.border-primary-200\/45 {
  border-color: rgb(254 202 202 / 0.45);
}
.border-primary-200\/5 {
  border-color: rgb(254 202 202 / 0.05);
}
.border-primary-200\/50 {
  border-color: rgb(254 202 202 / 0.5);
}
.border-primary-200\/55 {
  border-color: rgb(254 202 202 / 0.55);
}
.border-primary-200\/60 {
  border-color: rgb(254 202 202 / 0.6);
}
.border-primary-200\/65 {
  border-color: rgb(254 202 202 / 0.65);
}
.border-primary-200\/70 {
  border-color: rgb(254 202 202 / 0.7);
}
.border-primary-200\/75 {
  border-color: rgb(254 202 202 / 0.75);
}
.border-primary-200\/80 {
  border-color: rgb(254 202 202 / 0.8);
}
.border-primary-200\/85 {
  border-color: rgb(254 202 202 / 0.85);
}
.border-primary-200\/90 {
  border-color: rgb(254 202 202 / 0.9);
}
.border-primary-200\/95 {
  border-color: rgb(254 202 202 / 0.95);
}
.border-primary-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-primary-300\/0 {
  border-color: rgb(252 165 165 / 0);
}
.border-primary-300\/10 {
  border-color: rgb(252 165 165 / 0.1);
}
.border-primary-300\/100 {
  border-color: rgb(252 165 165 / 1);
}
.border-primary-300\/15 {
  border-color: rgb(252 165 165 / 0.15);
}
.border-primary-300\/20 {
  border-color: rgb(252 165 165 / 0.2);
}
.border-primary-300\/25 {
  border-color: rgb(252 165 165 / 0.25);
}
.border-primary-300\/30 {
  border-color: rgb(252 165 165 / 0.3);
}
.border-primary-300\/35 {
  border-color: rgb(252 165 165 / 0.35);
}
.border-primary-300\/40 {
  border-color: rgb(252 165 165 / 0.4);
}
.border-primary-300\/45 {
  border-color: rgb(252 165 165 / 0.45);
}
.border-primary-300\/5 {
  border-color: rgb(252 165 165 / 0.05);
}
.border-primary-300\/50 {
  border-color: rgb(252 165 165 / 0.5);
}
.border-primary-300\/55 {
  border-color: rgb(252 165 165 / 0.55);
}
.border-primary-300\/60 {
  border-color: rgb(252 165 165 / 0.6);
}
.border-primary-300\/65 {
  border-color: rgb(252 165 165 / 0.65);
}
.border-primary-300\/70 {
  border-color: rgb(252 165 165 / 0.7);
}
.border-primary-300\/75 {
  border-color: rgb(252 165 165 / 0.75);
}
.border-primary-300\/80 {
  border-color: rgb(252 165 165 / 0.8);
}
.border-primary-300\/85 {
  border-color: rgb(252 165 165 / 0.85);
}
.border-primary-300\/90 {
  border-color: rgb(252 165 165 / 0.9);
}
.border-primary-300\/95 {
  border-color: rgb(252 165 165 / 0.95);
}
.border-primary-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-primary-400\/0 {
  border-color: rgb(248 113 113 / 0);
}
.border-primary-400\/10 {
  border-color: rgb(248 113 113 / 0.1);
}
.border-primary-400\/100 {
  border-color: rgb(248 113 113 / 1);
}
.border-primary-400\/15 {
  border-color: rgb(248 113 113 / 0.15);
}
.border-primary-400\/20 {
  border-color: rgb(248 113 113 / 0.2);
}
.border-primary-400\/25 {
  border-color: rgb(248 113 113 / 0.25);
}
.border-primary-400\/30 {
  border-color: rgb(248 113 113 / 0.3);
}
.border-primary-400\/35 {
  border-color: rgb(248 113 113 / 0.35);
}
.border-primary-400\/40 {
  border-color: rgb(248 113 113 / 0.4);
}
.border-primary-400\/45 {
  border-color: rgb(248 113 113 / 0.45);
}
.border-primary-400\/5 {
  border-color: rgb(248 113 113 / 0.05);
}
.border-primary-400\/50 {
  border-color: rgb(248 113 113 / 0.5);
}
.border-primary-400\/55 {
  border-color: rgb(248 113 113 / 0.55);
}
.border-primary-400\/60 {
  border-color: rgb(248 113 113 / 0.6);
}
.border-primary-400\/65 {
  border-color: rgb(248 113 113 / 0.65);
}
.border-primary-400\/70 {
  border-color: rgb(248 113 113 / 0.7);
}
.border-primary-400\/75 {
  border-color: rgb(248 113 113 / 0.75);
}
.border-primary-400\/80 {
  border-color: rgb(248 113 113 / 0.8);
}
.border-primary-400\/85 {
  border-color: rgb(248 113 113 / 0.85);
}
.border-primary-400\/90 {
  border-color: rgb(248 113 113 / 0.9);
}
.border-primary-400\/95 {
  border-color: rgb(248 113 113 / 0.95);
}
.border-primary-50 {
  --tw-border-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}
.border-primary-50\/0 {
  border-color: rgb(254 242 242 / 0);
}
.border-primary-50\/10 {
  border-color: rgb(254 242 242 / 0.1);
}
.border-primary-50\/100 {
  border-color: rgb(254 242 242 / 1);
}
.border-primary-50\/15 {
  border-color: rgb(254 242 242 / 0.15);
}
.border-primary-50\/20 {
  border-color: rgb(254 242 242 / 0.2);
}
.border-primary-50\/25 {
  border-color: rgb(254 242 242 / 0.25);
}
.border-primary-50\/30 {
  border-color: rgb(254 242 242 / 0.3);
}
.border-primary-50\/35 {
  border-color: rgb(254 242 242 / 0.35);
}
.border-primary-50\/40 {
  border-color: rgb(254 242 242 / 0.4);
}
.border-primary-50\/45 {
  border-color: rgb(254 242 242 / 0.45);
}
.border-primary-50\/5 {
  border-color: rgb(254 242 242 / 0.05);
}
.border-primary-50\/50 {
  border-color: rgb(254 242 242 / 0.5);
}
.border-primary-50\/55 {
  border-color: rgb(254 242 242 / 0.55);
}
.border-primary-50\/60 {
  border-color: rgb(254 242 242 / 0.6);
}
.border-primary-50\/65 {
  border-color: rgb(254 242 242 / 0.65);
}
.border-primary-50\/70 {
  border-color: rgb(254 242 242 / 0.7);
}
.border-primary-50\/75 {
  border-color: rgb(254 242 242 / 0.75);
}
.border-primary-50\/80 {
  border-color: rgb(254 242 242 / 0.8);
}
.border-primary-50\/85 {
  border-color: rgb(254 242 242 / 0.85);
}
.border-primary-50\/90 {
  border-color: rgb(254 242 242 / 0.9);
}
.border-primary-50\/95 {
  border-color: rgb(254 242 242 / 0.95);
}
.border-primary-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-primary-500\/0 {
  border-color: rgb(239 68 68 / 0);
}
.border-primary-500\/10 {
  border-color: rgb(239 68 68 / 0.1);
}
.border-primary-500\/100 {
  border-color: rgb(239 68 68 / 1);
}
.border-primary-500\/15 {
  border-color: rgb(239 68 68 / 0.15);
}
.border-primary-500\/20 {
  border-color: rgb(239 68 68 / 0.2);
}
.border-primary-500\/25 {
  border-color: rgb(239 68 68 / 0.25);
}
.border-primary-500\/30 {
  border-color: rgb(239 68 68 / 0.3);
}
.border-primary-500\/35 {
  border-color: rgb(239 68 68 / 0.35);
}
.border-primary-500\/40 {
  border-color: rgb(239 68 68 / 0.4);
}
.border-primary-500\/45 {
  border-color: rgb(239 68 68 / 0.45);
}
.border-primary-500\/5 {
  border-color: rgb(239 68 68 / 0.05);
}
.border-primary-500\/50 {
  border-color: rgb(239 68 68 / 0.5);
}
.border-primary-500\/55 {
  border-color: rgb(239 68 68 / 0.55);
}
.border-primary-500\/60 {
  border-color: rgb(239 68 68 / 0.6);
}
.border-primary-500\/65 {
  border-color: rgb(239 68 68 / 0.65);
}
.border-primary-500\/70 {
  border-color: rgb(239 68 68 / 0.7);
}
.border-primary-500\/75 {
  border-color: rgb(239 68 68 / 0.75);
}
.border-primary-500\/80 {
  border-color: rgb(239 68 68 / 0.8);
}
.border-primary-500\/85 {
  border-color: rgb(239 68 68 / 0.85);
}
.border-primary-500\/90 {
  border-color: rgb(239 68 68 / 0.9);
}
.border-primary-500\/95 {
  border-color: rgb(239 68 68 / 0.95);
}
.border-primary-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-primary-600\/0 {
  border-color: rgb(220 38 38 / 0);
}
.border-primary-600\/10 {
  border-color: rgb(220 38 38 / 0.1);
}
.border-primary-600\/100 {
  border-color: rgb(220 38 38 / 1);
}
.border-primary-600\/15 {
  border-color: rgb(220 38 38 / 0.15);
}
.border-primary-600\/20 {
  border-color: rgb(220 38 38 / 0.2);
}
.border-primary-600\/25 {
  border-color: rgb(220 38 38 / 0.25);
}
.border-primary-600\/30 {
  border-color: rgb(220 38 38 / 0.3);
}
.border-primary-600\/35 {
  border-color: rgb(220 38 38 / 0.35);
}
.border-primary-600\/40 {
  border-color: rgb(220 38 38 / 0.4);
}
.border-primary-600\/45 {
  border-color: rgb(220 38 38 / 0.45);
}
.border-primary-600\/5 {
  border-color: rgb(220 38 38 / 0.05);
}
.border-primary-600\/50 {
  border-color: rgb(220 38 38 / 0.5);
}
.border-primary-600\/55 {
  border-color: rgb(220 38 38 / 0.55);
}
.border-primary-600\/60 {
  border-color: rgb(220 38 38 / 0.6);
}
.border-primary-600\/65 {
  border-color: rgb(220 38 38 / 0.65);
}
.border-primary-600\/70 {
  border-color: rgb(220 38 38 / 0.7);
}
.border-primary-600\/75 {
  border-color: rgb(220 38 38 / 0.75);
}
.border-primary-600\/80 {
  border-color: rgb(220 38 38 / 0.8);
}
.border-primary-600\/85 {
  border-color: rgb(220 38 38 / 0.85);
}
.border-primary-600\/90 {
  border-color: rgb(220 38 38 / 0.9);
}
.border-primary-600\/95 {
  border-color: rgb(220 38 38 / 0.95);
}
.border-primary-700 {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
.border-primary-700\/0 {
  border-color: rgb(185 28 28 / 0);
}
.border-primary-700\/10 {
  border-color: rgb(185 28 28 / 0.1);
}
.border-primary-700\/100 {
  border-color: rgb(185 28 28 / 1);
}
.border-primary-700\/15 {
  border-color: rgb(185 28 28 / 0.15);
}
.border-primary-700\/20 {
  border-color: rgb(185 28 28 / 0.2);
}
.border-primary-700\/25 {
  border-color: rgb(185 28 28 / 0.25);
}
.border-primary-700\/30 {
  border-color: rgb(185 28 28 / 0.3);
}
.border-primary-700\/35 {
  border-color: rgb(185 28 28 / 0.35);
}
.border-primary-700\/40 {
  border-color: rgb(185 28 28 / 0.4);
}
.border-primary-700\/45 {
  border-color: rgb(185 28 28 / 0.45);
}
.border-primary-700\/5 {
  border-color: rgb(185 28 28 / 0.05);
}
.border-primary-700\/50 {
  border-color: rgb(185 28 28 / 0.5);
}
.border-primary-700\/55 {
  border-color: rgb(185 28 28 / 0.55);
}
.border-primary-700\/60 {
  border-color: rgb(185 28 28 / 0.6);
}
.border-primary-700\/65 {
  border-color: rgb(185 28 28 / 0.65);
}
.border-primary-700\/70 {
  border-color: rgb(185 28 28 / 0.7);
}
.border-primary-700\/75 {
  border-color: rgb(185 28 28 / 0.75);
}
.border-primary-700\/80 {
  border-color: rgb(185 28 28 / 0.8);
}
.border-primary-700\/85 {
  border-color: rgb(185 28 28 / 0.85);
}
.border-primary-700\/90 {
  border-color: rgb(185 28 28 / 0.9);
}
.border-primary-700\/95 {
  border-color: rgb(185 28 28 / 0.95);
}
.border-primary-800 {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}
.border-primary-800\/0 {
  border-color: rgb(153 27 27 / 0);
}
.border-primary-800\/10 {
  border-color: rgb(153 27 27 / 0.1);
}
.border-primary-800\/100 {
  border-color: rgb(153 27 27 / 1);
}
.border-primary-800\/15 {
  border-color: rgb(153 27 27 / 0.15);
}
.border-primary-800\/20 {
  border-color: rgb(153 27 27 / 0.2);
}
.border-primary-800\/25 {
  border-color: rgb(153 27 27 / 0.25);
}
.border-primary-800\/30 {
  border-color: rgb(153 27 27 / 0.3);
}
.border-primary-800\/35 {
  border-color: rgb(153 27 27 / 0.35);
}
.border-primary-800\/40 {
  border-color: rgb(153 27 27 / 0.4);
}
.border-primary-800\/45 {
  border-color: rgb(153 27 27 / 0.45);
}
.border-primary-800\/5 {
  border-color: rgb(153 27 27 / 0.05);
}
.border-primary-800\/50 {
  border-color: rgb(153 27 27 / 0.5);
}
.border-primary-800\/55 {
  border-color: rgb(153 27 27 / 0.55);
}
.border-primary-800\/60 {
  border-color: rgb(153 27 27 / 0.6);
}
.border-primary-800\/65 {
  border-color: rgb(153 27 27 / 0.65);
}
.border-primary-800\/70 {
  border-color: rgb(153 27 27 / 0.7);
}
.border-primary-800\/75 {
  border-color: rgb(153 27 27 / 0.75);
}
.border-primary-800\/80 {
  border-color: rgb(153 27 27 / 0.8);
}
.border-primary-800\/85 {
  border-color: rgb(153 27 27 / 0.85);
}
.border-primary-800\/90 {
  border-color: rgb(153 27 27 / 0.9);
}
.border-primary-800\/95 {
  border-color: rgb(153 27 27 / 0.95);
}
.border-primary-900 {
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}
.border-primary-900\/0 {
  border-color: rgb(127 29 29 / 0);
}
.border-primary-900\/10 {
  border-color: rgb(127 29 29 / 0.1);
}
.border-primary-900\/100 {
  border-color: rgb(127 29 29 / 1);
}
.border-primary-900\/15 {
  border-color: rgb(127 29 29 / 0.15);
}
.border-primary-900\/20 {
  border-color: rgb(127 29 29 / 0.2);
}
.border-primary-900\/25 {
  border-color: rgb(127 29 29 / 0.25);
}
.border-primary-900\/30 {
  border-color: rgb(127 29 29 / 0.3);
}
.border-primary-900\/35 {
  border-color: rgb(127 29 29 / 0.35);
}
.border-primary-900\/40 {
  border-color: rgb(127 29 29 / 0.4);
}
.border-primary-900\/45 {
  border-color: rgb(127 29 29 / 0.45);
}
.border-primary-900\/5 {
  border-color: rgb(127 29 29 / 0.05);
}
.border-primary-900\/50 {
  border-color: rgb(127 29 29 / 0.5);
}
.border-primary-900\/55 {
  border-color: rgb(127 29 29 / 0.55);
}
.border-primary-900\/60 {
  border-color: rgb(127 29 29 / 0.6);
}
.border-primary-900\/65 {
  border-color: rgb(127 29 29 / 0.65);
}
.border-primary-900\/70 {
  border-color: rgb(127 29 29 / 0.7);
}
.border-primary-900\/75 {
  border-color: rgb(127 29 29 / 0.75);
}
.border-primary-900\/80 {
  border-color: rgb(127 29 29 / 0.8);
}
.border-primary-900\/85 {
  border-color: rgb(127 29 29 / 0.85);
}
.border-primary-900\/90 {
  border-color: rgb(127 29 29 / 0.9);
}
.border-primary-900\/95 {
  border-color: rgb(127 29 29 / 0.95);
}
.border-primary-950 {
  --tw-border-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}
.border-primary-950\/0 {
  border-color: rgb(69 10 10 / 0);
}
.border-primary-950\/10 {
  border-color: rgb(69 10 10 / 0.1);
}
.border-primary-950\/100 {
  border-color: rgb(69 10 10 / 1);
}
.border-primary-950\/15 {
  border-color: rgb(69 10 10 / 0.15);
}
.border-primary-950\/20 {
  border-color: rgb(69 10 10 / 0.2);
}
.border-primary-950\/25 {
  border-color: rgb(69 10 10 / 0.25);
}
.border-primary-950\/30 {
  border-color: rgb(69 10 10 / 0.3);
}
.border-primary-950\/35 {
  border-color: rgb(69 10 10 / 0.35);
}
.border-primary-950\/40 {
  border-color: rgb(69 10 10 / 0.4);
}
.border-primary-950\/45 {
  border-color: rgb(69 10 10 / 0.45);
}
.border-primary-950\/5 {
  border-color: rgb(69 10 10 / 0.05);
}
.border-primary-950\/50 {
  border-color: rgb(69 10 10 / 0.5);
}
.border-primary-950\/55 {
  border-color: rgb(69 10 10 / 0.55);
}
.border-primary-950\/60 {
  border-color: rgb(69 10 10 / 0.6);
}
.border-primary-950\/65 {
  border-color: rgb(69 10 10 / 0.65);
}
.border-primary-950\/70 {
  border-color: rgb(69 10 10 / 0.7);
}
.border-primary-950\/75 {
  border-color: rgb(69 10 10 / 0.75);
}
.border-primary-950\/80 {
  border-color: rgb(69 10 10 / 0.8);
}
.border-primary-950\/85 {
  border-color: rgb(69 10 10 / 0.85);
}
.border-primary-950\/90 {
  border-color: rgb(69 10 10 / 0.9);
}
.border-primary-950\/95 {
  border-color: rgb(69 10 10 / 0.95);
}
.border-purple-100 {
  --tw-border-opacity: 1;
  border-color: rgb(237 235 254 / var(--tw-border-opacity, 1));
}
.border-purple-100\/0 {
  border-color: rgb(237 235 254 / 0);
}
.border-purple-100\/10 {
  border-color: rgb(237 235 254 / 0.1);
}
.border-purple-100\/100 {
  border-color: rgb(237 235 254 / 1);
}
.border-purple-100\/15 {
  border-color: rgb(237 235 254 / 0.15);
}
.border-purple-100\/20 {
  border-color: rgb(237 235 254 / 0.2);
}
.border-purple-100\/25 {
  border-color: rgb(237 235 254 / 0.25);
}
.border-purple-100\/30 {
  border-color: rgb(237 235 254 / 0.3);
}
.border-purple-100\/35 {
  border-color: rgb(237 235 254 / 0.35);
}
.border-purple-100\/40 {
  border-color: rgb(237 235 254 / 0.4);
}
.border-purple-100\/45 {
  border-color: rgb(237 235 254 / 0.45);
}
.border-purple-100\/5 {
  border-color: rgb(237 235 254 / 0.05);
}
.border-purple-100\/50 {
  border-color: rgb(237 235 254 / 0.5);
}
.border-purple-100\/55 {
  border-color: rgb(237 235 254 / 0.55);
}
.border-purple-100\/60 {
  border-color: rgb(237 235 254 / 0.6);
}
.border-purple-100\/65 {
  border-color: rgb(237 235 254 / 0.65);
}
.border-purple-100\/70 {
  border-color: rgb(237 235 254 / 0.7);
}
.border-purple-100\/75 {
  border-color: rgb(237 235 254 / 0.75);
}
.border-purple-100\/80 {
  border-color: rgb(237 235 254 / 0.8);
}
.border-purple-100\/85 {
  border-color: rgb(237 235 254 / 0.85);
}
.border-purple-100\/90 {
  border-color: rgb(237 235 254 / 0.9);
}
.border-purple-100\/95 {
  border-color: rgb(237 235 254 / 0.95);
}
.border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgb(220 215 254 / var(--tw-border-opacity, 1));
}
.border-purple-200\/0 {
  border-color: rgb(220 215 254 / 0);
}
.border-purple-200\/10 {
  border-color: rgb(220 215 254 / 0.1);
}
.border-purple-200\/100 {
  border-color: rgb(220 215 254 / 1);
}
.border-purple-200\/15 {
  border-color: rgb(220 215 254 / 0.15);
}
.border-purple-200\/20 {
  border-color: rgb(220 215 254 / 0.2);
}
.border-purple-200\/25 {
  border-color: rgb(220 215 254 / 0.25);
}
.border-purple-200\/30 {
  border-color: rgb(220 215 254 / 0.3);
}
.border-purple-200\/35 {
  border-color: rgb(220 215 254 / 0.35);
}
.border-purple-200\/40 {
  border-color: rgb(220 215 254 / 0.4);
}
.border-purple-200\/45 {
  border-color: rgb(220 215 254 / 0.45);
}
.border-purple-200\/5 {
  border-color: rgb(220 215 254 / 0.05);
}
.border-purple-200\/50 {
  border-color: rgb(220 215 254 / 0.5);
}
.border-purple-200\/55 {
  border-color: rgb(220 215 254 / 0.55);
}
.border-purple-200\/60 {
  border-color: rgb(220 215 254 / 0.6);
}
.border-purple-200\/65 {
  border-color: rgb(220 215 254 / 0.65);
}
.border-purple-200\/70 {
  border-color: rgb(220 215 254 / 0.7);
}
.border-purple-200\/75 {
  border-color: rgb(220 215 254 / 0.75);
}
.border-purple-200\/80 {
  border-color: rgb(220 215 254 / 0.8);
}
.border-purple-200\/85 {
  border-color: rgb(220 215 254 / 0.85);
}
.border-purple-200\/90 {
  border-color: rgb(220 215 254 / 0.9);
}
.border-purple-200\/95 {
  border-color: rgb(220 215 254 / 0.95);
}
.border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgb(202 191 253 / var(--tw-border-opacity, 1));
}
.border-purple-300\/0 {
  border-color: rgb(202 191 253 / 0);
}
.border-purple-300\/10 {
  border-color: rgb(202 191 253 / 0.1);
}
.border-purple-300\/100 {
  border-color: rgb(202 191 253 / 1);
}
.border-purple-300\/15 {
  border-color: rgb(202 191 253 / 0.15);
}
.border-purple-300\/20 {
  border-color: rgb(202 191 253 / 0.2);
}
.border-purple-300\/25 {
  border-color: rgb(202 191 253 / 0.25);
}
.border-purple-300\/30 {
  border-color: rgb(202 191 253 / 0.3);
}
.border-purple-300\/35 {
  border-color: rgb(202 191 253 / 0.35);
}
.border-purple-300\/40 {
  border-color: rgb(202 191 253 / 0.4);
}
.border-purple-300\/45 {
  border-color: rgb(202 191 253 / 0.45);
}
.border-purple-300\/5 {
  border-color: rgb(202 191 253 / 0.05);
}
.border-purple-300\/50 {
  border-color: rgb(202 191 253 / 0.5);
}
.border-purple-300\/55 {
  border-color: rgb(202 191 253 / 0.55);
}
.border-purple-300\/60 {
  border-color: rgb(202 191 253 / 0.6);
}
.border-purple-300\/65 {
  border-color: rgb(202 191 253 / 0.65);
}
.border-purple-300\/70 {
  border-color: rgb(202 191 253 / 0.7);
}
.border-purple-300\/75 {
  border-color: rgb(202 191 253 / 0.75);
}
.border-purple-300\/80 {
  border-color: rgb(202 191 253 / 0.8);
}
.border-purple-300\/85 {
  border-color: rgb(202 191 253 / 0.85);
}
.border-purple-300\/90 {
  border-color: rgb(202 191 253 / 0.9);
}
.border-purple-300\/95 {
  border-color: rgb(202 191 253 / 0.95);
}
.border-purple-400 {
  --tw-border-opacity: 1;
  border-color: rgb(172 148 250 / var(--tw-border-opacity, 1));
}
.border-purple-400\/0 {
  border-color: rgb(172 148 250 / 0);
}
.border-purple-400\/10 {
  border-color: rgb(172 148 250 / 0.1);
}
.border-purple-400\/100 {
  border-color: rgb(172 148 250 / 1);
}
.border-purple-400\/15 {
  border-color: rgb(172 148 250 / 0.15);
}
.border-purple-400\/20 {
  border-color: rgb(172 148 250 / 0.2);
}
.border-purple-400\/25 {
  border-color: rgb(172 148 250 / 0.25);
}
.border-purple-400\/30 {
  border-color: rgb(172 148 250 / 0.3);
}
.border-purple-400\/35 {
  border-color: rgb(172 148 250 / 0.35);
}
.border-purple-400\/40 {
  border-color: rgb(172 148 250 / 0.4);
}
.border-purple-400\/45 {
  border-color: rgb(172 148 250 / 0.45);
}
.border-purple-400\/5 {
  border-color: rgb(172 148 250 / 0.05);
}
.border-purple-400\/50 {
  border-color: rgb(172 148 250 / 0.5);
}
.border-purple-400\/55 {
  border-color: rgb(172 148 250 / 0.55);
}
.border-purple-400\/60 {
  border-color: rgb(172 148 250 / 0.6);
}
.border-purple-400\/65 {
  border-color: rgb(172 148 250 / 0.65);
}
.border-purple-400\/70 {
  border-color: rgb(172 148 250 / 0.7);
}
.border-purple-400\/75 {
  border-color: rgb(172 148 250 / 0.75);
}
.border-purple-400\/80 {
  border-color: rgb(172 148 250 / 0.8);
}
.border-purple-400\/85 {
  border-color: rgb(172 148 250 / 0.85);
}
.border-purple-400\/90 {
  border-color: rgb(172 148 250 / 0.9);
}
.border-purple-400\/95 {
  border-color: rgb(172 148 250 / 0.95);
}
.border-purple-50 {
  --tw-border-opacity: 1;
  border-color: rgb(246 245 255 / var(--tw-border-opacity, 1));
}
.border-purple-50\/0 {
  border-color: rgb(246 245 255 / 0);
}
.border-purple-50\/10 {
  border-color: rgb(246 245 255 / 0.1);
}
.border-purple-50\/100 {
  border-color: rgb(246 245 255 / 1);
}
.border-purple-50\/15 {
  border-color: rgb(246 245 255 / 0.15);
}
.border-purple-50\/20 {
  border-color: rgb(246 245 255 / 0.2);
}
.border-purple-50\/25 {
  border-color: rgb(246 245 255 / 0.25);
}
.border-purple-50\/30 {
  border-color: rgb(246 245 255 / 0.3);
}
.border-purple-50\/35 {
  border-color: rgb(246 245 255 / 0.35);
}
.border-purple-50\/40 {
  border-color: rgb(246 245 255 / 0.4);
}
.border-purple-50\/45 {
  border-color: rgb(246 245 255 / 0.45);
}
.border-purple-50\/5 {
  border-color: rgb(246 245 255 / 0.05);
}
.border-purple-50\/50 {
  border-color: rgb(246 245 255 / 0.5);
}
.border-purple-50\/55 {
  border-color: rgb(246 245 255 / 0.55);
}
.border-purple-50\/60 {
  border-color: rgb(246 245 255 / 0.6);
}
.border-purple-50\/65 {
  border-color: rgb(246 245 255 / 0.65);
}
.border-purple-50\/70 {
  border-color: rgb(246 245 255 / 0.7);
}
.border-purple-50\/75 {
  border-color: rgb(246 245 255 / 0.75);
}
.border-purple-50\/80 {
  border-color: rgb(246 245 255 / 0.8);
}
.border-purple-50\/85 {
  border-color: rgb(246 245 255 / 0.85);
}
.border-purple-50\/90 {
  border-color: rgb(246 245 255 / 0.9);
}
.border-purple-50\/95 {
  border-color: rgb(246 245 255 / 0.95);
}
.border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgb(144 97 249 / var(--tw-border-opacity, 1));
}
.border-purple-500\/0 {
  border-color: rgb(144 97 249 / 0);
}
.border-purple-500\/10 {
  border-color: rgb(144 97 249 / 0.1);
}
.border-purple-500\/100 {
  border-color: rgb(144 97 249 / 1);
}
.border-purple-500\/15 {
  border-color: rgb(144 97 249 / 0.15);
}
.border-purple-500\/20 {
  border-color: rgb(144 97 249 / 0.2);
}
.border-purple-500\/25 {
  border-color: rgb(144 97 249 / 0.25);
}
.border-purple-500\/30 {
  border-color: rgb(144 97 249 / 0.3);
}
.border-purple-500\/35 {
  border-color: rgb(144 97 249 / 0.35);
}
.border-purple-500\/40 {
  border-color: rgb(144 97 249 / 0.4);
}
.border-purple-500\/45 {
  border-color: rgb(144 97 249 / 0.45);
}
.border-purple-500\/5 {
  border-color: rgb(144 97 249 / 0.05);
}
.border-purple-500\/50 {
  border-color: rgb(144 97 249 / 0.5);
}
.border-purple-500\/55 {
  border-color: rgb(144 97 249 / 0.55);
}
.border-purple-500\/60 {
  border-color: rgb(144 97 249 / 0.6);
}
.border-purple-500\/65 {
  border-color: rgb(144 97 249 / 0.65);
}
.border-purple-500\/70 {
  border-color: rgb(144 97 249 / 0.7);
}
.border-purple-500\/75 {
  border-color: rgb(144 97 249 / 0.75);
}
.border-purple-500\/80 {
  border-color: rgb(144 97 249 / 0.8);
}
.border-purple-500\/85 {
  border-color: rgb(144 97 249 / 0.85);
}
.border-purple-500\/90 {
  border-color: rgb(144 97 249 / 0.9);
}
.border-purple-500\/95 {
  border-color: rgb(144 97 249 / 0.95);
}
.border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgb(126 58 242 / var(--tw-border-opacity, 1));
}
.border-purple-600\/0 {
  border-color: rgb(126 58 242 / 0);
}
.border-purple-600\/10 {
  border-color: rgb(126 58 242 / 0.1);
}
.border-purple-600\/100 {
  border-color: rgb(126 58 242 / 1);
}
.border-purple-600\/15 {
  border-color: rgb(126 58 242 / 0.15);
}
.border-purple-600\/20 {
  border-color: rgb(126 58 242 / 0.2);
}
.border-purple-600\/25 {
  border-color: rgb(126 58 242 / 0.25);
}
.border-purple-600\/30 {
  border-color: rgb(126 58 242 / 0.3);
}
.border-purple-600\/35 {
  border-color: rgb(126 58 242 / 0.35);
}
.border-purple-600\/40 {
  border-color: rgb(126 58 242 / 0.4);
}
.border-purple-600\/45 {
  border-color: rgb(126 58 242 / 0.45);
}
.border-purple-600\/5 {
  border-color: rgb(126 58 242 / 0.05);
}
.border-purple-600\/50 {
  border-color: rgb(126 58 242 / 0.5);
}
.border-purple-600\/55 {
  border-color: rgb(126 58 242 / 0.55);
}
.border-purple-600\/60 {
  border-color: rgb(126 58 242 / 0.6);
}
.border-purple-600\/65 {
  border-color: rgb(126 58 242 / 0.65);
}
.border-purple-600\/70 {
  border-color: rgb(126 58 242 / 0.7);
}
.border-purple-600\/75 {
  border-color: rgb(126 58 242 / 0.75);
}
.border-purple-600\/80 {
  border-color: rgb(126 58 242 / 0.8);
}
.border-purple-600\/85 {
  border-color: rgb(126 58 242 / 0.85);
}
.border-purple-600\/90 {
  border-color: rgb(126 58 242 / 0.9);
}
.border-purple-600\/95 {
  border-color: rgb(126 58 242 / 0.95);
}
.border-purple-700 {
  --tw-border-opacity: 1;
  border-color: rgb(108 43 217 / var(--tw-border-opacity, 1));
}
.border-purple-700\/0 {
  border-color: rgb(108 43 217 / 0);
}
.border-purple-700\/10 {
  border-color: rgb(108 43 217 / 0.1);
}
.border-purple-700\/100 {
  border-color: rgb(108 43 217 / 1);
}
.border-purple-700\/15 {
  border-color: rgb(108 43 217 / 0.15);
}
.border-purple-700\/20 {
  border-color: rgb(108 43 217 / 0.2);
}
.border-purple-700\/25 {
  border-color: rgb(108 43 217 / 0.25);
}
.border-purple-700\/30 {
  border-color: rgb(108 43 217 / 0.3);
}
.border-purple-700\/35 {
  border-color: rgb(108 43 217 / 0.35);
}
.border-purple-700\/40 {
  border-color: rgb(108 43 217 / 0.4);
}
.border-purple-700\/45 {
  border-color: rgb(108 43 217 / 0.45);
}
.border-purple-700\/5 {
  border-color: rgb(108 43 217 / 0.05);
}
.border-purple-700\/50 {
  border-color: rgb(108 43 217 / 0.5);
}
.border-purple-700\/55 {
  border-color: rgb(108 43 217 / 0.55);
}
.border-purple-700\/60 {
  border-color: rgb(108 43 217 / 0.6);
}
.border-purple-700\/65 {
  border-color: rgb(108 43 217 / 0.65);
}
.border-purple-700\/70 {
  border-color: rgb(108 43 217 / 0.7);
}
.border-purple-700\/75 {
  border-color: rgb(108 43 217 / 0.75);
}
.border-purple-700\/80 {
  border-color: rgb(108 43 217 / 0.8);
}
.border-purple-700\/85 {
  border-color: rgb(108 43 217 / 0.85);
}
.border-purple-700\/90 {
  border-color: rgb(108 43 217 / 0.9);
}
.border-purple-700\/95 {
  border-color: rgb(108 43 217 / 0.95);
}
.border-purple-800 {
  --tw-border-opacity: 1;
  border-color: rgb(85 33 181 / var(--tw-border-opacity, 1));
}
.border-purple-800\/0 {
  border-color: rgb(85 33 181 / 0);
}
.border-purple-800\/10 {
  border-color: rgb(85 33 181 / 0.1);
}
.border-purple-800\/100 {
  border-color: rgb(85 33 181 / 1);
}
.border-purple-800\/15 {
  border-color: rgb(85 33 181 / 0.15);
}
.border-purple-800\/20 {
  border-color: rgb(85 33 181 / 0.2);
}
.border-purple-800\/25 {
  border-color: rgb(85 33 181 / 0.25);
}
.border-purple-800\/30 {
  border-color: rgb(85 33 181 / 0.3);
}
.border-purple-800\/35 {
  border-color: rgb(85 33 181 / 0.35);
}
.border-purple-800\/40 {
  border-color: rgb(85 33 181 / 0.4);
}
.border-purple-800\/45 {
  border-color: rgb(85 33 181 / 0.45);
}
.border-purple-800\/5 {
  border-color: rgb(85 33 181 / 0.05);
}
.border-purple-800\/50 {
  border-color: rgb(85 33 181 / 0.5);
}
.border-purple-800\/55 {
  border-color: rgb(85 33 181 / 0.55);
}
.border-purple-800\/60 {
  border-color: rgb(85 33 181 / 0.6);
}
.border-purple-800\/65 {
  border-color: rgb(85 33 181 / 0.65);
}
.border-purple-800\/70 {
  border-color: rgb(85 33 181 / 0.7);
}
.border-purple-800\/75 {
  border-color: rgb(85 33 181 / 0.75);
}
.border-purple-800\/80 {
  border-color: rgb(85 33 181 / 0.8);
}
.border-purple-800\/85 {
  border-color: rgb(85 33 181 / 0.85);
}
.border-purple-800\/90 {
  border-color: rgb(85 33 181 / 0.9);
}
.border-purple-800\/95 {
  border-color: rgb(85 33 181 / 0.95);
}
.border-purple-900 {
  --tw-border-opacity: 1;
  border-color: rgb(74 29 150 / var(--tw-border-opacity, 1));
}
.border-purple-900\/0 {
  border-color: rgb(74 29 150 / 0);
}
.border-purple-900\/10 {
  border-color: rgb(74 29 150 / 0.1);
}
.border-purple-900\/100 {
  border-color: rgb(74 29 150 / 1);
}
.border-purple-900\/15 {
  border-color: rgb(74 29 150 / 0.15);
}
.border-purple-900\/20 {
  border-color: rgb(74 29 150 / 0.2);
}
.border-purple-900\/25 {
  border-color: rgb(74 29 150 / 0.25);
}
.border-purple-900\/30 {
  border-color: rgb(74 29 150 / 0.3);
}
.border-purple-900\/35 {
  border-color: rgb(74 29 150 / 0.35);
}
.border-purple-900\/40 {
  border-color: rgb(74 29 150 / 0.4);
}
.border-purple-900\/45 {
  border-color: rgb(74 29 150 / 0.45);
}
.border-purple-900\/5 {
  border-color: rgb(74 29 150 / 0.05);
}
.border-purple-900\/50 {
  border-color: rgb(74 29 150 / 0.5);
}
.border-purple-900\/55 {
  border-color: rgb(74 29 150 / 0.55);
}
.border-purple-900\/60 {
  border-color: rgb(74 29 150 / 0.6);
}
.border-purple-900\/65 {
  border-color: rgb(74 29 150 / 0.65);
}
.border-purple-900\/70 {
  border-color: rgb(74 29 150 / 0.7);
}
.border-purple-900\/75 {
  border-color: rgb(74 29 150 / 0.75);
}
.border-purple-900\/80 {
  border-color: rgb(74 29 150 / 0.8);
}
.border-purple-900\/85 {
  border-color: rgb(74 29 150 / 0.85);
}
.border-purple-900\/90 {
  border-color: rgb(74 29 150 / 0.9);
}
.border-purple-900\/95 {
  border-color: rgb(74 29 150 / 0.95);
}
.border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgb(253 232 232 / var(--tw-border-opacity, 1));
}
.border-red-100\/0 {
  border-color: rgb(253 232 232 / 0);
}
.border-red-100\/10 {
  border-color: rgb(253 232 232 / 0.1);
}
.border-red-100\/100 {
  border-color: rgb(253 232 232 / 1);
}
.border-red-100\/15 {
  border-color: rgb(253 232 232 / 0.15);
}
.border-red-100\/20 {
  border-color: rgb(253 232 232 / 0.2);
}
.border-red-100\/25 {
  border-color: rgb(253 232 232 / 0.25);
}
.border-red-100\/30 {
  border-color: rgb(253 232 232 / 0.3);
}
.border-red-100\/35 {
  border-color: rgb(253 232 232 / 0.35);
}
.border-red-100\/40 {
  border-color: rgb(253 232 232 / 0.4);
}
.border-red-100\/45 {
  border-color: rgb(253 232 232 / 0.45);
}
.border-red-100\/5 {
  border-color: rgb(253 232 232 / 0.05);
}
.border-red-100\/50 {
  border-color: rgb(253 232 232 / 0.5);
}
.border-red-100\/55 {
  border-color: rgb(253 232 232 / 0.55);
}
.border-red-100\/60 {
  border-color: rgb(253 232 232 / 0.6);
}
.border-red-100\/65 {
  border-color: rgb(253 232 232 / 0.65);
}
.border-red-100\/70 {
  border-color: rgb(253 232 232 / 0.7);
}
.border-red-100\/75 {
  border-color: rgb(253 232 232 / 0.75);
}
.border-red-100\/80 {
  border-color: rgb(253 232 232 / 0.8);
}
.border-red-100\/85 {
  border-color: rgb(253 232 232 / 0.85);
}
.border-red-100\/90 {
  border-color: rgb(253 232 232 / 0.9);
}
.border-red-100\/95 {
  border-color: rgb(253 232 232 / 0.95);
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(251 213 213 / var(--tw-border-opacity, 1));
}
.border-red-200\/0 {
  border-color: rgb(251 213 213 / 0);
}
.border-red-200\/10 {
  border-color: rgb(251 213 213 / 0.1);
}
.border-red-200\/100 {
  border-color: rgb(251 213 213 / 1);
}
.border-red-200\/15 {
  border-color: rgb(251 213 213 / 0.15);
}
.border-red-200\/20 {
  border-color: rgb(251 213 213 / 0.2);
}
.border-red-200\/25 {
  border-color: rgb(251 213 213 / 0.25);
}
.border-red-200\/30 {
  border-color: rgb(251 213 213 / 0.3);
}
.border-red-200\/35 {
  border-color: rgb(251 213 213 / 0.35);
}
.border-red-200\/40 {
  border-color: rgb(251 213 213 / 0.4);
}
.border-red-200\/45 {
  border-color: rgb(251 213 213 / 0.45);
}
.border-red-200\/5 {
  border-color: rgb(251 213 213 / 0.05);
}
.border-red-200\/50 {
  border-color: rgb(251 213 213 / 0.5);
}
.border-red-200\/55 {
  border-color: rgb(251 213 213 / 0.55);
}
.border-red-200\/60 {
  border-color: rgb(251 213 213 / 0.6);
}
.border-red-200\/65 {
  border-color: rgb(251 213 213 / 0.65);
}
.border-red-200\/70 {
  border-color: rgb(251 213 213 / 0.7);
}
.border-red-200\/75 {
  border-color: rgb(251 213 213 / 0.75);
}
.border-red-200\/80 {
  border-color: rgb(251 213 213 / 0.8);
}
.border-red-200\/85 {
  border-color: rgb(251 213 213 / 0.85);
}
.border-red-200\/90 {
  border-color: rgb(251 213 213 / 0.9);
}
.border-red-200\/95 {
  border-color: rgb(251 213 213 / 0.95);
}
.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(248 180 180 / var(--tw-border-opacity, 1));
}
.border-red-300\/0 {
  border-color: rgb(248 180 180 / 0);
}
.border-red-300\/10 {
  border-color: rgb(248 180 180 / 0.1);
}
.border-red-300\/100 {
  border-color: rgb(248 180 180 / 1);
}
.border-red-300\/15 {
  border-color: rgb(248 180 180 / 0.15);
}
.border-red-300\/20 {
  border-color: rgb(248 180 180 / 0.2);
}
.border-red-300\/25 {
  border-color: rgb(248 180 180 / 0.25);
}
.border-red-300\/30 {
  border-color: rgb(248 180 180 / 0.3);
}
.border-red-300\/35 {
  border-color: rgb(248 180 180 / 0.35);
}
.border-red-300\/40 {
  border-color: rgb(248 180 180 / 0.4);
}
.border-red-300\/45 {
  border-color: rgb(248 180 180 / 0.45);
}
.border-red-300\/5 {
  border-color: rgb(248 180 180 / 0.05);
}
.border-red-300\/50 {
  border-color: rgb(248 180 180 / 0.5);
}
.border-red-300\/55 {
  border-color: rgb(248 180 180 / 0.55);
}
.border-red-300\/60 {
  border-color: rgb(248 180 180 / 0.6);
}
.border-red-300\/65 {
  border-color: rgb(248 180 180 / 0.65);
}
.border-red-300\/70 {
  border-color: rgb(248 180 180 / 0.7);
}
.border-red-300\/75 {
  border-color: rgb(248 180 180 / 0.75);
}
.border-red-300\/80 {
  border-color: rgb(248 180 180 / 0.8);
}
.border-red-300\/85 {
  border-color: rgb(248 180 180 / 0.85);
}
.border-red-300\/90 {
  border-color: rgb(248 180 180 / 0.9);
}
.border-red-300\/95 {
  border-color: rgb(248 180 180 / 0.95);
}
.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(249 128 128 / var(--tw-border-opacity, 1));
}
.border-red-400\/0 {
  border-color: rgb(249 128 128 / 0);
}
.border-red-400\/10 {
  border-color: rgb(249 128 128 / 0.1);
}
.border-red-400\/100 {
  border-color: rgb(249 128 128 / 1);
}
.border-red-400\/15 {
  border-color: rgb(249 128 128 / 0.15);
}
.border-red-400\/20 {
  border-color: rgb(249 128 128 / 0.2);
}
.border-red-400\/25 {
  border-color: rgb(249 128 128 / 0.25);
}
.border-red-400\/30 {
  border-color: rgb(249 128 128 / 0.3);
}
.border-red-400\/35 {
  border-color: rgb(249 128 128 / 0.35);
}
.border-red-400\/40 {
  border-color: rgb(249 128 128 / 0.4);
}
.border-red-400\/45 {
  border-color: rgb(249 128 128 / 0.45);
}
.border-red-400\/5 {
  border-color: rgb(249 128 128 / 0.05);
}
.border-red-400\/50 {
  border-color: rgb(249 128 128 / 0.5);
}
.border-red-400\/55 {
  border-color: rgb(249 128 128 / 0.55);
}
.border-red-400\/60 {
  border-color: rgb(249 128 128 / 0.6);
}
.border-red-400\/65 {
  border-color: rgb(249 128 128 / 0.65);
}
.border-red-400\/70 {
  border-color: rgb(249 128 128 / 0.7);
}
.border-red-400\/75 {
  border-color: rgb(249 128 128 / 0.75);
}
.border-red-400\/80 {
  border-color: rgb(249 128 128 / 0.8);
}
.border-red-400\/85 {
  border-color: rgb(249 128 128 / 0.85);
}
.border-red-400\/90 {
  border-color: rgb(249 128 128 / 0.9);
}
.border-red-400\/95 {
  border-color: rgb(249 128 128 / 0.95);
}
.border-red-50 {
  --tw-border-opacity: 1;
  border-color: rgb(253 242 242 / var(--tw-border-opacity, 1));
}
.border-red-50\/0 {
  border-color: rgb(253 242 242 / 0);
}
.border-red-50\/10 {
  border-color: rgb(253 242 242 / 0.1);
}
.border-red-50\/100 {
  border-color: rgb(253 242 242 / 1);
}
.border-red-50\/15 {
  border-color: rgb(253 242 242 / 0.15);
}
.border-red-50\/20 {
  border-color: rgb(253 242 242 / 0.2);
}
.border-red-50\/25 {
  border-color: rgb(253 242 242 / 0.25);
}
.border-red-50\/30 {
  border-color: rgb(253 242 242 / 0.3);
}
.border-red-50\/35 {
  border-color: rgb(253 242 242 / 0.35);
}
.border-red-50\/40 {
  border-color: rgb(253 242 242 / 0.4);
}
.border-red-50\/45 {
  border-color: rgb(253 242 242 / 0.45);
}
.border-red-50\/5 {
  border-color: rgb(253 242 242 / 0.05);
}
.border-red-50\/50 {
  border-color: rgb(253 242 242 / 0.5);
}
.border-red-50\/55 {
  border-color: rgb(253 242 242 / 0.55);
}
.border-red-50\/60 {
  border-color: rgb(253 242 242 / 0.6);
}
.border-red-50\/65 {
  border-color: rgb(253 242 242 / 0.65);
}
.border-red-50\/70 {
  border-color: rgb(253 242 242 / 0.7);
}
.border-red-50\/75 {
  border-color: rgb(253 242 242 / 0.75);
}
.border-red-50\/80 {
  border-color: rgb(253 242 242 / 0.8);
}
.border-red-50\/85 {
  border-color: rgb(253 242 242 / 0.85);
}
.border-red-50\/90 {
  border-color: rgb(253 242 242 / 0.9);
}
.border-red-50\/95 {
  border-color: rgb(253 242 242 / 0.95);
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(240 82 82 / var(--tw-border-opacity, 1));
}
.border-red-500\/0 {
  border-color: rgb(240 82 82 / 0);
}
.border-red-500\/10 {
  border-color: rgb(240 82 82 / 0.1);
}
.border-red-500\/100 {
  border-color: rgb(240 82 82 / 1);
}
.border-red-500\/15 {
  border-color: rgb(240 82 82 / 0.15);
}
.border-red-500\/20 {
  border-color: rgb(240 82 82 / 0.2);
}
.border-red-500\/25 {
  border-color: rgb(240 82 82 / 0.25);
}
.border-red-500\/30 {
  border-color: rgb(240 82 82 / 0.3);
}
.border-red-500\/35 {
  border-color: rgb(240 82 82 / 0.35);
}
.border-red-500\/40 {
  border-color: rgb(240 82 82 / 0.4);
}
.border-red-500\/45 {
  border-color: rgb(240 82 82 / 0.45);
}
.border-red-500\/5 {
  border-color: rgb(240 82 82 / 0.05);
}
.border-red-500\/50 {
  border-color: rgb(240 82 82 / 0.5);
}
.border-red-500\/55 {
  border-color: rgb(240 82 82 / 0.55);
}
.border-red-500\/60 {
  border-color: rgb(240 82 82 / 0.6);
}
.border-red-500\/65 {
  border-color: rgb(240 82 82 / 0.65);
}
.border-red-500\/70 {
  border-color: rgb(240 82 82 / 0.7);
}
.border-red-500\/75 {
  border-color: rgb(240 82 82 / 0.75);
}
.border-red-500\/80 {
  border-color: rgb(240 82 82 / 0.8);
}
.border-red-500\/85 {
  border-color: rgb(240 82 82 / 0.85);
}
.border-red-500\/90 {
  border-color: rgb(240 82 82 / 0.9);
}
.border-red-500\/95 {
  border-color: rgb(240 82 82 / 0.95);
}
.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(224 36 36 / var(--tw-border-opacity, 1));
}
.border-red-600\/0 {
  border-color: rgb(224 36 36 / 0);
}
.border-red-600\/10 {
  border-color: rgb(224 36 36 / 0.1);
}
.border-red-600\/100 {
  border-color: rgb(224 36 36 / 1);
}
.border-red-600\/15 {
  border-color: rgb(224 36 36 / 0.15);
}
.border-red-600\/20 {
  border-color: rgb(224 36 36 / 0.2);
}
.border-red-600\/25 {
  border-color: rgb(224 36 36 / 0.25);
}
.border-red-600\/30 {
  border-color: rgb(224 36 36 / 0.3);
}
.border-red-600\/35 {
  border-color: rgb(224 36 36 / 0.35);
}
.border-red-600\/40 {
  border-color: rgb(224 36 36 / 0.4);
}
.border-red-600\/45 {
  border-color: rgb(224 36 36 / 0.45);
}
.border-red-600\/5 {
  border-color: rgb(224 36 36 / 0.05);
}
.border-red-600\/50 {
  border-color: rgb(224 36 36 / 0.5);
}
.border-red-600\/55 {
  border-color: rgb(224 36 36 / 0.55);
}
.border-red-600\/60 {
  border-color: rgb(224 36 36 / 0.6);
}
.border-red-600\/65 {
  border-color: rgb(224 36 36 / 0.65);
}
.border-red-600\/70 {
  border-color: rgb(224 36 36 / 0.7);
}
.border-red-600\/75 {
  border-color: rgb(224 36 36 / 0.75);
}
.border-red-600\/80 {
  border-color: rgb(224 36 36 / 0.8);
}
.border-red-600\/85 {
  border-color: rgb(224 36 36 / 0.85);
}
.border-red-600\/90 {
  border-color: rgb(224 36 36 / 0.9);
}
.border-red-600\/95 {
  border-color: rgb(224 36 36 / 0.95);
}
.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(200 30 30 / var(--tw-border-opacity, 1));
}
.border-red-700\/0 {
  border-color: rgb(200 30 30 / 0);
}
.border-red-700\/10 {
  border-color: rgb(200 30 30 / 0.1);
}
.border-red-700\/100 {
  border-color: rgb(200 30 30 / 1);
}
.border-red-700\/15 {
  border-color: rgb(200 30 30 / 0.15);
}
.border-red-700\/20 {
  border-color: rgb(200 30 30 / 0.2);
}
.border-red-700\/25 {
  border-color: rgb(200 30 30 / 0.25);
}
.border-red-700\/30 {
  border-color: rgb(200 30 30 / 0.3);
}
.border-red-700\/35 {
  border-color: rgb(200 30 30 / 0.35);
}
.border-red-700\/40 {
  border-color: rgb(200 30 30 / 0.4);
}
.border-red-700\/45 {
  border-color: rgb(200 30 30 / 0.45);
}
.border-red-700\/5 {
  border-color: rgb(200 30 30 / 0.05);
}
.border-red-700\/50 {
  border-color: rgb(200 30 30 / 0.5);
}
.border-red-700\/55 {
  border-color: rgb(200 30 30 / 0.55);
}
.border-red-700\/60 {
  border-color: rgb(200 30 30 / 0.6);
}
.border-red-700\/65 {
  border-color: rgb(200 30 30 / 0.65);
}
.border-red-700\/70 {
  border-color: rgb(200 30 30 / 0.7);
}
.border-red-700\/75 {
  border-color: rgb(200 30 30 / 0.75);
}
.border-red-700\/80 {
  border-color: rgb(200 30 30 / 0.8);
}
.border-red-700\/85 {
  border-color: rgb(200 30 30 / 0.85);
}
.border-red-700\/90 {
  border-color: rgb(200 30 30 / 0.9);
}
.border-red-700\/95 {
  border-color: rgb(200 30 30 / 0.95);
}
.border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgb(155 28 28 / var(--tw-border-opacity, 1));
}
.border-red-800\/0 {
  border-color: rgb(155 28 28 / 0);
}
.border-red-800\/10 {
  border-color: rgb(155 28 28 / 0.1);
}
.border-red-800\/100 {
  border-color: rgb(155 28 28 / 1);
}
.border-red-800\/15 {
  border-color: rgb(155 28 28 / 0.15);
}
.border-red-800\/20 {
  border-color: rgb(155 28 28 / 0.2);
}
.border-red-800\/25 {
  border-color: rgb(155 28 28 / 0.25);
}
.border-red-800\/30 {
  border-color: rgb(155 28 28 / 0.3);
}
.border-red-800\/35 {
  border-color: rgb(155 28 28 / 0.35);
}
.border-red-800\/40 {
  border-color: rgb(155 28 28 / 0.4);
}
.border-red-800\/45 {
  border-color: rgb(155 28 28 / 0.45);
}
.border-red-800\/5 {
  border-color: rgb(155 28 28 / 0.05);
}
.border-red-800\/50 {
  border-color: rgb(155 28 28 / 0.5);
}
.border-red-800\/55 {
  border-color: rgb(155 28 28 / 0.55);
}
.border-red-800\/60 {
  border-color: rgb(155 28 28 / 0.6);
}
.border-red-800\/65 {
  border-color: rgb(155 28 28 / 0.65);
}
.border-red-800\/70 {
  border-color: rgb(155 28 28 / 0.7);
}
.border-red-800\/75 {
  border-color: rgb(155 28 28 / 0.75);
}
.border-red-800\/80 {
  border-color: rgb(155 28 28 / 0.8);
}
.border-red-800\/85 {
  border-color: rgb(155 28 28 / 0.85);
}
.border-red-800\/90 {
  border-color: rgb(155 28 28 / 0.9);
}
.border-red-800\/95 {
  border-color: rgb(155 28 28 / 0.95);
}
.border-red-900 {
  --tw-border-opacity: 1;
  border-color: rgb(119 29 29 / var(--tw-border-opacity, 1));
}
.border-red-900\/0 {
  border-color: rgb(119 29 29 / 0);
}
.border-red-900\/10 {
  border-color: rgb(119 29 29 / 0.1);
}
.border-red-900\/100 {
  border-color: rgb(119 29 29 / 1);
}
.border-red-900\/15 {
  border-color: rgb(119 29 29 / 0.15);
}
.border-red-900\/20 {
  border-color: rgb(119 29 29 / 0.2);
}
.border-red-900\/25 {
  border-color: rgb(119 29 29 / 0.25);
}
.border-red-900\/30 {
  border-color: rgb(119 29 29 / 0.3);
}
.border-red-900\/35 {
  border-color: rgb(119 29 29 / 0.35);
}
.border-red-900\/40 {
  border-color: rgb(119 29 29 / 0.4);
}
.border-red-900\/45 {
  border-color: rgb(119 29 29 / 0.45);
}
.border-red-900\/5 {
  border-color: rgb(119 29 29 / 0.05);
}
.border-red-900\/50 {
  border-color: rgb(119 29 29 / 0.5);
}
.border-red-900\/55 {
  border-color: rgb(119 29 29 / 0.55);
}
.border-red-900\/60 {
  border-color: rgb(119 29 29 / 0.6);
}
.border-red-900\/65 {
  border-color: rgb(119 29 29 / 0.65);
}
.border-red-900\/70 {
  border-color: rgb(119 29 29 / 0.7);
}
.border-red-900\/75 {
  border-color: rgb(119 29 29 / 0.75);
}
.border-red-900\/80 {
  border-color: rgb(119 29 29 / 0.8);
}
.border-red-900\/85 {
  border-color: rgb(119 29 29 / 0.85);
}
.border-red-900\/90 {
  border-color: rgb(119 29 29 / 0.9);
}
.border-red-900\/95 {
  border-color: rgb(119 29 29 / 0.95);
}
.border-teal-100 {
  --tw-border-opacity: 1;
  border-color: rgb(213 245 246 / var(--tw-border-opacity, 1));
}
.border-teal-100\/0 {
  border-color: rgb(213 245 246 / 0);
}
.border-teal-100\/10 {
  border-color: rgb(213 245 246 / 0.1);
}
.border-teal-100\/100 {
  border-color: rgb(213 245 246 / 1);
}
.border-teal-100\/15 {
  border-color: rgb(213 245 246 / 0.15);
}
.border-teal-100\/20 {
  border-color: rgb(213 245 246 / 0.2);
}
.border-teal-100\/25 {
  border-color: rgb(213 245 246 / 0.25);
}
.border-teal-100\/30 {
  border-color: rgb(213 245 246 / 0.3);
}
.border-teal-100\/35 {
  border-color: rgb(213 245 246 / 0.35);
}
.border-teal-100\/40 {
  border-color: rgb(213 245 246 / 0.4);
}
.border-teal-100\/45 {
  border-color: rgb(213 245 246 / 0.45);
}
.border-teal-100\/5 {
  border-color: rgb(213 245 246 / 0.05);
}
.border-teal-100\/50 {
  border-color: rgb(213 245 246 / 0.5);
}
.border-teal-100\/55 {
  border-color: rgb(213 245 246 / 0.55);
}
.border-teal-100\/60 {
  border-color: rgb(213 245 246 / 0.6);
}
.border-teal-100\/65 {
  border-color: rgb(213 245 246 / 0.65);
}
.border-teal-100\/70 {
  border-color: rgb(213 245 246 / 0.7);
}
.border-teal-100\/75 {
  border-color: rgb(213 245 246 / 0.75);
}
.border-teal-100\/80 {
  border-color: rgb(213 245 246 / 0.8);
}
.border-teal-100\/85 {
  border-color: rgb(213 245 246 / 0.85);
}
.border-teal-100\/90 {
  border-color: rgb(213 245 246 / 0.9);
}
.border-teal-100\/95 {
  border-color: rgb(213 245 246 / 0.95);
}
.border-teal-200 {
  --tw-border-opacity: 1;
  border-color: rgb(175 236 239 / var(--tw-border-opacity, 1));
}
.border-teal-200\/0 {
  border-color: rgb(175 236 239 / 0);
}
.border-teal-200\/10 {
  border-color: rgb(175 236 239 / 0.1);
}
.border-teal-200\/100 {
  border-color: rgb(175 236 239 / 1);
}
.border-teal-200\/15 {
  border-color: rgb(175 236 239 / 0.15);
}
.border-teal-200\/20 {
  border-color: rgb(175 236 239 / 0.2);
}
.border-teal-200\/25 {
  border-color: rgb(175 236 239 / 0.25);
}
.border-teal-200\/30 {
  border-color: rgb(175 236 239 / 0.3);
}
.border-teal-200\/35 {
  border-color: rgb(175 236 239 / 0.35);
}
.border-teal-200\/40 {
  border-color: rgb(175 236 239 / 0.4);
}
.border-teal-200\/45 {
  border-color: rgb(175 236 239 / 0.45);
}
.border-teal-200\/5 {
  border-color: rgb(175 236 239 / 0.05);
}
.border-teal-200\/50 {
  border-color: rgb(175 236 239 / 0.5);
}
.border-teal-200\/55 {
  border-color: rgb(175 236 239 / 0.55);
}
.border-teal-200\/60 {
  border-color: rgb(175 236 239 / 0.6);
}
.border-teal-200\/65 {
  border-color: rgb(175 236 239 / 0.65);
}
.border-teal-200\/70 {
  border-color: rgb(175 236 239 / 0.7);
}
.border-teal-200\/75 {
  border-color: rgb(175 236 239 / 0.75);
}
.border-teal-200\/80 {
  border-color: rgb(175 236 239 / 0.8);
}
.border-teal-200\/85 {
  border-color: rgb(175 236 239 / 0.85);
}
.border-teal-200\/90 {
  border-color: rgb(175 236 239 / 0.9);
}
.border-teal-200\/95 {
  border-color: rgb(175 236 239 / 0.95);
}
.border-teal-300 {
  --tw-border-opacity: 1;
  border-color: rgb(126 220 226 / var(--tw-border-opacity, 1));
}
.border-teal-300\/0 {
  border-color: rgb(126 220 226 / 0);
}
.border-teal-300\/10 {
  border-color: rgb(126 220 226 / 0.1);
}
.border-teal-300\/100 {
  border-color: rgb(126 220 226 / 1);
}
.border-teal-300\/15 {
  border-color: rgb(126 220 226 / 0.15);
}
.border-teal-300\/20 {
  border-color: rgb(126 220 226 / 0.2);
}
.border-teal-300\/25 {
  border-color: rgb(126 220 226 / 0.25);
}
.border-teal-300\/30 {
  border-color: rgb(126 220 226 / 0.3);
}
.border-teal-300\/35 {
  border-color: rgb(126 220 226 / 0.35);
}
.border-teal-300\/40 {
  border-color: rgb(126 220 226 / 0.4);
}
.border-teal-300\/45 {
  border-color: rgb(126 220 226 / 0.45);
}
.border-teal-300\/5 {
  border-color: rgb(126 220 226 / 0.05);
}
.border-teal-300\/50 {
  border-color: rgb(126 220 226 / 0.5);
}
.border-teal-300\/55 {
  border-color: rgb(126 220 226 / 0.55);
}
.border-teal-300\/60 {
  border-color: rgb(126 220 226 / 0.6);
}
.border-teal-300\/65 {
  border-color: rgb(126 220 226 / 0.65);
}
.border-teal-300\/70 {
  border-color: rgb(126 220 226 / 0.7);
}
.border-teal-300\/75 {
  border-color: rgb(126 220 226 / 0.75);
}
.border-teal-300\/80 {
  border-color: rgb(126 220 226 / 0.8);
}
.border-teal-300\/85 {
  border-color: rgb(126 220 226 / 0.85);
}
.border-teal-300\/90 {
  border-color: rgb(126 220 226 / 0.9);
}
.border-teal-300\/95 {
  border-color: rgb(126 220 226 / 0.95);
}
.border-teal-400 {
  --tw-border-opacity: 1;
  border-color: rgb(22 189 202 / var(--tw-border-opacity, 1));
}
.border-teal-400\/0 {
  border-color: rgb(22 189 202 / 0);
}
.border-teal-400\/10 {
  border-color: rgb(22 189 202 / 0.1);
}
.border-teal-400\/100 {
  border-color: rgb(22 189 202 / 1);
}
.border-teal-400\/15 {
  border-color: rgb(22 189 202 / 0.15);
}
.border-teal-400\/20 {
  border-color: rgb(22 189 202 / 0.2);
}
.border-teal-400\/25 {
  border-color: rgb(22 189 202 / 0.25);
}
.border-teal-400\/30 {
  border-color: rgb(22 189 202 / 0.3);
}
.border-teal-400\/35 {
  border-color: rgb(22 189 202 / 0.35);
}
.border-teal-400\/40 {
  border-color: rgb(22 189 202 / 0.4);
}
.border-teal-400\/45 {
  border-color: rgb(22 189 202 / 0.45);
}
.border-teal-400\/5 {
  border-color: rgb(22 189 202 / 0.05);
}
.border-teal-400\/50 {
  border-color: rgb(22 189 202 / 0.5);
}
.border-teal-400\/55 {
  border-color: rgb(22 189 202 / 0.55);
}
.border-teal-400\/60 {
  border-color: rgb(22 189 202 / 0.6);
}
.border-teal-400\/65 {
  border-color: rgb(22 189 202 / 0.65);
}
.border-teal-400\/70 {
  border-color: rgb(22 189 202 / 0.7);
}
.border-teal-400\/75 {
  border-color: rgb(22 189 202 / 0.75);
}
.border-teal-400\/80 {
  border-color: rgb(22 189 202 / 0.8);
}
.border-teal-400\/85 {
  border-color: rgb(22 189 202 / 0.85);
}
.border-teal-400\/90 {
  border-color: rgb(22 189 202 / 0.9);
}
.border-teal-400\/95 {
  border-color: rgb(22 189 202 / 0.95);
}
.border-teal-50 {
  --tw-border-opacity: 1;
  border-color: rgb(237 250 250 / var(--tw-border-opacity, 1));
}
.border-teal-50\/0 {
  border-color: rgb(237 250 250 / 0);
}
.border-teal-50\/10 {
  border-color: rgb(237 250 250 / 0.1);
}
.border-teal-50\/100 {
  border-color: rgb(237 250 250 / 1);
}
.border-teal-50\/15 {
  border-color: rgb(237 250 250 / 0.15);
}
.border-teal-50\/20 {
  border-color: rgb(237 250 250 / 0.2);
}
.border-teal-50\/25 {
  border-color: rgb(237 250 250 / 0.25);
}
.border-teal-50\/30 {
  border-color: rgb(237 250 250 / 0.3);
}
.border-teal-50\/35 {
  border-color: rgb(237 250 250 / 0.35);
}
.border-teal-50\/40 {
  border-color: rgb(237 250 250 / 0.4);
}
.border-teal-50\/45 {
  border-color: rgb(237 250 250 / 0.45);
}
.border-teal-50\/5 {
  border-color: rgb(237 250 250 / 0.05);
}
.border-teal-50\/50 {
  border-color: rgb(237 250 250 / 0.5);
}
.border-teal-50\/55 {
  border-color: rgb(237 250 250 / 0.55);
}
.border-teal-50\/60 {
  border-color: rgb(237 250 250 / 0.6);
}
.border-teal-50\/65 {
  border-color: rgb(237 250 250 / 0.65);
}
.border-teal-50\/70 {
  border-color: rgb(237 250 250 / 0.7);
}
.border-teal-50\/75 {
  border-color: rgb(237 250 250 / 0.75);
}
.border-teal-50\/80 {
  border-color: rgb(237 250 250 / 0.8);
}
.border-teal-50\/85 {
  border-color: rgb(237 250 250 / 0.85);
}
.border-teal-50\/90 {
  border-color: rgb(237 250 250 / 0.9);
}
.border-teal-50\/95 {
  border-color: rgb(237 250 250 / 0.95);
}
.border-teal-500 {
  --tw-border-opacity: 1;
  border-color: rgb(6 148 162 / var(--tw-border-opacity, 1));
}
.border-teal-500\/0 {
  border-color: rgb(6 148 162 / 0);
}
.border-teal-500\/10 {
  border-color: rgb(6 148 162 / 0.1);
}
.border-teal-500\/100 {
  border-color: rgb(6 148 162 / 1);
}
.border-teal-500\/15 {
  border-color: rgb(6 148 162 / 0.15);
}
.border-teal-500\/20 {
  border-color: rgb(6 148 162 / 0.2);
}
.border-teal-500\/25 {
  border-color: rgb(6 148 162 / 0.25);
}
.border-teal-500\/30 {
  border-color: rgb(6 148 162 / 0.3);
}
.border-teal-500\/35 {
  border-color: rgb(6 148 162 / 0.35);
}
.border-teal-500\/40 {
  border-color: rgb(6 148 162 / 0.4);
}
.border-teal-500\/45 {
  border-color: rgb(6 148 162 / 0.45);
}
.border-teal-500\/5 {
  border-color: rgb(6 148 162 / 0.05);
}
.border-teal-500\/50 {
  border-color: rgb(6 148 162 / 0.5);
}
.border-teal-500\/55 {
  border-color: rgb(6 148 162 / 0.55);
}
.border-teal-500\/60 {
  border-color: rgb(6 148 162 / 0.6);
}
.border-teal-500\/65 {
  border-color: rgb(6 148 162 / 0.65);
}
.border-teal-500\/70 {
  border-color: rgb(6 148 162 / 0.7);
}
.border-teal-500\/75 {
  border-color: rgb(6 148 162 / 0.75);
}
.border-teal-500\/80 {
  border-color: rgb(6 148 162 / 0.8);
}
.border-teal-500\/85 {
  border-color: rgb(6 148 162 / 0.85);
}
.border-teal-500\/90 {
  border-color: rgb(6 148 162 / 0.9);
}
.border-teal-500\/95 {
  border-color: rgb(6 148 162 / 0.95);
}
.border-teal-600 {
  --tw-border-opacity: 1;
  border-color: rgb(4 116 129 / var(--tw-border-opacity, 1));
}
.border-teal-600\/0 {
  border-color: rgb(4 116 129 / 0);
}
.border-teal-600\/10 {
  border-color: rgb(4 116 129 / 0.1);
}
.border-teal-600\/100 {
  border-color: rgb(4 116 129 / 1);
}
.border-teal-600\/15 {
  border-color: rgb(4 116 129 / 0.15);
}
.border-teal-600\/20 {
  border-color: rgb(4 116 129 / 0.2);
}
.border-teal-600\/25 {
  border-color: rgb(4 116 129 / 0.25);
}
.border-teal-600\/30 {
  border-color: rgb(4 116 129 / 0.3);
}
.border-teal-600\/35 {
  border-color: rgb(4 116 129 / 0.35);
}
.border-teal-600\/40 {
  border-color: rgb(4 116 129 / 0.4);
}
.border-teal-600\/45 {
  border-color: rgb(4 116 129 / 0.45);
}
.border-teal-600\/5 {
  border-color: rgb(4 116 129 / 0.05);
}
.border-teal-600\/50 {
  border-color: rgb(4 116 129 / 0.5);
}
.border-teal-600\/55 {
  border-color: rgb(4 116 129 / 0.55);
}
.border-teal-600\/60 {
  border-color: rgb(4 116 129 / 0.6);
}
.border-teal-600\/65 {
  border-color: rgb(4 116 129 / 0.65);
}
.border-teal-600\/70 {
  border-color: rgb(4 116 129 / 0.7);
}
.border-teal-600\/75 {
  border-color: rgb(4 116 129 / 0.75);
}
.border-teal-600\/80 {
  border-color: rgb(4 116 129 / 0.8);
}
.border-teal-600\/85 {
  border-color: rgb(4 116 129 / 0.85);
}
.border-teal-600\/90 {
  border-color: rgb(4 116 129 / 0.9);
}
.border-teal-600\/95 {
  border-color: rgb(4 116 129 / 0.95);
}
.border-teal-700 {
  --tw-border-opacity: 1;
  border-color: rgb(3 102 114 / var(--tw-border-opacity, 1));
}
.border-teal-700\/0 {
  border-color: rgb(3 102 114 / 0);
}
.border-teal-700\/10 {
  border-color: rgb(3 102 114 / 0.1);
}
.border-teal-700\/100 {
  border-color: rgb(3 102 114 / 1);
}
.border-teal-700\/15 {
  border-color: rgb(3 102 114 / 0.15);
}
.border-teal-700\/20 {
  border-color: rgb(3 102 114 / 0.2);
}
.border-teal-700\/25 {
  border-color: rgb(3 102 114 / 0.25);
}
.border-teal-700\/30 {
  border-color: rgb(3 102 114 / 0.3);
}
.border-teal-700\/35 {
  border-color: rgb(3 102 114 / 0.35);
}
.border-teal-700\/40 {
  border-color: rgb(3 102 114 / 0.4);
}
.border-teal-700\/45 {
  border-color: rgb(3 102 114 / 0.45);
}
.border-teal-700\/5 {
  border-color: rgb(3 102 114 / 0.05);
}
.border-teal-700\/50 {
  border-color: rgb(3 102 114 / 0.5);
}
.border-teal-700\/55 {
  border-color: rgb(3 102 114 / 0.55);
}
.border-teal-700\/60 {
  border-color: rgb(3 102 114 / 0.6);
}
.border-teal-700\/65 {
  border-color: rgb(3 102 114 / 0.65);
}
.border-teal-700\/70 {
  border-color: rgb(3 102 114 / 0.7);
}
.border-teal-700\/75 {
  border-color: rgb(3 102 114 / 0.75);
}
.border-teal-700\/80 {
  border-color: rgb(3 102 114 / 0.8);
}
.border-teal-700\/85 {
  border-color: rgb(3 102 114 / 0.85);
}
.border-teal-700\/90 {
  border-color: rgb(3 102 114 / 0.9);
}
.border-teal-700\/95 {
  border-color: rgb(3 102 114 / 0.95);
}
.border-teal-800 {
  --tw-border-opacity: 1;
  border-color: rgb(5 80 92 / var(--tw-border-opacity, 1));
}
.border-teal-800\/0 {
  border-color: rgb(5 80 92 / 0);
}
.border-teal-800\/10 {
  border-color: rgb(5 80 92 / 0.1);
}
.border-teal-800\/100 {
  border-color: rgb(5 80 92 / 1);
}
.border-teal-800\/15 {
  border-color: rgb(5 80 92 / 0.15);
}
.border-teal-800\/20 {
  border-color: rgb(5 80 92 / 0.2);
}
.border-teal-800\/25 {
  border-color: rgb(5 80 92 / 0.25);
}
.border-teal-800\/30 {
  border-color: rgb(5 80 92 / 0.3);
}
.border-teal-800\/35 {
  border-color: rgb(5 80 92 / 0.35);
}
.border-teal-800\/40 {
  border-color: rgb(5 80 92 / 0.4);
}
.border-teal-800\/45 {
  border-color: rgb(5 80 92 / 0.45);
}
.border-teal-800\/5 {
  border-color: rgb(5 80 92 / 0.05);
}
.border-teal-800\/50 {
  border-color: rgb(5 80 92 / 0.5);
}
.border-teal-800\/55 {
  border-color: rgb(5 80 92 / 0.55);
}
.border-teal-800\/60 {
  border-color: rgb(5 80 92 / 0.6);
}
.border-teal-800\/65 {
  border-color: rgb(5 80 92 / 0.65);
}
.border-teal-800\/70 {
  border-color: rgb(5 80 92 / 0.7);
}
.border-teal-800\/75 {
  border-color: rgb(5 80 92 / 0.75);
}
.border-teal-800\/80 {
  border-color: rgb(5 80 92 / 0.8);
}
.border-teal-800\/85 {
  border-color: rgb(5 80 92 / 0.85);
}
.border-teal-800\/90 {
  border-color: rgb(5 80 92 / 0.9);
}
.border-teal-800\/95 {
  border-color: rgb(5 80 92 / 0.95);
}
.border-teal-900 {
  --tw-border-opacity: 1;
  border-color: rgb(1 68 81 / var(--tw-border-opacity, 1));
}
.border-teal-900\/0 {
  border-color: rgb(1 68 81 / 0);
}
.border-teal-900\/10 {
  border-color: rgb(1 68 81 / 0.1);
}
.border-teal-900\/100 {
  border-color: rgb(1 68 81 / 1);
}
.border-teal-900\/15 {
  border-color: rgb(1 68 81 / 0.15);
}
.border-teal-900\/20 {
  border-color: rgb(1 68 81 / 0.2);
}
.border-teal-900\/25 {
  border-color: rgb(1 68 81 / 0.25);
}
.border-teal-900\/30 {
  border-color: rgb(1 68 81 / 0.3);
}
.border-teal-900\/35 {
  border-color: rgb(1 68 81 / 0.35);
}
.border-teal-900\/40 {
  border-color: rgb(1 68 81 / 0.4);
}
.border-teal-900\/45 {
  border-color: rgb(1 68 81 / 0.45);
}
.border-teal-900\/5 {
  border-color: rgb(1 68 81 / 0.05);
}
.border-teal-900\/50 {
  border-color: rgb(1 68 81 / 0.5);
}
.border-teal-900\/55 {
  border-color: rgb(1 68 81 / 0.55);
}
.border-teal-900\/60 {
  border-color: rgb(1 68 81 / 0.6);
}
.border-teal-900\/65 {
  border-color: rgb(1 68 81 / 0.65);
}
.border-teal-900\/70 {
  border-color: rgb(1 68 81 / 0.7);
}
.border-teal-900\/75 {
  border-color: rgb(1 68 81 / 0.75);
}
.border-teal-900\/80 {
  border-color: rgb(1 68 81 / 0.8);
}
.border-teal-900\/85 {
  border-color: rgb(1 68 81 / 0.85);
}
.border-teal-900\/90 {
  border-color: rgb(1 68 81 / 0.9);
}
.border-teal-900\/95 {
  border-color: rgb(1 68 81 / 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-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.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(253 246 178 / var(--tw-border-opacity, 1));
}
.border-yellow-100\/0 {
  border-color: rgb(253 246 178 / 0);
}
.border-yellow-100\/10 {
  border-color: rgb(253 246 178 / 0.1);
}
.border-yellow-100\/100 {
  border-color: rgb(253 246 178 / 1);
}
.border-yellow-100\/15 {
  border-color: rgb(253 246 178 / 0.15);
}
.border-yellow-100\/20 {
  border-color: rgb(253 246 178 / 0.2);
}
.border-yellow-100\/25 {
  border-color: rgb(253 246 178 / 0.25);
}
.border-yellow-100\/30 {
  border-color: rgb(253 246 178 / 0.3);
}
.border-yellow-100\/35 {
  border-color: rgb(253 246 178 / 0.35);
}
.border-yellow-100\/40 {
  border-color: rgb(253 246 178 / 0.4);
}
.border-yellow-100\/45 {
  border-color: rgb(253 246 178 / 0.45);
}
.border-yellow-100\/5 {
  border-color: rgb(253 246 178 / 0.05);
}
.border-yellow-100\/50 {
  border-color: rgb(253 246 178 / 0.5);
}
.border-yellow-100\/55 {
  border-color: rgb(253 246 178 / 0.55);
}
.border-yellow-100\/60 {
  border-color: rgb(253 246 178 / 0.6);
}
.border-yellow-100\/65 {
  border-color: rgb(253 246 178 / 0.65);
}
.border-yellow-100\/70 {
  border-color: rgb(253 246 178 / 0.7);
}
.border-yellow-100\/75 {
  border-color: rgb(253 246 178 / 0.75);
}
.border-yellow-100\/80 {
  border-color: rgb(253 246 178 / 0.8);
}
.border-yellow-100\/85 {
  border-color: rgb(253 246 178 / 0.85);
}
.border-yellow-100\/90 {
  border-color: rgb(253 246 178 / 0.9);
}
.border-yellow-100\/95 {
  border-color: rgb(253 246 178 / 0.95);
}
.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(252 233 106 / var(--tw-border-opacity, 1));
}
.border-yellow-200\/0 {
  border-color: rgb(252 233 106 / 0);
}
.border-yellow-200\/10 {
  border-color: rgb(252 233 106 / 0.1);
}
.border-yellow-200\/100 {
  border-color: rgb(252 233 106 / 1);
}
.border-yellow-200\/15 {
  border-color: rgb(252 233 106 / 0.15);
}
.border-yellow-200\/20 {
  border-color: rgb(252 233 106 / 0.2);
}
.border-yellow-200\/25 {
  border-color: rgb(252 233 106 / 0.25);
}
.border-yellow-200\/30 {
  border-color: rgb(252 233 106 / 0.3);
}
.border-yellow-200\/35 {
  border-color: rgb(252 233 106 / 0.35);
}
.border-yellow-200\/40 {
  border-color: rgb(252 233 106 / 0.4);
}
.border-yellow-200\/45 {
  border-color: rgb(252 233 106 / 0.45);
}
.border-yellow-200\/5 {
  border-color: rgb(252 233 106 / 0.05);
}
.border-yellow-200\/50 {
  border-color: rgb(252 233 106 / 0.5);
}
.border-yellow-200\/55 {
  border-color: rgb(252 233 106 / 0.55);
}
.border-yellow-200\/60 {
  border-color: rgb(252 233 106 / 0.6);
}
.border-yellow-200\/65 {
  border-color: rgb(252 233 106 / 0.65);
}
.border-yellow-200\/70 {
  border-color: rgb(252 233 106 / 0.7);
}
.border-yellow-200\/75 {
  border-color: rgb(252 233 106 / 0.75);
}
.border-yellow-200\/80 {
  border-color: rgb(252 233 106 / 0.8);
}
.border-yellow-200\/85 {
  border-color: rgb(252 233 106 / 0.85);
}
.border-yellow-200\/90 {
  border-color: rgb(252 233 106 / 0.9);
}
.border-yellow-200\/95 {
  border-color: rgb(252 233 106 / 0.95);
}
.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(250 202 21 / var(--tw-border-opacity, 1));
}
.border-yellow-300\/0 {
  border-color: rgb(250 202 21 / 0);
}
.border-yellow-300\/10 {
  border-color: rgb(250 202 21 / 0.1);
}
.border-yellow-300\/100 {
  border-color: rgb(250 202 21 / 1);
}
.border-yellow-300\/15 {
  border-color: rgb(250 202 21 / 0.15);
}
.border-yellow-300\/20 {
  border-color: rgb(250 202 21 / 0.2);
}
.border-yellow-300\/25 {
  border-color: rgb(250 202 21 / 0.25);
}
.border-yellow-300\/30 {
  border-color: rgb(250 202 21 / 0.3);
}
.border-yellow-300\/35 {
  border-color: rgb(250 202 21 / 0.35);
}
.border-yellow-300\/40 {
  border-color: rgb(250 202 21 / 0.4);
}
.border-yellow-300\/45 {
  border-color: rgb(250 202 21 / 0.45);
}
.border-yellow-300\/5 {
  border-color: rgb(250 202 21 / 0.05);
}
.border-yellow-300\/50 {
  border-color: rgb(250 202 21 / 0.5);
}
.border-yellow-300\/55 {
  border-color: rgb(250 202 21 / 0.55);
}
.border-yellow-300\/60 {
  border-color: rgb(250 202 21 / 0.6);
}
.border-yellow-300\/65 {
  border-color: rgb(250 202 21 / 0.65);
}
.border-yellow-300\/70 {
  border-color: rgb(250 202 21 / 0.7);
}
.border-yellow-300\/75 {
  border-color: rgb(250 202 21 / 0.75);
}
.border-yellow-300\/80 {
  border-color: rgb(250 202 21 / 0.8);
}
.border-yellow-300\/85 {
  border-color: rgb(250 202 21 / 0.85);
}
.border-yellow-300\/90 {
  border-color: rgb(250 202 21 / 0.9);
}
.border-yellow-300\/95 {
  border-color: rgb(250 202 21 / 0.95);
}
.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(227 160 8 / var(--tw-border-opacity, 1));
}
.border-yellow-400\/0 {
  border-color: rgb(227 160 8 / 0);
}
.border-yellow-400\/10 {
  border-color: rgb(227 160 8 / 0.1);
}
.border-yellow-400\/100 {
  border-color: rgb(227 160 8 / 1);
}
.border-yellow-400\/15 {
  border-color: rgb(227 160 8 / 0.15);
}
.border-yellow-400\/20 {
  border-color: rgb(227 160 8 / 0.2);
}
.border-yellow-400\/25 {
  border-color: rgb(227 160 8 / 0.25);
}
.border-yellow-400\/30 {
  border-color: rgb(227 160 8 / 0.3);
}
.border-yellow-400\/35 {
  border-color: rgb(227 160 8 / 0.35);
}
.border-yellow-400\/40 {
  border-color: rgb(227 160 8 / 0.4);
}
.border-yellow-400\/45 {
  border-color: rgb(227 160 8 / 0.45);
}
.border-yellow-400\/5 {
  border-color: rgb(227 160 8 / 0.05);
}
.border-yellow-400\/50 {
  border-color: rgb(227 160 8 / 0.5);
}
.border-yellow-400\/55 {
  border-color: rgb(227 160 8 / 0.55);
}
.border-yellow-400\/60 {
  border-color: rgb(227 160 8 / 0.6);
}
.border-yellow-400\/65 {
  border-color: rgb(227 160 8 / 0.65);
}
.border-yellow-400\/70 {
  border-color: rgb(227 160 8 / 0.7);
}
.border-yellow-400\/75 {
  border-color: rgb(227 160 8 / 0.75);
}
.border-yellow-400\/80 {
  border-color: rgb(227 160 8 / 0.8);
}
.border-yellow-400\/85 {
  border-color: rgb(227 160 8 / 0.85);
}
.border-yellow-400\/90 {
  border-color: rgb(227 160 8 / 0.9);
}
.border-yellow-400\/95 {
  border-color: rgb(227 160 8 / 0.95);
}
.border-yellow-50 {
  --tw-border-opacity: 1;
  border-color: rgb(253 253 234 / var(--tw-border-opacity, 1));
}
.border-yellow-50\/0 {
  border-color: rgb(253 253 234 / 0);
}
.border-yellow-50\/10 {
  border-color: rgb(253 253 234 / 0.1);
}
.border-yellow-50\/100 {
  border-color: rgb(253 253 234 / 1);
}
.border-yellow-50\/15 {
  border-color: rgb(253 253 234 / 0.15);
}
.border-yellow-50\/20 {
  border-color: rgb(253 253 234 / 0.2);
}
.border-yellow-50\/25 {
  border-color: rgb(253 253 234 / 0.25);
}
.border-yellow-50\/30 {
  border-color: rgb(253 253 234 / 0.3);
}
.border-yellow-50\/35 {
  border-color: rgb(253 253 234 / 0.35);
}
.border-yellow-50\/40 {
  border-color: rgb(253 253 234 / 0.4);
}
.border-yellow-50\/45 {
  border-color: rgb(253 253 234 / 0.45);
}
.border-yellow-50\/5 {
  border-color: rgb(253 253 234 / 0.05);
}
.border-yellow-50\/50 {
  border-color: rgb(253 253 234 / 0.5);
}
.border-yellow-50\/55 {
  border-color: rgb(253 253 234 / 0.55);
}
.border-yellow-50\/60 {
  border-color: rgb(253 253 234 / 0.6);
}
.border-yellow-50\/65 {
  border-color: rgb(253 253 234 / 0.65);
}
.border-yellow-50\/70 {
  border-color: rgb(253 253 234 / 0.7);
}
.border-yellow-50\/75 {
  border-color: rgb(253 253 234 / 0.75);
}
.border-yellow-50\/80 {
  border-color: rgb(253 253 234 / 0.8);
}
.border-yellow-50\/85 {
  border-color: rgb(253 253 234 / 0.85);
}
.border-yellow-50\/90 {
  border-color: rgb(253 253 234 / 0.9);
}
.border-yellow-50\/95 {
  border-color: rgb(253 253 234 / 0.95);
}
.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(194 120 3 / var(--tw-border-opacity, 1));
}
.border-yellow-500\/0 {
  border-color: rgb(194 120 3 / 0);
}
.border-yellow-500\/10 {
  border-color: rgb(194 120 3 / 0.1);
}
.border-yellow-500\/100 {
  border-color: rgb(194 120 3 / 1);
}
.border-yellow-500\/15 {
  border-color: rgb(194 120 3 / 0.15);
}
.border-yellow-500\/20 {
  border-color: rgb(194 120 3 / 0.2);
}
.border-yellow-500\/25 {
  border-color: rgb(194 120 3 / 0.25);
}
.border-yellow-500\/30 {
  border-color: rgb(194 120 3 / 0.3);
}
.border-yellow-500\/35 {
  border-color: rgb(194 120 3 / 0.35);
}
.border-yellow-500\/40 {
  border-color: rgb(194 120 3 / 0.4);
}
.border-yellow-500\/45 {
  border-color: rgb(194 120 3 / 0.45);
}
.border-yellow-500\/5 {
  border-color: rgb(194 120 3 / 0.05);
}
.border-yellow-500\/50 {
  border-color: rgb(194 120 3 / 0.5);
}
.border-yellow-500\/55 {
  border-color: rgb(194 120 3 / 0.55);
}
.border-yellow-500\/60 {
  border-color: rgb(194 120 3 / 0.6);
}
.border-yellow-500\/65 {
  border-color: rgb(194 120 3 / 0.65);
}
.border-yellow-500\/70 {
  border-color: rgb(194 120 3 / 0.7);
}
.border-yellow-500\/75 {
  border-color: rgb(194 120 3 / 0.75);
}
.border-yellow-500\/80 {
  border-color: rgb(194 120 3 / 0.8);
}
.border-yellow-500\/85 {
  border-color: rgb(194 120 3 / 0.85);
}
.border-yellow-500\/90 {
  border-color: rgb(194 120 3 / 0.9);
}
.border-yellow-500\/95 {
  border-color: rgb(194 120 3 / 0.95);
}
.border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgb(159 88 10 / var(--tw-border-opacity, 1));
}
.border-yellow-600\/0 {
  border-color: rgb(159 88 10 / 0);
}
.border-yellow-600\/10 {
  border-color: rgb(159 88 10 / 0.1);
}
.border-yellow-600\/100 {
  border-color: rgb(159 88 10 / 1);
}
.border-yellow-600\/15 {
  border-color: rgb(159 88 10 / 0.15);
}
.border-yellow-600\/20 {
  border-color: rgb(159 88 10 / 0.2);
}
.border-yellow-600\/25 {
  border-color: rgb(159 88 10 / 0.25);
}
.border-yellow-600\/30 {
  border-color: rgb(159 88 10 / 0.3);
}
.border-yellow-600\/35 {
  border-color: rgb(159 88 10 / 0.35);
}
.border-yellow-600\/40 {
  border-color: rgb(159 88 10 / 0.4);
}
.border-yellow-600\/45 {
  border-color: rgb(159 88 10 / 0.45);
}
.border-yellow-600\/5 {
  border-color: rgb(159 88 10 / 0.05);
}
.border-yellow-600\/50 {
  border-color: rgb(159 88 10 / 0.5);
}
.border-yellow-600\/55 {
  border-color: rgb(159 88 10 / 0.55);
}
.border-yellow-600\/60 {
  border-color: rgb(159 88 10 / 0.6);
}
.border-yellow-600\/65 {
  border-color: rgb(159 88 10 / 0.65);
}
.border-yellow-600\/70 {
  border-color: rgb(159 88 10 / 0.7);
}
.border-yellow-600\/75 {
  border-color: rgb(159 88 10 / 0.75);
}
.border-yellow-600\/80 {
  border-color: rgb(159 88 10 / 0.8);
}
.border-yellow-600\/85 {
  border-color: rgb(159 88 10 / 0.85);
}
.border-yellow-600\/90 {
  border-color: rgb(159 88 10 / 0.9);
}
.border-yellow-600\/95 {
  border-color: rgb(159 88 10 / 0.95);
}
.border-yellow-700 {
  --tw-border-opacity: 1;
  border-color: rgb(142 75 16 / var(--tw-border-opacity, 1));
}
.border-yellow-700\/0 {
  border-color: rgb(142 75 16 / 0);
}
.border-yellow-700\/10 {
  border-color: rgb(142 75 16 / 0.1);
}
.border-yellow-700\/100 {
  border-color: rgb(142 75 16 / 1);
}
.border-yellow-700\/15 {
  border-color: rgb(142 75 16 / 0.15);
}
.border-yellow-700\/20 {
  border-color: rgb(142 75 16 / 0.2);
}
.border-yellow-700\/25 {
  border-color: rgb(142 75 16 / 0.25);
}
.border-yellow-700\/30 {
  border-color: rgb(142 75 16 / 0.3);
}
.border-yellow-700\/35 {
  border-color: rgb(142 75 16 / 0.35);
}
.border-yellow-700\/40 {
  border-color: rgb(142 75 16 / 0.4);
}
.border-yellow-700\/45 {
  border-color: rgb(142 75 16 / 0.45);
}
.border-yellow-700\/5 {
  border-color: rgb(142 75 16 / 0.05);
}
.border-yellow-700\/50 {
  border-color: rgb(142 75 16 / 0.5);
}
.border-yellow-700\/55 {
  border-color: rgb(142 75 16 / 0.55);
}
.border-yellow-700\/60 {
  border-color: rgb(142 75 16 / 0.6);
}
.border-yellow-700\/65 {
  border-color: rgb(142 75 16 / 0.65);
}
.border-yellow-700\/70 {
  border-color: rgb(142 75 16 / 0.7);
}
.border-yellow-700\/75 {
  border-color: rgb(142 75 16 / 0.75);
}
.border-yellow-700\/80 {
  border-color: rgb(142 75 16 / 0.8);
}
.border-yellow-700\/85 {
  border-color: rgb(142 75 16 / 0.85);
}
.border-yellow-700\/90 {
  border-color: rgb(142 75 16 / 0.9);
}
.border-yellow-700\/95 {
  border-color: rgb(142 75 16 / 0.95);
}
.border-yellow-800 {
  --tw-border-opacity: 1;
  border-color: rgb(114 59 19 / var(--tw-border-opacity, 1));
}
.border-yellow-800\/0 {
  border-color: rgb(114 59 19 / 0);
}
.border-yellow-800\/10 {
  border-color: rgb(114 59 19 / 0.1);
}
.border-yellow-800\/100 {
  border-color: rgb(114 59 19 / 1);
}
.border-yellow-800\/15 {
  border-color: rgb(114 59 19 / 0.15);
}
.border-yellow-800\/20 {
  border-color: rgb(114 59 19 / 0.2);
}
.border-yellow-800\/25 {
  border-color: rgb(114 59 19 / 0.25);
}
.border-yellow-800\/30 {
  border-color: rgb(114 59 19 / 0.3);
}
.border-yellow-800\/35 {
  border-color: rgb(114 59 19 / 0.35);
}
.border-yellow-800\/40 {
  border-color: rgb(114 59 19 / 0.4);
}
.border-yellow-800\/45 {
  border-color: rgb(114 59 19 / 0.45);
}
.border-yellow-800\/5 {
  border-color: rgb(114 59 19 / 0.05);
}
.border-yellow-800\/50 {
  border-color: rgb(114 59 19 / 0.5);
}
.border-yellow-800\/55 {
  border-color: rgb(114 59 19 / 0.55);
}
.border-yellow-800\/60 {
  border-color: rgb(114 59 19 / 0.6);
}
.border-yellow-800\/65 {
  border-color: rgb(114 59 19 / 0.65);
}
.border-yellow-800\/70 {
  border-color: rgb(114 59 19 / 0.7);
}
.border-yellow-800\/75 {
  border-color: rgb(114 59 19 / 0.75);
}
.border-yellow-800\/80 {
  border-color: rgb(114 59 19 / 0.8);
}
.border-yellow-800\/85 {
  border-color: rgb(114 59 19 / 0.85);
}
.border-yellow-800\/90 {
  border-color: rgb(114 59 19 / 0.9);
}
.border-yellow-800\/95 {
  border-color: rgb(114 59 19 / 0.95);
}
.border-yellow-900 {
  --tw-border-opacity: 1;
  border-color: rgb(99 49 18 / var(--tw-border-opacity, 1));
}
.border-yellow-900\/0 {
  border-color: rgb(99 49 18 / 0);
}
.border-yellow-900\/10 {
  border-color: rgb(99 49 18 / 0.1);
}
.border-yellow-900\/100 {
  border-color: rgb(99 49 18 / 1);
}
.border-yellow-900\/15 {
  border-color: rgb(99 49 18 / 0.15);
}
.border-yellow-900\/20 {
  border-color: rgb(99 49 18 / 0.2);
}
.border-yellow-900\/25 {
  border-color: rgb(99 49 18 / 0.25);
}
.border-yellow-900\/30 {
  border-color: rgb(99 49 18 / 0.3);
}
.border-yellow-900\/35 {
  border-color: rgb(99 49 18 / 0.35);
}
.border-yellow-900\/40 {
  border-color: rgb(99 49 18 / 0.4);
}
.border-yellow-900\/45 {
  border-color: rgb(99 49 18 / 0.45);
}
.border-yellow-900\/5 {
  border-color: rgb(99 49 18 / 0.05);
}
.border-yellow-900\/50 {
  border-color: rgb(99 49 18 / 0.5);
}
.border-yellow-900\/55 {
  border-color: rgb(99 49 18 / 0.55);
}
.border-yellow-900\/60 {
  border-color: rgb(99 49 18 / 0.6);
}
.border-yellow-900\/65 {
  border-color: rgb(99 49 18 / 0.65);
}
.border-yellow-900\/70 {
  border-color: rgb(99 49 18 / 0.7);
}
.border-yellow-900\/75 {
  border-color: rgb(99 49 18 / 0.75);
}
.border-yellow-900\/80 {
  border-color: rgb(99 49 18 / 0.8);
}
.border-yellow-900\/85 {
  border-color: rgb(99 49 18 / 0.85);
}
.border-yellow-900\/90 {
  border-color: rgb(99 49 18 / 0.9);
}
.border-yellow-900\/95 {
  border-color: rgb(99 49 18 / 0.95);
}
.border-x-black {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.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(225 239 254 / var(--tw-border-opacity, 1));
  border-right-color: rgb(225 239 254 / var(--tw-border-opacity, 1));
}
.border-x-blue-100\/0 {
  border-left-color: rgb(225 239 254 / 0);
  border-right-color: rgb(225 239 254 / 0);
}
.border-x-blue-100\/10 {
  border-left-color: rgb(225 239 254 / 0.1);
  border-right-color: rgb(225 239 254 / 0.1);
}
.border-x-blue-100\/100 {
  border-left-color: rgb(225 239 254 / 1);
  border-right-color: rgb(225 239 254 / 1);
}
.border-x-blue-100\/15 {
  border-left-color: rgb(225 239 254 / 0.15);
  border-right-color: rgb(225 239 254 / 0.15);
}
.border-x-blue-100\/20 {
  border-left-color: rgb(225 239 254 / 0.2);
  border-right-color: rgb(225 239 254 / 0.2);
}
.border-x-blue-100\/25 {
  border-left-color: rgb(225 239 254 / 0.25);
  border-right-color: rgb(225 239 254 / 0.25);
}
.border-x-blue-100\/30 {
  border-left-color: rgb(225 239 254 / 0.3);
  border-right-color: rgb(225 239 254 / 0.3);
}
.border-x-blue-100\/35 {
  border-left-color: rgb(225 239 254 / 0.35);
  border-right-color: rgb(225 239 254 / 0.35);
}
.border-x-blue-100\/40 {
  border-left-color: rgb(225 239 254 / 0.4);
  border-right-color: rgb(225 239 254 / 0.4);
}
.border-x-blue-100\/45 {
  border-left-color: rgb(225 239 254 / 0.45);
  border-right-color: rgb(225 239 254 / 0.45);
}
.border-x-blue-100\/5 {
  border-left-color: rgb(225 239 254 / 0.05);
  border-right-color: rgb(225 239 254 / 0.05);
}
.border-x-blue-100\/50 {
  border-left-color: rgb(225 239 254 / 0.5);
  border-right-color: rgb(225 239 254 / 0.5);
}
.border-x-blue-100\/55 {
  border-left-color: rgb(225 239 254 / 0.55);
  border-right-color: rgb(225 239 254 / 0.55);
}
.border-x-blue-100\/60 {
  border-left-color: rgb(225 239 254 / 0.6);
  border-right-color: rgb(225 239 254 / 0.6);
}
.border-x-blue-100\/65 {
  border-left-color: rgb(225 239 254 / 0.65);
  border-right-color: rgb(225 239 254 / 0.65);
}
.border-x-blue-100\/70 {
  border-left-color: rgb(225 239 254 / 0.7);
  border-right-color: rgb(225 239 254 / 0.7);
}
.border-x-blue-100\/75 {
  border-left-color: rgb(225 239 254 / 0.75);
  border-right-color: rgb(225 239 254 / 0.75);
}
.border-x-blue-100\/80 {
  border-left-color: rgb(225 239 254 / 0.8);
  border-right-color: rgb(225 239 254 / 0.8);
}
.border-x-blue-100\/85 {
  border-left-color: rgb(225 239 254 / 0.85);
  border-right-color: rgb(225 239 254 / 0.85);
}
.border-x-blue-100\/90 {
  border-left-color: rgb(225 239 254 / 0.9);
  border-right-color: rgb(225 239 254 / 0.9);
}
.border-x-blue-100\/95 {
  border-left-color: rgb(225 239 254 / 0.95);
  border-right-color: rgb(225 239 254 / 0.95);
}
.border-x-blue-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(195 221 253 / var(--tw-border-opacity, 1));
  border-right-color: rgb(195 221 253 / var(--tw-border-opacity, 1));
}
.border-x-blue-200\/0 {
  border-left-color: rgb(195 221 253 / 0);
  border-right-color: rgb(195 221 253 / 0);
}
.border-x-blue-200\/10 {
  border-left-color: rgb(195 221 253 / 0.1);
  border-right-color: rgb(195 221 253 / 0.1);
}
.border-x-blue-200\/100 {
  border-left-color: rgb(195 221 253 / 1);
  border-right-color: rgb(195 221 253 / 1);
}
.border-x-blue-200\/15 {
  border-left-color: rgb(195 221 253 / 0.15);
  border-right-color: rgb(195 221 253 / 0.15);
}
.border-x-blue-200\/20 {
  border-left-color: rgb(195 221 253 / 0.2);
  border-right-color: rgb(195 221 253 / 0.2);
}
.border-x-blue-200\/25 {
  border-left-color: rgb(195 221 253 / 0.25);
  border-right-color: rgb(195 221 253 / 0.25);
}
.border-x-blue-200\/30 {
  border-left-color: rgb(195 221 253 / 0.3);
  border-right-color: rgb(195 221 253 / 0.3);
}
.border-x-blue-200\/35 {
  border-left-color: rgb(195 221 253 / 0.35);
  border-right-color: rgb(195 221 253 / 0.35);
}
.border-x-blue-200\/40 {
  border-left-color: rgb(195 221 253 / 0.4);
  border-right-color: rgb(195 221 253 / 0.4);
}
.border-x-blue-200\/45 {
  border-left-color: rgb(195 221 253 / 0.45);
  border-right-color: rgb(195 221 253 / 0.45);
}
.border-x-blue-200\/5 {
  border-left-color: rgb(195 221 253 / 0.05);
  border-right-color: rgb(195 221 253 / 0.05);
}
.border-x-blue-200\/50 {
  border-left-color: rgb(195 221 253 / 0.5);
  border-right-color: rgb(195 221 253 / 0.5);
}
.border-x-blue-200\/55 {
  border-left-color: rgb(195 221 253 / 0.55);
  border-right-color: rgb(195 221 253 / 0.55);
}
.border-x-blue-200\/60 {
  border-left-color: rgb(195 221 253 / 0.6);
  border-right-color: rgb(195 221 253 / 0.6);
}
.border-x-blue-200\/65 {
  border-left-color: rgb(195 221 253 / 0.65);
  border-right-color: rgb(195 221 253 / 0.65);
}
.border-x-blue-200\/70 {
  border-left-color: rgb(195 221 253 / 0.7);
  border-right-color: rgb(195 221 253 / 0.7);
}
.border-x-blue-200\/75 {
  border-left-color: rgb(195 221 253 / 0.75);
  border-right-color: rgb(195 221 253 / 0.75);
}
.border-x-blue-200\/80 {
  border-left-color: rgb(195 221 253 / 0.8);
  border-right-color: rgb(195 221 253 / 0.8);
}
.border-x-blue-200\/85 {
  border-left-color: rgb(195 221 253 / 0.85);
  border-right-color: rgb(195 221 253 / 0.85);
}
.border-x-blue-200\/90 {
  border-left-color: rgb(195 221 253 / 0.9);
  border-right-color: rgb(195 221 253 / 0.9);
}
.border-x-blue-200\/95 {
  border-left-color: rgb(195 221 253 / 0.95);
  border-right-color: rgb(195 221 253 / 0.95);
}
.border-x-blue-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(164 202 254 / var(--tw-border-opacity, 1));
  border-right-color: rgb(164 202 254 / var(--tw-border-opacity, 1));
}
.border-x-blue-300\/0 {
  border-left-color: rgb(164 202 254 / 0);
  border-right-color: rgb(164 202 254 / 0);
}
.border-x-blue-300\/10 {
  border-left-color: rgb(164 202 254 / 0.1);
  border-right-color: rgb(164 202 254 / 0.1);
}
.border-x-blue-300\/100 {
  border-left-color: rgb(164 202 254 / 1);
  border-right-color: rgb(164 202 254 / 1);
}
.border-x-blue-300\/15 {
  border-left-color: rgb(164 202 254 / 0.15);
  border-right-color: rgb(164 202 254 / 0.15);
}
.border-x-blue-300\/20 {
  border-left-color: rgb(164 202 254 / 0.2);
  border-right-color: rgb(164 202 254 / 0.2);
}
.border-x-blue-300\/25 {
  border-left-color: rgb(164 202 254 / 0.25);
  border-right-color: rgb(164 202 254 / 0.25);
}
.border-x-blue-300\/30 {
  border-left-color: rgb(164 202 254 / 0.3);
  border-right-color: rgb(164 202 254 / 0.3);
}
.border-x-blue-300\/35 {
  border-left-color: rgb(164 202 254 / 0.35);
  border-right-color: rgb(164 202 254 / 0.35);
}
.border-x-blue-300\/40 {
  border-left-color: rgb(164 202 254 / 0.4);
  border-right-color: rgb(164 202 254 / 0.4);
}
.border-x-blue-300\/45 {
  border-left-color: rgb(164 202 254 / 0.45);
  border-right-color: rgb(164 202 254 / 0.45);
}
.border-x-blue-300\/5 {
  border-left-color: rgb(164 202 254 / 0.05);
  border-right-color: rgb(164 202 254 / 0.05);
}
.border-x-blue-300\/50 {
  border-left-color: rgb(164 202 254 / 0.5);
  border-right-color: rgb(164 202 254 / 0.5);
}
.border-x-blue-300\/55 {
  border-left-color: rgb(164 202 254 / 0.55);
  border-right-color: rgb(164 202 254 / 0.55);
}
.border-x-blue-300\/60 {
  border-left-color: rgb(164 202 254 / 0.6);
  border-right-color: rgb(164 202 254 / 0.6);
}
.border-x-blue-300\/65 {
  border-left-color: rgb(164 202 254 / 0.65);
  border-right-color: rgb(164 202 254 / 0.65);
}
.border-x-blue-300\/70 {
  border-left-color: rgb(164 202 254 / 0.7);
  border-right-color: rgb(164 202 254 / 0.7);
}
.border-x-blue-300\/75 {
  border-left-color: rgb(164 202 254 / 0.75);
  border-right-color: rgb(164 202 254 / 0.75);
}
.border-x-blue-300\/80 {
  border-left-color: rgb(164 202 254 / 0.8);
  border-right-color: rgb(164 202 254 / 0.8);
}
.border-x-blue-300\/85 {
  border-left-color: rgb(164 202 254 / 0.85);
  border-right-color: rgb(164 202 254 / 0.85);
}
.border-x-blue-300\/90 {
  border-left-color: rgb(164 202 254 / 0.9);
  border-right-color: rgb(164 202 254 / 0.9);
}
.border-x-blue-300\/95 {
  border-left-color: rgb(164 202 254 / 0.95);
  border-right-color: rgb(164 202 254 / 0.95);
}
.border-x-blue-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(118 169 250 / var(--tw-border-opacity, 1));
  border-right-color: rgb(118 169 250 / var(--tw-border-opacity, 1));
}
.border-x-blue-400\/0 {
  border-left-color: rgb(118 169 250 / 0);
  border-right-color: rgb(118 169 250 / 0);
}
.border-x-blue-400\/10 {
  border-left-color: rgb(118 169 250 / 0.1);
  border-right-color: rgb(118 169 250 / 0.1);
}
.border-x-blue-400\/100 {
  border-left-color: rgb(118 169 250 / 1);
  border-right-color: rgb(118 169 250 / 1);
}
.border-x-blue-400\/15 {
  border-left-color: rgb(118 169 250 / 0.15);
  border-right-color: rgb(118 169 250 / 0.15);
}
.border-x-blue-400\/20 {
  border-left-color: rgb(118 169 250 / 0.2);
  border-right-color: rgb(118 169 250 / 0.2);
}
.border-x-blue-400\/25 {
  border-left-color: rgb(118 169 250 / 0.25);
  border-right-color: rgb(118 169 250 / 0.25);
}
.border-x-blue-400\/30 {
  border-left-color: rgb(118 169 250 / 0.3);
  border-right-color: rgb(118 169 250 / 0.3);
}
.border-x-blue-400\/35 {
  border-left-color: rgb(118 169 250 / 0.35);
  border-right-color: rgb(118 169 250 / 0.35);
}
.border-x-blue-400\/40 {
  border-left-color: rgb(118 169 250 / 0.4);
  border-right-color: rgb(118 169 250 / 0.4);
}
.border-x-blue-400\/45 {
  border-left-color: rgb(118 169 250 / 0.45);
  border-right-color: rgb(118 169 250 / 0.45);
}
.border-x-blue-400\/5 {
  border-left-color: rgb(118 169 250 / 0.05);
  border-right-color: rgb(118 169 250 / 0.05);
}
.border-x-blue-400\/50 {
  border-left-color: rgb(118 169 250 / 0.5);
  border-right-color: rgb(118 169 250 / 0.5);
}
.border-x-blue-400\/55 {
  border-left-color: rgb(118 169 250 / 0.55);
  border-right-color: rgb(118 169 250 / 0.55);
}
.border-x-blue-400\/60 {
  border-left-color: rgb(118 169 250 / 0.6);
  border-right-color: rgb(118 169 250 / 0.6);
}
.border-x-blue-400\/65 {
  border-left-color: rgb(118 169 250 / 0.65);
  border-right-color: rgb(118 169 250 / 0.65);
}
.border-x-blue-400\/70 {
  border-left-color: rgb(118 169 250 / 0.7);
  border-right-color: rgb(118 169 250 / 0.7);
}
.border-x-blue-400\/75 {
  border-left-color: rgb(118 169 250 / 0.75);
  border-right-color: rgb(118 169 250 / 0.75);
}
.border-x-blue-400\/80 {
  border-left-color: rgb(118 169 250 / 0.8);
  border-right-color: rgb(118 169 250 / 0.8);
}
.border-x-blue-400\/85 {
  border-left-color: rgb(118 169 250 / 0.85);
  border-right-color: rgb(118 169 250 / 0.85);
}
.border-x-blue-400\/90 {
  border-left-color: rgb(118 169 250 / 0.9);
  border-right-color: rgb(118 169 250 / 0.9);
}
.border-x-blue-400\/95 {
  border-left-color: rgb(118 169 250 / 0.95);
  border-right-color: rgb(118 169 250 / 0.95);
}
.border-x-blue-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(235 245 255 / var(--tw-border-opacity, 1));
  border-right-color: rgb(235 245 255 / var(--tw-border-opacity, 1));
}
.border-x-blue-50\/0 {
  border-left-color: rgb(235 245 255 / 0);
  border-right-color: rgb(235 245 255 / 0);
}
.border-x-blue-50\/10 {
  border-left-color: rgb(235 245 255 / 0.1);
  border-right-color: rgb(235 245 255 / 0.1);
}
.border-x-blue-50\/100 {
  border-left-color: rgb(235 245 255 / 1);
  border-right-color: rgb(235 245 255 / 1);
}
.border-x-blue-50\/15 {
  border-left-color: rgb(235 245 255 / 0.15);
  border-right-color: rgb(235 245 255 / 0.15);
}
.border-x-blue-50\/20 {
  border-left-color: rgb(235 245 255 / 0.2);
  border-right-color: rgb(235 245 255 / 0.2);
}
.border-x-blue-50\/25 {
  border-left-color: rgb(235 245 255 / 0.25);
  border-right-color: rgb(235 245 255 / 0.25);
}
.border-x-blue-50\/30 {
  border-left-color: rgb(235 245 255 / 0.3);
  border-right-color: rgb(235 245 255 / 0.3);
}
.border-x-blue-50\/35 {
  border-left-color: rgb(235 245 255 / 0.35);
  border-right-color: rgb(235 245 255 / 0.35);
}
.border-x-blue-50\/40 {
  border-left-color: rgb(235 245 255 / 0.4);
  border-right-color: rgb(235 245 255 / 0.4);
}
.border-x-blue-50\/45 {
  border-left-color: rgb(235 245 255 / 0.45);
  border-right-color: rgb(235 245 255 / 0.45);
}
.border-x-blue-50\/5 {
  border-left-color: rgb(235 245 255 / 0.05);
  border-right-color: rgb(235 245 255 / 0.05);
}
.border-x-blue-50\/50 {
  border-left-color: rgb(235 245 255 / 0.5);
  border-right-color: rgb(235 245 255 / 0.5);
}
.border-x-blue-50\/55 {
  border-left-color: rgb(235 245 255 / 0.55);
  border-right-color: rgb(235 245 255 / 0.55);
}
.border-x-blue-50\/60 {
  border-left-color: rgb(235 245 255 / 0.6);
  border-right-color: rgb(235 245 255 / 0.6);
}
.border-x-blue-50\/65 {
  border-left-color: rgb(235 245 255 / 0.65);
  border-right-color: rgb(235 245 255 / 0.65);
}
.border-x-blue-50\/70 {
  border-left-color: rgb(235 245 255 / 0.7);
  border-right-color: rgb(235 245 255 / 0.7);
}
.border-x-blue-50\/75 {
  border-left-color: rgb(235 245 255 / 0.75);
  border-right-color: rgb(235 245 255 / 0.75);
}
.border-x-blue-50\/80 {
  border-left-color: rgb(235 245 255 / 0.8);
  border-right-color: rgb(235 245 255 / 0.8);
}
.border-x-blue-50\/85 {
  border-left-color: rgb(235 245 255 / 0.85);
  border-right-color: rgb(235 245 255 / 0.85);
}
.border-x-blue-50\/90 {
  border-left-color: rgb(235 245 255 / 0.9);
  border-right-color: rgb(235 245 255 / 0.9);
}
.border-x-blue-50\/95 {
  border-left-color: rgb(235 245 255 / 0.95);
  border-right-color: rgb(235 245 255 / 0.95);
}
.border-x-blue-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(63 131 248 / var(--tw-border-opacity, 1));
  border-right-color: rgb(63 131 248 / var(--tw-border-opacity, 1));
}
.border-x-blue-500\/0 {
  border-left-color: rgb(63 131 248 / 0);
  border-right-color: rgb(63 131 248 / 0);
}
.border-x-blue-500\/10 {
  border-left-color: rgb(63 131 248 / 0.1);
  border-right-color: rgb(63 131 248 / 0.1);
}
.border-x-blue-500\/100 {
  border-left-color: rgb(63 131 248 / 1);
  border-right-color: rgb(63 131 248 / 1);
}
.border-x-blue-500\/15 {
  border-left-color: rgb(63 131 248 / 0.15);
  border-right-color: rgb(63 131 248 / 0.15);
}
.border-x-blue-500\/20 {
  border-left-color: rgb(63 131 248 / 0.2);
  border-right-color: rgb(63 131 248 / 0.2);
}
.border-x-blue-500\/25 {
  border-left-color: rgb(63 131 248 / 0.25);
  border-right-color: rgb(63 131 248 / 0.25);
}
.border-x-blue-500\/30 {
  border-left-color: rgb(63 131 248 / 0.3);
  border-right-color: rgb(63 131 248 / 0.3);
}
.border-x-blue-500\/35 {
  border-left-color: rgb(63 131 248 / 0.35);
  border-right-color: rgb(63 131 248 / 0.35);
}
.border-x-blue-500\/40 {
  border-left-color: rgb(63 131 248 / 0.4);
  border-right-color: rgb(63 131 248 / 0.4);
}
.border-x-blue-500\/45 {
  border-left-color: rgb(63 131 248 / 0.45);
  border-right-color: rgb(63 131 248 / 0.45);
}
.border-x-blue-500\/5 {
  border-left-color: rgb(63 131 248 / 0.05);
  border-right-color: rgb(63 131 248 / 0.05);
}
.border-x-blue-500\/50 {
  border-left-color: rgb(63 131 248 / 0.5);
  border-right-color: rgb(63 131 248 / 0.5);
}
.border-x-blue-500\/55 {
  border-left-color: rgb(63 131 248 / 0.55);
  border-right-color: rgb(63 131 248 / 0.55);
}
.border-x-blue-500\/60 {
  border-left-color: rgb(63 131 248 / 0.6);
  border-right-color: rgb(63 131 248 / 0.6);
}
.border-x-blue-500\/65 {
  border-left-color: rgb(63 131 248 / 0.65);
  border-right-color: rgb(63 131 248 / 0.65);
}
.border-x-blue-500\/70 {
  border-left-color: rgb(63 131 248 / 0.7);
  border-right-color: rgb(63 131 248 / 0.7);
}
.border-x-blue-500\/75 {
  border-left-color: rgb(63 131 248 / 0.75);
  border-right-color: rgb(63 131 248 / 0.75);
}
.border-x-blue-500\/80 {
  border-left-color: rgb(63 131 248 / 0.8);
  border-right-color: rgb(63 131 248 / 0.8);
}
.border-x-blue-500\/85 {
  border-left-color: rgb(63 131 248 / 0.85);
  border-right-color: rgb(63 131 248 / 0.85);
}
.border-x-blue-500\/90 {
  border-left-color: rgb(63 131 248 / 0.9);
  border-right-color: rgb(63 131 248 / 0.9);
}
.border-x-blue-500\/95 {
  border-left-color: rgb(63 131 248 / 0.95);
  border-right-color: rgb(63 131 248 / 0.95);
}
.border-x-blue-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(28 100 242 / var(--tw-border-opacity, 1));
  border-right-color: rgb(28 100 242 / var(--tw-border-opacity, 1));
}
.border-x-blue-600\/0 {
  border-left-color: rgb(28 100 242 / 0);
  border-right-color: rgb(28 100 242 / 0);
}
.border-x-blue-600\/10 {
  border-left-color: rgb(28 100 242 / 0.1);
  border-right-color: rgb(28 100 242 / 0.1);
}
.border-x-blue-600\/100 {
  border-left-color: rgb(28 100 242 / 1);
  border-right-color: rgb(28 100 242 / 1);
}
.border-x-blue-600\/15 {
  border-left-color: rgb(28 100 242 / 0.15);
  border-right-color: rgb(28 100 242 / 0.15);
}
.border-x-blue-600\/20 {
  border-left-color: rgb(28 100 242 / 0.2);
  border-right-color: rgb(28 100 242 / 0.2);
}
.border-x-blue-600\/25 {
  border-left-color: rgb(28 100 242 / 0.25);
  border-right-color: rgb(28 100 242 / 0.25);
}
.border-x-blue-600\/30 {
  border-left-color: rgb(28 100 242 / 0.3);
  border-right-color: rgb(28 100 242 / 0.3);
}
.border-x-blue-600\/35 {
  border-left-color: rgb(28 100 242 / 0.35);
  border-right-color: rgb(28 100 242 / 0.35);
}
.border-x-blue-600\/40 {
  border-left-color: rgb(28 100 242 / 0.4);
  border-right-color: rgb(28 100 242 / 0.4);
}
.border-x-blue-600\/45 {
  border-left-color: rgb(28 100 242 / 0.45);
  border-right-color: rgb(28 100 242 / 0.45);
}
.border-x-blue-600\/5 {
  border-left-color: rgb(28 100 242 / 0.05);
  border-right-color: rgb(28 100 242 / 0.05);
}
.border-x-blue-600\/50 {
  border-left-color: rgb(28 100 242 / 0.5);
  border-right-color: rgb(28 100 242 / 0.5);
}
.border-x-blue-600\/55 {
  border-left-color: rgb(28 100 242 / 0.55);
  border-right-color: rgb(28 100 242 / 0.55);
}
.border-x-blue-600\/60 {
  border-left-color: rgb(28 100 242 / 0.6);
  border-right-color: rgb(28 100 242 / 0.6);
}
.border-x-blue-600\/65 {
  border-left-color: rgb(28 100 242 / 0.65);
  border-right-color: rgb(28 100 242 / 0.65);
}
.border-x-blue-600\/70 {
  border-left-color: rgb(28 100 242 / 0.7);
  border-right-color: rgb(28 100 242 / 0.7);
}
.border-x-blue-600\/75 {
  border-left-color: rgb(28 100 242 / 0.75);
  border-right-color: rgb(28 100 242 / 0.75);
}
.border-x-blue-600\/80 {
  border-left-color: rgb(28 100 242 / 0.8);
  border-right-color: rgb(28 100 242 / 0.8);
}
.border-x-blue-600\/85 {
  border-left-color: rgb(28 100 242 / 0.85);
  border-right-color: rgb(28 100 242 / 0.85);
}
.border-x-blue-600\/90 {
  border-left-color: rgb(28 100 242 / 0.9);
  border-right-color: rgb(28 100 242 / 0.9);
}
.border-x-blue-600\/95 {
  border-left-color: rgb(28 100 242 / 0.95);
  border-right-color: rgb(28 100 242 / 0.95);
}
.border-x-blue-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(26 86 219 / var(--tw-border-opacity, 1));
  border-right-color: rgb(26 86 219 / var(--tw-border-opacity, 1));
}
.border-x-blue-700\/0 {
  border-left-color: rgb(26 86 219 / 0);
  border-right-color: rgb(26 86 219 / 0);
}
.border-x-blue-700\/10 {
  border-left-color: rgb(26 86 219 / 0.1);
  border-right-color: rgb(26 86 219 / 0.1);
}
.border-x-blue-700\/100 {
  border-left-color: rgb(26 86 219 / 1);
  border-right-color: rgb(26 86 219 / 1);
}
.border-x-blue-700\/15 {
  border-left-color: rgb(26 86 219 / 0.15);
  border-right-color: rgb(26 86 219 / 0.15);
}
.border-x-blue-700\/20 {
  border-left-color: rgb(26 86 219 / 0.2);
  border-right-color: rgb(26 86 219 / 0.2);
}
.border-x-blue-700\/25 {
  border-left-color: rgb(26 86 219 / 0.25);
  border-right-color: rgb(26 86 219 / 0.25);
}
.border-x-blue-700\/30 {
  border-left-color: rgb(26 86 219 / 0.3);
  border-right-color: rgb(26 86 219 / 0.3);
}
.border-x-blue-700\/35 {
  border-left-color: rgb(26 86 219 / 0.35);
  border-right-color: rgb(26 86 219 / 0.35);
}
.border-x-blue-700\/40 {
  border-left-color: rgb(26 86 219 / 0.4);
  border-right-color: rgb(26 86 219 / 0.4);
}
.border-x-blue-700\/45 {
  border-left-color: rgb(26 86 219 / 0.45);
  border-right-color: rgb(26 86 219 / 0.45);
}
.border-x-blue-700\/5 {
  border-left-color: rgb(26 86 219 / 0.05);
  border-right-color: rgb(26 86 219 / 0.05);
}
.border-x-blue-700\/50 {
  border-left-color: rgb(26 86 219 / 0.5);
  border-right-color: rgb(26 86 219 / 0.5);
}
.border-x-blue-700\/55 {
  border-left-color: rgb(26 86 219 / 0.55);
  border-right-color: rgb(26 86 219 / 0.55);
}
.border-x-blue-700\/60 {
  border-left-color: rgb(26 86 219 / 0.6);
  border-right-color: rgb(26 86 219 / 0.6);
}
.border-x-blue-700\/65 {
  border-left-color: rgb(26 86 219 / 0.65);
  border-right-color: rgb(26 86 219 / 0.65);
}
.border-x-blue-700\/70 {
  border-left-color: rgb(26 86 219 / 0.7);
  border-right-color: rgb(26 86 219 / 0.7);
}
.border-x-blue-700\/75 {
  border-left-color: rgb(26 86 219 / 0.75);
  border-right-color: rgb(26 86 219 / 0.75);
}
.border-x-blue-700\/80 {
  border-left-color: rgb(26 86 219 / 0.8);
  border-right-color: rgb(26 86 219 / 0.8);
}
.border-x-blue-700\/85 {
  border-left-color: rgb(26 86 219 / 0.85);
  border-right-color: rgb(26 86 219 / 0.85);
}
.border-x-blue-700\/90 {
  border-left-color: rgb(26 86 219 / 0.9);
  border-right-color: rgb(26 86 219 / 0.9);
}
.border-x-blue-700\/95 {
  border-left-color: rgb(26 86 219 / 0.95);
  border-right-color: rgb(26 86 219 / 0.95);
}
.border-x-blue-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(30 66 159 / var(--tw-border-opacity, 1));
  border-right-color: rgb(30 66 159 / var(--tw-border-opacity, 1));
}
.border-x-blue-800\/0 {
  border-left-color: rgb(30 66 159 / 0);
  border-right-color: rgb(30 66 159 / 0);
}
.border-x-blue-800\/10 {
  border-left-color: rgb(30 66 159 / 0.1);
  border-right-color: rgb(30 66 159 / 0.1);
}
.border-x-blue-800\/100 {
  border-left-color: rgb(30 66 159 / 1);
  border-right-color: rgb(30 66 159 / 1);
}
.border-x-blue-800\/15 {
  border-left-color: rgb(30 66 159 / 0.15);
  border-right-color: rgb(30 66 159 / 0.15);
}
.border-x-blue-800\/20 {
  border-left-color: rgb(30 66 159 / 0.2);
  border-right-color: rgb(30 66 159 / 0.2);
}
.border-x-blue-800\/25 {
  border-left-color: rgb(30 66 159 / 0.25);
  border-right-color: rgb(30 66 159 / 0.25);
}
.border-x-blue-800\/30 {
  border-left-color: rgb(30 66 159 / 0.3);
  border-right-color: rgb(30 66 159 / 0.3);
}
.border-x-blue-800\/35 {
  border-left-color: rgb(30 66 159 / 0.35);
  border-right-color: rgb(30 66 159 / 0.35);
}
.border-x-blue-800\/40 {
  border-left-color: rgb(30 66 159 / 0.4);
  border-right-color: rgb(30 66 159 / 0.4);
}
.border-x-blue-800\/45 {
  border-left-color: rgb(30 66 159 / 0.45);
  border-right-color: rgb(30 66 159 / 0.45);
}
.border-x-blue-800\/5 {
  border-left-color: rgb(30 66 159 / 0.05);
  border-right-color: rgb(30 66 159 / 0.05);
}
.border-x-blue-800\/50 {
  border-left-color: rgb(30 66 159 / 0.5);
  border-right-color: rgb(30 66 159 / 0.5);
}
.border-x-blue-800\/55 {
  border-left-color: rgb(30 66 159 / 0.55);
  border-right-color: rgb(30 66 159 / 0.55);
}
.border-x-blue-800\/60 {
  border-left-color: rgb(30 66 159 / 0.6);
  border-right-color: rgb(30 66 159 / 0.6);
}
.border-x-blue-800\/65 {
  border-left-color: rgb(30 66 159 / 0.65);
  border-right-color: rgb(30 66 159 / 0.65);
}
.border-x-blue-800\/70 {
  border-left-color: rgb(30 66 159 / 0.7);
  border-right-color: rgb(30 66 159 / 0.7);
}
.border-x-blue-800\/75 {
  border-left-color: rgb(30 66 159 / 0.75);
  border-right-color: rgb(30 66 159 / 0.75);
}
.border-x-blue-800\/80 {
  border-left-color: rgb(30 66 159 / 0.8);
  border-right-color: rgb(30 66 159 / 0.8);
}
.border-x-blue-800\/85 {
  border-left-color: rgb(30 66 159 / 0.85);
  border-right-color: rgb(30 66 159 / 0.85);
}
.border-x-blue-800\/90 {
  border-left-color: rgb(30 66 159 / 0.9);
  border-right-color: rgb(30 66 159 / 0.9);
}
.border-x-blue-800\/95 {
  border-left-color: rgb(30 66 159 / 0.95);
  border-right-color: rgb(30 66 159 / 0.95);
}
.border-x-blue-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(35 56 118 / var(--tw-border-opacity, 1));
  border-right-color: rgb(35 56 118 / var(--tw-border-opacity, 1));
}
.border-x-blue-900\/0 {
  border-left-color: rgb(35 56 118 / 0);
  border-right-color: rgb(35 56 118 / 0);
}
.border-x-blue-900\/10 {
  border-left-color: rgb(35 56 118 / 0.1);
  border-right-color: rgb(35 56 118 / 0.1);
}
.border-x-blue-900\/100 {
  border-left-color: rgb(35 56 118 / 1);
  border-right-color: rgb(35 56 118 / 1);
}
.border-x-blue-900\/15 {
  border-left-color: rgb(35 56 118 / 0.15);
  border-right-color: rgb(35 56 118 / 0.15);
}
.border-x-blue-900\/20 {
  border-left-color: rgb(35 56 118 / 0.2);
  border-right-color: rgb(35 56 118 / 0.2);
}
.border-x-blue-900\/25 {
  border-left-color: rgb(35 56 118 / 0.25);
  border-right-color: rgb(35 56 118 / 0.25);
}
.border-x-blue-900\/30 {
  border-left-color: rgb(35 56 118 / 0.3);
  border-right-color: rgb(35 56 118 / 0.3);
}
.border-x-blue-900\/35 {
  border-left-color: rgb(35 56 118 / 0.35);
  border-right-color: rgb(35 56 118 / 0.35);
}
.border-x-blue-900\/40 {
  border-left-color: rgb(35 56 118 / 0.4);
  border-right-color: rgb(35 56 118 / 0.4);
}
.border-x-blue-900\/45 {
  border-left-color: rgb(35 56 118 / 0.45);
  border-right-color: rgb(35 56 118 / 0.45);
}
.border-x-blue-900\/5 {
  border-left-color: rgb(35 56 118 / 0.05);
  border-right-color: rgb(35 56 118 / 0.05);
}
.border-x-blue-900\/50 {
  border-left-color: rgb(35 56 118 / 0.5);
  border-right-color: rgb(35 56 118 / 0.5);
}
.border-x-blue-900\/55 {
  border-left-color: rgb(35 56 118 / 0.55);
  border-right-color: rgb(35 56 118 / 0.55);
}
.border-x-blue-900\/60 {
  border-left-color: rgb(35 56 118 / 0.6);
  border-right-color: rgb(35 56 118 / 0.6);
}
.border-x-blue-900\/65 {
  border-left-color: rgb(35 56 118 / 0.65);
  border-right-color: rgb(35 56 118 / 0.65);
}
.border-x-blue-900\/70 {
  border-left-color: rgb(35 56 118 / 0.7);
  border-right-color: rgb(35 56 118 / 0.7);
}
.border-x-blue-900\/75 {
  border-left-color: rgb(35 56 118 / 0.75);
  border-right-color: rgb(35 56 118 / 0.75);
}
.border-x-blue-900\/80 {
  border-left-color: rgb(35 56 118 / 0.8);
  border-right-color: rgb(35 56 118 / 0.8);
}
.border-x-blue-900\/85 {
  border-left-color: rgb(35 56 118 / 0.85);
  border-right-color: rgb(35 56 118 / 0.85);
}
.border-x-blue-900\/90 {
  border-left-color: rgb(35 56 118 / 0.9);
  border-right-color: rgb(35 56 118 / 0.9);
}
.border-x-blue-900\/95 {
  border-left-color: rgb(35 56 118 / 0.95);
  border-right-color: rgb(35 56 118 / 0.95);
}
.border-x-gray-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  border-right-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.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, 1));
  border-right-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.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, 1));
  border-right-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.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, 1));
  border-right-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.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, 1));
  border-right-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.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, 1));
  border-right-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.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, 1));
  border-right-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.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, 1));
  border-right-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.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, 1));
  border-right-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.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, 1));
  border-right-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.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-green-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(222 247 236 / var(--tw-border-opacity, 1));
  border-right-color: rgb(222 247 236 / var(--tw-border-opacity, 1));
}
.border-x-green-100\/0 {
  border-left-color: rgb(222 247 236 / 0);
  border-right-color: rgb(222 247 236 / 0);
}
.border-x-green-100\/10 {
  border-left-color: rgb(222 247 236 / 0.1);
  border-right-color: rgb(222 247 236 / 0.1);
}
.border-x-green-100\/100 {
  border-left-color: rgb(222 247 236 / 1);
  border-right-color: rgb(222 247 236 / 1);
}
.border-x-green-100\/15 {
  border-left-color: rgb(222 247 236 / 0.15);
  border-right-color: rgb(222 247 236 / 0.15);
}
.border-x-green-100\/20 {
  border-left-color: rgb(222 247 236 / 0.2);
  border-right-color: rgb(222 247 236 / 0.2);
}
.border-x-green-100\/25 {
  border-left-color: rgb(222 247 236 / 0.25);
  border-right-color: rgb(222 247 236 / 0.25);
}
.border-x-green-100\/30 {
  border-left-color: rgb(222 247 236 / 0.3);
  border-right-color: rgb(222 247 236 / 0.3);
}
.border-x-green-100\/35 {
  border-left-color: rgb(222 247 236 / 0.35);
  border-right-color: rgb(222 247 236 / 0.35);
}
.border-x-green-100\/40 {
  border-left-color: rgb(222 247 236 / 0.4);
  border-right-color: rgb(222 247 236 / 0.4);
}
.border-x-green-100\/45 {
  border-left-color: rgb(222 247 236 / 0.45);
  border-right-color: rgb(222 247 236 / 0.45);
}
.border-x-green-100\/5 {
  border-left-color: rgb(222 247 236 / 0.05);
  border-right-color: rgb(222 247 236 / 0.05);
}
.border-x-green-100\/50 {
  border-left-color: rgb(222 247 236 / 0.5);
  border-right-color: rgb(222 247 236 / 0.5);
}
.border-x-green-100\/55 {
  border-left-color: rgb(222 247 236 / 0.55);
  border-right-color: rgb(222 247 236 / 0.55);
}
.border-x-green-100\/60 {
  border-left-color: rgb(222 247 236 / 0.6);
  border-right-color: rgb(222 247 236 / 0.6);
}
.border-x-green-100\/65 {
  border-left-color: rgb(222 247 236 / 0.65);
  border-right-color: rgb(222 247 236 / 0.65);
}
.border-x-green-100\/70 {
  border-left-color: rgb(222 247 236 / 0.7);
  border-right-color: rgb(222 247 236 / 0.7);
}
.border-x-green-100\/75 {
  border-left-color: rgb(222 247 236 / 0.75);
  border-right-color: rgb(222 247 236 / 0.75);
}
.border-x-green-100\/80 {
  border-left-color: rgb(222 247 236 / 0.8);
  border-right-color: rgb(222 247 236 / 0.8);
}
.border-x-green-100\/85 {
  border-left-color: rgb(222 247 236 / 0.85);
  border-right-color: rgb(222 247 236 / 0.85);
}
.border-x-green-100\/90 {
  border-left-color: rgb(222 247 236 / 0.9);
  border-right-color: rgb(222 247 236 / 0.9);
}
.border-x-green-100\/95 {
  border-left-color: rgb(222 247 236 / 0.95);
  border-right-color: rgb(222 247 236 / 0.95);
}
.border-x-green-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(188 240 218 / var(--tw-border-opacity, 1));
  border-right-color: rgb(188 240 218 / var(--tw-border-opacity, 1));
}
.border-x-green-200\/0 {
  border-left-color: rgb(188 240 218 / 0);
  border-right-color: rgb(188 240 218 / 0);
}
.border-x-green-200\/10 {
  border-left-color: rgb(188 240 218 / 0.1);
  border-right-color: rgb(188 240 218 / 0.1);
}
.border-x-green-200\/100 {
  border-left-color: rgb(188 240 218 / 1);
  border-right-color: rgb(188 240 218 / 1);
}
.border-x-green-200\/15 {
  border-left-color: rgb(188 240 218 / 0.15);
  border-right-color: rgb(188 240 218 / 0.15);
}
.border-x-green-200\/20 {
  border-left-color: rgb(188 240 218 / 0.2);
  border-right-color: rgb(188 240 218 / 0.2);
}
.border-x-green-200\/25 {
  border-left-color: rgb(188 240 218 / 0.25);
  border-right-color: rgb(188 240 218 / 0.25);
}
.border-x-green-200\/30 {
  border-left-color: rgb(188 240 218 / 0.3);
  border-right-color: rgb(188 240 218 / 0.3);
}
.border-x-green-200\/35 {
  border-left-color: rgb(188 240 218 / 0.35);
  border-right-color: rgb(188 240 218 / 0.35);
}
.border-x-green-200\/40 {
  border-left-color: rgb(188 240 218 / 0.4);
  border-right-color: rgb(188 240 218 / 0.4);
}
.border-x-green-200\/45 {
  border-left-color: rgb(188 240 218 / 0.45);
  border-right-color: rgb(188 240 218 / 0.45);
}
.border-x-green-200\/5 {
  border-left-color: rgb(188 240 218 / 0.05);
  border-right-color: rgb(188 240 218 / 0.05);
}
.border-x-green-200\/50 {
  border-left-color: rgb(188 240 218 / 0.5);
  border-right-color: rgb(188 240 218 / 0.5);
}
.border-x-green-200\/55 {
  border-left-color: rgb(188 240 218 / 0.55);
  border-right-color: rgb(188 240 218 / 0.55);
}
.border-x-green-200\/60 {
  border-left-color: rgb(188 240 218 / 0.6);
  border-right-color: rgb(188 240 218 / 0.6);
}
.border-x-green-200\/65 {
  border-left-color: rgb(188 240 218 / 0.65);
  border-right-color: rgb(188 240 218 / 0.65);
}
.border-x-green-200\/70 {
  border-left-color: rgb(188 240 218 / 0.7);
  border-right-color: rgb(188 240 218 / 0.7);
}
.border-x-green-200\/75 {
  border-left-color: rgb(188 240 218 / 0.75);
  border-right-color: rgb(188 240 218 / 0.75);
}
.border-x-green-200\/80 {
  border-left-color: rgb(188 240 218 / 0.8);
  border-right-color: rgb(188 240 218 / 0.8);
}
.border-x-green-200\/85 {
  border-left-color: rgb(188 240 218 / 0.85);
  border-right-color: rgb(188 240 218 / 0.85);
}
.border-x-green-200\/90 {
  border-left-color: rgb(188 240 218 / 0.9);
  border-right-color: rgb(188 240 218 / 0.9);
}
.border-x-green-200\/95 {
  border-left-color: rgb(188 240 218 / 0.95);
  border-right-color: rgb(188 240 218 / 0.95);
}
.border-x-green-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(132 225 188 / var(--tw-border-opacity, 1));
  border-right-color: rgb(132 225 188 / var(--tw-border-opacity, 1));
}
.border-x-green-300\/0 {
  border-left-color: rgb(132 225 188 / 0);
  border-right-color: rgb(132 225 188 / 0);
}
.border-x-green-300\/10 {
  border-left-color: rgb(132 225 188 / 0.1);
  border-right-color: rgb(132 225 188 / 0.1);
}
.border-x-green-300\/100 {
  border-left-color: rgb(132 225 188 / 1);
  border-right-color: rgb(132 225 188 / 1);
}
.border-x-green-300\/15 {
  border-left-color: rgb(132 225 188 / 0.15);
  border-right-color: rgb(132 225 188 / 0.15);
}
.border-x-green-300\/20 {
  border-left-color: rgb(132 225 188 / 0.2);
  border-right-color: rgb(132 225 188 / 0.2);
}
.border-x-green-300\/25 {
  border-left-color: rgb(132 225 188 / 0.25);
  border-right-color: rgb(132 225 188 / 0.25);
}
.border-x-green-300\/30 {
  border-left-color: rgb(132 225 188 / 0.3);
  border-right-color: rgb(132 225 188 / 0.3);
}
.border-x-green-300\/35 {
  border-left-color: rgb(132 225 188 / 0.35);
  border-right-color: rgb(132 225 188 / 0.35);
}
.border-x-green-300\/40 {
  border-left-color: rgb(132 225 188 / 0.4);
  border-right-color: rgb(132 225 188 / 0.4);
}
.border-x-green-300\/45 {
  border-left-color: rgb(132 225 188 / 0.45);
  border-right-color: rgb(132 225 188 / 0.45);
}
.border-x-green-300\/5 {
  border-left-color: rgb(132 225 188 / 0.05);
  border-right-color: rgb(132 225 188 / 0.05);
}
.border-x-green-300\/50 {
  border-left-color: rgb(132 225 188 / 0.5);
  border-right-color: rgb(132 225 188 / 0.5);
}
.border-x-green-300\/55 {
  border-left-color: rgb(132 225 188 / 0.55);
  border-right-color: rgb(132 225 188 / 0.55);
}
.border-x-green-300\/60 {
  border-left-color: rgb(132 225 188 / 0.6);
  border-right-color: rgb(132 225 188 / 0.6);
}
.border-x-green-300\/65 {
  border-left-color: rgb(132 225 188 / 0.65);
  border-right-color: rgb(132 225 188 / 0.65);
}
.border-x-green-300\/70 {
  border-left-color: rgb(132 225 188 / 0.7);
  border-right-color: rgb(132 225 188 / 0.7);
}
.border-x-green-300\/75 {
  border-left-color: rgb(132 225 188 / 0.75);
  border-right-color: rgb(132 225 188 / 0.75);
}
.border-x-green-300\/80 {
  border-left-color: rgb(132 225 188 / 0.8);
  border-right-color: rgb(132 225 188 / 0.8);
}
.border-x-green-300\/85 {
  border-left-color: rgb(132 225 188 / 0.85);
  border-right-color: rgb(132 225 188 / 0.85);
}
.border-x-green-300\/90 {
  border-left-color: rgb(132 225 188 / 0.9);
  border-right-color: rgb(132 225 188 / 0.9);
}
.border-x-green-300\/95 {
  border-left-color: rgb(132 225 188 / 0.95);
  border-right-color: rgb(132 225 188 / 0.95);
}
.border-x-green-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(49 196 141 / var(--tw-border-opacity, 1));
  border-right-color: rgb(49 196 141 / var(--tw-border-opacity, 1));
}
.border-x-green-400\/0 {
  border-left-color: rgb(49 196 141 / 0);
  border-right-color: rgb(49 196 141 / 0);
}
.border-x-green-400\/10 {
  border-left-color: rgb(49 196 141 / 0.1);
  border-right-color: rgb(49 196 141 / 0.1);
}
.border-x-green-400\/100 {
  border-left-color: rgb(49 196 141 / 1);
  border-right-color: rgb(49 196 141 / 1);
}
.border-x-green-400\/15 {
  border-left-color: rgb(49 196 141 / 0.15);
  border-right-color: rgb(49 196 141 / 0.15);
}
.border-x-green-400\/20 {
  border-left-color: rgb(49 196 141 / 0.2);
  border-right-color: rgb(49 196 141 / 0.2);
}
.border-x-green-400\/25 {
  border-left-color: rgb(49 196 141 / 0.25);
  border-right-color: rgb(49 196 141 / 0.25);
}
.border-x-green-400\/30 {
  border-left-color: rgb(49 196 141 / 0.3);
  border-right-color: rgb(49 196 141 / 0.3);
}
.border-x-green-400\/35 {
  border-left-color: rgb(49 196 141 / 0.35);
  border-right-color: rgb(49 196 141 / 0.35);
}
.border-x-green-400\/40 {
  border-left-color: rgb(49 196 141 / 0.4);
  border-right-color: rgb(49 196 141 / 0.4);
}
.border-x-green-400\/45 {
  border-left-color: rgb(49 196 141 / 0.45);
  border-right-color: rgb(49 196 141 / 0.45);
}
.border-x-green-400\/5 {
  border-left-color: rgb(49 196 141 / 0.05);
  border-right-color: rgb(49 196 141 / 0.05);
}
.border-x-green-400\/50 {
  border-left-color: rgb(49 196 141 / 0.5);
  border-right-color: rgb(49 196 141 / 0.5);
}
.border-x-green-400\/55 {
  border-left-color: rgb(49 196 141 / 0.55);
  border-right-color: rgb(49 196 141 / 0.55);
}
.border-x-green-400\/60 {
  border-left-color: rgb(49 196 141 / 0.6);
  border-right-color: rgb(49 196 141 / 0.6);
}
.border-x-green-400\/65 {
  border-left-color: rgb(49 196 141 / 0.65);
  border-right-color: rgb(49 196 141 / 0.65);
}
.border-x-green-400\/70 {
  border-left-color: rgb(49 196 141 / 0.7);
  border-right-color: rgb(49 196 141 / 0.7);
}
.border-x-green-400\/75 {
  border-left-color: rgb(49 196 141 / 0.75);
  border-right-color: rgb(49 196 141 / 0.75);
}
.border-x-green-400\/80 {
  border-left-color: rgb(49 196 141 / 0.8);
  border-right-color: rgb(49 196 141 / 0.8);
}
.border-x-green-400\/85 {
  border-left-color: rgb(49 196 141 / 0.85);
  border-right-color: rgb(49 196 141 / 0.85);
}
.border-x-green-400\/90 {
  border-left-color: rgb(49 196 141 / 0.9);
  border-right-color: rgb(49 196 141 / 0.9);
}
.border-x-green-400\/95 {
  border-left-color: rgb(49 196 141 / 0.95);
  border-right-color: rgb(49 196 141 / 0.95);
}
.border-x-green-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 250 247 / var(--tw-border-opacity, 1));
  border-right-color: rgb(243 250 247 / var(--tw-border-opacity, 1));
}
.border-x-green-50\/0 {
  border-left-color: rgb(243 250 247 / 0);
  border-right-color: rgb(243 250 247 / 0);
}
.border-x-green-50\/10 {
  border-left-color: rgb(243 250 247 / 0.1);
  border-right-color: rgb(243 250 247 / 0.1);
}
.border-x-green-50\/100 {
  border-left-color: rgb(243 250 247 / 1);
  border-right-color: rgb(243 250 247 / 1);
}
.border-x-green-50\/15 {
  border-left-color: rgb(243 250 247 / 0.15);
  border-right-color: rgb(243 250 247 / 0.15);
}
.border-x-green-50\/20 {
  border-left-color: rgb(243 250 247 / 0.2);
  border-right-color: rgb(243 250 247 / 0.2);
}
.border-x-green-50\/25 {
  border-left-color: rgb(243 250 247 / 0.25);
  border-right-color: rgb(243 250 247 / 0.25);
}
.border-x-green-50\/30 {
  border-left-color: rgb(243 250 247 / 0.3);
  border-right-color: rgb(243 250 247 / 0.3);
}
.border-x-green-50\/35 {
  border-left-color: rgb(243 250 247 / 0.35);
  border-right-color: rgb(243 250 247 / 0.35);
}
.border-x-green-50\/40 {
  border-left-color: rgb(243 250 247 / 0.4);
  border-right-color: rgb(243 250 247 / 0.4);
}
.border-x-green-50\/45 {
  border-left-color: rgb(243 250 247 / 0.45);
  border-right-color: rgb(243 250 247 / 0.45);
}
.border-x-green-50\/5 {
  border-left-color: rgb(243 250 247 / 0.05);
  border-right-color: rgb(243 250 247 / 0.05);
}
.border-x-green-50\/50 {
  border-left-color: rgb(243 250 247 / 0.5);
  border-right-color: rgb(243 250 247 / 0.5);
}
.border-x-green-50\/55 {
  border-left-color: rgb(243 250 247 / 0.55);
  border-right-color: rgb(243 250 247 / 0.55);
}
.border-x-green-50\/60 {
  border-left-color: rgb(243 250 247 / 0.6);
  border-right-color: rgb(243 250 247 / 0.6);
}
.border-x-green-50\/65 {
  border-left-color: rgb(243 250 247 / 0.65);
  border-right-color: rgb(243 250 247 / 0.65);
}
.border-x-green-50\/70 {
  border-left-color: rgb(243 250 247 / 0.7);
  border-right-color: rgb(243 250 247 / 0.7);
}
.border-x-green-50\/75 {
  border-left-color: rgb(243 250 247 / 0.75);
  border-right-color: rgb(243 250 247 / 0.75);
}
.border-x-green-50\/80 {
  border-left-color: rgb(243 250 247 / 0.8);
  border-right-color: rgb(243 250 247 / 0.8);
}
.border-x-green-50\/85 {
  border-left-color: rgb(243 250 247 / 0.85);
  border-right-color: rgb(243 250 247 / 0.85);
}
.border-x-green-50\/90 {
  border-left-color: rgb(243 250 247 / 0.9);
  border-right-color: rgb(243 250 247 / 0.9);
}
.border-x-green-50\/95 {
  border-left-color: rgb(243 250 247 / 0.95);
  border-right-color: rgb(243 250 247 / 0.95);
}
.border-x-green-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(14 159 110 / var(--tw-border-opacity, 1));
  border-right-color: rgb(14 159 110 / var(--tw-border-opacity, 1));
}
.border-x-green-500\/0 {
  border-left-color: rgb(14 159 110 / 0);
  border-right-color: rgb(14 159 110 / 0);
}
.border-x-green-500\/10 {
  border-left-color: rgb(14 159 110 / 0.1);
  border-right-color: rgb(14 159 110 / 0.1);
}
.border-x-green-500\/100 {
  border-left-color: rgb(14 159 110 / 1);
  border-right-color: rgb(14 159 110 / 1);
}
.border-x-green-500\/15 {
  border-left-color: rgb(14 159 110 / 0.15);
  border-right-color: rgb(14 159 110 / 0.15);
}
.border-x-green-500\/20 {
  border-left-color: rgb(14 159 110 / 0.2);
  border-right-color: rgb(14 159 110 / 0.2);
}
.border-x-green-500\/25 {
  border-left-color: rgb(14 159 110 / 0.25);
  border-right-color: rgb(14 159 110 / 0.25);
}
.border-x-green-500\/30 {
  border-left-color: rgb(14 159 110 / 0.3);
  border-right-color: rgb(14 159 110 / 0.3);
}
.border-x-green-500\/35 {
  border-left-color: rgb(14 159 110 / 0.35);
  border-right-color: rgb(14 159 110 / 0.35);
}
.border-x-green-500\/40 {
  border-left-color: rgb(14 159 110 / 0.4);
  border-right-color: rgb(14 159 110 / 0.4);
}
.border-x-green-500\/45 {
  border-left-color: rgb(14 159 110 / 0.45);
  border-right-color: rgb(14 159 110 / 0.45);
}
.border-x-green-500\/5 {
  border-left-color: rgb(14 159 110 / 0.05);
  border-right-color: rgb(14 159 110 / 0.05);
}
.border-x-green-500\/50 {
  border-left-color: rgb(14 159 110 / 0.5);
  border-right-color: rgb(14 159 110 / 0.5);
}
.border-x-green-500\/55 {
  border-left-color: rgb(14 159 110 / 0.55);
  border-right-color: rgb(14 159 110 / 0.55);
}
.border-x-green-500\/60 {
  border-left-color: rgb(14 159 110 / 0.6);
  border-right-color: rgb(14 159 110 / 0.6);
}
.border-x-green-500\/65 {
  border-left-color: rgb(14 159 110 / 0.65);
  border-right-color: rgb(14 159 110 / 0.65);
}
.border-x-green-500\/70 {
  border-left-color: rgb(14 159 110 / 0.7);
  border-right-color: rgb(14 159 110 / 0.7);
}
.border-x-green-500\/75 {
  border-left-color: rgb(14 159 110 / 0.75);
  border-right-color: rgb(14 159 110 / 0.75);
}
.border-x-green-500\/80 {
  border-left-color: rgb(14 159 110 / 0.8);
  border-right-color: rgb(14 159 110 / 0.8);
}
.border-x-green-500\/85 {
  border-left-color: rgb(14 159 110 / 0.85);
  border-right-color: rgb(14 159 110 / 0.85);
}
.border-x-green-500\/90 {
  border-left-color: rgb(14 159 110 / 0.9);
  border-right-color: rgb(14 159 110 / 0.9);
}
.border-x-green-500\/95 {
  border-left-color: rgb(14 159 110 / 0.95);
  border-right-color: rgb(14 159 110 / 0.95);
}
.border-x-green-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(5 122 85 / var(--tw-border-opacity, 1));
  border-right-color: rgb(5 122 85 / var(--tw-border-opacity, 1));
}
.border-x-green-600\/0 {
  border-left-color: rgb(5 122 85 / 0);
  border-right-color: rgb(5 122 85 / 0);
}
.border-x-green-600\/10 {
  border-left-color: rgb(5 122 85 / 0.1);
  border-right-color: rgb(5 122 85 / 0.1);
}
.border-x-green-600\/100 {
  border-left-color: rgb(5 122 85 / 1);
  border-right-color: rgb(5 122 85 / 1);
}
.border-x-green-600\/15 {
  border-left-color: rgb(5 122 85 / 0.15);
  border-right-color: rgb(5 122 85 / 0.15);
}
.border-x-green-600\/20 {
  border-left-color: rgb(5 122 85 / 0.2);
  border-right-color: rgb(5 122 85 / 0.2);
}
.border-x-green-600\/25 {
  border-left-color: rgb(5 122 85 / 0.25);
  border-right-color: rgb(5 122 85 / 0.25);
}
.border-x-green-600\/30 {
  border-left-color: rgb(5 122 85 / 0.3);
  border-right-color: rgb(5 122 85 / 0.3);
}
.border-x-green-600\/35 {
  border-left-color: rgb(5 122 85 / 0.35);
  border-right-color: rgb(5 122 85 / 0.35);
}
.border-x-green-600\/40 {
  border-left-color: rgb(5 122 85 / 0.4);
  border-right-color: rgb(5 122 85 / 0.4);
}
.border-x-green-600\/45 {
  border-left-color: rgb(5 122 85 / 0.45);
  border-right-color: rgb(5 122 85 / 0.45);
}
.border-x-green-600\/5 {
  border-left-color: rgb(5 122 85 / 0.05);
  border-right-color: rgb(5 122 85 / 0.05);
}
.border-x-green-600\/50 {
  border-left-color: rgb(5 122 85 / 0.5);
  border-right-color: rgb(5 122 85 / 0.5);
}
.border-x-green-600\/55 {
  border-left-color: rgb(5 122 85 / 0.55);
  border-right-color: rgb(5 122 85 / 0.55);
}
.border-x-green-600\/60 {
  border-left-color: rgb(5 122 85 / 0.6);
  border-right-color: rgb(5 122 85 / 0.6);
}
.border-x-green-600\/65 {
  border-left-color: rgb(5 122 85 / 0.65);
  border-right-color: rgb(5 122 85 / 0.65);
}
.border-x-green-600\/70 {
  border-left-color: rgb(5 122 85 / 0.7);
  border-right-color: rgb(5 122 85 / 0.7);
}
.border-x-green-600\/75 {
  border-left-color: rgb(5 122 85 / 0.75);
  border-right-color: rgb(5 122 85 / 0.75);
}
.border-x-green-600\/80 {
  border-left-color: rgb(5 122 85 / 0.8);
  border-right-color: rgb(5 122 85 / 0.8);
}
.border-x-green-600\/85 {
  border-left-color: rgb(5 122 85 / 0.85);
  border-right-color: rgb(5 122 85 / 0.85);
}
.border-x-green-600\/90 {
  border-left-color: rgb(5 122 85 / 0.9);
  border-right-color: rgb(5 122 85 / 0.9);
}
.border-x-green-600\/95 {
  border-left-color: rgb(5 122 85 / 0.95);
  border-right-color: rgb(5 122 85 / 0.95);
}
.border-x-green-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(4 108 78 / var(--tw-border-opacity, 1));
  border-right-color: rgb(4 108 78 / var(--tw-border-opacity, 1));
}
.border-x-green-700\/0 {
  border-left-color: rgb(4 108 78 / 0);
  border-right-color: rgb(4 108 78 / 0);
}
.border-x-green-700\/10 {
  border-left-color: rgb(4 108 78 / 0.1);
  border-right-color: rgb(4 108 78 / 0.1);
}
.border-x-green-700\/100 {
  border-left-color: rgb(4 108 78 / 1);
  border-right-color: rgb(4 108 78 / 1);
}
.border-x-green-700\/15 {
  border-left-color: rgb(4 108 78 / 0.15);
  border-right-color: rgb(4 108 78 / 0.15);
}
.border-x-green-700\/20 {
  border-left-color: rgb(4 108 78 / 0.2);
  border-right-color: rgb(4 108 78 / 0.2);
}
.border-x-green-700\/25 {
  border-left-color: rgb(4 108 78 / 0.25);
  border-right-color: rgb(4 108 78 / 0.25);
}
.border-x-green-700\/30 {
  border-left-color: rgb(4 108 78 / 0.3);
  border-right-color: rgb(4 108 78 / 0.3);
}
.border-x-green-700\/35 {
  border-left-color: rgb(4 108 78 / 0.35);
  border-right-color: rgb(4 108 78 / 0.35);
}
.border-x-green-700\/40 {
  border-left-color: rgb(4 108 78 / 0.4);
  border-right-color: rgb(4 108 78 / 0.4);
}
.border-x-green-700\/45 {
  border-left-color: rgb(4 108 78 / 0.45);
  border-right-color: rgb(4 108 78 / 0.45);
}
.border-x-green-700\/5 {
  border-left-color: rgb(4 108 78 / 0.05);
  border-right-color: rgb(4 108 78 / 0.05);
}
.border-x-green-700\/50 {
  border-left-color: rgb(4 108 78 / 0.5);
  border-right-color: rgb(4 108 78 / 0.5);
}
.border-x-green-700\/55 {
  border-left-color: rgb(4 108 78 / 0.55);
  border-right-color: rgb(4 108 78 / 0.55);
}
.border-x-green-700\/60 {
  border-left-color: rgb(4 108 78 / 0.6);
  border-right-color: rgb(4 108 78 / 0.6);
}
.border-x-green-700\/65 {
  border-left-color: rgb(4 108 78 / 0.65);
  border-right-color: rgb(4 108 78 / 0.65);
}
.border-x-green-700\/70 {
  border-left-color: rgb(4 108 78 / 0.7);
  border-right-color: rgb(4 108 78 / 0.7);
}
.border-x-green-700\/75 {
  border-left-color: rgb(4 108 78 / 0.75);
  border-right-color: rgb(4 108 78 / 0.75);
}
.border-x-green-700\/80 {
  border-left-color: rgb(4 108 78 / 0.8);
  border-right-color: rgb(4 108 78 / 0.8);
}
.border-x-green-700\/85 {
  border-left-color: rgb(4 108 78 / 0.85);
  border-right-color: rgb(4 108 78 / 0.85);
}
.border-x-green-700\/90 {
  border-left-color: rgb(4 108 78 / 0.9);
  border-right-color: rgb(4 108 78 / 0.9);
}
.border-x-green-700\/95 {
  border-left-color: rgb(4 108 78 / 0.95);
  border-right-color: rgb(4 108 78 / 0.95);
}
.border-x-green-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(3 84 63 / var(--tw-border-opacity, 1));
  border-right-color: rgb(3 84 63 / var(--tw-border-opacity, 1));
}
.border-x-green-800\/0 {
  border-left-color: rgb(3 84 63 / 0);
  border-right-color: rgb(3 84 63 / 0);
}
.border-x-green-800\/10 {
  border-left-color: rgb(3 84 63 / 0.1);
  border-right-color: rgb(3 84 63 / 0.1);
}
.border-x-green-800\/100 {
  border-left-color: rgb(3 84 63 / 1);
  border-right-color: rgb(3 84 63 / 1);
}
.border-x-green-800\/15 {
  border-left-color: rgb(3 84 63 / 0.15);
  border-right-color: rgb(3 84 63 / 0.15);
}
.border-x-green-800\/20 {
  border-left-color: rgb(3 84 63 / 0.2);
  border-right-color: rgb(3 84 63 / 0.2);
}
.border-x-green-800\/25 {
  border-left-color: rgb(3 84 63 / 0.25);
  border-right-color: rgb(3 84 63 / 0.25);
}
.border-x-green-800\/30 {
  border-left-color: rgb(3 84 63 / 0.3);
  border-right-color: rgb(3 84 63 / 0.3);
}
.border-x-green-800\/35 {
  border-left-color: rgb(3 84 63 / 0.35);
  border-right-color: rgb(3 84 63 / 0.35);
}
.border-x-green-800\/40 {
  border-left-color: rgb(3 84 63 / 0.4);
  border-right-color: rgb(3 84 63 / 0.4);
}
.border-x-green-800\/45 {
  border-left-color: rgb(3 84 63 / 0.45);
  border-right-color: rgb(3 84 63 / 0.45);
}
.border-x-green-800\/5 {
  border-left-color: rgb(3 84 63 / 0.05);
  border-right-color: rgb(3 84 63 / 0.05);
}
.border-x-green-800\/50 {
  border-left-color: rgb(3 84 63 / 0.5);
  border-right-color: rgb(3 84 63 / 0.5);
}
.border-x-green-800\/55 {
  border-left-color: rgb(3 84 63 / 0.55);
  border-right-color: rgb(3 84 63 / 0.55);
}
.border-x-green-800\/60 {
  border-left-color: rgb(3 84 63 / 0.6);
  border-right-color: rgb(3 84 63 / 0.6);
}
.border-x-green-800\/65 {
  border-left-color: rgb(3 84 63 / 0.65);
  border-right-color: rgb(3 84 63 / 0.65);
}
.border-x-green-800\/70 {
  border-left-color: rgb(3 84 63 / 0.7);
  border-right-color: rgb(3 84 63 / 0.7);
}
.border-x-green-800\/75 {
  border-left-color: rgb(3 84 63 / 0.75);
  border-right-color: rgb(3 84 63 / 0.75);
}
.border-x-green-800\/80 {
  border-left-color: rgb(3 84 63 / 0.8);
  border-right-color: rgb(3 84 63 / 0.8);
}
.border-x-green-800\/85 {
  border-left-color: rgb(3 84 63 / 0.85);
  border-right-color: rgb(3 84 63 / 0.85);
}
.border-x-green-800\/90 {
  border-left-color: rgb(3 84 63 / 0.9);
  border-right-color: rgb(3 84 63 / 0.9);
}
.border-x-green-800\/95 {
  border-left-color: rgb(3 84 63 / 0.95);
  border-right-color: rgb(3 84 63 / 0.95);
}
.border-x-green-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(1 71 55 / var(--tw-border-opacity, 1));
  border-right-color: rgb(1 71 55 / var(--tw-border-opacity, 1));
}
.border-x-green-900\/0 {
  border-left-color: rgb(1 71 55 / 0);
  border-right-color: rgb(1 71 55 / 0);
}
.border-x-green-900\/10 {
  border-left-color: rgb(1 71 55 / 0.1);
  border-right-color: rgb(1 71 55 / 0.1);
}
.border-x-green-900\/100 {
  border-left-color: rgb(1 71 55 / 1);
  border-right-color: rgb(1 71 55 / 1);
}
.border-x-green-900\/15 {
  border-left-color: rgb(1 71 55 / 0.15);
  border-right-color: rgb(1 71 55 / 0.15);
}
.border-x-green-900\/20 {
  border-left-color: rgb(1 71 55 / 0.2);
  border-right-color: rgb(1 71 55 / 0.2);
}
.border-x-green-900\/25 {
  border-left-color: rgb(1 71 55 / 0.25);
  border-right-color: rgb(1 71 55 / 0.25);
}
.border-x-green-900\/30 {
  border-left-color: rgb(1 71 55 / 0.3);
  border-right-color: rgb(1 71 55 / 0.3);
}
.border-x-green-900\/35 {
  border-left-color: rgb(1 71 55 / 0.35);
  border-right-color: rgb(1 71 55 / 0.35);
}
.border-x-green-900\/40 {
  border-left-color: rgb(1 71 55 / 0.4);
  border-right-color: rgb(1 71 55 / 0.4);
}
.border-x-green-900\/45 {
  border-left-color: rgb(1 71 55 / 0.45);
  border-right-color: rgb(1 71 55 / 0.45);
}
.border-x-green-900\/5 {
  border-left-color: rgb(1 71 55 / 0.05);
  border-right-color: rgb(1 71 55 / 0.05);
}
.border-x-green-900\/50 {
  border-left-color: rgb(1 71 55 / 0.5);
  border-right-color: rgb(1 71 55 / 0.5);
}
.border-x-green-900\/55 {
  border-left-color: rgb(1 71 55 / 0.55);
  border-right-color: rgb(1 71 55 / 0.55);
}
.border-x-green-900\/60 {
  border-left-color: rgb(1 71 55 / 0.6);
  border-right-color: rgb(1 71 55 / 0.6);
}
.border-x-green-900\/65 {
  border-left-color: rgb(1 71 55 / 0.65);
  border-right-color: rgb(1 71 55 / 0.65);
}
.border-x-green-900\/70 {
  border-left-color: rgb(1 71 55 / 0.7);
  border-right-color: rgb(1 71 55 / 0.7);
}
.border-x-green-900\/75 {
  border-left-color: rgb(1 71 55 / 0.75);
  border-right-color: rgb(1 71 55 / 0.75);
}
.border-x-green-900\/80 {
  border-left-color: rgb(1 71 55 / 0.8);
  border-right-color: rgb(1 71 55 / 0.8);
}
.border-x-green-900\/85 {
  border-left-color: rgb(1 71 55 / 0.85);
  border-right-color: rgb(1 71 55 / 0.85);
}
.border-x-green-900\/90 {
  border-left-color: rgb(1 71 55 / 0.9);
  border-right-color: rgb(1 71 55 / 0.9);
}
.border-x-green-900\/95 {
  border-left-color: rgb(1 71 55 / 0.95);
  border-right-color: rgb(1 71 55 / 0.95);
}
.border-x-indigo-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(229 237 255 / var(--tw-border-opacity, 1));
  border-right-color: rgb(229 237 255 / var(--tw-border-opacity, 1));
}
.border-x-indigo-100\/0 {
  border-left-color: rgb(229 237 255 / 0);
  border-right-color: rgb(229 237 255 / 0);
}
.border-x-indigo-100\/10 {
  border-left-color: rgb(229 237 255 / 0.1);
  border-right-color: rgb(229 237 255 / 0.1);
}
.border-x-indigo-100\/100 {
  border-left-color: rgb(229 237 255 / 1);
  border-right-color: rgb(229 237 255 / 1);
}
.border-x-indigo-100\/15 {
  border-left-color: rgb(229 237 255 / 0.15);
  border-right-color: rgb(229 237 255 / 0.15);
}
.border-x-indigo-100\/20 {
  border-left-color: rgb(229 237 255 / 0.2);
  border-right-color: rgb(229 237 255 / 0.2);
}
.border-x-indigo-100\/25 {
  border-left-color: rgb(229 237 255 / 0.25);
  border-right-color: rgb(229 237 255 / 0.25);
}
.border-x-indigo-100\/30 {
  border-left-color: rgb(229 237 255 / 0.3);
  border-right-color: rgb(229 237 255 / 0.3);
}
.border-x-indigo-100\/35 {
  border-left-color: rgb(229 237 255 / 0.35);
  border-right-color: rgb(229 237 255 / 0.35);
}
.border-x-indigo-100\/40 {
  border-left-color: rgb(229 237 255 / 0.4);
  border-right-color: rgb(229 237 255 / 0.4);
}
.border-x-indigo-100\/45 {
  border-left-color: rgb(229 237 255 / 0.45);
  border-right-color: rgb(229 237 255 / 0.45);
}
.border-x-indigo-100\/5 {
  border-left-color: rgb(229 237 255 / 0.05);
  border-right-color: rgb(229 237 255 / 0.05);
}
.border-x-indigo-100\/50 {
  border-left-color: rgb(229 237 255 / 0.5);
  border-right-color: rgb(229 237 255 / 0.5);
}
.border-x-indigo-100\/55 {
  border-left-color: rgb(229 237 255 / 0.55);
  border-right-color: rgb(229 237 255 / 0.55);
}
.border-x-indigo-100\/60 {
  border-left-color: rgb(229 237 255 / 0.6);
  border-right-color: rgb(229 237 255 / 0.6);
}
.border-x-indigo-100\/65 {
  border-left-color: rgb(229 237 255 / 0.65);
  border-right-color: rgb(229 237 255 / 0.65);
}
.border-x-indigo-100\/70 {
  border-left-color: rgb(229 237 255 / 0.7);
  border-right-color: rgb(229 237 255 / 0.7);
}
.border-x-indigo-100\/75 {
  border-left-color: rgb(229 237 255 / 0.75);
  border-right-color: rgb(229 237 255 / 0.75);
}
.border-x-indigo-100\/80 {
  border-left-color: rgb(229 237 255 / 0.8);
  border-right-color: rgb(229 237 255 / 0.8);
}
.border-x-indigo-100\/85 {
  border-left-color: rgb(229 237 255 / 0.85);
  border-right-color: rgb(229 237 255 / 0.85);
}
.border-x-indigo-100\/90 {
  border-left-color: rgb(229 237 255 / 0.9);
  border-right-color: rgb(229 237 255 / 0.9);
}
.border-x-indigo-100\/95 {
  border-left-color: rgb(229 237 255 / 0.95);
  border-right-color: rgb(229 237 255 / 0.95);
}
.border-x-indigo-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(205 219 254 / var(--tw-border-opacity, 1));
  border-right-color: rgb(205 219 254 / var(--tw-border-opacity, 1));
}
.border-x-indigo-200\/0 {
  border-left-color: rgb(205 219 254 / 0);
  border-right-color: rgb(205 219 254 / 0);
}
.border-x-indigo-200\/10 {
  border-left-color: rgb(205 219 254 / 0.1);
  border-right-color: rgb(205 219 254 / 0.1);
}
.border-x-indigo-200\/100 {
  border-left-color: rgb(205 219 254 / 1);
  border-right-color: rgb(205 219 254 / 1);
}
.border-x-indigo-200\/15 {
  border-left-color: rgb(205 219 254 / 0.15);
  border-right-color: rgb(205 219 254 / 0.15);
}
.border-x-indigo-200\/20 {
  border-left-color: rgb(205 219 254 / 0.2);
  border-right-color: rgb(205 219 254 / 0.2);
}
.border-x-indigo-200\/25 {
  border-left-color: rgb(205 219 254 / 0.25);
  border-right-color: rgb(205 219 254 / 0.25);
}
.border-x-indigo-200\/30 {
  border-left-color: rgb(205 219 254 / 0.3);
  border-right-color: rgb(205 219 254 / 0.3);
}
.border-x-indigo-200\/35 {
  border-left-color: rgb(205 219 254 / 0.35);
  border-right-color: rgb(205 219 254 / 0.35);
}
.border-x-indigo-200\/40 {
  border-left-color: rgb(205 219 254 / 0.4);
  border-right-color: rgb(205 219 254 / 0.4);
}
.border-x-indigo-200\/45 {
  border-left-color: rgb(205 219 254 / 0.45);
  border-right-color: rgb(205 219 254 / 0.45);
}
.border-x-indigo-200\/5 {
  border-left-color: rgb(205 219 254 / 0.05);
  border-right-color: rgb(205 219 254 / 0.05);
}
.border-x-indigo-200\/50 {
  border-left-color: rgb(205 219 254 / 0.5);
  border-right-color: rgb(205 219 254 / 0.5);
}
.border-x-indigo-200\/55 {
  border-left-color: rgb(205 219 254 / 0.55);
  border-right-color: rgb(205 219 254 / 0.55);
}
.border-x-indigo-200\/60 {
  border-left-color: rgb(205 219 254 / 0.6);
  border-right-color: rgb(205 219 254 / 0.6);
}
.border-x-indigo-200\/65 {
  border-left-color: rgb(205 219 254 / 0.65);
  border-right-color: rgb(205 219 254 / 0.65);
}
.border-x-indigo-200\/70 {
  border-left-color: rgb(205 219 254 / 0.7);
  border-right-color: rgb(205 219 254 / 0.7);
}
.border-x-indigo-200\/75 {
  border-left-color: rgb(205 219 254 / 0.75);
  border-right-color: rgb(205 219 254 / 0.75);
}
.border-x-indigo-200\/80 {
  border-left-color: rgb(205 219 254 / 0.8);
  border-right-color: rgb(205 219 254 / 0.8);
}
.border-x-indigo-200\/85 {
  border-left-color: rgb(205 219 254 / 0.85);
  border-right-color: rgb(205 219 254 / 0.85);
}
.border-x-indigo-200\/90 {
  border-left-color: rgb(205 219 254 / 0.9);
  border-right-color: rgb(205 219 254 / 0.9);
}
.border-x-indigo-200\/95 {
  border-left-color: rgb(205 219 254 / 0.95);
  border-right-color: rgb(205 219 254 / 0.95);
}
.border-x-indigo-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(180 198 252 / var(--tw-border-opacity, 1));
  border-right-color: rgb(180 198 252 / var(--tw-border-opacity, 1));
}
.border-x-indigo-300\/0 {
  border-left-color: rgb(180 198 252 / 0);
  border-right-color: rgb(180 198 252 / 0);
}
.border-x-indigo-300\/10 {
  border-left-color: rgb(180 198 252 / 0.1);
  border-right-color: rgb(180 198 252 / 0.1);
}
.border-x-indigo-300\/100 {
  border-left-color: rgb(180 198 252 / 1);
  border-right-color: rgb(180 198 252 / 1);
}
.border-x-indigo-300\/15 {
  border-left-color: rgb(180 198 252 / 0.15);
  border-right-color: rgb(180 198 252 / 0.15);
}
.border-x-indigo-300\/20 {
  border-left-color: rgb(180 198 252 / 0.2);
  border-right-color: rgb(180 198 252 / 0.2);
}
.border-x-indigo-300\/25 {
  border-left-color: rgb(180 198 252 / 0.25);
  border-right-color: rgb(180 198 252 / 0.25);
}
.border-x-indigo-300\/30 {
  border-left-color: rgb(180 198 252 / 0.3);
  border-right-color: rgb(180 198 252 / 0.3);
}
.border-x-indigo-300\/35 {
  border-left-color: rgb(180 198 252 / 0.35);
  border-right-color: rgb(180 198 252 / 0.35);
}
.border-x-indigo-300\/40 {
  border-left-color: rgb(180 198 252 / 0.4);
  border-right-color: rgb(180 198 252 / 0.4);
}
.border-x-indigo-300\/45 {
  border-left-color: rgb(180 198 252 / 0.45);
  border-right-color: rgb(180 198 252 / 0.45);
}
.border-x-indigo-300\/5 {
  border-left-color: rgb(180 198 252 / 0.05);
  border-right-color: rgb(180 198 252 / 0.05);
}
.border-x-indigo-300\/50 {
  border-left-color: rgb(180 198 252 / 0.5);
  border-right-color: rgb(180 198 252 / 0.5);
}
.border-x-indigo-300\/55 {
  border-left-color: rgb(180 198 252 / 0.55);
  border-right-color: rgb(180 198 252 / 0.55);
}
.border-x-indigo-300\/60 {
  border-left-color: rgb(180 198 252 / 0.6);
  border-right-color: rgb(180 198 252 / 0.6);
}
.border-x-indigo-300\/65 {
  border-left-color: rgb(180 198 252 / 0.65);
  border-right-color: rgb(180 198 252 / 0.65);
}
.border-x-indigo-300\/70 {
  border-left-color: rgb(180 198 252 / 0.7);
  border-right-color: rgb(180 198 252 / 0.7);
}
.border-x-indigo-300\/75 {
  border-left-color: rgb(180 198 252 / 0.75);
  border-right-color: rgb(180 198 252 / 0.75);
}
.border-x-indigo-300\/80 {
  border-left-color: rgb(180 198 252 / 0.8);
  border-right-color: rgb(180 198 252 / 0.8);
}
.border-x-indigo-300\/85 {
  border-left-color: rgb(180 198 252 / 0.85);
  border-right-color: rgb(180 198 252 / 0.85);
}
.border-x-indigo-300\/90 {
  border-left-color: rgb(180 198 252 / 0.9);
  border-right-color: rgb(180 198 252 / 0.9);
}
.border-x-indigo-300\/95 {
  border-left-color: rgb(180 198 252 / 0.95);
  border-right-color: rgb(180 198 252 / 0.95);
}
.border-x-indigo-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(141 162 251 / var(--tw-border-opacity, 1));
  border-right-color: rgb(141 162 251 / var(--tw-border-opacity, 1));
}
.border-x-indigo-400\/0 {
  border-left-color: rgb(141 162 251 / 0);
  border-right-color: rgb(141 162 251 / 0);
}
.border-x-indigo-400\/10 {
  border-left-color: rgb(141 162 251 / 0.1);
  border-right-color: rgb(141 162 251 / 0.1);
}
.border-x-indigo-400\/100 {
  border-left-color: rgb(141 162 251 / 1);
  border-right-color: rgb(141 162 251 / 1);
}
.border-x-indigo-400\/15 {
  border-left-color: rgb(141 162 251 / 0.15);
  border-right-color: rgb(141 162 251 / 0.15);
}
.border-x-indigo-400\/20 {
  border-left-color: rgb(141 162 251 / 0.2);
  border-right-color: rgb(141 162 251 / 0.2);
}
.border-x-indigo-400\/25 {
  border-left-color: rgb(141 162 251 / 0.25);
  border-right-color: rgb(141 162 251 / 0.25);
}
.border-x-indigo-400\/30 {
  border-left-color: rgb(141 162 251 / 0.3);
  border-right-color: rgb(141 162 251 / 0.3);
}
.border-x-indigo-400\/35 {
  border-left-color: rgb(141 162 251 / 0.35);
  border-right-color: rgb(141 162 251 / 0.35);
}
.border-x-indigo-400\/40 {
  border-left-color: rgb(141 162 251 / 0.4);
  border-right-color: rgb(141 162 251 / 0.4);
}
.border-x-indigo-400\/45 {
  border-left-color: rgb(141 162 251 / 0.45);
  border-right-color: rgb(141 162 251 / 0.45);
}
.border-x-indigo-400\/5 {
  border-left-color: rgb(141 162 251 / 0.05);
  border-right-color: rgb(141 162 251 / 0.05);
}
.border-x-indigo-400\/50 {
  border-left-color: rgb(141 162 251 / 0.5);
  border-right-color: rgb(141 162 251 / 0.5);
}
.border-x-indigo-400\/55 {
  border-left-color: rgb(141 162 251 / 0.55);
  border-right-color: rgb(141 162 251 / 0.55);
}
.border-x-indigo-400\/60 {
  border-left-color: rgb(141 162 251 / 0.6);
  border-right-color: rgb(141 162 251 / 0.6);
}
.border-x-indigo-400\/65 {
  border-left-color: rgb(141 162 251 / 0.65);
  border-right-color: rgb(141 162 251 / 0.65);
}
.border-x-indigo-400\/70 {
  border-left-color: rgb(141 162 251 / 0.7);
  border-right-color: rgb(141 162 251 / 0.7);
}
.border-x-indigo-400\/75 {
  border-left-color: rgb(141 162 251 / 0.75);
  border-right-color: rgb(141 162 251 / 0.75);
}
.border-x-indigo-400\/80 {
  border-left-color: rgb(141 162 251 / 0.8);
  border-right-color: rgb(141 162 251 / 0.8);
}
.border-x-indigo-400\/85 {
  border-left-color: rgb(141 162 251 / 0.85);
  border-right-color: rgb(141 162 251 / 0.85);
}
.border-x-indigo-400\/90 {
  border-left-color: rgb(141 162 251 / 0.9);
  border-right-color: rgb(141 162 251 / 0.9);
}
.border-x-indigo-400\/95 {
  border-left-color: rgb(141 162 251 / 0.95);
  border-right-color: rgb(141 162 251 / 0.95);
}
.border-x-indigo-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 245 255 / var(--tw-border-opacity, 1));
  border-right-color: rgb(240 245 255 / var(--tw-border-opacity, 1));
}
.border-x-indigo-50\/0 {
  border-left-color: rgb(240 245 255 / 0);
  border-right-color: rgb(240 245 255 / 0);
}
.border-x-indigo-50\/10 {
  border-left-color: rgb(240 245 255 / 0.1);
  border-right-color: rgb(240 245 255 / 0.1);
}
.border-x-indigo-50\/100 {
  border-left-color: rgb(240 245 255 / 1);
  border-right-color: rgb(240 245 255 / 1);
}
.border-x-indigo-50\/15 {
  border-left-color: rgb(240 245 255 / 0.15);
  border-right-color: rgb(240 245 255 / 0.15);
}
.border-x-indigo-50\/20 {
  border-left-color: rgb(240 245 255 / 0.2);
  border-right-color: rgb(240 245 255 / 0.2);
}
.border-x-indigo-50\/25 {
  border-left-color: rgb(240 245 255 / 0.25);
  border-right-color: rgb(240 245 255 / 0.25);
}
.border-x-indigo-50\/30 {
  border-left-color: rgb(240 245 255 / 0.3);
  border-right-color: rgb(240 245 255 / 0.3);
}
.border-x-indigo-50\/35 {
  border-left-color: rgb(240 245 255 / 0.35);
  border-right-color: rgb(240 245 255 / 0.35);
}
.border-x-indigo-50\/40 {
  border-left-color: rgb(240 245 255 / 0.4);
  border-right-color: rgb(240 245 255 / 0.4);
}
.border-x-indigo-50\/45 {
  border-left-color: rgb(240 245 255 / 0.45);
  border-right-color: rgb(240 245 255 / 0.45);
}
.border-x-indigo-50\/5 {
  border-left-color: rgb(240 245 255 / 0.05);
  border-right-color: rgb(240 245 255 / 0.05);
}
.border-x-indigo-50\/50 {
  border-left-color: rgb(240 245 255 / 0.5);
  border-right-color: rgb(240 245 255 / 0.5);
}
.border-x-indigo-50\/55 {
  border-left-color: rgb(240 245 255 / 0.55);
  border-right-color: rgb(240 245 255 / 0.55);
}
.border-x-indigo-50\/60 {
  border-left-color: rgb(240 245 255 / 0.6);
  border-right-color: rgb(240 245 255 / 0.6);
}
.border-x-indigo-50\/65 {
  border-left-color: rgb(240 245 255 / 0.65);
  border-right-color: rgb(240 245 255 / 0.65);
}
.border-x-indigo-50\/70 {
  border-left-color: rgb(240 245 255 / 0.7);
  border-right-color: rgb(240 245 255 / 0.7);
}
.border-x-indigo-50\/75 {
  border-left-color: rgb(240 245 255 / 0.75);
  border-right-color: rgb(240 245 255 / 0.75);
}
.border-x-indigo-50\/80 {
  border-left-color: rgb(240 245 255 / 0.8);
  border-right-color: rgb(240 245 255 / 0.8);
}
.border-x-indigo-50\/85 {
  border-left-color: rgb(240 245 255 / 0.85);
  border-right-color: rgb(240 245 255 / 0.85);
}
.border-x-indigo-50\/90 {
  border-left-color: rgb(240 245 255 / 0.9);
  border-right-color: rgb(240 245 255 / 0.9);
}
.border-x-indigo-50\/95 {
  border-left-color: rgb(240 245 255 / 0.95);
  border-right-color: rgb(240 245 255 / 0.95);
}
.border-x-indigo-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(104 117 245 / var(--tw-border-opacity, 1));
  border-right-color: rgb(104 117 245 / var(--tw-border-opacity, 1));
}
.border-x-indigo-500\/0 {
  border-left-color: rgb(104 117 245 / 0);
  border-right-color: rgb(104 117 245 / 0);
}
.border-x-indigo-500\/10 {
  border-left-color: rgb(104 117 245 / 0.1);
  border-right-color: rgb(104 117 245 / 0.1);
}
.border-x-indigo-500\/100 {
  border-left-color: rgb(104 117 245 / 1);
  border-right-color: rgb(104 117 245 / 1);
}
.border-x-indigo-500\/15 {
  border-left-color: rgb(104 117 245 / 0.15);
  border-right-color: rgb(104 117 245 / 0.15);
}
.border-x-indigo-500\/20 {
  border-left-color: rgb(104 117 245 / 0.2);
  border-right-color: rgb(104 117 245 / 0.2);
}
.border-x-indigo-500\/25 {
  border-left-color: rgb(104 117 245 / 0.25);
  border-right-color: rgb(104 117 245 / 0.25);
}
.border-x-indigo-500\/30 {
  border-left-color: rgb(104 117 245 / 0.3);
  border-right-color: rgb(104 117 245 / 0.3);
}
.border-x-indigo-500\/35 {
  border-left-color: rgb(104 117 245 / 0.35);
  border-right-color: rgb(104 117 245 / 0.35);
}
.border-x-indigo-500\/40 {
  border-left-color: rgb(104 117 245 / 0.4);
  border-right-color: rgb(104 117 245 / 0.4);
}
.border-x-indigo-500\/45 {
  border-left-color: rgb(104 117 245 / 0.45);
  border-right-color: rgb(104 117 245 / 0.45);
}
.border-x-indigo-500\/5 {
  border-left-color: rgb(104 117 245 / 0.05);
  border-right-color: rgb(104 117 245 / 0.05);
}
.border-x-indigo-500\/50 {
  border-left-color: rgb(104 117 245 / 0.5);
  border-right-color: rgb(104 117 245 / 0.5);
}
.border-x-indigo-500\/55 {
  border-left-color: rgb(104 117 245 / 0.55);
  border-right-color: rgb(104 117 245 / 0.55);
}
.border-x-indigo-500\/60 {
  border-left-color: rgb(104 117 245 / 0.6);
  border-right-color: rgb(104 117 245 / 0.6);
}
.border-x-indigo-500\/65 {
  border-left-color: rgb(104 117 245 / 0.65);
  border-right-color: rgb(104 117 245 / 0.65);
}
.border-x-indigo-500\/70 {
  border-left-color: rgb(104 117 245 / 0.7);
  border-right-color: rgb(104 117 245 / 0.7);
}
.border-x-indigo-500\/75 {
  border-left-color: rgb(104 117 245 / 0.75);
  border-right-color: rgb(104 117 245 / 0.75);
}
.border-x-indigo-500\/80 {
  border-left-color: rgb(104 117 245 / 0.8);
  border-right-color: rgb(104 117 245 / 0.8);
}
.border-x-indigo-500\/85 {
  border-left-color: rgb(104 117 245 / 0.85);
  border-right-color: rgb(104 117 245 / 0.85);
}
.border-x-indigo-500\/90 {
  border-left-color: rgb(104 117 245 / 0.9);
  border-right-color: rgb(104 117 245 / 0.9);
}
.border-x-indigo-500\/95 {
  border-left-color: rgb(104 117 245 / 0.95);
  border-right-color: rgb(104 117 245 / 0.95);
}
.border-x-indigo-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(88 80 236 / var(--tw-border-opacity, 1));
  border-right-color: rgb(88 80 236 / var(--tw-border-opacity, 1));
}
.border-x-indigo-600\/0 {
  border-left-color: rgb(88 80 236 / 0);
  border-right-color: rgb(88 80 236 / 0);
}
.border-x-indigo-600\/10 {
  border-left-color: rgb(88 80 236 / 0.1);
  border-right-color: rgb(88 80 236 / 0.1);
}
.border-x-indigo-600\/100 {
  border-left-color: rgb(88 80 236 / 1);
  border-right-color: rgb(88 80 236 / 1);
}
.border-x-indigo-600\/15 {
  border-left-color: rgb(88 80 236 / 0.15);
  border-right-color: rgb(88 80 236 / 0.15);
}
.border-x-indigo-600\/20 {
  border-left-color: rgb(88 80 236 / 0.2);
  border-right-color: rgb(88 80 236 / 0.2);
}
.border-x-indigo-600\/25 {
  border-left-color: rgb(88 80 236 / 0.25);
  border-right-color: rgb(88 80 236 / 0.25);
}
.border-x-indigo-600\/30 {
  border-left-color: rgb(88 80 236 / 0.3);
  border-right-color: rgb(88 80 236 / 0.3);
}
.border-x-indigo-600\/35 {
  border-left-color: rgb(88 80 236 / 0.35);
  border-right-color: rgb(88 80 236 / 0.35);
}
.border-x-indigo-600\/40 {
  border-left-color: rgb(88 80 236 / 0.4);
  border-right-color: rgb(88 80 236 / 0.4);
}
.border-x-indigo-600\/45 {
  border-left-color: rgb(88 80 236 / 0.45);
  border-right-color: rgb(88 80 236 / 0.45);
}
.border-x-indigo-600\/5 {
  border-left-color: rgb(88 80 236 / 0.05);
  border-right-color: rgb(88 80 236 / 0.05);
}
.border-x-indigo-600\/50 {
  border-left-color: rgb(88 80 236 / 0.5);
  border-right-color: rgb(88 80 236 / 0.5);
}
.border-x-indigo-600\/55 {
  border-left-color: rgb(88 80 236 / 0.55);
  border-right-color: rgb(88 80 236 / 0.55);
}
.border-x-indigo-600\/60 {
  border-left-color: rgb(88 80 236 / 0.6);
  border-right-color: rgb(88 80 236 / 0.6);
}
.border-x-indigo-600\/65 {
  border-left-color: rgb(88 80 236 / 0.65);
  border-right-color: rgb(88 80 236 / 0.65);
}
.border-x-indigo-600\/70 {
  border-left-color: rgb(88 80 236 / 0.7);
  border-right-color: rgb(88 80 236 / 0.7);
}
.border-x-indigo-600\/75 {
  border-left-color: rgb(88 80 236 / 0.75);
  border-right-color: rgb(88 80 236 / 0.75);
}
.border-x-indigo-600\/80 {
  border-left-color: rgb(88 80 236 / 0.8);
  border-right-color: rgb(88 80 236 / 0.8);
}
.border-x-indigo-600\/85 {
  border-left-color: rgb(88 80 236 / 0.85);
  border-right-color: rgb(88 80 236 / 0.85);
}
.border-x-indigo-600\/90 {
  border-left-color: rgb(88 80 236 / 0.9);
  border-right-color: rgb(88 80 236 / 0.9);
}
.border-x-indigo-600\/95 {
  border-left-color: rgb(88 80 236 / 0.95);
  border-right-color: rgb(88 80 236 / 0.95);
}
.border-x-indigo-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(81 69 205 / var(--tw-border-opacity, 1));
  border-right-color: rgb(81 69 205 / var(--tw-border-opacity, 1));
}
.border-x-indigo-700\/0 {
  border-left-color: rgb(81 69 205 / 0);
  border-right-color: rgb(81 69 205 / 0);
}
.border-x-indigo-700\/10 {
  border-left-color: rgb(81 69 205 / 0.1);
  border-right-color: rgb(81 69 205 / 0.1);
}
.border-x-indigo-700\/100 {
  border-left-color: rgb(81 69 205 / 1);
  border-right-color: rgb(81 69 205 / 1);
}
.border-x-indigo-700\/15 {
  border-left-color: rgb(81 69 205 / 0.15);
  border-right-color: rgb(81 69 205 / 0.15);
}
.border-x-indigo-700\/20 {
  border-left-color: rgb(81 69 205 / 0.2);
  border-right-color: rgb(81 69 205 / 0.2);
}
.border-x-indigo-700\/25 {
  border-left-color: rgb(81 69 205 / 0.25);
  border-right-color: rgb(81 69 205 / 0.25);
}
.border-x-indigo-700\/30 {
  border-left-color: rgb(81 69 205 / 0.3);
  border-right-color: rgb(81 69 205 / 0.3);
}
.border-x-indigo-700\/35 {
  border-left-color: rgb(81 69 205 / 0.35);
  border-right-color: rgb(81 69 205 / 0.35);
}
.border-x-indigo-700\/40 {
  border-left-color: rgb(81 69 205 / 0.4);
  border-right-color: rgb(81 69 205 / 0.4);
}
.border-x-indigo-700\/45 {
  border-left-color: rgb(81 69 205 / 0.45);
  border-right-color: rgb(81 69 205 / 0.45);
}
.border-x-indigo-700\/5 {
  border-left-color: rgb(81 69 205 / 0.05);
  border-right-color: rgb(81 69 205 / 0.05);
}
.border-x-indigo-700\/50 {
  border-left-color: rgb(81 69 205 / 0.5);
  border-right-color: rgb(81 69 205 / 0.5);
}
.border-x-indigo-700\/55 {
  border-left-color: rgb(81 69 205 / 0.55);
  border-right-color: rgb(81 69 205 / 0.55);
}
.border-x-indigo-700\/60 {
  border-left-color: rgb(81 69 205 / 0.6);
  border-right-color: rgb(81 69 205 / 0.6);
}
.border-x-indigo-700\/65 {
  border-left-color: rgb(81 69 205 / 0.65);
  border-right-color: rgb(81 69 205 / 0.65);
}
.border-x-indigo-700\/70 {
  border-left-color: rgb(81 69 205 / 0.7);
  border-right-color: rgb(81 69 205 / 0.7);
}
.border-x-indigo-700\/75 {
  border-left-color: rgb(81 69 205 / 0.75);
  border-right-color: rgb(81 69 205 / 0.75);
}
.border-x-indigo-700\/80 {
  border-left-color: rgb(81 69 205 / 0.8);
  border-right-color: rgb(81 69 205 / 0.8);
}
.border-x-indigo-700\/85 {
  border-left-color: rgb(81 69 205 / 0.85);
  border-right-color: rgb(81 69 205 / 0.85);
}
.border-x-indigo-700\/90 {
  border-left-color: rgb(81 69 205 / 0.9);
  border-right-color: rgb(81 69 205 / 0.9);
}
.border-x-indigo-700\/95 {
  border-left-color: rgb(81 69 205 / 0.95);
  border-right-color: rgb(81 69 205 / 0.95);
}
.border-x-indigo-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(66 56 157 / var(--tw-border-opacity, 1));
  border-right-color: rgb(66 56 157 / var(--tw-border-opacity, 1));
}
.border-x-indigo-800\/0 {
  border-left-color: rgb(66 56 157 / 0);
  border-right-color: rgb(66 56 157 / 0);
}
.border-x-indigo-800\/10 {
  border-left-color: rgb(66 56 157 / 0.1);
  border-right-color: rgb(66 56 157 / 0.1);
}
.border-x-indigo-800\/100 {
  border-left-color: rgb(66 56 157 / 1);
  border-right-color: rgb(66 56 157 / 1);
}
.border-x-indigo-800\/15 {
  border-left-color: rgb(66 56 157 / 0.15);
  border-right-color: rgb(66 56 157 / 0.15);
}
.border-x-indigo-800\/20 {
  border-left-color: rgb(66 56 157 / 0.2);
  border-right-color: rgb(66 56 157 / 0.2);
}
.border-x-indigo-800\/25 {
  border-left-color: rgb(66 56 157 / 0.25);
  border-right-color: rgb(66 56 157 / 0.25);
}
.border-x-indigo-800\/30 {
  border-left-color: rgb(66 56 157 / 0.3);
  border-right-color: rgb(66 56 157 / 0.3);
}
.border-x-indigo-800\/35 {
  border-left-color: rgb(66 56 157 / 0.35);
  border-right-color: rgb(66 56 157 / 0.35);
}
.border-x-indigo-800\/40 {
  border-left-color: rgb(66 56 157 / 0.4);
  border-right-color: rgb(66 56 157 / 0.4);
}
.border-x-indigo-800\/45 {
  border-left-color: rgb(66 56 157 / 0.45);
  border-right-color: rgb(66 56 157 / 0.45);
}
.border-x-indigo-800\/5 {
  border-left-color: rgb(66 56 157 / 0.05);
  border-right-color: rgb(66 56 157 / 0.05);
}
.border-x-indigo-800\/50 {
  border-left-color: rgb(66 56 157 / 0.5);
  border-right-color: rgb(66 56 157 / 0.5);
}
.border-x-indigo-800\/55 {
  border-left-color: rgb(66 56 157 / 0.55);
  border-right-color: rgb(66 56 157 / 0.55);
}
.border-x-indigo-800\/60 {
  border-left-color: rgb(66 56 157 / 0.6);
  border-right-color: rgb(66 56 157 / 0.6);
}
.border-x-indigo-800\/65 {
  border-left-color: rgb(66 56 157 / 0.65);
  border-right-color: rgb(66 56 157 / 0.65);
}
.border-x-indigo-800\/70 {
  border-left-color: rgb(66 56 157 / 0.7);
  border-right-color: rgb(66 56 157 / 0.7);
}
.border-x-indigo-800\/75 {
  border-left-color: rgb(66 56 157 / 0.75);
  border-right-color: rgb(66 56 157 / 0.75);
}
.border-x-indigo-800\/80 {
  border-left-color: rgb(66 56 157 / 0.8);
  border-right-color: rgb(66 56 157 / 0.8);
}
.border-x-indigo-800\/85 {
  border-left-color: rgb(66 56 157 / 0.85);
  border-right-color: rgb(66 56 157 / 0.85);
}
.border-x-indigo-800\/90 {
  border-left-color: rgb(66 56 157 / 0.9);
  border-right-color: rgb(66 56 157 / 0.9);
}
.border-x-indigo-800\/95 {
  border-left-color: rgb(66 56 157 / 0.95);
  border-right-color: rgb(66 56 157 / 0.95);
}
.border-x-indigo-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(54 47 120 / var(--tw-border-opacity, 1));
  border-right-color: rgb(54 47 120 / var(--tw-border-opacity, 1));
}
.border-x-indigo-900\/0 {
  border-left-color: rgb(54 47 120 / 0);
  border-right-color: rgb(54 47 120 / 0);
}
.border-x-indigo-900\/10 {
  border-left-color: rgb(54 47 120 / 0.1);
  border-right-color: rgb(54 47 120 / 0.1);
}
.border-x-indigo-900\/100 {
  border-left-color: rgb(54 47 120 / 1);
  border-right-color: rgb(54 47 120 / 1);
}
.border-x-indigo-900\/15 {
  border-left-color: rgb(54 47 120 / 0.15);
  border-right-color: rgb(54 47 120 / 0.15);
}
.border-x-indigo-900\/20 {
  border-left-color: rgb(54 47 120 / 0.2);
  border-right-color: rgb(54 47 120 / 0.2);
}
.border-x-indigo-900\/25 {
  border-left-color: rgb(54 47 120 / 0.25);
  border-right-color: rgb(54 47 120 / 0.25);
}
.border-x-indigo-900\/30 {
  border-left-color: rgb(54 47 120 / 0.3);
  border-right-color: rgb(54 47 120 / 0.3);
}
.border-x-indigo-900\/35 {
  border-left-color: rgb(54 47 120 / 0.35);
  border-right-color: rgb(54 47 120 / 0.35);
}
.border-x-indigo-900\/40 {
  border-left-color: rgb(54 47 120 / 0.4);
  border-right-color: rgb(54 47 120 / 0.4);
}
.border-x-indigo-900\/45 {
  border-left-color: rgb(54 47 120 / 0.45);
  border-right-color: rgb(54 47 120 / 0.45);
}
.border-x-indigo-900\/5 {
  border-left-color: rgb(54 47 120 / 0.05);
  border-right-color: rgb(54 47 120 / 0.05);
}
.border-x-indigo-900\/50 {
  border-left-color: rgb(54 47 120 / 0.5);
  border-right-color: rgb(54 47 120 / 0.5);
}
.border-x-indigo-900\/55 {
  border-left-color: rgb(54 47 120 / 0.55);
  border-right-color: rgb(54 47 120 / 0.55);
}
.border-x-indigo-900\/60 {
  border-left-color: rgb(54 47 120 / 0.6);
  border-right-color: rgb(54 47 120 / 0.6);
}
.border-x-indigo-900\/65 {
  border-left-color: rgb(54 47 120 / 0.65);
  border-right-color: rgb(54 47 120 / 0.65);
}
.border-x-indigo-900\/70 {
  border-left-color: rgb(54 47 120 / 0.7);
  border-right-color: rgb(54 47 120 / 0.7);
}
.border-x-indigo-900\/75 {
  border-left-color: rgb(54 47 120 / 0.75);
  border-right-color: rgb(54 47 120 / 0.75);
}
.border-x-indigo-900\/80 {
  border-left-color: rgb(54 47 120 / 0.8);
  border-right-color: rgb(54 47 120 / 0.8);
}
.border-x-indigo-900\/85 {
  border-left-color: rgb(54 47 120 / 0.85);
  border-right-color: rgb(54 47 120 / 0.85);
}
.border-x-indigo-900\/90 {
  border-left-color: rgb(54 47 120 / 0.9);
  border-right-color: rgb(54 47 120 / 0.9);
}
.border-x-indigo-900\/95 {
  border-left-color: rgb(54 47 120 / 0.95);
  border-right-color: rgb(54 47 120 / 0.95);
}
.border-x-negative-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
  border-right-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}
.border-x-negative-100\/0 {
  border-left-color: rgb(244 244 245 / 0);
  border-right-color: rgb(244 244 245 / 0);
}
.border-x-negative-100\/10 {
  border-left-color: rgb(244 244 245 / 0.1);
  border-right-color: rgb(244 244 245 / 0.1);
}
.border-x-negative-100\/100 {
  border-left-color: rgb(244 244 245 / 1);
  border-right-color: rgb(244 244 245 / 1);
}
.border-x-negative-100\/15 {
  border-left-color: rgb(244 244 245 / 0.15);
  border-right-color: rgb(244 244 245 / 0.15);
}
.border-x-negative-100\/20 {
  border-left-color: rgb(244 244 245 / 0.2);
  border-right-color: rgb(244 244 245 / 0.2);
}
.border-x-negative-100\/25 {
  border-left-color: rgb(244 244 245 / 0.25);
  border-right-color: rgb(244 244 245 / 0.25);
}
.border-x-negative-100\/30 {
  border-left-color: rgb(244 244 245 / 0.3);
  border-right-color: rgb(244 244 245 / 0.3);
}
.border-x-negative-100\/35 {
  border-left-color: rgb(244 244 245 / 0.35);
  border-right-color: rgb(244 244 245 / 0.35);
}
.border-x-negative-100\/40 {
  border-left-color: rgb(244 244 245 / 0.4);
  border-right-color: rgb(244 244 245 / 0.4);
}
.border-x-negative-100\/45 {
  border-left-color: rgb(244 244 245 / 0.45);
  border-right-color: rgb(244 244 245 / 0.45);
}
.border-x-negative-100\/5 {
  border-left-color: rgb(244 244 245 / 0.05);
  border-right-color: rgb(244 244 245 / 0.05);
}
.border-x-negative-100\/50 {
  border-left-color: rgb(244 244 245 / 0.5);
  border-right-color: rgb(244 244 245 / 0.5);
}
.border-x-negative-100\/55 {
  border-left-color: rgb(244 244 245 / 0.55);
  border-right-color: rgb(244 244 245 / 0.55);
}
.border-x-negative-100\/60 {
  border-left-color: rgb(244 244 245 / 0.6);
  border-right-color: rgb(244 244 245 / 0.6);
}
.border-x-negative-100\/65 {
  border-left-color: rgb(244 244 245 / 0.65);
  border-right-color: rgb(244 244 245 / 0.65);
}
.border-x-negative-100\/70 {
  border-left-color: rgb(244 244 245 / 0.7);
  border-right-color: rgb(244 244 245 / 0.7);
}
.border-x-negative-100\/75 {
  border-left-color: rgb(244 244 245 / 0.75);
  border-right-color: rgb(244 244 245 / 0.75);
}
.border-x-negative-100\/80 {
  border-left-color: rgb(244 244 245 / 0.8);
  border-right-color: rgb(244 244 245 / 0.8);
}
.border-x-negative-100\/85 {
  border-left-color: rgb(244 244 245 / 0.85);
  border-right-color: rgb(244 244 245 / 0.85);
}
.border-x-negative-100\/90 {
  border-left-color: rgb(244 244 245 / 0.9);
  border-right-color: rgb(244 244 245 / 0.9);
}
.border-x-negative-100\/95 {
  border-left-color: rgb(244 244 245 / 0.95);
  border-right-color: rgb(244 244 245 / 0.95);
}
.border-x-negative-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
  border-right-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}
.border-x-negative-200\/0 {
  border-left-color: rgb(228 228 231 / 0);
  border-right-color: rgb(228 228 231 / 0);
}
.border-x-negative-200\/10 {
  border-left-color: rgb(228 228 231 / 0.1);
  border-right-color: rgb(228 228 231 / 0.1);
}
.border-x-negative-200\/100 {
  border-left-color: rgb(228 228 231 / 1);
  border-right-color: rgb(228 228 231 / 1);
}
.border-x-negative-200\/15 {
  border-left-color: rgb(228 228 231 / 0.15);
  border-right-color: rgb(228 228 231 / 0.15);
}
.border-x-negative-200\/20 {
  border-left-color: rgb(228 228 231 / 0.2);
  border-right-color: rgb(228 228 231 / 0.2);
}
.border-x-negative-200\/25 {
  border-left-color: rgb(228 228 231 / 0.25);
  border-right-color: rgb(228 228 231 / 0.25);
}
.border-x-negative-200\/30 {
  border-left-color: rgb(228 228 231 / 0.3);
  border-right-color: rgb(228 228 231 / 0.3);
}
.border-x-negative-200\/35 {
  border-left-color: rgb(228 228 231 / 0.35);
  border-right-color: rgb(228 228 231 / 0.35);
}
.border-x-negative-200\/40 {
  border-left-color: rgb(228 228 231 / 0.4);
  border-right-color: rgb(228 228 231 / 0.4);
}
.border-x-negative-200\/45 {
  border-left-color: rgb(228 228 231 / 0.45);
  border-right-color: rgb(228 228 231 / 0.45);
}
.border-x-negative-200\/5 {
  border-left-color: rgb(228 228 231 / 0.05);
  border-right-color: rgb(228 228 231 / 0.05);
}
.border-x-negative-200\/50 {
  border-left-color: rgb(228 228 231 / 0.5);
  border-right-color: rgb(228 228 231 / 0.5);
}
.border-x-negative-200\/55 {
  border-left-color: rgb(228 228 231 / 0.55);
  border-right-color: rgb(228 228 231 / 0.55);
}
.border-x-negative-200\/60 {
  border-left-color: rgb(228 228 231 / 0.6);
  border-right-color: rgb(228 228 231 / 0.6);
}
.border-x-negative-200\/65 {
  border-left-color: rgb(228 228 231 / 0.65);
  border-right-color: rgb(228 228 231 / 0.65);
}
.border-x-negative-200\/70 {
  border-left-color: rgb(228 228 231 / 0.7);
  border-right-color: rgb(228 228 231 / 0.7);
}
.border-x-negative-200\/75 {
  border-left-color: rgb(228 228 231 / 0.75);
  border-right-color: rgb(228 228 231 / 0.75);
}
.border-x-negative-200\/80 {
  border-left-color: rgb(228 228 231 / 0.8);
  border-right-color: rgb(228 228 231 / 0.8);
}
.border-x-negative-200\/85 {
  border-left-color: rgb(228 228 231 / 0.85);
  border-right-color: rgb(228 228 231 / 0.85);
}
.border-x-negative-200\/90 {
  border-left-color: rgb(228 228 231 / 0.9);
  border-right-color: rgb(228 228 231 / 0.9);
}
.border-x-negative-200\/95 {
  border-left-color: rgb(228 228 231 / 0.95);
  border-right-color: rgb(228 228 231 / 0.95);
}
.border-x-negative-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
  border-right-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}
.border-x-negative-300\/0 {
  border-left-color: rgb(212 212 216 / 0);
  border-right-color: rgb(212 212 216 / 0);
}
.border-x-negative-300\/10 {
  border-left-color: rgb(212 212 216 / 0.1);
  border-right-color: rgb(212 212 216 / 0.1);
}
.border-x-negative-300\/100 {
  border-left-color: rgb(212 212 216 / 1);
  border-right-color: rgb(212 212 216 / 1);
}
.border-x-negative-300\/15 {
  border-left-color: rgb(212 212 216 / 0.15);
  border-right-color: rgb(212 212 216 / 0.15);
}
.border-x-negative-300\/20 {
  border-left-color: rgb(212 212 216 / 0.2);
  border-right-color: rgb(212 212 216 / 0.2);
}
.border-x-negative-300\/25 {
  border-left-color: rgb(212 212 216 / 0.25);
  border-right-color: rgb(212 212 216 / 0.25);
}
.border-x-negative-300\/30 {
  border-left-color: rgb(212 212 216 / 0.3);
  border-right-color: rgb(212 212 216 / 0.3);
}
.border-x-negative-300\/35 {
  border-left-color: rgb(212 212 216 / 0.35);
  border-right-color: rgb(212 212 216 / 0.35);
}
.border-x-negative-300\/40 {
  border-left-color: rgb(212 212 216 / 0.4);
  border-right-color: rgb(212 212 216 / 0.4);
}
.border-x-negative-300\/45 {
  border-left-color: rgb(212 212 216 / 0.45);
  border-right-color: rgb(212 212 216 / 0.45);
}
.border-x-negative-300\/5 {
  border-left-color: rgb(212 212 216 / 0.05);
  border-right-color: rgb(212 212 216 / 0.05);
}
.border-x-negative-300\/50 {
  border-left-color: rgb(212 212 216 / 0.5);
  border-right-color: rgb(212 212 216 / 0.5);
}
.border-x-negative-300\/55 {
  border-left-color: rgb(212 212 216 / 0.55);
  border-right-color: rgb(212 212 216 / 0.55);
}
.border-x-negative-300\/60 {
  border-left-color: rgb(212 212 216 / 0.6);
  border-right-color: rgb(212 212 216 / 0.6);
}
.border-x-negative-300\/65 {
  border-left-color: rgb(212 212 216 / 0.65);
  border-right-color: rgb(212 212 216 / 0.65);
}
.border-x-negative-300\/70 {
  border-left-color: rgb(212 212 216 / 0.7);
  border-right-color: rgb(212 212 216 / 0.7);
}
.border-x-negative-300\/75 {
  border-left-color: rgb(212 212 216 / 0.75);
  border-right-color: rgb(212 212 216 / 0.75);
}
.border-x-negative-300\/80 {
  border-left-color: rgb(212 212 216 / 0.8);
  border-right-color: rgb(212 212 216 / 0.8);
}
.border-x-negative-300\/85 {
  border-left-color: rgb(212 212 216 / 0.85);
  border-right-color: rgb(212 212 216 / 0.85);
}
.border-x-negative-300\/90 {
  border-left-color: rgb(212 212 216 / 0.9);
  border-right-color: rgb(212 212 216 / 0.9);
}
.border-x-negative-300\/95 {
  border-left-color: rgb(212 212 216 / 0.95);
  border-right-color: rgb(212 212 216 / 0.95);
}
.border-x-negative-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
  border-right-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}
.border-x-negative-400\/0 {
  border-left-color: rgb(161 161 170 / 0);
  border-right-color: rgb(161 161 170 / 0);
}
.border-x-negative-400\/10 {
  border-left-color: rgb(161 161 170 / 0.1);
  border-right-color: rgb(161 161 170 / 0.1);
}
.border-x-negative-400\/100 {
  border-left-color: rgb(161 161 170 / 1);
  border-right-color: rgb(161 161 170 / 1);
}
.border-x-negative-400\/15 {
  border-left-color: rgb(161 161 170 / 0.15);
  border-right-color: rgb(161 161 170 / 0.15);
}
.border-x-negative-400\/20 {
  border-left-color: rgb(161 161 170 / 0.2);
  border-right-color: rgb(161 161 170 / 0.2);
}
.border-x-negative-400\/25 {
  border-left-color: rgb(161 161 170 / 0.25);
  border-right-color: rgb(161 161 170 / 0.25);
}
.border-x-negative-400\/30 {
  border-left-color: rgb(161 161 170 / 0.3);
  border-right-color: rgb(161 161 170 / 0.3);
}
.border-x-negative-400\/35 {
  border-left-color: rgb(161 161 170 / 0.35);
  border-right-color: rgb(161 161 170 / 0.35);
}
.border-x-negative-400\/40 {
  border-left-color: rgb(161 161 170 / 0.4);
  border-right-color: rgb(161 161 170 / 0.4);
}
.border-x-negative-400\/45 {
  border-left-color: rgb(161 161 170 / 0.45);
  border-right-color: rgb(161 161 170 / 0.45);
}
.border-x-negative-400\/5 {
  border-left-color: rgb(161 161 170 / 0.05);
  border-right-color: rgb(161 161 170 / 0.05);
}
.border-x-negative-400\/50 {
  border-left-color: rgb(161 161 170 / 0.5);
  border-right-color: rgb(161 161 170 / 0.5);
}
.border-x-negative-400\/55 {
  border-left-color: rgb(161 161 170 / 0.55);
  border-right-color: rgb(161 161 170 / 0.55);
}
.border-x-negative-400\/60 {
  border-left-color: rgb(161 161 170 / 0.6);
  border-right-color: rgb(161 161 170 / 0.6);
}
.border-x-negative-400\/65 {
  border-left-color: rgb(161 161 170 / 0.65);
  border-right-color: rgb(161 161 170 / 0.65);
}
.border-x-negative-400\/70 {
  border-left-color: rgb(161 161 170 / 0.7);
  border-right-color: rgb(161 161 170 / 0.7);
}
.border-x-negative-400\/75 {
  border-left-color: rgb(161 161 170 / 0.75);
  border-right-color: rgb(161 161 170 / 0.75);
}
.border-x-negative-400\/80 {
  border-left-color: rgb(161 161 170 / 0.8);
  border-right-color: rgb(161 161 170 / 0.8);
}
.border-x-negative-400\/85 {
  border-left-color: rgb(161 161 170 / 0.85);
  border-right-color: rgb(161 161 170 / 0.85);
}
.border-x-negative-400\/90 {
  border-left-color: rgb(161 161 170 / 0.9);
  border-right-color: rgb(161 161 170 / 0.9);
}
.border-x-negative-400\/95 {
  border-left-color: rgb(161 161 170 / 0.95);
  border-right-color: rgb(161 161 170 / 0.95);
}
.border-x-negative-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-x-negative-50\/0 {
  border-left-color: rgb(250 250 250 / 0);
  border-right-color: rgb(250 250 250 / 0);
}
.border-x-negative-50\/10 {
  border-left-color: rgb(250 250 250 / 0.1);
  border-right-color: rgb(250 250 250 / 0.1);
}
.border-x-negative-50\/100 {
  border-left-color: rgb(250 250 250 / 1);
  border-right-color: rgb(250 250 250 / 1);
}
.border-x-negative-50\/15 {
  border-left-color: rgb(250 250 250 / 0.15);
  border-right-color: rgb(250 250 250 / 0.15);
}
.border-x-negative-50\/20 {
  border-left-color: rgb(250 250 250 / 0.2);
  border-right-color: rgb(250 250 250 / 0.2);
}
.border-x-negative-50\/25 {
  border-left-color: rgb(250 250 250 / 0.25);
  border-right-color: rgb(250 250 250 / 0.25);
}
.border-x-negative-50\/30 {
  border-left-color: rgb(250 250 250 / 0.3);
  border-right-color: rgb(250 250 250 / 0.3);
}
.border-x-negative-50\/35 {
  border-left-color: rgb(250 250 250 / 0.35);
  border-right-color: rgb(250 250 250 / 0.35);
}
.border-x-negative-50\/40 {
  border-left-color: rgb(250 250 250 / 0.4);
  border-right-color: rgb(250 250 250 / 0.4);
}
.border-x-negative-50\/45 {
  border-left-color: rgb(250 250 250 / 0.45);
  border-right-color: rgb(250 250 250 / 0.45);
}
.border-x-negative-50\/5 {
  border-left-color: rgb(250 250 250 / 0.05);
  border-right-color: rgb(250 250 250 / 0.05);
}
.border-x-negative-50\/50 {
  border-left-color: rgb(250 250 250 / 0.5);
  border-right-color: rgb(250 250 250 / 0.5);
}
.border-x-negative-50\/55 {
  border-left-color: rgb(250 250 250 / 0.55);
  border-right-color: rgb(250 250 250 / 0.55);
}
.border-x-negative-50\/60 {
  border-left-color: rgb(250 250 250 / 0.6);
  border-right-color: rgb(250 250 250 / 0.6);
}
.border-x-negative-50\/65 {
  border-left-color: rgb(250 250 250 / 0.65);
  border-right-color: rgb(250 250 250 / 0.65);
}
.border-x-negative-50\/70 {
  border-left-color: rgb(250 250 250 / 0.7);
  border-right-color: rgb(250 250 250 / 0.7);
}
.border-x-negative-50\/75 {
  border-left-color: rgb(250 250 250 / 0.75);
  border-right-color: rgb(250 250 250 / 0.75);
}
.border-x-negative-50\/80 {
  border-left-color: rgb(250 250 250 / 0.8);
  border-right-color: rgb(250 250 250 / 0.8);
}
.border-x-negative-50\/85 {
  border-left-color: rgb(250 250 250 / 0.85);
  border-right-color: rgb(250 250 250 / 0.85);
}
.border-x-negative-50\/90 {
  border-left-color: rgb(250 250 250 / 0.9);
  border-right-color: rgb(250 250 250 / 0.9);
}
.border-x-negative-50\/95 {
  border-left-color: rgb(250 250 250 / 0.95);
  border-right-color: rgb(250 250 250 / 0.95);
}
.border-x-negative-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
  border-right-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}
.border-x-negative-500\/0 {
  border-left-color: rgb(113 113 122 / 0);
  border-right-color: rgb(113 113 122 / 0);
}
.border-x-negative-500\/10 {
  border-left-color: rgb(113 113 122 / 0.1);
  border-right-color: rgb(113 113 122 / 0.1);
}
.border-x-negative-500\/100 {
  border-left-color: rgb(113 113 122 / 1);
  border-right-color: rgb(113 113 122 / 1);
}
.border-x-negative-500\/15 {
  border-left-color: rgb(113 113 122 / 0.15);
  border-right-color: rgb(113 113 122 / 0.15);
}
.border-x-negative-500\/20 {
  border-left-color: rgb(113 113 122 / 0.2);
  border-right-color: rgb(113 113 122 / 0.2);
}
.border-x-negative-500\/25 {
  border-left-color: rgb(113 113 122 / 0.25);
  border-right-color: rgb(113 113 122 / 0.25);
}
.border-x-negative-500\/30 {
  border-left-color: rgb(113 113 122 / 0.3);
  border-right-color: rgb(113 113 122 / 0.3);
}
.border-x-negative-500\/35 {
  border-left-color: rgb(113 113 122 / 0.35);
  border-right-color: rgb(113 113 122 / 0.35);
}
.border-x-negative-500\/40 {
  border-left-color: rgb(113 113 122 / 0.4);
  border-right-color: rgb(113 113 122 / 0.4);
}
.border-x-negative-500\/45 {
  border-left-color: rgb(113 113 122 / 0.45);
  border-right-color: rgb(113 113 122 / 0.45);
}
.border-x-negative-500\/5 {
  border-left-color: rgb(113 113 122 / 0.05);
  border-right-color: rgb(113 113 122 / 0.05);
}
.border-x-negative-500\/50 {
  border-left-color: rgb(113 113 122 / 0.5);
  border-right-color: rgb(113 113 122 / 0.5);
}
.border-x-negative-500\/55 {
  border-left-color: rgb(113 113 122 / 0.55);
  border-right-color: rgb(113 113 122 / 0.55);
}
.border-x-negative-500\/60 {
  border-left-color: rgb(113 113 122 / 0.6);
  border-right-color: rgb(113 113 122 / 0.6);
}
.border-x-negative-500\/65 {
  border-left-color: rgb(113 113 122 / 0.65);
  border-right-color: rgb(113 113 122 / 0.65);
}
.border-x-negative-500\/70 {
  border-left-color: rgb(113 113 122 / 0.7);
  border-right-color: rgb(113 113 122 / 0.7);
}
.border-x-negative-500\/75 {
  border-left-color: rgb(113 113 122 / 0.75);
  border-right-color: rgb(113 113 122 / 0.75);
}
.border-x-negative-500\/80 {
  border-left-color: rgb(113 113 122 / 0.8);
  border-right-color: rgb(113 113 122 / 0.8);
}
.border-x-negative-500\/85 {
  border-left-color: rgb(113 113 122 / 0.85);
  border-right-color: rgb(113 113 122 / 0.85);
}
.border-x-negative-500\/90 {
  border-left-color: rgb(113 113 122 / 0.9);
  border-right-color: rgb(113 113 122 / 0.9);
}
.border-x-negative-500\/95 {
  border-left-color: rgb(113 113 122 / 0.95);
  border-right-color: rgb(113 113 122 / 0.95);
}
.border-x-negative-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
  border-right-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}
.border-x-negative-600\/0 {
  border-left-color: rgb(82 82 91 / 0);
  border-right-color: rgb(82 82 91 / 0);
}
.border-x-negative-600\/10 {
  border-left-color: rgb(82 82 91 / 0.1);
  border-right-color: rgb(82 82 91 / 0.1);
}
.border-x-negative-600\/100 {
  border-left-color: rgb(82 82 91 / 1);
  border-right-color: rgb(82 82 91 / 1);
}
.border-x-negative-600\/15 {
  border-left-color: rgb(82 82 91 / 0.15);
  border-right-color: rgb(82 82 91 / 0.15);
}
.border-x-negative-600\/20 {
  border-left-color: rgb(82 82 91 / 0.2);
  border-right-color: rgb(82 82 91 / 0.2);
}
.border-x-negative-600\/25 {
  border-left-color: rgb(82 82 91 / 0.25);
  border-right-color: rgb(82 82 91 / 0.25);
}
.border-x-negative-600\/30 {
  border-left-color: rgb(82 82 91 / 0.3);
  border-right-color: rgb(82 82 91 / 0.3);
}
.border-x-negative-600\/35 {
  border-left-color: rgb(82 82 91 / 0.35);
  border-right-color: rgb(82 82 91 / 0.35);
}
.border-x-negative-600\/40 {
  border-left-color: rgb(82 82 91 / 0.4);
  border-right-color: rgb(82 82 91 / 0.4);
}
.border-x-negative-600\/45 {
  border-left-color: rgb(82 82 91 / 0.45);
  border-right-color: rgb(82 82 91 / 0.45);
}
.border-x-negative-600\/5 {
  border-left-color: rgb(82 82 91 / 0.05);
  border-right-color: rgb(82 82 91 / 0.05);
}
.border-x-negative-600\/50 {
  border-left-color: rgb(82 82 91 / 0.5);
  border-right-color: rgb(82 82 91 / 0.5);
}
.border-x-negative-600\/55 {
  border-left-color: rgb(82 82 91 / 0.55);
  border-right-color: rgb(82 82 91 / 0.55);
}
.border-x-negative-600\/60 {
  border-left-color: rgb(82 82 91 / 0.6);
  border-right-color: rgb(82 82 91 / 0.6);
}
.border-x-negative-600\/65 {
  border-left-color: rgb(82 82 91 / 0.65);
  border-right-color: rgb(82 82 91 / 0.65);
}
.border-x-negative-600\/70 {
  border-left-color: rgb(82 82 91 / 0.7);
  border-right-color: rgb(82 82 91 / 0.7);
}
.border-x-negative-600\/75 {
  border-left-color: rgb(82 82 91 / 0.75);
  border-right-color: rgb(82 82 91 / 0.75);
}
.border-x-negative-600\/80 {
  border-left-color: rgb(82 82 91 / 0.8);
  border-right-color: rgb(82 82 91 / 0.8);
}
.border-x-negative-600\/85 {
  border-left-color: rgb(82 82 91 / 0.85);
  border-right-color: rgb(82 82 91 / 0.85);
}
.border-x-negative-600\/90 {
  border-left-color: rgb(82 82 91 / 0.9);
  border-right-color: rgb(82 82 91 / 0.9);
}
.border-x-negative-600\/95 {
  border-left-color: rgb(82 82 91 / 0.95);
  border-right-color: rgb(82 82 91 / 0.95);
}
.border-x-negative-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
  border-right-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}
.border-x-negative-700\/0 {
  border-left-color: rgb(63 63 70 / 0);
  border-right-color: rgb(63 63 70 / 0);
}
.border-x-negative-700\/10 {
  border-left-color: rgb(63 63 70 / 0.1);
  border-right-color: rgb(63 63 70 / 0.1);
}
.border-x-negative-700\/100 {
  border-left-color: rgb(63 63 70 / 1);
  border-right-color: rgb(63 63 70 / 1);
}
.border-x-negative-700\/15 {
  border-left-color: rgb(63 63 70 / 0.15);
  border-right-color: rgb(63 63 70 / 0.15);
}
.border-x-negative-700\/20 {
  border-left-color: rgb(63 63 70 / 0.2);
  border-right-color: rgb(63 63 70 / 0.2);
}
.border-x-negative-700\/25 {
  border-left-color: rgb(63 63 70 / 0.25);
  border-right-color: rgb(63 63 70 / 0.25);
}
.border-x-negative-700\/30 {
  border-left-color: rgb(63 63 70 / 0.3);
  border-right-color: rgb(63 63 70 / 0.3);
}
.border-x-negative-700\/35 {
  border-left-color: rgb(63 63 70 / 0.35);
  border-right-color: rgb(63 63 70 / 0.35);
}
.border-x-negative-700\/40 {
  border-left-color: rgb(63 63 70 / 0.4);
  border-right-color: rgb(63 63 70 / 0.4);
}
.border-x-negative-700\/45 {
  border-left-color: rgb(63 63 70 / 0.45);
  border-right-color: rgb(63 63 70 / 0.45);
}
.border-x-negative-700\/5 {
  border-left-color: rgb(63 63 70 / 0.05);
  border-right-color: rgb(63 63 70 / 0.05);
}
.border-x-negative-700\/50 {
  border-left-color: rgb(63 63 70 / 0.5);
  border-right-color: rgb(63 63 70 / 0.5);
}
.border-x-negative-700\/55 {
  border-left-color: rgb(63 63 70 / 0.55);
  border-right-color: rgb(63 63 70 / 0.55);
}
.border-x-negative-700\/60 {
  border-left-color: rgb(63 63 70 / 0.6);
  border-right-color: rgb(63 63 70 / 0.6);
}
.border-x-negative-700\/65 {
  border-left-color: rgb(63 63 70 / 0.65);
  border-right-color: rgb(63 63 70 / 0.65);
}
.border-x-negative-700\/70 {
  border-left-color: rgb(63 63 70 / 0.7);
  border-right-color: rgb(63 63 70 / 0.7);
}
.border-x-negative-700\/75 {
  border-left-color: rgb(63 63 70 / 0.75);
  border-right-color: rgb(63 63 70 / 0.75);
}
.border-x-negative-700\/80 {
  border-left-color: rgb(63 63 70 / 0.8);
  border-right-color: rgb(63 63 70 / 0.8);
}
.border-x-negative-700\/85 {
  border-left-color: rgb(63 63 70 / 0.85);
  border-right-color: rgb(63 63 70 / 0.85);
}
.border-x-negative-700\/90 {
  border-left-color: rgb(63 63 70 / 0.9);
  border-right-color: rgb(63 63 70 / 0.9);
}
.border-x-negative-700\/95 {
  border-left-color: rgb(63 63 70 / 0.95);
  border-right-color: rgb(63 63 70 / 0.95);
}
.border-x-negative-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
  border-right-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}
.border-x-negative-800\/0 {
  border-left-color: rgb(39 39 42 / 0);
  border-right-color: rgb(39 39 42 / 0);
}
.border-x-negative-800\/10 {
  border-left-color: rgb(39 39 42 / 0.1);
  border-right-color: rgb(39 39 42 / 0.1);
}
.border-x-negative-800\/100 {
  border-left-color: rgb(39 39 42 / 1);
  border-right-color: rgb(39 39 42 / 1);
}
.border-x-negative-800\/15 {
  border-left-color: rgb(39 39 42 / 0.15);
  border-right-color: rgb(39 39 42 / 0.15);
}
.border-x-negative-800\/20 {
  border-left-color: rgb(39 39 42 / 0.2);
  border-right-color: rgb(39 39 42 / 0.2);
}
.border-x-negative-800\/25 {
  border-left-color: rgb(39 39 42 / 0.25);
  border-right-color: rgb(39 39 42 / 0.25);
}
.border-x-negative-800\/30 {
  border-left-color: rgb(39 39 42 / 0.3);
  border-right-color: rgb(39 39 42 / 0.3);
}
.border-x-negative-800\/35 {
  border-left-color: rgb(39 39 42 / 0.35);
  border-right-color: rgb(39 39 42 / 0.35);
}
.border-x-negative-800\/40 {
  border-left-color: rgb(39 39 42 / 0.4);
  border-right-color: rgb(39 39 42 / 0.4);
}
.border-x-negative-800\/45 {
  border-left-color: rgb(39 39 42 / 0.45);
  border-right-color: rgb(39 39 42 / 0.45);
}
.border-x-negative-800\/5 {
  border-left-color: rgb(39 39 42 / 0.05);
  border-right-color: rgb(39 39 42 / 0.05);
}
.border-x-negative-800\/50 {
  border-left-color: rgb(39 39 42 / 0.5);
  border-right-color: rgb(39 39 42 / 0.5);
}
.border-x-negative-800\/55 {
  border-left-color: rgb(39 39 42 / 0.55);
  border-right-color: rgb(39 39 42 / 0.55);
}
.border-x-negative-800\/60 {
  border-left-color: rgb(39 39 42 / 0.6);
  border-right-color: rgb(39 39 42 / 0.6);
}
.border-x-negative-800\/65 {
  border-left-color: rgb(39 39 42 / 0.65);
  border-right-color: rgb(39 39 42 / 0.65);
}
.border-x-negative-800\/70 {
  border-left-color: rgb(39 39 42 / 0.7);
  border-right-color: rgb(39 39 42 / 0.7);
}
.border-x-negative-800\/75 {
  border-left-color: rgb(39 39 42 / 0.75);
  border-right-color: rgb(39 39 42 / 0.75);
}
.border-x-negative-800\/80 {
  border-left-color: rgb(39 39 42 / 0.8);
  border-right-color: rgb(39 39 42 / 0.8);
}
.border-x-negative-800\/85 {
  border-left-color: rgb(39 39 42 / 0.85);
  border-right-color: rgb(39 39 42 / 0.85);
}
.border-x-negative-800\/90 {
  border-left-color: rgb(39 39 42 / 0.9);
  border-right-color: rgb(39 39 42 / 0.9);
}
.border-x-negative-800\/95 {
  border-left-color: rgb(39 39 42 / 0.95);
  border-right-color: rgb(39 39 42 / 0.95);
}
.border-x-negative-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
  border-right-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
}
.border-x-negative-900\/0 {
  border-left-color: rgb(24 24 27 / 0);
  border-right-color: rgb(24 24 27 / 0);
}
.border-x-negative-900\/10 {
  border-left-color: rgb(24 24 27 / 0.1);
  border-right-color: rgb(24 24 27 / 0.1);
}
.border-x-negative-900\/100 {
  border-left-color: rgb(24 24 27 / 1);
  border-right-color: rgb(24 24 27 / 1);
}
.border-x-negative-900\/15 {
  border-left-color: rgb(24 24 27 / 0.15);
  border-right-color: rgb(24 24 27 / 0.15);
}
.border-x-negative-900\/20 {
  border-left-color: rgb(24 24 27 / 0.2);
  border-right-color: rgb(24 24 27 / 0.2);
}
.border-x-negative-900\/25 {
  border-left-color: rgb(24 24 27 / 0.25);
  border-right-color: rgb(24 24 27 / 0.25);
}
.border-x-negative-900\/30 {
  border-left-color: rgb(24 24 27 / 0.3);
  border-right-color: rgb(24 24 27 / 0.3);
}
.border-x-negative-900\/35 {
  border-left-color: rgb(24 24 27 / 0.35);
  border-right-color: rgb(24 24 27 / 0.35);
}
.border-x-negative-900\/40 {
  border-left-color: rgb(24 24 27 / 0.4);
  border-right-color: rgb(24 24 27 / 0.4);
}
.border-x-negative-900\/45 {
  border-left-color: rgb(24 24 27 / 0.45);
  border-right-color: rgb(24 24 27 / 0.45);
}
.border-x-negative-900\/5 {
  border-left-color: rgb(24 24 27 / 0.05);
  border-right-color: rgb(24 24 27 / 0.05);
}
.border-x-negative-900\/50 {
  border-left-color: rgb(24 24 27 / 0.5);
  border-right-color: rgb(24 24 27 / 0.5);
}
.border-x-negative-900\/55 {
  border-left-color: rgb(24 24 27 / 0.55);
  border-right-color: rgb(24 24 27 / 0.55);
}
.border-x-negative-900\/60 {
  border-left-color: rgb(24 24 27 / 0.6);
  border-right-color: rgb(24 24 27 / 0.6);
}
.border-x-negative-900\/65 {
  border-left-color: rgb(24 24 27 / 0.65);
  border-right-color: rgb(24 24 27 / 0.65);
}
.border-x-negative-900\/70 {
  border-left-color: rgb(24 24 27 / 0.7);
  border-right-color: rgb(24 24 27 / 0.7);
}
.border-x-negative-900\/75 {
  border-left-color: rgb(24 24 27 / 0.75);
  border-right-color: rgb(24 24 27 / 0.75);
}
.border-x-negative-900\/80 {
  border-left-color: rgb(24 24 27 / 0.8);
  border-right-color: rgb(24 24 27 / 0.8);
}
.border-x-negative-900\/85 {
  border-left-color: rgb(24 24 27 / 0.85);
  border-right-color: rgb(24 24 27 / 0.85);
}
.border-x-negative-900\/90 {
  border-left-color: rgb(24 24 27 / 0.9);
  border-right-color: rgb(24 24 27 / 0.9);
}
.border-x-negative-900\/95 {
  border-left-color: rgb(24 24 27 / 0.95);
  border-right-color: rgb(24 24 27 / 0.95);
}
.border-x-negative-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
  border-right-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
}
.border-x-negative-950\/0 {
  border-left-color: rgb(9 9 11 / 0);
  border-right-color: rgb(9 9 11 / 0);
}
.border-x-negative-950\/10 {
  border-left-color: rgb(9 9 11 / 0.1);
  border-right-color: rgb(9 9 11 / 0.1);
}
.border-x-negative-950\/100 {
  border-left-color: rgb(9 9 11 / 1);
  border-right-color: rgb(9 9 11 / 1);
}
.border-x-negative-950\/15 {
  border-left-color: rgb(9 9 11 / 0.15);
  border-right-color: rgb(9 9 11 / 0.15);
}
.border-x-negative-950\/20 {
  border-left-color: rgb(9 9 11 / 0.2);
  border-right-color: rgb(9 9 11 / 0.2);
}
.border-x-negative-950\/25 {
  border-left-color: rgb(9 9 11 / 0.25);
  border-right-color: rgb(9 9 11 / 0.25);
}
.border-x-negative-950\/30 {
  border-left-color: rgb(9 9 11 / 0.3);
  border-right-color: rgb(9 9 11 / 0.3);
}
.border-x-negative-950\/35 {
  border-left-color: rgb(9 9 11 / 0.35);
  border-right-color: rgb(9 9 11 / 0.35);
}
.border-x-negative-950\/40 {
  border-left-color: rgb(9 9 11 / 0.4);
  border-right-color: rgb(9 9 11 / 0.4);
}
.border-x-negative-950\/45 {
  border-left-color: rgb(9 9 11 / 0.45);
  border-right-color: rgb(9 9 11 / 0.45);
}
.border-x-negative-950\/5 {
  border-left-color: rgb(9 9 11 / 0.05);
  border-right-color: rgb(9 9 11 / 0.05);
}
.border-x-negative-950\/50 {
  border-left-color: rgb(9 9 11 / 0.5);
  border-right-color: rgb(9 9 11 / 0.5);
}
.border-x-negative-950\/55 {
  border-left-color: rgb(9 9 11 / 0.55);
  border-right-color: rgb(9 9 11 / 0.55);
}
.border-x-negative-950\/60 {
  border-left-color: rgb(9 9 11 / 0.6);
  border-right-color: rgb(9 9 11 / 0.6);
}
.border-x-negative-950\/65 {
  border-left-color: rgb(9 9 11 / 0.65);
  border-right-color: rgb(9 9 11 / 0.65);
}
.border-x-negative-950\/70 {
  border-left-color: rgb(9 9 11 / 0.7);
  border-right-color: rgb(9 9 11 / 0.7);
}
.border-x-negative-950\/75 {
  border-left-color: rgb(9 9 11 / 0.75);
  border-right-color: rgb(9 9 11 / 0.75);
}
.border-x-negative-950\/80 {
  border-left-color: rgb(9 9 11 / 0.8);
  border-right-color: rgb(9 9 11 / 0.8);
}
.border-x-negative-950\/85 {
  border-left-color: rgb(9 9 11 / 0.85);
  border-right-color: rgb(9 9 11 / 0.85);
}
.border-x-negative-950\/90 {
  border-left-color: rgb(9 9 11 / 0.9);
  border-right-color: rgb(9 9 11 / 0.9);
}
.border-x-negative-950\/95 {
  border-left-color: rgb(9 9 11 / 0.95);
  border-right-color: rgb(9 9 11 / 0.95);
}
.border-x-orange-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 236 220 / var(--tw-border-opacity, 1));
  border-right-color: rgb(254 236 220 / var(--tw-border-opacity, 1));
}
.border-x-orange-100\/0 {
  border-left-color: rgb(254 236 220 / 0);
  border-right-color: rgb(254 236 220 / 0);
}
.border-x-orange-100\/10 {
  border-left-color: rgb(254 236 220 / 0.1);
  border-right-color: rgb(254 236 220 / 0.1);
}
.border-x-orange-100\/100 {
  border-left-color: rgb(254 236 220 / 1);
  border-right-color: rgb(254 236 220 / 1);
}
.border-x-orange-100\/15 {
  border-left-color: rgb(254 236 220 / 0.15);
  border-right-color: rgb(254 236 220 / 0.15);
}
.border-x-orange-100\/20 {
  border-left-color: rgb(254 236 220 / 0.2);
  border-right-color: rgb(254 236 220 / 0.2);
}
.border-x-orange-100\/25 {
  border-left-color: rgb(254 236 220 / 0.25);
  border-right-color: rgb(254 236 220 / 0.25);
}
.border-x-orange-100\/30 {
  border-left-color: rgb(254 236 220 / 0.3);
  border-right-color: rgb(254 236 220 / 0.3);
}
.border-x-orange-100\/35 {
  border-left-color: rgb(254 236 220 / 0.35);
  border-right-color: rgb(254 236 220 / 0.35);
}
.border-x-orange-100\/40 {
  border-left-color: rgb(254 236 220 / 0.4);
  border-right-color: rgb(254 236 220 / 0.4);
}
.border-x-orange-100\/45 {
  border-left-color: rgb(254 236 220 / 0.45);
  border-right-color: rgb(254 236 220 / 0.45);
}
.border-x-orange-100\/5 {
  border-left-color: rgb(254 236 220 / 0.05);
  border-right-color: rgb(254 236 220 / 0.05);
}
.border-x-orange-100\/50 {
  border-left-color: rgb(254 236 220 / 0.5);
  border-right-color: rgb(254 236 220 / 0.5);
}
.border-x-orange-100\/55 {
  border-left-color: rgb(254 236 220 / 0.55);
  border-right-color: rgb(254 236 220 / 0.55);
}
.border-x-orange-100\/60 {
  border-left-color: rgb(254 236 220 / 0.6);
  border-right-color: rgb(254 236 220 / 0.6);
}
.border-x-orange-100\/65 {
  border-left-color: rgb(254 236 220 / 0.65);
  border-right-color: rgb(254 236 220 / 0.65);
}
.border-x-orange-100\/70 {
  border-left-color: rgb(254 236 220 / 0.7);
  border-right-color: rgb(254 236 220 / 0.7);
}
.border-x-orange-100\/75 {
  border-left-color: rgb(254 236 220 / 0.75);
  border-right-color: rgb(254 236 220 / 0.75);
}
.border-x-orange-100\/80 {
  border-left-color: rgb(254 236 220 / 0.8);
  border-right-color: rgb(254 236 220 / 0.8);
}
.border-x-orange-100\/85 {
  border-left-color: rgb(254 236 220 / 0.85);
  border-right-color: rgb(254 236 220 / 0.85);
}
.border-x-orange-100\/90 {
  border-left-color: rgb(254 236 220 / 0.9);
  border-right-color: rgb(254 236 220 / 0.9);
}
.border-x-orange-100\/95 {
  border-left-color: rgb(254 236 220 / 0.95);
  border-right-color: rgb(254 236 220 / 0.95);
}
.border-x-orange-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(252 217 189 / var(--tw-border-opacity, 1));
  border-right-color: rgb(252 217 189 / var(--tw-border-opacity, 1));
}
.border-x-orange-200\/0 {
  border-left-color: rgb(252 217 189 / 0);
  border-right-color: rgb(252 217 189 / 0);
}
.border-x-orange-200\/10 {
  border-left-color: rgb(252 217 189 / 0.1);
  border-right-color: rgb(252 217 189 / 0.1);
}
.border-x-orange-200\/100 {
  border-left-color: rgb(252 217 189 / 1);
  border-right-color: rgb(252 217 189 / 1);
}
.border-x-orange-200\/15 {
  border-left-color: rgb(252 217 189 / 0.15);
  border-right-color: rgb(252 217 189 / 0.15);
}
.border-x-orange-200\/20 {
  border-left-color: rgb(252 217 189 / 0.2);
  border-right-color: rgb(252 217 189 / 0.2);
}
.border-x-orange-200\/25 {
  border-left-color: rgb(252 217 189 / 0.25);
  border-right-color: rgb(252 217 189 / 0.25);
}
.border-x-orange-200\/30 {
  border-left-color: rgb(252 217 189 / 0.3);
  border-right-color: rgb(252 217 189 / 0.3);
}
.border-x-orange-200\/35 {
  border-left-color: rgb(252 217 189 / 0.35);
  border-right-color: rgb(252 217 189 / 0.35);
}
.border-x-orange-200\/40 {
  border-left-color: rgb(252 217 189 / 0.4);
  border-right-color: rgb(252 217 189 / 0.4);
}
.border-x-orange-200\/45 {
  border-left-color: rgb(252 217 189 / 0.45);
  border-right-color: rgb(252 217 189 / 0.45);
}
.border-x-orange-200\/5 {
  border-left-color: rgb(252 217 189 / 0.05);
  border-right-color: rgb(252 217 189 / 0.05);
}
.border-x-orange-200\/50 {
  border-left-color: rgb(252 217 189 / 0.5);
  border-right-color: rgb(252 217 189 / 0.5);
}
.border-x-orange-200\/55 {
  border-left-color: rgb(252 217 189 / 0.55);
  border-right-color: rgb(252 217 189 / 0.55);
}
.border-x-orange-200\/60 {
  border-left-color: rgb(252 217 189 / 0.6);
  border-right-color: rgb(252 217 189 / 0.6);
}
.border-x-orange-200\/65 {
  border-left-color: rgb(252 217 189 / 0.65);
  border-right-color: rgb(252 217 189 / 0.65);
}
.border-x-orange-200\/70 {
  border-left-color: rgb(252 217 189 / 0.7);
  border-right-color: rgb(252 217 189 / 0.7);
}
.border-x-orange-200\/75 {
  border-left-color: rgb(252 217 189 / 0.75);
  border-right-color: rgb(252 217 189 / 0.75);
}
.border-x-orange-200\/80 {
  border-left-color: rgb(252 217 189 / 0.8);
  border-right-color: rgb(252 217 189 / 0.8);
}
.border-x-orange-200\/85 {
  border-left-color: rgb(252 217 189 / 0.85);
  border-right-color: rgb(252 217 189 / 0.85);
}
.border-x-orange-200\/90 {
  border-left-color: rgb(252 217 189 / 0.9);
  border-right-color: rgb(252 217 189 / 0.9);
}
.border-x-orange-200\/95 {
  border-left-color: rgb(252 217 189 / 0.95);
  border-right-color: rgb(252 217 189 / 0.95);
}
.border-x-orange-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 186 140 / var(--tw-border-opacity, 1));
  border-right-color: rgb(253 186 140 / var(--tw-border-opacity, 1));
}
.border-x-orange-300\/0 {
  border-left-color: rgb(253 186 140 / 0);
  border-right-color: rgb(253 186 140 / 0);
}
.border-x-orange-300\/10 {
  border-left-color: rgb(253 186 140 / 0.1);
  border-right-color: rgb(253 186 140 / 0.1);
}
.border-x-orange-300\/100 {
  border-left-color: rgb(253 186 140 / 1);
  border-right-color: rgb(253 186 140 / 1);
}
.border-x-orange-300\/15 {
  border-left-color: rgb(253 186 140 / 0.15);
  border-right-color: rgb(253 186 140 / 0.15);
}
.border-x-orange-300\/20 {
  border-left-color: rgb(253 186 140 / 0.2);
  border-right-color: rgb(253 186 140 / 0.2);
}
.border-x-orange-300\/25 {
  border-left-color: rgb(253 186 140 / 0.25);
  border-right-color: rgb(253 186 140 / 0.25);
}
.border-x-orange-300\/30 {
  border-left-color: rgb(253 186 140 / 0.3);
  border-right-color: rgb(253 186 140 / 0.3);
}
.border-x-orange-300\/35 {
  border-left-color: rgb(253 186 140 / 0.35);
  border-right-color: rgb(253 186 140 / 0.35);
}
.border-x-orange-300\/40 {
  border-left-color: rgb(253 186 140 / 0.4);
  border-right-color: rgb(253 186 140 / 0.4);
}
.border-x-orange-300\/45 {
  border-left-color: rgb(253 186 140 / 0.45);
  border-right-color: rgb(253 186 140 / 0.45);
}
.border-x-orange-300\/5 {
  border-left-color: rgb(253 186 140 / 0.05);
  border-right-color: rgb(253 186 140 / 0.05);
}
.border-x-orange-300\/50 {
  border-left-color: rgb(253 186 140 / 0.5);
  border-right-color: rgb(253 186 140 / 0.5);
}
.border-x-orange-300\/55 {
  border-left-color: rgb(253 186 140 / 0.55);
  border-right-color: rgb(253 186 140 / 0.55);
}
.border-x-orange-300\/60 {
  border-left-color: rgb(253 186 140 / 0.6);
  border-right-color: rgb(253 186 140 / 0.6);
}
.border-x-orange-300\/65 {
  border-left-color: rgb(253 186 140 / 0.65);
  border-right-color: rgb(253 186 140 / 0.65);
}
.border-x-orange-300\/70 {
  border-left-color: rgb(253 186 140 / 0.7);
  border-right-color: rgb(253 186 140 / 0.7);
}
.border-x-orange-300\/75 {
  border-left-color: rgb(253 186 140 / 0.75);
  border-right-color: rgb(253 186 140 / 0.75);
}
.border-x-orange-300\/80 {
  border-left-color: rgb(253 186 140 / 0.8);
  border-right-color: rgb(253 186 140 / 0.8);
}
.border-x-orange-300\/85 {
  border-left-color: rgb(253 186 140 / 0.85);
  border-right-color: rgb(253 186 140 / 0.85);
}
.border-x-orange-300\/90 {
  border-left-color: rgb(253 186 140 / 0.9);
  border-right-color: rgb(253 186 140 / 0.9);
}
.border-x-orange-300\/95 {
  border-left-color: rgb(253 186 140 / 0.95);
  border-right-color: rgb(253 186 140 / 0.95);
}
.border-x-orange-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 138 76 / var(--tw-border-opacity, 1));
  border-right-color: rgb(255 138 76 / var(--tw-border-opacity, 1));
}
.border-x-orange-400\/0 {
  border-left-color: rgb(255 138 76 / 0);
  border-right-color: rgb(255 138 76 / 0);
}
.border-x-orange-400\/10 {
  border-left-color: rgb(255 138 76 / 0.1);
  border-right-color: rgb(255 138 76 / 0.1);
}
.border-x-orange-400\/100 {
  border-left-color: rgb(255 138 76 / 1);
  border-right-color: rgb(255 138 76 / 1);
}
.border-x-orange-400\/15 {
  border-left-color: rgb(255 138 76 / 0.15);
  border-right-color: rgb(255 138 76 / 0.15);
}
.border-x-orange-400\/20 {
  border-left-color: rgb(255 138 76 / 0.2);
  border-right-color: rgb(255 138 76 / 0.2);
}
.border-x-orange-400\/25 {
  border-left-color: rgb(255 138 76 / 0.25);
  border-right-color: rgb(255 138 76 / 0.25);
}
.border-x-orange-400\/30 {
  border-left-color: rgb(255 138 76 / 0.3);
  border-right-color: rgb(255 138 76 / 0.3);
}
.border-x-orange-400\/35 {
  border-left-color: rgb(255 138 76 / 0.35);
  border-right-color: rgb(255 138 76 / 0.35);
}
.border-x-orange-400\/40 {
  border-left-color: rgb(255 138 76 / 0.4);
  border-right-color: rgb(255 138 76 / 0.4);
}
.border-x-orange-400\/45 {
  border-left-color: rgb(255 138 76 / 0.45);
  border-right-color: rgb(255 138 76 / 0.45);
}
.border-x-orange-400\/5 {
  border-left-color: rgb(255 138 76 / 0.05);
  border-right-color: rgb(255 138 76 / 0.05);
}
.border-x-orange-400\/50 {
  border-left-color: rgb(255 138 76 / 0.5);
  border-right-color: rgb(255 138 76 / 0.5);
}
.border-x-orange-400\/55 {
  border-left-color: rgb(255 138 76 / 0.55);
  border-right-color: rgb(255 138 76 / 0.55);
}
.border-x-orange-400\/60 {
  border-left-color: rgb(255 138 76 / 0.6);
  border-right-color: rgb(255 138 76 / 0.6);
}
.border-x-orange-400\/65 {
  border-left-color: rgb(255 138 76 / 0.65);
  border-right-color: rgb(255 138 76 / 0.65);
}
.border-x-orange-400\/70 {
  border-left-color: rgb(255 138 76 / 0.7);
  border-right-color: rgb(255 138 76 / 0.7);
}
.border-x-orange-400\/75 {
  border-left-color: rgb(255 138 76 / 0.75);
  border-right-color: rgb(255 138 76 / 0.75);
}
.border-x-orange-400\/80 {
  border-left-color: rgb(255 138 76 / 0.8);
  border-right-color: rgb(255 138 76 / 0.8);
}
.border-x-orange-400\/85 {
  border-left-color: rgb(255 138 76 / 0.85);
  border-right-color: rgb(255 138 76 / 0.85);
}
.border-x-orange-400\/90 {
  border-left-color: rgb(255 138 76 / 0.9);
  border-right-color: rgb(255 138 76 / 0.9);
}
.border-x-orange-400\/95 {
  border-left-color: rgb(255 138 76 / 0.95);
  border-right-color: rgb(255 138 76 / 0.95);
}
.border-x-orange-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 248 241 / var(--tw-border-opacity, 1));
  border-right-color: rgb(255 248 241 / var(--tw-border-opacity, 1));
}
.border-x-orange-50\/0 {
  border-left-color: rgb(255 248 241 / 0);
  border-right-color: rgb(255 248 241 / 0);
}
.border-x-orange-50\/10 {
  border-left-color: rgb(255 248 241 / 0.1);
  border-right-color: rgb(255 248 241 / 0.1);
}
.border-x-orange-50\/100 {
  border-left-color: rgb(255 248 241 / 1);
  border-right-color: rgb(255 248 241 / 1);
}
.border-x-orange-50\/15 {
  border-left-color: rgb(255 248 241 / 0.15);
  border-right-color: rgb(255 248 241 / 0.15);
}
.border-x-orange-50\/20 {
  border-left-color: rgb(255 248 241 / 0.2);
  border-right-color: rgb(255 248 241 / 0.2);
}
.border-x-orange-50\/25 {
  border-left-color: rgb(255 248 241 / 0.25);
  border-right-color: rgb(255 248 241 / 0.25);
}
.border-x-orange-50\/30 {
  border-left-color: rgb(255 248 241 / 0.3);
  border-right-color: rgb(255 248 241 / 0.3);
}
.border-x-orange-50\/35 {
  border-left-color: rgb(255 248 241 / 0.35);
  border-right-color: rgb(255 248 241 / 0.35);
}
.border-x-orange-50\/40 {
  border-left-color: rgb(255 248 241 / 0.4);
  border-right-color: rgb(255 248 241 / 0.4);
}
.border-x-orange-50\/45 {
  border-left-color: rgb(255 248 241 / 0.45);
  border-right-color: rgb(255 248 241 / 0.45);
}
.border-x-orange-50\/5 {
  border-left-color: rgb(255 248 241 / 0.05);
  border-right-color: rgb(255 248 241 / 0.05);
}
.border-x-orange-50\/50 {
  border-left-color: rgb(255 248 241 / 0.5);
  border-right-color: rgb(255 248 241 / 0.5);
}
.border-x-orange-50\/55 {
  border-left-color: rgb(255 248 241 / 0.55);
  border-right-color: rgb(255 248 241 / 0.55);
}
.border-x-orange-50\/60 {
  border-left-color: rgb(255 248 241 / 0.6);
  border-right-color: rgb(255 248 241 / 0.6);
}
.border-x-orange-50\/65 {
  border-left-color: rgb(255 248 241 / 0.65);
  border-right-color: rgb(255 248 241 / 0.65);
}
.border-x-orange-50\/70 {
  border-left-color: rgb(255 248 241 / 0.7);
  border-right-color: rgb(255 248 241 / 0.7);
}
.border-x-orange-50\/75 {
  border-left-color: rgb(255 248 241 / 0.75);
  border-right-color: rgb(255 248 241 / 0.75);
}
.border-x-orange-50\/80 {
  border-left-color: rgb(255 248 241 / 0.8);
  border-right-color: rgb(255 248 241 / 0.8);
}
.border-x-orange-50\/85 {
  border-left-color: rgb(255 248 241 / 0.85);
  border-right-color: rgb(255 248 241 / 0.85);
}
.border-x-orange-50\/90 {
  border-left-color: rgb(255 248 241 / 0.9);
  border-right-color: rgb(255 248 241 / 0.9);
}
.border-x-orange-50\/95 {
  border-left-color: rgb(255 248 241 / 0.95);
  border-right-color: rgb(255 248 241 / 0.95);
}
.border-x-orange-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 90 31 / var(--tw-border-opacity, 1));
  border-right-color: rgb(255 90 31 / var(--tw-border-opacity, 1));
}
.border-x-orange-500\/0 {
  border-left-color: rgb(255 90 31 / 0);
  border-right-color: rgb(255 90 31 / 0);
}
.border-x-orange-500\/10 {
  border-left-color: rgb(255 90 31 / 0.1);
  border-right-color: rgb(255 90 31 / 0.1);
}
.border-x-orange-500\/100 {
  border-left-color: rgb(255 90 31 / 1);
  border-right-color: rgb(255 90 31 / 1);
}
.border-x-orange-500\/15 {
  border-left-color: rgb(255 90 31 / 0.15);
  border-right-color: rgb(255 90 31 / 0.15);
}
.border-x-orange-500\/20 {
  border-left-color: rgb(255 90 31 / 0.2);
  border-right-color: rgb(255 90 31 / 0.2);
}
.border-x-orange-500\/25 {
  border-left-color: rgb(255 90 31 / 0.25);
  border-right-color: rgb(255 90 31 / 0.25);
}
.border-x-orange-500\/30 {
  border-left-color: rgb(255 90 31 / 0.3);
  border-right-color: rgb(255 90 31 / 0.3);
}
.border-x-orange-500\/35 {
  border-left-color: rgb(255 90 31 / 0.35);
  border-right-color: rgb(255 90 31 / 0.35);
}
.border-x-orange-500\/40 {
  border-left-color: rgb(255 90 31 / 0.4);
  border-right-color: rgb(255 90 31 / 0.4);
}
.border-x-orange-500\/45 {
  border-left-color: rgb(255 90 31 / 0.45);
  border-right-color: rgb(255 90 31 / 0.45);
}
.border-x-orange-500\/5 {
  border-left-color: rgb(255 90 31 / 0.05);
  border-right-color: rgb(255 90 31 / 0.05);
}
.border-x-orange-500\/50 {
  border-left-color: rgb(255 90 31 / 0.5);
  border-right-color: rgb(255 90 31 / 0.5);
}
.border-x-orange-500\/55 {
  border-left-color: rgb(255 90 31 / 0.55);
  border-right-color: rgb(255 90 31 / 0.55);
}
.border-x-orange-500\/60 {
  border-left-color: rgb(255 90 31 / 0.6);
  border-right-color: rgb(255 90 31 / 0.6);
}
.border-x-orange-500\/65 {
  border-left-color: rgb(255 90 31 / 0.65);
  border-right-color: rgb(255 90 31 / 0.65);
}
.border-x-orange-500\/70 {
  border-left-color: rgb(255 90 31 / 0.7);
  border-right-color: rgb(255 90 31 / 0.7);
}
.border-x-orange-500\/75 {
  border-left-color: rgb(255 90 31 / 0.75);
  border-right-color: rgb(255 90 31 / 0.75);
}
.border-x-orange-500\/80 {
  border-left-color: rgb(255 90 31 / 0.8);
  border-right-color: rgb(255 90 31 / 0.8);
}
.border-x-orange-500\/85 {
  border-left-color: rgb(255 90 31 / 0.85);
  border-right-color: rgb(255 90 31 / 0.85);
}
.border-x-orange-500\/90 {
  border-left-color: rgb(255 90 31 / 0.9);
  border-right-color: rgb(255 90 31 / 0.9);
}
.border-x-orange-500\/95 {
  border-left-color: rgb(255 90 31 / 0.95);
  border-right-color: rgb(255 90 31 / 0.95);
}
.border-x-orange-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(208 56 1 / var(--tw-border-opacity, 1));
  border-right-color: rgb(208 56 1 / var(--tw-border-opacity, 1));
}
.border-x-orange-600\/0 {
  border-left-color: rgb(208 56 1 / 0);
  border-right-color: rgb(208 56 1 / 0);
}
.border-x-orange-600\/10 {
  border-left-color: rgb(208 56 1 / 0.1);
  border-right-color: rgb(208 56 1 / 0.1);
}
.border-x-orange-600\/100 {
  border-left-color: rgb(208 56 1 / 1);
  border-right-color: rgb(208 56 1 / 1);
}
.border-x-orange-600\/15 {
  border-left-color: rgb(208 56 1 / 0.15);
  border-right-color: rgb(208 56 1 / 0.15);
}
.border-x-orange-600\/20 {
  border-left-color: rgb(208 56 1 / 0.2);
  border-right-color: rgb(208 56 1 / 0.2);
}
.border-x-orange-600\/25 {
  border-left-color: rgb(208 56 1 / 0.25);
  border-right-color: rgb(208 56 1 / 0.25);
}
.border-x-orange-600\/30 {
  border-left-color: rgb(208 56 1 / 0.3);
  border-right-color: rgb(208 56 1 / 0.3);
}
.border-x-orange-600\/35 {
  border-left-color: rgb(208 56 1 / 0.35);
  border-right-color: rgb(208 56 1 / 0.35);
}
.border-x-orange-600\/40 {
  border-left-color: rgb(208 56 1 / 0.4);
  border-right-color: rgb(208 56 1 / 0.4);
}
.border-x-orange-600\/45 {
  border-left-color: rgb(208 56 1 / 0.45);
  border-right-color: rgb(208 56 1 / 0.45);
}
.border-x-orange-600\/5 {
  border-left-color: rgb(208 56 1 / 0.05);
  border-right-color: rgb(208 56 1 / 0.05);
}
.border-x-orange-600\/50 {
  border-left-color: rgb(208 56 1 / 0.5);
  border-right-color: rgb(208 56 1 / 0.5);
}
.border-x-orange-600\/55 {
  border-left-color: rgb(208 56 1 / 0.55);
  border-right-color: rgb(208 56 1 / 0.55);
}
.border-x-orange-600\/60 {
  border-left-color: rgb(208 56 1 / 0.6);
  border-right-color: rgb(208 56 1 / 0.6);
}
.border-x-orange-600\/65 {
  border-left-color: rgb(208 56 1 / 0.65);
  border-right-color: rgb(208 56 1 / 0.65);
}
.border-x-orange-600\/70 {
  border-left-color: rgb(208 56 1 / 0.7);
  border-right-color: rgb(208 56 1 / 0.7);
}
.border-x-orange-600\/75 {
  border-left-color: rgb(208 56 1 / 0.75);
  border-right-color: rgb(208 56 1 / 0.75);
}
.border-x-orange-600\/80 {
  border-left-color: rgb(208 56 1 / 0.8);
  border-right-color: rgb(208 56 1 / 0.8);
}
.border-x-orange-600\/85 {
  border-left-color: rgb(208 56 1 / 0.85);
  border-right-color: rgb(208 56 1 / 0.85);
}
.border-x-orange-600\/90 {
  border-left-color: rgb(208 56 1 / 0.9);
  border-right-color: rgb(208 56 1 / 0.9);
}
.border-x-orange-600\/95 {
  border-left-color: rgb(208 56 1 / 0.95);
  border-right-color: rgb(208 56 1 / 0.95);
}
.border-x-orange-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(180 52 3 / var(--tw-border-opacity, 1));
  border-right-color: rgb(180 52 3 / var(--tw-border-opacity, 1));
}
.border-x-orange-700\/0 {
  border-left-color: rgb(180 52 3 / 0);
  border-right-color: rgb(180 52 3 / 0);
}
.border-x-orange-700\/10 {
  border-left-color: rgb(180 52 3 / 0.1);
  border-right-color: rgb(180 52 3 / 0.1);
}
.border-x-orange-700\/100 {
  border-left-color: rgb(180 52 3 / 1);
  border-right-color: rgb(180 52 3 / 1);
}
.border-x-orange-700\/15 {
  border-left-color: rgb(180 52 3 / 0.15);
  border-right-color: rgb(180 52 3 / 0.15);
}
.border-x-orange-700\/20 {
  border-left-color: rgb(180 52 3 / 0.2);
  border-right-color: rgb(180 52 3 / 0.2);
}
.border-x-orange-700\/25 {
  border-left-color: rgb(180 52 3 / 0.25);
  border-right-color: rgb(180 52 3 / 0.25);
}
.border-x-orange-700\/30 {
  border-left-color: rgb(180 52 3 / 0.3);
  border-right-color: rgb(180 52 3 / 0.3);
}
.border-x-orange-700\/35 {
  border-left-color: rgb(180 52 3 / 0.35);
  border-right-color: rgb(180 52 3 / 0.35);
}
.border-x-orange-700\/40 {
  border-left-color: rgb(180 52 3 / 0.4);
  border-right-color: rgb(180 52 3 / 0.4);
}
.border-x-orange-700\/45 {
  border-left-color: rgb(180 52 3 / 0.45);
  border-right-color: rgb(180 52 3 / 0.45);
}
.border-x-orange-700\/5 {
  border-left-color: rgb(180 52 3 / 0.05);
  border-right-color: rgb(180 52 3 / 0.05);
}
.border-x-orange-700\/50 {
  border-left-color: rgb(180 52 3 / 0.5);
  border-right-color: rgb(180 52 3 / 0.5);
}
.border-x-orange-700\/55 {
  border-left-color: rgb(180 52 3 / 0.55);
  border-right-color: rgb(180 52 3 / 0.55);
}
.border-x-orange-700\/60 {
  border-left-color: rgb(180 52 3 / 0.6);
  border-right-color: rgb(180 52 3 / 0.6);
}
.border-x-orange-700\/65 {
  border-left-color: rgb(180 52 3 / 0.65);
  border-right-color: rgb(180 52 3 / 0.65);
}
.border-x-orange-700\/70 {
  border-left-color: rgb(180 52 3 / 0.7);
  border-right-color: rgb(180 52 3 / 0.7);
}
.border-x-orange-700\/75 {
  border-left-color: rgb(180 52 3 / 0.75);
  border-right-color: rgb(180 52 3 / 0.75);
}
.border-x-orange-700\/80 {
  border-left-color: rgb(180 52 3 / 0.8);
  border-right-color: rgb(180 52 3 / 0.8);
}
.border-x-orange-700\/85 {
  border-left-color: rgb(180 52 3 / 0.85);
  border-right-color: rgb(180 52 3 / 0.85);
}
.border-x-orange-700\/90 {
  border-left-color: rgb(180 52 3 / 0.9);
  border-right-color: rgb(180 52 3 / 0.9);
}
.border-x-orange-700\/95 {
  border-left-color: rgb(180 52 3 / 0.95);
  border-right-color: rgb(180 52 3 / 0.95);
}
.border-x-orange-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(138 44 13 / var(--tw-border-opacity, 1));
  border-right-color: rgb(138 44 13 / var(--tw-border-opacity, 1));
}
.border-x-orange-800\/0 {
  border-left-color: rgb(138 44 13 / 0);
  border-right-color: rgb(138 44 13 / 0);
}
.border-x-orange-800\/10 {
  border-left-color: rgb(138 44 13 / 0.1);
  border-right-color: rgb(138 44 13 / 0.1);
}
.border-x-orange-800\/100 {
  border-left-color: rgb(138 44 13 / 1);
  border-right-color: rgb(138 44 13 / 1);
}
.border-x-orange-800\/15 {
  border-left-color: rgb(138 44 13 / 0.15);
  border-right-color: rgb(138 44 13 / 0.15);
}
.border-x-orange-800\/20 {
  border-left-color: rgb(138 44 13 / 0.2);
  border-right-color: rgb(138 44 13 / 0.2);
}
.border-x-orange-800\/25 {
  border-left-color: rgb(138 44 13 / 0.25);
  border-right-color: rgb(138 44 13 / 0.25);
}
.border-x-orange-800\/30 {
  border-left-color: rgb(138 44 13 / 0.3);
  border-right-color: rgb(138 44 13 / 0.3);
}
.border-x-orange-800\/35 {
  border-left-color: rgb(138 44 13 / 0.35);
  border-right-color: rgb(138 44 13 / 0.35);
}
.border-x-orange-800\/40 {
  border-left-color: rgb(138 44 13 / 0.4);
  border-right-color: rgb(138 44 13 / 0.4);
}
.border-x-orange-800\/45 {
  border-left-color: rgb(138 44 13 / 0.45);
  border-right-color: rgb(138 44 13 / 0.45);
}
.border-x-orange-800\/5 {
  border-left-color: rgb(138 44 13 / 0.05);
  border-right-color: rgb(138 44 13 / 0.05);
}
.border-x-orange-800\/50 {
  border-left-color: rgb(138 44 13 / 0.5);
  border-right-color: rgb(138 44 13 / 0.5);
}
.border-x-orange-800\/55 {
  border-left-color: rgb(138 44 13 / 0.55);
  border-right-color: rgb(138 44 13 / 0.55);
}
.border-x-orange-800\/60 {
  border-left-color: rgb(138 44 13 / 0.6);
  border-right-color: rgb(138 44 13 / 0.6);
}
.border-x-orange-800\/65 {
  border-left-color: rgb(138 44 13 / 0.65);
  border-right-color: rgb(138 44 13 / 0.65);
}
.border-x-orange-800\/70 {
  border-left-color: rgb(138 44 13 / 0.7);
  border-right-color: rgb(138 44 13 / 0.7);
}
.border-x-orange-800\/75 {
  border-left-color: rgb(138 44 13 / 0.75);
  border-right-color: rgb(138 44 13 / 0.75);
}
.border-x-orange-800\/80 {
  border-left-color: rgb(138 44 13 / 0.8);
  border-right-color: rgb(138 44 13 / 0.8);
}
.border-x-orange-800\/85 {
  border-left-color: rgb(138 44 13 / 0.85);
  border-right-color: rgb(138 44 13 / 0.85);
}
.border-x-orange-800\/90 {
  border-left-color: rgb(138 44 13 / 0.9);
  border-right-color: rgb(138 44 13 / 0.9);
}
.border-x-orange-800\/95 {
  border-left-color: rgb(138 44 13 / 0.95);
  border-right-color: rgb(138 44 13 / 0.95);
}
.border-x-orange-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(119 29 29 / var(--tw-border-opacity, 1));
  border-right-color: rgb(119 29 29 / var(--tw-border-opacity, 1));
}
.border-x-orange-900\/0 {
  border-left-color: rgb(119 29 29 / 0);
  border-right-color: rgb(119 29 29 / 0);
}
.border-x-orange-900\/10 {
  border-left-color: rgb(119 29 29 / 0.1);
  border-right-color: rgb(119 29 29 / 0.1);
}
.border-x-orange-900\/100 {
  border-left-color: rgb(119 29 29 / 1);
  border-right-color: rgb(119 29 29 / 1);
}
.border-x-orange-900\/15 {
  border-left-color: rgb(119 29 29 / 0.15);
  border-right-color: rgb(119 29 29 / 0.15);
}
.border-x-orange-900\/20 {
  border-left-color: rgb(119 29 29 / 0.2);
  border-right-color: rgb(119 29 29 / 0.2);
}
.border-x-orange-900\/25 {
  border-left-color: rgb(119 29 29 / 0.25);
  border-right-color: rgb(119 29 29 / 0.25);
}
.border-x-orange-900\/30 {
  border-left-color: rgb(119 29 29 / 0.3);
  border-right-color: rgb(119 29 29 / 0.3);
}
.border-x-orange-900\/35 {
  border-left-color: rgb(119 29 29 / 0.35);
  border-right-color: rgb(119 29 29 / 0.35);
}
.border-x-orange-900\/40 {
  border-left-color: rgb(119 29 29 / 0.4);
  border-right-color: rgb(119 29 29 / 0.4);
}
.border-x-orange-900\/45 {
  border-left-color: rgb(119 29 29 / 0.45);
  border-right-color: rgb(119 29 29 / 0.45);
}
.border-x-orange-900\/5 {
  border-left-color: rgb(119 29 29 / 0.05);
  border-right-color: rgb(119 29 29 / 0.05);
}
.border-x-orange-900\/50 {
  border-left-color: rgb(119 29 29 / 0.5);
  border-right-color: rgb(119 29 29 / 0.5);
}
.border-x-orange-900\/55 {
  border-left-color: rgb(119 29 29 / 0.55);
  border-right-color: rgb(119 29 29 / 0.55);
}
.border-x-orange-900\/60 {
  border-left-color: rgb(119 29 29 / 0.6);
  border-right-color: rgb(119 29 29 / 0.6);
}
.border-x-orange-900\/65 {
  border-left-color: rgb(119 29 29 / 0.65);
  border-right-color: rgb(119 29 29 / 0.65);
}
.border-x-orange-900\/70 {
  border-left-color: rgb(119 29 29 / 0.7);
  border-right-color: rgb(119 29 29 / 0.7);
}
.border-x-orange-900\/75 {
  border-left-color: rgb(119 29 29 / 0.75);
  border-right-color: rgb(119 29 29 / 0.75);
}
.border-x-orange-900\/80 {
  border-left-color: rgb(119 29 29 / 0.8);
  border-right-color: rgb(119 29 29 / 0.8);
}
.border-x-orange-900\/85 {
  border-left-color: rgb(119 29 29 / 0.85);
  border-right-color: rgb(119 29 29 / 0.85);
}
.border-x-orange-900\/90 {
  border-left-color: rgb(119 29 29 / 0.9);
  border-right-color: rgb(119 29 29 / 0.9);
}
.border-x-orange-900\/95 {
  border-left-color: rgb(119 29 29 / 0.95);
  border-right-color: rgb(119 29 29 / 0.95);
}
.border-x-pink-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(252 232 243 / var(--tw-border-opacity, 1));
  border-right-color: rgb(252 232 243 / var(--tw-border-opacity, 1));
}
.border-x-pink-100\/0 {
  border-left-color: rgb(252 232 243 / 0);
  border-right-color: rgb(252 232 243 / 0);
}
.border-x-pink-100\/10 {
  border-left-color: rgb(252 232 243 / 0.1);
  border-right-color: rgb(252 232 243 / 0.1);
}
.border-x-pink-100\/100 {
  border-left-color: rgb(252 232 243 / 1);
  border-right-color: rgb(252 232 243 / 1);
}
.border-x-pink-100\/15 {
  border-left-color: rgb(252 232 243 / 0.15);
  border-right-color: rgb(252 232 243 / 0.15);
}
.border-x-pink-100\/20 {
  border-left-color: rgb(252 232 243 / 0.2);
  border-right-color: rgb(252 232 243 / 0.2);
}
.border-x-pink-100\/25 {
  border-left-color: rgb(252 232 243 / 0.25);
  border-right-color: rgb(252 232 243 / 0.25);
}
.border-x-pink-100\/30 {
  border-left-color: rgb(252 232 243 / 0.3);
  border-right-color: rgb(252 232 243 / 0.3);
}
.border-x-pink-100\/35 {
  border-left-color: rgb(252 232 243 / 0.35);
  border-right-color: rgb(252 232 243 / 0.35);
}
.border-x-pink-100\/40 {
  border-left-color: rgb(252 232 243 / 0.4);
  border-right-color: rgb(252 232 243 / 0.4);
}
.border-x-pink-100\/45 {
  border-left-color: rgb(252 232 243 / 0.45);
  border-right-color: rgb(252 232 243 / 0.45);
}
.border-x-pink-100\/5 {
  border-left-color: rgb(252 232 243 / 0.05);
  border-right-color: rgb(252 232 243 / 0.05);
}
.border-x-pink-100\/50 {
  border-left-color: rgb(252 232 243 / 0.5);
  border-right-color: rgb(252 232 243 / 0.5);
}
.border-x-pink-100\/55 {
  border-left-color: rgb(252 232 243 / 0.55);
  border-right-color: rgb(252 232 243 / 0.55);
}
.border-x-pink-100\/60 {
  border-left-color: rgb(252 232 243 / 0.6);
  border-right-color: rgb(252 232 243 / 0.6);
}
.border-x-pink-100\/65 {
  border-left-color: rgb(252 232 243 / 0.65);
  border-right-color: rgb(252 232 243 / 0.65);
}
.border-x-pink-100\/70 {
  border-left-color: rgb(252 232 243 / 0.7);
  border-right-color: rgb(252 232 243 / 0.7);
}
.border-x-pink-100\/75 {
  border-left-color: rgb(252 232 243 / 0.75);
  border-right-color: rgb(252 232 243 / 0.75);
}
.border-x-pink-100\/80 {
  border-left-color: rgb(252 232 243 / 0.8);
  border-right-color: rgb(252 232 243 / 0.8);
}
.border-x-pink-100\/85 {
  border-left-color: rgb(252 232 243 / 0.85);
  border-right-color: rgb(252 232 243 / 0.85);
}
.border-x-pink-100\/90 {
  border-left-color: rgb(252 232 243 / 0.9);
  border-right-color: rgb(252 232 243 / 0.9);
}
.border-x-pink-100\/95 {
  border-left-color: rgb(252 232 243 / 0.95);
  border-right-color: rgb(252 232 243 / 0.95);
}
.border-x-pink-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 209 232 / var(--tw-border-opacity, 1));
  border-right-color: rgb(250 209 232 / var(--tw-border-opacity, 1));
}
.border-x-pink-200\/0 {
  border-left-color: rgb(250 209 232 / 0);
  border-right-color: rgb(250 209 232 / 0);
}
.border-x-pink-200\/10 {
  border-left-color: rgb(250 209 232 / 0.1);
  border-right-color: rgb(250 209 232 / 0.1);
}
.border-x-pink-200\/100 {
  border-left-color: rgb(250 209 232 / 1);
  border-right-color: rgb(250 209 232 / 1);
}
.border-x-pink-200\/15 {
  border-left-color: rgb(250 209 232 / 0.15);
  border-right-color: rgb(250 209 232 / 0.15);
}
.border-x-pink-200\/20 {
  border-left-color: rgb(250 209 232 / 0.2);
  border-right-color: rgb(250 209 232 / 0.2);
}
.border-x-pink-200\/25 {
  border-left-color: rgb(250 209 232 / 0.25);
  border-right-color: rgb(250 209 232 / 0.25);
}
.border-x-pink-200\/30 {
  border-left-color: rgb(250 209 232 / 0.3);
  border-right-color: rgb(250 209 232 / 0.3);
}
.border-x-pink-200\/35 {
  border-left-color: rgb(250 209 232 / 0.35);
  border-right-color: rgb(250 209 232 / 0.35);
}
.border-x-pink-200\/40 {
  border-left-color: rgb(250 209 232 / 0.4);
  border-right-color: rgb(250 209 232 / 0.4);
}
.border-x-pink-200\/45 {
  border-left-color: rgb(250 209 232 / 0.45);
  border-right-color: rgb(250 209 232 / 0.45);
}
.border-x-pink-200\/5 {
  border-left-color: rgb(250 209 232 / 0.05);
  border-right-color: rgb(250 209 232 / 0.05);
}
.border-x-pink-200\/50 {
  border-left-color: rgb(250 209 232 / 0.5);
  border-right-color: rgb(250 209 232 / 0.5);
}
.border-x-pink-200\/55 {
  border-left-color: rgb(250 209 232 / 0.55);
  border-right-color: rgb(250 209 232 / 0.55);
}
.border-x-pink-200\/60 {
  border-left-color: rgb(250 209 232 / 0.6);
  border-right-color: rgb(250 209 232 / 0.6);
}
.border-x-pink-200\/65 {
  border-left-color: rgb(250 209 232 / 0.65);
  border-right-color: rgb(250 209 232 / 0.65);
}
.border-x-pink-200\/70 {
  border-left-color: rgb(250 209 232 / 0.7);
  border-right-color: rgb(250 209 232 / 0.7);
}
.border-x-pink-200\/75 {
  border-left-color: rgb(250 209 232 / 0.75);
  border-right-color: rgb(250 209 232 / 0.75);
}
.border-x-pink-200\/80 {
  border-left-color: rgb(250 209 232 / 0.8);
  border-right-color: rgb(250 209 232 / 0.8);
}
.border-x-pink-200\/85 {
  border-left-color: rgb(250 209 232 / 0.85);
  border-right-color: rgb(250 209 232 / 0.85);
}
.border-x-pink-200\/90 {
  border-left-color: rgb(250 209 232 / 0.9);
  border-right-color: rgb(250 209 232 / 0.9);
}
.border-x-pink-200\/95 {
  border-left-color: rgb(250 209 232 / 0.95);
  border-right-color: rgb(250 209 232 / 0.95);
}
.border-x-pink-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(248 180 217 / var(--tw-border-opacity, 1));
  border-right-color: rgb(248 180 217 / var(--tw-border-opacity, 1));
}
.border-x-pink-300\/0 {
  border-left-color: rgb(248 180 217 / 0);
  border-right-color: rgb(248 180 217 / 0);
}
.border-x-pink-300\/10 {
  border-left-color: rgb(248 180 217 / 0.1);
  border-right-color: rgb(248 180 217 / 0.1);
}
.border-x-pink-300\/100 {
  border-left-color: rgb(248 180 217 / 1);
  border-right-color: rgb(248 180 217 / 1);
}
.border-x-pink-300\/15 {
  border-left-color: rgb(248 180 217 / 0.15);
  border-right-color: rgb(248 180 217 / 0.15);
}
.border-x-pink-300\/20 {
  border-left-color: rgb(248 180 217 / 0.2);
  border-right-color: rgb(248 180 217 / 0.2);
}
.border-x-pink-300\/25 {
  border-left-color: rgb(248 180 217 / 0.25);
  border-right-color: rgb(248 180 217 / 0.25);
}
.border-x-pink-300\/30 {
  border-left-color: rgb(248 180 217 / 0.3);
  border-right-color: rgb(248 180 217 / 0.3);
}
.border-x-pink-300\/35 {
  border-left-color: rgb(248 180 217 / 0.35);
  border-right-color: rgb(248 180 217 / 0.35);
}
.border-x-pink-300\/40 {
  border-left-color: rgb(248 180 217 / 0.4);
  border-right-color: rgb(248 180 217 / 0.4);
}
.border-x-pink-300\/45 {
  border-left-color: rgb(248 180 217 / 0.45);
  border-right-color: rgb(248 180 217 / 0.45);
}
.border-x-pink-300\/5 {
  border-left-color: rgb(248 180 217 / 0.05);
  border-right-color: rgb(248 180 217 / 0.05);
}
.border-x-pink-300\/50 {
  border-left-color: rgb(248 180 217 / 0.5);
  border-right-color: rgb(248 180 217 / 0.5);
}
.border-x-pink-300\/55 {
  border-left-color: rgb(248 180 217 / 0.55);
  border-right-color: rgb(248 180 217 / 0.55);
}
.border-x-pink-300\/60 {
  border-left-color: rgb(248 180 217 / 0.6);
  border-right-color: rgb(248 180 217 / 0.6);
}
.border-x-pink-300\/65 {
  border-left-color: rgb(248 180 217 / 0.65);
  border-right-color: rgb(248 180 217 / 0.65);
}
.border-x-pink-300\/70 {
  border-left-color: rgb(248 180 217 / 0.7);
  border-right-color: rgb(248 180 217 / 0.7);
}
.border-x-pink-300\/75 {
  border-left-color: rgb(248 180 217 / 0.75);
  border-right-color: rgb(248 180 217 / 0.75);
}
.border-x-pink-300\/80 {
  border-left-color: rgb(248 180 217 / 0.8);
  border-right-color: rgb(248 180 217 / 0.8);
}
.border-x-pink-300\/85 {
  border-left-color: rgb(248 180 217 / 0.85);
  border-right-color: rgb(248 180 217 / 0.85);
}
.border-x-pink-300\/90 {
  border-left-color: rgb(248 180 217 / 0.9);
  border-right-color: rgb(248 180 217 / 0.9);
}
.border-x-pink-300\/95 {
  border-left-color: rgb(248 180 217 / 0.95);
  border-right-color: rgb(248 180 217 / 0.95);
}
.border-x-pink-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(241 126 184 / var(--tw-border-opacity, 1));
  border-right-color: rgb(241 126 184 / var(--tw-border-opacity, 1));
}
.border-x-pink-400\/0 {
  border-left-color: rgb(241 126 184 / 0);
  border-right-color: rgb(241 126 184 / 0);
}
.border-x-pink-400\/10 {
  border-left-color: rgb(241 126 184 / 0.1);
  border-right-color: rgb(241 126 184 / 0.1);
}
.border-x-pink-400\/100 {
  border-left-color: rgb(241 126 184 / 1);
  border-right-color: rgb(241 126 184 / 1);
}
.border-x-pink-400\/15 {
  border-left-color: rgb(241 126 184 / 0.15);
  border-right-color: rgb(241 126 184 / 0.15);
}
.border-x-pink-400\/20 {
  border-left-color: rgb(241 126 184 / 0.2);
  border-right-color: rgb(241 126 184 / 0.2);
}
.border-x-pink-400\/25 {
  border-left-color: rgb(241 126 184 / 0.25);
  border-right-color: rgb(241 126 184 / 0.25);
}
.border-x-pink-400\/30 {
  border-left-color: rgb(241 126 184 / 0.3);
  border-right-color: rgb(241 126 184 / 0.3);
}
.border-x-pink-400\/35 {
  border-left-color: rgb(241 126 184 / 0.35);
  border-right-color: rgb(241 126 184 / 0.35);
}
.border-x-pink-400\/40 {
  border-left-color: rgb(241 126 184 / 0.4);
  border-right-color: rgb(241 126 184 / 0.4);
}
.border-x-pink-400\/45 {
  border-left-color: rgb(241 126 184 / 0.45);
  border-right-color: rgb(241 126 184 / 0.45);
}
.border-x-pink-400\/5 {
  border-left-color: rgb(241 126 184 / 0.05);
  border-right-color: rgb(241 126 184 / 0.05);
}
.border-x-pink-400\/50 {
  border-left-color: rgb(241 126 184 / 0.5);
  border-right-color: rgb(241 126 184 / 0.5);
}
.border-x-pink-400\/55 {
  border-left-color: rgb(241 126 184 / 0.55);
  border-right-color: rgb(241 126 184 / 0.55);
}
.border-x-pink-400\/60 {
  border-left-color: rgb(241 126 184 / 0.6);
  border-right-color: rgb(241 126 184 / 0.6);
}
.border-x-pink-400\/65 {
  border-left-color: rgb(241 126 184 / 0.65);
  border-right-color: rgb(241 126 184 / 0.65);
}
.border-x-pink-400\/70 {
  border-left-color: rgb(241 126 184 / 0.7);
  border-right-color: rgb(241 126 184 / 0.7);
}
.border-x-pink-400\/75 {
  border-left-color: rgb(241 126 184 / 0.75);
  border-right-color: rgb(241 126 184 / 0.75);
}
.border-x-pink-400\/80 {
  border-left-color: rgb(241 126 184 / 0.8);
  border-right-color: rgb(241 126 184 / 0.8);
}
.border-x-pink-400\/85 {
  border-left-color: rgb(241 126 184 / 0.85);
  border-right-color: rgb(241 126 184 / 0.85);
}
.border-x-pink-400\/90 {
  border-left-color: rgb(241 126 184 / 0.9);
  border-right-color: rgb(241 126 184 / 0.9);
}
.border-x-pink-400\/95 {
  border-left-color: rgb(241 126 184 / 0.95);
  border-right-color: rgb(241 126 184 / 0.95);
}
.border-x-pink-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
  border-right-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
}
.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(231 70 148 / var(--tw-border-opacity, 1));
  border-right-color: rgb(231 70 148 / var(--tw-border-opacity, 1));
}
.border-x-pink-500\/0 {
  border-left-color: rgb(231 70 148 / 0);
  border-right-color: rgb(231 70 148 / 0);
}
.border-x-pink-500\/10 {
  border-left-color: rgb(231 70 148 / 0.1);
  border-right-color: rgb(231 70 148 / 0.1);
}
.border-x-pink-500\/100 {
  border-left-color: rgb(231 70 148 / 1);
  border-right-color: rgb(231 70 148 / 1);
}
.border-x-pink-500\/15 {
  border-left-color: rgb(231 70 148 / 0.15);
  border-right-color: rgb(231 70 148 / 0.15);
}
.border-x-pink-500\/20 {
  border-left-color: rgb(231 70 148 / 0.2);
  border-right-color: rgb(231 70 148 / 0.2);
}
.border-x-pink-500\/25 {
  border-left-color: rgb(231 70 148 / 0.25);
  border-right-color: rgb(231 70 148 / 0.25);
}
.border-x-pink-500\/30 {
  border-left-color: rgb(231 70 148 / 0.3);
  border-right-color: rgb(231 70 148 / 0.3);
}
.border-x-pink-500\/35 {
  border-left-color: rgb(231 70 148 / 0.35);
  border-right-color: rgb(231 70 148 / 0.35);
}
.border-x-pink-500\/40 {
  border-left-color: rgb(231 70 148 / 0.4);
  border-right-color: rgb(231 70 148 / 0.4);
}
.border-x-pink-500\/45 {
  border-left-color: rgb(231 70 148 / 0.45);
  border-right-color: rgb(231 70 148 / 0.45);
}
.border-x-pink-500\/5 {
  border-left-color: rgb(231 70 148 / 0.05);
  border-right-color: rgb(231 70 148 / 0.05);
}
.border-x-pink-500\/50 {
  border-left-color: rgb(231 70 148 / 0.5);
  border-right-color: rgb(231 70 148 / 0.5);
}
.border-x-pink-500\/55 {
  border-left-color: rgb(231 70 148 / 0.55);
  border-right-color: rgb(231 70 148 / 0.55);
}
.border-x-pink-500\/60 {
  border-left-color: rgb(231 70 148 / 0.6);
  border-right-color: rgb(231 70 148 / 0.6);
}
.border-x-pink-500\/65 {
  border-left-color: rgb(231 70 148 / 0.65);
  border-right-color: rgb(231 70 148 / 0.65);
}
.border-x-pink-500\/70 {
  border-left-color: rgb(231 70 148 / 0.7);
  border-right-color: rgb(231 70 148 / 0.7);
}
.border-x-pink-500\/75 {
  border-left-color: rgb(231 70 148 / 0.75);
  border-right-color: rgb(231 70 148 / 0.75);
}
.border-x-pink-500\/80 {
  border-left-color: rgb(231 70 148 / 0.8);
  border-right-color: rgb(231 70 148 / 0.8);
}
.border-x-pink-500\/85 {
  border-left-color: rgb(231 70 148 / 0.85);
  border-right-color: rgb(231 70 148 / 0.85);
}
.border-x-pink-500\/90 {
  border-left-color: rgb(231 70 148 / 0.9);
  border-right-color: rgb(231 70 148 / 0.9);
}
.border-x-pink-500\/95 {
  border-left-color: rgb(231 70 148 / 0.95);
  border-right-color: rgb(231 70 148 / 0.95);
}
.border-x-pink-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(214 31 105 / var(--tw-border-opacity, 1));
  border-right-color: rgb(214 31 105 / var(--tw-border-opacity, 1));
}
.border-x-pink-600\/0 {
  border-left-color: rgb(214 31 105 / 0);
  border-right-color: rgb(214 31 105 / 0);
}
.border-x-pink-600\/10 {
  border-left-color: rgb(214 31 105 / 0.1);
  border-right-color: rgb(214 31 105 / 0.1);
}
.border-x-pink-600\/100 {
  border-left-color: rgb(214 31 105 / 1);
  border-right-color: rgb(214 31 105 / 1);
}
.border-x-pink-600\/15 {
  border-left-color: rgb(214 31 105 / 0.15);
  border-right-color: rgb(214 31 105 / 0.15);
}
.border-x-pink-600\/20 {
  border-left-color: rgb(214 31 105 / 0.2);
  border-right-color: rgb(214 31 105 / 0.2);
}
.border-x-pink-600\/25 {
  border-left-color: rgb(214 31 105 / 0.25);
  border-right-color: rgb(214 31 105 / 0.25);
}
.border-x-pink-600\/30 {
  border-left-color: rgb(214 31 105 / 0.3);
  border-right-color: rgb(214 31 105 / 0.3);
}
.border-x-pink-600\/35 {
  border-left-color: rgb(214 31 105 / 0.35);
  border-right-color: rgb(214 31 105 / 0.35);
}
.border-x-pink-600\/40 {
  border-left-color: rgb(214 31 105 / 0.4);
  border-right-color: rgb(214 31 105 / 0.4);
}
.border-x-pink-600\/45 {
  border-left-color: rgb(214 31 105 / 0.45);
  border-right-color: rgb(214 31 105 / 0.45);
}
.border-x-pink-600\/5 {
  border-left-color: rgb(214 31 105 / 0.05);
  border-right-color: rgb(214 31 105 / 0.05);
}
.border-x-pink-600\/50 {
  border-left-color: rgb(214 31 105 / 0.5);
  border-right-color: rgb(214 31 105 / 0.5);
}
.border-x-pink-600\/55 {
  border-left-color: rgb(214 31 105 / 0.55);
  border-right-color: rgb(214 31 105 / 0.55);
}
.border-x-pink-600\/60 {
  border-left-color: rgb(214 31 105 / 0.6);
  border-right-color: rgb(214 31 105 / 0.6);
}
.border-x-pink-600\/65 {
  border-left-color: rgb(214 31 105 / 0.65);
  border-right-color: rgb(214 31 105 / 0.65);
}
.border-x-pink-600\/70 {
  border-left-color: rgb(214 31 105 / 0.7);
  border-right-color: rgb(214 31 105 / 0.7);
}
.border-x-pink-600\/75 {
  border-left-color: rgb(214 31 105 / 0.75);
  border-right-color: rgb(214 31 105 / 0.75);
}
.border-x-pink-600\/80 {
  border-left-color: rgb(214 31 105 / 0.8);
  border-right-color: rgb(214 31 105 / 0.8);
}
.border-x-pink-600\/85 {
  border-left-color: rgb(214 31 105 / 0.85);
  border-right-color: rgb(214 31 105 / 0.85);
}
.border-x-pink-600\/90 {
  border-left-color: rgb(214 31 105 / 0.9);
  border-right-color: rgb(214 31 105 / 0.9);
}
.border-x-pink-600\/95 {
  border-left-color: rgb(214 31 105 / 0.95);
  border-right-color: rgb(214 31 105 / 0.95);
}
.border-x-pink-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(191 18 93 / var(--tw-border-opacity, 1));
  border-right-color: rgb(191 18 93 / var(--tw-border-opacity, 1));
}
.border-x-pink-700\/0 {
  border-left-color: rgb(191 18 93 / 0);
  border-right-color: rgb(191 18 93 / 0);
}
.border-x-pink-700\/10 {
  border-left-color: rgb(191 18 93 / 0.1);
  border-right-color: rgb(191 18 93 / 0.1);
}
.border-x-pink-700\/100 {
  border-left-color: rgb(191 18 93 / 1);
  border-right-color: rgb(191 18 93 / 1);
}
.border-x-pink-700\/15 {
  border-left-color: rgb(191 18 93 / 0.15);
  border-right-color: rgb(191 18 93 / 0.15);
}
.border-x-pink-700\/20 {
  border-left-color: rgb(191 18 93 / 0.2);
  border-right-color: rgb(191 18 93 / 0.2);
}
.border-x-pink-700\/25 {
  border-left-color: rgb(191 18 93 / 0.25);
  border-right-color: rgb(191 18 93 / 0.25);
}
.border-x-pink-700\/30 {
  border-left-color: rgb(191 18 93 / 0.3);
  border-right-color: rgb(191 18 93 / 0.3);
}
.border-x-pink-700\/35 {
  border-left-color: rgb(191 18 93 / 0.35);
  border-right-color: rgb(191 18 93 / 0.35);
}
.border-x-pink-700\/40 {
  border-left-color: rgb(191 18 93 / 0.4);
  border-right-color: rgb(191 18 93 / 0.4);
}
.border-x-pink-700\/45 {
  border-left-color: rgb(191 18 93 / 0.45);
  border-right-color: rgb(191 18 93 / 0.45);
}
.border-x-pink-700\/5 {
  border-left-color: rgb(191 18 93 / 0.05);
  border-right-color: rgb(191 18 93 / 0.05);
}
.border-x-pink-700\/50 {
  border-left-color: rgb(191 18 93 / 0.5);
  border-right-color: rgb(191 18 93 / 0.5);
}
.border-x-pink-700\/55 {
  border-left-color: rgb(191 18 93 / 0.55);
  border-right-color: rgb(191 18 93 / 0.55);
}
.border-x-pink-700\/60 {
  border-left-color: rgb(191 18 93 / 0.6);
  border-right-color: rgb(191 18 93 / 0.6);
}
.border-x-pink-700\/65 {
  border-left-color: rgb(191 18 93 / 0.65);
  border-right-color: rgb(191 18 93 / 0.65);
}
.border-x-pink-700\/70 {
  border-left-color: rgb(191 18 93 / 0.7);
  border-right-color: rgb(191 18 93 / 0.7);
}
.border-x-pink-700\/75 {
  border-left-color: rgb(191 18 93 / 0.75);
  border-right-color: rgb(191 18 93 / 0.75);
}
.border-x-pink-700\/80 {
  border-left-color: rgb(191 18 93 / 0.8);
  border-right-color: rgb(191 18 93 / 0.8);
}
.border-x-pink-700\/85 {
  border-left-color: rgb(191 18 93 / 0.85);
  border-right-color: rgb(191 18 93 / 0.85);
}
.border-x-pink-700\/90 {
  border-left-color: rgb(191 18 93 / 0.9);
  border-right-color: rgb(191 18 93 / 0.9);
}
.border-x-pink-700\/95 {
  border-left-color: rgb(191 18 93 / 0.95);
  border-right-color: rgb(191 18 93 / 0.95);
}
.border-x-pink-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(153 21 75 / var(--tw-border-opacity, 1));
  border-right-color: rgb(153 21 75 / var(--tw-border-opacity, 1));
}
.border-x-pink-800\/0 {
  border-left-color: rgb(153 21 75 / 0);
  border-right-color: rgb(153 21 75 / 0);
}
.border-x-pink-800\/10 {
  border-left-color: rgb(153 21 75 / 0.1);
  border-right-color: rgb(153 21 75 / 0.1);
}
.border-x-pink-800\/100 {
  border-left-color: rgb(153 21 75 / 1);
  border-right-color: rgb(153 21 75 / 1);
}
.border-x-pink-800\/15 {
  border-left-color: rgb(153 21 75 / 0.15);
  border-right-color: rgb(153 21 75 / 0.15);
}
.border-x-pink-800\/20 {
  border-left-color: rgb(153 21 75 / 0.2);
  border-right-color: rgb(153 21 75 / 0.2);
}
.border-x-pink-800\/25 {
  border-left-color: rgb(153 21 75 / 0.25);
  border-right-color: rgb(153 21 75 / 0.25);
}
.border-x-pink-800\/30 {
  border-left-color: rgb(153 21 75 / 0.3);
  border-right-color: rgb(153 21 75 / 0.3);
}
.border-x-pink-800\/35 {
  border-left-color: rgb(153 21 75 / 0.35);
  border-right-color: rgb(153 21 75 / 0.35);
}
.border-x-pink-800\/40 {
  border-left-color: rgb(153 21 75 / 0.4);
  border-right-color: rgb(153 21 75 / 0.4);
}
.border-x-pink-800\/45 {
  border-left-color: rgb(153 21 75 / 0.45);
  border-right-color: rgb(153 21 75 / 0.45);
}
.border-x-pink-800\/5 {
  border-left-color: rgb(153 21 75 / 0.05);
  border-right-color: rgb(153 21 75 / 0.05);
}
.border-x-pink-800\/50 {
  border-left-color: rgb(153 21 75 / 0.5);
  border-right-color: rgb(153 21 75 / 0.5);
}
.border-x-pink-800\/55 {
  border-left-color: rgb(153 21 75 / 0.55);
  border-right-color: rgb(153 21 75 / 0.55);
}
.border-x-pink-800\/60 {
  border-left-color: rgb(153 21 75 / 0.6);
  border-right-color: rgb(153 21 75 / 0.6);
}
.border-x-pink-800\/65 {
  border-left-color: rgb(153 21 75 / 0.65);
  border-right-color: rgb(153 21 75 / 0.65);
}
.border-x-pink-800\/70 {
  border-left-color: rgb(153 21 75 / 0.7);
  border-right-color: rgb(153 21 75 / 0.7);
}
.border-x-pink-800\/75 {
  border-left-color: rgb(153 21 75 / 0.75);
  border-right-color: rgb(153 21 75 / 0.75);
}
.border-x-pink-800\/80 {
  border-left-color: rgb(153 21 75 / 0.8);
  border-right-color: rgb(153 21 75 / 0.8);
}
.border-x-pink-800\/85 {
  border-left-color: rgb(153 21 75 / 0.85);
  border-right-color: rgb(153 21 75 / 0.85);
}
.border-x-pink-800\/90 {
  border-left-color: rgb(153 21 75 / 0.9);
  border-right-color: rgb(153 21 75 / 0.9);
}
.border-x-pink-800\/95 {
  border-left-color: rgb(153 21 75 / 0.95);
  border-right-color: rgb(153 21 75 / 0.95);
}
.border-x-pink-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(117 26 61 / var(--tw-border-opacity, 1));
  border-right-color: rgb(117 26 61 / var(--tw-border-opacity, 1));
}
.border-x-pink-900\/0 {
  border-left-color: rgb(117 26 61 / 0);
  border-right-color: rgb(117 26 61 / 0);
}
.border-x-pink-900\/10 {
  border-left-color: rgb(117 26 61 / 0.1);
  border-right-color: rgb(117 26 61 / 0.1);
}
.border-x-pink-900\/100 {
  border-left-color: rgb(117 26 61 / 1);
  border-right-color: rgb(117 26 61 / 1);
}
.border-x-pink-900\/15 {
  border-left-color: rgb(117 26 61 / 0.15);
  border-right-color: rgb(117 26 61 / 0.15);
}
.border-x-pink-900\/20 {
  border-left-color: rgb(117 26 61 / 0.2);
  border-right-color: rgb(117 26 61 / 0.2);
}
.border-x-pink-900\/25 {
  border-left-color: rgb(117 26 61 / 0.25);
  border-right-color: rgb(117 26 61 / 0.25);
}
.border-x-pink-900\/30 {
  border-left-color: rgb(117 26 61 / 0.3);
  border-right-color: rgb(117 26 61 / 0.3);
}
.border-x-pink-900\/35 {
  border-left-color: rgb(117 26 61 / 0.35);
  border-right-color: rgb(117 26 61 / 0.35);
}
.border-x-pink-900\/40 {
  border-left-color: rgb(117 26 61 / 0.4);
  border-right-color: rgb(117 26 61 / 0.4);
}
.border-x-pink-900\/45 {
  border-left-color: rgb(117 26 61 / 0.45);
  border-right-color: rgb(117 26 61 / 0.45);
}
.border-x-pink-900\/5 {
  border-left-color: rgb(117 26 61 / 0.05);
  border-right-color: rgb(117 26 61 / 0.05);
}
.border-x-pink-900\/50 {
  border-left-color: rgb(117 26 61 / 0.5);
  border-right-color: rgb(117 26 61 / 0.5);
}
.border-x-pink-900\/55 {
  border-left-color: rgb(117 26 61 / 0.55);
  border-right-color: rgb(117 26 61 / 0.55);
}
.border-x-pink-900\/60 {
  border-left-color: rgb(117 26 61 / 0.6);
  border-right-color: rgb(117 26 61 / 0.6);
}
.border-x-pink-900\/65 {
  border-left-color: rgb(117 26 61 / 0.65);
  border-right-color: rgb(117 26 61 / 0.65);
}
.border-x-pink-900\/70 {
  border-left-color: rgb(117 26 61 / 0.7);
  border-right-color: rgb(117 26 61 / 0.7);
}
.border-x-pink-900\/75 {
  border-left-color: rgb(117 26 61 / 0.75);
  border-right-color: rgb(117 26 61 / 0.75);
}
.border-x-pink-900\/80 {
  border-left-color: rgb(117 26 61 / 0.8);
  border-right-color: rgb(117 26 61 / 0.8);
}
.border-x-pink-900\/85 {
  border-left-color: rgb(117 26 61 / 0.85);
  border-right-color: rgb(117 26 61 / 0.85);
}
.border-x-pink-900\/90 {
  border-left-color: rgb(117 26 61 / 0.9);
  border-right-color: rgb(117 26 61 / 0.9);
}
.border-x-pink-900\/95 {
  border-left-color: rgb(117 26 61 / 0.95);
  border-right-color: rgb(117 26 61 / 0.95);
}
.border-x-primary-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
  border-right-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.border-x-primary-100\/0 {
  border-left-color: rgb(254 226 226 / 0);
  border-right-color: rgb(254 226 226 / 0);
}
.border-x-primary-100\/10 {
  border-left-color: rgb(254 226 226 / 0.1);
  border-right-color: rgb(254 226 226 / 0.1);
}
.border-x-primary-100\/100 {
  border-left-color: rgb(254 226 226 / 1);
  border-right-color: rgb(254 226 226 / 1);
}
.border-x-primary-100\/15 {
  border-left-color: rgb(254 226 226 / 0.15);
  border-right-color: rgb(254 226 226 / 0.15);
}
.border-x-primary-100\/20 {
  border-left-color: rgb(254 226 226 / 0.2);
  border-right-color: rgb(254 226 226 / 0.2);
}
.border-x-primary-100\/25 {
  border-left-color: rgb(254 226 226 / 0.25);
  border-right-color: rgb(254 226 226 / 0.25);
}
.border-x-primary-100\/30 {
  border-left-color: rgb(254 226 226 / 0.3);
  border-right-color: rgb(254 226 226 / 0.3);
}
.border-x-primary-100\/35 {
  border-left-color: rgb(254 226 226 / 0.35);
  border-right-color: rgb(254 226 226 / 0.35);
}
.border-x-primary-100\/40 {
  border-left-color: rgb(254 226 226 / 0.4);
  border-right-color: rgb(254 226 226 / 0.4);
}
.border-x-primary-100\/45 {
  border-left-color: rgb(254 226 226 / 0.45);
  border-right-color: rgb(254 226 226 / 0.45);
}
.border-x-primary-100\/5 {
  border-left-color: rgb(254 226 226 / 0.05);
  border-right-color: rgb(254 226 226 / 0.05);
}
.border-x-primary-100\/50 {
  border-left-color: rgb(254 226 226 / 0.5);
  border-right-color: rgb(254 226 226 / 0.5);
}
.border-x-primary-100\/55 {
  border-left-color: rgb(254 226 226 / 0.55);
  border-right-color: rgb(254 226 226 / 0.55);
}
.border-x-primary-100\/60 {
  border-left-color: rgb(254 226 226 / 0.6);
  border-right-color: rgb(254 226 226 / 0.6);
}
.border-x-primary-100\/65 {
  border-left-color: rgb(254 226 226 / 0.65);
  border-right-color: rgb(254 226 226 / 0.65);
}
.border-x-primary-100\/70 {
  border-left-color: rgb(254 226 226 / 0.7);
  border-right-color: rgb(254 226 226 / 0.7);
}
.border-x-primary-100\/75 {
  border-left-color: rgb(254 226 226 / 0.75);
  border-right-color: rgb(254 226 226 / 0.75);
}
.border-x-primary-100\/80 {
  border-left-color: rgb(254 226 226 / 0.8);
  border-right-color: rgb(254 226 226 / 0.8);
}
.border-x-primary-100\/85 {
  border-left-color: rgb(254 226 226 / 0.85);
  border-right-color: rgb(254 226 226 / 0.85);
}
.border-x-primary-100\/90 {
  border-left-color: rgb(254 226 226 / 0.9);
  border-right-color: rgb(254 226 226 / 0.9);
}
.border-x-primary-100\/95 {
  border-left-color: rgb(254 226 226 / 0.95);
  border-right-color: rgb(254 226 226 / 0.95);
}
.border-x-primary-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  border-right-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-x-primary-200\/0 {
  border-left-color: rgb(254 202 202 / 0);
  border-right-color: rgb(254 202 202 / 0);
}
.border-x-primary-200\/10 {
  border-left-color: rgb(254 202 202 / 0.1);
  border-right-color: rgb(254 202 202 / 0.1);
}
.border-x-primary-200\/100 {
  border-left-color: rgb(254 202 202 / 1);
  border-right-color: rgb(254 202 202 / 1);
}
.border-x-primary-200\/15 {
  border-left-color: rgb(254 202 202 / 0.15);
  border-right-color: rgb(254 202 202 / 0.15);
}
.border-x-primary-200\/20 {
  border-left-color: rgb(254 202 202 / 0.2);
  border-right-color: rgb(254 202 202 / 0.2);
}
.border-x-primary-200\/25 {
  border-left-color: rgb(254 202 202 / 0.25);
  border-right-color: rgb(254 202 202 / 0.25);
}
.border-x-primary-200\/30 {
  border-left-color: rgb(254 202 202 / 0.3);
  border-right-color: rgb(254 202 202 / 0.3);
}
.border-x-primary-200\/35 {
  border-left-color: rgb(254 202 202 / 0.35);
  border-right-color: rgb(254 202 202 / 0.35);
}
.border-x-primary-200\/40 {
  border-left-color: rgb(254 202 202 / 0.4);
  border-right-color: rgb(254 202 202 / 0.4);
}
.border-x-primary-200\/45 {
  border-left-color: rgb(254 202 202 / 0.45);
  border-right-color: rgb(254 202 202 / 0.45);
}
.border-x-primary-200\/5 {
  border-left-color: rgb(254 202 202 / 0.05);
  border-right-color: rgb(254 202 202 / 0.05);
}
.border-x-primary-200\/50 {
  border-left-color: rgb(254 202 202 / 0.5);
  border-right-color: rgb(254 202 202 / 0.5);
}
.border-x-primary-200\/55 {
  border-left-color: rgb(254 202 202 / 0.55);
  border-right-color: rgb(254 202 202 / 0.55);
}
.border-x-primary-200\/60 {
  border-left-color: rgb(254 202 202 / 0.6);
  border-right-color: rgb(254 202 202 / 0.6);
}
.border-x-primary-200\/65 {
  border-left-color: rgb(254 202 202 / 0.65);
  border-right-color: rgb(254 202 202 / 0.65);
}
.border-x-primary-200\/70 {
  border-left-color: rgb(254 202 202 / 0.7);
  border-right-color: rgb(254 202 202 / 0.7);
}
.border-x-primary-200\/75 {
  border-left-color: rgb(254 202 202 / 0.75);
  border-right-color: rgb(254 202 202 / 0.75);
}
.border-x-primary-200\/80 {
  border-left-color: rgb(254 202 202 / 0.8);
  border-right-color: rgb(254 202 202 / 0.8);
}
.border-x-primary-200\/85 {
  border-left-color: rgb(254 202 202 / 0.85);
  border-right-color: rgb(254 202 202 / 0.85);
}
.border-x-primary-200\/90 {
  border-left-color: rgb(254 202 202 / 0.9);
  border-right-color: rgb(254 202 202 / 0.9);
}
.border-x-primary-200\/95 {
  border-left-color: rgb(254 202 202 / 0.95);
  border-right-color: rgb(254 202 202 / 0.95);
}
.border-x-primary-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
  border-right-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-x-primary-300\/0 {
  border-left-color: rgb(252 165 165 / 0);
  border-right-color: rgb(252 165 165 / 0);
}
.border-x-primary-300\/10 {
  border-left-color: rgb(252 165 165 / 0.1);
  border-right-color: rgb(252 165 165 / 0.1);
}
.border-x-primary-300\/100 {
  border-left-color: rgb(252 165 165 / 1);
  border-right-color: rgb(252 165 165 / 1);
}
.border-x-primary-300\/15 {
  border-left-color: rgb(252 165 165 / 0.15);
  border-right-color: rgb(252 165 165 / 0.15);
}
.border-x-primary-300\/20 {
  border-left-color: rgb(252 165 165 / 0.2);
  border-right-color: rgb(252 165 165 / 0.2);
}
.border-x-primary-300\/25 {
  border-left-color: rgb(252 165 165 / 0.25);
  border-right-color: rgb(252 165 165 / 0.25);
}
.border-x-primary-300\/30 {
  border-left-color: rgb(252 165 165 / 0.3);
  border-right-color: rgb(252 165 165 / 0.3);
}
.border-x-primary-300\/35 {
  border-left-color: rgb(252 165 165 / 0.35);
  border-right-color: rgb(252 165 165 / 0.35);
}
.border-x-primary-300\/40 {
  border-left-color: rgb(252 165 165 / 0.4);
  border-right-color: rgb(252 165 165 / 0.4);
}
.border-x-primary-300\/45 {
  border-left-color: rgb(252 165 165 / 0.45);
  border-right-color: rgb(252 165 165 / 0.45);
}
.border-x-primary-300\/5 {
  border-left-color: rgb(252 165 165 / 0.05);
  border-right-color: rgb(252 165 165 / 0.05);
}
.border-x-primary-300\/50 {
  border-left-color: rgb(252 165 165 / 0.5);
  border-right-color: rgb(252 165 165 / 0.5);
}
.border-x-primary-300\/55 {
  border-left-color: rgb(252 165 165 / 0.55);
  border-right-color: rgb(252 165 165 / 0.55);
}
.border-x-primary-300\/60 {
  border-left-color: rgb(252 165 165 / 0.6);
  border-right-color: rgb(252 165 165 / 0.6);
}
.border-x-primary-300\/65 {
  border-left-color: rgb(252 165 165 / 0.65);
  border-right-color: rgb(252 165 165 / 0.65);
}
.border-x-primary-300\/70 {
  border-left-color: rgb(252 165 165 / 0.7);
  border-right-color: rgb(252 165 165 / 0.7);
}
.border-x-primary-300\/75 {
  border-left-color: rgb(252 165 165 / 0.75);
  border-right-color: rgb(252 165 165 / 0.75);
}
.border-x-primary-300\/80 {
  border-left-color: rgb(252 165 165 / 0.8);
  border-right-color: rgb(252 165 165 / 0.8);
}
.border-x-primary-300\/85 {
  border-left-color: rgb(252 165 165 / 0.85);
  border-right-color: rgb(252 165 165 / 0.85);
}
.border-x-primary-300\/90 {
  border-left-color: rgb(252 165 165 / 0.9);
  border-right-color: rgb(252 165 165 / 0.9);
}
.border-x-primary-300\/95 {
  border-left-color: rgb(252 165 165 / 0.95);
  border-right-color: rgb(252 165 165 / 0.95);
}
.border-x-primary-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
  border-right-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-x-primary-400\/0 {
  border-left-color: rgb(248 113 113 / 0);
  border-right-color: rgb(248 113 113 / 0);
}
.border-x-primary-400\/10 {
  border-left-color: rgb(248 113 113 / 0.1);
  border-right-color: rgb(248 113 113 / 0.1);
}
.border-x-primary-400\/100 {
  border-left-color: rgb(248 113 113 / 1);
  border-right-color: rgb(248 113 113 / 1);
}
.border-x-primary-400\/15 {
  border-left-color: rgb(248 113 113 / 0.15);
  border-right-color: rgb(248 113 113 / 0.15);
}
.border-x-primary-400\/20 {
  border-left-color: rgb(248 113 113 / 0.2);
  border-right-color: rgb(248 113 113 / 0.2);
}
.border-x-primary-400\/25 {
  border-left-color: rgb(248 113 113 / 0.25);
  border-right-color: rgb(248 113 113 / 0.25);
}
.border-x-primary-400\/30 {
  border-left-color: rgb(248 113 113 / 0.3);
  border-right-color: rgb(248 113 113 / 0.3);
}
.border-x-primary-400\/35 {
  border-left-color: rgb(248 113 113 / 0.35);
  border-right-color: rgb(248 113 113 / 0.35);
}
.border-x-primary-400\/40 {
  border-left-color: rgb(248 113 113 / 0.4);
  border-right-color: rgb(248 113 113 / 0.4);
}
.border-x-primary-400\/45 {
  border-left-color: rgb(248 113 113 / 0.45);
  border-right-color: rgb(248 113 113 / 0.45);
}
.border-x-primary-400\/5 {
  border-left-color: rgb(248 113 113 / 0.05);
  border-right-color: rgb(248 113 113 / 0.05);
}
.border-x-primary-400\/50 {
  border-left-color: rgb(248 113 113 / 0.5);
  border-right-color: rgb(248 113 113 / 0.5);
}
.border-x-primary-400\/55 {
  border-left-color: rgb(248 113 113 / 0.55);
  border-right-color: rgb(248 113 113 / 0.55);
}
.border-x-primary-400\/60 {
  border-left-color: rgb(248 113 113 / 0.6);
  border-right-color: rgb(248 113 113 / 0.6);
}
.border-x-primary-400\/65 {
  border-left-color: rgb(248 113 113 / 0.65);
  border-right-color: rgb(248 113 113 / 0.65);
}
.border-x-primary-400\/70 {
  border-left-color: rgb(248 113 113 / 0.7);
  border-right-color: rgb(248 113 113 / 0.7);
}
.border-x-primary-400\/75 {
  border-left-color: rgb(248 113 113 / 0.75);
  border-right-color: rgb(248 113 113 / 0.75);
}
.border-x-primary-400\/80 {
  border-left-color: rgb(248 113 113 / 0.8);
  border-right-color: rgb(248 113 113 / 0.8);
}
.border-x-primary-400\/85 {
  border-left-color: rgb(248 113 113 / 0.85);
  border-right-color: rgb(248 113 113 / 0.85);
}
.border-x-primary-400\/90 {
  border-left-color: rgb(248 113 113 / 0.9);
  border-right-color: rgb(248 113 113 / 0.9);
}
.border-x-primary-400\/95 {
  border-left-color: rgb(248 113 113 / 0.95);
  border-right-color: rgb(248 113 113 / 0.95);
}
.border-x-primary-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
  border-right-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}
.border-x-primary-50\/0 {
  border-left-color: rgb(254 242 242 / 0);
  border-right-color: rgb(254 242 242 / 0);
}
.border-x-primary-50\/10 {
  border-left-color: rgb(254 242 242 / 0.1);
  border-right-color: rgb(254 242 242 / 0.1);
}
.border-x-primary-50\/100 {
  border-left-color: rgb(254 242 242 / 1);
  border-right-color: rgb(254 242 242 / 1);
}
.border-x-primary-50\/15 {
  border-left-color: rgb(254 242 242 / 0.15);
  border-right-color: rgb(254 242 242 / 0.15);
}
.border-x-primary-50\/20 {
  border-left-color: rgb(254 242 242 / 0.2);
  border-right-color: rgb(254 242 242 / 0.2);
}
.border-x-primary-50\/25 {
  border-left-color: rgb(254 242 242 / 0.25);
  border-right-color: rgb(254 242 242 / 0.25);
}
.border-x-primary-50\/30 {
  border-left-color: rgb(254 242 242 / 0.3);
  border-right-color: rgb(254 242 242 / 0.3);
}
.border-x-primary-50\/35 {
  border-left-color: rgb(254 242 242 / 0.35);
  border-right-color: rgb(254 242 242 / 0.35);
}
.border-x-primary-50\/40 {
  border-left-color: rgb(254 242 242 / 0.4);
  border-right-color: rgb(254 242 242 / 0.4);
}
.border-x-primary-50\/45 {
  border-left-color: rgb(254 242 242 / 0.45);
  border-right-color: rgb(254 242 242 / 0.45);
}
.border-x-primary-50\/5 {
  border-left-color: rgb(254 242 242 / 0.05);
  border-right-color: rgb(254 242 242 / 0.05);
}
.border-x-primary-50\/50 {
  border-left-color: rgb(254 242 242 / 0.5);
  border-right-color: rgb(254 242 242 / 0.5);
}
.border-x-primary-50\/55 {
  border-left-color: rgb(254 242 242 / 0.55);
  border-right-color: rgb(254 242 242 / 0.55);
}
.border-x-primary-50\/60 {
  border-left-color: rgb(254 242 242 / 0.6);
  border-right-color: rgb(254 242 242 / 0.6);
}
.border-x-primary-50\/65 {
  border-left-color: rgb(254 242 242 / 0.65);
  border-right-color: rgb(254 242 242 / 0.65);
}
.border-x-primary-50\/70 {
  border-left-color: rgb(254 242 242 / 0.7);
  border-right-color: rgb(254 242 242 / 0.7);
}
.border-x-primary-50\/75 {
  border-left-color: rgb(254 242 242 / 0.75);
  border-right-color: rgb(254 242 242 / 0.75);
}
.border-x-primary-50\/80 {
  border-left-color: rgb(254 242 242 / 0.8);
  border-right-color: rgb(254 242 242 / 0.8);
}
.border-x-primary-50\/85 {
  border-left-color: rgb(254 242 242 / 0.85);
  border-right-color: rgb(254 242 242 / 0.85);
}
.border-x-primary-50\/90 {
  border-left-color: rgb(254 242 242 / 0.9);
  border-right-color: rgb(254 242 242 / 0.9);
}
.border-x-primary-50\/95 {
  border-left-color: rgb(254 242 242 / 0.95);
  border-right-color: rgb(254 242 242 / 0.95);
}
.border-x-primary-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  border-right-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-x-primary-500\/0 {
  border-left-color: rgb(239 68 68 / 0);
  border-right-color: rgb(239 68 68 / 0);
}
.border-x-primary-500\/10 {
  border-left-color: rgb(239 68 68 / 0.1);
  border-right-color: rgb(239 68 68 / 0.1);
}
.border-x-primary-500\/100 {
  border-left-color: rgb(239 68 68 / 1);
  border-right-color: rgb(239 68 68 / 1);
}
.border-x-primary-500\/15 {
  border-left-color: rgb(239 68 68 / 0.15);
  border-right-color: rgb(239 68 68 / 0.15);
}
.border-x-primary-500\/20 {
  border-left-color: rgb(239 68 68 / 0.2);
  border-right-color: rgb(239 68 68 / 0.2);
}
.border-x-primary-500\/25 {
  border-left-color: rgb(239 68 68 / 0.25);
  border-right-color: rgb(239 68 68 / 0.25);
}
.border-x-primary-500\/30 {
  border-left-color: rgb(239 68 68 / 0.3);
  border-right-color: rgb(239 68 68 / 0.3);
}
.border-x-primary-500\/35 {
  border-left-color: rgb(239 68 68 / 0.35);
  border-right-color: rgb(239 68 68 / 0.35);
}
.border-x-primary-500\/40 {
  border-left-color: rgb(239 68 68 / 0.4);
  border-right-color: rgb(239 68 68 / 0.4);
}
.border-x-primary-500\/45 {
  border-left-color: rgb(239 68 68 / 0.45);
  border-right-color: rgb(239 68 68 / 0.45);
}
.border-x-primary-500\/5 {
  border-left-color: rgb(239 68 68 / 0.05);
  border-right-color: rgb(239 68 68 / 0.05);
}
.border-x-primary-500\/50 {
  border-left-color: rgb(239 68 68 / 0.5);
  border-right-color: rgb(239 68 68 / 0.5);
}
.border-x-primary-500\/55 {
  border-left-color: rgb(239 68 68 / 0.55);
  border-right-color: rgb(239 68 68 / 0.55);
}
.border-x-primary-500\/60 {
  border-left-color: rgb(239 68 68 / 0.6);
  border-right-color: rgb(239 68 68 / 0.6);
}
.border-x-primary-500\/65 {
  border-left-color: rgb(239 68 68 / 0.65);
  border-right-color: rgb(239 68 68 / 0.65);
}
.border-x-primary-500\/70 {
  border-left-color: rgb(239 68 68 / 0.7);
  border-right-color: rgb(239 68 68 / 0.7);
}
.border-x-primary-500\/75 {
  border-left-color: rgb(239 68 68 / 0.75);
  border-right-color: rgb(239 68 68 / 0.75);
}
.border-x-primary-500\/80 {
  border-left-color: rgb(239 68 68 / 0.8);
  border-right-color: rgb(239 68 68 / 0.8);
}
.border-x-primary-500\/85 {
  border-left-color: rgb(239 68 68 / 0.85);
  border-right-color: rgb(239 68 68 / 0.85);
}
.border-x-primary-500\/90 {
  border-left-color: rgb(239 68 68 / 0.9);
  border-right-color: rgb(239 68 68 / 0.9);
}
.border-x-primary-500\/95 {
  border-left-color: rgb(239 68 68 / 0.95);
  border-right-color: rgb(239 68 68 / 0.95);
}
.border-x-primary-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
  border-right-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-x-primary-600\/0 {
  border-left-color: rgb(220 38 38 / 0);
  border-right-color: rgb(220 38 38 / 0);
}
.border-x-primary-600\/10 {
  border-left-color: rgb(220 38 38 / 0.1);
  border-right-color: rgb(220 38 38 / 0.1);
}
.border-x-primary-600\/100 {
  border-left-color: rgb(220 38 38 / 1);
  border-right-color: rgb(220 38 38 / 1);
}
.border-x-primary-600\/15 {
  border-left-color: rgb(220 38 38 / 0.15);
  border-right-color: rgb(220 38 38 / 0.15);
}
.border-x-primary-600\/20 {
  border-left-color: rgb(220 38 38 / 0.2);
  border-right-color: rgb(220 38 38 / 0.2);
}
.border-x-primary-600\/25 {
  border-left-color: rgb(220 38 38 / 0.25);
  border-right-color: rgb(220 38 38 / 0.25);
}
.border-x-primary-600\/30 {
  border-left-color: rgb(220 38 38 / 0.3);
  border-right-color: rgb(220 38 38 / 0.3);
}
.border-x-primary-600\/35 {
  border-left-color: rgb(220 38 38 / 0.35);
  border-right-color: rgb(220 38 38 / 0.35);
}
.border-x-primary-600\/40 {
  border-left-color: rgb(220 38 38 / 0.4);
  border-right-color: rgb(220 38 38 / 0.4);
}
.border-x-primary-600\/45 {
  border-left-color: rgb(220 38 38 / 0.45);
  border-right-color: rgb(220 38 38 / 0.45);
}
.border-x-primary-600\/5 {
  border-left-color: rgb(220 38 38 / 0.05);
  border-right-color: rgb(220 38 38 / 0.05);
}
.border-x-primary-600\/50 {
  border-left-color: rgb(220 38 38 / 0.5);
  border-right-color: rgb(220 38 38 / 0.5);
}
.border-x-primary-600\/55 {
  border-left-color: rgb(220 38 38 / 0.55);
  border-right-color: rgb(220 38 38 / 0.55);
}
.border-x-primary-600\/60 {
  border-left-color: rgb(220 38 38 / 0.6);
  border-right-color: rgb(220 38 38 / 0.6);
}
.border-x-primary-600\/65 {
  border-left-color: rgb(220 38 38 / 0.65);
  border-right-color: rgb(220 38 38 / 0.65);
}
.border-x-primary-600\/70 {
  border-left-color: rgb(220 38 38 / 0.7);
  border-right-color: rgb(220 38 38 / 0.7);
}
.border-x-primary-600\/75 {
  border-left-color: rgb(220 38 38 / 0.75);
  border-right-color: rgb(220 38 38 / 0.75);
}
.border-x-primary-600\/80 {
  border-left-color: rgb(220 38 38 / 0.8);
  border-right-color: rgb(220 38 38 / 0.8);
}
.border-x-primary-600\/85 {
  border-left-color: rgb(220 38 38 / 0.85);
  border-right-color: rgb(220 38 38 / 0.85);
}
.border-x-primary-600\/90 {
  border-left-color: rgb(220 38 38 / 0.9);
  border-right-color: rgb(220 38 38 / 0.9);
}
.border-x-primary-600\/95 {
  border-left-color: rgb(220 38 38 / 0.95);
  border-right-color: rgb(220 38 38 / 0.95);
}
.border-x-primary-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
  border-right-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
.border-x-primary-700\/0 {
  border-left-color: rgb(185 28 28 / 0);
  border-right-color: rgb(185 28 28 / 0);
}
.border-x-primary-700\/10 {
  border-left-color: rgb(185 28 28 / 0.1);
  border-right-color: rgb(185 28 28 / 0.1);
}
.border-x-primary-700\/100 {
  border-left-color: rgb(185 28 28 / 1);
  border-right-color: rgb(185 28 28 / 1);
}
.border-x-primary-700\/15 {
  border-left-color: rgb(185 28 28 / 0.15);
  border-right-color: rgb(185 28 28 / 0.15);
}
.border-x-primary-700\/20 {
  border-left-color: rgb(185 28 28 / 0.2);
  border-right-color: rgb(185 28 28 / 0.2);
}
.border-x-primary-700\/25 {
  border-left-color: rgb(185 28 28 / 0.25);
  border-right-color: rgb(185 28 28 / 0.25);
}
.border-x-primary-700\/30 {
  border-left-color: rgb(185 28 28 / 0.3);
  border-right-color: rgb(185 28 28 / 0.3);
}
.border-x-primary-700\/35 {
  border-left-color: rgb(185 28 28 / 0.35);
  border-right-color: rgb(185 28 28 / 0.35);
}
.border-x-primary-700\/40 {
  border-left-color: rgb(185 28 28 / 0.4);
  border-right-color: rgb(185 28 28 / 0.4);
}
.border-x-primary-700\/45 {
  border-left-color: rgb(185 28 28 / 0.45);
  border-right-color: rgb(185 28 28 / 0.45);
}
.border-x-primary-700\/5 {
  border-left-color: rgb(185 28 28 / 0.05);
  border-right-color: rgb(185 28 28 / 0.05);
}
.border-x-primary-700\/50 {
  border-left-color: rgb(185 28 28 / 0.5);
  border-right-color: rgb(185 28 28 / 0.5);
}
.border-x-primary-700\/55 {
  border-left-color: rgb(185 28 28 / 0.55);
  border-right-color: rgb(185 28 28 / 0.55);
}
.border-x-primary-700\/60 {
  border-left-color: rgb(185 28 28 / 0.6);
  border-right-color: rgb(185 28 28 / 0.6);
}
.border-x-primary-700\/65 {
  border-left-color: rgb(185 28 28 / 0.65);
  border-right-color: rgb(185 28 28 / 0.65);
}
.border-x-primary-700\/70 {
  border-left-color: rgb(185 28 28 / 0.7);
  border-right-color: rgb(185 28 28 / 0.7);
}
.border-x-primary-700\/75 {
  border-left-color: rgb(185 28 28 / 0.75);
  border-right-color: rgb(185 28 28 / 0.75);
}
.border-x-primary-700\/80 {
  border-left-color: rgb(185 28 28 / 0.8);
  border-right-color: rgb(185 28 28 / 0.8);
}
.border-x-primary-700\/85 {
  border-left-color: rgb(185 28 28 / 0.85);
  border-right-color: rgb(185 28 28 / 0.85);
}
.border-x-primary-700\/90 {
  border-left-color: rgb(185 28 28 / 0.9);
  border-right-color: rgb(185 28 28 / 0.9);
}
.border-x-primary-700\/95 {
  border-left-color: rgb(185 28 28 / 0.95);
  border-right-color: rgb(185 28 28 / 0.95);
}
.border-x-primary-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
  border-right-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}
.border-x-primary-800\/0 {
  border-left-color: rgb(153 27 27 / 0);
  border-right-color: rgb(153 27 27 / 0);
}
.border-x-primary-800\/10 {
  border-left-color: rgb(153 27 27 / 0.1);
  border-right-color: rgb(153 27 27 / 0.1);
}
.border-x-primary-800\/100 {
  border-left-color: rgb(153 27 27 / 1);
  border-right-color: rgb(153 27 27 / 1);
}
.border-x-primary-800\/15 {
  border-left-color: rgb(153 27 27 / 0.15);
  border-right-color: rgb(153 27 27 / 0.15);
}
.border-x-primary-800\/20 {
  border-left-color: rgb(153 27 27 / 0.2);
  border-right-color: rgb(153 27 27 / 0.2);
}
.border-x-primary-800\/25 {
  border-left-color: rgb(153 27 27 / 0.25);
  border-right-color: rgb(153 27 27 / 0.25);
}
.border-x-primary-800\/30 {
  border-left-color: rgb(153 27 27 / 0.3);
  border-right-color: rgb(153 27 27 / 0.3);
}
.border-x-primary-800\/35 {
  border-left-color: rgb(153 27 27 / 0.35);
  border-right-color: rgb(153 27 27 / 0.35);
}
.border-x-primary-800\/40 {
  border-left-color: rgb(153 27 27 / 0.4);
  border-right-color: rgb(153 27 27 / 0.4);
}
.border-x-primary-800\/45 {
  border-left-color: rgb(153 27 27 / 0.45);
  border-right-color: rgb(153 27 27 / 0.45);
}
.border-x-primary-800\/5 {
  border-left-color: rgb(153 27 27 / 0.05);
  border-right-color: rgb(153 27 27 / 0.05);
}
.border-x-primary-800\/50 {
  border-left-color: rgb(153 27 27 / 0.5);
  border-right-color: rgb(153 27 27 / 0.5);
}
.border-x-primary-800\/55 {
  border-left-color: rgb(153 27 27 / 0.55);
  border-right-color: rgb(153 27 27 / 0.55);
}
.border-x-primary-800\/60 {
  border-left-color: rgb(153 27 27 / 0.6);
  border-right-color: rgb(153 27 27 / 0.6);
}
.border-x-primary-800\/65 {
  border-left-color: rgb(153 27 27 / 0.65);
  border-right-color: rgb(153 27 27 / 0.65);
}
.border-x-primary-800\/70 {
  border-left-color: rgb(153 27 27 / 0.7);
  border-right-color: rgb(153 27 27 / 0.7);
}
.border-x-primary-800\/75 {
  border-left-color: rgb(153 27 27 / 0.75);
  border-right-color: rgb(153 27 27 / 0.75);
}
.border-x-primary-800\/80 {
  border-left-color: rgb(153 27 27 / 0.8);
  border-right-color: rgb(153 27 27 / 0.8);
}
.border-x-primary-800\/85 {
  border-left-color: rgb(153 27 27 / 0.85);
  border-right-color: rgb(153 27 27 / 0.85);
}
.border-x-primary-800\/90 {
  border-left-color: rgb(153 27 27 / 0.9);
  border-right-color: rgb(153 27 27 / 0.9);
}
.border-x-primary-800\/95 {
  border-left-color: rgb(153 27 27 / 0.95);
  border-right-color: rgb(153 27 27 / 0.95);
}
.border-x-primary-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
  border-right-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}
.border-x-primary-900\/0 {
  border-left-color: rgb(127 29 29 / 0);
  border-right-color: rgb(127 29 29 / 0);
}
.border-x-primary-900\/10 {
  border-left-color: rgb(127 29 29 / 0.1);
  border-right-color: rgb(127 29 29 / 0.1);
}
.border-x-primary-900\/100 {
  border-left-color: rgb(127 29 29 / 1);
  border-right-color: rgb(127 29 29 / 1);
}
.border-x-primary-900\/15 {
  border-left-color: rgb(127 29 29 / 0.15);
  border-right-color: rgb(127 29 29 / 0.15);
}
.border-x-primary-900\/20 {
  border-left-color: rgb(127 29 29 / 0.2);
  border-right-color: rgb(127 29 29 / 0.2);
}
.border-x-primary-900\/25 {
  border-left-color: rgb(127 29 29 / 0.25);
  border-right-color: rgb(127 29 29 / 0.25);
}
.border-x-primary-900\/30 {
  border-left-color: rgb(127 29 29 / 0.3);
  border-right-color: rgb(127 29 29 / 0.3);
}
.border-x-primary-900\/35 {
  border-left-color: rgb(127 29 29 / 0.35);
  border-right-color: rgb(127 29 29 / 0.35);
}
.border-x-primary-900\/40 {
  border-left-color: rgb(127 29 29 / 0.4);
  border-right-color: rgb(127 29 29 / 0.4);
}
.border-x-primary-900\/45 {
  border-left-color: rgb(127 29 29 / 0.45);
  border-right-color: rgb(127 29 29 / 0.45);
}
.border-x-primary-900\/5 {
  border-left-color: rgb(127 29 29 / 0.05);
  border-right-color: rgb(127 29 29 / 0.05);
}
.border-x-primary-900\/50 {
  border-left-color: rgb(127 29 29 / 0.5);
  border-right-color: rgb(127 29 29 / 0.5);
}
.border-x-primary-900\/55 {
  border-left-color: rgb(127 29 29 / 0.55);
  border-right-color: rgb(127 29 29 / 0.55);
}
.border-x-primary-900\/60 {
  border-left-color: rgb(127 29 29 / 0.6);
  border-right-color: rgb(127 29 29 / 0.6);
}
.border-x-primary-900\/65 {
  border-left-color: rgb(127 29 29 / 0.65);
  border-right-color: rgb(127 29 29 / 0.65);
}
.border-x-primary-900\/70 {
  border-left-color: rgb(127 29 29 / 0.7);
  border-right-color: rgb(127 29 29 / 0.7);
}
.border-x-primary-900\/75 {
  border-left-color: rgb(127 29 29 / 0.75);
  border-right-color: rgb(127 29 29 / 0.75);
}
.border-x-primary-900\/80 {
  border-left-color: rgb(127 29 29 / 0.8);
  border-right-color: rgb(127 29 29 / 0.8);
}
.border-x-primary-900\/85 {
  border-left-color: rgb(127 29 29 / 0.85);
  border-right-color: rgb(127 29 29 / 0.85);
}
.border-x-primary-900\/90 {
  border-left-color: rgb(127 29 29 / 0.9);
  border-right-color: rgb(127 29 29 / 0.9);
}
.border-x-primary-900\/95 {
  border-left-color: rgb(127 29 29 / 0.95);
  border-right-color: rgb(127 29 29 / 0.95);
}
.border-x-primary-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
  border-right-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}
.border-x-primary-950\/0 {
  border-left-color: rgb(69 10 10 / 0);
  border-right-color: rgb(69 10 10 / 0);
}
.border-x-primary-950\/10 {
  border-left-color: rgb(69 10 10 / 0.1);
  border-right-color: rgb(69 10 10 / 0.1);
}
.border-x-primary-950\/100 {
  border-left-color: rgb(69 10 10 / 1);
  border-right-color: rgb(69 10 10 / 1);
}
.border-x-primary-950\/15 {
  border-left-color: rgb(69 10 10 / 0.15);
  border-right-color: rgb(69 10 10 / 0.15);
}
.border-x-primary-950\/20 {
  border-left-color: rgb(69 10 10 / 0.2);
  border-right-color: rgb(69 10 10 / 0.2);
}
.border-x-primary-950\/25 {
  border-left-color: rgb(69 10 10 / 0.25);
  border-right-color: rgb(69 10 10 / 0.25);
}
.border-x-primary-950\/30 {
  border-left-color: rgb(69 10 10 / 0.3);
  border-right-color: rgb(69 10 10 / 0.3);
}
.border-x-primary-950\/35 {
  border-left-color: rgb(69 10 10 / 0.35);
  border-right-color: rgb(69 10 10 / 0.35);
}
.border-x-primary-950\/40 {
  border-left-color: rgb(69 10 10 / 0.4);
  border-right-color: rgb(69 10 10 / 0.4);
}
.border-x-primary-950\/45 {
  border-left-color: rgb(69 10 10 / 0.45);
  border-right-color: rgb(69 10 10 / 0.45);
}
.border-x-primary-950\/5 {
  border-left-color: rgb(69 10 10 / 0.05);
  border-right-color: rgb(69 10 10 / 0.05);
}
.border-x-primary-950\/50 {
  border-left-color: rgb(69 10 10 / 0.5);
  border-right-color: rgb(69 10 10 / 0.5);
}
.border-x-primary-950\/55 {
  border-left-color: rgb(69 10 10 / 0.55);
  border-right-color: rgb(69 10 10 / 0.55);
}
.border-x-primary-950\/60 {
  border-left-color: rgb(69 10 10 / 0.6);
  border-right-color: rgb(69 10 10 / 0.6);
}
.border-x-primary-950\/65 {
  border-left-color: rgb(69 10 10 / 0.65);
  border-right-color: rgb(69 10 10 / 0.65);
}
.border-x-primary-950\/70 {
  border-left-color: rgb(69 10 10 / 0.7);
  border-right-color: rgb(69 10 10 / 0.7);
}
.border-x-primary-950\/75 {
  border-left-color: rgb(69 10 10 / 0.75);
  border-right-color: rgb(69 10 10 / 0.75);
}
.border-x-primary-950\/80 {
  border-left-color: rgb(69 10 10 / 0.8);
  border-right-color: rgb(69 10 10 / 0.8);
}
.border-x-primary-950\/85 {
  border-left-color: rgb(69 10 10 / 0.85);
  border-right-color: rgb(69 10 10 / 0.85);
}
.border-x-primary-950\/90 {
  border-left-color: rgb(69 10 10 / 0.9);
  border-right-color: rgb(69 10 10 / 0.9);
}
.border-x-primary-950\/95 {
  border-left-color: rgb(69 10 10 / 0.95);
  border-right-color: rgb(69 10 10 / 0.95);
}
.border-x-purple-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(237 235 254 / var(--tw-border-opacity, 1));
  border-right-color: rgb(237 235 254 / var(--tw-border-opacity, 1));
}
.border-x-purple-100\/0 {
  border-left-color: rgb(237 235 254 / 0);
  border-right-color: rgb(237 235 254 / 0);
}
.border-x-purple-100\/10 {
  border-left-color: rgb(237 235 254 / 0.1);
  border-right-color: rgb(237 235 254 / 0.1);
}
.border-x-purple-100\/100 {
  border-left-color: rgb(237 235 254 / 1);
  border-right-color: rgb(237 235 254 / 1);
}
.border-x-purple-100\/15 {
  border-left-color: rgb(237 235 254 / 0.15);
  border-right-color: rgb(237 235 254 / 0.15);
}
.border-x-purple-100\/20 {
  border-left-color: rgb(237 235 254 / 0.2);
  border-right-color: rgb(237 235 254 / 0.2);
}
.border-x-purple-100\/25 {
  border-left-color: rgb(237 235 254 / 0.25);
  border-right-color: rgb(237 235 254 / 0.25);
}
.border-x-purple-100\/30 {
  border-left-color: rgb(237 235 254 / 0.3);
  border-right-color: rgb(237 235 254 / 0.3);
}
.border-x-purple-100\/35 {
  border-left-color: rgb(237 235 254 / 0.35);
  border-right-color: rgb(237 235 254 / 0.35);
}
.border-x-purple-100\/40 {
  border-left-color: rgb(237 235 254 / 0.4);
  border-right-color: rgb(237 235 254 / 0.4);
}
.border-x-purple-100\/45 {
  border-left-color: rgb(237 235 254 / 0.45);
  border-right-color: rgb(237 235 254 / 0.45);
}
.border-x-purple-100\/5 {
  border-left-color: rgb(237 235 254 / 0.05);
  border-right-color: rgb(237 235 254 / 0.05);
}
.border-x-purple-100\/50 {
  border-left-color: rgb(237 235 254 / 0.5);
  border-right-color: rgb(237 235 254 / 0.5);
}
.border-x-purple-100\/55 {
  border-left-color: rgb(237 235 254 / 0.55);
  border-right-color: rgb(237 235 254 / 0.55);
}
.border-x-purple-100\/60 {
  border-left-color: rgb(237 235 254 / 0.6);
  border-right-color: rgb(237 235 254 / 0.6);
}
.border-x-purple-100\/65 {
  border-left-color: rgb(237 235 254 / 0.65);
  border-right-color: rgb(237 235 254 / 0.65);
}
.border-x-purple-100\/70 {
  border-left-color: rgb(237 235 254 / 0.7);
  border-right-color: rgb(237 235 254 / 0.7);
}
.border-x-purple-100\/75 {
  border-left-color: rgb(237 235 254 / 0.75);
  border-right-color: rgb(237 235 254 / 0.75);
}
.border-x-purple-100\/80 {
  border-left-color: rgb(237 235 254 / 0.8);
  border-right-color: rgb(237 235 254 / 0.8);
}
.border-x-purple-100\/85 {
  border-left-color: rgb(237 235 254 / 0.85);
  border-right-color: rgb(237 235 254 / 0.85);
}
.border-x-purple-100\/90 {
  border-left-color: rgb(237 235 254 / 0.9);
  border-right-color: rgb(237 235 254 / 0.9);
}
.border-x-purple-100\/95 {
  border-left-color: rgb(237 235 254 / 0.95);
  border-right-color: rgb(237 235 254 / 0.95);
}
.border-x-purple-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(220 215 254 / var(--tw-border-opacity, 1));
  border-right-color: rgb(220 215 254 / var(--tw-border-opacity, 1));
}
.border-x-purple-200\/0 {
  border-left-color: rgb(220 215 254 / 0);
  border-right-color: rgb(220 215 254 / 0);
}
.border-x-purple-200\/10 {
  border-left-color: rgb(220 215 254 / 0.1);
  border-right-color: rgb(220 215 254 / 0.1);
}
.border-x-purple-200\/100 {
  border-left-color: rgb(220 215 254 / 1);
  border-right-color: rgb(220 215 254 / 1);
}
.border-x-purple-200\/15 {
  border-left-color: rgb(220 215 254 / 0.15);
  border-right-color: rgb(220 215 254 / 0.15);
}
.border-x-purple-200\/20 {
  border-left-color: rgb(220 215 254 / 0.2);
  border-right-color: rgb(220 215 254 / 0.2);
}
.border-x-purple-200\/25 {
  border-left-color: rgb(220 215 254 / 0.25);
  border-right-color: rgb(220 215 254 / 0.25);
}
.border-x-purple-200\/30 {
  border-left-color: rgb(220 215 254 / 0.3);
  border-right-color: rgb(220 215 254 / 0.3);
}
.border-x-purple-200\/35 {
  border-left-color: rgb(220 215 254 / 0.35);
  border-right-color: rgb(220 215 254 / 0.35);
}
.border-x-purple-200\/40 {
  border-left-color: rgb(220 215 254 / 0.4);
  border-right-color: rgb(220 215 254 / 0.4);
}
.border-x-purple-200\/45 {
  border-left-color: rgb(220 215 254 / 0.45);
  border-right-color: rgb(220 215 254 / 0.45);
}
.border-x-purple-200\/5 {
  border-left-color: rgb(220 215 254 / 0.05);
  border-right-color: rgb(220 215 254 / 0.05);
}
.border-x-purple-200\/50 {
  border-left-color: rgb(220 215 254 / 0.5);
  border-right-color: rgb(220 215 254 / 0.5);
}
.border-x-purple-200\/55 {
  border-left-color: rgb(220 215 254 / 0.55);
  border-right-color: rgb(220 215 254 / 0.55);
}
.border-x-purple-200\/60 {
  border-left-color: rgb(220 215 254 / 0.6);
  border-right-color: rgb(220 215 254 / 0.6);
}
.border-x-purple-200\/65 {
  border-left-color: rgb(220 215 254 / 0.65);
  border-right-color: rgb(220 215 254 / 0.65);
}
.border-x-purple-200\/70 {
  border-left-color: rgb(220 215 254 / 0.7);
  border-right-color: rgb(220 215 254 / 0.7);
}
.border-x-purple-200\/75 {
  border-left-color: rgb(220 215 254 / 0.75);
  border-right-color: rgb(220 215 254 / 0.75);
}
.border-x-purple-200\/80 {
  border-left-color: rgb(220 215 254 / 0.8);
  border-right-color: rgb(220 215 254 / 0.8);
}
.border-x-purple-200\/85 {
  border-left-color: rgb(220 215 254 / 0.85);
  border-right-color: rgb(220 215 254 / 0.85);
}
.border-x-purple-200\/90 {
  border-left-color: rgb(220 215 254 / 0.9);
  border-right-color: rgb(220 215 254 / 0.9);
}
.border-x-purple-200\/95 {
  border-left-color: rgb(220 215 254 / 0.95);
  border-right-color: rgb(220 215 254 / 0.95);
}
.border-x-purple-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(202 191 253 / var(--tw-border-opacity, 1));
  border-right-color: rgb(202 191 253 / var(--tw-border-opacity, 1));
}
.border-x-purple-300\/0 {
  border-left-color: rgb(202 191 253 / 0);
  border-right-color: rgb(202 191 253 / 0);
}
.border-x-purple-300\/10 {
  border-left-color: rgb(202 191 253 / 0.1);
  border-right-color: rgb(202 191 253 / 0.1);
}
.border-x-purple-300\/100 {
  border-left-color: rgb(202 191 253 / 1);
  border-right-color: rgb(202 191 253 / 1);
}
.border-x-purple-300\/15 {
  border-left-color: rgb(202 191 253 / 0.15);
  border-right-color: rgb(202 191 253 / 0.15);
}
.border-x-purple-300\/20 {
  border-left-color: rgb(202 191 253 / 0.2);
  border-right-color: rgb(202 191 253 / 0.2);
}
.border-x-purple-300\/25 {
  border-left-color: rgb(202 191 253 / 0.25);
  border-right-color: rgb(202 191 253 / 0.25);
}
.border-x-purple-300\/30 {
  border-left-color: rgb(202 191 253 / 0.3);
  border-right-color: rgb(202 191 253 / 0.3);
}
.border-x-purple-300\/35 {
  border-left-color: rgb(202 191 253 / 0.35);
  border-right-color: rgb(202 191 253 / 0.35);
}
.border-x-purple-300\/40 {
  border-left-color: rgb(202 191 253 / 0.4);
  border-right-color: rgb(202 191 253 / 0.4);
}
.border-x-purple-300\/45 {
  border-left-color: rgb(202 191 253 / 0.45);
  border-right-color: rgb(202 191 253 / 0.45);
}
.border-x-purple-300\/5 {
  border-left-color: rgb(202 191 253 / 0.05);
  border-right-color: rgb(202 191 253 / 0.05);
}
.border-x-purple-300\/50 {
  border-left-color: rgb(202 191 253 / 0.5);
  border-right-color: rgb(202 191 253 / 0.5);
}
.border-x-purple-300\/55 {
  border-left-color: rgb(202 191 253 / 0.55);
  border-right-color: rgb(202 191 253 / 0.55);
}
.border-x-purple-300\/60 {
  border-left-color: rgb(202 191 253 / 0.6);
  border-right-color: rgb(202 191 253 / 0.6);
}
.border-x-purple-300\/65 {
  border-left-color: rgb(202 191 253 / 0.65);
  border-right-color: rgb(202 191 253 / 0.65);
}
.border-x-purple-300\/70 {
  border-left-color: rgb(202 191 253 / 0.7);
  border-right-color: rgb(202 191 253 / 0.7);
}
.border-x-purple-300\/75 {
  border-left-color: rgb(202 191 253 / 0.75);
  border-right-color: rgb(202 191 253 / 0.75);
}
.border-x-purple-300\/80 {
  border-left-color: rgb(202 191 253 / 0.8);
  border-right-color: rgb(202 191 253 / 0.8);
}
.border-x-purple-300\/85 {
  border-left-color: rgb(202 191 253 / 0.85);
  border-right-color: rgb(202 191 253 / 0.85);
}
.border-x-purple-300\/90 {
  border-left-color: rgb(202 191 253 / 0.9);
  border-right-color: rgb(202 191 253 / 0.9);
}
.border-x-purple-300\/95 {
  border-left-color: rgb(202 191 253 / 0.95);
  border-right-color: rgb(202 191 253 / 0.95);
}
.border-x-purple-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(172 148 250 / var(--tw-border-opacity, 1));
  border-right-color: rgb(172 148 250 / var(--tw-border-opacity, 1));
}
.border-x-purple-400\/0 {
  border-left-color: rgb(172 148 250 / 0);
  border-right-color: rgb(172 148 250 / 0);
}
.border-x-purple-400\/10 {
  border-left-color: rgb(172 148 250 / 0.1);
  border-right-color: rgb(172 148 250 / 0.1);
}
.border-x-purple-400\/100 {
  border-left-color: rgb(172 148 250 / 1);
  border-right-color: rgb(172 148 250 / 1);
}
.border-x-purple-400\/15 {
  border-left-color: rgb(172 148 250 / 0.15);
  border-right-color: rgb(172 148 250 / 0.15);
}
.border-x-purple-400\/20 {
  border-left-color: rgb(172 148 250 / 0.2);
  border-right-color: rgb(172 148 250 / 0.2);
}
.border-x-purple-400\/25 {
  border-left-color: rgb(172 148 250 / 0.25);
  border-right-color: rgb(172 148 250 / 0.25);
}
.border-x-purple-400\/30 {
  border-left-color: rgb(172 148 250 / 0.3);
  border-right-color: rgb(172 148 250 / 0.3);
}
.border-x-purple-400\/35 {
  border-left-color: rgb(172 148 250 / 0.35);
  border-right-color: rgb(172 148 250 / 0.35);
}
.border-x-purple-400\/40 {
  border-left-color: rgb(172 148 250 / 0.4);
  border-right-color: rgb(172 148 250 / 0.4);
}
.border-x-purple-400\/45 {
  border-left-color: rgb(172 148 250 / 0.45);
  border-right-color: rgb(172 148 250 / 0.45);
}
.border-x-purple-400\/5 {
  border-left-color: rgb(172 148 250 / 0.05);
  border-right-color: rgb(172 148 250 / 0.05);
}
.border-x-purple-400\/50 {
  border-left-color: rgb(172 148 250 / 0.5);
  border-right-color: rgb(172 148 250 / 0.5);
}
.border-x-purple-400\/55 {
  border-left-color: rgb(172 148 250 / 0.55);
  border-right-color: rgb(172 148 250 / 0.55);
}
.border-x-purple-400\/60 {
  border-left-color: rgb(172 148 250 / 0.6);
  border-right-color: rgb(172 148 250 / 0.6);
}
.border-x-purple-400\/65 {
  border-left-color: rgb(172 148 250 / 0.65);
  border-right-color: rgb(172 148 250 / 0.65);
}
.border-x-purple-400\/70 {
  border-left-color: rgb(172 148 250 / 0.7);
  border-right-color: rgb(172 148 250 / 0.7);
}
.border-x-purple-400\/75 {
  border-left-color: rgb(172 148 250 / 0.75);
  border-right-color: rgb(172 148 250 / 0.75);
}
.border-x-purple-400\/80 {
  border-left-color: rgb(172 148 250 / 0.8);
  border-right-color: rgb(172 148 250 / 0.8);
}
.border-x-purple-400\/85 {
  border-left-color: rgb(172 148 250 / 0.85);
  border-right-color: rgb(172 148 250 / 0.85);
}
.border-x-purple-400\/90 {
  border-left-color: rgb(172 148 250 / 0.9);
  border-right-color: rgb(172 148 250 / 0.9);
}
.border-x-purple-400\/95 {
  border-left-color: rgb(172 148 250 / 0.95);
  border-right-color: rgb(172 148 250 / 0.95);
}
.border-x-purple-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(246 245 255 / var(--tw-border-opacity, 1));
  border-right-color: rgb(246 245 255 / var(--tw-border-opacity, 1));
}
.border-x-purple-50\/0 {
  border-left-color: rgb(246 245 255 / 0);
  border-right-color: rgb(246 245 255 / 0);
}
.border-x-purple-50\/10 {
  border-left-color: rgb(246 245 255 / 0.1);
  border-right-color: rgb(246 245 255 / 0.1);
}
.border-x-purple-50\/100 {
  border-left-color: rgb(246 245 255 / 1);
  border-right-color: rgb(246 245 255 / 1);
}
.border-x-purple-50\/15 {
  border-left-color: rgb(246 245 255 / 0.15);
  border-right-color: rgb(246 245 255 / 0.15);
}
.border-x-purple-50\/20 {
  border-left-color: rgb(246 245 255 / 0.2);
  border-right-color: rgb(246 245 255 / 0.2);
}
.border-x-purple-50\/25 {
  border-left-color: rgb(246 245 255 / 0.25);
  border-right-color: rgb(246 245 255 / 0.25);
}
.border-x-purple-50\/30 {
  border-left-color: rgb(246 245 255 / 0.3);
  border-right-color: rgb(246 245 255 / 0.3);
}
.border-x-purple-50\/35 {
  border-left-color: rgb(246 245 255 / 0.35);
  border-right-color: rgb(246 245 255 / 0.35);
}
.border-x-purple-50\/40 {
  border-left-color: rgb(246 245 255 / 0.4);
  border-right-color: rgb(246 245 255 / 0.4);
}
.border-x-purple-50\/45 {
  border-left-color: rgb(246 245 255 / 0.45);
  border-right-color: rgb(246 245 255 / 0.45);
}
.border-x-purple-50\/5 {
  border-left-color: rgb(246 245 255 / 0.05);
  border-right-color: rgb(246 245 255 / 0.05);
}
.border-x-purple-50\/50 {
  border-left-color: rgb(246 245 255 / 0.5);
  border-right-color: rgb(246 245 255 / 0.5);
}
.border-x-purple-50\/55 {
  border-left-color: rgb(246 245 255 / 0.55);
  border-right-color: rgb(246 245 255 / 0.55);
}
.border-x-purple-50\/60 {
  border-left-color: rgb(246 245 255 / 0.6);
  border-right-color: rgb(246 245 255 / 0.6);
}
.border-x-purple-50\/65 {
  border-left-color: rgb(246 245 255 / 0.65);
  border-right-color: rgb(246 245 255 / 0.65);
}
.border-x-purple-50\/70 {
  border-left-color: rgb(246 245 255 / 0.7);
  border-right-color: rgb(246 245 255 / 0.7);
}
.border-x-purple-50\/75 {
  border-left-color: rgb(246 245 255 / 0.75);
  border-right-color: rgb(246 245 255 / 0.75);
}
.border-x-purple-50\/80 {
  border-left-color: rgb(246 245 255 / 0.8);
  border-right-color: rgb(246 245 255 / 0.8);
}
.border-x-purple-50\/85 {
  border-left-color: rgb(246 245 255 / 0.85);
  border-right-color: rgb(246 245 255 / 0.85);
}
.border-x-purple-50\/90 {
  border-left-color: rgb(246 245 255 / 0.9);
  border-right-color: rgb(246 245 255 / 0.9);
}
.border-x-purple-50\/95 {
  border-left-color: rgb(246 245 255 / 0.95);
  border-right-color: rgb(246 245 255 / 0.95);
}
.border-x-purple-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(144 97 249 / var(--tw-border-opacity, 1));
  border-right-color: rgb(144 97 249 / var(--tw-border-opacity, 1));
}
.border-x-purple-500\/0 {
  border-left-color: rgb(144 97 249 / 0);
  border-right-color: rgb(144 97 249 / 0);
}
.border-x-purple-500\/10 {
  border-left-color: rgb(144 97 249 / 0.1);
  border-right-color: rgb(144 97 249 / 0.1);
}
.border-x-purple-500\/100 {
  border-left-color: rgb(144 97 249 / 1);
  border-right-color: rgb(144 97 249 / 1);
}
.border-x-purple-500\/15 {
  border-left-color: rgb(144 97 249 / 0.15);
  border-right-color: rgb(144 97 249 / 0.15);
}
.border-x-purple-500\/20 {
  border-left-color: rgb(144 97 249 / 0.2);
  border-right-color: rgb(144 97 249 / 0.2);
}
.border-x-purple-500\/25 {
  border-left-color: rgb(144 97 249 / 0.25);
  border-right-color: rgb(144 97 249 / 0.25);
}
.border-x-purple-500\/30 {
  border-left-color: rgb(144 97 249 / 0.3);
  border-right-color: rgb(144 97 249 / 0.3);
}
.border-x-purple-500\/35 {
  border-left-color: rgb(144 97 249 / 0.35);
  border-right-color: rgb(144 97 249 / 0.35);
}
.border-x-purple-500\/40 {
  border-left-color: rgb(144 97 249 / 0.4);
  border-right-color: rgb(144 97 249 / 0.4);
}
.border-x-purple-500\/45 {
  border-left-color: rgb(144 97 249 / 0.45);
  border-right-color: rgb(144 97 249 / 0.45);
}
.border-x-purple-500\/5 {
  border-left-color: rgb(144 97 249 / 0.05);
  border-right-color: rgb(144 97 249 / 0.05);
}
.border-x-purple-500\/50 {
  border-left-color: rgb(144 97 249 / 0.5);
  border-right-color: rgb(144 97 249 / 0.5);
}
.border-x-purple-500\/55 {
  border-left-color: rgb(144 97 249 / 0.55);
  border-right-color: rgb(144 97 249 / 0.55);
}
.border-x-purple-500\/60 {
  border-left-color: rgb(144 97 249 / 0.6);
  border-right-color: rgb(144 97 249 / 0.6);
}
.border-x-purple-500\/65 {
  border-left-color: rgb(144 97 249 / 0.65);
  border-right-color: rgb(144 97 249 / 0.65);
}
.border-x-purple-500\/70 {
  border-left-color: rgb(144 97 249 / 0.7);
  border-right-color: rgb(144 97 249 / 0.7);
}
.border-x-purple-500\/75 {
  border-left-color: rgb(144 97 249 / 0.75);
  border-right-color: rgb(144 97 249 / 0.75);
}
.border-x-purple-500\/80 {
  border-left-color: rgb(144 97 249 / 0.8);
  border-right-color: rgb(144 97 249 / 0.8);
}
.border-x-purple-500\/85 {
  border-left-color: rgb(144 97 249 / 0.85);
  border-right-color: rgb(144 97 249 / 0.85);
}
.border-x-purple-500\/90 {
  border-left-color: rgb(144 97 249 / 0.9);
  border-right-color: rgb(144 97 249 / 0.9);
}
.border-x-purple-500\/95 {
  border-left-color: rgb(144 97 249 / 0.95);
  border-right-color: rgb(144 97 249 / 0.95);
}
.border-x-purple-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(126 58 242 / var(--tw-border-opacity, 1));
  border-right-color: rgb(126 58 242 / var(--tw-border-opacity, 1));
}
.border-x-purple-600\/0 {
  border-left-color: rgb(126 58 242 / 0);
  border-right-color: rgb(126 58 242 / 0);
}
.border-x-purple-600\/10 {
  border-left-color: rgb(126 58 242 / 0.1);
  border-right-color: rgb(126 58 242 / 0.1);
}
.border-x-purple-600\/100 {
  border-left-color: rgb(126 58 242 / 1);
  border-right-color: rgb(126 58 242 / 1);
}
.border-x-purple-600\/15 {
  border-left-color: rgb(126 58 242 / 0.15);
  border-right-color: rgb(126 58 242 / 0.15);
}
.border-x-purple-600\/20 {
  border-left-color: rgb(126 58 242 / 0.2);
  border-right-color: rgb(126 58 242 / 0.2);
}
.border-x-purple-600\/25 {
  border-left-color: rgb(126 58 242 / 0.25);
  border-right-color: rgb(126 58 242 / 0.25);
}
.border-x-purple-600\/30 {
  border-left-color: rgb(126 58 242 / 0.3);
  border-right-color: rgb(126 58 242 / 0.3);
}
.border-x-purple-600\/35 {
  border-left-color: rgb(126 58 242 / 0.35);
  border-right-color: rgb(126 58 242 / 0.35);
}
.border-x-purple-600\/40 {
  border-left-color: rgb(126 58 242 / 0.4);
  border-right-color: rgb(126 58 242 / 0.4);
}
.border-x-purple-600\/45 {
  border-left-color: rgb(126 58 242 / 0.45);
  border-right-color: rgb(126 58 242 / 0.45);
}
.border-x-purple-600\/5 {
  border-left-color: rgb(126 58 242 / 0.05);
  border-right-color: rgb(126 58 242 / 0.05);
}
.border-x-purple-600\/50 {
  border-left-color: rgb(126 58 242 / 0.5);
  border-right-color: rgb(126 58 242 / 0.5);
}
.border-x-purple-600\/55 {
  border-left-color: rgb(126 58 242 / 0.55);
  border-right-color: rgb(126 58 242 / 0.55);
}
.border-x-purple-600\/60 {
  border-left-color: rgb(126 58 242 / 0.6);
  border-right-color: rgb(126 58 242 / 0.6);
}
.border-x-purple-600\/65 {
  border-left-color: rgb(126 58 242 / 0.65);
  border-right-color: rgb(126 58 242 / 0.65);
}
.border-x-purple-600\/70 {
  border-left-color: rgb(126 58 242 / 0.7);
  border-right-color: rgb(126 58 242 / 0.7);
}
.border-x-purple-600\/75 {
  border-left-color: rgb(126 58 242 / 0.75);
  border-right-color: rgb(126 58 242 / 0.75);
}
.border-x-purple-600\/80 {
  border-left-color: rgb(126 58 242 / 0.8);
  border-right-color: rgb(126 58 242 / 0.8);
}
.border-x-purple-600\/85 {
  border-left-color: rgb(126 58 242 / 0.85);
  border-right-color: rgb(126 58 242 / 0.85);
}
.border-x-purple-600\/90 {
  border-left-color: rgb(126 58 242 / 0.9);
  border-right-color: rgb(126 58 242 / 0.9);
}
.border-x-purple-600\/95 {
  border-left-color: rgb(126 58 242 / 0.95);
  border-right-color: rgb(126 58 242 / 0.95);
}
.border-x-purple-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(108 43 217 / var(--tw-border-opacity, 1));
  border-right-color: rgb(108 43 217 / var(--tw-border-opacity, 1));
}
.border-x-purple-700\/0 {
  border-left-color: rgb(108 43 217 / 0);
  border-right-color: rgb(108 43 217 / 0);
}
.border-x-purple-700\/10 {
  border-left-color: rgb(108 43 217 / 0.1);
  border-right-color: rgb(108 43 217 / 0.1);
}
.border-x-purple-700\/100 {
  border-left-color: rgb(108 43 217 / 1);
  border-right-color: rgb(108 43 217 / 1);
}
.border-x-purple-700\/15 {
  border-left-color: rgb(108 43 217 / 0.15);
  border-right-color: rgb(108 43 217 / 0.15);
}
.border-x-purple-700\/20 {
  border-left-color: rgb(108 43 217 / 0.2);
  border-right-color: rgb(108 43 217 / 0.2);
}
.border-x-purple-700\/25 {
  border-left-color: rgb(108 43 217 / 0.25);
  border-right-color: rgb(108 43 217 / 0.25);
}
.border-x-purple-700\/30 {
  border-left-color: rgb(108 43 217 / 0.3);
  border-right-color: rgb(108 43 217 / 0.3);
}
.border-x-purple-700\/35 {
  border-left-color: rgb(108 43 217 / 0.35);
  border-right-color: rgb(108 43 217 / 0.35);
}
.border-x-purple-700\/40 {
  border-left-color: rgb(108 43 217 / 0.4);
  border-right-color: rgb(108 43 217 / 0.4);
}
.border-x-purple-700\/45 {
  border-left-color: rgb(108 43 217 / 0.45);
  border-right-color: rgb(108 43 217 / 0.45);
}
.border-x-purple-700\/5 {
  border-left-color: rgb(108 43 217 / 0.05);
  border-right-color: rgb(108 43 217 / 0.05);
}
.border-x-purple-700\/50 {
  border-left-color: rgb(108 43 217 / 0.5);
  border-right-color: rgb(108 43 217 / 0.5);
}
.border-x-purple-700\/55 {
  border-left-color: rgb(108 43 217 / 0.55);
  border-right-color: rgb(108 43 217 / 0.55);
}
.border-x-purple-700\/60 {
  border-left-color: rgb(108 43 217 / 0.6);
  border-right-color: rgb(108 43 217 / 0.6);
}
.border-x-purple-700\/65 {
  border-left-color: rgb(108 43 217 / 0.65);
  border-right-color: rgb(108 43 217 / 0.65);
}
.border-x-purple-700\/70 {
  border-left-color: rgb(108 43 217 / 0.7);
  border-right-color: rgb(108 43 217 / 0.7);
}
.border-x-purple-700\/75 {
  border-left-color: rgb(108 43 217 / 0.75);
  border-right-color: rgb(108 43 217 / 0.75);
}
.border-x-purple-700\/80 {
  border-left-color: rgb(108 43 217 / 0.8);
  border-right-color: rgb(108 43 217 / 0.8);
}
.border-x-purple-700\/85 {
  border-left-color: rgb(108 43 217 / 0.85);
  border-right-color: rgb(108 43 217 / 0.85);
}
.border-x-purple-700\/90 {
  border-left-color: rgb(108 43 217 / 0.9);
  border-right-color: rgb(108 43 217 / 0.9);
}
.border-x-purple-700\/95 {
  border-left-color: rgb(108 43 217 / 0.95);
  border-right-color: rgb(108 43 217 / 0.95);
}
.border-x-purple-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(85 33 181 / var(--tw-border-opacity, 1));
  border-right-color: rgb(85 33 181 / var(--tw-border-opacity, 1));
}
.border-x-purple-800\/0 {
  border-left-color: rgb(85 33 181 / 0);
  border-right-color: rgb(85 33 181 / 0);
}
.border-x-purple-800\/10 {
  border-left-color: rgb(85 33 181 / 0.1);
  border-right-color: rgb(85 33 181 / 0.1);
}
.border-x-purple-800\/100 {
  border-left-color: rgb(85 33 181 / 1);
  border-right-color: rgb(85 33 181 / 1);
}
.border-x-purple-800\/15 {
  border-left-color: rgb(85 33 181 / 0.15);
  border-right-color: rgb(85 33 181 / 0.15);
}
.border-x-purple-800\/20 {
  border-left-color: rgb(85 33 181 / 0.2);
  border-right-color: rgb(85 33 181 / 0.2);
}
.border-x-purple-800\/25 {
  border-left-color: rgb(85 33 181 / 0.25);
  border-right-color: rgb(85 33 181 / 0.25);
}
.border-x-purple-800\/30 {
  border-left-color: rgb(85 33 181 / 0.3);
  border-right-color: rgb(85 33 181 / 0.3);
}
.border-x-purple-800\/35 {
  border-left-color: rgb(85 33 181 / 0.35);
  border-right-color: rgb(85 33 181 / 0.35);
}
.border-x-purple-800\/40 {
  border-left-color: rgb(85 33 181 / 0.4);
  border-right-color: rgb(85 33 181 / 0.4);
}
.border-x-purple-800\/45 {
  border-left-color: rgb(85 33 181 / 0.45);
  border-right-color: rgb(85 33 181 / 0.45);
}
.border-x-purple-800\/5 {
  border-left-color: rgb(85 33 181 / 0.05);
  border-right-color: rgb(85 33 181 / 0.05);
}
.border-x-purple-800\/50 {
  border-left-color: rgb(85 33 181 / 0.5);
  border-right-color: rgb(85 33 181 / 0.5);
}
.border-x-purple-800\/55 {
  border-left-color: rgb(85 33 181 / 0.55);
  border-right-color: rgb(85 33 181 / 0.55);
}
.border-x-purple-800\/60 {
  border-left-color: rgb(85 33 181 / 0.6);
  border-right-color: rgb(85 33 181 / 0.6);
}
.border-x-purple-800\/65 {
  border-left-color: rgb(85 33 181 / 0.65);
  border-right-color: rgb(85 33 181 / 0.65);
}
.border-x-purple-800\/70 {
  border-left-color: rgb(85 33 181 / 0.7);
  border-right-color: rgb(85 33 181 / 0.7);
}
.border-x-purple-800\/75 {
  border-left-color: rgb(85 33 181 / 0.75);
  border-right-color: rgb(85 33 181 / 0.75);
}
.border-x-purple-800\/80 {
  border-left-color: rgb(85 33 181 / 0.8);
  border-right-color: rgb(85 33 181 / 0.8);
}
.border-x-purple-800\/85 {
  border-left-color: rgb(85 33 181 / 0.85);
  border-right-color: rgb(85 33 181 / 0.85);
}
.border-x-purple-800\/90 {
  border-left-color: rgb(85 33 181 / 0.9);
  border-right-color: rgb(85 33 181 / 0.9);
}
.border-x-purple-800\/95 {
  border-left-color: rgb(85 33 181 / 0.95);
  border-right-color: rgb(85 33 181 / 0.95);
}
.border-x-purple-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(74 29 150 / var(--tw-border-opacity, 1));
  border-right-color: rgb(74 29 150 / var(--tw-border-opacity, 1));
}
.border-x-purple-900\/0 {
  border-left-color: rgb(74 29 150 / 0);
  border-right-color: rgb(74 29 150 / 0);
}
.border-x-purple-900\/10 {
  border-left-color: rgb(74 29 150 / 0.1);
  border-right-color: rgb(74 29 150 / 0.1);
}
.border-x-purple-900\/100 {
  border-left-color: rgb(74 29 150 / 1);
  border-right-color: rgb(74 29 150 / 1);
}
.border-x-purple-900\/15 {
  border-left-color: rgb(74 29 150 / 0.15);
  border-right-color: rgb(74 29 150 / 0.15);
}
.border-x-purple-900\/20 {
  border-left-color: rgb(74 29 150 / 0.2);
  border-right-color: rgb(74 29 150 / 0.2);
}
.border-x-purple-900\/25 {
  border-left-color: rgb(74 29 150 / 0.25);
  border-right-color: rgb(74 29 150 / 0.25);
}
.border-x-purple-900\/30 {
  border-left-color: rgb(74 29 150 / 0.3);
  border-right-color: rgb(74 29 150 / 0.3);
}
.border-x-purple-900\/35 {
  border-left-color: rgb(74 29 150 / 0.35);
  border-right-color: rgb(74 29 150 / 0.35);
}
.border-x-purple-900\/40 {
  border-left-color: rgb(74 29 150 / 0.4);
  border-right-color: rgb(74 29 150 / 0.4);
}
.border-x-purple-900\/45 {
  border-left-color: rgb(74 29 150 / 0.45);
  border-right-color: rgb(74 29 150 / 0.45);
}
.border-x-purple-900\/5 {
  border-left-color: rgb(74 29 150 / 0.05);
  border-right-color: rgb(74 29 150 / 0.05);
}
.border-x-purple-900\/50 {
  border-left-color: rgb(74 29 150 / 0.5);
  border-right-color: rgb(74 29 150 / 0.5);
}
.border-x-purple-900\/55 {
  border-left-color: rgb(74 29 150 / 0.55);
  border-right-color: rgb(74 29 150 / 0.55);
}
.border-x-purple-900\/60 {
  border-left-color: rgb(74 29 150 / 0.6);
  border-right-color: rgb(74 29 150 / 0.6);
}
.border-x-purple-900\/65 {
  border-left-color: rgb(74 29 150 / 0.65);
  border-right-color: rgb(74 29 150 / 0.65);
}
.border-x-purple-900\/70 {
  border-left-color: rgb(74 29 150 / 0.7);
  border-right-color: rgb(74 29 150 / 0.7);
}
.border-x-purple-900\/75 {
  border-left-color: rgb(74 29 150 / 0.75);
  border-right-color: rgb(74 29 150 / 0.75);
}
.border-x-purple-900\/80 {
  border-left-color: rgb(74 29 150 / 0.8);
  border-right-color: rgb(74 29 150 / 0.8);
}
.border-x-purple-900\/85 {
  border-left-color: rgb(74 29 150 / 0.85);
  border-right-color: rgb(74 29 150 / 0.85);
}
.border-x-purple-900\/90 {
  border-left-color: rgb(74 29 150 / 0.9);
  border-right-color: rgb(74 29 150 / 0.9);
}
.border-x-purple-900\/95 {
  border-left-color: rgb(74 29 150 / 0.95);
  border-right-color: rgb(74 29 150 / 0.95);
}
.border-x-red-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 232 232 / var(--tw-border-opacity, 1));
  border-right-color: rgb(253 232 232 / var(--tw-border-opacity, 1));
}
.border-x-red-100\/0 {
  border-left-color: rgb(253 232 232 / 0);
  border-right-color: rgb(253 232 232 / 0);
}
.border-x-red-100\/10 {
  border-left-color: rgb(253 232 232 / 0.1);
  border-right-color: rgb(253 232 232 / 0.1);
}
.border-x-red-100\/100 {
  border-left-color: rgb(253 232 232 / 1);
  border-right-color: rgb(253 232 232 / 1);
}
.border-x-red-100\/15 {
  border-left-color: rgb(253 232 232 / 0.15);
  border-right-color: rgb(253 232 232 / 0.15);
}
.border-x-red-100\/20 {
  border-left-color: rgb(253 232 232 / 0.2);
  border-right-color: rgb(253 232 232 / 0.2);
}
.border-x-red-100\/25 {
  border-left-color: rgb(253 232 232 / 0.25);
  border-right-color: rgb(253 232 232 / 0.25);
}
.border-x-red-100\/30 {
  border-left-color: rgb(253 232 232 / 0.3);
  border-right-color: rgb(253 232 232 / 0.3);
}
.border-x-red-100\/35 {
  border-left-color: rgb(253 232 232 / 0.35);
  border-right-color: rgb(253 232 232 / 0.35);
}
.border-x-red-100\/40 {
  border-left-color: rgb(253 232 232 / 0.4);
  border-right-color: rgb(253 232 232 / 0.4);
}
.border-x-red-100\/45 {
  border-left-color: rgb(253 232 232 / 0.45);
  border-right-color: rgb(253 232 232 / 0.45);
}
.border-x-red-100\/5 {
  border-left-color: rgb(253 232 232 / 0.05);
  border-right-color: rgb(253 232 232 / 0.05);
}
.border-x-red-100\/50 {
  border-left-color: rgb(253 232 232 / 0.5);
  border-right-color: rgb(253 232 232 / 0.5);
}
.border-x-red-100\/55 {
  border-left-color: rgb(253 232 232 / 0.55);
  border-right-color: rgb(253 232 232 / 0.55);
}
.border-x-red-100\/60 {
  border-left-color: rgb(253 232 232 / 0.6);
  border-right-color: rgb(253 232 232 / 0.6);
}
.border-x-red-100\/65 {
  border-left-color: rgb(253 232 232 / 0.65);
  border-right-color: rgb(253 232 232 / 0.65);
}
.border-x-red-100\/70 {
  border-left-color: rgb(253 232 232 / 0.7);
  border-right-color: rgb(253 232 232 / 0.7);
}
.border-x-red-100\/75 {
  border-left-color: rgb(253 232 232 / 0.75);
  border-right-color: rgb(253 232 232 / 0.75);
}
.border-x-red-100\/80 {
  border-left-color: rgb(253 232 232 / 0.8);
  border-right-color: rgb(253 232 232 / 0.8);
}
.border-x-red-100\/85 {
  border-left-color: rgb(253 232 232 / 0.85);
  border-right-color: rgb(253 232 232 / 0.85);
}
.border-x-red-100\/90 {
  border-left-color: rgb(253 232 232 / 0.9);
  border-right-color: rgb(253 232 232 / 0.9);
}
.border-x-red-100\/95 {
  border-left-color: rgb(253 232 232 / 0.95);
  border-right-color: rgb(253 232 232 / 0.95);
}
.border-x-red-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 213 213 / var(--tw-border-opacity, 1));
  border-right-color: rgb(251 213 213 / var(--tw-border-opacity, 1));
}
.border-x-red-200\/0 {
  border-left-color: rgb(251 213 213 / 0);
  border-right-color: rgb(251 213 213 / 0);
}
.border-x-red-200\/10 {
  border-left-color: rgb(251 213 213 / 0.1);
  border-right-color: rgb(251 213 213 / 0.1);
}
.border-x-red-200\/100 {
  border-left-color: rgb(251 213 213 / 1);
  border-right-color: rgb(251 213 213 / 1);
}
.border-x-red-200\/15 {
  border-left-color: rgb(251 213 213 / 0.15);
  border-right-color: rgb(251 213 213 / 0.15);
}
.border-x-red-200\/20 {
  border-left-color: rgb(251 213 213 / 0.2);
  border-right-color: rgb(251 213 213 / 0.2);
}
.border-x-red-200\/25 {
  border-left-color: rgb(251 213 213 / 0.25);
  border-right-color: rgb(251 213 213 / 0.25);
}
.border-x-red-200\/30 {
  border-left-color: rgb(251 213 213 / 0.3);
  border-right-color: rgb(251 213 213 / 0.3);
}
.border-x-red-200\/35 {
  border-left-color: rgb(251 213 213 / 0.35);
  border-right-color: rgb(251 213 213 / 0.35);
}
.border-x-red-200\/40 {
  border-left-color: rgb(251 213 213 / 0.4);
  border-right-color: rgb(251 213 213 / 0.4);
}
.border-x-red-200\/45 {
  border-left-color: rgb(251 213 213 / 0.45);
  border-right-color: rgb(251 213 213 / 0.45);
}
.border-x-red-200\/5 {
  border-left-color: rgb(251 213 213 / 0.05);
  border-right-color: rgb(251 213 213 / 0.05);
}
.border-x-red-200\/50 {
  border-left-color: rgb(251 213 213 / 0.5);
  border-right-color: rgb(251 213 213 / 0.5);
}
.border-x-red-200\/55 {
  border-left-color: rgb(251 213 213 / 0.55);
  border-right-color: rgb(251 213 213 / 0.55);
}
.border-x-red-200\/60 {
  border-left-color: rgb(251 213 213 / 0.6);
  border-right-color: rgb(251 213 213 / 0.6);
}
.border-x-red-200\/65 {
  border-left-color: rgb(251 213 213 / 0.65);
  border-right-color: rgb(251 213 213 / 0.65);
}
.border-x-red-200\/70 {
  border-left-color: rgb(251 213 213 / 0.7);
  border-right-color: rgb(251 213 213 / 0.7);
}
.border-x-red-200\/75 {
  border-left-color: rgb(251 213 213 / 0.75);
  border-right-color: rgb(251 213 213 / 0.75);
}
.border-x-red-200\/80 {
  border-left-color: rgb(251 213 213 / 0.8);
  border-right-color: rgb(251 213 213 / 0.8);
}
.border-x-red-200\/85 {
  border-left-color: rgb(251 213 213 / 0.85);
  border-right-color: rgb(251 213 213 / 0.85);
}
.border-x-red-200\/90 {
  border-left-color: rgb(251 213 213 / 0.9);
  border-right-color: rgb(251 213 213 / 0.9);
}
.border-x-red-200\/95 {
  border-left-color: rgb(251 213 213 / 0.95);
  border-right-color: rgb(251 213 213 / 0.95);
}
.border-x-red-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(248 180 180 / var(--tw-border-opacity, 1));
  border-right-color: rgb(248 180 180 / var(--tw-border-opacity, 1));
}
.border-x-red-300\/0 {
  border-left-color: rgb(248 180 180 / 0);
  border-right-color: rgb(248 180 180 / 0);
}
.border-x-red-300\/10 {
  border-left-color: rgb(248 180 180 / 0.1);
  border-right-color: rgb(248 180 180 / 0.1);
}
.border-x-red-300\/100 {
  border-left-color: rgb(248 180 180 / 1);
  border-right-color: rgb(248 180 180 / 1);
}
.border-x-red-300\/15 {
  border-left-color: rgb(248 180 180 / 0.15);
  border-right-color: rgb(248 180 180 / 0.15);
}
.border-x-red-300\/20 {
  border-left-color: rgb(248 180 180 / 0.2);
  border-right-color: rgb(248 180 180 / 0.2);
}
.border-x-red-300\/25 {
  border-left-color: rgb(248 180 180 / 0.25);
  border-right-color: rgb(248 180 180 / 0.25);
}
.border-x-red-300\/30 {
  border-left-color: rgb(248 180 180 / 0.3);
  border-right-color: rgb(248 180 180 / 0.3);
}
.border-x-red-300\/35 {
  border-left-color: rgb(248 180 180 / 0.35);
  border-right-color: rgb(248 180 180 / 0.35);
}
.border-x-red-300\/40 {
  border-left-color: rgb(248 180 180 / 0.4);
  border-right-color: rgb(248 180 180 / 0.4);
}
.border-x-red-300\/45 {
  border-left-color: rgb(248 180 180 / 0.45);
  border-right-color: rgb(248 180 180 / 0.45);
}
.border-x-red-300\/5 {
  border-left-color: rgb(248 180 180 / 0.05);
  border-right-color: rgb(248 180 180 / 0.05);
}
.border-x-red-300\/50 {
  border-left-color: rgb(248 180 180 / 0.5);
  border-right-color: rgb(248 180 180 / 0.5);
}
.border-x-red-300\/55 {
  border-left-color: rgb(248 180 180 / 0.55);
  border-right-color: rgb(248 180 180 / 0.55);
}
.border-x-red-300\/60 {
  border-left-color: rgb(248 180 180 / 0.6);
  border-right-color: rgb(248 180 180 / 0.6);
}
.border-x-red-300\/65 {
  border-left-color: rgb(248 180 180 / 0.65);
  border-right-color: rgb(248 180 180 / 0.65);
}
.border-x-red-300\/70 {
  border-left-color: rgb(248 180 180 / 0.7);
  border-right-color: rgb(248 180 180 / 0.7);
}
.border-x-red-300\/75 {
  border-left-color: rgb(248 180 180 / 0.75);
  border-right-color: rgb(248 180 180 / 0.75);
}
.border-x-red-300\/80 {
  border-left-color: rgb(248 180 180 / 0.8);
  border-right-color: rgb(248 180 180 / 0.8);
}
.border-x-red-300\/85 {
  border-left-color: rgb(248 180 180 / 0.85);
  border-right-color: rgb(248 180 180 / 0.85);
}
.border-x-red-300\/90 {
  border-left-color: rgb(248 180 180 / 0.9);
  border-right-color: rgb(248 180 180 / 0.9);
}
.border-x-red-300\/95 {
  border-left-color: rgb(248 180 180 / 0.95);
  border-right-color: rgb(248 180 180 / 0.95);
}
.border-x-red-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 128 128 / var(--tw-border-opacity, 1));
  border-right-color: rgb(249 128 128 / var(--tw-border-opacity, 1));
}
.border-x-red-400\/0 {
  border-left-color: rgb(249 128 128 / 0);
  border-right-color: rgb(249 128 128 / 0);
}
.border-x-red-400\/10 {
  border-left-color: rgb(249 128 128 / 0.1);
  border-right-color: rgb(249 128 128 / 0.1);
}
.border-x-red-400\/100 {
  border-left-color: rgb(249 128 128 / 1);
  border-right-color: rgb(249 128 128 / 1);
}
.border-x-red-400\/15 {
  border-left-color: rgb(249 128 128 / 0.15);
  border-right-color: rgb(249 128 128 / 0.15);
}
.border-x-red-400\/20 {
  border-left-color: rgb(249 128 128 / 0.2);
  border-right-color: rgb(249 128 128 / 0.2);
}
.border-x-red-400\/25 {
  border-left-color: rgb(249 128 128 / 0.25);
  border-right-color: rgb(249 128 128 / 0.25);
}
.border-x-red-400\/30 {
  border-left-color: rgb(249 128 128 / 0.3);
  border-right-color: rgb(249 128 128 / 0.3);
}
.border-x-red-400\/35 {
  border-left-color: rgb(249 128 128 / 0.35);
  border-right-color: rgb(249 128 128 / 0.35);
}
.border-x-red-400\/40 {
  border-left-color: rgb(249 128 128 / 0.4);
  border-right-color: rgb(249 128 128 / 0.4);
}
.border-x-red-400\/45 {
  border-left-color: rgb(249 128 128 / 0.45);
  border-right-color: rgb(249 128 128 / 0.45);
}
.border-x-red-400\/5 {
  border-left-color: rgb(249 128 128 / 0.05);
  border-right-color: rgb(249 128 128 / 0.05);
}
.border-x-red-400\/50 {
  border-left-color: rgb(249 128 128 / 0.5);
  border-right-color: rgb(249 128 128 / 0.5);
}
.border-x-red-400\/55 {
  border-left-color: rgb(249 128 128 / 0.55);
  border-right-color: rgb(249 128 128 / 0.55);
}
.border-x-red-400\/60 {
  border-left-color: rgb(249 128 128 / 0.6);
  border-right-color: rgb(249 128 128 / 0.6);
}
.border-x-red-400\/65 {
  border-left-color: rgb(249 128 128 / 0.65);
  border-right-color: rgb(249 128 128 / 0.65);
}
.border-x-red-400\/70 {
  border-left-color: rgb(249 128 128 / 0.7);
  border-right-color: rgb(249 128 128 / 0.7);
}
.border-x-red-400\/75 {
  border-left-color: rgb(249 128 128 / 0.75);
  border-right-color: rgb(249 128 128 / 0.75);
}
.border-x-red-400\/80 {
  border-left-color: rgb(249 128 128 / 0.8);
  border-right-color: rgb(249 128 128 / 0.8);
}
.border-x-red-400\/85 {
  border-left-color: rgb(249 128 128 / 0.85);
  border-right-color: rgb(249 128 128 / 0.85);
}
.border-x-red-400\/90 {
  border-left-color: rgb(249 128 128 / 0.9);
  border-right-color: rgb(249 128 128 / 0.9);
}
.border-x-red-400\/95 {
  border-left-color: rgb(249 128 128 / 0.95);
  border-right-color: rgb(249 128 128 / 0.95);
}
.border-x-red-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 242 242 / var(--tw-border-opacity, 1));
  border-right-color: rgb(253 242 242 / var(--tw-border-opacity, 1));
}
.border-x-red-50\/0 {
  border-left-color: rgb(253 242 242 / 0);
  border-right-color: rgb(253 242 242 / 0);
}
.border-x-red-50\/10 {
  border-left-color: rgb(253 242 242 / 0.1);
  border-right-color: rgb(253 242 242 / 0.1);
}
.border-x-red-50\/100 {
  border-left-color: rgb(253 242 242 / 1);
  border-right-color: rgb(253 242 242 / 1);
}
.border-x-red-50\/15 {
  border-left-color: rgb(253 242 242 / 0.15);
  border-right-color: rgb(253 242 242 / 0.15);
}
.border-x-red-50\/20 {
  border-left-color: rgb(253 242 242 / 0.2);
  border-right-color: rgb(253 242 242 / 0.2);
}
.border-x-red-50\/25 {
  border-left-color: rgb(253 242 242 / 0.25);
  border-right-color: rgb(253 242 242 / 0.25);
}
.border-x-red-50\/30 {
  border-left-color: rgb(253 242 242 / 0.3);
  border-right-color: rgb(253 242 242 / 0.3);
}
.border-x-red-50\/35 {
  border-left-color: rgb(253 242 242 / 0.35);
  border-right-color: rgb(253 242 242 / 0.35);
}
.border-x-red-50\/40 {
  border-left-color: rgb(253 242 242 / 0.4);
  border-right-color: rgb(253 242 242 / 0.4);
}
.border-x-red-50\/45 {
  border-left-color: rgb(253 242 242 / 0.45);
  border-right-color: rgb(253 242 242 / 0.45);
}
.border-x-red-50\/5 {
  border-left-color: rgb(253 242 242 / 0.05);
  border-right-color: rgb(253 242 242 / 0.05);
}
.border-x-red-50\/50 {
  border-left-color: rgb(253 242 242 / 0.5);
  border-right-color: rgb(253 242 242 / 0.5);
}
.border-x-red-50\/55 {
  border-left-color: rgb(253 242 242 / 0.55);
  border-right-color: rgb(253 242 242 / 0.55);
}
.border-x-red-50\/60 {
  border-left-color: rgb(253 242 242 / 0.6);
  border-right-color: rgb(253 242 242 / 0.6);
}
.border-x-red-50\/65 {
  border-left-color: rgb(253 242 242 / 0.65);
  border-right-color: rgb(253 242 242 / 0.65);
}
.border-x-red-50\/70 {
  border-left-color: rgb(253 242 242 / 0.7);
  border-right-color: rgb(253 242 242 / 0.7);
}
.border-x-red-50\/75 {
  border-left-color: rgb(253 242 242 / 0.75);
  border-right-color: rgb(253 242 242 / 0.75);
}
.border-x-red-50\/80 {
  border-left-color: rgb(253 242 242 / 0.8);
  border-right-color: rgb(253 242 242 / 0.8);
}
.border-x-red-50\/85 {
  border-left-color: rgb(253 242 242 / 0.85);
  border-right-color: rgb(253 242 242 / 0.85);
}
.border-x-red-50\/90 {
  border-left-color: rgb(253 242 242 / 0.9);
  border-right-color: rgb(253 242 242 / 0.9);
}
.border-x-red-50\/95 {
  border-left-color: rgb(253 242 242 / 0.95);
  border-right-color: rgb(253 242 242 / 0.95);
}
.border-x-red-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 82 82 / var(--tw-border-opacity, 1));
  border-right-color: rgb(240 82 82 / var(--tw-border-opacity, 1));
}
.border-x-red-500\/0 {
  border-left-color: rgb(240 82 82 / 0);
  border-right-color: rgb(240 82 82 / 0);
}
.border-x-red-500\/10 {
  border-left-color: rgb(240 82 82 / 0.1);
  border-right-color: rgb(240 82 82 / 0.1);
}
.border-x-red-500\/100 {
  border-left-color: rgb(240 82 82 / 1);
  border-right-color: rgb(240 82 82 / 1);
}
.border-x-red-500\/15 {
  border-left-color: rgb(240 82 82 / 0.15);
  border-right-color: rgb(240 82 82 / 0.15);
}
.border-x-red-500\/20 {
  border-left-color: rgb(240 82 82 / 0.2);
  border-right-color: rgb(240 82 82 / 0.2);
}
.border-x-red-500\/25 {
  border-left-color: rgb(240 82 82 / 0.25);
  border-right-color: rgb(240 82 82 / 0.25);
}
.border-x-red-500\/30 {
  border-left-color: rgb(240 82 82 / 0.3);
  border-right-color: rgb(240 82 82 / 0.3);
}
.border-x-red-500\/35 {
  border-left-color: rgb(240 82 82 / 0.35);
  border-right-color: rgb(240 82 82 / 0.35);
}
.border-x-red-500\/40 {
  border-left-color: rgb(240 82 82 / 0.4);
  border-right-color: rgb(240 82 82 / 0.4);
}
.border-x-red-500\/45 {
  border-left-color: rgb(240 82 82 / 0.45);
  border-right-color: rgb(240 82 82 / 0.45);
}
.border-x-red-500\/5 {
  border-left-color: rgb(240 82 82 / 0.05);
  border-right-color: rgb(240 82 82 / 0.05);
}
.border-x-red-500\/50 {
  border-left-color: rgb(240 82 82 / 0.5);
  border-right-color: rgb(240 82 82 / 0.5);
}
.border-x-red-500\/55 {
  border-left-color: rgb(240 82 82 / 0.55);
  border-right-color: rgb(240 82 82 / 0.55);
}
.border-x-red-500\/60 {
  border-left-color: rgb(240 82 82 / 0.6);
  border-right-color: rgb(240 82 82 / 0.6);
}
.border-x-red-500\/65 {
  border-left-color: rgb(240 82 82 / 0.65);
  border-right-color: rgb(240 82 82 / 0.65);
}
.border-x-red-500\/70 {
  border-left-color: rgb(240 82 82 / 0.7);
  border-right-color: rgb(240 82 82 / 0.7);
}
.border-x-red-500\/75 {
  border-left-color: rgb(240 82 82 / 0.75);
  border-right-color: rgb(240 82 82 / 0.75);
}
.border-x-red-500\/80 {
  border-left-color: rgb(240 82 82 / 0.8);
  border-right-color: rgb(240 82 82 / 0.8);
}
.border-x-red-500\/85 {
  border-left-color: rgb(240 82 82 / 0.85);
  border-right-color: rgb(240 82 82 / 0.85);
}
.border-x-red-500\/90 {
  border-left-color: rgb(240 82 82 / 0.9);
  border-right-color: rgb(240 82 82 / 0.9);
}
.border-x-red-500\/95 {
  border-left-color: rgb(240 82 82 / 0.95);
  border-right-color: rgb(240 82 82 / 0.95);
}
.border-x-red-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(224 36 36 / var(--tw-border-opacity, 1));
  border-right-color: rgb(224 36 36 / var(--tw-border-opacity, 1));
}
.border-x-red-600\/0 {
  border-left-color: rgb(224 36 36 / 0);
  border-right-color: rgb(224 36 36 / 0);
}
.border-x-red-600\/10 {
  border-left-color: rgb(224 36 36 / 0.1);
  border-right-color: rgb(224 36 36 / 0.1);
}
.border-x-red-600\/100 {
  border-left-color: rgb(224 36 36 / 1);
  border-right-color: rgb(224 36 36 / 1);
}
.border-x-red-600\/15 {
  border-left-color: rgb(224 36 36 / 0.15);
  border-right-color: rgb(224 36 36 / 0.15);
}
.border-x-red-600\/20 {
  border-left-color: rgb(224 36 36 / 0.2);
  border-right-color: rgb(224 36 36 / 0.2);
}
.border-x-red-600\/25 {
  border-left-color: rgb(224 36 36 / 0.25);
  border-right-color: rgb(224 36 36 / 0.25);
}
.border-x-red-600\/30 {
  border-left-color: rgb(224 36 36 / 0.3);
  border-right-color: rgb(224 36 36 / 0.3);
}
.border-x-red-600\/35 {
  border-left-color: rgb(224 36 36 / 0.35);
  border-right-color: rgb(224 36 36 / 0.35);
}
.border-x-red-600\/40 {
  border-left-color: rgb(224 36 36 / 0.4);
  border-right-color: rgb(224 36 36 / 0.4);
}
.border-x-red-600\/45 {
  border-left-color: rgb(224 36 36 / 0.45);
  border-right-color: rgb(224 36 36 / 0.45);
}
.border-x-red-600\/5 {
  border-left-color: rgb(224 36 36 / 0.05);
  border-right-color: rgb(224 36 36 / 0.05);
}
.border-x-red-600\/50 {
  border-left-color: rgb(224 36 36 / 0.5);
  border-right-color: rgb(224 36 36 / 0.5);
}
.border-x-red-600\/55 {
  border-left-color: rgb(224 36 36 / 0.55);
  border-right-color: rgb(224 36 36 / 0.55);
}
.border-x-red-600\/60 {
  border-left-color: rgb(224 36 36 / 0.6);
  border-right-color: rgb(224 36 36 / 0.6);
}
.border-x-red-600\/65 {
  border-left-color: rgb(224 36 36 / 0.65);
  border-right-color: rgb(224 36 36 / 0.65);
}
.border-x-red-600\/70 {
  border-left-color: rgb(224 36 36 / 0.7);
  border-right-color: rgb(224 36 36 / 0.7);
}
.border-x-red-600\/75 {
  border-left-color: rgb(224 36 36 / 0.75);
  border-right-color: rgb(224 36 36 / 0.75);
}
.border-x-red-600\/80 {
  border-left-color: rgb(224 36 36 / 0.8);
  border-right-color: rgb(224 36 36 / 0.8);
}
.border-x-red-600\/85 {
  border-left-color: rgb(224 36 36 / 0.85);
  border-right-color: rgb(224 36 36 / 0.85);
}
.border-x-red-600\/90 {
  border-left-color: rgb(224 36 36 / 0.9);
  border-right-color: rgb(224 36 36 / 0.9);
}
.border-x-red-600\/95 {
  border-left-color: rgb(224 36 36 / 0.95);
  border-right-color: rgb(224 36 36 / 0.95);
}
.border-x-red-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(200 30 30 / var(--tw-border-opacity, 1));
  border-right-color: rgb(200 30 30 / var(--tw-border-opacity, 1));
}
.border-x-red-700\/0 {
  border-left-color: rgb(200 30 30 / 0);
  border-right-color: rgb(200 30 30 / 0);
}
.border-x-red-700\/10 {
  border-left-color: rgb(200 30 30 / 0.1);
  border-right-color: rgb(200 30 30 / 0.1);
}
.border-x-red-700\/100 {
  border-left-color: rgb(200 30 30 / 1);
  border-right-color: rgb(200 30 30 / 1);
}
.border-x-red-700\/15 {
  border-left-color: rgb(200 30 30 / 0.15);
  border-right-color: rgb(200 30 30 / 0.15);
}
.border-x-red-700\/20 {
  border-left-color: rgb(200 30 30 / 0.2);
  border-right-color: rgb(200 30 30 / 0.2);
}
.border-x-red-700\/25 {
  border-left-color: rgb(200 30 30 / 0.25);
  border-right-color: rgb(200 30 30 / 0.25);
}
.border-x-red-700\/30 {
  border-left-color: rgb(200 30 30 / 0.3);
  border-right-color: rgb(200 30 30 / 0.3);
}
.border-x-red-700\/35 {
  border-left-color: rgb(200 30 30 / 0.35);
  border-right-color: rgb(200 30 30 / 0.35);
}
.border-x-red-700\/40 {
  border-left-color: rgb(200 30 30 / 0.4);
  border-right-color: rgb(200 30 30 / 0.4);
}
.border-x-red-700\/45 {
  border-left-color: rgb(200 30 30 / 0.45);
  border-right-color: rgb(200 30 30 / 0.45);
}
.border-x-red-700\/5 {
  border-left-color: rgb(200 30 30 / 0.05);
  border-right-color: rgb(200 30 30 / 0.05);
}
.border-x-red-700\/50 {
  border-left-color: rgb(200 30 30 / 0.5);
  border-right-color: rgb(200 30 30 / 0.5);
}
.border-x-red-700\/55 {
  border-left-color: rgb(200 30 30 / 0.55);
  border-right-color: rgb(200 30 30 / 0.55);
}
.border-x-red-700\/60 {
  border-left-color: rgb(200 30 30 / 0.6);
  border-right-color: rgb(200 30 30 / 0.6);
}
.border-x-red-700\/65 {
  border-left-color: rgb(200 30 30 / 0.65);
  border-right-color: rgb(200 30 30 / 0.65);
}
.border-x-red-700\/70 {
  border-left-color: rgb(200 30 30 / 0.7);
  border-right-color: rgb(200 30 30 / 0.7);
}
.border-x-red-700\/75 {
  border-left-color: rgb(200 30 30 / 0.75);
  border-right-color: rgb(200 30 30 / 0.75);
}
.border-x-red-700\/80 {
  border-left-color: rgb(200 30 30 / 0.8);
  border-right-color: rgb(200 30 30 / 0.8);
}
.border-x-red-700\/85 {
  border-left-color: rgb(200 30 30 / 0.85);
  border-right-color: rgb(200 30 30 / 0.85);
}
.border-x-red-700\/90 {
  border-left-color: rgb(200 30 30 / 0.9);
  border-right-color: rgb(200 30 30 / 0.9);
}
.border-x-red-700\/95 {
  border-left-color: rgb(200 30 30 / 0.95);
  border-right-color: rgb(200 30 30 / 0.95);
}
.border-x-red-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(155 28 28 / var(--tw-border-opacity, 1));
  border-right-color: rgb(155 28 28 / var(--tw-border-opacity, 1));
}
.border-x-red-800\/0 {
  border-left-color: rgb(155 28 28 / 0);
  border-right-color: rgb(155 28 28 / 0);
}
.border-x-red-800\/10 {
  border-left-color: rgb(155 28 28 / 0.1);
  border-right-color: rgb(155 28 28 / 0.1);
}
.border-x-red-800\/100 {
  border-left-color: rgb(155 28 28 / 1);
  border-right-color: rgb(155 28 28 / 1);
}
.border-x-red-800\/15 {
  border-left-color: rgb(155 28 28 / 0.15);
  border-right-color: rgb(155 28 28 / 0.15);
}
.border-x-red-800\/20 {
  border-left-color: rgb(155 28 28 / 0.2);
  border-right-color: rgb(155 28 28 / 0.2);
}
.border-x-red-800\/25 {
  border-left-color: rgb(155 28 28 / 0.25);
  border-right-color: rgb(155 28 28 / 0.25);
}
.border-x-red-800\/30 {
  border-left-color: rgb(155 28 28 / 0.3);
  border-right-color: rgb(155 28 28 / 0.3);
}
.border-x-red-800\/35 {
  border-left-color: rgb(155 28 28 / 0.35);
  border-right-color: rgb(155 28 28 / 0.35);
}
.border-x-red-800\/40 {
  border-left-color: rgb(155 28 28 / 0.4);
  border-right-color: rgb(155 28 28 / 0.4);
}
.border-x-red-800\/45 {
  border-left-color: rgb(155 28 28 / 0.45);
  border-right-color: rgb(155 28 28 / 0.45);
}
.border-x-red-800\/5 {
  border-left-color: rgb(155 28 28 / 0.05);
  border-right-color: rgb(155 28 28 / 0.05);
}
.border-x-red-800\/50 {
  border-left-color: rgb(155 28 28 / 0.5);
  border-right-color: rgb(155 28 28 / 0.5);
}
.border-x-red-800\/55 {
  border-left-color: rgb(155 28 28 / 0.55);
  border-right-color: rgb(155 28 28 / 0.55);
}
.border-x-red-800\/60 {
  border-left-color: rgb(155 28 28 / 0.6);
  border-right-color: rgb(155 28 28 / 0.6);
}
.border-x-red-800\/65 {
  border-left-color: rgb(155 28 28 / 0.65);
  border-right-color: rgb(155 28 28 / 0.65);
}
.border-x-red-800\/70 {
  border-left-color: rgb(155 28 28 / 0.7);
  border-right-color: rgb(155 28 28 / 0.7);
}
.border-x-red-800\/75 {
  border-left-color: rgb(155 28 28 / 0.75);
  border-right-color: rgb(155 28 28 / 0.75);
}
.border-x-red-800\/80 {
  border-left-color: rgb(155 28 28 / 0.8);
  border-right-color: rgb(155 28 28 / 0.8);
}
.border-x-red-800\/85 {
  border-left-color: rgb(155 28 28 / 0.85);
  border-right-color: rgb(155 28 28 / 0.85);
}
.border-x-red-800\/90 {
  border-left-color: rgb(155 28 28 / 0.9);
  border-right-color: rgb(155 28 28 / 0.9);
}
.border-x-red-800\/95 {
  border-left-color: rgb(155 28 28 / 0.95);
  border-right-color: rgb(155 28 28 / 0.95);
}
.border-x-red-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(119 29 29 / var(--tw-border-opacity, 1));
  border-right-color: rgb(119 29 29 / var(--tw-border-opacity, 1));
}
.border-x-red-900\/0 {
  border-left-color: rgb(119 29 29 / 0);
  border-right-color: rgb(119 29 29 / 0);
}
.border-x-red-900\/10 {
  border-left-color: rgb(119 29 29 / 0.1);
  border-right-color: rgb(119 29 29 / 0.1);
}
.border-x-red-900\/100 {
  border-left-color: rgb(119 29 29 / 1);
  border-right-color: rgb(119 29 29 / 1);
}
.border-x-red-900\/15 {
  border-left-color: rgb(119 29 29 / 0.15);
  border-right-color: rgb(119 29 29 / 0.15);
}
.border-x-red-900\/20 {
  border-left-color: rgb(119 29 29 / 0.2);
  border-right-color: rgb(119 29 29 / 0.2);
}
.border-x-red-900\/25 {
  border-left-color: rgb(119 29 29 / 0.25);
  border-right-color: rgb(119 29 29 / 0.25);
}
.border-x-red-900\/30 {
  border-left-color: rgb(119 29 29 / 0.3);
  border-right-color: rgb(119 29 29 / 0.3);
}
.border-x-red-900\/35 {
  border-left-color: rgb(119 29 29 / 0.35);
  border-right-color: rgb(119 29 29 / 0.35);
}
.border-x-red-900\/40 {
  border-left-color: rgb(119 29 29 / 0.4);
  border-right-color: rgb(119 29 29 / 0.4);
}
.border-x-red-900\/45 {
  border-left-color: rgb(119 29 29 / 0.45);
  border-right-color: rgb(119 29 29 / 0.45);
}
.border-x-red-900\/5 {
  border-left-color: rgb(119 29 29 / 0.05);
  border-right-color: rgb(119 29 29 / 0.05);
}
.border-x-red-900\/50 {
  border-left-color: rgb(119 29 29 / 0.5);
  border-right-color: rgb(119 29 29 / 0.5);
}
.border-x-red-900\/55 {
  border-left-color: rgb(119 29 29 / 0.55);
  border-right-color: rgb(119 29 29 / 0.55);
}
.border-x-red-900\/60 {
  border-left-color: rgb(119 29 29 / 0.6);
  border-right-color: rgb(119 29 29 / 0.6);
}
.border-x-red-900\/65 {
  border-left-color: rgb(119 29 29 / 0.65);
  border-right-color: rgb(119 29 29 / 0.65);
}
.border-x-red-900\/70 {
  border-left-color: rgb(119 29 29 / 0.7);
  border-right-color: rgb(119 29 29 / 0.7);
}
.border-x-red-900\/75 {
  border-left-color: rgb(119 29 29 / 0.75);
  border-right-color: rgb(119 29 29 / 0.75);
}
.border-x-red-900\/80 {
  border-left-color: rgb(119 29 29 / 0.8);
  border-right-color: rgb(119 29 29 / 0.8);
}
.border-x-red-900\/85 {
  border-left-color: rgb(119 29 29 / 0.85);
  border-right-color: rgb(119 29 29 / 0.85);
}
.border-x-red-900\/90 {
  border-left-color: rgb(119 29 29 / 0.9);
  border-right-color: rgb(119 29 29 / 0.9);
}
.border-x-red-900\/95 {
  border-left-color: rgb(119 29 29 / 0.95);
  border-right-color: rgb(119 29 29 / 0.95);
}
.border-x-teal-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(213 245 246 / var(--tw-border-opacity, 1));
  border-right-color: rgb(213 245 246 / var(--tw-border-opacity, 1));
}
.border-x-teal-100\/0 {
  border-left-color: rgb(213 245 246 / 0);
  border-right-color: rgb(213 245 246 / 0);
}
.border-x-teal-100\/10 {
  border-left-color: rgb(213 245 246 / 0.1);
  border-right-color: rgb(213 245 246 / 0.1);
}
.border-x-teal-100\/100 {
  border-left-color: rgb(213 245 246 / 1);
  border-right-color: rgb(213 245 246 / 1);
}
.border-x-teal-100\/15 {
  border-left-color: rgb(213 245 246 / 0.15);
  border-right-color: rgb(213 245 246 / 0.15);
}
.border-x-teal-100\/20 {
  border-left-color: rgb(213 245 246 / 0.2);
  border-right-color: rgb(213 245 246 / 0.2);
}
.border-x-teal-100\/25 {
  border-left-color: rgb(213 245 246 / 0.25);
  border-right-color: rgb(213 245 246 / 0.25);
}
.border-x-teal-100\/30 {
  border-left-color: rgb(213 245 246 / 0.3);
  border-right-color: rgb(213 245 246 / 0.3);
}
.border-x-teal-100\/35 {
  border-left-color: rgb(213 245 246 / 0.35);
  border-right-color: rgb(213 245 246 / 0.35);
}
.border-x-teal-100\/40 {
  border-left-color: rgb(213 245 246 / 0.4);
  border-right-color: rgb(213 245 246 / 0.4);
}
.border-x-teal-100\/45 {
  border-left-color: rgb(213 245 246 / 0.45);
  border-right-color: rgb(213 245 246 / 0.45);
}
.border-x-teal-100\/5 {
  border-left-color: rgb(213 245 246 / 0.05);
  border-right-color: rgb(213 245 246 / 0.05);
}
.border-x-teal-100\/50 {
  border-left-color: rgb(213 245 246 / 0.5);
  border-right-color: rgb(213 245 246 / 0.5);
}
.border-x-teal-100\/55 {
  border-left-color: rgb(213 245 246 / 0.55);
  border-right-color: rgb(213 245 246 / 0.55);
}
.border-x-teal-100\/60 {
  border-left-color: rgb(213 245 246 / 0.6);
  border-right-color: rgb(213 245 246 / 0.6);
}
.border-x-teal-100\/65 {
  border-left-color: rgb(213 245 246 / 0.65);
  border-right-color: rgb(213 245 246 / 0.65);
}
.border-x-teal-100\/70 {
  border-left-color: rgb(213 245 246 / 0.7);
  border-right-color: rgb(213 245 246 / 0.7);
}
.border-x-teal-100\/75 {
  border-left-color: rgb(213 245 246 / 0.75);
  border-right-color: rgb(213 245 246 / 0.75);
}
.border-x-teal-100\/80 {
  border-left-color: rgb(213 245 246 / 0.8);
  border-right-color: rgb(213 245 246 / 0.8);
}
.border-x-teal-100\/85 {
  border-left-color: rgb(213 245 246 / 0.85);
  border-right-color: rgb(213 245 246 / 0.85);
}
.border-x-teal-100\/90 {
  border-left-color: rgb(213 245 246 / 0.9);
  border-right-color: rgb(213 245 246 / 0.9);
}
.border-x-teal-100\/95 {
  border-left-color: rgb(213 245 246 / 0.95);
  border-right-color: rgb(213 245 246 / 0.95);
}
.border-x-teal-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(175 236 239 / var(--tw-border-opacity, 1));
  border-right-color: rgb(175 236 239 / var(--tw-border-opacity, 1));
}
.border-x-teal-200\/0 {
  border-left-color: rgb(175 236 239 / 0);
  border-right-color: rgb(175 236 239 / 0);
}
.border-x-teal-200\/10 {
  border-left-color: rgb(175 236 239 / 0.1);
  border-right-color: rgb(175 236 239 / 0.1);
}
.border-x-teal-200\/100 {
  border-left-color: rgb(175 236 239 / 1);
  border-right-color: rgb(175 236 239 / 1);
}
.border-x-teal-200\/15 {
  border-left-color: rgb(175 236 239 / 0.15);
  border-right-color: rgb(175 236 239 / 0.15);
}
.border-x-teal-200\/20 {
  border-left-color: rgb(175 236 239 / 0.2);
  border-right-color: rgb(175 236 239 / 0.2);
}
.border-x-teal-200\/25 {
  border-left-color: rgb(175 236 239 / 0.25);
  border-right-color: rgb(175 236 239 / 0.25);
}
.border-x-teal-200\/30 {
  border-left-color: rgb(175 236 239 / 0.3);
  border-right-color: rgb(175 236 239 / 0.3);
}
.border-x-teal-200\/35 {
  border-left-color: rgb(175 236 239 / 0.35);
  border-right-color: rgb(175 236 239 / 0.35);
}
.border-x-teal-200\/40 {
  border-left-color: rgb(175 236 239 / 0.4);
  border-right-color: rgb(175 236 239 / 0.4);
}
.border-x-teal-200\/45 {
  border-left-color: rgb(175 236 239 / 0.45);
  border-right-color: rgb(175 236 239 / 0.45);
}
.border-x-teal-200\/5 {
  border-left-color: rgb(175 236 239 / 0.05);
  border-right-color: rgb(175 236 239 / 0.05);
}
.border-x-teal-200\/50 {
  border-left-color: rgb(175 236 239 / 0.5);
  border-right-color: rgb(175 236 239 / 0.5);
}
.border-x-teal-200\/55 {
  border-left-color: rgb(175 236 239 / 0.55);
  border-right-color: rgb(175 236 239 / 0.55);
}
.border-x-teal-200\/60 {
  border-left-color: rgb(175 236 239 / 0.6);
  border-right-color: rgb(175 236 239 / 0.6);
}
.border-x-teal-200\/65 {
  border-left-color: rgb(175 236 239 / 0.65);
  border-right-color: rgb(175 236 239 / 0.65);
}
.border-x-teal-200\/70 {
  border-left-color: rgb(175 236 239 / 0.7);
  border-right-color: rgb(175 236 239 / 0.7);
}
.border-x-teal-200\/75 {
  border-left-color: rgb(175 236 239 / 0.75);
  border-right-color: rgb(175 236 239 / 0.75);
}
.border-x-teal-200\/80 {
  border-left-color: rgb(175 236 239 / 0.8);
  border-right-color: rgb(175 236 239 / 0.8);
}
.border-x-teal-200\/85 {
  border-left-color: rgb(175 236 239 / 0.85);
  border-right-color: rgb(175 236 239 / 0.85);
}
.border-x-teal-200\/90 {
  border-left-color: rgb(175 236 239 / 0.9);
  border-right-color: rgb(175 236 239 / 0.9);
}
.border-x-teal-200\/95 {
  border-left-color: rgb(175 236 239 / 0.95);
  border-right-color: rgb(175 236 239 / 0.95);
}
.border-x-teal-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(126 220 226 / var(--tw-border-opacity, 1));
  border-right-color: rgb(126 220 226 / var(--tw-border-opacity, 1));
}
.border-x-teal-300\/0 {
  border-left-color: rgb(126 220 226 / 0);
  border-right-color: rgb(126 220 226 / 0);
}
.border-x-teal-300\/10 {
  border-left-color: rgb(126 220 226 / 0.1);
  border-right-color: rgb(126 220 226 / 0.1);
}
.border-x-teal-300\/100 {
  border-left-color: rgb(126 220 226 / 1);
  border-right-color: rgb(126 220 226 / 1);
}
.border-x-teal-300\/15 {
  border-left-color: rgb(126 220 226 / 0.15);
  border-right-color: rgb(126 220 226 / 0.15);
}
.border-x-teal-300\/20 {
  border-left-color: rgb(126 220 226 / 0.2);
  border-right-color: rgb(126 220 226 / 0.2);
}
.border-x-teal-300\/25 {
  border-left-color: rgb(126 220 226 / 0.25);
  border-right-color: rgb(126 220 226 / 0.25);
}
.border-x-teal-300\/30 {
  border-left-color: rgb(126 220 226 / 0.3);
  border-right-color: rgb(126 220 226 / 0.3);
}
.border-x-teal-300\/35 {
  border-left-color: rgb(126 220 226 / 0.35);
  border-right-color: rgb(126 220 226 / 0.35);
}
.border-x-teal-300\/40 {
  border-left-color: rgb(126 220 226 / 0.4);
  border-right-color: rgb(126 220 226 / 0.4);
}
.border-x-teal-300\/45 {
  border-left-color: rgb(126 220 226 / 0.45);
  border-right-color: rgb(126 220 226 / 0.45);
}
.border-x-teal-300\/5 {
  border-left-color: rgb(126 220 226 / 0.05);
  border-right-color: rgb(126 220 226 / 0.05);
}
.border-x-teal-300\/50 {
  border-left-color: rgb(126 220 226 / 0.5);
  border-right-color: rgb(126 220 226 / 0.5);
}
.border-x-teal-300\/55 {
  border-left-color: rgb(126 220 226 / 0.55);
  border-right-color: rgb(126 220 226 / 0.55);
}
.border-x-teal-300\/60 {
  border-left-color: rgb(126 220 226 / 0.6);
  border-right-color: rgb(126 220 226 / 0.6);
}
.border-x-teal-300\/65 {
  border-left-color: rgb(126 220 226 / 0.65);
  border-right-color: rgb(126 220 226 / 0.65);
}
.border-x-teal-300\/70 {
  border-left-color: rgb(126 220 226 / 0.7);
  border-right-color: rgb(126 220 226 / 0.7);
}
.border-x-teal-300\/75 {
  border-left-color: rgb(126 220 226 / 0.75);
  border-right-color: rgb(126 220 226 / 0.75);
}
.border-x-teal-300\/80 {
  border-left-color: rgb(126 220 226 / 0.8);
  border-right-color: rgb(126 220 226 / 0.8);
}
.border-x-teal-300\/85 {
  border-left-color: rgb(126 220 226 / 0.85);
  border-right-color: rgb(126 220 226 / 0.85);
}
.border-x-teal-300\/90 {
  border-left-color: rgb(126 220 226 / 0.9);
  border-right-color: rgb(126 220 226 / 0.9);
}
.border-x-teal-300\/95 {
  border-left-color: rgb(126 220 226 / 0.95);
  border-right-color: rgb(126 220 226 / 0.95);
}
.border-x-teal-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(22 189 202 / var(--tw-border-opacity, 1));
  border-right-color: rgb(22 189 202 / var(--tw-border-opacity, 1));
}
.border-x-teal-400\/0 {
  border-left-color: rgb(22 189 202 / 0);
  border-right-color: rgb(22 189 202 / 0);
}
.border-x-teal-400\/10 {
  border-left-color: rgb(22 189 202 / 0.1);
  border-right-color: rgb(22 189 202 / 0.1);
}
.border-x-teal-400\/100 {
  border-left-color: rgb(22 189 202 / 1);
  border-right-color: rgb(22 189 202 / 1);
}
.border-x-teal-400\/15 {
  border-left-color: rgb(22 189 202 / 0.15);
  border-right-color: rgb(22 189 202 / 0.15);
}
.border-x-teal-400\/20 {
  border-left-color: rgb(22 189 202 / 0.2);
  border-right-color: rgb(22 189 202 / 0.2);
}
.border-x-teal-400\/25 {
  border-left-color: rgb(22 189 202 / 0.25);
  border-right-color: rgb(22 189 202 / 0.25);
}
.border-x-teal-400\/30 {
  border-left-color: rgb(22 189 202 / 0.3);
  border-right-color: rgb(22 189 202 / 0.3);
}
.border-x-teal-400\/35 {
  border-left-color: rgb(22 189 202 / 0.35);
  border-right-color: rgb(22 189 202 / 0.35);
}
.border-x-teal-400\/40 {
  border-left-color: rgb(22 189 202 / 0.4);
  border-right-color: rgb(22 189 202 / 0.4);
}
.border-x-teal-400\/45 {
  border-left-color: rgb(22 189 202 / 0.45);
  border-right-color: rgb(22 189 202 / 0.45);
}
.border-x-teal-400\/5 {
  border-left-color: rgb(22 189 202 / 0.05);
  border-right-color: rgb(22 189 202 / 0.05);
}
.border-x-teal-400\/50 {
  border-left-color: rgb(22 189 202 / 0.5);
  border-right-color: rgb(22 189 202 / 0.5);
}
.border-x-teal-400\/55 {
  border-left-color: rgb(22 189 202 / 0.55);
  border-right-color: rgb(22 189 202 / 0.55);
}
.border-x-teal-400\/60 {
  border-left-color: rgb(22 189 202 / 0.6);
  border-right-color: rgb(22 189 202 / 0.6);
}
.border-x-teal-400\/65 {
  border-left-color: rgb(22 189 202 / 0.65);
  border-right-color: rgb(22 189 202 / 0.65);
}
.border-x-teal-400\/70 {
  border-left-color: rgb(22 189 202 / 0.7);
  border-right-color: rgb(22 189 202 / 0.7);
}
.border-x-teal-400\/75 {
  border-left-color: rgb(22 189 202 / 0.75);
  border-right-color: rgb(22 189 202 / 0.75);
}
.border-x-teal-400\/80 {
  border-left-color: rgb(22 189 202 / 0.8);
  border-right-color: rgb(22 189 202 / 0.8);
}
.border-x-teal-400\/85 {
  border-left-color: rgb(22 189 202 / 0.85);
  border-right-color: rgb(22 189 202 / 0.85);
}
.border-x-teal-400\/90 {
  border-left-color: rgb(22 189 202 / 0.9);
  border-right-color: rgb(22 189 202 / 0.9);
}
.border-x-teal-400\/95 {
  border-left-color: rgb(22 189 202 / 0.95);
  border-right-color: rgb(22 189 202 / 0.95);
}
.border-x-teal-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(237 250 250 / var(--tw-border-opacity, 1));
  border-right-color: rgb(237 250 250 / var(--tw-border-opacity, 1));
}
.border-x-teal-50\/0 {
  border-left-color: rgb(237 250 250 / 0);
  border-right-color: rgb(237 250 250 / 0);
}
.border-x-teal-50\/10 {
  border-left-color: rgb(237 250 250 / 0.1);
  border-right-color: rgb(237 250 250 / 0.1);
}
.border-x-teal-50\/100 {
  border-left-color: rgb(237 250 250 / 1);
  border-right-color: rgb(237 250 250 / 1);
}
.border-x-teal-50\/15 {
  border-left-color: rgb(237 250 250 / 0.15);
  border-right-color: rgb(237 250 250 / 0.15);
}
.border-x-teal-50\/20 {
  border-left-color: rgb(237 250 250 / 0.2);
  border-right-color: rgb(237 250 250 / 0.2);
}
.border-x-teal-50\/25 {
  border-left-color: rgb(237 250 250 / 0.25);
  border-right-color: rgb(237 250 250 / 0.25);
}
.border-x-teal-50\/30 {
  border-left-color: rgb(237 250 250 / 0.3);
  border-right-color: rgb(237 250 250 / 0.3);
}
.border-x-teal-50\/35 {
  border-left-color: rgb(237 250 250 / 0.35);
  border-right-color: rgb(237 250 250 / 0.35);
}
.border-x-teal-50\/40 {
  border-left-color: rgb(237 250 250 / 0.4);
  border-right-color: rgb(237 250 250 / 0.4);
}
.border-x-teal-50\/45 {
  border-left-color: rgb(237 250 250 / 0.45);
  border-right-color: rgb(237 250 250 / 0.45);
}
.border-x-teal-50\/5 {
  border-left-color: rgb(237 250 250 / 0.05);
  border-right-color: rgb(237 250 250 / 0.05);
}
.border-x-teal-50\/50 {
  border-left-color: rgb(237 250 250 / 0.5);
  border-right-color: rgb(237 250 250 / 0.5);
}
.border-x-teal-50\/55 {
  border-left-color: rgb(237 250 250 / 0.55);
  border-right-color: rgb(237 250 250 / 0.55);
}
.border-x-teal-50\/60 {
  border-left-color: rgb(237 250 250 / 0.6);
  border-right-color: rgb(237 250 250 / 0.6);
}
.border-x-teal-50\/65 {
  border-left-color: rgb(237 250 250 / 0.65);
  border-right-color: rgb(237 250 250 / 0.65);
}
.border-x-teal-50\/70 {
  border-left-color: rgb(237 250 250 / 0.7);
  border-right-color: rgb(237 250 250 / 0.7);
}
.border-x-teal-50\/75 {
  border-left-color: rgb(237 250 250 / 0.75);
  border-right-color: rgb(237 250 250 / 0.75);
}
.border-x-teal-50\/80 {
  border-left-color: rgb(237 250 250 / 0.8);
  border-right-color: rgb(237 250 250 / 0.8);
}
.border-x-teal-50\/85 {
  border-left-color: rgb(237 250 250 / 0.85);
  border-right-color: rgb(237 250 250 / 0.85);
}
.border-x-teal-50\/90 {
  border-left-color: rgb(237 250 250 / 0.9);
  border-right-color: rgb(237 250 250 / 0.9);
}
.border-x-teal-50\/95 {
  border-left-color: rgb(237 250 250 / 0.95);
  border-right-color: rgb(237 250 250 / 0.95);
}
.border-x-teal-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(6 148 162 / var(--tw-border-opacity, 1));
  border-right-color: rgb(6 148 162 / var(--tw-border-opacity, 1));
}
.border-x-teal-500\/0 {
  border-left-color: rgb(6 148 162 / 0);
  border-right-color: rgb(6 148 162 / 0);
}
.border-x-teal-500\/10 {
  border-left-color: rgb(6 148 162 / 0.1);
  border-right-color: rgb(6 148 162 / 0.1);
}
.border-x-teal-500\/100 {
  border-left-color: rgb(6 148 162 / 1);
  border-right-color: rgb(6 148 162 / 1);
}
.border-x-teal-500\/15 {
  border-left-color: rgb(6 148 162 / 0.15);
  border-right-color: rgb(6 148 162 / 0.15);
}
.border-x-teal-500\/20 {
  border-left-color: rgb(6 148 162 / 0.2);
  border-right-color: rgb(6 148 162 / 0.2);
}
.border-x-teal-500\/25 {
  border-left-color: rgb(6 148 162 / 0.25);
  border-right-color: rgb(6 148 162 / 0.25);
}
.border-x-teal-500\/30 {
  border-left-color: rgb(6 148 162 / 0.3);
  border-right-color: rgb(6 148 162 / 0.3);
}
.border-x-teal-500\/35 {
  border-left-color: rgb(6 148 162 / 0.35);
  border-right-color: rgb(6 148 162 / 0.35);
}
.border-x-teal-500\/40 {
  border-left-color: rgb(6 148 162 / 0.4);
  border-right-color: rgb(6 148 162 / 0.4);
}
.border-x-teal-500\/45 {
  border-left-color: rgb(6 148 162 / 0.45);
  border-right-color: rgb(6 148 162 / 0.45);
}
.border-x-teal-500\/5 {
  border-left-color: rgb(6 148 162 / 0.05);
  border-right-color: rgb(6 148 162 / 0.05);
}
.border-x-teal-500\/50 {
  border-left-color: rgb(6 148 162 / 0.5);
  border-right-color: rgb(6 148 162 / 0.5);
}
.border-x-teal-500\/55 {
  border-left-color: rgb(6 148 162 / 0.55);
  border-right-color: rgb(6 148 162 / 0.55);
}
.border-x-teal-500\/60 {
  border-left-color: rgb(6 148 162 / 0.6);
  border-right-color: rgb(6 148 162 / 0.6);
}
.border-x-teal-500\/65 {
  border-left-color: rgb(6 148 162 / 0.65);
  border-right-color: rgb(6 148 162 / 0.65);
}
.border-x-teal-500\/70 {
  border-left-color: rgb(6 148 162 / 0.7);
  border-right-color: rgb(6 148 162 / 0.7);
}
.border-x-teal-500\/75 {
  border-left-color: rgb(6 148 162 / 0.75);
  border-right-color: rgb(6 148 162 / 0.75);
}
.border-x-teal-500\/80 {
  border-left-color: rgb(6 148 162 / 0.8);
  border-right-color: rgb(6 148 162 / 0.8);
}
.border-x-teal-500\/85 {
  border-left-color: rgb(6 148 162 / 0.85);
  border-right-color: rgb(6 148 162 / 0.85);
}
.border-x-teal-500\/90 {
  border-left-color: rgb(6 148 162 / 0.9);
  border-right-color: rgb(6 148 162 / 0.9);
}
.border-x-teal-500\/95 {
  border-left-color: rgb(6 148 162 / 0.95);
  border-right-color: rgb(6 148 162 / 0.95);
}
.border-x-teal-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(4 116 129 / var(--tw-border-opacity, 1));
  border-right-color: rgb(4 116 129 / var(--tw-border-opacity, 1));
}
.border-x-teal-600\/0 {
  border-left-color: rgb(4 116 129 / 0);
  border-right-color: rgb(4 116 129 / 0);
}
.border-x-teal-600\/10 {
  border-left-color: rgb(4 116 129 / 0.1);
  border-right-color: rgb(4 116 129 / 0.1);
}
.border-x-teal-600\/100 {
  border-left-color: rgb(4 116 129 / 1);
  border-right-color: rgb(4 116 129 / 1);
}
.border-x-teal-600\/15 {
  border-left-color: rgb(4 116 129 / 0.15);
  border-right-color: rgb(4 116 129 / 0.15);
}
.border-x-teal-600\/20 {
  border-left-color: rgb(4 116 129 / 0.2);
  border-right-color: rgb(4 116 129 / 0.2);
}
.border-x-teal-600\/25 {
  border-left-color: rgb(4 116 129 / 0.25);
  border-right-color: rgb(4 116 129 / 0.25);
}
.border-x-teal-600\/30 {
  border-left-color: rgb(4 116 129 / 0.3);
  border-right-color: rgb(4 116 129 / 0.3);
}
.border-x-teal-600\/35 {
  border-left-color: rgb(4 116 129 / 0.35);
  border-right-color: rgb(4 116 129 / 0.35);
}
.border-x-teal-600\/40 {
  border-left-color: rgb(4 116 129 / 0.4);
  border-right-color: rgb(4 116 129 / 0.4);
}
.border-x-teal-600\/45 {
  border-left-color: rgb(4 116 129 / 0.45);
  border-right-color: rgb(4 116 129 / 0.45);
}
.border-x-teal-600\/5 {
  border-left-color: rgb(4 116 129 / 0.05);
  border-right-color: rgb(4 116 129 / 0.05);
}
.border-x-teal-600\/50 {
  border-left-color: rgb(4 116 129 / 0.5);
  border-right-color: rgb(4 116 129 / 0.5);
}
.border-x-teal-600\/55 {
  border-left-color: rgb(4 116 129 / 0.55);
  border-right-color: rgb(4 116 129 / 0.55);
}
.border-x-teal-600\/60 {
  border-left-color: rgb(4 116 129 / 0.6);
  border-right-color: rgb(4 116 129 / 0.6);
}
.border-x-teal-600\/65 {
  border-left-color: rgb(4 116 129 / 0.65);
  border-right-color: rgb(4 116 129 / 0.65);
}
.border-x-teal-600\/70 {
  border-left-color: rgb(4 116 129 / 0.7);
  border-right-color: rgb(4 116 129 / 0.7);
}
.border-x-teal-600\/75 {
  border-left-color: rgb(4 116 129 / 0.75);
  border-right-color: rgb(4 116 129 / 0.75);
}
.border-x-teal-600\/80 {
  border-left-color: rgb(4 116 129 / 0.8);
  border-right-color: rgb(4 116 129 / 0.8);
}
.border-x-teal-600\/85 {
  border-left-color: rgb(4 116 129 / 0.85);
  border-right-color: rgb(4 116 129 / 0.85);
}
.border-x-teal-600\/90 {
  border-left-color: rgb(4 116 129 / 0.9);
  border-right-color: rgb(4 116 129 / 0.9);
}
.border-x-teal-600\/95 {
  border-left-color: rgb(4 116 129 / 0.95);
  border-right-color: rgb(4 116 129 / 0.95);
}
.border-x-teal-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(3 102 114 / var(--tw-border-opacity, 1));
  border-right-color: rgb(3 102 114 / var(--tw-border-opacity, 1));
}
.border-x-teal-700\/0 {
  border-left-color: rgb(3 102 114 / 0);
  border-right-color: rgb(3 102 114 / 0);
}
.border-x-teal-700\/10 {
  border-left-color: rgb(3 102 114 / 0.1);
  border-right-color: rgb(3 102 114 / 0.1);
}
.border-x-teal-700\/100 {
  border-left-color: rgb(3 102 114 / 1);
  border-right-color: rgb(3 102 114 / 1);
}
.border-x-teal-700\/15 {
  border-left-color: rgb(3 102 114 / 0.15);
  border-right-color: rgb(3 102 114 / 0.15);
}
.border-x-teal-700\/20 {
  border-left-color: rgb(3 102 114 / 0.2);
  border-right-color: rgb(3 102 114 / 0.2);
}
.border-x-teal-700\/25 {
  border-left-color: rgb(3 102 114 / 0.25);
  border-right-color: rgb(3 102 114 / 0.25);
}
.border-x-teal-700\/30 {
  border-left-color: rgb(3 102 114 / 0.3);
  border-right-color: rgb(3 102 114 / 0.3);
}
.border-x-teal-700\/35 {
  border-left-color: rgb(3 102 114 / 0.35);
  border-right-color: rgb(3 102 114 / 0.35);
}
.border-x-teal-700\/40 {
  border-left-color: rgb(3 102 114 / 0.4);
  border-right-color: rgb(3 102 114 / 0.4);
}
.border-x-teal-700\/45 {
  border-left-color: rgb(3 102 114 / 0.45);
  border-right-color: rgb(3 102 114 / 0.45);
}
.border-x-teal-700\/5 {
  border-left-color: rgb(3 102 114 / 0.05);
  border-right-color: rgb(3 102 114 / 0.05);
}
.border-x-teal-700\/50 {
  border-left-color: rgb(3 102 114 / 0.5);
  border-right-color: rgb(3 102 114 / 0.5);
}
.border-x-teal-700\/55 {
  border-left-color: rgb(3 102 114 / 0.55);
  border-right-color: rgb(3 102 114 / 0.55);
}
.border-x-teal-700\/60 {
  border-left-color: rgb(3 102 114 / 0.6);
  border-right-color: rgb(3 102 114 / 0.6);
}
.border-x-teal-700\/65 {
  border-left-color: rgb(3 102 114 / 0.65);
  border-right-color: rgb(3 102 114 / 0.65);
}
.border-x-teal-700\/70 {
  border-left-color: rgb(3 102 114 / 0.7);
  border-right-color: rgb(3 102 114 / 0.7);
}
.border-x-teal-700\/75 {
  border-left-color: rgb(3 102 114 / 0.75);
  border-right-color: rgb(3 102 114 / 0.75);
}
.border-x-teal-700\/80 {
  border-left-color: rgb(3 102 114 / 0.8);
  border-right-color: rgb(3 102 114 / 0.8);
}
.border-x-teal-700\/85 {
  border-left-color: rgb(3 102 114 / 0.85);
  border-right-color: rgb(3 102 114 / 0.85);
}
.border-x-teal-700\/90 {
  border-left-color: rgb(3 102 114 / 0.9);
  border-right-color: rgb(3 102 114 / 0.9);
}
.border-x-teal-700\/95 {
  border-left-color: rgb(3 102 114 / 0.95);
  border-right-color: rgb(3 102 114 / 0.95);
}
.border-x-teal-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(5 80 92 / var(--tw-border-opacity, 1));
  border-right-color: rgb(5 80 92 / var(--tw-border-opacity, 1));
}
.border-x-teal-800\/0 {
  border-left-color: rgb(5 80 92 / 0);
  border-right-color: rgb(5 80 92 / 0);
}
.border-x-teal-800\/10 {
  border-left-color: rgb(5 80 92 / 0.1);
  border-right-color: rgb(5 80 92 / 0.1);
}
.border-x-teal-800\/100 {
  border-left-color: rgb(5 80 92 / 1);
  border-right-color: rgb(5 80 92 / 1);
}
.border-x-teal-800\/15 {
  border-left-color: rgb(5 80 92 / 0.15);
  border-right-color: rgb(5 80 92 / 0.15);
}
.border-x-teal-800\/20 {
  border-left-color: rgb(5 80 92 / 0.2);
  border-right-color: rgb(5 80 92 / 0.2);
}
.border-x-teal-800\/25 {
  border-left-color: rgb(5 80 92 / 0.25);
  border-right-color: rgb(5 80 92 / 0.25);
}
.border-x-teal-800\/30 {
  border-left-color: rgb(5 80 92 / 0.3);
  border-right-color: rgb(5 80 92 / 0.3);
}
.border-x-teal-800\/35 {
  border-left-color: rgb(5 80 92 / 0.35);
  border-right-color: rgb(5 80 92 / 0.35);
}
.border-x-teal-800\/40 {
  border-left-color: rgb(5 80 92 / 0.4);
  border-right-color: rgb(5 80 92 / 0.4);
}
.border-x-teal-800\/45 {
  border-left-color: rgb(5 80 92 / 0.45);
  border-right-color: rgb(5 80 92 / 0.45);
}
.border-x-teal-800\/5 {
  border-left-color: rgb(5 80 92 / 0.05);
  border-right-color: rgb(5 80 92 / 0.05);
}
.border-x-teal-800\/50 {
  border-left-color: rgb(5 80 92 / 0.5);
  border-right-color: rgb(5 80 92 / 0.5);
}
.border-x-teal-800\/55 {
  border-left-color: rgb(5 80 92 / 0.55);
  border-right-color: rgb(5 80 92 / 0.55);
}
.border-x-teal-800\/60 {
  border-left-color: rgb(5 80 92 / 0.6);
  border-right-color: rgb(5 80 92 / 0.6);
}
.border-x-teal-800\/65 {
  border-left-color: rgb(5 80 92 / 0.65);
  border-right-color: rgb(5 80 92 / 0.65);
}
.border-x-teal-800\/70 {
  border-left-color: rgb(5 80 92 / 0.7);
  border-right-color: rgb(5 80 92 / 0.7);
}
.border-x-teal-800\/75 {
  border-left-color: rgb(5 80 92 / 0.75);
  border-right-color: rgb(5 80 92 / 0.75);
}
.border-x-teal-800\/80 {
  border-left-color: rgb(5 80 92 / 0.8);
  border-right-color: rgb(5 80 92 / 0.8);
}
.border-x-teal-800\/85 {
  border-left-color: rgb(5 80 92 / 0.85);
  border-right-color: rgb(5 80 92 / 0.85);
}
.border-x-teal-800\/90 {
  border-left-color: rgb(5 80 92 / 0.9);
  border-right-color: rgb(5 80 92 / 0.9);
}
.border-x-teal-800\/95 {
  border-left-color: rgb(5 80 92 / 0.95);
  border-right-color: rgb(5 80 92 / 0.95);
}
.border-x-teal-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(1 68 81 / var(--tw-border-opacity, 1));
  border-right-color: rgb(1 68 81 / var(--tw-border-opacity, 1));
}
.border-x-teal-900\/0 {
  border-left-color: rgb(1 68 81 / 0);
  border-right-color: rgb(1 68 81 / 0);
}
.border-x-teal-900\/10 {
  border-left-color: rgb(1 68 81 / 0.1);
  border-right-color: rgb(1 68 81 / 0.1);
}
.border-x-teal-900\/100 {
  border-left-color: rgb(1 68 81 / 1);
  border-right-color: rgb(1 68 81 / 1);
}
.border-x-teal-900\/15 {
  border-left-color: rgb(1 68 81 / 0.15);
  border-right-color: rgb(1 68 81 / 0.15);
}
.border-x-teal-900\/20 {
  border-left-color: rgb(1 68 81 / 0.2);
  border-right-color: rgb(1 68 81 / 0.2);
}
.border-x-teal-900\/25 {
  border-left-color: rgb(1 68 81 / 0.25);
  border-right-color: rgb(1 68 81 / 0.25);
}
.border-x-teal-900\/30 {
  border-left-color: rgb(1 68 81 / 0.3);
  border-right-color: rgb(1 68 81 / 0.3);
}
.border-x-teal-900\/35 {
  border-left-color: rgb(1 68 81 / 0.35);
  border-right-color: rgb(1 68 81 / 0.35);
}
.border-x-teal-900\/40 {
  border-left-color: rgb(1 68 81 / 0.4);
  border-right-color: rgb(1 68 81 / 0.4);
}
.border-x-teal-900\/45 {
  border-left-color: rgb(1 68 81 / 0.45);
  border-right-color: rgb(1 68 81 / 0.45);
}
.border-x-teal-900\/5 {
  border-left-color: rgb(1 68 81 / 0.05);
  border-right-color: rgb(1 68 81 / 0.05);
}
.border-x-teal-900\/50 {
  border-left-color: rgb(1 68 81 / 0.5);
  border-right-color: rgb(1 68 81 / 0.5);
}
.border-x-teal-900\/55 {
  border-left-color: rgb(1 68 81 / 0.55);
  border-right-color: rgb(1 68 81 / 0.55);
}
.border-x-teal-900\/60 {
  border-left-color: rgb(1 68 81 / 0.6);
  border-right-color: rgb(1 68 81 / 0.6);
}
.border-x-teal-900\/65 {
  border-left-color: rgb(1 68 81 / 0.65);
  border-right-color: rgb(1 68 81 / 0.65);
}
.border-x-teal-900\/70 {
  border-left-color: rgb(1 68 81 / 0.7);
  border-right-color: rgb(1 68 81 / 0.7);
}
.border-x-teal-900\/75 {
  border-left-color: rgb(1 68 81 / 0.75);
  border-right-color: rgb(1 68 81 / 0.75);
}
.border-x-teal-900\/80 {
  border-left-color: rgb(1 68 81 / 0.8);
  border-right-color: rgb(1 68 81 / 0.8);
}
.border-x-teal-900\/85 {
  border-left-color: rgb(1 68 81 / 0.85);
  border-right-color: rgb(1 68 81 / 0.85);
}
.border-x-teal-900\/90 {
  border-left-color: rgb(1 68 81 / 0.9);
  border-right-color: rgb(1 68 81 / 0.9);
}
.border-x-teal-900\/95 {
  border-left-color: rgb(1 68 81 / 0.95);
  border-right-color: rgb(1 68 81 / 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-white {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.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(253 246 178 / var(--tw-border-opacity, 1));
  border-right-color: rgb(253 246 178 / var(--tw-border-opacity, 1));
}
.border-x-yellow-100\/0 {
  border-left-color: rgb(253 246 178 / 0);
  border-right-color: rgb(253 246 178 / 0);
}
.border-x-yellow-100\/10 {
  border-left-color: rgb(253 246 178 / 0.1);
  border-right-color: rgb(253 246 178 / 0.1);
}
.border-x-yellow-100\/100 {
  border-left-color: rgb(253 246 178 / 1);
  border-right-color: rgb(253 246 178 / 1);
}
.border-x-yellow-100\/15 {
  border-left-color: rgb(253 246 178 / 0.15);
  border-right-color: rgb(253 246 178 / 0.15);
}
.border-x-yellow-100\/20 {
  border-left-color: rgb(253 246 178 / 0.2);
  border-right-color: rgb(253 246 178 / 0.2);
}
.border-x-yellow-100\/25 {
  border-left-color: rgb(253 246 178 / 0.25);
  border-right-color: rgb(253 246 178 / 0.25);
}
.border-x-yellow-100\/30 {
  border-left-color: rgb(253 246 178 / 0.3);
  border-right-color: rgb(253 246 178 / 0.3);
}
.border-x-yellow-100\/35 {
  border-left-color: rgb(253 246 178 / 0.35);
  border-right-color: rgb(253 246 178 / 0.35);
}
.border-x-yellow-100\/40 {
  border-left-color: rgb(253 246 178 / 0.4);
  border-right-color: rgb(253 246 178 / 0.4);
}
.border-x-yellow-100\/45 {
  border-left-color: rgb(253 246 178 / 0.45);
  border-right-color: rgb(253 246 178 / 0.45);
}
.border-x-yellow-100\/5 {
  border-left-color: rgb(253 246 178 / 0.05);
  border-right-color: rgb(253 246 178 / 0.05);
}
.border-x-yellow-100\/50 {
  border-left-color: rgb(253 246 178 / 0.5);
  border-right-color: rgb(253 246 178 / 0.5);
}
.border-x-yellow-100\/55 {
  border-left-color: rgb(253 246 178 / 0.55);
  border-right-color: rgb(253 246 178 / 0.55);
}
.border-x-yellow-100\/60 {
  border-left-color: rgb(253 246 178 / 0.6);
  border-right-color: rgb(253 246 178 / 0.6);
}
.border-x-yellow-100\/65 {
  border-left-color: rgb(253 246 178 / 0.65);
  border-right-color: rgb(253 246 178 / 0.65);
}
.border-x-yellow-100\/70 {
  border-left-color: rgb(253 246 178 / 0.7);
  border-right-color: rgb(253 246 178 / 0.7);
}
.border-x-yellow-100\/75 {
  border-left-color: rgb(253 246 178 / 0.75);
  border-right-color: rgb(253 246 178 / 0.75);
}
.border-x-yellow-100\/80 {
  border-left-color: rgb(253 246 178 / 0.8);
  border-right-color: rgb(253 246 178 / 0.8);
}
.border-x-yellow-100\/85 {
  border-left-color: rgb(253 246 178 / 0.85);
  border-right-color: rgb(253 246 178 / 0.85);
}
.border-x-yellow-100\/90 {
  border-left-color: rgb(253 246 178 / 0.9);
  border-right-color: rgb(253 246 178 / 0.9);
}
.border-x-yellow-100\/95 {
  border-left-color: rgb(253 246 178 / 0.95);
  border-right-color: rgb(253 246 178 / 0.95);
}
.border-x-yellow-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(252 233 106 / var(--tw-border-opacity, 1));
  border-right-color: rgb(252 233 106 / var(--tw-border-opacity, 1));
}
.border-x-yellow-200\/0 {
  border-left-color: rgb(252 233 106 / 0);
  border-right-color: rgb(252 233 106 / 0);
}
.border-x-yellow-200\/10 {
  border-left-color: rgb(252 233 106 / 0.1);
  border-right-color: rgb(252 233 106 / 0.1);
}
.border-x-yellow-200\/100 {
  border-left-color: rgb(252 233 106 / 1);
  border-right-color: rgb(252 233 106 / 1);
}
.border-x-yellow-200\/15 {
  border-left-color: rgb(252 233 106 / 0.15);
  border-right-color: rgb(252 233 106 / 0.15);
}
.border-x-yellow-200\/20 {
  border-left-color: rgb(252 233 106 / 0.2);
  border-right-color: rgb(252 233 106 / 0.2);
}
.border-x-yellow-200\/25 {
  border-left-color: rgb(252 233 106 / 0.25);
  border-right-color: rgb(252 233 106 / 0.25);
}
.border-x-yellow-200\/30 {
  border-left-color: rgb(252 233 106 / 0.3);
  border-right-color: rgb(252 233 106 / 0.3);
}
.border-x-yellow-200\/35 {
  border-left-color: rgb(252 233 106 / 0.35);
  border-right-color: rgb(252 233 106 / 0.35);
}
.border-x-yellow-200\/40 {
  border-left-color: rgb(252 233 106 / 0.4);
  border-right-color: rgb(252 233 106 / 0.4);
}
.border-x-yellow-200\/45 {
  border-left-color: rgb(252 233 106 / 0.45);
  border-right-color: rgb(252 233 106 / 0.45);
}
.border-x-yellow-200\/5 {
  border-left-color: rgb(252 233 106 / 0.05);
  border-right-color: rgb(252 233 106 / 0.05);
}
.border-x-yellow-200\/50 {
  border-left-color: rgb(252 233 106 / 0.5);
  border-right-color: rgb(252 233 106 / 0.5);
}
.border-x-yellow-200\/55 {
  border-left-color: rgb(252 233 106 / 0.55);
  border-right-color: rgb(252 233 106 / 0.55);
}
.border-x-yellow-200\/60 {
  border-left-color: rgb(252 233 106 / 0.6);
  border-right-color: rgb(252 233 106 / 0.6);
}
.border-x-yellow-200\/65 {
  border-left-color: rgb(252 233 106 / 0.65);
  border-right-color: rgb(252 233 106 / 0.65);
}
.border-x-yellow-200\/70 {
  border-left-color: rgb(252 233 106 / 0.7);
  border-right-color: rgb(252 233 106 / 0.7);
}
.border-x-yellow-200\/75 {
  border-left-color: rgb(252 233 106 / 0.75);
  border-right-color: rgb(252 233 106 / 0.75);
}
.border-x-yellow-200\/80 {
  border-left-color: rgb(252 233 106 / 0.8);
  border-right-color: rgb(252 233 106 / 0.8);
}
.border-x-yellow-200\/85 {
  border-left-color: rgb(252 233 106 / 0.85);
  border-right-color: rgb(252 233 106 / 0.85);
}
.border-x-yellow-200\/90 {
  border-left-color: rgb(252 233 106 / 0.9);
  border-right-color: rgb(252 233 106 / 0.9);
}
.border-x-yellow-200\/95 {
  border-left-color: rgb(252 233 106 / 0.95);
  border-right-color: rgb(252 233 106 / 0.95);
}
.border-x-yellow-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 202 21 / var(--tw-border-opacity, 1));
  border-right-color: rgb(250 202 21 / var(--tw-border-opacity, 1));
}
.border-x-yellow-300\/0 {
  border-left-color: rgb(250 202 21 / 0);
  border-right-color: rgb(250 202 21 / 0);
}
.border-x-yellow-300\/10 {
  border-left-color: rgb(250 202 21 / 0.1);
  border-right-color: rgb(250 202 21 / 0.1);
}
.border-x-yellow-300\/100 {
  border-left-color: rgb(250 202 21 / 1);
  border-right-color: rgb(250 202 21 / 1);
}
.border-x-yellow-300\/15 {
  border-left-color: rgb(250 202 21 / 0.15);
  border-right-color: rgb(250 202 21 / 0.15);
}
.border-x-yellow-300\/20 {
  border-left-color: rgb(250 202 21 / 0.2);
  border-right-color: rgb(250 202 21 / 0.2);
}
.border-x-yellow-300\/25 {
  border-left-color: rgb(250 202 21 / 0.25);
  border-right-color: rgb(250 202 21 / 0.25);
}
.border-x-yellow-300\/30 {
  border-left-color: rgb(250 202 21 / 0.3);
  border-right-color: rgb(250 202 21 / 0.3);
}
.border-x-yellow-300\/35 {
  border-left-color: rgb(250 202 21 / 0.35);
  border-right-color: rgb(250 202 21 / 0.35);
}
.border-x-yellow-300\/40 {
  border-left-color: rgb(250 202 21 / 0.4);
  border-right-color: rgb(250 202 21 / 0.4);
}
.border-x-yellow-300\/45 {
  border-left-color: rgb(250 202 21 / 0.45);
  border-right-color: rgb(250 202 21 / 0.45);
}
.border-x-yellow-300\/5 {
  border-left-color: rgb(250 202 21 / 0.05);
  border-right-color: rgb(250 202 21 / 0.05);
}
.border-x-yellow-300\/50 {
  border-left-color: rgb(250 202 21 / 0.5);
  border-right-color: rgb(250 202 21 / 0.5);
}
.border-x-yellow-300\/55 {
  border-left-color: rgb(250 202 21 / 0.55);
  border-right-color: rgb(250 202 21 / 0.55);
}
.border-x-yellow-300\/60 {
  border-left-color: rgb(250 202 21 / 0.6);
  border-right-color: rgb(250 202 21 / 0.6);
}
.border-x-yellow-300\/65 {
  border-left-color: rgb(250 202 21 / 0.65);
  border-right-color: rgb(250 202 21 / 0.65);
}
.border-x-yellow-300\/70 {
  border-left-color: rgb(250 202 21 / 0.7);
  border-right-color: rgb(250 202 21 / 0.7);
}
.border-x-yellow-300\/75 {
  border-left-color: rgb(250 202 21 / 0.75);
  border-right-color: rgb(250 202 21 / 0.75);
}
.border-x-yellow-300\/80 {
  border-left-color: rgb(250 202 21 / 0.8);
  border-right-color: rgb(250 202 21 / 0.8);
}
.border-x-yellow-300\/85 {
  border-left-color: rgb(250 202 21 / 0.85);
  border-right-color: rgb(250 202 21 / 0.85);
}
.border-x-yellow-300\/90 {
  border-left-color: rgb(250 202 21 / 0.9);
  border-right-color: rgb(250 202 21 / 0.9);
}
.border-x-yellow-300\/95 {
  border-left-color: rgb(250 202 21 / 0.95);
  border-right-color: rgb(250 202 21 / 0.95);
}
.border-x-yellow-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(227 160 8 / var(--tw-border-opacity, 1));
  border-right-color: rgb(227 160 8 / var(--tw-border-opacity, 1));
}
.border-x-yellow-400\/0 {
  border-left-color: rgb(227 160 8 / 0);
  border-right-color: rgb(227 160 8 / 0);
}
.border-x-yellow-400\/10 {
  border-left-color: rgb(227 160 8 / 0.1);
  border-right-color: rgb(227 160 8 / 0.1);
}
.border-x-yellow-400\/100 {
  border-left-color: rgb(227 160 8 / 1);
  border-right-color: rgb(227 160 8 / 1);
}
.border-x-yellow-400\/15 {
  border-left-color: rgb(227 160 8 / 0.15);
  border-right-color: rgb(227 160 8 / 0.15);
}
.border-x-yellow-400\/20 {
  border-left-color: rgb(227 160 8 / 0.2);
  border-right-color: rgb(227 160 8 / 0.2);
}
.border-x-yellow-400\/25 {
  border-left-color: rgb(227 160 8 / 0.25);
  border-right-color: rgb(227 160 8 / 0.25);
}
.border-x-yellow-400\/30 {
  border-left-color: rgb(227 160 8 / 0.3);
  border-right-color: rgb(227 160 8 / 0.3);
}
.border-x-yellow-400\/35 {
  border-left-color: rgb(227 160 8 / 0.35);
  border-right-color: rgb(227 160 8 / 0.35);
}
.border-x-yellow-400\/40 {
  border-left-color: rgb(227 160 8 / 0.4);
  border-right-color: rgb(227 160 8 / 0.4);
}
.border-x-yellow-400\/45 {
  border-left-color: rgb(227 160 8 / 0.45);
  border-right-color: rgb(227 160 8 / 0.45);
}
.border-x-yellow-400\/5 {
  border-left-color: rgb(227 160 8 / 0.05);
  border-right-color: rgb(227 160 8 / 0.05);
}
.border-x-yellow-400\/50 {
  border-left-color: rgb(227 160 8 / 0.5);
  border-right-color: rgb(227 160 8 / 0.5);
}
.border-x-yellow-400\/55 {
  border-left-color: rgb(227 160 8 / 0.55);
  border-right-color: rgb(227 160 8 / 0.55);
}
.border-x-yellow-400\/60 {
  border-left-color: rgb(227 160 8 / 0.6);
  border-right-color: rgb(227 160 8 / 0.6);
}
.border-x-yellow-400\/65 {
  border-left-color: rgb(227 160 8 / 0.65);
  border-right-color: rgb(227 160 8 / 0.65);
}
.border-x-yellow-400\/70 {
  border-left-color: rgb(227 160 8 / 0.7);
  border-right-color: rgb(227 160 8 / 0.7);
}
.border-x-yellow-400\/75 {
  border-left-color: rgb(227 160 8 / 0.75);
  border-right-color: rgb(227 160 8 / 0.75);
}
.border-x-yellow-400\/80 {
  border-left-color: rgb(227 160 8 / 0.8);
  border-right-color: rgb(227 160 8 / 0.8);
}
.border-x-yellow-400\/85 {
  border-left-color: rgb(227 160 8 / 0.85);
  border-right-color: rgb(227 160 8 / 0.85);
}
.border-x-yellow-400\/90 {
  border-left-color: rgb(227 160 8 / 0.9);
  border-right-color: rgb(227 160 8 / 0.9);
}
.border-x-yellow-400\/95 {
  border-left-color: rgb(227 160 8 / 0.95);
  border-right-color: rgb(227 160 8 / 0.95);
}
.border-x-yellow-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 253 234 / var(--tw-border-opacity, 1));
  border-right-color: rgb(253 253 234 / var(--tw-border-opacity, 1));
}
.border-x-yellow-50\/0 {
  border-left-color: rgb(253 253 234 / 0);
  border-right-color: rgb(253 253 234 / 0);
}
.border-x-yellow-50\/10 {
  border-left-color: rgb(253 253 234 / 0.1);
  border-right-color: rgb(253 253 234 / 0.1);
}
.border-x-yellow-50\/100 {
  border-left-color: rgb(253 253 234 / 1);
  border-right-color: rgb(253 253 234 / 1);
}
.border-x-yellow-50\/15 {
  border-left-color: rgb(253 253 234 / 0.15);
  border-right-color: rgb(253 253 234 / 0.15);
}
.border-x-yellow-50\/20 {
  border-left-color: rgb(253 253 234 / 0.2);
  border-right-color: rgb(253 253 234 / 0.2);
}
.border-x-yellow-50\/25 {
  border-left-color: rgb(253 253 234 / 0.25);
  border-right-color: rgb(253 253 234 / 0.25);
}
.border-x-yellow-50\/30 {
  border-left-color: rgb(253 253 234 / 0.3);
  border-right-color: rgb(253 253 234 / 0.3);
}
.border-x-yellow-50\/35 {
  border-left-color: rgb(253 253 234 / 0.35);
  border-right-color: rgb(253 253 234 / 0.35);
}
.border-x-yellow-50\/40 {
  border-left-color: rgb(253 253 234 / 0.4);
  border-right-color: rgb(253 253 234 / 0.4);
}
.border-x-yellow-50\/45 {
  border-left-color: rgb(253 253 234 / 0.45);
  border-right-color: rgb(253 253 234 / 0.45);
}
.border-x-yellow-50\/5 {
  border-left-color: rgb(253 253 234 / 0.05);
  border-right-color: rgb(253 253 234 / 0.05);
}
.border-x-yellow-50\/50 {
  border-left-color: rgb(253 253 234 / 0.5);
  border-right-color: rgb(253 253 234 / 0.5);
}
.border-x-yellow-50\/55 {
  border-left-color: rgb(253 253 234 / 0.55);
  border-right-color: rgb(253 253 234 / 0.55);
}
.border-x-yellow-50\/60 {
  border-left-color: rgb(253 253 234 / 0.6);
  border-right-color: rgb(253 253 234 / 0.6);
}
.border-x-yellow-50\/65 {
  border-left-color: rgb(253 253 234 / 0.65);
  border-right-color: rgb(253 253 234 / 0.65);
}
.border-x-yellow-50\/70 {
  border-left-color: rgb(253 253 234 / 0.7);
  border-right-color: rgb(253 253 234 / 0.7);
}
.border-x-yellow-50\/75 {
  border-left-color: rgb(253 253 234 / 0.75);
  border-right-color: rgb(253 253 234 / 0.75);
}
.border-x-yellow-50\/80 {
  border-left-color: rgb(253 253 234 / 0.8);
  border-right-color: rgb(253 253 234 / 0.8);
}
.border-x-yellow-50\/85 {
  border-left-color: rgb(253 253 234 / 0.85);
  border-right-color: rgb(253 253 234 / 0.85);
}
.border-x-yellow-50\/90 {
  border-left-color: rgb(253 253 234 / 0.9);
  border-right-color: rgb(253 253 234 / 0.9);
}
.border-x-yellow-50\/95 {
  border-left-color: rgb(253 253 234 / 0.95);
  border-right-color: rgb(253 253 234 / 0.95);
}
.border-x-yellow-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(194 120 3 / var(--tw-border-opacity, 1));
  border-right-color: rgb(194 120 3 / var(--tw-border-opacity, 1));
}
.border-x-yellow-500\/0 {
  border-left-color: rgb(194 120 3 / 0);
  border-right-color: rgb(194 120 3 / 0);
}
.border-x-yellow-500\/10 {
  border-left-color: rgb(194 120 3 / 0.1);
  border-right-color: rgb(194 120 3 / 0.1);
}
.border-x-yellow-500\/100 {
  border-left-color: rgb(194 120 3 / 1);
  border-right-color: rgb(194 120 3 / 1);
}
.border-x-yellow-500\/15 {
  border-left-color: rgb(194 120 3 / 0.15);
  border-right-color: rgb(194 120 3 / 0.15);
}
.border-x-yellow-500\/20 {
  border-left-color: rgb(194 120 3 / 0.2);
  border-right-color: rgb(194 120 3 / 0.2);
}
.border-x-yellow-500\/25 {
  border-left-color: rgb(194 120 3 / 0.25);
  border-right-color: rgb(194 120 3 / 0.25);
}
.border-x-yellow-500\/30 {
  border-left-color: rgb(194 120 3 / 0.3);
  border-right-color: rgb(194 120 3 / 0.3);
}
.border-x-yellow-500\/35 {
  border-left-color: rgb(194 120 3 / 0.35);
  border-right-color: rgb(194 120 3 / 0.35);
}
.border-x-yellow-500\/40 {
  border-left-color: rgb(194 120 3 / 0.4);
  border-right-color: rgb(194 120 3 / 0.4);
}
.border-x-yellow-500\/45 {
  border-left-color: rgb(194 120 3 / 0.45);
  border-right-color: rgb(194 120 3 / 0.45);
}
.border-x-yellow-500\/5 {
  border-left-color: rgb(194 120 3 / 0.05);
  border-right-color: rgb(194 120 3 / 0.05);
}
.border-x-yellow-500\/50 {
  border-left-color: rgb(194 120 3 / 0.5);
  border-right-color: rgb(194 120 3 / 0.5);
}
.border-x-yellow-500\/55 {
  border-left-color: rgb(194 120 3 / 0.55);
  border-right-color: rgb(194 120 3 / 0.55);
}
.border-x-yellow-500\/60 {
  border-left-color: rgb(194 120 3 / 0.6);
  border-right-color: rgb(194 120 3 / 0.6);
}
.border-x-yellow-500\/65 {
  border-left-color: rgb(194 120 3 / 0.65);
  border-right-color: rgb(194 120 3 / 0.65);
}
.border-x-yellow-500\/70 {
  border-left-color: rgb(194 120 3 / 0.7);
  border-right-color: rgb(194 120 3 / 0.7);
}
.border-x-yellow-500\/75 {
  border-left-color: rgb(194 120 3 / 0.75);
  border-right-color: rgb(194 120 3 / 0.75);
}
.border-x-yellow-500\/80 {
  border-left-color: rgb(194 120 3 / 0.8);
  border-right-color: rgb(194 120 3 / 0.8);
}
.border-x-yellow-500\/85 {
  border-left-color: rgb(194 120 3 / 0.85);
  border-right-color: rgb(194 120 3 / 0.85);
}
.border-x-yellow-500\/90 {
  border-left-color: rgb(194 120 3 / 0.9);
  border-right-color: rgb(194 120 3 / 0.9);
}
.border-x-yellow-500\/95 {
  border-left-color: rgb(194 120 3 / 0.95);
  border-right-color: rgb(194 120 3 / 0.95);
}
.border-x-yellow-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(159 88 10 / var(--tw-border-opacity, 1));
  border-right-color: rgb(159 88 10 / var(--tw-border-opacity, 1));
}
.border-x-yellow-600\/0 {
  border-left-color: rgb(159 88 10 / 0);
  border-right-color: rgb(159 88 10 / 0);
}
.border-x-yellow-600\/10 {
  border-left-color: rgb(159 88 10 / 0.1);
  border-right-color: rgb(159 88 10 / 0.1);
}
.border-x-yellow-600\/100 {
  border-left-color: rgb(159 88 10 / 1);
  border-right-color: rgb(159 88 10 / 1);
}
.border-x-yellow-600\/15 {
  border-left-color: rgb(159 88 10 / 0.15);
  border-right-color: rgb(159 88 10 / 0.15);
}
.border-x-yellow-600\/20 {
  border-left-color: rgb(159 88 10 / 0.2);
  border-right-color: rgb(159 88 10 / 0.2);
}
.border-x-yellow-600\/25 {
  border-left-color: rgb(159 88 10 / 0.25);
  border-right-color: rgb(159 88 10 / 0.25);
}
.border-x-yellow-600\/30 {
  border-left-color: rgb(159 88 10 / 0.3);
  border-right-color: rgb(159 88 10 / 0.3);
}
.border-x-yellow-600\/35 {
  border-left-color: rgb(159 88 10 / 0.35);
  border-right-color: rgb(159 88 10 / 0.35);
}
.border-x-yellow-600\/40 {
  border-left-color: rgb(159 88 10 / 0.4);
  border-right-color: rgb(159 88 10 / 0.4);
}
.border-x-yellow-600\/45 {
  border-left-color: rgb(159 88 10 / 0.45);
  border-right-color: rgb(159 88 10 / 0.45);
}
.border-x-yellow-600\/5 {
  border-left-color: rgb(159 88 10 / 0.05);
  border-right-color: rgb(159 88 10 / 0.05);
}
.border-x-yellow-600\/50 {
  border-left-color: rgb(159 88 10 / 0.5);
  border-right-color: rgb(159 88 10 / 0.5);
}
.border-x-yellow-600\/55 {
  border-left-color: rgb(159 88 10 / 0.55);
  border-right-color: rgb(159 88 10 / 0.55);
}
.border-x-yellow-600\/60 {
  border-left-color: rgb(159 88 10 / 0.6);
  border-right-color: rgb(159 88 10 / 0.6);
}
.border-x-yellow-600\/65 {
  border-left-color: rgb(159 88 10 / 0.65);
  border-right-color: rgb(159 88 10 / 0.65);
}
.border-x-yellow-600\/70 {
  border-left-color: rgb(159 88 10 / 0.7);
  border-right-color: rgb(159 88 10 / 0.7);
}
.border-x-yellow-600\/75 {
  border-left-color: rgb(159 88 10 / 0.75);
  border-right-color: rgb(159 88 10 / 0.75);
}
.border-x-yellow-600\/80 {
  border-left-color: rgb(159 88 10 / 0.8);
  border-right-color: rgb(159 88 10 / 0.8);
}
.border-x-yellow-600\/85 {
  border-left-color: rgb(159 88 10 / 0.85);
  border-right-color: rgb(159 88 10 / 0.85);
}
.border-x-yellow-600\/90 {
  border-left-color: rgb(159 88 10 / 0.9);
  border-right-color: rgb(159 88 10 / 0.9);
}
.border-x-yellow-600\/95 {
  border-left-color: rgb(159 88 10 / 0.95);
  border-right-color: rgb(159 88 10 / 0.95);
}
.border-x-yellow-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(142 75 16 / var(--tw-border-opacity, 1));
  border-right-color: rgb(142 75 16 / var(--tw-border-opacity, 1));
}
.border-x-yellow-700\/0 {
  border-left-color: rgb(142 75 16 / 0);
  border-right-color: rgb(142 75 16 / 0);
}
.border-x-yellow-700\/10 {
  border-left-color: rgb(142 75 16 / 0.1);
  border-right-color: rgb(142 75 16 / 0.1);
}
.border-x-yellow-700\/100 {
  border-left-color: rgb(142 75 16 / 1);
  border-right-color: rgb(142 75 16 / 1);
}
.border-x-yellow-700\/15 {
  border-left-color: rgb(142 75 16 / 0.15);
  border-right-color: rgb(142 75 16 / 0.15);
}
.border-x-yellow-700\/20 {
  border-left-color: rgb(142 75 16 / 0.2);
  border-right-color: rgb(142 75 16 / 0.2);
}
.border-x-yellow-700\/25 {
  border-left-color: rgb(142 75 16 / 0.25);
  border-right-color: rgb(142 75 16 / 0.25);
}
.border-x-yellow-700\/30 {
  border-left-color: rgb(142 75 16 / 0.3);
  border-right-color: rgb(142 75 16 / 0.3);
}
.border-x-yellow-700\/35 {
  border-left-color: rgb(142 75 16 / 0.35);
  border-right-color: rgb(142 75 16 / 0.35);
}
.border-x-yellow-700\/40 {
  border-left-color: rgb(142 75 16 / 0.4);
  border-right-color: rgb(142 75 16 / 0.4);
}
.border-x-yellow-700\/45 {
  border-left-color: rgb(142 75 16 / 0.45);
  border-right-color: rgb(142 75 16 / 0.45);
}
.border-x-yellow-700\/5 {
  border-left-color: rgb(142 75 16 / 0.05);
  border-right-color: rgb(142 75 16 / 0.05);
}
.border-x-yellow-700\/50 {
  border-left-color: rgb(142 75 16 / 0.5);
  border-right-color: rgb(142 75 16 / 0.5);
}
.border-x-yellow-700\/55 {
  border-left-color: rgb(142 75 16 / 0.55);
  border-right-color: rgb(142 75 16 / 0.55);
}
.border-x-yellow-700\/60 {
  border-left-color: rgb(142 75 16 / 0.6);
  border-right-color: rgb(142 75 16 / 0.6);
}
.border-x-yellow-700\/65 {
  border-left-color: rgb(142 75 16 / 0.65);
  border-right-color: rgb(142 75 16 / 0.65);
}
.border-x-yellow-700\/70 {
  border-left-color: rgb(142 75 16 / 0.7);
  border-right-color: rgb(142 75 16 / 0.7);
}
.border-x-yellow-700\/75 {
  border-left-color: rgb(142 75 16 / 0.75);
  border-right-color: rgb(142 75 16 / 0.75);
}
.border-x-yellow-700\/80 {
  border-left-color: rgb(142 75 16 / 0.8);
  border-right-color: rgb(142 75 16 / 0.8);
}
.border-x-yellow-700\/85 {
  border-left-color: rgb(142 75 16 / 0.85);
  border-right-color: rgb(142 75 16 / 0.85);
}
.border-x-yellow-700\/90 {
  border-left-color: rgb(142 75 16 / 0.9);
  border-right-color: rgb(142 75 16 / 0.9);
}
.border-x-yellow-700\/95 {
  border-left-color: rgb(142 75 16 / 0.95);
  border-right-color: rgb(142 75 16 / 0.95);
}
.border-x-yellow-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(114 59 19 / var(--tw-border-opacity, 1));
  border-right-color: rgb(114 59 19 / var(--tw-border-opacity, 1));
}
.border-x-yellow-800\/0 {
  border-left-color: rgb(114 59 19 / 0);
  border-right-color: rgb(114 59 19 / 0);
}
.border-x-yellow-800\/10 {
  border-left-color: rgb(114 59 19 / 0.1);
  border-right-color: rgb(114 59 19 / 0.1);
}
.border-x-yellow-800\/100 {
  border-left-color: rgb(114 59 19 / 1);
  border-right-color: rgb(114 59 19 / 1);
}
.border-x-yellow-800\/15 {
  border-left-color: rgb(114 59 19 / 0.15);
  border-right-color: rgb(114 59 19 / 0.15);
}
.border-x-yellow-800\/20 {
  border-left-color: rgb(114 59 19 / 0.2);
  border-right-color: rgb(114 59 19 / 0.2);
}
.border-x-yellow-800\/25 {
  border-left-color: rgb(114 59 19 / 0.25);
  border-right-color: rgb(114 59 19 / 0.25);
}
.border-x-yellow-800\/30 {
  border-left-color: rgb(114 59 19 / 0.3);
  border-right-color: rgb(114 59 19 / 0.3);
}
.border-x-yellow-800\/35 {
  border-left-color: rgb(114 59 19 / 0.35);
  border-right-color: rgb(114 59 19 / 0.35);
}
.border-x-yellow-800\/40 {
  border-left-color: rgb(114 59 19 / 0.4);
  border-right-color: rgb(114 59 19 / 0.4);
}
.border-x-yellow-800\/45 {
  border-left-color: rgb(114 59 19 / 0.45);
  border-right-color: rgb(114 59 19 / 0.45);
}
.border-x-yellow-800\/5 {
  border-left-color: rgb(114 59 19 / 0.05);
  border-right-color: rgb(114 59 19 / 0.05);
}
.border-x-yellow-800\/50 {
  border-left-color: rgb(114 59 19 / 0.5);
  border-right-color: rgb(114 59 19 / 0.5);
}
.border-x-yellow-800\/55 {
  border-left-color: rgb(114 59 19 / 0.55);
  border-right-color: rgb(114 59 19 / 0.55);
}
.border-x-yellow-800\/60 {
  border-left-color: rgb(114 59 19 / 0.6);
  border-right-color: rgb(114 59 19 / 0.6);
}
.border-x-yellow-800\/65 {
  border-left-color: rgb(114 59 19 / 0.65);
  border-right-color: rgb(114 59 19 / 0.65);
}
.border-x-yellow-800\/70 {
  border-left-color: rgb(114 59 19 / 0.7);
  border-right-color: rgb(114 59 19 / 0.7);
}
.border-x-yellow-800\/75 {
  border-left-color: rgb(114 59 19 / 0.75);
  border-right-color: rgb(114 59 19 / 0.75);
}
.border-x-yellow-800\/80 {
  border-left-color: rgb(114 59 19 / 0.8);
  border-right-color: rgb(114 59 19 / 0.8);
}
.border-x-yellow-800\/85 {
  border-left-color: rgb(114 59 19 / 0.85);
  border-right-color: rgb(114 59 19 / 0.85);
}
.border-x-yellow-800\/90 {
  border-left-color: rgb(114 59 19 / 0.9);
  border-right-color: rgb(114 59 19 / 0.9);
}
.border-x-yellow-800\/95 {
  border-left-color: rgb(114 59 19 / 0.95);
  border-right-color: rgb(114 59 19 / 0.95);
}
.border-x-yellow-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(99 49 18 / var(--tw-border-opacity, 1));
  border-right-color: rgb(99 49 18 / var(--tw-border-opacity, 1));
}
.border-x-yellow-900\/0 {
  border-left-color: rgb(99 49 18 / 0);
  border-right-color: rgb(99 49 18 / 0);
}
.border-x-yellow-900\/10 {
  border-left-color: rgb(99 49 18 / 0.1);
  border-right-color: rgb(99 49 18 / 0.1);
}
.border-x-yellow-900\/100 {
  border-left-color: rgb(99 49 18 / 1);
  border-right-color: rgb(99 49 18 / 1);
}
.border-x-yellow-900\/15 {
  border-left-color: rgb(99 49 18 / 0.15);
  border-right-color: rgb(99 49 18 / 0.15);
}
.border-x-yellow-900\/20 {
  border-left-color: rgb(99 49 18 / 0.2);
  border-right-color: rgb(99 49 18 / 0.2);
}
.border-x-yellow-900\/25 {
  border-left-color: rgb(99 49 18 / 0.25);
  border-right-color: rgb(99 49 18 / 0.25);
}
.border-x-yellow-900\/30 {
  border-left-color: rgb(99 49 18 / 0.3);
  border-right-color: rgb(99 49 18 / 0.3);
}
.border-x-yellow-900\/35 {
  border-left-color: rgb(99 49 18 / 0.35);
  border-right-color: rgb(99 49 18 / 0.35);
}
.border-x-yellow-900\/40 {
  border-left-color: rgb(99 49 18 / 0.4);
  border-right-color: rgb(99 49 18 / 0.4);
}
.border-x-yellow-900\/45 {
  border-left-color: rgb(99 49 18 / 0.45);
  border-right-color: rgb(99 49 18 / 0.45);
}
.border-x-yellow-900\/5 {
  border-left-color: rgb(99 49 18 / 0.05);
  border-right-color: rgb(99 49 18 / 0.05);
}
.border-x-yellow-900\/50 {
  border-left-color: rgb(99 49 18 / 0.5);
  border-right-color: rgb(99 49 18 / 0.5);
}
.border-x-yellow-900\/55 {
  border-left-color: rgb(99 49 18 / 0.55);
  border-right-color: rgb(99 49 18 / 0.55);
}
.border-x-yellow-900\/60 {
  border-left-color: rgb(99 49 18 / 0.6);
  border-right-color: rgb(99 49 18 / 0.6);
}
.border-x-yellow-900\/65 {
  border-left-color: rgb(99 49 18 / 0.65);
  border-right-color: rgb(99 49 18 / 0.65);
}
.border-x-yellow-900\/70 {
  border-left-color: rgb(99 49 18 / 0.7);
  border-right-color: rgb(99 49 18 / 0.7);
}
.border-x-yellow-900\/75 {
  border-left-color: rgb(99 49 18 / 0.75);
  border-right-color: rgb(99 49 18 / 0.75);
}
.border-x-yellow-900\/80 {
  border-left-color: rgb(99 49 18 / 0.8);
  border-right-color: rgb(99 49 18 / 0.8);
}
.border-x-yellow-900\/85 {
  border-left-color: rgb(99 49 18 / 0.85);
  border-right-color: rgb(99 49 18 / 0.85);
}
.border-x-yellow-900\/90 {
  border-left-color: rgb(99 49 18 / 0.9);
  border-right-color: rgb(99 49 18 / 0.9);
}
.border-x-yellow-900\/95 {
  border-left-color: rgb(99 49 18 / 0.95);
  border-right-color: rgb(99 49 18 / 0.95);
}
.border-y-black {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.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(225 239 254 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(225 239 254 / var(--tw-border-opacity, 1));
}
.border-y-blue-100\/0 {
  border-top-color: rgb(225 239 254 / 0);
  border-bottom-color: rgb(225 239 254 / 0);
}
.border-y-blue-100\/10 {
  border-top-color: rgb(225 239 254 / 0.1);
  border-bottom-color: rgb(225 239 254 / 0.1);
}
.border-y-blue-100\/100 {
  border-top-color: rgb(225 239 254 / 1);
  border-bottom-color: rgb(225 239 254 / 1);
}
.border-y-blue-100\/15 {
  border-top-color: rgb(225 239 254 / 0.15);
  border-bottom-color: rgb(225 239 254 / 0.15);
}
.border-y-blue-100\/20 {
  border-top-color: rgb(225 239 254 / 0.2);
  border-bottom-color: rgb(225 239 254 / 0.2);
}
.border-y-blue-100\/25 {
  border-top-color: rgb(225 239 254 / 0.25);
  border-bottom-color: rgb(225 239 254 / 0.25);
}
.border-y-blue-100\/30 {
  border-top-color: rgb(225 239 254 / 0.3);
  border-bottom-color: rgb(225 239 254 / 0.3);
}
.border-y-blue-100\/35 {
  border-top-color: rgb(225 239 254 / 0.35);
  border-bottom-color: rgb(225 239 254 / 0.35);
}
.border-y-blue-100\/40 {
  border-top-color: rgb(225 239 254 / 0.4);
  border-bottom-color: rgb(225 239 254 / 0.4);
}
.border-y-blue-100\/45 {
  border-top-color: rgb(225 239 254 / 0.45);
  border-bottom-color: rgb(225 239 254 / 0.45);
}
.border-y-blue-100\/5 {
  border-top-color: rgb(225 239 254 / 0.05);
  border-bottom-color: rgb(225 239 254 / 0.05);
}
.border-y-blue-100\/50 {
  border-top-color: rgb(225 239 254 / 0.5);
  border-bottom-color: rgb(225 239 254 / 0.5);
}
.border-y-blue-100\/55 {
  border-top-color: rgb(225 239 254 / 0.55);
  border-bottom-color: rgb(225 239 254 / 0.55);
}
.border-y-blue-100\/60 {
  border-top-color: rgb(225 239 254 / 0.6);
  border-bottom-color: rgb(225 239 254 / 0.6);
}
.border-y-blue-100\/65 {
  border-top-color: rgb(225 239 254 / 0.65);
  border-bottom-color: rgb(225 239 254 / 0.65);
}
.border-y-blue-100\/70 {
  border-top-color: rgb(225 239 254 / 0.7);
  border-bottom-color: rgb(225 239 254 / 0.7);
}
.border-y-blue-100\/75 {
  border-top-color: rgb(225 239 254 / 0.75);
  border-bottom-color: rgb(225 239 254 / 0.75);
}
.border-y-blue-100\/80 {
  border-top-color: rgb(225 239 254 / 0.8);
  border-bottom-color: rgb(225 239 254 / 0.8);
}
.border-y-blue-100\/85 {
  border-top-color: rgb(225 239 254 / 0.85);
  border-bottom-color: rgb(225 239 254 / 0.85);
}
.border-y-blue-100\/90 {
  border-top-color: rgb(225 239 254 / 0.9);
  border-bottom-color: rgb(225 239 254 / 0.9);
}
.border-y-blue-100\/95 {
  border-top-color: rgb(225 239 254 / 0.95);
  border-bottom-color: rgb(225 239 254 / 0.95);
}
.border-y-blue-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(195 221 253 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(195 221 253 / var(--tw-border-opacity, 1));
}
.border-y-blue-200\/0 {
  border-top-color: rgb(195 221 253 / 0);
  border-bottom-color: rgb(195 221 253 / 0);
}
.border-y-blue-200\/10 {
  border-top-color: rgb(195 221 253 / 0.1);
  border-bottom-color: rgb(195 221 253 / 0.1);
}
.border-y-blue-200\/100 {
  border-top-color: rgb(195 221 253 / 1);
  border-bottom-color: rgb(195 221 253 / 1);
}
.border-y-blue-200\/15 {
  border-top-color: rgb(195 221 253 / 0.15);
  border-bottom-color: rgb(195 221 253 / 0.15);
}
.border-y-blue-200\/20 {
  border-top-color: rgb(195 221 253 / 0.2);
  border-bottom-color: rgb(195 221 253 / 0.2);
}
.border-y-blue-200\/25 {
  border-top-color: rgb(195 221 253 / 0.25);
  border-bottom-color: rgb(195 221 253 / 0.25);
}
.border-y-blue-200\/30 {
  border-top-color: rgb(195 221 253 / 0.3);
  border-bottom-color: rgb(195 221 253 / 0.3);
}
.border-y-blue-200\/35 {
  border-top-color: rgb(195 221 253 / 0.35);
  border-bottom-color: rgb(195 221 253 / 0.35);
}
.border-y-blue-200\/40 {
  border-top-color: rgb(195 221 253 / 0.4);
  border-bottom-color: rgb(195 221 253 / 0.4);
}
.border-y-blue-200\/45 {
  border-top-color: rgb(195 221 253 / 0.45);
  border-bottom-color: rgb(195 221 253 / 0.45);
}
.border-y-blue-200\/5 {
  border-top-color: rgb(195 221 253 / 0.05);
  border-bottom-color: rgb(195 221 253 / 0.05);
}
.border-y-blue-200\/50 {
  border-top-color: rgb(195 221 253 / 0.5);
  border-bottom-color: rgb(195 221 253 / 0.5);
}
.border-y-blue-200\/55 {
  border-top-color: rgb(195 221 253 / 0.55);
  border-bottom-color: rgb(195 221 253 / 0.55);
}
.border-y-blue-200\/60 {
  border-top-color: rgb(195 221 253 / 0.6);
  border-bottom-color: rgb(195 221 253 / 0.6);
}
.border-y-blue-200\/65 {
  border-top-color: rgb(195 221 253 / 0.65);
  border-bottom-color: rgb(195 221 253 / 0.65);
}
.border-y-blue-200\/70 {
  border-top-color: rgb(195 221 253 / 0.7);
  border-bottom-color: rgb(195 221 253 / 0.7);
}
.border-y-blue-200\/75 {
  border-top-color: rgb(195 221 253 / 0.75);
  border-bottom-color: rgb(195 221 253 / 0.75);
}
.border-y-blue-200\/80 {
  border-top-color: rgb(195 221 253 / 0.8);
  border-bottom-color: rgb(195 221 253 / 0.8);
}
.border-y-blue-200\/85 {
  border-top-color: rgb(195 221 253 / 0.85);
  border-bottom-color: rgb(195 221 253 / 0.85);
}
.border-y-blue-200\/90 {
  border-top-color: rgb(195 221 253 / 0.9);
  border-bottom-color: rgb(195 221 253 / 0.9);
}
.border-y-blue-200\/95 {
  border-top-color: rgb(195 221 253 / 0.95);
  border-bottom-color: rgb(195 221 253 / 0.95);
}
.border-y-blue-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(164 202 254 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(164 202 254 / var(--tw-border-opacity, 1));
}
.border-y-blue-300\/0 {
  border-top-color: rgb(164 202 254 / 0);
  border-bottom-color: rgb(164 202 254 / 0);
}
.border-y-blue-300\/10 {
  border-top-color: rgb(164 202 254 / 0.1);
  border-bottom-color: rgb(164 202 254 / 0.1);
}
.border-y-blue-300\/100 {
  border-top-color: rgb(164 202 254 / 1);
  border-bottom-color: rgb(164 202 254 / 1);
}
.border-y-blue-300\/15 {
  border-top-color: rgb(164 202 254 / 0.15);
  border-bottom-color: rgb(164 202 254 / 0.15);
}
.border-y-blue-300\/20 {
  border-top-color: rgb(164 202 254 / 0.2);
  border-bottom-color: rgb(164 202 254 / 0.2);
}
.border-y-blue-300\/25 {
  border-top-color: rgb(164 202 254 / 0.25);
  border-bottom-color: rgb(164 202 254 / 0.25);
}
.border-y-blue-300\/30 {
  border-top-color: rgb(164 202 254 / 0.3);
  border-bottom-color: rgb(164 202 254 / 0.3);
}
.border-y-blue-300\/35 {
  border-top-color: rgb(164 202 254 / 0.35);
  border-bottom-color: rgb(164 202 254 / 0.35);
}
.border-y-blue-300\/40 {
  border-top-color: rgb(164 202 254 / 0.4);
  border-bottom-color: rgb(164 202 254 / 0.4);
}
.border-y-blue-300\/45 {
  border-top-color: rgb(164 202 254 / 0.45);
  border-bottom-color: rgb(164 202 254 / 0.45);
}
.border-y-blue-300\/5 {
  border-top-color: rgb(164 202 254 / 0.05);
  border-bottom-color: rgb(164 202 254 / 0.05);
}
.border-y-blue-300\/50 {
  border-top-color: rgb(164 202 254 / 0.5);
  border-bottom-color: rgb(164 202 254 / 0.5);
}
.border-y-blue-300\/55 {
  border-top-color: rgb(164 202 254 / 0.55);
  border-bottom-color: rgb(164 202 254 / 0.55);
}
.border-y-blue-300\/60 {
  border-top-color: rgb(164 202 254 / 0.6);
  border-bottom-color: rgb(164 202 254 / 0.6);
}
.border-y-blue-300\/65 {
  border-top-color: rgb(164 202 254 / 0.65);
  border-bottom-color: rgb(164 202 254 / 0.65);
}
.border-y-blue-300\/70 {
  border-top-color: rgb(164 202 254 / 0.7);
  border-bottom-color: rgb(164 202 254 / 0.7);
}
.border-y-blue-300\/75 {
  border-top-color: rgb(164 202 254 / 0.75);
  border-bottom-color: rgb(164 202 254 / 0.75);
}
.border-y-blue-300\/80 {
  border-top-color: rgb(164 202 254 / 0.8);
  border-bottom-color: rgb(164 202 254 / 0.8);
}
.border-y-blue-300\/85 {
  border-top-color: rgb(164 202 254 / 0.85);
  border-bottom-color: rgb(164 202 254 / 0.85);
}
.border-y-blue-300\/90 {
  border-top-color: rgb(164 202 254 / 0.9);
  border-bottom-color: rgb(164 202 254 / 0.9);
}
.border-y-blue-300\/95 {
  border-top-color: rgb(164 202 254 / 0.95);
  border-bottom-color: rgb(164 202 254 / 0.95);
}
.border-y-blue-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(118 169 250 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(118 169 250 / var(--tw-border-opacity, 1));
}
.border-y-blue-400\/0 {
  border-top-color: rgb(118 169 250 / 0);
  border-bottom-color: rgb(118 169 250 / 0);
}
.border-y-blue-400\/10 {
  border-top-color: rgb(118 169 250 / 0.1);
  border-bottom-color: rgb(118 169 250 / 0.1);
}
.border-y-blue-400\/100 {
  border-top-color: rgb(118 169 250 / 1);
  border-bottom-color: rgb(118 169 250 / 1);
}
.border-y-blue-400\/15 {
  border-top-color: rgb(118 169 250 / 0.15);
  border-bottom-color: rgb(118 169 250 / 0.15);
}
.border-y-blue-400\/20 {
  border-top-color: rgb(118 169 250 / 0.2);
  border-bottom-color: rgb(118 169 250 / 0.2);
}
.border-y-blue-400\/25 {
  border-top-color: rgb(118 169 250 / 0.25);
  border-bottom-color: rgb(118 169 250 / 0.25);
}
.border-y-blue-400\/30 {
  border-top-color: rgb(118 169 250 / 0.3);
  border-bottom-color: rgb(118 169 250 / 0.3);
}
.border-y-blue-400\/35 {
  border-top-color: rgb(118 169 250 / 0.35);
  border-bottom-color: rgb(118 169 250 / 0.35);
}
.border-y-blue-400\/40 {
  border-top-color: rgb(118 169 250 / 0.4);
  border-bottom-color: rgb(118 169 250 / 0.4);
}
.border-y-blue-400\/45 {
  border-top-color: rgb(118 169 250 / 0.45);
  border-bottom-color: rgb(118 169 250 / 0.45);
}
.border-y-blue-400\/5 {
  border-top-color: rgb(118 169 250 / 0.05);
  border-bottom-color: rgb(118 169 250 / 0.05);
}
.border-y-blue-400\/50 {
  border-top-color: rgb(118 169 250 / 0.5);
  border-bottom-color: rgb(118 169 250 / 0.5);
}
.border-y-blue-400\/55 {
  border-top-color: rgb(118 169 250 / 0.55);
  border-bottom-color: rgb(118 169 250 / 0.55);
}
.border-y-blue-400\/60 {
  border-top-color: rgb(118 169 250 / 0.6);
  border-bottom-color: rgb(118 169 250 / 0.6);
}
.border-y-blue-400\/65 {
  border-top-color: rgb(118 169 250 / 0.65);
  border-bottom-color: rgb(118 169 250 / 0.65);
}
.border-y-blue-400\/70 {
  border-top-color: rgb(118 169 250 / 0.7);
  border-bottom-color: rgb(118 169 250 / 0.7);
}
.border-y-blue-400\/75 {
  border-top-color: rgb(118 169 250 / 0.75);
  border-bottom-color: rgb(118 169 250 / 0.75);
}
.border-y-blue-400\/80 {
  border-top-color: rgb(118 169 250 / 0.8);
  border-bottom-color: rgb(118 169 250 / 0.8);
}
.border-y-blue-400\/85 {
  border-top-color: rgb(118 169 250 / 0.85);
  border-bottom-color: rgb(118 169 250 / 0.85);
}
.border-y-blue-400\/90 {
  border-top-color: rgb(118 169 250 / 0.9);
  border-bottom-color: rgb(118 169 250 / 0.9);
}
.border-y-blue-400\/95 {
  border-top-color: rgb(118 169 250 / 0.95);
  border-bottom-color: rgb(118 169 250 / 0.95);
}
.border-y-blue-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(235 245 255 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(235 245 255 / var(--tw-border-opacity, 1));
}
.border-y-blue-50\/0 {
  border-top-color: rgb(235 245 255 / 0);
  border-bottom-color: rgb(235 245 255 / 0);
}
.border-y-blue-50\/10 {
  border-top-color: rgb(235 245 255 / 0.1);
  border-bottom-color: rgb(235 245 255 / 0.1);
}
.border-y-blue-50\/100 {
  border-top-color: rgb(235 245 255 / 1);
  border-bottom-color: rgb(235 245 255 / 1);
}
.border-y-blue-50\/15 {
  border-top-color: rgb(235 245 255 / 0.15);
  border-bottom-color: rgb(235 245 255 / 0.15);
}
.border-y-blue-50\/20 {
  border-top-color: rgb(235 245 255 / 0.2);
  border-bottom-color: rgb(235 245 255 / 0.2);
}
.border-y-blue-50\/25 {
  border-top-color: rgb(235 245 255 / 0.25);
  border-bottom-color: rgb(235 245 255 / 0.25);
}
.border-y-blue-50\/30 {
  border-top-color: rgb(235 245 255 / 0.3);
  border-bottom-color: rgb(235 245 255 / 0.3);
}
.border-y-blue-50\/35 {
  border-top-color: rgb(235 245 255 / 0.35);
  border-bottom-color: rgb(235 245 255 / 0.35);
}
.border-y-blue-50\/40 {
  border-top-color: rgb(235 245 255 / 0.4);
  border-bottom-color: rgb(235 245 255 / 0.4);
}
.border-y-blue-50\/45 {
  border-top-color: rgb(235 245 255 / 0.45);
  border-bottom-color: rgb(235 245 255 / 0.45);
}
.border-y-blue-50\/5 {
  border-top-color: rgb(235 245 255 / 0.05);
  border-bottom-color: rgb(235 245 255 / 0.05);
}
.border-y-blue-50\/50 {
  border-top-color: rgb(235 245 255 / 0.5);
  border-bottom-color: rgb(235 245 255 / 0.5);
}
.border-y-blue-50\/55 {
  border-top-color: rgb(235 245 255 / 0.55);
  border-bottom-color: rgb(235 245 255 / 0.55);
}
.border-y-blue-50\/60 {
  border-top-color: rgb(235 245 255 / 0.6);
  border-bottom-color: rgb(235 245 255 / 0.6);
}
.border-y-blue-50\/65 {
  border-top-color: rgb(235 245 255 / 0.65);
  border-bottom-color: rgb(235 245 255 / 0.65);
}
.border-y-blue-50\/70 {
  border-top-color: rgb(235 245 255 / 0.7);
  border-bottom-color: rgb(235 245 255 / 0.7);
}
.border-y-blue-50\/75 {
  border-top-color: rgb(235 245 255 / 0.75);
  border-bottom-color: rgb(235 245 255 / 0.75);
}
.border-y-blue-50\/80 {
  border-top-color: rgb(235 245 255 / 0.8);
  border-bottom-color: rgb(235 245 255 / 0.8);
}
.border-y-blue-50\/85 {
  border-top-color: rgb(235 245 255 / 0.85);
  border-bottom-color: rgb(235 245 255 / 0.85);
}
.border-y-blue-50\/90 {
  border-top-color: rgb(235 245 255 / 0.9);
  border-bottom-color: rgb(235 245 255 / 0.9);
}
.border-y-blue-50\/95 {
  border-top-color: rgb(235 245 255 / 0.95);
  border-bottom-color: rgb(235 245 255 / 0.95);
}
.border-y-blue-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(63 131 248 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(63 131 248 / var(--tw-border-opacity, 1));
}
.border-y-blue-500\/0 {
  border-top-color: rgb(63 131 248 / 0);
  border-bottom-color: rgb(63 131 248 / 0);
}
.border-y-blue-500\/10 {
  border-top-color: rgb(63 131 248 / 0.1);
  border-bottom-color: rgb(63 131 248 / 0.1);
}
.border-y-blue-500\/100 {
  border-top-color: rgb(63 131 248 / 1);
  border-bottom-color: rgb(63 131 248 / 1);
}
.border-y-blue-500\/15 {
  border-top-color: rgb(63 131 248 / 0.15);
  border-bottom-color: rgb(63 131 248 / 0.15);
}
.border-y-blue-500\/20 {
  border-top-color: rgb(63 131 248 / 0.2);
  border-bottom-color: rgb(63 131 248 / 0.2);
}
.border-y-blue-500\/25 {
  border-top-color: rgb(63 131 248 / 0.25);
  border-bottom-color: rgb(63 131 248 / 0.25);
}
.border-y-blue-500\/30 {
  border-top-color: rgb(63 131 248 / 0.3);
  border-bottom-color: rgb(63 131 248 / 0.3);
}
.border-y-blue-500\/35 {
  border-top-color: rgb(63 131 248 / 0.35);
  border-bottom-color: rgb(63 131 248 / 0.35);
}
.border-y-blue-500\/40 {
  border-top-color: rgb(63 131 248 / 0.4);
  border-bottom-color: rgb(63 131 248 / 0.4);
}
.border-y-blue-500\/45 {
  border-top-color: rgb(63 131 248 / 0.45);
  border-bottom-color: rgb(63 131 248 / 0.45);
}
.border-y-blue-500\/5 {
  border-top-color: rgb(63 131 248 / 0.05);
  border-bottom-color: rgb(63 131 248 / 0.05);
}
.border-y-blue-500\/50 {
  border-top-color: rgb(63 131 248 / 0.5);
  border-bottom-color: rgb(63 131 248 / 0.5);
}
.border-y-blue-500\/55 {
  border-top-color: rgb(63 131 248 / 0.55);
  border-bottom-color: rgb(63 131 248 / 0.55);
}
.border-y-blue-500\/60 {
  border-top-color: rgb(63 131 248 / 0.6);
  border-bottom-color: rgb(63 131 248 / 0.6);
}
.border-y-blue-500\/65 {
  border-top-color: rgb(63 131 248 / 0.65);
  border-bottom-color: rgb(63 131 248 / 0.65);
}
.border-y-blue-500\/70 {
  border-top-color: rgb(63 131 248 / 0.7);
  border-bottom-color: rgb(63 131 248 / 0.7);
}
.border-y-blue-500\/75 {
  border-top-color: rgb(63 131 248 / 0.75);
  border-bottom-color: rgb(63 131 248 / 0.75);
}
.border-y-blue-500\/80 {
  border-top-color: rgb(63 131 248 / 0.8);
  border-bottom-color: rgb(63 131 248 / 0.8);
}
.border-y-blue-500\/85 {
  border-top-color: rgb(63 131 248 / 0.85);
  border-bottom-color: rgb(63 131 248 / 0.85);
}
.border-y-blue-500\/90 {
  border-top-color: rgb(63 131 248 / 0.9);
  border-bottom-color: rgb(63 131 248 / 0.9);
}
.border-y-blue-500\/95 {
  border-top-color: rgb(63 131 248 / 0.95);
  border-bottom-color: rgb(63 131 248 / 0.95);
}
.border-y-blue-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(28 100 242 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(28 100 242 / var(--tw-border-opacity, 1));
}
.border-y-blue-600\/0 {
  border-top-color: rgb(28 100 242 / 0);
  border-bottom-color: rgb(28 100 242 / 0);
}
.border-y-blue-600\/10 {
  border-top-color: rgb(28 100 242 / 0.1);
  border-bottom-color: rgb(28 100 242 / 0.1);
}
.border-y-blue-600\/100 {
  border-top-color: rgb(28 100 242 / 1);
  border-bottom-color: rgb(28 100 242 / 1);
}
.border-y-blue-600\/15 {
  border-top-color: rgb(28 100 242 / 0.15);
  border-bottom-color: rgb(28 100 242 / 0.15);
}
.border-y-blue-600\/20 {
  border-top-color: rgb(28 100 242 / 0.2);
  border-bottom-color: rgb(28 100 242 / 0.2);
}
.border-y-blue-600\/25 {
  border-top-color: rgb(28 100 242 / 0.25);
  border-bottom-color: rgb(28 100 242 / 0.25);
}
.border-y-blue-600\/30 {
  border-top-color: rgb(28 100 242 / 0.3);
  border-bottom-color: rgb(28 100 242 / 0.3);
}
.border-y-blue-600\/35 {
  border-top-color: rgb(28 100 242 / 0.35);
  border-bottom-color: rgb(28 100 242 / 0.35);
}
.border-y-blue-600\/40 {
  border-top-color: rgb(28 100 242 / 0.4);
  border-bottom-color: rgb(28 100 242 / 0.4);
}
.border-y-blue-600\/45 {
  border-top-color: rgb(28 100 242 / 0.45);
  border-bottom-color: rgb(28 100 242 / 0.45);
}
.border-y-blue-600\/5 {
  border-top-color: rgb(28 100 242 / 0.05);
  border-bottom-color: rgb(28 100 242 / 0.05);
}
.border-y-blue-600\/50 {
  border-top-color: rgb(28 100 242 / 0.5);
  border-bottom-color: rgb(28 100 242 / 0.5);
}
.border-y-blue-600\/55 {
  border-top-color: rgb(28 100 242 / 0.55);
  border-bottom-color: rgb(28 100 242 / 0.55);
}
.border-y-blue-600\/60 {
  border-top-color: rgb(28 100 242 / 0.6);
  border-bottom-color: rgb(28 100 242 / 0.6);
}
.border-y-blue-600\/65 {
  border-top-color: rgb(28 100 242 / 0.65);
  border-bottom-color: rgb(28 100 242 / 0.65);
}
.border-y-blue-600\/70 {
  border-top-color: rgb(28 100 242 / 0.7);
  border-bottom-color: rgb(28 100 242 / 0.7);
}
.border-y-blue-600\/75 {
  border-top-color: rgb(28 100 242 / 0.75);
  border-bottom-color: rgb(28 100 242 / 0.75);
}
.border-y-blue-600\/80 {
  border-top-color: rgb(28 100 242 / 0.8);
  border-bottom-color: rgb(28 100 242 / 0.8);
}
.border-y-blue-600\/85 {
  border-top-color: rgb(28 100 242 / 0.85);
  border-bottom-color: rgb(28 100 242 / 0.85);
}
.border-y-blue-600\/90 {
  border-top-color: rgb(28 100 242 / 0.9);
  border-bottom-color: rgb(28 100 242 / 0.9);
}
.border-y-blue-600\/95 {
  border-top-color: rgb(28 100 242 / 0.95);
  border-bottom-color: rgb(28 100 242 / 0.95);
}
.border-y-blue-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(26 86 219 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(26 86 219 / var(--tw-border-opacity, 1));
}
.border-y-blue-700\/0 {
  border-top-color: rgb(26 86 219 / 0);
  border-bottom-color: rgb(26 86 219 / 0);
}
.border-y-blue-700\/10 {
  border-top-color: rgb(26 86 219 / 0.1);
  border-bottom-color: rgb(26 86 219 / 0.1);
}
.border-y-blue-700\/100 {
  border-top-color: rgb(26 86 219 / 1);
  border-bottom-color: rgb(26 86 219 / 1);
}
.border-y-blue-700\/15 {
  border-top-color: rgb(26 86 219 / 0.15);
  border-bottom-color: rgb(26 86 219 / 0.15);
}
.border-y-blue-700\/20 {
  border-top-color: rgb(26 86 219 / 0.2);
  border-bottom-color: rgb(26 86 219 / 0.2);
}
.border-y-blue-700\/25 {
  border-top-color: rgb(26 86 219 / 0.25);
  border-bottom-color: rgb(26 86 219 / 0.25);
}
.border-y-blue-700\/30 {
  border-top-color: rgb(26 86 219 / 0.3);
  border-bottom-color: rgb(26 86 219 / 0.3);
}
.border-y-blue-700\/35 {
  border-top-color: rgb(26 86 219 / 0.35);
  border-bottom-color: rgb(26 86 219 / 0.35);
}
.border-y-blue-700\/40 {
  border-top-color: rgb(26 86 219 / 0.4);
  border-bottom-color: rgb(26 86 219 / 0.4);
}
.border-y-blue-700\/45 {
  border-top-color: rgb(26 86 219 / 0.45);
  border-bottom-color: rgb(26 86 219 / 0.45);
}
.border-y-blue-700\/5 {
  border-top-color: rgb(26 86 219 / 0.05);
  border-bottom-color: rgb(26 86 219 / 0.05);
}
.border-y-blue-700\/50 {
  border-top-color: rgb(26 86 219 / 0.5);
  border-bottom-color: rgb(26 86 219 / 0.5);
}
.border-y-blue-700\/55 {
  border-top-color: rgb(26 86 219 / 0.55);
  border-bottom-color: rgb(26 86 219 / 0.55);
}
.border-y-blue-700\/60 {
  border-top-color: rgb(26 86 219 / 0.6);
  border-bottom-color: rgb(26 86 219 / 0.6);
}
.border-y-blue-700\/65 {
  border-top-color: rgb(26 86 219 / 0.65);
  border-bottom-color: rgb(26 86 219 / 0.65);
}
.border-y-blue-700\/70 {
  border-top-color: rgb(26 86 219 / 0.7);
  border-bottom-color: rgb(26 86 219 / 0.7);
}
.border-y-blue-700\/75 {
  border-top-color: rgb(26 86 219 / 0.75);
  border-bottom-color: rgb(26 86 219 / 0.75);
}
.border-y-blue-700\/80 {
  border-top-color: rgb(26 86 219 / 0.8);
  border-bottom-color: rgb(26 86 219 / 0.8);
}
.border-y-blue-700\/85 {
  border-top-color: rgb(26 86 219 / 0.85);
  border-bottom-color: rgb(26 86 219 / 0.85);
}
.border-y-blue-700\/90 {
  border-top-color: rgb(26 86 219 / 0.9);
  border-bottom-color: rgb(26 86 219 / 0.9);
}
.border-y-blue-700\/95 {
  border-top-color: rgb(26 86 219 / 0.95);
  border-bottom-color: rgb(26 86 219 / 0.95);
}
.border-y-blue-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(30 66 159 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(30 66 159 / var(--tw-border-opacity, 1));
}
.border-y-blue-800\/0 {
  border-top-color: rgb(30 66 159 / 0);
  border-bottom-color: rgb(30 66 159 / 0);
}
.border-y-blue-800\/10 {
  border-top-color: rgb(30 66 159 / 0.1);
  border-bottom-color: rgb(30 66 159 / 0.1);
}
.border-y-blue-800\/100 {
  border-top-color: rgb(30 66 159 / 1);
  border-bottom-color: rgb(30 66 159 / 1);
}
.border-y-blue-800\/15 {
  border-top-color: rgb(30 66 159 / 0.15);
  border-bottom-color: rgb(30 66 159 / 0.15);
}
.border-y-blue-800\/20 {
  border-top-color: rgb(30 66 159 / 0.2);
  border-bottom-color: rgb(30 66 159 / 0.2);
}
.border-y-blue-800\/25 {
  border-top-color: rgb(30 66 159 / 0.25);
  border-bottom-color: rgb(30 66 159 / 0.25);
}
.border-y-blue-800\/30 {
  border-top-color: rgb(30 66 159 / 0.3);
  border-bottom-color: rgb(30 66 159 / 0.3);
}
.border-y-blue-800\/35 {
  border-top-color: rgb(30 66 159 / 0.35);
  border-bottom-color: rgb(30 66 159 / 0.35);
}
.border-y-blue-800\/40 {
  border-top-color: rgb(30 66 159 / 0.4);
  border-bottom-color: rgb(30 66 159 / 0.4);
}
.border-y-blue-800\/45 {
  border-top-color: rgb(30 66 159 / 0.45);
  border-bottom-color: rgb(30 66 159 / 0.45);
}
.border-y-blue-800\/5 {
  border-top-color: rgb(30 66 159 / 0.05);
  border-bottom-color: rgb(30 66 159 / 0.05);
}
.border-y-blue-800\/50 {
  border-top-color: rgb(30 66 159 / 0.5);
  border-bottom-color: rgb(30 66 159 / 0.5);
}
.border-y-blue-800\/55 {
  border-top-color: rgb(30 66 159 / 0.55);
  border-bottom-color: rgb(30 66 159 / 0.55);
}
.border-y-blue-800\/60 {
  border-top-color: rgb(30 66 159 / 0.6);
  border-bottom-color: rgb(30 66 159 / 0.6);
}
.border-y-blue-800\/65 {
  border-top-color: rgb(30 66 159 / 0.65);
  border-bottom-color: rgb(30 66 159 / 0.65);
}
.border-y-blue-800\/70 {
  border-top-color: rgb(30 66 159 / 0.7);
  border-bottom-color: rgb(30 66 159 / 0.7);
}
.border-y-blue-800\/75 {
  border-top-color: rgb(30 66 159 / 0.75);
  border-bottom-color: rgb(30 66 159 / 0.75);
}
.border-y-blue-800\/80 {
  border-top-color: rgb(30 66 159 / 0.8);
  border-bottom-color: rgb(30 66 159 / 0.8);
}
.border-y-blue-800\/85 {
  border-top-color: rgb(30 66 159 / 0.85);
  border-bottom-color: rgb(30 66 159 / 0.85);
}
.border-y-blue-800\/90 {
  border-top-color: rgb(30 66 159 / 0.9);
  border-bottom-color: rgb(30 66 159 / 0.9);
}
.border-y-blue-800\/95 {
  border-top-color: rgb(30 66 159 / 0.95);
  border-bottom-color: rgb(30 66 159 / 0.95);
}
.border-y-blue-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(35 56 118 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(35 56 118 / var(--tw-border-opacity, 1));
}
.border-y-blue-900\/0 {
  border-top-color: rgb(35 56 118 / 0);
  border-bottom-color: rgb(35 56 118 / 0);
}
.border-y-blue-900\/10 {
  border-top-color: rgb(35 56 118 / 0.1);
  border-bottom-color: rgb(35 56 118 / 0.1);
}
.border-y-blue-900\/100 {
  border-top-color: rgb(35 56 118 / 1);
  border-bottom-color: rgb(35 56 118 / 1);
}
.border-y-blue-900\/15 {
  border-top-color: rgb(35 56 118 / 0.15);
  border-bottom-color: rgb(35 56 118 / 0.15);
}
.border-y-blue-900\/20 {
  border-top-color: rgb(35 56 118 / 0.2);
  border-bottom-color: rgb(35 56 118 / 0.2);
}
.border-y-blue-900\/25 {
  border-top-color: rgb(35 56 118 / 0.25);
  border-bottom-color: rgb(35 56 118 / 0.25);
}
.border-y-blue-900\/30 {
  border-top-color: rgb(35 56 118 / 0.3);
  border-bottom-color: rgb(35 56 118 / 0.3);
}
.border-y-blue-900\/35 {
  border-top-color: rgb(35 56 118 / 0.35);
  border-bottom-color: rgb(35 56 118 / 0.35);
}
.border-y-blue-900\/40 {
  border-top-color: rgb(35 56 118 / 0.4);
  border-bottom-color: rgb(35 56 118 / 0.4);
}
.border-y-blue-900\/45 {
  border-top-color: rgb(35 56 118 / 0.45);
  border-bottom-color: rgb(35 56 118 / 0.45);
}
.border-y-blue-900\/5 {
  border-top-color: rgb(35 56 118 / 0.05);
  border-bottom-color: rgb(35 56 118 / 0.05);
}
.border-y-blue-900\/50 {
  border-top-color: rgb(35 56 118 / 0.5);
  border-bottom-color: rgb(35 56 118 / 0.5);
}
.border-y-blue-900\/55 {
  border-top-color: rgb(35 56 118 / 0.55);
  border-bottom-color: rgb(35 56 118 / 0.55);
}
.border-y-blue-900\/60 {
  border-top-color: rgb(35 56 118 / 0.6);
  border-bottom-color: rgb(35 56 118 / 0.6);
}
.border-y-blue-900\/65 {
  border-top-color: rgb(35 56 118 / 0.65);
  border-bottom-color: rgb(35 56 118 / 0.65);
}
.border-y-blue-900\/70 {
  border-top-color: rgb(35 56 118 / 0.7);
  border-bottom-color: rgb(35 56 118 / 0.7);
}
.border-y-blue-900\/75 {
  border-top-color: rgb(35 56 118 / 0.75);
  border-bottom-color: rgb(35 56 118 / 0.75);
}
.border-y-blue-900\/80 {
  border-top-color: rgb(35 56 118 / 0.8);
  border-bottom-color: rgb(35 56 118 / 0.8);
}
.border-y-blue-900\/85 {
  border-top-color: rgb(35 56 118 / 0.85);
  border-bottom-color: rgb(35 56 118 / 0.85);
}
.border-y-blue-900\/90 {
  border-top-color: rgb(35 56 118 / 0.9);
  border-bottom-color: rgb(35 56 118 / 0.9);
}
.border-y-blue-900\/95 {
  border-top-color: rgb(35 56 118 / 0.95);
  border-bottom-color: rgb(35 56 118 / 0.95);
}
.border-y-gray-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.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, 1));
  border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.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, 1));
  border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.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, 1));
  border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.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, 1));
  border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.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, 1));
  border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.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, 1));
  border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.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, 1));
  border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.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, 1));
  border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.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, 1));
  border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.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-green-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(222 247 236 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(222 247 236 / var(--tw-border-opacity, 1));
}
.border-y-green-100\/0 {
  border-top-color: rgb(222 247 236 / 0);
  border-bottom-color: rgb(222 247 236 / 0);
}
.border-y-green-100\/10 {
  border-top-color: rgb(222 247 236 / 0.1);
  border-bottom-color: rgb(222 247 236 / 0.1);
}
.border-y-green-100\/100 {
  border-top-color: rgb(222 247 236 / 1);
  border-bottom-color: rgb(222 247 236 / 1);
}
.border-y-green-100\/15 {
  border-top-color: rgb(222 247 236 / 0.15);
  border-bottom-color: rgb(222 247 236 / 0.15);
}
.border-y-green-100\/20 {
  border-top-color: rgb(222 247 236 / 0.2);
  border-bottom-color: rgb(222 247 236 / 0.2);
}
.border-y-green-100\/25 {
  border-top-color: rgb(222 247 236 / 0.25);
  border-bottom-color: rgb(222 247 236 / 0.25);
}
.border-y-green-100\/30 {
  border-top-color: rgb(222 247 236 / 0.3);
  border-bottom-color: rgb(222 247 236 / 0.3);
}
.border-y-green-100\/35 {
  border-top-color: rgb(222 247 236 / 0.35);
  border-bottom-color: rgb(222 247 236 / 0.35);
}
.border-y-green-100\/40 {
  border-top-color: rgb(222 247 236 / 0.4);
  border-bottom-color: rgb(222 247 236 / 0.4);
}
.border-y-green-100\/45 {
  border-top-color: rgb(222 247 236 / 0.45);
  border-bottom-color: rgb(222 247 236 / 0.45);
}
.border-y-green-100\/5 {
  border-top-color: rgb(222 247 236 / 0.05);
  border-bottom-color: rgb(222 247 236 / 0.05);
}
.border-y-green-100\/50 {
  border-top-color: rgb(222 247 236 / 0.5);
  border-bottom-color: rgb(222 247 236 / 0.5);
}
.border-y-green-100\/55 {
  border-top-color: rgb(222 247 236 / 0.55);
  border-bottom-color: rgb(222 247 236 / 0.55);
}
.border-y-green-100\/60 {
  border-top-color: rgb(222 247 236 / 0.6);
  border-bottom-color: rgb(222 247 236 / 0.6);
}
.border-y-green-100\/65 {
  border-top-color: rgb(222 247 236 / 0.65);
  border-bottom-color: rgb(222 247 236 / 0.65);
}
.border-y-green-100\/70 {
  border-top-color: rgb(222 247 236 / 0.7);
  border-bottom-color: rgb(222 247 236 / 0.7);
}
.border-y-green-100\/75 {
  border-top-color: rgb(222 247 236 / 0.75);
  border-bottom-color: rgb(222 247 236 / 0.75);
}
.border-y-green-100\/80 {
  border-top-color: rgb(222 247 236 / 0.8);
  border-bottom-color: rgb(222 247 236 / 0.8);
}
.border-y-green-100\/85 {
  border-top-color: rgb(222 247 236 / 0.85);
  border-bottom-color: rgb(222 247 236 / 0.85);
}
.border-y-green-100\/90 {
  border-top-color: rgb(222 247 236 / 0.9);
  border-bottom-color: rgb(222 247 236 / 0.9);
}
.border-y-green-100\/95 {
  border-top-color: rgb(222 247 236 / 0.95);
  border-bottom-color: rgb(222 247 236 / 0.95);
}
.border-y-green-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(188 240 218 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(188 240 218 / var(--tw-border-opacity, 1));
}
.border-y-green-200\/0 {
  border-top-color: rgb(188 240 218 / 0);
  border-bottom-color: rgb(188 240 218 / 0);
}
.border-y-green-200\/10 {
  border-top-color: rgb(188 240 218 / 0.1);
  border-bottom-color: rgb(188 240 218 / 0.1);
}
.border-y-green-200\/100 {
  border-top-color: rgb(188 240 218 / 1);
  border-bottom-color: rgb(188 240 218 / 1);
}
.border-y-green-200\/15 {
  border-top-color: rgb(188 240 218 / 0.15);
  border-bottom-color: rgb(188 240 218 / 0.15);
}
.border-y-green-200\/20 {
  border-top-color: rgb(188 240 218 / 0.2);
  border-bottom-color: rgb(188 240 218 / 0.2);
}
.border-y-green-200\/25 {
  border-top-color: rgb(188 240 218 / 0.25);
  border-bottom-color: rgb(188 240 218 / 0.25);
}
.border-y-green-200\/30 {
  border-top-color: rgb(188 240 218 / 0.3);
  border-bottom-color: rgb(188 240 218 / 0.3);
}
.border-y-green-200\/35 {
  border-top-color: rgb(188 240 218 / 0.35);
  border-bottom-color: rgb(188 240 218 / 0.35);
}
.border-y-green-200\/40 {
  border-top-color: rgb(188 240 218 / 0.4);
  border-bottom-color: rgb(188 240 218 / 0.4);
}
.border-y-green-200\/45 {
  border-top-color: rgb(188 240 218 / 0.45);
  border-bottom-color: rgb(188 240 218 / 0.45);
}
.border-y-green-200\/5 {
  border-top-color: rgb(188 240 218 / 0.05);
  border-bottom-color: rgb(188 240 218 / 0.05);
}
.border-y-green-200\/50 {
  border-top-color: rgb(188 240 218 / 0.5);
  border-bottom-color: rgb(188 240 218 / 0.5);
}
.border-y-green-200\/55 {
  border-top-color: rgb(188 240 218 / 0.55);
  border-bottom-color: rgb(188 240 218 / 0.55);
}
.border-y-green-200\/60 {
  border-top-color: rgb(188 240 218 / 0.6);
  border-bottom-color: rgb(188 240 218 / 0.6);
}
.border-y-green-200\/65 {
  border-top-color: rgb(188 240 218 / 0.65);
  border-bottom-color: rgb(188 240 218 / 0.65);
}
.border-y-green-200\/70 {
  border-top-color: rgb(188 240 218 / 0.7);
  border-bottom-color: rgb(188 240 218 / 0.7);
}
.border-y-green-200\/75 {
  border-top-color: rgb(188 240 218 / 0.75);
  border-bottom-color: rgb(188 240 218 / 0.75);
}
.border-y-green-200\/80 {
  border-top-color: rgb(188 240 218 / 0.8);
  border-bottom-color: rgb(188 240 218 / 0.8);
}
.border-y-green-200\/85 {
  border-top-color: rgb(188 240 218 / 0.85);
  border-bottom-color: rgb(188 240 218 / 0.85);
}
.border-y-green-200\/90 {
  border-top-color: rgb(188 240 218 / 0.9);
  border-bottom-color: rgb(188 240 218 / 0.9);
}
.border-y-green-200\/95 {
  border-top-color: rgb(188 240 218 / 0.95);
  border-bottom-color: rgb(188 240 218 / 0.95);
}
.border-y-green-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(132 225 188 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(132 225 188 / var(--tw-border-opacity, 1));
}
.border-y-green-300\/0 {
  border-top-color: rgb(132 225 188 / 0);
  border-bottom-color: rgb(132 225 188 / 0);
}
.border-y-green-300\/10 {
  border-top-color: rgb(132 225 188 / 0.1);
  border-bottom-color: rgb(132 225 188 / 0.1);
}
.border-y-green-300\/100 {
  border-top-color: rgb(132 225 188 / 1);
  border-bottom-color: rgb(132 225 188 / 1);
}
.border-y-green-300\/15 {
  border-top-color: rgb(132 225 188 / 0.15);
  border-bottom-color: rgb(132 225 188 / 0.15);
}
.border-y-green-300\/20 {
  border-top-color: rgb(132 225 188 / 0.2);
  border-bottom-color: rgb(132 225 188 / 0.2);
}
.border-y-green-300\/25 {
  border-top-color: rgb(132 225 188 / 0.25);
  border-bottom-color: rgb(132 225 188 / 0.25);
}
.border-y-green-300\/30 {
  border-top-color: rgb(132 225 188 / 0.3);
  border-bottom-color: rgb(132 225 188 / 0.3);
}
.border-y-green-300\/35 {
  border-top-color: rgb(132 225 188 / 0.35);
  border-bottom-color: rgb(132 225 188 / 0.35);
}
.border-y-green-300\/40 {
  border-top-color: rgb(132 225 188 / 0.4);
  border-bottom-color: rgb(132 225 188 / 0.4);
}
.border-y-green-300\/45 {
  border-top-color: rgb(132 225 188 / 0.45);
  border-bottom-color: rgb(132 225 188 / 0.45);
}
.border-y-green-300\/5 {
  border-top-color: rgb(132 225 188 / 0.05);
  border-bottom-color: rgb(132 225 188 / 0.05);
}
.border-y-green-300\/50 {
  border-top-color: rgb(132 225 188 / 0.5);
  border-bottom-color: rgb(132 225 188 / 0.5);
}
.border-y-green-300\/55 {
  border-top-color: rgb(132 225 188 / 0.55);
  border-bottom-color: rgb(132 225 188 / 0.55);
}
.border-y-green-300\/60 {
  border-top-color: rgb(132 225 188 / 0.6);
  border-bottom-color: rgb(132 225 188 / 0.6);
}
.border-y-green-300\/65 {
  border-top-color: rgb(132 225 188 / 0.65);
  border-bottom-color: rgb(132 225 188 / 0.65);
}
.border-y-green-300\/70 {
  border-top-color: rgb(132 225 188 / 0.7);
  border-bottom-color: rgb(132 225 188 / 0.7);
}
.border-y-green-300\/75 {
  border-top-color: rgb(132 225 188 / 0.75);
  border-bottom-color: rgb(132 225 188 / 0.75);
}
.border-y-green-300\/80 {
  border-top-color: rgb(132 225 188 / 0.8);
  border-bottom-color: rgb(132 225 188 / 0.8);
}
.border-y-green-300\/85 {
  border-top-color: rgb(132 225 188 / 0.85);
  border-bottom-color: rgb(132 225 188 / 0.85);
}
.border-y-green-300\/90 {
  border-top-color: rgb(132 225 188 / 0.9);
  border-bottom-color: rgb(132 225 188 / 0.9);
}
.border-y-green-300\/95 {
  border-top-color: rgb(132 225 188 / 0.95);
  border-bottom-color: rgb(132 225 188 / 0.95);
}
.border-y-green-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(49 196 141 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(49 196 141 / var(--tw-border-opacity, 1));
}
.border-y-green-400\/0 {
  border-top-color: rgb(49 196 141 / 0);
  border-bottom-color: rgb(49 196 141 / 0);
}
.border-y-green-400\/10 {
  border-top-color: rgb(49 196 141 / 0.1);
  border-bottom-color: rgb(49 196 141 / 0.1);
}
.border-y-green-400\/100 {
  border-top-color: rgb(49 196 141 / 1);
  border-bottom-color: rgb(49 196 141 / 1);
}
.border-y-green-400\/15 {
  border-top-color: rgb(49 196 141 / 0.15);
  border-bottom-color: rgb(49 196 141 / 0.15);
}
.border-y-green-400\/20 {
  border-top-color: rgb(49 196 141 / 0.2);
  border-bottom-color: rgb(49 196 141 / 0.2);
}
.border-y-green-400\/25 {
  border-top-color: rgb(49 196 141 / 0.25);
  border-bottom-color: rgb(49 196 141 / 0.25);
}
.border-y-green-400\/30 {
  border-top-color: rgb(49 196 141 / 0.3);
  border-bottom-color: rgb(49 196 141 / 0.3);
}
.border-y-green-400\/35 {
  border-top-color: rgb(49 196 141 / 0.35);
  border-bottom-color: rgb(49 196 141 / 0.35);
}
.border-y-green-400\/40 {
  border-top-color: rgb(49 196 141 / 0.4);
  border-bottom-color: rgb(49 196 141 / 0.4);
}
.border-y-green-400\/45 {
  border-top-color: rgb(49 196 141 / 0.45);
  border-bottom-color: rgb(49 196 141 / 0.45);
}
.border-y-green-400\/5 {
  border-top-color: rgb(49 196 141 / 0.05);
  border-bottom-color: rgb(49 196 141 / 0.05);
}
.border-y-green-400\/50 {
  border-top-color: rgb(49 196 141 / 0.5);
  border-bottom-color: rgb(49 196 141 / 0.5);
}
.border-y-green-400\/55 {
  border-top-color: rgb(49 196 141 / 0.55);
  border-bottom-color: rgb(49 196 141 / 0.55);
}
.border-y-green-400\/60 {
  border-top-color: rgb(49 196 141 / 0.6);
  border-bottom-color: rgb(49 196 141 / 0.6);
}
.border-y-green-400\/65 {
  border-top-color: rgb(49 196 141 / 0.65);
  border-bottom-color: rgb(49 196 141 / 0.65);
}
.border-y-green-400\/70 {
  border-top-color: rgb(49 196 141 / 0.7);
  border-bottom-color: rgb(49 196 141 / 0.7);
}
.border-y-green-400\/75 {
  border-top-color: rgb(49 196 141 / 0.75);
  border-bottom-color: rgb(49 196 141 / 0.75);
}
.border-y-green-400\/80 {
  border-top-color: rgb(49 196 141 / 0.8);
  border-bottom-color: rgb(49 196 141 / 0.8);
}
.border-y-green-400\/85 {
  border-top-color: rgb(49 196 141 / 0.85);
  border-bottom-color: rgb(49 196 141 / 0.85);
}
.border-y-green-400\/90 {
  border-top-color: rgb(49 196 141 / 0.9);
  border-bottom-color: rgb(49 196 141 / 0.9);
}
.border-y-green-400\/95 {
  border-top-color: rgb(49 196 141 / 0.95);
  border-bottom-color: rgb(49 196 141 / 0.95);
}
.border-y-green-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 250 247 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(243 250 247 / var(--tw-border-opacity, 1));
}
.border-y-green-50\/0 {
  border-top-color: rgb(243 250 247 / 0);
  border-bottom-color: rgb(243 250 247 / 0);
}
.border-y-green-50\/10 {
  border-top-color: rgb(243 250 247 / 0.1);
  border-bottom-color: rgb(243 250 247 / 0.1);
}
.border-y-green-50\/100 {
  border-top-color: rgb(243 250 247 / 1);
  border-bottom-color: rgb(243 250 247 / 1);
}
.border-y-green-50\/15 {
  border-top-color: rgb(243 250 247 / 0.15);
  border-bottom-color: rgb(243 250 247 / 0.15);
}
.border-y-green-50\/20 {
  border-top-color: rgb(243 250 247 / 0.2);
  border-bottom-color: rgb(243 250 247 / 0.2);
}
.border-y-green-50\/25 {
  border-top-color: rgb(243 250 247 / 0.25);
  border-bottom-color: rgb(243 250 247 / 0.25);
}
.border-y-green-50\/30 {
  border-top-color: rgb(243 250 247 / 0.3);
  border-bottom-color: rgb(243 250 247 / 0.3);
}
.border-y-green-50\/35 {
  border-top-color: rgb(243 250 247 / 0.35);
  border-bottom-color: rgb(243 250 247 / 0.35);
}
.border-y-green-50\/40 {
  border-top-color: rgb(243 250 247 / 0.4);
  border-bottom-color: rgb(243 250 247 / 0.4);
}
.border-y-green-50\/45 {
  border-top-color: rgb(243 250 247 / 0.45);
  border-bottom-color: rgb(243 250 247 / 0.45);
}
.border-y-green-50\/5 {
  border-top-color: rgb(243 250 247 / 0.05);
  border-bottom-color: rgb(243 250 247 / 0.05);
}
.border-y-green-50\/50 {
  border-top-color: rgb(243 250 247 / 0.5);
  border-bottom-color: rgb(243 250 247 / 0.5);
}
.border-y-green-50\/55 {
  border-top-color: rgb(243 250 247 / 0.55);
  border-bottom-color: rgb(243 250 247 / 0.55);
}
.border-y-green-50\/60 {
  border-top-color: rgb(243 250 247 / 0.6);
  border-bottom-color: rgb(243 250 247 / 0.6);
}
.border-y-green-50\/65 {
  border-top-color: rgb(243 250 247 / 0.65);
  border-bottom-color: rgb(243 250 247 / 0.65);
}
.border-y-green-50\/70 {
  border-top-color: rgb(243 250 247 / 0.7);
  border-bottom-color: rgb(243 250 247 / 0.7);
}
.border-y-green-50\/75 {
  border-top-color: rgb(243 250 247 / 0.75);
  border-bottom-color: rgb(243 250 247 / 0.75);
}
.border-y-green-50\/80 {
  border-top-color: rgb(243 250 247 / 0.8);
  border-bottom-color: rgb(243 250 247 / 0.8);
}
.border-y-green-50\/85 {
  border-top-color: rgb(243 250 247 / 0.85);
  border-bottom-color: rgb(243 250 247 / 0.85);
}
.border-y-green-50\/90 {
  border-top-color: rgb(243 250 247 / 0.9);
  border-bottom-color: rgb(243 250 247 / 0.9);
}
.border-y-green-50\/95 {
  border-top-color: rgb(243 250 247 / 0.95);
  border-bottom-color: rgb(243 250 247 / 0.95);
}
.border-y-green-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(14 159 110 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(14 159 110 / var(--tw-border-opacity, 1));
}
.border-y-green-500\/0 {
  border-top-color: rgb(14 159 110 / 0);
  border-bottom-color: rgb(14 159 110 / 0);
}
.border-y-green-500\/10 {
  border-top-color: rgb(14 159 110 / 0.1);
  border-bottom-color: rgb(14 159 110 / 0.1);
}
.border-y-green-500\/100 {
  border-top-color: rgb(14 159 110 / 1);
  border-bottom-color: rgb(14 159 110 / 1);
}
.border-y-green-500\/15 {
  border-top-color: rgb(14 159 110 / 0.15);
  border-bottom-color: rgb(14 159 110 / 0.15);
}
.border-y-green-500\/20 {
  border-top-color: rgb(14 159 110 / 0.2);
  border-bottom-color: rgb(14 159 110 / 0.2);
}
.border-y-green-500\/25 {
  border-top-color: rgb(14 159 110 / 0.25);
  border-bottom-color: rgb(14 159 110 / 0.25);
}
.border-y-green-500\/30 {
  border-top-color: rgb(14 159 110 / 0.3);
  border-bottom-color: rgb(14 159 110 / 0.3);
}
.border-y-green-500\/35 {
  border-top-color: rgb(14 159 110 / 0.35);
  border-bottom-color: rgb(14 159 110 / 0.35);
}
.border-y-green-500\/40 {
  border-top-color: rgb(14 159 110 / 0.4);
  border-bottom-color: rgb(14 159 110 / 0.4);
}
.border-y-green-500\/45 {
  border-top-color: rgb(14 159 110 / 0.45);
  border-bottom-color: rgb(14 159 110 / 0.45);
}
.border-y-green-500\/5 {
  border-top-color: rgb(14 159 110 / 0.05);
  border-bottom-color: rgb(14 159 110 / 0.05);
}
.border-y-green-500\/50 {
  border-top-color: rgb(14 159 110 / 0.5);
  border-bottom-color: rgb(14 159 110 / 0.5);
}
.border-y-green-500\/55 {
  border-top-color: rgb(14 159 110 / 0.55);
  border-bottom-color: rgb(14 159 110 / 0.55);
}
.border-y-green-500\/60 {
  border-top-color: rgb(14 159 110 / 0.6);
  border-bottom-color: rgb(14 159 110 / 0.6);
}
.border-y-green-500\/65 {
  border-top-color: rgb(14 159 110 / 0.65);
  border-bottom-color: rgb(14 159 110 / 0.65);
}
.border-y-green-500\/70 {
  border-top-color: rgb(14 159 110 / 0.7);
  border-bottom-color: rgb(14 159 110 / 0.7);
}
.border-y-green-500\/75 {
  border-top-color: rgb(14 159 110 / 0.75);
  border-bottom-color: rgb(14 159 110 / 0.75);
}
.border-y-green-500\/80 {
  border-top-color: rgb(14 159 110 / 0.8);
  border-bottom-color: rgb(14 159 110 / 0.8);
}
.border-y-green-500\/85 {
  border-top-color: rgb(14 159 110 / 0.85);
  border-bottom-color: rgb(14 159 110 / 0.85);
}
.border-y-green-500\/90 {
  border-top-color: rgb(14 159 110 / 0.9);
  border-bottom-color: rgb(14 159 110 / 0.9);
}
.border-y-green-500\/95 {
  border-top-color: rgb(14 159 110 / 0.95);
  border-bottom-color: rgb(14 159 110 / 0.95);
}
.border-y-green-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(5 122 85 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(5 122 85 / var(--tw-border-opacity, 1));
}
.border-y-green-600\/0 {
  border-top-color: rgb(5 122 85 / 0);
  border-bottom-color: rgb(5 122 85 / 0);
}
.border-y-green-600\/10 {
  border-top-color: rgb(5 122 85 / 0.1);
  border-bottom-color: rgb(5 122 85 / 0.1);
}
.border-y-green-600\/100 {
  border-top-color: rgb(5 122 85 / 1);
  border-bottom-color: rgb(5 122 85 / 1);
}
.border-y-green-600\/15 {
  border-top-color: rgb(5 122 85 / 0.15);
  border-bottom-color: rgb(5 122 85 / 0.15);
}
.border-y-green-600\/20 {
  border-top-color: rgb(5 122 85 / 0.2);
  border-bottom-color: rgb(5 122 85 / 0.2);
}
.border-y-green-600\/25 {
  border-top-color: rgb(5 122 85 / 0.25);
  border-bottom-color: rgb(5 122 85 / 0.25);
}
.border-y-green-600\/30 {
  border-top-color: rgb(5 122 85 / 0.3);
  border-bottom-color: rgb(5 122 85 / 0.3);
}
.border-y-green-600\/35 {
  border-top-color: rgb(5 122 85 / 0.35);
  border-bottom-color: rgb(5 122 85 / 0.35);
}
.border-y-green-600\/40 {
  border-top-color: rgb(5 122 85 / 0.4);
  border-bottom-color: rgb(5 122 85 / 0.4);
}
.border-y-green-600\/45 {
  border-top-color: rgb(5 122 85 / 0.45);
  border-bottom-color: rgb(5 122 85 / 0.45);
}
.border-y-green-600\/5 {
  border-top-color: rgb(5 122 85 / 0.05);
  border-bottom-color: rgb(5 122 85 / 0.05);
}
.border-y-green-600\/50 {
  border-top-color: rgb(5 122 85 / 0.5);
  border-bottom-color: rgb(5 122 85 / 0.5);
}
.border-y-green-600\/55 {
  border-top-color: rgb(5 122 85 / 0.55);
  border-bottom-color: rgb(5 122 85 / 0.55);
}
.border-y-green-600\/60 {
  border-top-color: rgb(5 122 85 / 0.6);
  border-bottom-color: rgb(5 122 85 / 0.6);
}
.border-y-green-600\/65 {
  border-top-color: rgb(5 122 85 / 0.65);
  border-bottom-color: rgb(5 122 85 / 0.65);
}
.border-y-green-600\/70 {
  border-top-color: rgb(5 122 85 / 0.7);
  border-bottom-color: rgb(5 122 85 / 0.7);
}
.border-y-green-600\/75 {
  border-top-color: rgb(5 122 85 / 0.75);
  border-bottom-color: rgb(5 122 85 / 0.75);
}
.border-y-green-600\/80 {
  border-top-color: rgb(5 122 85 / 0.8);
  border-bottom-color: rgb(5 122 85 / 0.8);
}
.border-y-green-600\/85 {
  border-top-color: rgb(5 122 85 / 0.85);
  border-bottom-color: rgb(5 122 85 / 0.85);
}
.border-y-green-600\/90 {
  border-top-color: rgb(5 122 85 / 0.9);
  border-bottom-color: rgb(5 122 85 / 0.9);
}
.border-y-green-600\/95 {
  border-top-color: rgb(5 122 85 / 0.95);
  border-bottom-color: rgb(5 122 85 / 0.95);
}
.border-y-green-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(4 108 78 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(4 108 78 / var(--tw-border-opacity, 1));
}
.border-y-green-700\/0 {
  border-top-color: rgb(4 108 78 / 0);
  border-bottom-color: rgb(4 108 78 / 0);
}
.border-y-green-700\/10 {
  border-top-color: rgb(4 108 78 / 0.1);
  border-bottom-color: rgb(4 108 78 / 0.1);
}
.border-y-green-700\/100 {
  border-top-color: rgb(4 108 78 / 1);
  border-bottom-color: rgb(4 108 78 / 1);
}
.border-y-green-700\/15 {
  border-top-color: rgb(4 108 78 / 0.15);
  border-bottom-color: rgb(4 108 78 / 0.15);
}
.border-y-green-700\/20 {
  border-top-color: rgb(4 108 78 / 0.2);
  border-bottom-color: rgb(4 108 78 / 0.2);
}
.border-y-green-700\/25 {
  border-top-color: rgb(4 108 78 / 0.25);
  border-bottom-color: rgb(4 108 78 / 0.25);
}
.border-y-green-700\/30 {
  border-top-color: rgb(4 108 78 / 0.3);
  border-bottom-color: rgb(4 108 78 / 0.3);
}
.border-y-green-700\/35 {
  border-top-color: rgb(4 108 78 / 0.35);
  border-bottom-color: rgb(4 108 78 / 0.35);
}
.border-y-green-700\/40 {
  border-top-color: rgb(4 108 78 / 0.4);
  border-bottom-color: rgb(4 108 78 / 0.4);
}
.border-y-green-700\/45 {
  border-top-color: rgb(4 108 78 / 0.45);
  border-bottom-color: rgb(4 108 78 / 0.45);
}
.border-y-green-700\/5 {
  border-top-color: rgb(4 108 78 / 0.05);
  border-bottom-color: rgb(4 108 78 / 0.05);
}
.border-y-green-700\/50 {
  border-top-color: rgb(4 108 78 / 0.5);
  border-bottom-color: rgb(4 108 78 / 0.5);
}
.border-y-green-700\/55 {
  border-top-color: rgb(4 108 78 / 0.55);
  border-bottom-color: rgb(4 108 78 / 0.55);
}
.border-y-green-700\/60 {
  border-top-color: rgb(4 108 78 / 0.6);
  border-bottom-color: rgb(4 108 78 / 0.6);
}
.border-y-green-700\/65 {
  border-top-color: rgb(4 108 78 / 0.65);
  border-bottom-color: rgb(4 108 78 / 0.65);
}
.border-y-green-700\/70 {
  border-top-color: rgb(4 108 78 / 0.7);
  border-bottom-color: rgb(4 108 78 / 0.7);
}
.border-y-green-700\/75 {
  border-top-color: rgb(4 108 78 / 0.75);
  border-bottom-color: rgb(4 108 78 / 0.75);
}
.border-y-green-700\/80 {
  border-top-color: rgb(4 108 78 / 0.8);
  border-bottom-color: rgb(4 108 78 / 0.8);
}
.border-y-green-700\/85 {
  border-top-color: rgb(4 108 78 / 0.85);
  border-bottom-color: rgb(4 108 78 / 0.85);
}
.border-y-green-700\/90 {
  border-top-color: rgb(4 108 78 / 0.9);
  border-bottom-color: rgb(4 108 78 / 0.9);
}
.border-y-green-700\/95 {
  border-top-color: rgb(4 108 78 / 0.95);
  border-bottom-color: rgb(4 108 78 / 0.95);
}
.border-y-green-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(3 84 63 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(3 84 63 / var(--tw-border-opacity, 1));
}
.border-y-green-800\/0 {
  border-top-color: rgb(3 84 63 / 0);
  border-bottom-color: rgb(3 84 63 / 0);
}
.border-y-green-800\/10 {
  border-top-color: rgb(3 84 63 / 0.1);
  border-bottom-color: rgb(3 84 63 / 0.1);
}
.border-y-green-800\/100 {
  border-top-color: rgb(3 84 63 / 1);
  border-bottom-color: rgb(3 84 63 / 1);
}
.border-y-green-800\/15 {
  border-top-color: rgb(3 84 63 / 0.15);
  border-bottom-color: rgb(3 84 63 / 0.15);
}
.border-y-green-800\/20 {
  border-top-color: rgb(3 84 63 / 0.2);
  border-bottom-color: rgb(3 84 63 / 0.2);
}
.border-y-green-800\/25 {
  border-top-color: rgb(3 84 63 / 0.25);
  border-bottom-color: rgb(3 84 63 / 0.25);
}
.border-y-green-800\/30 {
  border-top-color: rgb(3 84 63 / 0.3);
  border-bottom-color: rgb(3 84 63 / 0.3);
}
.border-y-green-800\/35 {
  border-top-color: rgb(3 84 63 / 0.35);
  border-bottom-color: rgb(3 84 63 / 0.35);
}
.border-y-green-800\/40 {
  border-top-color: rgb(3 84 63 / 0.4);
  border-bottom-color: rgb(3 84 63 / 0.4);
}
.border-y-green-800\/45 {
  border-top-color: rgb(3 84 63 / 0.45);
  border-bottom-color: rgb(3 84 63 / 0.45);
}
.border-y-green-800\/5 {
  border-top-color: rgb(3 84 63 / 0.05);
  border-bottom-color: rgb(3 84 63 / 0.05);
}
.border-y-green-800\/50 {
  border-top-color: rgb(3 84 63 / 0.5);
  border-bottom-color: rgb(3 84 63 / 0.5);
}
.border-y-green-800\/55 {
  border-top-color: rgb(3 84 63 / 0.55);
  border-bottom-color: rgb(3 84 63 / 0.55);
}
.border-y-green-800\/60 {
  border-top-color: rgb(3 84 63 / 0.6);
  border-bottom-color: rgb(3 84 63 / 0.6);
}
.border-y-green-800\/65 {
  border-top-color: rgb(3 84 63 / 0.65);
  border-bottom-color: rgb(3 84 63 / 0.65);
}
.border-y-green-800\/70 {
  border-top-color: rgb(3 84 63 / 0.7);
  border-bottom-color: rgb(3 84 63 / 0.7);
}
.border-y-green-800\/75 {
  border-top-color: rgb(3 84 63 / 0.75);
  border-bottom-color: rgb(3 84 63 / 0.75);
}
.border-y-green-800\/80 {
  border-top-color: rgb(3 84 63 / 0.8);
  border-bottom-color: rgb(3 84 63 / 0.8);
}
.border-y-green-800\/85 {
  border-top-color: rgb(3 84 63 / 0.85);
  border-bottom-color: rgb(3 84 63 / 0.85);
}
.border-y-green-800\/90 {
  border-top-color: rgb(3 84 63 / 0.9);
  border-bottom-color: rgb(3 84 63 / 0.9);
}
.border-y-green-800\/95 {
  border-top-color: rgb(3 84 63 / 0.95);
  border-bottom-color: rgb(3 84 63 / 0.95);
}
.border-y-green-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(1 71 55 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(1 71 55 / var(--tw-border-opacity, 1));
}
.border-y-green-900\/0 {
  border-top-color: rgb(1 71 55 / 0);
  border-bottom-color: rgb(1 71 55 / 0);
}
.border-y-green-900\/10 {
  border-top-color: rgb(1 71 55 / 0.1);
  border-bottom-color: rgb(1 71 55 / 0.1);
}
.border-y-green-900\/100 {
  border-top-color: rgb(1 71 55 / 1);
  border-bottom-color: rgb(1 71 55 / 1);
}
.border-y-green-900\/15 {
  border-top-color: rgb(1 71 55 / 0.15);
  border-bottom-color: rgb(1 71 55 / 0.15);
}
.border-y-green-900\/20 {
  border-top-color: rgb(1 71 55 / 0.2);
  border-bottom-color: rgb(1 71 55 / 0.2);
}
.border-y-green-900\/25 {
  border-top-color: rgb(1 71 55 / 0.25);
  border-bottom-color: rgb(1 71 55 / 0.25);
}
.border-y-green-900\/30 {
  border-top-color: rgb(1 71 55 / 0.3);
  border-bottom-color: rgb(1 71 55 / 0.3);
}
.border-y-green-900\/35 {
  border-top-color: rgb(1 71 55 / 0.35);
  border-bottom-color: rgb(1 71 55 / 0.35);
}
.border-y-green-900\/40 {
  border-top-color: rgb(1 71 55 / 0.4);
  border-bottom-color: rgb(1 71 55 / 0.4);
}
.border-y-green-900\/45 {
  border-top-color: rgb(1 71 55 / 0.45);
  border-bottom-color: rgb(1 71 55 / 0.45);
}
.border-y-green-900\/5 {
  border-top-color: rgb(1 71 55 / 0.05);
  border-bottom-color: rgb(1 71 55 / 0.05);
}
.border-y-green-900\/50 {
  border-top-color: rgb(1 71 55 / 0.5);
  border-bottom-color: rgb(1 71 55 / 0.5);
}
.border-y-green-900\/55 {
  border-top-color: rgb(1 71 55 / 0.55);
  border-bottom-color: rgb(1 71 55 / 0.55);
}
.border-y-green-900\/60 {
  border-top-color: rgb(1 71 55 / 0.6);
  border-bottom-color: rgb(1 71 55 / 0.6);
}
.border-y-green-900\/65 {
  border-top-color: rgb(1 71 55 / 0.65);
  border-bottom-color: rgb(1 71 55 / 0.65);
}
.border-y-green-900\/70 {
  border-top-color: rgb(1 71 55 / 0.7);
  border-bottom-color: rgb(1 71 55 / 0.7);
}
.border-y-green-900\/75 {
  border-top-color: rgb(1 71 55 / 0.75);
  border-bottom-color: rgb(1 71 55 / 0.75);
}
.border-y-green-900\/80 {
  border-top-color: rgb(1 71 55 / 0.8);
  border-bottom-color: rgb(1 71 55 / 0.8);
}
.border-y-green-900\/85 {
  border-top-color: rgb(1 71 55 / 0.85);
  border-bottom-color: rgb(1 71 55 / 0.85);
}
.border-y-green-900\/90 {
  border-top-color: rgb(1 71 55 / 0.9);
  border-bottom-color: rgb(1 71 55 / 0.9);
}
.border-y-green-900\/95 {
  border-top-color: rgb(1 71 55 / 0.95);
  border-bottom-color: rgb(1 71 55 / 0.95);
}
.border-y-indigo-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(229 237 255 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(229 237 255 / var(--tw-border-opacity, 1));
}
.border-y-indigo-100\/0 {
  border-top-color: rgb(229 237 255 / 0);
  border-bottom-color: rgb(229 237 255 / 0);
}
.border-y-indigo-100\/10 {
  border-top-color: rgb(229 237 255 / 0.1);
  border-bottom-color: rgb(229 237 255 / 0.1);
}
.border-y-indigo-100\/100 {
  border-top-color: rgb(229 237 255 / 1);
  border-bottom-color: rgb(229 237 255 / 1);
}
.border-y-indigo-100\/15 {
  border-top-color: rgb(229 237 255 / 0.15);
  border-bottom-color: rgb(229 237 255 / 0.15);
}
.border-y-indigo-100\/20 {
  border-top-color: rgb(229 237 255 / 0.2);
  border-bottom-color: rgb(229 237 255 / 0.2);
}
.border-y-indigo-100\/25 {
  border-top-color: rgb(229 237 255 / 0.25);
  border-bottom-color: rgb(229 237 255 / 0.25);
}
.border-y-indigo-100\/30 {
  border-top-color: rgb(229 237 255 / 0.3);
  border-bottom-color: rgb(229 237 255 / 0.3);
}
.border-y-indigo-100\/35 {
  border-top-color: rgb(229 237 255 / 0.35);
  border-bottom-color: rgb(229 237 255 / 0.35);
}
.border-y-indigo-100\/40 {
  border-top-color: rgb(229 237 255 / 0.4);
  border-bottom-color: rgb(229 237 255 / 0.4);
}
.border-y-indigo-100\/45 {
  border-top-color: rgb(229 237 255 / 0.45);
  border-bottom-color: rgb(229 237 255 / 0.45);
}
.border-y-indigo-100\/5 {
  border-top-color: rgb(229 237 255 / 0.05);
  border-bottom-color: rgb(229 237 255 / 0.05);
}
.border-y-indigo-100\/50 {
  border-top-color: rgb(229 237 255 / 0.5);
  border-bottom-color: rgb(229 237 255 / 0.5);
}
.border-y-indigo-100\/55 {
  border-top-color: rgb(229 237 255 / 0.55);
  border-bottom-color: rgb(229 237 255 / 0.55);
}
.border-y-indigo-100\/60 {
  border-top-color: rgb(229 237 255 / 0.6);
  border-bottom-color: rgb(229 237 255 / 0.6);
}
.border-y-indigo-100\/65 {
  border-top-color: rgb(229 237 255 / 0.65);
  border-bottom-color: rgb(229 237 255 / 0.65);
}
.border-y-indigo-100\/70 {
  border-top-color: rgb(229 237 255 / 0.7);
  border-bottom-color: rgb(229 237 255 / 0.7);
}
.border-y-indigo-100\/75 {
  border-top-color: rgb(229 237 255 / 0.75);
  border-bottom-color: rgb(229 237 255 / 0.75);
}
.border-y-indigo-100\/80 {
  border-top-color: rgb(229 237 255 / 0.8);
  border-bottom-color: rgb(229 237 255 / 0.8);
}
.border-y-indigo-100\/85 {
  border-top-color: rgb(229 237 255 / 0.85);
  border-bottom-color: rgb(229 237 255 / 0.85);
}
.border-y-indigo-100\/90 {
  border-top-color: rgb(229 237 255 / 0.9);
  border-bottom-color: rgb(229 237 255 / 0.9);
}
.border-y-indigo-100\/95 {
  border-top-color: rgb(229 237 255 / 0.95);
  border-bottom-color: rgb(229 237 255 / 0.95);
}
.border-y-indigo-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(205 219 254 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(205 219 254 / var(--tw-border-opacity, 1));
}
.border-y-indigo-200\/0 {
  border-top-color: rgb(205 219 254 / 0);
  border-bottom-color: rgb(205 219 254 / 0);
}
.border-y-indigo-200\/10 {
  border-top-color: rgb(205 219 254 / 0.1);
  border-bottom-color: rgb(205 219 254 / 0.1);
}
.border-y-indigo-200\/100 {
  border-top-color: rgb(205 219 254 / 1);
  border-bottom-color: rgb(205 219 254 / 1);
}
.border-y-indigo-200\/15 {
  border-top-color: rgb(205 219 254 / 0.15);
  border-bottom-color: rgb(205 219 254 / 0.15);
}
.border-y-indigo-200\/20 {
  border-top-color: rgb(205 219 254 / 0.2);
  border-bottom-color: rgb(205 219 254 / 0.2);
}
.border-y-indigo-200\/25 {
  border-top-color: rgb(205 219 254 / 0.25);
  border-bottom-color: rgb(205 219 254 / 0.25);
}
.border-y-indigo-200\/30 {
  border-top-color: rgb(205 219 254 / 0.3);
  border-bottom-color: rgb(205 219 254 / 0.3);
}
.border-y-indigo-200\/35 {
  border-top-color: rgb(205 219 254 / 0.35);
  border-bottom-color: rgb(205 219 254 / 0.35);
}
.border-y-indigo-200\/40 {
  border-top-color: rgb(205 219 254 / 0.4);
  border-bottom-color: rgb(205 219 254 / 0.4);
}
.border-y-indigo-200\/45 {
  border-top-color: rgb(205 219 254 / 0.45);
  border-bottom-color: rgb(205 219 254 / 0.45);
}
.border-y-indigo-200\/5 {
  border-top-color: rgb(205 219 254 / 0.05);
  border-bottom-color: rgb(205 219 254 / 0.05);
}
.border-y-indigo-200\/50 {
  border-top-color: rgb(205 219 254 / 0.5);
  border-bottom-color: rgb(205 219 254 / 0.5);
}
.border-y-indigo-200\/55 {
  border-top-color: rgb(205 219 254 / 0.55);
  border-bottom-color: rgb(205 219 254 / 0.55);
}
.border-y-indigo-200\/60 {
  border-top-color: rgb(205 219 254 / 0.6);
  border-bottom-color: rgb(205 219 254 / 0.6);
}
.border-y-indigo-200\/65 {
  border-top-color: rgb(205 219 254 / 0.65);
  border-bottom-color: rgb(205 219 254 / 0.65);
}
.border-y-indigo-200\/70 {
  border-top-color: rgb(205 219 254 / 0.7);
  border-bottom-color: rgb(205 219 254 / 0.7);
}
.border-y-indigo-200\/75 {
  border-top-color: rgb(205 219 254 / 0.75);
  border-bottom-color: rgb(205 219 254 / 0.75);
}
.border-y-indigo-200\/80 {
  border-top-color: rgb(205 219 254 / 0.8);
  border-bottom-color: rgb(205 219 254 / 0.8);
}
.border-y-indigo-200\/85 {
  border-top-color: rgb(205 219 254 / 0.85);
  border-bottom-color: rgb(205 219 254 / 0.85);
}
.border-y-indigo-200\/90 {
  border-top-color: rgb(205 219 254 / 0.9);
  border-bottom-color: rgb(205 219 254 / 0.9);
}
.border-y-indigo-200\/95 {
  border-top-color: rgb(205 219 254 / 0.95);
  border-bottom-color: rgb(205 219 254 / 0.95);
}
.border-y-indigo-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(180 198 252 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(180 198 252 / var(--tw-border-opacity, 1));
}
.border-y-indigo-300\/0 {
  border-top-color: rgb(180 198 252 / 0);
  border-bottom-color: rgb(180 198 252 / 0);
}
.border-y-indigo-300\/10 {
  border-top-color: rgb(180 198 252 / 0.1);
  border-bottom-color: rgb(180 198 252 / 0.1);
}
.border-y-indigo-300\/100 {
  border-top-color: rgb(180 198 252 / 1);
  border-bottom-color: rgb(180 198 252 / 1);
}
.border-y-indigo-300\/15 {
  border-top-color: rgb(180 198 252 / 0.15);
  border-bottom-color: rgb(180 198 252 / 0.15);
}
.border-y-indigo-300\/20 {
  border-top-color: rgb(180 198 252 / 0.2);
  border-bottom-color: rgb(180 198 252 / 0.2);
}
.border-y-indigo-300\/25 {
  border-top-color: rgb(180 198 252 / 0.25);
  border-bottom-color: rgb(180 198 252 / 0.25);
}
.border-y-indigo-300\/30 {
  border-top-color: rgb(180 198 252 / 0.3);
  border-bottom-color: rgb(180 198 252 / 0.3);
}
.border-y-indigo-300\/35 {
  border-top-color: rgb(180 198 252 / 0.35);
  border-bottom-color: rgb(180 198 252 / 0.35);
}
.border-y-indigo-300\/40 {
  border-top-color: rgb(180 198 252 / 0.4);
  border-bottom-color: rgb(180 198 252 / 0.4);
}
.border-y-indigo-300\/45 {
  border-top-color: rgb(180 198 252 / 0.45);
  border-bottom-color: rgb(180 198 252 / 0.45);
}
.border-y-indigo-300\/5 {
  border-top-color: rgb(180 198 252 / 0.05);
  border-bottom-color: rgb(180 198 252 / 0.05);
}
.border-y-indigo-300\/50 {
  border-top-color: rgb(180 198 252 / 0.5);
  border-bottom-color: rgb(180 198 252 / 0.5);
}
.border-y-indigo-300\/55 {
  border-top-color: rgb(180 198 252 / 0.55);
  border-bottom-color: rgb(180 198 252 / 0.55);
}
.border-y-indigo-300\/60 {
  border-top-color: rgb(180 198 252 / 0.6);
  border-bottom-color: rgb(180 198 252 / 0.6);
}
.border-y-indigo-300\/65 {
  border-top-color: rgb(180 198 252 / 0.65);
  border-bottom-color: rgb(180 198 252 / 0.65);
}
.border-y-indigo-300\/70 {
  border-top-color: rgb(180 198 252 / 0.7);
  border-bottom-color: rgb(180 198 252 / 0.7);
}
.border-y-indigo-300\/75 {
  border-top-color: rgb(180 198 252 / 0.75);
  border-bottom-color: rgb(180 198 252 / 0.75);
}
.border-y-indigo-300\/80 {
  border-top-color: rgb(180 198 252 / 0.8);
  border-bottom-color: rgb(180 198 252 / 0.8);
}
.border-y-indigo-300\/85 {
  border-top-color: rgb(180 198 252 / 0.85);
  border-bottom-color: rgb(180 198 252 / 0.85);
}
.border-y-indigo-300\/90 {
  border-top-color: rgb(180 198 252 / 0.9);
  border-bottom-color: rgb(180 198 252 / 0.9);
}
.border-y-indigo-300\/95 {
  border-top-color: rgb(180 198 252 / 0.95);
  border-bottom-color: rgb(180 198 252 / 0.95);
}
.border-y-indigo-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(141 162 251 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(141 162 251 / var(--tw-border-opacity, 1));
}
.border-y-indigo-400\/0 {
  border-top-color: rgb(141 162 251 / 0);
  border-bottom-color: rgb(141 162 251 / 0);
}
.border-y-indigo-400\/10 {
  border-top-color: rgb(141 162 251 / 0.1);
  border-bottom-color: rgb(141 162 251 / 0.1);
}
.border-y-indigo-400\/100 {
  border-top-color: rgb(141 162 251 / 1);
  border-bottom-color: rgb(141 162 251 / 1);
}
.border-y-indigo-400\/15 {
  border-top-color: rgb(141 162 251 / 0.15);
  border-bottom-color: rgb(141 162 251 / 0.15);
}
.border-y-indigo-400\/20 {
  border-top-color: rgb(141 162 251 / 0.2);
  border-bottom-color: rgb(141 162 251 / 0.2);
}
.border-y-indigo-400\/25 {
  border-top-color: rgb(141 162 251 / 0.25);
  border-bottom-color: rgb(141 162 251 / 0.25);
}
.border-y-indigo-400\/30 {
  border-top-color: rgb(141 162 251 / 0.3);
  border-bottom-color: rgb(141 162 251 / 0.3);
}
.border-y-indigo-400\/35 {
  border-top-color: rgb(141 162 251 / 0.35);
  border-bottom-color: rgb(141 162 251 / 0.35);
}
.border-y-indigo-400\/40 {
  border-top-color: rgb(141 162 251 / 0.4);
  border-bottom-color: rgb(141 162 251 / 0.4);
}
.border-y-indigo-400\/45 {
  border-top-color: rgb(141 162 251 / 0.45);
  border-bottom-color: rgb(141 162 251 / 0.45);
}
.border-y-indigo-400\/5 {
  border-top-color: rgb(141 162 251 / 0.05);
  border-bottom-color: rgb(141 162 251 / 0.05);
}
.border-y-indigo-400\/50 {
  border-top-color: rgb(141 162 251 / 0.5);
  border-bottom-color: rgb(141 162 251 / 0.5);
}
.border-y-indigo-400\/55 {
  border-top-color: rgb(141 162 251 / 0.55);
  border-bottom-color: rgb(141 162 251 / 0.55);
}
.border-y-indigo-400\/60 {
  border-top-color: rgb(141 162 251 / 0.6);
  border-bottom-color: rgb(141 162 251 / 0.6);
}
.border-y-indigo-400\/65 {
  border-top-color: rgb(141 162 251 / 0.65);
  border-bottom-color: rgb(141 162 251 / 0.65);
}
.border-y-indigo-400\/70 {
  border-top-color: rgb(141 162 251 / 0.7);
  border-bottom-color: rgb(141 162 251 / 0.7);
}
.border-y-indigo-400\/75 {
  border-top-color: rgb(141 162 251 / 0.75);
  border-bottom-color: rgb(141 162 251 / 0.75);
}
.border-y-indigo-400\/80 {
  border-top-color: rgb(141 162 251 / 0.8);
  border-bottom-color: rgb(141 162 251 / 0.8);
}
.border-y-indigo-400\/85 {
  border-top-color: rgb(141 162 251 / 0.85);
  border-bottom-color: rgb(141 162 251 / 0.85);
}
.border-y-indigo-400\/90 {
  border-top-color: rgb(141 162 251 / 0.9);
  border-bottom-color: rgb(141 162 251 / 0.9);
}
.border-y-indigo-400\/95 {
  border-top-color: rgb(141 162 251 / 0.95);
  border-bottom-color: rgb(141 162 251 / 0.95);
}
.border-y-indigo-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 245 255 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(240 245 255 / var(--tw-border-opacity, 1));
}
.border-y-indigo-50\/0 {
  border-top-color: rgb(240 245 255 / 0);
  border-bottom-color: rgb(240 245 255 / 0);
}
.border-y-indigo-50\/10 {
  border-top-color: rgb(240 245 255 / 0.1);
  border-bottom-color: rgb(240 245 255 / 0.1);
}
.border-y-indigo-50\/100 {
  border-top-color: rgb(240 245 255 / 1);
  border-bottom-color: rgb(240 245 255 / 1);
}
.border-y-indigo-50\/15 {
  border-top-color: rgb(240 245 255 / 0.15);
  border-bottom-color: rgb(240 245 255 / 0.15);
}
.border-y-indigo-50\/20 {
  border-top-color: rgb(240 245 255 / 0.2);
  border-bottom-color: rgb(240 245 255 / 0.2);
}
.border-y-indigo-50\/25 {
  border-top-color: rgb(240 245 255 / 0.25);
  border-bottom-color: rgb(240 245 255 / 0.25);
}
.border-y-indigo-50\/30 {
  border-top-color: rgb(240 245 255 / 0.3);
  border-bottom-color: rgb(240 245 255 / 0.3);
}
.border-y-indigo-50\/35 {
  border-top-color: rgb(240 245 255 / 0.35);
  border-bottom-color: rgb(240 245 255 / 0.35);
}
.border-y-indigo-50\/40 {
  border-top-color: rgb(240 245 255 / 0.4);
  border-bottom-color: rgb(240 245 255 / 0.4);
}
.border-y-indigo-50\/45 {
  border-top-color: rgb(240 245 255 / 0.45);
  border-bottom-color: rgb(240 245 255 / 0.45);
}
.border-y-indigo-50\/5 {
  border-top-color: rgb(240 245 255 / 0.05);
  border-bottom-color: rgb(240 245 255 / 0.05);
}
.border-y-indigo-50\/50 {
  border-top-color: rgb(240 245 255 / 0.5);
  border-bottom-color: rgb(240 245 255 / 0.5);
}
.border-y-indigo-50\/55 {
  border-top-color: rgb(240 245 255 / 0.55);
  border-bottom-color: rgb(240 245 255 / 0.55);
}
.border-y-indigo-50\/60 {
  border-top-color: rgb(240 245 255 / 0.6);
  border-bottom-color: rgb(240 245 255 / 0.6);
}
.border-y-indigo-50\/65 {
  border-top-color: rgb(240 245 255 / 0.65);
  border-bottom-color: rgb(240 245 255 / 0.65);
}
.border-y-indigo-50\/70 {
  border-top-color: rgb(240 245 255 / 0.7);
  border-bottom-color: rgb(240 245 255 / 0.7);
}
.border-y-indigo-50\/75 {
  border-top-color: rgb(240 245 255 / 0.75);
  border-bottom-color: rgb(240 245 255 / 0.75);
}
.border-y-indigo-50\/80 {
  border-top-color: rgb(240 245 255 / 0.8);
  border-bottom-color: rgb(240 245 255 / 0.8);
}
.border-y-indigo-50\/85 {
  border-top-color: rgb(240 245 255 / 0.85);
  border-bottom-color: rgb(240 245 255 / 0.85);
}
.border-y-indigo-50\/90 {
  border-top-color: rgb(240 245 255 / 0.9);
  border-bottom-color: rgb(240 245 255 / 0.9);
}
.border-y-indigo-50\/95 {
  border-top-color: rgb(240 245 255 / 0.95);
  border-bottom-color: rgb(240 245 255 / 0.95);
}
.border-y-indigo-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(104 117 245 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(104 117 245 / var(--tw-border-opacity, 1));
}
.border-y-indigo-500\/0 {
  border-top-color: rgb(104 117 245 / 0);
  border-bottom-color: rgb(104 117 245 / 0);
}
.border-y-indigo-500\/10 {
  border-top-color: rgb(104 117 245 / 0.1);
  border-bottom-color: rgb(104 117 245 / 0.1);
}
.border-y-indigo-500\/100 {
  border-top-color: rgb(104 117 245 / 1);
  border-bottom-color: rgb(104 117 245 / 1);
}
.border-y-indigo-500\/15 {
  border-top-color: rgb(104 117 245 / 0.15);
  border-bottom-color: rgb(104 117 245 / 0.15);
}
.border-y-indigo-500\/20 {
  border-top-color: rgb(104 117 245 / 0.2);
  border-bottom-color: rgb(104 117 245 / 0.2);
}
.border-y-indigo-500\/25 {
  border-top-color: rgb(104 117 245 / 0.25);
  border-bottom-color: rgb(104 117 245 / 0.25);
}
.border-y-indigo-500\/30 {
  border-top-color: rgb(104 117 245 / 0.3);
  border-bottom-color: rgb(104 117 245 / 0.3);
}
.border-y-indigo-500\/35 {
  border-top-color: rgb(104 117 245 / 0.35);
  border-bottom-color: rgb(104 117 245 / 0.35);
}
.border-y-indigo-500\/40 {
  border-top-color: rgb(104 117 245 / 0.4);
  border-bottom-color: rgb(104 117 245 / 0.4);
}
.border-y-indigo-500\/45 {
  border-top-color: rgb(104 117 245 / 0.45);
  border-bottom-color: rgb(104 117 245 / 0.45);
}
.border-y-indigo-500\/5 {
  border-top-color: rgb(104 117 245 / 0.05);
  border-bottom-color: rgb(104 117 245 / 0.05);
}
.border-y-indigo-500\/50 {
  border-top-color: rgb(104 117 245 / 0.5);
  border-bottom-color: rgb(104 117 245 / 0.5);
}
.border-y-indigo-500\/55 {
  border-top-color: rgb(104 117 245 / 0.55);
  border-bottom-color: rgb(104 117 245 / 0.55);
}
.border-y-indigo-500\/60 {
  border-top-color: rgb(104 117 245 / 0.6);
  border-bottom-color: rgb(104 117 245 / 0.6);
}
.border-y-indigo-500\/65 {
  border-top-color: rgb(104 117 245 / 0.65);
  border-bottom-color: rgb(104 117 245 / 0.65);
}
.border-y-indigo-500\/70 {
  border-top-color: rgb(104 117 245 / 0.7);
  border-bottom-color: rgb(104 117 245 / 0.7);
}
.border-y-indigo-500\/75 {
  border-top-color: rgb(104 117 245 / 0.75);
  border-bottom-color: rgb(104 117 245 / 0.75);
}
.border-y-indigo-500\/80 {
  border-top-color: rgb(104 117 245 / 0.8);
  border-bottom-color: rgb(104 117 245 / 0.8);
}
.border-y-indigo-500\/85 {
  border-top-color: rgb(104 117 245 / 0.85);
  border-bottom-color: rgb(104 117 245 / 0.85);
}
.border-y-indigo-500\/90 {
  border-top-color: rgb(104 117 245 / 0.9);
  border-bottom-color: rgb(104 117 245 / 0.9);
}
.border-y-indigo-500\/95 {
  border-top-color: rgb(104 117 245 / 0.95);
  border-bottom-color: rgb(104 117 245 / 0.95);
}
.border-y-indigo-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(88 80 236 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(88 80 236 / var(--tw-border-opacity, 1));
}
.border-y-indigo-600\/0 {
  border-top-color: rgb(88 80 236 / 0);
  border-bottom-color: rgb(88 80 236 / 0);
}
.border-y-indigo-600\/10 {
  border-top-color: rgb(88 80 236 / 0.1);
  border-bottom-color: rgb(88 80 236 / 0.1);
}
.border-y-indigo-600\/100 {
  border-top-color: rgb(88 80 236 / 1);
  border-bottom-color: rgb(88 80 236 / 1);
}
.border-y-indigo-600\/15 {
  border-top-color: rgb(88 80 236 / 0.15);
  border-bottom-color: rgb(88 80 236 / 0.15);
}
.border-y-indigo-600\/20 {
  border-top-color: rgb(88 80 236 / 0.2);
  border-bottom-color: rgb(88 80 236 / 0.2);
}
.border-y-indigo-600\/25 {
  border-top-color: rgb(88 80 236 / 0.25);
  border-bottom-color: rgb(88 80 236 / 0.25);
}
.border-y-indigo-600\/30 {
  border-top-color: rgb(88 80 236 / 0.3);
  border-bottom-color: rgb(88 80 236 / 0.3);
}
.border-y-indigo-600\/35 {
  border-top-color: rgb(88 80 236 / 0.35);
  border-bottom-color: rgb(88 80 236 / 0.35);
}
.border-y-indigo-600\/40 {
  border-top-color: rgb(88 80 236 / 0.4);
  border-bottom-color: rgb(88 80 236 / 0.4);
}
.border-y-indigo-600\/45 {
  border-top-color: rgb(88 80 236 / 0.45);
  border-bottom-color: rgb(88 80 236 / 0.45);
}
.border-y-indigo-600\/5 {
  border-top-color: rgb(88 80 236 / 0.05);
  border-bottom-color: rgb(88 80 236 / 0.05);
}
.border-y-indigo-600\/50 {
  border-top-color: rgb(88 80 236 / 0.5);
  border-bottom-color: rgb(88 80 236 / 0.5);
}
.border-y-indigo-600\/55 {
  border-top-color: rgb(88 80 236 / 0.55);
  border-bottom-color: rgb(88 80 236 / 0.55);
}
.border-y-indigo-600\/60 {
  border-top-color: rgb(88 80 236 / 0.6);
  border-bottom-color: rgb(88 80 236 / 0.6);
}
.border-y-indigo-600\/65 {
  border-top-color: rgb(88 80 236 / 0.65);
  border-bottom-color: rgb(88 80 236 / 0.65);
}
.border-y-indigo-600\/70 {
  border-top-color: rgb(88 80 236 / 0.7);
  border-bottom-color: rgb(88 80 236 / 0.7);
}
.border-y-indigo-600\/75 {
  border-top-color: rgb(88 80 236 / 0.75);
  border-bottom-color: rgb(88 80 236 / 0.75);
}
.border-y-indigo-600\/80 {
  border-top-color: rgb(88 80 236 / 0.8);
  border-bottom-color: rgb(88 80 236 / 0.8);
}
.border-y-indigo-600\/85 {
  border-top-color: rgb(88 80 236 / 0.85);
  border-bottom-color: rgb(88 80 236 / 0.85);
}
.border-y-indigo-600\/90 {
  border-top-color: rgb(88 80 236 / 0.9);
  border-bottom-color: rgb(88 80 236 / 0.9);
}
.border-y-indigo-600\/95 {
  border-top-color: rgb(88 80 236 / 0.95);
  border-bottom-color: rgb(88 80 236 / 0.95);
}
.border-y-indigo-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(81 69 205 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(81 69 205 / var(--tw-border-opacity, 1));
}
.border-y-indigo-700\/0 {
  border-top-color: rgb(81 69 205 / 0);
  border-bottom-color: rgb(81 69 205 / 0);
}
.border-y-indigo-700\/10 {
  border-top-color: rgb(81 69 205 / 0.1);
  border-bottom-color: rgb(81 69 205 / 0.1);
}
.border-y-indigo-700\/100 {
  border-top-color: rgb(81 69 205 / 1);
  border-bottom-color: rgb(81 69 205 / 1);
}
.border-y-indigo-700\/15 {
  border-top-color: rgb(81 69 205 / 0.15);
  border-bottom-color: rgb(81 69 205 / 0.15);
}
.border-y-indigo-700\/20 {
  border-top-color: rgb(81 69 205 / 0.2);
  border-bottom-color: rgb(81 69 205 / 0.2);
}
.border-y-indigo-700\/25 {
  border-top-color: rgb(81 69 205 / 0.25);
  border-bottom-color: rgb(81 69 205 / 0.25);
}
.border-y-indigo-700\/30 {
  border-top-color: rgb(81 69 205 / 0.3);
  border-bottom-color: rgb(81 69 205 / 0.3);
}
.border-y-indigo-700\/35 {
  border-top-color: rgb(81 69 205 / 0.35);
  border-bottom-color: rgb(81 69 205 / 0.35);
}
.border-y-indigo-700\/40 {
  border-top-color: rgb(81 69 205 / 0.4);
  border-bottom-color: rgb(81 69 205 / 0.4);
}
.border-y-indigo-700\/45 {
  border-top-color: rgb(81 69 205 / 0.45);
  border-bottom-color: rgb(81 69 205 / 0.45);
}
.border-y-indigo-700\/5 {
  border-top-color: rgb(81 69 205 / 0.05);
  border-bottom-color: rgb(81 69 205 / 0.05);
}
.border-y-indigo-700\/50 {
  border-top-color: rgb(81 69 205 / 0.5);
  border-bottom-color: rgb(81 69 205 / 0.5);
}
.border-y-indigo-700\/55 {
  border-top-color: rgb(81 69 205 / 0.55);
  border-bottom-color: rgb(81 69 205 / 0.55);
}
.border-y-indigo-700\/60 {
  border-top-color: rgb(81 69 205 / 0.6);
  border-bottom-color: rgb(81 69 205 / 0.6);
}
.border-y-indigo-700\/65 {
  border-top-color: rgb(81 69 205 / 0.65);
  border-bottom-color: rgb(81 69 205 / 0.65);
}
.border-y-indigo-700\/70 {
  border-top-color: rgb(81 69 205 / 0.7);
  border-bottom-color: rgb(81 69 205 / 0.7);
}
.border-y-indigo-700\/75 {
  border-top-color: rgb(81 69 205 / 0.75);
  border-bottom-color: rgb(81 69 205 / 0.75);
}
.border-y-indigo-700\/80 {
  border-top-color: rgb(81 69 205 / 0.8);
  border-bottom-color: rgb(81 69 205 / 0.8);
}
.border-y-indigo-700\/85 {
  border-top-color: rgb(81 69 205 / 0.85);
  border-bottom-color: rgb(81 69 205 / 0.85);
}
.border-y-indigo-700\/90 {
  border-top-color: rgb(81 69 205 / 0.9);
  border-bottom-color: rgb(81 69 205 / 0.9);
}
.border-y-indigo-700\/95 {
  border-top-color: rgb(81 69 205 / 0.95);
  border-bottom-color: rgb(81 69 205 / 0.95);
}
.border-y-indigo-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(66 56 157 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(66 56 157 / var(--tw-border-opacity, 1));
}
.border-y-indigo-800\/0 {
  border-top-color: rgb(66 56 157 / 0);
  border-bottom-color: rgb(66 56 157 / 0);
}
.border-y-indigo-800\/10 {
  border-top-color: rgb(66 56 157 / 0.1);
  border-bottom-color: rgb(66 56 157 / 0.1);
}
.border-y-indigo-800\/100 {
  border-top-color: rgb(66 56 157 / 1);
  border-bottom-color: rgb(66 56 157 / 1);
}
.border-y-indigo-800\/15 {
  border-top-color: rgb(66 56 157 / 0.15);
  border-bottom-color: rgb(66 56 157 / 0.15);
}
.border-y-indigo-800\/20 {
  border-top-color: rgb(66 56 157 / 0.2);
  border-bottom-color: rgb(66 56 157 / 0.2);
}
.border-y-indigo-800\/25 {
  border-top-color: rgb(66 56 157 / 0.25);
  border-bottom-color: rgb(66 56 157 / 0.25);
}
.border-y-indigo-800\/30 {
  border-top-color: rgb(66 56 157 / 0.3);
  border-bottom-color: rgb(66 56 157 / 0.3);
}
.border-y-indigo-800\/35 {
  border-top-color: rgb(66 56 157 / 0.35);
  border-bottom-color: rgb(66 56 157 / 0.35);
}
.border-y-indigo-800\/40 {
  border-top-color: rgb(66 56 157 / 0.4);
  border-bottom-color: rgb(66 56 157 / 0.4);
}
.border-y-indigo-800\/45 {
  border-top-color: rgb(66 56 157 / 0.45);
  border-bottom-color: rgb(66 56 157 / 0.45);
}
.border-y-indigo-800\/5 {
  border-top-color: rgb(66 56 157 / 0.05);
  border-bottom-color: rgb(66 56 157 / 0.05);
}
.border-y-indigo-800\/50 {
  border-top-color: rgb(66 56 157 / 0.5);
  border-bottom-color: rgb(66 56 157 / 0.5);
}
.border-y-indigo-800\/55 {
  border-top-color: rgb(66 56 157 / 0.55);
  border-bottom-color: rgb(66 56 157 / 0.55);
}
.border-y-indigo-800\/60 {
  border-top-color: rgb(66 56 157 / 0.6);
  border-bottom-color: rgb(66 56 157 / 0.6);
}
.border-y-indigo-800\/65 {
  border-top-color: rgb(66 56 157 / 0.65);
  border-bottom-color: rgb(66 56 157 / 0.65);
}
.border-y-indigo-800\/70 {
  border-top-color: rgb(66 56 157 / 0.7);
  border-bottom-color: rgb(66 56 157 / 0.7);
}
.border-y-indigo-800\/75 {
  border-top-color: rgb(66 56 157 / 0.75);
  border-bottom-color: rgb(66 56 157 / 0.75);
}
.border-y-indigo-800\/80 {
  border-top-color: rgb(66 56 157 / 0.8);
  border-bottom-color: rgb(66 56 157 / 0.8);
}
.border-y-indigo-800\/85 {
  border-top-color: rgb(66 56 157 / 0.85);
  border-bottom-color: rgb(66 56 157 / 0.85);
}
.border-y-indigo-800\/90 {
  border-top-color: rgb(66 56 157 / 0.9);
  border-bottom-color: rgb(66 56 157 / 0.9);
}
.border-y-indigo-800\/95 {
  border-top-color: rgb(66 56 157 / 0.95);
  border-bottom-color: rgb(66 56 157 / 0.95);
}
.border-y-indigo-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(54 47 120 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(54 47 120 / var(--tw-border-opacity, 1));
}
.border-y-indigo-900\/0 {
  border-top-color: rgb(54 47 120 / 0);
  border-bottom-color: rgb(54 47 120 / 0);
}
.border-y-indigo-900\/10 {
  border-top-color: rgb(54 47 120 / 0.1);
  border-bottom-color: rgb(54 47 120 / 0.1);
}
.border-y-indigo-900\/100 {
  border-top-color: rgb(54 47 120 / 1);
  border-bottom-color: rgb(54 47 120 / 1);
}
.border-y-indigo-900\/15 {
  border-top-color: rgb(54 47 120 / 0.15);
  border-bottom-color: rgb(54 47 120 / 0.15);
}
.border-y-indigo-900\/20 {
  border-top-color: rgb(54 47 120 / 0.2);
  border-bottom-color: rgb(54 47 120 / 0.2);
}
.border-y-indigo-900\/25 {
  border-top-color: rgb(54 47 120 / 0.25);
  border-bottom-color: rgb(54 47 120 / 0.25);
}
.border-y-indigo-900\/30 {
  border-top-color: rgb(54 47 120 / 0.3);
  border-bottom-color: rgb(54 47 120 / 0.3);
}
.border-y-indigo-900\/35 {
  border-top-color: rgb(54 47 120 / 0.35);
  border-bottom-color: rgb(54 47 120 / 0.35);
}
.border-y-indigo-900\/40 {
  border-top-color: rgb(54 47 120 / 0.4);
  border-bottom-color: rgb(54 47 120 / 0.4);
}
.border-y-indigo-900\/45 {
  border-top-color: rgb(54 47 120 / 0.45);
  border-bottom-color: rgb(54 47 120 / 0.45);
}
.border-y-indigo-900\/5 {
  border-top-color: rgb(54 47 120 / 0.05);
  border-bottom-color: rgb(54 47 120 / 0.05);
}
.border-y-indigo-900\/50 {
  border-top-color: rgb(54 47 120 / 0.5);
  border-bottom-color: rgb(54 47 120 / 0.5);
}
.border-y-indigo-900\/55 {
  border-top-color: rgb(54 47 120 / 0.55);
  border-bottom-color: rgb(54 47 120 / 0.55);
}
.border-y-indigo-900\/60 {
  border-top-color: rgb(54 47 120 / 0.6);
  border-bottom-color: rgb(54 47 120 / 0.6);
}
.border-y-indigo-900\/65 {
  border-top-color: rgb(54 47 120 / 0.65);
  border-bottom-color: rgb(54 47 120 / 0.65);
}
.border-y-indigo-900\/70 {
  border-top-color: rgb(54 47 120 / 0.7);
  border-bottom-color: rgb(54 47 120 / 0.7);
}
.border-y-indigo-900\/75 {
  border-top-color: rgb(54 47 120 / 0.75);
  border-bottom-color: rgb(54 47 120 / 0.75);
}
.border-y-indigo-900\/80 {
  border-top-color: rgb(54 47 120 / 0.8);
  border-bottom-color: rgb(54 47 120 / 0.8);
}
.border-y-indigo-900\/85 {
  border-top-color: rgb(54 47 120 / 0.85);
  border-bottom-color: rgb(54 47 120 / 0.85);
}
.border-y-indigo-900\/90 {
  border-top-color: rgb(54 47 120 / 0.9);
  border-bottom-color: rgb(54 47 120 / 0.9);
}
.border-y-indigo-900\/95 {
  border-top-color: rgb(54 47 120 / 0.95);
  border-bottom-color: rgb(54 47 120 / 0.95);
}
.border-y-negative-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}
.border-y-negative-100\/0 {
  border-top-color: rgb(244 244 245 / 0);
  border-bottom-color: rgb(244 244 245 / 0);
}
.border-y-negative-100\/10 {
  border-top-color: rgb(244 244 245 / 0.1);
  border-bottom-color: rgb(244 244 245 / 0.1);
}
.border-y-negative-100\/100 {
  border-top-color: rgb(244 244 245 / 1);
  border-bottom-color: rgb(244 244 245 / 1);
}
.border-y-negative-100\/15 {
  border-top-color: rgb(244 244 245 / 0.15);
  border-bottom-color: rgb(244 244 245 / 0.15);
}
.border-y-negative-100\/20 {
  border-top-color: rgb(244 244 245 / 0.2);
  border-bottom-color: rgb(244 244 245 / 0.2);
}
.border-y-negative-100\/25 {
  border-top-color: rgb(244 244 245 / 0.25);
  border-bottom-color: rgb(244 244 245 / 0.25);
}
.border-y-negative-100\/30 {
  border-top-color: rgb(244 244 245 / 0.3);
  border-bottom-color: rgb(244 244 245 / 0.3);
}
.border-y-negative-100\/35 {
  border-top-color: rgb(244 244 245 / 0.35);
  border-bottom-color: rgb(244 244 245 / 0.35);
}
.border-y-negative-100\/40 {
  border-top-color: rgb(244 244 245 / 0.4);
  border-bottom-color: rgb(244 244 245 / 0.4);
}
.border-y-negative-100\/45 {
  border-top-color: rgb(244 244 245 / 0.45);
  border-bottom-color: rgb(244 244 245 / 0.45);
}
.border-y-negative-100\/5 {
  border-top-color: rgb(244 244 245 / 0.05);
  border-bottom-color: rgb(244 244 245 / 0.05);
}
.border-y-negative-100\/50 {
  border-top-color: rgb(244 244 245 / 0.5);
  border-bottom-color: rgb(244 244 245 / 0.5);
}
.border-y-negative-100\/55 {
  border-top-color: rgb(244 244 245 / 0.55);
  border-bottom-color: rgb(244 244 245 / 0.55);
}
.border-y-negative-100\/60 {
  border-top-color: rgb(244 244 245 / 0.6);
  border-bottom-color: rgb(244 244 245 / 0.6);
}
.border-y-negative-100\/65 {
  border-top-color: rgb(244 244 245 / 0.65);
  border-bottom-color: rgb(244 244 245 / 0.65);
}
.border-y-negative-100\/70 {
  border-top-color: rgb(244 244 245 / 0.7);
  border-bottom-color: rgb(244 244 245 / 0.7);
}
.border-y-negative-100\/75 {
  border-top-color: rgb(244 244 245 / 0.75);
  border-bottom-color: rgb(244 244 245 / 0.75);
}
.border-y-negative-100\/80 {
  border-top-color: rgb(244 244 245 / 0.8);
  border-bottom-color: rgb(244 244 245 / 0.8);
}
.border-y-negative-100\/85 {
  border-top-color: rgb(244 244 245 / 0.85);
  border-bottom-color: rgb(244 244 245 / 0.85);
}
.border-y-negative-100\/90 {
  border-top-color: rgb(244 244 245 / 0.9);
  border-bottom-color: rgb(244 244 245 / 0.9);
}
.border-y-negative-100\/95 {
  border-top-color: rgb(244 244 245 / 0.95);
  border-bottom-color: rgb(244 244 245 / 0.95);
}
.border-y-negative-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}
.border-y-negative-200\/0 {
  border-top-color: rgb(228 228 231 / 0);
  border-bottom-color: rgb(228 228 231 / 0);
}
.border-y-negative-200\/10 {
  border-top-color: rgb(228 228 231 / 0.1);
  border-bottom-color: rgb(228 228 231 / 0.1);
}
.border-y-negative-200\/100 {
  border-top-color: rgb(228 228 231 / 1);
  border-bottom-color: rgb(228 228 231 / 1);
}
.border-y-negative-200\/15 {
  border-top-color: rgb(228 228 231 / 0.15);
  border-bottom-color: rgb(228 228 231 / 0.15);
}
.border-y-negative-200\/20 {
  border-top-color: rgb(228 228 231 / 0.2);
  border-bottom-color: rgb(228 228 231 / 0.2);
}
.border-y-negative-200\/25 {
  border-top-color: rgb(228 228 231 / 0.25);
  border-bottom-color: rgb(228 228 231 / 0.25);
}
.border-y-negative-200\/30 {
  border-top-color: rgb(228 228 231 / 0.3);
  border-bottom-color: rgb(228 228 231 / 0.3);
}
.border-y-negative-200\/35 {
  border-top-color: rgb(228 228 231 / 0.35);
  border-bottom-color: rgb(228 228 231 / 0.35);
}
.border-y-negative-200\/40 {
  border-top-color: rgb(228 228 231 / 0.4);
  border-bottom-color: rgb(228 228 231 / 0.4);
}
.border-y-negative-200\/45 {
  border-top-color: rgb(228 228 231 / 0.45);
  border-bottom-color: rgb(228 228 231 / 0.45);
}
.border-y-negative-200\/5 {
  border-top-color: rgb(228 228 231 / 0.05);
  border-bottom-color: rgb(228 228 231 / 0.05);
}
.border-y-negative-200\/50 {
  border-top-color: rgb(228 228 231 / 0.5);
  border-bottom-color: rgb(228 228 231 / 0.5);
}
.border-y-negative-200\/55 {
  border-top-color: rgb(228 228 231 / 0.55);
  border-bottom-color: rgb(228 228 231 / 0.55);
}
.border-y-negative-200\/60 {
  border-top-color: rgb(228 228 231 / 0.6);
  border-bottom-color: rgb(228 228 231 / 0.6);
}
.border-y-negative-200\/65 {
  border-top-color: rgb(228 228 231 / 0.65);
  border-bottom-color: rgb(228 228 231 / 0.65);
}
.border-y-negative-200\/70 {
  border-top-color: rgb(228 228 231 / 0.7);
  border-bottom-color: rgb(228 228 231 / 0.7);
}
.border-y-negative-200\/75 {
  border-top-color: rgb(228 228 231 / 0.75);
  border-bottom-color: rgb(228 228 231 / 0.75);
}
.border-y-negative-200\/80 {
  border-top-color: rgb(228 228 231 / 0.8);
  border-bottom-color: rgb(228 228 231 / 0.8);
}
.border-y-negative-200\/85 {
  border-top-color: rgb(228 228 231 / 0.85);
  border-bottom-color: rgb(228 228 231 / 0.85);
}
.border-y-negative-200\/90 {
  border-top-color: rgb(228 228 231 / 0.9);
  border-bottom-color: rgb(228 228 231 / 0.9);
}
.border-y-negative-200\/95 {
  border-top-color: rgb(228 228 231 / 0.95);
  border-bottom-color: rgb(228 228 231 / 0.95);
}
.border-y-negative-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}
.border-y-negative-300\/0 {
  border-top-color: rgb(212 212 216 / 0);
  border-bottom-color: rgb(212 212 216 / 0);
}
.border-y-negative-300\/10 {
  border-top-color: rgb(212 212 216 / 0.1);
  border-bottom-color: rgb(212 212 216 / 0.1);
}
.border-y-negative-300\/100 {
  border-top-color: rgb(212 212 216 / 1);
  border-bottom-color: rgb(212 212 216 / 1);
}
.border-y-negative-300\/15 {
  border-top-color: rgb(212 212 216 / 0.15);
  border-bottom-color: rgb(212 212 216 / 0.15);
}
.border-y-negative-300\/20 {
  border-top-color: rgb(212 212 216 / 0.2);
  border-bottom-color: rgb(212 212 216 / 0.2);
}
.border-y-negative-300\/25 {
  border-top-color: rgb(212 212 216 / 0.25);
  border-bottom-color: rgb(212 212 216 / 0.25);
}
.border-y-negative-300\/30 {
  border-top-color: rgb(212 212 216 / 0.3);
  border-bottom-color: rgb(212 212 216 / 0.3);
}
.border-y-negative-300\/35 {
  border-top-color: rgb(212 212 216 / 0.35);
  border-bottom-color: rgb(212 212 216 / 0.35);
}
.border-y-negative-300\/40 {
  border-top-color: rgb(212 212 216 / 0.4);
  border-bottom-color: rgb(212 212 216 / 0.4);
}
.border-y-negative-300\/45 {
  border-top-color: rgb(212 212 216 / 0.45);
  border-bottom-color: rgb(212 212 216 / 0.45);
}
.border-y-negative-300\/5 {
  border-top-color: rgb(212 212 216 / 0.05);
  border-bottom-color: rgb(212 212 216 / 0.05);
}
.border-y-negative-300\/50 {
  border-top-color: rgb(212 212 216 / 0.5);
  border-bottom-color: rgb(212 212 216 / 0.5);
}
.border-y-negative-300\/55 {
  border-top-color: rgb(212 212 216 / 0.55);
  border-bottom-color: rgb(212 212 216 / 0.55);
}
.border-y-negative-300\/60 {
  border-top-color: rgb(212 212 216 / 0.6);
  border-bottom-color: rgb(212 212 216 / 0.6);
}
.border-y-negative-300\/65 {
  border-top-color: rgb(212 212 216 / 0.65);
  border-bottom-color: rgb(212 212 216 / 0.65);
}
.border-y-negative-300\/70 {
  border-top-color: rgb(212 212 216 / 0.7);
  border-bottom-color: rgb(212 212 216 / 0.7);
}
.border-y-negative-300\/75 {
  border-top-color: rgb(212 212 216 / 0.75);
  border-bottom-color: rgb(212 212 216 / 0.75);
}
.border-y-negative-300\/80 {
  border-top-color: rgb(212 212 216 / 0.8);
  border-bottom-color: rgb(212 212 216 / 0.8);
}
.border-y-negative-300\/85 {
  border-top-color: rgb(212 212 216 / 0.85);
  border-bottom-color: rgb(212 212 216 / 0.85);
}
.border-y-negative-300\/90 {
  border-top-color: rgb(212 212 216 / 0.9);
  border-bottom-color: rgb(212 212 216 / 0.9);
}
.border-y-negative-300\/95 {
  border-top-color: rgb(212 212 216 / 0.95);
  border-bottom-color: rgb(212 212 216 / 0.95);
}
.border-y-negative-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}
.border-y-negative-400\/0 {
  border-top-color: rgb(161 161 170 / 0);
  border-bottom-color: rgb(161 161 170 / 0);
}
.border-y-negative-400\/10 {
  border-top-color: rgb(161 161 170 / 0.1);
  border-bottom-color: rgb(161 161 170 / 0.1);
}
.border-y-negative-400\/100 {
  border-top-color: rgb(161 161 170 / 1);
  border-bottom-color: rgb(161 161 170 / 1);
}
.border-y-negative-400\/15 {
  border-top-color: rgb(161 161 170 / 0.15);
  border-bottom-color: rgb(161 161 170 / 0.15);
}
.border-y-negative-400\/20 {
  border-top-color: rgb(161 161 170 / 0.2);
  border-bottom-color: rgb(161 161 170 / 0.2);
}
.border-y-negative-400\/25 {
  border-top-color: rgb(161 161 170 / 0.25);
  border-bottom-color: rgb(161 161 170 / 0.25);
}
.border-y-negative-400\/30 {
  border-top-color: rgb(161 161 170 / 0.3);
  border-bottom-color: rgb(161 161 170 / 0.3);
}
.border-y-negative-400\/35 {
  border-top-color: rgb(161 161 170 / 0.35);
  border-bottom-color: rgb(161 161 170 / 0.35);
}
.border-y-negative-400\/40 {
  border-top-color: rgb(161 161 170 / 0.4);
  border-bottom-color: rgb(161 161 170 / 0.4);
}
.border-y-negative-400\/45 {
  border-top-color: rgb(161 161 170 / 0.45);
  border-bottom-color: rgb(161 161 170 / 0.45);
}
.border-y-negative-400\/5 {
  border-top-color: rgb(161 161 170 / 0.05);
  border-bottom-color: rgb(161 161 170 / 0.05);
}
.border-y-negative-400\/50 {
  border-top-color: rgb(161 161 170 / 0.5);
  border-bottom-color: rgb(161 161 170 / 0.5);
}
.border-y-negative-400\/55 {
  border-top-color: rgb(161 161 170 / 0.55);
  border-bottom-color: rgb(161 161 170 / 0.55);
}
.border-y-negative-400\/60 {
  border-top-color: rgb(161 161 170 / 0.6);
  border-bottom-color: rgb(161 161 170 / 0.6);
}
.border-y-negative-400\/65 {
  border-top-color: rgb(161 161 170 / 0.65);
  border-bottom-color: rgb(161 161 170 / 0.65);
}
.border-y-negative-400\/70 {
  border-top-color: rgb(161 161 170 / 0.7);
  border-bottom-color: rgb(161 161 170 / 0.7);
}
.border-y-negative-400\/75 {
  border-top-color: rgb(161 161 170 / 0.75);
  border-bottom-color: rgb(161 161 170 / 0.75);
}
.border-y-negative-400\/80 {
  border-top-color: rgb(161 161 170 / 0.8);
  border-bottom-color: rgb(161 161 170 / 0.8);
}
.border-y-negative-400\/85 {
  border-top-color: rgb(161 161 170 / 0.85);
  border-bottom-color: rgb(161 161 170 / 0.85);
}
.border-y-negative-400\/90 {
  border-top-color: rgb(161 161 170 / 0.9);
  border-bottom-color: rgb(161 161 170 / 0.9);
}
.border-y-negative-400\/95 {
  border-top-color: rgb(161 161 170 / 0.95);
  border-bottom-color: rgb(161 161 170 / 0.95);
}
.border-y-negative-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-y-negative-50\/0 {
  border-top-color: rgb(250 250 250 / 0);
  border-bottom-color: rgb(250 250 250 / 0);
}
.border-y-negative-50\/10 {
  border-top-color: rgb(250 250 250 / 0.1);
  border-bottom-color: rgb(250 250 250 / 0.1);
}
.border-y-negative-50\/100 {
  border-top-color: rgb(250 250 250 / 1);
  border-bottom-color: rgb(250 250 250 / 1);
}
.border-y-negative-50\/15 {
  border-top-color: rgb(250 250 250 / 0.15);
  border-bottom-color: rgb(250 250 250 / 0.15);
}
.border-y-negative-50\/20 {
  border-top-color: rgb(250 250 250 / 0.2);
  border-bottom-color: rgb(250 250 250 / 0.2);
}
.border-y-negative-50\/25 {
  border-top-color: rgb(250 250 250 / 0.25);
  border-bottom-color: rgb(250 250 250 / 0.25);
}
.border-y-negative-50\/30 {
  border-top-color: rgb(250 250 250 / 0.3);
  border-bottom-color: rgb(250 250 250 / 0.3);
}
.border-y-negative-50\/35 {
  border-top-color: rgb(250 250 250 / 0.35);
  border-bottom-color: rgb(250 250 250 / 0.35);
}
.border-y-negative-50\/40 {
  border-top-color: rgb(250 250 250 / 0.4);
  border-bottom-color: rgb(250 250 250 / 0.4);
}
.border-y-negative-50\/45 {
  border-top-color: rgb(250 250 250 / 0.45);
  border-bottom-color: rgb(250 250 250 / 0.45);
}
.border-y-negative-50\/5 {
  border-top-color: rgb(250 250 250 / 0.05);
  border-bottom-color: rgb(250 250 250 / 0.05);
}
.border-y-negative-50\/50 {
  border-top-color: rgb(250 250 250 / 0.5);
  border-bottom-color: rgb(250 250 250 / 0.5);
}
.border-y-negative-50\/55 {
  border-top-color: rgb(250 250 250 / 0.55);
  border-bottom-color: rgb(250 250 250 / 0.55);
}
.border-y-negative-50\/60 {
  border-top-color: rgb(250 250 250 / 0.6);
  border-bottom-color: rgb(250 250 250 / 0.6);
}
.border-y-negative-50\/65 {
  border-top-color: rgb(250 250 250 / 0.65);
  border-bottom-color: rgb(250 250 250 / 0.65);
}
.border-y-negative-50\/70 {
  border-top-color: rgb(250 250 250 / 0.7);
  border-bottom-color: rgb(250 250 250 / 0.7);
}
.border-y-negative-50\/75 {
  border-top-color: rgb(250 250 250 / 0.75);
  border-bottom-color: rgb(250 250 250 / 0.75);
}
.border-y-negative-50\/80 {
  border-top-color: rgb(250 250 250 / 0.8);
  border-bottom-color: rgb(250 250 250 / 0.8);
}
.border-y-negative-50\/85 {
  border-top-color: rgb(250 250 250 / 0.85);
  border-bottom-color: rgb(250 250 250 / 0.85);
}
.border-y-negative-50\/90 {
  border-top-color: rgb(250 250 250 / 0.9);
  border-bottom-color: rgb(250 250 250 / 0.9);
}
.border-y-negative-50\/95 {
  border-top-color: rgb(250 250 250 / 0.95);
  border-bottom-color: rgb(250 250 250 / 0.95);
}
.border-y-negative-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}
.border-y-negative-500\/0 {
  border-top-color: rgb(113 113 122 / 0);
  border-bottom-color: rgb(113 113 122 / 0);
}
.border-y-negative-500\/10 {
  border-top-color: rgb(113 113 122 / 0.1);
  border-bottom-color: rgb(113 113 122 / 0.1);
}
.border-y-negative-500\/100 {
  border-top-color: rgb(113 113 122 / 1);
  border-bottom-color: rgb(113 113 122 / 1);
}
.border-y-negative-500\/15 {
  border-top-color: rgb(113 113 122 / 0.15);
  border-bottom-color: rgb(113 113 122 / 0.15);
}
.border-y-negative-500\/20 {
  border-top-color: rgb(113 113 122 / 0.2);
  border-bottom-color: rgb(113 113 122 / 0.2);
}
.border-y-negative-500\/25 {
  border-top-color: rgb(113 113 122 / 0.25);
  border-bottom-color: rgb(113 113 122 / 0.25);
}
.border-y-negative-500\/30 {
  border-top-color: rgb(113 113 122 / 0.3);
  border-bottom-color: rgb(113 113 122 / 0.3);
}
.border-y-negative-500\/35 {
  border-top-color: rgb(113 113 122 / 0.35);
  border-bottom-color: rgb(113 113 122 / 0.35);
}
.border-y-negative-500\/40 {
  border-top-color: rgb(113 113 122 / 0.4);
  border-bottom-color: rgb(113 113 122 / 0.4);
}
.border-y-negative-500\/45 {
  border-top-color: rgb(113 113 122 / 0.45);
  border-bottom-color: rgb(113 113 122 / 0.45);
}
.border-y-negative-500\/5 {
  border-top-color: rgb(113 113 122 / 0.05);
  border-bottom-color: rgb(113 113 122 / 0.05);
}
.border-y-negative-500\/50 {
  border-top-color: rgb(113 113 122 / 0.5);
  border-bottom-color: rgb(113 113 122 / 0.5);
}
.border-y-negative-500\/55 {
  border-top-color: rgb(113 113 122 / 0.55);
  border-bottom-color: rgb(113 113 122 / 0.55);
}
.border-y-negative-500\/60 {
  border-top-color: rgb(113 113 122 / 0.6);
  border-bottom-color: rgb(113 113 122 / 0.6);
}
.border-y-negative-500\/65 {
  border-top-color: rgb(113 113 122 / 0.65);
  border-bottom-color: rgb(113 113 122 / 0.65);
}
.border-y-negative-500\/70 {
  border-top-color: rgb(113 113 122 / 0.7);
  border-bottom-color: rgb(113 113 122 / 0.7);
}
.border-y-negative-500\/75 {
  border-top-color: rgb(113 113 122 / 0.75);
  border-bottom-color: rgb(113 113 122 / 0.75);
}
.border-y-negative-500\/80 {
  border-top-color: rgb(113 113 122 / 0.8);
  border-bottom-color: rgb(113 113 122 / 0.8);
}
.border-y-negative-500\/85 {
  border-top-color: rgb(113 113 122 / 0.85);
  border-bottom-color: rgb(113 113 122 / 0.85);
}
.border-y-negative-500\/90 {
  border-top-color: rgb(113 113 122 / 0.9);
  border-bottom-color: rgb(113 113 122 / 0.9);
}
.border-y-negative-500\/95 {
  border-top-color: rgb(113 113 122 / 0.95);
  border-bottom-color: rgb(113 113 122 / 0.95);
}
.border-y-negative-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}
.border-y-negative-600\/0 {
  border-top-color: rgb(82 82 91 / 0);
  border-bottom-color: rgb(82 82 91 / 0);
}
.border-y-negative-600\/10 {
  border-top-color: rgb(82 82 91 / 0.1);
  border-bottom-color: rgb(82 82 91 / 0.1);
}
.border-y-negative-600\/100 {
  border-top-color: rgb(82 82 91 / 1);
  border-bottom-color: rgb(82 82 91 / 1);
}
.border-y-negative-600\/15 {
  border-top-color: rgb(82 82 91 / 0.15);
  border-bottom-color: rgb(82 82 91 / 0.15);
}
.border-y-negative-600\/20 {
  border-top-color: rgb(82 82 91 / 0.2);
  border-bottom-color: rgb(82 82 91 / 0.2);
}
.border-y-negative-600\/25 {
  border-top-color: rgb(82 82 91 / 0.25);
  border-bottom-color: rgb(82 82 91 / 0.25);
}
.border-y-negative-600\/30 {
  border-top-color: rgb(82 82 91 / 0.3);
  border-bottom-color: rgb(82 82 91 / 0.3);
}
.border-y-negative-600\/35 {
  border-top-color: rgb(82 82 91 / 0.35);
  border-bottom-color: rgb(82 82 91 / 0.35);
}
.border-y-negative-600\/40 {
  border-top-color: rgb(82 82 91 / 0.4);
  border-bottom-color: rgb(82 82 91 / 0.4);
}
.border-y-negative-600\/45 {
  border-top-color: rgb(82 82 91 / 0.45);
  border-bottom-color: rgb(82 82 91 / 0.45);
}
.border-y-negative-600\/5 {
  border-top-color: rgb(82 82 91 / 0.05);
  border-bottom-color: rgb(82 82 91 / 0.05);
}
.border-y-negative-600\/50 {
  border-top-color: rgb(82 82 91 / 0.5);
  border-bottom-color: rgb(82 82 91 / 0.5);
}
.border-y-negative-600\/55 {
  border-top-color: rgb(82 82 91 / 0.55);
  border-bottom-color: rgb(82 82 91 / 0.55);
}
.border-y-negative-600\/60 {
  border-top-color: rgb(82 82 91 / 0.6);
  border-bottom-color: rgb(82 82 91 / 0.6);
}
.border-y-negative-600\/65 {
  border-top-color: rgb(82 82 91 / 0.65);
  border-bottom-color: rgb(82 82 91 / 0.65);
}
.border-y-negative-600\/70 {
  border-top-color: rgb(82 82 91 / 0.7);
  border-bottom-color: rgb(82 82 91 / 0.7);
}
.border-y-negative-600\/75 {
  border-top-color: rgb(82 82 91 / 0.75);
  border-bottom-color: rgb(82 82 91 / 0.75);
}
.border-y-negative-600\/80 {
  border-top-color: rgb(82 82 91 / 0.8);
  border-bottom-color: rgb(82 82 91 / 0.8);
}
.border-y-negative-600\/85 {
  border-top-color: rgb(82 82 91 / 0.85);
  border-bottom-color: rgb(82 82 91 / 0.85);
}
.border-y-negative-600\/90 {
  border-top-color: rgb(82 82 91 / 0.9);
  border-bottom-color: rgb(82 82 91 / 0.9);
}
.border-y-negative-600\/95 {
  border-top-color: rgb(82 82 91 / 0.95);
  border-bottom-color: rgb(82 82 91 / 0.95);
}
.border-y-negative-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}
.border-y-negative-700\/0 {
  border-top-color: rgb(63 63 70 / 0);
  border-bottom-color: rgb(63 63 70 / 0);
}
.border-y-negative-700\/10 {
  border-top-color: rgb(63 63 70 / 0.1);
  border-bottom-color: rgb(63 63 70 / 0.1);
}
.border-y-negative-700\/100 {
  border-top-color: rgb(63 63 70 / 1);
  border-bottom-color: rgb(63 63 70 / 1);
}
.border-y-negative-700\/15 {
  border-top-color: rgb(63 63 70 / 0.15);
  border-bottom-color: rgb(63 63 70 / 0.15);
}
.border-y-negative-700\/20 {
  border-top-color: rgb(63 63 70 / 0.2);
  border-bottom-color: rgb(63 63 70 / 0.2);
}
.border-y-negative-700\/25 {
  border-top-color: rgb(63 63 70 / 0.25);
  border-bottom-color: rgb(63 63 70 / 0.25);
}
.border-y-negative-700\/30 {
  border-top-color: rgb(63 63 70 / 0.3);
  border-bottom-color: rgb(63 63 70 / 0.3);
}
.border-y-negative-700\/35 {
  border-top-color: rgb(63 63 70 / 0.35);
  border-bottom-color: rgb(63 63 70 / 0.35);
}
.border-y-negative-700\/40 {
  border-top-color: rgb(63 63 70 / 0.4);
  border-bottom-color: rgb(63 63 70 / 0.4);
}
.border-y-negative-700\/45 {
  border-top-color: rgb(63 63 70 / 0.45);
  border-bottom-color: rgb(63 63 70 / 0.45);
}
.border-y-negative-700\/5 {
  border-top-color: rgb(63 63 70 / 0.05);
  border-bottom-color: rgb(63 63 70 / 0.05);
}
.border-y-negative-700\/50 {
  border-top-color: rgb(63 63 70 / 0.5);
  border-bottom-color: rgb(63 63 70 / 0.5);
}
.border-y-negative-700\/55 {
  border-top-color: rgb(63 63 70 / 0.55);
  border-bottom-color: rgb(63 63 70 / 0.55);
}
.border-y-negative-700\/60 {
  border-top-color: rgb(63 63 70 / 0.6);
  border-bottom-color: rgb(63 63 70 / 0.6);
}
.border-y-negative-700\/65 {
  border-top-color: rgb(63 63 70 / 0.65);
  border-bottom-color: rgb(63 63 70 / 0.65);
}
.border-y-negative-700\/70 {
  border-top-color: rgb(63 63 70 / 0.7);
  border-bottom-color: rgb(63 63 70 / 0.7);
}
.border-y-negative-700\/75 {
  border-top-color: rgb(63 63 70 / 0.75);
  border-bottom-color: rgb(63 63 70 / 0.75);
}
.border-y-negative-700\/80 {
  border-top-color: rgb(63 63 70 / 0.8);
  border-bottom-color: rgb(63 63 70 / 0.8);
}
.border-y-negative-700\/85 {
  border-top-color: rgb(63 63 70 / 0.85);
  border-bottom-color: rgb(63 63 70 / 0.85);
}
.border-y-negative-700\/90 {
  border-top-color: rgb(63 63 70 / 0.9);
  border-bottom-color: rgb(63 63 70 / 0.9);
}
.border-y-negative-700\/95 {
  border-top-color: rgb(63 63 70 / 0.95);
  border-bottom-color: rgb(63 63 70 / 0.95);
}
.border-y-negative-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}
.border-y-negative-800\/0 {
  border-top-color: rgb(39 39 42 / 0);
  border-bottom-color: rgb(39 39 42 / 0);
}
.border-y-negative-800\/10 {
  border-top-color: rgb(39 39 42 / 0.1);
  border-bottom-color: rgb(39 39 42 / 0.1);
}
.border-y-negative-800\/100 {
  border-top-color: rgb(39 39 42 / 1);
  border-bottom-color: rgb(39 39 42 / 1);
}
.border-y-negative-800\/15 {
  border-top-color: rgb(39 39 42 / 0.15);
  border-bottom-color: rgb(39 39 42 / 0.15);
}
.border-y-negative-800\/20 {
  border-top-color: rgb(39 39 42 / 0.2);
  border-bottom-color: rgb(39 39 42 / 0.2);
}
.border-y-negative-800\/25 {
  border-top-color: rgb(39 39 42 / 0.25);
  border-bottom-color: rgb(39 39 42 / 0.25);
}
.border-y-negative-800\/30 {
  border-top-color: rgb(39 39 42 / 0.3);
  border-bottom-color: rgb(39 39 42 / 0.3);
}
.border-y-negative-800\/35 {
  border-top-color: rgb(39 39 42 / 0.35);
  border-bottom-color: rgb(39 39 42 / 0.35);
}
.border-y-negative-800\/40 {
  border-top-color: rgb(39 39 42 / 0.4);
  border-bottom-color: rgb(39 39 42 / 0.4);
}
.border-y-negative-800\/45 {
  border-top-color: rgb(39 39 42 / 0.45);
  border-bottom-color: rgb(39 39 42 / 0.45);
}
.border-y-negative-800\/5 {
  border-top-color: rgb(39 39 42 / 0.05);
  border-bottom-color: rgb(39 39 42 / 0.05);
}
.border-y-negative-800\/50 {
  border-top-color: rgb(39 39 42 / 0.5);
  border-bottom-color: rgb(39 39 42 / 0.5);
}
.border-y-negative-800\/55 {
  border-top-color: rgb(39 39 42 / 0.55);
  border-bottom-color: rgb(39 39 42 / 0.55);
}
.border-y-negative-800\/60 {
  border-top-color: rgb(39 39 42 / 0.6);
  border-bottom-color: rgb(39 39 42 / 0.6);
}
.border-y-negative-800\/65 {
  border-top-color: rgb(39 39 42 / 0.65);
  border-bottom-color: rgb(39 39 42 / 0.65);
}
.border-y-negative-800\/70 {
  border-top-color: rgb(39 39 42 / 0.7);
  border-bottom-color: rgb(39 39 42 / 0.7);
}
.border-y-negative-800\/75 {
  border-top-color: rgb(39 39 42 / 0.75);
  border-bottom-color: rgb(39 39 42 / 0.75);
}
.border-y-negative-800\/80 {
  border-top-color: rgb(39 39 42 / 0.8);
  border-bottom-color: rgb(39 39 42 / 0.8);
}
.border-y-negative-800\/85 {
  border-top-color: rgb(39 39 42 / 0.85);
  border-bottom-color: rgb(39 39 42 / 0.85);
}
.border-y-negative-800\/90 {
  border-top-color: rgb(39 39 42 / 0.9);
  border-bottom-color: rgb(39 39 42 / 0.9);
}
.border-y-negative-800\/95 {
  border-top-color: rgb(39 39 42 / 0.95);
  border-bottom-color: rgb(39 39 42 / 0.95);
}
.border-y-negative-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
}
.border-y-negative-900\/0 {
  border-top-color: rgb(24 24 27 / 0);
  border-bottom-color: rgb(24 24 27 / 0);
}
.border-y-negative-900\/10 {
  border-top-color: rgb(24 24 27 / 0.1);
  border-bottom-color: rgb(24 24 27 / 0.1);
}
.border-y-negative-900\/100 {
  border-top-color: rgb(24 24 27 / 1);
  border-bottom-color: rgb(24 24 27 / 1);
}
.border-y-negative-900\/15 {
  border-top-color: rgb(24 24 27 / 0.15);
  border-bottom-color: rgb(24 24 27 / 0.15);
}
.border-y-negative-900\/20 {
  border-top-color: rgb(24 24 27 / 0.2);
  border-bottom-color: rgb(24 24 27 / 0.2);
}
.border-y-negative-900\/25 {
  border-top-color: rgb(24 24 27 / 0.25);
  border-bottom-color: rgb(24 24 27 / 0.25);
}
.border-y-negative-900\/30 {
  border-top-color: rgb(24 24 27 / 0.3);
  border-bottom-color: rgb(24 24 27 / 0.3);
}
.border-y-negative-900\/35 {
  border-top-color: rgb(24 24 27 / 0.35);
  border-bottom-color: rgb(24 24 27 / 0.35);
}
.border-y-negative-900\/40 {
  border-top-color: rgb(24 24 27 / 0.4);
  border-bottom-color: rgb(24 24 27 / 0.4);
}
.border-y-negative-900\/45 {
  border-top-color: rgb(24 24 27 / 0.45);
  border-bottom-color: rgb(24 24 27 / 0.45);
}
.border-y-negative-900\/5 {
  border-top-color: rgb(24 24 27 / 0.05);
  border-bottom-color: rgb(24 24 27 / 0.05);
}
.border-y-negative-900\/50 {
  border-top-color: rgb(24 24 27 / 0.5);
  border-bottom-color: rgb(24 24 27 / 0.5);
}
.border-y-negative-900\/55 {
  border-top-color: rgb(24 24 27 / 0.55);
  border-bottom-color: rgb(24 24 27 / 0.55);
}
.border-y-negative-900\/60 {
  border-top-color: rgb(24 24 27 / 0.6);
  border-bottom-color: rgb(24 24 27 / 0.6);
}
.border-y-negative-900\/65 {
  border-top-color: rgb(24 24 27 / 0.65);
  border-bottom-color: rgb(24 24 27 / 0.65);
}
.border-y-negative-900\/70 {
  border-top-color: rgb(24 24 27 / 0.7);
  border-bottom-color: rgb(24 24 27 / 0.7);
}
.border-y-negative-900\/75 {
  border-top-color: rgb(24 24 27 / 0.75);
  border-bottom-color: rgb(24 24 27 / 0.75);
}
.border-y-negative-900\/80 {
  border-top-color: rgb(24 24 27 / 0.8);
  border-bottom-color: rgb(24 24 27 / 0.8);
}
.border-y-negative-900\/85 {
  border-top-color: rgb(24 24 27 / 0.85);
  border-bottom-color: rgb(24 24 27 / 0.85);
}
.border-y-negative-900\/90 {
  border-top-color: rgb(24 24 27 / 0.9);
  border-bottom-color: rgb(24 24 27 / 0.9);
}
.border-y-negative-900\/95 {
  border-top-color: rgb(24 24 27 / 0.95);
  border-bottom-color: rgb(24 24 27 / 0.95);
}
.border-y-negative-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
}
.border-y-negative-950\/0 {
  border-top-color: rgb(9 9 11 / 0);
  border-bottom-color: rgb(9 9 11 / 0);
}
.border-y-negative-950\/10 {
  border-top-color: rgb(9 9 11 / 0.1);
  border-bottom-color: rgb(9 9 11 / 0.1);
}
.border-y-negative-950\/100 {
  border-top-color: rgb(9 9 11 / 1);
  border-bottom-color: rgb(9 9 11 / 1);
}
.border-y-negative-950\/15 {
  border-top-color: rgb(9 9 11 / 0.15);
  border-bottom-color: rgb(9 9 11 / 0.15);
}
.border-y-negative-950\/20 {
  border-top-color: rgb(9 9 11 / 0.2);
  border-bottom-color: rgb(9 9 11 / 0.2);
}
.border-y-negative-950\/25 {
  border-top-color: rgb(9 9 11 / 0.25);
  border-bottom-color: rgb(9 9 11 / 0.25);
}
.border-y-negative-950\/30 {
  border-top-color: rgb(9 9 11 / 0.3);
  border-bottom-color: rgb(9 9 11 / 0.3);
}
.border-y-negative-950\/35 {
  border-top-color: rgb(9 9 11 / 0.35);
  border-bottom-color: rgb(9 9 11 / 0.35);
}
.border-y-negative-950\/40 {
  border-top-color: rgb(9 9 11 / 0.4);
  border-bottom-color: rgb(9 9 11 / 0.4);
}
.border-y-negative-950\/45 {
  border-top-color: rgb(9 9 11 / 0.45);
  border-bottom-color: rgb(9 9 11 / 0.45);
}
.border-y-negative-950\/5 {
  border-top-color: rgb(9 9 11 / 0.05);
  border-bottom-color: rgb(9 9 11 / 0.05);
}
.border-y-negative-950\/50 {
  border-top-color: rgb(9 9 11 / 0.5);
  border-bottom-color: rgb(9 9 11 / 0.5);
}
.border-y-negative-950\/55 {
  border-top-color: rgb(9 9 11 / 0.55);
  border-bottom-color: rgb(9 9 11 / 0.55);
}
.border-y-negative-950\/60 {
  border-top-color: rgb(9 9 11 / 0.6);
  border-bottom-color: rgb(9 9 11 / 0.6);
}
.border-y-negative-950\/65 {
  border-top-color: rgb(9 9 11 / 0.65);
  border-bottom-color: rgb(9 9 11 / 0.65);
}
.border-y-negative-950\/70 {
  border-top-color: rgb(9 9 11 / 0.7);
  border-bottom-color: rgb(9 9 11 / 0.7);
}
.border-y-negative-950\/75 {
  border-top-color: rgb(9 9 11 / 0.75);
  border-bottom-color: rgb(9 9 11 / 0.75);
}
.border-y-negative-950\/80 {
  border-top-color: rgb(9 9 11 / 0.8);
  border-bottom-color: rgb(9 9 11 / 0.8);
}
.border-y-negative-950\/85 {
  border-top-color: rgb(9 9 11 / 0.85);
  border-bottom-color: rgb(9 9 11 / 0.85);
}
.border-y-negative-950\/90 {
  border-top-color: rgb(9 9 11 / 0.9);
  border-bottom-color: rgb(9 9 11 / 0.9);
}
.border-y-negative-950\/95 {
  border-top-color: rgb(9 9 11 / 0.95);
  border-bottom-color: rgb(9 9 11 / 0.95);
}
.border-y-orange-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 236 220 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(254 236 220 / var(--tw-border-opacity, 1));
}
.border-y-orange-100\/0 {
  border-top-color: rgb(254 236 220 / 0);
  border-bottom-color: rgb(254 236 220 / 0);
}
.border-y-orange-100\/10 {
  border-top-color: rgb(254 236 220 / 0.1);
  border-bottom-color: rgb(254 236 220 / 0.1);
}
.border-y-orange-100\/100 {
  border-top-color: rgb(254 236 220 / 1);
  border-bottom-color: rgb(254 236 220 / 1);
}
.border-y-orange-100\/15 {
  border-top-color: rgb(254 236 220 / 0.15);
  border-bottom-color: rgb(254 236 220 / 0.15);
}
.border-y-orange-100\/20 {
  border-top-color: rgb(254 236 220 / 0.2);
  border-bottom-color: rgb(254 236 220 / 0.2);
}
.border-y-orange-100\/25 {
  border-top-color: rgb(254 236 220 / 0.25);
  border-bottom-color: rgb(254 236 220 / 0.25);
}
.border-y-orange-100\/30 {
  border-top-color: rgb(254 236 220 / 0.3);
  border-bottom-color: rgb(254 236 220 / 0.3);
}
.border-y-orange-100\/35 {
  border-top-color: rgb(254 236 220 / 0.35);
  border-bottom-color: rgb(254 236 220 / 0.35);
}
.border-y-orange-100\/40 {
  border-top-color: rgb(254 236 220 / 0.4);
  border-bottom-color: rgb(254 236 220 / 0.4);
}
.border-y-orange-100\/45 {
  border-top-color: rgb(254 236 220 / 0.45);
  border-bottom-color: rgb(254 236 220 / 0.45);
}
.border-y-orange-100\/5 {
  border-top-color: rgb(254 236 220 / 0.05);
  border-bottom-color: rgb(254 236 220 / 0.05);
}
.border-y-orange-100\/50 {
  border-top-color: rgb(254 236 220 / 0.5);
  border-bottom-color: rgb(254 236 220 / 0.5);
}
.border-y-orange-100\/55 {
  border-top-color: rgb(254 236 220 / 0.55);
  border-bottom-color: rgb(254 236 220 / 0.55);
}
.border-y-orange-100\/60 {
  border-top-color: rgb(254 236 220 / 0.6);
  border-bottom-color: rgb(254 236 220 / 0.6);
}
.border-y-orange-100\/65 {
  border-top-color: rgb(254 236 220 / 0.65);
  border-bottom-color: rgb(254 236 220 / 0.65);
}
.border-y-orange-100\/70 {
  border-top-color: rgb(254 236 220 / 0.7);
  border-bottom-color: rgb(254 236 220 / 0.7);
}
.border-y-orange-100\/75 {
  border-top-color: rgb(254 236 220 / 0.75);
  border-bottom-color: rgb(254 236 220 / 0.75);
}
.border-y-orange-100\/80 {
  border-top-color: rgb(254 236 220 / 0.8);
  border-bottom-color: rgb(254 236 220 / 0.8);
}
.border-y-orange-100\/85 {
  border-top-color: rgb(254 236 220 / 0.85);
  border-bottom-color: rgb(254 236 220 / 0.85);
}
.border-y-orange-100\/90 {
  border-top-color: rgb(254 236 220 / 0.9);
  border-bottom-color: rgb(254 236 220 / 0.9);
}
.border-y-orange-100\/95 {
  border-top-color: rgb(254 236 220 / 0.95);
  border-bottom-color: rgb(254 236 220 / 0.95);
}
.border-y-orange-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(252 217 189 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(252 217 189 / var(--tw-border-opacity, 1));
}
.border-y-orange-200\/0 {
  border-top-color: rgb(252 217 189 / 0);
  border-bottom-color: rgb(252 217 189 / 0);
}
.border-y-orange-200\/10 {
  border-top-color: rgb(252 217 189 / 0.1);
  border-bottom-color: rgb(252 217 189 / 0.1);
}
.border-y-orange-200\/100 {
  border-top-color: rgb(252 217 189 / 1);
  border-bottom-color: rgb(252 217 189 / 1);
}
.border-y-orange-200\/15 {
  border-top-color: rgb(252 217 189 / 0.15);
  border-bottom-color: rgb(252 217 189 / 0.15);
}
.border-y-orange-200\/20 {
  border-top-color: rgb(252 217 189 / 0.2);
  border-bottom-color: rgb(252 217 189 / 0.2);
}
.border-y-orange-200\/25 {
  border-top-color: rgb(252 217 189 / 0.25);
  border-bottom-color: rgb(252 217 189 / 0.25);
}
.border-y-orange-200\/30 {
  border-top-color: rgb(252 217 189 / 0.3);
  border-bottom-color: rgb(252 217 189 / 0.3);
}
.border-y-orange-200\/35 {
  border-top-color: rgb(252 217 189 / 0.35);
  border-bottom-color: rgb(252 217 189 / 0.35);
}
.border-y-orange-200\/40 {
  border-top-color: rgb(252 217 189 / 0.4);
  border-bottom-color: rgb(252 217 189 / 0.4);
}
.border-y-orange-200\/45 {
  border-top-color: rgb(252 217 189 / 0.45);
  border-bottom-color: rgb(252 217 189 / 0.45);
}
.border-y-orange-200\/5 {
  border-top-color: rgb(252 217 189 / 0.05);
  border-bottom-color: rgb(252 217 189 / 0.05);
}
.border-y-orange-200\/50 {
  border-top-color: rgb(252 217 189 / 0.5);
  border-bottom-color: rgb(252 217 189 / 0.5);
}
.border-y-orange-200\/55 {
  border-top-color: rgb(252 217 189 / 0.55);
  border-bottom-color: rgb(252 217 189 / 0.55);
}
.border-y-orange-200\/60 {
  border-top-color: rgb(252 217 189 / 0.6);
  border-bottom-color: rgb(252 217 189 / 0.6);
}
.border-y-orange-200\/65 {
  border-top-color: rgb(252 217 189 / 0.65);
  border-bottom-color: rgb(252 217 189 / 0.65);
}
.border-y-orange-200\/70 {
  border-top-color: rgb(252 217 189 / 0.7);
  border-bottom-color: rgb(252 217 189 / 0.7);
}
.border-y-orange-200\/75 {
  border-top-color: rgb(252 217 189 / 0.75);
  border-bottom-color: rgb(252 217 189 / 0.75);
}
.border-y-orange-200\/80 {
  border-top-color: rgb(252 217 189 / 0.8);
  border-bottom-color: rgb(252 217 189 / 0.8);
}
.border-y-orange-200\/85 {
  border-top-color: rgb(252 217 189 / 0.85);
  border-bottom-color: rgb(252 217 189 / 0.85);
}
.border-y-orange-200\/90 {
  border-top-color: rgb(252 217 189 / 0.9);
  border-bottom-color: rgb(252 217 189 / 0.9);
}
.border-y-orange-200\/95 {
  border-top-color: rgb(252 217 189 / 0.95);
  border-bottom-color: rgb(252 217 189 / 0.95);
}
.border-y-orange-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 186 140 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(253 186 140 / var(--tw-border-opacity, 1));
}
.border-y-orange-300\/0 {
  border-top-color: rgb(253 186 140 / 0);
  border-bottom-color: rgb(253 186 140 / 0);
}
.border-y-orange-300\/10 {
  border-top-color: rgb(253 186 140 / 0.1);
  border-bottom-color: rgb(253 186 140 / 0.1);
}
.border-y-orange-300\/100 {
  border-top-color: rgb(253 186 140 / 1);
  border-bottom-color: rgb(253 186 140 / 1);
}
.border-y-orange-300\/15 {
  border-top-color: rgb(253 186 140 / 0.15);
  border-bottom-color: rgb(253 186 140 / 0.15);
}
.border-y-orange-300\/20 {
  border-top-color: rgb(253 186 140 / 0.2);
  border-bottom-color: rgb(253 186 140 / 0.2);
}
.border-y-orange-300\/25 {
  border-top-color: rgb(253 186 140 / 0.25);
  border-bottom-color: rgb(253 186 140 / 0.25);
}
.border-y-orange-300\/30 {
  border-top-color: rgb(253 186 140 / 0.3);
  border-bottom-color: rgb(253 186 140 / 0.3);
}
.border-y-orange-300\/35 {
  border-top-color: rgb(253 186 140 / 0.35);
  border-bottom-color: rgb(253 186 140 / 0.35);
}
.border-y-orange-300\/40 {
  border-top-color: rgb(253 186 140 / 0.4);
  border-bottom-color: rgb(253 186 140 / 0.4);
}
.border-y-orange-300\/45 {
  border-top-color: rgb(253 186 140 / 0.45);
  border-bottom-color: rgb(253 186 140 / 0.45);
}
.border-y-orange-300\/5 {
  border-top-color: rgb(253 186 140 / 0.05);
  border-bottom-color: rgb(253 186 140 / 0.05);
}
.border-y-orange-300\/50 {
  border-top-color: rgb(253 186 140 / 0.5);
  border-bottom-color: rgb(253 186 140 / 0.5);
}
.border-y-orange-300\/55 {
  border-top-color: rgb(253 186 140 / 0.55);
  border-bottom-color: rgb(253 186 140 / 0.55);
}
.border-y-orange-300\/60 {
  border-top-color: rgb(253 186 140 / 0.6);
  border-bottom-color: rgb(253 186 140 / 0.6);
}
.border-y-orange-300\/65 {
  border-top-color: rgb(253 186 140 / 0.65);
  border-bottom-color: rgb(253 186 140 / 0.65);
}
.border-y-orange-300\/70 {
  border-top-color: rgb(253 186 140 / 0.7);
  border-bottom-color: rgb(253 186 140 / 0.7);
}
.border-y-orange-300\/75 {
  border-top-color: rgb(253 186 140 / 0.75);
  border-bottom-color: rgb(253 186 140 / 0.75);
}
.border-y-orange-300\/80 {
  border-top-color: rgb(253 186 140 / 0.8);
  border-bottom-color: rgb(253 186 140 / 0.8);
}
.border-y-orange-300\/85 {
  border-top-color: rgb(253 186 140 / 0.85);
  border-bottom-color: rgb(253 186 140 / 0.85);
}
.border-y-orange-300\/90 {
  border-top-color: rgb(253 186 140 / 0.9);
  border-bottom-color: rgb(253 186 140 / 0.9);
}
.border-y-orange-300\/95 {
  border-top-color: rgb(253 186 140 / 0.95);
  border-bottom-color: rgb(253 186 140 / 0.95);
}
.border-y-orange-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 138 76 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(255 138 76 / var(--tw-border-opacity, 1));
}
.border-y-orange-400\/0 {
  border-top-color: rgb(255 138 76 / 0);
  border-bottom-color: rgb(255 138 76 / 0);
}
.border-y-orange-400\/10 {
  border-top-color: rgb(255 138 76 / 0.1);
  border-bottom-color: rgb(255 138 76 / 0.1);
}
.border-y-orange-400\/100 {
  border-top-color: rgb(255 138 76 / 1);
  border-bottom-color: rgb(255 138 76 / 1);
}
.border-y-orange-400\/15 {
  border-top-color: rgb(255 138 76 / 0.15);
  border-bottom-color: rgb(255 138 76 / 0.15);
}
.border-y-orange-400\/20 {
  border-top-color: rgb(255 138 76 / 0.2);
  border-bottom-color: rgb(255 138 76 / 0.2);
}
.border-y-orange-400\/25 {
  border-top-color: rgb(255 138 76 / 0.25);
  border-bottom-color: rgb(255 138 76 / 0.25);
}
.border-y-orange-400\/30 {
  border-top-color: rgb(255 138 76 / 0.3);
  border-bottom-color: rgb(255 138 76 / 0.3);
}
.border-y-orange-400\/35 {
  border-top-color: rgb(255 138 76 / 0.35);
  border-bottom-color: rgb(255 138 76 / 0.35);
}
.border-y-orange-400\/40 {
  border-top-color: rgb(255 138 76 / 0.4);
  border-bottom-color: rgb(255 138 76 / 0.4);
}
.border-y-orange-400\/45 {
  border-top-color: rgb(255 138 76 / 0.45);
  border-bottom-color: rgb(255 138 76 / 0.45);
}
.border-y-orange-400\/5 {
  border-top-color: rgb(255 138 76 / 0.05);
  border-bottom-color: rgb(255 138 76 / 0.05);
}
.border-y-orange-400\/50 {
  border-top-color: rgb(255 138 76 / 0.5);
  border-bottom-color: rgb(255 138 76 / 0.5);
}
.border-y-orange-400\/55 {
  border-top-color: rgb(255 138 76 / 0.55);
  border-bottom-color: rgb(255 138 76 / 0.55);
}
.border-y-orange-400\/60 {
  border-top-color: rgb(255 138 76 / 0.6);
  border-bottom-color: rgb(255 138 76 / 0.6);
}
.border-y-orange-400\/65 {
  border-top-color: rgb(255 138 76 / 0.65);
  border-bottom-color: rgb(255 138 76 / 0.65);
}
.border-y-orange-400\/70 {
  border-top-color: rgb(255 138 76 / 0.7);
  border-bottom-color: rgb(255 138 76 / 0.7);
}
.border-y-orange-400\/75 {
  border-top-color: rgb(255 138 76 / 0.75);
  border-bottom-color: rgb(255 138 76 / 0.75);
}
.border-y-orange-400\/80 {
  border-top-color: rgb(255 138 76 / 0.8);
  border-bottom-color: rgb(255 138 76 / 0.8);
}
.border-y-orange-400\/85 {
  border-top-color: rgb(255 138 76 / 0.85);
  border-bottom-color: rgb(255 138 76 / 0.85);
}
.border-y-orange-400\/90 {
  border-top-color: rgb(255 138 76 / 0.9);
  border-bottom-color: rgb(255 138 76 / 0.9);
}
.border-y-orange-400\/95 {
  border-top-color: rgb(255 138 76 / 0.95);
  border-bottom-color: rgb(255 138 76 / 0.95);
}
.border-y-orange-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 248 241 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(255 248 241 / var(--tw-border-opacity, 1));
}
.border-y-orange-50\/0 {
  border-top-color: rgb(255 248 241 / 0);
  border-bottom-color: rgb(255 248 241 / 0);
}
.border-y-orange-50\/10 {
  border-top-color: rgb(255 248 241 / 0.1);
  border-bottom-color: rgb(255 248 241 / 0.1);
}
.border-y-orange-50\/100 {
  border-top-color: rgb(255 248 241 / 1);
  border-bottom-color: rgb(255 248 241 / 1);
}
.border-y-orange-50\/15 {
  border-top-color: rgb(255 248 241 / 0.15);
  border-bottom-color: rgb(255 248 241 / 0.15);
}
.border-y-orange-50\/20 {
  border-top-color: rgb(255 248 241 / 0.2);
  border-bottom-color: rgb(255 248 241 / 0.2);
}
.border-y-orange-50\/25 {
  border-top-color: rgb(255 248 241 / 0.25);
  border-bottom-color: rgb(255 248 241 / 0.25);
}
.border-y-orange-50\/30 {
  border-top-color: rgb(255 248 241 / 0.3);
  border-bottom-color: rgb(255 248 241 / 0.3);
}
.border-y-orange-50\/35 {
  border-top-color: rgb(255 248 241 / 0.35);
  border-bottom-color: rgb(255 248 241 / 0.35);
}
.border-y-orange-50\/40 {
  border-top-color: rgb(255 248 241 / 0.4);
  border-bottom-color: rgb(255 248 241 / 0.4);
}
.border-y-orange-50\/45 {
  border-top-color: rgb(255 248 241 / 0.45);
  border-bottom-color: rgb(255 248 241 / 0.45);
}
.border-y-orange-50\/5 {
  border-top-color: rgb(255 248 241 / 0.05);
  border-bottom-color: rgb(255 248 241 / 0.05);
}
.border-y-orange-50\/50 {
  border-top-color: rgb(255 248 241 / 0.5);
  border-bottom-color: rgb(255 248 241 / 0.5);
}
.border-y-orange-50\/55 {
  border-top-color: rgb(255 248 241 / 0.55);
  border-bottom-color: rgb(255 248 241 / 0.55);
}
.border-y-orange-50\/60 {
  border-top-color: rgb(255 248 241 / 0.6);
  border-bottom-color: rgb(255 248 241 / 0.6);
}
.border-y-orange-50\/65 {
  border-top-color: rgb(255 248 241 / 0.65);
  border-bottom-color: rgb(255 248 241 / 0.65);
}
.border-y-orange-50\/70 {
  border-top-color: rgb(255 248 241 / 0.7);
  border-bottom-color: rgb(255 248 241 / 0.7);
}
.border-y-orange-50\/75 {
  border-top-color: rgb(255 248 241 / 0.75);
  border-bottom-color: rgb(255 248 241 / 0.75);
}
.border-y-orange-50\/80 {
  border-top-color: rgb(255 248 241 / 0.8);
  border-bottom-color: rgb(255 248 241 / 0.8);
}
.border-y-orange-50\/85 {
  border-top-color: rgb(255 248 241 / 0.85);
  border-bottom-color: rgb(255 248 241 / 0.85);
}
.border-y-orange-50\/90 {
  border-top-color: rgb(255 248 241 / 0.9);
  border-bottom-color: rgb(255 248 241 / 0.9);
}
.border-y-orange-50\/95 {
  border-top-color: rgb(255 248 241 / 0.95);
  border-bottom-color: rgb(255 248 241 / 0.95);
}
.border-y-orange-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 90 31 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(255 90 31 / var(--tw-border-opacity, 1));
}
.border-y-orange-500\/0 {
  border-top-color: rgb(255 90 31 / 0);
  border-bottom-color: rgb(255 90 31 / 0);
}
.border-y-orange-500\/10 {
  border-top-color: rgb(255 90 31 / 0.1);
  border-bottom-color: rgb(255 90 31 / 0.1);
}
.border-y-orange-500\/100 {
  border-top-color: rgb(255 90 31 / 1);
  border-bottom-color: rgb(255 90 31 / 1);
}
.border-y-orange-500\/15 {
  border-top-color: rgb(255 90 31 / 0.15);
  border-bottom-color: rgb(255 90 31 / 0.15);
}
.border-y-orange-500\/20 {
  border-top-color: rgb(255 90 31 / 0.2);
  border-bottom-color: rgb(255 90 31 / 0.2);
}
.border-y-orange-500\/25 {
  border-top-color: rgb(255 90 31 / 0.25);
  border-bottom-color: rgb(255 90 31 / 0.25);
}
.border-y-orange-500\/30 {
  border-top-color: rgb(255 90 31 / 0.3);
  border-bottom-color: rgb(255 90 31 / 0.3);
}
.border-y-orange-500\/35 {
  border-top-color: rgb(255 90 31 / 0.35);
  border-bottom-color: rgb(255 90 31 / 0.35);
}
.border-y-orange-500\/40 {
  border-top-color: rgb(255 90 31 / 0.4);
  border-bottom-color: rgb(255 90 31 / 0.4);
}
.border-y-orange-500\/45 {
  border-top-color: rgb(255 90 31 / 0.45);
  border-bottom-color: rgb(255 90 31 / 0.45);
}
.border-y-orange-500\/5 {
  border-top-color: rgb(255 90 31 / 0.05);
  border-bottom-color: rgb(255 90 31 / 0.05);
}
.border-y-orange-500\/50 {
  border-top-color: rgb(255 90 31 / 0.5);
  border-bottom-color: rgb(255 90 31 / 0.5);
}
.border-y-orange-500\/55 {
  border-top-color: rgb(255 90 31 / 0.55);
  border-bottom-color: rgb(255 90 31 / 0.55);
}
.border-y-orange-500\/60 {
  border-top-color: rgb(255 90 31 / 0.6);
  border-bottom-color: rgb(255 90 31 / 0.6);
}
.border-y-orange-500\/65 {
  border-top-color: rgb(255 90 31 / 0.65);
  border-bottom-color: rgb(255 90 31 / 0.65);
}
.border-y-orange-500\/70 {
  border-top-color: rgb(255 90 31 / 0.7);
  border-bottom-color: rgb(255 90 31 / 0.7);
}
.border-y-orange-500\/75 {
  border-top-color: rgb(255 90 31 / 0.75);
  border-bottom-color: rgb(255 90 31 / 0.75);
}
.border-y-orange-500\/80 {
  border-top-color: rgb(255 90 31 / 0.8);
  border-bottom-color: rgb(255 90 31 / 0.8);
}
.border-y-orange-500\/85 {
  border-top-color: rgb(255 90 31 / 0.85);
  border-bottom-color: rgb(255 90 31 / 0.85);
}
.border-y-orange-500\/90 {
  border-top-color: rgb(255 90 31 / 0.9);
  border-bottom-color: rgb(255 90 31 / 0.9);
}
.border-y-orange-500\/95 {
  border-top-color: rgb(255 90 31 / 0.95);
  border-bottom-color: rgb(255 90 31 / 0.95);
}
.border-y-orange-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(208 56 1 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(208 56 1 / var(--tw-border-opacity, 1));
}
.border-y-orange-600\/0 {
  border-top-color: rgb(208 56 1 / 0);
  border-bottom-color: rgb(208 56 1 / 0);
}
.border-y-orange-600\/10 {
  border-top-color: rgb(208 56 1 / 0.1);
  border-bottom-color: rgb(208 56 1 / 0.1);
}
.border-y-orange-600\/100 {
  border-top-color: rgb(208 56 1 / 1);
  border-bottom-color: rgb(208 56 1 / 1);
}
.border-y-orange-600\/15 {
  border-top-color: rgb(208 56 1 / 0.15);
  border-bottom-color: rgb(208 56 1 / 0.15);
}
.border-y-orange-600\/20 {
  border-top-color: rgb(208 56 1 / 0.2);
  border-bottom-color: rgb(208 56 1 / 0.2);
}
.border-y-orange-600\/25 {
  border-top-color: rgb(208 56 1 / 0.25);
  border-bottom-color: rgb(208 56 1 / 0.25);
}
.border-y-orange-600\/30 {
  border-top-color: rgb(208 56 1 / 0.3);
  border-bottom-color: rgb(208 56 1 / 0.3);
}
.border-y-orange-600\/35 {
  border-top-color: rgb(208 56 1 / 0.35);
  border-bottom-color: rgb(208 56 1 / 0.35);
}
.border-y-orange-600\/40 {
  border-top-color: rgb(208 56 1 / 0.4);
  border-bottom-color: rgb(208 56 1 / 0.4);
}
.border-y-orange-600\/45 {
  border-top-color: rgb(208 56 1 / 0.45);
  border-bottom-color: rgb(208 56 1 / 0.45);
}
.border-y-orange-600\/5 {
  border-top-color: rgb(208 56 1 / 0.05);
  border-bottom-color: rgb(208 56 1 / 0.05);
}
.border-y-orange-600\/50 {
  border-top-color: rgb(208 56 1 / 0.5);
  border-bottom-color: rgb(208 56 1 / 0.5);
}
.border-y-orange-600\/55 {
  border-top-color: rgb(208 56 1 / 0.55);
  border-bottom-color: rgb(208 56 1 / 0.55);
}
.border-y-orange-600\/60 {
  border-top-color: rgb(208 56 1 / 0.6);
  border-bottom-color: rgb(208 56 1 / 0.6);
}
.border-y-orange-600\/65 {
  border-top-color: rgb(208 56 1 / 0.65);
  border-bottom-color: rgb(208 56 1 / 0.65);
}
.border-y-orange-600\/70 {
  border-top-color: rgb(208 56 1 / 0.7);
  border-bottom-color: rgb(208 56 1 / 0.7);
}
.border-y-orange-600\/75 {
  border-top-color: rgb(208 56 1 / 0.75);
  border-bottom-color: rgb(208 56 1 / 0.75);
}
.border-y-orange-600\/80 {
  border-top-color: rgb(208 56 1 / 0.8);
  border-bottom-color: rgb(208 56 1 / 0.8);
}
.border-y-orange-600\/85 {
  border-top-color: rgb(208 56 1 / 0.85);
  border-bottom-color: rgb(208 56 1 / 0.85);
}
.border-y-orange-600\/90 {
  border-top-color: rgb(208 56 1 / 0.9);
  border-bottom-color: rgb(208 56 1 / 0.9);
}
.border-y-orange-600\/95 {
  border-top-color: rgb(208 56 1 / 0.95);
  border-bottom-color: rgb(208 56 1 / 0.95);
}
.border-y-orange-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(180 52 3 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(180 52 3 / var(--tw-border-opacity, 1));
}
.border-y-orange-700\/0 {
  border-top-color: rgb(180 52 3 / 0);
  border-bottom-color: rgb(180 52 3 / 0);
}
.border-y-orange-700\/10 {
  border-top-color: rgb(180 52 3 / 0.1);
  border-bottom-color: rgb(180 52 3 / 0.1);
}
.border-y-orange-700\/100 {
  border-top-color: rgb(180 52 3 / 1);
  border-bottom-color: rgb(180 52 3 / 1);
}
.border-y-orange-700\/15 {
  border-top-color: rgb(180 52 3 / 0.15);
  border-bottom-color: rgb(180 52 3 / 0.15);
}
.border-y-orange-700\/20 {
  border-top-color: rgb(180 52 3 / 0.2);
  border-bottom-color: rgb(180 52 3 / 0.2);
}
.border-y-orange-700\/25 {
  border-top-color: rgb(180 52 3 / 0.25);
  border-bottom-color: rgb(180 52 3 / 0.25);
}
.border-y-orange-700\/30 {
  border-top-color: rgb(180 52 3 / 0.3);
  border-bottom-color: rgb(180 52 3 / 0.3);
}
.border-y-orange-700\/35 {
  border-top-color: rgb(180 52 3 / 0.35);
  border-bottom-color: rgb(180 52 3 / 0.35);
}
.border-y-orange-700\/40 {
  border-top-color: rgb(180 52 3 / 0.4);
  border-bottom-color: rgb(180 52 3 / 0.4);
}
.border-y-orange-700\/45 {
  border-top-color: rgb(180 52 3 / 0.45);
  border-bottom-color: rgb(180 52 3 / 0.45);
}
.border-y-orange-700\/5 {
  border-top-color: rgb(180 52 3 / 0.05);
  border-bottom-color: rgb(180 52 3 / 0.05);
}
.border-y-orange-700\/50 {
  border-top-color: rgb(180 52 3 / 0.5);
  border-bottom-color: rgb(180 52 3 / 0.5);
}
.border-y-orange-700\/55 {
  border-top-color: rgb(180 52 3 / 0.55);
  border-bottom-color: rgb(180 52 3 / 0.55);
}
.border-y-orange-700\/60 {
  border-top-color: rgb(180 52 3 / 0.6);
  border-bottom-color: rgb(180 52 3 / 0.6);
}
.border-y-orange-700\/65 {
  border-top-color: rgb(180 52 3 / 0.65);
  border-bottom-color: rgb(180 52 3 / 0.65);
}
.border-y-orange-700\/70 {
  border-top-color: rgb(180 52 3 / 0.7);
  border-bottom-color: rgb(180 52 3 / 0.7);
}
.border-y-orange-700\/75 {
  border-top-color: rgb(180 52 3 / 0.75);
  border-bottom-color: rgb(180 52 3 / 0.75);
}
.border-y-orange-700\/80 {
  border-top-color: rgb(180 52 3 / 0.8);
  border-bottom-color: rgb(180 52 3 / 0.8);
}
.border-y-orange-700\/85 {
  border-top-color: rgb(180 52 3 / 0.85);
  border-bottom-color: rgb(180 52 3 / 0.85);
}
.border-y-orange-700\/90 {
  border-top-color: rgb(180 52 3 / 0.9);
  border-bottom-color: rgb(180 52 3 / 0.9);
}
.border-y-orange-700\/95 {
  border-top-color: rgb(180 52 3 / 0.95);
  border-bottom-color: rgb(180 52 3 / 0.95);
}
.border-y-orange-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(138 44 13 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(138 44 13 / var(--tw-border-opacity, 1));
}
.border-y-orange-800\/0 {
  border-top-color: rgb(138 44 13 / 0);
  border-bottom-color: rgb(138 44 13 / 0);
}
.border-y-orange-800\/10 {
  border-top-color: rgb(138 44 13 / 0.1);
  border-bottom-color: rgb(138 44 13 / 0.1);
}
.border-y-orange-800\/100 {
  border-top-color: rgb(138 44 13 / 1);
  border-bottom-color: rgb(138 44 13 / 1);
}
.border-y-orange-800\/15 {
  border-top-color: rgb(138 44 13 / 0.15);
  border-bottom-color: rgb(138 44 13 / 0.15);
}
.border-y-orange-800\/20 {
  border-top-color: rgb(138 44 13 / 0.2);
  border-bottom-color: rgb(138 44 13 / 0.2);
}
.border-y-orange-800\/25 {
  border-top-color: rgb(138 44 13 / 0.25);
  border-bottom-color: rgb(138 44 13 / 0.25);
}
.border-y-orange-800\/30 {
  border-top-color: rgb(138 44 13 / 0.3);
  border-bottom-color: rgb(138 44 13 / 0.3);
}
.border-y-orange-800\/35 {
  border-top-color: rgb(138 44 13 / 0.35);
  border-bottom-color: rgb(138 44 13 / 0.35);
}
.border-y-orange-800\/40 {
  border-top-color: rgb(138 44 13 / 0.4);
  border-bottom-color: rgb(138 44 13 / 0.4);
}
.border-y-orange-800\/45 {
  border-top-color: rgb(138 44 13 / 0.45);
  border-bottom-color: rgb(138 44 13 / 0.45);
}
.border-y-orange-800\/5 {
  border-top-color: rgb(138 44 13 / 0.05);
  border-bottom-color: rgb(138 44 13 / 0.05);
}
.border-y-orange-800\/50 {
  border-top-color: rgb(138 44 13 / 0.5);
  border-bottom-color: rgb(138 44 13 / 0.5);
}
.border-y-orange-800\/55 {
  border-top-color: rgb(138 44 13 / 0.55);
  border-bottom-color: rgb(138 44 13 / 0.55);
}
.border-y-orange-800\/60 {
  border-top-color: rgb(138 44 13 / 0.6);
  border-bottom-color: rgb(138 44 13 / 0.6);
}
.border-y-orange-800\/65 {
  border-top-color: rgb(138 44 13 / 0.65);
  border-bottom-color: rgb(138 44 13 / 0.65);
}
.border-y-orange-800\/70 {
  border-top-color: rgb(138 44 13 / 0.7);
  border-bottom-color: rgb(138 44 13 / 0.7);
}
.border-y-orange-800\/75 {
  border-top-color: rgb(138 44 13 / 0.75);
  border-bottom-color: rgb(138 44 13 / 0.75);
}
.border-y-orange-800\/80 {
  border-top-color: rgb(138 44 13 / 0.8);
  border-bottom-color: rgb(138 44 13 / 0.8);
}
.border-y-orange-800\/85 {
  border-top-color: rgb(138 44 13 / 0.85);
  border-bottom-color: rgb(138 44 13 / 0.85);
}
.border-y-orange-800\/90 {
  border-top-color: rgb(138 44 13 / 0.9);
  border-bottom-color: rgb(138 44 13 / 0.9);
}
.border-y-orange-800\/95 {
  border-top-color: rgb(138 44 13 / 0.95);
  border-bottom-color: rgb(138 44 13 / 0.95);
}
.border-y-orange-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(119 29 29 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(119 29 29 / var(--tw-border-opacity, 1));
}
.border-y-orange-900\/0 {
  border-top-color: rgb(119 29 29 / 0);
  border-bottom-color: rgb(119 29 29 / 0);
}
.border-y-orange-900\/10 {
  border-top-color: rgb(119 29 29 / 0.1);
  border-bottom-color: rgb(119 29 29 / 0.1);
}
.border-y-orange-900\/100 {
  border-top-color: rgb(119 29 29 / 1);
  border-bottom-color: rgb(119 29 29 / 1);
}
.border-y-orange-900\/15 {
  border-top-color: rgb(119 29 29 / 0.15);
  border-bottom-color: rgb(119 29 29 / 0.15);
}
.border-y-orange-900\/20 {
  border-top-color: rgb(119 29 29 / 0.2);
  border-bottom-color: rgb(119 29 29 / 0.2);
}
.border-y-orange-900\/25 {
  border-top-color: rgb(119 29 29 / 0.25);
  border-bottom-color: rgb(119 29 29 / 0.25);
}
.border-y-orange-900\/30 {
  border-top-color: rgb(119 29 29 / 0.3);
  border-bottom-color: rgb(119 29 29 / 0.3);
}
.border-y-orange-900\/35 {
  border-top-color: rgb(119 29 29 / 0.35);
  border-bottom-color: rgb(119 29 29 / 0.35);
}
.border-y-orange-900\/40 {
  border-top-color: rgb(119 29 29 / 0.4);
  border-bottom-color: rgb(119 29 29 / 0.4);
}
.border-y-orange-900\/45 {
  border-top-color: rgb(119 29 29 / 0.45);
  border-bottom-color: rgb(119 29 29 / 0.45);
}
.border-y-orange-900\/5 {
  border-top-color: rgb(119 29 29 / 0.05);
  border-bottom-color: rgb(119 29 29 / 0.05);
}
.border-y-orange-900\/50 {
  border-top-color: rgb(119 29 29 / 0.5);
  border-bottom-color: rgb(119 29 29 / 0.5);
}
.border-y-orange-900\/55 {
  border-top-color: rgb(119 29 29 / 0.55);
  border-bottom-color: rgb(119 29 29 / 0.55);
}
.border-y-orange-900\/60 {
  border-top-color: rgb(119 29 29 / 0.6);
  border-bottom-color: rgb(119 29 29 / 0.6);
}
.border-y-orange-900\/65 {
  border-top-color: rgb(119 29 29 / 0.65);
  border-bottom-color: rgb(119 29 29 / 0.65);
}
.border-y-orange-900\/70 {
  border-top-color: rgb(119 29 29 / 0.7);
  border-bottom-color: rgb(119 29 29 / 0.7);
}
.border-y-orange-900\/75 {
  border-top-color: rgb(119 29 29 / 0.75);
  border-bottom-color: rgb(119 29 29 / 0.75);
}
.border-y-orange-900\/80 {
  border-top-color: rgb(119 29 29 / 0.8);
  border-bottom-color: rgb(119 29 29 / 0.8);
}
.border-y-orange-900\/85 {
  border-top-color: rgb(119 29 29 / 0.85);
  border-bottom-color: rgb(119 29 29 / 0.85);
}
.border-y-orange-900\/90 {
  border-top-color: rgb(119 29 29 / 0.9);
  border-bottom-color: rgb(119 29 29 / 0.9);
}
.border-y-orange-900\/95 {
  border-top-color: rgb(119 29 29 / 0.95);
  border-bottom-color: rgb(119 29 29 / 0.95);
}
.border-y-pink-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(252 232 243 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(252 232 243 / var(--tw-border-opacity, 1));
}
.border-y-pink-100\/0 {
  border-top-color: rgb(252 232 243 / 0);
  border-bottom-color: rgb(252 232 243 / 0);
}
.border-y-pink-100\/10 {
  border-top-color: rgb(252 232 243 / 0.1);
  border-bottom-color: rgb(252 232 243 / 0.1);
}
.border-y-pink-100\/100 {
  border-top-color: rgb(252 232 243 / 1);
  border-bottom-color: rgb(252 232 243 / 1);
}
.border-y-pink-100\/15 {
  border-top-color: rgb(252 232 243 / 0.15);
  border-bottom-color: rgb(252 232 243 / 0.15);
}
.border-y-pink-100\/20 {
  border-top-color: rgb(252 232 243 / 0.2);
  border-bottom-color: rgb(252 232 243 / 0.2);
}
.border-y-pink-100\/25 {
  border-top-color: rgb(252 232 243 / 0.25);
  border-bottom-color: rgb(252 232 243 / 0.25);
}
.border-y-pink-100\/30 {
  border-top-color: rgb(252 232 243 / 0.3);
  border-bottom-color: rgb(252 232 243 / 0.3);
}
.border-y-pink-100\/35 {
  border-top-color: rgb(252 232 243 / 0.35);
  border-bottom-color: rgb(252 232 243 / 0.35);
}
.border-y-pink-100\/40 {
  border-top-color: rgb(252 232 243 / 0.4);
  border-bottom-color: rgb(252 232 243 / 0.4);
}
.border-y-pink-100\/45 {
  border-top-color: rgb(252 232 243 / 0.45);
  border-bottom-color: rgb(252 232 243 / 0.45);
}
.border-y-pink-100\/5 {
  border-top-color: rgb(252 232 243 / 0.05);
  border-bottom-color: rgb(252 232 243 / 0.05);
}
.border-y-pink-100\/50 {
  border-top-color: rgb(252 232 243 / 0.5);
  border-bottom-color: rgb(252 232 243 / 0.5);
}
.border-y-pink-100\/55 {
  border-top-color: rgb(252 232 243 / 0.55);
  border-bottom-color: rgb(252 232 243 / 0.55);
}
.border-y-pink-100\/60 {
  border-top-color: rgb(252 232 243 / 0.6);
  border-bottom-color: rgb(252 232 243 / 0.6);
}
.border-y-pink-100\/65 {
  border-top-color: rgb(252 232 243 / 0.65);
  border-bottom-color: rgb(252 232 243 / 0.65);
}
.border-y-pink-100\/70 {
  border-top-color: rgb(252 232 243 / 0.7);
  border-bottom-color: rgb(252 232 243 / 0.7);
}
.border-y-pink-100\/75 {
  border-top-color: rgb(252 232 243 / 0.75);
  border-bottom-color: rgb(252 232 243 / 0.75);
}
.border-y-pink-100\/80 {
  border-top-color: rgb(252 232 243 / 0.8);
  border-bottom-color: rgb(252 232 243 / 0.8);
}
.border-y-pink-100\/85 {
  border-top-color: rgb(252 232 243 / 0.85);
  border-bottom-color: rgb(252 232 243 / 0.85);
}
.border-y-pink-100\/90 {
  border-top-color: rgb(252 232 243 / 0.9);
  border-bottom-color: rgb(252 232 243 / 0.9);
}
.border-y-pink-100\/95 {
  border-top-color: rgb(252 232 243 / 0.95);
  border-bottom-color: rgb(252 232 243 / 0.95);
}
.border-y-pink-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 209 232 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(250 209 232 / var(--tw-border-opacity, 1));
}
.border-y-pink-200\/0 {
  border-top-color: rgb(250 209 232 / 0);
  border-bottom-color: rgb(250 209 232 / 0);
}
.border-y-pink-200\/10 {
  border-top-color: rgb(250 209 232 / 0.1);
  border-bottom-color: rgb(250 209 232 / 0.1);
}
.border-y-pink-200\/100 {
  border-top-color: rgb(250 209 232 / 1);
  border-bottom-color: rgb(250 209 232 / 1);
}
.border-y-pink-200\/15 {
  border-top-color: rgb(250 209 232 / 0.15);
  border-bottom-color: rgb(250 209 232 / 0.15);
}
.border-y-pink-200\/20 {
  border-top-color: rgb(250 209 232 / 0.2);
  border-bottom-color: rgb(250 209 232 / 0.2);
}
.border-y-pink-200\/25 {
  border-top-color: rgb(250 209 232 / 0.25);
  border-bottom-color: rgb(250 209 232 / 0.25);
}
.border-y-pink-200\/30 {
  border-top-color: rgb(250 209 232 / 0.3);
  border-bottom-color: rgb(250 209 232 / 0.3);
}
.border-y-pink-200\/35 {
  border-top-color: rgb(250 209 232 / 0.35);
  border-bottom-color: rgb(250 209 232 / 0.35);
}
.border-y-pink-200\/40 {
  border-top-color: rgb(250 209 232 / 0.4);
  border-bottom-color: rgb(250 209 232 / 0.4);
}
.border-y-pink-200\/45 {
  border-top-color: rgb(250 209 232 / 0.45);
  border-bottom-color: rgb(250 209 232 / 0.45);
}
.border-y-pink-200\/5 {
  border-top-color: rgb(250 209 232 / 0.05);
  border-bottom-color: rgb(250 209 232 / 0.05);
}
.border-y-pink-200\/50 {
  border-top-color: rgb(250 209 232 / 0.5);
  border-bottom-color: rgb(250 209 232 / 0.5);
}
.border-y-pink-200\/55 {
  border-top-color: rgb(250 209 232 / 0.55);
  border-bottom-color: rgb(250 209 232 / 0.55);
}
.border-y-pink-200\/60 {
  border-top-color: rgb(250 209 232 / 0.6);
  border-bottom-color: rgb(250 209 232 / 0.6);
}
.border-y-pink-200\/65 {
  border-top-color: rgb(250 209 232 / 0.65);
  border-bottom-color: rgb(250 209 232 / 0.65);
}
.border-y-pink-200\/70 {
  border-top-color: rgb(250 209 232 / 0.7);
  border-bottom-color: rgb(250 209 232 / 0.7);
}
.border-y-pink-200\/75 {
  border-top-color: rgb(250 209 232 / 0.75);
  border-bottom-color: rgb(250 209 232 / 0.75);
}
.border-y-pink-200\/80 {
  border-top-color: rgb(250 209 232 / 0.8);
  border-bottom-color: rgb(250 209 232 / 0.8);
}
.border-y-pink-200\/85 {
  border-top-color: rgb(250 209 232 / 0.85);
  border-bottom-color: rgb(250 209 232 / 0.85);
}
.border-y-pink-200\/90 {
  border-top-color: rgb(250 209 232 / 0.9);
  border-bottom-color: rgb(250 209 232 / 0.9);
}
.border-y-pink-200\/95 {
  border-top-color: rgb(250 209 232 / 0.95);
  border-bottom-color: rgb(250 209 232 / 0.95);
}
.border-y-pink-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(248 180 217 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(248 180 217 / var(--tw-border-opacity, 1));
}
.border-y-pink-300\/0 {
  border-top-color: rgb(248 180 217 / 0);
  border-bottom-color: rgb(248 180 217 / 0);
}
.border-y-pink-300\/10 {
  border-top-color: rgb(248 180 217 / 0.1);
  border-bottom-color: rgb(248 180 217 / 0.1);
}
.border-y-pink-300\/100 {
  border-top-color: rgb(248 180 217 / 1);
  border-bottom-color: rgb(248 180 217 / 1);
}
.border-y-pink-300\/15 {
  border-top-color: rgb(248 180 217 / 0.15);
  border-bottom-color: rgb(248 180 217 / 0.15);
}
.border-y-pink-300\/20 {
  border-top-color: rgb(248 180 217 / 0.2);
  border-bottom-color: rgb(248 180 217 / 0.2);
}
.border-y-pink-300\/25 {
  border-top-color: rgb(248 180 217 / 0.25);
  border-bottom-color: rgb(248 180 217 / 0.25);
}
.border-y-pink-300\/30 {
  border-top-color: rgb(248 180 217 / 0.3);
  border-bottom-color: rgb(248 180 217 / 0.3);
}
.border-y-pink-300\/35 {
  border-top-color: rgb(248 180 217 / 0.35);
  border-bottom-color: rgb(248 180 217 / 0.35);
}
.border-y-pink-300\/40 {
  border-top-color: rgb(248 180 217 / 0.4);
  border-bottom-color: rgb(248 180 217 / 0.4);
}
.border-y-pink-300\/45 {
  border-top-color: rgb(248 180 217 / 0.45);
  border-bottom-color: rgb(248 180 217 / 0.45);
}
.border-y-pink-300\/5 {
  border-top-color: rgb(248 180 217 / 0.05);
  border-bottom-color: rgb(248 180 217 / 0.05);
}
.border-y-pink-300\/50 {
  border-top-color: rgb(248 180 217 / 0.5);
  border-bottom-color: rgb(248 180 217 / 0.5);
}
.border-y-pink-300\/55 {
  border-top-color: rgb(248 180 217 / 0.55);
  border-bottom-color: rgb(248 180 217 / 0.55);
}
.border-y-pink-300\/60 {
  border-top-color: rgb(248 180 217 / 0.6);
  border-bottom-color: rgb(248 180 217 / 0.6);
}
.border-y-pink-300\/65 {
  border-top-color: rgb(248 180 217 / 0.65);
  border-bottom-color: rgb(248 180 217 / 0.65);
}
.border-y-pink-300\/70 {
  border-top-color: rgb(248 180 217 / 0.7);
  border-bottom-color: rgb(248 180 217 / 0.7);
}
.border-y-pink-300\/75 {
  border-top-color: rgb(248 180 217 / 0.75);
  border-bottom-color: rgb(248 180 217 / 0.75);
}
.border-y-pink-300\/80 {
  border-top-color: rgb(248 180 217 / 0.8);
  border-bottom-color: rgb(248 180 217 / 0.8);
}
.border-y-pink-300\/85 {
  border-top-color: rgb(248 180 217 / 0.85);
  border-bottom-color: rgb(248 180 217 / 0.85);
}
.border-y-pink-300\/90 {
  border-top-color: rgb(248 180 217 / 0.9);
  border-bottom-color: rgb(248 180 217 / 0.9);
}
.border-y-pink-300\/95 {
  border-top-color: rgb(248 180 217 / 0.95);
  border-bottom-color: rgb(248 180 217 / 0.95);
}
.border-y-pink-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(241 126 184 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(241 126 184 / var(--tw-border-opacity, 1));
}
.border-y-pink-400\/0 {
  border-top-color: rgb(241 126 184 / 0);
  border-bottom-color: rgb(241 126 184 / 0);
}
.border-y-pink-400\/10 {
  border-top-color: rgb(241 126 184 / 0.1);
  border-bottom-color: rgb(241 126 184 / 0.1);
}
.border-y-pink-400\/100 {
  border-top-color: rgb(241 126 184 / 1);
  border-bottom-color: rgb(241 126 184 / 1);
}
.border-y-pink-400\/15 {
  border-top-color: rgb(241 126 184 / 0.15);
  border-bottom-color: rgb(241 126 184 / 0.15);
}
.border-y-pink-400\/20 {
  border-top-color: rgb(241 126 184 / 0.2);
  border-bottom-color: rgb(241 126 184 / 0.2);
}
.border-y-pink-400\/25 {
  border-top-color: rgb(241 126 184 / 0.25);
  border-bottom-color: rgb(241 126 184 / 0.25);
}
.border-y-pink-400\/30 {
  border-top-color: rgb(241 126 184 / 0.3);
  border-bottom-color: rgb(241 126 184 / 0.3);
}
.border-y-pink-400\/35 {
  border-top-color: rgb(241 126 184 / 0.35);
  border-bottom-color: rgb(241 126 184 / 0.35);
}
.border-y-pink-400\/40 {
  border-top-color: rgb(241 126 184 / 0.4);
  border-bottom-color: rgb(241 126 184 / 0.4);
}
.border-y-pink-400\/45 {
  border-top-color: rgb(241 126 184 / 0.45);
  border-bottom-color: rgb(241 126 184 / 0.45);
}
.border-y-pink-400\/5 {
  border-top-color: rgb(241 126 184 / 0.05);
  border-bottom-color: rgb(241 126 184 / 0.05);
}
.border-y-pink-400\/50 {
  border-top-color: rgb(241 126 184 / 0.5);
  border-bottom-color: rgb(241 126 184 / 0.5);
}
.border-y-pink-400\/55 {
  border-top-color: rgb(241 126 184 / 0.55);
  border-bottom-color: rgb(241 126 184 / 0.55);
}
.border-y-pink-400\/60 {
  border-top-color: rgb(241 126 184 / 0.6);
  border-bottom-color: rgb(241 126 184 / 0.6);
}
.border-y-pink-400\/65 {
  border-top-color: rgb(241 126 184 / 0.65);
  border-bottom-color: rgb(241 126 184 / 0.65);
}
.border-y-pink-400\/70 {
  border-top-color: rgb(241 126 184 / 0.7);
  border-bottom-color: rgb(241 126 184 / 0.7);
}
.border-y-pink-400\/75 {
  border-top-color: rgb(241 126 184 / 0.75);
  border-bottom-color: rgb(241 126 184 / 0.75);
}
.border-y-pink-400\/80 {
  border-top-color: rgb(241 126 184 / 0.8);
  border-bottom-color: rgb(241 126 184 / 0.8);
}
.border-y-pink-400\/85 {
  border-top-color: rgb(241 126 184 / 0.85);
  border-bottom-color: rgb(241 126 184 / 0.85);
}
.border-y-pink-400\/90 {
  border-top-color: rgb(241 126 184 / 0.9);
  border-bottom-color: rgb(241 126 184 / 0.9);
}
.border-y-pink-400\/95 {
  border-top-color: rgb(241 126 184 / 0.95);
  border-bottom-color: rgb(241 126 184 / 0.95);
}
.border-y-pink-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
}
.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(231 70 148 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(231 70 148 / var(--tw-border-opacity, 1));
}
.border-y-pink-500\/0 {
  border-top-color: rgb(231 70 148 / 0);
  border-bottom-color: rgb(231 70 148 / 0);
}
.border-y-pink-500\/10 {
  border-top-color: rgb(231 70 148 / 0.1);
  border-bottom-color: rgb(231 70 148 / 0.1);
}
.border-y-pink-500\/100 {
  border-top-color: rgb(231 70 148 / 1);
  border-bottom-color: rgb(231 70 148 / 1);
}
.border-y-pink-500\/15 {
  border-top-color: rgb(231 70 148 / 0.15);
  border-bottom-color: rgb(231 70 148 / 0.15);
}
.border-y-pink-500\/20 {
  border-top-color: rgb(231 70 148 / 0.2);
  border-bottom-color: rgb(231 70 148 / 0.2);
}
.border-y-pink-500\/25 {
  border-top-color: rgb(231 70 148 / 0.25);
  border-bottom-color: rgb(231 70 148 / 0.25);
}
.border-y-pink-500\/30 {
  border-top-color: rgb(231 70 148 / 0.3);
  border-bottom-color: rgb(231 70 148 / 0.3);
}
.border-y-pink-500\/35 {
  border-top-color: rgb(231 70 148 / 0.35);
  border-bottom-color: rgb(231 70 148 / 0.35);
}
.border-y-pink-500\/40 {
  border-top-color: rgb(231 70 148 / 0.4);
  border-bottom-color: rgb(231 70 148 / 0.4);
}
.border-y-pink-500\/45 {
  border-top-color: rgb(231 70 148 / 0.45);
  border-bottom-color: rgb(231 70 148 / 0.45);
}
.border-y-pink-500\/5 {
  border-top-color: rgb(231 70 148 / 0.05);
  border-bottom-color: rgb(231 70 148 / 0.05);
}
.border-y-pink-500\/50 {
  border-top-color: rgb(231 70 148 / 0.5);
  border-bottom-color: rgb(231 70 148 / 0.5);
}
.border-y-pink-500\/55 {
  border-top-color: rgb(231 70 148 / 0.55);
  border-bottom-color: rgb(231 70 148 / 0.55);
}
.border-y-pink-500\/60 {
  border-top-color: rgb(231 70 148 / 0.6);
  border-bottom-color: rgb(231 70 148 / 0.6);
}
.border-y-pink-500\/65 {
  border-top-color: rgb(231 70 148 / 0.65);
  border-bottom-color: rgb(231 70 148 / 0.65);
}
.border-y-pink-500\/70 {
  border-top-color: rgb(231 70 148 / 0.7);
  border-bottom-color: rgb(231 70 148 / 0.7);
}
.border-y-pink-500\/75 {
  border-top-color: rgb(231 70 148 / 0.75);
  border-bottom-color: rgb(231 70 148 / 0.75);
}
.border-y-pink-500\/80 {
  border-top-color: rgb(231 70 148 / 0.8);
  border-bottom-color: rgb(231 70 148 / 0.8);
}
.border-y-pink-500\/85 {
  border-top-color: rgb(231 70 148 / 0.85);
  border-bottom-color: rgb(231 70 148 / 0.85);
}
.border-y-pink-500\/90 {
  border-top-color: rgb(231 70 148 / 0.9);
  border-bottom-color: rgb(231 70 148 / 0.9);
}
.border-y-pink-500\/95 {
  border-top-color: rgb(231 70 148 / 0.95);
  border-bottom-color: rgb(231 70 148 / 0.95);
}
.border-y-pink-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(214 31 105 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(214 31 105 / var(--tw-border-opacity, 1));
}
.border-y-pink-600\/0 {
  border-top-color: rgb(214 31 105 / 0);
  border-bottom-color: rgb(214 31 105 / 0);
}
.border-y-pink-600\/10 {
  border-top-color: rgb(214 31 105 / 0.1);
  border-bottom-color: rgb(214 31 105 / 0.1);
}
.border-y-pink-600\/100 {
  border-top-color: rgb(214 31 105 / 1);
  border-bottom-color: rgb(214 31 105 / 1);
}
.border-y-pink-600\/15 {
  border-top-color: rgb(214 31 105 / 0.15);
  border-bottom-color: rgb(214 31 105 / 0.15);
}
.border-y-pink-600\/20 {
  border-top-color: rgb(214 31 105 / 0.2);
  border-bottom-color: rgb(214 31 105 / 0.2);
}
.border-y-pink-600\/25 {
  border-top-color: rgb(214 31 105 / 0.25);
  border-bottom-color: rgb(214 31 105 / 0.25);
}
.border-y-pink-600\/30 {
  border-top-color: rgb(214 31 105 / 0.3);
  border-bottom-color: rgb(214 31 105 / 0.3);
}
.border-y-pink-600\/35 {
  border-top-color: rgb(214 31 105 / 0.35);
  border-bottom-color: rgb(214 31 105 / 0.35);
}
.border-y-pink-600\/40 {
  border-top-color: rgb(214 31 105 / 0.4);
  border-bottom-color: rgb(214 31 105 / 0.4);
}
.border-y-pink-600\/45 {
  border-top-color: rgb(214 31 105 / 0.45);
  border-bottom-color: rgb(214 31 105 / 0.45);
}
.border-y-pink-600\/5 {
  border-top-color: rgb(214 31 105 / 0.05);
  border-bottom-color: rgb(214 31 105 / 0.05);
}
.border-y-pink-600\/50 {
  border-top-color: rgb(214 31 105 / 0.5);
  border-bottom-color: rgb(214 31 105 / 0.5);
}
.border-y-pink-600\/55 {
  border-top-color: rgb(214 31 105 / 0.55);
  border-bottom-color: rgb(214 31 105 / 0.55);
}
.border-y-pink-600\/60 {
  border-top-color: rgb(214 31 105 / 0.6);
  border-bottom-color: rgb(214 31 105 / 0.6);
}
.border-y-pink-600\/65 {
  border-top-color: rgb(214 31 105 / 0.65);
  border-bottom-color: rgb(214 31 105 / 0.65);
}
.border-y-pink-600\/70 {
  border-top-color: rgb(214 31 105 / 0.7);
  border-bottom-color: rgb(214 31 105 / 0.7);
}
.border-y-pink-600\/75 {
  border-top-color: rgb(214 31 105 / 0.75);
  border-bottom-color: rgb(214 31 105 / 0.75);
}
.border-y-pink-600\/80 {
  border-top-color: rgb(214 31 105 / 0.8);
  border-bottom-color: rgb(214 31 105 / 0.8);
}
.border-y-pink-600\/85 {
  border-top-color: rgb(214 31 105 / 0.85);
  border-bottom-color: rgb(214 31 105 / 0.85);
}
.border-y-pink-600\/90 {
  border-top-color: rgb(214 31 105 / 0.9);
  border-bottom-color: rgb(214 31 105 / 0.9);
}
.border-y-pink-600\/95 {
  border-top-color: rgb(214 31 105 / 0.95);
  border-bottom-color: rgb(214 31 105 / 0.95);
}
.border-y-pink-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(191 18 93 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(191 18 93 / var(--tw-border-opacity, 1));
}
.border-y-pink-700\/0 {
  border-top-color: rgb(191 18 93 / 0);
  border-bottom-color: rgb(191 18 93 / 0);
}
.border-y-pink-700\/10 {
  border-top-color: rgb(191 18 93 / 0.1);
  border-bottom-color: rgb(191 18 93 / 0.1);
}
.border-y-pink-700\/100 {
  border-top-color: rgb(191 18 93 / 1);
  border-bottom-color: rgb(191 18 93 / 1);
}
.border-y-pink-700\/15 {
  border-top-color: rgb(191 18 93 / 0.15);
  border-bottom-color: rgb(191 18 93 / 0.15);
}
.border-y-pink-700\/20 {
  border-top-color: rgb(191 18 93 / 0.2);
  border-bottom-color: rgb(191 18 93 / 0.2);
}
.border-y-pink-700\/25 {
  border-top-color: rgb(191 18 93 / 0.25);
  border-bottom-color: rgb(191 18 93 / 0.25);
}
.border-y-pink-700\/30 {
  border-top-color: rgb(191 18 93 / 0.3);
  border-bottom-color: rgb(191 18 93 / 0.3);
}
.border-y-pink-700\/35 {
  border-top-color: rgb(191 18 93 / 0.35);
  border-bottom-color: rgb(191 18 93 / 0.35);
}
.border-y-pink-700\/40 {
  border-top-color: rgb(191 18 93 / 0.4);
  border-bottom-color: rgb(191 18 93 / 0.4);
}
.border-y-pink-700\/45 {
  border-top-color: rgb(191 18 93 / 0.45);
  border-bottom-color: rgb(191 18 93 / 0.45);
}
.border-y-pink-700\/5 {
  border-top-color: rgb(191 18 93 / 0.05);
  border-bottom-color: rgb(191 18 93 / 0.05);
}
.border-y-pink-700\/50 {
  border-top-color: rgb(191 18 93 / 0.5);
  border-bottom-color: rgb(191 18 93 / 0.5);
}
.border-y-pink-700\/55 {
  border-top-color: rgb(191 18 93 / 0.55);
  border-bottom-color: rgb(191 18 93 / 0.55);
}
.border-y-pink-700\/60 {
  border-top-color: rgb(191 18 93 / 0.6);
  border-bottom-color: rgb(191 18 93 / 0.6);
}
.border-y-pink-700\/65 {
  border-top-color: rgb(191 18 93 / 0.65);
  border-bottom-color: rgb(191 18 93 / 0.65);
}
.border-y-pink-700\/70 {
  border-top-color: rgb(191 18 93 / 0.7);
  border-bottom-color: rgb(191 18 93 / 0.7);
}
.border-y-pink-700\/75 {
  border-top-color: rgb(191 18 93 / 0.75);
  border-bottom-color: rgb(191 18 93 / 0.75);
}
.border-y-pink-700\/80 {
  border-top-color: rgb(191 18 93 / 0.8);
  border-bottom-color: rgb(191 18 93 / 0.8);
}
.border-y-pink-700\/85 {
  border-top-color: rgb(191 18 93 / 0.85);
  border-bottom-color: rgb(191 18 93 / 0.85);
}
.border-y-pink-700\/90 {
  border-top-color: rgb(191 18 93 / 0.9);
  border-bottom-color: rgb(191 18 93 / 0.9);
}
.border-y-pink-700\/95 {
  border-top-color: rgb(191 18 93 / 0.95);
  border-bottom-color: rgb(191 18 93 / 0.95);
}
.border-y-pink-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(153 21 75 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(153 21 75 / var(--tw-border-opacity, 1));
}
.border-y-pink-800\/0 {
  border-top-color: rgb(153 21 75 / 0);
  border-bottom-color: rgb(153 21 75 / 0);
}
.border-y-pink-800\/10 {
  border-top-color: rgb(153 21 75 / 0.1);
  border-bottom-color: rgb(153 21 75 / 0.1);
}
.border-y-pink-800\/100 {
  border-top-color: rgb(153 21 75 / 1);
  border-bottom-color: rgb(153 21 75 / 1);
}
.border-y-pink-800\/15 {
  border-top-color: rgb(153 21 75 / 0.15);
  border-bottom-color: rgb(153 21 75 / 0.15);
}
.border-y-pink-800\/20 {
  border-top-color: rgb(153 21 75 / 0.2);
  border-bottom-color: rgb(153 21 75 / 0.2);
}
.border-y-pink-800\/25 {
  border-top-color: rgb(153 21 75 / 0.25);
  border-bottom-color: rgb(153 21 75 / 0.25);
}
.border-y-pink-800\/30 {
  border-top-color: rgb(153 21 75 / 0.3);
  border-bottom-color: rgb(153 21 75 / 0.3);
}
.border-y-pink-800\/35 {
  border-top-color: rgb(153 21 75 / 0.35);
  border-bottom-color: rgb(153 21 75 / 0.35);
}
.border-y-pink-800\/40 {
  border-top-color: rgb(153 21 75 / 0.4);
  border-bottom-color: rgb(153 21 75 / 0.4);
}
.border-y-pink-800\/45 {
  border-top-color: rgb(153 21 75 / 0.45);
  border-bottom-color: rgb(153 21 75 / 0.45);
}
.border-y-pink-800\/5 {
  border-top-color: rgb(153 21 75 / 0.05);
  border-bottom-color: rgb(153 21 75 / 0.05);
}
.border-y-pink-800\/50 {
  border-top-color: rgb(153 21 75 / 0.5);
  border-bottom-color: rgb(153 21 75 / 0.5);
}
.border-y-pink-800\/55 {
  border-top-color: rgb(153 21 75 / 0.55);
  border-bottom-color: rgb(153 21 75 / 0.55);
}
.border-y-pink-800\/60 {
  border-top-color: rgb(153 21 75 / 0.6);
  border-bottom-color: rgb(153 21 75 / 0.6);
}
.border-y-pink-800\/65 {
  border-top-color: rgb(153 21 75 / 0.65);
  border-bottom-color: rgb(153 21 75 / 0.65);
}
.border-y-pink-800\/70 {
  border-top-color: rgb(153 21 75 / 0.7);
  border-bottom-color: rgb(153 21 75 / 0.7);
}
.border-y-pink-800\/75 {
  border-top-color: rgb(153 21 75 / 0.75);
  border-bottom-color: rgb(153 21 75 / 0.75);
}
.border-y-pink-800\/80 {
  border-top-color: rgb(153 21 75 / 0.8);
  border-bottom-color: rgb(153 21 75 / 0.8);
}
.border-y-pink-800\/85 {
  border-top-color: rgb(153 21 75 / 0.85);
  border-bottom-color: rgb(153 21 75 / 0.85);
}
.border-y-pink-800\/90 {
  border-top-color: rgb(153 21 75 / 0.9);
  border-bottom-color: rgb(153 21 75 / 0.9);
}
.border-y-pink-800\/95 {
  border-top-color: rgb(153 21 75 / 0.95);
  border-bottom-color: rgb(153 21 75 / 0.95);
}
.border-y-pink-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(117 26 61 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(117 26 61 / var(--tw-border-opacity, 1));
}
.border-y-pink-900\/0 {
  border-top-color: rgb(117 26 61 / 0);
  border-bottom-color: rgb(117 26 61 / 0);
}
.border-y-pink-900\/10 {
  border-top-color: rgb(117 26 61 / 0.1);
  border-bottom-color: rgb(117 26 61 / 0.1);
}
.border-y-pink-900\/100 {
  border-top-color: rgb(117 26 61 / 1);
  border-bottom-color: rgb(117 26 61 / 1);
}
.border-y-pink-900\/15 {
  border-top-color: rgb(117 26 61 / 0.15);
  border-bottom-color: rgb(117 26 61 / 0.15);
}
.border-y-pink-900\/20 {
  border-top-color: rgb(117 26 61 / 0.2);
  border-bottom-color: rgb(117 26 61 / 0.2);
}
.border-y-pink-900\/25 {
  border-top-color: rgb(117 26 61 / 0.25);
  border-bottom-color: rgb(117 26 61 / 0.25);
}
.border-y-pink-900\/30 {
  border-top-color: rgb(117 26 61 / 0.3);
  border-bottom-color: rgb(117 26 61 / 0.3);
}
.border-y-pink-900\/35 {
  border-top-color: rgb(117 26 61 / 0.35);
  border-bottom-color: rgb(117 26 61 / 0.35);
}
.border-y-pink-900\/40 {
  border-top-color: rgb(117 26 61 / 0.4);
  border-bottom-color: rgb(117 26 61 / 0.4);
}
.border-y-pink-900\/45 {
  border-top-color: rgb(117 26 61 / 0.45);
  border-bottom-color: rgb(117 26 61 / 0.45);
}
.border-y-pink-900\/5 {
  border-top-color: rgb(117 26 61 / 0.05);
  border-bottom-color: rgb(117 26 61 / 0.05);
}
.border-y-pink-900\/50 {
  border-top-color: rgb(117 26 61 / 0.5);
  border-bottom-color: rgb(117 26 61 / 0.5);
}
.border-y-pink-900\/55 {
  border-top-color: rgb(117 26 61 / 0.55);
  border-bottom-color: rgb(117 26 61 / 0.55);
}
.border-y-pink-900\/60 {
  border-top-color: rgb(117 26 61 / 0.6);
  border-bottom-color: rgb(117 26 61 / 0.6);
}
.border-y-pink-900\/65 {
  border-top-color: rgb(117 26 61 / 0.65);
  border-bottom-color: rgb(117 26 61 / 0.65);
}
.border-y-pink-900\/70 {
  border-top-color: rgb(117 26 61 / 0.7);
  border-bottom-color: rgb(117 26 61 / 0.7);
}
.border-y-pink-900\/75 {
  border-top-color: rgb(117 26 61 / 0.75);
  border-bottom-color: rgb(117 26 61 / 0.75);
}
.border-y-pink-900\/80 {
  border-top-color: rgb(117 26 61 / 0.8);
  border-bottom-color: rgb(117 26 61 / 0.8);
}
.border-y-pink-900\/85 {
  border-top-color: rgb(117 26 61 / 0.85);
  border-bottom-color: rgb(117 26 61 / 0.85);
}
.border-y-pink-900\/90 {
  border-top-color: rgb(117 26 61 / 0.9);
  border-bottom-color: rgb(117 26 61 / 0.9);
}
.border-y-pink-900\/95 {
  border-top-color: rgb(117 26 61 / 0.95);
  border-bottom-color: rgb(117 26 61 / 0.95);
}
.border-y-primary-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.border-y-primary-100\/0 {
  border-top-color: rgb(254 226 226 / 0);
  border-bottom-color: rgb(254 226 226 / 0);
}
.border-y-primary-100\/10 {
  border-top-color: rgb(254 226 226 / 0.1);
  border-bottom-color: rgb(254 226 226 / 0.1);
}
.border-y-primary-100\/100 {
  border-top-color: rgb(254 226 226 / 1);
  border-bottom-color: rgb(254 226 226 / 1);
}
.border-y-primary-100\/15 {
  border-top-color: rgb(254 226 226 / 0.15);
  border-bottom-color: rgb(254 226 226 / 0.15);
}
.border-y-primary-100\/20 {
  border-top-color: rgb(254 226 226 / 0.2);
  border-bottom-color: rgb(254 226 226 / 0.2);
}
.border-y-primary-100\/25 {
  border-top-color: rgb(254 226 226 / 0.25);
  border-bottom-color: rgb(254 226 226 / 0.25);
}
.border-y-primary-100\/30 {
  border-top-color: rgb(254 226 226 / 0.3);
  border-bottom-color: rgb(254 226 226 / 0.3);
}
.border-y-primary-100\/35 {
  border-top-color: rgb(254 226 226 / 0.35);
  border-bottom-color: rgb(254 226 226 / 0.35);
}
.border-y-primary-100\/40 {
  border-top-color: rgb(254 226 226 / 0.4);
  border-bottom-color: rgb(254 226 226 / 0.4);
}
.border-y-primary-100\/45 {
  border-top-color: rgb(254 226 226 / 0.45);
  border-bottom-color: rgb(254 226 226 / 0.45);
}
.border-y-primary-100\/5 {
  border-top-color: rgb(254 226 226 / 0.05);
  border-bottom-color: rgb(254 226 226 / 0.05);
}
.border-y-primary-100\/50 {
  border-top-color: rgb(254 226 226 / 0.5);
  border-bottom-color: rgb(254 226 226 / 0.5);
}
.border-y-primary-100\/55 {
  border-top-color: rgb(254 226 226 / 0.55);
  border-bottom-color: rgb(254 226 226 / 0.55);
}
.border-y-primary-100\/60 {
  border-top-color: rgb(254 226 226 / 0.6);
  border-bottom-color: rgb(254 226 226 / 0.6);
}
.border-y-primary-100\/65 {
  border-top-color: rgb(254 226 226 / 0.65);
  border-bottom-color: rgb(254 226 226 / 0.65);
}
.border-y-primary-100\/70 {
  border-top-color: rgb(254 226 226 / 0.7);
  border-bottom-color: rgb(254 226 226 / 0.7);
}
.border-y-primary-100\/75 {
  border-top-color: rgb(254 226 226 / 0.75);
  border-bottom-color: rgb(254 226 226 / 0.75);
}
.border-y-primary-100\/80 {
  border-top-color: rgb(254 226 226 / 0.8);
  border-bottom-color: rgb(254 226 226 / 0.8);
}
.border-y-primary-100\/85 {
  border-top-color: rgb(254 226 226 / 0.85);
  border-bottom-color: rgb(254 226 226 / 0.85);
}
.border-y-primary-100\/90 {
  border-top-color: rgb(254 226 226 / 0.9);
  border-bottom-color: rgb(254 226 226 / 0.9);
}
.border-y-primary-100\/95 {
  border-top-color: rgb(254 226 226 / 0.95);
  border-bottom-color: rgb(254 226 226 / 0.95);
}
.border-y-primary-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-y-primary-200\/0 {
  border-top-color: rgb(254 202 202 / 0);
  border-bottom-color: rgb(254 202 202 / 0);
}
.border-y-primary-200\/10 {
  border-top-color: rgb(254 202 202 / 0.1);
  border-bottom-color: rgb(254 202 202 / 0.1);
}
.border-y-primary-200\/100 {
  border-top-color: rgb(254 202 202 / 1);
  border-bottom-color: rgb(254 202 202 / 1);
}
.border-y-primary-200\/15 {
  border-top-color: rgb(254 202 202 / 0.15);
  border-bottom-color: rgb(254 202 202 / 0.15);
}
.border-y-primary-200\/20 {
  border-top-color: rgb(254 202 202 / 0.2);
  border-bottom-color: rgb(254 202 202 / 0.2);
}
.border-y-primary-200\/25 {
  border-top-color: rgb(254 202 202 / 0.25);
  border-bottom-color: rgb(254 202 202 / 0.25);
}
.border-y-primary-200\/30 {
  border-top-color: rgb(254 202 202 / 0.3);
  border-bottom-color: rgb(254 202 202 / 0.3);
}
.border-y-primary-200\/35 {
  border-top-color: rgb(254 202 202 / 0.35);
  border-bottom-color: rgb(254 202 202 / 0.35);
}
.border-y-primary-200\/40 {
  border-top-color: rgb(254 202 202 / 0.4);
  border-bottom-color: rgb(254 202 202 / 0.4);
}
.border-y-primary-200\/45 {
  border-top-color: rgb(254 202 202 / 0.45);
  border-bottom-color: rgb(254 202 202 / 0.45);
}
.border-y-primary-200\/5 {
  border-top-color: rgb(254 202 202 / 0.05);
  border-bottom-color: rgb(254 202 202 / 0.05);
}
.border-y-primary-200\/50 {
  border-top-color: rgb(254 202 202 / 0.5);
  border-bottom-color: rgb(254 202 202 / 0.5);
}
.border-y-primary-200\/55 {
  border-top-color: rgb(254 202 202 / 0.55);
  border-bottom-color: rgb(254 202 202 / 0.55);
}
.border-y-primary-200\/60 {
  border-top-color: rgb(254 202 202 / 0.6);
  border-bottom-color: rgb(254 202 202 / 0.6);
}
.border-y-primary-200\/65 {
  border-top-color: rgb(254 202 202 / 0.65);
  border-bottom-color: rgb(254 202 202 / 0.65);
}
.border-y-primary-200\/70 {
  border-top-color: rgb(254 202 202 / 0.7);
  border-bottom-color: rgb(254 202 202 / 0.7);
}
.border-y-primary-200\/75 {
  border-top-color: rgb(254 202 202 / 0.75);
  border-bottom-color: rgb(254 202 202 / 0.75);
}
.border-y-primary-200\/80 {
  border-top-color: rgb(254 202 202 / 0.8);
  border-bottom-color: rgb(254 202 202 / 0.8);
}
.border-y-primary-200\/85 {
  border-top-color: rgb(254 202 202 / 0.85);
  border-bottom-color: rgb(254 202 202 / 0.85);
}
.border-y-primary-200\/90 {
  border-top-color: rgb(254 202 202 / 0.9);
  border-bottom-color: rgb(254 202 202 / 0.9);
}
.border-y-primary-200\/95 {
  border-top-color: rgb(254 202 202 / 0.95);
  border-bottom-color: rgb(254 202 202 / 0.95);
}
.border-y-primary-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-y-primary-300\/0 {
  border-top-color: rgb(252 165 165 / 0);
  border-bottom-color: rgb(252 165 165 / 0);
}
.border-y-primary-300\/10 {
  border-top-color: rgb(252 165 165 / 0.1);
  border-bottom-color: rgb(252 165 165 / 0.1);
}
.border-y-primary-300\/100 {
  border-top-color: rgb(252 165 165 / 1);
  border-bottom-color: rgb(252 165 165 / 1);
}
.border-y-primary-300\/15 {
  border-top-color: rgb(252 165 165 / 0.15);
  border-bottom-color: rgb(252 165 165 / 0.15);
}
.border-y-primary-300\/20 {
  border-top-color: rgb(252 165 165 / 0.2);
  border-bottom-color: rgb(252 165 165 / 0.2);
}
.border-y-primary-300\/25 {
  border-top-color: rgb(252 165 165 / 0.25);
  border-bottom-color: rgb(252 165 165 / 0.25);
}
.border-y-primary-300\/30 {
  border-top-color: rgb(252 165 165 / 0.3);
  border-bottom-color: rgb(252 165 165 / 0.3);
}
.border-y-primary-300\/35 {
  border-top-color: rgb(252 165 165 / 0.35);
  border-bottom-color: rgb(252 165 165 / 0.35);
}
.border-y-primary-300\/40 {
  border-top-color: rgb(252 165 165 / 0.4);
  border-bottom-color: rgb(252 165 165 / 0.4);
}
.border-y-primary-300\/45 {
  border-top-color: rgb(252 165 165 / 0.45);
  border-bottom-color: rgb(252 165 165 / 0.45);
}
.border-y-primary-300\/5 {
  border-top-color: rgb(252 165 165 / 0.05);
  border-bottom-color: rgb(252 165 165 / 0.05);
}
.border-y-primary-300\/50 {
  border-top-color: rgb(252 165 165 / 0.5);
  border-bottom-color: rgb(252 165 165 / 0.5);
}
.border-y-primary-300\/55 {
  border-top-color: rgb(252 165 165 / 0.55);
  border-bottom-color: rgb(252 165 165 / 0.55);
}
.border-y-primary-300\/60 {
  border-top-color: rgb(252 165 165 / 0.6);
  border-bottom-color: rgb(252 165 165 / 0.6);
}
.border-y-primary-300\/65 {
  border-top-color: rgb(252 165 165 / 0.65);
  border-bottom-color: rgb(252 165 165 / 0.65);
}
.border-y-primary-300\/70 {
  border-top-color: rgb(252 165 165 / 0.7);
  border-bottom-color: rgb(252 165 165 / 0.7);
}
.border-y-primary-300\/75 {
  border-top-color: rgb(252 165 165 / 0.75);
  border-bottom-color: rgb(252 165 165 / 0.75);
}
.border-y-primary-300\/80 {
  border-top-color: rgb(252 165 165 / 0.8);
  border-bottom-color: rgb(252 165 165 / 0.8);
}
.border-y-primary-300\/85 {
  border-top-color: rgb(252 165 165 / 0.85);
  border-bottom-color: rgb(252 165 165 / 0.85);
}
.border-y-primary-300\/90 {
  border-top-color: rgb(252 165 165 / 0.9);
  border-bottom-color: rgb(252 165 165 / 0.9);
}
.border-y-primary-300\/95 {
  border-top-color: rgb(252 165 165 / 0.95);
  border-bottom-color: rgb(252 165 165 / 0.95);
}
.border-y-primary-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-y-primary-400\/0 {
  border-top-color: rgb(248 113 113 / 0);
  border-bottom-color: rgb(248 113 113 / 0);
}
.border-y-primary-400\/10 {
  border-top-color: rgb(248 113 113 / 0.1);
  border-bottom-color: rgb(248 113 113 / 0.1);
}
.border-y-primary-400\/100 {
  border-top-color: rgb(248 113 113 / 1);
  border-bottom-color: rgb(248 113 113 / 1);
}
.border-y-primary-400\/15 {
  border-top-color: rgb(248 113 113 / 0.15);
  border-bottom-color: rgb(248 113 113 / 0.15);
}
.border-y-primary-400\/20 {
  border-top-color: rgb(248 113 113 / 0.2);
  border-bottom-color: rgb(248 113 113 / 0.2);
}
.border-y-primary-400\/25 {
  border-top-color: rgb(248 113 113 / 0.25);
  border-bottom-color: rgb(248 113 113 / 0.25);
}
.border-y-primary-400\/30 {
  border-top-color: rgb(248 113 113 / 0.3);
  border-bottom-color: rgb(248 113 113 / 0.3);
}
.border-y-primary-400\/35 {
  border-top-color: rgb(248 113 113 / 0.35);
  border-bottom-color: rgb(248 113 113 / 0.35);
}
.border-y-primary-400\/40 {
  border-top-color: rgb(248 113 113 / 0.4);
  border-bottom-color: rgb(248 113 113 / 0.4);
}
.border-y-primary-400\/45 {
  border-top-color: rgb(248 113 113 / 0.45);
  border-bottom-color: rgb(248 113 113 / 0.45);
}
.border-y-primary-400\/5 {
  border-top-color: rgb(248 113 113 / 0.05);
  border-bottom-color: rgb(248 113 113 / 0.05);
}
.border-y-primary-400\/50 {
  border-top-color: rgb(248 113 113 / 0.5);
  border-bottom-color: rgb(248 113 113 / 0.5);
}
.border-y-primary-400\/55 {
  border-top-color: rgb(248 113 113 / 0.55);
  border-bottom-color: rgb(248 113 113 / 0.55);
}
.border-y-primary-400\/60 {
  border-top-color: rgb(248 113 113 / 0.6);
  border-bottom-color: rgb(248 113 113 / 0.6);
}
.border-y-primary-400\/65 {
  border-top-color: rgb(248 113 113 / 0.65);
  border-bottom-color: rgb(248 113 113 / 0.65);
}
.border-y-primary-400\/70 {
  border-top-color: rgb(248 113 113 / 0.7);
  border-bottom-color: rgb(248 113 113 / 0.7);
}
.border-y-primary-400\/75 {
  border-top-color: rgb(248 113 113 / 0.75);
  border-bottom-color: rgb(248 113 113 / 0.75);
}
.border-y-primary-400\/80 {
  border-top-color: rgb(248 113 113 / 0.8);
  border-bottom-color: rgb(248 113 113 / 0.8);
}
.border-y-primary-400\/85 {
  border-top-color: rgb(248 113 113 / 0.85);
  border-bottom-color: rgb(248 113 113 / 0.85);
}
.border-y-primary-400\/90 {
  border-top-color: rgb(248 113 113 / 0.9);
  border-bottom-color: rgb(248 113 113 / 0.9);
}
.border-y-primary-400\/95 {
  border-top-color: rgb(248 113 113 / 0.95);
  border-bottom-color: rgb(248 113 113 / 0.95);
}
.border-y-primary-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}
.border-y-primary-50\/0 {
  border-top-color: rgb(254 242 242 / 0);
  border-bottom-color: rgb(254 242 242 / 0);
}
.border-y-primary-50\/10 {
  border-top-color: rgb(254 242 242 / 0.1);
  border-bottom-color: rgb(254 242 242 / 0.1);
}
.border-y-primary-50\/100 {
  border-top-color: rgb(254 242 242 / 1);
  border-bottom-color: rgb(254 242 242 / 1);
}
.border-y-primary-50\/15 {
  border-top-color: rgb(254 242 242 / 0.15);
  border-bottom-color: rgb(254 242 242 / 0.15);
}
.border-y-primary-50\/20 {
  border-top-color: rgb(254 242 242 / 0.2);
  border-bottom-color: rgb(254 242 242 / 0.2);
}
.border-y-primary-50\/25 {
  border-top-color: rgb(254 242 242 / 0.25);
  border-bottom-color: rgb(254 242 242 / 0.25);
}
.border-y-primary-50\/30 {
  border-top-color: rgb(254 242 242 / 0.3);
  border-bottom-color: rgb(254 242 242 / 0.3);
}
.border-y-primary-50\/35 {
  border-top-color: rgb(254 242 242 / 0.35);
  border-bottom-color: rgb(254 242 242 / 0.35);
}
.border-y-primary-50\/40 {
  border-top-color: rgb(254 242 242 / 0.4);
  border-bottom-color: rgb(254 242 242 / 0.4);
}
.border-y-primary-50\/45 {
  border-top-color: rgb(254 242 242 / 0.45);
  border-bottom-color: rgb(254 242 242 / 0.45);
}
.border-y-primary-50\/5 {
  border-top-color: rgb(254 242 242 / 0.05);
  border-bottom-color: rgb(254 242 242 / 0.05);
}
.border-y-primary-50\/50 {
  border-top-color: rgb(254 242 242 / 0.5);
  border-bottom-color: rgb(254 242 242 / 0.5);
}
.border-y-primary-50\/55 {
  border-top-color: rgb(254 242 242 / 0.55);
  border-bottom-color: rgb(254 242 242 / 0.55);
}
.border-y-primary-50\/60 {
  border-top-color: rgb(254 242 242 / 0.6);
  border-bottom-color: rgb(254 242 242 / 0.6);
}
.border-y-primary-50\/65 {
  border-top-color: rgb(254 242 242 / 0.65);
  border-bottom-color: rgb(254 242 242 / 0.65);
}
.border-y-primary-50\/70 {
  border-top-color: rgb(254 242 242 / 0.7);
  border-bottom-color: rgb(254 242 242 / 0.7);
}
.border-y-primary-50\/75 {
  border-top-color: rgb(254 242 242 / 0.75);
  border-bottom-color: rgb(254 242 242 / 0.75);
}
.border-y-primary-50\/80 {
  border-top-color: rgb(254 242 242 / 0.8);
  border-bottom-color: rgb(254 242 242 / 0.8);
}
.border-y-primary-50\/85 {
  border-top-color: rgb(254 242 242 / 0.85);
  border-bottom-color: rgb(254 242 242 / 0.85);
}
.border-y-primary-50\/90 {
  border-top-color: rgb(254 242 242 / 0.9);
  border-bottom-color: rgb(254 242 242 / 0.9);
}
.border-y-primary-50\/95 {
  border-top-color: rgb(254 242 242 / 0.95);
  border-bottom-color: rgb(254 242 242 / 0.95);
}
.border-y-primary-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-y-primary-500\/0 {
  border-top-color: rgb(239 68 68 / 0);
  border-bottom-color: rgb(239 68 68 / 0);
}
.border-y-primary-500\/10 {
  border-top-color: rgb(239 68 68 / 0.1);
  border-bottom-color: rgb(239 68 68 / 0.1);
}
.border-y-primary-500\/100 {
  border-top-color: rgb(239 68 68 / 1);
  border-bottom-color: rgb(239 68 68 / 1);
}
.border-y-primary-500\/15 {
  border-top-color: rgb(239 68 68 / 0.15);
  border-bottom-color: rgb(239 68 68 / 0.15);
}
.border-y-primary-500\/20 {
  border-top-color: rgb(239 68 68 / 0.2);
  border-bottom-color: rgb(239 68 68 / 0.2);
}
.border-y-primary-500\/25 {
  border-top-color: rgb(239 68 68 / 0.25);
  border-bottom-color: rgb(239 68 68 / 0.25);
}
.border-y-primary-500\/30 {
  border-top-color: rgb(239 68 68 / 0.3);
  border-bottom-color: rgb(239 68 68 / 0.3);
}
.border-y-primary-500\/35 {
  border-top-color: rgb(239 68 68 / 0.35);
  border-bottom-color: rgb(239 68 68 / 0.35);
}
.border-y-primary-500\/40 {
  border-top-color: rgb(239 68 68 / 0.4);
  border-bottom-color: rgb(239 68 68 / 0.4);
}
.border-y-primary-500\/45 {
  border-top-color: rgb(239 68 68 / 0.45);
  border-bottom-color: rgb(239 68 68 / 0.45);
}
.border-y-primary-500\/5 {
  border-top-color: rgb(239 68 68 / 0.05);
  border-bottom-color: rgb(239 68 68 / 0.05);
}
.border-y-primary-500\/50 {
  border-top-color: rgb(239 68 68 / 0.5);
  border-bottom-color: rgb(239 68 68 / 0.5);
}
.border-y-primary-500\/55 {
  border-top-color: rgb(239 68 68 / 0.55);
  border-bottom-color: rgb(239 68 68 / 0.55);
}
.border-y-primary-500\/60 {
  border-top-color: rgb(239 68 68 / 0.6);
  border-bottom-color: rgb(239 68 68 / 0.6);
}
.border-y-primary-500\/65 {
  border-top-color: rgb(239 68 68 / 0.65);
  border-bottom-color: rgb(239 68 68 / 0.65);
}
.border-y-primary-500\/70 {
  border-top-color: rgb(239 68 68 / 0.7);
  border-bottom-color: rgb(239 68 68 / 0.7);
}
.border-y-primary-500\/75 {
  border-top-color: rgb(239 68 68 / 0.75);
  border-bottom-color: rgb(239 68 68 / 0.75);
}
.border-y-primary-500\/80 {
  border-top-color: rgb(239 68 68 / 0.8);
  border-bottom-color: rgb(239 68 68 / 0.8);
}
.border-y-primary-500\/85 {
  border-top-color: rgb(239 68 68 / 0.85);
  border-bottom-color: rgb(239 68 68 / 0.85);
}
.border-y-primary-500\/90 {
  border-top-color: rgb(239 68 68 / 0.9);
  border-bottom-color: rgb(239 68 68 / 0.9);
}
.border-y-primary-500\/95 {
  border-top-color: rgb(239 68 68 / 0.95);
  border-bottom-color: rgb(239 68 68 / 0.95);
}
.border-y-primary-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-y-primary-600\/0 {
  border-top-color: rgb(220 38 38 / 0);
  border-bottom-color: rgb(220 38 38 / 0);
}
.border-y-primary-600\/10 {
  border-top-color: rgb(220 38 38 / 0.1);
  border-bottom-color: rgb(220 38 38 / 0.1);
}
.border-y-primary-600\/100 {
  border-top-color: rgb(220 38 38 / 1);
  border-bottom-color: rgb(220 38 38 / 1);
}
.border-y-primary-600\/15 {
  border-top-color: rgb(220 38 38 / 0.15);
  border-bottom-color: rgb(220 38 38 / 0.15);
}
.border-y-primary-600\/20 {
  border-top-color: rgb(220 38 38 / 0.2);
  border-bottom-color: rgb(220 38 38 / 0.2);
}
.border-y-primary-600\/25 {
  border-top-color: rgb(220 38 38 / 0.25);
  border-bottom-color: rgb(220 38 38 / 0.25);
}
.border-y-primary-600\/30 {
  border-top-color: rgb(220 38 38 / 0.3);
  border-bottom-color: rgb(220 38 38 / 0.3);
}
.border-y-primary-600\/35 {
  border-top-color: rgb(220 38 38 / 0.35);
  border-bottom-color: rgb(220 38 38 / 0.35);
}
.border-y-primary-600\/40 {
  border-top-color: rgb(220 38 38 / 0.4);
  border-bottom-color: rgb(220 38 38 / 0.4);
}
.border-y-primary-600\/45 {
  border-top-color: rgb(220 38 38 / 0.45);
  border-bottom-color: rgb(220 38 38 / 0.45);
}
.border-y-primary-600\/5 {
  border-top-color: rgb(220 38 38 / 0.05);
  border-bottom-color: rgb(220 38 38 / 0.05);
}
.border-y-primary-600\/50 {
  border-top-color: rgb(220 38 38 / 0.5);
  border-bottom-color: rgb(220 38 38 / 0.5);
}
.border-y-primary-600\/55 {
  border-top-color: rgb(220 38 38 / 0.55);
  border-bottom-color: rgb(220 38 38 / 0.55);
}
.border-y-primary-600\/60 {
  border-top-color: rgb(220 38 38 / 0.6);
  border-bottom-color: rgb(220 38 38 / 0.6);
}
.border-y-primary-600\/65 {
  border-top-color: rgb(220 38 38 / 0.65);
  border-bottom-color: rgb(220 38 38 / 0.65);
}
.border-y-primary-600\/70 {
  border-top-color: rgb(220 38 38 / 0.7);
  border-bottom-color: rgb(220 38 38 / 0.7);
}
.border-y-primary-600\/75 {
  border-top-color: rgb(220 38 38 / 0.75);
  border-bottom-color: rgb(220 38 38 / 0.75);
}
.border-y-primary-600\/80 {
  border-top-color: rgb(220 38 38 / 0.8);
  border-bottom-color: rgb(220 38 38 / 0.8);
}
.border-y-primary-600\/85 {
  border-top-color: rgb(220 38 38 / 0.85);
  border-bottom-color: rgb(220 38 38 / 0.85);
}
.border-y-primary-600\/90 {
  border-top-color: rgb(220 38 38 / 0.9);
  border-bottom-color: rgb(220 38 38 / 0.9);
}
.border-y-primary-600\/95 {
  border-top-color: rgb(220 38 38 / 0.95);
  border-bottom-color: rgb(220 38 38 / 0.95);
}
.border-y-primary-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
.border-y-primary-700\/0 {
  border-top-color: rgb(185 28 28 / 0);
  border-bottom-color: rgb(185 28 28 / 0);
}
.border-y-primary-700\/10 {
  border-top-color: rgb(185 28 28 / 0.1);
  border-bottom-color: rgb(185 28 28 / 0.1);
}
.border-y-primary-700\/100 {
  border-top-color: rgb(185 28 28 / 1);
  border-bottom-color: rgb(185 28 28 / 1);
}
.border-y-primary-700\/15 {
  border-top-color: rgb(185 28 28 / 0.15);
  border-bottom-color: rgb(185 28 28 / 0.15);
}
.border-y-primary-700\/20 {
  border-top-color: rgb(185 28 28 / 0.2);
  border-bottom-color: rgb(185 28 28 / 0.2);
}
.border-y-primary-700\/25 {
  border-top-color: rgb(185 28 28 / 0.25);
  border-bottom-color: rgb(185 28 28 / 0.25);
}
.border-y-primary-700\/30 {
  border-top-color: rgb(185 28 28 / 0.3);
  border-bottom-color: rgb(185 28 28 / 0.3);
}
.border-y-primary-700\/35 {
  border-top-color: rgb(185 28 28 / 0.35);
  border-bottom-color: rgb(185 28 28 / 0.35);
}
.border-y-primary-700\/40 {
  border-top-color: rgb(185 28 28 / 0.4);
  border-bottom-color: rgb(185 28 28 / 0.4);
}
.border-y-primary-700\/45 {
  border-top-color: rgb(185 28 28 / 0.45);
  border-bottom-color: rgb(185 28 28 / 0.45);
}
.border-y-primary-700\/5 {
  border-top-color: rgb(185 28 28 / 0.05);
  border-bottom-color: rgb(185 28 28 / 0.05);
}
.border-y-primary-700\/50 {
  border-top-color: rgb(185 28 28 / 0.5);
  border-bottom-color: rgb(185 28 28 / 0.5);
}
.border-y-primary-700\/55 {
  border-top-color: rgb(185 28 28 / 0.55);
  border-bottom-color: rgb(185 28 28 / 0.55);
}
.border-y-primary-700\/60 {
  border-top-color: rgb(185 28 28 / 0.6);
  border-bottom-color: rgb(185 28 28 / 0.6);
}
.border-y-primary-700\/65 {
  border-top-color: rgb(185 28 28 / 0.65);
  border-bottom-color: rgb(185 28 28 / 0.65);
}
.border-y-primary-700\/70 {
  border-top-color: rgb(185 28 28 / 0.7);
  border-bottom-color: rgb(185 28 28 / 0.7);
}
.border-y-primary-700\/75 {
  border-top-color: rgb(185 28 28 / 0.75);
  border-bottom-color: rgb(185 28 28 / 0.75);
}
.border-y-primary-700\/80 {
  border-top-color: rgb(185 28 28 / 0.8);
  border-bottom-color: rgb(185 28 28 / 0.8);
}
.border-y-primary-700\/85 {
  border-top-color: rgb(185 28 28 / 0.85);
  border-bottom-color: rgb(185 28 28 / 0.85);
}
.border-y-primary-700\/90 {
  border-top-color: rgb(185 28 28 / 0.9);
  border-bottom-color: rgb(185 28 28 / 0.9);
}
.border-y-primary-700\/95 {
  border-top-color: rgb(185 28 28 / 0.95);
  border-bottom-color: rgb(185 28 28 / 0.95);
}
.border-y-primary-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}
.border-y-primary-800\/0 {
  border-top-color: rgb(153 27 27 / 0);
  border-bottom-color: rgb(153 27 27 / 0);
}
.border-y-primary-800\/10 {
  border-top-color: rgb(153 27 27 / 0.1);
  border-bottom-color: rgb(153 27 27 / 0.1);
}
.border-y-primary-800\/100 {
  border-top-color: rgb(153 27 27 / 1);
  border-bottom-color: rgb(153 27 27 / 1);
}
.border-y-primary-800\/15 {
  border-top-color: rgb(153 27 27 / 0.15);
  border-bottom-color: rgb(153 27 27 / 0.15);
}
.border-y-primary-800\/20 {
  border-top-color: rgb(153 27 27 / 0.2);
  border-bottom-color: rgb(153 27 27 / 0.2);
}
.border-y-primary-800\/25 {
  border-top-color: rgb(153 27 27 / 0.25);
  border-bottom-color: rgb(153 27 27 / 0.25);
}
.border-y-primary-800\/30 {
  border-top-color: rgb(153 27 27 / 0.3);
  border-bottom-color: rgb(153 27 27 / 0.3);
}
.border-y-primary-800\/35 {
  border-top-color: rgb(153 27 27 / 0.35);
  border-bottom-color: rgb(153 27 27 / 0.35);
}
.border-y-primary-800\/40 {
  border-top-color: rgb(153 27 27 / 0.4);
  border-bottom-color: rgb(153 27 27 / 0.4);
}
.border-y-primary-800\/45 {
  border-top-color: rgb(153 27 27 / 0.45);
  border-bottom-color: rgb(153 27 27 / 0.45);
}
.border-y-primary-800\/5 {
  border-top-color: rgb(153 27 27 / 0.05);
  border-bottom-color: rgb(153 27 27 / 0.05);
}
.border-y-primary-800\/50 {
  border-top-color: rgb(153 27 27 / 0.5);
  border-bottom-color: rgb(153 27 27 / 0.5);
}
.border-y-primary-800\/55 {
  border-top-color: rgb(153 27 27 / 0.55);
  border-bottom-color: rgb(153 27 27 / 0.55);
}
.border-y-primary-800\/60 {
  border-top-color: rgb(153 27 27 / 0.6);
  border-bottom-color: rgb(153 27 27 / 0.6);
}
.border-y-primary-800\/65 {
  border-top-color: rgb(153 27 27 / 0.65);
  border-bottom-color: rgb(153 27 27 / 0.65);
}
.border-y-primary-800\/70 {
  border-top-color: rgb(153 27 27 / 0.7);
  border-bottom-color: rgb(153 27 27 / 0.7);
}
.border-y-primary-800\/75 {
  border-top-color: rgb(153 27 27 / 0.75);
  border-bottom-color: rgb(153 27 27 / 0.75);
}
.border-y-primary-800\/80 {
  border-top-color: rgb(153 27 27 / 0.8);
  border-bottom-color: rgb(153 27 27 / 0.8);
}
.border-y-primary-800\/85 {
  border-top-color: rgb(153 27 27 / 0.85);
  border-bottom-color: rgb(153 27 27 / 0.85);
}
.border-y-primary-800\/90 {
  border-top-color: rgb(153 27 27 / 0.9);
  border-bottom-color: rgb(153 27 27 / 0.9);
}
.border-y-primary-800\/95 {
  border-top-color: rgb(153 27 27 / 0.95);
  border-bottom-color: rgb(153 27 27 / 0.95);
}
.border-y-primary-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}
.border-y-primary-900\/0 {
  border-top-color: rgb(127 29 29 / 0);
  border-bottom-color: rgb(127 29 29 / 0);
}
.border-y-primary-900\/10 {
  border-top-color: rgb(127 29 29 / 0.1);
  border-bottom-color: rgb(127 29 29 / 0.1);
}
.border-y-primary-900\/100 {
  border-top-color: rgb(127 29 29 / 1);
  border-bottom-color: rgb(127 29 29 / 1);
}
.border-y-primary-900\/15 {
  border-top-color: rgb(127 29 29 / 0.15);
  border-bottom-color: rgb(127 29 29 / 0.15);
}
.border-y-primary-900\/20 {
  border-top-color: rgb(127 29 29 / 0.2);
  border-bottom-color: rgb(127 29 29 / 0.2);
}
.border-y-primary-900\/25 {
  border-top-color: rgb(127 29 29 / 0.25);
  border-bottom-color: rgb(127 29 29 / 0.25);
}
.border-y-primary-900\/30 {
  border-top-color: rgb(127 29 29 / 0.3);
  border-bottom-color: rgb(127 29 29 / 0.3);
}
.border-y-primary-900\/35 {
  border-top-color: rgb(127 29 29 / 0.35);
  border-bottom-color: rgb(127 29 29 / 0.35);
}
.border-y-primary-900\/40 {
  border-top-color: rgb(127 29 29 / 0.4);
  border-bottom-color: rgb(127 29 29 / 0.4);
}
.border-y-primary-900\/45 {
  border-top-color: rgb(127 29 29 / 0.45);
  border-bottom-color: rgb(127 29 29 / 0.45);
}
.border-y-primary-900\/5 {
  border-top-color: rgb(127 29 29 / 0.05);
  border-bottom-color: rgb(127 29 29 / 0.05);
}
.border-y-primary-900\/50 {
  border-top-color: rgb(127 29 29 / 0.5);
  border-bottom-color: rgb(127 29 29 / 0.5);
}
.border-y-primary-900\/55 {
  border-top-color: rgb(127 29 29 / 0.55);
  border-bottom-color: rgb(127 29 29 / 0.55);
}
.border-y-primary-900\/60 {
  border-top-color: rgb(127 29 29 / 0.6);
  border-bottom-color: rgb(127 29 29 / 0.6);
}
.border-y-primary-900\/65 {
  border-top-color: rgb(127 29 29 / 0.65);
  border-bottom-color: rgb(127 29 29 / 0.65);
}
.border-y-primary-900\/70 {
  border-top-color: rgb(127 29 29 / 0.7);
  border-bottom-color: rgb(127 29 29 / 0.7);
}
.border-y-primary-900\/75 {
  border-top-color: rgb(127 29 29 / 0.75);
  border-bottom-color: rgb(127 29 29 / 0.75);
}
.border-y-primary-900\/80 {
  border-top-color: rgb(127 29 29 / 0.8);
  border-bottom-color: rgb(127 29 29 / 0.8);
}
.border-y-primary-900\/85 {
  border-top-color: rgb(127 29 29 / 0.85);
  border-bottom-color: rgb(127 29 29 / 0.85);
}
.border-y-primary-900\/90 {
  border-top-color: rgb(127 29 29 / 0.9);
  border-bottom-color: rgb(127 29 29 / 0.9);
}
.border-y-primary-900\/95 {
  border-top-color: rgb(127 29 29 / 0.95);
  border-bottom-color: rgb(127 29 29 / 0.95);
}
.border-y-primary-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}
.border-y-primary-950\/0 {
  border-top-color: rgb(69 10 10 / 0);
  border-bottom-color: rgb(69 10 10 / 0);
}
.border-y-primary-950\/10 {
  border-top-color: rgb(69 10 10 / 0.1);
  border-bottom-color: rgb(69 10 10 / 0.1);
}
.border-y-primary-950\/100 {
  border-top-color: rgb(69 10 10 / 1);
  border-bottom-color: rgb(69 10 10 / 1);
}
.border-y-primary-950\/15 {
  border-top-color: rgb(69 10 10 / 0.15);
  border-bottom-color: rgb(69 10 10 / 0.15);
}
.border-y-primary-950\/20 {
  border-top-color: rgb(69 10 10 / 0.2);
  border-bottom-color: rgb(69 10 10 / 0.2);
}
.border-y-primary-950\/25 {
  border-top-color: rgb(69 10 10 / 0.25);
  border-bottom-color: rgb(69 10 10 / 0.25);
}
.border-y-primary-950\/30 {
  border-top-color: rgb(69 10 10 / 0.3);
  border-bottom-color: rgb(69 10 10 / 0.3);
}
.border-y-primary-950\/35 {
  border-top-color: rgb(69 10 10 / 0.35);
  border-bottom-color: rgb(69 10 10 / 0.35);
}
.border-y-primary-950\/40 {
  border-top-color: rgb(69 10 10 / 0.4);
  border-bottom-color: rgb(69 10 10 / 0.4);
}
.border-y-primary-950\/45 {
  border-top-color: rgb(69 10 10 / 0.45);
  border-bottom-color: rgb(69 10 10 / 0.45);
}
.border-y-primary-950\/5 {
  border-top-color: rgb(69 10 10 / 0.05);
  border-bottom-color: rgb(69 10 10 / 0.05);
}
.border-y-primary-950\/50 {
  border-top-color: rgb(69 10 10 / 0.5);
  border-bottom-color: rgb(69 10 10 / 0.5);
}
.border-y-primary-950\/55 {
  border-top-color: rgb(69 10 10 / 0.55);
  border-bottom-color: rgb(69 10 10 / 0.55);
}
.border-y-primary-950\/60 {
  border-top-color: rgb(69 10 10 / 0.6);
  border-bottom-color: rgb(69 10 10 / 0.6);
}
.border-y-primary-950\/65 {
  border-top-color: rgb(69 10 10 / 0.65);
  border-bottom-color: rgb(69 10 10 / 0.65);
}
.border-y-primary-950\/70 {
  border-top-color: rgb(69 10 10 / 0.7);
  border-bottom-color: rgb(69 10 10 / 0.7);
}
.border-y-primary-950\/75 {
  border-top-color: rgb(69 10 10 / 0.75);
  border-bottom-color: rgb(69 10 10 / 0.75);
}
.border-y-primary-950\/80 {
  border-top-color: rgb(69 10 10 / 0.8);
  border-bottom-color: rgb(69 10 10 / 0.8);
}
.border-y-primary-950\/85 {
  border-top-color: rgb(69 10 10 / 0.85);
  border-bottom-color: rgb(69 10 10 / 0.85);
}
.border-y-primary-950\/90 {
  border-top-color: rgb(69 10 10 / 0.9);
  border-bottom-color: rgb(69 10 10 / 0.9);
}
.border-y-primary-950\/95 {
  border-top-color: rgb(69 10 10 / 0.95);
  border-bottom-color: rgb(69 10 10 / 0.95);
}
.border-y-purple-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(237 235 254 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(237 235 254 / var(--tw-border-opacity, 1));
}
.border-y-purple-100\/0 {
  border-top-color: rgb(237 235 254 / 0);
  border-bottom-color: rgb(237 235 254 / 0);
}
.border-y-purple-100\/10 {
  border-top-color: rgb(237 235 254 / 0.1);
  border-bottom-color: rgb(237 235 254 / 0.1);
}
.border-y-purple-100\/100 {
  border-top-color: rgb(237 235 254 / 1);
  border-bottom-color: rgb(237 235 254 / 1);
}
.border-y-purple-100\/15 {
  border-top-color: rgb(237 235 254 / 0.15);
  border-bottom-color: rgb(237 235 254 / 0.15);
}
.border-y-purple-100\/20 {
  border-top-color: rgb(237 235 254 / 0.2);
  border-bottom-color: rgb(237 235 254 / 0.2);
}
.border-y-purple-100\/25 {
  border-top-color: rgb(237 235 254 / 0.25);
  border-bottom-color: rgb(237 235 254 / 0.25);
}
.border-y-purple-100\/30 {
  border-top-color: rgb(237 235 254 / 0.3);
  border-bottom-color: rgb(237 235 254 / 0.3);
}
.border-y-purple-100\/35 {
  border-top-color: rgb(237 235 254 / 0.35);
  border-bottom-color: rgb(237 235 254 / 0.35);
}
.border-y-purple-100\/40 {
  border-top-color: rgb(237 235 254 / 0.4);
  border-bottom-color: rgb(237 235 254 / 0.4);
}
.border-y-purple-100\/45 {
  border-top-color: rgb(237 235 254 / 0.45);
  border-bottom-color: rgb(237 235 254 / 0.45);
}
.border-y-purple-100\/5 {
  border-top-color: rgb(237 235 254 / 0.05);
  border-bottom-color: rgb(237 235 254 / 0.05);
}
.border-y-purple-100\/50 {
  border-top-color: rgb(237 235 254 / 0.5);
  border-bottom-color: rgb(237 235 254 / 0.5);
}
.border-y-purple-100\/55 {
  border-top-color: rgb(237 235 254 / 0.55);
  border-bottom-color: rgb(237 235 254 / 0.55);
}
.border-y-purple-100\/60 {
  border-top-color: rgb(237 235 254 / 0.6);
  border-bottom-color: rgb(237 235 254 / 0.6);
}
.border-y-purple-100\/65 {
  border-top-color: rgb(237 235 254 / 0.65);
  border-bottom-color: rgb(237 235 254 / 0.65);
}
.border-y-purple-100\/70 {
  border-top-color: rgb(237 235 254 / 0.7);
  border-bottom-color: rgb(237 235 254 / 0.7);
}
.border-y-purple-100\/75 {
  border-top-color: rgb(237 235 254 / 0.75);
  border-bottom-color: rgb(237 235 254 / 0.75);
}
.border-y-purple-100\/80 {
  border-top-color: rgb(237 235 254 / 0.8);
  border-bottom-color: rgb(237 235 254 / 0.8);
}
.border-y-purple-100\/85 {
  border-top-color: rgb(237 235 254 / 0.85);
  border-bottom-color: rgb(237 235 254 / 0.85);
}
.border-y-purple-100\/90 {
  border-top-color: rgb(237 235 254 / 0.9);
  border-bottom-color: rgb(237 235 254 / 0.9);
}
.border-y-purple-100\/95 {
  border-top-color: rgb(237 235 254 / 0.95);
  border-bottom-color: rgb(237 235 254 / 0.95);
}
.border-y-purple-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(220 215 254 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(220 215 254 / var(--tw-border-opacity, 1));
}
.border-y-purple-200\/0 {
  border-top-color: rgb(220 215 254 / 0);
  border-bottom-color: rgb(220 215 254 / 0);
}
.border-y-purple-200\/10 {
  border-top-color: rgb(220 215 254 / 0.1);
  border-bottom-color: rgb(220 215 254 / 0.1);
}
.border-y-purple-200\/100 {
  border-top-color: rgb(220 215 254 / 1);
  border-bottom-color: rgb(220 215 254 / 1);
}
.border-y-purple-200\/15 {
  border-top-color: rgb(220 215 254 / 0.15);
  border-bottom-color: rgb(220 215 254 / 0.15);
}
.border-y-purple-200\/20 {
  border-top-color: rgb(220 215 254 / 0.2);
  border-bottom-color: rgb(220 215 254 / 0.2);
}
.border-y-purple-200\/25 {
  border-top-color: rgb(220 215 254 / 0.25);
  border-bottom-color: rgb(220 215 254 / 0.25);
}
.border-y-purple-200\/30 {
  border-top-color: rgb(220 215 254 / 0.3);
  border-bottom-color: rgb(220 215 254 / 0.3);
}
.border-y-purple-200\/35 {
  border-top-color: rgb(220 215 254 / 0.35);
  border-bottom-color: rgb(220 215 254 / 0.35);
}
.border-y-purple-200\/40 {
  border-top-color: rgb(220 215 254 / 0.4);
  border-bottom-color: rgb(220 215 254 / 0.4);
}
.border-y-purple-200\/45 {
  border-top-color: rgb(220 215 254 / 0.45);
  border-bottom-color: rgb(220 215 254 / 0.45);
}
.border-y-purple-200\/5 {
  border-top-color: rgb(220 215 254 / 0.05);
  border-bottom-color: rgb(220 215 254 / 0.05);
}
.border-y-purple-200\/50 {
  border-top-color: rgb(220 215 254 / 0.5);
  border-bottom-color: rgb(220 215 254 / 0.5);
}
.border-y-purple-200\/55 {
  border-top-color: rgb(220 215 254 / 0.55);
  border-bottom-color: rgb(220 215 254 / 0.55);
}
.border-y-purple-200\/60 {
  border-top-color: rgb(220 215 254 / 0.6);
  border-bottom-color: rgb(220 215 254 / 0.6);
}
.border-y-purple-200\/65 {
  border-top-color: rgb(220 215 254 / 0.65);
  border-bottom-color: rgb(220 215 254 / 0.65);
}
.border-y-purple-200\/70 {
  border-top-color: rgb(220 215 254 / 0.7);
  border-bottom-color: rgb(220 215 254 / 0.7);
}
.border-y-purple-200\/75 {
  border-top-color: rgb(220 215 254 / 0.75);
  border-bottom-color: rgb(220 215 254 / 0.75);
}
.border-y-purple-200\/80 {
  border-top-color: rgb(220 215 254 / 0.8);
  border-bottom-color: rgb(220 215 254 / 0.8);
}
.border-y-purple-200\/85 {
  border-top-color: rgb(220 215 254 / 0.85);
  border-bottom-color: rgb(220 215 254 / 0.85);
}
.border-y-purple-200\/90 {
  border-top-color: rgb(220 215 254 / 0.9);
  border-bottom-color: rgb(220 215 254 / 0.9);
}
.border-y-purple-200\/95 {
  border-top-color: rgb(220 215 254 / 0.95);
  border-bottom-color: rgb(220 215 254 / 0.95);
}
.border-y-purple-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(202 191 253 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(202 191 253 / var(--tw-border-opacity, 1));
}
.border-y-purple-300\/0 {
  border-top-color: rgb(202 191 253 / 0);
  border-bottom-color: rgb(202 191 253 / 0);
}
.border-y-purple-300\/10 {
  border-top-color: rgb(202 191 253 / 0.1);
  border-bottom-color: rgb(202 191 253 / 0.1);
}
.border-y-purple-300\/100 {
  border-top-color: rgb(202 191 253 / 1);
  border-bottom-color: rgb(202 191 253 / 1);
}
.border-y-purple-300\/15 {
  border-top-color: rgb(202 191 253 / 0.15);
  border-bottom-color: rgb(202 191 253 / 0.15);
}
.border-y-purple-300\/20 {
  border-top-color: rgb(202 191 253 / 0.2);
  border-bottom-color: rgb(202 191 253 / 0.2);
}
.border-y-purple-300\/25 {
  border-top-color: rgb(202 191 253 / 0.25);
  border-bottom-color: rgb(202 191 253 / 0.25);
}
.border-y-purple-300\/30 {
  border-top-color: rgb(202 191 253 / 0.3);
  border-bottom-color: rgb(202 191 253 / 0.3);
}
.border-y-purple-300\/35 {
  border-top-color: rgb(202 191 253 / 0.35);
  border-bottom-color: rgb(202 191 253 / 0.35);
}
.border-y-purple-300\/40 {
  border-top-color: rgb(202 191 253 / 0.4);
  border-bottom-color: rgb(202 191 253 / 0.4);
}
.border-y-purple-300\/45 {
  border-top-color: rgb(202 191 253 / 0.45);
  border-bottom-color: rgb(202 191 253 / 0.45);
}
.border-y-purple-300\/5 {
  border-top-color: rgb(202 191 253 / 0.05);
  border-bottom-color: rgb(202 191 253 / 0.05);
}
.border-y-purple-300\/50 {
  border-top-color: rgb(202 191 253 / 0.5);
  border-bottom-color: rgb(202 191 253 / 0.5);
}
.border-y-purple-300\/55 {
  border-top-color: rgb(202 191 253 / 0.55);
  border-bottom-color: rgb(202 191 253 / 0.55);
}
.border-y-purple-300\/60 {
  border-top-color: rgb(202 191 253 / 0.6);
  border-bottom-color: rgb(202 191 253 / 0.6);
}
.border-y-purple-300\/65 {
  border-top-color: rgb(202 191 253 / 0.65);
  border-bottom-color: rgb(202 191 253 / 0.65);
}
.border-y-purple-300\/70 {
  border-top-color: rgb(202 191 253 / 0.7);
  border-bottom-color: rgb(202 191 253 / 0.7);
}
.border-y-purple-300\/75 {
  border-top-color: rgb(202 191 253 / 0.75);
  border-bottom-color: rgb(202 191 253 / 0.75);
}
.border-y-purple-300\/80 {
  border-top-color: rgb(202 191 253 / 0.8);
  border-bottom-color: rgb(202 191 253 / 0.8);
}
.border-y-purple-300\/85 {
  border-top-color: rgb(202 191 253 / 0.85);
  border-bottom-color: rgb(202 191 253 / 0.85);
}
.border-y-purple-300\/90 {
  border-top-color: rgb(202 191 253 / 0.9);
  border-bottom-color: rgb(202 191 253 / 0.9);
}
.border-y-purple-300\/95 {
  border-top-color: rgb(202 191 253 / 0.95);
  border-bottom-color: rgb(202 191 253 / 0.95);
}
.border-y-purple-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(172 148 250 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(172 148 250 / var(--tw-border-opacity, 1));
}
.border-y-purple-400\/0 {
  border-top-color: rgb(172 148 250 / 0);
  border-bottom-color: rgb(172 148 250 / 0);
}
.border-y-purple-400\/10 {
  border-top-color: rgb(172 148 250 / 0.1);
  border-bottom-color: rgb(172 148 250 / 0.1);
}
.border-y-purple-400\/100 {
  border-top-color: rgb(172 148 250 / 1);
  border-bottom-color: rgb(172 148 250 / 1);
}
.border-y-purple-400\/15 {
  border-top-color: rgb(172 148 250 / 0.15);
  border-bottom-color: rgb(172 148 250 / 0.15);
}
.border-y-purple-400\/20 {
  border-top-color: rgb(172 148 250 / 0.2);
  border-bottom-color: rgb(172 148 250 / 0.2);
}
.border-y-purple-400\/25 {
  border-top-color: rgb(172 148 250 / 0.25);
  border-bottom-color: rgb(172 148 250 / 0.25);
}
.border-y-purple-400\/30 {
  border-top-color: rgb(172 148 250 / 0.3);
  border-bottom-color: rgb(172 148 250 / 0.3);
}
.border-y-purple-400\/35 {
  border-top-color: rgb(172 148 250 / 0.35);
  border-bottom-color: rgb(172 148 250 / 0.35);
}
.border-y-purple-400\/40 {
  border-top-color: rgb(172 148 250 / 0.4);
  border-bottom-color: rgb(172 148 250 / 0.4);
}
.border-y-purple-400\/45 {
  border-top-color: rgb(172 148 250 / 0.45);
  border-bottom-color: rgb(172 148 250 / 0.45);
}
.border-y-purple-400\/5 {
  border-top-color: rgb(172 148 250 / 0.05);
  border-bottom-color: rgb(172 148 250 / 0.05);
}
.border-y-purple-400\/50 {
  border-top-color: rgb(172 148 250 / 0.5);
  border-bottom-color: rgb(172 148 250 / 0.5);
}
.border-y-purple-400\/55 {
  border-top-color: rgb(172 148 250 / 0.55);
  border-bottom-color: rgb(172 148 250 / 0.55);
}
.border-y-purple-400\/60 {
  border-top-color: rgb(172 148 250 / 0.6);
  border-bottom-color: rgb(172 148 250 / 0.6);
}
.border-y-purple-400\/65 {
  border-top-color: rgb(172 148 250 / 0.65);
  border-bottom-color: rgb(172 148 250 / 0.65);
}
.border-y-purple-400\/70 {
  border-top-color: rgb(172 148 250 / 0.7);
  border-bottom-color: rgb(172 148 250 / 0.7);
}
.border-y-purple-400\/75 {
  border-top-color: rgb(172 148 250 / 0.75);
  border-bottom-color: rgb(172 148 250 / 0.75);
}
.border-y-purple-400\/80 {
  border-top-color: rgb(172 148 250 / 0.8);
  border-bottom-color: rgb(172 148 250 / 0.8);
}
.border-y-purple-400\/85 {
  border-top-color: rgb(172 148 250 / 0.85);
  border-bottom-color: rgb(172 148 250 / 0.85);
}
.border-y-purple-400\/90 {
  border-top-color: rgb(172 148 250 / 0.9);
  border-bottom-color: rgb(172 148 250 / 0.9);
}
.border-y-purple-400\/95 {
  border-top-color: rgb(172 148 250 / 0.95);
  border-bottom-color: rgb(172 148 250 / 0.95);
}
.border-y-purple-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(246 245 255 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(246 245 255 / var(--tw-border-opacity, 1));
}
.border-y-purple-50\/0 {
  border-top-color: rgb(246 245 255 / 0);
  border-bottom-color: rgb(246 245 255 / 0);
}
.border-y-purple-50\/10 {
  border-top-color: rgb(246 245 255 / 0.1);
  border-bottom-color: rgb(246 245 255 / 0.1);
}
.border-y-purple-50\/100 {
  border-top-color: rgb(246 245 255 / 1);
  border-bottom-color: rgb(246 245 255 / 1);
}
.border-y-purple-50\/15 {
  border-top-color: rgb(246 245 255 / 0.15);
  border-bottom-color: rgb(246 245 255 / 0.15);
}
.border-y-purple-50\/20 {
  border-top-color: rgb(246 245 255 / 0.2);
  border-bottom-color: rgb(246 245 255 / 0.2);
}
.border-y-purple-50\/25 {
  border-top-color: rgb(246 245 255 / 0.25);
  border-bottom-color: rgb(246 245 255 / 0.25);
}
.border-y-purple-50\/30 {
  border-top-color: rgb(246 245 255 / 0.3);
  border-bottom-color: rgb(246 245 255 / 0.3);
}
.border-y-purple-50\/35 {
  border-top-color: rgb(246 245 255 / 0.35);
  border-bottom-color: rgb(246 245 255 / 0.35);
}
.border-y-purple-50\/40 {
  border-top-color: rgb(246 245 255 / 0.4);
  border-bottom-color: rgb(246 245 255 / 0.4);
}
.border-y-purple-50\/45 {
  border-top-color: rgb(246 245 255 / 0.45);
  border-bottom-color: rgb(246 245 255 / 0.45);
}
.border-y-purple-50\/5 {
  border-top-color: rgb(246 245 255 / 0.05);
  border-bottom-color: rgb(246 245 255 / 0.05);
}
.border-y-purple-50\/50 {
  border-top-color: rgb(246 245 255 / 0.5);
  border-bottom-color: rgb(246 245 255 / 0.5);
}
.border-y-purple-50\/55 {
  border-top-color: rgb(246 245 255 / 0.55);
  border-bottom-color: rgb(246 245 255 / 0.55);
}
.border-y-purple-50\/60 {
  border-top-color: rgb(246 245 255 / 0.6);
  border-bottom-color: rgb(246 245 255 / 0.6);
}
.border-y-purple-50\/65 {
  border-top-color: rgb(246 245 255 / 0.65);
  border-bottom-color: rgb(246 245 255 / 0.65);
}
.border-y-purple-50\/70 {
  border-top-color: rgb(246 245 255 / 0.7);
  border-bottom-color: rgb(246 245 255 / 0.7);
}
.border-y-purple-50\/75 {
  border-top-color: rgb(246 245 255 / 0.75);
  border-bottom-color: rgb(246 245 255 / 0.75);
}
.border-y-purple-50\/80 {
  border-top-color: rgb(246 245 255 / 0.8);
  border-bottom-color: rgb(246 245 255 / 0.8);
}
.border-y-purple-50\/85 {
  border-top-color: rgb(246 245 255 / 0.85);
  border-bottom-color: rgb(246 245 255 / 0.85);
}
.border-y-purple-50\/90 {
  border-top-color: rgb(246 245 255 / 0.9);
  border-bottom-color: rgb(246 245 255 / 0.9);
}
.border-y-purple-50\/95 {
  border-top-color: rgb(246 245 255 / 0.95);
  border-bottom-color: rgb(246 245 255 / 0.95);
}
.border-y-purple-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(144 97 249 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(144 97 249 / var(--tw-border-opacity, 1));
}
.border-y-purple-500\/0 {
  border-top-color: rgb(144 97 249 / 0);
  border-bottom-color: rgb(144 97 249 / 0);
}
.border-y-purple-500\/10 {
  border-top-color: rgb(144 97 249 / 0.1);
  border-bottom-color: rgb(144 97 249 / 0.1);
}
.border-y-purple-500\/100 {
  border-top-color: rgb(144 97 249 / 1);
  border-bottom-color: rgb(144 97 249 / 1);
}
.border-y-purple-500\/15 {
  border-top-color: rgb(144 97 249 / 0.15);
  border-bottom-color: rgb(144 97 249 / 0.15);
}
.border-y-purple-500\/20 {
  border-top-color: rgb(144 97 249 / 0.2);
  border-bottom-color: rgb(144 97 249 / 0.2);
}
.border-y-purple-500\/25 {
  border-top-color: rgb(144 97 249 / 0.25);
  border-bottom-color: rgb(144 97 249 / 0.25);
}
.border-y-purple-500\/30 {
  border-top-color: rgb(144 97 249 / 0.3);
  border-bottom-color: rgb(144 97 249 / 0.3);
}
.border-y-purple-500\/35 {
  border-top-color: rgb(144 97 249 / 0.35);
  border-bottom-color: rgb(144 97 249 / 0.35);
}
.border-y-purple-500\/40 {
  border-top-color: rgb(144 97 249 / 0.4);
  border-bottom-color: rgb(144 97 249 / 0.4);
}
.border-y-purple-500\/45 {
  border-top-color: rgb(144 97 249 / 0.45);
  border-bottom-color: rgb(144 97 249 / 0.45);
}
.border-y-purple-500\/5 {
  border-top-color: rgb(144 97 249 / 0.05);
  border-bottom-color: rgb(144 97 249 / 0.05);
}
.border-y-purple-500\/50 {
  border-top-color: rgb(144 97 249 / 0.5);
  border-bottom-color: rgb(144 97 249 / 0.5);
}
.border-y-purple-500\/55 {
  border-top-color: rgb(144 97 249 / 0.55);
  border-bottom-color: rgb(144 97 249 / 0.55);
}
.border-y-purple-500\/60 {
  border-top-color: rgb(144 97 249 / 0.6);
  border-bottom-color: rgb(144 97 249 / 0.6);
}
.border-y-purple-500\/65 {
  border-top-color: rgb(144 97 249 / 0.65);
  border-bottom-color: rgb(144 97 249 / 0.65);
}
.border-y-purple-500\/70 {
  border-top-color: rgb(144 97 249 / 0.7);
  border-bottom-color: rgb(144 97 249 / 0.7);
}
.border-y-purple-500\/75 {
  border-top-color: rgb(144 97 249 / 0.75);
  border-bottom-color: rgb(144 97 249 / 0.75);
}
.border-y-purple-500\/80 {
  border-top-color: rgb(144 97 249 / 0.8);
  border-bottom-color: rgb(144 97 249 / 0.8);
}
.border-y-purple-500\/85 {
  border-top-color: rgb(144 97 249 / 0.85);
  border-bottom-color: rgb(144 97 249 / 0.85);
}
.border-y-purple-500\/90 {
  border-top-color: rgb(144 97 249 / 0.9);
  border-bottom-color: rgb(144 97 249 / 0.9);
}
.border-y-purple-500\/95 {
  border-top-color: rgb(144 97 249 / 0.95);
  border-bottom-color: rgb(144 97 249 / 0.95);
}
.border-y-purple-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(126 58 242 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(126 58 242 / var(--tw-border-opacity, 1));
}
.border-y-purple-600\/0 {
  border-top-color: rgb(126 58 242 / 0);
  border-bottom-color: rgb(126 58 242 / 0);
}
.border-y-purple-600\/10 {
  border-top-color: rgb(126 58 242 / 0.1);
  border-bottom-color: rgb(126 58 242 / 0.1);
}
.border-y-purple-600\/100 {
  border-top-color: rgb(126 58 242 / 1);
  border-bottom-color: rgb(126 58 242 / 1);
}
.border-y-purple-600\/15 {
  border-top-color: rgb(126 58 242 / 0.15);
  border-bottom-color: rgb(126 58 242 / 0.15);
}
.border-y-purple-600\/20 {
  border-top-color: rgb(126 58 242 / 0.2);
  border-bottom-color: rgb(126 58 242 / 0.2);
}
.border-y-purple-600\/25 {
  border-top-color: rgb(126 58 242 / 0.25);
  border-bottom-color: rgb(126 58 242 / 0.25);
}
.border-y-purple-600\/30 {
  border-top-color: rgb(126 58 242 / 0.3);
  border-bottom-color: rgb(126 58 242 / 0.3);
}
.border-y-purple-600\/35 {
  border-top-color: rgb(126 58 242 / 0.35);
  border-bottom-color: rgb(126 58 242 / 0.35);
}
.border-y-purple-600\/40 {
  border-top-color: rgb(126 58 242 / 0.4);
  border-bottom-color: rgb(126 58 242 / 0.4);
}
.border-y-purple-600\/45 {
  border-top-color: rgb(126 58 242 / 0.45);
  border-bottom-color: rgb(126 58 242 / 0.45);
}
.border-y-purple-600\/5 {
  border-top-color: rgb(126 58 242 / 0.05);
  border-bottom-color: rgb(126 58 242 / 0.05);
}
.border-y-purple-600\/50 {
  border-top-color: rgb(126 58 242 / 0.5);
  border-bottom-color: rgb(126 58 242 / 0.5);
}
.border-y-purple-600\/55 {
  border-top-color: rgb(126 58 242 / 0.55);
  border-bottom-color: rgb(126 58 242 / 0.55);
}
.border-y-purple-600\/60 {
  border-top-color: rgb(126 58 242 / 0.6);
  border-bottom-color: rgb(126 58 242 / 0.6);
}
.border-y-purple-600\/65 {
  border-top-color: rgb(126 58 242 / 0.65);
  border-bottom-color: rgb(126 58 242 / 0.65);
}
.border-y-purple-600\/70 {
  border-top-color: rgb(126 58 242 / 0.7);
  border-bottom-color: rgb(126 58 242 / 0.7);
}
.border-y-purple-600\/75 {
  border-top-color: rgb(126 58 242 / 0.75);
  border-bottom-color: rgb(126 58 242 / 0.75);
}
.border-y-purple-600\/80 {
  border-top-color: rgb(126 58 242 / 0.8);
  border-bottom-color: rgb(126 58 242 / 0.8);
}
.border-y-purple-600\/85 {
  border-top-color: rgb(126 58 242 / 0.85);
  border-bottom-color: rgb(126 58 242 / 0.85);
}
.border-y-purple-600\/90 {
  border-top-color: rgb(126 58 242 / 0.9);
  border-bottom-color: rgb(126 58 242 / 0.9);
}
.border-y-purple-600\/95 {
  border-top-color: rgb(126 58 242 / 0.95);
  border-bottom-color: rgb(126 58 242 / 0.95);
}
.border-y-purple-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(108 43 217 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(108 43 217 / var(--tw-border-opacity, 1));
}
.border-y-purple-700\/0 {
  border-top-color: rgb(108 43 217 / 0);
  border-bottom-color: rgb(108 43 217 / 0);
}
.border-y-purple-700\/10 {
  border-top-color: rgb(108 43 217 / 0.1);
  border-bottom-color: rgb(108 43 217 / 0.1);
}
.border-y-purple-700\/100 {
  border-top-color: rgb(108 43 217 / 1);
  border-bottom-color: rgb(108 43 217 / 1);
}
.border-y-purple-700\/15 {
  border-top-color: rgb(108 43 217 / 0.15);
  border-bottom-color: rgb(108 43 217 / 0.15);
}
.border-y-purple-700\/20 {
  border-top-color: rgb(108 43 217 / 0.2);
  border-bottom-color: rgb(108 43 217 / 0.2);
}
.border-y-purple-700\/25 {
  border-top-color: rgb(108 43 217 / 0.25);
  border-bottom-color: rgb(108 43 217 / 0.25);
}
.border-y-purple-700\/30 {
  border-top-color: rgb(108 43 217 / 0.3);
  border-bottom-color: rgb(108 43 217 / 0.3);
}
.border-y-purple-700\/35 {
  border-top-color: rgb(108 43 217 / 0.35);
  border-bottom-color: rgb(108 43 217 / 0.35);
}
.border-y-purple-700\/40 {
  border-top-color: rgb(108 43 217 / 0.4);
  border-bottom-color: rgb(108 43 217 / 0.4);
}
.border-y-purple-700\/45 {
  border-top-color: rgb(108 43 217 / 0.45);
  border-bottom-color: rgb(108 43 217 / 0.45);
}
.border-y-purple-700\/5 {
  border-top-color: rgb(108 43 217 / 0.05);
  border-bottom-color: rgb(108 43 217 / 0.05);
}
.border-y-purple-700\/50 {
  border-top-color: rgb(108 43 217 / 0.5);
  border-bottom-color: rgb(108 43 217 / 0.5);
}
.border-y-purple-700\/55 {
  border-top-color: rgb(108 43 217 / 0.55);
  border-bottom-color: rgb(108 43 217 / 0.55);
}
.border-y-purple-700\/60 {
  border-top-color: rgb(108 43 217 / 0.6);
  border-bottom-color: rgb(108 43 217 / 0.6);
}
.border-y-purple-700\/65 {
  border-top-color: rgb(108 43 217 / 0.65);
  border-bottom-color: rgb(108 43 217 / 0.65);
}
.border-y-purple-700\/70 {
  border-top-color: rgb(108 43 217 / 0.7);
  border-bottom-color: rgb(108 43 217 / 0.7);
}
.border-y-purple-700\/75 {
  border-top-color: rgb(108 43 217 / 0.75);
  border-bottom-color: rgb(108 43 217 / 0.75);
}
.border-y-purple-700\/80 {
  border-top-color: rgb(108 43 217 / 0.8);
  border-bottom-color: rgb(108 43 217 / 0.8);
}
.border-y-purple-700\/85 {
  border-top-color: rgb(108 43 217 / 0.85);
  border-bottom-color: rgb(108 43 217 / 0.85);
}
.border-y-purple-700\/90 {
  border-top-color: rgb(108 43 217 / 0.9);
  border-bottom-color: rgb(108 43 217 / 0.9);
}
.border-y-purple-700\/95 {
  border-top-color: rgb(108 43 217 / 0.95);
  border-bottom-color: rgb(108 43 217 / 0.95);
}
.border-y-purple-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(85 33 181 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(85 33 181 / var(--tw-border-opacity, 1));
}
.border-y-purple-800\/0 {
  border-top-color: rgb(85 33 181 / 0);
  border-bottom-color: rgb(85 33 181 / 0);
}
.border-y-purple-800\/10 {
  border-top-color: rgb(85 33 181 / 0.1);
  border-bottom-color: rgb(85 33 181 / 0.1);
}
.border-y-purple-800\/100 {
  border-top-color: rgb(85 33 181 / 1);
  border-bottom-color: rgb(85 33 181 / 1);
}
.border-y-purple-800\/15 {
  border-top-color: rgb(85 33 181 / 0.15);
  border-bottom-color: rgb(85 33 181 / 0.15);
}
.border-y-purple-800\/20 {
  border-top-color: rgb(85 33 181 / 0.2);
  border-bottom-color: rgb(85 33 181 / 0.2);
}
.border-y-purple-800\/25 {
  border-top-color: rgb(85 33 181 / 0.25);
  border-bottom-color: rgb(85 33 181 / 0.25);
}
.border-y-purple-800\/30 {
  border-top-color: rgb(85 33 181 / 0.3);
  border-bottom-color: rgb(85 33 181 / 0.3);
}
.border-y-purple-800\/35 {
  border-top-color: rgb(85 33 181 / 0.35);
  border-bottom-color: rgb(85 33 181 / 0.35);
}
.border-y-purple-800\/40 {
  border-top-color: rgb(85 33 181 / 0.4);
  border-bottom-color: rgb(85 33 181 / 0.4);
}
.border-y-purple-800\/45 {
  border-top-color: rgb(85 33 181 / 0.45);
  border-bottom-color: rgb(85 33 181 / 0.45);
}
.border-y-purple-800\/5 {
  border-top-color: rgb(85 33 181 / 0.05);
  border-bottom-color: rgb(85 33 181 / 0.05);
}
.border-y-purple-800\/50 {
  border-top-color: rgb(85 33 181 / 0.5);
  border-bottom-color: rgb(85 33 181 / 0.5);
}
.border-y-purple-800\/55 {
  border-top-color: rgb(85 33 181 / 0.55);
  border-bottom-color: rgb(85 33 181 / 0.55);
}
.border-y-purple-800\/60 {
  border-top-color: rgb(85 33 181 / 0.6);
  border-bottom-color: rgb(85 33 181 / 0.6);
}
.border-y-purple-800\/65 {
  border-top-color: rgb(85 33 181 / 0.65);
  border-bottom-color: rgb(85 33 181 / 0.65);
}
.border-y-purple-800\/70 {
  border-top-color: rgb(85 33 181 / 0.7);
  border-bottom-color: rgb(85 33 181 / 0.7);
}
.border-y-purple-800\/75 {
  border-top-color: rgb(85 33 181 / 0.75);
  border-bottom-color: rgb(85 33 181 / 0.75);
}
.border-y-purple-800\/80 {
  border-top-color: rgb(85 33 181 / 0.8);
  border-bottom-color: rgb(85 33 181 / 0.8);
}
.border-y-purple-800\/85 {
  border-top-color: rgb(85 33 181 / 0.85);
  border-bottom-color: rgb(85 33 181 / 0.85);
}
.border-y-purple-800\/90 {
  border-top-color: rgb(85 33 181 / 0.9);
  border-bottom-color: rgb(85 33 181 / 0.9);
}
.border-y-purple-800\/95 {
  border-top-color: rgb(85 33 181 / 0.95);
  border-bottom-color: rgb(85 33 181 / 0.95);
}
.border-y-purple-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(74 29 150 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(74 29 150 / var(--tw-border-opacity, 1));
}
.border-y-purple-900\/0 {
  border-top-color: rgb(74 29 150 / 0);
  border-bottom-color: rgb(74 29 150 / 0);
}
.border-y-purple-900\/10 {
  border-top-color: rgb(74 29 150 / 0.1);
  border-bottom-color: rgb(74 29 150 / 0.1);
}
.border-y-purple-900\/100 {
  border-top-color: rgb(74 29 150 / 1);
  border-bottom-color: rgb(74 29 150 / 1);
}
.border-y-purple-900\/15 {
  border-top-color: rgb(74 29 150 / 0.15);
  border-bottom-color: rgb(74 29 150 / 0.15);
}
.border-y-purple-900\/20 {
  border-top-color: rgb(74 29 150 / 0.2);
  border-bottom-color: rgb(74 29 150 / 0.2);
}
.border-y-purple-900\/25 {
  border-top-color: rgb(74 29 150 / 0.25);
  border-bottom-color: rgb(74 29 150 / 0.25);
}
.border-y-purple-900\/30 {
  border-top-color: rgb(74 29 150 / 0.3);
  border-bottom-color: rgb(74 29 150 / 0.3);
}
.border-y-purple-900\/35 {
  border-top-color: rgb(74 29 150 / 0.35);
  border-bottom-color: rgb(74 29 150 / 0.35);
}
.border-y-purple-900\/40 {
  border-top-color: rgb(74 29 150 / 0.4);
  border-bottom-color: rgb(74 29 150 / 0.4);
}
.border-y-purple-900\/45 {
  border-top-color: rgb(74 29 150 / 0.45);
  border-bottom-color: rgb(74 29 150 / 0.45);
}
.border-y-purple-900\/5 {
  border-top-color: rgb(74 29 150 / 0.05);
  border-bottom-color: rgb(74 29 150 / 0.05);
}
.border-y-purple-900\/50 {
  border-top-color: rgb(74 29 150 / 0.5);
  border-bottom-color: rgb(74 29 150 / 0.5);
}
.border-y-purple-900\/55 {
  border-top-color: rgb(74 29 150 / 0.55);
  border-bottom-color: rgb(74 29 150 / 0.55);
}
.border-y-purple-900\/60 {
  border-top-color: rgb(74 29 150 / 0.6);
  border-bottom-color: rgb(74 29 150 / 0.6);
}
.border-y-purple-900\/65 {
  border-top-color: rgb(74 29 150 / 0.65);
  border-bottom-color: rgb(74 29 150 / 0.65);
}
.border-y-purple-900\/70 {
  border-top-color: rgb(74 29 150 / 0.7);
  border-bottom-color: rgb(74 29 150 / 0.7);
}
.border-y-purple-900\/75 {
  border-top-color: rgb(74 29 150 / 0.75);
  border-bottom-color: rgb(74 29 150 / 0.75);
}
.border-y-purple-900\/80 {
  border-top-color: rgb(74 29 150 / 0.8);
  border-bottom-color: rgb(74 29 150 / 0.8);
}
.border-y-purple-900\/85 {
  border-top-color: rgb(74 29 150 / 0.85);
  border-bottom-color: rgb(74 29 150 / 0.85);
}
.border-y-purple-900\/90 {
  border-top-color: rgb(74 29 150 / 0.9);
  border-bottom-color: rgb(74 29 150 / 0.9);
}
.border-y-purple-900\/95 {
  border-top-color: rgb(74 29 150 / 0.95);
  border-bottom-color: rgb(74 29 150 / 0.95);
}
.border-y-red-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 232 232 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(253 232 232 / var(--tw-border-opacity, 1));
}
.border-y-red-100\/0 {
  border-top-color: rgb(253 232 232 / 0);
  border-bottom-color: rgb(253 232 232 / 0);
}
.border-y-red-100\/10 {
  border-top-color: rgb(253 232 232 / 0.1);
  border-bottom-color: rgb(253 232 232 / 0.1);
}
.border-y-red-100\/100 {
  border-top-color: rgb(253 232 232 / 1);
  border-bottom-color: rgb(253 232 232 / 1);
}
.border-y-red-100\/15 {
  border-top-color: rgb(253 232 232 / 0.15);
  border-bottom-color: rgb(253 232 232 / 0.15);
}
.border-y-red-100\/20 {
  border-top-color: rgb(253 232 232 / 0.2);
  border-bottom-color: rgb(253 232 232 / 0.2);
}
.border-y-red-100\/25 {
  border-top-color: rgb(253 232 232 / 0.25);
  border-bottom-color: rgb(253 232 232 / 0.25);
}
.border-y-red-100\/30 {
  border-top-color: rgb(253 232 232 / 0.3);
  border-bottom-color: rgb(253 232 232 / 0.3);
}
.border-y-red-100\/35 {
  border-top-color: rgb(253 232 232 / 0.35);
  border-bottom-color: rgb(253 232 232 / 0.35);
}
.border-y-red-100\/40 {
  border-top-color: rgb(253 232 232 / 0.4);
  border-bottom-color: rgb(253 232 232 / 0.4);
}
.border-y-red-100\/45 {
  border-top-color: rgb(253 232 232 / 0.45);
  border-bottom-color: rgb(253 232 232 / 0.45);
}
.border-y-red-100\/5 {
  border-top-color: rgb(253 232 232 / 0.05);
  border-bottom-color: rgb(253 232 232 / 0.05);
}
.border-y-red-100\/50 {
  border-top-color: rgb(253 232 232 / 0.5);
  border-bottom-color: rgb(253 232 232 / 0.5);
}
.border-y-red-100\/55 {
  border-top-color: rgb(253 232 232 / 0.55);
  border-bottom-color: rgb(253 232 232 / 0.55);
}
.border-y-red-100\/60 {
  border-top-color: rgb(253 232 232 / 0.6);
  border-bottom-color: rgb(253 232 232 / 0.6);
}
.border-y-red-100\/65 {
  border-top-color: rgb(253 232 232 / 0.65);
  border-bottom-color: rgb(253 232 232 / 0.65);
}
.border-y-red-100\/70 {
  border-top-color: rgb(253 232 232 / 0.7);
  border-bottom-color: rgb(253 232 232 / 0.7);
}
.border-y-red-100\/75 {
  border-top-color: rgb(253 232 232 / 0.75);
  border-bottom-color: rgb(253 232 232 / 0.75);
}
.border-y-red-100\/80 {
  border-top-color: rgb(253 232 232 / 0.8);
  border-bottom-color: rgb(253 232 232 / 0.8);
}
.border-y-red-100\/85 {
  border-top-color: rgb(253 232 232 / 0.85);
  border-bottom-color: rgb(253 232 232 / 0.85);
}
.border-y-red-100\/90 {
  border-top-color: rgb(253 232 232 / 0.9);
  border-bottom-color: rgb(253 232 232 / 0.9);
}
.border-y-red-100\/95 {
  border-top-color: rgb(253 232 232 / 0.95);
  border-bottom-color: rgb(253 232 232 / 0.95);
}
.border-y-red-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(251 213 213 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(251 213 213 / var(--tw-border-opacity, 1));
}
.border-y-red-200\/0 {
  border-top-color: rgb(251 213 213 / 0);
  border-bottom-color: rgb(251 213 213 / 0);
}
.border-y-red-200\/10 {
  border-top-color: rgb(251 213 213 / 0.1);
  border-bottom-color: rgb(251 213 213 / 0.1);
}
.border-y-red-200\/100 {
  border-top-color: rgb(251 213 213 / 1);
  border-bottom-color: rgb(251 213 213 / 1);
}
.border-y-red-200\/15 {
  border-top-color: rgb(251 213 213 / 0.15);
  border-bottom-color: rgb(251 213 213 / 0.15);
}
.border-y-red-200\/20 {
  border-top-color: rgb(251 213 213 / 0.2);
  border-bottom-color: rgb(251 213 213 / 0.2);
}
.border-y-red-200\/25 {
  border-top-color: rgb(251 213 213 / 0.25);
  border-bottom-color: rgb(251 213 213 / 0.25);
}
.border-y-red-200\/30 {
  border-top-color: rgb(251 213 213 / 0.3);
  border-bottom-color: rgb(251 213 213 / 0.3);
}
.border-y-red-200\/35 {
  border-top-color: rgb(251 213 213 / 0.35);
  border-bottom-color: rgb(251 213 213 / 0.35);
}
.border-y-red-200\/40 {
  border-top-color: rgb(251 213 213 / 0.4);
  border-bottom-color: rgb(251 213 213 / 0.4);
}
.border-y-red-200\/45 {
  border-top-color: rgb(251 213 213 / 0.45);
  border-bottom-color: rgb(251 213 213 / 0.45);
}
.border-y-red-200\/5 {
  border-top-color: rgb(251 213 213 / 0.05);
  border-bottom-color: rgb(251 213 213 / 0.05);
}
.border-y-red-200\/50 {
  border-top-color: rgb(251 213 213 / 0.5);
  border-bottom-color: rgb(251 213 213 / 0.5);
}
.border-y-red-200\/55 {
  border-top-color: rgb(251 213 213 / 0.55);
  border-bottom-color: rgb(251 213 213 / 0.55);
}
.border-y-red-200\/60 {
  border-top-color: rgb(251 213 213 / 0.6);
  border-bottom-color: rgb(251 213 213 / 0.6);
}
.border-y-red-200\/65 {
  border-top-color: rgb(251 213 213 / 0.65);
  border-bottom-color: rgb(251 213 213 / 0.65);
}
.border-y-red-200\/70 {
  border-top-color: rgb(251 213 213 / 0.7);
  border-bottom-color: rgb(251 213 213 / 0.7);
}
.border-y-red-200\/75 {
  border-top-color: rgb(251 213 213 / 0.75);
  border-bottom-color: rgb(251 213 213 / 0.75);
}
.border-y-red-200\/80 {
  border-top-color: rgb(251 213 213 / 0.8);
  border-bottom-color: rgb(251 213 213 / 0.8);
}
.border-y-red-200\/85 {
  border-top-color: rgb(251 213 213 / 0.85);
  border-bottom-color: rgb(251 213 213 / 0.85);
}
.border-y-red-200\/90 {
  border-top-color: rgb(251 213 213 / 0.9);
  border-bottom-color: rgb(251 213 213 / 0.9);
}
.border-y-red-200\/95 {
  border-top-color: rgb(251 213 213 / 0.95);
  border-bottom-color: rgb(251 213 213 / 0.95);
}
.border-y-red-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(248 180 180 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(248 180 180 / var(--tw-border-opacity, 1));
}
.border-y-red-300\/0 {
  border-top-color: rgb(248 180 180 / 0);
  border-bottom-color: rgb(248 180 180 / 0);
}
.border-y-red-300\/10 {
  border-top-color: rgb(248 180 180 / 0.1);
  border-bottom-color: rgb(248 180 180 / 0.1);
}
.border-y-red-300\/100 {
  border-top-color: rgb(248 180 180 / 1);
  border-bottom-color: rgb(248 180 180 / 1);
}
.border-y-red-300\/15 {
  border-top-color: rgb(248 180 180 / 0.15);
  border-bottom-color: rgb(248 180 180 / 0.15);
}
.border-y-red-300\/20 {
  border-top-color: rgb(248 180 180 / 0.2);
  border-bottom-color: rgb(248 180 180 / 0.2);
}
.border-y-red-300\/25 {
  border-top-color: rgb(248 180 180 / 0.25);
  border-bottom-color: rgb(248 180 180 / 0.25);
}
.border-y-red-300\/30 {
  border-top-color: rgb(248 180 180 / 0.3);
  border-bottom-color: rgb(248 180 180 / 0.3);
}
.border-y-red-300\/35 {
  border-top-color: rgb(248 180 180 / 0.35);
  border-bottom-color: rgb(248 180 180 / 0.35);
}
.border-y-red-300\/40 {
  border-top-color: rgb(248 180 180 / 0.4);
  border-bottom-color: rgb(248 180 180 / 0.4);
}
.border-y-red-300\/45 {
  border-top-color: rgb(248 180 180 / 0.45);
  border-bottom-color: rgb(248 180 180 / 0.45);
}
.border-y-red-300\/5 {
  border-top-color: rgb(248 180 180 / 0.05);
  border-bottom-color: rgb(248 180 180 / 0.05);
}
.border-y-red-300\/50 {
  border-top-color: rgb(248 180 180 / 0.5);
  border-bottom-color: rgb(248 180 180 / 0.5);
}
.border-y-red-300\/55 {
  border-top-color: rgb(248 180 180 / 0.55);
  border-bottom-color: rgb(248 180 180 / 0.55);
}
.border-y-red-300\/60 {
  border-top-color: rgb(248 180 180 / 0.6);
  border-bottom-color: rgb(248 180 180 / 0.6);
}
.border-y-red-300\/65 {
  border-top-color: rgb(248 180 180 / 0.65);
  border-bottom-color: rgb(248 180 180 / 0.65);
}
.border-y-red-300\/70 {
  border-top-color: rgb(248 180 180 / 0.7);
  border-bottom-color: rgb(248 180 180 / 0.7);
}
.border-y-red-300\/75 {
  border-top-color: rgb(248 180 180 / 0.75);
  border-bottom-color: rgb(248 180 180 / 0.75);
}
.border-y-red-300\/80 {
  border-top-color: rgb(248 180 180 / 0.8);
  border-bottom-color: rgb(248 180 180 / 0.8);
}
.border-y-red-300\/85 {
  border-top-color: rgb(248 180 180 / 0.85);
  border-bottom-color: rgb(248 180 180 / 0.85);
}
.border-y-red-300\/90 {
  border-top-color: rgb(248 180 180 / 0.9);
  border-bottom-color: rgb(248 180 180 / 0.9);
}
.border-y-red-300\/95 {
  border-top-color: rgb(248 180 180 / 0.95);
  border-bottom-color: rgb(248 180 180 / 0.95);
}
.border-y-red-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 128 128 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(249 128 128 / var(--tw-border-opacity, 1));
}
.border-y-red-400\/0 {
  border-top-color: rgb(249 128 128 / 0);
  border-bottom-color: rgb(249 128 128 / 0);
}
.border-y-red-400\/10 {
  border-top-color: rgb(249 128 128 / 0.1);
  border-bottom-color: rgb(249 128 128 / 0.1);
}
.border-y-red-400\/100 {
  border-top-color: rgb(249 128 128 / 1);
  border-bottom-color: rgb(249 128 128 / 1);
}
.border-y-red-400\/15 {
  border-top-color: rgb(249 128 128 / 0.15);
  border-bottom-color: rgb(249 128 128 / 0.15);
}
.border-y-red-400\/20 {
  border-top-color: rgb(249 128 128 / 0.2);
  border-bottom-color: rgb(249 128 128 / 0.2);
}
.border-y-red-400\/25 {
  border-top-color: rgb(249 128 128 / 0.25);
  border-bottom-color: rgb(249 128 128 / 0.25);
}
.border-y-red-400\/30 {
  border-top-color: rgb(249 128 128 / 0.3);
  border-bottom-color: rgb(249 128 128 / 0.3);
}
.border-y-red-400\/35 {
  border-top-color: rgb(249 128 128 / 0.35);
  border-bottom-color: rgb(249 128 128 / 0.35);
}
.border-y-red-400\/40 {
  border-top-color: rgb(249 128 128 / 0.4);
  border-bottom-color: rgb(249 128 128 / 0.4);
}
.border-y-red-400\/45 {
  border-top-color: rgb(249 128 128 / 0.45);
  border-bottom-color: rgb(249 128 128 / 0.45);
}
.border-y-red-400\/5 {
  border-top-color: rgb(249 128 128 / 0.05);
  border-bottom-color: rgb(249 128 128 / 0.05);
}
.border-y-red-400\/50 {
  border-top-color: rgb(249 128 128 / 0.5);
  border-bottom-color: rgb(249 128 128 / 0.5);
}
.border-y-red-400\/55 {
  border-top-color: rgb(249 128 128 / 0.55);
  border-bottom-color: rgb(249 128 128 / 0.55);
}
.border-y-red-400\/60 {
  border-top-color: rgb(249 128 128 / 0.6);
  border-bottom-color: rgb(249 128 128 / 0.6);
}
.border-y-red-400\/65 {
  border-top-color: rgb(249 128 128 / 0.65);
  border-bottom-color: rgb(249 128 128 / 0.65);
}
.border-y-red-400\/70 {
  border-top-color: rgb(249 128 128 / 0.7);
  border-bottom-color: rgb(249 128 128 / 0.7);
}
.border-y-red-400\/75 {
  border-top-color: rgb(249 128 128 / 0.75);
  border-bottom-color: rgb(249 128 128 / 0.75);
}
.border-y-red-400\/80 {
  border-top-color: rgb(249 128 128 / 0.8);
  border-bottom-color: rgb(249 128 128 / 0.8);
}
.border-y-red-400\/85 {
  border-top-color: rgb(249 128 128 / 0.85);
  border-bottom-color: rgb(249 128 128 / 0.85);
}
.border-y-red-400\/90 {
  border-top-color: rgb(249 128 128 / 0.9);
  border-bottom-color: rgb(249 128 128 / 0.9);
}
.border-y-red-400\/95 {
  border-top-color: rgb(249 128 128 / 0.95);
  border-bottom-color: rgb(249 128 128 / 0.95);
}
.border-y-red-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 242 242 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(253 242 242 / var(--tw-border-opacity, 1));
}
.border-y-red-50\/0 {
  border-top-color: rgb(253 242 242 / 0);
  border-bottom-color: rgb(253 242 242 / 0);
}
.border-y-red-50\/10 {
  border-top-color: rgb(253 242 242 / 0.1);
  border-bottom-color: rgb(253 242 242 / 0.1);
}
.border-y-red-50\/100 {
  border-top-color: rgb(253 242 242 / 1);
  border-bottom-color: rgb(253 242 242 / 1);
}
.border-y-red-50\/15 {
  border-top-color: rgb(253 242 242 / 0.15);
  border-bottom-color: rgb(253 242 242 / 0.15);
}
.border-y-red-50\/20 {
  border-top-color: rgb(253 242 242 / 0.2);
  border-bottom-color: rgb(253 242 242 / 0.2);
}
.border-y-red-50\/25 {
  border-top-color: rgb(253 242 242 / 0.25);
  border-bottom-color: rgb(253 242 242 / 0.25);
}
.border-y-red-50\/30 {
  border-top-color: rgb(253 242 242 / 0.3);
  border-bottom-color: rgb(253 242 242 / 0.3);
}
.border-y-red-50\/35 {
  border-top-color: rgb(253 242 242 / 0.35);
  border-bottom-color: rgb(253 242 242 / 0.35);
}
.border-y-red-50\/40 {
  border-top-color: rgb(253 242 242 / 0.4);
  border-bottom-color: rgb(253 242 242 / 0.4);
}
.border-y-red-50\/45 {
  border-top-color: rgb(253 242 242 / 0.45);
  border-bottom-color: rgb(253 242 242 / 0.45);
}
.border-y-red-50\/5 {
  border-top-color: rgb(253 242 242 / 0.05);
  border-bottom-color: rgb(253 242 242 / 0.05);
}
.border-y-red-50\/50 {
  border-top-color: rgb(253 242 242 / 0.5);
  border-bottom-color: rgb(253 242 242 / 0.5);
}
.border-y-red-50\/55 {
  border-top-color: rgb(253 242 242 / 0.55);
  border-bottom-color: rgb(253 242 242 / 0.55);
}
.border-y-red-50\/60 {
  border-top-color: rgb(253 242 242 / 0.6);
  border-bottom-color: rgb(253 242 242 / 0.6);
}
.border-y-red-50\/65 {
  border-top-color: rgb(253 242 242 / 0.65);
  border-bottom-color: rgb(253 242 242 / 0.65);
}
.border-y-red-50\/70 {
  border-top-color: rgb(253 242 242 / 0.7);
  border-bottom-color: rgb(253 242 242 / 0.7);
}
.border-y-red-50\/75 {
  border-top-color: rgb(253 242 242 / 0.75);
  border-bottom-color: rgb(253 242 242 / 0.75);
}
.border-y-red-50\/80 {
  border-top-color: rgb(253 242 242 / 0.8);
  border-bottom-color: rgb(253 242 242 / 0.8);
}
.border-y-red-50\/85 {
  border-top-color: rgb(253 242 242 / 0.85);
  border-bottom-color: rgb(253 242 242 / 0.85);
}
.border-y-red-50\/90 {
  border-top-color: rgb(253 242 242 / 0.9);
  border-bottom-color: rgb(253 242 242 / 0.9);
}
.border-y-red-50\/95 {
  border-top-color: rgb(253 242 242 / 0.95);
  border-bottom-color: rgb(253 242 242 / 0.95);
}
.border-y-red-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 82 82 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(240 82 82 / var(--tw-border-opacity, 1));
}
.border-y-red-500\/0 {
  border-top-color: rgb(240 82 82 / 0);
  border-bottom-color: rgb(240 82 82 / 0);
}
.border-y-red-500\/10 {
  border-top-color: rgb(240 82 82 / 0.1);
  border-bottom-color: rgb(240 82 82 / 0.1);
}
.border-y-red-500\/100 {
  border-top-color: rgb(240 82 82 / 1);
  border-bottom-color: rgb(240 82 82 / 1);
}
.border-y-red-500\/15 {
  border-top-color: rgb(240 82 82 / 0.15);
  border-bottom-color: rgb(240 82 82 / 0.15);
}
.border-y-red-500\/20 {
  border-top-color: rgb(240 82 82 / 0.2);
  border-bottom-color: rgb(240 82 82 / 0.2);
}
.border-y-red-500\/25 {
  border-top-color: rgb(240 82 82 / 0.25);
  border-bottom-color: rgb(240 82 82 / 0.25);
}
.border-y-red-500\/30 {
  border-top-color: rgb(240 82 82 / 0.3);
  border-bottom-color: rgb(240 82 82 / 0.3);
}
.border-y-red-500\/35 {
  border-top-color: rgb(240 82 82 / 0.35);
  border-bottom-color: rgb(240 82 82 / 0.35);
}
.border-y-red-500\/40 {
  border-top-color: rgb(240 82 82 / 0.4);
  border-bottom-color: rgb(240 82 82 / 0.4);
}
.border-y-red-500\/45 {
  border-top-color: rgb(240 82 82 / 0.45);
  border-bottom-color: rgb(240 82 82 / 0.45);
}
.border-y-red-500\/5 {
  border-top-color: rgb(240 82 82 / 0.05);
  border-bottom-color: rgb(240 82 82 / 0.05);
}
.border-y-red-500\/50 {
  border-top-color: rgb(240 82 82 / 0.5);
  border-bottom-color: rgb(240 82 82 / 0.5);
}
.border-y-red-500\/55 {
  border-top-color: rgb(240 82 82 / 0.55);
  border-bottom-color: rgb(240 82 82 / 0.55);
}
.border-y-red-500\/60 {
  border-top-color: rgb(240 82 82 / 0.6);
  border-bottom-color: rgb(240 82 82 / 0.6);
}
.border-y-red-500\/65 {
  border-top-color: rgb(240 82 82 / 0.65);
  border-bottom-color: rgb(240 82 82 / 0.65);
}
.border-y-red-500\/70 {
  border-top-color: rgb(240 82 82 / 0.7);
  border-bottom-color: rgb(240 82 82 / 0.7);
}
.border-y-red-500\/75 {
  border-top-color: rgb(240 82 82 / 0.75);
  border-bottom-color: rgb(240 82 82 / 0.75);
}
.border-y-red-500\/80 {
  border-top-color: rgb(240 82 82 / 0.8);
  border-bottom-color: rgb(240 82 82 / 0.8);
}
.border-y-red-500\/85 {
  border-top-color: rgb(240 82 82 / 0.85);
  border-bottom-color: rgb(240 82 82 / 0.85);
}
.border-y-red-500\/90 {
  border-top-color: rgb(240 82 82 / 0.9);
  border-bottom-color: rgb(240 82 82 / 0.9);
}
.border-y-red-500\/95 {
  border-top-color: rgb(240 82 82 / 0.95);
  border-bottom-color: rgb(240 82 82 / 0.95);
}
.border-y-red-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(224 36 36 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(224 36 36 / var(--tw-border-opacity, 1));
}
.border-y-red-600\/0 {
  border-top-color: rgb(224 36 36 / 0);
  border-bottom-color: rgb(224 36 36 / 0);
}
.border-y-red-600\/10 {
  border-top-color: rgb(224 36 36 / 0.1);
  border-bottom-color: rgb(224 36 36 / 0.1);
}
.border-y-red-600\/100 {
  border-top-color: rgb(224 36 36 / 1);
  border-bottom-color: rgb(224 36 36 / 1);
}
.border-y-red-600\/15 {
  border-top-color: rgb(224 36 36 / 0.15);
  border-bottom-color: rgb(224 36 36 / 0.15);
}
.border-y-red-600\/20 {
  border-top-color: rgb(224 36 36 / 0.2);
  border-bottom-color: rgb(224 36 36 / 0.2);
}
.border-y-red-600\/25 {
  border-top-color: rgb(224 36 36 / 0.25);
  border-bottom-color: rgb(224 36 36 / 0.25);
}
.border-y-red-600\/30 {
  border-top-color: rgb(224 36 36 / 0.3);
  border-bottom-color: rgb(224 36 36 / 0.3);
}
.border-y-red-600\/35 {
  border-top-color: rgb(224 36 36 / 0.35);
  border-bottom-color: rgb(224 36 36 / 0.35);
}
.border-y-red-600\/40 {
  border-top-color: rgb(224 36 36 / 0.4);
  border-bottom-color: rgb(224 36 36 / 0.4);
}
.border-y-red-600\/45 {
  border-top-color: rgb(224 36 36 / 0.45);
  border-bottom-color: rgb(224 36 36 / 0.45);
}
.border-y-red-600\/5 {
  border-top-color: rgb(224 36 36 / 0.05);
  border-bottom-color: rgb(224 36 36 / 0.05);
}
.border-y-red-600\/50 {
  border-top-color: rgb(224 36 36 / 0.5);
  border-bottom-color: rgb(224 36 36 / 0.5);
}
.border-y-red-600\/55 {
  border-top-color: rgb(224 36 36 / 0.55);
  border-bottom-color: rgb(224 36 36 / 0.55);
}
.border-y-red-600\/60 {
  border-top-color: rgb(224 36 36 / 0.6);
  border-bottom-color: rgb(224 36 36 / 0.6);
}
.border-y-red-600\/65 {
  border-top-color: rgb(224 36 36 / 0.65);
  border-bottom-color: rgb(224 36 36 / 0.65);
}
.border-y-red-600\/70 {
  border-top-color: rgb(224 36 36 / 0.7);
  border-bottom-color: rgb(224 36 36 / 0.7);
}
.border-y-red-600\/75 {
  border-top-color: rgb(224 36 36 / 0.75);
  border-bottom-color: rgb(224 36 36 / 0.75);
}
.border-y-red-600\/80 {
  border-top-color: rgb(224 36 36 / 0.8);
  border-bottom-color: rgb(224 36 36 / 0.8);
}
.border-y-red-600\/85 {
  border-top-color: rgb(224 36 36 / 0.85);
  border-bottom-color: rgb(224 36 36 / 0.85);
}
.border-y-red-600\/90 {
  border-top-color: rgb(224 36 36 / 0.9);
  border-bottom-color: rgb(224 36 36 / 0.9);
}
.border-y-red-600\/95 {
  border-top-color: rgb(224 36 36 / 0.95);
  border-bottom-color: rgb(224 36 36 / 0.95);
}
.border-y-red-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(200 30 30 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(200 30 30 / var(--tw-border-opacity, 1));
}
.border-y-red-700\/0 {
  border-top-color: rgb(200 30 30 / 0);
  border-bottom-color: rgb(200 30 30 / 0);
}
.border-y-red-700\/10 {
  border-top-color: rgb(200 30 30 / 0.1);
  border-bottom-color: rgb(200 30 30 / 0.1);
}
.border-y-red-700\/100 {
  border-top-color: rgb(200 30 30 / 1);
  border-bottom-color: rgb(200 30 30 / 1);
}
.border-y-red-700\/15 {
  border-top-color: rgb(200 30 30 / 0.15);
  border-bottom-color: rgb(200 30 30 / 0.15);
}
.border-y-red-700\/20 {
  border-top-color: rgb(200 30 30 / 0.2);
  border-bottom-color: rgb(200 30 30 / 0.2);
}
.border-y-red-700\/25 {
  border-top-color: rgb(200 30 30 / 0.25);
  border-bottom-color: rgb(200 30 30 / 0.25);
}
.border-y-red-700\/30 {
  border-top-color: rgb(200 30 30 / 0.3);
  border-bottom-color: rgb(200 30 30 / 0.3);
}
.border-y-red-700\/35 {
  border-top-color: rgb(200 30 30 / 0.35);
  border-bottom-color: rgb(200 30 30 / 0.35);
}
.border-y-red-700\/40 {
  border-top-color: rgb(200 30 30 / 0.4);
  border-bottom-color: rgb(200 30 30 / 0.4);
}
.border-y-red-700\/45 {
  border-top-color: rgb(200 30 30 / 0.45);
  border-bottom-color: rgb(200 30 30 / 0.45);
}
.border-y-red-700\/5 {
  border-top-color: rgb(200 30 30 / 0.05);
  border-bottom-color: rgb(200 30 30 / 0.05);
}
.border-y-red-700\/50 {
  border-top-color: rgb(200 30 30 / 0.5);
  border-bottom-color: rgb(200 30 30 / 0.5);
}
.border-y-red-700\/55 {
  border-top-color: rgb(200 30 30 / 0.55);
  border-bottom-color: rgb(200 30 30 / 0.55);
}
.border-y-red-700\/60 {
  border-top-color: rgb(200 30 30 / 0.6);
  border-bottom-color: rgb(200 30 30 / 0.6);
}
.border-y-red-700\/65 {
  border-top-color: rgb(200 30 30 / 0.65);
  border-bottom-color: rgb(200 30 30 / 0.65);
}
.border-y-red-700\/70 {
  border-top-color: rgb(200 30 30 / 0.7);
  border-bottom-color: rgb(200 30 30 / 0.7);
}
.border-y-red-700\/75 {
  border-top-color: rgb(200 30 30 / 0.75);
  border-bottom-color: rgb(200 30 30 / 0.75);
}
.border-y-red-700\/80 {
  border-top-color: rgb(200 30 30 / 0.8);
  border-bottom-color: rgb(200 30 30 / 0.8);
}
.border-y-red-700\/85 {
  border-top-color: rgb(200 30 30 / 0.85);
  border-bottom-color: rgb(200 30 30 / 0.85);
}
.border-y-red-700\/90 {
  border-top-color: rgb(200 30 30 / 0.9);
  border-bottom-color: rgb(200 30 30 / 0.9);
}
.border-y-red-700\/95 {
  border-top-color: rgb(200 30 30 / 0.95);
  border-bottom-color: rgb(200 30 30 / 0.95);
}
.border-y-red-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(155 28 28 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(155 28 28 / var(--tw-border-opacity, 1));
}
.border-y-red-800\/0 {
  border-top-color: rgb(155 28 28 / 0);
  border-bottom-color: rgb(155 28 28 / 0);
}
.border-y-red-800\/10 {
  border-top-color: rgb(155 28 28 / 0.1);
  border-bottom-color: rgb(155 28 28 / 0.1);
}
.border-y-red-800\/100 {
  border-top-color: rgb(155 28 28 / 1);
  border-bottom-color: rgb(155 28 28 / 1);
}
.border-y-red-800\/15 {
  border-top-color: rgb(155 28 28 / 0.15);
  border-bottom-color: rgb(155 28 28 / 0.15);
}
.border-y-red-800\/20 {
  border-top-color: rgb(155 28 28 / 0.2);
  border-bottom-color: rgb(155 28 28 / 0.2);
}
.border-y-red-800\/25 {
  border-top-color: rgb(155 28 28 / 0.25);
  border-bottom-color: rgb(155 28 28 / 0.25);
}
.border-y-red-800\/30 {
  border-top-color: rgb(155 28 28 / 0.3);
  border-bottom-color: rgb(155 28 28 / 0.3);
}
.border-y-red-800\/35 {
  border-top-color: rgb(155 28 28 / 0.35);
  border-bottom-color: rgb(155 28 28 / 0.35);
}
.border-y-red-800\/40 {
  border-top-color: rgb(155 28 28 / 0.4);
  border-bottom-color: rgb(155 28 28 / 0.4);
}
.border-y-red-800\/45 {
  border-top-color: rgb(155 28 28 / 0.45);
  border-bottom-color: rgb(155 28 28 / 0.45);
}
.border-y-red-800\/5 {
  border-top-color: rgb(155 28 28 / 0.05);
  border-bottom-color: rgb(155 28 28 / 0.05);
}
.border-y-red-800\/50 {
  border-top-color: rgb(155 28 28 / 0.5);
  border-bottom-color: rgb(155 28 28 / 0.5);
}
.border-y-red-800\/55 {
  border-top-color: rgb(155 28 28 / 0.55);
  border-bottom-color: rgb(155 28 28 / 0.55);
}
.border-y-red-800\/60 {
  border-top-color: rgb(155 28 28 / 0.6);
  border-bottom-color: rgb(155 28 28 / 0.6);
}
.border-y-red-800\/65 {
  border-top-color: rgb(155 28 28 / 0.65);
  border-bottom-color: rgb(155 28 28 / 0.65);
}
.border-y-red-800\/70 {
  border-top-color: rgb(155 28 28 / 0.7);
  border-bottom-color: rgb(155 28 28 / 0.7);
}
.border-y-red-800\/75 {
  border-top-color: rgb(155 28 28 / 0.75);
  border-bottom-color: rgb(155 28 28 / 0.75);
}
.border-y-red-800\/80 {
  border-top-color: rgb(155 28 28 / 0.8);
  border-bottom-color: rgb(155 28 28 / 0.8);
}
.border-y-red-800\/85 {
  border-top-color: rgb(155 28 28 / 0.85);
  border-bottom-color: rgb(155 28 28 / 0.85);
}
.border-y-red-800\/90 {
  border-top-color: rgb(155 28 28 / 0.9);
  border-bottom-color: rgb(155 28 28 / 0.9);
}
.border-y-red-800\/95 {
  border-top-color: rgb(155 28 28 / 0.95);
  border-bottom-color: rgb(155 28 28 / 0.95);
}
.border-y-red-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(119 29 29 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(119 29 29 / var(--tw-border-opacity, 1));
}
.border-y-red-900\/0 {
  border-top-color: rgb(119 29 29 / 0);
  border-bottom-color: rgb(119 29 29 / 0);
}
.border-y-red-900\/10 {
  border-top-color: rgb(119 29 29 / 0.1);
  border-bottom-color: rgb(119 29 29 / 0.1);
}
.border-y-red-900\/100 {
  border-top-color: rgb(119 29 29 / 1);
  border-bottom-color: rgb(119 29 29 / 1);
}
.border-y-red-900\/15 {
  border-top-color: rgb(119 29 29 / 0.15);
  border-bottom-color: rgb(119 29 29 / 0.15);
}
.border-y-red-900\/20 {
  border-top-color: rgb(119 29 29 / 0.2);
  border-bottom-color: rgb(119 29 29 / 0.2);
}
.border-y-red-900\/25 {
  border-top-color: rgb(119 29 29 / 0.25);
  border-bottom-color: rgb(119 29 29 / 0.25);
}
.border-y-red-900\/30 {
  border-top-color: rgb(119 29 29 / 0.3);
  border-bottom-color: rgb(119 29 29 / 0.3);
}
.border-y-red-900\/35 {
  border-top-color: rgb(119 29 29 / 0.35);
  border-bottom-color: rgb(119 29 29 / 0.35);
}
.border-y-red-900\/40 {
  border-top-color: rgb(119 29 29 / 0.4);
  border-bottom-color: rgb(119 29 29 / 0.4);
}
.border-y-red-900\/45 {
  border-top-color: rgb(119 29 29 / 0.45);
  border-bottom-color: rgb(119 29 29 / 0.45);
}
.border-y-red-900\/5 {
  border-top-color: rgb(119 29 29 / 0.05);
  border-bottom-color: rgb(119 29 29 / 0.05);
}
.border-y-red-900\/50 {
  border-top-color: rgb(119 29 29 / 0.5);
  border-bottom-color: rgb(119 29 29 / 0.5);
}
.border-y-red-900\/55 {
  border-top-color: rgb(119 29 29 / 0.55);
  border-bottom-color: rgb(119 29 29 / 0.55);
}
.border-y-red-900\/60 {
  border-top-color: rgb(119 29 29 / 0.6);
  border-bottom-color: rgb(119 29 29 / 0.6);
}
.border-y-red-900\/65 {
  border-top-color: rgb(119 29 29 / 0.65);
  border-bottom-color: rgb(119 29 29 / 0.65);
}
.border-y-red-900\/70 {
  border-top-color: rgb(119 29 29 / 0.7);
  border-bottom-color: rgb(119 29 29 / 0.7);
}
.border-y-red-900\/75 {
  border-top-color: rgb(119 29 29 / 0.75);
  border-bottom-color: rgb(119 29 29 / 0.75);
}
.border-y-red-900\/80 {
  border-top-color: rgb(119 29 29 / 0.8);
  border-bottom-color: rgb(119 29 29 / 0.8);
}
.border-y-red-900\/85 {
  border-top-color: rgb(119 29 29 / 0.85);
  border-bottom-color: rgb(119 29 29 / 0.85);
}
.border-y-red-900\/90 {
  border-top-color: rgb(119 29 29 / 0.9);
  border-bottom-color: rgb(119 29 29 / 0.9);
}
.border-y-red-900\/95 {
  border-top-color: rgb(119 29 29 / 0.95);
  border-bottom-color: rgb(119 29 29 / 0.95);
}
.border-y-teal-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(213 245 246 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(213 245 246 / var(--tw-border-opacity, 1));
}
.border-y-teal-100\/0 {
  border-top-color: rgb(213 245 246 / 0);
  border-bottom-color: rgb(213 245 246 / 0);
}
.border-y-teal-100\/10 {
  border-top-color: rgb(213 245 246 / 0.1);
  border-bottom-color: rgb(213 245 246 / 0.1);
}
.border-y-teal-100\/100 {
  border-top-color: rgb(213 245 246 / 1);
  border-bottom-color: rgb(213 245 246 / 1);
}
.border-y-teal-100\/15 {
  border-top-color: rgb(213 245 246 / 0.15);
  border-bottom-color: rgb(213 245 246 / 0.15);
}
.border-y-teal-100\/20 {
  border-top-color: rgb(213 245 246 / 0.2);
  border-bottom-color: rgb(213 245 246 / 0.2);
}
.border-y-teal-100\/25 {
  border-top-color: rgb(213 245 246 / 0.25);
  border-bottom-color: rgb(213 245 246 / 0.25);
}
.border-y-teal-100\/30 {
  border-top-color: rgb(213 245 246 / 0.3);
  border-bottom-color: rgb(213 245 246 / 0.3);
}
.border-y-teal-100\/35 {
  border-top-color: rgb(213 245 246 / 0.35);
  border-bottom-color: rgb(213 245 246 / 0.35);
}
.border-y-teal-100\/40 {
  border-top-color: rgb(213 245 246 / 0.4);
  border-bottom-color: rgb(213 245 246 / 0.4);
}
.border-y-teal-100\/45 {
  border-top-color: rgb(213 245 246 / 0.45);
  border-bottom-color: rgb(213 245 246 / 0.45);
}
.border-y-teal-100\/5 {
  border-top-color: rgb(213 245 246 / 0.05);
  border-bottom-color: rgb(213 245 246 / 0.05);
}
.border-y-teal-100\/50 {
  border-top-color: rgb(213 245 246 / 0.5);
  border-bottom-color: rgb(213 245 246 / 0.5);
}
.border-y-teal-100\/55 {
  border-top-color: rgb(213 245 246 / 0.55);
  border-bottom-color: rgb(213 245 246 / 0.55);
}
.border-y-teal-100\/60 {
  border-top-color: rgb(213 245 246 / 0.6);
  border-bottom-color: rgb(213 245 246 / 0.6);
}
.border-y-teal-100\/65 {
  border-top-color: rgb(213 245 246 / 0.65);
  border-bottom-color: rgb(213 245 246 / 0.65);
}
.border-y-teal-100\/70 {
  border-top-color: rgb(213 245 246 / 0.7);
  border-bottom-color: rgb(213 245 246 / 0.7);
}
.border-y-teal-100\/75 {
  border-top-color: rgb(213 245 246 / 0.75);
  border-bottom-color: rgb(213 245 246 / 0.75);
}
.border-y-teal-100\/80 {
  border-top-color: rgb(213 245 246 / 0.8);
  border-bottom-color: rgb(213 245 246 / 0.8);
}
.border-y-teal-100\/85 {
  border-top-color: rgb(213 245 246 / 0.85);
  border-bottom-color: rgb(213 245 246 / 0.85);
}
.border-y-teal-100\/90 {
  border-top-color: rgb(213 245 246 / 0.9);
  border-bottom-color: rgb(213 245 246 / 0.9);
}
.border-y-teal-100\/95 {
  border-top-color: rgb(213 245 246 / 0.95);
  border-bottom-color: rgb(213 245 246 / 0.95);
}
.border-y-teal-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(175 236 239 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(175 236 239 / var(--tw-border-opacity, 1));
}
.border-y-teal-200\/0 {
  border-top-color: rgb(175 236 239 / 0);
  border-bottom-color: rgb(175 236 239 / 0);
}
.border-y-teal-200\/10 {
  border-top-color: rgb(175 236 239 / 0.1);
  border-bottom-color: rgb(175 236 239 / 0.1);
}
.border-y-teal-200\/100 {
  border-top-color: rgb(175 236 239 / 1);
  border-bottom-color: rgb(175 236 239 / 1);
}
.border-y-teal-200\/15 {
  border-top-color: rgb(175 236 239 / 0.15);
  border-bottom-color: rgb(175 236 239 / 0.15);
}
.border-y-teal-200\/20 {
  border-top-color: rgb(175 236 239 / 0.2);
  border-bottom-color: rgb(175 236 239 / 0.2);
}
.border-y-teal-200\/25 {
  border-top-color: rgb(175 236 239 / 0.25);
  border-bottom-color: rgb(175 236 239 / 0.25);
}
.border-y-teal-200\/30 {
  border-top-color: rgb(175 236 239 / 0.3);
  border-bottom-color: rgb(175 236 239 / 0.3);
}
.border-y-teal-200\/35 {
  border-top-color: rgb(175 236 239 / 0.35);
  border-bottom-color: rgb(175 236 239 / 0.35);
}
.border-y-teal-200\/40 {
  border-top-color: rgb(175 236 239 / 0.4);
  border-bottom-color: rgb(175 236 239 / 0.4);
}
.border-y-teal-200\/45 {
  border-top-color: rgb(175 236 239 / 0.45);
  border-bottom-color: rgb(175 236 239 / 0.45);
}
.border-y-teal-200\/5 {
  border-top-color: rgb(175 236 239 / 0.05);
  border-bottom-color: rgb(175 236 239 / 0.05);
}
.border-y-teal-200\/50 {
  border-top-color: rgb(175 236 239 / 0.5);
  border-bottom-color: rgb(175 236 239 / 0.5);
}
.border-y-teal-200\/55 {
  border-top-color: rgb(175 236 239 / 0.55);
  border-bottom-color: rgb(175 236 239 / 0.55);
}
.border-y-teal-200\/60 {
  border-top-color: rgb(175 236 239 / 0.6);
  border-bottom-color: rgb(175 236 239 / 0.6);
}
.border-y-teal-200\/65 {
  border-top-color: rgb(175 236 239 / 0.65);
  border-bottom-color: rgb(175 236 239 / 0.65);
}
.border-y-teal-200\/70 {
  border-top-color: rgb(175 236 239 / 0.7);
  border-bottom-color: rgb(175 236 239 / 0.7);
}
.border-y-teal-200\/75 {
  border-top-color: rgb(175 236 239 / 0.75);
  border-bottom-color: rgb(175 236 239 / 0.75);
}
.border-y-teal-200\/80 {
  border-top-color: rgb(175 236 239 / 0.8);
  border-bottom-color: rgb(175 236 239 / 0.8);
}
.border-y-teal-200\/85 {
  border-top-color: rgb(175 236 239 / 0.85);
  border-bottom-color: rgb(175 236 239 / 0.85);
}
.border-y-teal-200\/90 {
  border-top-color: rgb(175 236 239 / 0.9);
  border-bottom-color: rgb(175 236 239 / 0.9);
}
.border-y-teal-200\/95 {
  border-top-color: rgb(175 236 239 / 0.95);
  border-bottom-color: rgb(175 236 239 / 0.95);
}
.border-y-teal-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(126 220 226 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(126 220 226 / var(--tw-border-opacity, 1));
}
.border-y-teal-300\/0 {
  border-top-color: rgb(126 220 226 / 0);
  border-bottom-color: rgb(126 220 226 / 0);
}
.border-y-teal-300\/10 {
  border-top-color: rgb(126 220 226 / 0.1);
  border-bottom-color: rgb(126 220 226 / 0.1);
}
.border-y-teal-300\/100 {
  border-top-color: rgb(126 220 226 / 1);
  border-bottom-color: rgb(126 220 226 / 1);
}
.border-y-teal-300\/15 {
  border-top-color: rgb(126 220 226 / 0.15);
  border-bottom-color: rgb(126 220 226 / 0.15);
}
.border-y-teal-300\/20 {
  border-top-color: rgb(126 220 226 / 0.2);
  border-bottom-color: rgb(126 220 226 / 0.2);
}
.border-y-teal-300\/25 {
  border-top-color: rgb(126 220 226 / 0.25);
  border-bottom-color: rgb(126 220 226 / 0.25);
}
.border-y-teal-300\/30 {
  border-top-color: rgb(126 220 226 / 0.3);
  border-bottom-color: rgb(126 220 226 / 0.3);
}
.border-y-teal-300\/35 {
  border-top-color: rgb(126 220 226 / 0.35);
  border-bottom-color: rgb(126 220 226 / 0.35);
}
.border-y-teal-300\/40 {
  border-top-color: rgb(126 220 226 / 0.4);
  border-bottom-color: rgb(126 220 226 / 0.4);
}
.border-y-teal-300\/45 {
  border-top-color: rgb(126 220 226 / 0.45);
  border-bottom-color: rgb(126 220 226 / 0.45);
}
.border-y-teal-300\/5 {
  border-top-color: rgb(126 220 226 / 0.05);
  border-bottom-color: rgb(126 220 226 / 0.05);
}
.border-y-teal-300\/50 {
  border-top-color: rgb(126 220 226 / 0.5);
  border-bottom-color: rgb(126 220 226 / 0.5);
}
.border-y-teal-300\/55 {
  border-top-color: rgb(126 220 226 / 0.55);
  border-bottom-color: rgb(126 220 226 / 0.55);
}
.border-y-teal-300\/60 {
  border-top-color: rgb(126 220 226 / 0.6);
  border-bottom-color: rgb(126 220 226 / 0.6);
}
.border-y-teal-300\/65 {
  border-top-color: rgb(126 220 226 / 0.65);
  border-bottom-color: rgb(126 220 226 / 0.65);
}
.border-y-teal-300\/70 {
  border-top-color: rgb(126 220 226 / 0.7);
  border-bottom-color: rgb(126 220 226 / 0.7);
}
.border-y-teal-300\/75 {
  border-top-color: rgb(126 220 226 / 0.75);
  border-bottom-color: rgb(126 220 226 / 0.75);
}
.border-y-teal-300\/80 {
  border-top-color: rgb(126 220 226 / 0.8);
  border-bottom-color: rgb(126 220 226 / 0.8);
}
.border-y-teal-300\/85 {
  border-top-color: rgb(126 220 226 / 0.85);
  border-bottom-color: rgb(126 220 226 / 0.85);
}
.border-y-teal-300\/90 {
  border-top-color: rgb(126 220 226 / 0.9);
  border-bottom-color: rgb(126 220 226 / 0.9);
}
.border-y-teal-300\/95 {
  border-top-color: rgb(126 220 226 / 0.95);
  border-bottom-color: rgb(126 220 226 / 0.95);
}
.border-y-teal-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(22 189 202 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(22 189 202 / var(--tw-border-opacity, 1));
}
.border-y-teal-400\/0 {
  border-top-color: rgb(22 189 202 / 0);
  border-bottom-color: rgb(22 189 202 / 0);
}
.border-y-teal-400\/10 {
  border-top-color: rgb(22 189 202 / 0.1);
  border-bottom-color: rgb(22 189 202 / 0.1);
}
.border-y-teal-400\/100 {
  border-top-color: rgb(22 189 202 / 1);
  border-bottom-color: rgb(22 189 202 / 1);
}
.border-y-teal-400\/15 {
  border-top-color: rgb(22 189 202 / 0.15);
  border-bottom-color: rgb(22 189 202 / 0.15);
}
.border-y-teal-400\/20 {
  border-top-color: rgb(22 189 202 / 0.2);
  border-bottom-color: rgb(22 189 202 / 0.2);
}
.border-y-teal-400\/25 {
  border-top-color: rgb(22 189 202 / 0.25);
  border-bottom-color: rgb(22 189 202 / 0.25);
}
.border-y-teal-400\/30 {
  border-top-color: rgb(22 189 202 / 0.3);
  border-bottom-color: rgb(22 189 202 / 0.3);
}
.border-y-teal-400\/35 {
  border-top-color: rgb(22 189 202 / 0.35);
  border-bottom-color: rgb(22 189 202 / 0.35);
}
.border-y-teal-400\/40 {
  border-top-color: rgb(22 189 202 / 0.4);
  border-bottom-color: rgb(22 189 202 / 0.4);
}
.border-y-teal-400\/45 {
  border-top-color: rgb(22 189 202 / 0.45);
  border-bottom-color: rgb(22 189 202 / 0.45);
}
.border-y-teal-400\/5 {
  border-top-color: rgb(22 189 202 / 0.05);
  border-bottom-color: rgb(22 189 202 / 0.05);
}
.border-y-teal-400\/50 {
  border-top-color: rgb(22 189 202 / 0.5);
  border-bottom-color: rgb(22 189 202 / 0.5);
}
.border-y-teal-400\/55 {
  border-top-color: rgb(22 189 202 / 0.55);
  border-bottom-color: rgb(22 189 202 / 0.55);
}
.border-y-teal-400\/60 {
  border-top-color: rgb(22 189 202 / 0.6);
  border-bottom-color: rgb(22 189 202 / 0.6);
}
.border-y-teal-400\/65 {
  border-top-color: rgb(22 189 202 / 0.65);
  border-bottom-color: rgb(22 189 202 / 0.65);
}
.border-y-teal-400\/70 {
  border-top-color: rgb(22 189 202 / 0.7);
  border-bottom-color: rgb(22 189 202 / 0.7);
}
.border-y-teal-400\/75 {
  border-top-color: rgb(22 189 202 / 0.75);
  border-bottom-color: rgb(22 189 202 / 0.75);
}
.border-y-teal-400\/80 {
  border-top-color: rgb(22 189 202 / 0.8);
  border-bottom-color: rgb(22 189 202 / 0.8);
}
.border-y-teal-400\/85 {
  border-top-color: rgb(22 189 202 / 0.85);
  border-bottom-color: rgb(22 189 202 / 0.85);
}
.border-y-teal-400\/90 {
  border-top-color: rgb(22 189 202 / 0.9);
  border-bottom-color: rgb(22 189 202 / 0.9);
}
.border-y-teal-400\/95 {
  border-top-color: rgb(22 189 202 / 0.95);
  border-bottom-color: rgb(22 189 202 / 0.95);
}
.border-y-teal-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(237 250 250 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(237 250 250 / var(--tw-border-opacity, 1));
}
.border-y-teal-50\/0 {
  border-top-color: rgb(237 250 250 / 0);
  border-bottom-color: rgb(237 250 250 / 0);
}
.border-y-teal-50\/10 {
  border-top-color: rgb(237 250 250 / 0.1);
  border-bottom-color: rgb(237 250 250 / 0.1);
}
.border-y-teal-50\/100 {
  border-top-color: rgb(237 250 250 / 1);
  border-bottom-color: rgb(237 250 250 / 1);
}
.border-y-teal-50\/15 {
  border-top-color: rgb(237 250 250 / 0.15);
  border-bottom-color: rgb(237 250 250 / 0.15);
}
.border-y-teal-50\/20 {
  border-top-color: rgb(237 250 250 / 0.2);
  border-bottom-color: rgb(237 250 250 / 0.2);
}
.border-y-teal-50\/25 {
  border-top-color: rgb(237 250 250 / 0.25);
  border-bottom-color: rgb(237 250 250 / 0.25);
}
.border-y-teal-50\/30 {
  border-top-color: rgb(237 250 250 / 0.3);
  border-bottom-color: rgb(237 250 250 / 0.3);
}
.border-y-teal-50\/35 {
  border-top-color: rgb(237 250 250 / 0.35);
  border-bottom-color: rgb(237 250 250 / 0.35);
}
.border-y-teal-50\/40 {
  border-top-color: rgb(237 250 250 / 0.4);
  border-bottom-color: rgb(237 250 250 / 0.4);
}
.border-y-teal-50\/45 {
  border-top-color: rgb(237 250 250 / 0.45);
  border-bottom-color: rgb(237 250 250 / 0.45);
}
.border-y-teal-50\/5 {
  border-top-color: rgb(237 250 250 / 0.05);
  border-bottom-color: rgb(237 250 250 / 0.05);
}
.border-y-teal-50\/50 {
  border-top-color: rgb(237 250 250 / 0.5);
  border-bottom-color: rgb(237 250 250 / 0.5);
}
.border-y-teal-50\/55 {
  border-top-color: rgb(237 250 250 / 0.55);
  border-bottom-color: rgb(237 250 250 / 0.55);
}
.border-y-teal-50\/60 {
  border-top-color: rgb(237 250 250 / 0.6);
  border-bottom-color: rgb(237 250 250 / 0.6);
}
.border-y-teal-50\/65 {
  border-top-color: rgb(237 250 250 / 0.65);
  border-bottom-color: rgb(237 250 250 / 0.65);
}
.border-y-teal-50\/70 {
  border-top-color: rgb(237 250 250 / 0.7);
  border-bottom-color: rgb(237 250 250 / 0.7);
}
.border-y-teal-50\/75 {
  border-top-color: rgb(237 250 250 / 0.75);
  border-bottom-color: rgb(237 250 250 / 0.75);
}
.border-y-teal-50\/80 {
  border-top-color: rgb(237 250 250 / 0.8);
  border-bottom-color: rgb(237 250 250 / 0.8);
}
.border-y-teal-50\/85 {
  border-top-color: rgb(237 250 250 / 0.85);
  border-bottom-color: rgb(237 250 250 / 0.85);
}
.border-y-teal-50\/90 {
  border-top-color: rgb(237 250 250 / 0.9);
  border-bottom-color: rgb(237 250 250 / 0.9);
}
.border-y-teal-50\/95 {
  border-top-color: rgb(237 250 250 / 0.95);
  border-bottom-color: rgb(237 250 250 / 0.95);
}
.border-y-teal-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(6 148 162 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(6 148 162 / var(--tw-border-opacity, 1));
}
.border-y-teal-500\/0 {
  border-top-color: rgb(6 148 162 / 0);
  border-bottom-color: rgb(6 148 162 / 0);
}
.border-y-teal-500\/10 {
  border-top-color: rgb(6 148 162 / 0.1);
  border-bottom-color: rgb(6 148 162 / 0.1);
}
.border-y-teal-500\/100 {
  border-top-color: rgb(6 148 162 / 1);
  border-bottom-color: rgb(6 148 162 / 1);
}
.border-y-teal-500\/15 {
  border-top-color: rgb(6 148 162 / 0.15);
  border-bottom-color: rgb(6 148 162 / 0.15);
}
.border-y-teal-500\/20 {
  border-top-color: rgb(6 148 162 / 0.2);
  border-bottom-color: rgb(6 148 162 / 0.2);
}
.border-y-teal-500\/25 {
  border-top-color: rgb(6 148 162 / 0.25);
  border-bottom-color: rgb(6 148 162 / 0.25);
}
.border-y-teal-500\/30 {
  border-top-color: rgb(6 148 162 / 0.3);
  border-bottom-color: rgb(6 148 162 / 0.3);
}
.border-y-teal-500\/35 {
  border-top-color: rgb(6 148 162 / 0.35);
  border-bottom-color: rgb(6 148 162 / 0.35);
}
.border-y-teal-500\/40 {
  border-top-color: rgb(6 148 162 / 0.4);
  border-bottom-color: rgb(6 148 162 / 0.4);
}
.border-y-teal-500\/45 {
  border-top-color: rgb(6 148 162 / 0.45);
  border-bottom-color: rgb(6 148 162 / 0.45);
}
.border-y-teal-500\/5 {
  border-top-color: rgb(6 148 162 / 0.05);
  border-bottom-color: rgb(6 148 162 / 0.05);
}
.border-y-teal-500\/50 {
  border-top-color: rgb(6 148 162 / 0.5);
  border-bottom-color: rgb(6 148 162 / 0.5);
}
.border-y-teal-500\/55 {
  border-top-color: rgb(6 148 162 / 0.55);
  border-bottom-color: rgb(6 148 162 / 0.55);
}
.border-y-teal-500\/60 {
  border-top-color: rgb(6 148 162 / 0.6);
  border-bottom-color: rgb(6 148 162 / 0.6);
}
.border-y-teal-500\/65 {
  border-top-color: rgb(6 148 162 / 0.65);
  border-bottom-color: rgb(6 148 162 / 0.65);
}
.border-y-teal-500\/70 {
  border-top-color: rgb(6 148 162 / 0.7);
  border-bottom-color: rgb(6 148 162 / 0.7);
}
.border-y-teal-500\/75 {
  border-top-color: rgb(6 148 162 / 0.75);
  border-bottom-color: rgb(6 148 162 / 0.75);
}
.border-y-teal-500\/80 {
  border-top-color: rgb(6 148 162 / 0.8);
  border-bottom-color: rgb(6 148 162 / 0.8);
}
.border-y-teal-500\/85 {
  border-top-color: rgb(6 148 162 / 0.85);
  border-bottom-color: rgb(6 148 162 / 0.85);
}
.border-y-teal-500\/90 {
  border-top-color: rgb(6 148 162 / 0.9);
  border-bottom-color: rgb(6 148 162 / 0.9);
}
.border-y-teal-500\/95 {
  border-top-color: rgb(6 148 162 / 0.95);
  border-bottom-color: rgb(6 148 162 / 0.95);
}
.border-y-teal-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(4 116 129 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(4 116 129 / var(--tw-border-opacity, 1));
}
.border-y-teal-600\/0 {
  border-top-color: rgb(4 116 129 / 0);
  border-bottom-color: rgb(4 116 129 / 0);
}
.border-y-teal-600\/10 {
  border-top-color: rgb(4 116 129 / 0.1);
  border-bottom-color: rgb(4 116 129 / 0.1);
}
.border-y-teal-600\/100 {
  border-top-color: rgb(4 116 129 / 1);
  border-bottom-color: rgb(4 116 129 / 1);
}
.border-y-teal-600\/15 {
  border-top-color: rgb(4 116 129 / 0.15);
  border-bottom-color: rgb(4 116 129 / 0.15);
}
.border-y-teal-600\/20 {
  border-top-color: rgb(4 116 129 / 0.2);
  border-bottom-color: rgb(4 116 129 / 0.2);
}
.border-y-teal-600\/25 {
  border-top-color: rgb(4 116 129 / 0.25);
  border-bottom-color: rgb(4 116 129 / 0.25);
}
.border-y-teal-600\/30 {
  border-top-color: rgb(4 116 129 / 0.3);
  border-bottom-color: rgb(4 116 129 / 0.3);
}
.border-y-teal-600\/35 {
  border-top-color: rgb(4 116 129 / 0.35);
  border-bottom-color: rgb(4 116 129 / 0.35);
}
.border-y-teal-600\/40 {
  border-top-color: rgb(4 116 129 / 0.4);
  border-bottom-color: rgb(4 116 129 / 0.4);
}
.border-y-teal-600\/45 {
  border-top-color: rgb(4 116 129 / 0.45);
  border-bottom-color: rgb(4 116 129 / 0.45);
}
.border-y-teal-600\/5 {
  border-top-color: rgb(4 116 129 / 0.05);
  border-bottom-color: rgb(4 116 129 / 0.05);
}
.border-y-teal-600\/50 {
  border-top-color: rgb(4 116 129 / 0.5);
  border-bottom-color: rgb(4 116 129 / 0.5);
}
.border-y-teal-600\/55 {
  border-top-color: rgb(4 116 129 / 0.55);
  border-bottom-color: rgb(4 116 129 / 0.55);
}
.border-y-teal-600\/60 {
  border-top-color: rgb(4 116 129 / 0.6);
  border-bottom-color: rgb(4 116 129 / 0.6);
}
.border-y-teal-600\/65 {
  border-top-color: rgb(4 116 129 / 0.65);
  border-bottom-color: rgb(4 116 129 / 0.65);
}
.border-y-teal-600\/70 {
  border-top-color: rgb(4 116 129 / 0.7);
  border-bottom-color: rgb(4 116 129 / 0.7);
}
.border-y-teal-600\/75 {
  border-top-color: rgb(4 116 129 / 0.75);
  border-bottom-color: rgb(4 116 129 / 0.75);
}
.border-y-teal-600\/80 {
  border-top-color: rgb(4 116 129 / 0.8);
  border-bottom-color: rgb(4 116 129 / 0.8);
}
.border-y-teal-600\/85 {
  border-top-color: rgb(4 116 129 / 0.85);
  border-bottom-color: rgb(4 116 129 / 0.85);
}
.border-y-teal-600\/90 {
  border-top-color: rgb(4 116 129 / 0.9);
  border-bottom-color: rgb(4 116 129 / 0.9);
}
.border-y-teal-600\/95 {
  border-top-color: rgb(4 116 129 / 0.95);
  border-bottom-color: rgb(4 116 129 / 0.95);
}
.border-y-teal-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(3 102 114 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(3 102 114 / var(--tw-border-opacity, 1));
}
.border-y-teal-700\/0 {
  border-top-color: rgb(3 102 114 / 0);
  border-bottom-color: rgb(3 102 114 / 0);
}
.border-y-teal-700\/10 {
  border-top-color: rgb(3 102 114 / 0.1);
  border-bottom-color: rgb(3 102 114 / 0.1);
}
.border-y-teal-700\/100 {
  border-top-color: rgb(3 102 114 / 1);
  border-bottom-color: rgb(3 102 114 / 1);
}
.border-y-teal-700\/15 {
  border-top-color: rgb(3 102 114 / 0.15);
  border-bottom-color: rgb(3 102 114 / 0.15);
}
.border-y-teal-700\/20 {
  border-top-color: rgb(3 102 114 / 0.2);
  border-bottom-color: rgb(3 102 114 / 0.2);
}
.border-y-teal-700\/25 {
  border-top-color: rgb(3 102 114 / 0.25);
  border-bottom-color: rgb(3 102 114 / 0.25);
}
.border-y-teal-700\/30 {
  border-top-color: rgb(3 102 114 / 0.3);
  border-bottom-color: rgb(3 102 114 / 0.3);
}
.border-y-teal-700\/35 {
  border-top-color: rgb(3 102 114 / 0.35);
  border-bottom-color: rgb(3 102 114 / 0.35);
}
.border-y-teal-700\/40 {
  border-top-color: rgb(3 102 114 / 0.4);
  border-bottom-color: rgb(3 102 114 / 0.4);
}
.border-y-teal-700\/45 {
  border-top-color: rgb(3 102 114 / 0.45);
  border-bottom-color: rgb(3 102 114 / 0.45);
}
.border-y-teal-700\/5 {
  border-top-color: rgb(3 102 114 / 0.05);
  border-bottom-color: rgb(3 102 114 / 0.05);
}
.border-y-teal-700\/50 {
  border-top-color: rgb(3 102 114 / 0.5);
  border-bottom-color: rgb(3 102 114 / 0.5);
}
.border-y-teal-700\/55 {
  border-top-color: rgb(3 102 114 / 0.55);
  border-bottom-color: rgb(3 102 114 / 0.55);
}
.border-y-teal-700\/60 {
  border-top-color: rgb(3 102 114 / 0.6);
  border-bottom-color: rgb(3 102 114 / 0.6);
}
.border-y-teal-700\/65 {
  border-top-color: rgb(3 102 114 / 0.65);
  border-bottom-color: rgb(3 102 114 / 0.65);
}
.border-y-teal-700\/70 {
  border-top-color: rgb(3 102 114 / 0.7);
  border-bottom-color: rgb(3 102 114 / 0.7);
}
.border-y-teal-700\/75 {
  border-top-color: rgb(3 102 114 / 0.75);
  border-bottom-color: rgb(3 102 114 / 0.75);
}
.border-y-teal-700\/80 {
  border-top-color: rgb(3 102 114 / 0.8);
  border-bottom-color: rgb(3 102 114 / 0.8);
}
.border-y-teal-700\/85 {
  border-top-color: rgb(3 102 114 / 0.85);
  border-bottom-color: rgb(3 102 114 / 0.85);
}
.border-y-teal-700\/90 {
  border-top-color: rgb(3 102 114 / 0.9);
  border-bottom-color: rgb(3 102 114 / 0.9);
}
.border-y-teal-700\/95 {
  border-top-color: rgb(3 102 114 / 0.95);
  border-bottom-color: rgb(3 102 114 / 0.95);
}
.border-y-teal-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(5 80 92 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(5 80 92 / var(--tw-border-opacity, 1));
}
.border-y-teal-800\/0 {
  border-top-color: rgb(5 80 92 / 0);
  border-bottom-color: rgb(5 80 92 / 0);
}
.border-y-teal-800\/10 {
  border-top-color: rgb(5 80 92 / 0.1);
  border-bottom-color: rgb(5 80 92 / 0.1);
}
.border-y-teal-800\/100 {
  border-top-color: rgb(5 80 92 / 1);
  border-bottom-color: rgb(5 80 92 / 1);
}
.border-y-teal-800\/15 {
  border-top-color: rgb(5 80 92 / 0.15);
  border-bottom-color: rgb(5 80 92 / 0.15);
}
.border-y-teal-800\/20 {
  border-top-color: rgb(5 80 92 / 0.2);
  border-bottom-color: rgb(5 80 92 / 0.2);
}
.border-y-teal-800\/25 {
  border-top-color: rgb(5 80 92 / 0.25);
  border-bottom-color: rgb(5 80 92 / 0.25);
}
.border-y-teal-800\/30 {
  border-top-color: rgb(5 80 92 / 0.3);
  border-bottom-color: rgb(5 80 92 / 0.3);
}
.border-y-teal-800\/35 {
  border-top-color: rgb(5 80 92 / 0.35);
  border-bottom-color: rgb(5 80 92 / 0.35);
}
.border-y-teal-800\/40 {
  border-top-color: rgb(5 80 92 / 0.4);
  border-bottom-color: rgb(5 80 92 / 0.4);
}
.border-y-teal-800\/45 {
  border-top-color: rgb(5 80 92 / 0.45);
  border-bottom-color: rgb(5 80 92 / 0.45);
}
.border-y-teal-800\/5 {
  border-top-color: rgb(5 80 92 / 0.05);
  border-bottom-color: rgb(5 80 92 / 0.05);
}
.border-y-teal-800\/50 {
  border-top-color: rgb(5 80 92 / 0.5);
  border-bottom-color: rgb(5 80 92 / 0.5);
}
.border-y-teal-800\/55 {
  border-top-color: rgb(5 80 92 / 0.55);
  border-bottom-color: rgb(5 80 92 / 0.55);
}
.border-y-teal-800\/60 {
  border-top-color: rgb(5 80 92 / 0.6);
  border-bottom-color: rgb(5 80 92 / 0.6);
}
.border-y-teal-800\/65 {
  border-top-color: rgb(5 80 92 / 0.65);
  border-bottom-color: rgb(5 80 92 / 0.65);
}
.border-y-teal-800\/70 {
  border-top-color: rgb(5 80 92 / 0.7);
  border-bottom-color: rgb(5 80 92 / 0.7);
}
.border-y-teal-800\/75 {
  border-top-color: rgb(5 80 92 / 0.75);
  border-bottom-color: rgb(5 80 92 / 0.75);
}
.border-y-teal-800\/80 {
  border-top-color: rgb(5 80 92 / 0.8);
  border-bottom-color: rgb(5 80 92 / 0.8);
}
.border-y-teal-800\/85 {
  border-top-color: rgb(5 80 92 / 0.85);
  border-bottom-color: rgb(5 80 92 / 0.85);
}
.border-y-teal-800\/90 {
  border-top-color: rgb(5 80 92 / 0.9);
  border-bottom-color: rgb(5 80 92 / 0.9);
}
.border-y-teal-800\/95 {
  border-top-color: rgb(5 80 92 / 0.95);
  border-bottom-color: rgb(5 80 92 / 0.95);
}
.border-y-teal-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(1 68 81 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(1 68 81 / var(--tw-border-opacity, 1));
}
.border-y-teal-900\/0 {
  border-top-color: rgb(1 68 81 / 0);
  border-bottom-color: rgb(1 68 81 / 0);
}
.border-y-teal-900\/10 {
  border-top-color: rgb(1 68 81 / 0.1);
  border-bottom-color: rgb(1 68 81 / 0.1);
}
.border-y-teal-900\/100 {
  border-top-color: rgb(1 68 81 / 1);
  border-bottom-color: rgb(1 68 81 / 1);
}
.border-y-teal-900\/15 {
  border-top-color: rgb(1 68 81 / 0.15);
  border-bottom-color: rgb(1 68 81 / 0.15);
}
.border-y-teal-900\/20 {
  border-top-color: rgb(1 68 81 / 0.2);
  border-bottom-color: rgb(1 68 81 / 0.2);
}
.border-y-teal-900\/25 {
  border-top-color: rgb(1 68 81 / 0.25);
  border-bottom-color: rgb(1 68 81 / 0.25);
}
.border-y-teal-900\/30 {
  border-top-color: rgb(1 68 81 / 0.3);
  border-bottom-color: rgb(1 68 81 / 0.3);
}
.border-y-teal-900\/35 {
  border-top-color: rgb(1 68 81 / 0.35);
  border-bottom-color: rgb(1 68 81 / 0.35);
}
.border-y-teal-900\/40 {
  border-top-color: rgb(1 68 81 / 0.4);
  border-bottom-color: rgb(1 68 81 / 0.4);
}
.border-y-teal-900\/45 {
  border-top-color: rgb(1 68 81 / 0.45);
  border-bottom-color: rgb(1 68 81 / 0.45);
}
.border-y-teal-900\/5 {
  border-top-color: rgb(1 68 81 / 0.05);
  border-bottom-color: rgb(1 68 81 / 0.05);
}
.border-y-teal-900\/50 {
  border-top-color: rgb(1 68 81 / 0.5);
  border-bottom-color: rgb(1 68 81 / 0.5);
}
.border-y-teal-900\/55 {
  border-top-color: rgb(1 68 81 / 0.55);
  border-bottom-color: rgb(1 68 81 / 0.55);
}
.border-y-teal-900\/60 {
  border-top-color: rgb(1 68 81 / 0.6);
  border-bottom-color: rgb(1 68 81 / 0.6);
}
.border-y-teal-900\/65 {
  border-top-color: rgb(1 68 81 / 0.65);
  border-bottom-color: rgb(1 68 81 / 0.65);
}
.border-y-teal-900\/70 {
  border-top-color: rgb(1 68 81 / 0.7);
  border-bottom-color: rgb(1 68 81 / 0.7);
}
.border-y-teal-900\/75 {
  border-top-color: rgb(1 68 81 / 0.75);
  border-bottom-color: rgb(1 68 81 / 0.75);
}
.border-y-teal-900\/80 {
  border-top-color: rgb(1 68 81 / 0.8);
  border-bottom-color: rgb(1 68 81 / 0.8);
}
.border-y-teal-900\/85 {
  border-top-color: rgb(1 68 81 / 0.85);
  border-bottom-color: rgb(1 68 81 / 0.85);
}
.border-y-teal-900\/90 {
  border-top-color: rgb(1 68 81 / 0.9);
  border-bottom-color: rgb(1 68 81 / 0.9);
}
.border-y-teal-900\/95 {
  border-top-color: rgb(1 68 81 / 0.95);
  border-bottom-color: rgb(1 68 81 / 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-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.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(253 246 178 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(253 246 178 / var(--tw-border-opacity, 1));
}
.border-y-yellow-100\/0 {
  border-top-color: rgb(253 246 178 / 0);
  border-bottom-color: rgb(253 246 178 / 0);
}
.border-y-yellow-100\/10 {
  border-top-color: rgb(253 246 178 / 0.1);
  border-bottom-color: rgb(253 246 178 / 0.1);
}
.border-y-yellow-100\/100 {
  border-top-color: rgb(253 246 178 / 1);
  border-bottom-color: rgb(253 246 178 / 1);
}
.border-y-yellow-100\/15 {
  border-top-color: rgb(253 246 178 / 0.15);
  border-bottom-color: rgb(253 246 178 / 0.15);
}
.border-y-yellow-100\/20 {
  border-top-color: rgb(253 246 178 / 0.2);
  border-bottom-color: rgb(253 246 178 / 0.2);
}
.border-y-yellow-100\/25 {
  border-top-color: rgb(253 246 178 / 0.25);
  border-bottom-color: rgb(253 246 178 / 0.25);
}
.border-y-yellow-100\/30 {
  border-top-color: rgb(253 246 178 / 0.3);
  border-bottom-color: rgb(253 246 178 / 0.3);
}
.border-y-yellow-100\/35 {
  border-top-color: rgb(253 246 178 / 0.35);
  border-bottom-color: rgb(253 246 178 / 0.35);
}
.border-y-yellow-100\/40 {
  border-top-color: rgb(253 246 178 / 0.4);
  border-bottom-color: rgb(253 246 178 / 0.4);
}
.border-y-yellow-100\/45 {
  border-top-color: rgb(253 246 178 / 0.45);
  border-bottom-color: rgb(253 246 178 / 0.45);
}
.border-y-yellow-100\/5 {
  border-top-color: rgb(253 246 178 / 0.05);
  border-bottom-color: rgb(253 246 178 / 0.05);
}
.border-y-yellow-100\/50 {
  border-top-color: rgb(253 246 178 / 0.5);
  border-bottom-color: rgb(253 246 178 / 0.5);
}
.border-y-yellow-100\/55 {
  border-top-color: rgb(253 246 178 / 0.55);
  border-bottom-color: rgb(253 246 178 / 0.55);
}
.border-y-yellow-100\/60 {
  border-top-color: rgb(253 246 178 / 0.6);
  border-bottom-color: rgb(253 246 178 / 0.6);
}
.border-y-yellow-100\/65 {
  border-top-color: rgb(253 246 178 / 0.65);
  border-bottom-color: rgb(253 246 178 / 0.65);
}
.border-y-yellow-100\/70 {
  border-top-color: rgb(253 246 178 / 0.7);
  border-bottom-color: rgb(253 246 178 / 0.7);
}
.border-y-yellow-100\/75 {
  border-top-color: rgb(253 246 178 / 0.75);
  border-bottom-color: rgb(253 246 178 / 0.75);
}
.border-y-yellow-100\/80 {
  border-top-color: rgb(253 246 178 / 0.8);
  border-bottom-color: rgb(253 246 178 / 0.8);
}
.border-y-yellow-100\/85 {
  border-top-color: rgb(253 246 178 / 0.85);
  border-bottom-color: rgb(253 246 178 / 0.85);
}
.border-y-yellow-100\/90 {
  border-top-color: rgb(253 246 178 / 0.9);
  border-bottom-color: rgb(253 246 178 / 0.9);
}
.border-y-yellow-100\/95 {
  border-top-color: rgb(253 246 178 / 0.95);
  border-bottom-color: rgb(253 246 178 / 0.95);
}
.border-y-yellow-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(252 233 106 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(252 233 106 / var(--tw-border-opacity, 1));
}
.border-y-yellow-200\/0 {
  border-top-color: rgb(252 233 106 / 0);
  border-bottom-color: rgb(252 233 106 / 0);
}
.border-y-yellow-200\/10 {
  border-top-color: rgb(252 233 106 / 0.1);
  border-bottom-color: rgb(252 233 106 / 0.1);
}
.border-y-yellow-200\/100 {
  border-top-color: rgb(252 233 106 / 1);
  border-bottom-color: rgb(252 233 106 / 1);
}
.border-y-yellow-200\/15 {
  border-top-color: rgb(252 233 106 / 0.15);
  border-bottom-color: rgb(252 233 106 / 0.15);
}
.border-y-yellow-200\/20 {
  border-top-color: rgb(252 233 106 / 0.2);
  border-bottom-color: rgb(252 233 106 / 0.2);
}
.border-y-yellow-200\/25 {
  border-top-color: rgb(252 233 106 / 0.25);
  border-bottom-color: rgb(252 233 106 / 0.25);
}
.border-y-yellow-200\/30 {
  border-top-color: rgb(252 233 106 / 0.3);
  border-bottom-color: rgb(252 233 106 / 0.3);
}
.border-y-yellow-200\/35 {
  border-top-color: rgb(252 233 106 / 0.35);
  border-bottom-color: rgb(252 233 106 / 0.35);
}
.border-y-yellow-200\/40 {
  border-top-color: rgb(252 233 106 / 0.4);
  border-bottom-color: rgb(252 233 106 / 0.4);
}
.border-y-yellow-200\/45 {
  border-top-color: rgb(252 233 106 / 0.45);
  border-bottom-color: rgb(252 233 106 / 0.45);
}
.border-y-yellow-200\/5 {
  border-top-color: rgb(252 233 106 / 0.05);
  border-bottom-color: rgb(252 233 106 / 0.05);
}
.border-y-yellow-200\/50 {
  border-top-color: rgb(252 233 106 / 0.5);
  border-bottom-color: rgb(252 233 106 / 0.5);
}
.border-y-yellow-200\/55 {
  border-top-color: rgb(252 233 106 / 0.55);
  border-bottom-color: rgb(252 233 106 / 0.55);
}
.border-y-yellow-200\/60 {
  border-top-color: rgb(252 233 106 / 0.6);
  border-bottom-color: rgb(252 233 106 / 0.6);
}
.border-y-yellow-200\/65 {
  border-top-color: rgb(252 233 106 / 0.65);
  border-bottom-color: rgb(252 233 106 / 0.65);
}
.border-y-yellow-200\/70 {
  border-top-color: rgb(252 233 106 / 0.7);
  border-bottom-color: rgb(252 233 106 / 0.7);
}
.border-y-yellow-200\/75 {
  border-top-color: rgb(252 233 106 / 0.75);
  border-bottom-color: rgb(252 233 106 / 0.75);
}
.border-y-yellow-200\/80 {
  border-top-color: rgb(252 233 106 / 0.8);
  border-bottom-color: rgb(252 233 106 / 0.8);
}
.border-y-yellow-200\/85 {
  border-top-color: rgb(252 233 106 / 0.85);
  border-bottom-color: rgb(252 233 106 / 0.85);
}
.border-y-yellow-200\/90 {
  border-top-color: rgb(252 233 106 / 0.9);
  border-bottom-color: rgb(252 233 106 / 0.9);
}
.border-y-yellow-200\/95 {
  border-top-color: rgb(252 233 106 / 0.95);
  border-bottom-color: rgb(252 233 106 / 0.95);
}
.border-y-yellow-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 202 21 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(250 202 21 / var(--tw-border-opacity, 1));
}
.border-y-yellow-300\/0 {
  border-top-color: rgb(250 202 21 / 0);
  border-bottom-color: rgb(250 202 21 / 0);
}
.border-y-yellow-300\/10 {
  border-top-color: rgb(250 202 21 / 0.1);
  border-bottom-color: rgb(250 202 21 / 0.1);
}
.border-y-yellow-300\/100 {
  border-top-color: rgb(250 202 21 / 1);
  border-bottom-color: rgb(250 202 21 / 1);
}
.border-y-yellow-300\/15 {
  border-top-color: rgb(250 202 21 / 0.15);
  border-bottom-color: rgb(250 202 21 / 0.15);
}
.border-y-yellow-300\/20 {
  border-top-color: rgb(250 202 21 / 0.2);
  border-bottom-color: rgb(250 202 21 / 0.2);
}
.border-y-yellow-300\/25 {
  border-top-color: rgb(250 202 21 / 0.25);
  border-bottom-color: rgb(250 202 21 / 0.25);
}
.border-y-yellow-300\/30 {
  border-top-color: rgb(250 202 21 / 0.3);
  border-bottom-color: rgb(250 202 21 / 0.3);
}
.border-y-yellow-300\/35 {
  border-top-color: rgb(250 202 21 / 0.35);
  border-bottom-color: rgb(250 202 21 / 0.35);
}
.border-y-yellow-300\/40 {
  border-top-color: rgb(250 202 21 / 0.4);
  border-bottom-color: rgb(250 202 21 / 0.4);
}
.border-y-yellow-300\/45 {
  border-top-color: rgb(250 202 21 / 0.45);
  border-bottom-color: rgb(250 202 21 / 0.45);
}
.border-y-yellow-300\/5 {
  border-top-color: rgb(250 202 21 / 0.05);
  border-bottom-color: rgb(250 202 21 / 0.05);
}
.border-y-yellow-300\/50 {
  border-top-color: rgb(250 202 21 / 0.5);
  border-bottom-color: rgb(250 202 21 / 0.5);
}
.border-y-yellow-300\/55 {
  border-top-color: rgb(250 202 21 / 0.55);
  border-bottom-color: rgb(250 202 21 / 0.55);
}
.border-y-yellow-300\/60 {
  border-top-color: rgb(250 202 21 / 0.6);
  border-bottom-color: rgb(250 202 21 / 0.6);
}
.border-y-yellow-300\/65 {
  border-top-color: rgb(250 202 21 / 0.65);
  border-bottom-color: rgb(250 202 21 / 0.65);
}
.border-y-yellow-300\/70 {
  border-top-color: rgb(250 202 21 / 0.7);
  border-bottom-color: rgb(250 202 21 / 0.7);
}
.border-y-yellow-300\/75 {
  border-top-color: rgb(250 202 21 / 0.75);
  border-bottom-color: rgb(250 202 21 / 0.75);
}
.border-y-yellow-300\/80 {
  border-top-color: rgb(250 202 21 / 0.8);
  border-bottom-color: rgb(250 202 21 / 0.8);
}
.border-y-yellow-300\/85 {
  border-top-color: rgb(250 202 21 / 0.85);
  border-bottom-color: rgb(250 202 21 / 0.85);
}
.border-y-yellow-300\/90 {
  border-top-color: rgb(250 202 21 / 0.9);
  border-bottom-color: rgb(250 202 21 / 0.9);
}
.border-y-yellow-300\/95 {
  border-top-color: rgb(250 202 21 / 0.95);
  border-bottom-color: rgb(250 202 21 / 0.95);
}
.border-y-yellow-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(227 160 8 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(227 160 8 / var(--tw-border-opacity, 1));
}
.border-y-yellow-400\/0 {
  border-top-color: rgb(227 160 8 / 0);
  border-bottom-color: rgb(227 160 8 / 0);
}
.border-y-yellow-400\/10 {
  border-top-color: rgb(227 160 8 / 0.1);
  border-bottom-color: rgb(227 160 8 / 0.1);
}
.border-y-yellow-400\/100 {
  border-top-color: rgb(227 160 8 / 1);
  border-bottom-color: rgb(227 160 8 / 1);
}
.border-y-yellow-400\/15 {
  border-top-color: rgb(227 160 8 / 0.15);
  border-bottom-color: rgb(227 160 8 / 0.15);
}
.border-y-yellow-400\/20 {
  border-top-color: rgb(227 160 8 / 0.2);
  border-bottom-color: rgb(227 160 8 / 0.2);
}
.border-y-yellow-400\/25 {
  border-top-color: rgb(227 160 8 / 0.25);
  border-bottom-color: rgb(227 160 8 / 0.25);
}
.border-y-yellow-400\/30 {
  border-top-color: rgb(227 160 8 / 0.3);
  border-bottom-color: rgb(227 160 8 / 0.3);
}
.border-y-yellow-400\/35 {
  border-top-color: rgb(227 160 8 / 0.35);
  border-bottom-color: rgb(227 160 8 / 0.35);
}
.border-y-yellow-400\/40 {
  border-top-color: rgb(227 160 8 / 0.4);
  border-bottom-color: rgb(227 160 8 / 0.4);
}
.border-y-yellow-400\/45 {
  border-top-color: rgb(227 160 8 / 0.45);
  border-bottom-color: rgb(227 160 8 / 0.45);
}
.border-y-yellow-400\/5 {
  border-top-color: rgb(227 160 8 / 0.05);
  border-bottom-color: rgb(227 160 8 / 0.05);
}
.border-y-yellow-400\/50 {
  border-top-color: rgb(227 160 8 / 0.5);
  border-bottom-color: rgb(227 160 8 / 0.5);
}
.border-y-yellow-400\/55 {
  border-top-color: rgb(227 160 8 / 0.55);
  border-bottom-color: rgb(227 160 8 / 0.55);
}
.border-y-yellow-400\/60 {
  border-top-color: rgb(227 160 8 / 0.6);
  border-bottom-color: rgb(227 160 8 / 0.6);
}
.border-y-yellow-400\/65 {
  border-top-color: rgb(227 160 8 / 0.65);
  border-bottom-color: rgb(227 160 8 / 0.65);
}
.border-y-yellow-400\/70 {
  border-top-color: rgb(227 160 8 / 0.7);
  border-bottom-color: rgb(227 160 8 / 0.7);
}
.border-y-yellow-400\/75 {
  border-top-color: rgb(227 160 8 / 0.75);
  border-bottom-color: rgb(227 160 8 / 0.75);
}
.border-y-yellow-400\/80 {
  border-top-color: rgb(227 160 8 / 0.8);
  border-bottom-color: rgb(227 160 8 / 0.8);
}
.border-y-yellow-400\/85 {
  border-top-color: rgb(227 160 8 / 0.85);
  border-bottom-color: rgb(227 160 8 / 0.85);
}
.border-y-yellow-400\/90 {
  border-top-color: rgb(227 160 8 / 0.9);
  border-bottom-color: rgb(227 160 8 / 0.9);
}
.border-y-yellow-400\/95 {
  border-top-color: rgb(227 160 8 / 0.95);
  border-bottom-color: rgb(227 160 8 / 0.95);
}
.border-y-yellow-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 253 234 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(253 253 234 / var(--tw-border-opacity, 1));
}
.border-y-yellow-50\/0 {
  border-top-color: rgb(253 253 234 / 0);
  border-bottom-color: rgb(253 253 234 / 0);
}
.border-y-yellow-50\/10 {
  border-top-color: rgb(253 253 234 / 0.1);
  border-bottom-color: rgb(253 253 234 / 0.1);
}
.border-y-yellow-50\/100 {
  border-top-color: rgb(253 253 234 / 1);
  border-bottom-color: rgb(253 253 234 / 1);
}
.border-y-yellow-50\/15 {
  border-top-color: rgb(253 253 234 / 0.15);
  border-bottom-color: rgb(253 253 234 / 0.15);
}
.border-y-yellow-50\/20 {
  border-top-color: rgb(253 253 234 / 0.2);
  border-bottom-color: rgb(253 253 234 / 0.2);
}
.border-y-yellow-50\/25 {
  border-top-color: rgb(253 253 234 / 0.25);
  border-bottom-color: rgb(253 253 234 / 0.25);
}
.border-y-yellow-50\/30 {
  border-top-color: rgb(253 253 234 / 0.3);
  border-bottom-color: rgb(253 253 234 / 0.3);
}
.border-y-yellow-50\/35 {
  border-top-color: rgb(253 253 234 / 0.35);
  border-bottom-color: rgb(253 253 234 / 0.35);
}
.border-y-yellow-50\/40 {
  border-top-color: rgb(253 253 234 / 0.4);
  border-bottom-color: rgb(253 253 234 / 0.4);
}
.border-y-yellow-50\/45 {
  border-top-color: rgb(253 253 234 / 0.45);
  border-bottom-color: rgb(253 253 234 / 0.45);
}
.border-y-yellow-50\/5 {
  border-top-color: rgb(253 253 234 / 0.05);
  border-bottom-color: rgb(253 253 234 / 0.05);
}
.border-y-yellow-50\/50 {
  border-top-color: rgb(253 253 234 / 0.5);
  border-bottom-color: rgb(253 253 234 / 0.5);
}
.border-y-yellow-50\/55 {
  border-top-color: rgb(253 253 234 / 0.55);
  border-bottom-color: rgb(253 253 234 / 0.55);
}
.border-y-yellow-50\/60 {
  border-top-color: rgb(253 253 234 / 0.6);
  border-bottom-color: rgb(253 253 234 / 0.6);
}
.border-y-yellow-50\/65 {
  border-top-color: rgb(253 253 234 / 0.65);
  border-bottom-color: rgb(253 253 234 / 0.65);
}
.border-y-yellow-50\/70 {
  border-top-color: rgb(253 253 234 / 0.7);
  border-bottom-color: rgb(253 253 234 / 0.7);
}
.border-y-yellow-50\/75 {
  border-top-color: rgb(253 253 234 / 0.75);
  border-bottom-color: rgb(253 253 234 / 0.75);
}
.border-y-yellow-50\/80 {
  border-top-color: rgb(253 253 234 / 0.8);
  border-bottom-color: rgb(253 253 234 / 0.8);
}
.border-y-yellow-50\/85 {
  border-top-color: rgb(253 253 234 / 0.85);
  border-bottom-color: rgb(253 253 234 / 0.85);
}
.border-y-yellow-50\/90 {
  border-top-color: rgb(253 253 234 / 0.9);
  border-bottom-color: rgb(253 253 234 / 0.9);
}
.border-y-yellow-50\/95 {
  border-top-color: rgb(253 253 234 / 0.95);
  border-bottom-color: rgb(253 253 234 / 0.95);
}
.border-y-yellow-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(194 120 3 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(194 120 3 / var(--tw-border-opacity, 1));
}
.border-y-yellow-500\/0 {
  border-top-color: rgb(194 120 3 / 0);
  border-bottom-color: rgb(194 120 3 / 0);
}
.border-y-yellow-500\/10 {
  border-top-color: rgb(194 120 3 / 0.1);
  border-bottom-color: rgb(194 120 3 / 0.1);
}
.border-y-yellow-500\/100 {
  border-top-color: rgb(194 120 3 / 1);
  border-bottom-color: rgb(194 120 3 / 1);
}
.border-y-yellow-500\/15 {
  border-top-color: rgb(194 120 3 / 0.15);
  border-bottom-color: rgb(194 120 3 / 0.15);
}
.border-y-yellow-500\/20 {
  border-top-color: rgb(194 120 3 / 0.2);
  border-bottom-color: rgb(194 120 3 / 0.2);
}
.border-y-yellow-500\/25 {
  border-top-color: rgb(194 120 3 / 0.25);
  border-bottom-color: rgb(194 120 3 / 0.25);
}
.border-y-yellow-500\/30 {
  border-top-color: rgb(194 120 3 / 0.3);
  border-bottom-color: rgb(194 120 3 / 0.3);
}
.border-y-yellow-500\/35 {
  border-top-color: rgb(194 120 3 / 0.35);
  border-bottom-color: rgb(194 120 3 / 0.35);
}
.border-y-yellow-500\/40 {
  border-top-color: rgb(194 120 3 / 0.4);
  border-bottom-color: rgb(194 120 3 / 0.4);
}
.border-y-yellow-500\/45 {
  border-top-color: rgb(194 120 3 / 0.45);
  border-bottom-color: rgb(194 120 3 / 0.45);
}
.border-y-yellow-500\/5 {
  border-top-color: rgb(194 120 3 / 0.05);
  border-bottom-color: rgb(194 120 3 / 0.05);
}
.border-y-yellow-500\/50 {
  border-top-color: rgb(194 120 3 / 0.5);
  border-bottom-color: rgb(194 120 3 / 0.5);
}
.border-y-yellow-500\/55 {
  border-top-color: rgb(194 120 3 / 0.55);
  border-bottom-color: rgb(194 120 3 / 0.55);
}
.border-y-yellow-500\/60 {
  border-top-color: rgb(194 120 3 / 0.6);
  border-bottom-color: rgb(194 120 3 / 0.6);
}
.border-y-yellow-500\/65 {
  border-top-color: rgb(194 120 3 / 0.65);
  border-bottom-color: rgb(194 120 3 / 0.65);
}
.border-y-yellow-500\/70 {
  border-top-color: rgb(194 120 3 / 0.7);
  border-bottom-color: rgb(194 120 3 / 0.7);
}
.border-y-yellow-500\/75 {
  border-top-color: rgb(194 120 3 / 0.75);
  border-bottom-color: rgb(194 120 3 / 0.75);
}
.border-y-yellow-500\/80 {
  border-top-color: rgb(194 120 3 / 0.8);
  border-bottom-color: rgb(194 120 3 / 0.8);
}
.border-y-yellow-500\/85 {
  border-top-color: rgb(194 120 3 / 0.85);
  border-bottom-color: rgb(194 120 3 / 0.85);
}
.border-y-yellow-500\/90 {
  border-top-color: rgb(194 120 3 / 0.9);
  border-bottom-color: rgb(194 120 3 / 0.9);
}
.border-y-yellow-500\/95 {
  border-top-color: rgb(194 120 3 / 0.95);
  border-bottom-color: rgb(194 120 3 / 0.95);
}
.border-y-yellow-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(159 88 10 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(159 88 10 / var(--tw-border-opacity, 1));
}
.border-y-yellow-600\/0 {
  border-top-color: rgb(159 88 10 / 0);
  border-bottom-color: rgb(159 88 10 / 0);
}
.border-y-yellow-600\/10 {
  border-top-color: rgb(159 88 10 / 0.1);
  border-bottom-color: rgb(159 88 10 / 0.1);
}
.border-y-yellow-600\/100 {
  border-top-color: rgb(159 88 10 / 1);
  border-bottom-color: rgb(159 88 10 / 1);
}
.border-y-yellow-600\/15 {
  border-top-color: rgb(159 88 10 / 0.15);
  border-bottom-color: rgb(159 88 10 / 0.15);
}
.border-y-yellow-600\/20 {
  border-top-color: rgb(159 88 10 / 0.2);
  border-bottom-color: rgb(159 88 10 / 0.2);
}
.border-y-yellow-600\/25 {
  border-top-color: rgb(159 88 10 / 0.25);
  border-bottom-color: rgb(159 88 10 / 0.25);
}
.border-y-yellow-600\/30 {
  border-top-color: rgb(159 88 10 / 0.3);
  border-bottom-color: rgb(159 88 10 / 0.3);
}
.border-y-yellow-600\/35 {
  border-top-color: rgb(159 88 10 / 0.35);
  border-bottom-color: rgb(159 88 10 / 0.35);
}
.border-y-yellow-600\/40 {
  border-top-color: rgb(159 88 10 / 0.4);
  border-bottom-color: rgb(159 88 10 / 0.4);
}
.border-y-yellow-600\/45 {
  border-top-color: rgb(159 88 10 / 0.45);
  border-bottom-color: rgb(159 88 10 / 0.45);
}
.border-y-yellow-600\/5 {
  border-top-color: rgb(159 88 10 / 0.05);
  border-bottom-color: rgb(159 88 10 / 0.05);
}
.border-y-yellow-600\/50 {
  border-top-color: rgb(159 88 10 / 0.5);
  border-bottom-color: rgb(159 88 10 / 0.5);
}
.border-y-yellow-600\/55 {
  border-top-color: rgb(159 88 10 / 0.55);
  border-bottom-color: rgb(159 88 10 / 0.55);
}
.border-y-yellow-600\/60 {
  border-top-color: rgb(159 88 10 / 0.6);
  border-bottom-color: rgb(159 88 10 / 0.6);
}
.border-y-yellow-600\/65 {
  border-top-color: rgb(159 88 10 / 0.65);
  border-bottom-color: rgb(159 88 10 / 0.65);
}
.border-y-yellow-600\/70 {
  border-top-color: rgb(159 88 10 / 0.7);
  border-bottom-color: rgb(159 88 10 / 0.7);
}
.border-y-yellow-600\/75 {
  border-top-color: rgb(159 88 10 / 0.75);
  border-bottom-color: rgb(159 88 10 / 0.75);
}
.border-y-yellow-600\/80 {
  border-top-color: rgb(159 88 10 / 0.8);
  border-bottom-color: rgb(159 88 10 / 0.8);
}
.border-y-yellow-600\/85 {
  border-top-color: rgb(159 88 10 / 0.85);
  border-bottom-color: rgb(159 88 10 / 0.85);
}
.border-y-yellow-600\/90 {
  border-top-color: rgb(159 88 10 / 0.9);
  border-bottom-color: rgb(159 88 10 / 0.9);
}
.border-y-yellow-600\/95 {
  border-top-color: rgb(159 88 10 / 0.95);
  border-bottom-color: rgb(159 88 10 / 0.95);
}
.border-y-yellow-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(142 75 16 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(142 75 16 / var(--tw-border-opacity, 1));
}
.border-y-yellow-700\/0 {
  border-top-color: rgb(142 75 16 / 0);
  border-bottom-color: rgb(142 75 16 / 0);
}
.border-y-yellow-700\/10 {
  border-top-color: rgb(142 75 16 / 0.1);
  border-bottom-color: rgb(142 75 16 / 0.1);
}
.border-y-yellow-700\/100 {
  border-top-color: rgb(142 75 16 / 1);
  border-bottom-color: rgb(142 75 16 / 1);
}
.border-y-yellow-700\/15 {
  border-top-color: rgb(142 75 16 / 0.15);
  border-bottom-color: rgb(142 75 16 / 0.15);
}
.border-y-yellow-700\/20 {
  border-top-color: rgb(142 75 16 / 0.2);
  border-bottom-color: rgb(142 75 16 / 0.2);
}
.border-y-yellow-700\/25 {
  border-top-color: rgb(142 75 16 / 0.25);
  border-bottom-color: rgb(142 75 16 / 0.25);
}
.border-y-yellow-700\/30 {
  border-top-color: rgb(142 75 16 / 0.3);
  border-bottom-color: rgb(142 75 16 / 0.3);
}
.border-y-yellow-700\/35 {
  border-top-color: rgb(142 75 16 / 0.35);
  border-bottom-color: rgb(142 75 16 / 0.35);
}
.border-y-yellow-700\/40 {
  border-top-color: rgb(142 75 16 / 0.4);
  border-bottom-color: rgb(142 75 16 / 0.4);
}
.border-y-yellow-700\/45 {
  border-top-color: rgb(142 75 16 / 0.45);
  border-bottom-color: rgb(142 75 16 / 0.45);
}
.border-y-yellow-700\/5 {
  border-top-color: rgb(142 75 16 / 0.05);
  border-bottom-color: rgb(142 75 16 / 0.05);
}
.border-y-yellow-700\/50 {
  border-top-color: rgb(142 75 16 / 0.5);
  border-bottom-color: rgb(142 75 16 / 0.5);
}
.border-y-yellow-700\/55 {
  border-top-color: rgb(142 75 16 / 0.55);
  border-bottom-color: rgb(142 75 16 / 0.55);
}
.border-y-yellow-700\/60 {
  border-top-color: rgb(142 75 16 / 0.6);
  border-bottom-color: rgb(142 75 16 / 0.6);
}
.border-y-yellow-700\/65 {
  border-top-color: rgb(142 75 16 / 0.65);
  border-bottom-color: rgb(142 75 16 / 0.65);
}
.border-y-yellow-700\/70 {
  border-top-color: rgb(142 75 16 / 0.7);
  border-bottom-color: rgb(142 75 16 / 0.7);
}
.border-y-yellow-700\/75 {
  border-top-color: rgb(142 75 16 / 0.75);
  border-bottom-color: rgb(142 75 16 / 0.75);
}
.border-y-yellow-700\/80 {
  border-top-color: rgb(142 75 16 / 0.8);
  border-bottom-color: rgb(142 75 16 / 0.8);
}
.border-y-yellow-700\/85 {
  border-top-color: rgb(142 75 16 / 0.85);
  border-bottom-color: rgb(142 75 16 / 0.85);
}
.border-y-yellow-700\/90 {
  border-top-color: rgb(142 75 16 / 0.9);
  border-bottom-color: rgb(142 75 16 / 0.9);
}
.border-y-yellow-700\/95 {
  border-top-color: rgb(142 75 16 / 0.95);
  border-bottom-color: rgb(142 75 16 / 0.95);
}
.border-y-yellow-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(114 59 19 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(114 59 19 / var(--tw-border-opacity, 1));
}
.border-y-yellow-800\/0 {
  border-top-color: rgb(114 59 19 / 0);
  border-bottom-color: rgb(114 59 19 / 0);
}
.border-y-yellow-800\/10 {
  border-top-color: rgb(114 59 19 / 0.1);
  border-bottom-color: rgb(114 59 19 / 0.1);
}
.border-y-yellow-800\/100 {
  border-top-color: rgb(114 59 19 / 1);
  border-bottom-color: rgb(114 59 19 / 1);
}
.border-y-yellow-800\/15 {
  border-top-color: rgb(114 59 19 / 0.15);
  border-bottom-color: rgb(114 59 19 / 0.15);
}
.border-y-yellow-800\/20 {
  border-top-color: rgb(114 59 19 / 0.2);
  border-bottom-color: rgb(114 59 19 / 0.2);
}
.border-y-yellow-800\/25 {
  border-top-color: rgb(114 59 19 / 0.25);
  border-bottom-color: rgb(114 59 19 / 0.25);
}
.border-y-yellow-800\/30 {
  border-top-color: rgb(114 59 19 / 0.3);
  border-bottom-color: rgb(114 59 19 / 0.3);
}
.border-y-yellow-800\/35 {
  border-top-color: rgb(114 59 19 / 0.35);
  border-bottom-color: rgb(114 59 19 / 0.35);
}
.border-y-yellow-800\/40 {
  border-top-color: rgb(114 59 19 / 0.4);
  border-bottom-color: rgb(114 59 19 / 0.4);
}
.border-y-yellow-800\/45 {
  border-top-color: rgb(114 59 19 / 0.45);
  border-bottom-color: rgb(114 59 19 / 0.45);
}
.border-y-yellow-800\/5 {
  border-top-color: rgb(114 59 19 / 0.05);
  border-bottom-color: rgb(114 59 19 / 0.05);
}
.border-y-yellow-800\/50 {
  border-top-color: rgb(114 59 19 / 0.5);
  border-bottom-color: rgb(114 59 19 / 0.5);
}
.border-y-yellow-800\/55 {
  border-top-color: rgb(114 59 19 / 0.55);
  border-bottom-color: rgb(114 59 19 / 0.55);
}
.border-y-yellow-800\/60 {
  border-top-color: rgb(114 59 19 / 0.6);
  border-bottom-color: rgb(114 59 19 / 0.6);
}
.border-y-yellow-800\/65 {
  border-top-color: rgb(114 59 19 / 0.65);
  border-bottom-color: rgb(114 59 19 / 0.65);
}
.border-y-yellow-800\/70 {
  border-top-color: rgb(114 59 19 / 0.7);
  border-bottom-color: rgb(114 59 19 / 0.7);
}
.border-y-yellow-800\/75 {
  border-top-color: rgb(114 59 19 / 0.75);
  border-bottom-color: rgb(114 59 19 / 0.75);
}
.border-y-yellow-800\/80 {
  border-top-color: rgb(114 59 19 / 0.8);
  border-bottom-color: rgb(114 59 19 / 0.8);
}
.border-y-yellow-800\/85 {
  border-top-color: rgb(114 59 19 / 0.85);
  border-bottom-color: rgb(114 59 19 / 0.85);
}
.border-y-yellow-800\/90 {
  border-top-color: rgb(114 59 19 / 0.9);
  border-bottom-color: rgb(114 59 19 / 0.9);
}
.border-y-yellow-800\/95 {
  border-top-color: rgb(114 59 19 / 0.95);
  border-bottom-color: rgb(114 59 19 / 0.95);
}
.border-y-yellow-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(99 49 18 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(99 49 18 / var(--tw-border-opacity, 1));
}
.border-y-yellow-900\/0 {
  border-top-color: rgb(99 49 18 / 0);
  border-bottom-color: rgb(99 49 18 / 0);
}
.border-y-yellow-900\/10 {
  border-top-color: rgb(99 49 18 / 0.1);
  border-bottom-color: rgb(99 49 18 / 0.1);
}
.border-y-yellow-900\/100 {
  border-top-color: rgb(99 49 18 / 1);
  border-bottom-color: rgb(99 49 18 / 1);
}
.border-y-yellow-900\/15 {
  border-top-color: rgb(99 49 18 / 0.15);
  border-bottom-color: rgb(99 49 18 / 0.15);
}
.border-y-yellow-900\/20 {
  border-top-color: rgb(99 49 18 / 0.2);
  border-bottom-color: rgb(99 49 18 / 0.2);
}
.border-y-yellow-900\/25 {
  border-top-color: rgb(99 49 18 / 0.25);
  border-bottom-color: rgb(99 49 18 / 0.25);
}
.border-y-yellow-900\/30 {
  border-top-color: rgb(99 49 18 / 0.3);
  border-bottom-color: rgb(99 49 18 / 0.3);
}
.border-y-yellow-900\/35 {
  border-top-color: rgb(99 49 18 / 0.35);
  border-bottom-color: rgb(99 49 18 / 0.35);
}
.border-y-yellow-900\/40 {
  border-top-color: rgb(99 49 18 / 0.4);
  border-bottom-color: rgb(99 49 18 / 0.4);
}
.border-y-yellow-900\/45 {
  border-top-color: rgb(99 49 18 / 0.45);
  border-bottom-color: rgb(99 49 18 / 0.45);
}
.border-y-yellow-900\/5 {
  border-top-color: rgb(99 49 18 / 0.05);
  border-bottom-color: rgb(99 49 18 / 0.05);
}
.border-y-yellow-900\/50 {
  border-top-color: rgb(99 49 18 / 0.5);
  border-bottom-color: rgb(99 49 18 / 0.5);
}
.border-y-yellow-900\/55 {
  border-top-color: rgb(99 49 18 / 0.55);
  border-bottom-color: rgb(99 49 18 / 0.55);
}
.border-y-yellow-900\/60 {
  border-top-color: rgb(99 49 18 / 0.6);
  border-bottom-color: rgb(99 49 18 / 0.6);
}
.border-y-yellow-900\/65 {
  border-top-color: rgb(99 49 18 / 0.65);
  border-bottom-color: rgb(99 49 18 / 0.65);
}
.border-y-yellow-900\/70 {
  border-top-color: rgb(99 49 18 / 0.7);
  border-bottom-color: rgb(99 49 18 / 0.7);
}
.border-y-yellow-900\/75 {
  border-top-color: rgb(99 49 18 / 0.75);
  border-bottom-color: rgb(99 49 18 / 0.75);
}
.border-y-yellow-900\/80 {
  border-top-color: rgb(99 49 18 / 0.8);
  border-bottom-color: rgb(99 49 18 / 0.8);
}
.border-y-yellow-900\/85 {
  border-top-color: rgb(99 49 18 / 0.85);
  border-bottom-color: rgb(99 49 18 / 0.85);
}
.border-y-yellow-900\/90 {
  border-top-color: rgb(99 49 18 / 0.9);
  border-bottom-color: rgb(99 49 18 / 0.9);
}
.border-y-yellow-900\/95 {
  border-top-color: rgb(99 49 18 / 0.95);
  border-bottom-color: rgb(99 49 18 / 0.95);
}
.border-b-black {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.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(225 239 254 / var(--tw-border-opacity, 1));
}
.border-b-blue-100\/0 {
  border-bottom-color: rgb(225 239 254 / 0);
}
.border-b-blue-100\/10 {
  border-bottom-color: rgb(225 239 254 / 0.1);
}
.border-b-blue-100\/100 {
  border-bottom-color: rgb(225 239 254 / 1);
}
.border-b-blue-100\/15 {
  border-bottom-color: rgb(225 239 254 / 0.15);
}
.border-b-blue-100\/20 {
  border-bottom-color: rgb(225 239 254 / 0.2);
}
.border-b-blue-100\/25 {
  border-bottom-color: rgb(225 239 254 / 0.25);
}
.border-b-blue-100\/30 {
  border-bottom-color: rgb(225 239 254 / 0.3);
}
.border-b-blue-100\/35 {
  border-bottom-color: rgb(225 239 254 / 0.35);
}
.border-b-blue-100\/40 {
  border-bottom-color: rgb(225 239 254 / 0.4);
}
.border-b-blue-100\/45 {
  border-bottom-color: rgb(225 239 254 / 0.45);
}
.border-b-blue-100\/5 {
  border-bottom-color: rgb(225 239 254 / 0.05);
}
.border-b-blue-100\/50 {
  border-bottom-color: rgb(225 239 254 / 0.5);
}
.border-b-blue-100\/55 {
  border-bottom-color: rgb(225 239 254 / 0.55);
}
.border-b-blue-100\/60 {
  border-bottom-color: rgb(225 239 254 / 0.6);
}
.border-b-blue-100\/65 {
  border-bottom-color: rgb(225 239 254 / 0.65);
}
.border-b-blue-100\/70 {
  border-bottom-color: rgb(225 239 254 / 0.7);
}
.border-b-blue-100\/75 {
  border-bottom-color: rgb(225 239 254 / 0.75);
}
.border-b-blue-100\/80 {
  border-bottom-color: rgb(225 239 254 / 0.8);
}
.border-b-blue-100\/85 {
  border-bottom-color: rgb(225 239 254 / 0.85);
}
.border-b-blue-100\/90 {
  border-bottom-color: rgb(225 239 254 / 0.9);
}
.border-b-blue-100\/95 {
  border-bottom-color: rgb(225 239 254 / 0.95);
}
.border-b-blue-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(195 221 253 / var(--tw-border-opacity, 1));
}
.border-b-blue-200\/0 {
  border-bottom-color: rgb(195 221 253 / 0);
}
.border-b-blue-200\/10 {
  border-bottom-color: rgb(195 221 253 / 0.1);
}
.border-b-blue-200\/100 {
  border-bottom-color: rgb(195 221 253 / 1);
}
.border-b-blue-200\/15 {
  border-bottom-color: rgb(195 221 253 / 0.15);
}
.border-b-blue-200\/20 {
  border-bottom-color: rgb(195 221 253 / 0.2);
}
.border-b-blue-200\/25 {
  border-bottom-color: rgb(195 221 253 / 0.25);
}
.border-b-blue-200\/30 {
  border-bottom-color: rgb(195 221 253 / 0.3);
}
.border-b-blue-200\/35 {
  border-bottom-color: rgb(195 221 253 / 0.35);
}
.border-b-blue-200\/40 {
  border-bottom-color: rgb(195 221 253 / 0.4);
}
.border-b-blue-200\/45 {
  border-bottom-color: rgb(195 221 253 / 0.45);
}
.border-b-blue-200\/5 {
  border-bottom-color: rgb(195 221 253 / 0.05);
}
.border-b-blue-200\/50 {
  border-bottom-color: rgb(195 221 253 / 0.5);
}
.border-b-blue-200\/55 {
  border-bottom-color: rgb(195 221 253 / 0.55);
}
.border-b-blue-200\/60 {
  border-bottom-color: rgb(195 221 253 / 0.6);
}
.border-b-blue-200\/65 {
  border-bottom-color: rgb(195 221 253 / 0.65);
}
.border-b-blue-200\/70 {
  border-bottom-color: rgb(195 221 253 / 0.7);
}
.border-b-blue-200\/75 {
  border-bottom-color: rgb(195 221 253 / 0.75);
}
.border-b-blue-200\/80 {
  border-bottom-color: rgb(195 221 253 / 0.8);
}
.border-b-blue-200\/85 {
  border-bottom-color: rgb(195 221 253 / 0.85);
}
.border-b-blue-200\/90 {
  border-bottom-color: rgb(195 221 253 / 0.9);
}
.border-b-blue-200\/95 {
  border-bottom-color: rgb(195 221 253 / 0.95);
}
.border-b-blue-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(164 202 254 / var(--tw-border-opacity, 1));
}
.border-b-blue-300\/0 {
  border-bottom-color: rgb(164 202 254 / 0);
}
.border-b-blue-300\/10 {
  border-bottom-color: rgb(164 202 254 / 0.1);
}
.border-b-blue-300\/100 {
  border-bottom-color: rgb(164 202 254 / 1);
}
.border-b-blue-300\/15 {
  border-bottom-color: rgb(164 202 254 / 0.15);
}
.border-b-blue-300\/20 {
  border-bottom-color: rgb(164 202 254 / 0.2);
}
.border-b-blue-300\/25 {
  border-bottom-color: rgb(164 202 254 / 0.25);
}
.border-b-blue-300\/30 {
  border-bottom-color: rgb(164 202 254 / 0.3);
}
.border-b-blue-300\/35 {
  border-bottom-color: rgb(164 202 254 / 0.35);
}
.border-b-blue-300\/40 {
  border-bottom-color: rgb(164 202 254 / 0.4);
}
.border-b-blue-300\/45 {
  border-bottom-color: rgb(164 202 254 / 0.45);
}
.border-b-blue-300\/5 {
  border-bottom-color: rgb(164 202 254 / 0.05);
}
.border-b-blue-300\/50 {
  border-bottom-color: rgb(164 202 254 / 0.5);
}
.border-b-blue-300\/55 {
  border-bottom-color: rgb(164 202 254 / 0.55);
}
.border-b-blue-300\/60 {
  border-bottom-color: rgb(164 202 254 / 0.6);
}
.border-b-blue-300\/65 {
  border-bottom-color: rgb(164 202 254 / 0.65);
}
.border-b-blue-300\/70 {
  border-bottom-color: rgb(164 202 254 / 0.7);
}
.border-b-blue-300\/75 {
  border-bottom-color: rgb(164 202 254 / 0.75);
}
.border-b-blue-300\/80 {
  border-bottom-color: rgb(164 202 254 / 0.8);
}
.border-b-blue-300\/85 {
  border-bottom-color: rgb(164 202 254 / 0.85);
}
.border-b-blue-300\/90 {
  border-bottom-color: rgb(164 202 254 / 0.9);
}
.border-b-blue-300\/95 {
  border-bottom-color: rgb(164 202 254 / 0.95);
}
.border-b-blue-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(118 169 250 / var(--tw-border-opacity, 1));
}
.border-b-blue-400\/0 {
  border-bottom-color: rgb(118 169 250 / 0);
}
.border-b-blue-400\/10 {
  border-bottom-color: rgb(118 169 250 / 0.1);
}
.border-b-blue-400\/100 {
  border-bottom-color: rgb(118 169 250 / 1);
}
.border-b-blue-400\/15 {
  border-bottom-color: rgb(118 169 250 / 0.15);
}
.border-b-blue-400\/20 {
  border-bottom-color: rgb(118 169 250 / 0.2);
}
.border-b-blue-400\/25 {
  border-bottom-color: rgb(118 169 250 / 0.25);
}
.border-b-blue-400\/30 {
  border-bottom-color: rgb(118 169 250 / 0.3);
}
.border-b-blue-400\/35 {
  border-bottom-color: rgb(118 169 250 / 0.35);
}
.border-b-blue-400\/40 {
  border-bottom-color: rgb(118 169 250 / 0.4);
}
.border-b-blue-400\/45 {
  border-bottom-color: rgb(118 169 250 / 0.45);
}
.border-b-blue-400\/5 {
  border-bottom-color: rgb(118 169 250 / 0.05);
}
.border-b-blue-400\/50 {
  border-bottom-color: rgb(118 169 250 / 0.5);
}
.border-b-blue-400\/55 {
  border-bottom-color: rgb(118 169 250 / 0.55);
}
.border-b-blue-400\/60 {
  border-bottom-color: rgb(118 169 250 / 0.6);
}
.border-b-blue-400\/65 {
  border-bottom-color: rgb(118 169 250 / 0.65);
}
.border-b-blue-400\/70 {
  border-bottom-color: rgb(118 169 250 / 0.7);
}
.border-b-blue-400\/75 {
  border-bottom-color: rgb(118 169 250 / 0.75);
}
.border-b-blue-400\/80 {
  border-bottom-color: rgb(118 169 250 / 0.8);
}
.border-b-blue-400\/85 {
  border-bottom-color: rgb(118 169 250 / 0.85);
}
.border-b-blue-400\/90 {
  border-bottom-color: rgb(118 169 250 / 0.9);
}
.border-b-blue-400\/95 {
  border-bottom-color: rgb(118 169 250 / 0.95);
}
.border-b-blue-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(235 245 255 / var(--tw-border-opacity, 1));
}
.border-b-blue-50\/0 {
  border-bottom-color: rgb(235 245 255 / 0);
}
.border-b-blue-50\/10 {
  border-bottom-color: rgb(235 245 255 / 0.1);
}
.border-b-blue-50\/100 {
  border-bottom-color: rgb(235 245 255 / 1);
}
.border-b-blue-50\/15 {
  border-bottom-color: rgb(235 245 255 / 0.15);
}
.border-b-blue-50\/20 {
  border-bottom-color: rgb(235 245 255 / 0.2);
}
.border-b-blue-50\/25 {
  border-bottom-color: rgb(235 245 255 / 0.25);
}
.border-b-blue-50\/30 {
  border-bottom-color: rgb(235 245 255 / 0.3);
}
.border-b-blue-50\/35 {
  border-bottom-color: rgb(235 245 255 / 0.35);
}
.border-b-blue-50\/40 {
  border-bottom-color: rgb(235 245 255 / 0.4);
}
.border-b-blue-50\/45 {
  border-bottom-color: rgb(235 245 255 / 0.45);
}
.border-b-blue-50\/5 {
  border-bottom-color: rgb(235 245 255 / 0.05);
}
.border-b-blue-50\/50 {
  border-bottom-color: rgb(235 245 255 / 0.5);
}
.border-b-blue-50\/55 {
  border-bottom-color: rgb(235 245 255 / 0.55);
}
.border-b-blue-50\/60 {
  border-bottom-color: rgb(235 245 255 / 0.6);
}
.border-b-blue-50\/65 {
  border-bottom-color: rgb(235 245 255 / 0.65);
}
.border-b-blue-50\/70 {
  border-bottom-color: rgb(235 245 255 / 0.7);
}
.border-b-blue-50\/75 {
  border-bottom-color: rgb(235 245 255 / 0.75);
}
.border-b-blue-50\/80 {
  border-bottom-color: rgb(235 245 255 / 0.8);
}
.border-b-blue-50\/85 {
  border-bottom-color: rgb(235 245 255 / 0.85);
}
.border-b-blue-50\/90 {
  border-bottom-color: rgb(235 245 255 / 0.9);
}
.border-b-blue-50\/95 {
  border-bottom-color: rgb(235 245 255 / 0.95);
}
.border-b-blue-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(63 131 248 / var(--tw-border-opacity, 1));
}
.border-b-blue-500\/0 {
  border-bottom-color: rgb(63 131 248 / 0);
}
.border-b-blue-500\/10 {
  border-bottom-color: rgb(63 131 248 / 0.1);
}
.border-b-blue-500\/100 {
  border-bottom-color: rgb(63 131 248 / 1);
}
.border-b-blue-500\/15 {
  border-bottom-color: rgb(63 131 248 / 0.15);
}
.border-b-blue-500\/20 {
  border-bottom-color: rgb(63 131 248 / 0.2);
}
.border-b-blue-500\/25 {
  border-bottom-color: rgb(63 131 248 / 0.25);
}
.border-b-blue-500\/30 {
  border-bottom-color: rgb(63 131 248 / 0.3);
}
.border-b-blue-500\/35 {
  border-bottom-color: rgb(63 131 248 / 0.35);
}
.border-b-blue-500\/40 {
  border-bottom-color: rgb(63 131 248 / 0.4);
}
.border-b-blue-500\/45 {
  border-bottom-color: rgb(63 131 248 / 0.45);
}
.border-b-blue-500\/5 {
  border-bottom-color: rgb(63 131 248 / 0.05);
}
.border-b-blue-500\/50 {
  border-bottom-color: rgb(63 131 248 / 0.5);
}
.border-b-blue-500\/55 {
  border-bottom-color: rgb(63 131 248 / 0.55);
}
.border-b-blue-500\/60 {
  border-bottom-color: rgb(63 131 248 / 0.6);
}
.border-b-blue-500\/65 {
  border-bottom-color: rgb(63 131 248 / 0.65);
}
.border-b-blue-500\/70 {
  border-bottom-color: rgb(63 131 248 / 0.7);
}
.border-b-blue-500\/75 {
  border-bottom-color: rgb(63 131 248 / 0.75);
}
.border-b-blue-500\/80 {
  border-bottom-color: rgb(63 131 248 / 0.8);
}
.border-b-blue-500\/85 {
  border-bottom-color: rgb(63 131 248 / 0.85);
}
.border-b-blue-500\/90 {
  border-bottom-color: rgb(63 131 248 / 0.9);
}
.border-b-blue-500\/95 {
  border-bottom-color: rgb(63 131 248 / 0.95);
}
.border-b-blue-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(28 100 242 / var(--tw-border-opacity, 1));
}
.border-b-blue-600\/0 {
  border-bottom-color: rgb(28 100 242 / 0);
}
.border-b-blue-600\/10 {
  border-bottom-color: rgb(28 100 242 / 0.1);
}
.border-b-blue-600\/100 {
  border-bottom-color: rgb(28 100 242 / 1);
}
.border-b-blue-600\/15 {
  border-bottom-color: rgb(28 100 242 / 0.15);
}
.border-b-blue-600\/20 {
  border-bottom-color: rgb(28 100 242 / 0.2);
}
.border-b-blue-600\/25 {
  border-bottom-color: rgb(28 100 242 / 0.25);
}
.border-b-blue-600\/30 {
  border-bottom-color: rgb(28 100 242 / 0.3);
}
.border-b-blue-600\/35 {
  border-bottom-color: rgb(28 100 242 / 0.35);
}
.border-b-blue-600\/40 {
  border-bottom-color: rgb(28 100 242 / 0.4);
}
.border-b-blue-600\/45 {
  border-bottom-color: rgb(28 100 242 / 0.45);
}
.border-b-blue-600\/5 {
  border-bottom-color: rgb(28 100 242 / 0.05);
}
.border-b-blue-600\/50 {
  border-bottom-color: rgb(28 100 242 / 0.5);
}
.border-b-blue-600\/55 {
  border-bottom-color: rgb(28 100 242 / 0.55);
}
.border-b-blue-600\/60 {
  border-bottom-color: rgb(28 100 242 / 0.6);
}
.border-b-blue-600\/65 {
  border-bottom-color: rgb(28 100 242 / 0.65);
}
.border-b-blue-600\/70 {
  border-bottom-color: rgb(28 100 242 / 0.7);
}
.border-b-blue-600\/75 {
  border-bottom-color: rgb(28 100 242 / 0.75);
}
.border-b-blue-600\/80 {
  border-bottom-color: rgb(28 100 242 / 0.8);
}
.border-b-blue-600\/85 {
  border-bottom-color: rgb(28 100 242 / 0.85);
}
.border-b-blue-600\/90 {
  border-bottom-color: rgb(28 100 242 / 0.9);
}
.border-b-blue-600\/95 {
  border-bottom-color: rgb(28 100 242 / 0.95);
}
.border-b-blue-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(26 86 219 / var(--tw-border-opacity, 1));
}
.border-b-blue-700\/0 {
  border-bottom-color: rgb(26 86 219 / 0);
}
.border-b-blue-700\/10 {
  border-bottom-color: rgb(26 86 219 / 0.1);
}
.border-b-blue-700\/100 {
  border-bottom-color: rgb(26 86 219 / 1);
}
.border-b-blue-700\/15 {
  border-bottom-color: rgb(26 86 219 / 0.15);
}
.border-b-blue-700\/20 {
  border-bottom-color: rgb(26 86 219 / 0.2);
}
.border-b-blue-700\/25 {
  border-bottom-color: rgb(26 86 219 / 0.25);
}
.border-b-blue-700\/30 {
  border-bottom-color: rgb(26 86 219 / 0.3);
}
.border-b-blue-700\/35 {
  border-bottom-color: rgb(26 86 219 / 0.35);
}
.border-b-blue-700\/40 {
  border-bottom-color: rgb(26 86 219 / 0.4);
}
.border-b-blue-700\/45 {
  border-bottom-color: rgb(26 86 219 / 0.45);
}
.border-b-blue-700\/5 {
  border-bottom-color: rgb(26 86 219 / 0.05);
}
.border-b-blue-700\/50 {
  border-bottom-color: rgb(26 86 219 / 0.5);
}
.border-b-blue-700\/55 {
  border-bottom-color: rgb(26 86 219 / 0.55);
}
.border-b-blue-700\/60 {
  border-bottom-color: rgb(26 86 219 / 0.6);
}
.border-b-blue-700\/65 {
  border-bottom-color: rgb(26 86 219 / 0.65);
}
.border-b-blue-700\/70 {
  border-bottom-color: rgb(26 86 219 / 0.7);
}
.border-b-blue-700\/75 {
  border-bottom-color: rgb(26 86 219 / 0.75);
}
.border-b-blue-700\/80 {
  border-bottom-color: rgb(26 86 219 / 0.8);
}
.border-b-blue-700\/85 {
  border-bottom-color: rgb(26 86 219 / 0.85);
}
.border-b-blue-700\/90 {
  border-bottom-color: rgb(26 86 219 / 0.9);
}
.border-b-blue-700\/95 {
  border-bottom-color: rgb(26 86 219 / 0.95);
}
.border-b-blue-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(30 66 159 / var(--tw-border-opacity, 1));
}
.border-b-blue-800\/0 {
  border-bottom-color: rgb(30 66 159 / 0);
}
.border-b-blue-800\/10 {
  border-bottom-color: rgb(30 66 159 / 0.1);
}
.border-b-blue-800\/100 {
  border-bottom-color: rgb(30 66 159 / 1);
}
.border-b-blue-800\/15 {
  border-bottom-color: rgb(30 66 159 / 0.15);
}
.border-b-blue-800\/20 {
  border-bottom-color: rgb(30 66 159 / 0.2);
}
.border-b-blue-800\/25 {
  border-bottom-color: rgb(30 66 159 / 0.25);
}
.border-b-blue-800\/30 {
  border-bottom-color: rgb(30 66 159 / 0.3);
}
.border-b-blue-800\/35 {
  border-bottom-color: rgb(30 66 159 / 0.35);
}
.border-b-blue-800\/40 {
  border-bottom-color: rgb(30 66 159 / 0.4);
}
.border-b-blue-800\/45 {
  border-bottom-color: rgb(30 66 159 / 0.45);
}
.border-b-blue-800\/5 {
  border-bottom-color: rgb(30 66 159 / 0.05);
}
.border-b-blue-800\/50 {
  border-bottom-color: rgb(30 66 159 / 0.5);
}
.border-b-blue-800\/55 {
  border-bottom-color: rgb(30 66 159 / 0.55);
}
.border-b-blue-800\/60 {
  border-bottom-color: rgb(30 66 159 / 0.6);
}
.border-b-blue-800\/65 {
  border-bottom-color: rgb(30 66 159 / 0.65);
}
.border-b-blue-800\/70 {
  border-bottom-color: rgb(30 66 159 / 0.7);
}
.border-b-blue-800\/75 {
  border-bottom-color: rgb(30 66 159 / 0.75);
}
.border-b-blue-800\/80 {
  border-bottom-color: rgb(30 66 159 / 0.8);
}
.border-b-blue-800\/85 {
  border-bottom-color: rgb(30 66 159 / 0.85);
}
.border-b-blue-800\/90 {
  border-bottom-color: rgb(30 66 159 / 0.9);
}
.border-b-blue-800\/95 {
  border-bottom-color: rgb(30 66 159 / 0.95);
}
.border-b-blue-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(35 56 118 / var(--tw-border-opacity, 1));
}
.border-b-blue-900\/0 {
  border-bottom-color: rgb(35 56 118 / 0);
}
.border-b-blue-900\/10 {
  border-bottom-color: rgb(35 56 118 / 0.1);
}
.border-b-blue-900\/100 {
  border-bottom-color: rgb(35 56 118 / 1);
}
.border-b-blue-900\/15 {
  border-bottom-color: rgb(35 56 118 / 0.15);
}
.border-b-blue-900\/20 {
  border-bottom-color: rgb(35 56 118 / 0.2);
}
.border-b-blue-900\/25 {
  border-bottom-color: rgb(35 56 118 / 0.25);
}
.border-b-blue-900\/30 {
  border-bottom-color: rgb(35 56 118 / 0.3);
}
.border-b-blue-900\/35 {
  border-bottom-color: rgb(35 56 118 / 0.35);
}
.border-b-blue-900\/40 {
  border-bottom-color: rgb(35 56 118 / 0.4);
}
.border-b-blue-900\/45 {
  border-bottom-color: rgb(35 56 118 / 0.45);
}
.border-b-blue-900\/5 {
  border-bottom-color: rgb(35 56 118 / 0.05);
}
.border-b-blue-900\/50 {
  border-bottom-color: rgb(35 56 118 / 0.5);
}
.border-b-blue-900\/55 {
  border-bottom-color: rgb(35 56 118 / 0.55);
}
.border-b-blue-900\/60 {
  border-bottom-color: rgb(35 56 118 / 0.6);
}
.border-b-blue-900\/65 {
  border-bottom-color: rgb(35 56 118 / 0.65);
}
.border-b-blue-900\/70 {
  border-bottom-color: rgb(35 56 118 / 0.7);
}
.border-b-blue-900\/75 {
  border-bottom-color: rgb(35 56 118 / 0.75);
}
.border-b-blue-900\/80 {
  border-bottom-color: rgb(35 56 118 / 0.8);
}
.border-b-blue-900\/85 {
  border-bottom-color: rgb(35 56 118 / 0.85);
}
.border-b-blue-900\/90 {
  border-bottom-color: rgb(35 56 118 / 0.9);
}
.border-b-blue-900\/95 {
  border-bottom-color: rgb(35 56 118 / 0.95);
}
.border-b-gray-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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-green-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(222 247 236 / var(--tw-border-opacity, 1));
}
.border-b-green-100\/0 {
  border-bottom-color: rgb(222 247 236 / 0);
}
.border-b-green-100\/10 {
  border-bottom-color: rgb(222 247 236 / 0.1);
}
.border-b-green-100\/100 {
  border-bottom-color: rgb(222 247 236 / 1);
}
.border-b-green-100\/15 {
  border-bottom-color: rgb(222 247 236 / 0.15);
}
.border-b-green-100\/20 {
  border-bottom-color: rgb(222 247 236 / 0.2);
}
.border-b-green-100\/25 {
  border-bottom-color: rgb(222 247 236 / 0.25);
}
.border-b-green-100\/30 {
  border-bottom-color: rgb(222 247 236 / 0.3);
}
.border-b-green-100\/35 {
  border-bottom-color: rgb(222 247 236 / 0.35);
}
.border-b-green-100\/40 {
  border-bottom-color: rgb(222 247 236 / 0.4);
}
.border-b-green-100\/45 {
  border-bottom-color: rgb(222 247 236 / 0.45);
}
.border-b-green-100\/5 {
  border-bottom-color: rgb(222 247 236 / 0.05);
}
.border-b-green-100\/50 {
  border-bottom-color: rgb(222 247 236 / 0.5);
}
.border-b-green-100\/55 {
  border-bottom-color: rgb(222 247 236 / 0.55);
}
.border-b-green-100\/60 {
  border-bottom-color: rgb(222 247 236 / 0.6);
}
.border-b-green-100\/65 {
  border-bottom-color: rgb(222 247 236 / 0.65);
}
.border-b-green-100\/70 {
  border-bottom-color: rgb(222 247 236 / 0.7);
}
.border-b-green-100\/75 {
  border-bottom-color: rgb(222 247 236 / 0.75);
}
.border-b-green-100\/80 {
  border-bottom-color: rgb(222 247 236 / 0.8);
}
.border-b-green-100\/85 {
  border-bottom-color: rgb(222 247 236 / 0.85);
}
.border-b-green-100\/90 {
  border-bottom-color: rgb(222 247 236 / 0.9);
}
.border-b-green-100\/95 {
  border-bottom-color: rgb(222 247 236 / 0.95);
}
.border-b-green-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(188 240 218 / var(--tw-border-opacity, 1));
}
.border-b-green-200\/0 {
  border-bottom-color: rgb(188 240 218 / 0);
}
.border-b-green-200\/10 {
  border-bottom-color: rgb(188 240 218 / 0.1);
}
.border-b-green-200\/100 {
  border-bottom-color: rgb(188 240 218 / 1);
}
.border-b-green-200\/15 {
  border-bottom-color: rgb(188 240 218 / 0.15);
}
.border-b-green-200\/20 {
  border-bottom-color: rgb(188 240 218 / 0.2);
}
.border-b-green-200\/25 {
  border-bottom-color: rgb(188 240 218 / 0.25);
}
.border-b-green-200\/30 {
  border-bottom-color: rgb(188 240 218 / 0.3);
}
.border-b-green-200\/35 {
  border-bottom-color: rgb(188 240 218 / 0.35);
}
.border-b-green-200\/40 {
  border-bottom-color: rgb(188 240 218 / 0.4);
}
.border-b-green-200\/45 {
  border-bottom-color: rgb(188 240 218 / 0.45);
}
.border-b-green-200\/5 {
  border-bottom-color: rgb(188 240 218 / 0.05);
}
.border-b-green-200\/50 {
  border-bottom-color: rgb(188 240 218 / 0.5);
}
.border-b-green-200\/55 {
  border-bottom-color: rgb(188 240 218 / 0.55);
}
.border-b-green-200\/60 {
  border-bottom-color: rgb(188 240 218 / 0.6);
}
.border-b-green-200\/65 {
  border-bottom-color: rgb(188 240 218 / 0.65);
}
.border-b-green-200\/70 {
  border-bottom-color: rgb(188 240 218 / 0.7);
}
.border-b-green-200\/75 {
  border-bottom-color: rgb(188 240 218 / 0.75);
}
.border-b-green-200\/80 {
  border-bottom-color: rgb(188 240 218 / 0.8);
}
.border-b-green-200\/85 {
  border-bottom-color: rgb(188 240 218 / 0.85);
}
.border-b-green-200\/90 {
  border-bottom-color: rgb(188 240 218 / 0.9);
}
.border-b-green-200\/95 {
  border-bottom-color: rgb(188 240 218 / 0.95);
}
.border-b-green-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(132 225 188 / var(--tw-border-opacity, 1));
}
.border-b-green-300\/0 {
  border-bottom-color: rgb(132 225 188 / 0);
}
.border-b-green-300\/10 {
  border-bottom-color: rgb(132 225 188 / 0.1);
}
.border-b-green-300\/100 {
  border-bottom-color: rgb(132 225 188 / 1);
}
.border-b-green-300\/15 {
  border-bottom-color: rgb(132 225 188 / 0.15);
}
.border-b-green-300\/20 {
  border-bottom-color: rgb(132 225 188 / 0.2);
}
.border-b-green-300\/25 {
  border-bottom-color: rgb(132 225 188 / 0.25);
}
.border-b-green-300\/30 {
  border-bottom-color: rgb(132 225 188 / 0.3);
}
.border-b-green-300\/35 {
  border-bottom-color: rgb(132 225 188 / 0.35);
}
.border-b-green-300\/40 {
  border-bottom-color: rgb(132 225 188 / 0.4);
}
.border-b-green-300\/45 {
  border-bottom-color: rgb(132 225 188 / 0.45);
}
.border-b-green-300\/5 {
  border-bottom-color: rgb(132 225 188 / 0.05);
}
.border-b-green-300\/50 {
  border-bottom-color: rgb(132 225 188 / 0.5);
}
.border-b-green-300\/55 {
  border-bottom-color: rgb(132 225 188 / 0.55);
}
.border-b-green-300\/60 {
  border-bottom-color: rgb(132 225 188 / 0.6);
}
.border-b-green-300\/65 {
  border-bottom-color: rgb(132 225 188 / 0.65);
}
.border-b-green-300\/70 {
  border-bottom-color: rgb(132 225 188 / 0.7);
}
.border-b-green-300\/75 {
  border-bottom-color: rgb(132 225 188 / 0.75);
}
.border-b-green-300\/80 {
  border-bottom-color: rgb(132 225 188 / 0.8);
}
.border-b-green-300\/85 {
  border-bottom-color: rgb(132 225 188 / 0.85);
}
.border-b-green-300\/90 {
  border-bottom-color: rgb(132 225 188 / 0.9);
}
.border-b-green-300\/95 {
  border-bottom-color: rgb(132 225 188 / 0.95);
}
.border-b-green-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(49 196 141 / var(--tw-border-opacity, 1));
}
.border-b-green-400\/0 {
  border-bottom-color: rgb(49 196 141 / 0);
}
.border-b-green-400\/10 {
  border-bottom-color: rgb(49 196 141 / 0.1);
}
.border-b-green-400\/100 {
  border-bottom-color: rgb(49 196 141 / 1);
}
.border-b-green-400\/15 {
  border-bottom-color: rgb(49 196 141 / 0.15);
}
.border-b-green-400\/20 {
  border-bottom-color: rgb(49 196 141 / 0.2);
}
.border-b-green-400\/25 {
  border-bottom-color: rgb(49 196 141 / 0.25);
}
.border-b-green-400\/30 {
  border-bottom-color: rgb(49 196 141 / 0.3);
}
.border-b-green-400\/35 {
  border-bottom-color: rgb(49 196 141 / 0.35);
}
.border-b-green-400\/40 {
  border-bottom-color: rgb(49 196 141 / 0.4);
}
.border-b-green-400\/45 {
  border-bottom-color: rgb(49 196 141 / 0.45);
}
.border-b-green-400\/5 {
  border-bottom-color: rgb(49 196 141 / 0.05);
}
.border-b-green-400\/50 {
  border-bottom-color: rgb(49 196 141 / 0.5);
}
.border-b-green-400\/55 {
  border-bottom-color: rgb(49 196 141 / 0.55);
}
.border-b-green-400\/60 {
  border-bottom-color: rgb(49 196 141 / 0.6);
}
.border-b-green-400\/65 {
  border-bottom-color: rgb(49 196 141 / 0.65);
}
.border-b-green-400\/70 {
  border-bottom-color: rgb(49 196 141 / 0.7);
}
.border-b-green-400\/75 {
  border-bottom-color: rgb(49 196 141 / 0.75);
}
.border-b-green-400\/80 {
  border-bottom-color: rgb(49 196 141 / 0.8);
}
.border-b-green-400\/85 {
  border-bottom-color: rgb(49 196 141 / 0.85);
}
.border-b-green-400\/90 {
  border-bottom-color: rgb(49 196 141 / 0.9);
}
.border-b-green-400\/95 {
  border-bottom-color: rgb(49 196 141 / 0.95);
}
.border-b-green-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 250 247 / var(--tw-border-opacity, 1));
}
.border-b-green-50\/0 {
  border-bottom-color: rgb(243 250 247 / 0);
}
.border-b-green-50\/10 {
  border-bottom-color: rgb(243 250 247 / 0.1);
}
.border-b-green-50\/100 {
  border-bottom-color: rgb(243 250 247 / 1);
}
.border-b-green-50\/15 {
  border-bottom-color: rgb(243 250 247 / 0.15);
}
.border-b-green-50\/20 {
  border-bottom-color: rgb(243 250 247 / 0.2);
}
.border-b-green-50\/25 {
  border-bottom-color: rgb(243 250 247 / 0.25);
}
.border-b-green-50\/30 {
  border-bottom-color: rgb(243 250 247 / 0.3);
}
.border-b-green-50\/35 {
  border-bottom-color: rgb(243 250 247 / 0.35);
}
.border-b-green-50\/40 {
  border-bottom-color: rgb(243 250 247 / 0.4);
}
.border-b-green-50\/45 {
  border-bottom-color: rgb(243 250 247 / 0.45);
}
.border-b-green-50\/5 {
  border-bottom-color: rgb(243 250 247 / 0.05);
}
.border-b-green-50\/50 {
  border-bottom-color: rgb(243 250 247 / 0.5);
}
.border-b-green-50\/55 {
  border-bottom-color: rgb(243 250 247 / 0.55);
}
.border-b-green-50\/60 {
  border-bottom-color: rgb(243 250 247 / 0.6);
}
.border-b-green-50\/65 {
  border-bottom-color: rgb(243 250 247 / 0.65);
}
.border-b-green-50\/70 {
  border-bottom-color: rgb(243 250 247 / 0.7);
}
.border-b-green-50\/75 {
  border-bottom-color: rgb(243 250 247 / 0.75);
}
.border-b-green-50\/80 {
  border-bottom-color: rgb(243 250 247 / 0.8);
}
.border-b-green-50\/85 {
  border-bottom-color: rgb(243 250 247 / 0.85);
}
.border-b-green-50\/90 {
  border-bottom-color: rgb(243 250 247 / 0.9);
}
.border-b-green-50\/95 {
  border-bottom-color: rgb(243 250 247 / 0.95);
}
.border-b-green-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(14 159 110 / var(--tw-border-opacity, 1));
}
.border-b-green-500\/0 {
  border-bottom-color: rgb(14 159 110 / 0);
}
.border-b-green-500\/10 {
  border-bottom-color: rgb(14 159 110 / 0.1);
}
.border-b-green-500\/100 {
  border-bottom-color: rgb(14 159 110 / 1);
}
.border-b-green-500\/15 {
  border-bottom-color: rgb(14 159 110 / 0.15);
}
.border-b-green-500\/20 {
  border-bottom-color: rgb(14 159 110 / 0.2);
}
.border-b-green-500\/25 {
  border-bottom-color: rgb(14 159 110 / 0.25);
}
.border-b-green-500\/30 {
  border-bottom-color: rgb(14 159 110 / 0.3);
}
.border-b-green-500\/35 {
  border-bottom-color: rgb(14 159 110 / 0.35);
}
.border-b-green-500\/40 {
  border-bottom-color: rgb(14 159 110 / 0.4);
}
.border-b-green-500\/45 {
  border-bottom-color: rgb(14 159 110 / 0.45);
}
.border-b-green-500\/5 {
  border-bottom-color: rgb(14 159 110 / 0.05);
}
.border-b-green-500\/50 {
  border-bottom-color: rgb(14 159 110 / 0.5);
}
.border-b-green-500\/55 {
  border-bottom-color: rgb(14 159 110 / 0.55);
}
.border-b-green-500\/60 {
  border-bottom-color: rgb(14 159 110 / 0.6);
}
.border-b-green-500\/65 {
  border-bottom-color: rgb(14 159 110 / 0.65);
}
.border-b-green-500\/70 {
  border-bottom-color: rgb(14 159 110 / 0.7);
}
.border-b-green-500\/75 {
  border-bottom-color: rgb(14 159 110 / 0.75);
}
.border-b-green-500\/80 {
  border-bottom-color: rgb(14 159 110 / 0.8);
}
.border-b-green-500\/85 {
  border-bottom-color: rgb(14 159 110 / 0.85);
}
.border-b-green-500\/90 {
  border-bottom-color: rgb(14 159 110 / 0.9);
}
.border-b-green-500\/95 {
  border-bottom-color: rgb(14 159 110 / 0.95);
}
.border-b-green-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(5 122 85 / var(--tw-border-opacity, 1));
}
.border-b-green-600\/0 {
  border-bottom-color: rgb(5 122 85 / 0);
}
.border-b-green-600\/10 {
  border-bottom-color: rgb(5 122 85 / 0.1);
}
.border-b-green-600\/100 {
  border-bottom-color: rgb(5 122 85 / 1);
}
.border-b-green-600\/15 {
  border-bottom-color: rgb(5 122 85 / 0.15);
}
.border-b-green-600\/20 {
  border-bottom-color: rgb(5 122 85 / 0.2);
}
.border-b-green-600\/25 {
  border-bottom-color: rgb(5 122 85 / 0.25);
}
.border-b-green-600\/30 {
  border-bottom-color: rgb(5 122 85 / 0.3);
}
.border-b-green-600\/35 {
  border-bottom-color: rgb(5 122 85 / 0.35);
}
.border-b-green-600\/40 {
  border-bottom-color: rgb(5 122 85 / 0.4);
}
.border-b-green-600\/45 {
  border-bottom-color: rgb(5 122 85 / 0.45);
}
.border-b-green-600\/5 {
  border-bottom-color: rgb(5 122 85 / 0.05);
}
.border-b-green-600\/50 {
  border-bottom-color: rgb(5 122 85 / 0.5);
}
.border-b-green-600\/55 {
  border-bottom-color: rgb(5 122 85 / 0.55);
}
.border-b-green-600\/60 {
  border-bottom-color: rgb(5 122 85 / 0.6);
}
.border-b-green-600\/65 {
  border-bottom-color: rgb(5 122 85 / 0.65);
}
.border-b-green-600\/70 {
  border-bottom-color: rgb(5 122 85 / 0.7);
}
.border-b-green-600\/75 {
  border-bottom-color: rgb(5 122 85 / 0.75);
}
.border-b-green-600\/80 {
  border-bottom-color: rgb(5 122 85 / 0.8);
}
.border-b-green-600\/85 {
  border-bottom-color: rgb(5 122 85 / 0.85);
}
.border-b-green-600\/90 {
  border-bottom-color: rgb(5 122 85 / 0.9);
}
.border-b-green-600\/95 {
  border-bottom-color: rgb(5 122 85 / 0.95);
}
.border-b-green-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(4 108 78 / var(--tw-border-opacity, 1));
}
.border-b-green-700\/0 {
  border-bottom-color: rgb(4 108 78 / 0);
}
.border-b-green-700\/10 {
  border-bottom-color: rgb(4 108 78 / 0.1);
}
.border-b-green-700\/100 {
  border-bottom-color: rgb(4 108 78 / 1);
}
.border-b-green-700\/15 {
  border-bottom-color: rgb(4 108 78 / 0.15);
}
.border-b-green-700\/20 {
  border-bottom-color: rgb(4 108 78 / 0.2);
}
.border-b-green-700\/25 {
  border-bottom-color: rgb(4 108 78 / 0.25);
}
.border-b-green-700\/30 {
  border-bottom-color: rgb(4 108 78 / 0.3);
}
.border-b-green-700\/35 {
  border-bottom-color: rgb(4 108 78 / 0.35);
}
.border-b-green-700\/40 {
  border-bottom-color: rgb(4 108 78 / 0.4);
}
.border-b-green-700\/45 {
  border-bottom-color: rgb(4 108 78 / 0.45);
}
.border-b-green-700\/5 {
  border-bottom-color: rgb(4 108 78 / 0.05);
}
.border-b-green-700\/50 {
  border-bottom-color: rgb(4 108 78 / 0.5);
}
.border-b-green-700\/55 {
  border-bottom-color: rgb(4 108 78 / 0.55);
}
.border-b-green-700\/60 {
  border-bottom-color: rgb(4 108 78 / 0.6);
}
.border-b-green-700\/65 {
  border-bottom-color: rgb(4 108 78 / 0.65);
}
.border-b-green-700\/70 {
  border-bottom-color: rgb(4 108 78 / 0.7);
}
.border-b-green-700\/75 {
  border-bottom-color: rgb(4 108 78 / 0.75);
}
.border-b-green-700\/80 {
  border-bottom-color: rgb(4 108 78 / 0.8);
}
.border-b-green-700\/85 {
  border-bottom-color: rgb(4 108 78 / 0.85);
}
.border-b-green-700\/90 {
  border-bottom-color: rgb(4 108 78 / 0.9);
}
.border-b-green-700\/95 {
  border-bottom-color: rgb(4 108 78 / 0.95);
}
.border-b-green-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(3 84 63 / var(--tw-border-opacity, 1));
}
.border-b-green-800\/0 {
  border-bottom-color: rgb(3 84 63 / 0);
}
.border-b-green-800\/10 {
  border-bottom-color: rgb(3 84 63 / 0.1);
}
.border-b-green-800\/100 {
  border-bottom-color: rgb(3 84 63 / 1);
}
.border-b-green-800\/15 {
  border-bottom-color: rgb(3 84 63 / 0.15);
}
.border-b-green-800\/20 {
  border-bottom-color: rgb(3 84 63 / 0.2);
}
.border-b-green-800\/25 {
  border-bottom-color: rgb(3 84 63 / 0.25);
}
.border-b-green-800\/30 {
  border-bottom-color: rgb(3 84 63 / 0.3);
}
.border-b-green-800\/35 {
  border-bottom-color: rgb(3 84 63 / 0.35);
}
.border-b-green-800\/40 {
  border-bottom-color: rgb(3 84 63 / 0.4);
}
.border-b-green-800\/45 {
  border-bottom-color: rgb(3 84 63 / 0.45);
}
.border-b-green-800\/5 {
  border-bottom-color: rgb(3 84 63 / 0.05);
}
.border-b-green-800\/50 {
  border-bottom-color: rgb(3 84 63 / 0.5);
}
.border-b-green-800\/55 {
  border-bottom-color: rgb(3 84 63 / 0.55);
}
.border-b-green-800\/60 {
  border-bottom-color: rgb(3 84 63 / 0.6);
}
.border-b-green-800\/65 {
  border-bottom-color: rgb(3 84 63 / 0.65);
}
.border-b-green-800\/70 {
  border-bottom-color: rgb(3 84 63 / 0.7);
}
.border-b-green-800\/75 {
  border-bottom-color: rgb(3 84 63 / 0.75);
}
.border-b-green-800\/80 {
  border-bottom-color: rgb(3 84 63 / 0.8);
}
.border-b-green-800\/85 {
  border-bottom-color: rgb(3 84 63 / 0.85);
}
.border-b-green-800\/90 {
  border-bottom-color: rgb(3 84 63 / 0.9);
}
.border-b-green-800\/95 {
  border-bottom-color: rgb(3 84 63 / 0.95);
}
.border-b-green-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(1 71 55 / var(--tw-border-opacity, 1));
}
.border-b-green-900\/0 {
  border-bottom-color: rgb(1 71 55 / 0);
}
.border-b-green-900\/10 {
  border-bottom-color: rgb(1 71 55 / 0.1);
}
.border-b-green-900\/100 {
  border-bottom-color: rgb(1 71 55 / 1);
}
.border-b-green-900\/15 {
  border-bottom-color: rgb(1 71 55 / 0.15);
}
.border-b-green-900\/20 {
  border-bottom-color: rgb(1 71 55 / 0.2);
}
.border-b-green-900\/25 {
  border-bottom-color: rgb(1 71 55 / 0.25);
}
.border-b-green-900\/30 {
  border-bottom-color: rgb(1 71 55 / 0.3);
}
.border-b-green-900\/35 {
  border-bottom-color: rgb(1 71 55 / 0.35);
}
.border-b-green-900\/40 {
  border-bottom-color: rgb(1 71 55 / 0.4);
}
.border-b-green-900\/45 {
  border-bottom-color: rgb(1 71 55 / 0.45);
}
.border-b-green-900\/5 {
  border-bottom-color: rgb(1 71 55 / 0.05);
}
.border-b-green-900\/50 {
  border-bottom-color: rgb(1 71 55 / 0.5);
}
.border-b-green-900\/55 {
  border-bottom-color: rgb(1 71 55 / 0.55);
}
.border-b-green-900\/60 {
  border-bottom-color: rgb(1 71 55 / 0.6);
}
.border-b-green-900\/65 {
  border-bottom-color: rgb(1 71 55 / 0.65);
}
.border-b-green-900\/70 {
  border-bottom-color: rgb(1 71 55 / 0.7);
}
.border-b-green-900\/75 {
  border-bottom-color: rgb(1 71 55 / 0.75);
}
.border-b-green-900\/80 {
  border-bottom-color: rgb(1 71 55 / 0.8);
}
.border-b-green-900\/85 {
  border-bottom-color: rgb(1 71 55 / 0.85);
}
.border-b-green-900\/90 {
  border-bottom-color: rgb(1 71 55 / 0.9);
}
.border-b-green-900\/95 {
  border-bottom-color: rgb(1 71 55 / 0.95);
}
.border-b-indigo-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 237 255 / var(--tw-border-opacity, 1));
}
.border-b-indigo-100\/0 {
  border-bottom-color: rgb(229 237 255 / 0);
}
.border-b-indigo-100\/10 {
  border-bottom-color: rgb(229 237 255 / 0.1);
}
.border-b-indigo-100\/100 {
  border-bottom-color: rgb(229 237 255 / 1);
}
.border-b-indigo-100\/15 {
  border-bottom-color: rgb(229 237 255 / 0.15);
}
.border-b-indigo-100\/20 {
  border-bottom-color: rgb(229 237 255 / 0.2);
}
.border-b-indigo-100\/25 {
  border-bottom-color: rgb(229 237 255 / 0.25);
}
.border-b-indigo-100\/30 {
  border-bottom-color: rgb(229 237 255 / 0.3);
}
.border-b-indigo-100\/35 {
  border-bottom-color: rgb(229 237 255 / 0.35);
}
.border-b-indigo-100\/40 {
  border-bottom-color: rgb(229 237 255 / 0.4);
}
.border-b-indigo-100\/45 {
  border-bottom-color: rgb(229 237 255 / 0.45);
}
.border-b-indigo-100\/5 {
  border-bottom-color: rgb(229 237 255 / 0.05);
}
.border-b-indigo-100\/50 {
  border-bottom-color: rgb(229 237 255 / 0.5);
}
.border-b-indigo-100\/55 {
  border-bottom-color: rgb(229 237 255 / 0.55);
}
.border-b-indigo-100\/60 {
  border-bottom-color: rgb(229 237 255 / 0.6);
}
.border-b-indigo-100\/65 {
  border-bottom-color: rgb(229 237 255 / 0.65);
}
.border-b-indigo-100\/70 {
  border-bottom-color: rgb(229 237 255 / 0.7);
}
.border-b-indigo-100\/75 {
  border-bottom-color: rgb(229 237 255 / 0.75);
}
.border-b-indigo-100\/80 {
  border-bottom-color: rgb(229 237 255 / 0.8);
}
.border-b-indigo-100\/85 {
  border-bottom-color: rgb(229 237 255 / 0.85);
}
.border-b-indigo-100\/90 {
  border-bottom-color: rgb(229 237 255 / 0.9);
}
.border-b-indigo-100\/95 {
  border-bottom-color: rgb(229 237 255 / 0.95);
}
.border-b-indigo-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(205 219 254 / var(--tw-border-opacity, 1));
}
.border-b-indigo-200\/0 {
  border-bottom-color: rgb(205 219 254 / 0);
}
.border-b-indigo-200\/10 {
  border-bottom-color: rgb(205 219 254 / 0.1);
}
.border-b-indigo-200\/100 {
  border-bottom-color: rgb(205 219 254 / 1);
}
.border-b-indigo-200\/15 {
  border-bottom-color: rgb(205 219 254 / 0.15);
}
.border-b-indigo-200\/20 {
  border-bottom-color: rgb(205 219 254 / 0.2);
}
.border-b-indigo-200\/25 {
  border-bottom-color: rgb(205 219 254 / 0.25);
}
.border-b-indigo-200\/30 {
  border-bottom-color: rgb(205 219 254 / 0.3);
}
.border-b-indigo-200\/35 {
  border-bottom-color: rgb(205 219 254 / 0.35);
}
.border-b-indigo-200\/40 {
  border-bottom-color: rgb(205 219 254 / 0.4);
}
.border-b-indigo-200\/45 {
  border-bottom-color: rgb(205 219 254 / 0.45);
}
.border-b-indigo-200\/5 {
  border-bottom-color: rgb(205 219 254 / 0.05);
}
.border-b-indigo-200\/50 {
  border-bottom-color: rgb(205 219 254 / 0.5);
}
.border-b-indigo-200\/55 {
  border-bottom-color: rgb(205 219 254 / 0.55);
}
.border-b-indigo-200\/60 {
  border-bottom-color: rgb(205 219 254 / 0.6);
}
.border-b-indigo-200\/65 {
  border-bottom-color: rgb(205 219 254 / 0.65);
}
.border-b-indigo-200\/70 {
  border-bottom-color: rgb(205 219 254 / 0.7);
}
.border-b-indigo-200\/75 {
  border-bottom-color: rgb(205 219 254 / 0.75);
}
.border-b-indigo-200\/80 {
  border-bottom-color: rgb(205 219 254 / 0.8);
}
.border-b-indigo-200\/85 {
  border-bottom-color: rgb(205 219 254 / 0.85);
}
.border-b-indigo-200\/90 {
  border-bottom-color: rgb(205 219 254 / 0.9);
}
.border-b-indigo-200\/95 {
  border-bottom-color: rgb(205 219 254 / 0.95);
}
.border-b-indigo-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(180 198 252 / var(--tw-border-opacity, 1));
}
.border-b-indigo-300\/0 {
  border-bottom-color: rgb(180 198 252 / 0);
}
.border-b-indigo-300\/10 {
  border-bottom-color: rgb(180 198 252 / 0.1);
}
.border-b-indigo-300\/100 {
  border-bottom-color: rgb(180 198 252 / 1);
}
.border-b-indigo-300\/15 {
  border-bottom-color: rgb(180 198 252 / 0.15);
}
.border-b-indigo-300\/20 {
  border-bottom-color: rgb(180 198 252 / 0.2);
}
.border-b-indigo-300\/25 {
  border-bottom-color: rgb(180 198 252 / 0.25);
}
.border-b-indigo-300\/30 {
  border-bottom-color: rgb(180 198 252 / 0.3);
}
.border-b-indigo-300\/35 {
  border-bottom-color: rgb(180 198 252 / 0.35);
}
.border-b-indigo-300\/40 {
  border-bottom-color: rgb(180 198 252 / 0.4);
}
.border-b-indigo-300\/45 {
  border-bottom-color: rgb(180 198 252 / 0.45);
}
.border-b-indigo-300\/5 {
  border-bottom-color: rgb(180 198 252 / 0.05);
}
.border-b-indigo-300\/50 {
  border-bottom-color: rgb(180 198 252 / 0.5);
}
.border-b-indigo-300\/55 {
  border-bottom-color: rgb(180 198 252 / 0.55);
}
.border-b-indigo-300\/60 {
  border-bottom-color: rgb(180 198 252 / 0.6);
}
.border-b-indigo-300\/65 {
  border-bottom-color: rgb(180 198 252 / 0.65);
}
.border-b-indigo-300\/70 {
  border-bottom-color: rgb(180 198 252 / 0.7);
}
.border-b-indigo-300\/75 {
  border-bottom-color: rgb(180 198 252 / 0.75);
}
.border-b-indigo-300\/80 {
  border-bottom-color: rgb(180 198 252 / 0.8);
}
.border-b-indigo-300\/85 {
  border-bottom-color: rgb(180 198 252 / 0.85);
}
.border-b-indigo-300\/90 {
  border-bottom-color: rgb(180 198 252 / 0.9);
}
.border-b-indigo-300\/95 {
  border-bottom-color: rgb(180 198 252 / 0.95);
}
.border-b-indigo-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(141 162 251 / var(--tw-border-opacity, 1));
}
.border-b-indigo-400\/0 {
  border-bottom-color: rgb(141 162 251 / 0);
}
.border-b-indigo-400\/10 {
  border-bottom-color: rgb(141 162 251 / 0.1);
}
.border-b-indigo-400\/100 {
  border-bottom-color: rgb(141 162 251 / 1);
}
.border-b-indigo-400\/15 {
  border-bottom-color: rgb(141 162 251 / 0.15);
}
.border-b-indigo-400\/20 {
  border-bottom-color: rgb(141 162 251 / 0.2);
}
.border-b-indigo-400\/25 {
  border-bottom-color: rgb(141 162 251 / 0.25);
}
.border-b-indigo-400\/30 {
  border-bottom-color: rgb(141 162 251 / 0.3);
}
.border-b-indigo-400\/35 {
  border-bottom-color: rgb(141 162 251 / 0.35);
}
.border-b-indigo-400\/40 {
  border-bottom-color: rgb(141 162 251 / 0.4);
}
.border-b-indigo-400\/45 {
  border-bottom-color: rgb(141 162 251 / 0.45);
}
.border-b-indigo-400\/5 {
  border-bottom-color: rgb(141 162 251 / 0.05);
}
.border-b-indigo-400\/50 {
  border-bottom-color: rgb(141 162 251 / 0.5);
}
.border-b-indigo-400\/55 {
  border-bottom-color: rgb(141 162 251 / 0.55);
}
.border-b-indigo-400\/60 {
  border-bottom-color: rgb(141 162 251 / 0.6);
}
.border-b-indigo-400\/65 {
  border-bottom-color: rgb(141 162 251 / 0.65);
}
.border-b-indigo-400\/70 {
  border-bottom-color: rgb(141 162 251 / 0.7);
}
.border-b-indigo-400\/75 {
  border-bottom-color: rgb(141 162 251 / 0.75);
}
.border-b-indigo-400\/80 {
  border-bottom-color: rgb(141 162 251 / 0.8);
}
.border-b-indigo-400\/85 {
  border-bottom-color: rgb(141 162 251 / 0.85);
}
.border-b-indigo-400\/90 {
  border-bottom-color: rgb(141 162 251 / 0.9);
}
.border-b-indigo-400\/95 {
  border-bottom-color: rgb(141 162 251 / 0.95);
}
.border-b-indigo-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 245 255 / var(--tw-border-opacity, 1));
}
.border-b-indigo-50\/0 {
  border-bottom-color: rgb(240 245 255 / 0);
}
.border-b-indigo-50\/10 {
  border-bottom-color: rgb(240 245 255 / 0.1);
}
.border-b-indigo-50\/100 {
  border-bottom-color: rgb(240 245 255 / 1);
}
.border-b-indigo-50\/15 {
  border-bottom-color: rgb(240 245 255 / 0.15);
}
.border-b-indigo-50\/20 {
  border-bottom-color: rgb(240 245 255 / 0.2);
}
.border-b-indigo-50\/25 {
  border-bottom-color: rgb(240 245 255 / 0.25);
}
.border-b-indigo-50\/30 {
  border-bottom-color: rgb(240 245 255 / 0.3);
}
.border-b-indigo-50\/35 {
  border-bottom-color: rgb(240 245 255 / 0.35);
}
.border-b-indigo-50\/40 {
  border-bottom-color: rgb(240 245 255 / 0.4);
}
.border-b-indigo-50\/45 {
  border-bottom-color: rgb(240 245 255 / 0.45);
}
.border-b-indigo-50\/5 {
  border-bottom-color: rgb(240 245 255 / 0.05);
}
.border-b-indigo-50\/50 {
  border-bottom-color: rgb(240 245 255 / 0.5);
}
.border-b-indigo-50\/55 {
  border-bottom-color: rgb(240 245 255 / 0.55);
}
.border-b-indigo-50\/60 {
  border-bottom-color: rgb(240 245 255 / 0.6);
}
.border-b-indigo-50\/65 {
  border-bottom-color: rgb(240 245 255 / 0.65);
}
.border-b-indigo-50\/70 {
  border-bottom-color: rgb(240 245 255 / 0.7);
}
.border-b-indigo-50\/75 {
  border-bottom-color: rgb(240 245 255 / 0.75);
}
.border-b-indigo-50\/80 {
  border-bottom-color: rgb(240 245 255 / 0.8);
}
.border-b-indigo-50\/85 {
  border-bottom-color: rgb(240 245 255 / 0.85);
}
.border-b-indigo-50\/90 {
  border-bottom-color: rgb(240 245 255 / 0.9);
}
.border-b-indigo-50\/95 {
  border-bottom-color: rgb(240 245 255 / 0.95);
}
.border-b-indigo-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(104 117 245 / var(--tw-border-opacity, 1));
}
.border-b-indigo-500\/0 {
  border-bottom-color: rgb(104 117 245 / 0);
}
.border-b-indigo-500\/10 {
  border-bottom-color: rgb(104 117 245 / 0.1);
}
.border-b-indigo-500\/100 {
  border-bottom-color: rgb(104 117 245 / 1);
}
.border-b-indigo-500\/15 {
  border-bottom-color: rgb(104 117 245 / 0.15);
}
.border-b-indigo-500\/20 {
  border-bottom-color: rgb(104 117 245 / 0.2);
}
.border-b-indigo-500\/25 {
  border-bottom-color: rgb(104 117 245 / 0.25);
}
.border-b-indigo-500\/30 {
  border-bottom-color: rgb(104 117 245 / 0.3);
}
.border-b-indigo-500\/35 {
  border-bottom-color: rgb(104 117 245 / 0.35);
}
.border-b-indigo-500\/40 {
  border-bottom-color: rgb(104 117 245 / 0.4);
}
.border-b-indigo-500\/45 {
  border-bottom-color: rgb(104 117 245 / 0.45);
}
.border-b-indigo-500\/5 {
  border-bottom-color: rgb(104 117 245 / 0.05);
}
.border-b-indigo-500\/50 {
  border-bottom-color: rgb(104 117 245 / 0.5);
}
.border-b-indigo-500\/55 {
  border-bottom-color: rgb(104 117 245 / 0.55);
}
.border-b-indigo-500\/60 {
  border-bottom-color: rgb(104 117 245 / 0.6);
}
.border-b-indigo-500\/65 {
  border-bottom-color: rgb(104 117 245 / 0.65);
}
.border-b-indigo-500\/70 {
  border-bottom-color: rgb(104 117 245 / 0.7);
}
.border-b-indigo-500\/75 {
  border-bottom-color: rgb(104 117 245 / 0.75);
}
.border-b-indigo-500\/80 {
  border-bottom-color: rgb(104 117 245 / 0.8);
}
.border-b-indigo-500\/85 {
  border-bottom-color: rgb(104 117 245 / 0.85);
}
.border-b-indigo-500\/90 {
  border-bottom-color: rgb(104 117 245 / 0.9);
}
.border-b-indigo-500\/95 {
  border-bottom-color: rgb(104 117 245 / 0.95);
}
.border-b-indigo-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(88 80 236 / var(--tw-border-opacity, 1));
}
.border-b-indigo-600\/0 {
  border-bottom-color: rgb(88 80 236 / 0);
}
.border-b-indigo-600\/10 {
  border-bottom-color: rgb(88 80 236 / 0.1);
}
.border-b-indigo-600\/100 {
  border-bottom-color: rgb(88 80 236 / 1);
}
.border-b-indigo-600\/15 {
  border-bottom-color: rgb(88 80 236 / 0.15);
}
.border-b-indigo-600\/20 {
  border-bottom-color: rgb(88 80 236 / 0.2);
}
.border-b-indigo-600\/25 {
  border-bottom-color: rgb(88 80 236 / 0.25);
}
.border-b-indigo-600\/30 {
  border-bottom-color: rgb(88 80 236 / 0.3);
}
.border-b-indigo-600\/35 {
  border-bottom-color: rgb(88 80 236 / 0.35);
}
.border-b-indigo-600\/40 {
  border-bottom-color: rgb(88 80 236 / 0.4);
}
.border-b-indigo-600\/45 {
  border-bottom-color: rgb(88 80 236 / 0.45);
}
.border-b-indigo-600\/5 {
  border-bottom-color: rgb(88 80 236 / 0.05);
}
.border-b-indigo-600\/50 {
  border-bottom-color: rgb(88 80 236 / 0.5);
}
.border-b-indigo-600\/55 {
  border-bottom-color: rgb(88 80 236 / 0.55);
}
.border-b-indigo-600\/60 {
  border-bottom-color: rgb(88 80 236 / 0.6);
}
.border-b-indigo-600\/65 {
  border-bottom-color: rgb(88 80 236 / 0.65);
}
.border-b-indigo-600\/70 {
  border-bottom-color: rgb(88 80 236 / 0.7);
}
.border-b-indigo-600\/75 {
  border-bottom-color: rgb(88 80 236 / 0.75);
}
.border-b-indigo-600\/80 {
  border-bottom-color: rgb(88 80 236 / 0.8);
}
.border-b-indigo-600\/85 {
  border-bottom-color: rgb(88 80 236 / 0.85);
}
.border-b-indigo-600\/90 {
  border-bottom-color: rgb(88 80 236 / 0.9);
}
.border-b-indigo-600\/95 {
  border-bottom-color: rgb(88 80 236 / 0.95);
}
.border-b-indigo-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(81 69 205 / var(--tw-border-opacity, 1));
}
.border-b-indigo-700\/0 {
  border-bottom-color: rgb(81 69 205 / 0);
}
.border-b-indigo-700\/10 {
  border-bottom-color: rgb(81 69 205 / 0.1);
}
.border-b-indigo-700\/100 {
  border-bottom-color: rgb(81 69 205 / 1);
}
.border-b-indigo-700\/15 {
  border-bottom-color: rgb(81 69 205 / 0.15);
}
.border-b-indigo-700\/20 {
  border-bottom-color: rgb(81 69 205 / 0.2);
}
.border-b-indigo-700\/25 {
  border-bottom-color: rgb(81 69 205 / 0.25);
}
.border-b-indigo-700\/30 {
  border-bottom-color: rgb(81 69 205 / 0.3);
}
.border-b-indigo-700\/35 {
  border-bottom-color: rgb(81 69 205 / 0.35);
}
.border-b-indigo-700\/40 {
  border-bottom-color: rgb(81 69 205 / 0.4);
}
.border-b-indigo-700\/45 {
  border-bottom-color: rgb(81 69 205 / 0.45);
}
.border-b-indigo-700\/5 {
  border-bottom-color: rgb(81 69 205 / 0.05);
}
.border-b-indigo-700\/50 {
  border-bottom-color: rgb(81 69 205 / 0.5);
}
.border-b-indigo-700\/55 {
  border-bottom-color: rgb(81 69 205 / 0.55);
}
.border-b-indigo-700\/60 {
  border-bottom-color: rgb(81 69 205 / 0.6);
}
.border-b-indigo-700\/65 {
  border-bottom-color: rgb(81 69 205 / 0.65);
}
.border-b-indigo-700\/70 {
  border-bottom-color: rgb(81 69 205 / 0.7);
}
.border-b-indigo-700\/75 {
  border-bottom-color: rgb(81 69 205 / 0.75);
}
.border-b-indigo-700\/80 {
  border-bottom-color: rgb(81 69 205 / 0.8);
}
.border-b-indigo-700\/85 {
  border-bottom-color: rgb(81 69 205 / 0.85);
}
.border-b-indigo-700\/90 {
  border-bottom-color: rgb(81 69 205 / 0.9);
}
.border-b-indigo-700\/95 {
  border-bottom-color: rgb(81 69 205 / 0.95);
}
.border-b-indigo-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(66 56 157 / var(--tw-border-opacity, 1));
}
.border-b-indigo-800\/0 {
  border-bottom-color: rgb(66 56 157 / 0);
}
.border-b-indigo-800\/10 {
  border-bottom-color: rgb(66 56 157 / 0.1);
}
.border-b-indigo-800\/100 {
  border-bottom-color: rgb(66 56 157 / 1);
}
.border-b-indigo-800\/15 {
  border-bottom-color: rgb(66 56 157 / 0.15);
}
.border-b-indigo-800\/20 {
  border-bottom-color: rgb(66 56 157 / 0.2);
}
.border-b-indigo-800\/25 {
  border-bottom-color: rgb(66 56 157 / 0.25);
}
.border-b-indigo-800\/30 {
  border-bottom-color: rgb(66 56 157 / 0.3);
}
.border-b-indigo-800\/35 {
  border-bottom-color: rgb(66 56 157 / 0.35);
}
.border-b-indigo-800\/40 {
  border-bottom-color: rgb(66 56 157 / 0.4);
}
.border-b-indigo-800\/45 {
  border-bottom-color: rgb(66 56 157 / 0.45);
}
.border-b-indigo-800\/5 {
  border-bottom-color: rgb(66 56 157 / 0.05);
}
.border-b-indigo-800\/50 {
  border-bottom-color: rgb(66 56 157 / 0.5);
}
.border-b-indigo-800\/55 {
  border-bottom-color: rgb(66 56 157 / 0.55);
}
.border-b-indigo-800\/60 {
  border-bottom-color: rgb(66 56 157 / 0.6);
}
.border-b-indigo-800\/65 {
  border-bottom-color: rgb(66 56 157 / 0.65);
}
.border-b-indigo-800\/70 {
  border-bottom-color: rgb(66 56 157 / 0.7);
}
.border-b-indigo-800\/75 {
  border-bottom-color: rgb(66 56 157 / 0.75);
}
.border-b-indigo-800\/80 {
  border-bottom-color: rgb(66 56 157 / 0.8);
}
.border-b-indigo-800\/85 {
  border-bottom-color: rgb(66 56 157 / 0.85);
}
.border-b-indigo-800\/90 {
  border-bottom-color: rgb(66 56 157 / 0.9);
}
.border-b-indigo-800\/95 {
  border-bottom-color: rgb(66 56 157 / 0.95);
}
.border-b-indigo-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(54 47 120 / var(--tw-border-opacity, 1));
}
.border-b-indigo-900\/0 {
  border-bottom-color: rgb(54 47 120 / 0);
}
.border-b-indigo-900\/10 {
  border-bottom-color: rgb(54 47 120 / 0.1);
}
.border-b-indigo-900\/100 {
  border-bottom-color: rgb(54 47 120 / 1);
}
.border-b-indigo-900\/15 {
  border-bottom-color: rgb(54 47 120 / 0.15);
}
.border-b-indigo-900\/20 {
  border-bottom-color: rgb(54 47 120 / 0.2);
}
.border-b-indigo-900\/25 {
  border-bottom-color: rgb(54 47 120 / 0.25);
}
.border-b-indigo-900\/30 {
  border-bottom-color: rgb(54 47 120 / 0.3);
}
.border-b-indigo-900\/35 {
  border-bottom-color: rgb(54 47 120 / 0.35);
}
.border-b-indigo-900\/40 {
  border-bottom-color: rgb(54 47 120 / 0.4);
}
.border-b-indigo-900\/45 {
  border-bottom-color: rgb(54 47 120 / 0.45);
}
.border-b-indigo-900\/5 {
  border-bottom-color: rgb(54 47 120 / 0.05);
}
.border-b-indigo-900\/50 {
  border-bottom-color: rgb(54 47 120 / 0.5);
}
.border-b-indigo-900\/55 {
  border-bottom-color: rgb(54 47 120 / 0.55);
}
.border-b-indigo-900\/60 {
  border-bottom-color: rgb(54 47 120 / 0.6);
}
.border-b-indigo-900\/65 {
  border-bottom-color: rgb(54 47 120 / 0.65);
}
.border-b-indigo-900\/70 {
  border-bottom-color: rgb(54 47 120 / 0.7);
}
.border-b-indigo-900\/75 {
  border-bottom-color: rgb(54 47 120 / 0.75);
}
.border-b-indigo-900\/80 {
  border-bottom-color: rgb(54 47 120 / 0.8);
}
.border-b-indigo-900\/85 {
  border-bottom-color: rgb(54 47 120 / 0.85);
}
.border-b-indigo-900\/90 {
  border-bottom-color: rgb(54 47 120 / 0.9);
}
.border-b-indigo-900\/95 {
  border-bottom-color: rgb(54 47 120 / 0.95);
}
.border-b-negative-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}
.border-b-negative-100\/0 {
  border-bottom-color: rgb(244 244 245 / 0);
}
.border-b-negative-100\/10 {
  border-bottom-color: rgb(244 244 245 / 0.1);
}
.border-b-negative-100\/100 {
  border-bottom-color: rgb(244 244 245 / 1);
}
.border-b-negative-100\/15 {
  border-bottom-color: rgb(244 244 245 / 0.15);
}
.border-b-negative-100\/20 {
  border-bottom-color: rgb(244 244 245 / 0.2);
}
.border-b-negative-100\/25 {
  border-bottom-color: rgb(244 244 245 / 0.25);
}
.border-b-negative-100\/30 {
  border-bottom-color: rgb(244 244 245 / 0.3);
}
.border-b-negative-100\/35 {
  border-bottom-color: rgb(244 244 245 / 0.35);
}
.border-b-negative-100\/40 {
  border-bottom-color: rgb(244 244 245 / 0.4);
}
.border-b-negative-100\/45 {
  border-bottom-color: rgb(244 244 245 / 0.45);
}
.border-b-negative-100\/5 {
  border-bottom-color: rgb(244 244 245 / 0.05);
}
.border-b-negative-100\/50 {
  border-bottom-color: rgb(244 244 245 / 0.5);
}
.border-b-negative-100\/55 {
  border-bottom-color: rgb(244 244 245 / 0.55);
}
.border-b-negative-100\/60 {
  border-bottom-color: rgb(244 244 245 / 0.6);
}
.border-b-negative-100\/65 {
  border-bottom-color: rgb(244 244 245 / 0.65);
}
.border-b-negative-100\/70 {
  border-bottom-color: rgb(244 244 245 / 0.7);
}
.border-b-negative-100\/75 {
  border-bottom-color: rgb(244 244 245 / 0.75);
}
.border-b-negative-100\/80 {
  border-bottom-color: rgb(244 244 245 / 0.8);
}
.border-b-negative-100\/85 {
  border-bottom-color: rgb(244 244 245 / 0.85);
}
.border-b-negative-100\/90 {
  border-bottom-color: rgb(244 244 245 / 0.9);
}
.border-b-negative-100\/95 {
  border-bottom-color: rgb(244 244 245 / 0.95);
}
.border-b-negative-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}
.border-b-negative-200\/0 {
  border-bottom-color: rgb(228 228 231 / 0);
}
.border-b-negative-200\/10 {
  border-bottom-color: rgb(228 228 231 / 0.1);
}
.border-b-negative-200\/100 {
  border-bottom-color: rgb(228 228 231 / 1);
}
.border-b-negative-200\/15 {
  border-bottom-color: rgb(228 228 231 / 0.15);
}
.border-b-negative-200\/20 {
  border-bottom-color: rgb(228 228 231 / 0.2);
}
.border-b-negative-200\/25 {
  border-bottom-color: rgb(228 228 231 / 0.25);
}
.border-b-negative-200\/30 {
  border-bottom-color: rgb(228 228 231 / 0.3);
}
.border-b-negative-200\/35 {
  border-bottom-color: rgb(228 228 231 / 0.35);
}
.border-b-negative-200\/40 {
  border-bottom-color: rgb(228 228 231 / 0.4);
}
.border-b-negative-200\/45 {
  border-bottom-color: rgb(228 228 231 / 0.45);
}
.border-b-negative-200\/5 {
  border-bottom-color: rgb(228 228 231 / 0.05);
}
.border-b-negative-200\/50 {
  border-bottom-color: rgb(228 228 231 / 0.5);
}
.border-b-negative-200\/55 {
  border-bottom-color: rgb(228 228 231 / 0.55);
}
.border-b-negative-200\/60 {
  border-bottom-color: rgb(228 228 231 / 0.6);
}
.border-b-negative-200\/65 {
  border-bottom-color: rgb(228 228 231 / 0.65);
}
.border-b-negative-200\/70 {
  border-bottom-color: rgb(228 228 231 / 0.7);
}
.border-b-negative-200\/75 {
  border-bottom-color: rgb(228 228 231 / 0.75);
}
.border-b-negative-200\/80 {
  border-bottom-color: rgb(228 228 231 / 0.8);
}
.border-b-negative-200\/85 {
  border-bottom-color: rgb(228 228 231 / 0.85);
}
.border-b-negative-200\/90 {
  border-bottom-color: rgb(228 228 231 / 0.9);
}
.border-b-negative-200\/95 {
  border-bottom-color: rgb(228 228 231 / 0.95);
}
.border-b-negative-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}
.border-b-negative-300\/0 {
  border-bottom-color: rgb(212 212 216 / 0);
}
.border-b-negative-300\/10 {
  border-bottom-color: rgb(212 212 216 / 0.1);
}
.border-b-negative-300\/100 {
  border-bottom-color: rgb(212 212 216 / 1);
}
.border-b-negative-300\/15 {
  border-bottom-color: rgb(212 212 216 / 0.15);
}
.border-b-negative-300\/20 {
  border-bottom-color: rgb(212 212 216 / 0.2);
}
.border-b-negative-300\/25 {
  border-bottom-color: rgb(212 212 216 / 0.25);
}
.border-b-negative-300\/30 {
  border-bottom-color: rgb(212 212 216 / 0.3);
}
.border-b-negative-300\/35 {
  border-bottom-color: rgb(212 212 216 / 0.35);
}
.border-b-negative-300\/40 {
  border-bottom-color: rgb(212 212 216 / 0.4);
}
.border-b-negative-300\/45 {
  border-bottom-color: rgb(212 212 216 / 0.45);
}
.border-b-negative-300\/5 {
  border-bottom-color: rgb(212 212 216 / 0.05);
}
.border-b-negative-300\/50 {
  border-bottom-color: rgb(212 212 216 / 0.5);
}
.border-b-negative-300\/55 {
  border-bottom-color: rgb(212 212 216 / 0.55);
}
.border-b-negative-300\/60 {
  border-bottom-color: rgb(212 212 216 / 0.6);
}
.border-b-negative-300\/65 {
  border-bottom-color: rgb(212 212 216 / 0.65);
}
.border-b-negative-300\/70 {
  border-bottom-color: rgb(212 212 216 / 0.7);
}
.border-b-negative-300\/75 {
  border-bottom-color: rgb(212 212 216 / 0.75);
}
.border-b-negative-300\/80 {
  border-bottom-color: rgb(212 212 216 / 0.8);
}
.border-b-negative-300\/85 {
  border-bottom-color: rgb(212 212 216 / 0.85);
}
.border-b-negative-300\/90 {
  border-bottom-color: rgb(212 212 216 / 0.9);
}
.border-b-negative-300\/95 {
  border-bottom-color: rgb(212 212 216 / 0.95);
}
.border-b-negative-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}
.border-b-negative-400\/0 {
  border-bottom-color: rgb(161 161 170 / 0);
}
.border-b-negative-400\/10 {
  border-bottom-color: rgb(161 161 170 / 0.1);
}
.border-b-negative-400\/100 {
  border-bottom-color: rgb(161 161 170 / 1);
}
.border-b-negative-400\/15 {
  border-bottom-color: rgb(161 161 170 / 0.15);
}
.border-b-negative-400\/20 {
  border-bottom-color: rgb(161 161 170 / 0.2);
}
.border-b-negative-400\/25 {
  border-bottom-color: rgb(161 161 170 / 0.25);
}
.border-b-negative-400\/30 {
  border-bottom-color: rgb(161 161 170 / 0.3);
}
.border-b-negative-400\/35 {
  border-bottom-color: rgb(161 161 170 / 0.35);
}
.border-b-negative-400\/40 {
  border-bottom-color: rgb(161 161 170 / 0.4);
}
.border-b-negative-400\/45 {
  border-bottom-color: rgb(161 161 170 / 0.45);
}
.border-b-negative-400\/5 {
  border-bottom-color: rgb(161 161 170 / 0.05);
}
.border-b-negative-400\/50 {
  border-bottom-color: rgb(161 161 170 / 0.5);
}
.border-b-negative-400\/55 {
  border-bottom-color: rgb(161 161 170 / 0.55);
}
.border-b-negative-400\/60 {
  border-bottom-color: rgb(161 161 170 / 0.6);
}
.border-b-negative-400\/65 {
  border-bottom-color: rgb(161 161 170 / 0.65);
}
.border-b-negative-400\/70 {
  border-bottom-color: rgb(161 161 170 / 0.7);
}
.border-b-negative-400\/75 {
  border-bottom-color: rgb(161 161 170 / 0.75);
}
.border-b-negative-400\/80 {
  border-bottom-color: rgb(161 161 170 / 0.8);
}
.border-b-negative-400\/85 {
  border-bottom-color: rgb(161 161 170 / 0.85);
}
.border-b-negative-400\/90 {
  border-bottom-color: rgb(161 161 170 / 0.9);
}
.border-b-negative-400\/95 {
  border-bottom-color: rgb(161 161 170 / 0.95);
}
.border-b-negative-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-b-negative-50\/0 {
  border-bottom-color: rgb(250 250 250 / 0);
}
.border-b-negative-50\/10 {
  border-bottom-color: rgb(250 250 250 / 0.1);
}
.border-b-negative-50\/100 {
  border-bottom-color: rgb(250 250 250 / 1);
}
.border-b-negative-50\/15 {
  border-bottom-color: rgb(250 250 250 / 0.15);
}
.border-b-negative-50\/20 {
  border-bottom-color: rgb(250 250 250 / 0.2);
}
.border-b-negative-50\/25 {
  border-bottom-color: rgb(250 250 250 / 0.25);
}
.border-b-negative-50\/30 {
  border-bottom-color: rgb(250 250 250 / 0.3);
}
.border-b-negative-50\/35 {
  border-bottom-color: rgb(250 250 250 / 0.35);
}
.border-b-negative-50\/40 {
  border-bottom-color: rgb(250 250 250 / 0.4);
}
.border-b-negative-50\/45 {
  border-bottom-color: rgb(250 250 250 / 0.45);
}
.border-b-negative-50\/5 {
  border-bottom-color: rgb(250 250 250 / 0.05);
}
.border-b-negative-50\/50 {
  border-bottom-color: rgb(250 250 250 / 0.5);
}
.border-b-negative-50\/55 {
  border-bottom-color: rgb(250 250 250 / 0.55);
}
.border-b-negative-50\/60 {
  border-bottom-color: rgb(250 250 250 / 0.6);
}
.border-b-negative-50\/65 {
  border-bottom-color: rgb(250 250 250 / 0.65);
}
.border-b-negative-50\/70 {
  border-bottom-color: rgb(250 250 250 / 0.7);
}
.border-b-negative-50\/75 {
  border-bottom-color: rgb(250 250 250 / 0.75);
}
.border-b-negative-50\/80 {
  border-bottom-color: rgb(250 250 250 / 0.8);
}
.border-b-negative-50\/85 {
  border-bottom-color: rgb(250 250 250 / 0.85);
}
.border-b-negative-50\/90 {
  border-bottom-color: rgb(250 250 250 / 0.9);
}
.border-b-negative-50\/95 {
  border-bottom-color: rgb(250 250 250 / 0.95);
}
.border-b-negative-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}
.border-b-negative-500\/0 {
  border-bottom-color: rgb(113 113 122 / 0);
}
.border-b-negative-500\/10 {
  border-bottom-color: rgb(113 113 122 / 0.1);
}
.border-b-negative-500\/100 {
  border-bottom-color: rgb(113 113 122 / 1);
}
.border-b-negative-500\/15 {
  border-bottom-color: rgb(113 113 122 / 0.15);
}
.border-b-negative-500\/20 {
  border-bottom-color: rgb(113 113 122 / 0.2);
}
.border-b-negative-500\/25 {
  border-bottom-color: rgb(113 113 122 / 0.25);
}
.border-b-negative-500\/30 {
  border-bottom-color: rgb(113 113 122 / 0.3);
}
.border-b-negative-500\/35 {
  border-bottom-color: rgb(113 113 122 / 0.35);
}
.border-b-negative-500\/40 {
  border-bottom-color: rgb(113 113 122 / 0.4);
}
.border-b-negative-500\/45 {
  border-bottom-color: rgb(113 113 122 / 0.45);
}
.border-b-negative-500\/5 {
  border-bottom-color: rgb(113 113 122 / 0.05);
}
.border-b-negative-500\/50 {
  border-bottom-color: rgb(113 113 122 / 0.5);
}
.border-b-negative-500\/55 {
  border-bottom-color: rgb(113 113 122 / 0.55);
}
.border-b-negative-500\/60 {
  border-bottom-color: rgb(113 113 122 / 0.6);
}
.border-b-negative-500\/65 {
  border-bottom-color: rgb(113 113 122 / 0.65);
}
.border-b-negative-500\/70 {
  border-bottom-color: rgb(113 113 122 / 0.7);
}
.border-b-negative-500\/75 {
  border-bottom-color: rgb(113 113 122 / 0.75);
}
.border-b-negative-500\/80 {
  border-bottom-color: rgb(113 113 122 / 0.8);
}
.border-b-negative-500\/85 {
  border-bottom-color: rgb(113 113 122 / 0.85);
}
.border-b-negative-500\/90 {
  border-bottom-color: rgb(113 113 122 / 0.9);
}
.border-b-negative-500\/95 {
  border-bottom-color: rgb(113 113 122 / 0.95);
}
.border-b-negative-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}
.border-b-negative-600\/0 {
  border-bottom-color: rgb(82 82 91 / 0);
}
.border-b-negative-600\/10 {
  border-bottom-color: rgb(82 82 91 / 0.1);
}
.border-b-negative-600\/100 {
  border-bottom-color: rgb(82 82 91 / 1);
}
.border-b-negative-600\/15 {
  border-bottom-color: rgb(82 82 91 / 0.15);
}
.border-b-negative-600\/20 {
  border-bottom-color: rgb(82 82 91 / 0.2);
}
.border-b-negative-600\/25 {
  border-bottom-color: rgb(82 82 91 / 0.25);
}
.border-b-negative-600\/30 {
  border-bottom-color: rgb(82 82 91 / 0.3);
}
.border-b-negative-600\/35 {
  border-bottom-color: rgb(82 82 91 / 0.35);
}
.border-b-negative-600\/40 {
  border-bottom-color: rgb(82 82 91 / 0.4);
}
.border-b-negative-600\/45 {
  border-bottom-color: rgb(82 82 91 / 0.45);
}
.border-b-negative-600\/5 {
  border-bottom-color: rgb(82 82 91 / 0.05);
}
.border-b-negative-600\/50 {
  border-bottom-color: rgb(82 82 91 / 0.5);
}
.border-b-negative-600\/55 {
  border-bottom-color: rgb(82 82 91 / 0.55);
}
.border-b-negative-600\/60 {
  border-bottom-color: rgb(82 82 91 / 0.6);
}
.border-b-negative-600\/65 {
  border-bottom-color: rgb(82 82 91 / 0.65);
}
.border-b-negative-600\/70 {
  border-bottom-color: rgb(82 82 91 / 0.7);
}
.border-b-negative-600\/75 {
  border-bottom-color: rgb(82 82 91 / 0.75);
}
.border-b-negative-600\/80 {
  border-bottom-color: rgb(82 82 91 / 0.8);
}
.border-b-negative-600\/85 {
  border-bottom-color: rgb(82 82 91 / 0.85);
}
.border-b-negative-600\/90 {
  border-bottom-color: rgb(82 82 91 / 0.9);
}
.border-b-negative-600\/95 {
  border-bottom-color: rgb(82 82 91 / 0.95);
}
.border-b-negative-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}
.border-b-negative-700\/0 {
  border-bottom-color: rgb(63 63 70 / 0);
}
.border-b-negative-700\/10 {
  border-bottom-color: rgb(63 63 70 / 0.1);
}
.border-b-negative-700\/100 {
  border-bottom-color: rgb(63 63 70 / 1);
}
.border-b-negative-700\/15 {
  border-bottom-color: rgb(63 63 70 / 0.15);
}
.border-b-negative-700\/20 {
  border-bottom-color: rgb(63 63 70 / 0.2);
}
.border-b-negative-700\/25 {
  border-bottom-color: rgb(63 63 70 / 0.25);
}
.border-b-negative-700\/30 {
  border-bottom-color: rgb(63 63 70 / 0.3);
}
.border-b-negative-700\/35 {
  border-bottom-color: rgb(63 63 70 / 0.35);
}
.border-b-negative-700\/40 {
  border-bottom-color: rgb(63 63 70 / 0.4);
}
.border-b-negative-700\/45 {
  border-bottom-color: rgb(63 63 70 / 0.45);
}
.border-b-negative-700\/5 {
  border-bottom-color: rgb(63 63 70 / 0.05);
}
.border-b-negative-700\/50 {
  border-bottom-color: rgb(63 63 70 / 0.5);
}
.border-b-negative-700\/55 {
  border-bottom-color: rgb(63 63 70 / 0.55);
}
.border-b-negative-700\/60 {
  border-bottom-color: rgb(63 63 70 / 0.6);
}
.border-b-negative-700\/65 {
  border-bottom-color: rgb(63 63 70 / 0.65);
}
.border-b-negative-700\/70 {
  border-bottom-color: rgb(63 63 70 / 0.7);
}
.border-b-negative-700\/75 {
  border-bottom-color: rgb(63 63 70 / 0.75);
}
.border-b-negative-700\/80 {
  border-bottom-color: rgb(63 63 70 / 0.8);
}
.border-b-negative-700\/85 {
  border-bottom-color: rgb(63 63 70 / 0.85);
}
.border-b-negative-700\/90 {
  border-bottom-color: rgb(63 63 70 / 0.9);
}
.border-b-negative-700\/95 {
  border-bottom-color: rgb(63 63 70 / 0.95);
}
.border-b-negative-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}
.border-b-negative-800\/0 {
  border-bottom-color: rgb(39 39 42 / 0);
}
.border-b-negative-800\/10 {
  border-bottom-color: rgb(39 39 42 / 0.1);
}
.border-b-negative-800\/100 {
  border-bottom-color: rgb(39 39 42 / 1);
}
.border-b-negative-800\/15 {
  border-bottom-color: rgb(39 39 42 / 0.15);
}
.border-b-negative-800\/20 {
  border-bottom-color: rgb(39 39 42 / 0.2);
}
.border-b-negative-800\/25 {
  border-bottom-color: rgb(39 39 42 / 0.25);
}
.border-b-negative-800\/30 {
  border-bottom-color: rgb(39 39 42 / 0.3);
}
.border-b-negative-800\/35 {
  border-bottom-color: rgb(39 39 42 / 0.35);
}
.border-b-negative-800\/40 {
  border-bottom-color: rgb(39 39 42 / 0.4);
}
.border-b-negative-800\/45 {
  border-bottom-color: rgb(39 39 42 / 0.45);
}
.border-b-negative-800\/5 {
  border-bottom-color: rgb(39 39 42 / 0.05);
}
.border-b-negative-800\/50 {
  border-bottom-color: rgb(39 39 42 / 0.5);
}
.border-b-negative-800\/55 {
  border-bottom-color: rgb(39 39 42 / 0.55);
}
.border-b-negative-800\/60 {
  border-bottom-color: rgb(39 39 42 / 0.6);
}
.border-b-negative-800\/65 {
  border-bottom-color: rgb(39 39 42 / 0.65);
}
.border-b-negative-800\/70 {
  border-bottom-color: rgb(39 39 42 / 0.7);
}
.border-b-negative-800\/75 {
  border-bottom-color: rgb(39 39 42 / 0.75);
}
.border-b-negative-800\/80 {
  border-bottom-color: rgb(39 39 42 / 0.8);
}
.border-b-negative-800\/85 {
  border-bottom-color: rgb(39 39 42 / 0.85);
}
.border-b-negative-800\/90 {
  border-bottom-color: rgb(39 39 42 / 0.9);
}
.border-b-negative-800\/95 {
  border-bottom-color: rgb(39 39 42 / 0.95);
}
.border-b-negative-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
}
.border-b-negative-900\/0 {
  border-bottom-color: rgb(24 24 27 / 0);
}
.border-b-negative-900\/10 {
  border-bottom-color: rgb(24 24 27 / 0.1);
}
.border-b-negative-900\/100 {
  border-bottom-color: rgb(24 24 27 / 1);
}
.border-b-negative-900\/15 {
  border-bottom-color: rgb(24 24 27 / 0.15);
}
.border-b-negative-900\/20 {
  border-bottom-color: rgb(24 24 27 / 0.2);
}
.border-b-negative-900\/25 {
  border-bottom-color: rgb(24 24 27 / 0.25);
}
.border-b-negative-900\/30 {
  border-bottom-color: rgb(24 24 27 / 0.3);
}
.border-b-negative-900\/35 {
  border-bottom-color: rgb(24 24 27 / 0.35);
}
.border-b-negative-900\/40 {
  border-bottom-color: rgb(24 24 27 / 0.4);
}
.border-b-negative-900\/45 {
  border-bottom-color: rgb(24 24 27 / 0.45);
}
.border-b-negative-900\/5 {
  border-bottom-color: rgb(24 24 27 / 0.05);
}
.border-b-negative-900\/50 {
  border-bottom-color: rgb(24 24 27 / 0.5);
}
.border-b-negative-900\/55 {
  border-bottom-color: rgb(24 24 27 / 0.55);
}
.border-b-negative-900\/60 {
  border-bottom-color: rgb(24 24 27 / 0.6);
}
.border-b-negative-900\/65 {
  border-bottom-color: rgb(24 24 27 / 0.65);
}
.border-b-negative-900\/70 {
  border-bottom-color: rgb(24 24 27 / 0.7);
}
.border-b-negative-900\/75 {
  border-bottom-color: rgb(24 24 27 / 0.75);
}
.border-b-negative-900\/80 {
  border-bottom-color: rgb(24 24 27 / 0.8);
}
.border-b-negative-900\/85 {
  border-bottom-color: rgb(24 24 27 / 0.85);
}
.border-b-negative-900\/90 {
  border-bottom-color: rgb(24 24 27 / 0.9);
}
.border-b-negative-900\/95 {
  border-bottom-color: rgb(24 24 27 / 0.95);
}
.border-b-negative-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
}
.border-b-negative-950\/0 {
  border-bottom-color: rgb(9 9 11 / 0);
}
.border-b-negative-950\/10 {
  border-bottom-color: rgb(9 9 11 / 0.1);
}
.border-b-negative-950\/100 {
  border-bottom-color: rgb(9 9 11 / 1);
}
.border-b-negative-950\/15 {
  border-bottom-color: rgb(9 9 11 / 0.15);
}
.border-b-negative-950\/20 {
  border-bottom-color: rgb(9 9 11 / 0.2);
}
.border-b-negative-950\/25 {
  border-bottom-color: rgb(9 9 11 / 0.25);
}
.border-b-negative-950\/30 {
  border-bottom-color: rgb(9 9 11 / 0.3);
}
.border-b-negative-950\/35 {
  border-bottom-color: rgb(9 9 11 / 0.35);
}
.border-b-negative-950\/40 {
  border-bottom-color: rgb(9 9 11 / 0.4);
}
.border-b-negative-950\/45 {
  border-bottom-color: rgb(9 9 11 / 0.45);
}
.border-b-negative-950\/5 {
  border-bottom-color: rgb(9 9 11 / 0.05);
}
.border-b-negative-950\/50 {
  border-bottom-color: rgb(9 9 11 / 0.5);
}
.border-b-negative-950\/55 {
  border-bottom-color: rgb(9 9 11 / 0.55);
}
.border-b-negative-950\/60 {
  border-bottom-color: rgb(9 9 11 / 0.6);
}
.border-b-negative-950\/65 {
  border-bottom-color: rgb(9 9 11 / 0.65);
}
.border-b-negative-950\/70 {
  border-bottom-color: rgb(9 9 11 / 0.7);
}
.border-b-negative-950\/75 {
  border-bottom-color: rgb(9 9 11 / 0.75);
}
.border-b-negative-950\/80 {
  border-bottom-color: rgb(9 9 11 / 0.8);
}
.border-b-negative-950\/85 {
  border-bottom-color: rgb(9 9 11 / 0.85);
}
.border-b-negative-950\/90 {
  border-bottom-color: rgb(9 9 11 / 0.9);
}
.border-b-negative-950\/95 {
  border-bottom-color: rgb(9 9 11 / 0.95);
}
.border-b-orange-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 236 220 / var(--tw-border-opacity, 1));
}
.border-b-orange-100\/0 {
  border-bottom-color: rgb(254 236 220 / 0);
}
.border-b-orange-100\/10 {
  border-bottom-color: rgb(254 236 220 / 0.1);
}
.border-b-orange-100\/100 {
  border-bottom-color: rgb(254 236 220 / 1);
}
.border-b-orange-100\/15 {
  border-bottom-color: rgb(254 236 220 / 0.15);
}
.border-b-orange-100\/20 {
  border-bottom-color: rgb(254 236 220 / 0.2);
}
.border-b-orange-100\/25 {
  border-bottom-color: rgb(254 236 220 / 0.25);
}
.border-b-orange-100\/30 {
  border-bottom-color: rgb(254 236 220 / 0.3);
}
.border-b-orange-100\/35 {
  border-bottom-color: rgb(254 236 220 / 0.35);
}
.border-b-orange-100\/40 {
  border-bottom-color: rgb(254 236 220 / 0.4);
}
.border-b-orange-100\/45 {
  border-bottom-color: rgb(254 236 220 / 0.45);
}
.border-b-orange-100\/5 {
  border-bottom-color: rgb(254 236 220 / 0.05);
}
.border-b-orange-100\/50 {
  border-bottom-color: rgb(254 236 220 / 0.5);
}
.border-b-orange-100\/55 {
  border-bottom-color: rgb(254 236 220 / 0.55);
}
.border-b-orange-100\/60 {
  border-bottom-color: rgb(254 236 220 / 0.6);
}
.border-b-orange-100\/65 {
  border-bottom-color: rgb(254 236 220 / 0.65);
}
.border-b-orange-100\/70 {
  border-bottom-color: rgb(254 236 220 / 0.7);
}
.border-b-orange-100\/75 {
  border-bottom-color: rgb(254 236 220 / 0.75);
}
.border-b-orange-100\/80 {
  border-bottom-color: rgb(254 236 220 / 0.8);
}
.border-b-orange-100\/85 {
  border-bottom-color: rgb(254 236 220 / 0.85);
}
.border-b-orange-100\/90 {
  border-bottom-color: rgb(254 236 220 / 0.9);
}
.border-b-orange-100\/95 {
  border-bottom-color: rgb(254 236 220 / 0.95);
}
.border-b-orange-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(252 217 189 / var(--tw-border-opacity, 1));
}
.border-b-orange-200\/0 {
  border-bottom-color: rgb(252 217 189 / 0);
}
.border-b-orange-200\/10 {
  border-bottom-color: rgb(252 217 189 / 0.1);
}
.border-b-orange-200\/100 {
  border-bottom-color: rgb(252 217 189 / 1);
}
.border-b-orange-200\/15 {
  border-bottom-color: rgb(252 217 189 / 0.15);
}
.border-b-orange-200\/20 {
  border-bottom-color: rgb(252 217 189 / 0.2);
}
.border-b-orange-200\/25 {
  border-bottom-color: rgb(252 217 189 / 0.25);
}
.border-b-orange-200\/30 {
  border-bottom-color: rgb(252 217 189 / 0.3);
}
.border-b-orange-200\/35 {
  border-bottom-color: rgb(252 217 189 / 0.35);
}
.border-b-orange-200\/40 {
  border-bottom-color: rgb(252 217 189 / 0.4);
}
.border-b-orange-200\/45 {
  border-bottom-color: rgb(252 217 189 / 0.45);
}
.border-b-orange-200\/5 {
  border-bottom-color: rgb(252 217 189 / 0.05);
}
.border-b-orange-200\/50 {
  border-bottom-color: rgb(252 217 189 / 0.5);
}
.border-b-orange-200\/55 {
  border-bottom-color: rgb(252 217 189 / 0.55);
}
.border-b-orange-200\/60 {
  border-bottom-color: rgb(252 217 189 / 0.6);
}
.border-b-orange-200\/65 {
  border-bottom-color: rgb(252 217 189 / 0.65);
}
.border-b-orange-200\/70 {
  border-bottom-color: rgb(252 217 189 / 0.7);
}
.border-b-orange-200\/75 {
  border-bottom-color: rgb(252 217 189 / 0.75);
}
.border-b-orange-200\/80 {
  border-bottom-color: rgb(252 217 189 / 0.8);
}
.border-b-orange-200\/85 {
  border-bottom-color: rgb(252 217 189 / 0.85);
}
.border-b-orange-200\/90 {
  border-bottom-color: rgb(252 217 189 / 0.9);
}
.border-b-orange-200\/95 {
  border-bottom-color: rgb(252 217 189 / 0.95);
}
.border-b-orange-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 186 140 / var(--tw-border-opacity, 1));
}
.border-b-orange-300\/0 {
  border-bottom-color: rgb(253 186 140 / 0);
}
.border-b-orange-300\/10 {
  border-bottom-color: rgb(253 186 140 / 0.1);
}
.border-b-orange-300\/100 {
  border-bottom-color: rgb(253 186 140 / 1);
}
.border-b-orange-300\/15 {
  border-bottom-color: rgb(253 186 140 / 0.15);
}
.border-b-orange-300\/20 {
  border-bottom-color: rgb(253 186 140 / 0.2);
}
.border-b-orange-300\/25 {
  border-bottom-color: rgb(253 186 140 / 0.25);
}
.border-b-orange-300\/30 {
  border-bottom-color: rgb(253 186 140 / 0.3);
}
.border-b-orange-300\/35 {
  border-bottom-color: rgb(253 186 140 / 0.35);
}
.border-b-orange-300\/40 {
  border-bottom-color: rgb(253 186 140 / 0.4);
}
.border-b-orange-300\/45 {
  border-bottom-color: rgb(253 186 140 / 0.45);
}
.border-b-orange-300\/5 {
  border-bottom-color: rgb(253 186 140 / 0.05);
}
.border-b-orange-300\/50 {
  border-bottom-color: rgb(253 186 140 / 0.5);
}
.border-b-orange-300\/55 {
  border-bottom-color: rgb(253 186 140 / 0.55);
}
.border-b-orange-300\/60 {
  border-bottom-color: rgb(253 186 140 / 0.6);
}
.border-b-orange-300\/65 {
  border-bottom-color: rgb(253 186 140 / 0.65);
}
.border-b-orange-300\/70 {
  border-bottom-color: rgb(253 186 140 / 0.7);
}
.border-b-orange-300\/75 {
  border-bottom-color: rgb(253 186 140 / 0.75);
}
.border-b-orange-300\/80 {
  border-bottom-color: rgb(253 186 140 / 0.8);
}
.border-b-orange-300\/85 {
  border-bottom-color: rgb(253 186 140 / 0.85);
}
.border-b-orange-300\/90 {
  border-bottom-color: rgb(253 186 140 / 0.9);
}
.border-b-orange-300\/95 {
  border-bottom-color: rgb(253 186 140 / 0.95);
}
.border-b-orange-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 138 76 / var(--tw-border-opacity, 1));
}
.border-b-orange-400\/0 {
  border-bottom-color: rgb(255 138 76 / 0);
}
.border-b-orange-400\/10 {
  border-bottom-color: rgb(255 138 76 / 0.1);
}
.border-b-orange-400\/100 {
  border-bottom-color: rgb(255 138 76 / 1);
}
.border-b-orange-400\/15 {
  border-bottom-color: rgb(255 138 76 / 0.15);
}
.border-b-orange-400\/20 {
  border-bottom-color: rgb(255 138 76 / 0.2);
}
.border-b-orange-400\/25 {
  border-bottom-color: rgb(255 138 76 / 0.25);
}
.border-b-orange-400\/30 {
  border-bottom-color: rgb(255 138 76 / 0.3);
}
.border-b-orange-400\/35 {
  border-bottom-color: rgb(255 138 76 / 0.35);
}
.border-b-orange-400\/40 {
  border-bottom-color: rgb(255 138 76 / 0.4);
}
.border-b-orange-400\/45 {
  border-bottom-color: rgb(255 138 76 / 0.45);
}
.border-b-orange-400\/5 {
  border-bottom-color: rgb(255 138 76 / 0.05);
}
.border-b-orange-400\/50 {
  border-bottom-color: rgb(255 138 76 / 0.5);
}
.border-b-orange-400\/55 {
  border-bottom-color: rgb(255 138 76 / 0.55);
}
.border-b-orange-400\/60 {
  border-bottom-color: rgb(255 138 76 / 0.6);
}
.border-b-orange-400\/65 {
  border-bottom-color: rgb(255 138 76 / 0.65);
}
.border-b-orange-400\/70 {
  border-bottom-color: rgb(255 138 76 / 0.7);
}
.border-b-orange-400\/75 {
  border-bottom-color: rgb(255 138 76 / 0.75);
}
.border-b-orange-400\/80 {
  border-bottom-color: rgb(255 138 76 / 0.8);
}
.border-b-orange-400\/85 {
  border-bottom-color: rgb(255 138 76 / 0.85);
}
.border-b-orange-400\/90 {
  border-bottom-color: rgb(255 138 76 / 0.9);
}
.border-b-orange-400\/95 {
  border-bottom-color: rgb(255 138 76 / 0.95);
}
.border-b-orange-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 248 241 / var(--tw-border-opacity, 1));
}
.border-b-orange-50\/0 {
  border-bottom-color: rgb(255 248 241 / 0);
}
.border-b-orange-50\/10 {
  border-bottom-color: rgb(255 248 241 / 0.1);
}
.border-b-orange-50\/100 {
  border-bottom-color: rgb(255 248 241 / 1);
}
.border-b-orange-50\/15 {
  border-bottom-color: rgb(255 248 241 / 0.15);
}
.border-b-orange-50\/20 {
  border-bottom-color: rgb(255 248 241 / 0.2);
}
.border-b-orange-50\/25 {
  border-bottom-color: rgb(255 248 241 / 0.25);
}
.border-b-orange-50\/30 {
  border-bottom-color: rgb(255 248 241 / 0.3);
}
.border-b-orange-50\/35 {
  border-bottom-color: rgb(255 248 241 / 0.35);
}
.border-b-orange-50\/40 {
  border-bottom-color: rgb(255 248 241 / 0.4);
}
.border-b-orange-50\/45 {
  border-bottom-color: rgb(255 248 241 / 0.45);
}
.border-b-orange-50\/5 {
  border-bottom-color: rgb(255 248 241 / 0.05);
}
.border-b-orange-50\/50 {
  border-bottom-color: rgb(255 248 241 / 0.5);
}
.border-b-orange-50\/55 {
  border-bottom-color: rgb(255 248 241 / 0.55);
}
.border-b-orange-50\/60 {
  border-bottom-color: rgb(255 248 241 / 0.6);
}
.border-b-orange-50\/65 {
  border-bottom-color: rgb(255 248 241 / 0.65);
}
.border-b-orange-50\/70 {
  border-bottom-color: rgb(255 248 241 / 0.7);
}
.border-b-orange-50\/75 {
  border-bottom-color: rgb(255 248 241 / 0.75);
}
.border-b-orange-50\/80 {
  border-bottom-color: rgb(255 248 241 / 0.8);
}
.border-b-orange-50\/85 {
  border-bottom-color: rgb(255 248 241 / 0.85);
}
.border-b-orange-50\/90 {
  border-bottom-color: rgb(255 248 241 / 0.9);
}
.border-b-orange-50\/95 {
  border-bottom-color: rgb(255 248 241 / 0.95);
}
.border-b-orange-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 90 31 / var(--tw-border-opacity, 1));
}
.border-b-orange-500\/0 {
  border-bottom-color: rgb(255 90 31 / 0);
}
.border-b-orange-500\/10 {
  border-bottom-color: rgb(255 90 31 / 0.1);
}
.border-b-orange-500\/100 {
  border-bottom-color: rgb(255 90 31 / 1);
}
.border-b-orange-500\/15 {
  border-bottom-color: rgb(255 90 31 / 0.15);
}
.border-b-orange-500\/20 {
  border-bottom-color: rgb(255 90 31 / 0.2);
}
.border-b-orange-500\/25 {
  border-bottom-color: rgb(255 90 31 / 0.25);
}
.border-b-orange-500\/30 {
  border-bottom-color: rgb(255 90 31 / 0.3);
}
.border-b-orange-500\/35 {
  border-bottom-color: rgb(255 90 31 / 0.35);
}
.border-b-orange-500\/40 {
  border-bottom-color: rgb(255 90 31 / 0.4);
}
.border-b-orange-500\/45 {
  border-bottom-color: rgb(255 90 31 / 0.45);
}
.border-b-orange-500\/5 {
  border-bottom-color: rgb(255 90 31 / 0.05);
}
.border-b-orange-500\/50 {
  border-bottom-color: rgb(255 90 31 / 0.5);
}
.border-b-orange-500\/55 {
  border-bottom-color: rgb(255 90 31 / 0.55);
}
.border-b-orange-500\/60 {
  border-bottom-color: rgb(255 90 31 / 0.6);
}
.border-b-orange-500\/65 {
  border-bottom-color: rgb(255 90 31 / 0.65);
}
.border-b-orange-500\/70 {
  border-bottom-color: rgb(255 90 31 / 0.7);
}
.border-b-orange-500\/75 {
  border-bottom-color: rgb(255 90 31 / 0.75);
}
.border-b-orange-500\/80 {
  border-bottom-color: rgb(255 90 31 / 0.8);
}
.border-b-orange-500\/85 {
  border-bottom-color: rgb(255 90 31 / 0.85);
}
.border-b-orange-500\/90 {
  border-bottom-color: rgb(255 90 31 / 0.9);
}
.border-b-orange-500\/95 {
  border-bottom-color: rgb(255 90 31 / 0.95);
}
.border-b-orange-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(208 56 1 / var(--tw-border-opacity, 1));
}
.border-b-orange-600\/0 {
  border-bottom-color: rgb(208 56 1 / 0);
}
.border-b-orange-600\/10 {
  border-bottom-color: rgb(208 56 1 / 0.1);
}
.border-b-orange-600\/100 {
  border-bottom-color: rgb(208 56 1 / 1);
}
.border-b-orange-600\/15 {
  border-bottom-color: rgb(208 56 1 / 0.15);
}
.border-b-orange-600\/20 {
  border-bottom-color: rgb(208 56 1 / 0.2);
}
.border-b-orange-600\/25 {
  border-bottom-color: rgb(208 56 1 / 0.25);
}
.border-b-orange-600\/30 {
  border-bottom-color: rgb(208 56 1 / 0.3);
}
.border-b-orange-600\/35 {
  border-bottom-color: rgb(208 56 1 / 0.35);
}
.border-b-orange-600\/40 {
  border-bottom-color: rgb(208 56 1 / 0.4);
}
.border-b-orange-600\/45 {
  border-bottom-color: rgb(208 56 1 / 0.45);
}
.border-b-orange-600\/5 {
  border-bottom-color: rgb(208 56 1 / 0.05);
}
.border-b-orange-600\/50 {
  border-bottom-color: rgb(208 56 1 / 0.5);
}
.border-b-orange-600\/55 {
  border-bottom-color: rgb(208 56 1 / 0.55);
}
.border-b-orange-600\/60 {
  border-bottom-color: rgb(208 56 1 / 0.6);
}
.border-b-orange-600\/65 {
  border-bottom-color: rgb(208 56 1 / 0.65);
}
.border-b-orange-600\/70 {
  border-bottom-color: rgb(208 56 1 / 0.7);
}
.border-b-orange-600\/75 {
  border-bottom-color: rgb(208 56 1 / 0.75);
}
.border-b-orange-600\/80 {
  border-bottom-color: rgb(208 56 1 / 0.8);
}
.border-b-orange-600\/85 {
  border-bottom-color: rgb(208 56 1 / 0.85);
}
.border-b-orange-600\/90 {
  border-bottom-color: rgb(208 56 1 / 0.9);
}
.border-b-orange-600\/95 {
  border-bottom-color: rgb(208 56 1 / 0.95);
}
.border-b-orange-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(180 52 3 / var(--tw-border-opacity, 1));
}
.border-b-orange-700\/0 {
  border-bottom-color: rgb(180 52 3 / 0);
}
.border-b-orange-700\/10 {
  border-bottom-color: rgb(180 52 3 / 0.1);
}
.border-b-orange-700\/100 {
  border-bottom-color: rgb(180 52 3 / 1);
}
.border-b-orange-700\/15 {
  border-bottom-color: rgb(180 52 3 / 0.15);
}
.border-b-orange-700\/20 {
  border-bottom-color: rgb(180 52 3 / 0.2);
}
.border-b-orange-700\/25 {
  border-bottom-color: rgb(180 52 3 / 0.25);
}
.border-b-orange-700\/30 {
  border-bottom-color: rgb(180 52 3 / 0.3);
}
.border-b-orange-700\/35 {
  border-bottom-color: rgb(180 52 3 / 0.35);
}
.border-b-orange-700\/40 {
  border-bottom-color: rgb(180 52 3 / 0.4);
}
.border-b-orange-700\/45 {
  border-bottom-color: rgb(180 52 3 / 0.45);
}
.border-b-orange-700\/5 {
  border-bottom-color: rgb(180 52 3 / 0.05);
}
.border-b-orange-700\/50 {
  border-bottom-color: rgb(180 52 3 / 0.5);
}
.border-b-orange-700\/55 {
  border-bottom-color: rgb(180 52 3 / 0.55);
}
.border-b-orange-700\/60 {
  border-bottom-color: rgb(180 52 3 / 0.6);
}
.border-b-orange-700\/65 {
  border-bottom-color: rgb(180 52 3 / 0.65);
}
.border-b-orange-700\/70 {
  border-bottom-color: rgb(180 52 3 / 0.7);
}
.border-b-orange-700\/75 {
  border-bottom-color: rgb(180 52 3 / 0.75);
}
.border-b-orange-700\/80 {
  border-bottom-color: rgb(180 52 3 / 0.8);
}
.border-b-orange-700\/85 {
  border-bottom-color: rgb(180 52 3 / 0.85);
}
.border-b-orange-700\/90 {
  border-bottom-color: rgb(180 52 3 / 0.9);
}
.border-b-orange-700\/95 {
  border-bottom-color: rgb(180 52 3 / 0.95);
}
.border-b-orange-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(138 44 13 / var(--tw-border-opacity, 1));
}
.border-b-orange-800\/0 {
  border-bottom-color: rgb(138 44 13 / 0);
}
.border-b-orange-800\/10 {
  border-bottom-color: rgb(138 44 13 / 0.1);
}
.border-b-orange-800\/100 {
  border-bottom-color: rgb(138 44 13 / 1);
}
.border-b-orange-800\/15 {
  border-bottom-color: rgb(138 44 13 / 0.15);
}
.border-b-orange-800\/20 {
  border-bottom-color: rgb(138 44 13 / 0.2);
}
.border-b-orange-800\/25 {
  border-bottom-color: rgb(138 44 13 / 0.25);
}
.border-b-orange-800\/30 {
  border-bottom-color: rgb(138 44 13 / 0.3);
}
.border-b-orange-800\/35 {
  border-bottom-color: rgb(138 44 13 / 0.35);
}
.border-b-orange-800\/40 {
  border-bottom-color: rgb(138 44 13 / 0.4);
}
.border-b-orange-800\/45 {
  border-bottom-color: rgb(138 44 13 / 0.45);
}
.border-b-orange-800\/5 {
  border-bottom-color: rgb(138 44 13 / 0.05);
}
.border-b-orange-800\/50 {
  border-bottom-color: rgb(138 44 13 / 0.5);
}
.border-b-orange-800\/55 {
  border-bottom-color: rgb(138 44 13 / 0.55);
}
.border-b-orange-800\/60 {
  border-bottom-color: rgb(138 44 13 / 0.6);
}
.border-b-orange-800\/65 {
  border-bottom-color: rgb(138 44 13 / 0.65);
}
.border-b-orange-800\/70 {
  border-bottom-color: rgb(138 44 13 / 0.7);
}
.border-b-orange-800\/75 {
  border-bottom-color: rgb(138 44 13 / 0.75);
}
.border-b-orange-800\/80 {
  border-bottom-color: rgb(138 44 13 / 0.8);
}
.border-b-orange-800\/85 {
  border-bottom-color: rgb(138 44 13 / 0.85);
}
.border-b-orange-800\/90 {
  border-bottom-color: rgb(138 44 13 / 0.9);
}
.border-b-orange-800\/95 {
  border-bottom-color: rgb(138 44 13 / 0.95);
}
.border-b-orange-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(119 29 29 / var(--tw-border-opacity, 1));
}
.border-b-orange-900\/0 {
  border-bottom-color: rgb(119 29 29 / 0);
}
.border-b-orange-900\/10 {
  border-bottom-color: rgb(119 29 29 / 0.1);
}
.border-b-orange-900\/100 {
  border-bottom-color: rgb(119 29 29 / 1);
}
.border-b-orange-900\/15 {
  border-bottom-color: rgb(119 29 29 / 0.15);
}
.border-b-orange-900\/20 {
  border-bottom-color: rgb(119 29 29 / 0.2);
}
.border-b-orange-900\/25 {
  border-bottom-color: rgb(119 29 29 / 0.25);
}
.border-b-orange-900\/30 {
  border-bottom-color: rgb(119 29 29 / 0.3);
}
.border-b-orange-900\/35 {
  border-bottom-color: rgb(119 29 29 / 0.35);
}
.border-b-orange-900\/40 {
  border-bottom-color: rgb(119 29 29 / 0.4);
}
.border-b-orange-900\/45 {
  border-bottom-color: rgb(119 29 29 / 0.45);
}
.border-b-orange-900\/5 {
  border-bottom-color: rgb(119 29 29 / 0.05);
}
.border-b-orange-900\/50 {
  border-bottom-color: rgb(119 29 29 / 0.5);
}
.border-b-orange-900\/55 {
  border-bottom-color: rgb(119 29 29 / 0.55);
}
.border-b-orange-900\/60 {
  border-bottom-color: rgb(119 29 29 / 0.6);
}
.border-b-orange-900\/65 {
  border-bottom-color: rgb(119 29 29 / 0.65);
}
.border-b-orange-900\/70 {
  border-bottom-color: rgb(119 29 29 / 0.7);
}
.border-b-orange-900\/75 {
  border-bottom-color: rgb(119 29 29 / 0.75);
}
.border-b-orange-900\/80 {
  border-bottom-color: rgb(119 29 29 / 0.8);
}
.border-b-orange-900\/85 {
  border-bottom-color: rgb(119 29 29 / 0.85);
}
.border-b-orange-900\/90 {
  border-bottom-color: rgb(119 29 29 / 0.9);
}
.border-b-orange-900\/95 {
  border-bottom-color: rgb(119 29 29 / 0.95);
}
.border-b-pink-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(252 232 243 / var(--tw-border-opacity, 1));
}
.border-b-pink-100\/0 {
  border-bottom-color: rgb(252 232 243 / 0);
}
.border-b-pink-100\/10 {
  border-bottom-color: rgb(252 232 243 / 0.1);
}
.border-b-pink-100\/100 {
  border-bottom-color: rgb(252 232 243 / 1);
}
.border-b-pink-100\/15 {
  border-bottom-color: rgb(252 232 243 / 0.15);
}
.border-b-pink-100\/20 {
  border-bottom-color: rgb(252 232 243 / 0.2);
}
.border-b-pink-100\/25 {
  border-bottom-color: rgb(252 232 243 / 0.25);
}
.border-b-pink-100\/30 {
  border-bottom-color: rgb(252 232 243 / 0.3);
}
.border-b-pink-100\/35 {
  border-bottom-color: rgb(252 232 243 / 0.35);
}
.border-b-pink-100\/40 {
  border-bottom-color: rgb(252 232 243 / 0.4);
}
.border-b-pink-100\/45 {
  border-bottom-color: rgb(252 232 243 / 0.45);
}
.border-b-pink-100\/5 {
  border-bottom-color: rgb(252 232 243 / 0.05);
}
.border-b-pink-100\/50 {
  border-bottom-color: rgb(252 232 243 / 0.5);
}
.border-b-pink-100\/55 {
  border-bottom-color: rgb(252 232 243 / 0.55);
}
.border-b-pink-100\/60 {
  border-bottom-color: rgb(252 232 243 / 0.6);
}
.border-b-pink-100\/65 {
  border-bottom-color: rgb(252 232 243 / 0.65);
}
.border-b-pink-100\/70 {
  border-bottom-color: rgb(252 232 243 / 0.7);
}
.border-b-pink-100\/75 {
  border-bottom-color: rgb(252 232 243 / 0.75);
}
.border-b-pink-100\/80 {
  border-bottom-color: rgb(252 232 243 / 0.8);
}
.border-b-pink-100\/85 {
  border-bottom-color: rgb(252 232 243 / 0.85);
}
.border-b-pink-100\/90 {
  border-bottom-color: rgb(252 232 243 / 0.9);
}
.border-b-pink-100\/95 {
  border-bottom-color: rgb(252 232 243 / 0.95);
}
.border-b-pink-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 209 232 / var(--tw-border-opacity, 1));
}
.border-b-pink-200\/0 {
  border-bottom-color: rgb(250 209 232 / 0);
}
.border-b-pink-200\/10 {
  border-bottom-color: rgb(250 209 232 / 0.1);
}
.border-b-pink-200\/100 {
  border-bottom-color: rgb(250 209 232 / 1);
}
.border-b-pink-200\/15 {
  border-bottom-color: rgb(250 209 232 / 0.15);
}
.border-b-pink-200\/20 {
  border-bottom-color: rgb(250 209 232 / 0.2);
}
.border-b-pink-200\/25 {
  border-bottom-color: rgb(250 209 232 / 0.25);
}
.border-b-pink-200\/30 {
  border-bottom-color: rgb(250 209 232 / 0.3);
}
.border-b-pink-200\/35 {
  border-bottom-color: rgb(250 209 232 / 0.35);
}
.border-b-pink-200\/40 {
  border-bottom-color: rgb(250 209 232 / 0.4);
}
.border-b-pink-200\/45 {
  border-bottom-color: rgb(250 209 232 / 0.45);
}
.border-b-pink-200\/5 {
  border-bottom-color: rgb(250 209 232 / 0.05);
}
.border-b-pink-200\/50 {
  border-bottom-color: rgb(250 209 232 / 0.5);
}
.border-b-pink-200\/55 {
  border-bottom-color: rgb(250 209 232 / 0.55);
}
.border-b-pink-200\/60 {
  border-bottom-color: rgb(250 209 232 / 0.6);
}
.border-b-pink-200\/65 {
  border-bottom-color: rgb(250 209 232 / 0.65);
}
.border-b-pink-200\/70 {
  border-bottom-color: rgb(250 209 232 / 0.7);
}
.border-b-pink-200\/75 {
  border-bottom-color: rgb(250 209 232 / 0.75);
}
.border-b-pink-200\/80 {
  border-bottom-color: rgb(250 209 232 / 0.8);
}
.border-b-pink-200\/85 {
  border-bottom-color: rgb(250 209 232 / 0.85);
}
.border-b-pink-200\/90 {
  border-bottom-color: rgb(250 209 232 / 0.9);
}
.border-b-pink-200\/95 {
  border-bottom-color: rgb(250 209 232 / 0.95);
}
.border-b-pink-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(248 180 217 / var(--tw-border-opacity, 1));
}
.border-b-pink-300\/0 {
  border-bottom-color: rgb(248 180 217 / 0);
}
.border-b-pink-300\/10 {
  border-bottom-color: rgb(248 180 217 / 0.1);
}
.border-b-pink-300\/100 {
  border-bottom-color: rgb(248 180 217 / 1);
}
.border-b-pink-300\/15 {
  border-bottom-color: rgb(248 180 217 / 0.15);
}
.border-b-pink-300\/20 {
  border-bottom-color: rgb(248 180 217 / 0.2);
}
.border-b-pink-300\/25 {
  border-bottom-color: rgb(248 180 217 / 0.25);
}
.border-b-pink-300\/30 {
  border-bottom-color: rgb(248 180 217 / 0.3);
}
.border-b-pink-300\/35 {
  border-bottom-color: rgb(248 180 217 / 0.35);
}
.border-b-pink-300\/40 {
  border-bottom-color: rgb(248 180 217 / 0.4);
}
.border-b-pink-300\/45 {
  border-bottom-color: rgb(248 180 217 / 0.45);
}
.border-b-pink-300\/5 {
  border-bottom-color: rgb(248 180 217 / 0.05);
}
.border-b-pink-300\/50 {
  border-bottom-color: rgb(248 180 217 / 0.5);
}
.border-b-pink-300\/55 {
  border-bottom-color: rgb(248 180 217 / 0.55);
}
.border-b-pink-300\/60 {
  border-bottom-color: rgb(248 180 217 / 0.6);
}
.border-b-pink-300\/65 {
  border-bottom-color: rgb(248 180 217 / 0.65);
}
.border-b-pink-300\/70 {
  border-bottom-color: rgb(248 180 217 / 0.7);
}
.border-b-pink-300\/75 {
  border-bottom-color: rgb(248 180 217 / 0.75);
}
.border-b-pink-300\/80 {
  border-bottom-color: rgb(248 180 217 / 0.8);
}
.border-b-pink-300\/85 {
  border-bottom-color: rgb(248 180 217 / 0.85);
}
.border-b-pink-300\/90 {
  border-bottom-color: rgb(248 180 217 / 0.9);
}
.border-b-pink-300\/95 {
  border-bottom-color: rgb(248 180 217 / 0.95);
}
.border-b-pink-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(241 126 184 / var(--tw-border-opacity, 1));
}
.border-b-pink-400\/0 {
  border-bottom-color: rgb(241 126 184 / 0);
}
.border-b-pink-400\/10 {
  border-bottom-color: rgb(241 126 184 / 0.1);
}
.border-b-pink-400\/100 {
  border-bottom-color: rgb(241 126 184 / 1);
}
.border-b-pink-400\/15 {
  border-bottom-color: rgb(241 126 184 / 0.15);
}
.border-b-pink-400\/20 {
  border-bottom-color: rgb(241 126 184 / 0.2);
}
.border-b-pink-400\/25 {
  border-bottom-color: rgb(241 126 184 / 0.25);
}
.border-b-pink-400\/30 {
  border-bottom-color: rgb(241 126 184 / 0.3);
}
.border-b-pink-400\/35 {
  border-bottom-color: rgb(241 126 184 / 0.35);
}
.border-b-pink-400\/40 {
  border-bottom-color: rgb(241 126 184 / 0.4);
}
.border-b-pink-400\/45 {
  border-bottom-color: rgb(241 126 184 / 0.45);
}
.border-b-pink-400\/5 {
  border-bottom-color: rgb(241 126 184 / 0.05);
}
.border-b-pink-400\/50 {
  border-bottom-color: rgb(241 126 184 / 0.5);
}
.border-b-pink-400\/55 {
  border-bottom-color: rgb(241 126 184 / 0.55);
}
.border-b-pink-400\/60 {
  border-bottom-color: rgb(241 126 184 / 0.6);
}
.border-b-pink-400\/65 {
  border-bottom-color: rgb(241 126 184 / 0.65);
}
.border-b-pink-400\/70 {
  border-bottom-color: rgb(241 126 184 / 0.7);
}
.border-b-pink-400\/75 {
  border-bottom-color: rgb(241 126 184 / 0.75);
}
.border-b-pink-400\/80 {
  border-bottom-color: rgb(241 126 184 / 0.8);
}
.border-b-pink-400\/85 {
  border-bottom-color: rgb(241 126 184 / 0.85);
}
.border-b-pink-400\/90 {
  border-bottom-color: rgb(241 126 184 / 0.9);
}
.border-b-pink-400\/95 {
  border-bottom-color: rgb(241 126 184 / 0.95);
}
.border-b-pink-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
}
.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(231 70 148 / var(--tw-border-opacity, 1));
}
.border-b-pink-500\/0 {
  border-bottom-color: rgb(231 70 148 / 0);
}
.border-b-pink-500\/10 {
  border-bottom-color: rgb(231 70 148 / 0.1);
}
.border-b-pink-500\/100 {
  border-bottom-color: rgb(231 70 148 / 1);
}
.border-b-pink-500\/15 {
  border-bottom-color: rgb(231 70 148 / 0.15);
}
.border-b-pink-500\/20 {
  border-bottom-color: rgb(231 70 148 / 0.2);
}
.border-b-pink-500\/25 {
  border-bottom-color: rgb(231 70 148 / 0.25);
}
.border-b-pink-500\/30 {
  border-bottom-color: rgb(231 70 148 / 0.3);
}
.border-b-pink-500\/35 {
  border-bottom-color: rgb(231 70 148 / 0.35);
}
.border-b-pink-500\/40 {
  border-bottom-color: rgb(231 70 148 / 0.4);
}
.border-b-pink-500\/45 {
  border-bottom-color: rgb(231 70 148 / 0.45);
}
.border-b-pink-500\/5 {
  border-bottom-color: rgb(231 70 148 / 0.05);
}
.border-b-pink-500\/50 {
  border-bottom-color: rgb(231 70 148 / 0.5);
}
.border-b-pink-500\/55 {
  border-bottom-color: rgb(231 70 148 / 0.55);
}
.border-b-pink-500\/60 {
  border-bottom-color: rgb(231 70 148 / 0.6);
}
.border-b-pink-500\/65 {
  border-bottom-color: rgb(231 70 148 / 0.65);
}
.border-b-pink-500\/70 {
  border-bottom-color: rgb(231 70 148 / 0.7);
}
.border-b-pink-500\/75 {
  border-bottom-color: rgb(231 70 148 / 0.75);
}
.border-b-pink-500\/80 {
  border-bottom-color: rgb(231 70 148 / 0.8);
}
.border-b-pink-500\/85 {
  border-bottom-color: rgb(231 70 148 / 0.85);
}
.border-b-pink-500\/90 {
  border-bottom-color: rgb(231 70 148 / 0.9);
}
.border-b-pink-500\/95 {
  border-bottom-color: rgb(231 70 148 / 0.95);
}
.border-b-pink-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(214 31 105 / var(--tw-border-opacity, 1));
}
.border-b-pink-600\/0 {
  border-bottom-color: rgb(214 31 105 / 0);
}
.border-b-pink-600\/10 {
  border-bottom-color: rgb(214 31 105 / 0.1);
}
.border-b-pink-600\/100 {
  border-bottom-color: rgb(214 31 105 / 1);
}
.border-b-pink-600\/15 {
  border-bottom-color: rgb(214 31 105 / 0.15);
}
.border-b-pink-600\/20 {
  border-bottom-color: rgb(214 31 105 / 0.2);
}
.border-b-pink-600\/25 {
  border-bottom-color: rgb(214 31 105 / 0.25);
}
.border-b-pink-600\/30 {
  border-bottom-color: rgb(214 31 105 / 0.3);
}
.border-b-pink-600\/35 {
  border-bottom-color: rgb(214 31 105 / 0.35);
}
.border-b-pink-600\/40 {
  border-bottom-color: rgb(214 31 105 / 0.4);
}
.border-b-pink-600\/45 {
  border-bottom-color: rgb(214 31 105 / 0.45);
}
.border-b-pink-600\/5 {
  border-bottom-color: rgb(214 31 105 / 0.05);
}
.border-b-pink-600\/50 {
  border-bottom-color: rgb(214 31 105 / 0.5);
}
.border-b-pink-600\/55 {
  border-bottom-color: rgb(214 31 105 / 0.55);
}
.border-b-pink-600\/60 {
  border-bottom-color: rgb(214 31 105 / 0.6);
}
.border-b-pink-600\/65 {
  border-bottom-color: rgb(214 31 105 / 0.65);
}
.border-b-pink-600\/70 {
  border-bottom-color: rgb(214 31 105 / 0.7);
}
.border-b-pink-600\/75 {
  border-bottom-color: rgb(214 31 105 / 0.75);
}
.border-b-pink-600\/80 {
  border-bottom-color: rgb(214 31 105 / 0.8);
}
.border-b-pink-600\/85 {
  border-bottom-color: rgb(214 31 105 / 0.85);
}
.border-b-pink-600\/90 {
  border-bottom-color: rgb(214 31 105 / 0.9);
}
.border-b-pink-600\/95 {
  border-bottom-color: rgb(214 31 105 / 0.95);
}
.border-b-pink-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(191 18 93 / var(--tw-border-opacity, 1));
}
.border-b-pink-700\/0 {
  border-bottom-color: rgb(191 18 93 / 0);
}
.border-b-pink-700\/10 {
  border-bottom-color: rgb(191 18 93 / 0.1);
}
.border-b-pink-700\/100 {
  border-bottom-color: rgb(191 18 93 / 1);
}
.border-b-pink-700\/15 {
  border-bottom-color: rgb(191 18 93 / 0.15);
}
.border-b-pink-700\/20 {
  border-bottom-color: rgb(191 18 93 / 0.2);
}
.border-b-pink-700\/25 {
  border-bottom-color: rgb(191 18 93 / 0.25);
}
.border-b-pink-700\/30 {
  border-bottom-color: rgb(191 18 93 / 0.3);
}
.border-b-pink-700\/35 {
  border-bottom-color: rgb(191 18 93 / 0.35);
}
.border-b-pink-700\/40 {
  border-bottom-color: rgb(191 18 93 / 0.4);
}
.border-b-pink-700\/45 {
  border-bottom-color: rgb(191 18 93 / 0.45);
}
.border-b-pink-700\/5 {
  border-bottom-color: rgb(191 18 93 / 0.05);
}
.border-b-pink-700\/50 {
  border-bottom-color: rgb(191 18 93 / 0.5);
}
.border-b-pink-700\/55 {
  border-bottom-color: rgb(191 18 93 / 0.55);
}
.border-b-pink-700\/60 {
  border-bottom-color: rgb(191 18 93 / 0.6);
}
.border-b-pink-700\/65 {
  border-bottom-color: rgb(191 18 93 / 0.65);
}
.border-b-pink-700\/70 {
  border-bottom-color: rgb(191 18 93 / 0.7);
}
.border-b-pink-700\/75 {
  border-bottom-color: rgb(191 18 93 / 0.75);
}
.border-b-pink-700\/80 {
  border-bottom-color: rgb(191 18 93 / 0.8);
}
.border-b-pink-700\/85 {
  border-bottom-color: rgb(191 18 93 / 0.85);
}
.border-b-pink-700\/90 {
  border-bottom-color: rgb(191 18 93 / 0.9);
}
.border-b-pink-700\/95 {
  border-bottom-color: rgb(191 18 93 / 0.95);
}
.border-b-pink-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(153 21 75 / var(--tw-border-opacity, 1));
}
.border-b-pink-800\/0 {
  border-bottom-color: rgb(153 21 75 / 0);
}
.border-b-pink-800\/10 {
  border-bottom-color: rgb(153 21 75 / 0.1);
}
.border-b-pink-800\/100 {
  border-bottom-color: rgb(153 21 75 / 1);
}
.border-b-pink-800\/15 {
  border-bottom-color: rgb(153 21 75 / 0.15);
}
.border-b-pink-800\/20 {
  border-bottom-color: rgb(153 21 75 / 0.2);
}
.border-b-pink-800\/25 {
  border-bottom-color: rgb(153 21 75 / 0.25);
}
.border-b-pink-800\/30 {
  border-bottom-color: rgb(153 21 75 / 0.3);
}
.border-b-pink-800\/35 {
  border-bottom-color: rgb(153 21 75 / 0.35);
}
.border-b-pink-800\/40 {
  border-bottom-color: rgb(153 21 75 / 0.4);
}
.border-b-pink-800\/45 {
  border-bottom-color: rgb(153 21 75 / 0.45);
}
.border-b-pink-800\/5 {
  border-bottom-color: rgb(153 21 75 / 0.05);
}
.border-b-pink-800\/50 {
  border-bottom-color: rgb(153 21 75 / 0.5);
}
.border-b-pink-800\/55 {
  border-bottom-color: rgb(153 21 75 / 0.55);
}
.border-b-pink-800\/60 {
  border-bottom-color: rgb(153 21 75 / 0.6);
}
.border-b-pink-800\/65 {
  border-bottom-color: rgb(153 21 75 / 0.65);
}
.border-b-pink-800\/70 {
  border-bottom-color: rgb(153 21 75 / 0.7);
}
.border-b-pink-800\/75 {
  border-bottom-color: rgb(153 21 75 / 0.75);
}
.border-b-pink-800\/80 {
  border-bottom-color: rgb(153 21 75 / 0.8);
}
.border-b-pink-800\/85 {
  border-bottom-color: rgb(153 21 75 / 0.85);
}
.border-b-pink-800\/90 {
  border-bottom-color: rgb(153 21 75 / 0.9);
}
.border-b-pink-800\/95 {
  border-bottom-color: rgb(153 21 75 / 0.95);
}
.border-b-pink-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(117 26 61 / var(--tw-border-opacity, 1));
}
.border-b-pink-900\/0 {
  border-bottom-color: rgb(117 26 61 / 0);
}
.border-b-pink-900\/10 {
  border-bottom-color: rgb(117 26 61 / 0.1);
}
.border-b-pink-900\/100 {
  border-bottom-color: rgb(117 26 61 / 1);
}
.border-b-pink-900\/15 {
  border-bottom-color: rgb(117 26 61 / 0.15);
}
.border-b-pink-900\/20 {
  border-bottom-color: rgb(117 26 61 / 0.2);
}
.border-b-pink-900\/25 {
  border-bottom-color: rgb(117 26 61 / 0.25);
}
.border-b-pink-900\/30 {
  border-bottom-color: rgb(117 26 61 / 0.3);
}
.border-b-pink-900\/35 {
  border-bottom-color: rgb(117 26 61 / 0.35);
}
.border-b-pink-900\/40 {
  border-bottom-color: rgb(117 26 61 / 0.4);
}
.border-b-pink-900\/45 {
  border-bottom-color: rgb(117 26 61 / 0.45);
}
.border-b-pink-900\/5 {
  border-bottom-color: rgb(117 26 61 / 0.05);
}
.border-b-pink-900\/50 {
  border-bottom-color: rgb(117 26 61 / 0.5);
}
.border-b-pink-900\/55 {
  border-bottom-color: rgb(117 26 61 / 0.55);
}
.border-b-pink-900\/60 {
  border-bottom-color: rgb(117 26 61 / 0.6);
}
.border-b-pink-900\/65 {
  border-bottom-color: rgb(117 26 61 / 0.65);
}
.border-b-pink-900\/70 {
  border-bottom-color: rgb(117 26 61 / 0.7);
}
.border-b-pink-900\/75 {
  border-bottom-color: rgb(117 26 61 / 0.75);
}
.border-b-pink-900\/80 {
  border-bottom-color: rgb(117 26 61 / 0.8);
}
.border-b-pink-900\/85 {
  border-bottom-color: rgb(117 26 61 / 0.85);
}
.border-b-pink-900\/90 {
  border-bottom-color: rgb(117 26 61 / 0.9);
}
.border-b-pink-900\/95 {
  border-bottom-color: rgb(117 26 61 / 0.95);
}
.border-b-primary-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.border-b-primary-100\/0 {
  border-bottom-color: rgb(254 226 226 / 0);
}
.border-b-primary-100\/10 {
  border-bottom-color: rgb(254 226 226 / 0.1);
}
.border-b-primary-100\/100 {
  border-bottom-color: rgb(254 226 226 / 1);
}
.border-b-primary-100\/15 {
  border-bottom-color: rgb(254 226 226 / 0.15);
}
.border-b-primary-100\/20 {
  border-bottom-color: rgb(254 226 226 / 0.2);
}
.border-b-primary-100\/25 {
  border-bottom-color: rgb(254 226 226 / 0.25);
}
.border-b-primary-100\/30 {
  border-bottom-color: rgb(254 226 226 / 0.3);
}
.border-b-primary-100\/35 {
  border-bottom-color: rgb(254 226 226 / 0.35);
}
.border-b-primary-100\/40 {
  border-bottom-color: rgb(254 226 226 / 0.4);
}
.border-b-primary-100\/45 {
  border-bottom-color: rgb(254 226 226 / 0.45);
}
.border-b-primary-100\/5 {
  border-bottom-color: rgb(254 226 226 / 0.05);
}
.border-b-primary-100\/50 {
  border-bottom-color: rgb(254 226 226 / 0.5);
}
.border-b-primary-100\/55 {
  border-bottom-color: rgb(254 226 226 / 0.55);
}
.border-b-primary-100\/60 {
  border-bottom-color: rgb(254 226 226 / 0.6);
}
.border-b-primary-100\/65 {
  border-bottom-color: rgb(254 226 226 / 0.65);
}
.border-b-primary-100\/70 {
  border-bottom-color: rgb(254 226 226 / 0.7);
}
.border-b-primary-100\/75 {
  border-bottom-color: rgb(254 226 226 / 0.75);
}
.border-b-primary-100\/80 {
  border-bottom-color: rgb(254 226 226 / 0.8);
}
.border-b-primary-100\/85 {
  border-bottom-color: rgb(254 226 226 / 0.85);
}
.border-b-primary-100\/90 {
  border-bottom-color: rgb(254 226 226 / 0.9);
}
.border-b-primary-100\/95 {
  border-bottom-color: rgb(254 226 226 / 0.95);
}
.border-b-primary-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-b-primary-200\/0 {
  border-bottom-color: rgb(254 202 202 / 0);
}
.border-b-primary-200\/10 {
  border-bottom-color: rgb(254 202 202 / 0.1);
}
.border-b-primary-200\/100 {
  border-bottom-color: rgb(254 202 202 / 1);
}
.border-b-primary-200\/15 {
  border-bottom-color: rgb(254 202 202 / 0.15);
}
.border-b-primary-200\/20 {
  border-bottom-color: rgb(254 202 202 / 0.2);
}
.border-b-primary-200\/25 {
  border-bottom-color: rgb(254 202 202 / 0.25);
}
.border-b-primary-200\/30 {
  border-bottom-color: rgb(254 202 202 / 0.3);
}
.border-b-primary-200\/35 {
  border-bottom-color: rgb(254 202 202 / 0.35);
}
.border-b-primary-200\/40 {
  border-bottom-color: rgb(254 202 202 / 0.4);
}
.border-b-primary-200\/45 {
  border-bottom-color: rgb(254 202 202 / 0.45);
}
.border-b-primary-200\/5 {
  border-bottom-color: rgb(254 202 202 / 0.05);
}
.border-b-primary-200\/50 {
  border-bottom-color: rgb(254 202 202 / 0.5);
}
.border-b-primary-200\/55 {
  border-bottom-color: rgb(254 202 202 / 0.55);
}
.border-b-primary-200\/60 {
  border-bottom-color: rgb(254 202 202 / 0.6);
}
.border-b-primary-200\/65 {
  border-bottom-color: rgb(254 202 202 / 0.65);
}
.border-b-primary-200\/70 {
  border-bottom-color: rgb(254 202 202 / 0.7);
}
.border-b-primary-200\/75 {
  border-bottom-color: rgb(254 202 202 / 0.75);
}
.border-b-primary-200\/80 {
  border-bottom-color: rgb(254 202 202 / 0.8);
}
.border-b-primary-200\/85 {
  border-bottom-color: rgb(254 202 202 / 0.85);
}
.border-b-primary-200\/90 {
  border-bottom-color: rgb(254 202 202 / 0.9);
}
.border-b-primary-200\/95 {
  border-bottom-color: rgb(254 202 202 / 0.95);
}
.border-b-primary-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-b-primary-300\/0 {
  border-bottom-color: rgb(252 165 165 / 0);
}
.border-b-primary-300\/10 {
  border-bottom-color: rgb(252 165 165 / 0.1);
}
.border-b-primary-300\/100 {
  border-bottom-color: rgb(252 165 165 / 1);
}
.border-b-primary-300\/15 {
  border-bottom-color: rgb(252 165 165 / 0.15);
}
.border-b-primary-300\/20 {
  border-bottom-color: rgb(252 165 165 / 0.2);
}
.border-b-primary-300\/25 {
  border-bottom-color: rgb(252 165 165 / 0.25);
}
.border-b-primary-300\/30 {
  border-bottom-color: rgb(252 165 165 / 0.3);
}
.border-b-primary-300\/35 {
  border-bottom-color: rgb(252 165 165 / 0.35);
}
.border-b-primary-300\/40 {
  border-bottom-color: rgb(252 165 165 / 0.4);
}
.border-b-primary-300\/45 {
  border-bottom-color: rgb(252 165 165 / 0.45);
}
.border-b-primary-300\/5 {
  border-bottom-color: rgb(252 165 165 / 0.05);
}
.border-b-primary-300\/50 {
  border-bottom-color: rgb(252 165 165 / 0.5);
}
.border-b-primary-300\/55 {
  border-bottom-color: rgb(252 165 165 / 0.55);
}
.border-b-primary-300\/60 {
  border-bottom-color: rgb(252 165 165 / 0.6);
}
.border-b-primary-300\/65 {
  border-bottom-color: rgb(252 165 165 / 0.65);
}
.border-b-primary-300\/70 {
  border-bottom-color: rgb(252 165 165 / 0.7);
}
.border-b-primary-300\/75 {
  border-bottom-color: rgb(252 165 165 / 0.75);
}
.border-b-primary-300\/80 {
  border-bottom-color: rgb(252 165 165 / 0.8);
}
.border-b-primary-300\/85 {
  border-bottom-color: rgb(252 165 165 / 0.85);
}
.border-b-primary-300\/90 {
  border-bottom-color: rgb(252 165 165 / 0.9);
}
.border-b-primary-300\/95 {
  border-bottom-color: rgb(252 165 165 / 0.95);
}
.border-b-primary-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-b-primary-400\/0 {
  border-bottom-color: rgb(248 113 113 / 0);
}
.border-b-primary-400\/10 {
  border-bottom-color: rgb(248 113 113 / 0.1);
}
.border-b-primary-400\/100 {
  border-bottom-color: rgb(248 113 113 / 1);
}
.border-b-primary-400\/15 {
  border-bottom-color: rgb(248 113 113 / 0.15);
}
.border-b-primary-400\/20 {
  border-bottom-color: rgb(248 113 113 / 0.2);
}
.border-b-primary-400\/25 {
  border-bottom-color: rgb(248 113 113 / 0.25);
}
.border-b-primary-400\/30 {
  border-bottom-color: rgb(248 113 113 / 0.3);
}
.border-b-primary-400\/35 {
  border-bottom-color: rgb(248 113 113 / 0.35);
}
.border-b-primary-400\/40 {
  border-bottom-color: rgb(248 113 113 / 0.4);
}
.border-b-primary-400\/45 {
  border-bottom-color: rgb(248 113 113 / 0.45);
}
.border-b-primary-400\/5 {
  border-bottom-color: rgb(248 113 113 / 0.05);
}
.border-b-primary-400\/50 {
  border-bottom-color: rgb(248 113 113 / 0.5);
}
.border-b-primary-400\/55 {
  border-bottom-color: rgb(248 113 113 / 0.55);
}
.border-b-primary-400\/60 {
  border-bottom-color: rgb(248 113 113 / 0.6);
}
.border-b-primary-400\/65 {
  border-bottom-color: rgb(248 113 113 / 0.65);
}
.border-b-primary-400\/70 {
  border-bottom-color: rgb(248 113 113 / 0.7);
}
.border-b-primary-400\/75 {
  border-bottom-color: rgb(248 113 113 / 0.75);
}
.border-b-primary-400\/80 {
  border-bottom-color: rgb(248 113 113 / 0.8);
}
.border-b-primary-400\/85 {
  border-bottom-color: rgb(248 113 113 / 0.85);
}
.border-b-primary-400\/90 {
  border-bottom-color: rgb(248 113 113 / 0.9);
}
.border-b-primary-400\/95 {
  border-bottom-color: rgb(248 113 113 / 0.95);
}
.border-b-primary-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}
.border-b-primary-50\/0 {
  border-bottom-color: rgb(254 242 242 / 0);
}
.border-b-primary-50\/10 {
  border-bottom-color: rgb(254 242 242 / 0.1);
}
.border-b-primary-50\/100 {
  border-bottom-color: rgb(254 242 242 / 1);
}
.border-b-primary-50\/15 {
  border-bottom-color: rgb(254 242 242 / 0.15);
}
.border-b-primary-50\/20 {
  border-bottom-color: rgb(254 242 242 / 0.2);
}
.border-b-primary-50\/25 {
  border-bottom-color: rgb(254 242 242 / 0.25);
}
.border-b-primary-50\/30 {
  border-bottom-color: rgb(254 242 242 / 0.3);
}
.border-b-primary-50\/35 {
  border-bottom-color: rgb(254 242 242 / 0.35);
}
.border-b-primary-50\/40 {
  border-bottom-color: rgb(254 242 242 / 0.4);
}
.border-b-primary-50\/45 {
  border-bottom-color: rgb(254 242 242 / 0.45);
}
.border-b-primary-50\/5 {
  border-bottom-color: rgb(254 242 242 / 0.05);
}
.border-b-primary-50\/50 {
  border-bottom-color: rgb(254 242 242 / 0.5);
}
.border-b-primary-50\/55 {
  border-bottom-color: rgb(254 242 242 / 0.55);
}
.border-b-primary-50\/60 {
  border-bottom-color: rgb(254 242 242 / 0.6);
}
.border-b-primary-50\/65 {
  border-bottom-color: rgb(254 242 242 / 0.65);
}
.border-b-primary-50\/70 {
  border-bottom-color: rgb(254 242 242 / 0.7);
}
.border-b-primary-50\/75 {
  border-bottom-color: rgb(254 242 242 / 0.75);
}
.border-b-primary-50\/80 {
  border-bottom-color: rgb(254 242 242 / 0.8);
}
.border-b-primary-50\/85 {
  border-bottom-color: rgb(254 242 242 / 0.85);
}
.border-b-primary-50\/90 {
  border-bottom-color: rgb(254 242 242 / 0.9);
}
.border-b-primary-50\/95 {
  border-bottom-color: rgb(254 242 242 / 0.95);
}
.border-b-primary-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-b-primary-500\/0 {
  border-bottom-color: rgb(239 68 68 / 0);
}
.border-b-primary-500\/10 {
  border-bottom-color: rgb(239 68 68 / 0.1);
}
.border-b-primary-500\/100 {
  border-bottom-color: rgb(239 68 68 / 1);
}
.border-b-primary-500\/15 {
  border-bottom-color: rgb(239 68 68 / 0.15);
}
.border-b-primary-500\/20 {
  border-bottom-color: rgb(239 68 68 / 0.2);
}
.border-b-primary-500\/25 {
  border-bottom-color: rgb(239 68 68 / 0.25);
}
.border-b-primary-500\/30 {
  border-bottom-color: rgb(239 68 68 / 0.3);
}
.border-b-primary-500\/35 {
  border-bottom-color: rgb(239 68 68 / 0.35);
}
.border-b-primary-500\/40 {
  border-bottom-color: rgb(239 68 68 / 0.4);
}
.border-b-primary-500\/45 {
  border-bottom-color: rgb(239 68 68 / 0.45);
}
.border-b-primary-500\/5 {
  border-bottom-color: rgb(239 68 68 / 0.05);
}
.border-b-primary-500\/50 {
  border-bottom-color: rgb(239 68 68 / 0.5);
}
.border-b-primary-500\/55 {
  border-bottom-color: rgb(239 68 68 / 0.55);
}
.border-b-primary-500\/60 {
  border-bottom-color: rgb(239 68 68 / 0.6);
}
.border-b-primary-500\/65 {
  border-bottom-color: rgb(239 68 68 / 0.65);
}
.border-b-primary-500\/70 {
  border-bottom-color: rgb(239 68 68 / 0.7);
}
.border-b-primary-500\/75 {
  border-bottom-color: rgb(239 68 68 / 0.75);
}
.border-b-primary-500\/80 {
  border-bottom-color: rgb(239 68 68 / 0.8);
}
.border-b-primary-500\/85 {
  border-bottom-color: rgb(239 68 68 / 0.85);
}
.border-b-primary-500\/90 {
  border-bottom-color: rgb(239 68 68 / 0.9);
}
.border-b-primary-500\/95 {
  border-bottom-color: rgb(239 68 68 / 0.95);
}
.border-b-primary-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-b-primary-600\/0 {
  border-bottom-color: rgb(220 38 38 / 0);
}
.border-b-primary-600\/10 {
  border-bottom-color: rgb(220 38 38 / 0.1);
}
.border-b-primary-600\/100 {
  border-bottom-color: rgb(220 38 38 / 1);
}
.border-b-primary-600\/15 {
  border-bottom-color: rgb(220 38 38 / 0.15);
}
.border-b-primary-600\/20 {
  border-bottom-color: rgb(220 38 38 / 0.2);
}
.border-b-primary-600\/25 {
  border-bottom-color: rgb(220 38 38 / 0.25);
}
.border-b-primary-600\/30 {
  border-bottom-color: rgb(220 38 38 / 0.3);
}
.border-b-primary-600\/35 {
  border-bottom-color: rgb(220 38 38 / 0.35);
}
.border-b-primary-600\/40 {
  border-bottom-color: rgb(220 38 38 / 0.4);
}
.border-b-primary-600\/45 {
  border-bottom-color: rgb(220 38 38 / 0.45);
}
.border-b-primary-600\/5 {
  border-bottom-color: rgb(220 38 38 / 0.05);
}
.border-b-primary-600\/50 {
  border-bottom-color: rgb(220 38 38 / 0.5);
}
.border-b-primary-600\/55 {
  border-bottom-color: rgb(220 38 38 / 0.55);
}
.border-b-primary-600\/60 {
  border-bottom-color: rgb(220 38 38 / 0.6);
}
.border-b-primary-600\/65 {
  border-bottom-color: rgb(220 38 38 / 0.65);
}
.border-b-primary-600\/70 {
  border-bottom-color: rgb(220 38 38 / 0.7);
}
.border-b-primary-600\/75 {
  border-bottom-color: rgb(220 38 38 / 0.75);
}
.border-b-primary-600\/80 {
  border-bottom-color: rgb(220 38 38 / 0.8);
}
.border-b-primary-600\/85 {
  border-bottom-color: rgb(220 38 38 / 0.85);
}
.border-b-primary-600\/90 {
  border-bottom-color: rgb(220 38 38 / 0.9);
}
.border-b-primary-600\/95 {
  border-bottom-color: rgb(220 38 38 / 0.95);
}
.border-b-primary-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
.border-b-primary-700\/0 {
  border-bottom-color: rgb(185 28 28 / 0);
}
.border-b-primary-700\/10 {
  border-bottom-color: rgb(185 28 28 / 0.1);
}
.border-b-primary-700\/100 {
  border-bottom-color: rgb(185 28 28 / 1);
}
.border-b-primary-700\/15 {
  border-bottom-color: rgb(185 28 28 / 0.15);
}
.border-b-primary-700\/20 {
  border-bottom-color: rgb(185 28 28 / 0.2);
}
.border-b-primary-700\/25 {
  border-bottom-color: rgb(185 28 28 / 0.25);
}
.border-b-primary-700\/30 {
  border-bottom-color: rgb(185 28 28 / 0.3);
}
.border-b-primary-700\/35 {
  border-bottom-color: rgb(185 28 28 / 0.35);
}
.border-b-primary-700\/40 {
  border-bottom-color: rgb(185 28 28 / 0.4);
}
.border-b-primary-700\/45 {
  border-bottom-color: rgb(185 28 28 / 0.45);
}
.border-b-primary-700\/5 {
  border-bottom-color: rgb(185 28 28 / 0.05);
}
.border-b-primary-700\/50 {
  border-bottom-color: rgb(185 28 28 / 0.5);
}
.border-b-primary-700\/55 {
  border-bottom-color: rgb(185 28 28 / 0.55);
}
.border-b-primary-700\/60 {
  border-bottom-color: rgb(185 28 28 / 0.6);
}
.border-b-primary-700\/65 {
  border-bottom-color: rgb(185 28 28 / 0.65);
}
.border-b-primary-700\/70 {
  border-bottom-color: rgb(185 28 28 / 0.7);
}
.border-b-primary-700\/75 {
  border-bottom-color: rgb(185 28 28 / 0.75);
}
.border-b-primary-700\/80 {
  border-bottom-color: rgb(185 28 28 / 0.8);
}
.border-b-primary-700\/85 {
  border-bottom-color: rgb(185 28 28 / 0.85);
}
.border-b-primary-700\/90 {
  border-bottom-color: rgb(185 28 28 / 0.9);
}
.border-b-primary-700\/95 {
  border-bottom-color: rgb(185 28 28 / 0.95);
}
.border-b-primary-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}
.border-b-primary-800\/0 {
  border-bottom-color: rgb(153 27 27 / 0);
}
.border-b-primary-800\/10 {
  border-bottom-color: rgb(153 27 27 / 0.1);
}
.border-b-primary-800\/100 {
  border-bottom-color: rgb(153 27 27 / 1);
}
.border-b-primary-800\/15 {
  border-bottom-color: rgb(153 27 27 / 0.15);
}
.border-b-primary-800\/20 {
  border-bottom-color: rgb(153 27 27 / 0.2);
}
.border-b-primary-800\/25 {
  border-bottom-color: rgb(153 27 27 / 0.25);
}
.border-b-primary-800\/30 {
  border-bottom-color: rgb(153 27 27 / 0.3);
}
.border-b-primary-800\/35 {
  border-bottom-color: rgb(153 27 27 / 0.35);
}
.border-b-primary-800\/40 {
  border-bottom-color: rgb(153 27 27 / 0.4);
}
.border-b-primary-800\/45 {
  border-bottom-color: rgb(153 27 27 / 0.45);
}
.border-b-primary-800\/5 {
  border-bottom-color: rgb(153 27 27 / 0.05);
}
.border-b-primary-800\/50 {
  border-bottom-color: rgb(153 27 27 / 0.5);
}
.border-b-primary-800\/55 {
  border-bottom-color: rgb(153 27 27 / 0.55);
}
.border-b-primary-800\/60 {
  border-bottom-color: rgb(153 27 27 / 0.6);
}
.border-b-primary-800\/65 {
  border-bottom-color: rgb(153 27 27 / 0.65);
}
.border-b-primary-800\/70 {
  border-bottom-color: rgb(153 27 27 / 0.7);
}
.border-b-primary-800\/75 {
  border-bottom-color: rgb(153 27 27 / 0.75);
}
.border-b-primary-800\/80 {
  border-bottom-color: rgb(153 27 27 / 0.8);
}
.border-b-primary-800\/85 {
  border-bottom-color: rgb(153 27 27 / 0.85);
}
.border-b-primary-800\/90 {
  border-bottom-color: rgb(153 27 27 / 0.9);
}
.border-b-primary-800\/95 {
  border-bottom-color: rgb(153 27 27 / 0.95);
}
.border-b-primary-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}
.border-b-primary-900\/0 {
  border-bottom-color: rgb(127 29 29 / 0);
}
.border-b-primary-900\/10 {
  border-bottom-color: rgb(127 29 29 / 0.1);
}
.border-b-primary-900\/100 {
  border-bottom-color: rgb(127 29 29 / 1);
}
.border-b-primary-900\/15 {
  border-bottom-color: rgb(127 29 29 / 0.15);
}
.border-b-primary-900\/20 {
  border-bottom-color: rgb(127 29 29 / 0.2);
}
.border-b-primary-900\/25 {
  border-bottom-color: rgb(127 29 29 / 0.25);
}
.border-b-primary-900\/30 {
  border-bottom-color: rgb(127 29 29 / 0.3);
}
.border-b-primary-900\/35 {
  border-bottom-color: rgb(127 29 29 / 0.35);
}
.border-b-primary-900\/40 {
  border-bottom-color: rgb(127 29 29 / 0.4);
}
.border-b-primary-900\/45 {
  border-bottom-color: rgb(127 29 29 / 0.45);
}
.border-b-primary-900\/5 {
  border-bottom-color: rgb(127 29 29 / 0.05);
}
.border-b-primary-900\/50 {
  border-bottom-color: rgb(127 29 29 / 0.5);
}
.border-b-primary-900\/55 {
  border-bottom-color: rgb(127 29 29 / 0.55);
}
.border-b-primary-900\/60 {
  border-bottom-color: rgb(127 29 29 / 0.6);
}
.border-b-primary-900\/65 {
  border-bottom-color: rgb(127 29 29 / 0.65);
}
.border-b-primary-900\/70 {
  border-bottom-color: rgb(127 29 29 / 0.7);
}
.border-b-primary-900\/75 {
  border-bottom-color: rgb(127 29 29 / 0.75);
}
.border-b-primary-900\/80 {
  border-bottom-color: rgb(127 29 29 / 0.8);
}
.border-b-primary-900\/85 {
  border-bottom-color: rgb(127 29 29 / 0.85);
}
.border-b-primary-900\/90 {
  border-bottom-color: rgb(127 29 29 / 0.9);
}
.border-b-primary-900\/95 {
  border-bottom-color: rgb(127 29 29 / 0.95);
}
.border-b-primary-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}
.border-b-primary-950\/0 {
  border-bottom-color: rgb(69 10 10 / 0);
}
.border-b-primary-950\/10 {
  border-bottom-color: rgb(69 10 10 / 0.1);
}
.border-b-primary-950\/100 {
  border-bottom-color: rgb(69 10 10 / 1);
}
.border-b-primary-950\/15 {
  border-bottom-color: rgb(69 10 10 / 0.15);
}
.border-b-primary-950\/20 {
  border-bottom-color: rgb(69 10 10 / 0.2);
}
.border-b-primary-950\/25 {
  border-bottom-color: rgb(69 10 10 / 0.25);
}
.border-b-primary-950\/30 {
  border-bottom-color: rgb(69 10 10 / 0.3);
}
.border-b-primary-950\/35 {
  border-bottom-color: rgb(69 10 10 / 0.35);
}
.border-b-primary-950\/40 {
  border-bottom-color: rgb(69 10 10 / 0.4);
}
.border-b-primary-950\/45 {
  border-bottom-color: rgb(69 10 10 / 0.45);
}
.border-b-primary-950\/5 {
  border-bottom-color: rgb(69 10 10 / 0.05);
}
.border-b-primary-950\/50 {
  border-bottom-color: rgb(69 10 10 / 0.5);
}
.border-b-primary-950\/55 {
  border-bottom-color: rgb(69 10 10 / 0.55);
}
.border-b-primary-950\/60 {
  border-bottom-color: rgb(69 10 10 / 0.6);
}
.border-b-primary-950\/65 {
  border-bottom-color: rgb(69 10 10 / 0.65);
}
.border-b-primary-950\/70 {
  border-bottom-color: rgb(69 10 10 / 0.7);
}
.border-b-primary-950\/75 {
  border-bottom-color: rgb(69 10 10 / 0.75);
}
.border-b-primary-950\/80 {
  border-bottom-color: rgb(69 10 10 / 0.8);
}
.border-b-primary-950\/85 {
  border-bottom-color: rgb(69 10 10 / 0.85);
}
.border-b-primary-950\/90 {
  border-bottom-color: rgb(69 10 10 / 0.9);
}
.border-b-primary-950\/95 {
  border-bottom-color: rgb(69 10 10 / 0.95);
}
.border-b-purple-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(237 235 254 / var(--tw-border-opacity, 1));
}
.border-b-purple-100\/0 {
  border-bottom-color: rgb(237 235 254 / 0);
}
.border-b-purple-100\/10 {
  border-bottom-color: rgb(237 235 254 / 0.1);
}
.border-b-purple-100\/100 {
  border-bottom-color: rgb(237 235 254 / 1);
}
.border-b-purple-100\/15 {
  border-bottom-color: rgb(237 235 254 / 0.15);
}
.border-b-purple-100\/20 {
  border-bottom-color: rgb(237 235 254 / 0.2);
}
.border-b-purple-100\/25 {
  border-bottom-color: rgb(237 235 254 / 0.25);
}
.border-b-purple-100\/30 {
  border-bottom-color: rgb(237 235 254 / 0.3);
}
.border-b-purple-100\/35 {
  border-bottom-color: rgb(237 235 254 / 0.35);
}
.border-b-purple-100\/40 {
  border-bottom-color: rgb(237 235 254 / 0.4);
}
.border-b-purple-100\/45 {
  border-bottom-color: rgb(237 235 254 / 0.45);
}
.border-b-purple-100\/5 {
  border-bottom-color: rgb(237 235 254 / 0.05);
}
.border-b-purple-100\/50 {
  border-bottom-color: rgb(237 235 254 / 0.5);
}
.border-b-purple-100\/55 {
  border-bottom-color: rgb(237 235 254 / 0.55);
}
.border-b-purple-100\/60 {
  border-bottom-color: rgb(237 235 254 / 0.6);
}
.border-b-purple-100\/65 {
  border-bottom-color: rgb(237 235 254 / 0.65);
}
.border-b-purple-100\/70 {
  border-bottom-color: rgb(237 235 254 / 0.7);
}
.border-b-purple-100\/75 {
  border-bottom-color: rgb(237 235 254 / 0.75);
}
.border-b-purple-100\/80 {
  border-bottom-color: rgb(237 235 254 / 0.8);
}
.border-b-purple-100\/85 {
  border-bottom-color: rgb(237 235 254 / 0.85);
}
.border-b-purple-100\/90 {
  border-bottom-color: rgb(237 235 254 / 0.9);
}
.border-b-purple-100\/95 {
  border-bottom-color: rgb(237 235 254 / 0.95);
}
.border-b-purple-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(220 215 254 / var(--tw-border-opacity, 1));
}
.border-b-purple-200\/0 {
  border-bottom-color: rgb(220 215 254 / 0);
}
.border-b-purple-200\/10 {
  border-bottom-color: rgb(220 215 254 / 0.1);
}
.border-b-purple-200\/100 {
  border-bottom-color: rgb(220 215 254 / 1);
}
.border-b-purple-200\/15 {
  border-bottom-color: rgb(220 215 254 / 0.15);
}
.border-b-purple-200\/20 {
  border-bottom-color: rgb(220 215 254 / 0.2);
}
.border-b-purple-200\/25 {
  border-bottom-color: rgb(220 215 254 / 0.25);
}
.border-b-purple-200\/30 {
  border-bottom-color: rgb(220 215 254 / 0.3);
}
.border-b-purple-200\/35 {
  border-bottom-color: rgb(220 215 254 / 0.35);
}
.border-b-purple-200\/40 {
  border-bottom-color: rgb(220 215 254 / 0.4);
}
.border-b-purple-200\/45 {
  border-bottom-color: rgb(220 215 254 / 0.45);
}
.border-b-purple-200\/5 {
  border-bottom-color: rgb(220 215 254 / 0.05);
}
.border-b-purple-200\/50 {
  border-bottom-color: rgb(220 215 254 / 0.5);
}
.border-b-purple-200\/55 {
  border-bottom-color: rgb(220 215 254 / 0.55);
}
.border-b-purple-200\/60 {
  border-bottom-color: rgb(220 215 254 / 0.6);
}
.border-b-purple-200\/65 {
  border-bottom-color: rgb(220 215 254 / 0.65);
}
.border-b-purple-200\/70 {
  border-bottom-color: rgb(220 215 254 / 0.7);
}
.border-b-purple-200\/75 {
  border-bottom-color: rgb(220 215 254 / 0.75);
}
.border-b-purple-200\/80 {
  border-bottom-color: rgb(220 215 254 / 0.8);
}
.border-b-purple-200\/85 {
  border-bottom-color: rgb(220 215 254 / 0.85);
}
.border-b-purple-200\/90 {
  border-bottom-color: rgb(220 215 254 / 0.9);
}
.border-b-purple-200\/95 {
  border-bottom-color: rgb(220 215 254 / 0.95);
}
.border-b-purple-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(202 191 253 / var(--tw-border-opacity, 1));
}
.border-b-purple-300\/0 {
  border-bottom-color: rgb(202 191 253 / 0);
}
.border-b-purple-300\/10 {
  border-bottom-color: rgb(202 191 253 / 0.1);
}
.border-b-purple-300\/100 {
  border-bottom-color: rgb(202 191 253 / 1);
}
.border-b-purple-300\/15 {
  border-bottom-color: rgb(202 191 253 / 0.15);
}
.border-b-purple-300\/20 {
  border-bottom-color: rgb(202 191 253 / 0.2);
}
.border-b-purple-300\/25 {
  border-bottom-color: rgb(202 191 253 / 0.25);
}
.border-b-purple-300\/30 {
  border-bottom-color: rgb(202 191 253 / 0.3);
}
.border-b-purple-300\/35 {
  border-bottom-color: rgb(202 191 253 / 0.35);
}
.border-b-purple-300\/40 {
  border-bottom-color: rgb(202 191 253 / 0.4);
}
.border-b-purple-300\/45 {
  border-bottom-color: rgb(202 191 253 / 0.45);
}
.border-b-purple-300\/5 {
  border-bottom-color: rgb(202 191 253 / 0.05);
}
.border-b-purple-300\/50 {
  border-bottom-color: rgb(202 191 253 / 0.5);
}
.border-b-purple-300\/55 {
  border-bottom-color: rgb(202 191 253 / 0.55);
}
.border-b-purple-300\/60 {
  border-bottom-color: rgb(202 191 253 / 0.6);
}
.border-b-purple-300\/65 {
  border-bottom-color: rgb(202 191 253 / 0.65);
}
.border-b-purple-300\/70 {
  border-bottom-color: rgb(202 191 253 / 0.7);
}
.border-b-purple-300\/75 {
  border-bottom-color: rgb(202 191 253 / 0.75);
}
.border-b-purple-300\/80 {
  border-bottom-color: rgb(202 191 253 / 0.8);
}
.border-b-purple-300\/85 {
  border-bottom-color: rgb(202 191 253 / 0.85);
}
.border-b-purple-300\/90 {
  border-bottom-color: rgb(202 191 253 / 0.9);
}
.border-b-purple-300\/95 {
  border-bottom-color: rgb(202 191 253 / 0.95);
}
.border-b-purple-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(172 148 250 / var(--tw-border-opacity, 1));
}
.border-b-purple-400\/0 {
  border-bottom-color: rgb(172 148 250 / 0);
}
.border-b-purple-400\/10 {
  border-bottom-color: rgb(172 148 250 / 0.1);
}
.border-b-purple-400\/100 {
  border-bottom-color: rgb(172 148 250 / 1);
}
.border-b-purple-400\/15 {
  border-bottom-color: rgb(172 148 250 / 0.15);
}
.border-b-purple-400\/20 {
  border-bottom-color: rgb(172 148 250 / 0.2);
}
.border-b-purple-400\/25 {
  border-bottom-color: rgb(172 148 250 / 0.25);
}
.border-b-purple-400\/30 {
  border-bottom-color: rgb(172 148 250 / 0.3);
}
.border-b-purple-400\/35 {
  border-bottom-color: rgb(172 148 250 / 0.35);
}
.border-b-purple-400\/40 {
  border-bottom-color: rgb(172 148 250 / 0.4);
}
.border-b-purple-400\/45 {
  border-bottom-color: rgb(172 148 250 / 0.45);
}
.border-b-purple-400\/5 {
  border-bottom-color: rgb(172 148 250 / 0.05);
}
.border-b-purple-400\/50 {
  border-bottom-color: rgb(172 148 250 / 0.5);
}
.border-b-purple-400\/55 {
  border-bottom-color: rgb(172 148 250 / 0.55);
}
.border-b-purple-400\/60 {
  border-bottom-color: rgb(172 148 250 / 0.6);
}
.border-b-purple-400\/65 {
  border-bottom-color: rgb(172 148 250 / 0.65);
}
.border-b-purple-400\/70 {
  border-bottom-color: rgb(172 148 250 / 0.7);
}
.border-b-purple-400\/75 {
  border-bottom-color: rgb(172 148 250 / 0.75);
}
.border-b-purple-400\/80 {
  border-bottom-color: rgb(172 148 250 / 0.8);
}
.border-b-purple-400\/85 {
  border-bottom-color: rgb(172 148 250 / 0.85);
}
.border-b-purple-400\/90 {
  border-bottom-color: rgb(172 148 250 / 0.9);
}
.border-b-purple-400\/95 {
  border-bottom-color: rgb(172 148 250 / 0.95);
}
.border-b-purple-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(246 245 255 / var(--tw-border-opacity, 1));
}
.border-b-purple-50\/0 {
  border-bottom-color: rgb(246 245 255 / 0);
}
.border-b-purple-50\/10 {
  border-bottom-color: rgb(246 245 255 / 0.1);
}
.border-b-purple-50\/100 {
  border-bottom-color: rgb(246 245 255 / 1);
}
.border-b-purple-50\/15 {
  border-bottom-color: rgb(246 245 255 / 0.15);
}
.border-b-purple-50\/20 {
  border-bottom-color: rgb(246 245 255 / 0.2);
}
.border-b-purple-50\/25 {
  border-bottom-color: rgb(246 245 255 / 0.25);
}
.border-b-purple-50\/30 {
  border-bottom-color: rgb(246 245 255 / 0.3);
}
.border-b-purple-50\/35 {
  border-bottom-color: rgb(246 245 255 / 0.35);
}
.border-b-purple-50\/40 {
  border-bottom-color: rgb(246 245 255 / 0.4);
}
.border-b-purple-50\/45 {
  border-bottom-color: rgb(246 245 255 / 0.45);
}
.border-b-purple-50\/5 {
  border-bottom-color: rgb(246 245 255 / 0.05);
}
.border-b-purple-50\/50 {
  border-bottom-color: rgb(246 245 255 / 0.5);
}
.border-b-purple-50\/55 {
  border-bottom-color: rgb(246 245 255 / 0.55);
}
.border-b-purple-50\/60 {
  border-bottom-color: rgb(246 245 255 / 0.6);
}
.border-b-purple-50\/65 {
  border-bottom-color: rgb(246 245 255 / 0.65);
}
.border-b-purple-50\/70 {
  border-bottom-color: rgb(246 245 255 / 0.7);
}
.border-b-purple-50\/75 {
  border-bottom-color: rgb(246 245 255 / 0.75);
}
.border-b-purple-50\/80 {
  border-bottom-color: rgb(246 245 255 / 0.8);
}
.border-b-purple-50\/85 {
  border-bottom-color: rgb(246 245 255 / 0.85);
}
.border-b-purple-50\/90 {
  border-bottom-color: rgb(246 245 255 / 0.9);
}
.border-b-purple-50\/95 {
  border-bottom-color: rgb(246 245 255 / 0.95);
}
.border-b-purple-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(144 97 249 / var(--tw-border-opacity, 1));
}
.border-b-purple-500\/0 {
  border-bottom-color: rgb(144 97 249 / 0);
}
.border-b-purple-500\/10 {
  border-bottom-color: rgb(144 97 249 / 0.1);
}
.border-b-purple-500\/100 {
  border-bottom-color: rgb(144 97 249 / 1);
}
.border-b-purple-500\/15 {
  border-bottom-color: rgb(144 97 249 / 0.15);
}
.border-b-purple-500\/20 {
  border-bottom-color: rgb(144 97 249 / 0.2);
}
.border-b-purple-500\/25 {
  border-bottom-color: rgb(144 97 249 / 0.25);
}
.border-b-purple-500\/30 {
  border-bottom-color: rgb(144 97 249 / 0.3);
}
.border-b-purple-500\/35 {
  border-bottom-color: rgb(144 97 249 / 0.35);
}
.border-b-purple-500\/40 {
  border-bottom-color: rgb(144 97 249 / 0.4);
}
.border-b-purple-500\/45 {
  border-bottom-color: rgb(144 97 249 / 0.45);
}
.border-b-purple-500\/5 {
  border-bottom-color: rgb(144 97 249 / 0.05);
}
.border-b-purple-500\/50 {
  border-bottom-color: rgb(144 97 249 / 0.5);
}
.border-b-purple-500\/55 {
  border-bottom-color: rgb(144 97 249 / 0.55);
}
.border-b-purple-500\/60 {
  border-bottom-color: rgb(144 97 249 / 0.6);
}
.border-b-purple-500\/65 {
  border-bottom-color: rgb(144 97 249 / 0.65);
}
.border-b-purple-500\/70 {
  border-bottom-color: rgb(144 97 249 / 0.7);
}
.border-b-purple-500\/75 {
  border-bottom-color: rgb(144 97 249 / 0.75);
}
.border-b-purple-500\/80 {
  border-bottom-color: rgb(144 97 249 / 0.8);
}
.border-b-purple-500\/85 {
  border-bottom-color: rgb(144 97 249 / 0.85);
}
.border-b-purple-500\/90 {
  border-bottom-color: rgb(144 97 249 / 0.9);
}
.border-b-purple-500\/95 {
  border-bottom-color: rgb(144 97 249 / 0.95);
}
.border-b-purple-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(126 58 242 / var(--tw-border-opacity, 1));
}
.border-b-purple-600\/0 {
  border-bottom-color: rgb(126 58 242 / 0);
}
.border-b-purple-600\/10 {
  border-bottom-color: rgb(126 58 242 / 0.1);
}
.border-b-purple-600\/100 {
  border-bottom-color: rgb(126 58 242 / 1);
}
.border-b-purple-600\/15 {
  border-bottom-color: rgb(126 58 242 / 0.15);
}
.border-b-purple-600\/20 {
  border-bottom-color: rgb(126 58 242 / 0.2);
}
.border-b-purple-600\/25 {
  border-bottom-color: rgb(126 58 242 / 0.25);
}
.border-b-purple-600\/30 {
  border-bottom-color: rgb(126 58 242 / 0.3);
}
.border-b-purple-600\/35 {
  border-bottom-color: rgb(126 58 242 / 0.35);
}
.border-b-purple-600\/40 {
  border-bottom-color: rgb(126 58 242 / 0.4);
}
.border-b-purple-600\/45 {
  border-bottom-color: rgb(126 58 242 / 0.45);
}
.border-b-purple-600\/5 {
  border-bottom-color: rgb(126 58 242 / 0.05);
}
.border-b-purple-600\/50 {
  border-bottom-color: rgb(126 58 242 / 0.5);
}
.border-b-purple-600\/55 {
  border-bottom-color: rgb(126 58 242 / 0.55);
}
.border-b-purple-600\/60 {
  border-bottom-color: rgb(126 58 242 / 0.6);
}
.border-b-purple-600\/65 {
  border-bottom-color: rgb(126 58 242 / 0.65);
}
.border-b-purple-600\/70 {
  border-bottom-color: rgb(126 58 242 / 0.7);
}
.border-b-purple-600\/75 {
  border-bottom-color: rgb(126 58 242 / 0.75);
}
.border-b-purple-600\/80 {
  border-bottom-color: rgb(126 58 242 / 0.8);
}
.border-b-purple-600\/85 {
  border-bottom-color: rgb(126 58 242 / 0.85);
}
.border-b-purple-600\/90 {
  border-bottom-color: rgb(126 58 242 / 0.9);
}
.border-b-purple-600\/95 {
  border-bottom-color: rgb(126 58 242 / 0.95);
}
.border-b-purple-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(108 43 217 / var(--tw-border-opacity, 1));
}
.border-b-purple-700\/0 {
  border-bottom-color: rgb(108 43 217 / 0);
}
.border-b-purple-700\/10 {
  border-bottom-color: rgb(108 43 217 / 0.1);
}
.border-b-purple-700\/100 {
  border-bottom-color: rgb(108 43 217 / 1);
}
.border-b-purple-700\/15 {
  border-bottom-color: rgb(108 43 217 / 0.15);
}
.border-b-purple-700\/20 {
  border-bottom-color: rgb(108 43 217 / 0.2);
}
.border-b-purple-700\/25 {
  border-bottom-color: rgb(108 43 217 / 0.25);
}
.border-b-purple-700\/30 {
  border-bottom-color: rgb(108 43 217 / 0.3);
}
.border-b-purple-700\/35 {
  border-bottom-color: rgb(108 43 217 / 0.35);
}
.border-b-purple-700\/40 {
  border-bottom-color: rgb(108 43 217 / 0.4);
}
.border-b-purple-700\/45 {
  border-bottom-color: rgb(108 43 217 / 0.45);
}
.border-b-purple-700\/5 {
  border-bottom-color: rgb(108 43 217 / 0.05);
}
.border-b-purple-700\/50 {
  border-bottom-color: rgb(108 43 217 / 0.5);
}
.border-b-purple-700\/55 {
  border-bottom-color: rgb(108 43 217 / 0.55);
}
.border-b-purple-700\/60 {
  border-bottom-color: rgb(108 43 217 / 0.6);
}
.border-b-purple-700\/65 {
  border-bottom-color: rgb(108 43 217 / 0.65);
}
.border-b-purple-700\/70 {
  border-bottom-color: rgb(108 43 217 / 0.7);
}
.border-b-purple-700\/75 {
  border-bottom-color: rgb(108 43 217 / 0.75);
}
.border-b-purple-700\/80 {
  border-bottom-color: rgb(108 43 217 / 0.8);
}
.border-b-purple-700\/85 {
  border-bottom-color: rgb(108 43 217 / 0.85);
}
.border-b-purple-700\/90 {
  border-bottom-color: rgb(108 43 217 / 0.9);
}
.border-b-purple-700\/95 {
  border-bottom-color: rgb(108 43 217 / 0.95);
}
.border-b-purple-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(85 33 181 / var(--tw-border-opacity, 1));
}
.border-b-purple-800\/0 {
  border-bottom-color: rgb(85 33 181 / 0);
}
.border-b-purple-800\/10 {
  border-bottom-color: rgb(85 33 181 / 0.1);
}
.border-b-purple-800\/100 {
  border-bottom-color: rgb(85 33 181 / 1);
}
.border-b-purple-800\/15 {
  border-bottom-color: rgb(85 33 181 / 0.15);
}
.border-b-purple-800\/20 {
  border-bottom-color: rgb(85 33 181 / 0.2);
}
.border-b-purple-800\/25 {
  border-bottom-color: rgb(85 33 181 / 0.25);
}
.border-b-purple-800\/30 {
  border-bottom-color: rgb(85 33 181 / 0.3);
}
.border-b-purple-800\/35 {
  border-bottom-color: rgb(85 33 181 / 0.35);
}
.border-b-purple-800\/40 {
  border-bottom-color: rgb(85 33 181 / 0.4);
}
.border-b-purple-800\/45 {
  border-bottom-color: rgb(85 33 181 / 0.45);
}
.border-b-purple-800\/5 {
  border-bottom-color: rgb(85 33 181 / 0.05);
}
.border-b-purple-800\/50 {
  border-bottom-color: rgb(85 33 181 / 0.5);
}
.border-b-purple-800\/55 {
  border-bottom-color: rgb(85 33 181 / 0.55);
}
.border-b-purple-800\/60 {
  border-bottom-color: rgb(85 33 181 / 0.6);
}
.border-b-purple-800\/65 {
  border-bottom-color: rgb(85 33 181 / 0.65);
}
.border-b-purple-800\/70 {
  border-bottom-color: rgb(85 33 181 / 0.7);
}
.border-b-purple-800\/75 {
  border-bottom-color: rgb(85 33 181 / 0.75);
}
.border-b-purple-800\/80 {
  border-bottom-color: rgb(85 33 181 / 0.8);
}
.border-b-purple-800\/85 {
  border-bottom-color: rgb(85 33 181 / 0.85);
}
.border-b-purple-800\/90 {
  border-bottom-color: rgb(85 33 181 / 0.9);
}
.border-b-purple-800\/95 {
  border-bottom-color: rgb(85 33 181 / 0.95);
}
.border-b-purple-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(74 29 150 / var(--tw-border-opacity, 1));
}
.border-b-purple-900\/0 {
  border-bottom-color: rgb(74 29 150 / 0);
}
.border-b-purple-900\/10 {
  border-bottom-color: rgb(74 29 150 / 0.1);
}
.border-b-purple-900\/100 {
  border-bottom-color: rgb(74 29 150 / 1);
}
.border-b-purple-900\/15 {
  border-bottom-color: rgb(74 29 150 / 0.15);
}
.border-b-purple-900\/20 {
  border-bottom-color: rgb(74 29 150 / 0.2);
}
.border-b-purple-900\/25 {
  border-bottom-color: rgb(74 29 150 / 0.25);
}
.border-b-purple-900\/30 {
  border-bottom-color: rgb(74 29 150 / 0.3);
}
.border-b-purple-900\/35 {
  border-bottom-color: rgb(74 29 150 / 0.35);
}
.border-b-purple-900\/40 {
  border-bottom-color: rgb(74 29 150 / 0.4);
}
.border-b-purple-900\/45 {
  border-bottom-color: rgb(74 29 150 / 0.45);
}
.border-b-purple-900\/5 {
  border-bottom-color: rgb(74 29 150 / 0.05);
}
.border-b-purple-900\/50 {
  border-bottom-color: rgb(74 29 150 / 0.5);
}
.border-b-purple-900\/55 {
  border-bottom-color: rgb(74 29 150 / 0.55);
}
.border-b-purple-900\/60 {
  border-bottom-color: rgb(74 29 150 / 0.6);
}
.border-b-purple-900\/65 {
  border-bottom-color: rgb(74 29 150 / 0.65);
}
.border-b-purple-900\/70 {
  border-bottom-color: rgb(74 29 150 / 0.7);
}
.border-b-purple-900\/75 {
  border-bottom-color: rgb(74 29 150 / 0.75);
}
.border-b-purple-900\/80 {
  border-bottom-color: rgb(74 29 150 / 0.8);
}
.border-b-purple-900\/85 {
  border-bottom-color: rgb(74 29 150 / 0.85);
}
.border-b-purple-900\/90 {
  border-bottom-color: rgb(74 29 150 / 0.9);
}
.border-b-purple-900\/95 {
  border-bottom-color: rgb(74 29 150 / 0.95);
}
.border-b-red-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 232 232 / var(--tw-border-opacity, 1));
}
.border-b-red-100\/0 {
  border-bottom-color: rgb(253 232 232 / 0);
}
.border-b-red-100\/10 {
  border-bottom-color: rgb(253 232 232 / 0.1);
}
.border-b-red-100\/100 {
  border-bottom-color: rgb(253 232 232 / 1);
}
.border-b-red-100\/15 {
  border-bottom-color: rgb(253 232 232 / 0.15);
}
.border-b-red-100\/20 {
  border-bottom-color: rgb(253 232 232 / 0.2);
}
.border-b-red-100\/25 {
  border-bottom-color: rgb(253 232 232 / 0.25);
}
.border-b-red-100\/30 {
  border-bottom-color: rgb(253 232 232 / 0.3);
}
.border-b-red-100\/35 {
  border-bottom-color: rgb(253 232 232 / 0.35);
}
.border-b-red-100\/40 {
  border-bottom-color: rgb(253 232 232 / 0.4);
}
.border-b-red-100\/45 {
  border-bottom-color: rgb(253 232 232 / 0.45);
}
.border-b-red-100\/5 {
  border-bottom-color: rgb(253 232 232 / 0.05);
}
.border-b-red-100\/50 {
  border-bottom-color: rgb(253 232 232 / 0.5);
}
.border-b-red-100\/55 {
  border-bottom-color: rgb(253 232 232 / 0.55);
}
.border-b-red-100\/60 {
  border-bottom-color: rgb(253 232 232 / 0.6);
}
.border-b-red-100\/65 {
  border-bottom-color: rgb(253 232 232 / 0.65);
}
.border-b-red-100\/70 {
  border-bottom-color: rgb(253 232 232 / 0.7);
}
.border-b-red-100\/75 {
  border-bottom-color: rgb(253 232 232 / 0.75);
}
.border-b-red-100\/80 {
  border-bottom-color: rgb(253 232 232 / 0.8);
}
.border-b-red-100\/85 {
  border-bottom-color: rgb(253 232 232 / 0.85);
}
.border-b-red-100\/90 {
  border-bottom-color: rgb(253 232 232 / 0.9);
}
.border-b-red-100\/95 {
  border-bottom-color: rgb(253 232 232 / 0.95);
}
.border-b-red-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(251 213 213 / var(--tw-border-opacity, 1));
}
.border-b-red-200\/0 {
  border-bottom-color: rgb(251 213 213 / 0);
}
.border-b-red-200\/10 {
  border-bottom-color: rgb(251 213 213 / 0.1);
}
.border-b-red-200\/100 {
  border-bottom-color: rgb(251 213 213 / 1);
}
.border-b-red-200\/15 {
  border-bottom-color: rgb(251 213 213 / 0.15);
}
.border-b-red-200\/20 {
  border-bottom-color: rgb(251 213 213 / 0.2);
}
.border-b-red-200\/25 {
  border-bottom-color: rgb(251 213 213 / 0.25);
}
.border-b-red-200\/30 {
  border-bottom-color: rgb(251 213 213 / 0.3);
}
.border-b-red-200\/35 {
  border-bottom-color: rgb(251 213 213 / 0.35);
}
.border-b-red-200\/40 {
  border-bottom-color: rgb(251 213 213 / 0.4);
}
.border-b-red-200\/45 {
  border-bottom-color: rgb(251 213 213 / 0.45);
}
.border-b-red-200\/5 {
  border-bottom-color: rgb(251 213 213 / 0.05);
}
.border-b-red-200\/50 {
  border-bottom-color: rgb(251 213 213 / 0.5);
}
.border-b-red-200\/55 {
  border-bottom-color: rgb(251 213 213 / 0.55);
}
.border-b-red-200\/60 {
  border-bottom-color: rgb(251 213 213 / 0.6);
}
.border-b-red-200\/65 {
  border-bottom-color: rgb(251 213 213 / 0.65);
}
.border-b-red-200\/70 {
  border-bottom-color: rgb(251 213 213 / 0.7);
}
.border-b-red-200\/75 {
  border-bottom-color: rgb(251 213 213 / 0.75);
}
.border-b-red-200\/80 {
  border-bottom-color: rgb(251 213 213 / 0.8);
}
.border-b-red-200\/85 {
  border-bottom-color: rgb(251 213 213 / 0.85);
}
.border-b-red-200\/90 {
  border-bottom-color: rgb(251 213 213 / 0.9);
}
.border-b-red-200\/95 {
  border-bottom-color: rgb(251 213 213 / 0.95);
}
.border-b-red-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(248 180 180 / var(--tw-border-opacity, 1));
}
.border-b-red-300\/0 {
  border-bottom-color: rgb(248 180 180 / 0);
}
.border-b-red-300\/10 {
  border-bottom-color: rgb(248 180 180 / 0.1);
}
.border-b-red-300\/100 {
  border-bottom-color: rgb(248 180 180 / 1);
}
.border-b-red-300\/15 {
  border-bottom-color: rgb(248 180 180 / 0.15);
}
.border-b-red-300\/20 {
  border-bottom-color: rgb(248 180 180 / 0.2);
}
.border-b-red-300\/25 {
  border-bottom-color: rgb(248 180 180 / 0.25);
}
.border-b-red-300\/30 {
  border-bottom-color: rgb(248 180 180 / 0.3);
}
.border-b-red-300\/35 {
  border-bottom-color: rgb(248 180 180 / 0.35);
}
.border-b-red-300\/40 {
  border-bottom-color: rgb(248 180 180 / 0.4);
}
.border-b-red-300\/45 {
  border-bottom-color: rgb(248 180 180 / 0.45);
}
.border-b-red-300\/5 {
  border-bottom-color: rgb(248 180 180 / 0.05);
}
.border-b-red-300\/50 {
  border-bottom-color: rgb(248 180 180 / 0.5);
}
.border-b-red-300\/55 {
  border-bottom-color: rgb(248 180 180 / 0.55);
}
.border-b-red-300\/60 {
  border-bottom-color: rgb(248 180 180 / 0.6);
}
.border-b-red-300\/65 {
  border-bottom-color: rgb(248 180 180 / 0.65);
}
.border-b-red-300\/70 {
  border-bottom-color: rgb(248 180 180 / 0.7);
}
.border-b-red-300\/75 {
  border-bottom-color: rgb(248 180 180 / 0.75);
}
.border-b-red-300\/80 {
  border-bottom-color: rgb(248 180 180 / 0.8);
}
.border-b-red-300\/85 {
  border-bottom-color: rgb(248 180 180 / 0.85);
}
.border-b-red-300\/90 {
  border-bottom-color: rgb(248 180 180 / 0.9);
}
.border-b-red-300\/95 {
  border-bottom-color: rgb(248 180 180 / 0.95);
}
.border-b-red-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 128 128 / var(--tw-border-opacity, 1));
}
.border-b-red-400\/0 {
  border-bottom-color: rgb(249 128 128 / 0);
}
.border-b-red-400\/10 {
  border-bottom-color: rgb(249 128 128 / 0.1);
}
.border-b-red-400\/100 {
  border-bottom-color: rgb(249 128 128 / 1);
}
.border-b-red-400\/15 {
  border-bottom-color: rgb(249 128 128 / 0.15);
}
.border-b-red-400\/20 {
  border-bottom-color: rgb(249 128 128 / 0.2);
}
.border-b-red-400\/25 {
  border-bottom-color: rgb(249 128 128 / 0.25);
}
.border-b-red-400\/30 {
  border-bottom-color: rgb(249 128 128 / 0.3);
}
.border-b-red-400\/35 {
  border-bottom-color: rgb(249 128 128 / 0.35);
}
.border-b-red-400\/40 {
  border-bottom-color: rgb(249 128 128 / 0.4);
}
.border-b-red-400\/45 {
  border-bottom-color: rgb(249 128 128 / 0.45);
}
.border-b-red-400\/5 {
  border-bottom-color: rgb(249 128 128 / 0.05);
}
.border-b-red-400\/50 {
  border-bottom-color: rgb(249 128 128 / 0.5);
}
.border-b-red-400\/55 {
  border-bottom-color: rgb(249 128 128 / 0.55);
}
.border-b-red-400\/60 {
  border-bottom-color: rgb(249 128 128 / 0.6);
}
.border-b-red-400\/65 {
  border-bottom-color: rgb(249 128 128 / 0.65);
}
.border-b-red-400\/70 {
  border-bottom-color: rgb(249 128 128 / 0.7);
}
.border-b-red-400\/75 {
  border-bottom-color: rgb(249 128 128 / 0.75);
}
.border-b-red-400\/80 {
  border-bottom-color: rgb(249 128 128 / 0.8);
}
.border-b-red-400\/85 {
  border-bottom-color: rgb(249 128 128 / 0.85);
}
.border-b-red-400\/90 {
  border-bottom-color: rgb(249 128 128 / 0.9);
}
.border-b-red-400\/95 {
  border-bottom-color: rgb(249 128 128 / 0.95);
}
.border-b-red-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 242 242 / var(--tw-border-opacity, 1));
}
.border-b-red-50\/0 {
  border-bottom-color: rgb(253 242 242 / 0);
}
.border-b-red-50\/10 {
  border-bottom-color: rgb(253 242 242 / 0.1);
}
.border-b-red-50\/100 {
  border-bottom-color: rgb(253 242 242 / 1);
}
.border-b-red-50\/15 {
  border-bottom-color: rgb(253 242 242 / 0.15);
}
.border-b-red-50\/20 {
  border-bottom-color: rgb(253 242 242 / 0.2);
}
.border-b-red-50\/25 {
  border-bottom-color: rgb(253 242 242 / 0.25);
}
.border-b-red-50\/30 {
  border-bottom-color: rgb(253 242 242 / 0.3);
}
.border-b-red-50\/35 {
  border-bottom-color: rgb(253 242 242 / 0.35);
}
.border-b-red-50\/40 {
  border-bottom-color: rgb(253 242 242 / 0.4);
}
.border-b-red-50\/45 {
  border-bottom-color: rgb(253 242 242 / 0.45);
}
.border-b-red-50\/5 {
  border-bottom-color: rgb(253 242 242 / 0.05);
}
.border-b-red-50\/50 {
  border-bottom-color: rgb(253 242 242 / 0.5);
}
.border-b-red-50\/55 {
  border-bottom-color: rgb(253 242 242 / 0.55);
}
.border-b-red-50\/60 {
  border-bottom-color: rgb(253 242 242 / 0.6);
}
.border-b-red-50\/65 {
  border-bottom-color: rgb(253 242 242 / 0.65);
}
.border-b-red-50\/70 {
  border-bottom-color: rgb(253 242 242 / 0.7);
}
.border-b-red-50\/75 {
  border-bottom-color: rgb(253 242 242 / 0.75);
}
.border-b-red-50\/80 {
  border-bottom-color: rgb(253 242 242 / 0.8);
}
.border-b-red-50\/85 {
  border-bottom-color: rgb(253 242 242 / 0.85);
}
.border-b-red-50\/90 {
  border-bottom-color: rgb(253 242 242 / 0.9);
}
.border-b-red-50\/95 {
  border-bottom-color: rgb(253 242 242 / 0.95);
}
.border-b-red-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 82 82 / var(--tw-border-opacity, 1));
}
.border-b-red-500\/0 {
  border-bottom-color: rgb(240 82 82 / 0);
}
.border-b-red-500\/10 {
  border-bottom-color: rgb(240 82 82 / 0.1);
}
.border-b-red-500\/100 {
  border-bottom-color: rgb(240 82 82 / 1);
}
.border-b-red-500\/15 {
  border-bottom-color: rgb(240 82 82 / 0.15);
}
.border-b-red-500\/20 {
  border-bottom-color: rgb(240 82 82 / 0.2);
}
.border-b-red-500\/25 {
  border-bottom-color: rgb(240 82 82 / 0.25);
}
.border-b-red-500\/30 {
  border-bottom-color: rgb(240 82 82 / 0.3);
}
.border-b-red-500\/35 {
  border-bottom-color: rgb(240 82 82 / 0.35);
}
.border-b-red-500\/40 {
  border-bottom-color: rgb(240 82 82 / 0.4);
}
.border-b-red-500\/45 {
  border-bottom-color: rgb(240 82 82 / 0.45);
}
.border-b-red-500\/5 {
  border-bottom-color: rgb(240 82 82 / 0.05);
}
.border-b-red-500\/50 {
  border-bottom-color: rgb(240 82 82 / 0.5);
}
.border-b-red-500\/55 {
  border-bottom-color: rgb(240 82 82 / 0.55);
}
.border-b-red-500\/60 {
  border-bottom-color: rgb(240 82 82 / 0.6);
}
.border-b-red-500\/65 {
  border-bottom-color: rgb(240 82 82 / 0.65);
}
.border-b-red-500\/70 {
  border-bottom-color: rgb(240 82 82 / 0.7);
}
.border-b-red-500\/75 {
  border-bottom-color: rgb(240 82 82 / 0.75);
}
.border-b-red-500\/80 {
  border-bottom-color: rgb(240 82 82 / 0.8);
}
.border-b-red-500\/85 {
  border-bottom-color: rgb(240 82 82 / 0.85);
}
.border-b-red-500\/90 {
  border-bottom-color: rgb(240 82 82 / 0.9);
}
.border-b-red-500\/95 {
  border-bottom-color: rgb(240 82 82 / 0.95);
}
.border-b-red-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(224 36 36 / var(--tw-border-opacity, 1));
}
.border-b-red-600\/0 {
  border-bottom-color: rgb(224 36 36 / 0);
}
.border-b-red-600\/10 {
  border-bottom-color: rgb(224 36 36 / 0.1);
}
.border-b-red-600\/100 {
  border-bottom-color: rgb(224 36 36 / 1);
}
.border-b-red-600\/15 {
  border-bottom-color: rgb(224 36 36 / 0.15);
}
.border-b-red-600\/20 {
  border-bottom-color: rgb(224 36 36 / 0.2);
}
.border-b-red-600\/25 {
  border-bottom-color: rgb(224 36 36 / 0.25);
}
.border-b-red-600\/30 {
  border-bottom-color: rgb(224 36 36 / 0.3);
}
.border-b-red-600\/35 {
  border-bottom-color: rgb(224 36 36 / 0.35);
}
.border-b-red-600\/40 {
  border-bottom-color: rgb(224 36 36 / 0.4);
}
.border-b-red-600\/45 {
  border-bottom-color: rgb(224 36 36 / 0.45);
}
.border-b-red-600\/5 {
  border-bottom-color: rgb(224 36 36 / 0.05);
}
.border-b-red-600\/50 {
  border-bottom-color: rgb(224 36 36 / 0.5);
}
.border-b-red-600\/55 {
  border-bottom-color: rgb(224 36 36 / 0.55);
}
.border-b-red-600\/60 {
  border-bottom-color: rgb(224 36 36 / 0.6);
}
.border-b-red-600\/65 {
  border-bottom-color: rgb(224 36 36 / 0.65);
}
.border-b-red-600\/70 {
  border-bottom-color: rgb(224 36 36 / 0.7);
}
.border-b-red-600\/75 {
  border-bottom-color: rgb(224 36 36 / 0.75);
}
.border-b-red-600\/80 {
  border-bottom-color: rgb(224 36 36 / 0.8);
}
.border-b-red-600\/85 {
  border-bottom-color: rgb(224 36 36 / 0.85);
}
.border-b-red-600\/90 {
  border-bottom-color: rgb(224 36 36 / 0.9);
}
.border-b-red-600\/95 {
  border-bottom-color: rgb(224 36 36 / 0.95);
}
.border-b-red-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(200 30 30 / var(--tw-border-opacity, 1));
}
.border-b-red-700\/0 {
  border-bottom-color: rgb(200 30 30 / 0);
}
.border-b-red-700\/10 {
  border-bottom-color: rgb(200 30 30 / 0.1);
}
.border-b-red-700\/100 {
  border-bottom-color: rgb(200 30 30 / 1);
}
.border-b-red-700\/15 {
  border-bottom-color: rgb(200 30 30 / 0.15);
}
.border-b-red-700\/20 {
  border-bottom-color: rgb(200 30 30 / 0.2);
}
.border-b-red-700\/25 {
  border-bottom-color: rgb(200 30 30 / 0.25);
}
.border-b-red-700\/30 {
  border-bottom-color: rgb(200 30 30 / 0.3);
}
.border-b-red-700\/35 {
  border-bottom-color: rgb(200 30 30 / 0.35);
}
.border-b-red-700\/40 {
  border-bottom-color: rgb(200 30 30 / 0.4);
}
.border-b-red-700\/45 {
  border-bottom-color: rgb(200 30 30 / 0.45);
}
.border-b-red-700\/5 {
  border-bottom-color: rgb(200 30 30 / 0.05);
}
.border-b-red-700\/50 {
  border-bottom-color: rgb(200 30 30 / 0.5);
}
.border-b-red-700\/55 {
  border-bottom-color: rgb(200 30 30 / 0.55);
}
.border-b-red-700\/60 {
  border-bottom-color: rgb(200 30 30 / 0.6);
}
.border-b-red-700\/65 {
  border-bottom-color: rgb(200 30 30 / 0.65);
}
.border-b-red-700\/70 {
  border-bottom-color: rgb(200 30 30 / 0.7);
}
.border-b-red-700\/75 {
  border-bottom-color: rgb(200 30 30 / 0.75);
}
.border-b-red-700\/80 {
  border-bottom-color: rgb(200 30 30 / 0.8);
}
.border-b-red-700\/85 {
  border-bottom-color: rgb(200 30 30 / 0.85);
}
.border-b-red-700\/90 {
  border-bottom-color: rgb(200 30 30 / 0.9);
}
.border-b-red-700\/95 {
  border-bottom-color: rgb(200 30 30 / 0.95);
}
.border-b-red-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(155 28 28 / var(--tw-border-opacity, 1));
}
.border-b-red-800\/0 {
  border-bottom-color: rgb(155 28 28 / 0);
}
.border-b-red-800\/10 {
  border-bottom-color: rgb(155 28 28 / 0.1);
}
.border-b-red-800\/100 {
  border-bottom-color: rgb(155 28 28 / 1);
}
.border-b-red-800\/15 {
  border-bottom-color: rgb(155 28 28 / 0.15);
}
.border-b-red-800\/20 {
  border-bottom-color: rgb(155 28 28 / 0.2);
}
.border-b-red-800\/25 {
  border-bottom-color: rgb(155 28 28 / 0.25);
}
.border-b-red-800\/30 {
  border-bottom-color: rgb(155 28 28 / 0.3);
}
.border-b-red-800\/35 {
  border-bottom-color: rgb(155 28 28 / 0.35);
}
.border-b-red-800\/40 {
  border-bottom-color: rgb(155 28 28 / 0.4);
}
.border-b-red-800\/45 {
  border-bottom-color: rgb(155 28 28 / 0.45);
}
.border-b-red-800\/5 {
  border-bottom-color: rgb(155 28 28 / 0.05);
}
.border-b-red-800\/50 {
  border-bottom-color: rgb(155 28 28 / 0.5);
}
.border-b-red-800\/55 {
  border-bottom-color: rgb(155 28 28 / 0.55);
}
.border-b-red-800\/60 {
  border-bottom-color: rgb(155 28 28 / 0.6);
}
.border-b-red-800\/65 {
  border-bottom-color: rgb(155 28 28 / 0.65);
}
.border-b-red-800\/70 {
  border-bottom-color: rgb(155 28 28 / 0.7);
}
.border-b-red-800\/75 {
  border-bottom-color: rgb(155 28 28 / 0.75);
}
.border-b-red-800\/80 {
  border-bottom-color: rgb(155 28 28 / 0.8);
}
.border-b-red-800\/85 {
  border-bottom-color: rgb(155 28 28 / 0.85);
}
.border-b-red-800\/90 {
  border-bottom-color: rgb(155 28 28 / 0.9);
}
.border-b-red-800\/95 {
  border-bottom-color: rgb(155 28 28 / 0.95);
}
.border-b-red-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(119 29 29 / var(--tw-border-opacity, 1));
}
.border-b-red-900\/0 {
  border-bottom-color: rgb(119 29 29 / 0);
}
.border-b-red-900\/10 {
  border-bottom-color: rgb(119 29 29 / 0.1);
}
.border-b-red-900\/100 {
  border-bottom-color: rgb(119 29 29 / 1);
}
.border-b-red-900\/15 {
  border-bottom-color: rgb(119 29 29 / 0.15);
}
.border-b-red-900\/20 {
  border-bottom-color: rgb(119 29 29 / 0.2);
}
.border-b-red-900\/25 {
  border-bottom-color: rgb(119 29 29 / 0.25);
}
.border-b-red-900\/30 {
  border-bottom-color: rgb(119 29 29 / 0.3);
}
.border-b-red-900\/35 {
  border-bottom-color: rgb(119 29 29 / 0.35);
}
.border-b-red-900\/40 {
  border-bottom-color: rgb(119 29 29 / 0.4);
}
.border-b-red-900\/45 {
  border-bottom-color: rgb(119 29 29 / 0.45);
}
.border-b-red-900\/5 {
  border-bottom-color: rgb(119 29 29 / 0.05);
}
.border-b-red-900\/50 {
  border-bottom-color: rgb(119 29 29 / 0.5);
}
.border-b-red-900\/55 {
  border-bottom-color: rgb(119 29 29 / 0.55);
}
.border-b-red-900\/60 {
  border-bottom-color: rgb(119 29 29 / 0.6);
}
.border-b-red-900\/65 {
  border-bottom-color: rgb(119 29 29 / 0.65);
}
.border-b-red-900\/70 {
  border-bottom-color: rgb(119 29 29 / 0.7);
}
.border-b-red-900\/75 {
  border-bottom-color: rgb(119 29 29 / 0.75);
}
.border-b-red-900\/80 {
  border-bottom-color: rgb(119 29 29 / 0.8);
}
.border-b-red-900\/85 {
  border-bottom-color: rgb(119 29 29 / 0.85);
}
.border-b-red-900\/90 {
  border-bottom-color: rgb(119 29 29 / 0.9);
}
.border-b-red-900\/95 {
  border-bottom-color: rgb(119 29 29 / 0.95);
}
.border-b-teal-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(213 245 246 / var(--tw-border-opacity, 1));
}
.border-b-teal-100\/0 {
  border-bottom-color: rgb(213 245 246 / 0);
}
.border-b-teal-100\/10 {
  border-bottom-color: rgb(213 245 246 / 0.1);
}
.border-b-teal-100\/100 {
  border-bottom-color: rgb(213 245 246 / 1);
}
.border-b-teal-100\/15 {
  border-bottom-color: rgb(213 245 246 / 0.15);
}
.border-b-teal-100\/20 {
  border-bottom-color: rgb(213 245 246 / 0.2);
}
.border-b-teal-100\/25 {
  border-bottom-color: rgb(213 245 246 / 0.25);
}
.border-b-teal-100\/30 {
  border-bottom-color: rgb(213 245 246 / 0.3);
}
.border-b-teal-100\/35 {
  border-bottom-color: rgb(213 245 246 / 0.35);
}
.border-b-teal-100\/40 {
  border-bottom-color: rgb(213 245 246 / 0.4);
}
.border-b-teal-100\/45 {
  border-bottom-color: rgb(213 245 246 / 0.45);
}
.border-b-teal-100\/5 {
  border-bottom-color: rgb(213 245 246 / 0.05);
}
.border-b-teal-100\/50 {
  border-bottom-color: rgb(213 245 246 / 0.5);
}
.border-b-teal-100\/55 {
  border-bottom-color: rgb(213 245 246 / 0.55);
}
.border-b-teal-100\/60 {
  border-bottom-color: rgb(213 245 246 / 0.6);
}
.border-b-teal-100\/65 {
  border-bottom-color: rgb(213 245 246 / 0.65);
}
.border-b-teal-100\/70 {
  border-bottom-color: rgb(213 245 246 / 0.7);
}
.border-b-teal-100\/75 {
  border-bottom-color: rgb(213 245 246 / 0.75);
}
.border-b-teal-100\/80 {
  border-bottom-color: rgb(213 245 246 / 0.8);
}
.border-b-teal-100\/85 {
  border-bottom-color: rgb(213 245 246 / 0.85);
}
.border-b-teal-100\/90 {
  border-bottom-color: rgb(213 245 246 / 0.9);
}
.border-b-teal-100\/95 {
  border-bottom-color: rgb(213 245 246 / 0.95);
}
.border-b-teal-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(175 236 239 / var(--tw-border-opacity, 1));
}
.border-b-teal-200\/0 {
  border-bottom-color: rgb(175 236 239 / 0);
}
.border-b-teal-200\/10 {
  border-bottom-color: rgb(175 236 239 / 0.1);
}
.border-b-teal-200\/100 {
  border-bottom-color: rgb(175 236 239 / 1);
}
.border-b-teal-200\/15 {
  border-bottom-color: rgb(175 236 239 / 0.15);
}
.border-b-teal-200\/20 {
  border-bottom-color: rgb(175 236 239 / 0.2);
}
.border-b-teal-200\/25 {
  border-bottom-color: rgb(175 236 239 / 0.25);
}
.border-b-teal-200\/30 {
  border-bottom-color: rgb(175 236 239 / 0.3);
}
.border-b-teal-200\/35 {
  border-bottom-color: rgb(175 236 239 / 0.35);
}
.border-b-teal-200\/40 {
  border-bottom-color: rgb(175 236 239 / 0.4);
}
.border-b-teal-200\/45 {
  border-bottom-color: rgb(175 236 239 / 0.45);
}
.border-b-teal-200\/5 {
  border-bottom-color: rgb(175 236 239 / 0.05);
}
.border-b-teal-200\/50 {
  border-bottom-color: rgb(175 236 239 / 0.5);
}
.border-b-teal-200\/55 {
  border-bottom-color: rgb(175 236 239 / 0.55);
}
.border-b-teal-200\/60 {
  border-bottom-color: rgb(175 236 239 / 0.6);
}
.border-b-teal-200\/65 {
  border-bottom-color: rgb(175 236 239 / 0.65);
}
.border-b-teal-200\/70 {
  border-bottom-color: rgb(175 236 239 / 0.7);
}
.border-b-teal-200\/75 {
  border-bottom-color: rgb(175 236 239 / 0.75);
}
.border-b-teal-200\/80 {
  border-bottom-color: rgb(175 236 239 / 0.8);
}
.border-b-teal-200\/85 {
  border-bottom-color: rgb(175 236 239 / 0.85);
}
.border-b-teal-200\/90 {
  border-bottom-color: rgb(175 236 239 / 0.9);
}
.border-b-teal-200\/95 {
  border-bottom-color: rgb(175 236 239 / 0.95);
}
.border-b-teal-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(126 220 226 / var(--tw-border-opacity, 1));
}
.border-b-teal-300\/0 {
  border-bottom-color: rgb(126 220 226 / 0);
}
.border-b-teal-300\/10 {
  border-bottom-color: rgb(126 220 226 / 0.1);
}
.border-b-teal-300\/100 {
  border-bottom-color: rgb(126 220 226 / 1);
}
.border-b-teal-300\/15 {
  border-bottom-color: rgb(126 220 226 / 0.15);
}
.border-b-teal-300\/20 {
  border-bottom-color: rgb(126 220 226 / 0.2);
}
.border-b-teal-300\/25 {
  border-bottom-color: rgb(126 220 226 / 0.25);
}
.border-b-teal-300\/30 {
  border-bottom-color: rgb(126 220 226 / 0.3);
}
.border-b-teal-300\/35 {
  border-bottom-color: rgb(126 220 226 / 0.35);
}
.border-b-teal-300\/40 {
  border-bottom-color: rgb(126 220 226 / 0.4);
}
.border-b-teal-300\/45 {
  border-bottom-color: rgb(126 220 226 / 0.45);
}
.border-b-teal-300\/5 {
  border-bottom-color: rgb(126 220 226 / 0.05);
}
.border-b-teal-300\/50 {
  border-bottom-color: rgb(126 220 226 / 0.5);
}
.border-b-teal-300\/55 {
  border-bottom-color: rgb(126 220 226 / 0.55);
}
.border-b-teal-300\/60 {
  border-bottom-color: rgb(126 220 226 / 0.6);
}
.border-b-teal-300\/65 {
  border-bottom-color: rgb(126 220 226 / 0.65);
}
.border-b-teal-300\/70 {
  border-bottom-color: rgb(126 220 226 / 0.7);
}
.border-b-teal-300\/75 {
  border-bottom-color: rgb(126 220 226 / 0.75);
}
.border-b-teal-300\/80 {
  border-bottom-color: rgb(126 220 226 / 0.8);
}
.border-b-teal-300\/85 {
  border-bottom-color: rgb(126 220 226 / 0.85);
}
.border-b-teal-300\/90 {
  border-bottom-color: rgb(126 220 226 / 0.9);
}
.border-b-teal-300\/95 {
  border-bottom-color: rgb(126 220 226 / 0.95);
}
.border-b-teal-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(22 189 202 / var(--tw-border-opacity, 1));
}
.border-b-teal-400\/0 {
  border-bottom-color: rgb(22 189 202 / 0);
}
.border-b-teal-400\/10 {
  border-bottom-color: rgb(22 189 202 / 0.1);
}
.border-b-teal-400\/100 {
  border-bottom-color: rgb(22 189 202 / 1);
}
.border-b-teal-400\/15 {
  border-bottom-color: rgb(22 189 202 / 0.15);
}
.border-b-teal-400\/20 {
  border-bottom-color: rgb(22 189 202 / 0.2);
}
.border-b-teal-400\/25 {
  border-bottom-color: rgb(22 189 202 / 0.25);
}
.border-b-teal-400\/30 {
  border-bottom-color: rgb(22 189 202 / 0.3);
}
.border-b-teal-400\/35 {
  border-bottom-color: rgb(22 189 202 / 0.35);
}
.border-b-teal-400\/40 {
  border-bottom-color: rgb(22 189 202 / 0.4);
}
.border-b-teal-400\/45 {
  border-bottom-color: rgb(22 189 202 / 0.45);
}
.border-b-teal-400\/5 {
  border-bottom-color: rgb(22 189 202 / 0.05);
}
.border-b-teal-400\/50 {
  border-bottom-color: rgb(22 189 202 / 0.5);
}
.border-b-teal-400\/55 {
  border-bottom-color: rgb(22 189 202 / 0.55);
}
.border-b-teal-400\/60 {
  border-bottom-color: rgb(22 189 202 / 0.6);
}
.border-b-teal-400\/65 {
  border-bottom-color: rgb(22 189 202 / 0.65);
}
.border-b-teal-400\/70 {
  border-bottom-color: rgb(22 189 202 / 0.7);
}
.border-b-teal-400\/75 {
  border-bottom-color: rgb(22 189 202 / 0.75);
}
.border-b-teal-400\/80 {
  border-bottom-color: rgb(22 189 202 / 0.8);
}
.border-b-teal-400\/85 {
  border-bottom-color: rgb(22 189 202 / 0.85);
}
.border-b-teal-400\/90 {
  border-bottom-color: rgb(22 189 202 / 0.9);
}
.border-b-teal-400\/95 {
  border-bottom-color: rgb(22 189 202 / 0.95);
}
.border-b-teal-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(237 250 250 / var(--tw-border-opacity, 1));
}
.border-b-teal-50\/0 {
  border-bottom-color: rgb(237 250 250 / 0);
}
.border-b-teal-50\/10 {
  border-bottom-color: rgb(237 250 250 / 0.1);
}
.border-b-teal-50\/100 {
  border-bottom-color: rgb(237 250 250 / 1);
}
.border-b-teal-50\/15 {
  border-bottom-color: rgb(237 250 250 / 0.15);
}
.border-b-teal-50\/20 {
  border-bottom-color: rgb(237 250 250 / 0.2);
}
.border-b-teal-50\/25 {
  border-bottom-color: rgb(237 250 250 / 0.25);
}
.border-b-teal-50\/30 {
  border-bottom-color: rgb(237 250 250 / 0.3);
}
.border-b-teal-50\/35 {
  border-bottom-color: rgb(237 250 250 / 0.35);
}
.border-b-teal-50\/40 {
  border-bottom-color: rgb(237 250 250 / 0.4);
}
.border-b-teal-50\/45 {
  border-bottom-color: rgb(237 250 250 / 0.45);
}
.border-b-teal-50\/5 {
  border-bottom-color: rgb(237 250 250 / 0.05);
}
.border-b-teal-50\/50 {
  border-bottom-color: rgb(237 250 250 / 0.5);
}
.border-b-teal-50\/55 {
  border-bottom-color: rgb(237 250 250 / 0.55);
}
.border-b-teal-50\/60 {
  border-bottom-color: rgb(237 250 250 / 0.6);
}
.border-b-teal-50\/65 {
  border-bottom-color: rgb(237 250 250 / 0.65);
}
.border-b-teal-50\/70 {
  border-bottom-color: rgb(237 250 250 / 0.7);
}
.border-b-teal-50\/75 {
  border-bottom-color: rgb(237 250 250 / 0.75);
}
.border-b-teal-50\/80 {
  border-bottom-color: rgb(237 250 250 / 0.8);
}
.border-b-teal-50\/85 {
  border-bottom-color: rgb(237 250 250 / 0.85);
}
.border-b-teal-50\/90 {
  border-bottom-color: rgb(237 250 250 / 0.9);
}
.border-b-teal-50\/95 {
  border-bottom-color: rgb(237 250 250 / 0.95);
}
.border-b-teal-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(6 148 162 / var(--tw-border-opacity, 1));
}
.border-b-teal-500\/0 {
  border-bottom-color: rgb(6 148 162 / 0);
}
.border-b-teal-500\/10 {
  border-bottom-color: rgb(6 148 162 / 0.1);
}
.border-b-teal-500\/100 {
  border-bottom-color: rgb(6 148 162 / 1);
}
.border-b-teal-500\/15 {
  border-bottom-color: rgb(6 148 162 / 0.15);
}
.border-b-teal-500\/20 {
  border-bottom-color: rgb(6 148 162 / 0.2);
}
.border-b-teal-500\/25 {
  border-bottom-color: rgb(6 148 162 / 0.25);
}
.border-b-teal-500\/30 {
  border-bottom-color: rgb(6 148 162 / 0.3);
}
.border-b-teal-500\/35 {
  border-bottom-color: rgb(6 148 162 / 0.35);
}
.border-b-teal-500\/40 {
  border-bottom-color: rgb(6 148 162 / 0.4);
}
.border-b-teal-500\/45 {
  border-bottom-color: rgb(6 148 162 / 0.45);
}
.border-b-teal-500\/5 {
  border-bottom-color: rgb(6 148 162 / 0.05);
}
.border-b-teal-500\/50 {
  border-bottom-color: rgb(6 148 162 / 0.5);
}
.border-b-teal-500\/55 {
  border-bottom-color: rgb(6 148 162 / 0.55);
}
.border-b-teal-500\/60 {
  border-bottom-color: rgb(6 148 162 / 0.6);
}
.border-b-teal-500\/65 {
  border-bottom-color: rgb(6 148 162 / 0.65);
}
.border-b-teal-500\/70 {
  border-bottom-color: rgb(6 148 162 / 0.7);
}
.border-b-teal-500\/75 {
  border-bottom-color: rgb(6 148 162 / 0.75);
}
.border-b-teal-500\/80 {
  border-bottom-color: rgb(6 148 162 / 0.8);
}
.border-b-teal-500\/85 {
  border-bottom-color: rgb(6 148 162 / 0.85);
}
.border-b-teal-500\/90 {
  border-bottom-color: rgb(6 148 162 / 0.9);
}
.border-b-teal-500\/95 {
  border-bottom-color: rgb(6 148 162 / 0.95);
}
.border-b-teal-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(4 116 129 / var(--tw-border-opacity, 1));
}
.border-b-teal-600\/0 {
  border-bottom-color: rgb(4 116 129 / 0);
}
.border-b-teal-600\/10 {
  border-bottom-color: rgb(4 116 129 / 0.1);
}
.border-b-teal-600\/100 {
  border-bottom-color: rgb(4 116 129 / 1);
}
.border-b-teal-600\/15 {
  border-bottom-color: rgb(4 116 129 / 0.15);
}
.border-b-teal-600\/20 {
  border-bottom-color: rgb(4 116 129 / 0.2);
}
.border-b-teal-600\/25 {
  border-bottom-color: rgb(4 116 129 / 0.25);
}
.border-b-teal-600\/30 {
  border-bottom-color: rgb(4 116 129 / 0.3);
}
.border-b-teal-600\/35 {
  border-bottom-color: rgb(4 116 129 / 0.35);
}
.border-b-teal-600\/40 {
  border-bottom-color: rgb(4 116 129 / 0.4);
}
.border-b-teal-600\/45 {
  border-bottom-color: rgb(4 116 129 / 0.45);
}
.border-b-teal-600\/5 {
  border-bottom-color: rgb(4 116 129 / 0.05);
}
.border-b-teal-600\/50 {
  border-bottom-color: rgb(4 116 129 / 0.5);
}
.border-b-teal-600\/55 {
  border-bottom-color: rgb(4 116 129 / 0.55);
}
.border-b-teal-600\/60 {
  border-bottom-color: rgb(4 116 129 / 0.6);
}
.border-b-teal-600\/65 {
  border-bottom-color: rgb(4 116 129 / 0.65);
}
.border-b-teal-600\/70 {
  border-bottom-color: rgb(4 116 129 / 0.7);
}
.border-b-teal-600\/75 {
  border-bottom-color: rgb(4 116 129 / 0.75);
}
.border-b-teal-600\/80 {
  border-bottom-color: rgb(4 116 129 / 0.8);
}
.border-b-teal-600\/85 {
  border-bottom-color: rgb(4 116 129 / 0.85);
}
.border-b-teal-600\/90 {
  border-bottom-color: rgb(4 116 129 / 0.9);
}
.border-b-teal-600\/95 {
  border-bottom-color: rgb(4 116 129 / 0.95);
}
.border-b-teal-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(3 102 114 / var(--tw-border-opacity, 1));
}
.border-b-teal-700\/0 {
  border-bottom-color: rgb(3 102 114 / 0);
}
.border-b-teal-700\/10 {
  border-bottom-color: rgb(3 102 114 / 0.1);
}
.border-b-teal-700\/100 {
  border-bottom-color: rgb(3 102 114 / 1);
}
.border-b-teal-700\/15 {
  border-bottom-color: rgb(3 102 114 / 0.15);
}
.border-b-teal-700\/20 {
  border-bottom-color: rgb(3 102 114 / 0.2);
}
.border-b-teal-700\/25 {
  border-bottom-color: rgb(3 102 114 / 0.25);
}
.border-b-teal-700\/30 {
  border-bottom-color: rgb(3 102 114 / 0.3);
}
.border-b-teal-700\/35 {
  border-bottom-color: rgb(3 102 114 / 0.35);
}
.border-b-teal-700\/40 {
  border-bottom-color: rgb(3 102 114 / 0.4);
}
.border-b-teal-700\/45 {
  border-bottom-color: rgb(3 102 114 / 0.45);
}
.border-b-teal-700\/5 {
  border-bottom-color: rgb(3 102 114 / 0.05);
}
.border-b-teal-700\/50 {
  border-bottom-color: rgb(3 102 114 / 0.5);
}
.border-b-teal-700\/55 {
  border-bottom-color: rgb(3 102 114 / 0.55);
}
.border-b-teal-700\/60 {
  border-bottom-color: rgb(3 102 114 / 0.6);
}
.border-b-teal-700\/65 {
  border-bottom-color: rgb(3 102 114 / 0.65);
}
.border-b-teal-700\/70 {
  border-bottom-color: rgb(3 102 114 / 0.7);
}
.border-b-teal-700\/75 {
  border-bottom-color: rgb(3 102 114 / 0.75);
}
.border-b-teal-700\/80 {
  border-bottom-color: rgb(3 102 114 / 0.8);
}
.border-b-teal-700\/85 {
  border-bottom-color: rgb(3 102 114 / 0.85);
}
.border-b-teal-700\/90 {
  border-bottom-color: rgb(3 102 114 / 0.9);
}
.border-b-teal-700\/95 {
  border-bottom-color: rgb(3 102 114 / 0.95);
}
.border-b-teal-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(5 80 92 / var(--tw-border-opacity, 1));
}
.border-b-teal-800\/0 {
  border-bottom-color: rgb(5 80 92 / 0);
}
.border-b-teal-800\/10 {
  border-bottom-color: rgb(5 80 92 / 0.1);
}
.border-b-teal-800\/100 {
  border-bottom-color: rgb(5 80 92 / 1);
}
.border-b-teal-800\/15 {
  border-bottom-color: rgb(5 80 92 / 0.15);
}
.border-b-teal-800\/20 {
  border-bottom-color: rgb(5 80 92 / 0.2);
}
.border-b-teal-800\/25 {
  border-bottom-color: rgb(5 80 92 / 0.25);
}
.border-b-teal-800\/30 {
  border-bottom-color: rgb(5 80 92 / 0.3);
}
.border-b-teal-800\/35 {
  border-bottom-color: rgb(5 80 92 / 0.35);
}
.border-b-teal-800\/40 {
  border-bottom-color: rgb(5 80 92 / 0.4);
}
.border-b-teal-800\/45 {
  border-bottom-color: rgb(5 80 92 / 0.45);
}
.border-b-teal-800\/5 {
  border-bottom-color: rgb(5 80 92 / 0.05);
}
.border-b-teal-800\/50 {
  border-bottom-color: rgb(5 80 92 / 0.5);
}
.border-b-teal-800\/55 {
  border-bottom-color: rgb(5 80 92 / 0.55);
}
.border-b-teal-800\/60 {
  border-bottom-color: rgb(5 80 92 / 0.6);
}
.border-b-teal-800\/65 {
  border-bottom-color: rgb(5 80 92 / 0.65);
}
.border-b-teal-800\/70 {
  border-bottom-color: rgb(5 80 92 / 0.7);
}
.border-b-teal-800\/75 {
  border-bottom-color: rgb(5 80 92 / 0.75);
}
.border-b-teal-800\/80 {
  border-bottom-color: rgb(5 80 92 / 0.8);
}
.border-b-teal-800\/85 {
  border-bottom-color: rgb(5 80 92 / 0.85);
}
.border-b-teal-800\/90 {
  border-bottom-color: rgb(5 80 92 / 0.9);
}
.border-b-teal-800\/95 {
  border-bottom-color: rgb(5 80 92 / 0.95);
}
.border-b-teal-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(1 68 81 / var(--tw-border-opacity, 1));
}
.border-b-teal-900\/0 {
  border-bottom-color: rgb(1 68 81 / 0);
}
.border-b-teal-900\/10 {
  border-bottom-color: rgb(1 68 81 / 0.1);
}
.border-b-teal-900\/100 {
  border-bottom-color: rgb(1 68 81 / 1);
}
.border-b-teal-900\/15 {
  border-bottom-color: rgb(1 68 81 / 0.15);
}
.border-b-teal-900\/20 {
  border-bottom-color: rgb(1 68 81 / 0.2);
}
.border-b-teal-900\/25 {
  border-bottom-color: rgb(1 68 81 / 0.25);
}
.border-b-teal-900\/30 {
  border-bottom-color: rgb(1 68 81 / 0.3);
}
.border-b-teal-900\/35 {
  border-bottom-color: rgb(1 68 81 / 0.35);
}
.border-b-teal-900\/40 {
  border-bottom-color: rgb(1 68 81 / 0.4);
}
.border-b-teal-900\/45 {
  border-bottom-color: rgb(1 68 81 / 0.45);
}
.border-b-teal-900\/5 {
  border-bottom-color: rgb(1 68 81 / 0.05);
}
.border-b-teal-900\/50 {
  border-bottom-color: rgb(1 68 81 / 0.5);
}
.border-b-teal-900\/55 {
  border-bottom-color: rgb(1 68 81 / 0.55);
}
.border-b-teal-900\/60 {
  border-bottom-color: rgb(1 68 81 / 0.6);
}
.border-b-teal-900\/65 {
  border-bottom-color: rgb(1 68 81 / 0.65);
}
.border-b-teal-900\/70 {
  border-bottom-color: rgb(1 68 81 / 0.7);
}
.border-b-teal-900\/75 {
  border-bottom-color: rgb(1 68 81 / 0.75);
}
.border-b-teal-900\/80 {
  border-bottom-color: rgb(1 68 81 / 0.8);
}
.border-b-teal-900\/85 {
  border-bottom-color: rgb(1 68 81 / 0.85);
}
.border-b-teal-900\/90 {
  border-bottom-color: rgb(1 68 81 / 0.9);
}
.border-b-teal-900\/95 {
  border-bottom-color: rgb(1 68 81 / 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-white {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.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(253 246 178 / var(--tw-border-opacity, 1));
}
.border-b-yellow-100\/0 {
  border-bottom-color: rgb(253 246 178 / 0);
}
.border-b-yellow-100\/10 {
  border-bottom-color: rgb(253 246 178 / 0.1);
}
.border-b-yellow-100\/100 {
  border-bottom-color: rgb(253 246 178 / 1);
}
.border-b-yellow-100\/15 {
  border-bottom-color: rgb(253 246 178 / 0.15);
}
.border-b-yellow-100\/20 {
  border-bottom-color: rgb(253 246 178 / 0.2);
}
.border-b-yellow-100\/25 {
  border-bottom-color: rgb(253 246 178 / 0.25);
}
.border-b-yellow-100\/30 {
  border-bottom-color: rgb(253 246 178 / 0.3);
}
.border-b-yellow-100\/35 {
  border-bottom-color: rgb(253 246 178 / 0.35);
}
.border-b-yellow-100\/40 {
  border-bottom-color: rgb(253 246 178 / 0.4);
}
.border-b-yellow-100\/45 {
  border-bottom-color: rgb(253 246 178 / 0.45);
}
.border-b-yellow-100\/5 {
  border-bottom-color: rgb(253 246 178 / 0.05);
}
.border-b-yellow-100\/50 {
  border-bottom-color: rgb(253 246 178 / 0.5);
}
.border-b-yellow-100\/55 {
  border-bottom-color: rgb(253 246 178 / 0.55);
}
.border-b-yellow-100\/60 {
  border-bottom-color: rgb(253 246 178 / 0.6);
}
.border-b-yellow-100\/65 {
  border-bottom-color: rgb(253 246 178 / 0.65);
}
.border-b-yellow-100\/70 {
  border-bottom-color: rgb(253 246 178 / 0.7);
}
.border-b-yellow-100\/75 {
  border-bottom-color: rgb(253 246 178 / 0.75);
}
.border-b-yellow-100\/80 {
  border-bottom-color: rgb(253 246 178 / 0.8);
}
.border-b-yellow-100\/85 {
  border-bottom-color: rgb(253 246 178 / 0.85);
}
.border-b-yellow-100\/90 {
  border-bottom-color: rgb(253 246 178 / 0.9);
}
.border-b-yellow-100\/95 {
  border-bottom-color: rgb(253 246 178 / 0.95);
}
.border-b-yellow-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(252 233 106 / var(--tw-border-opacity, 1));
}
.border-b-yellow-200\/0 {
  border-bottom-color: rgb(252 233 106 / 0);
}
.border-b-yellow-200\/10 {
  border-bottom-color: rgb(252 233 106 / 0.1);
}
.border-b-yellow-200\/100 {
  border-bottom-color: rgb(252 233 106 / 1);
}
.border-b-yellow-200\/15 {
  border-bottom-color: rgb(252 233 106 / 0.15);
}
.border-b-yellow-200\/20 {
  border-bottom-color: rgb(252 233 106 / 0.2);
}
.border-b-yellow-200\/25 {
  border-bottom-color: rgb(252 233 106 / 0.25);
}
.border-b-yellow-200\/30 {
  border-bottom-color: rgb(252 233 106 / 0.3);
}
.border-b-yellow-200\/35 {
  border-bottom-color: rgb(252 233 106 / 0.35);
}
.border-b-yellow-200\/40 {
  border-bottom-color: rgb(252 233 106 / 0.4);
}
.border-b-yellow-200\/45 {
  border-bottom-color: rgb(252 233 106 / 0.45);
}
.border-b-yellow-200\/5 {
  border-bottom-color: rgb(252 233 106 / 0.05);
}
.border-b-yellow-200\/50 {
  border-bottom-color: rgb(252 233 106 / 0.5);
}
.border-b-yellow-200\/55 {
  border-bottom-color: rgb(252 233 106 / 0.55);
}
.border-b-yellow-200\/60 {
  border-bottom-color: rgb(252 233 106 / 0.6);
}
.border-b-yellow-200\/65 {
  border-bottom-color: rgb(252 233 106 / 0.65);
}
.border-b-yellow-200\/70 {
  border-bottom-color: rgb(252 233 106 / 0.7);
}
.border-b-yellow-200\/75 {
  border-bottom-color: rgb(252 233 106 / 0.75);
}
.border-b-yellow-200\/80 {
  border-bottom-color: rgb(252 233 106 / 0.8);
}
.border-b-yellow-200\/85 {
  border-bottom-color: rgb(252 233 106 / 0.85);
}
.border-b-yellow-200\/90 {
  border-bottom-color: rgb(252 233 106 / 0.9);
}
.border-b-yellow-200\/95 {
  border-bottom-color: rgb(252 233 106 / 0.95);
}
.border-b-yellow-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 202 21 / var(--tw-border-opacity, 1));
}
.border-b-yellow-300\/0 {
  border-bottom-color: rgb(250 202 21 / 0);
}
.border-b-yellow-300\/10 {
  border-bottom-color: rgb(250 202 21 / 0.1);
}
.border-b-yellow-300\/100 {
  border-bottom-color: rgb(250 202 21 / 1);
}
.border-b-yellow-300\/15 {
  border-bottom-color: rgb(250 202 21 / 0.15);
}
.border-b-yellow-300\/20 {
  border-bottom-color: rgb(250 202 21 / 0.2);
}
.border-b-yellow-300\/25 {
  border-bottom-color: rgb(250 202 21 / 0.25);
}
.border-b-yellow-300\/30 {
  border-bottom-color: rgb(250 202 21 / 0.3);
}
.border-b-yellow-300\/35 {
  border-bottom-color: rgb(250 202 21 / 0.35);
}
.border-b-yellow-300\/40 {
  border-bottom-color: rgb(250 202 21 / 0.4);
}
.border-b-yellow-300\/45 {
  border-bottom-color: rgb(250 202 21 / 0.45);
}
.border-b-yellow-300\/5 {
  border-bottom-color: rgb(250 202 21 / 0.05);
}
.border-b-yellow-300\/50 {
  border-bottom-color: rgb(250 202 21 / 0.5);
}
.border-b-yellow-300\/55 {
  border-bottom-color: rgb(250 202 21 / 0.55);
}
.border-b-yellow-300\/60 {
  border-bottom-color: rgb(250 202 21 / 0.6);
}
.border-b-yellow-300\/65 {
  border-bottom-color: rgb(250 202 21 / 0.65);
}
.border-b-yellow-300\/70 {
  border-bottom-color: rgb(250 202 21 / 0.7);
}
.border-b-yellow-300\/75 {
  border-bottom-color: rgb(250 202 21 / 0.75);
}
.border-b-yellow-300\/80 {
  border-bottom-color: rgb(250 202 21 / 0.8);
}
.border-b-yellow-300\/85 {
  border-bottom-color: rgb(250 202 21 / 0.85);
}
.border-b-yellow-300\/90 {
  border-bottom-color: rgb(250 202 21 / 0.9);
}
.border-b-yellow-300\/95 {
  border-bottom-color: rgb(250 202 21 / 0.95);
}
.border-b-yellow-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(227 160 8 / var(--tw-border-opacity, 1));
}
.border-b-yellow-400\/0 {
  border-bottom-color: rgb(227 160 8 / 0);
}
.border-b-yellow-400\/10 {
  border-bottom-color: rgb(227 160 8 / 0.1);
}
.border-b-yellow-400\/100 {
  border-bottom-color: rgb(227 160 8 / 1);
}
.border-b-yellow-400\/15 {
  border-bottom-color: rgb(227 160 8 / 0.15);
}
.border-b-yellow-400\/20 {
  border-bottom-color: rgb(227 160 8 / 0.2);
}
.border-b-yellow-400\/25 {
  border-bottom-color: rgb(227 160 8 / 0.25);
}
.border-b-yellow-400\/30 {
  border-bottom-color: rgb(227 160 8 / 0.3);
}
.border-b-yellow-400\/35 {
  border-bottom-color: rgb(227 160 8 / 0.35);
}
.border-b-yellow-400\/40 {
  border-bottom-color: rgb(227 160 8 / 0.4);
}
.border-b-yellow-400\/45 {
  border-bottom-color: rgb(227 160 8 / 0.45);
}
.border-b-yellow-400\/5 {
  border-bottom-color: rgb(227 160 8 / 0.05);
}
.border-b-yellow-400\/50 {
  border-bottom-color: rgb(227 160 8 / 0.5);
}
.border-b-yellow-400\/55 {
  border-bottom-color: rgb(227 160 8 / 0.55);
}
.border-b-yellow-400\/60 {
  border-bottom-color: rgb(227 160 8 / 0.6);
}
.border-b-yellow-400\/65 {
  border-bottom-color: rgb(227 160 8 / 0.65);
}
.border-b-yellow-400\/70 {
  border-bottom-color: rgb(227 160 8 / 0.7);
}
.border-b-yellow-400\/75 {
  border-bottom-color: rgb(227 160 8 / 0.75);
}
.border-b-yellow-400\/80 {
  border-bottom-color: rgb(227 160 8 / 0.8);
}
.border-b-yellow-400\/85 {
  border-bottom-color: rgb(227 160 8 / 0.85);
}
.border-b-yellow-400\/90 {
  border-bottom-color: rgb(227 160 8 / 0.9);
}
.border-b-yellow-400\/95 {
  border-bottom-color: rgb(227 160 8 / 0.95);
}
.border-b-yellow-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 253 234 / var(--tw-border-opacity, 1));
}
.border-b-yellow-50\/0 {
  border-bottom-color: rgb(253 253 234 / 0);
}
.border-b-yellow-50\/10 {
  border-bottom-color: rgb(253 253 234 / 0.1);
}
.border-b-yellow-50\/100 {
  border-bottom-color: rgb(253 253 234 / 1);
}
.border-b-yellow-50\/15 {
  border-bottom-color: rgb(253 253 234 / 0.15);
}
.border-b-yellow-50\/20 {
  border-bottom-color: rgb(253 253 234 / 0.2);
}
.border-b-yellow-50\/25 {
  border-bottom-color: rgb(253 253 234 / 0.25);
}
.border-b-yellow-50\/30 {
  border-bottom-color: rgb(253 253 234 / 0.3);
}
.border-b-yellow-50\/35 {
  border-bottom-color: rgb(253 253 234 / 0.35);
}
.border-b-yellow-50\/40 {
  border-bottom-color: rgb(253 253 234 / 0.4);
}
.border-b-yellow-50\/45 {
  border-bottom-color: rgb(253 253 234 / 0.45);
}
.border-b-yellow-50\/5 {
  border-bottom-color: rgb(253 253 234 / 0.05);
}
.border-b-yellow-50\/50 {
  border-bottom-color: rgb(253 253 234 / 0.5);
}
.border-b-yellow-50\/55 {
  border-bottom-color: rgb(253 253 234 / 0.55);
}
.border-b-yellow-50\/60 {
  border-bottom-color: rgb(253 253 234 / 0.6);
}
.border-b-yellow-50\/65 {
  border-bottom-color: rgb(253 253 234 / 0.65);
}
.border-b-yellow-50\/70 {
  border-bottom-color: rgb(253 253 234 / 0.7);
}
.border-b-yellow-50\/75 {
  border-bottom-color: rgb(253 253 234 / 0.75);
}
.border-b-yellow-50\/80 {
  border-bottom-color: rgb(253 253 234 / 0.8);
}
.border-b-yellow-50\/85 {
  border-bottom-color: rgb(253 253 234 / 0.85);
}
.border-b-yellow-50\/90 {
  border-bottom-color: rgb(253 253 234 / 0.9);
}
.border-b-yellow-50\/95 {
  border-bottom-color: rgb(253 253 234 / 0.95);
}
.border-b-yellow-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(194 120 3 / var(--tw-border-opacity, 1));
}
.border-b-yellow-500\/0 {
  border-bottom-color: rgb(194 120 3 / 0);
}
.border-b-yellow-500\/10 {
  border-bottom-color: rgb(194 120 3 / 0.1);
}
.border-b-yellow-500\/100 {
  border-bottom-color: rgb(194 120 3 / 1);
}
.border-b-yellow-500\/15 {
  border-bottom-color: rgb(194 120 3 / 0.15);
}
.border-b-yellow-500\/20 {
  border-bottom-color: rgb(194 120 3 / 0.2);
}
.border-b-yellow-500\/25 {
  border-bottom-color: rgb(194 120 3 / 0.25);
}
.border-b-yellow-500\/30 {
  border-bottom-color: rgb(194 120 3 / 0.3);
}
.border-b-yellow-500\/35 {
  border-bottom-color: rgb(194 120 3 / 0.35);
}
.border-b-yellow-500\/40 {
  border-bottom-color: rgb(194 120 3 / 0.4);
}
.border-b-yellow-500\/45 {
  border-bottom-color: rgb(194 120 3 / 0.45);
}
.border-b-yellow-500\/5 {
  border-bottom-color: rgb(194 120 3 / 0.05);
}
.border-b-yellow-500\/50 {
  border-bottom-color: rgb(194 120 3 / 0.5);
}
.border-b-yellow-500\/55 {
  border-bottom-color: rgb(194 120 3 / 0.55);
}
.border-b-yellow-500\/60 {
  border-bottom-color: rgb(194 120 3 / 0.6);
}
.border-b-yellow-500\/65 {
  border-bottom-color: rgb(194 120 3 / 0.65);
}
.border-b-yellow-500\/70 {
  border-bottom-color: rgb(194 120 3 / 0.7);
}
.border-b-yellow-500\/75 {
  border-bottom-color: rgb(194 120 3 / 0.75);
}
.border-b-yellow-500\/80 {
  border-bottom-color: rgb(194 120 3 / 0.8);
}
.border-b-yellow-500\/85 {
  border-bottom-color: rgb(194 120 3 / 0.85);
}
.border-b-yellow-500\/90 {
  border-bottom-color: rgb(194 120 3 / 0.9);
}
.border-b-yellow-500\/95 {
  border-bottom-color: rgb(194 120 3 / 0.95);
}
.border-b-yellow-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(159 88 10 / var(--tw-border-opacity, 1));
}
.border-b-yellow-600\/0 {
  border-bottom-color: rgb(159 88 10 / 0);
}
.border-b-yellow-600\/10 {
  border-bottom-color: rgb(159 88 10 / 0.1);
}
.border-b-yellow-600\/100 {
  border-bottom-color: rgb(159 88 10 / 1);
}
.border-b-yellow-600\/15 {
  border-bottom-color: rgb(159 88 10 / 0.15);
}
.border-b-yellow-600\/20 {
  border-bottom-color: rgb(159 88 10 / 0.2);
}
.border-b-yellow-600\/25 {
  border-bottom-color: rgb(159 88 10 / 0.25);
}
.border-b-yellow-600\/30 {
  border-bottom-color: rgb(159 88 10 / 0.3);
}
.border-b-yellow-600\/35 {
  border-bottom-color: rgb(159 88 10 / 0.35);
}
.border-b-yellow-600\/40 {
  border-bottom-color: rgb(159 88 10 / 0.4);
}
.border-b-yellow-600\/45 {
  border-bottom-color: rgb(159 88 10 / 0.45);
}
.border-b-yellow-600\/5 {
  border-bottom-color: rgb(159 88 10 / 0.05);
}
.border-b-yellow-600\/50 {
  border-bottom-color: rgb(159 88 10 / 0.5);
}
.border-b-yellow-600\/55 {
  border-bottom-color: rgb(159 88 10 / 0.55);
}
.border-b-yellow-600\/60 {
  border-bottom-color: rgb(159 88 10 / 0.6);
}
.border-b-yellow-600\/65 {
  border-bottom-color: rgb(159 88 10 / 0.65);
}
.border-b-yellow-600\/70 {
  border-bottom-color: rgb(159 88 10 / 0.7);
}
.border-b-yellow-600\/75 {
  border-bottom-color: rgb(159 88 10 / 0.75);
}
.border-b-yellow-600\/80 {
  border-bottom-color: rgb(159 88 10 / 0.8);
}
.border-b-yellow-600\/85 {
  border-bottom-color: rgb(159 88 10 / 0.85);
}
.border-b-yellow-600\/90 {
  border-bottom-color: rgb(159 88 10 / 0.9);
}
.border-b-yellow-600\/95 {
  border-bottom-color: rgb(159 88 10 / 0.95);
}
.border-b-yellow-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(142 75 16 / var(--tw-border-opacity, 1));
}
.border-b-yellow-700\/0 {
  border-bottom-color: rgb(142 75 16 / 0);
}
.border-b-yellow-700\/10 {
  border-bottom-color: rgb(142 75 16 / 0.1);
}
.border-b-yellow-700\/100 {
  border-bottom-color: rgb(142 75 16 / 1);
}
.border-b-yellow-700\/15 {
  border-bottom-color: rgb(142 75 16 / 0.15);
}
.border-b-yellow-700\/20 {
  border-bottom-color: rgb(142 75 16 / 0.2);
}
.border-b-yellow-700\/25 {
  border-bottom-color: rgb(142 75 16 / 0.25);
}
.border-b-yellow-700\/30 {
  border-bottom-color: rgb(142 75 16 / 0.3);
}
.border-b-yellow-700\/35 {
  border-bottom-color: rgb(142 75 16 / 0.35);
}
.border-b-yellow-700\/40 {
  border-bottom-color: rgb(142 75 16 / 0.4);
}
.border-b-yellow-700\/45 {
  border-bottom-color: rgb(142 75 16 / 0.45);
}
.border-b-yellow-700\/5 {
  border-bottom-color: rgb(142 75 16 / 0.05);
}
.border-b-yellow-700\/50 {
  border-bottom-color: rgb(142 75 16 / 0.5);
}
.border-b-yellow-700\/55 {
  border-bottom-color: rgb(142 75 16 / 0.55);
}
.border-b-yellow-700\/60 {
  border-bottom-color: rgb(142 75 16 / 0.6);
}
.border-b-yellow-700\/65 {
  border-bottom-color: rgb(142 75 16 / 0.65);
}
.border-b-yellow-700\/70 {
  border-bottom-color: rgb(142 75 16 / 0.7);
}
.border-b-yellow-700\/75 {
  border-bottom-color: rgb(142 75 16 / 0.75);
}
.border-b-yellow-700\/80 {
  border-bottom-color: rgb(142 75 16 / 0.8);
}
.border-b-yellow-700\/85 {
  border-bottom-color: rgb(142 75 16 / 0.85);
}
.border-b-yellow-700\/90 {
  border-bottom-color: rgb(142 75 16 / 0.9);
}
.border-b-yellow-700\/95 {
  border-bottom-color: rgb(142 75 16 / 0.95);
}
.border-b-yellow-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(114 59 19 / var(--tw-border-opacity, 1));
}
.border-b-yellow-800\/0 {
  border-bottom-color: rgb(114 59 19 / 0);
}
.border-b-yellow-800\/10 {
  border-bottom-color: rgb(114 59 19 / 0.1);
}
.border-b-yellow-800\/100 {
  border-bottom-color: rgb(114 59 19 / 1);
}
.border-b-yellow-800\/15 {
  border-bottom-color: rgb(114 59 19 / 0.15);
}
.border-b-yellow-800\/20 {
  border-bottom-color: rgb(114 59 19 / 0.2);
}
.border-b-yellow-800\/25 {
  border-bottom-color: rgb(114 59 19 / 0.25);
}
.border-b-yellow-800\/30 {
  border-bottom-color: rgb(114 59 19 / 0.3);
}
.border-b-yellow-800\/35 {
  border-bottom-color: rgb(114 59 19 / 0.35);
}
.border-b-yellow-800\/40 {
  border-bottom-color: rgb(114 59 19 / 0.4);
}
.border-b-yellow-800\/45 {
  border-bottom-color: rgb(114 59 19 / 0.45);
}
.border-b-yellow-800\/5 {
  border-bottom-color: rgb(114 59 19 / 0.05);
}
.border-b-yellow-800\/50 {
  border-bottom-color: rgb(114 59 19 / 0.5);
}
.border-b-yellow-800\/55 {
  border-bottom-color: rgb(114 59 19 / 0.55);
}
.border-b-yellow-800\/60 {
  border-bottom-color: rgb(114 59 19 / 0.6);
}
.border-b-yellow-800\/65 {
  border-bottom-color: rgb(114 59 19 / 0.65);
}
.border-b-yellow-800\/70 {
  border-bottom-color: rgb(114 59 19 / 0.7);
}
.border-b-yellow-800\/75 {
  border-bottom-color: rgb(114 59 19 / 0.75);
}
.border-b-yellow-800\/80 {
  border-bottom-color: rgb(114 59 19 / 0.8);
}
.border-b-yellow-800\/85 {
  border-bottom-color: rgb(114 59 19 / 0.85);
}
.border-b-yellow-800\/90 {
  border-bottom-color: rgb(114 59 19 / 0.9);
}
.border-b-yellow-800\/95 {
  border-bottom-color: rgb(114 59 19 / 0.95);
}
.border-b-yellow-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(99 49 18 / var(--tw-border-opacity, 1));
}
.border-b-yellow-900\/0 {
  border-bottom-color: rgb(99 49 18 / 0);
}
.border-b-yellow-900\/10 {
  border-bottom-color: rgb(99 49 18 / 0.1);
}
.border-b-yellow-900\/100 {
  border-bottom-color: rgb(99 49 18 / 1);
}
.border-b-yellow-900\/15 {
  border-bottom-color: rgb(99 49 18 / 0.15);
}
.border-b-yellow-900\/20 {
  border-bottom-color: rgb(99 49 18 / 0.2);
}
.border-b-yellow-900\/25 {
  border-bottom-color: rgb(99 49 18 / 0.25);
}
.border-b-yellow-900\/30 {
  border-bottom-color: rgb(99 49 18 / 0.3);
}
.border-b-yellow-900\/35 {
  border-bottom-color: rgb(99 49 18 / 0.35);
}
.border-b-yellow-900\/40 {
  border-bottom-color: rgb(99 49 18 / 0.4);
}
.border-b-yellow-900\/45 {
  border-bottom-color: rgb(99 49 18 / 0.45);
}
.border-b-yellow-900\/5 {
  border-bottom-color: rgb(99 49 18 / 0.05);
}
.border-b-yellow-900\/50 {
  border-bottom-color: rgb(99 49 18 / 0.5);
}
.border-b-yellow-900\/55 {
  border-bottom-color: rgb(99 49 18 / 0.55);
}
.border-b-yellow-900\/60 {
  border-bottom-color: rgb(99 49 18 / 0.6);
}
.border-b-yellow-900\/65 {
  border-bottom-color: rgb(99 49 18 / 0.65);
}
.border-b-yellow-900\/70 {
  border-bottom-color: rgb(99 49 18 / 0.7);
}
.border-b-yellow-900\/75 {
  border-bottom-color: rgb(99 49 18 / 0.75);
}
.border-b-yellow-900\/80 {
  border-bottom-color: rgb(99 49 18 / 0.8);
}
.border-b-yellow-900\/85 {
  border-bottom-color: rgb(99 49 18 / 0.85);
}
.border-b-yellow-900\/90 {
  border-bottom-color: rgb(99 49 18 / 0.9);
}
.border-b-yellow-900\/95 {
  border-bottom-color: rgb(99 49 18 / 0.95);
}
.border-e-black {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.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(225 239 254 / var(--tw-border-opacity, 1));
}
.border-e-blue-100\/0 {
  border-inline-end-color: rgb(225 239 254 / 0);
}
.border-e-blue-100\/10 {
  border-inline-end-color: rgb(225 239 254 / 0.1);
}
.border-e-blue-100\/100 {
  border-inline-end-color: rgb(225 239 254 / 1);
}
.border-e-blue-100\/15 {
  border-inline-end-color: rgb(225 239 254 / 0.15);
}
.border-e-blue-100\/20 {
  border-inline-end-color: rgb(225 239 254 / 0.2);
}
.border-e-blue-100\/25 {
  border-inline-end-color: rgb(225 239 254 / 0.25);
}
.border-e-blue-100\/30 {
  border-inline-end-color: rgb(225 239 254 / 0.3);
}
.border-e-blue-100\/35 {
  border-inline-end-color: rgb(225 239 254 / 0.35);
}
.border-e-blue-100\/40 {
  border-inline-end-color: rgb(225 239 254 / 0.4);
}
.border-e-blue-100\/45 {
  border-inline-end-color: rgb(225 239 254 / 0.45);
}
.border-e-blue-100\/5 {
  border-inline-end-color: rgb(225 239 254 / 0.05);
}
.border-e-blue-100\/50 {
  border-inline-end-color: rgb(225 239 254 / 0.5);
}
.border-e-blue-100\/55 {
  border-inline-end-color: rgb(225 239 254 / 0.55);
}
.border-e-blue-100\/60 {
  border-inline-end-color: rgb(225 239 254 / 0.6);
}
.border-e-blue-100\/65 {
  border-inline-end-color: rgb(225 239 254 / 0.65);
}
.border-e-blue-100\/70 {
  border-inline-end-color: rgb(225 239 254 / 0.7);
}
.border-e-blue-100\/75 {
  border-inline-end-color: rgb(225 239 254 / 0.75);
}
.border-e-blue-100\/80 {
  border-inline-end-color: rgb(225 239 254 / 0.8);
}
.border-e-blue-100\/85 {
  border-inline-end-color: rgb(225 239 254 / 0.85);
}
.border-e-blue-100\/90 {
  border-inline-end-color: rgb(225 239 254 / 0.9);
}
.border-e-blue-100\/95 {
  border-inline-end-color: rgb(225 239 254 / 0.95);
}
.border-e-blue-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(195 221 253 / var(--tw-border-opacity, 1));
}
.border-e-blue-200\/0 {
  border-inline-end-color: rgb(195 221 253 / 0);
}
.border-e-blue-200\/10 {
  border-inline-end-color: rgb(195 221 253 / 0.1);
}
.border-e-blue-200\/100 {
  border-inline-end-color: rgb(195 221 253 / 1);
}
.border-e-blue-200\/15 {
  border-inline-end-color: rgb(195 221 253 / 0.15);
}
.border-e-blue-200\/20 {
  border-inline-end-color: rgb(195 221 253 / 0.2);
}
.border-e-blue-200\/25 {
  border-inline-end-color: rgb(195 221 253 / 0.25);
}
.border-e-blue-200\/30 {
  border-inline-end-color: rgb(195 221 253 / 0.3);
}
.border-e-blue-200\/35 {
  border-inline-end-color: rgb(195 221 253 / 0.35);
}
.border-e-blue-200\/40 {
  border-inline-end-color: rgb(195 221 253 / 0.4);
}
.border-e-blue-200\/45 {
  border-inline-end-color: rgb(195 221 253 / 0.45);
}
.border-e-blue-200\/5 {
  border-inline-end-color: rgb(195 221 253 / 0.05);
}
.border-e-blue-200\/50 {
  border-inline-end-color: rgb(195 221 253 / 0.5);
}
.border-e-blue-200\/55 {
  border-inline-end-color: rgb(195 221 253 / 0.55);
}
.border-e-blue-200\/60 {
  border-inline-end-color: rgb(195 221 253 / 0.6);
}
.border-e-blue-200\/65 {
  border-inline-end-color: rgb(195 221 253 / 0.65);
}
.border-e-blue-200\/70 {
  border-inline-end-color: rgb(195 221 253 / 0.7);
}
.border-e-blue-200\/75 {
  border-inline-end-color: rgb(195 221 253 / 0.75);
}
.border-e-blue-200\/80 {
  border-inline-end-color: rgb(195 221 253 / 0.8);
}
.border-e-blue-200\/85 {
  border-inline-end-color: rgb(195 221 253 / 0.85);
}
.border-e-blue-200\/90 {
  border-inline-end-color: rgb(195 221 253 / 0.9);
}
.border-e-blue-200\/95 {
  border-inline-end-color: rgb(195 221 253 / 0.95);
}
.border-e-blue-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(164 202 254 / var(--tw-border-opacity, 1));
}
.border-e-blue-300\/0 {
  border-inline-end-color: rgb(164 202 254 / 0);
}
.border-e-blue-300\/10 {
  border-inline-end-color: rgb(164 202 254 / 0.1);
}
.border-e-blue-300\/100 {
  border-inline-end-color: rgb(164 202 254 / 1);
}
.border-e-blue-300\/15 {
  border-inline-end-color: rgb(164 202 254 / 0.15);
}
.border-e-blue-300\/20 {
  border-inline-end-color: rgb(164 202 254 / 0.2);
}
.border-e-blue-300\/25 {
  border-inline-end-color: rgb(164 202 254 / 0.25);
}
.border-e-blue-300\/30 {
  border-inline-end-color: rgb(164 202 254 / 0.3);
}
.border-e-blue-300\/35 {
  border-inline-end-color: rgb(164 202 254 / 0.35);
}
.border-e-blue-300\/40 {
  border-inline-end-color: rgb(164 202 254 / 0.4);
}
.border-e-blue-300\/45 {
  border-inline-end-color: rgb(164 202 254 / 0.45);
}
.border-e-blue-300\/5 {
  border-inline-end-color: rgb(164 202 254 / 0.05);
}
.border-e-blue-300\/50 {
  border-inline-end-color: rgb(164 202 254 / 0.5);
}
.border-e-blue-300\/55 {
  border-inline-end-color: rgb(164 202 254 / 0.55);
}
.border-e-blue-300\/60 {
  border-inline-end-color: rgb(164 202 254 / 0.6);
}
.border-e-blue-300\/65 {
  border-inline-end-color: rgb(164 202 254 / 0.65);
}
.border-e-blue-300\/70 {
  border-inline-end-color: rgb(164 202 254 / 0.7);
}
.border-e-blue-300\/75 {
  border-inline-end-color: rgb(164 202 254 / 0.75);
}
.border-e-blue-300\/80 {
  border-inline-end-color: rgb(164 202 254 / 0.8);
}
.border-e-blue-300\/85 {
  border-inline-end-color: rgb(164 202 254 / 0.85);
}
.border-e-blue-300\/90 {
  border-inline-end-color: rgb(164 202 254 / 0.9);
}
.border-e-blue-300\/95 {
  border-inline-end-color: rgb(164 202 254 / 0.95);
}
.border-e-blue-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(118 169 250 / var(--tw-border-opacity, 1));
}
.border-e-blue-400\/0 {
  border-inline-end-color: rgb(118 169 250 / 0);
}
.border-e-blue-400\/10 {
  border-inline-end-color: rgb(118 169 250 / 0.1);
}
.border-e-blue-400\/100 {
  border-inline-end-color: rgb(118 169 250 / 1);
}
.border-e-blue-400\/15 {
  border-inline-end-color: rgb(118 169 250 / 0.15);
}
.border-e-blue-400\/20 {
  border-inline-end-color: rgb(118 169 250 / 0.2);
}
.border-e-blue-400\/25 {
  border-inline-end-color: rgb(118 169 250 / 0.25);
}
.border-e-blue-400\/30 {
  border-inline-end-color: rgb(118 169 250 / 0.3);
}
.border-e-blue-400\/35 {
  border-inline-end-color: rgb(118 169 250 / 0.35);
}
.border-e-blue-400\/40 {
  border-inline-end-color: rgb(118 169 250 / 0.4);
}
.border-e-blue-400\/45 {
  border-inline-end-color: rgb(118 169 250 / 0.45);
}
.border-e-blue-400\/5 {
  border-inline-end-color: rgb(118 169 250 / 0.05);
}
.border-e-blue-400\/50 {
  border-inline-end-color: rgb(118 169 250 / 0.5);
}
.border-e-blue-400\/55 {
  border-inline-end-color: rgb(118 169 250 / 0.55);
}
.border-e-blue-400\/60 {
  border-inline-end-color: rgb(118 169 250 / 0.6);
}
.border-e-blue-400\/65 {
  border-inline-end-color: rgb(118 169 250 / 0.65);
}
.border-e-blue-400\/70 {
  border-inline-end-color: rgb(118 169 250 / 0.7);
}
.border-e-blue-400\/75 {
  border-inline-end-color: rgb(118 169 250 / 0.75);
}
.border-e-blue-400\/80 {
  border-inline-end-color: rgb(118 169 250 / 0.8);
}
.border-e-blue-400\/85 {
  border-inline-end-color: rgb(118 169 250 / 0.85);
}
.border-e-blue-400\/90 {
  border-inline-end-color: rgb(118 169 250 / 0.9);
}
.border-e-blue-400\/95 {
  border-inline-end-color: rgb(118 169 250 / 0.95);
}
.border-e-blue-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(235 245 255 / var(--tw-border-opacity, 1));
}
.border-e-blue-50\/0 {
  border-inline-end-color: rgb(235 245 255 / 0);
}
.border-e-blue-50\/10 {
  border-inline-end-color: rgb(235 245 255 / 0.1);
}
.border-e-blue-50\/100 {
  border-inline-end-color: rgb(235 245 255 / 1);
}
.border-e-blue-50\/15 {
  border-inline-end-color: rgb(235 245 255 / 0.15);
}
.border-e-blue-50\/20 {
  border-inline-end-color: rgb(235 245 255 / 0.2);
}
.border-e-blue-50\/25 {
  border-inline-end-color: rgb(235 245 255 / 0.25);
}
.border-e-blue-50\/30 {
  border-inline-end-color: rgb(235 245 255 / 0.3);
}
.border-e-blue-50\/35 {
  border-inline-end-color: rgb(235 245 255 / 0.35);
}
.border-e-blue-50\/40 {
  border-inline-end-color: rgb(235 245 255 / 0.4);
}
.border-e-blue-50\/45 {
  border-inline-end-color: rgb(235 245 255 / 0.45);
}
.border-e-blue-50\/5 {
  border-inline-end-color: rgb(235 245 255 / 0.05);
}
.border-e-blue-50\/50 {
  border-inline-end-color: rgb(235 245 255 / 0.5);
}
.border-e-blue-50\/55 {
  border-inline-end-color: rgb(235 245 255 / 0.55);
}
.border-e-blue-50\/60 {
  border-inline-end-color: rgb(235 245 255 / 0.6);
}
.border-e-blue-50\/65 {
  border-inline-end-color: rgb(235 245 255 / 0.65);
}
.border-e-blue-50\/70 {
  border-inline-end-color: rgb(235 245 255 / 0.7);
}
.border-e-blue-50\/75 {
  border-inline-end-color: rgb(235 245 255 / 0.75);
}
.border-e-blue-50\/80 {
  border-inline-end-color: rgb(235 245 255 / 0.8);
}
.border-e-blue-50\/85 {
  border-inline-end-color: rgb(235 245 255 / 0.85);
}
.border-e-blue-50\/90 {
  border-inline-end-color: rgb(235 245 255 / 0.9);
}
.border-e-blue-50\/95 {
  border-inline-end-color: rgb(235 245 255 / 0.95);
}
.border-e-blue-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(63 131 248 / var(--tw-border-opacity, 1));
}
.border-e-blue-500\/0 {
  border-inline-end-color: rgb(63 131 248 / 0);
}
.border-e-blue-500\/10 {
  border-inline-end-color: rgb(63 131 248 / 0.1);
}
.border-e-blue-500\/100 {
  border-inline-end-color: rgb(63 131 248 / 1);
}
.border-e-blue-500\/15 {
  border-inline-end-color: rgb(63 131 248 / 0.15);
}
.border-e-blue-500\/20 {
  border-inline-end-color: rgb(63 131 248 / 0.2);
}
.border-e-blue-500\/25 {
  border-inline-end-color: rgb(63 131 248 / 0.25);
}
.border-e-blue-500\/30 {
  border-inline-end-color: rgb(63 131 248 / 0.3);
}
.border-e-blue-500\/35 {
  border-inline-end-color: rgb(63 131 248 / 0.35);
}
.border-e-blue-500\/40 {
  border-inline-end-color: rgb(63 131 248 / 0.4);
}
.border-e-blue-500\/45 {
  border-inline-end-color: rgb(63 131 248 / 0.45);
}
.border-e-blue-500\/5 {
  border-inline-end-color: rgb(63 131 248 / 0.05);
}
.border-e-blue-500\/50 {
  border-inline-end-color: rgb(63 131 248 / 0.5);
}
.border-e-blue-500\/55 {
  border-inline-end-color: rgb(63 131 248 / 0.55);
}
.border-e-blue-500\/60 {
  border-inline-end-color: rgb(63 131 248 / 0.6);
}
.border-e-blue-500\/65 {
  border-inline-end-color: rgb(63 131 248 / 0.65);
}
.border-e-blue-500\/70 {
  border-inline-end-color: rgb(63 131 248 / 0.7);
}
.border-e-blue-500\/75 {
  border-inline-end-color: rgb(63 131 248 / 0.75);
}
.border-e-blue-500\/80 {
  border-inline-end-color: rgb(63 131 248 / 0.8);
}
.border-e-blue-500\/85 {
  border-inline-end-color: rgb(63 131 248 / 0.85);
}
.border-e-blue-500\/90 {
  border-inline-end-color: rgb(63 131 248 / 0.9);
}
.border-e-blue-500\/95 {
  border-inline-end-color: rgb(63 131 248 / 0.95);
}
.border-e-blue-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(28 100 242 / var(--tw-border-opacity, 1));
}
.border-e-blue-600\/0 {
  border-inline-end-color: rgb(28 100 242 / 0);
}
.border-e-blue-600\/10 {
  border-inline-end-color: rgb(28 100 242 / 0.1);
}
.border-e-blue-600\/100 {
  border-inline-end-color: rgb(28 100 242 / 1);
}
.border-e-blue-600\/15 {
  border-inline-end-color: rgb(28 100 242 / 0.15);
}
.border-e-blue-600\/20 {
  border-inline-end-color: rgb(28 100 242 / 0.2);
}
.border-e-blue-600\/25 {
  border-inline-end-color: rgb(28 100 242 / 0.25);
}
.border-e-blue-600\/30 {
  border-inline-end-color: rgb(28 100 242 / 0.3);
}
.border-e-blue-600\/35 {
  border-inline-end-color: rgb(28 100 242 / 0.35);
}
.border-e-blue-600\/40 {
  border-inline-end-color: rgb(28 100 242 / 0.4);
}
.border-e-blue-600\/45 {
  border-inline-end-color: rgb(28 100 242 / 0.45);
}
.border-e-blue-600\/5 {
  border-inline-end-color: rgb(28 100 242 / 0.05);
}
.border-e-blue-600\/50 {
  border-inline-end-color: rgb(28 100 242 / 0.5);
}
.border-e-blue-600\/55 {
  border-inline-end-color: rgb(28 100 242 / 0.55);
}
.border-e-blue-600\/60 {
  border-inline-end-color: rgb(28 100 242 / 0.6);
}
.border-e-blue-600\/65 {
  border-inline-end-color: rgb(28 100 242 / 0.65);
}
.border-e-blue-600\/70 {
  border-inline-end-color: rgb(28 100 242 / 0.7);
}
.border-e-blue-600\/75 {
  border-inline-end-color: rgb(28 100 242 / 0.75);
}
.border-e-blue-600\/80 {
  border-inline-end-color: rgb(28 100 242 / 0.8);
}
.border-e-blue-600\/85 {
  border-inline-end-color: rgb(28 100 242 / 0.85);
}
.border-e-blue-600\/90 {
  border-inline-end-color: rgb(28 100 242 / 0.9);
}
.border-e-blue-600\/95 {
  border-inline-end-color: rgb(28 100 242 / 0.95);
}
.border-e-blue-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(26 86 219 / var(--tw-border-opacity, 1));
}
.border-e-blue-700\/0 {
  border-inline-end-color: rgb(26 86 219 / 0);
}
.border-e-blue-700\/10 {
  border-inline-end-color: rgb(26 86 219 / 0.1);
}
.border-e-blue-700\/100 {
  border-inline-end-color: rgb(26 86 219 / 1);
}
.border-e-blue-700\/15 {
  border-inline-end-color: rgb(26 86 219 / 0.15);
}
.border-e-blue-700\/20 {
  border-inline-end-color: rgb(26 86 219 / 0.2);
}
.border-e-blue-700\/25 {
  border-inline-end-color: rgb(26 86 219 / 0.25);
}
.border-e-blue-700\/30 {
  border-inline-end-color: rgb(26 86 219 / 0.3);
}
.border-e-blue-700\/35 {
  border-inline-end-color: rgb(26 86 219 / 0.35);
}
.border-e-blue-700\/40 {
  border-inline-end-color: rgb(26 86 219 / 0.4);
}
.border-e-blue-700\/45 {
  border-inline-end-color: rgb(26 86 219 / 0.45);
}
.border-e-blue-700\/5 {
  border-inline-end-color: rgb(26 86 219 / 0.05);
}
.border-e-blue-700\/50 {
  border-inline-end-color: rgb(26 86 219 / 0.5);
}
.border-e-blue-700\/55 {
  border-inline-end-color: rgb(26 86 219 / 0.55);
}
.border-e-blue-700\/60 {
  border-inline-end-color: rgb(26 86 219 / 0.6);
}
.border-e-blue-700\/65 {
  border-inline-end-color: rgb(26 86 219 / 0.65);
}
.border-e-blue-700\/70 {
  border-inline-end-color: rgb(26 86 219 / 0.7);
}
.border-e-blue-700\/75 {
  border-inline-end-color: rgb(26 86 219 / 0.75);
}
.border-e-blue-700\/80 {
  border-inline-end-color: rgb(26 86 219 / 0.8);
}
.border-e-blue-700\/85 {
  border-inline-end-color: rgb(26 86 219 / 0.85);
}
.border-e-blue-700\/90 {
  border-inline-end-color: rgb(26 86 219 / 0.9);
}
.border-e-blue-700\/95 {
  border-inline-end-color: rgb(26 86 219 / 0.95);
}
.border-e-blue-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(30 66 159 / var(--tw-border-opacity, 1));
}
.border-e-blue-800\/0 {
  border-inline-end-color: rgb(30 66 159 / 0);
}
.border-e-blue-800\/10 {
  border-inline-end-color: rgb(30 66 159 / 0.1);
}
.border-e-blue-800\/100 {
  border-inline-end-color: rgb(30 66 159 / 1);
}
.border-e-blue-800\/15 {
  border-inline-end-color: rgb(30 66 159 / 0.15);
}
.border-e-blue-800\/20 {
  border-inline-end-color: rgb(30 66 159 / 0.2);
}
.border-e-blue-800\/25 {
  border-inline-end-color: rgb(30 66 159 / 0.25);
}
.border-e-blue-800\/30 {
  border-inline-end-color: rgb(30 66 159 / 0.3);
}
.border-e-blue-800\/35 {
  border-inline-end-color: rgb(30 66 159 / 0.35);
}
.border-e-blue-800\/40 {
  border-inline-end-color: rgb(30 66 159 / 0.4);
}
.border-e-blue-800\/45 {
  border-inline-end-color: rgb(30 66 159 / 0.45);
}
.border-e-blue-800\/5 {
  border-inline-end-color: rgb(30 66 159 / 0.05);
}
.border-e-blue-800\/50 {
  border-inline-end-color: rgb(30 66 159 / 0.5);
}
.border-e-blue-800\/55 {
  border-inline-end-color: rgb(30 66 159 / 0.55);
}
.border-e-blue-800\/60 {
  border-inline-end-color: rgb(30 66 159 / 0.6);
}
.border-e-blue-800\/65 {
  border-inline-end-color: rgb(30 66 159 / 0.65);
}
.border-e-blue-800\/70 {
  border-inline-end-color: rgb(30 66 159 / 0.7);
}
.border-e-blue-800\/75 {
  border-inline-end-color: rgb(30 66 159 / 0.75);
}
.border-e-blue-800\/80 {
  border-inline-end-color: rgb(30 66 159 / 0.8);
}
.border-e-blue-800\/85 {
  border-inline-end-color: rgb(30 66 159 / 0.85);
}
.border-e-blue-800\/90 {
  border-inline-end-color: rgb(30 66 159 / 0.9);
}
.border-e-blue-800\/95 {
  border-inline-end-color: rgb(30 66 159 / 0.95);
}
.border-e-blue-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(35 56 118 / var(--tw-border-opacity, 1));
}
.border-e-blue-900\/0 {
  border-inline-end-color: rgb(35 56 118 / 0);
}
.border-e-blue-900\/10 {
  border-inline-end-color: rgb(35 56 118 / 0.1);
}
.border-e-blue-900\/100 {
  border-inline-end-color: rgb(35 56 118 / 1);
}
.border-e-blue-900\/15 {
  border-inline-end-color: rgb(35 56 118 / 0.15);
}
.border-e-blue-900\/20 {
  border-inline-end-color: rgb(35 56 118 / 0.2);
}
.border-e-blue-900\/25 {
  border-inline-end-color: rgb(35 56 118 / 0.25);
}
.border-e-blue-900\/30 {
  border-inline-end-color: rgb(35 56 118 / 0.3);
}
.border-e-blue-900\/35 {
  border-inline-end-color: rgb(35 56 118 / 0.35);
}
.border-e-blue-900\/40 {
  border-inline-end-color: rgb(35 56 118 / 0.4);
}
.border-e-blue-900\/45 {
  border-inline-end-color: rgb(35 56 118 / 0.45);
}
.border-e-blue-900\/5 {
  border-inline-end-color: rgb(35 56 118 / 0.05);
}
.border-e-blue-900\/50 {
  border-inline-end-color: rgb(35 56 118 / 0.5);
}
.border-e-blue-900\/55 {
  border-inline-end-color: rgb(35 56 118 / 0.55);
}
.border-e-blue-900\/60 {
  border-inline-end-color: rgb(35 56 118 / 0.6);
}
.border-e-blue-900\/65 {
  border-inline-end-color: rgb(35 56 118 / 0.65);
}
.border-e-blue-900\/70 {
  border-inline-end-color: rgb(35 56 118 / 0.7);
}
.border-e-blue-900\/75 {
  border-inline-end-color: rgb(35 56 118 / 0.75);
}
.border-e-blue-900\/80 {
  border-inline-end-color: rgb(35 56 118 / 0.8);
}
.border-e-blue-900\/85 {
  border-inline-end-color: rgb(35 56 118 / 0.85);
}
.border-e-blue-900\/90 {
  border-inline-end-color: rgb(35 56 118 / 0.9);
}
.border-e-blue-900\/95 {
  border-inline-end-color: rgb(35 56 118 / 0.95);
}
.border-e-gray-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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-green-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(222 247 236 / var(--tw-border-opacity, 1));
}
.border-e-green-100\/0 {
  border-inline-end-color: rgb(222 247 236 / 0);
}
.border-e-green-100\/10 {
  border-inline-end-color: rgb(222 247 236 / 0.1);
}
.border-e-green-100\/100 {
  border-inline-end-color: rgb(222 247 236 / 1);
}
.border-e-green-100\/15 {
  border-inline-end-color: rgb(222 247 236 / 0.15);
}
.border-e-green-100\/20 {
  border-inline-end-color: rgb(222 247 236 / 0.2);
}
.border-e-green-100\/25 {
  border-inline-end-color: rgb(222 247 236 / 0.25);
}
.border-e-green-100\/30 {
  border-inline-end-color: rgb(222 247 236 / 0.3);
}
.border-e-green-100\/35 {
  border-inline-end-color: rgb(222 247 236 / 0.35);
}
.border-e-green-100\/40 {
  border-inline-end-color: rgb(222 247 236 / 0.4);
}
.border-e-green-100\/45 {
  border-inline-end-color: rgb(222 247 236 / 0.45);
}
.border-e-green-100\/5 {
  border-inline-end-color: rgb(222 247 236 / 0.05);
}
.border-e-green-100\/50 {
  border-inline-end-color: rgb(222 247 236 / 0.5);
}
.border-e-green-100\/55 {
  border-inline-end-color: rgb(222 247 236 / 0.55);
}
.border-e-green-100\/60 {
  border-inline-end-color: rgb(222 247 236 / 0.6);
}
.border-e-green-100\/65 {
  border-inline-end-color: rgb(222 247 236 / 0.65);
}
.border-e-green-100\/70 {
  border-inline-end-color: rgb(222 247 236 / 0.7);
}
.border-e-green-100\/75 {
  border-inline-end-color: rgb(222 247 236 / 0.75);
}
.border-e-green-100\/80 {
  border-inline-end-color: rgb(222 247 236 / 0.8);
}
.border-e-green-100\/85 {
  border-inline-end-color: rgb(222 247 236 / 0.85);
}
.border-e-green-100\/90 {
  border-inline-end-color: rgb(222 247 236 / 0.9);
}
.border-e-green-100\/95 {
  border-inline-end-color: rgb(222 247 236 / 0.95);
}
.border-e-green-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(188 240 218 / var(--tw-border-opacity, 1));
}
.border-e-green-200\/0 {
  border-inline-end-color: rgb(188 240 218 / 0);
}
.border-e-green-200\/10 {
  border-inline-end-color: rgb(188 240 218 / 0.1);
}
.border-e-green-200\/100 {
  border-inline-end-color: rgb(188 240 218 / 1);
}
.border-e-green-200\/15 {
  border-inline-end-color: rgb(188 240 218 / 0.15);
}
.border-e-green-200\/20 {
  border-inline-end-color: rgb(188 240 218 / 0.2);
}
.border-e-green-200\/25 {
  border-inline-end-color: rgb(188 240 218 / 0.25);
}
.border-e-green-200\/30 {
  border-inline-end-color: rgb(188 240 218 / 0.3);
}
.border-e-green-200\/35 {
  border-inline-end-color: rgb(188 240 218 / 0.35);
}
.border-e-green-200\/40 {
  border-inline-end-color: rgb(188 240 218 / 0.4);
}
.border-e-green-200\/45 {
  border-inline-end-color: rgb(188 240 218 / 0.45);
}
.border-e-green-200\/5 {
  border-inline-end-color: rgb(188 240 218 / 0.05);
}
.border-e-green-200\/50 {
  border-inline-end-color: rgb(188 240 218 / 0.5);
}
.border-e-green-200\/55 {
  border-inline-end-color: rgb(188 240 218 / 0.55);
}
.border-e-green-200\/60 {
  border-inline-end-color: rgb(188 240 218 / 0.6);
}
.border-e-green-200\/65 {
  border-inline-end-color: rgb(188 240 218 / 0.65);
}
.border-e-green-200\/70 {
  border-inline-end-color: rgb(188 240 218 / 0.7);
}
.border-e-green-200\/75 {
  border-inline-end-color: rgb(188 240 218 / 0.75);
}
.border-e-green-200\/80 {
  border-inline-end-color: rgb(188 240 218 / 0.8);
}
.border-e-green-200\/85 {
  border-inline-end-color: rgb(188 240 218 / 0.85);
}
.border-e-green-200\/90 {
  border-inline-end-color: rgb(188 240 218 / 0.9);
}
.border-e-green-200\/95 {
  border-inline-end-color: rgb(188 240 218 / 0.95);
}
.border-e-green-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(132 225 188 / var(--tw-border-opacity, 1));
}
.border-e-green-300\/0 {
  border-inline-end-color: rgb(132 225 188 / 0);
}
.border-e-green-300\/10 {
  border-inline-end-color: rgb(132 225 188 / 0.1);
}
.border-e-green-300\/100 {
  border-inline-end-color: rgb(132 225 188 / 1);
}
.border-e-green-300\/15 {
  border-inline-end-color: rgb(132 225 188 / 0.15);
}
.border-e-green-300\/20 {
  border-inline-end-color: rgb(132 225 188 / 0.2);
}
.border-e-green-300\/25 {
  border-inline-end-color: rgb(132 225 188 / 0.25);
}
.border-e-green-300\/30 {
  border-inline-end-color: rgb(132 225 188 / 0.3);
}
.border-e-green-300\/35 {
  border-inline-end-color: rgb(132 225 188 / 0.35);
}
.border-e-green-300\/40 {
  border-inline-end-color: rgb(132 225 188 / 0.4);
}
.border-e-green-300\/45 {
  border-inline-end-color: rgb(132 225 188 / 0.45);
}
.border-e-green-300\/5 {
  border-inline-end-color: rgb(132 225 188 / 0.05);
}
.border-e-green-300\/50 {
  border-inline-end-color: rgb(132 225 188 / 0.5);
}
.border-e-green-300\/55 {
  border-inline-end-color: rgb(132 225 188 / 0.55);
}
.border-e-green-300\/60 {
  border-inline-end-color: rgb(132 225 188 / 0.6);
}
.border-e-green-300\/65 {
  border-inline-end-color: rgb(132 225 188 / 0.65);
}
.border-e-green-300\/70 {
  border-inline-end-color: rgb(132 225 188 / 0.7);
}
.border-e-green-300\/75 {
  border-inline-end-color: rgb(132 225 188 / 0.75);
}
.border-e-green-300\/80 {
  border-inline-end-color: rgb(132 225 188 / 0.8);
}
.border-e-green-300\/85 {
  border-inline-end-color: rgb(132 225 188 / 0.85);
}
.border-e-green-300\/90 {
  border-inline-end-color: rgb(132 225 188 / 0.9);
}
.border-e-green-300\/95 {
  border-inline-end-color: rgb(132 225 188 / 0.95);
}
.border-e-green-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(49 196 141 / var(--tw-border-opacity, 1));
}
.border-e-green-400\/0 {
  border-inline-end-color: rgb(49 196 141 / 0);
}
.border-e-green-400\/10 {
  border-inline-end-color: rgb(49 196 141 / 0.1);
}
.border-e-green-400\/100 {
  border-inline-end-color: rgb(49 196 141 / 1);
}
.border-e-green-400\/15 {
  border-inline-end-color: rgb(49 196 141 / 0.15);
}
.border-e-green-400\/20 {
  border-inline-end-color: rgb(49 196 141 / 0.2);
}
.border-e-green-400\/25 {
  border-inline-end-color: rgb(49 196 141 / 0.25);
}
.border-e-green-400\/30 {
  border-inline-end-color: rgb(49 196 141 / 0.3);
}
.border-e-green-400\/35 {
  border-inline-end-color: rgb(49 196 141 / 0.35);
}
.border-e-green-400\/40 {
  border-inline-end-color: rgb(49 196 141 / 0.4);
}
.border-e-green-400\/45 {
  border-inline-end-color: rgb(49 196 141 / 0.45);
}
.border-e-green-400\/5 {
  border-inline-end-color: rgb(49 196 141 / 0.05);
}
.border-e-green-400\/50 {
  border-inline-end-color: rgb(49 196 141 / 0.5);
}
.border-e-green-400\/55 {
  border-inline-end-color: rgb(49 196 141 / 0.55);
}
.border-e-green-400\/60 {
  border-inline-end-color: rgb(49 196 141 / 0.6);
}
.border-e-green-400\/65 {
  border-inline-end-color: rgb(49 196 141 / 0.65);
}
.border-e-green-400\/70 {
  border-inline-end-color: rgb(49 196 141 / 0.7);
}
.border-e-green-400\/75 {
  border-inline-end-color: rgb(49 196 141 / 0.75);
}
.border-e-green-400\/80 {
  border-inline-end-color: rgb(49 196 141 / 0.8);
}
.border-e-green-400\/85 {
  border-inline-end-color: rgb(49 196 141 / 0.85);
}
.border-e-green-400\/90 {
  border-inline-end-color: rgb(49 196 141 / 0.9);
}
.border-e-green-400\/95 {
  border-inline-end-color: rgb(49 196 141 / 0.95);
}
.border-e-green-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(243 250 247 / var(--tw-border-opacity, 1));
}
.border-e-green-50\/0 {
  border-inline-end-color: rgb(243 250 247 / 0);
}
.border-e-green-50\/10 {
  border-inline-end-color: rgb(243 250 247 / 0.1);
}
.border-e-green-50\/100 {
  border-inline-end-color: rgb(243 250 247 / 1);
}
.border-e-green-50\/15 {
  border-inline-end-color: rgb(243 250 247 / 0.15);
}
.border-e-green-50\/20 {
  border-inline-end-color: rgb(243 250 247 / 0.2);
}
.border-e-green-50\/25 {
  border-inline-end-color: rgb(243 250 247 / 0.25);
}
.border-e-green-50\/30 {
  border-inline-end-color: rgb(243 250 247 / 0.3);
}
.border-e-green-50\/35 {
  border-inline-end-color: rgb(243 250 247 / 0.35);
}
.border-e-green-50\/40 {
  border-inline-end-color: rgb(243 250 247 / 0.4);
}
.border-e-green-50\/45 {
  border-inline-end-color: rgb(243 250 247 / 0.45);
}
.border-e-green-50\/5 {
  border-inline-end-color: rgb(243 250 247 / 0.05);
}
.border-e-green-50\/50 {
  border-inline-end-color: rgb(243 250 247 / 0.5);
}
.border-e-green-50\/55 {
  border-inline-end-color: rgb(243 250 247 / 0.55);
}
.border-e-green-50\/60 {
  border-inline-end-color: rgb(243 250 247 / 0.6);
}
.border-e-green-50\/65 {
  border-inline-end-color: rgb(243 250 247 / 0.65);
}
.border-e-green-50\/70 {
  border-inline-end-color: rgb(243 250 247 / 0.7);
}
.border-e-green-50\/75 {
  border-inline-end-color: rgb(243 250 247 / 0.75);
}
.border-e-green-50\/80 {
  border-inline-end-color: rgb(243 250 247 / 0.8);
}
.border-e-green-50\/85 {
  border-inline-end-color: rgb(243 250 247 / 0.85);
}
.border-e-green-50\/90 {
  border-inline-end-color: rgb(243 250 247 / 0.9);
}
.border-e-green-50\/95 {
  border-inline-end-color: rgb(243 250 247 / 0.95);
}
.border-e-green-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(14 159 110 / var(--tw-border-opacity, 1));
}
.border-e-green-500\/0 {
  border-inline-end-color: rgb(14 159 110 / 0);
}
.border-e-green-500\/10 {
  border-inline-end-color: rgb(14 159 110 / 0.1);
}
.border-e-green-500\/100 {
  border-inline-end-color: rgb(14 159 110 / 1);
}
.border-e-green-500\/15 {
  border-inline-end-color: rgb(14 159 110 / 0.15);
}
.border-e-green-500\/20 {
  border-inline-end-color: rgb(14 159 110 / 0.2);
}
.border-e-green-500\/25 {
  border-inline-end-color: rgb(14 159 110 / 0.25);
}
.border-e-green-500\/30 {
  border-inline-end-color: rgb(14 159 110 / 0.3);
}
.border-e-green-500\/35 {
  border-inline-end-color: rgb(14 159 110 / 0.35);
}
.border-e-green-500\/40 {
  border-inline-end-color: rgb(14 159 110 / 0.4);
}
.border-e-green-500\/45 {
  border-inline-end-color: rgb(14 159 110 / 0.45);
}
.border-e-green-500\/5 {
  border-inline-end-color: rgb(14 159 110 / 0.05);
}
.border-e-green-500\/50 {
  border-inline-end-color: rgb(14 159 110 / 0.5);
}
.border-e-green-500\/55 {
  border-inline-end-color: rgb(14 159 110 / 0.55);
}
.border-e-green-500\/60 {
  border-inline-end-color: rgb(14 159 110 / 0.6);
}
.border-e-green-500\/65 {
  border-inline-end-color: rgb(14 159 110 / 0.65);
}
.border-e-green-500\/70 {
  border-inline-end-color: rgb(14 159 110 / 0.7);
}
.border-e-green-500\/75 {
  border-inline-end-color: rgb(14 159 110 / 0.75);
}
.border-e-green-500\/80 {
  border-inline-end-color: rgb(14 159 110 / 0.8);
}
.border-e-green-500\/85 {
  border-inline-end-color: rgb(14 159 110 / 0.85);
}
.border-e-green-500\/90 {
  border-inline-end-color: rgb(14 159 110 / 0.9);
}
.border-e-green-500\/95 {
  border-inline-end-color: rgb(14 159 110 / 0.95);
}
.border-e-green-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(5 122 85 / var(--tw-border-opacity, 1));
}
.border-e-green-600\/0 {
  border-inline-end-color: rgb(5 122 85 / 0);
}
.border-e-green-600\/10 {
  border-inline-end-color: rgb(5 122 85 / 0.1);
}
.border-e-green-600\/100 {
  border-inline-end-color: rgb(5 122 85 / 1);
}
.border-e-green-600\/15 {
  border-inline-end-color: rgb(5 122 85 / 0.15);
}
.border-e-green-600\/20 {
  border-inline-end-color: rgb(5 122 85 / 0.2);
}
.border-e-green-600\/25 {
  border-inline-end-color: rgb(5 122 85 / 0.25);
}
.border-e-green-600\/30 {
  border-inline-end-color: rgb(5 122 85 / 0.3);
}
.border-e-green-600\/35 {
  border-inline-end-color: rgb(5 122 85 / 0.35);
}
.border-e-green-600\/40 {
  border-inline-end-color: rgb(5 122 85 / 0.4);
}
.border-e-green-600\/45 {
  border-inline-end-color: rgb(5 122 85 / 0.45);
}
.border-e-green-600\/5 {
  border-inline-end-color: rgb(5 122 85 / 0.05);
}
.border-e-green-600\/50 {
  border-inline-end-color: rgb(5 122 85 / 0.5);
}
.border-e-green-600\/55 {
  border-inline-end-color: rgb(5 122 85 / 0.55);
}
.border-e-green-600\/60 {
  border-inline-end-color: rgb(5 122 85 / 0.6);
}
.border-e-green-600\/65 {
  border-inline-end-color: rgb(5 122 85 / 0.65);
}
.border-e-green-600\/70 {
  border-inline-end-color: rgb(5 122 85 / 0.7);
}
.border-e-green-600\/75 {
  border-inline-end-color: rgb(5 122 85 / 0.75);
}
.border-e-green-600\/80 {
  border-inline-end-color: rgb(5 122 85 / 0.8);
}
.border-e-green-600\/85 {
  border-inline-end-color: rgb(5 122 85 / 0.85);
}
.border-e-green-600\/90 {
  border-inline-end-color: rgb(5 122 85 / 0.9);
}
.border-e-green-600\/95 {
  border-inline-end-color: rgb(5 122 85 / 0.95);
}
.border-e-green-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(4 108 78 / var(--tw-border-opacity, 1));
}
.border-e-green-700\/0 {
  border-inline-end-color: rgb(4 108 78 / 0);
}
.border-e-green-700\/10 {
  border-inline-end-color: rgb(4 108 78 / 0.1);
}
.border-e-green-700\/100 {
  border-inline-end-color: rgb(4 108 78 / 1);
}
.border-e-green-700\/15 {
  border-inline-end-color: rgb(4 108 78 / 0.15);
}
.border-e-green-700\/20 {
  border-inline-end-color: rgb(4 108 78 / 0.2);
}
.border-e-green-700\/25 {
  border-inline-end-color: rgb(4 108 78 / 0.25);
}
.border-e-green-700\/30 {
  border-inline-end-color: rgb(4 108 78 / 0.3);
}
.border-e-green-700\/35 {
  border-inline-end-color: rgb(4 108 78 / 0.35);
}
.border-e-green-700\/40 {
  border-inline-end-color: rgb(4 108 78 / 0.4);
}
.border-e-green-700\/45 {
  border-inline-end-color: rgb(4 108 78 / 0.45);
}
.border-e-green-700\/5 {
  border-inline-end-color: rgb(4 108 78 / 0.05);
}
.border-e-green-700\/50 {
  border-inline-end-color: rgb(4 108 78 / 0.5);
}
.border-e-green-700\/55 {
  border-inline-end-color: rgb(4 108 78 / 0.55);
}
.border-e-green-700\/60 {
  border-inline-end-color: rgb(4 108 78 / 0.6);
}
.border-e-green-700\/65 {
  border-inline-end-color: rgb(4 108 78 / 0.65);
}
.border-e-green-700\/70 {
  border-inline-end-color: rgb(4 108 78 / 0.7);
}
.border-e-green-700\/75 {
  border-inline-end-color: rgb(4 108 78 / 0.75);
}
.border-e-green-700\/80 {
  border-inline-end-color: rgb(4 108 78 / 0.8);
}
.border-e-green-700\/85 {
  border-inline-end-color: rgb(4 108 78 / 0.85);
}
.border-e-green-700\/90 {
  border-inline-end-color: rgb(4 108 78 / 0.9);
}
.border-e-green-700\/95 {
  border-inline-end-color: rgb(4 108 78 / 0.95);
}
.border-e-green-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(3 84 63 / var(--tw-border-opacity, 1));
}
.border-e-green-800\/0 {
  border-inline-end-color: rgb(3 84 63 / 0);
}
.border-e-green-800\/10 {
  border-inline-end-color: rgb(3 84 63 / 0.1);
}
.border-e-green-800\/100 {
  border-inline-end-color: rgb(3 84 63 / 1);
}
.border-e-green-800\/15 {
  border-inline-end-color: rgb(3 84 63 / 0.15);
}
.border-e-green-800\/20 {
  border-inline-end-color: rgb(3 84 63 / 0.2);
}
.border-e-green-800\/25 {
  border-inline-end-color: rgb(3 84 63 / 0.25);
}
.border-e-green-800\/30 {
  border-inline-end-color: rgb(3 84 63 / 0.3);
}
.border-e-green-800\/35 {
  border-inline-end-color: rgb(3 84 63 / 0.35);
}
.border-e-green-800\/40 {
  border-inline-end-color: rgb(3 84 63 / 0.4);
}
.border-e-green-800\/45 {
  border-inline-end-color: rgb(3 84 63 / 0.45);
}
.border-e-green-800\/5 {
  border-inline-end-color: rgb(3 84 63 / 0.05);
}
.border-e-green-800\/50 {
  border-inline-end-color: rgb(3 84 63 / 0.5);
}
.border-e-green-800\/55 {
  border-inline-end-color: rgb(3 84 63 / 0.55);
}
.border-e-green-800\/60 {
  border-inline-end-color: rgb(3 84 63 / 0.6);
}
.border-e-green-800\/65 {
  border-inline-end-color: rgb(3 84 63 / 0.65);
}
.border-e-green-800\/70 {
  border-inline-end-color: rgb(3 84 63 / 0.7);
}
.border-e-green-800\/75 {
  border-inline-end-color: rgb(3 84 63 / 0.75);
}
.border-e-green-800\/80 {
  border-inline-end-color: rgb(3 84 63 / 0.8);
}
.border-e-green-800\/85 {
  border-inline-end-color: rgb(3 84 63 / 0.85);
}
.border-e-green-800\/90 {
  border-inline-end-color: rgb(3 84 63 / 0.9);
}
.border-e-green-800\/95 {
  border-inline-end-color: rgb(3 84 63 / 0.95);
}
.border-e-green-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(1 71 55 / var(--tw-border-opacity, 1));
}
.border-e-green-900\/0 {
  border-inline-end-color: rgb(1 71 55 / 0);
}
.border-e-green-900\/10 {
  border-inline-end-color: rgb(1 71 55 / 0.1);
}
.border-e-green-900\/100 {
  border-inline-end-color: rgb(1 71 55 / 1);
}
.border-e-green-900\/15 {
  border-inline-end-color: rgb(1 71 55 / 0.15);
}
.border-e-green-900\/20 {
  border-inline-end-color: rgb(1 71 55 / 0.2);
}
.border-e-green-900\/25 {
  border-inline-end-color: rgb(1 71 55 / 0.25);
}
.border-e-green-900\/30 {
  border-inline-end-color: rgb(1 71 55 / 0.3);
}
.border-e-green-900\/35 {
  border-inline-end-color: rgb(1 71 55 / 0.35);
}
.border-e-green-900\/40 {
  border-inline-end-color: rgb(1 71 55 / 0.4);
}
.border-e-green-900\/45 {
  border-inline-end-color: rgb(1 71 55 / 0.45);
}
.border-e-green-900\/5 {
  border-inline-end-color: rgb(1 71 55 / 0.05);
}
.border-e-green-900\/50 {
  border-inline-end-color: rgb(1 71 55 / 0.5);
}
.border-e-green-900\/55 {
  border-inline-end-color: rgb(1 71 55 / 0.55);
}
.border-e-green-900\/60 {
  border-inline-end-color: rgb(1 71 55 / 0.6);
}
.border-e-green-900\/65 {
  border-inline-end-color: rgb(1 71 55 / 0.65);
}
.border-e-green-900\/70 {
  border-inline-end-color: rgb(1 71 55 / 0.7);
}
.border-e-green-900\/75 {
  border-inline-end-color: rgb(1 71 55 / 0.75);
}
.border-e-green-900\/80 {
  border-inline-end-color: rgb(1 71 55 / 0.8);
}
.border-e-green-900\/85 {
  border-inline-end-color: rgb(1 71 55 / 0.85);
}
.border-e-green-900\/90 {
  border-inline-end-color: rgb(1 71 55 / 0.9);
}
.border-e-green-900\/95 {
  border-inline-end-color: rgb(1 71 55 / 0.95);
}
.border-e-indigo-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(229 237 255 / var(--tw-border-opacity, 1));
}
.border-e-indigo-100\/0 {
  border-inline-end-color: rgb(229 237 255 / 0);
}
.border-e-indigo-100\/10 {
  border-inline-end-color: rgb(229 237 255 / 0.1);
}
.border-e-indigo-100\/100 {
  border-inline-end-color: rgb(229 237 255 / 1);
}
.border-e-indigo-100\/15 {
  border-inline-end-color: rgb(229 237 255 / 0.15);
}
.border-e-indigo-100\/20 {
  border-inline-end-color: rgb(229 237 255 / 0.2);
}
.border-e-indigo-100\/25 {
  border-inline-end-color: rgb(229 237 255 / 0.25);
}
.border-e-indigo-100\/30 {
  border-inline-end-color: rgb(229 237 255 / 0.3);
}
.border-e-indigo-100\/35 {
  border-inline-end-color: rgb(229 237 255 / 0.35);
}
.border-e-indigo-100\/40 {
  border-inline-end-color: rgb(229 237 255 / 0.4);
}
.border-e-indigo-100\/45 {
  border-inline-end-color: rgb(229 237 255 / 0.45);
}
.border-e-indigo-100\/5 {
  border-inline-end-color: rgb(229 237 255 / 0.05);
}
.border-e-indigo-100\/50 {
  border-inline-end-color: rgb(229 237 255 / 0.5);
}
.border-e-indigo-100\/55 {
  border-inline-end-color: rgb(229 237 255 / 0.55);
}
.border-e-indigo-100\/60 {
  border-inline-end-color: rgb(229 237 255 / 0.6);
}
.border-e-indigo-100\/65 {
  border-inline-end-color: rgb(229 237 255 / 0.65);
}
.border-e-indigo-100\/70 {
  border-inline-end-color: rgb(229 237 255 / 0.7);
}
.border-e-indigo-100\/75 {
  border-inline-end-color: rgb(229 237 255 / 0.75);
}
.border-e-indigo-100\/80 {
  border-inline-end-color: rgb(229 237 255 / 0.8);
}
.border-e-indigo-100\/85 {
  border-inline-end-color: rgb(229 237 255 / 0.85);
}
.border-e-indigo-100\/90 {
  border-inline-end-color: rgb(229 237 255 / 0.9);
}
.border-e-indigo-100\/95 {
  border-inline-end-color: rgb(229 237 255 / 0.95);
}
.border-e-indigo-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(205 219 254 / var(--tw-border-opacity, 1));
}
.border-e-indigo-200\/0 {
  border-inline-end-color: rgb(205 219 254 / 0);
}
.border-e-indigo-200\/10 {
  border-inline-end-color: rgb(205 219 254 / 0.1);
}
.border-e-indigo-200\/100 {
  border-inline-end-color: rgb(205 219 254 / 1);
}
.border-e-indigo-200\/15 {
  border-inline-end-color: rgb(205 219 254 / 0.15);
}
.border-e-indigo-200\/20 {
  border-inline-end-color: rgb(205 219 254 / 0.2);
}
.border-e-indigo-200\/25 {
  border-inline-end-color: rgb(205 219 254 / 0.25);
}
.border-e-indigo-200\/30 {
  border-inline-end-color: rgb(205 219 254 / 0.3);
}
.border-e-indigo-200\/35 {
  border-inline-end-color: rgb(205 219 254 / 0.35);
}
.border-e-indigo-200\/40 {
  border-inline-end-color: rgb(205 219 254 / 0.4);
}
.border-e-indigo-200\/45 {
  border-inline-end-color: rgb(205 219 254 / 0.45);
}
.border-e-indigo-200\/5 {
  border-inline-end-color: rgb(205 219 254 / 0.05);
}
.border-e-indigo-200\/50 {
  border-inline-end-color: rgb(205 219 254 / 0.5);
}
.border-e-indigo-200\/55 {
  border-inline-end-color: rgb(205 219 254 / 0.55);
}
.border-e-indigo-200\/60 {
  border-inline-end-color: rgb(205 219 254 / 0.6);
}
.border-e-indigo-200\/65 {
  border-inline-end-color: rgb(205 219 254 / 0.65);
}
.border-e-indigo-200\/70 {
  border-inline-end-color: rgb(205 219 254 / 0.7);
}
.border-e-indigo-200\/75 {
  border-inline-end-color: rgb(205 219 254 / 0.75);
}
.border-e-indigo-200\/80 {
  border-inline-end-color: rgb(205 219 254 / 0.8);
}
.border-e-indigo-200\/85 {
  border-inline-end-color: rgb(205 219 254 / 0.85);
}
.border-e-indigo-200\/90 {
  border-inline-end-color: rgb(205 219 254 / 0.9);
}
.border-e-indigo-200\/95 {
  border-inline-end-color: rgb(205 219 254 / 0.95);
}
.border-e-indigo-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(180 198 252 / var(--tw-border-opacity, 1));
}
.border-e-indigo-300\/0 {
  border-inline-end-color: rgb(180 198 252 / 0);
}
.border-e-indigo-300\/10 {
  border-inline-end-color: rgb(180 198 252 / 0.1);
}
.border-e-indigo-300\/100 {
  border-inline-end-color: rgb(180 198 252 / 1);
}
.border-e-indigo-300\/15 {
  border-inline-end-color: rgb(180 198 252 / 0.15);
}
.border-e-indigo-300\/20 {
  border-inline-end-color: rgb(180 198 252 / 0.2);
}
.border-e-indigo-300\/25 {
  border-inline-end-color: rgb(180 198 252 / 0.25);
}
.border-e-indigo-300\/30 {
  border-inline-end-color: rgb(180 198 252 / 0.3);
}
.border-e-indigo-300\/35 {
  border-inline-end-color: rgb(180 198 252 / 0.35);
}
.border-e-indigo-300\/40 {
  border-inline-end-color: rgb(180 198 252 / 0.4);
}
.border-e-indigo-300\/45 {
  border-inline-end-color: rgb(180 198 252 / 0.45);
}
.border-e-indigo-300\/5 {
  border-inline-end-color: rgb(180 198 252 / 0.05);
}
.border-e-indigo-300\/50 {
  border-inline-end-color: rgb(180 198 252 / 0.5);
}
.border-e-indigo-300\/55 {
  border-inline-end-color: rgb(180 198 252 / 0.55);
}
.border-e-indigo-300\/60 {
  border-inline-end-color: rgb(180 198 252 / 0.6);
}
.border-e-indigo-300\/65 {
  border-inline-end-color: rgb(180 198 252 / 0.65);
}
.border-e-indigo-300\/70 {
  border-inline-end-color: rgb(180 198 252 / 0.7);
}
.border-e-indigo-300\/75 {
  border-inline-end-color: rgb(180 198 252 / 0.75);
}
.border-e-indigo-300\/80 {
  border-inline-end-color: rgb(180 198 252 / 0.8);
}
.border-e-indigo-300\/85 {
  border-inline-end-color: rgb(180 198 252 / 0.85);
}
.border-e-indigo-300\/90 {
  border-inline-end-color: rgb(180 198 252 / 0.9);
}
.border-e-indigo-300\/95 {
  border-inline-end-color: rgb(180 198 252 / 0.95);
}
.border-e-indigo-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(141 162 251 / var(--tw-border-opacity, 1));
}
.border-e-indigo-400\/0 {
  border-inline-end-color: rgb(141 162 251 / 0);
}
.border-e-indigo-400\/10 {
  border-inline-end-color: rgb(141 162 251 / 0.1);
}
.border-e-indigo-400\/100 {
  border-inline-end-color: rgb(141 162 251 / 1);
}
.border-e-indigo-400\/15 {
  border-inline-end-color: rgb(141 162 251 / 0.15);
}
.border-e-indigo-400\/20 {
  border-inline-end-color: rgb(141 162 251 / 0.2);
}
.border-e-indigo-400\/25 {
  border-inline-end-color: rgb(141 162 251 / 0.25);
}
.border-e-indigo-400\/30 {
  border-inline-end-color: rgb(141 162 251 / 0.3);
}
.border-e-indigo-400\/35 {
  border-inline-end-color: rgb(141 162 251 / 0.35);
}
.border-e-indigo-400\/40 {
  border-inline-end-color: rgb(141 162 251 / 0.4);
}
.border-e-indigo-400\/45 {
  border-inline-end-color: rgb(141 162 251 / 0.45);
}
.border-e-indigo-400\/5 {
  border-inline-end-color: rgb(141 162 251 / 0.05);
}
.border-e-indigo-400\/50 {
  border-inline-end-color: rgb(141 162 251 / 0.5);
}
.border-e-indigo-400\/55 {
  border-inline-end-color: rgb(141 162 251 / 0.55);
}
.border-e-indigo-400\/60 {
  border-inline-end-color: rgb(141 162 251 / 0.6);
}
.border-e-indigo-400\/65 {
  border-inline-end-color: rgb(141 162 251 / 0.65);
}
.border-e-indigo-400\/70 {
  border-inline-end-color: rgb(141 162 251 / 0.7);
}
.border-e-indigo-400\/75 {
  border-inline-end-color: rgb(141 162 251 / 0.75);
}
.border-e-indigo-400\/80 {
  border-inline-end-color: rgb(141 162 251 / 0.8);
}
.border-e-indigo-400\/85 {
  border-inline-end-color: rgb(141 162 251 / 0.85);
}
.border-e-indigo-400\/90 {
  border-inline-end-color: rgb(141 162 251 / 0.9);
}
.border-e-indigo-400\/95 {
  border-inline-end-color: rgb(141 162 251 / 0.95);
}
.border-e-indigo-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(240 245 255 / var(--tw-border-opacity, 1));
}
.border-e-indigo-50\/0 {
  border-inline-end-color: rgb(240 245 255 / 0);
}
.border-e-indigo-50\/10 {
  border-inline-end-color: rgb(240 245 255 / 0.1);
}
.border-e-indigo-50\/100 {
  border-inline-end-color: rgb(240 245 255 / 1);
}
.border-e-indigo-50\/15 {
  border-inline-end-color: rgb(240 245 255 / 0.15);
}
.border-e-indigo-50\/20 {
  border-inline-end-color: rgb(240 245 255 / 0.2);
}
.border-e-indigo-50\/25 {
  border-inline-end-color: rgb(240 245 255 / 0.25);
}
.border-e-indigo-50\/30 {
  border-inline-end-color: rgb(240 245 255 / 0.3);
}
.border-e-indigo-50\/35 {
  border-inline-end-color: rgb(240 245 255 / 0.35);
}
.border-e-indigo-50\/40 {
  border-inline-end-color: rgb(240 245 255 / 0.4);
}
.border-e-indigo-50\/45 {
  border-inline-end-color: rgb(240 245 255 / 0.45);
}
.border-e-indigo-50\/5 {
  border-inline-end-color: rgb(240 245 255 / 0.05);
}
.border-e-indigo-50\/50 {
  border-inline-end-color: rgb(240 245 255 / 0.5);
}
.border-e-indigo-50\/55 {
  border-inline-end-color: rgb(240 245 255 / 0.55);
}
.border-e-indigo-50\/60 {
  border-inline-end-color: rgb(240 245 255 / 0.6);
}
.border-e-indigo-50\/65 {
  border-inline-end-color: rgb(240 245 255 / 0.65);
}
.border-e-indigo-50\/70 {
  border-inline-end-color: rgb(240 245 255 / 0.7);
}
.border-e-indigo-50\/75 {
  border-inline-end-color: rgb(240 245 255 / 0.75);
}
.border-e-indigo-50\/80 {
  border-inline-end-color: rgb(240 245 255 / 0.8);
}
.border-e-indigo-50\/85 {
  border-inline-end-color: rgb(240 245 255 / 0.85);
}
.border-e-indigo-50\/90 {
  border-inline-end-color: rgb(240 245 255 / 0.9);
}
.border-e-indigo-50\/95 {
  border-inline-end-color: rgb(240 245 255 / 0.95);
}
.border-e-indigo-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(104 117 245 / var(--tw-border-opacity, 1));
}
.border-e-indigo-500\/0 {
  border-inline-end-color: rgb(104 117 245 / 0);
}
.border-e-indigo-500\/10 {
  border-inline-end-color: rgb(104 117 245 / 0.1);
}
.border-e-indigo-500\/100 {
  border-inline-end-color: rgb(104 117 245 / 1);
}
.border-e-indigo-500\/15 {
  border-inline-end-color: rgb(104 117 245 / 0.15);
}
.border-e-indigo-500\/20 {
  border-inline-end-color: rgb(104 117 245 / 0.2);
}
.border-e-indigo-500\/25 {
  border-inline-end-color: rgb(104 117 245 / 0.25);
}
.border-e-indigo-500\/30 {
  border-inline-end-color: rgb(104 117 245 / 0.3);
}
.border-e-indigo-500\/35 {
  border-inline-end-color: rgb(104 117 245 / 0.35);
}
.border-e-indigo-500\/40 {
  border-inline-end-color: rgb(104 117 245 / 0.4);
}
.border-e-indigo-500\/45 {
  border-inline-end-color: rgb(104 117 245 / 0.45);
}
.border-e-indigo-500\/5 {
  border-inline-end-color: rgb(104 117 245 / 0.05);
}
.border-e-indigo-500\/50 {
  border-inline-end-color: rgb(104 117 245 / 0.5);
}
.border-e-indigo-500\/55 {
  border-inline-end-color: rgb(104 117 245 / 0.55);
}
.border-e-indigo-500\/60 {
  border-inline-end-color: rgb(104 117 245 / 0.6);
}
.border-e-indigo-500\/65 {
  border-inline-end-color: rgb(104 117 245 / 0.65);
}
.border-e-indigo-500\/70 {
  border-inline-end-color: rgb(104 117 245 / 0.7);
}
.border-e-indigo-500\/75 {
  border-inline-end-color: rgb(104 117 245 / 0.75);
}
.border-e-indigo-500\/80 {
  border-inline-end-color: rgb(104 117 245 / 0.8);
}
.border-e-indigo-500\/85 {
  border-inline-end-color: rgb(104 117 245 / 0.85);
}
.border-e-indigo-500\/90 {
  border-inline-end-color: rgb(104 117 245 / 0.9);
}
.border-e-indigo-500\/95 {
  border-inline-end-color: rgb(104 117 245 / 0.95);
}
.border-e-indigo-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(88 80 236 / var(--tw-border-opacity, 1));
}
.border-e-indigo-600\/0 {
  border-inline-end-color: rgb(88 80 236 / 0);
}
.border-e-indigo-600\/10 {
  border-inline-end-color: rgb(88 80 236 / 0.1);
}
.border-e-indigo-600\/100 {
  border-inline-end-color: rgb(88 80 236 / 1);
}
.border-e-indigo-600\/15 {
  border-inline-end-color: rgb(88 80 236 / 0.15);
}
.border-e-indigo-600\/20 {
  border-inline-end-color: rgb(88 80 236 / 0.2);
}
.border-e-indigo-600\/25 {
  border-inline-end-color: rgb(88 80 236 / 0.25);
}
.border-e-indigo-600\/30 {
  border-inline-end-color: rgb(88 80 236 / 0.3);
}
.border-e-indigo-600\/35 {
  border-inline-end-color: rgb(88 80 236 / 0.35);
}
.border-e-indigo-600\/40 {
  border-inline-end-color: rgb(88 80 236 / 0.4);
}
.border-e-indigo-600\/45 {
  border-inline-end-color: rgb(88 80 236 / 0.45);
}
.border-e-indigo-600\/5 {
  border-inline-end-color: rgb(88 80 236 / 0.05);
}
.border-e-indigo-600\/50 {
  border-inline-end-color: rgb(88 80 236 / 0.5);
}
.border-e-indigo-600\/55 {
  border-inline-end-color: rgb(88 80 236 / 0.55);
}
.border-e-indigo-600\/60 {
  border-inline-end-color: rgb(88 80 236 / 0.6);
}
.border-e-indigo-600\/65 {
  border-inline-end-color: rgb(88 80 236 / 0.65);
}
.border-e-indigo-600\/70 {
  border-inline-end-color: rgb(88 80 236 / 0.7);
}
.border-e-indigo-600\/75 {
  border-inline-end-color: rgb(88 80 236 / 0.75);
}
.border-e-indigo-600\/80 {
  border-inline-end-color: rgb(88 80 236 / 0.8);
}
.border-e-indigo-600\/85 {
  border-inline-end-color: rgb(88 80 236 / 0.85);
}
.border-e-indigo-600\/90 {
  border-inline-end-color: rgb(88 80 236 / 0.9);
}
.border-e-indigo-600\/95 {
  border-inline-end-color: rgb(88 80 236 / 0.95);
}
.border-e-indigo-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(81 69 205 / var(--tw-border-opacity, 1));
}
.border-e-indigo-700\/0 {
  border-inline-end-color: rgb(81 69 205 / 0);
}
.border-e-indigo-700\/10 {
  border-inline-end-color: rgb(81 69 205 / 0.1);
}
.border-e-indigo-700\/100 {
  border-inline-end-color: rgb(81 69 205 / 1);
}
.border-e-indigo-700\/15 {
  border-inline-end-color: rgb(81 69 205 / 0.15);
}
.border-e-indigo-700\/20 {
  border-inline-end-color: rgb(81 69 205 / 0.2);
}
.border-e-indigo-700\/25 {
  border-inline-end-color: rgb(81 69 205 / 0.25);
}
.border-e-indigo-700\/30 {
  border-inline-end-color: rgb(81 69 205 / 0.3);
}
.border-e-indigo-700\/35 {
  border-inline-end-color: rgb(81 69 205 / 0.35);
}
.border-e-indigo-700\/40 {
  border-inline-end-color: rgb(81 69 205 / 0.4);
}
.border-e-indigo-700\/45 {
  border-inline-end-color: rgb(81 69 205 / 0.45);
}
.border-e-indigo-700\/5 {
  border-inline-end-color: rgb(81 69 205 / 0.05);
}
.border-e-indigo-700\/50 {
  border-inline-end-color: rgb(81 69 205 / 0.5);
}
.border-e-indigo-700\/55 {
  border-inline-end-color: rgb(81 69 205 / 0.55);
}
.border-e-indigo-700\/60 {
  border-inline-end-color: rgb(81 69 205 / 0.6);
}
.border-e-indigo-700\/65 {
  border-inline-end-color: rgb(81 69 205 / 0.65);
}
.border-e-indigo-700\/70 {
  border-inline-end-color: rgb(81 69 205 / 0.7);
}
.border-e-indigo-700\/75 {
  border-inline-end-color: rgb(81 69 205 / 0.75);
}
.border-e-indigo-700\/80 {
  border-inline-end-color: rgb(81 69 205 / 0.8);
}
.border-e-indigo-700\/85 {
  border-inline-end-color: rgb(81 69 205 / 0.85);
}
.border-e-indigo-700\/90 {
  border-inline-end-color: rgb(81 69 205 / 0.9);
}
.border-e-indigo-700\/95 {
  border-inline-end-color: rgb(81 69 205 / 0.95);
}
.border-e-indigo-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(66 56 157 / var(--tw-border-opacity, 1));
}
.border-e-indigo-800\/0 {
  border-inline-end-color: rgb(66 56 157 / 0);
}
.border-e-indigo-800\/10 {
  border-inline-end-color: rgb(66 56 157 / 0.1);
}
.border-e-indigo-800\/100 {
  border-inline-end-color: rgb(66 56 157 / 1);
}
.border-e-indigo-800\/15 {
  border-inline-end-color: rgb(66 56 157 / 0.15);
}
.border-e-indigo-800\/20 {
  border-inline-end-color: rgb(66 56 157 / 0.2);
}
.border-e-indigo-800\/25 {
  border-inline-end-color: rgb(66 56 157 / 0.25);
}
.border-e-indigo-800\/30 {
  border-inline-end-color: rgb(66 56 157 / 0.3);
}
.border-e-indigo-800\/35 {
  border-inline-end-color: rgb(66 56 157 / 0.35);
}
.border-e-indigo-800\/40 {
  border-inline-end-color: rgb(66 56 157 / 0.4);
}
.border-e-indigo-800\/45 {
  border-inline-end-color: rgb(66 56 157 / 0.45);
}
.border-e-indigo-800\/5 {
  border-inline-end-color: rgb(66 56 157 / 0.05);
}
.border-e-indigo-800\/50 {
  border-inline-end-color: rgb(66 56 157 / 0.5);
}
.border-e-indigo-800\/55 {
  border-inline-end-color: rgb(66 56 157 / 0.55);
}
.border-e-indigo-800\/60 {
  border-inline-end-color: rgb(66 56 157 / 0.6);
}
.border-e-indigo-800\/65 {
  border-inline-end-color: rgb(66 56 157 / 0.65);
}
.border-e-indigo-800\/70 {
  border-inline-end-color: rgb(66 56 157 / 0.7);
}
.border-e-indigo-800\/75 {
  border-inline-end-color: rgb(66 56 157 / 0.75);
}
.border-e-indigo-800\/80 {
  border-inline-end-color: rgb(66 56 157 / 0.8);
}
.border-e-indigo-800\/85 {
  border-inline-end-color: rgb(66 56 157 / 0.85);
}
.border-e-indigo-800\/90 {
  border-inline-end-color: rgb(66 56 157 / 0.9);
}
.border-e-indigo-800\/95 {
  border-inline-end-color: rgb(66 56 157 / 0.95);
}
.border-e-indigo-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(54 47 120 / var(--tw-border-opacity, 1));
}
.border-e-indigo-900\/0 {
  border-inline-end-color: rgb(54 47 120 / 0);
}
.border-e-indigo-900\/10 {
  border-inline-end-color: rgb(54 47 120 / 0.1);
}
.border-e-indigo-900\/100 {
  border-inline-end-color: rgb(54 47 120 / 1);
}
.border-e-indigo-900\/15 {
  border-inline-end-color: rgb(54 47 120 / 0.15);
}
.border-e-indigo-900\/20 {
  border-inline-end-color: rgb(54 47 120 / 0.2);
}
.border-e-indigo-900\/25 {
  border-inline-end-color: rgb(54 47 120 / 0.25);
}
.border-e-indigo-900\/30 {
  border-inline-end-color: rgb(54 47 120 / 0.3);
}
.border-e-indigo-900\/35 {
  border-inline-end-color: rgb(54 47 120 / 0.35);
}
.border-e-indigo-900\/40 {
  border-inline-end-color: rgb(54 47 120 / 0.4);
}
.border-e-indigo-900\/45 {
  border-inline-end-color: rgb(54 47 120 / 0.45);
}
.border-e-indigo-900\/5 {
  border-inline-end-color: rgb(54 47 120 / 0.05);
}
.border-e-indigo-900\/50 {
  border-inline-end-color: rgb(54 47 120 / 0.5);
}
.border-e-indigo-900\/55 {
  border-inline-end-color: rgb(54 47 120 / 0.55);
}
.border-e-indigo-900\/60 {
  border-inline-end-color: rgb(54 47 120 / 0.6);
}
.border-e-indigo-900\/65 {
  border-inline-end-color: rgb(54 47 120 / 0.65);
}
.border-e-indigo-900\/70 {
  border-inline-end-color: rgb(54 47 120 / 0.7);
}
.border-e-indigo-900\/75 {
  border-inline-end-color: rgb(54 47 120 / 0.75);
}
.border-e-indigo-900\/80 {
  border-inline-end-color: rgb(54 47 120 / 0.8);
}
.border-e-indigo-900\/85 {
  border-inline-end-color: rgb(54 47 120 / 0.85);
}
.border-e-indigo-900\/90 {
  border-inline-end-color: rgb(54 47 120 / 0.9);
}
.border-e-indigo-900\/95 {
  border-inline-end-color: rgb(54 47 120 / 0.95);
}
.border-e-negative-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}
.border-e-negative-100\/0 {
  border-inline-end-color: rgb(244 244 245 / 0);
}
.border-e-negative-100\/10 {
  border-inline-end-color: rgb(244 244 245 / 0.1);
}
.border-e-negative-100\/100 {
  border-inline-end-color: rgb(244 244 245 / 1);
}
.border-e-negative-100\/15 {
  border-inline-end-color: rgb(244 244 245 / 0.15);
}
.border-e-negative-100\/20 {
  border-inline-end-color: rgb(244 244 245 / 0.2);
}
.border-e-negative-100\/25 {
  border-inline-end-color: rgb(244 244 245 / 0.25);
}
.border-e-negative-100\/30 {
  border-inline-end-color: rgb(244 244 245 / 0.3);
}
.border-e-negative-100\/35 {
  border-inline-end-color: rgb(244 244 245 / 0.35);
}
.border-e-negative-100\/40 {
  border-inline-end-color: rgb(244 244 245 / 0.4);
}
.border-e-negative-100\/45 {
  border-inline-end-color: rgb(244 244 245 / 0.45);
}
.border-e-negative-100\/5 {
  border-inline-end-color: rgb(244 244 245 / 0.05);
}
.border-e-negative-100\/50 {
  border-inline-end-color: rgb(244 244 245 / 0.5);
}
.border-e-negative-100\/55 {
  border-inline-end-color: rgb(244 244 245 / 0.55);
}
.border-e-negative-100\/60 {
  border-inline-end-color: rgb(244 244 245 / 0.6);
}
.border-e-negative-100\/65 {
  border-inline-end-color: rgb(244 244 245 / 0.65);
}
.border-e-negative-100\/70 {
  border-inline-end-color: rgb(244 244 245 / 0.7);
}
.border-e-negative-100\/75 {
  border-inline-end-color: rgb(244 244 245 / 0.75);
}
.border-e-negative-100\/80 {
  border-inline-end-color: rgb(244 244 245 / 0.8);
}
.border-e-negative-100\/85 {
  border-inline-end-color: rgb(244 244 245 / 0.85);
}
.border-e-negative-100\/90 {
  border-inline-end-color: rgb(244 244 245 / 0.9);
}
.border-e-negative-100\/95 {
  border-inline-end-color: rgb(244 244 245 / 0.95);
}
.border-e-negative-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}
.border-e-negative-200\/0 {
  border-inline-end-color: rgb(228 228 231 / 0);
}
.border-e-negative-200\/10 {
  border-inline-end-color: rgb(228 228 231 / 0.1);
}
.border-e-negative-200\/100 {
  border-inline-end-color: rgb(228 228 231 / 1);
}
.border-e-negative-200\/15 {
  border-inline-end-color: rgb(228 228 231 / 0.15);
}
.border-e-negative-200\/20 {
  border-inline-end-color: rgb(228 228 231 / 0.2);
}
.border-e-negative-200\/25 {
  border-inline-end-color: rgb(228 228 231 / 0.25);
}
.border-e-negative-200\/30 {
  border-inline-end-color: rgb(228 228 231 / 0.3);
}
.border-e-negative-200\/35 {
  border-inline-end-color: rgb(228 228 231 / 0.35);
}
.border-e-negative-200\/40 {
  border-inline-end-color: rgb(228 228 231 / 0.4);
}
.border-e-negative-200\/45 {
  border-inline-end-color: rgb(228 228 231 / 0.45);
}
.border-e-negative-200\/5 {
  border-inline-end-color: rgb(228 228 231 / 0.05);
}
.border-e-negative-200\/50 {
  border-inline-end-color: rgb(228 228 231 / 0.5);
}
.border-e-negative-200\/55 {
  border-inline-end-color: rgb(228 228 231 / 0.55);
}
.border-e-negative-200\/60 {
  border-inline-end-color: rgb(228 228 231 / 0.6);
}
.border-e-negative-200\/65 {
  border-inline-end-color: rgb(228 228 231 / 0.65);
}
.border-e-negative-200\/70 {
  border-inline-end-color: rgb(228 228 231 / 0.7);
}
.border-e-negative-200\/75 {
  border-inline-end-color: rgb(228 228 231 / 0.75);
}
.border-e-negative-200\/80 {
  border-inline-end-color: rgb(228 228 231 / 0.8);
}
.border-e-negative-200\/85 {
  border-inline-end-color: rgb(228 228 231 / 0.85);
}
.border-e-negative-200\/90 {
  border-inline-end-color: rgb(228 228 231 / 0.9);
}
.border-e-negative-200\/95 {
  border-inline-end-color: rgb(228 228 231 / 0.95);
}
.border-e-negative-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}
.border-e-negative-300\/0 {
  border-inline-end-color: rgb(212 212 216 / 0);
}
.border-e-negative-300\/10 {
  border-inline-end-color: rgb(212 212 216 / 0.1);
}
.border-e-negative-300\/100 {
  border-inline-end-color: rgb(212 212 216 / 1);
}
.border-e-negative-300\/15 {
  border-inline-end-color: rgb(212 212 216 / 0.15);
}
.border-e-negative-300\/20 {
  border-inline-end-color: rgb(212 212 216 / 0.2);
}
.border-e-negative-300\/25 {
  border-inline-end-color: rgb(212 212 216 / 0.25);
}
.border-e-negative-300\/30 {
  border-inline-end-color: rgb(212 212 216 / 0.3);
}
.border-e-negative-300\/35 {
  border-inline-end-color: rgb(212 212 216 / 0.35);
}
.border-e-negative-300\/40 {
  border-inline-end-color: rgb(212 212 216 / 0.4);
}
.border-e-negative-300\/45 {
  border-inline-end-color: rgb(212 212 216 / 0.45);
}
.border-e-negative-300\/5 {
  border-inline-end-color: rgb(212 212 216 / 0.05);
}
.border-e-negative-300\/50 {
  border-inline-end-color: rgb(212 212 216 / 0.5);
}
.border-e-negative-300\/55 {
  border-inline-end-color: rgb(212 212 216 / 0.55);
}
.border-e-negative-300\/60 {
  border-inline-end-color: rgb(212 212 216 / 0.6);
}
.border-e-negative-300\/65 {
  border-inline-end-color: rgb(212 212 216 / 0.65);
}
.border-e-negative-300\/70 {
  border-inline-end-color: rgb(212 212 216 / 0.7);
}
.border-e-negative-300\/75 {
  border-inline-end-color: rgb(212 212 216 / 0.75);
}
.border-e-negative-300\/80 {
  border-inline-end-color: rgb(212 212 216 / 0.8);
}
.border-e-negative-300\/85 {
  border-inline-end-color: rgb(212 212 216 / 0.85);
}
.border-e-negative-300\/90 {
  border-inline-end-color: rgb(212 212 216 / 0.9);
}
.border-e-negative-300\/95 {
  border-inline-end-color: rgb(212 212 216 / 0.95);
}
.border-e-negative-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}
.border-e-negative-400\/0 {
  border-inline-end-color: rgb(161 161 170 / 0);
}
.border-e-negative-400\/10 {
  border-inline-end-color: rgb(161 161 170 / 0.1);
}
.border-e-negative-400\/100 {
  border-inline-end-color: rgb(161 161 170 / 1);
}
.border-e-negative-400\/15 {
  border-inline-end-color: rgb(161 161 170 / 0.15);
}
.border-e-negative-400\/20 {
  border-inline-end-color: rgb(161 161 170 / 0.2);
}
.border-e-negative-400\/25 {
  border-inline-end-color: rgb(161 161 170 / 0.25);
}
.border-e-negative-400\/30 {
  border-inline-end-color: rgb(161 161 170 / 0.3);
}
.border-e-negative-400\/35 {
  border-inline-end-color: rgb(161 161 170 / 0.35);
}
.border-e-negative-400\/40 {
  border-inline-end-color: rgb(161 161 170 / 0.4);
}
.border-e-negative-400\/45 {
  border-inline-end-color: rgb(161 161 170 / 0.45);
}
.border-e-negative-400\/5 {
  border-inline-end-color: rgb(161 161 170 / 0.05);
}
.border-e-negative-400\/50 {
  border-inline-end-color: rgb(161 161 170 / 0.5);
}
.border-e-negative-400\/55 {
  border-inline-end-color: rgb(161 161 170 / 0.55);
}
.border-e-negative-400\/60 {
  border-inline-end-color: rgb(161 161 170 / 0.6);
}
.border-e-negative-400\/65 {
  border-inline-end-color: rgb(161 161 170 / 0.65);
}
.border-e-negative-400\/70 {
  border-inline-end-color: rgb(161 161 170 / 0.7);
}
.border-e-negative-400\/75 {
  border-inline-end-color: rgb(161 161 170 / 0.75);
}
.border-e-negative-400\/80 {
  border-inline-end-color: rgb(161 161 170 / 0.8);
}
.border-e-negative-400\/85 {
  border-inline-end-color: rgb(161 161 170 / 0.85);
}
.border-e-negative-400\/90 {
  border-inline-end-color: rgb(161 161 170 / 0.9);
}
.border-e-negative-400\/95 {
  border-inline-end-color: rgb(161 161 170 / 0.95);
}
.border-e-negative-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-e-negative-50\/0 {
  border-inline-end-color: rgb(250 250 250 / 0);
}
.border-e-negative-50\/10 {
  border-inline-end-color: rgb(250 250 250 / 0.1);
}
.border-e-negative-50\/100 {
  border-inline-end-color: rgb(250 250 250 / 1);
}
.border-e-negative-50\/15 {
  border-inline-end-color: rgb(250 250 250 / 0.15);
}
.border-e-negative-50\/20 {
  border-inline-end-color: rgb(250 250 250 / 0.2);
}
.border-e-negative-50\/25 {
  border-inline-end-color: rgb(250 250 250 / 0.25);
}
.border-e-negative-50\/30 {
  border-inline-end-color: rgb(250 250 250 / 0.3);
}
.border-e-negative-50\/35 {
  border-inline-end-color: rgb(250 250 250 / 0.35);
}
.border-e-negative-50\/40 {
  border-inline-end-color: rgb(250 250 250 / 0.4);
}
.border-e-negative-50\/45 {
  border-inline-end-color: rgb(250 250 250 / 0.45);
}
.border-e-negative-50\/5 {
  border-inline-end-color: rgb(250 250 250 / 0.05);
}
.border-e-negative-50\/50 {
  border-inline-end-color: rgb(250 250 250 / 0.5);
}
.border-e-negative-50\/55 {
  border-inline-end-color: rgb(250 250 250 / 0.55);
}
.border-e-negative-50\/60 {
  border-inline-end-color: rgb(250 250 250 / 0.6);
}
.border-e-negative-50\/65 {
  border-inline-end-color: rgb(250 250 250 / 0.65);
}
.border-e-negative-50\/70 {
  border-inline-end-color: rgb(250 250 250 / 0.7);
}
.border-e-negative-50\/75 {
  border-inline-end-color: rgb(250 250 250 / 0.75);
}
.border-e-negative-50\/80 {
  border-inline-end-color: rgb(250 250 250 / 0.8);
}
.border-e-negative-50\/85 {
  border-inline-end-color: rgb(250 250 250 / 0.85);
}
.border-e-negative-50\/90 {
  border-inline-end-color: rgb(250 250 250 / 0.9);
}
.border-e-negative-50\/95 {
  border-inline-end-color: rgb(250 250 250 / 0.95);
}
.border-e-negative-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}
.border-e-negative-500\/0 {
  border-inline-end-color: rgb(113 113 122 / 0);
}
.border-e-negative-500\/10 {
  border-inline-end-color: rgb(113 113 122 / 0.1);
}
.border-e-negative-500\/100 {
  border-inline-end-color: rgb(113 113 122 / 1);
}
.border-e-negative-500\/15 {
  border-inline-end-color: rgb(113 113 122 / 0.15);
}
.border-e-negative-500\/20 {
  border-inline-end-color: rgb(113 113 122 / 0.2);
}
.border-e-negative-500\/25 {
  border-inline-end-color: rgb(113 113 122 / 0.25);
}
.border-e-negative-500\/30 {
  border-inline-end-color: rgb(113 113 122 / 0.3);
}
.border-e-negative-500\/35 {
  border-inline-end-color: rgb(113 113 122 / 0.35);
}
.border-e-negative-500\/40 {
  border-inline-end-color: rgb(113 113 122 / 0.4);
}
.border-e-negative-500\/45 {
  border-inline-end-color: rgb(113 113 122 / 0.45);
}
.border-e-negative-500\/5 {
  border-inline-end-color: rgb(113 113 122 / 0.05);
}
.border-e-negative-500\/50 {
  border-inline-end-color: rgb(113 113 122 / 0.5);
}
.border-e-negative-500\/55 {
  border-inline-end-color: rgb(113 113 122 / 0.55);
}
.border-e-negative-500\/60 {
  border-inline-end-color: rgb(113 113 122 / 0.6);
}
.border-e-negative-500\/65 {
  border-inline-end-color: rgb(113 113 122 / 0.65);
}
.border-e-negative-500\/70 {
  border-inline-end-color: rgb(113 113 122 / 0.7);
}
.border-e-negative-500\/75 {
  border-inline-end-color: rgb(113 113 122 / 0.75);
}
.border-e-negative-500\/80 {
  border-inline-end-color: rgb(113 113 122 / 0.8);
}
.border-e-negative-500\/85 {
  border-inline-end-color: rgb(113 113 122 / 0.85);
}
.border-e-negative-500\/90 {
  border-inline-end-color: rgb(113 113 122 / 0.9);
}
.border-e-negative-500\/95 {
  border-inline-end-color: rgb(113 113 122 / 0.95);
}
.border-e-negative-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}
.border-e-negative-600\/0 {
  border-inline-end-color: rgb(82 82 91 / 0);
}
.border-e-negative-600\/10 {
  border-inline-end-color: rgb(82 82 91 / 0.1);
}
.border-e-negative-600\/100 {
  border-inline-end-color: rgb(82 82 91 / 1);
}
.border-e-negative-600\/15 {
  border-inline-end-color: rgb(82 82 91 / 0.15);
}
.border-e-negative-600\/20 {
  border-inline-end-color: rgb(82 82 91 / 0.2);
}
.border-e-negative-600\/25 {
  border-inline-end-color: rgb(82 82 91 / 0.25);
}
.border-e-negative-600\/30 {
  border-inline-end-color: rgb(82 82 91 / 0.3);
}
.border-e-negative-600\/35 {
  border-inline-end-color: rgb(82 82 91 / 0.35);
}
.border-e-negative-600\/40 {
  border-inline-end-color: rgb(82 82 91 / 0.4);
}
.border-e-negative-600\/45 {
  border-inline-end-color: rgb(82 82 91 / 0.45);
}
.border-e-negative-600\/5 {
  border-inline-end-color: rgb(82 82 91 / 0.05);
}
.border-e-negative-600\/50 {
  border-inline-end-color: rgb(82 82 91 / 0.5);
}
.border-e-negative-600\/55 {
  border-inline-end-color: rgb(82 82 91 / 0.55);
}
.border-e-negative-600\/60 {
  border-inline-end-color: rgb(82 82 91 / 0.6);
}
.border-e-negative-600\/65 {
  border-inline-end-color: rgb(82 82 91 / 0.65);
}
.border-e-negative-600\/70 {
  border-inline-end-color: rgb(82 82 91 / 0.7);
}
.border-e-negative-600\/75 {
  border-inline-end-color: rgb(82 82 91 / 0.75);
}
.border-e-negative-600\/80 {
  border-inline-end-color: rgb(82 82 91 / 0.8);
}
.border-e-negative-600\/85 {
  border-inline-end-color: rgb(82 82 91 / 0.85);
}
.border-e-negative-600\/90 {
  border-inline-end-color: rgb(82 82 91 / 0.9);
}
.border-e-negative-600\/95 {
  border-inline-end-color: rgb(82 82 91 / 0.95);
}
.border-e-negative-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}
.border-e-negative-700\/0 {
  border-inline-end-color: rgb(63 63 70 / 0);
}
.border-e-negative-700\/10 {
  border-inline-end-color: rgb(63 63 70 / 0.1);
}
.border-e-negative-700\/100 {
  border-inline-end-color: rgb(63 63 70 / 1);
}
.border-e-negative-700\/15 {
  border-inline-end-color: rgb(63 63 70 / 0.15);
}
.border-e-negative-700\/20 {
  border-inline-end-color: rgb(63 63 70 / 0.2);
}
.border-e-negative-700\/25 {
  border-inline-end-color: rgb(63 63 70 / 0.25);
}
.border-e-negative-700\/30 {
  border-inline-end-color: rgb(63 63 70 / 0.3);
}
.border-e-negative-700\/35 {
  border-inline-end-color: rgb(63 63 70 / 0.35);
}
.border-e-negative-700\/40 {
  border-inline-end-color: rgb(63 63 70 / 0.4);
}
.border-e-negative-700\/45 {
  border-inline-end-color: rgb(63 63 70 / 0.45);
}
.border-e-negative-700\/5 {
  border-inline-end-color: rgb(63 63 70 / 0.05);
}
.border-e-negative-700\/50 {
  border-inline-end-color: rgb(63 63 70 / 0.5);
}
.border-e-negative-700\/55 {
  border-inline-end-color: rgb(63 63 70 / 0.55);
}
.border-e-negative-700\/60 {
  border-inline-end-color: rgb(63 63 70 / 0.6);
}
.border-e-negative-700\/65 {
  border-inline-end-color: rgb(63 63 70 / 0.65);
}
.border-e-negative-700\/70 {
  border-inline-end-color: rgb(63 63 70 / 0.7);
}
.border-e-negative-700\/75 {
  border-inline-end-color: rgb(63 63 70 / 0.75);
}
.border-e-negative-700\/80 {
  border-inline-end-color: rgb(63 63 70 / 0.8);
}
.border-e-negative-700\/85 {
  border-inline-end-color: rgb(63 63 70 / 0.85);
}
.border-e-negative-700\/90 {
  border-inline-end-color: rgb(63 63 70 / 0.9);
}
.border-e-negative-700\/95 {
  border-inline-end-color: rgb(63 63 70 / 0.95);
}
.border-e-negative-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}
.border-e-negative-800\/0 {
  border-inline-end-color: rgb(39 39 42 / 0);
}
.border-e-negative-800\/10 {
  border-inline-end-color: rgb(39 39 42 / 0.1);
}
.border-e-negative-800\/100 {
  border-inline-end-color: rgb(39 39 42 / 1);
}
.border-e-negative-800\/15 {
  border-inline-end-color: rgb(39 39 42 / 0.15);
}
.border-e-negative-800\/20 {
  border-inline-end-color: rgb(39 39 42 / 0.2);
}
.border-e-negative-800\/25 {
  border-inline-end-color: rgb(39 39 42 / 0.25);
}
.border-e-negative-800\/30 {
  border-inline-end-color: rgb(39 39 42 / 0.3);
}
.border-e-negative-800\/35 {
  border-inline-end-color: rgb(39 39 42 / 0.35);
}
.border-e-negative-800\/40 {
  border-inline-end-color: rgb(39 39 42 / 0.4);
}
.border-e-negative-800\/45 {
  border-inline-end-color: rgb(39 39 42 / 0.45);
}
.border-e-negative-800\/5 {
  border-inline-end-color: rgb(39 39 42 / 0.05);
}
.border-e-negative-800\/50 {
  border-inline-end-color: rgb(39 39 42 / 0.5);
}
.border-e-negative-800\/55 {
  border-inline-end-color: rgb(39 39 42 / 0.55);
}
.border-e-negative-800\/60 {
  border-inline-end-color: rgb(39 39 42 / 0.6);
}
.border-e-negative-800\/65 {
  border-inline-end-color: rgb(39 39 42 / 0.65);
}
.border-e-negative-800\/70 {
  border-inline-end-color: rgb(39 39 42 / 0.7);
}
.border-e-negative-800\/75 {
  border-inline-end-color: rgb(39 39 42 / 0.75);
}
.border-e-negative-800\/80 {
  border-inline-end-color: rgb(39 39 42 / 0.8);
}
.border-e-negative-800\/85 {
  border-inline-end-color: rgb(39 39 42 / 0.85);
}
.border-e-negative-800\/90 {
  border-inline-end-color: rgb(39 39 42 / 0.9);
}
.border-e-negative-800\/95 {
  border-inline-end-color: rgb(39 39 42 / 0.95);
}
.border-e-negative-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
}
.border-e-negative-900\/0 {
  border-inline-end-color: rgb(24 24 27 / 0);
}
.border-e-negative-900\/10 {
  border-inline-end-color: rgb(24 24 27 / 0.1);
}
.border-e-negative-900\/100 {
  border-inline-end-color: rgb(24 24 27 / 1);
}
.border-e-negative-900\/15 {
  border-inline-end-color: rgb(24 24 27 / 0.15);
}
.border-e-negative-900\/20 {
  border-inline-end-color: rgb(24 24 27 / 0.2);
}
.border-e-negative-900\/25 {
  border-inline-end-color: rgb(24 24 27 / 0.25);
}
.border-e-negative-900\/30 {
  border-inline-end-color: rgb(24 24 27 / 0.3);
}
.border-e-negative-900\/35 {
  border-inline-end-color: rgb(24 24 27 / 0.35);
}
.border-e-negative-900\/40 {
  border-inline-end-color: rgb(24 24 27 / 0.4);
}
.border-e-negative-900\/45 {
  border-inline-end-color: rgb(24 24 27 / 0.45);
}
.border-e-negative-900\/5 {
  border-inline-end-color: rgb(24 24 27 / 0.05);
}
.border-e-negative-900\/50 {
  border-inline-end-color: rgb(24 24 27 / 0.5);
}
.border-e-negative-900\/55 {
  border-inline-end-color: rgb(24 24 27 / 0.55);
}
.border-e-negative-900\/60 {
  border-inline-end-color: rgb(24 24 27 / 0.6);
}
.border-e-negative-900\/65 {
  border-inline-end-color: rgb(24 24 27 / 0.65);
}
.border-e-negative-900\/70 {
  border-inline-end-color: rgb(24 24 27 / 0.7);
}
.border-e-negative-900\/75 {
  border-inline-end-color: rgb(24 24 27 / 0.75);
}
.border-e-negative-900\/80 {
  border-inline-end-color: rgb(24 24 27 / 0.8);
}
.border-e-negative-900\/85 {
  border-inline-end-color: rgb(24 24 27 / 0.85);
}
.border-e-negative-900\/90 {
  border-inline-end-color: rgb(24 24 27 / 0.9);
}
.border-e-negative-900\/95 {
  border-inline-end-color: rgb(24 24 27 / 0.95);
}
.border-e-negative-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
}
.border-e-negative-950\/0 {
  border-inline-end-color: rgb(9 9 11 / 0);
}
.border-e-negative-950\/10 {
  border-inline-end-color: rgb(9 9 11 / 0.1);
}
.border-e-negative-950\/100 {
  border-inline-end-color: rgb(9 9 11 / 1);
}
.border-e-negative-950\/15 {
  border-inline-end-color: rgb(9 9 11 / 0.15);
}
.border-e-negative-950\/20 {
  border-inline-end-color: rgb(9 9 11 / 0.2);
}
.border-e-negative-950\/25 {
  border-inline-end-color: rgb(9 9 11 / 0.25);
}
.border-e-negative-950\/30 {
  border-inline-end-color: rgb(9 9 11 / 0.3);
}
.border-e-negative-950\/35 {
  border-inline-end-color: rgb(9 9 11 / 0.35);
}
.border-e-negative-950\/40 {
  border-inline-end-color: rgb(9 9 11 / 0.4);
}
.border-e-negative-950\/45 {
  border-inline-end-color: rgb(9 9 11 / 0.45);
}
.border-e-negative-950\/5 {
  border-inline-end-color: rgb(9 9 11 / 0.05);
}
.border-e-negative-950\/50 {
  border-inline-end-color: rgb(9 9 11 / 0.5);
}
.border-e-negative-950\/55 {
  border-inline-end-color: rgb(9 9 11 / 0.55);
}
.border-e-negative-950\/60 {
  border-inline-end-color: rgb(9 9 11 / 0.6);
}
.border-e-negative-950\/65 {
  border-inline-end-color: rgb(9 9 11 / 0.65);
}
.border-e-negative-950\/70 {
  border-inline-end-color: rgb(9 9 11 / 0.7);
}
.border-e-negative-950\/75 {
  border-inline-end-color: rgb(9 9 11 / 0.75);
}
.border-e-negative-950\/80 {
  border-inline-end-color: rgb(9 9 11 / 0.8);
}
.border-e-negative-950\/85 {
  border-inline-end-color: rgb(9 9 11 / 0.85);
}
.border-e-negative-950\/90 {
  border-inline-end-color: rgb(9 9 11 / 0.9);
}
.border-e-negative-950\/95 {
  border-inline-end-color: rgb(9 9 11 / 0.95);
}
.border-e-orange-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 236 220 / var(--tw-border-opacity, 1));
}
.border-e-orange-100\/0 {
  border-inline-end-color: rgb(254 236 220 / 0);
}
.border-e-orange-100\/10 {
  border-inline-end-color: rgb(254 236 220 / 0.1);
}
.border-e-orange-100\/100 {
  border-inline-end-color: rgb(254 236 220 / 1);
}
.border-e-orange-100\/15 {
  border-inline-end-color: rgb(254 236 220 / 0.15);
}
.border-e-orange-100\/20 {
  border-inline-end-color: rgb(254 236 220 / 0.2);
}
.border-e-orange-100\/25 {
  border-inline-end-color: rgb(254 236 220 / 0.25);
}
.border-e-orange-100\/30 {
  border-inline-end-color: rgb(254 236 220 / 0.3);
}
.border-e-orange-100\/35 {
  border-inline-end-color: rgb(254 236 220 / 0.35);
}
.border-e-orange-100\/40 {
  border-inline-end-color: rgb(254 236 220 / 0.4);
}
.border-e-orange-100\/45 {
  border-inline-end-color: rgb(254 236 220 / 0.45);
}
.border-e-orange-100\/5 {
  border-inline-end-color: rgb(254 236 220 / 0.05);
}
.border-e-orange-100\/50 {
  border-inline-end-color: rgb(254 236 220 / 0.5);
}
.border-e-orange-100\/55 {
  border-inline-end-color: rgb(254 236 220 / 0.55);
}
.border-e-orange-100\/60 {
  border-inline-end-color: rgb(254 236 220 / 0.6);
}
.border-e-orange-100\/65 {
  border-inline-end-color: rgb(254 236 220 / 0.65);
}
.border-e-orange-100\/70 {
  border-inline-end-color: rgb(254 236 220 / 0.7);
}
.border-e-orange-100\/75 {
  border-inline-end-color: rgb(254 236 220 / 0.75);
}
.border-e-orange-100\/80 {
  border-inline-end-color: rgb(254 236 220 / 0.8);
}
.border-e-orange-100\/85 {
  border-inline-end-color: rgb(254 236 220 / 0.85);
}
.border-e-orange-100\/90 {
  border-inline-end-color: rgb(254 236 220 / 0.9);
}
.border-e-orange-100\/95 {
  border-inline-end-color: rgb(254 236 220 / 0.95);
}
.border-e-orange-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(252 217 189 / var(--tw-border-opacity, 1));
}
.border-e-orange-200\/0 {
  border-inline-end-color: rgb(252 217 189 / 0);
}
.border-e-orange-200\/10 {
  border-inline-end-color: rgb(252 217 189 / 0.1);
}
.border-e-orange-200\/100 {
  border-inline-end-color: rgb(252 217 189 / 1);
}
.border-e-orange-200\/15 {
  border-inline-end-color: rgb(252 217 189 / 0.15);
}
.border-e-orange-200\/20 {
  border-inline-end-color: rgb(252 217 189 / 0.2);
}
.border-e-orange-200\/25 {
  border-inline-end-color: rgb(252 217 189 / 0.25);
}
.border-e-orange-200\/30 {
  border-inline-end-color: rgb(252 217 189 / 0.3);
}
.border-e-orange-200\/35 {
  border-inline-end-color: rgb(252 217 189 / 0.35);
}
.border-e-orange-200\/40 {
  border-inline-end-color: rgb(252 217 189 / 0.4);
}
.border-e-orange-200\/45 {
  border-inline-end-color: rgb(252 217 189 / 0.45);
}
.border-e-orange-200\/5 {
  border-inline-end-color: rgb(252 217 189 / 0.05);
}
.border-e-orange-200\/50 {
  border-inline-end-color: rgb(252 217 189 / 0.5);
}
.border-e-orange-200\/55 {
  border-inline-end-color: rgb(252 217 189 / 0.55);
}
.border-e-orange-200\/60 {
  border-inline-end-color: rgb(252 217 189 / 0.6);
}
.border-e-orange-200\/65 {
  border-inline-end-color: rgb(252 217 189 / 0.65);
}
.border-e-orange-200\/70 {
  border-inline-end-color: rgb(252 217 189 / 0.7);
}
.border-e-orange-200\/75 {
  border-inline-end-color: rgb(252 217 189 / 0.75);
}
.border-e-orange-200\/80 {
  border-inline-end-color: rgb(252 217 189 / 0.8);
}
.border-e-orange-200\/85 {
  border-inline-end-color: rgb(252 217 189 / 0.85);
}
.border-e-orange-200\/90 {
  border-inline-end-color: rgb(252 217 189 / 0.9);
}
.border-e-orange-200\/95 {
  border-inline-end-color: rgb(252 217 189 / 0.95);
}
.border-e-orange-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 186 140 / var(--tw-border-opacity, 1));
}
.border-e-orange-300\/0 {
  border-inline-end-color: rgb(253 186 140 / 0);
}
.border-e-orange-300\/10 {
  border-inline-end-color: rgb(253 186 140 / 0.1);
}
.border-e-orange-300\/100 {
  border-inline-end-color: rgb(253 186 140 / 1);
}
.border-e-orange-300\/15 {
  border-inline-end-color: rgb(253 186 140 / 0.15);
}
.border-e-orange-300\/20 {
  border-inline-end-color: rgb(253 186 140 / 0.2);
}
.border-e-orange-300\/25 {
  border-inline-end-color: rgb(253 186 140 / 0.25);
}
.border-e-orange-300\/30 {
  border-inline-end-color: rgb(253 186 140 / 0.3);
}
.border-e-orange-300\/35 {
  border-inline-end-color: rgb(253 186 140 / 0.35);
}
.border-e-orange-300\/40 {
  border-inline-end-color: rgb(253 186 140 / 0.4);
}
.border-e-orange-300\/45 {
  border-inline-end-color: rgb(253 186 140 / 0.45);
}
.border-e-orange-300\/5 {
  border-inline-end-color: rgb(253 186 140 / 0.05);
}
.border-e-orange-300\/50 {
  border-inline-end-color: rgb(253 186 140 / 0.5);
}
.border-e-orange-300\/55 {
  border-inline-end-color: rgb(253 186 140 / 0.55);
}
.border-e-orange-300\/60 {
  border-inline-end-color: rgb(253 186 140 / 0.6);
}
.border-e-orange-300\/65 {
  border-inline-end-color: rgb(253 186 140 / 0.65);
}
.border-e-orange-300\/70 {
  border-inline-end-color: rgb(253 186 140 / 0.7);
}
.border-e-orange-300\/75 {
  border-inline-end-color: rgb(253 186 140 / 0.75);
}
.border-e-orange-300\/80 {
  border-inline-end-color: rgb(253 186 140 / 0.8);
}
.border-e-orange-300\/85 {
  border-inline-end-color: rgb(253 186 140 / 0.85);
}
.border-e-orange-300\/90 {
  border-inline-end-color: rgb(253 186 140 / 0.9);
}
.border-e-orange-300\/95 {
  border-inline-end-color: rgb(253 186 140 / 0.95);
}
.border-e-orange-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 138 76 / var(--tw-border-opacity, 1));
}
.border-e-orange-400\/0 {
  border-inline-end-color: rgb(255 138 76 / 0);
}
.border-e-orange-400\/10 {
  border-inline-end-color: rgb(255 138 76 / 0.1);
}
.border-e-orange-400\/100 {
  border-inline-end-color: rgb(255 138 76 / 1);
}
.border-e-orange-400\/15 {
  border-inline-end-color: rgb(255 138 76 / 0.15);
}
.border-e-orange-400\/20 {
  border-inline-end-color: rgb(255 138 76 / 0.2);
}
.border-e-orange-400\/25 {
  border-inline-end-color: rgb(255 138 76 / 0.25);
}
.border-e-orange-400\/30 {
  border-inline-end-color: rgb(255 138 76 / 0.3);
}
.border-e-orange-400\/35 {
  border-inline-end-color: rgb(255 138 76 / 0.35);
}
.border-e-orange-400\/40 {
  border-inline-end-color: rgb(255 138 76 / 0.4);
}
.border-e-orange-400\/45 {
  border-inline-end-color: rgb(255 138 76 / 0.45);
}
.border-e-orange-400\/5 {
  border-inline-end-color: rgb(255 138 76 / 0.05);
}
.border-e-orange-400\/50 {
  border-inline-end-color: rgb(255 138 76 / 0.5);
}
.border-e-orange-400\/55 {
  border-inline-end-color: rgb(255 138 76 / 0.55);
}
.border-e-orange-400\/60 {
  border-inline-end-color: rgb(255 138 76 / 0.6);
}
.border-e-orange-400\/65 {
  border-inline-end-color: rgb(255 138 76 / 0.65);
}
.border-e-orange-400\/70 {
  border-inline-end-color: rgb(255 138 76 / 0.7);
}
.border-e-orange-400\/75 {
  border-inline-end-color: rgb(255 138 76 / 0.75);
}
.border-e-orange-400\/80 {
  border-inline-end-color: rgb(255 138 76 / 0.8);
}
.border-e-orange-400\/85 {
  border-inline-end-color: rgb(255 138 76 / 0.85);
}
.border-e-orange-400\/90 {
  border-inline-end-color: rgb(255 138 76 / 0.9);
}
.border-e-orange-400\/95 {
  border-inline-end-color: rgb(255 138 76 / 0.95);
}
.border-e-orange-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 248 241 / var(--tw-border-opacity, 1));
}
.border-e-orange-50\/0 {
  border-inline-end-color: rgb(255 248 241 / 0);
}
.border-e-orange-50\/10 {
  border-inline-end-color: rgb(255 248 241 / 0.1);
}
.border-e-orange-50\/100 {
  border-inline-end-color: rgb(255 248 241 / 1);
}
.border-e-orange-50\/15 {
  border-inline-end-color: rgb(255 248 241 / 0.15);
}
.border-e-orange-50\/20 {
  border-inline-end-color: rgb(255 248 241 / 0.2);
}
.border-e-orange-50\/25 {
  border-inline-end-color: rgb(255 248 241 / 0.25);
}
.border-e-orange-50\/30 {
  border-inline-end-color: rgb(255 248 241 / 0.3);
}
.border-e-orange-50\/35 {
  border-inline-end-color: rgb(255 248 241 / 0.35);
}
.border-e-orange-50\/40 {
  border-inline-end-color: rgb(255 248 241 / 0.4);
}
.border-e-orange-50\/45 {
  border-inline-end-color: rgb(255 248 241 / 0.45);
}
.border-e-orange-50\/5 {
  border-inline-end-color: rgb(255 248 241 / 0.05);
}
.border-e-orange-50\/50 {
  border-inline-end-color: rgb(255 248 241 / 0.5);
}
.border-e-orange-50\/55 {
  border-inline-end-color: rgb(255 248 241 / 0.55);
}
.border-e-orange-50\/60 {
  border-inline-end-color: rgb(255 248 241 / 0.6);
}
.border-e-orange-50\/65 {
  border-inline-end-color: rgb(255 248 241 / 0.65);
}
.border-e-orange-50\/70 {
  border-inline-end-color: rgb(255 248 241 / 0.7);
}
.border-e-orange-50\/75 {
  border-inline-end-color: rgb(255 248 241 / 0.75);
}
.border-e-orange-50\/80 {
  border-inline-end-color: rgb(255 248 241 / 0.8);
}
.border-e-orange-50\/85 {
  border-inline-end-color: rgb(255 248 241 / 0.85);
}
.border-e-orange-50\/90 {
  border-inline-end-color: rgb(255 248 241 / 0.9);
}
.border-e-orange-50\/95 {
  border-inline-end-color: rgb(255 248 241 / 0.95);
}
.border-e-orange-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 90 31 / var(--tw-border-opacity, 1));
}
.border-e-orange-500\/0 {
  border-inline-end-color: rgb(255 90 31 / 0);
}
.border-e-orange-500\/10 {
  border-inline-end-color: rgb(255 90 31 / 0.1);
}
.border-e-orange-500\/100 {
  border-inline-end-color: rgb(255 90 31 / 1);
}
.border-e-orange-500\/15 {
  border-inline-end-color: rgb(255 90 31 / 0.15);
}
.border-e-orange-500\/20 {
  border-inline-end-color: rgb(255 90 31 / 0.2);
}
.border-e-orange-500\/25 {
  border-inline-end-color: rgb(255 90 31 / 0.25);
}
.border-e-orange-500\/30 {
  border-inline-end-color: rgb(255 90 31 / 0.3);
}
.border-e-orange-500\/35 {
  border-inline-end-color: rgb(255 90 31 / 0.35);
}
.border-e-orange-500\/40 {
  border-inline-end-color: rgb(255 90 31 / 0.4);
}
.border-e-orange-500\/45 {
  border-inline-end-color: rgb(255 90 31 / 0.45);
}
.border-e-orange-500\/5 {
  border-inline-end-color: rgb(255 90 31 / 0.05);
}
.border-e-orange-500\/50 {
  border-inline-end-color: rgb(255 90 31 / 0.5);
}
.border-e-orange-500\/55 {
  border-inline-end-color: rgb(255 90 31 / 0.55);
}
.border-e-orange-500\/60 {
  border-inline-end-color: rgb(255 90 31 / 0.6);
}
.border-e-orange-500\/65 {
  border-inline-end-color: rgb(255 90 31 / 0.65);
}
.border-e-orange-500\/70 {
  border-inline-end-color: rgb(255 90 31 / 0.7);
}
.border-e-orange-500\/75 {
  border-inline-end-color: rgb(255 90 31 / 0.75);
}
.border-e-orange-500\/80 {
  border-inline-end-color: rgb(255 90 31 / 0.8);
}
.border-e-orange-500\/85 {
  border-inline-end-color: rgb(255 90 31 / 0.85);
}
.border-e-orange-500\/90 {
  border-inline-end-color: rgb(255 90 31 / 0.9);
}
.border-e-orange-500\/95 {
  border-inline-end-color: rgb(255 90 31 / 0.95);
}
.border-e-orange-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(208 56 1 / var(--tw-border-opacity, 1));
}
.border-e-orange-600\/0 {
  border-inline-end-color: rgb(208 56 1 / 0);
}
.border-e-orange-600\/10 {
  border-inline-end-color: rgb(208 56 1 / 0.1);
}
.border-e-orange-600\/100 {
  border-inline-end-color: rgb(208 56 1 / 1);
}
.border-e-orange-600\/15 {
  border-inline-end-color: rgb(208 56 1 / 0.15);
}
.border-e-orange-600\/20 {
  border-inline-end-color: rgb(208 56 1 / 0.2);
}
.border-e-orange-600\/25 {
  border-inline-end-color: rgb(208 56 1 / 0.25);
}
.border-e-orange-600\/30 {
  border-inline-end-color: rgb(208 56 1 / 0.3);
}
.border-e-orange-600\/35 {
  border-inline-end-color: rgb(208 56 1 / 0.35);
}
.border-e-orange-600\/40 {
  border-inline-end-color: rgb(208 56 1 / 0.4);
}
.border-e-orange-600\/45 {
  border-inline-end-color: rgb(208 56 1 / 0.45);
}
.border-e-orange-600\/5 {
  border-inline-end-color: rgb(208 56 1 / 0.05);
}
.border-e-orange-600\/50 {
  border-inline-end-color: rgb(208 56 1 / 0.5);
}
.border-e-orange-600\/55 {
  border-inline-end-color: rgb(208 56 1 / 0.55);
}
.border-e-orange-600\/60 {
  border-inline-end-color: rgb(208 56 1 / 0.6);
}
.border-e-orange-600\/65 {
  border-inline-end-color: rgb(208 56 1 / 0.65);
}
.border-e-orange-600\/70 {
  border-inline-end-color: rgb(208 56 1 / 0.7);
}
.border-e-orange-600\/75 {
  border-inline-end-color: rgb(208 56 1 / 0.75);
}
.border-e-orange-600\/80 {
  border-inline-end-color: rgb(208 56 1 / 0.8);
}
.border-e-orange-600\/85 {
  border-inline-end-color: rgb(208 56 1 / 0.85);
}
.border-e-orange-600\/90 {
  border-inline-end-color: rgb(208 56 1 / 0.9);
}
.border-e-orange-600\/95 {
  border-inline-end-color: rgb(208 56 1 / 0.95);
}
.border-e-orange-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(180 52 3 / var(--tw-border-opacity, 1));
}
.border-e-orange-700\/0 {
  border-inline-end-color: rgb(180 52 3 / 0);
}
.border-e-orange-700\/10 {
  border-inline-end-color: rgb(180 52 3 / 0.1);
}
.border-e-orange-700\/100 {
  border-inline-end-color: rgb(180 52 3 / 1);
}
.border-e-orange-700\/15 {
  border-inline-end-color: rgb(180 52 3 / 0.15);
}
.border-e-orange-700\/20 {
  border-inline-end-color: rgb(180 52 3 / 0.2);
}
.border-e-orange-700\/25 {
  border-inline-end-color: rgb(180 52 3 / 0.25);
}
.border-e-orange-700\/30 {
  border-inline-end-color: rgb(180 52 3 / 0.3);
}
.border-e-orange-700\/35 {
  border-inline-end-color: rgb(180 52 3 / 0.35);
}
.border-e-orange-700\/40 {
  border-inline-end-color: rgb(180 52 3 / 0.4);
}
.border-e-orange-700\/45 {
  border-inline-end-color: rgb(180 52 3 / 0.45);
}
.border-e-orange-700\/5 {
  border-inline-end-color: rgb(180 52 3 / 0.05);
}
.border-e-orange-700\/50 {
  border-inline-end-color: rgb(180 52 3 / 0.5);
}
.border-e-orange-700\/55 {
  border-inline-end-color: rgb(180 52 3 / 0.55);
}
.border-e-orange-700\/60 {
  border-inline-end-color: rgb(180 52 3 / 0.6);
}
.border-e-orange-700\/65 {
  border-inline-end-color: rgb(180 52 3 / 0.65);
}
.border-e-orange-700\/70 {
  border-inline-end-color: rgb(180 52 3 / 0.7);
}
.border-e-orange-700\/75 {
  border-inline-end-color: rgb(180 52 3 / 0.75);
}
.border-e-orange-700\/80 {
  border-inline-end-color: rgb(180 52 3 / 0.8);
}
.border-e-orange-700\/85 {
  border-inline-end-color: rgb(180 52 3 / 0.85);
}
.border-e-orange-700\/90 {
  border-inline-end-color: rgb(180 52 3 / 0.9);
}
.border-e-orange-700\/95 {
  border-inline-end-color: rgb(180 52 3 / 0.95);
}
.border-e-orange-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(138 44 13 / var(--tw-border-opacity, 1));
}
.border-e-orange-800\/0 {
  border-inline-end-color: rgb(138 44 13 / 0);
}
.border-e-orange-800\/10 {
  border-inline-end-color: rgb(138 44 13 / 0.1);
}
.border-e-orange-800\/100 {
  border-inline-end-color: rgb(138 44 13 / 1);
}
.border-e-orange-800\/15 {
  border-inline-end-color: rgb(138 44 13 / 0.15);
}
.border-e-orange-800\/20 {
  border-inline-end-color: rgb(138 44 13 / 0.2);
}
.border-e-orange-800\/25 {
  border-inline-end-color: rgb(138 44 13 / 0.25);
}
.border-e-orange-800\/30 {
  border-inline-end-color: rgb(138 44 13 / 0.3);
}
.border-e-orange-800\/35 {
  border-inline-end-color: rgb(138 44 13 / 0.35);
}
.border-e-orange-800\/40 {
  border-inline-end-color: rgb(138 44 13 / 0.4);
}
.border-e-orange-800\/45 {
  border-inline-end-color: rgb(138 44 13 / 0.45);
}
.border-e-orange-800\/5 {
  border-inline-end-color: rgb(138 44 13 / 0.05);
}
.border-e-orange-800\/50 {
  border-inline-end-color: rgb(138 44 13 / 0.5);
}
.border-e-orange-800\/55 {
  border-inline-end-color: rgb(138 44 13 / 0.55);
}
.border-e-orange-800\/60 {
  border-inline-end-color: rgb(138 44 13 / 0.6);
}
.border-e-orange-800\/65 {
  border-inline-end-color: rgb(138 44 13 / 0.65);
}
.border-e-orange-800\/70 {
  border-inline-end-color: rgb(138 44 13 / 0.7);
}
.border-e-orange-800\/75 {
  border-inline-end-color: rgb(138 44 13 / 0.75);
}
.border-e-orange-800\/80 {
  border-inline-end-color: rgb(138 44 13 / 0.8);
}
.border-e-orange-800\/85 {
  border-inline-end-color: rgb(138 44 13 / 0.85);
}
.border-e-orange-800\/90 {
  border-inline-end-color: rgb(138 44 13 / 0.9);
}
.border-e-orange-800\/95 {
  border-inline-end-color: rgb(138 44 13 / 0.95);
}
.border-e-orange-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(119 29 29 / var(--tw-border-opacity, 1));
}
.border-e-orange-900\/0 {
  border-inline-end-color: rgb(119 29 29 / 0);
}
.border-e-orange-900\/10 {
  border-inline-end-color: rgb(119 29 29 / 0.1);
}
.border-e-orange-900\/100 {
  border-inline-end-color: rgb(119 29 29 / 1);
}
.border-e-orange-900\/15 {
  border-inline-end-color: rgb(119 29 29 / 0.15);
}
.border-e-orange-900\/20 {
  border-inline-end-color: rgb(119 29 29 / 0.2);
}
.border-e-orange-900\/25 {
  border-inline-end-color: rgb(119 29 29 / 0.25);
}
.border-e-orange-900\/30 {
  border-inline-end-color: rgb(119 29 29 / 0.3);
}
.border-e-orange-900\/35 {
  border-inline-end-color: rgb(119 29 29 / 0.35);
}
.border-e-orange-900\/40 {
  border-inline-end-color: rgb(119 29 29 / 0.4);
}
.border-e-orange-900\/45 {
  border-inline-end-color: rgb(119 29 29 / 0.45);
}
.border-e-orange-900\/5 {
  border-inline-end-color: rgb(119 29 29 / 0.05);
}
.border-e-orange-900\/50 {
  border-inline-end-color: rgb(119 29 29 / 0.5);
}
.border-e-orange-900\/55 {
  border-inline-end-color: rgb(119 29 29 / 0.55);
}
.border-e-orange-900\/60 {
  border-inline-end-color: rgb(119 29 29 / 0.6);
}
.border-e-orange-900\/65 {
  border-inline-end-color: rgb(119 29 29 / 0.65);
}
.border-e-orange-900\/70 {
  border-inline-end-color: rgb(119 29 29 / 0.7);
}
.border-e-orange-900\/75 {
  border-inline-end-color: rgb(119 29 29 / 0.75);
}
.border-e-orange-900\/80 {
  border-inline-end-color: rgb(119 29 29 / 0.8);
}
.border-e-orange-900\/85 {
  border-inline-end-color: rgb(119 29 29 / 0.85);
}
.border-e-orange-900\/90 {
  border-inline-end-color: rgb(119 29 29 / 0.9);
}
.border-e-orange-900\/95 {
  border-inline-end-color: rgb(119 29 29 / 0.95);
}
.border-e-pink-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(252 232 243 / var(--tw-border-opacity, 1));
}
.border-e-pink-100\/0 {
  border-inline-end-color: rgb(252 232 243 / 0);
}
.border-e-pink-100\/10 {
  border-inline-end-color: rgb(252 232 243 / 0.1);
}
.border-e-pink-100\/100 {
  border-inline-end-color: rgb(252 232 243 / 1);
}
.border-e-pink-100\/15 {
  border-inline-end-color: rgb(252 232 243 / 0.15);
}
.border-e-pink-100\/20 {
  border-inline-end-color: rgb(252 232 243 / 0.2);
}
.border-e-pink-100\/25 {
  border-inline-end-color: rgb(252 232 243 / 0.25);
}
.border-e-pink-100\/30 {
  border-inline-end-color: rgb(252 232 243 / 0.3);
}
.border-e-pink-100\/35 {
  border-inline-end-color: rgb(252 232 243 / 0.35);
}
.border-e-pink-100\/40 {
  border-inline-end-color: rgb(252 232 243 / 0.4);
}
.border-e-pink-100\/45 {
  border-inline-end-color: rgb(252 232 243 / 0.45);
}
.border-e-pink-100\/5 {
  border-inline-end-color: rgb(252 232 243 / 0.05);
}
.border-e-pink-100\/50 {
  border-inline-end-color: rgb(252 232 243 / 0.5);
}
.border-e-pink-100\/55 {
  border-inline-end-color: rgb(252 232 243 / 0.55);
}
.border-e-pink-100\/60 {
  border-inline-end-color: rgb(252 232 243 / 0.6);
}
.border-e-pink-100\/65 {
  border-inline-end-color: rgb(252 232 243 / 0.65);
}
.border-e-pink-100\/70 {
  border-inline-end-color: rgb(252 232 243 / 0.7);
}
.border-e-pink-100\/75 {
  border-inline-end-color: rgb(252 232 243 / 0.75);
}
.border-e-pink-100\/80 {
  border-inline-end-color: rgb(252 232 243 / 0.8);
}
.border-e-pink-100\/85 {
  border-inline-end-color: rgb(252 232 243 / 0.85);
}
.border-e-pink-100\/90 {
  border-inline-end-color: rgb(252 232 243 / 0.9);
}
.border-e-pink-100\/95 {
  border-inline-end-color: rgb(252 232 243 / 0.95);
}
.border-e-pink-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 209 232 / var(--tw-border-opacity, 1));
}
.border-e-pink-200\/0 {
  border-inline-end-color: rgb(250 209 232 / 0);
}
.border-e-pink-200\/10 {
  border-inline-end-color: rgb(250 209 232 / 0.1);
}
.border-e-pink-200\/100 {
  border-inline-end-color: rgb(250 209 232 / 1);
}
.border-e-pink-200\/15 {
  border-inline-end-color: rgb(250 209 232 / 0.15);
}
.border-e-pink-200\/20 {
  border-inline-end-color: rgb(250 209 232 / 0.2);
}
.border-e-pink-200\/25 {
  border-inline-end-color: rgb(250 209 232 / 0.25);
}
.border-e-pink-200\/30 {
  border-inline-end-color: rgb(250 209 232 / 0.3);
}
.border-e-pink-200\/35 {
  border-inline-end-color: rgb(250 209 232 / 0.35);
}
.border-e-pink-200\/40 {
  border-inline-end-color: rgb(250 209 232 / 0.4);
}
.border-e-pink-200\/45 {
  border-inline-end-color: rgb(250 209 232 / 0.45);
}
.border-e-pink-200\/5 {
  border-inline-end-color: rgb(250 209 232 / 0.05);
}
.border-e-pink-200\/50 {
  border-inline-end-color: rgb(250 209 232 / 0.5);
}
.border-e-pink-200\/55 {
  border-inline-end-color: rgb(250 209 232 / 0.55);
}
.border-e-pink-200\/60 {
  border-inline-end-color: rgb(250 209 232 / 0.6);
}
.border-e-pink-200\/65 {
  border-inline-end-color: rgb(250 209 232 / 0.65);
}
.border-e-pink-200\/70 {
  border-inline-end-color: rgb(250 209 232 / 0.7);
}
.border-e-pink-200\/75 {
  border-inline-end-color: rgb(250 209 232 / 0.75);
}
.border-e-pink-200\/80 {
  border-inline-end-color: rgb(250 209 232 / 0.8);
}
.border-e-pink-200\/85 {
  border-inline-end-color: rgb(250 209 232 / 0.85);
}
.border-e-pink-200\/90 {
  border-inline-end-color: rgb(250 209 232 / 0.9);
}
.border-e-pink-200\/95 {
  border-inline-end-color: rgb(250 209 232 / 0.95);
}
.border-e-pink-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(248 180 217 / var(--tw-border-opacity, 1));
}
.border-e-pink-300\/0 {
  border-inline-end-color: rgb(248 180 217 / 0);
}
.border-e-pink-300\/10 {
  border-inline-end-color: rgb(248 180 217 / 0.1);
}
.border-e-pink-300\/100 {
  border-inline-end-color: rgb(248 180 217 / 1);
}
.border-e-pink-300\/15 {
  border-inline-end-color: rgb(248 180 217 / 0.15);
}
.border-e-pink-300\/20 {
  border-inline-end-color: rgb(248 180 217 / 0.2);
}
.border-e-pink-300\/25 {
  border-inline-end-color: rgb(248 180 217 / 0.25);
}
.border-e-pink-300\/30 {
  border-inline-end-color: rgb(248 180 217 / 0.3);
}
.border-e-pink-300\/35 {
  border-inline-end-color: rgb(248 180 217 / 0.35);
}
.border-e-pink-300\/40 {
  border-inline-end-color: rgb(248 180 217 / 0.4);
}
.border-e-pink-300\/45 {
  border-inline-end-color: rgb(248 180 217 / 0.45);
}
.border-e-pink-300\/5 {
  border-inline-end-color: rgb(248 180 217 / 0.05);
}
.border-e-pink-300\/50 {
  border-inline-end-color: rgb(248 180 217 / 0.5);
}
.border-e-pink-300\/55 {
  border-inline-end-color: rgb(248 180 217 / 0.55);
}
.border-e-pink-300\/60 {
  border-inline-end-color: rgb(248 180 217 / 0.6);
}
.border-e-pink-300\/65 {
  border-inline-end-color: rgb(248 180 217 / 0.65);
}
.border-e-pink-300\/70 {
  border-inline-end-color: rgb(248 180 217 / 0.7);
}
.border-e-pink-300\/75 {
  border-inline-end-color: rgb(248 180 217 / 0.75);
}
.border-e-pink-300\/80 {
  border-inline-end-color: rgb(248 180 217 / 0.8);
}
.border-e-pink-300\/85 {
  border-inline-end-color: rgb(248 180 217 / 0.85);
}
.border-e-pink-300\/90 {
  border-inline-end-color: rgb(248 180 217 / 0.9);
}
.border-e-pink-300\/95 {
  border-inline-end-color: rgb(248 180 217 / 0.95);
}
.border-e-pink-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(241 126 184 / var(--tw-border-opacity, 1));
}
.border-e-pink-400\/0 {
  border-inline-end-color: rgb(241 126 184 / 0);
}
.border-e-pink-400\/10 {
  border-inline-end-color: rgb(241 126 184 / 0.1);
}
.border-e-pink-400\/100 {
  border-inline-end-color: rgb(241 126 184 / 1);
}
.border-e-pink-400\/15 {
  border-inline-end-color: rgb(241 126 184 / 0.15);
}
.border-e-pink-400\/20 {
  border-inline-end-color: rgb(241 126 184 / 0.2);
}
.border-e-pink-400\/25 {
  border-inline-end-color: rgb(241 126 184 / 0.25);
}
.border-e-pink-400\/30 {
  border-inline-end-color: rgb(241 126 184 / 0.3);
}
.border-e-pink-400\/35 {
  border-inline-end-color: rgb(241 126 184 / 0.35);
}
.border-e-pink-400\/40 {
  border-inline-end-color: rgb(241 126 184 / 0.4);
}
.border-e-pink-400\/45 {
  border-inline-end-color: rgb(241 126 184 / 0.45);
}
.border-e-pink-400\/5 {
  border-inline-end-color: rgb(241 126 184 / 0.05);
}
.border-e-pink-400\/50 {
  border-inline-end-color: rgb(241 126 184 / 0.5);
}
.border-e-pink-400\/55 {
  border-inline-end-color: rgb(241 126 184 / 0.55);
}
.border-e-pink-400\/60 {
  border-inline-end-color: rgb(241 126 184 / 0.6);
}
.border-e-pink-400\/65 {
  border-inline-end-color: rgb(241 126 184 / 0.65);
}
.border-e-pink-400\/70 {
  border-inline-end-color: rgb(241 126 184 / 0.7);
}
.border-e-pink-400\/75 {
  border-inline-end-color: rgb(241 126 184 / 0.75);
}
.border-e-pink-400\/80 {
  border-inline-end-color: rgb(241 126 184 / 0.8);
}
.border-e-pink-400\/85 {
  border-inline-end-color: rgb(241 126 184 / 0.85);
}
.border-e-pink-400\/90 {
  border-inline-end-color: rgb(241 126 184 / 0.9);
}
.border-e-pink-400\/95 {
  border-inline-end-color: rgb(241 126 184 / 0.95);
}
.border-e-pink-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
}
.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(231 70 148 / var(--tw-border-opacity, 1));
}
.border-e-pink-500\/0 {
  border-inline-end-color: rgb(231 70 148 / 0);
}
.border-e-pink-500\/10 {
  border-inline-end-color: rgb(231 70 148 / 0.1);
}
.border-e-pink-500\/100 {
  border-inline-end-color: rgb(231 70 148 / 1);
}
.border-e-pink-500\/15 {
  border-inline-end-color: rgb(231 70 148 / 0.15);
}
.border-e-pink-500\/20 {
  border-inline-end-color: rgb(231 70 148 / 0.2);
}
.border-e-pink-500\/25 {
  border-inline-end-color: rgb(231 70 148 / 0.25);
}
.border-e-pink-500\/30 {
  border-inline-end-color: rgb(231 70 148 / 0.3);
}
.border-e-pink-500\/35 {
  border-inline-end-color: rgb(231 70 148 / 0.35);
}
.border-e-pink-500\/40 {
  border-inline-end-color: rgb(231 70 148 / 0.4);
}
.border-e-pink-500\/45 {
  border-inline-end-color: rgb(231 70 148 / 0.45);
}
.border-e-pink-500\/5 {
  border-inline-end-color: rgb(231 70 148 / 0.05);
}
.border-e-pink-500\/50 {
  border-inline-end-color: rgb(231 70 148 / 0.5);
}
.border-e-pink-500\/55 {
  border-inline-end-color: rgb(231 70 148 / 0.55);
}
.border-e-pink-500\/60 {
  border-inline-end-color: rgb(231 70 148 / 0.6);
}
.border-e-pink-500\/65 {
  border-inline-end-color: rgb(231 70 148 / 0.65);
}
.border-e-pink-500\/70 {
  border-inline-end-color: rgb(231 70 148 / 0.7);
}
.border-e-pink-500\/75 {
  border-inline-end-color: rgb(231 70 148 / 0.75);
}
.border-e-pink-500\/80 {
  border-inline-end-color: rgb(231 70 148 / 0.8);
}
.border-e-pink-500\/85 {
  border-inline-end-color: rgb(231 70 148 / 0.85);
}
.border-e-pink-500\/90 {
  border-inline-end-color: rgb(231 70 148 / 0.9);
}
.border-e-pink-500\/95 {
  border-inline-end-color: rgb(231 70 148 / 0.95);
}
.border-e-pink-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(214 31 105 / var(--tw-border-opacity, 1));
}
.border-e-pink-600\/0 {
  border-inline-end-color: rgb(214 31 105 / 0);
}
.border-e-pink-600\/10 {
  border-inline-end-color: rgb(214 31 105 / 0.1);
}
.border-e-pink-600\/100 {
  border-inline-end-color: rgb(214 31 105 / 1);
}
.border-e-pink-600\/15 {
  border-inline-end-color: rgb(214 31 105 / 0.15);
}
.border-e-pink-600\/20 {
  border-inline-end-color: rgb(214 31 105 / 0.2);
}
.border-e-pink-600\/25 {
  border-inline-end-color: rgb(214 31 105 / 0.25);
}
.border-e-pink-600\/30 {
  border-inline-end-color: rgb(214 31 105 / 0.3);
}
.border-e-pink-600\/35 {
  border-inline-end-color: rgb(214 31 105 / 0.35);
}
.border-e-pink-600\/40 {
  border-inline-end-color: rgb(214 31 105 / 0.4);
}
.border-e-pink-600\/45 {
  border-inline-end-color: rgb(214 31 105 / 0.45);
}
.border-e-pink-600\/5 {
  border-inline-end-color: rgb(214 31 105 / 0.05);
}
.border-e-pink-600\/50 {
  border-inline-end-color: rgb(214 31 105 / 0.5);
}
.border-e-pink-600\/55 {
  border-inline-end-color: rgb(214 31 105 / 0.55);
}
.border-e-pink-600\/60 {
  border-inline-end-color: rgb(214 31 105 / 0.6);
}
.border-e-pink-600\/65 {
  border-inline-end-color: rgb(214 31 105 / 0.65);
}
.border-e-pink-600\/70 {
  border-inline-end-color: rgb(214 31 105 / 0.7);
}
.border-e-pink-600\/75 {
  border-inline-end-color: rgb(214 31 105 / 0.75);
}
.border-e-pink-600\/80 {
  border-inline-end-color: rgb(214 31 105 / 0.8);
}
.border-e-pink-600\/85 {
  border-inline-end-color: rgb(214 31 105 / 0.85);
}
.border-e-pink-600\/90 {
  border-inline-end-color: rgb(214 31 105 / 0.9);
}
.border-e-pink-600\/95 {
  border-inline-end-color: rgb(214 31 105 / 0.95);
}
.border-e-pink-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(191 18 93 / var(--tw-border-opacity, 1));
}
.border-e-pink-700\/0 {
  border-inline-end-color: rgb(191 18 93 / 0);
}
.border-e-pink-700\/10 {
  border-inline-end-color: rgb(191 18 93 / 0.1);
}
.border-e-pink-700\/100 {
  border-inline-end-color: rgb(191 18 93 / 1);
}
.border-e-pink-700\/15 {
  border-inline-end-color: rgb(191 18 93 / 0.15);
}
.border-e-pink-700\/20 {
  border-inline-end-color: rgb(191 18 93 / 0.2);
}
.border-e-pink-700\/25 {
  border-inline-end-color: rgb(191 18 93 / 0.25);
}
.border-e-pink-700\/30 {
  border-inline-end-color: rgb(191 18 93 / 0.3);
}
.border-e-pink-700\/35 {
  border-inline-end-color: rgb(191 18 93 / 0.35);
}
.border-e-pink-700\/40 {
  border-inline-end-color: rgb(191 18 93 / 0.4);
}
.border-e-pink-700\/45 {
  border-inline-end-color: rgb(191 18 93 / 0.45);
}
.border-e-pink-700\/5 {
  border-inline-end-color: rgb(191 18 93 / 0.05);
}
.border-e-pink-700\/50 {
  border-inline-end-color: rgb(191 18 93 / 0.5);
}
.border-e-pink-700\/55 {
  border-inline-end-color: rgb(191 18 93 / 0.55);
}
.border-e-pink-700\/60 {
  border-inline-end-color: rgb(191 18 93 / 0.6);
}
.border-e-pink-700\/65 {
  border-inline-end-color: rgb(191 18 93 / 0.65);
}
.border-e-pink-700\/70 {
  border-inline-end-color: rgb(191 18 93 / 0.7);
}
.border-e-pink-700\/75 {
  border-inline-end-color: rgb(191 18 93 / 0.75);
}
.border-e-pink-700\/80 {
  border-inline-end-color: rgb(191 18 93 / 0.8);
}
.border-e-pink-700\/85 {
  border-inline-end-color: rgb(191 18 93 / 0.85);
}
.border-e-pink-700\/90 {
  border-inline-end-color: rgb(191 18 93 / 0.9);
}
.border-e-pink-700\/95 {
  border-inline-end-color: rgb(191 18 93 / 0.95);
}
.border-e-pink-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(153 21 75 / var(--tw-border-opacity, 1));
}
.border-e-pink-800\/0 {
  border-inline-end-color: rgb(153 21 75 / 0);
}
.border-e-pink-800\/10 {
  border-inline-end-color: rgb(153 21 75 / 0.1);
}
.border-e-pink-800\/100 {
  border-inline-end-color: rgb(153 21 75 / 1);
}
.border-e-pink-800\/15 {
  border-inline-end-color: rgb(153 21 75 / 0.15);
}
.border-e-pink-800\/20 {
  border-inline-end-color: rgb(153 21 75 / 0.2);
}
.border-e-pink-800\/25 {
  border-inline-end-color: rgb(153 21 75 / 0.25);
}
.border-e-pink-800\/30 {
  border-inline-end-color: rgb(153 21 75 / 0.3);
}
.border-e-pink-800\/35 {
  border-inline-end-color: rgb(153 21 75 / 0.35);
}
.border-e-pink-800\/40 {
  border-inline-end-color: rgb(153 21 75 / 0.4);
}
.border-e-pink-800\/45 {
  border-inline-end-color: rgb(153 21 75 / 0.45);
}
.border-e-pink-800\/5 {
  border-inline-end-color: rgb(153 21 75 / 0.05);
}
.border-e-pink-800\/50 {
  border-inline-end-color: rgb(153 21 75 / 0.5);
}
.border-e-pink-800\/55 {
  border-inline-end-color: rgb(153 21 75 / 0.55);
}
.border-e-pink-800\/60 {
  border-inline-end-color: rgb(153 21 75 / 0.6);
}
.border-e-pink-800\/65 {
  border-inline-end-color: rgb(153 21 75 / 0.65);
}
.border-e-pink-800\/70 {
  border-inline-end-color: rgb(153 21 75 / 0.7);
}
.border-e-pink-800\/75 {
  border-inline-end-color: rgb(153 21 75 / 0.75);
}
.border-e-pink-800\/80 {
  border-inline-end-color: rgb(153 21 75 / 0.8);
}
.border-e-pink-800\/85 {
  border-inline-end-color: rgb(153 21 75 / 0.85);
}
.border-e-pink-800\/90 {
  border-inline-end-color: rgb(153 21 75 / 0.9);
}
.border-e-pink-800\/95 {
  border-inline-end-color: rgb(153 21 75 / 0.95);
}
.border-e-pink-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(117 26 61 / var(--tw-border-opacity, 1));
}
.border-e-pink-900\/0 {
  border-inline-end-color: rgb(117 26 61 / 0);
}
.border-e-pink-900\/10 {
  border-inline-end-color: rgb(117 26 61 / 0.1);
}
.border-e-pink-900\/100 {
  border-inline-end-color: rgb(117 26 61 / 1);
}
.border-e-pink-900\/15 {
  border-inline-end-color: rgb(117 26 61 / 0.15);
}
.border-e-pink-900\/20 {
  border-inline-end-color: rgb(117 26 61 / 0.2);
}
.border-e-pink-900\/25 {
  border-inline-end-color: rgb(117 26 61 / 0.25);
}
.border-e-pink-900\/30 {
  border-inline-end-color: rgb(117 26 61 / 0.3);
}
.border-e-pink-900\/35 {
  border-inline-end-color: rgb(117 26 61 / 0.35);
}
.border-e-pink-900\/40 {
  border-inline-end-color: rgb(117 26 61 / 0.4);
}
.border-e-pink-900\/45 {
  border-inline-end-color: rgb(117 26 61 / 0.45);
}
.border-e-pink-900\/5 {
  border-inline-end-color: rgb(117 26 61 / 0.05);
}
.border-e-pink-900\/50 {
  border-inline-end-color: rgb(117 26 61 / 0.5);
}
.border-e-pink-900\/55 {
  border-inline-end-color: rgb(117 26 61 / 0.55);
}
.border-e-pink-900\/60 {
  border-inline-end-color: rgb(117 26 61 / 0.6);
}
.border-e-pink-900\/65 {
  border-inline-end-color: rgb(117 26 61 / 0.65);
}
.border-e-pink-900\/70 {
  border-inline-end-color: rgb(117 26 61 / 0.7);
}
.border-e-pink-900\/75 {
  border-inline-end-color: rgb(117 26 61 / 0.75);
}
.border-e-pink-900\/80 {
  border-inline-end-color: rgb(117 26 61 / 0.8);
}
.border-e-pink-900\/85 {
  border-inline-end-color: rgb(117 26 61 / 0.85);
}
.border-e-pink-900\/90 {
  border-inline-end-color: rgb(117 26 61 / 0.9);
}
.border-e-pink-900\/95 {
  border-inline-end-color: rgb(117 26 61 / 0.95);
}
.border-e-primary-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.border-e-primary-100\/0 {
  border-inline-end-color: rgb(254 226 226 / 0);
}
.border-e-primary-100\/10 {
  border-inline-end-color: rgb(254 226 226 / 0.1);
}
.border-e-primary-100\/100 {
  border-inline-end-color: rgb(254 226 226 / 1);
}
.border-e-primary-100\/15 {
  border-inline-end-color: rgb(254 226 226 / 0.15);
}
.border-e-primary-100\/20 {
  border-inline-end-color: rgb(254 226 226 / 0.2);
}
.border-e-primary-100\/25 {
  border-inline-end-color: rgb(254 226 226 / 0.25);
}
.border-e-primary-100\/30 {
  border-inline-end-color: rgb(254 226 226 / 0.3);
}
.border-e-primary-100\/35 {
  border-inline-end-color: rgb(254 226 226 / 0.35);
}
.border-e-primary-100\/40 {
  border-inline-end-color: rgb(254 226 226 / 0.4);
}
.border-e-primary-100\/45 {
  border-inline-end-color: rgb(254 226 226 / 0.45);
}
.border-e-primary-100\/5 {
  border-inline-end-color: rgb(254 226 226 / 0.05);
}
.border-e-primary-100\/50 {
  border-inline-end-color: rgb(254 226 226 / 0.5);
}
.border-e-primary-100\/55 {
  border-inline-end-color: rgb(254 226 226 / 0.55);
}
.border-e-primary-100\/60 {
  border-inline-end-color: rgb(254 226 226 / 0.6);
}
.border-e-primary-100\/65 {
  border-inline-end-color: rgb(254 226 226 / 0.65);
}
.border-e-primary-100\/70 {
  border-inline-end-color: rgb(254 226 226 / 0.7);
}
.border-e-primary-100\/75 {
  border-inline-end-color: rgb(254 226 226 / 0.75);
}
.border-e-primary-100\/80 {
  border-inline-end-color: rgb(254 226 226 / 0.8);
}
.border-e-primary-100\/85 {
  border-inline-end-color: rgb(254 226 226 / 0.85);
}
.border-e-primary-100\/90 {
  border-inline-end-color: rgb(254 226 226 / 0.9);
}
.border-e-primary-100\/95 {
  border-inline-end-color: rgb(254 226 226 / 0.95);
}
.border-e-primary-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-e-primary-200\/0 {
  border-inline-end-color: rgb(254 202 202 / 0);
}
.border-e-primary-200\/10 {
  border-inline-end-color: rgb(254 202 202 / 0.1);
}
.border-e-primary-200\/100 {
  border-inline-end-color: rgb(254 202 202 / 1);
}
.border-e-primary-200\/15 {
  border-inline-end-color: rgb(254 202 202 / 0.15);
}
.border-e-primary-200\/20 {
  border-inline-end-color: rgb(254 202 202 / 0.2);
}
.border-e-primary-200\/25 {
  border-inline-end-color: rgb(254 202 202 / 0.25);
}
.border-e-primary-200\/30 {
  border-inline-end-color: rgb(254 202 202 / 0.3);
}
.border-e-primary-200\/35 {
  border-inline-end-color: rgb(254 202 202 / 0.35);
}
.border-e-primary-200\/40 {
  border-inline-end-color: rgb(254 202 202 / 0.4);
}
.border-e-primary-200\/45 {
  border-inline-end-color: rgb(254 202 202 / 0.45);
}
.border-e-primary-200\/5 {
  border-inline-end-color: rgb(254 202 202 / 0.05);
}
.border-e-primary-200\/50 {
  border-inline-end-color: rgb(254 202 202 / 0.5);
}
.border-e-primary-200\/55 {
  border-inline-end-color: rgb(254 202 202 / 0.55);
}
.border-e-primary-200\/60 {
  border-inline-end-color: rgb(254 202 202 / 0.6);
}
.border-e-primary-200\/65 {
  border-inline-end-color: rgb(254 202 202 / 0.65);
}
.border-e-primary-200\/70 {
  border-inline-end-color: rgb(254 202 202 / 0.7);
}
.border-e-primary-200\/75 {
  border-inline-end-color: rgb(254 202 202 / 0.75);
}
.border-e-primary-200\/80 {
  border-inline-end-color: rgb(254 202 202 / 0.8);
}
.border-e-primary-200\/85 {
  border-inline-end-color: rgb(254 202 202 / 0.85);
}
.border-e-primary-200\/90 {
  border-inline-end-color: rgb(254 202 202 / 0.9);
}
.border-e-primary-200\/95 {
  border-inline-end-color: rgb(254 202 202 / 0.95);
}
.border-e-primary-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-e-primary-300\/0 {
  border-inline-end-color: rgb(252 165 165 / 0);
}
.border-e-primary-300\/10 {
  border-inline-end-color: rgb(252 165 165 / 0.1);
}
.border-e-primary-300\/100 {
  border-inline-end-color: rgb(252 165 165 / 1);
}
.border-e-primary-300\/15 {
  border-inline-end-color: rgb(252 165 165 / 0.15);
}
.border-e-primary-300\/20 {
  border-inline-end-color: rgb(252 165 165 / 0.2);
}
.border-e-primary-300\/25 {
  border-inline-end-color: rgb(252 165 165 / 0.25);
}
.border-e-primary-300\/30 {
  border-inline-end-color: rgb(252 165 165 / 0.3);
}
.border-e-primary-300\/35 {
  border-inline-end-color: rgb(252 165 165 / 0.35);
}
.border-e-primary-300\/40 {
  border-inline-end-color: rgb(252 165 165 / 0.4);
}
.border-e-primary-300\/45 {
  border-inline-end-color: rgb(252 165 165 / 0.45);
}
.border-e-primary-300\/5 {
  border-inline-end-color: rgb(252 165 165 / 0.05);
}
.border-e-primary-300\/50 {
  border-inline-end-color: rgb(252 165 165 / 0.5);
}
.border-e-primary-300\/55 {
  border-inline-end-color: rgb(252 165 165 / 0.55);
}
.border-e-primary-300\/60 {
  border-inline-end-color: rgb(252 165 165 / 0.6);
}
.border-e-primary-300\/65 {
  border-inline-end-color: rgb(252 165 165 / 0.65);
}
.border-e-primary-300\/70 {
  border-inline-end-color: rgb(252 165 165 / 0.7);
}
.border-e-primary-300\/75 {
  border-inline-end-color: rgb(252 165 165 / 0.75);
}
.border-e-primary-300\/80 {
  border-inline-end-color: rgb(252 165 165 / 0.8);
}
.border-e-primary-300\/85 {
  border-inline-end-color: rgb(252 165 165 / 0.85);
}
.border-e-primary-300\/90 {
  border-inline-end-color: rgb(252 165 165 / 0.9);
}
.border-e-primary-300\/95 {
  border-inline-end-color: rgb(252 165 165 / 0.95);
}
.border-e-primary-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-e-primary-400\/0 {
  border-inline-end-color: rgb(248 113 113 / 0);
}
.border-e-primary-400\/10 {
  border-inline-end-color: rgb(248 113 113 / 0.1);
}
.border-e-primary-400\/100 {
  border-inline-end-color: rgb(248 113 113 / 1);
}
.border-e-primary-400\/15 {
  border-inline-end-color: rgb(248 113 113 / 0.15);
}
.border-e-primary-400\/20 {
  border-inline-end-color: rgb(248 113 113 / 0.2);
}
.border-e-primary-400\/25 {
  border-inline-end-color: rgb(248 113 113 / 0.25);
}
.border-e-primary-400\/30 {
  border-inline-end-color: rgb(248 113 113 / 0.3);
}
.border-e-primary-400\/35 {
  border-inline-end-color: rgb(248 113 113 / 0.35);
}
.border-e-primary-400\/40 {
  border-inline-end-color: rgb(248 113 113 / 0.4);
}
.border-e-primary-400\/45 {
  border-inline-end-color: rgb(248 113 113 / 0.45);
}
.border-e-primary-400\/5 {
  border-inline-end-color: rgb(248 113 113 / 0.05);
}
.border-e-primary-400\/50 {
  border-inline-end-color: rgb(248 113 113 / 0.5);
}
.border-e-primary-400\/55 {
  border-inline-end-color: rgb(248 113 113 / 0.55);
}
.border-e-primary-400\/60 {
  border-inline-end-color: rgb(248 113 113 / 0.6);
}
.border-e-primary-400\/65 {
  border-inline-end-color: rgb(248 113 113 / 0.65);
}
.border-e-primary-400\/70 {
  border-inline-end-color: rgb(248 113 113 / 0.7);
}
.border-e-primary-400\/75 {
  border-inline-end-color: rgb(248 113 113 / 0.75);
}
.border-e-primary-400\/80 {
  border-inline-end-color: rgb(248 113 113 / 0.8);
}
.border-e-primary-400\/85 {
  border-inline-end-color: rgb(248 113 113 / 0.85);
}
.border-e-primary-400\/90 {
  border-inline-end-color: rgb(248 113 113 / 0.9);
}
.border-e-primary-400\/95 {
  border-inline-end-color: rgb(248 113 113 / 0.95);
}
.border-e-primary-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}
.border-e-primary-50\/0 {
  border-inline-end-color: rgb(254 242 242 / 0);
}
.border-e-primary-50\/10 {
  border-inline-end-color: rgb(254 242 242 / 0.1);
}
.border-e-primary-50\/100 {
  border-inline-end-color: rgb(254 242 242 / 1);
}
.border-e-primary-50\/15 {
  border-inline-end-color: rgb(254 242 242 / 0.15);
}
.border-e-primary-50\/20 {
  border-inline-end-color: rgb(254 242 242 / 0.2);
}
.border-e-primary-50\/25 {
  border-inline-end-color: rgb(254 242 242 / 0.25);
}
.border-e-primary-50\/30 {
  border-inline-end-color: rgb(254 242 242 / 0.3);
}
.border-e-primary-50\/35 {
  border-inline-end-color: rgb(254 242 242 / 0.35);
}
.border-e-primary-50\/40 {
  border-inline-end-color: rgb(254 242 242 / 0.4);
}
.border-e-primary-50\/45 {
  border-inline-end-color: rgb(254 242 242 / 0.45);
}
.border-e-primary-50\/5 {
  border-inline-end-color: rgb(254 242 242 / 0.05);
}
.border-e-primary-50\/50 {
  border-inline-end-color: rgb(254 242 242 / 0.5);
}
.border-e-primary-50\/55 {
  border-inline-end-color: rgb(254 242 242 / 0.55);
}
.border-e-primary-50\/60 {
  border-inline-end-color: rgb(254 242 242 / 0.6);
}
.border-e-primary-50\/65 {
  border-inline-end-color: rgb(254 242 242 / 0.65);
}
.border-e-primary-50\/70 {
  border-inline-end-color: rgb(254 242 242 / 0.7);
}
.border-e-primary-50\/75 {
  border-inline-end-color: rgb(254 242 242 / 0.75);
}
.border-e-primary-50\/80 {
  border-inline-end-color: rgb(254 242 242 / 0.8);
}
.border-e-primary-50\/85 {
  border-inline-end-color: rgb(254 242 242 / 0.85);
}
.border-e-primary-50\/90 {
  border-inline-end-color: rgb(254 242 242 / 0.9);
}
.border-e-primary-50\/95 {
  border-inline-end-color: rgb(254 242 242 / 0.95);
}
.border-e-primary-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-e-primary-500\/0 {
  border-inline-end-color: rgb(239 68 68 / 0);
}
.border-e-primary-500\/10 {
  border-inline-end-color: rgb(239 68 68 / 0.1);
}
.border-e-primary-500\/100 {
  border-inline-end-color: rgb(239 68 68 / 1);
}
.border-e-primary-500\/15 {
  border-inline-end-color: rgb(239 68 68 / 0.15);
}
.border-e-primary-500\/20 {
  border-inline-end-color: rgb(239 68 68 / 0.2);
}
.border-e-primary-500\/25 {
  border-inline-end-color: rgb(239 68 68 / 0.25);
}
.border-e-primary-500\/30 {
  border-inline-end-color: rgb(239 68 68 / 0.3);
}
.border-e-primary-500\/35 {
  border-inline-end-color: rgb(239 68 68 / 0.35);
}
.border-e-primary-500\/40 {
  border-inline-end-color: rgb(239 68 68 / 0.4);
}
.border-e-primary-500\/45 {
  border-inline-end-color: rgb(239 68 68 / 0.45);
}
.border-e-primary-500\/5 {
  border-inline-end-color: rgb(239 68 68 / 0.05);
}
.border-e-primary-500\/50 {
  border-inline-end-color: rgb(239 68 68 / 0.5);
}
.border-e-primary-500\/55 {
  border-inline-end-color: rgb(239 68 68 / 0.55);
}
.border-e-primary-500\/60 {
  border-inline-end-color: rgb(239 68 68 / 0.6);
}
.border-e-primary-500\/65 {
  border-inline-end-color: rgb(239 68 68 / 0.65);
}
.border-e-primary-500\/70 {
  border-inline-end-color: rgb(239 68 68 / 0.7);
}
.border-e-primary-500\/75 {
  border-inline-end-color: rgb(239 68 68 / 0.75);
}
.border-e-primary-500\/80 {
  border-inline-end-color: rgb(239 68 68 / 0.8);
}
.border-e-primary-500\/85 {
  border-inline-end-color: rgb(239 68 68 / 0.85);
}
.border-e-primary-500\/90 {
  border-inline-end-color: rgb(239 68 68 / 0.9);
}
.border-e-primary-500\/95 {
  border-inline-end-color: rgb(239 68 68 / 0.95);
}
.border-e-primary-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-e-primary-600\/0 {
  border-inline-end-color: rgb(220 38 38 / 0);
}
.border-e-primary-600\/10 {
  border-inline-end-color: rgb(220 38 38 / 0.1);
}
.border-e-primary-600\/100 {
  border-inline-end-color: rgb(220 38 38 / 1);
}
.border-e-primary-600\/15 {
  border-inline-end-color: rgb(220 38 38 / 0.15);
}
.border-e-primary-600\/20 {
  border-inline-end-color: rgb(220 38 38 / 0.2);
}
.border-e-primary-600\/25 {
  border-inline-end-color: rgb(220 38 38 / 0.25);
}
.border-e-primary-600\/30 {
  border-inline-end-color: rgb(220 38 38 / 0.3);
}
.border-e-primary-600\/35 {
  border-inline-end-color: rgb(220 38 38 / 0.35);
}
.border-e-primary-600\/40 {
  border-inline-end-color: rgb(220 38 38 / 0.4);
}
.border-e-primary-600\/45 {
  border-inline-end-color: rgb(220 38 38 / 0.45);
}
.border-e-primary-600\/5 {
  border-inline-end-color: rgb(220 38 38 / 0.05);
}
.border-e-primary-600\/50 {
  border-inline-end-color: rgb(220 38 38 / 0.5);
}
.border-e-primary-600\/55 {
  border-inline-end-color: rgb(220 38 38 / 0.55);
}
.border-e-primary-600\/60 {
  border-inline-end-color: rgb(220 38 38 / 0.6);
}
.border-e-primary-600\/65 {
  border-inline-end-color: rgb(220 38 38 / 0.65);
}
.border-e-primary-600\/70 {
  border-inline-end-color: rgb(220 38 38 / 0.7);
}
.border-e-primary-600\/75 {
  border-inline-end-color: rgb(220 38 38 / 0.75);
}
.border-e-primary-600\/80 {
  border-inline-end-color: rgb(220 38 38 / 0.8);
}
.border-e-primary-600\/85 {
  border-inline-end-color: rgb(220 38 38 / 0.85);
}
.border-e-primary-600\/90 {
  border-inline-end-color: rgb(220 38 38 / 0.9);
}
.border-e-primary-600\/95 {
  border-inline-end-color: rgb(220 38 38 / 0.95);
}
.border-e-primary-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
.border-e-primary-700\/0 {
  border-inline-end-color: rgb(185 28 28 / 0);
}
.border-e-primary-700\/10 {
  border-inline-end-color: rgb(185 28 28 / 0.1);
}
.border-e-primary-700\/100 {
  border-inline-end-color: rgb(185 28 28 / 1);
}
.border-e-primary-700\/15 {
  border-inline-end-color: rgb(185 28 28 / 0.15);
}
.border-e-primary-700\/20 {
  border-inline-end-color: rgb(185 28 28 / 0.2);
}
.border-e-primary-700\/25 {
  border-inline-end-color: rgb(185 28 28 / 0.25);
}
.border-e-primary-700\/30 {
  border-inline-end-color: rgb(185 28 28 / 0.3);
}
.border-e-primary-700\/35 {
  border-inline-end-color: rgb(185 28 28 / 0.35);
}
.border-e-primary-700\/40 {
  border-inline-end-color: rgb(185 28 28 / 0.4);
}
.border-e-primary-700\/45 {
  border-inline-end-color: rgb(185 28 28 / 0.45);
}
.border-e-primary-700\/5 {
  border-inline-end-color: rgb(185 28 28 / 0.05);
}
.border-e-primary-700\/50 {
  border-inline-end-color: rgb(185 28 28 / 0.5);
}
.border-e-primary-700\/55 {
  border-inline-end-color: rgb(185 28 28 / 0.55);
}
.border-e-primary-700\/60 {
  border-inline-end-color: rgb(185 28 28 / 0.6);
}
.border-e-primary-700\/65 {
  border-inline-end-color: rgb(185 28 28 / 0.65);
}
.border-e-primary-700\/70 {
  border-inline-end-color: rgb(185 28 28 / 0.7);
}
.border-e-primary-700\/75 {
  border-inline-end-color: rgb(185 28 28 / 0.75);
}
.border-e-primary-700\/80 {
  border-inline-end-color: rgb(185 28 28 / 0.8);
}
.border-e-primary-700\/85 {
  border-inline-end-color: rgb(185 28 28 / 0.85);
}
.border-e-primary-700\/90 {
  border-inline-end-color: rgb(185 28 28 / 0.9);
}
.border-e-primary-700\/95 {
  border-inline-end-color: rgb(185 28 28 / 0.95);
}
.border-e-primary-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}
.border-e-primary-800\/0 {
  border-inline-end-color: rgb(153 27 27 / 0);
}
.border-e-primary-800\/10 {
  border-inline-end-color: rgb(153 27 27 / 0.1);
}
.border-e-primary-800\/100 {
  border-inline-end-color: rgb(153 27 27 / 1);
}
.border-e-primary-800\/15 {
  border-inline-end-color: rgb(153 27 27 / 0.15);
}
.border-e-primary-800\/20 {
  border-inline-end-color: rgb(153 27 27 / 0.2);
}
.border-e-primary-800\/25 {
  border-inline-end-color: rgb(153 27 27 / 0.25);
}
.border-e-primary-800\/30 {
  border-inline-end-color: rgb(153 27 27 / 0.3);
}
.border-e-primary-800\/35 {
  border-inline-end-color: rgb(153 27 27 / 0.35);
}
.border-e-primary-800\/40 {
  border-inline-end-color: rgb(153 27 27 / 0.4);
}
.border-e-primary-800\/45 {
  border-inline-end-color: rgb(153 27 27 / 0.45);
}
.border-e-primary-800\/5 {
  border-inline-end-color: rgb(153 27 27 / 0.05);
}
.border-e-primary-800\/50 {
  border-inline-end-color: rgb(153 27 27 / 0.5);
}
.border-e-primary-800\/55 {
  border-inline-end-color: rgb(153 27 27 / 0.55);
}
.border-e-primary-800\/60 {
  border-inline-end-color: rgb(153 27 27 / 0.6);
}
.border-e-primary-800\/65 {
  border-inline-end-color: rgb(153 27 27 / 0.65);
}
.border-e-primary-800\/70 {
  border-inline-end-color: rgb(153 27 27 / 0.7);
}
.border-e-primary-800\/75 {
  border-inline-end-color: rgb(153 27 27 / 0.75);
}
.border-e-primary-800\/80 {
  border-inline-end-color: rgb(153 27 27 / 0.8);
}
.border-e-primary-800\/85 {
  border-inline-end-color: rgb(153 27 27 / 0.85);
}
.border-e-primary-800\/90 {
  border-inline-end-color: rgb(153 27 27 / 0.9);
}
.border-e-primary-800\/95 {
  border-inline-end-color: rgb(153 27 27 / 0.95);
}
.border-e-primary-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}
.border-e-primary-900\/0 {
  border-inline-end-color: rgb(127 29 29 / 0);
}
.border-e-primary-900\/10 {
  border-inline-end-color: rgb(127 29 29 / 0.1);
}
.border-e-primary-900\/100 {
  border-inline-end-color: rgb(127 29 29 / 1);
}
.border-e-primary-900\/15 {
  border-inline-end-color: rgb(127 29 29 / 0.15);
}
.border-e-primary-900\/20 {
  border-inline-end-color: rgb(127 29 29 / 0.2);
}
.border-e-primary-900\/25 {
  border-inline-end-color: rgb(127 29 29 / 0.25);
}
.border-e-primary-900\/30 {
  border-inline-end-color: rgb(127 29 29 / 0.3);
}
.border-e-primary-900\/35 {
  border-inline-end-color: rgb(127 29 29 / 0.35);
}
.border-e-primary-900\/40 {
  border-inline-end-color: rgb(127 29 29 / 0.4);
}
.border-e-primary-900\/45 {
  border-inline-end-color: rgb(127 29 29 / 0.45);
}
.border-e-primary-900\/5 {
  border-inline-end-color: rgb(127 29 29 / 0.05);
}
.border-e-primary-900\/50 {
  border-inline-end-color: rgb(127 29 29 / 0.5);
}
.border-e-primary-900\/55 {
  border-inline-end-color: rgb(127 29 29 / 0.55);
}
.border-e-primary-900\/60 {
  border-inline-end-color: rgb(127 29 29 / 0.6);
}
.border-e-primary-900\/65 {
  border-inline-end-color: rgb(127 29 29 / 0.65);
}
.border-e-primary-900\/70 {
  border-inline-end-color: rgb(127 29 29 / 0.7);
}
.border-e-primary-900\/75 {
  border-inline-end-color: rgb(127 29 29 / 0.75);
}
.border-e-primary-900\/80 {
  border-inline-end-color: rgb(127 29 29 / 0.8);
}
.border-e-primary-900\/85 {
  border-inline-end-color: rgb(127 29 29 / 0.85);
}
.border-e-primary-900\/90 {
  border-inline-end-color: rgb(127 29 29 / 0.9);
}
.border-e-primary-900\/95 {
  border-inline-end-color: rgb(127 29 29 / 0.95);
}
.border-e-primary-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}
.border-e-primary-950\/0 {
  border-inline-end-color: rgb(69 10 10 / 0);
}
.border-e-primary-950\/10 {
  border-inline-end-color: rgb(69 10 10 / 0.1);
}
.border-e-primary-950\/100 {
  border-inline-end-color: rgb(69 10 10 / 1);
}
.border-e-primary-950\/15 {
  border-inline-end-color: rgb(69 10 10 / 0.15);
}
.border-e-primary-950\/20 {
  border-inline-end-color: rgb(69 10 10 / 0.2);
}
.border-e-primary-950\/25 {
  border-inline-end-color: rgb(69 10 10 / 0.25);
}
.border-e-primary-950\/30 {
  border-inline-end-color: rgb(69 10 10 / 0.3);
}
.border-e-primary-950\/35 {
  border-inline-end-color: rgb(69 10 10 / 0.35);
}
.border-e-primary-950\/40 {
  border-inline-end-color: rgb(69 10 10 / 0.4);
}
.border-e-primary-950\/45 {
  border-inline-end-color: rgb(69 10 10 / 0.45);
}
.border-e-primary-950\/5 {
  border-inline-end-color: rgb(69 10 10 / 0.05);
}
.border-e-primary-950\/50 {
  border-inline-end-color: rgb(69 10 10 / 0.5);
}
.border-e-primary-950\/55 {
  border-inline-end-color: rgb(69 10 10 / 0.55);
}
.border-e-primary-950\/60 {
  border-inline-end-color: rgb(69 10 10 / 0.6);
}
.border-e-primary-950\/65 {
  border-inline-end-color: rgb(69 10 10 / 0.65);
}
.border-e-primary-950\/70 {
  border-inline-end-color: rgb(69 10 10 / 0.7);
}
.border-e-primary-950\/75 {
  border-inline-end-color: rgb(69 10 10 / 0.75);
}
.border-e-primary-950\/80 {
  border-inline-end-color: rgb(69 10 10 / 0.8);
}
.border-e-primary-950\/85 {
  border-inline-end-color: rgb(69 10 10 / 0.85);
}
.border-e-primary-950\/90 {
  border-inline-end-color: rgb(69 10 10 / 0.9);
}
.border-e-primary-950\/95 {
  border-inline-end-color: rgb(69 10 10 / 0.95);
}
.border-e-purple-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(237 235 254 / var(--tw-border-opacity, 1));
}
.border-e-purple-100\/0 {
  border-inline-end-color: rgb(237 235 254 / 0);
}
.border-e-purple-100\/10 {
  border-inline-end-color: rgb(237 235 254 / 0.1);
}
.border-e-purple-100\/100 {
  border-inline-end-color: rgb(237 235 254 / 1);
}
.border-e-purple-100\/15 {
  border-inline-end-color: rgb(237 235 254 / 0.15);
}
.border-e-purple-100\/20 {
  border-inline-end-color: rgb(237 235 254 / 0.2);
}
.border-e-purple-100\/25 {
  border-inline-end-color: rgb(237 235 254 / 0.25);
}
.border-e-purple-100\/30 {
  border-inline-end-color: rgb(237 235 254 / 0.3);
}
.border-e-purple-100\/35 {
  border-inline-end-color: rgb(237 235 254 / 0.35);
}
.border-e-purple-100\/40 {
  border-inline-end-color: rgb(237 235 254 / 0.4);
}
.border-e-purple-100\/45 {
  border-inline-end-color: rgb(237 235 254 / 0.45);
}
.border-e-purple-100\/5 {
  border-inline-end-color: rgb(237 235 254 / 0.05);
}
.border-e-purple-100\/50 {
  border-inline-end-color: rgb(237 235 254 / 0.5);
}
.border-e-purple-100\/55 {
  border-inline-end-color: rgb(237 235 254 / 0.55);
}
.border-e-purple-100\/60 {
  border-inline-end-color: rgb(237 235 254 / 0.6);
}
.border-e-purple-100\/65 {
  border-inline-end-color: rgb(237 235 254 / 0.65);
}
.border-e-purple-100\/70 {
  border-inline-end-color: rgb(237 235 254 / 0.7);
}
.border-e-purple-100\/75 {
  border-inline-end-color: rgb(237 235 254 / 0.75);
}
.border-e-purple-100\/80 {
  border-inline-end-color: rgb(237 235 254 / 0.8);
}
.border-e-purple-100\/85 {
  border-inline-end-color: rgb(237 235 254 / 0.85);
}
.border-e-purple-100\/90 {
  border-inline-end-color: rgb(237 235 254 / 0.9);
}
.border-e-purple-100\/95 {
  border-inline-end-color: rgb(237 235 254 / 0.95);
}
.border-e-purple-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(220 215 254 / var(--tw-border-opacity, 1));
}
.border-e-purple-200\/0 {
  border-inline-end-color: rgb(220 215 254 / 0);
}
.border-e-purple-200\/10 {
  border-inline-end-color: rgb(220 215 254 / 0.1);
}
.border-e-purple-200\/100 {
  border-inline-end-color: rgb(220 215 254 / 1);
}
.border-e-purple-200\/15 {
  border-inline-end-color: rgb(220 215 254 / 0.15);
}
.border-e-purple-200\/20 {
  border-inline-end-color: rgb(220 215 254 / 0.2);
}
.border-e-purple-200\/25 {
  border-inline-end-color: rgb(220 215 254 / 0.25);
}
.border-e-purple-200\/30 {
  border-inline-end-color: rgb(220 215 254 / 0.3);
}
.border-e-purple-200\/35 {
  border-inline-end-color: rgb(220 215 254 / 0.35);
}
.border-e-purple-200\/40 {
  border-inline-end-color: rgb(220 215 254 / 0.4);
}
.border-e-purple-200\/45 {
  border-inline-end-color: rgb(220 215 254 / 0.45);
}
.border-e-purple-200\/5 {
  border-inline-end-color: rgb(220 215 254 / 0.05);
}
.border-e-purple-200\/50 {
  border-inline-end-color: rgb(220 215 254 / 0.5);
}
.border-e-purple-200\/55 {
  border-inline-end-color: rgb(220 215 254 / 0.55);
}
.border-e-purple-200\/60 {
  border-inline-end-color: rgb(220 215 254 / 0.6);
}
.border-e-purple-200\/65 {
  border-inline-end-color: rgb(220 215 254 / 0.65);
}
.border-e-purple-200\/70 {
  border-inline-end-color: rgb(220 215 254 / 0.7);
}
.border-e-purple-200\/75 {
  border-inline-end-color: rgb(220 215 254 / 0.75);
}
.border-e-purple-200\/80 {
  border-inline-end-color: rgb(220 215 254 / 0.8);
}
.border-e-purple-200\/85 {
  border-inline-end-color: rgb(220 215 254 / 0.85);
}
.border-e-purple-200\/90 {
  border-inline-end-color: rgb(220 215 254 / 0.9);
}
.border-e-purple-200\/95 {
  border-inline-end-color: rgb(220 215 254 / 0.95);
}
.border-e-purple-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(202 191 253 / var(--tw-border-opacity, 1));
}
.border-e-purple-300\/0 {
  border-inline-end-color: rgb(202 191 253 / 0);
}
.border-e-purple-300\/10 {
  border-inline-end-color: rgb(202 191 253 / 0.1);
}
.border-e-purple-300\/100 {
  border-inline-end-color: rgb(202 191 253 / 1);
}
.border-e-purple-300\/15 {
  border-inline-end-color: rgb(202 191 253 / 0.15);
}
.border-e-purple-300\/20 {
  border-inline-end-color: rgb(202 191 253 / 0.2);
}
.border-e-purple-300\/25 {
  border-inline-end-color: rgb(202 191 253 / 0.25);
}
.border-e-purple-300\/30 {
  border-inline-end-color: rgb(202 191 253 / 0.3);
}
.border-e-purple-300\/35 {
  border-inline-end-color: rgb(202 191 253 / 0.35);
}
.border-e-purple-300\/40 {
  border-inline-end-color: rgb(202 191 253 / 0.4);
}
.border-e-purple-300\/45 {
  border-inline-end-color: rgb(202 191 253 / 0.45);
}
.border-e-purple-300\/5 {
  border-inline-end-color: rgb(202 191 253 / 0.05);
}
.border-e-purple-300\/50 {
  border-inline-end-color: rgb(202 191 253 / 0.5);
}
.border-e-purple-300\/55 {
  border-inline-end-color: rgb(202 191 253 / 0.55);
}
.border-e-purple-300\/60 {
  border-inline-end-color: rgb(202 191 253 / 0.6);
}
.border-e-purple-300\/65 {
  border-inline-end-color: rgb(202 191 253 / 0.65);
}
.border-e-purple-300\/70 {
  border-inline-end-color: rgb(202 191 253 / 0.7);
}
.border-e-purple-300\/75 {
  border-inline-end-color: rgb(202 191 253 / 0.75);
}
.border-e-purple-300\/80 {
  border-inline-end-color: rgb(202 191 253 / 0.8);
}
.border-e-purple-300\/85 {
  border-inline-end-color: rgb(202 191 253 / 0.85);
}
.border-e-purple-300\/90 {
  border-inline-end-color: rgb(202 191 253 / 0.9);
}
.border-e-purple-300\/95 {
  border-inline-end-color: rgb(202 191 253 / 0.95);
}
.border-e-purple-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(172 148 250 / var(--tw-border-opacity, 1));
}
.border-e-purple-400\/0 {
  border-inline-end-color: rgb(172 148 250 / 0);
}
.border-e-purple-400\/10 {
  border-inline-end-color: rgb(172 148 250 / 0.1);
}
.border-e-purple-400\/100 {
  border-inline-end-color: rgb(172 148 250 / 1);
}
.border-e-purple-400\/15 {
  border-inline-end-color: rgb(172 148 250 / 0.15);
}
.border-e-purple-400\/20 {
  border-inline-end-color: rgb(172 148 250 / 0.2);
}
.border-e-purple-400\/25 {
  border-inline-end-color: rgb(172 148 250 / 0.25);
}
.border-e-purple-400\/30 {
  border-inline-end-color: rgb(172 148 250 / 0.3);
}
.border-e-purple-400\/35 {
  border-inline-end-color: rgb(172 148 250 / 0.35);
}
.border-e-purple-400\/40 {
  border-inline-end-color: rgb(172 148 250 / 0.4);
}
.border-e-purple-400\/45 {
  border-inline-end-color: rgb(172 148 250 / 0.45);
}
.border-e-purple-400\/5 {
  border-inline-end-color: rgb(172 148 250 / 0.05);
}
.border-e-purple-400\/50 {
  border-inline-end-color: rgb(172 148 250 / 0.5);
}
.border-e-purple-400\/55 {
  border-inline-end-color: rgb(172 148 250 / 0.55);
}
.border-e-purple-400\/60 {
  border-inline-end-color: rgb(172 148 250 / 0.6);
}
.border-e-purple-400\/65 {
  border-inline-end-color: rgb(172 148 250 / 0.65);
}
.border-e-purple-400\/70 {
  border-inline-end-color: rgb(172 148 250 / 0.7);
}
.border-e-purple-400\/75 {
  border-inline-end-color: rgb(172 148 250 / 0.75);
}
.border-e-purple-400\/80 {
  border-inline-end-color: rgb(172 148 250 / 0.8);
}
.border-e-purple-400\/85 {
  border-inline-end-color: rgb(172 148 250 / 0.85);
}
.border-e-purple-400\/90 {
  border-inline-end-color: rgb(172 148 250 / 0.9);
}
.border-e-purple-400\/95 {
  border-inline-end-color: rgb(172 148 250 / 0.95);
}
.border-e-purple-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(246 245 255 / var(--tw-border-opacity, 1));
}
.border-e-purple-50\/0 {
  border-inline-end-color: rgb(246 245 255 / 0);
}
.border-e-purple-50\/10 {
  border-inline-end-color: rgb(246 245 255 / 0.1);
}
.border-e-purple-50\/100 {
  border-inline-end-color: rgb(246 245 255 / 1);
}
.border-e-purple-50\/15 {
  border-inline-end-color: rgb(246 245 255 / 0.15);
}
.border-e-purple-50\/20 {
  border-inline-end-color: rgb(246 245 255 / 0.2);
}
.border-e-purple-50\/25 {
  border-inline-end-color: rgb(246 245 255 / 0.25);
}
.border-e-purple-50\/30 {
  border-inline-end-color: rgb(246 245 255 / 0.3);
}
.border-e-purple-50\/35 {
  border-inline-end-color: rgb(246 245 255 / 0.35);
}
.border-e-purple-50\/40 {
  border-inline-end-color: rgb(246 245 255 / 0.4);
}
.border-e-purple-50\/45 {
  border-inline-end-color: rgb(246 245 255 / 0.45);
}
.border-e-purple-50\/5 {
  border-inline-end-color: rgb(246 245 255 / 0.05);
}
.border-e-purple-50\/50 {
  border-inline-end-color: rgb(246 245 255 / 0.5);
}
.border-e-purple-50\/55 {
  border-inline-end-color: rgb(246 245 255 / 0.55);
}
.border-e-purple-50\/60 {
  border-inline-end-color: rgb(246 245 255 / 0.6);
}
.border-e-purple-50\/65 {
  border-inline-end-color: rgb(246 245 255 / 0.65);
}
.border-e-purple-50\/70 {
  border-inline-end-color: rgb(246 245 255 / 0.7);
}
.border-e-purple-50\/75 {
  border-inline-end-color: rgb(246 245 255 / 0.75);
}
.border-e-purple-50\/80 {
  border-inline-end-color: rgb(246 245 255 / 0.8);
}
.border-e-purple-50\/85 {
  border-inline-end-color: rgb(246 245 255 / 0.85);
}
.border-e-purple-50\/90 {
  border-inline-end-color: rgb(246 245 255 / 0.9);
}
.border-e-purple-50\/95 {
  border-inline-end-color: rgb(246 245 255 / 0.95);
}
.border-e-purple-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(144 97 249 / var(--tw-border-opacity, 1));
}
.border-e-purple-500\/0 {
  border-inline-end-color: rgb(144 97 249 / 0);
}
.border-e-purple-500\/10 {
  border-inline-end-color: rgb(144 97 249 / 0.1);
}
.border-e-purple-500\/100 {
  border-inline-end-color: rgb(144 97 249 / 1);
}
.border-e-purple-500\/15 {
  border-inline-end-color: rgb(144 97 249 / 0.15);
}
.border-e-purple-500\/20 {
  border-inline-end-color: rgb(144 97 249 / 0.2);
}
.border-e-purple-500\/25 {
  border-inline-end-color: rgb(144 97 249 / 0.25);
}
.border-e-purple-500\/30 {
  border-inline-end-color: rgb(144 97 249 / 0.3);
}
.border-e-purple-500\/35 {
  border-inline-end-color: rgb(144 97 249 / 0.35);
}
.border-e-purple-500\/40 {
  border-inline-end-color: rgb(144 97 249 / 0.4);
}
.border-e-purple-500\/45 {
  border-inline-end-color: rgb(144 97 249 / 0.45);
}
.border-e-purple-500\/5 {
  border-inline-end-color: rgb(144 97 249 / 0.05);
}
.border-e-purple-500\/50 {
  border-inline-end-color: rgb(144 97 249 / 0.5);
}
.border-e-purple-500\/55 {
  border-inline-end-color: rgb(144 97 249 / 0.55);
}
.border-e-purple-500\/60 {
  border-inline-end-color: rgb(144 97 249 / 0.6);
}
.border-e-purple-500\/65 {
  border-inline-end-color: rgb(144 97 249 / 0.65);
}
.border-e-purple-500\/70 {
  border-inline-end-color: rgb(144 97 249 / 0.7);
}
.border-e-purple-500\/75 {
  border-inline-end-color: rgb(144 97 249 / 0.75);
}
.border-e-purple-500\/80 {
  border-inline-end-color: rgb(144 97 249 / 0.8);
}
.border-e-purple-500\/85 {
  border-inline-end-color: rgb(144 97 249 / 0.85);
}
.border-e-purple-500\/90 {
  border-inline-end-color: rgb(144 97 249 / 0.9);
}
.border-e-purple-500\/95 {
  border-inline-end-color: rgb(144 97 249 / 0.95);
}
.border-e-purple-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(126 58 242 / var(--tw-border-opacity, 1));
}
.border-e-purple-600\/0 {
  border-inline-end-color: rgb(126 58 242 / 0);
}
.border-e-purple-600\/10 {
  border-inline-end-color: rgb(126 58 242 / 0.1);
}
.border-e-purple-600\/100 {
  border-inline-end-color: rgb(126 58 242 / 1);
}
.border-e-purple-600\/15 {
  border-inline-end-color: rgb(126 58 242 / 0.15);
}
.border-e-purple-600\/20 {
  border-inline-end-color: rgb(126 58 242 / 0.2);
}
.border-e-purple-600\/25 {
  border-inline-end-color: rgb(126 58 242 / 0.25);
}
.border-e-purple-600\/30 {
  border-inline-end-color: rgb(126 58 242 / 0.3);
}
.border-e-purple-600\/35 {
  border-inline-end-color: rgb(126 58 242 / 0.35);
}
.border-e-purple-600\/40 {
  border-inline-end-color: rgb(126 58 242 / 0.4);
}
.border-e-purple-600\/45 {
  border-inline-end-color: rgb(126 58 242 / 0.45);
}
.border-e-purple-600\/5 {
  border-inline-end-color: rgb(126 58 242 / 0.05);
}
.border-e-purple-600\/50 {
  border-inline-end-color: rgb(126 58 242 / 0.5);
}
.border-e-purple-600\/55 {
  border-inline-end-color: rgb(126 58 242 / 0.55);
}
.border-e-purple-600\/60 {
  border-inline-end-color: rgb(126 58 242 / 0.6);
}
.border-e-purple-600\/65 {
  border-inline-end-color: rgb(126 58 242 / 0.65);
}
.border-e-purple-600\/70 {
  border-inline-end-color: rgb(126 58 242 / 0.7);
}
.border-e-purple-600\/75 {
  border-inline-end-color: rgb(126 58 242 / 0.75);
}
.border-e-purple-600\/80 {
  border-inline-end-color: rgb(126 58 242 / 0.8);
}
.border-e-purple-600\/85 {
  border-inline-end-color: rgb(126 58 242 / 0.85);
}
.border-e-purple-600\/90 {
  border-inline-end-color: rgb(126 58 242 / 0.9);
}
.border-e-purple-600\/95 {
  border-inline-end-color: rgb(126 58 242 / 0.95);
}
.border-e-purple-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(108 43 217 / var(--tw-border-opacity, 1));
}
.border-e-purple-700\/0 {
  border-inline-end-color: rgb(108 43 217 / 0);
}
.border-e-purple-700\/10 {
  border-inline-end-color: rgb(108 43 217 / 0.1);
}
.border-e-purple-700\/100 {
  border-inline-end-color: rgb(108 43 217 / 1);
}
.border-e-purple-700\/15 {
  border-inline-end-color: rgb(108 43 217 / 0.15);
}
.border-e-purple-700\/20 {
  border-inline-end-color: rgb(108 43 217 / 0.2);
}
.border-e-purple-700\/25 {
  border-inline-end-color: rgb(108 43 217 / 0.25);
}
.border-e-purple-700\/30 {
  border-inline-end-color: rgb(108 43 217 / 0.3);
}
.border-e-purple-700\/35 {
  border-inline-end-color: rgb(108 43 217 / 0.35);
}
.border-e-purple-700\/40 {
  border-inline-end-color: rgb(108 43 217 / 0.4);
}
.border-e-purple-700\/45 {
  border-inline-end-color: rgb(108 43 217 / 0.45);
}
.border-e-purple-700\/5 {
  border-inline-end-color: rgb(108 43 217 / 0.05);
}
.border-e-purple-700\/50 {
  border-inline-end-color: rgb(108 43 217 / 0.5);
}
.border-e-purple-700\/55 {
  border-inline-end-color: rgb(108 43 217 / 0.55);
}
.border-e-purple-700\/60 {
  border-inline-end-color: rgb(108 43 217 / 0.6);
}
.border-e-purple-700\/65 {
  border-inline-end-color: rgb(108 43 217 / 0.65);
}
.border-e-purple-700\/70 {
  border-inline-end-color: rgb(108 43 217 / 0.7);
}
.border-e-purple-700\/75 {
  border-inline-end-color: rgb(108 43 217 / 0.75);
}
.border-e-purple-700\/80 {
  border-inline-end-color: rgb(108 43 217 / 0.8);
}
.border-e-purple-700\/85 {
  border-inline-end-color: rgb(108 43 217 / 0.85);
}
.border-e-purple-700\/90 {
  border-inline-end-color: rgb(108 43 217 / 0.9);
}
.border-e-purple-700\/95 {
  border-inline-end-color: rgb(108 43 217 / 0.95);
}
.border-e-purple-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(85 33 181 / var(--tw-border-opacity, 1));
}
.border-e-purple-800\/0 {
  border-inline-end-color: rgb(85 33 181 / 0);
}
.border-e-purple-800\/10 {
  border-inline-end-color: rgb(85 33 181 / 0.1);
}
.border-e-purple-800\/100 {
  border-inline-end-color: rgb(85 33 181 / 1);
}
.border-e-purple-800\/15 {
  border-inline-end-color: rgb(85 33 181 / 0.15);
}
.border-e-purple-800\/20 {
  border-inline-end-color: rgb(85 33 181 / 0.2);
}
.border-e-purple-800\/25 {
  border-inline-end-color: rgb(85 33 181 / 0.25);
}
.border-e-purple-800\/30 {
  border-inline-end-color: rgb(85 33 181 / 0.3);
}
.border-e-purple-800\/35 {
  border-inline-end-color: rgb(85 33 181 / 0.35);
}
.border-e-purple-800\/40 {
  border-inline-end-color: rgb(85 33 181 / 0.4);
}
.border-e-purple-800\/45 {
  border-inline-end-color: rgb(85 33 181 / 0.45);
}
.border-e-purple-800\/5 {
  border-inline-end-color: rgb(85 33 181 / 0.05);
}
.border-e-purple-800\/50 {
  border-inline-end-color: rgb(85 33 181 / 0.5);
}
.border-e-purple-800\/55 {
  border-inline-end-color: rgb(85 33 181 / 0.55);
}
.border-e-purple-800\/60 {
  border-inline-end-color: rgb(85 33 181 / 0.6);
}
.border-e-purple-800\/65 {
  border-inline-end-color: rgb(85 33 181 / 0.65);
}
.border-e-purple-800\/70 {
  border-inline-end-color: rgb(85 33 181 / 0.7);
}
.border-e-purple-800\/75 {
  border-inline-end-color: rgb(85 33 181 / 0.75);
}
.border-e-purple-800\/80 {
  border-inline-end-color: rgb(85 33 181 / 0.8);
}
.border-e-purple-800\/85 {
  border-inline-end-color: rgb(85 33 181 / 0.85);
}
.border-e-purple-800\/90 {
  border-inline-end-color: rgb(85 33 181 / 0.9);
}
.border-e-purple-800\/95 {
  border-inline-end-color: rgb(85 33 181 / 0.95);
}
.border-e-purple-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(74 29 150 / var(--tw-border-opacity, 1));
}
.border-e-purple-900\/0 {
  border-inline-end-color: rgb(74 29 150 / 0);
}
.border-e-purple-900\/10 {
  border-inline-end-color: rgb(74 29 150 / 0.1);
}
.border-e-purple-900\/100 {
  border-inline-end-color: rgb(74 29 150 / 1);
}
.border-e-purple-900\/15 {
  border-inline-end-color: rgb(74 29 150 / 0.15);
}
.border-e-purple-900\/20 {
  border-inline-end-color: rgb(74 29 150 / 0.2);
}
.border-e-purple-900\/25 {
  border-inline-end-color: rgb(74 29 150 / 0.25);
}
.border-e-purple-900\/30 {
  border-inline-end-color: rgb(74 29 150 / 0.3);
}
.border-e-purple-900\/35 {
  border-inline-end-color: rgb(74 29 150 / 0.35);
}
.border-e-purple-900\/40 {
  border-inline-end-color: rgb(74 29 150 / 0.4);
}
.border-e-purple-900\/45 {
  border-inline-end-color: rgb(74 29 150 / 0.45);
}
.border-e-purple-900\/5 {
  border-inline-end-color: rgb(74 29 150 / 0.05);
}
.border-e-purple-900\/50 {
  border-inline-end-color: rgb(74 29 150 / 0.5);
}
.border-e-purple-900\/55 {
  border-inline-end-color: rgb(74 29 150 / 0.55);
}
.border-e-purple-900\/60 {
  border-inline-end-color: rgb(74 29 150 / 0.6);
}
.border-e-purple-900\/65 {
  border-inline-end-color: rgb(74 29 150 / 0.65);
}
.border-e-purple-900\/70 {
  border-inline-end-color: rgb(74 29 150 / 0.7);
}
.border-e-purple-900\/75 {
  border-inline-end-color: rgb(74 29 150 / 0.75);
}
.border-e-purple-900\/80 {
  border-inline-end-color: rgb(74 29 150 / 0.8);
}
.border-e-purple-900\/85 {
  border-inline-end-color: rgb(74 29 150 / 0.85);
}
.border-e-purple-900\/90 {
  border-inline-end-color: rgb(74 29 150 / 0.9);
}
.border-e-purple-900\/95 {
  border-inline-end-color: rgb(74 29 150 / 0.95);
}
.border-e-red-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 232 232 / var(--tw-border-opacity, 1));
}
.border-e-red-100\/0 {
  border-inline-end-color: rgb(253 232 232 / 0);
}
.border-e-red-100\/10 {
  border-inline-end-color: rgb(253 232 232 / 0.1);
}
.border-e-red-100\/100 {
  border-inline-end-color: rgb(253 232 232 / 1);
}
.border-e-red-100\/15 {
  border-inline-end-color: rgb(253 232 232 / 0.15);
}
.border-e-red-100\/20 {
  border-inline-end-color: rgb(253 232 232 / 0.2);
}
.border-e-red-100\/25 {
  border-inline-end-color: rgb(253 232 232 / 0.25);
}
.border-e-red-100\/30 {
  border-inline-end-color: rgb(253 232 232 / 0.3);
}
.border-e-red-100\/35 {
  border-inline-end-color: rgb(253 232 232 / 0.35);
}
.border-e-red-100\/40 {
  border-inline-end-color: rgb(253 232 232 / 0.4);
}
.border-e-red-100\/45 {
  border-inline-end-color: rgb(253 232 232 / 0.45);
}
.border-e-red-100\/5 {
  border-inline-end-color: rgb(253 232 232 / 0.05);
}
.border-e-red-100\/50 {
  border-inline-end-color: rgb(253 232 232 / 0.5);
}
.border-e-red-100\/55 {
  border-inline-end-color: rgb(253 232 232 / 0.55);
}
.border-e-red-100\/60 {
  border-inline-end-color: rgb(253 232 232 / 0.6);
}
.border-e-red-100\/65 {
  border-inline-end-color: rgb(253 232 232 / 0.65);
}
.border-e-red-100\/70 {
  border-inline-end-color: rgb(253 232 232 / 0.7);
}
.border-e-red-100\/75 {
  border-inline-end-color: rgb(253 232 232 / 0.75);
}
.border-e-red-100\/80 {
  border-inline-end-color: rgb(253 232 232 / 0.8);
}
.border-e-red-100\/85 {
  border-inline-end-color: rgb(253 232 232 / 0.85);
}
.border-e-red-100\/90 {
  border-inline-end-color: rgb(253 232 232 / 0.9);
}
.border-e-red-100\/95 {
  border-inline-end-color: rgb(253 232 232 / 0.95);
}
.border-e-red-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(251 213 213 / var(--tw-border-opacity, 1));
}
.border-e-red-200\/0 {
  border-inline-end-color: rgb(251 213 213 / 0);
}
.border-e-red-200\/10 {
  border-inline-end-color: rgb(251 213 213 / 0.1);
}
.border-e-red-200\/100 {
  border-inline-end-color: rgb(251 213 213 / 1);
}
.border-e-red-200\/15 {
  border-inline-end-color: rgb(251 213 213 / 0.15);
}
.border-e-red-200\/20 {
  border-inline-end-color: rgb(251 213 213 / 0.2);
}
.border-e-red-200\/25 {
  border-inline-end-color: rgb(251 213 213 / 0.25);
}
.border-e-red-200\/30 {
  border-inline-end-color: rgb(251 213 213 / 0.3);
}
.border-e-red-200\/35 {
  border-inline-end-color: rgb(251 213 213 / 0.35);
}
.border-e-red-200\/40 {
  border-inline-end-color: rgb(251 213 213 / 0.4);
}
.border-e-red-200\/45 {
  border-inline-end-color: rgb(251 213 213 / 0.45);
}
.border-e-red-200\/5 {
  border-inline-end-color: rgb(251 213 213 / 0.05);
}
.border-e-red-200\/50 {
  border-inline-end-color: rgb(251 213 213 / 0.5);
}
.border-e-red-200\/55 {
  border-inline-end-color: rgb(251 213 213 / 0.55);
}
.border-e-red-200\/60 {
  border-inline-end-color: rgb(251 213 213 / 0.6);
}
.border-e-red-200\/65 {
  border-inline-end-color: rgb(251 213 213 / 0.65);
}
.border-e-red-200\/70 {
  border-inline-end-color: rgb(251 213 213 / 0.7);
}
.border-e-red-200\/75 {
  border-inline-end-color: rgb(251 213 213 / 0.75);
}
.border-e-red-200\/80 {
  border-inline-end-color: rgb(251 213 213 / 0.8);
}
.border-e-red-200\/85 {
  border-inline-end-color: rgb(251 213 213 / 0.85);
}
.border-e-red-200\/90 {
  border-inline-end-color: rgb(251 213 213 / 0.9);
}
.border-e-red-200\/95 {
  border-inline-end-color: rgb(251 213 213 / 0.95);
}
.border-e-red-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(248 180 180 / var(--tw-border-opacity, 1));
}
.border-e-red-300\/0 {
  border-inline-end-color: rgb(248 180 180 / 0);
}
.border-e-red-300\/10 {
  border-inline-end-color: rgb(248 180 180 / 0.1);
}
.border-e-red-300\/100 {
  border-inline-end-color: rgb(248 180 180 / 1);
}
.border-e-red-300\/15 {
  border-inline-end-color: rgb(248 180 180 / 0.15);
}
.border-e-red-300\/20 {
  border-inline-end-color: rgb(248 180 180 / 0.2);
}
.border-e-red-300\/25 {
  border-inline-end-color: rgb(248 180 180 / 0.25);
}
.border-e-red-300\/30 {
  border-inline-end-color: rgb(248 180 180 / 0.3);
}
.border-e-red-300\/35 {
  border-inline-end-color: rgb(248 180 180 / 0.35);
}
.border-e-red-300\/40 {
  border-inline-end-color: rgb(248 180 180 / 0.4);
}
.border-e-red-300\/45 {
  border-inline-end-color: rgb(248 180 180 / 0.45);
}
.border-e-red-300\/5 {
  border-inline-end-color: rgb(248 180 180 / 0.05);
}
.border-e-red-300\/50 {
  border-inline-end-color: rgb(248 180 180 / 0.5);
}
.border-e-red-300\/55 {
  border-inline-end-color: rgb(248 180 180 / 0.55);
}
.border-e-red-300\/60 {
  border-inline-end-color: rgb(248 180 180 / 0.6);
}
.border-e-red-300\/65 {
  border-inline-end-color: rgb(248 180 180 / 0.65);
}
.border-e-red-300\/70 {
  border-inline-end-color: rgb(248 180 180 / 0.7);
}
.border-e-red-300\/75 {
  border-inline-end-color: rgb(248 180 180 / 0.75);
}
.border-e-red-300\/80 {
  border-inline-end-color: rgb(248 180 180 / 0.8);
}
.border-e-red-300\/85 {
  border-inline-end-color: rgb(248 180 180 / 0.85);
}
.border-e-red-300\/90 {
  border-inline-end-color: rgb(248 180 180 / 0.9);
}
.border-e-red-300\/95 {
  border-inline-end-color: rgb(248 180 180 / 0.95);
}
.border-e-red-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(249 128 128 / var(--tw-border-opacity, 1));
}
.border-e-red-400\/0 {
  border-inline-end-color: rgb(249 128 128 / 0);
}
.border-e-red-400\/10 {
  border-inline-end-color: rgb(249 128 128 / 0.1);
}
.border-e-red-400\/100 {
  border-inline-end-color: rgb(249 128 128 / 1);
}
.border-e-red-400\/15 {
  border-inline-end-color: rgb(249 128 128 / 0.15);
}
.border-e-red-400\/20 {
  border-inline-end-color: rgb(249 128 128 / 0.2);
}
.border-e-red-400\/25 {
  border-inline-end-color: rgb(249 128 128 / 0.25);
}
.border-e-red-400\/30 {
  border-inline-end-color: rgb(249 128 128 / 0.3);
}
.border-e-red-400\/35 {
  border-inline-end-color: rgb(249 128 128 / 0.35);
}
.border-e-red-400\/40 {
  border-inline-end-color: rgb(249 128 128 / 0.4);
}
.border-e-red-400\/45 {
  border-inline-end-color: rgb(249 128 128 / 0.45);
}
.border-e-red-400\/5 {
  border-inline-end-color: rgb(249 128 128 / 0.05);
}
.border-e-red-400\/50 {
  border-inline-end-color: rgb(249 128 128 / 0.5);
}
.border-e-red-400\/55 {
  border-inline-end-color: rgb(249 128 128 / 0.55);
}
.border-e-red-400\/60 {
  border-inline-end-color: rgb(249 128 128 / 0.6);
}
.border-e-red-400\/65 {
  border-inline-end-color: rgb(249 128 128 / 0.65);
}
.border-e-red-400\/70 {
  border-inline-end-color: rgb(249 128 128 / 0.7);
}
.border-e-red-400\/75 {
  border-inline-end-color: rgb(249 128 128 / 0.75);
}
.border-e-red-400\/80 {
  border-inline-end-color: rgb(249 128 128 / 0.8);
}
.border-e-red-400\/85 {
  border-inline-end-color: rgb(249 128 128 / 0.85);
}
.border-e-red-400\/90 {
  border-inline-end-color: rgb(249 128 128 / 0.9);
}
.border-e-red-400\/95 {
  border-inline-end-color: rgb(249 128 128 / 0.95);
}
.border-e-red-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 242 242 / var(--tw-border-opacity, 1));
}
.border-e-red-50\/0 {
  border-inline-end-color: rgb(253 242 242 / 0);
}
.border-e-red-50\/10 {
  border-inline-end-color: rgb(253 242 242 / 0.1);
}
.border-e-red-50\/100 {
  border-inline-end-color: rgb(253 242 242 / 1);
}
.border-e-red-50\/15 {
  border-inline-end-color: rgb(253 242 242 / 0.15);
}
.border-e-red-50\/20 {
  border-inline-end-color: rgb(253 242 242 / 0.2);
}
.border-e-red-50\/25 {
  border-inline-end-color: rgb(253 242 242 / 0.25);
}
.border-e-red-50\/30 {
  border-inline-end-color: rgb(253 242 242 / 0.3);
}
.border-e-red-50\/35 {
  border-inline-end-color: rgb(253 242 242 / 0.35);
}
.border-e-red-50\/40 {
  border-inline-end-color: rgb(253 242 242 / 0.4);
}
.border-e-red-50\/45 {
  border-inline-end-color: rgb(253 242 242 / 0.45);
}
.border-e-red-50\/5 {
  border-inline-end-color: rgb(253 242 242 / 0.05);
}
.border-e-red-50\/50 {
  border-inline-end-color: rgb(253 242 242 / 0.5);
}
.border-e-red-50\/55 {
  border-inline-end-color: rgb(253 242 242 / 0.55);
}
.border-e-red-50\/60 {
  border-inline-end-color: rgb(253 242 242 / 0.6);
}
.border-e-red-50\/65 {
  border-inline-end-color: rgb(253 242 242 / 0.65);
}
.border-e-red-50\/70 {
  border-inline-end-color: rgb(253 242 242 / 0.7);
}
.border-e-red-50\/75 {
  border-inline-end-color: rgb(253 242 242 / 0.75);
}
.border-e-red-50\/80 {
  border-inline-end-color: rgb(253 242 242 / 0.8);
}
.border-e-red-50\/85 {
  border-inline-end-color: rgb(253 242 242 / 0.85);
}
.border-e-red-50\/90 {
  border-inline-end-color: rgb(253 242 242 / 0.9);
}
.border-e-red-50\/95 {
  border-inline-end-color: rgb(253 242 242 / 0.95);
}
.border-e-red-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(240 82 82 / var(--tw-border-opacity, 1));
}
.border-e-red-500\/0 {
  border-inline-end-color: rgb(240 82 82 / 0);
}
.border-e-red-500\/10 {
  border-inline-end-color: rgb(240 82 82 / 0.1);
}
.border-e-red-500\/100 {
  border-inline-end-color: rgb(240 82 82 / 1);
}
.border-e-red-500\/15 {
  border-inline-end-color: rgb(240 82 82 / 0.15);
}
.border-e-red-500\/20 {
  border-inline-end-color: rgb(240 82 82 / 0.2);
}
.border-e-red-500\/25 {
  border-inline-end-color: rgb(240 82 82 / 0.25);
}
.border-e-red-500\/30 {
  border-inline-end-color: rgb(240 82 82 / 0.3);
}
.border-e-red-500\/35 {
  border-inline-end-color: rgb(240 82 82 / 0.35);
}
.border-e-red-500\/40 {
  border-inline-end-color: rgb(240 82 82 / 0.4);
}
.border-e-red-500\/45 {
  border-inline-end-color: rgb(240 82 82 / 0.45);
}
.border-e-red-500\/5 {
  border-inline-end-color: rgb(240 82 82 / 0.05);
}
.border-e-red-500\/50 {
  border-inline-end-color: rgb(240 82 82 / 0.5);
}
.border-e-red-500\/55 {
  border-inline-end-color: rgb(240 82 82 / 0.55);
}
.border-e-red-500\/60 {
  border-inline-end-color: rgb(240 82 82 / 0.6);
}
.border-e-red-500\/65 {
  border-inline-end-color: rgb(240 82 82 / 0.65);
}
.border-e-red-500\/70 {
  border-inline-end-color: rgb(240 82 82 / 0.7);
}
.border-e-red-500\/75 {
  border-inline-end-color: rgb(240 82 82 / 0.75);
}
.border-e-red-500\/80 {
  border-inline-end-color: rgb(240 82 82 / 0.8);
}
.border-e-red-500\/85 {
  border-inline-end-color: rgb(240 82 82 / 0.85);
}
.border-e-red-500\/90 {
  border-inline-end-color: rgb(240 82 82 / 0.9);
}
.border-e-red-500\/95 {
  border-inline-end-color: rgb(240 82 82 / 0.95);
}
.border-e-red-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(224 36 36 / var(--tw-border-opacity, 1));
}
.border-e-red-600\/0 {
  border-inline-end-color: rgb(224 36 36 / 0);
}
.border-e-red-600\/10 {
  border-inline-end-color: rgb(224 36 36 / 0.1);
}
.border-e-red-600\/100 {
  border-inline-end-color: rgb(224 36 36 / 1);
}
.border-e-red-600\/15 {
  border-inline-end-color: rgb(224 36 36 / 0.15);
}
.border-e-red-600\/20 {
  border-inline-end-color: rgb(224 36 36 / 0.2);
}
.border-e-red-600\/25 {
  border-inline-end-color: rgb(224 36 36 / 0.25);
}
.border-e-red-600\/30 {
  border-inline-end-color: rgb(224 36 36 / 0.3);
}
.border-e-red-600\/35 {
  border-inline-end-color: rgb(224 36 36 / 0.35);
}
.border-e-red-600\/40 {
  border-inline-end-color: rgb(224 36 36 / 0.4);
}
.border-e-red-600\/45 {
  border-inline-end-color: rgb(224 36 36 / 0.45);
}
.border-e-red-600\/5 {
  border-inline-end-color: rgb(224 36 36 / 0.05);
}
.border-e-red-600\/50 {
  border-inline-end-color: rgb(224 36 36 / 0.5);
}
.border-e-red-600\/55 {
  border-inline-end-color: rgb(224 36 36 / 0.55);
}
.border-e-red-600\/60 {
  border-inline-end-color: rgb(224 36 36 / 0.6);
}
.border-e-red-600\/65 {
  border-inline-end-color: rgb(224 36 36 / 0.65);
}
.border-e-red-600\/70 {
  border-inline-end-color: rgb(224 36 36 / 0.7);
}
.border-e-red-600\/75 {
  border-inline-end-color: rgb(224 36 36 / 0.75);
}
.border-e-red-600\/80 {
  border-inline-end-color: rgb(224 36 36 / 0.8);
}
.border-e-red-600\/85 {
  border-inline-end-color: rgb(224 36 36 / 0.85);
}
.border-e-red-600\/90 {
  border-inline-end-color: rgb(224 36 36 / 0.9);
}
.border-e-red-600\/95 {
  border-inline-end-color: rgb(224 36 36 / 0.95);
}
.border-e-red-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(200 30 30 / var(--tw-border-opacity, 1));
}
.border-e-red-700\/0 {
  border-inline-end-color: rgb(200 30 30 / 0);
}
.border-e-red-700\/10 {
  border-inline-end-color: rgb(200 30 30 / 0.1);
}
.border-e-red-700\/100 {
  border-inline-end-color: rgb(200 30 30 / 1);
}
.border-e-red-700\/15 {
  border-inline-end-color: rgb(200 30 30 / 0.15);
}
.border-e-red-700\/20 {
  border-inline-end-color: rgb(200 30 30 / 0.2);
}
.border-e-red-700\/25 {
  border-inline-end-color: rgb(200 30 30 / 0.25);
}
.border-e-red-700\/30 {
  border-inline-end-color: rgb(200 30 30 / 0.3);
}
.border-e-red-700\/35 {
  border-inline-end-color: rgb(200 30 30 / 0.35);
}
.border-e-red-700\/40 {
  border-inline-end-color: rgb(200 30 30 / 0.4);
}
.border-e-red-700\/45 {
  border-inline-end-color: rgb(200 30 30 / 0.45);
}
.border-e-red-700\/5 {
  border-inline-end-color: rgb(200 30 30 / 0.05);
}
.border-e-red-700\/50 {
  border-inline-end-color: rgb(200 30 30 / 0.5);
}
.border-e-red-700\/55 {
  border-inline-end-color: rgb(200 30 30 / 0.55);
}
.border-e-red-700\/60 {
  border-inline-end-color: rgb(200 30 30 / 0.6);
}
.border-e-red-700\/65 {
  border-inline-end-color: rgb(200 30 30 / 0.65);
}
.border-e-red-700\/70 {
  border-inline-end-color: rgb(200 30 30 / 0.7);
}
.border-e-red-700\/75 {
  border-inline-end-color: rgb(200 30 30 / 0.75);
}
.border-e-red-700\/80 {
  border-inline-end-color: rgb(200 30 30 / 0.8);
}
.border-e-red-700\/85 {
  border-inline-end-color: rgb(200 30 30 / 0.85);
}
.border-e-red-700\/90 {
  border-inline-end-color: rgb(200 30 30 / 0.9);
}
.border-e-red-700\/95 {
  border-inline-end-color: rgb(200 30 30 / 0.95);
}
.border-e-red-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(155 28 28 / var(--tw-border-opacity, 1));
}
.border-e-red-800\/0 {
  border-inline-end-color: rgb(155 28 28 / 0);
}
.border-e-red-800\/10 {
  border-inline-end-color: rgb(155 28 28 / 0.1);
}
.border-e-red-800\/100 {
  border-inline-end-color: rgb(155 28 28 / 1);
}
.border-e-red-800\/15 {
  border-inline-end-color: rgb(155 28 28 / 0.15);
}
.border-e-red-800\/20 {
  border-inline-end-color: rgb(155 28 28 / 0.2);
}
.border-e-red-800\/25 {
  border-inline-end-color: rgb(155 28 28 / 0.25);
}
.border-e-red-800\/30 {
  border-inline-end-color: rgb(155 28 28 / 0.3);
}
.border-e-red-800\/35 {
  border-inline-end-color: rgb(155 28 28 / 0.35);
}
.border-e-red-800\/40 {
  border-inline-end-color: rgb(155 28 28 / 0.4);
}
.border-e-red-800\/45 {
  border-inline-end-color: rgb(155 28 28 / 0.45);
}
.border-e-red-800\/5 {
  border-inline-end-color: rgb(155 28 28 / 0.05);
}
.border-e-red-800\/50 {
  border-inline-end-color: rgb(155 28 28 / 0.5);
}
.border-e-red-800\/55 {
  border-inline-end-color: rgb(155 28 28 / 0.55);
}
.border-e-red-800\/60 {
  border-inline-end-color: rgb(155 28 28 / 0.6);
}
.border-e-red-800\/65 {
  border-inline-end-color: rgb(155 28 28 / 0.65);
}
.border-e-red-800\/70 {
  border-inline-end-color: rgb(155 28 28 / 0.7);
}
.border-e-red-800\/75 {
  border-inline-end-color: rgb(155 28 28 / 0.75);
}
.border-e-red-800\/80 {
  border-inline-end-color: rgb(155 28 28 / 0.8);
}
.border-e-red-800\/85 {
  border-inline-end-color: rgb(155 28 28 / 0.85);
}
.border-e-red-800\/90 {
  border-inline-end-color: rgb(155 28 28 / 0.9);
}
.border-e-red-800\/95 {
  border-inline-end-color: rgb(155 28 28 / 0.95);
}
.border-e-red-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(119 29 29 / var(--tw-border-opacity, 1));
}
.border-e-red-900\/0 {
  border-inline-end-color: rgb(119 29 29 / 0);
}
.border-e-red-900\/10 {
  border-inline-end-color: rgb(119 29 29 / 0.1);
}
.border-e-red-900\/100 {
  border-inline-end-color: rgb(119 29 29 / 1);
}
.border-e-red-900\/15 {
  border-inline-end-color: rgb(119 29 29 / 0.15);
}
.border-e-red-900\/20 {
  border-inline-end-color: rgb(119 29 29 / 0.2);
}
.border-e-red-900\/25 {
  border-inline-end-color: rgb(119 29 29 / 0.25);
}
.border-e-red-900\/30 {
  border-inline-end-color: rgb(119 29 29 / 0.3);
}
.border-e-red-900\/35 {
  border-inline-end-color: rgb(119 29 29 / 0.35);
}
.border-e-red-900\/40 {
  border-inline-end-color: rgb(119 29 29 / 0.4);
}
.border-e-red-900\/45 {
  border-inline-end-color: rgb(119 29 29 / 0.45);
}
.border-e-red-900\/5 {
  border-inline-end-color: rgb(119 29 29 / 0.05);
}
.border-e-red-900\/50 {
  border-inline-end-color: rgb(119 29 29 / 0.5);
}
.border-e-red-900\/55 {
  border-inline-end-color: rgb(119 29 29 / 0.55);
}
.border-e-red-900\/60 {
  border-inline-end-color: rgb(119 29 29 / 0.6);
}
.border-e-red-900\/65 {
  border-inline-end-color: rgb(119 29 29 / 0.65);
}
.border-e-red-900\/70 {
  border-inline-end-color: rgb(119 29 29 / 0.7);
}
.border-e-red-900\/75 {
  border-inline-end-color: rgb(119 29 29 / 0.75);
}
.border-e-red-900\/80 {
  border-inline-end-color: rgb(119 29 29 / 0.8);
}
.border-e-red-900\/85 {
  border-inline-end-color: rgb(119 29 29 / 0.85);
}
.border-e-red-900\/90 {
  border-inline-end-color: rgb(119 29 29 / 0.9);
}
.border-e-red-900\/95 {
  border-inline-end-color: rgb(119 29 29 / 0.95);
}
.border-e-teal-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(213 245 246 / var(--tw-border-opacity, 1));
}
.border-e-teal-100\/0 {
  border-inline-end-color: rgb(213 245 246 / 0);
}
.border-e-teal-100\/10 {
  border-inline-end-color: rgb(213 245 246 / 0.1);
}
.border-e-teal-100\/100 {
  border-inline-end-color: rgb(213 245 246 / 1);
}
.border-e-teal-100\/15 {
  border-inline-end-color: rgb(213 245 246 / 0.15);
}
.border-e-teal-100\/20 {
  border-inline-end-color: rgb(213 245 246 / 0.2);
}
.border-e-teal-100\/25 {
  border-inline-end-color: rgb(213 245 246 / 0.25);
}
.border-e-teal-100\/30 {
  border-inline-end-color: rgb(213 245 246 / 0.3);
}
.border-e-teal-100\/35 {
  border-inline-end-color: rgb(213 245 246 / 0.35);
}
.border-e-teal-100\/40 {
  border-inline-end-color: rgb(213 245 246 / 0.4);
}
.border-e-teal-100\/45 {
  border-inline-end-color: rgb(213 245 246 / 0.45);
}
.border-e-teal-100\/5 {
  border-inline-end-color: rgb(213 245 246 / 0.05);
}
.border-e-teal-100\/50 {
  border-inline-end-color: rgb(213 245 246 / 0.5);
}
.border-e-teal-100\/55 {
  border-inline-end-color: rgb(213 245 246 / 0.55);
}
.border-e-teal-100\/60 {
  border-inline-end-color: rgb(213 245 246 / 0.6);
}
.border-e-teal-100\/65 {
  border-inline-end-color: rgb(213 245 246 / 0.65);
}
.border-e-teal-100\/70 {
  border-inline-end-color: rgb(213 245 246 / 0.7);
}
.border-e-teal-100\/75 {
  border-inline-end-color: rgb(213 245 246 / 0.75);
}
.border-e-teal-100\/80 {
  border-inline-end-color: rgb(213 245 246 / 0.8);
}
.border-e-teal-100\/85 {
  border-inline-end-color: rgb(213 245 246 / 0.85);
}
.border-e-teal-100\/90 {
  border-inline-end-color: rgb(213 245 246 / 0.9);
}
.border-e-teal-100\/95 {
  border-inline-end-color: rgb(213 245 246 / 0.95);
}
.border-e-teal-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(175 236 239 / var(--tw-border-opacity, 1));
}
.border-e-teal-200\/0 {
  border-inline-end-color: rgb(175 236 239 / 0);
}
.border-e-teal-200\/10 {
  border-inline-end-color: rgb(175 236 239 / 0.1);
}
.border-e-teal-200\/100 {
  border-inline-end-color: rgb(175 236 239 / 1);
}
.border-e-teal-200\/15 {
  border-inline-end-color: rgb(175 236 239 / 0.15);
}
.border-e-teal-200\/20 {
  border-inline-end-color: rgb(175 236 239 / 0.2);
}
.border-e-teal-200\/25 {
  border-inline-end-color: rgb(175 236 239 / 0.25);
}
.border-e-teal-200\/30 {
  border-inline-end-color: rgb(175 236 239 / 0.3);
}
.border-e-teal-200\/35 {
  border-inline-end-color: rgb(175 236 239 / 0.35);
}
.border-e-teal-200\/40 {
  border-inline-end-color: rgb(175 236 239 / 0.4);
}
.border-e-teal-200\/45 {
  border-inline-end-color: rgb(175 236 239 / 0.45);
}
.border-e-teal-200\/5 {
  border-inline-end-color: rgb(175 236 239 / 0.05);
}
.border-e-teal-200\/50 {
  border-inline-end-color: rgb(175 236 239 / 0.5);
}
.border-e-teal-200\/55 {
  border-inline-end-color: rgb(175 236 239 / 0.55);
}
.border-e-teal-200\/60 {
  border-inline-end-color: rgb(175 236 239 / 0.6);
}
.border-e-teal-200\/65 {
  border-inline-end-color: rgb(175 236 239 / 0.65);
}
.border-e-teal-200\/70 {
  border-inline-end-color: rgb(175 236 239 / 0.7);
}
.border-e-teal-200\/75 {
  border-inline-end-color: rgb(175 236 239 / 0.75);
}
.border-e-teal-200\/80 {
  border-inline-end-color: rgb(175 236 239 / 0.8);
}
.border-e-teal-200\/85 {
  border-inline-end-color: rgb(175 236 239 / 0.85);
}
.border-e-teal-200\/90 {
  border-inline-end-color: rgb(175 236 239 / 0.9);
}
.border-e-teal-200\/95 {
  border-inline-end-color: rgb(175 236 239 / 0.95);
}
.border-e-teal-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(126 220 226 / var(--tw-border-opacity, 1));
}
.border-e-teal-300\/0 {
  border-inline-end-color: rgb(126 220 226 / 0);
}
.border-e-teal-300\/10 {
  border-inline-end-color: rgb(126 220 226 / 0.1);
}
.border-e-teal-300\/100 {
  border-inline-end-color: rgb(126 220 226 / 1);
}
.border-e-teal-300\/15 {
  border-inline-end-color: rgb(126 220 226 / 0.15);
}
.border-e-teal-300\/20 {
  border-inline-end-color: rgb(126 220 226 / 0.2);
}
.border-e-teal-300\/25 {
  border-inline-end-color: rgb(126 220 226 / 0.25);
}
.border-e-teal-300\/30 {
  border-inline-end-color: rgb(126 220 226 / 0.3);
}
.border-e-teal-300\/35 {
  border-inline-end-color: rgb(126 220 226 / 0.35);
}
.border-e-teal-300\/40 {
  border-inline-end-color: rgb(126 220 226 / 0.4);
}
.border-e-teal-300\/45 {
  border-inline-end-color: rgb(126 220 226 / 0.45);
}
.border-e-teal-300\/5 {
  border-inline-end-color: rgb(126 220 226 / 0.05);
}
.border-e-teal-300\/50 {
  border-inline-end-color: rgb(126 220 226 / 0.5);
}
.border-e-teal-300\/55 {
  border-inline-end-color: rgb(126 220 226 / 0.55);
}
.border-e-teal-300\/60 {
  border-inline-end-color: rgb(126 220 226 / 0.6);
}
.border-e-teal-300\/65 {
  border-inline-end-color: rgb(126 220 226 / 0.65);
}
.border-e-teal-300\/70 {
  border-inline-end-color: rgb(126 220 226 / 0.7);
}
.border-e-teal-300\/75 {
  border-inline-end-color: rgb(126 220 226 / 0.75);
}
.border-e-teal-300\/80 {
  border-inline-end-color: rgb(126 220 226 / 0.8);
}
.border-e-teal-300\/85 {
  border-inline-end-color: rgb(126 220 226 / 0.85);
}
.border-e-teal-300\/90 {
  border-inline-end-color: rgb(126 220 226 / 0.9);
}
.border-e-teal-300\/95 {
  border-inline-end-color: rgb(126 220 226 / 0.95);
}
.border-e-teal-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(22 189 202 / var(--tw-border-opacity, 1));
}
.border-e-teal-400\/0 {
  border-inline-end-color: rgb(22 189 202 / 0);
}
.border-e-teal-400\/10 {
  border-inline-end-color: rgb(22 189 202 / 0.1);
}
.border-e-teal-400\/100 {
  border-inline-end-color: rgb(22 189 202 / 1);
}
.border-e-teal-400\/15 {
  border-inline-end-color: rgb(22 189 202 / 0.15);
}
.border-e-teal-400\/20 {
  border-inline-end-color: rgb(22 189 202 / 0.2);
}
.border-e-teal-400\/25 {
  border-inline-end-color: rgb(22 189 202 / 0.25);
}
.border-e-teal-400\/30 {
  border-inline-end-color: rgb(22 189 202 / 0.3);
}
.border-e-teal-400\/35 {
  border-inline-end-color: rgb(22 189 202 / 0.35);
}
.border-e-teal-400\/40 {
  border-inline-end-color: rgb(22 189 202 / 0.4);
}
.border-e-teal-400\/45 {
  border-inline-end-color: rgb(22 189 202 / 0.45);
}
.border-e-teal-400\/5 {
  border-inline-end-color: rgb(22 189 202 / 0.05);
}
.border-e-teal-400\/50 {
  border-inline-end-color: rgb(22 189 202 / 0.5);
}
.border-e-teal-400\/55 {
  border-inline-end-color: rgb(22 189 202 / 0.55);
}
.border-e-teal-400\/60 {
  border-inline-end-color: rgb(22 189 202 / 0.6);
}
.border-e-teal-400\/65 {
  border-inline-end-color: rgb(22 189 202 / 0.65);
}
.border-e-teal-400\/70 {
  border-inline-end-color: rgb(22 189 202 / 0.7);
}
.border-e-teal-400\/75 {
  border-inline-end-color: rgb(22 189 202 / 0.75);
}
.border-e-teal-400\/80 {
  border-inline-end-color: rgb(22 189 202 / 0.8);
}
.border-e-teal-400\/85 {
  border-inline-end-color: rgb(22 189 202 / 0.85);
}
.border-e-teal-400\/90 {
  border-inline-end-color: rgb(22 189 202 / 0.9);
}
.border-e-teal-400\/95 {
  border-inline-end-color: rgb(22 189 202 / 0.95);
}
.border-e-teal-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(237 250 250 / var(--tw-border-opacity, 1));
}
.border-e-teal-50\/0 {
  border-inline-end-color: rgb(237 250 250 / 0);
}
.border-e-teal-50\/10 {
  border-inline-end-color: rgb(237 250 250 / 0.1);
}
.border-e-teal-50\/100 {
  border-inline-end-color: rgb(237 250 250 / 1);
}
.border-e-teal-50\/15 {
  border-inline-end-color: rgb(237 250 250 / 0.15);
}
.border-e-teal-50\/20 {
  border-inline-end-color: rgb(237 250 250 / 0.2);
}
.border-e-teal-50\/25 {
  border-inline-end-color: rgb(237 250 250 / 0.25);
}
.border-e-teal-50\/30 {
  border-inline-end-color: rgb(237 250 250 / 0.3);
}
.border-e-teal-50\/35 {
  border-inline-end-color: rgb(237 250 250 / 0.35);
}
.border-e-teal-50\/40 {
  border-inline-end-color: rgb(237 250 250 / 0.4);
}
.border-e-teal-50\/45 {
  border-inline-end-color: rgb(237 250 250 / 0.45);
}
.border-e-teal-50\/5 {
  border-inline-end-color: rgb(237 250 250 / 0.05);
}
.border-e-teal-50\/50 {
  border-inline-end-color: rgb(237 250 250 / 0.5);
}
.border-e-teal-50\/55 {
  border-inline-end-color: rgb(237 250 250 / 0.55);
}
.border-e-teal-50\/60 {
  border-inline-end-color: rgb(237 250 250 / 0.6);
}
.border-e-teal-50\/65 {
  border-inline-end-color: rgb(237 250 250 / 0.65);
}
.border-e-teal-50\/70 {
  border-inline-end-color: rgb(237 250 250 / 0.7);
}
.border-e-teal-50\/75 {
  border-inline-end-color: rgb(237 250 250 / 0.75);
}
.border-e-teal-50\/80 {
  border-inline-end-color: rgb(237 250 250 / 0.8);
}
.border-e-teal-50\/85 {
  border-inline-end-color: rgb(237 250 250 / 0.85);
}
.border-e-teal-50\/90 {
  border-inline-end-color: rgb(237 250 250 / 0.9);
}
.border-e-teal-50\/95 {
  border-inline-end-color: rgb(237 250 250 / 0.95);
}
.border-e-teal-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(6 148 162 / var(--tw-border-opacity, 1));
}
.border-e-teal-500\/0 {
  border-inline-end-color: rgb(6 148 162 / 0);
}
.border-e-teal-500\/10 {
  border-inline-end-color: rgb(6 148 162 / 0.1);
}
.border-e-teal-500\/100 {
  border-inline-end-color: rgb(6 148 162 / 1);
}
.border-e-teal-500\/15 {
  border-inline-end-color: rgb(6 148 162 / 0.15);
}
.border-e-teal-500\/20 {
  border-inline-end-color: rgb(6 148 162 / 0.2);
}
.border-e-teal-500\/25 {
  border-inline-end-color: rgb(6 148 162 / 0.25);
}
.border-e-teal-500\/30 {
  border-inline-end-color: rgb(6 148 162 / 0.3);
}
.border-e-teal-500\/35 {
  border-inline-end-color: rgb(6 148 162 / 0.35);
}
.border-e-teal-500\/40 {
  border-inline-end-color: rgb(6 148 162 / 0.4);
}
.border-e-teal-500\/45 {
  border-inline-end-color: rgb(6 148 162 / 0.45);
}
.border-e-teal-500\/5 {
  border-inline-end-color: rgb(6 148 162 / 0.05);
}
.border-e-teal-500\/50 {
  border-inline-end-color: rgb(6 148 162 / 0.5);
}
.border-e-teal-500\/55 {
  border-inline-end-color: rgb(6 148 162 / 0.55);
}
.border-e-teal-500\/60 {
  border-inline-end-color: rgb(6 148 162 / 0.6);
}
.border-e-teal-500\/65 {
  border-inline-end-color: rgb(6 148 162 / 0.65);
}
.border-e-teal-500\/70 {
  border-inline-end-color: rgb(6 148 162 / 0.7);
}
.border-e-teal-500\/75 {
  border-inline-end-color: rgb(6 148 162 / 0.75);
}
.border-e-teal-500\/80 {
  border-inline-end-color: rgb(6 148 162 / 0.8);
}
.border-e-teal-500\/85 {
  border-inline-end-color: rgb(6 148 162 / 0.85);
}
.border-e-teal-500\/90 {
  border-inline-end-color: rgb(6 148 162 / 0.9);
}
.border-e-teal-500\/95 {
  border-inline-end-color: rgb(6 148 162 / 0.95);
}
.border-e-teal-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(4 116 129 / var(--tw-border-opacity, 1));
}
.border-e-teal-600\/0 {
  border-inline-end-color: rgb(4 116 129 / 0);
}
.border-e-teal-600\/10 {
  border-inline-end-color: rgb(4 116 129 / 0.1);
}
.border-e-teal-600\/100 {
  border-inline-end-color: rgb(4 116 129 / 1);
}
.border-e-teal-600\/15 {
  border-inline-end-color: rgb(4 116 129 / 0.15);
}
.border-e-teal-600\/20 {
  border-inline-end-color: rgb(4 116 129 / 0.2);
}
.border-e-teal-600\/25 {
  border-inline-end-color: rgb(4 116 129 / 0.25);
}
.border-e-teal-600\/30 {
  border-inline-end-color: rgb(4 116 129 / 0.3);
}
.border-e-teal-600\/35 {
  border-inline-end-color: rgb(4 116 129 / 0.35);
}
.border-e-teal-600\/40 {
  border-inline-end-color: rgb(4 116 129 / 0.4);
}
.border-e-teal-600\/45 {
  border-inline-end-color: rgb(4 116 129 / 0.45);
}
.border-e-teal-600\/5 {
  border-inline-end-color: rgb(4 116 129 / 0.05);
}
.border-e-teal-600\/50 {
  border-inline-end-color: rgb(4 116 129 / 0.5);
}
.border-e-teal-600\/55 {
  border-inline-end-color: rgb(4 116 129 / 0.55);
}
.border-e-teal-600\/60 {
  border-inline-end-color: rgb(4 116 129 / 0.6);
}
.border-e-teal-600\/65 {
  border-inline-end-color: rgb(4 116 129 / 0.65);
}
.border-e-teal-600\/70 {
  border-inline-end-color: rgb(4 116 129 / 0.7);
}
.border-e-teal-600\/75 {
  border-inline-end-color: rgb(4 116 129 / 0.75);
}
.border-e-teal-600\/80 {
  border-inline-end-color: rgb(4 116 129 / 0.8);
}
.border-e-teal-600\/85 {
  border-inline-end-color: rgb(4 116 129 / 0.85);
}
.border-e-teal-600\/90 {
  border-inline-end-color: rgb(4 116 129 / 0.9);
}
.border-e-teal-600\/95 {
  border-inline-end-color: rgb(4 116 129 / 0.95);
}
.border-e-teal-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(3 102 114 / var(--tw-border-opacity, 1));
}
.border-e-teal-700\/0 {
  border-inline-end-color: rgb(3 102 114 / 0);
}
.border-e-teal-700\/10 {
  border-inline-end-color: rgb(3 102 114 / 0.1);
}
.border-e-teal-700\/100 {
  border-inline-end-color: rgb(3 102 114 / 1);
}
.border-e-teal-700\/15 {
  border-inline-end-color: rgb(3 102 114 / 0.15);
}
.border-e-teal-700\/20 {
  border-inline-end-color: rgb(3 102 114 / 0.2);
}
.border-e-teal-700\/25 {
  border-inline-end-color: rgb(3 102 114 / 0.25);
}
.border-e-teal-700\/30 {
  border-inline-end-color: rgb(3 102 114 / 0.3);
}
.border-e-teal-700\/35 {
  border-inline-end-color: rgb(3 102 114 / 0.35);
}
.border-e-teal-700\/40 {
  border-inline-end-color: rgb(3 102 114 / 0.4);
}
.border-e-teal-700\/45 {
  border-inline-end-color: rgb(3 102 114 / 0.45);
}
.border-e-teal-700\/5 {
  border-inline-end-color: rgb(3 102 114 / 0.05);
}
.border-e-teal-700\/50 {
  border-inline-end-color: rgb(3 102 114 / 0.5);
}
.border-e-teal-700\/55 {
  border-inline-end-color: rgb(3 102 114 / 0.55);
}
.border-e-teal-700\/60 {
  border-inline-end-color: rgb(3 102 114 / 0.6);
}
.border-e-teal-700\/65 {
  border-inline-end-color: rgb(3 102 114 / 0.65);
}
.border-e-teal-700\/70 {
  border-inline-end-color: rgb(3 102 114 / 0.7);
}
.border-e-teal-700\/75 {
  border-inline-end-color: rgb(3 102 114 / 0.75);
}
.border-e-teal-700\/80 {
  border-inline-end-color: rgb(3 102 114 / 0.8);
}
.border-e-teal-700\/85 {
  border-inline-end-color: rgb(3 102 114 / 0.85);
}
.border-e-teal-700\/90 {
  border-inline-end-color: rgb(3 102 114 / 0.9);
}
.border-e-teal-700\/95 {
  border-inline-end-color: rgb(3 102 114 / 0.95);
}
.border-e-teal-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(5 80 92 / var(--tw-border-opacity, 1));
}
.border-e-teal-800\/0 {
  border-inline-end-color: rgb(5 80 92 / 0);
}
.border-e-teal-800\/10 {
  border-inline-end-color: rgb(5 80 92 / 0.1);
}
.border-e-teal-800\/100 {
  border-inline-end-color: rgb(5 80 92 / 1);
}
.border-e-teal-800\/15 {
  border-inline-end-color: rgb(5 80 92 / 0.15);
}
.border-e-teal-800\/20 {
  border-inline-end-color: rgb(5 80 92 / 0.2);
}
.border-e-teal-800\/25 {
  border-inline-end-color: rgb(5 80 92 / 0.25);
}
.border-e-teal-800\/30 {
  border-inline-end-color: rgb(5 80 92 / 0.3);
}
.border-e-teal-800\/35 {
  border-inline-end-color: rgb(5 80 92 / 0.35);
}
.border-e-teal-800\/40 {
  border-inline-end-color: rgb(5 80 92 / 0.4);
}
.border-e-teal-800\/45 {
  border-inline-end-color: rgb(5 80 92 / 0.45);
}
.border-e-teal-800\/5 {
  border-inline-end-color: rgb(5 80 92 / 0.05);
}
.border-e-teal-800\/50 {
  border-inline-end-color: rgb(5 80 92 / 0.5);
}
.border-e-teal-800\/55 {
  border-inline-end-color: rgb(5 80 92 / 0.55);
}
.border-e-teal-800\/60 {
  border-inline-end-color: rgb(5 80 92 / 0.6);
}
.border-e-teal-800\/65 {
  border-inline-end-color: rgb(5 80 92 / 0.65);
}
.border-e-teal-800\/70 {
  border-inline-end-color: rgb(5 80 92 / 0.7);
}
.border-e-teal-800\/75 {
  border-inline-end-color: rgb(5 80 92 / 0.75);
}
.border-e-teal-800\/80 {
  border-inline-end-color: rgb(5 80 92 / 0.8);
}
.border-e-teal-800\/85 {
  border-inline-end-color: rgb(5 80 92 / 0.85);
}
.border-e-teal-800\/90 {
  border-inline-end-color: rgb(5 80 92 / 0.9);
}
.border-e-teal-800\/95 {
  border-inline-end-color: rgb(5 80 92 / 0.95);
}
.border-e-teal-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(1 68 81 / var(--tw-border-opacity, 1));
}
.border-e-teal-900\/0 {
  border-inline-end-color: rgb(1 68 81 / 0);
}
.border-e-teal-900\/10 {
  border-inline-end-color: rgb(1 68 81 / 0.1);
}
.border-e-teal-900\/100 {
  border-inline-end-color: rgb(1 68 81 / 1);
}
.border-e-teal-900\/15 {
  border-inline-end-color: rgb(1 68 81 / 0.15);
}
.border-e-teal-900\/20 {
  border-inline-end-color: rgb(1 68 81 / 0.2);
}
.border-e-teal-900\/25 {
  border-inline-end-color: rgb(1 68 81 / 0.25);
}
.border-e-teal-900\/30 {
  border-inline-end-color: rgb(1 68 81 / 0.3);
}
.border-e-teal-900\/35 {
  border-inline-end-color: rgb(1 68 81 / 0.35);
}
.border-e-teal-900\/40 {
  border-inline-end-color: rgb(1 68 81 / 0.4);
}
.border-e-teal-900\/45 {
  border-inline-end-color: rgb(1 68 81 / 0.45);
}
.border-e-teal-900\/5 {
  border-inline-end-color: rgb(1 68 81 / 0.05);
}
.border-e-teal-900\/50 {
  border-inline-end-color: rgb(1 68 81 / 0.5);
}
.border-e-teal-900\/55 {
  border-inline-end-color: rgb(1 68 81 / 0.55);
}
.border-e-teal-900\/60 {
  border-inline-end-color: rgb(1 68 81 / 0.6);
}
.border-e-teal-900\/65 {
  border-inline-end-color: rgb(1 68 81 / 0.65);
}
.border-e-teal-900\/70 {
  border-inline-end-color: rgb(1 68 81 / 0.7);
}
.border-e-teal-900\/75 {
  border-inline-end-color: rgb(1 68 81 / 0.75);
}
.border-e-teal-900\/80 {
  border-inline-end-color: rgb(1 68 81 / 0.8);
}
.border-e-teal-900\/85 {
  border-inline-end-color: rgb(1 68 81 / 0.85);
}
.border-e-teal-900\/90 {
  border-inline-end-color: rgb(1 68 81 / 0.9);
}
.border-e-teal-900\/95 {
  border-inline-end-color: rgb(1 68 81 / 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-white {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.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(253 246 178 / var(--tw-border-opacity, 1));
}
.border-e-yellow-100\/0 {
  border-inline-end-color: rgb(253 246 178 / 0);
}
.border-e-yellow-100\/10 {
  border-inline-end-color: rgb(253 246 178 / 0.1);
}
.border-e-yellow-100\/100 {
  border-inline-end-color: rgb(253 246 178 / 1);
}
.border-e-yellow-100\/15 {
  border-inline-end-color: rgb(253 246 178 / 0.15);
}
.border-e-yellow-100\/20 {
  border-inline-end-color: rgb(253 246 178 / 0.2);
}
.border-e-yellow-100\/25 {
  border-inline-end-color: rgb(253 246 178 / 0.25);
}
.border-e-yellow-100\/30 {
  border-inline-end-color: rgb(253 246 178 / 0.3);
}
.border-e-yellow-100\/35 {
  border-inline-end-color: rgb(253 246 178 / 0.35);
}
.border-e-yellow-100\/40 {
  border-inline-end-color: rgb(253 246 178 / 0.4);
}
.border-e-yellow-100\/45 {
  border-inline-end-color: rgb(253 246 178 / 0.45);
}
.border-e-yellow-100\/5 {
  border-inline-end-color: rgb(253 246 178 / 0.05);
}
.border-e-yellow-100\/50 {
  border-inline-end-color: rgb(253 246 178 / 0.5);
}
.border-e-yellow-100\/55 {
  border-inline-end-color: rgb(253 246 178 / 0.55);
}
.border-e-yellow-100\/60 {
  border-inline-end-color: rgb(253 246 178 / 0.6);
}
.border-e-yellow-100\/65 {
  border-inline-end-color: rgb(253 246 178 / 0.65);
}
.border-e-yellow-100\/70 {
  border-inline-end-color: rgb(253 246 178 / 0.7);
}
.border-e-yellow-100\/75 {
  border-inline-end-color: rgb(253 246 178 / 0.75);
}
.border-e-yellow-100\/80 {
  border-inline-end-color: rgb(253 246 178 / 0.8);
}
.border-e-yellow-100\/85 {
  border-inline-end-color: rgb(253 246 178 / 0.85);
}
.border-e-yellow-100\/90 {
  border-inline-end-color: rgb(253 246 178 / 0.9);
}
.border-e-yellow-100\/95 {
  border-inline-end-color: rgb(253 246 178 / 0.95);
}
.border-e-yellow-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(252 233 106 / var(--tw-border-opacity, 1));
}
.border-e-yellow-200\/0 {
  border-inline-end-color: rgb(252 233 106 / 0);
}
.border-e-yellow-200\/10 {
  border-inline-end-color: rgb(252 233 106 / 0.1);
}
.border-e-yellow-200\/100 {
  border-inline-end-color: rgb(252 233 106 / 1);
}
.border-e-yellow-200\/15 {
  border-inline-end-color: rgb(252 233 106 / 0.15);
}
.border-e-yellow-200\/20 {
  border-inline-end-color: rgb(252 233 106 / 0.2);
}
.border-e-yellow-200\/25 {
  border-inline-end-color: rgb(252 233 106 / 0.25);
}
.border-e-yellow-200\/30 {
  border-inline-end-color: rgb(252 233 106 / 0.3);
}
.border-e-yellow-200\/35 {
  border-inline-end-color: rgb(252 233 106 / 0.35);
}
.border-e-yellow-200\/40 {
  border-inline-end-color: rgb(252 233 106 / 0.4);
}
.border-e-yellow-200\/45 {
  border-inline-end-color: rgb(252 233 106 / 0.45);
}
.border-e-yellow-200\/5 {
  border-inline-end-color: rgb(252 233 106 / 0.05);
}
.border-e-yellow-200\/50 {
  border-inline-end-color: rgb(252 233 106 / 0.5);
}
.border-e-yellow-200\/55 {
  border-inline-end-color: rgb(252 233 106 / 0.55);
}
.border-e-yellow-200\/60 {
  border-inline-end-color: rgb(252 233 106 / 0.6);
}
.border-e-yellow-200\/65 {
  border-inline-end-color: rgb(252 233 106 / 0.65);
}
.border-e-yellow-200\/70 {
  border-inline-end-color: rgb(252 233 106 / 0.7);
}
.border-e-yellow-200\/75 {
  border-inline-end-color: rgb(252 233 106 / 0.75);
}
.border-e-yellow-200\/80 {
  border-inline-end-color: rgb(252 233 106 / 0.8);
}
.border-e-yellow-200\/85 {
  border-inline-end-color: rgb(252 233 106 / 0.85);
}
.border-e-yellow-200\/90 {
  border-inline-end-color: rgb(252 233 106 / 0.9);
}
.border-e-yellow-200\/95 {
  border-inline-end-color: rgb(252 233 106 / 0.95);
}
.border-e-yellow-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 202 21 / var(--tw-border-opacity, 1));
}
.border-e-yellow-300\/0 {
  border-inline-end-color: rgb(250 202 21 / 0);
}
.border-e-yellow-300\/10 {
  border-inline-end-color: rgb(250 202 21 / 0.1);
}
.border-e-yellow-300\/100 {
  border-inline-end-color: rgb(250 202 21 / 1);
}
.border-e-yellow-300\/15 {
  border-inline-end-color: rgb(250 202 21 / 0.15);
}
.border-e-yellow-300\/20 {
  border-inline-end-color: rgb(250 202 21 / 0.2);
}
.border-e-yellow-300\/25 {
  border-inline-end-color: rgb(250 202 21 / 0.25);
}
.border-e-yellow-300\/30 {
  border-inline-end-color: rgb(250 202 21 / 0.3);
}
.border-e-yellow-300\/35 {
  border-inline-end-color: rgb(250 202 21 / 0.35);
}
.border-e-yellow-300\/40 {
  border-inline-end-color: rgb(250 202 21 / 0.4);
}
.border-e-yellow-300\/45 {
  border-inline-end-color: rgb(250 202 21 / 0.45);
}
.border-e-yellow-300\/5 {
  border-inline-end-color: rgb(250 202 21 / 0.05);
}
.border-e-yellow-300\/50 {
  border-inline-end-color: rgb(250 202 21 / 0.5);
}
.border-e-yellow-300\/55 {
  border-inline-end-color: rgb(250 202 21 / 0.55);
}
.border-e-yellow-300\/60 {
  border-inline-end-color: rgb(250 202 21 / 0.6);
}
.border-e-yellow-300\/65 {
  border-inline-end-color: rgb(250 202 21 / 0.65);
}
.border-e-yellow-300\/70 {
  border-inline-end-color: rgb(250 202 21 / 0.7);
}
.border-e-yellow-300\/75 {
  border-inline-end-color: rgb(250 202 21 / 0.75);
}
.border-e-yellow-300\/80 {
  border-inline-end-color: rgb(250 202 21 / 0.8);
}
.border-e-yellow-300\/85 {
  border-inline-end-color: rgb(250 202 21 / 0.85);
}
.border-e-yellow-300\/90 {
  border-inline-end-color: rgb(250 202 21 / 0.9);
}
.border-e-yellow-300\/95 {
  border-inline-end-color: rgb(250 202 21 / 0.95);
}
.border-e-yellow-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(227 160 8 / var(--tw-border-opacity, 1));
}
.border-e-yellow-400\/0 {
  border-inline-end-color: rgb(227 160 8 / 0);
}
.border-e-yellow-400\/10 {
  border-inline-end-color: rgb(227 160 8 / 0.1);
}
.border-e-yellow-400\/100 {
  border-inline-end-color: rgb(227 160 8 / 1);
}
.border-e-yellow-400\/15 {
  border-inline-end-color: rgb(227 160 8 / 0.15);
}
.border-e-yellow-400\/20 {
  border-inline-end-color: rgb(227 160 8 / 0.2);
}
.border-e-yellow-400\/25 {
  border-inline-end-color: rgb(227 160 8 / 0.25);
}
.border-e-yellow-400\/30 {
  border-inline-end-color: rgb(227 160 8 / 0.3);
}
.border-e-yellow-400\/35 {
  border-inline-end-color: rgb(227 160 8 / 0.35);
}
.border-e-yellow-400\/40 {
  border-inline-end-color: rgb(227 160 8 / 0.4);
}
.border-e-yellow-400\/45 {
  border-inline-end-color: rgb(227 160 8 / 0.45);
}
.border-e-yellow-400\/5 {
  border-inline-end-color: rgb(227 160 8 / 0.05);
}
.border-e-yellow-400\/50 {
  border-inline-end-color: rgb(227 160 8 / 0.5);
}
.border-e-yellow-400\/55 {
  border-inline-end-color: rgb(227 160 8 / 0.55);
}
.border-e-yellow-400\/60 {
  border-inline-end-color: rgb(227 160 8 / 0.6);
}
.border-e-yellow-400\/65 {
  border-inline-end-color: rgb(227 160 8 / 0.65);
}
.border-e-yellow-400\/70 {
  border-inline-end-color: rgb(227 160 8 / 0.7);
}
.border-e-yellow-400\/75 {
  border-inline-end-color: rgb(227 160 8 / 0.75);
}
.border-e-yellow-400\/80 {
  border-inline-end-color: rgb(227 160 8 / 0.8);
}
.border-e-yellow-400\/85 {
  border-inline-end-color: rgb(227 160 8 / 0.85);
}
.border-e-yellow-400\/90 {
  border-inline-end-color: rgb(227 160 8 / 0.9);
}
.border-e-yellow-400\/95 {
  border-inline-end-color: rgb(227 160 8 / 0.95);
}
.border-e-yellow-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 253 234 / var(--tw-border-opacity, 1));
}
.border-e-yellow-50\/0 {
  border-inline-end-color: rgb(253 253 234 / 0);
}
.border-e-yellow-50\/10 {
  border-inline-end-color: rgb(253 253 234 / 0.1);
}
.border-e-yellow-50\/100 {
  border-inline-end-color: rgb(253 253 234 / 1);
}
.border-e-yellow-50\/15 {
  border-inline-end-color: rgb(253 253 234 / 0.15);
}
.border-e-yellow-50\/20 {
  border-inline-end-color: rgb(253 253 234 / 0.2);
}
.border-e-yellow-50\/25 {
  border-inline-end-color: rgb(253 253 234 / 0.25);
}
.border-e-yellow-50\/30 {
  border-inline-end-color: rgb(253 253 234 / 0.3);
}
.border-e-yellow-50\/35 {
  border-inline-end-color: rgb(253 253 234 / 0.35);
}
.border-e-yellow-50\/40 {
  border-inline-end-color: rgb(253 253 234 / 0.4);
}
.border-e-yellow-50\/45 {
  border-inline-end-color: rgb(253 253 234 / 0.45);
}
.border-e-yellow-50\/5 {
  border-inline-end-color: rgb(253 253 234 / 0.05);
}
.border-e-yellow-50\/50 {
  border-inline-end-color: rgb(253 253 234 / 0.5);
}
.border-e-yellow-50\/55 {
  border-inline-end-color: rgb(253 253 234 / 0.55);
}
.border-e-yellow-50\/60 {
  border-inline-end-color: rgb(253 253 234 / 0.6);
}
.border-e-yellow-50\/65 {
  border-inline-end-color: rgb(253 253 234 / 0.65);
}
.border-e-yellow-50\/70 {
  border-inline-end-color: rgb(253 253 234 / 0.7);
}
.border-e-yellow-50\/75 {
  border-inline-end-color: rgb(253 253 234 / 0.75);
}
.border-e-yellow-50\/80 {
  border-inline-end-color: rgb(253 253 234 / 0.8);
}
.border-e-yellow-50\/85 {
  border-inline-end-color: rgb(253 253 234 / 0.85);
}
.border-e-yellow-50\/90 {
  border-inline-end-color: rgb(253 253 234 / 0.9);
}
.border-e-yellow-50\/95 {
  border-inline-end-color: rgb(253 253 234 / 0.95);
}
.border-e-yellow-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(194 120 3 / var(--tw-border-opacity, 1));
}
.border-e-yellow-500\/0 {
  border-inline-end-color: rgb(194 120 3 / 0);
}
.border-e-yellow-500\/10 {
  border-inline-end-color: rgb(194 120 3 / 0.1);
}
.border-e-yellow-500\/100 {
  border-inline-end-color: rgb(194 120 3 / 1);
}
.border-e-yellow-500\/15 {
  border-inline-end-color: rgb(194 120 3 / 0.15);
}
.border-e-yellow-500\/20 {
  border-inline-end-color: rgb(194 120 3 / 0.2);
}
.border-e-yellow-500\/25 {
  border-inline-end-color: rgb(194 120 3 / 0.25);
}
.border-e-yellow-500\/30 {
  border-inline-end-color: rgb(194 120 3 / 0.3);
}
.border-e-yellow-500\/35 {
  border-inline-end-color: rgb(194 120 3 / 0.35);
}
.border-e-yellow-500\/40 {
  border-inline-end-color: rgb(194 120 3 / 0.4);
}
.border-e-yellow-500\/45 {
  border-inline-end-color: rgb(194 120 3 / 0.45);
}
.border-e-yellow-500\/5 {
  border-inline-end-color: rgb(194 120 3 / 0.05);
}
.border-e-yellow-500\/50 {
  border-inline-end-color: rgb(194 120 3 / 0.5);
}
.border-e-yellow-500\/55 {
  border-inline-end-color: rgb(194 120 3 / 0.55);
}
.border-e-yellow-500\/60 {
  border-inline-end-color: rgb(194 120 3 / 0.6);
}
.border-e-yellow-500\/65 {
  border-inline-end-color: rgb(194 120 3 / 0.65);
}
.border-e-yellow-500\/70 {
  border-inline-end-color: rgb(194 120 3 / 0.7);
}
.border-e-yellow-500\/75 {
  border-inline-end-color: rgb(194 120 3 / 0.75);
}
.border-e-yellow-500\/80 {
  border-inline-end-color: rgb(194 120 3 / 0.8);
}
.border-e-yellow-500\/85 {
  border-inline-end-color: rgb(194 120 3 / 0.85);
}
.border-e-yellow-500\/90 {
  border-inline-end-color: rgb(194 120 3 / 0.9);
}
.border-e-yellow-500\/95 {
  border-inline-end-color: rgb(194 120 3 / 0.95);
}
.border-e-yellow-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(159 88 10 / var(--tw-border-opacity, 1));
}
.border-e-yellow-600\/0 {
  border-inline-end-color: rgb(159 88 10 / 0);
}
.border-e-yellow-600\/10 {
  border-inline-end-color: rgb(159 88 10 / 0.1);
}
.border-e-yellow-600\/100 {
  border-inline-end-color: rgb(159 88 10 / 1);
}
.border-e-yellow-600\/15 {
  border-inline-end-color: rgb(159 88 10 / 0.15);
}
.border-e-yellow-600\/20 {
  border-inline-end-color: rgb(159 88 10 / 0.2);
}
.border-e-yellow-600\/25 {
  border-inline-end-color: rgb(159 88 10 / 0.25);
}
.border-e-yellow-600\/30 {
  border-inline-end-color: rgb(159 88 10 / 0.3);
}
.border-e-yellow-600\/35 {
  border-inline-end-color: rgb(159 88 10 / 0.35);
}
.border-e-yellow-600\/40 {
  border-inline-end-color: rgb(159 88 10 / 0.4);
}
.border-e-yellow-600\/45 {
  border-inline-end-color: rgb(159 88 10 / 0.45);
}
.border-e-yellow-600\/5 {
  border-inline-end-color: rgb(159 88 10 / 0.05);
}
.border-e-yellow-600\/50 {
  border-inline-end-color: rgb(159 88 10 / 0.5);
}
.border-e-yellow-600\/55 {
  border-inline-end-color: rgb(159 88 10 / 0.55);
}
.border-e-yellow-600\/60 {
  border-inline-end-color: rgb(159 88 10 / 0.6);
}
.border-e-yellow-600\/65 {
  border-inline-end-color: rgb(159 88 10 / 0.65);
}
.border-e-yellow-600\/70 {
  border-inline-end-color: rgb(159 88 10 / 0.7);
}
.border-e-yellow-600\/75 {
  border-inline-end-color: rgb(159 88 10 / 0.75);
}
.border-e-yellow-600\/80 {
  border-inline-end-color: rgb(159 88 10 / 0.8);
}
.border-e-yellow-600\/85 {
  border-inline-end-color: rgb(159 88 10 / 0.85);
}
.border-e-yellow-600\/90 {
  border-inline-end-color: rgb(159 88 10 / 0.9);
}
.border-e-yellow-600\/95 {
  border-inline-end-color: rgb(159 88 10 / 0.95);
}
.border-e-yellow-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(142 75 16 / var(--tw-border-opacity, 1));
}
.border-e-yellow-700\/0 {
  border-inline-end-color: rgb(142 75 16 / 0);
}
.border-e-yellow-700\/10 {
  border-inline-end-color: rgb(142 75 16 / 0.1);
}
.border-e-yellow-700\/100 {
  border-inline-end-color: rgb(142 75 16 / 1);
}
.border-e-yellow-700\/15 {
  border-inline-end-color: rgb(142 75 16 / 0.15);
}
.border-e-yellow-700\/20 {
  border-inline-end-color: rgb(142 75 16 / 0.2);
}
.border-e-yellow-700\/25 {
  border-inline-end-color: rgb(142 75 16 / 0.25);
}
.border-e-yellow-700\/30 {
  border-inline-end-color: rgb(142 75 16 / 0.3);
}
.border-e-yellow-700\/35 {
  border-inline-end-color: rgb(142 75 16 / 0.35);
}
.border-e-yellow-700\/40 {
  border-inline-end-color: rgb(142 75 16 / 0.4);
}
.border-e-yellow-700\/45 {
  border-inline-end-color: rgb(142 75 16 / 0.45);
}
.border-e-yellow-700\/5 {
  border-inline-end-color: rgb(142 75 16 / 0.05);
}
.border-e-yellow-700\/50 {
  border-inline-end-color: rgb(142 75 16 / 0.5);
}
.border-e-yellow-700\/55 {
  border-inline-end-color: rgb(142 75 16 / 0.55);
}
.border-e-yellow-700\/60 {
  border-inline-end-color: rgb(142 75 16 / 0.6);
}
.border-e-yellow-700\/65 {
  border-inline-end-color: rgb(142 75 16 / 0.65);
}
.border-e-yellow-700\/70 {
  border-inline-end-color: rgb(142 75 16 / 0.7);
}
.border-e-yellow-700\/75 {
  border-inline-end-color: rgb(142 75 16 / 0.75);
}
.border-e-yellow-700\/80 {
  border-inline-end-color: rgb(142 75 16 / 0.8);
}
.border-e-yellow-700\/85 {
  border-inline-end-color: rgb(142 75 16 / 0.85);
}
.border-e-yellow-700\/90 {
  border-inline-end-color: rgb(142 75 16 / 0.9);
}
.border-e-yellow-700\/95 {
  border-inline-end-color: rgb(142 75 16 / 0.95);
}
.border-e-yellow-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(114 59 19 / var(--tw-border-opacity, 1));
}
.border-e-yellow-800\/0 {
  border-inline-end-color: rgb(114 59 19 / 0);
}
.border-e-yellow-800\/10 {
  border-inline-end-color: rgb(114 59 19 / 0.1);
}
.border-e-yellow-800\/100 {
  border-inline-end-color: rgb(114 59 19 / 1);
}
.border-e-yellow-800\/15 {
  border-inline-end-color: rgb(114 59 19 / 0.15);
}
.border-e-yellow-800\/20 {
  border-inline-end-color: rgb(114 59 19 / 0.2);
}
.border-e-yellow-800\/25 {
  border-inline-end-color: rgb(114 59 19 / 0.25);
}
.border-e-yellow-800\/30 {
  border-inline-end-color: rgb(114 59 19 / 0.3);
}
.border-e-yellow-800\/35 {
  border-inline-end-color: rgb(114 59 19 / 0.35);
}
.border-e-yellow-800\/40 {
  border-inline-end-color: rgb(114 59 19 / 0.4);
}
.border-e-yellow-800\/45 {
  border-inline-end-color: rgb(114 59 19 / 0.45);
}
.border-e-yellow-800\/5 {
  border-inline-end-color: rgb(114 59 19 / 0.05);
}
.border-e-yellow-800\/50 {
  border-inline-end-color: rgb(114 59 19 / 0.5);
}
.border-e-yellow-800\/55 {
  border-inline-end-color: rgb(114 59 19 / 0.55);
}
.border-e-yellow-800\/60 {
  border-inline-end-color: rgb(114 59 19 / 0.6);
}
.border-e-yellow-800\/65 {
  border-inline-end-color: rgb(114 59 19 / 0.65);
}
.border-e-yellow-800\/70 {
  border-inline-end-color: rgb(114 59 19 / 0.7);
}
.border-e-yellow-800\/75 {
  border-inline-end-color: rgb(114 59 19 / 0.75);
}
.border-e-yellow-800\/80 {
  border-inline-end-color: rgb(114 59 19 / 0.8);
}
.border-e-yellow-800\/85 {
  border-inline-end-color: rgb(114 59 19 / 0.85);
}
.border-e-yellow-800\/90 {
  border-inline-end-color: rgb(114 59 19 / 0.9);
}
.border-e-yellow-800\/95 {
  border-inline-end-color: rgb(114 59 19 / 0.95);
}
.border-e-yellow-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(99 49 18 / var(--tw-border-opacity, 1));
}
.border-e-yellow-900\/0 {
  border-inline-end-color: rgb(99 49 18 / 0);
}
.border-e-yellow-900\/10 {
  border-inline-end-color: rgb(99 49 18 / 0.1);
}
.border-e-yellow-900\/100 {
  border-inline-end-color: rgb(99 49 18 / 1);
}
.border-e-yellow-900\/15 {
  border-inline-end-color: rgb(99 49 18 / 0.15);
}
.border-e-yellow-900\/20 {
  border-inline-end-color: rgb(99 49 18 / 0.2);
}
.border-e-yellow-900\/25 {
  border-inline-end-color: rgb(99 49 18 / 0.25);
}
.border-e-yellow-900\/30 {
  border-inline-end-color: rgb(99 49 18 / 0.3);
}
.border-e-yellow-900\/35 {
  border-inline-end-color: rgb(99 49 18 / 0.35);
}
.border-e-yellow-900\/40 {
  border-inline-end-color: rgb(99 49 18 / 0.4);
}
.border-e-yellow-900\/45 {
  border-inline-end-color: rgb(99 49 18 / 0.45);
}
.border-e-yellow-900\/5 {
  border-inline-end-color: rgb(99 49 18 / 0.05);
}
.border-e-yellow-900\/50 {
  border-inline-end-color: rgb(99 49 18 / 0.5);
}
.border-e-yellow-900\/55 {
  border-inline-end-color: rgb(99 49 18 / 0.55);
}
.border-e-yellow-900\/60 {
  border-inline-end-color: rgb(99 49 18 / 0.6);
}
.border-e-yellow-900\/65 {
  border-inline-end-color: rgb(99 49 18 / 0.65);
}
.border-e-yellow-900\/70 {
  border-inline-end-color: rgb(99 49 18 / 0.7);
}
.border-e-yellow-900\/75 {
  border-inline-end-color: rgb(99 49 18 / 0.75);
}
.border-e-yellow-900\/80 {
  border-inline-end-color: rgb(99 49 18 / 0.8);
}
.border-e-yellow-900\/85 {
  border-inline-end-color: rgb(99 49 18 / 0.85);
}
.border-e-yellow-900\/90 {
  border-inline-end-color: rgb(99 49 18 / 0.9);
}
.border-e-yellow-900\/95 {
  border-inline-end-color: rgb(99 49 18 / 0.95);
}
.border-l-\[\#22c55e\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-l-black {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.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(225 239 254 / var(--tw-border-opacity, 1));
}
.border-l-blue-100\/0 {
  border-left-color: rgb(225 239 254 / 0);
}
.border-l-blue-100\/10 {
  border-left-color: rgb(225 239 254 / 0.1);
}
.border-l-blue-100\/100 {
  border-left-color: rgb(225 239 254 / 1);
}
.border-l-blue-100\/15 {
  border-left-color: rgb(225 239 254 / 0.15);
}
.border-l-blue-100\/20 {
  border-left-color: rgb(225 239 254 / 0.2);
}
.border-l-blue-100\/25 {
  border-left-color: rgb(225 239 254 / 0.25);
}
.border-l-blue-100\/30 {
  border-left-color: rgb(225 239 254 / 0.3);
}
.border-l-blue-100\/35 {
  border-left-color: rgb(225 239 254 / 0.35);
}
.border-l-blue-100\/40 {
  border-left-color: rgb(225 239 254 / 0.4);
}
.border-l-blue-100\/45 {
  border-left-color: rgb(225 239 254 / 0.45);
}
.border-l-blue-100\/5 {
  border-left-color: rgb(225 239 254 / 0.05);
}
.border-l-blue-100\/50 {
  border-left-color: rgb(225 239 254 / 0.5);
}
.border-l-blue-100\/55 {
  border-left-color: rgb(225 239 254 / 0.55);
}
.border-l-blue-100\/60 {
  border-left-color: rgb(225 239 254 / 0.6);
}
.border-l-blue-100\/65 {
  border-left-color: rgb(225 239 254 / 0.65);
}
.border-l-blue-100\/70 {
  border-left-color: rgb(225 239 254 / 0.7);
}
.border-l-blue-100\/75 {
  border-left-color: rgb(225 239 254 / 0.75);
}
.border-l-blue-100\/80 {
  border-left-color: rgb(225 239 254 / 0.8);
}
.border-l-blue-100\/85 {
  border-left-color: rgb(225 239 254 / 0.85);
}
.border-l-blue-100\/90 {
  border-left-color: rgb(225 239 254 / 0.9);
}
.border-l-blue-100\/95 {
  border-left-color: rgb(225 239 254 / 0.95);
}
.border-l-blue-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(195 221 253 / var(--tw-border-opacity, 1));
}
.border-l-blue-200\/0 {
  border-left-color: rgb(195 221 253 / 0);
}
.border-l-blue-200\/10 {
  border-left-color: rgb(195 221 253 / 0.1);
}
.border-l-blue-200\/100 {
  border-left-color: rgb(195 221 253 / 1);
}
.border-l-blue-200\/15 {
  border-left-color: rgb(195 221 253 / 0.15);
}
.border-l-blue-200\/20 {
  border-left-color: rgb(195 221 253 / 0.2);
}
.border-l-blue-200\/25 {
  border-left-color: rgb(195 221 253 / 0.25);
}
.border-l-blue-200\/30 {
  border-left-color: rgb(195 221 253 / 0.3);
}
.border-l-blue-200\/35 {
  border-left-color: rgb(195 221 253 / 0.35);
}
.border-l-blue-200\/40 {
  border-left-color: rgb(195 221 253 / 0.4);
}
.border-l-blue-200\/45 {
  border-left-color: rgb(195 221 253 / 0.45);
}
.border-l-blue-200\/5 {
  border-left-color: rgb(195 221 253 / 0.05);
}
.border-l-blue-200\/50 {
  border-left-color: rgb(195 221 253 / 0.5);
}
.border-l-blue-200\/55 {
  border-left-color: rgb(195 221 253 / 0.55);
}
.border-l-blue-200\/60 {
  border-left-color: rgb(195 221 253 / 0.6);
}
.border-l-blue-200\/65 {
  border-left-color: rgb(195 221 253 / 0.65);
}
.border-l-blue-200\/70 {
  border-left-color: rgb(195 221 253 / 0.7);
}
.border-l-blue-200\/75 {
  border-left-color: rgb(195 221 253 / 0.75);
}
.border-l-blue-200\/80 {
  border-left-color: rgb(195 221 253 / 0.8);
}
.border-l-blue-200\/85 {
  border-left-color: rgb(195 221 253 / 0.85);
}
.border-l-blue-200\/90 {
  border-left-color: rgb(195 221 253 / 0.9);
}
.border-l-blue-200\/95 {
  border-left-color: rgb(195 221 253 / 0.95);
}
.border-l-blue-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(164 202 254 / var(--tw-border-opacity, 1));
}
.border-l-blue-300\/0 {
  border-left-color: rgb(164 202 254 / 0);
}
.border-l-blue-300\/10 {
  border-left-color: rgb(164 202 254 / 0.1);
}
.border-l-blue-300\/100 {
  border-left-color: rgb(164 202 254 / 1);
}
.border-l-blue-300\/15 {
  border-left-color: rgb(164 202 254 / 0.15);
}
.border-l-blue-300\/20 {
  border-left-color: rgb(164 202 254 / 0.2);
}
.border-l-blue-300\/25 {
  border-left-color: rgb(164 202 254 / 0.25);
}
.border-l-blue-300\/30 {
  border-left-color: rgb(164 202 254 / 0.3);
}
.border-l-blue-300\/35 {
  border-left-color: rgb(164 202 254 / 0.35);
}
.border-l-blue-300\/40 {
  border-left-color: rgb(164 202 254 / 0.4);
}
.border-l-blue-300\/45 {
  border-left-color: rgb(164 202 254 / 0.45);
}
.border-l-blue-300\/5 {
  border-left-color: rgb(164 202 254 / 0.05);
}
.border-l-blue-300\/50 {
  border-left-color: rgb(164 202 254 / 0.5);
}
.border-l-blue-300\/55 {
  border-left-color: rgb(164 202 254 / 0.55);
}
.border-l-blue-300\/60 {
  border-left-color: rgb(164 202 254 / 0.6);
}
.border-l-blue-300\/65 {
  border-left-color: rgb(164 202 254 / 0.65);
}
.border-l-blue-300\/70 {
  border-left-color: rgb(164 202 254 / 0.7);
}
.border-l-blue-300\/75 {
  border-left-color: rgb(164 202 254 / 0.75);
}
.border-l-blue-300\/80 {
  border-left-color: rgb(164 202 254 / 0.8);
}
.border-l-blue-300\/85 {
  border-left-color: rgb(164 202 254 / 0.85);
}
.border-l-blue-300\/90 {
  border-left-color: rgb(164 202 254 / 0.9);
}
.border-l-blue-300\/95 {
  border-left-color: rgb(164 202 254 / 0.95);
}
.border-l-blue-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(118 169 250 / var(--tw-border-opacity, 1));
}
.border-l-blue-400\/0 {
  border-left-color: rgb(118 169 250 / 0);
}
.border-l-blue-400\/10 {
  border-left-color: rgb(118 169 250 / 0.1);
}
.border-l-blue-400\/100 {
  border-left-color: rgb(118 169 250 / 1);
}
.border-l-blue-400\/15 {
  border-left-color: rgb(118 169 250 / 0.15);
}
.border-l-blue-400\/20 {
  border-left-color: rgb(118 169 250 / 0.2);
}
.border-l-blue-400\/25 {
  border-left-color: rgb(118 169 250 / 0.25);
}
.border-l-blue-400\/30 {
  border-left-color: rgb(118 169 250 / 0.3);
}
.border-l-blue-400\/35 {
  border-left-color: rgb(118 169 250 / 0.35);
}
.border-l-blue-400\/40 {
  border-left-color: rgb(118 169 250 / 0.4);
}
.border-l-blue-400\/45 {
  border-left-color: rgb(118 169 250 / 0.45);
}
.border-l-blue-400\/5 {
  border-left-color: rgb(118 169 250 / 0.05);
}
.border-l-blue-400\/50 {
  border-left-color: rgb(118 169 250 / 0.5);
}
.border-l-blue-400\/55 {
  border-left-color: rgb(118 169 250 / 0.55);
}
.border-l-blue-400\/60 {
  border-left-color: rgb(118 169 250 / 0.6);
}
.border-l-blue-400\/65 {
  border-left-color: rgb(118 169 250 / 0.65);
}
.border-l-blue-400\/70 {
  border-left-color: rgb(118 169 250 / 0.7);
}
.border-l-blue-400\/75 {
  border-left-color: rgb(118 169 250 / 0.75);
}
.border-l-blue-400\/80 {
  border-left-color: rgb(118 169 250 / 0.8);
}
.border-l-blue-400\/85 {
  border-left-color: rgb(118 169 250 / 0.85);
}
.border-l-blue-400\/90 {
  border-left-color: rgb(118 169 250 / 0.9);
}
.border-l-blue-400\/95 {
  border-left-color: rgb(118 169 250 / 0.95);
}
.border-l-blue-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(235 245 255 / var(--tw-border-opacity, 1));
}
.border-l-blue-50\/0 {
  border-left-color: rgb(235 245 255 / 0);
}
.border-l-blue-50\/10 {
  border-left-color: rgb(235 245 255 / 0.1);
}
.border-l-blue-50\/100 {
  border-left-color: rgb(235 245 255 / 1);
}
.border-l-blue-50\/15 {
  border-left-color: rgb(235 245 255 / 0.15);
}
.border-l-blue-50\/20 {
  border-left-color: rgb(235 245 255 / 0.2);
}
.border-l-blue-50\/25 {
  border-left-color: rgb(235 245 255 / 0.25);
}
.border-l-blue-50\/30 {
  border-left-color: rgb(235 245 255 / 0.3);
}
.border-l-blue-50\/35 {
  border-left-color: rgb(235 245 255 / 0.35);
}
.border-l-blue-50\/40 {
  border-left-color: rgb(235 245 255 / 0.4);
}
.border-l-blue-50\/45 {
  border-left-color: rgb(235 245 255 / 0.45);
}
.border-l-blue-50\/5 {
  border-left-color: rgb(235 245 255 / 0.05);
}
.border-l-blue-50\/50 {
  border-left-color: rgb(235 245 255 / 0.5);
}
.border-l-blue-50\/55 {
  border-left-color: rgb(235 245 255 / 0.55);
}
.border-l-blue-50\/60 {
  border-left-color: rgb(235 245 255 / 0.6);
}
.border-l-blue-50\/65 {
  border-left-color: rgb(235 245 255 / 0.65);
}
.border-l-blue-50\/70 {
  border-left-color: rgb(235 245 255 / 0.7);
}
.border-l-blue-50\/75 {
  border-left-color: rgb(235 245 255 / 0.75);
}
.border-l-blue-50\/80 {
  border-left-color: rgb(235 245 255 / 0.8);
}
.border-l-blue-50\/85 {
  border-left-color: rgb(235 245 255 / 0.85);
}
.border-l-blue-50\/90 {
  border-left-color: rgb(235 245 255 / 0.9);
}
.border-l-blue-50\/95 {
  border-left-color: rgb(235 245 255 / 0.95);
}
.border-l-blue-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(63 131 248 / var(--tw-border-opacity, 1));
}
.border-l-blue-500\/0 {
  border-left-color: rgb(63 131 248 / 0);
}
.border-l-blue-500\/10 {
  border-left-color: rgb(63 131 248 / 0.1);
}
.border-l-blue-500\/100 {
  border-left-color: rgb(63 131 248 / 1);
}
.border-l-blue-500\/15 {
  border-left-color: rgb(63 131 248 / 0.15);
}
.border-l-blue-500\/20 {
  border-left-color: rgb(63 131 248 / 0.2);
}
.border-l-blue-500\/25 {
  border-left-color: rgb(63 131 248 / 0.25);
}
.border-l-blue-500\/30 {
  border-left-color: rgb(63 131 248 / 0.3);
}
.border-l-blue-500\/35 {
  border-left-color: rgb(63 131 248 / 0.35);
}
.border-l-blue-500\/40 {
  border-left-color: rgb(63 131 248 / 0.4);
}
.border-l-blue-500\/45 {
  border-left-color: rgb(63 131 248 / 0.45);
}
.border-l-blue-500\/5 {
  border-left-color: rgb(63 131 248 / 0.05);
}
.border-l-blue-500\/50 {
  border-left-color: rgb(63 131 248 / 0.5);
}
.border-l-blue-500\/55 {
  border-left-color: rgb(63 131 248 / 0.55);
}
.border-l-blue-500\/60 {
  border-left-color: rgb(63 131 248 / 0.6);
}
.border-l-blue-500\/65 {
  border-left-color: rgb(63 131 248 / 0.65);
}
.border-l-blue-500\/70 {
  border-left-color: rgb(63 131 248 / 0.7);
}
.border-l-blue-500\/75 {
  border-left-color: rgb(63 131 248 / 0.75);
}
.border-l-blue-500\/80 {
  border-left-color: rgb(63 131 248 / 0.8);
}
.border-l-blue-500\/85 {
  border-left-color: rgb(63 131 248 / 0.85);
}
.border-l-blue-500\/90 {
  border-left-color: rgb(63 131 248 / 0.9);
}
.border-l-blue-500\/95 {
  border-left-color: rgb(63 131 248 / 0.95);
}
.border-l-blue-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(28 100 242 / var(--tw-border-opacity, 1));
}
.border-l-blue-600\/0 {
  border-left-color: rgb(28 100 242 / 0);
}
.border-l-blue-600\/10 {
  border-left-color: rgb(28 100 242 / 0.1);
}
.border-l-blue-600\/100 {
  border-left-color: rgb(28 100 242 / 1);
}
.border-l-blue-600\/15 {
  border-left-color: rgb(28 100 242 / 0.15);
}
.border-l-blue-600\/20 {
  border-left-color: rgb(28 100 242 / 0.2);
}
.border-l-blue-600\/25 {
  border-left-color: rgb(28 100 242 / 0.25);
}
.border-l-blue-600\/30 {
  border-left-color: rgb(28 100 242 / 0.3);
}
.border-l-blue-600\/35 {
  border-left-color: rgb(28 100 242 / 0.35);
}
.border-l-blue-600\/40 {
  border-left-color: rgb(28 100 242 / 0.4);
}
.border-l-blue-600\/45 {
  border-left-color: rgb(28 100 242 / 0.45);
}
.border-l-blue-600\/5 {
  border-left-color: rgb(28 100 242 / 0.05);
}
.border-l-blue-600\/50 {
  border-left-color: rgb(28 100 242 / 0.5);
}
.border-l-blue-600\/55 {
  border-left-color: rgb(28 100 242 / 0.55);
}
.border-l-blue-600\/60 {
  border-left-color: rgb(28 100 242 / 0.6);
}
.border-l-blue-600\/65 {
  border-left-color: rgb(28 100 242 / 0.65);
}
.border-l-blue-600\/70 {
  border-left-color: rgb(28 100 242 / 0.7);
}
.border-l-blue-600\/75 {
  border-left-color: rgb(28 100 242 / 0.75);
}
.border-l-blue-600\/80 {
  border-left-color: rgb(28 100 242 / 0.8);
}
.border-l-blue-600\/85 {
  border-left-color: rgb(28 100 242 / 0.85);
}
.border-l-blue-600\/90 {
  border-left-color: rgb(28 100 242 / 0.9);
}
.border-l-blue-600\/95 {
  border-left-color: rgb(28 100 242 / 0.95);
}
.border-l-blue-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(26 86 219 / var(--tw-border-opacity, 1));
}
.border-l-blue-700\/0 {
  border-left-color: rgb(26 86 219 / 0);
}
.border-l-blue-700\/10 {
  border-left-color: rgb(26 86 219 / 0.1);
}
.border-l-blue-700\/100 {
  border-left-color: rgb(26 86 219 / 1);
}
.border-l-blue-700\/15 {
  border-left-color: rgb(26 86 219 / 0.15);
}
.border-l-blue-700\/20 {
  border-left-color: rgb(26 86 219 / 0.2);
}
.border-l-blue-700\/25 {
  border-left-color: rgb(26 86 219 / 0.25);
}
.border-l-blue-700\/30 {
  border-left-color: rgb(26 86 219 / 0.3);
}
.border-l-blue-700\/35 {
  border-left-color: rgb(26 86 219 / 0.35);
}
.border-l-blue-700\/40 {
  border-left-color: rgb(26 86 219 / 0.4);
}
.border-l-blue-700\/45 {
  border-left-color: rgb(26 86 219 / 0.45);
}
.border-l-blue-700\/5 {
  border-left-color: rgb(26 86 219 / 0.05);
}
.border-l-blue-700\/50 {
  border-left-color: rgb(26 86 219 / 0.5);
}
.border-l-blue-700\/55 {
  border-left-color: rgb(26 86 219 / 0.55);
}
.border-l-blue-700\/60 {
  border-left-color: rgb(26 86 219 / 0.6);
}
.border-l-blue-700\/65 {
  border-left-color: rgb(26 86 219 / 0.65);
}
.border-l-blue-700\/70 {
  border-left-color: rgb(26 86 219 / 0.7);
}
.border-l-blue-700\/75 {
  border-left-color: rgb(26 86 219 / 0.75);
}
.border-l-blue-700\/80 {
  border-left-color: rgb(26 86 219 / 0.8);
}
.border-l-blue-700\/85 {
  border-left-color: rgb(26 86 219 / 0.85);
}
.border-l-blue-700\/90 {
  border-left-color: rgb(26 86 219 / 0.9);
}
.border-l-blue-700\/95 {
  border-left-color: rgb(26 86 219 / 0.95);
}
.border-l-blue-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(30 66 159 / var(--tw-border-opacity, 1));
}
.border-l-blue-800\/0 {
  border-left-color: rgb(30 66 159 / 0);
}
.border-l-blue-800\/10 {
  border-left-color: rgb(30 66 159 / 0.1);
}
.border-l-blue-800\/100 {
  border-left-color: rgb(30 66 159 / 1);
}
.border-l-blue-800\/15 {
  border-left-color: rgb(30 66 159 / 0.15);
}
.border-l-blue-800\/20 {
  border-left-color: rgb(30 66 159 / 0.2);
}
.border-l-blue-800\/25 {
  border-left-color: rgb(30 66 159 / 0.25);
}
.border-l-blue-800\/30 {
  border-left-color: rgb(30 66 159 / 0.3);
}
.border-l-blue-800\/35 {
  border-left-color: rgb(30 66 159 / 0.35);
}
.border-l-blue-800\/40 {
  border-left-color: rgb(30 66 159 / 0.4);
}
.border-l-blue-800\/45 {
  border-left-color: rgb(30 66 159 / 0.45);
}
.border-l-blue-800\/5 {
  border-left-color: rgb(30 66 159 / 0.05);
}
.border-l-blue-800\/50 {
  border-left-color: rgb(30 66 159 / 0.5);
}
.border-l-blue-800\/55 {
  border-left-color: rgb(30 66 159 / 0.55);
}
.border-l-blue-800\/60 {
  border-left-color: rgb(30 66 159 / 0.6);
}
.border-l-blue-800\/65 {
  border-left-color: rgb(30 66 159 / 0.65);
}
.border-l-blue-800\/70 {
  border-left-color: rgb(30 66 159 / 0.7);
}
.border-l-blue-800\/75 {
  border-left-color: rgb(30 66 159 / 0.75);
}
.border-l-blue-800\/80 {
  border-left-color: rgb(30 66 159 / 0.8);
}
.border-l-blue-800\/85 {
  border-left-color: rgb(30 66 159 / 0.85);
}
.border-l-blue-800\/90 {
  border-left-color: rgb(30 66 159 / 0.9);
}
.border-l-blue-800\/95 {
  border-left-color: rgb(30 66 159 / 0.95);
}
.border-l-blue-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(35 56 118 / var(--tw-border-opacity, 1));
}
.border-l-blue-900\/0 {
  border-left-color: rgb(35 56 118 / 0);
}
.border-l-blue-900\/10 {
  border-left-color: rgb(35 56 118 / 0.1);
}
.border-l-blue-900\/100 {
  border-left-color: rgb(35 56 118 / 1);
}
.border-l-blue-900\/15 {
  border-left-color: rgb(35 56 118 / 0.15);
}
.border-l-blue-900\/20 {
  border-left-color: rgb(35 56 118 / 0.2);
}
.border-l-blue-900\/25 {
  border-left-color: rgb(35 56 118 / 0.25);
}
.border-l-blue-900\/30 {
  border-left-color: rgb(35 56 118 / 0.3);
}
.border-l-blue-900\/35 {
  border-left-color: rgb(35 56 118 / 0.35);
}
.border-l-blue-900\/40 {
  border-left-color: rgb(35 56 118 / 0.4);
}
.border-l-blue-900\/45 {
  border-left-color: rgb(35 56 118 / 0.45);
}
.border-l-blue-900\/5 {
  border-left-color: rgb(35 56 118 / 0.05);
}
.border-l-blue-900\/50 {
  border-left-color: rgb(35 56 118 / 0.5);
}
.border-l-blue-900\/55 {
  border-left-color: rgb(35 56 118 / 0.55);
}
.border-l-blue-900\/60 {
  border-left-color: rgb(35 56 118 / 0.6);
}
.border-l-blue-900\/65 {
  border-left-color: rgb(35 56 118 / 0.65);
}
.border-l-blue-900\/70 {
  border-left-color: rgb(35 56 118 / 0.7);
}
.border-l-blue-900\/75 {
  border-left-color: rgb(35 56 118 / 0.75);
}
.border-l-blue-900\/80 {
  border-left-color: rgb(35 56 118 / 0.8);
}
.border-l-blue-900\/85 {
  border-left-color: rgb(35 56 118 / 0.85);
}
.border-l-blue-900\/90 {
  border-left-color: rgb(35 56 118 / 0.9);
}
.border-l-blue-900\/95 {
  border-left-color: rgb(35 56 118 / 0.95);
}
.border-l-gray-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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-green-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(222 247 236 / var(--tw-border-opacity, 1));
}
.border-l-green-100\/0 {
  border-left-color: rgb(222 247 236 / 0);
}
.border-l-green-100\/10 {
  border-left-color: rgb(222 247 236 / 0.1);
}
.border-l-green-100\/100 {
  border-left-color: rgb(222 247 236 / 1);
}
.border-l-green-100\/15 {
  border-left-color: rgb(222 247 236 / 0.15);
}
.border-l-green-100\/20 {
  border-left-color: rgb(222 247 236 / 0.2);
}
.border-l-green-100\/25 {
  border-left-color: rgb(222 247 236 / 0.25);
}
.border-l-green-100\/30 {
  border-left-color: rgb(222 247 236 / 0.3);
}
.border-l-green-100\/35 {
  border-left-color: rgb(222 247 236 / 0.35);
}
.border-l-green-100\/40 {
  border-left-color: rgb(222 247 236 / 0.4);
}
.border-l-green-100\/45 {
  border-left-color: rgb(222 247 236 / 0.45);
}
.border-l-green-100\/5 {
  border-left-color: rgb(222 247 236 / 0.05);
}
.border-l-green-100\/50 {
  border-left-color: rgb(222 247 236 / 0.5);
}
.border-l-green-100\/55 {
  border-left-color: rgb(222 247 236 / 0.55);
}
.border-l-green-100\/60 {
  border-left-color: rgb(222 247 236 / 0.6);
}
.border-l-green-100\/65 {
  border-left-color: rgb(222 247 236 / 0.65);
}
.border-l-green-100\/70 {
  border-left-color: rgb(222 247 236 / 0.7);
}
.border-l-green-100\/75 {
  border-left-color: rgb(222 247 236 / 0.75);
}
.border-l-green-100\/80 {
  border-left-color: rgb(222 247 236 / 0.8);
}
.border-l-green-100\/85 {
  border-left-color: rgb(222 247 236 / 0.85);
}
.border-l-green-100\/90 {
  border-left-color: rgb(222 247 236 / 0.9);
}
.border-l-green-100\/95 {
  border-left-color: rgb(222 247 236 / 0.95);
}
.border-l-green-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(188 240 218 / var(--tw-border-opacity, 1));
}
.border-l-green-200\/0 {
  border-left-color: rgb(188 240 218 / 0);
}
.border-l-green-200\/10 {
  border-left-color: rgb(188 240 218 / 0.1);
}
.border-l-green-200\/100 {
  border-left-color: rgb(188 240 218 / 1);
}
.border-l-green-200\/15 {
  border-left-color: rgb(188 240 218 / 0.15);
}
.border-l-green-200\/20 {
  border-left-color: rgb(188 240 218 / 0.2);
}
.border-l-green-200\/25 {
  border-left-color: rgb(188 240 218 / 0.25);
}
.border-l-green-200\/30 {
  border-left-color: rgb(188 240 218 / 0.3);
}
.border-l-green-200\/35 {
  border-left-color: rgb(188 240 218 / 0.35);
}
.border-l-green-200\/40 {
  border-left-color: rgb(188 240 218 / 0.4);
}
.border-l-green-200\/45 {
  border-left-color: rgb(188 240 218 / 0.45);
}
.border-l-green-200\/5 {
  border-left-color: rgb(188 240 218 / 0.05);
}
.border-l-green-200\/50 {
  border-left-color: rgb(188 240 218 / 0.5);
}
.border-l-green-200\/55 {
  border-left-color: rgb(188 240 218 / 0.55);
}
.border-l-green-200\/60 {
  border-left-color: rgb(188 240 218 / 0.6);
}
.border-l-green-200\/65 {
  border-left-color: rgb(188 240 218 / 0.65);
}
.border-l-green-200\/70 {
  border-left-color: rgb(188 240 218 / 0.7);
}
.border-l-green-200\/75 {
  border-left-color: rgb(188 240 218 / 0.75);
}
.border-l-green-200\/80 {
  border-left-color: rgb(188 240 218 / 0.8);
}
.border-l-green-200\/85 {
  border-left-color: rgb(188 240 218 / 0.85);
}
.border-l-green-200\/90 {
  border-left-color: rgb(188 240 218 / 0.9);
}
.border-l-green-200\/95 {
  border-left-color: rgb(188 240 218 / 0.95);
}
.border-l-green-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(132 225 188 / var(--tw-border-opacity, 1));
}
.border-l-green-300\/0 {
  border-left-color: rgb(132 225 188 / 0);
}
.border-l-green-300\/10 {
  border-left-color: rgb(132 225 188 / 0.1);
}
.border-l-green-300\/100 {
  border-left-color: rgb(132 225 188 / 1);
}
.border-l-green-300\/15 {
  border-left-color: rgb(132 225 188 / 0.15);
}
.border-l-green-300\/20 {
  border-left-color: rgb(132 225 188 / 0.2);
}
.border-l-green-300\/25 {
  border-left-color: rgb(132 225 188 / 0.25);
}
.border-l-green-300\/30 {
  border-left-color: rgb(132 225 188 / 0.3);
}
.border-l-green-300\/35 {
  border-left-color: rgb(132 225 188 / 0.35);
}
.border-l-green-300\/40 {
  border-left-color: rgb(132 225 188 / 0.4);
}
.border-l-green-300\/45 {
  border-left-color: rgb(132 225 188 / 0.45);
}
.border-l-green-300\/5 {
  border-left-color: rgb(132 225 188 / 0.05);
}
.border-l-green-300\/50 {
  border-left-color: rgb(132 225 188 / 0.5);
}
.border-l-green-300\/55 {
  border-left-color: rgb(132 225 188 / 0.55);
}
.border-l-green-300\/60 {
  border-left-color: rgb(132 225 188 / 0.6);
}
.border-l-green-300\/65 {
  border-left-color: rgb(132 225 188 / 0.65);
}
.border-l-green-300\/70 {
  border-left-color: rgb(132 225 188 / 0.7);
}
.border-l-green-300\/75 {
  border-left-color: rgb(132 225 188 / 0.75);
}
.border-l-green-300\/80 {
  border-left-color: rgb(132 225 188 / 0.8);
}
.border-l-green-300\/85 {
  border-left-color: rgb(132 225 188 / 0.85);
}
.border-l-green-300\/90 {
  border-left-color: rgb(132 225 188 / 0.9);
}
.border-l-green-300\/95 {
  border-left-color: rgb(132 225 188 / 0.95);
}
.border-l-green-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(49 196 141 / var(--tw-border-opacity, 1));
}
.border-l-green-400\/0 {
  border-left-color: rgb(49 196 141 / 0);
}
.border-l-green-400\/10 {
  border-left-color: rgb(49 196 141 / 0.1);
}
.border-l-green-400\/100 {
  border-left-color: rgb(49 196 141 / 1);
}
.border-l-green-400\/15 {
  border-left-color: rgb(49 196 141 / 0.15);
}
.border-l-green-400\/20 {
  border-left-color: rgb(49 196 141 / 0.2);
}
.border-l-green-400\/25 {
  border-left-color: rgb(49 196 141 / 0.25);
}
.border-l-green-400\/30 {
  border-left-color: rgb(49 196 141 / 0.3);
}
.border-l-green-400\/35 {
  border-left-color: rgb(49 196 141 / 0.35);
}
.border-l-green-400\/40 {
  border-left-color: rgb(49 196 141 / 0.4);
}
.border-l-green-400\/45 {
  border-left-color: rgb(49 196 141 / 0.45);
}
.border-l-green-400\/5 {
  border-left-color: rgb(49 196 141 / 0.05);
}
.border-l-green-400\/50 {
  border-left-color: rgb(49 196 141 / 0.5);
}
.border-l-green-400\/55 {
  border-left-color: rgb(49 196 141 / 0.55);
}
.border-l-green-400\/60 {
  border-left-color: rgb(49 196 141 / 0.6);
}
.border-l-green-400\/65 {
  border-left-color: rgb(49 196 141 / 0.65);
}
.border-l-green-400\/70 {
  border-left-color: rgb(49 196 141 / 0.7);
}
.border-l-green-400\/75 {
  border-left-color: rgb(49 196 141 / 0.75);
}
.border-l-green-400\/80 {
  border-left-color: rgb(49 196 141 / 0.8);
}
.border-l-green-400\/85 {
  border-left-color: rgb(49 196 141 / 0.85);
}
.border-l-green-400\/90 {
  border-left-color: rgb(49 196 141 / 0.9);
}
.border-l-green-400\/95 {
  border-left-color: rgb(49 196 141 / 0.95);
}
.border-l-green-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 250 247 / var(--tw-border-opacity, 1));
}
.border-l-green-50\/0 {
  border-left-color: rgb(243 250 247 / 0);
}
.border-l-green-50\/10 {
  border-left-color: rgb(243 250 247 / 0.1);
}
.border-l-green-50\/100 {
  border-left-color: rgb(243 250 247 / 1);
}
.border-l-green-50\/15 {
  border-left-color: rgb(243 250 247 / 0.15);
}
.border-l-green-50\/20 {
  border-left-color: rgb(243 250 247 / 0.2);
}
.border-l-green-50\/25 {
  border-left-color: rgb(243 250 247 / 0.25);
}
.border-l-green-50\/30 {
  border-left-color: rgb(243 250 247 / 0.3);
}
.border-l-green-50\/35 {
  border-left-color: rgb(243 250 247 / 0.35);
}
.border-l-green-50\/40 {
  border-left-color: rgb(243 250 247 / 0.4);
}
.border-l-green-50\/45 {
  border-left-color: rgb(243 250 247 / 0.45);
}
.border-l-green-50\/5 {
  border-left-color: rgb(243 250 247 / 0.05);
}
.border-l-green-50\/50 {
  border-left-color: rgb(243 250 247 / 0.5);
}
.border-l-green-50\/55 {
  border-left-color: rgb(243 250 247 / 0.55);
}
.border-l-green-50\/60 {
  border-left-color: rgb(243 250 247 / 0.6);
}
.border-l-green-50\/65 {
  border-left-color: rgb(243 250 247 / 0.65);
}
.border-l-green-50\/70 {
  border-left-color: rgb(243 250 247 / 0.7);
}
.border-l-green-50\/75 {
  border-left-color: rgb(243 250 247 / 0.75);
}
.border-l-green-50\/80 {
  border-left-color: rgb(243 250 247 / 0.8);
}
.border-l-green-50\/85 {
  border-left-color: rgb(243 250 247 / 0.85);
}
.border-l-green-50\/90 {
  border-left-color: rgb(243 250 247 / 0.9);
}
.border-l-green-50\/95 {
  border-left-color: rgb(243 250 247 / 0.95);
}
.border-l-green-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(14 159 110 / var(--tw-border-opacity, 1));
}
.border-l-green-500\/0 {
  border-left-color: rgb(14 159 110 / 0);
}
.border-l-green-500\/10 {
  border-left-color: rgb(14 159 110 / 0.1);
}
.border-l-green-500\/100 {
  border-left-color: rgb(14 159 110 / 1);
}
.border-l-green-500\/15 {
  border-left-color: rgb(14 159 110 / 0.15);
}
.border-l-green-500\/20 {
  border-left-color: rgb(14 159 110 / 0.2);
}
.border-l-green-500\/25 {
  border-left-color: rgb(14 159 110 / 0.25);
}
.border-l-green-500\/30 {
  border-left-color: rgb(14 159 110 / 0.3);
}
.border-l-green-500\/35 {
  border-left-color: rgb(14 159 110 / 0.35);
}
.border-l-green-500\/40 {
  border-left-color: rgb(14 159 110 / 0.4);
}
.border-l-green-500\/45 {
  border-left-color: rgb(14 159 110 / 0.45);
}
.border-l-green-500\/5 {
  border-left-color: rgb(14 159 110 / 0.05);
}
.border-l-green-500\/50 {
  border-left-color: rgb(14 159 110 / 0.5);
}
.border-l-green-500\/55 {
  border-left-color: rgb(14 159 110 / 0.55);
}
.border-l-green-500\/60 {
  border-left-color: rgb(14 159 110 / 0.6);
}
.border-l-green-500\/65 {
  border-left-color: rgb(14 159 110 / 0.65);
}
.border-l-green-500\/70 {
  border-left-color: rgb(14 159 110 / 0.7);
}
.border-l-green-500\/75 {
  border-left-color: rgb(14 159 110 / 0.75);
}
.border-l-green-500\/80 {
  border-left-color: rgb(14 159 110 / 0.8);
}
.border-l-green-500\/85 {
  border-left-color: rgb(14 159 110 / 0.85);
}
.border-l-green-500\/90 {
  border-left-color: rgb(14 159 110 / 0.9);
}
.border-l-green-500\/95 {
  border-left-color: rgb(14 159 110 / 0.95);
}
.border-l-green-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(5 122 85 / var(--tw-border-opacity, 1));
}
.border-l-green-600\/0 {
  border-left-color: rgb(5 122 85 / 0);
}
.border-l-green-600\/10 {
  border-left-color: rgb(5 122 85 / 0.1);
}
.border-l-green-600\/100 {
  border-left-color: rgb(5 122 85 / 1);
}
.border-l-green-600\/15 {
  border-left-color: rgb(5 122 85 / 0.15);
}
.border-l-green-600\/20 {
  border-left-color: rgb(5 122 85 / 0.2);
}
.border-l-green-600\/25 {
  border-left-color: rgb(5 122 85 / 0.25);
}
.border-l-green-600\/30 {
  border-left-color: rgb(5 122 85 / 0.3);
}
.border-l-green-600\/35 {
  border-left-color: rgb(5 122 85 / 0.35);
}
.border-l-green-600\/40 {
  border-left-color: rgb(5 122 85 / 0.4);
}
.border-l-green-600\/45 {
  border-left-color: rgb(5 122 85 / 0.45);
}
.border-l-green-600\/5 {
  border-left-color: rgb(5 122 85 / 0.05);
}
.border-l-green-600\/50 {
  border-left-color: rgb(5 122 85 / 0.5);
}
.border-l-green-600\/55 {
  border-left-color: rgb(5 122 85 / 0.55);
}
.border-l-green-600\/60 {
  border-left-color: rgb(5 122 85 / 0.6);
}
.border-l-green-600\/65 {
  border-left-color: rgb(5 122 85 / 0.65);
}
.border-l-green-600\/70 {
  border-left-color: rgb(5 122 85 / 0.7);
}
.border-l-green-600\/75 {
  border-left-color: rgb(5 122 85 / 0.75);
}
.border-l-green-600\/80 {
  border-left-color: rgb(5 122 85 / 0.8);
}
.border-l-green-600\/85 {
  border-left-color: rgb(5 122 85 / 0.85);
}
.border-l-green-600\/90 {
  border-left-color: rgb(5 122 85 / 0.9);
}
.border-l-green-600\/95 {
  border-left-color: rgb(5 122 85 / 0.95);
}
.border-l-green-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(4 108 78 / var(--tw-border-opacity, 1));
}
.border-l-green-700\/0 {
  border-left-color: rgb(4 108 78 / 0);
}
.border-l-green-700\/10 {
  border-left-color: rgb(4 108 78 / 0.1);
}
.border-l-green-700\/100 {
  border-left-color: rgb(4 108 78 / 1);
}
.border-l-green-700\/15 {
  border-left-color: rgb(4 108 78 / 0.15);
}
.border-l-green-700\/20 {
  border-left-color: rgb(4 108 78 / 0.2);
}
.border-l-green-700\/25 {
  border-left-color: rgb(4 108 78 / 0.25);
}
.border-l-green-700\/30 {
  border-left-color: rgb(4 108 78 / 0.3);
}
.border-l-green-700\/35 {
  border-left-color: rgb(4 108 78 / 0.35);
}
.border-l-green-700\/40 {
  border-left-color: rgb(4 108 78 / 0.4);
}
.border-l-green-700\/45 {
  border-left-color: rgb(4 108 78 / 0.45);
}
.border-l-green-700\/5 {
  border-left-color: rgb(4 108 78 / 0.05);
}
.border-l-green-700\/50 {
  border-left-color: rgb(4 108 78 / 0.5);
}
.border-l-green-700\/55 {
  border-left-color: rgb(4 108 78 / 0.55);
}
.border-l-green-700\/60 {
  border-left-color: rgb(4 108 78 / 0.6);
}
.border-l-green-700\/65 {
  border-left-color: rgb(4 108 78 / 0.65);
}
.border-l-green-700\/70 {
  border-left-color: rgb(4 108 78 / 0.7);
}
.border-l-green-700\/75 {
  border-left-color: rgb(4 108 78 / 0.75);
}
.border-l-green-700\/80 {
  border-left-color: rgb(4 108 78 / 0.8);
}
.border-l-green-700\/85 {
  border-left-color: rgb(4 108 78 / 0.85);
}
.border-l-green-700\/90 {
  border-left-color: rgb(4 108 78 / 0.9);
}
.border-l-green-700\/95 {
  border-left-color: rgb(4 108 78 / 0.95);
}
.border-l-green-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(3 84 63 / var(--tw-border-opacity, 1));
}
.border-l-green-800\/0 {
  border-left-color: rgb(3 84 63 / 0);
}
.border-l-green-800\/10 {
  border-left-color: rgb(3 84 63 / 0.1);
}
.border-l-green-800\/100 {
  border-left-color: rgb(3 84 63 / 1);
}
.border-l-green-800\/15 {
  border-left-color: rgb(3 84 63 / 0.15);
}
.border-l-green-800\/20 {
  border-left-color: rgb(3 84 63 / 0.2);
}
.border-l-green-800\/25 {
  border-left-color: rgb(3 84 63 / 0.25);
}
.border-l-green-800\/30 {
  border-left-color: rgb(3 84 63 / 0.3);
}
.border-l-green-800\/35 {
  border-left-color: rgb(3 84 63 / 0.35);
}
.border-l-green-800\/40 {
  border-left-color: rgb(3 84 63 / 0.4);
}
.border-l-green-800\/45 {
  border-left-color: rgb(3 84 63 / 0.45);
}
.border-l-green-800\/5 {
  border-left-color: rgb(3 84 63 / 0.05);
}
.border-l-green-800\/50 {
  border-left-color: rgb(3 84 63 / 0.5);
}
.border-l-green-800\/55 {
  border-left-color: rgb(3 84 63 / 0.55);
}
.border-l-green-800\/60 {
  border-left-color: rgb(3 84 63 / 0.6);
}
.border-l-green-800\/65 {
  border-left-color: rgb(3 84 63 / 0.65);
}
.border-l-green-800\/70 {
  border-left-color: rgb(3 84 63 / 0.7);
}
.border-l-green-800\/75 {
  border-left-color: rgb(3 84 63 / 0.75);
}
.border-l-green-800\/80 {
  border-left-color: rgb(3 84 63 / 0.8);
}
.border-l-green-800\/85 {
  border-left-color: rgb(3 84 63 / 0.85);
}
.border-l-green-800\/90 {
  border-left-color: rgb(3 84 63 / 0.9);
}
.border-l-green-800\/95 {
  border-left-color: rgb(3 84 63 / 0.95);
}
.border-l-green-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(1 71 55 / var(--tw-border-opacity, 1));
}
.border-l-green-900\/0 {
  border-left-color: rgb(1 71 55 / 0);
}
.border-l-green-900\/10 {
  border-left-color: rgb(1 71 55 / 0.1);
}
.border-l-green-900\/100 {
  border-left-color: rgb(1 71 55 / 1);
}
.border-l-green-900\/15 {
  border-left-color: rgb(1 71 55 / 0.15);
}
.border-l-green-900\/20 {
  border-left-color: rgb(1 71 55 / 0.2);
}
.border-l-green-900\/25 {
  border-left-color: rgb(1 71 55 / 0.25);
}
.border-l-green-900\/30 {
  border-left-color: rgb(1 71 55 / 0.3);
}
.border-l-green-900\/35 {
  border-left-color: rgb(1 71 55 / 0.35);
}
.border-l-green-900\/40 {
  border-left-color: rgb(1 71 55 / 0.4);
}
.border-l-green-900\/45 {
  border-left-color: rgb(1 71 55 / 0.45);
}
.border-l-green-900\/5 {
  border-left-color: rgb(1 71 55 / 0.05);
}
.border-l-green-900\/50 {
  border-left-color: rgb(1 71 55 / 0.5);
}
.border-l-green-900\/55 {
  border-left-color: rgb(1 71 55 / 0.55);
}
.border-l-green-900\/60 {
  border-left-color: rgb(1 71 55 / 0.6);
}
.border-l-green-900\/65 {
  border-left-color: rgb(1 71 55 / 0.65);
}
.border-l-green-900\/70 {
  border-left-color: rgb(1 71 55 / 0.7);
}
.border-l-green-900\/75 {
  border-left-color: rgb(1 71 55 / 0.75);
}
.border-l-green-900\/80 {
  border-left-color: rgb(1 71 55 / 0.8);
}
.border-l-green-900\/85 {
  border-left-color: rgb(1 71 55 / 0.85);
}
.border-l-green-900\/90 {
  border-left-color: rgb(1 71 55 / 0.9);
}
.border-l-green-900\/95 {
  border-left-color: rgb(1 71 55 / 0.95);
}
.border-l-indigo-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(229 237 255 / var(--tw-border-opacity, 1));
}
.border-l-indigo-100\/0 {
  border-left-color: rgb(229 237 255 / 0);
}
.border-l-indigo-100\/10 {
  border-left-color: rgb(229 237 255 / 0.1);
}
.border-l-indigo-100\/100 {
  border-left-color: rgb(229 237 255 / 1);
}
.border-l-indigo-100\/15 {
  border-left-color: rgb(229 237 255 / 0.15);
}
.border-l-indigo-100\/20 {
  border-left-color: rgb(229 237 255 / 0.2);
}
.border-l-indigo-100\/25 {
  border-left-color: rgb(229 237 255 / 0.25);
}
.border-l-indigo-100\/30 {
  border-left-color: rgb(229 237 255 / 0.3);
}
.border-l-indigo-100\/35 {
  border-left-color: rgb(229 237 255 / 0.35);
}
.border-l-indigo-100\/40 {
  border-left-color: rgb(229 237 255 / 0.4);
}
.border-l-indigo-100\/45 {
  border-left-color: rgb(229 237 255 / 0.45);
}
.border-l-indigo-100\/5 {
  border-left-color: rgb(229 237 255 / 0.05);
}
.border-l-indigo-100\/50 {
  border-left-color: rgb(229 237 255 / 0.5);
}
.border-l-indigo-100\/55 {
  border-left-color: rgb(229 237 255 / 0.55);
}
.border-l-indigo-100\/60 {
  border-left-color: rgb(229 237 255 / 0.6);
}
.border-l-indigo-100\/65 {
  border-left-color: rgb(229 237 255 / 0.65);
}
.border-l-indigo-100\/70 {
  border-left-color: rgb(229 237 255 / 0.7);
}
.border-l-indigo-100\/75 {
  border-left-color: rgb(229 237 255 / 0.75);
}
.border-l-indigo-100\/80 {
  border-left-color: rgb(229 237 255 / 0.8);
}
.border-l-indigo-100\/85 {
  border-left-color: rgb(229 237 255 / 0.85);
}
.border-l-indigo-100\/90 {
  border-left-color: rgb(229 237 255 / 0.9);
}
.border-l-indigo-100\/95 {
  border-left-color: rgb(229 237 255 / 0.95);
}
.border-l-indigo-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(205 219 254 / var(--tw-border-opacity, 1));
}
.border-l-indigo-200\/0 {
  border-left-color: rgb(205 219 254 / 0);
}
.border-l-indigo-200\/10 {
  border-left-color: rgb(205 219 254 / 0.1);
}
.border-l-indigo-200\/100 {
  border-left-color: rgb(205 219 254 / 1);
}
.border-l-indigo-200\/15 {
  border-left-color: rgb(205 219 254 / 0.15);
}
.border-l-indigo-200\/20 {
  border-left-color: rgb(205 219 254 / 0.2);
}
.border-l-indigo-200\/25 {
  border-left-color: rgb(205 219 254 / 0.25);
}
.border-l-indigo-200\/30 {
  border-left-color: rgb(205 219 254 / 0.3);
}
.border-l-indigo-200\/35 {
  border-left-color: rgb(205 219 254 / 0.35);
}
.border-l-indigo-200\/40 {
  border-left-color: rgb(205 219 254 / 0.4);
}
.border-l-indigo-200\/45 {
  border-left-color: rgb(205 219 254 / 0.45);
}
.border-l-indigo-200\/5 {
  border-left-color: rgb(205 219 254 / 0.05);
}
.border-l-indigo-200\/50 {
  border-left-color: rgb(205 219 254 / 0.5);
}
.border-l-indigo-200\/55 {
  border-left-color: rgb(205 219 254 / 0.55);
}
.border-l-indigo-200\/60 {
  border-left-color: rgb(205 219 254 / 0.6);
}
.border-l-indigo-200\/65 {
  border-left-color: rgb(205 219 254 / 0.65);
}
.border-l-indigo-200\/70 {
  border-left-color: rgb(205 219 254 / 0.7);
}
.border-l-indigo-200\/75 {
  border-left-color: rgb(205 219 254 / 0.75);
}
.border-l-indigo-200\/80 {
  border-left-color: rgb(205 219 254 / 0.8);
}
.border-l-indigo-200\/85 {
  border-left-color: rgb(205 219 254 / 0.85);
}
.border-l-indigo-200\/90 {
  border-left-color: rgb(205 219 254 / 0.9);
}
.border-l-indigo-200\/95 {
  border-left-color: rgb(205 219 254 / 0.95);
}
.border-l-indigo-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(180 198 252 / var(--tw-border-opacity, 1));
}
.border-l-indigo-300\/0 {
  border-left-color: rgb(180 198 252 / 0);
}
.border-l-indigo-300\/10 {
  border-left-color: rgb(180 198 252 / 0.1);
}
.border-l-indigo-300\/100 {
  border-left-color: rgb(180 198 252 / 1);
}
.border-l-indigo-300\/15 {
  border-left-color: rgb(180 198 252 / 0.15);
}
.border-l-indigo-300\/20 {
  border-left-color: rgb(180 198 252 / 0.2);
}
.border-l-indigo-300\/25 {
  border-left-color: rgb(180 198 252 / 0.25);
}
.border-l-indigo-300\/30 {
  border-left-color: rgb(180 198 252 / 0.3);
}
.border-l-indigo-300\/35 {
  border-left-color: rgb(180 198 252 / 0.35);
}
.border-l-indigo-300\/40 {
  border-left-color: rgb(180 198 252 / 0.4);
}
.border-l-indigo-300\/45 {
  border-left-color: rgb(180 198 252 / 0.45);
}
.border-l-indigo-300\/5 {
  border-left-color: rgb(180 198 252 / 0.05);
}
.border-l-indigo-300\/50 {
  border-left-color: rgb(180 198 252 / 0.5);
}
.border-l-indigo-300\/55 {
  border-left-color: rgb(180 198 252 / 0.55);
}
.border-l-indigo-300\/60 {
  border-left-color: rgb(180 198 252 / 0.6);
}
.border-l-indigo-300\/65 {
  border-left-color: rgb(180 198 252 / 0.65);
}
.border-l-indigo-300\/70 {
  border-left-color: rgb(180 198 252 / 0.7);
}
.border-l-indigo-300\/75 {
  border-left-color: rgb(180 198 252 / 0.75);
}
.border-l-indigo-300\/80 {
  border-left-color: rgb(180 198 252 / 0.8);
}
.border-l-indigo-300\/85 {
  border-left-color: rgb(180 198 252 / 0.85);
}
.border-l-indigo-300\/90 {
  border-left-color: rgb(180 198 252 / 0.9);
}
.border-l-indigo-300\/95 {
  border-left-color: rgb(180 198 252 / 0.95);
}
.border-l-indigo-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(141 162 251 / var(--tw-border-opacity, 1));
}
.border-l-indigo-400\/0 {
  border-left-color: rgb(141 162 251 / 0);
}
.border-l-indigo-400\/10 {
  border-left-color: rgb(141 162 251 / 0.1);
}
.border-l-indigo-400\/100 {
  border-left-color: rgb(141 162 251 / 1);
}
.border-l-indigo-400\/15 {
  border-left-color: rgb(141 162 251 / 0.15);
}
.border-l-indigo-400\/20 {
  border-left-color: rgb(141 162 251 / 0.2);
}
.border-l-indigo-400\/25 {
  border-left-color: rgb(141 162 251 / 0.25);
}
.border-l-indigo-400\/30 {
  border-left-color: rgb(141 162 251 / 0.3);
}
.border-l-indigo-400\/35 {
  border-left-color: rgb(141 162 251 / 0.35);
}
.border-l-indigo-400\/40 {
  border-left-color: rgb(141 162 251 / 0.4);
}
.border-l-indigo-400\/45 {
  border-left-color: rgb(141 162 251 / 0.45);
}
.border-l-indigo-400\/5 {
  border-left-color: rgb(141 162 251 / 0.05);
}
.border-l-indigo-400\/50 {
  border-left-color: rgb(141 162 251 / 0.5);
}
.border-l-indigo-400\/55 {
  border-left-color: rgb(141 162 251 / 0.55);
}
.border-l-indigo-400\/60 {
  border-left-color: rgb(141 162 251 / 0.6);
}
.border-l-indigo-400\/65 {
  border-left-color: rgb(141 162 251 / 0.65);
}
.border-l-indigo-400\/70 {
  border-left-color: rgb(141 162 251 / 0.7);
}
.border-l-indigo-400\/75 {
  border-left-color: rgb(141 162 251 / 0.75);
}
.border-l-indigo-400\/80 {
  border-left-color: rgb(141 162 251 / 0.8);
}
.border-l-indigo-400\/85 {
  border-left-color: rgb(141 162 251 / 0.85);
}
.border-l-indigo-400\/90 {
  border-left-color: rgb(141 162 251 / 0.9);
}
.border-l-indigo-400\/95 {
  border-left-color: rgb(141 162 251 / 0.95);
}
.border-l-indigo-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 245 255 / var(--tw-border-opacity, 1));
}
.border-l-indigo-50\/0 {
  border-left-color: rgb(240 245 255 / 0);
}
.border-l-indigo-50\/10 {
  border-left-color: rgb(240 245 255 / 0.1);
}
.border-l-indigo-50\/100 {
  border-left-color: rgb(240 245 255 / 1);
}
.border-l-indigo-50\/15 {
  border-left-color: rgb(240 245 255 / 0.15);
}
.border-l-indigo-50\/20 {
  border-left-color: rgb(240 245 255 / 0.2);
}
.border-l-indigo-50\/25 {
  border-left-color: rgb(240 245 255 / 0.25);
}
.border-l-indigo-50\/30 {
  border-left-color: rgb(240 245 255 / 0.3);
}
.border-l-indigo-50\/35 {
  border-left-color: rgb(240 245 255 / 0.35);
}
.border-l-indigo-50\/40 {
  border-left-color: rgb(240 245 255 / 0.4);
}
.border-l-indigo-50\/45 {
  border-left-color: rgb(240 245 255 / 0.45);
}
.border-l-indigo-50\/5 {
  border-left-color: rgb(240 245 255 / 0.05);
}
.border-l-indigo-50\/50 {
  border-left-color: rgb(240 245 255 / 0.5);
}
.border-l-indigo-50\/55 {
  border-left-color: rgb(240 245 255 / 0.55);
}
.border-l-indigo-50\/60 {
  border-left-color: rgb(240 245 255 / 0.6);
}
.border-l-indigo-50\/65 {
  border-left-color: rgb(240 245 255 / 0.65);
}
.border-l-indigo-50\/70 {
  border-left-color: rgb(240 245 255 / 0.7);
}
.border-l-indigo-50\/75 {
  border-left-color: rgb(240 245 255 / 0.75);
}
.border-l-indigo-50\/80 {
  border-left-color: rgb(240 245 255 / 0.8);
}
.border-l-indigo-50\/85 {
  border-left-color: rgb(240 245 255 / 0.85);
}
.border-l-indigo-50\/90 {
  border-left-color: rgb(240 245 255 / 0.9);
}
.border-l-indigo-50\/95 {
  border-left-color: rgb(240 245 255 / 0.95);
}
.border-l-indigo-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(104 117 245 / var(--tw-border-opacity, 1));
}
.border-l-indigo-500\/0 {
  border-left-color: rgb(104 117 245 / 0);
}
.border-l-indigo-500\/10 {
  border-left-color: rgb(104 117 245 / 0.1);
}
.border-l-indigo-500\/100 {
  border-left-color: rgb(104 117 245 / 1);
}
.border-l-indigo-500\/15 {
  border-left-color: rgb(104 117 245 / 0.15);
}
.border-l-indigo-500\/20 {
  border-left-color: rgb(104 117 245 / 0.2);
}
.border-l-indigo-500\/25 {
  border-left-color: rgb(104 117 245 / 0.25);
}
.border-l-indigo-500\/30 {
  border-left-color: rgb(104 117 245 / 0.3);
}
.border-l-indigo-500\/35 {
  border-left-color: rgb(104 117 245 / 0.35);
}
.border-l-indigo-500\/40 {
  border-left-color: rgb(104 117 245 / 0.4);
}
.border-l-indigo-500\/45 {
  border-left-color: rgb(104 117 245 / 0.45);
}
.border-l-indigo-500\/5 {
  border-left-color: rgb(104 117 245 / 0.05);
}
.border-l-indigo-500\/50 {
  border-left-color: rgb(104 117 245 / 0.5);
}
.border-l-indigo-500\/55 {
  border-left-color: rgb(104 117 245 / 0.55);
}
.border-l-indigo-500\/60 {
  border-left-color: rgb(104 117 245 / 0.6);
}
.border-l-indigo-500\/65 {
  border-left-color: rgb(104 117 245 / 0.65);
}
.border-l-indigo-500\/70 {
  border-left-color: rgb(104 117 245 / 0.7);
}
.border-l-indigo-500\/75 {
  border-left-color: rgb(104 117 245 / 0.75);
}
.border-l-indigo-500\/80 {
  border-left-color: rgb(104 117 245 / 0.8);
}
.border-l-indigo-500\/85 {
  border-left-color: rgb(104 117 245 / 0.85);
}
.border-l-indigo-500\/90 {
  border-left-color: rgb(104 117 245 / 0.9);
}
.border-l-indigo-500\/95 {
  border-left-color: rgb(104 117 245 / 0.95);
}
.border-l-indigo-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(88 80 236 / var(--tw-border-opacity, 1));
}
.border-l-indigo-600\/0 {
  border-left-color: rgb(88 80 236 / 0);
}
.border-l-indigo-600\/10 {
  border-left-color: rgb(88 80 236 / 0.1);
}
.border-l-indigo-600\/100 {
  border-left-color: rgb(88 80 236 / 1);
}
.border-l-indigo-600\/15 {
  border-left-color: rgb(88 80 236 / 0.15);
}
.border-l-indigo-600\/20 {
  border-left-color: rgb(88 80 236 / 0.2);
}
.border-l-indigo-600\/25 {
  border-left-color: rgb(88 80 236 / 0.25);
}
.border-l-indigo-600\/30 {
  border-left-color: rgb(88 80 236 / 0.3);
}
.border-l-indigo-600\/35 {
  border-left-color: rgb(88 80 236 / 0.35);
}
.border-l-indigo-600\/40 {
  border-left-color: rgb(88 80 236 / 0.4);
}
.border-l-indigo-600\/45 {
  border-left-color: rgb(88 80 236 / 0.45);
}
.border-l-indigo-600\/5 {
  border-left-color: rgb(88 80 236 / 0.05);
}
.border-l-indigo-600\/50 {
  border-left-color: rgb(88 80 236 / 0.5);
}
.border-l-indigo-600\/55 {
  border-left-color: rgb(88 80 236 / 0.55);
}
.border-l-indigo-600\/60 {
  border-left-color: rgb(88 80 236 / 0.6);
}
.border-l-indigo-600\/65 {
  border-left-color: rgb(88 80 236 / 0.65);
}
.border-l-indigo-600\/70 {
  border-left-color: rgb(88 80 236 / 0.7);
}
.border-l-indigo-600\/75 {
  border-left-color: rgb(88 80 236 / 0.75);
}
.border-l-indigo-600\/80 {
  border-left-color: rgb(88 80 236 / 0.8);
}
.border-l-indigo-600\/85 {
  border-left-color: rgb(88 80 236 / 0.85);
}
.border-l-indigo-600\/90 {
  border-left-color: rgb(88 80 236 / 0.9);
}
.border-l-indigo-600\/95 {
  border-left-color: rgb(88 80 236 / 0.95);
}
.border-l-indigo-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(81 69 205 / var(--tw-border-opacity, 1));
}
.border-l-indigo-700\/0 {
  border-left-color: rgb(81 69 205 / 0);
}
.border-l-indigo-700\/10 {
  border-left-color: rgb(81 69 205 / 0.1);
}
.border-l-indigo-700\/100 {
  border-left-color: rgb(81 69 205 / 1);
}
.border-l-indigo-700\/15 {
  border-left-color: rgb(81 69 205 / 0.15);
}
.border-l-indigo-700\/20 {
  border-left-color: rgb(81 69 205 / 0.2);
}
.border-l-indigo-700\/25 {
  border-left-color: rgb(81 69 205 / 0.25);
}
.border-l-indigo-700\/30 {
  border-left-color: rgb(81 69 205 / 0.3);
}
.border-l-indigo-700\/35 {
  border-left-color: rgb(81 69 205 / 0.35);
}
.border-l-indigo-700\/40 {
  border-left-color: rgb(81 69 205 / 0.4);
}
.border-l-indigo-700\/45 {
  border-left-color: rgb(81 69 205 / 0.45);
}
.border-l-indigo-700\/5 {
  border-left-color: rgb(81 69 205 / 0.05);
}
.border-l-indigo-700\/50 {
  border-left-color: rgb(81 69 205 / 0.5);
}
.border-l-indigo-700\/55 {
  border-left-color: rgb(81 69 205 / 0.55);
}
.border-l-indigo-700\/60 {
  border-left-color: rgb(81 69 205 / 0.6);
}
.border-l-indigo-700\/65 {
  border-left-color: rgb(81 69 205 / 0.65);
}
.border-l-indigo-700\/70 {
  border-left-color: rgb(81 69 205 / 0.7);
}
.border-l-indigo-700\/75 {
  border-left-color: rgb(81 69 205 / 0.75);
}
.border-l-indigo-700\/80 {
  border-left-color: rgb(81 69 205 / 0.8);
}
.border-l-indigo-700\/85 {
  border-left-color: rgb(81 69 205 / 0.85);
}
.border-l-indigo-700\/90 {
  border-left-color: rgb(81 69 205 / 0.9);
}
.border-l-indigo-700\/95 {
  border-left-color: rgb(81 69 205 / 0.95);
}
.border-l-indigo-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(66 56 157 / var(--tw-border-opacity, 1));
}
.border-l-indigo-800\/0 {
  border-left-color: rgb(66 56 157 / 0);
}
.border-l-indigo-800\/10 {
  border-left-color: rgb(66 56 157 / 0.1);
}
.border-l-indigo-800\/100 {
  border-left-color: rgb(66 56 157 / 1);
}
.border-l-indigo-800\/15 {
  border-left-color: rgb(66 56 157 / 0.15);
}
.border-l-indigo-800\/20 {
  border-left-color: rgb(66 56 157 / 0.2);
}
.border-l-indigo-800\/25 {
  border-left-color: rgb(66 56 157 / 0.25);
}
.border-l-indigo-800\/30 {
  border-left-color: rgb(66 56 157 / 0.3);
}
.border-l-indigo-800\/35 {
  border-left-color: rgb(66 56 157 / 0.35);
}
.border-l-indigo-800\/40 {
  border-left-color: rgb(66 56 157 / 0.4);
}
.border-l-indigo-800\/45 {
  border-left-color: rgb(66 56 157 / 0.45);
}
.border-l-indigo-800\/5 {
  border-left-color: rgb(66 56 157 / 0.05);
}
.border-l-indigo-800\/50 {
  border-left-color: rgb(66 56 157 / 0.5);
}
.border-l-indigo-800\/55 {
  border-left-color: rgb(66 56 157 / 0.55);
}
.border-l-indigo-800\/60 {
  border-left-color: rgb(66 56 157 / 0.6);
}
.border-l-indigo-800\/65 {
  border-left-color: rgb(66 56 157 / 0.65);
}
.border-l-indigo-800\/70 {
  border-left-color: rgb(66 56 157 / 0.7);
}
.border-l-indigo-800\/75 {
  border-left-color: rgb(66 56 157 / 0.75);
}
.border-l-indigo-800\/80 {
  border-left-color: rgb(66 56 157 / 0.8);
}
.border-l-indigo-800\/85 {
  border-left-color: rgb(66 56 157 / 0.85);
}
.border-l-indigo-800\/90 {
  border-left-color: rgb(66 56 157 / 0.9);
}
.border-l-indigo-800\/95 {
  border-left-color: rgb(66 56 157 / 0.95);
}
.border-l-indigo-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(54 47 120 / var(--tw-border-opacity, 1));
}
.border-l-indigo-900\/0 {
  border-left-color: rgb(54 47 120 / 0);
}
.border-l-indigo-900\/10 {
  border-left-color: rgb(54 47 120 / 0.1);
}
.border-l-indigo-900\/100 {
  border-left-color: rgb(54 47 120 / 1);
}
.border-l-indigo-900\/15 {
  border-left-color: rgb(54 47 120 / 0.15);
}
.border-l-indigo-900\/20 {
  border-left-color: rgb(54 47 120 / 0.2);
}
.border-l-indigo-900\/25 {
  border-left-color: rgb(54 47 120 / 0.25);
}
.border-l-indigo-900\/30 {
  border-left-color: rgb(54 47 120 / 0.3);
}
.border-l-indigo-900\/35 {
  border-left-color: rgb(54 47 120 / 0.35);
}
.border-l-indigo-900\/40 {
  border-left-color: rgb(54 47 120 / 0.4);
}
.border-l-indigo-900\/45 {
  border-left-color: rgb(54 47 120 / 0.45);
}
.border-l-indigo-900\/5 {
  border-left-color: rgb(54 47 120 / 0.05);
}
.border-l-indigo-900\/50 {
  border-left-color: rgb(54 47 120 / 0.5);
}
.border-l-indigo-900\/55 {
  border-left-color: rgb(54 47 120 / 0.55);
}
.border-l-indigo-900\/60 {
  border-left-color: rgb(54 47 120 / 0.6);
}
.border-l-indigo-900\/65 {
  border-left-color: rgb(54 47 120 / 0.65);
}
.border-l-indigo-900\/70 {
  border-left-color: rgb(54 47 120 / 0.7);
}
.border-l-indigo-900\/75 {
  border-left-color: rgb(54 47 120 / 0.75);
}
.border-l-indigo-900\/80 {
  border-left-color: rgb(54 47 120 / 0.8);
}
.border-l-indigo-900\/85 {
  border-left-color: rgb(54 47 120 / 0.85);
}
.border-l-indigo-900\/90 {
  border-left-color: rgb(54 47 120 / 0.9);
}
.border-l-indigo-900\/95 {
  border-left-color: rgb(54 47 120 / 0.95);
}
.border-l-negative-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}
.border-l-negative-100\/0 {
  border-left-color: rgb(244 244 245 / 0);
}
.border-l-negative-100\/10 {
  border-left-color: rgb(244 244 245 / 0.1);
}
.border-l-negative-100\/100 {
  border-left-color: rgb(244 244 245 / 1);
}
.border-l-negative-100\/15 {
  border-left-color: rgb(244 244 245 / 0.15);
}
.border-l-negative-100\/20 {
  border-left-color: rgb(244 244 245 / 0.2);
}
.border-l-negative-100\/25 {
  border-left-color: rgb(244 244 245 / 0.25);
}
.border-l-negative-100\/30 {
  border-left-color: rgb(244 244 245 / 0.3);
}
.border-l-negative-100\/35 {
  border-left-color: rgb(244 244 245 / 0.35);
}
.border-l-negative-100\/40 {
  border-left-color: rgb(244 244 245 / 0.4);
}
.border-l-negative-100\/45 {
  border-left-color: rgb(244 244 245 / 0.45);
}
.border-l-negative-100\/5 {
  border-left-color: rgb(244 244 245 / 0.05);
}
.border-l-negative-100\/50 {
  border-left-color: rgb(244 244 245 / 0.5);
}
.border-l-negative-100\/55 {
  border-left-color: rgb(244 244 245 / 0.55);
}
.border-l-negative-100\/60 {
  border-left-color: rgb(244 244 245 / 0.6);
}
.border-l-negative-100\/65 {
  border-left-color: rgb(244 244 245 / 0.65);
}
.border-l-negative-100\/70 {
  border-left-color: rgb(244 244 245 / 0.7);
}
.border-l-negative-100\/75 {
  border-left-color: rgb(244 244 245 / 0.75);
}
.border-l-negative-100\/80 {
  border-left-color: rgb(244 244 245 / 0.8);
}
.border-l-negative-100\/85 {
  border-left-color: rgb(244 244 245 / 0.85);
}
.border-l-negative-100\/90 {
  border-left-color: rgb(244 244 245 / 0.9);
}
.border-l-negative-100\/95 {
  border-left-color: rgb(244 244 245 / 0.95);
}
.border-l-negative-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}
.border-l-negative-200\/0 {
  border-left-color: rgb(228 228 231 / 0);
}
.border-l-negative-200\/10 {
  border-left-color: rgb(228 228 231 / 0.1);
}
.border-l-negative-200\/100 {
  border-left-color: rgb(228 228 231 / 1);
}
.border-l-negative-200\/15 {
  border-left-color: rgb(228 228 231 / 0.15);
}
.border-l-negative-200\/20 {
  border-left-color: rgb(228 228 231 / 0.2);
}
.border-l-negative-200\/25 {
  border-left-color: rgb(228 228 231 / 0.25);
}
.border-l-negative-200\/30 {
  border-left-color: rgb(228 228 231 / 0.3);
}
.border-l-negative-200\/35 {
  border-left-color: rgb(228 228 231 / 0.35);
}
.border-l-negative-200\/40 {
  border-left-color: rgb(228 228 231 / 0.4);
}
.border-l-negative-200\/45 {
  border-left-color: rgb(228 228 231 / 0.45);
}
.border-l-negative-200\/5 {
  border-left-color: rgb(228 228 231 / 0.05);
}
.border-l-negative-200\/50 {
  border-left-color: rgb(228 228 231 / 0.5);
}
.border-l-negative-200\/55 {
  border-left-color: rgb(228 228 231 / 0.55);
}
.border-l-negative-200\/60 {
  border-left-color: rgb(228 228 231 / 0.6);
}
.border-l-negative-200\/65 {
  border-left-color: rgb(228 228 231 / 0.65);
}
.border-l-negative-200\/70 {
  border-left-color: rgb(228 228 231 / 0.7);
}
.border-l-negative-200\/75 {
  border-left-color: rgb(228 228 231 / 0.75);
}
.border-l-negative-200\/80 {
  border-left-color: rgb(228 228 231 / 0.8);
}
.border-l-negative-200\/85 {
  border-left-color: rgb(228 228 231 / 0.85);
}
.border-l-negative-200\/90 {
  border-left-color: rgb(228 228 231 / 0.9);
}
.border-l-negative-200\/95 {
  border-left-color: rgb(228 228 231 / 0.95);
}
.border-l-negative-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}
.border-l-negative-300\/0 {
  border-left-color: rgb(212 212 216 / 0);
}
.border-l-negative-300\/10 {
  border-left-color: rgb(212 212 216 / 0.1);
}
.border-l-negative-300\/100 {
  border-left-color: rgb(212 212 216 / 1);
}
.border-l-negative-300\/15 {
  border-left-color: rgb(212 212 216 / 0.15);
}
.border-l-negative-300\/20 {
  border-left-color: rgb(212 212 216 / 0.2);
}
.border-l-negative-300\/25 {
  border-left-color: rgb(212 212 216 / 0.25);
}
.border-l-negative-300\/30 {
  border-left-color: rgb(212 212 216 / 0.3);
}
.border-l-negative-300\/35 {
  border-left-color: rgb(212 212 216 / 0.35);
}
.border-l-negative-300\/40 {
  border-left-color: rgb(212 212 216 / 0.4);
}
.border-l-negative-300\/45 {
  border-left-color: rgb(212 212 216 / 0.45);
}
.border-l-negative-300\/5 {
  border-left-color: rgb(212 212 216 / 0.05);
}
.border-l-negative-300\/50 {
  border-left-color: rgb(212 212 216 / 0.5);
}
.border-l-negative-300\/55 {
  border-left-color: rgb(212 212 216 / 0.55);
}
.border-l-negative-300\/60 {
  border-left-color: rgb(212 212 216 / 0.6);
}
.border-l-negative-300\/65 {
  border-left-color: rgb(212 212 216 / 0.65);
}
.border-l-negative-300\/70 {
  border-left-color: rgb(212 212 216 / 0.7);
}
.border-l-negative-300\/75 {
  border-left-color: rgb(212 212 216 / 0.75);
}
.border-l-negative-300\/80 {
  border-left-color: rgb(212 212 216 / 0.8);
}
.border-l-negative-300\/85 {
  border-left-color: rgb(212 212 216 / 0.85);
}
.border-l-negative-300\/90 {
  border-left-color: rgb(212 212 216 / 0.9);
}
.border-l-negative-300\/95 {
  border-left-color: rgb(212 212 216 / 0.95);
}
.border-l-negative-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}
.border-l-negative-400\/0 {
  border-left-color: rgb(161 161 170 / 0);
}
.border-l-negative-400\/10 {
  border-left-color: rgb(161 161 170 / 0.1);
}
.border-l-negative-400\/100 {
  border-left-color: rgb(161 161 170 / 1);
}
.border-l-negative-400\/15 {
  border-left-color: rgb(161 161 170 / 0.15);
}
.border-l-negative-400\/20 {
  border-left-color: rgb(161 161 170 / 0.2);
}
.border-l-negative-400\/25 {
  border-left-color: rgb(161 161 170 / 0.25);
}
.border-l-negative-400\/30 {
  border-left-color: rgb(161 161 170 / 0.3);
}
.border-l-negative-400\/35 {
  border-left-color: rgb(161 161 170 / 0.35);
}
.border-l-negative-400\/40 {
  border-left-color: rgb(161 161 170 / 0.4);
}
.border-l-negative-400\/45 {
  border-left-color: rgb(161 161 170 / 0.45);
}
.border-l-negative-400\/5 {
  border-left-color: rgb(161 161 170 / 0.05);
}
.border-l-negative-400\/50 {
  border-left-color: rgb(161 161 170 / 0.5);
}
.border-l-negative-400\/55 {
  border-left-color: rgb(161 161 170 / 0.55);
}
.border-l-negative-400\/60 {
  border-left-color: rgb(161 161 170 / 0.6);
}
.border-l-negative-400\/65 {
  border-left-color: rgb(161 161 170 / 0.65);
}
.border-l-negative-400\/70 {
  border-left-color: rgb(161 161 170 / 0.7);
}
.border-l-negative-400\/75 {
  border-left-color: rgb(161 161 170 / 0.75);
}
.border-l-negative-400\/80 {
  border-left-color: rgb(161 161 170 / 0.8);
}
.border-l-negative-400\/85 {
  border-left-color: rgb(161 161 170 / 0.85);
}
.border-l-negative-400\/90 {
  border-left-color: rgb(161 161 170 / 0.9);
}
.border-l-negative-400\/95 {
  border-left-color: rgb(161 161 170 / 0.95);
}
.border-l-negative-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-l-negative-50\/0 {
  border-left-color: rgb(250 250 250 / 0);
}
.border-l-negative-50\/10 {
  border-left-color: rgb(250 250 250 / 0.1);
}
.border-l-negative-50\/100 {
  border-left-color: rgb(250 250 250 / 1);
}
.border-l-negative-50\/15 {
  border-left-color: rgb(250 250 250 / 0.15);
}
.border-l-negative-50\/20 {
  border-left-color: rgb(250 250 250 / 0.2);
}
.border-l-negative-50\/25 {
  border-left-color: rgb(250 250 250 / 0.25);
}
.border-l-negative-50\/30 {
  border-left-color: rgb(250 250 250 / 0.3);
}
.border-l-negative-50\/35 {
  border-left-color: rgb(250 250 250 / 0.35);
}
.border-l-negative-50\/40 {
  border-left-color: rgb(250 250 250 / 0.4);
}
.border-l-negative-50\/45 {
  border-left-color: rgb(250 250 250 / 0.45);
}
.border-l-negative-50\/5 {
  border-left-color: rgb(250 250 250 / 0.05);
}
.border-l-negative-50\/50 {
  border-left-color: rgb(250 250 250 / 0.5);
}
.border-l-negative-50\/55 {
  border-left-color: rgb(250 250 250 / 0.55);
}
.border-l-negative-50\/60 {
  border-left-color: rgb(250 250 250 / 0.6);
}
.border-l-negative-50\/65 {
  border-left-color: rgb(250 250 250 / 0.65);
}
.border-l-negative-50\/70 {
  border-left-color: rgb(250 250 250 / 0.7);
}
.border-l-negative-50\/75 {
  border-left-color: rgb(250 250 250 / 0.75);
}
.border-l-negative-50\/80 {
  border-left-color: rgb(250 250 250 / 0.8);
}
.border-l-negative-50\/85 {
  border-left-color: rgb(250 250 250 / 0.85);
}
.border-l-negative-50\/90 {
  border-left-color: rgb(250 250 250 / 0.9);
}
.border-l-negative-50\/95 {
  border-left-color: rgb(250 250 250 / 0.95);
}
.border-l-negative-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}
.border-l-negative-500\/0 {
  border-left-color: rgb(113 113 122 / 0);
}
.border-l-negative-500\/10 {
  border-left-color: rgb(113 113 122 / 0.1);
}
.border-l-negative-500\/100 {
  border-left-color: rgb(113 113 122 / 1);
}
.border-l-negative-500\/15 {
  border-left-color: rgb(113 113 122 / 0.15);
}
.border-l-negative-500\/20 {
  border-left-color: rgb(113 113 122 / 0.2);
}
.border-l-negative-500\/25 {
  border-left-color: rgb(113 113 122 / 0.25);
}
.border-l-negative-500\/30 {
  border-left-color: rgb(113 113 122 / 0.3);
}
.border-l-negative-500\/35 {
  border-left-color: rgb(113 113 122 / 0.35);
}
.border-l-negative-500\/40 {
  border-left-color: rgb(113 113 122 / 0.4);
}
.border-l-negative-500\/45 {
  border-left-color: rgb(113 113 122 / 0.45);
}
.border-l-negative-500\/5 {
  border-left-color: rgb(113 113 122 / 0.05);
}
.border-l-negative-500\/50 {
  border-left-color: rgb(113 113 122 / 0.5);
}
.border-l-negative-500\/55 {
  border-left-color: rgb(113 113 122 / 0.55);
}
.border-l-negative-500\/60 {
  border-left-color: rgb(113 113 122 / 0.6);
}
.border-l-negative-500\/65 {
  border-left-color: rgb(113 113 122 / 0.65);
}
.border-l-negative-500\/70 {
  border-left-color: rgb(113 113 122 / 0.7);
}
.border-l-negative-500\/75 {
  border-left-color: rgb(113 113 122 / 0.75);
}
.border-l-negative-500\/80 {
  border-left-color: rgb(113 113 122 / 0.8);
}
.border-l-negative-500\/85 {
  border-left-color: rgb(113 113 122 / 0.85);
}
.border-l-negative-500\/90 {
  border-left-color: rgb(113 113 122 / 0.9);
}
.border-l-negative-500\/95 {
  border-left-color: rgb(113 113 122 / 0.95);
}
.border-l-negative-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}
.border-l-negative-600\/0 {
  border-left-color: rgb(82 82 91 / 0);
}
.border-l-negative-600\/10 {
  border-left-color: rgb(82 82 91 / 0.1);
}
.border-l-negative-600\/100 {
  border-left-color: rgb(82 82 91 / 1);
}
.border-l-negative-600\/15 {
  border-left-color: rgb(82 82 91 / 0.15);
}
.border-l-negative-600\/20 {
  border-left-color: rgb(82 82 91 / 0.2);
}
.border-l-negative-600\/25 {
  border-left-color: rgb(82 82 91 / 0.25);
}
.border-l-negative-600\/30 {
  border-left-color: rgb(82 82 91 / 0.3);
}
.border-l-negative-600\/35 {
  border-left-color: rgb(82 82 91 / 0.35);
}
.border-l-negative-600\/40 {
  border-left-color: rgb(82 82 91 / 0.4);
}
.border-l-negative-600\/45 {
  border-left-color: rgb(82 82 91 / 0.45);
}
.border-l-negative-600\/5 {
  border-left-color: rgb(82 82 91 / 0.05);
}
.border-l-negative-600\/50 {
  border-left-color: rgb(82 82 91 / 0.5);
}
.border-l-negative-600\/55 {
  border-left-color: rgb(82 82 91 / 0.55);
}
.border-l-negative-600\/60 {
  border-left-color: rgb(82 82 91 / 0.6);
}
.border-l-negative-600\/65 {
  border-left-color: rgb(82 82 91 / 0.65);
}
.border-l-negative-600\/70 {
  border-left-color: rgb(82 82 91 / 0.7);
}
.border-l-negative-600\/75 {
  border-left-color: rgb(82 82 91 / 0.75);
}
.border-l-negative-600\/80 {
  border-left-color: rgb(82 82 91 / 0.8);
}
.border-l-negative-600\/85 {
  border-left-color: rgb(82 82 91 / 0.85);
}
.border-l-negative-600\/90 {
  border-left-color: rgb(82 82 91 / 0.9);
}
.border-l-negative-600\/95 {
  border-left-color: rgb(82 82 91 / 0.95);
}
.border-l-negative-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}
.border-l-negative-700\/0 {
  border-left-color: rgb(63 63 70 / 0);
}
.border-l-negative-700\/10 {
  border-left-color: rgb(63 63 70 / 0.1);
}
.border-l-negative-700\/100 {
  border-left-color: rgb(63 63 70 / 1);
}
.border-l-negative-700\/15 {
  border-left-color: rgb(63 63 70 / 0.15);
}
.border-l-negative-700\/20 {
  border-left-color: rgb(63 63 70 / 0.2);
}
.border-l-negative-700\/25 {
  border-left-color: rgb(63 63 70 / 0.25);
}
.border-l-negative-700\/30 {
  border-left-color: rgb(63 63 70 / 0.3);
}
.border-l-negative-700\/35 {
  border-left-color: rgb(63 63 70 / 0.35);
}
.border-l-negative-700\/40 {
  border-left-color: rgb(63 63 70 / 0.4);
}
.border-l-negative-700\/45 {
  border-left-color: rgb(63 63 70 / 0.45);
}
.border-l-negative-700\/5 {
  border-left-color: rgb(63 63 70 / 0.05);
}
.border-l-negative-700\/50 {
  border-left-color: rgb(63 63 70 / 0.5);
}
.border-l-negative-700\/55 {
  border-left-color: rgb(63 63 70 / 0.55);
}
.border-l-negative-700\/60 {
  border-left-color: rgb(63 63 70 / 0.6);
}
.border-l-negative-700\/65 {
  border-left-color: rgb(63 63 70 / 0.65);
}
.border-l-negative-700\/70 {
  border-left-color: rgb(63 63 70 / 0.7);
}
.border-l-negative-700\/75 {
  border-left-color: rgb(63 63 70 / 0.75);
}
.border-l-negative-700\/80 {
  border-left-color: rgb(63 63 70 / 0.8);
}
.border-l-negative-700\/85 {
  border-left-color: rgb(63 63 70 / 0.85);
}
.border-l-negative-700\/90 {
  border-left-color: rgb(63 63 70 / 0.9);
}
.border-l-negative-700\/95 {
  border-left-color: rgb(63 63 70 / 0.95);
}
.border-l-negative-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}
.border-l-negative-800\/0 {
  border-left-color: rgb(39 39 42 / 0);
}
.border-l-negative-800\/10 {
  border-left-color: rgb(39 39 42 / 0.1);
}
.border-l-negative-800\/100 {
  border-left-color: rgb(39 39 42 / 1);
}
.border-l-negative-800\/15 {
  border-left-color: rgb(39 39 42 / 0.15);
}
.border-l-negative-800\/20 {
  border-left-color: rgb(39 39 42 / 0.2);
}
.border-l-negative-800\/25 {
  border-left-color: rgb(39 39 42 / 0.25);
}
.border-l-negative-800\/30 {
  border-left-color: rgb(39 39 42 / 0.3);
}
.border-l-negative-800\/35 {
  border-left-color: rgb(39 39 42 / 0.35);
}
.border-l-negative-800\/40 {
  border-left-color: rgb(39 39 42 / 0.4);
}
.border-l-negative-800\/45 {
  border-left-color: rgb(39 39 42 / 0.45);
}
.border-l-negative-800\/5 {
  border-left-color: rgb(39 39 42 / 0.05);
}
.border-l-negative-800\/50 {
  border-left-color: rgb(39 39 42 / 0.5);
}
.border-l-negative-800\/55 {
  border-left-color: rgb(39 39 42 / 0.55);
}
.border-l-negative-800\/60 {
  border-left-color: rgb(39 39 42 / 0.6);
}
.border-l-negative-800\/65 {
  border-left-color: rgb(39 39 42 / 0.65);
}
.border-l-negative-800\/70 {
  border-left-color: rgb(39 39 42 / 0.7);
}
.border-l-negative-800\/75 {
  border-left-color: rgb(39 39 42 / 0.75);
}
.border-l-negative-800\/80 {
  border-left-color: rgb(39 39 42 / 0.8);
}
.border-l-negative-800\/85 {
  border-left-color: rgb(39 39 42 / 0.85);
}
.border-l-negative-800\/90 {
  border-left-color: rgb(39 39 42 / 0.9);
}
.border-l-negative-800\/95 {
  border-left-color: rgb(39 39 42 / 0.95);
}
.border-l-negative-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
}
.border-l-negative-900\/0 {
  border-left-color: rgb(24 24 27 / 0);
}
.border-l-negative-900\/10 {
  border-left-color: rgb(24 24 27 / 0.1);
}
.border-l-negative-900\/100 {
  border-left-color: rgb(24 24 27 / 1);
}
.border-l-negative-900\/15 {
  border-left-color: rgb(24 24 27 / 0.15);
}
.border-l-negative-900\/20 {
  border-left-color: rgb(24 24 27 / 0.2);
}
.border-l-negative-900\/25 {
  border-left-color: rgb(24 24 27 / 0.25);
}
.border-l-negative-900\/30 {
  border-left-color: rgb(24 24 27 / 0.3);
}
.border-l-negative-900\/35 {
  border-left-color: rgb(24 24 27 / 0.35);
}
.border-l-negative-900\/40 {
  border-left-color: rgb(24 24 27 / 0.4);
}
.border-l-negative-900\/45 {
  border-left-color: rgb(24 24 27 / 0.45);
}
.border-l-negative-900\/5 {
  border-left-color: rgb(24 24 27 / 0.05);
}
.border-l-negative-900\/50 {
  border-left-color: rgb(24 24 27 / 0.5);
}
.border-l-negative-900\/55 {
  border-left-color: rgb(24 24 27 / 0.55);
}
.border-l-negative-900\/60 {
  border-left-color: rgb(24 24 27 / 0.6);
}
.border-l-negative-900\/65 {
  border-left-color: rgb(24 24 27 / 0.65);
}
.border-l-negative-900\/70 {
  border-left-color: rgb(24 24 27 / 0.7);
}
.border-l-negative-900\/75 {
  border-left-color: rgb(24 24 27 / 0.75);
}
.border-l-negative-900\/80 {
  border-left-color: rgb(24 24 27 / 0.8);
}
.border-l-negative-900\/85 {
  border-left-color: rgb(24 24 27 / 0.85);
}
.border-l-negative-900\/90 {
  border-left-color: rgb(24 24 27 / 0.9);
}
.border-l-negative-900\/95 {
  border-left-color: rgb(24 24 27 / 0.95);
}
.border-l-negative-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
}
.border-l-negative-950\/0 {
  border-left-color: rgb(9 9 11 / 0);
}
.border-l-negative-950\/10 {
  border-left-color: rgb(9 9 11 / 0.1);
}
.border-l-negative-950\/100 {
  border-left-color: rgb(9 9 11 / 1);
}
.border-l-negative-950\/15 {
  border-left-color: rgb(9 9 11 / 0.15);
}
.border-l-negative-950\/20 {
  border-left-color: rgb(9 9 11 / 0.2);
}
.border-l-negative-950\/25 {
  border-left-color: rgb(9 9 11 / 0.25);
}
.border-l-negative-950\/30 {
  border-left-color: rgb(9 9 11 / 0.3);
}
.border-l-negative-950\/35 {
  border-left-color: rgb(9 9 11 / 0.35);
}
.border-l-negative-950\/40 {
  border-left-color: rgb(9 9 11 / 0.4);
}
.border-l-negative-950\/45 {
  border-left-color: rgb(9 9 11 / 0.45);
}
.border-l-negative-950\/5 {
  border-left-color: rgb(9 9 11 / 0.05);
}
.border-l-negative-950\/50 {
  border-left-color: rgb(9 9 11 / 0.5);
}
.border-l-negative-950\/55 {
  border-left-color: rgb(9 9 11 / 0.55);
}
.border-l-negative-950\/60 {
  border-left-color: rgb(9 9 11 / 0.6);
}
.border-l-negative-950\/65 {
  border-left-color: rgb(9 9 11 / 0.65);
}
.border-l-negative-950\/70 {
  border-left-color: rgb(9 9 11 / 0.7);
}
.border-l-negative-950\/75 {
  border-left-color: rgb(9 9 11 / 0.75);
}
.border-l-negative-950\/80 {
  border-left-color: rgb(9 9 11 / 0.8);
}
.border-l-negative-950\/85 {
  border-left-color: rgb(9 9 11 / 0.85);
}
.border-l-negative-950\/90 {
  border-left-color: rgb(9 9 11 / 0.9);
}
.border-l-negative-950\/95 {
  border-left-color: rgb(9 9 11 / 0.95);
}
.border-l-orange-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 236 220 / var(--tw-border-opacity, 1));
}
.border-l-orange-100\/0 {
  border-left-color: rgb(254 236 220 / 0);
}
.border-l-orange-100\/10 {
  border-left-color: rgb(254 236 220 / 0.1);
}
.border-l-orange-100\/100 {
  border-left-color: rgb(254 236 220 / 1);
}
.border-l-orange-100\/15 {
  border-left-color: rgb(254 236 220 / 0.15);
}
.border-l-orange-100\/20 {
  border-left-color: rgb(254 236 220 / 0.2);
}
.border-l-orange-100\/25 {
  border-left-color: rgb(254 236 220 / 0.25);
}
.border-l-orange-100\/30 {
  border-left-color: rgb(254 236 220 / 0.3);
}
.border-l-orange-100\/35 {
  border-left-color: rgb(254 236 220 / 0.35);
}
.border-l-orange-100\/40 {
  border-left-color: rgb(254 236 220 / 0.4);
}
.border-l-orange-100\/45 {
  border-left-color: rgb(254 236 220 / 0.45);
}
.border-l-orange-100\/5 {
  border-left-color: rgb(254 236 220 / 0.05);
}
.border-l-orange-100\/50 {
  border-left-color: rgb(254 236 220 / 0.5);
}
.border-l-orange-100\/55 {
  border-left-color: rgb(254 236 220 / 0.55);
}
.border-l-orange-100\/60 {
  border-left-color: rgb(254 236 220 / 0.6);
}
.border-l-orange-100\/65 {
  border-left-color: rgb(254 236 220 / 0.65);
}
.border-l-orange-100\/70 {
  border-left-color: rgb(254 236 220 / 0.7);
}
.border-l-orange-100\/75 {
  border-left-color: rgb(254 236 220 / 0.75);
}
.border-l-orange-100\/80 {
  border-left-color: rgb(254 236 220 / 0.8);
}
.border-l-orange-100\/85 {
  border-left-color: rgb(254 236 220 / 0.85);
}
.border-l-orange-100\/90 {
  border-left-color: rgb(254 236 220 / 0.9);
}
.border-l-orange-100\/95 {
  border-left-color: rgb(254 236 220 / 0.95);
}
.border-l-orange-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(252 217 189 / var(--tw-border-opacity, 1));
}
.border-l-orange-200\/0 {
  border-left-color: rgb(252 217 189 / 0);
}
.border-l-orange-200\/10 {
  border-left-color: rgb(252 217 189 / 0.1);
}
.border-l-orange-200\/100 {
  border-left-color: rgb(252 217 189 / 1);
}
.border-l-orange-200\/15 {
  border-left-color: rgb(252 217 189 / 0.15);
}
.border-l-orange-200\/20 {
  border-left-color: rgb(252 217 189 / 0.2);
}
.border-l-orange-200\/25 {
  border-left-color: rgb(252 217 189 / 0.25);
}
.border-l-orange-200\/30 {
  border-left-color: rgb(252 217 189 / 0.3);
}
.border-l-orange-200\/35 {
  border-left-color: rgb(252 217 189 / 0.35);
}
.border-l-orange-200\/40 {
  border-left-color: rgb(252 217 189 / 0.4);
}
.border-l-orange-200\/45 {
  border-left-color: rgb(252 217 189 / 0.45);
}
.border-l-orange-200\/5 {
  border-left-color: rgb(252 217 189 / 0.05);
}
.border-l-orange-200\/50 {
  border-left-color: rgb(252 217 189 / 0.5);
}
.border-l-orange-200\/55 {
  border-left-color: rgb(252 217 189 / 0.55);
}
.border-l-orange-200\/60 {
  border-left-color: rgb(252 217 189 / 0.6);
}
.border-l-orange-200\/65 {
  border-left-color: rgb(252 217 189 / 0.65);
}
.border-l-orange-200\/70 {
  border-left-color: rgb(252 217 189 / 0.7);
}
.border-l-orange-200\/75 {
  border-left-color: rgb(252 217 189 / 0.75);
}
.border-l-orange-200\/80 {
  border-left-color: rgb(252 217 189 / 0.8);
}
.border-l-orange-200\/85 {
  border-left-color: rgb(252 217 189 / 0.85);
}
.border-l-orange-200\/90 {
  border-left-color: rgb(252 217 189 / 0.9);
}
.border-l-orange-200\/95 {
  border-left-color: rgb(252 217 189 / 0.95);
}
.border-l-orange-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 186 140 / var(--tw-border-opacity, 1));
}
.border-l-orange-300\/0 {
  border-left-color: rgb(253 186 140 / 0);
}
.border-l-orange-300\/10 {
  border-left-color: rgb(253 186 140 / 0.1);
}
.border-l-orange-300\/100 {
  border-left-color: rgb(253 186 140 / 1);
}
.border-l-orange-300\/15 {
  border-left-color: rgb(253 186 140 / 0.15);
}
.border-l-orange-300\/20 {
  border-left-color: rgb(253 186 140 / 0.2);
}
.border-l-orange-300\/25 {
  border-left-color: rgb(253 186 140 / 0.25);
}
.border-l-orange-300\/30 {
  border-left-color: rgb(253 186 140 / 0.3);
}
.border-l-orange-300\/35 {
  border-left-color: rgb(253 186 140 / 0.35);
}
.border-l-orange-300\/40 {
  border-left-color: rgb(253 186 140 / 0.4);
}
.border-l-orange-300\/45 {
  border-left-color: rgb(253 186 140 / 0.45);
}
.border-l-orange-300\/5 {
  border-left-color: rgb(253 186 140 / 0.05);
}
.border-l-orange-300\/50 {
  border-left-color: rgb(253 186 140 / 0.5);
}
.border-l-orange-300\/55 {
  border-left-color: rgb(253 186 140 / 0.55);
}
.border-l-orange-300\/60 {
  border-left-color: rgb(253 186 140 / 0.6);
}
.border-l-orange-300\/65 {
  border-left-color: rgb(253 186 140 / 0.65);
}
.border-l-orange-300\/70 {
  border-left-color: rgb(253 186 140 / 0.7);
}
.border-l-orange-300\/75 {
  border-left-color: rgb(253 186 140 / 0.75);
}
.border-l-orange-300\/80 {
  border-left-color: rgb(253 186 140 / 0.8);
}
.border-l-orange-300\/85 {
  border-left-color: rgb(253 186 140 / 0.85);
}
.border-l-orange-300\/90 {
  border-left-color: rgb(253 186 140 / 0.9);
}
.border-l-orange-300\/95 {
  border-left-color: rgb(253 186 140 / 0.95);
}
.border-l-orange-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 138 76 / var(--tw-border-opacity, 1));
}
.border-l-orange-400\/0 {
  border-left-color: rgb(255 138 76 / 0);
}
.border-l-orange-400\/10 {
  border-left-color: rgb(255 138 76 / 0.1);
}
.border-l-orange-400\/100 {
  border-left-color: rgb(255 138 76 / 1);
}
.border-l-orange-400\/15 {
  border-left-color: rgb(255 138 76 / 0.15);
}
.border-l-orange-400\/20 {
  border-left-color: rgb(255 138 76 / 0.2);
}
.border-l-orange-400\/25 {
  border-left-color: rgb(255 138 76 / 0.25);
}
.border-l-orange-400\/30 {
  border-left-color: rgb(255 138 76 / 0.3);
}
.border-l-orange-400\/35 {
  border-left-color: rgb(255 138 76 / 0.35);
}
.border-l-orange-400\/40 {
  border-left-color: rgb(255 138 76 / 0.4);
}
.border-l-orange-400\/45 {
  border-left-color: rgb(255 138 76 / 0.45);
}
.border-l-orange-400\/5 {
  border-left-color: rgb(255 138 76 / 0.05);
}
.border-l-orange-400\/50 {
  border-left-color: rgb(255 138 76 / 0.5);
}
.border-l-orange-400\/55 {
  border-left-color: rgb(255 138 76 / 0.55);
}
.border-l-orange-400\/60 {
  border-left-color: rgb(255 138 76 / 0.6);
}
.border-l-orange-400\/65 {
  border-left-color: rgb(255 138 76 / 0.65);
}
.border-l-orange-400\/70 {
  border-left-color: rgb(255 138 76 / 0.7);
}
.border-l-orange-400\/75 {
  border-left-color: rgb(255 138 76 / 0.75);
}
.border-l-orange-400\/80 {
  border-left-color: rgb(255 138 76 / 0.8);
}
.border-l-orange-400\/85 {
  border-left-color: rgb(255 138 76 / 0.85);
}
.border-l-orange-400\/90 {
  border-left-color: rgb(255 138 76 / 0.9);
}
.border-l-orange-400\/95 {
  border-left-color: rgb(255 138 76 / 0.95);
}
.border-l-orange-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 248 241 / var(--tw-border-opacity, 1));
}
.border-l-orange-50\/0 {
  border-left-color: rgb(255 248 241 / 0);
}
.border-l-orange-50\/10 {
  border-left-color: rgb(255 248 241 / 0.1);
}
.border-l-orange-50\/100 {
  border-left-color: rgb(255 248 241 / 1);
}
.border-l-orange-50\/15 {
  border-left-color: rgb(255 248 241 / 0.15);
}
.border-l-orange-50\/20 {
  border-left-color: rgb(255 248 241 / 0.2);
}
.border-l-orange-50\/25 {
  border-left-color: rgb(255 248 241 / 0.25);
}
.border-l-orange-50\/30 {
  border-left-color: rgb(255 248 241 / 0.3);
}
.border-l-orange-50\/35 {
  border-left-color: rgb(255 248 241 / 0.35);
}
.border-l-orange-50\/40 {
  border-left-color: rgb(255 248 241 / 0.4);
}
.border-l-orange-50\/45 {
  border-left-color: rgb(255 248 241 / 0.45);
}
.border-l-orange-50\/5 {
  border-left-color: rgb(255 248 241 / 0.05);
}
.border-l-orange-50\/50 {
  border-left-color: rgb(255 248 241 / 0.5);
}
.border-l-orange-50\/55 {
  border-left-color: rgb(255 248 241 / 0.55);
}
.border-l-orange-50\/60 {
  border-left-color: rgb(255 248 241 / 0.6);
}
.border-l-orange-50\/65 {
  border-left-color: rgb(255 248 241 / 0.65);
}
.border-l-orange-50\/70 {
  border-left-color: rgb(255 248 241 / 0.7);
}
.border-l-orange-50\/75 {
  border-left-color: rgb(255 248 241 / 0.75);
}
.border-l-orange-50\/80 {
  border-left-color: rgb(255 248 241 / 0.8);
}
.border-l-orange-50\/85 {
  border-left-color: rgb(255 248 241 / 0.85);
}
.border-l-orange-50\/90 {
  border-left-color: rgb(255 248 241 / 0.9);
}
.border-l-orange-50\/95 {
  border-left-color: rgb(255 248 241 / 0.95);
}
.border-l-orange-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 90 31 / var(--tw-border-opacity, 1));
}
.border-l-orange-500\/0 {
  border-left-color: rgb(255 90 31 / 0);
}
.border-l-orange-500\/10 {
  border-left-color: rgb(255 90 31 / 0.1);
}
.border-l-orange-500\/100 {
  border-left-color: rgb(255 90 31 / 1);
}
.border-l-orange-500\/15 {
  border-left-color: rgb(255 90 31 / 0.15);
}
.border-l-orange-500\/20 {
  border-left-color: rgb(255 90 31 / 0.2);
}
.border-l-orange-500\/25 {
  border-left-color: rgb(255 90 31 / 0.25);
}
.border-l-orange-500\/30 {
  border-left-color: rgb(255 90 31 / 0.3);
}
.border-l-orange-500\/35 {
  border-left-color: rgb(255 90 31 / 0.35);
}
.border-l-orange-500\/40 {
  border-left-color: rgb(255 90 31 / 0.4);
}
.border-l-orange-500\/45 {
  border-left-color: rgb(255 90 31 / 0.45);
}
.border-l-orange-500\/5 {
  border-left-color: rgb(255 90 31 / 0.05);
}
.border-l-orange-500\/50 {
  border-left-color: rgb(255 90 31 / 0.5);
}
.border-l-orange-500\/55 {
  border-left-color: rgb(255 90 31 / 0.55);
}
.border-l-orange-500\/60 {
  border-left-color: rgb(255 90 31 / 0.6);
}
.border-l-orange-500\/65 {
  border-left-color: rgb(255 90 31 / 0.65);
}
.border-l-orange-500\/70 {
  border-left-color: rgb(255 90 31 / 0.7);
}
.border-l-orange-500\/75 {
  border-left-color: rgb(255 90 31 / 0.75);
}
.border-l-orange-500\/80 {
  border-left-color: rgb(255 90 31 / 0.8);
}
.border-l-orange-500\/85 {
  border-left-color: rgb(255 90 31 / 0.85);
}
.border-l-orange-500\/90 {
  border-left-color: rgb(255 90 31 / 0.9);
}
.border-l-orange-500\/95 {
  border-left-color: rgb(255 90 31 / 0.95);
}
.border-l-orange-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(208 56 1 / var(--tw-border-opacity, 1));
}
.border-l-orange-600\/0 {
  border-left-color: rgb(208 56 1 / 0);
}
.border-l-orange-600\/10 {
  border-left-color: rgb(208 56 1 / 0.1);
}
.border-l-orange-600\/100 {
  border-left-color: rgb(208 56 1 / 1);
}
.border-l-orange-600\/15 {
  border-left-color: rgb(208 56 1 / 0.15);
}
.border-l-orange-600\/20 {
  border-left-color: rgb(208 56 1 / 0.2);
}
.border-l-orange-600\/25 {
  border-left-color: rgb(208 56 1 / 0.25);
}
.border-l-orange-600\/30 {
  border-left-color: rgb(208 56 1 / 0.3);
}
.border-l-orange-600\/35 {
  border-left-color: rgb(208 56 1 / 0.35);
}
.border-l-orange-600\/40 {
  border-left-color: rgb(208 56 1 / 0.4);
}
.border-l-orange-600\/45 {
  border-left-color: rgb(208 56 1 / 0.45);
}
.border-l-orange-600\/5 {
  border-left-color: rgb(208 56 1 / 0.05);
}
.border-l-orange-600\/50 {
  border-left-color: rgb(208 56 1 / 0.5);
}
.border-l-orange-600\/55 {
  border-left-color: rgb(208 56 1 / 0.55);
}
.border-l-orange-600\/60 {
  border-left-color: rgb(208 56 1 / 0.6);
}
.border-l-orange-600\/65 {
  border-left-color: rgb(208 56 1 / 0.65);
}
.border-l-orange-600\/70 {
  border-left-color: rgb(208 56 1 / 0.7);
}
.border-l-orange-600\/75 {
  border-left-color: rgb(208 56 1 / 0.75);
}
.border-l-orange-600\/80 {
  border-left-color: rgb(208 56 1 / 0.8);
}
.border-l-orange-600\/85 {
  border-left-color: rgb(208 56 1 / 0.85);
}
.border-l-orange-600\/90 {
  border-left-color: rgb(208 56 1 / 0.9);
}
.border-l-orange-600\/95 {
  border-left-color: rgb(208 56 1 / 0.95);
}
.border-l-orange-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(180 52 3 / var(--tw-border-opacity, 1));
}
.border-l-orange-700\/0 {
  border-left-color: rgb(180 52 3 / 0);
}
.border-l-orange-700\/10 {
  border-left-color: rgb(180 52 3 / 0.1);
}
.border-l-orange-700\/100 {
  border-left-color: rgb(180 52 3 / 1);
}
.border-l-orange-700\/15 {
  border-left-color: rgb(180 52 3 / 0.15);
}
.border-l-orange-700\/20 {
  border-left-color: rgb(180 52 3 / 0.2);
}
.border-l-orange-700\/25 {
  border-left-color: rgb(180 52 3 / 0.25);
}
.border-l-orange-700\/30 {
  border-left-color: rgb(180 52 3 / 0.3);
}
.border-l-orange-700\/35 {
  border-left-color: rgb(180 52 3 / 0.35);
}
.border-l-orange-700\/40 {
  border-left-color: rgb(180 52 3 / 0.4);
}
.border-l-orange-700\/45 {
  border-left-color: rgb(180 52 3 / 0.45);
}
.border-l-orange-700\/5 {
  border-left-color: rgb(180 52 3 / 0.05);
}
.border-l-orange-700\/50 {
  border-left-color: rgb(180 52 3 / 0.5);
}
.border-l-orange-700\/55 {
  border-left-color: rgb(180 52 3 / 0.55);
}
.border-l-orange-700\/60 {
  border-left-color: rgb(180 52 3 / 0.6);
}
.border-l-orange-700\/65 {
  border-left-color: rgb(180 52 3 / 0.65);
}
.border-l-orange-700\/70 {
  border-left-color: rgb(180 52 3 / 0.7);
}
.border-l-orange-700\/75 {
  border-left-color: rgb(180 52 3 / 0.75);
}
.border-l-orange-700\/80 {
  border-left-color: rgb(180 52 3 / 0.8);
}
.border-l-orange-700\/85 {
  border-left-color: rgb(180 52 3 / 0.85);
}
.border-l-orange-700\/90 {
  border-left-color: rgb(180 52 3 / 0.9);
}
.border-l-orange-700\/95 {
  border-left-color: rgb(180 52 3 / 0.95);
}
.border-l-orange-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(138 44 13 / var(--tw-border-opacity, 1));
}
.border-l-orange-800\/0 {
  border-left-color: rgb(138 44 13 / 0);
}
.border-l-orange-800\/10 {
  border-left-color: rgb(138 44 13 / 0.1);
}
.border-l-orange-800\/100 {
  border-left-color: rgb(138 44 13 / 1);
}
.border-l-orange-800\/15 {
  border-left-color: rgb(138 44 13 / 0.15);
}
.border-l-orange-800\/20 {
  border-left-color: rgb(138 44 13 / 0.2);
}
.border-l-orange-800\/25 {
  border-left-color: rgb(138 44 13 / 0.25);
}
.border-l-orange-800\/30 {
  border-left-color: rgb(138 44 13 / 0.3);
}
.border-l-orange-800\/35 {
  border-left-color: rgb(138 44 13 / 0.35);
}
.border-l-orange-800\/40 {
  border-left-color: rgb(138 44 13 / 0.4);
}
.border-l-orange-800\/45 {
  border-left-color: rgb(138 44 13 / 0.45);
}
.border-l-orange-800\/5 {
  border-left-color: rgb(138 44 13 / 0.05);
}
.border-l-orange-800\/50 {
  border-left-color: rgb(138 44 13 / 0.5);
}
.border-l-orange-800\/55 {
  border-left-color: rgb(138 44 13 / 0.55);
}
.border-l-orange-800\/60 {
  border-left-color: rgb(138 44 13 / 0.6);
}
.border-l-orange-800\/65 {
  border-left-color: rgb(138 44 13 / 0.65);
}
.border-l-orange-800\/70 {
  border-left-color: rgb(138 44 13 / 0.7);
}
.border-l-orange-800\/75 {
  border-left-color: rgb(138 44 13 / 0.75);
}
.border-l-orange-800\/80 {
  border-left-color: rgb(138 44 13 / 0.8);
}
.border-l-orange-800\/85 {
  border-left-color: rgb(138 44 13 / 0.85);
}
.border-l-orange-800\/90 {
  border-left-color: rgb(138 44 13 / 0.9);
}
.border-l-orange-800\/95 {
  border-left-color: rgb(138 44 13 / 0.95);
}
.border-l-orange-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(119 29 29 / var(--tw-border-opacity, 1));
}
.border-l-orange-900\/0 {
  border-left-color: rgb(119 29 29 / 0);
}
.border-l-orange-900\/10 {
  border-left-color: rgb(119 29 29 / 0.1);
}
.border-l-orange-900\/100 {
  border-left-color: rgb(119 29 29 / 1);
}
.border-l-orange-900\/15 {
  border-left-color: rgb(119 29 29 / 0.15);
}
.border-l-orange-900\/20 {
  border-left-color: rgb(119 29 29 / 0.2);
}
.border-l-orange-900\/25 {
  border-left-color: rgb(119 29 29 / 0.25);
}
.border-l-orange-900\/30 {
  border-left-color: rgb(119 29 29 / 0.3);
}
.border-l-orange-900\/35 {
  border-left-color: rgb(119 29 29 / 0.35);
}
.border-l-orange-900\/40 {
  border-left-color: rgb(119 29 29 / 0.4);
}
.border-l-orange-900\/45 {
  border-left-color: rgb(119 29 29 / 0.45);
}
.border-l-orange-900\/5 {
  border-left-color: rgb(119 29 29 / 0.05);
}
.border-l-orange-900\/50 {
  border-left-color: rgb(119 29 29 / 0.5);
}
.border-l-orange-900\/55 {
  border-left-color: rgb(119 29 29 / 0.55);
}
.border-l-orange-900\/60 {
  border-left-color: rgb(119 29 29 / 0.6);
}
.border-l-orange-900\/65 {
  border-left-color: rgb(119 29 29 / 0.65);
}
.border-l-orange-900\/70 {
  border-left-color: rgb(119 29 29 / 0.7);
}
.border-l-orange-900\/75 {
  border-left-color: rgb(119 29 29 / 0.75);
}
.border-l-orange-900\/80 {
  border-left-color: rgb(119 29 29 / 0.8);
}
.border-l-orange-900\/85 {
  border-left-color: rgb(119 29 29 / 0.85);
}
.border-l-orange-900\/90 {
  border-left-color: rgb(119 29 29 / 0.9);
}
.border-l-orange-900\/95 {
  border-left-color: rgb(119 29 29 / 0.95);
}
.border-l-pink-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(252 232 243 / var(--tw-border-opacity, 1));
}
.border-l-pink-100\/0 {
  border-left-color: rgb(252 232 243 / 0);
}
.border-l-pink-100\/10 {
  border-left-color: rgb(252 232 243 / 0.1);
}
.border-l-pink-100\/100 {
  border-left-color: rgb(252 232 243 / 1);
}
.border-l-pink-100\/15 {
  border-left-color: rgb(252 232 243 / 0.15);
}
.border-l-pink-100\/20 {
  border-left-color: rgb(252 232 243 / 0.2);
}
.border-l-pink-100\/25 {
  border-left-color: rgb(252 232 243 / 0.25);
}
.border-l-pink-100\/30 {
  border-left-color: rgb(252 232 243 / 0.3);
}
.border-l-pink-100\/35 {
  border-left-color: rgb(252 232 243 / 0.35);
}
.border-l-pink-100\/40 {
  border-left-color: rgb(252 232 243 / 0.4);
}
.border-l-pink-100\/45 {
  border-left-color: rgb(252 232 243 / 0.45);
}
.border-l-pink-100\/5 {
  border-left-color: rgb(252 232 243 / 0.05);
}
.border-l-pink-100\/50 {
  border-left-color: rgb(252 232 243 / 0.5);
}
.border-l-pink-100\/55 {
  border-left-color: rgb(252 232 243 / 0.55);
}
.border-l-pink-100\/60 {
  border-left-color: rgb(252 232 243 / 0.6);
}
.border-l-pink-100\/65 {
  border-left-color: rgb(252 232 243 / 0.65);
}
.border-l-pink-100\/70 {
  border-left-color: rgb(252 232 243 / 0.7);
}
.border-l-pink-100\/75 {
  border-left-color: rgb(252 232 243 / 0.75);
}
.border-l-pink-100\/80 {
  border-left-color: rgb(252 232 243 / 0.8);
}
.border-l-pink-100\/85 {
  border-left-color: rgb(252 232 243 / 0.85);
}
.border-l-pink-100\/90 {
  border-left-color: rgb(252 232 243 / 0.9);
}
.border-l-pink-100\/95 {
  border-left-color: rgb(252 232 243 / 0.95);
}
.border-l-pink-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 209 232 / var(--tw-border-opacity, 1));
}
.border-l-pink-200\/0 {
  border-left-color: rgb(250 209 232 / 0);
}
.border-l-pink-200\/10 {
  border-left-color: rgb(250 209 232 / 0.1);
}
.border-l-pink-200\/100 {
  border-left-color: rgb(250 209 232 / 1);
}
.border-l-pink-200\/15 {
  border-left-color: rgb(250 209 232 / 0.15);
}
.border-l-pink-200\/20 {
  border-left-color: rgb(250 209 232 / 0.2);
}
.border-l-pink-200\/25 {
  border-left-color: rgb(250 209 232 / 0.25);
}
.border-l-pink-200\/30 {
  border-left-color: rgb(250 209 232 / 0.3);
}
.border-l-pink-200\/35 {
  border-left-color: rgb(250 209 232 / 0.35);
}
.border-l-pink-200\/40 {
  border-left-color: rgb(250 209 232 / 0.4);
}
.border-l-pink-200\/45 {
  border-left-color: rgb(250 209 232 / 0.45);
}
.border-l-pink-200\/5 {
  border-left-color: rgb(250 209 232 / 0.05);
}
.border-l-pink-200\/50 {
  border-left-color: rgb(250 209 232 / 0.5);
}
.border-l-pink-200\/55 {
  border-left-color: rgb(250 209 232 / 0.55);
}
.border-l-pink-200\/60 {
  border-left-color: rgb(250 209 232 / 0.6);
}
.border-l-pink-200\/65 {
  border-left-color: rgb(250 209 232 / 0.65);
}
.border-l-pink-200\/70 {
  border-left-color: rgb(250 209 232 / 0.7);
}
.border-l-pink-200\/75 {
  border-left-color: rgb(250 209 232 / 0.75);
}
.border-l-pink-200\/80 {
  border-left-color: rgb(250 209 232 / 0.8);
}
.border-l-pink-200\/85 {
  border-left-color: rgb(250 209 232 / 0.85);
}
.border-l-pink-200\/90 {
  border-left-color: rgb(250 209 232 / 0.9);
}
.border-l-pink-200\/95 {
  border-left-color: rgb(250 209 232 / 0.95);
}
.border-l-pink-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(248 180 217 / var(--tw-border-opacity, 1));
}
.border-l-pink-300\/0 {
  border-left-color: rgb(248 180 217 / 0);
}
.border-l-pink-300\/10 {
  border-left-color: rgb(248 180 217 / 0.1);
}
.border-l-pink-300\/100 {
  border-left-color: rgb(248 180 217 / 1);
}
.border-l-pink-300\/15 {
  border-left-color: rgb(248 180 217 / 0.15);
}
.border-l-pink-300\/20 {
  border-left-color: rgb(248 180 217 / 0.2);
}
.border-l-pink-300\/25 {
  border-left-color: rgb(248 180 217 / 0.25);
}
.border-l-pink-300\/30 {
  border-left-color: rgb(248 180 217 / 0.3);
}
.border-l-pink-300\/35 {
  border-left-color: rgb(248 180 217 / 0.35);
}
.border-l-pink-300\/40 {
  border-left-color: rgb(248 180 217 / 0.4);
}
.border-l-pink-300\/45 {
  border-left-color: rgb(248 180 217 / 0.45);
}
.border-l-pink-300\/5 {
  border-left-color: rgb(248 180 217 / 0.05);
}
.border-l-pink-300\/50 {
  border-left-color: rgb(248 180 217 / 0.5);
}
.border-l-pink-300\/55 {
  border-left-color: rgb(248 180 217 / 0.55);
}
.border-l-pink-300\/60 {
  border-left-color: rgb(248 180 217 / 0.6);
}
.border-l-pink-300\/65 {
  border-left-color: rgb(248 180 217 / 0.65);
}
.border-l-pink-300\/70 {
  border-left-color: rgb(248 180 217 / 0.7);
}
.border-l-pink-300\/75 {
  border-left-color: rgb(248 180 217 / 0.75);
}
.border-l-pink-300\/80 {
  border-left-color: rgb(248 180 217 / 0.8);
}
.border-l-pink-300\/85 {
  border-left-color: rgb(248 180 217 / 0.85);
}
.border-l-pink-300\/90 {
  border-left-color: rgb(248 180 217 / 0.9);
}
.border-l-pink-300\/95 {
  border-left-color: rgb(248 180 217 / 0.95);
}
.border-l-pink-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(241 126 184 / var(--tw-border-opacity, 1));
}
.border-l-pink-400\/0 {
  border-left-color: rgb(241 126 184 / 0);
}
.border-l-pink-400\/10 {
  border-left-color: rgb(241 126 184 / 0.1);
}
.border-l-pink-400\/100 {
  border-left-color: rgb(241 126 184 / 1);
}
.border-l-pink-400\/15 {
  border-left-color: rgb(241 126 184 / 0.15);
}
.border-l-pink-400\/20 {
  border-left-color: rgb(241 126 184 / 0.2);
}
.border-l-pink-400\/25 {
  border-left-color: rgb(241 126 184 / 0.25);
}
.border-l-pink-400\/30 {
  border-left-color: rgb(241 126 184 / 0.3);
}
.border-l-pink-400\/35 {
  border-left-color: rgb(241 126 184 / 0.35);
}
.border-l-pink-400\/40 {
  border-left-color: rgb(241 126 184 / 0.4);
}
.border-l-pink-400\/45 {
  border-left-color: rgb(241 126 184 / 0.45);
}
.border-l-pink-400\/5 {
  border-left-color: rgb(241 126 184 / 0.05);
}
.border-l-pink-400\/50 {
  border-left-color: rgb(241 126 184 / 0.5);
}
.border-l-pink-400\/55 {
  border-left-color: rgb(241 126 184 / 0.55);
}
.border-l-pink-400\/60 {
  border-left-color: rgb(241 126 184 / 0.6);
}
.border-l-pink-400\/65 {
  border-left-color: rgb(241 126 184 / 0.65);
}
.border-l-pink-400\/70 {
  border-left-color: rgb(241 126 184 / 0.7);
}
.border-l-pink-400\/75 {
  border-left-color: rgb(241 126 184 / 0.75);
}
.border-l-pink-400\/80 {
  border-left-color: rgb(241 126 184 / 0.8);
}
.border-l-pink-400\/85 {
  border-left-color: rgb(241 126 184 / 0.85);
}
.border-l-pink-400\/90 {
  border-left-color: rgb(241 126 184 / 0.9);
}
.border-l-pink-400\/95 {
  border-left-color: rgb(241 126 184 / 0.95);
}
.border-l-pink-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
}
.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(231 70 148 / var(--tw-border-opacity, 1));
}
.border-l-pink-500\/0 {
  border-left-color: rgb(231 70 148 / 0);
}
.border-l-pink-500\/10 {
  border-left-color: rgb(231 70 148 / 0.1);
}
.border-l-pink-500\/100 {
  border-left-color: rgb(231 70 148 / 1);
}
.border-l-pink-500\/15 {
  border-left-color: rgb(231 70 148 / 0.15);
}
.border-l-pink-500\/20 {
  border-left-color: rgb(231 70 148 / 0.2);
}
.border-l-pink-500\/25 {
  border-left-color: rgb(231 70 148 / 0.25);
}
.border-l-pink-500\/30 {
  border-left-color: rgb(231 70 148 / 0.3);
}
.border-l-pink-500\/35 {
  border-left-color: rgb(231 70 148 / 0.35);
}
.border-l-pink-500\/40 {
  border-left-color: rgb(231 70 148 / 0.4);
}
.border-l-pink-500\/45 {
  border-left-color: rgb(231 70 148 / 0.45);
}
.border-l-pink-500\/5 {
  border-left-color: rgb(231 70 148 / 0.05);
}
.border-l-pink-500\/50 {
  border-left-color: rgb(231 70 148 / 0.5);
}
.border-l-pink-500\/55 {
  border-left-color: rgb(231 70 148 / 0.55);
}
.border-l-pink-500\/60 {
  border-left-color: rgb(231 70 148 / 0.6);
}
.border-l-pink-500\/65 {
  border-left-color: rgb(231 70 148 / 0.65);
}
.border-l-pink-500\/70 {
  border-left-color: rgb(231 70 148 / 0.7);
}
.border-l-pink-500\/75 {
  border-left-color: rgb(231 70 148 / 0.75);
}
.border-l-pink-500\/80 {
  border-left-color: rgb(231 70 148 / 0.8);
}
.border-l-pink-500\/85 {
  border-left-color: rgb(231 70 148 / 0.85);
}
.border-l-pink-500\/90 {
  border-left-color: rgb(231 70 148 / 0.9);
}
.border-l-pink-500\/95 {
  border-left-color: rgb(231 70 148 / 0.95);
}
.border-l-pink-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(214 31 105 / var(--tw-border-opacity, 1));
}
.border-l-pink-600\/0 {
  border-left-color: rgb(214 31 105 / 0);
}
.border-l-pink-600\/10 {
  border-left-color: rgb(214 31 105 / 0.1);
}
.border-l-pink-600\/100 {
  border-left-color: rgb(214 31 105 / 1);
}
.border-l-pink-600\/15 {
  border-left-color: rgb(214 31 105 / 0.15);
}
.border-l-pink-600\/20 {
  border-left-color: rgb(214 31 105 / 0.2);
}
.border-l-pink-600\/25 {
  border-left-color: rgb(214 31 105 / 0.25);
}
.border-l-pink-600\/30 {
  border-left-color: rgb(214 31 105 / 0.3);
}
.border-l-pink-600\/35 {
  border-left-color: rgb(214 31 105 / 0.35);
}
.border-l-pink-600\/40 {
  border-left-color: rgb(214 31 105 / 0.4);
}
.border-l-pink-600\/45 {
  border-left-color: rgb(214 31 105 / 0.45);
}
.border-l-pink-600\/5 {
  border-left-color: rgb(214 31 105 / 0.05);
}
.border-l-pink-600\/50 {
  border-left-color: rgb(214 31 105 / 0.5);
}
.border-l-pink-600\/55 {
  border-left-color: rgb(214 31 105 / 0.55);
}
.border-l-pink-600\/60 {
  border-left-color: rgb(214 31 105 / 0.6);
}
.border-l-pink-600\/65 {
  border-left-color: rgb(214 31 105 / 0.65);
}
.border-l-pink-600\/70 {
  border-left-color: rgb(214 31 105 / 0.7);
}
.border-l-pink-600\/75 {
  border-left-color: rgb(214 31 105 / 0.75);
}
.border-l-pink-600\/80 {
  border-left-color: rgb(214 31 105 / 0.8);
}
.border-l-pink-600\/85 {
  border-left-color: rgb(214 31 105 / 0.85);
}
.border-l-pink-600\/90 {
  border-left-color: rgb(214 31 105 / 0.9);
}
.border-l-pink-600\/95 {
  border-left-color: rgb(214 31 105 / 0.95);
}
.border-l-pink-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(191 18 93 / var(--tw-border-opacity, 1));
}
.border-l-pink-700\/0 {
  border-left-color: rgb(191 18 93 / 0);
}
.border-l-pink-700\/10 {
  border-left-color: rgb(191 18 93 / 0.1);
}
.border-l-pink-700\/100 {
  border-left-color: rgb(191 18 93 / 1);
}
.border-l-pink-700\/15 {
  border-left-color: rgb(191 18 93 / 0.15);
}
.border-l-pink-700\/20 {
  border-left-color: rgb(191 18 93 / 0.2);
}
.border-l-pink-700\/25 {
  border-left-color: rgb(191 18 93 / 0.25);
}
.border-l-pink-700\/30 {
  border-left-color: rgb(191 18 93 / 0.3);
}
.border-l-pink-700\/35 {
  border-left-color: rgb(191 18 93 / 0.35);
}
.border-l-pink-700\/40 {
  border-left-color: rgb(191 18 93 / 0.4);
}
.border-l-pink-700\/45 {
  border-left-color: rgb(191 18 93 / 0.45);
}
.border-l-pink-700\/5 {
  border-left-color: rgb(191 18 93 / 0.05);
}
.border-l-pink-700\/50 {
  border-left-color: rgb(191 18 93 / 0.5);
}
.border-l-pink-700\/55 {
  border-left-color: rgb(191 18 93 / 0.55);
}
.border-l-pink-700\/60 {
  border-left-color: rgb(191 18 93 / 0.6);
}
.border-l-pink-700\/65 {
  border-left-color: rgb(191 18 93 / 0.65);
}
.border-l-pink-700\/70 {
  border-left-color: rgb(191 18 93 / 0.7);
}
.border-l-pink-700\/75 {
  border-left-color: rgb(191 18 93 / 0.75);
}
.border-l-pink-700\/80 {
  border-left-color: rgb(191 18 93 / 0.8);
}
.border-l-pink-700\/85 {
  border-left-color: rgb(191 18 93 / 0.85);
}
.border-l-pink-700\/90 {
  border-left-color: rgb(191 18 93 / 0.9);
}
.border-l-pink-700\/95 {
  border-left-color: rgb(191 18 93 / 0.95);
}
.border-l-pink-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(153 21 75 / var(--tw-border-opacity, 1));
}
.border-l-pink-800\/0 {
  border-left-color: rgb(153 21 75 / 0);
}
.border-l-pink-800\/10 {
  border-left-color: rgb(153 21 75 / 0.1);
}
.border-l-pink-800\/100 {
  border-left-color: rgb(153 21 75 / 1);
}
.border-l-pink-800\/15 {
  border-left-color: rgb(153 21 75 / 0.15);
}
.border-l-pink-800\/20 {
  border-left-color: rgb(153 21 75 / 0.2);
}
.border-l-pink-800\/25 {
  border-left-color: rgb(153 21 75 / 0.25);
}
.border-l-pink-800\/30 {
  border-left-color: rgb(153 21 75 / 0.3);
}
.border-l-pink-800\/35 {
  border-left-color: rgb(153 21 75 / 0.35);
}
.border-l-pink-800\/40 {
  border-left-color: rgb(153 21 75 / 0.4);
}
.border-l-pink-800\/45 {
  border-left-color: rgb(153 21 75 / 0.45);
}
.border-l-pink-800\/5 {
  border-left-color: rgb(153 21 75 / 0.05);
}
.border-l-pink-800\/50 {
  border-left-color: rgb(153 21 75 / 0.5);
}
.border-l-pink-800\/55 {
  border-left-color: rgb(153 21 75 / 0.55);
}
.border-l-pink-800\/60 {
  border-left-color: rgb(153 21 75 / 0.6);
}
.border-l-pink-800\/65 {
  border-left-color: rgb(153 21 75 / 0.65);
}
.border-l-pink-800\/70 {
  border-left-color: rgb(153 21 75 / 0.7);
}
.border-l-pink-800\/75 {
  border-left-color: rgb(153 21 75 / 0.75);
}
.border-l-pink-800\/80 {
  border-left-color: rgb(153 21 75 / 0.8);
}
.border-l-pink-800\/85 {
  border-left-color: rgb(153 21 75 / 0.85);
}
.border-l-pink-800\/90 {
  border-left-color: rgb(153 21 75 / 0.9);
}
.border-l-pink-800\/95 {
  border-left-color: rgb(153 21 75 / 0.95);
}
.border-l-pink-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(117 26 61 / var(--tw-border-opacity, 1));
}
.border-l-pink-900\/0 {
  border-left-color: rgb(117 26 61 / 0);
}
.border-l-pink-900\/10 {
  border-left-color: rgb(117 26 61 / 0.1);
}
.border-l-pink-900\/100 {
  border-left-color: rgb(117 26 61 / 1);
}
.border-l-pink-900\/15 {
  border-left-color: rgb(117 26 61 / 0.15);
}
.border-l-pink-900\/20 {
  border-left-color: rgb(117 26 61 / 0.2);
}
.border-l-pink-900\/25 {
  border-left-color: rgb(117 26 61 / 0.25);
}
.border-l-pink-900\/30 {
  border-left-color: rgb(117 26 61 / 0.3);
}
.border-l-pink-900\/35 {
  border-left-color: rgb(117 26 61 / 0.35);
}
.border-l-pink-900\/40 {
  border-left-color: rgb(117 26 61 / 0.4);
}
.border-l-pink-900\/45 {
  border-left-color: rgb(117 26 61 / 0.45);
}
.border-l-pink-900\/5 {
  border-left-color: rgb(117 26 61 / 0.05);
}
.border-l-pink-900\/50 {
  border-left-color: rgb(117 26 61 / 0.5);
}
.border-l-pink-900\/55 {
  border-left-color: rgb(117 26 61 / 0.55);
}
.border-l-pink-900\/60 {
  border-left-color: rgb(117 26 61 / 0.6);
}
.border-l-pink-900\/65 {
  border-left-color: rgb(117 26 61 / 0.65);
}
.border-l-pink-900\/70 {
  border-left-color: rgb(117 26 61 / 0.7);
}
.border-l-pink-900\/75 {
  border-left-color: rgb(117 26 61 / 0.75);
}
.border-l-pink-900\/80 {
  border-left-color: rgb(117 26 61 / 0.8);
}
.border-l-pink-900\/85 {
  border-left-color: rgb(117 26 61 / 0.85);
}
.border-l-pink-900\/90 {
  border-left-color: rgb(117 26 61 / 0.9);
}
.border-l-pink-900\/95 {
  border-left-color: rgb(117 26 61 / 0.95);
}
.border-l-primary-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.border-l-primary-100\/0 {
  border-left-color: rgb(254 226 226 / 0);
}
.border-l-primary-100\/10 {
  border-left-color: rgb(254 226 226 / 0.1);
}
.border-l-primary-100\/100 {
  border-left-color: rgb(254 226 226 / 1);
}
.border-l-primary-100\/15 {
  border-left-color: rgb(254 226 226 / 0.15);
}
.border-l-primary-100\/20 {
  border-left-color: rgb(254 226 226 / 0.2);
}
.border-l-primary-100\/25 {
  border-left-color: rgb(254 226 226 / 0.25);
}
.border-l-primary-100\/30 {
  border-left-color: rgb(254 226 226 / 0.3);
}
.border-l-primary-100\/35 {
  border-left-color: rgb(254 226 226 / 0.35);
}
.border-l-primary-100\/40 {
  border-left-color: rgb(254 226 226 / 0.4);
}
.border-l-primary-100\/45 {
  border-left-color: rgb(254 226 226 / 0.45);
}
.border-l-primary-100\/5 {
  border-left-color: rgb(254 226 226 / 0.05);
}
.border-l-primary-100\/50 {
  border-left-color: rgb(254 226 226 / 0.5);
}
.border-l-primary-100\/55 {
  border-left-color: rgb(254 226 226 / 0.55);
}
.border-l-primary-100\/60 {
  border-left-color: rgb(254 226 226 / 0.6);
}
.border-l-primary-100\/65 {
  border-left-color: rgb(254 226 226 / 0.65);
}
.border-l-primary-100\/70 {
  border-left-color: rgb(254 226 226 / 0.7);
}
.border-l-primary-100\/75 {
  border-left-color: rgb(254 226 226 / 0.75);
}
.border-l-primary-100\/80 {
  border-left-color: rgb(254 226 226 / 0.8);
}
.border-l-primary-100\/85 {
  border-left-color: rgb(254 226 226 / 0.85);
}
.border-l-primary-100\/90 {
  border-left-color: rgb(254 226 226 / 0.9);
}
.border-l-primary-100\/95 {
  border-left-color: rgb(254 226 226 / 0.95);
}
.border-l-primary-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-l-primary-200\/0 {
  border-left-color: rgb(254 202 202 / 0);
}
.border-l-primary-200\/10 {
  border-left-color: rgb(254 202 202 / 0.1);
}
.border-l-primary-200\/100 {
  border-left-color: rgb(254 202 202 / 1);
}
.border-l-primary-200\/15 {
  border-left-color: rgb(254 202 202 / 0.15);
}
.border-l-primary-200\/20 {
  border-left-color: rgb(254 202 202 / 0.2);
}
.border-l-primary-200\/25 {
  border-left-color: rgb(254 202 202 / 0.25);
}
.border-l-primary-200\/30 {
  border-left-color: rgb(254 202 202 / 0.3);
}
.border-l-primary-200\/35 {
  border-left-color: rgb(254 202 202 / 0.35);
}
.border-l-primary-200\/40 {
  border-left-color: rgb(254 202 202 / 0.4);
}
.border-l-primary-200\/45 {
  border-left-color: rgb(254 202 202 / 0.45);
}
.border-l-primary-200\/5 {
  border-left-color: rgb(254 202 202 / 0.05);
}
.border-l-primary-200\/50 {
  border-left-color: rgb(254 202 202 / 0.5);
}
.border-l-primary-200\/55 {
  border-left-color: rgb(254 202 202 / 0.55);
}
.border-l-primary-200\/60 {
  border-left-color: rgb(254 202 202 / 0.6);
}
.border-l-primary-200\/65 {
  border-left-color: rgb(254 202 202 / 0.65);
}
.border-l-primary-200\/70 {
  border-left-color: rgb(254 202 202 / 0.7);
}
.border-l-primary-200\/75 {
  border-left-color: rgb(254 202 202 / 0.75);
}
.border-l-primary-200\/80 {
  border-left-color: rgb(254 202 202 / 0.8);
}
.border-l-primary-200\/85 {
  border-left-color: rgb(254 202 202 / 0.85);
}
.border-l-primary-200\/90 {
  border-left-color: rgb(254 202 202 / 0.9);
}
.border-l-primary-200\/95 {
  border-left-color: rgb(254 202 202 / 0.95);
}
.border-l-primary-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-l-primary-300\/0 {
  border-left-color: rgb(252 165 165 / 0);
}
.border-l-primary-300\/10 {
  border-left-color: rgb(252 165 165 / 0.1);
}
.border-l-primary-300\/100 {
  border-left-color: rgb(252 165 165 / 1);
}
.border-l-primary-300\/15 {
  border-left-color: rgb(252 165 165 / 0.15);
}
.border-l-primary-300\/20 {
  border-left-color: rgb(252 165 165 / 0.2);
}
.border-l-primary-300\/25 {
  border-left-color: rgb(252 165 165 / 0.25);
}
.border-l-primary-300\/30 {
  border-left-color: rgb(252 165 165 / 0.3);
}
.border-l-primary-300\/35 {
  border-left-color: rgb(252 165 165 / 0.35);
}
.border-l-primary-300\/40 {
  border-left-color: rgb(252 165 165 / 0.4);
}
.border-l-primary-300\/45 {
  border-left-color: rgb(252 165 165 / 0.45);
}
.border-l-primary-300\/5 {
  border-left-color: rgb(252 165 165 / 0.05);
}
.border-l-primary-300\/50 {
  border-left-color: rgb(252 165 165 / 0.5);
}
.border-l-primary-300\/55 {
  border-left-color: rgb(252 165 165 / 0.55);
}
.border-l-primary-300\/60 {
  border-left-color: rgb(252 165 165 / 0.6);
}
.border-l-primary-300\/65 {
  border-left-color: rgb(252 165 165 / 0.65);
}
.border-l-primary-300\/70 {
  border-left-color: rgb(252 165 165 / 0.7);
}
.border-l-primary-300\/75 {
  border-left-color: rgb(252 165 165 / 0.75);
}
.border-l-primary-300\/80 {
  border-left-color: rgb(252 165 165 / 0.8);
}
.border-l-primary-300\/85 {
  border-left-color: rgb(252 165 165 / 0.85);
}
.border-l-primary-300\/90 {
  border-left-color: rgb(252 165 165 / 0.9);
}
.border-l-primary-300\/95 {
  border-left-color: rgb(252 165 165 / 0.95);
}
.border-l-primary-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-l-primary-400\/0 {
  border-left-color: rgb(248 113 113 / 0);
}
.border-l-primary-400\/10 {
  border-left-color: rgb(248 113 113 / 0.1);
}
.border-l-primary-400\/100 {
  border-left-color: rgb(248 113 113 / 1);
}
.border-l-primary-400\/15 {
  border-left-color: rgb(248 113 113 / 0.15);
}
.border-l-primary-400\/20 {
  border-left-color: rgb(248 113 113 / 0.2);
}
.border-l-primary-400\/25 {
  border-left-color: rgb(248 113 113 / 0.25);
}
.border-l-primary-400\/30 {
  border-left-color: rgb(248 113 113 / 0.3);
}
.border-l-primary-400\/35 {
  border-left-color: rgb(248 113 113 / 0.35);
}
.border-l-primary-400\/40 {
  border-left-color: rgb(248 113 113 / 0.4);
}
.border-l-primary-400\/45 {
  border-left-color: rgb(248 113 113 / 0.45);
}
.border-l-primary-400\/5 {
  border-left-color: rgb(248 113 113 / 0.05);
}
.border-l-primary-400\/50 {
  border-left-color: rgb(248 113 113 / 0.5);
}
.border-l-primary-400\/55 {
  border-left-color: rgb(248 113 113 / 0.55);
}
.border-l-primary-400\/60 {
  border-left-color: rgb(248 113 113 / 0.6);
}
.border-l-primary-400\/65 {
  border-left-color: rgb(248 113 113 / 0.65);
}
.border-l-primary-400\/70 {
  border-left-color: rgb(248 113 113 / 0.7);
}
.border-l-primary-400\/75 {
  border-left-color: rgb(248 113 113 / 0.75);
}
.border-l-primary-400\/80 {
  border-left-color: rgb(248 113 113 / 0.8);
}
.border-l-primary-400\/85 {
  border-left-color: rgb(248 113 113 / 0.85);
}
.border-l-primary-400\/90 {
  border-left-color: rgb(248 113 113 / 0.9);
}
.border-l-primary-400\/95 {
  border-left-color: rgb(248 113 113 / 0.95);
}
.border-l-primary-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}
.border-l-primary-50\/0 {
  border-left-color: rgb(254 242 242 / 0);
}
.border-l-primary-50\/10 {
  border-left-color: rgb(254 242 242 / 0.1);
}
.border-l-primary-50\/100 {
  border-left-color: rgb(254 242 242 / 1);
}
.border-l-primary-50\/15 {
  border-left-color: rgb(254 242 242 / 0.15);
}
.border-l-primary-50\/20 {
  border-left-color: rgb(254 242 242 / 0.2);
}
.border-l-primary-50\/25 {
  border-left-color: rgb(254 242 242 / 0.25);
}
.border-l-primary-50\/30 {
  border-left-color: rgb(254 242 242 / 0.3);
}
.border-l-primary-50\/35 {
  border-left-color: rgb(254 242 242 / 0.35);
}
.border-l-primary-50\/40 {
  border-left-color: rgb(254 242 242 / 0.4);
}
.border-l-primary-50\/45 {
  border-left-color: rgb(254 242 242 / 0.45);
}
.border-l-primary-50\/5 {
  border-left-color: rgb(254 242 242 / 0.05);
}
.border-l-primary-50\/50 {
  border-left-color: rgb(254 242 242 / 0.5);
}
.border-l-primary-50\/55 {
  border-left-color: rgb(254 242 242 / 0.55);
}
.border-l-primary-50\/60 {
  border-left-color: rgb(254 242 242 / 0.6);
}
.border-l-primary-50\/65 {
  border-left-color: rgb(254 242 242 / 0.65);
}
.border-l-primary-50\/70 {
  border-left-color: rgb(254 242 242 / 0.7);
}
.border-l-primary-50\/75 {
  border-left-color: rgb(254 242 242 / 0.75);
}
.border-l-primary-50\/80 {
  border-left-color: rgb(254 242 242 / 0.8);
}
.border-l-primary-50\/85 {
  border-left-color: rgb(254 242 242 / 0.85);
}
.border-l-primary-50\/90 {
  border-left-color: rgb(254 242 242 / 0.9);
}
.border-l-primary-50\/95 {
  border-left-color: rgb(254 242 242 / 0.95);
}
.border-l-primary-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-l-primary-500\/0 {
  border-left-color: rgb(239 68 68 / 0);
}
.border-l-primary-500\/10 {
  border-left-color: rgb(239 68 68 / 0.1);
}
.border-l-primary-500\/100 {
  border-left-color: rgb(239 68 68 / 1);
}
.border-l-primary-500\/15 {
  border-left-color: rgb(239 68 68 / 0.15);
}
.border-l-primary-500\/20 {
  border-left-color: rgb(239 68 68 / 0.2);
}
.border-l-primary-500\/25 {
  border-left-color: rgb(239 68 68 / 0.25);
}
.border-l-primary-500\/30 {
  border-left-color: rgb(239 68 68 / 0.3);
}
.border-l-primary-500\/35 {
  border-left-color: rgb(239 68 68 / 0.35);
}
.border-l-primary-500\/40 {
  border-left-color: rgb(239 68 68 / 0.4);
}
.border-l-primary-500\/45 {
  border-left-color: rgb(239 68 68 / 0.45);
}
.border-l-primary-500\/5 {
  border-left-color: rgb(239 68 68 / 0.05);
}
.border-l-primary-500\/50 {
  border-left-color: rgb(239 68 68 / 0.5);
}
.border-l-primary-500\/55 {
  border-left-color: rgb(239 68 68 / 0.55);
}
.border-l-primary-500\/60 {
  border-left-color: rgb(239 68 68 / 0.6);
}
.border-l-primary-500\/65 {
  border-left-color: rgb(239 68 68 / 0.65);
}
.border-l-primary-500\/70 {
  border-left-color: rgb(239 68 68 / 0.7);
}
.border-l-primary-500\/75 {
  border-left-color: rgb(239 68 68 / 0.75);
}
.border-l-primary-500\/80 {
  border-left-color: rgb(239 68 68 / 0.8);
}
.border-l-primary-500\/85 {
  border-left-color: rgb(239 68 68 / 0.85);
}
.border-l-primary-500\/90 {
  border-left-color: rgb(239 68 68 / 0.9);
}
.border-l-primary-500\/95 {
  border-left-color: rgb(239 68 68 / 0.95);
}
.border-l-primary-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-l-primary-600\/0 {
  border-left-color: rgb(220 38 38 / 0);
}
.border-l-primary-600\/10 {
  border-left-color: rgb(220 38 38 / 0.1);
}
.border-l-primary-600\/100 {
  border-left-color: rgb(220 38 38 / 1);
}
.border-l-primary-600\/15 {
  border-left-color: rgb(220 38 38 / 0.15);
}
.border-l-primary-600\/20 {
  border-left-color: rgb(220 38 38 / 0.2);
}
.border-l-primary-600\/25 {
  border-left-color: rgb(220 38 38 / 0.25);
}
.border-l-primary-600\/30 {
  border-left-color: rgb(220 38 38 / 0.3);
}
.border-l-primary-600\/35 {
  border-left-color: rgb(220 38 38 / 0.35);
}
.border-l-primary-600\/40 {
  border-left-color: rgb(220 38 38 / 0.4);
}
.border-l-primary-600\/45 {
  border-left-color: rgb(220 38 38 / 0.45);
}
.border-l-primary-600\/5 {
  border-left-color: rgb(220 38 38 / 0.05);
}
.border-l-primary-600\/50 {
  border-left-color: rgb(220 38 38 / 0.5);
}
.border-l-primary-600\/55 {
  border-left-color: rgb(220 38 38 / 0.55);
}
.border-l-primary-600\/60 {
  border-left-color: rgb(220 38 38 / 0.6);
}
.border-l-primary-600\/65 {
  border-left-color: rgb(220 38 38 / 0.65);
}
.border-l-primary-600\/70 {
  border-left-color: rgb(220 38 38 / 0.7);
}
.border-l-primary-600\/75 {
  border-left-color: rgb(220 38 38 / 0.75);
}
.border-l-primary-600\/80 {
  border-left-color: rgb(220 38 38 / 0.8);
}
.border-l-primary-600\/85 {
  border-left-color: rgb(220 38 38 / 0.85);
}
.border-l-primary-600\/90 {
  border-left-color: rgb(220 38 38 / 0.9);
}
.border-l-primary-600\/95 {
  border-left-color: rgb(220 38 38 / 0.95);
}
.border-l-primary-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
.border-l-primary-700\/0 {
  border-left-color: rgb(185 28 28 / 0);
}
.border-l-primary-700\/10 {
  border-left-color: rgb(185 28 28 / 0.1);
}
.border-l-primary-700\/100 {
  border-left-color: rgb(185 28 28 / 1);
}
.border-l-primary-700\/15 {
  border-left-color: rgb(185 28 28 / 0.15);
}
.border-l-primary-700\/20 {
  border-left-color: rgb(185 28 28 / 0.2);
}
.border-l-primary-700\/25 {
  border-left-color: rgb(185 28 28 / 0.25);
}
.border-l-primary-700\/30 {
  border-left-color: rgb(185 28 28 / 0.3);
}
.border-l-primary-700\/35 {
  border-left-color: rgb(185 28 28 / 0.35);
}
.border-l-primary-700\/40 {
  border-left-color: rgb(185 28 28 / 0.4);
}
.border-l-primary-700\/45 {
  border-left-color: rgb(185 28 28 / 0.45);
}
.border-l-primary-700\/5 {
  border-left-color: rgb(185 28 28 / 0.05);
}
.border-l-primary-700\/50 {
  border-left-color: rgb(185 28 28 / 0.5);
}
.border-l-primary-700\/55 {
  border-left-color: rgb(185 28 28 / 0.55);
}
.border-l-primary-700\/60 {
  border-left-color: rgb(185 28 28 / 0.6);
}
.border-l-primary-700\/65 {
  border-left-color: rgb(185 28 28 / 0.65);
}
.border-l-primary-700\/70 {
  border-left-color: rgb(185 28 28 / 0.7);
}
.border-l-primary-700\/75 {
  border-left-color: rgb(185 28 28 / 0.75);
}
.border-l-primary-700\/80 {
  border-left-color: rgb(185 28 28 / 0.8);
}
.border-l-primary-700\/85 {
  border-left-color: rgb(185 28 28 / 0.85);
}
.border-l-primary-700\/90 {
  border-left-color: rgb(185 28 28 / 0.9);
}
.border-l-primary-700\/95 {
  border-left-color: rgb(185 28 28 / 0.95);
}
.border-l-primary-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}
.border-l-primary-800\/0 {
  border-left-color: rgb(153 27 27 / 0);
}
.border-l-primary-800\/10 {
  border-left-color: rgb(153 27 27 / 0.1);
}
.border-l-primary-800\/100 {
  border-left-color: rgb(153 27 27 / 1);
}
.border-l-primary-800\/15 {
  border-left-color: rgb(153 27 27 / 0.15);
}
.border-l-primary-800\/20 {
  border-left-color: rgb(153 27 27 / 0.2);
}
.border-l-primary-800\/25 {
  border-left-color: rgb(153 27 27 / 0.25);
}
.border-l-primary-800\/30 {
  border-left-color: rgb(153 27 27 / 0.3);
}
.border-l-primary-800\/35 {
  border-left-color: rgb(153 27 27 / 0.35);
}
.border-l-primary-800\/40 {
  border-left-color: rgb(153 27 27 / 0.4);
}
.border-l-primary-800\/45 {
  border-left-color: rgb(153 27 27 / 0.45);
}
.border-l-primary-800\/5 {
  border-left-color: rgb(153 27 27 / 0.05);
}
.border-l-primary-800\/50 {
  border-left-color: rgb(153 27 27 / 0.5);
}
.border-l-primary-800\/55 {
  border-left-color: rgb(153 27 27 / 0.55);
}
.border-l-primary-800\/60 {
  border-left-color: rgb(153 27 27 / 0.6);
}
.border-l-primary-800\/65 {
  border-left-color: rgb(153 27 27 / 0.65);
}
.border-l-primary-800\/70 {
  border-left-color: rgb(153 27 27 / 0.7);
}
.border-l-primary-800\/75 {
  border-left-color: rgb(153 27 27 / 0.75);
}
.border-l-primary-800\/80 {
  border-left-color: rgb(153 27 27 / 0.8);
}
.border-l-primary-800\/85 {
  border-left-color: rgb(153 27 27 / 0.85);
}
.border-l-primary-800\/90 {
  border-left-color: rgb(153 27 27 / 0.9);
}
.border-l-primary-800\/95 {
  border-left-color: rgb(153 27 27 / 0.95);
}
.border-l-primary-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}
.border-l-primary-900\/0 {
  border-left-color: rgb(127 29 29 / 0);
}
.border-l-primary-900\/10 {
  border-left-color: rgb(127 29 29 / 0.1);
}
.border-l-primary-900\/100 {
  border-left-color: rgb(127 29 29 / 1);
}
.border-l-primary-900\/15 {
  border-left-color: rgb(127 29 29 / 0.15);
}
.border-l-primary-900\/20 {
  border-left-color: rgb(127 29 29 / 0.2);
}
.border-l-primary-900\/25 {
  border-left-color: rgb(127 29 29 / 0.25);
}
.border-l-primary-900\/30 {
  border-left-color: rgb(127 29 29 / 0.3);
}
.border-l-primary-900\/35 {
  border-left-color: rgb(127 29 29 / 0.35);
}
.border-l-primary-900\/40 {
  border-left-color: rgb(127 29 29 / 0.4);
}
.border-l-primary-900\/45 {
  border-left-color: rgb(127 29 29 / 0.45);
}
.border-l-primary-900\/5 {
  border-left-color: rgb(127 29 29 / 0.05);
}
.border-l-primary-900\/50 {
  border-left-color: rgb(127 29 29 / 0.5);
}
.border-l-primary-900\/55 {
  border-left-color: rgb(127 29 29 / 0.55);
}
.border-l-primary-900\/60 {
  border-left-color: rgb(127 29 29 / 0.6);
}
.border-l-primary-900\/65 {
  border-left-color: rgb(127 29 29 / 0.65);
}
.border-l-primary-900\/70 {
  border-left-color: rgb(127 29 29 / 0.7);
}
.border-l-primary-900\/75 {
  border-left-color: rgb(127 29 29 / 0.75);
}
.border-l-primary-900\/80 {
  border-left-color: rgb(127 29 29 / 0.8);
}
.border-l-primary-900\/85 {
  border-left-color: rgb(127 29 29 / 0.85);
}
.border-l-primary-900\/90 {
  border-left-color: rgb(127 29 29 / 0.9);
}
.border-l-primary-900\/95 {
  border-left-color: rgb(127 29 29 / 0.95);
}
.border-l-primary-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}
.border-l-primary-950\/0 {
  border-left-color: rgb(69 10 10 / 0);
}
.border-l-primary-950\/10 {
  border-left-color: rgb(69 10 10 / 0.1);
}
.border-l-primary-950\/100 {
  border-left-color: rgb(69 10 10 / 1);
}
.border-l-primary-950\/15 {
  border-left-color: rgb(69 10 10 / 0.15);
}
.border-l-primary-950\/20 {
  border-left-color: rgb(69 10 10 / 0.2);
}
.border-l-primary-950\/25 {
  border-left-color: rgb(69 10 10 / 0.25);
}
.border-l-primary-950\/30 {
  border-left-color: rgb(69 10 10 / 0.3);
}
.border-l-primary-950\/35 {
  border-left-color: rgb(69 10 10 / 0.35);
}
.border-l-primary-950\/40 {
  border-left-color: rgb(69 10 10 / 0.4);
}
.border-l-primary-950\/45 {
  border-left-color: rgb(69 10 10 / 0.45);
}
.border-l-primary-950\/5 {
  border-left-color: rgb(69 10 10 / 0.05);
}
.border-l-primary-950\/50 {
  border-left-color: rgb(69 10 10 / 0.5);
}
.border-l-primary-950\/55 {
  border-left-color: rgb(69 10 10 / 0.55);
}
.border-l-primary-950\/60 {
  border-left-color: rgb(69 10 10 / 0.6);
}
.border-l-primary-950\/65 {
  border-left-color: rgb(69 10 10 / 0.65);
}
.border-l-primary-950\/70 {
  border-left-color: rgb(69 10 10 / 0.7);
}
.border-l-primary-950\/75 {
  border-left-color: rgb(69 10 10 / 0.75);
}
.border-l-primary-950\/80 {
  border-left-color: rgb(69 10 10 / 0.8);
}
.border-l-primary-950\/85 {
  border-left-color: rgb(69 10 10 / 0.85);
}
.border-l-primary-950\/90 {
  border-left-color: rgb(69 10 10 / 0.9);
}
.border-l-primary-950\/95 {
  border-left-color: rgb(69 10 10 / 0.95);
}
.border-l-purple-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(237 235 254 / var(--tw-border-opacity, 1));
}
.border-l-purple-100\/0 {
  border-left-color: rgb(237 235 254 / 0);
}
.border-l-purple-100\/10 {
  border-left-color: rgb(237 235 254 / 0.1);
}
.border-l-purple-100\/100 {
  border-left-color: rgb(237 235 254 / 1);
}
.border-l-purple-100\/15 {
  border-left-color: rgb(237 235 254 / 0.15);
}
.border-l-purple-100\/20 {
  border-left-color: rgb(237 235 254 / 0.2);
}
.border-l-purple-100\/25 {
  border-left-color: rgb(237 235 254 / 0.25);
}
.border-l-purple-100\/30 {
  border-left-color: rgb(237 235 254 / 0.3);
}
.border-l-purple-100\/35 {
  border-left-color: rgb(237 235 254 / 0.35);
}
.border-l-purple-100\/40 {
  border-left-color: rgb(237 235 254 / 0.4);
}
.border-l-purple-100\/45 {
  border-left-color: rgb(237 235 254 / 0.45);
}
.border-l-purple-100\/5 {
  border-left-color: rgb(237 235 254 / 0.05);
}
.border-l-purple-100\/50 {
  border-left-color: rgb(237 235 254 / 0.5);
}
.border-l-purple-100\/55 {
  border-left-color: rgb(237 235 254 / 0.55);
}
.border-l-purple-100\/60 {
  border-left-color: rgb(237 235 254 / 0.6);
}
.border-l-purple-100\/65 {
  border-left-color: rgb(237 235 254 / 0.65);
}
.border-l-purple-100\/70 {
  border-left-color: rgb(237 235 254 / 0.7);
}
.border-l-purple-100\/75 {
  border-left-color: rgb(237 235 254 / 0.75);
}
.border-l-purple-100\/80 {
  border-left-color: rgb(237 235 254 / 0.8);
}
.border-l-purple-100\/85 {
  border-left-color: rgb(237 235 254 / 0.85);
}
.border-l-purple-100\/90 {
  border-left-color: rgb(237 235 254 / 0.9);
}
.border-l-purple-100\/95 {
  border-left-color: rgb(237 235 254 / 0.95);
}
.border-l-purple-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(220 215 254 / var(--tw-border-opacity, 1));
}
.border-l-purple-200\/0 {
  border-left-color: rgb(220 215 254 / 0);
}
.border-l-purple-200\/10 {
  border-left-color: rgb(220 215 254 / 0.1);
}
.border-l-purple-200\/100 {
  border-left-color: rgb(220 215 254 / 1);
}
.border-l-purple-200\/15 {
  border-left-color: rgb(220 215 254 / 0.15);
}
.border-l-purple-200\/20 {
  border-left-color: rgb(220 215 254 / 0.2);
}
.border-l-purple-200\/25 {
  border-left-color: rgb(220 215 254 / 0.25);
}
.border-l-purple-200\/30 {
  border-left-color: rgb(220 215 254 / 0.3);
}
.border-l-purple-200\/35 {
  border-left-color: rgb(220 215 254 / 0.35);
}
.border-l-purple-200\/40 {
  border-left-color: rgb(220 215 254 / 0.4);
}
.border-l-purple-200\/45 {
  border-left-color: rgb(220 215 254 / 0.45);
}
.border-l-purple-200\/5 {
  border-left-color: rgb(220 215 254 / 0.05);
}
.border-l-purple-200\/50 {
  border-left-color: rgb(220 215 254 / 0.5);
}
.border-l-purple-200\/55 {
  border-left-color: rgb(220 215 254 / 0.55);
}
.border-l-purple-200\/60 {
  border-left-color: rgb(220 215 254 / 0.6);
}
.border-l-purple-200\/65 {
  border-left-color: rgb(220 215 254 / 0.65);
}
.border-l-purple-200\/70 {
  border-left-color: rgb(220 215 254 / 0.7);
}
.border-l-purple-200\/75 {
  border-left-color: rgb(220 215 254 / 0.75);
}
.border-l-purple-200\/80 {
  border-left-color: rgb(220 215 254 / 0.8);
}
.border-l-purple-200\/85 {
  border-left-color: rgb(220 215 254 / 0.85);
}
.border-l-purple-200\/90 {
  border-left-color: rgb(220 215 254 / 0.9);
}
.border-l-purple-200\/95 {
  border-left-color: rgb(220 215 254 / 0.95);
}
.border-l-purple-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(202 191 253 / var(--tw-border-opacity, 1));
}
.border-l-purple-300\/0 {
  border-left-color: rgb(202 191 253 / 0);
}
.border-l-purple-300\/10 {
  border-left-color: rgb(202 191 253 / 0.1);
}
.border-l-purple-300\/100 {
  border-left-color: rgb(202 191 253 / 1);
}
.border-l-purple-300\/15 {
  border-left-color: rgb(202 191 253 / 0.15);
}
.border-l-purple-300\/20 {
  border-left-color: rgb(202 191 253 / 0.2);
}
.border-l-purple-300\/25 {
  border-left-color: rgb(202 191 253 / 0.25);
}
.border-l-purple-300\/30 {
  border-left-color: rgb(202 191 253 / 0.3);
}
.border-l-purple-300\/35 {
  border-left-color: rgb(202 191 253 / 0.35);
}
.border-l-purple-300\/40 {
  border-left-color: rgb(202 191 253 / 0.4);
}
.border-l-purple-300\/45 {
  border-left-color: rgb(202 191 253 / 0.45);
}
.border-l-purple-300\/5 {
  border-left-color: rgb(202 191 253 / 0.05);
}
.border-l-purple-300\/50 {
  border-left-color: rgb(202 191 253 / 0.5);
}
.border-l-purple-300\/55 {
  border-left-color: rgb(202 191 253 / 0.55);
}
.border-l-purple-300\/60 {
  border-left-color: rgb(202 191 253 / 0.6);
}
.border-l-purple-300\/65 {
  border-left-color: rgb(202 191 253 / 0.65);
}
.border-l-purple-300\/70 {
  border-left-color: rgb(202 191 253 / 0.7);
}
.border-l-purple-300\/75 {
  border-left-color: rgb(202 191 253 / 0.75);
}
.border-l-purple-300\/80 {
  border-left-color: rgb(202 191 253 / 0.8);
}
.border-l-purple-300\/85 {
  border-left-color: rgb(202 191 253 / 0.85);
}
.border-l-purple-300\/90 {
  border-left-color: rgb(202 191 253 / 0.9);
}
.border-l-purple-300\/95 {
  border-left-color: rgb(202 191 253 / 0.95);
}
.border-l-purple-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(172 148 250 / var(--tw-border-opacity, 1));
}
.border-l-purple-400\/0 {
  border-left-color: rgb(172 148 250 / 0);
}
.border-l-purple-400\/10 {
  border-left-color: rgb(172 148 250 / 0.1);
}
.border-l-purple-400\/100 {
  border-left-color: rgb(172 148 250 / 1);
}
.border-l-purple-400\/15 {
  border-left-color: rgb(172 148 250 / 0.15);
}
.border-l-purple-400\/20 {
  border-left-color: rgb(172 148 250 / 0.2);
}
.border-l-purple-400\/25 {
  border-left-color: rgb(172 148 250 / 0.25);
}
.border-l-purple-400\/30 {
  border-left-color: rgb(172 148 250 / 0.3);
}
.border-l-purple-400\/35 {
  border-left-color: rgb(172 148 250 / 0.35);
}
.border-l-purple-400\/40 {
  border-left-color: rgb(172 148 250 / 0.4);
}
.border-l-purple-400\/45 {
  border-left-color: rgb(172 148 250 / 0.45);
}
.border-l-purple-400\/5 {
  border-left-color: rgb(172 148 250 / 0.05);
}
.border-l-purple-400\/50 {
  border-left-color: rgb(172 148 250 / 0.5);
}
.border-l-purple-400\/55 {
  border-left-color: rgb(172 148 250 / 0.55);
}
.border-l-purple-400\/60 {
  border-left-color: rgb(172 148 250 / 0.6);
}
.border-l-purple-400\/65 {
  border-left-color: rgb(172 148 250 / 0.65);
}
.border-l-purple-400\/70 {
  border-left-color: rgb(172 148 250 / 0.7);
}
.border-l-purple-400\/75 {
  border-left-color: rgb(172 148 250 / 0.75);
}
.border-l-purple-400\/80 {
  border-left-color: rgb(172 148 250 / 0.8);
}
.border-l-purple-400\/85 {
  border-left-color: rgb(172 148 250 / 0.85);
}
.border-l-purple-400\/90 {
  border-left-color: rgb(172 148 250 / 0.9);
}
.border-l-purple-400\/95 {
  border-left-color: rgb(172 148 250 / 0.95);
}
.border-l-purple-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(246 245 255 / var(--tw-border-opacity, 1));
}
.border-l-purple-50\/0 {
  border-left-color: rgb(246 245 255 / 0);
}
.border-l-purple-50\/10 {
  border-left-color: rgb(246 245 255 / 0.1);
}
.border-l-purple-50\/100 {
  border-left-color: rgb(246 245 255 / 1);
}
.border-l-purple-50\/15 {
  border-left-color: rgb(246 245 255 / 0.15);
}
.border-l-purple-50\/20 {
  border-left-color: rgb(246 245 255 / 0.2);
}
.border-l-purple-50\/25 {
  border-left-color: rgb(246 245 255 / 0.25);
}
.border-l-purple-50\/30 {
  border-left-color: rgb(246 245 255 / 0.3);
}
.border-l-purple-50\/35 {
  border-left-color: rgb(246 245 255 / 0.35);
}
.border-l-purple-50\/40 {
  border-left-color: rgb(246 245 255 / 0.4);
}
.border-l-purple-50\/45 {
  border-left-color: rgb(246 245 255 / 0.45);
}
.border-l-purple-50\/5 {
  border-left-color: rgb(246 245 255 / 0.05);
}
.border-l-purple-50\/50 {
  border-left-color: rgb(246 245 255 / 0.5);
}
.border-l-purple-50\/55 {
  border-left-color: rgb(246 245 255 / 0.55);
}
.border-l-purple-50\/60 {
  border-left-color: rgb(246 245 255 / 0.6);
}
.border-l-purple-50\/65 {
  border-left-color: rgb(246 245 255 / 0.65);
}
.border-l-purple-50\/70 {
  border-left-color: rgb(246 245 255 / 0.7);
}
.border-l-purple-50\/75 {
  border-left-color: rgb(246 245 255 / 0.75);
}
.border-l-purple-50\/80 {
  border-left-color: rgb(246 245 255 / 0.8);
}
.border-l-purple-50\/85 {
  border-left-color: rgb(246 245 255 / 0.85);
}
.border-l-purple-50\/90 {
  border-left-color: rgb(246 245 255 / 0.9);
}
.border-l-purple-50\/95 {
  border-left-color: rgb(246 245 255 / 0.95);
}
.border-l-purple-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(144 97 249 / var(--tw-border-opacity, 1));
}
.border-l-purple-500\/0 {
  border-left-color: rgb(144 97 249 / 0);
}
.border-l-purple-500\/10 {
  border-left-color: rgb(144 97 249 / 0.1);
}
.border-l-purple-500\/100 {
  border-left-color: rgb(144 97 249 / 1);
}
.border-l-purple-500\/15 {
  border-left-color: rgb(144 97 249 / 0.15);
}
.border-l-purple-500\/20 {
  border-left-color: rgb(144 97 249 / 0.2);
}
.border-l-purple-500\/25 {
  border-left-color: rgb(144 97 249 / 0.25);
}
.border-l-purple-500\/30 {
  border-left-color: rgb(144 97 249 / 0.3);
}
.border-l-purple-500\/35 {
  border-left-color: rgb(144 97 249 / 0.35);
}
.border-l-purple-500\/40 {
  border-left-color: rgb(144 97 249 / 0.4);
}
.border-l-purple-500\/45 {
  border-left-color: rgb(144 97 249 / 0.45);
}
.border-l-purple-500\/5 {
  border-left-color: rgb(144 97 249 / 0.05);
}
.border-l-purple-500\/50 {
  border-left-color: rgb(144 97 249 / 0.5);
}
.border-l-purple-500\/55 {
  border-left-color: rgb(144 97 249 / 0.55);
}
.border-l-purple-500\/60 {
  border-left-color: rgb(144 97 249 / 0.6);
}
.border-l-purple-500\/65 {
  border-left-color: rgb(144 97 249 / 0.65);
}
.border-l-purple-500\/70 {
  border-left-color: rgb(144 97 249 / 0.7);
}
.border-l-purple-500\/75 {
  border-left-color: rgb(144 97 249 / 0.75);
}
.border-l-purple-500\/80 {
  border-left-color: rgb(144 97 249 / 0.8);
}
.border-l-purple-500\/85 {
  border-left-color: rgb(144 97 249 / 0.85);
}
.border-l-purple-500\/90 {
  border-left-color: rgb(144 97 249 / 0.9);
}
.border-l-purple-500\/95 {
  border-left-color: rgb(144 97 249 / 0.95);
}
.border-l-purple-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(126 58 242 / var(--tw-border-opacity, 1));
}
.border-l-purple-600\/0 {
  border-left-color: rgb(126 58 242 / 0);
}
.border-l-purple-600\/10 {
  border-left-color: rgb(126 58 242 / 0.1);
}
.border-l-purple-600\/100 {
  border-left-color: rgb(126 58 242 / 1);
}
.border-l-purple-600\/15 {
  border-left-color: rgb(126 58 242 / 0.15);
}
.border-l-purple-600\/20 {
  border-left-color: rgb(126 58 242 / 0.2);
}
.border-l-purple-600\/25 {
  border-left-color: rgb(126 58 242 / 0.25);
}
.border-l-purple-600\/30 {
  border-left-color: rgb(126 58 242 / 0.3);
}
.border-l-purple-600\/35 {
  border-left-color: rgb(126 58 242 / 0.35);
}
.border-l-purple-600\/40 {
  border-left-color: rgb(126 58 242 / 0.4);
}
.border-l-purple-600\/45 {
  border-left-color: rgb(126 58 242 / 0.45);
}
.border-l-purple-600\/5 {
  border-left-color: rgb(126 58 242 / 0.05);
}
.border-l-purple-600\/50 {
  border-left-color: rgb(126 58 242 / 0.5);
}
.border-l-purple-600\/55 {
  border-left-color: rgb(126 58 242 / 0.55);
}
.border-l-purple-600\/60 {
  border-left-color: rgb(126 58 242 / 0.6);
}
.border-l-purple-600\/65 {
  border-left-color: rgb(126 58 242 / 0.65);
}
.border-l-purple-600\/70 {
  border-left-color: rgb(126 58 242 / 0.7);
}
.border-l-purple-600\/75 {
  border-left-color: rgb(126 58 242 / 0.75);
}
.border-l-purple-600\/80 {
  border-left-color: rgb(126 58 242 / 0.8);
}
.border-l-purple-600\/85 {
  border-left-color: rgb(126 58 242 / 0.85);
}
.border-l-purple-600\/90 {
  border-left-color: rgb(126 58 242 / 0.9);
}
.border-l-purple-600\/95 {
  border-left-color: rgb(126 58 242 / 0.95);
}
.border-l-purple-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(108 43 217 / var(--tw-border-opacity, 1));
}
.border-l-purple-700\/0 {
  border-left-color: rgb(108 43 217 / 0);
}
.border-l-purple-700\/10 {
  border-left-color: rgb(108 43 217 / 0.1);
}
.border-l-purple-700\/100 {
  border-left-color: rgb(108 43 217 / 1);
}
.border-l-purple-700\/15 {
  border-left-color: rgb(108 43 217 / 0.15);
}
.border-l-purple-700\/20 {
  border-left-color: rgb(108 43 217 / 0.2);
}
.border-l-purple-700\/25 {
  border-left-color: rgb(108 43 217 / 0.25);
}
.border-l-purple-700\/30 {
  border-left-color: rgb(108 43 217 / 0.3);
}
.border-l-purple-700\/35 {
  border-left-color: rgb(108 43 217 / 0.35);
}
.border-l-purple-700\/40 {
  border-left-color: rgb(108 43 217 / 0.4);
}
.border-l-purple-700\/45 {
  border-left-color: rgb(108 43 217 / 0.45);
}
.border-l-purple-700\/5 {
  border-left-color: rgb(108 43 217 / 0.05);
}
.border-l-purple-700\/50 {
  border-left-color: rgb(108 43 217 / 0.5);
}
.border-l-purple-700\/55 {
  border-left-color: rgb(108 43 217 / 0.55);
}
.border-l-purple-700\/60 {
  border-left-color: rgb(108 43 217 / 0.6);
}
.border-l-purple-700\/65 {
  border-left-color: rgb(108 43 217 / 0.65);
}
.border-l-purple-700\/70 {
  border-left-color: rgb(108 43 217 / 0.7);
}
.border-l-purple-700\/75 {
  border-left-color: rgb(108 43 217 / 0.75);
}
.border-l-purple-700\/80 {
  border-left-color: rgb(108 43 217 / 0.8);
}
.border-l-purple-700\/85 {
  border-left-color: rgb(108 43 217 / 0.85);
}
.border-l-purple-700\/90 {
  border-left-color: rgb(108 43 217 / 0.9);
}
.border-l-purple-700\/95 {
  border-left-color: rgb(108 43 217 / 0.95);
}
.border-l-purple-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(85 33 181 / var(--tw-border-opacity, 1));
}
.border-l-purple-800\/0 {
  border-left-color: rgb(85 33 181 / 0);
}
.border-l-purple-800\/10 {
  border-left-color: rgb(85 33 181 / 0.1);
}
.border-l-purple-800\/100 {
  border-left-color: rgb(85 33 181 / 1);
}
.border-l-purple-800\/15 {
  border-left-color: rgb(85 33 181 / 0.15);
}
.border-l-purple-800\/20 {
  border-left-color: rgb(85 33 181 / 0.2);
}
.border-l-purple-800\/25 {
  border-left-color: rgb(85 33 181 / 0.25);
}
.border-l-purple-800\/30 {
  border-left-color: rgb(85 33 181 / 0.3);
}
.border-l-purple-800\/35 {
  border-left-color: rgb(85 33 181 / 0.35);
}
.border-l-purple-800\/40 {
  border-left-color: rgb(85 33 181 / 0.4);
}
.border-l-purple-800\/45 {
  border-left-color: rgb(85 33 181 / 0.45);
}
.border-l-purple-800\/5 {
  border-left-color: rgb(85 33 181 / 0.05);
}
.border-l-purple-800\/50 {
  border-left-color: rgb(85 33 181 / 0.5);
}
.border-l-purple-800\/55 {
  border-left-color: rgb(85 33 181 / 0.55);
}
.border-l-purple-800\/60 {
  border-left-color: rgb(85 33 181 / 0.6);
}
.border-l-purple-800\/65 {
  border-left-color: rgb(85 33 181 / 0.65);
}
.border-l-purple-800\/70 {
  border-left-color: rgb(85 33 181 / 0.7);
}
.border-l-purple-800\/75 {
  border-left-color: rgb(85 33 181 / 0.75);
}
.border-l-purple-800\/80 {
  border-left-color: rgb(85 33 181 / 0.8);
}
.border-l-purple-800\/85 {
  border-left-color: rgb(85 33 181 / 0.85);
}
.border-l-purple-800\/90 {
  border-left-color: rgb(85 33 181 / 0.9);
}
.border-l-purple-800\/95 {
  border-left-color: rgb(85 33 181 / 0.95);
}
.border-l-purple-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(74 29 150 / var(--tw-border-opacity, 1));
}
.border-l-purple-900\/0 {
  border-left-color: rgb(74 29 150 / 0);
}
.border-l-purple-900\/10 {
  border-left-color: rgb(74 29 150 / 0.1);
}
.border-l-purple-900\/100 {
  border-left-color: rgb(74 29 150 / 1);
}
.border-l-purple-900\/15 {
  border-left-color: rgb(74 29 150 / 0.15);
}
.border-l-purple-900\/20 {
  border-left-color: rgb(74 29 150 / 0.2);
}
.border-l-purple-900\/25 {
  border-left-color: rgb(74 29 150 / 0.25);
}
.border-l-purple-900\/30 {
  border-left-color: rgb(74 29 150 / 0.3);
}
.border-l-purple-900\/35 {
  border-left-color: rgb(74 29 150 / 0.35);
}
.border-l-purple-900\/40 {
  border-left-color: rgb(74 29 150 / 0.4);
}
.border-l-purple-900\/45 {
  border-left-color: rgb(74 29 150 / 0.45);
}
.border-l-purple-900\/5 {
  border-left-color: rgb(74 29 150 / 0.05);
}
.border-l-purple-900\/50 {
  border-left-color: rgb(74 29 150 / 0.5);
}
.border-l-purple-900\/55 {
  border-left-color: rgb(74 29 150 / 0.55);
}
.border-l-purple-900\/60 {
  border-left-color: rgb(74 29 150 / 0.6);
}
.border-l-purple-900\/65 {
  border-left-color: rgb(74 29 150 / 0.65);
}
.border-l-purple-900\/70 {
  border-left-color: rgb(74 29 150 / 0.7);
}
.border-l-purple-900\/75 {
  border-left-color: rgb(74 29 150 / 0.75);
}
.border-l-purple-900\/80 {
  border-left-color: rgb(74 29 150 / 0.8);
}
.border-l-purple-900\/85 {
  border-left-color: rgb(74 29 150 / 0.85);
}
.border-l-purple-900\/90 {
  border-left-color: rgb(74 29 150 / 0.9);
}
.border-l-purple-900\/95 {
  border-left-color: rgb(74 29 150 / 0.95);
}
.border-l-red-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 232 232 / var(--tw-border-opacity, 1));
}
.border-l-red-100\/0 {
  border-left-color: rgb(253 232 232 / 0);
}
.border-l-red-100\/10 {
  border-left-color: rgb(253 232 232 / 0.1);
}
.border-l-red-100\/100 {
  border-left-color: rgb(253 232 232 / 1);
}
.border-l-red-100\/15 {
  border-left-color: rgb(253 232 232 / 0.15);
}
.border-l-red-100\/20 {
  border-left-color: rgb(253 232 232 / 0.2);
}
.border-l-red-100\/25 {
  border-left-color: rgb(253 232 232 / 0.25);
}
.border-l-red-100\/30 {
  border-left-color: rgb(253 232 232 / 0.3);
}
.border-l-red-100\/35 {
  border-left-color: rgb(253 232 232 / 0.35);
}
.border-l-red-100\/40 {
  border-left-color: rgb(253 232 232 / 0.4);
}
.border-l-red-100\/45 {
  border-left-color: rgb(253 232 232 / 0.45);
}
.border-l-red-100\/5 {
  border-left-color: rgb(253 232 232 / 0.05);
}
.border-l-red-100\/50 {
  border-left-color: rgb(253 232 232 / 0.5);
}
.border-l-red-100\/55 {
  border-left-color: rgb(253 232 232 / 0.55);
}
.border-l-red-100\/60 {
  border-left-color: rgb(253 232 232 / 0.6);
}
.border-l-red-100\/65 {
  border-left-color: rgb(253 232 232 / 0.65);
}
.border-l-red-100\/70 {
  border-left-color: rgb(253 232 232 / 0.7);
}
.border-l-red-100\/75 {
  border-left-color: rgb(253 232 232 / 0.75);
}
.border-l-red-100\/80 {
  border-left-color: rgb(253 232 232 / 0.8);
}
.border-l-red-100\/85 {
  border-left-color: rgb(253 232 232 / 0.85);
}
.border-l-red-100\/90 {
  border-left-color: rgb(253 232 232 / 0.9);
}
.border-l-red-100\/95 {
  border-left-color: rgb(253 232 232 / 0.95);
}
.border-l-red-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 213 213 / var(--tw-border-opacity, 1));
}
.border-l-red-200\/0 {
  border-left-color: rgb(251 213 213 / 0);
}
.border-l-red-200\/10 {
  border-left-color: rgb(251 213 213 / 0.1);
}
.border-l-red-200\/100 {
  border-left-color: rgb(251 213 213 / 1);
}
.border-l-red-200\/15 {
  border-left-color: rgb(251 213 213 / 0.15);
}
.border-l-red-200\/20 {
  border-left-color: rgb(251 213 213 / 0.2);
}
.border-l-red-200\/25 {
  border-left-color: rgb(251 213 213 / 0.25);
}
.border-l-red-200\/30 {
  border-left-color: rgb(251 213 213 / 0.3);
}
.border-l-red-200\/35 {
  border-left-color: rgb(251 213 213 / 0.35);
}
.border-l-red-200\/40 {
  border-left-color: rgb(251 213 213 / 0.4);
}
.border-l-red-200\/45 {
  border-left-color: rgb(251 213 213 / 0.45);
}
.border-l-red-200\/5 {
  border-left-color: rgb(251 213 213 / 0.05);
}
.border-l-red-200\/50 {
  border-left-color: rgb(251 213 213 / 0.5);
}
.border-l-red-200\/55 {
  border-left-color: rgb(251 213 213 / 0.55);
}
.border-l-red-200\/60 {
  border-left-color: rgb(251 213 213 / 0.6);
}
.border-l-red-200\/65 {
  border-left-color: rgb(251 213 213 / 0.65);
}
.border-l-red-200\/70 {
  border-left-color: rgb(251 213 213 / 0.7);
}
.border-l-red-200\/75 {
  border-left-color: rgb(251 213 213 / 0.75);
}
.border-l-red-200\/80 {
  border-left-color: rgb(251 213 213 / 0.8);
}
.border-l-red-200\/85 {
  border-left-color: rgb(251 213 213 / 0.85);
}
.border-l-red-200\/90 {
  border-left-color: rgb(251 213 213 / 0.9);
}
.border-l-red-200\/95 {
  border-left-color: rgb(251 213 213 / 0.95);
}
.border-l-red-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(248 180 180 / var(--tw-border-opacity, 1));
}
.border-l-red-300\/0 {
  border-left-color: rgb(248 180 180 / 0);
}
.border-l-red-300\/10 {
  border-left-color: rgb(248 180 180 / 0.1);
}
.border-l-red-300\/100 {
  border-left-color: rgb(248 180 180 / 1);
}
.border-l-red-300\/15 {
  border-left-color: rgb(248 180 180 / 0.15);
}
.border-l-red-300\/20 {
  border-left-color: rgb(248 180 180 / 0.2);
}
.border-l-red-300\/25 {
  border-left-color: rgb(248 180 180 / 0.25);
}
.border-l-red-300\/30 {
  border-left-color: rgb(248 180 180 / 0.3);
}
.border-l-red-300\/35 {
  border-left-color: rgb(248 180 180 / 0.35);
}
.border-l-red-300\/40 {
  border-left-color: rgb(248 180 180 / 0.4);
}
.border-l-red-300\/45 {
  border-left-color: rgb(248 180 180 / 0.45);
}
.border-l-red-300\/5 {
  border-left-color: rgb(248 180 180 / 0.05);
}
.border-l-red-300\/50 {
  border-left-color: rgb(248 180 180 / 0.5);
}
.border-l-red-300\/55 {
  border-left-color: rgb(248 180 180 / 0.55);
}
.border-l-red-300\/60 {
  border-left-color: rgb(248 180 180 / 0.6);
}
.border-l-red-300\/65 {
  border-left-color: rgb(248 180 180 / 0.65);
}
.border-l-red-300\/70 {
  border-left-color: rgb(248 180 180 / 0.7);
}
.border-l-red-300\/75 {
  border-left-color: rgb(248 180 180 / 0.75);
}
.border-l-red-300\/80 {
  border-left-color: rgb(248 180 180 / 0.8);
}
.border-l-red-300\/85 {
  border-left-color: rgb(248 180 180 / 0.85);
}
.border-l-red-300\/90 {
  border-left-color: rgb(248 180 180 / 0.9);
}
.border-l-red-300\/95 {
  border-left-color: rgb(248 180 180 / 0.95);
}
.border-l-red-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 128 128 / var(--tw-border-opacity, 1));
}
.border-l-red-400\/0 {
  border-left-color: rgb(249 128 128 / 0);
}
.border-l-red-400\/10 {
  border-left-color: rgb(249 128 128 / 0.1);
}
.border-l-red-400\/100 {
  border-left-color: rgb(249 128 128 / 1);
}
.border-l-red-400\/15 {
  border-left-color: rgb(249 128 128 / 0.15);
}
.border-l-red-400\/20 {
  border-left-color: rgb(249 128 128 / 0.2);
}
.border-l-red-400\/25 {
  border-left-color: rgb(249 128 128 / 0.25);
}
.border-l-red-400\/30 {
  border-left-color: rgb(249 128 128 / 0.3);
}
.border-l-red-400\/35 {
  border-left-color: rgb(249 128 128 / 0.35);
}
.border-l-red-400\/40 {
  border-left-color: rgb(249 128 128 / 0.4);
}
.border-l-red-400\/45 {
  border-left-color: rgb(249 128 128 / 0.45);
}
.border-l-red-400\/5 {
  border-left-color: rgb(249 128 128 / 0.05);
}
.border-l-red-400\/50 {
  border-left-color: rgb(249 128 128 / 0.5);
}
.border-l-red-400\/55 {
  border-left-color: rgb(249 128 128 / 0.55);
}
.border-l-red-400\/60 {
  border-left-color: rgb(249 128 128 / 0.6);
}
.border-l-red-400\/65 {
  border-left-color: rgb(249 128 128 / 0.65);
}
.border-l-red-400\/70 {
  border-left-color: rgb(249 128 128 / 0.7);
}
.border-l-red-400\/75 {
  border-left-color: rgb(249 128 128 / 0.75);
}
.border-l-red-400\/80 {
  border-left-color: rgb(249 128 128 / 0.8);
}
.border-l-red-400\/85 {
  border-left-color: rgb(249 128 128 / 0.85);
}
.border-l-red-400\/90 {
  border-left-color: rgb(249 128 128 / 0.9);
}
.border-l-red-400\/95 {
  border-left-color: rgb(249 128 128 / 0.95);
}
.border-l-red-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 242 242 / var(--tw-border-opacity, 1));
}
.border-l-red-50\/0 {
  border-left-color: rgb(253 242 242 / 0);
}
.border-l-red-50\/10 {
  border-left-color: rgb(253 242 242 / 0.1);
}
.border-l-red-50\/100 {
  border-left-color: rgb(253 242 242 / 1);
}
.border-l-red-50\/15 {
  border-left-color: rgb(253 242 242 / 0.15);
}
.border-l-red-50\/20 {
  border-left-color: rgb(253 242 242 / 0.2);
}
.border-l-red-50\/25 {
  border-left-color: rgb(253 242 242 / 0.25);
}
.border-l-red-50\/30 {
  border-left-color: rgb(253 242 242 / 0.3);
}
.border-l-red-50\/35 {
  border-left-color: rgb(253 242 242 / 0.35);
}
.border-l-red-50\/40 {
  border-left-color: rgb(253 242 242 / 0.4);
}
.border-l-red-50\/45 {
  border-left-color: rgb(253 242 242 / 0.45);
}
.border-l-red-50\/5 {
  border-left-color: rgb(253 242 242 / 0.05);
}
.border-l-red-50\/50 {
  border-left-color: rgb(253 242 242 / 0.5);
}
.border-l-red-50\/55 {
  border-left-color: rgb(253 242 242 / 0.55);
}
.border-l-red-50\/60 {
  border-left-color: rgb(253 242 242 / 0.6);
}
.border-l-red-50\/65 {
  border-left-color: rgb(253 242 242 / 0.65);
}
.border-l-red-50\/70 {
  border-left-color: rgb(253 242 242 / 0.7);
}
.border-l-red-50\/75 {
  border-left-color: rgb(253 242 242 / 0.75);
}
.border-l-red-50\/80 {
  border-left-color: rgb(253 242 242 / 0.8);
}
.border-l-red-50\/85 {
  border-left-color: rgb(253 242 242 / 0.85);
}
.border-l-red-50\/90 {
  border-left-color: rgb(253 242 242 / 0.9);
}
.border-l-red-50\/95 {
  border-left-color: rgb(253 242 242 / 0.95);
}
.border-l-red-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 82 82 / var(--tw-border-opacity, 1));
}
.border-l-red-500\/0 {
  border-left-color: rgb(240 82 82 / 0);
}
.border-l-red-500\/10 {
  border-left-color: rgb(240 82 82 / 0.1);
}
.border-l-red-500\/100 {
  border-left-color: rgb(240 82 82 / 1);
}
.border-l-red-500\/15 {
  border-left-color: rgb(240 82 82 / 0.15);
}
.border-l-red-500\/20 {
  border-left-color: rgb(240 82 82 / 0.2);
}
.border-l-red-500\/25 {
  border-left-color: rgb(240 82 82 / 0.25);
}
.border-l-red-500\/30 {
  border-left-color: rgb(240 82 82 / 0.3);
}
.border-l-red-500\/35 {
  border-left-color: rgb(240 82 82 / 0.35);
}
.border-l-red-500\/40 {
  border-left-color: rgb(240 82 82 / 0.4);
}
.border-l-red-500\/45 {
  border-left-color: rgb(240 82 82 / 0.45);
}
.border-l-red-500\/5 {
  border-left-color: rgb(240 82 82 / 0.05);
}
.border-l-red-500\/50 {
  border-left-color: rgb(240 82 82 / 0.5);
}
.border-l-red-500\/55 {
  border-left-color: rgb(240 82 82 / 0.55);
}
.border-l-red-500\/60 {
  border-left-color: rgb(240 82 82 / 0.6);
}
.border-l-red-500\/65 {
  border-left-color: rgb(240 82 82 / 0.65);
}
.border-l-red-500\/70 {
  border-left-color: rgb(240 82 82 / 0.7);
}
.border-l-red-500\/75 {
  border-left-color: rgb(240 82 82 / 0.75);
}
.border-l-red-500\/80 {
  border-left-color: rgb(240 82 82 / 0.8);
}
.border-l-red-500\/85 {
  border-left-color: rgb(240 82 82 / 0.85);
}
.border-l-red-500\/90 {
  border-left-color: rgb(240 82 82 / 0.9);
}
.border-l-red-500\/95 {
  border-left-color: rgb(240 82 82 / 0.95);
}
.border-l-red-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(224 36 36 / var(--tw-border-opacity, 1));
}
.border-l-red-600\/0 {
  border-left-color: rgb(224 36 36 / 0);
}
.border-l-red-600\/10 {
  border-left-color: rgb(224 36 36 / 0.1);
}
.border-l-red-600\/100 {
  border-left-color: rgb(224 36 36 / 1);
}
.border-l-red-600\/15 {
  border-left-color: rgb(224 36 36 / 0.15);
}
.border-l-red-600\/20 {
  border-left-color: rgb(224 36 36 / 0.2);
}
.border-l-red-600\/25 {
  border-left-color: rgb(224 36 36 / 0.25);
}
.border-l-red-600\/30 {
  border-left-color: rgb(224 36 36 / 0.3);
}
.border-l-red-600\/35 {
  border-left-color: rgb(224 36 36 / 0.35);
}
.border-l-red-600\/40 {
  border-left-color: rgb(224 36 36 / 0.4);
}
.border-l-red-600\/45 {
  border-left-color: rgb(224 36 36 / 0.45);
}
.border-l-red-600\/5 {
  border-left-color: rgb(224 36 36 / 0.05);
}
.border-l-red-600\/50 {
  border-left-color: rgb(224 36 36 / 0.5);
}
.border-l-red-600\/55 {
  border-left-color: rgb(224 36 36 / 0.55);
}
.border-l-red-600\/60 {
  border-left-color: rgb(224 36 36 / 0.6);
}
.border-l-red-600\/65 {
  border-left-color: rgb(224 36 36 / 0.65);
}
.border-l-red-600\/70 {
  border-left-color: rgb(224 36 36 / 0.7);
}
.border-l-red-600\/75 {
  border-left-color: rgb(224 36 36 / 0.75);
}
.border-l-red-600\/80 {
  border-left-color: rgb(224 36 36 / 0.8);
}
.border-l-red-600\/85 {
  border-left-color: rgb(224 36 36 / 0.85);
}
.border-l-red-600\/90 {
  border-left-color: rgb(224 36 36 / 0.9);
}
.border-l-red-600\/95 {
  border-left-color: rgb(224 36 36 / 0.95);
}
.border-l-red-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(200 30 30 / var(--tw-border-opacity, 1));
}
.border-l-red-700\/0 {
  border-left-color: rgb(200 30 30 / 0);
}
.border-l-red-700\/10 {
  border-left-color: rgb(200 30 30 / 0.1);
}
.border-l-red-700\/100 {
  border-left-color: rgb(200 30 30 / 1);
}
.border-l-red-700\/15 {
  border-left-color: rgb(200 30 30 / 0.15);
}
.border-l-red-700\/20 {
  border-left-color: rgb(200 30 30 / 0.2);
}
.border-l-red-700\/25 {
  border-left-color: rgb(200 30 30 / 0.25);
}
.border-l-red-700\/30 {
  border-left-color: rgb(200 30 30 / 0.3);
}
.border-l-red-700\/35 {
  border-left-color: rgb(200 30 30 / 0.35);
}
.border-l-red-700\/40 {
  border-left-color: rgb(200 30 30 / 0.4);
}
.border-l-red-700\/45 {
  border-left-color: rgb(200 30 30 / 0.45);
}
.border-l-red-700\/5 {
  border-left-color: rgb(200 30 30 / 0.05);
}
.border-l-red-700\/50 {
  border-left-color: rgb(200 30 30 / 0.5);
}
.border-l-red-700\/55 {
  border-left-color: rgb(200 30 30 / 0.55);
}
.border-l-red-700\/60 {
  border-left-color: rgb(200 30 30 / 0.6);
}
.border-l-red-700\/65 {
  border-left-color: rgb(200 30 30 / 0.65);
}
.border-l-red-700\/70 {
  border-left-color: rgb(200 30 30 / 0.7);
}
.border-l-red-700\/75 {
  border-left-color: rgb(200 30 30 / 0.75);
}
.border-l-red-700\/80 {
  border-left-color: rgb(200 30 30 / 0.8);
}
.border-l-red-700\/85 {
  border-left-color: rgb(200 30 30 / 0.85);
}
.border-l-red-700\/90 {
  border-left-color: rgb(200 30 30 / 0.9);
}
.border-l-red-700\/95 {
  border-left-color: rgb(200 30 30 / 0.95);
}
.border-l-red-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(155 28 28 / var(--tw-border-opacity, 1));
}
.border-l-red-800\/0 {
  border-left-color: rgb(155 28 28 / 0);
}
.border-l-red-800\/10 {
  border-left-color: rgb(155 28 28 / 0.1);
}
.border-l-red-800\/100 {
  border-left-color: rgb(155 28 28 / 1);
}
.border-l-red-800\/15 {
  border-left-color: rgb(155 28 28 / 0.15);
}
.border-l-red-800\/20 {
  border-left-color: rgb(155 28 28 / 0.2);
}
.border-l-red-800\/25 {
  border-left-color: rgb(155 28 28 / 0.25);
}
.border-l-red-800\/30 {
  border-left-color: rgb(155 28 28 / 0.3);
}
.border-l-red-800\/35 {
  border-left-color: rgb(155 28 28 / 0.35);
}
.border-l-red-800\/40 {
  border-left-color: rgb(155 28 28 / 0.4);
}
.border-l-red-800\/45 {
  border-left-color: rgb(155 28 28 / 0.45);
}
.border-l-red-800\/5 {
  border-left-color: rgb(155 28 28 / 0.05);
}
.border-l-red-800\/50 {
  border-left-color: rgb(155 28 28 / 0.5);
}
.border-l-red-800\/55 {
  border-left-color: rgb(155 28 28 / 0.55);
}
.border-l-red-800\/60 {
  border-left-color: rgb(155 28 28 / 0.6);
}
.border-l-red-800\/65 {
  border-left-color: rgb(155 28 28 / 0.65);
}
.border-l-red-800\/70 {
  border-left-color: rgb(155 28 28 / 0.7);
}
.border-l-red-800\/75 {
  border-left-color: rgb(155 28 28 / 0.75);
}
.border-l-red-800\/80 {
  border-left-color: rgb(155 28 28 / 0.8);
}
.border-l-red-800\/85 {
  border-left-color: rgb(155 28 28 / 0.85);
}
.border-l-red-800\/90 {
  border-left-color: rgb(155 28 28 / 0.9);
}
.border-l-red-800\/95 {
  border-left-color: rgb(155 28 28 / 0.95);
}
.border-l-red-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(119 29 29 / var(--tw-border-opacity, 1));
}
.border-l-red-900\/0 {
  border-left-color: rgb(119 29 29 / 0);
}
.border-l-red-900\/10 {
  border-left-color: rgb(119 29 29 / 0.1);
}
.border-l-red-900\/100 {
  border-left-color: rgb(119 29 29 / 1);
}
.border-l-red-900\/15 {
  border-left-color: rgb(119 29 29 / 0.15);
}
.border-l-red-900\/20 {
  border-left-color: rgb(119 29 29 / 0.2);
}
.border-l-red-900\/25 {
  border-left-color: rgb(119 29 29 / 0.25);
}
.border-l-red-900\/30 {
  border-left-color: rgb(119 29 29 / 0.3);
}
.border-l-red-900\/35 {
  border-left-color: rgb(119 29 29 / 0.35);
}
.border-l-red-900\/40 {
  border-left-color: rgb(119 29 29 / 0.4);
}
.border-l-red-900\/45 {
  border-left-color: rgb(119 29 29 / 0.45);
}
.border-l-red-900\/5 {
  border-left-color: rgb(119 29 29 / 0.05);
}
.border-l-red-900\/50 {
  border-left-color: rgb(119 29 29 / 0.5);
}
.border-l-red-900\/55 {
  border-left-color: rgb(119 29 29 / 0.55);
}
.border-l-red-900\/60 {
  border-left-color: rgb(119 29 29 / 0.6);
}
.border-l-red-900\/65 {
  border-left-color: rgb(119 29 29 / 0.65);
}
.border-l-red-900\/70 {
  border-left-color: rgb(119 29 29 / 0.7);
}
.border-l-red-900\/75 {
  border-left-color: rgb(119 29 29 / 0.75);
}
.border-l-red-900\/80 {
  border-left-color: rgb(119 29 29 / 0.8);
}
.border-l-red-900\/85 {
  border-left-color: rgb(119 29 29 / 0.85);
}
.border-l-red-900\/90 {
  border-left-color: rgb(119 29 29 / 0.9);
}
.border-l-red-900\/95 {
  border-left-color: rgb(119 29 29 / 0.95);
}
.border-l-teal-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(213 245 246 / var(--tw-border-opacity, 1));
}
.border-l-teal-100\/0 {
  border-left-color: rgb(213 245 246 / 0);
}
.border-l-teal-100\/10 {
  border-left-color: rgb(213 245 246 / 0.1);
}
.border-l-teal-100\/100 {
  border-left-color: rgb(213 245 246 / 1);
}
.border-l-teal-100\/15 {
  border-left-color: rgb(213 245 246 / 0.15);
}
.border-l-teal-100\/20 {
  border-left-color: rgb(213 245 246 / 0.2);
}
.border-l-teal-100\/25 {
  border-left-color: rgb(213 245 246 / 0.25);
}
.border-l-teal-100\/30 {
  border-left-color: rgb(213 245 246 / 0.3);
}
.border-l-teal-100\/35 {
  border-left-color: rgb(213 245 246 / 0.35);
}
.border-l-teal-100\/40 {
  border-left-color: rgb(213 245 246 / 0.4);
}
.border-l-teal-100\/45 {
  border-left-color: rgb(213 245 246 / 0.45);
}
.border-l-teal-100\/5 {
  border-left-color: rgb(213 245 246 / 0.05);
}
.border-l-teal-100\/50 {
  border-left-color: rgb(213 245 246 / 0.5);
}
.border-l-teal-100\/55 {
  border-left-color: rgb(213 245 246 / 0.55);
}
.border-l-teal-100\/60 {
  border-left-color: rgb(213 245 246 / 0.6);
}
.border-l-teal-100\/65 {
  border-left-color: rgb(213 245 246 / 0.65);
}
.border-l-teal-100\/70 {
  border-left-color: rgb(213 245 246 / 0.7);
}
.border-l-teal-100\/75 {
  border-left-color: rgb(213 245 246 / 0.75);
}
.border-l-teal-100\/80 {
  border-left-color: rgb(213 245 246 / 0.8);
}
.border-l-teal-100\/85 {
  border-left-color: rgb(213 245 246 / 0.85);
}
.border-l-teal-100\/90 {
  border-left-color: rgb(213 245 246 / 0.9);
}
.border-l-teal-100\/95 {
  border-left-color: rgb(213 245 246 / 0.95);
}
.border-l-teal-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(175 236 239 / var(--tw-border-opacity, 1));
}
.border-l-teal-200\/0 {
  border-left-color: rgb(175 236 239 / 0);
}
.border-l-teal-200\/10 {
  border-left-color: rgb(175 236 239 / 0.1);
}
.border-l-teal-200\/100 {
  border-left-color: rgb(175 236 239 / 1);
}
.border-l-teal-200\/15 {
  border-left-color: rgb(175 236 239 / 0.15);
}
.border-l-teal-200\/20 {
  border-left-color: rgb(175 236 239 / 0.2);
}
.border-l-teal-200\/25 {
  border-left-color: rgb(175 236 239 / 0.25);
}
.border-l-teal-200\/30 {
  border-left-color: rgb(175 236 239 / 0.3);
}
.border-l-teal-200\/35 {
  border-left-color: rgb(175 236 239 / 0.35);
}
.border-l-teal-200\/40 {
  border-left-color: rgb(175 236 239 / 0.4);
}
.border-l-teal-200\/45 {
  border-left-color: rgb(175 236 239 / 0.45);
}
.border-l-teal-200\/5 {
  border-left-color: rgb(175 236 239 / 0.05);
}
.border-l-teal-200\/50 {
  border-left-color: rgb(175 236 239 / 0.5);
}
.border-l-teal-200\/55 {
  border-left-color: rgb(175 236 239 / 0.55);
}
.border-l-teal-200\/60 {
  border-left-color: rgb(175 236 239 / 0.6);
}
.border-l-teal-200\/65 {
  border-left-color: rgb(175 236 239 / 0.65);
}
.border-l-teal-200\/70 {
  border-left-color: rgb(175 236 239 / 0.7);
}
.border-l-teal-200\/75 {
  border-left-color: rgb(175 236 239 / 0.75);
}
.border-l-teal-200\/80 {
  border-left-color: rgb(175 236 239 / 0.8);
}
.border-l-teal-200\/85 {
  border-left-color: rgb(175 236 239 / 0.85);
}
.border-l-teal-200\/90 {
  border-left-color: rgb(175 236 239 / 0.9);
}
.border-l-teal-200\/95 {
  border-left-color: rgb(175 236 239 / 0.95);
}
.border-l-teal-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(126 220 226 / var(--tw-border-opacity, 1));
}
.border-l-teal-300\/0 {
  border-left-color: rgb(126 220 226 / 0);
}
.border-l-teal-300\/10 {
  border-left-color: rgb(126 220 226 / 0.1);
}
.border-l-teal-300\/100 {
  border-left-color: rgb(126 220 226 / 1);
}
.border-l-teal-300\/15 {
  border-left-color: rgb(126 220 226 / 0.15);
}
.border-l-teal-300\/20 {
  border-left-color: rgb(126 220 226 / 0.2);
}
.border-l-teal-300\/25 {
  border-left-color: rgb(126 220 226 / 0.25);
}
.border-l-teal-300\/30 {
  border-left-color: rgb(126 220 226 / 0.3);
}
.border-l-teal-300\/35 {
  border-left-color: rgb(126 220 226 / 0.35);
}
.border-l-teal-300\/40 {
  border-left-color: rgb(126 220 226 / 0.4);
}
.border-l-teal-300\/45 {
  border-left-color: rgb(126 220 226 / 0.45);
}
.border-l-teal-300\/5 {
  border-left-color: rgb(126 220 226 / 0.05);
}
.border-l-teal-300\/50 {
  border-left-color: rgb(126 220 226 / 0.5);
}
.border-l-teal-300\/55 {
  border-left-color: rgb(126 220 226 / 0.55);
}
.border-l-teal-300\/60 {
  border-left-color: rgb(126 220 226 / 0.6);
}
.border-l-teal-300\/65 {
  border-left-color: rgb(126 220 226 / 0.65);
}
.border-l-teal-300\/70 {
  border-left-color: rgb(126 220 226 / 0.7);
}
.border-l-teal-300\/75 {
  border-left-color: rgb(126 220 226 / 0.75);
}
.border-l-teal-300\/80 {
  border-left-color: rgb(126 220 226 / 0.8);
}
.border-l-teal-300\/85 {
  border-left-color: rgb(126 220 226 / 0.85);
}
.border-l-teal-300\/90 {
  border-left-color: rgb(126 220 226 / 0.9);
}
.border-l-teal-300\/95 {
  border-left-color: rgb(126 220 226 / 0.95);
}
.border-l-teal-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(22 189 202 / var(--tw-border-opacity, 1));
}
.border-l-teal-400\/0 {
  border-left-color: rgb(22 189 202 / 0);
}
.border-l-teal-400\/10 {
  border-left-color: rgb(22 189 202 / 0.1);
}
.border-l-teal-400\/100 {
  border-left-color: rgb(22 189 202 / 1);
}
.border-l-teal-400\/15 {
  border-left-color: rgb(22 189 202 / 0.15);
}
.border-l-teal-400\/20 {
  border-left-color: rgb(22 189 202 / 0.2);
}
.border-l-teal-400\/25 {
  border-left-color: rgb(22 189 202 / 0.25);
}
.border-l-teal-400\/30 {
  border-left-color: rgb(22 189 202 / 0.3);
}
.border-l-teal-400\/35 {
  border-left-color: rgb(22 189 202 / 0.35);
}
.border-l-teal-400\/40 {
  border-left-color: rgb(22 189 202 / 0.4);
}
.border-l-teal-400\/45 {
  border-left-color: rgb(22 189 202 / 0.45);
}
.border-l-teal-400\/5 {
  border-left-color: rgb(22 189 202 / 0.05);
}
.border-l-teal-400\/50 {
  border-left-color: rgb(22 189 202 / 0.5);
}
.border-l-teal-400\/55 {
  border-left-color: rgb(22 189 202 / 0.55);
}
.border-l-teal-400\/60 {
  border-left-color: rgb(22 189 202 / 0.6);
}
.border-l-teal-400\/65 {
  border-left-color: rgb(22 189 202 / 0.65);
}
.border-l-teal-400\/70 {
  border-left-color: rgb(22 189 202 / 0.7);
}
.border-l-teal-400\/75 {
  border-left-color: rgb(22 189 202 / 0.75);
}
.border-l-teal-400\/80 {
  border-left-color: rgb(22 189 202 / 0.8);
}
.border-l-teal-400\/85 {
  border-left-color: rgb(22 189 202 / 0.85);
}
.border-l-teal-400\/90 {
  border-left-color: rgb(22 189 202 / 0.9);
}
.border-l-teal-400\/95 {
  border-left-color: rgb(22 189 202 / 0.95);
}
.border-l-teal-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(237 250 250 / var(--tw-border-opacity, 1));
}
.border-l-teal-50\/0 {
  border-left-color: rgb(237 250 250 / 0);
}
.border-l-teal-50\/10 {
  border-left-color: rgb(237 250 250 / 0.1);
}
.border-l-teal-50\/100 {
  border-left-color: rgb(237 250 250 / 1);
}
.border-l-teal-50\/15 {
  border-left-color: rgb(237 250 250 / 0.15);
}
.border-l-teal-50\/20 {
  border-left-color: rgb(237 250 250 / 0.2);
}
.border-l-teal-50\/25 {
  border-left-color: rgb(237 250 250 / 0.25);
}
.border-l-teal-50\/30 {
  border-left-color: rgb(237 250 250 / 0.3);
}
.border-l-teal-50\/35 {
  border-left-color: rgb(237 250 250 / 0.35);
}
.border-l-teal-50\/40 {
  border-left-color: rgb(237 250 250 / 0.4);
}
.border-l-teal-50\/45 {
  border-left-color: rgb(237 250 250 / 0.45);
}
.border-l-teal-50\/5 {
  border-left-color: rgb(237 250 250 / 0.05);
}
.border-l-teal-50\/50 {
  border-left-color: rgb(237 250 250 / 0.5);
}
.border-l-teal-50\/55 {
  border-left-color: rgb(237 250 250 / 0.55);
}
.border-l-teal-50\/60 {
  border-left-color: rgb(237 250 250 / 0.6);
}
.border-l-teal-50\/65 {
  border-left-color: rgb(237 250 250 / 0.65);
}
.border-l-teal-50\/70 {
  border-left-color: rgb(237 250 250 / 0.7);
}
.border-l-teal-50\/75 {
  border-left-color: rgb(237 250 250 / 0.75);
}
.border-l-teal-50\/80 {
  border-left-color: rgb(237 250 250 / 0.8);
}
.border-l-teal-50\/85 {
  border-left-color: rgb(237 250 250 / 0.85);
}
.border-l-teal-50\/90 {
  border-left-color: rgb(237 250 250 / 0.9);
}
.border-l-teal-50\/95 {
  border-left-color: rgb(237 250 250 / 0.95);
}
.border-l-teal-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(6 148 162 / var(--tw-border-opacity, 1));
}
.border-l-teal-500\/0 {
  border-left-color: rgb(6 148 162 / 0);
}
.border-l-teal-500\/10 {
  border-left-color: rgb(6 148 162 / 0.1);
}
.border-l-teal-500\/100 {
  border-left-color: rgb(6 148 162 / 1);
}
.border-l-teal-500\/15 {
  border-left-color: rgb(6 148 162 / 0.15);
}
.border-l-teal-500\/20 {
  border-left-color: rgb(6 148 162 / 0.2);
}
.border-l-teal-500\/25 {
  border-left-color: rgb(6 148 162 / 0.25);
}
.border-l-teal-500\/30 {
  border-left-color: rgb(6 148 162 / 0.3);
}
.border-l-teal-500\/35 {
  border-left-color: rgb(6 148 162 / 0.35);
}
.border-l-teal-500\/40 {
  border-left-color: rgb(6 148 162 / 0.4);
}
.border-l-teal-500\/45 {
  border-left-color: rgb(6 148 162 / 0.45);
}
.border-l-teal-500\/5 {
  border-left-color: rgb(6 148 162 / 0.05);
}
.border-l-teal-500\/50 {
  border-left-color: rgb(6 148 162 / 0.5);
}
.border-l-teal-500\/55 {
  border-left-color: rgb(6 148 162 / 0.55);
}
.border-l-teal-500\/60 {
  border-left-color: rgb(6 148 162 / 0.6);
}
.border-l-teal-500\/65 {
  border-left-color: rgb(6 148 162 / 0.65);
}
.border-l-teal-500\/70 {
  border-left-color: rgb(6 148 162 / 0.7);
}
.border-l-teal-500\/75 {
  border-left-color: rgb(6 148 162 / 0.75);
}
.border-l-teal-500\/80 {
  border-left-color: rgb(6 148 162 / 0.8);
}
.border-l-teal-500\/85 {
  border-left-color: rgb(6 148 162 / 0.85);
}
.border-l-teal-500\/90 {
  border-left-color: rgb(6 148 162 / 0.9);
}
.border-l-teal-500\/95 {
  border-left-color: rgb(6 148 162 / 0.95);
}
.border-l-teal-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(4 116 129 / var(--tw-border-opacity, 1));
}
.border-l-teal-600\/0 {
  border-left-color: rgb(4 116 129 / 0);
}
.border-l-teal-600\/10 {
  border-left-color: rgb(4 116 129 / 0.1);
}
.border-l-teal-600\/100 {
  border-left-color: rgb(4 116 129 / 1);
}
.border-l-teal-600\/15 {
  border-left-color: rgb(4 116 129 / 0.15);
}
.border-l-teal-600\/20 {
  border-left-color: rgb(4 116 129 / 0.2);
}
.border-l-teal-600\/25 {
  border-left-color: rgb(4 116 129 / 0.25);
}
.border-l-teal-600\/30 {
  border-left-color: rgb(4 116 129 / 0.3);
}
.border-l-teal-600\/35 {
  border-left-color: rgb(4 116 129 / 0.35);
}
.border-l-teal-600\/40 {
  border-left-color: rgb(4 116 129 / 0.4);
}
.border-l-teal-600\/45 {
  border-left-color: rgb(4 116 129 / 0.45);
}
.border-l-teal-600\/5 {
  border-left-color: rgb(4 116 129 / 0.05);
}
.border-l-teal-600\/50 {
  border-left-color: rgb(4 116 129 / 0.5);
}
.border-l-teal-600\/55 {
  border-left-color: rgb(4 116 129 / 0.55);
}
.border-l-teal-600\/60 {
  border-left-color: rgb(4 116 129 / 0.6);
}
.border-l-teal-600\/65 {
  border-left-color: rgb(4 116 129 / 0.65);
}
.border-l-teal-600\/70 {
  border-left-color: rgb(4 116 129 / 0.7);
}
.border-l-teal-600\/75 {
  border-left-color: rgb(4 116 129 / 0.75);
}
.border-l-teal-600\/80 {
  border-left-color: rgb(4 116 129 / 0.8);
}
.border-l-teal-600\/85 {
  border-left-color: rgb(4 116 129 / 0.85);
}
.border-l-teal-600\/90 {
  border-left-color: rgb(4 116 129 / 0.9);
}
.border-l-teal-600\/95 {
  border-left-color: rgb(4 116 129 / 0.95);
}
.border-l-teal-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(3 102 114 / var(--tw-border-opacity, 1));
}
.border-l-teal-700\/0 {
  border-left-color: rgb(3 102 114 / 0);
}
.border-l-teal-700\/10 {
  border-left-color: rgb(3 102 114 / 0.1);
}
.border-l-teal-700\/100 {
  border-left-color: rgb(3 102 114 / 1);
}
.border-l-teal-700\/15 {
  border-left-color: rgb(3 102 114 / 0.15);
}
.border-l-teal-700\/20 {
  border-left-color: rgb(3 102 114 / 0.2);
}
.border-l-teal-700\/25 {
  border-left-color: rgb(3 102 114 / 0.25);
}
.border-l-teal-700\/30 {
  border-left-color: rgb(3 102 114 / 0.3);
}
.border-l-teal-700\/35 {
  border-left-color: rgb(3 102 114 / 0.35);
}
.border-l-teal-700\/40 {
  border-left-color: rgb(3 102 114 / 0.4);
}
.border-l-teal-700\/45 {
  border-left-color: rgb(3 102 114 / 0.45);
}
.border-l-teal-700\/5 {
  border-left-color: rgb(3 102 114 / 0.05);
}
.border-l-teal-700\/50 {
  border-left-color: rgb(3 102 114 / 0.5);
}
.border-l-teal-700\/55 {
  border-left-color: rgb(3 102 114 / 0.55);
}
.border-l-teal-700\/60 {
  border-left-color: rgb(3 102 114 / 0.6);
}
.border-l-teal-700\/65 {
  border-left-color: rgb(3 102 114 / 0.65);
}
.border-l-teal-700\/70 {
  border-left-color: rgb(3 102 114 / 0.7);
}
.border-l-teal-700\/75 {
  border-left-color: rgb(3 102 114 / 0.75);
}
.border-l-teal-700\/80 {
  border-left-color: rgb(3 102 114 / 0.8);
}
.border-l-teal-700\/85 {
  border-left-color: rgb(3 102 114 / 0.85);
}
.border-l-teal-700\/90 {
  border-left-color: rgb(3 102 114 / 0.9);
}
.border-l-teal-700\/95 {
  border-left-color: rgb(3 102 114 / 0.95);
}
.border-l-teal-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(5 80 92 / var(--tw-border-opacity, 1));
}
.border-l-teal-800\/0 {
  border-left-color: rgb(5 80 92 / 0);
}
.border-l-teal-800\/10 {
  border-left-color: rgb(5 80 92 / 0.1);
}
.border-l-teal-800\/100 {
  border-left-color: rgb(5 80 92 / 1);
}
.border-l-teal-800\/15 {
  border-left-color: rgb(5 80 92 / 0.15);
}
.border-l-teal-800\/20 {
  border-left-color: rgb(5 80 92 / 0.2);
}
.border-l-teal-800\/25 {
  border-left-color: rgb(5 80 92 / 0.25);
}
.border-l-teal-800\/30 {
  border-left-color: rgb(5 80 92 / 0.3);
}
.border-l-teal-800\/35 {
  border-left-color: rgb(5 80 92 / 0.35);
}
.border-l-teal-800\/40 {
  border-left-color: rgb(5 80 92 / 0.4);
}
.border-l-teal-800\/45 {
  border-left-color: rgb(5 80 92 / 0.45);
}
.border-l-teal-800\/5 {
  border-left-color: rgb(5 80 92 / 0.05);
}
.border-l-teal-800\/50 {
  border-left-color: rgb(5 80 92 / 0.5);
}
.border-l-teal-800\/55 {
  border-left-color: rgb(5 80 92 / 0.55);
}
.border-l-teal-800\/60 {
  border-left-color: rgb(5 80 92 / 0.6);
}
.border-l-teal-800\/65 {
  border-left-color: rgb(5 80 92 / 0.65);
}
.border-l-teal-800\/70 {
  border-left-color: rgb(5 80 92 / 0.7);
}
.border-l-teal-800\/75 {
  border-left-color: rgb(5 80 92 / 0.75);
}
.border-l-teal-800\/80 {
  border-left-color: rgb(5 80 92 / 0.8);
}
.border-l-teal-800\/85 {
  border-left-color: rgb(5 80 92 / 0.85);
}
.border-l-teal-800\/90 {
  border-left-color: rgb(5 80 92 / 0.9);
}
.border-l-teal-800\/95 {
  border-left-color: rgb(5 80 92 / 0.95);
}
.border-l-teal-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(1 68 81 / var(--tw-border-opacity, 1));
}
.border-l-teal-900\/0 {
  border-left-color: rgb(1 68 81 / 0);
}
.border-l-teal-900\/10 {
  border-left-color: rgb(1 68 81 / 0.1);
}
.border-l-teal-900\/100 {
  border-left-color: rgb(1 68 81 / 1);
}
.border-l-teal-900\/15 {
  border-left-color: rgb(1 68 81 / 0.15);
}
.border-l-teal-900\/20 {
  border-left-color: rgb(1 68 81 / 0.2);
}
.border-l-teal-900\/25 {
  border-left-color: rgb(1 68 81 / 0.25);
}
.border-l-teal-900\/30 {
  border-left-color: rgb(1 68 81 / 0.3);
}
.border-l-teal-900\/35 {
  border-left-color: rgb(1 68 81 / 0.35);
}
.border-l-teal-900\/40 {
  border-left-color: rgb(1 68 81 / 0.4);
}
.border-l-teal-900\/45 {
  border-left-color: rgb(1 68 81 / 0.45);
}
.border-l-teal-900\/5 {
  border-left-color: rgb(1 68 81 / 0.05);
}
.border-l-teal-900\/50 {
  border-left-color: rgb(1 68 81 / 0.5);
}
.border-l-teal-900\/55 {
  border-left-color: rgb(1 68 81 / 0.55);
}
.border-l-teal-900\/60 {
  border-left-color: rgb(1 68 81 / 0.6);
}
.border-l-teal-900\/65 {
  border-left-color: rgb(1 68 81 / 0.65);
}
.border-l-teal-900\/70 {
  border-left-color: rgb(1 68 81 / 0.7);
}
.border-l-teal-900\/75 {
  border-left-color: rgb(1 68 81 / 0.75);
}
.border-l-teal-900\/80 {
  border-left-color: rgb(1 68 81 / 0.8);
}
.border-l-teal-900\/85 {
  border-left-color: rgb(1 68 81 / 0.85);
}
.border-l-teal-900\/90 {
  border-left-color: rgb(1 68 81 / 0.9);
}
.border-l-teal-900\/95 {
  border-left-color: rgb(1 68 81 / 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-white {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.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(253 246 178 / var(--tw-border-opacity, 1));
}
.border-l-yellow-100\/0 {
  border-left-color: rgb(253 246 178 / 0);
}
.border-l-yellow-100\/10 {
  border-left-color: rgb(253 246 178 / 0.1);
}
.border-l-yellow-100\/100 {
  border-left-color: rgb(253 246 178 / 1);
}
.border-l-yellow-100\/15 {
  border-left-color: rgb(253 246 178 / 0.15);
}
.border-l-yellow-100\/20 {
  border-left-color: rgb(253 246 178 / 0.2);
}
.border-l-yellow-100\/25 {
  border-left-color: rgb(253 246 178 / 0.25);
}
.border-l-yellow-100\/30 {
  border-left-color: rgb(253 246 178 / 0.3);
}
.border-l-yellow-100\/35 {
  border-left-color: rgb(253 246 178 / 0.35);
}
.border-l-yellow-100\/40 {
  border-left-color: rgb(253 246 178 / 0.4);
}
.border-l-yellow-100\/45 {
  border-left-color: rgb(253 246 178 / 0.45);
}
.border-l-yellow-100\/5 {
  border-left-color: rgb(253 246 178 / 0.05);
}
.border-l-yellow-100\/50 {
  border-left-color: rgb(253 246 178 / 0.5);
}
.border-l-yellow-100\/55 {
  border-left-color: rgb(253 246 178 / 0.55);
}
.border-l-yellow-100\/60 {
  border-left-color: rgb(253 246 178 / 0.6);
}
.border-l-yellow-100\/65 {
  border-left-color: rgb(253 246 178 / 0.65);
}
.border-l-yellow-100\/70 {
  border-left-color: rgb(253 246 178 / 0.7);
}
.border-l-yellow-100\/75 {
  border-left-color: rgb(253 246 178 / 0.75);
}
.border-l-yellow-100\/80 {
  border-left-color: rgb(253 246 178 / 0.8);
}
.border-l-yellow-100\/85 {
  border-left-color: rgb(253 246 178 / 0.85);
}
.border-l-yellow-100\/90 {
  border-left-color: rgb(253 246 178 / 0.9);
}
.border-l-yellow-100\/95 {
  border-left-color: rgb(253 246 178 / 0.95);
}
.border-l-yellow-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(252 233 106 / var(--tw-border-opacity, 1));
}
.border-l-yellow-200\/0 {
  border-left-color: rgb(252 233 106 / 0);
}
.border-l-yellow-200\/10 {
  border-left-color: rgb(252 233 106 / 0.1);
}
.border-l-yellow-200\/100 {
  border-left-color: rgb(252 233 106 / 1);
}
.border-l-yellow-200\/15 {
  border-left-color: rgb(252 233 106 / 0.15);
}
.border-l-yellow-200\/20 {
  border-left-color: rgb(252 233 106 / 0.2);
}
.border-l-yellow-200\/25 {
  border-left-color: rgb(252 233 106 / 0.25);
}
.border-l-yellow-200\/30 {
  border-left-color: rgb(252 233 106 / 0.3);
}
.border-l-yellow-200\/35 {
  border-left-color: rgb(252 233 106 / 0.35);
}
.border-l-yellow-200\/40 {
  border-left-color: rgb(252 233 106 / 0.4);
}
.border-l-yellow-200\/45 {
  border-left-color: rgb(252 233 106 / 0.45);
}
.border-l-yellow-200\/5 {
  border-left-color: rgb(252 233 106 / 0.05);
}
.border-l-yellow-200\/50 {
  border-left-color: rgb(252 233 106 / 0.5);
}
.border-l-yellow-200\/55 {
  border-left-color: rgb(252 233 106 / 0.55);
}
.border-l-yellow-200\/60 {
  border-left-color: rgb(252 233 106 / 0.6);
}
.border-l-yellow-200\/65 {
  border-left-color: rgb(252 233 106 / 0.65);
}
.border-l-yellow-200\/70 {
  border-left-color: rgb(252 233 106 / 0.7);
}
.border-l-yellow-200\/75 {
  border-left-color: rgb(252 233 106 / 0.75);
}
.border-l-yellow-200\/80 {
  border-left-color: rgb(252 233 106 / 0.8);
}
.border-l-yellow-200\/85 {
  border-left-color: rgb(252 233 106 / 0.85);
}
.border-l-yellow-200\/90 {
  border-left-color: rgb(252 233 106 / 0.9);
}
.border-l-yellow-200\/95 {
  border-left-color: rgb(252 233 106 / 0.95);
}
.border-l-yellow-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 202 21 / var(--tw-border-opacity, 1));
}
.border-l-yellow-300\/0 {
  border-left-color: rgb(250 202 21 / 0);
}
.border-l-yellow-300\/10 {
  border-left-color: rgb(250 202 21 / 0.1);
}
.border-l-yellow-300\/100 {
  border-left-color: rgb(250 202 21 / 1);
}
.border-l-yellow-300\/15 {
  border-left-color: rgb(250 202 21 / 0.15);
}
.border-l-yellow-300\/20 {
  border-left-color: rgb(250 202 21 / 0.2);
}
.border-l-yellow-300\/25 {
  border-left-color: rgb(250 202 21 / 0.25);
}
.border-l-yellow-300\/30 {
  border-left-color: rgb(250 202 21 / 0.3);
}
.border-l-yellow-300\/35 {
  border-left-color: rgb(250 202 21 / 0.35);
}
.border-l-yellow-300\/40 {
  border-left-color: rgb(250 202 21 / 0.4);
}
.border-l-yellow-300\/45 {
  border-left-color: rgb(250 202 21 / 0.45);
}
.border-l-yellow-300\/5 {
  border-left-color: rgb(250 202 21 / 0.05);
}
.border-l-yellow-300\/50 {
  border-left-color: rgb(250 202 21 / 0.5);
}
.border-l-yellow-300\/55 {
  border-left-color: rgb(250 202 21 / 0.55);
}
.border-l-yellow-300\/60 {
  border-left-color: rgb(250 202 21 / 0.6);
}
.border-l-yellow-300\/65 {
  border-left-color: rgb(250 202 21 / 0.65);
}
.border-l-yellow-300\/70 {
  border-left-color: rgb(250 202 21 / 0.7);
}
.border-l-yellow-300\/75 {
  border-left-color: rgb(250 202 21 / 0.75);
}
.border-l-yellow-300\/80 {
  border-left-color: rgb(250 202 21 / 0.8);
}
.border-l-yellow-300\/85 {
  border-left-color: rgb(250 202 21 / 0.85);
}
.border-l-yellow-300\/90 {
  border-left-color: rgb(250 202 21 / 0.9);
}
.border-l-yellow-300\/95 {
  border-left-color: rgb(250 202 21 / 0.95);
}
.border-l-yellow-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(227 160 8 / var(--tw-border-opacity, 1));
}
.border-l-yellow-400\/0 {
  border-left-color: rgb(227 160 8 / 0);
}
.border-l-yellow-400\/10 {
  border-left-color: rgb(227 160 8 / 0.1);
}
.border-l-yellow-400\/100 {
  border-left-color: rgb(227 160 8 / 1);
}
.border-l-yellow-400\/15 {
  border-left-color: rgb(227 160 8 / 0.15);
}
.border-l-yellow-400\/20 {
  border-left-color: rgb(227 160 8 / 0.2);
}
.border-l-yellow-400\/25 {
  border-left-color: rgb(227 160 8 / 0.25);
}
.border-l-yellow-400\/30 {
  border-left-color: rgb(227 160 8 / 0.3);
}
.border-l-yellow-400\/35 {
  border-left-color: rgb(227 160 8 / 0.35);
}
.border-l-yellow-400\/40 {
  border-left-color: rgb(227 160 8 / 0.4);
}
.border-l-yellow-400\/45 {
  border-left-color: rgb(227 160 8 / 0.45);
}
.border-l-yellow-400\/5 {
  border-left-color: rgb(227 160 8 / 0.05);
}
.border-l-yellow-400\/50 {
  border-left-color: rgb(227 160 8 / 0.5);
}
.border-l-yellow-400\/55 {
  border-left-color: rgb(227 160 8 / 0.55);
}
.border-l-yellow-400\/60 {
  border-left-color: rgb(227 160 8 / 0.6);
}
.border-l-yellow-400\/65 {
  border-left-color: rgb(227 160 8 / 0.65);
}
.border-l-yellow-400\/70 {
  border-left-color: rgb(227 160 8 / 0.7);
}
.border-l-yellow-400\/75 {
  border-left-color: rgb(227 160 8 / 0.75);
}
.border-l-yellow-400\/80 {
  border-left-color: rgb(227 160 8 / 0.8);
}
.border-l-yellow-400\/85 {
  border-left-color: rgb(227 160 8 / 0.85);
}
.border-l-yellow-400\/90 {
  border-left-color: rgb(227 160 8 / 0.9);
}
.border-l-yellow-400\/95 {
  border-left-color: rgb(227 160 8 / 0.95);
}
.border-l-yellow-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 253 234 / var(--tw-border-opacity, 1));
}
.border-l-yellow-50\/0 {
  border-left-color: rgb(253 253 234 / 0);
}
.border-l-yellow-50\/10 {
  border-left-color: rgb(253 253 234 / 0.1);
}
.border-l-yellow-50\/100 {
  border-left-color: rgb(253 253 234 / 1);
}
.border-l-yellow-50\/15 {
  border-left-color: rgb(253 253 234 / 0.15);
}
.border-l-yellow-50\/20 {
  border-left-color: rgb(253 253 234 / 0.2);
}
.border-l-yellow-50\/25 {
  border-left-color: rgb(253 253 234 / 0.25);
}
.border-l-yellow-50\/30 {
  border-left-color: rgb(253 253 234 / 0.3);
}
.border-l-yellow-50\/35 {
  border-left-color: rgb(253 253 234 / 0.35);
}
.border-l-yellow-50\/40 {
  border-left-color: rgb(253 253 234 / 0.4);
}
.border-l-yellow-50\/45 {
  border-left-color: rgb(253 253 234 / 0.45);
}
.border-l-yellow-50\/5 {
  border-left-color: rgb(253 253 234 / 0.05);
}
.border-l-yellow-50\/50 {
  border-left-color: rgb(253 253 234 / 0.5);
}
.border-l-yellow-50\/55 {
  border-left-color: rgb(253 253 234 / 0.55);
}
.border-l-yellow-50\/60 {
  border-left-color: rgb(253 253 234 / 0.6);
}
.border-l-yellow-50\/65 {
  border-left-color: rgb(253 253 234 / 0.65);
}
.border-l-yellow-50\/70 {
  border-left-color: rgb(253 253 234 / 0.7);
}
.border-l-yellow-50\/75 {
  border-left-color: rgb(253 253 234 / 0.75);
}
.border-l-yellow-50\/80 {
  border-left-color: rgb(253 253 234 / 0.8);
}
.border-l-yellow-50\/85 {
  border-left-color: rgb(253 253 234 / 0.85);
}
.border-l-yellow-50\/90 {
  border-left-color: rgb(253 253 234 / 0.9);
}
.border-l-yellow-50\/95 {
  border-left-color: rgb(253 253 234 / 0.95);
}
.border-l-yellow-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(194 120 3 / var(--tw-border-opacity, 1));
}
.border-l-yellow-500\/0 {
  border-left-color: rgb(194 120 3 / 0);
}
.border-l-yellow-500\/10 {
  border-left-color: rgb(194 120 3 / 0.1);
}
.border-l-yellow-500\/100 {
  border-left-color: rgb(194 120 3 / 1);
}
.border-l-yellow-500\/15 {
  border-left-color: rgb(194 120 3 / 0.15);
}
.border-l-yellow-500\/20 {
  border-left-color: rgb(194 120 3 / 0.2);
}
.border-l-yellow-500\/25 {
  border-left-color: rgb(194 120 3 / 0.25);
}
.border-l-yellow-500\/30 {
  border-left-color: rgb(194 120 3 / 0.3);
}
.border-l-yellow-500\/35 {
  border-left-color: rgb(194 120 3 / 0.35);
}
.border-l-yellow-500\/40 {
  border-left-color: rgb(194 120 3 / 0.4);
}
.border-l-yellow-500\/45 {
  border-left-color: rgb(194 120 3 / 0.45);
}
.border-l-yellow-500\/5 {
  border-left-color: rgb(194 120 3 / 0.05);
}
.border-l-yellow-500\/50 {
  border-left-color: rgb(194 120 3 / 0.5);
}
.border-l-yellow-500\/55 {
  border-left-color: rgb(194 120 3 / 0.55);
}
.border-l-yellow-500\/60 {
  border-left-color: rgb(194 120 3 / 0.6);
}
.border-l-yellow-500\/65 {
  border-left-color: rgb(194 120 3 / 0.65);
}
.border-l-yellow-500\/70 {
  border-left-color: rgb(194 120 3 / 0.7);
}
.border-l-yellow-500\/75 {
  border-left-color: rgb(194 120 3 / 0.75);
}
.border-l-yellow-500\/80 {
  border-left-color: rgb(194 120 3 / 0.8);
}
.border-l-yellow-500\/85 {
  border-left-color: rgb(194 120 3 / 0.85);
}
.border-l-yellow-500\/90 {
  border-left-color: rgb(194 120 3 / 0.9);
}
.border-l-yellow-500\/95 {
  border-left-color: rgb(194 120 3 / 0.95);
}
.border-l-yellow-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(159 88 10 / var(--tw-border-opacity, 1));
}
.border-l-yellow-600\/0 {
  border-left-color: rgb(159 88 10 / 0);
}
.border-l-yellow-600\/10 {
  border-left-color: rgb(159 88 10 / 0.1);
}
.border-l-yellow-600\/100 {
  border-left-color: rgb(159 88 10 / 1);
}
.border-l-yellow-600\/15 {
  border-left-color: rgb(159 88 10 / 0.15);
}
.border-l-yellow-600\/20 {
  border-left-color: rgb(159 88 10 / 0.2);
}
.border-l-yellow-600\/25 {
  border-left-color: rgb(159 88 10 / 0.25);
}
.border-l-yellow-600\/30 {
  border-left-color: rgb(159 88 10 / 0.3);
}
.border-l-yellow-600\/35 {
  border-left-color: rgb(159 88 10 / 0.35);
}
.border-l-yellow-600\/40 {
  border-left-color: rgb(159 88 10 / 0.4);
}
.border-l-yellow-600\/45 {
  border-left-color: rgb(159 88 10 / 0.45);
}
.border-l-yellow-600\/5 {
  border-left-color: rgb(159 88 10 / 0.05);
}
.border-l-yellow-600\/50 {
  border-left-color: rgb(159 88 10 / 0.5);
}
.border-l-yellow-600\/55 {
  border-left-color: rgb(159 88 10 / 0.55);
}
.border-l-yellow-600\/60 {
  border-left-color: rgb(159 88 10 / 0.6);
}
.border-l-yellow-600\/65 {
  border-left-color: rgb(159 88 10 / 0.65);
}
.border-l-yellow-600\/70 {
  border-left-color: rgb(159 88 10 / 0.7);
}
.border-l-yellow-600\/75 {
  border-left-color: rgb(159 88 10 / 0.75);
}
.border-l-yellow-600\/80 {
  border-left-color: rgb(159 88 10 / 0.8);
}
.border-l-yellow-600\/85 {
  border-left-color: rgb(159 88 10 / 0.85);
}
.border-l-yellow-600\/90 {
  border-left-color: rgb(159 88 10 / 0.9);
}
.border-l-yellow-600\/95 {
  border-left-color: rgb(159 88 10 / 0.95);
}
.border-l-yellow-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(142 75 16 / var(--tw-border-opacity, 1));
}
.border-l-yellow-700\/0 {
  border-left-color: rgb(142 75 16 / 0);
}
.border-l-yellow-700\/10 {
  border-left-color: rgb(142 75 16 / 0.1);
}
.border-l-yellow-700\/100 {
  border-left-color: rgb(142 75 16 / 1);
}
.border-l-yellow-700\/15 {
  border-left-color: rgb(142 75 16 / 0.15);
}
.border-l-yellow-700\/20 {
  border-left-color: rgb(142 75 16 / 0.2);
}
.border-l-yellow-700\/25 {
  border-left-color: rgb(142 75 16 / 0.25);
}
.border-l-yellow-700\/30 {
  border-left-color: rgb(142 75 16 / 0.3);
}
.border-l-yellow-700\/35 {
  border-left-color: rgb(142 75 16 / 0.35);
}
.border-l-yellow-700\/40 {
  border-left-color: rgb(142 75 16 / 0.4);
}
.border-l-yellow-700\/45 {
  border-left-color: rgb(142 75 16 / 0.45);
}
.border-l-yellow-700\/5 {
  border-left-color: rgb(142 75 16 / 0.05);
}
.border-l-yellow-700\/50 {
  border-left-color: rgb(142 75 16 / 0.5);
}
.border-l-yellow-700\/55 {
  border-left-color: rgb(142 75 16 / 0.55);
}
.border-l-yellow-700\/60 {
  border-left-color: rgb(142 75 16 / 0.6);
}
.border-l-yellow-700\/65 {
  border-left-color: rgb(142 75 16 / 0.65);
}
.border-l-yellow-700\/70 {
  border-left-color: rgb(142 75 16 / 0.7);
}
.border-l-yellow-700\/75 {
  border-left-color: rgb(142 75 16 / 0.75);
}
.border-l-yellow-700\/80 {
  border-left-color: rgb(142 75 16 / 0.8);
}
.border-l-yellow-700\/85 {
  border-left-color: rgb(142 75 16 / 0.85);
}
.border-l-yellow-700\/90 {
  border-left-color: rgb(142 75 16 / 0.9);
}
.border-l-yellow-700\/95 {
  border-left-color: rgb(142 75 16 / 0.95);
}
.border-l-yellow-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(114 59 19 / var(--tw-border-opacity, 1));
}
.border-l-yellow-800\/0 {
  border-left-color: rgb(114 59 19 / 0);
}
.border-l-yellow-800\/10 {
  border-left-color: rgb(114 59 19 / 0.1);
}
.border-l-yellow-800\/100 {
  border-left-color: rgb(114 59 19 / 1);
}
.border-l-yellow-800\/15 {
  border-left-color: rgb(114 59 19 / 0.15);
}
.border-l-yellow-800\/20 {
  border-left-color: rgb(114 59 19 / 0.2);
}
.border-l-yellow-800\/25 {
  border-left-color: rgb(114 59 19 / 0.25);
}
.border-l-yellow-800\/30 {
  border-left-color: rgb(114 59 19 / 0.3);
}
.border-l-yellow-800\/35 {
  border-left-color: rgb(114 59 19 / 0.35);
}
.border-l-yellow-800\/40 {
  border-left-color: rgb(114 59 19 / 0.4);
}
.border-l-yellow-800\/45 {
  border-left-color: rgb(114 59 19 / 0.45);
}
.border-l-yellow-800\/5 {
  border-left-color: rgb(114 59 19 / 0.05);
}
.border-l-yellow-800\/50 {
  border-left-color: rgb(114 59 19 / 0.5);
}
.border-l-yellow-800\/55 {
  border-left-color: rgb(114 59 19 / 0.55);
}
.border-l-yellow-800\/60 {
  border-left-color: rgb(114 59 19 / 0.6);
}
.border-l-yellow-800\/65 {
  border-left-color: rgb(114 59 19 / 0.65);
}
.border-l-yellow-800\/70 {
  border-left-color: rgb(114 59 19 / 0.7);
}
.border-l-yellow-800\/75 {
  border-left-color: rgb(114 59 19 / 0.75);
}
.border-l-yellow-800\/80 {
  border-left-color: rgb(114 59 19 / 0.8);
}
.border-l-yellow-800\/85 {
  border-left-color: rgb(114 59 19 / 0.85);
}
.border-l-yellow-800\/90 {
  border-left-color: rgb(114 59 19 / 0.9);
}
.border-l-yellow-800\/95 {
  border-left-color: rgb(114 59 19 / 0.95);
}
.border-l-yellow-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(99 49 18 / var(--tw-border-opacity, 1));
}
.border-l-yellow-900\/0 {
  border-left-color: rgb(99 49 18 / 0);
}
.border-l-yellow-900\/10 {
  border-left-color: rgb(99 49 18 / 0.1);
}
.border-l-yellow-900\/100 {
  border-left-color: rgb(99 49 18 / 1);
}
.border-l-yellow-900\/15 {
  border-left-color: rgb(99 49 18 / 0.15);
}
.border-l-yellow-900\/20 {
  border-left-color: rgb(99 49 18 / 0.2);
}
.border-l-yellow-900\/25 {
  border-left-color: rgb(99 49 18 / 0.25);
}
.border-l-yellow-900\/30 {
  border-left-color: rgb(99 49 18 / 0.3);
}
.border-l-yellow-900\/35 {
  border-left-color: rgb(99 49 18 / 0.35);
}
.border-l-yellow-900\/40 {
  border-left-color: rgb(99 49 18 / 0.4);
}
.border-l-yellow-900\/45 {
  border-left-color: rgb(99 49 18 / 0.45);
}
.border-l-yellow-900\/5 {
  border-left-color: rgb(99 49 18 / 0.05);
}
.border-l-yellow-900\/50 {
  border-left-color: rgb(99 49 18 / 0.5);
}
.border-l-yellow-900\/55 {
  border-left-color: rgb(99 49 18 / 0.55);
}
.border-l-yellow-900\/60 {
  border-left-color: rgb(99 49 18 / 0.6);
}
.border-l-yellow-900\/65 {
  border-left-color: rgb(99 49 18 / 0.65);
}
.border-l-yellow-900\/70 {
  border-left-color: rgb(99 49 18 / 0.7);
}
.border-l-yellow-900\/75 {
  border-left-color: rgb(99 49 18 / 0.75);
}
.border-l-yellow-900\/80 {
  border-left-color: rgb(99 49 18 / 0.8);
}
.border-l-yellow-900\/85 {
  border-left-color: rgb(99 49 18 / 0.85);
}
.border-l-yellow-900\/90 {
  border-left-color: rgb(99 49 18 / 0.9);
}
.border-l-yellow-900\/95 {
  border-left-color: rgb(99 49 18 / 0.95);
}
.border-r-black {
  --tw-border-opacity: 1;
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.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(225 239 254 / var(--tw-border-opacity, 1));
}
.border-r-blue-100\/0 {
  border-right-color: rgb(225 239 254 / 0);
}
.border-r-blue-100\/10 {
  border-right-color: rgb(225 239 254 / 0.1);
}
.border-r-blue-100\/100 {
  border-right-color: rgb(225 239 254 / 1);
}
.border-r-blue-100\/15 {
  border-right-color: rgb(225 239 254 / 0.15);
}
.border-r-blue-100\/20 {
  border-right-color: rgb(225 239 254 / 0.2);
}
.border-r-blue-100\/25 {
  border-right-color: rgb(225 239 254 / 0.25);
}
.border-r-blue-100\/30 {
  border-right-color: rgb(225 239 254 / 0.3);
}
.border-r-blue-100\/35 {
  border-right-color: rgb(225 239 254 / 0.35);
}
.border-r-blue-100\/40 {
  border-right-color: rgb(225 239 254 / 0.4);
}
.border-r-blue-100\/45 {
  border-right-color: rgb(225 239 254 / 0.45);
}
.border-r-blue-100\/5 {
  border-right-color: rgb(225 239 254 / 0.05);
}
.border-r-blue-100\/50 {
  border-right-color: rgb(225 239 254 / 0.5);
}
.border-r-blue-100\/55 {
  border-right-color: rgb(225 239 254 / 0.55);
}
.border-r-blue-100\/60 {
  border-right-color: rgb(225 239 254 / 0.6);
}
.border-r-blue-100\/65 {
  border-right-color: rgb(225 239 254 / 0.65);
}
.border-r-blue-100\/70 {
  border-right-color: rgb(225 239 254 / 0.7);
}
.border-r-blue-100\/75 {
  border-right-color: rgb(225 239 254 / 0.75);
}
.border-r-blue-100\/80 {
  border-right-color: rgb(225 239 254 / 0.8);
}
.border-r-blue-100\/85 {
  border-right-color: rgb(225 239 254 / 0.85);
}
.border-r-blue-100\/90 {
  border-right-color: rgb(225 239 254 / 0.9);
}
.border-r-blue-100\/95 {
  border-right-color: rgb(225 239 254 / 0.95);
}
.border-r-blue-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(195 221 253 / var(--tw-border-opacity, 1));
}
.border-r-blue-200\/0 {
  border-right-color: rgb(195 221 253 / 0);
}
.border-r-blue-200\/10 {
  border-right-color: rgb(195 221 253 / 0.1);
}
.border-r-blue-200\/100 {
  border-right-color: rgb(195 221 253 / 1);
}
.border-r-blue-200\/15 {
  border-right-color: rgb(195 221 253 / 0.15);
}
.border-r-blue-200\/20 {
  border-right-color: rgb(195 221 253 / 0.2);
}
.border-r-blue-200\/25 {
  border-right-color: rgb(195 221 253 / 0.25);
}
.border-r-blue-200\/30 {
  border-right-color: rgb(195 221 253 / 0.3);
}
.border-r-blue-200\/35 {
  border-right-color: rgb(195 221 253 / 0.35);
}
.border-r-blue-200\/40 {
  border-right-color: rgb(195 221 253 / 0.4);
}
.border-r-blue-200\/45 {
  border-right-color: rgb(195 221 253 / 0.45);
}
.border-r-blue-200\/5 {
  border-right-color: rgb(195 221 253 / 0.05);
}
.border-r-blue-200\/50 {
  border-right-color: rgb(195 221 253 / 0.5);
}
.border-r-blue-200\/55 {
  border-right-color: rgb(195 221 253 / 0.55);
}
.border-r-blue-200\/60 {
  border-right-color: rgb(195 221 253 / 0.6);
}
.border-r-blue-200\/65 {
  border-right-color: rgb(195 221 253 / 0.65);
}
.border-r-blue-200\/70 {
  border-right-color: rgb(195 221 253 / 0.7);
}
.border-r-blue-200\/75 {
  border-right-color: rgb(195 221 253 / 0.75);
}
.border-r-blue-200\/80 {
  border-right-color: rgb(195 221 253 / 0.8);
}
.border-r-blue-200\/85 {
  border-right-color: rgb(195 221 253 / 0.85);
}
.border-r-blue-200\/90 {
  border-right-color: rgb(195 221 253 / 0.9);
}
.border-r-blue-200\/95 {
  border-right-color: rgb(195 221 253 / 0.95);
}
.border-r-blue-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(164 202 254 / var(--tw-border-opacity, 1));
}
.border-r-blue-300\/0 {
  border-right-color: rgb(164 202 254 / 0);
}
.border-r-blue-300\/10 {
  border-right-color: rgb(164 202 254 / 0.1);
}
.border-r-blue-300\/100 {
  border-right-color: rgb(164 202 254 / 1);
}
.border-r-blue-300\/15 {
  border-right-color: rgb(164 202 254 / 0.15);
}
.border-r-blue-300\/20 {
  border-right-color: rgb(164 202 254 / 0.2);
}
.border-r-blue-300\/25 {
  border-right-color: rgb(164 202 254 / 0.25);
}
.border-r-blue-300\/30 {
  border-right-color: rgb(164 202 254 / 0.3);
}
.border-r-blue-300\/35 {
  border-right-color: rgb(164 202 254 / 0.35);
}
.border-r-blue-300\/40 {
  border-right-color: rgb(164 202 254 / 0.4);
}
.border-r-blue-300\/45 {
  border-right-color: rgb(164 202 254 / 0.45);
}
.border-r-blue-300\/5 {
  border-right-color: rgb(164 202 254 / 0.05);
}
.border-r-blue-300\/50 {
  border-right-color: rgb(164 202 254 / 0.5);
}
.border-r-blue-300\/55 {
  border-right-color: rgb(164 202 254 / 0.55);
}
.border-r-blue-300\/60 {
  border-right-color: rgb(164 202 254 / 0.6);
}
.border-r-blue-300\/65 {
  border-right-color: rgb(164 202 254 / 0.65);
}
.border-r-blue-300\/70 {
  border-right-color: rgb(164 202 254 / 0.7);
}
.border-r-blue-300\/75 {
  border-right-color: rgb(164 202 254 / 0.75);
}
.border-r-blue-300\/80 {
  border-right-color: rgb(164 202 254 / 0.8);
}
.border-r-blue-300\/85 {
  border-right-color: rgb(164 202 254 / 0.85);
}
.border-r-blue-300\/90 {
  border-right-color: rgb(164 202 254 / 0.9);
}
.border-r-blue-300\/95 {
  border-right-color: rgb(164 202 254 / 0.95);
}
.border-r-blue-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(118 169 250 / var(--tw-border-opacity, 1));
}
.border-r-blue-400\/0 {
  border-right-color: rgb(118 169 250 / 0);
}
.border-r-blue-400\/10 {
  border-right-color: rgb(118 169 250 / 0.1);
}
.border-r-blue-400\/100 {
  border-right-color: rgb(118 169 250 / 1);
}
.border-r-blue-400\/15 {
  border-right-color: rgb(118 169 250 / 0.15);
}
.border-r-blue-400\/20 {
  border-right-color: rgb(118 169 250 / 0.2);
}
.border-r-blue-400\/25 {
  border-right-color: rgb(118 169 250 / 0.25);
}
.border-r-blue-400\/30 {
  border-right-color: rgb(118 169 250 / 0.3);
}
.border-r-blue-400\/35 {
  border-right-color: rgb(118 169 250 / 0.35);
}
.border-r-blue-400\/40 {
  border-right-color: rgb(118 169 250 / 0.4);
}
.border-r-blue-400\/45 {
  border-right-color: rgb(118 169 250 / 0.45);
}
.border-r-blue-400\/5 {
  border-right-color: rgb(118 169 250 / 0.05);
}
.border-r-blue-400\/50 {
  border-right-color: rgb(118 169 250 / 0.5);
}
.border-r-blue-400\/55 {
  border-right-color: rgb(118 169 250 / 0.55);
}
.border-r-blue-400\/60 {
  border-right-color: rgb(118 169 250 / 0.6);
}
.border-r-blue-400\/65 {
  border-right-color: rgb(118 169 250 / 0.65);
}
.border-r-blue-400\/70 {
  border-right-color: rgb(118 169 250 / 0.7);
}
.border-r-blue-400\/75 {
  border-right-color: rgb(118 169 250 / 0.75);
}
.border-r-blue-400\/80 {
  border-right-color: rgb(118 169 250 / 0.8);
}
.border-r-blue-400\/85 {
  border-right-color: rgb(118 169 250 / 0.85);
}
.border-r-blue-400\/90 {
  border-right-color: rgb(118 169 250 / 0.9);
}
.border-r-blue-400\/95 {
  border-right-color: rgb(118 169 250 / 0.95);
}
.border-r-blue-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(235 245 255 / var(--tw-border-opacity, 1));
}
.border-r-blue-50\/0 {
  border-right-color: rgb(235 245 255 / 0);
}
.border-r-blue-50\/10 {
  border-right-color: rgb(235 245 255 / 0.1);
}
.border-r-blue-50\/100 {
  border-right-color: rgb(235 245 255 / 1);
}
.border-r-blue-50\/15 {
  border-right-color: rgb(235 245 255 / 0.15);
}
.border-r-blue-50\/20 {
  border-right-color: rgb(235 245 255 / 0.2);
}
.border-r-blue-50\/25 {
  border-right-color: rgb(235 245 255 / 0.25);
}
.border-r-blue-50\/30 {
  border-right-color: rgb(235 245 255 / 0.3);
}
.border-r-blue-50\/35 {
  border-right-color: rgb(235 245 255 / 0.35);
}
.border-r-blue-50\/40 {
  border-right-color: rgb(235 245 255 / 0.4);
}
.border-r-blue-50\/45 {
  border-right-color: rgb(235 245 255 / 0.45);
}
.border-r-blue-50\/5 {
  border-right-color: rgb(235 245 255 / 0.05);
}
.border-r-blue-50\/50 {
  border-right-color: rgb(235 245 255 / 0.5);
}
.border-r-blue-50\/55 {
  border-right-color: rgb(235 245 255 / 0.55);
}
.border-r-blue-50\/60 {
  border-right-color: rgb(235 245 255 / 0.6);
}
.border-r-blue-50\/65 {
  border-right-color: rgb(235 245 255 / 0.65);
}
.border-r-blue-50\/70 {
  border-right-color: rgb(235 245 255 / 0.7);
}
.border-r-blue-50\/75 {
  border-right-color: rgb(235 245 255 / 0.75);
}
.border-r-blue-50\/80 {
  border-right-color: rgb(235 245 255 / 0.8);
}
.border-r-blue-50\/85 {
  border-right-color: rgb(235 245 255 / 0.85);
}
.border-r-blue-50\/90 {
  border-right-color: rgb(235 245 255 / 0.9);
}
.border-r-blue-50\/95 {
  border-right-color: rgb(235 245 255 / 0.95);
}
.border-r-blue-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(63 131 248 / var(--tw-border-opacity, 1));
}
.border-r-blue-500\/0 {
  border-right-color: rgb(63 131 248 / 0);
}
.border-r-blue-500\/10 {
  border-right-color: rgb(63 131 248 / 0.1);
}
.border-r-blue-500\/100 {
  border-right-color: rgb(63 131 248 / 1);
}
.border-r-blue-500\/15 {
  border-right-color: rgb(63 131 248 / 0.15);
}
.border-r-blue-500\/20 {
  border-right-color: rgb(63 131 248 / 0.2);
}
.border-r-blue-500\/25 {
  border-right-color: rgb(63 131 248 / 0.25);
}
.border-r-blue-500\/30 {
  border-right-color: rgb(63 131 248 / 0.3);
}
.border-r-blue-500\/35 {
  border-right-color: rgb(63 131 248 / 0.35);
}
.border-r-blue-500\/40 {
  border-right-color: rgb(63 131 248 / 0.4);
}
.border-r-blue-500\/45 {
  border-right-color: rgb(63 131 248 / 0.45);
}
.border-r-blue-500\/5 {
  border-right-color: rgb(63 131 248 / 0.05);
}
.border-r-blue-500\/50 {
  border-right-color: rgb(63 131 248 / 0.5);
}
.border-r-blue-500\/55 {
  border-right-color: rgb(63 131 248 / 0.55);
}
.border-r-blue-500\/60 {
  border-right-color: rgb(63 131 248 / 0.6);
}
.border-r-blue-500\/65 {
  border-right-color: rgb(63 131 248 / 0.65);
}
.border-r-blue-500\/70 {
  border-right-color: rgb(63 131 248 / 0.7);
}
.border-r-blue-500\/75 {
  border-right-color: rgb(63 131 248 / 0.75);
}
.border-r-blue-500\/80 {
  border-right-color: rgb(63 131 248 / 0.8);
}
.border-r-blue-500\/85 {
  border-right-color: rgb(63 131 248 / 0.85);
}
.border-r-blue-500\/90 {
  border-right-color: rgb(63 131 248 / 0.9);
}
.border-r-blue-500\/95 {
  border-right-color: rgb(63 131 248 / 0.95);
}
.border-r-blue-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(28 100 242 / var(--tw-border-opacity, 1));
}
.border-r-blue-600\/0 {
  border-right-color: rgb(28 100 242 / 0);
}
.border-r-blue-600\/10 {
  border-right-color: rgb(28 100 242 / 0.1);
}
.border-r-blue-600\/100 {
  border-right-color: rgb(28 100 242 / 1);
}
.border-r-blue-600\/15 {
  border-right-color: rgb(28 100 242 / 0.15);
}
.border-r-blue-600\/20 {
  border-right-color: rgb(28 100 242 / 0.2);
}
.border-r-blue-600\/25 {
  border-right-color: rgb(28 100 242 / 0.25);
}
.border-r-blue-600\/30 {
  border-right-color: rgb(28 100 242 / 0.3);
}
.border-r-blue-600\/35 {
  border-right-color: rgb(28 100 242 / 0.35);
}
.border-r-blue-600\/40 {
  border-right-color: rgb(28 100 242 / 0.4);
}
.border-r-blue-600\/45 {
  border-right-color: rgb(28 100 242 / 0.45);
}
.border-r-blue-600\/5 {
  border-right-color: rgb(28 100 242 / 0.05);
}
.border-r-blue-600\/50 {
  border-right-color: rgb(28 100 242 / 0.5);
}
.border-r-blue-600\/55 {
  border-right-color: rgb(28 100 242 / 0.55);
}
.border-r-blue-600\/60 {
  border-right-color: rgb(28 100 242 / 0.6);
}
.border-r-blue-600\/65 {
  border-right-color: rgb(28 100 242 / 0.65);
}
.border-r-blue-600\/70 {
  border-right-color: rgb(28 100 242 / 0.7);
}
.border-r-blue-600\/75 {
  border-right-color: rgb(28 100 242 / 0.75);
}
.border-r-blue-600\/80 {
  border-right-color: rgb(28 100 242 / 0.8);
}
.border-r-blue-600\/85 {
  border-right-color: rgb(28 100 242 / 0.85);
}
.border-r-blue-600\/90 {
  border-right-color: rgb(28 100 242 / 0.9);
}
.border-r-blue-600\/95 {
  border-right-color: rgb(28 100 242 / 0.95);
}
.border-r-blue-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(26 86 219 / var(--tw-border-opacity, 1));
}
.border-r-blue-700\/0 {
  border-right-color: rgb(26 86 219 / 0);
}
.border-r-blue-700\/10 {
  border-right-color: rgb(26 86 219 / 0.1);
}
.border-r-blue-700\/100 {
  border-right-color: rgb(26 86 219 / 1);
}
.border-r-blue-700\/15 {
  border-right-color: rgb(26 86 219 / 0.15);
}
.border-r-blue-700\/20 {
  border-right-color: rgb(26 86 219 / 0.2);
}
.border-r-blue-700\/25 {
  border-right-color: rgb(26 86 219 / 0.25);
}
.border-r-blue-700\/30 {
  border-right-color: rgb(26 86 219 / 0.3);
}
.border-r-blue-700\/35 {
  border-right-color: rgb(26 86 219 / 0.35);
}
.border-r-blue-700\/40 {
  border-right-color: rgb(26 86 219 / 0.4);
}
.border-r-blue-700\/45 {
  border-right-color: rgb(26 86 219 / 0.45);
}
.border-r-blue-700\/5 {
  border-right-color: rgb(26 86 219 / 0.05);
}
.border-r-blue-700\/50 {
  border-right-color: rgb(26 86 219 / 0.5);
}
.border-r-blue-700\/55 {
  border-right-color: rgb(26 86 219 / 0.55);
}
.border-r-blue-700\/60 {
  border-right-color: rgb(26 86 219 / 0.6);
}
.border-r-blue-700\/65 {
  border-right-color: rgb(26 86 219 / 0.65);
}
.border-r-blue-700\/70 {
  border-right-color: rgb(26 86 219 / 0.7);
}
.border-r-blue-700\/75 {
  border-right-color: rgb(26 86 219 / 0.75);
}
.border-r-blue-700\/80 {
  border-right-color: rgb(26 86 219 / 0.8);
}
.border-r-blue-700\/85 {
  border-right-color: rgb(26 86 219 / 0.85);
}
.border-r-blue-700\/90 {
  border-right-color: rgb(26 86 219 / 0.9);
}
.border-r-blue-700\/95 {
  border-right-color: rgb(26 86 219 / 0.95);
}
.border-r-blue-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(30 66 159 / var(--tw-border-opacity, 1));
}
.border-r-blue-800\/0 {
  border-right-color: rgb(30 66 159 / 0);
}
.border-r-blue-800\/10 {
  border-right-color: rgb(30 66 159 / 0.1);
}
.border-r-blue-800\/100 {
  border-right-color: rgb(30 66 159 / 1);
}
.border-r-blue-800\/15 {
  border-right-color: rgb(30 66 159 / 0.15);
}
.border-r-blue-800\/20 {
  border-right-color: rgb(30 66 159 / 0.2);
}
.border-r-blue-800\/25 {
  border-right-color: rgb(30 66 159 / 0.25);
}
.border-r-blue-800\/30 {
  border-right-color: rgb(30 66 159 / 0.3);
}
.border-r-blue-800\/35 {
  border-right-color: rgb(30 66 159 / 0.35);
}
.border-r-blue-800\/40 {
  border-right-color: rgb(30 66 159 / 0.4);
}
.border-r-blue-800\/45 {
  border-right-color: rgb(30 66 159 / 0.45);
}
.border-r-blue-800\/5 {
  border-right-color: rgb(30 66 159 / 0.05);
}
.border-r-blue-800\/50 {
  border-right-color: rgb(30 66 159 / 0.5);
}
.border-r-blue-800\/55 {
  border-right-color: rgb(30 66 159 / 0.55);
}
.border-r-blue-800\/60 {
  border-right-color: rgb(30 66 159 / 0.6);
}
.border-r-blue-800\/65 {
  border-right-color: rgb(30 66 159 / 0.65);
}
.border-r-blue-800\/70 {
  border-right-color: rgb(30 66 159 / 0.7);
}
.border-r-blue-800\/75 {
  border-right-color: rgb(30 66 159 / 0.75);
}
.border-r-blue-800\/80 {
  border-right-color: rgb(30 66 159 / 0.8);
}
.border-r-blue-800\/85 {
  border-right-color: rgb(30 66 159 / 0.85);
}
.border-r-blue-800\/90 {
  border-right-color: rgb(30 66 159 / 0.9);
}
.border-r-blue-800\/95 {
  border-right-color: rgb(30 66 159 / 0.95);
}
.border-r-blue-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(35 56 118 / var(--tw-border-opacity, 1));
}
.border-r-blue-900\/0 {
  border-right-color: rgb(35 56 118 / 0);
}
.border-r-blue-900\/10 {
  border-right-color: rgb(35 56 118 / 0.1);
}
.border-r-blue-900\/100 {
  border-right-color: rgb(35 56 118 / 1);
}
.border-r-blue-900\/15 {
  border-right-color: rgb(35 56 118 / 0.15);
}
.border-r-blue-900\/20 {
  border-right-color: rgb(35 56 118 / 0.2);
}
.border-r-blue-900\/25 {
  border-right-color: rgb(35 56 118 / 0.25);
}
.border-r-blue-900\/30 {
  border-right-color: rgb(35 56 118 / 0.3);
}
.border-r-blue-900\/35 {
  border-right-color: rgb(35 56 118 / 0.35);
}
.border-r-blue-900\/40 {
  border-right-color: rgb(35 56 118 / 0.4);
}
.border-r-blue-900\/45 {
  border-right-color: rgb(35 56 118 / 0.45);
}
.border-r-blue-900\/5 {
  border-right-color: rgb(35 56 118 / 0.05);
}
.border-r-blue-900\/50 {
  border-right-color: rgb(35 56 118 / 0.5);
}
.border-r-blue-900\/55 {
  border-right-color: rgb(35 56 118 / 0.55);
}
.border-r-blue-900\/60 {
  border-right-color: rgb(35 56 118 / 0.6);
}
.border-r-blue-900\/65 {
  border-right-color: rgb(35 56 118 / 0.65);
}
.border-r-blue-900\/70 {
  border-right-color: rgb(35 56 118 / 0.7);
}
.border-r-blue-900\/75 {
  border-right-color: rgb(35 56 118 / 0.75);
}
.border-r-blue-900\/80 {
  border-right-color: rgb(35 56 118 / 0.8);
}
.border-r-blue-900\/85 {
  border-right-color: rgb(35 56 118 / 0.85);
}
.border-r-blue-900\/90 {
  border-right-color: rgb(35 56 118 / 0.9);
}
.border-r-blue-900\/95 {
  border-right-color: rgb(35 56 118 / 0.95);
}
.border-r-gray-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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-green-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(222 247 236 / var(--tw-border-opacity, 1));
}
.border-r-green-100\/0 {
  border-right-color: rgb(222 247 236 / 0);
}
.border-r-green-100\/10 {
  border-right-color: rgb(222 247 236 / 0.1);
}
.border-r-green-100\/100 {
  border-right-color: rgb(222 247 236 / 1);
}
.border-r-green-100\/15 {
  border-right-color: rgb(222 247 236 / 0.15);
}
.border-r-green-100\/20 {
  border-right-color: rgb(222 247 236 / 0.2);
}
.border-r-green-100\/25 {
  border-right-color: rgb(222 247 236 / 0.25);
}
.border-r-green-100\/30 {
  border-right-color: rgb(222 247 236 / 0.3);
}
.border-r-green-100\/35 {
  border-right-color: rgb(222 247 236 / 0.35);
}
.border-r-green-100\/40 {
  border-right-color: rgb(222 247 236 / 0.4);
}
.border-r-green-100\/45 {
  border-right-color: rgb(222 247 236 / 0.45);
}
.border-r-green-100\/5 {
  border-right-color: rgb(222 247 236 / 0.05);
}
.border-r-green-100\/50 {
  border-right-color: rgb(222 247 236 / 0.5);
}
.border-r-green-100\/55 {
  border-right-color: rgb(222 247 236 / 0.55);
}
.border-r-green-100\/60 {
  border-right-color: rgb(222 247 236 / 0.6);
}
.border-r-green-100\/65 {
  border-right-color: rgb(222 247 236 / 0.65);
}
.border-r-green-100\/70 {
  border-right-color: rgb(222 247 236 / 0.7);
}
.border-r-green-100\/75 {
  border-right-color: rgb(222 247 236 / 0.75);
}
.border-r-green-100\/80 {
  border-right-color: rgb(222 247 236 / 0.8);
}
.border-r-green-100\/85 {
  border-right-color: rgb(222 247 236 / 0.85);
}
.border-r-green-100\/90 {
  border-right-color: rgb(222 247 236 / 0.9);
}
.border-r-green-100\/95 {
  border-right-color: rgb(222 247 236 / 0.95);
}
.border-r-green-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(188 240 218 / var(--tw-border-opacity, 1));
}
.border-r-green-200\/0 {
  border-right-color: rgb(188 240 218 / 0);
}
.border-r-green-200\/10 {
  border-right-color: rgb(188 240 218 / 0.1);
}
.border-r-green-200\/100 {
  border-right-color: rgb(188 240 218 / 1);
}
.border-r-green-200\/15 {
  border-right-color: rgb(188 240 218 / 0.15);
}
.border-r-green-200\/20 {
  border-right-color: rgb(188 240 218 / 0.2);
}
.border-r-green-200\/25 {
  border-right-color: rgb(188 240 218 / 0.25);
}
.border-r-green-200\/30 {
  border-right-color: rgb(188 240 218 / 0.3);
}
.border-r-green-200\/35 {
  border-right-color: rgb(188 240 218 / 0.35);
}
.border-r-green-200\/40 {
  border-right-color: rgb(188 240 218 / 0.4);
}
.border-r-green-200\/45 {
  border-right-color: rgb(188 240 218 / 0.45);
}
.border-r-green-200\/5 {
  border-right-color: rgb(188 240 218 / 0.05);
}
.border-r-green-200\/50 {
  border-right-color: rgb(188 240 218 / 0.5);
}
.border-r-green-200\/55 {
  border-right-color: rgb(188 240 218 / 0.55);
}
.border-r-green-200\/60 {
  border-right-color: rgb(188 240 218 / 0.6);
}
.border-r-green-200\/65 {
  border-right-color: rgb(188 240 218 / 0.65);
}
.border-r-green-200\/70 {
  border-right-color: rgb(188 240 218 / 0.7);
}
.border-r-green-200\/75 {
  border-right-color: rgb(188 240 218 / 0.75);
}
.border-r-green-200\/80 {
  border-right-color: rgb(188 240 218 / 0.8);
}
.border-r-green-200\/85 {
  border-right-color: rgb(188 240 218 / 0.85);
}
.border-r-green-200\/90 {
  border-right-color: rgb(188 240 218 / 0.9);
}
.border-r-green-200\/95 {
  border-right-color: rgb(188 240 218 / 0.95);
}
.border-r-green-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(132 225 188 / var(--tw-border-opacity, 1));
}
.border-r-green-300\/0 {
  border-right-color: rgb(132 225 188 / 0);
}
.border-r-green-300\/10 {
  border-right-color: rgb(132 225 188 / 0.1);
}
.border-r-green-300\/100 {
  border-right-color: rgb(132 225 188 / 1);
}
.border-r-green-300\/15 {
  border-right-color: rgb(132 225 188 / 0.15);
}
.border-r-green-300\/20 {
  border-right-color: rgb(132 225 188 / 0.2);
}
.border-r-green-300\/25 {
  border-right-color: rgb(132 225 188 / 0.25);
}
.border-r-green-300\/30 {
  border-right-color: rgb(132 225 188 / 0.3);
}
.border-r-green-300\/35 {
  border-right-color: rgb(132 225 188 / 0.35);
}
.border-r-green-300\/40 {
  border-right-color: rgb(132 225 188 / 0.4);
}
.border-r-green-300\/45 {
  border-right-color: rgb(132 225 188 / 0.45);
}
.border-r-green-300\/5 {
  border-right-color: rgb(132 225 188 / 0.05);
}
.border-r-green-300\/50 {
  border-right-color: rgb(132 225 188 / 0.5);
}
.border-r-green-300\/55 {
  border-right-color: rgb(132 225 188 / 0.55);
}
.border-r-green-300\/60 {
  border-right-color: rgb(132 225 188 / 0.6);
}
.border-r-green-300\/65 {
  border-right-color: rgb(132 225 188 / 0.65);
}
.border-r-green-300\/70 {
  border-right-color: rgb(132 225 188 / 0.7);
}
.border-r-green-300\/75 {
  border-right-color: rgb(132 225 188 / 0.75);
}
.border-r-green-300\/80 {
  border-right-color: rgb(132 225 188 / 0.8);
}
.border-r-green-300\/85 {
  border-right-color: rgb(132 225 188 / 0.85);
}
.border-r-green-300\/90 {
  border-right-color: rgb(132 225 188 / 0.9);
}
.border-r-green-300\/95 {
  border-right-color: rgb(132 225 188 / 0.95);
}
.border-r-green-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(49 196 141 / var(--tw-border-opacity, 1));
}
.border-r-green-400\/0 {
  border-right-color: rgb(49 196 141 / 0);
}
.border-r-green-400\/10 {
  border-right-color: rgb(49 196 141 / 0.1);
}
.border-r-green-400\/100 {
  border-right-color: rgb(49 196 141 / 1);
}
.border-r-green-400\/15 {
  border-right-color: rgb(49 196 141 / 0.15);
}
.border-r-green-400\/20 {
  border-right-color: rgb(49 196 141 / 0.2);
}
.border-r-green-400\/25 {
  border-right-color: rgb(49 196 141 / 0.25);
}
.border-r-green-400\/30 {
  border-right-color: rgb(49 196 141 / 0.3);
}
.border-r-green-400\/35 {
  border-right-color: rgb(49 196 141 / 0.35);
}
.border-r-green-400\/40 {
  border-right-color: rgb(49 196 141 / 0.4);
}
.border-r-green-400\/45 {
  border-right-color: rgb(49 196 141 / 0.45);
}
.border-r-green-400\/5 {
  border-right-color: rgb(49 196 141 / 0.05);
}
.border-r-green-400\/50 {
  border-right-color: rgb(49 196 141 / 0.5);
}
.border-r-green-400\/55 {
  border-right-color: rgb(49 196 141 / 0.55);
}
.border-r-green-400\/60 {
  border-right-color: rgb(49 196 141 / 0.6);
}
.border-r-green-400\/65 {
  border-right-color: rgb(49 196 141 / 0.65);
}
.border-r-green-400\/70 {
  border-right-color: rgb(49 196 141 / 0.7);
}
.border-r-green-400\/75 {
  border-right-color: rgb(49 196 141 / 0.75);
}
.border-r-green-400\/80 {
  border-right-color: rgb(49 196 141 / 0.8);
}
.border-r-green-400\/85 {
  border-right-color: rgb(49 196 141 / 0.85);
}
.border-r-green-400\/90 {
  border-right-color: rgb(49 196 141 / 0.9);
}
.border-r-green-400\/95 {
  border-right-color: rgb(49 196 141 / 0.95);
}
.border-r-green-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(243 250 247 / var(--tw-border-opacity, 1));
}
.border-r-green-50\/0 {
  border-right-color: rgb(243 250 247 / 0);
}
.border-r-green-50\/10 {
  border-right-color: rgb(243 250 247 / 0.1);
}
.border-r-green-50\/100 {
  border-right-color: rgb(243 250 247 / 1);
}
.border-r-green-50\/15 {
  border-right-color: rgb(243 250 247 / 0.15);
}
.border-r-green-50\/20 {
  border-right-color: rgb(243 250 247 / 0.2);
}
.border-r-green-50\/25 {
  border-right-color: rgb(243 250 247 / 0.25);
}
.border-r-green-50\/30 {
  border-right-color: rgb(243 250 247 / 0.3);
}
.border-r-green-50\/35 {
  border-right-color: rgb(243 250 247 / 0.35);
}
.border-r-green-50\/40 {
  border-right-color: rgb(243 250 247 / 0.4);
}
.border-r-green-50\/45 {
  border-right-color: rgb(243 250 247 / 0.45);
}
.border-r-green-50\/5 {
  border-right-color: rgb(243 250 247 / 0.05);
}
.border-r-green-50\/50 {
  border-right-color: rgb(243 250 247 / 0.5);
}
.border-r-green-50\/55 {
  border-right-color: rgb(243 250 247 / 0.55);
}
.border-r-green-50\/60 {
  border-right-color: rgb(243 250 247 / 0.6);
}
.border-r-green-50\/65 {
  border-right-color: rgb(243 250 247 / 0.65);
}
.border-r-green-50\/70 {
  border-right-color: rgb(243 250 247 / 0.7);
}
.border-r-green-50\/75 {
  border-right-color: rgb(243 250 247 / 0.75);
}
.border-r-green-50\/80 {
  border-right-color: rgb(243 250 247 / 0.8);
}
.border-r-green-50\/85 {
  border-right-color: rgb(243 250 247 / 0.85);
}
.border-r-green-50\/90 {
  border-right-color: rgb(243 250 247 / 0.9);
}
.border-r-green-50\/95 {
  border-right-color: rgb(243 250 247 / 0.95);
}
.border-r-green-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(14 159 110 / var(--tw-border-opacity, 1));
}
.border-r-green-500\/0 {
  border-right-color: rgb(14 159 110 / 0);
}
.border-r-green-500\/10 {
  border-right-color: rgb(14 159 110 / 0.1);
}
.border-r-green-500\/100 {
  border-right-color: rgb(14 159 110 / 1);
}
.border-r-green-500\/15 {
  border-right-color: rgb(14 159 110 / 0.15);
}
.border-r-green-500\/20 {
  border-right-color: rgb(14 159 110 / 0.2);
}
.border-r-green-500\/25 {
  border-right-color: rgb(14 159 110 / 0.25);
}
.border-r-green-500\/30 {
  border-right-color: rgb(14 159 110 / 0.3);
}
.border-r-green-500\/35 {
  border-right-color: rgb(14 159 110 / 0.35);
}
.border-r-green-500\/40 {
  border-right-color: rgb(14 159 110 / 0.4);
}
.border-r-green-500\/45 {
  border-right-color: rgb(14 159 110 / 0.45);
}
.border-r-green-500\/5 {
  border-right-color: rgb(14 159 110 / 0.05);
}
.border-r-green-500\/50 {
  border-right-color: rgb(14 159 110 / 0.5);
}
.border-r-green-500\/55 {
  border-right-color: rgb(14 159 110 / 0.55);
}
.border-r-green-500\/60 {
  border-right-color: rgb(14 159 110 / 0.6);
}
.border-r-green-500\/65 {
  border-right-color: rgb(14 159 110 / 0.65);
}
.border-r-green-500\/70 {
  border-right-color: rgb(14 159 110 / 0.7);
}
.border-r-green-500\/75 {
  border-right-color: rgb(14 159 110 / 0.75);
}
.border-r-green-500\/80 {
  border-right-color: rgb(14 159 110 / 0.8);
}
.border-r-green-500\/85 {
  border-right-color: rgb(14 159 110 / 0.85);
}
.border-r-green-500\/90 {
  border-right-color: rgb(14 159 110 / 0.9);
}
.border-r-green-500\/95 {
  border-right-color: rgb(14 159 110 / 0.95);
}
.border-r-green-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(5 122 85 / var(--tw-border-opacity, 1));
}
.border-r-green-600\/0 {
  border-right-color: rgb(5 122 85 / 0);
}
.border-r-green-600\/10 {
  border-right-color: rgb(5 122 85 / 0.1);
}
.border-r-green-600\/100 {
  border-right-color: rgb(5 122 85 / 1);
}
.border-r-green-600\/15 {
  border-right-color: rgb(5 122 85 / 0.15);
}
.border-r-green-600\/20 {
  border-right-color: rgb(5 122 85 / 0.2);
}
.border-r-green-600\/25 {
  border-right-color: rgb(5 122 85 / 0.25);
}
.border-r-green-600\/30 {
  border-right-color: rgb(5 122 85 / 0.3);
}
.border-r-green-600\/35 {
  border-right-color: rgb(5 122 85 / 0.35);
}
.border-r-green-600\/40 {
  border-right-color: rgb(5 122 85 / 0.4);
}
.border-r-green-600\/45 {
  border-right-color: rgb(5 122 85 / 0.45);
}
.border-r-green-600\/5 {
  border-right-color: rgb(5 122 85 / 0.05);
}
.border-r-green-600\/50 {
  border-right-color: rgb(5 122 85 / 0.5);
}
.border-r-green-600\/55 {
  border-right-color: rgb(5 122 85 / 0.55);
}
.border-r-green-600\/60 {
  border-right-color: rgb(5 122 85 / 0.6);
}
.border-r-green-600\/65 {
  border-right-color: rgb(5 122 85 / 0.65);
}
.border-r-green-600\/70 {
  border-right-color: rgb(5 122 85 / 0.7);
}
.border-r-green-600\/75 {
  border-right-color: rgb(5 122 85 / 0.75);
}
.border-r-green-600\/80 {
  border-right-color: rgb(5 122 85 / 0.8);
}
.border-r-green-600\/85 {
  border-right-color: rgb(5 122 85 / 0.85);
}
.border-r-green-600\/90 {
  border-right-color: rgb(5 122 85 / 0.9);
}
.border-r-green-600\/95 {
  border-right-color: rgb(5 122 85 / 0.95);
}
.border-r-green-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(4 108 78 / var(--tw-border-opacity, 1));
}
.border-r-green-700\/0 {
  border-right-color: rgb(4 108 78 / 0);
}
.border-r-green-700\/10 {
  border-right-color: rgb(4 108 78 / 0.1);
}
.border-r-green-700\/100 {
  border-right-color: rgb(4 108 78 / 1);
}
.border-r-green-700\/15 {
  border-right-color: rgb(4 108 78 / 0.15);
}
.border-r-green-700\/20 {
  border-right-color: rgb(4 108 78 / 0.2);
}
.border-r-green-700\/25 {
  border-right-color: rgb(4 108 78 / 0.25);
}
.border-r-green-700\/30 {
  border-right-color: rgb(4 108 78 / 0.3);
}
.border-r-green-700\/35 {
  border-right-color: rgb(4 108 78 / 0.35);
}
.border-r-green-700\/40 {
  border-right-color: rgb(4 108 78 / 0.4);
}
.border-r-green-700\/45 {
  border-right-color: rgb(4 108 78 / 0.45);
}
.border-r-green-700\/5 {
  border-right-color: rgb(4 108 78 / 0.05);
}
.border-r-green-700\/50 {
  border-right-color: rgb(4 108 78 / 0.5);
}
.border-r-green-700\/55 {
  border-right-color: rgb(4 108 78 / 0.55);
}
.border-r-green-700\/60 {
  border-right-color: rgb(4 108 78 / 0.6);
}
.border-r-green-700\/65 {
  border-right-color: rgb(4 108 78 / 0.65);
}
.border-r-green-700\/70 {
  border-right-color: rgb(4 108 78 / 0.7);
}
.border-r-green-700\/75 {
  border-right-color: rgb(4 108 78 / 0.75);
}
.border-r-green-700\/80 {
  border-right-color: rgb(4 108 78 / 0.8);
}
.border-r-green-700\/85 {
  border-right-color: rgb(4 108 78 / 0.85);
}
.border-r-green-700\/90 {
  border-right-color: rgb(4 108 78 / 0.9);
}
.border-r-green-700\/95 {
  border-right-color: rgb(4 108 78 / 0.95);
}
.border-r-green-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(3 84 63 / var(--tw-border-opacity, 1));
}
.border-r-green-800\/0 {
  border-right-color: rgb(3 84 63 / 0);
}
.border-r-green-800\/10 {
  border-right-color: rgb(3 84 63 / 0.1);
}
.border-r-green-800\/100 {
  border-right-color: rgb(3 84 63 / 1);
}
.border-r-green-800\/15 {
  border-right-color: rgb(3 84 63 / 0.15);
}
.border-r-green-800\/20 {
  border-right-color: rgb(3 84 63 / 0.2);
}
.border-r-green-800\/25 {
  border-right-color: rgb(3 84 63 / 0.25);
}
.border-r-green-800\/30 {
  border-right-color: rgb(3 84 63 / 0.3);
}
.border-r-green-800\/35 {
  border-right-color: rgb(3 84 63 / 0.35);
}
.border-r-green-800\/40 {
  border-right-color: rgb(3 84 63 / 0.4);
}
.border-r-green-800\/45 {
  border-right-color: rgb(3 84 63 / 0.45);
}
.border-r-green-800\/5 {
  border-right-color: rgb(3 84 63 / 0.05);
}
.border-r-green-800\/50 {
  border-right-color: rgb(3 84 63 / 0.5);
}
.border-r-green-800\/55 {
  border-right-color: rgb(3 84 63 / 0.55);
}
.border-r-green-800\/60 {
  border-right-color: rgb(3 84 63 / 0.6);
}
.border-r-green-800\/65 {
  border-right-color: rgb(3 84 63 / 0.65);
}
.border-r-green-800\/70 {
  border-right-color: rgb(3 84 63 / 0.7);
}
.border-r-green-800\/75 {
  border-right-color: rgb(3 84 63 / 0.75);
}
.border-r-green-800\/80 {
  border-right-color: rgb(3 84 63 / 0.8);
}
.border-r-green-800\/85 {
  border-right-color: rgb(3 84 63 / 0.85);
}
.border-r-green-800\/90 {
  border-right-color: rgb(3 84 63 / 0.9);
}
.border-r-green-800\/95 {
  border-right-color: rgb(3 84 63 / 0.95);
}
.border-r-green-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(1 71 55 / var(--tw-border-opacity, 1));
}
.border-r-green-900\/0 {
  border-right-color: rgb(1 71 55 / 0);
}
.border-r-green-900\/10 {
  border-right-color: rgb(1 71 55 / 0.1);
}
.border-r-green-900\/100 {
  border-right-color: rgb(1 71 55 / 1);
}
.border-r-green-900\/15 {
  border-right-color: rgb(1 71 55 / 0.15);
}
.border-r-green-900\/20 {
  border-right-color: rgb(1 71 55 / 0.2);
}
.border-r-green-900\/25 {
  border-right-color: rgb(1 71 55 / 0.25);
}
.border-r-green-900\/30 {
  border-right-color: rgb(1 71 55 / 0.3);
}
.border-r-green-900\/35 {
  border-right-color: rgb(1 71 55 / 0.35);
}
.border-r-green-900\/40 {
  border-right-color: rgb(1 71 55 / 0.4);
}
.border-r-green-900\/45 {
  border-right-color: rgb(1 71 55 / 0.45);
}
.border-r-green-900\/5 {
  border-right-color: rgb(1 71 55 / 0.05);
}
.border-r-green-900\/50 {
  border-right-color: rgb(1 71 55 / 0.5);
}
.border-r-green-900\/55 {
  border-right-color: rgb(1 71 55 / 0.55);
}
.border-r-green-900\/60 {
  border-right-color: rgb(1 71 55 / 0.6);
}
.border-r-green-900\/65 {
  border-right-color: rgb(1 71 55 / 0.65);
}
.border-r-green-900\/70 {
  border-right-color: rgb(1 71 55 / 0.7);
}
.border-r-green-900\/75 {
  border-right-color: rgb(1 71 55 / 0.75);
}
.border-r-green-900\/80 {
  border-right-color: rgb(1 71 55 / 0.8);
}
.border-r-green-900\/85 {
  border-right-color: rgb(1 71 55 / 0.85);
}
.border-r-green-900\/90 {
  border-right-color: rgb(1 71 55 / 0.9);
}
.border-r-green-900\/95 {
  border-right-color: rgb(1 71 55 / 0.95);
}
.border-r-indigo-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(229 237 255 / var(--tw-border-opacity, 1));
}
.border-r-indigo-100\/0 {
  border-right-color: rgb(229 237 255 / 0);
}
.border-r-indigo-100\/10 {
  border-right-color: rgb(229 237 255 / 0.1);
}
.border-r-indigo-100\/100 {
  border-right-color: rgb(229 237 255 / 1);
}
.border-r-indigo-100\/15 {
  border-right-color: rgb(229 237 255 / 0.15);
}
.border-r-indigo-100\/20 {
  border-right-color: rgb(229 237 255 / 0.2);
}
.border-r-indigo-100\/25 {
  border-right-color: rgb(229 237 255 / 0.25);
}
.border-r-indigo-100\/30 {
  border-right-color: rgb(229 237 255 / 0.3);
}
.border-r-indigo-100\/35 {
  border-right-color: rgb(229 237 255 / 0.35);
}
.border-r-indigo-100\/40 {
  border-right-color: rgb(229 237 255 / 0.4);
}
.border-r-indigo-100\/45 {
  border-right-color: rgb(229 237 255 / 0.45);
}
.border-r-indigo-100\/5 {
  border-right-color: rgb(229 237 255 / 0.05);
}
.border-r-indigo-100\/50 {
  border-right-color: rgb(229 237 255 / 0.5);
}
.border-r-indigo-100\/55 {
  border-right-color: rgb(229 237 255 / 0.55);
}
.border-r-indigo-100\/60 {
  border-right-color: rgb(229 237 255 / 0.6);
}
.border-r-indigo-100\/65 {
  border-right-color: rgb(229 237 255 / 0.65);
}
.border-r-indigo-100\/70 {
  border-right-color: rgb(229 237 255 / 0.7);
}
.border-r-indigo-100\/75 {
  border-right-color: rgb(229 237 255 / 0.75);
}
.border-r-indigo-100\/80 {
  border-right-color: rgb(229 237 255 / 0.8);
}
.border-r-indigo-100\/85 {
  border-right-color: rgb(229 237 255 / 0.85);
}
.border-r-indigo-100\/90 {
  border-right-color: rgb(229 237 255 / 0.9);
}
.border-r-indigo-100\/95 {
  border-right-color: rgb(229 237 255 / 0.95);
}
.border-r-indigo-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(205 219 254 / var(--tw-border-opacity, 1));
}
.border-r-indigo-200\/0 {
  border-right-color: rgb(205 219 254 / 0);
}
.border-r-indigo-200\/10 {
  border-right-color: rgb(205 219 254 / 0.1);
}
.border-r-indigo-200\/100 {
  border-right-color: rgb(205 219 254 / 1);
}
.border-r-indigo-200\/15 {
  border-right-color: rgb(205 219 254 / 0.15);
}
.border-r-indigo-200\/20 {
  border-right-color: rgb(205 219 254 / 0.2);
}
.border-r-indigo-200\/25 {
  border-right-color: rgb(205 219 254 / 0.25);
}
.border-r-indigo-200\/30 {
  border-right-color: rgb(205 219 254 / 0.3);
}
.border-r-indigo-200\/35 {
  border-right-color: rgb(205 219 254 / 0.35);
}
.border-r-indigo-200\/40 {
  border-right-color: rgb(205 219 254 / 0.4);
}
.border-r-indigo-200\/45 {
  border-right-color: rgb(205 219 254 / 0.45);
}
.border-r-indigo-200\/5 {
  border-right-color: rgb(205 219 254 / 0.05);
}
.border-r-indigo-200\/50 {
  border-right-color: rgb(205 219 254 / 0.5);
}
.border-r-indigo-200\/55 {
  border-right-color: rgb(205 219 254 / 0.55);
}
.border-r-indigo-200\/60 {
  border-right-color: rgb(205 219 254 / 0.6);
}
.border-r-indigo-200\/65 {
  border-right-color: rgb(205 219 254 / 0.65);
}
.border-r-indigo-200\/70 {
  border-right-color: rgb(205 219 254 / 0.7);
}
.border-r-indigo-200\/75 {
  border-right-color: rgb(205 219 254 / 0.75);
}
.border-r-indigo-200\/80 {
  border-right-color: rgb(205 219 254 / 0.8);
}
.border-r-indigo-200\/85 {
  border-right-color: rgb(205 219 254 / 0.85);
}
.border-r-indigo-200\/90 {
  border-right-color: rgb(205 219 254 / 0.9);
}
.border-r-indigo-200\/95 {
  border-right-color: rgb(205 219 254 / 0.95);
}
.border-r-indigo-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(180 198 252 / var(--tw-border-opacity, 1));
}
.border-r-indigo-300\/0 {
  border-right-color: rgb(180 198 252 / 0);
}
.border-r-indigo-300\/10 {
  border-right-color: rgb(180 198 252 / 0.1);
}
.border-r-indigo-300\/100 {
  border-right-color: rgb(180 198 252 / 1);
}
.border-r-indigo-300\/15 {
  border-right-color: rgb(180 198 252 / 0.15);
}
.border-r-indigo-300\/20 {
  border-right-color: rgb(180 198 252 / 0.2);
}
.border-r-indigo-300\/25 {
  border-right-color: rgb(180 198 252 / 0.25);
}
.border-r-indigo-300\/30 {
  border-right-color: rgb(180 198 252 / 0.3);
}
.border-r-indigo-300\/35 {
  border-right-color: rgb(180 198 252 / 0.35);
}
.border-r-indigo-300\/40 {
  border-right-color: rgb(180 198 252 / 0.4);
}
.border-r-indigo-300\/45 {
  border-right-color: rgb(180 198 252 / 0.45);
}
.border-r-indigo-300\/5 {
  border-right-color: rgb(180 198 252 / 0.05);
}
.border-r-indigo-300\/50 {
  border-right-color: rgb(180 198 252 / 0.5);
}
.border-r-indigo-300\/55 {
  border-right-color: rgb(180 198 252 / 0.55);
}
.border-r-indigo-300\/60 {
  border-right-color: rgb(180 198 252 / 0.6);
}
.border-r-indigo-300\/65 {
  border-right-color: rgb(180 198 252 / 0.65);
}
.border-r-indigo-300\/70 {
  border-right-color: rgb(180 198 252 / 0.7);
}
.border-r-indigo-300\/75 {
  border-right-color: rgb(180 198 252 / 0.75);
}
.border-r-indigo-300\/80 {
  border-right-color: rgb(180 198 252 / 0.8);
}
.border-r-indigo-300\/85 {
  border-right-color: rgb(180 198 252 / 0.85);
}
.border-r-indigo-300\/90 {
  border-right-color: rgb(180 198 252 / 0.9);
}
.border-r-indigo-300\/95 {
  border-right-color: rgb(180 198 252 / 0.95);
}
.border-r-indigo-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(141 162 251 / var(--tw-border-opacity, 1));
}
.border-r-indigo-400\/0 {
  border-right-color: rgb(141 162 251 / 0);
}
.border-r-indigo-400\/10 {
  border-right-color: rgb(141 162 251 / 0.1);
}
.border-r-indigo-400\/100 {
  border-right-color: rgb(141 162 251 / 1);
}
.border-r-indigo-400\/15 {
  border-right-color: rgb(141 162 251 / 0.15);
}
.border-r-indigo-400\/20 {
  border-right-color: rgb(141 162 251 / 0.2);
}
.border-r-indigo-400\/25 {
  border-right-color: rgb(141 162 251 / 0.25);
}
.border-r-indigo-400\/30 {
  border-right-color: rgb(141 162 251 / 0.3);
}
.border-r-indigo-400\/35 {
  border-right-color: rgb(141 162 251 / 0.35);
}
.border-r-indigo-400\/40 {
  border-right-color: rgb(141 162 251 / 0.4);
}
.border-r-indigo-400\/45 {
  border-right-color: rgb(141 162 251 / 0.45);
}
.border-r-indigo-400\/5 {
  border-right-color: rgb(141 162 251 / 0.05);
}
.border-r-indigo-400\/50 {
  border-right-color: rgb(141 162 251 / 0.5);
}
.border-r-indigo-400\/55 {
  border-right-color: rgb(141 162 251 / 0.55);
}
.border-r-indigo-400\/60 {
  border-right-color: rgb(141 162 251 / 0.6);
}
.border-r-indigo-400\/65 {
  border-right-color: rgb(141 162 251 / 0.65);
}
.border-r-indigo-400\/70 {
  border-right-color: rgb(141 162 251 / 0.7);
}
.border-r-indigo-400\/75 {
  border-right-color: rgb(141 162 251 / 0.75);
}
.border-r-indigo-400\/80 {
  border-right-color: rgb(141 162 251 / 0.8);
}
.border-r-indigo-400\/85 {
  border-right-color: rgb(141 162 251 / 0.85);
}
.border-r-indigo-400\/90 {
  border-right-color: rgb(141 162 251 / 0.9);
}
.border-r-indigo-400\/95 {
  border-right-color: rgb(141 162 251 / 0.95);
}
.border-r-indigo-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(240 245 255 / var(--tw-border-opacity, 1));
}
.border-r-indigo-50\/0 {
  border-right-color: rgb(240 245 255 / 0);
}
.border-r-indigo-50\/10 {
  border-right-color: rgb(240 245 255 / 0.1);
}
.border-r-indigo-50\/100 {
  border-right-color: rgb(240 245 255 / 1);
}
.border-r-indigo-50\/15 {
  border-right-color: rgb(240 245 255 / 0.15);
}
.border-r-indigo-50\/20 {
  border-right-color: rgb(240 245 255 / 0.2);
}
.border-r-indigo-50\/25 {
  border-right-color: rgb(240 245 255 / 0.25);
}
.border-r-indigo-50\/30 {
  border-right-color: rgb(240 245 255 / 0.3);
}
.border-r-indigo-50\/35 {
  border-right-color: rgb(240 245 255 / 0.35);
}
.border-r-indigo-50\/40 {
  border-right-color: rgb(240 245 255 / 0.4);
}
.border-r-indigo-50\/45 {
  border-right-color: rgb(240 245 255 / 0.45);
}
.border-r-indigo-50\/5 {
  border-right-color: rgb(240 245 255 / 0.05);
}
.border-r-indigo-50\/50 {
  border-right-color: rgb(240 245 255 / 0.5);
}
.border-r-indigo-50\/55 {
  border-right-color: rgb(240 245 255 / 0.55);
}
.border-r-indigo-50\/60 {
  border-right-color: rgb(240 245 255 / 0.6);
}
.border-r-indigo-50\/65 {
  border-right-color: rgb(240 245 255 / 0.65);
}
.border-r-indigo-50\/70 {
  border-right-color: rgb(240 245 255 / 0.7);
}
.border-r-indigo-50\/75 {
  border-right-color: rgb(240 245 255 / 0.75);
}
.border-r-indigo-50\/80 {
  border-right-color: rgb(240 245 255 / 0.8);
}
.border-r-indigo-50\/85 {
  border-right-color: rgb(240 245 255 / 0.85);
}
.border-r-indigo-50\/90 {
  border-right-color: rgb(240 245 255 / 0.9);
}
.border-r-indigo-50\/95 {
  border-right-color: rgb(240 245 255 / 0.95);
}
.border-r-indigo-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(104 117 245 / var(--tw-border-opacity, 1));
}
.border-r-indigo-500\/0 {
  border-right-color: rgb(104 117 245 / 0);
}
.border-r-indigo-500\/10 {
  border-right-color: rgb(104 117 245 / 0.1);
}
.border-r-indigo-500\/100 {
  border-right-color: rgb(104 117 245 / 1);
}
.border-r-indigo-500\/15 {
  border-right-color: rgb(104 117 245 / 0.15);
}
.border-r-indigo-500\/20 {
  border-right-color: rgb(104 117 245 / 0.2);
}
.border-r-indigo-500\/25 {
  border-right-color: rgb(104 117 245 / 0.25);
}
.border-r-indigo-500\/30 {
  border-right-color: rgb(104 117 245 / 0.3);
}
.border-r-indigo-500\/35 {
  border-right-color: rgb(104 117 245 / 0.35);
}
.border-r-indigo-500\/40 {
  border-right-color: rgb(104 117 245 / 0.4);
}
.border-r-indigo-500\/45 {
  border-right-color: rgb(104 117 245 / 0.45);
}
.border-r-indigo-500\/5 {
  border-right-color: rgb(104 117 245 / 0.05);
}
.border-r-indigo-500\/50 {
  border-right-color: rgb(104 117 245 / 0.5);
}
.border-r-indigo-500\/55 {
  border-right-color: rgb(104 117 245 / 0.55);
}
.border-r-indigo-500\/60 {
  border-right-color: rgb(104 117 245 / 0.6);
}
.border-r-indigo-500\/65 {
  border-right-color: rgb(104 117 245 / 0.65);
}
.border-r-indigo-500\/70 {
  border-right-color: rgb(104 117 245 / 0.7);
}
.border-r-indigo-500\/75 {
  border-right-color: rgb(104 117 245 / 0.75);
}
.border-r-indigo-500\/80 {
  border-right-color: rgb(104 117 245 / 0.8);
}
.border-r-indigo-500\/85 {
  border-right-color: rgb(104 117 245 / 0.85);
}
.border-r-indigo-500\/90 {
  border-right-color: rgb(104 117 245 / 0.9);
}
.border-r-indigo-500\/95 {
  border-right-color: rgb(104 117 245 / 0.95);
}
.border-r-indigo-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(88 80 236 / var(--tw-border-opacity, 1));
}
.border-r-indigo-600\/0 {
  border-right-color: rgb(88 80 236 / 0);
}
.border-r-indigo-600\/10 {
  border-right-color: rgb(88 80 236 / 0.1);
}
.border-r-indigo-600\/100 {
  border-right-color: rgb(88 80 236 / 1);
}
.border-r-indigo-600\/15 {
  border-right-color: rgb(88 80 236 / 0.15);
}
.border-r-indigo-600\/20 {
  border-right-color: rgb(88 80 236 / 0.2);
}
.border-r-indigo-600\/25 {
  border-right-color: rgb(88 80 236 / 0.25);
}
.border-r-indigo-600\/30 {
  border-right-color: rgb(88 80 236 / 0.3);
}
.border-r-indigo-600\/35 {
  border-right-color: rgb(88 80 236 / 0.35);
}
.border-r-indigo-600\/40 {
  border-right-color: rgb(88 80 236 / 0.4);
}
.border-r-indigo-600\/45 {
  border-right-color: rgb(88 80 236 / 0.45);
}
.border-r-indigo-600\/5 {
  border-right-color: rgb(88 80 236 / 0.05);
}
.border-r-indigo-600\/50 {
  border-right-color: rgb(88 80 236 / 0.5);
}
.border-r-indigo-600\/55 {
  border-right-color: rgb(88 80 236 / 0.55);
}
.border-r-indigo-600\/60 {
  border-right-color: rgb(88 80 236 / 0.6);
}
.border-r-indigo-600\/65 {
  border-right-color: rgb(88 80 236 / 0.65);
}
.border-r-indigo-600\/70 {
  border-right-color: rgb(88 80 236 / 0.7);
}
.border-r-indigo-600\/75 {
  border-right-color: rgb(88 80 236 / 0.75);
}
.border-r-indigo-600\/80 {
  border-right-color: rgb(88 80 236 / 0.8);
}
.border-r-indigo-600\/85 {
  border-right-color: rgb(88 80 236 / 0.85);
}
.border-r-indigo-600\/90 {
  border-right-color: rgb(88 80 236 / 0.9);
}
.border-r-indigo-600\/95 {
  border-right-color: rgb(88 80 236 / 0.95);
}
.border-r-indigo-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(81 69 205 / var(--tw-border-opacity, 1));
}
.border-r-indigo-700\/0 {
  border-right-color: rgb(81 69 205 / 0);
}
.border-r-indigo-700\/10 {
  border-right-color: rgb(81 69 205 / 0.1);
}
.border-r-indigo-700\/100 {
  border-right-color: rgb(81 69 205 / 1);
}
.border-r-indigo-700\/15 {
  border-right-color: rgb(81 69 205 / 0.15);
}
.border-r-indigo-700\/20 {
  border-right-color: rgb(81 69 205 / 0.2);
}
.border-r-indigo-700\/25 {
  border-right-color: rgb(81 69 205 / 0.25);
}
.border-r-indigo-700\/30 {
  border-right-color: rgb(81 69 205 / 0.3);
}
.border-r-indigo-700\/35 {
  border-right-color: rgb(81 69 205 / 0.35);
}
.border-r-indigo-700\/40 {
  border-right-color: rgb(81 69 205 / 0.4);
}
.border-r-indigo-700\/45 {
  border-right-color: rgb(81 69 205 / 0.45);
}
.border-r-indigo-700\/5 {
  border-right-color: rgb(81 69 205 / 0.05);
}
.border-r-indigo-700\/50 {
  border-right-color: rgb(81 69 205 / 0.5);
}
.border-r-indigo-700\/55 {
  border-right-color: rgb(81 69 205 / 0.55);
}
.border-r-indigo-700\/60 {
  border-right-color: rgb(81 69 205 / 0.6);
}
.border-r-indigo-700\/65 {
  border-right-color: rgb(81 69 205 / 0.65);
}
.border-r-indigo-700\/70 {
  border-right-color: rgb(81 69 205 / 0.7);
}
.border-r-indigo-700\/75 {
  border-right-color: rgb(81 69 205 / 0.75);
}
.border-r-indigo-700\/80 {
  border-right-color: rgb(81 69 205 / 0.8);
}
.border-r-indigo-700\/85 {
  border-right-color: rgb(81 69 205 / 0.85);
}
.border-r-indigo-700\/90 {
  border-right-color: rgb(81 69 205 / 0.9);
}
.border-r-indigo-700\/95 {
  border-right-color: rgb(81 69 205 / 0.95);
}
.border-r-indigo-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(66 56 157 / var(--tw-border-opacity, 1));
}
.border-r-indigo-800\/0 {
  border-right-color: rgb(66 56 157 / 0);
}
.border-r-indigo-800\/10 {
  border-right-color: rgb(66 56 157 / 0.1);
}
.border-r-indigo-800\/100 {
  border-right-color: rgb(66 56 157 / 1);
}
.border-r-indigo-800\/15 {
  border-right-color: rgb(66 56 157 / 0.15);
}
.border-r-indigo-800\/20 {
  border-right-color: rgb(66 56 157 / 0.2);
}
.border-r-indigo-800\/25 {
  border-right-color: rgb(66 56 157 / 0.25);
}
.border-r-indigo-800\/30 {
  border-right-color: rgb(66 56 157 / 0.3);
}
.border-r-indigo-800\/35 {
  border-right-color: rgb(66 56 157 / 0.35);
}
.border-r-indigo-800\/40 {
  border-right-color: rgb(66 56 157 / 0.4);
}
.border-r-indigo-800\/45 {
  border-right-color: rgb(66 56 157 / 0.45);
}
.border-r-indigo-800\/5 {
  border-right-color: rgb(66 56 157 / 0.05);
}
.border-r-indigo-800\/50 {
  border-right-color: rgb(66 56 157 / 0.5);
}
.border-r-indigo-800\/55 {
  border-right-color: rgb(66 56 157 / 0.55);
}
.border-r-indigo-800\/60 {
  border-right-color: rgb(66 56 157 / 0.6);
}
.border-r-indigo-800\/65 {
  border-right-color: rgb(66 56 157 / 0.65);
}
.border-r-indigo-800\/70 {
  border-right-color: rgb(66 56 157 / 0.7);
}
.border-r-indigo-800\/75 {
  border-right-color: rgb(66 56 157 / 0.75);
}
.border-r-indigo-800\/80 {
  border-right-color: rgb(66 56 157 / 0.8);
}
.border-r-indigo-800\/85 {
  border-right-color: rgb(66 56 157 / 0.85);
}
.border-r-indigo-800\/90 {
  border-right-color: rgb(66 56 157 / 0.9);
}
.border-r-indigo-800\/95 {
  border-right-color: rgb(66 56 157 / 0.95);
}
.border-r-indigo-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(54 47 120 / var(--tw-border-opacity, 1));
}
.border-r-indigo-900\/0 {
  border-right-color: rgb(54 47 120 / 0);
}
.border-r-indigo-900\/10 {
  border-right-color: rgb(54 47 120 / 0.1);
}
.border-r-indigo-900\/100 {
  border-right-color: rgb(54 47 120 / 1);
}
.border-r-indigo-900\/15 {
  border-right-color: rgb(54 47 120 / 0.15);
}
.border-r-indigo-900\/20 {
  border-right-color: rgb(54 47 120 / 0.2);
}
.border-r-indigo-900\/25 {
  border-right-color: rgb(54 47 120 / 0.25);
}
.border-r-indigo-900\/30 {
  border-right-color: rgb(54 47 120 / 0.3);
}
.border-r-indigo-900\/35 {
  border-right-color: rgb(54 47 120 / 0.35);
}
.border-r-indigo-900\/40 {
  border-right-color: rgb(54 47 120 / 0.4);
}
.border-r-indigo-900\/45 {
  border-right-color: rgb(54 47 120 / 0.45);
}
.border-r-indigo-900\/5 {
  border-right-color: rgb(54 47 120 / 0.05);
}
.border-r-indigo-900\/50 {
  border-right-color: rgb(54 47 120 / 0.5);
}
.border-r-indigo-900\/55 {
  border-right-color: rgb(54 47 120 / 0.55);
}
.border-r-indigo-900\/60 {
  border-right-color: rgb(54 47 120 / 0.6);
}
.border-r-indigo-900\/65 {
  border-right-color: rgb(54 47 120 / 0.65);
}
.border-r-indigo-900\/70 {
  border-right-color: rgb(54 47 120 / 0.7);
}
.border-r-indigo-900\/75 {
  border-right-color: rgb(54 47 120 / 0.75);
}
.border-r-indigo-900\/80 {
  border-right-color: rgb(54 47 120 / 0.8);
}
.border-r-indigo-900\/85 {
  border-right-color: rgb(54 47 120 / 0.85);
}
.border-r-indigo-900\/90 {
  border-right-color: rgb(54 47 120 / 0.9);
}
.border-r-indigo-900\/95 {
  border-right-color: rgb(54 47 120 / 0.95);
}
.border-r-negative-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}
.border-r-negative-100\/0 {
  border-right-color: rgb(244 244 245 / 0);
}
.border-r-negative-100\/10 {
  border-right-color: rgb(244 244 245 / 0.1);
}
.border-r-negative-100\/100 {
  border-right-color: rgb(244 244 245 / 1);
}
.border-r-negative-100\/15 {
  border-right-color: rgb(244 244 245 / 0.15);
}
.border-r-negative-100\/20 {
  border-right-color: rgb(244 244 245 / 0.2);
}
.border-r-negative-100\/25 {
  border-right-color: rgb(244 244 245 / 0.25);
}
.border-r-negative-100\/30 {
  border-right-color: rgb(244 244 245 / 0.3);
}
.border-r-negative-100\/35 {
  border-right-color: rgb(244 244 245 / 0.35);
}
.border-r-negative-100\/40 {
  border-right-color: rgb(244 244 245 / 0.4);
}
.border-r-negative-100\/45 {
  border-right-color: rgb(244 244 245 / 0.45);
}
.border-r-negative-100\/5 {
  border-right-color: rgb(244 244 245 / 0.05);
}
.border-r-negative-100\/50 {
  border-right-color: rgb(244 244 245 / 0.5);
}
.border-r-negative-100\/55 {
  border-right-color: rgb(244 244 245 / 0.55);
}
.border-r-negative-100\/60 {
  border-right-color: rgb(244 244 245 / 0.6);
}
.border-r-negative-100\/65 {
  border-right-color: rgb(244 244 245 / 0.65);
}
.border-r-negative-100\/70 {
  border-right-color: rgb(244 244 245 / 0.7);
}
.border-r-negative-100\/75 {
  border-right-color: rgb(244 244 245 / 0.75);
}
.border-r-negative-100\/80 {
  border-right-color: rgb(244 244 245 / 0.8);
}
.border-r-negative-100\/85 {
  border-right-color: rgb(244 244 245 / 0.85);
}
.border-r-negative-100\/90 {
  border-right-color: rgb(244 244 245 / 0.9);
}
.border-r-negative-100\/95 {
  border-right-color: rgb(244 244 245 / 0.95);
}
.border-r-negative-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}
.border-r-negative-200\/0 {
  border-right-color: rgb(228 228 231 / 0);
}
.border-r-negative-200\/10 {
  border-right-color: rgb(228 228 231 / 0.1);
}
.border-r-negative-200\/100 {
  border-right-color: rgb(228 228 231 / 1);
}
.border-r-negative-200\/15 {
  border-right-color: rgb(228 228 231 / 0.15);
}
.border-r-negative-200\/20 {
  border-right-color: rgb(228 228 231 / 0.2);
}
.border-r-negative-200\/25 {
  border-right-color: rgb(228 228 231 / 0.25);
}
.border-r-negative-200\/30 {
  border-right-color: rgb(228 228 231 / 0.3);
}
.border-r-negative-200\/35 {
  border-right-color: rgb(228 228 231 / 0.35);
}
.border-r-negative-200\/40 {
  border-right-color: rgb(228 228 231 / 0.4);
}
.border-r-negative-200\/45 {
  border-right-color: rgb(228 228 231 / 0.45);
}
.border-r-negative-200\/5 {
  border-right-color: rgb(228 228 231 / 0.05);
}
.border-r-negative-200\/50 {
  border-right-color: rgb(228 228 231 / 0.5);
}
.border-r-negative-200\/55 {
  border-right-color: rgb(228 228 231 / 0.55);
}
.border-r-negative-200\/60 {
  border-right-color: rgb(228 228 231 / 0.6);
}
.border-r-negative-200\/65 {
  border-right-color: rgb(228 228 231 / 0.65);
}
.border-r-negative-200\/70 {
  border-right-color: rgb(228 228 231 / 0.7);
}
.border-r-negative-200\/75 {
  border-right-color: rgb(228 228 231 / 0.75);
}
.border-r-negative-200\/80 {
  border-right-color: rgb(228 228 231 / 0.8);
}
.border-r-negative-200\/85 {
  border-right-color: rgb(228 228 231 / 0.85);
}
.border-r-negative-200\/90 {
  border-right-color: rgb(228 228 231 / 0.9);
}
.border-r-negative-200\/95 {
  border-right-color: rgb(228 228 231 / 0.95);
}
.border-r-negative-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}
.border-r-negative-300\/0 {
  border-right-color: rgb(212 212 216 / 0);
}
.border-r-negative-300\/10 {
  border-right-color: rgb(212 212 216 / 0.1);
}
.border-r-negative-300\/100 {
  border-right-color: rgb(212 212 216 / 1);
}
.border-r-negative-300\/15 {
  border-right-color: rgb(212 212 216 / 0.15);
}
.border-r-negative-300\/20 {
  border-right-color: rgb(212 212 216 / 0.2);
}
.border-r-negative-300\/25 {
  border-right-color: rgb(212 212 216 / 0.25);
}
.border-r-negative-300\/30 {
  border-right-color: rgb(212 212 216 / 0.3);
}
.border-r-negative-300\/35 {
  border-right-color: rgb(212 212 216 / 0.35);
}
.border-r-negative-300\/40 {
  border-right-color: rgb(212 212 216 / 0.4);
}
.border-r-negative-300\/45 {
  border-right-color: rgb(212 212 216 / 0.45);
}
.border-r-negative-300\/5 {
  border-right-color: rgb(212 212 216 / 0.05);
}
.border-r-negative-300\/50 {
  border-right-color: rgb(212 212 216 / 0.5);
}
.border-r-negative-300\/55 {
  border-right-color: rgb(212 212 216 / 0.55);
}
.border-r-negative-300\/60 {
  border-right-color: rgb(212 212 216 / 0.6);
}
.border-r-negative-300\/65 {
  border-right-color: rgb(212 212 216 / 0.65);
}
.border-r-negative-300\/70 {
  border-right-color: rgb(212 212 216 / 0.7);
}
.border-r-negative-300\/75 {
  border-right-color: rgb(212 212 216 / 0.75);
}
.border-r-negative-300\/80 {
  border-right-color: rgb(212 212 216 / 0.8);
}
.border-r-negative-300\/85 {
  border-right-color: rgb(212 212 216 / 0.85);
}
.border-r-negative-300\/90 {
  border-right-color: rgb(212 212 216 / 0.9);
}
.border-r-negative-300\/95 {
  border-right-color: rgb(212 212 216 / 0.95);
}
.border-r-negative-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}
.border-r-negative-400\/0 {
  border-right-color: rgb(161 161 170 / 0);
}
.border-r-negative-400\/10 {
  border-right-color: rgb(161 161 170 / 0.1);
}
.border-r-negative-400\/100 {
  border-right-color: rgb(161 161 170 / 1);
}
.border-r-negative-400\/15 {
  border-right-color: rgb(161 161 170 / 0.15);
}
.border-r-negative-400\/20 {
  border-right-color: rgb(161 161 170 / 0.2);
}
.border-r-negative-400\/25 {
  border-right-color: rgb(161 161 170 / 0.25);
}
.border-r-negative-400\/30 {
  border-right-color: rgb(161 161 170 / 0.3);
}
.border-r-negative-400\/35 {
  border-right-color: rgb(161 161 170 / 0.35);
}
.border-r-negative-400\/40 {
  border-right-color: rgb(161 161 170 / 0.4);
}
.border-r-negative-400\/45 {
  border-right-color: rgb(161 161 170 / 0.45);
}
.border-r-negative-400\/5 {
  border-right-color: rgb(161 161 170 / 0.05);
}
.border-r-negative-400\/50 {
  border-right-color: rgb(161 161 170 / 0.5);
}
.border-r-negative-400\/55 {
  border-right-color: rgb(161 161 170 / 0.55);
}
.border-r-negative-400\/60 {
  border-right-color: rgb(161 161 170 / 0.6);
}
.border-r-negative-400\/65 {
  border-right-color: rgb(161 161 170 / 0.65);
}
.border-r-negative-400\/70 {
  border-right-color: rgb(161 161 170 / 0.7);
}
.border-r-negative-400\/75 {
  border-right-color: rgb(161 161 170 / 0.75);
}
.border-r-negative-400\/80 {
  border-right-color: rgb(161 161 170 / 0.8);
}
.border-r-negative-400\/85 {
  border-right-color: rgb(161 161 170 / 0.85);
}
.border-r-negative-400\/90 {
  border-right-color: rgb(161 161 170 / 0.9);
}
.border-r-negative-400\/95 {
  border-right-color: rgb(161 161 170 / 0.95);
}
.border-r-negative-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-r-negative-50\/0 {
  border-right-color: rgb(250 250 250 / 0);
}
.border-r-negative-50\/10 {
  border-right-color: rgb(250 250 250 / 0.1);
}
.border-r-negative-50\/100 {
  border-right-color: rgb(250 250 250 / 1);
}
.border-r-negative-50\/15 {
  border-right-color: rgb(250 250 250 / 0.15);
}
.border-r-negative-50\/20 {
  border-right-color: rgb(250 250 250 / 0.2);
}
.border-r-negative-50\/25 {
  border-right-color: rgb(250 250 250 / 0.25);
}
.border-r-negative-50\/30 {
  border-right-color: rgb(250 250 250 / 0.3);
}
.border-r-negative-50\/35 {
  border-right-color: rgb(250 250 250 / 0.35);
}
.border-r-negative-50\/40 {
  border-right-color: rgb(250 250 250 / 0.4);
}
.border-r-negative-50\/45 {
  border-right-color: rgb(250 250 250 / 0.45);
}
.border-r-negative-50\/5 {
  border-right-color: rgb(250 250 250 / 0.05);
}
.border-r-negative-50\/50 {
  border-right-color: rgb(250 250 250 / 0.5);
}
.border-r-negative-50\/55 {
  border-right-color: rgb(250 250 250 / 0.55);
}
.border-r-negative-50\/60 {
  border-right-color: rgb(250 250 250 / 0.6);
}
.border-r-negative-50\/65 {
  border-right-color: rgb(250 250 250 / 0.65);
}
.border-r-negative-50\/70 {
  border-right-color: rgb(250 250 250 / 0.7);
}
.border-r-negative-50\/75 {
  border-right-color: rgb(250 250 250 / 0.75);
}
.border-r-negative-50\/80 {
  border-right-color: rgb(250 250 250 / 0.8);
}
.border-r-negative-50\/85 {
  border-right-color: rgb(250 250 250 / 0.85);
}
.border-r-negative-50\/90 {
  border-right-color: rgb(250 250 250 / 0.9);
}
.border-r-negative-50\/95 {
  border-right-color: rgb(250 250 250 / 0.95);
}
.border-r-negative-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}
.border-r-negative-500\/0 {
  border-right-color: rgb(113 113 122 / 0);
}
.border-r-negative-500\/10 {
  border-right-color: rgb(113 113 122 / 0.1);
}
.border-r-negative-500\/100 {
  border-right-color: rgb(113 113 122 / 1);
}
.border-r-negative-500\/15 {
  border-right-color: rgb(113 113 122 / 0.15);
}
.border-r-negative-500\/20 {
  border-right-color: rgb(113 113 122 / 0.2);
}
.border-r-negative-500\/25 {
  border-right-color: rgb(113 113 122 / 0.25);
}
.border-r-negative-500\/30 {
  border-right-color: rgb(113 113 122 / 0.3);
}
.border-r-negative-500\/35 {
  border-right-color: rgb(113 113 122 / 0.35);
}
.border-r-negative-500\/40 {
  border-right-color: rgb(113 113 122 / 0.4);
}
.border-r-negative-500\/45 {
  border-right-color: rgb(113 113 122 / 0.45);
}
.border-r-negative-500\/5 {
  border-right-color: rgb(113 113 122 / 0.05);
}
.border-r-negative-500\/50 {
  border-right-color: rgb(113 113 122 / 0.5);
}
.border-r-negative-500\/55 {
  border-right-color: rgb(113 113 122 / 0.55);
}
.border-r-negative-500\/60 {
  border-right-color: rgb(113 113 122 / 0.6);
}
.border-r-negative-500\/65 {
  border-right-color: rgb(113 113 122 / 0.65);
}
.border-r-negative-500\/70 {
  border-right-color: rgb(113 113 122 / 0.7);
}
.border-r-negative-500\/75 {
  border-right-color: rgb(113 113 122 / 0.75);
}
.border-r-negative-500\/80 {
  border-right-color: rgb(113 113 122 / 0.8);
}
.border-r-negative-500\/85 {
  border-right-color: rgb(113 113 122 / 0.85);
}
.border-r-negative-500\/90 {
  border-right-color: rgb(113 113 122 / 0.9);
}
.border-r-negative-500\/95 {
  border-right-color: rgb(113 113 122 / 0.95);
}
.border-r-negative-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}
.border-r-negative-600\/0 {
  border-right-color: rgb(82 82 91 / 0);
}
.border-r-negative-600\/10 {
  border-right-color: rgb(82 82 91 / 0.1);
}
.border-r-negative-600\/100 {
  border-right-color: rgb(82 82 91 / 1);
}
.border-r-negative-600\/15 {
  border-right-color: rgb(82 82 91 / 0.15);
}
.border-r-negative-600\/20 {
  border-right-color: rgb(82 82 91 / 0.2);
}
.border-r-negative-600\/25 {
  border-right-color: rgb(82 82 91 / 0.25);
}
.border-r-negative-600\/30 {
  border-right-color: rgb(82 82 91 / 0.3);
}
.border-r-negative-600\/35 {
  border-right-color: rgb(82 82 91 / 0.35);
}
.border-r-negative-600\/40 {
  border-right-color: rgb(82 82 91 / 0.4);
}
.border-r-negative-600\/45 {
  border-right-color: rgb(82 82 91 / 0.45);
}
.border-r-negative-600\/5 {
  border-right-color: rgb(82 82 91 / 0.05);
}
.border-r-negative-600\/50 {
  border-right-color: rgb(82 82 91 / 0.5);
}
.border-r-negative-600\/55 {
  border-right-color: rgb(82 82 91 / 0.55);
}
.border-r-negative-600\/60 {
  border-right-color: rgb(82 82 91 / 0.6);
}
.border-r-negative-600\/65 {
  border-right-color: rgb(82 82 91 / 0.65);
}
.border-r-negative-600\/70 {
  border-right-color: rgb(82 82 91 / 0.7);
}
.border-r-negative-600\/75 {
  border-right-color: rgb(82 82 91 / 0.75);
}
.border-r-negative-600\/80 {
  border-right-color: rgb(82 82 91 / 0.8);
}
.border-r-negative-600\/85 {
  border-right-color: rgb(82 82 91 / 0.85);
}
.border-r-negative-600\/90 {
  border-right-color: rgb(82 82 91 / 0.9);
}
.border-r-negative-600\/95 {
  border-right-color: rgb(82 82 91 / 0.95);
}
.border-r-negative-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}
.border-r-negative-700\/0 {
  border-right-color: rgb(63 63 70 / 0);
}
.border-r-negative-700\/10 {
  border-right-color: rgb(63 63 70 / 0.1);
}
.border-r-negative-700\/100 {
  border-right-color: rgb(63 63 70 / 1);
}
.border-r-negative-700\/15 {
  border-right-color: rgb(63 63 70 / 0.15);
}
.border-r-negative-700\/20 {
  border-right-color: rgb(63 63 70 / 0.2);
}
.border-r-negative-700\/25 {
  border-right-color: rgb(63 63 70 / 0.25);
}
.border-r-negative-700\/30 {
  border-right-color: rgb(63 63 70 / 0.3);
}
.border-r-negative-700\/35 {
  border-right-color: rgb(63 63 70 / 0.35);
}
.border-r-negative-700\/40 {
  border-right-color: rgb(63 63 70 / 0.4);
}
.border-r-negative-700\/45 {
  border-right-color: rgb(63 63 70 / 0.45);
}
.border-r-negative-700\/5 {
  border-right-color: rgb(63 63 70 / 0.05);
}
.border-r-negative-700\/50 {
  border-right-color: rgb(63 63 70 / 0.5);
}
.border-r-negative-700\/55 {
  border-right-color: rgb(63 63 70 / 0.55);
}
.border-r-negative-700\/60 {
  border-right-color: rgb(63 63 70 / 0.6);
}
.border-r-negative-700\/65 {
  border-right-color: rgb(63 63 70 / 0.65);
}
.border-r-negative-700\/70 {
  border-right-color: rgb(63 63 70 / 0.7);
}
.border-r-negative-700\/75 {
  border-right-color: rgb(63 63 70 / 0.75);
}
.border-r-negative-700\/80 {
  border-right-color: rgb(63 63 70 / 0.8);
}
.border-r-negative-700\/85 {
  border-right-color: rgb(63 63 70 / 0.85);
}
.border-r-negative-700\/90 {
  border-right-color: rgb(63 63 70 / 0.9);
}
.border-r-negative-700\/95 {
  border-right-color: rgb(63 63 70 / 0.95);
}
.border-r-negative-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}
.border-r-negative-800\/0 {
  border-right-color: rgb(39 39 42 / 0);
}
.border-r-negative-800\/10 {
  border-right-color: rgb(39 39 42 / 0.1);
}
.border-r-negative-800\/100 {
  border-right-color: rgb(39 39 42 / 1);
}
.border-r-negative-800\/15 {
  border-right-color: rgb(39 39 42 / 0.15);
}
.border-r-negative-800\/20 {
  border-right-color: rgb(39 39 42 / 0.2);
}
.border-r-negative-800\/25 {
  border-right-color: rgb(39 39 42 / 0.25);
}
.border-r-negative-800\/30 {
  border-right-color: rgb(39 39 42 / 0.3);
}
.border-r-negative-800\/35 {
  border-right-color: rgb(39 39 42 / 0.35);
}
.border-r-negative-800\/40 {
  border-right-color: rgb(39 39 42 / 0.4);
}
.border-r-negative-800\/45 {
  border-right-color: rgb(39 39 42 / 0.45);
}
.border-r-negative-800\/5 {
  border-right-color: rgb(39 39 42 / 0.05);
}
.border-r-negative-800\/50 {
  border-right-color: rgb(39 39 42 / 0.5);
}
.border-r-negative-800\/55 {
  border-right-color: rgb(39 39 42 / 0.55);
}
.border-r-negative-800\/60 {
  border-right-color: rgb(39 39 42 / 0.6);
}
.border-r-negative-800\/65 {
  border-right-color: rgb(39 39 42 / 0.65);
}
.border-r-negative-800\/70 {
  border-right-color: rgb(39 39 42 / 0.7);
}
.border-r-negative-800\/75 {
  border-right-color: rgb(39 39 42 / 0.75);
}
.border-r-negative-800\/80 {
  border-right-color: rgb(39 39 42 / 0.8);
}
.border-r-negative-800\/85 {
  border-right-color: rgb(39 39 42 / 0.85);
}
.border-r-negative-800\/90 {
  border-right-color: rgb(39 39 42 / 0.9);
}
.border-r-negative-800\/95 {
  border-right-color: rgb(39 39 42 / 0.95);
}
.border-r-negative-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
}
.border-r-negative-900\/0 {
  border-right-color: rgb(24 24 27 / 0);
}
.border-r-negative-900\/10 {
  border-right-color: rgb(24 24 27 / 0.1);
}
.border-r-negative-900\/100 {
  border-right-color: rgb(24 24 27 / 1);
}
.border-r-negative-900\/15 {
  border-right-color: rgb(24 24 27 / 0.15);
}
.border-r-negative-900\/20 {
  border-right-color: rgb(24 24 27 / 0.2);
}
.border-r-negative-900\/25 {
  border-right-color: rgb(24 24 27 / 0.25);
}
.border-r-negative-900\/30 {
  border-right-color: rgb(24 24 27 / 0.3);
}
.border-r-negative-900\/35 {
  border-right-color: rgb(24 24 27 / 0.35);
}
.border-r-negative-900\/40 {
  border-right-color: rgb(24 24 27 / 0.4);
}
.border-r-negative-900\/45 {
  border-right-color: rgb(24 24 27 / 0.45);
}
.border-r-negative-900\/5 {
  border-right-color: rgb(24 24 27 / 0.05);
}
.border-r-negative-900\/50 {
  border-right-color: rgb(24 24 27 / 0.5);
}
.border-r-negative-900\/55 {
  border-right-color: rgb(24 24 27 / 0.55);
}
.border-r-negative-900\/60 {
  border-right-color: rgb(24 24 27 / 0.6);
}
.border-r-negative-900\/65 {
  border-right-color: rgb(24 24 27 / 0.65);
}
.border-r-negative-900\/70 {
  border-right-color: rgb(24 24 27 / 0.7);
}
.border-r-negative-900\/75 {
  border-right-color: rgb(24 24 27 / 0.75);
}
.border-r-negative-900\/80 {
  border-right-color: rgb(24 24 27 / 0.8);
}
.border-r-negative-900\/85 {
  border-right-color: rgb(24 24 27 / 0.85);
}
.border-r-negative-900\/90 {
  border-right-color: rgb(24 24 27 / 0.9);
}
.border-r-negative-900\/95 {
  border-right-color: rgb(24 24 27 / 0.95);
}
.border-r-negative-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
}
.border-r-negative-950\/0 {
  border-right-color: rgb(9 9 11 / 0);
}
.border-r-negative-950\/10 {
  border-right-color: rgb(9 9 11 / 0.1);
}
.border-r-negative-950\/100 {
  border-right-color: rgb(9 9 11 / 1);
}
.border-r-negative-950\/15 {
  border-right-color: rgb(9 9 11 / 0.15);
}
.border-r-negative-950\/20 {
  border-right-color: rgb(9 9 11 / 0.2);
}
.border-r-negative-950\/25 {
  border-right-color: rgb(9 9 11 / 0.25);
}
.border-r-negative-950\/30 {
  border-right-color: rgb(9 9 11 / 0.3);
}
.border-r-negative-950\/35 {
  border-right-color: rgb(9 9 11 / 0.35);
}
.border-r-negative-950\/40 {
  border-right-color: rgb(9 9 11 / 0.4);
}
.border-r-negative-950\/45 {
  border-right-color: rgb(9 9 11 / 0.45);
}
.border-r-negative-950\/5 {
  border-right-color: rgb(9 9 11 / 0.05);
}
.border-r-negative-950\/50 {
  border-right-color: rgb(9 9 11 / 0.5);
}
.border-r-negative-950\/55 {
  border-right-color: rgb(9 9 11 / 0.55);
}
.border-r-negative-950\/60 {
  border-right-color: rgb(9 9 11 / 0.6);
}
.border-r-negative-950\/65 {
  border-right-color: rgb(9 9 11 / 0.65);
}
.border-r-negative-950\/70 {
  border-right-color: rgb(9 9 11 / 0.7);
}
.border-r-negative-950\/75 {
  border-right-color: rgb(9 9 11 / 0.75);
}
.border-r-negative-950\/80 {
  border-right-color: rgb(9 9 11 / 0.8);
}
.border-r-negative-950\/85 {
  border-right-color: rgb(9 9 11 / 0.85);
}
.border-r-negative-950\/90 {
  border-right-color: rgb(9 9 11 / 0.9);
}
.border-r-negative-950\/95 {
  border-right-color: rgb(9 9 11 / 0.95);
}
.border-r-orange-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 236 220 / var(--tw-border-opacity, 1));
}
.border-r-orange-100\/0 {
  border-right-color: rgb(254 236 220 / 0);
}
.border-r-orange-100\/10 {
  border-right-color: rgb(254 236 220 / 0.1);
}
.border-r-orange-100\/100 {
  border-right-color: rgb(254 236 220 / 1);
}
.border-r-orange-100\/15 {
  border-right-color: rgb(254 236 220 / 0.15);
}
.border-r-orange-100\/20 {
  border-right-color: rgb(254 236 220 / 0.2);
}
.border-r-orange-100\/25 {
  border-right-color: rgb(254 236 220 / 0.25);
}
.border-r-orange-100\/30 {
  border-right-color: rgb(254 236 220 / 0.3);
}
.border-r-orange-100\/35 {
  border-right-color: rgb(254 236 220 / 0.35);
}
.border-r-orange-100\/40 {
  border-right-color: rgb(254 236 220 / 0.4);
}
.border-r-orange-100\/45 {
  border-right-color: rgb(254 236 220 / 0.45);
}
.border-r-orange-100\/5 {
  border-right-color: rgb(254 236 220 / 0.05);
}
.border-r-orange-100\/50 {
  border-right-color: rgb(254 236 220 / 0.5);
}
.border-r-orange-100\/55 {
  border-right-color: rgb(254 236 220 / 0.55);
}
.border-r-orange-100\/60 {
  border-right-color: rgb(254 236 220 / 0.6);
}
.border-r-orange-100\/65 {
  border-right-color: rgb(254 236 220 / 0.65);
}
.border-r-orange-100\/70 {
  border-right-color: rgb(254 236 220 / 0.7);
}
.border-r-orange-100\/75 {
  border-right-color: rgb(254 236 220 / 0.75);
}
.border-r-orange-100\/80 {
  border-right-color: rgb(254 236 220 / 0.8);
}
.border-r-orange-100\/85 {
  border-right-color: rgb(254 236 220 / 0.85);
}
.border-r-orange-100\/90 {
  border-right-color: rgb(254 236 220 / 0.9);
}
.border-r-orange-100\/95 {
  border-right-color: rgb(254 236 220 / 0.95);
}
.border-r-orange-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(252 217 189 / var(--tw-border-opacity, 1));
}
.border-r-orange-200\/0 {
  border-right-color: rgb(252 217 189 / 0);
}
.border-r-orange-200\/10 {
  border-right-color: rgb(252 217 189 / 0.1);
}
.border-r-orange-200\/100 {
  border-right-color: rgb(252 217 189 / 1);
}
.border-r-orange-200\/15 {
  border-right-color: rgb(252 217 189 / 0.15);
}
.border-r-orange-200\/20 {
  border-right-color: rgb(252 217 189 / 0.2);
}
.border-r-orange-200\/25 {
  border-right-color: rgb(252 217 189 / 0.25);
}
.border-r-orange-200\/30 {
  border-right-color: rgb(252 217 189 / 0.3);
}
.border-r-orange-200\/35 {
  border-right-color: rgb(252 217 189 / 0.35);
}
.border-r-orange-200\/40 {
  border-right-color: rgb(252 217 189 / 0.4);
}
.border-r-orange-200\/45 {
  border-right-color: rgb(252 217 189 / 0.45);
}
.border-r-orange-200\/5 {
  border-right-color: rgb(252 217 189 / 0.05);
}
.border-r-orange-200\/50 {
  border-right-color: rgb(252 217 189 / 0.5);
}
.border-r-orange-200\/55 {
  border-right-color: rgb(252 217 189 / 0.55);
}
.border-r-orange-200\/60 {
  border-right-color: rgb(252 217 189 / 0.6);
}
.border-r-orange-200\/65 {
  border-right-color: rgb(252 217 189 / 0.65);
}
.border-r-orange-200\/70 {
  border-right-color: rgb(252 217 189 / 0.7);
}
.border-r-orange-200\/75 {
  border-right-color: rgb(252 217 189 / 0.75);
}
.border-r-orange-200\/80 {
  border-right-color: rgb(252 217 189 / 0.8);
}
.border-r-orange-200\/85 {
  border-right-color: rgb(252 217 189 / 0.85);
}
.border-r-orange-200\/90 {
  border-right-color: rgb(252 217 189 / 0.9);
}
.border-r-orange-200\/95 {
  border-right-color: rgb(252 217 189 / 0.95);
}
.border-r-orange-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 186 140 / var(--tw-border-opacity, 1));
}
.border-r-orange-300\/0 {
  border-right-color: rgb(253 186 140 / 0);
}
.border-r-orange-300\/10 {
  border-right-color: rgb(253 186 140 / 0.1);
}
.border-r-orange-300\/100 {
  border-right-color: rgb(253 186 140 / 1);
}
.border-r-orange-300\/15 {
  border-right-color: rgb(253 186 140 / 0.15);
}
.border-r-orange-300\/20 {
  border-right-color: rgb(253 186 140 / 0.2);
}
.border-r-orange-300\/25 {
  border-right-color: rgb(253 186 140 / 0.25);
}
.border-r-orange-300\/30 {
  border-right-color: rgb(253 186 140 / 0.3);
}
.border-r-orange-300\/35 {
  border-right-color: rgb(253 186 140 / 0.35);
}
.border-r-orange-300\/40 {
  border-right-color: rgb(253 186 140 / 0.4);
}
.border-r-orange-300\/45 {
  border-right-color: rgb(253 186 140 / 0.45);
}
.border-r-orange-300\/5 {
  border-right-color: rgb(253 186 140 / 0.05);
}
.border-r-orange-300\/50 {
  border-right-color: rgb(253 186 140 / 0.5);
}
.border-r-orange-300\/55 {
  border-right-color: rgb(253 186 140 / 0.55);
}
.border-r-orange-300\/60 {
  border-right-color: rgb(253 186 140 / 0.6);
}
.border-r-orange-300\/65 {
  border-right-color: rgb(253 186 140 / 0.65);
}
.border-r-orange-300\/70 {
  border-right-color: rgb(253 186 140 / 0.7);
}
.border-r-orange-300\/75 {
  border-right-color: rgb(253 186 140 / 0.75);
}
.border-r-orange-300\/80 {
  border-right-color: rgb(253 186 140 / 0.8);
}
.border-r-orange-300\/85 {
  border-right-color: rgb(253 186 140 / 0.85);
}
.border-r-orange-300\/90 {
  border-right-color: rgb(253 186 140 / 0.9);
}
.border-r-orange-300\/95 {
  border-right-color: rgb(253 186 140 / 0.95);
}
.border-r-orange-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 138 76 / var(--tw-border-opacity, 1));
}
.border-r-orange-400\/0 {
  border-right-color: rgb(255 138 76 / 0);
}
.border-r-orange-400\/10 {
  border-right-color: rgb(255 138 76 / 0.1);
}
.border-r-orange-400\/100 {
  border-right-color: rgb(255 138 76 / 1);
}
.border-r-orange-400\/15 {
  border-right-color: rgb(255 138 76 / 0.15);
}
.border-r-orange-400\/20 {
  border-right-color: rgb(255 138 76 / 0.2);
}
.border-r-orange-400\/25 {
  border-right-color: rgb(255 138 76 / 0.25);
}
.border-r-orange-400\/30 {
  border-right-color: rgb(255 138 76 / 0.3);
}
.border-r-orange-400\/35 {
  border-right-color: rgb(255 138 76 / 0.35);
}
.border-r-orange-400\/40 {
  border-right-color: rgb(255 138 76 / 0.4);
}
.border-r-orange-400\/45 {
  border-right-color: rgb(255 138 76 / 0.45);
}
.border-r-orange-400\/5 {
  border-right-color: rgb(255 138 76 / 0.05);
}
.border-r-orange-400\/50 {
  border-right-color: rgb(255 138 76 / 0.5);
}
.border-r-orange-400\/55 {
  border-right-color: rgb(255 138 76 / 0.55);
}
.border-r-orange-400\/60 {
  border-right-color: rgb(255 138 76 / 0.6);
}
.border-r-orange-400\/65 {
  border-right-color: rgb(255 138 76 / 0.65);
}
.border-r-orange-400\/70 {
  border-right-color: rgb(255 138 76 / 0.7);
}
.border-r-orange-400\/75 {
  border-right-color: rgb(255 138 76 / 0.75);
}
.border-r-orange-400\/80 {
  border-right-color: rgb(255 138 76 / 0.8);
}
.border-r-orange-400\/85 {
  border-right-color: rgb(255 138 76 / 0.85);
}
.border-r-orange-400\/90 {
  border-right-color: rgb(255 138 76 / 0.9);
}
.border-r-orange-400\/95 {
  border-right-color: rgb(255 138 76 / 0.95);
}
.border-r-orange-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 248 241 / var(--tw-border-opacity, 1));
}
.border-r-orange-50\/0 {
  border-right-color: rgb(255 248 241 / 0);
}
.border-r-orange-50\/10 {
  border-right-color: rgb(255 248 241 / 0.1);
}
.border-r-orange-50\/100 {
  border-right-color: rgb(255 248 241 / 1);
}
.border-r-orange-50\/15 {
  border-right-color: rgb(255 248 241 / 0.15);
}
.border-r-orange-50\/20 {
  border-right-color: rgb(255 248 241 / 0.2);
}
.border-r-orange-50\/25 {
  border-right-color: rgb(255 248 241 / 0.25);
}
.border-r-orange-50\/30 {
  border-right-color: rgb(255 248 241 / 0.3);
}
.border-r-orange-50\/35 {
  border-right-color: rgb(255 248 241 / 0.35);
}
.border-r-orange-50\/40 {
  border-right-color: rgb(255 248 241 / 0.4);
}
.border-r-orange-50\/45 {
  border-right-color: rgb(255 248 241 / 0.45);
}
.border-r-orange-50\/5 {
  border-right-color: rgb(255 248 241 / 0.05);
}
.border-r-orange-50\/50 {
  border-right-color: rgb(255 248 241 / 0.5);
}
.border-r-orange-50\/55 {
  border-right-color: rgb(255 248 241 / 0.55);
}
.border-r-orange-50\/60 {
  border-right-color: rgb(255 248 241 / 0.6);
}
.border-r-orange-50\/65 {
  border-right-color: rgb(255 248 241 / 0.65);
}
.border-r-orange-50\/70 {
  border-right-color: rgb(255 248 241 / 0.7);
}
.border-r-orange-50\/75 {
  border-right-color: rgb(255 248 241 / 0.75);
}
.border-r-orange-50\/80 {
  border-right-color: rgb(255 248 241 / 0.8);
}
.border-r-orange-50\/85 {
  border-right-color: rgb(255 248 241 / 0.85);
}
.border-r-orange-50\/90 {
  border-right-color: rgb(255 248 241 / 0.9);
}
.border-r-orange-50\/95 {
  border-right-color: rgb(255 248 241 / 0.95);
}
.border-r-orange-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 90 31 / var(--tw-border-opacity, 1));
}
.border-r-orange-500\/0 {
  border-right-color: rgb(255 90 31 / 0);
}
.border-r-orange-500\/10 {
  border-right-color: rgb(255 90 31 / 0.1);
}
.border-r-orange-500\/100 {
  border-right-color: rgb(255 90 31 / 1);
}
.border-r-orange-500\/15 {
  border-right-color: rgb(255 90 31 / 0.15);
}
.border-r-orange-500\/20 {
  border-right-color: rgb(255 90 31 / 0.2);
}
.border-r-orange-500\/25 {
  border-right-color: rgb(255 90 31 / 0.25);
}
.border-r-orange-500\/30 {
  border-right-color: rgb(255 90 31 / 0.3);
}
.border-r-orange-500\/35 {
  border-right-color: rgb(255 90 31 / 0.35);
}
.border-r-orange-500\/40 {
  border-right-color: rgb(255 90 31 / 0.4);
}
.border-r-orange-500\/45 {
  border-right-color: rgb(255 90 31 / 0.45);
}
.border-r-orange-500\/5 {
  border-right-color: rgb(255 90 31 / 0.05);
}
.border-r-orange-500\/50 {
  border-right-color: rgb(255 90 31 / 0.5);
}
.border-r-orange-500\/55 {
  border-right-color: rgb(255 90 31 / 0.55);
}
.border-r-orange-500\/60 {
  border-right-color: rgb(255 90 31 / 0.6);
}
.border-r-orange-500\/65 {
  border-right-color: rgb(255 90 31 / 0.65);
}
.border-r-orange-500\/70 {
  border-right-color: rgb(255 90 31 / 0.7);
}
.border-r-orange-500\/75 {
  border-right-color: rgb(255 90 31 / 0.75);
}
.border-r-orange-500\/80 {
  border-right-color: rgb(255 90 31 / 0.8);
}
.border-r-orange-500\/85 {
  border-right-color: rgb(255 90 31 / 0.85);
}
.border-r-orange-500\/90 {
  border-right-color: rgb(255 90 31 / 0.9);
}
.border-r-orange-500\/95 {
  border-right-color: rgb(255 90 31 / 0.95);
}
.border-r-orange-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(208 56 1 / var(--tw-border-opacity, 1));
}
.border-r-orange-600\/0 {
  border-right-color: rgb(208 56 1 / 0);
}
.border-r-orange-600\/10 {
  border-right-color: rgb(208 56 1 / 0.1);
}
.border-r-orange-600\/100 {
  border-right-color: rgb(208 56 1 / 1);
}
.border-r-orange-600\/15 {
  border-right-color: rgb(208 56 1 / 0.15);
}
.border-r-orange-600\/20 {
  border-right-color: rgb(208 56 1 / 0.2);
}
.border-r-orange-600\/25 {
  border-right-color: rgb(208 56 1 / 0.25);
}
.border-r-orange-600\/30 {
  border-right-color: rgb(208 56 1 / 0.3);
}
.border-r-orange-600\/35 {
  border-right-color: rgb(208 56 1 / 0.35);
}
.border-r-orange-600\/40 {
  border-right-color: rgb(208 56 1 / 0.4);
}
.border-r-orange-600\/45 {
  border-right-color: rgb(208 56 1 / 0.45);
}
.border-r-orange-600\/5 {
  border-right-color: rgb(208 56 1 / 0.05);
}
.border-r-orange-600\/50 {
  border-right-color: rgb(208 56 1 / 0.5);
}
.border-r-orange-600\/55 {
  border-right-color: rgb(208 56 1 / 0.55);
}
.border-r-orange-600\/60 {
  border-right-color: rgb(208 56 1 / 0.6);
}
.border-r-orange-600\/65 {
  border-right-color: rgb(208 56 1 / 0.65);
}
.border-r-orange-600\/70 {
  border-right-color: rgb(208 56 1 / 0.7);
}
.border-r-orange-600\/75 {
  border-right-color: rgb(208 56 1 / 0.75);
}
.border-r-orange-600\/80 {
  border-right-color: rgb(208 56 1 / 0.8);
}
.border-r-orange-600\/85 {
  border-right-color: rgb(208 56 1 / 0.85);
}
.border-r-orange-600\/90 {
  border-right-color: rgb(208 56 1 / 0.9);
}
.border-r-orange-600\/95 {
  border-right-color: rgb(208 56 1 / 0.95);
}
.border-r-orange-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(180 52 3 / var(--tw-border-opacity, 1));
}
.border-r-orange-700\/0 {
  border-right-color: rgb(180 52 3 / 0);
}
.border-r-orange-700\/10 {
  border-right-color: rgb(180 52 3 / 0.1);
}
.border-r-orange-700\/100 {
  border-right-color: rgb(180 52 3 / 1);
}
.border-r-orange-700\/15 {
  border-right-color: rgb(180 52 3 / 0.15);
}
.border-r-orange-700\/20 {
  border-right-color: rgb(180 52 3 / 0.2);
}
.border-r-orange-700\/25 {
  border-right-color: rgb(180 52 3 / 0.25);
}
.border-r-orange-700\/30 {
  border-right-color: rgb(180 52 3 / 0.3);
}
.border-r-orange-700\/35 {
  border-right-color: rgb(180 52 3 / 0.35);
}
.border-r-orange-700\/40 {
  border-right-color: rgb(180 52 3 / 0.4);
}
.border-r-orange-700\/45 {
  border-right-color: rgb(180 52 3 / 0.45);
}
.border-r-orange-700\/5 {
  border-right-color: rgb(180 52 3 / 0.05);
}
.border-r-orange-700\/50 {
  border-right-color: rgb(180 52 3 / 0.5);
}
.border-r-orange-700\/55 {
  border-right-color: rgb(180 52 3 / 0.55);
}
.border-r-orange-700\/60 {
  border-right-color: rgb(180 52 3 / 0.6);
}
.border-r-orange-700\/65 {
  border-right-color: rgb(180 52 3 / 0.65);
}
.border-r-orange-700\/70 {
  border-right-color: rgb(180 52 3 / 0.7);
}
.border-r-orange-700\/75 {
  border-right-color: rgb(180 52 3 / 0.75);
}
.border-r-orange-700\/80 {
  border-right-color: rgb(180 52 3 / 0.8);
}
.border-r-orange-700\/85 {
  border-right-color: rgb(180 52 3 / 0.85);
}
.border-r-orange-700\/90 {
  border-right-color: rgb(180 52 3 / 0.9);
}
.border-r-orange-700\/95 {
  border-right-color: rgb(180 52 3 / 0.95);
}
.border-r-orange-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(138 44 13 / var(--tw-border-opacity, 1));
}
.border-r-orange-800\/0 {
  border-right-color: rgb(138 44 13 / 0);
}
.border-r-orange-800\/10 {
  border-right-color: rgb(138 44 13 / 0.1);
}
.border-r-orange-800\/100 {
  border-right-color: rgb(138 44 13 / 1);
}
.border-r-orange-800\/15 {
  border-right-color: rgb(138 44 13 / 0.15);
}
.border-r-orange-800\/20 {
  border-right-color: rgb(138 44 13 / 0.2);
}
.border-r-orange-800\/25 {
  border-right-color: rgb(138 44 13 / 0.25);
}
.border-r-orange-800\/30 {
  border-right-color: rgb(138 44 13 / 0.3);
}
.border-r-orange-800\/35 {
  border-right-color: rgb(138 44 13 / 0.35);
}
.border-r-orange-800\/40 {
  border-right-color: rgb(138 44 13 / 0.4);
}
.border-r-orange-800\/45 {
  border-right-color: rgb(138 44 13 / 0.45);
}
.border-r-orange-800\/5 {
  border-right-color: rgb(138 44 13 / 0.05);
}
.border-r-orange-800\/50 {
  border-right-color: rgb(138 44 13 / 0.5);
}
.border-r-orange-800\/55 {
  border-right-color: rgb(138 44 13 / 0.55);
}
.border-r-orange-800\/60 {
  border-right-color: rgb(138 44 13 / 0.6);
}
.border-r-orange-800\/65 {
  border-right-color: rgb(138 44 13 / 0.65);
}
.border-r-orange-800\/70 {
  border-right-color: rgb(138 44 13 / 0.7);
}
.border-r-orange-800\/75 {
  border-right-color: rgb(138 44 13 / 0.75);
}
.border-r-orange-800\/80 {
  border-right-color: rgb(138 44 13 / 0.8);
}
.border-r-orange-800\/85 {
  border-right-color: rgb(138 44 13 / 0.85);
}
.border-r-orange-800\/90 {
  border-right-color: rgb(138 44 13 / 0.9);
}
.border-r-orange-800\/95 {
  border-right-color: rgb(138 44 13 / 0.95);
}
.border-r-orange-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(119 29 29 / var(--tw-border-opacity, 1));
}
.border-r-orange-900\/0 {
  border-right-color: rgb(119 29 29 / 0);
}
.border-r-orange-900\/10 {
  border-right-color: rgb(119 29 29 / 0.1);
}
.border-r-orange-900\/100 {
  border-right-color: rgb(119 29 29 / 1);
}
.border-r-orange-900\/15 {
  border-right-color: rgb(119 29 29 / 0.15);
}
.border-r-orange-900\/20 {
  border-right-color: rgb(119 29 29 / 0.2);
}
.border-r-orange-900\/25 {
  border-right-color: rgb(119 29 29 / 0.25);
}
.border-r-orange-900\/30 {
  border-right-color: rgb(119 29 29 / 0.3);
}
.border-r-orange-900\/35 {
  border-right-color: rgb(119 29 29 / 0.35);
}
.border-r-orange-900\/40 {
  border-right-color: rgb(119 29 29 / 0.4);
}
.border-r-orange-900\/45 {
  border-right-color: rgb(119 29 29 / 0.45);
}
.border-r-orange-900\/5 {
  border-right-color: rgb(119 29 29 / 0.05);
}
.border-r-orange-900\/50 {
  border-right-color: rgb(119 29 29 / 0.5);
}
.border-r-orange-900\/55 {
  border-right-color: rgb(119 29 29 / 0.55);
}
.border-r-orange-900\/60 {
  border-right-color: rgb(119 29 29 / 0.6);
}
.border-r-orange-900\/65 {
  border-right-color: rgb(119 29 29 / 0.65);
}
.border-r-orange-900\/70 {
  border-right-color: rgb(119 29 29 / 0.7);
}
.border-r-orange-900\/75 {
  border-right-color: rgb(119 29 29 / 0.75);
}
.border-r-orange-900\/80 {
  border-right-color: rgb(119 29 29 / 0.8);
}
.border-r-orange-900\/85 {
  border-right-color: rgb(119 29 29 / 0.85);
}
.border-r-orange-900\/90 {
  border-right-color: rgb(119 29 29 / 0.9);
}
.border-r-orange-900\/95 {
  border-right-color: rgb(119 29 29 / 0.95);
}
.border-r-pink-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(252 232 243 / var(--tw-border-opacity, 1));
}
.border-r-pink-100\/0 {
  border-right-color: rgb(252 232 243 / 0);
}
.border-r-pink-100\/10 {
  border-right-color: rgb(252 232 243 / 0.1);
}
.border-r-pink-100\/100 {
  border-right-color: rgb(252 232 243 / 1);
}
.border-r-pink-100\/15 {
  border-right-color: rgb(252 232 243 / 0.15);
}
.border-r-pink-100\/20 {
  border-right-color: rgb(252 232 243 / 0.2);
}
.border-r-pink-100\/25 {
  border-right-color: rgb(252 232 243 / 0.25);
}
.border-r-pink-100\/30 {
  border-right-color: rgb(252 232 243 / 0.3);
}
.border-r-pink-100\/35 {
  border-right-color: rgb(252 232 243 / 0.35);
}
.border-r-pink-100\/40 {
  border-right-color: rgb(252 232 243 / 0.4);
}
.border-r-pink-100\/45 {
  border-right-color: rgb(252 232 243 / 0.45);
}
.border-r-pink-100\/5 {
  border-right-color: rgb(252 232 243 / 0.05);
}
.border-r-pink-100\/50 {
  border-right-color: rgb(252 232 243 / 0.5);
}
.border-r-pink-100\/55 {
  border-right-color: rgb(252 232 243 / 0.55);
}
.border-r-pink-100\/60 {
  border-right-color: rgb(252 232 243 / 0.6);
}
.border-r-pink-100\/65 {
  border-right-color: rgb(252 232 243 / 0.65);
}
.border-r-pink-100\/70 {
  border-right-color: rgb(252 232 243 / 0.7);
}
.border-r-pink-100\/75 {
  border-right-color: rgb(252 232 243 / 0.75);
}
.border-r-pink-100\/80 {
  border-right-color: rgb(252 232 243 / 0.8);
}
.border-r-pink-100\/85 {
  border-right-color: rgb(252 232 243 / 0.85);
}
.border-r-pink-100\/90 {
  border-right-color: rgb(252 232 243 / 0.9);
}
.border-r-pink-100\/95 {
  border-right-color: rgb(252 232 243 / 0.95);
}
.border-r-pink-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 209 232 / var(--tw-border-opacity, 1));
}
.border-r-pink-200\/0 {
  border-right-color: rgb(250 209 232 / 0);
}
.border-r-pink-200\/10 {
  border-right-color: rgb(250 209 232 / 0.1);
}
.border-r-pink-200\/100 {
  border-right-color: rgb(250 209 232 / 1);
}
.border-r-pink-200\/15 {
  border-right-color: rgb(250 209 232 / 0.15);
}
.border-r-pink-200\/20 {
  border-right-color: rgb(250 209 232 / 0.2);
}
.border-r-pink-200\/25 {
  border-right-color: rgb(250 209 232 / 0.25);
}
.border-r-pink-200\/30 {
  border-right-color: rgb(250 209 232 / 0.3);
}
.border-r-pink-200\/35 {
  border-right-color: rgb(250 209 232 / 0.35);
}
.border-r-pink-200\/40 {
  border-right-color: rgb(250 209 232 / 0.4);
}
.border-r-pink-200\/45 {
  border-right-color: rgb(250 209 232 / 0.45);
}
.border-r-pink-200\/5 {
  border-right-color: rgb(250 209 232 / 0.05);
}
.border-r-pink-200\/50 {
  border-right-color: rgb(250 209 232 / 0.5);
}
.border-r-pink-200\/55 {
  border-right-color: rgb(250 209 232 / 0.55);
}
.border-r-pink-200\/60 {
  border-right-color: rgb(250 209 232 / 0.6);
}
.border-r-pink-200\/65 {
  border-right-color: rgb(250 209 232 / 0.65);
}
.border-r-pink-200\/70 {
  border-right-color: rgb(250 209 232 / 0.7);
}
.border-r-pink-200\/75 {
  border-right-color: rgb(250 209 232 / 0.75);
}
.border-r-pink-200\/80 {
  border-right-color: rgb(250 209 232 / 0.8);
}
.border-r-pink-200\/85 {
  border-right-color: rgb(250 209 232 / 0.85);
}
.border-r-pink-200\/90 {
  border-right-color: rgb(250 209 232 / 0.9);
}
.border-r-pink-200\/95 {
  border-right-color: rgb(250 209 232 / 0.95);
}
.border-r-pink-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(248 180 217 / var(--tw-border-opacity, 1));
}
.border-r-pink-300\/0 {
  border-right-color: rgb(248 180 217 / 0);
}
.border-r-pink-300\/10 {
  border-right-color: rgb(248 180 217 / 0.1);
}
.border-r-pink-300\/100 {
  border-right-color: rgb(248 180 217 / 1);
}
.border-r-pink-300\/15 {
  border-right-color: rgb(248 180 217 / 0.15);
}
.border-r-pink-300\/20 {
  border-right-color: rgb(248 180 217 / 0.2);
}
.border-r-pink-300\/25 {
  border-right-color: rgb(248 180 217 / 0.25);
}
.border-r-pink-300\/30 {
  border-right-color: rgb(248 180 217 / 0.3);
}
.border-r-pink-300\/35 {
  border-right-color: rgb(248 180 217 / 0.35);
}
.border-r-pink-300\/40 {
  border-right-color: rgb(248 180 217 / 0.4);
}
.border-r-pink-300\/45 {
  border-right-color: rgb(248 180 217 / 0.45);
}
.border-r-pink-300\/5 {
  border-right-color: rgb(248 180 217 / 0.05);
}
.border-r-pink-300\/50 {
  border-right-color: rgb(248 180 217 / 0.5);
}
.border-r-pink-300\/55 {
  border-right-color: rgb(248 180 217 / 0.55);
}
.border-r-pink-300\/60 {
  border-right-color: rgb(248 180 217 / 0.6);
}
.border-r-pink-300\/65 {
  border-right-color: rgb(248 180 217 / 0.65);
}
.border-r-pink-300\/70 {
  border-right-color: rgb(248 180 217 / 0.7);
}
.border-r-pink-300\/75 {
  border-right-color: rgb(248 180 217 / 0.75);
}
.border-r-pink-300\/80 {
  border-right-color: rgb(248 180 217 / 0.8);
}
.border-r-pink-300\/85 {
  border-right-color: rgb(248 180 217 / 0.85);
}
.border-r-pink-300\/90 {
  border-right-color: rgb(248 180 217 / 0.9);
}
.border-r-pink-300\/95 {
  border-right-color: rgb(248 180 217 / 0.95);
}
.border-r-pink-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(241 126 184 / var(--tw-border-opacity, 1));
}
.border-r-pink-400\/0 {
  border-right-color: rgb(241 126 184 / 0);
}
.border-r-pink-400\/10 {
  border-right-color: rgb(241 126 184 / 0.1);
}
.border-r-pink-400\/100 {
  border-right-color: rgb(241 126 184 / 1);
}
.border-r-pink-400\/15 {
  border-right-color: rgb(241 126 184 / 0.15);
}
.border-r-pink-400\/20 {
  border-right-color: rgb(241 126 184 / 0.2);
}
.border-r-pink-400\/25 {
  border-right-color: rgb(241 126 184 / 0.25);
}
.border-r-pink-400\/30 {
  border-right-color: rgb(241 126 184 / 0.3);
}
.border-r-pink-400\/35 {
  border-right-color: rgb(241 126 184 / 0.35);
}
.border-r-pink-400\/40 {
  border-right-color: rgb(241 126 184 / 0.4);
}
.border-r-pink-400\/45 {
  border-right-color: rgb(241 126 184 / 0.45);
}
.border-r-pink-400\/5 {
  border-right-color: rgb(241 126 184 / 0.05);
}
.border-r-pink-400\/50 {
  border-right-color: rgb(241 126 184 / 0.5);
}
.border-r-pink-400\/55 {
  border-right-color: rgb(241 126 184 / 0.55);
}
.border-r-pink-400\/60 {
  border-right-color: rgb(241 126 184 / 0.6);
}
.border-r-pink-400\/65 {
  border-right-color: rgb(241 126 184 / 0.65);
}
.border-r-pink-400\/70 {
  border-right-color: rgb(241 126 184 / 0.7);
}
.border-r-pink-400\/75 {
  border-right-color: rgb(241 126 184 / 0.75);
}
.border-r-pink-400\/80 {
  border-right-color: rgb(241 126 184 / 0.8);
}
.border-r-pink-400\/85 {
  border-right-color: rgb(241 126 184 / 0.85);
}
.border-r-pink-400\/90 {
  border-right-color: rgb(241 126 184 / 0.9);
}
.border-r-pink-400\/95 {
  border-right-color: rgb(241 126 184 / 0.95);
}
.border-r-pink-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
}
.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(231 70 148 / var(--tw-border-opacity, 1));
}
.border-r-pink-500\/0 {
  border-right-color: rgb(231 70 148 / 0);
}
.border-r-pink-500\/10 {
  border-right-color: rgb(231 70 148 / 0.1);
}
.border-r-pink-500\/100 {
  border-right-color: rgb(231 70 148 / 1);
}
.border-r-pink-500\/15 {
  border-right-color: rgb(231 70 148 / 0.15);
}
.border-r-pink-500\/20 {
  border-right-color: rgb(231 70 148 / 0.2);
}
.border-r-pink-500\/25 {
  border-right-color: rgb(231 70 148 / 0.25);
}
.border-r-pink-500\/30 {
  border-right-color: rgb(231 70 148 / 0.3);
}
.border-r-pink-500\/35 {
  border-right-color: rgb(231 70 148 / 0.35);
}
.border-r-pink-500\/40 {
  border-right-color: rgb(231 70 148 / 0.4);
}
.border-r-pink-500\/45 {
  border-right-color: rgb(231 70 148 / 0.45);
}
.border-r-pink-500\/5 {
  border-right-color: rgb(231 70 148 / 0.05);
}
.border-r-pink-500\/50 {
  border-right-color: rgb(231 70 148 / 0.5);
}
.border-r-pink-500\/55 {
  border-right-color: rgb(231 70 148 / 0.55);
}
.border-r-pink-500\/60 {
  border-right-color: rgb(231 70 148 / 0.6);
}
.border-r-pink-500\/65 {
  border-right-color: rgb(231 70 148 / 0.65);
}
.border-r-pink-500\/70 {
  border-right-color: rgb(231 70 148 / 0.7);
}
.border-r-pink-500\/75 {
  border-right-color: rgb(231 70 148 / 0.75);
}
.border-r-pink-500\/80 {
  border-right-color: rgb(231 70 148 / 0.8);
}
.border-r-pink-500\/85 {
  border-right-color: rgb(231 70 148 / 0.85);
}
.border-r-pink-500\/90 {
  border-right-color: rgb(231 70 148 / 0.9);
}
.border-r-pink-500\/95 {
  border-right-color: rgb(231 70 148 / 0.95);
}
.border-r-pink-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(214 31 105 / var(--tw-border-opacity, 1));
}
.border-r-pink-600\/0 {
  border-right-color: rgb(214 31 105 / 0);
}
.border-r-pink-600\/10 {
  border-right-color: rgb(214 31 105 / 0.1);
}
.border-r-pink-600\/100 {
  border-right-color: rgb(214 31 105 / 1);
}
.border-r-pink-600\/15 {
  border-right-color: rgb(214 31 105 / 0.15);
}
.border-r-pink-600\/20 {
  border-right-color: rgb(214 31 105 / 0.2);
}
.border-r-pink-600\/25 {
  border-right-color: rgb(214 31 105 / 0.25);
}
.border-r-pink-600\/30 {
  border-right-color: rgb(214 31 105 / 0.3);
}
.border-r-pink-600\/35 {
  border-right-color: rgb(214 31 105 / 0.35);
}
.border-r-pink-600\/40 {
  border-right-color: rgb(214 31 105 / 0.4);
}
.border-r-pink-600\/45 {
  border-right-color: rgb(214 31 105 / 0.45);
}
.border-r-pink-600\/5 {
  border-right-color: rgb(214 31 105 / 0.05);
}
.border-r-pink-600\/50 {
  border-right-color: rgb(214 31 105 / 0.5);
}
.border-r-pink-600\/55 {
  border-right-color: rgb(214 31 105 / 0.55);
}
.border-r-pink-600\/60 {
  border-right-color: rgb(214 31 105 / 0.6);
}
.border-r-pink-600\/65 {
  border-right-color: rgb(214 31 105 / 0.65);
}
.border-r-pink-600\/70 {
  border-right-color: rgb(214 31 105 / 0.7);
}
.border-r-pink-600\/75 {
  border-right-color: rgb(214 31 105 / 0.75);
}
.border-r-pink-600\/80 {
  border-right-color: rgb(214 31 105 / 0.8);
}
.border-r-pink-600\/85 {
  border-right-color: rgb(214 31 105 / 0.85);
}
.border-r-pink-600\/90 {
  border-right-color: rgb(214 31 105 / 0.9);
}
.border-r-pink-600\/95 {
  border-right-color: rgb(214 31 105 / 0.95);
}
.border-r-pink-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(191 18 93 / var(--tw-border-opacity, 1));
}
.border-r-pink-700\/0 {
  border-right-color: rgb(191 18 93 / 0);
}
.border-r-pink-700\/10 {
  border-right-color: rgb(191 18 93 / 0.1);
}
.border-r-pink-700\/100 {
  border-right-color: rgb(191 18 93 / 1);
}
.border-r-pink-700\/15 {
  border-right-color: rgb(191 18 93 / 0.15);
}
.border-r-pink-700\/20 {
  border-right-color: rgb(191 18 93 / 0.2);
}
.border-r-pink-700\/25 {
  border-right-color: rgb(191 18 93 / 0.25);
}
.border-r-pink-700\/30 {
  border-right-color: rgb(191 18 93 / 0.3);
}
.border-r-pink-700\/35 {
  border-right-color: rgb(191 18 93 / 0.35);
}
.border-r-pink-700\/40 {
  border-right-color: rgb(191 18 93 / 0.4);
}
.border-r-pink-700\/45 {
  border-right-color: rgb(191 18 93 / 0.45);
}
.border-r-pink-700\/5 {
  border-right-color: rgb(191 18 93 / 0.05);
}
.border-r-pink-700\/50 {
  border-right-color: rgb(191 18 93 / 0.5);
}
.border-r-pink-700\/55 {
  border-right-color: rgb(191 18 93 / 0.55);
}
.border-r-pink-700\/60 {
  border-right-color: rgb(191 18 93 / 0.6);
}
.border-r-pink-700\/65 {
  border-right-color: rgb(191 18 93 / 0.65);
}
.border-r-pink-700\/70 {
  border-right-color: rgb(191 18 93 / 0.7);
}
.border-r-pink-700\/75 {
  border-right-color: rgb(191 18 93 / 0.75);
}
.border-r-pink-700\/80 {
  border-right-color: rgb(191 18 93 / 0.8);
}
.border-r-pink-700\/85 {
  border-right-color: rgb(191 18 93 / 0.85);
}
.border-r-pink-700\/90 {
  border-right-color: rgb(191 18 93 / 0.9);
}
.border-r-pink-700\/95 {
  border-right-color: rgb(191 18 93 / 0.95);
}
.border-r-pink-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(153 21 75 / var(--tw-border-opacity, 1));
}
.border-r-pink-800\/0 {
  border-right-color: rgb(153 21 75 / 0);
}
.border-r-pink-800\/10 {
  border-right-color: rgb(153 21 75 / 0.1);
}
.border-r-pink-800\/100 {
  border-right-color: rgb(153 21 75 / 1);
}
.border-r-pink-800\/15 {
  border-right-color: rgb(153 21 75 / 0.15);
}
.border-r-pink-800\/20 {
  border-right-color: rgb(153 21 75 / 0.2);
}
.border-r-pink-800\/25 {
  border-right-color: rgb(153 21 75 / 0.25);
}
.border-r-pink-800\/30 {
  border-right-color: rgb(153 21 75 / 0.3);
}
.border-r-pink-800\/35 {
  border-right-color: rgb(153 21 75 / 0.35);
}
.border-r-pink-800\/40 {
  border-right-color: rgb(153 21 75 / 0.4);
}
.border-r-pink-800\/45 {
  border-right-color: rgb(153 21 75 / 0.45);
}
.border-r-pink-800\/5 {
  border-right-color: rgb(153 21 75 / 0.05);
}
.border-r-pink-800\/50 {
  border-right-color: rgb(153 21 75 / 0.5);
}
.border-r-pink-800\/55 {
  border-right-color: rgb(153 21 75 / 0.55);
}
.border-r-pink-800\/60 {
  border-right-color: rgb(153 21 75 / 0.6);
}
.border-r-pink-800\/65 {
  border-right-color: rgb(153 21 75 / 0.65);
}
.border-r-pink-800\/70 {
  border-right-color: rgb(153 21 75 / 0.7);
}
.border-r-pink-800\/75 {
  border-right-color: rgb(153 21 75 / 0.75);
}
.border-r-pink-800\/80 {
  border-right-color: rgb(153 21 75 / 0.8);
}
.border-r-pink-800\/85 {
  border-right-color: rgb(153 21 75 / 0.85);
}
.border-r-pink-800\/90 {
  border-right-color: rgb(153 21 75 / 0.9);
}
.border-r-pink-800\/95 {
  border-right-color: rgb(153 21 75 / 0.95);
}
.border-r-pink-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(117 26 61 / var(--tw-border-opacity, 1));
}
.border-r-pink-900\/0 {
  border-right-color: rgb(117 26 61 / 0);
}
.border-r-pink-900\/10 {
  border-right-color: rgb(117 26 61 / 0.1);
}
.border-r-pink-900\/100 {
  border-right-color: rgb(117 26 61 / 1);
}
.border-r-pink-900\/15 {
  border-right-color: rgb(117 26 61 / 0.15);
}
.border-r-pink-900\/20 {
  border-right-color: rgb(117 26 61 / 0.2);
}
.border-r-pink-900\/25 {
  border-right-color: rgb(117 26 61 / 0.25);
}
.border-r-pink-900\/30 {
  border-right-color: rgb(117 26 61 / 0.3);
}
.border-r-pink-900\/35 {
  border-right-color: rgb(117 26 61 / 0.35);
}
.border-r-pink-900\/40 {
  border-right-color: rgb(117 26 61 / 0.4);
}
.border-r-pink-900\/45 {
  border-right-color: rgb(117 26 61 / 0.45);
}
.border-r-pink-900\/5 {
  border-right-color: rgb(117 26 61 / 0.05);
}
.border-r-pink-900\/50 {
  border-right-color: rgb(117 26 61 / 0.5);
}
.border-r-pink-900\/55 {
  border-right-color: rgb(117 26 61 / 0.55);
}
.border-r-pink-900\/60 {
  border-right-color: rgb(117 26 61 / 0.6);
}
.border-r-pink-900\/65 {
  border-right-color: rgb(117 26 61 / 0.65);
}
.border-r-pink-900\/70 {
  border-right-color: rgb(117 26 61 / 0.7);
}
.border-r-pink-900\/75 {
  border-right-color: rgb(117 26 61 / 0.75);
}
.border-r-pink-900\/80 {
  border-right-color: rgb(117 26 61 / 0.8);
}
.border-r-pink-900\/85 {
  border-right-color: rgb(117 26 61 / 0.85);
}
.border-r-pink-900\/90 {
  border-right-color: rgb(117 26 61 / 0.9);
}
.border-r-pink-900\/95 {
  border-right-color: rgb(117 26 61 / 0.95);
}
.border-r-primary-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.border-r-primary-100\/0 {
  border-right-color: rgb(254 226 226 / 0);
}
.border-r-primary-100\/10 {
  border-right-color: rgb(254 226 226 / 0.1);
}
.border-r-primary-100\/100 {
  border-right-color: rgb(254 226 226 / 1);
}
.border-r-primary-100\/15 {
  border-right-color: rgb(254 226 226 / 0.15);
}
.border-r-primary-100\/20 {
  border-right-color: rgb(254 226 226 / 0.2);
}
.border-r-primary-100\/25 {
  border-right-color: rgb(254 226 226 / 0.25);
}
.border-r-primary-100\/30 {
  border-right-color: rgb(254 226 226 / 0.3);
}
.border-r-primary-100\/35 {
  border-right-color: rgb(254 226 226 / 0.35);
}
.border-r-primary-100\/40 {
  border-right-color: rgb(254 226 226 / 0.4);
}
.border-r-primary-100\/45 {
  border-right-color: rgb(254 226 226 / 0.45);
}
.border-r-primary-100\/5 {
  border-right-color: rgb(254 226 226 / 0.05);
}
.border-r-primary-100\/50 {
  border-right-color: rgb(254 226 226 / 0.5);
}
.border-r-primary-100\/55 {
  border-right-color: rgb(254 226 226 / 0.55);
}
.border-r-primary-100\/60 {
  border-right-color: rgb(254 226 226 / 0.6);
}
.border-r-primary-100\/65 {
  border-right-color: rgb(254 226 226 / 0.65);
}
.border-r-primary-100\/70 {
  border-right-color: rgb(254 226 226 / 0.7);
}
.border-r-primary-100\/75 {
  border-right-color: rgb(254 226 226 / 0.75);
}
.border-r-primary-100\/80 {
  border-right-color: rgb(254 226 226 / 0.8);
}
.border-r-primary-100\/85 {
  border-right-color: rgb(254 226 226 / 0.85);
}
.border-r-primary-100\/90 {
  border-right-color: rgb(254 226 226 / 0.9);
}
.border-r-primary-100\/95 {
  border-right-color: rgb(254 226 226 / 0.95);
}
.border-r-primary-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-r-primary-200\/0 {
  border-right-color: rgb(254 202 202 / 0);
}
.border-r-primary-200\/10 {
  border-right-color: rgb(254 202 202 / 0.1);
}
.border-r-primary-200\/100 {
  border-right-color: rgb(254 202 202 / 1);
}
.border-r-primary-200\/15 {
  border-right-color: rgb(254 202 202 / 0.15);
}
.border-r-primary-200\/20 {
  border-right-color: rgb(254 202 202 / 0.2);
}
.border-r-primary-200\/25 {
  border-right-color: rgb(254 202 202 / 0.25);
}
.border-r-primary-200\/30 {
  border-right-color: rgb(254 202 202 / 0.3);
}
.border-r-primary-200\/35 {
  border-right-color: rgb(254 202 202 / 0.35);
}
.border-r-primary-200\/40 {
  border-right-color: rgb(254 202 202 / 0.4);
}
.border-r-primary-200\/45 {
  border-right-color: rgb(254 202 202 / 0.45);
}
.border-r-primary-200\/5 {
  border-right-color: rgb(254 202 202 / 0.05);
}
.border-r-primary-200\/50 {
  border-right-color: rgb(254 202 202 / 0.5);
}
.border-r-primary-200\/55 {
  border-right-color: rgb(254 202 202 / 0.55);
}
.border-r-primary-200\/60 {
  border-right-color: rgb(254 202 202 / 0.6);
}
.border-r-primary-200\/65 {
  border-right-color: rgb(254 202 202 / 0.65);
}
.border-r-primary-200\/70 {
  border-right-color: rgb(254 202 202 / 0.7);
}
.border-r-primary-200\/75 {
  border-right-color: rgb(254 202 202 / 0.75);
}
.border-r-primary-200\/80 {
  border-right-color: rgb(254 202 202 / 0.8);
}
.border-r-primary-200\/85 {
  border-right-color: rgb(254 202 202 / 0.85);
}
.border-r-primary-200\/90 {
  border-right-color: rgb(254 202 202 / 0.9);
}
.border-r-primary-200\/95 {
  border-right-color: rgb(254 202 202 / 0.95);
}
.border-r-primary-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-r-primary-300\/0 {
  border-right-color: rgb(252 165 165 / 0);
}
.border-r-primary-300\/10 {
  border-right-color: rgb(252 165 165 / 0.1);
}
.border-r-primary-300\/100 {
  border-right-color: rgb(252 165 165 / 1);
}
.border-r-primary-300\/15 {
  border-right-color: rgb(252 165 165 / 0.15);
}
.border-r-primary-300\/20 {
  border-right-color: rgb(252 165 165 / 0.2);
}
.border-r-primary-300\/25 {
  border-right-color: rgb(252 165 165 / 0.25);
}
.border-r-primary-300\/30 {
  border-right-color: rgb(252 165 165 / 0.3);
}
.border-r-primary-300\/35 {
  border-right-color: rgb(252 165 165 / 0.35);
}
.border-r-primary-300\/40 {
  border-right-color: rgb(252 165 165 / 0.4);
}
.border-r-primary-300\/45 {
  border-right-color: rgb(252 165 165 / 0.45);
}
.border-r-primary-300\/5 {
  border-right-color: rgb(252 165 165 / 0.05);
}
.border-r-primary-300\/50 {
  border-right-color: rgb(252 165 165 / 0.5);
}
.border-r-primary-300\/55 {
  border-right-color: rgb(252 165 165 / 0.55);
}
.border-r-primary-300\/60 {
  border-right-color: rgb(252 165 165 / 0.6);
}
.border-r-primary-300\/65 {
  border-right-color: rgb(252 165 165 / 0.65);
}
.border-r-primary-300\/70 {
  border-right-color: rgb(252 165 165 / 0.7);
}
.border-r-primary-300\/75 {
  border-right-color: rgb(252 165 165 / 0.75);
}
.border-r-primary-300\/80 {
  border-right-color: rgb(252 165 165 / 0.8);
}
.border-r-primary-300\/85 {
  border-right-color: rgb(252 165 165 / 0.85);
}
.border-r-primary-300\/90 {
  border-right-color: rgb(252 165 165 / 0.9);
}
.border-r-primary-300\/95 {
  border-right-color: rgb(252 165 165 / 0.95);
}
.border-r-primary-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-r-primary-400\/0 {
  border-right-color: rgb(248 113 113 / 0);
}
.border-r-primary-400\/10 {
  border-right-color: rgb(248 113 113 / 0.1);
}
.border-r-primary-400\/100 {
  border-right-color: rgb(248 113 113 / 1);
}
.border-r-primary-400\/15 {
  border-right-color: rgb(248 113 113 / 0.15);
}
.border-r-primary-400\/20 {
  border-right-color: rgb(248 113 113 / 0.2);
}
.border-r-primary-400\/25 {
  border-right-color: rgb(248 113 113 / 0.25);
}
.border-r-primary-400\/30 {
  border-right-color: rgb(248 113 113 / 0.3);
}
.border-r-primary-400\/35 {
  border-right-color: rgb(248 113 113 / 0.35);
}
.border-r-primary-400\/40 {
  border-right-color: rgb(248 113 113 / 0.4);
}
.border-r-primary-400\/45 {
  border-right-color: rgb(248 113 113 / 0.45);
}
.border-r-primary-400\/5 {
  border-right-color: rgb(248 113 113 / 0.05);
}
.border-r-primary-400\/50 {
  border-right-color: rgb(248 113 113 / 0.5);
}
.border-r-primary-400\/55 {
  border-right-color: rgb(248 113 113 / 0.55);
}
.border-r-primary-400\/60 {
  border-right-color: rgb(248 113 113 / 0.6);
}
.border-r-primary-400\/65 {
  border-right-color: rgb(248 113 113 / 0.65);
}
.border-r-primary-400\/70 {
  border-right-color: rgb(248 113 113 / 0.7);
}
.border-r-primary-400\/75 {
  border-right-color: rgb(248 113 113 / 0.75);
}
.border-r-primary-400\/80 {
  border-right-color: rgb(248 113 113 / 0.8);
}
.border-r-primary-400\/85 {
  border-right-color: rgb(248 113 113 / 0.85);
}
.border-r-primary-400\/90 {
  border-right-color: rgb(248 113 113 / 0.9);
}
.border-r-primary-400\/95 {
  border-right-color: rgb(248 113 113 / 0.95);
}
.border-r-primary-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}
.border-r-primary-50\/0 {
  border-right-color: rgb(254 242 242 / 0);
}
.border-r-primary-50\/10 {
  border-right-color: rgb(254 242 242 / 0.1);
}
.border-r-primary-50\/100 {
  border-right-color: rgb(254 242 242 / 1);
}
.border-r-primary-50\/15 {
  border-right-color: rgb(254 242 242 / 0.15);
}
.border-r-primary-50\/20 {
  border-right-color: rgb(254 242 242 / 0.2);
}
.border-r-primary-50\/25 {
  border-right-color: rgb(254 242 242 / 0.25);
}
.border-r-primary-50\/30 {
  border-right-color: rgb(254 242 242 / 0.3);
}
.border-r-primary-50\/35 {
  border-right-color: rgb(254 242 242 / 0.35);
}
.border-r-primary-50\/40 {
  border-right-color: rgb(254 242 242 / 0.4);
}
.border-r-primary-50\/45 {
  border-right-color: rgb(254 242 242 / 0.45);
}
.border-r-primary-50\/5 {
  border-right-color: rgb(254 242 242 / 0.05);
}
.border-r-primary-50\/50 {
  border-right-color: rgb(254 242 242 / 0.5);
}
.border-r-primary-50\/55 {
  border-right-color: rgb(254 242 242 / 0.55);
}
.border-r-primary-50\/60 {
  border-right-color: rgb(254 242 242 / 0.6);
}
.border-r-primary-50\/65 {
  border-right-color: rgb(254 242 242 / 0.65);
}
.border-r-primary-50\/70 {
  border-right-color: rgb(254 242 242 / 0.7);
}
.border-r-primary-50\/75 {
  border-right-color: rgb(254 242 242 / 0.75);
}
.border-r-primary-50\/80 {
  border-right-color: rgb(254 242 242 / 0.8);
}
.border-r-primary-50\/85 {
  border-right-color: rgb(254 242 242 / 0.85);
}
.border-r-primary-50\/90 {
  border-right-color: rgb(254 242 242 / 0.9);
}
.border-r-primary-50\/95 {
  border-right-color: rgb(254 242 242 / 0.95);
}
.border-r-primary-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-r-primary-500\/0 {
  border-right-color: rgb(239 68 68 / 0);
}
.border-r-primary-500\/10 {
  border-right-color: rgb(239 68 68 / 0.1);
}
.border-r-primary-500\/100 {
  border-right-color: rgb(239 68 68 / 1);
}
.border-r-primary-500\/15 {
  border-right-color: rgb(239 68 68 / 0.15);
}
.border-r-primary-500\/20 {
  border-right-color: rgb(239 68 68 / 0.2);
}
.border-r-primary-500\/25 {
  border-right-color: rgb(239 68 68 / 0.25);
}
.border-r-primary-500\/30 {
  border-right-color: rgb(239 68 68 / 0.3);
}
.border-r-primary-500\/35 {
  border-right-color: rgb(239 68 68 / 0.35);
}
.border-r-primary-500\/40 {
  border-right-color: rgb(239 68 68 / 0.4);
}
.border-r-primary-500\/45 {
  border-right-color: rgb(239 68 68 / 0.45);
}
.border-r-primary-500\/5 {
  border-right-color: rgb(239 68 68 / 0.05);
}
.border-r-primary-500\/50 {
  border-right-color: rgb(239 68 68 / 0.5);
}
.border-r-primary-500\/55 {
  border-right-color: rgb(239 68 68 / 0.55);
}
.border-r-primary-500\/60 {
  border-right-color: rgb(239 68 68 / 0.6);
}
.border-r-primary-500\/65 {
  border-right-color: rgb(239 68 68 / 0.65);
}
.border-r-primary-500\/70 {
  border-right-color: rgb(239 68 68 / 0.7);
}
.border-r-primary-500\/75 {
  border-right-color: rgb(239 68 68 / 0.75);
}
.border-r-primary-500\/80 {
  border-right-color: rgb(239 68 68 / 0.8);
}
.border-r-primary-500\/85 {
  border-right-color: rgb(239 68 68 / 0.85);
}
.border-r-primary-500\/90 {
  border-right-color: rgb(239 68 68 / 0.9);
}
.border-r-primary-500\/95 {
  border-right-color: rgb(239 68 68 / 0.95);
}
.border-r-primary-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-r-primary-600\/0 {
  border-right-color: rgb(220 38 38 / 0);
}
.border-r-primary-600\/10 {
  border-right-color: rgb(220 38 38 / 0.1);
}
.border-r-primary-600\/100 {
  border-right-color: rgb(220 38 38 / 1);
}
.border-r-primary-600\/15 {
  border-right-color: rgb(220 38 38 / 0.15);
}
.border-r-primary-600\/20 {
  border-right-color: rgb(220 38 38 / 0.2);
}
.border-r-primary-600\/25 {
  border-right-color: rgb(220 38 38 / 0.25);
}
.border-r-primary-600\/30 {
  border-right-color: rgb(220 38 38 / 0.3);
}
.border-r-primary-600\/35 {
  border-right-color: rgb(220 38 38 / 0.35);
}
.border-r-primary-600\/40 {
  border-right-color: rgb(220 38 38 / 0.4);
}
.border-r-primary-600\/45 {
  border-right-color: rgb(220 38 38 / 0.45);
}
.border-r-primary-600\/5 {
  border-right-color: rgb(220 38 38 / 0.05);
}
.border-r-primary-600\/50 {
  border-right-color: rgb(220 38 38 / 0.5);
}
.border-r-primary-600\/55 {
  border-right-color: rgb(220 38 38 / 0.55);
}
.border-r-primary-600\/60 {
  border-right-color: rgb(220 38 38 / 0.6);
}
.border-r-primary-600\/65 {
  border-right-color: rgb(220 38 38 / 0.65);
}
.border-r-primary-600\/70 {
  border-right-color: rgb(220 38 38 / 0.7);
}
.border-r-primary-600\/75 {
  border-right-color: rgb(220 38 38 / 0.75);
}
.border-r-primary-600\/80 {
  border-right-color: rgb(220 38 38 / 0.8);
}
.border-r-primary-600\/85 {
  border-right-color: rgb(220 38 38 / 0.85);
}
.border-r-primary-600\/90 {
  border-right-color: rgb(220 38 38 / 0.9);
}
.border-r-primary-600\/95 {
  border-right-color: rgb(220 38 38 / 0.95);
}
.border-r-primary-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
.border-r-primary-700\/0 {
  border-right-color: rgb(185 28 28 / 0);
}
.border-r-primary-700\/10 {
  border-right-color: rgb(185 28 28 / 0.1);
}
.border-r-primary-700\/100 {
  border-right-color: rgb(185 28 28 / 1);
}
.border-r-primary-700\/15 {
  border-right-color: rgb(185 28 28 / 0.15);
}
.border-r-primary-700\/20 {
  border-right-color: rgb(185 28 28 / 0.2);
}
.border-r-primary-700\/25 {
  border-right-color: rgb(185 28 28 / 0.25);
}
.border-r-primary-700\/30 {
  border-right-color: rgb(185 28 28 / 0.3);
}
.border-r-primary-700\/35 {
  border-right-color: rgb(185 28 28 / 0.35);
}
.border-r-primary-700\/40 {
  border-right-color: rgb(185 28 28 / 0.4);
}
.border-r-primary-700\/45 {
  border-right-color: rgb(185 28 28 / 0.45);
}
.border-r-primary-700\/5 {
  border-right-color: rgb(185 28 28 / 0.05);
}
.border-r-primary-700\/50 {
  border-right-color: rgb(185 28 28 / 0.5);
}
.border-r-primary-700\/55 {
  border-right-color: rgb(185 28 28 / 0.55);
}
.border-r-primary-700\/60 {
  border-right-color: rgb(185 28 28 / 0.6);
}
.border-r-primary-700\/65 {
  border-right-color: rgb(185 28 28 / 0.65);
}
.border-r-primary-700\/70 {
  border-right-color: rgb(185 28 28 / 0.7);
}
.border-r-primary-700\/75 {
  border-right-color: rgb(185 28 28 / 0.75);
}
.border-r-primary-700\/80 {
  border-right-color: rgb(185 28 28 / 0.8);
}
.border-r-primary-700\/85 {
  border-right-color: rgb(185 28 28 / 0.85);
}
.border-r-primary-700\/90 {
  border-right-color: rgb(185 28 28 / 0.9);
}
.border-r-primary-700\/95 {
  border-right-color: rgb(185 28 28 / 0.95);
}
.border-r-primary-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}
.border-r-primary-800\/0 {
  border-right-color: rgb(153 27 27 / 0);
}
.border-r-primary-800\/10 {
  border-right-color: rgb(153 27 27 / 0.1);
}
.border-r-primary-800\/100 {
  border-right-color: rgb(153 27 27 / 1);
}
.border-r-primary-800\/15 {
  border-right-color: rgb(153 27 27 / 0.15);
}
.border-r-primary-800\/20 {
  border-right-color: rgb(153 27 27 / 0.2);
}
.border-r-primary-800\/25 {
  border-right-color: rgb(153 27 27 / 0.25);
}
.border-r-primary-800\/30 {
  border-right-color: rgb(153 27 27 / 0.3);
}
.border-r-primary-800\/35 {
  border-right-color: rgb(153 27 27 / 0.35);
}
.border-r-primary-800\/40 {
  border-right-color: rgb(153 27 27 / 0.4);
}
.border-r-primary-800\/45 {
  border-right-color: rgb(153 27 27 / 0.45);
}
.border-r-primary-800\/5 {
  border-right-color: rgb(153 27 27 / 0.05);
}
.border-r-primary-800\/50 {
  border-right-color: rgb(153 27 27 / 0.5);
}
.border-r-primary-800\/55 {
  border-right-color: rgb(153 27 27 / 0.55);
}
.border-r-primary-800\/60 {
  border-right-color: rgb(153 27 27 / 0.6);
}
.border-r-primary-800\/65 {
  border-right-color: rgb(153 27 27 / 0.65);
}
.border-r-primary-800\/70 {
  border-right-color: rgb(153 27 27 / 0.7);
}
.border-r-primary-800\/75 {
  border-right-color: rgb(153 27 27 / 0.75);
}
.border-r-primary-800\/80 {
  border-right-color: rgb(153 27 27 / 0.8);
}
.border-r-primary-800\/85 {
  border-right-color: rgb(153 27 27 / 0.85);
}
.border-r-primary-800\/90 {
  border-right-color: rgb(153 27 27 / 0.9);
}
.border-r-primary-800\/95 {
  border-right-color: rgb(153 27 27 / 0.95);
}
.border-r-primary-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}
.border-r-primary-900\/0 {
  border-right-color: rgb(127 29 29 / 0);
}
.border-r-primary-900\/10 {
  border-right-color: rgb(127 29 29 / 0.1);
}
.border-r-primary-900\/100 {
  border-right-color: rgb(127 29 29 / 1);
}
.border-r-primary-900\/15 {
  border-right-color: rgb(127 29 29 / 0.15);
}
.border-r-primary-900\/20 {
  border-right-color: rgb(127 29 29 / 0.2);
}
.border-r-primary-900\/25 {
  border-right-color: rgb(127 29 29 / 0.25);
}
.border-r-primary-900\/30 {
  border-right-color: rgb(127 29 29 / 0.3);
}
.border-r-primary-900\/35 {
  border-right-color: rgb(127 29 29 / 0.35);
}
.border-r-primary-900\/40 {
  border-right-color: rgb(127 29 29 / 0.4);
}
.border-r-primary-900\/45 {
  border-right-color: rgb(127 29 29 / 0.45);
}
.border-r-primary-900\/5 {
  border-right-color: rgb(127 29 29 / 0.05);
}
.border-r-primary-900\/50 {
  border-right-color: rgb(127 29 29 / 0.5);
}
.border-r-primary-900\/55 {
  border-right-color: rgb(127 29 29 / 0.55);
}
.border-r-primary-900\/60 {
  border-right-color: rgb(127 29 29 / 0.6);
}
.border-r-primary-900\/65 {
  border-right-color: rgb(127 29 29 / 0.65);
}
.border-r-primary-900\/70 {
  border-right-color: rgb(127 29 29 / 0.7);
}
.border-r-primary-900\/75 {
  border-right-color: rgb(127 29 29 / 0.75);
}
.border-r-primary-900\/80 {
  border-right-color: rgb(127 29 29 / 0.8);
}
.border-r-primary-900\/85 {
  border-right-color: rgb(127 29 29 / 0.85);
}
.border-r-primary-900\/90 {
  border-right-color: rgb(127 29 29 / 0.9);
}
.border-r-primary-900\/95 {
  border-right-color: rgb(127 29 29 / 0.95);
}
.border-r-primary-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}
.border-r-primary-950\/0 {
  border-right-color: rgb(69 10 10 / 0);
}
.border-r-primary-950\/10 {
  border-right-color: rgb(69 10 10 / 0.1);
}
.border-r-primary-950\/100 {
  border-right-color: rgb(69 10 10 / 1);
}
.border-r-primary-950\/15 {
  border-right-color: rgb(69 10 10 / 0.15);
}
.border-r-primary-950\/20 {
  border-right-color: rgb(69 10 10 / 0.2);
}
.border-r-primary-950\/25 {
  border-right-color: rgb(69 10 10 / 0.25);
}
.border-r-primary-950\/30 {
  border-right-color: rgb(69 10 10 / 0.3);
}
.border-r-primary-950\/35 {
  border-right-color: rgb(69 10 10 / 0.35);
}
.border-r-primary-950\/40 {
  border-right-color: rgb(69 10 10 / 0.4);
}
.border-r-primary-950\/45 {
  border-right-color: rgb(69 10 10 / 0.45);
}
.border-r-primary-950\/5 {
  border-right-color: rgb(69 10 10 / 0.05);
}
.border-r-primary-950\/50 {
  border-right-color: rgb(69 10 10 / 0.5);
}
.border-r-primary-950\/55 {
  border-right-color: rgb(69 10 10 / 0.55);
}
.border-r-primary-950\/60 {
  border-right-color: rgb(69 10 10 / 0.6);
}
.border-r-primary-950\/65 {
  border-right-color: rgb(69 10 10 / 0.65);
}
.border-r-primary-950\/70 {
  border-right-color: rgb(69 10 10 / 0.7);
}
.border-r-primary-950\/75 {
  border-right-color: rgb(69 10 10 / 0.75);
}
.border-r-primary-950\/80 {
  border-right-color: rgb(69 10 10 / 0.8);
}
.border-r-primary-950\/85 {
  border-right-color: rgb(69 10 10 / 0.85);
}
.border-r-primary-950\/90 {
  border-right-color: rgb(69 10 10 / 0.9);
}
.border-r-primary-950\/95 {
  border-right-color: rgb(69 10 10 / 0.95);
}
.border-r-purple-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(237 235 254 / var(--tw-border-opacity, 1));
}
.border-r-purple-100\/0 {
  border-right-color: rgb(237 235 254 / 0);
}
.border-r-purple-100\/10 {
  border-right-color: rgb(237 235 254 / 0.1);
}
.border-r-purple-100\/100 {
  border-right-color: rgb(237 235 254 / 1);
}
.border-r-purple-100\/15 {
  border-right-color: rgb(237 235 254 / 0.15);
}
.border-r-purple-100\/20 {
  border-right-color: rgb(237 235 254 / 0.2);
}
.border-r-purple-100\/25 {
  border-right-color: rgb(237 235 254 / 0.25);
}
.border-r-purple-100\/30 {
  border-right-color: rgb(237 235 254 / 0.3);
}
.border-r-purple-100\/35 {
  border-right-color: rgb(237 235 254 / 0.35);
}
.border-r-purple-100\/40 {
  border-right-color: rgb(237 235 254 / 0.4);
}
.border-r-purple-100\/45 {
  border-right-color: rgb(237 235 254 / 0.45);
}
.border-r-purple-100\/5 {
  border-right-color: rgb(237 235 254 / 0.05);
}
.border-r-purple-100\/50 {
  border-right-color: rgb(237 235 254 / 0.5);
}
.border-r-purple-100\/55 {
  border-right-color: rgb(237 235 254 / 0.55);
}
.border-r-purple-100\/60 {
  border-right-color: rgb(237 235 254 / 0.6);
}
.border-r-purple-100\/65 {
  border-right-color: rgb(237 235 254 / 0.65);
}
.border-r-purple-100\/70 {
  border-right-color: rgb(237 235 254 / 0.7);
}
.border-r-purple-100\/75 {
  border-right-color: rgb(237 235 254 / 0.75);
}
.border-r-purple-100\/80 {
  border-right-color: rgb(237 235 254 / 0.8);
}
.border-r-purple-100\/85 {
  border-right-color: rgb(237 235 254 / 0.85);
}
.border-r-purple-100\/90 {
  border-right-color: rgb(237 235 254 / 0.9);
}
.border-r-purple-100\/95 {
  border-right-color: rgb(237 235 254 / 0.95);
}
.border-r-purple-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(220 215 254 / var(--tw-border-opacity, 1));
}
.border-r-purple-200\/0 {
  border-right-color: rgb(220 215 254 / 0);
}
.border-r-purple-200\/10 {
  border-right-color: rgb(220 215 254 / 0.1);
}
.border-r-purple-200\/100 {
  border-right-color: rgb(220 215 254 / 1);
}
.border-r-purple-200\/15 {
  border-right-color: rgb(220 215 254 / 0.15);
}
.border-r-purple-200\/20 {
  border-right-color: rgb(220 215 254 / 0.2);
}
.border-r-purple-200\/25 {
  border-right-color: rgb(220 215 254 / 0.25);
}
.border-r-purple-200\/30 {
  border-right-color: rgb(220 215 254 / 0.3);
}
.border-r-purple-200\/35 {
  border-right-color: rgb(220 215 254 / 0.35);
}
.border-r-purple-200\/40 {
  border-right-color: rgb(220 215 254 / 0.4);
}
.border-r-purple-200\/45 {
  border-right-color: rgb(220 215 254 / 0.45);
}
.border-r-purple-200\/5 {
  border-right-color: rgb(220 215 254 / 0.05);
}
.border-r-purple-200\/50 {
  border-right-color: rgb(220 215 254 / 0.5);
}
.border-r-purple-200\/55 {
  border-right-color: rgb(220 215 254 / 0.55);
}
.border-r-purple-200\/60 {
  border-right-color: rgb(220 215 254 / 0.6);
}
.border-r-purple-200\/65 {
  border-right-color: rgb(220 215 254 / 0.65);
}
.border-r-purple-200\/70 {
  border-right-color: rgb(220 215 254 / 0.7);
}
.border-r-purple-200\/75 {
  border-right-color: rgb(220 215 254 / 0.75);
}
.border-r-purple-200\/80 {
  border-right-color: rgb(220 215 254 / 0.8);
}
.border-r-purple-200\/85 {
  border-right-color: rgb(220 215 254 / 0.85);
}
.border-r-purple-200\/90 {
  border-right-color: rgb(220 215 254 / 0.9);
}
.border-r-purple-200\/95 {
  border-right-color: rgb(220 215 254 / 0.95);
}
.border-r-purple-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(202 191 253 / var(--tw-border-opacity, 1));
}
.border-r-purple-300\/0 {
  border-right-color: rgb(202 191 253 / 0);
}
.border-r-purple-300\/10 {
  border-right-color: rgb(202 191 253 / 0.1);
}
.border-r-purple-300\/100 {
  border-right-color: rgb(202 191 253 / 1);
}
.border-r-purple-300\/15 {
  border-right-color: rgb(202 191 253 / 0.15);
}
.border-r-purple-300\/20 {
  border-right-color: rgb(202 191 253 / 0.2);
}
.border-r-purple-300\/25 {
  border-right-color: rgb(202 191 253 / 0.25);
}
.border-r-purple-300\/30 {
  border-right-color: rgb(202 191 253 / 0.3);
}
.border-r-purple-300\/35 {
  border-right-color: rgb(202 191 253 / 0.35);
}
.border-r-purple-300\/40 {
  border-right-color: rgb(202 191 253 / 0.4);
}
.border-r-purple-300\/45 {
  border-right-color: rgb(202 191 253 / 0.45);
}
.border-r-purple-300\/5 {
  border-right-color: rgb(202 191 253 / 0.05);
}
.border-r-purple-300\/50 {
  border-right-color: rgb(202 191 253 / 0.5);
}
.border-r-purple-300\/55 {
  border-right-color: rgb(202 191 253 / 0.55);
}
.border-r-purple-300\/60 {
  border-right-color: rgb(202 191 253 / 0.6);
}
.border-r-purple-300\/65 {
  border-right-color: rgb(202 191 253 / 0.65);
}
.border-r-purple-300\/70 {
  border-right-color: rgb(202 191 253 / 0.7);
}
.border-r-purple-300\/75 {
  border-right-color: rgb(202 191 253 / 0.75);
}
.border-r-purple-300\/80 {
  border-right-color: rgb(202 191 253 / 0.8);
}
.border-r-purple-300\/85 {
  border-right-color: rgb(202 191 253 / 0.85);
}
.border-r-purple-300\/90 {
  border-right-color: rgb(202 191 253 / 0.9);
}
.border-r-purple-300\/95 {
  border-right-color: rgb(202 191 253 / 0.95);
}
.border-r-purple-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(172 148 250 / var(--tw-border-opacity, 1));
}
.border-r-purple-400\/0 {
  border-right-color: rgb(172 148 250 / 0);
}
.border-r-purple-400\/10 {
  border-right-color: rgb(172 148 250 / 0.1);
}
.border-r-purple-400\/100 {
  border-right-color: rgb(172 148 250 / 1);
}
.border-r-purple-400\/15 {
  border-right-color: rgb(172 148 250 / 0.15);
}
.border-r-purple-400\/20 {
  border-right-color: rgb(172 148 250 / 0.2);
}
.border-r-purple-400\/25 {
  border-right-color: rgb(172 148 250 / 0.25);
}
.border-r-purple-400\/30 {
  border-right-color: rgb(172 148 250 / 0.3);
}
.border-r-purple-400\/35 {
  border-right-color: rgb(172 148 250 / 0.35);
}
.border-r-purple-400\/40 {
  border-right-color: rgb(172 148 250 / 0.4);
}
.border-r-purple-400\/45 {
  border-right-color: rgb(172 148 250 / 0.45);
}
.border-r-purple-400\/5 {
  border-right-color: rgb(172 148 250 / 0.05);
}
.border-r-purple-400\/50 {
  border-right-color: rgb(172 148 250 / 0.5);
}
.border-r-purple-400\/55 {
  border-right-color: rgb(172 148 250 / 0.55);
}
.border-r-purple-400\/60 {
  border-right-color: rgb(172 148 250 / 0.6);
}
.border-r-purple-400\/65 {
  border-right-color: rgb(172 148 250 / 0.65);
}
.border-r-purple-400\/70 {
  border-right-color: rgb(172 148 250 / 0.7);
}
.border-r-purple-400\/75 {
  border-right-color: rgb(172 148 250 / 0.75);
}
.border-r-purple-400\/80 {
  border-right-color: rgb(172 148 250 / 0.8);
}
.border-r-purple-400\/85 {
  border-right-color: rgb(172 148 250 / 0.85);
}
.border-r-purple-400\/90 {
  border-right-color: rgb(172 148 250 / 0.9);
}
.border-r-purple-400\/95 {
  border-right-color: rgb(172 148 250 / 0.95);
}
.border-r-purple-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(246 245 255 / var(--tw-border-opacity, 1));
}
.border-r-purple-50\/0 {
  border-right-color: rgb(246 245 255 / 0);
}
.border-r-purple-50\/10 {
  border-right-color: rgb(246 245 255 / 0.1);
}
.border-r-purple-50\/100 {
  border-right-color: rgb(246 245 255 / 1);
}
.border-r-purple-50\/15 {
  border-right-color: rgb(246 245 255 / 0.15);
}
.border-r-purple-50\/20 {
  border-right-color: rgb(246 245 255 / 0.2);
}
.border-r-purple-50\/25 {
  border-right-color: rgb(246 245 255 / 0.25);
}
.border-r-purple-50\/30 {
  border-right-color: rgb(246 245 255 / 0.3);
}
.border-r-purple-50\/35 {
  border-right-color: rgb(246 245 255 / 0.35);
}
.border-r-purple-50\/40 {
  border-right-color: rgb(246 245 255 / 0.4);
}
.border-r-purple-50\/45 {
  border-right-color: rgb(246 245 255 / 0.45);
}
.border-r-purple-50\/5 {
  border-right-color: rgb(246 245 255 / 0.05);
}
.border-r-purple-50\/50 {
  border-right-color: rgb(246 245 255 / 0.5);
}
.border-r-purple-50\/55 {
  border-right-color: rgb(246 245 255 / 0.55);
}
.border-r-purple-50\/60 {
  border-right-color: rgb(246 245 255 / 0.6);
}
.border-r-purple-50\/65 {
  border-right-color: rgb(246 245 255 / 0.65);
}
.border-r-purple-50\/70 {
  border-right-color: rgb(246 245 255 / 0.7);
}
.border-r-purple-50\/75 {
  border-right-color: rgb(246 245 255 / 0.75);
}
.border-r-purple-50\/80 {
  border-right-color: rgb(246 245 255 / 0.8);
}
.border-r-purple-50\/85 {
  border-right-color: rgb(246 245 255 / 0.85);
}
.border-r-purple-50\/90 {
  border-right-color: rgb(246 245 255 / 0.9);
}
.border-r-purple-50\/95 {
  border-right-color: rgb(246 245 255 / 0.95);
}
.border-r-purple-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(144 97 249 / var(--tw-border-opacity, 1));
}
.border-r-purple-500\/0 {
  border-right-color: rgb(144 97 249 / 0);
}
.border-r-purple-500\/10 {
  border-right-color: rgb(144 97 249 / 0.1);
}
.border-r-purple-500\/100 {
  border-right-color: rgb(144 97 249 / 1);
}
.border-r-purple-500\/15 {
  border-right-color: rgb(144 97 249 / 0.15);
}
.border-r-purple-500\/20 {
  border-right-color: rgb(144 97 249 / 0.2);
}
.border-r-purple-500\/25 {
  border-right-color: rgb(144 97 249 / 0.25);
}
.border-r-purple-500\/30 {
  border-right-color: rgb(144 97 249 / 0.3);
}
.border-r-purple-500\/35 {
  border-right-color: rgb(144 97 249 / 0.35);
}
.border-r-purple-500\/40 {
  border-right-color: rgb(144 97 249 / 0.4);
}
.border-r-purple-500\/45 {
  border-right-color: rgb(144 97 249 / 0.45);
}
.border-r-purple-500\/5 {
  border-right-color: rgb(144 97 249 / 0.05);
}
.border-r-purple-500\/50 {
  border-right-color: rgb(144 97 249 / 0.5);
}
.border-r-purple-500\/55 {
  border-right-color: rgb(144 97 249 / 0.55);
}
.border-r-purple-500\/60 {
  border-right-color: rgb(144 97 249 / 0.6);
}
.border-r-purple-500\/65 {
  border-right-color: rgb(144 97 249 / 0.65);
}
.border-r-purple-500\/70 {
  border-right-color: rgb(144 97 249 / 0.7);
}
.border-r-purple-500\/75 {
  border-right-color: rgb(144 97 249 / 0.75);
}
.border-r-purple-500\/80 {
  border-right-color: rgb(144 97 249 / 0.8);
}
.border-r-purple-500\/85 {
  border-right-color: rgb(144 97 249 / 0.85);
}
.border-r-purple-500\/90 {
  border-right-color: rgb(144 97 249 / 0.9);
}
.border-r-purple-500\/95 {
  border-right-color: rgb(144 97 249 / 0.95);
}
.border-r-purple-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(126 58 242 / var(--tw-border-opacity, 1));
}
.border-r-purple-600\/0 {
  border-right-color: rgb(126 58 242 / 0);
}
.border-r-purple-600\/10 {
  border-right-color: rgb(126 58 242 / 0.1);
}
.border-r-purple-600\/100 {
  border-right-color: rgb(126 58 242 / 1);
}
.border-r-purple-600\/15 {
  border-right-color: rgb(126 58 242 / 0.15);
}
.border-r-purple-600\/20 {
  border-right-color: rgb(126 58 242 / 0.2);
}
.border-r-purple-600\/25 {
  border-right-color: rgb(126 58 242 / 0.25);
}
.border-r-purple-600\/30 {
  border-right-color: rgb(126 58 242 / 0.3);
}
.border-r-purple-600\/35 {
  border-right-color: rgb(126 58 242 / 0.35);
}
.border-r-purple-600\/40 {
  border-right-color: rgb(126 58 242 / 0.4);
}
.border-r-purple-600\/45 {
  border-right-color: rgb(126 58 242 / 0.45);
}
.border-r-purple-600\/5 {
  border-right-color: rgb(126 58 242 / 0.05);
}
.border-r-purple-600\/50 {
  border-right-color: rgb(126 58 242 / 0.5);
}
.border-r-purple-600\/55 {
  border-right-color: rgb(126 58 242 / 0.55);
}
.border-r-purple-600\/60 {
  border-right-color: rgb(126 58 242 / 0.6);
}
.border-r-purple-600\/65 {
  border-right-color: rgb(126 58 242 / 0.65);
}
.border-r-purple-600\/70 {
  border-right-color: rgb(126 58 242 / 0.7);
}
.border-r-purple-600\/75 {
  border-right-color: rgb(126 58 242 / 0.75);
}
.border-r-purple-600\/80 {
  border-right-color: rgb(126 58 242 / 0.8);
}
.border-r-purple-600\/85 {
  border-right-color: rgb(126 58 242 / 0.85);
}
.border-r-purple-600\/90 {
  border-right-color: rgb(126 58 242 / 0.9);
}
.border-r-purple-600\/95 {
  border-right-color: rgb(126 58 242 / 0.95);
}
.border-r-purple-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(108 43 217 / var(--tw-border-opacity, 1));
}
.border-r-purple-700\/0 {
  border-right-color: rgb(108 43 217 / 0);
}
.border-r-purple-700\/10 {
  border-right-color: rgb(108 43 217 / 0.1);
}
.border-r-purple-700\/100 {
  border-right-color: rgb(108 43 217 / 1);
}
.border-r-purple-700\/15 {
  border-right-color: rgb(108 43 217 / 0.15);
}
.border-r-purple-700\/20 {
  border-right-color: rgb(108 43 217 / 0.2);
}
.border-r-purple-700\/25 {
  border-right-color: rgb(108 43 217 / 0.25);
}
.border-r-purple-700\/30 {
  border-right-color: rgb(108 43 217 / 0.3);
}
.border-r-purple-700\/35 {
  border-right-color: rgb(108 43 217 / 0.35);
}
.border-r-purple-700\/40 {
  border-right-color: rgb(108 43 217 / 0.4);
}
.border-r-purple-700\/45 {
  border-right-color: rgb(108 43 217 / 0.45);
}
.border-r-purple-700\/5 {
  border-right-color: rgb(108 43 217 / 0.05);
}
.border-r-purple-700\/50 {
  border-right-color: rgb(108 43 217 / 0.5);
}
.border-r-purple-700\/55 {
  border-right-color: rgb(108 43 217 / 0.55);
}
.border-r-purple-700\/60 {
  border-right-color: rgb(108 43 217 / 0.6);
}
.border-r-purple-700\/65 {
  border-right-color: rgb(108 43 217 / 0.65);
}
.border-r-purple-700\/70 {
  border-right-color: rgb(108 43 217 / 0.7);
}
.border-r-purple-700\/75 {
  border-right-color: rgb(108 43 217 / 0.75);
}
.border-r-purple-700\/80 {
  border-right-color: rgb(108 43 217 / 0.8);
}
.border-r-purple-700\/85 {
  border-right-color: rgb(108 43 217 / 0.85);
}
.border-r-purple-700\/90 {
  border-right-color: rgb(108 43 217 / 0.9);
}
.border-r-purple-700\/95 {
  border-right-color: rgb(108 43 217 / 0.95);
}
.border-r-purple-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(85 33 181 / var(--tw-border-opacity, 1));
}
.border-r-purple-800\/0 {
  border-right-color: rgb(85 33 181 / 0);
}
.border-r-purple-800\/10 {
  border-right-color: rgb(85 33 181 / 0.1);
}
.border-r-purple-800\/100 {
  border-right-color: rgb(85 33 181 / 1);
}
.border-r-purple-800\/15 {
  border-right-color: rgb(85 33 181 / 0.15);
}
.border-r-purple-800\/20 {
  border-right-color: rgb(85 33 181 / 0.2);
}
.border-r-purple-800\/25 {
  border-right-color: rgb(85 33 181 / 0.25);
}
.border-r-purple-800\/30 {
  border-right-color: rgb(85 33 181 / 0.3);
}
.border-r-purple-800\/35 {
  border-right-color: rgb(85 33 181 / 0.35);
}
.border-r-purple-800\/40 {
  border-right-color: rgb(85 33 181 / 0.4);
}
.border-r-purple-800\/45 {
  border-right-color: rgb(85 33 181 / 0.45);
}
.border-r-purple-800\/5 {
  border-right-color: rgb(85 33 181 / 0.05);
}
.border-r-purple-800\/50 {
  border-right-color: rgb(85 33 181 / 0.5);
}
.border-r-purple-800\/55 {
  border-right-color: rgb(85 33 181 / 0.55);
}
.border-r-purple-800\/60 {
  border-right-color: rgb(85 33 181 / 0.6);
}
.border-r-purple-800\/65 {
  border-right-color: rgb(85 33 181 / 0.65);
}
.border-r-purple-800\/70 {
  border-right-color: rgb(85 33 181 / 0.7);
}
.border-r-purple-800\/75 {
  border-right-color: rgb(85 33 181 / 0.75);
}
.border-r-purple-800\/80 {
  border-right-color: rgb(85 33 181 / 0.8);
}
.border-r-purple-800\/85 {
  border-right-color: rgb(85 33 181 / 0.85);
}
.border-r-purple-800\/90 {
  border-right-color: rgb(85 33 181 / 0.9);
}
.border-r-purple-800\/95 {
  border-right-color: rgb(85 33 181 / 0.95);
}
.border-r-purple-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(74 29 150 / var(--tw-border-opacity, 1));
}
.border-r-purple-900\/0 {
  border-right-color: rgb(74 29 150 / 0);
}
.border-r-purple-900\/10 {
  border-right-color: rgb(74 29 150 / 0.1);
}
.border-r-purple-900\/100 {
  border-right-color: rgb(74 29 150 / 1);
}
.border-r-purple-900\/15 {
  border-right-color: rgb(74 29 150 / 0.15);
}
.border-r-purple-900\/20 {
  border-right-color: rgb(74 29 150 / 0.2);
}
.border-r-purple-900\/25 {
  border-right-color: rgb(74 29 150 / 0.25);
}
.border-r-purple-900\/30 {
  border-right-color: rgb(74 29 150 / 0.3);
}
.border-r-purple-900\/35 {
  border-right-color: rgb(74 29 150 / 0.35);
}
.border-r-purple-900\/40 {
  border-right-color: rgb(74 29 150 / 0.4);
}
.border-r-purple-900\/45 {
  border-right-color: rgb(74 29 150 / 0.45);
}
.border-r-purple-900\/5 {
  border-right-color: rgb(74 29 150 / 0.05);
}
.border-r-purple-900\/50 {
  border-right-color: rgb(74 29 150 / 0.5);
}
.border-r-purple-900\/55 {
  border-right-color: rgb(74 29 150 / 0.55);
}
.border-r-purple-900\/60 {
  border-right-color: rgb(74 29 150 / 0.6);
}
.border-r-purple-900\/65 {
  border-right-color: rgb(74 29 150 / 0.65);
}
.border-r-purple-900\/70 {
  border-right-color: rgb(74 29 150 / 0.7);
}
.border-r-purple-900\/75 {
  border-right-color: rgb(74 29 150 / 0.75);
}
.border-r-purple-900\/80 {
  border-right-color: rgb(74 29 150 / 0.8);
}
.border-r-purple-900\/85 {
  border-right-color: rgb(74 29 150 / 0.85);
}
.border-r-purple-900\/90 {
  border-right-color: rgb(74 29 150 / 0.9);
}
.border-r-purple-900\/95 {
  border-right-color: rgb(74 29 150 / 0.95);
}
.border-r-red-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 232 232 / var(--tw-border-opacity, 1));
}
.border-r-red-100\/0 {
  border-right-color: rgb(253 232 232 / 0);
}
.border-r-red-100\/10 {
  border-right-color: rgb(253 232 232 / 0.1);
}
.border-r-red-100\/100 {
  border-right-color: rgb(253 232 232 / 1);
}
.border-r-red-100\/15 {
  border-right-color: rgb(253 232 232 / 0.15);
}
.border-r-red-100\/20 {
  border-right-color: rgb(253 232 232 / 0.2);
}
.border-r-red-100\/25 {
  border-right-color: rgb(253 232 232 / 0.25);
}
.border-r-red-100\/30 {
  border-right-color: rgb(253 232 232 / 0.3);
}
.border-r-red-100\/35 {
  border-right-color: rgb(253 232 232 / 0.35);
}
.border-r-red-100\/40 {
  border-right-color: rgb(253 232 232 / 0.4);
}
.border-r-red-100\/45 {
  border-right-color: rgb(253 232 232 / 0.45);
}
.border-r-red-100\/5 {
  border-right-color: rgb(253 232 232 / 0.05);
}
.border-r-red-100\/50 {
  border-right-color: rgb(253 232 232 / 0.5);
}
.border-r-red-100\/55 {
  border-right-color: rgb(253 232 232 / 0.55);
}
.border-r-red-100\/60 {
  border-right-color: rgb(253 232 232 / 0.6);
}
.border-r-red-100\/65 {
  border-right-color: rgb(253 232 232 / 0.65);
}
.border-r-red-100\/70 {
  border-right-color: rgb(253 232 232 / 0.7);
}
.border-r-red-100\/75 {
  border-right-color: rgb(253 232 232 / 0.75);
}
.border-r-red-100\/80 {
  border-right-color: rgb(253 232 232 / 0.8);
}
.border-r-red-100\/85 {
  border-right-color: rgb(253 232 232 / 0.85);
}
.border-r-red-100\/90 {
  border-right-color: rgb(253 232 232 / 0.9);
}
.border-r-red-100\/95 {
  border-right-color: rgb(253 232 232 / 0.95);
}
.border-r-red-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(251 213 213 / var(--tw-border-opacity, 1));
}
.border-r-red-200\/0 {
  border-right-color: rgb(251 213 213 / 0);
}
.border-r-red-200\/10 {
  border-right-color: rgb(251 213 213 / 0.1);
}
.border-r-red-200\/100 {
  border-right-color: rgb(251 213 213 / 1);
}
.border-r-red-200\/15 {
  border-right-color: rgb(251 213 213 / 0.15);
}
.border-r-red-200\/20 {
  border-right-color: rgb(251 213 213 / 0.2);
}
.border-r-red-200\/25 {
  border-right-color: rgb(251 213 213 / 0.25);
}
.border-r-red-200\/30 {
  border-right-color: rgb(251 213 213 / 0.3);
}
.border-r-red-200\/35 {
  border-right-color: rgb(251 213 213 / 0.35);
}
.border-r-red-200\/40 {
  border-right-color: rgb(251 213 213 / 0.4);
}
.border-r-red-200\/45 {
  border-right-color: rgb(251 213 213 / 0.45);
}
.border-r-red-200\/5 {
  border-right-color: rgb(251 213 213 / 0.05);
}
.border-r-red-200\/50 {
  border-right-color: rgb(251 213 213 / 0.5);
}
.border-r-red-200\/55 {
  border-right-color: rgb(251 213 213 / 0.55);
}
.border-r-red-200\/60 {
  border-right-color: rgb(251 213 213 / 0.6);
}
.border-r-red-200\/65 {
  border-right-color: rgb(251 213 213 / 0.65);
}
.border-r-red-200\/70 {
  border-right-color: rgb(251 213 213 / 0.7);
}
.border-r-red-200\/75 {
  border-right-color: rgb(251 213 213 / 0.75);
}
.border-r-red-200\/80 {
  border-right-color: rgb(251 213 213 / 0.8);
}
.border-r-red-200\/85 {
  border-right-color: rgb(251 213 213 / 0.85);
}
.border-r-red-200\/90 {
  border-right-color: rgb(251 213 213 / 0.9);
}
.border-r-red-200\/95 {
  border-right-color: rgb(251 213 213 / 0.95);
}
.border-r-red-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(248 180 180 / var(--tw-border-opacity, 1));
}
.border-r-red-300\/0 {
  border-right-color: rgb(248 180 180 / 0);
}
.border-r-red-300\/10 {
  border-right-color: rgb(248 180 180 / 0.1);
}
.border-r-red-300\/100 {
  border-right-color: rgb(248 180 180 / 1);
}
.border-r-red-300\/15 {
  border-right-color: rgb(248 180 180 / 0.15);
}
.border-r-red-300\/20 {
  border-right-color: rgb(248 180 180 / 0.2);
}
.border-r-red-300\/25 {
  border-right-color: rgb(248 180 180 / 0.25);
}
.border-r-red-300\/30 {
  border-right-color: rgb(248 180 180 / 0.3);
}
.border-r-red-300\/35 {
  border-right-color: rgb(248 180 180 / 0.35);
}
.border-r-red-300\/40 {
  border-right-color: rgb(248 180 180 / 0.4);
}
.border-r-red-300\/45 {
  border-right-color: rgb(248 180 180 / 0.45);
}
.border-r-red-300\/5 {
  border-right-color: rgb(248 180 180 / 0.05);
}
.border-r-red-300\/50 {
  border-right-color: rgb(248 180 180 / 0.5);
}
.border-r-red-300\/55 {
  border-right-color: rgb(248 180 180 / 0.55);
}
.border-r-red-300\/60 {
  border-right-color: rgb(248 180 180 / 0.6);
}
.border-r-red-300\/65 {
  border-right-color: rgb(248 180 180 / 0.65);
}
.border-r-red-300\/70 {
  border-right-color: rgb(248 180 180 / 0.7);
}
.border-r-red-300\/75 {
  border-right-color: rgb(248 180 180 / 0.75);
}
.border-r-red-300\/80 {
  border-right-color: rgb(248 180 180 / 0.8);
}
.border-r-red-300\/85 {
  border-right-color: rgb(248 180 180 / 0.85);
}
.border-r-red-300\/90 {
  border-right-color: rgb(248 180 180 / 0.9);
}
.border-r-red-300\/95 {
  border-right-color: rgb(248 180 180 / 0.95);
}
.border-r-red-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(249 128 128 / var(--tw-border-opacity, 1));
}
.border-r-red-400\/0 {
  border-right-color: rgb(249 128 128 / 0);
}
.border-r-red-400\/10 {
  border-right-color: rgb(249 128 128 / 0.1);
}
.border-r-red-400\/100 {
  border-right-color: rgb(249 128 128 / 1);
}
.border-r-red-400\/15 {
  border-right-color: rgb(249 128 128 / 0.15);
}
.border-r-red-400\/20 {
  border-right-color: rgb(249 128 128 / 0.2);
}
.border-r-red-400\/25 {
  border-right-color: rgb(249 128 128 / 0.25);
}
.border-r-red-400\/30 {
  border-right-color: rgb(249 128 128 / 0.3);
}
.border-r-red-400\/35 {
  border-right-color: rgb(249 128 128 / 0.35);
}
.border-r-red-400\/40 {
  border-right-color: rgb(249 128 128 / 0.4);
}
.border-r-red-400\/45 {
  border-right-color: rgb(249 128 128 / 0.45);
}
.border-r-red-400\/5 {
  border-right-color: rgb(249 128 128 / 0.05);
}
.border-r-red-400\/50 {
  border-right-color: rgb(249 128 128 / 0.5);
}
.border-r-red-400\/55 {
  border-right-color: rgb(249 128 128 / 0.55);
}
.border-r-red-400\/60 {
  border-right-color: rgb(249 128 128 / 0.6);
}
.border-r-red-400\/65 {
  border-right-color: rgb(249 128 128 / 0.65);
}
.border-r-red-400\/70 {
  border-right-color: rgb(249 128 128 / 0.7);
}
.border-r-red-400\/75 {
  border-right-color: rgb(249 128 128 / 0.75);
}
.border-r-red-400\/80 {
  border-right-color: rgb(249 128 128 / 0.8);
}
.border-r-red-400\/85 {
  border-right-color: rgb(249 128 128 / 0.85);
}
.border-r-red-400\/90 {
  border-right-color: rgb(249 128 128 / 0.9);
}
.border-r-red-400\/95 {
  border-right-color: rgb(249 128 128 / 0.95);
}
.border-r-red-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 242 242 / var(--tw-border-opacity, 1));
}
.border-r-red-50\/0 {
  border-right-color: rgb(253 242 242 / 0);
}
.border-r-red-50\/10 {
  border-right-color: rgb(253 242 242 / 0.1);
}
.border-r-red-50\/100 {
  border-right-color: rgb(253 242 242 / 1);
}
.border-r-red-50\/15 {
  border-right-color: rgb(253 242 242 / 0.15);
}
.border-r-red-50\/20 {
  border-right-color: rgb(253 242 242 / 0.2);
}
.border-r-red-50\/25 {
  border-right-color: rgb(253 242 242 / 0.25);
}
.border-r-red-50\/30 {
  border-right-color: rgb(253 242 242 / 0.3);
}
.border-r-red-50\/35 {
  border-right-color: rgb(253 242 242 / 0.35);
}
.border-r-red-50\/40 {
  border-right-color: rgb(253 242 242 / 0.4);
}
.border-r-red-50\/45 {
  border-right-color: rgb(253 242 242 / 0.45);
}
.border-r-red-50\/5 {
  border-right-color: rgb(253 242 242 / 0.05);
}
.border-r-red-50\/50 {
  border-right-color: rgb(253 242 242 / 0.5);
}
.border-r-red-50\/55 {
  border-right-color: rgb(253 242 242 / 0.55);
}
.border-r-red-50\/60 {
  border-right-color: rgb(253 242 242 / 0.6);
}
.border-r-red-50\/65 {
  border-right-color: rgb(253 242 242 / 0.65);
}
.border-r-red-50\/70 {
  border-right-color: rgb(253 242 242 / 0.7);
}
.border-r-red-50\/75 {
  border-right-color: rgb(253 242 242 / 0.75);
}
.border-r-red-50\/80 {
  border-right-color: rgb(253 242 242 / 0.8);
}
.border-r-red-50\/85 {
  border-right-color: rgb(253 242 242 / 0.85);
}
.border-r-red-50\/90 {
  border-right-color: rgb(253 242 242 / 0.9);
}
.border-r-red-50\/95 {
  border-right-color: rgb(253 242 242 / 0.95);
}
.border-r-red-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(240 82 82 / var(--tw-border-opacity, 1));
}
.border-r-red-500\/0 {
  border-right-color: rgb(240 82 82 / 0);
}
.border-r-red-500\/10 {
  border-right-color: rgb(240 82 82 / 0.1);
}
.border-r-red-500\/100 {
  border-right-color: rgb(240 82 82 / 1);
}
.border-r-red-500\/15 {
  border-right-color: rgb(240 82 82 / 0.15);
}
.border-r-red-500\/20 {
  border-right-color: rgb(240 82 82 / 0.2);
}
.border-r-red-500\/25 {
  border-right-color: rgb(240 82 82 / 0.25);
}
.border-r-red-500\/30 {
  border-right-color: rgb(240 82 82 / 0.3);
}
.border-r-red-500\/35 {
  border-right-color: rgb(240 82 82 / 0.35);
}
.border-r-red-500\/40 {
  border-right-color: rgb(240 82 82 / 0.4);
}
.border-r-red-500\/45 {
  border-right-color: rgb(240 82 82 / 0.45);
}
.border-r-red-500\/5 {
  border-right-color: rgb(240 82 82 / 0.05);
}
.border-r-red-500\/50 {
  border-right-color: rgb(240 82 82 / 0.5);
}
.border-r-red-500\/55 {
  border-right-color: rgb(240 82 82 / 0.55);
}
.border-r-red-500\/60 {
  border-right-color: rgb(240 82 82 / 0.6);
}
.border-r-red-500\/65 {
  border-right-color: rgb(240 82 82 / 0.65);
}
.border-r-red-500\/70 {
  border-right-color: rgb(240 82 82 / 0.7);
}
.border-r-red-500\/75 {
  border-right-color: rgb(240 82 82 / 0.75);
}
.border-r-red-500\/80 {
  border-right-color: rgb(240 82 82 / 0.8);
}
.border-r-red-500\/85 {
  border-right-color: rgb(240 82 82 / 0.85);
}
.border-r-red-500\/90 {
  border-right-color: rgb(240 82 82 / 0.9);
}
.border-r-red-500\/95 {
  border-right-color: rgb(240 82 82 / 0.95);
}
.border-r-red-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(224 36 36 / var(--tw-border-opacity, 1));
}
.border-r-red-600\/0 {
  border-right-color: rgb(224 36 36 / 0);
}
.border-r-red-600\/10 {
  border-right-color: rgb(224 36 36 / 0.1);
}
.border-r-red-600\/100 {
  border-right-color: rgb(224 36 36 / 1);
}
.border-r-red-600\/15 {
  border-right-color: rgb(224 36 36 / 0.15);
}
.border-r-red-600\/20 {
  border-right-color: rgb(224 36 36 / 0.2);
}
.border-r-red-600\/25 {
  border-right-color: rgb(224 36 36 / 0.25);
}
.border-r-red-600\/30 {
  border-right-color: rgb(224 36 36 / 0.3);
}
.border-r-red-600\/35 {
  border-right-color: rgb(224 36 36 / 0.35);
}
.border-r-red-600\/40 {
  border-right-color: rgb(224 36 36 / 0.4);
}
.border-r-red-600\/45 {
  border-right-color: rgb(224 36 36 / 0.45);
}
.border-r-red-600\/5 {
  border-right-color: rgb(224 36 36 / 0.05);
}
.border-r-red-600\/50 {
  border-right-color: rgb(224 36 36 / 0.5);
}
.border-r-red-600\/55 {
  border-right-color: rgb(224 36 36 / 0.55);
}
.border-r-red-600\/60 {
  border-right-color: rgb(224 36 36 / 0.6);
}
.border-r-red-600\/65 {
  border-right-color: rgb(224 36 36 / 0.65);
}
.border-r-red-600\/70 {
  border-right-color: rgb(224 36 36 / 0.7);
}
.border-r-red-600\/75 {
  border-right-color: rgb(224 36 36 / 0.75);
}
.border-r-red-600\/80 {
  border-right-color: rgb(224 36 36 / 0.8);
}
.border-r-red-600\/85 {
  border-right-color: rgb(224 36 36 / 0.85);
}
.border-r-red-600\/90 {
  border-right-color: rgb(224 36 36 / 0.9);
}
.border-r-red-600\/95 {
  border-right-color: rgb(224 36 36 / 0.95);
}
.border-r-red-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(200 30 30 / var(--tw-border-opacity, 1));
}
.border-r-red-700\/0 {
  border-right-color: rgb(200 30 30 / 0);
}
.border-r-red-700\/10 {
  border-right-color: rgb(200 30 30 / 0.1);
}
.border-r-red-700\/100 {
  border-right-color: rgb(200 30 30 / 1);
}
.border-r-red-700\/15 {
  border-right-color: rgb(200 30 30 / 0.15);
}
.border-r-red-700\/20 {
  border-right-color: rgb(200 30 30 / 0.2);
}
.border-r-red-700\/25 {
  border-right-color: rgb(200 30 30 / 0.25);
}
.border-r-red-700\/30 {
  border-right-color: rgb(200 30 30 / 0.3);
}
.border-r-red-700\/35 {
  border-right-color: rgb(200 30 30 / 0.35);
}
.border-r-red-700\/40 {
  border-right-color: rgb(200 30 30 / 0.4);
}
.border-r-red-700\/45 {
  border-right-color: rgb(200 30 30 / 0.45);
}
.border-r-red-700\/5 {
  border-right-color: rgb(200 30 30 / 0.05);
}
.border-r-red-700\/50 {
  border-right-color: rgb(200 30 30 / 0.5);
}
.border-r-red-700\/55 {
  border-right-color: rgb(200 30 30 / 0.55);
}
.border-r-red-700\/60 {
  border-right-color: rgb(200 30 30 / 0.6);
}
.border-r-red-700\/65 {
  border-right-color: rgb(200 30 30 / 0.65);
}
.border-r-red-700\/70 {
  border-right-color: rgb(200 30 30 / 0.7);
}
.border-r-red-700\/75 {
  border-right-color: rgb(200 30 30 / 0.75);
}
.border-r-red-700\/80 {
  border-right-color: rgb(200 30 30 / 0.8);
}
.border-r-red-700\/85 {
  border-right-color: rgb(200 30 30 / 0.85);
}
.border-r-red-700\/90 {
  border-right-color: rgb(200 30 30 / 0.9);
}
.border-r-red-700\/95 {
  border-right-color: rgb(200 30 30 / 0.95);
}
.border-r-red-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(155 28 28 / var(--tw-border-opacity, 1));
}
.border-r-red-800\/0 {
  border-right-color: rgb(155 28 28 / 0);
}
.border-r-red-800\/10 {
  border-right-color: rgb(155 28 28 / 0.1);
}
.border-r-red-800\/100 {
  border-right-color: rgb(155 28 28 / 1);
}
.border-r-red-800\/15 {
  border-right-color: rgb(155 28 28 / 0.15);
}
.border-r-red-800\/20 {
  border-right-color: rgb(155 28 28 / 0.2);
}
.border-r-red-800\/25 {
  border-right-color: rgb(155 28 28 / 0.25);
}
.border-r-red-800\/30 {
  border-right-color: rgb(155 28 28 / 0.3);
}
.border-r-red-800\/35 {
  border-right-color: rgb(155 28 28 / 0.35);
}
.border-r-red-800\/40 {
  border-right-color: rgb(155 28 28 / 0.4);
}
.border-r-red-800\/45 {
  border-right-color: rgb(155 28 28 / 0.45);
}
.border-r-red-800\/5 {
  border-right-color: rgb(155 28 28 / 0.05);
}
.border-r-red-800\/50 {
  border-right-color: rgb(155 28 28 / 0.5);
}
.border-r-red-800\/55 {
  border-right-color: rgb(155 28 28 / 0.55);
}
.border-r-red-800\/60 {
  border-right-color: rgb(155 28 28 / 0.6);
}
.border-r-red-800\/65 {
  border-right-color: rgb(155 28 28 / 0.65);
}
.border-r-red-800\/70 {
  border-right-color: rgb(155 28 28 / 0.7);
}
.border-r-red-800\/75 {
  border-right-color: rgb(155 28 28 / 0.75);
}
.border-r-red-800\/80 {
  border-right-color: rgb(155 28 28 / 0.8);
}
.border-r-red-800\/85 {
  border-right-color: rgb(155 28 28 / 0.85);
}
.border-r-red-800\/90 {
  border-right-color: rgb(155 28 28 / 0.9);
}
.border-r-red-800\/95 {
  border-right-color: rgb(155 28 28 / 0.95);
}
.border-r-red-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(119 29 29 / var(--tw-border-opacity, 1));
}
.border-r-red-900\/0 {
  border-right-color: rgb(119 29 29 / 0);
}
.border-r-red-900\/10 {
  border-right-color: rgb(119 29 29 / 0.1);
}
.border-r-red-900\/100 {
  border-right-color: rgb(119 29 29 / 1);
}
.border-r-red-900\/15 {
  border-right-color: rgb(119 29 29 / 0.15);
}
.border-r-red-900\/20 {
  border-right-color: rgb(119 29 29 / 0.2);
}
.border-r-red-900\/25 {
  border-right-color: rgb(119 29 29 / 0.25);
}
.border-r-red-900\/30 {
  border-right-color: rgb(119 29 29 / 0.3);
}
.border-r-red-900\/35 {
  border-right-color: rgb(119 29 29 / 0.35);
}
.border-r-red-900\/40 {
  border-right-color: rgb(119 29 29 / 0.4);
}
.border-r-red-900\/45 {
  border-right-color: rgb(119 29 29 / 0.45);
}
.border-r-red-900\/5 {
  border-right-color: rgb(119 29 29 / 0.05);
}
.border-r-red-900\/50 {
  border-right-color: rgb(119 29 29 / 0.5);
}
.border-r-red-900\/55 {
  border-right-color: rgb(119 29 29 / 0.55);
}
.border-r-red-900\/60 {
  border-right-color: rgb(119 29 29 / 0.6);
}
.border-r-red-900\/65 {
  border-right-color: rgb(119 29 29 / 0.65);
}
.border-r-red-900\/70 {
  border-right-color: rgb(119 29 29 / 0.7);
}
.border-r-red-900\/75 {
  border-right-color: rgb(119 29 29 / 0.75);
}
.border-r-red-900\/80 {
  border-right-color: rgb(119 29 29 / 0.8);
}
.border-r-red-900\/85 {
  border-right-color: rgb(119 29 29 / 0.85);
}
.border-r-red-900\/90 {
  border-right-color: rgb(119 29 29 / 0.9);
}
.border-r-red-900\/95 {
  border-right-color: rgb(119 29 29 / 0.95);
}
.border-r-teal-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(213 245 246 / var(--tw-border-opacity, 1));
}
.border-r-teal-100\/0 {
  border-right-color: rgb(213 245 246 / 0);
}
.border-r-teal-100\/10 {
  border-right-color: rgb(213 245 246 / 0.1);
}
.border-r-teal-100\/100 {
  border-right-color: rgb(213 245 246 / 1);
}
.border-r-teal-100\/15 {
  border-right-color: rgb(213 245 246 / 0.15);
}
.border-r-teal-100\/20 {
  border-right-color: rgb(213 245 246 / 0.2);
}
.border-r-teal-100\/25 {
  border-right-color: rgb(213 245 246 / 0.25);
}
.border-r-teal-100\/30 {
  border-right-color: rgb(213 245 246 / 0.3);
}
.border-r-teal-100\/35 {
  border-right-color: rgb(213 245 246 / 0.35);
}
.border-r-teal-100\/40 {
  border-right-color: rgb(213 245 246 / 0.4);
}
.border-r-teal-100\/45 {
  border-right-color: rgb(213 245 246 / 0.45);
}
.border-r-teal-100\/5 {
  border-right-color: rgb(213 245 246 / 0.05);
}
.border-r-teal-100\/50 {
  border-right-color: rgb(213 245 246 / 0.5);
}
.border-r-teal-100\/55 {
  border-right-color: rgb(213 245 246 / 0.55);
}
.border-r-teal-100\/60 {
  border-right-color: rgb(213 245 246 / 0.6);
}
.border-r-teal-100\/65 {
  border-right-color: rgb(213 245 246 / 0.65);
}
.border-r-teal-100\/70 {
  border-right-color: rgb(213 245 246 / 0.7);
}
.border-r-teal-100\/75 {
  border-right-color: rgb(213 245 246 / 0.75);
}
.border-r-teal-100\/80 {
  border-right-color: rgb(213 245 246 / 0.8);
}
.border-r-teal-100\/85 {
  border-right-color: rgb(213 245 246 / 0.85);
}
.border-r-teal-100\/90 {
  border-right-color: rgb(213 245 246 / 0.9);
}
.border-r-teal-100\/95 {
  border-right-color: rgb(213 245 246 / 0.95);
}
.border-r-teal-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(175 236 239 / var(--tw-border-opacity, 1));
}
.border-r-teal-200\/0 {
  border-right-color: rgb(175 236 239 / 0);
}
.border-r-teal-200\/10 {
  border-right-color: rgb(175 236 239 / 0.1);
}
.border-r-teal-200\/100 {
  border-right-color: rgb(175 236 239 / 1);
}
.border-r-teal-200\/15 {
  border-right-color: rgb(175 236 239 / 0.15);
}
.border-r-teal-200\/20 {
  border-right-color: rgb(175 236 239 / 0.2);
}
.border-r-teal-200\/25 {
  border-right-color: rgb(175 236 239 / 0.25);
}
.border-r-teal-200\/30 {
  border-right-color: rgb(175 236 239 / 0.3);
}
.border-r-teal-200\/35 {
  border-right-color: rgb(175 236 239 / 0.35);
}
.border-r-teal-200\/40 {
  border-right-color: rgb(175 236 239 / 0.4);
}
.border-r-teal-200\/45 {
  border-right-color: rgb(175 236 239 / 0.45);
}
.border-r-teal-200\/5 {
  border-right-color: rgb(175 236 239 / 0.05);
}
.border-r-teal-200\/50 {
  border-right-color: rgb(175 236 239 / 0.5);
}
.border-r-teal-200\/55 {
  border-right-color: rgb(175 236 239 / 0.55);
}
.border-r-teal-200\/60 {
  border-right-color: rgb(175 236 239 / 0.6);
}
.border-r-teal-200\/65 {
  border-right-color: rgb(175 236 239 / 0.65);
}
.border-r-teal-200\/70 {
  border-right-color: rgb(175 236 239 / 0.7);
}
.border-r-teal-200\/75 {
  border-right-color: rgb(175 236 239 / 0.75);
}
.border-r-teal-200\/80 {
  border-right-color: rgb(175 236 239 / 0.8);
}
.border-r-teal-200\/85 {
  border-right-color: rgb(175 236 239 / 0.85);
}
.border-r-teal-200\/90 {
  border-right-color: rgb(175 236 239 / 0.9);
}
.border-r-teal-200\/95 {
  border-right-color: rgb(175 236 239 / 0.95);
}
.border-r-teal-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(126 220 226 / var(--tw-border-opacity, 1));
}
.border-r-teal-300\/0 {
  border-right-color: rgb(126 220 226 / 0);
}
.border-r-teal-300\/10 {
  border-right-color: rgb(126 220 226 / 0.1);
}
.border-r-teal-300\/100 {
  border-right-color: rgb(126 220 226 / 1);
}
.border-r-teal-300\/15 {
  border-right-color: rgb(126 220 226 / 0.15);
}
.border-r-teal-300\/20 {
  border-right-color: rgb(126 220 226 / 0.2);
}
.border-r-teal-300\/25 {
  border-right-color: rgb(126 220 226 / 0.25);
}
.border-r-teal-300\/30 {
  border-right-color: rgb(126 220 226 / 0.3);
}
.border-r-teal-300\/35 {
  border-right-color: rgb(126 220 226 / 0.35);
}
.border-r-teal-300\/40 {
  border-right-color: rgb(126 220 226 / 0.4);
}
.border-r-teal-300\/45 {
  border-right-color: rgb(126 220 226 / 0.45);
}
.border-r-teal-300\/5 {
  border-right-color: rgb(126 220 226 / 0.05);
}
.border-r-teal-300\/50 {
  border-right-color: rgb(126 220 226 / 0.5);
}
.border-r-teal-300\/55 {
  border-right-color: rgb(126 220 226 / 0.55);
}
.border-r-teal-300\/60 {
  border-right-color: rgb(126 220 226 / 0.6);
}
.border-r-teal-300\/65 {
  border-right-color: rgb(126 220 226 / 0.65);
}
.border-r-teal-300\/70 {
  border-right-color: rgb(126 220 226 / 0.7);
}
.border-r-teal-300\/75 {
  border-right-color: rgb(126 220 226 / 0.75);
}
.border-r-teal-300\/80 {
  border-right-color: rgb(126 220 226 / 0.8);
}
.border-r-teal-300\/85 {
  border-right-color: rgb(126 220 226 / 0.85);
}
.border-r-teal-300\/90 {
  border-right-color: rgb(126 220 226 / 0.9);
}
.border-r-teal-300\/95 {
  border-right-color: rgb(126 220 226 / 0.95);
}
.border-r-teal-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(22 189 202 / var(--tw-border-opacity, 1));
}
.border-r-teal-400\/0 {
  border-right-color: rgb(22 189 202 / 0);
}
.border-r-teal-400\/10 {
  border-right-color: rgb(22 189 202 / 0.1);
}
.border-r-teal-400\/100 {
  border-right-color: rgb(22 189 202 / 1);
}
.border-r-teal-400\/15 {
  border-right-color: rgb(22 189 202 / 0.15);
}
.border-r-teal-400\/20 {
  border-right-color: rgb(22 189 202 / 0.2);
}
.border-r-teal-400\/25 {
  border-right-color: rgb(22 189 202 / 0.25);
}
.border-r-teal-400\/30 {
  border-right-color: rgb(22 189 202 / 0.3);
}
.border-r-teal-400\/35 {
  border-right-color: rgb(22 189 202 / 0.35);
}
.border-r-teal-400\/40 {
  border-right-color: rgb(22 189 202 / 0.4);
}
.border-r-teal-400\/45 {
  border-right-color: rgb(22 189 202 / 0.45);
}
.border-r-teal-400\/5 {
  border-right-color: rgb(22 189 202 / 0.05);
}
.border-r-teal-400\/50 {
  border-right-color: rgb(22 189 202 / 0.5);
}
.border-r-teal-400\/55 {
  border-right-color: rgb(22 189 202 / 0.55);
}
.border-r-teal-400\/60 {
  border-right-color: rgb(22 189 202 / 0.6);
}
.border-r-teal-400\/65 {
  border-right-color: rgb(22 189 202 / 0.65);
}
.border-r-teal-400\/70 {
  border-right-color: rgb(22 189 202 / 0.7);
}
.border-r-teal-400\/75 {
  border-right-color: rgb(22 189 202 / 0.75);
}
.border-r-teal-400\/80 {
  border-right-color: rgb(22 189 202 / 0.8);
}
.border-r-teal-400\/85 {
  border-right-color: rgb(22 189 202 / 0.85);
}
.border-r-teal-400\/90 {
  border-right-color: rgb(22 189 202 / 0.9);
}
.border-r-teal-400\/95 {
  border-right-color: rgb(22 189 202 / 0.95);
}
.border-r-teal-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(237 250 250 / var(--tw-border-opacity, 1));
}
.border-r-teal-50\/0 {
  border-right-color: rgb(237 250 250 / 0);
}
.border-r-teal-50\/10 {
  border-right-color: rgb(237 250 250 / 0.1);
}
.border-r-teal-50\/100 {
  border-right-color: rgb(237 250 250 / 1);
}
.border-r-teal-50\/15 {
  border-right-color: rgb(237 250 250 / 0.15);
}
.border-r-teal-50\/20 {
  border-right-color: rgb(237 250 250 / 0.2);
}
.border-r-teal-50\/25 {
  border-right-color: rgb(237 250 250 / 0.25);
}
.border-r-teal-50\/30 {
  border-right-color: rgb(237 250 250 / 0.3);
}
.border-r-teal-50\/35 {
  border-right-color: rgb(237 250 250 / 0.35);
}
.border-r-teal-50\/40 {
  border-right-color: rgb(237 250 250 / 0.4);
}
.border-r-teal-50\/45 {
  border-right-color: rgb(237 250 250 / 0.45);
}
.border-r-teal-50\/5 {
  border-right-color: rgb(237 250 250 / 0.05);
}
.border-r-teal-50\/50 {
  border-right-color: rgb(237 250 250 / 0.5);
}
.border-r-teal-50\/55 {
  border-right-color: rgb(237 250 250 / 0.55);
}
.border-r-teal-50\/60 {
  border-right-color: rgb(237 250 250 / 0.6);
}
.border-r-teal-50\/65 {
  border-right-color: rgb(237 250 250 / 0.65);
}
.border-r-teal-50\/70 {
  border-right-color: rgb(237 250 250 / 0.7);
}
.border-r-teal-50\/75 {
  border-right-color: rgb(237 250 250 / 0.75);
}
.border-r-teal-50\/80 {
  border-right-color: rgb(237 250 250 / 0.8);
}
.border-r-teal-50\/85 {
  border-right-color: rgb(237 250 250 / 0.85);
}
.border-r-teal-50\/90 {
  border-right-color: rgb(237 250 250 / 0.9);
}
.border-r-teal-50\/95 {
  border-right-color: rgb(237 250 250 / 0.95);
}
.border-r-teal-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(6 148 162 / var(--tw-border-opacity, 1));
}
.border-r-teal-500\/0 {
  border-right-color: rgb(6 148 162 / 0);
}
.border-r-teal-500\/10 {
  border-right-color: rgb(6 148 162 / 0.1);
}
.border-r-teal-500\/100 {
  border-right-color: rgb(6 148 162 / 1);
}
.border-r-teal-500\/15 {
  border-right-color: rgb(6 148 162 / 0.15);
}
.border-r-teal-500\/20 {
  border-right-color: rgb(6 148 162 / 0.2);
}
.border-r-teal-500\/25 {
  border-right-color: rgb(6 148 162 / 0.25);
}
.border-r-teal-500\/30 {
  border-right-color: rgb(6 148 162 / 0.3);
}
.border-r-teal-500\/35 {
  border-right-color: rgb(6 148 162 / 0.35);
}
.border-r-teal-500\/40 {
  border-right-color: rgb(6 148 162 / 0.4);
}
.border-r-teal-500\/45 {
  border-right-color: rgb(6 148 162 / 0.45);
}
.border-r-teal-500\/5 {
  border-right-color: rgb(6 148 162 / 0.05);
}
.border-r-teal-500\/50 {
  border-right-color: rgb(6 148 162 / 0.5);
}
.border-r-teal-500\/55 {
  border-right-color: rgb(6 148 162 / 0.55);
}
.border-r-teal-500\/60 {
  border-right-color: rgb(6 148 162 / 0.6);
}
.border-r-teal-500\/65 {
  border-right-color: rgb(6 148 162 / 0.65);
}
.border-r-teal-500\/70 {
  border-right-color: rgb(6 148 162 / 0.7);
}
.border-r-teal-500\/75 {
  border-right-color: rgb(6 148 162 / 0.75);
}
.border-r-teal-500\/80 {
  border-right-color: rgb(6 148 162 / 0.8);
}
.border-r-teal-500\/85 {
  border-right-color: rgb(6 148 162 / 0.85);
}
.border-r-teal-500\/90 {
  border-right-color: rgb(6 148 162 / 0.9);
}
.border-r-teal-500\/95 {
  border-right-color: rgb(6 148 162 / 0.95);
}
.border-r-teal-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(4 116 129 / var(--tw-border-opacity, 1));
}
.border-r-teal-600\/0 {
  border-right-color: rgb(4 116 129 / 0);
}
.border-r-teal-600\/10 {
  border-right-color: rgb(4 116 129 / 0.1);
}
.border-r-teal-600\/100 {
  border-right-color: rgb(4 116 129 / 1);
}
.border-r-teal-600\/15 {
  border-right-color: rgb(4 116 129 / 0.15);
}
.border-r-teal-600\/20 {
  border-right-color: rgb(4 116 129 / 0.2);
}
.border-r-teal-600\/25 {
  border-right-color: rgb(4 116 129 / 0.25);
}
.border-r-teal-600\/30 {
  border-right-color: rgb(4 116 129 / 0.3);
}
.border-r-teal-600\/35 {
  border-right-color: rgb(4 116 129 / 0.35);
}
.border-r-teal-600\/40 {
  border-right-color: rgb(4 116 129 / 0.4);
}
.border-r-teal-600\/45 {
  border-right-color: rgb(4 116 129 / 0.45);
}
.border-r-teal-600\/5 {
  border-right-color: rgb(4 116 129 / 0.05);
}
.border-r-teal-600\/50 {
  border-right-color: rgb(4 116 129 / 0.5);
}
.border-r-teal-600\/55 {
  border-right-color: rgb(4 116 129 / 0.55);
}
.border-r-teal-600\/60 {
  border-right-color: rgb(4 116 129 / 0.6);
}
.border-r-teal-600\/65 {
  border-right-color: rgb(4 116 129 / 0.65);
}
.border-r-teal-600\/70 {
  border-right-color: rgb(4 116 129 / 0.7);
}
.border-r-teal-600\/75 {
  border-right-color: rgb(4 116 129 / 0.75);
}
.border-r-teal-600\/80 {
  border-right-color: rgb(4 116 129 / 0.8);
}
.border-r-teal-600\/85 {
  border-right-color: rgb(4 116 129 / 0.85);
}
.border-r-teal-600\/90 {
  border-right-color: rgb(4 116 129 / 0.9);
}
.border-r-teal-600\/95 {
  border-right-color: rgb(4 116 129 / 0.95);
}
.border-r-teal-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(3 102 114 / var(--tw-border-opacity, 1));
}
.border-r-teal-700\/0 {
  border-right-color: rgb(3 102 114 / 0);
}
.border-r-teal-700\/10 {
  border-right-color: rgb(3 102 114 / 0.1);
}
.border-r-teal-700\/100 {
  border-right-color: rgb(3 102 114 / 1);
}
.border-r-teal-700\/15 {
  border-right-color: rgb(3 102 114 / 0.15);
}
.border-r-teal-700\/20 {
  border-right-color: rgb(3 102 114 / 0.2);
}
.border-r-teal-700\/25 {
  border-right-color: rgb(3 102 114 / 0.25);
}
.border-r-teal-700\/30 {
  border-right-color: rgb(3 102 114 / 0.3);
}
.border-r-teal-700\/35 {
  border-right-color: rgb(3 102 114 / 0.35);
}
.border-r-teal-700\/40 {
  border-right-color: rgb(3 102 114 / 0.4);
}
.border-r-teal-700\/45 {
  border-right-color: rgb(3 102 114 / 0.45);
}
.border-r-teal-700\/5 {
  border-right-color: rgb(3 102 114 / 0.05);
}
.border-r-teal-700\/50 {
  border-right-color: rgb(3 102 114 / 0.5);
}
.border-r-teal-700\/55 {
  border-right-color: rgb(3 102 114 / 0.55);
}
.border-r-teal-700\/60 {
  border-right-color: rgb(3 102 114 / 0.6);
}
.border-r-teal-700\/65 {
  border-right-color: rgb(3 102 114 / 0.65);
}
.border-r-teal-700\/70 {
  border-right-color: rgb(3 102 114 / 0.7);
}
.border-r-teal-700\/75 {
  border-right-color: rgb(3 102 114 / 0.75);
}
.border-r-teal-700\/80 {
  border-right-color: rgb(3 102 114 / 0.8);
}
.border-r-teal-700\/85 {
  border-right-color: rgb(3 102 114 / 0.85);
}
.border-r-teal-700\/90 {
  border-right-color: rgb(3 102 114 / 0.9);
}
.border-r-teal-700\/95 {
  border-right-color: rgb(3 102 114 / 0.95);
}
.border-r-teal-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(5 80 92 / var(--tw-border-opacity, 1));
}
.border-r-teal-800\/0 {
  border-right-color: rgb(5 80 92 / 0);
}
.border-r-teal-800\/10 {
  border-right-color: rgb(5 80 92 / 0.1);
}
.border-r-teal-800\/100 {
  border-right-color: rgb(5 80 92 / 1);
}
.border-r-teal-800\/15 {
  border-right-color: rgb(5 80 92 / 0.15);
}
.border-r-teal-800\/20 {
  border-right-color: rgb(5 80 92 / 0.2);
}
.border-r-teal-800\/25 {
  border-right-color: rgb(5 80 92 / 0.25);
}
.border-r-teal-800\/30 {
  border-right-color: rgb(5 80 92 / 0.3);
}
.border-r-teal-800\/35 {
  border-right-color: rgb(5 80 92 / 0.35);
}
.border-r-teal-800\/40 {
  border-right-color: rgb(5 80 92 / 0.4);
}
.border-r-teal-800\/45 {
  border-right-color: rgb(5 80 92 / 0.45);
}
.border-r-teal-800\/5 {
  border-right-color: rgb(5 80 92 / 0.05);
}
.border-r-teal-800\/50 {
  border-right-color: rgb(5 80 92 / 0.5);
}
.border-r-teal-800\/55 {
  border-right-color: rgb(5 80 92 / 0.55);
}
.border-r-teal-800\/60 {
  border-right-color: rgb(5 80 92 / 0.6);
}
.border-r-teal-800\/65 {
  border-right-color: rgb(5 80 92 / 0.65);
}
.border-r-teal-800\/70 {
  border-right-color: rgb(5 80 92 / 0.7);
}
.border-r-teal-800\/75 {
  border-right-color: rgb(5 80 92 / 0.75);
}
.border-r-teal-800\/80 {
  border-right-color: rgb(5 80 92 / 0.8);
}
.border-r-teal-800\/85 {
  border-right-color: rgb(5 80 92 / 0.85);
}
.border-r-teal-800\/90 {
  border-right-color: rgb(5 80 92 / 0.9);
}
.border-r-teal-800\/95 {
  border-right-color: rgb(5 80 92 / 0.95);
}
.border-r-teal-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(1 68 81 / var(--tw-border-opacity, 1));
}
.border-r-teal-900\/0 {
  border-right-color: rgb(1 68 81 / 0);
}
.border-r-teal-900\/10 {
  border-right-color: rgb(1 68 81 / 0.1);
}
.border-r-teal-900\/100 {
  border-right-color: rgb(1 68 81 / 1);
}
.border-r-teal-900\/15 {
  border-right-color: rgb(1 68 81 / 0.15);
}
.border-r-teal-900\/20 {
  border-right-color: rgb(1 68 81 / 0.2);
}
.border-r-teal-900\/25 {
  border-right-color: rgb(1 68 81 / 0.25);
}
.border-r-teal-900\/30 {
  border-right-color: rgb(1 68 81 / 0.3);
}
.border-r-teal-900\/35 {
  border-right-color: rgb(1 68 81 / 0.35);
}
.border-r-teal-900\/40 {
  border-right-color: rgb(1 68 81 / 0.4);
}
.border-r-teal-900\/45 {
  border-right-color: rgb(1 68 81 / 0.45);
}
.border-r-teal-900\/5 {
  border-right-color: rgb(1 68 81 / 0.05);
}
.border-r-teal-900\/50 {
  border-right-color: rgb(1 68 81 / 0.5);
}
.border-r-teal-900\/55 {
  border-right-color: rgb(1 68 81 / 0.55);
}
.border-r-teal-900\/60 {
  border-right-color: rgb(1 68 81 / 0.6);
}
.border-r-teal-900\/65 {
  border-right-color: rgb(1 68 81 / 0.65);
}
.border-r-teal-900\/70 {
  border-right-color: rgb(1 68 81 / 0.7);
}
.border-r-teal-900\/75 {
  border-right-color: rgb(1 68 81 / 0.75);
}
.border-r-teal-900\/80 {
  border-right-color: rgb(1 68 81 / 0.8);
}
.border-r-teal-900\/85 {
  border-right-color: rgb(1 68 81 / 0.85);
}
.border-r-teal-900\/90 {
  border-right-color: rgb(1 68 81 / 0.9);
}
.border-r-teal-900\/95 {
  border-right-color: rgb(1 68 81 / 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-white {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.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(253 246 178 / var(--tw-border-opacity, 1));
}
.border-r-yellow-100\/0 {
  border-right-color: rgb(253 246 178 / 0);
}
.border-r-yellow-100\/10 {
  border-right-color: rgb(253 246 178 / 0.1);
}
.border-r-yellow-100\/100 {
  border-right-color: rgb(253 246 178 / 1);
}
.border-r-yellow-100\/15 {
  border-right-color: rgb(253 246 178 / 0.15);
}
.border-r-yellow-100\/20 {
  border-right-color: rgb(253 246 178 / 0.2);
}
.border-r-yellow-100\/25 {
  border-right-color: rgb(253 246 178 / 0.25);
}
.border-r-yellow-100\/30 {
  border-right-color: rgb(253 246 178 / 0.3);
}
.border-r-yellow-100\/35 {
  border-right-color: rgb(253 246 178 / 0.35);
}
.border-r-yellow-100\/40 {
  border-right-color: rgb(253 246 178 / 0.4);
}
.border-r-yellow-100\/45 {
  border-right-color: rgb(253 246 178 / 0.45);
}
.border-r-yellow-100\/5 {
  border-right-color: rgb(253 246 178 / 0.05);
}
.border-r-yellow-100\/50 {
  border-right-color: rgb(253 246 178 / 0.5);
}
.border-r-yellow-100\/55 {
  border-right-color: rgb(253 246 178 / 0.55);
}
.border-r-yellow-100\/60 {
  border-right-color: rgb(253 246 178 / 0.6);
}
.border-r-yellow-100\/65 {
  border-right-color: rgb(253 246 178 / 0.65);
}
.border-r-yellow-100\/70 {
  border-right-color: rgb(253 246 178 / 0.7);
}
.border-r-yellow-100\/75 {
  border-right-color: rgb(253 246 178 / 0.75);
}
.border-r-yellow-100\/80 {
  border-right-color: rgb(253 246 178 / 0.8);
}
.border-r-yellow-100\/85 {
  border-right-color: rgb(253 246 178 / 0.85);
}
.border-r-yellow-100\/90 {
  border-right-color: rgb(253 246 178 / 0.9);
}
.border-r-yellow-100\/95 {
  border-right-color: rgb(253 246 178 / 0.95);
}
.border-r-yellow-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(252 233 106 / var(--tw-border-opacity, 1));
}
.border-r-yellow-200\/0 {
  border-right-color: rgb(252 233 106 / 0);
}
.border-r-yellow-200\/10 {
  border-right-color: rgb(252 233 106 / 0.1);
}
.border-r-yellow-200\/100 {
  border-right-color: rgb(252 233 106 / 1);
}
.border-r-yellow-200\/15 {
  border-right-color: rgb(252 233 106 / 0.15);
}
.border-r-yellow-200\/20 {
  border-right-color: rgb(252 233 106 / 0.2);
}
.border-r-yellow-200\/25 {
  border-right-color: rgb(252 233 106 / 0.25);
}
.border-r-yellow-200\/30 {
  border-right-color: rgb(252 233 106 / 0.3);
}
.border-r-yellow-200\/35 {
  border-right-color: rgb(252 233 106 / 0.35);
}
.border-r-yellow-200\/40 {
  border-right-color: rgb(252 233 106 / 0.4);
}
.border-r-yellow-200\/45 {
  border-right-color: rgb(252 233 106 / 0.45);
}
.border-r-yellow-200\/5 {
  border-right-color: rgb(252 233 106 / 0.05);
}
.border-r-yellow-200\/50 {
  border-right-color: rgb(252 233 106 / 0.5);
}
.border-r-yellow-200\/55 {
  border-right-color: rgb(252 233 106 / 0.55);
}
.border-r-yellow-200\/60 {
  border-right-color: rgb(252 233 106 / 0.6);
}
.border-r-yellow-200\/65 {
  border-right-color: rgb(252 233 106 / 0.65);
}
.border-r-yellow-200\/70 {
  border-right-color: rgb(252 233 106 / 0.7);
}
.border-r-yellow-200\/75 {
  border-right-color: rgb(252 233 106 / 0.75);
}
.border-r-yellow-200\/80 {
  border-right-color: rgb(252 233 106 / 0.8);
}
.border-r-yellow-200\/85 {
  border-right-color: rgb(252 233 106 / 0.85);
}
.border-r-yellow-200\/90 {
  border-right-color: rgb(252 233 106 / 0.9);
}
.border-r-yellow-200\/95 {
  border-right-color: rgb(252 233 106 / 0.95);
}
.border-r-yellow-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 202 21 / var(--tw-border-opacity, 1));
}
.border-r-yellow-300\/0 {
  border-right-color: rgb(250 202 21 / 0);
}
.border-r-yellow-300\/10 {
  border-right-color: rgb(250 202 21 / 0.1);
}
.border-r-yellow-300\/100 {
  border-right-color: rgb(250 202 21 / 1);
}
.border-r-yellow-300\/15 {
  border-right-color: rgb(250 202 21 / 0.15);
}
.border-r-yellow-300\/20 {
  border-right-color: rgb(250 202 21 / 0.2);
}
.border-r-yellow-300\/25 {
  border-right-color: rgb(250 202 21 / 0.25);
}
.border-r-yellow-300\/30 {
  border-right-color: rgb(250 202 21 / 0.3);
}
.border-r-yellow-300\/35 {
  border-right-color: rgb(250 202 21 / 0.35);
}
.border-r-yellow-300\/40 {
  border-right-color: rgb(250 202 21 / 0.4);
}
.border-r-yellow-300\/45 {
  border-right-color: rgb(250 202 21 / 0.45);
}
.border-r-yellow-300\/5 {
  border-right-color: rgb(250 202 21 / 0.05);
}
.border-r-yellow-300\/50 {
  border-right-color: rgb(250 202 21 / 0.5);
}
.border-r-yellow-300\/55 {
  border-right-color: rgb(250 202 21 / 0.55);
}
.border-r-yellow-300\/60 {
  border-right-color: rgb(250 202 21 / 0.6);
}
.border-r-yellow-300\/65 {
  border-right-color: rgb(250 202 21 / 0.65);
}
.border-r-yellow-300\/70 {
  border-right-color: rgb(250 202 21 / 0.7);
}
.border-r-yellow-300\/75 {
  border-right-color: rgb(250 202 21 / 0.75);
}
.border-r-yellow-300\/80 {
  border-right-color: rgb(250 202 21 / 0.8);
}
.border-r-yellow-300\/85 {
  border-right-color: rgb(250 202 21 / 0.85);
}
.border-r-yellow-300\/90 {
  border-right-color: rgb(250 202 21 / 0.9);
}
.border-r-yellow-300\/95 {
  border-right-color: rgb(250 202 21 / 0.95);
}
.border-r-yellow-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(227 160 8 / var(--tw-border-opacity, 1));
}
.border-r-yellow-400\/0 {
  border-right-color: rgb(227 160 8 / 0);
}
.border-r-yellow-400\/10 {
  border-right-color: rgb(227 160 8 / 0.1);
}
.border-r-yellow-400\/100 {
  border-right-color: rgb(227 160 8 / 1);
}
.border-r-yellow-400\/15 {
  border-right-color: rgb(227 160 8 / 0.15);
}
.border-r-yellow-400\/20 {
  border-right-color: rgb(227 160 8 / 0.2);
}
.border-r-yellow-400\/25 {
  border-right-color: rgb(227 160 8 / 0.25);
}
.border-r-yellow-400\/30 {
  border-right-color: rgb(227 160 8 / 0.3);
}
.border-r-yellow-400\/35 {
  border-right-color: rgb(227 160 8 / 0.35);
}
.border-r-yellow-400\/40 {
  border-right-color: rgb(227 160 8 / 0.4);
}
.border-r-yellow-400\/45 {
  border-right-color: rgb(227 160 8 / 0.45);
}
.border-r-yellow-400\/5 {
  border-right-color: rgb(227 160 8 / 0.05);
}
.border-r-yellow-400\/50 {
  border-right-color: rgb(227 160 8 / 0.5);
}
.border-r-yellow-400\/55 {
  border-right-color: rgb(227 160 8 / 0.55);
}
.border-r-yellow-400\/60 {
  border-right-color: rgb(227 160 8 / 0.6);
}
.border-r-yellow-400\/65 {
  border-right-color: rgb(227 160 8 / 0.65);
}
.border-r-yellow-400\/70 {
  border-right-color: rgb(227 160 8 / 0.7);
}
.border-r-yellow-400\/75 {
  border-right-color: rgb(227 160 8 / 0.75);
}
.border-r-yellow-400\/80 {
  border-right-color: rgb(227 160 8 / 0.8);
}
.border-r-yellow-400\/85 {
  border-right-color: rgb(227 160 8 / 0.85);
}
.border-r-yellow-400\/90 {
  border-right-color: rgb(227 160 8 / 0.9);
}
.border-r-yellow-400\/95 {
  border-right-color: rgb(227 160 8 / 0.95);
}
.border-r-yellow-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 253 234 / var(--tw-border-opacity, 1));
}
.border-r-yellow-50\/0 {
  border-right-color: rgb(253 253 234 / 0);
}
.border-r-yellow-50\/10 {
  border-right-color: rgb(253 253 234 / 0.1);
}
.border-r-yellow-50\/100 {
  border-right-color: rgb(253 253 234 / 1);
}
.border-r-yellow-50\/15 {
  border-right-color: rgb(253 253 234 / 0.15);
}
.border-r-yellow-50\/20 {
  border-right-color: rgb(253 253 234 / 0.2);
}
.border-r-yellow-50\/25 {
  border-right-color: rgb(253 253 234 / 0.25);
}
.border-r-yellow-50\/30 {
  border-right-color: rgb(253 253 234 / 0.3);
}
.border-r-yellow-50\/35 {
  border-right-color: rgb(253 253 234 / 0.35);
}
.border-r-yellow-50\/40 {
  border-right-color: rgb(253 253 234 / 0.4);
}
.border-r-yellow-50\/45 {
  border-right-color: rgb(253 253 234 / 0.45);
}
.border-r-yellow-50\/5 {
  border-right-color: rgb(253 253 234 / 0.05);
}
.border-r-yellow-50\/50 {
  border-right-color: rgb(253 253 234 / 0.5);
}
.border-r-yellow-50\/55 {
  border-right-color: rgb(253 253 234 / 0.55);
}
.border-r-yellow-50\/60 {
  border-right-color: rgb(253 253 234 / 0.6);
}
.border-r-yellow-50\/65 {
  border-right-color: rgb(253 253 234 / 0.65);
}
.border-r-yellow-50\/70 {
  border-right-color: rgb(253 253 234 / 0.7);
}
.border-r-yellow-50\/75 {
  border-right-color: rgb(253 253 234 / 0.75);
}
.border-r-yellow-50\/80 {
  border-right-color: rgb(253 253 234 / 0.8);
}
.border-r-yellow-50\/85 {
  border-right-color: rgb(253 253 234 / 0.85);
}
.border-r-yellow-50\/90 {
  border-right-color: rgb(253 253 234 / 0.9);
}
.border-r-yellow-50\/95 {
  border-right-color: rgb(253 253 234 / 0.95);
}
.border-r-yellow-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(194 120 3 / var(--tw-border-opacity, 1));
}
.border-r-yellow-500\/0 {
  border-right-color: rgb(194 120 3 / 0);
}
.border-r-yellow-500\/10 {
  border-right-color: rgb(194 120 3 / 0.1);
}
.border-r-yellow-500\/100 {
  border-right-color: rgb(194 120 3 / 1);
}
.border-r-yellow-500\/15 {
  border-right-color: rgb(194 120 3 / 0.15);
}
.border-r-yellow-500\/20 {
  border-right-color: rgb(194 120 3 / 0.2);
}
.border-r-yellow-500\/25 {
  border-right-color: rgb(194 120 3 / 0.25);
}
.border-r-yellow-500\/30 {
  border-right-color: rgb(194 120 3 / 0.3);
}
.border-r-yellow-500\/35 {
  border-right-color: rgb(194 120 3 / 0.35);
}
.border-r-yellow-500\/40 {
  border-right-color: rgb(194 120 3 / 0.4);
}
.border-r-yellow-500\/45 {
  border-right-color: rgb(194 120 3 / 0.45);
}
.border-r-yellow-500\/5 {
  border-right-color: rgb(194 120 3 / 0.05);
}
.border-r-yellow-500\/50 {
  border-right-color: rgb(194 120 3 / 0.5);
}
.border-r-yellow-500\/55 {
  border-right-color: rgb(194 120 3 / 0.55);
}
.border-r-yellow-500\/60 {
  border-right-color: rgb(194 120 3 / 0.6);
}
.border-r-yellow-500\/65 {
  border-right-color: rgb(194 120 3 / 0.65);
}
.border-r-yellow-500\/70 {
  border-right-color: rgb(194 120 3 / 0.7);
}
.border-r-yellow-500\/75 {
  border-right-color: rgb(194 120 3 / 0.75);
}
.border-r-yellow-500\/80 {
  border-right-color: rgb(194 120 3 / 0.8);
}
.border-r-yellow-500\/85 {
  border-right-color: rgb(194 120 3 / 0.85);
}
.border-r-yellow-500\/90 {
  border-right-color: rgb(194 120 3 / 0.9);
}
.border-r-yellow-500\/95 {
  border-right-color: rgb(194 120 3 / 0.95);
}
.border-r-yellow-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(159 88 10 / var(--tw-border-opacity, 1));
}
.border-r-yellow-600\/0 {
  border-right-color: rgb(159 88 10 / 0);
}
.border-r-yellow-600\/10 {
  border-right-color: rgb(159 88 10 / 0.1);
}
.border-r-yellow-600\/100 {
  border-right-color: rgb(159 88 10 / 1);
}
.border-r-yellow-600\/15 {
  border-right-color: rgb(159 88 10 / 0.15);
}
.border-r-yellow-600\/20 {
  border-right-color: rgb(159 88 10 / 0.2);
}
.border-r-yellow-600\/25 {
  border-right-color: rgb(159 88 10 / 0.25);
}
.border-r-yellow-600\/30 {
  border-right-color: rgb(159 88 10 / 0.3);
}
.border-r-yellow-600\/35 {
  border-right-color: rgb(159 88 10 / 0.35);
}
.border-r-yellow-600\/40 {
  border-right-color: rgb(159 88 10 / 0.4);
}
.border-r-yellow-600\/45 {
  border-right-color: rgb(159 88 10 / 0.45);
}
.border-r-yellow-600\/5 {
  border-right-color: rgb(159 88 10 / 0.05);
}
.border-r-yellow-600\/50 {
  border-right-color: rgb(159 88 10 / 0.5);
}
.border-r-yellow-600\/55 {
  border-right-color: rgb(159 88 10 / 0.55);
}
.border-r-yellow-600\/60 {
  border-right-color: rgb(159 88 10 / 0.6);
}
.border-r-yellow-600\/65 {
  border-right-color: rgb(159 88 10 / 0.65);
}
.border-r-yellow-600\/70 {
  border-right-color: rgb(159 88 10 / 0.7);
}
.border-r-yellow-600\/75 {
  border-right-color: rgb(159 88 10 / 0.75);
}
.border-r-yellow-600\/80 {
  border-right-color: rgb(159 88 10 / 0.8);
}
.border-r-yellow-600\/85 {
  border-right-color: rgb(159 88 10 / 0.85);
}
.border-r-yellow-600\/90 {
  border-right-color: rgb(159 88 10 / 0.9);
}
.border-r-yellow-600\/95 {
  border-right-color: rgb(159 88 10 / 0.95);
}
.border-r-yellow-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(142 75 16 / var(--tw-border-opacity, 1));
}
.border-r-yellow-700\/0 {
  border-right-color: rgb(142 75 16 / 0);
}
.border-r-yellow-700\/10 {
  border-right-color: rgb(142 75 16 / 0.1);
}
.border-r-yellow-700\/100 {
  border-right-color: rgb(142 75 16 / 1);
}
.border-r-yellow-700\/15 {
  border-right-color: rgb(142 75 16 / 0.15);
}
.border-r-yellow-700\/20 {
  border-right-color: rgb(142 75 16 / 0.2);
}
.border-r-yellow-700\/25 {
  border-right-color: rgb(142 75 16 / 0.25);
}
.border-r-yellow-700\/30 {
  border-right-color: rgb(142 75 16 / 0.3);
}
.border-r-yellow-700\/35 {
  border-right-color: rgb(142 75 16 / 0.35);
}
.border-r-yellow-700\/40 {
  border-right-color: rgb(142 75 16 / 0.4);
}
.border-r-yellow-700\/45 {
  border-right-color: rgb(142 75 16 / 0.45);
}
.border-r-yellow-700\/5 {
  border-right-color: rgb(142 75 16 / 0.05);
}
.border-r-yellow-700\/50 {
  border-right-color: rgb(142 75 16 / 0.5);
}
.border-r-yellow-700\/55 {
  border-right-color: rgb(142 75 16 / 0.55);
}
.border-r-yellow-700\/60 {
  border-right-color: rgb(142 75 16 / 0.6);
}
.border-r-yellow-700\/65 {
  border-right-color: rgb(142 75 16 / 0.65);
}
.border-r-yellow-700\/70 {
  border-right-color: rgb(142 75 16 / 0.7);
}
.border-r-yellow-700\/75 {
  border-right-color: rgb(142 75 16 / 0.75);
}
.border-r-yellow-700\/80 {
  border-right-color: rgb(142 75 16 / 0.8);
}
.border-r-yellow-700\/85 {
  border-right-color: rgb(142 75 16 / 0.85);
}
.border-r-yellow-700\/90 {
  border-right-color: rgb(142 75 16 / 0.9);
}
.border-r-yellow-700\/95 {
  border-right-color: rgb(142 75 16 / 0.95);
}
.border-r-yellow-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(114 59 19 / var(--tw-border-opacity, 1));
}
.border-r-yellow-800\/0 {
  border-right-color: rgb(114 59 19 / 0);
}
.border-r-yellow-800\/10 {
  border-right-color: rgb(114 59 19 / 0.1);
}
.border-r-yellow-800\/100 {
  border-right-color: rgb(114 59 19 / 1);
}
.border-r-yellow-800\/15 {
  border-right-color: rgb(114 59 19 / 0.15);
}
.border-r-yellow-800\/20 {
  border-right-color: rgb(114 59 19 / 0.2);
}
.border-r-yellow-800\/25 {
  border-right-color: rgb(114 59 19 / 0.25);
}
.border-r-yellow-800\/30 {
  border-right-color: rgb(114 59 19 / 0.3);
}
.border-r-yellow-800\/35 {
  border-right-color: rgb(114 59 19 / 0.35);
}
.border-r-yellow-800\/40 {
  border-right-color: rgb(114 59 19 / 0.4);
}
.border-r-yellow-800\/45 {
  border-right-color: rgb(114 59 19 / 0.45);
}
.border-r-yellow-800\/5 {
  border-right-color: rgb(114 59 19 / 0.05);
}
.border-r-yellow-800\/50 {
  border-right-color: rgb(114 59 19 / 0.5);
}
.border-r-yellow-800\/55 {
  border-right-color: rgb(114 59 19 / 0.55);
}
.border-r-yellow-800\/60 {
  border-right-color: rgb(114 59 19 / 0.6);
}
.border-r-yellow-800\/65 {
  border-right-color: rgb(114 59 19 / 0.65);
}
.border-r-yellow-800\/70 {
  border-right-color: rgb(114 59 19 / 0.7);
}
.border-r-yellow-800\/75 {
  border-right-color: rgb(114 59 19 / 0.75);
}
.border-r-yellow-800\/80 {
  border-right-color: rgb(114 59 19 / 0.8);
}
.border-r-yellow-800\/85 {
  border-right-color: rgb(114 59 19 / 0.85);
}
.border-r-yellow-800\/90 {
  border-right-color: rgb(114 59 19 / 0.9);
}
.border-r-yellow-800\/95 {
  border-right-color: rgb(114 59 19 / 0.95);
}
.border-r-yellow-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(99 49 18 / var(--tw-border-opacity, 1));
}
.border-r-yellow-900\/0 {
  border-right-color: rgb(99 49 18 / 0);
}
.border-r-yellow-900\/10 {
  border-right-color: rgb(99 49 18 / 0.1);
}
.border-r-yellow-900\/100 {
  border-right-color: rgb(99 49 18 / 1);
}
.border-r-yellow-900\/15 {
  border-right-color: rgb(99 49 18 / 0.15);
}
.border-r-yellow-900\/20 {
  border-right-color: rgb(99 49 18 / 0.2);
}
.border-r-yellow-900\/25 {
  border-right-color: rgb(99 49 18 / 0.25);
}
.border-r-yellow-900\/30 {
  border-right-color: rgb(99 49 18 / 0.3);
}
.border-r-yellow-900\/35 {
  border-right-color: rgb(99 49 18 / 0.35);
}
.border-r-yellow-900\/40 {
  border-right-color: rgb(99 49 18 / 0.4);
}
.border-r-yellow-900\/45 {
  border-right-color: rgb(99 49 18 / 0.45);
}
.border-r-yellow-900\/5 {
  border-right-color: rgb(99 49 18 / 0.05);
}
.border-r-yellow-900\/50 {
  border-right-color: rgb(99 49 18 / 0.5);
}
.border-r-yellow-900\/55 {
  border-right-color: rgb(99 49 18 / 0.55);
}
.border-r-yellow-900\/60 {
  border-right-color: rgb(99 49 18 / 0.6);
}
.border-r-yellow-900\/65 {
  border-right-color: rgb(99 49 18 / 0.65);
}
.border-r-yellow-900\/70 {
  border-right-color: rgb(99 49 18 / 0.7);
}
.border-r-yellow-900\/75 {
  border-right-color: rgb(99 49 18 / 0.75);
}
.border-r-yellow-900\/80 {
  border-right-color: rgb(99 49 18 / 0.8);
}
.border-r-yellow-900\/85 {
  border-right-color: rgb(99 49 18 / 0.85);
}
.border-r-yellow-900\/90 {
  border-right-color: rgb(99 49 18 / 0.9);
}
.border-r-yellow-900\/95 {
  border-right-color: rgb(99 49 18 / 0.95);
}
.border-s-black {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.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(225 239 254 / var(--tw-border-opacity, 1));
}
.border-s-blue-100\/0 {
  border-inline-start-color: rgb(225 239 254 / 0);
}
.border-s-blue-100\/10 {
  border-inline-start-color: rgb(225 239 254 / 0.1);
}
.border-s-blue-100\/100 {
  border-inline-start-color: rgb(225 239 254 / 1);
}
.border-s-blue-100\/15 {
  border-inline-start-color: rgb(225 239 254 / 0.15);
}
.border-s-blue-100\/20 {
  border-inline-start-color: rgb(225 239 254 / 0.2);
}
.border-s-blue-100\/25 {
  border-inline-start-color: rgb(225 239 254 / 0.25);
}
.border-s-blue-100\/30 {
  border-inline-start-color: rgb(225 239 254 / 0.3);
}
.border-s-blue-100\/35 {
  border-inline-start-color: rgb(225 239 254 / 0.35);
}
.border-s-blue-100\/40 {
  border-inline-start-color: rgb(225 239 254 / 0.4);
}
.border-s-blue-100\/45 {
  border-inline-start-color: rgb(225 239 254 / 0.45);
}
.border-s-blue-100\/5 {
  border-inline-start-color: rgb(225 239 254 / 0.05);
}
.border-s-blue-100\/50 {
  border-inline-start-color: rgb(225 239 254 / 0.5);
}
.border-s-blue-100\/55 {
  border-inline-start-color: rgb(225 239 254 / 0.55);
}
.border-s-blue-100\/60 {
  border-inline-start-color: rgb(225 239 254 / 0.6);
}
.border-s-blue-100\/65 {
  border-inline-start-color: rgb(225 239 254 / 0.65);
}
.border-s-blue-100\/70 {
  border-inline-start-color: rgb(225 239 254 / 0.7);
}
.border-s-blue-100\/75 {
  border-inline-start-color: rgb(225 239 254 / 0.75);
}
.border-s-blue-100\/80 {
  border-inline-start-color: rgb(225 239 254 / 0.8);
}
.border-s-blue-100\/85 {
  border-inline-start-color: rgb(225 239 254 / 0.85);
}
.border-s-blue-100\/90 {
  border-inline-start-color: rgb(225 239 254 / 0.9);
}
.border-s-blue-100\/95 {
  border-inline-start-color: rgb(225 239 254 / 0.95);
}
.border-s-blue-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(195 221 253 / var(--tw-border-opacity, 1));
}
.border-s-blue-200\/0 {
  border-inline-start-color: rgb(195 221 253 / 0);
}
.border-s-blue-200\/10 {
  border-inline-start-color: rgb(195 221 253 / 0.1);
}
.border-s-blue-200\/100 {
  border-inline-start-color: rgb(195 221 253 / 1);
}
.border-s-blue-200\/15 {
  border-inline-start-color: rgb(195 221 253 / 0.15);
}
.border-s-blue-200\/20 {
  border-inline-start-color: rgb(195 221 253 / 0.2);
}
.border-s-blue-200\/25 {
  border-inline-start-color: rgb(195 221 253 / 0.25);
}
.border-s-blue-200\/30 {
  border-inline-start-color: rgb(195 221 253 / 0.3);
}
.border-s-blue-200\/35 {
  border-inline-start-color: rgb(195 221 253 / 0.35);
}
.border-s-blue-200\/40 {
  border-inline-start-color: rgb(195 221 253 / 0.4);
}
.border-s-blue-200\/45 {
  border-inline-start-color: rgb(195 221 253 / 0.45);
}
.border-s-blue-200\/5 {
  border-inline-start-color: rgb(195 221 253 / 0.05);
}
.border-s-blue-200\/50 {
  border-inline-start-color: rgb(195 221 253 / 0.5);
}
.border-s-blue-200\/55 {
  border-inline-start-color: rgb(195 221 253 / 0.55);
}
.border-s-blue-200\/60 {
  border-inline-start-color: rgb(195 221 253 / 0.6);
}
.border-s-blue-200\/65 {
  border-inline-start-color: rgb(195 221 253 / 0.65);
}
.border-s-blue-200\/70 {
  border-inline-start-color: rgb(195 221 253 / 0.7);
}
.border-s-blue-200\/75 {
  border-inline-start-color: rgb(195 221 253 / 0.75);
}
.border-s-blue-200\/80 {
  border-inline-start-color: rgb(195 221 253 / 0.8);
}
.border-s-blue-200\/85 {
  border-inline-start-color: rgb(195 221 253 / 0.85);
}
.border-s-blue-200\/90 {
  border-inline-start-color: rgb(195 221 253 / 0.9);
}
.border-s-blue-200\/95 {
  border-inline-start-color: rgb(195 221 253 / 0.95);
}
.border-s-blue-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(164 202 254 / var(--tw-border-opacity, 1));
}
.border-s-blue-300\/0 {
  border-inline-start-color: rgb(164 202 254 / 0);
}
.border-s-blue-300\/10 {
  border-inline-start-color: rgb(164 202 254 / 0.1);
}
.border-s-blue-300\/100 {
  border-inline-start-color: rgb(164 202 254 / 1);
}
.border-s-blue-300\/15 {
  border-inline-start-color: rgb(164 202 254 / 0.15);
}
.border-s-blue-300\/20 {
  border-inline-start-color: rgb(164 202 254 / 0.2);
}
.border-s-blue-300\/25 {
  border-inline-start-color: rgb(164 202 254 / 0.25);
}
.border-s-blue-300\/30 {
  border-inline-start-color: rgb(164 202 254 / 0.3);
}
.border-s-blue-300\/35 {
  border-inline-start-color: rgb(164 202 254 / 0.35);
}
.border-s-blue-300\/40 {
  border-inline-start-color: rgb(164 202 254 / 0.4);
}
.border-s-blue-300\/45 {
  border-inline-start-color: rgb(164 202 254 / 0.45);
}
.border-s-blue-300\/5 {
  border-inline-start-color: rgb(164 202 254 / 0.05);
}
.border-s-blue-300\/50 {
  border-inline-start-color: rgb(164 202 254 / 0.5);
}
.border-s-blue-300\/55 {
  border-inline-start-color: rgb(164 202 254 / 0.55);
}
.border-s-blue-300\/60 {
  border-inline-start-color: rgb(164 202 254 / 0.6);
}
.border-s-blue-300\/65 {
  border-inline-start-color: rgb(164 202 254 / 0.65);
}
.border-s-blue-300\/70 {
  border-inline-start-color: rgb(164 202 254 / 0.7);
}
.border-s-blue-300\/75 {
  border-inline-start-color: rgb(164 202 254 / 0.75);
}
.border-s-blue-300\/80 {
  border-inline-start-color: rgb(164 202 254 / 0.8);
}
.border-s-blue-300\/85 {
  border-inline-start-color: rgb(164 202 254 / 0.85);
}
.border-s-blue-300\/90 {
  border-inline-start-color: rgb(164 202 254 / 0.9);
}
.border-s-blue-300\/95 {
  border-inline-start-color: rgb(164 202 254 / 0.95);
}
.border-s-blue-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(118 169 250 / var(--tw-border-opacity, 1));
}
.border-s-blue-400\/0 {
  border-inline-start-color: rgb(118 169 250 / 0);
}
.border-s-blue-400\/10 {
  border-inline-start-color: rgb(118 169 250 / 0.1);
}
.border-s-blue-400\/100 {
  border-inline-start-color: rgb(118 169 250 / 1);
}
.border-s-blue-400\/15 {
  border-inline-start-color: rgb(118 169 250 / 0.15);
}
.border-s-blue-400\/20 {
  border-inline-start-color: rgb(118 169 250 / 0.2);
}
.border-s-blue-400\/25 {
  border-inline-start-color: rgb(118 169 250 / 0.25);
}
.border-s-blue-400\/30 {
  border-inline-start-color: rgb(118 169 250 / 0.3);
}
.border-s-blue-400\/35 {
  border-inline-start-color: rgb(118 169 250 / 0.35);
}
.border-s-blue-400\/40 {
  border-inline-start-color: rgb(118 169 250 / 0.4);
}
.border-s-blue-400\/45 {
  border-inline-start-color: rgb(118 169 250 / 0.45);
}
.border-s-blue-400\/5 {
  border-inline-start-color: rgb(118 169 250 / 0.05);
}
.border-s-blue-400\/50 {
  border-inline-start-color: rgb(118 169 250 / 0.5);
}
.border-s-blue-400\/55 {
  border-inline-start-color: rgb(118 169 250 / 0.55);
}
.border-s-blue-400\/60 {
  border-inline-start-color: rgb(118 169 250 / 0.6);
}
.border-s-blue-400\/65 {
  border-inline-start-color: rgb(118 169 250 / 0.65);
}
.border-s-blue-400\/70 {
  border-inline-start-color: rgb(118 169 250 / 0.7);
}
.border-s-blue-400\/75 {
  border-inline-start-color: rgb(118 169 250 / 0.75);
}
.border-s-blue-400\/80 {
  border-inline-start-color: rgb(118 169 250 / 0.8);
}
.border-s-blue-400\/85 {
  border-inline-start-color: rgb(118 169 250 / 0.85);
}
.border-s-blue-400\/90 {
  border-inline-start-color: rgb(118 169 250 / 0.9);
}
.border-s-blue-400\/95 {
  border-inline-start-color: rgb(118 169 250 / 0.95);
}
.border-s-blue-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(235 245 255 / var(--tw-border-opacity, 1));
}
.border-s-blue-50\/0 {
  border-inline-start-color: rgb(235 245 255 / 0);
}
.border-s-blue-50\/10 {
  border-inline-start-color: rgb(235 245 255 / 0.1);
}
.border-s-blue-50\/100 {
  border-inline-start-color: rgb(235 245 255 / 1);
}
.border-s-blue-50\/15 {
  border-inline-start-color: rgb(235 245 255 / 0.15);
}
.border-s-blue-50\/20 {
  border-inline-start-color: rgb(235 245 255 / 0.2);
}
.border-s-blue-50\/25 {
  border-inline-start-color: rgb(235 245 255 / 0.25);
}
.border-s-blue-50\/30 {
  border-inline-start-color: rgb(235 245 255 / 0.3);
}
.border-s-blue-50\/35 {
  border-inline-start-color: rgb(235 245 255 / 0.35);
}
.border-s-blue-50\/40 {
  border-inline-start-color: rgb(235 245 255 / 0.4);
}
.border-s-blue-50\/45 {
  border-inline-start-color: rgb(235 245 255 / 0.45);
}
.border-s-blue-50\/5 {
  border-inline-start-color: rgb(235 245 255 / 0.05);
}
.border-s-blue-50\/50 {
  border-inline-start-color: rgb(235 245 255 / 0.5);
}
.border-s-blue-50\/55 {
  border-inline-start-color: rgb(235 245 255 / 0.55);
}
.border-s-blue-50\/60 {
  border-inline-start-color: rgb(235 245 255 / 0.6);
}
.border-s-blue-50\/65 {
  border-inline-start-color: rgb(235 245 255 / 0.65);
}
.border-s-blue-50\/70 {
  border-inline-start-color: rgb(235 245 255 / 0.7);
}
.border-s-blue-50\/75 {
  border-inline-start-color: rgb(235 245 255 / 0.75);
}
.border-s-blue-50\/80 {
  border-inline-start-color: rgb(235 245 255 / 0.8);
}
.border-s-blue-50\/85 {
  border-inline-start-color: rgb(235 245 255 / 0.85);
}
.border-s-blue-50\/90 {
  border-inline-start-color: rgb(235 245 255 / 0.9);
}
.border-s-blue-50\/95 {
  border-inline-start-color: rgb(235 245 255 / 0.95);
}
.border-s-blue-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(63 131 248 / var(--tw-border-opacity, 1));
}
.border-s-blue-500\/0 {
  border-inline-start-color: rgb(63 131 248 / 0);
}
.border-s-blue-500\/10 {
  border-inline-start-color: rgb(63 131 248 / 0.1);
}
.border-s-blue-500\/100 {
  border-inline-start-color: rgb(63 131 248 / 1);
}
.border-s-blue-500\/15 {
  border-inline-start-color: rgb(63 131 248 / 0.15);
}
.border-s-blue-500\/20 {
  border-inline-start-color: rgb(63 131 248 / 0.2);
}
.border-s-blue-500\/25 {
  border-inline-start-color: rgb(63 131 248 / 0.25);
}
.border-s-blue-500\/30 {
  border-inline-start-color: rgb(63 131 248 / 0.3);
}
.border-s-blue-500\/35 {
  border-inline-start-color: rgb(63 131 248 / 0.35);
}
.border-s-blue-500\/40 {
  border-inline-start-color: rgb(63 131 248 / 0.4);
}
.border-s-blue-500\/45 {
  border-inline-start-color: rgb(63 131 248 / 0.45);
}
.border-s-blue-500\/5 {
  border-inline-start-color: rgb(63 131 248 / 0.05);
}
.border-s-blue-500\/50 {
  border-inline-start-color: rgb(63 131 248 / 0.5);
}
.border-s-blue-500\/55 {
  border-inline-start-color: rgb(63 131 248 / 0.55);
}
.border-s-blue-500\/60 {
  border-inline-start-color: rgb(63 131 248 / 0.6);
}
.border-s-blue-500\/65 {
  border-inline-start-color: rgb(63 131 248 / 0.65);
}
.border-s-blue-500\/70 {
  border-inline-start-color: rgb(63 131 248 / 0.7);
}
.border-s-blue-500\/75 {
  border-inline-start-color: rgb(63 131 248 / 0.75);
}
.border-s-blue-500\/80 {
  border-inline-start-color: rgb(63 131 248 / 0.8);
}
.border-s-blue-500\/85 {
  border-inline-start-color: rgb(63 131 248 / 0.85);
}
.border-s-blue-500\/90 {
  border-inline-start-color: rgb(63 131 248 / 0.9);
}
.border-s-blue-500\/95 {
  border-inline-start-color: rgb(63 131 248 / 0.95);
}
.border-s-blue-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(28 100 242 / var(--tw-border-opacity, 1));
}
.border-s-blue-600\/0 {
  border-inline-start-color: rgb(28 100 242 / 0);
}
.border-s-blue-600\/10 {
  border-inline-start-color: rgb(28 100 242 / 0.1);
}
.border-s-blue-600\/100 {
  border-inline-start-color: rgb(28 100 242 / 1);
}
.border-s-blue-600\/15 {
  border-inline-start-color: rgb(28 100 242 / 0.15);
}
.border-s-blue-600\/20 {
  border-inline-start-color: rgb(28 100 242 / 0.2);
}
.border-s-blue-600\/25 {
  border-inline-start-color: rgb(28 100 242 / 0.25);
}
.border-s-blue-600\/30 {
  border-inline-start-color: rgb(28 100 242 / 0.3);
}
.border-s-blue-600\/35 {
  border-inline-start-color: rgb(28 100 242 / 0.35);
}
.border-s-blue-600\/40 {
  border-inline-start-color: rgb(28 100 242 / 0.4);
}
.border-s-blue-600\/45 {
  border-inline-start-color: rgb(28 100 242 / 0.45);
}
.border-s-blue-600\/5 {
  border-inline-start-color: rgb(28 100 242 / 0.05);
}
.border-s-blue-600\/50 {
  border-inline-start-color: rgb(28 100 242 / 0.5);
}
.border-s-blue-600\/55 {
  border-inline-start-color: rgb(28 100 242 / 0.55);
}
.border-s-blue-600\/60 {
  border-inline-start-color: rgb(28 100 242 / 0.6);
}
.border-s-blue-600\/65 {
  border-inline-start-color: rgb(28 100 242 / 0.65);
}
.border-s-blue-600\/70 {
  border-inline-start-color: rgb(28 100 242 / 0.7);
}
.border-s-blue-600\/75 {
  border-inline-start-color: rgb(28 100 242 / 0.75);
}
.border-s-blue-600\/80 {
  border-inline-start-color: rgb(28 100 242 / 0.8);
}
.border-s-blue-600\/85 {
  border-inline-start-color: rgb(28 100 242 / 0.85);
}
.border-s-blue-600\/90 {
  border-inline-start-color: rgb(28 100 242 / 0.9);
}
.border-s-blue-600\/95 {
  border-inline-start-color: rgb(28 100 242 / 0.95);
}
.border-s-blue-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(26 86 219 / var(--tw-border-opacity, 1));
}
.border-s-blue-700\/0 {
  border-inline-start-color: rgb(26 86 219 / 0);
}
.border-s-blue-700\/10 {
  border-inline-start-color: rgb(26 86 219 / 0.1);
}
.border-s-blue-700\/100 {
  border-inline-start-color: rgb(26 86 219 / 1);
}
.border-s-blue-700\/15 {
  border-inline-start-color: rgb(26 86 219 / 0.15);
}
.border-s-blue-700\/20 {
  border-inline-start-color: rgb(26 86 219 / 0.2);
}
.border-s-blue-700\/25 {
  border-inline-start-color: rgb(26 86 219 / 0.25);
}
.border-s-blue-700\/30 {
  border-inline-start-color: rgb(26 86 219 / 0.3);
}
.border-s-blue-700\/35 {
  border-inline-start-color: rgb(26 86 219 / 0.35);
}
.border-s-blue-700\/40 {
  border-inline-start-color: rgb(26 86 219 / 0.4);
}
.border-s-blue-700\/45 {
  border-inline-start-color: rgb(26 86 219 / 0.45);
}
.border-s-blue-700\/5 {
  border-inline-start-color: rgb(26 86 219 / 0.05);
}
.border-s-blue-700\/50 {
  border-inline-start-color: rgb(26 86 219 / 0.5);
}
.border-s-blue-700\/55 {
  border-inline-start-color: rgb(26 86 219 / 0.55);
}
.border-s-blue-700\/60 {
  border-inline-start-color: rgb(26 86 219 / 0.6);
}
.border-s-blue-700\/65 {
  border-inline-start-color: rgb(26 86 219 / 0.65);
}
.border-s-blue-700\/70 {
  border-inline-start-color: rgb(26 86 219 / 0.7);
}
.border-s-blue-700\/75 {
  border-inline-start-color: rgb(26 86 219 / 0.75);
}
.border-s-blue-700\/80 {
  border-inline-start-color: rgb(26 86 219 / 0.8);
}
.border-s-blue-700\/85 {
  border-inline-start-color: rgb(26 86 219 / 0.85);
}
.border-s-blue-700\/90 {
  border-inline-start-color: rgb(26 86 219 / 0.9);
}
.border-s-blue-700\/95 {
  border-inline-start-color: rgb(26 86 219 / 0.95);
}
.border-s-blue-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(30 66 159 / var(--tw-border-opacity, 1));
}
.border-s-blue-800\/0 {
  border-inline-start-color: rgb(30 66 159 / 0);
}
.border-s-blue-800\/10 {
  border-inline-start-color: rgb(30 66 159 / 0.1);
}
.border-s-blue-800\/100 {
  border-inline-start-color: rgb(30 66 159 / 1);
}
.border-s-blue-800\/15 {
  border-inline-start-color: rgb(30 66 159 / 0.15);
}
.border-s-blue-800\/20 {
  border-inline-start-color: rgb(30 66 159 / 0.2);
}
.border-s-blue-800\/25 {
  border-inline-start-color: rgb(30 66 159 / 0.25);
}
.border-s-blue-800\/30 {
  border-inline-start-color: rgb(30 66 159 / 0.3);
}
.border-s-blue-800\/35 {
  border-inline-start-color: rgb(30 66 159 / 0.35);
}
.border-s-blue-800\/40 {
  border-inline-start-color: rgb(30 66 159 / 0.4);
}
.border-s-blue-800\/45 {
  border-inline-start-color: rgb(30 66 159 / 0.45);
}
.border-s-blue-800\/5 {
  border-inline-start-color: rgb(30 66 159 / 0.05);
}
.border-s-blue-800\/50 {
  border-inline-start-color: rgb(30 66 159 / 0.5);
}
.border-s-blue-800\/55 {
  border-inline-start-color: rgb(30 66 159 / 0.55);
}
.border-s-blue-800\/60 {
  border-inline-start-color: rgb(30 66 159 / 0.6);
}
.border-s-blue-800\/65 {
  border-inline-start-color: rgb(30 66 159 / 0.65);
}
.border-s-blue-800\/70 {
  border-inline-start-color: rgb(30 66 159 / 0.7);
}
.border-s-blue-800\/75 {
  border-inline-start-color: rgb(30 66 159 / 0.75);
}
.border-s-blue-800\/80 {
  border-inline-start-color: rgb(30 66 159 / 0.8);
}
.border-s-blue-800\/85 {
  border-inline-start-color: rgb(30 66 159 / 0.85);
}
.border-s-blue-800\/90 {
  border-inline-start-color: rgb(30 66 159 / 0.9);
}
.border-s-blue-800\/95 {
  border-inline-start-color: rgb(30 66 159 / 0.95);
}
.border-s-blue-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(35 56 118 / var(--tw-border-opacity, 1));
}
.border-s-blue-900\/0 {
  border-inline-start-color: rgb(35 56 118 / 0);
}
.border-s-blue-900\/10 {
  border-inline-start-color: rgb(35 56 118 / 0.1);
}
.border-s-blue-900\/100 {
  border-inline-start-color: rgb(35 56 118 / 1);
}
.border-s-blue-900\/15 {
  border-inline-start-color: rgb(35 56 118 / 0.15);
}
.border-s-blue-900\/20 {
  border-inline-start-color: rgb(35 56 118 / 0.2);
}
.border-s-blue-900\/25 {
  border-inline-start-color: rgb(35 56 118 / 0.25);
}
.border-s-blue-900\/30 {
  border-inline-start-color: rgb(35 56 118 / 0.3);
}
.border-s-blue-900\/35 {
  border-inline-start-color: rgb(35 56 118 / 0.35);
}
.border-s-blue-900\/40 {
  border-inline-start-color: rgb(35 56 118 / 0.4);
}
.border-s-blue-900\/45 {
  border-inline-start-color: rgb(35 56 118 / 0.45);
}
.border-s-blue-900\/5 {
  border-inline-start-color: rgb(35 56 118 / 0.05);
}
.border-s-blue-900\/50 {
  border-inline-start-color: rgb(35 56 118 / 0.5);
}
.border-s-blue-900\/55 {
  border-inline-start-color: rgb(35 56 118 / 0.55);
}
.border-s-blue-900\/60 {
  border-inline-start-color: rgb(35 56 118 / 0.6);
}
.border-s-blue-900\/65 {
  border-inline-start-color: rgb(35 56 118 / 0.65);
}
.border-s-blue-900\/70 {
  border-inline-start-color: rgb(35 56 118 / 0.7);
}
.border-s-blue-900\/75 {
  border-inline-start-color: rgb(35 56 118 / 0.75);
}
.border-s-blue-900\/80 {
  border-inline-start-color: rgb(35 56 118 / 0.8);
}
.border-s-blue-900\/85 {
  border-inline-start-color: rgb(35 56 118 / 0.85);
}
.border-s-blue-900\/90 {
  border-inline-start-color: rgb(35 56 118 / 0.9);
}
.border-s-blue-900\/95 {
  border-inline-start-color: rgb(35 56 118 / 0.95);
}
.border-s-gray-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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-green-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(222 247 236 / var(--tw-border-opacity, 1));
}
.border-s-green-100\/0 {
  border-inline-start-color: rgb(222 247 236 / 0);
}
.border-s-green-100\/10 {
  border-inline-start-color: rgb(222 247 236 / 0.1);
}
.border-s-green-100\/100 {
  border-inline-start-color: rgb(222 247 236 / 1);
}
.border-s-green-100\/15 {
  border-inline-start-color: rgb(222 247 236 / 0.15);
}
.border-s-green-100\/20 {
  border-inline-start-color: rgb(222 247 236 / 0.2);
}
.border-s-green-100\/25 {
  border-inline-start-color: rgb(222 247 236 / 0.25);
}
.border-s-green-100\/30 {
  border-inline-start-color: rgb(222 247 236 / 0.3);
}
.border-s-green-100\/35 {
  border-inline-start-color: rgb(222 247 236 / 0.35);
}
.border-s-green-100\/40 {
  border-inline-start-color: rgb(222 247 236 / 0.4);
}
.border-s-green-100\/45 {
  border-inline-start-color: rgb(222 247 236 / 0.45);
}
.border-s-green-100\/5 {
  border-inline-start-color: rgb(222 247 236 / 0.05);
}
.border-s-green-100\/50 {
  border-inline-start-color: rgb(222 247 236 / 0.5);
}
.border-s-green-100\/55 {
  border-inline-start-color: rgb(222 247 236 / 0.55);
}
.border-s-green-100\/60 {
  border-inline-start-color: rgb(222 247 236 / 0.6);
}
.border-s-green-100\/65 {
  border-inline-start-color: rgb(222 247 236 / 0.65);
}
.border-s-green-100\/70 {
  border-inline-start-color: rgb(222 247 236 / 0.7);
}
.border-s-green-100\/75 {
  border-inline-start-color: rgb(222 247 236 / 0.75);
}
.border-s-green-100\/80 {
  border-inline-start-color: rgb(222 247 236 / 0.8);
}
.border-s-green-100\/85 {
  border-inline-start-color: rgb(222 247 236 / 0.85);
}
.border-s-green-100\/90 {
  border-inline-start-color: rgb(222 247 236 / 0.9);
}
.border-s-green-100\/95 {
  border-inline-start-color: rgb(222 247 236 / 0.95);
}
.border-s-green-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(188 240 218 / var(--tw-border-opacity, 1));
}
.border-s-green-200\/0 {
  border-inline-start-color: rgb(188 240 218 / 0);
}
.border-s-green-200\/10 {
  border-inline-start-color: rgb(188 240 218 / 0.1);
}
.border-s-green-200\/100 {
  border-inline-start-color: rgb(188 240 218 / 1);
}
.border-s-green-200\/15 {
  border-inline-start-color: rgb(188 240 218 / 0.15);
}
.border-s-green-200\/20 {
  border-inline-start-color: rgb(188 240 218 / 0.2);
}
.border-s-green-200\/25 {
  border-inline-start-color: rgb(188 240 218 / 0.25);
}
.border-s-green-200\/30 {
  border-inline-start-color: rgb(188 240 218 / 0.3);
}
.border-s-green-200\/35 {
  border-inline-start-color: rgb(188 240 218 / 0.35);
}
.border-s-green-200\/40 {
  border-inline-start-color: rgb(188 240 218 / 0.4);
}
.border-s-green-200\/45 {
  border-inline-start-color: rgb(188 240 218 / 0.45);
}
.border-s-green-200\/5 {
  border-inline-start-color: rgb(188 240 218 / 0.05);
}
.border-s-green-200\/50 {
  border-inline-start-color: rgb(188 240 218 / 0.5);
}
.border-s-green-200\/55 {
  border-inline-start-color: rgb(188 240 218 / 0.55);
}
.border-s-green-200\/60 {
  border-inline-start-color: rgb(188 240 218 / 0.6);
}
.border-s-green-200\/65 {
  border-inline-start-color: rgb(188 240 218 / 0.65);
}
.border-s-green-200\/70 {
  border-inline-start-color: rgb(188 240 218 / 0.7);
}
.border-s-green-200\/75 {
  border-inline-start-color: rgb(188 240 218 / 0.75);
}
.border-s-green-200\/80 {
  border-inline-start-color: rgb(188 240 218 / 0.8);
}
.border-s-green-200\/85 {
  border-inline-start-color: rgb(188 240 218 / 0.85);
}
.border-s-green-200\/90 {
  border-inline-start-color: rgb(188 240 218 / 0.9);
}
.border-s-green-200\/95 {
  border-inline-start-color: rgb(188 240 218 / 0.95);
}
.border-s-green-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(132 225 188 / var(--tw-border-opacity, 1));
}
.border-s-green-300\/0 {
  border-inline-start-color: rgb(132 225 188 / 0);
}
.border-s-green-300\/10 {
  border-inline-start-color: rgb(132 225 188 / 0.1);
}
.border-s-green-300\/100 {
  border-inline-start-color: rgb(132 225 188 / 1);
}
.border-s-green-300\/15 {
  border-inline-start-color: rgb(132 225 188 / 0.15);
}
.border-s-green-300\/20 {
  border-inline-start-color: rgb(132 225 188 / 0.2);
}
.border-s-green-300\/25 {
  border-inline-start-color: rgb(132 225 188 / 0.25);
}
.border-s-green-300\/30 {
  border-inline-start-color: rgb(132 225 188 / 0.3);
}
.border-s-green-300\/35 {
  border-inline-start-color: rgb(132 225 188 / 0.35);
}
.border-s-green-300\/40 {
  border-inline-start-color: rgb(132 225 188 / 0.4);
}
.border-s-green-300\/45 {
  border-inline-start-color: rgb(132 225 188 / 0.45);
}
.border-s-green-300\/5 {
  border-inline-start-color: rgb(132 225 188 / 0.05);
}
.border-s-green-300\/50 {
  border-inline-start-color: rgb(132 225 188 / 0.5);
}
.border-s-green-300\/55 {
  border-inline-start-color: rgb(132 225 188 / 0.55);
}
.border-s-green-300\/60 {
  border-inline-start-color: rgb(132 225 188 / 0.6);
}
.border-s-green-300\/65 {
  border-inline-start-color: rgb(132 225 188 / 0.65);
}
.border-s-green-300\/70 {
  border-inline-start-color: rgb(132 225 188 / 0.7);
}
.border-s-green-300\/75 {
  border-inline-start-color: rgb(132 225 188 / 0.75);
}
.border-s-green-300\/80 {
  border-inline-start-color: rgb(132 225 188 / 0.8);
}
.border-s-green-300\/85 {
  border-inline-start-color: rgb(132 225 188 / 0.85);
}
.border-s-green-300\/90 {
  border-inline-start-color: rgb(132 225 188 / 0.9);
}
.border-s-green-300\/95 {
  border-inline-start-color: rgb(132 225 188 / 0.95);
}
.border-s-green-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(49 196 141 / var(--tw-border-opacity, 1));
}
.border-s-green-400\/0 {
  border-inline-start-color: rgb(49 196 141 / 0);
}
.border-s-green-400\/10 {
  border-inline-start-color: rgb(49 196 141 / 0.1);
}
.border-s-green-400\/100 {
  border-inline-start-color: rgb(49 196 141 / 1);
}
.border-s-green-400\/15 {
  border-inline-start-color: rgb(49 196 141 / 0.15);
}
.border-s-green-400\/20 {
  border-inline-start-color: rgb(49 196 141 / 0.2);
}
.border-s-green-400\/25 {
  border-inline-start-color: rgb(49 196 141 / 0.25);
}
.border-s-green-400\/30 {
  border-inline-start-color: rgb(49 196 141 / 0.3);
}
.border-s-green-400\/35 {
  border-inline-start-color: rgb(49 196 141 / 0.35);
}
.border-s-green-400\/40 {
  border-inline-start-color: rgb(49 196 141 / 0.4);
}
.border-s-green-400\/45 {
  border-inline-start-color: rgb(49 196 141 / 0.45);
}
.border-s-green-400\/5 {
  border-inline-start-color: rgb(49 196 141 / 0.05);
}
.border-s-green-400\/50 {
  border-inline-start-color: rgb(49 196 141 / 0.5);
}
.border-s-green-400\/55 {
  border-inline-start-color: rgb(49 196 141 / 0.55);
}
.border-s-green-400\/60 {
  border-inline-start-color: rgb(49 196 141 / 0.6);
}
.border-s-green-400\/65 {
  border-inline-start-color: rgb(49 196 141 / 0.65);
}
.border-s-green-400\/70 {
  border-inline-start-color: rgb(49 196 141 / 0.7);
}
.border-s-green-400\/75 {
  border-inline-start-color: rgb(49 196 141 / 0.75);
}
.border-s-green-400\/80 {
  border-inline-start-color: rgb(49 196 141 / 0.8);
}
.border-s-green-400\/85 {
  border-inline-start-color: rgb(49 196 141 / 0.85);
}
.border-s-green-400\/90 {
  border-inline-start-color: rgb(49 196 141 / 0.9);
}
.border-s-green-400\/95 {
  border-inline-start-color: rgb(49 196 141 / 0.95);
}
.border-s-green-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(243 250 247 / var(--tw-border-opacity, 1));
}
.border-s-green-50\/0 {
  border-inline-start-color: rgb(243 250 247 / 0);
}
.border-s-green-50\/10 {
  border-inline-start-color: rgb(243 250 247 / 0.1);
}
.border-s-green-50\/100 {
  border-inline-start-color: rgb(243 250 247 / 1);
}
.border-s-green-50\/15 {
  border-inline-start-color: rgb(243 250 247 / 0.15);
}
.border-s-green-50\/20 {
  border-inline-start-color: rgb(243 250 247 / 0.2);
}
.border-s-green-50\/25 {
  border-inline-start-color: rgb(243 250 247 / 0.25);
}
.border-s-green-50\/30 {
  border-inline-start-color: rgb(243 250 247 / 0.3);
}
.border-s-green-50\/35 {
  border-inline-start-color: rgb(243 250 247 / 0.35);
}
.border-s-green-50\/40 {
  border-inline-start-color: rgb(243 250 247 / 0.4);
}
.border-s-green-50\/45 {
  border-inline-start-color: rgb(243 250 247 / 0.45);
}
.border-s-green-50\/5 {
  border-inline-start-color: rgb(243 250 247 / 0.05);
}
.border-s-green-50\/50 {
  border-inline-start-color: rgb(243 250 247 / 0.5);
}
.border-s-green-50\/55 {
  border-inline-start-color: rgb(243 250 247 / 0.55);
}
.border-s-green-50\/60 {
  border-inline-start-color: rgb(243 250 247 / 0.6);
}
.border-s-green-50\/65 {
  border-inline-start-color: rgb(243 250 247 / 0.65);
}
.border-s-green-50\/70 {
  border-inline-start-color: rgb(243 250 247 / 0.7);
}
.border-s-green-50\/75 {
  border-inline-start-color: rgb(243 250 247 / 0.75);
}
.border-s-green-50\/80 {
  border-inline-start-color: rgb(243 250 247 / 0.8);
}
.border-s-green-50\/85 {
  border-inline-start-color: rgb(243 250 247 / 0.85);
}
.border-s-green-50\/90 {
  border-inline-start-color: rgb(243 250 247 / 0.9);
}
.border-s-green-50\/95 {
  border-inline-start-color: rgb(243 250 247 / 0.95);
}
.border-s-green-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(14 159 110 / var(--tw-border-opacity, 1));
}
.border-s-green-500\/0 {
  border-inline-start-color: rgb(14 159 110 / 0);
}
.border-s-green-500\/10 {
  border-inline-start-color: rgb(14 159 110 / 0.1);
}
.border-s-green-500\/100 {
  border-inline-start-color: rgb(14 159 110 / 1);
}
.border-s-green-500\/15 {
  border-inline-start-color: rgb(14 159 110 / 0.15);
}
.border-s-green-500\/20 {
  border-inline-start-color: rgb(14 159 110 / 0.2);
}
.border-s-green-500\/25 {
  border-inline-start-color: rgb(14 159 110 / 0.25);
}
.border-s-green-500\/30 {
  border-inline-start-color: rgb(14 159 110 / 0.3);
}
.border-s-green-500\/35 {
  border-inline-start-color: rgb(14 159 110 / 0.35);
}
.border-s-green-500\/40 {
  border-inline-start-color: rgb(14 159 110 / 0.4);
}
.border-s-green-500\/45 {
  border-inline-start-color: rgb(14 159 110 / 0.45);
}
.border-s-green-500\/5 {
  border-inline-start-color: rgb(14 159 110 / 0.05);
}
.border-s-green-500\/50 {
  border-inline-start-color: rgb(14 159 110 / 0.5);
}
.border-s-green-500\/55 {
  border-inline-start-color: rgb(14 159 110 / 0.55);
}
.border-s-green-500\/60 {
  border-inline-start-color: rgb(14 159 110 / 0.6);
}
.border-s-green-500\/65 {
  border-inline-start-color: rgb(14 159 110 / 0.65);
}
.border-s-green-500\/70 {
  border-inline-start-color: rgb(14 159 110 / 0.7);
}
.border-s-green-500\/75 {
  border-inline-start-color: rgb(14 159 110 / 0.75);
}
.border-s-green-500\/80 {
  border-inline-start-color: rgb(14 159 110 / 0.8);
}
.border-s-green-500\/85 {
  border-inline-start-color: rgb(14 159 110 / 0.85);
}
.border-s-green-500\/90 {
  border-inline-start-color: rgb(14 159 110 / 0.9);
}
.border-s-green-500\/95 {
  border-inline-start-color: rgb(14 159 110 / 0.95);
}
.border-s-green-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(5 122 85 / var(--tw-border-opacity, 1));
}
.border-s-green-600\/0 {
  border-inline-start-color: rgb(5 122 85 / 0);
}
.border-s-green-600\/10 {
  border-inline-start-color: rgb(5 122 85 / 0.1);
}
.border-s-green-600\/100 {
  border-inline-start-color: rgb(5 122 85 / 1);
}
.border-s-green-600\/15 {
  border-inline-start-color: rgb(5 122 85 / 0.15);
}
.border-s-green-600\/20 {
  border-inline-start-color: rgb(5 122 85 / 0.2);
}
.border-s-green-600\/25 {
  border-inline-start-color: rgb(5 122 85 / 0.25);
}
.border-s-green-600\/30 {
  border-inline-start-color: rgb(5 122 85 / 0.3);
}
.border-s-green-600\/35 {
  border-inline-start-color: rgb(5 122 85 / 0.35);
}
.border-s-green-600\/40 {
  border-inline-start-color: rgb(5 122 85 / 0.4);
}
.border-s-green-600\/45 {
  border-inline-start-color: rgb(5 122 85 / 0.45);
}
.border-s-green-600\/5 {
  border-inline-start-color: rgb(5 122 85 / 0.05);
}
.border-s-green-600\/50 {
  border-inline-start-color: rgb(5 122 85 / 0.5);
}
.border-s-green-600\/55 {
  border-inline-start-color: rgb(5 122 85 / 0.55);
}
.border-s-green-600\/60 {
  border-inline-start-color: rgb(5 122 85 / 0.6);
}
.border-s-green-600\/65 {
  border-inline-start-color: rgb(5 122 85 / 0.65);
}
.border-s-green-600\/70 {
  border-inline-start-color: rgb(5 122 85 / 0.7);
}
.border-s-green-600\/75 {
  border-inline-start-color: rgb(5 122 85 / 0.75);
}
.border-s-green-600\/80 {
  border-inline-start-color: rgb(5 122 85 / 0.8);
}
.border-s-green-600\/85 {
  border-inline-start-color: rgb(5 122 85 / 0.85);
}
.border-s-green-600\/90 {
  border-inline-start-color: rgb(5 122 85 / 0.9);
}
.border-s-green-600\/95 {
  border-inline-start-color: rgb(5 122 85 / 0.95);
}
.border-s-green-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(4 108 78 / var(--tw-border-opacity, 1));
}
.border-s-green-700\/0 {
  border-inline-start-color: rgb(4 108 78 / 0);
}
.border-s-green-700\/10 {
  border-inline-start-color: rgb(4 108 78 / 0.1);
}
.border-s-green-700\/100 {
  border-inline-start-color: rgb(4 108 78 / 1);
}
.border-s-green-700\/15 {
  border-inline-start-color: rgb(4 108 78 / 0.15);
}
.border-s-green-700\/20 {
  border-inline-start-color: rgb(4 108 78 / 0.2);
}
.border-s-green-700\/25 {
  border-inline-start-color: rgb(4 108 78 / 0.25);
}
.border-s-green-700\/30 {
  border-inline-start-color: rgb(4 108 78 / 0.3);
}
.border-s-green-700\/35 {
  border-inline-start-color: rgb(4 108 78 / 0.35);
}
.border-s-green-700\/40 {
  border-inline-start-color: rgb(4 108 78 / 0.4);
}
.border-s-green-700\/45 {
  border-inline-start-color: rgb(4 108 78 / 0.45);
}
.border-s-green-700\/5 {
  border-inline-start-color: rgb(4 108 78 / 0.05);
}
.border-s-green-700\/50 {
  border-inline-start-color: rgb(4 108 78 / 0.5);
}
.border-s-green-700\/55 {
  border-inline-start-color: rgb(4 108 78 / 0.55);
}
.border-s-green-700\/60 {
  border-inline-start-color: rgb(4 108 78 / 0.6);
}
.border-s-green-700\/65 {
  border-inline-start-color: rgb(4 108 78 / 0.65);
}
.border-s-green-700\/70 {
  border-inline-start-color: rgb(4 108 78 / 0.7);
}
.border-s-green-700\/75 {
  border-inline-start-color: rgb(4 108 78 / 0.75);
}
.border-s-green-700\/80 {
  border-inline-start-color: rgb(4 108 78 / 0.8);
}
.border-s-green-700\/85 {
  border-inline-start-color: rgb(4 108 78 / 0.85);
}
.border-s-green-700\/90 {
  border-inline-start-color: rgb(4 108 78 / 0.9);
}
.border-s-green-700\/95 {
  border-inline-start-color: rgb(4 108 78 / 0.95);
}
.border-s-green-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(3 84 63 / var(--tw-border-opacity, 1));
}
.border-s-green-800\/0 {
  border-inline-start-color: rgb(3 84 63 / 0);
}
.border-s-green-800\/10 {
  border-inline-start-color: rgb(3 84 63 / 0.1);
}
.border-s-green-800\/100 {
  border-inline-start-color: rgb(3 84 63 / 1);
}
.border-s-green-800\/15 {
  border-inline-start-color: rgb(3 84 63 / 0.15);
}
.border-s-green-800\/20 {
  border-inline-start-color: rgb(3 84 63 / 0.2);
}
.border-s-green-800\/25 {
  border-inline-start-color: rgb(3 84 63 / 0.25);
}
.border-s-green-800\/30 {
  border-inline-start-color: rgb(3 84 63 / 0.3);
}
.border-s-green-800\/35 {
  border-inline-start-color: rgb(3 84 63 / 0.35);
}
.border-s-green-800\/40 {
  border-inline-start-color: rgb(3 84 63 / 0.4);
}
.border-s-green-800\/45 {
  border-inline-start-color: rgb(3 84 63 / 0.45);
}
.border-s-green-800\/5 {
  border-inline-start-color: rgb(3 84 63 / 0.05);
}
.border-s-green-800\/50 {
  border-inline-start-color: rgb(3 84 63 / 0.5);
}
.border-s-green-800\/55 {
  border-inline-start-color: rgb(3 84 63 / 0.55);
}
.border-s-green-800\/60 {
  border-inline-start-color: rgb(3 84 63 / 0.6);
}
.border-s-green-800\/65 {
  border-inline-start-color: rgb(3 84 63 / 0.65);
}
.border-s-green-800\/70 {
  border-inline-start-color: rgb(3 84 63 / 0.7);
}
.border-s-green-800\/75 {
  border-inline-start-color: rgb(3 84 63 / 0.75);
}
.border-s-green-800\/80 {
  border-inline-start-color: rgb(3 84 63 / 0.8);
}
.border-s-green-800\/85 {
  border-inline-start-color: rgb(3 84 63 / 0.85);
}
.border-s-green-800\/90 {
  border-inline-start-color: rgb(3 84 63 / 0.9);
}
.border-s-green-800\/95 {
  border-inline-start-color: rgb(3 84 63 / 0.95);
}
.border-s-green-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(1 71 55 / var(--tw-border-opacity, 1));
}
.border-s-green-900\/0 {
  border-inline-start-color: rgb(1 71 55 / 0);
}
.border-s-green-900\/10 {
  border-inline-start-color: rgb(1 71 55 / 0.1);
}
.border-s-green-900\/100 {
  border-inline-start-color: rgb(1 71 55 / 1);
}
.border-s-green-900\/15 {
  border-inline-start-color: rgb(1 71 55 / 0.15);
}
.border-s-green-900\/20 {
  border-inline-start-color: rgb(1 71 55 / 0.2);
}
.border-s-green-900\/25 {
  border-inline-start-color: rgb(1 71 55 / 0.25);
}
.border-s-green-900\/30 {
  border-inline-start-color: rgb(1 71 55 / 0.3);
}
.border-s-green-900\/35 {
  border-inline-start-color: rgb(1 71 55 / 0.35);
}
.border-s-green-900\/40 {
  border-inline-start-color: rgb(1 71 55 / 0.4);
}
.border-s-green-900\/45 {
  border-inline-start-color: rgb(1 71 55 / 0.45);
}
.border-s-green-900\/5 {
  border-inline-start-color: rgb(1 71 55 / 0.05);
}
.border-s-green-900\/50 {
  border-inline-start-color: rgb(1 71 55 / 0.5);
}
.border-s-green-900\/55 {
  border-inline-start-color: rgb(1 71 55 / 0.55);
}
.border-s-green-900\/60 {
  border-inline-start-color: rgb(1 71 55 / 0.6);
}
.border-s-green-900\/65 {
  border-inline-start-color: rgb(1 71 55 / 0.65);
}
.border-s-green-900\/70 {
  border-inline-start-color: rgb(1 71 55 / 0.7);
}
.border-s-green-900\/75 {
  border-inline-start-color: rgb(1 71 55 / 0.75);
}
.border-s-green-900\/80 {
  border-inline-start-color: rgb(1 71 55 / 0.8);
}
.border-s-green-900\/85 {
  border-inline-start-color: rgb(1 71 55 / 0.85);
}
.border-s-green-900\/90 {
  border-inline-start-color: rgb(1 71 55 / 0.9);
}
.border-s-green-900\/95 {
  border-inline-start-color: rgb(1 71 55 / 0.95);
}
.border-s-indigo-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(229 237 255 / var(--tw-border-opacity, 1));
}
.border-s-indigo-100\/0 {
  border-inline-start-color: rgb(229 237 255 / 0);
}
.border-s-indigo-100\/10 {
  border-inline-start-color: rgb(229 237 255 / 0.1);
}
.border-s-indigo-100\/100 {
  border-inline-start-color: rgb(229 237 255 / 1);
}
.border-s-indigo-100\/15 {
  border-inline-start-color: rgb(229 237 255 / 0.15);
}
.border-s-indigo-100\/20 {
  border-inline-start-color: rgb(229 237 255 / 0.2);
}
.border-s-indigo-100\/25 {
  border-inline-start-color: rgb(229 237 255 / 0.25);
}
.border-s-indigo-100\/30 {
  border-inline-start-color: rgb(229 237 255 / 0.3);
}
.border-s-indigo-100\/35 {
  border-inline-start-color: rgb(229 237 255 / 0.35);
}
.border-s-indigo-100\/40 {
  border-inline-start-color: rgb(229 237 255 / 0.4);
}
.border-s-indigo-100\/45 {
  border-inline-start-color: rgb(229 237 255 / 0.45);
}
.border-s-indigo-100\/5 {
  border-inline-start-color: rgb(229 237 255 / 0.05);
}
.border-s-indigo-100\/50 {
  border-inline-start-color: rgb(229 237 255 / 0.5);
}
.border-s-indigo-100\/55 {
  border-inline-start-color: rgb(229 237 255 / 0.55);
}
.border-s-indigo-100\/60 {
  border-inline-start-color: rgb(229 237 255 / 0.6);
}
.border-s-indigo-100\/65 {
  border-inline-start-color: rgb(229 237 255 / 0.65);
}
.border-s-indigo-100\/70 {
  border-inline-start-color: rgb(229 237 255 / 0.7);
}
.border-s-indigo-100\/75 {
  border-inline-start-color: rgb(229 237 255 / 0.75);
}
.border-s-indigo-100\/80 {
  border-inline-start-color: rgb(229 237 255 / 0.8);
}
.border-s-indigo-100\/85 {
  border-inline-start-color: rgb(229 237 255 / 0.85);
}
.border-s-indigo-100\/90 {
  border-inline-start-color: rgb(229 237 255 / 0.9);
}
.border-s-indigo-100\/95 {
  border-inline-start-color: rgb(229 237 255 / 0.95);
}
.border-s-indigo-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(205 219 254 / var(--tw-border-opacity, 1));
}
.border-s-indigo-200\/0 {
  border-inline-start-color: rgb(205 219 254 / 0);
}
.border-s-indigo-200\/10 {
  border-inline-start-color: rgb(205 219 254 / 0.1);
}
.border-s-indigo-200\/100 {
  border-inline-start-color: rgb(205 219 254 / 1);
}
.border-s-indigo-200\/15 {
  border-inline-start-color: rgb(205 219 254 / 0.15);
}
.border-s-indigo-200\/20 {
  border-inline-start-color: rgb(205 219 254 / 0.2);
}
.border-s-indigo-200\/25 {
  border-inline-start-color: rgb(205 219 254 / 0.25);
}
.border-s-indigo-200\/30 {
  border-inline-start-color: rgb(205 219 254 / 0.3);
}
.border-s-indigo-200\/35 {
  border-inline-start-color: rgb(205 219 254 / 0.35);
}
.border-s-indigo-200\/40 {
  border-inline-start-color: rgb(205 219 254 / 0.4);
}
.border-s-indigo-200\/45 {
  border-inline-start-color: rgb(205 219 254 / 0.45);
}
.border-s-indigo-200\/5 {
  border-inline-start-color: rgb(205 219 254 / 0.05);
}
.border-s-indigo-200\/50 {
  border-inline-start-color: rgb(205 219 254 / 0.5);
}
.border-s-indigo-200\/55 {
  border-inline-start-color: rgb(205 219 254 / 0.55);
}
.border-s-indigo-200\/60 {
  border-inline-start-color: rgb(205 219 254 / 0.6);
}
.border-s-indigo-200\/65 {
  border-inline-start-color: rgb(205 219 254 / 0.65);
}
.border-s-indigo-200\/70 {
  border-inline-start-color: rgb(205 219 254 / 0.7);
}
.border-s-indigo-200\/75 {
  border-inline-start-color: rgb(205 219 254 / 0.75);
}
.border-s-indigo-200\/80 {
  border-inline-start-color: rgb(205 219 254 / 0.8);
}
.border-s-indigo-200\/85 {
  border-inline-start-color: rgb(205 219 254 / 0.85);
}
.border-s-indigo-200\/90 {
  border-inline-start-color: rgb(205 219 254 / 0.9);
}
.border-s-indigo-200\/95 {
  border-inline-start-color: rgb(205 219 254 / 0.95);
}
.border-s-indigo-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(180 198 252 / var(--tw-border-opacity, 1));
}
.border-s-indigo-300\/0 {
  border-inline-start-color: rgb(180 198 252 / 0);
}
.border-s-indigo-300\/10 {
  border-inline-start-color: rgb(180 198 252 / 0.1);
}
.border-s-indigo-300\/100 {
  border-inline-start-color: rgb(180 198 252 / 1);
}
.border-s-indigo-300\/15 {
  border-inline-start-color: rgb(180 198 252 / 0.15);
}
.border-s-indigo-300\/20 {
  border-inline-start-color: rgb(180 198 252 / 0.2);
}
.border-s-indigo-300\/25 {
  border-inline-start-color: rgb(180 198 252 / 0.25);
}
.border-s-indigo-300\/30 {
  border-inline-start-color: rgb(180 198 252 / 0.3);
}
.border-s-indigo-300\/35 {
  border-inline-start-color: rgb(180 198 252 / 0.35);
}
.border-s-indigo-300\/40 {
  border-inline-start-color: rgb(180 198 252 / 0.4);
}
.border-s-indigo-300\/45 {
  border-inline-start-color: rgb(180 198 252 / 0.45);
}
.border-s-indigo-300\/5 {
  border-inline-start-color: rgb(180 198 252 / 0.05);
}
.border-s-indigo-300\/50 {
  border-inline-start-color: rgb(180 198 252 / 0.5);
}
.border-s-indigo-300\/55 {
  border-inline-start-color: rgb(180 198 252 / 0.55);
}
.border-s-indigo-300\/60 {
  border-inline-start-color: rgb(180 198 252 / 0.6);
}
.border-s-indigo-300\/65 {
  border-inline-start-color: rgb(180 198 252 / 0.65);
}
.border-s-indigo-300\/70 {
  border-inline-start-color: rgb(180 198 252 / 0.7);
}
.border-s-indigo-300\/75 {
  border-inline-start-color: rgb(180 198 252 / 0.75);
}
.border-s-indigo-300\/80 {
  border-inline-start-color: rgb(180 198 252 / 0.8);
}
.border-s-indigo-300\/85 {
  border-inline-start-color: rgb(180 198 252 / 0.85);
}
.border-s-indigo-300\/90 {
  border-inline-start-color: rgb(180 198 252 / 0.9);
}
.border-s-indigo-300\/95 {
  border-inline-start-color: rgb(180 198 252 / 0.95);
}
.border-s-indigo-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(141 162 251 / var(--tw-border-opacity, 1));
}
.border-s-indigo-400\/0 {
  border-inline-start-color: rgb(141 162 251 / 0);
}
.border-s-indigo-400\/10 {
  border-inline-start-color: rgb(141 162 251 / 0.1);
}
.border-s-indigo-400\/100 {
  border-inline-start-color: rgb(141 162 251 / 1);
}
.border-s-indigo-400\/15 {
  border-inline-start-color: rgb(141 162 251 / 0.15);
}
.border-s-indigo-400\/20 {
  border-inline-start-color: rgb(141 162 251 / 0.2);
}
.border-s-indigo-400\/25 {
  border-inline-start-color: rgb(141 162 251 / 0.25);
}
.border-s-indigo-400\/30 {
  border-inline-start-color: rgb(141 162 251 / 0.3);
}
.border-s-indigo-400\/35 {
  border-inline-start-color: rgb(141 162 251 / 0.35);
}
.border-s-indigo-400\/40 {
  border-inline-start-color: rgb(141 162 251 / 0.4);
}
.border-s-indigo-400\/45 {
  border-inline-start-color: rgb(141 162 251 / 0.45);
}
.border-s-indigo-400\/5 {
  border-inline-start-color: rgb(141 162 251 / 0.05);
}
.border-s-indigo-400\/50 {
  border-inline-start-color: rgb(141 162 251 / 0.5);
}
.border-s-indigo-400\/55 {
  border-inline-start-color: rgb(141 162 251 / 0.55);
}
.border-s-indigo-400\/60 {
  border-inline-start-color: rgb(141 162 251 / 0.6);
}
.border-s-indigo-400\/65 {
  border-inline-start-color: rgb(141 162 251 / 0.65);
}
.border-s-indigo-400\/70 {
  border-inline-start-color: rgb(141 162 251 / 0.7);
}
.border-s-indigo-400\/75 {
  border-inline-start-color: rgb(141 162 251 / 0.75);
}
.border-s-indigo-400\/80 {
  border-inline-start-color: rgb(141 162 251 / 0.8);
}
.border-s-indigo-400\/85 {
  border-inline-start-color: rgb(141 162 251 / 0.85);
}
.border-s-indigo-400\/90 {
  border-inline-start-color: rgb(141 162 251 / 0.9);
}
.border-s-indigo-400\/95 {
  border-inline-start-color: rgb(141 162 251 / 0.95);
}
.border-s-indigo-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(240 245 255 / var(--tw-border-opacity, 1));
}
.border-s-indigo-50\/0 {
  border-inline-start-color: rgb(240 245 255 / 0);
}
.border-s-indigo-50\/10 {
  border-inline-start-color: rgb(240 245 255 / 0.1);
}
.border-s-indigo-50\/100 {
  border-inline-start-color: rgb(240 245 255 / 1);
}
.border-s-indigo-50\/15 {
  border-inline-start-color: rgb(240 245 255 / 0.15);
}
.border-s-indigo-50\/20 {
  border-inline-start-color: rgb(240 245 255 / 0.2);
}
.border-s-indigo-50\/25 {
  border-inline-start-color: rgb(240 245 255 / 0.25);
}
.border-s-indigo-50\/30 {
  border-inline-start-color: rgb(240 245 255 / 0.3);
}
.border-s-indigo-50\/35 {
  border-inline-start-color: rgb(240 245 255 / 0.35);
}
.border-s-indigo-50\/40 {
  border-inline-start-color: rgb(240 245 255 / 0.4);
}
.border-s-indigo-50\/45 {
  border-inline-start-color: rgb(240 245 255 / 0.45);
}
.border-s-indigo-50\/5 {
  border-inline-start-color: rgb(240 245 255 / 0.05);
}
.border-s-indigo-50\/50 {
  border-inline-start-color: rgb(240 245 255 / 0.5);
}
.border-s-indigo-50\/55 {
  border-inline-start-color: rgb(240 245 255 / 0.55);
}
.border-s-indigo-50\/60 {
  border-inline-start-color: rgb(240 245 255 / 0.6);
}
.border-s-indigo-50\/65 {
  border-inline-start-color: rgb(240 245 255 / 0.65);
}
.border-s-indigo-50\/70 {
  border-inline-start-color: rgb(240 245 255 / 0.7);
}
.border-s-indigo-50\/75 {
  border-inline-start-color: rgb(240 245 255 / 0.75);
}
.border-s-indigo-50\/80 {
  border-inline-start-color: rgb(240 245 255 / 0.8);
}
.border-s-indigo-50\/85 {
  border-inline-start-color: rgb(240 245 255 / 0.85);
}
.border-s-indigo-50\/90 {
  border-inline-start-color: rgb(240 245 255 / 0.9);
}
.border-s-indigo-50\/95 {
  border-inline-start-color: rgb(240 245 255 / 0.95);
}
.border-s-indigo-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(104 117 245 / var(--tw-border-opacity, 1));
}
.border-s-indigo-500\/0 {
  border-inline-start-color: rgb(104 117 245 / 0);
}
.border-s-indigo-500\/10 {
  border-inline-start-color: rgb(104 117 245 / 0.1);
}
.border-s-indigo-500\/100 {
  border-inline-start-color: rgb(104 117 245 / 1);
}
.border-s-indigo-500\/15 {
  border-inline-start-color: rgb(104 117 245 / 0.15);
}
.border-s-indigo-500\/20 {
  border-inline-start-color: rgb(104 117 245 / 0.2);
}
.border-s-indigo-500\/25 {
  border-inline-start-color: rgb(104 117 245 / 0.25);
}
.border-s-indigo-500\/30 {
  border-inline-start-color: rgb(104 117 245 / 0.3);
}
.border-s-indigo-500\/35 {
  border-inline-start-color: rgb(104 117 245 / 0.35);
}
.border-s-indigo-500\/40 {
  border-inline-start-color: rgb(104 117 245 / 0.4);
}
.border-s-indigo-500\/45 {
  border-inline-start-color: rgb(104 117 245 / 0.45);
}
.border-s-indigo-500\/5 {
  border-inline-start-color: rgb(104 117 245 / 0.05);
}
.border-s-indigo-500\/50 {
  border-inline-start-color: rgb(104 117 245 / 0.5);
}
.border-s-indigo-500\/55 {
  border-inline-start-color: rgb(104 117 245 / 0.55);
}
.border-s-indigo-500\/60 {
  border-inline-start-color: rgb(104 117 245 / 0.6);
}
.border-s-indigo-500\/65 {
  border-inline-start-color: rgb(104 117 245 / 0.65);
}
.border-s-indigo-500\/70 {
  border-inline-start-color: rgb(104 117 245 / 0.7);
}
.border-s-indigo-500\/75 {
  border-inline-start-color: rgb(104 117 245 / 0.75);
}
.border-s-indigo-500\/80 {
  border-inline-start-color: rgb(104 117 245 / 0.8);
}
.border-s-indigo-500\/85 {
  border-inline-start-color: rgb(104 117 245 / 0.85);
}
.border-s-indigo-500\/90 {
  border-inline-start-color: rgb(104 117 245 / 0.9);
}
.border-s-indigo-500\/95 {
  border-inline-start-color: rgb(104 117 245 / 0.95);
}
.border-s-indigo-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(88 80 236 / var(--tw-border-opacity, 1));
}
.border-s-indigo-600\/0 {
  border-inline-start-color: rgb(88 80 236 / 0);
}
.border-s-indigo-600\/10 {
  border-inline-start-color: rgb(88 80 236 / 0.1);
}
.border-s-indigo-600\/100 {
  border-inline-start-color: rgb(88 80 236 / 1);
}
.border-s-indigo-600\/15 {
  border-inline-start-color: rgb(88 80 236 / 0.15);
}
.border-s-indigo-600\/20 {
  border-inline-start-color: rgb(88 80 236 / 0.2);
}
.border-s-indigo-600\/25 {
  border-inline-start-color: rgb(88 80 236 / 0.25);
}
.border-s-indigo-600\/30 {
  border-inline-start-color: rgb(88 80 236 / 0.3);
}
.border-s-indigo-600\/35 {
  border-inline-start-color: rgb(88 80 236 / 0.35);
}
.border-s-indigo-600\/40 {
  border-inline-start-color: rgb(88 80 236 / 0.4);
}
.border-s-indigo-600\/45 {
  border-inline-start-color: rgb(88 80 236 / 0.45);
}
.border-s-indigo-600\/5 {
  border-inline-start-color: rgb(88 80 236 / 0.05);
}
.border-s-indigo-600\/50 {
  border-inline-start-color: rgb(88 80 236 / 0.5);
}
.border-s-indigo-600\/55 {
  border-inline-start-color: rgb(88 80 236 / 0.55);
}
.border-s-indigo-600\/60 {
  border-inline-start-color: rgb(88 80 236 / 0.6);
}
.border-s-indigo-600\/65 {
  border-inline-start-color: rgb(88 80 236 / 0.65);
}
.border-s-indigo-600\/70 {
  border-inline-start-color: rgb(88 80 236 / 0.7);
}
.border-s-indigo-600\/75 {
  border-inline-start-color: rgb(88 80 236 / 0.75);
}
.border-s-indigo-600\/80 {
  border-inline-start-color: rgb(88 80 236 / 0.8);
}
.border-s-indigo-600\/85 {
  border-inline-start-color: rgb(88 80 236 / 0.85);
}
.border-s-indigo-600\/90 {
  border-inline-start-color: rgb(88 80 236 / 0.9);
}
.border-s-indigo-600\/95 {
  border-inline-start-color: rgb(88 80 236 / 0.95);
}
.border-s-indigo-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(81 69 205 / var(--tw-border-opacity, 1));
}
.border-s-indigo-700\/0 {
  border-inline-start-color: rgb(81 69 205 / 0);
}
.border-s-indigo-700\/10 {
  border-inline-start-color: rgb(81 69 205 / 0.1);
}
.border-s-indigo-700\/100 {
  border-inline-start-color: rgb(81 69 205 / 1);
}
.border-s-indigo-700\/15 {
  border-inline-start-color: rgb(81 69 205 / 0.15);
}
.border-s-indigo-700\/20 {
  border-inline-start-color: rgb(81 69 205 / 0.2);
}
.border-s-indigo-700\/25 {
  border-inline-start-color: rgb(81 69 205 / 0.25);
}
.border-s-indigo-700\/30 {
  border-inline-start-color: rgb(81 69 205 / 0.3);
}
.border-s-indigo-700\/35 {
  border-inline-start-color: rgb(81 69 205 / 0.35);
}
.border-s-indigo-700\/40 {
  border-inline-start-color: rgb(81 69 205 / 0.4);
}
.border-s-indigo-700\/45 {
  border-inline-start-color: rgb(81 69 205 / 0.45);
}
.border-s-indigo-700\/5 {
  border-inline-start-color: rgb(81 69 205 / 0.05);
}
.border-s-indigo-700\/50 {
  border-inline-start-color: rgb(81 69 205 / 0.5);
}
.border-s-indigo-700\/55 {
  border-inline-start-color: rgb(81 69 205 / 0.55);
}
.border-s-indigo-700\/60 {
  border-inline-start-color: rgb(81 69 205 / 0.6);
}
.border-s-indigo-700\/65 {
  border-inline-start-color: rgb(81 69 205 / 0.65);
}
.border-s-indigo-700\/70 {
  border-inline-start-color: rgb(81 69 205 / 0.7);
}
.border-s-indigo-700\/75 {
  border-inline-start-color: rgb(81 69 205 / 0.75);
}
.border-s-indigo-700\/80 {
  border-inline-start-color: rgb(81 69 205 / 0.8);
}
.border-s-indigo-700\/85 {
  border-inline-start-color: rgb(81 69 205 / 0.85);
}
.border-s-indigo-700\/90 {
  border-inline-start-color: rgb(81 69 205 / 0.9);
}
.border-s-indigo-700\/95 {
  border-inline-start-color: rgb(81 69 205 / 0.95);
}
.border-s-indigo-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(66 56 157 / var(--tw-border-opacity, 1));
}
.border-s-indigo-800\/0 {
  border-inline-start-color: rgb(66 56 157 / 0);
}
.border-s-indigo-800\/10 {
  border-inline-start-color: rgb(66 56 157 / 0.1);
}
.border-s-indigo-800\/100 {
  border-inline-start-color: rgb(66 56 157 / 1);
}
.border-s-indigo-800\/15 {
  border-inline-start-color: rgb(66 56 157 / 0.15);
}
.border-s-indigo-800\/20 {
  border-inline-start-color: rgb(66 56 157 / 0.2);
}
.border-s-indigo-800\/25 {
  border-inline-start-color: rgb(66 56 157 / 0.25);
}
.border-s-indigo-800\/30 {
  border-inline-start-color: rgb(66 56 157 / 0.3);
}
.border-s-indigo-800\/35 {
  border-inline-start-color: rgb(66 56 157 / 0.35);
}
.border-s-indigo-800\/40 {
  border-inline-start-color: rgb(66 56 157 / 0.4);
}
.border-s-indigo-800\/45 {
  border-inline-start-color: rgb(66 56 157 / 0.45);
}
.border-s-indigo-800\/5 {
  border-inline-start-color: rgb(66 56 157 / 0.05);
}
.border-s-indigo-800\/50 {
  border-inline-start-color: rgb(66 56 157 / 0.5);
}
.border-s-indigo-800\/55 {
  border-inline-start-color: rgb(66 56 157 / 0.55);
}
.border-s-indigo-800\/60 {
  border-inline-start-color: rgb(66 56 157 / 0.6);
}
.border-s-indigo-800\/65 {
  border-inline-start-color: rgb(66 56 157 / 0.65);
}
.border-s-indigo-800\/70 {
  border-inline-start-color: rgb(66 56 157 / 0.7);
}
.border-s-indigo-800\/75 {
  border-inline-start-color: rgb(66 56 157 / 0.75);
}
.border-s-indigo-800\/80 {
  border-inline-start-color: rgb(66 56 157 / 0.8);
}
.border-s-indigo-800\/85 {
  border-inline-start-color: rgb(66 56 157 / 0.85);
}
.border-s-indigo-800\/90 {
  border-inline-start-color: rgb(66 56 157 / 0.9);
}
.border-s-indigo-800\/95 {
  border-inline-start-color: rgb(66 56 157 / 0.95);
}
.border-s-indigo-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(54 47 120 / var(--tw-border-opacity, 1));
}
.border-s-indigo-900\/0 {
  border-inline-start-color: rgb(54 47 120 / 0);
}
.border-s-indigo-900\/10 {
  border-inline-start-color: rgb(54 47 120 / 0.1);
}
.border-s-indigo-900\/100 {
  border-inline-start-color: rgb(54 47 120 / 1);
}
.border-s-indigo-900\/15 {
  border-inline-start-color: rgb(54 47 120 / 0.15);
}
.border-s-indigo-900\/20 {
  border-inline-start-color: rgb(54 47 120 / 0.2);
}
.border-s-indigo-900\/25 {
  border-inline-start-color: rgb(54 47 120 / 0.25);
}
.border-s-indigo-900\/30 {
  border-inline-start-color: rgb(54 47 120 / 0.3);
}
.border-s-indigo-900\/35 {
  border-inline-start-color: rgb(54 47 120 / 0.35);
}
.border-s-indigo-900\/40 {
  border-inline-start-color: rgb(54 47 120 / 0.4);
}
.border-s-indigo-900\/45 {
  border-inline-start-color: rgb(54 47 120 / 0.45);
}
.border-s-indigo-900\/5 {
  border-inline-start-color: rgb(54 47 120 / 0.05);
}
.border-s-indigo-900\/50 {
  border-inline-start-color: rgb(54 47 120 / 0.5);
}
.border-s-indigo-900\/55 {
  border-inline-start-color: rgb(54 47 120 / 0.55);
}
.border-s-indigo-900\/60 {
  border-inline-start-color: rgb(54 47 120 / 0.6);
}
.border-s-indigo-900\/65 {
  border-inline-start-color: rgb(54 47 120 / 0.65);
}
.border-s-indigo-900\/70 {
  border-inline-start-color: rgb(54 47 120 / 0.7);
}
.border-s-indigo-900\/75 {
  border-inline-start-color: rgb(54 47 120 / 0.75);
}
.border-s-indigo-900\/80 {
  border-inline-start-color: rgb(54 47 120 / 0.8);
}
.border-s-indigo-900\/85 {
  border-inline-start-color: rgb(54 47 120 / 0.85);
}
.border-s-indigo-900\/90 {
  border-inline-start-color: rgb(54 47 120 / 0.9);
}
.border-s-indigo-900\/95 {
  border-inline-start-color: rgb(54 47 120 / 0.95);
}
.border-s-negative-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}
.border-s-negative-100\/0 {
  border-inline-start-color: rgb(244 244 245 / 0);
}
.border-s-negative-100\/10 {
  border-inline-start-color: rgb(244 244 245 / 0.1);
}
.border-s-negative-100\/100 {
  border-inline-start-color: rgb(244 244 245 / 1);
}
.border-s-negative-100\/15 {
  border-inline-start-color: rgb(244 244 245 / 0.15);
}
.border-s-negative-100\/20 {
  border-inline-start-color: rgb(244 244 245 / 0.2);
}
.border-s-negative-100\/25 {
  border-inline-start-color: rgb(244 244 245 / 0.25);
}
.border-s-negative-100\/30 {
  border-inline-start-color: rgb(244 244 245 / 0.3);
}
.border-s-negative-100\/35 {
  border-inline-start-color: rgb(244 244 245 / 0.35);
}
.border-s-negative-100\/40 {
  border-inline-start-color: rgb(244 244 245 / 0.4);
}
.border-s-negative-100\/45 {
  border-inline-start-color: rgb(244 244 245 / 0.45);
}
.border-s-negative-100\/5 {
  border-inline-start-color: rgb(244 244 245 / 0.05);
}
.border-s-negative-100\/50 {
  border-inline-start-color: rgb(244 244 245 / 0.5);
}
.border-s-negative-100\/55 {
  border-inline-start-color: rgb(244 244 245 / 0.55);
}
.border-s-negative-100\/60 {
  border-inline-start-color: rgb(244 244 245 / 0.6);
}
.border-s-negative-100\/65 {
  border-inline-start-color: rgb(244 244 245 / 0.65);
}
.border-s-negative-100\/70 {
  border-inline-start-color: rgb(244 244 245 / 0.7);
}
.border-s-negative-100\/75 {
  border-inline-start-color: rgb(244 244 245 / 0.75);
}
.border-s-negative-100\/80 {
  border-inline-start-color: rgb(244 244 245 / 0.8);
}
.border-s-negative-100\/85 {
  border-inline-start-color: rgb(244 244 245 / 0.85);
}
.border-s-negative-100\/90 {
  border-inline-start-color: rgb(244 244 245 / 0.9);
}
.border-s-negative-100\/95 {
  border-inline-start-color: rgb(244 244 245 / 0.95);
}
.border-s-negative-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}
.border-s-negative-200\/0 {
  border-inline-start-color: rgb(228 228 231 / 0);
}
.border-s-negative-200\/10 {
  border-inline-start-color: rgb(228 228 231 / 0.1);
}
.border-s-negative-200\/100 {
  border-inline-start-color: rgb(228 228 231 / 1);
}
.border-s-negative-200\/15 {
  border-inline-start-color: rgb(228 228 231 / 0.15);
}
.border-s-negative-200\/20 {
  border-inline-start-color: rgb(228 228 231 / 0.2);
}
.border-s-negative-200\/25 {
  border-inline-start-color: rgb(228 228 231 / 0.25);
}
.border-s-negative-200\/30 {
  border-inline-start-color: rgb(228 228 231 / 0.3);
}
.border-s-negative-200\/35 {
  border-inline-start-color: rgb(228 228 231 / 0.35);
}
.border-s-negative-200\/40 {
  border-inline-start-color: rgb(228 228 231 / 0.4);
}
.border-s-negative-200\/45 {
  border-inline-start-color: rgb(228 228 231 / 0.45);
}
.border-s-negative-200\/5 {
  border-inline-start-color: rgb(228 228 231 / 0.05);
}
.border-s-negative-200\/50 {
  border-inline-start-color: rgb(228 228 231 / 0.5);
}
.border-s-negative-200\/55 {
  border-inline-start-color: rgb(228 228 231 / 0.55);
}
.border-s-negative-200\/60 {
  border-inline-start-color: rgb(228 228 231 / 0.6);
}
.border-s-negative-200\/65 {
  border-inline-start-color: rgb(228 228 231 / 0.65);
}
.border-s-negative-200\/70 {
  border-inline-start-color: rgb(228 228 231 / 0.7);
}
.border-s-negative-200\/75 {
  border-inline-start-color: rgb(228 228 231 / 0.75);
}
.border-s-negative-200\/80 {
  border-inline-start-color: rgb(228 228 231 / 0.8);
}
.border-s-negative-200\/85 {
  border-inline-start-color: rgb(228 228 231 / 0.85);
}
.border-s-negative-200\/90 {
  border-inline-start-color: rgb(228 228 231 / 0.9);
}
.border-s-negative-200\/95 {
  border-inline-start-color: rgb(228 228 231 / 0.95);
}
.border-s-negative-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}
.border-s-negative-300\/0 {
  border-inline-start-color: rgb(212 212 216 / 0);
}
.border-s-negative-300\/10 {
  border-inline-start-color: rgb(212 212 216 / 0.1);
}
.border-s-negative-300\/100 {
  border-inline-start-color: rgb(212 212 216 / 1);
}
.border-s-negative-300\/15 {
  border-inline-start-color: rgb(212 212 216 / 0.15);
}
.border-s-negative-300\/20 {
  border-inline-start-color: rgb(212 212 216 / 0.2);
}
.border-s-negative-300\/25 {
  border-inline-start-color: rgb(212 212 216 / 0.25);
}
.border-s-negative-300\/30 {
  border-inline-start-color: rgb(212 212 216 / 0.3);
}
.border-s-negative-300\/35 {
  border-inline-start-color: rgb(212 212 216 / 0.35);
}
.border-s-negative-300\/40 {
  border-inline-start-color: rgb(212 212 216 / 0.4);
}
.border-s-negative-300\/45 {
  border-inline-start-color: rgb(212 212 216 / 0.45);
}
.border-s-negative-300\/5 {
  border-inline-start-color: rgb(212 212 216 / 0.05);
}
.border-s-negative-300\/50 {
  border-inline-start-color: rgb(212 212 216 / 0.5);
}
.border-s-negative-300\/55 {
  border-inline-start-color: rgb(212 212 216 / 0.55);
}
.border-s-negative-300\/60 {
  border-inline-start-color: rgb(212 212 216 / 0.6);
}
.border-s-negative-300\/65 {
  border-inline-start-color: rgb(212 212 216 / 0.65);
}
.border-s-negative-300\/70 {
  border-inline-start-color: rgb(212 212 216 / 0.7);
}
.border-s-negative-300\/75 {
  border-inline-start-color: rgb(212 212 216 / 0.75);
}
.border-s-negative-300\/80 {
  border-inline-start-color: rgb(212 212 216 / 0.8);
}
.border-s-negative-300\/85 {
  border-inline-start-color: rgb(212 212 216 / 0.85);
}
.border-s-negative-300\/90 {
  border-inline-start-color: rgb(212 212 216 / 0.9);
}
.border-s-negative-300\/95 {
  border-inline-start-color: rgb(212 212 216 / 0.95);
}
.border-s-negative-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}
.border-s-negative-400\/0 {
  border-inline-start-color: rgb(161 161 170 / 0);
}
.border-s-negative-400\/10 {
  border-inline-start-color: rgb(161 161 170 / 0.1);
}
.border-s-negative-400\/100 {
  border-inline-start-color: rgb(161 161 170 / 1);
}
.border-s-negative-400\/15 {
  border-inline-start-color: rgb(161 161 170 / 0.15);
}
.border-s-negative-400\/20 {
  border-inline-start-color: rgb(161 161 170 / 0.2);
}
.border-s-negative-400\/25 {
  border-inline-start-color: rgb(161 161 170 / 0.25);
}
.border-s-negative-400\/30 {
  border-inline-start-color: rgb(161 161 170 / 0.3);
}
.border-s-negative-400\/35 {
  border-inline-start-color: rgb(161 161 170 / 0.35);
}
.border-s-negative-400\/40 {
  border-inline-start-color: rgb(161 161 170 / 0.4);
}
.border-s-negative-400\/45 {
  border-inline-start-color: rgb(161 161 170 / 0.45);
}
.border-s-negative-400\/5 {
  border-inline-start-color: rgb(161 161 170 / 0.05);
}
.border-s-negative-400\/50 {
  border-inline-start-color: rgb(161 161 170 / 0.5);
}
.border-s-negative-400\/55 {
  border-inline-start-color: rgb(161 161 170 / 0.55);
}
.border-s-negative-400\/60 {
  border-inline-start-color: rgb(161 161 170 / 0.6);
}
.border-s-negative-400\/65 {
  border-inline-start-color: rgb(161 161 170 / 0.65);
}
.border-s-negative-400\/70 {
  border-inline-start-color: rgb(161 161 170 / 0.7);
}
.border-s-negative-400\/75 {
  border-inline-start-color: rgb(161 161 170 / 0.75);
}
.border-s-negative-400\/80 {
  border-inline-start-color: rgb(161 161 170 / 0.8);
}
.border-s-negative-400\/85 {
  border-inline-start-color: rgb(161 161 170 / 0.85);
}
.border-s-negative-400\/90 {
  border-inline-start-color: rgb(161 161 170 / 0.9);
}
.border-s-negative-400\/95 {
  border-inline-start-color: rgb(161 161 170 / 0.95);
}
.border-s-negative-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-s-negative-50\/0 {
  border-inline-start-color: rgb(250 250 250 / 0);
}
.border-s-negative-50\/10 {
  border-inline-start-color: rgb(250 250 250 / 0.1);
}
.border-s-negative-50\/100 {
  border-inline-start-color: rgb(250 250 250 / 1);
}
.border-s-negative-50\/15 {
  border-inline-start-color: rgb(250 250 250 / 0.15);
}
.border-s-negative-50\/20 {
  border-inline-start-color: rgb(250 250 250 / 0.2);
}
.border-s-negative-50\/25 {
  border-inline-start-color: rgb(250 250 250 / 0.25);
}
.border-s-negative-50\/30 {
  border-inline-start-color: rgb(250 250 250 / 0.3);
}
.border-s-negative-50\/35 {
  border-inline-start-color: rgb(250 250 250 / 0.35);
}
.border-s-negative-50\/40 {
  border-inline-start-color: rgb(250 250 250 / 0.4);
}
.border-s-negative-50\/45 {
  border-inline-start-color: rgb(250 250 250 / 0.45);
}
.border-s-negative-50\/5 {
  border-inline-start-color: rgb(250 250 250 / 0.05);
}
.border-s-negative-50\/50 {
  border-inline-start-color: rgb(250 250 250 / 0.5);
}
.border-s-negative-50\/55 {
  border-inline-start-color: rgb(250 250 250 / 0.55);
}
.border-s-negative-50\/60 {
  border-inline-start-color: rgb(250 250 250 / 0.6);
}
.border-s-negative-50\/65 {
  border-inline-start-color: rgb(250 250 250 / 0.65);
}
.border-s-negative-50\/70 {
  border-inline-start-color: rgb(250 250 250 / 0.7);
}
.border-s-negative-50\/75 {
  border-inline-start-color: rgb(250 250 250 / 0.75);
}
.border-s-negative-50\/80 {
  border-inline-start-color: rgb(250 250 250 / 0.8);
}
.border-s-negative-50\/85 {
  border-inline-start-color: rgb(250 250 250 / 0.85);
}
.border-s-negative-50\/90 {
  border-inline-start-color: rgb(250 250 250 / 0.9);
}
.border-s-negative-50\/95 {
  border-inline-start-color: rgb(250 250 250 / 0.95);
}
.border-s-negative-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}
.border-s-negative-500\/0 {
  border-inline-start-color: rgb(113 113 122 / 0);
}
.border-s-negative-500\/10 {
  border-inline-start-color: rgb(113 113 122 / 0.1);
}
.border-s-negative-500\/100 {
  border-inline-start-color: rgb(113 113 122 / 1);
}
.border-s-negative-500\/15 {
  border-inline-start-color: rgb(113 113 122 / 0.15);
}
.border-s-negative-500\/20 {
  border-inline-start-color: rgb(113 113 122 / 0.2);
}
.border-s-negative-500\/25 {
  border-inline-start-color: rgb(113 113 122 / 0.25);
}
.border-s-negative-500\/30 {
  border-inline-start-color: rgb(113 113 122 / 0.3);
}
.border-s-negative-500\/35 {
  border-inline-start-color: rgb(113 113 122 / 0.35);
}
.border-s-negative-500\/40 {
  border-inline-start-color: rgb(113 113 122 / 0.4);
}
.border-s-negative-500\/45 {
  border-inline-start-color: rgb(113 113 122 / 0.45);
}
.border-s-negative-500\/5 {
  border-inline-start-color: rgb(113 113 122 / 0.05);
}
.border-s-negative-500\/50 {
  border-inline-start-color: rgb(113 113 122 / 0.5);
}
.border-s-negative-500\/55 {
  border-inline-start-color: rgb(113 113 122 / 0.55);
}
.border-s-negative-500\/60 {
  border-inline-start-color: rgb(113 113 122 / 0.6);
}
.border-s-negative-500\/65 {
  border-inline-start-color: rgb(113 113 122 / 0.65);
}
.border-s-negative-500\/70 {
  border-inline-start-color: rgb(113 113 122 / 0.7);
}
.border-s-negative-500\/75 {
  border-inline-start-color: rgb(113 113 122 / 0.75);
}
.border-s-negative-500\/80 {
  border-inline-start-color: rgb(113 113 122 / 0.8);
}
.border-s-negative-500\/85 {
  border-inline-start-color: rgb(113 113 122 / 0.85);
}
.border-s-negative-500\/90 {
  border-inline-start-color: rgb(113 113 122 / 0.9);
}
.border-s-negative-500\/95 {
  border-inline-start-color: rgb(113 113 122 / 0.95);
}
.border-s-negative-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}
.border-s-negative-600\/0 {
  border-inline-start-color: rgb(82 82 91 / 0);
}
.border-s-negative-600\/10 {
  border-inline-start-color: rgb(82 82 91 / 0.1);
}
.border-s-negative-600\/100 {
  border-inline-start-color: rgb(82 82 91 / 1);
}
.border-s-negative-600\/15 {
  border-inline-start-color: rgb(82 82 91 / 0.15);
}
.border-s-negative-600\/20 {
  border-inline-start-color: rgb(82 82 91 / 0.2);
}
.border-s-negative-600\/25 {
  border-inline-start-color: rgb(82 82 91 / 0.25);
}
.border-s-negative-600\/30 {
  border-inline-start-color: rgb(82 82 91 / 0.3);
}
.border-s-negative-600\/35 {
  border-inline-start-color: rgb(82 82 91 / 0.35);
}
.border-s-negative-600\/40 {
  border-inline-start-color: rgb(82 82 91 / 0.4);
}
.border-s-negative-600\/45 {
  border-inline-start-color: rgb(82 82 91 / 0.45);
}
.border-s-negative-600\/5 {
  border-inline-start-color: rgb(82 82 91 / 0.05);
}
.border-s-negative-600\/50 {
  border-inline-start-color: rgb(82 82 91 / 0.5);
}
.border-s-negative-600\/55 {
  border-inline-start-color: rgb(82 82 91 / 0.55);
}
.border-s-negative-600\/60 {
  border-inline-start-color: rgb(82 82 91 / 0.6);
}
.border-s-negative-600\/65 {
  border-inline-start-color: rgb(82 82 91 / 0.65);
}
.border-s-negative-600\/70 {
  border-inline-start-color: rgb(82 82 91 / 0.7);
}
.border-s-negative-600\/75 {
  border-inline-start-color: rgb(82 82 91 / 0.75);
}
.border-s-negative-600\/80 {
  border-inline-start-color: rgb(82 82 91 / 0.8);
}
.border-s-negative-600\/85 {
  border-inline-start-color: rgb(82 82 91 / 0.85);
}
.border-s-negative-600\/90 {
  border-inline-start-color: rgb(82 82 91 / 0.9);
}
.border-s-negative-600\/95 {
  border-inline-start-color: rgb(82 82 91 / 0.95);
}
.border-s-negative-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}
.border-s-negative-700\/0 {
  border-inline-start-color: rgb(63 63 70 / 0);
}
.border-s-negative-700\/10 {
  border-inline-start-color: rgb(63 63 70 / 0.1);
}
.border-s-negative-700\/100 {
  border-inline-start-color: rgb(63 63 70 / 1);
}
.border-s-negative-700\/15 {
  border-inline-start-color: rgb(63 63 70 / 0.15);
}
.border-s-negative-700\/20 {
  border-inline-start-color: rgb(63 63 70 / 0.2);
}
.border-s-negative-700\/25 {
  border-inline-start-color: rgb(63 63 70 / 0.25);
}
.border-s-negative-700\/30 {
  border-inline-start-color: rgb(63 63 70 / 0.3);
}
.border-s-negative-700\/35 {
  border-inline-start-color: rgb(63 63 70 / 0.35);
}
.border-s-negative-700\/40 {
  border-inline-start-color: rgb(63 63 70 / 0.4);
}
.border-s-negative-700\/45 {
  border-inline-start-color: rgb(63 63 70 / 0.45);
}
.border-s-negative-700\/5 {
  border-inline-start-color: rgb(63 63 70 / 0.05);
}
.border-s-negative-700\/50 {
  border-inline-start-color: rgb(63 63 70 / 0.5);
}
.border-s-negative-700\/55 {
  border-inline-start-color: rgb(63 63 70 / 0.55);
}
.border-s-negative-700\/60 {
  border-inline-start-color: rgb(63 63 70 / 0.6);
}
.border-s-negative-700\/65 {
  border-inline-start-color: rgb(63 63 70 / 0.65);
}
.border-s-negative-700\/70 {
  border-inline-start-color: rgb(63 63 70 / 0.7);
}
.border-s-negative-700\/75 {
  border-inline-start-color: rgb(63 63 70 / 0.75);
}
.border-s-negative-700\/80 {
  border-inline-start-color: rgb(63 63 70 / 0.8);
}
.border-s-negative-700\/85 {
  border-inline-start-color: rgb(63 63 70 / 0.85);
}
.border-s-negative-700\/90 {
  border-inline-start-color: rgb(63 63 70 / 0.9);
}
.border-s-negative-700\/95 {
  border-inline-start-color: rgb(63 63 70 / 0.95);
}
.border-s-negative-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}
.border-s-negative-800\/0 {
  border-inline-start-color: rgb(39 39 42 / 0);
}
.border-s-negative-800\/10 {
  border-inline-start-color: rgb(39 39 42 / 0.1);
}
.border-s-negative-800\/100 {
  border-inline-start-color: rgb(39 39 42 / 1);
}
.border-s-negative-800\/15 {
  border-inline-start-color: rgb(39 39 42 / 0.15);
}
.border-s-negative-800\/20 {
  border-inline-start-color: rgb(39 39 42 / 0.2);
}
.border-s-negative-800\/25 {
  border-inline-start-color: rgb(39 39 42 / 0.25);
}
.border-s-negative-800\/30 {
  border-inline-start-color: rgb(39 39 42 / 0.3);
}
.border-s-negative-800\/35 {
  border-inline-start-color: rgb(39 39 42 / 0.35);
}
.border-s-negative-800\/40 {
  border-inline-start-color: rgb(39 39 42 / 0.4);
}
.border-s-negative-800\/45 {
  border-inline-start-color: rgb(39 39 42 / 0.45);
}
.border-s-negative-800\/5 {
  border-inline-start-color: rgb(39 39 42 / 0.05);
}
.border-s-negative-800\/50 {
  border-inline-start-color: rgb(39 39 42 / 0.5);
}
.border-s-negative-800\/55 {
  border-inline-start-color: rgb(39 39 42 / 0.55);
}
.border-s-negative-800\/60 {
  border-inline-start-color: rgb(39 39 42 / 0.6);
}
.border-s-negative-800\/65 {
  border-inline-start-color: rgb(39 39 42 / 0.65);
}
.border-s-negative-800\/70 {
  border-inline-start-color: rgb(39 39 42 / 0.7);
}
.border-s-negative-800\/75 {
  border-inline-start-color: rgb(39 39 42 / 0.75);
}
.border-s-negative-800\/80 {
  border-inline-start-color: rgb(39 39 42 / 0.8);
}
.border-s-negative-800\/85 {
  border-inline-start-color: rgb(39 39 42 / 0.85);
}
.border-s-negative-800\/90 {
  border-inline-start-color: rgb(39 39 42 / 0.9);
}
.border-s-negative-800\/95 {
  border-inline-start-color: rgb(39 39 42 / 0.95);
}
.border-s-negative-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
}
.border-s-negative-900\/0 {
  border-inline-start-color: rgb(24 24 27 / 0);
}
.border-s-negative-900\/10 {
  border-inline-start-color: rgb(24 24 27 / 0.1);
}
.border-s-negative-900\/100 {
  border-inline-start-color: rgb(24 24 27 / 1);
}
.border-s-negative-900\/15 {
  border-inline-start-color: rgb(24 24 27 / 0.15);
}
.border-s-negative-900\/20 {
  border-inline-start-color: rgb(24 24 27 / 0.2);
}
.border-s-negative-900\/25 {
  border-inline-start-color: rgb(24 24 27 / 0.25);
}
.border-s-negative-900\/30 {
  border-inline-start-color: rgb(24 24 27 / 0.3);
}
.border-s-negative-900\/35 {
  border-inline-start-color: rgb(24 24 27 / 0.35);
}
.border-s-negative-900\/40 {
  border-inline-start-color: rgb(24 24 27 / 0.4);
}
.border-s-negative-900\/45 {
  border-inline-start-color: rgb(24 24 27 / 0.45);
}
.border-s-negative-900\/5 {
  border-inline-start-color: rgb(24 24 27 / 0.05);
}
.border-s-negative-900\/50 {
  border-inline-start-color: rgb(24 24 27 / 0.5);
}
.border-s-negative-900\/55 {
  border-inline-start-color: rgb(24 24 27 / 0.55);
}
.border-s-negative-900\/60 {
  border-inline-start-color: rgb(24 24 27 / 0.6);
}
.border-s-negative-900\/65 {
  border-inline-start-color: rgb(24 24 27 / 0.65);
}
.border-s-negative-900\/70 {
  border-inline-start-color: rgb(24 24 27 / 0.7);
}
.border-s-negative-900\/75 {
  border-inline-start-color: rgb(24 24 27 / 0.75);
}
.border-s-negative-900\/80 {
  border-inline-start-color: rgb(24 24 27 / 0.8);
}
.border-s-negative-900\/85 {
  border-inline-start-color: rgb(24 24 27 / 0.85);
}
.border-s-negative-900\/90 {
  border-inline-start-color: rgb(24 24 27 / 0.9);
}
.border-s-negative-900\/95 {
  border-inline-start-color: rgb(24 24 27 / 0.95);
}
.border-s-negative-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
}
.border-s-negative-950\/0 {
  border-inline-start-color: rgb(9 9 11 / 0);
}
.border-s-negative-950\/10 {
  border-inline-start-color: rgb(9 9 11 / 0.1);
}
.border-s-negative-950\/100 {
  border-inline-start-color: rgb(9 9 11 / 1);
}
.border-s-negative-950\/15 {
  border-inline-start-color: rgb(9 9 11 / 0.15);
}
.border-s-negative-950\/20 {
  border-inline-start-color: rgb(9 9 11 / 0.2);
}
.border-s-negative-950\/25 {
  border-inline-start-color: rgb(9 9 11 / 0.25);
}
.border-s-negative-950\/30 {
  border-inline-start-color: rgb(9 9 11 / 0.3);
}
.border-s-negative-950\/35 {
  border-inline-start-color: rgb(9 9 11 / 0.35);
}
.border-s-negative-950\/40 {
  border-inline-start-color: rgb(9 9 11 / 0.4);
}
.border-s-negative-950\/45 {
  border-inline-start-color: rgb(9 9 11 / 0.45);
}
.border-s-negative-950\/5 {
  border-inline-start-color: rgb(9 9 11 / 0.05);
}
.border-s-negative-950\/50 {
  border-inline-start-color: rgb(9 9 11 / 0.5);
}
.border-s-negative-950\/55 {
  border-inline-start-color: rgb(9 9 11 / 0.55);
}
.border-s-negative-950\/60 {
  border-inline-start-color: rgb(9 9 11 / 0.6);
}
.border-s-negative-950\/65 {
  border-inline-start-color: rgb(9 9 11 / 0.65);
}
.border-s-negative-950\/70 {
  border-inline-start-color: rgb(9 9 11 / 0.7);
}
.border-s-negative-950\/75 {
  border-inline-start-color: rgb(9 9 11 / 0.75);
}
.border-s-negative-950\/80 {
  border-inline-start-color: rgb(9 9 11 / 0.8);
}
.border-s-negative-950\/85 {
  border-inline-start-color: rgb(9 9 11 / 0.85);
}
.border-s-negative-950\/90 {
  border-inline-start-color: rgb(9 9 11 / 0.9);
}
.border-s-negative-950\/95 {
  border-inline-start-color: rgb(9 9 11 / 0.95);
}
.border-s-orange-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 236 220 / var(--tw-border-opacity, 1));
}
.border-s-orange-100\/0 {
  border-inline-start-color: rgb(254 236 220 / 0);
}
.border-s-orange-100\/10 {
  border-inline-start-color: rgb(254 236 220 / 0.1);
}
.border-s-orange-100\/100 {
  border-inline-start-color: rgb(254 236 220 / 1);
}
.border-s-orange-100\/15 {
  border-inline-start-color: rgb(254 236 220 / 0.15);
}
.border-s-orange-100\/20 {
  border-inline-start-color: rgb(254 236 220 / 0.2);
}
.border-s-orange-100\/25 {
  border-inline-start-color: rgb(254 236 220 / 0.25);
}
.border-s-orange-100\/30 {
  border-inline-start-color: rgb(254 236 220 / 0.3);
}
.border-s-orange-100\/35 {
  border-inline-start-color: rgb(254 236 220 / 0.35);
}
.border-s-orange-100\/40 {
  border-inline-start-color: rgb(254 236 220 / 0.4);
}
.border-s-orange-100\/45 {
  border-inline-start-color: rgb(254 236 220 / 0.45);
}
.border-s-orange-100\/5 {
  border-inline-start-color: rgb(254 236 220 / 0.05);
}
.border-s-orange-100\/50 {
  border-inline-start-color: rgb(254 236 220 / 0.5);
}
.border-s-orange-100\/55 {
  border-inline-start-color: rgb(254 236 220 / 0.55);
}
.border-s-orange-100\/60 {
  border-inline-start-color: rgb(254 236 220 / 0.6);
}
.border-s-orange-100\/65 {
  border-inline-start-color: rgb(254 236 220 / 0.65);
}
.border-s-orange-100\/70 {
  border-inline-start-color: rgb(254 236 220 / 0.7);
}
.border-s-orange-100\/75 {
  border-inline-start-color: rgb(254 236 220 / 0.75);
}
.border-s-orange-100\/80 {
  border-inline-start-color: rgb(254 236 220 / 0.8);
}
.border-s-orange-100\/85 {
  border-inline-start-color: rgb(254 236 220 / 0.85);
}
.border-s-orange-100\/90 {
  border-inline-start-color: rgb(254 236 220 / 0.9);
}
.border-s-orange-100\/95 {
  border-inline-start-color: rgb(254 236 220 / 0.95);
}
.border-s-orange-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(252 217 189 / var(--tw-border-opacity, 1));
}
.border-s-orange-200\/0 {
  border-inline-start-color: rgb(252 217 189 / 0);
}
.border-s-orange-200\/10 {
  border-inline-start-color: rgb(252 217 189 / 0.1);
}
.border-s-orange-200\/100 {
  border-inline-start-color: rgb(252 217 189 / 1);
}
.border-s-orange-200\/15 {
  border-inline-start-color: rgb(252 217 189 / 0.15);
}
.border-s-orange-200\/20 {
  border-inline-start-color: rgb(252 217 189 / 0.2);
}
.border-s-orange-200\/25 {
  border-inline-start-color: rgb(252 217 189 / 0.25);
}
.border-s-orange-200\/30 {
  border-inline-start-color: rgb(252 217 189 / 0.3);
}
.border-s-orange-200\/35 {
  border-inline-start-color: rgb(252 217 189 / 0.35);
}
.border-s-orange-200\/40 {
  border-inline-start-color: rgb(252 217 189 / 0.4);
}
.border-s-orange-200\/45 {
  border-inline-start-color: rgb(252 217 189 / 0.45);
}
.border-s-orange-200\/5 {
  border-inline-start-color: rgb(252 217 189 / 0.05);
}
.border-s-orange-200\/50 {
  border-inline-start-color: rgb(252 217 189 / 0.5);
}
.border-s-orange-200\/55 {
  border-inline-start-color: rgb(252 217 189 / 0.55);
}
.border-s-orange-200\/60 {
  border-inline-start-color: rgb(252 217 189 / 0.6);
}
.border-s-orange-200\/65 {
  border-inline-start-color: rgb(252 217 189 / 0.65);
}
.border-s-orange-200\/70 {
  border-inline-start-color: rgb(252 217 189 / 0.7);
}
.border-s-orange-200\/75 {
  border-inline-start-color: rgb(252 217 189 / 0.75);
}
.border-s-orange-200\/80 {
  border-inline-start-color: rgb(252 217 189 / 0.8);
}
.border-s-orange-200\/85 {
  border-inline-start-color: rgb(252 217 189 / 0.85);
}
.border-s-orange-200\/90 {
  border-inline-start-color: rgb(252 217 189 / 0.9);
}
.border-s-orange-200\/95 {
  border-inline-start-color: rgb(252 217 189 / 0.95);
}
.border-s-orange-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 186 140 / var(--tw-border-opacity, 1));
}
.border-s-orange-300\/0 {
  border-inline-start-color: rgb(253 186 140 / 0);
}
.border-s-orange-300\/10 {
  border-inline-start-color: rgb(253 186 140 / 0.1);
}
.border-s-orange-300\/100 {
  border-inline-start-color: rgb(253 186 140 / 1);
}
.border-s-orange-300\/15 {
  border-inline-start-color: rgb(253 186 140 / 0.15);
}
.border-s-orange-300\/20 {
  border-inline-start-color: rgb(253 186 140 / 0.2);
}
.border-s-orange-300\/25 {
  border-inline-start-color: rgb(253 186 140 / 0.25);
}
.border-s-orange-300\/30 {
  border-inline-start-color: rgb(253 186 140 / 0.3);
}
.border-s-orange-300\/35 {
  border-inline-start-color: rgb(253 186 140 / 0.35);
}
.border-s-orange-300\/40 {
  border-inline-start-color: rgb(253 186 140 / 0.4);
}
.border-s-orange-300\/45 {
  border-inline-start-color: rgb(253 186 140 / 0.45);
}
.border-s-orange-300\/5 {
  border-inline-start-color: rgb(253 186 140 / 0.05);
}
.border-s-orange-300\/50 {
  border-inline-start-color: rgb(253 186 140 / 0.5);
}
.border-s-orange-300\/55 {
  border-inline-start-color: rgb(253 186 140 / 0.55);
}
.border-s-orange-300\/60 {
  border-inline-start-color: rgb(253 186 140 / 0.6);
}
.border-s-orange-300\/65 {
  border-inline-start-color: rgb(253 186 140 / 0.65);
}
.border-s-orange-300\/70 {
  border-inline-start-color: rgb(253 186 140 / 0.7);
}
.border-s-orange-300\/75 {
  border-inline-start-color: rgb(253 186 140 / 0.75);
}
.border-s-orange-300\/80 {
  border-inline-start-color: rgb(253 186 140 / 0.8);
}
.border-s-orange-300\/85 {
  border-inline-start-color: rgb(253 186 140 / 0.85);
}
.border-s-orange-300\/90 {
  border-inline-start-color: rgb(253 186 140 / 0.9);
}
.border-s-orange-300\/95 {
  border-inline-start-color: rgb(253 186 140 / 0.95);
}
.border-s-orange-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 138 76 / var(--tw-border-opacity, 1));
}
.border-s-orange-400\/0 {
  border-inline-start-color: rgb(255 138 76 / 0);
}
.border-s-orange-400\/10 {
  border-inline-start-color: rgb(255 138 76 / 0.1);
}
.border-s-orange-400\/100 {
  border-inline-start-color: rgb(255 138 76 / 1);
}
.border-s-orange-400\/15 {
  border-inline-start-color: rgb(255 138 76 / 0.15);
}
.border-s-orange-400\/20 {
  border-inline-start-color: rgb(255 138 76 / 0.2);
}
.border-s-orange-400\/25 {
  border-inline-start-color: rgb(255 138 76 / 0.25);
}
.border-s-orange-400\/30 {
  border-inline-start-color: rgb(255 138 76 / 0.3);
}
.border-s-orange-400\/35 {
  border-inline-start-color: rgb(255 138 76 / 0.35);
}
.border-s-orange-400\/40 {
  border-inline-start-color: rgb(255 138 76 / 0.4);
}
.border-s-orange-400\/45 {
  border-inline-start-color: rgb(255 138 76 / 0.45);
}
.border-s-orange-400\/5 {
  border-inline-start-color: rgb(255 138 76 / 0.05);
}
.border-s-orange-400\/50 {
  border-inline-start-color: rgb(255 138 76 / 0.5);
}
.border-s-orange-400\/55 {
  border-inline-start-color: rgb(255 138 76 / 0.55);
}
.border-s-orange-400\/60 {
  border-inline-start-color: rgb(255 138 76 / 0.6);
}
.border-s-orange-400\/65 {
  border-inline-start-color: rgb(255 138 76 / 0.65);
}
.border-s-orange-400\/70 {
  border-inline-start-color: rgb(255 138 76 / 0.7);
}
.border-s-orange-400\/75 {
  border-inline-start-color: rgb(255 138 76 / 0.75);
}
.border-s-orange-400\/80 {
  border-inline-start-color: rgb(255 138 76 / 0.8);
}
.border-s-orange-400\/85 {
  border-inline-start-color: rgb(255 138 76 / 0.85);
}
.border-s-orange-400\/90 {
  border-inline-start-color: rgb(255 138 76 / 0.9);
}
.border-s-orange-400\/95 {
  border-inline-start-color: rgb(255 138 76 / 0.95);
}
.border-s-orange-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 248 241 / var(--tw-border-opacity, 1));
}
.border-s-orange-50\/0 {
  border-inline-start-color: rgb(255 248 241 / 0);
}
.border-s-orange-50\/10 {
  border-inline-start-color: rgb(255 248 241 / 0.1);
}
.border-s-orange-50\/100 {
  border-inline-start-color: rgb(255 248 241 / 1);
}
.border-s-orange-50\/15 {
  border-inline-start-color: rgb(255 248 241 / 0.15);
}
.border-s-orange-50\/20 {
  border-inline-start-color: rgb(255 248 241 / 0.2);
}
.border-s-orange-50\/25 {
  border-inline-start-color: rgb(255 248 241 / 0.25);
}
.border-s-orange-50\/30 {
  border-inline-start-color: rgb(255 248 241 / 0.3);
}
.border-s-orange-50\/35 {
  border-inline-start-color: rgb(255 248 241 / 0.35);
}
.border-s-orange-50\/40 {
  border-inline-start-color: rgb(255 248 241 / 0.4);
}
.border-s-orange-50\/45 {
  border-inline-start-color: rgb(255 248 241 / 0.45);
}
.border-s-orange-50\/5 {
  border-inline-start-color: rgb(255 248 241 / 0.05);
}
.border-s-orange-50\/50 {
  border-inline-start-color: rgb(255 248 241 / 0.5);
}
.border-s-orange-50\/55 {
  border-inline-start-color: rgb(255 248 241 / 0.55);
}
.border-s-orange-50\/60 {
  border-inline-start-color: rgb(255 248 241 / 0.6);
}
.border-s-orange-50\/65 {
  border-inline-start-color: rgb(255 248 241 / 0.65);
}
.border-s-orange-50\/70 {
  border-inline-start-color: rgb(255 248 241 / 0.7);
}
.border-s-orange-50\/75 {
  border-inline-start-color: rgb(255 248 241 / 0.75);
}
.border-s-orange-50\/80 {
  border-inline-start-color: rgb(255 248 241 / 0.8);
}
.border-s-orange-50\/85 {
  border-inline-start-color: rgb(255 248 241 / 0.85);
}
.border-s-orange-50\/90 {
  border-inline-start-color: rgb(255 248 241 / 0.9);
}
.border-s-orange-50\/95 {
  border-inline-start-color: rgb(255 248 241 / 0.95);
}
.border-s-orange-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 90 31 / var(--tw-border-opacity, 1));
}
.border-s-orange-500\/0 {
  border-inline-start-color: rgb(255 90 31 / 0);
}
.border-s-orange-500\/10 {
  border-inline-start-color: rgb(255 90 31 / 0.1);
}
.border-s-orange-500\/100 {
  border-inline-start-color: rgb(255 90 31 / 1);
}
.border-s-orange-500\/15 {
  border-inline-start-color: rgb(255 90 31 / 0.15);
}
.border-s-orange-500\/20 {
  border-inline-start-color: rgb(255 90 31 / 0.2);
}
.border-s-orange-500\/25 {
  border-inline-start-color: rgb(255 90 31 / 0.25);
}
.border-s-orange-500\/30 {
  border-inline-start-color: rgb(255 90 31 / 0.3);
}
.border-s-orange-500\/35 {
  border-inline-start-color: rgb(255 90 31 / 0.35);
}
.border-s-orange-500\/40 {
  border-inline-start-color: rgb(255 90 31 / 0.4);
}
.border-s-orange-500\/45 {
  border-inline-start-color: rgb(255 90 31 / 0.45);
}
.border-s-orange-500\/5 {
  border-inline-start-color: rgb(255 90 31 / 0.05);
}
.border-s-orange-500\/50 {
  border-inline-start-color: rgb(255 90 31 / 0.5);
}
.border-s-orange-500\/55 {
  border-inline-start-color: rgb(255 90 31 / 0.55);
}
.border-s-orange-500\/60 {
  border-inline-start-color: rgb(255 90 31 / 0.6);
}
.border-s-orange-500\/65 {
  border-inline-start-color: rgb(255 90 31 / 0.65);
}
.border-s-orange-500\/70 {
  border-inline-start-color: rgb(255 90 31 / 0.7);
}
.border-s-orange-500\/75 {
  border-inline-start-color: rgb(255 90 31 / 0.75);
}
.border-s-orange-500\/80 {
  border-inline-start-color: rgb(255 90 31 / 0.8);
}
.border-s-orange-500\/85 {
  border-inline-start-color: rgb(255 90 31 / 0.85);
}
.border-s-orange-500\/90 {
  border-inline-start-color: rgb(255 90 31 / 0.9);
}
.border-s-orange-500\/95 {
  border-inline-start-color: rgb(255 90 31 / 0.95);
}
.border-s-orange-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(208 56 1 / var(--tw-border-opacity, 1));
}
.border-s-orange-600\/0 {
  border-inline-start-color: rgb(208 56 1 / 0);
}
.border-s-orange-600\/10 {
  border-inline-start-color: rgb(208 56 1 / 0.1);
}
.border-s-orange-600\/100 {
  border-inline-start-color: rgb(208 56 1 / 1);
}
.border-s-orange-600\/15 {
  border-inline-start-color: rgb(208 56 1 / 0.15);
}
.border-s-orange-600\/20 {
  border-inline-start-color: rgb(208 56 1 / 0.2);
}
.border-s-orange-600\/25 {
  border-inline-start-color: rgb(208 56 1 / 0.25);
}
.border-s-orange-600\/30 {
  border-inline-start-color: rgb(208 56 1 / 0.3);
}
.border-s-orange-600\/35 {
  border-inline-start-color: rgb(208 56 1 / 0.35);
}
.border-s-orange-600\/40 {
  border-inline-start-color: rgb(208 56 1 / 0.4);
}
.border-s-orange-600\/45 {
  border-inline-start-color: rgb(208 56 1 / 0.45);
}
.border-s-orange-600\/5 {
  border-inline-start-color: rgb(208 56 1 / 0.05);
}
.border-s-orange-600\/50 {
  border-inline-start-color: rgb(208 56 1 / 0.5);
}
.border-s-orange-600\/55 {
  border-inline-start-color: rgb(208 56 1 / 0.55);
}
.border-s-orange-600\/60 {
  border-inline-start-color: rgb(208 56 1 / 0.6);
}
.border-s-orange-600\/65 {
  border-inline-start-color: rgb(208 56 1 / 0.65);
}
.border-s-orange-600\/70 {
  border-inline-start-color: rgb(208 56 1 / 0.7);
}
.border-s-orange-600\/75 {
  border-inline-start-color: rgb(208 56 1 / 0.75);
}
.border-s-orange-600\/80 {
  border-inline-start-color: rgb(208 56 1 / 0.8);
}
.border-s-orange-600\/85 {
  border-inline-start-color: rgb(208 56 1 / 0.85);
}
.border-s-orange-600\/90 {
  border-inline-start-color: rgb(208 56 1 / 0.9);
}
.border-s-orange-600\/95 {
  border-inline-start-color: rgb(208 56 1 / 0.95);
}
.border-s-orange-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(180 52 3 / var(--tw-border-opacity, 1));
}
.border-s-orange-700\/0 {
  border-inline-start-color: rgb(180 52 3 / 0);
}
.border-s-orange-700\/10 {
  border-inline-start-color: rgb(180 52 3 / 0.1);
}
.border-s-orange-700\/100 {
  border-inline-start-color: rgb(180 52 3 / 1);
}
.border-s-orange-700\/15 {
  border-inline-start-color: rgb(180 52 3 / 0.15);
}
.border-s-orange-700\/20 {
  border-inline-start-color: rgb(180 52 3 / 0.2);
}
.border-s-orange-700\/25 {
  border-inline-start-color: rgb(180 52 3 / 0.25);
}
.border-s-orange-700\/30 {
  border-inline-start-color: rgb(180 52 3 / 0.3);
}
.border-s-orange-700\/35 {
  border-inline-start-color: rgb(180 52 3 / 0.35);
}
.border-s-orange-700\/40 {
  border-inline-start-color: rgb(180 52 3 / 0.4);
}
.border-s-orange-700\/45 {
  border-inline-start-color: rgb(180 52 3 / 0.45);
}
.border-s-orange-700\/5 {
  border-inline-start-color: rgb(180 52 3 / 0.05);
}
.border-s-orange-700\/50 {
  border-inline-start-color: rgb(180 52 3 / 0.5);
}
.border-s-orange-700\/55 {
  border-inline-start-color: rgb(180 52 3 / 0.55);
}
.border-s-orange-700\/60 {
  border-inline-start-color: rgb(180 52 3 / 0.6);
}
.border-s-orange-700\/65 {
  border-inline-start-color: rgb(180 52 3 / 0.65);
}
.border-s-orange-700\/70 {
  border-inline-start-color: rgb(180 52 3 / 0.7);
}
.border-s-orange-700\/75 {
  border-inline-start-color: rgb(180 52 3 / 0.75);
}
.border-s-orange-700\/80 {
  border-inline-start-color: rgb(180 52 3 / 0.8);
}
.border-s-orange-700\/85 {
  border-inline-start-color: rgb(180 52 3 / 0.85);
}
.border-s-orange-700\/90 {
  border-inline-start-color: rgb(180 52 3 / 0.9);
}
.border-s-orange-700\/95 {
  border-inline-start-color: rgb(180 52 3 / 0.95);
}
.border-s-orange-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(138 44 13 / var(--tw-border-opacity, 1));
}
.border-s-orange-800\/0 {
  border-inline-start-color: rgb(138 44 13 / 0);
}
.border-s-orange-800\/10 {
  border-inline-start-color: rgb(138 44 13 / 0.1);
}
.border-s-orange-800\/100 {
  border-inline-start-color: rgb(138 44 13 / 1);
}
.border-s-orange-800\/15 {
  border-inline-start-color: rgb(138 44 13 / 0.15);
}
.border-s-orange-800\/20 {
  border-inline-start-color: rgb(138 44 13 / 0.2);
}
.border-s-orange-800\/25 {
  border-inline-start-color: rgb(138 44 13 / 0.25);
}
.border-s-orange-800\/30 {
  border-inline-start-color: rgb(138 44 13 / 0.3);
}
.border-s-orange-800\/35 {
  border-inline-start-color: rgb(138 44 13 / 0.35);
}
.border-s-orange-800\/40 {
  border-inline-start-color: rgb(138 44 13 / 0.4);
}
.border-s-orange-800\/45 {
  border-inline-start-color: rgb(138 44 13 / 0.45);
}
.border-s-orange-800\/5 {
  border-inline-start-color: rgb(138 44 13 / 0.05);
}
.border-s-orange-800\/50 {
  border-inline-start-color: rgb(138 44 13 / 0.5);
}
.border-s-orange-800\/55 {
  border-inline-start-color: rgb(138 44 13 / 0.55);
}
.border-s-orange-800\/60 {
  border-inline-start-color: rgb(138 44 13 / 0.6);
}
.border-s-orange-800\/65 {
  border-inline-start-color: rgb(138 44 13 / 0.65);
}
.border-s-orange-800\/70 {
  border-inline-start-color: rgb(138 44 13 / 0.7);
}
.border-s-orange-800\/75 {
  border-inline-start-color: rgb(138 44 13 / 0.75);
}
.border-s-orange-800\/80 {
  border-inline-start-color: rgb(138 44 13 / 0.8);
}
.border-s-orange-800\/85 {
  border-inline-start-color: rgb(138 44 13 / 0.85);
}
.border-s-orange-800\/90 {
  border-inline-start-color: rgb(138 44 13 / 0.9);
}
.border-s-orange-800\/95 {
  border-inline-start-color: rgb(138 44 13 / 0.95);
}
.border-s-orange-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(119 29 29 / var(--tw-border-opacity, 1));
}
.border-s-orange-900\/0 {
  border-inline-start-color: rgb(119 29 29 / 0);
}
.border-s-orange-900\/10 {
  border-inline-start-color: rgb(119 29 29 / 0.1);
}
.border-s-orange-900\/100 {
  border-inline-start-color: rgb(119 29 29 / 1);
}
.border-s-orange-900\/15 {
  border-inline-start-color: rgb(119 29 29 / 0.15);
}
.border-s-orange-900\/20 {
  border-inline-start-color: rgb(119 29 29 / 0.2);
}
.border-s-orange-900\/25 {
  border-inline-start-color: rgb(119 29 29 / 0.25);
}
.border-s-orange-900\/30 {
  border-inline-start-color: rgb(119 29 29 / 0.3);
}
.border-s-orange-900\/35 {
  border-inline-start-color: rgb(119 29 29 / 0.35);
}
.border-s-orange-900\/40 {
  border-inline-start-color: rgb(119 29 29 / 0.4);
}
.border-s-orange-900\/45 {
  border-inline-start-color: rgb(119 29 29 / 0.45);
}
.border-s-orange-900\/5 {
  border-inline-start-color: rgb(119 29 29 / 0.05);
}
.border-s-orange-900\/50 {
  border-inline-start-color: rgb(119 29 29 / 0.5);
}
.border-s-orange-900\/55 {
  border-inline-start-color: rgb(119 29 29 / 0.55);
}
.border-s-orange-900\/60 {
  border-inline-start-color: rgb(119 29 29 / 0.6);
}
.border-s-orange-900\/65 {
  border-inline-start-color: rgb(119 29 29 / 0.65);
}
.border-s-orange-900\/70 {
  border-inline-start-color: rgb(119 29 29 / 0.7);
}
.border-s-orange-900\/75 {
  border-inline-start-color: rgb(119 29 29 / 0.75);
}
.border-s-orange-900\/80 {
  border-inline-start-color: rgb(119 29 29 / 0.8);
}
.border-s-orange-900\/85 {
  border-inline-start-color: rgb(119 29 29 / 0.85);
}
.border-s-orange-900\/90 {
  border-inline-start-color: rgb(119 29 29 / 0.9);
}
.border-s-orange-900\/95 {
  border-inline-start-color: rgb(119 29 29 / 0.95);
}
.border-s-pink-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(252 232 243 / var(--tw-border-opacity, 1));
}
.border-s-pink-100\/0 {
  border-inline-start-color: rgb(252 232 243 / 0);
}
.border-s-pink-100\/10 {
  border-inline-start-color: rgb(252 232 243 / 0.1);
}
.border-s-pink-100\/100 {
  border-inline-start-color: rgb(252 232 243 / 1);
}
.border-s-pink-100\/15 {
  border-inline-start-color: rgb(252 232 243 / 0.15);
}
.border-s-pink-100\/20 {
  border-inline-start-color: rgb(252 232 243 / 0.2);
}
.border-s-pink-100\/25 {
  border-inline-start-color: rgb(252 232 243 / 0.25);
}
.border-s-pink-100\/30 {
  border-inline-start-color: rgb(252 232 243 / 0.3);
}
.border-s-pink-100\/35 {
  border-inline-start-color: rgb(252 232 243 / 0.35);
}
.border-s-pink-100\/40 {
  border-inline-start-color: rgb(252 232 243 / 0.4);
}
.border-s-pink-100\/45 {
  border-inline-start-color: rgb(252 232 243 / 0.45);
}
.border-s-pink-100\/5 {
  border-inline-start-color: rgb(252 232 243 / 0.05);
}
.border-s-pink-100\/50 {
  border-inline-start-color: rgb(252 232 243 / 0.5);
}
.border-s-pink-100\/55 {
  border-inline-start-color: rgb(252 232 243 / 0.55);
}
.border-s-pink-100\/60 {
  border-inline-start-color: rgb(252 232 243 / 0.6);
}
.border-s-pink-100\/65 {
  border-inline-start-color: rgb(252 232 243 / 0.65);
}
.border-s-pink-100\/70 {
  border-inline-start-color: rgb(252 232 243 / 0.7);
}
.border-s-pink-100\/75 {
  border-inline-start-color: rgb(252 232 243 / 0.75);
}
.border-s-pink-100\/80 {
  border-inline-start-color: rgb(252 232 243 / 0.8);
}
.border-s-pink-100\/85 {
  border-inline-start-color: rgb(252 232 243 / 0.85);
}
.border-s-pink-100\/90 {
  border-inline-start-color: rgb(252 232 243 / 0.9);
}
.border-s-pink-100\/95 {
  border-inline-start-color: rgb(252 232 243 / 0.95);
}
.border-s-pink-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 209 232 / var(--tw-border-opacity, 1));
}
.border-s-pink-200\/0 {
  border-inline-start-color: rgb(250 209 232 / 0);
}
.border-s-pink-200\/10 {
  border-inline-start-color: rgb(250 209 232 / 0.1);
}
.border-s-pink-200\/100 {
  border-inline-start-color: rgb(250 209 232 / 1);
}
.border-s-pink-200\/15 {
  border-inline-start-color: rgb(250 209 232 / 0.15);
}
.border-s-pink-200\/20 {
  border-inline-start-color: rgb(250 209 232 / 0.2);
}
.border-s-pink-200\/25 {
  border-inline-start-color: rgb(250 209 232 / 0.25);
}
.border-s-pink-200\/30 {
  border-inline-start-color: rgb(250 209 232 / 0.3);
}
.border-s-pink-200\/35 {
  border-inline-start-color: rgb(250 209 232 / 0.35);
}
.border-s-pink-200\/40 {
  border-inline-start-color: rgb(250 209 232 / 0.4);
}
.border-s-pink-200\/45 {
  border-inline-start-color: rgb(250 209 232 / 0.45);
}
.border-s-pink-200\/5 {
  border-inline-start-color: rgb(250 209 232 / 0.05);
}
.border-s-pink-200\/50 {
  border-inline-start-color: rgb(250 209 232 / 0.5);
}
.border-s-pink-200\/55 {
  border-inline-start-color: rgb(250 209 232 / 0.55);
}
.border-s-pink-200\/60 {
  border-inline-start-color: rgb(250 209 232 / 0.6);
}
.border-s-pink-200\/65 {
  border-inline-start-color: rgb(250 209 232 / 0.65);
}
.border-s-pink-200\/70 {
  border-inline-start-color: rgb(250 209 232 / 0.7);
}
.border-s-pink-200\/75 {
  border-inline-start-color: rgb(250 209 232 / 0.75);
}
.border-s-pink-200\/80 {
  border-inline-start-color: rgb(250 209 232 / 0.8);
}
.border-s-pink-200\/85 {
  border-inline-start-color: rgb(250 209 232 / 0.85);
}
.border-s-pink-200\/90 {
  border-inline-start-color: rgb(250 209 232 / 0.9);
}
.border-s-pink-200\/95 {
  border-inline-start-color: rgb(250 209 232 / 0.95);
}
.border-s-pink-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(248 180 217 / var(--tw-border-opacity, 1));
}
.border-s-pink-300\/0 {
  border-inline-start-color: rgb(248 180 217 / 0);
}
.border-s-pink-300\/10 {
  border-inline-start-color: rgb(248 180 217 / 0.1);
}
.border-s-pink-300\/100 {
  border-inline-start-color: rgb(248 180 217 / 1);
}
.border-s-pink-300\/15 {
  border-inline-start-color: rgb(248 180 217 / 0.15);
}
.border-s-pink-300\/20 {
  border-inline-start-color: rgb(248 180 217 / 0.2);
}
.border-s-pink-300\/25 {
  border-inline-start-color: rgb(248 180 217 / 0.25);
}
.border-s-pink-300\/30 {
  border-inline-start-color: rgb(248 180 217 / 0.3);
}
.border-s-pink-300\/35 {
  border-inline-start-color: rgb(248 180 217 / 0.35);
}
.border-s-pink-300\/40 {
  border-inline-start-color: rgb(248 180 217 / 0.4);
}
.border-s-pink-300\/45 {
  border-inline-start-color: rgb(248 180 217 / 0.45);
}
.border-s-pink-300\/5 {
  border-inline-start-color: rgb(248 180 217 / 0.05);
}
.border-s-pink-300\/50 {
  border-inline-start-color: rgb(248 180 217 / 0.5);
}
.border-s-pink-300\/55 {
  border-inline-start-color: rgb(248 180 217 / 0.55);
}
.border-s-pink-300\/60 {
  border-inline-start-color: rgb(248 180 217 / 0.6);
}
.border-s-pink-300\/65 {
  border-inline-start-color: rgb(248 180 217 / 0.65);
}
.border-s-pink-300\/70 {
  border-inline-start-color: rgb(248 180 217 / 0.7);
}
.border-s-pink-300\/75 {
  border-inline-start-color: rgb(248 180 217 / 0.75);
}
.border-s-pink-300\/80 {
  border-inline-start-color: rgb(248 180 217 / 0.8);
}
.border-s-pink-300\/85 {
  border-inline-start-color: rgb(248 180 217 / 0.85);
}
.border-s-pink-300\/90 {
  border-inline-start-color: rgb(248 180 217 / 0.9);
}
.border-s-pink-300\/95 {
  border-inline-start-color: rgb(248 180 217 / 0.95);
}
.border-s-pink-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(241 126 184 / var(--tw-border-opacity, 1));
}
.border-s-pink-400\/0 {
  border-inline-start-color: rgb(241 126 184 / 0);
}
.border-s-pink-400\/10 {
  border-inline-start-color: rgb(241 126 184 / 0.1);
}
.border-s-pink-400\/100 {
  border-inline-start-color: rgb(241 126 184 / 1);
}
.border-s-pink-400\/15 {
  border-inline-start-color: rgb(241 126 184 / 0.15);
}
.border-s-pink-400\/20 {
  border-inline-start-color: rgb(241 126 184 / 0.2);
}
.border-s-pink-400\/25 {
  border-inline-start-color: rgb(241 126 184 / 0.25);
}
.border-s-pink-400\/30 {
  border-inline-start-color: rgb(241 126 184 / 0.3);
}
.border-s-pink-400\/35 {
  border-inline-start-color: rgb(241 126 184 / 0.35);
}
.border-s-pink-400\/40 {
  border-inline-start-color: rgb(241 126 184 / 0.4);
}
.border-s-pink-400\/45 {
  border-inline-start-color: rgb(241 126 184 / 0.45);
}
.border-s-pink-400\/5 {
  border-inline-start-color: rgb(241 126 184 / 0.05);
}
.border-s-pink-400\/50 {
  border-inline-start-color: rgb(241 126 184 / 0.5);
}
.border-s-pink-400\/55 {
  border-inline-start-color: rgb(241 126 184 / 0.55);
}
.border-s-pink-400\/60 {
  border-inline-start-color: rgb(241 126 184 / 0.6);
}
.border-s-pink-400\/65 {
  border-inline-start-color: rgb(241 126 184 / 0.65);
}
.border-s-pink-400\/70 {
  border-inline-start-color: rgb(241 126 184 / 0.7);
}
.border-s-pink-400\/75 {
  border-inline-start-color: rgb(241 126 184 / 0.75);
}
.border-s-pink-400\/80 {
  border-inline-start-color: rgb(241 126 184 / 0.8);
}
.border-s-pink-400\/85 {
  border-inline-start-color: rgb(241 126 184 / 0.85);
}
.border-s-pink-400\/90 {
  border-inline-start-color: rgb(241 126 184 / 0.9);
}
.border-s-pink-400\/95 {
  border-inline-start-color: rgb(241 126 184 / 0.95);
}
.border-s-pink-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
}
.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(231 70 148 / var(--tw-border-opacity, 1));
}
.border-s-pink-500\/0 {
  border-inline-start-color: rgb(231 70 148 / 0);
}
.border-s-pink-500\/10 {
  border-inline-start-color: rgb(231 70 148 / 0.1);
}
.border-s-pink-500\/100 {
  border-inline-start-color: rgb(231 70 148 / 1);
}
.border-s-pink-500\/15 {
  border-inline-start-color: rgb(231 70 148 / 0.15);
}
.border-s-pink-500\/20 {
  border-inline-start-color: rgb(231 70 148 / 0.2);
}
.border-s-pink-500\/25 {
  border-inline-start-color: rgb(231 70 148 / 0.25);
}
.border-s-pink-500\/30 {
  border-inline-start-color: rgb(231 70 148 / 0.3);
}
.border-s-pink-500\/35 {
  border-inline-start-color: rgb(231 70 148 / 0.35);
}
.border-s-pink-500\/40 {
  border-inline-start-color: rgb(231 70 148 / 0.4);
}
.border-s-pink-500\/45 {
  border-inline-start-color: rgb(231 70 148 / 0.45);
}
.border-s-pink-500\/5 {
  border-inline-start-color: rgb(231 70 148 / 0.05);
}
.border-s-pink-500\/50 {
  border-inline-start-color: rgb(231 70 148 / 0.5);
}
.border-s-pink-500\/55 {
  border-inline-start-color: rgb(231 70 148 / 0.55);
}
.border-s-pink-500\/60 {
  border-inline-start-color: rgb(231 70 148 / 0.6);
}
.border-s-pink-500\/65 {
  border-inline-start-color: rgb(231 70 148 / 0.65);
}
.border-s-pink-500\/70 {
  border-inline-start-color: rgb(231 70 148 / 0.7);
}
.border-s-pink-500\/75 {
  border-inline-start-color: rgb(231 70 148 / 0.75);
}
.border-s-pink-500\/80 {
  border-inline-start-color: rgb(231 70 148 / 0.8);
}
.border-s-pink-500\/85 {
  border-inline-start-color: rgb(231 70 148 / 0.85);
}
.border-s-pink-500\/90 {
  border-inline-start-color: rgb(231 70 148 / 0.9);
}
.border-s-pink-500\/95 {
  border-inline-start-color: rgb(231 70 148 / 0.95);
}
.border-s-pink-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(214 31 105 / var(--tw-border-opacity, 1));
}
.border-s-pink-600\/0 {
  border-inline-start-color: rgb(214 31 105 / 0);
}
.border-s-pink-600\/10 {
  border-inline-start-color: rgb(214 31 105 / 0.1);
}
.border-s-pink-600\/100 {
  border-inline-start-color: rgb(214 31 105 / 1);
}
.border-s-pink-600\/15 {
  border-inline-start-color: rgb(214 31 105 / 0.15);
}
.border-s-pink-600\/20 {
  border-inline-start-color: rgb(214 31 105 / 0.2);
}
.border-s-pink-600\/25 {
  border-inline-start-color: rgb(214 31 105 / 0.25);
}
.border-s-pink-600\/30 {
  border-inline-start-color: rgb(214 31 105 / 0.3);
}
.border-s-pink-600\/35 {
  border-inline-start-color: rgb(214 31 105 / 0.35);
}
.border-s-pink-600\/40 {
  border-inline-start-color: rgb(214 31 105 / 0.4);
}
.border-s-pink-600\/45 {
  border-inline-start-color: rgb(214 31 105 / 0.45);
}
.border-s-pink-600\/5 {
  border-inline-start-color: rgb(214 31 105 / 0.05);
}
.border-s-pink-600\/50 {
  border-inline-start-color: rgb(214 31 105 / 0.5);
}
.border-s-pink-600\/55 {
  border-inline-start-color: rgb(214 31 105 / 0.55);
}
.border-s-pink-600\/60 {
  border-inline-start-color: rgb(214 31 105 / 0.6);
}
.border-s-pink-600\/65 {
  border-inline-start-color: rgb(214 31 105 / 0.65);
}
.border-s-pink-600\/70 {
  border-inline-start-color: rgb(214 31 105 / 0.7);
}
.border-s-pink-600\/75 {
  border-inline-start-color: rgb(214 31 105 / 0.75);
}
.border-s-pink-600\/80 {
  border-inline-start-color: rgb(214 31 105 / 0.8);
}
.border-s-pink-600\/85 {
  border-inline-start-color: rgb(214 31 105 / 0.85);
}
.border-s-pink-600\/90 {
  border-inline-start-color: rgb(214 31 105 / 0.9);
}
.border-s-pink-600\/95 {
  border-inline-start-color: rgb(214 31 105 / 0.95);
}
.border-s-pink-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(191 18 93 / var(--tw-border-opacity, 1));
}
.border-s-pink-700\/0 {
  border-inline-start-color: rgb(191 18 93 / 0);
}
.border-s-pink-700\/10 {
  border-inline-start-color: rgb(191 18 93 / 0.1);
}
.border-s-pink-700\/100 {
  border-inline-start-color: rgb(191 18 93 / 1);
}
.border-s-pink-700\/15 {
  border-inline-start-color: rgb(191 18 93 / 0.15);
}
.border-s-pink-700\/20 {
  border-inline-start-color: rgb(191 18 93 / 0.2);
}
.border-s-pink-700\/25 {
  border-inline-start-color: rgb(191 18 93 / 0.25);
}
.border-s-pink-700\/30 {
  border-inline-start-color: rgb(191 18 93 / 0.3);
}
.border-s-pink-700\/35 {
  border-inline-start-color: rgb(191 18 93 / 0.35);
}
.border-s-pink-700\/40 {
  border-inline-start-color: rgb(191 18 93 / 0.4);
}
.border-s-pink-700\/45 {
  border-inline-start-color: rgb(191 18 93 / 0.45);
}
.border-s-pink-700\/5 {
  border-inline-start-color: rgb(191 18 93 / 0.05);
}
.border-s-pink-700\/50 {
  border-inline-start-color: rgb(191 18 93 / 0.5);
}
.border-s-pink-700\/55 {
  border-inline-start-color: rgb(191 18 93 / 0.55);
}
.border-s-pink-700\/60 {
  border-inline-start-color: rgb(191 18 93 / 0.6);
}
.border-s-pink-700\/65 {
  border-inline-start-color: rgb(191 18 93 / 0.65);
}
.border-s-pink-700\/70 {
  border-inline-start-color: rgb(191 18 93 / 0.7);
}
.border-s-pink-700\/75 {
  border-inline-start-color: rgb(191 18 93 / 0.75);
}
.border-s-pink-700\/80 {
  border-inline-start-color: rgb(191 18 93 / 0.8);
}
.border-s-pink-700\/85 {
  border-inline-start-color: rgb(191 18 93 / 0.85);
}
.border-s-pink-700\/90 {
  border-inline-start-color: rgb(191 18 93 / 0.9);
}
.border-s-pink-700\/95 {
  border-inline-start-color: rgb(191 18 93 / 0.95);
}
.border-s-pink-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(153 21 75 / var(--tw-border-opacity, 1));
}
.border-s-pink-800\/0 {
  border-inline-start-color: rgb(153 21 75 / 0);
}
.border-s-pink-800\/10 {
  border-inline-start-color: rgb(153 21 75 / 0.1);
}
.border-s-pink-800\/100 {
  border-inline-start-color: rgb(153 21 75 / 1);
}
.border-s-pink-800\/15 {
  border-inline-start-color: rgb(153 21 75 / 0.15);
}
.border-s-pink-800\/20 {
  border-inline-start-color: rgb(153 21 75 / 0.2);
}
.border-s-pink-800\/25 {
  border-inline-start-color: rgb(153 21 75 / 0.25);
}
.border-s-pink-800\/30 {
  border-inline-start-color: rgb(153 21 75 / 0.3);
}
.border-s-pink-800\/35 {
  border-inline-start-color: rgb(153 21 75 / 0.35);
}
.border-s-pink-800\/40 {
  border-inline-start-color: rgb(153 21 75 / 0.4);
}
.border-s-pink-800\/45 {
  border-inline-start-color: rgb(153 21 75 / 0.45);
}
.border-s-pink-800\/5 {
  border-inline-start-color: rgb(153 21 75 / 0.05);
}
.border-s-pink-800\/50 {
  border-inline-start-color: rgb(153 21 75 / 0.5);
}
.border-s-pink-800\/55 {
  border-inline-start-color: rgb(153 21 75 / 0.55);
}
.border-s-pink-800\/60 {
  border-inline-start-color: rgb(153 21 75 / 0.6);
}
.border-s-pink-800\/65 {
  border-inline-start-color: rgb(153 21 75 / 0.65);
}
.border-s-pink-800\/70 {
  border-inline-start-color: rgb(153 21 75 / 0.7);
}
.border-s-pink-800\/75 {
  border-inline-start-color: rgb(153 21 75 / 0.75);
}
.border-s-pink-800\/80 {
  border-inline-start-color: rgb(153 21 75 / 0.8);
}
.border-s-pink-800\/85 {
  border-inline-start-color: rgb(153 21 75 / 0.85);
}
.border-s-pink-800\/90 {
  border-inline-start-color: rgb(153 21 75 / 0.9);
}
.border-s-pink-800\/95 {
  border-inline-start-color: rgb(153 21 75 / 0.95);
}
.border-s-pink-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(117 26 61 / var(--tw-border-opacity, 1));
}
.border-s-pink-900\/0 {
  border-inline-start-color: rgb(117 26 61 / 0);
}
.border-s-pink-900\/10 {
  border-inline-start-color: rgb(117 26 61 / 0.1);
}
.border-s-pink-900\/100 {
  border-inline-start-color: rgb(117 26 61 / 1);
}
.border-s-pink-900\/15 {
  border-inline-start-color: rgb(117 26 61 / 0.15);
}
.border-s-pink-900\/20 {
  border-inline-start-color: rgb(117 26 61 / 0.2);
}
.border-s-pink-900\/25 {
  border-inline-start-color: rgb(117 26 61 / 0.25);
}
.border-s-pink-900\/30 {
  border-inline-start-color: rgb(117 26 61 / 0.3);
}
.border-s-pink-900\/35 {
  border-inline-start-color: rgb(117 26 61 / 0.35);
}
.border-s-pink-900\/40 {
  border-inline-start-color: rgb(117 26 61 / 0.4);
}
.border-s-pink-900\/45 {
  border-inline-start-color: rgb(117 26 61 / 0.45);
}
.border-s-pink-900\/5 {
  border-inline-start-color: rgb(117 26 61 / 0.05);
}
.border-s-pink-900\/50 {
  border-inline-start-color: rgb(117 26 61 / 0.5);
}
.border-s-pink-900\/55 {
  border-inline-start-color: rgb(117 26 61 / 0.55);
}
.border-s-pink-900\/60 {
  border-inline-start-color: rgb(117 26 61 / 0.6);
}
.border-s-pink-900\/65 {
  border-inline-start-color: rgb(117 26 61 / 0.65);
}
.border-s-pink-900\/70 {
  border-inline-start-color: rgb(117 26 61 / 0.7);
}
.border-s-pink-900\/75 {
  border-inline-start-color: rgb(117 26 61 / 0.75);
}
.border-s-pink-900\/80 {
  border-inline-start-color: rgb(117 26 61 / 0.8);
}
.border-s-pink-900\/85 {
  border-inline-start-color: rgb(117 26 61 / 0.85);
}
.border-s-pink-900\/90 {
  border-inline-start-color: rgb(117 26 61 / 0.9);
}
.border-s-pink-900\/95 {
  border-inline-start-color: rgb(117 26 61 / 0.95);
}
.border-s-primary-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.border-s-primary-100\/0 {
  border-inline-start-color: rgb(254 226 226 / 0);
}
.border-s-primary-100\/10 {
  border-inline-start-color: rgb(254 226 226 / 0.1);
}
.border-s-primary-100\/100 {
  border-inline-start-color: rgb(254 226 226 / 1);
}
.border-s-primary-100\/15 {
  border-inline-start-color: rgb(254 226 226 / 0.15);
}
.border-s-primary-100\/20 {
  border-inline-start-color: rgb(254 226 226 / 0.2);
}
.border-s-primary-100\/25 {
  border-inline-start-color: rgb(254 226 226 / 0.25);
}
.border-s-primary-100\/30 {
  border-inline-start-color: rgb(254 226 226 / 0.3);
}
.border-s-primary-100\/35 {
  border-inline-start-color: rgb(254 226 226 / 0.35);
}
.border-s-primary-100\/40 {
  border-inline-start-color: rgb(254 226 226 / 0.4);
}
.border-s-primary-100\/45 {
  border-inline-start-color: rgb(254 226 226 / 0.45);
}
.border-s-primary-100\/5 {
  border-inline-start-color: rgb(254 226 226 / 0.05);
}
.border-s-primary-100\/50 {
  border-inline-start-color: rgb(254 226 226 / 0.5);
}
.border-s-primary-100\/55 {
  border-inline-start-color: rgb(254 226 226 / 0.55);
}
.border-s-primary-100\/60 {
  border-inline-start-color: rgb(254 226 226 / 0.6);
}
.border-s-primary-100\/65 {
  border-inline-start-color: rgb(254 226 226 / 0.65);
}
.border-s-primary-100\/70 {
  border-inline-start-color: rgb(254 226 226 / 0.7);
}
.border-s-primary-100\/75 {
  border-inline-start-color: rgb(254 226 226 / 0.75);
}
.border-s-primary-100\/80 {
  border-inline-start-color: rgb(254 226 226 / 0.8);
}
.border-s-primary-100\/85 {
  border-inline-start-color: rgb(254 226 226 / 0.85);
}
.border-s-primary-100\/90 {
  border-inline-start-color: rgb(254 226 226 / 0.9);
}
.border-s-primary-100\/95 {
  border-inline-start-color: rgb(254 226 226 / 0.95);
}
.border-s-primary-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-s-primary-200\/0 {
  border-inline-start-color: rgb(254 202 202 / 0);
}
.border-s-primary-200\/10 {
  border-inline-start-color: rgb(254 202 202 / 0.1);
}
.border-s-primary-200\/100 {
  border-inline-start-color: rgb(254 202 202 / 1);
}
.border-s-primary-200\/15 {
  border-inline-start-color: rgb(254 202 202 / 0.15);
}
.border-s-primary-200\/20 {
  border-inline-start-color: rgb(254 202 202 / 0.2);
}
.border-s-primary-200\/25 {
  border-inline-start-color: rgb(254 202 202 / 0.25);
}
.border-s-primary-200\/30 {
  border-inline-start-color: rgb(254 202 202 / 0.3);
}
.border-s-primary-200\/35 {
  border-inline-start-color: rgb(254 202 202 / 0.35);
}
.border-s-primary-200\/40 {
  border-inline-start-color: rgb(254 202 202 / 0.4);
}
.border-s-primary-200\/45 {
  border-inline-start-color: rgb(254 202 202 / 0.45);
}
.border-s-primary-200\/5 {
  border-inline-start-color: rgb(254 202 202 / 0.05);
}
.border-s-primary-200\/50 {
  border-inline-start-color: rgb(254 202 202 / 0.5);
}
.border-s-primary-200\/55 {
  border-inline-start-color: rgb(254 202 202 / 0.55);
}
.border-s-primary-200\/60 {
  border-inline-start-color: rgb(254 202 202 / 0.6);
}
.border-s-primary-200\/65 {
  border-inline-start-color: rgb(254 202 202 / 0.65);
}
.border-s-primary-200\/70 {
  border-inline-start-color: rgb(254 202 202 / 0.7);
}
.border-s-primary-200\/75 {
  border-inline-start-color: rgb(254 202 202 / 0.75);
}
.border-s-primary-200\/80 {
  border-inline-start-color: rgb(254 202 202 / 0.8);
}
.border-s-primary-200\/85 {
  border-inline-start-color: rgb(254 202 202 / 0.85);
}
.border-s-primary-200\/90 {
  border-inline-start-color: rgb(254 202 202 / 0.9);
}
.border-s-primary-200\/95 {
  border-inline-start-color: rgb(254 202 202 / 0.95);
}
.border-s-primary-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-s-primary-300\/0 {
  border-inline-start-color: rgb(252 165 165 / 0);
}
.border-s-primary-300\/10 {
  border-inline-start-color: rgb(252 165 165 / 0.1);
}
.border-s-primary-300\/100 {
  border-inline-start-color: rgb(252 165 165 / 1);
}
.border-s-primary-300\/15 {
  border-inline-start-color: rgb(252 165 165 / 0.15);
}
.border-s-primary-300\/20 {
  border-inline-start-color: rgb(252 165 165 / 0.2);
}
.border-s-primary-300\/25 {
  border-inline-start-color: rgb(252 165 165 / 0.25);
}
.border-s-primary-300\/30 {
  border-inline-start-color: rgb(252 165 165 / 0.3);
}
.border-s-primary-300\/35 {
  border-inline-start-color: rgb(252 165 165 / 0.35);
}
.border-s-primary-300\/40 {
  border-inline-start-color: rgb(252 165 165 / 0.4);
}
.border-s-primary-300\/45 {
  border-inline-start-color: rgb(252 165 165 / 0.45);
}
.border-s-primary-300\/5 {
  border-inline-start-color: rgb(252 165 165 / 0.05);
}
.border-s-primary-300\/50 {
  border-inline-start-color: rgb(252 165 165 / 0.5);
}
.border-s-primary-300\/55 {
  border-inline-start-color: rgb(252 165 165 / 0.55);
}
.border-s-primary-300\/60 {
  border-inline-start-color: rgb(252 165 165 / 0.6);
}
.border-s-primary-300\/65 {
  border-inline-start-color: rgb(252 165 165 / 0.65);
}
.border-s-primary-300\/70 {
  border-inline-start-color: rgb(252 165 165 / 0.7);
}
.border-s-primary-300\/75 {
  border-inline-start-color: rgb(252 165 165 / 0.75);
}
.border-s-primary-300\/80 {
  border-inline-start-color: rgb(252 165 165 / 0.8);
}
.border-s-primary-300\/85 {
  border-inline-start-color: rgb(252 165 165 / 0.85);
}
.border-s-primary-300\/90 {
  border-inline-start-color: rgb(252 165 165 / 0.9);
}
.border-s-primary-300\/95 {
  border-inline-start-color: rgb(252 165 165 / 0.95);
}
.border-s-primary-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-s-primary-400\/0 {
  border-inline-start-color: rgb(248 113 113 / 0);
}
.border-s-primary-400\/10 {
  border-inline-start-color: rgb(248 113 113 / 0.1);
}
.border-s-primary-400\/100 {
  border-inline-start-color: rgb(248 113 113 / 1);
}
.border-s-primary-400\/15 {
  border-inline-start-color: rgb(248 113 113 / 0.15);
}
.border-s-primary-400\/20 {
  border-inline-start-color: rgb(248 113 113 / 0.2);
}
.border-s-primary-400\/25 {
  border-inline-start-color: rgb(248 113 113 / 0.25);
}
.border-s-primary-400\/30 {
  border-inline-start-color: rgb(248 113 113 / 0.3);
}
.border-s-primary-400\/35 {
  border-inline-start-color: rgb(248 113 113 / 0.35);
}
.border-s-primary-400\/40 {
  border-inline-start-color: rgb(248 113 113 / 0.4);
}
.border-s-primary-400\/45 {
  border-inline-start-color: rgb(248 113 113 / 0.45);
}
.border-s-primary-400\/5 {
  border-inline-start-color: rgb(248 113 113 / 0.05);
}
.border-s-primary-400\/50 {
  border-inline-start-color: rgb(248 113 113 / 0.5);
}
.border-s-primary-400\/55 {
  border-inline-start-color: rgb(248 113 113 / 0.55);
}
.border-s-primary-400\/60 {
  border-inline-start-color: rgb(248 113 113 / 0.6);
}
.border-s-primary-400\/65 {
  border-inline-start-color: rgb(248 113 113 / 0.65);
}
.border-s-primary-400\/70 {
  border-inline-start-color: rgb(248 113 113 / 0.7);
}
.border-s-primary-400\/75 {
  border-inline-start-color: rgb(248 113 113 / 0.75);
}
.border-s-primary-400\/80 {
  border-inline-start-color: rgb(248 113 113 / 0.8);
}
.border-s-primary-400\/85 {
  border-inline-start-color: rgb(248 113 113 / 0.85);
}
.border-s-primary-400\/90 {
  border-inline-start-color: rgb(248 113 113 / 0.9);
}
.border-s-primary-400\/95 {
  border-inline-start-color: rgb(248 113 113 / 0.95);
}
.border-s-primary-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}
.border-s-primary-50\/0 {
  border-inline-start-color: rgb(254 242 242 / 0);
}
.border-s-primary-50\/10 {
  border-inline-start-color: rgb(254 242 242 / 0.1);
}
.border-s-primary-50\/100 {
  border-inline-start-color: rgb(254 242 242 / 1);
}
.border-s-primary-50\/15 {
  border-inline-start-color: rgb(254 242 242 / 0.15);
}
.border-s-primary-50\/20 {
  border-inline-start-color: rgb(254 242 242 / 0.2);
}
.border-s-primary-50\/25 {
  border-inline-start-color: rgb(254 242 242 / 0.25);
}
.border-s-primary-50\/30 {
  border-inline-start-color: rgb(254 242 242 / 0.3);
}
.border-s-primary-50\/35 {
  border-inline-start-color: rgb(254 242 242 / 0.35);
}
.border-s-primary-50\/40 {
  border-inline-start-color: rgb(254 242 242 / 0.4);
}
.border-s-primary-50\/45 {
  border-inline-start-color: rgb(254 242 242 / 0.45);
}
.border-s-primary-50\/5 {
  border-inline-start-color: rgb(254 242 242 / 0.05);
}
.border-s-primary-50\/50 {
  border-inline-start-color: rgb(254 242 242 / 0.5);
}
.border-s-primary-50\/55 {
  border-inline-start-color: rgb(254 242 242 / 0.55);
}
.border-s-primary-50\/60 {
  border-inline-start-color: rgb(254 242 242 / 0.6);
}
.border-s-primary-50\/65 {
  border-inline-start-color: rgb(254 242 242 / 0.65);
}
.border-s-primary-50\/70 {
  border-inline-start-color: rgb(254 242 242 / 0.7);
}
.border-s-primary-50\/75 {
  border-inline-start-color: rgb(254 242 242 / 0.75);
}
.border-s-primary-50\/80 {
  border-inline-start-color: rgb(254 242 242 / 0.8);
}
.border-s-primary-50\/85 {
  border-inline-start-color: rgb(254 242 242 / 0.85);
}
.border-s-primary-50\/90 {
  border-inline-start-color: rgb(254 242 242 / 0.9);
}
.border-s-primary-50\/95 {
  border-inline-start-color: rgb(254 242 242 / 0.95);
}
.border-s-primary-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-s-primary-500\/0 {
  border-inline-start-color: rgb(239 68 68 / 0);
}
.border-s-primary-500\/10 {
  border-inline-start-color: rgb(239 68 68 / 0.1);
}
.border-s-primary-500\/100 {
  border-inline-start-color: rgb(239 68 68 / 1);
}
.border-s-primary-500\/15 {
  border-inline-start-color: rgb(239 68 68 / 0.15);
}
.border-s-primary-500\/20 {
  border-inline-start-color: rgb(239 68 68 / 0.2);
}
.border-s-primary-500\/25 {
  border-inline-start-color: rgb(239 68 68 / 0.25);
}
.border-s-primary-500\/30 {
  border-inline-start-color: rgb(239 68 68 / 0.3);
}
.border-s-primary-500\/35 {
  border-inline-start-color: rgb(239 68 68 / 0.35);
}
.border-s-primary-500\/40 {
  border-inline-start-color: rgb(239 68 68 / 0.4);
}
.border-s-primary-500\/45 {
  border-inline-start-color: rgb(239 68 68 / 0.45);
}
.border-s-primary-500\/5 {
  border-inline-start-color: rgb(239 68 68 / 0.05);
}
.border-s-primary-500\/50 {
  border-inline-start-color: rgb(239 68 68 / 0.5);
}
.border-s-primary-500\/55 {
  border-inline-start-color: rgb(239 68 68 / 0.55);
}
.border-s-primary-500\/60 {
  border-inline-start-color: rgb(239 68 68 / 0.6);
}
.border-s-primary-500\/65 {
  border-inline-start-color: rgb(239 68 68 / 0.65);
}
.border-s-primary-500\/70 {
  border-inline-start-color: rgb(239 68 68 / 0.7);
}
.border-s-primary-500\/75 {
  border-inline-start-color: rgb(239 68 68 / 0.75);
}
.border-s-primary-500\/80 {
  border-inline-start-color: rgb(239 68 68 / 0.8);
}
.border-s-primary-500\/85 {
  border-inline-start-color: rgb(239 68 68 / 0.85);
}
.border-s-primary-500\/90 {
  border-inline-start-color: rgb(239 68 68 / 0.9);
}
.border-s-primary-500\/95 {
  border-inline-start-color: rgb(239 68 68 / 0.95);
}
.border-s-primary-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-s-primary-600\/0 {
  border-inline-start-color: rgb(220 38 38 / 0);
}
.border-s-primary-600\/10 {
  border-inline-start-color: rgb(220 38 38 / 0.1);
}
.border-s-primary-600\/100 {
  border-inline-start-color: rgb(220 38 38 / 1);
}
.border-s-primary-600\/15 {
  border-inline-start-color: rgb(220 38 38 / 0.15);
}
.border-s-primary-600\/20 {
  border-inline-start-color: rgb(220 38 38 / 0.2);
}
.border-s-primary-600\/25 {
  border-inline-start-color: rgb(220 38 38 / 0.25);
}
.border-s-primary-600\/30 {
  border-inline-start-color: rgb(220 38 38 / 0.3);
}
.border-s-primary-600\/35 {
  border-inline-start-color: rgb(220 38 38 / 0.35);
}
.border-s-primary-600\/40 {
  border-inline-start-color: rgb(220 38 38 / 0.4);
}
.border-s-primary-600\/45 {
  border-inline-start-color: rgb(220 38 38 / 0.45);
}
.border-s-primary-600\/5 {
  border-inline-start-color: rgb(220 38 38 / 0.05);
}
.border-s-primary-600\/50 {
  border-inline-start-color: rgb(220 38 38 / 0.5);
}
.border-s-primary-600\/55 {
  border-inline-start-color: rgb(220 38 38 / 0.55);
}
.border-s-primary-600\/60 {
  border-inline-start-color: rgb(220 38 38 / 0.6);
}
.border-s-primary-600\/65 {
  border-inline-start-color: rgb(220 38 38 / 0.65);
}
.border-s-primary-600\/70 {
  border-inline-start-color: rgb(220 38 38 / 0.7);
}
.border-s-primary-600\/75 {
  border-inline-start-color: rgb(220 38 38 / 0.75);
}
.border-s-primary-600\/80 {
  border-inline-start-color: rgb(220 38 38 / 0.8);
}
.border-s-primary-600\/85 {
  border-inline-start-color: rgb(220 38 38 / 0.85);
}
.border-s-primary-600\/90 {
  border-inline-start-color: rgb(220 38 38 / 0.9);
}
.border-s-primary-600\/95 {
  border-inline-start-color: rgb(220 38 38 / 0.95);
}
.border-s-primary-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
.border-s-primary-700\/0 {
  border-inline-start-color: rgb(185 28 28 / 0);
}
.border-s-primary-700\/10 {
  border-inline-start-color: rgb(185 28 28 / 0.1);
}
.border-s-primary-700\/100 {
  border-inline-start-color: rgb(185 28 28 / 1);
}
.border-s-primary-700\/15 {
  border-inline-start-color: rgb(185 28 28 / 0.15);
}
.border-s-primary-700\/20 {
  border-inline-start-color: rgb(185 28 28 / 0.2);
}
.border-s-primary-700\/25 {
  border-inline-start-color: rgb(185 28 28 / 0.25);
}
.border-s-primary-700\/30 {
  border-inline-start-color: rgb(185 28 28 / 0.3);
}
.border-s-primary-700\/35 {
  border-inline-start-color: rgb(185 28 28 / 0.35);
}
.border-s-primary-700\/40 {
  border-inline-start-color: rgb(185 28 28 / 0.4);
}
.border-s-primary-700\/45 {
  border-inline-start-color: rgb(185 28 28 / 0.45);
}
.border-s-primary-700\/5 {
  border-inline-start-color: rgb(185 28 28 / 0.05);
}
.border-s-primary-700\/50 {
  border-inline-start-color: rgb(185 28 28 / 0.5);
}
.border-s-primary-700\/55 {
  border-inline-start-color: rgb(185 28 28 / 0.55);
}
.border-s-primary-700\/60 {
  border-inline-start-color: rgb(185 28 28 / 0.6);
}
.border-s-primary-700\/65 {
  border-inline-start-color: rgb(185 28 28 / 0.65);
}
.border-s-primary-700\/70 {
  border-inline-start-color: rgb(185 28 28 / 0.7);
}
.border-s-primary-700\/75 {
  border-inline-start-color: rgb(185 28 28 / 0.75);
}
.border-s-primary-700\/80 {
  border-inline-start-color: rgb(185 28 28 / 0.8);
}
.border-s-primary-700\/85 {
  border-inline-start-color: rgb(185 28 28 / 0.85);
}
.border-s-primary-700\/90 {
  border-inline-start-color: rgb(185 28 28 / 0.9);
}
.border-s-primary-700\/95 {
  border-inline-start-color: rgb(185 28 28 / 0.95);
}
.border-s-primary-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}
.border-s-primary-800\/0 {
  border-inline-start-color: rgb(153 27 27 / 0);
}
.border-s-primary-800\/10 {
  border-inline-start-color: rgb(153 27 27 / 0.1);
}
.border-s-primary-800\/100 {
  border-inline-start-color: rgb(153 27 27 / 1);
}
.border-s-primary-800\/15 {
  border-inline-start-color: rgb(153 27 27 / 0.15);
}
.border-s-primary-800\/20 {
  border-inline-start-color: rgb(153 27 27 / 0.2);
}
.border-s-primary-800\/25 {
  border-inline-start-color: rgb(153 27 27 / 0.25);
}
.border-s-primary-800\/30 {
  border-inline-start-color: rgb(153 27 27 / 0.3);
}
.border-s-primary-800\/35 {
  border-inline-start-color: rgb(153 27 27 / 0.35);
}
.border-s-primary-800\/40 {
  border-inline-start-color: rgb(153 27 27 / 0.4);
}
.border-s-primary-800\/45 {
  border-inline-start-color: rgb(153 27 27 / 0.45);
}
.border-s-primary-800\/5 {
  border-inline-start-color: rgb(153 27 27 / 0.05);
}
.border-s-primary-800\/50 {
  border-inline-start-color: rgb(153 27 27 / 0.5);
}
.border-s-primary-800\/55 {
  border-inline-start-color: rgb(153 27 27 / 0.55);
}
.border-s-primary-800\/60 {
  border-inline-start-color: rgb(153 27 27 / 0.6);
}
.border-s-primary-800\/65 {
  border-inline-start-color: rgb(153 27 27 / 0.65);
}
.border-s-primary-800\/70 {
  border-inline-start-color: rgb(153 27 27 / 0.7);
}
.border-s-primary-800\/75 {
  border-inline-start-color: rgb(153 27 27 / 0.75);
}
.border-s-primary-800\/80 {
  border-inline-start-color: rgb(153 27 27 / 0.8);
}
.border-s-primary-800\/85 {
  border-inline-start-color: rgb(153 27 27 / 0.85);
}
.border-s-primary-800\/90 {
  border-inline-start-color: rgb(153 27 27 / 0.9);
}
.border-s-primary-800\/95 {
  border-inline-start-color: rgb(153 27 27 / 0.95);
}
.border-s-primary-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}
.border-s-primary-900\/0 {
  border-inline-start-color: rgb(127 29 29 / 0);
}
.border-s-primary-900\/10 {
  border-inline-start-color: rgb(127 29 29 / 0.1);
}
.border-s-primary-900\/100 {
  border-inline-start-color: rgb(127 29 29 / 1);
}
.border-s-primary-900\/15 {
  border-inline-start-color: rgb(127 29 29 / 0.15);
}
.border-s-primary-900\/20 {
  border-inline-start-color: rgb(127 29 29 / 0.2);
}
.border-s-primary-900\/25 {
  border-inline-start-color: rgb(127 29 29 / 0.25);
}
.border-s-primary-900\/30 {
  border-inline-start-color: rgb(127 29 29 / 0.3);
}
.border-s-primary-900\/35 {
  border-inline-start-color: rgb(127 29 29 / 0.35);
}
.border-s-primary-900\/40 {
  border-inline-start-color: rgb(127 29 29 / 0.4);
}
.border-s-primary-900\/45 {
  border-inline-start-color: rgb(127 29 29 / 0.45);
}
.border-s-primary-900\/5 {
  border-inline-start-color: rgb(127 29 29 / 0.05);
}
.border-s-primary-900\/50 {
  border-inline-start-color: rgb(127 29 29 / 0.5);
}
.border-s-primary-900\/55 {
  border-inline-start-color: rgb(127 29 29 / 0.55);
}
.border-s-primary-900\/60 {
  border-inline-start-color: rgb(127 29 29 / 0.6);
}
.border-s-primary-900\/65 {
  border-inline-start-color: rgb(127 29 29 / 0.65);
}
.border-s-primary-900\/70 {
  border-inline-start-color: rgb(127 29 29 / 0.7);
}
.border-s-primary-900\/75 {
  border-inline-start-color: rgb(127 29 29 / 0.75);
}
.border-s-primary-900\/80 {
  border-inline-start-color: rgb(127 29 29 / 0.8);
}
.border-s-primary-900\/85 {
  border-inline-start-color: rgb(127 29 29 / 0.85);
}
.border-s-primary-900\/90 {
  border-inline-start-color: rgb(127 29 29 / 0.9);
}
.border-s-primary-900\/95 {
  border-inline-start-color: rgb(127 29 29 / 0.95);
}
.border-s-primary-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}
.border-s-primary-950\/0 {
  border-inline-start-color: rgb(69 10 10 / 0);
}
.border-s-primary-950\/10 {
  border-inline-start-color: rgb(69 10 10 / 0.1);
}
.border-s-primary-950\/100 {
  border-inline-start-color: rgb(69 10 10 / 1);
}
.border-s-primary-950\/15 {
  border-inline-start-color: rgb(69 10 10 / 0.15);
}
.border-s-primary-950\/20 {
  border-inline-start-color: rgb(69 10 10 / 0.2);
}
.border-s-primary-950\/25 {
  border-inline-start-color: rgb(69 10 10 / 0.25);
}
.border-s-primary-950\/30 {
  border-inline-start-color: rgb(69 10 10 / 0.3);
}
.border-s-primary-950\/35 {
  border-inline-start-color: rgb(69 10 10 / 0.35);
}
.border-s-primary-950\/40 {
  border-inline-start-color: rgb(69 10 10 / 0.4);
}
.border-s-primary-950\/45 {
  border-inline-start-color: rgb(69 10 10 / 0.45);
}
.border-s-primary-950\/5 {
  border-inline-start-color: rgb(69 10 10 / 0.05);
}
.border-s-primary-950\/50 {
  border-inline-start-color: rgb(69 10 10 / 0.5);
}
.border-s-primary-950\/55 {
  border-inline-start-color: rgb(69 10 10 / 0.55);
}
.border-s-primary-950\/60 {
  border-inline-start-color: rgb(69 10 10 / 0.6);
}
.border-s-primary-950\/65 {
  border-inline-start-color: rgb(69 10 10 / 0.65);
}
.border-s-primary-950\/70 {
  border-inline-start-color: rgb(69 10 10 / 0.7);
}
.border-s-primary-950\/75 {
  border-inline-start-color: rgb(69 10 10 / 0.75);
}
.border-s-primary-950\/80 {
  border-inline-start-color: rgb(69 10 10 / 0.8);
}
.border-s-primary-950\/85 {
  border-inline-start-color: rgb(69 10 10 / 0.85);
}
.border-s-primary-950\/90 {
  border-inline-start-color: rgb(69 10 10 / 0.9);
}
.border-s-primary-950\/95 {
  border-inline-start-color: rgb(69 10 10 / 0.95);
}
.border-s-purple-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(237 235 254 / var(--tw-border-opacity, 1));
}
.border-s-purple-100\/0 {
  border-inline-start-color: rgb(237 235 254 / 0);
}
.border-s-purple-100\/10 {
  border-inline-start-color: rgb(237 235 254 / 0.1);
}
.border-s-purple-100\/100 {
  border-inline-start-color: rgb(237 235 254 / 1);
}
.border-s-purple-100\/15 {
  border-inline-start-color: rgb(237 235 254 / 0.15);
}
.border-s-purple-100\/20 {
  border-inline-start-color: rgb(237 235 254 / 0.2);
}
.border-s-purple-100\/25 {
  border-inline-start-color: rgb(237 235 254 / 0.25);
}
.border-s-purple-100\/30 {
  border-inline-start-color: rgb(237 235 254 / 0.3);
}
.border-s-purple-100\/35 {
  border-inline-start-color: rgb(237 235 254 / 0.35);
}
.border-s-purple-100\/40 {
  border-inline-start-color: rgb(237 235 254 / 0.4);
}
.border-s-purple-100\/45 {
  border-inline-start-color: rgb(237 235 254 / 0.45);
}
.border-s-purple-100\/5 {
  border-inline-start-color: rgb(237 235 254 / 0.05);
}
.border-s-purple-100\/50 {
  border-inline-start-color: rgb(237 235 254 / 0.5);
}
.border-s-purple-100\/55 {
  border-inline-start-color: rgb(237 235 254 / 0.55);
}
.border-s-purple-100\/60 {
  border-inline-start-color: rgb(237 235 254 / 0.6);
}
.border-s-purple-100\/65 {
  border-inline-start-color: rgb(237 235 254 / 0.65);
}
.border-s-purple-100\/70 {
  border-inline-start-color: rgb(237 235 254 / 0.7);
}
.border-s-purple-100\/75 {
  border-inline-start-color: rgb(237 235 254 / 0.75);
}
.border-s-purple-100\/80 {
  border-inline-start-color: rgb(237 235 254 / 0.8);
}
.border-s-purple-100\/85 {
  border-inline-start-color: rgb(237 235 254 / 0.85);
}
.border-s-purple-100\/90 {
  border-inline-start-color: rgb(237 235 254 / 0.9);
}
.border-s-purple-100\/95 {
  border-inline-start-color: rgb(237 235 254 / 0.95);
}
.border-s-purple-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(220 215 254 / var(--tw-border-opacity, 1));
}
.border-s-purple-200\/0 {
  border-inline-start-color: rgb(220 215 254 / 0);
}
.border-s-purple-200\/10 {
  border-inline-start-color: rgb(220 215 254 / 0.1);
}
.border-s-purple-200\/100 {
  border-inline-start-color: rgb(220 215 254 / 1);
}
.border-s-purple-200\/15 {
  border-inline-start-color: rgb(220 215 254 / 0.15);
}
.border-s-purple-200\/20 {
  border-inline-start-color: rgb(220 215 254 / 0.2);
}
.border-s-purple-200\/25 {
  border-inline-start-color: rgb(220 215 254 / 0.25);
}
.border-s-purple-200\/30 {
  border-inline-start-color: rgb(220 215 254 / 0.3);
}
.border-s-purple-200\/35 {
  border-inline-start-color: rgb(220 215 254 / 0.35);
}
.border-s-purple-200\/40 {
  border-inline-start-color: rgb(220 215 254 / 0.4);
}
.border-s-purple-200\/45 {
  border-inline-start-color: rgb(220 215 254 / 0.45);
}
.border-s-purple-200\/5 {
  border-inline-start-color: rgb(220 215 254 / 0.05);
}
.border-s-purple-200\/50 {
  border-inline-start-color: rgb(220 215 254 / 0.5);
}
.border-s-purple-200\/55 {
  border-inline-start-color: rgb(220 215 254 / 0.55);
}
.border-s-purple-200\/60 {
  border-inline-start-color: rgb(220 215 254 / 0.6);
}
.border-s-purple-200\/65 {
  border-inline-start-color: rgb(220 215 254 / 0.65);
}
.border-s-purple-200\/70 {
  border-inline-start-color: rgb(220 215 254 / 0.7);
}
.border-s-purple-200\/75 {
  border-inline-start-color: rgb(220 215 254 / 0.75);
}
.border-s-purple-200\/80 {
  border-inline-start-color: rgb(220 215 254 / 0.8);
}
.border-s-purple-200\/85 {
  border-inline-start-color: rgb(220 215 254 / 0.85);
}
.border-s-purple-200\/90 {
  border-inline-start-color: rgb(220 215 254 / 0.9);
}
.border-s-purple-200\/95 {
  border-inline-start-color: rgb(220 215 254 / 0.95);
}
.border-s-purple-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(202 191 253 / var(--tw-border-opacity, 1));
}
.border-s-purple-300\/0 {
  border-inline-start-color: rgb(202 191 253 / 0);
}
.border-s-purple-300\/10 {
  border-inline-start-color: rgb(202 191 253 / 0.1);
}
.border-s-purple-300\/100 {
  border-inline-start-color: rgb(202 191 253 / 1);
}
.border-s-purple-300\/15 {
  border-inline-start-color: rgb(202 191 253 / 0.15);
}
.border-s-purple-300\/20 {
  border-inline-start-color: rgb(202 191 253 / 0.2);
}
.border-s-purple-300\/25 {
  border-inline-start-color: rgb(202 191 253 / 0.25);
}
.border-s-purple-300\/30 {
  border-inline-start-color: rgb(202 191 253 / 0.3);
}
.border-s-purple-300\/35 {
  border-inline-start-color: rgb(202 191 253 / 0.35);
}
.border-s-purple-300\/40 {
  border-inline-start-color: rgb(202 191 253 / 0.4);
}
.border-s-purple-300\/45 {
  border-inline-start-color: rgb(202 191 253 / 0.45);
}
.border-s-purple-300\/5 {
  border-inline-start-color: rgb(202 191 253 / 0.05);
}
.border-s-purple-300\/50 {
  border-inline-start-color: rgb(202 191 253 / 0.5);
}
.border-s-purple-300\/55 {
  border-inline-start-color: rgb(202 191 253 / 0.55);
}
.border-s-purple-300\/60 {
  border-inline-start-color: rgb(202 191 253 / 0.6);
}
.border-s-purple-300\/65 {
  border-inline-start-color: rgb(202 191 253 / 0.65);
}
.border-s-purple-300\/70 {
  border-inline-start-color: rgb(202 191 253 / 0.7);
}
.border-s-purple-300\/75 {
  border-inline-start-color: rgb(202 191 253 / 0.75);
}
.border-s-purple-300\/80 {
  border-inline-start-color: rgb(202 191 253 / 0.8);
}
.border-s-purple-300\/85 {
  border-inline-start-color: rgb(202 191 253 / 0.85);
}
.border-s-purple-300\/90 {
  border-inline-start-color: rgb(202 191 253 / 0.9);
}
.border-s-purple-300\/95 {
  border-inline-start-color: rgb(202 191 253 / 0.95);
}
.border-s-purple-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(172 148 250 / var(--tw-border-opacity, 1));
}
.border-s-purple-400\/0 {
  border-inline-start-color: rgb(172 148 250 / 0);
}
.border-s-purple-400\/10 {
  border-inline-start-color: rgb(172 148 250 / 0.1);
}
.border-s-purple-400\/100 {
  border-inline-start-color: rgb(172 148 250 / 1);
}
.border-s-purple-400\/15 {
  border-inline-start-color: rgb(172 148 250 / 0.15);
}
.border-s-purple-400\/20 {
  border-inline-start-color: rgb(172 148 250 / 0.2);
}
.border-s-purple-400\/25 {
  border-inline-start-color: rgb(172 148 250 / 0.25);
}
.border-s-purple-400\/30 {
  border-inline-start-color: rgb(172 148 250 / 0.3);
}
.border-s-purple-400\/35 {
  border-inline-start-color: rgb(172 148 250 / 0.35);
}
.border-s-purple-400\/40 {
  border-inline-start-color: rgb(172 148 250 / 0.4);
}
.border-s-purple-400\/45 {
  border-inline-start-color: rgb(172 148 250 / 0.45);
}
.border-s-purple-400\/5 {
  border-inline-start-color: rgb(172 148 250 / 0.05);
}
.border-s-purple-400\/50 {
  border-inline-start-color: rgb(172 148 250 / 0.5);
}
.border-s-purple-400\/55 {
  border-inline-start-color: rgb(172 148 250 / 0.55);
}
.border-s-purple-400\/60 {
  border-inline-start-color: rgb(172 148 250 / 0.6);
}
.border-s-purple-400\/65 {
  border-inline-start-color: rgb(172 148 250 / 0.65);
}
.border-s-purple-400\/70 {
  border-inline-start-color: rgb(172 148 250 / 0.7);
}
.border-s-purple-400\/75 {
  border-inline-start-color: rgb(172 148 250 / 0.75);
}
.border-s-purple-400\/80 {
  border-inline-start-color: rgb(172 148 250 / 0.8);
}
.border-s-purple-400\/85 {
  border-inline-start-color: rgb(172 148 250 / 0.85);
}
.border-s-purple-400\/90 {
  border-inline-start-color: rgb(172 148 250 / 0.9);
}
.border-s-purple-400\/95 {
  border-inline-start-color: rgb(172 148 250 / 0.95);
}
.border-s-purple-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(246 245 255 / var(--tw-border-opacity, 1));
}
.border-s-purple-50\/0 {
  border-inline-start-color: rgb(246 245 255 / 0);
}
.border-s-purple-50\/10 {
  border-inline-start-color: rgb(246 245 255 / 0.1);
}
.border-s-purple-50\/100 {
  border-inline-start-color: rgb(246 245 255 / 1);
}
.border-s-purple-50\/15 {
  border-inline-start-color: rgb(246 245 255 / 0.15);
}
.border-s-purple-50\/20 {
  border-inline-start-color: rgb(246 245 255 / 0.2);
}
.border-s-purple-50\/25 {
  border-inline-start-color: rgb(246 245 255 / 0.25);
}
.border-s-purple-50\/30 {
  border-inline-start-color: rgb(246 245 255 / 0.3);
}
.border-s-purple-50\/35 {
  border-inline-start-color: rgb(246 245 255 / 0.35);
}
.border-s-purple-50\/40 {
  border-inline-start-color: rgb(246 245 255 / 0.4);
}
.border-s-purple-50\/45 {
  border-inline-start-color: rgb(246 245 255 / 0.45);
}
.border-s-purple-50\/5 {
  border-inline-start-color: rgb(246 245 255 / 0.05);
}
.border-s-purple-50\/50 {
  border-inline-start-color: rgb(246 245 255 / 0.5);
}
.border-s-purple-50\/55 {
  border-inline-start-color: rgb(246 245 255 / 0.55);
}
.border-s-purple-50\/60 {
  border-inline-start-color: rgb(246 245 255 / 0.6);
}
.border-s-purple-50\/65 {
  border-inline-start-color: rgb(246 245 255 / 0.65);
}
.border-s-purple-50\/70 {
  border-inline-start-color: rgb(246 245 255 / 0.7);
}
.border-s-purple-50\/75 {
  border-inline-start-color: rgb(246 245 255 / 0.75);
}
.border-s-purple-50\/80 {
  border-inline-start-color: rgb(246 245 255 / 0.8);
}
.border-s-purple-50\/85 {
  border-inline-start-color: rgb(246 245 255 / 0.85);
}
.border-s-purple-50\/90 {
  border-inline-start-color: rgb(246 245 255 / 0.9);
}
.border-s-purple-50\/95 {
  border-inline-start-color: rgb(246 245 255 / 0.95);
}
.border-s-purple-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(144 97 249 / var(--tw-border-opacity, 1));
}
.border-s-purple-500\/0 {
  border-inline-start-color: rgb(144 97 249 / 0);
}
.border-s-purple-500\/10 {
  border-inline-start-color: rgb(144 97 249 / 0.1);
}
.border-s-purple-500\/100 {
  border-inline-start-color: rgb(144 97 249 / 1);
}
.border-s-purple-500\/15 {
  border-inline-start-color: rgb(144 97 249 / 0.15);
}
.border-s-purple-500\/20 {
  border-inline-start-color: rgb(144 97 249 / 0.2);
}
.border-s-purple-500\/25 {
  border-inline-start-color: rgb(144 97 249 / 0.25);
}
.border-s-purple-500\/30 {
  border-inline-start-color: rgb(144 97 249 / 0.3);
}
.border-s-purple-500\/35 {
  border-inline-start-color: rgb(144 97 249 / 0.35);
}
.border-s-purple-500\/40 {
  border-inline-start-color: rgb(144 97 249 / 0.4);
}
.border-s-purple-500\/45 {
  border-inline-start-color: rgb(144 97 249 / 0.45);
}
.border-s-purple-500\/5 {
  border-inline-start-color: rgb(144 97 249 / 0.05);
}
.border-s-purple-500\/50 {
  border-inline-start-color: rgb(144 97 249 / 0.5);
}
.border-s-purple-500\/55 {
  border-inline-start-color: rgb(144 97 249 / 0.55);
}
.border-s-purple-500\/60 {
  border-inline-start-color: rgb(144 97 249 / 0.6);
}
.border-s-purple-500\/65 {
  border-inline-start-color: rgb(144 97 249 / 0.65);
}
.border-s-purple-500\/70 {
  border-inline-start-color: rgb(144 97 249 / 0.7);
}
.border-s-purple-500\/75 {
  border-inline-start-color: rgb(144 97 249 / 0.75);
}
.border-s-purple-500\/80 {
  border-inline-start-color: rgb(144 97 249 / 0.8);
}
.border-s-purple-500\/85 {
  border-inline-start-color: rgb(144 97 249 / 0.85);
}
.border-s-purple-500\/90 {
  border-inline-start-color: rgb(144 97 249 / 0.9);
}
.border-s-purple-500\/95 {
  border-inline-start-color: rgb(144 97 249 / 0.95);
}
.border-s-purple-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(126 58 242 / var(--tw-border-opacity, 1));
}
.border-s-purple-600\/0 {
  border-inline-start-color: rgb(126 58 242 / 0);
}
.border-s-purple-600\/10 {
  border-inline-start-color: rgb(126 58 242 / 0.1);
}
.border-s-purple-600\/100 {
  border-inline-start-color: rgb(126 58 242 / 1);
}
.border-s-purple-600\/15 {
  border-inline-start-color: rgb(126 58 242 / 0.15);
}
.border-s-purple-600\/20 {
  border-inline-start-color: rgb(126 58 242 / 0.2);
}
.border-s-purple-600\/25 {
  border-inline-start-color: rgb(126 58 242 / 0.25);
}
.border-s-purple-600\/30 {
  border-inline-start-color: rgb(126 58 242 / 0.3);
}
.border-s-purple-600\/35 {
  border-inline-start-color: rgb(126 58 242 / 0.35);
}
.border-s-purple-600\/40 {
  border-inline-start-color: rgb(126 58 242 / 0.4);
}
.border-s-purple-600\/45 {
  border-inline-start-color: rgb(126 58 242 / 0.45);
}
.border-s-purple-600\/5 {
  border-inline-start-color: rgb(126 58 242 / 0.05);
}
.border-s-purple-600\/50 {
  border-inline-start-color: rgb(126 58 242 / 0.5);
}
.border-s-purple-600\/55 {
  border-inline-start-color: rgb(126 58 242 / 0.55);
}
.border-s-purple-600\/60 {
  border-inline-start-color: rgb(126 58 242 / 0.6);
}
.border-s-purple-600\/65 {
  border-inline-start-color: rgb(126 58 242 / 0.65);
}
.border-s-purple-600\/70 {
  border-inline-start-color: rgb(126 58 242 / 0.7);
}
.border-s-purple-600\/75 {
  border-inline-start-color: rgb(126 58 242 / 0.75);
}
.border-s-purple-600\/80 {
  border-inline-start-color: rgb(126 58 242 / 0.8);
}
.border-s-purple-600\/85 {
  border-inline-start-color: rgb(126 58 242 / 0.85);
}
.border-s-purple-600\/90 {
  border-inline-start-color: rgb(126 58 242 / 0.9);
}
.border-s-purple-600\/95 {
  border-inline-start-color: rgb(126 58 242 / 0.95);
}
.border-s-purple-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(108 43 217 / var(--tw-border-opacity, 1));
}
.border-s-purple-700\/0 {
  border-inline-start-color: rgb(108 43 217 / 0);
}
.border-s-purple-700\/10 {
  border-inline-start-color: rgb(108 43 217 / 0.1);
}
.border-s-purple-700\/100 {
  border-inline-start-color: rgb(108 43 217 / 1);
}
.border-s-purple-700\/15 {
  border-inline-start-color: rgb(108 43 217 / 0.15);
}
.border-s-purple-700\/20 {
  border-inline-start-color: rgb(108 43 217 / 0.2);
}
.border-s-purple-700\/25 {
  border-inline-start-color: rgb(108 43 217 / 0.25);
}
.border-s-purple-700\/30 {
  border-inline-start-color: rgb(108 43 217 / 0.3);
}
.border-s-purple-700\/35 {
  border-inline-start-color: rgb(108 43 217 / 0.35);
}
.border-s-purple-700\/40 {
  border-inline-start-color: rgb(108 43 217 / 0.4);
}
.border-s-purple-700\/45 {
  border-inline-start-color: rgb(108 43 217 / 0.45);
}
.border-s-purple-700\/5 {
  border-inline-start-color: rgb(108 43 217 / 0.05);
}
.border-s-purple-700\/50 {
  border-inline-start-color: rgb(108 43 217 / 0.5);
}
.border-s-purple-700\/55 {
  border-inline-start-color: rgb(108 43 217 / 0.55);
}
.border-s-purple-700\/60 {
  border-inline-start-color: rgb(108 43 217 / 0.6);
}
.border-s-purple-700\/65 {
  border-inline-start-color: rgb(108 43 217 / 0.65);
}
.border-s-purple-700\/70 {
  border-inline-start-color: rgb(108 43 217 / 0.7);
}
.border-s-purple-700\/75 {
  border-inline-start-color: rgb(108 43 217 / 0.75);
}
.border-s-purple-700\/80 {
  border-inline-start-color: rgb(108 43 217 / 0.8);
}
.border-s-purple-700\/85 {
  border-inline-start-color: rgb(108 43 217 / 0.85);
}
.border-s-purple-700\/90 {
  border-inline-start-color: rgb(108 43 217 / 0.9);
}
.border-s-purple-700\/95 {
  border-inline-start-color: rgb(108 43 217 / 0.95);
}
.border-s-purple-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(85 33 181 / var(--tw-border-opacity, 1));
}
.border-s-purple-800\/0 {
  border-inline-start-color: rgb(85 33 181 / 0);
}
.border-s-purple-800\/10 {
  border-inline-start-color: rgb(85 33 181 / 0.1);
}
.border-s-purple-800\/100 {
  border-inline-start-color: rgb(85 33 181 / 1);
}
.border-s-purple-800\/15 {
  border-inline-start-color: rgb(85 33 181 / 0.15);
}
.border-s-purple-800\/20 {
  border-inline-start-color: rgb(85 33 181 / 0.2);
}
.border-s-purple-800\/25 {
  border-inline-start-color: rgb(85 33 181 / 0.25);
}
.border-s-purple-800\/30 {
  border-inline-start-color: rgb(85 33 181 / 0.3);
}
.border-s-purple-800\/35 {
  border-inline-start-color: rgb(85 33 181 / 0.35);
}
.border-s-purple-800\/40 {
  border-inline-start-color: rgb(85 33 181 / 0.4);
}
.border-s-purple-800\/45 {
  border-inline-start-color: rgb(85 33 181 / 0.45);
}
.border-s-purple-800\/5 {
  border-inline-start-color: rgb(85 33 181 / 0.05);
}
.border-s-purple-800\/50 {
  border-inline-start-color: rgb(85 33 181 / 0.5);
}
.border-s-purple-800\/55 {
  border-inline-start-color: rgb(85 33 181 / 0.55);
}
.border-s-purple-800\/60 {
  border-inline-start-color: rgb(85 33 181 / 0.6);
}
.border-s-purple-800\/65 {
  border-inline-start-color: rgb(85 33 181 / 0.65);
}
.border-s-purple-800\/70 {
  border-inline-start-color: rgb(85 33 181 / 0.7);
}
.border-s-purple-800\/75 {
  border-inline-start-color: rgb(85 33 181 / 0.75);
}
.border-s-purple-800\/80 {
  border-inline-start-color: rgb(85 33 181 / 0.8);
}
.border-s-purple-800\/85 {
  border-inline-start-color: rgb(85 33 181 / 0.85);
}
.border-s-purple-800\/90 {
  border-inline-start-color: rgb(85 33 181 / 0.9);
}
.border-s-purple-800\/95 {
  border-inline-start-color: rgb(85 33 181 / 0.95);
}
.border-s-purple-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(74 29 150 / var(--tw-border-opacity, 1));
}
.border-s-purple-900\/0 {
  border-inline-start-color: rgb(74 29 150 / 0);
}
.border-s-purple-900\/10 {
  border-inline-start-color: rgb(74 29 150 / 0.1);
}
.border-s-purple-900\/100 {
  border-inline-start-color: rgb(74 29 150 / 1);
}
.border-s-purple-900\/15 {
  border-inline-start-color: rgb(74 29 150 / 0.15);
}
.border-s-purple-900\/20 {
  border-inline-start-color: rgb(74 29 150 / 0.2);
}
.border-s-purple-900\/25 {
  border-inline-start-color: rgb(74 29 150 / 0.25);
}
.border-s-purple-900\/30 {
  border-inline-start-color: rgb(74 29 150 / 0.3);
}
.border-s-purple-900\/35 {
  border-inline-start-color: rgb(74 29 150 / 0.35);
}
.border-s-purple-900\/40 {
  border-inline-start-color: rgb(74 29 150 / 0.4);
}
.border-s-purple-900\/45 {
  border-inline-start-color: rgb(74 29 150 / 0.45);
}
.border-s-purple-900\/5 {
  border-inline-start-color: rgb(74 29 150 / 0.05);
}
.border-s-purple-900\/50 {
  border-inline-start-color: rgb(74 29 150 / 0.5);
}
.border-s-purple-900\/55 {
  border-inline-start-color: rgb(74 29 150 / 0.55);
}
.border-s-purple-900\/60 {
  border-inline-start-color: rgb(74 29 150 / 0.6);
}
.border-s-purple-900\/65 {
  border-inline-start-color: rgb(74 29 150 / 0.65);
}
.border-s-purple-900\/70 {
  border-inline-start-color: rgb(74 29 150 / 0.7);
}
.border-s-purple-900\/75 {
  border-inline-start-color: rgb(74 29 150 / 0.75);
}
.border-s-purple-900\/80 {
  border-inline-start-color: rgb(74 29 150 / 0.8);
}
.border-s-purple-900\/85 {
  border-inline-start-color: rgb(74 29 150 / 0.85);
}
.border-s-purple-900\/90 {
  border-inline-start-color: rgb(74 29 150 / 0.9);
}
.border-s-purple-900\/95 {
  border-inline-start-color: rgb(74 29 150 / 0.95);
}
.border-s-red-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 232 232 / var(--tw-border-opacity, 1));
}
.border-s-red-100\/0 {
  border-inline-start-color: rgb(253 232 232 / 0);
}
.border-s-red-100\/10 {
  border-inline-start-color: rgb(253 232 232 / 0.1);
}
.border-s-red-100\/100 {
  border-inline-start-color: rgb(253 232 232 / 1);
}
.border-s-red-100\/15 {
  border-inline-start-color: rgb(253 232 232 / 0.15);
}
.border-s-red-100\/20 {
  border-inline-start-color: rgb(253 232 232 / 0.2);
}
.border-s-red-100\/25 {
  border-inline-start-color: rgb(253 232 232 / 0.25);
}
.border-s-red-100\/30 {
  border-inline-start-color: rgb(253 232 232 / 0.3);
}
.border-s-red-100\/35 {
  border-inline-start-color: rgb(253 232 232 / 0.35);
}
.border-s-red-100\/40 {
  border-inline-start-color: rgb(253 232 232 / 0.4);
}
.border-s-red-100\/45 {
  border-inline-start-color: rgb(253 232 232 / 0.45);
}
.border-s-red-100\/5 {
  border-inline-start-color: rgb(253 232 232 / 0.05);
}
.border-s-red-100\/50 {
  border-inline-start-color: rgb(253 232 232 / 0.5);
}
.border-s-red-100\/55 {
  border-inline-start-color: rgb(253 232 232 / 0.55);
}
.border-s-red-100\/60 {
  border-inline-start-color: rgb(253 232 232 / 0.6);
}
.border-s-red-100\/65 {
  border-inline-start-color: rgb(253 232 232 / 0.65);
}
.border-s-red-100\/70 {
  border-inline-start-color: rgb(253 232 232 / 0.7);
}
.border-s-red-100\/75 {
  border-inline-start-color: rgb(253 232 232 / 0.75);
}
.border-s-red-100\/80 {
  border-inline-start-color: rgb(253 232 232 / 0.8);
}
.border-s-red-100\/85 {
  border-inline-start-color: rgb(253 232 232 / 0.85);
}
.border-s-red-100\/90 {
  border-inline-start-color: rgb(253 232 232 / 0.9);
}
.border-s-red-100\/95 {
  border-inline-start-color: rgb(253 232 232 / 0.95);
}
.border-s-red-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(251 213 213 / var(--tw-border-opacity, 1));
}
.border-s-red-200\/0 {
  border-inline-start-color: rgb(251 213 213 / 0);
}
.border-s-red-200\/10 {
  border-inline-start-color: rgb(251 213 213 / 0.1);
}
.border-s-red-200\/100 {
  border-inline-start-color: rgb(251 213 213 / 1);
}
.border-s-red-200\/15 {
  border-inline-start-color: rgb(251 213 213 / 0.15);
}
.border-s-red-200\/20 {
  border-inline-start-color: rgb(251 213 213 / 0.2);
}
.border-s-red-200\/25 {
  border-inline-start-color: rgb(251 213 213 / 0.25);
}
.border-s-red-200\/30 {
  border-inline-start-color: rgb(251 213 213 / 0.3);
}
.border-s-red-200\/35 {
  border-inline-start-color: rgb(251 213 213 / 0.35);
}
.border-s-red-200\/40 {
  border-inline-start-color: rgb(251 213 213 / 0.4);
}
.border-s-red-200\/45 {
  border-inline-start-color: rgb(251 213 213 / 0.45);
}
.border-s-red-200\/5 {
  border-inline-start-color: rgb(251 213 213 / 0.05);
}
.border-s-red-200\/50 {
  border-inline-start-color: rgb(251 213 213 / 0.5);
}
.border-s-red-200\/55 {
  border-inline-start-color: rgb(251 213 213 / 0.55);
}
.border-s-red-200\/60 {
  border-inline-start-color: rgb(251 213 213 / 0.6);
}
.border-s-red-200\/65 {
  border-inline-start-color: rgb(251 213 213 / 0.65);
}
.border-s-red-200\/70 {
  border-inline-start-color: rgb(251 213 213 / 0.7);
}
.border-s-red-200\/75 {
  border-inline-start-color: rgb(251 213 213 / 0.75);
}
.border-s-red-200\/80 {
  border-inline-start-color: rgb(251 213 213 / 0.8);
}
.border-s-red-200\/85 {
  border-inline-start-color: rgb(251 213 213 / 0.85);
}
.border-s-red-200\/90 {
  border-inline-start-color: rgb(251 213 213 / 0.9);
}
.border-s-red-200\/95 {
  border-inline-start-color: rgb(251 213 213 / 0.95);
}
.border-s-red-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(248 180 180 / var(--tw-border-opacity, 1));
}
.border-s-red-300\/0 {
  border-inline-start-color: rgb(248 180 180 / 0);
}
.border-s-red-300\/10 {
  border-inline-start-color: rgb(248 180 180 / 0.1);
}
.border-s-red-300\/100 {
  border-inline-start-color: rgb(248 180 180 / 1);
}
.border-s-red-300\/15 {
  border-inline-start-color: rgb(248 180 180 / 0.15);
}
.border-s-red-300\/20 {
  border-inline-start-color: rgb(248 180 180 / 0.2);
}
.border-s-red-300\/25 {
  border-inline-start-color: rgb(248 180 180 / 0.25);
}
.border-s-red-300\/30 {
  border-inline-start-color: rgb(248 180 180 / 0.3);
}
.border-s-red-300\/35 {
  border-inline-start-color: rgb(248 180 180 / 0.35);
}
.border-s-red-300\/40 {
  border-inline-start-color: rgb(248 180 180 / 0.4);
}
.border-s-red-300\/45 {
  border-inline-start-color: rgb(248 180 180 / 0.45);
}
.border-s-red-300\/5 {
  border-inline-start-color: rgb(248 180 180 / 0.05);
}
.border-s-red-300\/50 {
  border-inline-start-color: rgb(248 180 180 / 0.5);
}
.border-s-red-300\/55 {
  border-inline-start-color: rgb(248 180 180 / 0.55);
}
.border-s-red-300\/60 {
  border-inline-start-color: rgb(248 180 180 / 0.6);
}
.border-s-red-300\/65 {
  border-inline-start-color: rgb(248 180 180 / 0.65);
}
.border-s-red-300\/70 {
  border-inline-start-color: rgb(248 180 180 / 0.7);
}
.border-s-red-300\/75 {
  border-inline-start-color: rgb(248 180 180 / 0.75);
}
.border-s-red-300\/80 {
  border-inline-start-color: rgb(248 180 180 / 0.8);
}
.border-s-red-300\/85 {
  border-inline-start-color: rgb(248 180 180 / 0.85);
}
.border-s-red-300\/90 {
  border-inline-start-color: rgb(248 180 180 / 0.9);
}
.border-s-red-300\/95 {
  border-inline-start-color: rgb(248 180 180 / 0.95);
}
.border-s-red-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(249 128 128 / var(--tw-border-opacity, 1));
}
.border-s-red-400\/0 {
  border-inline-start-color: rgb(249 128 128 / 0);
}
.border-s-red-400\/10 {
  border-inline-start-color: rgb(249 128 128 / 0.1);
}
.border-s-red-400\/100 {
  border-inline-start-color: rgb(249 128 128 / 1);
}
.border-s-red-400\/15 {
  border-inline-start-color: rgb(249 128 128 / 0.15);
}
.border-s-red-400\/20 {
  border-inline-start-color: rgb(249 128 128 / 0.2);
}
.border-s-red-400\/25 {
  border-inline-start-color: rgb(249 128 128 / 0.25);
}
.border-s-red-400\/30 {
  border-inline-start-color: rgb(249 128 128 / 0.3);
}
.border-s-red-400\/35 {
  border-inline-start-color: rgb(249 128 128 / 0.35);
}
.border-s-red-400\/40 {
  border-inline-start-color: rgb(249 128 128 / 0.4);
}
.border-s-red-400\/45 {
  border-inline-start-color: rgb(249 128 128 / 0.45);
}
.border-s-red-400\/5 {
  border-inline-start-color: rgb(249 128 128 / 0.05);
}
.border-s-red-400\/50 {
  border-inline-start-color: rgb(249 128 128 / 0.5);
}
.border-s-red-400\/55 {
  border-inline-start-color: rgb(249 128 128 / 0.55);
}
.border-s-red-400\/60 {
  border-inline-start-color: rgb(249 128 128 / 0.6);
}
.border-s-red-400\/65 {
  border-inline-start-color: rgb(249 128 128 / 0.65);
}
.border-s-red-400\/70 {
  border-inline-start-color: rgb(249 128 128 / 0.7);
}
.border-s-red-400\/75 {
  border-inline-start-color: rgb(249 128 128 / 0.75);
}
.border-s-red-400\/80 {
  border-inline-start-color: rgb(249 128 128 / 0.8);
}
.border-s-red-400\/85 {
  border-inline-start-color: rgb(249 128 128 / 0.85);
}
.border-s-red-400\/90 {
  border-inline-start-color: rgb(249 128 128 / 0.9);
}
.border-s-red-400\/95 {
  border-inline-start-color: rgb(249 128 128 / 0.95);
}
.border-s-red-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 242 242 / var(--tw-border-opacity, 1));
}
.border-s-red-50\/0 {
  border-inline-start-color: rgb(253 242 242 / 0);
}
.border-s-red-50\/10 {
  border-inline-start-color: rgb(253 242 242 / 0.1);
}
.border-s-red-50\/100 {
  border-inline-start-color: rgb(253 242 242 / 1);
}
.border-s-red-50\/15 {
  border-inline-start-color: rgb(253 242 242 / 0.15);
}
.border-s-red-50\/20 {
  border-inline-start-color: rgb(253 242 242 / 0.2);
}
.border-s-red-50\/25 {
  border-inline-start-color: rgb(253 242 242 / 0.25);
}
.border-s-red-50\/30 {
  border-inline-start-color: rgb(253 242 242 / 0.3);
}
.border-s-red-50\/35 {
  border-inline-start-color: rgb(253 242 242 / 0.35);
}
.border-s-red-50\/40 {
  border-inline-start-color: rgb(253 242 242 / 0.4);
}
.border-s-red-50\/45 {
  border-inline-start-color: rgb(253 242 242 / 0.45);
}
.border-s-red-50\/5 {
  border-inline-start-color: rgb(253 242 242 / 0.05);
}
.border-s-red-50\/50 {
  border-inline-start-color: rgb(253 242 242 / 0.5);
}
.border-s-red-50\/55 {
  border-inline-start-color: rgb(253 242 242 / 0.55);
}
.border-s-red-50\/60 {
  border-inline-start-color: rgb(253 242 242 / 0.6);
}
.border-s-red-50\/65 {
  border-inline-start-color: rgb(253 242 242 / 0.65);
}
.border-s-red-50\/70 {
  border-inline-start-color: rgb(253 242 242 / 0.7);
}
.border-s-red-50\/75 {
  border-inline-start-color: rgb(253 242 242 / 0.75);
}
.border-s-red-50\/80 {
  border-inline-start-color: rgb(253 242 242 / 0.8);
}
.border-s-red-50\/85 {
  border-inline-start-color: rgb(253 242 242 / 0.85);
}
.border-s-red-50\/90 {
  border-inline-start-color: rgb(253 242 242 / 0.9);
}
.border-s-red-50\/95 {
  border-inline-start-color: rgb(253 242 242 / 0.95);
}
.border-s-red-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(240 82 82 / var(--tw-border-opacity, 1));
}
.border-s-red-500\/0 {
  border-inline-start-color: rgb(240 82 82 / 0);
}
.border-s-red-500\/10 {
  border-inline-start-color: rgb(240 82 82 / 0.1);
}
.border-s-red-500\/100 {
  border-inline-start-color: rgb(240 82 82 / 1);
}
.border-s-red-500\/15 {
  border-inline-start-color: rgb(240 82 82 / 0.15);
}
.border-s-red-500\/20 {
  border-inline-start-color: rgb(240 82 82 / 0.2);
}
.border-s-red-500\/25 {
  border-inline-start-color: rgb(240 82 82 / 0.25);
}
.border-s-red-500\/30 {
  border-inline-start-color: rgb(240 82 82 / 0.3);
}
.border-s-red-500\/35 {
  border-inline-start-color: rgb(240 82 82 / 0.35);
}
.border-s-red-500\/40 {
  border-inline-start-color: rgb(240 82 82 / 0.4);
}
.border-s-red-500\/45 {
  border-inline-start-color: rgb(240 82 82 / 0.45);
}
.border-s-red-500\/5 {
  border-inline-start-color: rgb(240 82 82 / 0.05);
}
.border-s-red-500\/50 {
  border-inline-start-color: rgb(240 82 82 / 0.5);
}
.border-s-red-500\/55 {
  border-inline-start-color: rgb(240 82 82 / 0.55);
}
.border-s-red-500\/60 {
  border-inline-start-color: rgb(240 82 82 / 0.6);
}
.border-s-red-500\/65 {
  border-inline-start-color: rgb(240 82 82 / 0.65);
}
.border-s-red-500\/70 {
  border-inline-start-color: rgb(240 82 82 / 0.7);
}
.border-s-red-500\/75 {
  border-inline-start-color: rgb(240 82 82 / 0.75);
}
.border-s-red-500\/80 {
  border-inline-start-color: rgb(240 82 82 / 0.8);
}
.border-s-red-500\/85 {
  border-inline-start-color: rgb(240 82 82 / 0.85);
}
.border-s-red-500\/90 {
  border-inline-start-color: rgb(240 82 82 / 0.9);
}
.border-s-red-500\/95 {
  border-inline-start-color: rgb(240 82 82 / 0.95);
}
.border-s-red-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(224 36 36 / var(--tw-border-opacity, 1));
}
.border-s-red-600\/0 {
  border-inline-start-color: rgb(224 36 36 / 0);
}
.border-s-red-600\/10 {
  border-inline-start-color: rgb(224 36 36 / 0.1);
}
.border-s-red-600\/100 {
  border-inline-start-color: rgb(224 36 36 / 1);
}
.border-s-red-600\/15 {
  border-inline-start-color: rgb(224 36 36 / 0.15);
}
.border-s-red-600\/20 {
  border-inline-start-color: rgb(224 36 36 / 0.2);
}
.border-s-red-600\/25 {
  border-inline-start-color: rgb(224 36 36 / 0.25);
}
.border-s-red-600\/30 {
  border-inline-start-color: rgb(224 36 36 / 0.3);
}
.border-s-red-600\/35 {
  border-inline-start-color: rgb(224 36 36 / 0.35);
}
.border-s-red-600\/40 {
  border-inline-start-color: rgb(224 36 36 / 0.4);
}
.border-s-red-600\/45 {
  border-inline-start-color: rgb(224 36 36 / 0.45);
}
.border-s-red-600\/5 {
  border-inline-start-color: rgb(224 36 36 / 0.05);
}
.border-s-red-600\/50 {
  border-inline-start-color: rgb(224 36 36 / 0.5);
}
.border-s-red-600\/55 {
  border-inline-start-color: rgb(224 36 36 / 0.55);
}
.border-s-red-600\/60 {
  border-inline-start-color: rgb(224 36 36 / 0.6);
}
.border-s-red-600\/65 {
  border-inline-start-color: rgb(224 36 36 / 0.65);
}
.border-s-red-600\/70 {
  border-inline-start-color: rgb(224 36 36 / 0.7);
}
.border-s-red-600\/75 {
  border-inline-start-color: rgb(224 36 36 / 0.75);
}
.border-s-red-600\/80 {
  border-inline-start-color: rgb(224 36 36 / 0.8);
}
.border-s-red-600\/85 {
  border-inline-start-color: rgb(224 36 36 / 0.85);
}
.border-s-red-600\/90 {
  border-inline-start-color: rgb(224 36 36 / 0.9);
}
.border-s-red-600\/95 {
  border-inline-start-color: rgb(224 36 36 / 0.95);
}
.border-s-red-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(200 30 30 / var(--tw-border-opacity, 1));
}
.border-s-red-700\/0 {
  border-inline-start-color: rgb(200 30 30 / 0);
}
.border-s-red-700\/10 {
  border-inline-start-color: rgb(200 30 30 / 0.1);
}
.border-s-red-700\/100 {
  border-inline-start-color: rgb(200 30 30 / 1);
}
.border-s-red-700\/15 {
  border-inline-start-color: rgb(200 30 30 / 0.15);
}
.border-s-red-700\/20 {
  border-inline-start-color: rgb(200 30 30 / 0.2);
}
.border-s-red-700\/25 {
  border-inline-start-color: rgb(200 30 30 / 0.25);
}
.border-s-red-700\/30 {
  border-inline-start-color: rgb(200 30 30 / 0.3);
}
.border-s-red-700\/35 {
  border-inline-start-color: rgb(200 30 30 / 0.35);
}
.border-s-red-700\/40 {
  border-inline-start-color: rgb(200 30 30 / 0.4);
}
.border-s-red-700\/45 {
  border-inline-start-color: rgb(200 30 30 / 0.45);
}
.border-s-red-700\/5 {
  border-inline-start-color: rgb(200 30 30 / 0.05);
}
.border-s-red-700\/50 {
  border-inline-start-color: rgb(200 30 30 / 0.5);
}
.border-s-red-700\/55 {
  border-inline-start-color: rgb(200 30 30 / 0.55);
}
.border-s-red-700\/60 {
  border-inline-start-color: rgb(200 30 30 / 0.6);
}
.border-s-red-700\/65 {
  border-inline-start-color: rgb(200 30 30 / 0.65);
}
.border-s-red-700\/70 {
  border-inline-start-color: rgb(200 30 30 / 0.7);
}
.border-s-red-700\/75 {
  border-inline-start-color: rgb(200 30 30 / 0.75);
}
.border-s-red-700\/80 {
  border-inline-start-color: rgb(200 30 30 / 0.8);
}
.border-s-red-700\/85 {
  border-inline-start-color: rgb(200 30 30 / 0.85);
}
.border-s-red-700\/90 {
  border-inline-start-color: rgb(200 30 30 / 0.9);
}
.border-s-red-700\/95 {
  border-inline-start-color: rgb(200 30 30 / 0.95);
}
.border-s-red-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(155 28 28 / var(--tw-border-opacity, 1));
}
.border-s-red-800\/0 {
  border-inline-start-color: rgb(155 28 28 / 0);
}
.border-s-red-800\/10 {
  border-inline-start-color: rgb(155 28 28 / 0.1);
}
.border-s-red-800\/100 {
  border-inline-start-color: rgb(155 28 28 / 1);
}
.border-s-red-800\/15 {
  border-inline-start-color: rgb(155 28 28 / 0.15);
}
.border-s-red-800\/20 {
  border-inline-start-color: rgb(155 28 28 / 0.2);
}
.border-s-red-800\/25 {
  border-inline-start-color: rgb(155 28 28 / 0.25);
}
.border-s-red-800\/30 {
  border-inline-start-color: rgb(155 28 28 / 0.3);
}
.border-s-red-800\/35 {
  border-inline-start-color: rgb(155 28 28 / 0.35);
}
.border-s-red-800\/40 {
  border-inline-start-color: rgb(155 28 28 / 0.4);
}
.border-s-red-800\/45 {
  border-inline-start-color: rgb(155 28 28 / 0.45);
}
.border-s-red-800\/5 {
  border-inline-start-color: rgb(155 28 28 / 0.05);
}
.border-s-red-800\/50 {
  border-inline-start-color: rgb(155 28 28 / 0.5);
}
.border-s-red-800\/55 {
  border-inline-start-color: rgb(155 28 28 / 0.55);
}
.border-s-red-800\/60 {
  border-inline-start-color: rgb(155 28 28 / 0.6);
}
.border-s-red-800\/65 {
  border-inline-start-color: rgb(155 28 28 / 0.65);
}
.border-s-red-800\/70 {
  border-inline-start-color: rgb(155 28 28 / 0.7);
}
.border-s-red-800\/75 {
  border-inline-start-color: rgb(155 28 28 / 0.75);
}
.border-s-red-800\/80 {
  border-inline-start-color: rgb(155 28 28 / 0.8);
}
.border-s-red-800\/85 {
  border-inline-start-color: rgb(155 28 28 / 0.85);
}
.border-s-red-800\/90 {
  border-inline-start-color: rgb(155 28 28 / 0.9);
}
.border-s-red-800\/95 {
  border-inline-start-color: rgb(155 28 28 / 0.95);
}
.border-s-red-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(119 29 29 / var(--tw-border-opacity, 1));
}
.border-s-red-900\/0 {
  border-inline-start-color: rgb(119 29 29 / 0);
}
.border-s-red-900\/10 {
  border-inline-start-color: rgb(119 29 29 / 0.1);
}
.border-s-red-900\/100 {
  border-inline-start-color: rgb(119 29 29 / 1);
}
.border-s-red-900\/15 {
  border-inline-start-color: rgb(119 29 29 / 0.15);
}
.border-s-red-900\/20 {
  border-inline-start-color: rgb(119 29 29 / 0.2);
}
.border-s-red-900\/25 {
  border-inline-start-color: rgb(119 29 29 / 0.25);
}
.border-s-red-900\/30 {
  border-inline-start-color: rgb(119 29 29 / 0.3);
}
.border-s-red-900\/35 {
  border-inline-start-color: rgb(119 29 29 / 0.35);
}
.border-s-red-900\/40 {
  border-inline-start-color: rgb(119 29 29 / 0.4);
}
.border-s-red-900\/45 {
  border-inline-start-color: rgb(119 29 29 / 0.45);
}
.border-s-red-900\/5 {
  border-inline-start-color: rgb(119 29 29 / 0.05);
}
.border-s-red-900\/50 {
  border-inline-start-color: rgb(119 29 29 / 0.5);
}
.border-s-red-900\/55 {
  border-inline-start-color: rgb(119 29 29 / 0.55);
}
.border-s-red-900\/60 {
  border-inline-start-color: rgb(119 29 29 / 0.6);
}
.border-s-red-900\/65 {
  border-inline-start-color: rgb(119 29 29 / 0.65);
}
.border-s-red-900\/70 {
  border-inline-start-color: rgb(119 29 29 / 0.7);
}
.border-s-red-900\/75 {
  border-inline-start-color: rgb(119 29 29 / 0.75);
}
.border-s-red-900\/80 {
  border-inline-start-color: rgb(119 29 29 / 0.8);
}
.border-s-red-900\/85 {
  border-inline-start-color: rgb(119 29 29 / 0.85);
}
.border-s-red-900\/90 {
  border-inline-start-color: rgb(119 29 29 / 0.9);
}
.border-s-red-900\/95 {
  border-inline-start-color: rgb(119 29 29 / 0.95);
}
.border-s-teal-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(213 245 246 / var(--tw-border-opacity, 1));
}
.border-s-teal-100\/0 {
  border-inline-start-color: rgb(213 245 246 / 0);
}
.border-s-teal-100\/10 {
  border-inline-start-color: rgb(213 245 246 / 0.1);
}
.border-s-teal-100\/100 {
  border-inline-start-color: rgb(213 245 246 / 1);
}
.border-s-teal-100\/15 {
  border-inline-start-color: rgb(213 245 246 / 0.15);
}
.border-s-teal-100\/20 {
  border-inline-start-color: rgb(213 245 246 / 0.2);
}
.border-s-teal-100\/25 {
  border-inline-start-color: rgb(213 245 246 / 0.25);
}
.border-s-teal-100\/30 {
  border-inline-start-color: rgb(213 245 246 / 0.3);
}
.border-s-teal-100\/35 {
  border-inline-start-color: rgb(213 245 246 / 0.35);
}
.border-s-teal-100\/40 {
  border-inline-start-color: rgb(213 245 246 / 0.4);
}
.border-s-teal-100\/45 {
  border-inline-start-color: rgb(213 245 246 / 0.45);
}
.border-s-teal-100\/5 {
  border-inline-start-color: rgb(213 245 246 / 0.05);
}
.border-s-teal-100\/50 {
  border-inline-start-color: rgb(213 245 246 / 0.5);
}
.border-s-teal-100\/55 {
  border-inline-start-color: rgb(213 245 246 / 0.55);
}
.border-s-teal-100\/60 {
  border-inline-start-color: rgb(213 245 246 / 0.6);
}
.border-s-teal-100\/65 {
  border-inline-start-color: rgb(213 245 246 / 0.65);
}
.border-s-teal-100\/70 {
  border-inline-start-color: rgb(213 245 246 / 0.7);
}
.border-s-teal-100\/75 {
  border-inline-start-color: rgb(213 245 246 / 0.75);
}
.border-s-teal-100\/80 {
  border-inline-start-color: rgb(213 245 246 / 0.8);
}
.border-s-teal-100\/85 {
  border-inline-start-color: rgb(213 245 246 / 0.85);
}
.border-s-teal-100\/90 {
  border-inline-start-color: rgb(213 245 246 / 0.9);
}
.border-s-teal-100\/95 {
  border-inline-start-color: rgb(213 245 246 / 0.95);
}
.border-s-teal-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(175 236 239 / var(--tw-border-opacity, 1));
}
.border-s-teal-200\/0 {
  border-inline-start-color: rgb(175 236 239 / 0);
}
.border-s-teal-200\/10 {
  border-inline-start-color: rgb(175 236 239 / 0.1);
}
.border-s-teal-200\/100 {
  border-inline-start-color: rgb(175 236 239 / 1);
}
.border-s-teal-200\/15 {
  border-inline-start-color: rgb(175 236 239 / 0.15);
}
.border-s-teal-200\/20 {
  border-inline-start-color: rgb(175 236 239 / 0.2);
}
.border-s-teal-200\/25 {
  border-inline-start-color: rgb(175 236 239 / 0.25);
}
.border-s-teal-200\/30 {
  border-inline-start-color: rgb(175 236 239 / 0.3);
}
.border-s-teal-200\/35 {
  border-inline-start-color: rgb(175 236 239 / 0.35);
}
.border-s-teal-200\/40 {
  border-inline-start-color: rgb(175 236 239 / 0.4);
}
.border-s-teal-200\/45 {
  border-inline-start-color: rgb(175 236 239 / 0.45);
}
.border-s-teal-200\/5 {
  border-inline-start-color: rgb(175 236 239 / 0.05);
}
.border-s-teal-200\/50 {
  border-inline-start-color: rgb(175 236 239 / 0.5);
}
.border-s-teal-200\/55 {
  border-inline-start-color: rgb(175 236 239 / 0.55);
}
.border-s-teal-200\/60 {
  border-inline-start-color: rgb(175 236 239 / 0.6);
}
.border-s-teal-200\/65 {
  border-inline-start-color: rgb(175 236 239 / 0.65);
}
.border-s-teal-200\/70 {
  border-inline-start-color: rgb(175 236 239 / 0.7);
}
.border-s-teal-200\/75 {
  border-inline-start-color: rgb(175 236 239 / 0.75);
}
.border-s-teal-200\/80 {
  border-inline-start-color: rgb(175 236 239 / 0.8);
}
.border-s-teal-200\/85 {
  border-inline-start-color: rgb(175 236 239 / 0.85);
}
.border-s-teal-200\/90 {
  border-inline-start-color: rgb(175 236 239 / 0.9);
}
.border-s-teal-200\/95 {
  border-inline-start-color: rgb(175 236 239 / 0.95);
}
.border-s-teal-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(126 220 226 / var(--tw-border-opacity, 1));
}
.border-s-teal-300\/0 {
  border-inline-start-color: rgb(126 220 226 / 0);
}
.border-s-teal-300\/10 {
  border-inline-start-color: rgb(126 220 226 / 0.1);
}
.border-s-teal-300\/100 {
  border-inline-start-color: rgb(126 220 226 / 1);
}
.border-s-teal-300\/15 {
  border-inline-start-color: rgb(126 220 226 / 0.15);
}
.border-s-teal-300\/20 {
  border-inline-start-color: rgb(126 220 226 / 0.2);
}
.border-s-teal-300\/25 {
  border-inline-start-color: rgb(126 220 226 / 0.25);
}
.border-s-teal-300\/30 {
  border-inline-start-color: rgb(126 220 226 / 0.3);
}
.border-s-teal-300\/35 {
  border-inline-start-color: rgb(126 220 226 / 0.35);
}
.border-s-teal-300\/40 {
  border-inline-start-color: rgb(126 220 226 / 0.4);
}
.border-s-teal-300\/45 {
  border-inline-start-color: rgb(126 220 226 / 0.45);
}
.border-s-teal-300\/5 {
  border-inline-start-color: rgb(126 220 226 / 0.05);
}
.border-s-teal-300\/50 {
  border-inline-start-color: rgb(126 220 226 / 0.5);
}
.border-s-teal-300\/55 {
  border-inline-start-color: rgb(126 220 226 / 0.55);
}
.border-s-teal-300\/60 {
  border-inline-start-color: rgb(126 220 226 / 0.6);
}
.border-s-teal-300\/65 {
  border-inline-start-color: rgb(126 220 226 / 0.65);
}
.border-s-teal-300\/70 {
  border-inline-start-color: rgb(126 220 226 / 0.7);
}
.border-s-teal-300\/75 {
  border-inline-start-color: rgb(126 220 226 / 0.75);
}
.border-s-teal-300\/80 {
  border-inline-start-color: rgb(126 220 226 / 0.8);
}
.border-s-teal-300\/85 {
  border-inline-start-color: rgb(126 220 226 / 0.85);
}
.border-s-teal-300\/90 {
  border-inline-start-color: rgb(126 220 226 / 0.9);
}
.border-s-teal-300\/95 {
  border-inline-start-color: rgb(126 220 226 / 0.95);
}
.border-s-teal-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(22 189 202 / var(--tw-border-opacity, 1));
}
.border-s-teal-400\/0 {
  border-inline-start-color: rgb(22 189 202 / 0);
}
.border-s-teal-400\/10 {
  border-inline-start-color: rgb(22 189 202 / 0.1);
}
.border-s-teal-400\/100 {
  border-inline-start-color: rgb(22 189 202 / 1);
}
.border-s-teal-400\/15 {
  border-inline-start-color: rgb(22 189 202 / 0.15);
}
.border-s-teal-400\/20 {
  border-inline-start-color: rgb(22 189 202 / 0.2);
}
.border-s-teal-400\/25 {
  border-inline-start-color: rgb(22 189 202 / 0.25);
}
.border-s-teal-400\/30 {
  border-inline-start-color: rgb(22 189 202 / 0.3);
}
.border-s-teal-400\/35 {
  border-inline-start-color: rgb(22 189 202 / 0.35);
}
.border-s-teal-400\/40 {
  border-inline-start-color: rgb(22 189 202 / 0.4);
}
.border-s-teal-400\/45 {
  border-inline-start-color: rgb(22 189 202 / 0.45);
}
.border-s-teal-400\/5 {
  border-inline-start-color: rgb(22 189 202 / 0.05);
}
.border-s-teal-400\/50 {
  border-inline-start-color: rgb(22 189 202 / 0.5);
}
.border-s-teal-400\/55 {
  border-inline-start-color: rgb(22 189 202 / 0.55);
}
.border-s-teal-400\/60 {
  border-inline-start-color: rgb(22 189 202 / 0.6);
}
.border-s-teal-400\/65 {
  border-inline-start-color: rgb(22 189 202 / 0.65);
}
.border-s-teal-400\/70 {
  border-inline-start-color: rgb(22 189 202 / 0.7);
}
.border-s-teal-400\/75 {
  border-inline-start-color: rgb(22 189 202 / 0.75);
}
.border-s-teal-400\/80 {
  border-inline-start-color: rgb(22 189 202 / 0.8);
}
.border-s-teal-400\/85 {
  border-inline-start-color: rgb(22 189 202 / 0.85);
}
.border-s-teal-400\/90 {
  border-inline-start-color: rgb(22 189 202 / 0.9);
}
.border-s-teal-400\/95 {
  border-inline-start-color: rgb(22 189 202 / 0.95);
}
.border-s-teal-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(237 250 250 / var(--tw-border-opacity, 1));
}
.border-s-teal-50\/0 {
  border-inline-start-color: rgb(237 250 250 / 0);
}
.border-s-teal-50\/10 {
  border-inline-start-color: rgb(237 250 250 / 0.1);
}
.border-s-teal-50\/100 {
  border-inline-start-color: rgb(237 250 250 / 1);
}
.border-s-teal-50\/15 {
  border-inline-start-color: rgb(237 250 250 / 0.15);
}
.border-s-teal-50\/20 {
  border-inline-start-color: rgb(237 250 250 / 0.2);
}
.border-s-teal-50\/25 {
  border-inline-start-color: rgb(237 250 250 / 0.25);
}
.border-s-teal-50\/30 {
  border-inline-start-color: rgb(237 250 250 / 0.3);
}
.border-s-teal-50\/35 {
  border-inline-start-color: rgb(237 250 250 / 0.35);
}
.border-s-teal-50\/40 {
  border-inline-start-color: rgb(237 250 250 / 0.4);
}
.border-s-teal-50\/45 {
  border-inline-start-color: rgb(237 250 250 / 0.45);
}
.border-s-teal-50\/5 {
  border-inline-start-color: rgb(237 250 250 / 0.05);
}
.border-s-teal-50\/50 {
  border-inline-start-color: rgb(237 250 250 / 0.5);
}
.border-s-teal-50\/55 {
  border-inline-start-color: rgb(237 250 250 / 0.55);
}
.border-s-teal-50\/60 {
  border-inline-start-color: rgb(237 250 250 / 0.6);
}
.border-s-teal-50\/65 {
  border-inline-start-color: rgb(237 250 250 / 0.65);
}
.border-s-teal-50\/70 {
  border-inline-start-color: rgb(237 250 250 / 0.7);
}
.border-s-teal-50\/75 {
  border-inline-start-color: rgb(237 250 250 / 0.75);
}
.border-s-teal-50\/80 {
  border-inline-start-color: rgb(237 250 250 / 0.8);
}
.border-s-teal-50\/85 {
  border-inline-start-color: rgb(237 250 250 / 0.85);
}
.border-s-teal-50\/90 {
  border-inline-start-color: rgb(237 250 250 / 0.9);
}
.border-s-teal-50\/95 {
  border-inline-start-color: rgb(237 250 250 / 0.95);
}
.border-s-teal-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(6 148 162 / var(--tw-border-opacity, 1));
}
.border-s-teal-500\/0 {
  border-inline-start-color: rgb(6 148 162 / 0);
}
.border-s-teal-500\/10 {
  border-inline-start-color: rgb(6 148 162 / 0.1);
}
.border-s-teal-500\/100 {
  border-inline-start-color: rgb(6 148 162 / 1);
}
.border-s-teal-500\/15 {
  border-inline-start-color: rgb(6 148 162 / 0.15);
}
.border-s-teal-500\/20 {
  border-inline-start-color: rgb(6 148 162 / 0.2);
}
.border-s-teal-500\/25 {
  border-inline-start-color: rgb(6 148 162 / 0.25);
}
.border-s-teal-500\/30 {
  border-inline-start-color: rgb(6 148 162 / 0.3);
}
.border-s-teal-500\/35 {
  border-inline-start-color: rgb(6 148 162 / 0.35);
}
.border-s-teal-500\/40 {
  border-inline-start-color: rgb(6 148 162 / 0.4);
}
.border-s-teal-500\/45 {
  border-inline-start-color: rgb(6 148 162 / 0.45);
}
.border-s-teal-500\/5 {
  border-inline-start-color: rgb(6 148 162 / 0.05);
}
.border-s-teal-500\/50 {
  border-inline-start-color: rgb(6 148 162 / 0.5);
}
.border-s-teal-500\/55 {
  border-inline-start-color: rgb(6 148 162 / 0.55);
}
.border-s-teal-500\/60 {
  border-inline-start-color: rgb(6 148 162 / 0.6);
}
.border-s-teal-500\/65 {
  border-inline-start-color: rgb(6 148 162 / 0.65);
}
.border-s-teal-500\/70 {
  border-inline-start-color: rgb(6 148 162 / 0.7);
}
.border-s-teal-500\/75 {
  border-inline-start-color: rgb(6 148 162 / 0.75);
}
.border-s-teal-500\/80 {
  border-inline-start-color: rgb(6 148 162 / 0.8);
}
.border-s-teal-500\/85 {
  border-inline-start-color: rgb(6 148 162 / 0.85);
}
.border-s-teal-500\/90 {
  border-inline-start-color: rgb(6 148 162 / 0.9);
}
.border-s-teal-500\/95 {
  border-inline-start-color: rgb(6 148 162 / 0.95);
}
.border-s-teal-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(4 116 129 / var(--tw-border-opacity, 1));
}
.border-s-teal-600\/0 {
  border-inline-start-color: rgb(4 116 129 / 0);
}
.border-s-teal-600\/10 {
  border-inline-start-color: rgb(4 116 129 / 0.1);
}
.border-s-teal-600\/100 {
  border-inline-start-color: rgb(4 116 129 / 1);
}
.border-s-teal-600\/15 {
  border-inline-start-color: rgb(4 116 129 / 0.15);
}
.border-s-teal-600\/20 {
  border-inline-start-color: rgb(4 116 129 / 0.2);
}
.border-s-teal-600\/25 {
  border-inline-start-color: rgb(4 116 129 / 0.25);
}
.border-s-teal-600\/30 {
  border-inline-start-color: rgb(4 116 129 / 0.3);
}
.border-s-teal-600\/35 {
  border-inline-start-color: rgb(4 116 129 / 0.35);
}
.border-s-teal-600\/40 {
  border-inline-start-color: rgb(4 116 129 / 0.4);
}
.border-s-teal-600\/45 {
  border-inline-start-color: rgb(4 116 129 / 0.45);
}
.border-s-teal-600\/5 {
  border-inline-start-color: rgb(4 116 129 / 0.05);
}
.border-s-teal-600\/50 {
  border-inline-start-color: rgb(4 116 129 / 0.5);
}
.border-s-teal-600\/55 {
  border-inline-start-color: rgb(4 116 129 / 0.55);
}
.border-s-teal-600\/60 {
  border-inline-start-color: rgb(4 116 129 / 0.6);
}
.border-s-teal-600\/65 {
  border-inline-start-color: rgb(4 116 129 / 0.65);
}
.border-s-teal-600\/70 {
  border-inline-start-color: rgb(4 116 129 / 0.7);
}
.border-s-teal-600\/75 {
  border-inline-start-color: rgb(4 116 129 / 0.75);
}
.border-s-teal-600\/80 {
  border-inline-start-color: rgb(4 116 129 / 0.8);
}
.border-s-teal-600\/85 {
  border-inline-start-color: rgb(4 116 129 / 0.85);
}
.border-s-teal-600\/90 {
  border-inline-start-color: rgb(4 116 129 / 0.9);
}
.border-s-teal-600\/95 {
  border-inline-start-color: rgb(4 116 129 / 0.95);
}
.border-s-teal-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(3 102 114 / var(--tw-border-opacity, 1));
}
.border-s-teal-700\/0 {
  border-inline-start-color: rgb(3 102 114 / 0);
}
.border-s-teal-700\/10 {
  border-inline-start-color: rgb(3 102 114 / 0.1);
}
.border-s-teal-700\/100 {
  border-inline-start-color: rgb(3 102 114 / 1);
}
.border-s-teal-700\/15 {
  border-inline-start-color: rgb(3 102 114 / 0.15);
}
.border-s-teal-700\/20 {
  border-inline-start-color: rgb(3 102 114 / 0.2);
}
.border-s-teal-700\/25 {
  border-inline-start-color: rgb(3 102 114 / 0.25);
}
.border-s-teal-700\/30 {
  border-inline-start-color: rgb(3 102 114 / 0.3);
}
.border-s-teal-700\/35 {
  border-inline-start-color: rgb(3 102 114 / 0.35);
}
.border-s-teal-700\/40 {
  border-inline-start-color: rgb(3 102 114 / 0.4);
}
.border-s-teal-700\/45 {
  border-inline-start-color: rgb(3 102 114 / 0.45);
}
.border-s-teal-700\/5 {
  border-inline-start-color: rgb(3 102 114 / 0.05);
}
.border-s-teal-700\/50 {
  border-inline-start-color: rgb(3 102 114 / 0.5);
}
.border-s-teal-700\/55 {
  border-inline-start-color: rgb(3 102 114 / 0.55);
}
.border-s-teal-700\/60 {
  border-inline-start-color: rgb(3 102 114 / 0.6);
}
.border-s-teal-700\/65 {
  border-inline-start-color: rgb(3 102 114 / 0.65);
}
.border-s-teal-700\/70 {
  border-inline-start-color: rgb(3 102 114 / 0.7);
}
.border-s-teal-700\/75 {
  border-inline-start-color: rgb(3 102 114 / 0.75);
}
.border-s-teal-700\/80 {
  border-inline-start-color: rgb(3 102 114 / 0.8);
}
.border-s-teal-700\/85 {
  border-inline-start-color: rgb(3 102 114 / 0.85);
}
.border-s-teal-700\/90 {
  border-inline-start-color: rgb(3 102 114 / 0.9);
}
.border-s-teal-700\/95 {
  border-inline-start-color: rgb(3 102 114 / 0.95);
}
.border-s-teal-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(5 80 92 / var(--tw-border-opacity, 1));
}
.border-s-teal-800\/0 {
  border-inline-start-color: rgb(5 80 92 / 0);
}
.border-s-teal-800\/10 {
  border-inline-start-color: rgb(5 80 92 / 0.1);
}
.border-s-teal-800\/100 {
  border-inline-start-color: rgb(5 80 92 / 1);
}
.border-s-teal-800\/15 {
  border-inline-start-color: rgb(5 80 92 / 0.15);
}
.border-s-teal-800\/20 {
  border-inline-start-color: rgb(5 80 92 / 0.2);
}
.border-s-teal-800\/25 {
  border-inline-start-color: rgb(5 80 92 / 0.25);
}
.border-s-teal-800\/30 {
  border-inline-start-color: rgb(5 80 92 / 0.3);
}
.border-s-teal-800\/35 {
  border-inline-start-color: rgb(5 80 92 / 0.35);
}
.border-s-teal-800\/40 {
  border-inline-start-color: rgb(5 80 92 / 0.4);
}
.border-s-teal-800\/45 {
  border-inline-start-color: rgb(5 80 92 / 0.45);
}
.border-s-teal-800\/5 {
  border-inline-start-color: rgb(5 80 92 / 0.05);
}
.border-s-teal-800\/50 {
  border-inline-start-color: rgb(5 80 92 / 0.5);
}
.border-s-teal-800\/55 {
  border-inline-start-color: rgb(5 80 92 / 0.55);
}
.border-s-teal-800\/60 {
  border-inline-start-color: rgb(5 80 92 / 0.6);
}
.border-s-teal-800\/65 {
  border-inline-start-color: rgb(5 80 92 / 0.65);
}
.border-s-teal-800\/70 {
  border-inline-start-color: rgb(5 80 92 / 0.7);
}
.border-s-teal-800\/75 {
  border-inline-start-color: rgb(5 80 92 / 0.75);
}
.border-s-teal-800\/80 {
  border-inline-start-color: rgb(5 80 92 / 0.8);
}
.border-s-teal-800\/85 {
  border-inline-start-color: rgb(5 80 92 / 0.85);
}
.border-s-teal-800\/90 {
  border-inline-start-color: rgb(5 80 92 / 0.9);
}
.border-s-teal-800\/95 {
  border-inline-start-color: rgb(5 80 92 / 0.95);
}
.border-s-teal-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(1 68 81 / var(--tw-border-opacity, 1));
}
.border-s-teal-900\/0 {
  border-inline-start-color: rgb(1 68 81 / 0);
}
.border-s-teal-900\/10 {
  border-inline-start-color: rgb(1 68 81 / 0.1);
}
.border-s-teal-900\/100 {
  border-inline-start-color: rgb(1 68 81 / 1);
}
.border-s-teal-900\/15 {
  border-inline-start-color: rgb(1 68 81 / 0.15);
}
.border-s-teal-900\/20 {
  border-inline-start-color: rgb(1 68 81 / 0.2);
}
.border-s-teal-900\/25 {
  border-inline-start-color: rgb(1 68 81 / 0.25);
}
.border-s-teal-900\/30 {
  border-inline-start-color: rgb(1 68 81 / 0.3);
}
.border-s-teal-900\/35 {
  border-inline-start-color: rgb(1 68 81 / 0.35);
}
.border-s-teal-900\/40 {
  border-inline-start-color: rgb(1 68 81 / 0.4);
}
.border-s-teal-900\/45 {
  border-inline-start-color: rgb(1 68 81 / 0.45);
}
.border-s-teal-900\/5 {
  border-inline-start-color: rgb(1 68 81 / 0.05);
}
.border-s-teal-900\/50 {
  border-inline-start-color: rgb(1 68 81 / 0.5);
}
.border-s-teal-900\/55 {
  border-inline-start-color: rgb(1 68 81 / 0.55);
}
.border-s-teal-900\/60 {
  border-inline-start-color: rgb(1 68 81 / 0.6);
}
.border-s-teal-900\/65 {
  border-inline-start-color: rgb(1 68 81 / 0.65);
}
.border-s-teal-900\/70 {
  border-inline-start-color: rgb(1 68 81 / 0.7);
}
.border-s-teal-900\/75 {
  border-inline-start-color: rgb(1 68 81 / 0.75);
}
.border-s-teal-900\/80 {
  border-inline-start-color: rgb(1 68 81 / 0.8);
}
.border-s-teal-900\/85 {
  border-inline-start-color: rgb(1 68 81 / 0.85);
}
.border-s-teal-900\/90 {
  border-inline-start-color: rgb(1 68 81 / 0.9);
}
.border-s-teal-900\/95 {
  border-inline-start-color: rgb(1 68 81 / 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-white {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.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(253 246 178 / var(--tw-border-opacity, 1));
}
.border-s-yellow-100\/0 {
  border-inline-start-color: rgb(253 246 178 / 0);
}
.border-s-yellow-100\/10 {
  border-inline-start-color: rgb(253 246 178 / 0.1);
}
.border-s-yellow-100\/100 {
  border-inline-start-color: rgb(253 246 178 / 1);
}
.border-s-yellow-100\/15 {
  border-inline-start-color: rgb(253 246 178 / 0.15);
}
.border-s-yellow-100\/20 {
  border-inline-start-color: rgb(253 246 178 / 0.2);
}
.border-s-yellow-100\/25 {
  border-inline-start-color: rgb(253 246 178 / 0.25);
}
.border-s-yellow-100\/30 {
  border-inline-start-color: rgb(253 246 178 / 0.3);
}
.border-s-yellow-100\/35 {
  border-inline-start-color: rgb(253 246 178 / 0.35);
}
.border-s-yellow-100\/40 {
  border-inline-start-color: rgb(253 246 178 / 0.4);
}
.border-s-yellow-100\/45 {
  border-inline-start-color: rgb(253 246 178 / 0.45);
}
.border-s-yellow-100\/5 {
  border-inline-start-color: rgb(253 246 178 / 0.05);
}
.border-s-yellow-100\/50 {
  border-inline-start-color: rgb(253 246 178 / 0.5);
}
.border-s-yellow-100\/55 {
  border-inline-start-color: rgb(253 246 178 / 0.55);
}
.border-s-yellow-100\/60 {
  border-inline-start-color: rgb(253 246 178 / 0.6);
}
.border-s-yellow-100\/65 {
  border-inline-start-color: rgb(253 246 178 / 0.65);
}
.border-s-yellow-100\/70 {
  border-inline-start-color: rgb(253 246 178 / 0.7);
}
.border-s-yellow-100\/75 {
  border-inline-start-color: rgb(253 246 178 / 0.75);
}
.border-s-yellow-100\/80 {
  border-inline-start-color: rgb(253 246 178 / 0.8);
}
.border-s-yellow-100\/85 {
  border-inline-start-color: rgb(253 246 178 / 0.85);
}
.border-s-yellow-100\/90 {
  border-inline-start-color: rgb(253 246 178 / 0.9);
}
.border-s-yellow-100\/95 {
  border-inline-start-color: rgb(253 246 178 / 0.95);
}
.border-s-yellow-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(252 233 106 / var(--tw-border-opacity, 1));
}
.border-s-yellow-200\/0 {
  border-inline-start-color: rgb(252 233 106 / 0);
}
.border-s-yellow-200\/10 {
  border-inline-start-color: rgb(252 233 106 / 0.1);
}
.border-s-yellow-200\/100 {
  border-inline-start-color: rgb(252 233 106 / 1);
}
.border-s-yellow-200\/15 {
  border-inline-start-color: rgb(252 233 106 / 0.15);
}
.border-s-yellow-200\/20 {
  border-inline-start-color: rgb(252 233 106 / 0.2);
}
.border-s-yellow-200\/25 {
  border-inline-start-color: rgb(252 233 106 / 0.25);
}
.border-s-yellow-200\/30 {
  border-inline-start-color: rgb(252 233 106 / 0.3);
}
.border-s-yellow-200\/35 {
  border-inline-start-color: rgb(252 233 106 / 0.35);
}
.border-s-yellow-200\/40 {
  border-inline-start-color: rgb(252 233 106 / 0.4);
}
.border-s-yellow-200\/45 {
  border-inline-start-color: rgb(252 233 106 / 0.45);
}
.border-s-yellow-200\/5 {
  border-inline-start-color: rgb(252 233 106 / 0.05);
}
.border-s-yellow-200\/50 {
  border-inline-start-color: rgb(252 233 106 / 0.5);
}
.border-s-yellow-200\/55 {
  border-inline-start-color: rgb(252 233 106 / 0.55);
}
.border-s-yellow-200\/60 {
  border-inline-start-color: rgb(252 233 106 / 0.6);
}
.border-s-yellow-200\/65 {
  border-inline-start-color: rgb(252 233 106 / 0.65);
}
.border-s-yellow-200\/70 {
  border-inline-start-color: rgb(252 233 106 / 0.7);
}
.border-s-yellow-200\/75 {
  border-inline-start-color: rgb(252 233 106 / 0.75);
}
.border-s-yellow-200\/80 {
  border-inline-start-color: rgb(252 233 106 / 0.8);
}
.border-s-yellow-200\/85 {
  border-inline-start-color: rgb(252 233 106 / 0.85);
}
.border-s-yellow-200\/90 {
  border-inline-start-color: rgb(252 233 106 / 0.9);
}
.border-s-yellow-200\/95 {
  border-inline-start-color: rgb(252 233 106 / 0.95);
}
.border-s-yellow-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 202 21 / var(--tw-border-opacity, 1));
}
.border-s-yellow-300\/0 {
  border-inline-start-color: rgb(250 202 21 / 0);
}
.border-s-yellow-300\/10 {
  border-inline-start-color: rgb(250 202 21 / 0.1);
}
.border-s-yellow-300\/100 {
  border-inline-start-color: rgb(250 202 21 / 1);
}
.border-s-yellow-300\/15 {
  border-inline-start-color: rgb(250 202 21 / 0.15);
}
.border-s-yellow-300\/20 {
  border-inline-start-color: rgb(250 202 21 / 0.2);
}
.border-s-yellow-300\/25 {
  border-inline-start-color: rgb(250 202 21 / 0.25);
}
.border-s-yellow-300\/30 {
  border-inline-start-color: rgb(250 202 21 / 0.3);
}
.border-s-yellow-300\/35 {
  border-inline-start-color: rgb(250 202 21 / 0.35);
}
.border-s-yellow-300\/40 {
  border-inline-start-color: rgb(250 202 21 / 0.4);
}
.border-s-yellow-300\/45 {
  border-inline-start-color: rgb(250 202 21 / 0.45);
}
.border-s-yellow-300\/5 {
  border-inline-start-color: rgb(250 202 21 / 0.05);
}
.border-s-yellow-300\/50 {
  border-inline-start-color: rgb(250 202 21 / 0.5);
}
.border-s-yellow-300\/55 {
  border-inline-start-color: rgb(250 202 21 / 0.55);
}
.border-s-yellow-300\/60 {
  border-inline-start-color: rgb(250 202 21 / 0.6);
}
.border-s-yellow-300\/65 {
  border-inline-start-color: rgb(250 202 21 / 0.65);
}
.border-s-yellow-300\/70 {
  border-inline-start-color: rgb(250 202 21 / 0.7);
}
.border-s-yellow-300\/75 {
  border-inline-start-color: rgb(250 202 21 / 0.75);
}
.border-s-yellow-300\/80 {
  border-inline-start-color: rgb(250 202 21 / 0.8);
}
.border-s-yellow-300\/85 {
  border-inline-start-color: rgb(250 202 21 / 0.85);
}
.border-s-yellow-300\/90 {
  border-inline-start-color: rgb(250 202 21 / 0.9);
}
.border-s-yellow-300\/95 {
  border-inline-start-color: rgb(250 202 21 / 0.95);
}
.border-s-yellow-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(227 160 8 / var(--tw-border-opacity, 1));
}
.border-s-yellow-400\/0 {
  border-inline-start-color: rgb(227 160 8 / 0);
}
.border-s-yellow-400\/10 {
  border-inline-start-color: rgb(227 160 8 / 0.1);
}
.border-s-yellow-400\/100 {
  border-inline-start-color: rgb(227 160 8 / 1);
}
.border-s-yellow-400\/15 {
  border-inline-start-color: rgb(227 160 8 / 0.15);
}
.border-s-yellow-400\/20 {
  border-inline-start-color: rgb(227 160 8 / 0.2);
}
.border-s-yellow-400\/25 {
  border-inline-start-color: rgb(227 160 8 / 0.25);
}
.border-s-yellow-400\/30 {
  border-inline-start-color: rgb(227 160 8 / 0.3);
}
.border-s-yellow-400\/35 {
  border-inline-start-color: rgb(227 160 8 / 0.35);
}
.border-s-yellow-400\/40 {
  border-inline-start-color: rgb(227 160 8 / 0.4);
}
.border-s-yellow-400\/45 {
  border-inline-start-color: rgb(227 160 8 / 0.45);
}
.border-s-yellow-400\/5 {
  border-inline-start-color: rgb(227 160 8 / 0.05);
}
.border-s-yellow-400\/50 {
  border-inline-start-color: rgb(227 160 8 / 0.5);
}
.border-s-yellow-400\/55 {
  border-inline-start-color: rgb(227 160 8 / 0.55);
}
.border-s-yellow-400\/60 {
  border-inline-start-color: rgb(227 160 8 / 0.6);
}
.border-s-yellow-400\/65 {
  border-inline-start-color: rgb(227 160 8 / 0.65);
}
.border-s-yellow-400\/70 {
  border-inline-start-color: rgb(227 160 8 / 0.7);
}
.border-s-yellow-400\/75 {
  border-inline-start-color: rgb(227 160 8 / 0.75);
}
.border-s-yellow-400\/80 {
  border-inline-start-color: rgb(227 160 8 / 0.8);
}
.border-s-yellow-400\/85 {
  border-inline-start-color: rgb(227 160 8 / 0.85);
}
.border-s-yellow-400\/90 {
  border-inline-start-color: rgb(227 160 8 / 0.9);
}
.border-s-yellow-400\/95 {
  border-inline-start-color: rgb(227 160 8 / 0.95);
}
.border-s-yellow-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 253 234 / var(--tw-border-opacity, 1));
}
.border-s-yellow-50\/0 {
  border-inline-start-color: rgb(253 253 234 / 0);
}
.border-s-yellow-50\/10 {
  border-inline-start-color: rgb(253 253 234 / 0.1);
}
.border-s-yellow-50\/100 {
  border-inline-start-color: rgb(253 253 234 / 1);
}
.border-s-yellow-50\/15 {
  border-inline-start-color: rgb(253 253 234 / 0.15);
}
.border-s-yellow-50\/20 {
  border-inline-start-color: rgb(253 253 234 / 0.2);
}
.border-s-yellow-50\/25 {
  border-inline-start-color: rgb(253 253 234 / 0.25);
}
.border-s-yellow-50\/30 {
  border-inline-start-color: rgb(253 253 234 / 0.3);
}
.border-s-yellow-50\/35 {
  border-inline-start-color: rgb(253 253 234 / 0.35);
}
.border-s-yellow-50\/40 {
  border-inline-start-color: rgb(253 253 234 / 0.4);
}
.border-s-yellow-50\/45 {
  border-inline-start-color: rgb(253 253 234 / 0.45);
}
.border-s-yellow-50\/5 {
  border-inline-start-color: rgb(253 253 234 / 0.05);
}
.border-s-yellow-50\/50 {
  border-inline-start-color: rgb(253 253 234 / 0.5);
}
.border-s-yellow-50\/55 {
  border-inline-start-color: rgb(253 253 234 / 0.55);
}
.border-s-yellow-50\/60 {
  border-inline-start-color: rgb(253 253 234 / 0.6);
}
.border-s-yellow-50\/65 {
  border-inline-start-color: rgb(253 253 234 / 0.65);
}
.border-s-yellow-50\/70 {
  border-inline-start-color: rgb(253 253 234 / 0.7);
}
.border-s-yellow-50\/75 {
  border-inline-start-color: rgb(253 253 234 / 0.75);
}
.border-s-yellow-50\/80 {
  border-inline-start-color: rgb(253 253 234 / 0.8);
}
.border-s-yellow-50\/85 {
  border-inline-start-color: rgb(253 253 234 / 0.85);
}
.border-s-yellow-50\/90 {
  border-inline-start-color: rgb(253 253 234 / 0.9);
}
.border-s-yellow-50\/95 {
  border-inline-start-color: rgb(253 253 234 / 0.95);
}
.border-s-yellow-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(194 120 3 / var(--tw-border-opacity, 1));
}
.border-s-yellow-500\/0 {
  border-inline-start-color: rgb(194 120 3 / 0);
}
.border-s-yellow-500\/10 {
  border-inline-start-color: rgb(194 120 3 / 0.1);
}
.border-s-yellow-500\/100 {
  border-inline-start-color: rgb(194 120 3 / 1);
}
.border-s-yellow-500\/15 {
  border-inline-start-color: rgb(194 120 3 / 0.15);
}
.border-s-yellow-500\/20 {
  border-inline-start-color: rgb(194 120 3 / 0.2);
}
.border-s-yellow-500\/25 {
  border-inline-start-color: rgb(194 120 3 / 0.25);
}
.border-s-yellow-500\/30 {
  border-inline-start-color: rgb(194 120 3 / 0.3);
}
.border-s-yellow-500\/35 {
  border-inline-start-color: rgb(194 120 3 / 0.35);
}
.border-s-yellow-500\/40 {
  border-inline-start-color: rgb(194 120 3 / 0.4);
}
.border-s-yellow-500\/45 {
  border-inline-start-color: rgb(194 120 3 / 0.45);
}
.border-s-yellow-500\/5 {
  border-inline-start-color: rgb(194 120 3 / 0.05);
}
.border-s-yellow-500\/50 {
  border-inline-start-color: rgb(194 120 3 / 0.5);
}
.border-s-yellow-500\/55 {
  border-inline-start-color: rgb(194 120 3 / 0.55);
}
.border-s-yellow-500\/60 {
  border-inline-start-color: rgb(194 120 3 / 0.6);
}
.border-s-yellow-500\/65 {
  border-inline-start-color: rgb(194 120 3 / 0.65);
}
.border-s-yellow-500\/70 {
  border-inline-start-color: rgb(194 120 3 / 0.7);
}
.border-s-yellow-500\/75 {
  border-inline-start-color: rgb(194 120 3 / 0.75);
}
.border-s-yellow-500\/80 {
  border-inline-start-color: rgb(194 120 3 / 0.8);
}
.border-s-yellow-500\/85 {
  border-inline-start-color: rgb(194 120 3 / 0.85);
}
.border-s-yellow-500\/90 {
  border-inline-start-color: rgb(194 120 3 / 0.9);
}
.border-s-yellow-500\/95 {
  border-inline-start-color: rgb(194 120 3 / 0.95);
}
.border-s-yellow-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(159 88 10 / var(--tw-border-opacity, 1));
}
.border-s-yellow-600\/0 {
  border-inline-start-color: rgb(159 88 10 / 0);
}
.border-s-yellow-600\/10 {
  border-inline-start-color: rgb(159 88 10 / 0.1);
}
.border-s-yellow-600\/100 {
  border-inline-start-color: rgb(159 88 10 / 1);
}
.border-s-yellow-600\/15 {
  border-inline-start-color: rgb(159 88 10 / 0.15);
}
.border-s-yellow-600\/20 {
  border-inline-start-color: rgb(159 88 10 / 0.2);
}
.border-s-yellow-600\/25 {
  border-inline-start-color: rgb(159 88 10 / 0.25);
}
.border-s-yellow-600\/30 {
  border-inline-start-color: rgb(159 88 10 / 0.3);
}
.border-s-yellow-600\/35 {
  border-inline-start-color: rgb(159 88 10 / 0.35);
}
.border-s-yellow-600\/40 {
  border-inline-start-color: rgb(159 88 10 / 0.4);
}
.border-s-yellow-600\/45 {
  border-inline-start-color: rgb(159 88 10 / 0.45);
}
.border-s-yellow-600\/5 {
  border-inline-start-color: rgb(159 88 10 / 0.05);
}
.border-s-yellow-600\/50 {
  border-inline-start-color: rgb(159 88 10 / 0.5);
}
.border-s-yellow-600\/55 {
  border-inline-start-color: rgb(159 88 10 / 0.55);
}
.border-s-yellow-600\/60 {
  border-inline-start-color: rgb(159 88 10 / 0.6);
}
.border-s-yellow-600\/65 {
  border-inline-start-color: rgb(159 88 10 / 0.65);
}
.border-s-yellow-600\/70 {
  border-inline-start-color: rgb(159 88 10 / 0.7);
}
.border-s-yellow-600\/75 {
  border-inline-start-color: rgb(159 88 10 / 0.75);
}
.border-s-yellow-600\/80 {
  border-inline-start-color: rgb(159 88 10 / 0.8);
}
.border-s-yellow-600\/85 {
  border-inline-start-color: rgb(159 88 10 / 0.85);
}
.border-s-yellow-600\/90 {
  border-inline-start-color: rgb(159 88 10 / 0.9);
}
.border-s-yellow-600\/95 {
  border-inline-start-color: rgb(159 88 10 / 0.95);
}
.border-s-yellow-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(142 75 16 / var(--tw-border-opacity, 1));
}
.border-s-yellow-700\/0 {
  border-inline-start-color: rgb(142 75 16 / 0);
}
.border-s-yellow-700\/10 {
  border-inline-start-color: rgb(142 75 16 / 0.1);
}
.border-s-yellow-700\/100 {
  border-inline-start-color: rgb(142 75 16 / 1);
}
.border-s-yellow-700\/15 {
  border-inline-start-color: rgb(142 75 16 / 0.15);
}
.border-s-yellow-700\/20 {
  border-inline-start-color: rgb(142 75 16 / 0.2);
}
.border-s-yellow-700\/25 {
  border-inline-start-color: rgb(142 75 16 / 0.25);
}
.border-s-yellow-700\/30 {
  border-inline-start-color: rgb(142 75 16 / 0.3);
}
.border-s-yellow-700\/35 {
  border-inline-start-color: rgb(142 75 16 / 0.35);
}
.border-s-yellow-700\/40 {
  border-inline-start-color: rgb(142 75 16 / 0.4);
}
.border-s-yellow-700\/45 {
  border-inline-start-color: rgb(142 75 16 / 0.45);
}
.border-s-yellow-700\/5 {
  border-inline-start-color: rgb(142 75 16 / 0.05);
}
.border-s-yellow-700\/50 {
  border-inline-start-color: rgb(142 75 16 / 0.5);
}
.border-s-yellow-700\/55 {
  border-inline-start-color: rgb(142 75 16 / 0.55);
}
.border-s-yellow-700\/60 {
  border-inline-start-color: rgb(142 75 16 / 0.6);
}
.border-s-yellow-700\/65 {
  border-inline-start-color: rgb(142 75 16 / 0.65);
}
.border-s-yellow-700\/70 {
  border-inline-start-color: rgb(142 75 16 / 0.7);
}
.border-s-yellow-700\/75 {
  border-inline-start-color: rgb(142 75 16 / 0.75);
}
.border-s-yellow-700\/80 {
  border-inline-start-color: rgb(142 75 16 / 0.8);
}
.border-s-yellow-700\/85 {
  border-inline-start-color: rgb(142 75 16 / 0.85);
}
.border-s-yellow-700\/90 {
  border-inline-start-color: rgb(142 75 16 / 0.9);
}
.border-s-yellow-700\/95 {
  border-inline-start-color: rgb(142 75 16 / 0.95);
}
.border-s-yellow-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(114 59 19 / var(--tw-border-opacity, 1));
}
.border-s-yellow-800\/0 {
  border-inline-start-color: rgb(114 59 19 / 0);
}
.border-s-yellow-800\/10 {
  border-inline-start-color: rgb(114 59 19 / 0.1);
}
.border-s-yellow-800\/100 {
  border-inline-start-color: rgb(114 59 19 / 1);
}
.border-s-yellow-800\/15 {
  border-inline-start-color: rgb(114 59 19 / 0.15);
}
.border-s-yellow-800\/20 {
  border-inline-start-color: rgb(114 59 19 / 0.2);
}
.border-s-yellow-800\/25 {
  border-inline-start-color: rgb(114 59 19 / 0.25);
}
.border-s-yellow-800\/30 {
  border-inline-start-color: rgb(114 59 19 / 0.3);
}
.border-s-yellow-800\/35 {
  border-inline-start-color: rgb(114 59 19 / 0.35);
}
.border-s-yellow-800\/40 {
  border-inline-start-color: rgb(114 59 19 / 0.4);
}
.border-s-yellow-800\/45 {
  border-inline-start-color: rgb(114 59 19 / 0.45);
}
.border-s-yellow-800\/5 {
  border-inline-start-color: rgb(114 59 19 / 0.05);
}
.border-s-yellow-800\/50 {
  border-inline-start-color: rgb(114 59 19 / 0.5);
}
.border-s-yellow-800\/55 {
  border-inline-start-color: rgb(114 59 19 / 0.55);
}
.border-s-yellow-800\/60 {
  border-inline-start-color: rgb(114 59 19 / 0.6);
}
.border-s-yellow-800\/65 {
  border-inline-start-color: rgb(114 59 19 / 0.65);
}
.border-s-yellow-800\/70 {
  border-inline-start-color: rgb(114 59 19 / 0.7);
}
.border-s-yellow-800\/75 {
  border-inline-start-color: rgb(114 59 19 / 0.75);
}
.border-s-yellow-800\/80 {
  border-inline-start-color: rgb(114 59 19 / 0.8);
}
.border-s-yellow-800\/85 {
  border-inline-start-color: rgb(114 59 19 / 0.85);
}
.border-s-yellow-800\/90 {
  border-inline-start-color: rgb(114 59 19 / 0.9);
}
.border-s-yellow-800\/95 {
  border-inline-start-color: rgb(114 59 19 / 0.95);
}
.border-s-yellow-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(99 49 18 / var(--tw-border-opacity, 1));
}
.border-s-yellow-900\/0 {
  border-inline-start-color: rgb(99 49 18 / 0);
}
.border-s-yellow-900\/10 {
  border-inline-start-color: rgb(99 49 18 / 0.1);
}
.border-s-yellow-900\/100 {
  border-inline-start-color: rgb(99 49 18 / 1);
}
.border-s-yellow-900\/15 {
  border-inline-start-color: rgb(99 49 18 / 0.15);
}
.border-s-yellow-900\/20 {
  border-inline-start-color: rgb(99 49 18 / 0.2);
}
.border-s-yellow-900\/25 {
  border-inline-start-color: rgb(99 49 18 / 0.25);
}
.border-s-yellow-900\/30 {
  border-inline-start-color: rgb(99 49 18 / 0.3);
}
.border-s-yellow-900\/35 {
  border-inline-start-color: rgb(99 49 18 / 0.35);
}
.border-s-yellow-900\/40 {
  border-inline-start-color: rgb(99 49 18 / 0.4);
}
.border-s-yellow-900\/45 {
  border-inline-start-color: rgb(99 49 18 / 0.45);
}
.border-s-yellow-900\/5 {
  border-inline-start-color: rgb(99 49 18 / 0.05);
}
.border-s-yellow-900\/50 {
  border-inline-start-color: rgb(99 49 18 / 0.5);
}
.border-s-yellow-900\/55 {
  border-inline-start-color: rgb(99 49 18 / 0.55);
}
.border-s-yellow-900\/60 {
  border-inline-start-color: rgb(99 49 18 / 0.6);
}
.border-s-yellow-900\/65 {
  border-inline-start-color: rgb(99 49 18 / 0.65);
}
.border-s-yellow-900\/70 {
  border-inline-start-color: rgb(99 49 18 / 0.7);
}
.border-s-yellow-900\/75 {
  border-inline-start-color: rgb(99 49 18 / 0.75);
}
.border-s-yellow-900\/80 {
  border-inline-start-color: rgb(99 49 18 / 0.8);
}
.border-s-yellow-900\/85 {
  border-inline-start-color: rgb(99 49 18 / 0.85);
}
.border-s-yellow-900\/90 {
  border-inline-start-color: rgb(99 49 18 / 0.9);
}
.border-s-yellow-900\/95 {
  border-inline-start-color: rgb(99 49 18 / 0.95);
}
.border-t-black {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.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(225 239 254 / var(--tw-border-opacity, 1));
}
.border-t-blue-100\/0 {
  border-top-color: rgb(225 239 254 / 0);
}
.border-t-blue-100\/10 {
  border-top-color: rgb(225 239 254 / 0.1);
}
.border-t-blue-100\/100 {
  border-top-color: rgb(225 239 254 / 1);
}
.border-t-blue-100\/15 {
  border-top-color: rgb(225 239 254 / 0.15);
}
.border-t-blue-100\/20 {
  border-top-color: rgb(225 239 254 / 0.2);
}
.border-t-blue-100\/25 {
  border-top-color: rgb(225 239 254 / 0.25);
}
.border-t-blue-100\/30 {
  border-top-color: rgb(225 239 254 / 0.3);
}
.border-t-blue-100\/35 {
  border-top-color: rgb(225 239 254 / 0.35);
}
.border-t-blue-100\/40 {
  border-top-color: rgb(225 239 254 / 0.4);
}
.border-t-blue-100\/45 {
  border-top-color: rgb(225 239 254 / 0.45);
}
.border-t-blue-100\/5 {
  border-top-color: rgb(225 239 254 / 0.05);
}
.border-t-blue-100\/50 {
  border-top-color: rgb(225 239 254 / 0.5);
}
.border-t-blue-100\/55 {
  border-top-color: rgb(225 239 254 / 0.55);
}
.border-t-blue-100\/60 {
  border-top-color: rgb(225 239 254 / 0.6);
}
.border-t-blue-100\/65 {
  border-top-color: rgb(225 239 254 / 0.65);
}
.border-t-blue-100\/70 {
  border-top-color: rgb(225 239 254 / 0.7);
}
.border-t-blue-100\/75 {
  border-top-color: rgb(225 239 254 / 0.75);
}
.border-t-blue-100\/80 {
  border-top-color: rgb(225 239 254 / 0.8);
}
.border-t-blue-100\/85 {
  border-top-color: rgb(225 239 254 / 0.85);
}
.border-t-blue-100\/90 {
  border-top-color: rgb(225 239 254 / 0.9);
}
.border-t-blue-100\/95 {
  border-top-color: rgb(225 239 254 / 0.95);
}
.border-t-blue-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(195 221 253 / var(--tw-border-opacity, 1));
}
.border-t-blue-200\/0 {
  border-top-color: rgb(195 221 253 / 0);
}
.border-t-blue-200\/10 {
  border-top-color: rgb(195 221 253 / 0.1);
}
.border-t-blue-200\/100 {
  border-top-color: rgb(195 221 253 / 1);
}
.border-t-blue-200\/15 {
  border-top-color: rgb(195 221 253 / 0.15);
}
.border-t-blue-200\/20 {
  border-top-color: rgb(195 221 253 / 0.2);
}
.border-t-blue-200\/25 {
  border-top-color: rgb(195 221 253 / 0.25);
}
.border-t-blue-200\/30 {
  border-top-color: rgb(195 221 253 / 0.3);
}
.border-t-blue-200\/35 {
  border-top-color: rgb(195 221 253 / 0.35);
}
.border-t-blue-200\/40 {
  border-top-color: rgb(195 221 253 / 0.4);
}
.border-t-blue-200\/45 {
  border-top-color: rgb(195 221 253 / 0.45);
}
.border-t-blue-200\/5 {
  border-top-color: rgb(195 221 253 / 0.05);
}
.border-t-blue-200\/50 {
  border-top-color: rgb(195 221 253 / 0.5);
}
.border-t-blue-200\/55 {
  border-top-color: rgb(195 221 253 / 0.55);
}
.border-t-blue-200\/60 {
  border-top-color: rgb(195 221 253 / 0.6);
}
.border-t-blue-200\/65 {
  border-top-color: rgb(195 221 253 / 0.65);
}
.border-t-blue-200\/70 {
  border-top-color: rgb(195 221 253 / 0.7);
}
.border-t-blue-200\/75 {
  border-top-color: rgb(195 221 253 / 0.75);
}
.border-t-blue-200\/80 {
  border-top-color: rgb(195 221 253 / 0.8);
}
.border-t-blue-200\/85 {
  border-top-color: rgb(195 221 253 / 0.85);
}
.border-t-blue-200\/90 {
  border-top-color: rgb(195 221 253 / 0.9);
}
.border-t-blue-200\/95 {
  border-top-color: rgb(195 221 253 / 0.95);
}
.border-t-blue-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(164 202 254 / var(--tw-border-opacity, 1));
}
.border-t-blue-300\/0 {
  border-top-color: rgb(164 202 254 / 0);
}
.border-t-blue-300\/10 {
  border-top-color: rgb(164 202 254 / 0.1);
}
.border-t-blue-300\/100 {
  border-top-color: rgb(164 202 254 / 1);
}
.border-t-blue-300\/15 {
  border-top-color: rgb(164 202 254 / 0.15);
}
.border-t-blue-300\/20 {
  border-top-color: rgb(164 202 254 / 0.2);
}
.border-t-blue-300\/25 {
  border-top-color: rgb(164 202 254 / 0.25);
}
.border-t-blue-300\/30 {
  border-top-color: rgb(164 202 254 / 0.3);
}
.border-t-blue-300\/35 {
  border-top-color: rgb(164 202 254 / 0.35);
}
.border-t-blue-300\/40 {
  border-top-color: rgb(164 202 254 / 0.4);
}
.border-t-blue-300\/45 {
  border-top-color: rgb(164 202 254 / 0.45);
}
.border-t-blue-300\/5 {
  border-top-color: rgb(164 202 254 / 0.05);
}
.border-t-blue-300\/50 {
  border-top-color: rgb(164 202 254 / 0.5);
}
.border-t-blue-300\/55 {
  border-top-color: rgb(164 202 254 / 0.55);
}
.border-t-blue-300\/60 {
  border-top-color: rgb(164 202 254 / 0.6);
}
.border-t-blue-300\/65 {
  border-top-color: rgb(164 202 254 / 0.65);
}
.border-t-blue-300\/70 {
  border-top-color: rgb(164 202 254 / 0.7);
}
.border-t-blue-300\/75 {
  border-top-color: rgb(164 202 254 / 0.75);
}
.border-t-blue-300\/80 {
  border-top-color: rgb(164 202 254 / 0.8);
}
.border-t-blue-300\/85 {
  border-top-color: rgb(164 202 254 / 0.85);
}
.border-t-blue-300\/90 {
  border-top-color: rgb(164 202 254 / 0.9);
}
.border-t-blue-300\/95 {
  border-top-color: rgb(164 202 254 / 0.95);
}
.border-t-blue-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(118 169 250 / var(--tw-border-opacity, 1));
}
.border-t-blue-400\/0 {
  border-top-color: rgb(118 169 250 / 0);
}
.border-t-blue-400\/10 {
  border-top-color: rgb(118 169 250 / 0.1);
}
.border-t-blue-400\/100 {
  border-top-color: rgb(118 169 250 / 1);
}
.border-t-blue-400\/15 {
  border-top-color: rgb(118 169 250 / 0.15);
}
.border-t-blue-400\/20 {
  border-top-color: rgb(118 169 250 / 0.2);
}
.border-t-blue-400\/25 {
  border-top-color: rgb(118 169 250 / 0.25);
}
.border-t-blue-400\/30 {
  border-top-color: rgb(118 169 250 / 0.3);
}
.border-t-blue-400\/35 {
  border-top-color: rgb(118 169 250 / 0.35);
}
.border-t-blue-400\/40 {
  border-top-color: rgb(118 169 250 / 0.4);
}
.border-t-blue-400\/45 {
  border-top-color: rgb(118 169 250 / 0.45);
}
.border-t-blue-400\/5 {
  border-top-color: rgb(118 169 250 / 0.05);
}
.border-t-blue-400\/50 {
  border-top-color: rgb(118 169 250 / 0.5);
}
.border-t-blue-400\/55 {
  border-top-color: rgb(118 169 250 / 0.55);
}
.border-t-blue-400\/60 {
  border-top-color: rgb(118 169 250 / 0.6);
}
.border-t-blue-400\/65 {
  border-top-color: rgb(118 169 250 / 0.65);
}
.border-t-blue-400\/70 {
  border-top-color: rgb(118 169 250 / 0.7);
}
.border-t-blue-400\/75 {
  border-top-color: rgb(118 169 250 / 0.75);
}
.border-t-blue-400\/80 {
  border-top-color: rgb(118 169 250 / 0.8);
}
.border-t-blue-400\/85 {
  border-top-color: rgb(118 169 250 / 0.85);
}
.border-t-blue-400\/90 {
  border-top-color: rgb(118 169 250 / 0.9);
}
.border-t-blue-400\/95 {
  border-top-color: rgb(118 169 250 / 0.95);
}
.border-t-blue-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(235 245 255 / var(--tw-border-opacity, 1));
}
.border-t-blue-50\/0 {
  border-top-color: rgb(235 245 255 / 0);
}
.border-t-blue-50\/10 {
  border-top-color: rgb(235 245 255 / 0.1);
}
.border-t-blue-50\/100 {
  border-top-color: rgb(235 245 255 / 1);
}
.border-t-blue-50\/15 {
  border-top-color: rgb(235 245 255 / 0.15);
}
.border-t-blue-50\/20 {
  border-top-color: rgb(235 245 255 / 0.2);
}
.border-t-blue-50\/25 {
  border-top-color: rgb(235 245 255 / 0.25);
}
.border-t-blue-50\/30 {
  border-top-color: rgb(235 245 255 / 0.3);
}
.border-t-blue-50\/35 {
  border-top-color: rgb(235 245 255 / 0.35);
}
.border-t-blue-50\/40 {
  border-top-color: rgb(235 245 255 / 0.4);
}
.border-t-blue-50\/45 {
  border-top-color: rgb(235 245 255 / 0.45);
}
.border-t-blue-50\/5 {
  border-top-color: rgb(235 245 255 / 0.05);
}
.border-t-blue-50\/50 {
  border-top-color: rgb(235 245 255 / 0.5);
}
.border-t-blue-50\/55 {
  border-top-color: rgb(235 245 255 / 0.55);
}
.border-t-blue-50\/60 {
  border-top-color: rgb(235 245 255 / 0.6);
}
.border-t-blue-50\/65 {
  border-top-color: rgb(235 245 255 / 0.65);
}
.border-t-blue-50\/70 {
  border-top-color: rgb(235 245 255 / 0.7);
}
.border-t-blue-50\/75 {
  border-top-color: rgb(235 245 255 / 0.75);
}
.border-t-blue-50\/80 {
  border-top-color: rgb(235 245 255 / 0.8);
}
.border-t-blue-50\/85 {
  border-top-color: rgb(235 245 255 / 0.85);
}
.border-t-blue-50\/90 {
  border-top-color: rgb(235 245 255 / 0.9);
}
.border-t-blue-50\/95 {
  border-top-color: rgb(235 245 255 / 0.95);
}
.border-t-blue-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(63 131 248 / var(--tw-border-opacity, 1));
}
.border-t-blue-500\/0 {
  border-top-color: rgb(63 131 248 / 0);
}
.border-t-blue-500\/10 {
  border-top-color: rgb(63 131 248 / 0.1);
}
.border-t-blue-500\/100 {
  border-top-color: rgb(63 131 248 / 1);
}
.border-t-blue-500\/15 {
  border-top-color: rgb(63 131 248 / 0.15);
}
.border-t-blue-500\/20 {
  border-top-color: rgb(63 131 248 / 0.2);
}
.border-t-blue-500\/25 {
  border-top-color: rgb(63 131 248 / 0.25);
}
.border-t-blue-500\/30 {
  border-top-color: rgb(63 131 248 / 0.3);
}
.border-t-blue-500\/35 {
  border-top-color: rgb(63 131 248 / 0.35);
}
.border-t-blue-500\/40 {
  border-top-color: rgb(63 131 248 / 0.4);
}
.border-t-blue-500\/45 {
  border-top-color: rgb(63 131 248 / 0.45);
}
.border-t-blue-500\/5 {
  border-top-color: rgb(63 131 248 / 0.05);
}
.border-t-blue-500\/50 {
  border-top-color: rgb(63 131 248 / 0.5);
}
.border-t-blue-500\/55 {
  border-top-color: rgb(63 131 248 / 0.55);
}
.border-t-blue-500\/60 {
  border-top-color: rgb(63 131 248 / 0.6);
}
.border-t-blue-500\/65 {
  border-top-color: rgb(63 131 248 / 0.65);
}
.border-t-blue-500\/70 {
  border-top-color: rgb(63 131 248 / 0.7);
}
.border-t-blue-500\/75 {
  border-top-color: rgb(63 131 248 / 0.75);
}
.border-t-blue-500\/80 {
  border-top-color: rgb(63 131 248 / 0.8);
}
.border-t-blue-500\/85 {
  border-top-color: rgb(63 131 248 / 0.85);
}
.border-t-blue-500\/90 {
  border-top-color: rgb(63 131 248 / 0.9);
}
.border-t-blue-500\/95 {
  border-top-color: rgb(63 131 248 / 0.95);
}
.border-t-blue-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(28 100 242 / var(--tw-border-opacity, 1));
}
.border-t-blue-600\/0 {
  border-top-color: rgb(28 100 242 / 0);
}
.border-t-blue-600\/10 {
  border-top-color: rgb(28 100 242 / 0.1);
}
.border-t-blue-600\/100 {
  border-top-color: rgb(28 100 242 / 1);
}
.border-t-blue-600\/15 {
  border-top-color: rgb(28 100 242 / 0.15);
}
.border-t-blue-600\/20 {
  border-top-color: rgb(28 100 242 / 0.2);
}
.border-t-blue-600\/25 {
  border-top-color: rgb(28 100 242 / 0.25);
}
.border-t-blue-600\/30 {
  border-top-color: rgb(28 100 242 / 0.3);
}
.border-t-blue-600\/35 {
  border-top-color: rgb(28 100 242 / 0.35);
}
.border-t-blue-600\/40 {
  border-top-color: rgb(28 100 242 / 0.4);
}
.border-t-blue-600\/45 {
  border-top-color: rgb(28 100 242 / 0.45);
}
.border-t-blue-600\/5 {
  border-top-color: rgb(28 100 242 / 0.05);
}
.border-t-blue-600\/50 {
  border-top-color: rgb(28 100 242 / 0.5);
}
.border-t-blue-600\/55 {
  border-top-color: rgb(28 100 242 / 0.55);
}
.border-t-blue-600\/60 {
  border-top-color: rgb(28 100 242 / 0.6);
}
.border-t-blue-600\/65 {
  border-top-color: rgb(28 100 242 / 0.65);
}
.border-t-blue-600\/70 {
  border-top-color: rgb(28 100 242 / 0.7);
}
.border-t-blue-600\/75 {
  border-top-color: rgb(28 100 242 / 0.75);
}
.border-t-blue-600\/80 {
  border-top-color: rgb(28 100 242 / 0.8);
}
.border-t-blue-600\/85 {
  border-top-color: rgb(28 100 242 / 0.85);
}
.border-t-blue-600\/90 {
  border-top-color: rgb(28 100 242 / 0.9);
}
.border-t-blue-600\/95 {
  border-top-color: rgb(28 100 242 / 0.95);
}
.border-t-blue-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(26 86 219 / var(--tw-border-opacity, 1));
}
.border-t-blue-700\/0 {
  border-top-color: rgb(26 86 219 / 0);
}
.border-t-blue-700\/10 {
  border-top-color: rgb(26 86 219 / 0.1);
}
.border-t-blue-700\/100 {
  border-top-color: rgb(26 86 219 / 1);
}
.border-t-blue-700\/15 {
  border-top-color: rgb(26 86 219 / 0.15);
}
.border-t-blue-700\/20 {
  border-top-color: rgb(26 86 219 / 0.2);
}
.border-t-blue-700\/25 {
  border-top-color: rgb(26 86 219 / 0.25);
}
.border-t-blue-700\/30 {
  border-top-color: rgb(26 86 219 / 0.3);
}
.border-t-blue-700\/35 {
  border-top-color: rgb(26 86 219 / 0.35);
}
.border-t-blue-700\/40 {
  border-top-color: rgb(26 86 219 / 0.4);
}
.border-t-blue-700\/45 {
  border-top-color: rgb(26 86 219 / 0.45);
}
.border-t-blue-700\/5 {
  border-top-color: rgb(26 86 219 / 0.05);
}
.border-t-blue-700\/50 {
  border-top-color: rgb(26 86 219 / 0.5);
}
.border-t-blue-700\/55 {
  border-top-color: rgb(26 86 219 / 0.55);
}
.border-t-blue-700\/60 {
  border-top-color: rgb(26 86 219 / 0.6);
}
.border-t-blue-700\/65 {
  border-top-color: rgb(26 86 219 / 0.65);
}
.border-t-blue-700\/70 {
  border-top-color: rgb(26 86 219 / 0.7);
}
.border-t-blue-700\/75 {
  border-top-color: rgb(26 86 219 / 0.75);
}
.border-t-blue-700\/80 {
  border-top-color: rgb(26 86 219 / 0.8);
}
.border-t-blue-700\/85 {
  border-top-color: rgb(26 86 219 / 0.85);
}
.border-t-blue-700\/90 {
  border-top-color: rgb(26 86 219 / 0.9);
}
.border-t-blue-700\/95 {
  border-top-color: rgb(26 86 219 / 0.95);
}
.border-t-blue-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(30 66 159 / var(--tw-border-opacity, 1));
}
.border-t-blue-800\/0 {
  border-top-color: rgb(30 66 159 / 0);
}
.border-t-blue-800\/10 {
  border-top-color: rgb(30 66 159 / 0.1);
}
.border-t-blue-800\/100 {
  border-top-color: rgb(30 66 159 / 1);
}
.border-t-blue-800\/15 {
  border-top-color: rgb(30 66 159 / 0.15);
}
.border-t-blue-800\/20 {
  border-top-color: rgb(30 66 159 / 0.2);
}
.border-t-blue-800\/25 {
  border-top-color: rgb(30 66 159 / 0.25);
}
.border-t-blue-800\/30 {
  border-top-color: rgb(30 66 159 / 0.3);
}
.border-t-blue-800\/35 {
  border-top-color: rgb(30 66 159 / 0.35);
}
.border-t-blue-800\/40 {
  border-top-color: rgb(30 66 159 / 0.4);
}
.border-t-blue-800\/45 {
  border-top-color: rgb(30 66 159 / 0.45);
}
.border-t-blue-800\/5 {
  border-top-color: rgb(30 66 159 / 0.05);
}
.border-t-blue-800\/50 {
  border-top-color: rgb(30 66 159 / 0.5);
}
.border-t-blue-800\/55 {
  border-top-color: rgb(30 66 159 / 0.55);
}
.border-t-blue-800\/60 {
  border-top-color: rgb(30 66 159 / 0.6);
}
.border-t-blue-800\/65 {
  border-top-color: rgb(30 66 159 / 0.65);
}
.border-t-blue-800\/70 {
  border-top-color: rgb(30 66 159 / 0.7);
}
.border-t-blue-800\/75 {
  border-top-color: rgb(30 66 159 / 0.75);
}
.border-t-blue-800\/80 {
  border-top-color: rgb(30 66 159 / 0.8);
}
.border-t-blue-800\/85 {
  border-top-color: rgb(30 66 159 / 0.85);
}
.border-t-blue-800\/90 {
  border-top-color: rgb(30 66 159 / 0.9);
}
.border-t-blue-800\/95 {
  border-top-color: rgb(30 66 159 / 0.95);
}
.border-t-blue-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(35 56 118 / var(--tw-border-opacity, 1));
}
.border-t-blue-900\/0 {
  border-top-color: rgb(35 56 118 / 0);
}
.border-t-blue-900\/10 {
  border-top-color: rgb(35 56 118 / 0.1);
}
.border-t-blue-900\/100 {
  border-top-color: rgb(35 56 118 / 1);
}
.border-t-blue-900\/15 {
  border-top-color: rgb(35 56 118 / 0.15);
}
.border-t-blue-900\/20 {
  border-top-color: rgb(35 56 118 / 0.2);
}
.border-t-blue-900\/25 {
  border-top-color: rgb(35 56 118 / 0.25);
}
.border-t-blue-900\/30 {
  border-top-color: rgb(35 56 118 / 0.3);
}
.border-t-blue-900\/35 {
  border-top-color: rgb(35 56 118 / 0.35);
}
.border-t-blue-900\/40 {
  border-top-color: rgb(35 56 118 / 0.4);
}
.border-t-blue-900\/45 {
  border-top-color: rgb(35 56 118 / 0.45);
}
.border-t-blue-900\/5 {
  border-top-color: rgb(35 56 118 / 0.05);
}
.border-t-blue-900\/50 {
  border-top-color: rgb(35 56 118 / 0.5);
}
.border-t-blue-900\/55 {
  border-top-color: rgb(35 56 118 / 0.55);
}
.border-t-blue-900\/60 {
  border-top-color: rgb(35 56 118 / 0.6);
}
.border-t-blue-900\/65 {
  border-top-color: rgb(35 56 118 / 0.65);
}
.border-t-blue-900\/70 {
  border-top-color: rgb(35 56 118 / 0.7);
}
.border-t-blue-900\/75 {
  border-top-color: rgb(35 56 118 / 0.75);
}
.border-t-blue-900\/80 {
  border-top-color: rgb(35 56 118 / 0.8);
}
.border-t-blue-900\/85 {
  border-top-color: rgb(35 56 118 / 0.85);
}
.border-t-blue-900\/90 {
  border-top-color: rgb(35 56 118 / 0.9);
}
.border-t-blue-900\/95 {
  border-top-color: rgb(35 56 118 / 0.95);
}
.border-t-gray-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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, 1));
}
.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-green-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(222 247 236 / var(--tw-border-opacity, 1));
}
.border-t-green-100\/0 {
  border-top-color: rgb(222 247 236 / 0);
}
.border-t-green-100\/10 {
  border-top-color: rgb(222 247 236 / 0.1);
}
.border-t-green-100\/100 {
  border-top-color: rgb(222 247 236 / 1);
}
.border-t-green-100\/15 {
  border-top-color: rgb(222 247 236 / 0.15);
}
.border-t-green-100\/20 {
  border-top-color: rgb(222 247 236 / 0.2);
}
.border-t-green-100\/25 {
  border-top-color: rgb(222 247 236 / 0.25);
}
.border-t-green-100\/30 {
  border-top-color: rgb(222 247 236 / 0.3);
}
.border-t-green-100\/35 {
  border-top-color: rgb(222 247 236 / 0.35);
}
.border-t-green-100\/40 {
  border-top-color: rgb(222 247 236 / 0.4);
}
.border-t-green-100\/45 {
  border-top-color: rgb(222 247 236 / 0.45);
}
.border-t-green-100\/5 {
  border-top-color: rgb(222 247 236 / 0.05);
}
.border-t-green-100\/50 {
  border-top-color: rgb(222 247 236 / 0.5);
}
.border-t-green-100\/55 {
  border-top-color: rgb(222 247 236 / 0.55);
}
.border-t-green-100\/60 {
  border-top-color: rgb(222 247 236 / 0.6);
}
.border-t-green-100\/65 {
  border-top-color: rgb(222 247 236 / 0.65);
}
.border-t-green-100\/70 {
  border-top-color: rgb(222 247 236 / 0.7);
}
.border-t-green-100\/75 {
  border-top-color: rgb(222 247 236 / 0.75);
}
.border-t-green-100\/80 {
  border-top-color: rgb(222 247 236 / 0.8);
}
.border-t-green-100\/85 {
  border-top-color: rgb(222 247 236 / 0.85);
}
.border-t-green-100\/90 {
  border-top-color: rgb(222 247 236 / 0.9);
}
.border-t-green-100\/95 {
  border-top-color: rgb(222 247 236 / 0.95);
}
.border-t-green-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(188 240 218 / var(--tw-border-opacity, 1));
}
.border-t-green-200\/0 {
  border-top-color: rgb(188 240 218 / 0);
}
.border-t-green-200\/10 {
  border-top-color: rgb(188 240 218 / 0.1);
}
.border-t-green-200\/100 {
  border-top-color: rgb(188 240 218 / 1);
}
.border-t-green-200\/15 {
  border-top-color: rgb(188 240 218 / 0.15);
}
.border-t-green-200\/20 {
  border-top-color: rgb(188 240 218 / 0.2);
}
.border-t-green-200\/25 {
  border-top-color: rgb(188 240 218 / 0.25);
}
.border-t-green-200\/30 {
  border-top-color: rgb(188 240 218 / 0.3);
}
.border-t-green-200\/35 {
  border-top-color: rgb(188 240 218 / 0.35);
}
.border-t-green-200\/40 {
  border-top-color: rgb(188 240 218 / 0.4);
}
.border-t-green-200\/45 {
  border-top-color: rgb(188 240 218 / 0.45);
}
.border-t-green-200\/5 {
  border-top-color: rgb(188 240 218 / 0.05);
}
.border-t-green-200\/50 {
  border-top-color: rgb(188 240 218 / 0.5);
}
.border-t-green-200\/55 {
  border-top-color: rgb(188 240 218 / 0.55);
}
.border-t-green-200\/60 {
  border-top-color: rgb(188 240 218 / 0.6);
}
.border-t-green-200\/65 {
  border-top-color: rgb(188 240 218 / 0.65);
}
.border-t-green-200\/70 {
  border-top-color: rgb(188 240 218 / 0.7);
}
.border-t-green-200\/75 {
  border-top-color: rgb(188 240 218 / 0.75);
}
.border-t-green-200\/80 {
  border-top-color: rgb(188 240 218 / 0.8);
}
.border-t-green-200\/85 {
  border-top-color: rgb(188 240 218 / 0.85);
}
.border-t-green-200\/90 {
  border-top-color: rgb(188 240 218 / 0.9);
}
.border-t-green-200\/95 {
  border-top-color: rgb(188 240 218 / 0.95);
}
.border-t-green-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(132 225 188 / var(--tw-border-opacity, 1));
}
.border-t-green-300\/0 {
  border-top-color: rgb(132 225 188 / 0);
}
.border-t-green-300\/10 {
  border-top-color: rgb(132 225 188 / 0.1);
}
.border-t-green-300\/100 {
  border-top-color: rgb(132 225 188 / 1);
}
.border-t-green-300\/15 {
  border-top-color: rgb(132 225 188 / 0.15);
}
.border-t-green-300\/20 {
  border-top-color: rgb(132 225 188 / 0.2);
}
.border-t-green-300\/25 {
  border-top-color: rgb(132 225 188 / 0.25);
}
.border-t-green-300\/30 {
  border-top-color: rgb(132 225 188 / 0.3);
}
.border-t-green-300\/35 {
  border-top-color: rgb(132 225 188 / 0.35);
}
.border-t-green-300\/40 {
  border-top-color: rgb(132 225 188 / 0.4);
}
.border-t-green-300\/45 {
  border-top-color: rgb(132 225 188 / 0.45);
}
.border-t-green-300\/5 {
  border-top-color: rgb(132 225 188 / 0.05);
}
.border-t-green-300\/50 {
  border-top-color: rgb(132 225 188 / 0.5);
}
.border-t-green-300\/55 {
  border-top-color: rgb(132 225 188 / 0.55);
}
.border-t-green-300\/60 {
  border-top-color: rgb(132 225 188 / 0.6);
}
.border-t-green-300\/65 {
  border-top-color: rgb(132 225 188 / 0.65);
}
.border-t-green-300\/70 {
  border-top-color: rgb(132 225 188 / 0.7);
}
.border-t-green-300\/75 {
  border-top-color: rgb(132 225 188 / 0.75);
}
.border-t-green-300\/80 {
  border-top-color: rgb(132 225 188 / 0.8);
}
.border-t-green-300\/85 {
  border-top-color: rgb(132 225 188 / 0.85);
}
.border-t-green-300\/90 {
  border-top-color: rgb(132 225 188 / 0.9);
}
.border-t-green-300\/95 {
  border-top-color: rgb(132 225 188 / 0.95);
}
.border-t-green-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(49 196 141 / var(--tw-border-opacity, 1));
}
.border-t-green-400\/0 {
  border-top-color: rgb(49 196 141 / 0);
}
.border-t-green-400\/10 {
  border-top-color: rgb(49 196 141 / 0.1);
}
.border-t-green-400\/100 {
  border-top-color: rgb(49 196 141 / 1);
}
.border-t-green-400\/15 {
  border-top-color: rgb(49 196 141 / 0.15);
}
.border-t-green-400\/20 {
  border-top-color: rgb(49 196 141 / 0.2);
}
.border-t-green-400\/25 {
  border-top-color: rgb(49 196 141 / 0.25);
}
.border-t-green-400\/30 {
  border-top-color: rgb(49 196 141 / 0.3);
}
.border-t-green-400\/35 {
  border-top-color: rgb(49 196 141 / 0.35);
}
.border-t-green-400\/40 {
  border-top-color: rgb(49 196 141 / 0.4);
}
.border-t-green-400\/45 {
  border-top-color: rgb(49 196 141 / 0.45);
}
.border-t-green-400\/5 {
  border-top-color: rgb(49 196 141 / 0.05);
}
.border-t-green-400\/50 {
  border-top-color: rgb(49 196 141 / 0.5);
}
.border-t-green-400\/55 {
  border-top-color: rgb(49 196 141 / 0.55);
}
.border-t-green-400\/60 {
  border-top-color: rgb(49 196 141 / 0.6);
}
.border-t-green-400\/65 {
  border-top-color: rgb(49 196 141 / 0.65);
}
.border-t-green-400\/70 {
  border-top-color: rgb(49 196 141 / 0.7);
}
.border-t-green-400\/75 {
  border-top-color: rgb(49 196 141 / 0.75);
}
.border-t-green-400\/80 {
  border-top-color: rgb(49 196 141 / 0.8);
}
.border-t-green-400\/85 {
  border-top-color: rgb(49 196 141 / 0.85);
}
.border-t-green-400\/90 {
  border-top-color: rgb(49 196 141 / 0.9);
}
.border-t-green-400\/95 {
  border-top-color: rgb(49 196 141 / 0.95);
}
.border-t-green-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 250 247 / var(--tw-border-opacity, 1));
}
.border-t-green-50\/0 {
  border-top-color: rgb(243 250 247 / 0);
}
.border-t-green-50\/10 {
  border-top-color: rgb(243 250 247 / 0.1);
}
.border-t-green-50\/100 {
  border-top-color: rgb(243 250 247 / 1);
}
.border-t-green-50\/15 {
  border-top-color: rgb(243 250 247 / 0.15);
}
.border-t-green-50\/20 {
  border-top-color: rgb(243 250 247 / 0.2);
}
.border-t-green-50\/25 {
  border-top-color: rgb(243 250 247 / 0.25);
}
.border-t-green-50\/30 {
  border-top-color: rgb(243 250 247 / 0.3);
}
.border-t-green-50\/35 {
  border-top-color: rgb(243 250 247 / 0.35);
}
.border-t-green-50\/40 {
  border-top-color: rgb(243 250 247 / 0.4);
}
.border-t-green-50\/45 {
  border-top-color: rgb(243 250 247 / 0.45);
}
.border-t-green-50\/5 {
  border-top-color: rgb(243 250 247 / 0.05);
}
.border-t-green-50\/50 {
  border-top-color: rgb(243 250 247 / 0.5);
}
.border-t-green-50\/55 {
  border-top-color: rgb(243 250 247 / 0.55);
}
.border-t-green-50\/60 {
  border-top-color: rgb(243 250 247 / 0.6);
}
.border-t-green-50\/65 {
  border-top-color: rgb(243 250 247 / 0.65);
}
.border-t-green-50\/70 {
  border-top-color: rgb(243 250 247 / 0.7);
}
.border-t-green-50\/75 {
  border-top-color: rgb(243 250 247 / 0.75);
}
.border-t-green-50\/80 {
  border-top-color: rgb(243 250 247 / 0.8);
}
.border-t-green-50\/85 {
  border-top-color: rgb(243 250 247 / 0.85);
}
.border-t-green-50\/90 {
  border-top-color: rgb(243 250 247 / 0.9);
}
.border-t-green-50\/95 {
  border-top-color: rgb(243 250 247 / 0.95);
}
.border-t-green-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(14 159 110 / var(--tw-border-opacity, 1));
}
.border-t-green-500\/0 {
  border-top-color: rgb(14 159 110 / 0);
}
.border-t-green-500\/10 {
  border-top-color: rgb(14 159 110 / 0.1);
}
.border-t-green-500\/100 {
  border-top-color: rgb(14 159 110 / 1);
}
.border-t-green-500\/15 {
  border-top-color: rgb(14 159 110 / 0.15);
}
.border-t-green-500\/20 {
  border-top-color: rgb(14 159 110 / 0.2);
}
.border-t-green-500\/25 {
  border-top-color: rgb(14 159 110 / 0.25);
}
.border-t-green-500\/30 {
  border-top-color: rgb(14 159 110 / 0.3);
}
.border-t-green-500\/35 {
  border-top-color: rgb(14 159 110 / 0.35);
}
.border-t-green-500\/40 {
  border-top-color: rgb(14 159 110 / 0.4);
}
.border-t-green-500\/45 {
  border-top-color: rgb(14 159 110 / 0.45);
}
.border-t-green-500\/5 {
  border-top-color: rgb(14 159 110 / 0.05);
}
.border-t-green-500\/50 {
  border-top-color: rgb(14 159 110 / 0.5);
}
.border-t-green-500\/55 {
  border-top-color: rgb(14 159 110 / 0.55);
}
.border-t-green-500\/60 {
  border-top-color: rgb(14 159 110 / 0.6);
}
.border-t-green-500\/65 {
  border-top-color: rgb(14 159 110 / 0.65);
}
.border-t-green-500\/70 {
  border-top-color: rgb(14 159 110 / 0.7);
}
.border-t-green-500\/75 {
  border-top-color: rgb(14 159 110 / 0.75);
}
.border-t-green-500\/80 {
  border-top-color: rgb(14 159 110 / 0.8);
}
.border-t-green-500\/85 {
  border-top-color: rgb(14 159 110 / 0.85);
}
.border-t-green-500\/90 {
  border-top-color: rgb(14 159 110 / 0.9);
}
.border-t-green-500\/95 {
  border-top-color: rgb(14 159 110 / 0.95);
}
.border-t-green-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(5 122 85 / var(--tw-border-opacity, 1));
}
.border-t-green-600\/0 {
  border-top-color: rgb(5 122 85 / 0);
}
.border-t-green-600\/10 {
  border-top-color: rgb(5 122 85 / 0.1);
}
.border-t-green-600\/100 {
  border-top-color: rgb(5 122 85 / 1);
}
.border-t-green-600\/15 {
  border-top-color: rgb(5 122 85 / 0.15);
}
.border-t-green-600\/20 {
  border-top-color: rgb(5 122 85 / 0.2);
}
.border-t-green-600\/25 {
  border-top-color: rgb(5 122 85 / 0.25);
}
.border-t-green-600\/30 {
  border-top-color: rgb(5 122 85 / 0.3);
}
.border-t-green-600\/35 {
  border-top-color: rgb(5 122 85 / 0.35);
}
.border-t-green-600\/40 {
  border-top-color: rgb(5 122 85 / 0.4);
}
.border-t-green-600\/45 {
  border-top-color: rgb(5 122 85 / 0.45);
}
.border-t-green-600\/5 {
  border-top-color: rgb(5 122 85 / 0.05);
}
.border-t-green-600\/50 {
  border-top-color: rgb(5 122 85 / 0.5);
}
.border-t-green-600\/55 {
  border-top-color: rgb(5 122 85 / 0.55);
}
.border-t-green-600\/60 {
  border-top-color: rgb(5 122 85 / 0.6);
}
.border-t-green-600\/65 {
  border-top-color: rgb(5 122 85 / 0.65);
}
.border-t-green-600\/70 {
  border-top-color: rgb(5 122 85 / 0.7);
}
.border-t-green-600\/75 {
  border-top-color: rgb(5 122 85 / 0.75);
}
.border-t-green-600\/80 {
  border-top-color: rgb(5 122 85 / 0.8);
}
.border-t-green-600\/85 {
  border-top-color: rgb(5 122 85 / 0.85);
}
.border-t-green-600\/90 {
  border-top-color: rgb(5 122 85 / 0.9);
}
.border-t-green-600\/95 {
  border-top-color: rgb(5 122 85 / 0.95);
}
.border-t-green-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(4 108 78 / var(--tw-border-opacity, 1));
}
.border-t-green-700\/0 {
  border-top-color: rgb(4 108 78 / 0);
}
.border-t-green-700\/10 {
  border-top-color: rgb(4 108 78 / 0.1);
}
.border-t-green-700\/100 {
  border-top-color: rgb(4 108 78 / 1);
}
.border-t-green-700\/15 {
  border-top-color: rgb(4 108 78 / 0.15);
}
.border-t-green-700\/20 {
  border-top-color: rgb(4 108 78 / 0.2);
}
.border-t-green-700\/25 {
  border-top-color: rgb(4 108 78 / 0.25);
}
.border-t-green-700\/30 {
  border-top-color: rgb(4 108 78 / 0.3);
}
.border-t-green-700\/35 {
  border-top-color: rgb(4 108 78 / 0.35);
}
.border-t-green-700\/40 {
  border-top-color: rgb(4 108 78 / 0.4);
}
.border-t-green-700\/45 {
  border-top-color: rgb(4 108 78 / 0.45);
}
.border-t-green-700\/5 {
  border-top-color: rgb(4 108 78 / 0.05);
}
.border-t-green-700\/50 {
  border-top-color: rgb(4 108 78 / 0.5);
}
.border-t-green-700\/55 {
  border-top-color: rgb(4 108 78 / 0.55);
}
.border-t-green-700\/60 {
  border-top-color: rgb(4 108 78 / 0.6);
}
.border-t-green-700\/65 {
  border-top-color: rgb(4 108 78 / 0.65);
}
.border-t-green-700\/70 {
  border-top-color: rgb(4 108 78 / 0.7);
}
.border-t-green-700\/75 {
  border-top-color: rgb(4 108 78 / 0.75);
}
.border-t-green-700\/80 {
  border-top-color: rgb(4 108 78 / 0.8);
}
.border-t-green-700\/85 {
  border-top-color: rgb(4 108 78 / 0.85);
}
.border-t-green-700\/90 {
  border-top-color: rgb(4 108 78 / 0.9);
}
.border-t-green-700\/95 {
  border-top-color: rgb(4 108 78 / 0.95);
}
.border-t-green-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(3 84 63 / var(--tw-border-opacity, 1));
}
.border-t-green-800\/0 {
  border-top-color: rgb(3 84 63 / 0);
}
.border-t-green-800\/10 {
  border-top-color: rgb(3 84 63 / 0.1);
}
.border-t-green-800\/100 {
  border-top-color: rgb(3 84 63 / 1);
}
.border-t-green-800\/15 {
  border-top-color: rgb(3 84 63 / 0.15);
}
.border-t-green-800\/20 {
  border-top-color: rgb(3 84 63 / 0.2);
}
.border-t-green-800\/25 {
  border-top-color: rgb(3 84 63 / 0.25);
}
.border-t-green-800\/30 {
  border-top-color: rgb(3 84 63 / 0.3);
}
.border-t-green-800\/35 {
  border-top-color: rgb(3 84 63 / 0.35);
}
.border-t-green-800\/40 {
  border-top-color: rgb(3 84 63 / 0.4);
}
.border-t-green-800\/45 {
  border-top-color: rgb(3 84 63 / 0.45);
}
.border-t-green-800\/5 {
  border-top-color: rgb(3 84 63 / 0.05);
}
.border-t-green-800\/50 {
  border-top-color: rgb(3 84 63 / 0.5);
}
.border-t-green-800\/55 {
  border-top-color: rgb(3 84 63 / 0.55);
}
.border-t-green-800\/60 {
  border-top-color: rgb(3 84 63 / 0.6);
}
.border-t-green-800\/65 {
  border-top-color: rgb(3 84 63 / 0.65);
}
.border-t-green-800\/70 {
  border-top-color: rgb(3 84 63 / 0.7);
}
.border-t-green-800\/75 {
  border-top-color: rgb(3 84 63 / 0.75);
}
.border-t-green-800\/80 {
  border-top-color: rgb(3 84 63 / 0.8);
}
.border-t-green-800\/85 {
  border-top-color: rgb(3 84 63 / 0.85);
}
.border-t-green-800\/90 {
  border-top-color: rgb(3 84 63 / 0.9);
}
.border-t-green-800\/95 {
  border-top-color: rgb(3 84 63 / 0.95);
}
.border-t-green-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(1 71 55 / var(--tw-border-opacity, 1));
}
.border-t-green-900\/0 {
  border-top-color: rgb(1 71 55 / 0);
}
.border-t-green-900\/10 {
  border-top-color: rgb(1 71 55 / 0.1);
}
.border-t-green-900\/100 {
  border-top-color: rgb(1 71 55 / 1);
}
.border-t-green-900\/15 {
  border-top-color: rgb(1 71 55 / 0.15);
}
.border-t-green-900\/20 {
  border-top-color: rgb(1 71 55 / 0.2);
}
.border-t-green-900\/25 {
  border-top-color: rgb(1 71 55 / 0.25);
}
.border-t-green-900\/30 {
  border-top-color: rgb(1 71 55 / 0.3);
}
.border-t-green-900\/35 {
  border-top-color: rgb(1 71 55 / 0.35);
}
.border-t-green-900\/40 {
  border-top-color: rgb(1 71 55 / 0.4);
}
.border-t-green-900\/45 {
  border-top-color: rgb(1 71 55 / 0.45);
}
.border-t-green-900\/5 {
  border-top-color: rgb(1 71 55 / 0.05);
}
.border-t-green-900\/50 {
  border-top-color: rgb(1 71 55 / 0.5);
}
.border-t-green-900\/55 {
  border-top-color: rgb(1 71 55 / 0.55);
}
.border-t-green-900\/60 {
  border-top-color: rgb(1 71 55 / 0.6);
}
.border-t-green-900\/65 {
  border-top-color: rgb(1 71 55 / 0.65);
}
.border-t-green-900\/70 {
  border-top-color: rgb(1 71 55 / 0.7);
}
.border-t-green-900\/75 {
  border-top-color: rgb(1 71 55 / 0.75);
}
.border-t-green-900\/80 {
  border-top-color: rgb(1 71 55 / 0.8);
}
.border-t-green-900\/85 {
  border-top-color: rgb(1 71 55 / 0.85);
}
.border-t-green-900\/90 {
  border-top-color: rgb(1 71 55 / 0.9);
}
.border-t-green-900\/95 {
  border-top-color: rgb(1 71 55 / 0.95);
}
.border-t-indigo-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(229 237 255 / var(--tw-border-opacity, 1));
}
.border-t-indigo-100\/0 {
  border-top-color: rgb(229 237 255 / 0);
}
.border-t-indigo-100\/10 {
  border-top-color: rgb(229 237 255 / 0.1);
}
.border-t-indigo-100\/100 {
  border-top-color: rgb(229 237 255 / 1);
}
.border-t-indigo-100\/15 {
  border-top-color: rgb(229 237 255 / 0.15);
}
.border-t-indigo-100\/20 {
  border-top-color: rgb(229 237 255 / 0.2);
}
.border-t-indigo-100\/25 {
  border-top-color: rgb(229 237 255 / 0.25);
}
.border-t-indigo-100\/30 {
  border-top-color: rgb(229 237 255 / 0.3);
}
.border-t-indigo-100\/35 {
  border-top-color: rgb(229 237 255 / 0.35);
}
.border-t-indigo-100\/40 {
  border-top-color: rgb(229 237 255 / 0.4);
}
.border-t-indigo-100\/45 {
  border-top-color: rgb(229 237 255 / 0.45);
}
.border-t-indigo-100\/5 {
  border-top-color: rgb(229 237 255 / 0.05);
}
.border-t-indigo-100\/50 {
  border-top-color: rgb(229 237 255 / 0.5);
}
.border-t-indigo-100\/55 {
  border-top-color: rgb(229 237 255 / 0.55);
}
.border-t-indigo-100\/60 {
  border-top-color: rgb(229 237 255 / 0.6);
}
.border-t-indigo-100\/65 {
  border-top-color: rgb(229 237 255 / 0.65);
}
.border-t-indigo-100\/70 {
  border-top-color: rgb(229 237 255 / 0.7);
}
.border-t-indigo-100\/75 {
  border-top-color: rgb(229 237 255 / 0.75);
}
.border-t-indigo-100\/80 {
  border-top-color: rgb(229 237 255 / 0.8);
}
.border-t-indigo-100\/85 {
  border-top-color: rgb(229 237 255 / 0.85);
}
.border-t-indigo-100\/90 {
  border-top-color: rgb(229 237 255 / 0.9);
}
.border-t-indigo-100\/95 {
  border-top-color: rgb(229 237 255 / 0.95);
}
.border-t-indigo-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(205 219 254 / var(--tw-border-opacity, 1));
}
.border-t-indigo-200\/0 {
  border-top-color: rgb(205 219 254 / 0);
}
.border-t-indigo-200\/10 {
  border-top-color: rgb(205 219 254 / 0.1);
}
.border-t-indigo-200\/100 {
  border-top-color: rgb(205 219 254 / 1);
}
.border-t-indigo-200\/15 {
  border-top-color: rgb(205 219 254 / 0.15);
}
.border-t-indigo-200\/20 {
  border-top-color: rgb(205 219 254 / 0.2);
}
.border-t-indigo-200\/25 {
  border-top-color: rgb(205 219 254 / 0.25);
}
.border-t-indigo-200\/30 {
  border-top-color: rgb(205 219 254 / 0.3);
}
.border-t-indigo-200\/35 {
  border-top-color: rgb(205 219 254 / 0.35);
}
.border-t-indigo-200\/40 {
  border-top-color: rgb(205 219 254 / 0.4);
}
.border-t-indigo-200\/45 {
  border-top-color: rgb(205 219 254 / 0.45);
}
.border-t-indigo-200\/5 {
  border-top-color: rgb(205 219 254 / 0.05);
}
.border-t-indigo-200\/50 {
  border-top-color: rgb(205 219 254 / 0.5);
}
.border-t-indigo-200\/55 {
  border-top-color: rgb(205 219 254 / 0.55);
}
.border-t-indigo-200\/60 {
  border-top-color: rgb(205 219 254 / 0.6);
}
.border-t-indigo-200\/65 {
  border-top-color: rgb(205 219 254 / 0.65);
}
.border-t-indigo-200\/70 {
  border-top-color: rgb(205 219 254 / 0.7);
}
.border-t-indigo-200\/75 {
  border-top-color: rgb(205 219 254 / 0.75);
}
.border-t-indigo-200\/80 {
  border-top-color: rgb(205 219 254 / 0.8);
}
.border-t-indigo-200\/85 {
  border-top-color: rgb(205 219 254 / 0.85);
}
.border-t-indigo-200\/90 {
  border-top-color: rgb(205 219 254 / 0.9);
}
.border-t-indigo-200\/95 {
  border-top-color: rgb(205 219 254 / 0.95);
}
.border-t-indigo-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(180 198 252 / var(--tw-border-opacity, 1));
}
.border-t-indigo-300\/0 {
  border-top-color: rgb(180 198 252 / 0);
}
.border-t-indigo-300\/10 {
  border-top-color: rgb(180 198 252 / 0.1);
}
.border-t-indigo-300\/100 {
  border-top-color: rgb(180 198 252 / 1);
}
.border-t-indigo-300\/15 {
  border-top-color: rgb(180 198 252 / 0.15);
}
.border-t-indigo-300\/20 {
  border-top-color: rgb(180 198 252 / 0.2);
}
.border-t-indigo-300\/25 {
  border-top-color: rgb(180 198 252 / 0.25);
}
.border-t-indigo-300\/30 {
  border-top-color: rgb(180 198 252 / 0.3);
}
.border-t-indigo-300\/35 {
  border-top-color: rgb(180 198 252 / 0.35);
}
.border-t-indigo-300\/40 {
  border-top-color: rgb(180 198 252 / 0.4);
}
.border-t-indigo-300\/45 {
  border-top-color: rgb(180 198 252 / 0.45);
}
.border-t-indigo-300\/5 {
  border-top-color: rgb(180 198 252 / 0.05);
}
.border-t-indigo-300\/50 {
  border-top-color: rgb(180 198 252 / 0.5);
}
.border-t-indigo-300\/55 {
  border-top-color: rgb(180 198 252 / 0.55);
}
.border-t-indigo-300\/60 {
  border-top-color: rgb(180 198 252 / 0.6);
}
.border-t-indigo-300\/65 {
  border-top-color: rgb(180 198 252 / 0.65);
}
.border-t-indigo-300\/70 {
  border-top-color: rgb(180 198 252 / 0.7);
}
.border-t-indigo-300\/75 {
  border-top-color: rgb(180 198 252 / 0.75);
}
.border-t-indigo-300\/80 {
  border-top-color: rgb(180 198 252 / 0.8);
}
.border-t-indigo-300\/85 {
  border-top-color: rgb(180 198 252 / 0.85);
}
.border-t-indigo-300\/90 {
  border-top-color: rgb(180 198 252 / 0.9);
}
.border-t-indigo-300\/95 {
  border-top-color: rgb(180 198 252 / 0.95);
}
.border-t-indigo-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(141 162 251 / var(--tw-border-opacity, 1));
}
.border-t-indigo-400\/0 {
  border-top-color: rgb(141 162 251 / 0);
}
.border-t-indigo-400\/10 {
  border-top-color: rgb(141 162 251 / 0.1);
}
.border-t-indigo-400\/100 {
  border-top-color: rgb(141 162 251 / 1);
}
.border-t-indigo-400\/15 {
  border-top-color: rgb(141 162 251 / 0.15);
}
.border-t-indigo-400\/20 {
  border-top-color: rgb(141 162 251 / 0.2);
}
.border-t-indigo-400\/25 {
  border-top-color: rgb(141 162 251 / 0.25);
}
.border-t-indigo-400\/30 {
  border-top-color: rgb(141 162 251 / 0.3);
}
.border-t-indigo-400\/35 {
  border-top-color: rgb(141 162 251 / 0.35);
}
.border-t-indigo-400\/40 {
  border-top-color: rgb(141 162 251 / 0.4);
}
.border-t-indigo-400\/45 {
  border-top-color: rgb(141 162 251 / 0.45);
}
.border-t-indigo-400\/5 {
  border-top-color: rgb(141 162 251 / 0.05);
}
.border-t-indigo-400\/50 {
  border-top-color: rgb(141 162 251 / 0.5);
}
.border-t-indigo-400\/55 {
  border-top-color: rgb(141 162 251 / 0.55);
}
.border-t-indigo-400\/60 {
  border-top-color: rgb(141 162 251 / 0.6);
}
.border-t-indigo-400\/65 {
  border-top-color: rgb(141 162 251 / 0.65);
}
.border-t-indigo-400\/70 {
  border-top-color: rgb(141 162 251 / 0.7);
}
.border-t-indigo-400\/75 {
  border-top-color: rgb(141 162 251 / 0.75);
}
.border-t-indigo-400\/80 {
  border-top-color: rgb(141 162 251 / 0.8);
}
.border-t-indigo-400\/85 {
  border-top-color: rgb(141 162 251 / 0.85);
}
.border-t-indigo-400\/90 {
  border-top-color: rgb(141 162 251 / 0.9);
}
.border-t-indigo-400\/95 {
  border-top-color: rgb(141 162 251 / 0.95);
}
.border-t-indigo-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 245 255 / var(--tw-border-opacity, 1));
}
.border-t-indigo-50\/0 {
  border-top-color: rgb(240 245 255 / 0);
}
.border-t-indigo-50\/10 {
  border-top-color: rgb(240 245 255 / 0.1);
}
.border-t-indigo-50\/100 {
  border-top-color: rgb(240 245 255 / 1);
}
.border-t-indigo-50\/15 {
  border-top-color: rgb(240 245 255 / 0.15);
}
.border-t-indigo-50\/20 {
  border-top-color: rgb(240 245 255 / 0.2);
}
.border-t-indigo-50\/25 {
  border-top-color: rgb(240 245 255 / 0.25);
}
.border-t-indigo-50\/30 {
  border-top-color: rgb(240 245 255 / 0.3);
}
.border-t-indigo-50\/35 {
  border-top-color: rgb(240 245 255 / 0.35);
}
.border-t-indigo-50\/40 {
  border-top-color: rgb(240 245 255 / 0.4);
}
.border-t-indigo-50\/45 {
  border-top-color: rgb(240 245 255 / 0.45);
}
.border-t-indigo-50\/5 {
  border-top-color: rgb(240 245 255 / 0.05);
}
.border-t-indigo-50\/50 {
  border-top-color: rgb(240 245 255 / 0.5);
}
.border-t-indigo-50\/55 {
  border-top-color: rgb(240 245 255 / 0.55);
}
.border-t-indigo-50\/60 {
  border-top-color: rgb(240 245 255 / 0.6);
}
.border-t-indigo-50\/65 {
  border-top-color: rgb(240 245 255 / 0.65);
}
.border-t-indigo-50\/70 {
  border-top-color: rgb(240 245 255 / 0.7);
}
.border-t-indigo-50\/75 {
  border-top-color: rgb(240 245 255 / 0.75);
}
.border-t-indigo-50\/80 {
  border-top-color: rgb(240 245 255 / 0.8);
}
.border-t-indigo-50\/85 {
  border-top-color: rgb(240 245 255 / 0.85);
}
.border-t-indigo-50\/90 {
  border-top-color: rgb(240 245 255 / 0.9);
}
.border-t-indigo-50\/95 {
  border-top-color: rgb(240 245 255 / 0.95);
}
.border-t-indigo-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(104 117 245 / var(--tw-border-opacity, 1));
}
.border-t-indigo-500\/0 {
  border-top-color: rgb(104 117 245 / 0);
}
.border-t-indigo-500\/10 {
  border-top-color: rgb(104 117 245 / 0.1);
}
.border-t-indigo-500\/100 {
  border-top-color: rgb(104 117 245 / 1);
}
.border-t-indigo-500\/15 {
  border-top-color: rgb(104 117 245 / 0.15);
}
.border-t-indigo-500\/20 {
  border-top-color: rgb(104 117 245 / 0.2);
}
.border-t-indigo-500\/25 {
  border-top-color: rgb(104 117 245 / 0.25);
}
.border-t-indigo-500\/30 {
  border-top-color: rgb(104 117 245 / 0.3);
}
.border-t-indigo-500\/35 {
  border-top-color: rgb(104 117 245 / 0.35);
}
.border-t-indigo-500\/40 {
  border-top-color: rgb(104 117 245 / 0.4);
}
.border-t-indigo-500\/45 {
  border-top-color: rgb(104 117 245 / 0.45);
}
.border-t-indigo-500\/5 {
  border-top-color: rgb(104 117 245 / 0.05);
}
.border-t-indigo-500\/50 {
  border-top-color: rgb(104 117 245 / 0.5);
}
.border-t-indigo-500\/55 {
  border-top-color: rgb(104 117 245 / 0.55);
}
.border-t-indigo-500\/60 {
  border-top-color: rgb(104 117 245 / 0.6);
}
.border-t-indigo-500\/65 {
  border-top-color: rgb(104 117 245 / 0.65);
}
.border-t-indigo-500\/70 {
  border-top-color: rgb(104 117 245 / 0.7);
}
.border-t-indigo-500\/75 {
  border-top-color: rgb(104 117 245 / 0.75);
}
.border-t-indigo-500\/80 {
  border-top-color: rgb(104 117 245 / 0.8);
}
.border-t-indigo-500\/85 {
  border-top-color: rgb(104 117 245 / 0.85);
}
.border-t-indigo-500\/90 {
  border-top-color: rgb(104 117 245 / 0.9);
}
.border-t-indigo-500\/95 {
  border-top-color: rgb(104 117 245 / 0.95);
}
.border-t-indigo-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(88 80 236 / var(--tw-border-opacity, 1));
}
.border-t-indigo-600\/0 {
  border-top-color: rgb(88 80 236 / 0);
}
.border-t-indigo-600\/10 {
  border-top-color: rgb(88 80 236 / 0.1);
}
.border-t-indigo-600\/100 {
  border-top-color: rgb(88 80 236 / 1);
}
.border-t-indigo-600\/15 {
  border-top-color: rgb(88 80 236 / 0.15);
}
.border-t-indigo-600\/20 {
  border-top-color: rgb(88 80 236 / 0.2);
}
.border-t-indigo-600\/25 {
  border-top-color: rgb(88 80 236 / 0.25);
}
.border-t-indigo-600\/30 {
  border-top-color: rgb(88 80 236 / 0.3);
}
.border-t-indigo-600\/35 {
  border-top-color: rgb(88 80 236 / 0.35);
}
.border-t-indigo-600\/40 {
  border-top-color: rgb(88 80 236 / 0.4);
}
.border-t-indigo-600\/45 {
  border-top-color: rgb(88 80 236 / 0.45);
}
.border-t-indigo-600\/5 {
  border-top-color: rgb(88 80 236 / 0.05);
}
.border-t-indigo-600\/50 {
  border-top-color: rgb(88 80 236 / 0.5);
}
.border-t-indigo-600\/55 {
  border-top-color: rgb(88 80 236 / 0.55);
}
.border-t-indigo-600\/60 {
  border-top-color: rgb(88 80 236 / 0.6);
}
.border-t-indigo-600\/65 {
  border-top-color: rgb(88 80 236 / 0.65);
}
.border-t-indigo-600\/70 {
  border-top-color: rgb(88 80 236 / 0.7);
}
.border-t-indigo-600\/75 {
  border-top-color: rgb(88 80 236 / 0.75);
}
.border-t-indigo-600\/80 {
  border-top-color: rgb(88 80 236 / 0.8);
}
.border-t-indigo-600\/85 {
  border-top-color: rgb(88 80 236 / 0.85);
}
.border-t-indigo-600\/90 {
  border-top-color: rgb(88 80 236 / 0.9);
}
.border-t-indigo-600\/95 {
  border-top-color: rgb(88 80 236 / 0.95);
}
.border-t-indigo-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(81 69 205 / var(--tw-border-opacity, 1));
}
.border-t-indigo-700\/0 {
  border-top-color: rgb(81 69 205 / 0);
}
.border-t-indigo-700\/10 {
  border-top-color: rgb(81 69 205 / 0.1);
}
.border-t-indigo-700\/100 {
  border-top-color: rgb(81 69 205 / 1);
}
.border-t-indigo-700\/15 {
  border-top-color: rgb(81 69 205 / 0.15);
}
.border-t-indigo-700\/20 {
  border-top-color: rgb(81 69 205 / 0.2);
}
.border-t-indigo-700\/25 {
  border-top-color: rgb(81 69 205 / 0.25);
}
.border-t-indigo-700\/30 {
  border-top-color: rgb(81 69 205 / 0.3);
}
.border-t-indigo-700\/35 {
  border-top-color: rgb(81 69 205 / 0.35);
}
.border-t-indigo-700\/40 {
  border-top-color: rgb(81 69 205 / 0.4);
}
.border-t-indigo-700\/45 {
  border-top-color: rgb(81 69 205 / 0.45);
}
.border-t-indigo-700\/5 {
  border-top-color: rgb(81 69 205 / 0.05);
}
.border-t-indigo-700\/50 {
  border-top-color: rgb(81 69 205 / 0.5);
}
.border-t-indigo-700\/55 {
  border-top-color: rgb(81 69 205 / 0.55);
}
.border-t-indigo-700\/60 {
  border-top-color: rgb(81 69 205 / 0.6);
}
.border-t-indigo-700\/65 {
  border-top-color: rgb(81 69 205 / 0.65);
}
.border-t-indigo-700\/70 {
  border-top-color: rgb(81 69 205 / 0.7);
}
.border-t-indigo-700\/75 {
  border-top-color: rgb(81 69 205 / 0.75);
}
.border-t-indigo-700\/80 {
  border-top-color: rgb(81 69 205 / 0.8);
}
.border-t-indigo-700\/85 {
  border-top-color: rgb(81 69 205 / 0.85);
}
.border-t-indigo-700\/90 {
  border-top-color: rgb(81 69 205 / 0.9);
}
.border-t-indigo-700\/95 {
  border-top-color: rgb(81 69 205 / 0.95);
}
.border-t-indigo-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(66 56 157 / var(--tw-border-opacity, 1));
}
.border-t-indigo-800\/0 {
  border-top-color: rgb(66 56 157 / 0);
}
.border-t-indigo-800\/10 {
  border-top-color: rgb(66 56 157 / 0.1);
}
.border-t-indigo-800\/100 {
  border-top-color: rgb(66 56 157 / 1);
}
.border-t-indigo-800\/15 {
  border-top-color: rgb(66 56 157 / 0.15);
}
.border-t-indigo-800\/20 {
  border-top-color: rgb(66 56 157 / 0.2);
}
.border-t-indigo-800\/25 {
  border-top-color: rgb(66 56 157 / 0.25);
}
.border-t-indigo-800\/30 {
  border-top-color: rgb(66 56 157 / 0.3);
}
.border-t-indigo-800\/35 {
  border-top-color: rgb(66 56 157 / 0.35);
}
.border-t-indigo-800\/40 {
  border-top-color: rgb(66 56 157 / 0.4);
}
.border-t-indigo-800\/45 {
  border-top-color: rgb(66 56 157 / 0.45);
}
.border-t-indigo-800\/5 {
  border-top-color: rgb(66 56 157 / 0.05);
}
.border-t-indigo-800\/50 {
  border-top-color: rgb(66 56 157 / 0.5);
}
.border-t-indigo-800\/55 {
  border-top-color: rgb(66 56 157 / 0.55);
}
.border-t-indigo-800\/60 {
  border-top-color: rgb(66 56 157 / 0.6);
}
.border-t-indigo-800\/65 {
  border-top-color: rgb(66 56 157 / 0.65);
}
.border-t-indigo-800\/70 {
  border-top-color: rgb(66 56 157 / 0.7);
}
.border-t-indigo-800\/75 {
  border-top-color: rgb(66 56 157 / 0.75);
}
.border-t-indigo-800\/80 {
  border-top-color: rgb(66 56 157 / 0.8);
}
.border-t-indigo-800\/85 {
  border-top-color: rgb(66 56 157 / 0.85);
}
.border-t-indigo-800\/90 {
  border-top-color: rgb(66 56 157 / 0.9);
}
.border-t-indigo-800\/95 {
  border-top-color: rgb(66 56 157 / 0.95);
}
.border-t-indigo-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(54 47 120 / var(--tw-border-opacity, 1));
}
.border-t-indigo-900\/0 {
  border-top-color: rgb(54 47 120 / 0);
}
.border-t-indigo-900\/10 {
  border-top-color: rgb(54 47 120 / 0.1);
}
.border-t-indigo-900\/100 {
  border-top-color: rgb(54 47 120 / 1);
}
.border-t-indigo-900\/15 {
  border-top-color: rgb(54 47 120 / 0.15);
}
.border-t-indigo-900\/20 {
  border-top-color: rgb(54 47 120 / 0.2);
}
.border-t-indigo-900\/25 {
  border-top-color: rgb(54 47 120 / 0.25);
}
.border-t-indigo-900\/30 {
  border-top-color: rgb(54 47 120 / 0.3);
}
.border-t-indigo-900\/35 {
  border-top-color: rgb(54 47 120 / 0.35);
}
.border-t-indigo-900\/40 {
  border-top-color: rgb(54 47 120 / 0.4);
}
.border-t-indigo-900\/45 {
  border-top-color: rgb(54 47 120 / 0.45);
}
.border-t-indigo-900\/5 {
  border-top-color: rgb(54 47 120 / 0.05);
}
.border-t-indigo-900\/50 {
  border-top-color: rgb(54 47 120 / 0.5);
}
.border-t-indigo-900\/55 {
  border-top-color: rgb(54 47 120 / 0.55);
}
.border-t-indigo-900\/60 {
  border-top-color: rgb(54 47 120 / 0.6);
}
.border-t-indigo-900\/65 {
  border-top-color: rgb(54 47 120 / 0.65);
}
.border-t-indigo-900\/70 {
  border-top-color: rgb(54 47 120 / 0.7);
}
.border-t-indigo-900\/75 {
  border-top-color: rgb(54 47 120 / 0.75);
}
.border-t-indigo-900\/80 {
  border-top-color: rgb(54 47 120 / 0.8);
}
.border-t-indigo-900\/85 {
  border-top-color: rgb(54 47 120 / 0.85);
}
.border-t-indigo-900\/90 {
  border-top-color: rgb(54 47 120 / 0.9);
}
.border-t-indigo-900\/95 {
  border-top-color: rgb(54 47 120 / 0.95);
}
.border-t-negative-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}
.border-t-negative-100\/0 {
  border-top-color: rgb(244 244 245 / 0);
}
.border-t-negative-100\/10 {
  border-top-color: rgb(244 244 245 / 0.1);
}
.border-t-negative-100\/100 {
  border-top-color: rgb(244 244 245 / 1);
}
.border-t-negative-100\/15 {
  border-top-color: rgb(244 244 245 / 0.15);
}
.border-t-negative-100\/20 {
  border-top-color: rgb(244 244 245 / 0.2);
}
.border-t-negative-100\/25 {
  border-top-color: rgb(244 244 245 / 0.25);
}
.border-t-negative-100\/30 {
  border-top-color: rgb(244 244 245 / 0.3);
}
.border-t-negative-100\/35 {
  border-top-color: rgb(244 244 245 / 0.35);
}
.border-t-negative-100\/40 {
  border-top-color: rgb(244 244 245 / 0.4);
}
.border-t-negative-100\/45 {
  border-top-color: rgb(244 244 245 / 0.45);
}
.border-t-negative-100\/5 {
  border-top-color: rgb(244 244 245 / 0.05);
}
.border-t-negative-100\/50 {
  border-top-color: rgb(244 244 245 / 0.5);
}
.border-t-negative-100\/55 {
  border-top-color: rgb(244 244 245 / 0.55);
}
.border-t-negative-100\/60 {
  border-top-color: rgb(244 244 245 / 0.6);
}
.border-t-negative-100\/65 {
  border-top-color: rgb(244 244 245 / 0.65);
}
.border-t-negative-100\/70 {
  border-top-color: rgb(244 244 245 / 0.7);
}
.border-t-negative-100\/75 {
  border-top-color: rgb(244 244 245 / 0.75);
}
.border-t-negative-100\/80 {
  border-top-color: rgb(244 244 245 / 0.8);
}
.border-t-negative-100\/85 {
  border-top-color: rgb(244 244 245 / 0.85);
}
.border-t-negative-100\/90 {
  border-top-color: rgb(244 244 245 / 0.9);
}
.border-t-negative-100\/95 {
  border-top-color: rgb(244 244 245 / 0.95);
}
.border-t-negative-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}
.border-t-negative-200\/0 {
  border-top-color: rgb(228 228 231 / 0);
}
.border-t-negative-200\/10 {
  border-top-color: rgb(228 228 231 / 0.1);
}
.border-t-negative-200\/100 {
  border-top-color: rgb(228 228 231 / 1);
}
.border-t-negative-200\/15 {
  border-top-color: rgb(228 228 231 / 0.15);
}
.border-t-negative-200\/20 {
  border-top-color: rgb(228 228 231 / 0.2);
}
.border-t-negative-200\/25 {
  border-top-color: rgb(228 228 231 / 0.25);
}
.border-t-negative-200\/30 {
  border-top-color: rgb(228 228 231 / 0.3);
}
.border-t-negative-200\/35 {
  border-top-color: rgb(228 228 231 / 0.35);
}
.border-t-negative-200\/40 {
  border-top-color: rgb(228 228 231 / 0.4);
}
.border-t-negative-200\/45 {
  border-top-color: rgb(228 228 231 / 0.45);
}
.border-t-negative-200\/5 {
  border-top-color: rgb(228 228 231 / 0.05);
}
.border-t-negative-200\/50 {
  border-top-color: rgb(228 228 231 / 0.5);
}
.border-t-negative-200\/55 {
  border-top-color: rgb(228 228 231 / 0.55);
}
.border-t-negative-200\/60 {
  border-top-color: rgb(228 228 231 / 0.6);
}
.border-t-negative-200\/65 {
  border-top-color: rgb(228 228 231 / 0.65);
}
.border-t-negative-200\/70 {
  border-top-color: rgb(228 228 231 / 0.7);
}
.border-t-negative-200\/75 {
  border-top-color: rgb(228 228 231 / 0.75);
}
.border-t-negative-200\/80 {
  border-top-color: rgb(228 228 231 / 0.8);
}
.border-t-negative-200\/85 {
  border-top-color: rgb(228 228 231 / 0.85);
}
.border-t-negative-200\/90 {
  border-top-color: rgb(228 228 231 / 0.9);
}
.border-t-negative-200\/95 {
  border-top-color: rgb(228 228 231 / 0.95);
}
.border-t-negative-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}
.border-t-negative-300\/0 {
  border-top-color: rgb(212 212 216 / 0);
}
.border-t-negative-300\/10 {
  border-top-color: rgb(212 212 216 / 0.1);
}
.border-t-negative-300\/100 {
  border-top-color: rgb(212 212 216 / 1);
}
.border-t-negative-300\/15 {
  border-top-color: rgb(212 212 216 / 0.15);
}
.border-t-negative-300\/20 {
  border-top-color: rgb(212 212 216 / 0.2);
}
.border-t-negative-300\/25 {
  border-top-color: rgb(212 212 216 / 0.25);
}
.border-t-negative-300\/30 {
  border-top-color: rgb(212 212 216 / 0.3);
}
.border-t-negative-300\/35 {
  border-top-color: rgb(212 212 216 / 0.35);
}
.border-t-negative-300\/40 {
  border-top-color: rgb(212 212 216 / 0.4);
}
.border-t-negative-300\/45 {
  border-top-color: rgb(212 212 216 / 0.45);
}
.border-t-negative-300\/5 {
  border-top-color: rgb(212 212 216 / 0.05);
}
.border-t-negative-300\/50 {
  border-top-color: rgb(212 212 216 / 0.5);
}
.border-t-negative-300\/55 {
  border-top-color: rgb(212 212 216 / 0.55);
}
.border-t-negative-300\/60 {
  border-top-color: rgb(212 212 216 / 0.6);
}
.border-t-negative-300\/65 {
  border-top-color: rgb(212 212 216 / 0.65);
}
.border-t-negative-300\/70 {
  border-top-color: rgb(212 212 216 / 0.7);
}
.border-t-negative-300\/75 {
  border-top-color: rgb(212 212 216 / 0.75);
}
.border-t-negative-300\/80 {
  border-top-color: rgb(212 212 216 / 0.8);
}
.border-t-negative-300\/85 {
  border-top-color: rgb(212 212 216 / 0.85);
}
.border-t-negative-300\/90 {
  border-top-color: rgb(212 212 216 / 0.9);
}
.border-t-negative-300\/95 {
  border-top-color: rgb(212 212 216 / 0.95);
}
.border-t-negative-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}
.border-t-negative-400\/0 {
  border-top-color: rgb(161 161 170 / 0);
}
.border-t-negative-400\/10 {
  border-top-color: rgb(161 161 170 / 0.1);
}
.border-t-negative-400\/100 {
  border-top-color: rgb(161 161 170 / 1);
}
.border-t-negative-400\/15 {
  border-top-color: rgb(161 161 170 / 0.15);
}
.border-t-negative-400\/20 {
  border-top-color: rgb(161 161 170 / 0.2);
}
.border-t-negative-400\/25 {
  border-top-color: rgb(161 161 170 / 0.25);
}
.border-t-negative-400\/30 {
  border-top-color: rgb(161 161 170 / 0.3);
}
.border-t-negative-400\/35 {
  border-top-color: rgb(161 161 170 / 0.35);
}
.border-t-negative-400\/40 {
  border-top-color: rgb(161 161 170 / 0.4);
}
.border-t-negative-400\/45 {
  border-top-color: rgb(161 161 170 / 0.45);
}
.border-t-negative-400\/5 {
  border-top-color: rgb(161 161 170 / 0.05);
}
.border-t-negative-400\/50 {
  border-top-color: rgb(161 161 170 / 0.5);
}
.border-t-negative-400\/55 {
  border-top-color: rgb(161 161 170 / 0.55);
}
.border-t-negative-400\/60 {
  border-top-color: rgb(161 161 170 / 0.6);
}
.border-t-negative-400\/65 {
  border-top-color: rgb(161 161 170 / 0.65);
}
.border-t-negative-400\/70 {
  border-top-color: rgb(161 161 170 / 0.7);
}
.border-t-negative-400\/75 {
  border-top-color: rgb(161 161 170 / 0.75);
}
.border-t-negative-400\/80 {
  border-top-color: rgb(161 161 170 / 0.8);
}
.border-t-negative-400\/85 {
  border-top-color: rgb(161 161 170 / 0.85);
}
.border-t-negative-400\/90 {
  border-top-color: rgb(161 161 170 / 0.9);
}
.border-t-negative-400\/95 {
  border-top-color: rgb(161 161 170 / 0.95);
}
.border-t-negative-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-t-negative-50\/0 {
  border-top-color: rgb(250 250 250 / 0);
}
.border-t-negative-50\/10 {
  border-top-color: rgb(250 250 250 / 0.1);
}
.border-t-negative-50\/100 {
  border-top-color: rgb(250 250 250 / 1);
}
.border-t-negative-50\/15 {
  border-top-color: rgb(250 250 250 / 0.15);
}
.border-t-negative-50\/20 {
  border-top-color: rgb(250 250 250 / 0.2);
}
.border-t-negative-50\/25 {
  border-top-color: rgb(250 250 250 / 0.25);
}
.border-t-negative-50\/30 {
  border-top-color: rgb(250 250 250 / 0.3);
}
.border-t-negative-50\/35 {
  border-top-color: rgb(250 250 250 / 0.35);
}
.border-t-negative-50\/40 {
  border-top-color: rgb(250 250 250 / 0.4);
}
.border-t-negative-50\/45 {
  border-top-color: rgb(250 250 250 / 0.45);
}
.border-t-negative-50\/5 {
  border-top-color: rgb(250 250 250 / 0.05);
}
.border-t-negative-50\/50 {
  border-top-color: rgb(250 250 250 / 0.5);
}
.border-t-negative-50\/55 {
  border-top-color: rgb(250 250 250 / 0.55);
}
.border-t-negative-50\/60 {
  border-top-color: rgb(250 250 250 / 0.6);
}
.border-t-negative-50\/65 {
  border-top-color: rgb(250 250 250 / 0.65);
}
.border-t-negative-50\/70 {
  border-top-color: rgb(250 250 250 / 0.7);
}
.border-t-negative-50\/75 {
  border-top-color: rgb(250 250 250 / 0.75);
}
.border-t-negative-50\/80 {
  border-top-color: rgb(250 250 250 / 0.8);
}
.border-t-negative-50\/85 {
  border-top-color: rgb(250 250 250 / 0.85);
}
.border-t-negative-50\/90 {
  border-top-color: rgb(250 250 250 / 0.9);
}
.border-t-negative-50\/95 {
  border-top-color: rgb(250 250 250 / 0.95);
}
.border-t-negative-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}
.border-t-negative-500\/0 {
  border-top-color: rgb(113 113 122 / 0);
}
.border-t-negative-500\/10 {
  border-top-color: rgb(113 113 122 / 0.1);
}
.border-t-negative-500\/100 {
  border-top-color: rgb(113 113 122 / 1);
}
.border-t-negative-500\/15 {
  border-top-color: rgb(113 113 122 / 0.15);
}
.border-t-negative-500\/20 {
  border-top-color: rgb(113 113 122 / 0.2);
}
.border-t-negative-500\/25 {
  border-top-color: rgb(113 113 122 / 0.25);
}
.border-t-negative-500\/30 {
  border-top-color: rgb(113 113 122 / 0.3);
}
.border-t-negative-500\/35 {
  border-top-color: rgb(113 113 122 / 0.35);
}
.border-t-negative-500\/40 {
  border-top-color: rgb(113 113 122 / 0.4);
}
.border-t-negative-500\/45 {
  border-top-color: rgb(113 113 122 / 0.45);
}
.border-t-negative-500\/5 {
  border-top-color: rgb(113 113 122 / 0.05);
}
.border-t-negative-500\/50 {
  border-top-color: rgb(113 113 122 / 0.5);
}
.border-t-negative-500\/55 {
  border-top-color: rgb(113 113 122 / 0.55);
}
.border-t-negative-500\/60 {
  border-top-color: rgb(113 113 122 / 0.6);
}
.border-t-negative-500\/65 {
  border-top-color: rgb(113 113 122 / 0.65);
}
.border-t-negative-500\/70 {
  border-top-color: rgb(113 113 122 / 0.7);
}
.border-t-negative-500\/75 {
  border-top-color: rgb(113 113 122 / 0.75);
}
.border-t-negative-500\/80 {
  border-top-color: rgb(113 113 122 / 0.8);
}
.border-t-negative-500\/85 {
  border-top-color: rgb(113 113 122 / 0.85);
}
.border-t-negative-500\/90 {
  border-top-color: rgb(113 113 122 / 0.9);
}
.border-t-negative-500\/95 {
  border-top-color: rgb(113 113 122 / 0.95);
}
.border-t-negative-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}
.border-t-negative-600\/0 {
  border-top-color: rgb(82 82 91 / 0);
}
.border-t-negative-600\/10 {
  border-top-color: rgb(82 82 91 / 0.1);
}
.border-t-negative-600\/100 {
  border-top-color: rgb(82 82 91 / 1);
}
.border-t-negative-600\/15 {
  border-top-color: rgb(82 82 91 / 0.15);
}
.border-t-negative-600\/20 {
  border-top-color: rgb(82 82 91 / 0.2);
}
.border-t-negative-600\/25 {
  border-top-color: rgb(82 82 91 / 0.25);
}
.border-t-negative-600\/30 {
  border-top-color: rgb(82 82 91 / 0.3);
}
.border-t-negative-600\/35 {
  border-top-color: rgb(82 82 91 / 0.35);
}
.border-t-negative-600\/40 {
  border-top-color: rgb(82 82 91 / 0.4);
}
.border-t-negative-600\/45 {
  border-top-color: rgb(82 82 91 / 0.45);
}
.border-t-negative-600\/5 {
  border-top-color: rgb(82 82 91 / 0.05);
}
.border-t-negative-600\/50 {
  border-top-color: rgb(82 82 91 / 0.5);
}
.border-t-negative-600\/55 {
  border-top-color: rgb(82 82 91 / 0.55);
}
.border-t-negative-600\/60 {
  border-top-color: rgb(82 82 91 / 0.6);
}
.border-t-negative-600\/65 {
  border-top-color: rgb(82 82 91 / 0.65);
}
.border-t-negative-600\/70 {
  border-top-color: rgb(82 82 91 / 0.7);
}
.border-t-negative-600\/75 {
  border-top-color: rgb(82 82 91 / 0.75);
}
.border-t-negative-600\/80 {
  border-top-color: rgb(82 82 91 / 0.8);
}
.border-t-negative-600\/85 {
  border-top-color: rgb(82 82 91 / 0.85);
}
.border-t-negative-600\/90 {
  border-top-color: rgb(82 82 91 / 0.9);
}
.border-t-negative-600\/95 {
  border-top-color: rgb(82 82 91 / 0.95);
}
.border-t-negative-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}
.border-t-negative-700\/0 {
  border-top-color: rgb(63 63 70 / 0);
}
.border-t-negative-700\/10 {
  border-top-color: rgb(63 63 70 / 0.1);
}
.border-t-negative-700\/100 {
  border-top-color: rgb(63 63 70 / 1);
}
.border-t-negative-700\/15 {
  border-top-color: rgb(63 63 70 / 0.15);
}
.border-t-negative-700\/20 {
  border-top-color: rgb(63 63 70 / 0.2);
}
.border-t-negative-700\/25 {
  border-top-color: rgb(63 63 70 / 0.25);
}
.border-t-negative-700\/30 {
  border-top-color: rgb(63 63 70 / 0.3);
}
.border-t-negative-700\/35 {
  border-top-color: rgb(63 63 70 / 0.35);
}
.border-t-negative-700\/40 {
  border-top-color: rgb(63 63 70 / 0.4);
}
.border-t-negative-700\/45 {
  border-top-color: rgb(63 63 70 / 0.45);
}
.border-t-negative-700\/5 {
  border-top-color: rgb(63 63 70 / 0.05);
}
.border-t-negative-700\/50 {
  border-top-color: rgb(63 63 70 / 0.5);
}
.border-t-negative-700\/55 {
  border-top-color: rgb(63 63 70 / 0.55);
}
.border-t-negative-700\/60 {
  border-top-color: rgb(63 63 70 / 0.6);
}
.border-t-negative-700\/65 {
  border-top-color: rgb(63 63 70 / 0.65);
}
.border-t-negative-700\/70 {
  border-top-color: rgb(63 63 70 / 0.7);
}
.border-t-negative-700\/75 {
  border-top-color: rgb(63 63 70 / 0.75);
}
.border-t-negative-700\/80 {
  border-top-color: rgb(63 63 70 / 0.8);
}
.border-t-negative-700\/85 {
  border-top-color: rgb(63 63 70 / 0.85);
}
.border-t-negative-700\/90 {
  border-top-color: rgb(63 63 70 / 0.9);
}
.border-t-negative-700\/95 {
  border-top-color: rgb(63 63 70 / 0.95);
}
.border-t-negative-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}
.border-t-negative-800\/0 {
  border-top-color: rgb(39 39 42 / 0);
}
.border-t-negative-800\/10 {
  border-top-color: rgb(39 39 42 / 0.1);
}
.border-t-negative-800\/100 {
  border-top-color: rgb(39 39 42 / 1);
}
.border-t-negative-800\/15 {
  border-top-color: rgb(39 39 42 / 0.15);
}
.border-t-negative-800\/20 {
  border-top-color: rgb(39 39 42 / 0.2);
}
.border-t-negative-800\/25 {
  border-top-color: rgb(39 39 42 / 0.25);
}
.border-t-negative-800\/30 {
  border-top-color: rgb(39 39 42 / 0.3);
}
.border-t-negative-800\/35 {
  border-top-color: rgb(39 39 42 / 0.35);
}
.border-t-negative-800\/40 {
  border-top-color: rgb(39 39 42 / 0.4);
}
.border-t-negative-800\/45 {
  border-top-color: rgb(39 39 42 / 0.45);
}
.border-t-negative-800\/5 {
  border-top-color: rgb(39 39 42 / 0.05);
}
.border-t-negative-800\/50 {
  border-top-color: rgb(39 39 42 / 0.5);
}
.border-t-negative-800\/55 {
  border-top-color: rgb(39 39 42 / 0.55);
}
.border-t-negative-800\/60 {
  border-top-color: rgb(39 39 42 / 0.6);
}
.border-t-negative-800\/65 {
  border-top-color: rgb(39 39 42 / 0.65);
}
.border-t-negative-800\/70 {
  border-top-color: rgb(39 39 42 / 0.7);
}
.border-t-negative-800\/75 {
  border-top-color: rgb(39 39 42 / 0.75);
}
.border-t-negative-800\/80 {
  border-top-color: rgb(39 39 42 / 0.8);
}
.border-t-negative-800\/85 {
  border-top-color: rgb(39 39 42 / 0.85);
}
.border-t-negative-800\/90 {
  border-top-color: rgb(39 39 42 / 0.9);
}
.border-t-negative-800\/95 {
  border-top-color: rgb(39 39 42 / 0.95);
}
.border-t-negative-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
}
.border-t-negative-900\/0 {
  border-top-color: rgb(24 24 27 / 0);
}
.border-t-negative-900\/10 {
  border-top-color: rgb(24 24 27 / 0.1);
}
.border-t-negative-900\/100 {
  border-top-color: rgb(24 24 27 / 1);
}
.border-t-negative-900\/15 {
  border-top-color: rgb(24 24 27 / 0.15);
}
.border-t-negative-900\/20 {
  border-top-color: rgb(24 24 27 / 0.2);
}
.border-t-negative-900\/25 {
  border-top-color: rgb(24 24 27 / 0.25);
}
.border-t-negative-900\/30 {
  border-top-color: rgb(24 24 27 / 0.3);
}
.border-t-negative-900\/35 {
  border-top-color: rgb(24 24 27 / 0.35);
}
.border-t-negative-900\/40 {
  border-top-color: rgb(24 24 27 / 0.4);
}
.border-t-negative-900\/45 {
  border-top-color: rgb(24 24 27 / 0.45);
}
.border-t-negative-900\/5 {
  border-top-color: rgb(24 24 27 / 0.05);
}
.border-t-negative-900\/50 {
  border-top-color: rgb(24 24 27 / 0.5);
}
.border-t-negative-900\/55 {
  border-top-color: rgb(24 24 27 / 0.55);
}
.border-t-negative-900\/60 {
  border-top-color: rgb(24 24 27 / 0.6);
}
.border-t-negative-900\/65 {
  border-top-color: rgb(24 24 27 / 0.65);
}
.border-t-negative-900\/70 {
  border-top-color: rgb(24 24 27 / 0.7);
}
.border-t-negative-900\/75 {
  border-top-color: rgb(24 24 27 / 0.75);
}
.border-t-negative-900\/80 {
  border-top-color: rgb(24 24 27 / 0.8);
}
.border-t-negative-900\/85 {
  border-top-color: rgb(24 24 27 / 0.85);
}
.border-t-negative-900\/90 {
  border-top-color: rgb(24 24 27 / 0.9);
}
.border-t-negative-900\/95 {
  border-top-color: rgb(24 24 27 / 0.95);
}
.border-t-negative-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
}
.border-t-negative-950\/0 {
  border-top-color: rgb(9 9 11 / 0);
}
.border-t-negative-950\/10 {
  border-top-color: rgb(9 9 11 / 0.1);
}
.border-t-negative-950\/100 {
  border-top-color: rgb(9 9 11 / 1);
}
.border-t-negative-950\/15 {
  border-top-color: rgb(9 9 11 / 0.15);
}
.border-t-negative-950\/20 {
  border-top-color: rgb(9 9 11 / 0.2);
}
.border-t-negative-950\/25 {
  border-top-color: rgb(9 9 11 / 0.25);
}
.border-t-negative-950\/30 {
  border-top-color: rgb(9 9 11 / 0.3);
}
.border-t-negative-950\/35 {
  border-top-color: rgb(9 9 11 / 0.35);
}
.border-t-negative-950\/40 {
  border-top-color: rgb(9 9 11 / 0.4);
}
.border-t-negative-950\/45 {
  border-top-color: rgb(9 9 11 / 0.45);
}
.border-t-negative-950\/5 {
  border-top-color: rgb(9 9 11 / 0.05);
}
.border-t-negative-950\/50 {
  border-top-color: rgb(9 9 11 / 0.5);
}
.border-t-negative-950\/55 {
  border-top-color: rgb(9 9 11 / 0.55);
}
.border-t-negative-950\/60 {
  border-top-color: rgb(9 9 11 / 0.6);
}
.border-t-negative-950\/65 {
  border-top-color: rgb(9 9 11 / 0.65);
}
.border-t-negative-950\/70 {
  border-top-color: rgb(9 9 11 / 0.7);
}
.border-t-negative-950\/75 {
  border-top-color: rgb(9 9 11 / 0.75);
}
.border-t-negative-950\/80 {
  border-top-color: rgb(9 9 11 / 0.8);
}
.border-t-negative-950\/85 {
  border-top-color: rgb(9 9 11 / 0.85);
}
.border-t-negative-950\/90 {
  border-top-color: rgb(9 9 11 / 0.9);
}
.border-t-negative-950\/95 {
  border-top-color: rgb(9 9 11 / 0.95);
}
.border-t-orange-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 236 220 / var(--tw-border-opacity, 1));
}
.border-t-orange-100\/0 {
  border-top-color: rgb(254 236 220 / 0);
}
.border-t-orange-100\/10 {
  border-top-color: rgb(254 236 220 / 0.1);
}
.border-t-orange-100\/100 {
  border-top-color: rgb(254 236 220 / 1);
}
.border-t-orange-100\/15 {
  border-top-color: rgb(254 236 220 / 0.15);
}
.border-t-orange-100\/20 {
  border-top-color: rgb(254 236 220 / 0.2);
}
.border-t-orange-100\/25 {
  border-top-color: rgb(254 236 220 / 0.25);
}
.border-t-orange-100\/30 {
  border-top-color: rgb(254 236 220 / 0.3);
}
.border-t-orange-100\/35 {
  border-top-color: rgb(254 236 220 / 0.35);
}
.border-t-orange-100\/40 {
  border-top-color: rgb(254 236 220 / 0.4);
}
.border-t-orange-100\/45 {
  border-top-color: rgb(254 236 220 / 0.45);
}
.border-t-orange-100\/5 {
  border-top-color: rgb(254 236 220 / 0.05);
}
.border-t-orange-100\/50 {
  border-top-color: rgb(254 236 220 / 0.5);
}
.border-t-orange-100\/55 {
  border-top-color: rgb(254 236 220 / 0.55);
}
.border-t-orange-100\/60 {
  border-top-color: rgb(254 236 220 / 0.6);
}
.border-t-orange-100\/65 {
  border-top-color: rgb(254 236 220 / 0.65);
}
.border-t-orange-100\/70 {
  border-top-color: rgb(254 236 220 / 0.7);
}
.border-t-orange-100\/75 {
  border-top-color: rgb(254 236 220 / 0.75);
}
.border-t-orange-100\/80 {
  border-top-color: rgb(254 236 220 / 0.8);
}
.border-t-orange-100\/85 {
  border-top-color: rgb(254 236 220 / 0.85);
}
.border-t-orange-100\/90 {
  border-top-color: rgb(254 236 220 / 0.9);
}
.border-t-orange-100\/95 {
  border-top-color: rgb(254 236 220 / 0.95);
}
.border-t-orange-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(252 217 189 / var(--tw-border-opacity, 1));
}
.border-t-orange-200\/0 {
  border-top-color: rgb(252 217 189 / 0);
}
.border-t-orange-200\/10 {
  border-top-color: rgb(252 217 189 / 0.1);
}
.border-t-orange-200\/100 {
  border-top-color: rgb(252 217 189 / 1);
}
.border-t-orange-200\/15 {
  border-top-color: rgb(252 217 189 / 0.15);
}
.border-t-orange-200\/20 {
  border-top-color: rgb(252 217 189 / 0.2);
}
.border-t-orange-200\/25 {
  border-top-color: rgb(252 217 189 / 0.25);
}
.border-t-orange-200\/30 {
  border-top-color: rgb(252 217 189 / 0.3);
}
.border-t-orange-200\/35 {
  border-top-color: rgb(252 217 189 / 0.35);
}
.border-t-orange-200\/40 {
  border-top-color: rgb(252 217 189 / 0.4);
}
.border-t-orange-200\/45 {
  border-top-color: rgb(252 217 189 / 0.45);
}
.border-t-orange-200\/5 {
  border-top-color: rgb(252 217 189 / 0.05);
}
.border-t-orange-200\/50 {
  border-top-color: rgb(252 217 189 / 0.5);
}
.border-t-orange-200\/55 {
  border-top-color: rgb(252 217 189 / 0.55);
}
.border-t-orange-200\/60 {
  border-top-color: rgb(252 217 189 / 0.6);
}
.border-t-orange-200\/65 {
  border-top-color: rgb(252 217 189 / 0.65);
}
.border-t-orange-200\/70 {
  border-top-color: rgb(252 217 189 / 0.7);
}
.border-t-orange-200\/75 {
  border-top-color: rgb(252 217 189 / 0.75);
}
.border-t-orange-200\/80 {
  border-top-color: rgb(252 217 189 / 0.8);
}
.border-t-orange-200\/85 {
  border-top-color: rgb(252 217 189 / 0.85);
}
.border-t-orange-200\/90 {
  border-top-color: rgb(252 217 189 / 0.9);
}
.border-t-orange-200\/95 {
  border-top-color: rgb(252 217 189 / 0.95);
}
.border-t-orange-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 186 140 / var(--tw-border-opacity, 1));
}
.border-t-orange-300\/0 {
  border-top-color: rgb(253 186 140 / 0);
}
.border-t-orange-300\/10 {
  border-top-color: rgb(253 186 140 / 0.1);
}
.border-t-orange-300\/100 {
  border-top-color: rgb(253 186 140 / 1);
}
.border-t-orange-300\/15 {
  border-top-color: rgb(253 186 140 / 0.15);
}
.border-t-orange-300\/20 {
  border-top-color: rgb(253 186 140 / 0.2);
}
.border-t-orange-300\/25 {
  border-top-color: rgb(253 186 140 / 0.25);
}
.border-t-orange-300\/30 {
  border-top-color: rgb(253 186 140 / 0.3);
}
.border-t-orange-300\/35 {
  border-top-color: rgb(253 186 140 / 0.35);
}
.border-t-orange-300\/40 {
  border-top-color: rgb(253 186 140 / 0.4);
}
.border-t-orange-300\/45 {
  border-top-color: rgb(253 186 140 / 0.45);
}
.border-t-orange-300\/5 {
  border-top-color: rgb(253 186 140 / 0.05);
}
.border-t-orange-300\/50 {
  border-top-color: rgb(253 186 140 / 0.5);
}
.border-t-orange-300\/55 {
  border-top-color: rgb(253 186 140 / 0.55);
}
.border-t-orange-300\/60 {
  border-top-color: rgb(253 186 140 / 0.6);
}
.border-t-orange-300\/65 {
  border-top-color: rgb(253 186 140 / 0.65);
}
.border-t-orange-300\/70 {
  border-top-color: rgb(253 186 140 / 0.7);
}
.border-t-orange-300\/75 {
  border-top-color: rgb(253 186 140 / 0.75);
}
.border-t-orange-300\/80 {
  border-top-color: rgb(253 186 140 / 0.8);
}
.border-t-orange-300\/85 {
  border-top-color: rgb(253 186 140 / 0.85);
}
.border-t-orange-300\/90 {
  border-top-color: rgb(253 186 140 / 0.9);
}
.border-t-orange-300\/95 {
  border-top-color: rgb(253 186 140 / 0.95);
}
.border-t-orange-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 138 76 / var(--tw-border-opacity, 1));
}
.border-t-orange-400\/0 {
  border-top-color: rgb(255 138 76 / 0);
}
.border-t-orange-400\/10 {
  border-top-color: rgb(255 138 76 / 0.1);
}
.border-t-orange-400\/100 {
  border-top-color: rgb(255 138 76 / 1);
}
.border-t-orange-400\/15 {
  border-top-color: rgb(255 138 76 / 0.15);
}
.border-t-orange-400\/20 {
  border-top-color: rgb(255 138 76 / 0.2);
}
.border-t-orange-400\/25 {
  border-top-color: rgb(255 138 76 / 0.25);
}
.border-t-orange-400\/30 {
  border-top-color: rgb(255 138 76 / 0.3);
}
.border-t-orange-400\/35 {
  border-top-color: rgb(255 138 76 / 0.35);
}
.border-t-orange-400\/40 {
  border-top-color: rgb(255 138 76 / 0.4);
}
.border-t-orange-400\/45 {
  border-top-color: rgb(255 138 76 / 0.45);
}
.border-t-orange-400\/5 {
  border-top-color: rgb(255 138 76 / 0.05);
}
.border-t-orange-400\/50 {
  border-top-color: rgb(255 138 76 / 0.5);
}
.border-t-orange-400\/55 {
  border-top-color: rgb(255 138 76 / 0.55);
}
.border-t-orange-400\/60 {
  border-top-color: rgb(255 138 76 / 0.6);
}
.border-t-orange-400\/65 {
  border-top-color: rgb(255 138 76 / 0.65);
}
.border-t-orange-400\/70 {
  border-top-color: rgb(255 138 76 / 0.7);
}
.border-t-orange-400\/75 {
  border-top-color: rgb(255 138 76 / 0.75);
}
.border-t-orange-400\/80 {
  border-top-color: rgb(255 138 76 / 0.8);
}
.border-t-orange-400\/85 {
  border-top-color: rgb(255 138 76 / 0.85);
}
.border-t-orange-400\/90 {
  border-top-color: rgb(255 138 76 / 0.9);
}
.border-t-orange-400\/95 {
  border-top-color: rgb(255 138 76 / 0.95);
}
.border-t-orange-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 248 241 / var(--tw-border-opacity, 1));
}
.border-t-orange-50\/0 {
  border-top-color: rgb(255 248 241 / 0);
}
.border-t-orange-50\/10 {
  border-top-color: rgb(255 248 241 / 0.1);
}
.border-t-orange-50\/100 {
  border-top-color: rgb(255 248 241 / 1);
}
.border-t-orange-50\/15 {
  border-top-color: rgb(255 248 241 / 0.15);
}
.border-t-orange-50\/20 {
  border-top-color: rgb(255 248 241 / 0.2);
}
.border-t-orange-50\/25 {
  border-top-color: rgb(255 248 241 / 0.25);
}
.border-t-orange-50\/30 {
  border-top-color: rgb(255 248 241 / 0.3);
}
.border-t-orange-50\/35 {
  border-top-color: rgb(255 248 241 / 0.35);
}
.border-t-orange-50\/40 {
  border-top-color: rgb(255 248 241 / 0.4);
}
.border-t-orange-50\/45 {
  border-top-color: rgb(255 248 241 / 0.45);
}
.border-t-orange-50\/5 {
  border-top-color: rgb(255 248 241 / 0.05);
}
.border-t-orange-50\/50 {
  border-top-color: rgb(255 248 241 / 0.5);
}
.border-t-orange-50\/55 {
  border-top-color: rgb(255 248 241 / 0.55);
}
.border-t-orange-50\/60 {
  border-top-color: rgb(255 248 241 / 0.6);
}
.border-t-orange-50\/65 {
  border-top-color: rgb(255 248 241 / 0.65);
}
.border-t-orange-50\/70 {
  border-top-color: rgb(255 248 241 / 0.7);
}
.border-t-orange-50\/75 {
  border-top-color: rgb(255 248 241 / 0.75);
}
.border-t-orange-50\/80 {
  border-top-color: rgb(255 248 241 / 0.8);
}
.border-t-orange-50\/85 {
  border-top-color: rgb(255 248 241 / 0.85);
}
.border-t-orange-50\/90 {
  border-top-color: rgb(255 248 241 / 0.9);
}
.border-t-orange-50\/95 {
  border-top-color: rgb(255 248 241 / 0.95);
}
.border-t-orange-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 90 31 / var(--tw-border-opacity, 1));
}
.border-t-orange-500\/0 {
  border-top-color: rgb(255 90 31 / 0);
}
.border-t-orange-500\/10 {
  border-top-color: rgb(255 90 31 / 0.1);
}
.border-t-orange-500\/100 {
  border-top-color: rgb(255 90 31 / 1);
}
.border-t-orange-500\/15 {
  border-top-color: rgb(255 90 31 / 0.15);
}
.border-t-orange-500\/20 {
  border-top-color: rgb(255 90 31 / 0.2);
}
.border-t-orange-500\/25 {
  border-top-color: rgb(255 90 31 / 0.25);
}
.border-t-orange-500\/30 {
  border-top-color: rgb(255 90 31 / 0.3);
}
.border-t-orange-500\/35 {
  border-top-color: rgb(255 90 31 / 0.35);
}
.border-t-orange-500\/40 {
  border-top-color: rgb(255 90 31 / 0.4);
}
.border-t-orange-500\/45 {
  border-top-color: rgb(255 90 31 / 0.45);
}
.border-t-orange-500\/5 {
  border-top-color: rgb(255 90 31 / 0.05);
}
.border-t-orange-500\/50 {
  border-top-color: rgb(255 90 31 / 0.5);
}
.border-t-orange-500\/55 {
  border-top-color: rgb(255 90 31 / 0.55);
}
.border-t-orange-500\/60 {
  border-top-color: rgb(255 90 31 / 0.6);
}
.border-t-orange-500\/65 {
  border-top-color: rgb(255 90 31 / 0.65);
}
.border-t-orange-500\/70 {
  border-top-color: rgb(255 90 31 / 0.7);
}
.border-t-orange-500\/75 {
  border-top-color: rgb(255 90 31 / 0.75);
}
.border-t-orange-500\/80 {
  border-top-color: rgb(255 90 31 / 0.8);
}
.border-t-orange-500\/85 {
  border-top-color: rgb(255 90 31 / 0.85);
}
.border-t-orange-500\/90 {
  border-top-color: rgb(255 90 31 / 0.9);
}
.border-t-orange-500\/95 {
  border-top-color: rgb(255 90 31 / 0.95);
}
.border-t-orange-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(208 56 1 / var(--tw-border-opacity, 1));
}
.border-t-orange-600\/0 {
  border-top-color: rgb(208 56 1 / 0);
}
.border-t-orange-600\/10 {
  border-top-color: rgb(208 56 1 / 0.1);
}
.border-t-orange-600\/100 {
  border-top-color: rgb(208 56 1 / 1);
}
.border-t-orange-600\/15 {
  border-top-color: rgb(208 56 1 / 0.15);
}
.border-t-orange-600\/20 {
  border-top-color: rgb(208 56 1 / 0.2);
}
.border-t-orange-600\/25 {
  border-top-color: rgb(208 56 1 / 0.25);
}
.border-t-orange-600\/30 {
  border-top-color: rgb(208 56 1 / 0.3);
}
.border-t-orange-600\/35 {
  border-top-color: rgb(208 56 1 / 0.35);
}
.border-t-orange-600\/40 {
  border-top-color: rgb(208 56 1 / 0.4);
}
.border-t-orange-600\/45 {
  border-top-color: rgb(208 56 1 / 0.45);
}
.border-t-orange-600\/5 {
  border-top-color: rgb(208 56 1 / 0.05);
}
.border-t-orange-600\/50 {
  border-top-color: rgb(208 56 1 / 0.5);
}
.border-t-orange-600\/55 {
  border-top-color: rgb(208 56 1 / 0.55);
}
.border-t-orange-600\/60 {
  border-top-color: rgb(208 56 1 / 0.6);
}
.border-t-orange-600\/65 {
  border-top-color: rgb(208 56 1 / 0.65);
}
.border-t-orange-600\/70 {
  border-top-color: rgb(208 56 1 / 0.7);
}
.border-t-orange-600\/75 {
  border-top-color: rgb(208 56 1 / 0.75);
}
.border-t-orange-600\/80 {
  border-top-color: rgb(208 56 1 / 0.8);
}
.border-t-orange-600\/85 {
  border-top-color: rgb(208 56 1 / 0.85);
}
.border-t-orange-600\/90 {
  border-top-color: rgb(208 56 1 / 0.9);
}
.border-t-orange-600\/95 {
  border-top-color: rgb(208 56 1 / 0.95);
}
.border-t-orange-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(180 52 3 / var(--tw-border-opacity, 1));
}
.border-t-orange-700\/0 {
  border-top-color: rgb(180 52 3 / 0);
}
.border-t-orange-700\/10 {
  border-top-color: rgb(180 52 3 / 0.1);
}
.border-t-orange-700\/100 {
  border-top-color: rgb(180 52 3 / 1);
}
.border-t-orange-700\/15 {
  border-top-color: rgb(180 52 3 / 0.15);
}
.border-t-orange-700\/20 {
  border-top-color: rgb(180 52 3 / 0.2);
}
.border-t-orange-700\/25 {
  border-top-color: rgb(180 52 3 / 0.25);
}
.border-t-orange-700\/30 {
  border-top-color: rgb(180 52 3 / 0.3);
}
.border-t-orange-700\/35 {
  border-top-color: rgb(180 52 3 / 0.35);
}
.border-t-orange-700\/40 {
  border-top-color: rgb(180 52 3 / 0.4);
}
.border-t-orange-700\/45 {
  border-top-color: rgb(180 52 3 / 0.45);
}
.border-t-orange-700\/5 {
  border-top-color: rgb(180 52 3 / 0.05);
}
.border-t-orange-700\/50 {
  border-top-color: rgb(180 52 3 / 0.5);
}
.border-t-orange-700\/55 {
  border-top-color: rgb(180 52 3 / 0.55);
}
.border-t-orange-700\/60 {
  border-top-color: rgb(180 52 3 / 0.6);
}
.border-t-orange-700\/65 {
  border-top-color: rgb(180 52 3 / 0.65);
}
.border-t-orange-700\/70 {
  border-top-color: rgb(180 52 3 / 0.7);
}
.border-t-orange-700\/75 {
  border-top-color: rgb(180 52 3 / 0.75);
}
.border-t-orange-700\/80 {
  border-top-color: rgb(180 52 3 / 0.8);
}
.border-t-orange-700\/85 {
  border-top-color: rgb(180 52 3 / 0.85);
}
.border-t-orange-700\/90 {
  border-top-color: rgb(180 52 3 / 0.9);
}
.border-t-orange-700\/95 {
  border-top-color: rgb(180 52 3 / 0.95);
}
.border-t-orange-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(138 44 13 / var(--tw-border-opacity, 1));
}
.border-t-orange-800\/0 {
  border-top-color: rgb(138 44 13 / 0);
}
.border-t-orange-800\/10 {
  border-top-color: rgb(138 44 13 / 0.1);
}
.border-t-orange-800\/100 {
  border-top-color: rgb(138 44 13 / 1);
}
.border-t-orange-800\/15 {
  border-top-color: rgb(138 44 13 / 0.15);
}
.border-t-orange-800\/20 {
  border-top-color: rgb(138 44 13 / 0.2);
}
.border-t-orange-800\/25 {
  border-top-color: rgb(138 44 13 / 0.25);
}
.border-t-orange-800\/30 {
  border-top-color: rgb(138 44 13 / 0.3);
}
.border-t-orange-800\/35 {
  border-top-color: rgb(138 44 13 / 0.35);
}
.border-t-orange-800\/40 {
  border-top-color: rgb(138 44 13 / 0.4);
}
.border-t-orange-800\/45 {
  border-top-color: rgb(138 44 13 / 0.45);
}
.border-t-orange-800\/5 {
  border-top-color: rgb(138 44 13 / 0.05);
}
.border-t-orange-800\/50 {
  border-top-color: rgb(138 44 13 / 0.5);
}
.border-t-orange-800\/55 {
  border-top-color: rgb(138 44 13 / 0.55);
}
.border-t-orange-800\/60 {
  border-top-color: rgb(138 44 13 / 0.6);
}
.border-t-orange-800\/65 {
  border-top-color: rgb(138 44 13 / 0.65);
}
.border-t-orange-800\/70 {
  border-top-color: rgb(138 44 13 / 0.7);
}
.border-t-orange-800\/75 {
  border-top-color: rgb(138 44 13 / 0.75);
}
.border-t-orange-800\/80 {
  border-top-color: rgb(138 44 13 / 0.8);
}
.border-t-orange-800\/85 {
  border-top-color: rgb(138 44 13 / 0.85);
}
.border-t-orange-800\/90 {
  border-top-color: rgb(138 44 13 / 0.9);
}
.border-t-orange-800\/95 {
  border-top-color: rgb(138 44 13 / 0.95);
}
.border-t-orange-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(119 29 29 / var(--tw-border-opacity, 1));
}
.border-t-orange-900\/0 {
  border-top-color: rgb(119 29 29 / 0);
}
.border-t-orange-900\/10 {
  border-top-color: rgb(119 29 29 / 0.1);
}
.border-t-orange-900\/100 {
  border-top-color: rgb(119 29 29 / 1);
}
.border-t-orange-900\/15 {
  border-top-color: rgb(119 29 29 / 0.15);
}
.border-t-orange-900\/20 {
  border-top-color: rgb(119 29 29 / 0.2);
}
.border-t-orange-900\/25 {
  border-top-color: rgb(119 29 29 / 0.25);
}
.border-t-orange-900\/30 {
  border-top-color: rgb(119 29 29 / 0.3);
}
.border-t-orange-900\/35 {
  border-top-color: rgb(119 29 29 / 0.35);
}
.border-t-orange-900\/40 {
  border-top-color: rgb(119 29 29 / 0.4);
}
.border-t-orange-900\/45 {
  border-top-color: rgb(119 29 29 / 0.45);
}
.border-t-orange-900\/5 {
  border-top-color: rgb(119 29 29 / 0.05);
}
.border-t-orange-900\/50 {
  border-top-color: rgb(119 29 29 / 0.5);
}
.border-t-orange-900\/55 {
  border-top-color: rgb(119 29 29 / 0.55);
}
.border-t-orange-900\/60 {
  border-top-color: rgb(119 29 29 / 0.6);
}
.border-t-orange-900\/65 {
  border-top-color: rgb(119 29 29 / 0.65);
}
.border-t-orange-900\/70 {
  border-top-color: rgb(119 29 29 / 0.7);
}
.border-t-orange-900\/75 {
  border-top-color: rgb(119 29 29 / 0.75);
}
.border-t-orange-900\/80 {
  border-top-color: rgb(119 29 29 / 0.8);
}
.border-t-orange-900\/85 {
  border-top-color: rgb(119 29 29 / 0.85);
}
.border-t-orange-900\/90 {
  border-top-color: rgb(119 29 29 / 0.9);
}
.border-t-orange-900\/95 {
  border-top-color: rgb(119 29 29 / 0.95);
}
.border-t-pink-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(252 232 243 / var(--tw-border-opacity, 1));
}
.border-t-pink-100\/0 {
  border-top-color: rgb(252 232 243 / 0);
}
.border-t-pink-100\/10 {
  border-top-color: rgb(252 232 243 / 0.1);
}
.border-t-pink-100\/100 {
  border-top-color: rgb(252 232 243 / 1);
}
.border-t-pink-100\/15 {
  border-top-color: rgb(252 232 243 / 0.15);
}
.border-t-pink-100\/20 {
  border-top-color: rgb(252 232 243 / 0.2);
}
.border-t-pink-100\/25 {
  border-top-color: rgb(252 232 243 / 0.25);
}
.border-t-pink-100\/30 {
  border-top-color: rgb(252 232 243 / 0.3);
}
.border-t-pink-100\/35 {
  border-top-color: rgb(252 232 243 / 0.35);
}
.border-t-pink-100\/40 {
  border-top-color: rgb(252 232 243 / 0.4);
}
.border-t-pink-100\/45 {
  border-top-color: rgb(252 232 243 / 0.45);
}
.border-t-pink-100\/5 {
  border-top-color: rgb(252 232 243 / 0.05);
}
.border-t-pink-100\/50 {
  border-top-color: rgb(252 232 243 / 0.5);
}
.border-t-pink-100\/55 {
  border-top-color: rgb(252 232 243 / 0.55);
}
.border-t-pink-100\/60 {
  border-top-color: rgb(252 232 243 / 0.6);
}
.border-t-pink-100\/65 {
  border-top-color: rgb(252 232 243 / 0.65);
}
.border-t-pink-100\/70 {
  border-top-color: rgb(252 232 243 / 0.7);
}
.border-t-pink-100\/75 {
  border-top-color: rgb(252 232 243 / 0.75);
}
.border-t-pink-100\/80 {
  border-top-color: rgb(252 232 243 / 0.8);
}
.border-t-pink-100\/85 {
  border-top-color: rgb(252 232 243 / 0.85);
}
.border-t-pink-100\/90 {
  border-top-color: rgb(252 232 243 / 0.9);
}
.border-t-pink-100\/95 {
  border-top-color: rgb(252 232 243 / 0.95);
}
.border-t-pink-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 209 232 / var(--tw-border-opacity, 1));
}
.border-t-pink-200\/0 {
  border-top-color: rgb(250 209 232 / 0);
}
.border-t-pink-200\/10 {
  border-top-color: rgb(250 209 232 / 0.1);
}
.border-t-pink-200\/100 {
  border-top-color: rgb(250 209 232 / 1);
}
.border-t-pink-200\/15 {
  border-top-color: rgb(250 209 232 / 0.15);
}
.border-t-pink-200\/20 {
  border-top-color: rgb(250 209 232 / 0.2);
}
.border-t-pink-200\/25 {
  border-top-color: rgb(250 209 232 / 0.25);
}
.border-t-pink-200\/30 {
  border-top-color: rgb(250 209 232 / 0.3);
}
.border-t-pink-200\/35 {
  border-top-color: rgb(250 209 232 / 0.35);
}
.border-t-pink-200\/40 {
  border-top-color: rgb(250 209 232 / 0.4);
}
.border-t-pink-200\/45 {
  border-top-color: rgb(250 209 232 / 0.45);
}
.border-t-pink-200\/5 {
  border-top-color: rgb(250 209 232 / 0.05);
}
.border-t-pink-200\/50 {
  border-top-color: rgb(250 209 232 / 0.5);
}
.border-t-pink-200\/55 {
  border-top-color: rgb(250 209 232 / 0.55);
}
.border-t-pink-200\/60 {
  border-top-color: rgb(250 209 232 / 0.6);
}
.border-t-pink-200\/65 {
  border-top-color: rgb(250 209 232 / 0.65);
}
.border-t-pink-200\/70 {
  border-top-color: rgb(250 209 232 / 0.7);
}
.border-t-pink-200\/75 {
  border-top-color: rgb(250 209 232 / 0.75);
}
.border-t-pink-200\/80 {
  border-top-color: rgb(250 209 232 / 0.8);
}
.border-t-pink-200\/85 {
  border-top-color: rgb(250 209 232 / 0.85);
}
.border-t-pink-200\/90 {
  border-top-color: rgb(250 209 232 / 0.9);
}
.border-t-pink-200\/95 {
  border-top-color: rgb(250 209 232 / 0.95);
}
.border-t-pink-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(248 180 217 / var(--tw-border-opacity, 1));
}
.border-t-pink-300\/0 {
  border-top-color: rgb(248 180 217 / 0);
}
.border-t-pink-300\/10 {
  border-top-color: rgb(248 180 217 / 0.1);
}
.border-t-pink-300\/100 {
  border-top-color: rgb(248 180 217 / 1);
}
.border-t-pink-300\/15 {
  border-top-color: rgb(248 180 217 / 0.15);
}
.border-t-pink-300\/20 {
  border-top-color: rgb(248 180 217 / 0.2);
}
.border-t-pink-300\/25 {
  border-top-color: rgb(248 180 217 / 0.25);
}
.border-t-pink-300\/30 {
  border-top-color: rgb(248 180 217 / 0.3);
}
.border-t-pink-300\/35 {
  border-top-color: rgb(248 180 217 / 0.35);
}
.border-t-pink-300\/40 {
  border-top-color: rgb(248 180 217 / 0.4);
}
.border-t-pink-300\/45 {
  border-top-color: rgb(248 180 217 / 0.45);
}
.border-t-pink-300\/5 {
  border-top-color: rgb(248 180 217 / 0.05);
}
.border-t-pink-300\/50 {
  border-top-color: rgb(248 180 217 / 0.5);
}
.border-t-pink-300\/55 {
  border-top-color: rgb(248 180 217 / 0.55);
}
.border-t-pink-300\/60 {
  border-top-color: rgb(248 180 217 / 0.6);
}
.border-t-pink-300\/65 {
  border-top-color: rgb(248 180 217 / 0.65);
}
.border-t-pink-300\/70 {
  border-top-color: rgb(248 180 217 / 0.7);
}
.border-t-pink-300\/75 {
  border-top-color: rgb(248 180 217 / 0.75);
}
.border-t-pink-300\/80 {
  border-top-color: rgb(248 180 217 / 0.8);
}
.border-t-pink-300\/85 {
  border-top-color: rgb(248 180 217 / 0.85);
}
.border-t-pink-300\/90 {
  border-top-color: rgb(248 180 217 / 0.9);
}
.border-t-pink-300\/95 {
  border-top-color: rgb(248 180 217 / 0.95);
}
.border-t-pink-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(241 126 184 / var(--tw-border-opacity, 1));
}
.border-t-pink-400\/0 {
  border-top-color: rgb(241 126 184 / 0);
}
.border-t-pink-400\/10 {
  border-top-color: rgb(241 126 184 / 0.1);
}
.border-t-pink-400\/100 {
  border-top-color: rgb(241 126 184 / 1);
}
.border-t-pink-400\/15 {
  border-top-color: rgb(241 126 184 / 0.15);
}
.border-t-pink-400\/20 {
  border-top-color: rgb(241 126 184 / 0.2);
}
.border-t-pink-400\/25 {
  border-top-color: rgb(241 126 184 / 0.25);
}
.border-t-pink-400\/30 {
  border-top-color: rgb(241 126 184 / 0.3);
}
.border-t-pink-400\/35 {
  border-top-color: rgb(241 126 184 / 0.35);
}
.border-t-pink-400\/40 {
  border-top-color: rgb(241 126 184 / 0.4);
}
.border-t-pink-400\/45 {
  border-top-color: rgb(241 126 184 / 0.45);
}
.border-t-pink-400\/5 {
  border-top-color: rgb(241 126 184 / 0.05);
}
.border-t-pink-400\/50 {
  border-top-color: rgb(241 126 184 / 0.5);
}
.border-t-pink-400\/55 {
  border-top-color: rgb(241 126 184 / 0.55);
}
.border-t-pink-400\/60 {
  border-top-color: rgb(241 126 184 / 0.6);
}
.border-t-pink-400\/65 {
  border-top-color: rgb(241 126 184 / 0.65);
}
.border-t-pink-400\/70 {
  border-top-color: rgb(241 126 184 / 0.7);
}
.border-t-pink-400\/75 {
  border-top-color: rgb(241 126 184 / 0.75);
}
.border-t-pink-400\/80 {
  border-top-color: rgb(241 126 184 / 0.8);
}
.border-t-pink-400\/85 {
  border-top-color: rgb(241 126 184 / 0.85);
}
.border-t-pink-400\/90 {
  border-top-color: rgb(241 126 184 / 0.9);
}
.border-t-pink-400\/95 {
  border-top-color: rgb(241 126 184 / 0.95);
}
.border-t-pink-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
}
.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(231 70 148 / var(--tw-border-opacity, 1));
}
.border-t-pink-500\/0 {
  border-top-color: rgb(231 70 148 / 0);
}
.border-t-pink-500\/10 {
  border-top-color: rgb(231 70 148 / 0.1);
}
.border-t-pink-500\/100 {
  border-top-color: rgb(231 70 148 / 1);
}
.border-t-pink-500\/15 {
  border-top-color: rgb(231 70 148 / 0.15);
}
.border-t-pink-500\/20 {
  border-top-color: rgb(231 70 148 / 0.2);
}
.border-t-pink-500\/25 {
  border-top-color: rgb(231 70 148 / 0.25);
}
.border-t-pink-500\/30 {
  border-top-color: rgb(231 70 148 / 0.3);
}
.border-t-pink-500\/35 {
  border-top-color: rgb(231 70 148 / 0.35);
}
.border-t-pink-500\/40 {
  border-top-color: rgb(231 70 148 / 0.4);
}
.border-t-pink-500\/45 {
  border-top-color: rgb(231 70 148 / 0.45);
}
.border-t-pink-500\/5 {
  border-top-color: rgb(231 70 148 / 0.05);
}
.border-t-pink-500\/50 {
  border-top-color: rgb(231 70 148 / 0.5);
}
.border-t-pink-500\/55 {
  border-top-color: rgb(231 70 148 / 0.55);
}
.border-t-pink-500\/60 {
  border-top-color: rgb(231 70 148 / 0.6);
}
.border-t-pink-500\/65 {
  border-top-color: rgb(231 70 148 / 0.65);
}
.border-t-pink-500\/70 {
  border-top-color: rgb(231 70 148 / 0.7);
}
.border-t-pink-500\/75 {
  border-top-color: rgb(231 70 148 / 0.75);
}
.border-t-pink-500\/80 {
  border-top-color: rgb(231 70 148 / 0.8);
}
.border-t-pink-500\/85 {
  border-top-color: rgb(231 70 148 / 0.85);
}
.border-t-pink-500\/90 {
  border-top-color: rgb(231 70 148 / 0.9);
}
.border-t-pink-500\/95 {
  border-top-color: rgb(231 70 148 / 0.95);
}
.border-t-pink-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(214 31 105 / var(--tw-border-opacity, 1));
}
.border-t-pink-600\/0 {
  border-top-color: rgb(214 31 105 / 0);
}
.border-t-pink-600\/10 {
  border-top-color: rgb(214 31 105 / 0.1);
}
.border-t-pink-600\/100 {
  border-top-color: rgb(214 31 105 / 1);
}
.border-t-pink-600\/15 {
  border-top-color: rgb(214 31 105 / 0.15);
}
.border-t-pink-600\/20 {
  border-top-color: rgb(214 31 105 / 0.2);
}
.border-t-pink-600\/25 {
  border-top-color: rgb(214 31 105 / 0.25);
}
.border-t-pink-600\/30 {
  border-top-color: rgb(214 31 105 / 0.3);
}
.border-t-pink-600\/35 {
  border-top-color: rgb(214 31 105 / 0.35);
}
.border-t-pink-600\/40 {
  border-top-color: rgb(214 31 105 / 0.4);
}
.border-t-pink-600\/45 {
  border-top-color: rgb(214 31 105 / 0.45);
}
.border-t-pink-600\/5 {
  border-top-color: rgb(214 31 105 / 0.05);
}
.border-t-pink-600\/50 {
  border-top-color: rgb(214 31 105 / 0.5);
}
.border-t-pink-600\/55 {
  border-top-color: rgb(214 31 105 / 0.55);
}
.border-t-pink-600\/60 {
  border-top-color: rgb(214 31 105 / 0.6);
}
.border-t-pink-600\/65 {
  border-top-color: rgb(214 31 105 / 0.65);
}
.border-t-pink-600\/70 {
  border-top-color: rgb(214 31 105 / 0.7);
}
.border-t-pink-600\/75 {
  border-top-color: rgb(214 31 105 / 0.75);
}
.border-t-pink-600\/80 {
  border-top-color: rgb(214 31 105 / 0.8);
}
.border-t-pink-600\/85 {
  border-top-color: rgb(214 31 105 / 0.85);
}
.border-t-pink-600\/90 {
  border-top-color: rgb(214 31 105 / 0.9);
}
.border-t-pink-600\/95 {
  border-top-color: rgb(214 31 105 / 0.95);
}
.border-t-pink-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(191 18 93 / var(--tw-border-opacity, 1));
}
.border-t-pink-700\/0 {
  border-top-color: rgb(191 18 93 / 0);
}
.border-t-pink-700\/10 {
  border-top-color: rgb(191 18 93 / 0.1);
}
.border-t-pink-700\/100 {
  border-top-color: rgb(191 18 93 / 1);
}
.border-t-pink-700\/15 {
  border-top-color: rgb(191 18 93 / 0.15);
}
.border-t-pink-700\/20 {
  border-top-color: rgb(191 18 93 / 0.2);
}
.border-t-pink-700\/25 {
  border-top-color: rgb(191 18 93 / 0.25);
}
.border-t-pink-700\/30 {
  border-top-color: rgb(191 18 93 / 0.3);
}
.border-t-pink-700\/35 {
  border-top-color: rgb(191 18 93 / 0.35);
}
.border-t-pink-700\/40 {
  border-top-color: rgb(191 18 93 / 0.4);
}
.border-t-pink-700\/45 {
  border-top-color: rgb(191 18 93 / 0.45);
}
.border-t-pink-700\/5 {
  border-top-color: rgb(191 18 93 / 0.05);
}
.border-t-pink-700\/50 {
  border-top-color: rgb(191 18 93 / 0.5);
}
.border-t-pink-700\/55 {
  border-top-color: rgb(191 18 93 / 0.55);
}
.border-t-pink-700\/60 {
  border-top-color: rgb(191 18 93 / 0.6);
}
.border-t-pink-700\/65 {
  border-top-color: rgb(191 18 93 / 0.65);
}
.border-t-pink-700\/70 {
  border-top-color: rgb(191 18 93 / 0.7);
}
.border-t-pink-700\/75 {
  border-top-color: rgb(191 18 93 / 0.75);
}
.border-t-pink-700\/80 {
  border-top-color: rgb(191 18 93 / 0.8);
}
.border-t-pink-700\/85 {
  border-top-color: rgb(191 18 93 / 0.85);
}
.border-t-pink-700\/90 {
  border-top-color: rgb(191 18 93 / 0.9);
}
.border-t-pink-700\/95 {
  border-top-color: rgb(191 18 93 / 0.95);
}
.border-t-pink-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(153 21 75 / var(--tw-border-opacity, 1));
}
.border-t-pink-800\/0 {
  border-top-color: rgb(153 21 75 / 0);
}
.border-t-pink-800\/10 {
  border-top-color: rgb(153 21 75 / 0.1);
}
.border-t-pink-800\/100 {
  border-top-color: rgb(153 21 75 / 1);
}
.border-t-pink-800\/15 {
  border-top-color: rgb(153 21 75 / 0.15);
}
.border-t-pink-800\/20 {
  border-top-color: rgb(153 21 75 / 0.2);
}
.border-t-pink-800\/25 {
  border-top-color: rgb(153 21 75 / 0.25);
}
.border-t-pink-800\/30 {
  border-top-color: rgb(153 21 75 / 0.3);
}
.border-t-pink-800\/35 {
  border-top-color: rgb(153 21 75 / 0.35);
}
.border-t-pink-800\/40 {
  border-top-color: rgb(153 21 75 / 0.4);
}
.border-t-pink-800\/45 {
  border-top-color: rgb(153 21 75 / 0.45);
}
.border-t-pink-800\/5 {
  border-top-color: rgb(153 21 75 / 0.05);
}
.border-t-pink-800\/50 {
  border-top-color: rgb(153 21 75 / 0.5);
}
.border-t-pink-800\/55 {
  border-top-color: rgb(153 21 75 / 0.55);
}
.border-t-pink-800\/60 {
  border-top-color: rgb(153 21 75 / 0.6);
}
.border-t-pink-800\/65 {
  border-top-color: rgb(153 21 75 / 0.65);
}
.border-t-pink-800\/70 {
  border-top-color: rgb(153 21 75 / 0.7);
}
.border-t-pink-800\/75 {
  border-top-color: rgb(153 21 75 / 0.75);
}
.border-t-pink-800\/80 {
  border-top-color: rgb(153 21 75 / 0.8);
}
.border-t-pink-800\/85 {
  border-top-color: rgb(153 21 75 / 0.85);
}
.border-t-pink-800\/90 {
  border-top-color: rgb(153 21 75 / 0.9);
}
.border-t-pink-800\/95 {
  border-top-color: rgb(153 21 75 / 0.95);
}
.border-t-pink-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(117 26 61 / var(--tw-border-opacity, 1));
}
.border-t-pink-900\/0 {
  border-top-color: rgb(117 26 61 / 0);
}
.border-t-pink-900\/10 {
  border-top-color: rgb(117 26 61 / 0.1);
}
.border-t-pink-900\/100 {
  border-top-color: rgb(117 26 61 / 1);
}
.border-t-pink-900\/15 {
  border-top-color: rgb(117 26 61 / 0.15);
}
.border-t-pink-900\/20 {
  border-top-color: rgb(117 26 61 / 0.2);
}
.border-t-pink-900\/25 {
  border-top-color: rgb(117 26 61 / 0.25);
}
.border-t-pink-900\/30 {
  border-top-color: rgb(117 26 61 / 0.3);
}
.border-t-pink-900\/35 {
  border-top-color: rgb(117 26 61 / 0.35);
}
.border-t-pink-900\/40 {
  border-top-color: rgb(117 26 61 / 0.4);
}
.border-t-pink-900\/45 {
  border-top-color: rgb(117 26 61 / 0.45);
}
.border-t-pink-900\/5 {
  border-top-color: rgb(117 26 61 / 0.05);
}
.border-t-pink-900\/50 {
  border-top-color: rgb(117 26 61 / 0.5);
}
.border-t-pink-900\/55 {
  border-top-color: rgb(117 26 61 / 0.55);
}
.border-t-pink-900\/60 {
  border-top-color: rgb(117 26 61 / 0.6);
}
.border-t-pink-900\/65 {
  border-top-color: rgb(117 26 61 / 0.65);
}
.border-t-pink-900\/70 {
  border-top-color: rgb(117 26 61 / 0.7);
}
.border-t-pink-900\/75 {
  border-top-color: rgb(117 26 61 / 0.75);
}
.border-t-pink-900\/80 {
  border-top-color: rgb(117 26 61 / 0.8);
}
.border-t-pink-900\/85 {
  border-top-color: rgb(117 26 61 / 0.85);
}
.border-t-pink-900\/90 {
  border-top-color: rgb(117 26 61 / 0.9);
}
.border-t-pink-900\/95 {
  border-top-color: rgb(117 26 61 / 0.95);
}
.border-t-primary-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.border-t-primary-100\/0 {
  border-top-color: rgb(254 226 226 / 0);
}
.border-t-primary-100\/10 {
  border-top-color: rgb(254 226 226 / 0.1);
}
.border-t-primary-100\/100 {
  border-top-color: rgb(254 226 226 / 1);
}
.border-t-primary-100\/15 {
  border-top-color: rgb(254 226 226 / 0.15);
}
.border-t-primary-100\/20 {
  border-top-color: rgb(254 226 226 / 0.2);
}
.border-t-primary-100\/25 {
  border-top-color: rgb(254 226 226 / 0.25);
}
.border-t-primary-100\/30 {
  border-top-color: rgb(254 226 226 / 0.3);
}
.border-t-primary-100\/35 {
  border-top-color: rgb(254 226 226 / 0.35);
}
.border-t-primary-100\/40 {
  border-top-color: rgb(254 226 226 / 0.4);
}
.border-t-primary-100\/45 {
  border-top-color: rgb(254 226 226 / 0.45);
}
.border-t-primary-100\/5 {
  border-top-color: rgb(254 226 226 / 0.05);
}
.border-t-primary-100\/50 {
  border-top-color: rgb(254 226 226 / 0.5);
}
.border-t-primary-100\/55 {
  border-top-color: rgb(254 226 226 / 0.55);
}
.border-t-primary-100\/60 {
  border-top-color: rgb(254 226 226 / 0.6);
}
.border-t-primary-100\/65 {
  border-top-color: rgb(254 226 226 / 0.65);
}
.border-t-primary-100\/70 {
  border-top-color: rgb(254 226 226 / 0.7);
}
.border-t-primary-100\/75 {
  border-top-color: rgb(254 226 226 / 0.75);
}
.border-t-primary-100\/80 {
  border-top-color: rgb(254 226 226 / 0.8);
}
.border-t-primary-100\/85 {
  border-top-color: rgb(254 226 226 / 0.85);
}
.border-t-primary-100\/90 {
  border-top-color: rgb(254 226 226 / 0.9);
}
.border-t-primary-100\/95 {
  border-top-color: rgb(254 226 226 / 0.95);
}
.border-t-primary-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-t-primary-200\/0 {
  border-top-color: rgb(254 202 202 / 0);
}
.border-t-primary-200\/10 {
  border-top-color: rgb(254 202 202 / 0.1);
}
.border-t-primary-200\/100 {
  border-top-color: rgb(254 202 202 / 1);
}
.border-t-primary-200\/15 {
  border-top-color: rgb(254 202 202 / 0.15);
}
.border-t-primary-200\/20 {
  border-top-color: rgb(254 202 202 / 0.2);
}
.border-t-primary-200\/25 {
  border-top-color: rgb(254 202 202 / 0.25);
}
.border-t-primary-200\/30 {
  border-top-color: rgb(254 202 202 / 0.3);
}
.border-t-primary-200\/35 {
  border-top-color: rgb(254 202 202 / 0.35);
}
.border-t-primary-200\/40 {
  border-top-color: rgb(254 202 202 / 0.4);
}
.border-t-primary-200\/45 {
  border-top-color: rgb(254 202 202 / 0.45);
}
.border-t-primary-200\/5 {
  border-top-color: rgb(254 202 202 / 0.05);
}
.border-t-primary-200\/50 {
  border-top-color: rgb(254 202 202 / 0.5);
}
.border-t-primary-200\/55 {
  border-top-color: rgb(254 202 202 / 0.55);
}
.border-t-primary-200\/60 {
  border-top-color: rgb(254 202 202 / 0.6);
}
.border-t-primary-200\/65 {
  border-top-color: rgb(254 202 202 / 0.65);
}
.border-t-primary-200\/70 {
  border-top-color: rgb(254 202 202 / 0.7);
}
.border-t-primary-200\/75 {
  border-top-color: rgb(254 202 202 / 0.75);
}
.border-t-primary-200\/80 {
  border-top-color: rgb(254 202 202 / 0.8);
}
.border-t-primary-200\/85 {
  border-top-color: rgb(254 202 202 / 0.85);
}
.border-t-primary-200\/90 {
  border-top-color: rgb(254 202 202 / 0.9);
}
.border-t-primary-200\/95 {
  border-top-color: rgb(254 202 202 / 0.95);
}
.border-t-primary-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-t-primary-300\/0 {
  border-top-color: rgb(252 165 165 / 0);
}
.border-t-primary-300\/10 {
  border-top-color: rgb(252 165 165 / 0.1);
}
.border-t-primary-300\/100 {
  border-top-color: rgb(252 165 165 / 1);
}
.border-t-primary-300\/15 {
  border-top-color: rgb(252 165 165 / 0.15);
}
.border-t-primary-300\/20 {
  border-top-color: rgb(252 165 165 / 0.2);
}
.border-t-primary-300\/25 {
  border-top-color: rgb(252 165 165 / 0.25);
}
.border-t-primary-300\/30 {
  border-top-color: rgb(252 165 165 / 0.3);
}
.border-t-primary-300\/35 {
  border-top-color: rgb(252 165 165 / 0.35);
}
.border-t-primary-300\/40 {
  border-top-color: rgb(252 165 165 / 0.4);
}
.border-t-primary-300\/45 {
  border-top-color: rgb(252 165 165 / 0.45);
}
.border-t-primary-300\/5 {
  border-top-color: rgb(252 165 165 / 0.05);
}
.border-t-primary-300\/50 {
  border-top-color: rgb(252 165 165 / 0.5);
}
.border-t-primary-300\/55 {
  border-top-color: rgb(252 165 165 / 0.55);
}
.border-t-primary-300\/60 {
  border-top-color: rgb(252 165 165 / 0.6);
}
.border-t-primary-300\/65 {
  border-top-color: rgb(252 165 165 / 0.65);
}
.border-t-primary-300\/70 {
  border-top-color: rgb(252 165 165 / 0.7);
}
.border-t-primary-300\/75 {
  border-top-color: rgb(252 165 165 / 0.75);
}
.border-t-primary-300\/80 {
  border-top-color: rgb(252 165 165 / 0.8);
}
.border-t-primary-300\/85 {
  border-top-color: rgb(252 165 165 / 0.85);
}
.border-t-primary-300\/90 {
  border-top-color: rgb(252 165 165 / 0.9);
}
.border-t-primary-300\/95 {
  border-top-color: rgb(252 165 165 / 0.95);
}
.border-t-primary-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-t-primary-400\/0 {
  border-top-color: rgb(248 113 113 / 0);
}
.border-t-primary-400\/10 {
  border-top-color: rgb(248 113 113 / 0.1);
}
.border-t-primary-400\/100 {
  border-top-color: rgb(248 113 113 / 1);
}
.border-t-primary-400\/15 {
  border-top-color: rgb(248 113 113 / 0.15);
}
.border-t-primary-400\/20 {
  border-top-color: rgb(248 113 113 / 0.2);
}
.border-t-primary-400\/25 {
  border-top-color: rgb(248 113 113 / 0.25);
}
.border-t-primary-400\/30 {
  border-top-color: rgb(248 113 113 / 0.3);
}
.border-t-primary-400\/35 {
  border-top-color: rgb(248 113 113 / 0.35);
}
.border-t-primary-400\/40 {
  border-top-color: rgb(248 113 113 / 0.4);
}
.border-t-primary-400\/45 {
  border-top-color: rgb(248 113 113 / 0.45);
}
.border-t-primary-400\/5 {
  border-top-color: rgb(248 113 113 / 0.05);
}
.border-t-primary-400\/50 {
  border-top-color: rgb(248 113 113 / 0.5);
}
.border-t-primary-400\/55 {
  border-top-color: rgb(248 113 113 / 0.55);
}
.border-t-primary-400\/60 {
  border-top-color: rgb(248 113 113 / 0.6);
}
.border-t-primary-400\/65 {
  border-top-color: rgb(248 113 113 / 0.65);
}
.border-t-primary-400\/70 {
  border-top-color: rgb(248 113 113 / 0.7);
}
.border-t-primary-400\/75 {
  border-top-color: rgb(248 113 113 / 0.75);
}
.border-t-primary-400\/80 {
  border-top-color: rgb(248 113 113 / 0.8);
}
.border-t-primary-400\/85 {
  border-top-color: rgb(248 113 113 / 0.85);
}
.border-t-primary-400\/90 {
  border-top-color: rgb(248 113 113 / 0.9);
}
.border-t-primary-400\/95 {
  border-top-color: rgb(248 113 113 / 0.95);
}
.border-t-primary-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}
.border-t-primary-50\/0 {
  border-top-color: rgb(254 242 242 / 0);
}
.border-t-primary-50\/10 {
  border-top-color: rgb(254 242 242 / 0.1);
}
.border-t-primary-50\/100 {
  border-top-color: rgb(254 242 242 / 1);
}
.border-t-primary-50\/15 {
  border-top-color: rgb(254 242 242 / 0.15);
}
.border-t-primary-50\/20 {
  border-top-color: rgb(254 242 242 / 0.2);
}
.border-t-primary-50\/25 {
  border-top-color: rgb(254 242 242 / 0.25);
}
.border-t-primary-50\/30 {
  border-top-color: rgb(254 242 242 / 0.3);
}
.border-t-primary-50\/35 {
  border-top-color: rgb(254 242 242 / 0.35);
}
.border-t-primary-50\/40 {
  border-top-color: rgb(254 242 242 / 0.4);
}
.border-t-primary-50\/45 {
  border-top-color: rgb(254 242 242 / 0.45);
}
.border-t-primary-50\/5 {
  border-top-color: rgb(254 242 242 / 0.05);
}
.border-t-primary-50\/50 {
  border-top-color: rgb(254 242 242 / 0.5);
}
.border-t-primary-50\/55 {
  border-top-color: rgb(254 242 242 / 0.55);
}
.border-t-primary-50\/60 {
  border-top-color: rgb(254 242 242 / 0.6);
}
.border-t-primary-50\/65 {
  border-top-color: rgb(254 242 242 / 0.65);
}
.border-t-primary-50\/70 {
  border-top-color: rgb(254 242 242 / 0.7);
}
.border-t-primary-50\/75 {
  border-top-color: rgb(254 242 242 / 0.75);
}
.border-t-primary-50\/80 {
  border-top-color: rgb(254 242 242 / 0.8);
}
.border-t-primary-50\/85 {
  border-top-color: rgb(254 242 242 / 0.85);
}
.border-t-primary-50\/90 {
  border-top-color: rgb(254 242 242 / 0.9);
}
.border-t-primary-50\/95 {
  border-top-color: rgb(254 242 242 / 0.95);
}
.border-t-primary-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-t-primary-500\/0 {
  border-top-color: rgb(239 68 68 / 0);
}
.border-t-primary-500\/10 {
  border-top-color: rgb(239 68 68 / 0.1);
}
.border-t-primary-500\/100 {
  border-top-color: rgb(239 68 68 / 1);
}
.border-t-primary-500\/15 {
  border-top-color: rgb(239 68 68 / 0.15);
}
.border-t-primary-500\/20 {
  border-top-color: rgb(239 68 68 / 0.2);
}
.border-t-primary-500\/25 {
  border-top-color: rgb(239 68 68 / 0.25);
}
.border-t-primary-500\/30 {
  border-top-color: rgb(239 68 68 / 0.3);
}
.border-t-primary-500\/35 {
  border-top-color: rgb(239 68 68 / 0.35);
}
.border-t-primary-500\/40 {
  border-top-color: rgb(239 68 68 / 0.4);
}
.border-t-primary-500\/45 {
  border-top-color: rgb(239 68 68 / 0.45);
}
.border-t-primary-500\/5 {
  border-top-color: rgb(239 68 68 / 0.05);
}
.border-t-primary-500\/50 {
  border-top-color: rgb(239 68 68 / 0.5);
}
.border-t-primary-500\/55 {
  border-top-color: rgb(239 68 68 / 0.55);
}
.border-t-primary-500\/60 {
  border-top-color: rgb(239 68 68 / 0.6);
}
.border-t-primary-500\/65 {
  border-top-color: rgb(239 68 68 / 0.65);
}
.border-t-primary-500\/70 {
  border-top-color: rgb(239 68 68 / 0.7);
}
.border-t-primary-500\/75 {
  border-top-color: rgb(239 68 68 / 0.75);
}
.border-t-primary-500\/80 {
  border-top-color: rgb(239 68 68 / 0.8);
}
.border-t-primary-500\/85 {
  border-top-color: rgb(239 68 68 / 0.85);
}
.border-t-primary-500\/90 {
  border-top-color: rgb(239 68 68 / 0.9);
}
.border-t-primary-500\/95 {
  border-top-color: rgb(239 68 68 / 0.95);
}
.border-t-primary-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-t-primary-600\/0 {
  border-top-color: rgb(220 38 38 / 0);
}
.border-t-primary-600\/10 {
  border-top-color: rgb(220 38 38 / 0.1);
}
.border-t-primary-600\/100 {
  border-top-color: rgb(220 38 38 / 1);
}
.border-t-primary-600\/15 {
  border-top-color: rgb(220 38 38 / 0.15);
}
.border-t-primary-600\/20 {
  border-top-color: rgb(220 38 38 / 0.2);
}
.border-t-primary-600\/25 {
  border-top-color: rgb(220 38 38 / 0.25);
}
.border-t-primary-600\/30 {
  border-top-color: rgb(220 38 38 / 0.3);
}
.border-t-primary-600\/35 {
  border-top-color: rgb(220 38 38 / 0.35);
}
.border-t-primary-600\/40 {
  border-top-color: rgb(220 38 38 / 0.4);
}
.border-t-primary-600\/45 {
  border-top-color: rgb(220 38 38 / 0.45);
}
.border-t-primary-600\/5 {
  border-top-color: rgb(220 38 38 / 0.05);
}
.border-t-primary-600\/50 {
  border-top-color: rgb(220 38 38 / 0.5);
}
.border-t-primary-600\/55 {
  border-top-color: rgb(220 38 38 / 0.55);
}
.border-t-primary-600\/60 {
  border-top-color: rgb(220 38 38 / 0.6);
}
.border-t-primary-600\/65 {
  border-top-color: rgb(220 38 38 / 0.65);
}
.border-t-primary-600\/70 {
  border-top-color: rgb(220 38 38 / 0.7);
}
.border-t-primary-600\/75 {
  border-top-color: rgb(220 38 38 / 0.75);
}
.border-t-primary-600\/80 {
  border-top-color: rgb(220 38 38 / 0.8);
}
.border-t-primary-600\/85 {
  border-top-color: rgb(220 38 38 / 0.85);
}
.border-t-primary-600\/90 {
  border-top-color: rgb(220 38 38 / 0.9);
}
.border-t-primary-600\/95 {
  border-top-color: rgb(220 38 38 / 0.95);
}
.border-t-primary-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
.border-t-primary-700\/0 {
  border-top-color: rgb(185 28 28 / 0);
}
.border-t-primary-700\/10 {
  border-top-color: rgb(185 28 28 / 0.1);
}
.border-t-primary-700\/100 {
  border-top-color: rgb(185 28 28 / 1);
}
.border-t-primary-700\/15 {
  border-top-color: rgb(185 28 28 / 0.15);
}
.border-t-primary-700\/20 {
  border-top-color: rgb(185 28 28 / 0.2);
}
.border-t-primary-700\/25 {
  border-top-color: rgb(185 28 28 / 0.25);
}
.border-t-primary-700\/30 {
  border-top-color: rgb(185 28 28 / 0.3);
}
.border-t-primary-700\/35 {
  border-top-color: rgb(185 28 28 / 0.35);
}
.border-t-primary-700\/40 {
  border-top-color: rgb(185 28 28 / 0.4);
}
.border-t-primary-700\/45 {
  border-top-color: rgb(185 28 28 / 0.45);
}
.border-t-primary-700\/5 {
  border-top-color: rgb(185 28 28 / 0.05);
}
.border-t-primary-700\/50 {
  border-top-color: rgb(185 28 28 / 0.5);
}
.border-t-primary-700\/55 {
  border-top-color: rgb(185 28 28 / 0.55);
}
.border-t-primary-700\/60 {
  border-top-color: rgb(185 28 28 / 0.6);
}
.border-t-primary-700\/65 {
  border-top-color: rgb(185 28 28 / 0.65);
}
.border-t-primary-700\/70 {
  border-top-color: rgb(185 28 28 / 0.7);
}
.border-t-primary-700\/75 {
  border-top-color: rgb(185 28 28 / 0.75);
}
.border-t-primary-700\/80 {
  border-top-color: rgb(185 28 28 / 0.8);
}
.border-t-primary-700\/85 {
  border-top-color: rgb(185 28 28 / 0.85);
}
.border-t-primary-700\/90 {
  border-top-color: rgb(185 28 28 / 0.9);
}
.border-t-primary-700\/95 {
  border-top-color: rgb(185 28 28 / 0.95);
}
.border-t-primary-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}
.border-t-primary-800\/0 {
  border-top-color: rgb(153 27 27 / 0);
}
.border-t-primary-800\/10 {
  border-top-color: rgb(153 27 27 / 0.1);
}
.border-t-primary-800\/100 {
  border-top-color: rgb(153 27 27 / 1);
}
.border-t-primary-800\/15 {
  border-top-color: rgb(153 27 27 / 0.15);
}
.border-t-primary-800\/20 {
  border-top-color: rgb(153 27 27 / 0.2);
}
.border-t-primary-800\/25 {
  border-top-color: rgb(153 27 27 / 0.25);
}
.border-t-primary-800\/30 {
  border-top-color: rgb(153 27 27 / 0.3);
}
.border-t-primary-800\/35 {
  border-top-color: rgb(153 27 27 / 0.35);
}
.border-t-primary-800\/40 {
  border-top-color: rgb(153 27 27 / 0.4);
}
.border-t-primary-800\/45 {
  border-top-color: rgb(153 27 27 / 0.45);
}
.border-t-primary-800\/5 {
  border-top-color: rgb(153 27 27 / 0.05);
}
.border-t-primary-800\/50 {
  border-top-color: rgb(153 27 27 / 0.5);
}
.border-t-primary-800\/55 {
  border-top-color: rgb(153 27 27 / 0.55);
}
.border-t-primary-800\/60 {
  border-top-color: rgb(153 27 27 / 0.6);
}
.border-t-primary-800\/65 {
  border-top-color: rgb(153 27 27 / 0.65);
}
.border-t-primary-800\/70 {
  border-top-color: rgb(153 27 27 / 0.7);
}
.border-t-primary-800\/75 {
  border-top-color: rgb(153 27 27 / 0.75);
}
.border-t-primary-800\/80 {
  border-top-color: rgb(153 27 27 / 0.8);
}
.border-t-primary-800\/85 {
  border-top-color: rgb(153 27 27 / 0.85);
}
.border-t-primary-800\/90 {
  border-top-color: rgb(153 27 27 / 0.9);
}
.border-t-primary-800\/95 {
  border-top-color: rgb(153 27 27 / 0.95);
}
.border-t-primary-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}
.border-t-primary-900\/0 {
  border-top-color: rgb(127 29 29 / 0);
}
.border-t-primary-900\/10 {
  border-top-color: rgb(127 29 29 / 0.1);
}
.border-t-primary-900\/100 {
  border-top-color: rgb(127 29 29 / 1);
}
.border-t-primary-900\/15 {
  border-top-color: rgb(127 29 29 / 0.15);
}
.border-t-primary-900\/20 {
  border-top-color: rgb(127 29 29 / 0.2);
}
.border-t-primary-900\/25 {
  border-top-color: rgb(127 29 29 / 0.25);
}
.border-t-primary-900\/30 {
  border-top-color: rgb(127 29 29 / 0.3);
}
.border-t-primary-900\/35 {
  border-top-color: rgb(127 29 29 / 0.35);
}
.border-t-primary-900\/40 {
  border-top-color: rgb(127 29 29 / 0.4);
}
.border-t-primary-900\/45 {
  border-top-color: rgb(127 29 29 / 0.45);
}
.border-t-primary-900\/5 {
  border-top-color: rgb(127 29 29 / 0.05);
}
.border-t-primary-900\/50 {
  border-top-color: rgb(127 29 29 / 0.5);
}
.border-t-primary-900\/55 {
  border-top-color: rgb(127 29 29 / 0.55);
}
.border-t-primary-900\/60 {
  border-top-color: rgb(127 29 29 / 0.6);
}
.border-t-primary-900\/65 {
  border-top-color: rgb(127 29 29 / 0.65);
}
.border-t-primary-900\/70 {
  border-top-color: rgb(127 29 29 / 0.7);
}
.border-t-primary-900\/75 {
  border-top-color: rgb(127 29 29 / 0.75);
}
.border-t-primary-900\/80 {
  border-top-color: rgb(127 29 29 / 0.8);
}
.border-t-primary-900\/85 {
  border-top-color: rgb(127 29 29 / 0.85);
}
.border-t-primary-900\/90 {
  border-top-color: rgb(127 29 29 / 0.9);
}
.border-t-primary-900\/95 {
  border-top-color: rgb(127 29 29 / 0.95);
}
.border-t-primary-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}
.border-t-primary-950\/0 {
  border-top-color: rgb(69 10 10 / 0);
}
.border-t-primary-950\/10 {
  border-top-color: rgb(69 10 10 / 0.1);
}
.border-t-primary-950\/100 {
  border-top-color: rgb(69 10 10 / 1);
}
.border-t-primary-950\/15 {
  border-top-color: rgb(69 10 10 / 0.15);
}
.border-t-primary-950\/20 {
  border-top-color: rgb(69 10 10 / 0.2);
}
.border-t-primary-950\/25 {
  border-top-color: rgb(69 10 10 / 0.25);
}
.border-t-primary-950\/30 {
  border-top-color: rgb(69 10 10 / 0.3);
}
.border-t-primary-950\/35 {
  border-top-color: rgb(69 10 10 / 0.35);
}
.border-t-primary-950\/40 {
  border-top-color: rgb(69 10 10 / 0.4);
}
.border-t-primary-950\/45 {
  border-top-color: rgb(69 10 10 / 0.45);
}
.border-t-primary-950\/5 {
  border-top-color: rgb(69 10 10 / 0.05);
}
.border-t-primary-950\/50 {
  border-top-color: rgb(69 10 10 / 0.5);
}
.border-t-primary-950\/55 {
  border-top-color: rgb(69 10 10 / 0.55);
}
.border-t-primary-950\/60 {
  border-top-color: rgb(69 10 10 / 0.6);
}
.border-t-primary-950\/65 {
  border-top-color: rgb(69 10 10 / 0.65);
}
.border-t-primary-950\/70 {
  border-top-color: rgb(69 10 10 / 0.7);
}
.border-t-primary-950\/75 {
  border-top-color: rgb(69 10 10 / 0.75);
}
.border-t-primary-950\/80 {
  border-top-color: rgb(69 10 10 / 0.8);
}
.border-t-primary-950\/85 {
  border-top-color: rgb(69 10 10 / 0.85);
}
.border-t-primary-950\/90 {
  border-top-color: rgb(69 10 10 / 0.9);
}
.border-t-primary-950\/95 {
  border-top-color: rgb(69 10 10 / 0.95);
}
.border-t-purple-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(237 235 254 / var(--tw-border-opacity, 1));
}
.border-t-purple-100\/0 {
  border-top-color: rgb(237 235 254 / 0);
}
.border-t-purple-100\/10 {
  border-top-color: rgb(237 235 254 / 0.1);
}
.border-t-purple-100\/100 {
  border-top-color: rgb(237 235 254 / 1);
}
.border-t-purple-100\/15 {
  border-top-color: rgb(237 235 254 / 0.15);
}
.border-t-purple-100\/20 {
  border-top-color: rgb(237 235 254 / 0.2);
}
.border-t-purple-100\/25 {
  border-top-color: rgb(237 235 254 / 0.25);
}
.border-t-purple-100\/30 {
  border-top-color: rgb(237 235 254 / 0.3);
}
.border-t-purple-100\/35 {
  border-top-color: rgb(237 235 254 / 0.35);
}
.border-t-purple-100\/40 {
  border-top-color: rgb(237 235 254 / 0.4);
}
.border-t-purple-100\/45 {
  border-top-color: rgb(237 235 254 / 0.45);
}
.border-t-purple-100\/5 {
  border-top-color: rgb(237 235 254 / 0.05);
}
.border-t-purple-100\/50 {
  border-top-color: rgb(237 235 254 / 0.5);
}
.border-t-purple-100\/55 {
  border-top-color: rgb(237 235 254 / 0.55);
}
.border-t-purple-100\/60 {
  border-top-color: rgb(237 235 254 / 0.6);
}
.border-t-purple-100\/65 {
  border-top-color: rgb(237 235 254 / 0.65);
}
.border-t-purple-100\/70 {
  border-top-color: rgb(237 235 254 / 0.7);
}
.border-t-purple-100\/75 {
  border-top-color: rgb(237 235 254 / 0.75);
}
.border-t-purple-100\/80 {
  border-top-color: rgb(237 235 254 / 0.8);
}
.border-t-purple-100\/85 {
  border-top-color: rgb(237 235 254 / 0.85);
}
.border-t-purple-100\/90 {
  border-top-color: rgb(237 235 254 / 0.9);
}
.border-t-purple-100\/95 {
  border-top-color: rgb(237 235 254 / 0.95);
}
.border-t-purple-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(220 215 254 / var(--tw-border-opacity, 1));
}
.border-t-purple-200\/0 {
  border-top-color: rgb(220 215 254 / 0);
}
.border-t-purple-200\/10 {
  border-top-color: rgb(220 215 254 / 0.1);
}
.border-t-purple-200\/100 {
  border-top-color: rgb(220 215 254 / 1);
}
.border-t-purple-200\/15 {
  border-top-color: rgb(220 215 254 / 0.15);
}
.border-t-purple-200\/20 {
  border-top-color: rgb(220 215 254 / 0.2);
}
.border-t-purple-200\/25 {
  border-top-color: rgb(220 215 254 / 0.25);
}
.border-t-purple-200\/30 {
  border-top-color: rgb(220 215 254 / 0.3);
}
.border-t-purple-200\/35 {
  border-top-color: rgb(220 215 254 / 0.35);
}
.border-t-purple-200\/40 {
  border-top-color: rgb(220 215 254 / 0.4);
}
.border-t-purple-200\/45 {
  border-top-color: rgb(220 215 254 / 0.45);
}
.border-t-purple-200\/5 {
  border-top-color: rgb(220 215 254 / 0.05);
}
.border-t-purple-200\/50 {
  border-top-color: rgb(220 215 254 / 0.5);
}
.border-t-purple-200\/55 {
  border-top-color: rgb(220 215 254 / 0.55);
}
.border-t-purple-200\/60 {
  border-top-color: rgb(220 215 254 / 0.6);
}
.border-t-purple-200\/65 {
  border-top-color: rgb(220 215 254 / 0.65);
}
.border-t-purple-200\/70 {
  border-top-color: rgb(220 215 254 / 0.7);
}
.border-t-purple-200\/75 {
  border-top-color: rgb(220 215 254 / 0.75);
}
.border-t-purple-200\/80 {
  border-top-color: rgb(220 215 254 / 0.8);
}
.border-t-purple-200\/85 {
  border-top-color: rgb(220 215 254 / 0.85);
}
.border-t-purple-200\/90 {
  border-top-color: rgb(220 215 254 / 0.9);
}
.border-t-purple-200\/95 {
  border-top-color: rgb(220 215 254 / 0.95);
}
.border-t-purple-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(202 191 253 / var(--tw-border-opacity, 1));
}
.border-t-purple-300\/0 {
  border-top-color: rgb(202 191 253 / 0);
}
.border-t-purple-300\/10 {
  border-top-color: rgb(202 191 253 / 0.1);
}
.border-t-purple-300\/100 {
  border-top-color: rgb(202 191 253 / 1);
}
.border-t-purple-300\/15 {
  border-top-color: rgb(202 191 253 / 0.15);
}
.border-t-purple-300\/20 {
  border-top-color: rgb(202 191 253 / 0.2);
}
.border-t-purple-300\/25 {
  border-top-color: rgb(202 191 253 / 0.25);
}
.border-t-purple-300\/30 {
  border-top-color: rgb(202 191 253 / 0.3);
}
.border-t-purple-300\/35 {
  border-top-color: rgb(202 191 253 / 0.35);
}
.border-t-purple-300\/40 {
  border-top-color: rgb(202 191 253 / 0.4);
}
.border-t-purple-300\/45 {
  border-top-color: rgb(202 191 253 / 0.45);
}
.border-t-purple-300\/5 {
  border-top-color: rgb(202 191 253 / 0.05);
}
.border-t-purple-300\/50 {
  border-top-color: rgb(202 191 253 / 0.5);
}
.border-t-purple-300\/55 {
  border-top-color: rgb(202 191 253 / 0.55);
}
.border-t-purple-300\/60 {
  border-top-color: rgb(202 191 253 / 0.6);
}
.border-t-purple-300\/65 {
  border-top-color: rgb(202 191 253 / 0.65);
}
.border-t-purple-300\/70 {
  border-top-color: rgb(202 191 253 / 0.7);
}
.border-t-purple-300\/75 {
  border-top-color: rgb(202 191 253 / 0.75);
}
.border-t-purple-300\/80 {
  border-top-color: rgb(202 191 253 / 0.8);
}
.border-t-purple-300\/85 {
  border-top-color: rgb(202 191 253 / 0.85);
}
.border-t-purple-300\/90 {
  border-top-color: rgb(202 191 253 / 0.9);
}
.border-t-purple-300\/95 {
  border-top-color: rgb(202 191 253 / 0.95);
}
.border-t-purple-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(172 148 250 / var(--tw-border-opacity, 1));
}
.border-t-purple-400\/0 {
  border-top-color: rgb(172 148 250 / 0);
}
.border-t-purple-400\/10 {
  border-top-color: rgb(172 148 250 / 0.1);
}
.border-t-purple-400\/100 {
  border-top-color: rgb(172 148 250 / 1);
}
.border-t-purple-400\/15 {
  border-top-color: rgb(172 148 250 / 0.15);
}
.border-t-purple-400\/20 {
  border-top-color: rgb(172 148 250 / 0.2);
}
.border-t-purple-400\/25 {
  border-top-color: rgb(172 148 250 / 0.25);
}
.border-t-purple-400\/30 {
  border-top-color: rgb(172 148 250 / 0.3);
}
.border-t-purple-400\/35 {
  border-top-color: rgb(172 148 250 / 0.35);
}
.border-t-purple-400\/40 {
  border-top-color: rgb(172 148 250 / 0.4);
}
.border-t-purple-400\/45 {
  border-top-color: rgb(172 148 250 / 0.45);
}
.border-t-purple-400\/5 {
  border-top-color: rgb(172 148 250 / 0.05);
}
.border-t-purple-400\/50 {
  border-top-color: rgb(172 148 250 / 0.5);
}
.border-t-purple-400\/55 {
  border-top-color: rgb(172 148 250 / 0.55);
}
.border-t-purple-400\/60 {
  border-top-color: rgb(172 148 250 / 0.6);
}
.border-t-purple-400\/65 {
  border-top-color: rgb(172 148 250 / 0.65);
}
.border-t-purple-400\/70 {
  border-top-color: rgb(172 148 250 / 0.7);
}
.border-t-purple-400\/75 {
  border-top-color: rgb(172 148 250 / 0.75);
}
.border-t-purple-400\/80 {
  border-top-color: rgb(172 148 250 / 0.8);
}
.border-t-purple-400\/85 {
  border-top-color: rgb(172 148 250 / 0.85);
}
.border-t-purple-400\/90 {
  border-top-color: rgb(172 148 250 / 0.9);
}
.border-t-purple-400\/95 {
  border-top-color: rgb(172 148 250 / 0.95);
}
.border-t-purple-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(246 245 255 / var(--tw-border-opacity, 1));
}
.border-t-purple-50\/0 {
  border-top-color: rgb(246 245 255 / 0);
}
.border-t-purple-50\/10 {
  border-top-color: rgb(246 245 255 / 0.1);
}
.border-t-purple-50\/100 {
  border-top-color: rgb(246 245 255 / 1);
}
.border-t-purple-50\/15 {
  border-top-color: rgb(246 245 255 / 0.15);
}
.border-t-purple-50\/20 {
  border-top-color: rgb(246 245 255 / 0.2);
}
.border-t-purple-50\/25 {
  border-top-color: rgb(246 245 255 / 0.25);
}
.border-t-purple-50\/30 {
  border-top-color: rgb(246 245 255 / 0.3);
}
.border-t-purple-50\/35 {
  border-top-color: rgb(246 245 255 / 0.35);
}
.border-t-purple-50\/40 {
  border-top-color: rgb(246 245 255 / 0.4);
}
.border-t-purple-50\/45 {
  border-top-color: rgb(246 245 255 / 0.45);
}
.border-t-purple-50\/5 {
  border-top-color: rgb(246 245 255 / 0.05);
}
.border-t-purple-50\/50 {
  border-top-color: rgb(246 245 255 / 0.5);
}
.border-t-purple-50\/55 {
  border-top-color: rgb(246 245 255 / 0.55);
}
.border-t-purple-50\/60 {
  border-top-color: rgb(246 245 255 / 0.6);
}
.border-t-purple-50\/65 {
  border-top-color: rgb(246 245 255 / 0.65);
}
.border-t-purple-50\/70 {
  border-top-color: rgb(246 245 255 / 0.7);
}
.border-t-purple-50\/75 {
  border-top-color: rgb(246 245 255 / 0.75);
}
.border-t-purple-50\/80 {
  border-top-color: rgb(246 245 255 / 0.8);
}
.border-t-purple-50\/85 {
  border-top-color: rgb(246 245 255 / 0.85);
}
.border-t-purple-50\/90 {
  border-top-color: rgb(246 245 255 / 0.9);
}
.border-t-purple-50\/95 {
  border-top-color: rgb(246 245 255 / 0.95);
}
.border-t-purple-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(144 97 249 / var(--tw-border-opacity, 1));
}
.border-t-purple-500\/0 {
  border-top-color: rgb(144 97 249 / 0);
}
.border-t-purple-500\/10 {
  border-top-color: rgb(144 97 249 / 0.1);
}
.border-t-purple-500\/100 {
  border-top-color: rgb(144 97 249 / 1);
}
.border-t-purple-500\/15 {
  border-top-color: rgb(144 97 249 / 0.15);
}
.border-t-purple-500\/20 {
  border-top-color: rgb(144 97 249 / 0.2);
}
.border-t-purple-500\/25 {
  border-top-color: rgb(144 97 249 / 0.25);
}
.border-t-purple-500\/30 {
  border-top-color: rgb(144 97 249 / 0.3);
}
.border-t-purple-500\/35 {
  border-top-color: rgb(144 97 249 / 0.35);
}
.border-t-purple-500\/40 {
  border-top-color: rgb(144 97 249 / 0.4);
}
.border-t-purple-500\/45 {
  border-top-color: rgb(144 97 249 / 0.45);
}
.border-t-purple-500\/5 {
  border-top-color: rgb(144 97 249 / 0.05);
}
.border-t-purple-500\/50 {
  border-top-color: rgb(144 97 249 / 0.5);
}
.border-t-purple-500\/55 {
  border-top-color: rgb(144 97 249 / 0.55);
}
.border-t-purple-500\/60 {
  border-top-color: rgb(144 97 249 / 0.6);
}
.border-t-purple-500\/65 {
  border-top-color: rgb(144 97 249 / 0.65);
}
.border-t-purple-500\/70 {
  border-top-color: rgb(144 97 249 / 0.7);
}
.border-t-purple-500\/75 {
  border-top-color: rgb(144 97 249 / 0.75);
}
.border-t-purple-500\/80 {
  border-top-color: rgb(144 97 249 / 0.8);
}
.border-t-purple-500\/85 {
  border-top-color: rgb(144 97 249 / 0.85);
}
.border-t-purple-500\/90 {
  border-top-color: rgb(144 97 249 / 0.9);
}
.border-t-purple-500\/95 {
  border-top-color: rgb(144 97 249 / 0.95);
}
.border-t-purple-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(126 58 242 / var(--tw-border-opacity, 1));
}
.border-t-purple-600\/0 {
  border-top-color: rgb(126 58 242 / 0);
}
.border-t-purple-600\/10 {
  border-top-color: rgb(126 58 242 / 0.1);
}
.border-t-purple-600\/100 {
  border-top-color: rgb(126 58 242 / 1);
}
.border-t-purple-600\/15 {
  border-top-color: rgb(126 58 242 / 0.15);
}
.border-t-purple-600\/20 {
  border-top-color: rgb(126 58 242 / 0.2);
}
.border-t-purple-600\/25 {
  border-top-color: rgb(126 58 242 / 0.25);
}
.border-t-purple-600\/30 {
  border-top-color: rgb(126 58 242 / 0.3);
}
.border-t-purple-600\/35 {
  border-top-color: rgb(126 58 242 / 0.35);
}
.border-t-purple-600\/40 {
  border-top-color: rgb(126 58 242 / 0.4);
}
.border-t-purple-600\/45 {
  border-top-color: rgb(126 58 242 / 0.45);
}
.border-t-purple-600\/5 {
  border-top-color: rgb(126 58 242 / 0.05);
}
.border-t-purple-600\/50 {
  border-top-color: rgb(126 58 242 / 0.5);
}
.border-t-purple-600\/55 {
  border-top-color: rgb(126 58 242 / 0.55);
}
.border-t-purple-600\/60 {
  border-top-color: rgb(126 58 242 / 0.6);
}
.border-t-purple-600\/65 {
  border-top-color: rgb(126 58 242 / 0.65);
}
.border-t-purple-600\/70 {
  border-top-color: rgb(126 58 242 / 0.7);
}
.border-t-purple-600\/75 {
  border-top-color: rgb(126 58 242 / 0.75);
}
.border-t-purple-600\/80 {
  border-top-color: rgb(126 58 242 / 0.8);
}
.border-t-purple-600\/85 {
  border-top-color: rgb(126 58 242 / 0.85);
}
.border-t-purple-600\/90 {
  border-top-color: rgb(126 58 242 / 0.9);
}
.border-t-purple-600\/95 {
  border-top-color: rgb(126 58 242 / 0.95);
}
.border-t-purple-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(108 43 217 / var(--tw-border-opacity, 1));
}
.border-t-purple-700\/0 {
  border-top-color: rgb(108 43 217 / 0);
}
.border-t-purple-700\/10 {
  border-top-color: rgb(108 43 217 / 0.1);
}
.border-t-purple-700\/100 {
  border-top-color: rgb(108 43 217 / 1);
}
.border-t-purple-700\/15 {
  border-top-color: rgb(108 43 217 / 0.15);
}
.border-t-purple-700\/20 {
  border-top-color: rgb(108 43 217 / 0.2);
}
.border-t-purple-700\/25 {
  border-top-color: rgb(108 43 217 / 0.25);
}
.border-t-purple-700\/30 {
  border-top-color: rgb(108 43 217 / 0.3);
}
.border-t-purple-700\/35 {
  border-top-color: rgb(108 43 217 / 0.35);
}
.border-t-purple-700\/40 {
  border-top-color: rgb(108 43 217 / 0.4);
}
.border-t-purple-700\/45 {
  border-top-color: rgb(108 43 217 / 0.45);
}
.border-t-purple-700\/5 {
  border-top-color: rgb(108 43 217 / 0.05);
}
.border-t-purple-700\/50 {
  border-top-color: rgb(108 43 217 / 0.5);
}
.border-t-purple-700\/55 {
  border-top-color: rgb(108 43 217 / 0.55);
}
.border-t-purple-700\/60 {
  border-top-color: rgb(108 43 217 / 0.6);
}
.border-t-purple-700\/65 {
  border-top-color: rgb(108 43 217 / 0.65);
}
.border-t-purple-700\/70 {
  border-top-color: rgb(108 43 217 / 0.7);
}
.border-t-purple-700\/75 {
  border-top-color: rgb(108 43 217 / 0.75);
}
.border-t-purple-700\/80 {
  border-top-color: rgb(108 43 217 / 0.8);
}
.border-t-purple-700\/85 {
  border-top-color: rgb(108 43 217 / 0.85);
}
.border-t-purple-700\/90 {
  border-top-color: rgb(108 43 217 / 0.9);
}
.border-t-purple-700\/95 {
  border-top-color: rgb(108 43 217 / 0.95);
}
.border-t-purple-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(85 33 181 / var(--tw-border-opacity, 1));
}
.border-t-purple-800\/0 {
  border-top-color: rgb(85 33 181 / 0);
}
.border-t-purple-800\/10 {
  border-top-color: rgb(85 33 181 / 0.1);
}
.border-t-purple-800\/100 {
  border-top-color: rgb(85 33 181 / 1);
}
.border-t-purple-800\/15 {
  border-top-color: rgb(85 33 181 / 0.15);
}
.border-t-purple-800\/20 {
  border-top-color: rgb(85 33 181 / 0.2);
}
.border-t-purple-800\/25 {
  border-top-color: rgb(85 33 181 / 0.25);
}
.border-t-purple-800\/30 {
  border-top-color: rgb(85 33 181 / 0.3);
}
.border-t-purple-800\/35 {
  border-top-color: rgb(85 33 181 / 0.35);
}
.border-t-purple-800\/40 {
  border-top-color: rgb(85 33 181 / 0.4);
}
.border-t-purple-800\/45 {
  border-top-color: rgb(85 33 181 / 0.45);
}
.border-t-purple-800\/5 {
  border-top-color: rgb(85 33 181 / 0.05);
}
.border-t-purple-800\/50 {
  border-top-color: rgb(85 33 181 / 0.5);
}
.border-t-purple-800\/55 {
  border-top-color: rgb(85 33 181 / 0.55);
}
.border-t-purple-800\/60 {
  border-top-color: rgb(85 33 181 / 0.6);
}
.border-t-purple-800\/65 {
  border-top-color: rgb(85 33 181 / 0.65);
}
.border-t-purple-800\/70 {
  border-top-color: rgb(85 33 181 / 0.7);
}
.border-t-purple-800\/75 {
  border-top-color: rgb(85 33 181 / 0.75);
}
.border-t-purple-800\/80 {
  border-top-color: rgb(85 33 181 / 0.8);
}
.border-t-purple-800\/85 {
  border-top-color: rgb(85 33 181 / 0.85);
}
.border-t-purple-800\/90 {
  border-top-color: rgb(85 33 181 / 0.9);
}
.border-t-purple-800\/95 {
  border-top-color: rgb(85 33 181 / 0.95);
}
.border-t-purple-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(74 29 150 / var(--tw-border-opacity, 1));
}
.border-t-purple-900\/0 {
  border-top-color: rgb(74 29 150 / 0);
}
.border-t-purple-900\/10 {
  border-top-color: rgb(74 29 150 / 0.1);
}
.border-t-purple-900\/100 {
  border-top-color: rgb(74 29 150 / 1);
}
.border-t-purple-900\/15 {
  border-top-color: rgb(74 29 150 / 0.15);
}
.border-t-purple-900\/20 {
  border-top-color: rgb(74 29 150 / 0.2);
}
.border-t-purple-900\/25 {
  border-top-color: rgb(74 29 150 / 0.25);
}
.border-t-purple-900\/30 {
  border-top-color: rgb(74 29 150 / 0.3);
}
.border-t-purple-900\/35 {
  border-top-color: rgb(74 29 150 / 0.35);
}
.border-t-purple-900\/40 {
  border-top-color: rgb(74 29 150 / 0.4);
}
.border-t-purple-900\/45 {
  border-top-color: rgb(74 29 150 / 0.45);
}
.border-t-purple-900\/5 {
  border-top-color: rgb(74 29 150 / 0.05);
}
.border-t-purple-900\/50 {
  border-top-color: rgb(74 29 150 / 0.5);
}
.border-t-purple-900\/55 {
  border-top-color: rgb(74 29 150 / 0.55);
}
.border-t-purple-900\/60 {
  border-top-color: rgb(74 29 150 / 0.6);
}
.border-t-purple-900\/65 {
  border-top-color: rgb(74 29 150 / 0.65);
}
.border-t-purple-900\/70 {
  border-top-color: rgb(74 29 150 / 0.7);
}
.border-t-purple-900\/75 {
  border-top-color: rgb(74 29 150 / 0.75);
}
.border-t-purple-900\/80 {
  border-top-color: rgb(74 29 150 / 0.8);
}
.border-t-purple-900\/85 {
  border-top-color: rgb(74 29 150 / 0.85);
}
.border-t-purple-900\/90 {
  border-top-color: rgb(74 29 150 / 0.9);
}
.border-t-purple-900\/95 {
  border-top-color: rgb(74 29 150 / 0.95);
}
.border-t-red-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 232 232 / var(--tw-border-opacity, 1));
}
.border-t-red-100\/0 {
  border-top-color: rgb(253 232 232 / 0);
}
.border-t-red-100\/10 {
  border-top-color: rgb(253 232 232 / 0.1);
}
.border-t-red-100\/100 {
  border-top-color: rgb(253 232 232 / 1);
}
.border-t-red-100\/15 {
  border-top-color: rgb(253 232 232 / 0.15);
}
.border-t-red-100\/20 {
  border-top-color: rgb(253 232 232 / 0.2);
}
.border-t-red-100\/25 {
  border-top-color: rgb(253 232 232 / 0.25);
}
.border-t-red-100\/30 {
  border-top-color: rgb(253 232 232 / 0.3);
}
.border-t-red-100\/35 {
  border-top-color: rgb(253 232 232 / 0.35);
}
.border-t-red-100\/40 {
  border-top-color: rgb(253 232 232 / 0.4);
}
.border-t-red-100\/45 {
  border-top-color: rgb(253 232 232 / 0.45);
}
.border-t-red-100\/5 {
  border-top-color: rgb(253 232 232 / 0.05);
}
.border-t-red-100\/50 {
  border-top-color: rgb(253 232 232 / 0.5);
}
.border-t-red-100\/55 {
  border-top-color: rgb(253 232 232 / 0.55);
}
.border-t-red-100\/60 {
  border-top-color: rgb(253 232 232 / 0.6);
}
.border-t-red-100\/65 {
  border-top-color: rgb(253 232 232 / 0.65);
}
.border-t-red-100\/70 {
  border-top-color: rgb(253 232 232 / 0.7);
}
.border-t-red-100\/75 {
  border-top-color: rgb(253 232 232 / 0.75);
}
.border-t-red-100\/80 {
  border-top-color: rgb(253 232 232 / 0.8);
}
.border-t-red-100\/85 {
  border-top-color: rgb(253 232 232 / 0.85);
}
.border-t-red-100\/90 {
  border-top-color: rgb(253 232 232 / 0.9);
}
.border-t-red-100\/95 {
  border-top-color: rgb(253 232 232 / 0.95);
}
.border-t-red-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(251 213 213 / var(--tw-border-opacity, 1));
}
.border-t-red-200\/0 {
  border-top-color: rgb(251 213 213 / 0);
}
.border-t-red-200\/10 {
  border-top-color: rgb(251 213 213 / 0.1);
}
.border-t-red-200\/100 {
  border-top-color: rgb(251 213 213 / 1);
}
.border-t-red-200\/15 {
  border-top-color: rgb(251 213 213 / 0.15);
}
.border-t-red-200\/20 {
  border-top-color: rgb(251 213 213 / 0.2);
}
.border-t-red-200\/25 {
  border-top-color: rgb(251 213 213 / 0.25);
}
.border-t-red-200\/30 {
  border-top-color: rgb(251 213 213 / 0.3);
}
.border-t-red-200\/35 {
  border-top-color: rgb(251 213 213 / 0.35);
}
.border-t-red-200\/40 {
  border-top-color: rgb(251 213 213 / 0.4);
}
.border-t-red-200\/45 {
  border-top-color: rgb(251 213 213 / 0.45);
}
.border-t-red-200\/5 {
  border-top-color: rgb(251 213 213 / 0.05);
}
.border-t-red-200\/50 {
  border-top-color: rgb(251 213 213 / 0.5);
}
.border-t-red-200\/55 {
  border-top-color: rgb(251 213 213 / 0.55);
}
.border-t-red-200\/60 {
  border-top-color: rgb(251 213 213 / 0.6);
}
.border-t-red-200\/65 {
  border-top-color: rgb(251 213 213 / 0.65);
}
.border-t-red-200\/70 {
  border-top-color: rgb(251 213 213 / 0.7);
}
.border-t-red-200\/75 {
  border-top-color: rgb(251 213 213 / 0.75);
}
.border-t-red-200\/80 {
  border-top-color: rgb(251 213 213 / 0.8);
}
.border-t-red-200\/85 {
  border-top-color: rgb(251 213 213 / 0.85);
}
.border-t-red-200\/90 {
  border-top-color: rgb(251 213 213 / 0.9);
}
.border-t-red-200\/95 {
  border-top-color: rgb(251 213 213 / 0.95);
}
.border-t-red-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(248 180 180 / var(--tw-border-opacity, 1));
}
.border-t-red-300\/0 {
  border-top-color: rgb(248 180 180 / 0);
}
.border-t-red-300\/10 {
  border-top-color: rgb(248 180 180 / 0.1);
}
.border-t-red-300\/100 {
  border-top-color: rgb(248 180 180 / 1);
}
.border-t-red-300\/15 {
  border-top-color: rgb(248 180 180 / 0.15);
}
.border-t-red-300\/20 {
  border-top-color: rgb(248 180 180 / 0.2);
}
.border-t-red-300\/25 {
  border-top-color: rgb(248 180 180 / 0.25);
}
.border-t-red-300\/30 {
  border-top-color: rgb(248 180 180 / 0.3);
}
.border-t-red-300\/35 {
  border-top-color: rgb(248 180 180 / 0.35);
}
.border-t-red-300\/40 {
  border-top-color: rgb(248 180 180 / 0.4);
}
.border-t-red-300\/45 {
  border-top-color: rgb(248 180 180 / 0.45);
}
.border-t-red-300\/5 {
  border-top-color: rgb(248 180 180 / 0.05);
}
.border-t-red-300\/50 {
  border-top-color: rgb(248 180 180 / 0.5);
}
.border-t-red-300\/55 {
  border-top-color: rgb(248 180 180 / 0.55);
}
.border-t-red-300\/60 {
  border-top-color: rgb(248 180 180 / 0.6);
}
.border-t-red-300\/65 {
  border-top-color: rgb(248 180 180 / 0.65);
}
.border-t-red-300\/70 {
  border-top-color: rgb(248 180 180 / 0.7);
}
.border-t-red-300\/75 {
  border-top-color: rgb(248 180 180 / 0.75);
}
.border-t-red-300\/80 {
  border-top-color: rgb(248 180 180 / 0.8);
}
.border-t-red-300\/85 {
  border-top-color: rgb(248 180 180 / 0.85);
}
.border-t-red-300\/90 {
  border-top-color: rgb(248 180 180 / 0.9);
}
.border-t-red-300\/95 {
  border-top-color: rgb(248 180 180 / 0.95);
}
.border-t-red-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 128 128 / var(--tw-border-opacity, 1));
}
.border-t-red-400\/0 {
  border-top-color: rgb(249 128 128 / 0);
}
.border-t-red-400\/10 {
  border-top-color: rgb(249 128 128 / 0.1);
}
.border-t-red-400\/100 {
  border-top-color: rgb(249 128 128 / 1);
}
.border-t-red-400\/15 {
  border-top-color: rgb(249 128 128 / 0.15);
}
.border-t-red-400\/20 {
  border-top-color: rgb(249 128 128 / 0.2);
}
.border-t-red-400\/25 {
  border-top-color: rgb(249 128 128 / 0.25);
}
.border-t-red-400\/30 {
  border-top-color: rgb(249 128 128 / 0.3);
}
.border-t-red-400\/35 {
  border-top-color: rgb(249 128 128 / 0.35);
}
.border-t-red-400\/40 {
  border-top-color: rgb(249 128 128 / 0.4);
}
.border-t-red-400\/45 {
  border-top-color: rgb(249 128 128 / 0.45);
}
.border-t-red-400\/5 {
  border-top-color: rgb(249 128 128 / 0.05);
}
.border-t-red-400\/50 {
  border-top-color: rgb(249 128 128 / 0.5);
}
.border-t-red-400\/55 {
  border-top-color: rgb(249 128 128 / 0.55);
}
.border-t-red-400\/60 {
  border-top-color: rgb(249 128 128 / 0.6);
}
.border-t-red-400\/65 {
  border-top-color: rgb(249 128 128 / 0.65);
}
.border-t-red-400\/70 {
  border-top-color: rgb(249 128 128 / 0.7);
}
.border-t-red-400\/75 {
  border-top-color: rgb(249 128 128 / 0.75);
}
.border-t-red-400\/80 {
  border-top-color: rgb(249 128 128 / 0.8);
}
.border-t-red-400\/85 {
  border-top-color: rgb(249 128 128 / 0.85);
}
.border-t-red-400\/90 {
  border-top-color: rgb(249 128 128 / 0.9);
}
.border-t-red-400\/95 {
  border-top-color: rgb(249 128 128 / 0.95);
}
.border-t-red-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 242 242 / var(--tw-border-opacity, 1));
}
.border-t-red-50\/0 {
  border-top-color: rgb(253 242 242 / 0);
}
.border-t-red-50\/10 {
  border-top-color: rgb(253 242 242 / 0.1);
}
.border-t-red-50\/100 {
  border-top-color: rgb(253 242 242 / 1);
}
.border-t-red-50\/15 {
  border-top-color: rgb(253 242 242 / 0.15);
}
.border-t-red-50\/20 {
  border-top-color: rgb(253 242 242 / 0.2);
}
.border-t-red-50\/25 {
  border-top-color: rgb(253 242 242 / 0.25);
}
.border-t-red-50\/30 {
  border-top-color: rgb(253 242 242 / 0.3);
}
.border-t-red-50\/35 {
  border-top-color: rgb(253 242 242 / 0.35);
}
.border-t-red-50\/40 {
  border-top-color: rgb(253 242 242 / 0.4);
}
.border-t-red-50\/45 {
  border-top-color: rgb(253 242 242 / 0.45);
}
.border-t-red-50\/5 {
  border-top-color: rgb(253 242 242 / 0.05);
}
.border-t-red-50\/50 {
  border-top-color: rgb(253 242 242 / 0.5);
}
.border-t-red-50\/55 {
  border-top-color: rgb(253 242 242 / 0.55);
}
.border-t-red-50\/60 {
  border-top-color: rgb(253 242 242 / 0.6);
}
.border-t-red-50\/65 {
  border-top-color: rgb(253 242 242 / 0.65);
}
.border-t-red-50\/70 {
  border-top-color: rgb(253 242 242 / 0.7);
}
.border-t-red-50\/75 {
  border-top-color: rgb(253 242 242 / 0.75);
}
.border-t-red-50\/80 {
  border-top-color: rgb(253 242 242 / 0.8);
}
.border-t-red-50\/85 {
  border-top-color: rgb(253 242 242 / 0.85);
}
.border-t-red-50\/90 {
  border-top-color: rgb(253 242 242 / 0.9);
}
.border-t-red-50\/95 {
  border-top-color: rgb(253 242 242 / 0.95);
}
.border-t-red-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 82 82 / var(--tw-border-opacity, 1));
}
.border-t-red-500\/0 {
  border-top-color: rgb(240 82 82 / 0);
}
.border-t-red-500\/10 {
  border-top-color: rgb(240 82 82 / 0.1);
}
.border-t-red-500\/100 {
  border-top-color: rgb(240 82 82 / 1);
}
.border-t-red-500\/15 {
  border-top-color: rgb(240 82 82 / 0.15);
}
.border-t-red-500\/20 {
  border-top-color: rgb(240 82 82 / 0.2);
}
.border-t-red-500\/25 {
  border-top-color: rgb(240 82 82 / 0.25);
}
.border-t-red-500\/30 {
  border-top-color: rgb(240 82 82 / 0.3);
}
.border-t-red-500\/35 {
  border-top-color: rgb(240 82 82 / 0.35);
}
.border-t-red-500\/40 {
  border-top-color: rgb(240 82 82 / 0.4);
}
.border-t-red-500\/45 {
  border-top-color: rgb(240 82 82 / 0.45);
}
.border-t-red-500\/5 {
  border-top-color: rgb(240 82 82 / 0.05);
}
.border-t-red-500\/50 {
  border-top-color: rgb(240 82 82 / 0.5);
}
.border-t-red-500\/55 {
  border-top-color: rgb(240 82 82 / 0.55);
}
.border-t-red-500\/60 {
  border-top-color: rgb(240 82 82 / 0.6);
}
.border-t-red-500\/65 {
  border-top-color: rgb(240 82 82 / 0.65);
}
.border-t-red-500\/70 {
  border-top-color: rgb(240 82 82 / 0.7);
}
.border-t-red-500\/75 {
  border-top-color: rgb(240 82 82 / 0.75);
}
.border-t-red-500\/80 {
  border-top-color: rgb(240 82 82 / 0.8);
}
.border-t-red-500\/85 {
  border-top-color: rgb(240 82 82 / 0.85);
}
.border-t-red-500\/90 {
  border-top-color: rgb(240 82 82 / 0.9);
}
.border-t-red-500\/95 {
  border-top-color: rgb(240 82 82 / 0.95);
}
.border-t-red-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(224 36 36 / var(--tw-border-opacity, 1));
}
.border-t-red-600\/0 {
  border-top-color: rgb(224 36 36 / 0);
}
.border-t-red-600\/10 {
  border-top-color: rgb(224 36 36 / 0.1);
}
.border-t-red-600\/100 {
  border-top-color: rgb(224 36 36 / 1);
}
.border-t-red-600\/15 {
  border-top-color: rgb(224 36 36 / 0.15);
}
.border-t-red-600\/20 {
  border-top-color: rgb(224 36 36 / 0.2);
}
.border-t-red-600\/25 {
  border-top-color: rgb(224 36 36 / 0.25);
}
.border-t-red-600\/30 {
  border-top-color: rgb(224 36 36 / 0.3);
}
.border-t-red-600\/35 {
  border-top-color: rgb(224 36 36 / 0.35);
}
.border-t-red-600\/40 {
  border-top-color: rgb(224 36 36 / 0.4);
}
.border-t-red-600\/45 {
  border-top-color: rgb(224 36 36 / 0.45);
}
.border-t-red-600\/5 {
  border-top-color: rgb(224 36 36 / 0.05);
}
.border-t-red-600\/50 {
  border-top-color: rgb(224 36 36 / 0.5);
}
.border-t-red-600\/55 {
  border-top-color: rgb(224 36 36 / 0.55);
}
.border-t-red-600\/60 {
  border-top-color: rgb(224 36 36 / 0.6);
}
.border-t-red-600\/65 {
  border-top-color: rgb(224 36 36 / 0.65);
}
.border-t-red-600\/70 {
  border-top-color: rgb(224 36 36 / 0.7);
}
.border-t-red-600\/75 {
  border-top-color: rgb(224 36 36 / 0.75);
}
.border-t-red-600\/80 {
  border-top-color: rgb(224 36 36 / 0.8);
}
.border-t-red-600\/85 {
  border-top-color: rgb(224 36 36 / 0.85);
}
.border-t-red-600\/90 {
  border-top-color: rgb(224 36 36 / 0.9);
}
.border-t-red-600\/95 {
  border-top-color: rgb(224 36 36 / 0.95);
}
.border-t-red-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(200 30 30 / var(--tw-border-opacity, 1));
}
.border-t-red-700\/0 {
  border-top-color: rgb(200 30 30 / 0);
}
.border-t-red-700\/10 {
  border-top-color: rgb(200 30 30 / 0.1);
}
.border-t-red-700\/100 {
  border-top-color: rgb(200 30 30 / 1);
}
.border-t-red-700\/15 {
  border-top-color: rgb(200 30 30 / 0.15);
}
.border-t-red-700\/20 {
  border-top-color: rgb(200 30 30 / 0.2);
}
.border-t-red-700\/25 {
  border-top-color: rgb(200 30 30 / 0.25);
}
.border-t-red-700\/30 {
  border-top-color: rgb(200 30 30 / 0.3);
}
.border-t-red-700\/35 {
  border-top-color: rgb(200 30 30 / 0.35);
}
.border-t-red-700\/40 {
  border-top-color: rgb(200 30 30 / 0.4);
}
.border-t-red-700\/45 {
  border-top-color: rgb(200 30 30 / 0.45);
}
.border-t-red-700\/5 {
  border-top-color: rgb(200 30 30 / 0.05);
}
.border-t-red-700\/50 {
  border-top-color: rgb(200 30 30 / 0.5);
}
.border-t-red-700\/55 {
  border-top-color: rgb(200 30 30 / 0.55);
}
.border-t-red-700\/60 {
  border-top-color: rgb(200 30 30 / 0.6);
}
.border-t-red-700\/65 {
  border-top-color: rgb(200 30 30 / 0.65);
}
.border-t-red-700\/70 {
  border-top-color: rgb(200 30 30 / 0.7);
}
.border-t-red-700\/75 {
  border-top-color: rgb(200 30 30 / 0.75);
}
.border-t-red-700\/80 {
  border-top-color: rgb(200 30 30 / 0.8);
}
.border-t-red-700\/85 {
  border-top-color: rgb(200 30 30 / 0.85);
}
.border-t-red-700\/90 {
  border-top-color: rgb(200 30 30 / 0.9);
}
.border-t-red-700\/95 {
  border-top-color: rgb(200 30 30 / 0.95);
}
.border-t-red-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(155 28 28 / var(--tw-border-opacity, 1));
}
.border-t-red-800\/0 {
  border-top-color: rgb(155 28 28 / 0);
}
.border-t-red-800\/10 {
  border-top-color: rgb(155 28 28 / 0.1);
}
.border-t-red-800\/100 {
  border-top-color: rgb(155 28 28 / 1);
}
.border-t-red-800\/15 {
  border-top-color: rgb(155 28 28 / 0.15);
}
.border-t-red-800\/20 {
  border-top-color: rgb(155 28 28 / 0.2);
}
.border-t-red-800\/25 {
  border-top-color: rgb(155 28 28 / 0.25);
}
.border-t-red-800\/30 {
  border-top-color: rgb(155 28 28 / 0.3);
}
.border-t-red-800\/35 {
  border-top-color: rgb(155 28 28 / 0.35);
}
.border-t-red-800\/40 {
  border-top-color: rgb(155 28 28 / 0.4);
}
.border-t-red-800\/45 {
  border-top-color: rgb(155 28 28 / 0.45);
}
.border-t-red-800\/5 {
  border-top-color: rgb(155 28 28 / 0.05);
}
.border-t-red-800\/50 {
  border-top-color: rgb(155 28 28 / 0.5);
}
.border-t-red-800\/55 {
  border-top-color: rgb(155 28 28 / 0.55);
}
.border-t-red-800\/60 {
  border-top-color: rgb(155 28 28 / 0.6);
}
.border-t-red-800\/65 {
  border-top-color: rgb(155 28 28 / 0.65);
}
.border-t-red-800\/70 {
  border-top-color: rgb(155 28 28 / 0.7);
}
.border-t-red-800\/75 {
  border-top-color: rgb(155 28 28 / 0.75);
}
.border-t-red-800\/80 {
  border-top-color: rgb(155 28 28 / 0.8);
}
.border-t-red-800\/85 {
  border-top-color: rgb(155 28 28 / 0.85);
}
.border-t-red-800\/90 {
  border-top-color: rgb(155 28 28 / 0.9);
}
.border-t-red-800\/95 {
  border-top-color: rgb(155 28 28 / 0.95);
}
.border-t-red-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(119 29 29 / var(--tw-border-opacity, 1));
}
.border-t-red-900\/0 {
  border-top-color: rgb(119 29 29 / 0);
}
.border-t-red-900\/10 {
  border-top-color: rgb(119 29 29 / 0.1);
}
.border-t-red-900\/100 {
  border-top-color: rgb(119 29 29 / 1);
}
.border-t-red-900\/15 {
  border-top-color: rgb(119 29 29 / 0.15);
}
.border-t-red-900\/20 {
  border-top-color: rgb(119 29 29 / 0.2);
}
.border-t-red-900\/25 {
  border-top-color: rgb(119 29 29 / 0.25);
}
.border-t-red-900\/30 {
  border-top-color: rgb(119 29 29 / 0.3);
}
.border-t-red-900\/35 {
  border-top-color: rgb(119 29 29 / 0.35);
}
.border-t-red-900\/40 {
  border-top-color: rgb(119 29 29 / 0.4);
}
.border-t-red-900\/45 {
  border-top-color: rgb(119 29 29 / 0.45);
}
.border-t-red-900\/5 {
  border-top-color: rgb(119 29 29 / 0.05);
}
.border-t-red-900\/50 {
  border-top-color: rgb(119 29 29 / 0.5);
}
.border-t-red-900\/55 {
  border-top-color: rgb(119 29 29 / 0.55);
}
.border-t-red-900\/60 {
  border-top-color: rgb(119 29 29 / 0.6);
}
.border-t-red-900\/65 {
  border-top-color: rgb(119 29 29 / 0.65);
}
.border-t-red-900\/70 {
  border-top-color: rgb(119 29 29 / 0.7);
}
.border-t-red-900\/75 {
  border-top-color: rgb(119 29 29 / 0.75);
}
.border-t-red-900\/80 {
  border-top-color: rgb(119 29 29 / 0.8);
}
.border-t-red-900\/85 {
  border-top-color: rgb(119 29 29 / 0.85);
}
.border-t-red-900\/90 {
  border-top-color: rgb(119 29 29 / 0.9);
}
.border-t-red-900\/95 {
  border-top-color: rgb(119 29 29 / 0.95);
}
.border-t-teal-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(213 245 246 / var(--tw-border-opacity, 1));
}
.border-t-teal-100\/0 {
  border-top-color: rgb(213 245 246 / 0);
}
.border-t-teal-100\/10 {
  border-top-color: rgb(213 245 246 / 0.1);
}
.border-t-teal-100\/100 {
  border-top-color: rgb(213 245 246 / 1);
}
.border-t-teal-100\/15 {
  border-top-color: rgb(213 245 246 / 0.15);
}
.border-t-teal-100\/20 {
  border-top-color: rgb(213 245 246 / 0.2);
}
.border-t-teal-100\/25 {
  border-top-color: rgb(213 245 246 / 0.25);
}
.border-t-teal-100\/30 {
  border-top-color: rgb(213 245 246 / 0.3);
}
.border-t-teal-100\/35 {
  border-top-color: rgb(213 245 246 / 0.35);
}
.border-t-teal-100\/40 {
  border-top-color: rgb(213 245 246 / 0.4);
}
.border-t-teal-100\/45 {
  border-top-color: rgb(213 245 246 / 0.45);
}
.border-t-teal-100\/5 {
  border-top-color: rgb(213 245 246 / 0.05);
}
.border-t-teal-100\/50 {
  border-top-color: rgb(213 245 246 / 0.5);
}
.border-t-teal-100\/55 {
  border-top-color: rgb(213 245 246 / 0.55);
}
.border-t-teal-100\/60 {
  border-top-color: rgb(213 245 246 / 0.6);
}
.border-t-teal-100\/65 {
  border-top-color: rgb(213 245 246 / 0.65);
}
.border-t-teal-100\/70 {
  border-top-color: rgb(213 245 246 / 0.7);
}
.border-t-teal-100\/75 {
  border-top-color: rgb(213 245 246 / 0.75);
}
.border-t-teal-100\/80 {
  border-top-color: rgb(213 245 246 / 0.8);
}
.border-t-teal-100\/85 {
  border-top-color: rgb(213 245 246 / 0.85);
}
.border-t-teal-100\/90 {
  border-top-color: rgb(213 245 246 / 0.9);
}
.border-t-teal-100\/95 {
  border-top-color: rgb(213 245 246 / 0.95);
}
.border-t-teal-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(175 236 239 / var(--tw-border-opacity, 1));
}
.border-t-teal-200\/0 {
  border-top-color: rgb(175 236 239 / 0);
}
.border-t-teal-200\/10 {
  border-top-color: rgb(175 236 239 / 0.1);
}
.border-t-teal-200\/100 {
  border-top-color: rgb(175 236 239 / 1);
}
.border-t-teal-200\/15 {
  border-top-color: rgb(175 236 239 / 0.15);
}
.border-t-teal-200\/20 {
  border-top-color: rgb(175 236 239 / 0.2);
}
.border-t-teal-200\/25 {
  border-top-color: rgb(175 236 239 / 0.25);
}
.border-t-teal-200\/30 {
  border-top-color: rgb(175 236 239 / 0.3);
}
.border-t-teal-200\/35 {
  border-top-color: rgb(175 236 239 / 0.35);
}
.border-t-teal-200\/40 {
  border-top-color: rgb(175 236 239 / 0.4);
}
.border-t-teal-200\/45 {
  border-top-color: rgb(175 236 239 / 0.45);
}
.border-t-teal-200\/5 {
  border-top-color: rgb(175 236 239 / 0.05);
}
.border-t-teal-200\/50 {
  border-top-color: rgb(175 236 239 / 0.5);
}
.border-t-teal-200\/55 {
  border-top-color: rgb(175 236 239 / 0.55);
}
.border-t-teal-200\/60 {
  border-top-color: rgb(175 236 239 / 0.6);
}
.border-t-teal-200\/65 {
  border-top-color: rgb(175 236 239 / 0.65);
}
.border-t-teal-200\/70 {
  border-top-color: rgb(175 236 239 / 0.7);
}
.border-t-teal-200\/75 {
  border-top-color: rgb(175 236 239 / 0.75);
}
.border-t-teal-200\/80 {
  border-top-color: rgb(175 236 239 / 0.8);
}
.border-t-teal-200\/85 {
  border-top-color: rgb(175 236 239 / 0.85);
}
.border-t-teal-200\/90 {
  border-top-color: rgb(175 236 239 / 0.9);
}
.border-t-teal-200\/95 {
  border-top-color: rgb(175 236 239 / 0.95);
}
.border-t-teal-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(126 220 226 / var(--tw-border-opacity, 1));
}
.border-t-teal-300\/0 {
  border-top-color: rgb(126 220 226 / 0);
}
.border-t-teal-300\/10 {
  border-top-color: rgb(126 220 226 / 0.1);
}
.border-t-teal-300\/100 {
  border-top-color: rgb(126 220 226 / 1);
}
.border-t-teal-300\/15 {
  border-top-color: rgb(126 220 226 / 0.15);
}
.border-t-teal-300\/20 {
  border-top-color: rgb(126 220 226 / 0.2);
}
.border-t-teal-300\/25 {
  border-top-color: rgb(126 220 226 / 0.25);
}
.border-t-teal-300\/30 {
  border-top-color: rgb(126 220 226 / 0.3);
}
.border-t-teal-300\/35 {
  border-top-color: rgb(126 220 226 / 0.35);
}
.border-t-teal-300\/40 {
  border-top-color: rgb(126 220 226 / 0.4);
}
.border-t-teal-300\/45 {
  border-top-color: rgb(126 220 226 / 0.45);
}
.border-t-teal-300\/5 {
  border-top-color: rgb(126 220 226 / 0.05);
}
.border-t-teal-300\/50 {
  border-top-color: rgb(126 220 226 / 0.5);
}
.border-t-teal-300\/55 {
  border-top-color: rgb(126 220 226 / 0.55);
}
.border-t-teal-300\/60 {
  border-top-color: rgb(126 220 226 / 0.6);
}
.border-t-teal-300\/65 {
  border-top-color: rgb(126 220 226 / 0.65);
}
.border-t-teal-300\/70 {
  border-top-color: rgb(126 220 226 / 0.7);
}
.border-t-teal-300\/75 {
  border-top-color: rgb(126 220 226 / 0.75);
}
.border-t-teal-300\/80 {
  border-top-color: rgb(126 220 226 / 0.8);
}
.border-t-teal-300\/85 {
  border-top-color: rgb(126 220 226 / 0.85);
}
.border-t-teal-300\/90 {
  border-top-color: rgb(126 220 226 / 0.9);
}
.border-t-teal-300\/95 {
  border-top-color: rgb(126 220 226 / 0.95);
}
.border-t-teal-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(22 189 202 / var(--tw-border-opacity, 1));
}
.border-t-teal-400\/0 {
  border-top-color: rgb(22 189 202 / 0);
}
.border-t-teal-400\/10 {
  border-top-color: rgb(22 189 202 / 0.1);
}
.border-t-teal-400\/100 {
  border-top-color: rgb(22 189 202 / 1);
}
.border-t-teal-400\/15 {
  border-top-color: rgb(22 189 202 / 0.15);
}
.border-t-teal-400\/20 {
  border-top-color: rgb(22 189 202 / 0.2);
}
.border-t-teal-400\/25 {
  border-top-color: rgb(22 189 202 / 0.25);
}
.border-t-teal-400\/30 {
  border-top-color: rgb(22 189 202 / 0.3);
}
.border-t-teal-400\/35 {
  border-top-color: rgb(22 189 202 / 0.35);
}
.border-t-teal-400\/40 {
  border-top-color: rgb(22 189 202 / 0.4);
}
.border-t-teal-400\/45 {
  border-top-color: rgb(22 189 202 / 0.45);
}
.border-t-teal-400\/5 {
  border-top-color: rgb(22 189 202 / 0.05);
}
.border-t-teal-400\/50 {
  border-top-color: rgb(22 189 202 / 0.5);
}
.border-t-teal-400\/55 {
  border-top-color: rgb(22 189 202 / 0.55);
}
.border-t-teal-400\/60 {
  border-top-color: rgb(22 189 202 / 0.6);
}
.border-t-teal-400\/65 {
  border-top-color: rgb(22 189 202 / 0.65);
}
.border-t-teal-400\/70 {
  border-top-color: rgb(22 189 202 / 0.7);
}
.border-t-teal-400\/75 {
  border-top-color: rgb(22 189 202 / 0.75);
}
.border-t-teal-400\/80 {
  border-top-color: rgb(22 189 202 / 0.8);
}
.border-t-teal-400\/85 {
  border-top-color: rgb(22 189 202 / 0.85);
}
.border-t-teal-400\/90 {
  border-top-color: rgb(22 189 202 / 0.9);
}
.border-t-teal-400\/95 {
  border-top-color: rgb(22 189 202 / 0.95);
}
.border-t-teal-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(237 250 250 / var(--tw-border-opacity, 1));
}
.border-t-teal-50\/0 {
  border-top-color: rgb(237 250 250 / 0);
}
.border-t-teal-50\/10 {
  border-top-color: rgb(237 250 250 / 0.1);
}
.border-t-teal-50\/100 {
  border-top-color: rgb(237 250 250 / 1);
}
.border-t-teal-50\/15 {
  border-top-color: rgb(237 250 250 / 0.15);
}
.border-t-teal-50\/20 {
  border-top-color: rgb(237 250 250 / 0.2);
}
.border-t-teal-50\/25 {
  border-top-color: rgb(237 250 250 / 0.25);
}
.border-t-teal-50\/30 {
  border-top-color: rgb(237 250 250 / 0.3);
}
.border-t-teal-50\/35 {
  border-top-color: rgb(237 250 250 / 0.35);
}
.border-t-teal-50\/40 {
  border-top-color: rgb(237 250 250 / 0.4);
}
.border-t-teal-50\/45 {
  border-top-color: rgb(237 250 250 / 0.45);
}
.border-t-teal-50\/5 {
  border-top-color: rgb(237 250 250 / 0.05);
}
.border-t-teal-50\/50 {
  border-top-color: rgb(237 250 250 / 0.5);
}
.border-t-teal-50\/55 {
  border-top-color: rgb(237 250 250 / 0.55);
}
.border-t-teal-50\/60 {
  border-top-color: rgb(237 250 250 / 0.6);
}
.border-t-teal-50\/65 {
  border-top-color: rgb(237 250 250 / 0.65);
}
.border-t-teal-50\/70 {
  border-top-color: rgb(237 250 250 / 0.7);
}
.border-t-teal-50\/75 {
  border-top-color: rgb(237 250 250 / 0.75);
}
.border-t-teal-50\/80 {
  border-top-color: rgb(237 250 250 / 0.8);
}
.border-t-teal-50\/85 {
  border-top-color: rgb(237 250 250 / 0.85);
}
.border-t-teal-50\/90 {
  border-top-color: rgb(237 250 250 / 0.9);
}
.border-t-teal-50\/95 {
  border-top-color: rgb(237 250 250 / 0.95);
}
.border-t-teal-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(6 148 162 / var(--tw-border-opacity, 1));
}
.border-t-teal-500\/0 {
  border-top-color: rgb(6 148 162 / 0);
}
.border-t-teal-500\/10 {
  border-top-color: rgb(6 148 162 / 0.1);
}
.border-t-teal-500\/100 {
  border-top-color: rgb(6 148 162 / 1);
}
.border-t-teal-500\/15 {
  border-top-color: rgb(6 148 162 / 0.15);
}
.border-t-teal-500\/20 {
  border-top-color: rgb(6 148 162 / 0.2);
}
.border-t-teal-500\/25 {
  border-top-color: rgb(6 148 162 / 0.25);
}
.border-t-teal-500\/30 {
  border-top-color: rgb(6 148 162 / 0.3);
}
.border-t-teal-500\/35 {
  border-top-color: rgb(6 148 162 / 0.35);
}
.border-t-teal-500\/40 {
  border-top-color: rgb(6 148 162 / 0.4);
}
.border-t-teal-500\/45 {
  border-top-color: rgb(6 148 162 / 0.45);
}
.border-t-teal-500\/5 {
  border-top-color: rgb(6 148 162 / 0.05);
}
.border-t-teal-500\/50 {
  border-top-color: rgb(6 148 162 / 0.5);
}
.border-t-teal-500\/55 {
  border-top-color: rgb(6 148 162 / 0.55);
}
.border-t-teal-500\/60 {
  border-top-color: rgb(6 148 162 / 0.6);
}
.border-t-teal-500\/65 {
  border-top-color: rgb(6 148 162 / 0.65);
}
.border-t-teal-500\/70 {
  border-top-color: rgb(6 148 162 / 0.7);
}
.border-t-teal-500\/75 {
  border-top-color: rgb(6 148 162 / 0.75);
}
.border-t-teal-500\/80 {
  border-top-color: rgb(6 148 162 / 0.8);
}
.border-t-teal-500\/85 {
  border-top-color: rgb(6 148 162 / 0.85);
}
.border-t-teal-500\/90 {
  border-top-color: rgb(6 148 162 / 0.9);
}
.border-t-teal-500\/95 {
  border-top-color: rgb(6 148 162 / 0.95);
}
.border-t-teal-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(4 116 129 / var(--tw-border-opacity, 1));
}
.border-t-teal-600\/0 {
  border-top-color: rgb(4 116 129 / 0);
}
.border-t-teal-600\/10 {
  border-top-color: rgb(4 116 129 / 0.1);
}
.border-t-teal-600\/100 {
  border-top-color: rgb(4 116 129 / 1);
}
.border-t-teal-600\/15 {
  border-top-color: rgb(4 116 129 / 0.15);
}
.border-t-teal-600\/20 {
  border-top-color: rgb(4 116 129 / 0.2);
}
.border-t-teal-600\/25 {
  border-top-color: rgb(4 116 129 / 0.25);
}
.border-t-teal-600\/30 {
  border-top-color: rgb(4 116 129 / 0.3);
}
.border-t-teal-600\/35 {
  border-top-color: rgb(4 116 129 / 0.35);
}
.border-t-teal-600\/40 {
  border-top-color: rgb(4 116 129 / 0.4);
}
.border-t-teal-600\/45 {
  border-top-color: rgb(4 116 129 / 0.45);
}
.border-t-teal-600\/5 {
  border-top-color: rgb(4 116 129 / 0.05);
}
.border-t-teal-600\/50 {
  border-top-color: rgb(4 116 129 / 0.5);
}
.border-t-teal-600\/55 {
  border-top-color: rgb(4 116 129 / 0.55);
}
.border-t-teal-600\/60 {
  border-top-color: rgb(4 116 129 / 0.6);
}
.border-t-teal-600\/65 {
  border-top-color: rgb(4 116 129 / 0.65);
}
.border-t-teal-600\/70 {
  border-top-color: rgb(4 116 129 / 0.7);
}
.border-t-teal-600\/75 {
  border-top-color: rgb(4 116 129 / 0.75);
}
.border-t-teal-600\/80 {
  border-top-color: rgb(4 116 129 / 0.8);
}
.border-t-teal-600\/85 {
  border-top-color: rgb(4 116 129 / 0.85);
}
.border-t-teal-600\/90 {
  border-top-color: rgb(4 116 129 / 0.9);
}
.border-t-teal-600\/95 {
  border-top-color: rgb(4 116 129 / 0.95);
}
.border-t-teal-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(3 102 114 / var(--tw-border-opacity, 1));
}
.border-t-teal-700\/0 {
  border-top-color: rgb(3 102 114 / 0);
}
.border-t-teal-700\/10 {
  border-top-color: rgb(3 102 114 / 0.1);
}
.border-t-teal-700\/100 {
  border-top-color: rgb(3 102 114 / 1);
}
.border-t-teal-700\/15 {
  border-top-color: rgb(3 102 114 / 0.15);
}
.border-t-teal-700\/20 {
  border-top-color: rgb(3 102 114 / 0.2);
}
.border-t-teal-700\/25 {
  border-top-color: rgb(3 102 114 / 0.25);
}
.border-t-teal-700\/30 {
  border-top-color: rgb(3 102 114 / 0.3);
}
.border-t-teal-700\/35 {
  border-top-color: rgb(3 102 114 / 0.35);
}
.border-t-teal-700\/40 {
  border-top-color: rgb(3 102 114 / 0.4);
}
.border-t-teal-700\/45 {
  border-top-color: rgb(3 102 114 / 0.45);
}
.border-t-teal-700\/5 {
  border-top-color: rgb(3 102 114 / 0.05);
}
.border-t-teal-700\/50 {
  border-top-color: rgb(3 102 114 / 0.5);
}
.border-t-teal-700\/55 {
  border-top-color: rgb(3 102 114 / 0.55);
}
.border-t-teal-700\/60 {
  border-top-color: rgb(3 102 114 / 0.6);
}
.border-t-teal-700\/65 {
  border-top-color: rgb(3 102 114 / 0.65);
}
.border-t-teal-700\/70 {
  border-top-color: rgb(3 102 114 / 0.7);
}
.border-t-teal-700\/75 {
  border-top-color: rgb(3 102 114 / 0.75);
}
.border-t-teal-700\/80 {
  border-top-color: rgb(3 102 114 / 0.8);
}
.border-t-teal-700\/85 {
  border-top-color: rgb(3 102 114 / 0.85);
}
.border-t-teal-700\/90 {
  border-top-color: rgb(3 102 114 / 0.9);
}
.border-t-teal-700\/95 {
  border-top-color: rgb(3 102 114 / 0.95);
}
.border-t-teal-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(5 80 92 / var(--tw-border-opacity, 1));
}
.border-t-teal-800\/0 {
  border-top-color: rgb(5 80 92 / 0);
}
.border-t-teal-800\/10 {
  border-top-color: rgb(5 80 92 / 0.1);
}
.border-t-teal-800\/100 {
  border-top-color: rgb(5 80 92 / 1);
}
.border-t-teal-800\/15 {
  border-top-color: rgb(5 80 92 / 0.15);
}
.border-t-teal-800\/20 {
  border-top-color: rgb(5 80 92 / 0.2);
}
.border-t-teal-800\/25 {
  border-top-color: rgb(5 80 92 / 0.25);
}
.border-t-teal-800\/30 {
  border-top-color: rgb(5 80 92 / 0.3);
}
.border-t-teal-800\/35 {
  border-top-color: rgb(5 80 92 / 0.35);
}
.border-t-teal-800\/40 {
  border-top-color: rgb(5 80 92 / 0.4);
}
.border-t-teal-800\/45 {
  border-top-color: rgb(5 80 92 / 0.45);
}
.border-t-teal-800\/5 {
  border-top-color: rgb(5 80 92 / 0.05);
}
.border-t-teal-800\/50 {
  border-top-color: rgb(5 80 92 / 0.5);
}
.border-t-teal-800\/55 {
  border-top-color: rgb(5 80 92 / 0.55);
}
.border-t-teal-800\/60 {
  border-top-color: rgb(5 80 92 / 0.6);
}
.border-t-teal-800\/65 {
  border-top-color: rgb(5 80 92 / 0.65);
}
.border-t-teal-800\/70 {
  border-top-color: rgb(5 80 92 / 0.7);
}
.border-t-teal-800\/75 {
  border-top-color: rgb(5 80 92 / 0.75);
}
.border-t-teal-800\/80 {
  border-top-color: rgb(5 80 92 / 0.8);
}
.border-t-teal-800\/85 {
  border-top-color: rgb(5 80 92 / 0.85);
}
.border-t-teal-800\/90 {
  border-top-color: rgb(5 80 92 / 0.9);
}
.border-t-teal-800\/95 {
  border-top-color: rgb(5 80 92 / 0.95);
}
.border-t-teal-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(1 68 81 / var(--tw-border-opacity, 1));
}
.border-t-teal-900\/0 {
  border-top-color: rgb(1 68 81 / 0);
}
.border-t-teal-900\/10 {
  border-top-color: rgb(1 68 81 / 0.1);
}
.border-t-teal-900\/100 {
  border-top-color: rgb(1 68 81 / 1);
}
.border-t-teal-900\/15 {
  border-top-color: rgb(1 68 81 / 0.15);
}
.border-t-teal-900\/20 {
  border-top-color: rgb(1 68 81 / 0.2);
}
.border-t-teal-900\/25 {
  border-top-color: rgb(1 68 81 / 0.25);
}
.border-t-teal-900\/30 {
  border-top-color: rgb(1 68 81 / 0.3);
}
.border-t-teal-900\/35 {
  border-top-color: rgb(1 68 81 / 0.35);
}
.border-t-teal-900\/40 {
  border-top-color: rgb(1 68 81 / 0.4);
}
.border-t-teal-900\/45 {
  border-top-color: rgb(1 68 81 / 0.45);
}
.border-t-teal-900\/5 {
  border-top-color: rgb(1 68 81 / 0.05);
}
.border-t-teal-900\/50 {
  border-top-color: rgb(1 68 81 / 0.5);
}
.border-t-teal-900\/55 {
  border-top-color: rgb(1 68 81 / 0.55);
}
.border-t-teal-900\/60 {
  border-top-color: rgb(1 68 81 / 0.6);
}
.border-t-teal-900\/65 {
  border-top-color: rgb(1 68 81 / 0.65);
}
.border-t-teal-900\/70 {
  border-top-color: rgb(1 68 81 / 0.7);
}
.border-t-teal-900\/75 {
  border-top-color: rgb(1 68 81 / 0.75);
}
.border-t-teal-900\/80 {
  border-top-color: rgb(1 68 81 / 0.8);
}
.border-t-teal-900\/85 {
  border-top-color: rgb(1 68 81 / 0.85);
}
.border-t-teal-900\/90 {
  border-top-color: rgb(1 68 81 / 0.9);
}
.border-t-teal-900\/95 {
  border-top-color: rgb(1 68 81 / 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-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.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(253 246 178 / var(--tw-border-opacity, 1));
}
.border-t-yellow-100\/0 {
  border-top-color: rgb(253 246 178 / 0);
}
.border-t-yellow-100\/10 {
  border-top-color: rgb(253 246 178 / 0.1);
}
.border-t-yellow-100\/100 {
  border-top-color: rgb(253 246 178 / 1);
}
.border-t-yellow-100\/15 {
  border-top-color: rgb(253 246 178 / 0.15);
}
.border-t-yellow-100\/20 {
  border-top-color: rgb(253 246 178 / 0.2);
}
.border-t-yellow-100\/25 {
  border-top-color: rgb(253 246 178 / 0.25);
}
.border-t-yellow-100\/30 {
  border-top-color: rgb(253 246 178 / 0.3);
}
.border-t-yellow-100\/35 {
  border-top-color: rgb(253 246 178 / 0.35);
}
.border-t-yellow-100\/40 {
  border-top-color: rgb(253 246 178 / 0.4);
}
.border-t-yellow-100\/45 {
  border-top-color: rgb(253 246 178 / 0.45);
}
.border-t-yellow-100\/5 {
  border-top-color: rgb(253 246 178 / 0.05);
}
.border-t-yellow-100\/50 {
  border-top-color: rgb(253 246 178 / 0.5);
}
.border-t-yellow-100\/55 {
  border-top-color: rgb(253 246 178 / 0.55);
}
.border-t-yellow-100\/60 {
  border-top-color: rgb(253 246 178 / 0.6);
}
.border-t-yellow-100\/65 {
  border-top-color: rgb(253 246 178 / 0.65);
}
.border-t-yellow-100\/70 {
  border-top-color: rgb(253 246 178 / 0.7);
}
.border-t-yellow-100\/75 {
  border-top-color: rgb(253 246 178 / 0.75);
}
.border-t-yellow-100\/80 {
  border-top-color: rgb(253 246 178 / 0.8);
}
.border-t-yellow-100\/85 {
  border-top-color: rgb(253 246 178 / 0.85);
}
.border-t-yellow-100\/90 {
  border-top-color: rgb(253 246 178 / 0.9);
}
.border-t-yellow-100\/95 {
  border-top-color: rgb(253 246 178 / 0.95);
}
.border-t-yellow-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(252 233 106 / var(--tw-border-opacity, 1));
}
.border-t-yellow-200\/0 {
  border-top-color: rgb(252 233 106 / 0);
}
.border-t-yellow-200\/10 {
  border-top-color: rgb(252 233 106 / 0.1);
}
.border-t-yellow-200\/100 {
  border-top-color: rgb(252 233 106 / 1);
}
.border-t-yellow-200\/15 {
  border-top-color: rgb(252 233 106 / 0.15);
}
.border-t-yellow-200\/20 {
  border-top-color: rgb(252 233 106 / 0.2);
}
.border-t-yellow-200\/25 {
  border-top-color: rgb(252 233 106 / 0.25);
}
.border-t-yellow-200\/30 {
  border-top-color: rgb(252 233 106 / 0.3);
}
.border-t-yellow-200\/35 {
  border-top-color: rgb(252 233 106 / 0.35);
}
.border-t-yellow-200\/40 {
  border-top-color: rgb(252 233 106 / 0.4);
}
.border-t-yellow-200\/45 {
  border-top-color: rgb(252 233 106 / 0.45);
}
.border-t-yellow-200\/5 {
  border-top-color: rgb(252 233 106 / 0.05);
}
.border-t-yellow-200\/50 {
  border-top-color: rgb(252 233 106 / 0.5);
}
.border-t-yellow-200\/55 {
  border-top-color: rgb(252 233 106 / 0.55);
}
.border-t-yellow-200\/60 {
  border-top-color: rgb(252 233 106 / 0.6);
}
.border-t-yellow-200\/65 {
  border-top-color: rgb(252 233 106 / 0.65);
}
.border-t-yellow-200\/70 {
  border-top-color: rgb(252 233 106 / 0.7);
}
.border-t-yellow-200\/75 {
  border-top-color: rgb(252 233 106 / 0.75);
}
.border-t-yellow-200\/80 {
  border-top-color: rgb(252 233 106 / 0.8);
}
.border-t-yellow-200\/85 {
  border-top-color: rgb(252 233 106 / 0.85);
}
.border-t-yellow-200\/90 {
  border-top-color: rgb(252 233 106 / 0.9);
}
.border-t-yellow-200\/95 {
  border-top-color: rgb(252 233 106 / 0.95);
}
.border-t-yellow-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 202 21 / var(--tw-border-opacity, 1));
}
.border-t-yellow-300\/0 {
  border-top-color: rgb(250 202 21 / 0);
}
.border-t-yellow-300\/10 {
  border-top-color: rgb(250 202 21 / 0.1);
}
.border-t-yellow-300\/100 {
  border-top-color: rgb(250 202 21 / 1);
}
.border-t-yellow-300\/15 {
  border-top-color: rgb(250 202 21 / 0.15);
}
.border-t-yellow-300\/20 {
  border-top-color: rgb(250 202 21 / 0.2);
}
.border-t-yellow-300\/25 {
  border-top-color: rgb(250 202 21 / 0.25);
}
.border-t-yellow-300\/30 {
  border-top-color: rgb(250 202 21 / 0.3);
}
.border-t-yellow-300\/35 {
  border-top-color: rgb(250 202 21 / 0.35);
}
.border-t-yellow-300\/40 {
  border-top-color: rgb(250 202 21 / 0.4);
}
.border-t-yellow-300\/45 {
  border-top-color: rgb(250 202 21 / 0.45);
}
.border-t-yellow-300\/5 {
  border-top-color: rgb(250 202 21 / 0.05);
}
.border-t-yellow-300\/50 {
  border-top-color: rgb(250 202 21 / 0.5);
}
.border-t-yellow-300\/55 {
  border-top-color: rgb(250 202 21 / 0.55);
}
.border-t-yellow-300\/60 {
  border-top-color: rgb(250 202 21 / 0.6);
}
.border-t-yellow-300\/65 {
  border-top-color: rgb(250 202 21 / 0.65);
}
.border-t-yellow-300\/70 {
  border-top-color: rgb(250 202 21 / 0.7);
}
.border-t-yellow-300\/75 {
  border-top-color: rgb(250 202 21 / 0.75);
}
.border-t-yellow-300\/80 {
  border-top-color: rgb(250 202 21 / 0.8);
}
.border-t-yellow-300\/85 {
  border-top-color: rgb(250 202 21 / 0.85);
}
.border-t-yellow-300\/90 {
  border-top-color: rgb(250 202 21 / 0.9);
}
.border-t-yellow-300\/95 {
  border-top-color: rgb(250 202 21 / 0.95);
}
.border-t-yellow-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(227 160 8 / var(--tw-border-opacity, 1));
}
.border-t-yellow-400\/0 {
  border-top-color: rgb(227 160 8 / 0);
}
.border-t-yellow-400\/10 {
  border-top-color: rgb(227 160 8 / 0.1);
}
.border-t-yellow-400\/100 {
  border-top-color: rgb(227 160 8 / 1);
}
.border-t-yellow-400\/15 {
  border-top-color: rgb(227 160 8 / 0.15);
}
.border-t-yellow-400\/20 {
  border-top-color: rgb(227 160 8 / 0.2);
}
.border-t-yellow-400\/25 {
  border-top-color: rgb(227 160 8 / 0.25);
}
.border-t-yellow-400\/30 {
  border-top-color: rgb(227 160 8 / 0.3);
}
.border-t-yellow-400\/35 {
  border-top-color: rgb(227 160 8 / 0.35);
}
.border-t-yellow-400\/40 {
  border-top-color: rgb(227 160 8 / 0.4);
}
.border-t-yellow-400\/45 {
  border-top-color: rgb(227 160 8 / 0.45);
}
.border-t-yellow-400\/5 {
  border-top-color: rgb(227 160 8 / 0.05);
}
.border-t-yellow-400\/50 {
  border-top-color: rgb(227 160 8 / 0.5);
}
.border-t-yellow-400\/55 {
  border-top-color: rgb(227 160 8 / 0.55);
}
.border-t-yellow-400\/60 {
  border-top-color: rgb(227 160 8 / 0.6);
}
.border-t-yellow-400\/65 {
  border-top-color: rgb(227 160 8 / 0.65);
}
.border-t-yellow-400\/70 {
  border-top-color: rgb(227 160 8 / 0.7);
}
.border-t-yellow-400\/75 {
  border-top-color: rgb(227 160 8 / 0.75);
}
.border-t-yellow-400\/80 {
  border-top-color: rgb(227 160 8 / 0.8);
}
.border-t-yellow-400\/85 {
  border-top-color: rgb(227 160 8 / 0.85);
}
.border-t-yellow-400\/90 {
  border-top-color: rgb(227 160 8 / 0.9);
}
.border-t-yellow-400\/95 {
  border-top-color: rgb(227 160 8 / 0.95);
}
.border-t-yellow-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 253 234 / var(--tw-border-opacity, 1));
}
.border-t-yellow-50\/0 {
  border-top-color: rgb(253 253 234 / 0);
}
.border-t-yellow-50\/10 {
  border-top-color: rgb(253 253 234 / 0.1);
}
.border-t-yellow-50\/100 {
  border-top-color: rgb(253 253 234 / 1);
}
.border-t-yellow-50\/15 {
  border-top-color: rgb(253 253 234 / 0.15);
}
.border-t-yellow-50\/20 {
  border-top-color: rgb(253 253 234 / 0.2);
}
.border-t-yellow-50\/25 {
  border-top-color: rgb(253 253 234 / 0.25);
}
.border-t-yellow-50\/30 {
  border-top-color: rgb(253 253 234 / 0.3);
}
.border-t-yellow-50\/35 {
  border-top-color: rgb(253 253 234 / 0.35);
}
.border-t-yellow-50\/40 {
  border-top-color: rgb(253 253 234 / 0.4);
}
.border-t-yellow-50\/45 {
  border-top-color: rgb(253 253 234 / 0.45);
}
.border-t-yellow-50\/5 {
  border-top-color: rgb(253 253 234 / 0.05);
}
.border-t-yellow-50\/50 {
  border-top-color: rgb(253 253 234 / 0.5);
}
.border-t-yellow-50\/55 {
  border-top-color: rgb(253 253 234 / 0.55);
}
.border-t-yellow-50\/60 {
  border-top-color: rgb(253 253 234 / 0.6);
}
.border-t-yellow-50\/65 {
  border-top-color: rgb(253 253 234 / 0.65);
}
.border-t-yellow-50\/70 {
  border-top-color: rgb(253 253 234 / 0.7);
}
.border-t-yellow-50\/75 {
  border-top-color: rgb(253 253 234 / 0.75);
}
.border-t-yellow-50\/80 {
  border-top-color: rgb(253 253 234 / 0.8);
}
.border-t-yellow-50\/85 {
  border-top-color: rgb(253 253 234 / 0.85);
}
.border-t-yellow-50\/90 {
  border-top-color: rgb(253 253 234 / 0.9);
}
.border-t-yellow-50\/95 {
  border-top-color: rgb(253 253 234 / 0.95);
}
.border-t-yellow-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(194 120 3 / var(--tw-border-opacity, 1));
}
.border-t-yellow-500\/0 {
  border-top-color: rgb(194 120 3 / 0);
}
.border-t-yellow-500\/10 {
  border-top-color: rgb(194 120 3 / 0.1);
}
.border-t-yellow-500\/100 {
  border-top-color: rgb(194 120 3 / 1);
}
.border-t-yellow-500\/15 {
  border-top-color: rgb(194 120 3 / 0.15);
}
.border-t-yellow-500\/20 {
  border-top-color: rgb(194 120 3 / 0.2);
}
.border-t-yellow-500\/25 {
  border-top-color: rgb(194 120 3 / 0.25);
}
.border-t-yellow-500\/30 {
  border-top-color: rgb(194 120 3 / 0.3);
}
.border-t-yellow-500\/35 {
  border-top-color: rgb(194 120 3 / 0.35);
}
.border-t-yellow-500\/40 {
  border-top-color: rgb(194 120 3 / 0.4);
}
.border-t-yellow-500\/45 {
  border-top-color: rgb(194 120 3 / 0.45);
}
.border-t-yellow-500\/5 {
  border-top-color: rgb(194 120 3 / 0.05);
}
.border-t-yellow-500\/50 {
  border-top-color: rgb(194 120 3 / 0.5);
}
.border-t-yellow-500\/55 {
  border-top-color: rgb(194 120 3 / 0.55);
}
.border-t-yellow-500\/60 {
  border-top-color: rgb(194 120 3 / 0.6);
}
.border-t-yellow-500\/65 {
  border-top-color: rgb(194 120 3 / 0.65);
}
.border-t-yellow-500\/70 {
  border-top-color: rgb(194 120 3 / 0.7);
}
.border-t-yellow-500\/75 {
  border-top-color: rgb(194 120 3 / 0.75);
}
.border-t-yellow-500\/80 {
  border-top-color: rgb(194 120 3 / 0.8);
}
.border-t-yellow-500\/85 {
  border-top-color: rgb(194 120 3 / 0.85);
}
.border-t-yellow-500\/90 {
  border-top-color: rgb(194 120 3 / 0.9);
}
.border-t-yellow-500\/95 {
  border-top-color: rgb(194 120 3 / 0.95);
}
.border-t-yellow-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(159 88 10 / var(--tw-border-opacity, 1));
}
.border-t-yellow-600\/0 {
  border-top-color: rgb(159 88 10 / 0);
}
.border-t-yellow-600\/10 {
  border-top-color: rgb(159 88 10 / 0.1);
}
.border-t-yellow-600\/100 {
  border-top-color: rgb(159 88 10 / 1);
}
.border-t-yellow-600\/15 {
  border-top-color: rgb(159 88 10 / 0.15);
}
.border-t-yellow-600\/20 {
  border-top-color: rgb(159 88 10 / 0.2);
}
.border-t-yellow-600\/25 {
  border-top-color: rgb(159 88 10 / 0.25);
}
.border-t-yellow-600\/30 {
  border-top-color: rgb(159 88 10 / 0.3);
}
.border-t-yellow-600\/35 {
  border-top-color: rgb(159 88 10 / 0.35);
}
.border-t-yellow-600\/40 {
  border-top-color: rgb(159 88 10 / 0.4);
}
.border-t-yellow-600\/45 {
  border-top-color: rgb(159 88 10 / 0.45);
}
.border-t-yellow-600\/5 {
  border-top-color: rgb(159 88 10 / 0.05);
}
.border-t-yellow-600\/50 {
  border-top-color: rgb(159 88 10 / 0.5);
}
.border-t-yellow-600\/55 {
  border-top-color: rgb(159 88 10 / 0.55);
}
.border-t-yellow-600\/60 {
  border-top-color: rgb(159 88 10 / 0.6);
}
.border-t-yellow-600\/65 {
  border-top-color: rgb(159 88 10 / 0.65);
}
.border-t-yellow-600\/70 {
  border-top-color: rgb(159 88 10 / 0.7);
}
.border-t-yellow-600\/75 {
  border-top-color: rgb(159 88 10 / 0.75);
}
.border-t-yellow-600\/80 {
  border-top-color: rgb(159 88 10 / 0.8);
}
.border-t-yellow-600\/85 {
  border-top-color: rgb(159 88 10 / 0.85);
}
.border-t-yellow-600\/90 {
  border-top-color: rgb(159 88 10 / 0.9);
}
.border-t-yellow-600\/95 {
  border-top-color: rgb(159 88 10 / 0.95);
}
.border-t-yellow-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(142 75 16 / var(--tw-border-opacity, 1));
}
.border-t-yellow-700\/0 {
  border-top-color: rgb(142 75 16 / 0);
}
.border-t-yellow-700\/10 {
  border-top-color: rgb(142 75 16 / 0.1);
}
.border-t-yellow-700\/100 {
  border-top-color: rgb(142 75 16 / 1);
}
.border-t-yellow-700\/15 {
  border-top-color: rgb(142 75 16 / 0.15);
}
.border-t-yellow-700\/20 {
  border-top-color: rgb(142 75 16 / 0.2);
}
.border-t-yellow-700\/25 {
  border-top-color: rgb(142 75 16 / 0.25);
}
.border-t-yellow-700\/30 {
  border-top-color: rgb(142 75 16 / 0.3);
}
.border-t-yellow-700\/35 {
  border-top-color: rgb(142 75 16 / 0.35);
}
.border-t-yellow-700\/40 {
  border-top-color: rgb(142 75 16 / 0.4);
}
.border-t-yellow-700\/45 {
  border-top-color: rgb(142 75 16 / 0.45);
}
.border-t-yellow-700\/5 {
  border-top-color: rgb(142 75 16 / 0.05);
}
.border-t-yellow-700\/50 {
  border-top-color: rgb(142 75 16 / 0.5);
}
.border-t-yellow-700\/55 {
  border-top-color: rgb(142 75 16 / 0.55);
}
.border-t-yellow-700\/60 {
  border-top-color: rgb(142 75 16 / 0.6);
}
.border-t-yellow-700\/65 {
  border-top-color: rgb(142 75 16 / 0.65);
}
.border-t-yellow-700\/70 {
  border-top-color: rgb(142 75 16 / 0.7);
}
.border-t-yellow-700\/75 {
  border-top-color: rgb(142 75 16 / 0.75);
}
.border-t-yellow-700\/80 {
  border-top-color: rgb(142 75 16 / 0.8);
}
.border-t-yellow-700\/85 {
  border-top-color: rgb(142 75 16 / 0.85);
}
.border-t-yellow-700\/90 {
  border-top-color: rgb(142 75 16 / 0.9);
}
.border-t-yellow-700\/95 {
  border-top-color: rgb(142 75 16 / 0.95);
}
.border-t-yellow-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(114 59 19 / var(--tw-border-opacity, 1));
}
.border-t-yellow-800\/0 {
  border-top-color: rgb(114 59 19 / 0);
}
.border-t-yellow-800\/10 {
  border-top-color: rgb(114 59 19 / 0.1);
}
.border-t-yellow-800\/100 {
  border-top-color: rgb(114 59 19 / 1);
}
.border-t-yellow-800\/15 {
  border-top-color: rgb(114 59 19 / 0.15);
}
.border-t-yellow-800\/20 {
  border-top-color: rgb(114 59 19 / 0.2);
}
.border-t-yellow-800\/25 {
  border-top-color: rgb(114 59 19 / 0.25);
}
.border-t-yellow-800\/30 {
  border-top-color: rgb(114 59 19 / 0.3);
}
.border-t-yellow-800\/35 {
  border-top-color: rgb(114 59 19 / 0.35);
}
.border-t-yellow-800\/40 {
  border-top-color: rgb(114 59 19 / 0.4);
}
.border-t-yellow-800\/45 {
  border-top-color: rgb(114 59 19 / 0.45);
}
.border-t-yellow-800\/5 {
  border-top-color: rgb(114 59 19 / 0.05);
}
.border-t-yellow-800\/50 {
  border-top-color: rgb(114 59 19 / 0.5);
}
.border-t-yellow-800\/55 {
  border-top-color: rgb(114 59 19 / 0.55);
}
.border-t-yellow-800\/60 {
  border-top-color: rgb(114 59 19 / 0.6);
}
.border-t-yellow-800\/65 {
  border-top-color: rgb(114 59 19 / 0.65);
}
.border-t-yellow-800\/70 {
  border-top-color: rgb(114 59 19 / 0.7);
}
.border-t-yellow-800\/75 {
  border-top-color: rgb(114 59 19 / 0.75);
}
.border-t-yellow-800\/80 {
  border-top-color: rgb(114 59 19 / 0.8);
}
.border-t-yellow-800\/85 {
  border-top-color: rgb(114 59 19 / 0.85);
}
.border-t-yellow-800\/90 {
  border-top-color: rgb(114 59 19 / 0.9);
}
.border-t-yellow-800\/95 {
  border-top-color: rgb(114 59 19 / 0.95);
}
.border-t-yellow-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(99 49 18 / var(--tw-border-opacity, 1));
}
.border-t-yellow-900\/0 {
  border-top-color: rgb(99 49 18 / 0);
}
.border-t-yellow-900\/10 {
  border-top-color: rgb(99 49 18 / 0.1);
}
.border-t-yellow-900\/100 {
  border-top-color: rgb(99 49 18 / 1);
}
.border-t-yellow-900\/15 {
  border-top-color: rgb(99 49 18 / 0.15);
}
.border-t-yellow-900\/20 {
  border-top-color: rgb(99 49 18 / 0.2);
}
.border-t-yellow-900\/25 {
  border-top-color: rgb(99 49 18 / 0.25);
}
.border-t-yellow-900\/30 {
  border-top-color: rgb(99 49 18 / 0.3);
}
.border-t-yellow-900\/35 {
  border-top-color: rgb(99 49 18 / 0.35);
}
.border-t-yellow-900\/40 {
  border-top-color: rgb(99 49 18 / 0.4);
}
.border-t-yellow-900\/45 {
  border-top-color: rgb(99 49 18 / 0.45);
}
.border-t-yellow-900\/5 {
  border-top-color: rgb(99 49 18 / 0.05);
}
.border-t-yellow-900\/50 {
  border-top-color: rgb(99 49 18 / 0.5);
}
.border-t-yellow-900\/55 {
  border-top-color: rgb(99 49 18 / 0.55);
}
.border-t-yellow-900\/60 {
  border-top-color: rgb(99 49 18 / 0.6);
}
.border-t-yellow-900\/65 {
  border-top-color: rgb(99 49 18 / 0.65);
}
.border-t-yellow-900\/70 {
  border-top-color: rgb(99 49 18 / 0.7);
}
.border-t-yellow-900\/75 {
  border-top-color: rgb(99 49 18 / 0.75);
}
.border-t-yellow-900\/80 {
  border-top-color: rgb(99 49 18 / 0.8);
}
.border-t-yellow-900\/85 {
  border-top-color: rgb(99 49 18 / 0.85);
}
.border-t-yellow-900\/90 {
  border-top-color: rgb(99 49 18 / 0.9);
}
.border-t-yellow-900\/95 {
  border-top-color: rgb(99 49 18 / 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-\[\#0081fb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 129 251 / var(--tw-bg-opacity, 1));
}
.bg-\[\#22c55e\]\/10 {
  background-color: rgb(34 197 94 / 0.1);
}
.bg-\[\#d9fdd3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 253 211 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-black\/15 {
  background-color: rgb(0 0 0 / 0.15);
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/35 {
  background-color: rgb(0 0 0 / 0.35);
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/45 {
  background-color: rgb(0 0 0 / 0.45);
}
.bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/55 {
  background-color: rgb(0 0 0 / 0.55);
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/65 {
  background-color: rgb(0 0 0 / 0.65);
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-black\/85 {
  background-color: rgb(0 0 0 / 0.85);
}
.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 239 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-100\/0 {
  background-color: rgb(225 239 254 / 0);
}
.bg-blue-100\/10 {
  background-color: rgb(225 239 254 / 0.1);
}
.bg-blue-100\/100 {
  background-color: rgb(225 239 254 / 1);
}
.bg-blue-100\/15 {
  background-color: rgb(225 239 254 / 0.15);
}
.bg-blue-100\/20 {
  background-color: rgb(225 239 254 / 0.2);
}
.bg-blue-100\/25 {
  background-color: rgb(225 239 254 / 0.25);
}
.bg-blue-100\/30 {
  background-color: rgb(225 239 254 / 0.3);
}
.bg-blue-100\/35 {
  background-color: rgb(225 239 254 / 0.35);
}
.bg-blue-100\/40 {
  background-color: rgb(225 239 254 / 0.4);
}
.bg-blue-100\/45 {
  background-color: rgb(225 239 254 / 0.45);
}
.bg-blue-100\/5 {
  background-color: rgb(225 239 254 / 0.05);
}
.bg-blue-100\/50 {
  background-color: rgb(225 239 254 / 0.5);
}
.bg-blue-100\/55 {
  background-color: rgb(225 239 254 / 0.55);
}
.bg-blue-100\/60 {
  background-color: rgb(225 239 254 / 0.6);
}
.bg-blue-100\/65 {
  background-color: rgb(225 239 254 / 0.65);
}
.bg-blue-100\/70 {
  background-color: rgb(225 239 254 / 0.7);
}
.bg-blue-100\/75 {
  background-color: rgb(225 239 254 / 0.75);
}
.bg-blue-100\/80 {
  background-color: rgb(225 239 254 / 0.8);
}
.bg-blue-100\/85 {
  background-color: rgb(225 239 254 / 0.85);
}
.bg-blue-100\/90 {
  background-color: rgb(225 239 254 / 0.9);
}
.bg-blue-100\/95 {
  background-color: rgb(225 239 254 / 0.95);
}
.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(195 221 253 / var(--tw-bg-opacity, 1));
}
.bg-blue-200\/0 {
  background-color: rgb(195 221 253 / 0);
}
.bg-blue-200\/10 {
  background-color: rgb(195 221 253 / 0.1);
}
.bg-blue-200\/100 {
  background-color: rgb(195 221 253 / 1);
}
.bg-blue-200\/15 {
  background-color: rgb(195 221 253 / 0.15);
}
.bg-blue-200\/20 {
  background-color: rgb(195 221 253 / 0.2);
}
.bg-blue-200\/25 {
  background-color: rgb(195 221 253 / 0.25);
}
.bg-blue-200\/30 {
  background-color: rgb(195 221 253 / 0.3);
}
.bg-blue-200\/35 {
  background-color: rgb(195 221 253 / 0.35);
}
.bg-blue-200\/40 {
  background-color: rgb(195 221 253 / 0.4);
}
.bg-blue-200\/45 {
  background-color: rgb(195 221 253 / 0.45);
}
.bg-blue-200\/5 {
  background-color: rgb(195 221 253 / 0.05);
}
.bg-blue-200\/50 {
  background-color: rgb(195 221 253 / 0.5);
}
.bg-blue-200\/55 {
  background-color: rgb(195 221 253 / 0.55);
}
.bg-blue-200\/60 {
  background-color: rgb(195 221 253 / 0.6);
}
.bg-blue-200\/65 {
  background-color: rgb(195 221 253 / 0.65);
}
.bg-blue-200\/70 {
  background-color: rgb(195 221 253 / 0.7);
}
.bg-blue-200\/75 {
  background-color: rgb(195 221 253 / 0.75);
}
.bg-blue-200\/80 {
  background-color: rgb(195 221 253 / 0.8);
}
.bg-blue-200\/85 {
  background-color: rgb(195 221 253 / 0.85);
}
.bg-blue-200\/90 {
  background-color: rgb(195 221 253 / 0.9);
}
.bg-blue-200\/95 {
  background-color: rgb(195 221 253 / 0.95);
}
.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(164 202 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-300\/0 {
  background-color: rgb(164 202 254 / 0);
}
.bg-blue-300\/10 {
  background-color: rgb(164 202 254 / 0.1);
}
.bg-blue-300\/100 {
  background-color: rgb(164 202 254 / 1);
}
.bg-blue-300\/15 {
  background-color: rgb(164 202 254 / 0.15);
}
.bg-blue-300\/20 {
  background-color: rgb(164 202 254 / 0.2);
}
.bg-blue-300\/25 {
  background-color: rgb(164 202 254 / 0.25);
}
.bg-blue-300\/30 {
  background-color: rgb(164 202 254 / 0.3);
}
.bg-blue-300\/35 {
  background-color: rgb(164 202 254 / 0.35);
}
.bg-blue-300\/40 {
  background-color: rgb(164 202 254 / 0.4);
}
.bg-blue-300\/45 {
  background-color: rgb(164 202 254 / 0.45);
}
.bg-blue-300\/5 {
  background-color: rgb(164 202 254 / 0.05);
}
.bg-blue-300\/50 {
  background-color: rgb(164 202 254 / 0.5);
}
.bg-blue-300\/55 {
  background-color: rgb(164 202 254 / 0.55);
}
.bg-blue-300\/60 {
  background-color: rgb(164 202 254 / 0.6);
}
.bg-blue-300\/65 {
  background-color: rgb(164 202 254 / 0.65);
}
.bg-blue-300\/70 {
  background-color: rgb(164 202 254 / 0.7);
}
.bg-blue-300\/75 {
  background-color: rgb(164 202 254 / 0.75);
}
.bg-blue-300\/80 {
  background-color: rgb(164 202 254 / 0.8);
}
.bg-blue-300\/85 {
  background-color: rgb(164 202 254 / 0.85);
}
.bg-blue-300\/90 {
  background-color: rgb(164 202 254 / 0.9);
}
.bg-blue-300\/95 {
  background-color: rgb(164 202 254 / 0.95);
}
.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(118 169 250 / var(--tw-bg-opacity, 1));
}
.bg-blue-400\/0 {
  background-color: rgb(118 169 250 / 0);
}
.bg-blue-400\/10 {
  background-color: rgb(118 169 250 / 0.1);
}
.bg-blue-400\/100 {
  background-color: rgb(118 169 250 / 1);
}
.bg-blue-400\/15 {
  background-color: rgb(118 169 250 / 0.15);
}
.bg-blue-400\/20 {
  background-color: rgb(118 169 250 / 0.2);
}
.bg-blue-400\/25 {
  background-color: rgb(118 169 250 / 0.25);
}
.bg-blue-400\/30 {
  background-color: rgb(118 169 250 / 0.3);
}
.bg-blue-400\/35 {
  background-color: rgb(118 169 250 / 0.35);
}
.bg-blue-400\/40 {
  background-color: rgb(118 169 250 / 0.4);
}
.bg-blue-400\/45 {
  background-color: rgb(118 169 250 / 0.45);
}
.bg-blue-400\/5 {
  background-color: rgb(118 169 250 / 0.05);
}
.bg-blue-400\/50 {
  background-color: rgb(118 169 250 / 0.5);
}
.bg-blue-400\/55 {
  background-color: rgb(118 169 250 / 0.55);
}
.bg-blue-400\/60 {
  background-color: rgb(118 169 250 / 0.6);
}
.bg-blue-400\/65 {
  background-color: rgb(118 169 250 / 0.65);
}
.bg-blue-400\/70 {
  background-color: rgb(118 169 250 / 0.7);
}
.bg-blue-400\/75 {
  background-color: rgb(118 169 250 / 0.75);
}
.bg-blue-400\/80 {
  background-color: rgb(118 169 250 / 0.8);
}
.bg-blue-400\/85 {
  background-color: rgb(118 169 250 / 0.85);
}
.bg-blue-400\/90 {
  background-color: rgb(118 169 250 / 0.9);
}
.bg-blue-400\/95 {
  background-color: rgb(118 169 250 / 0.95);
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(235 245 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-50\/0 {
  background-color: rgb(235 245 255 / 0);
}
.bg-blue-50\/10 {
  background-color: rgb(235 245 255 / 0.1);
}
.bg-blue-50\/100 {
  background-color: rgb(235 245 255 / 1);
}
.bg-blue-50\/15 {
  background-color: rgb(235 245 255 / 0.15);
}
.bg-blue-50\/20 {
  background-color: rgb(235 245 255 / 0.2);
}
.bg-blue-50\/25 {
  background-color: rgb(235 245 255 / 0.25);
}
.bg-blue-50\/30 {
  background-color: rgb(235 245 255 / 0.3);
}
.bg-blue-50\/35 {
  background-color: rgb(235 245 255 / 0.35);
}
.bg-blue-50\/40 {
  background-color: rgb(235 245 255 / 0.4);
}
.bg-blue-50\/45 {
  background-color: rgb(235 245 255 / 0.45);
}
.bg-blue-50\/5 {
  background-color: rgb(235 245 255 / 0.05);
}
.bg-blue-50\/50 {
  background-color: rgb(235 245 255 / 0.5);
}
.bg-blue-50\/55 {
  background-color: rgb(235 245 255 / 0.55);
}
.bg-blue-50\/60 {
  background-color: rgb(235 245 255 / 0.6);
}
.bg-blue-50\/65 {
  background-color: rgb(235 245 255 / 0.65);
}
.bg-blue-50\/70 {
  background-color: rgb(235 245 255 / 0.7);
}
.bg-blue-50\/75 {
  background-color: rgb(235 245 255 / 0.75);
}
.bg-blue-50\/80 {
  background-color: rgb(235 245 255 / 0.8);
}
.bg-blue-50\/85 {
  background-color: rgb(235 245 255 / 0.85);
}
.bg-blue-50\/90 {
  background-color: rgb(235 245 255 / 0.9);
}
.bg-blue-50\/95 {
  background-color: rgb(235 245 255 / 0.95);
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 131 248 / var(--tw-bg-opacity, 1));
}
.bg-blue-500\/0 {
  background-color: rgb(63 131 248 / 0);
}
.bg-blue-500\/10 {
  background-color: rgb(63 131 248 / 0.1);
}
.bg-blue-500\/100 {
  background-color: rgb(63 131 248 / 1);
}
.bg-blue-500\/15 {
  background-color: rgb(63 131 248 / 0.15);
}
.bg-blue-500\/20 {
  background-color: rgb(63 131 248 / 0.2);
}
.bg-blue-500\/25 {
  background-color: rgb(63 131 248 / 0.25);
}
.bg-blue-500\/30 {
  background-color: rgb(63 131 248 / 0.3);
}
.bg-blue-500\/35 {
  background-color: rgb(63 131 248 / 0.35);
}
.bg-blue-500\/40 {
  background-color: rgb(63 131 248 / 0.4);
}
.bg-blue-500\/45 {
  background-color: rgb(63 131 248 / 0.45);
}
.bg-blue-500\/5 {
  background-color: rgb(63 131 248 / 0.05);
}
.bg-blue-500\/50 {
  background-color: rgb(63 131 248 / 0.5);
}
.bg-blue-500\/55 {
  background-color: rgb(63 131 248 / 0.55);
}
.bg-blue-500\/60 {
  background-color: rgb(63 131 248 / 0.6);
}
.bg-blue-500\/65 {
  background-color: rgb(63 131 248 / 0.65);
}
.bg-blue-500\/70 {
  background-color: rgb(63 131 248 / 0.7);
}
.bg-blue-500\/75 {
  background-color: rgb(63 131 248 / 0.75);
}
.bg-blue-500\/80 {
  background-color: rgb(63 131 248 / 0.8);
}
.bg-blue-500\/85 {
  background-color: rgb(63 131 248 / 0.85);
}
.bg-blue-500\/90 {
  background-color: rgb(63 131 248 / 0.9);
}
.bg-blue-500\/95 {
  background-color: rgb(63 131 248 / 0.95);
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 100 242 / var(--tw-bg-opacity, 1));
}
.bg-blue-600\/0 {
  background-color: rgb(28 100 242 / 0);
}
.bg-blue-600\/10 {
  background-color: rgb(28 100 242 / 0.1);
}
.bg-blue-600\/100 {
  background-color: rgb(28 100 242 / 1);
}
.bg-blue-600\/15 {
  background-color: rgb(28 100 242 / 0.15);
}
.bg-blue-600\/20 {
  background-color: rgb(28 100 242 / 0.2);
}
.bg-blue-600\/25 {
  background-color: rgb(28 100 242 / 0.25);
}
.bg-blue-600\/30 {
  background-color: rgb(28 100 242 / 0.3);
}
.bg-blue-600\/35 {
  background-color: rgb(28 100 242 / 0.35);
}
.bg-blue-600\/40 {
  background-color: rgb(28 100 242 / 0.4);
}
.bg-blue-600\/45 {
  background-color: rgb(28 100 242 / 0.45);
}
.bg-blue-600\/5 {
  background-color: rgb(28 100 242 / 0.05);
}
.bg-blue-600\/50 {
  background-color: rgb(28 100 242 / 0.5);
}
.bg-blue-600\/55 {
  background-color: rgb(28 100 242 / 0.55);
}
.bg-blue-600\/60 {
  background-color: rgb(28 100 242 / 0.6);
}
.bg-blue-600\/65 {
  background-color: rgb(28 100 242 / 0.65);
}
.bg-blue-600\/70 {
  background-color: rgb(28 100 242 / 0.7);
}
.bg-blue-600\/75 {
  background-color: rgb(28 100 242 / 0.75);
}
.bg-blue-600\/80 {
  background-color: rgb(28 100 242 / 0.8);
}
.bg-blue-600\/85 {
  background-color: rgb(28 100 242 / 0.85);
}
.bg-blue-600\/90 {
  background-color: rgb(28 100 242 / 0.9);
}
.bg-blue-600\/95 {
  background-color: rgb(28 100 242 / 0.95);
}
.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 86 219 / var(--tw-bg-opacity, 1));
}
.bg-blue-700\/0 {
  background-color: rgb(26 86 219 / 0);
}
.bg-blue-700\/10 {
  background-color: rgb(26 86 219 / 0.1);
}
.bg-blue-700\/100 {
  background-color: rgb(26 86 219 / 1);
}
.bg-blue-700\/15 {
  background-color: rgb(26 86 219 / 0.15);
}
.bg-blue-700\/20 {
  background-color: rgb(26 86 219 / 0.2);
}
.bg-blue-700\/25 {
  background-color: rgb(26 86 219 / 0.25);
}
.bg-blue-700\/30 {
  background-color: rgb(26 86 219 / 0.3);
}
.bg-blue-700\/35 {
  background-color: rgb(26 86 219 / 0.35);
}
.bg-blue-700\/40 {
  background-color: rgb(26 86 219 / 0.4);
}
.bg-blue-700\/45 {
  background-color: rgb(26 86 219 / 0.45);
}
.bg-blue-700\/5 {
  background-color: rgb(26 86 219 / 0.05);
}
.bg-blue-700\/50 {
  background-color: rgb(26 86 219 / 0.5);
}
.bg-blue-700\/55 {
  background-color: rgb(26 86 219 / 0.55);
}
.bg-blue-700\/60 {
  background-color: rgb(26 86 219 / 0.6);
}
.bg-blue-700\/65 {
  background-color: rgb(26 86 219 / 0.65);
}
.bg-blue-700\/70 {
  background-color: rgb(26 86 219 / 0.7);
}
.bg-blue-700\/75 {
  background-color: rgb(26 86 219 / 0.75);
}
.bg-blue-700\/80 {
  background-color: rgb(26 86 219 / 0.8);
}
.bg-blue-700\/85 {
  background-color: rgb(26 86 219 / 0.85);
}
.bg-blue-700\/90 {
  background-color: rgb(26 86 219 / 0.9);
}
.bg-blue-700\/95 {
  background-color: rgb(26 86 219 / 0.95);
}
.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 66 159 / var(--tw-bg-opacity, 1));
}
.bg-blue-800\/0 {
  background-color: rgb(30 66 159 / 0);
}
.bg-blue-800\/10 {
  background-color: rgb(30 66 159 / 0.1);
}
.bg-blue-800\/100 {
  background-color: rgb(30 66 159 / 1);
}
.bg-blue-800\/15 {
  background-color: rgb(30 66 159 / 0.15);
}
.bg-blue-800\/20 {
  background-color: rgb(30 66 159 / 0.2);
}
.bg-blue-800\/25 {
  background-color: rgb(30 66 159 / 0.25);
}
.bg-blue-800\/30 {
  background-color: rgb(30 66 159 / 0.3);
}
.bg-blue-800\/35 {
  background-color: rgb(30 66 159 / 0.35);
}
.bg-blue-800\/40 {
  background-color: rgb(30 66 159 / 0.4);
}
.bg-blue-800\/45 {
  background-color: rgb(30 66 159 / 0.45);
}
.bg-blue-800\/5 {
  background-color: rgb(30 66 159 / 0.05);
}
.bg-blue-800\/50 {
  background-color: rgb(30 66 159 / 0.5);
}
.bg-blue-800\/55 {
  background-color: rgb(30 66 159 / 0.55);
}
.bg-blue-800\/60 {
  background-color: rgb(30 66 159 / 0.6);
}
.bg-blue-800\/65 {
  background-color: rgb(30 66 159 / 0.65);
}
.bg-blue-800\/70 {
  background-color: rgb(30 66 159 / 0.7);
}
.bg-blue-800\/75 {
  background-color: rgb(30 66 159 / 0.75);
}
.bg-blue-800\/80 {
  background-color: rgb(30 66 159 / 0.8);
}
.bg-blue-800\/85 {
  background-color: rgb(30 66 159 / 0.85);
}
.bg-blue-800\/90 {
  background-color: rgb(30 66 159 / 0.9);
}
.bg-blue-800\/95 {
  background-color: rgb(30 66 159 / 0.95);
}
.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(35 56 118 / var(--tw-bg-opacity, 1));
}
.bg-blue-900\/0 {
  background-color: rgb(35 56 118 / 0);
}
.bg-blue-900\/10 {
  background-color: rgb(35 56 118 / 0.1);
}
.bg-blue-900\/100 {
  background-color: rgb(35 56 118 / 1);
}
.bg-blue-900\/15 {
  background-color: rgb(35 56 118 / 0.15);
}
.bg-blue-900\/20 {
  background-color: rgb(35 56 118 / 0.2);
}
.bg-blue-900\/25 {
  background-color: rgb(35 56 118 / 0.25);
}
.bg-blue-900\/30 {
  background-color: rgb(35 56 118 / 0.3);
}
.bg-blue-900\/35 {
  background-color: rgb(35 56 118 / 0.35);
}
.bg-blue-900\/40 {
  background-color: rgb(35 56 118 / 0.4);
}
.bg-blue-900\/45 {
  background-color: rgb(35 56 118 / 0.45);
}
.bg-blue-900\/5 {
  background-color: rgb(35 56 118 / 0.05);
}
.bg-blue-900\/50 {
  background-color: rgb(35 56 118 / 0.5);
}
.bg-blue-900\/55 {
  background-color: rgb(35 56 118 / 0.55);
}
.bg-blue-900\/60 {
  background-color: rgb(35 56 118 / 0.6);
}
.bg-blue-900\/65 {
  background-color: rgb(35 56 118 / 0.65);
}
.bg-blue-900\/70 {
  background-color: rgb(35 56 118 / 0.7);
}
.bg-blue-900\/75 {
  background-color: rgb(35 56 118 / 0.75);
}
.bg-blue-900\/80 {
  background-color: rgb(35 56 118 / 0.8);
}
.bg-blue-900\/85 {
  background-color: rgb(35 56 118 / 0.85);
}
.bg-blue-900\/90 {
  background-color: rgb(35 56 118 / 0.9);
}
.bg-blue-900\/95 {
  background-color: rgb(35 56 118 / 0.95);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-100\/0 {
  background-color: rgb(243 244 246 / 0);
}
.bg-gray-100\/10 {
  background-color: rgb(243 244 246 / 0.1);
}
.bg-gray-100\/100 {
  background-color: rgb(243 244 246 / 1);
}
.bg-gray-100\/15 {
  background-color: rgb(243 244 246 / 0.15);
}
.bg-gray-100\/20 {
  background-color: rgb(243 244 246 / 0.2);
}
.bg-gray-100\/25 {
  background-color: rgb(243 244 246 / 0.25);
}
.bg-gray-100\/30 {
  background-color: rgb(243 244 246 / 0.3);
}
.bg-gray-100\/35 {
  background-color: rgb(243 244 246 / 0.35);
}
.bg-gray-100\/40 {
  background-color: rgb(243 244 246 / 0.4);
}
.bg-gray-100\/45 {
  background-color: rgb(243 244 246 / 0.45);
}
.bg-gray-100\/5 {
  background-color: rgb(243 244 246 / 0.05);
}
.bg-gray-100\/50 {
  background-color: rgb(243 244 246 / 0.5);
}
.bg-gray-100\/55 {
  background-color: rgb(243 244 246 / 0.55);
}
.bg-gray-100\/60 {
  background-color: rgb(243 244 246 / 0.6);
}
.bg-gray-100\/65 {
  background-color: rgb(243 244 246 / 0.65);
}
.bg-gray-100\/70 {
  background-color: rgb(243 244 246 / 0.7);
}
.bg-gray-100\/75 {
  background-color: rgb(243 244 246 / 0.75);
}
.bg-gray-100\/80 {
  background-color: rgb(243 244 246 / 0.8);
}
.bg-gray-100\/85 {
  background-color: rgb(243 244 246 / 0.85);
}
.bg-gray-100\/90 {
  background-color: rgb(243 244 246 / 0.9);
}
.bg-gray-100\/95 {
  background-color: rgb(243 244 246 / 0.95);
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-200\/0 {
  background-color: rgb(229 231 235 / 0);
}
.bg-gray-200\/10 {
  background-color: rgb(229 231 235 / 0.1);
}
.bg-gray-200\/100 {
  background-color: rgb(229 231 235 / 1);
}
.bg-gray-200\/15 {
  background-color: rgb(229 231 235 / 0.15);
}
.bg-gray-200\/20 {
  background-color: rgb(229 231 235 / 0.2);
}
.bg-gray-200\/25 {
  background-color: rgb(229 231 235 / 0.25);
}
.bg-gray-200\/30 {
  background-color: rgb(229 231 235 / 0.3);
}
.bg-gray-200\/35 {
  background-color: rgb(229 231 235 / 0.35);
}
.bg-gray-200\/40 {
  background-color: rgb(229 231 235 / 0.4);
}
.bg-gray-200\/45 {
  background-color: rgb(229 231 235 / 0.45);
}
.bg-gray-200\/5 {
  background-color: rgb(229 231 235 / 0.05);
}
.bg-gray-200\/50 {
  background-color: rgb(229 231 235 / 0.5);
}
.bg-gray-200\/55 {
  background-color: rgb(229 231 235 / 0.55);
}
.bg-gray-200\/60 {
  background-color: rgb(229 231 235 / 0.6);
}
.bg-gray-200\/65 {
  background-color: rgb(229 231 235 / 0.65);
}
.bg-gray-200\/70 {
  background-color: rgb(229 231 235 / 0.7);
}
.bg-gray-200\/75 {
  background-color: rgb(229 231 235 / 0.75);
}
.bg-gray-200\/80 {
  background-color: rgb(229 231 235 / 0.8);
}
.bg-gray-200\/85 {
  background-color: rgb(229 231 235 / 0.85);
}
.bg-gray-200\/90 {
  background-color: rgb(229 231 235 / 0.9);
}
.bg-gray-200\/95 {
  background-color: rgb(229 231 235 / 0.95);
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-300\/0 {
  background-color: rgb(209 213 219 / 0);
}
.bg-gray-300\/10 {
  background-color: rgb(209 213 219 / 0.1);
}
.bg-gray-300\/100 {
  background-color: rgb(209 213 219 / 1);
}
.bg-gray-300\/15 {
  background-color: rgb(209 213 219 / 0.15);
}
.bg-gray-300\/20 {
  background-color: rgb(209 213 219 / 0.2);
}
.bg-gray-300\/25 {
  background-color: rgb(209 213 219 / 0.25);
}
.bg-gray-300\/30 {
  background-color: rgb(209 213 219 / 0.3);
}
.bg-gray-300\/35 {
  background-color: rgb(209 213 219 / 0.35);
}
.bg-gray-300\/40 {
  background-color: rgb(209 213 219 / 0.4);
}
.bg-gray-300\/45 {
  background-color: rgb(209 213 219 / 0.45);
}
.bg-gray-300\/5 {
  background-color: rgb(209 213 219 / 0.05);
}
.bg-gray-300\/50 {
  background-color: rgb(209 213 219 / 0.5);
}
.bg-gray-300\/55 {
  background-color: rgb(209 213 219 / 0.55);
}
.bg-gray-300\/60 {
  background-color: rgb(209 213 219 / 0.6);
}
.bg-gray-300\/65 {
  background-color: rgb(209 213 219 / 0.65);
}
.bg-gray-300\/70 {
  background-color: rgb(209 213 219 / 0.7);
}
.bg-gray-300\/75 {
  background-color: rgb(209 213 219 / 0.75);
}
.bg-gray-300\/80 {
  background-color: rgb(209 213 219 / 0.8);
}
.bg-gray-300\/85 {
  background-color: rgb(209 213 219 / 0.85);
}
.bg-gray-300\/90 {
  background-color: rgb(209 213 219 / 0.9);
}
.bg-gray-300\/95 {
  background-color: rgb(209 213 219 / 0.95);
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-gray-400\/0 {
  background-color: rgb(156 163 175 / 0);
}
.bg-gray-400\/10 {
  background-color: rgb(156 163 175 / 0.1);
}
.bg-gray-400\/100 {
  background-color: rgb(156 163 175 / 1);
}
.bg-gray-400\/15 {
  background-color: rgb(156 163 175 / 0.15);
}
.bg-gray-400\/20 {
  background-color: rgb(156 163 175 / 0.2);
}
.bg-gray-400\/25 {
  background-color: rgb(156 163 175 / 0.25);
}
.bg-gray-400\/30 {
  background-color: rgb(156 163 175 / 0.3);
}
.bg-gray-400\/35 {
  background-color: rgb(156 163 175 / 0.35);
}
.bg-gray-400\/40 {
  background-color: rgb(156 163 175 / 0.4);
}
.bg-gray-400\/45 {
  background-color: rgb(156 163 175 / 0.45);
}
.bg-gray-400\/5 {
  background-color: rgb(156 163 175 / 0.05);
}
.bg-gray-400\/50 {
  background-color: rgb(156 163 175 / 0.5);
}
.bg-gray-400\/55 {
  background-color: rgb(156 163 175 / 0.55);
}
.bg-gray-400\/60 {
  background-color: rgb(156 163 175 / 0.6);
}
.bg-gray-400\/65 {
  background-color: rgb(156 163 175 / 0.65);
}
.bg-gray-400\/70 {
  background-color: rgb(156 163 175 / 0.7);
}
.bg-gray-400\/75 {
  background-color: rgb(156 163 175 / 0.75);
}
.bg-gray-400\/80 {
  background-color: rgb(156 163 175 / 0.8);
}
.bg-gray-400\/85 {
  background-color: rgb(156 163 175 / 0.85);
}
.bg-gray-400\/90 {
  background-color: rgb(156 163 175 / 0.9);
}
.bg-gray-400\/95 {
  background-color: rgb(156 163 175 / 0.95);
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-50\/0 {
  background-color: rgb(249 250 251 / 0);
}
.bg-gray-50\/10 {
  background-color: rgb(249 250 251 / 0.1);
}
.bg-gray-50\/100 {
  background-color: rgb(249 250 251 / 1);
}
.bg-gray-50\/15 {
  background-color: rgb(249 250 251 / 0.15);
}
.bg-gray-50\/20 {
  background-color: rgb(249 250 251 / 0.2);
}
.bg-gray-50\/25 {
  background-color: rgb(249 250 251 / 0.25);
}
.bg-gray-50\/30 {
  background-color: rgb(249 250 251 / 0.3);
}
.bg-gray-50\/35 {
  background-color: rgb(249 250 251 / 0.35);
}
.bg-gray-50\/40 {
  background-color: rgb(249 250 251 / 0.4);
}
.bg-gray-50\/45 {
  background-color: rgb(249 250 251 / 0.45);
}
.bg-gray-50\/5 {
  background-color: rgb(249 250 251 / 0.05);
}
.bg-gray-50\/50 {
  background-color: rgb(249 250 251 / 0.5);
}
.bg-gray-50\/55 {
  background-color: rgb(249 250 251 / 0.55);
}
.bg-gray-50\/60 {
  background-color: rgb(249 250 251 / 0.6);
}
.bg-gray-50\/65 {
  background-color: rgb(249 250 251 / 0.65);
}
.bg-gray-50\/70 {
  background-color: rgb(249 250 251 / 0.7);
}
.bg-gray-50\/75 {
  background-color: rgb(249 250 251 / 0.75);
}
.bg-gray-50\/80 {
  background-color: rgb(249 250 251 / 0.8);
}
.bg-gray-50\/85 {
  background-color: rgb(249 250 251 / 0.85);
}
.bg-gray-50\/90 {
  background-color: rgb(249 250 251 / 0.9);
}
.bg-gray-50\/95 {
  background-color: rgb(249 250 251 / 0.95);
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-gray-500\/0 {
  background-color: rgb(107 114 128 / 0);
}
.bg-gray-500\/10 {
  background-color: rgb(107 114 128 / 0.1);
}
.bg-gray-500\/100 {
  background-color: rgb(107 114 128 / 1);
}
.bg-gray-500\/15 {
  background-color: rgb(107 114 128 / 0.15);
}
.bg-gray-500\/20 {
  background-color: rgb(107 114 128 / 0.2);
}
.bg-gray-500\/25 {
  background-color: rgb(107 114 128 / 0.25);
}
.bg-gray-500\/30 {
  background-color: rgb(107 114 128 / 0.3);
}
.bg-gray-500\/35 {
  background-color: rgb(107 114 128 / 0.35);
}
.bg-gray-500\/40 {
  background-color: rgb(107 114 128 / 0.4);
}
.bg-gray-500\/45 {
  background-color: rgb(107 114 128 / 0.45);
}
.bg-gray-500\/5 {
  background-color: rgb(107 114 128 / 0.05);
}
.bg-gray-500\/50 {
  background-color: rgb(107 114 128 / 0.5);
}
.bg-gray-500\/55 {
  background-color: rgb(107 114 128 / 0.55);
}
.bg-gray-500\/60 {
  background-color: rgb(107 114 128 / 0.6);
}
.bg-gray-500\/65 {
  background-color: rgb(107 114 128 / 0.65);
}
.bg-gray-500\/70 {
  background-color: rgb(107 114 128 / 0.7);
}
.bg-gray-500\/75 {
  background-color: rgb(107 114 128 / 0.75);
}
.bg-gray-500\/80 {
  background-color: rgb(107 114 128 / 0.8);
}
.bg-gray-500\/85 {
  background-color: rgb(107 114 128 / 0.85);
}
.bg-gray-500\/90 {
  background-color: rgb(107 114 128 / 0.9);
}
.bg-gray-500\/95 {
  background-color: rgb(107 114 128 / 0.95);
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.bg-gray-600\/0 {
  background-color: rgb(75 85 99 / 0);
}
.bg-gray-600\/10 {
  background-color: rgb(75 85 99 / 0.1);
}
.bg-gray-600\/100 {
  background-color: rgb(75 85 99 / 1);
}
.bg-gray-600\/15 {
  background-color: rgb(75 85 99 / 0.15);
}
.bg-gray-600\/20 {
  background-color: rgb(75 85 99 / 0.2);
}
.bg-gray-600\/25 {
  background-color: rgb(75 85 99 / 0.25);
}
.bg-gray-600\/30 {
  background-color: rgb(75 85 99 / 0.3);
}
.bg-gray-600\/35 {
  background-color: rgb(75 85 99 / 0.35);
}
.bg-gray-600\/40 {
  background-color: rgb(75 85 99 / 0.4);
}
.bg-gray-600\/45 {
  background-color: rgb(75 85 99 / 0.45);
}
.bg-gray-600\/5 {
  background-color: rgb(75 85 99 / 0.05);
}
.bg-gray-600\/50 {
  background-color: rgb(75 85 99 / 0.5);
}
.bg-gray-600\/55 {
  background-color: rgb(75 85 99 / 0.55);
}
.bg-gray-600\/60 {
  background-color: rgb(75 85 99 / 0.6);
}
.bg-gray-600\/65 {
  background-color: rgb(75 85 99 / 0.65);
}
.bg-gray-600\/70 {
  background-color: rgb(75 85 99 / 0.7);
}
.bg-gray-600\/75 {
  background-color: rgb(75 85 99 / 0.75);
}
.bg-gray-600\/80 {
  background-color: rgb(75 85 99 / 0.8);
}
.bg-gray-600\/85 {
  background-color: rgb(75 85 99 / 0.85);
}
.bg-gray-600\/90 {
  background-color: rgb(75 85 99 / 0.9);
}
.bg-gray-600\/95 {
  background-color: rgb(75 85 99 / 0.95);
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.bg-gray-700\/0 {
  background-color: rgb(55 65 81 / 0);
}
.bg-gray-700\/10 {
  background-color: rgb(55 65 81 / 0.1);
}
.bg-gray-700\/100 {
  background-color: rgb(55 65 81 / 1);
}
.bg-gray-700\/15 {
  background-color: rgb(55 65 81 / 0.15);
}
.bg-gray-700\/20 {
  background-color: rgb(55 65 81 / 0.2);
}
.bg-gray-700\/25 {
  background-color: rgb(55 65 81 / 0.25);
}
.bg-gray-700\/30 {
  background-color: rgb(55 65 81 / 0.3);
}
.bg-gray-700\/35 {
  background-color: rgb(55 65 81 / 0.35);
}
.bg-gray-700\/40 {
  background-color: rgb(55 65 81 / 0.4);
}
.bg-gray-700\/45 {
  background-color: rgb(55 65 81 / 0.45);
}
.bg-gray-700\/5 {
  background-color: rgb(55 65 81 / 0.05);
}
.bg-gray-700\/50 {
  background-color: rgb(55 65 81 / 0.5);
}
.bg-gray-700\/55 {
  background-color: rgb(55 65 81 / 0.55);
}
.bg-gray-700\/60 {
  background-color: rgb(55 65 81 / 0.6);
}
.bg-gray-700\/65 {
  background-color: rgb(55 65 81 / 0.65);
}
.bg-gray-700\/70 {
  background-color: rgb(55 65 81 / 0.7);
}
.bg-gray-700\/75 {
  background-color: rgb(55 65 81 / 0.75);
}
.bg-gray-700\/80 {
  background-color: rgb(55 65 81 / 0.8);
}
.bg-gray-700\/85 {
  background-color: rgb(55 65 81 / 0.85);
}
.bg-gray-700\/90 {
  background-color: rgb(55 65 81 / 0.9);
}
.bg-gray-700\/95 {
  background-color: rgb(55 65 81 / 0.95);
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-gray-800\/0 {
  background-color: rgb(31 41 55 / 0);
}
.bg-gray-800\/10 {
  background-color: rgb(31 41 55 / 0.1);
}
.bg-gray-800\/100 {
  background-color: rgb(31 41 55 / 1);
}
.bg-gray-800\/15 {
  background-color: rgb(31 41 55 / 0.15);
}
.bg-gray-800\/20 {
  background-color: rgb(31 41 55 / 0.2);
}
.bg-gray-800\/25 {
  background-color: rgb(31 41 55 / 0.25);
}
.bg-gray-800\/30 {
  background-color: rgb(31 41 55 / 0.3);
}
.bg-gray-800\/35 {
  background-color: rgb(31 41 55 / 0.35);
}
.bg-gray-800\/40 {
  background-color: rgb(31 41 55 / 0.4);
}
.bg-gray-800\/45 {
  background-color: rgb(31 41 55 / 0.45);
}
.bg-gray-800\/5 {
  background-color: rgb(31 41 55 / 0.05);
}
.bg-gray-800\/50 {
  background-color: rgb(31 41 55 / 0.5);
}
.bg-gray-800\/55 {
  background-color: rgb(31 41 55 / 0.55);
}
.bg-gray-800\/60 {
  background-color: rgb(31 41 55 / 0.6);
}
.bg-gray-800\/65 {
  background-color: rgb(31 41 55 / 0.65);
}
.bg-gray-800\/70 {
  background-color: rgb(31 41 55 / 0.7);
}
.bg-gray-800\/75 {
  background-color: rgb(31 41 55 / 0.75);
}
.bg-gray-800\/80 {
  background-color: rgb(31 41 55 / 0.8);
}
.bg-gray-800\/85 {
  background-color: rgb(31 41 55 / 0.85);
}
.bg-gray-800\/90 {
  background-color: rgb(31 41 55 / 0.9);
}
.bg-gray-800\/95 {
  background-color: rgb(31 41 55 / 0.95);
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-gray-900\/0 {
  background-color: rgb(17 24 39 / 0);
}
.bg-gray-900\/10 {
  background-color: rgb(17 24 39 / 0.1);
}
.bg-gray-900\/100 {
  background-color: rgb(17 24 39 / 1);
}
.bg-gray-900\/15 {
  background-color: rgb(17 24 39 / 0.15);
}
.bg-gray-900\/20 {
  background-color: rgb(17 24 39 / 0.2);
}
.bg-gray-900\/25 {
  background-color: rgb(17 24 39 / 0.25);
}
.bg-gray-900\/30 {
  background-color: rgb(17 24 39 / 0.3);
}
.bg-gray-900\/35 {
  background-color: rgb(17 24 39 / 0.35);
}
.bg-gray-900\/40 {
  background-color: rgb(17 24 39 / 0.4);
}
.bg-gray-900\/45 {
  background-color: rgb(17 24 39 / 0.45);
}
.bg-gray-900\/5 {
  background-color: rgb(17 24 39 / 0.05);
}
.bg-gray-900\/50 {
  background-color: rgb(17 24 39 / 0.5);
}
.bg-gray-900\/55 {
  background-color: rgb(17 24 39 / 0.55);
}
.bg-gray-900\/60 {
  background-color: rgb(17 24 39 / 0.6);
}
.bg-gray-900\/65 {
  background-color: rgb(17 24 39 / 0.65);
}
.bg-gray-900\/70 {
  background-color: rgb(17 24 39 / 0.7);
}
.bg-gray-900\/75 {
  background-color: rgb(17 24 39 / 0.75);
}
.bg-gray-900\/80 {
  background-color: rgb(17 24 39 / 0.8);
}
.bg-gray-900\/85 {
  background-color: rgb(17 24 39 / 0.85);
}
.bg-gray-900\/90 {
  background-color: rgb(17 24 39 / 0.9);
}
.bg-gray-900\/95 {
  background-color: rgb(17 24 39 / 0.95);
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(222 247 236 / var(--tw-bg-opacity, 1));
}
.bg-green-100\/0 {
  background-color: rgb(222 247 236 / 0);
}
.bg-green-100\/10 {
  background-color: rgb(222 247 236 / 0.1);
}
.bg-green-100\/100 {
  background-color: rgb(222 247 236 / 1);
}
.bg-green-100\/15 {
  background-color: rgb(222 247 236 / 0.15);
}
.bg-green-100\/20 {
  background-color: rgb(222 247 236 / 0.2);
}
.bg-green-100\/25 {
  background-color: rgb(222 247 236 / 0.25);
}
.bg-green-100\/30 {
  background-color: rgb(222 247 236 / 0.3);
}
.bg-green-100\/35 {
  background-color: rgb(222 247 236 / 0.35);
}
.bg-green-100\/40 {
  background-color: rgb(222 247 236 / 0.4);
}
.bg-green-100\/45 {
  background-color: rgb(222 247 236 / 0.45);
}
.bg-green-100\/5 {
  background-color: rgb(222 247 236 / 0.05);
}
.bg-green-100\/50 {
  background-color: rgb(222 247 236 / 0.5);
}
.bg-green-100\/55 {
  background-color: rgb(222 247 236 / 0.55);
}
.bg-green-100\/60 {
  background-color: rgb(222 247 236 / 0.6);
}
.bg-green-100\/65 {
  background-color: rgb(222 247 236 / 0.65);
}
.bg-green-100\/70 {
  background-color: rgb(222 247 236 / 0.7);
}
.bg-green-100\/75 {
  background-color: rgb(222 247 236 / 0.75);
}
.bg-green-100\/80 {
  background-color: rgb(222 247 236 / 0.8);
}
.bg-green-100\/85 {
  background-color: rgb(222 247 236 / 0.85);
}
.bg-green-100\/90 {
  background-color: rgb(222 247 236 / 0.9);
}
.bg-green-100\/95 {
  background-color: rgb(222 247 236 / 0.95);
}
.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(188 240 218 / var(--tw-bg-opacity, 1));
}
.bg-green-200\/0 {
  background-color: rgb(188 240 218 / 0);
}
.bg-green-200\/10 {
  background-color: rgb(188 240 218 / 0.1);
}
.bg-green-200\/100 {
  background-color: rgb(188 240 218 / 1);
}
.bg-green-200\/15 {
  background-color: rgb(188 240 218 / 0.15);
}
.bg-green-200\/20 {
  background-color: rgb(188 240 218 / 0.2);
}
.bg-green-200\/25 {
  background-color: rgb(188 240 218 / 0.25);
}
.bg-green-200\/30 {
  background-color: rgb(188 240 218 / 0.3);
}
.bg-green-200\/35 {
  background-color: rgb(188 240 218 / 0.35);
}
.bg-green-200\/40 {
  background-color: rgb(188 240 218 / 0.4);
}
.bg-green-200\/45 {
  background-color: rgb(188 240 218 / 0.45);
}
.bg-green-200\/5 {
  background-color: rgb(188 240 218 / 0.05);
}
.bg-green-200\/50 {
  background-color: rgb(188 240 218 / 0.5);
}
.bg-green-200\/55 {
  background-color: rgb(188 240 218 / 0.55);
}
.bg-green-200\/60 {
  background-color: rgb(188 240 218 / 0.6);
}
.bg-green-200\/65 {
  background-color: rgb(188 240 218 / 0.65);
}
.bg-green-200\/70 {
  background-color: rgb(188 240 218 / 0.7);
}
.bg-green-200\/75 {
  background-color: rgb(188 240 218 / 0.75);
}
.bg-green-200\/80 {
  background-color: rgb(188 240 218 / 0.8);
}
.bg-green-200\/85 {
  background-color: rgb(188 240 218 / 0.85);
}
.bg-green-200\/90 {
  background-color: rgb(188 240 218 / 0.9);
}
.bg-green-200\/95 {
  background-color: rgb(188 240 218 / 0.95);
}
.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(132 225 188 / var(--tw-bg-opacity, 1));
}
.bg-green-300\/0 {
  background-color: rgb(132 225 188 / 0);
}
.bg-green-300\/10 {
  background-color: rgb(132 225 188 / 0.1);
}
.bg-green-300\/100 {
  background-color: rgb(132 225 188 / 1);
}
.bg-green-300\/15 {
  background-color: rgb(132 225 188 / 0.15);
}
.bg-green-300\/20 {
  background-color: rgb(132 225 188 / 0.2);
}
.bg-green-300\/25 {
  background-color: rgb(132 225 188 / 0.25);
}
.bg-green-300\/30 {
  background-color: rgb(132 225 188 / 0.3);
}
.bg-green-300\/35 {
  background-color: rgb(132 225 188 / 0.35);
}
.bg-green-300\/40 {
  background-color: rgb(132 225 188 / 0.4);
}
.bg-green-300\/45 {
  background-color: rgb(132 225 188 / 0.45);
}
.bg-green-300\/5 {
  background-color: rgb(132 225 188 / 0.05);
}
.bg-green-300\/50 {
  background-color: rgb(132 225 188 / 0.5);
}
.bg-green-300\/55 {
  background-color: rgb(132 225 188 / 0.55);
}
.bg-green-300\/60 {
  background-color: rgb(132 225 188 / 0.6);
}
.bg-green-300\/65 {
  background-color: rgb(132 225 188 / 0.65);
}
.bg-green-300\/70 {
  background-color: rgb(132 225 188 / 0.7);
}
.bg-green-300\/75 {
  background-color: rgb(132 225 188 / 0.75);
}
.bg-green-300\/80 {
  background-color: rgb(132 225 188 / 0.8);
}
.bg-green-300\/85 {
  background-color: rgb(132 225 188 / 0.85);
}
.bg-green-300\/90 {
  background-color: rgb(132 225 188 / 0.9);
}
.bg-green-300\/95 {
  background-color: rgb(132 225 188 / 0.95);
}
.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(49 196 141 / var(--tw-bg-opacity, 1));
}
.bg-green-400\/0 {
  background-color: rgb(49 196 141 / 0);
}
.bg-green-400\/10 {
  background-color: rgb(49 196 141 / 0.1);
}
.bg-green-400\/100 {
  background-color: rgb(49 196 141 / 1);
}
.bg-green-400\/15 {
  background-color: rgb(49 196 141 / 0.15);
}
.bg-green-400\/20 {
  background-color: rgb(49 196 141 / 0.2);
}
.bg-green-400\/25 {
  background-color: rgb(49 196 141 / 0.25);
}
.bg-green-400\/30 {
  background-color: rgb(49 196 141 / 0.3);
}
.bg-green-400\/35 {
  background-color: rgb(49 196 141 / 0.35);
}
.bg-green-400\/40 {
  background-color: rgb(49 196 141 / 0.4);
}
.bg-green-400\/45 {
  background-color: rgb(49 196 141 / 0.45);
}
.bg-green-400\/5 {
  background-color: rgb(49 196 141 / 0.05);
}
.bg-green-400\/50 {
  background-color: rgb(49 196 141 / 0.5);
}
.bg-green-400\/55 {
  background-color: rgb(49 196 141 / 0.55);
}
.bg-green-400\/60 {
  background-color: rgb(49 196 141 / 0.6);
}
.bg-green-400\/65 {
  background-color: rgb(49 196 141 / 0.65);
}
.bg-green-400\/70 {
  background-color: rgb(49 196 141 / 0.7);
}
.bg-green-400\/75 {
  background-color: rgb(49 196 141 / 0.75);
}
.bg-green-400\/80 {
  background-color: rgb(49 196 141 / 0.8);
}
.bg-green-400\/85 {
  background-color: rgb(49 196 141 / 0.85);
}
.bg-green-400\/90 {
  background-color: rgb(49 196 141 / 0.9);
}
.bg-green-400\/95 {
  background-color: rgb(49 196 141 / 0.95);
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 250 247 / var(--tw-bg-opacity, 1));
}
.bg-green-50\/0 {
  background-color: rgb(243 250 247 / 0);
}
.bg-green-50\/10 {
  background-color: rgb(243 250 247 / 0.1);
}
.bg-green-50\/100 {
  background-color: rgb(243 250 247 / 1);
}
.bg-green-50\/15 {
  background-color: rgb(243 250 247 / 0.15);
}
.bg-green-50\/20 {
  background-color: rgb(243 250 247 / 0.2);
}
.bg-green-50\/25 {
  background-color: rgb(243 250 247 / 0.25);
}
.bg-green-50\/30 {
  background-color: rgb(243 250 247 / 0.3);
}
.bg-green-50\/35 {
  background-color: rgb(243 250 247 / 0.35);
}
.bg-green-50\/40 {
  background-color: rgb(243 250 247 / 0.4);
}
.bg-green-50\/45 {
  background-color: rgb(243 250 247 / 0.45);
}
.bg-green-50\/5 {
  background-color: rgb(243 250 247 / 0.05);
}
.bg-green-50\/50 {
  background-color: rgb(243 250 247 / 0.5);
}
.bg-green-50\/55 {
  background-color: rgb(243 250 247 / 0.55);
}
.bg-green-50\/60 {
  background-color: rgb(243 250 247 / 0.6);
}
.bg-green-50\/65 {
  background-color: rgb(243 250 247 / 0.65);
}
.bg-green-50\/70 {
  background-color: rgb(243 250 247 / 0.7);
}
.bg-green-50\/75 {
  background-color: rgb(243 250 247 / 0.75);
}
.bg-green-50\/80 {
  background-color: rgb(243 250 247 / 0.8);
}
.bg-green-50\/85 {
  background-color: rgb(243 250 247 / 0.85);
}
.bg-green-50\/90 {
  background-color: rgb(243 250 247 / 0.9);
}
.bg-green-50\/95 {
  background-color: rgb(243 250 247 / 0.95);
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 159 110 / var(--tw-bg-opacity, 1));
}
.bg-green-500\/0 {
  background-color: rgb(14 159 110 / 0);
}
.bg-green-500\/10 {
  background-color: rgb(14 159 110 / 0.1);
}
.bg-green-500\/100 {
  background-color: rgb(14 159 110 / 1);
}
.bg-green-500\/15 {
  background-color: rgb(14 159 110 / 0.15);
}
.bg-green-500\/20 {
  background-color: rgb(14 159 110 / 0.2);
}
.bg-green-500\/25 {
  background-color: rgb(14 159 110 / 0.25);
}
.bg-green-500\/30 {
  background-color: rgb(14 159 110 / 0.3);
}
.bg-green-500\/35 {
  background-color: rgb(14 159 110 / 0.35);
}
.bg-green-500\/40 {
  background-color: rgb(14 159 110 / 0.4);
}
.bg-green-500\/45 {
  background-color: rgb(14 159 110 / 0.45);
}
.bg-green-500\/5 {
  background-color: rgb(14 159 110 / 0.05);
}
.bg-green-500\/50 {
  background-color: rgb(14 159 110 / 0.5);
}
.bg-green-500\/55 {
  background-color: rgb(14 159 110 / 0.55);
}
.bg-green-500\/60 {
  background-color: rgb(14 159 110 / 0.6);
}
.bg-green-500\/65 {
  background-color: rgb(14 159 110 / 0.65);
}
.bg-green-500\/70 {
  background-color: rgb(14 159 110 / 0.7);
}
.bg-green-500\/75 {
  background-color: rgb(14 159 110 / 0.75);
}
.bg-green-500\/80 {
  background-color: rgb(14 159 110 / 0.8);
}
.bg-green-500\/85 {
  background-color: rgb(14 159 110 / 0.85);
}
.bg-green-500\/90 {
  background-color: rgb(14 159 110 / 0.9);
}
.bg-green-500\/95 {
  background-color: rgb(14 159 110 / 0.95);
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 122 85 / var(--tw-bg-opacity, 1));
}
.bg-green-600\/0 {
  background-color: rgb(5 122 85 / 0);
}
.bg-green-600\/10 {
  background-color: rgb(5 122 85 / 0.1);
}
.bg-green-600\/100 {
  background-color: rgb(5 122 85 / 1);
}
.bg-green-600\/15 {
  background-color: rgb(5 122 85 / 0.15);
}
.bg-green-600\/20 {
  background-color: rgb(5 122 85 / 0.2);
}
.bg-green-600\/25 {
  background-color: rgb(5 122 85 / 0.25);
}
.bg-green-600\/30 {
  background-color: rgb(5 122 85 / 0.3);
}
.bg-green-600\/35 {
  background-color: rgb(5 122 85 / 0.35);
}
.bg-green-600\/40 {
  background-color: rgb(5 122 85 / 0.4);
}
.bg-green-600\/45 {
  background-color: rgb(5 122 85 / 0.45);
}
.bg-green-600\/5 {
  background-color: rgb(5 122 85 / 0.05);
}
.bg-green-600\/50 {
  background-color: rgb(5 122 85 / 0.5);
}
.bg-green-600\/55 {
  background-color: rgb(5 122 85 / 0.55);
}
.bg-green-600\/60 {
  background-color: rgb(5 122 85 / 0.6);
}
.bg-green-600\/65 {
  background-color: rgb(5 122 85 / 0.65);
}
.bg-green-600\/70 {
  background-color: rgb(5 122 85 / 0.7);
}
.bg-green-600\/75 {
  background-color: rgb(5 122 85 / 0.75);
}
.bg-green-600\/80 {
  background-color: rgb(5 122 85 / 0.8);
}
.bg-green-600\/85 {
  background-color: rgb(5 122 85 / 0.85);
}
.bg-green-600\/90 {
  background-color: rgb(5 122 85 / 0.9);
}
.bg-green-600\/95 {
  background-color: rgb(5 122 85 / 0.95);
}
.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 108 78 / var(--tw-bg-opacity, 1));
}
.bg-green-700\/0 {
  background-color: rgb(4 108 78 / 0);
}
.bg-green-700\/10 {
  background-color: rgb(4 108 78 / 0.1);
}
.bg-green-700\/100 {
  background-color: rgb(4 108 78 / 1);
}
.bg-green-700\/15 {
  background-color: rgb(4 108 78 / 0.15);
}
.bg-green-700\/20 {
  background-color: rgb(4 108 78 / 0.2);
}
.bg-green-700\/25 {
  background-color: rgb(4 108 78 / 0.25);
}
.bg-green-700\/30 {
  background-color: rgb(4 108 78 / 0.3);
}
.bg-green-700\/35 {
  background-color: rgb(4 108 78 / 0.35);
}
.bg-green-700\/40 {
  background-color: rgb(4 108 78 / 0.4);
}
.bg-green-700\/45 {
  background-color: rgb(4 108 78 / 0.45);
}
.bg-green-700\/5 {
  background-color: rgb(4 108 78 / 0.05);
}
.bg-green-700\/50 {
  background-color: rgb(4 108 78 / 0.5);
}
.bg-green-700\/55 {
  background-color: rgb(4 108 78 / 0.55);
}
.bg-green-700\/60 {
  background-color: rgb(4 108 78 / 0.6);
}
.bg-green-700\/65 {
  background-color: rgb(4 108 78 / 0.65);
}
.bg-green-700\/70 {
  background-color: rgb(4 108 78 / 0.7);
}
.bg-green-700\/75 {
  background-color: rgb(4 108 78 / 0.75);
}
.bg-green-700\/80 {
  background-color: rgb(4 108 78 / 0.8);
}
.bg-green-700\/85 {
  background-color: rgb(4 108 78 / 0.85);
}
.bg-green-700\/90 {
  background-color: rgb(4 108 78 / 0.9);
}
.bg-green-700\/95 {
  background-color: rgb(4 108 78 / 0.95);
}
.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 84 63 / var(--tw-bg-opacity, 1));
}
.bg-green-800\/0 {
  background-color: rgb(3 84 63 / 0);
}
.bg-green-800\/10 {
  background-color: rgb(3 84 63 / 0.1);
}
.bg-green-800\/100 {
  background-color: rgb(3 84 63 / 1);
}
.bg-green-800\/15 {
  background-color: rgb(3 84 63 / 0.15);
}
.bg-green-800\/20 {
  background-color: rgb(3 84 63 / 0.2);
}
.bg-green-800\/25 {
  background-color: rgb(3 84 63 / 0.25);
}
.bg-green-800\/30 {
  background-color: rgb(3 84 63 / 0.3);
}
.bg-green-800\/35 {
  background-color: rgb(3 84 63 / 0.35);
}
.bg-green-800\/40 {
  background-color: rgb(3 84 63 / 0.4);
}
.bg-green-800\/45 {
  background-color: rgb(3 84 63 / 0.45);
}
.bg-green-800\/5 {
  background-color: rgb(3 84 63 / 0.05);
}
.bg-green-800\/50 {
  background-color: rgb(3 84 63 / 0.5);
}
.bg-green-800\/55 {
  background-color: rgb(3 84 63 / 0.55);
}
.bg-green-800\/60 {
  background-color: rgb(3 84 63 / 0.6);
}
.bg-green-800\/65 {
  background-color: rgb(3 84 63 / 0.65);
}
.bg-green-800\/70 {
  background-color: rgb(3 84 63 / 0.7);
}
.bg-green-800\/75 {
  background-color: rgb(3 84 63 / 0.75);
}
.bg-green-800\/80 {
  background-color: rgb(3 84 63 / 0.8);
}
.bg-green-800\/85 {
  background-color: rgb(3 84 63 / 0.85);
}
.bg-green-800\/90 {
  background-color: rgb(3 84 63 / 0.9);
}
.bg-green-800\/95 {
  background-color: rgb(3 84 63 / 0.95);
}
.bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(1 71 55 / var(--tw-bg-opacity, 1));
}
.bg-green-900\/0 {
  background-color: rgb(1 71 55 / 0);
}
.bg-green-900\/10 {
  background-color: rgb(1 71 55 / 0.1);
}
.bg-green-900\/100 {
  background-color: rgb(1 71 55 / 1);
}
.bg-green-900\/15 {
  background-color: rgb(1 71 55 / 0.15);
}
.bg-green-900\/20 {
  background-color: rgb(1 71 55 / 0.2);
}
.bg-green-900\/25 {
  background-color: rgb(1 71 55 / 0.25);
}
.bg-green-900\/30 {
  background-color: rgb(1 71 55 / 0.3);
}
.bg-green-900\/35 {
  background-color: rgb(1 71 55 / 0.35);
}
.bg-green-900\/40 {
  background-color: rgb(1 71 55 / 0.4);
}
.bg-green-900\/45 {
  background-color: rgb(1 71 55 / 0.45);
}
.bg-green-900\/5 {
  background-color: rgb(1 71 55 / 0.05);
}
.bg-green-900\/50 {
  background-color: rgb(1 71 55 / 0.5);
}
.bg-green-900\/55 {
  background-color: rgb(1 71 55 / 0.55);
}
.bg-green-900\/60 {
  background-color: rgb(1 71 55 / 0.6);
}
.bg-green-900\/65 {
  background-color: rgb(1 71 55 / 0.65);
}
.bg-green-900\/70 {
  background-color: rgb(1 71 55 / 0.7);
}
.bg-green-900\/75 {
  background-color: rgb(1 71 55 / 0.75);
}
.bg-green-900\/80 {
  background-color: rgb(1 71 55 / 0.8);
}
.bg-green-900\/85 {
  background-color: rgb(1 71 55 / 0.85);
}
.bg-green-900\/90 {
  background-color: rgb(1 71 55 / 0.9);
}
.bg-green-900\/95 {
  background-color: rgb(1 71 55 / 0.95);
}
.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 237 255 / var(--tw-bg-opacity, 1));
}
.bg-indigo-100\/0 {
  background-color: rgb(229 237 255 / 0);
}
.bg-indigo-100\/10 {
  background-color: rgb(229 237 255 / 0.1);
}
.bg-indigo-100\/100 {
  background-color: rgb(229 237 255 / 1);
}
.bg-indigo-100\/15 {
  background-color: rgb(229 237 255 / 0.15);
}
.bg-indigo-100\/20 {
  background-color: rgb(229 237 255 / 0.2);
}
.bg-indigo-100\/25 {
  background-color: rgb(229 237 255 / 0.25);
}
.bg-indigo-100\/30 {
  background-color: rgb(229 237 255 / 0.3);
}
.bg-indigo-100\/35 {
  background-color: rgb(229 237 255 / 0.35);
}
.bg-indigo-100\/40 {
  background-color: rgb(229 237 255 / 0.4);
}
.bg-indigo-100\/45 {
  background-color: rgb(229 237 255 / 0.45);
}
.bg-indigo-100\/5 {
  background-color: rgb(229 237 255 / 0.05);
}
.bg-indigo-100\/50 {
  background-color: rgb(229 237 255 / 0.5);
}
.bg-indigo-100\/55 {
  background-color: rgb(229 237 255 / 0.55);
}
.bg-indigo-100\/60 {
  background-color: rgb(229 237 255 / 0.6);
}
.bg-indigo-100\/65 {
  background-color: rgb(229 237 255 / 0.65);
}
.bg-indigo-100\/70 {
  background-color: rgb(229 237 255 / 0.7);
}
.bg-indigo-100\/75 {
  background-color: rgb(229 237 255 / 0.75);
}
.bg-indigo-100\/80 {
  background-color: rgb(229 237 255 / 0.8);
}
.bg-indigo-100\/85 {
  background-color: rgb(229 237 255 / 0.85);
}
.bg-indigo-100\/90 {
  background-color: rgb(229 237 255 / 0.9);
}
.bg-indigo-100\/95 {
  background-color: rgb(229 237 255 / 0.95);
}
.bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(205 219 254 / var(--tw-bg-opacity, 1));
}
.bg-indigo-200\/0 {
  background-color: rgb(205 219 254 / 0);
}
.bg-indigo-200\/10 {
  background-color: rgb(205 219 254 / 0.1);
}
.bg-indigo-200\/100 {
  background-color: rgb(205 219 254 / 1);
}
.bg-indigo-200\/15 {
  background-color: rgb(205 219 254 / 0.15);
}
.bg-indigo-200\/20 {
  background-color: rgb(205 219 254 / 0.2);
}
.bg-indigo-200\/25 {
  background-color: rgb(205 219 254 / 0.25);
}
.bg-indigo-200\/30 {
  background-color: rgb(205 219 254 / 0.3);
}
.bg-indigo-200\/35 {
  background-color: rgb(205 219 254 / 0.35);
}
.bg-indigo-200\/40 {
  background-color: rgb(205 219 254 / 0.4);
}
.bg-indigo-200\/45 {
  background-color: rgb(205 219 254 / 0.45);
}
.bg-indigo-200\/5 {
  background-color: rgb(205 219 254 / 0.05);
}
.bg-indigo-200\/50 {
  background-color: rgb(205 219 254 / 0.5);
}
.bg-indigo-200\/55 {
  background-color: rgb(205 219 254 / 0.55);
}
.bg-indigo-200\/60 {
  background-color: rgb(205 219 254 / 0.6);
}
.bg-indigo-200\/65 {
  background-color: rgb(205 219 254 / 0.65);
}
.bg-indigo-200\/70 {
  background-color: rgb(205 219 254 / 0.7);
}
.bg-indigo-200\/75 {
  background-color: rgb(205 219 254 / 0.75);
}
.bg-indigo-200\/80 {
  background-color: rgb(205 219 254 / 0.8);
}
.bg-indigo-200\/85 {
  background-color: rgb(205 219 254 / 0.85);
}
.bg-indigo-200\/90 {
  background-color: rgb(205 219 254 / 0.9);
}
.bg-indigo-200\/95 {
  background-color: rgb(205 219 254 / 0.95);
}
.bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(180 198 252 / var(--tw-bg-opacity, 1));
}
.bg-indigo-300\/0 {
  background-color: rgb(180 198 252 / 0);
}
.bg-indigo-300\/10 {
  background-color: rgb(180 198 252 / 0.1);
}
.bg-indigo-300\/100 {
  background-color: rgb(180 198 252 / 1);
}
.bg-indigo-300\/15 {
  background-color: rgb(180 198 252 / 0.15);
}
.bg-indigo-300\/20 {
  background-color: rgb(180 198 252 / 0.2);
}
.bg-indigo-300\/25 {
  background-color: rgb(180 198 252 / 0.25);
}
.bg-indigo-300\/30 {
  background-color: rgb(180 198 252 / 0.3);
}
.bg-indigo-300\/35 {
  background-color: rgb(180 198 252 / 0.35);
}
.bg-indigo-300\/40 {
  background-color: rgb(180 198 252 / 0.4);
}
.bg-indigo-300\/45 {
  background-color: rgb(180 198 252 / 0.45);
}
.bg-indigo-300\/5 {
  background-color: rgb(180 198 252 / 0.05);
}
.bg-indigo-300\/50 {
  background-color: rgb(180 198 252 / 0.5);
}
.bg-indigo-300\/55 {
  background-color: rgb(180 198 252 / 0.55);
}
.bg-indigo-300\/60 {
  background-color: rgb(180 198 252 / 0.6);
}
.bg-indigo-300\/65 {
  background-color: rgb(180 198 252 / 0.65);
}
.bg-indigo-300\/70 {
  background-color: rgb(180 198 252 / 0.7);
}
.bg-indigo-300\/75 {
  background-color: rgb(180 198 252 / 0.75);
}
.bg-indigo-300\/80 {
  background-color: rgb(180 198 252 / 0.8);
}
.bg-indigo-300\/85 {
  background-color: rgb(180 198 252 / 0.85);
}
.bg-indigo-300\/90 {
  background-color: rgb(180 198 252 / 0.9);
}
.bg-indigo-300\/95 {
  background-color: rgb(180 198 252 / 0.95);
}
.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(141 162 251 / var(--tw-bg-opacity, 1));
}
.bg-indigo-400\/0 {
  background-color: rgb(141 162 251 / 0);
}
.bg-indigo-400\/10 {
  background-color: rgb(141 162 251 / 0.1);
}
.bg-indigo-400\/100 {
  background-color: rgb(141 162 251 / 1);
}
.bg-indigo-400\/15 {
  background-color: rgb(141 162 251 / 0.15);
}
.bg-indigo-400\/20 {
  background-color: rgb(141 162 251 / 0.2);
}
.bg-indigo-400\/25 {
  background-color: rgb(141 162 251 / 0.25);
}
.bg-indigo-400\/30 {
  background-color: rgb(141 162 251 / 0.3);
}
.bg-indigo-400\/35 {
  background-color: rgb(141 162 251 / 0.35);
}
.bg-indigo-400\/40 {
  background-color: rgb(141 162 251 / 0.4);
}
.bg-indigo-400\/45 {
  background-color: rgb(141 162 251 / 0.45);
}
.bg-indigo-400\/5 {
  background-color: rgb(141 162 251 / 0.05);
}
.bg-indigo-400\/50 {
  background-color: rgb(141 162 251 / 0.5);
}
.bg-indigo-400\/55 {
  background-color: rgb(141 162 251 / 0.55);
}
.bg-indigo-400\/60 {
  background-color: rgb(141 162 251 / 0.6);
}
.bg-indigo-400\/65 {
  background-color: rgb(141 162 251 / 0.65);
}
.bg-indigo-400\/70 {
  background-color: rgb(141 162 251 / 0.7);
}
.bg-indigo-400\/75 {
  background-color: rgb(141 162 251 / 0.75);
}
.bg-indigo-400\/80 {
  background-color: rgb(141 162 251 / 0.8);
}
.bg-indigo-400\/85 {
  background-color: rgb(141 162 251 / 0.85);
}
.bg-indigo-400\/90 {
  background-color: rgb(141 162 251 / 0.9);
}
.bg-indigo-400\/95 {
  background-color: rgb(141 162 251 / 0.95);
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 245 255 / var(--tw-bg-opacity, 1));
}
.bg-indigo-50\/0 {
  background-color: rgb(240 245 255 / 0);
}
.bg-indigo-50\/10 {
  background-color: rgb(240 245 255 / 0.1);
}
.bg-indigo-50\/100 {
  background-color: rgb(240 245 255 / 1);
}
.bg-indigo-50\/15 {
  background-color: rgb(240 245 255 / 0.15);
}
.bg-indigo-50\/20 {
  background-color: rgb(240 245 255 / 0.2);
}
.bg-indigo-50\/25 {
  background-color: rgb(240 245 255 / 0.25);
}
.bg-indigo-50\/30 {
  background-color: rgb(240 245 255 / 0.3);
}
.bg-indigo-50\/35 {
  background-color: rgb(240 245 255 / 0.35);
}
.bg-indigo-50\/40 {
  background-color: rgb(240 245 255 / 0.4);
}
.bg-indigo-50\/45 {
  background-color: rgb(240 245 255 / 0.45);
}
.bg-indigo-50\/5 {
  background-color: rgb(240 245 255 / 0.05);
}
.bg-indigo-50\/50 {
  background-color: rgb(240 245 255 / 0.5);
}
.bg-indigo-50\/55 {
  background-color: rgb(240 245 255 / 0.55);
}
.bg-indigo-50\/60 {
  background-color: rgb(240 245 255 / 0.6);
}
.bg-indigo-50\/65 {
  background-color: rgb(240 245 255 / 0.65);
}
.bg-indigo-50\/70 {
  background-color: rgb(240 245 255 / 0.7);
}
.bg-indigo-50\/75 {
  background-color: rgb(240 245 255 / 0.75);
}
.bg-indigo-50\/80 {
  background-color: rgb(240 245 255 / 0.8);
}
.bg-indigo-50\/85 {
  background-color: rgb(240 245 255 / 0.85);
}
.bg-indigo-50\/90 {
  background-color: rgb(240 245 255 / 0.9);
}
.bg-indigo-50\/95 {
  background-color: rgb(240 245 255 / 0.95);
}
.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(104 117 245 / var(--tw-bg-opacity, 1));
}
.bg-indigo-500\/0 {
  background-color: rgb(104 117 245 / 0);
}
.bg-indigo-500\/10 {
  background-color: rgb(104 117 245 / 0.1);
}
.bg-indigo-500\/100 {
  background-color: rgb(104 117 245 / 1);
}
.bg-indigo-500\/15 {
  background-color: rgb(104 117 245 / 0.15);
}
.bg-indigo-500\/20 {
  background-color: rgb(104 117 245 / 0.2);
}
.bg-indigo-500\/25 {
  background-color: rgb(104 117 245 / 0.25);
}
.bg-indigo-500\/30 {
  background-color: rgb(104 117 245 / 0.3);
}
.bg-indigo-500\/35 {
  background-color: rgb(104 117 245 / 0.35);
}
.bg-indigo-500\/40 {
  background-color: rgb(104 117 245 / 0.4);
}
.bg-indigo-500\/45 {
  background-color: rgb(104 117 245 / 0.45);
}
.bg-indigo-500\/5 {
  background-color: rgb(104 117 245 / 0.05);
}
.bg-indigo-500\/50 {
  background-color: rgb(104 117 245 / 0.5);
}
.bg-indigo-500\/55 {
  background-color: rgb(104 117 245 / 0.55);
}
.bg-indigo-500\/60 {
  background-color: rgb(104 117 245 / 0.6);
}
.bg-indigo-500\/65 {
  background-color: rgb(104 117 245 / 0.65);
}
.bg-indigo-500\/70 {
  background-color: rgb(104 117 245 / 0.7);
}
.bg-indigo-500\/75 {
  background-color: rgb(104 117 245 / 0.75);
}
.bg-indigo-500\/80 {
  background-color: rgb(104 117 245 / 0.8);
}
.bg-indigo-500\/85 {
  background-color: rgb(104 117 245 / 0.85);
}
.bg-indigo-500\/90 {
  background-color: rgb(104 117 245 / 0.9);
}
.bg-indigo-500\/95 {
  background-color: rgb(104 117 245 / 0.95);
}
.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(88 80 236 / var(--tw-bg-opacity, 1));
}
.bg-indigo-600\/0 {
  background-color: rgb(88 80 236 / 0);
}
.bg-indigo-600\/10 {
  background-color: rgb(88 80 236 / 0.1);
}
.bg-indigo-600\/100 {
  background-color: rgb(88 80 236 / 1);
}
.bg-indigo-600\/15 {
  background-color: rgb(88 80 236 / 0.15);
}
.bg-indigo-600\/20 {
  background-color: rgb(88 80 236 / 0.2);
}
.bg-indigo-600\/25 {
  background-color: rgb(88 80 236 / 0.25);
}
.bg-indigo-600\/30 {
  background-color: rgb(88 80 236 / 0.3);
}
.bg-indigo-600\/35 {
  background-color: rgb(88 80 236 / 0.35);
}
.bg-indigo-600\/40 {
  background-color: rgb(88 80 236 / 0.4);
}
.bg-indigo-600\/45 {
  background-color: rgb(88 80 236 / 0.45);
}
.bg-indigo-600\/5 {
  background-color: rgb(88 80 236 / 0.05);
}
.bg-indigo-600\/50 {
  background-color: rgb(88 80 236 / 0.5);
}
.bg-indigo-600\/55 {
  background-color: rgb(88 80 236 / 0.55);
}
.bg-indigo-600\/60 {
  background-color: rgb(88 80 236 / 0.6);
}
.bg-indigo-600\/65 {
  background-color: rgb(88 80 236 / 0.65);
}
.bg-indigo-600\/70 {
  background-color: rgb(88 80 236 / 0.7);
}
.bg-indigo-600\/75 {
  background-color: rgb(88 80 236 / 0.75);
}
.bg-indigo-600\/80 {
  background-color: rgb(88 80 236 / 0.8);
}
.bg-indigo-600\/85 {
  background-color: rgb(88 80 236 / 0.85);
}
.bg-indigo-600\/90 {
  background-color: rgb(88 80 236 / 0.9);
}
.bg-indigo-600\/95 {
  background-color: rgb(88 80 236 / 0.95);
}
.bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(81 69 205 / var(--tw-bg-opacity, 1));
}
.bg-indigo-700\/0 {
  background-color: rgb(81 69 205 / 0);
}
.bg-indigo-700\/10 {
  background-color: rgb(81 69 205 / 0.1);
}
.bg-indigo-700\/100 {
  background-color: rgb(81 69 205 / 1);
}
.bg-indigo-700\/15 {
  background-color: rgb(81 69 205 / 0.15);
}
.bg-indigo-700\/20 {
  background-color: rgb(81 69 205 / 0.2);
}
.bg-indigo-700\/25 {
  background-color: rgb(81 69 205 / 0.25);
}
.bg-indigo-700\/30 {
  background-color: rgb(81 69 205 / 0.3);
}
.bg-indigo-700\/35 {
  background-color: rgb(81 69 205 / 0.35);
}
.bg-indigo-700\/40 {
  background-color: rgb(81 69 205 / 0.4);
}
.bg-indigo-700\/45 {
  background-color: rgb(81 69 205 / 0.45);
}
.bg-indigo-700\/5 {
  background-color: rgb(81 69 205 / 0.05);
}
.bg-indigo-700\/50 {
  background-color: rgb(81 69 205 / 0.5);
}
.bg-indigo-700\/55 {
  background-color: rgb(81 69 205 / 0.55);
}
.bg-indigo-700\/60 {
  background-color: rgb(81 69 205 / 0.6);
}
.bg-indigo-700\/65 {
  background-color: rgb(81 69 205 / 0.65);
}
.bg-indigo-700\/70 {
  background-color: rgb(81 69 205 / 0.7);
}
.bg-indigo-700\/75 {
  background-color: rgb(81 69 205 / 0.75);
}
.bg-indigo-700\/80 {
  background-color: rgb(81 69 205 / 0.8);
}
.bg-indigo-700\/85 {
  background-color: rgb(81 69 205 / 0.85);
}
.bg-indigo-700\/90 {
  background-color: rgb(81 69 205 / 0.9);
}
.bg-indigo-700\/95 {
  background-color: rgb(81 69 205 / 0.95);
}
.bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(66 56 157 / var(--tw-bg-opacity, 1));
}
.bg-indigo-800\/0 {
  background-color: rgb(66 56 157 / 0);
}
.bg-indigo-800\/10 {
  background-color: rgb(66 56 157 / 0.1);
}
.bg-indigo-800\/100 {
  background-color: rgb(66 56 157 / 1);
}
.bg-indigo-800\/15 {
  background-color: rgb(66 56 157 / 0.15);
}
.bg-indigo-800\/20 {
  background-color: rgb(66 56 157 / 0.2);
}
.bg-indigo-800\/25 {
  background-color: rgb(66 56 157 / 0.25);
}
.bg-indigo-800\/30 {
  background-color: rgb(66 56 157 / 0.3);
}
.bg-indigo-800\/35 {
  background-color: rgb(66 56 157 / 0.35);
}
.bg-indigo-800\/40 {
  background-color: rgb(66 56 157 / 0.4);
}
.bg-indigo-800\/45 {
  background-color: rgb(66 56 157 / 0.45);
}
.bg-indigo-800\/5 {
  background-color: rgb(66 56 157 / 0.05);
}
.bg-indigo-800\/50 {
  background-color: rgb(66 56 157 / 0.5);
}
.bg-indigo-800\/55 {
  background-color: rgb(66 56 157 / 0.55);
}
.bg-indigo-800\/60 {
  background-color: rgb(66 56 157 / 0.6);
}
.bg-indigo-800\/65 {
  background-color: rgb(66 56 157 / 0.65);
}
.bg-indigo-800\/70 {
  background-color: rgb(66 56 157 / 0.7);
}
.bg-indigo-800\/75 {
  background-color: rgb(66 56 157 / 0.75);
}
.bg-indigo-800\/80 {
  background-color: rgb(66 56 157 / 0.8);
}
.bg-indigo-800\/85 {
  background-color: rgb(66 56 157 / 0.85);
}
.bg-indigo-800\/90 {
  background-color: rgb(66 56 157 / 0.9);
}
.bg-indigo-800\/95 {
  background-color: rgb(66 56 157 / 0.95);
}
.bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 47 120 / var(--tw-bg-opacity, 1));
}
.bg-indigo-900\/0 {
  background-color: rgb(54 47 120 / 0);
}
.bg-indigo-900\/10 {
  background-color: rgb(54 47 120 / 0.1);
}
.bg-indigo-900\/100 {
  background-color: rgb(54 47 120 / 1);
}
.bg-indigo-900\/15 {
  background-color: rgb(54 47 120 / 0.15);
}
.bg-indigo-900\/20 {
  background-color: rgb(54 47 120 / 0.2);
}
.bg-indigo-900\/25 {
  background-color: rgb(54 47 120 / 0.25);
}
.bg-indigo-900\/30 {
  background-color: rgb(54 47 120 / 0.3);
}
.bg-indigo-900\/35 {
  background-color: rgb(54 47 120 / 0.35);
}
.bg-indigo-900\/40 {
  background-color: rgb(54 47 120 / 0.4);
}
.bg-indigo-900\/45 {
  background-color: rgb(54 47 120 / 0.45);
}
.bg-indigo-900\/5 {
  background-color: rgb(54 47 120 / 0.05);
}
.bg-indigo-900\/50 {
  background-color: rgb(54 47 120 / 0.5);
}
.bg-indigo-900\/55 {
  background-color: rgb(54 47 120 / 0.55);
}
.bg-indigo-900\/60 {
  background-color: rgb(54 47 120 / 0.6);
}
.bg-indigo-900\/65 {
  background-color: rgb(54 47 120 / 0.65);
}
.bg-indigo-900\/70 {
  background-color: rgb(54 47 120 / 0.7);
}
.bg-indigo-900\/75 {
  background-color: rgb(54 47 120 / 0.75);
}
.bg-indigo-900\/80 {
  background-color: rgb(54 47 120 / 0.8);
}
.bg-indigo-900\/85 {
  background-color: rgb(54 47 120 / 0.85);
}
.bg-indigo-900\/90 {
  background-color: rgb(54 47 120 / 0.9);
}
.bg-indigo-900\/95 {
  background-color: rgb(54 47 120 / 0.95);
}
.bg-negative-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}
.bg-negative-100\/0 {
  background-color: rgb(244 244 245 / 0);
}
.bg-negative-100\/10 {
  background-color: rgb(244 244 245 / 0.1);
}
.bg-negative-100\/100 {
  background-color: rgb(244 244 245 / 1);
}
.bg-negative-100\/15 {
  background-color: rgb(244 244 245 / 0.15);
}
.bg-negative-100\/20 {
  background-color: rgb(244 244 245 / 0.2);
}
.bg-negative-100\/25 {
  background-color: rgb(244 244 245 / 0.25);
}
.bg-negative-100\/30 {
  background-color: rgb(244 244 245 / 0.3);
}
.bg-negative-100\/35 {
  background-color: rgb(244 244 245 / 0.35);
}
.bg-negative-100\/40 {
  background-color: rgb(244 244 245 / 0.4);
}
.bg-negative-100\/45 {
  background-color: rgb(244 244 245 / 0.45);
}
.bg-negative-100\/5 {
  background-color: rgb(244 244 245 / 0.05);
}
.bg-negative-100\/50 {
  background-color: rgb(244 244 245 / 0.5);
}
.bg-negative-100\/55 {
  background-color: rgb(244 244 245 / 0.55);
}
.bg-negative-100\/60 {
  background-color: rgb(244 244 245 / 0.6);
}
.bg-negative-100\/65 {
  background-color: rgb(244 244 245 / 0.65);
}
.bg-negative-100\/70 {
  background-color: rgb(244 244 245 / 0.7);
}
.bg-negative-100\/75 {
  background-color: rgb(244 244 245 / 0.75);
}
.bg-negative-100\/80 {
  background-color: rgb(244 244 245 / 0.8);
}
.bg-negative-100\/85 {
  background-color: rgb(244 244 245 / 0.85);
}
.bg-negative-100\/90 {
  background-color: rgb(244 244 245 / 0.9);
}
.bg-negative-100\/95 {
  background-color: rgb(244 244 245 / 0.95);
}
.bg-negative-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
}
.bg-negative-200\/0 {
  background-color: rgb(228 228 231 / 0);
}
.bg-negative-200\/10 {
  background-color: rgb(228 228 231 / 0.1);
}
.bg-negative-200\/100 {
  background-color: rgb(228 228 231 / 1);
}
.bg-negative-200\/15 {
  background-color: rgb(228 228 231 / 0.15);
}
.bg-negative-200\/20 {
  background-color: rgb(228 228 231 / 0.2);
}
.bg-negative-200\/25 {
  background-color: rgb(228 228 231 / 0.25);
}
.bg-negative-200\/30 {
  background-color: rgb(228 228 231 / 0.3);
}
.bg-negative-200\/35 {
  background-color: rgb(228 228 231 / 0.35);
}
.bg-negative-200\/40 {
  background-color: rgb(228 228 231 / 0.4);
}
.bg-negative-200\/45 {
  background-color: rgb(228 228 231 / 0.45);
}
.bg-negative-200\/5 {
  background-color: rgb(228 228 231 / 0.05);
}
.bg-negative-200\/50 {
  background-color: rgb(228 228 231 / 0.5);
}
.bg-negative-200\/55 {
  background-color: rgb(228 228 231 / 0.55);
}
.bg-negative-200\/60 {
  background-color: rgb(228 228 231 / 0.6);
}
.bg-negative-200\/65 {
  background-color: rgb(228 228 231 / 0.65);
}
.bg-negative-200\/70 {
  background-color: rgb(228 228 231 / 0.7);
}
.bg-negative-200\/75 {
  background-color: rgb(228 228 231 / 0.75);
}
.bg-negative-200\/80 {
  background-color: rgb(228 228 231 / 0.8);
}
.bg-negative-200\/85 {
  background-color: rgb(228 228 231 / 0.85);
}
.bg-negative-200\/90 {
  background-color: rgb(228 228 231 / 0.9);
}
.bg-negative-200\/95 {
  background-color: rgb(228 228 231 / 0.95);
}
.bg-negative-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1));
}
.bg-negative-300\/0 {
  background-color: rgb(212 212 216 / 0);
}
.bg-negative-300\/10 {
  background-color: rgb(212 212 216 / 0.1);
}
.bg-negative-300\/100 {
  background-color: rgb(212 212 216 / 1);
}
.bg-negative-300\/15 {
  background-color: rgb(212 212 216 / 0.15);
}
.bg-negative-300\/20 {
  background-color: rgb(212 212 216 / 0.2);
}
.bg-negative-300\/25 {
  background-color: rgb(212 212 216 / 0.25);
}
.bg-negative-300\/30 {
  background-color: rgb(212 212 216 / 0.3);
}
.bg-negative-300\/35 {
  background-color: rgb(212 212 216 / 0.35);
}
.bg-negative-300\/40 {
  background-color: rgb(212 212 216 / 0.4);
}
.bg-negative-300\/45 {
  background-color: rgb(212 212 216 / 0.45);
}
.bg-negative-300\/5 {
  background-color: rgb(212 212 216 / 0.05);
}
.bg-negative-300\/50 {
  background-color: rgb(212 212 216 / 0.5);
}
.bg-negative-300\/55 {
  background-color: rgb(212 212 216 / 0.55);
}
.bg-negative-300\/60 {
  background-color: rgb(212 212 216 / 0.6);
}
.bg-negative-300\/65 {
  background-color: rgb(212 212 216 / 0.65);
}
.bg-negative-300\/70 {
  background-color: rgb(212 212 216 / 0.7);
}
.bg-negative-300\/75 {
  background-color: rgb(212 212 216 / 0.75);
}
.bg-negative-300\/80 {
  background-color: rgb(212 212 216 / 0.8);
}
.bg-negative-300\/85 {
  background-color: rgb(212 212 216 / 0.85);
}
.bg-negative-300\/90 {
  background-color: rgb(212 212 216 / 0.9);
}
.bg-negative-300\/95 {
  background-color: rgb(212 212 216 / 0.95);
}
.bg-negative-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity, 1));
}
.bg-negative-400\/0 {
  background-color: rgb(161 161 170 / 0);
}
.bg-negative-400\/10 {
  background-color: rgb(161 161 170 / 0.1);
}
.bg-negative-400\/100 {
  background-color: rgb(161 161 170 / 1);
}
.bg-negative-400\/15 {
  background-color: rgb(161 161 170 / 0.15);
}
.bg-negative-400\/20 {
  background-color: rgb(161 161 170 / 0.2);
}
.bg-negative-400\/25 {
  background-color: rgb(161 161 170 / 0.25);
}
.bg-negative-400\/30 {
  background-color: rgb(161 161 170 / 0.3);
}
.bg-negative-400\/35 {
  background-color: rgb(161 161 170 / 0.35);
}
.bg-negative-400\/40 {
  background-color: rgb(161 161 170 / 0.4);
}
.bg-negative-400\/45 {
  background-color: rgb(161 161 170 / 0.45);
}
.bg-negative-400\/5 {
  background-color: rgb(161 161 170 / 0.05);
}
.bg-negative-400\/50 {
  background-color: rgb(161 161 170 / 0.5);
}
.bg-negative-400\/55 {
  background-color: rgb(161 161 170 / 0.55);
}
.bg-negative-400\/60 {
  background-color: rgb(161 161 170 / 0.6);
}
.bg-negative-400\/65 {
  background-color: rgb(161 161 170 / 0.65);
}
.bg-negative-400\/70 {
  background-color: rgb(161 161 170 / 0.7);
}
.bg-negative-400\/75 {
  background-color: rgb(161 161 170 / 0.75);
}
.bg-negative-400\/80 {
  background-color: rgb(161 161 170 / 0.8);
}
.bg-negative-400\/85 {
  background-color: rgb(161 161 170 / 0.85);
}
.bg-negative-400\/90 {
  background-color: rgb(161 161 170 / 0.9);
}
.bg-negative-400\/95 {
  background-color: rgb(161 161 170 / 0.95);
}
.bg-negative-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-negative-50\/0 {
  background-color: rgb(250 250 250 / 0);
}
.bg-negative-50\/10 {
  background-color: rgb(250 250 250 / 0.1);
}
.bg-negative-50\/100 {
  background-color: rgb(250 250 250 / 1);
}
.bg-negative-50\/15 {
  background-color: rgb(250 250 250 / 0.15);
}
.bg-negative-50\/20 {
  background-color: rgb(250 250 250 / 0.2);
}
.bg-negative-50\/25 {
  background-color: rgb(250 250 250 / 0.25);
}
.bg-negative-50\/30 {
  background-color: rgb(250 250 250 / 0.3);
}
.bg-negative-50\/35 {
  background-color: rgb(250 250 250 / 0.35);
}
.bg-negative-50\/40 {
  background-color: rgb(250 250 250 / 0.4);
}
.bg-negative-50\/45 {
  background-color: rgb(250 250 250 / 0.45);
}
.bg-negative-50\/5 {
  background-color: rgb(250 250 250 / 0.05);
}
.bg-negative-50\/50 {
  background-color: rgb(250 250 250 / 0.5);
}
.bg-negative-50\/55 {
  background-color: rgb(250 250 250 / 0.55);
}
.bg-negative-50\/60 {
  background-color: rgb(250 250 250 / 0.6);
}
.bg-negative-50\/65 {
  background-color: rgb(250 250 250 / 0.65);
}
.bg-negative-50\/70 {
  background-color: rgb(250 250 250 / 0.7);
}
.bg-negative-50\/75 {
  background-color: rgb(250 250 250 / 0.75);
}
.bg-negative-50\/80 {
  background-color: rgb(250 250 250 / 0.8);
}
.bg-negative-50\/85 {
  background-color: rgb(250 250 250 / 0.85);
}
.bg-negative-50\/90 {
  background-color: rgb(250 250 250 / 0.9);
}
.bg-negative-50\/95 {
  background-color: rgb(250 250 250 / 0.95);
}
.bg-negative-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1));
}
.bg-negative-500\/0 {
  background-color: rgb(113 113 122 / 0);
}
.bg-negative-500\/10 {
  background-color: rgb(113 113 122 / 0.1);
}
.bg-negative-500\/100 {
  background-color: rgb(113 113 122 / 1);
}
.bg-negative-500\/15 {
  background-color: rgb(113 113 122 / 0.15);
}
.bg-negative-500\/20 {
  background-color: rgb(113 113 122 / 0.2);
}
.bg-negative-500\/25 {
  background-color: rgb(113 113 122 / 0.25);
}
.bg-negative-500\/30 {
  background-color: rgb(113 113 122 / 0.3);
}
.bg-negative-500\/35 {
  background-color: rgb(113 113 122 / 0.35);
}
.bg-negative-500\/40 {
  background-color: rgb(113 113 122 / 0.4);
}
.bg-negative-500\/45 {
  background-color: rgb(113 113 122 / 0.45);
}
.bg-negative-500\/5 {
  background-color: rgb(113 113 122 / 0.05);
}
.bg-negative-500\/50 {
  background-color: rgb(113 113 122 / 0.5);
}
.bg-negative-500\/55 {
  background-color: rgb(113 113 122 / 0.55);
}
.bg-negative-500\/60 {
  background-color: rgb(113 113 122 / 0.6);
}
.bg-negative-500\/65 {
  background-color: rgb(113 113 122 / 0.65);
}
.bg-negative-500\/70 {
  background-color: rgb(113 113 122 / 0.7);
}
.bg-negative-500\/75 {
  background-color: rgb(113 113 122 / 0.75);
}
.bg-negative-500\/80 {
  background-color: rgb(113 113 122 / 0.8);
}
.bg-negative-500\/85 {
  background-color: rgb(113 113 122 / 0.85);
}
.bg-negative-500\/90 {
  background-color: rgb(113 113 122 / 0.9);
}
.bg-negative-500\/95 {
  background-color: rgb(113 113 122 / 0.95);
}
.bg-negative-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
}
.bg-negative-600\/0 {
  background-color: rgb(82 82 91 / 0);
}
.bg-negative-600\/10 {
  background-color: rgb(82 82 91 / 0.1);
}
.bg-negative-600\/100 {
  background-color: rgb(82 82 91 / 1);
}
.bg-negative-600\/15 {
  background-color: rgb(82 82 91 / 0.15);
}
.bg-negative-600\/20 {
  background-color: rgb(82 82 91 / 0.2);
}
.bg-negative-600\/25 {
  background-color: rgb(82 82 91 / 0.25);
}
.bg-negative-600\/30 {
  background-color: rgb(82 82 91 / 0.3);
}
.bg-negative-600\/35 {
  background-color: rgb(82 82 91 / 0.35);
}
.bg-negative-600\/40 {
  background-color: rgb(82 82 91 / 0.4);
}
.bg-negative-600\/45 {
  background-color: rgb(82 82 91 / 0.45);
}
.bg-negative-600\/5 {
  background-color: rgb(82 82 91 / 0.05);
}
.bg-negative-600\/50 {
  background-color: rgb(82 82 91 / 0.5);
}
.bg-negative-600\/55 {
  background-color: rgb(82 82 91 / 0.55);
}
.bg-negative-600\/60 {
  background-color: rgb(82 82 91 / 0.6);
}
.bg-negative-600\/65 {
  background-color: rgb(82 82 91 / 0.65);
}
.bg-negative-600\/70 {
  background-color: rgb(82 82 91 / 0.7);
}
.bg-negative-600\/75 {
  background-color: rgb(82 82 91 / 0.75);
}
.bg-negative-600\/80 {
  background-color: rgb(82 82 91 / 0.8);
}
.bg-negative-600\/85 {
  background-color: rgb(82 82 91 / 0.85);
}
.bg-negative-600\/90 {
  background-color: rgb(82 82 91 / 0.9);
}
.bg-negative-600\/95 {
  background-color: rgb(82 82 91 / 0.95);
}
.bg-negative-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
}
.bg-negative-700\/0 {
  background-color: rgb(63 63 70 / 0);
}
.bg-negative-700\/10 {
  background-color: rgb(63 63 70 / 0.1);
}
.bg-negative-700\/100 {
  background-color: rgb(63 63 70 / 1);
}
.bg-negative-700\/15 {
  background-color: rgb(63 63 70 / 0.15);
}
.bg-negative-700\/20 {
  background-color: rgb(63 63 70 / 0.2);
}
.bg-negative-700\/25 {
  background-color: rgb(63 63 70 / 0.25);
}
.bg-negative-700\/30 {
  background-color: rgb(63 63 70 / 0.3);
}
.bg-negative-700\/35 {
  background-color: rgb(63 63 70 / 0.35);
}
.bg-negative-700\/40 {
  background-color: rgb(63 63 70 / 0.4);
}
.bg-negative-700\/45 {
  background-color: rgb(63 63 70 / 0.45);
}
.bg-negative-700\/5 {
  background-color: rgb(63 63 70 / 0.05);
}
.bg-negative-700\/50 {
  background-color: rgb(63 63 70 / 0.5);
}
.bg-negative-700\/55 {
  background-color: rgb(63 63 70 / 0.55);
}
.bg-negative-700\/60 {
  background-color: rgb(63 63 70 / 0.6);
}
.bg-negative-700\/65 {
  background-color: rgb(63 63 70 / 0.65);
}
.bg-negative-700\/70 {
  background-color: rgb(63 63 70 / 0.7);
}
.bg-negative-700\/75 {
  background-color: rgb(63 63 70 / 0.75);
}
.bg-negative-700\/80 {
  background-color: rgb(63 63 70 / 0.8);
}
.bg-negative-700\/85 {
  background-color: rgb(63 63 70 / 0.85);
}
.bg-negative-700\/90 {
  background-color: rgb(63 63 70 / 0.9);
}
.bg-negative-700\/95 {
  background-color: rgb(63 63 70 / 0.95);
}
.bg-negative-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}
.bg-negative-800\/0 {
  background-color: rgb(39 39 42 / 0);
}
.bg-negative-800\/10 {
  background-color: rgb(39 39 42 / 0.1);
}
.bg-negative-800\/100 {
  background-color: rgb(39 39 42 / 1);
}
.bg-negative-800\/15 {
  background-color: rgb(39 39 42 / 0.15);
}
.bg-negative-800\/20 {
  background-color: rgb(39 39 42 / 0.2);
}
.bg-negative-800\/25 {
  background-color: rgb(39 39 42 / 0.25);
}
.bg-negative-800\/30 {
  background-color: rgb(39 39 42 / 0.3);
}
.bg-negative-800\/35 {
  background-color: rgb(39 39 42 / 0.35);
}
.bg-negative-800\/40 {
  background-color: rgb(39 39 42 / 0.4);
}
.bg-negative-800\/45 {
  background-color: rgb(39 39 42 / 0.45);
}
.bg-negative-800\/5 {
  background-color: rgb(39 39 42 / 0.05);
}
.bg-negative-800\/50 {
  background-color: rgb(39 39 42 / 0.5);
}
.bg-negative-800\/55 {
  background-color: rgb(39 39 42 / 0.55);
}
.bg-negative-800\/60 {
  background-color: rgb(39 39 42 / 0.6);
}
.bg-negative-800\/65 {
  background-color: rgb(39 39 42 / 0.65);
}
.bg-negative-800\/70 {
  background-color: rgb(39 39 42 / 0.7);
}
.bg-negative-800\/75 {
  background-color: rgb(39 39 42 / 0.75);
}
.bg-negative-800\/80 {
  background-color: rgb(39 39 42 / 0.8);
}
.bg-negative-800\/85 {
  background-color: rgb(39 39 42 / 0.85);
}
.bg-negative-800\/90 {
  background-color: rgb(39 39 42 / 0.9);
}
.bg-negative-800\/95 {
  background-color: rgb(39 39 42 / 0.95);
}
.bg-negative-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
}
.bg-negative-900\/0 {
  background-color: rgb(24 24 27 / 0);
}
.bg-negative-900\/10 {
  background-color: rgb(24 24 27 / 0.1);
}
.bg-negative-900\/100 {
  background-color: rgb(24 24 27 / 1);
}
.bg-negative-900\/15 {
  background-color: rgb(24 24 27 / 0.15);
}
.bg-negative-900\/20 {
  background-color: rgb(24 24 27 / 0.2);
}
.bg-negative-900\/25 {
  background-color: rgb(24 24 27 / 0.25);
}
.bg-negative-900\/30 {
  background-color: rgb(24 24 27 / 0.3);
}
.bg-negative-900\/35 {
  background-color: rgb(24 24 27 / 0.35);
}
.bg-negative-900\/40 {
  background-color: rgb(24 24 27 / 0.4);
}
.bg-negative-900\/45 {
  background-color: rgb(24 24 27 / 0.45);
}
.bg-negative-900\/5 {
  background-color: rgb(24 24 27 / 0.05);
}
.bg-negative-900\/50 {
  background-color: rgb(24 24 27 / 0.5);
}
.bg-negative-900\/55 {
  background-color: rgb(24 24 27 / 0.55);
}
.bg-negative-900\/60 {
  background-color: rgb(24 24 27 / 0.6);
}
.bg-negative-900\/65 {
  background-color: rgb(24 24 27 / 0.65);
}
.bg-negative-900\/70 {
  background-color: rgb(24 24 27 / 0.7);
}
.bg-negative-900\/75 {
  background-color: rgb(24 24 27 / 0.75);
}
.bg-negative-900\/80 {
  background-color: rgb(24 24 27 / 0.8);
}
.bg-negative-900\/85 {
  background-color: rgb(24 24 27 / 0.85);
}
.bg-negative-900\/90 {
  background-color: rgb(24 24 27 / 0.9);
}
.bg-negative-900\/95 {
  background-color: rgb(24 24 27 / 0.95);
}
.bg-negative-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity, 1));
}
.bg-negative-950\/0 {
  background-color: rgb(9 9 11 / 0);
}
.bg-negative-950\/10 {
  background-color: rgb(9 9 11 / 0.1);
}
.bg-negative-950\/100 {
  background-color: rgb(9 9 11 / 1);
}
.bg-negative-950\/15 {
  background-color: rgb(9 9 11 / 0.15);
}
.bg-negative-950\/20 {
  background-color: rgb(9 9 11 / 0.2);
}
.bg-negative-950\/25 {
  background-color: rgb(9 9 11 / 0.25);
}
.bg-negative-950\/30 {
  background-color: rgb(9 9 11 / 0.3);
}
.bg-negative-950\/35 {
  background-color: rgb(9 9 11 / 0.35);
}
.bg-negative-950\/40 {
  background-color: rgb(9 9 11 / 0.4);
}
.bg-negative-950\/45 {
  background-color: rgb(9 9 11 / 0.45);
}
.bg-negative-950\/5 {
  background-color: rgb(9 9 11 / 0.05);
}
.bg-negative-950\/50 {
  background-color: rgb(9 9 11 / 0.5);
}
.bg-negative-950\/55 {
  background-color: rgb(9 9 11 / 0.55);
}
.bg-negative-950\/60 {
  background-color: rgb(9 9 11 / 0.6);
}
.bg-negative-950\/65 {
  background-color: rgb(9 9 11 / 0.65);
}
.bg-negative-950\/70 {
  background-color: rgb(9 9 11 / 0.7);
}
.bg-negative-950\/75 {
  background-color: rgb(9 9 11 / 0.75);
}
.bg-negative-950\/80 {
  background-color: rgb(9 9 11 / 0.8);
}
.bg-negative-950\/85 {
  background-color: rgb(9 9 11 / 0.85);
}
.bg-negative-950\/90 {
  background-color: rgb(9 9 11 / 0.9);
}
.bg-negative-950\/95 {
  background-color: rgb(9 9 11 / 0.95);
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 236 220 / var(--tw-bg-opacity, 1));
}
.bg-orange-100\/0 {
  background-color: rgb(254 236 220 / 0);
}
.bg-orange-100\/10 {
  background-color: rgb(254 236 220 / 0.1);
}
.bg-orange-100\/100 {
  background-color: rgb(254 236 220 / 1);
}
.bg-orange-100\/15 {
  background-color: rgb(254 236 220 / 0.15);
}
.bg-orange-100\/20 {
  background-color: rgb(254 236 220 / 0.2);
}
.bg-orange-100\/25 {
  background-color: rgb(254 236 220 / 0.25);
}
.bg-orange-100\/30 {
  background-color: rgb(254 236 220 / 0.3);
}
.bg-orange-100\/35 {
  background-color: rgb(254 236 220 / 0.35);
}
.bg-orange-100\/40 {
  background-color: rgb(254 236 220 / 0.4);
}
.bg-orange-100\/45 {
  background-color: rgb(254 236 220 / 0.45);
}
.bg-orange-100\/5 {
  background-color: rgb(254 236 220 / 0.05);
}
.bg-orange-100\/50 {
  background-color: rgb(254 236 220 / 0.5);
}
.bg-orange-100\/55 {
  background-color: rgb(254 236 220 / 0.55);
}
.bg-orange-100\/60 {
  background-color: rgb(254 236 220 / 0.6);
}
.bg-orange-100\/65 {
  background-color: rgb(254 236 220 / 0.65);
}
.bg-orange-100\/70 {
  background-color: rgb(254 236 220 / 0.7);
}
.bg-orange-100\/75 {
  background-color: rgb(254 236 220 / 0.75);
}
.bg-orange-100\/80 {
  background-color: rgb(254 236 220 / 0.8);
}
.bg-orange-100\/85 {
  background-color: rgb(254 236 220 / 0.85);
}
.bg-orange-100\/90 {
  background-color: rgb(254 236 220 / 0.9);
}
.bg-orange-100\/95 {
  background-color: rgb(254 236 220 / 0.95);
}
.bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 217 189 / var(--tw-bg-opacity, 1));
}
.bg-orange-200\/0 {
  background-color: rgb(252 217 189 / 0);
}
.bg-orange-200\/10 {
  background-color: rgb(252 217 189 / 0.1);
}
.bg-orange-200\/100 {
  background-color: rgb(252 217 189 / 1);
}
.bg-orange-200\/15 {
  background-color: rgb(252 217 189 / 0.15);
}
.bg-orange-200\/20 {
  background-color: rgb(252 217 189 / 0.2);
}
.bg-orange-200\/25 {
  background-color: rgb(252 217 189 / 0.25);
}
.bg-orange-200\/30 {
  background-color: rgb(252 217 189 / 0.3);
}
.bg-orange-200\/35 {
  background-color: rgb(252 217 189 / 0.35);
}
.bg-orange-200\/40 {
  background-color: rgb(252 217 189 / 0.4);
}
.bg-orange-200\/45 {
  background-color: rgb(252 217 189 / 0.45);
}
.bg-orange-200\/5 {
  background-color: rgb(252 217 189 / 0.05);
}
.bg-orange-200\/50 {
  background-color: rgb(252 217 189 / 0.5);
}
.bg-orange-200\/55 {
  background-color: rgb(252 217 189 / 0.55);
}
.bg-orange-200\/60 {
  background-color: rgb(252 217 189 / 0.6);
}
.bg-orange-200\/65 {
  background-color: rgb(252 217 189 / 0.65);
}
.bg-orange-200\/70 {
  background-color: rgb(252 217 189 / 0.7);
}
.bg-orange-200\/75 {
  background-color: rgb(252 217 189 / 0.75);
}
.bg-orange-200\/80 {
  background-color: rgb(252 217 189 / 0.8);
}
.bg-orange-200\/85 {
  background-color: rgb(252 217 189 / 0.85);
}
.bg-orange-200\/90 {
  background-color: rgb(252 217 189 / 0.9);
}
.bg-orange-200\/95 {
  background-color: rgb(252 217 189 / 0.95);
}
.bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 140 / var(--tw-bg-opacity, 1));
}
.bg-orange-300\/0 {
  background-color: rgb(253 186 140 / 0);
}
.bg-orange-300\/10 {
  background-color: rgb(253 186 140 / 0.1);
}
.bg-orange-300\/100 {
  background-color: rgb(253 186 140 / 1);
}
.bg-orange-300\/15 {
  background-color: rgb(253 186 140 / 0.15);
}
.bg-orange-300\/20 {
  background-color: rgb(253 186 140 / 0.2);
}
.bg-orange-300\/25 {
  background-color: rgb(253 186 140 / 0.25);
}
.bg-orange-300\/30 {
  background-color: rgb(253 186 140 / 0.3);
}
.bg-orange-300\/35 {
  background-color: rgb(253 186 140 / 0.35);
}
.bg-orange-300\/40 {
  background-color: rgb(253 186 140 / 0.4);
}
.bg-orange-300\/45 {
  background-color: rgb(253 186 140 / 0.45);
}
.bg-orange-300\/5 {
  background-color: rgb(253 186 140 / 0.05);
}
.bg-orange-300\/50 {
  background-color: rgb(253 186 140 / 0.5);
}
.bg-orange-300\/55 {
  background-color: rgb(253 186 140 / 0.55);
}
.bg-orange-300\/60 {
  background-color: rgb(253 186 140 / 0.6);
}
.bg-orange-300\/65 {
  background-color: rgb(253 186 140 / 0.65);
}
.bg-orange-300\/70 {
  background-color: rgb(253 186 140 / 0.7);
}
.bg-orange-300\/75 {
  background-color: rgb(253 186 140 / 0.75);
}
.bg-orange-300\/80 {
  background-color: rgb(253 186 140 / 0.8);
}
.bg-orange-300\/85 {
  background-color: rgb(253 186 140 / 0.85);
}
.bg-orange-300\/90 {
  background-color: rgb(253 186 140 / 0.9);
}
.bg-orange-300\/95 {
  background-color: rgb(253 186 140 / 0.95);
}
.bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 138 76 / var(--tw-bg-opacity, 1));
}
.bg-orange-400\/0 {
  background-color: rgb(255 138 76 / 0);
}
.bg-orange-400\/10 {
  background-color: rgb(255 138 76 / 0.1);
}
.bg-orange-400\/100 {
  background-color: rgb(255 138 76 / 1);
}
.bg-orange-400\/15 {
  background-color: rgb(255 138 76 / 0.15);
}
.bg-orange-400\/20 {
  background-color: rgb(255 138 76 / 0.2);
}
.bg-orange-400\/25 {
  background-color: rgb(255 138 76 / 0.25);
}
.bg-orange-400\/30 {
  background-color: rgb(255 138 76 / 0.3);
}
.bg-orange-400\/35 {
  background-color: rgb(255 138 76 / 0.35);
}
.bg-orange-400\/40 {
  background-color: rgb(255 138 76 / 0.4);
}
.bg-orange-400\/45 {
  background-color: rgb(255 138 76 / 0.45);
}
.bg-orange-400\/5 {
  background-color: rgb(255 138 76 / 0.05);
}
.bg-orange-400\/50 {
  background-color: rgb(255 138 76 / 0.5);
}
.bg-orange-400\/55 {
  background-color: rgb(255 138 76 / 0.55);
}
.bg-orange-400\/60 {
  background-color: rgb(255 138 76 / 0.6);
}
.bg-orange-400\/65 {
  background-color: rgb(255 138 76 / 0.65);
}
.bg-orange-400\/70 {
  background-color: rgb(255 138 76 / 0.7);
}
.bg-orange-400\/75 {
  background-color: rgb(255 138 76 / 0.75);
}
.bg-orange-400\/80 {
  background-color: rgb(255 138 76 / 0.8);
}
.bg-orange-400\/85 {
  background-color: rgb(255 138 76 / 0.85);
}
.bg-orange-400\/90 {
  background-color: rgb(255 138 76 / 0.9);
}
.bg-orange-400\/95 {
  background-color: rgb(255 138 76 / 0.95);
}
.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 241 / var(--tw-bg-opacity, 1));
}
.bg-orange-50\/0 {
  background-color: rgb(255 248 241 / 0);
}
.bg-orange-50\/10 {
  background-color: rgb(255 248 241 / 0.1);
}
.bg-orange-50\/100 {
  background-color: rgb(255 248 241 / 1);
}
.bg-orange-50\/15 {
  background-color: rgb(255 248 241 / 0.15);
}
.bg-orange-50\/20 {
  background-color: rgb(255 248 241 / 0.2);
}
.bg-orange-50\/25 {
  background-color: rgb(255 248 241 / 0.25);
}
.bg-orange-50\/30 {
  background-color: rgb(255 248 241 / 0.3);
}
.bg-orange-50\/35 {
  background-color: rgb(255 248 241 / 0.35);
}
.bg-orange-50\/40 {
  background-color: rgb(255 248 241 / 0.4);
}
.bg-orange-50\/45 {
  background-color: rgb(255 248 241 / 0.45);
}
.bg-orange-50\/5 {
  background-color: rgb(255 248 241 / 0.05);
}
.bg-orange-50\/50 {
  background-color: rgb(255 248 241 / 0.5);
}
.bg-orange-50\/55 {
  background-color: rgb(255 248 241 / 0.55);
}
.bg-orange-50\/60 {
  background-color: rgb(255 248 241 / 0.6);
}
.bg-orange-50\/65 {
  background-color: rgb(255 248 241 / 0.65);
}
.bg-orange-50\/70 {
  background-color: rgb(255 248 241 / 0.7);
}
.bg-orange-50\/75 {
  background-color: rgb(255 248 241 / 0.75);
}
.bg-orange-50\/80 {
  background-color: rgb(255 248 241 / 0.8);
}
.bg-orange-50\/85 {
  background-color: rgb(255 248 241 / 0.85);
}
.bg-orange-50\/90 {
  background-color: rgb(255 248 241 / 0.9);
}
.bg-orange-50\/95 {
  background-color: rgb(255 248 241 / 0.95);
}
.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 90 31 / var(--tw-bg-opacity, 1));
}
.bg-orange-500\/0 {
  background-color: rgb(255 90 31 / 0);
}
.bg-orange-500\/10 {
  background-color: rgb(255 90 31 / 0.1);
}
.bg-orange-500\/100 {
  background-color: rgb(255 90 31 / 1);
}
.bg-orange-500\/15 {
  background-color: rgb(255 90 31 / 0.15);
}
.bg-orange-500\/20 {
  background-color: rgb(255 90 31 / 0.2);
}
.bg-orange-500\/25 {
  background-color: rgb(255 90 31 / 0.25);
}
.bg-orange-500\/30 {
  background-color: rgb(255 90 31 / 0.3);
}
.bg-orange-500\/35 {
  background-color: rgb(255 90 31 / 0.35);
}
.bg-orange-500\/40 {
  background-color: rgb(255 90 31 / 0.4);
}
.bg-orange-500\/45 {
  background-color: rgb(255 90 31 / 0.45);
}
.bg-orange-500\/5 {
  background-color: rgb(255 90 31 / 0.05);
}
.bg-orange-500\/50 {
  background-color: rgb(255 90 31 / 0.5);
}
.bg-orange-500\/55 {
  background-color: rgb(255 90 31 / 0.55);
}
.bg-orange-500\/60 {
  background-color: rgb(255 90 31 / 0.6);
}
.bg-orange-500\/65 {
  background-color: rgb(255 90 31 / 0.65);
}
.bg-orange-500\/70 {
  background-color: rgb(255 90 31 / 0.7);
}
.bg-orange-500\/75 {
  background-color: rgb(255 90 31 / 0.75);
}
.bg-orange-500\/80 {
  background-color: rgb(255 90 31 / 0.8);
}
.bg-orange-500\/85 {
  background-color: rgb(255 90 31 / 0.85);
}
.bg-orange-500\/90 {
  background-color: rgb(255 90 31 / 0.9);
}
.bg-orange-500\/95 {
  background-color: rgb(255 90 31 / 0.95);
}
.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(208 56 1 / var(--tw-bg-opacity, 1));
}
.bg-orange-600\/0 {
  background-color: rgb(208 56 1 / 0);
}
.bg-orange-600\/10 {
  background-color: rgb(208 56 1 / 0.1);
}
.bg-orange-600\/100 {
  background-color: rgb(208 56 1 / 1);
}
.bg-orange-600\/15 {
  background-color: rgb(208 56 1 / 0.15);
}
.bg-orange-600\/20 {
  background-color: rgb(208 56 1 / 0.2);
}
.bg-orange-600\/25 {
  background-color: rgb(208 56 1 / 0.25);
}
.bg-orange-600\/30 {
  background-color: rgb(208 56 1 / 0.3);
}
.bg-orange-600\/35 {
  background-color: rgb(208 56 1 / 0.35);
}
.bg-orange-600\/40 {
  background-color: rgb(208 56 1 / 0.4);
}
.bg-orange-600\/45 {
  background-color: rgb(208 56 1 / 0.45);
}
.bg-orange-600\/5 {
  background-color: rgb(208 56 1 / 0.05);
}
.bg-orange-600\/50 {
  background-color: rgb(208 56 1 / 0.5);
}
.bg-orange-600\/55 {
  background-color: rgb(208 56 1 / 0.55);
}
.bg-orange-600\/60 {
  background-color: rgb(208 56 1 / 0.6);
}
.bg-orange-600\/65 {
  background-color: rgb(208 56 1 / 0.65);
}
.bg-orange-600\/70 {
  background-color: rgb(208 56 1 / 0.7);
}
.bg-orange-600\/75 {
  background-color: rgb(208 56 1 / 0.75);
}
.bg-orange-600\/80 {
  background-color: rgb(208 56 1 / 0.8);
}
.bg-orange-600\/85 {
  background-color: rgb(208 56 1 / 0.85);
}
.bg-orange-600\/90 {
  background-color: rgb(208 56 1 / 0.9);
}
.bg-orange-600\/95 {
  background-color: rgb(208 56 1 / 0.95);
}
.bg-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(180 52 3 / var(--tw-bg-opacity, 1));
}
.bg-orange-700\/0 {
  background-color: rgb(180 52 3 / 0);
}
.bg-orange-700\/10 {
  background-color: rgb(180 52 3 / 0.1);
}
.bg-orange-700\/100 {
  background-color: rgb(180 52 3 / 1);
}
.bg-orange-700\/15 {
  background-color: rgb(180 52 3 / 0.15);
}
.bg-orange-700\/20 {
  background-color: rgb(180 52 3 / 0.2);
}
.bg-orange-700\/25 {
  background-color: rgb(180 52 3 / 0.25);
}
.bg-orange-700\/30 {
  background-color: rgb(180 52 3 / 0.3);
}
.bg-orange-700\/35 {
  background-color: rgb(180 52 3 / 0.35);
}
.bg-orange-700\/40 {
  background-color: rgb(180 52 3 / 0.4);
}
.bg-orange-700\/45 {
  background-color: rgb(180 52 3 / 0.45);
}
.bg-orange-700\/5 {
  background-color: rgb(180 52 3 / 0.05);
}
.bg-orange-700\/50 {
  background-color: rgb(180 52 3 / 0.5);
}
.bg-orange-700\/55 {
  background-color: rgb(180 52 3 / 0.55);
}
.bg-orange-700\/60 {
  background-color: rgb(180 52 3 / 0.6);
}
.bg-orange-700\/65 {
  background-color: rgb(180 52 3 / 0.65);
}
.bg-orange-700\/70 {
  background-color: rgb(180 52 3 / 0.7);
}
.bg-orange-700\/75 {
  background-color: rgb(180 52 3 / 0.75);
}
.bg-orange-700\/80 {
  background-color: rgb(180 52 3 / 0.8);
}
.bg-orange-700\/85 {
  background-color: rgb(180 52 3 / 0.85);
}
.bg-orange-700\/90 {
  background-color: rgb(180 52 3 / 0.9);
}
.bg-orange-700\/95 {
  background-color: rgb(180 52 3 / 0.95);
}
.bg-orange-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(138 44 13 / var(--tw-bg-opacity, 1));
}
.bg-orange-800\/0 {
  background-color: rgb(138 44 13 / 0);
}
.bg-orange-800\/10 {
  background-color: rgb(138 44 13 / 0.1);
}
.bg-orange-800\/100 {
  background-color: rgb(138 44 13 / 1);
}
.bg-orange-800\/15 {
  background-color: rgb(138 44 13 / 0.15);
}
.bg-orange-800\/20 {
  background-color: rgb(138 44 13 / 0.2);
}
.bg-orange-800\/25 {
  background-color: rgb(138 44 13 / 0.25);
}
.bg-orange-800\/30 {
  background-color: rgb(138 44 13 / 0.3);
}
.bg-orange-800\/35 {
  background-color: rgb(138 44 13 / 0.35);
}
.bg-orange-800\/40 {
  background-color: rgb(138 44 13 / 0.4);
}
.bg-orange-800\/45 {
  background-color: rgb(138 44 13 / 0.45);
}
.bg-orange-800\/5 {
  background-color: rgb(138 44 13 / 0.05);
}
.bg-orange-800\/50 {
  background-color: rgb(138 44 13 / 0.5);
}
.bg-orange-800\/55 {
  background-color: rgb(138 44 13 / 0.55);
}
.bg-orange-800\/60 {
  background-color: rgb(138 44 13 / 0.6);
}
.bg-orange-800\/65 {
  background-color: rgb(138 44 13 / 0.65);
}
.bg-orange-800\/70 {
  background-color: rgb(138 44 13 / 0.7);
}
.bg-orange-800\/75 {
  background-color: rgb(138 44 13 / 0.75);
}
.bg-orange-800\/80 {
  background-color: rgb(138 44 13 / 0.8);
}
.bg-orange-800\/85 {
  background-color: rgb(138 44 13 / 0.85);
}
.bg-orange-800\/90 {
  background-color: rgb(138 44 13 / 0.9);
}
.bg-orange-800\/95 {
  background-color: rgb(138 44 13 / 0.95);
}
.bg-orange-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(119 29 29 / var(--tw-bg-opacity, 1));
}
.bg-orange-900\/0 {
  background-color: rgb(119 29 29 / 0);
}
.bg-orange-900\/10 {
  background-color: rgb(119 29 29 / 0.1);
}
.bg-orange-900\/100 {
  background-color: rgb(119 29 29 / 1);
}
.bg-orange-900\/15 {
  background-color: rgb(119 29 29 / 0.15);
}
.bg-orange-900\/20 {
  background-color: rgb(119 29 29 / 0.2);
}
.bg-orange-900\/25 {
  background-color: rgb(119 29 29 / 0.25);
}
.bg-orange-900\/30 {
  background-color: rgb(119 29 29 / 0.3);
}
.bg-orange-900\/35 {
  background-color: rgb(119 29 29 / 0.35);
}
.bg-orange-900\/40 {
  background-color: rgb(119 29 29 / 0.4);
}
.bg-orange-900\/45 {
  background-color: rgb(119 29 29 / 0.45);
}
.bg-orange-900\/5 {
  background-color: rgb(119 29 29 / 0.05);
}
.bg-orange-900\/50 {
  background-color: rgb(119 29 29 / 0.5);
}
.bg-orange-900\/55 {
  background-color: rgb(119 29 29 / 0.55);
}
.bg-orange-900\/60 {
  background-color: rgb(119 29 29 / 0.6);
}
.bg-orange-900\/65 {
  background-color: rgb(119 29 29 / 0.65);
}
.bg-orange-900\/70 {
  background-color: rgb(119 29 29 / 0.7);
}
.bg-orange-900\/75 {
  background-color: rgb(119 29 29 / 0.75);
}
.bg-orange-900\/80 {
  background-color: rgb(119 29 29 / 0.8);
}
.bg-orange-900\/85 {
  background-color: rgb(119 29 29 / 0.85);
}
.bg-orange-900\/90 {
  background-color: rgb(119 29 29 / 0.9);
}
.bg-orange-900\/95 {
  background-color: rgb(119 29 29 / 0.95);
}
.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 232 243 / var(--tw-bg-opacity, 1));
}
.bg-pink-100\/0 {
  background-color: rgb(252 232 243 / 0);
}
.bg-pink-100\/10 {
  background-color: rgb(252 232 243 / 0.1);
}
.bg-pink-100\/100 {
  background-color: rgb(252 232 243 / 1);
}
.bg-pink-100\/15 {
  background-color: rgb(252 232 243 / 0.15);
}
.bg-pink-100\/20 {
  background-color: rgb(252 232 243 / 0.2);
}
.bg-pink-100\/25 {
  background-color: rgb(252 232 243 / 0.25);
}
.bg-pink-100\/30 {
  background-color: rgb(252 232 243 / 0.3);
}
.bg-pink-100\/35 {
  background-color: rgb(252 232 243 / 0.35);
}
.bg-pink-100\/40 {
  background-color: rgb(252 232 243 / 0.4);
}
.bg-pink-100\/45 {
  background-color: rgb(252 232 243 / 0.45);
}
.bg-pink-100\/5 {
  background-color: rgb(252 232 243 / 0.05);
}
.bg-pink-100\/50 {
  background-color: rgb(252 232 243 / 0.5);
}
.bg-pink-100\/55 {
  background-color: rgb(252 232 243 / 0.55);
}
.bg-pink-100\/60 {
  background-color: rgb(252 232 243 / 0.6);
}
.bg-pink-100\/65 {
  background-color: rgb(252 232 243 / 0.65);
}
.bg-pink-100\/70 {
  background-color: rgb(252 232 243 / 0.7);
}
.bg-pink-100\/75 {
  background-color: rgb(252 232 243 / 0.75);
}
.bg-pink-100\/80 {
  background-color: rgb(252 232 243 / 0.8);
}
.bg-pink-100\/85 {
  background-color: rgb(252 232 243 / 0.85);
}
.bg-pink-100\/90 {
  background-color: rgb(252 232 243 / 0.9);
}
.bg-pink-100\/95 {
  background-color: rgb(252 232 243 / 0.95);
}
.bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 209 232 / var(--tw-bg-opacity, 1));
}
.bg-pink-200\/0 {
  background-color: rgb(250 209 232 / 0);
}
.bg-pink-200\/10 {
  background-color: rgb(250 209 232 / 0.1);
}
.bg-pink-200\/100 {
  background-color: rgb(250 209 232 / 1);
}
.bg-pink-200\/15 {
  background-color: rgb(250 209 232 / 0.15);
}
.bg-pink-200\/20 {
  background-color: rgb(250 209 232 / 0.2);
}
.bg-pink-200\/25 {
  background-color: rgb(250 209 232 / 0.25);
}
.bg-pink-200\/30 {
  background-color: rgb(250 209 232 / 0.3);
}
.bg-pink-200\/35 {
  background-color: rgb(250 209 232 / 0.35);
}
.bg-pink-200\/40 {
  background-color: rgb(250 209 232 / 0.4);
}
.bg-pink-200\/45 {
  background-color: rgb(250 209 232 / 0.45);
}
.bg-pink-200\/5 {
  background-color: rgb(250 209 232 / 0.05);
}
.bg-pink-200\/50 {
  background-color: rgb(250 209 232 / 0.5);
}
.bg-pink-200\/55 {
  background-color: rgb(250 209 232 / 0.55);
}
.bg-pink-200\/60 {
  background-color: rgb(250 209 232 / 0.6);
}
.bg-pink-200\/65 {
  background-color: rgb(250 209 232 / 0.65);
}
.bg-pink-200\/70 {
  background-color: rgb(250 209 232 / 0.7);
}
.bg-pink-200\/75 {
  background-color: rgb(250 209 232 / 0.75);
}
.bg-pink-200\/80 {
  background-color: rgb(250 209 232 / 0.8);
}
.bg-pink-200\/85 {
  background-color: rgb(250 209 232 / 0.85);
}
.bg-pink-200\/90 {
  background-color: rgb(250 209 232 / 0.9);
}
.bg-pink-200\/95 {
  background-color: rgb(250 209 232 / 0.95);
}
.bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 180 217 / var(--tw-bg-opacity, 1));
}
.bg-pink-300\/0 {
  background-color: rgb(248 180 217 / 0);
}
.bg-pink-300\/10 {
  background-color: rgb(248 180 217 / 0.1);
}
.bg-pink-300\/100 {
  background-color: rgb(248 180 217 / 1);
}
.bg-pink-300\/15 {
  background-color: rgb(248 180 217 / 0.15);
}
.bg-pink-300\/20 {
  background-color: rgb(248 180 217 / 0.2);
}
.bg-pink-300\/25 {
  background-color: rgb(248 180 217 / 0.25);
}
.bg-pink-300\/30 {
  background-color: rgb(248 180 217 / 0.3);
}
.bg-pink-300\/35 {
  background-color: rgb(248 180 217 / 0.35);
}
.bg-pink-300\/40 {
  background-color: rgb(248 180 217 / 0.4);
}
.bg-pink-300\/45 {
  background-color: rgb(248 180 217 / 0.45);
}
.bg-pink-300\/5 {
  background-color: rgb(248 180 217 / 0.05);
}
.bg-pink-300\/50 {
  background-color: rgb(248 180 217 / 0.5);
}
.bg-pink-300\/55 {
  background-color: rgb(248 180 217 / 0.55);
}
.bg-pink-300\/60 {
  background-color: rgb(248 180 217 / 0.6);
}
.bg-pink-300\/65 {
  background-color: rgb(248 180 217 / 0.65);
}
.bg-pink-300\/70 {
  background-color: rgb(248 180 217 / 0.7);
}
.bg-pink-300\/75 {
  background-color: rgb(248 180 217 / 0.75);
}
.bg-pink-300\/80 {
  background-color: rgb(248 180 217 / 0.8);
}
.bg-pink-300\/85 {
  background-color: rgb(248 180 217 / 0.85);
}
.bg-pink-300\/90 {
  background-color: rgb(248 180 217 / 0.9);
}
.bg-pink-300\/95 {
  background-color: rgb(248 180 217 / 0.95);
}
.bg-pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 126 184 / var(--tw-bg-opacity, 1));
}
.bg-pink-400\/0 {
  background-color: rgb(241 126 184 / 0);
}
.bg-pink-400\/10 {
  background-color: rgb(241 126 184 / 0.1);
}
.bg-pink-400\/100 {
  background-color: rgb(241 126 184 / 1);
}
.bg-pink-400\/15 {
  background-color: rgb(241 126 184 / 0.15);
}
.bg-pink-400\/20 {
  background-color: rgb(241 126 184 / 0.2);
}
.bg-pink-400\/25 {
  background-color: rgb(241 126 184 / 0.25);
}
.bg-pink-400\/30 {
  background-color: rgb(241 126 184 / 0.3);
}
.bg-pink-400\/35 {
  background-color: rgb(241 126 184 / 0.35);
}
.bg-pink-400\/40 {
  background-color: rgb(241 126 184 / 0.4);
}
.bg-pink-400\/45 {
  background-color: rgb(241 126 184 / 0.45);
}
.bg-pink-400\/5 {
  background-color: rgb(241 126 184 / 0.05);
}
.bg-pink-400\/50 {
  background-color: rgb(241 126 184 / 0.5);
}
.bg-pink-400\/55 {
  background-color: rgb(241 126 184 / 0.55);
}
.bg-pink-400\/60 {
  background-color: rgb(241 126 184 / 0.6);
}
.bg-pink-400\/65 {
  background-color: rgb(241 126 184 / 0.65);
}
.bg-pink-400\/70 {
  background-color: rgb(241 126 184 / 0.7);
}
.bg-pink-400\/75 {
  background-color: rgb(241 126 184 / 0.75);
}
.bg-pink-400\/80 {
  background-color: rgb(241 126 184 / 0.8);
}
.bg-pink-400\/85 {
  background-color: rgb(241 126 184 / 0.85);
}
.bg-pink-400\/90 {
  background-color: rgb(241 126 184 / 0.9);
}
.bg-pink-400\/95 {
  background-color: rgb(241 126 184 / 0.95);
}
.bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
}
.bg-pink-50\/0 {
  background-color: rgb(253 242 248 / 0);
}
.bg-pink-50\/10 {
  background-color: rgb(253 242 248 / 0.1);
}
.bg-pink-50\/100 {
  background-color: rgb(253 242 248 / 1);
}
.bg-pink-50\/15 {
  background-color: rgb(253 242 248 / 0.15);
}
.bg-pink-50\/20 {
  background-color: rgb(253 242 248 / 0.2);
}
.bg-pink-50\/25 {
  background-color: rgb(253 242 248 / 0.25);
}
.bg-pink-50\/30 {
  background-color: rgb(253 242 248 / 0.3);
}
.bg-pink-50\/35 {
  background-color: rgb(253 242 248 / 0.35);
}
.bg-pink-50\/40 {
  background-color: rgb(253 242 248 / 0.4);
}
.bg-pink-50\/45 {
  background-color: rgb(253 242 248 / 0.45);
}
.bg-pink-50\/5 {
  background-color: rgb(253 242 248 / 0.05);
}
.bg-pink-50\/50 {
  background-color: rgb(253 242 248 / 0.5);
}
.bg-pink-50\/55 {
  background-color: rgb(253 242 248 / 0.55);
}
.bg-pink-50\/60 {
  background-color: rgb(253 242 248 / 0.6);
}
.bg-pink-50\/65 {
  background-color: rgb(253 242 248 / 0.65);
}
.bg-pink-50\/70 {
  background-color: rgb(253 242 248 / 0.7);
}
.bg-pink-50\/75 {
  background-color: rgb(253 242 248 / 0.75);
}
.bg-pink-50\/80 {
  background-color: rgb(253 242 248 / 0.8);
}
.bg-pink-50\/85 {
  background-color: rgb(253 242 248 / 0.85);
}
.bg-pink-50\/90 {
  background-color: rgb(253 242 248 / 0.9);
}
.bg-pink-50\/95 {
  background-color: rgb(253 242 248 / 0.95);
}
.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 70 148 / var(--tw-bg-opacity, 1));
}
.bg-pink-500\/0 {
  background-color: rgb(231 70 148 / 0);
}
.bg-pink-500\/10 {
  background-color: rgb(231 70 148 / 0.1);
}
.bg-pink-500\/100 {
  background-color: rgb(231 70 148 / 1);
}
.bg-pink-500\/15 {
  background-color: rgb(231 70 148 / 0.15);
}
.bg-pink-500\/20 {
  background-color: rgb(231 70 148 / 0.2);
}
.bg-pink-500\/25 {
  background-color: rgb(231 70 148 / 0.25);
}
.bg-pink-500\/30 {
  background-color: rgb(231 70 148 / 0.3);
}
.bg-pink-500\/35 {
  background-color: rgb(231 70 148 / 0.35);
}
.bg-pink-500\/40 {
  background-color: rgb(231 70 148 / 0.4);
}
.bg-pink-500\/45 {
  background-color: rgb(231 70 148 / 0.45);
}
.bg-pink-500\/5 {
  background-color: rgb(231 70 148 / 0.05);
}
.bg-pink-500\/50 {
  background-color: rgb(231 70 148 / 0.5);
}
.bg-pink-500\/55 {
  background-color: rgb(231 70 148 / 0.55);
}
.bg-pink-500\/60 {
  background-color: rgb(231 70 148 / 0.6);
}
.bg-pink-500\/65 {
  background-color: rgb(231 70 148 / 0.65);
}
.bg-pink-500\/70 {
  background-color: rgb(231 70 148 / 0.7);
}
.bg-pink-500\/75 {
  background-color: rgb(231 70 148 / 0.75);
}
.bg-pink-500\/80 {
  background-color: rgb(231 70 148 / 0.8);
}
.bg-pink-500\/85 {
  background-color: rgb(231 70 148 / 0.85);
}
.bg-pink-500\/90 {
  background-color: rgb(231 70 148 / 0.9);
}
.bg-pink-500\/95 {
  background-color: rgb(231 70 148 / 0.95);
}
.bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 31 105 / var(--tw-bg-opacity, 1));
}
.bg-pink-600\/0 {
  background-color: rgb(214 31 105 / 0);
}
.bg-pink-600\/10 {
  background-color: rgb(214 31 105 / 0.1);
}
.bg-pink-600\/100 {
  background-color: rgb(214 31 105 / 1);
}
.bg-pink-600\/15 {
  background-color: rgb(214 31 105 / 0.15);
}
.bg-pink-600\/20 {
  background-color: rgb(214 31 105 / 0.2);
}
.bg-pink-600\/25 {
  background-color: rgb(214 31 105 / 0.25);
}
.bg-pink-600\/30 {
  background-color: rgb(214 31 105 / 0.3);
}
.bg-pink-600\/35 {
  background-color: rgb(214 31 105 / 0.35);
}
.bg-pink-600\/40 {
  background-color: rgb(214 31 105 / 0.4);
}
.bg-pink-600\/45 {
  background-color: rgb(214 31 105 / 0.45);
}
.bg-pink-600\/5 {
  background-color: rgb(214 31 105 / 0.05);
}
.bg-pink-600\/50 {
  background-color: rgb(214 31 105 / 0.5);
}
.bg-pink-600\/55 {
  background-color: rgb(214 31 105 / 0.55);
}
.bg-pink-600\/60 {
  background-color: rgb(214 31 105 / 0.6);
}
.bg-pink-600\/65 {
  background-color: rgb(214 31 105 / 0.65);
}
.bg-pink-600\/70 {
  background-color: rgb(214 31 105 / 0.7);
}
.bg-pink-600\/75 {
  background-color: rgb(214 31 105 / 0.75);
}
.bg-pink-600\/80 {
  background-color: rgb(214 31 105 / 0.8);
}
.bg-pink-600\/85 {
  background-color: rgb(214 31 105 / 0.85);
}
.bg-pink-600\/90 {
  background-color: rgb(214 31 105 / 0.9);
}
.bg-pink-600\/95 {
  background-color: rgb(214 31 105 / 0.95);
}
.bg-pink-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 18 93 / var(--tw-bg-opacity, 1));
}
.bg-pink-700\/0 {
  background-color: rgb(191 18 93 / 0);
}
.bg-pink-700\/10 {
  background-color: rgb(191 18 93 / 0.1);
}
.bg-pink-700\/100 {
  background-color: rgb(191 18 93 / 1);
}
.bg-pink-700\/15 {
  background-color: rgb(191 18 93 / 0.15);
}
.bg-pink-700\/20 {
  background-color: rgb(191 18 93 / 0.2);
}
.bg-pink-700\/25 {
  background-color: rgb(191 18 93 / 0.25);
}
.bg-pink-700\/30 {
  background-color: rgb(191 18 93 / 0.3);
}
.bg-pink-700\/35 {
  background-color: rgb(191 18 93 / 0.35);
}
.bg-pink-700\/40 {
  background-color: rgb(191 18 93 / 0.4);
}
.bg-pink-700\/45 {
  background-color: rgb(191 18 93 / 0.45);
}
.bg-pink-700\/5 {
  background-color: rgb(191 18 93 / 0.05);
}
.bg-pink-700\/50 {
  background-color: rgb(191 18 93 / 0.5);
}
.bg-pink-700\/55 {
  background-color: rgb(191 18 93 / 0.55);
}
.bg-pink-700\/60 {
  background-color: rgb(191 18 93 / 0.6);
}
.bg-pink-700\/65 {
  background-color: rgb(191 18 93 / 0.65);
}
.bg-pink-700\/70 {
  background-color: rgb(191 18 93 / 0.7);
}
.bg-pink-700\/75 {
  background-color: rgb(191 18 93 / 0.75);
}
.bg-pink-700\/80 {
  background-color: rgb(191 18 93 / 0.8);
}
.bg-pink-700\/85 {
  background-color: rgb(191 18 93 / 0.85);
}
.bg-pink-700\/90 {
  background-color: rgb(191 18 93 / 0.9);
}
.bg-pink-700\/95 {
  background-color: rgb(191 18 93 / 0.95);
}
.bg-pink-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 21 75 / var(--tw-bg-opacity, 1));
}
.bg-pink-800\/0 {
  background-color: rgb(153 21 75 / 0);
}
.bg-pink-800\/10 {
  background-color: rgb(153 21 75 / 0.1);
}
.bg-pink-800\/100 {
  background-color: rgb(153 21 75 / 1);
}
.bg-pink-800\/15 {
  background-color: rgb(153 21 75 / 0.15);
}
.bg-pink-800\/20 {
  background-color: rgb(153 21 75 / 0.2);
}
.bg-pink-800\/25 {
  background-color: rgb(153 21 75 / 0.25);
}
.bg-pink-800\/30 {
  background-color: rgb(153 21 75 / 0.3);
}
.bg-pink-800\/35 {
  background-color: rgb(153 21 75 / 0.35);
}
.bg-pink-800\/40 {
  background-color: rgb(153 21 75 / 0.4);
}
.bg-pink-800\/45 {
  background-color: rgb(153 21 75 / 0.45);
}
.bg-pink-800\/5 {
  background-color: rgb(153 21 75 / 0.05);
}
.bg-pink-800\/50 {
  background-color: rgb(153 21 75 / 0.5);
}
.bg-pink-800\/55 {
  background-color: rgb(153 21 75 / 0.55);
}
.bg-pink-800\/60 {
  background-color: rgb(153 21 75 / 0.6);
}
.bg-pink-800\/65 {
  background-color: rgb(153 21 75 / 0.65);
}
.bg-pink-800\/70 {
  background-color: rgb(153 21 75 / 0.7);
}
.bg-pink-800\/75 {
  background-color: rgb(153 21 75 / 0.75);
}
.bg-pink-800\/80 {
  background-color: rgb(153 21 75 / 0.8);
}
.bg-pink-800\/85 {
  background-color: rgb(153 21 75 / 0.85);
}
.bg-pink-800\/90 {
  background-color: rgb(153 21 75 / 0.9);
}
.bg-pink-800\/95 {
  background-color: rgb(153 21 75 / 0.95);
}
.bg-pink-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(117 26 61 / var(--tw-bg-opacity, 1));
}
.bg-pink-900\/0 {
  background-color: rgb(117 26 61 / 0);
}
.bg-pink-900\/10 {
  background-color: rgb(117 26 61 / 0.1);
}
.bg-pink-900\/100 {
  background-color: rgb(117 26 61 / 1);
}
.bg-pink-900\/15 {
  background-color: rgb(117 26 61 / 0.15);
}
.bg-pink-900\/20 {
  background-color: rgb(117 26 61 / 0.2);
}
.bg-pink-900\/25 {
  background-color: rgb(117 26 61 / 0.25);
}
.bg-pink-900\/30 {
  background-color: rgb(117 26 61 / 0.3);
}
.bg-pink-900\/35 {
  background-color: rgb(117 26 61 / 0.35);
}
.bg-pink-900\/40 {
  background-color: rgb(117 26 61 / 0.4);
}
.bg-pink-900\/45 {
  background-color: rgb(117 26 61 / 0.45);
}
.bg-pink-900\/5 {
  background-color: rgb(117 26 61 / 0.05);
}
.bg-pink-900\/50 {
  background-color: rgb(117 26 61 / 0.5);
}
.bg-pink-900\/55 {
  background-color: rgb(117 26 61 / 0.55);
}
.bg-pink-900\/60 {
  background-color: rgb(117 26 61 / 0.6);
}
.bg-pink-900\/65 {
  background-color: rgb(117 26 61 / 0.65);
}
.bg-pink-900\/70 {
  background-color: rgb(117 26 61 / 0.7);
}
.bg-pink-900\/75 {
  background-color: rgb(117 26 61 / 0.75);
}
.bg-pink-900\/80 {
  background-color: rgb(117 26 61 / 0.8);
}
.bg-pink-900\/85 {
  background-color: rgb(117 26 61 / 0.85);
}
.bg-pink-900\/90 {
  background-color: rgb(117 26 61 / 0.9);
}
.bg-pink-900\/95 {
  background-color: rgb(117 26 61 / 0.95);
}
.bg-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-primary-100\/0 {
  background-color: rgb(254 226 226 / 0);
}
.bg-primary-100\/10 {
  background-color: rgb(254 226 226 / 0.1);
}
.bg-primary-100\/100 {
  background-color: rgb(254 226 226 / 1);
}
.bg-primary-100\/15 {
  background-color: rgb(254 226 226 / 0.15);
}
.bg-primary-100\/20 {
  background-color: rgb(254 226 226 / 0.2);
}
.bg-primary-100\/25 {
  background-color: rgb(254 226 226 / 0.25);
}
.bg-primary-100\/30 {
  background-color: rgb(254 226 226 / 0.3);
}
.bg-primary-100\/35 {
  background-color: rgb(254 226 226 / 0.35);
}
.bg-primary-100\/40 {
  background-color: rgb(254 226 226 / 0.4);
}
.bg-primary-100\/45 {
  background-color: rgb(254 226 226 / 0.45);
}
.bg-primary-100\/5 {
  background-color: rgb(254 226 226 / 0.05);
}
.bg-primary-100\/50 {
  background-color: rgb(254 226 226 / 0.5);
}
.bg-primary-100\/55 {
  background-color: rgb(254 226 226 / 0.55);
}
.bg-primary-100\/60 {
  background-color: rgb(254 226 226 / 0.6);
}
.bg-primary-100\/65 {
  background-color: rgb(254 226 226 / 0.65);
}
.bg-primary-100\/70 {
  background-color: rgb(254 226 226 / 0.7);
}
.bg-primary-100\/75 {
  background-color: rgb(254 226 226 / 0.75);
}
.bg-primary-100\/80 {
  background-color: rgb(254 226 226 / 0.8);
}
.bg-primary-100\/85 {
  background-color: rgb(254 226 226 / 0.85);
}
.bg-primary-100\/90 {
  background-color: rgb(254 226 226 / 0.9);
}
.bg-primary-100\/95 {
  background-color: rgb(254 226 226 / 0.95);
}
.bg-primary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
.bg-primary-200\/0 {
  background-color: rgb(254 202 202 / 0);
}
.bg-primary-200\/10 {
  background-color: rgb(254 202 202 / 0.1);
}
.bg-primary-200\/100 {
  background-color: rgb(254 202 202 / 1);
}
.bg-primary-200\/15 {
  background-color: rgb(254 202 202 / 0.15);
}
.bg-primary-200\/20 {
  background-color: rgb(254 202 202 / 0.2);
}
.bg-primary-200\/25 {
  background-color: rgb(254 202 202 / 0.25);
}
.bg-primary-200\/30 {
  background-color: rgb(254 202 202 / 0.3);
}
.bg-primary-200\/35 {
  background-color: rgb(254 202 202 / 0.35);
}
.bg-primary-200\/40 {
  background-color: rgb(254 202 202 / 0.4);
}
.bg-primary-200\/45 {
  background-color: rgb(254 202 202 / 0.45);
}
.bg-primary-200\/5 {
  background-color: rgb(254 202 202 / 0.05);
}
.bg-primary-200\/50 {
  background-color: rgb(254 202 202 / 0.5);
}
.bg-primary-200\/55 {
  background-color: rgb(254 202 202 / 0.55);
}
.bg-primary-200\/60 {
  background-color: rgb(254 202 202 / 0.6);
}
.bg-primary-200\/65 {
  background-color: rgb(254 202 202 / 0.65);
}
.bg-primary-200\/70 {
  background-color: rgb(254 202 202 / 0.7);
}
.bg-primary-200\/75 {
  background-color: rgb(254 202 202 / 0.75);
}
.bg-primary-200\/80 {
  background-color: rgb(254 202 202 / 0.8);
}
.bg-primary-200\/85 {
  background-color: rgb(254 202 202 / 0.85);
}
.bg-primary-200\/90 {
  background-color: rgb(254 202 202 / 0.9);
}
.bg-primary-200\/95 {
  background-color: rgb(254 202 202 / 0.95);
}
.bg-primary-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
.bg-primary-300\/0 {
  background-color: rgb(252 165 165 / 0);
}
.bg-primary-300\/10 {
  background-color: rgb(252 165 165 / 0.1);
}
.bg-primary-300\/100 {
  background-color: rgb(252 165 165 / 1);
}
.bg-primary-300\/15 {
  background-color: rgb(252 165 165 / 0.15);
}
.bg-primary-300\/20 {
  background-color: rgb(252 165 165 / 0.2);
}
.bg-primary-300\/25 {
  background-color: rgb(252 165 165 / 0.25);
}
.bg-primary-300\/30 {
  background-color: rgb(252 165 165 / 0.3);
}
.bg-primary-300\/35 {
  background-color: rgb(252 165 165 / 0.35);
}
.bg-primary-300\/40 {
  background-color: rgb(252 165 165 / 0.4);
}
.bg-primary-300\/45 {
  background-color: rgb(252 165 165 / 0.45);
}
.bg-primary-300\/5 {
  background-color: rgb(252 165 165 / 0.05);
}
.bg-primary-300\/50 {
  background-color: rgb(252 165 165 / 0.5);
}
.bg-primary-300\/55 {
  background-color: rgb(252 165 165 / 0.55);
}
.bg-primary-300\/60 {
  background-color: rgb(252 165 165 / 0.6);
}
.bg-primary-300\/65 {
  background-color: rgb(252 165 165 / 0.65);
}
.bg-primary-300\/70 {
  background-color: rgb(252 165 165 / 0.7);
}
.bg-primary-300\/75 {
  background-color: rgb(252 165 165 / 0.75);
}
.bg-primary-300\/80 {
  background-color: rgb(252 165 165 / 0.8);
}
.bg-primary-300\/85 {
  background-color: rgb(252 165 165 / 0.85);
}
.bg-primary-300\/90 {
  background-color: rgb(252 165 165 / 0.9);
}
.bg-primary-300\/95 {
  background-color: rgb(252 165 165 / 0.95);
}
.bg-primary-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
.bg-primary-400\/0 {
  background-color: rgb(248 113 113 / 0);
}
.bg-primary-400\/10 {
  background-color: rgb(248 113 113 / 0.1);
}
.bg-primary-400\/100 {
  background-color: rgb(248 113 113 / 1);
}
.bg-primary-400\/15 {
  background-color: rgb(248 113 113 / 0.15);
}
.bg-primary-400\/20 {
  background-color: rgb(248 113 113 / 0.2);
}
.bg-primary-400\/25 {
  background-color: rgb(248 113 113 / 0.25);
}
.bg-primary-400\/30 {
  background-color: rgb(248 113 113 / 0.3);
}
.bg-primary-400\/35 {
  background-color: rgb(248 113 113 / 0.35);
}
.bg-primary-400\/40 {
  background-color: rgb(248 113 113 / 0.4);
}
.bg-primary-400\/45 {
  background-color: rgb(248 113 113 / 0.45);
}
.bg-primary-400\/5 {
  background-color: rgb(248 113 113 / 0.05);
}
.bg-primary-400\/50 {
  background-color: rgb(248 113 113 / 0.5);
}
.bg-primary-400\/55 {
  background-color: rgb(248 113 113 / 0.55);
}
.bg-primary-400\/60 {
  background-color: rgb(248 113 113 / 0.6);
}
.bg-primary-400\/65 {
  background-color: rgb(248 113 113 / 0.65);
}
.bg-primary-400\/70 {
  background-color: rgb(248 113 113 / 0.7);
}
.bg-primary-400\/75 {
  background-color: rgb(248 113 113 / 0.75);
}
.bg-primary-400\/80 {
  background-color: rgb(248 113 113 / 0.8);
}
.bg-primary-400\/85 {
  background-color: rgb(248 113 113 / 0.85);
}
.bg-primary-400\/90 {
  background-color: rgb(248 113 113 / 0.9);
}
.bg-primary-400\/95 {
  background-color: rgb(248 113 113 / 0.95);
}
.bg-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-primary-50\/0 {
  background-color: rgb(254 242 242 / 0);
}
.bg-primary-50\/10 {
  background-color: rgb(254 242 242 / 0.1);
}
.bg-primary-50\/100 {
  background-color: rgb(254 242 242 / 1);
}
.bg-primary-50\/15 {
  background-color: rgb(254 242 242 / 0.15);
}
.bg-primary-50\/20 {
  background-color: rgb(254 242 242 / 0.2);
}
.bg-primary-50\/25 {
  background-color: rgb(254 242 242 / 0.25);
}
.bg-primary-50\/30 {
  background-color: rgb(254 242 242 / 0.3);
}
.bg-primary-50\/35 {
  background-color: rgb(254 242 242 / 0.35);
}
.bg-primary-50\/40 {
  background-color: rgb(254 242 242 / 0.4);
}
.bg-primary-50\/45 {
  background-color: rgb(254 242 242 / 0.45);
}
.bg-primary-50\/5 {
  background-color: rgb(254 242 242 / 0.05);
}
.bg-primary-50\/50 {
  background-color: rgb(254 242 242 / 0.5);
}
.bg-primary-50\/55 {
  background-color: rgb(254 242 242 / 0.55);
}
.bg-primary-50\/60 {
  background-color: rgb(254 242 242 / 0.6);
}
.bg-primary-50\/65 {
  background-color: rgb(254 242 242 / 0.65);
}
.bg-primary-50\/70 {
  background-color: rgb(254 242 242 / 0.7);
}
.bg-primary-50\/75 {
  background-color: rgb(254 242 242 / 0.75);
}
.bg-primary-50\/80 {
  background-color: rgb(254 242 242 / 0.8);
}
.bg-primary-50\/85 {
  background-color: rgb(254 242 242 / 0.85);
}
.bg-primary-50\/90 {
  background-color: rgb(254 242 242 / 0.9);
}
.bg-primary-50\/95 {
  background-color: rgb(254 242 242 / 0.95);
}
.bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-primary-500\/0 {
  background-color: rgb(239 68 68 / 0);
}
.bg-primary-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}
.bg-primary-500\/100 {
  background-color: rgb(239 68 68 / 1);
}
.bg-primary-500\/15 {
  background-color: rgb(239 68 68 / 0.15);
}
.bg-primary-500\/20 {
  background-color: rgb(239 68 68 / 0.2);
}
.bg-primary-500\/25 {
  background-color: rgb(239 68 68 / 0.25);
}
.bg-primary-500\/30 {
  background-color: rgb(239 68 68 / 0.3);
}
.bg-primary-500\/35 {
  background-color: rgb(239 68 68 / 0.35);
}
.bg-primary-500\/40 {
  background-color: rgb(239 68 68 / 0.4);
}
.bg-primary-500\/45 {
  background-color: rgb(239 68 68 / 0.45);
}
.bg-primary-500\/5 {
  background-color: rgb(239 68 68 / 0.05);
}
.bg-primary-500\/50 {
  background-color: rgb(239 68 68 / 0.5);
}
.bg-primary-500\/55 {
  background-color: rgb(239 68 68 / 0.55);
}
.bg-primary-500\/60 {
  background-color: rgb(239 68 68 / 0.6);
}
.bg-primary-500\/65 {
  background-color: rgb(239 68 68 / 0.65);
}
.bg-primary-500\/70 {
  background-color: rgb(239 68 68 / 0.7);
}
.bg-primary-500\/75 {
  background-color: rgb(239 68 68 / 0.75);
}
.bg-primary-500\/80 {
  background-color: rgb(239 68 68 / 0.8);
}
.bg-primary-500\/85 {
  background-color: rgb(239 68 68 / 0.85);
}
.bg-primary-500\/90 {
  background-color: rgb(239 68 68 / 0.9);
}
.bg-primary-500\/95 {
  background-color: rgb(239 68 68 / 0.95);
}
.bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-primary-600\/0 {
  background-color: rgb(220 38 38 / 0);
}
.bg-primary-600\/10 {
  background-color: rgb(220 38 38 / 0.1);
}
.bg-primary-600\/100 {
  background-color: rgb(220 38 38 / 1);
}
.bg-primary-600\/15 {
  background-color: rgb(220 38 38 / 0.15);
}
.bg-primary-600\/20 {
  background-color: rgb(220 38 38 / 0.2);
}
.bg-primary-600\/25 {
  background-color: rgb(220 38 38 / 0.25);
}
.bg-primary-600\/30 {
  background-color: rgb(220 38 38 / 0.3);
}
.bg-primary-600\/35 {
  background-color: rgb(220 38 38 / 0.35);
}
.bg-primary-600\/40 {
  background-color: rgb(220 38 38 / 0.4);
}
.bg-primary-600\/45 {
  background-color: rgb(220 38 38 / 0.45);
}
.bg-primary-600\/5 {
  background-color: rgb(220 38 38 / 0.05);
}
.bg-primary-600\/50 {
  background-color: rgb(220 38 38 / 0.5);
}
.bg-primary-600\/55 {
  background-color: rgb(220 38 38 / 0.55);
}
.bg-primary-600\/60 {
  background-color: rgb(220 38 38 / 0.6);
}
.bg-primary-600\/65 {
  background-color: rgb(220 38 38 / 0.65);
}
.bg-primary-600\/70 {
  background-color: rgb(220 38 38 / 0.7);
}
.bg-primary-600\/75 {
  background-color: rgb(220 38 38 / 0.75);
}
.bg-primary-600\/80 {
  background-color: rgb(220 38 38 / 0.8);
}
.bg-primary-600\/85 {
  background-color: rgb(220 38 38 / 0.85);
}
.bg-primary-600\/90 {
  background-color: rgb(220 38 38 / 0.9);
}
.bg-primary-600\/95 {
  background-color: rgb(220 38 38 / 0.95);
}
.bg-primary-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.bg-primary-700\/0 {
  background-color: rgb(185 28 28 / 0);
}
.bg-primary-700\/10 {
  background-color: rgb(185 28 28 / 0.1);
}
.bg-primary-700\/100 {
  background-color: rgb(185 28 28 / 1);
}
.bg-primary-700\/15 {
  background-color: rgb(185 28 28 / 0.15);
}
.bg-primary-700\/20 {
  background-color: rgb(185 28 28 / 0.2);
}
.bg-primary-700\/25 {
  background-color: rgb(185 28 28 / 0.25);
}
.bg-primary-700\/30 {
  background-color: rgb(185 28 28 / 0.3);
}
.bg-primary-700\/35 {
  background-color: rgb(185 28 28 / 0.35);
}
.bg-primary-700\/40 {
  background-color: rgb(185 28 28 / 0.4);
}
.bg-primary-700\/45 {
  background-color: rgb(185 28 28 / 0.45);
}
.bg-primary-700\/5 {
  background-color: rgb(185 28 28 / 0.05);
}
.bg-primary-700\/50 {
  background-color: rgb(185 28 28 / 0.5);
}
.bg-primary-700\/55 {
  background-color: rgb(185 28 28 / 0.55);
}
.bg-primary-700\/60 {
  background-color: rgb(185 28 28 / 0.6);
}
.bg-primary-700\/65 {
  background-color: rgb(185 28 28 / 0.65);
}
.bg-primary-700\/70 {
  background-color: rgb(185 28 28 / 0.7);
}
.bg-primary-700\/75 {
  background-color: rgb(185 28 28 / 0.75);
}
.bg-primary-700\/80 {
  background-color: rgb(185 28 28 / 0.8);
}
.bg-primary-700\/85 {
  background-color: rgb(185 28 28 / 0.85);
}
.bg-primary-700\/90 {
  background-color: rgb(185 28 28 / 0.9);
}
.bg-primary-700\/95 {
  background-color: rgb(185 28 28 / 0.95);
}
.bg-primary-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}
.bg-primary-800\/0 {
  background-color: rgb(153 27 27 / 0);
}
.bg-primary-800\/10 {
  background-color: rgb(153 27 27 / 0.1);
}
.bg-primary-800\/100 {
  background-color: rgb(153 27 27 / 1);
}
.bg-primary-800\/15 {
  background-color: rgb(153 27 27 / 0.15);
}
.bg-primary-800\/20 {
  background-color: rgb(153 27 27 / 0.2);
}
.bg-primary-800\/25 {
  background-color: rgb(153 27 27 / 0.25);
}
.bg-primary-800\/30 {
  background-color: rgb(153 27 27 / 0.3);
}
.bg-primary-800\/35 {
  background-color: rgb(153 27 27 / 0.35);
}
.bg-primary-800\/40 {
  background-color: rgb(153 27 27 / 0.4);
}
.bg-primary-800\/45 {
  background-color: rgb(153 27 27 / 0.45);
}
.bg-primary-800\/5 {
  background-color: rgb(153 27 27 / 0.05);
}
.bg-primary-800\/50 {
  background-color: rgb(153 27 27 / 0.5);
}
.bg-primary-800\/55 {
  background-color: rgb(153 27 27 / 0.55);
}
.bg-primary-800\/60 {
  background-color: rgb(153 27 27 / 0.6);
}
.bg-primary-800\/65 {
  background-color: rgb(153 27 27 / 0.65);
}
.bg-primary-800\/70 {
  background-color: rgb(153 27 27 / 0.7);
}
.bg-primary-800\/75 {
  background-color: rgb(153 27 27 / 0.75);
}
.bg-primary-800\/80 {
  background-color: rgb(153 27 27 / 0.8);
}
.bg-primary-800\/85 {
  background-color: rgb(153 27 27 / 0.85);
}
.bg-primary-800\/90 {
  background-color: rgb(153 27 27 / 0.9);
}
.bg-primary-800\/95 {
  background-color: rgb(153 27 27 / 0.95);
}
.bg-primary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}
.bg-primary-900\/0 {
  background-color: rgb(127 29 29 / 0);
}
.bg-primary-900\/10 {
  background-color: rgb(127 29 29 / 0.1);
}
.bg-primary-900\/100 {
  background-color: rgb(127 29 29 / 1);
}
.bg-primary-900\/15 {
  background-color: rgb(127 29 29 / 0.15);
}
.bg-primary-900\/20 {
  background-color: rgb(127 29 29 / 0.2);
}
.bg-primary-900\/25 {
  background-color: rgb(127 29 29 / 0.25);
}
.bg-primary-900\/30 {
  background-color: rgb(127 29 29 / 0.3);
}
.bg-primary-900\/35 {
  background-color: rgb(127 29 29 / 0.35);
}
.bg-primary-900\/40 {
  background-color: rgb(127 29 29 / 0.4);
}
.bg-primary-900\/45 {
  background-color: rgb(127 29 29 / 0.45);
}
.bg-primary-900\/5 {
  background-color: rgb(127 29 29 / 0.05);
}
.bg-primary-900\/50 {
  background-color: rgb(127 29 29 / 0.5);
}
.bg-primary-900\/55 {
  background-color: rgb(127 29 29 / 0.55);
}
.bg-primary-900\/60 {
  background-color: rgb(127 29 29 / 0.6);
}
.bg-primary-900\/65 {
  background-color: rgb(127 29 29 / 0.65);
}
.bg-primary-900\/70 {
  background-color: rgb(127 29 29 / 0.7);
}
.bg-primary-900\/75 {
  background-color: rgb(127 29 29 / 0.75);
}
.bg-primary-900\/80 {
  background-color: rgb(127 29 29 / 0.8);
}
.bg-primary-900\/85 {
  background-color: rgb(127 29 29 / 0.85);
}
.bg-primary-900\/90 {
  background-color: rgb(127 29 29 / 0.9);
}
.bg-primary-900\/95 {
  background-color: rgb(127 29 29 / 0.95);
}
.bg-primary-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1));
}
.bg-primary-950\/0 {
  background-color: rgb(69 10 10 / 0);
}
.bg-primary-950\/10 {
  background-color: rgb(69 10 10 / 0.1);
}
.bg-primary-950\/100 {
  background-color: rgb(69 10 10 / 1);
}
.bg-primary-950\/15 {
  background-color: rgb(69 10 10 / 0.15);
}
.bg-primary-950\/20 {
  background-color: rgb(69 10 10 / 0.2);
}
.bg-primary-950\/25 {
  background-color: rgb(69 10 10 / 0.25);
}
.bg-primary-950\/30 {
  background-color: rgb(69 10 10 / 0.3);
}
.bg-primary-950\/35 {
  background-color: rgb(69 10 10 / 0.35);
}
.bg-primary-950\/40 {
  background-color: rgb(69 10 10 / 0.4);
}
.bg-primary-950\/45 {
  background-color: rgb(69 10 10 / 0.45);
}
.bg-primary-950\/5 {
  background-color: rgb(69 10 10 / 0.05);
}
.bg-primary-950\/50 {
  background-color: rgb(69 10 10 / 0.5);
}
.bg-primary-950\/55 {
  background-color: rgb(69 10 10 / 0.55);
}
.bg-primary-950\/60 {
  background-color: rgb(69 10 10 / 0.6);
}
.bg-primary-950\/65 {
  background-color: rgb(69 10 10 / 0.65);
}
.bg-primary-950\/70 {
  background-color: rgb(69 10 10 / 0.7);
}
.bg-primary-950\/75 {
  background-color: rgb(69 10 10 / 0.75);
}
.bg-primary-950\/80 {
  background-color: rgb(69 10 10 / 0.8);
}
.bg-primary-950\/85 {
  background-color: rgb(69 10 10 / 0.85);
}
.bg-primary-950\/90 {
  background-color: rgb(69 10 10 / 0.9);
}
.bg-primary-950\/95 {
  background-color: rgb(69 10 10 / 0.95);
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 235 254 / var(--tw-bg-opacity, 1));
}
.bg-purple-100\/0 {
  background-color: rgb(237 235 254 / 0);
}
.bg-purple-100\/10 {
  background-color: rgb(237 235 254 / 0.1);
}
.bg-purple-100\/100 {
  background-color: rgb(237 235 254 / 1);
}
.bg-purple-100\/15 {
  background-color: rgb(237 235 254 / 0.15);
}
.bg-purple-100\/20 {
  background-color: rgb(237 235 254 / 0.2);
}
.bg-purple-100\/25 {
  background-color: rgb(237 235 254 / 0.25);
}
.bg-purple-100\/30 {
  background-color: rgb(237 235 254 / 0.3);
}
.bg-purple-100\/35 {
  background-color: rgb(237 235 254 / 0.35);
}
.bg-purple-100\/40 {
  background-color: rgb(237 235 254 / 0.4);
}
.bg-purple-100\/45 {
  background-color: rgb(237 235 254 / 0.45);
}
.bg-purple-100\/5 {
  background-color: rgb(237 235 254 / 0.05);
}
.bg-purple-100\/50 {
  background-color: rgb(237 235 254 / 0.5);
}
.bg-purple-100\/55 {
  background-color: rgb(237 235 254 / 0.55);
}
.bg-purple-100\/60 {
  background-color: rgb(237 235 254 / 0.6);
}
.bg-purple-100\/65 {
  background-color: rgb(237 235 254 / 0.65);
}
.bg-purple-100\/70 {
  background-color: rgb(237 235 254 / 0.7);
}
.bg-purple-100\/75 {
  background-color: rgb(237 235 254 / 0.75);
}
.bg-purple-100\/80 {
  background-color: rgb(237 235 254 / 0.8);
}
.bg-purple-100\/85 {
  background-color: rgb(237 235 254 / 0.85);
}
.bg-purple-100\/90 {
  background-color: rgb(237 235 254 / 0.9);
}
.bg-purple-100\/95 {
  background-color: rgb(237 235 254 / 0.95);
}
.bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 215 254 / var(--tw-bg-opacity, 1));
}
.bg-purple-200\/0 {
  background-color: rgb(220 215 254 / 0);
}
.bg-purple-200\/10 {
  background-color: rgb(220 215 254 / 0.1);
}
.bg-purple-200\/100 {
  background-color: rgb(220 215 254 / 1);
}
.bg-purple-200\/15 {
  background-color: rgb(220 215 254 / 0.15);
}
.bg-purple-200\/20 {
  background-color: rgb(220 215 254 / 0.2);
}
.bg-purple-200\/25 {
  background-color: rgb(220 215 254 / 0.25);
}
.bg-purple-200\/30 {
  background-color: rgb(220 215 254 / 0.3);
}
.bg-purple-200\/35 {
  background-color: rgb(220 215 254 / 0.35);
}
.bg-purple-200\/40 {
  background-color: rgb(220 215 254 / 0.4);
}
.bg-purple-200\/45 {
  background-color: rgb(220 215 254 / 0.45);
}
.bg-purple-200\/5 {
  background-color: rgb(220 215 254 / 0.05);
}
.bg-purple-200\/50 {
  background-color: rgb(220 215 254 / 0.5);
}
.bg-purple-200\/55 {
  background-color: rgb(220 215 254 / 0.55);
}
.bg-purple-200\/60 {
  background-color: rgb(220 215 254 / 0.6);
}
.bg-purple-200\/65 {
  background-color: rgb(220 215 254 / 0.65);
}
.bg-purple-200\/70 {
  background-color: rgb(220 215 254 / 0.7);
}
.bg-purple-200\/75 {
  background-color: rgb(220 215 254 / 0.75);
}
.bg-purple-200\/80 {
  background-color: rgb(220 215 254 / 0.8);
}
.bg-purple-200\/85 {
  background-color: rgb(220 215 254 / 0.85);
}
.bg-purple-200\/90 {
  background-color: rgb(220 215 254 / 0.9);
}
.bg-purple-200\/95 {
  background-color: rgb(220 215 254 / 0.95);
}
.bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(202 191 253 / var(--tw-bg-opacity, 1));
}
.bg-purple-300\/0 {
  background-color: rgb(202 191 253 / 0);
}
.bg-purple-300\/10 {
  background-color: rgb(202 191 253 / 0.1);
}
.bg-purple-300\/100 {
  background-color: rgb(202 191 253 / 1);
}
.bg-purple-300\/15 {
  background-color: rgb(202 191 253 / 0.15);
}
.bg-purple-300\/20 {
  background-color: rgb(202 191 253 / 0.2);
}
.bg-purple-300\/25 {
  background-color: rgb(202 191 253 / 0.25);
}
.bg-purple-300\/30 {
  background-color: rgb(202 191 253 / 0.3);
}
.bg-purple-300\/35 {
  background-color: rgb(202 191 253 / 0.35);
}
.bg-purple-300\/40 {
  background-color: rgb(202 191 253 / 0.4);
}
.bg-purple-300\/45 {
  background-color: rgb(202 191 253 / 0.45);
}
.bg-purple-300\/5 {
  background-color: rgb(202 191 253 / 0.05);
}
.bg-purple-300\/50 {
  background-color: rgb(202 191 253 / 0.5);
}
.bg-purple-300\/55 {
  background-color: rgb(202 191 253 / 0.55);
}
.bg-purple-300\/60 {
  background-color: rgb(202 191 253 / 0.6);
}
.bg-purple-300\/65 {
  background-color: rgb(202 191 253 / 0.65);
}
.bg-purple-300\/70 {
  background-color: rgb(202 191 253 / 0.7);
}
.bg-purple-300\/75 {
  background-color: rgb(202 191 253 / 0.75);
}
.bg-purple-300\/80 {
  background-color: rgb(202 191 253 / 0.8);
}
.bg-purple-300\/85 {
  background-color: rgb(202 191 253 / 0.85);
}
.bg-purple-300\/90 {
  background-color: rgb(202 191 253 / 0.9);
}
.bg-purple-300\/95 {
  background-color: rgb(202 191 253 / 0.95);
}
.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(172 148 250 / var(--tw-bg-opacity, 1));
}
.bg-purple-400\/0 {
  background-color: rgb(172 148 250 / 0);
}
.bg-purple-400\/10 {
  background-color: rgb(172 148 250 / 0.1);
}
.bg-purple-400\/100 {
  background-color: rgb(172 148 250 / 1);
}
.bg-purple-400\/15 {
  background-color: rgb(172 148 250 / 0.15);
}
.bg-purple-400\/20 {
  background-color: rgb(172 148 250 / 0.2);
}
.bg-purple-400\/25 {
  background-color: rgb(172 148 250 / 0.25);
}
.bg-purple-400\/30 {
  background-color: rgb(172 148 250 / 0.3);
}
.bg-purple-400\/35 {
  background-color: rgb(172 148 250 / 0.35);
}
.bg-purple-400\/40 {
  background-color: rgb(172 148 250 / 0.4);
}
.bg-purple-400\/45 {
  background-color: rgb(172 148 250 / 0.45);
}
.bg-purple-400\/5 {
  background-color: rgb(172 148 250 / 0.05);
}
.bg-purple-400\/50 {
  background-color: rgb(172 148 250 / 0.5);
}
.bg-purple-400\/55 {
  background-color: rgb(172 148 250 / 0.55);
}
.bg-purple-400\/60 {
  background-color: rgb(172 148 250 / 0.6);
}
.bg-purple-400\/65 {
  background-color: rgb(172 148 250 / 0.65);
}
.bg-purple-400\/70 {
  background-color: rgb(172 148 250 / 0.7);
}
.bg-purple-400\/75 {
  background-color: rgb(172 148 250 / 0.75);
}
.bg-purple-400\/80 {
  background-color: rgb(172 148 250 / 0.8);
}
.bg-purple-400\/85 {
  background-color: rgb(172 148 250 / 0.85);
}
.bg-purple-400\/90 {
  background-color: rgb(172 148 250 / 0.9);
}
.bg-purple-400\/95 {
  background-color: rgb(172 148 250 / 0.95);
}
.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-50\/0 {
  background-color: rgb(246 245 255 / 0);
}
.bg-purple-50\/10 {
  background-color: rgb(246 245 255 / 0.1);
}
.bg-purple-50\/100 {
  background-color: rgb(246 245 255 / 1);
}
.bg-purple-50\/15 {
  background-color: rgb(246 245 255 / 0.15);
}
.bg-purple-50\/20 {
  background-color: rgb(246 245 255 / 0.2);
}
.bg-purple-50\/25 {
  background-color: rgb(246 245 255 / 0.25);
}
.bg-purple-50\/30 {
  background-color: rgb(246 245 255 / 0.3);
}
.bg-purple-50\/35 {
  background-color: rgb(246 245 255 / 0.35);
}
.bg-purple-50\/40 {
  background-color: rgb(246 245 255 / 0.4);
}
.bg-purple-50\/45 {
  background-color: rgb(246 245 255 / 0.45);
}
.bg-purple-50\/5 {
  background-color: rgb(246 245 255 / 0.05);
}
.bg-purple-50\/50 {
  background-color: rgb(246 245 255 / 0.5);
}
.bg-purple-50\/55 {
  background-color: rgb(246 245 255 / 0.55);
}
.bg-purple-50\/60 {
  background-color: rgb(246 245 255 / 0.6);
}
.bg-purple-50\/65 {
  background-color: rgb(246 245 255 / 0.65);
}
.bg-purple-50\/70 {
  background-color: rgb(246 245 255 / 0.7);
}
.bg-purple-50\/75 {
  background-color: rgb(246 245 255 / 0.75);
}
.bg-purple-50\/80 {
  background-color: rgb(246 245 255 / 0.8);
}
.bg-purple-50\/85 {
  background-color: rgb(246 245 255 / 0.85);
}
.bg-purple-50\/90 {
  background-color: rgb(246 245 255 / 0.9);
}
.bg-purple-50\/95 {
  background-color: rgb(246 245 255 / 0.95);
}
.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(144 97 249 / var(--tw-bg-opacity, 1));
}
.bg-purple-500\/0 {
  background-color: rgb(144 97 249 / 0);
}
.bg-purple-500\/10 {
  background-color: rgb(144 97 249 / 0.1);
}
.bg-purple-500\/100 {
  background-color: rgb(144 97 249 / 1);
}
.bg-purple-500\/15 {
  background-color: rgb(144 97 249 / 0.15);
}
.bg-purple-500\/20 {
  background-color: rgb(144 97 249 / 0.2);
}
.bg-purple-500\/25 {
  background-color: rgb(144 97 249 / 0.25);
}
.bg-purple-500\/30 {
  background-color: rgb(144 97 249 / 0.3);
}
.bg-purple-500\/35 {
  background-color: rgb(144 97 249 / 0.35);
}
.bg-purple-500\/40 {
  background-color: rgb(144 97 249 / 0.4);
}
.bg-purple-500\/45 {
  background-color: rgb(144 97 249 / 0.45);
}
.bg-purple-500\/5 {
  background-color: rgb(144 97 249 / 0.05);
}
.bg-purple-500\/50 {
  background-color: rgb(144 97 249 / 0.5);
}
.bg-purple-500\/55 {
  background-color: rgb(144 97 249 / 0.55);
}
.bg-purple-500\/60 {
  background-color: rgb(144 97 249 / 0.6);
}
.bg-purple-500\/65 {
  background-color: rgb(144 97 249 / 0.65);
}
.bg-purple-500\/70 {
  background-color: rgb(144 97 249 / 0.7);
}
.bg-purple-500\/75 {
  background-color: rgb(144 97 249 / 0.75);
}
.bg-purple-500\/80 {
  background-color: rgb(144 97 249 / 0.8);
}
.bg-purple-500\/85 {
  background-color: rgb(144 97 249 / 0.85);
}
.bg-purple-500\/90 {
  background-color: rgb(144 97 249 / 0.9);
}
.bg-purple-500\/95 {
  background-color: rgb(144 97 249 / 0.95);
}
.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(126 58 242 / var(--tw-bg-opacity, 1));
}
.bg-purple-600\/0 {
  background-color: rgb(126 58 242 / 0);
}
.bg-purple-600\/10 {
  background-color: rgb(126 58 242 / 0.1);
}
.bg-purple-600\/100 {
  background-color: rgb(126 58 242 / 1);
}
.bg-purple-600\/15 {
  background-color: rgb(126 58 242 / 0.15);
}
.bg-purple-600\/20 {
  background-color: rgb(126 58 242 / 0.2);
}
.bg-purple-600\/25 {
  background-color: rgb(126 58 242 / 0.25);
}
.bg-purple-600\/30 {
  background-color: rgb(126 58 242 / 0.3);
}
.bg-purple-600\/35 {
  background-color: rgb(126 58 242 / 0.35);
}
.bg-purple-600\/40 {
  background-color: rgb(126 58 242 / 0.4);
}
.bg-purple-600\/45 {
  background-color: rgb(126 58 242 / 0.45);
}
.bg-purple-600\/5 {
  background-color: rgb(126 58 242 / 0.05);
}
.bg-purple-600\/50 {
  background-color: rgb(126 58 242 / 0.5);
}
.bg-purple-600\/55 {
  background-color: rgb(126 58 242 / 0.55);
}
.bg-purple-600\/60 {
  background-color: rgb(126 58 242 / 0.6);
}
.bg-purple-600\/65 {
  background-color: rgb(126 58 242 / 0.65);
}
.bg-purple-600\/70 {
  background-color: rgb(126 58 242 / 0.7);
}
.bg-purple-600\/75 {
  background-color: rgb(126 58 242 / 0.75);
}
.bg-purple-600\/80 {
  background-color: rgb(126 58 242 / 0.8);
}
.bg-purple-600\/85 {
  background-color: rgb(126 58 242 / 0.85);
}
.bg-purple-600\/90 {
  background-color: rgb(126 58 242 / 0.9);
}
.bg-purple-600\/95 {
  background-color: rgb(126 58 242 / 0.95);
}
.bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(108 43 217 / var(--tw-bg-opacity, 1));
}
.bg-purple-700\/0 {
  background-color: rgb(108 43 217 / 0);
}
.bg-purple-700\/10 {
  background-color: rgb(108 43 217 / 0.1);
}
.bg-purple-700\/100 {
  background-color: rgb(108 43 217 / 1);
}
.bg-purple-700\/15 {
  background-color: rgb(108 43 217 / 0.15);
}
.bg-purple-700\/20 {
  background-color: rgb(108 43 217 / 0.2);
}
.bg-purple-700\/25 {
  background-color: rgb(108 43 217 / 0.25);
}
.bg-purple-700\/30 {
  background-color: rgb(108 43 217 / 0.3);
}
.bg-purple-700\/35 {
  background-color: rgb(108 43 217 / 0.35);
}
.bg-purple-700\/40 {
  background-color: rgb(108 43 217 / 0.4);
}
.bg-purple-700\/45 {
  background-color: rgb(108 43 217 / 0.45);
}
.bg-purple-700\/5 {
  background-color: rgb(108 43 217 / 0.05);
}
.bg-purple-700\/50 {
  background-color: rgb(108 43 217 / 0.5);
}
.bg-purple-700\/55 {
  background-color: rgb(108 43 217 / 0.55);
}
.bg-purple-700\/60 {
  background-color: rgb(108 43 217 / 0.6);
}
.bg-purple-700\/65 {
  background-color: rgb(108 43 217 / 0.65);
}
.bg-purple-700\/70 {
  background-color: rgb(108 43 217 / 0.7);
}
.bg-purple-700\/75 {
  background-color: rgb(108 43 217 / 0.75);
}
.bg-purple-700\/80 {
  background-color: rgb(108 43 217 / 0.8);
}
.bg-purple-700\/85 {
  background-color: rgb(108 43 217 / 0.85);
}
.bg-purple-700\/90 {
  background-color: rgb(108 43 217 / 0.9);
}
.bg-purple-700\/95 {
  background-color: rgb(108 43 217 / 0.95);
}
.bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(85 33 181 / var(--tw-bg-opacity, 1));
}
.bg-purple-800\/0 {
  background-color: rgb(85 33 181 / 0);
}
.bg-purple-800\/10 {
  background-color: rgb(85 33 181 / 0.1);
}
.bg-purple-800\/100 {
  background-color: rgb(85 33 181 / 1);
}
.bg-purple-800\/15 {
  background-color: rgb(85 33 181 / 0.15);
}
.bg-purple-800\/20 {
  background-color: rgb(85 33 181 / 0.2);
}
.bg-purple-800\/25 {
  background-color: rgb(85 33 181 / 0.25);
}
.bg-purple-800\/30 {
  background-color: rgb(85 33 181 / 0.3);
}
.bg-purple-800\/35 {
  background-color: rgb(85 33 181 / 0.35);
}
.bg-purple-800\/40 {
  background-color: rgb(85 33 181 / 0.4);
}
.bg-purple-800\/45 {
  background-color: rgb(85 33 181 / 0.45);
}
.bg-purple-800\/5 {
  background-color: rgb(85 33 181 / 0.05);
}
.bg-purple-800\/50 {
  background-color: rgb(85 33 181 / 0.5);
}
.bg-purple-800\/55 {
  background-color: rgb(85 33 181 / 0.55);
}
.bg-purple-800\/60 {
  background-color: rgb(85 33 181 / 0.6);
}
.bg-purple-800\/65 {
  background-color: rgb(85 33 181 / 0.65);
}
.bg-purple-800\/70 {
  background-color: rgb(85 33 181 / 0.7);
}
.bg-purple-800\/75 {
  background-color: rgb(85 33 181 / 0.75);
}
.bg-purple-800\/80 {
  background-color: rgb(85 33 181 / 0.8);
}
.bg-purple-800\/85 {
  background-color: rgb(85 33 181 / 0.85);
}
.bg-purple-800\/90 {
  background-color: rgb(85 33 181 / 0.9);
}
.bg-purple-800\/95 {
  background-color: rgb(85 33 181 / 0.95);
}
.bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 29 150 / var(--tw-bg-opacity, 1));
}
.bg-purple-900\/0 {
  background-color: rgb(74 29 150 / 0);
}
.bg-purple-900\/10 {
  background-color: rgb(74 29 150 / 0.1);
}
.bg-purple-900\/100 {
  background-color: rgb(74 29 150 / 1);
}
.bg-purple-900\/15 {
  background-color: rgb(74 29 150 / 0.15);
}
.bg-purple-900\/20 {
  background-color: rgb(74 29 150 / 0.2);
}
.bg-purple-900\/25 {
  background-color: rgb(74 29 150 / 0.25);
}
.bg-purple-900\/30 {
  background-color: rgb(74 29 150 / 0.3);
}
.bg-purple-900\/35 {
  background-color: rgb(74 29 150 / 0.35);
}
.bg-purple-900\/40 {
  background-color: rgb(74 29 150 / 0.4);
}
.bg-purple-900\/45 {
  background-color: rgb(74 29 150 / 0.45);
}
.bg-purple-900\/5 {
  background-color: rgb(74 29 150 / 0.05);
}
.bg-purple-900\/50 {
  background-color: rgb(74 29 150 / 0.5);
}
.bg-purple-900\/55 {
  background-color: rgb(74 29 150 / 0.55);
}
.bg-purple-900\/60 {
  background-color: rgb(74 29 150 / 0.6);
}
.bg-purple-900\/65 {
  background-color: rgb(74 29 150 / 0.65);
}
.bg-purple-900\/70 {
  background-color: rgb(74 29 150 / 0.7);
}
.bg-purple-900\/75 {
  background-color: rgb(74 29 150 / 0.75);
}
.bg-purple-900\/80 {
  background-color: rgb(74 29 150 / 0.8);
}
.bg-purple-900\/85 {
  background-color: rgb(74 29 150 / 0.85);
}
.bg-purple-900\/90 {
  background-color: rgb(74 29 150 / 0.9);
}
.bg-purple-900\/95 {
  background-color: rgb(74 29 150 / 0.95);
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 232 232 / var(--tw-bg-opacity, 1));
}
.bg-red-100\/0 {
  background-color: rgb(253 232 232 / 0);
}
.bg-red-100\/10 {
  background-color: rgb(253 232 232 / 0.1);
}
.bg-red-100\/100 {
  background-color: rgb(253 232 232 / 1);
}
.bg-red-100\/15 {
  background-color: rgb(253 232 232 / 0.15);
}
.bg-red-100\/20 {
  background-color: rgb(253 232 232 / 0.2);
}
.bg-red-100\/25 {
  background-color: rgb(253 232 232 / 0.25);
}
.bg-red-100\/30 {
  background-color: rgb(253 232 232 / 0.3);
}
.bg-red-100\/35 {
  background-color: rgb(253 232 232 / 0.35);
}
.bg-red-100\/40 {
  background-color: rgb(253 232 232 / 0.4);
}
.bg-red-100\/45 {
  background-color: rgb(253 232 232 / 0.45);
}
.bg-red-100\/5 {
  background-color: rgb(253 232 232 / 0.05);
}
.bg-red-100\/50 {
  background-color: rgb(253 232 232 / 0.5);
}
.bg-red-100\/55 {
  background-color: rgb(253 232 232 / 0.55);
}
.bg-red-100\/60 {
  background-color: rgb(253 232 232 / 0.6);
}
.bg-red-100\/65 {
  background-color: rgb(253 232 232 / 0.65);
}
.bg-red-100\/70 {
  background-color: rgb(253 232 232 / 0.7);
}
.bg-red-100\/75 {
  background-color: rgb(253 232 232 / 0.75);
}
.bg-red-100\/80 {
  background-color: rgb(253 232 232 / 0.8);
}
.bg-red-100\/85 {
  background-color: rgb(253 232 232 / 0.85);
}
.bg-red-100\/90 {
  background-color: rgb(253 232 232 / 0.9);
}
.bg-red-100\/95 {
  background-color: rgb(253 232 232 / 0.95);
}
.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 213 213 / var(--tw-bg-opacity, 1));
}
.bg-red-200\/0 {
  background-color: rgb(251 213 213 / 0);
}
.bg-red-200\/10 {
  background-color: rgb(251 213 213 / 0.1);
}
.bg-red-200\/100 {
  background-color: rgb(251 213 213 / 1);
}
.bg-red-200\/15 {
  background-color: rgb(251 213 213 / 0.15);
}
.bg-red-200\/20 {
  background-color: rgb(251 213 213 / 0.2);
}
.bg-red-200\/25 {
  background-color: rgb(251 213 213 / 0.25);
}
.bg-red-200\/30 {
  background-color: rgb(251 213 213 / 0.3);
}
.bg-red-200\/35 {
  background-color: rgb(251 213 213 / 0.35);
}
.bg-red-200\/40 {
  background-color: rgb(251 213 213 / 0.4);
}
.bg-red-200\/45 {
  background-color: rgb(251 213 213 / 0.45);
}
.bg-red-200\/5 {
  background-color: rgb(251 213 213 / 0.05);
}
.bg-red-200\/50 {
  background-color: rgb(251 213 213 / 0.5);
}
.bg-red-200\/55 {
  background-color: rgb(251 213 213 / 0.55);
}
.bg-red-200\/60 {
  background-color: rgb(251 213 213 / 0.6);
}
.bg-red-200\/65 {
  background-color: rgb(251 213 213 / 0.65);
}
.bg-red-200\/70 {
  background-color: rgb(251 213 213 / 0.7);
}
.bg-red-200\/75 {
  background-color: rgb(251 213 213 / 0.75);
}
.bg-red-200\/80 {
  background-color: rgb(251 213 213 / 0.8);
}
.bg-red-200\/85 {
  background-color: rgb(251 213 213 / 0.85);
}
.bg-red-200\/90 {
  background-color: rgb(251 213 213 / 0.9);
}
.bg-red-200\/95 {
  background-color: rgb(251 213 213 / 0.95);
}
.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 180 180 / var(--tw-bg-opacity, 1));
}
.bg-red-300\/0 {
  background-color: rgb(248 180 180 / 0);
}
.bg-red-300\/10 {
  background-color: rgb(248 180 180 / 0.1);
}
.bg-red-300\/100 {
  background-color: rgb(248 180 180 / 1);
}
.bg-red-300\/15 {
  background-color: rgb(248 180 180 / 0.15);
}
.bg-red-300\/20 {
  background-color: rgb(248 180 180 / 0.2);
}
.bg-red-300\/25 {
  background-color: rgb(248 180 180 / 0.25);
}
.bg-red-300\/30 {
  background-color: rgb(248 180 180 / 0.3);
}
.bg-red-300\/35 {
  background-color: rgb(248 180 180 / 0.35);
}
.bg-red-300\/40 {
  background-color: rgb(248 180 180 / 0.4);
}
.bg-red-300\/45 {
  background-color: rgb(248 180 180 / 0.45);
}
.bg-red-300\/5 {
  background-color: rgb(248 180 180 / 0.05);
}
.bg-red-300\/50 {
  background-color: rgb(248 180 180 / 0.5);
}
.bg-red-300\/55 {
  background-color: rgb(248 180 180 / 0.55);
}
.bg-red-300\/60 {
  background-color: rgb(248 180 180 / 0.6);
}
.bg-red-300\/65 {
  background-color: rgb(248 180 180 / 0.65);
}
.bg-red-300\/70 {
  background-color: rgb(248 180 180 / 0.7);
}
.bg-red-300\/75 {
  background-color: rgb(248 180 180 / 0.75);
}
.bg-red-300\/80 {
  background-color: rgb(248 180 180 / 0.8);
}
.bg-red-300\/85 {
  background-color: rgb(248 180 180 / 0.85);
}
.bg-red-300\/90 {
  background-color: rgb(248 180 180 / 0.9);
}
.bg-red-300\/95 {
  background-color: rgb(248 180 180 / 0.95);
}
.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 128 128 / var(--tw-bg-opacity, 1));
}
.bg-red-400\/0 {
  background-color: rgb(249 128 128 / 0);
}
.bg-red-400\/10 {
  background-color: rgb(249 128 128 / 0.1);
}
.bg-red-400\/100 {
  background-color: rgb(249 128 128 / 1);
}
.bg-red-400\/15 {
  background-color: rgb(249 128 128 / 0.15);
}
.bg-red-400\/20 {
  background-color: rgb(249 128 128 / 0.2);
}
.bg-red-400\/25 {
  background-color: rgb(249 128 128 / 0.25);
}
.bg-red-400\/30 {
  background-color: rgb(249 128 128 / 0.3);
}
.bg-red-400\/35 {
  background-color: rgb(249 128 128 / 0.35);
}
.bg-red-400\/40 {
  background-color: rgb(249 128 128 / 0.4);
}
.bg-red-400\/45 {
  background-color: rgb(249 128 128 / 0.45);
}
.bg-red-400\/5 {
  background-color: rgb(249 128 128 / 0.05);
}
.bg-red-400\/50 {
  background-color: rgb(249 128 128 / 0.5);
}
.bg-red-400\/55 {
  background-color: rgb(249 128 128 / 0.55);
}
.bg-red-400\/60 {
  background-color: rgb(249 128 128 / 0.6);
}
.bg-red-400\/65 {
  background-color: rgb(249 128 128 / 0.65);
}
.bg-red-400\/70 {
  background-color: rgb(249 128 128 / 0.7);
}
.bg-red-400\/75 {
  background-color: rgb(249 128 128 / 0.75);
}
.bg-red-400\/80 {
  background-color: rgb(249 128 128 / 0.8);
}
.bg-red-400\/85 {
  background-color: rgb(249 128 128 / 0.85);
}
.bg-red-400\/90 {
  background-color: rgb(249 128 128 / 0.9);
}
.bg-red-400\/95 {
  background-color: rgb(249 128 128 / 0.95);
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-50\/0 {
  background-color: rgb(253 242 242 / 0);
}
.bg-red-50\/10 {
  background-color: rgb(253 242 242 / 0.1);
}
.bg-red-50\/100 {
  background-color: rgb(253 242 242 / 1);
}
.bg-red-50\/15 {
  background-color: rgb(253 242 242 / 0.15);
}
.bg-red-50\/20 {
  background-color: rgb(253 242 242 / 0.2);
}
.bg-red-50\/25 {
  background-color: rgb(253 242 242 / 0.25);
}
.bg-red-50\/30 {
  background-color: rgb(253 242 242 / 0.3);
}
.bg-red-50\/35 {
  background-color: rgb(253 242 242 / 0.35);
}
.bg-red-50\/40 {
  background-color: rgb(253 242 242 / 0.4);
}
.bg-red-50\/45 {
  background-color: rgb(253 242 242 / 0.45);
}
.bg-red-50\/5 {
  background-color: rgb(253 242 242 / 0.05);
}
.bg-red-50\/50 {
  background-color: rgb(253 242 242 / 0.5);
}
.bg-red-50\/55 {
  background-color: rgb(253 242 242 / 0.55);
}
.bg-red-50\/60 {
  background-color: rgb(253 242 242 / 0.6);
}
.bg-red-50\/65 {
  background-color: rgb(253 242 242 / 0.65);
}
.bg-red-50\/70 {
  background-color: rgb(253 242 242 / 0.7);
}
.bg-red-50\/75 {
  background-color: rgb(253 242 242 / 0.75);
}
.bg-red-50\/80 {
  background-color: rgb(253 242 242 / 0.8);
}
.bg-red-50\/85 {
  background-color: rgb(253 242 242 / 0.85);
}
.bg-red-50\/90 {
  background-color: rgb(253 242 242 / 0.9);
}
.bg-red-50\/95 {
  background-color: rgb(253 242 242 / 0.95);
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 82 82 / var(--tw-bg-opacity, 1));
}
.bg-red-500\/0 {
  background-color: rgb(240 82 82 / 0);
}
.bg-red-500\/10 {
  background-color: rgb(240 82 82 / 0.1);
}
.bg-red-500\/100 {
  background-color: rgb(240 82 82 / 1);
}
.bg-red-500\/15 {
  background-color: rgb(240 82 82 / 0.15);
}
.bg-red-500\/20 {
  background-color: rgb(240 82 82 / 0.2);
}
.bg-red-500\/25 {
  background-color: rgb(240 82 82 / 0.25);
}
.bg-red-500\/30 {
  background-color: rgb(240 82 82 / 0.3);
}
.bg-red-500\/35 {
  background-color: rgb(240 82 82 / 0.35);
}
.bg-red-500\/40 {
  background-color: rgb(240 82 82 / 0.4);
}
.bg-red-500\/45 {
  background-color: rgb(240 82 82 / 0.45);
}
.bg-red-500\/5 {
  background-color: rgb(240 82 82 / 0.05);
}
.bg-red-500\/50 {
  background-color: rgb(240 82 82 / 0.5);
}
.bg-red-500\/55 {
  background-color: rgb(240 82 82 / 0.55);
}
.bg-red-500\/60 {
  background-color: rgb(240 82 82 / 0.6);
}
.bg-red-500\/65 {
  background-color: rgb(240 82 82 / 0.65);
}
.bg-red-500\/70 {
  background-color: rgb(240 82 82 / 0.7);
}
.bg-red-500\/75 {
  background-color: rgb(240 82 82 / 0.75);
}
.bg-red-500\/80 {
  background-color: rgb(240 82 82 / 0.8);
}
.bg-red-500\/85 {
  background-color: rgb(240 82 82 / 0.85);
}
.bg-red-500\/90 {
  background-color: rgb(240 82 82 / 0.9);
}
.bg-red-500\/95 {
  background-color: rgb(240 82 82 / 0.95);
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 36 36 / var(--tw-bg-opacity, 1));
}
.bg-red-600\/0 {
  background-color: rgb(224 36 36 / 0);
}
.bg-red-600\/10 {
  background-color: rgb(224 36 36 / 0.1);
}
.bg-red-600\/100 {
  background-color: rgb(224 36 36 / 1);
}
.bg-red-600\/15 {
  background-color: rgb(224 36 36 / 0.15);
}
.bg-red-600\/20 {
  background-color: rgb(224 36 36 / 0.2);
}
.bg-red-600\/25 {
  background-color: rgb(224 36 36 / 0.25);
}
.bg-red-600\/30 {
  background-color: rgb(224 36 36 / 0.3);
}
.bg-red-600\/35 {
  background-color: rgb(224 36 36 / 0.35);
}
.bg-red-600\/40 {
  background-color: rgb(224 36 36 / 0.4);
}
.bg-red-600\/45 {
  background-color: rgb(224 36 36 / 0.45);
}
.bg-red-600\/5 {
  background-color: rgb(224 36 36 / 0.05);
}
.bg-red-600\/50 {
  background-color: rgb(224 36 36 / 0.5);
}
.bg-red-600\/55 {
  background-color: rgb(224 36 36 / 0.55);
}
.bg-red-600\/60 {
  background-color: rgb(224 36 36 / 0.6);
}
.bg-red-600\/65 {
  background-color: rgb(224 36 36 / 0.65);
}
.bg-red-600\/70 {
  background-color: rgb(224 36 36 / 0.7);
}
.bg-red-600\/75 {
  background-color: rgb(224 36 36 / 0.75);
}
.bg-red-600\/80 {
  background-color: rgb(224 36 36 / 0.8);
}
.bg-red-600\/85 {
  background-color: rgb(224 36 36 / 0.85);
}
.bg-red-600\/90 {
  background-color: rgb(224 36 36 / 0.9);
}
.bg-red-600\/95 {
  background-color: rgb(224 36 36 / 0.95);
}
.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(200 30 30 / var(--tw-bg-opacity, 1));
}
.bg-red-700\/0 {
  background-color: rgb(200 30 30 / 0);
}
.bg-red-700\/10 {
  background-color: rgb(200 30 30 / 0.1);
}
.bg-red-700\/100 {
  background-color: rgb(200 30 30 / 1);
}
.bg-red-700\/15 {
  background-color: rgb(200 30 30 / 0.15);
}
.bg-red-700\/20 {
  background-color: rgb(200 30 30 / 0.2);
}
.bg-red-700\/25 {
  background-color: rgb(200 30 30 / 0.25);
}
.bg-red-700\/30 {
  background-color: rgb(200 30 30 / 0.3);
}
.bg-red-700\/35 {
  background-color: rgb(200 30 30 / 0.35);
}
.bg-red-700\/40 {
  background-color: rgb(200 30 30 / 0.4);
}
.bg-red-700\/45 {
  background-color: rgb(200 30 30 / 0.45);
}
.bg-red-700\/5 {
  background-color: rgb(200 30 30 / 0.05);
}
.bg-red-700\/50 {
  background-color: rgb(200 30 30 / 0.5);
}
.bg-red-700\/55 {
  background-color: rgb(200 30 30 / 0.55);
}
.bg-red-700\/60 {
  background-color: rgb(200 30 30 / 0.6);
}
.bg-red-700\/65 {
  background-color: rgb(200 30 30 / 0.65);
}
.bg-red-700\/70 {
  background-color: rgb(200 30 30 / 0.7);
}
.bg-red-700\/75 {
  background-color: rgb(200 30 30 / 0.75);
}
.bg-red-700\/80 {
  background-color: rgb(200 30 30 / 0.8);
}
.bg-red-700\/85 {
  background-color: rgb(200 30 30 / 0.85);
}
.bg-red-700\/90 {
  background-color: rgb(200 30 30 / 0.9);
}
.bg-red-700\/95 {
  background-color: rgb(200 30 30 / 0.95);
}
.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(155 28 28 / var(--tw-bg-opacity, 1));
}
.bg-red-800\/0 {
  background-color: rgb(155 28 28 / 0);
}
.bg-red-800\/10 {
  background-color: rgb(155 28 28 / 0.1);
}
.bg-red-800\/100 {
  background-color: rgb(155 28 28 / 1);
}
.bg-red-800\/15 {
  background-color: rgb(155 28 28 / 0.15);
}
.bg-red-800\/20 {
  background-color: rgb(155 28 28 / 0.2);
}
.bg-red-800\/25 {
  background-color: rgb(155 28 28 / 0.25);
}
.bg-red-800\/30 {
  background-color: rgb(155 28 28 / 0.3);
}
.bg-red-800\/35 {
  background-color: rgb(155 28 28 / 0.35);
}
.bg-red-800\/40 {
  background-color: rgb(155 28 28 / 0.4);
}
.bg-red-800\/45 {
  background-color: rgb(155 28 28 / 0.45);
}
.bg-red-800\/5 {
  background-color: rgb(155 28 28 / 0.05);
}
.bg-red-800\/50 {
  background-color: rgb(155 28 28 / 0.5);
}
.bg-red-800\/55 {
  background-color: rgb(155 28 28 / 0.55);
}
.bg-red-800\/60 {
  background-color: rgb(155 28 28 / 0.6);
}
.bg-red-800\/65 {
  background-color: rgb(155 28 28 / 0.65);
}
.bg-red-800\/70 {
  background-color: rgb(155 28 28 / 0.7);
}
.bg-red-800\/75 {
  background-color: rgb(155 28 28 / 0.75);
}
.bg-red-800\/80 {
  background-color: rgb(155 28 28 / 0.8);
}
.bg-red-800\/85 {
  background-color: rgb(155 28 28 / 0.85);
}
.bg-red-800\/90 {
  background-color: rgb(155 28 28 / 0.9);
}
.bg-red-800\/95 {
  background-color: rgb(155 28 28 / 0.95);
}
.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(119 29 29 / var(--tw-bg-opacity, 1));
}
.bg-red-900\/0 {
  background-color: rgb(119 29 29 / 0);
}
.bg-red-900\/10 {
  background-color: rgb(119 29 29 / 0.1);
}
.bg-red-900\/100 {
  background-color: rgb(119 29 29 / 1);
}
.bg-red-900\/15 {
  background-color: rgb(119 29 29 / 0.15);
}
.bg-red-900\/20 {
  background-color: rgb(119 29 29 / 0.2);
}
.bg-red-900\/25 {
  background-color: rgb(119 29 29 / 0.25);
}
.bg-red-900\/30 {
  background-color: rgb(119 29 29 / 0.3);
}
.bg-red-900\/35 {
  background-color: rgb(119 29 29 / 0.35);
}
.bg-red-900\/40 {
  background-color: rgb(119 29 29 / 0.4);
}
.bg-red-900\/45 {
  background-color: rgb(119 29 29 / 0.45);
}
.bg-red-900\/5 {
  background-color: rgb(119 29 29 / 0.05);
}
.bg-red-900\/50 {
  background-color: rgb(119 29 29 / 0.5);
}
.bg-red-900\/55 {
  background-color: rgb(119 29 29 / 0.55);
}
.bg-red-900\/60 {
  background-color: rgb(119 29 29 / 0.6);
}
.bg-red-900\/65 {
  background-color: rgb(119 29 29 / 0.65);
}
.bg-red-900\/70 {
  background-color: rgb(119 29 29 / 0.7);
}
.bg-red-900\/75 {
  background-color: rgb(119 29 29 / 0.75);
}
.bg-red-900\/80 {
  background-color: rgb(119 29 29 / 0.8);
}
.bg-red-900\/85 {
  background-color: rgb(119 29 29 / 0.85);
}
.bg-red-900\/90 {
  background-color: rgb(119 29 29 / 0.9);
}
.bg-red-900\/95 {
  background-color: rgb(119 29 29 / 0.95);
}
.bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(213 245 246 / var(--tw-bg-opacity, 1));
}
.bg-teal-100\/0 {
  background-color: rgb(213 245 246 / 0);
}
.bg-teal-100\/10 {
  background-color: rgb(213 245 246 / 0.1);
}
.bg-teal-100\/100 {
  background-color: rgb(213 245 246 / 1);
}
.bg-teal-100\/15 {
  background-color: rgb(213 245 246 / 0.15);
}
.bg-teal-100\/20 {
  background-color: rgb(213 245 246 / 0.2);
}
.bg-teal-100\/25 {
  background-color: rgb(213 245 246 / 0.25);
}
.bg-teal-100\/30 {
  background-color: rgb(213 245 246 / 0.3);
}
.bg-teal-100\/35 {
  background-color: rgb(213 245 246 / 0.35);
}
.bg-teal-100\/40 {
  background-color: rgb(213 245 246 / 0.4);
}
.bg-teal-100\/45 {
  background-color: rgb(213 245 246 / 0.45);
}
.bg-teal-100\/5 {
  background-color: rgb(213 245 246 / 0.05);
}
.bg-teal-100\/50 {
  background-color: rgb(213 245 246 / 0.5);
}
.bg-teal-100\/55 {
  background-color: rgb(213 245 246 / 0.55);
}
.bg-teal-100\/60 {
  background-color: rgb(213 245 246 / 0.6);
}
.bg-teal-100\/65 {
  background-color: rgb(213 245 246 / 0.65);
}
.bg-teal-100\/70 {
  background-color: rgb(213 245 246 / 0.7);
}
.bg-teal-100\/75 {
  background-color: rgb(213 245 246 / 0.75);
}
.bg-teal-100\/80 {
  background-color: rgb(213 245 246 / 0.8);
}
.bg-teal-100\/85 {
  background-color: rgb(213 245 246 / 0.85);
}
.bg-teal-100\/90 {
  background-color: rgb(213 245 246 / 0.9);
}
.bg-teal-100\/95 {
  background-color: rgb(213 245 246 / 0.95);
}
.bg-teal-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(175 236 239 / var(--tw-bg-opacity, 1));
}
.bg-teal-200\/0 {
  background-color: rgb(175 236 239 / 0);
}
.bg-teal-200\/10 {
  background-color: rgb(175 236 239 / 0.1);
}
.bg-teal-200\/100 {
  background-color: rgb(175 236 239 / 1);
}
.bg-teal-200\/15 {
  background-color: rgb(175 236 239 / 0.15);
}
.bg-teal-200\/20 {
  background-color: rgb(175 236 239 / 0.2);
}
.bg-teal-200\/25 {
  background-color: rgb(175 236 239 / 0.25);
}
.bg-teal-200\/30 {
  background-color: rgb(175 236 239 / 0.3);
}
.bg-teal-200\/35 {
  background-color: rgb(175 236 239 / 0.35);
}
.bg-teal-200\/40 {
  background-color: rgb(175 236 239 / 0.4);
}
.bg-teal-200\/45 {
  background-color: rgb(175 236 239 / 0.45);
}
.bg-teal-200\/5 {
  background-color: rgb(175 236 239 / 0.05);
}
.bg-teal-200\/50 {
  background-color: rgb(175 236 239 / 0.5);
}
.bg-teal-200\/55 {
  background-color: rgb(175 236 239 / 0.55);
}
.bg-teal-200\/60 {
  background-color: rgb(175 236 239 / 0.6);
}
.bg-teal-200\/65 {
  background-color: rgb(175 236 239 / 0.65);
}
.bg-teal-200\/70 {
  background-color: rgb(175 236 239 / 0.7);
}
.bg-teal-200\/75 {
  background-color: rgb(175 236 239 / 0.75);
}
.bg-teal-200\/80 {
  background-color: rgb(175 236 239 / 0.8);
}
.bg-teal-200\/85 {
  background-color: rgb(175 236 239 / 0.85);
}
.bg-teal-200\/90 {
  background-color: rgb(175 236 239 / 0.9);
}
.bg-teal-200\/95 {
  background-color: rgb(175 236 239 / 0.95);
}
.bg-teal-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(126 220 226 / var(--tw-bg-opacity, 1));
}
.bg-teal-300\/0 {
  background-color: rgb(126 220 226 / 0);
}
.bg-teal-300\/10 {
  background-color: rgb(126 220 226 / 0.1);
}
.bg-teal-300\/100 {
  background-color: rgb(126 220 226 / 1);
}
.bg-teal-300\/15 {
  background-color: rgb(126 220 226 / 0.15);
}
.bg-teal-300\/20 {
  background-color: rgb(126 220 226 / 0.2);
}
.bg-teal-300\/25 {
  background-color: rgb(126 220 226 / 0.25);
}
.bg-teal-300\/30 {
  background-color: rgb(126 220 226 / 0.3);
}
.bg-teal-300\/35 {
  background-color: rgb(126 220 226 / 0.35);
}
.bg-teal-300\/40 {
  background-color: rgb(126 220 226 / 0.4);
}
.bg-teal-300\/45 {
  background-color: rgb(126 220 226 / 0.45);
}
.bg-teal-300\/5 {
  background-color: rgb(126 220 226 / 0.05);
}
.bg-teal-300\/50 {
  background-color: rgb(126 220 226 / 0.5);
}
.bg-teal-300\/55 {
  background-color: rgb(126 220 226 / 0.55);
}
.bg-teal-300\/60 {
  background-color: rgb(126 220 226 / 0.6);
}
.bg-teal-300\/65 {
  background-color: rgb(126 220 226 / 0.65);
}
.bg-teal-300\/70 {
  background-color: rgb(126 220 226 / 0.7);
}
.bg-teal-300\/75 {
  background-color: rgb(126 220 226 / 0.75);
}
.bg-teal-300\/80 {
  background-color: rgb(126 220 226 / 0.8);
}
.bg-teal-300\/85 {
  background-color: rgb(126 220 226 / 0.85);
}
.bg-teal-300\/90 {
  background-color: rgb(126 220 226 / 0.9);
}
.bg-teal-300\/95 {
  background-color: rgb(126 220 226 / 0.95);
}
.bg-teal-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 189 202 / var(--tw-bg-opacity, 1));
}
.bg-teal-400\/0 {
  background-color: rgb(22 189 202 / 0);
}
.bg-teal-400\/10 {
  background-color: rgb(22 189 202 / 0.1);
}
.bg-teal-400\/100 {
  background-color: rgb(22 189 202 / 1);
}
.bg-teal-400\/15 {
  background-color: rgb(22 189 202 / 0.15);
}
.bg-teal-400\/20 {
  background-color: rgb(22 189 202 / 0.2);
}
.bg-teal-400\/25 {
  background-color: rgb(22 189 202 / 0.25);
}
.bg-teal-400\/30 {
  background-color: rgb(22 189 202 / 0.3);
}
.bg-teal-400\/35 {
  background-color: rgb(22 189 202 / 0.35);
}
.bg-teal-400\/40 {
  background-color: rgb(22 189 202 / 0.4);
}
.bg-teal-400\/45 {
  background-color: rgb(22 189 202 / 0.45);
}
.bg-teal-400\/5 {
  background-color: rgb(22 189 202 / 0.05);
}
.bg-teal-400\/50 {
  background-color: rgb(22 189 202 / 0.5);
}
.bg-teal-400\/55 {
  background-color: rgb(22 189 202 / 0.55);
}
.bg-teal-400\/60 {
  background-color: rgb(22 189 202 / 0.6);
}
.bg-teal-400\/65 {
  background-color: rgb(22 189 202 / 0.65);
}
.bg-teal-400\/70 {
  background-color: rgb(22 189 202 / 0.7);
}
.bg-teal-400\/75 {
  background-color: rgb(22 189 202 / 0.75);
}
.bg-teal-400\/80 {
  background-color: rgb(22 189 202 / 0.8);
}
.bg-teal-400\/85 {
  background-color: rgb(22 189 202 / 0.85);
}
.bg-teal-400\/90 {
  background-color: rgb(22 189 202 / 0.9);
}
.bg-teal-400\/95 {
  background-color: rgb(22 189 202 / 0.95);
}
.bg-teal-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 250 250 / var(--tw-bg-opacity, 1));
}
.bg-teal-50\/0 {
  background-color: rgb(237 250 250 / 0);
}
.bg-teal-50\/10 {
  background-color: rgb(237 250 250 / 0.1);
}
.bg-teal-50\/100 {
  background-color: rgb(237 250 250 / 1);
}
.bg-teal-50\/15 {
  background-color: rgb(237 250 250 / 0.15);
}
.bg-teal-50\/20 {
  background-color: rgb(237 250 250 / 0.2);
}
.bg-teal-50\/25 {
  background-color: rgb(237 250 250 / 0.25);
}
.bg-teal-50\/30 {
  background-color: rgb(237 250 250 / 0.3);
}
.bg-teal-50\/35 {
  background-color: rgb(237 250 250 / 0.35);
}
.bg-teal-50\/40 {
  background-color: rgb(237 250 250 / 0.4);
}
.bg-teal-50\/45 {
  background-color: rgb(237 250 250 / 0.45);
}
.bg-teal-50\/5 {
  background-color: rgb(237 250 250 / 0.05);
}
.bg-teal-50\/50 {
  background-color: rgb(237 250 250 / 0.5);
}
.bg-teal-50\/55 {
  background-color: rgb(237 250 250 / 0.55);
}
.bg-teal-50\/60 {
  background-color: rgb(237 250 250 / 0.6);
}
.bg-teal-50\/65 {
  background-color: rgb(237 250 250 / 0.65);
}
.bg-teal-50\/70 {
  background-color: rgb(237 250 250 / 0.7);
}
.bg-teal-50\/75 {
  background-color: rgb(237 250 250 / 0.75);
}
.bg-teal-50\/80 {
  background-color: rgb(237 250 250 / 0.8);
}
.bg-teal-50\/85 {
  background-color: rgb(237 250 250 / 0.85);
}
.bg-teal-50\/90 {
  background-color: rgb(237 250 250 / 0.9);
}
.bg-teal-50\/95 {
  background-color: rgb(237 250 250 / 0.95);
}
.bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 148 162 / var(--tw-bg-opacity, 1));
}
.bg-teal-500\/0 {
  background-color: rgb(6 148 162 / 0);
}
.bg-teal-500\/10 {
  background-color: rgb(6 148 162 / 0.1);
}
.bg-teal-500\/100 {
  background-color: rgb(6 148 162 / 1);
}
.bg-teal-500\/15 {
  background-color: rgb(6 148 162 / 0.15);
}
.bg-teal-500\/20 {
  background-color: rgb(6 148 162 / 0.2);
}
.bg-teal-500\/25 {
  background-color: rgb(6 148 162 / 0.25);
}
.bg-teal-500\/30 {
  background-color: rgb(6 148 162 / 0.3);
}
.bg-teal-500\/35 {
  background-color: rgb(6 148 162 / 0.35);
}
.bg-teal-500\/40 {
  background-color: rgb(6 148 162 / 0.4);
}
.bg-teal-500\/45 {
  background-color: rgb(6 148 162 / 0.45);
}
.bg-teal-500\/5 {
  background-color: rgb(6 148 162 / 0.05);
}
.bg-teal-500\/50 {
  background-color: rgb(6 148 162 / 0.5);
}
.bg-teal-500\/55 {
  background-color: rgb(6 148 162 / 0.55);
}
.bg-teal-500\/60 {
  background-color: rgb(6 148 162 / 0.6);
}
.bg-teal-500\/65 {
  background-color: rgb(6 148 162 / 0.65);
}
.bg-teal-500\/70 {
  background-color: rgb(6 148 162 / 0.7);
}
.bg-teal-500\/75 {
  background-color: rgb(6 148 162 / 0.75);
}
.bg-teal-500\/80 {
  background-color: rgb(6 148 162 / 0.8);
}
.bg-teal-500\/85 {
  background-color: rgb(6 148 162 / 0.85);
}
.bg-teal-500\/90 {
  background-color: rgb(6 148 162 / 0.9);
}
.bg-teal-500\/95 {
  background-color: rgb(6 148 162 / 0.95);
}
.bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 116 129 / var(--tw-bg-opacity, 1));
}
.bg-teal-600\/0 {
  background-color: rgb(4 116 129 / 0);
}
.bg-teal-600\/10 {
  background-color: rgb(4 116 129 / 0.1);
}
.bg-teal-600\/100 {
  background-color: rgb(4 116 129 / 1);
}
.bg-teal-600\/15 {
  background-color: rgb(4 116 129 / 0.15);
}
.bg-teal-600\/20 {
  background-color: rgb(4 116 129 / 0.2);
}
.bg-teal-600\/25 {
  background-color: rgb(4 116 129 / 0.25);
}
.bg-teal-600\/30 {
  background-color: rgb(4 116 129 / 0.3);
}
.bg-teal-600\/35 {
  background-color: rgb(4 116 129 / 0.35);
}
.bg-teal-600\/40 {
  background-color: rgb(4 116 129 / 0.4);
}
.bg-teal-600\/45 {
  background-color: rgb(4 116 129 / 0.45);
}
.bg-teal-600\/5 {
  background-color: rgb(4 116 129 / 0.05);
}
.bg-teal-600\/50 {
  background-color: rgb(4 116 129 / 0.5);
}
.bg-teal-600\/55 {
  background-color: rgb(4 116 129 / 0.55);
}
.bg-teal-600\/60 {
  background-color: rgb(4 116 129 / 0.6);
}
.bg-teal-600\/65 {
  background-color: rgb(4 116 129 / 0.65);
}
.bg-teal-600\/70 {
  background-color: rgb(4 116 129 / 0.7);
}
.bg-teal-600\/75 {
  background-color: rgb(4 116 129 / 0.75);
}
.bg-teal-600\/80 {
  background-color: rgb(4 116 129 / 0.8);
}
.bg-teal-600\/85 {
  background-color: rgb(4 116 129 / 0.85);
}
.bg-teal-600\/90 {
  background-color: rgb(4 116 129 / 0.9);
}
.bg-teal-600\/95 {
  background-color: rgb(4 116 129 / 0.95);
}
.bg-teal-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 102 114 / var(--tw-bg-opacity, 1));
}
.bg-teal-700\/0 {
  background-color: rgb(3 102 114 / 0);
}
.bg-teal-700\/10 {
  background-color: rgb(3 102 114 / 0.1);
}
.bg-teal-700\/100 {
  background-color: rgb(3 102 114 / 1);
}
.bg-teal-700\/15 {
  background-color: rgb(3 102 114 / 0.15);
}
.bg-teal-700\/20 {
  background-color: rgb(3 102 114 / 0.2);
}
.bg-teal-700\/25 {
  background-color: rgb(3 102 114 / 0.25);
}
.bg-teal-700\/30 {
  background-color: rgb(3 102 114 / 0.3);
}
.bg-teal-700\/35 {
  background-color: rgb(3 102 114 / 0.35);
}
.bg-teal-700\/40 {
  background-color: rgb(3 102 114 / 0.4);
}
.bg-teal-700\/45 {
  background-color: rgb(3 102 114 / 0.45);
}
.bg-teal-700\/5 {
  background-color: rgb(3 102 114 / 0.05);
}
.bg-teal-700\/50 {
  background-color: rgb(3 102 114 / 0.5);
}
.bg-teal-700\/55 {
  background-color: rgb(3 102 114 / 0.55);
}
.bg-teal-700\/60 {
  background-color: rgb(3 102 114 / 0.6);
}
.bg-teal-700\/65 {
  background-color: rgb(3 102 114 / 0.65);
}
.bg-teal-700\/70 {
  background-color: rgb(3 102 114 / 0.7);
}
.bg-teal-700\/75 {
  background-color: rgb(3 102 114 / 0.75);
}
.bg-teal-700\/80 {
  background-color: rgb(3 102 114 / 0.8);
}
.bg-teal-700\/85 {
  background-color: rgb(3 102 114 / 0.85);
}
.bg-teal-700\/90 {
  background-color: rgb(3 102 114 / 0.9);
}
.bg-teal-700\/95 {
  background-color: rgb(3 102 114 / 0.95);
}
.bg-teal-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 80 92 / var(--tw-bg-opacity, 1));
}
.bg-teal-800\/0 {
  background-color: rgb(5 80 92 / 0);
}
.bg-teal-800\/10 {
  background-color: rgb(5 80 92 / 0.1);
}
.bg-teal-800\/100 {
  background-color: rgb(5 80 92 / 1);
}
.bg-teal-800\/15 {
  background-color: rgb(5 80 92 / 0.15);
}
.bg-teal-800\/20 {
  background-color: rgb(5 80 92 / 0.2);
}
.bg-teal-800\/25 {
  background-color: rgb(5 80 92 / 0.25);
}
.bg-teal-800\/30 {
  background-color: rgb(5 80 92 / 0.3);
}
.bg-teal-800\/35 {
  background-color: rgb(5 80 92 / 0.35);
}
.bg-teal-800\/40 {
  background-color: rgb(5 80 92 / 0.4);
}
.bg-teal-800\/45 {
  background-color: rgb(5 80 92 / 0.45);
}
.bg-teal-800\/5 {
  background-color: rgb(5 80 92 / 0.05);
}
.bg-teal-800\/50 {
  background-color: rgb(5 80 92 / 0.5);
}
.bg-teal-800\/55 {
  background-color: rgb(5 80 92 / 0.55);
}
.bg-teal-800\/60 {
  background-color: rgb(5 80 92 / 0.6);
}
.bg-teal-800\/65 {
  background-color: rgb(5 80 92 / 0.65);
}
.bg-teal-800\/70 {
  background-color: rgb(5 80 92 / 0.7);
}
.bg-teal-800\/75 {
  background-color: rgb(5 80 92 / 0.75);
}
.bg-teal-800\/80 {
  background-color: rgb(5 80 92 / 0.8);
}
.bg-teal-800\/85 {
  background-color: rgb(5 80 92 / 0.85);
}
.bg-teal-800\/90 {
  background-color: rgb(5 80 92 / 0.9);
}
.bg-teal-800\/95 {
  background-color: rgb(5 80 92 / 0.95);
}
.bg-teal-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(1 68 81 / var(--tw-bg-opacity, 1));
}
.bg-teal-900\/0 {
  background-color: rgb(1 68 81 / 0);
}
.bg-teal-900\/10 {
  background-color: rgb(1 68 81 / 0.1);
}
.bg-teal-900\/100 {
  background-color: rgb(1 68 81 / 1);
}
.bg-teal-900\/15 {
  background-color: rgb(1 68 81 / 0.15);
}
.bg-teal-900\/20 {
  background-color: rgb(1 68 81 / 0.2);
}
.bg-teal-900\/25 {
  background-color: rgb(1 68 81 / 0.25);
}
.bg-teal-900\/30 {
  background-color: rgb(1 68 81 / 0.3);
}
.bg-teal-900\/35 {
  background-color: rgb(1 68 81 / 0.35);
}
.bg-teal-900\/40 {
  background-color: rgb(1 68 81 / 0.4);
}
.bg-teal-900\/45 {
  background-color: rgb(1 68 81 / 0.45);
}
.bg-teal-900\/5 {
  background-color: rgb(1 68 81 / 0.05);
}
.bg-teal-900\/50 {
  background-color: rgb(1 68 81 / 0.5);
}
.bg-teal-900\/55 {
  background-color: rgb(1 68 81 / 0.55);
}
.bg-teal-900\/60 {
  background-color: rgb(1 68 81 / 0.6);
}
.bg-teal-900\/65 {
  background-color: rgb(1 68 81 / 0.65);
}
.bg-teal-900\/70 {
  background-color: rgb(1 68 81 / 0.7);
}
.bg-teal-900\/75 {
  background-color: rgb(1 68 81 / 0.75);
}
.bg-teal-900\/80 {
  background-color: rgb(1 68 81 / 0.8);
}
.bg-teal-900\/85 {
  background-color: rgb(1 68 81 / 0.85);
}
.bg-teal-900\/90 {
  background-color: rgb(1 68 81 / 0.9);
}
.bg-teal-900\/95 {
  background-color: rgb(1 68 81 / 0.95);
}
.bg-transparent {
  background-color: transparent;
}
.bg-transparent\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-transparent\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-transparent\/15 {
  background-color: rgb(0 0 0 / 0.15);
}
.bg-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-transparent\/35 {
  background-color: rgb(0 0 0 / 0.35);
}
.bg-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-transparent\/45 {
  background-color: rgb(0 0 0 / 0.45);
}
.bg-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-transparent\/55 {
  background-color: rgb(0 0 0 / 0.55);
}
.bg-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-transparent\/65 {
  background-color: rgb(0 0 0 / 0.65);
}
.bg-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-transparent\/85 {
  background-color: rgb(0 0 0 / 0.85);
}
.bg-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-white\/15 {
  background-color: rgb(255 255 255 / 0.15);
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/35 {
  background-color: rgb(255 255 255 / 0.35);
}
.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-white\/45 {
  background-color: rgb(255 255 255 / 0.45);
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/55 {
  background-color: rgb(255 255 255 / 0.55);
}
.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/65 {
  background-color: rgb(255 255 255 / 0.65);
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/85 {
  background-color: rgb(255 255 255 / 0.85);
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 246 178 / var(--tw-bg-opacity, 1));
}
.bg-yellow-100\/0 {
  background-color: rgb(253 246 178 / 0);
}
.bg-yellow-100\/10 {
  background-color: rgb(253 246 178 / 0.1);
}
.bg-yellow-100\/100 {
  background-color: rgb(253 246 178 / 1);
}
.bg-yellow-100\/15 {
  background-color: rgb(253 246 178 / 0.15);
}
.bg-yellow-100\/20 {
  background-color: rgb(253 246 178 / 0.2);
}
.bg-yellow-100\/25 {
  background-color: rgb(253 246 178 / 0.25);
}
.bg-yellow-100\/30 {
  background-color: rgb(253 246 178 / 0.3);
}
.bg-yellow-100\/35 {
  background-color: rgb(253 246 178 / 0.35);
}
.bg-yellow-100\/40 {
  background-color: rgb(253 246 178 / 0.4);
}
.bg-yellow-100\/45 {
  background-color: rgb(253 246 178 / 0.45);
}
.bg-yellow-100\/5 {
  background-color: rgb(253 246 178 / 0.05);
}
.bg-yellow-100\/50 {
  background-color: rgb(253 246 178 / 0.5);
}
.bg-yellow-100\/55 {
  background-color: rgb(253 246 178 / 0.55);
}
.bg-yellow-100\/60 {
  background-color: rgb(253 246 178 / 0.6);
}
.bg-yellow-100\/65 {
  background-color: rgb(253 246 178 / 0.65);
}
.bg-yellow-100\/70 {
  background-color: rgb(253 246 178 / 0.7);
}
.bg-yellow-100\/75 {
  background-color: rgb(253 246 178 / 0.75);
}
.bg-yellow-100\/80 {
  background-color: rgb(253 246 178 / 0.8);
}
.bg-yellow-100\/85 {
  background-color: rgb(253 246 178 / 0.85);
}
.bg-yellow-100\/90 {
  background-color: rgb(253 246 178 / 0.9);
}
.bg-yellow-100\/95 {
  background-color: rgb(253 246 178 / 0.95);
}
.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 233 106 / var(--tw-bg-opacity, 1));
}
.bg-yellow-200\/0 {
  background-color: rgb(252 233 106 / 0);
}
.bg-yellow-200\/10 {
  background-color: rgb(252 233 106 / 0.1);
}
.bg-yellow-200\/100 {
  background-color: rgb(252 233 106 / 1);
}
.bg-yellow-200\/15 {
  background-color: rgb(252 233 106 / 0.15);
}
.bg-yellow-200\/20 {
  background-color: rgb(252 233 106 / 0.2);
}
.bg-yellow-200\/25 {
  background-color: rgb(252 233 106 / 0.25);
}
.bg-yellow-200\/30 {
  background-color: rgb(252 233 106 / 0.3);
}
.bg-yellow-200\/35 {
  background-color: rgb(252 233 106 / 0.35);
}
.bg-yellow-200\/40 {
  background-color: rgb(252 233 106 / 0.4);
}
.bg-yellow-200\/45 {
  background-color: rgb(252 233 106 / 0.45);
}
.bg-yellow-200\/5 {
  background-color: rgb(252 233 106 / 0.05);
}
.bg-yellow-200\/50 {
  background-color: rgb(252 233 106 / 0.5);
}
.bg-yellow-200\/55 {
  background-color: rgb(252 233 106 / 0.55);
}
.bg-yellow-200\/60 {
  background-color: rgb(252 233 106 / 0.6);
}
.bg-yellow-200\/65 {
  background-color: rgb(252 233 106 / 0.65);
}
.bg-yellow-200\/70 {
  background-color: rgb(252 233 106 / 0.7);
}
.bg-yellow-200\/75 {
  background-color: rgb(252 233 106 / 0.75);
}
.bg-yellow-200\/80 {
  background-color: rgb(252 233 106 / 0.8);
}
.bg-yellow-200\/85 {
  background-color: rgb(252 233 106 / 0.85);
}
.bg-yellow-200\/90 {
  background-color: rgb(252 233 106 / 0.9);
}
.bg-yellow-200\/95 {
  background-color: rgb(252 233 106 / 0.95);
}
.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 202 21 / var(--tw-bg-opacity, 1));
}
.bg-yellow-300\/0 {
  background-color: rgb(250 202 21 / 0);
}
.bg-yellow-300\/10 {
  background-color: rgb(250 202 21 / 0.1);
}
.bg-yellow-300\/100 {
  background-color: rgb(250 202 21 / 1);
}
.bg-yellow-300\/15 {
  background-color: rgb(250 202 21 / 0.15);
}
.bg-yellow-300\/20 {
  background-color: rgb(250 202 21 / 0.2);
}
.bg-yellow-300\/25 {
  background-color: rgb(250 202 21 / 0.25);
}
.bg-yellow-300\/30 {
  background-color: rgb(250 202 21 / 0.3);
}
.bg-yellow-300\/35 {
  background-color: rgb(250 202 21 / 0.35);
}
.bg-yellow-300\/40 {
  background-color: rgb(250 202 21 / 0.4);
}
.bg-yellow-300\/45 {
  background-color: rgb(250 202 21 / 0.45);
}
.bg-yellow-300\/5 {
  background-color: rgb(250 202 21 / 0.05);
}
.bg-yellow-300\/50 {
  background-color: rgb(250 202 21 / 0.5);
}
.bg-yellow-300\/55 {
  background-color: rgb(250 202 21 / 0.55);
}
.bg-yellow-300\/60 {
  background-color: rgb(250 202 21 / 0.6);
}
.bg-yellow-300\/65 {
  background-color: rgb(250 202 21 / 0.65);
}
.bg-yellow-300\/70 {
  background-color: rgb(250 202 21 / 0.7);
}
.bg-yellow-300\/75 {
  background-color: rgb(250 202 21 / 0.75);
}
.bg-yellow-300\/80 {
  background-color: rgb(250 202 21 / 0.8);
}
.bg-yellow-300\/85 {
  background-color: rgb(250 202 21 / 0.85);
}
.bg-yellow-300\/90 {
  background-color: rgb(250 202 21 / 0.9);
}
.bg-yellow-300\/95 {
  background-color: rgb(250 202 21 / 0.95);
}
.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(227 160 8 / var(--tw-bg-opacity, 1));
}
.bg-yellow-400\/0 {
  background-color: rgb(227 160 8 / 0);
}
.bg-yellow-400\/10 {
  background-color: rgb(227 160 8 / 0.1);
}
.bg-yellow-400\/100 {
  background-color: rgb(227 160 8 / 1);
}
.bg-yellow-400\/15 {
  background-color: rgb(227 160 8 / 0.15);
}
.bg-yellow-400\/20 {
  background-color: rgb(227 160 8 / 0.2);
}
.bg-yellow-400\/25 {
  background-color: rgb(227 160 8 / 0.25);
}
.bg-yellow-400\/30 {
  background-color: rgb(227 160 8 / 0.3);
}
.bg-yellow-400\/35 {
  background-color: rgb(227 160 8 / 0.35);
}
.bg-yellow-400\/40 {
  background-color: rgb(227 160 8 / 0.4);
}
.bg-yellow-400\/45 {
  background-color: rgb(227 160 8 / 0.45);
}
.bg-yellow-400\/5 {
  background-color: rgb(227 160 8 / 0.05);
}
.bg-yellow-400\/50 {
  background-color: rgb(227 160 8 / 0.5);
}
.bg-yellow-400\/55 {
  background-color: rgb(227 160 8 / 0.55);
}
.bg-yellow-400\/60 {
  background-color: rgb(227 160 8 / 0.6);
}
.bg-yellow-400\/65 {
  background-color: rgb(227 160 8 / 0.65);
}
.bg-yellow-400\/70 {
  background-color: rgb(227 160 8 / 0.7);
}
.bg-yellow-400\/75 {
  background-color: rgb(227 160 8 / 0.75);
}
.bg-yellow-400\/80 {
  background-color: rgb(227 160 8 / 0.8);
}
.bg-yellow-400\/85 {
  background-color: rgb(227 160 8 / 0.85);
}
.bg-yellow-400\/90 {
  background-color: rgb(227 160 8 / 0.9);
}
.bg-yellow-400\/95 {
  background-color: rgb(227 160 8 / 0.95);
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 253 234 / var(--tw-bg-opacity, 1));
}
.bg-yellow-50\/0 {
  background-color: rgb(253 253 234 / 0);
}
.bg-yellow-50\/10 {
  background-color: rgb(253 253 234 / 0.1);
}
.bg-yellow-50\/100 {
  background-color: rgb(253 253 234 / 1);
}
.bg-yellow-50\/15 {
  background-color: rgb(253 253 234 / 0.15);
}
.bg-yellow-50\/20 {
  background-color: rgb(253 253 234 / 0.2);
}
.bg-yellow-50\/25 {
  background-color: rgb(253 253 234 / 0.25);
}
.bg-yellow-50\/30 {
  background-color: rgb(253 253 234 / 0.3);
}
.bg-yellow-50\/35 {
  background-color: rgb(253 253 234 / 0.35);
}
.bg-yellow-50\/40 {
  background-color: rgb(253 253 234 / 0.4);
}
.bg-yellow-50\/45 {
  background-color: rgb(253 253 234 / 0.45);
}
.bg-yellow-50\/5 {
  background-color: rgb(253 253 234 / 0.05);
}
.bg-yellow-50\/50 {
  background-color: rgb(253 253 234 / 0.5);
}
.bg-yellow-50\/55 {
  background-color: rgb(253 253 234 / 0.55);
}
.bg-yellow-50\/60 {
  background-color: rgb(253 253 234 / 0.6);
}
.bg-yellow-50\/65 {
  background-color: rgb(253 253 234 / 0.65);
}
.bg-yellow-50\/70 {
  background-color: rgb(253 253 234 / 0.7);
}
.bg-yellow-50\/75 {
  background-color: rgb(253 253 234 / 0.75);
}
.bg-yellow-50\/80 {
  background-color: rgb(253 253 234 / 0.8);
}
.bg-yellow-50\/85 {
  background-color: rgb(253 253 234 / 0.85);
}
.bg-yellow-50\/90 {
  background-color: rgb(253 253 234 / 0.9);
}
.bg-yellow-50\/95 {
  background-color: rgb(253 253 234 / 0.95);
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(194 120 3 / var(--tw-bg-opacity, 1));
}
.bg-yellow-500\/0 {
  background-color: rgb(194 120 3 / 0);
}
.bg-yellow-500\/10 {
  background-color: rgb(194 120 3 / 0.1);
}
.bg-yellow-500\/100 {
  background-color: rgb(194 120 3 / 1);
}
.bg-yellow-500\/15 {
  background-color: rgb(194 120 3 / 0.15);
}
.bg-yellow-500\/20 {
  background-color: rgb(194 120 3 / 0.2);
}
.bg-yellow-500\/25 {
  background-color: rgb(194 120 3 / 0.25);
}
.bg-yellow-500\/30 {
  background-color: rgb(194 120 3 / 0.3);
}
.bg-yellow-500\/35 {
  background-color: rgb(194 120 3 / 0.35);
}
.bg-yellow-500\/40 {
  background-color: rgb(194 120 3 / 0.4);
}
.bg-yellow-500\/45 {
  background-color: rgb(194 120 3 / 0.45);
}
.bg-yellow-500\/5 {
  background-color: rgb(194 120 3 / 0.05);
}
.bg-yellow-500\/50 {
  background-color: rgb(194 120 3 / 0.5);
}
.bg-yellow-500\/55 {
  background-color: rgb(194 120 3 / 0.55);
}
.bg-yellow-500\/60 {
  background-color: rgb(194 120 3 / 0.6);
}
.bg-yellow-500\/65 {
  background-color: rgb(194 120 3 / 0.65);
}
.bg-yellow-500\/70 {
  background-color: rgb(194 120 3 / 0.7);
}
.bg-yellow-500\/75 {
  background-color: rgb(194 120 3 / 0.75);
}
.bg-yellow-500\/80 {
  background-color: rgb(194 120 3 / 0.8);
}
.bg-yellow-500\/85 {
  background-color: rgb(194 120 3 / 0.85);
}
.bg-yellow-500\/90 {
  background-color: rgb(194 120 3 / 0.9);
}
.bg-yellow-500\/95 {
  background-color: rgb(194 120 3 / 0.95);
}
.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(159 88 10 / var(--tw-bg-opacity, 1));
}
.bg-yellow-600\/0 {
  background-color: rgb(159 88 10 / 0);
}
.bg-yellow-600\/10 {
  background-color: rgb(159 88 10 / 0.1);
}
.bg-yellow-600\/100 {
  background-color: rgb(159 88 10 / 1);
}
.bg-yellow-600\/15 {
  background-color: rgb(159 88 10 / 0.15);
}
.bg-yellow-600\/20 {
  background-color: rgb(159 88 10 / 0.2);
}
.bg-yellow-600\/25 {
  background-color: rgb(159 88 10 / 0.25);
}
.bg-yellow-600\/30 {
  background-color: rgb(159 88 10 / 0.3);
}
.bg-yellow-600\/35 {
  background-color: rgb(159 88 10 / 0.35);
}
.bg-yellow-600\/40 {
  background-color: rgb(159 88 10 / 0.4);
}
.bg-yellow-600\/45 {
  background-color: rgb(159 88 10 / 0.45);
}
.bg-yellow-600\/5 {
  background-color: rgb(159 88 10 / 0.05);
}
.bg-yellow-600\/50 {
  background-color: rgb(159 88 10 / 0.5);
}
.bg-yellow-600\/55 {
  background-color: rgb(159 88 10 / 0.55);
}
.bg-yellow-600\/60 {
  background-color: rgb(159 88 10 / 0.6);
}
.bg-yellow-600\/65 {
  background-color: rgb(159 88 10 / 0.65);
}
.bg-yellow-600\/70 {
  background-color: rgb(159 88 10 / 0.7);
}
.bg-yellow-600\/75 {
  background-color: rgb(159 88 10 / 0.75);
}
.bg-yellow-600\/80 {
  background-color: rgb(159 88 10 / 0.8);
}
.bg-yellow-600\/85 {
  background-color: rgb(159 88 10 / 0.85);
}
.bg-yellow-600\/90 {
  background-color: rgb(159 88 10 / 0.9);
}
.bg-yellow-600\/95 {
  background-color: rgb(159 88 10 / 0.95);
}
.bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(142 75 16 / var(--tw-bg-opacity, 1));
}
.bg-yellow-700\/0 {
  background-color: rgb(142 75 16 / 0);
}
.bg-yellow-700\/10 {
  background-color: rgb(142 75 16 / 0.1);
}
.bg-yellow-700\/100 {
  background-color: rgb(142 75 16 / 1);
}
.bg-yellow-700\/15 {
  background-color: rgb(142 75 16 / 0.15);
}
.bg-yellow-700\/20 {
  background-color: rgb(142 75 16 / 0.2);
}
.bg-yellow-700\/25 {
  background-color: rgb(142 75 16 / 0.25);
}
.bg-yellow-700\/30 {
  background-color: rgb(142 75 16 / 0.3);
}
.bg-yellow-700\/35 {
  background-color: rgb(142 75 16 / 0.35);
}
.bg-yellow-700\/40 {
  background-color: rgb(142 75 16 / 0.4);
}
.bg-yellow-700\/45 {
  background-color: rgb(142 75 16 / 0.45);
}
.bg-yellow-700\/5 {
  background-color: rgb(142 75 16 / 0.05);
}
.bg-yellow-700\/50 {
  background-color: rgb(142 75 16 / 0.5);
}
.bg-yellow-700\/55 {
  background-color: rgb(142 75 16 / 0.55);
}
.bg-yellow-700\/60 {
  background-color: rgb(142 75 16 / 0.6);
}
.bg-yellow-700\/65 {
  background-color: rgb(142 75 16 / 0.65);
}
.bg-yellow-700\/70 {
  background-color: rgb(142 75 16 / 0.7);
}
.bg-yellow-700\/75 {
  background-color: rgb(142 75 16 / 0.75);
}
.bg-yellow-700\/80 {
  background-color: rgb(142 75 16 / 0.8);
}
.bg-yellow-700\/85 {
  background-color: rgb(142 75 16 / 0.85);
}
.bg-yellow-700\/90 {
  background-color: rgb(142 75 16 / 0.9);
}
.bg-yellow-700\/95 {
  background-color: rgb(142 75 16 / 0.95);
}
.bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(114 59 19 / var(--tw-bg-opacity, 1));
}
.bg-yellow-800\/0 {
  background-color: rgb(114 59 19 / 0);
}
.bg-yellow-800\/10 {
  background-color: rgb(114 59 19 / 0.1);
}
.bg-yellow-800\/100 {
  background-color: rgb(114 59 19 / 1);
}
.bg-yellow-800\/15 {
  background-color: rgb(114 59 19 / 0.15);
}
.bg-yellow-800\/20 {
  background-color: rgb(114 59 19 / 0.2);
}
.bg-yellow-800\/25 {
  background-color: rgb(114 59 19 / 0.25);
}
.bg-yellow-800\/30 {
  background-color: rgb(114 59 19 / 0.3);
}
.bg-yellow-800\/35 {
  background-color: rgb(114 59 19 / 0.35);
}
.bg-yellow-800\/40 {
  background-color: rgb(114 59 19 / 0.4);
}
.bg-yellow-800\/45 {
  background-color: rgb(114 59 19 / 0.45);
}
.bg-yellow-800\/5 {
  background-color: rgb(114 59 19 / 0.05);
}
.bg-yellow-800\/50 {
  background-color: rgb(114 59 19 / 0.5);
}
.bg-yellow-800\/55 {
  background-color: rgb(114 59 19 / 0.55);
}
.bg-yellow-800\/60 {
  background-color: rgb(114 59 19 / 0.6);
}
.bg-yellow-800\/65 {
  background-color: rgb(114 59 19 / 0.65);
}
.bg-yellow-800\/70 {
  background-color: rgb(114 59 19 / 0.7);
}
.bg-yellow-800\/75 {
  background-color: rgb(114 59 19 / 0.75);
}
.bg-yellow-800\/80 {
  background-color: rgb(114 59 19 / 0.8);
}
.bg-yellow-800\/85 {
  background-color: rgb(114 59 19 / 0.85);
}
.bg-yellow-800\/90 {
  background-color: rgb(114 59 19 / 0.9);
}
.bg-yellow-800\/95 {
  background-color: rgb(114 59 19 / 0.95);
}
.bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 49 18 / var(--tw-bg-opacity, 1));
}
.bg-yellow-900\/0 {
  background-color: rgb(99 49 18 / 0);
}
.bg-yellow-900\/10 {
  background-color: rgb(99 49 18 / 0.1);
}
.bg-yellow-900\/100 {
  background-color: rgb(99 49 18 / 1);
}
.bg-yellow-900\/15 {
  background-color: rgb(99 49 18 / 0.15);
}
.bg-yellow-900\/20 {
  background-color: rgb(99 49 18 / 0.2);
}
.bg-yellow-900\/25 {
  background-color: rgb(99 49 18 / 0.25);
}
.bg-yellow-900\/30 {
  background-color: rgb(99 49 18 / 0.3);
}
.bg-yellow-900\/35 {
  background-color: rgb(99 49 18 / 0.35);
}
.bg-yellow-900\/40 {
  background-color: rgb(99 49 18 / 0.4);
}
.bg-yellow-900\/45 {
  background-color: rgb(99 49 18 / 0.45);
}
.bg-yellow-900\/5 {
  background-color: rgb(99 49 18 / 0.05);
}
.bg-yellow-900\/50 {
  background-color: rgb(99 49 18 / 0.5);
}
.bg-yellow-900\/55 {
  background-color: rgb(99 49 18 / 0.55);
}
.bg-yellow-900\/60 {
  background-color: rgb(99 49 18 / 0.6);
}
.bg-yellow-900\/65 {
  background-color: rgb(99 49 18 / 0.65);
}
.bg-yellow-900\/70 {
  background-color: rgb(99 49 18 / 0.7);
}
.bg-yellow-900\/75 {
  background-color: rgb(99 49 18 / 0.75);
}
.bg-yellow-900\/80 {
  background-color: rgb(99 49 18 / 0.8);
}
.bg-yellow-900\/85 {
  background-color: rgb(99 49 18 / 0.85);
}
.bg-yellow-900\/90 {
  background-color: rgb(99 49 18 / 0.9);
}
.bg-yellow-900\/95 {
  background-color: rgb(99 49 18 / 0.95);
}
.bg-opacity-0 {
  --tw-bg-opacity: 0;
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-100 {
  --tw-bg-opacity: 1;
}
.bg-opacity-15 {
  --tw-bg-opacity: 0.15;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.bg-opacity-35 {
  --tw-bg-opacity: 0.35;
}
.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
.bg-opacity-45 {
  --tw-bg-opacity: 0.45;
}
.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-55 {
  --tw-bg-opacity: 0.55;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.bg-opacity-65 {
  --tw-bg-opacity: 0.65;
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-opacity-85 {
  --tw-bg-opacity: 0.85;
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.bg-none {
  background-image: none;
}
.from-blue-500 {
  --tw-gradient-from: #3F83F8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 131 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-100 {
  --tw-gradient-from: #F3F4F6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-50 {
  --tw-gradient-from: #F0F5FF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-500\/60 {
  --tw-gradient-from: rgb(104 117 245 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(104 117 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-500 {
  --tw-gradient-from: #F05252 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-indigo-400\/40 {
  --tw-gradient-to: rgb(141 162 251 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(141 162 251 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-blue-50 {
  --tw-gradient-to: #EBF5FF var(--tw-gradient-to-position);
}
.to-gray-50 {
  --tw-gradient-to: #F9FAFB var(--tw-gradient-to-position);
}
.to-green-500 {
  --tw-gradient-to: #0E9F6E var(--tw-gradient-to-position);
}
.to-indigo-500\/60 {
  --tw-gradient-to: rgb(104 117 245 / 0.6) var(--tw-gradient-to-position);
}
.to-pink-500 {
  --tw-gradient-to: #E74694 var(--tw-gradient-to-position);
}
.bg-auto {
  background-size: auto;
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-local {
  background-attachment: local;
}
.bg-scroll {
  background-attachment: scroll;
}
.bg-clip-border {
  background-clip: border-box;
}
.bg-clip-padding {
  background-clip: padding-box;
}
.bg-clip-content {
  background-clip: content-box;
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.bg-left {
  background-position: left;
}
.bg-left-bottom {
  background-position: left bottom;
}
.bg-left-top {
  background-position: left top;
}
.bg-right {
  background-position: right;
}
.bg-right-bottom {
  background-position: right bottom;
}
.bg-right-top {
  background-position: right top;
}
.bg-top {
  background-position: top;
}
.bg-repeat {
  background-repeat: repeat;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.bg-repeat-y {
  background-repeat: repeat-y;
}
.bg-repeat-round {
  background-repeat: round;
}
.bg-repeat-space {
  background-repeat: space;
}
.bg-origin-border {
  background-origin: border-box;
}
.bg-origin-padding {
  background-origin: padding-box;
}
.bg-origin-content {
  background-origin: content-box;
}
.fill-blue-600 {
  fill: #1C64F2;
}
.fill-gray-100 {
  fill: #F3F4F6;
}
.fill-orange-600 {
  fill: #D03801;
}
.fill-primary-600 {
  fill: #dc2626;
}
.fill-white {
  fill: #ffffff;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.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-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-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-0\.5 {
  padding-bottom: 0.125rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-40 {
  padding-bottom: 10rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-11 {
  padding-left: 2.75rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-14 {
  padding-right: 3.5rem;
}
.pr-16 {
  padding-right: 4rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-20 {
  padding-right: 5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-32 {
  padding-right: 8rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.ps-2 {
  padding-inline-start: 0.5rem;
}
.ps-8 {
  padding-inline-start: 2rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.indent-5 {
  text-indent: 1.25rem;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.align-text-top {
  vertical-align: text-top;
}
.align-text-bottom {
  vertical-align: text-bottom;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.text-9xl {
  font-size: 8rem;
  line-height: 1;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-3 {
  line-height: .75rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-\[0\.25rem\] {
  line-height: 0.25rem;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#16a34a\] {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-black\/0 {
  color: rgb(0 0 0 / 0);
}
.text-black\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-black\/100 {
  color: rgb(0 0 0 / 1);
}
.text-black\/15 {
  color: rgb(0 0 0 / 0.15);
}
.text-black\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-black\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-black\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-black\/35 {
  color: rgb(0 0 0 / 0.35);
}
.text-black\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-black\/45 {
  color: rgb(0 0 0 / 0.45);
}
.text-black\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-black\/55 {
  color: rgb(0 0 0 / 0.55);
}
.text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-black\/65 {
  color: rgb(0 0 0 / 0.65);
}
.text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-black\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-black\/85 {
  color: rgb(0 0 0 / 0.85);
}
.text-black\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-black\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(225 239 254 / var(--tw-text-opacity, 1));
}
.text-blue-100\/0 {
  color: rgb(225 239 254 / 0);
}
.text-blue-100\/10 {
  color: rgb(225 239 254 / 0.1);
}
.text-blue-100\/100 {
  color: rgb(225 239 254 / 1);
}
.text-blue-100\/15 {
  color: rgb(225 239 254 / 0.15);
}
.text-blue-100\/20 {
  color: rgb(225 239 254 / 0.2);
}
.text-blue-100\/25 {
  color: rgb(225 239 254 / 0.25);
}
.text-blue-100\/30 {
  color: rgb(225 239 254 / 0.3);
}
.text-blue-100\/35 {
  color: rgb(225 239 254 / 0.35);
}
.text-blue-100\/40 {
  color: rgb(225 239 254 / 0.4);
}
.text-blue-100\/45 {
  color: rgb(225 239 254 / 0.45);
}
.text-blue-100\/5 {
  color: rgb(225 239 254 / 0.05);
}
.text-blue-100\/50 {
  color: rgb(225 239 254 / 0.5);
}
.text-blue-100\/55 {
  color: rgb(225 239 254 / 0.55);
}
.text-blue-100\/60 {
  color: rgb(225 239 254 / 0.6);
}
.text-blue-100\/65 {
  color: rgb(225 239 254 / 0.65);
}
.text-blue-100\/70 {
  color: rgb(225 239 254 / 0.7);
}
.text-blue-100\/75 {
  color: rgb(225 239 254 / 0.75);
}
.text-blue-100\/80 {
  color: rgb(225 239 254 / 0.8);
}
.text-blue-100\/85 {
  color: rgb(225 239 254 / 0.85);
}
.text-blue-100\/90 {
  color: rgb(225 239 254 / 0.9);
}
.text-blue-100\/95 {
  color: rgb(225 239 254 / 0.95);
}
.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(195 221 253 / var(--tw-text-opacity, 1));
}
.text-blue-200\/0 {
  color: rgb(195 221 253 / 0);
}
.text-blue-200\/10 {
  color: rgb(195 221 253 / 0.1);
}
.text-blue-200\/100 {
  color: rgb(195 221 253 / 1);
}
.text-blue-200\/15 {
  color: rgb(195 221 253 / 0.15);
}
.text-blue-200\/20 {
  color: rgb(195 221 253 / 0.2);
}
.text-blue-200\/25 {
  color: rgb(195 221 253 / 0.25);
}
.text-blue-200\/30 {
  color: rgb(195 221 253 / 0.3);
}
.text-blue-200\/35 {
  color: rgb(195 221 253 / 0.35);
}
.text-blue-200\/40 {
  color: rgb(195 221 253 / 0.4);
}
.text-blue-200\/45 {
  color: rgb(195 221 253 / 0.45);
}
.text-blue-200\/5 {
  color: rgb(195 221 253 / 0.05);
}
.text-blue-200\/50 {
  color: rgb(195 221 253 / 0.5);
}
.text-blue-200\/55 {
  color: rgb(195 221 253 / 0.55);
}
.text-blue-200\/60 {
  color: rgb(195 221 253 / 0.6);
}
.text-blue-200\/65 {
  color: rgb(195 221 253 / 0.65);
}
.text-blue-200\/70 {
  color: rgb(195 221 253 / 0.7);
}
.text-blue-200\/75 {
  color: rgb(195 221 253 / 0.75);
}
.text-blue-200\/80 {
  color: rgb(195 221 253 / 0.8);
}
.text-blue-200\/85 {
  color: rgb(195 221 253 / 0.85);
}
.text-blue-200\/90 {
  color: rgb(195 221 253 / 0.9);
}
.text-blue-200\/95 {
  color: rgb(195 221 253 / 0.95);
}
.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(164 202 254 / var(--tw-text-opacity, 1));
}
.text-blue-300\/0 {
  color: rgb(164 202 254 / 0);
}
.text-blue-300\/10 {
  color: rgb(164 202 254 / 0.1);
}
.text-blue-300\/100 {
  color: rgb(164 202 254 / 1);
}
.text-blue-300\/15 {
  color: rgb(164 202 254 / 0.15);
}
.text-blue-300\/20 {
  color: rgb(164 202 254 / 0.2);
}
.text-blue-300\/25 {
  color: rgb(164 202 254 / 0.25);
}
.text-blue-300\/30 {
  color: rgb(164 202 254 / 0.3);
}
.text-blue-300\/35 {
  color: rgb(164 202 254 / 0.35);
}
.text-blue-300\/40 {
  color: rgb(164 202 254 / 0.4);
}
.text-blue-300\/45 {
  color: rgb(164 202 254 / 0.45);
}
.text-blue-300\/5 {
  color: rgb(164 202 254 / 0.05);
}
.text-blue-300\/50 {
  color: rgb(164 202 254 / 0.5);
}
.text-blue-300\/55 {
  color: rgb(164 202 254 / 0.55);
}
.text-blue-300\/60 {
  color: rgb(164 202 254 / 0.6);
}
.text-blue-300\/65 {
  color: rgb(164 202 254 / 0.65);
}
.text-blue-300\/70 {
  color: rgb(164 202 254 / 0.7);
}
.text-blue-300\/75 {
  color: rgb(164 202 254 / 0.75);
}
.text-blue-300\/80 {
  color: rgb(164 202 254 / 0.8);
}
.text-blue-300\/85 {
  color: rgb(164 202 254 / 0.85);
}
.text-blue-300\/90 {
  color: rgb(164 202 254 / 0.9);
}
.text-blue-300\/95 {
  color: rgb(164 202 254 / 0.95);
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(118 169 250 / var(--tw-text-opacity, 1));
}
.text-blue-400\/0 {
  color: rgb(118 169 250 / 0);
}
.text-blue-400\/10 {
  color: rgb(118 169 250 / 0.1);
}
.text-blue-400\/100 {
  color: rgb(118 169 250 / 1);
}
.text-blue-400\/15 {
  color: rgb(118 169 250 / 0.15);
}
.text-blue-400\/20 {
  color: rgb(118 169 250 / 0.2);
}
.text-blue-400\/25 {
  color: rgb(118 169 250 / 0.25);
}
.text-blue-400\/30 {
  color: rgb(118 169 250 / 0.3);
}
.text-blue-400\/35 {
  color: rgb(118 169 250 / 0.35);
}
.text-blue-400\/40 {
  color: rgb(118 169 250 / 0.4);
}
.text-blue-400\/45 {
  color: rgb(118 169 250 / 0.45);
}
.text-blue-400\/5 {
  color: rgb(118 169 250 / 0.05);
}
.text-blue-400\/50 {
  color: rgb(118 169 250 / 0.5);
}
.text-blue-400\/55 {
  color: rgb(118 169 250 / 0.55);
}
.text-blue-400\/60 {
  color: rgb(118 169 250 / 0.6);
}
.text-blue-400\/65 {
  color: rgb(118 169 250 / 0.65);
}
.text-blue-400\/70 {
  color: rgb(118 169 250 / 0.7);
}
.text-blue-400\/75 {
  color: rgb(118 169 250 / 0.75);
}
.text-blue-400\/80 {
  color: rgb(118 169 250 / 0.8);
}
.text-blue-400\/85 {
  color: rgb(118 169 250 / 0.85);
}
.text-blue-400\/90 {
  color: rgb(118 169 250 / 0.9);
}
.text-blue-400\/95 {
  color: rgb(118 169 250 / 0.95);
}
.text-blue-50 {
  --tw-text-opacity: 1;
  color: rgb(235 245 255 / var(--tw-text-opacity, 1));
}
.text-blue-50\/0 {
  color: rgb(235 245 255 / 0);
}
.text-blue-50\/10 {
  color: rgb(235 245 255 / 0.1);
}
.text-blue-50\/100 {
  color: rgb(235 245 255 / 1);
}
.text-blue-50\/15 {
  color: rgb(235 245 255 / 0.15);
}
.text-blue-50\/20 {
  color: rgb(235 245 255 / 0.2);
}
.text-blue-50\/25 {
  color: rgb(235 245 255 / 0.25);
}
.text-blue-50\/30 {
  color: rgb(235 245 255 / 0.3);
}
.text-blue-50\/35 {
  color: rgb(235 245 255 / 0.35);
}
.text-blue-50\/40 {
  color: rgb(235 245 255 / 0.4);
}
.text-blue-50\/45 {
  color: rgb(235 245 255 / 0.45);
}
.text-blue-50\/5 {
  color: rgb(235 245 255 / 0.05);
}
.text-blue-50\/50 {
  color: rgb(235 245 255 / 0.5);
}
.text-blue-50\/55 {
  color: rgb(235 245 255 / 0.55);
}
.text-blue-50\/60 {
  color: rgb(235 245 255 / 0.6);
}
.text-blue-50\/65 {
  color: rgb(235 245 255 / 0.65);
}
.text-blue-50\/70 {
  color: rgb(235 245 255 / 0.7);
}
.text-blue-50\/75 {
  color: rgb(235 245 255 / 0.75);
}
.text-blue-50\/80 {
  color: rgb(235 245 255 / 0.8);
}
.text-blue-50\/85 {
  color: rgb(235 245 255 / 0.85);
}
.text-blue-50\/90 {
  color: rgb(235 245 255 / 0.9);
}
.text-blue-50\/95 {
  color: rgb(235 245 255 / 0.95);
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(63 131 248 / var(--tw-text-opacity, 1));
}
.text-blue-500\/0 {
  color: rgb(63 131 248 / 0);
}
.text-blue-500\/10 {
  color: rgb(63 131 248 / 0.1);
}
.text-blue-500\/100 {
  color: rgb(63 131 248 / 1);
}
.text-blue-500\/15 {
  color: rgb(63 131 248 / 0.15);
}
.text-blue-500\/20 {
  color: rgb(63 131 248 / 0.2);
}
.text-blue-500\/25 {
  color: rgb(63 131 248 / 0.25);
}
.text-blue-500\/30 {
  color: rgb(63 131 248 / 0.3);
}
.text-blue-500\/35 {
  color: rgb(63 131 248 / 0.35);
}
.text-blue-500\/40 {
  color: rgb(63 131 248 / 0.4);
}
.text-blue-500\/45 {
  color: rgb(63 131 248 / 0.45);
}
.text-blue-500\/5 {
  color: rgb(63 131 248 / 0.05);
}
.text-blue-500\/50 {
  color: rgb(63 131 248 / 0.5);
}
.text-blue-500\/55 {
  color: rgb(63 131 248 / 0.55);
}
.text-blue-500\/60 {
  color: rgb(63 131 248 / 0.6);
}
.text-blue-500\/65 {
  color: rgb(63 131 248 / 0.65);
}
.text-blue-500\/70 {
  color: rgb(63 131 248 / 0.7);
}
.text-blue-500\/75 {
  color: rgb(63 131 248 / 0.75);
}
.text-blue-500\/80 {
  color: rgb(63 131 248 / 0.8);
}
.text-blue-500\/85 {
  color: rgb(63 131 248 / 0.85);
}
.text-blue-500\/90 {
  color: rgb(63 131 248 / 0.9);
}
.text-blue-500\/95 {
  color: rgb(63 131 248 / 0.95);
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(28 100 242 / var(--tw-text-opacity, 1));
}
.text-blue-600\/0 {
  color: rgb(28 100 242 / 0);
}
.text-blue-600\/10 {
  color: rgb(28 100 242 / 0.1);
}
.text-blue-600\/100 {
  color: rgb(28 100 242 / 1);
}
.text-blue-600\/15 {
  color: rgb(28 100 242 / 0.15);
}
.text-blue-600\/20 {
  color: rgb(28 100 242 / 0.2);
}
.text-blue-600\/25 {
  color: rgb(28 100 242 / 0.25);
}
.text-blue-600\/30 {
  color: rgb(28 100 242 / 0.3);
}
.text-blue-600\/35 {
  color: rgb(28 100 242 / 0.35);
}
.text-blue-600\/40 {
  color: rgb(28 100 242 / 0.4);
}
.text-blue-600\/45 {
  color: rgb(28 100 242 / 0.45);
}
.text-blue-600\/5 {
  color: rgb(28 100 242 / 0.05);
}
.text-blue-600\/50 {
  color: rgb(28 100 242 / 0.5);
}
.text-blue-600\/55 {
  color: rgb(28 100 242 / 0.55);
}
.text-blue-600\/60 {
  color: rgb(28 100 242 / 0.6);
}
.text-blue-600\/65 {
  color: rgb(28 100 242 / 0.65);
}
.text-blue-600\/70 {
  color: rgb(28 100 242 / 0.7);
}
.text-blue-600\/75 {
  color: rgb(28 100 242 / 0.75);
}
.text-blue-600\/80 {
  color: rgb(28 100 242 / 0.8);
}
.text-blue-600\/85 {
  color: rgb(28 100 242 / 0.85);
}
.text-blue-600\/90 {
  color: rgb(28 100 242 / 0.9);
}
.text-blue-600\/95 {
  color: rgb(28 100 242 / 0.95);
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(26 86 219 / var(--tw-text-opacity, 1));
}
.text-blue-700\/0 {
  color: rgb(26 86 219 / 0);
}
.text-blue-700\/10 {
  color: rgb(26 86 219 / 0.1);
}
.text-blue-700\/100 {
  color: rgb(26 86 219 / 1);
}
.text-blue-700\/15 {
  color: rgb(26 86 219 / 0.15);
}
.text-blue-700\/20 {
  color: rgb(26 86 219 / 0.2);
}
.text-blue-700\/25 {
  color: rgb(26 86 219 / 0.25);
}
.text-blue-700\/30 {
  color: rgb(26 86 219 / 0.3);
}
.text-blue-700\/35 {
  color: rgb(26 86 219 / 0.35);
}
.text-blue-700\/40 {
  color: rgb(26 86 219 / 0.4);
}
.text-blue-700\/45 {
  color: rgb(26 86 219 / 0.45);
}
.text-blue-700\/5 {
  color: rgb(26 86 219 / 0.05);
}
.text-blue-700\/50 {
  color: rgb(26 86 219 / 0.5);
}
.text-blue-700\/55 {
  color: rgb(26 86 219 / 0.55);
}
.text-blue-700\/60 {
  color: rgb(26 86 219 / 0.6);
}
.text-blue-700\/65 {
  color: rgb(26 86 219 / 0.65);
}
.text-blue-700\/70 {
  color: rgb(26 86 219 / 0.7);
}
.text-blue-700\/75 {
  color: rgb(26 86 219 / 0.75);
}
.text-blue-700\/80 {
  color: rgb(26 86 219 / 0.8);
}
.text-blue-700\/85 {
  color: rgb(26 86 219 / 0.85);
}
.text-blue-700\/90 {
  color: rgb(26 86 219 / 0.9);
}
.text-blue-700\/95 {
  color: rgb(26 86 219 / 0.95);
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 66 159 / var(--tw-text-opacity, 1));
}
.text-blue-800\/0 {
  color: rgb(30 66 159 / 0);
}
.text-blue-800\/10 {
  color: rgb(30 66 159 / 0.1);
}
.text-blue-800\/100 {
  color: rgb(30 66 159 / 1);
}
.text-blue-800\/15 {
  color: rgb(30 66 159 / 0.15);
}
.text-blue-800\/20 {
  color: rgb(30 66 159 / 0.2);
}
.text-blue-800\/25 {
  color: rgb(30 66 159 / 0.25);
}
.text-blue-800\/30 {
  color: rgb(30 66 159 / 0.3);
}
.text-blue-800\/35 {
  color: rgb(30 66 159 / 0.35);
}
.text-blue-800\/40 {
  color: rgb(30 66 159 / 0.4);
}
.text-blue-800\/45 {
  color: rgb(30 66 159 / 0.45);
}
.text-blue-800\/5 {
  color: rgb(30 66 159 / 0.05);
}
.text-blue-800\/50 {
  color: rgb(30 66 159 / 0.5);
}
.text-blue-800\/55 {
  color: rgb(30 66 159 / 0.55);
}
.text-blue-800\/60 {
  color: rgb(30 66 159 / 0.6);
}
.text-blue-800\/65 {
  color: rgb(30 66 159 / 0.65);
}
.text-blue-800\/70 {
  color: rgb(30 66 159 / 0.7);
}
.text-blue-800\/75 {
  color: rgb(30 66 159 / 0.75);
}
.text-blue-800\/80 {
  color: rgb(30 66 159 / 0.8);
}
.text-blue-800\/85 {
  color: rgb(30 66 159 / 0.85);
}
.text-blue-800\/90 {
  color: rgb(30 66 159 / 0.9);
}
.text-blue-800\/95 {
  color: rgb(30 66 159 / 0.95);
}
.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(35 56 118 / var(--tw-text-opacity, 1));
}
.text-blue-900\/0 {
  color: rgb(35 56 118 / 0);
}
.text-blue-900\/10 {
  color: rgb(35 56 118 / 0.1);
}
.text-blue-900\/100 {
  color: rgb(35 56 118 / 1);
}
.text-blue-900\/15 {
  color: rgb(35 56 118 / 0.15);
}
.text-blue-900\/20 {
  color: rgb(35 56 118 / 0.2);
}
.text-blue-900\/25 {
  color: rgb(35 56 118 / 0.25);
}
.text-blue-900\/30 {
  color: rgb(35 56 118 / 0.3);
}
.text-blue-900\/35 {
  color: rgb(35 56 118 / 0.35);
}
.text-blue-900\/40 {
  color: rgb(35 56 118 / 0.4);
}
.text-blue-900\/45 {
  color: rgb(35 56 118 / 0.45);
}
.text-blue-900\/5 {
  color: rgb(35 56 118 / 0.05);
}
.text-blue-900\/50 {
  color: rgb(35 56 118 / 0.5);
}
.text-blue-900\/55 {
  color: rgb(35 56 118 / 0.55);
}
.text-blue-900\/60 {
  color: rgb(35 56 118 / 0.6);
}
.text-blue-900\/65 {
  color: rgb(35 56 118 / 0.65);
}
.text-blue-900\/70 {
  color: rgb(35 56 118 / 0.7);
}
.text-blue-900\/75 {
  color: rgb(35 56 118 / 0.75);
}
.text-blue-900\/80 {
  color: rgb(35 56 118 / 0.8);
}
.text-blue-900\/85 {
  color: rgb(35 56 118 / 0.85);
}
.text-blue-900\/90 {
  color: rgb(35 56 118 / 0.9);
}
.text-blue-900\/95 {
  color: rgb(35 56 118 / 0.95);
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.text-gray-100\/0 {
  color: rgb(243 244 246 / 0);
}
.text-gray-100\/10 {
  color: rgb(243 244 246 / 0.1);
}
.text-gray-100\/100 {
  color: rgb(243 244 246 / 1);
}
.text-gray-100\/15 {
  color: rgb(243 244 246 / 0.15);
}
.text-gray-100\/20 {
  color: rgb(243 244 246 / 0.2);
}
.text-gray-100\/25 {
  color: rgb(243 244 246 / 0.25);
}
.text-gray-100\/30 {
  color: rgb(243 244 246 / 0.3);
}
.text-gray-100\/35 {
  color: rgb(243 244 246 / 0.35);
}
.text-gray-100\/40 {
  color: rgb(243 244 246 / 0.4);
}
.text-gray-100\/45 {
  color: rgb(243 244 246 / 0.45);
}
.text-gray-100\/5 {
  color: rgb(243 244 246 / 0.05);
}
.text-gray-100\/50 {
  color: rgb(243 244 246 / 0.5);
}
.text-gray-100\/55 {
  color: rgb(243 244 246 / 0.55);
}
.text-gray-100\/60 {
  color: rgb(243 244 246 / 0.6);
}
.text-gray-100\/65 {
  color: rgb(243 244 246 / 0.65);
}
.text-gray-100\/70 {
  color: rgb(243 244 246 / 0.7);
}
.text-gray-100\/75 {
  color: rgb(243 244 246 / 0.75);
}
.text-gray-100\/80 {
  color: rgb(243 244 246 / 0.8);
}
.text-gray-100\/85 {
  color: rgb(243 244 246 / 0.85);
}
.text-gray-100\/90 {
  color: rgb(243 244 246 / 0.9);
}
.text-gray-100\/95 {
  color: rgb(243 244 246 / 0.95);
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.text-gray-200\/0 {
  color: rgb(229 231 235 / 0);
}
.text-gray-200\/10 {
  color: rgb(229 231 235 / 0.1);
}
.text-gray-200\/100 {
  color: rgb(229 231 235 / 1);
}
.text-gray-200\/15 {
  color: rgb(229 231 235 / 0.15);
}
.text-gray-200\/20 {
  color: rgb(229 231 235 / 0.2);
}
.text-gray-200\/25 {
  color: rgb(229 231 235 / 0.25);
}
.text-gray-200\/30 {
  color: rgb(229 231 235 / 0.3);
}
.text-gray-200\/35 {
  color: rgb(229 231 235 / 0.35);
}
.text-gray-200\/40 {
  color: rgb(229 231 235 / 0.4);
}
.text-gray-200\/45 {
  color: rgb(229 231 235 / 0.45);
}
.text-gray-200\/5 {
  color: rgb(229 231 235 / 0.05);
}
.text-gray-200\/50 {
  color: rgb(229 231 235 / 0.5);
}
.text-gray-200\/55 {
  color: rgb(229 231 235 / 0.55);
}
.text-gray-200\/60 {
  color: rgb(229 231 235 / 0.6);
}
.text-gray-200\/65 {
  color: rgb(229 231 235 / 0.65);
}
.text-gray-200\/70 {
  color: rgb(229 231 235 / 0.7);
}
.text-gray-200\/75 {
  color: rgb(229 231 235 / 0.75);
}
.text-gray-200\/80 {
  color: rgb(229 231 235 / 0.8);
}
.text-gray-200\/85 {
  color: rgb(229 231 235 / 0.85);
}
.text-gray-200\/90 {
  color: rgb(229 231 235 / 0.9);
}
.text-gray-200\/95 {
  color: rgb(229 231 235 / 0.95);
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-300\/0 {
  color: rgb(209 213 219 / 0);
}
.text-gray-300\/10 {
  color: rgb(209 213 219 / 0.1);
}
.text-gray-300\/100 {
  color: rgb(209 213 219 / 1);
}
.text-gray-300\/15 {
  color: rgb(209 213 219 / 0.15);
}
.text-gray-300\/20 {
  color: rgb(209 213 219 / 0.2);
}
.text-gray-300\/25 {
  color: rgb(209 213 219 / 0.25);
}
.text-gray-300\/30 {
  color: rgb(209 213 219 / 0.3);
}
.text-gray-300\/35 {
  color: rgb(209 213 219 / 0.35);
}
.text-gray-300\/40 {
  color: rgb(209 213 219 / 0.4);
}
.text-gray-300\/45 {
  color: rgb(209 213 219 / 0.45);
}
.text-gray-300\/5 {
  color: rgb(209 213 219 / 0.05);
}
.text-gray-300\/50 {
  color: rgb(209 213 219 / 0.5);
}
.text-gray-300\/55 {
  color: rgb(209 213 219 / 0.55);
}
.text-gray-300\/60 {
  color: rgb(209 213 219 / 0.6);
}
.text-gray-300\/65 {
  color: rgb(209 213 219 / 0.65);
}
.text-gray-300\/70 {
  color: rgb(209 213 219 / 0.7);
}
.text-gray-300\/75 {
  color: rgb(209 213 219 / 0.75);
}
.text-gray-300\/80 {
  color: rgb(209 213 219 / 0.8);
}
.text-gray-300\/85 {
  color: rgb(209 213 219 / 0.85);
}
.text-gray-300\/90 {
  color: rgb(209 213 219 / 0.9);
}
.text-gray-300\/95 {
  color: rgb(209 213 219 / 0.95);
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-400\/0 {
  color: rgb(156 163 175 / 0);
}
.text-gray-400\/10 {
  color: rgb(156 163 175 / 0.1);
}
.text-gray-400\/100 {
  color: rgb(156 163 175 / 1);
}
.text-gray-400\/15 {
  color: rgb(156 163 175 / 0.15);
}
.text-gray-400\/20 {
  color: rgb(156 163 175 / 0.2);
}
.text-gray-400\/25 {
  color: rgb(156 163 175 / 0.25);
}
.text-gray-400\/30 {
  color: rgb(156 163 175 / 0.3);
}
.text-gray-400\/35 {
  color: rgb(156 163 175 / 0.35);
}
.text-gray-400\/40 {
  color: rgb(156 163 175 / 0.4);
}
.text-gray-400\/45 {
  color: rgb(156 163 175 / 0.45);
}
.text-gray-400\/5 {
  color: rgb(156 163 175 / 0.05);
}
.text-gray-400\/50 {
  color: rgb(156 163 175 / 0.5);
}
.text-gray-400\/55 {
  color: rgb(156 163 175 / 0.55);
}
.text-gray-400\/60 {
  color: rgb(156 163 175 / 0.6);
}
.text-gray-400\/65 {
  color: rgb(156 163 175 / 0.65);
}
.text-gray-400\/70 {
  color: rgb(156 163 175 / 0.7);
}
.text-gray-400\/75 {
  color: rgb(156 163 175 / 0.75);
}
.text-gray-400\/80 {
  color: rgb(156 163 175 / 0.8);
}
.text-gray-400\/85 {
  color: rgb(156 163 175 / 0.85);
}
.text-gray-400\/90 {
  color: rgb(156 163 175 / 0.9);
}
.text-gray-400\/95 {
  color: rgb(156 163 175 / 0.95);
}
.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}
.text-gray-50\/0 {
  color: rgb(249 250 251 / 0);
}
.text-gray-50\/10 {
  color: rgb(249 250 251 / 0.1);
}
.text-gray-50\/100 {
  color: rgb(249 250 251 / 1);
}
.text-gray-50\/15 {
  color: rgb(249 250 251 / 0.15);
}
.text-gray-50\/20 {
  color: rgb(249 250 251 / 0.2);
}
.text-gray-50\/25 {
  color: rgb(249 250 251 / 0.25);
}
.text-gray-50\/30 {
  color: rgb(249 250 251 / 0.3);
}
.text-gray-50\/35 {
  color: rgb(249 250 251 / 0.35);
}
.text-gray-50\/40 {
  color: rgb(249 250 251 / 0.4);
}
.text-gray-50\/45 {
  color: rgb(249 250 251 / 0.45);
}
.text-gray-50\/5 {
  color: rgb(249 250 251 / 0.05);
}
.text-gray-50\/50 {
  color: rgb(249 250 251 / 0.5);
}
.text-gray-50\/55 {
  color: rgb(249 250 251 / 0.55);
}
.text-gray-50\/60 {
  color: rgb(249 250 251 / 0.6);
}
.text-gray-50\/65 {
  color: rgb(249 250 251 / 0.65);
}
.text-gray-50\/70 {
  color: rgb(249 250 251 / 0.7);
}
.text-gray-50\/75 {
  color: rgb(249 250 251 / 0.75);
}
.text-gray-50\/80 {
  color: rgb(249 250 251 / 0.8);
}
.text-gray-50\/85 {
  color: rgb(249 250 251 / 0.85);
}
.text-gray-50\/90 {
  color: rgb(249 250 251 / 0.9);
}
.text-gray-50\/95 {
  color: rgb(249 250 251 / 0.95);
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-500\/0 {
  color: rgb(107 114 128 / 0);
}
.text-gray-500\/10 {
  color: rgb(107 114 128 / 0.1);
}
.text-gray-500\/100 {
  color: rgb(107 114 128 / 1);
}
.text-gray-500\/15 {
  color: rgb(107 114 128 / 0.15);
}
.text-gray-500\/20 {
  color: rgb(107 114 128 / 0.2);
}
.text-gray-500\/25 {
  color: rgb(107 114 128 / 0.25);
}
.text-gray-500\/30 {
  color: rgb(107 114 128 / 0.3);
}
.text-gray-500\/35 {
  color: rgb(107 114 128 / 0.35);
}
.text-gray-500\/40 {
  color: rgb(107 114 128 / 0.4);
}
.text-gray-500\/45 {
  color: rgb(107 114 128 / 0.45);
}
.text-gray-500\/5 {
  color: rgb(107 114 128 / 0.05);
}
.text-gray-500\/50 {
  color: rgb(107 114 128 / 0.5);
}
.text-gray-500\/55 {
  color: rgb(107 114 128 / 0.55);
}
.text-gray-500\/60 {
  color: rgb(107 114 128 / 0.6);
}
.text-gray-500\/65 {
  color: rgb(107 114 128 / 0.65);
}
.text-gray-500\/70 {
  color: rgb(107 114 128 / 0.7);
}
.text-gray-500\/75 {
  color: rgb(107 114 128 / 0.75);
}
.text-gray-500\/80 {
  color: rgb(107 114 128 / 0.8);
}
.text-gray-500\/85 {
  color: rgb(107 114 128 / 0.85);
}
.text-gray-500\/90 {
  color: rgb(107 114 128 / 0.9);
}
.text-gray-500\/95 {
  color: rgb(107 114 128 / 0.95);
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-600\/0 {
  color: rgb(75 85 99 / 0);
}
.text-gray-600\/10 {
  color: rgb(75 85 99 / 0.1);
}
.text-gray-600\/100 {
  color: rgb(75 85 99 / 1);
}
.text-gray-600\/15 {
  color: rgb(75 85 99 / 0.15);
}
.text-gray-600\/20 {
  color: rgb(75 85 99 / 0.2);
}
.text-gray-600\/25 {
  color: rgb(75 85 99 / 0.25);
}
.text-gray-600\/30 {
  color: rgb(75 85 99 / 0.3);
}
.text-gray-600\/35 {
  color: rgb(75 85 99 / 0.35);
}
.text-gray-600\/40 {
  color: rgb(75 85 99 / 0.4);
}
.text-gray-600\/45 {
  color: rgb(75 85 99 / 0.45);
}
.text-gray-600\/5 {
  color: rgb(75 85 99 / 0.05);
}
.text-gray-600\/50 {
  color: rgb(75 85 99 / 0.5);
}
.text-gray-600\/55 {
  color: rgb(75 85 99 / 0.55);
}
.text-gray-600\/60 {
  color: rgb(75 85 99 / 0.6);
}
.text-gray-600\/65 {
  color: rgb(75 85 99 / 0.65);
}
.text-gray-600\/70 {
  color: rgb(75 85 99 / 0.7);
}
.text-gray-600\/75 {
  color: rgb(75 85 99 / 0.75);
}
.text-gray-600\/80 {
  color: rgb(75 85 99 / 0.8);
}
.text-gray-600\/85 {
  color: rgb(75 85 99 / 0.85);
}
.text-gray-600\/90 {
  color: rgb(75 85 99 / 0.9);
}
.text-gray-600\/95 {
  color: rgb(75 85 99 / 0.95);
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-700\/0 {
  color: rgb(55 65 81 / 0);
}
.text-gray-700\/10 {
  color: rgb(55 65 81 / 0.1);
}
.text-gray-700\/100 {
  color: rgb(55 65 81 / 1);
}
.text-gray-700\/15 {
  color: rgb(55 65 81 / 0.15);
}
.text-gray-700\/20 {
  color: rgb(55 65 81 / 0.2);
}
.text-gray-700\/25 {
  color: rgb(55 65 81 / 0.25);
}
.text-gray-700\/30 {
  color: rgb(55 65 81 / 0.3);
}
.text-gray-700\/35 {
  color: rgb(55 65 81 / 0.35);
}
.text-gray-700\/40 {
  color: rgb(55 65 81 / 0.4);
}
.text-gray-700\/45 {
  color: rgb(55 65 81 / 0.45);
}
.text-gray-700\/5 {
  color: rgb(55 65 81 / 0.05);
}
.text-gray-700\/50 {
  color: rgb(55 65 81 / 0.5);
}
.text-gray-700\/55 {
  color: rgb(55 65 81 / 0.55);
}
.text-gray-700\/60 {
  color: rgb(55 65 81 / 0.6);
}
.text-gray-700\/65 {
  color: rgb(55 65 81 / 0.65);
}
.text-gray-700\/70 {
  color: rgb(55 65 81 / 0.7);
}
.text-gray-700\/75 {
  color: rgb(55 65 81 / 0.75);
}
.text-gray-700\/80 {
  color: rgb(55 65 81 / 0.8);
}
.text-gray-700\/85 {
  color: rgb(55 65 81 / 0.85);
}
.text-gray-700\/90 {
  color: rgb(55 65 81 / 0.9);
}
.text-gray-700\/95 {
  color: rgb(55 65 81 / 0.95);
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-800\/0 {
  color: rgb(31 41 55 / 0);
}
.text-gray-800\/10 {
  color: rgb(31 41 55 / 0.1);
}
.text-gray-800\/100 {
  color: rgb(31 41 55 / 1);
}
.text-gray-800\/15 {
  color: rgb(31 41 55 / 0.15);
}
.text-gray-800\/20 {
  color: rgb(31 41 55 / 0.2);
}
.text-gray-800\/25 {
  color: rgb(31 41 55 / 0.25);
}
.text-gray-800\/30 {
  color: rgb(31 41 55 / 0.3);
}
.text-gray-800\/35 {
  color: rgb(31 41 55 / 0.35);
}
.text-gray-800\/40 {
  color: rgb(31 41 55 / 0.4);
}
.text-gray-800\/45 {
  color: rgb(31 41 55 / 0.45);
}
.text-gray-800\/5 {
  color: rgb(31 41 55 / 0.05);
}
.text-gray-800\/50 {
  color: rgb(31 41 55 / 0.5);
}
.text-gray-800\/55 {
  color: rgb(31 41 55 / 0.55);
}
.text-gray-800\/60 {
  color: rgb(31 41 55 / 0.6);
}
.text-gray-800\/65 {
  color: rgb(31 41 55 / 0.65);
}
.text-gray-800\/70 {
  color: rgb(31 41 55 / 0.7);
}
.text-gray-800\/75 {
  color: rgb(31 41 55 / 0.75);
}
.text-gray-800\/80 {
  color: rgb(31 41 55 / 0.8);
}
.text-gray-800\/85 {
  color: rgb(31 41 55 / 0.85);
}
.text-gray-800\/90 {
  color: rgb(31 41 55 / 0.9);
}
.text-gray-800\/95 {
  color: rgb(31 41 55 / 0.95);
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-gray-900\/0 {
  color: rgb(17 24 39 / 0);
}
.text-gray-900\/10 {
  color: rgb(17 24 39 / 0.1);
}
.text-gray-900\/100 {
  color: rgb(17 24 39 / 1);
}
.text-gray-900\/15 {
  color: rgb(17 24 39 / 0.15);
}
.text-gray-900\/20 {
  color: rgb(17 24 39 / 0.2);
}
.text-gray-900\/25 {
  color: rgb(17 24 39 / 0.25);
}
.text-gray-900\/30 {
  color: rgb(17 24 39 / 0.3);
}
.text-gray-900\/35 {
  color: rgb(17 24 39 / 0.35);
}
.text-gray-900\/40 {
  color: rgb(17 24 39 / 0.4);
}
.text-gray-900\/45 {
  color: rgb(17 24 39 / 0.45);
}
.text-gray-900\/5 {
  color: rgb(17 24 39 / 0.05);
}
.text-gray-900\/50 {
  color: rgb(17 24 39 / 0.5);
}
.text-gray-900\/55 {
  color: rgb(17 24 39 / 0.55);
}
.text-gray-900\/60 {
  color: rgb(17 24 39 / 0.6);
}
.text-gray-900\/65 {
  color: rgb(17 24 39 / 0.65);
}
.text-gray-900\/70 {
  color: rgb(17 24 39 / 0.7);
}
.text-gray-900\/75 {
  color: rgb(17 24 39 / 0.75);
}
.text-gray-900\/80 {
  color: rgb(17 24 39 / 0.8);
}
.text-gray-900\/85 {
  color: rgb(17 24 39 / 0.85);
}
.text-gray-900\/90 {
  color: rgb(17 24 39 / 0.9);
}
.text-gray-900\/95 {
  color: rgb(17 24 39 / 0.95);
}
.text-green-100 {
  --tw-text-opacity: 1;
  color: rgb(222 247 236 / var(--tw-text-opacity, 1));
}
.text-green-100\/0 {
  color: rgb(222 247 236 / 0);
}
.text-green-100\/10 {
  color: rgb(222 247 236 / 0.1);
}
.text-green-100\/100 {
  color: rgb(222 247 236 / 1);
}
.text-green-100\/15 {
  color: rgb(222 247 236 / 0.15);
}
.text-green-100\/20 {
  color: rgb(222 247 236 / 0.2);
}
.text-green-100\/25 {
  color: rgb(222 247 236 / 0.25);
}
.text-green-100\/30 {
  color: rgb(222 247 236 / 0.3);
}
.text-green-100\/35 {
  color: rgb(222 247 236 / 0.35);
}
.text-green-100\/40 {
  color: rgb(222 247 236 / 0.4);
}
.text-green-100\/45 {
  color: rgb(222 247 236 / 0.45);
}
.text-green-100\/5 {
  color: rgb(222 247 236 / 0.05);
}
.text-green-100\/50 {
  color: rgb(222 247 236 / 0.5);
}
.text-green-100\/55 {
  color: rgb(222 247 236 / 0.55);
}
.text-green-100\/60 {
  color: rgb(222 247 236 / 0.6);
}
.text-green-100\/65 {
  color: rgb(222 247 236 / 0.65);
}
.text-green-100\/70 {
  color: rgb(222 247 236 / 0.7);
}
.text-green-100\/75 {
  color: rgb(222 247 236 / 0.75);
}
.text-green-100\/80 {
  color: rgb(222 247 236 / 0.8);
}
.text-green-100\/85 {
  color: rgb(222 247 236 / 0.85);
}
.text-green-100\/90 {
  color: rgb(222 247 236 / 0.9);
}
.text-green-100\/95 {
  color: rgb(222 247 236 / 0.95);
}
.text-green-200 {
  --tw-text-opacity: 1;
  color: rgb(188 240 218 / var(--tw-text-opacity, 1));
}
.text-green-200\/0 {
  color: rgb(188 240 218 / 0);
}
.text-green-200\/10 {
  color: rgb(188 240 218 / 0.1);
}
.text-green-200\/100 {
  color: rgb(188 240 218 / 1);
}
.text-green-200\/15 {
  color: rgb(188 240 218 / 0.15);
}
.text-green-200\/20 {
  color: rgb(188 240 218 / 0.2);
}
.text-green-200\/25 {
  color: rgb(188 240 218 / 0.25);
}
.text-green-200\/30 {
  color: rgb(188 240 218 / 0.3);
}
.text-green-200\/35 {
  color: rgb(188 240 218 / 0.35);
}
.text-green-200\/40 {
  color: rgb(188 240 218 / 0.4);
}
.text-green-200\/45 {
  color: rgb(188 240 218 / 0.45);
}
.text-green-200\/5 {
  color: rgb(188 240 218 / 0.05);
}
.text-green-200\/50 {
  color: rgb(188 240 218 / 0.5);
}
.text-green-200\/55 {
  color: rgb(188 240 218 / 0.55);
}
.text-green-200\/60 {
  color: rgb(188 240 218 / 0.6);
}
.text-green-200\/65 {
  color: rgb(188 240 218 / 0.65);
}
.text-green-200\/70 {
  color: rgb(188 240 218 / 0.7);
}
.text-green-200\/75 {
  color: rgb(188 240 218 / 0.75);
}
.text-green-200\/80 {
  color: rgb(188 240 218 / 0.8);
}
.text-green-200\/85 {
  color: rgb(188 240 218 / 0.85);
}
.text-green-200\/90 {
  color: rgb(188 240 218 / 0.9);
}
.text-green-200\/95 {
  color: rgb(188 240 218 / 0.95);
}
.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(132 225 188 / var(--tw-text-opacity, 1));
}
.text-green-300\/0 {
  color: rgb(132 225 188 / 0);
}
.text-green-300\/10 {
  color: rgb(132 225 188 / 0.1);
}
.text-green-300\/100 {
  color: rgb(132 225 188 / 1);
}
.text-green-300\/15 {
  color: rgb(132 225 188 / 0.15);
}
.text-green-300\/20 {
  color: rgb(132 225 188 / 0.2);
}
.text-green-300\/25 {
  color: rgb(132 225 188 / 0.25);
}
.text-green-300\/30 {
  color: rgb(132 225 188 / 0.3);
}
.text-green-300\/35 {
  color: rgb(132 225 188 / 0.35);
}
.text-green-300\/40 {
  color: rgb(132 225 188 / 0.4);
}
.text-green-300\/45 {
  color: rgb(132 225 188 / 0.45);
}
.text-green-300\/5 {
  color: rgb(132 225 188 / 0.05);
}
.text-green-300\/50 {
  color: rgb(132 225 188 / 0.5);
}
.text-green-300\/55 {
  color: rgb(132 225 188 / 0.55);
}
.text-green-300\/60 {
  color: rgb(132 225 188 / 0.6);
}
.text-green-300\/65 {
  color: rgb(132 225 188 / 0.65);
}
.text-green-300\/70 {
  color: rgb(132 225 188 / 0.7);
}
.text-green-300\/75 {
  color: rgb(132 225 188 / 0.75);
}
.text-green-300\/80 {
  color: rgb(132 225 188 / 0.8);
}
.text-green-300\/85 {
  color: rgb(132 225 188 / 0.85);
}
.text-green-300\/90 {
  color: rgb(132 225 188 / 0.9);
}
.text-green-300\/95 {
  color: rgb(132 225 188 / 0.95);
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(49 196 141 / var(--tw-text-opacity, 1));
}
.text-green-400\/0 {
  color: rgb(49 196 141 / 0);
}
.text-green-400\/10 {
  color: rgb(49 196 141 / 0.1);
}
.text-green-400\/100 {
  color: rgb(49 196 141 / 1);
}
.text-green-400\/15 {
  color: rgb(49 196 141 / 0.15);
}
.text-green-400\/20 {
  color: rgb(49 196 141 / 0.2);
}
.text-green-400\/25 {
  color: rgb(49 196 141 / 0.25);
}
.text-green-400\/30 {
  color: rgb(49 196 141 / 0.3);
}
.text-green-400\/35 {
  color: rgb(49 196 141 / 0.35);
}
.text-green-400\/40 {
  color: rgb(49 196 141 / 0.4);
}
.text-green-400\/45 {
  color: rgb(49 196 141 / 0.45);
}
.text-green-400\/5 {
  color: rgb(49 196 141 / 0.05);
}
.text-green-400\/50 {
  color: rgb(49 196 141 / 0.5);
}
.text-green-400\/55 {
  color: rgb(49 196 141 / 0.55);
}
.text-green-400\/60 {
  color: rgb(49 196 141 / 0.6);
}
.text-green-400\/65 {
  color: rgb(49 196 141 / 0.65);
}
.text-green-400\/70 {
  color: rgb(49 196 141 / 0.7);
}
.text-green-400\/75 {
  color: rgb(49 196 141 / 0.75);
}
.text-green-400\/80 {
  color: rgb(49 196 141 / 0.8);
}
.text-green-400\/85 {
  color: rgb(49 196 141 / 0.85);
}
.text-green-400\/90 {
  color: rgb(49 196 141 / 0.9);
}
.text-green-400\/95 {
  color: rgb(49 196 141 / 0.95);
}
.text-green-50 {
  --tw-text-opacity: 1;
  color: rgb(243 250 247 / var(--tw-text-opacity, 1));
}
.text-green-50\/0 {
  color: rgb(243 250 247 / 0);
}
.text-green-50\/10 {
  color: rgb(243 250 247 / 0.1);
}
.text-green-50\/100 {
  color: rgb(243 250 247 / 1);
}
.text-green-50\/15 {
  color: rgb(243 250 247 / 0.15);
}
.text-green-50\/20 {
  color: rgb(243 250 247 / 0.2);
}
.text-green-50\/25 {
  color: rgb(243 250 247 / 0.25);
}
.text-green-50\/30 {
  color: rgb(243 250 247 / 0.3);
}
.text-green-50\/35 {
  color: rgb(243 250 247 / 0.35);
}
.text-green-50\/40 {
  color: rgb(243 250 247 / 0.4);
}
.text-green-50\/45 {
  color: rgb(243 250 247 / 0.45);
}
.text-green-50\/5 {
  color: rgb(243 250 247 / 0.05);
}
.text-green-50\/50 {
  color: rgb(243 250 247 / 0.5);
}
.text-green-50\/55 {
  color: rgb(243 250 247 / 0.55);
}
.text-green-50\/60 {
  color: rgb(243 250 247 / 0.6);
}
.text-green-50\/65 {
  color: rgb(243 250 247 / 0.65);
}
.text-green-50\/70 {
  color: rgb(243 250 247 / 0.7);
}
.text-green-50\/75 {
  color: rgb(243 250 247 / 0.75);
}
.text-green-50\/80 {
  color: rgb(243 250 247 / 0.8);
}
.text-green-50\/85 {
  color: rgb(243 250 247 / 0.85);
}
.text-green-50\/90 {
  color: rgb(243 250 247 / 0.9);
}
.text-green-50\/95 {
  color: rgb(243 250 247 / 0.95);
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(14 159 110 / var(--tw-text-opacity, 1));
}
.text-green-500\/0 {
  color: rgb(14 159 110 / 0);
}
.text-green-500\/10 {
  color: rgb(14 159 110 / 0.1);
}
.text-green-500\/100 {
  color: rgb(14 159 110 / 1);
}
.text-green-500\/15 {
  color: rgb(14 159 110 / 0.15);
}
.text-green-500\/20 {
  color: rgb(14 159 110 / 0.2);
}
.text-green-500\/25 {
  color: rgb(14 159 110 / 0.25);
}
.text-green-500\/30 {
  color: rgb(14 159 110 / 0.3);
}
.text-green-500\/35 {
  color: rgb(14 159 110 / 0.35);
}
.text-green-500\/40 {
  color: rgb(14 159 110 / 0.4);
}
.text-green-500\/45 {
  color: rgb(14 159 110 / 0.45);
}
.text-green-500\/5 {
  color: rgb(14 159 110 / 0.05);
}
.text-green-500\/50 {
  color: rgb(14 159 110 / 0.5);
}
.text-green-500\/55 {
  color: rgb(14 159 110 / 0.55);
}
.text-green-500\/60 {
  color: rgb(14 159 110 / 0.6);
}
.text-green-500\/65 {
  color: rgb(14 159 110 / 0.65);
}
.text-green-500\/70 {
  color: rgb(14 159 110 / 0.7);
}
.text-green-500\/75 {
  color: rgb(14 159 110 / 0.75);
}
.text-green-500\/80 {
  color: rgb(14 159 110 / 0.8);
}
.text-green-500\/85 {
  color: rgb(14 159 110 / 0.85);
}
.text-green-500\/90 {
  color: rgb(14 159 110 / 0.9);
}
.text-green-500\/95 {
  color: rgb(14 159 110 / 0.95);
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(5 122 85 / var(--tw-text-opacity, 1));
}
.text-green-600\/0 {
  color: rgb(5 122 85 / 0);
}
.text-green-600\/10 {
  color: rgb(5 122 85 / 0.1);
}
.text-green-600\/100 {
  color: rgb(5 122 85 / 1);
}
.text-green-600\/15 {
  color: rgb(5 122 85 / 0.15);
}
.text-green-600\/20 {
  color: rgb(5 122 85 / 0.2);
}
.text-green-600\/25 {
  color: rgb(5 122 85 / 0.25);
}
.text-green-600\/30 {
  color: rgb(5 122 85 / 0.3);
}
.text-green-600\/35 {
  color: rgb(5 122 85 / 0.35);
}
.text-green-600\/40 {
  color: rgb(5 122 85 / 0.4);
}
.text-green-600\/45 {
  color: rgb(5 122 85 / 0.45);
}
.text-green-600\/5 {
  color: rgb(5 122 85 / 0.05);
}
.text-green-600\/50 {
  color: rgb(5 122 85 / 0.5);
}
.text-green-600\/55 {
  color: rgb(5 122 85 / 0.55);
}
.text-green-600\/60 {
  color: rgb(5 122 85 / 0.6);
}
.text-green-600\/65 {
  color: rgb(5 122 85 / 0.65);
}
.text-green-600\/70 {
  color: rgb(5 122 85 / 0.7);
}
.text-green-600\/75 {
  color: rgb(5 122 85 / 0.75);
}
.text-green-600\/80 {
  color: rgb(5 122 85 / 0.8);
}
.text-green-600\/85 {
  color: rgb(5 122 85 / 0.85);
}
.text-green-600\/90 {
  color: rgb(5 122 85 / 0.9);
}
.text-green-600\/95 {
  color: rgb(5 122 85 / 0.95);
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(4 108 78 / var(--tw-text-opacity, 1));
}
.text-green-700\/0 {
  color: rgb(4 108 78 / 0);
}
.text-green-700\/10 {
  color: rgb(4 108 78 / 0.1);
}
.text-green-700\/100 {
  color: rgb(4 108 78 / 1);
}
.text-green-700\/15 {
  color: rgb(4 108 78 / 0.15);
}
.text-green-700\/20 {
  color: rgb(4 108 78 / 0.2);
}
.text-green-700\/25 {
  color: rgb(4 108 78 / 0.25);
}
.text-green-700\/30 {
  color: rgb(4 108 78 / 0.3);
}
.text-green-700\/35 {
  color: rgb(4 108 78 / 0.35);
}
.text-green-700\/40 {
  color: rgb(4 108 78 / 0.4);
}
.text-green-700\/45 {
  color: rgb(4 108 78 / 0.45);
}
.text-green-700\/5 {
  color: rgb(4 108 78 / 0.05);
}
.text-green-700\/50 {
  color: rgb(4 108 78 / 0.5);
}
.text-green-700\/55 {
  color: rgb(4 108 78 / 0.55);
}
.text-green-700\/60 {
  color: rgb(4 108 78 / 0.6);
}
.text-green-700\/65 {
  color: rgb(4 108 78 / 0.65);
}
.text-green-700\/70 {
  color: rgb(4 108 78 / 0.7);
}
.text-green-700\/75 {
  color: rgb(4 108 78 / 0.75);
}
.text-green-700\/80 {
  color: rgb(4 108 78 / 0.8);
}
.text-green-700\/85 {
  color: rgb(4 108 78 / 0.85);
}
.text-green-700\/90 {
  color: rgb(4 108 78 / 0.9);
}
.text-green-700\/95 {
  color: rgb(4 108 78 / 0.95);
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(3 84 63 / var(--tw-text-opacity, 1));
}
.text-green-800\/0 {
  color: rgb(3 84 63 / 0);
}
.text-green-800\/10 {
  color: rgb(3 84 63 / 0.1);
}
.text-green-800\/100 {
  color: rgb(3 84 63 / 1);
}
.text-green-800\/15 {
  color: rgb(3 84 63 / 0.15);
}
.text-green-800\/20 {
  color: rgb(3 84 63 / 0.2);
}
.text-green-800\/25 {
  color: rgb(3 84 63 / 0.25);
}
.text-green-800\/30 {
  color: rgb(3 84 63 / 0.3);
}
.text-green-800\/35 {
  color: rgb(3 84 63 / 0.35);
}
.text-green-800\/40 {
  color: rgb(3 84 63 / 0.4);
}
.text-green-800\/45 {
  color: rgb(3 84 63 / 0.45);
}
.text-green-800\/5 {
  color: rgb(3 84 63 / 0.05);
}
.text-green-800\/50 {
  color: rgb(3 84 63 / 0.5);
}
.text-green-800\/55 {
  color: rgb(3 84 63 / 0.55);
}
.text-green-800\/60 {
  color: rgb(3 84 63 / 0.6);
}
.text-green-800\/65 {
  color: rgb(3 84 63 / 0.65);
}
.text-green-800\/70 {
  color: rgb(3 84 63 / 0.7);
}
.text-green-800\/75 {
  color: rgb(3 84 63 / 0.75);
}
.text-green-800\/80 {
  color: rgb(3 84 63 / 0.8);
}
.text-green-800\/85 {
  color: rgb(3 84 63 / 0.85);
}
.text-green-800\/90 {
  color: rgb(3 84 63 / 0.9);
}
.text-green-800\/95 {
  color: rgb(3 84 63 / 0.95);
}
.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(1 71 55 / var(--tw-text-opacity, 1));
}
.text-green-900\/0 {
  color: rgb(1 71 55 / 0);
}
.text-green-900\/10 {
  color: rgb(1 71 55 / 0.1);
}
.text-green-900\/100 {
  color: rgb(1 71 55 / 1);
}
.text-green-900\/15 {
  color: rgb(1 71 55 / 0.15);
}
.text-green-900\/20 {
  color: rgb(1 71 55 / 0.2);
}
.text-green-900\/25 {
  color: rgb(1 71 55 / 0.25);
}
.text-green-900\/30 {
  color: rgb(1 71 55 / 0.3);
}
.text-green-900\/35 {
  color: rgb(1 71 55 / 0.35);
}
.text-green-900\/40 {
  color: rgb(1 71 55 / 0.4);
}
.text-green-900\/45 {
  color: rgb(1 71 55 / 0.45);
}
.text-green-900\/5 {
  color: rgb(1 71 55 / 0.05);
}
.text-green-900\/50 {
  color: rgb(1 71 55 / 0.5);
}
.text-green-900\/55 {
  color: rgb(1 71 55 / 0.55);
}
.text-green-900\/60 {
  color: rgb(1 71 55 / 0.6);
}
.text-green-900\/65 {
  color: rgb(1 71 55 / 0.65);
}
.text-green-900\/70 {
  color: rgb(1 71 55 / 0.7);
}
.text-green-900\/75 {
  color: rgb(1 71 55 / 0.75);
}
.text-green-900\/80 {
  color: rgb(1 71 55 / 0.8);
}
.text-green-900\/85 {
  color: rgb(1 71 55 / 0.85);
}
.text-green-900\/90 {
  color: rgb(1 71 55 / 0.9);
}
.text-green-900\/95 {
  color: rgb(1 71 55 / 0.95);
}
.text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgb(229 237 255 / var(--tw-text-opacity, 1));
}
.text-indigo-100\/0 {
  color: rgb(229 237 255 / 0);
}
.text-indigo-100\/10 {
  color: rgb(229 237 255 / 0.1);
}
.text-indigo-100\/100 {
  color: rgb(229 237 255 / 1);
}
.text-indigo-100\/15 {
  color: rgb(229 237 255 / 0.15);
}
.text-indigo-100\/20 {
  color: rgb(229 237 255 / 0.2);
}
.text-indigo-100\/25 {
  color: rgb(229 237 255 / 0.25);
}
.text-indigo-100\/30 {
  color: rgb(229 237 255 / 0.3);
}
.text-indigo-100\/35 {
  color: rgb(229 237 255 / 0.35);
}
.text-indigo-100\/40 {
  color: rgb(229 237 255 / 0.4);
}
.text-indigo-100\/45 {
  color: rgb(229 237 255 / 0.45);
}
.text-indigo-100\/5 {
  color: rgb(229 237 255 / 0.05);
}
.text-indigo-100\/50 {
  color: rgb(229 237 255 / 0.5);
}
.text-indigo-100\/55 {
  color: rgb(229 237 255 / 0.55);
}
.text-indigo-100\/60 {
  color: rgb(229 237 255 / 0.6);
}
.text-indigo-100\/65 {
  color: rgb(229 237 255 / 0.65);
}
.text-indigo-100\/70 {
  color: rgb(229 237 255 / 0.7);
}
.text-indigo-100\/75 {
  color: rgb(229 237 255 / 0.75);
}
.text-indigo-100\/80 {
  color: rgb(229 237 255 / 0.8);
}
.text-indigo-100\/85 {
  color: rgb(229 237 255 / 0.85);
}
.text-indigo-100\/90 {
  color: rgb(229 237 255 / 0.9);
}
.text-indigo-100\/95 {
  color: rgb(229 237 255 / 0.95);
}
.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgb(205 219 254 / var(--tw-text-opacity, 1));
}
.text-indigo-200\/0 {
  color: rgb(205 219 254 / 0);
}
.text-indigo-200\/10 {
  color: rgb(205 219 254 / 0.1);
}
.text-indigo-200\/100 {
  color: rgb(205 219 254 / 1);
}
.text-indigo-200\/15 {
  color: rgb(205 219 254 / 0.15);
}
.text-indigo-200\/20 {
  color: rgb(205 219 254 / 0.2);
}
.text-indigo-200\/25 {
  color: rgb(205 219 254 / 0.25);
}
.text-indigo-200\/30 {
  color: rgb(205 219 254 / 0.3);
}
.text-indigo-200\/35 {
  color: rgb(205 219 254 / 0.35);
}
.text-indigo-200\/40 {
  color: rgb(205 219 254 / 0.4);
}
.text-indigo-200\/45 {
  color: rgb(205 219 254 / 0.45);
}
.text-indigo-200\/5 {
  color: rgb(205 219 254 / 0.05);
}
.text-indigo-200\/50 {
  color: rgb(205 219 254 / 0.5);
}
.text-indigo-200\/55 {
  color: rgb(205 219 254 / 0.55);
}
.text-indigo-200\/60 {
  color: rgb(205 219 254 / 0.6);
}
.text-indigo-200\/65 {
  color: rgb(205 219 254 / 0.65);
}
.text-indigo-200\/70 {
  color: rgb(205 219 254 / 0.7);
}
.text-indigo-200\/75 {
  color: rgb(205 219 254 / 0.75);
}
.text-indigo-200\/80 {
  color: rgb(205 219 254 / 0.8);
}
.text-indigo-200\/85 {
  color: rgb(205 219 254 / 0.85);
}
.text-indigo-200\/90 {
  color: rgb(205 219 254 / 0.9);
}
.text-indigo-200\/95 {
  color: rgb(205 219 254 / 0.95);
}
.text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgb(180 198 252 / var(--tw-text-opacity, 1));
}
.text-indigo-300\/0 {
  color: rgb(180 198 252 / 0);
}
.text-indigo-300\/10 {
  color: rgb(180 198 252 / 0.1);
}
.text-indigo-300\/100 {
  color: rgb(180 198 252 / 1);
}
.text-indigo-300\/15 {
  color: rgb(180 198 252 / 0.15);
}
.text-indigo-300\/20 {
  color: rgb(180 198 252 / 0.2);
}
.text-indigo-300\/25 {
  color: rgb(180 198 252 / 0.25);
}
.text-indigo-300\/30 {
  color: rgb(180 198 252 / 0.3);
}
.text-indigo-300\/35 {
  color: rgb(180 198 252 / 0.35);
}
.text-indigo-300\/40 {
  color: rgb(180 198 252 / 0.4);
}
.text-indigo-300\/45 {
  color: rgb(180 198 252 / 0.45);
}
.text-indigo-300\/5 {
  color: rgb(180 198 252 / 0.05);
}
.text-indigo-300\/50 {
  color: rgb(180 198 252 / 0.5);
}
.text-indigo-300\/55 {
  color: rgb(180 198 252 / 0.55);
}
.text-indigo-300\/60 {
  color: rgb(180 198 252 / 0.6);
}
.text-indigo-300\/65 {
  color: rgb(180 198 252 / 0.65);
}
.text-indigo-300\/70 {
  color: rgb(180 198 252 / 0.7);
}
.text-indigo-300\/75 {
  color: rgb(180 198 252 / 0.75);
}
.text-indigo-300\/80 {
  color: rgb(180 198 252 / 0.8);
}
.text-indigo-300\/85 {
  color: rgb(180 198 252 / 0.85);
}
.text-indigo-300\/90 {
  color: rgb(180 198 252 / 0.9);
}
.text-indigo-300\/95 {
  color: rgb(180 198 252 / 0.95);
}
.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(141 162 251 / var(--tw-text-opacity, 1));
}
.text-indigo-400\/0 {
  color: rgb(141 162 251 / 0);
}
.text-indigo-400\/10 {
  color: rgb(141 162 251 / 0.1);
}
.text-indigo-400\/100 {
  color: rgb(141 162 251 / 1);
}
.text-indigo-400\/15 {
  color: rgb(141 162 251 / 0.15);
}
.text-indigo-400\/20 {
  color: rgb(141 162 251 / 0.2);
}
.text-indigo-400\/25 {
  color: rgb(141 162 251 / 0.25);
}
.text-indigo-400\/30 {
  color: rgb(141 162 251 / 0.3);
}
.text-indigo-400\/35 {
  color: rgb(141 162 251 / 0.35);
}
.text-indigo-400\/40 {
  color: rgb(141 162 251 / 0.4);
}
.text-indigo-400\/45 {
  color: rgb(141 162 251 / 0.45);
}
.text-indigo-400\/5 {
  color: rgb(141 162 251 / 0.05);
}
.text-indigo-400\/50 {
  color: rgb(141 162 251 / 0.5);
}
.text-indigo-400\/55 {
  color: rgb(141 162 251 / 0.55);
}
.text-indigo-400\/60 {
  color: rgb(141 162 251 / 0.6);
}
.text-indigo-400\/65 {
  color: rgb(141 162 251 / 0.65);
}
.text-indigo-400\/70 {
  color: rgb(141 162 251 / 0.7);
}
.text-indigo-400\/75 {
  color: rgb(141 162 251 / 0.75);
}
.text-indigo-400\/80 {
  color: rgb(141 162 251 / 0.8);
}
.text-indigo-400\/85 {
  color: rgb(141 162 251 / 0.85);
}
.text-indigo-400\/90 {
  color: rgb(141 162 251 / 0.9);
}
.text-indigo-400\/95 {
  color: rgb(141 162 251 / 0.95);
}
.text-indigo-50 {
  --tw-text-opacity: 1;
  color: rgb(240 245 255 / var(--tw-text-opacity, 1));
}
.text-indigo-50\/0 {
  color: rgb(240 245 255 / 0);
}
.text-indigo-50\/10 {
  color: rgb(240 245 255 / 0.1);
}
.text-indigo-50\/100 {
  color: rgb(240 245 255 / 1);
}
.text-indigo-50\/15 {
  color: rgb(240 245 255 / 0.15);
}
.text-indigo-50\/20 {
  color: rgb(240 245 255 / 0.2);
}
.text-indigo-50\/25 {
  color: rgb(240 245 255 / 0.25);
}
.text-indigo-50\/30 {
  color: rgb(240 245 255 / 0.3);
}
.text-indigo-50\/35 {
  color: rgb(240 245 255 / 0.35);
}
.text-indigo-50\/40 {
  color: rgb(240 245 255 / 0.4);
}
.text-indigo-50\/45 {
  color: rgb(240 245 255 / 0.45);
}
.text-indigo-50\/5 {
  color: rgb(240 245 255 / 0.05);
}
.text-indigo-50\/50 {
  color: rgb(240 245 255 / 0.5);
}
.text-indigo-50\/55 {
  color: rgb(240 245 255 / 0.55);
}
.text-indigo-50\/60 {
  color: rgb(240 245 255 / 0.6);
}
.text-indigo-50\/65 {
  color: rgb(240 245 255 / 0.65);
}
.text-indigo-50\/70 {
  color: rgb(240 245 255 / 0.7);
}
.text-indigo-50\/75 {
  color: rgb(240 245 255 / 0.75);
}
.text-indigo-50\/80 {
  color: rgb(240 245 255 / 0.8);
}
.text-indigo-50\/85 {
  color: rgb(240 245 255 / 0.85);
}
.text-indigo-50\/90 {
  color: rgb(240 245 255 / 0.9);
}
.text-indigo-50\/95 {
  color: rgb(240 245 255 / 0.95);
}
.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(104 117 245 / var(--tw-text-opacity, 1));
}
.text-indigo-500\/0 {
  color: rgb(104 117 245 / 0);
}
.text-indigo-500\/10 {
  color: rgb(104 117 245 / 0.1);
}
.text-indigo-500\/100 {
  color: rgb(104 117 245 / 1);
}
.text-indigo-500\/15 {
  color: rgb(104 117 245 / 0.15);
}
.text-indigo-500\/20 {
  color: rgb(104 117 245 / 0.2);
}
.text-indigo-500\/25 {
  color: rgb(104 117 245 / 0.25);
}
.text-indigo-500\/30 {
  color: rgb(104 117 245 / 0.3);
}
.text-indigo-500\/35 {
  color: rgb(104 117 245 / 0.35);
}
.text-indigo-500\/40 {
  color: rgb(104 117 245 / 0.4);
}
.text-indigo-500\/45 {
  color: rgb(104 117 245 / 0.45);
}
.text-indigo-500\/5 {
  color: rgb(104 117 245 / 0.05);
}
.text-indigo-500\/50 {
  color: rgb(104 117 245 / 0.5);
}
.text-indigo-500\/55 {
  color: rgb(104 117 245 / 0.55);
}
.text-indigo-500\/60 {
  color: rgb(104 117 245 / 0.6);
}
.text-indigo-500\/65 {
  color: rgb(104 117 245 / 0.65);
}
.text-indigo-500\/70 {
  color: rgb(104 117 245 / 0.7);
}
.text-indigo-500\/75 {
  color: rgb(104 117 245 / 0.75);
}
.text-indigo-500\/80 {
  color: rgb(104 117 245 / 0.8);
}
.text-indigo-500\/85 {
  color: rgb(104 117 245 / 0.85);
}
.text-indigo-500\/90 {
  color: rgb(104 117 245 / 0.9);
}
.text-indigo-500\/95 {
  color: rgb(104 117 245 / 0.95);
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(88 80 236 / var(--tw-text-opacity, 1));
}
.text-indigo-600\/0 {
  color: rgb(88 80 236 / 0);
}
.text-indigo-600\/10 {
  color: rgb(88 80 236 / 0.1);
}
.text-indigo-600\/100 {
  color: rgb(88 80 236 / 1);
}
.text-indigo-600\/15 {
  color: rgb(88 80 236 / 0.15);
}
.text-indigo-600\/20 {
  color: rgb(88 80 236 / 0.2);
}
.text-indigo-600\/25 {
  color: rgb(88 80 236 / 0.25);
}
.text-indigo-600\/30 {
  color: rgb(88 80 236 / 0.3);
}
.text-indigo-600\/35 {
  color: rgb(88 80 236 / 0.35);
}
.text-indigo-600\/40 {
  color: rgb(88 80 236 / 0.4);
}
.text-indigo-600\/45 {
  color: rgb(88 80 236 / 0.45);
}
.text-indigo-600\/5 {
  color: rgb(88 80 236 / 0.05);
}
.text-indigo-600\/50 {
  color: rgb(88 80 236 / 0.5);
}
.text-indigo-600\/55 {
  color: rgb(88 80 236 / 0.55);
}
.text-indigo-600\/60 {
  color: rgb(88 80 236 / 0.6);
}
.text-indigo-600\/65 {
  color: rgb(88 80 236 / 0.65);
}
.text-indigo-600\/70 {
  color: rgb(88 80 236 / 0.7);
}
.text-indigo-600\/75 {
  color: rgb(88 80 236 / 0.75);
}
.text-indigo-600\/80 {
  color: rgb(88 80 236 / 0.8);
}
.text-indigo-600\/85 {
  color: rgb(88 80 236 / 0.85);
}
.text-indigo-600\/90 {
  color: rgb(88 80 236 / 0.9);
}
.text-indigo-600\/95 {
  color: rgb(88 80 236 / 0.95);
}
.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(81 69 205 / var(--tw-text-opacity, 1));
}
.text-indigo-700\/0 {
  color: rgb(81 69 205 / 0);
}
.text-indigo-700\/10 {
  color: rgb(81 69 205 / 0.1);
}
.text-indigo-700\/100 {
  color: rgb(81 69 205 / 1);
}
.text-indigo-700\/15 {
  color: rgb(81 69 205 / 0.15);
}
.text-indigo-700\/20 {
  color: rgb(81 69 205 / 0.2);
}
.text-indigo-700\/25 {
  color: rgb(81 69 205 / 0.25);
}
.text-indigo-700\/30 {
  color: rgb(81 69 205 / 0.3);
}
.text-indigo-700\/35 {
  color: rgb(81 69 205 / 0.35);
}
.text-indigo-700\/40 {
  color: rgb(81 69 205 / 0.4);
}
.text-indigo-700\/45 {
  color: rgb(81 69 205 / 0.45);
}
.text-indigo-700\/5 {
  color: rgb(81 69 205 / 0.05);
}
.text-indigo-700\/50 {
  color: rgb(81 69 205 / 0.5);
}
.text-indigo-700\/55 {
  color: rgb(81 69 205 / 0.55);
}
.text-indigo-700\/60 {
  color: rgb(81 69 205 / 0.6);
}
.text-indigo-700\/65 {
  color: rgb(81 69 205 / 0.65);
}
.text-indigo-700\/70 {
  color: rgb(81 69 205 / 0.7);
}
.text-indigo-700\/75 {
  color: rgb(81 69 205 / 0.75);
}
.text-indigo-700\/80 {
  color: rgb(81 69 205 / 0.8);
}
.text-indigo-700\/85 {
  color: rgb(81 69 205 / 0.85);
}
.text-indigo-700\/90 {
  color: rgb(81 69 205 / 0.9);
}
.text-indigo-700\/95 {
  color: rgb(81 69 205 / 0.95);
}
.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(66 56 157 / var(--tw-text-opacity, 1));
}
.text-indigo-800\/0 {
  color: rgb(66 56 157 / 0);
}
.text-indigo-800\/10 {
  color: rgb(66 56 157 / 0.1);
}
.text-indigo-800\/100 {
  color: rgb(66 56 157 / 1);
}
.text-indigo-800\/15 {
  color: rgb(66 56 157 / 0.15);
}
.text-indigo-800\/20 {
  color: rgb(66 56 157 / 0.2);
}
.text-indigo-800\/25 {
  color: rgb(66 56 157 / 0.25);
}
.text-indigo-800\/30 {
  color: rgb(66 56 157 / 0.3);
}
.text-indigo-800\/35 {
  color: rgb(66 56 157 / 0.35);
}
.text-indigo-800\/40 {
  color: rgb(66 56 157 / 0.4);
}
.text-indigo-800\/45 {
  color: rgb(66 56 157 / 0.45);
}
.text-indigo-800\/5 {
  color: rgb(66 56 157 / 0.05);
}
.text-indigo-800\/50 {
  color: rgb(66 56 157 / 0.5);
}
.text-indigo-800\/55 {
  color: rgb(66 56 157 / 0.55);
}
.text-indigo-800\/60 {
  color: rgb(66 56 157 / 0.6);
}
.text-indigo-800\/65 {
  color: rgb(66 56 157 / 0.65);
}
.text-indigo-800\/70 {
  color: rgb(66 56 157 / 0.7);
}
.text-indigo-800\/75 {
  color: rgb(66 56 157 / 0.75);
}
.text-indigo-800\/80 {
  color: rgb(66 56 157 / 0.8);
}
.text-indigo-800\/85 {
  color: rgb(66 56 157 / 0.85);
}
.text-indigo-800\/90 {
  color: rgb(66 56 157 / 0.9);
}
.text-indigo-800\/95 {
  color: rgb(66 56 157 / 0.95);
}
.text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgb(54 47 120 / var(--tw-text-opacity, 1));
}
.text-indigo-900\/0 {
  color: rgb(54 47 120 / 0);
}
.text-indigo-900\/10 {
  color: rgb(54 47 120 / 0.1);
}
.text-indigo-900\/100 {
  color: rgb(54 47 120 / 1);
}
.text-indigo-900\/15 {
  color: rgb(54 47 120 / 0.15);
}
.text-indigo-900\/20 {
  color: rgb(54 47 120 / 0.2);
}
.text-indigo-900\/25 {
  color: rgb(54 47 120 / 0.25);
}
.text-indigo-900\/30 {
  color: rgb(54 47 120 / 0.3);
}
.text-indigo-900\/35 {
  color: rgb(54 47 120 / 0.35);
}
.text-indigo-900\/40 {
  color: rgb(54 47 120 / 0.4);
}
.text-indigo-900\/45 {
  color: rgb(54 47 120 / 0.45);
}
.text-indigo-900\/5 {
  color: rgb(54 47 120 / 0.05);
}
.text-indigo-900\/50 {
  color: rgb(54 47 120 / 0.5);
}
.text-indigo-900\/55 {
  color: rgb(54 47 120 / 0.55);
}
.text-indigo-900\/60 {
  color: rgb(54 47 120 / 0.6);
}
.text-indigo-900\/65 {
  color: rgb(54 47 120 / 0.65);
}
.text-indigo-900\/70 {
  color: rgb(54 47 120 / 0.7);
}
.text-indigo-900\/75 {
  color: rgb(54 47 120 / 0.75);
}
.text-indigo-900\/80 {
  color: rgb(54 47 120 / 0.8);
}
.text-indigo-900\/85 {
  color: rgb(54 47 120 / 0.85);
}
.text-indigo-900\/90 {
  color: rgb(54 47 120 / 0.9);
}
.text-indigo-900\/95 {
  color: rgb(54 47 120 / 0.95);
}
.text-negative-100 {
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity, 1));
}
.text-negative-100\/0 {
  color: rgb(244 244 245 / 0);
}
.text-negative-100\/10 {
  color: rgb(244 244 245 / 0.1);
}
.text-negative-100\/100 {
  color: rgb(244 244 245 / 1);
}
.text-negative-100\/15 {
  color: rgb(244 244 245 / 0.15);
}
.text-negative-100\/20 {
  color: rgb(244 244 245 / 0.2);
}
.text-negative-100\/25 {
  color: rgb(244 244 245 / 0.25);
}
.text-negative-100\/30 {
  color: rgb(244 244 245 / 0.3);
}
.text-negative-100\/35 {
  color: rgb(244 244 245 / 0.35);
}
.text-negative-100\/40 {
  color: rgb(244 244 245 / 0.4);
}
.text-negative-100\/45 {
  color: rgb(244 244 245 / 0.45);
}
.text-negative-100\/5 {
  color: rgb(244 244 245 / 0.05);
}
.text-negative-100\/50 {
  color: rgb(244 244 245 / 0.5);
}
.text-negative-100\/55 {
  color: rgb(244 244 245 / 0.55);
}
.text-negative-100\/60 {
  color: rgb(244 244 245 / 0.6);
}
.text-negative-100\/65 {
  color: rgb(244 244 245 / 0.65);
}
.text-negative-100\/70 {
  color: rgb(244 244 245 / 0.7);
}
.text-negative-100\/75 {
  color: rgb(244 244 245 / 0.75);
}
.text-negative-100\/80 {
  color: rgb(244 244 245 / 0.8);
}
.text-negative-100\/85 {
  color: rgb(244 244 245 / 0.85);
}
.text-negative-100\/90 {
  color: rgb(244 244 245 / 0.9);
}
.text-negative-100\/95 {
  color: rgb(244 244 245 / 0.95);
}
.text-negative-200 {
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity, 1));
}
.text-negative-200\/0 {
  color: rgb(228 228 231 / 0);
}
.text-negative-200\/10 {
  color: rgb(228 228 231 / 0.1);
}
.text-negative-200\/100 {
  color: rgb(228 228 231 / 1);
}
.text-negative-200\/15 {
  color: rgb(228 228 231 / 0.15);
}
.text-negative-200\/20 {
  color: rgb(228 228 231 / 0.2);
}
.text-negative-200\/25 {
  color: rgb(228 228 231 / 0.25);
}
.text-negative-200\/30 {
  color: rgb(228 228 231 / 0.3);
}
.text-negative-200\/35 {
  color: rgb(228 228 231 / 0.35);
}
.text-negative-200\/40 {
  color: rgb(228 228 231 / 0.4);
}
.text-negative-200\/45 {
  color: rgb(228 228 231 / 0.45);
}
.text-negative-200\/5 {
  color: rgb(228 228 231 / 0.05);
}
.text-negative-200\/50 {
  color: rgb(228 228 231 / 0.5);
}
.text-negative-200\/55 {
  color: rgb(228 228 231 / 0.55);
}
.text-negative-200\/60 {
  color: rgb(228 228 231 / 0.6);
}
.text-negative-200\/65 {
  color: rgb(228 228 231 / 0.65);
}
.text-negative-200\/70 {
  color: rgb(228 228 231 / 0.7);
}
.text-negative-200\/75 {
  color: rgb(228 228 231 / 0.75);
}
.text-negative-200\/80 {
  color: rgb(228 228 231 / 0.8);
}
.text-negative-200\/85 {
  color: rgb(228 228 231 / 0.85);
}
.text-negative-200\/90 {
  color: rgb(228 228 231 / 0.9);
}
.text-negative-200\/95 {
  color: rgb(228 228 231 / 0.95);
}
.text-negative-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));
}
.text-negative-300\/0 {
  color: rgb(212 212 216 / 0);
}
.text-negative-300\/10 {
  color: rgb(212 212 216 / 0.1);
}
.text-negative-300\/100 {
  color: rgb(212 212 216 / 1);
}
.text-negative-300\/15 {
  color: rgb(212 212 216 / 0.15);
}
.text-negative-300\/20 {
  color: rgb(212 212 216 / 0.2);
}
.text-negative-300\/25 {
  color: rgb(212 212 216 / 0.25);
}
.text-negative-300\/30 {
  color: rgb(212 212 216 / 0.3);
}
.text-negative-300\/35 {
  color: rgb(212 212 216 / 0.35);
}
.text-negative-300\/40 {
  color: rgb(212 212 216 / 0.4);
}
.text-negative-300\/45 {
  color: rgb(212 212 216 / 0.45);
}
.text-negative-300\/5 {
  color: rgb(212 212 216 / 0.05);
}
.text-negative-300\/50 {
  color: rgb(212 212 216 / 0.5);
}
.text-negative-300\/55 {
  color: rgb(212 212 216 / 0.55);
}
.text-negative-300\/60 {
  color: rgb(212 212 216 / 0.6);
}
.text-negative-300\/65 {
  color: rgb(212 212 216 / 0.65);
}
.text-negative-300\/70 {
  color: rgb(212 212 216 / 0.7);
}
.text-negative-300\/75 {
  color: rgb(212 212 216 / 0.75);
}
.text-negative-300\/80 {
  color: rgb(212 212 216 / 0.8);
}
.text-negative-300\/85 {
  color: rgb(212 212 216 / 0.85);
}
.text-negative-300\/90 {
  color: rgb(212 212 216 / 0.9);
}
.text-negative-300\/95 {
  color: rgb(212 212 216 / 0.95);
}
.text-negative-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}
.text-negative-400\/0 {
  color: rgb(161 161 170 / 0);
}
.text-negative-400\/10 {
  color: rgb(161 161 170 / 0.1);
}
.text-negative-400\/100 {
  color: rgb(161 161 170 / 1);
}
.text-negative-400\/15 {
  color: rgb(161 161 170 / 0.15);
}
.text-negative-400\/20 {
  color: rgb(161 161 170 / 0.2);
}
.text-negative-400\/25 {
  color: rgb(161 161 170 / 0.25);
}
.text-negative-400\/30 {
  color: rgb(161 161 170 / 0.3);
}
.text-negative-400\/35 {
  color: rgb(161 161 170 / 0.35);
}
.text-negative-400\/40 {
  color: rgb(161 161 170 / 0.4);
}
.text-negative-400\/45 {
  color: rgb(161 161 170 / 0.45);
}
.text-negative-400\/5 {
  color: rgb(161 161 170 / 0.05);
}
.text-negative-400\/50 {
  color: rgb(161 161 170 / 0.5);
}
.text-negative-400\/55 {
  color: rgb(161 161 170 / 0.55);
}
.text-negative-400\/60 {
  color: rgb(161 161 170 / 0.6);
}
.text-negative-400\/65 {
  color: rgb(161 161 170 / 0.65);
}
.text-negative-400\/70 {
  color: rgb(161 161 170 / 0.7);
}
.text-negative-400\/75 {
  color: rgb(161 161 170 / 0.75);
}
.text-negative-400\/80 {
  color: rgb(161 161 170 / 0.8);
}
.text-negative-400\/85 {
  color: rgb(161 161 170 / 0.85);
}
.text-negative-400\/90 {
  color: rgb(161 161 170 / 0.9);
}
.text-negative-400\/95 {
  color: rgb(161 161 170 / 0.95);
}
.text-negative-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}
.text-negative-50\/0 {
  color: rgb(250 250 250 / 0);
}
.text-negative-50\/10 {
  color: rgb(250 250 250 / 0.1);
}
.text-negative-50\/100 {
  color: rgb(250 250 250 / 1);
}
.text-negative-50\/15 {
  color: rgb(250 250 250 / 0.15);
}
.text-negative-50\/20 {
  color: rgb(250 250 250 / 0.2);
}
.text-negative-50\/25 {
  color: rgb(250 250 250 / 0.25);
}
.text-negative-50\/30 {
  color: rgb(250 250 250 / 0.3);
}
.text-negative-50\/35 {
  color: rgb(250 250 250 / 0.35);
}
.text-negative-50\/40 {
  color: rgb(250 250 250 / 0.4);
}
.text-negative-50\/45 {
  color: rgb(250 250 250 / 0.45);
}
.text-negative-50\/5 {
  color: rgb(250 250 250 / 0.05);
}
.text-negative-50\/50 {
  color: rgb(250 250 250 / 0.5);
}
.text-negative-50\/55 {
  color: rgb(250 250 250 / 0.55);
}
.text-negative-50\/60 {
  color: rgb(250 250 250 / 0.6);
}
.text-negative-50\/65 {
  color: rgb(250 250 250 / 0.65);
}
.text-negative-50\/70 {
  color: rgb(250 250 250 / 0.7);
}
.text-negative-50\/75 {
  color: rgb(250 250 250 / 0.75);
}
.text-negative-50\/80 {
  color: rgb(250 250 250 / 0.8);
}
.text-negative-50\/85 {
  color: rgb(250 250 250 / 0.85);
}
.text-negative-50\/90 {
  color: rgb(250 250 250 / 0.9);
}
.text-negative-50\/95 {
  color: rgb(250 250 250 / 0.95);
}
.text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}
.text-negative-500\/0 {
  color: rgb(113 113 122 / 0);
}
.text-negative-500\/10 {
  color: rgb(113 113 122 / 0.1);
}
.text-negative-500\/100 {
  color: rgb(113 113 122 / 1);
}
.text-negative-500\/15 {
  color: rgb(113 113 122 / 0.15);
}
.text-negative-500\/20 {
  color: rgb(113 113 122 / 0.2);
}
.text-negative-500\/25 {
  color: rgb(113 113 122 / 0.25);
}
.text-negative-500\/30 {
  color: rgb(113 113 122 / 0.3);
}
.text-negative-500\/35 {
  color: rgb(113 113 122 / 0.35);
}
.text-negative-500\/40 {
  color: rgb(113 113 122 / 0.4);
}
.text-negative-500\/45 {
  color: rgb(113 113 122 / 0.45);
}
.text-negative-500\/5 {
  color: rgb(113 113 122 / 0.05);
}
.text-negative-500\/50 {
  color: rgb(113 113 122 / 0.5);
}
.text-negative-500\/55 {
  color: rgb(113 113 122 / 0.55);
}
.text-negative-500\/60 {
  color: rgb(113 113 122 / 0.6);
}
.text-negative-500\/65 {
  color: rgb(113 113 122 / 0.65);
}
.text-negative-500\/70 {
  color: rgb(113 113 122 / 0.7);
}
.text-negative-500\/75 {
  color: rgb(113 113 122 / 0.75);
}
.text-negative-500\/80 {
  color: rgb(113 113 122 / 0.8);
}
.text-negative-500\/85 {
  color: rgb(113 113 122 / 0.85);
}
.text-negative-500\/90 {
  color: rgb(113 113 122 / 0.9);
}
.text-negative-500\/95 {
  color: rgb(113 113 122 / 0.95);
}
.text-negative-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}
.text-negative-600\/0 {
  color: rgb(82 82 91 / 0);
}
.text-negative-600\/10 {
  color: rgb(82 82 91 / 0.1);
}
.text-negative-600\/100 {
  color: rgb(82 82 91 / 1);
}
.text-negative-600\/15 {
  color: rgb(82 82 91 / 0.15);
}
.text-negative-600\/20 {
  color: rgb(82 82 91 / 0.2);
}
.text-negative-600\/25 {
  color: rgb(82 82 91 / 0.25);
}
.text-negative-600\/30 {
  color: rgb(82 82 91 / 0.3);
}
.text-negative-600\/35 {
  color: rgb(82 82 91 / 0.35);
}
.text-negative-600\/40 {
  color: rgb(82 82 91 / 0.4);
}
.text-negative-600\/45 {
  color: rgb(82 82 91 / 0.45);
}
.text-negative-600\/5 {
  color: rgb(82 82 91 / 0.05);
}
.text-negative-600\/50 {
  color: rgb(82 82 91 / 0.5);
}
.text-negative-600\/55 {
  color: rgb(82 82 91 / 0.55);
}
.text-negative-600\/60 {
  color: rgb(82 82 91 / 0.6);
}
.text-negative-600\/65 {
  color: rgb(82 82 91 / 0.65);
}
.text-negative-600\/70 {
  color: rgb(82 82 91 / 0.7);
}
.text-negative-600\/75 {
  color: rgb(82 82 91 / 0.75);
}
.text-negative-600\/80 {
  color: rgb(82 82 91 / 0.8);
}
.text-negative-600\/85 {
  color: rgb(82 82 91 / 0.85);
}
.text-negative-600\/90 {
  color: rgb(82 82 91 / 0.9);
}
.text-negative-600\/95 {
  color: rgb(82 82 91 / 0.95);
}
.text-negative-700 {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}
.text-negative-700\/0 {
  color: rgb(63 63 70 / 0);
}
.text-negative-700\/10 {
  color: rgb(63 63 70 / 0.1);
}
.text-negative-700\/100 {
  color: rgb(63 63 70 / 1);
}
.text-negative-700\/15 {
  color: rgb(63 63 70 / 0.15);
}
.text-negative-700\/20 {
  color: rgb(63 63 70 / 0.2);
}
.text-negative-700\/25 {
  color: rgb(63 63 70 / 0.25);
}
.text-negative-700\/30 {
  color: rgb(63 63 70 / 0.3);
}
.text-negative-700\/35 {
  color: rgb(63 63 70 / 0.35);
}
.text-negative-700\/40 {
  color: rgb(63 63 70 / 0.4);
}
.text-negative-700\/45 {
  color: rgb(63 63 70 / 0.45);
}
.text-negative-700\/5 {
  color: rgb(63 63 70 / 0.05);
}
.text-negative-700\/50 {
  color: rgb(63 63 70 / 0.5);
}
.text-negative-700\/55 {
  color: rgb(63 63 70 / 0.55);
}
.text-negative-700\/60 {
  color: rgb(63 63 70 / 0.6);
}
.text-negative-700\/65 {
  color: rgb(63 63 70 / 0.65);
}
.text-negative-700\/70 {
  color: rgb(63 63 70 / 0.7);
}
.text-negative-700\/75 {
  color: rgb(63 63 70 / 0.75);
}
.text-negative-700\/80 {
  color: rgb(63 63 70 / 0.8);
}
.text-negative-700\/85 {
  color: rgb(63 63 70 / 0.85);
}
.text-negative-700\/90 {
  color: rgb(63 63 70 / 0.9);
}
.text-negative-700\/95 {
  color: rgb(63 63 70 / 0.95);
}
.text-negative-800 {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity, 1));
}
.text-negative-800\/0 {
  color: rgb(39 39 42 / 0);
}
.text-negative-800\/10 {
  color: rgb(39 39 42 / 0.1);
}
.text-negative-800\/100 {
  color: rgb(39 39 42 / 1);
}
.text-negative-800\/15 {
  color: rgb(39 39 42 / 0.15);
}
.text-negative-800\/20 {
  color: rgb(39 39 42 / 0.2);
}
.text-negative-800\/25 {
  color: rgb(39 39 42 / 0.25);
}
.text-negative-800\/30 {
  color: rgb(39 39 42 / 0.3);
}
.text-negative-800\/35 {
  color: rgb(39 39 42 / 0.35);
}
.text-negative-800\/40 {
  color: rgb(39 39 42 / 0.4);
}
.text-negative-800\/45 {
  color: rgb(39 39 42 / 0.45);
}
.text-negative-800\/5 {
  color: rgb(39 39 42 / 0.05);
}
.text-negative-800\/50 {
  color: rgb(39 39 42 / 0.5);
}
.text-negative-800\/55 {
  color: rgb(39 39 42 / 0.55);
}
.text-negative-800\/60 {
  color: rgb(39 39 42 / 0.6);
}
.text-negative-800\/65 {
  color: rgb(39 39 42 / 0.65);
}
.text-negative-800\/70 {
  color: rgb(39 39 42 / 0.7);
}
.text-negative-800\/75 {
  color: rgb(39 39 42 / 0.75);
}
.text-negative-800\/80 {
  color: rgb(39 39 42 / 0.8);
}
.text-negative-800\/85 {
  color: rgb(39 39 42 / 0.85);
}
.text-negative-800\/90 {
  color: rgb(39 39 42 / 0.9);
}
.text-negative-800\/95 {
  color: rgb(39 39 42 / 0.95);
}
.text-negative-900 {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity, 1));
}
.text-negative-900\/0 {
  color: rgb(24 24 27 / 0);
}
.text-negative-900\/10 {
  color: rgb(24 24 27 / 0.1);
}
.text-negative-900\/100 {
  color: rgb(24 24 27 / 1);
}
.text-negative-900\/15 {
  color: rgb(24 24 27 / 0.15);
}
.text-negative-900\/20 {
  color: rgb(24 24 27 / 0.2);
}
.text-negative-900\/25 {
  color: rgb(24 24 27 / 0.25);
}
.text-negative-900\/30 {
  color: rgb(24 24 27 / 0.3);
}
.text-negative-900\/35 {
  color: rgb(24 24 27 / 0.35);
}
.text-negative-900\/40 {
  color: rgb(24 24 27 / 0.4);
}
.text-negative-900\/45 {
  color: rgb(24 24 27 / 0.45);
}
.text-negative-900\/5 {
  color: rgb(24 24 27 / 0.05);
}
.text-negative-900\/50 {
  color: rgb(24 24 27 / 0.5);
}
.text-negative-900\/55 {
  color: rgb(24 24 27 / 0.55);
}
.text-negative-900\/60 {
  color: rgb(24 24 27 / 0.6);
}
.text-negative-900\/65 {
  color: rgb(24 24 27 / 0.65);
}
.text-negative-900\/70 {
  color: rgb(24 24 27 / 0.7);
}
.text-negative-900\/75 {
  color: rgb(24 24 27 / 0.75);
}
.text-negative-900\/80 {
  color: rgb(24 24 27 / 0.8);
}
.text-negative-900\/85 {
  color: rgb(24 24 27 / 0.85);
}
.text-negative-900\/90 {
  color: rgb(24 24 27 / 0.9);
}
.text-negative-900\/95 {
  color: rgb(24 24 27 / 0.95);
}
.text-negative-950 {
  --tw-text-opacity: 1;
  color: rgb(9 9 11 / var(--tw-text-opacity, 1));
}
.text-negative-950\/0 {
  color: rgb(9 9 11 / 0);
}
.text-negative-950\/10 {
  color: rgb(9 9 11 / 0.1);
}
.text-negative-950\/100 {
  color: rgb(9 9 11 / 1);
}
.text-negative-950\/15 {
  color: rgb(9 9 11 / 0.15);
}
.text-negative-950\/20 {
  color: rgb(9 9 11 / 0.2);
}
.text-negative-950\/25 {
  color: rgb(9 9 11 / 0.25);
}
.text-negative-950\/30 {
  color: rgb(9 9 11 / 0.3);
}
.text-negative-950\/35 {
  color: rgb(9 9 11 / 0.35);
}
.text-negative-950\/40 {
  color: rgb(9 9 11 / 0.4);
}
.text-negative-950\/45 {
  color: rgb(9 9 11 / 0.45);
}
.text-negative-950\/5 {
  color: rgb(9 9 11 / 0.05);
}
.text-negative-950\/50 {
  color: rgb(9 9 11 / 0.5);
}
.text-negative-950\/55 {
  color: rgb(9 9 11 / 0.55);
}
.text-negative-950\/60 {
  color: rgb(9 9 11 / 0.6);
}
.text-negative-950\/65 {
  color: rgb(9 9 11 / 0.65);
}
.text-negative-950\/70 {
  color: rgb(9 9 11 / 0.7);
}
.text-negative-950\/75 {
  color: rgb(9 9 11 / 0.75);
}
.text-negative-950\/80 {
  color: rgb(9 9 11 / 0.8);
}
.text-negative-950\/85 {
  color: rgb(9 9 11 / 0.85);
}
.text-negative-950\/90 {
  color: rgb(9 9 11 / 0.9);
}
.text-negative-950\/95 {
  color: rgb(9 9 11 / 0.95);
}
.text-orange-100 {
  --tw-text-opacity: 1;
  color: rgb(254 236 220 / var(--tw-text-opacity, 1));
}
.text-orange-100\/0 {
  color: rgb(254 236 220 / 0);
}
.text-orange-100\/10 {
  color: rgb(254 236 220 / 0.1);
}
.text-orange-100\/100 {
  color: rgb(254 236 220 / 1);
}
.text-orange-100\/15 {
  color: rgb(254 236 220 / 0.15);
}
.text-orange-100\/20 {
  color: rgb(254 236 220 / 0.2);
}
.text-orange-100\/25 {
  color: rgb(254 236 220 / 0.25);
}
.text-orange-100\/30 {
  color: rgb(254 236 220 / 0.3);
}
.text-orange-100\/35 {
  color: rgb(254 236 220 / 0.35);
}
.text-orange-100\/40 {
  color: rgb(254 236 220 / 0.4);
}
.text-orange-100\/45 {
  color: rgb(254 236 220 / 0.45);
}
.text-orange-100\/5 {
  color: rgb(254 236 220 / 0.05);
}
.text-orange-100\/50 {
  color: rgb(254 236 220 / 0.5);
}
.text-orange-100\/55 {
  color: rgb(254 236 220 / 0.55);
}
.text-orange-100\/60 {
  color: rgb(254 236 220 / 0.6);
}
.text-orange-100\/65 {
  color: rgb(254 236 220 / 0.65);
}
.text-orange-100\/70 {
  color: rgb(254 236 220 / 0.7);
}
.text-orange-100\/75 {
  color: rgb(254 236 220 / 0.75);
}
.text-orange-100\/80 {
  color: rgb(254 236 220 / 0.8);
}
.text-orange-100\/85 {
  color: rgb(254 236 220 / 0.85);
}
.text-orange-100\/90 {
  color: rgb(254 236 220 / 0.9);
}
.text-orange-100\/95 {
  color: rgb(254 236 220 / 0.95);
}
.text-orange-200 {
  --tw-text-opacity: 1;
  color: rgb(252 217 189 / var(--tw-text-opacity, 1));
}
.text-orange-200\/0 {
  color: rgb(252 217 189 / 0);
}
.text-orange-200\/10 {
  color: rgb(252 217 189 / 0.1);
}
.text-orange-200\/100 {
  color: rgb(252 217 189 / 1);
}
.text-orange-200\/15 {
  color: rgb(252 217 189 / 0.15);
}
.text-orange-200\/20 {
  color: rgb(252 217 189 / 0.2);
}
.text-orange-200\/25 {
  color: rgb(252 217 189 / 0.25);
}
.text-orange-200\/30 {
  color: rgb(252 217 189 / 0.3);
}
.text-orange-200\/35 {
  color: rgb(252 217 189 / 0.35);
}
.text-orange-200\/40 {
  color: rgb(252 217 189 / 0.4);
}
.text-orange-200\/45 {
  color: rgb(252 217 189 / 0.45);
}
.text-orange-200\/5 {
  color: rgb(252 217 189 / 0.05);
}
.text-orange-200\/50 {
  color: rgb(252 217 189 / 0.5);
}
.text-orange-200\/55 {
  color: rgb(252 217 189 / 0.55);
}
.text-orange-200\/60 {
  color: rgb(252 217 189 / 0.6);
}
.text-orange-200\/65 {
  color: rgb(252 217 189 / 0.65);
}
.text-orange-200\/70 {
  color: rgb(252 217 189 / 0.7);
}
.text-orange-200\/75 {
  color: rgb(252 217 189 / 0.75);
}
.text-orange-200\/80 {
  color: rgb(252 217 189 / 0.8);
}
.text-orange-200\/85 {
  color: rgb(252 217 189 / 0.85);
}
.text-orange-200\/90 {
  color: rgb(252 217 189 / 0.9);
}
.text-orange-200\/95 {
  color: rgb(252 217 189 / 0.95);
}
.text-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(253 186 140 / var(--tw-text-opacity, 1));
}
.text-orange-300\/0 {
  color: rgb(253 186 140 / 0);
}
.text-orange-300\/10 {
  color: rgb(253 186 140 / 0.1);
}
.text-orange-300\/100 {
  color: rgb(253 186 140 / 1);
}
.text-orange-300\/15 {
  color: rgb(253 186 140 / 0.15);
}
.text-orange-300\/20 {
  color: rgb(253 186 140 / 0.2);
}
.text-orange-300\/25 {
  color: rgb(253 186 140 / 0.25);
}
.text-orange-300\/30 {
  color: rgb(253 186 140 / 0.3);
}
.text-orange-300\/35 {
  color: rgb(253 186 140 / 0.35);
}
.text-orange-300\/40 {
  color: rgb(253 186 140 / 0.4);
}
.text-orange-300\/45 {
  color: rgb(253 186 140 / 0.45);
}
.text-orange-300\/5 {
  color: rgb(253 186 140 / 0.05);
}
.text-orange-300\/50 {
  color: rgb(253 186 140 / 0.5);
}
.text-orange-300\/55 {
  color: rgb(253 186 140 / 0.55);
}
.text-orange-300\/60 {
  color: rgb(253 186 140 / 0.6);
}
.text-orange-300\/65 {
  color: rgb(253 186 140 / 0.65);
}
.text-orange-300\/70 {
  color: rgb(253 186 140 / 0.7);
}
.text-orange-300\/75 {
  color: rgb(253 186 140 / 0.75);
}
.text-orange-300\/80 {
  color: rgb(253 186 140 / 0.8);
}
.text-orange-300\/85 {
  color: rgb(253 186 140 / 0.85);
}
.text-orange-300\/90 {
  color: rgb(253 186 140 / 0.9);
}
.text-orange-300\/95 {
  color: rgb(253 186 140 / 0.95);
}
.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(255 138 76 / var(--tw-text-opacity, 1));
}
.text-orange-400\/0 {
  color: rgb(255 138 76 / 0);
}
.text-orange-400\/10 {
  color: rgb(255 138 76 / 0.1);
}
.text-orange-400\/100 {
  color: rgb(255 138 76 / 1);
}
.text-orange-400\/15 {
  color: rgb(255 138 76 / 0.15);
}
.text-orange-400\/20 {
  color: rgb(255 138 76 / 0.2);
}
.text-orange-400\/25 {
  color: rgb(255 138 76 / 0.25);
}
.text-orange-400\/30 {
  color: rgb(255 138 76 / 0.3);
}
.text-orange-400\/35 {
  color: rgb(255 138 76 / 0.35);
}
.text-orange-400\/40 {
  color: rgb(255 138 76 / 0.4);
}
.text-orange-400\/45 {
  color: rgb(255 138 76 / 0.45);
}
.text-orange-400\/5 {
  color: rgb(255 138 76 / 0.05);
}
.text-orange-400\/50 {
  color: rgb(255 138 76 / 0.5);
}
.text-orange-400\/55 {
  color: rgb(255 138 76 / 0.55);
}
.text-orange-400\/60 {
  color: rgb(255 138 76 / 0.6);
}
.text-orange-400\/65 {
  color: rgb(255 138 76 / 0.65);
}
.text-orange-400\/70 {
  color: rgb(255 138 76 / 0.7);
}
.text-orange-400\/75 {
  color: rgb(255 138 76 / 0.75);
}
.text-orange-400\/80 {
  color: rgb(255 138 76 / 0.8);
}
.text-orange-400\/85 {
  color: rgb(255 138 76 / 0.85);
}
.text-orange-400\/90 {
  color: rgb(255 138 76 / 0.9);
}
.text-orange-400\/95 {
  color: rgb(255 138 76 / 0.95);
}
.text-orange-50 {
  --tw-text-opacity: 1;
  color: rgb(255 248 241 / var(--tw-text-opacity, 1));
}
.text-orange-50\/0 {
  color: rgb(255 248 241 / 0);
}
.text-orange-50\/10 {
  color: rgb(255 248 241 / 0.1);
}
.text-orange-50\/100 {
  color: rgb(255 248 241 / 1);
}
.text-orange-50\/15 {
  color: rgb(255 248 241 / 0.15);
}
.text-orange-50\/20 {
  color: rgb(255 248 241 / 0.2);
}
.text-orange-50\/25 {
  color: rgb(255 248 241 / 0.25);
}
.text-orange-50\/30 {
  color: rgb(255 248 241 / 0.3);
}
.text-orange-50\/35 {
  color: rgb(255 248 241 / 0.35);
}
.text-orange-50\/40 {
  color: rgb(255 248 241 / 0.4);
}
.text-orange-50\/45 {
  color: rgb(255 248 241 / 0.45);
}
.text-orange-50\/5 {
  color: rgb(255 248 241 / 0.05);
}
.text-orange-50\/50 {
  color: rgb(255 248 241 / 0.5);
}
.text-orange-50\/55 {
  color: rgb(255 248 241 / 0.55);
}
.text-orange-50\/60 {
  color: rgb(255 248 241 / 0.6);
}
.text-orange-50\/65 {
  color: rgb(255 248 241 / 0.65);
}
.text-orange-50\/70 {
  color: rgb(255 248 241 / 0.7);
}
.text-orange-50\/75 {
  color: rgb(255 248 241 / 0.75);
}
.text-orange-50\/80 {
  color: rgb(255 248 241 / 0.8);
}
.text-orange-50\/85 {
  color: rgb(255 248 241 / 0.85);
}
.text-orange-50\/90 {
  color: rgb(255 248 241 / 0.9);
}
.text-orange-50\/95 {
  color: rgb(255 248 241 / 0.95);
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(255 90 31 / var(--tw-text-opacity, 1));
}
.text-orange-500\/0 {
  color: rgb(255 90 31 / 0);
}
.text-orange-500\/10 {
  color: rgb(255 90 31 / 0.1);
}
.text-orange-500\/100 {
  color: rgb(255 90 31 / 1);
}
.text-orange-500\/15 {
  color: rgb(255 90 31 / 0.15);
}
.text-orange-500\/20 {
  color: rgb(255 90 31 / 0.2);
}
.text-orange-500\/25 {
  color: rgb(255 90 31 / 0.25);
}
.text-orange-500\/30 {
  color: rgb(255 90 31 / 0.3);
}
.text-orange-500\/35 {
  color: rgb(255 90 31 / 0.35);
}
.text-orange-500\/40 {
  color: rgb(255 90 31 / 0.4);
}
.text-orange-500\/45 {
  color: rgb(255 90 31 / 0.45);
}
.text-orange-500\/5 {
  color: rgb(255 90 31 / 0.05);
}
.text-orange-500\/50 {
  color: rgb(255 90 31 / 0.5);
}
.text-orange-500\/55 {
  color: rgb(255 90 31 / 0.55);
}
.text-orange-500\/60 {
  color: rgb(255 90 31 / 0.6);
}
.text-orange-500\/65 {
  color: rgb(255 90 31 / 0.65);
}
.text-orange-500\/70 {
  color: rgb(255 90 31 / 0.7);
}
.text-orange-500\/75 {
  color: rgb(255 90 31 / 0.75);
}
.text-orange-500\/80 {
  color: rgb(255 90 31 / 0.8);
}
.text-orange-500\/85 {
  color: rgb(255 90 31 / 0.85);
}
.text-orange-500\/90 {
  color: rgb(255 90 31 / 0.9);
}
.text-orange-500\/95 {
  color: rgb(255 90 31 / 0.95);
}
.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(208 56 1 / var(--tw-text-opacity, 1));
}
.text-orange-600\/0 {
  color: rgb(208 56 1 / 0);
}
.text-orange-600\/10 {
  color: rgb(208 56 1 / 0.1);
}
.text-orange-600\/100 {
  color: rgb(208 56 1 / 1);
}
.text-orange-600\/15 {
  color: rgb(208 56 1 / 0.15);
}
.text-orange-600\/20 {
  color: rgb(208 56 1 / 0.2);
}
.text-orange-600\/25 {
  color: rgb(208 56 1 / 0.25);
}
.text-orange-600\/30 {
  color: rgb(208 56 1 / 0.3);
}
.text-orange-600\/35 {
  color: rgb(208 56 1 / 0.35);
}
.text-orange-600\/40 {
  color: rgb(208 56 1 / 0.4);
}
.text-orange-600\/45 {
  color: rgb(208 56 1 / 0.45);
}
.text-orange-600\/5 {
  color: rgb(208 56 1 / 0.05);
}
.text-orange-600\/50 {
  color: rgb(208 56 1 / 0.5);
}
.text-orange-600\/55 {
  color: rgb(208 56 1 / 0.55);
}
.text-orange-600\/60 {
  color: rgb(208 56 1 / 0.6);
}
.text-orange-600\/65 {
  color: rgb(208 56 1 / 0.65);
}
.text-orange-600\/70 {
  color: rgb(208 56 1 / 0.7);
}
.text-orange-600\/75 {
  color: rgb(208 56 1 / 0.75);
}
.text-orange-600\/80 {
  color: rgb(208 56 1 / 0.8);
}
.text-orange-600\/85 {
  color: rgb(208 56 1 / 0.85);
}
.text-orange-600\/90 {
  color: rgb(208 56 1 / 0.9);
}
.text-orange-600\/95 {
  color: rgb(208 56 1 / 0.95);
}
.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(180 52 3 / var(--tw-text-opacity, 1));
}
.text-orange-700\/0 {
  color: rgb(180 52 3 / 0);
}
.text-orange-700\/10 {
  color: rgb(180 52 3 / 0.1);
}
.text-orange-700\/100 {
  color: rgb(180 52 3 / 1);
}
.text-orange-700\/15 {
  color: rgb(180 52 3 / 0.15);
}
.text-orange-700\/20 {
  color: rgb(180 52 3 / 0.2);
}
.text-orange-700\/25 {
  color: rgb(180 52 3 / 0.25);
}
.text-orange-700\/30 {
  color: rgb(180 52 3 / 0.3);
}
.text-orange-700\/35 {
  color: rgb(180 52 3 / 0.35);
}
.text-orange-700\/40 {
  color: rgb(180 52 3 / 0.4);
}
.text-orange-700\/45 {
  color: rgb(180 52 3 / 0.45);
}
.text-orange-700\/5 {
  color: rgb(180 52 3 / 0.05);
}
.text-orange-700\/50 {
  color: rgb(180 52 3 / 0.5);
}
.text-orange-700\/55 {
  color: rgb(180 52 3 / 0.55);
}
.text-orange-700\/60 {
  color: rgb(180 52 3 / 0.6);
}
.text-orange-700\/65 {
  color: rgb(180 52 3 / 0.65);
}
.text-orange-700\/70 {
  color: rgb(180 52 3 / 0.7);
}
.text-orange-700\/75 {
  color: rgb(180 52 3 / 0.75);
}
.text-orange-700\/80 {
  color: rgb(180 52 3 / 0.8);
}
.text-orange-700\/85 {
  color: rgb(180 52 3 / 0.85);
}
.text-orange-700\/90 {
  color: rgb(180 52 3 / 0.9);
}
.text-orange-700\/95 {
  color: rgb(180 52 3 / 0.95);
}
.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(138 44 13 / var(--tw-text-opacity, 1));
}
.text-orange-800\/0 {
  color: rgb(138 44 13 / 0);
}
.text-orange-800\/10 {
  color: rgb(138 44 13 / 0.1);
}
.text-orange-800\/100 {
  color: rgb(138 44 13 / 1);
}
.text-orange-800\/15 {
  color: rgb(138 44 13 / 0.15);
}
.text-orange-800\/20 {
  color: rgb(138 44 13 / 0.2);
}
.text-orange-800\/25 {
  color: rgb(138 44 13 / 0.25);
}
.text-orange-800\/30 {
  color: rgb(138 44 13 / 0.3);
}
.text-orange-800\/35 {
  color: rgb(138 44 13 / 0.35);
}
.text-orange-800\/40 {
  color: rgb(138 44 13 / 0.4);
}
.text-orange-800\/45 {
  color: rgb(138 44 13 / 0.45);
}
.text-orange-800\/5 {
  color: rgb(138 44 13 / 0.05);
}
.text-orange-800\/50 {
  color: rgb(138 44 13 / 0.5);
}
.text-orange-800\/55 {
  color: rgb(138 44 13 / 0.55);
}
.text-orange-800\/60 {
  color: rgb(138 44 13 / 0.6);
}
.text-orange-800\/65 {
  color: rgb(138 44 13 / 0.65);
}
.text-orange-800\/70 {
  color: rgb(138 44 13 / 0.7);
}
.text-orange-800\/75 {
  color: rgb(138 44 13 / 0.75);
}
.text-orange-800\/80 {
  color: rgb(138 44 13 / 0.8);
}
.text-orange-800\/85 {
  color: rgb(138 44 13 / 0.85);
}
.text-orange-800\/90 {
  color: rgb(138 44 13 / 0.9);
}
.text-orange-800\/95 {
  color: rgb(138 44 13 / 0.95);
}
.text-orange-900 {
  --tw-text-opacity: 1;
  color: rgb(119 29 29 / var(--tw-text-opacity, 1));
}
.text-orange-900\/0 {
  color: rgb(119 29 29 / 0);
}
.text-orange-900\/10 {
  color: rgb(119 29 29 / 0.1);
}
.text-orange-900\/100 {
  color: rgb(119 29 29 / 1);
}
.text-orange-900\/15 {
  color: rgb(119 29 29 / 0.15);
}
.text-orange-900\/20 {
  color: rgb(119 29 29 / 0.2);
}
.text-orange-900\/25 {
  color: rgb(119 29 29 / 0.25);
}
.text-orange-900\/30 {
  color: rgb(119 29 29 / 0.3);
}
.text-orange-900\/35 {
  color: rgb(119 29 29 / 0.35);
}
.text-orange-900\/40 {
  color: rgb(119 29 29 / 0.4);
}
.text-orange-900\/45 {
  color: rgb(119 29 29 / 0.45);
}
.text-orange-900\/5 {
  color: rgb(119 29 29 / 0.05);
}
.text-orange-900\/50 {
  color: rgb(119 29 29 / 0.5);
}
.text-orange-900\/55 {
  color: rgb(119 29 29 / 0.55);
}
.text-orange-900\/60 {
  color: rgb(119 29 29 / 0.6);
}
.text-orange-900\/65 {
  color: rgb(119 29 29 / 0.65);
}
.text-orange-900\/70 {
  color: rgb(119 29 29 / 0.7);
}
.text-orange-900\/75 {
  color: rgb(119 29 29 / 0.75);
}
.text-orange-900\/80 {
  color: rgb(119 29 29 / 0.8);
}
.text-orange-900\/85 {
  color: rgb(119 29 29 / 0.85);
}
.text-orange-900\/90 {
  color: rgb(119 29 29 / 0.9);
}
.text-orange-900\/95 {
  color: rgb(119 29 29 / 0.95);
}
.text-pink-100 {
  --tw-text-opacity: 1;
  color: rgb(252 232 243 / var(--tw-text-opacity, 1));
}
.text-pink-100\/0 {
  color: rgb(252 232 243 / 0);
}
.text-pink-100\/10 {
  color: rgb(252 232 243 / 0.1);
}
.text-pink-100\/100 {
  color: rgb(252 232 243 / 1);
}
.text-pink-100\/15 {
  color: rgb(252 232 243 / 0.15);
}
.text-pink-100\/20 {
  color: rgb(252 232 243 / 0.2);
}
.text-pink-100\/25 {
  color: rgb(252 232 243 / 0.25);
}
.text-pink-100\/30 {
  color: rgb(252 232 243 / 0.3);
}
.text-pink-100\/35 {
  color: rgb(252 232 243 / 0.35);
}
.text-pink-100\/40 {
  color: rgb(252 232 243 / 0.4);
}
.text-pink-100\/45 {
  color: rgb(252 232 243 / 0.45);
}
.text-pink-100\/5 {
  color: rgb(252 232 243 / 0.05);
}
.text-pink-100\/50 {
  color: rgb(252 232 243 / 0.5);
}
.text-pink-100\/55 {
  color: rgb(252 232 243 / 0.55);
}
.text-pink-100\/60 {
  color: rgb(252 232 243 / 0.6);
}
.text-pink-100\/65 {
  color: rgb(252 232 243 / 0.65);
}
.text-pink-100\/70 {
  color: rgb(252 232 243 / 0.7);
}
.text-pink-100\/75 {
  color: rgb(252 232 243 / 0.75);
}
.text-pink-100\/80 {
  color: rgb(252 232 243 / 0.8);
}
.text-pink-100\/85 {
  color: rgb(252 232 243 / 0.85);
}
.text-pink-100\/90 {
  color: rgb(252 232 243 / 0.9);
}
.text-pink-100\/95 {
  color: rgb(252 232 243 / 0.95);
}
.text-pink-200 {
  --tw-text-opacity: 1;
  color: rgb(250 209 232 / var(--tw-text-opacity, 1));
}
.text-pink-200\/0 {
  color: rgb(250 209 232 / 0);
}
.text-pink-200\/10 {
  color: rgb(250 209 232 / 0.1);
}
.text-pink-200\/100 {
  color: rgb(250 209 232 / 1);
}
.text-pink-200\/15 {
  color: rgb(250 209 232 / 0.15);
}
.text-pink-200\/20 {
  color: rgb(250 209 232 / 0.2);
}
.text-pink-200\/25 {
  color: rgb(250 209 232 / 0.25);
}
.text-pink-200\/30 {
  color: rgb(250 209 232 / 0.3);
}
.text-pink-200\/35 {
  color: rgb(250 209 232 / 0.35);
}
.text-pink-200\/40 {
  color: rgb(250 209 232 / 0.4);
}
.text-pink-200\/45 {
  color: rgb(250 209 232 / 0.45);
}
.text-pink-200\/5 {
  color: rgb(250 209 232 / 0.05);
}
.text-pink-200\/50 {
  color: rgb(250 209 232 / 0.5);
}
.text-pink-200\/55 {
  color: rgb(250 209 232 / 0.55);
}
.text-pink-200\/60 {
  color: rgb(250 209 232 / 0.6);
}
.text-pink-200\/65 {
  color: rgb(250 209 232 / 0.65);
}
.text-pink-200\/70 {
  color: rgb(250 209 232 / 0.7);
}
.text-pink-200\/75 {
  color: rgb(250 209 232 / 0.75);
}
.text-pink-200\/80 {
  color: rgb(250 209 232 / 0.8);
}
.text-pink-200\/85 {
  color: rgb(250 209 232 / 0.85);
}
.text-pink-200\/90 {
  color: rgb(250 209 232 / 0.9);
}
.text-pink-200\/95 {
  color: rgb(250 209 232 / 0.95);
}
.text-pink-300 {
  --tw-text-opacity: 1;
  color: rgb(248 180 217 / var(--tw-text-opacity, 1));
}
.text-pink-300\/0 {
  color: rgb(248 180 217 / 0);
}
.text-pink-300\/10 {
  color: rgb(248 180 217 / 0.1);
}
.text-pink-300\/100 {
  color: rgb(248 180 217 / 1);
}
.text-pink-300\/15 {
  color: rgb(248 180 217 / 0.15);
}
.text-pink-300\/20 {
  color: rgb(248 180 217 / 0.2);
}
.text-pink-300\/25 {
  color: rgb(248 180 217 / 0.25);
}
.text-pink-300\/30 {
  color: rgb(248 180 217 / 0.3);
}
.text-pink-300\/35 {
  color: rgb(248 180 217 / 0.35);
}
.text-pink-300\/40 {
  color: rgb(248 180 217 / 0.4);
}
.text-pink-300\/45 {
  color: rgb(248 180 217 / 0.45);
}
.text-pink-300\/5 {
  color: rgb(248 180 217 / 0.05);
}
.text-pink-300\/50 {
  color: rgb(248 180 217 / 0.5);
}
.text-pink-300\/55 {
  color: rgb(248 180 217 / 0.55);
}
.text-pink-300\/60 {
  color: rgb(248 180 217 / 0.6);
}
.text-pink-300\/65 {
  color: rgb(248 180 217 / 0.65);
}
.text-pink-300\/70 {
  color: rgb(248 180 217 / 0.7);
}
.text-pink-300\/75 {
  color: rgb(248 180 217 / 0.75);
}
.text-pink-300\/80 {
  color: rgb(248 180 217 / 0.8);
}
.text-pink-300\/85 {
  color: rgb(248 180 217 / 0.85);
}
.text-pink-300\/90 {
  color: rgb(248 180 217 / 0.9);
}
.text-pink-300\/95 {
  color: rgb(248 180 217 / 0.95);
}
.text-pink-400 {
  --tw-text-opacity: 1;
  color: rgb(241 126 184 / var(--tw-text-opacity, 1));
}
.text-pink-400\/0 {
  color: rgb(241 126 184 / 0);
}
.text-pink-400\/10 {
  color: rgb(241 126 184 / 0.1);
}
.text-pink-400\/100 {
  color: rgb(241 126 184 / 1);
}
.text-pink-400\/15 {
  color: rgb(241 126 184 / 0.15);
}
.text-pink-400\/20 {
  color: rgb(241 126 184 / 0.2);
}
.text-pink-400\/25 {
  color: rgb(241 126 184 / 0.25);
}
.text-pink-400\/30 {
  color: rgb(241 126 184 / 0.3);
}
.text-pink-400\/35 {
  color: rgb(241 126 184 / 0.35);
}
.text-pink-400\/40 {
  color: rgb(241 126 184 / 0.4);
}
.text-pink-400\/45 {
  color: rgb(241 126 184 / 0.45);
}
.text-pink-400\/5 {
  color: rgb(241 126 184 / 0.05);
}
.text-pink-400\/50 {
  color: rgb(241 126 184 / 0.5);
}
.text-pink-400\/55 {
  color: rgb(241 126 184 / 0.55);
}
.text-pink-400\/60 {
  color: rgb(241 126 184 / 0.6);
}
.text-pink-400\/65 {
  color: rgb(241 126 184 / 0.65);
}
.text-pink-400\/70 {
  color: rgb(241 126 184 / 0.7);
}
.text-pink-400\/75 {
  color: rgb(241 126 184 / 0.75);
}
.text-pink-400\/80 {
  color: rgb(241 126 184 / 0.8);
}
.text-pink-400\/85 {
  color: rgb(241 126 184 / 0.85);
}
.text-pink-400\/90 {
  color: rgb(241 126 184 / 0.9);
}
.text-pink-400\/95 {
  color: rgb(241 126 184 / 0.95);
}
.text-pink-50 {
  --tw-text-opacity: 1;
  color: rgb(253 242 248 / var(--tw-text-opacity, 1));
}
.text-pink-50\/0 {
  color: rgb(253 242 248 / 0);
}
.text-pink-50\/10 {
  color: rgb(253 242 248 / 0.1);
}
.text-pink-50\/100 {
  color: rgb(253 242 248 / 1);
}
.text-pink-50\/15 {
  color: rgb(253 242 248 / 0.15);
}
.text-pink-50\/20 {
  color: rgb(253 242 248 / 0.2);
}
.text-pink-50\/25 {
  color: rgb(253 242 248 / 0.25);
}
.text-pink-50\/30 {
  color: rgb(253 242 248 / 0.3);
}
.text-pink-50\/35 {
  color: rgb(253 242 248 / 0.35);
}
.text-pink-50\/40 {
  color: rgb(253 242 248 / 0.4);
}
.text-pink-50\/45 {
  color: rgb(253 242 248 / 0.45);
}
.text-pink-50\/5 {
  color: rgb(253 242 248 / 0.05);
}
.text-pink-50\/50 {
  color: rgb(253 242 248 / 0.5);
}
.text-pink-50\/55 {
  color: rgb(253 242 248 / 0.55);
}
.text-pink-50\/60 {
  color: rgb(253 242 248 / 0.6);
}
.text-pink-50\/65 {
  color: rgb(253 242 248 / 0.65);
}
.text-pink-50\/70 {
  color: rgb(253 242 248 / 0.7);
}
.text-pink-50\/75 {
  color: rgb(253 242 248 / 0.75);
}
.text-pink-50\/80 {
  color: rgb(253 242 248 / 0.8);
}
.text-pink-50\/85 {
  color: rgb(253 242 248 / 0.85);
}
.text-pink-50\/90 {
  color: rgb(253 242 248 / 0.9);
}
.text-pink-50\/95 {
  color: rgb(253 242 248 / 0.95);
}
.text-pink-500 {
  --tw-text-opacity: 1;
  color: rgb(231 70 148 / var(--tw-text-opacity, 1));
}
.text-pink-500\/0 {
  color: rgb(231 70 148 / 0);
}
.text-pink-500\/10 {
  color: rgb(231 70 148 / 0.1);
}
.text-pink-500\/100 {
  color: rgb(231 70 148 / 1);
}
.text-pink-500\/15 {
  color: rgb(231 70 148 / 0.15);
}
.text-pink-500\/20 {
  color: rgb(231 70 148 / 0.2);
}
.text-pink-500\/25 {
  color: rgb(231 70 148 / 0.25);
}
.text-pink-500\/30 {
  color: rgb(231 70 148 / 0.3);
}
.text-pink-500\/35 {
  color: rgb(231 70 148 / 0.35);
}
.text-pink-500\/40 {
  color: rgb(231 70 148 / 0.4);
}
.text-pink-500\/45 {
  color: rgb(231 70 148 / 0.45);
}
.text-pink-500\/5 {
  color: rgb(231 70 148 / 0.05);
}
.text-pink-500\/50 {
  color: rgb(231 70 148 / 0.5);
}
.text-pink-500\/55 {
  color: rgb(231 70 148 / 0.55);
}
.text-pink-500\/60 {
  color: rgb(231 70 148 / 0.6);
}
.text-pink-500\/65 {
  color: rgb(231 70 148 / 0.65);
}
.text-pink-500\/70 {
  color: rgb(231 70 148 / 0.7);
}
.text-pink-500\/75 {
  color: rgb(231 70 148 / 0.75);
}
.text-pink-500\/80 {
  color: rgb(231 70 148 / 0.8);
}
.text-pink-500\/85 {
  color: rgb(231 70 148 / 0.85);
}
.text-pink-500\/90 {
  color: rgb(231 70 148 / 0.9);
}
.text-pink-500\/95 {
  color: rgb(231 70 148 / 0.95);
}
.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(214 31 105 / var(--tw-text-opacity, 1));
}
.text-pink-600\/0 {
  color: rgb(214 31 105 / 0);
}
.text-pink-600\/10 {
  color: rgb(214 31 105 / 0.1);
}
.text-pink-600\/100 {
  color: rgb(214 31 105 / 1);
}
.text-pink-600\/15 {
  color: rgb(214 31 105 / 0.15);
}
.text-pink-600\/20 {
  color: rgb(214 31 105 / 0.2);
}
.text-pink-600\/25 {
  color: rgb(214 31 105 / 0.25);
}
.text-pink-600\/30 {
  color: rgb(214 31 105 / 0.3);
}
.text-pink-600\/35 {
  color: rgb(214 31 105 / 0.35);
}
.text-pink-600\/40 {
  color: rgb(214 31 105 / 0.4);
}
.text-pink-600\/45 {
  color: rgb(214 31 105 / 0.45);
}
.text-pink-600\/5 {
  color: rgb(214 31 105 / 0.05);
}
.text-pink-600\/50 {
  color: rgb(214 31 105 / 0.5);
}
.text-pink-600\/55 {
  color: rgb(214 31 105 / 0.55);
}
.text-pink-600\/60 {
  color: rgb(214 31 105 / 0.6);
}
.text-pink-600\/65 {
  color: rgb(214 31 105 / 0.65);
}
.text-pink-600\/70 {
  color: rgb(214 31 105 / 0.7);
}
.text-pink-600\/75 {
  color: rgb(214 31 105 / 0.75);
}
.text-pink-600\/80 {
  color: rgb(214 31 105 / 0.8);
}
.text-pink-600\/85 {
  color: rgb(214 31 105 / 0.85);
}
.text-pink-600\/90 {
  color: rgb(214 31 105 / 0.9);
}
.text-pink-600\/95 {
  color: rgb(214 31 105 / 0.95);
}
.text-pink-700 {
  --tw-text-opacity: 1;
  color: rgb(191 18 93 / var(--tw-text-opacity, 1));
}
.text-pink-700\/0 {
  color: rgb(191 18 93 / 0);
}
.text-pink-700\/10 {
  color: rgb(191 18 93 / 0.1);
}
.text-pink-700\/100 {
  color: rgb(191 18 93 / 1);
}
.text-pink-700\/15 {
  color: rgb(191 18 93 / 0.15);
}
.text-pink-700\/20 {
  color: rgb(191 18 93 / 0.2);
}
.text-pink-700\/25 {
  color: rgb(191 18 93 / 0.25);
}
.text-pink-700\/30 {
  color: rgb(191 18 93 / 0.3);
}
.text-pink-700\/35 {
  color: rgb(191 18 93 / 0.35);
}
.text-pink-700\/40 {
  color: rgb(191 18 93 / 0.4);
}
.text-pink-700\/45 {
  color: rgb(191 18 93 / 0.45);
}
.text-pink-700\/5 {
  color: rgb(191 18 93 / 0.05);
}
.text-pink-700\/50 {
  color: rgb(191 18 93 / 0.5);
}
.text-pink-700\/55 {
  color: rgb(191 18 93 / 0.55);
}
.text-pink-700\/60 {
  color: rgb(191 18 93 / 0.6);
}
.text-pink-700\/65 {
  color: rgb(191 18 93 / 0.65);
}
.text-pink-700\/70 {
  color: rgb(191 18 93 / 0.7);
}
.text-pink-700\/75 {
  color: rgb(191 18 93 / 0.75);
}
.text-pink-700\/80 {
  color: rgb(191 18 93 / 0.8);
}
.text-pink-700\/85 {
  color: rgb(191 18 93 / 0.85);
}
.text-pink-700\/90 {
  color: rgb(191 18 93 / 0.9);
}
.text-pink-700\/95 {
  color: rgb(191 18 93 / 0.95);
}
.text-pink-800 {
  --tw-text-opacity: 1;
  color: rgb(153 21 75 / var(--tw-text-opacity, 1));
}
.text-pink-800\/0 {
  color: rgb(153 21 75 / 0);
}
.text-pink-800\/10 {
  color: rgb(153 21 75 / 0.1);
}
.text-pink-800\/100 {
  color: rgb(153 21 75 / 1);
}
.text-pink-800\/15 {
  color: rgb(153 21 75 / 0.15);
}
.text-pink-800\/20 {
  color: rgb(153 21 75 / 0.2);
}
.text-pink-800\/25 {
  color: rgb(153 21 75 / 0.25);
}
.text-pink-800\/30 {
  color: rgb(153 21 75 / 0.3);
}
.text-pink-800\/35 {
  color: rgb(153 21 75 / 0.35);
}
.text-pink-800\/40 {
  color: rgb(153 21 75 / 0.4);
}
.text-pink-800\/45 {
  color: rgb(153 21 75 / 0.45);
}
.text-pink-800\/5 {
  color: rgb(153 21 75 / 0.05);
}
.text-pink-800\/50 {
  color: rgb(153 21 75 / 0.5);
}
.text-pink-800\/55 {
  color: rgb(153 21 75 / 0.55);
}
.text-pink-800\/60 {
  color: rgb(153 21 75 / 0.6);
}
.text-pink-800\/65 {
  color: rgb(153 21 75 / 0.65);
}
.text-pink-800\/70 {
  color: rgb(153 21 75 / 0.7);
}
.text-pink-800\/75 {
  color: rgb(153 21 75 / 0.75);
}
.text-pink-800\/80 {
  color: rgb(153 21 75 / 0.8);
}
.text-pink-800\/85 {
  color: rgb(153 21 75 / 0.85);
}
.text-pink-800\/90 {
  color: rgb(153 21 75 / 0.9);
}
.text-pink-800\/95 {
  color: rgb(153 21 75 / 0.95);
}
.text-pink-900 {
  --tw-text-opacity: 1;
  color: rgb(117 26 61 / var(--tw-text-opacity, 1));
}
.text-pink-900\/0 {
  color: rgb(117 26 61 / 0);
}
.text-pink-900\/10 {
  color: rgb(117 26 61 / 0.1);
}
.text-pink-900\/100 {
  color: rgb(117 26 61 / 1);
}
.text-pink-900\/15 {
  color: rgb(117 26 61 / 0.15);
}
.text-pink-900\/20 {
  color: rgb(117 26 61 / 0.2);
}
.text-pink-900\/25 {
  color: rgb(117 26 61 / 0.25);
}
.text-pink-900\/30 {
  color: rgb(117 26 61 / 0.3);
}
.text-pink-900\/35 {
  color: rgb(117 26 61 / 0.35);
}
.text-pink-900\/40 {
  color: rgb(117 26 61 / 0.4);
}
.text-pink-900\/45 {
  color: rgb(117 26 61 / 0.45);
}
.text-pink-900\/5 {
  color: rgb(117 26 61 / 0.05);
}
.text-pink-900\/50 {
  color: rgb(117 26 61 / 0.5);
}
.text-pink-900\/55 {
  color: rgb(117 26 61 / 0.55);
}
.text-pink-900\/60 {
  color: rgb(117 26 61 / 0.6);
}
.text-pink-900\/65 {
  color: rgb(117 26 61 / 0.65);
}
.text-pink-900\/70 {
  color: rgb(117 26 61 / 0.7);
}
.text-pink-900\/75 {
  color: rgb(117 26 61 / 0.75);
}
.text-pink-900\/80 {
  color: rgb(117 26 61 / 0.8);
}
.text-pink-900\/85 {
  color: rgb(117 26 61 / 0.85);
}
.text-pink-900\/90 {
  color: rgb(117 26 61 / 0.9);
}
.text-pink-900\/95 {
  color: rgb(117 26 61 / 0.95);
}
.text-primary-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}
.text-primary-100\/0 {
  color: rgb(254 226 226 / 0);
}
.text-primary-100\/10 {
  color: rgb(254 226 226 / 0.1);
}
.text-primary-100\/100 {
  color: rgb(254 226 226 / 1);
}
.text-primary-100\/15 {
  color: rgb(254 226 226 / 0.15);
}
.text-primary-100\/20 {
  color: rgb(254 226 226 / 0.2);
}
.text-primary-100\/25 {
  color: rgb(254 226 226 / 0.25);
}
.text-primary-100\/30 {
  color: rgb(254 226 226 / 0.3);
}
.text-primary-100\/35 {
  color: rgb(254 226 226 / 0.35);
}
.text-primary-100\/40 {
  color: rgb(254 226 226 / 0.4);
}
.text-primary-100\/45 {
  color: rgb(254 226 226 / 0.45);
}
.text-primary-100\/5 {
  color: rgb(254 226 226 / 0.05);
}
.text-primary-100\/50 {
  color: rgb(254 226 226 / 0.5);
}
.text-primary-100\/55 {
  color: rgb(254 226 226 / 0.55);
}
.text-primary-100\/60 {
  color: rgb(254 226 226 / 0.6);
}
.text-primary-100\/65 {
  color: rgb(254 226 226 / 0.65);
}
.text-primary-100\/70 {
  color: rgb(254 226 226 / 0.7);
}
.text-primary-100\/75 {
  color: rgb(254 226 226 / 0.75);
}
.text-primary-100\/80 {
  color: rgb(254 226 226 / 0.8);
}
.text-primary-100\/85 {
  color: rgb(254 226 226 / 0.85);
}
.text-primary-100\/90 {
  color: rgb(254 226 226 / 0.9);
}
.text-primary-100\/95 {
  color: rgb(254 226 226 / 0.95);
}
.text-primary-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}
.text-primary-200\/0 {
  color: rgb(254 202 202 / 0);
}
.text-primary-200\/10 {
  color: rgb(254 202 202 / 0.1);
}
.text-primary-200\/100 {
  color: rgb(254 202 202 / 1);
}
.text-primary-200\/15 {
  color: rgb(254 202 202 / 0.15);
}
.text-primary-200\/20 {
  color: rgb(254 202 202 / 0.2);
}
.text-primary-200\/25 {
  color: rgb(254 202 202 / 0.25);
}
.text-primary-200\/30 {
  color: rgb(254 202 202 / 0.3);
}
.text-primary-200\/35 {
  color: rgb(254 202 202 / 0.35);
}
.text-primary-200\/40 {
  color: rgb(254 202 202 / 0.4);
}
.text-primary-200\/45 {
  color: rgb(254 202 202 / 0.45);
}
.text-primary-200\/5 {
  color: rgb(254 202 202 / 0.05);
}
.text-primary-200\/50 {
  color: rgb(254 202 202 / 0.5);
}
.text-primary-200\/55 {
  color: rgb(254 202 202 / 0.55);
}
.text-primary-200\/60 {
  color: rgb(254 202 202 / 0.6);
}
.text-primary-200\/65 {
  color: rgb(254 202 202 / 0.65);
}
.text-primary-200\/70 {
  color: rgb(254 202 202 / 0.7);
}
.text-primary-200\/75 {
  color: rgb(254 202 202 / 0.75);
}
.text-primary-200\/80 {
  color: rgb(254 202 202 / 0.8);
}
.text-primary-200\/85 {
  color: rgb(254 202 202 / 0.85);
}
.text-primary-200\/90 {
  color: rgb(254 202 202 / 0.9);
}
.text-primary-200\/95 {
  color: rgb(254 202 202 / 0.95);
}
.text-primary-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.text-primary-300\/0 {
  color: rgb(252 165 165 / 0);
}
.text-primary-300\/10 {
  color: rgb(252 165 165 / 0.1);
}
.text-primary-300\/100 {
  color: rgb(252 165 165 / 1);
}
.text-primary-300\/15 {
  color: rgb(252 165 165 / 0.15);
}
.text-primary-300\/20 {
  color: rgb(252 165 165 / 0.2);
}
.text-primary-300\/25 {
  color: rgb(252 165 165 / 0.25);
}
.text-primary-300\/30 {
  color: rgb(252 165 165 / 0.3);
}
.text-primary-300\/35 {
  color: rgb(252 165 165 / 0.35);
}
.text-primary-300\/40 {
  color: rgb(252 165 165 / 0.4);
}
.text-primary-300\/45 {
  color: rgb(252 165 165 / 0.45);
}
.text-primary-300\/5 {
  color: rgb(252 165 165 / 0.05);
}
.text-primary-300\/50 {
  color: rgb(252 165 165 / 0.5);
}
.text-primary-300\/55 {
  color: rgb(252 165 165 / 0.55);
}
.text-primary-300\/60 {
  color: rgb(252 165 165 / 0.6);
}
.text-primary-300\/65 {
  color: rgb(252 165 165 / 0.65);
}
.text-primary-300\/70 {
  color: rgb(252 165 165 / 0.7);
}
.text-primary-300\/75 {
  color: rgb(252 165 165 / 0.75);
}
.text-primary-300\/80 {
  color: rgb(252 165 165 / 0.8);
}
.text-primary-300\/85 {
  color: rgb(252 165 165 / 0.85);
}
.text-primary-300\/90 {
  color: rgb(252 165 165 / 0.9);
}
.text-primary-300\/95 {
  color: rgb(252 165 165 / 0.95);
}
.text-primary-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-primary-400\/0 {
  color: rgb(248 113 113 / 0);
}
.text-primary-400\/10 {
  color: rgb(248 113 113 / 0.1);
}
.text-primary-400\/100 {
  color: rgb(248 113 113 / 1);
}
.text-primary-400\/15 {
  color: rgb(248 113 113 / 0.15);
}
.text-primary-400\/20 {
  color: rgb(248 113 113 / 0.2);
}
.text-primary-400\/25 {
  color: rgb(248 113 113 / 0.25);
}
.text-primary-400\/30 {
  color: rgb(248 113 113 / 0.3);
}
.text-primary-400\/35 {
  color: rgb(248 113 113 / 0.35);
}
.text-primary-400\/40 {
  color: rgb(248 113 113 / 0.4);
}
.text-primary-400\/45 {
  color: rgb(248 113 113 / 0.45);
}
.text-primary-400\/5 {
  color: rgb(248 113 113 / 0.05);
}
.text-primary-400\/50 {
  color: rgb(248 113 113 / 0.5);
}
.text-primary-400\/55 {
  color: rgb(248 113 113 / 0.55);
}
.text-primary-400\/60 {
  color: rgb(248 113 113 / 0.6);
}
.text-primary-400\/65 {
  color: rgb(248 113 113 / 0.65);
}
.text-primary-400\/70 {
  color: rgb(248 113 113 / 0.7);
}
.text-primary-400\/75 {
  color: rgb(248 113 113 / 0.75);
}
.text-primary-400\/80 {
  color: rgb(248 113 113 / 0.8);
}
.text-primary-400\/85 {
  color: rgb(248 113 113 / 0.85);
}
.text-primary-400\/90 {
  color: rgb(248 113 113 / 0.9);
}
.text-primary-400\/95 {
  color: rgb(248 113 113 / 0.95);
}
.text-primary-50 {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}
.text-primary-50\/0 {
  color: rgb(254 242 242 / 0);
}
.text-primary-50\/10 {
  color: rgb(254 242 242 / 0.1);
}
.text-primary-50\/100 {
  color: rgb(254 242 242 / 1);
}
.text-primary-50\/15 {
  color: rgb(254 242 242 / 0.15);
}
.text-primary-50\/20 {
  color: rgb(254 242 242 / 0.2);
}
.text-primary-50\/25 {
  color: rgb(254 242 242 / 0.25);
}
.text-primary-50\/30 {
  color: rgb(254 242 242 / 0.3);
}
.text-primary-50\/35 {
  color: rgb(254 242 242 / 0.35);
}
.text-primary-50\/40 {
  color: rgb(254 242 242 / 0.4);
}
.text-primary-50\/45 {
  color: rgb(254 242 242 / 0.45);
}
.text-primary-50\/5 {
  color: rgb(254 242 242 / 0.05);
}
.text-primary-50\/50 {
  color: rgb(254 242 242 / 0.5);
}
.text-primary-50\/55 {
  color: rgb(254 242 242 / 0.55);
}
.text-primary-50\/60 {
  color: rgb(254 242 242 / 0.6);
}
.text-primary-50\/65 {
  color: rgb(254 242 242 / 0.65);
}
.text-primary-50\/70 {
  color: rgb(254 242 242 / 0.7);
}
.text-primary-50\/75 {
  color: rgb(254 242 242 / 0.75);
}
.text-primary-50\/80 {
  color: rgb(254 242 242 / 0.8);
}
.text-primary-50\/85 {
  color: rgb(254 242 242 / 0.85);
}
.text-primary-50\/90 {
  color: rgb(254 242 242 / 0.9);
}
.text-primary-50\/95 {
  color: rgb(254 242 242 / 0.95);
}
.text-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-primary-500\/0 {
  color: rgb(239 68 68 / 0);
}
.text-primary-500\/10 {
  color: rgb(239 68 68 / 0.1);
}
.text-primary-500\/100 {
  color: rgb(239 68 68 / 1);
}
.text-primary-500\/15 {
  color: rgb(239 68 68 / 0.15);
}
.text-primary-500\/20 {
  color: rgb(239 68 68 / 0.2);
}
.text-primary-500\/25 {
  color: rgb(239 68 68 / 0.25);
}
.text-primary-500\/30 {
  color: rgb(239 68 68 / 0.3);
}
.text-primary-500\/35 {
  color: rgb(239 68 68 / 0.35);
}
.text-primary-500\/40 {
  color: rgb(239 68 68 / 0.4);
}
.text-primary-500\/45 {
  color: rgb(239 68 68 / 0.45);
}
.text-primary-500\/5 {
  color: rgb(239 68 68 / 0.05);
}
.text-primary-500\/50 {
  color: rgb(239 68 68 / 0.5);
}
.text-primary-500\/55 {
  color: rgb(239 68 68 / 0.55);
}
.text-primary-500\/60 {
  color: rgb(239 68 68 / 0.6);
}
.text-primary-500\/65 {
  color: rgb(239 68 68 / 0.65);
}
.text-primary-500\/70 {
  color: rgb(239 68 68 / 0.7);
}
.text-primary-500\/75 {
  color: rgb(239 68 68 / 0.75);
}
.text-primary-500\/80 {
  color: rgb(239 68 68 / 0.8);
}
.text-primary-500\/85 {
  color: rgb(239 68 68 / 0.85);
}
.text-primary-500\/90 {
  color: rgb(239 68 68 / 0.9);
}
.text-primary-500\/95 {
  color: rgb(239 68 68 / 0.95);
}
.text-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-primary-600\/0 {
  color: rgb(220 38 38 / 0);
}
.text-primary-600\/10 {
  color: rgb(220 38 38 / 0.1);
}
.text-primary-600\/100 {
  color: rgb(220 38 38 / 1);
}
.text-primary-600\/15 {
  color: rgb(220 38 38 / 0.15);
}
.text-primary-600\/20 {
  color: rgb(220 38 38 / 0.2);
}
.text-primary-600\/25 {
  color: rgb(220 38 38 / 0.25);
}
.text-primary-600\/30 {
  color: rgb(220 38 38 / 0.3);
}
.text-primary-600\/35 {
  color: rgb(220 38 38 / 0.35);
}
.text-primary-600\/40 {
  color: rgb(220 38 38 / 0.4);
}
.text-primary-600\/45 {
  color: rgb(220 38 38 / 0.45);
}
.text-primary-600\/5 {
  color: rgb(220 38 38 / 0.05);
}
.text-primary-600\/50 {
  color: rgb(220 38 38 / 0.5);
}
.text-primary-600\/55 {
  color: rgb(220 38 38 / 0.55);
}
.text-primary-600\/60 {
  color: rgb(220 38 38 / 0.6);
}
.text-primary-600\/65 {
  color: rgb(220 38 38 / 0.65);
}
.text-primary-600\/70 {
  color: rgb(220 38 38 / 0.7);
}
.text-primary-600\/75 {
  color: rgb(220 38 38 / 0.75);
}
.text-primary-600\/80 {
  color: rgb(220 38 38 / 0.8);
}
.text-primary-600\/85 {
  color: rgb(220 38 38 / 0.85);
}
.text-primary-600\/90 {
  color: rgb(220 38 38 / 0.9);
}
.text-primary-600\/95 {
  color: rgb(220 38 38 / 0.95);
}
.text-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-primary-700\/0 {
  color: rgb(185 28 28 / 0);
}
.text-primary-700\/10 {
  color: rgb(185 28 28 / 0.1);
}
.text-primary-700\/100 {
  color: rgb(185 28 28 / 1);
}
.text-primary-700\/15 {
  color: rgb(185 28 28 / 0.15);
}
.text-primary-700\/20 {
  color: rgb(185 28 28 / 0.2);
}
.text-primary-700\/25 {
  color: rgb(185 28 28 / 0.25);
}
.text-primary-700\/30 {
  color: rgb(185 28 28 / 0.3);
}
.text-primary-700\/35 {
  color: rgb(185 28 28 / 0.35);
}
.text-primary-700\/40 {
  color: rgb(185 28 28 / 0.4);
}
.text-primary-700\/45 {
  color: rgb(185 28 28 / 0.45);
}
.text-primary-700\/5 {
  color: rgb(185 28 28 / 0.05);
}
.text-primary-700\/50 {
  color: rgb(185 28 28 / 0.5);
}
.text-primary-700\/55 {
  color: rgb(185 28 28 / 0.55);
}
.text-primary-700\/60 {
  color: rgb(185 28 28 / 0.6);
}
.text-primary-700\/65 {
  color: rgb(185 28 28 / 0.65);
}
.text-primary-700\/70 {
  color: rgb(185 28 28 / 0.7);
}
.text-primary-700\/75 {
  color: rgb(185 28 28 / 0.75);
}
.text-primary-700\/80 {
  color: rgb(185 28 28 / 0.8);
}
.text-primary-700\/85 {
  color: rgb(185 28 28 / 0.85);
}
.text-primary-700\/90 {
  color: rgb(185 28 28 / 0.9);
}
.text-primary-700\/95 {
  color: rgb(185 28 28 / 0.95);
}
.text-primary-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-primary-800\/0 {
  color: rgb(153 27 27 / 0);
}
.text-primary-800\/10 {
  color: rgb(153 27 27 / 0.1);
}
.text-primary-800\/100 {
  color: rgb(153 27 27 / 1);
}
.text-primary-800\/15 {
  color: rgb(153 27 27 / 0.15);
}
.text-primary-800\/20 {
  color: rgb(153 27 27 / 0.2);
}
.text-primary-800\/25 {
  color: rgb(153 27 27 / 0.25);
}
.text-primary-800\/30 {
  color: rgb(153 27 27 / 0.3);
}
.text-primary-800\/35 {
  color: rgb(153 27 27 / 0.35);
}
.text-primary-800\/40 {
  color: rgb(153 27 27 / 0.4);
}
.text-primary-800\/45 {
  color: rgb(153 27 27 / 0.45);
}
.text-primary-800\/5 {
  color: rgb(153 27 27 / 0.05);
}
.text-primary-800\/50 {
  color: rgb(153 27 27 / 0.5);
}
.text-primary-800\/55 {
  color: rgb(153 27 27 / 0.55);
}
.text-primary-800\/60 {
  color: rgb(153 27 27 / 0.6);
}
.text-primary-800\/65 {
  color: rgb(153 27 27 / 0.65);
}
.text-primary-800\/70 {
  color: rgb(153 27 27 / 0.7);
}
.text-primary-800\/75 {
  color: rgb(153 27 27 / 0.75);
}
.text-primary-800\/80 {
  color: rgb(153 27 27 / 0.8);
}
.text-primary-800\/85 {
  color: rgb(153 27 27 / 0.85);
}
.text-primary-800\/90 {
  color: rgb(153 27 27 / 0.9);
}
.text-primary-800\/95 {
  color: rgb(153 27 27 / 0.95);
}
.text-primary-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}
.text-primary-900\/0 {
  color: rgb(127 29 29 / 0);
}
.text-primary-900\/10 {
  color: rgb(127 29 29 / 0.1);
}
.text-primary-900\/100 {
  color: rgb(127 29 29 / 1);
}
.text-primary-900\/15 {
  color: rgb(127 29 29 / 0.15);
}
.text-primary-900\/20 {
  color: rgb(127 29 29 / 0.2);
}
.text-primary-900\/25 {
  color: rgb(127 29 29 / 0.25);
}
.text-primary-900\/30 {
  color: rgb(127 29 29 / 0.3);
}
.text-primary-900\/35 {
  color: rgb(127 29 29 / 0.35);
}
.text-primary-900\/40 {
  color: rgb(127 29 29 / 0.4);
}
.text-primary-900\/45 {
  color: rgb(127 29 29 / 0.45);
}
.text-primary-900\/5 {
  color: rgb(127 29 29 / 0.05);
}
.text-primary-900\/50 {
  color: rgb(127 29 29 / 0.5);
}
.text-primary-900\/55 {
  color: rgb(127 29 29 / 0.55);
}
.text-primary-900\/60 {
  color: rgb(127 29 29 / 0.6);
}
.text-primary-900\/65 {
  color: rgb(127 29 29 / 0.65);
}
.text-primary-900\/70 {
  color: rgb(127 29 29 / 0.7);
}
.text-primary-900\/75 {
  color: rgb(127 29 29 / 0.75);
}
.text-primary-900\/80 {
  color: rgb(127 29 29 / 0.8);
}
.text-primary-900\/85 {
  color: rgb(127 29 29 / 0.85);
}
.text-primary-900\/90 {
  color: rgb(127 29 29 / 0.9);
}
.text-primary-900\/95 {
  color: rgb(127 29 29 / 0.95);
}
.text-primary-950 {
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity, 1));
}
.text-primary-950\/0 {
  color: rgb(69 10 10 / 0);
}
.text-primary-950\/10 {
  color: rgb(69 10 10 / 0.1);
}
.text-primary-950\/100 {
  color: rgb(69 10 10 / 1);
}
.text-primary-950\/15 {
  color: rgb(69 10 10 / 0.15);
}
.text-primary-950\/20 {
  color: rgb(69 10 10 / 0.2);
}
.text-primary-950\/25 {
  color: rgb(69 10 10 / 0.25);
}
.text-primary-950\/30 {
  color: rgb(69 10 10 / 0.3);
}
.text-primary-950\/35 {
  color: rgb(69 10 10 / 0.35);
}
.text-primary-950\/40 {
  color: rgb(69 10 10 / 0.4);
}
.text-primary-950\/45 {
  color: rgb(69 10 10 / 0.45);
}
.text-primary-950\/5 {
  color: rgb(69 10 10 / 0.05);
}
.text-primary-950\/50 {
  color: rgb(69 10 10 / 0.5);
}
.text-primary-950\/55 {
  color: rgb(69 10 10 / 0.55);
}
.text-primary-950\/60 {
  color: rgb(69 10 10 / 0.6);
}
.text-primary-950\/65 {
  color: rgb(69 10 10 / 0.65);
}
.text-primary-950\/70 {
  color: rgb(69 10 10 / 0.7);
}
.text-primary-950\/75 {
  color: rgb(69 10 10 / 0.75);
}
.text-primary-950\/80 {
  color: rgb(69 10 10 / 0.8);
}
.text-primary-950\/85 {
  color: rgb(69 10 10 / 0.85);
}
.text-primary-950\/90 {
  color: rgb(69 10 10 / 0.9);
}
.text-primary-950\/95 {
  color: rgb(69 10 10 / 0.95);
}
.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgb(237 235 254 / var(--tw-text-opacity, 1));
}
.text-purple-100\/0 {
  color: rgb(237 235 254 / 0);
}
.text-purple-100\/10 {
  color: rgb(237 235 254 / 0.1);
}
.text-purple-100\/100 {
  color: rgb(237 235 254 / 1);
}
.text-purple-100\/15 {
  color: rgb(237 235 254 / 0.15);
}
.text-purple-100\/20 {
  color: rgb(237 235 254 / 0.2);
}
.text-purple-100\/25 {
  color: rgb(237 235 254 / 0.25);
}
.text-purple-100\/30 {
  color: rgb(237 235 254 / 0.3);
}
.text-purple-100\/35 {
  color: rgb(237 235 254 / 0.35);
}
.text-purple-100\/40 {
  color: rgb(237 235 254 / 0.4);
}
.text-purple-100\/45 {
  color: rgb(237 235 254 / 0.45);
}
.text-purple-100\/5 {
  color: rgb(237 235 254 / 0.05);
}
.text-purple-100\/50 {
  color: rgb(237 235 254 / 0.5);
}
.text-purple-100\/55 {
  color: rgb(237 235 254 / 0.55);
}
.text-purple-100\/60 {
  color: rgb(237 235 254 / 0.6);
}
.text-purple-100\/65 {
  color: rgb(237 235 254 / 0.65);
}
.text-purple-100\/70 {
  color: rgb(237 235 254 / 0.7);
}
.text-purple-100\/75 {
  color: rgb(237 235 254 / 0.75);
}
.text-purple-100\/80 {
  color: rgb(237 235 254 / 0.8);
}
.text-purple-100\/85 {
  color: rgb(237 235 254 / 0.85);
}
.text-purple-100\/90 {
  color: rgb(237 235 254 / 0.9);
}
.text-purple-100\/95 {
  color: rgb(237 235 254 / 0.95);
}
.text-purple-200 {
  --tw-text-opacity: 1;
  color: rgb(220 215 254 / var(--tw-text-opacity, 1));
}
.text-purple-200\/0 {
  color: rgb(220 215 254 / 0);
}
.text-purple-200\/10 {
  color: rgb(220 215 254 / 0.1);
}
.text-purple-200\/100 {
  color: rgb(220 215 254 / 1);
}
.text-purple-200\/15 {
  color: rgb(220 215 254 / 0.15);
}
.text-purple-200\/20 {
  color: rgb(220 215 254 / 0.2);
}
.text-purple-200\/25 {
  color: rgb(220 215 254 / 0.25);
}
.text-purple-200\/30 {
  color: rgb(220 215 254 / 0.3);
}
.text-purple-200\/35 {
  color: rgb(220 215 254 / 0.35);
}
.text-purple-200\/40 {
  color: rgb(220 215 254 / 0.4);
}
.text-purple-200\/45 {
  color: rgb(220 215 254 / 0.45);
}
.text-purple-200\/5 {
  color: rgb(220 215 254 / 0.05);
}
.text-purple-200\/50 {
  color: rgb(220 215 254 / 0.5);
}
.text-purple-200\/55 {
  color: rgb(220 215 254 / 0.55);
}
.text-purple-200\/60 {
  color: rgb(220 215 254 / 0.6);
}
.text-purple-200\/65 {
  color: rgb(220 215 254 / 0.65);
}
.text-purple-200\/70 {
  color: rgb(220 215 254 / 0.7);
}
.text-purple-200\/75 {
  color: rgb(220 215 254 / 0.75);
}
.text-purple-200\/80 {
  color: rgb(220 215 254 / 0.8);
}
.text-purple-200\/85 {
  color: rgb(220 215 254 / 0.85);
}
.text-purple-200\/90 {
  color: rgb(220 215 254 / 0.9);
}
.text-purple-200\/95 {
  color: rgb(220 215 254 / 0.95);
}
.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(202 191 253 / var(--tw-text-opacity, 1));
}
.text-purple-300\/0 {
  color: rgb(202 191 253 / 0);
}
.text-purple-300\/10 {
  color: rgb(202 191 253 / 0.1);
}
.text-purple-300\/100 {
  color: rgb(202 191 253 / 1);
}
.text-purple-300\/15 {
  color: rgb(202 191 253 / 0.15);
}
.text-purple-300\/20 {
  color: rgb(202 191 253 / 0.2);
}
.text-purple-300\/25 {
  color: rgb(202 191 253 / 0.25);
}
.text-purple-300\/30 {
  color: rgb(202 191 253 / 0.3);
}
.text-purple-300\/35 {
  color: rgb(202 191 253 / 0.35);
}
.text-purple-300\/40 {
  color: rgb(202 191 253 / 0.4);
}
.text-purple-300\/45 {
  color: rgb(202 191 253 / 0.45);
}
.text-purple-300\/5 {
  color: rgb(202 191 253 / 0.05);
}
.text-purple-300\/50 {
  color: rgb(202 191 253 / 0.5);
}
.text-purple-300\/55 {
  color: rgb(202 191 253 / 0.55);
}
.text-purple-300\/60 {
  color: rgb(202 191 253 / 0.6);
}
.text-purple-300\/65 {
  color: rgb(202 191 253 / 0.65);
}
.text-purple-300\/70 {
  color: rgb(202 191 253 / 0.7);
}
.text-purple-300\/75 {
  color: rgb(202 191 253 / 0.75);
}
.text-purple-300\/80 {
  color: rgb(202 191 253 / 0.8);
}
.text-purple-300\/85 {
  color: rgb(202 191 253 / 0.85);
}
.text-purple-300\/90 {
  color: rgb(202 191 253 / 0.9);
}
.text-purple-300\/95 {
  color: rgb(202 191 253 / 0.95);
}
.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(172 148 250 / var(--tw-text-opacity, 1));
}
.text-purple-400\/0 {
  color: rgb(172 148 250 / 0);
}
.text-purple-400\/10 {
  color: rgb(172 148 250 / 0.1);
}
.text-purple-400\/100 {
  color: rgb(172 148 250 / 1);
}
.text-purple-400\/15 {
  color: rgb(172 148 250 / 0.15);
}
.text-purple-400\/20 {
  color: rgb(172 148 250 / 0.2);
}
.text-purple-400\/25 {
  color: rgb(172 148 250 / 0.25);
}
.text-purple-400\/30 {
  color: rgb(172 148 250 / 0.3);
}
.text-purple-400\/35 {
  color: rgb(172 148 250 / 0.35);
}
.text-purple-400\/40 {
  color: rgb(172 148 250 / 0.4);
}
.text-purple-400\/45 {
  color: rgb(172 148 250 / 0.45);
}
.text-purple-400\/5 {
  color: rgb(172 148 250 / 0.05);
}
.text-purple-400\/50 {
  color: rgb(172 148 250 / 0.5);
}
.text-purple-400\/55 {
  color: rgb(172 148 250 / 0.55);
}
.text-purple-400\/60 {
  color: rgb(172 148 250 / 0.6);
}
.text-purple-400\/65 {
  color: rgb(172 148 250 / 0.65);
}
.text-purple-400\/70 {
  color: rgb(172 148 250 / 0.7);
}
.text-purple-400\/75 {
  color: rgb(172 148 250 / 0.75);
}
.text-purple-400\/80 {
  color: rgb(172 148 250 / 0.8);
}
.text-purple-400\/85 {
  color: rgb(172 148 250 / 0.85);
}
.text-purple-400\/90 {
  color: rgb(172 148 250 / 0.9);
}
.text-purple-400\/95 {
  color: rgb(172 148 250 / 0.95);
}
.text-purple-50 {
  --tw-text-opacity: 1;
  color: rgb(246 245 255 / var(--tw-text-opacity, 1));
}
.text-purple-50\/0 {
  color: rgb(246 245 255 / 0);
}
.text-purple-50\/10 {
  color: rgb(246 245 255 / 0.1);
}
.text-purple-50\/100 {
  color: rgb(246 245 255 / 1);
}
.text-purple-50\/15 {
  color: rgb(246 245 255 / 0.15);
}
.text-purple-50\/20 {
  color: rgb(246 245 255 / 0.2);
}
.text-purple-50\/25 {
  color: rgb(246 245 255 / 0.25);
}
.text-purple-50\/30 {
  color: rgb(246 245 255 / 0.3);
}
.text-purple-50\/35 {
  color: rgb(246 245 255 / 0.35);
}
.text-purple-50\/40 {
  color: rgb(246 245 255 / 0.4);
}
.text-purple-50\/45 {
  color: rgb(246 245 255 / 0.45);
}
.text-purple-50\/5 {
  color: rgb(246 245 255 / 0.05);
}
.text-purple-50\/50 {
  color: rgb(246 245 255 / 0.5);
}
.text-purple-50\/55 {
  color: rgb(246 245 255 / 0.55);
}
.text-purple-50\/60 {
  color: rgb(246 245 255 / 0.6);
}
.text-purple-50\/65 {
  color: rgb(246 245 255 / 0.65);
}
.text-purple-50\/70 {
  color: rgb(246 245 255 / 0.7);
}
.text-purple-50\/75 {
  color: rgb(246 245 255 / 0.75);
}
.text-purple-50\/80 {
  color: rgb(246 245 255 / 0.8);
}
.text-purple-50\/85 {
  color: rgb(246 245 255 / 0.85);
}
.text-purple-50\/90 {
  color: rgb(246 245 255 / 0.9);
}
.text-purple-50\/95 {
  color: rgb(246 245 255 / 0.95);
}
.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(144 97 249 / var(--tw-text-opacity, 1));
}
.text-purple-500\/0 {
  color: rgb(144 97 249 / 0);
}
.text-purple-500\/10 {
  color: rgb(144 97 249 / 0.1);
}
.text-purple-500\/100 {
  color: rgb(144 97 249 / 1);
}
.text-purple-500\/15 {
  color: rgb(144 97 249 / 0.15);
}
.text-purple-500\/20 {
  color: rgb(144 97 249 / 0.2);
}
.text-purple-500\/25 {
  color: rgb(144 97 249 / 0.25);
}
.text-purple-500\/30 {
  color: rgb(144 97 249 / 0.3);
}
.text-purple-500\/35 {
  color: rgb(144 97 249 / 0.35);
}
.text-purple-500\/40 {
  color: rgb(144 97 249 / 0.4);
}
.text-purple-500\/45 {
  color: rgb(144 97 249 / 0.45);
}
.text-purple-500\/5 {
  color: rgb(144 97 249 / 0.05);
}
.text-purple-500\/50 {
  color: rgb(144 97 249 / 0.5);
}
.text-purple-500\/55 {
  color: rgb(144 97 249 / 0.55);
}
.text-purple-500\/60 {
  color: rgb(144 97 249 / 0.6);
}
.text-purple-500\/65 {
  color: rgb(144 97 249 / 0.65);
}
.text-purple-500\/70 {
  color: rgb(144 97 249 / 0.7);
}
.text-purple-500\/75 {
  color: rgb(144 97 249 / 0.75);
}
.text-purple-500\/80 {
  color: rgb(144 97 249 / 0.8);
}
.text-purple-500\/85 {
  color: rgb(144 97 249 / 0.85);
}
.text-purple-500\/90 {
  color: rgb(144 97 249 / 0.9);
}
.text-purple-500\/95 {
  color: rgb(144 97 249 / 0.95);
}
.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(126 58 242 / var(--tw-text-opacity, 1));
}
.text-purple-600\/0 {
  color: rgb(126 58 242 / 0);
}
.text-purple-600\/10 {
  color: rgb(126 58 242 / 0.1);
}
.text-purple-600\/100 {
  color: rgb(126 58 242 / 1);
}
.text-purple-600\/15 {
  color: rgb(126 58 242 / 0.15);
}
.text-purple-600\/20 {
  color: rgb(126 58 242 / 0.2);
}
.text-purple-600\/25 {
  color: rgb(126 58 242 / 0.25);
}
.text-purple-600\/30 {
  color: rgb(126 58 242 / 0.3);
}
.text-purple-600\/35 {
  color: rgb(126 58 242 / 0.35);
}
.text-purple-600\/40 {
  color: rgb(126 58 242 / 0.4);
}
.text-purple-600\/45 {
  color: rgb(126 58 242 / 0.45);
}
.text-purple-600\/5 {
  color: rgb(126 58 242 / 0.05);
}
.text-purple-600\/50 {
  color: rgb(126 58 242 / 0.5);
}
.text-purple-600\/55 {
  color: rgb(126 58 242 / 0.55);
}
.text-purple-600\/60 {
  color: rgb(126 58 242 / 0.6);
}
.text-purple-600\/65 {
  color: rgb(126 58 242 / 0.65);
}
.text-purple-600\/70 {
  color: rgb(126 58 242 / 0.7);
}
.text-purple-600\/75 {
  color: rgb(126 58 242 / 0.75);
}
.text-purple-600\/80 {
  color: rgb(126 58 242 / 0.8);
}
.text-purple-600\/85 {
  color: rgb(126 58 242 / 0.85);
}
.text-purple-600\/90 {
  color: rgb(126 58 242 / 0.9);
}
.text-purple-600\/95 {
  color: rgb(126 58 242 / 0.95);
}
.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(108 43 217 / var(--tw-text-opacity, 1));
}
.text-purple-700\/0 {
  color: rgb(108 43 217 / 0);
}
.text-purple-700\/10 {
  color: rgb(108 43 217 / 0.1);
}
.text-purple-700\/100 {
  color: rgb(108 43 217 / 1);
}
.text-purple-700\/15 {
  color: rgb(108 43 217 / 0.15);
}
.text-purple-700\/20 {
  color: rgb(108 43 217 / 0.2);
}
.text-purple-700\/25 {
  color: rgb(108 43 217 / 0.25);
}
.text-purple-700\/30 {
  color: rgb(108 43 217 / 0.3);
}
.text-purple-700\/35 {
  color: rgb(108 43 217 / 0.35);
}
.text-purple-700\/40 {
  color: rgb(108 43 217 / 0.4);
}
.text-purple-700\/45 {
  color: rgb(108 43 217 / 0.45);
}
.text-purple-700\/5 {
  color: rgb(108 43 217 / 0.05);
}
.text-purple-700\/50 {
  color: rgb(108 43 217 / 0.5);
}
.text-purple-700\/55 {
  color: rgb(108 43 217 / 0.55);
}
.text-purple-700\/60 {
  color: rgb(108 43 217 / 0.6);
}
.text-purple-700\/65 {
  color: rgb(108 43 217 / 0.65);
}
.text-purple-700\/70 {
  color: rgb(108 43 217 / 0.7);
}
.text-purple-700\/75 {
  color: rgb(108 43 217 / 0.75);
}
.text-purple-700\/80 {
  color: rgb(108 43 217 / 0.8);
}
.text-purple-700\/85 {
  color: rgb(108 43 217 / 0.85);
}
.text-purple-700\/90 {
  color: rgb(108 43 217 / 0.9);
}
.text-purple-700\/95 {
  color: rgb(108 43 217 / 0.95);
}
.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(85 33 181 / var(--tw-text-opacity, 1));
}
.text-purple-800\/0 {
  color: rgb(85 33 181 / 0);
}
.text-purple-800\/10 {
  color: rgb(85 33 181 / 0.1);
}
.text-purple-800\/100 {
  color: rgb(85 33 181 / 1);
}
.text-purple-800\/15 {
  color: rgb(85 33 181 / 0.15);
}
.text-purple-800\/20 {
  color: rgb(85 33 181 / 0.2);
}
.text-purple-800\/25 {
  color: rgb(85 33 181 / 0.25);
}
.text-purple-800\/30 {
  color: rgb(85 33 181 / 0.3);
}
.text-purple-800\/35 {
  color: rgb(85 33 181 / 0.35);
}
.text-purple-800\/40 {
  color: rgb(85 33 181 / 0.4);
}
.text-purple-800\/45 {
  color: rgb(85 33 181 / 0.45);
}
.text-purple-800\/5 {
  color: rgb(85 33 181 / 0.05);
}
.text-purple-800\/50 {
  color: rgb(85 33 181 / 0.5);
}
.text-purple-800\/55 {
  color: rgb(85 33 181 / 0.55);
}
.text-purple-800\/60 {
  color: rgb(85 33 181 / 0.6);
}
.text-purple-800\/65 {
  color: rgb(85 33 181 / 0.65);
}
.text-purple-800\/70 {
  color: rgb(85 33 181 / 0.7);
}
.text-purple-800\/75 {
  color: rgb(85 33 181 / 0.75);
}
.text-purple-800\/80 {
  color: rgb(85 33 181 / 0.8);
}
.text-purple-800\/85 {
  color: rgb(85 33 181 / 0.85);
}
.text-purple-800\/90 {
  color: rgb(85 33 181 / 0.9);
}
.text-purple-800\/95 {
  color: rgb(85 33 181 / 0.95);
}
.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgb(74 29 150 / var(--tw-text-opacity, 1));
}
.text-purple-900\/0 {
  color: rgb(74 29 150 / 0);
}
.text-purple-900\/10 {
  color: rgb(74 29 150 / 0.1);
}
.text-purple-900\/100 {
  color: rgb(74 29 150 / 1);
}
.text-purple-900\/15 {
  color: rgb(74 29 150 / 0.15);
}
.text-purple-900\/20 {
  color: rgb(74 29 150 / 0.2);
}
.text-purple-900\/25 {
  color: rgb(74 29 150 / 0.25);
}
.text-purple-900\/30 {
  color: rgb(74 29 150 / 0.3);
}
.text-purple-900\/35 {
  color: rgb(74 29 150 / 0.35);
}
.text-purple-900\/40 {
  color: rgb(74 29 150 / 0.4);
}
.text-purple-900\/45 {
  color: rgb(74 29 150 / 0.45);
}
.text-purple-900\/5 {
  color: rgb(74 29 150 / 0.05);
}
.text-purple-900\/50 {
  color: rgb(74 29 150 / 0.5);
}
.text-purple-900\/55 {
  color: rgb(74 29 150 / 0.55);
}
.text-purple-900\/60 {
  color: rgb(74 29 150 / 0.6);
}
.text-purple-900\/65 {
  color: rgb(74 29 150 / 0.65);
}
.text-purple-900\/70 {
  color: rgb(74 29 150 / 0.7);
}
.text-purple-900\/75 {
  color: rgb(74 29 150 / 0.75);
}
.text-purple-900\/80 {
  color: rgb(74 29 150 / 0.8);
}
.text-purple-900\/85 {
  color: rgb(74 29 150 / 0.85);
}
.text-purple-900\/90 {
  color: rgb(74 29 150 / 0.9);
}
.text-purple-900\/95 {
  color: rgb(74 29 150 / 0.95);
}
.text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(253 232 232 / var(--tw-text-opacity, 1));
}
.text-red-100\/0 {
  color: rgb(253 232 232 / 0);
}
.text-red-100\/10 {
  color: rgb(253 232 232 / 0.1);
}
.text-red-100\/100 {
  color: rgb(253 232 232 / 1);
}
.text-red-100\/15 {
  color: rgb(253 232 232 / 0.15);
}
.text-red-100\/20 {
  color: rgb(253 232 232 / 0.2);
}
.text-red-100\/25 {
  color: rgb(253 232 232 / 0.25);
}
.text-red-100\/30 {
  color: rgb(253 232 232 / 0.3);
}
.text-red-100\/35 {
  color: rgb(253 232 232 / 0.35);
}
.text-red-100\/40 {
  color: rgb(253 232 232 / 0.4);
}
.text-red-100\/45 {
  color: rgb(253 232 232 / 0.45);
}
.text-red-100\/5 {
  color: rgb(253 232 232 / 0.05);
}
.text-red-100\/50 {
  color: rgb(253 232 232 / 0.5);
}
.text-red-100\/55 {
  color: rgb(253 232 232 / 0.55);
}
.text-red-100\/60 {
  color: rgb(253 232 232 / 0.6);
}
.text-red-100\/65 {
  color: rgb(253 232 232 / 0.65);
}
.text-red-100\/70 {
  color: rgb(253 232 232 / 0.7);
}
.text-red-100\/75 {
  color: rgb(253 232 232 / 0.75);
}
.text-red-100\/80 {
  color: rgb(253 232 232 / 0.8);
}
.text-red-100\/85 {
  color: rgb(253 232 232 / 0.85);
}
.text-red-100\/90 {
  color: rgb(253 232 232 / 0.9);
}
.text-red-100\/95 {
  color: rgb(253 232 232 / 0.95);
}
.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(251 213 213 / var(--tw-text-opacity, 1));
}
.text-red-200\/0 {
  color: rgb(251 213 213 / 0);
}
.text-red-200\/10 {
  color: rgb(251 213 213 / 0.1);
}
.text-red-200\/100 {
  color: rgb(251 213 213 / 1);
}
.text-red-200\/15 {
  color: rgb(251 213 213 / 0.15);
}
.text-red-200\/20 {
  color: rgb(251 213 213 / 0.2);
}
.text-red-200\/25 {
  color: rgb(251 213 213 / 0.25);
}
.text-red-200\/30 {
  color: rgb(251 213 213 / 0.3);
}
.text-red-200\/35 {
  color: rgb(251 213 213 / 0.35);
}
.text-red-200\/40 {
  color: rgb(251 213 213 / 0.4);
}
.text-red-200\/45 {
  color: rgb(251 213 213 / 0.45);
}
.text-red-200\/5 {
  color: rgb(251 213 213 / 0.05);
}
.text-red-200\/50 {
  color: rgb(251 213 213 / 0.5);
}
.text-red-200\/55 {
  color: rgb(251 213 213 / 0.55);
}
.text-red-200\/60 {
  color: rgb(251 213 213 / 0.6);
}
.text-red-200\/65 {
  color: rgb(251 213 213 / 0.65);
}
.text-red-200\/70 {
  color: rgb(251 213 213 / 0.7);
}
.text-red-200\/75 {
  color: rgb(251 213 213 / 0.75);
}
.text-red-200\/80 {
  color: rgb(251 213 213 / 0.8);
}
.text-red-200\/85 {
  color: rgb(251 213 213 / 0.85);
}
.text-red-200\/90 {
  color: rgb(251 213 213 / 0.9);
}
.text-red-200\/95 {
  color: rgb(251 213 213 / 0.95);
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(248 180 180 / var(--tw-text-opacity, 1));
}
.text-red-300\/0 {
  color: rgb(248 180 180 / 0);
}
.text-red-300\/10 {
  color: rgb(248 180 180 / 0.1);
}
.text-red-300\/100 {
  color: rgb(248 180 180 / 1);
}
.text-red-300\/15 {
  color: rgb(248 180 180 / 0.15);
}
.text-red-300\/20 {
  color: rgb(248 180 180 / 0.2);
}
.text-red-300\/25 {
  color: rgb(248 180 180 / 0.25);
}
.text-red-300\/30 {
  color: rgb(248 180 180 / 0.3);
}
.text-red-300\/35 {
  color: rgb(248 180 180 / 0.35);
}
.text-red-300\/40 {
  color: rgb(248 180 180 / 0.4);
}
.text-red-300\/45 {
  color: rgb(248 180 180 / 0.45);
}
.text-red-300\/5 {
  color: rgb(248 180 180 / 0.05);
}
.text-red-300\/50 {
  color: rgb(248 180 180 / 0.5);
}
.text-red-300\/55 {
  color: rgb(248 180 180 / 0.55);
}
.text-red-300\/60 {
  color: rgb(248 180 180 / 0.6);
}
.text-red-300\/65 {
  color: rgb(248 180 180 / 0.65);
}
.text-red-300\/70 {
  color: rgb(248 180 180 / 0.7);
}
.text-red-300\/75 {
  color: rgb(248 180 180 / 0.75);
}
.text-red-300\/80 {
  color: rgb(248 180 180 / 0.8);
}
.text-red-300\/85 {
  color: rgb(248 180 180 / 0.85);
}
.text-red-300\/90 {
  color: rgb(248 180 180 / 0.9);
}
.text-red-300\/95 {
  color: rgb(248 180 180 / 0.95);
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(249 128 128 / var(--tw-text-opacity, 1));
}
.text-red-400\/0 {
  color: rgb(249 128 128 / 0);
}
.text-red-400\/10 {
  color: rgb(249 128 128 / 0.1);
}
.text-red-400\/100 {
  color: rgb(249 128 128 / 1);
}
.text-red-400\/15 {
  color: rgb(249 128 128 / 0.15);
}
.text-red-400\/20 {
  color: rgb(249 128 128 / 0.2);
}
.text-red-400\/25 {
  color: rgb(249 128 128 / 0.25);
}
.text-red-400\/30 {
  color: rgb(249 128 128 / 0.3);
}
.text-red-400\/35 {
  color: rgb(249 128 128 / 0.35);
}
.text-red-400\/40 {
  color: rgb(249 128 128 / 0.4);
}
.text-red-400\/45 {
  color: rgb(249 128 128 / 0.45);
}
.text-red-400\/5 {
  color: rgb(249 128 128 / 0.05);
}
.text-red-400\/50 {
  color: rgb(249 128 128 / 0.5);
}
.text-red-400\/55 {
  color: rgb(249 128 128 / 0.55);
}
.text-red-400\/60 {
  color: rgb(249 128 128 / 0.6);
}
.text-red-400\/65 {
  color: rgb(249 128 128 / 0.65);
}
.text-red-400\/70 {
  color: rgb(249 128 128 / 0.7);
}
.text-red-400\/75 {
  color: rgb(249 128 128 / 0.75);
}
.text-red-400\/80 {
  color: rgb(249 128 128 / 0.8);
}
.text-red-400\/85 {
  color: rgb(249 128 128 / 0.85);
}
.text-red-400\/90 {
  color: rgb(249 128 128 / 0.9);
}
.text-red-400\/95 {
  color: rgb(249 128 128 / 0.95);
}
.text-red-50 {
  --tw-text-opacity: 1;
  color: rgb(253 242 242 / var(--tw-text-opacity, 1));
}
.text-red-50\/0 {
  color: rgb(253 242 242 / 0);
}
.text-red-50\/10 {
  color: rgb(253 242 242 / 0.1);
}
.text-red-50\/100 {
  color: rgb(253 242 242 / 1);
}
.text-red-50\/15 {
  color: rgb(253 242 242 / 0.15);
}
.text-red-50\/20 {
  color: rgb(253 242 242 / 0.2);
}
.text-red-50\/25 {
  color: rgb(253 242 242 / 0.25);
}
.text-red-50\/30 {
  color: rgb(253 242 242 / 0.3);
}
.text-red-50\/35 {
  color: rgb(253 242 242 / 0.35);
}
.text-red-50\/40 {
  color: rgb(253 242 242 / 0.4);
}
.text-red-50\/45 {
  color: rgb(253 242 242 / 0.45);
}
.text-red-50\/5 {
  color: rgb(253 242 242 / 0.05);
}
.text-red-50\/50 {
  color: rgb(253 242 242 / 0.5);
}
.text-red-50\/55 {
  color: rgb(253 242 242 / 0.55);
}
.text-red-50\/60 {
  color: rgb(253 242 242 / 0.6);
}
.text-red-50\/65 {
  color: rgb(253 242 242 / 0.65);
}
.text-red-50\/70 {
  color: rgb(253 242 242 / 0.7);
}
.text-red-50\/75 {
  color: rgb(253 242 242 / 0.75);
}
.text-red-50\/80 {
  color: rgb(253 242 242 / 0.8);
}
.text-red-50\/85 {
  color: rgb(253 242 242 / 0.85);
}
.text-red-50\/90 {
  color: rgb(253 242 242 / 0.9);
}
.text-red-50\/95 {
  color: rgb(253 242 242 / 0.95);
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(240 82 82 / var(--tw-text-opacity, 1));
}
.text-red-500\/0 {
  color: rgb(240 82 82 / 0);
}
.text-red-500\/10 {
  color: rgb(240 82 82 / 0.1);
}
.text-red-500\/100 {
  color: rgb(240 82 82 / 1);
}
.text-red-500\/15 {
  color: rgb(240 82 82 / 0.15);
}
.text-red-500\/20 {
  color: rgb(240 82 82 / 0.2);
}
.text-red-500\/25 {
  color: rgb(240 82 82 / 0.25);
}
.text-red-500\/30 {
  color: rgb(240 82 82 / 0.3);
}
.text-red-500\/35 {
  color: rgb(240 82 82 / 0.35);
}
.text-red-500\/40 {
  color: rgb(240 82 82 / 0.4);
}
.text-red-500\/45 {
  color: rgb(240 82 82 / 0.45);
}
.text-red-500\/5 {
  color: rgb(240 82 82 / 0.05);
}
.text-red-500\/50 {
  color: rgb(240 82 82 / 0.5);
}
.text-red-500\/55 {
  color: rgb(240 82 82 / 0.55);
}
.text-red-500\/60 {
  color: rgb(240 82 82 / 0.6);
}
.text-red-500\/65 {
  color: rgb(240 82 82 / 0.65);
}
.text-red-500\/70 {
  color: rgb(240 82 82 / 0.7);
}
.text-red-500\/75 {
  color: rgb(240 82 82 / 0.75);
}
.text-red-500\/80 {
  color: rgb(240 82 82 / 0.8);
}
.text-red-500\/85 {
  color: rgb(240 82 82 / 0.85);
}
.text-red-500\/90 {
  color: rgb(240 82 82 / 0.9);
}
.text-red-500\/95 {
  color: rgb(240 82 82 / 0.95);
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(224 36 36 / var(--tw-text-opacity, 1));
}
.text-red-600\/0 {
  color: rgb(224 36 36 / 0);
}
.text-red-600\/10 {
  color: rgb(224 36 36 / 0.1);
}
.text-red-600\/100 {
  color: rgb(224 36 36 / 1);
}
.text-red-600\/15 {
  color: rgb(224 36 36 / 0.15);
}
.text-red-600\/20 {
  color: rgb(224 36 36 / 0.2);
}
.text-red-600\/25 {
  color: rgb(224 36 36 / 0.25);
}
.text-red-600\/30 {
  color: rgb(224 36 36 / 0.3);
}
.text-red-600\/35 {
  color: rgb(224 36 36 / 0.35);
}
.text-red-600\/40 {
  color: rgb(224 36 36 / 0.4);
}
.text-red-600\/45 {
  color: rgb(224 36 36 / 0.45);
}
.text-red-600\/5 {
  color: rgb(224 36 36 / 0.05);
}
.text-red-600\/50 {
  color: rgb(224 36 36 / 0.5);
}
.text-red-600\/55 {
  color: rgb(224 36 36 / 0.55);
}
.text-red-600\/60 {
  color: rgb(224 36 36 / 0.6);
}
.text-red-600\/65 {
  color: rgb(224 36 36 / 0.65);
}
.text-red-600\/70 {
  color: rgb(224 36 36 / 0.7);
}
.text-red-600\/75 {
  color: rgb(224 36 36 / 0.75);
}
.text-red-600\/80 {
  color: rgb(224 36 36 / 0.8);
}
.text-red-600\/85 {
  color: rgb(224 36 36 / 0.85);
}
.text-red-600\/90 {
  color: rgb(224 36 36 / 0.9);
}
.text-red-600\/95 {
  color: rgb(224 36 36 / 0.95);
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(200 30 30 / var(--tw-text-opacity, 1));
}
.text-red-700\/0 {
  color: rgb(200 30 30 / 0);
}
.text-red-700\/10 {
  color: rgb(200 30 30 / 0.1);
}
.text-red-700\/100 {
  color: rgb(200 30 30 / 1);
}
.text-red-700\/15 {
  color: rgb(200 30 30 / 0.15);
}
.text-red-700\/20 {
  color: rgb(200 30 30 / 0.2);
}
.text-red-700\/25 {
  color: rgb(200 30 30 / 0.25);
}
.text-red-700\/30 {
  color: rgb(200 30 30 / 0.3);
}
.text-red-700\/35 {
  color: rgb(200 30 30 / 0.35);
}
.text-red-700\/40 {
  color: rgb(200 30 30 / 0.4);
}
.text-red-700\/45 {
  color: rgb(200 30 30 / 0.45);
}
.text-red-700\/5 {
  color: rgb(200 30 30 / 0.05);
}
.text-red-700\/50 {
  color: rgb(200 30 30 / 0.5);
}
.text-red-700\/55 {
  color: rgb(200 30 30 / 0.55);
}
.text-red-700\/60 {
  color: rgb(200 30 30 / 0.6);
}
.text-red-700\/65 {
  color: rgb(200 30 30 / 0.65);
}
.text-red-700\/70 {
  color: rgb(200 30 30 / 0.7);
}
.text-red-700\/75 {
  color: rgb(200 30 30 / 0.75);
}
.text-red-700\/80 {
  color: rgb(200 30 30 / 0.8);
}
.text-red-700\/85 {
  color: rgb(200 30 30 / 0.85);
}
.text-red-700\/90 {
  color: rgb(200 30 30 / 0.9);
}
.text-red-700\/95 {
  color: rgb(200 30 30 / 0.95);
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(155 28 28 / var(--tw-text-opacity, 1));
}
.text-red-800\/0 {
  color: rgb(155 28 28 / 0);
}
.text-red-800\/10 {
  color: rgb(155 28 28 / 0.1);
}
.text-red-800\/100 {
  color: rgb(155 28 28 / 1);
}
.text-red-800\/15 {
  color: rgb(155 28 28 / 0.15);
}
.text-red-800\/20 {
  color: rgb(155 28 28 / 0.2);
}
.text-red-800\/25 {
  color: rgb(155 28 28 / 0.25);
}
.text-red-800\/30 {
  color: rgb(155 28 28 / 0.3);
}
.text-red-800\/35 {
  color: rgb(155 28 28 / 0.35);
}
.text-red-800\/40 {
  color: rgb(155 28 28 / 0.4);
}
.text-red-800\/45 {
  color: rgb(155 28 28 / 0.45);
}
.text-red-800\/5 {
  color: rgb(155 28 28 / 0.05);
}
.text-red-800\/50 {
  color: rgb(155 28 28 / 0.5);
}
.text-red-800\/55 {
  color: rgb(155 28 28 / 0.55);
}
.text-red-800\/60 {
  color: rgb(155 28 28 / 0.6);
}
.text-red-800\/65 {
  color: rgb(155 28 28 / 0.65);
}
.text-red-800\/70 {
  color: rgb(155 28 28 / 0.7);
}
.text-red-800\/75 {
  color: rgb(155 28 28 / 0.75);
}
.text-red-800\/80 {
  color: rgb(155 28 28 / 0.8);
}
.text-red-800\/85 {
  color: rgb(155 28 28 / 0.85);
}
.text-red-800\/90 {
  color: rgb(155 28 28 / 0.9);
}
.text-red-800\/95 {
  color: rgb(155 28 28 / 0.95);
}
.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(119 29 29 / var(--tw-text-opacity, 1));
}
.text-red-900\/0 {
  color: rgb(119 29 29 / 0);
}
.text-red-900\/10 {
  color: rgb(119 29 29 / 0.1);
}
.text-red-900\/100 {
  color: rgb(119 29 29 / 1);
}
.text-red-900\/15 {
  color: rgb(119 29 29 / 0.15);
}
.text-red-900\/20 {
  color: rgb(119 29 29 / 0.2);
}
.text-red-900\/25 {
  color: rgb(119 29 29 / 0.25);
}
.text-red-900\/30 {
  color: rgb(119 29 29 / 0.3);
}
.text-red-900\/35 {
  color: rgb(119 29 29 / 0.35);
}
.text-red-900\/40 {
  color: rgb(119 29 29 / 0.4);
}
.text-red-900\/45 {
  color: rgb(119 29 29 / 0.45);
}
.text-red-900\/5 {
  color: rgb(119 29 29 / 0.05);
}
.text-red-900\/50 {
  color: rgb(119 29 29 / 0.5);
}
.text-red-900\/55 {
  color: rgb(119 29 29 / 0.55);
}
.text-red-900\/60 {
  color: rgb(119 29 29 / 0.6);
}
.text-red-900\/65 {
  color: rgb(119 29 29 / 0.65);
}
.text-red-900\/70 {
  color: rgb(119 29 29 / 0.7);
}
.text-red-900\/75 {
  color: rgb(119 29 29 / 0.75);
}
.text-red-900\/80 {
  color: rgb(119 29 29 / 0.8);
}
.text-red-900\/85 {
  color: rgb(119 29 29 / 0.85);
}
.text-red-900\/90 {
  color: rgb(119 29 29 / 0.9);
}
.text-red-900\/95 {
  color: rgb(119 29 29 / 0.95);
}
.text-teal-100 {
  --tw-text-opacity: 1;
  color: rgb(213 245 246 / var(--tw-text-opacity, 1));
}
.text-teal-100\/0 {
  color: rgb(213 245 246 / 0);
}
.text-teal-100\/10 {
  color: rgb(213 245 246 / 0.1);
}
.text-teal-100\/100 {
  color: rgb(213 245 246 / 1);
}
.text-teal-100\/15 {
  color: rgb(213 245 246 / 0.15);
}
.text-teal-100\/20 {
  color: rgb(213 245 246 / 0.2);
}
.text-teal-100\/25 {
  color: rgb(213 245 246 / 0.25);
}
.text-teal-100\/30 {
  color: rgb(213 245 246 / 0.3);
}
.text-teal-100\/35 {
  color: rgb(213 245 246 / 0.35);
}
.text-teal-100\/40 {
  color: rgb(213 245 246 / 0.4);
}
.text-teal-100\/45 {
  color: rgb(213 245 246 / 0.45);
}
.text-teal-100\/5 {
  color: rgb(213 245 246 / 0.05);
}
.text-teal-100\/50 {
  color: rgb(213 245 246 / 0.5);
}
.text-teal-100\/55 {
  color: rgb(213 245 246 / 0.55);
}
.text-teal-100\/60 {
  color: rgb(213 245 246 / 0.6);
}
.text-teal-100\/65 {
  color: rgb(213 245 246 / 0.65);
}
.text-teal-100\/70 {
  color: rgb(213 245 246 / 0.7);
}
.text-teal-100\/75 {
  color: rgb(213 245 246 / 0.75);
}
.text-teal-100\/80 {
  color: rgb(213 245 246 / 0.8);
}
.text-teal-100\/85 {
  color: rgb(213 245 246 / 0.85);
}
.text-teal-100\/90 {
  color: rgb(213 245 246 / 0.9);
}
.text-teal-100\/95 {
  color: rgb(213 245 246 / 0.95);
}
.text-teal-200 {
  --tw-text-opacity: 1;
  color: rgb(175 236 239 / var(--tw-text-opacity, 1));
}
.text-teal-200\/0 {
  color: rgb(175 236 239 / 0);
}
.text-teal-200\/10 {
  color: rgb(175 236 239 / 0.1);
}
.text-teal-200\/100 {
  color: rgb(175 236 239 / 1);
}
.text-teal-200\/15 {
  color: rgb(175 236 239 / 0.15);
}
.text-teal-200\/20 {
  color: rgb(175 236 239 / 0.2);
}
.text-teal-200\/25 {
  color: rgb(175 236 239 / 0.25);
}
.text-teal-200\/30 {
  color: rgb(175 236 239 / 0.3);
}
.text-teal-200\/35 {
  color: rgb(175 236 239 / 0.35);
}
.text-teal-200\/40 {
  color: rgb(175 236 239 / 0.4);
}
.text-teal-200\/45 {
  color: rgb(175 236 239 / 0.45);
}
.text-teal-200\/5 {
  color: rgb(175 236 239 / 0.05);
}
.text-teal-200\/50 {
  color: rgb(175 236 239 / 0.5);
}
.text-teal-200\/55 {
  color: rgb(175 236 239 / 0.55);
}
.text-teal-200\/60 {
  color: rgb(175 236 239 / 0.6);
}
.text-teal-200\/65 {
  color: rgb(175 236 239 / 0.65);
}
.text-teal-200\/70 {
  color: rgb(175 236 239 / 0.7);
}
.text-teal-200\/75 {
  color: rgb(175 236 239 / 0.75);
}
.text-teal-200\/80 {
  color: rgb(175 236 239 / 0.8);
}
.text-teal-200\/85 {
  color: rgb(175 236 239 / 0.85);
}
.text-teal-200\/90 {
  color: rgb(175 236 239 / 0.9);
}
.text-teal-200\/95 {
  color: rgb(175 236 239 / 0.95);
}
.text-teal-300 {
  --tw-text-opacity: 1;
  color: rgb(126 220 226 / var(--tw-text-opacity, 1));
}
.text-teal-300\/0 {
  color: rgb(126 220 226 / 0);
}
.text-teal-300\/10 {
  color: rgb(126 220 226 / 0.1);
}
.text-teal-300\/100 {
  color: rgb(126 220 226 / 1);
}
.text-teal-300\/15 {
  color: rgb(126 220 226 / 0.15);
}
.text-teal-300\/20 {
  color: rgb(126 220 226 / 0.2);
}
.text-teal-300\/25 {
  color: rgb(126 220 226 / 0.25);
}
.text-teal-300\/30 {
  color: rgb(126 220 226 / 0.3);
}
.text-teal-300\/35 {
  color: rgb(126 220 226 / 0.35);
}
.text-teal-300\/40 {
  color: rgb(126 220 226 / 0.4);
}
.text-teal-300\/45 {
  color: rgb(126 220 226 / 0.45);
}
.text-teal-300\/5 {
  color: rgb(126 220 226 / 0.05);
}
.text-teal-300\/50 {
  color: rgb(126 220 226 / 0.5);
}
.text-teal-300\/55 {
  color: rgb(126 220 226 / 0.55);
}
.text-teal-300\/60 {
  color: rgb(126 220 226 / 0.6);
}
.text-teal-300\/65 {
  color: rgb(126 220 226 / 0.65);
}
.text-teal-300\/70 {
  color: rgb(126 220 226 / 0.7);
}
.text-teal-300\/75 {
  color: rgb(126 220 226 / 0.75);
}
.text-teal-300\/80 {
  color: rgb(126 220 226 / 0.8);
}
.text-teal-300\/85 {
  color: rgb(126 220 226 / 0.85);
}
.text-teal-300\/90 {
  color: rgb(126 220 226 / 0.9);
}
.text-teal-300\/95 {
  color: rgb(126 220 226 / 0.95);
}
.text-teal-400 {
  --tw-text-opacity: 1;
  color: rgb(22 189 202 / var(--tw-text-opacity, 1));
}
.text-teal-400\/0 {
  color: rgb(22 189 202 / 0);
}
.text-teal-400\/10 {
  color: rgb(22 189 202 / 0.1);
}
.text-teal-400\/100 {
  color: rgb(22 189 202 / 1);
}
.text-teal-400\/15 {
  color: rgb(22 189 202 / 0.15);
}
.text-teal-400\/20 {
  color: rgb(22 189 202 / 0.2);
}
.text-teal-400\/25 {
  color: rgb(22 189 202 / 0.25);
}
.text-teal-400\/30 {
  color: rgb(22 189 202 / 0.3);
}
.text-teal-400\/35 {
  color: rgb(22 189 202 / 0.35);
}
.text-teal-400\/40 {
  color: rgb(22 189 202 / 0.4);
}
.text-teal-400\/45 {
  color: rgb(22 189 202 / 0.45);
}
.text-teal-400\/5 {
  color: rgb(22 189 202 / 0.05);
}
.text-teal-400\/50 {
  color: rgb(22 189 202 / 0.5);
}
.text-teal-400\/55 {
  color: rgb(22 189 202 / 0.55);
}
.text-teal-400\/60 {
  color: rgb(22 189 202 / 0.6);
}
.text-teal-400\/65 {
  color: rgb(22 189 202 / 0.65);
}
.text-teal-400\/70 {
  color: rgb(22 189 202 / 0.7);
}
.text-teal-400\/75 {
  color: rgb(22 189 202 / 0.75);
}
.text-teal-400\/80 {
  color: rgb(22 189 202 / 0.8);
}
.text-teal-400\/85 {
  color: rgb(22 189 202 / 0.85);
}
.text-teal-400\/90 {
  color: rgb(22 189 202 / 0.9);
}
.text-teal-400\/95 {
  color: rgb(22 189 202 / 0.95);
}
.text-teal-50 {
  --tw-text-opacity: 1;
  color: rgb(237 250 250 / var(--tw-text-opacity, 1));
}
.text-teal-50\/0 {
  color: rgb(237 250 250 / 0);
}
.text-teal-50\/10 {
  color: rgb(237 250 250 / 0.1);
}
.text-teal-50\/100 {
  color: rgb(237 250 250 / 1);
}
.text-teal-50\/15 {
  color: rgb(237 250 250 / 0.15);
}
.text-teal-50\/20 {
  color: rgb(237 250 250 / 0.2);
}
.text-teal-50\/25 {
  color: rgb(237 250 250 / 0.25);
}
.text-teal-50\/30 {
  color: rgb(237 250 250 / 0.3);
}
.text-teal-50\/35 {
  color: rgb(237 250 250 / 0.35);
}
.text-teal-50\/40 {
  color: rgb(237 250 250 / 0.4);
}
.text-teal-50\/45 {
  color: rgb(237 250 250 / 0.45);
}
.text-teal-50\/5 {
  color: rgb(237 250 250 / 0.05);
}
.text-teal-50\/50 {
  color: rgb(237 250 250 / 0.5);
}
.text-teal-50\/55 {
  color: rgb(237 250 250 / 0.55);
}
.text-teal-50\/60 {
  color: rgb(237 250 250 / 0.6);
}
.text-teal-50\/65 {
  color: rgb(237 250 250 / 0.65);
}
.text-teal-50\/70 {
  color: rgb(237 250 250 / 0.7);
}
.text-teal-50\/75 {
  color: rgb(237 250 250 / 0.75);
}
.text-teal-50\/80 {
  color: rgb(237 250 250 / 0.8);
}
.text-teal-50\/85 {
  color: rgb(237 250 250 / 0.85);
}
.text-teal-50\/90 {
  color: rgb(237 250 250 / 0.9);
}
.text-teal-50\/95 {
  color: rgb(237 250 250 / 0.95);
}
.text-teal-500 {
  --tw-text-opacity: 1;
  color: rgb(6 148 162 / var(--tw-text-opacity, 1));
}
.text-teal-500\/0 {
  color: rgb(6 148 162 / 0);
}
.text-teal-500\/10 {
  color: rgb(6 148 162 / 0.1);
}
.text-teal-500\/100 {
  color: rgb(6 148 162 / 1);
}
.text-teal-500\/15 {
  color: rgb(6 148 162 / 0.15);
}
.text-teal-500\/20 {
  color: rgb(6 148 162 / 0.2);
}
.text-teal-500\/25 {
  color: rgb(6 148 162 / 0.25);
}
.text-teal-500\/30 {
  color: rgb(6 148 162 / 0.3);
}
.text-teal-500\/35 {
  color: rgb(6 148 162 / 0.35);
}
.text-teal-500\/40 {
  color: rgb(6 148 162 / 0.4);
}
.text-teal-500\/45 {
  color: rgb(6 148 162 / 0.45);
}
.text-teal-500\/5 {
  color: rgb(6 148 162 / 0.05);
}
.text-teal-500\/50 {
  color: rgb(6 148 162 / 0.5);
}
.text-teal-500\/55 {
  color: rgb(6 148 162 / 0.55);
}
.text-teal-500\/60 {
  color: rgb(6 148 162 / 0.6);
}
.text-teal-500\/65 {
  color: rgb(6 148 162 / 0.65);
}
.text-teal-500\/70 {
  color: rgb(6 148 162 / 0.7);
}
.text-teal-500\/75 {
  color: rgb(6 148 162 / 0.75);
}
.text-teal-500\/80 {
  color: rgb(6 148 162 / 0.8);
}
.text-teal-500\/85 {
  color: rgb(6 148 162 / 0.85);
}
.text-teal-500\/90 {
  color: rgb(6 148 162 / 0.9);
}
.text-teal-500\/95 {
  color: rgb(6 148 162 / 0.95);
}
.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(4 116 129 / var(--tw-text-opacity, 1));
}
.text-teal-600\/0 {
  color: rgb(4 116 129 / 0);
}
.text-teal-600\/10 {
  color: rgb(4 116 129 / 0.1);
}
.text-teal-600\/100 {
  color: rgb(4 116 129 / 1);
}
.text-teal-600\/15 {
  color: rgb(4 116 129 / 0.15);
}
.text-teal-600\/20 {
  color: rgb(4 116 129 / 0.2);
}
.text-teal-600\/25 {
  color: rgb(4 116 129 / 0.25);
}
.text-teal-600\/30 {
  color: rgb(4 116 129 / 0.3);
}
.text-teal-600\/35 {
  color: rgb(4 116 129 / 0.35);
}
.text-teal-600\/40 {
  color: rgb(4 116 129 / 0.4);
}
.text-teal-600\/45 {
  color: rgb(4 116 129 / 0.45);
}
.text-teal-600\/5 {
  color: rgb(4 116 129 / 0.05);
}
.text-teal-600\/50 {
  color: rgb(4 116 129 / 0.5);
}
.text-teal-600\/55 {
  color: rgb(4 116 129 / 0.55);
}
.text-teal-600\/60 {
  color: rgb(4 116 129 / 0.6);
}
.text-teal-600\/65 {
  color: rgb(4 116 129 / 0.65);
}
.text-teal-600\/70 {
  color: rgb(4 116 129 / 0.7);
}
.text-teal-600\/75 {
  color: rgb(4 116 129 / 0.75);
}
.text-teal-600\/80 {
  color: rgb(4 116 129 / 0.8);
}
.text-teal-600\/85 {
  color: rgb(4 116 129 / 0.85);
}
.text-teal-600\/90 {
  color: rgb(4 116 129 / 0.9);
}
.text-teal-600\/95 {
  color: rgb(4 116 129 / 0.95);
}
.text-teal-700 {
  --tw-text-opacity: 1;
  color: rgb(3 102 114 / var(--tw-text-opacity, 1));
}
.text-teal-700\/0 {
  color: rgb(3 102 114 / 0);
}
.text-teal-700\/10 {
  color: rgb(3 102 114 / 0.1);
}
.text-teal-700\/100 {
  color: rgb(3 102 114 / 1);
}
.text-teal-700\/15 {
  color: rgb(3 102 114 / 0.15);
}
.text-teal-700\/20 {
  color: rgb(3 102 114 / 0.2);
}
.text-teal-700\/25 {
  color: rgb(3 102 114 / 0.25);
}
.text-teal-700\/30 {
  color: rgb(3 102 114 / 0.3);
}
.text-teal-700\/35 {
  color: rgb(3 102 114 / 0.35);
}
.text-teal-700\/40 {
  color: rgb(3 102 114 / 0.4);
}
.text-teal-700\/45 {
  color: rgb(3 102 114 / 0.45);
}
.text-teal-700\/5 {
  color: rgb(3 102 114 / 0.05);
}
.text-teal-700\/50 {
  color: rgb(3 102 114 / 0.5);
}
.text-teal-700\/55 {
  color: rgb(3 102 114 / 0.55);
}
.text-teal-700\/60 {
  color: rgb(3 102 114 / 0.6);
}
.text-teal-700\/65 {
  color: rgb(3 102 114 / 0.65);
}
.text-teal-700\/70 {
  color: rgb(3 102 114 / 0.7);
}
.text-teal-700\/75 {
  color: rgb(3 102 114 / 0.75);
}
.text-teal-700\/80 {
  color: rgb(3 102 114 / 0.8);
}
.text-teal-700\/85 {
  color: rgb(3 102 114 / 0.85);
}
.text-teal-700\/90 {
  color: rgb(3 102 114 / 0.9);
}
.text-teal-700\/95 {
  color: rgb(3 102 114 / 0.95);
}
.text-teal-800 {
  --tw-text-opacity: 1;
  color: rgb(5 80 92 / var(--tw-text-opacity, 1));
}
.text-teal-800\/0 {
  color: rgb(5 80 92 / 0);
}
.text-teal-800\/10 {
  color: rgb(5 80 92 / 0.1);
}
.text-teal-800\/100 {
  color: rgb(5 80 92 / 1);
}
.text-teal-800\/15 {
  color: rgb(5 80 92 / 0.15);
}
.text-teal-800\/20 {
  color: rgb(5 80 92 / 0.2);
}
.text-teal-800\/25 {
  color: rgb(5 80 92 / 0.25);
}
.text-teal-800\/30 {
  color: rgb(5 80 92 / 0.3);
}
.text-teal-800\/35 {
  color: rgb(5 80 92 / 0.35);
}
.text-teal-800\/40 {
  color: rgb(5 80 92 / 0.4);
}
.text-teal-800\/45 {
  color: rgb(5 80 92 / 0.45);
}
.text-teal-800\/5 {
  color: rgb(5 80 92 / 0.05);
}
.text-teal-800\/50 {
  color: rgb(5 80 92 / 0.5);
}
.text-teal-800\/55 {
  color: rgb(5 80 92 / 0.55);
}
.text-teal-800\/60 {
  color: rgb(5 80 92 / 0.6);
}
.text-teal-800\/65 {
  color: rgb(5 80 92 / 0.65);
}
.text-teal-800\/70 {
  color: rgb(5 80 92 / 0.7);
}
.text-teal-800\/75 {
  color: rgb(5 80 92 / 0.75);
}
.text-teal-800\/80 {
  color: rgb(5 80 92 / 0.8);
}
.text-teal-800\/85 {
  color: rgb(5 80 92 / 0.85);
}
.text-teal-800\/90 {
  color: rgb(5 80 92 / 0.9);
}
.text-teal-800\/95 {
  color: rgb(5 80 92 / 0.95);
}
.text-teal-900 {
  --tw-text-opacity: 1;
  color: rgb(1 68 81 / var(--tw-text-opacity, 1));
}
.text-teal-900\/0 {
  color: rgb(1 68 81 / 0);
}
.text-teal-900\/10 {
  color: rgb(1 68 81 / 0.1);
}
.text-teal-900\/100 {
  color: rgb(1 68 81 / 1);
}
.text-teal-900\/15 {
  color: rgb(1 68 81 / 0.15);
}
.text-teal-900\/20 {
  color: rgb(1 68 81 / 0.2);
}
.text-teal-900\/25 {
  color: rgb(1 68 81 / 0.25);
}
.text-teal-900\/30 {
  color: rgb(1 68 81 / 0.3);
}
.text-teal-900\/35 {
  color: rgb(1 68 81 / 0.35);
}
.text-teal-900\/40 {
  color: rgb(1 68 81 / 0.4);
}
.text-teal-900\/45 {
  color: rgb(1 68 81 / 0.45);
}
.text-teal-900\/5 {
  color: rgb(1 68 81 / 0.05);
}
.text-teal-900\/50 {
  color: rgb(1 68 81 / 0.5);
}
.text-teal-900\/55 {
  color: rgb(1 68 81 / 0.55);
}
.text-teal-900\/60 {
  color: rgb(1 68 81 / 0.6);
}
.text-teal-900\/65 {
  color: rgb(1 68 81 / 0.65);
}
.text-teal-900\/70 {
  color: rgb(1 68 81 / 0.7);
}
.text-teal-900\/75 {
  color: rgb(1 68 81 / 0.75);
}
.text-teal-900\/80 {
  color: rgb(1 68 81 / 0.8);
}
.text-teal-900\/85 {
  color: rgb(1 68 81 / 0.85);
}
.text-teal-900\/90 {
  color: rgb(1 68 81 / 0.9);
}
.text-teal-900\/95 {
  color: rgb(1 68 81 / 0.95);
}
.text-transparent {
  color: transparent;
}
.text-transparent\/0 {
  color: rgb(0 0 0 / 0);
}
.text-transparent\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-transparent\/100 {
  color: rgb(0 0 0 / 1);
}
.text-transparent\/15 {
  color: rgb(0 0 0 / 0.15);
}
.text-transparent\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-transparent\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-transparent\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-transparent\/35 {
  color: rgb(0 0 0 / 0.35);
}
.text-transparent\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-transparent\/45 {
  color: rgb(0 0 0 / 0.45);
}
.text-transparent\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-transparent\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-transparent\/55 {
  color: rgb(0 0 0 / 0.55);
}
.text-transparent\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-transparent\/65 {
  color: rgb(0 0 0 / 0.65);
}
.text-transparent\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-transparent\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-transparent\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-transparent\/85 {
  color: rgb(0 0 0 / 0.85);
}
.text-transparent\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-transparent\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/0 {
  color: rgb(255 255 255 / 0);
}
.text-white\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-white\/100 {
  color: rgb(255 255 255 / 1);
}
.text-white\/15 {
  color: rgb(255 255 255 / 0.15);
}
.text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-white\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-white\/35 {
  color: rgb(255 255 255 / 0.35);
}
.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-white\/45 {
  color: rgb(255 255 255 / 0.45);
}
.text-white\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/55 {
  color: rgb(255 255 255 / 0.55);
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/65 {
  color: rgb(255 255 255 / 0.65);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgb(253 246 178 / var(--tw-text-opacity, 1));
}
.text-yellow-100\/0 {
  color: rgb(253 246 178 / 0);
}
.text-yellow-100\/10 {
  color: rgb(253 246 178 / 0.1);
}
.text-yellow-100\/100 {
  color: rgb(253 246 178 / 1);
}
.text-yellow-100\/15 {
  color: rgb(253 246 178 / 0.15);
}
.text-yellow-100\/20 {
  color: rgb(253 246 178 / 0.2);
}
.text-yellow-100\/25 {
  color: rgb(253 246 178 / 0.25);
}
.text-yellow-100\/30 {
  color: rgb(253 246 178 / 0.3);
}
.text-yellow-100\/35 {
  color: rgb(253 246 178 / 0.35);
}
.text-yellow-100\/40 {
  color: rgb(253 246 178 / 0.4);
}
.text-yellow-100\/45 {
  color: rgb(253 246 178 / 0.45);
}
.text-yellow-100\/5 {
  color: rgb(253 246 178 / 0.05);
}
.text-yellow-100\/50 {
  color: rgb(253 246 178 / 0.5);
}
.text-yellow-100\/55 {
  color: rgb(253 246 178 / 0.55);
}
.text-yellow-100\/60 {
  color: rgb(253 246 178 / 0.6);
}
.text-yellow-100\/65 {
  color: rgb(253 246 178 / 0.65);
}
.text-yellow-100\/70 {
  color: rgb(253 246 178 / 0.7);
}
.text-yellow-100\/75 {
  color: rgb(253 246 178 / 0.75);
}
.text-yellow-100\/80 {
  color: rgb(253 246 178 / 0.8);
}
.text-yellow-100\/85 {
  color: rgb(253 246 178 / 0.85);
}
.text-yellow-100\/90 {
  color: rgb(253 246 178 / 0.9);
}
.text-yellow-100\/95 {
  color: rgb(253 246 178 / 0.95);
}
.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgb(252 233 106 / var(--tw-text-opacity, 1));
}
.text-yellow-200\/0 {
  color: rgb(252 233 106 / 0);
}
.text-yellow-200\/10 {
  color: rgb(252 233 106 / 0.1);
}
.text-yellow-200\/100 {
  color: rgb(252 233 106 / 1);
}
.text-yellow-200\/15 {
  color: rgb(252 233 106 / 0.15);
}
.text-yellow-200\/20 {
  color: rgb(252 233 106 / 0.2);
}
.text-yellow-200\/25 {
  color: rgb(252 233 106 / 0.25);
}
.text-yellow-200\/30 {
  color: rgb(252 233 106 / 0.3);
}
.text-yellow-200\/35 {
  color: rgb(252 233 106 / 0.35);
}
.text-yellow-200\/40 {
  color: rgb(252 233 106 / 0.4);
}
.text-yellow-200\/45 {
  color: rgb(252 233 106 / 0.45);
}
.text-yellow-200\/5 {
  color: rgb(252 233 106 / 0.05);
}
.text-yellow-200\/50 {
  color: rgb(252 233 106 / 0.5);
}
.text-yellow-200\/55 {
  color: rgb(252 233 106 / 0.55);
}
.text-yellow-200\/60 {
  color: rgb(252 233 106 / 0.6);
}
.text-yellow-200\/65 {
  color: rgb(252 233 106 / 0.65);
}
.text-yellow-200\/70 {
  color: rgb(252 233 106 / 0.7);
}
.text-yellow-200\/75 {
  color: rgb(252 233 106 / 0.75);
}
.text-yellow-200\/80 {
  color: rgb(252 233 106 / 0.8);
}
.text-yellow-200\/85 {
  color: rgb(252 233 106 / 0.85);
}
.text-yellow-200\/90 {
  color: rgb(252 233 106 / 0.9);
}
.text-yellow-200\/95 {
  color: rgb(252 233 106 / 0.95);
}
.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(250 202 21 / var(--tw-text-opacity, 1));
}
.text-yellow-300\/0 {
  color: rgb(250 202 21 / 0);
}
.text-yellow-300\/10 {
  color: rgb(250 202 21 / 0.1);
}
.text-yellow-300\/100 {
  color: rgb(250 202 21 / 1);
}
.text-yellow-300\/15 {
  color: rgb(250 202 21 / 0.15);
}
.text-yellow-300\/20 {
  color: rgb(250 202 21 / 0.2);
}
.text-yellow-300\/25 {
  color: rgb(250 202 21 / 0.25);
}
.text-yellow-300\/30 {
  color: rgb(250 202 21 / 0.3);
}
.text-yellow-300\/35 {
  color: rgb(250 202 21 / 0.35);
}
.text-yellow-300\/40 {
  color: rgb(250 202 21 / 0.4);
}
.text-yellow-300\/45 {
  color: rgb(250 202 21 / 0.45);
}
.text-yellow-300\/5 {
  color: rgb(250 202 21 / 0.05);
}
.text-yellow-300\/50 {
  color: rgb(250 202 21 / 0.5);
}
.text-yellow-300\/55 {
  color: rgb(250 202 21 / 0.55);
}
.text-yellow-300\/60 {
  color: rgb(250 202 21 / 0.6);
}
.text-yellow-300\/65 {
  color: rgb(250 202 21 / 0.65);
}
.text-yellow-300\/70 {
  color: rgb(250 202 21 / 0.7);
}
.text-yellow-300\/75 {
  color: rgb(250 202 21 / 0.75);
}
.text-yellow-300\/80 {
  color: rgb(250 202 21 / 0.8);
}
.text-yellow-300\/85 {
  color: rgb(250 202 21 / 0.85);
}
.text-yellow-300\/90 {
  color: rgb(250 202 21 / 0.9);
}
.text-yellow-300\/95 {
  color: rgb(250 202 21 / 0.95);
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(227 160 8 / var(--tw-text-opacity, 1));
}
.text-yellow-400\/0 {
  color: rgb(227 160 8 / 0);
}
.text-yellow-400\/10 {
  color: rgb(227 160 8 / 0.1);
}
.text-yellow-400\/100 {
  color: rgb(227 160 8 / 1);
}
.text-yellow-400\/15 {
  color: rgb(227 160 8 / 0.15);
}
.text-yellow-400\/20 {
  color: rgb(227 160 8 / 0.2);
}
.text-yellow-400\/25 {
  color: rgb(227 160 8 / 0.25);
}
.text-yellow-400\/30 {
  color: rgb(227 160 8 / 0.3);
}
.text-yellow-400\/35 {
  color: rgb(227 160 8 / 0.35);
}
.text-yellow-400\/40 {
  color: rgb(227 160 8 / 0.4);
}
.text-yellow-400\/45 {
  color: rgb(227 160 8 / 0.45);
}
.text-yellow-400\/5 {
  color: rgb(227 160 8 / 0.05);
}
.text-yellow-400\/50 {
  color: rgb(227 160 8 / 0.5);
}
.text-yellow-400\/55 {
  color: rgb(227 160 8 / 0.55);
}
.text-yellow-400\/60 {
  color: rgb(227 160 8 / 0.6);
}
.text-yellow-400\/65 {
  color: rgb(227 160 8 / 0.65);
}
.text-yellow-400\/70 {
  color: rgb(227 160 8 / 0.7);
}
.text-yellow-400\/75 {
  color: rgb(227 160 8 / 0.75);
}
.text-yellow-400\/80 {
  color: rgb(227 160 8 / 0.8);
}
.text-yellow-400\/85 {
  color: rgb(227 160 8 / 0.85);
}
.text-yellow-400\/90 {
  color: rgb(227 160 8 / 0.9);
}
.text-yellow-400\/95 {
  color: rgb(227 160 8 / 0.95);
}
.text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgb(253 253 234 / var(--tw-text-opacity, 1));
}
.text-yellow-50\/0 {
  color: rgb(253 253 234 / 0);
}
.text-yellow-50\/10 {
  color: rgb(253 253 234 / 0.1);
}
.text-yellow-50\/100 {
  color: rgb(253 253 234 / 1);
}
.text-yellow-50\/15 {
  color: rgb(253 253 234 / 0.15);
}
.text-yellow-50\/20 {
  color: rgb(253 253 234 / 0.2);
}
.text-yellow-50\/25 {
  color: rgb(253 253 234 / 0.25);
}
.text-yellow-50\/30 {
  color: rgb(253 253 234 / 0.3);
}
.text-yellow-50\/35 {
  color: rgb(253 253 234 / 0.35);
}
.text-yellow-50\/40 {
  color: rgb(253 253 234 / 0.4);
}
.text-yellow-50\/45 {
  color: rgb(253 253 234 / 0.45);
}
.text-yellow-50\/5 {
  color: rgb(253 253 234 / 0.05);
}
.text-yellow-50\/50 {
  color: rgb(253 253 234 / 0.5);
}
.text-yellow-50\/55 {
  color: rgb(253 253 234 / 0.55);
}
.text-yellow-50\/60 {
  color: rgb(253 253 234 / 0.6);
}
.text-yellow-50\/65 {
  color: rgb(253 253 234 / 0.65);
}
.text-yellow-50\/70 {
  color: rgb(253 253 234 / 0.7);
}
.text-yellow-50\/75 {
  color: rgb(253 253 234 / 0.75);
}
.text-yellow-50\/80 {
  color: rgb(253 253 234 / 0.8);
}
.text-yellow-50\/85 {
  color: rgb(253 253 234 / 0.85);
}
.text-yellow-50\/90 {
  color: rgb(253 253 234 / 0.9);
}
.text-yellow-50\/95 {
  color: rgb(253 253 234 / 0.95);
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(194 120 3 / var(--tw-text-opacity, 1));
}
.text-yellow-500\/0 {
  color: rgb(194 120 3 / 0);
}
.text-yellow-500\/10 {
  color: rgb(194 120 3 / 0.1);
}
.text-yellow-500\/100 {
  color: rgb(194 120 3 / 1);
}
.text-yellow-500\/15 {
  color: rgb(194 120 3 / 0.15);
}
.text-yellow-500\/20 {
  color: rgb(194 120 3 / 0.2);
}
.text-yellow-500\/25 {
  color: rgb(194 120 3 / 0.25);
}
.text-yellow-500\/30 {
  color: rgb(194 120 3 / 0.3);
}
.text-yellow-500\/35 {
  color: rgb(194 120 3 / 0.35);
}
.text-yellow-500\/40 {
  color: rgb(194 120 3 / 0.4);
}
.text-yellow-500\/45 {
  color: rgb(194 120 3 / 0.45);
}
.text-yellow-500\/5 {
  color: rgb(194 120 3 / 0.05);
}
.text-yellow-500\/50 {
  color: rgb(194 120 3 / 0.5);
}
.text-yellow-500\/55 {
  color: rgb(194 120 3 / 0.55);
}
.text-yellow-500\/60 {
  color: rgb(194 120 3 / 0.6);
}
.text-yellow-500\/65 {
  color: rgb(194 120 3 / 0.65);
}
.text-yellow-500\/70 {
  color: rgb(194 120 3 / 0.7);
}
.text-yellow-500\/75 {
  color: rgb(194 120 3 / 0.75);
}
.text-yellow-500\/80 {
  color: rgb(194 120 3 / 0.8);
}
.text-yellow-500\/85 {
  color: rgb(194 120 3 / 0.85);
}
.text-yellow-500\/90 {
  color: rgb(194 120 3 / 0.9);
}
.text-yellow-500\/95 {
  color: rgb(194 120 3 / 0.95);
}
.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(159 88 10 / var(--tw-text-opacity, 1));
}
.text-yellow-600\/0 {
  color: rgb(159 88 10 / 0);
}
.text-yellow-600\/10 {
  color: rgb(159 88 10 / 0.1);
}
.text-yellow-600\/100 {
  color: rgb(159 88 10 / 1);
}
.text-yellow-600\/15 {
  color: rgb(159 88 10 / 0.15);
}
.text-yellow-600\/20 {
  color: rgb(159 88 10 / 0.2);
}
.text-yellow-600\/25 {
  color: rgb(159 88 10 / 0.25);
}
.text-yellow-600\/30 {
  color: rgb(159 88 10 / 0.3);
}
.text-yellow-600\/35 {
  color: rgb(159 88 10 / 0.35);
}
.text-yellow-600\/40 {
  color: rgb(159 88 10 / 0.4);
}
.text-yellow-600\/45 {
  color: rgb(159 88 10 / 0.45);
}
.text-yellow-600\/5 {
  color: rgb(159 88 10 / 0.05);
}
.text-yellow-600\/50 {
  color: rgb(159 88 10 / 0.5);
}
.text-yellow-600\/55 {
  color: rgb(159 88 10 / 0.55);
}
.text-yellow-600\/60 {
  color: rgb(159 88 10 / 0.6);
}
.text-yellow-600\/65 {
  color: rgb(159 88 10 / 0.65);
}
.text-yellow-600\/70 {
  color: rgb(159 88 10 / 0.7);
}
.text-yellow-600\/75 {
  color: rgb(159 88 10 / 0.75);
}
.text-yellow-600\/80 {
  color: rgb(159 88 10 / 0.8);
}
.text-yellow-600\/85 {
  color: rgb(159 88 10 / 0.85);
}
.text-yellow-600\/90 {
  color: rgb(159 88 10 / 0.9);
}
.text-yellow-600\/95 {
  color: rgb(159 88 10 / 0.95);
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(142 75 16 / var(--tw-text-opacity, 1));
}
.text-yellow-700\/0 {
  color: rgb(142 75 16 / 0);
}
.text-yellow-700\/10 {
  color: rgb(142 75 16 / 0.1);
}
.text-yellow-700\/100 {
  color: rgb(142 75 16 / 1);
}
.text-yellow-700\/15 {
  color: rgb(142 75 16 / 0.15);
}
.text-yellow-700\/20 {
  color: rgb(142 75 16 / 0.2);
}
.text-yellow-700\/25 {
  color: rgb(142 75 16 / 0.25);
}
.text-yellow-700\/30 {
  color: rgb(142 75 16 / 0.3);
}
.text-yellow-700\/35 {
  color: rgb(142 75 16 / 0.35);
}
.text-yellow-700\/40 {
  color: rgb(142 75 16 / 0.4);
}
.text-yellow-700\/45 {
  color: rgb(142 75 16 / 0.45);
}
.text-yellow-700\/5 {
  color: rgb(142 75 16 / 0.05);
}
.text-yellow-700\/50 {
  color: rgb(142 75 16 / 0.5);
}
.text-yellow-700\/55 {
  color: rgb(142 75 16 / 0.55);
}
.text-yellow-700\/60 {
  color: rgb(142 75 16 / 0.6);
}
.text-yellow-700\/65 {
  color: rgb(142 75 16 / 0.65);
}
.text-yellow-700\/70 {
  color: rgb(142 75 16 / 0.7);
}
.text-yellow-700\/75 {
  color: rgb(142 75 16 / 0.75);
}
.text-yellow-700\/80 {
  color: rgb(142 75 16 / 0.8);
}
.text-yellow-700\/85 {
  color: rgb(142 75 16 / 0.85);
}
.text-yellow-700\/90 {
  color: rgb(142 75 16 / 0.9);
}
.text-yellow-700\/95 {
  color: rgb(142 75 16 / 0.95);
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(114 59 19 / var(--tw-text-opacity, 1));
}
.text-yellow-800\/0 {
  color: rgb(114 59 19 / 0);
}
.text-yellow-800\/10 {
  color: rgb(114 59 19 / 0.1);
}
.text-yellow-800\/100 {
  color: rgb(114 59 19 / 1);
}
.text-yellow-800\/15 {
  color: rgb(114 59 19 / 0.15);
}
.text-yellow-800\/20 {
  color: rgb(114 59 19 / 0.2);
}
.text-yellow-800\/25 {
  color: rgb(114 59 19 / 0.25);
}
.text-yellow-800\/30 {
  color: rgb(114 59 19 / 0.3);
}
.text-yellow-800\/35 {
  color: rgb(114 59 19 / 0.35);
}
.text-yellow-800\/40 {
  color: rgb(114 59 19 / 0.4);
}
.text-yellow-800\/45 {
  color: rgb(114 59 19 / 0.45);
}
.text-yellow-800\/5 {
  color: rgb(114 59 19 / 0.05);
}
.text-yellow-800\/50 {
  color: rgb(114 59 19 / 0.5);
}
.text-yellow-800\/55 {
  color: rgb(114 59 19 / 0.55);
}
.text-yellow-800\/60 {
  color: rgb(114 59 19 / 0.6);
}
.text-yellow-800\/65 {
  color: rgb(114 59 19 / 0.65);
}
.text-yellow-800\/70 {
  color: rgb(114 59 19 / 0.7);
}
.text-yellow-800\/75 {
  color: rgb(114 59 19 / 0.75);
}
.text-yellow-800\/80 {
  color: rgb(114 59 19 / 0.8);
}
.text-yellow-800\/85 {
  color: rgb(114 59 19 / 0.85);
}
.text-yellow-800\/90 {
  color: rgb(114 59 19 / 0.9);
}
.text-yellow-800\/95 {
  color: rgb(114 59 19 / 0.95);
}
.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(99 49 18 / var(--tw-text-opacity, 1));
}
.text-yellow-900\/0 {
  color: rgb(99 49 18 / 0);
}
.text-yellow-900\/10 {
  color: rgb(99 49 18 / 0.1);
}
.text-yellow-900\/100 {
  color: rgb(99 49 18 / 1);
}
.text-yellow-900\/15 {
  color: rgb(99 49 18 / 0.15);
}
.text-yellow-900\/20 {
  color: rgb(99 49 18 / 0.2);
}
.text-yellow-900\/25 {
  color: rgb(99 49 18 / 0.25);
}
.text-yellow-900\/30 {
  color: rgb(99 49 18 / 0.3);
}
.text-yellow-900\/35 {
  color: rgb(99 49 18 / 0.35);
}
.text-yellow-900\/40 {
  color: rgb(99 49 18 / 0.4);
}
.text-yellow-900\/45 {
  color: rgb(99 49 18 / 0.45);
}
.text-yellow-900\/5 {
  color: rgb(99 49 18 / 0.05);
}
.text-yellow-900\/50 {
  color: rgb(99 49 18 / 0.5);
}
.text-yellow-900\/55 {
  color: rgb(99 49 18 / 0.55);
}
.text-yellow-900\/60 {
  color: rgb(99 49 18 / 0.6);
}
.text-yellow-900\/65 {
  color: rgb(99 49 18 / 0.65);
}
.text-yellow-900\/70 {
  color: rgb(99 49 18 / 0.7);
}
.text-yellow-900\/75 {
  color: rgb(99 49 18 / 0.75);
}
.text-yellow-900\/80 {
  color: rgb(99 49 18 / 0.8);
}
.text-yellow-900\/85 {
  color: rgb(99 49 18 / 0.85);
}
.text-yellow-900\/90 {
  color: rgb(99 49 18 / 0.9);
}
.text-yellow-900\/95 {
  color: rgb(99 49 18 / 0.95);
}
.text-opacity-0 {
  --tw-text-opacity: 0;
}
.text-opacity-10 {
  --tw-text-opacity: 0.1;
}
.text-opacity-100 {
  --tw-text-opacity: 1;
}
.text-opacity-15 {
  --tw-text-opacity: 0.15;
}
.text-opacity-20 {
  --tw-text-opacity: 0.2;
}
.text-opacity-25 {
  --tw-text-opacity: 0.25;
}
.text-opacity-30 {
  --tw-text-opacity: 0.3;
}
.text-opacity-35 {
  --tw-text-opacity: 0.35;
}
.text-opacity-40 {
  --tw-text-opacity: 0.4;
}
.text-opacity-45 {
  --tw-text-opacity: 0.45;
}
.text-opacity-5 {
  --tw-text-opacity: 0.05;
}
.text-opacity-50 {
  --tw-text-opacity: 0.5;
}
.text-opacity-55 {
  --tw-text-opacity: 0.55;
}
.text-opacity-60 {
  --tw-text-opacity: 0.6;
}
.text-opacity-65 {
  --tw-text-opacity: 0.65;
}
.text-opacity-70 {
  --tw-text-opacity: 0.7;
}
.text-opacity-75 {
  --tw-text-opacity: 0.75;
}
.text-opacity-80 {
  --tw-text-opacity: 0.8;
}
.text-opacity-85 {
  --tw-text-opacity: 0.85;
}
.text-opacity-90 {
  --tw-text-opacity: 0.9;
}
.text-opacity-95 {
  --tw-text-opacity: 0.95;
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-negative-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 161 170 / var(--tw-placeholder-opacity, 1));
}
.placeholder-negative-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 161 170 / var(--tw-placeholder-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-90 {
  opacity: 0.9;
}
.bg-blend-normal {
  background-blend-mode: normal;
}
.bg-blend-multiply {
  background-blend-mode: multiply;
}
.bg-blend-screen {
  background-blend-mode: screen;
}
.bg-blend-overlay {
  background-blend-mode: overlay;
}
.bg-blend-darken {
  background-blend-mode: darken;
}
.bg-blend-lighten {
  background-blend-mode: lighten;
}
.bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}
.bg-blend-color-burn {
  background-blend-mode: color-burn;
}
.bg-blend-hard-light {
  background-blend-mode: hard-light;
}
.bg-blend-soft-light {
  background-blend-mode: soft-light;
}
.bg-blend-difference {
  background-blend-mode: difference;
}
.bg-blend-exclusion {
  background-blend-mode: exclusion;
}
.bg-blend-hue {
  background-blend-mode: hue;
}
.bg-blend-saturation {
  background-blend-mode: saturation;
}
.bg-blend-color {
  background-blend-mode: color;
}
.bg-blend-luminosity {
  background-blend-mode: luminosity;
}
.mix-blend-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-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-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-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}
.ring-green-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(49 196 141 / var(--tw-ring-opacity, 1));
}
.ring-indigo-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 237 255 / var(--tw-ring-opacity, 1));
}
.ring-primary-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
.ring-red-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 213 213 / var(--tw-ring-opacity, 1));
}
.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-500 {
  transition-delay: 500ms;
}
.delay-75 {
  transition-delay: 75ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  transition-timing-function: linear;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.contain-size {
  --tw-contain-size: size;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}
.contain-inline-size {
  --tw-contain-size: inline-size;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}
.scrollbar::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track);
  border-radius: var(--scrollbar-track-radius);
}
.scrollbar::-webkit-scrollbar-track:hover {
  background-color: var(--scrollbar-track-hover, var(--scrollbar-track));
}
.scrollbar::-webkit-scrollbar-track:active {
  background-color: var(--scrollbar-track-active, var(--scrollbar-track-hover, var(--scrollbar-track)));
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb);
  border-radius: var(--scrollbar-thumb-radius);
}
.scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-thumb-hover, var(--scrollbar-thumb));
}
.scrollbar::-webkit-scrollbar-thumb:active {
  background-color: var(--scrollbar-thumb-active, var(--scrollbar-thumb-hover, var(--scrollbar-thumb)));
}
.scrollbar::-webkit-scrollbar-corner {
  background-color: var(--scrollbar-corner);
  border-radius: var(--scrollbar-corner-radius);
}
.scrollbar::-webkit-scrollbar-corner:hover {
  background-color: var(--scrollbar-corner-hover, var(--scrollbar-corner));
}
.scrollbar::-webkit-scrollbar-corner:active {
  background-color: var(--scrollbar-corner-active, var(--scrollbar-corner-hover, var(--scrollbar-corner)));
}
.scrollbar {
  scrollbar-width: auto;
  scrollbar-color: var(--scrollbar-thumb, initial) var(--scrollbar-track, initial);
}
.scrollbar::-webkit-scrollbar {
  display: block;
  width: var(--scrollbar-width, 16px);
  height: var(--scrollbar-height, 16px);
}
.scrollbar-thin::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track);
  border-radius: var(--scrollbar-track-radius);
}
.scrollbar-thin::-webkit-scrollbar-track:hover {
  background-color: var(--scrollbar-track-hover, var(--scrollbar-track));
}
.scrollbar-thin::-webkit-scrollbar-track:active {
  background-color: var(--scrollbar-track-active, var(--scrollbar-track-hover, var(--scrollbar-track)));
}
.scrollbar-thin::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb);
  border-radius: var(--scrollbar-thumb-radius);
}
.scrollbar-thin::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-thumb-hover, var(--scrollbar-thumb));
}
.scrollbar-thin::-webkit-scrollbar-thumb:active {
  background-color: var(--scrollbar-thumb-active, var(--scrollbar-thumb-hover, var(--scrollbar-thumb)));
}
.scrollbar-thin::-webkit-scrollbar-corner {
  background-color: var(--scrollbar-corner);
  border-radius: var(--scrollbar-corner-radius);
}
.scrollbar-thin::-webkit-scrollbar-corner:hover {
  background-color: var(--scrollbar-corner-hover, var(--scrollbar-corner));
}
.scrollbar-thin::-webkit-scrollbar-corner:active {
  background-color: var(--scrollbar-corner-active, var(--scrollbar-corner-hover, var(--scrollbar-corner)));
}
.scrollbar-thin {
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-thumb, initial) var(--scrollbar-track, initial);
}
.scrollbar-thin::-webkit-scrollbar {
  display: block;
  width: 8px;
  height: 8px;
}
.scrollbar-track-gray-100 {
  --scrollbar-track: #F3F4F6 !important;
}
.scrollbar-track-gray-50 {
  --scrollbar-track: #F9FAFB !important;
}
.scrollbar-thumb-gray-300 {
  --scrollbar-thumb: #D1D5DB !important;
}
@source "../node_modules/flowbite-datepicker";


span[class^='substatus-'], span[class*=' substatus-']{
    padding-left: 1rem;
    padding-right: 1rem;
    text-transform: uppercase;
    font-size: x-small;
    border-radius: 0.5rem;
    font-weight: bold;
}
.substatus-Active
{
    background-color: #bbf7d0;
    color: #166534;
}

.substatus-Pending
{
    background-color: #fecdd3;
    color: #9f1239;
}

.substatus-Paused
{
    background-color: #fef08a;
    color: #a16207;
}



* {
    --sb-track-color: #d3d3d3;
    --sb-track-color-hover: #cc1111;
    --sb-thumb-color: #b4a9a9;
    --sb-size: 9px;
}

::-webkit-scrollbar {
    width: var(--sb-size);
    height: 8px;
}

::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 20px;
}

::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 20px;

}
::-webkit-scrollbar-thumb:hover {
    background: var(--sb-track-color-hover);
    border-radius: 20px;
    cursor: grabbing;

}


@supports not selector(::-webkit-scrollbar) {
    body {
        scrollbar-color: var(--sb-thumb-color)
        var(--sb-track-color);
    }
}


.file\:mr-4::file-selector-button {
  margin-right: 1rem;
}


.file\:rounded-lg::file-selector-button {
  border-radius: 0.5rem;
}


.file\:border-0::file-selector-button {
  border-width: 0px;
}


.file\:bg-primary-50::file-selector-button {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}


.file\:px-4::file-selector-button {
  padding-left: 1rem;
  padding-right: 1rem;
}


.file\:py-2::file-selector-button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}


.file\:text-sm::file-selector-button {
  font-size: 0.875rem;
  line-height: 1.25rem;
}


.file\:font-medium::file-selector-button {
  font-weight: 500;
}


.file\:text-primary-700::file-selector-button {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}


.placeholder\:text-gray-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}


.placeholder\:text-gray-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}


.before\:content-\[\'Created_at\:\'\]::before {
  --tw-content: 'Created at:';
  content: var(--tw-content);
}


.before\:content-\[\'Membership\:\'\]::before {
  --tw-content: 'Membership:';
  content: var(--tw-content);
}


.before\:content-\[\'Name\:\'\]::before {
  --tw-content: 'Name:';
  content: var(--tw-content);
}


.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}


.after\:left-\[2px\]::after {
  content: var(--tw-content);
  left: 2px;
}


.after\:start-\[2px\]::after {
  content: var(--tw-content);
  inset-inline-start: 2px;
}


.after\:top-0\.5::after {
  content: var(--tw-content);
  top: 0.125rem;
}


.after\:top-\[2px\]::after {
  content: var(--tw-content);
  top: 2px;
}


.after\:h-4::after {
  content: var(--tw-content);
  height: 1rem;
}


.after\:h-5::after {
  content: var(--tw-content);
  height: 1.25rem;
}


.after\:w-4::after {
  content: var(--tw-content);
  width: 1rem;
}


.after\:w-5::after {
  content: var(--tw-content);
  width: 1.25rem;
}


.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}


.after\:border::after {
  content: var(--tw-content);
  border-width: 1px;
}


.after\:border-gray-300::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}


.after\:border-red-300::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(248 180 180 / var(--tw-border-opacity, 1));
}


.after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}


.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}


.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}


.last\:mb-0:last-child {
  margin-bottom: 0px;
}


.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}


.odd\:bg-gray-100:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}


.odd\:bg-white:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}


.even\:bg-gray-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}


.even\:bg-primary-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}


.read-only\:bg-gray-300:-moz-read-only {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}


.read-only\:bg-gray-300:read-only {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}


.group:hover .group-hover\:block {
  display: block;
}


.group:hover .group-hover\:rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}


.group:hover .group-hover\:rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}


.group:hover .group-hover\:bg-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}


.group:hover .group-hover\:bg-primary-500\/50 {
  background-color: rgb(239 68 68 / 0.5);
}


.group:hover .group-hover\:text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(28 100 242 / var(--tw-text-opacity, 1));
}


.group:hover .group-hover\:text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(5 122 85 / var(--tw-text-opacity, 1));
}


.group:hover .group-hover\:text-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}


.group:focus .group-focus\:outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}


.group:focus .group-focus\:ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}


.group:focus .group-focus\:ring-primary-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}


.group:active .group-active\:opacity-20 {
  opacity: 0.2;
}


.peer\/afternoonheader:checked ~ .peer-checked\/afternoonheader\:max-h-\[1500px\] {
  max-height: 1500px;
}


.peer\/eveningheader:checked ~ .peer-checked\/eveningheader\:max-h-\[1500px\] {
  max-height: 1500px;
}


.peer\/morningheader:checked ~ .peer-checked\/morningheader\:max-h-\[1500px\] {
  max-height: 1500px;
}


.peer:checked ~ .peer-checked\:border-primary-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}


.peer:checked ~ .peer-checked\:bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(49 196 141 / var(--tw-bg-opacity, 1));
}


.peer:checked ~ .peer-checked\:bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 122 85 / var(--tw-bg-opacity, 1));
}


.peer:checked ~ .peer-checked\:bg-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}


.peer:checked ~ .peer-checked\:bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}


.peer:checked ~ .peer-checked\:bg-primary-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}


.peer:checked ~ .peer-checked\:text-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}


.peer:checked ~ .peer-checked\:after\:translate-x-full::after {
  content: var(--tw-content);
  --tw-translate-x: 100%;
  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));
}


.peer:checked ~ .peer-checked\:after\:border-white::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}


.peer:focus ~ .peer-focus\:outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}


.peer:focus ~ .peer-focus\:ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}


.peer:focus ~ .peer-focus\:ring-green-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(132 225 188 / var(--tw-ring-opacity, 1));
}


.peer:focus ~ .peer-focus\:ring-green-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(49 196 141 / var(--tw-ring-opacity, 1));
}


.peer:focus ~ .peer-focus\:ring-primary-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity, 1));
}


.aria-\[expanded\=true\]\:rotate-180[aria-expanded="true"] {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}


.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}


.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}


.hover\:border-primary-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}


.hover\:bg-blue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(195 221 253 / var(--tw-bg-opacity, 1));
}


.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(235 245 255 / var(--tw-bg-opacity, 1));
}


.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(28 100 242 / var(--tw-bg-opacity, 1));
}


.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 86 219 / var(--tw-bg-opacity, 1));
}


.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 66 159 / var(--tw-bg-opacity, 1));
}


.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}


.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}


.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}


.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}


.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}


.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}


.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}


.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}


.hover\:bg-green-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(188 240 218 / var(--tw-bg-opacity, 1));
}


.hover\:bg-green-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 250 247 / var(--tw-bg-opacity, 1));
}


.hover\:bg-green-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(14 159 110 / var(--tw-bg-opacity, 1));
}


.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 108 78 / var(--tw-bg-opacity, 1));
}


.hover\:bg-indigo-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 237 255 / var(--tw-bg-opacity, 1));
}


.hover\:bg-indigo-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 245 255 / var(--tw-bg-opacity, 1));
}


.hover\:bg-indigo-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(104 117 245 / var(--tw-bg-opacity, 1));
}


.hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(81 69 205 / var(--tw-bg-opacity, 1));
}


.hover\:bg-negative-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
}


.hover\:bg-negative-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1));
}


.hover\:bg-negative-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}


.hover\:bg-negative-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1));
}


.hover\:bg-negative-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
}


.hover\:bg-negative-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
}


.hover\:bg-negative-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}


.hover\:bg-orange-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 90 31 / var(--tw-bg-opacity, 1));
}


.hover\:bg-primary-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}


.hover\:bg-primary-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}


.hover\:bg-primary-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}


.hover\:bg-primary-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}


.hover\:bg-primary-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}


.hover\:bg-primary-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}


.hover\:bg-purple-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 235 254 / var(--tw-bg-opacity, 1));
}


.hover\:bg-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 232 232 / var(--tw-bg-opacity, 1));
}


.hover\:bg-red-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 213 213 / var(--tw-bg-opacity, 1));
}


.hover\:bg-red-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 180 180 / var(--tw-bg-opacity, 1));
}


.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 242 / var(--tw-bg-opacity, 1));
}


.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(200 30 30 / var(--tw-bg-opacity, 1));
}


.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}


.hover\:bg-yellow-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 202 21 / var(--tw-bg-opacity, 1));
}


.hover\:bg-yellow-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 253 234 / var(--tw-bg-opacity, 1));
}


.hover\:bg-yellow-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(142 75 16 / var(--tw-bg-opacity, 1));
}


.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}


.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(63 131 248 / var(--tw-text-opacity, 1));
}


.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(28 100 242 / var(--tw-text-opacity, 1));
}


.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(26 86 219 / var(--tw-text-opacity, 1));
}


.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 66 159 / var(--tw-text-opacity, 1));
}


.hover\:text-blue-900:hover {
  --tw-text-opacity: 1;
  color: rgb(35 56 118 / var(--tw-text-opacity, 1));
}


.hover\:text-gray-100:hover {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}


.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}


.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}


.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}


.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}


.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}


.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}


.hover\:text-green-800:hover {
  --tw-text-opacity: 1;
  color: rgb(3 84 63 / var(--tw-text-opacity, 1));
}


.hover\:text-indigo-50:hover {
  --tw-text-opacity: 1;
  color: rgb(240 245 255 / var(--tw-text-opacity, 1));
}


.hover\:text-negative-500:hover {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}


.hover\:text-negative-800:hover {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity, 1));
}


.hover\:text-negative-900:hover {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity, 1));
}


.hover\:text-primary-400:hover {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}


.hover\:text-primary-500:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}


.hover\:text-primary-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}


.hover\:text-primary-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}


.hover\:text-primary-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}


.hover\:text-primary-900:hover {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}


.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(240 82 82 / var(--tw-text-opacity, 1));
}


.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(224 36 36 / var(--tw-text-opacity, 1));
}


.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgb(200 30 30 / var(--tw-text-opacity, 1));
}


.hover\:text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgb(155 28 28 / var(--tw-text-opacity, 1));
}


.hover\:text-red-900:hover {
  --tw-text-opacity: 1;
  color: rgb(119 29 29 / var(--tw-text-opacity, 1));
}


.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}


.hover\:text-yellow-800:hover {
  --tw-text-opacity: 1;
  color: rgb(114 59 19 / var(--tw-text-opacity, 1));
}


.hover\:text-yellow-900:hover {
  --tw-text-opacity: 1;
  color: rgb(99 49 18 / var(--tw-text-opacity, 1));
}


.hover\:underline:hover {
  text-decoration-line: underline;
}


.hover\:opacity-100:hover {
  opacity: 1;
}


.hover\:shadow-lg:hover {
  --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);
}


.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}


.hover\:shadow-xl:hover {
  --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);
}


.hover\:file\:bg-primary-100::file-selector-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}


.focus\:z-10:focus {
  z-index: 10;
}


.focus\:border-\[\#22c55e\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}


.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(164 202 254 / var(--tw-border-opacity, 1));
}


.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(63 131 248 / var(--tw-border-opacity, 1));
}


.focus\:border-blue-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(28 100 242 / var(--tw-border-opacity, 1));
}


.focus\:border-gray-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}


.focus\:border-primary-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}


.focus\:border-primary-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}


.focus\:border-red-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(240 82 82 / var(--tw-border-opacity, 1));
}


.focus\:border-red-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(224 36 36 / var(--tw-border-opacity, 1));
}


.focus\:border-transparent:focus {
  border-color: transparent;
}


.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}


.focus\:bg-primary-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}


.focus\:text-blue-700:focus {
  --tw-text-opacity: 1;
  color: rgb(26 86 219 / var(--tw-text-opacity, 1));
}


.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}


.focus\:ring: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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}


.focus\:ring-0: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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}


.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-4: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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}


.focus\:ring-\[\#22c55e\]\/30:focus {
  --tw-ring-color: rgb(34 197 94 / 0.3);
}


.focus\:ring-\[\#22c55e\]\/40:focus {
  --tw-ring-color: rgb(34 197 94 / 0.4);
}


.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity, 1));
}


.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 131 248 / var(--tw-ring-opacity, 1));
}


.focus\:ring-blue-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(26 86 219 / var(--tw-ring-opacity, 1));
}


.focus\:ring-gray-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity, 1));
}


.focus\:ring-gray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
}


.focus\:ring-gray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}


.focus\:ring-gray-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 250 251 / var(--tw-ring-opacity, 1));
}


.focus\:ring-green-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(132 225 188 / var(--tw-ring-opacity, 1));
}


.focus\:ring-green-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(49 196 141 / var(--tw-ring-opacity, 1));
}


.focus\:ring-green-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 159 110 / var(--tw-ring-opacity, 1));
}


.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(104 117 245 / var(--tw-ring-opacity, 1));
}


.focus\:ring-negative-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(212 212 216 / var(--tw-ring-opacity, 1));
}


.focus\:ring-negative-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(113 113 122 / var(--tw-ring-opacity, 1));
}


.focus\:ring-primary-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity, 1));
}


.focus\:ring-primary-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity, 1));
}


.focus\:ring-primary-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}


.focus\:ring-primary-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}


.focus\:ring-primary-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}


.focus\:ring-red-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 180 180 / var(--tw-ring-opacity, 1));
}


.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 82 82 / var(--tw-ring-opacity, 1));
}


.focus\:ring-yellow-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 202 21 / var(--tw-ring-opacity, 1));
}


.focus\:ring-yellow-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(227 160 8 / var(--tw-ring-opacity, 1));
}


.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}


.active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}


.active\:text-gray-500:active {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}


.active\:text-gray-700:active {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}


.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}


.disabled\:bg-blue-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(118 169 250 / var(--tw-bg-opacity, 1));
}


.disabled\:bg-gray-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}


.disabled\:bg-green-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(49 196 141 / var(--tw-bg-opacity, 1));
}


.disabled\:text-gray-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}


.disabled\:opacity-50:disabled {
  opacity: 0.5;
}


.disabled\:opacity-60:disabled {
  opacity: 0.6;
}


@media (min-width: 640px) {

  .sm\:left-4 {
    left: 1rem;
  }

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

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

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

  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

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

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

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

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

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

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

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

  .sm\:ms-3 {
    margin-inline-start: 0.75rem;
  }

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

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

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

  .sm\:\!block {
    display: block !important;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

  .sm\:max-h-\[85vh\] {
    max-height: 85vh;
  }

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

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

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

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

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

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

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

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

  .sm\:w-auto {
    width: auto;
  }

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

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

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

  .sm\:max-w-\[75\%\] {
    max-width: 75%;
  }

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

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

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

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

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

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

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

  .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\:flex-row {
    flex-direction: row;
  }

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

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

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

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

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

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

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

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

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

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

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

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:rounded-none {
    border-radius: 0px;
  }

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

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

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

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

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

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

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

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

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

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

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

  .sm\:pl-16 {
    padding-left: 4rem;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

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

  .sm\:pt-4 {
    padding-top: 1rem;
  }

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

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

  .sm\:align-middle {
    vertical-align: middle;
  }

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

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

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

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

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}


@media (min-width: 768px) {

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

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

  .md\:right-4 {
    right: 1rem;
  }

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

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

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

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

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

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

  .md\:table-cell {
    display: table-cell;
  }

  .md\:table-header-group {
    display: table-header-group;
  }

  .md\:table-row-group {
    display: table-row-group;
  }

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

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[calc\(100\%-64px\)\] {
    height: calc(100% - 64px);
  }

  .md\:h-\[calc\(100vh-10rem\)\] {
    height: calc(100vh - 10rem);
  }

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

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

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

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

  .md\:w-1\/4 {
    width: 25%;
  }

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

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-\[35\%\] {
    width: 35%;
  }

  .md\:w-\[40\%\] {
    width: 40%;
  }

  .md\:w-\[90vw\] {
    width: 90vw;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:min-w-\[500px\] {
    min-width: 500px;
  }

  .md\:min-w-\[600px\] {
    min-width: 600px;
  }

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

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

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

  .md\:max-w-\[350px\] {
    max-width: 350px;
  }

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

  .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\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-none {
    flex: none;
  }

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

  .md\:grid-flow-col {
    grid-auto-flow: column;
  }

  .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\:flex-row {
    flex-direction: row;
  }

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

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

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

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

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

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

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

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

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:overflow-x-auto {
    overflow-x: auto;
  }

  .md\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

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

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

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

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

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

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

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .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-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

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

  .md\:pr-4 {
    padding-right: 1rem;
  }

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

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

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

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:before\:hidden::before {
    content: var(--tw-content);
    display: none;
  }
}


@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:left-32 {
    left: 8rem;
  }

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

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

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

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

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

  .lg\:ml-16 {
    margin-left: 4rem;
  }

  .lg\:ml-64 {
    margin-left: 16rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

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

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[calc\(100\%-64px\)\] {
    height: calc(100% - 64px);
  }

  .lg\:max-h-\[calc\(100\%-210px\)\] {
    max-height: calc(100% - 210px);
  }

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

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

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, 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-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

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

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

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

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

  .lg\:gap-2 {
    gap: 0.5rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

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

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

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

  .lg\:p-8 {
    padding: 2rem;
  }

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

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

  .lg\:pl-3 {
    padding-left: 0.75rem;
  }
}


@media (min-width: 1280px) {

  .xl\:mb-0 {
    margin-bottom: 0px;
  }

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

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

  .xl\:p-8 {
    padding: 2rem;
  }
}


.rtl\:rotate-180:where([dir="rtl"], [dir="rtl"] *) {
  --tw-rotate: 180deg;
  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));
}


.rtl\:flex-row-reverse:where([dir="rtl"], [dir="rtl"] *) {
  flex-direction: row-reverse;
}


.rtl\:text-right:where([dir="rtl"], [dir="rtl"] *) {
  text-align: right;
}


.peer:checked ~ .rtl\:peer-checked\:after\:-translate-x-full:where([dir="rtl"], [dir="rtl"] *)::after {
  content: var(--tw-content);
  --tw-translate-x: -100%;
  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));
}


@media (prefers-color-scheme: dark) {

  .dark\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-divide-opacity, 1));
  }

  .dark\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-divide-opacity, 1));
  }

  .dark\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgb(63 131 248 / var(--tw-border-opacity, 1));
  }

  .dark\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgb(28 100 242 / var(--tw-border-opacity, 1));
  }

  .dark\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgb(26 86 219 / var(--tw-border-opacity, 1));
  }

  .dark\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgb(30 66 159 / var(--tw-border-opacity, 1));
  }

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

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

  .dark\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  }

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

  .dark\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgb(5 122 85 / var(--tw-border-opacity, 1));
  }

  .dark\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgb(3 84 63 / var(--tw-border-opacity, 1));
  }

  .dark\:border-negative-600 {
    --tw-border-opacity: 1;
    border-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
  }

  .dark\:border-negative-700 {
    --tw-border-opacity: 1;
    border-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
  }

  .dark\:border-orange-800 {
    --tw-border-opacity: 1;
    border-color: rgb(138 44 13 / var(--tw-border-opacity, 1));
  }

  .dark\:border-primary-400 {
    --tw-border-opacity: 1;
    border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
  }

  .dark\:border-primary-500 {
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  }

  .dark\:border-primary-600 {
    --tw-border-opacity: 1;
    border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
  }

  .dark\:border-primary-700 {
    --tw-border-opacity: 1;
    border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
  }

  .dark\:border-primary-800 {
    --tw-border-opacity: 1;
    border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
  }

  .dark\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgb(224 36 36 / var(--tw-border-opacity, 1));
  }

  .dark\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgb(200 30 30 / var(--tw-border-opacity, 1));
  }

  .dark\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgb(155 28 28 / var(--tw-border-opacity, 1));
  }

  .dark\:border-transparent {
    border-color: transparent;
  }

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

  .dark\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgb(142 75 16 / var(--tw-border-opacity, 1));
  }

  .dark\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgb(114 59 19 / var(--tw-border-opacity, 1));
  }

  .dark\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(28 100 242 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(26 86 219 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(30 66 159 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(35 56 118 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-blue-900\/20 {
    background-color: rgb(35 56 118 / 0.2);
  }

  .dark\:bg-blue-900\/30 {
    background-color: rgb(35 56 118 / 0.3);
  }

  .dark\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-gray-700\/50 {
    background-color: rgb(55 65 81 / 0.5);
  }

  .dark\:bg-gray-700\/80 {
    background-color: rgb(55 65 81 / 0.8);
  }

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

  .dark\:bg-gray-800\/30 {
    background-color: rgb(31 41 55 / 0.3);
  }

  .dark\:bg-gray-800\/50 {
    background-color: rgb(31 41 55 / 0.5);
  }

  .dark\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-gray-900\/50 {
    background-color: rgb(17 24 39 / 0.5);
  }

  .dark\:bg-gray-900\/75 {
    background-color: rgb(17 24 39 / 0.75);
  }

  .dark\:bg-gray-900\/80 {
    background-color: rgb(17 24 39 / 0.8);
  }

  .dark\:bg-gray-900\/90 {
    background-color: rgb(17 24 39 / 0.9);
  }

  .dark\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(14 159 110 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(5 122 85 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(4 108 78 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(3 84 63 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(1 71 55 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-green-900\/20 {
    background-color: rgb(1 71 55 / 0.2);
  }

  .dark\:bg-green-900\/30 {
    background-color: rgb(1 71 55 / 0.3);
  }

  .dark\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(88 80 236 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(54 47 120 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-negative-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-negative-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-negative-800\/60 {
    background-color: rgb(39 39 42 / 0.6);
  }

  .dark\:bg-negative-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(180 52 3 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(119 29 29 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-orange-900\/20 {
    background-color: rgb(119 29 29 / 0.2);
  }

  .dark\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(117 26 61 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-primary-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-primary-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-primary-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-primary-900\/20 {
    background-color: rgb(127 29 29 / 0.2);
  }

  .dark\:bg-primary-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(108 43 217 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(74 29 150 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-purple-900\/30 {
    background-color: rgb(74 29 150 / 0.3);
  }

  .dark\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(251 213 213 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(224 36 36 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(200 30 30 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(155 28 28 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(119 29 29 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-red-900\/10 {
    background-color: rgb(119 29 29 / 0.1);
  }

  .dark\:bg-red-900\/20 {
    background-color: rgb(119 29 29 / 0.2);
  }

  .dark\:bg-red-900\/30 {
    background-color: rgb(119 29 29 / 0.3);
  }

  .dark\:bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(5 80 92 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(1 68 81 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 233 106 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(194 120 3 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(159 88 10 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(99 49 18 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-yellow-900\/20 {
    background-color: rgb(99 49 18 / 0.2);
  }

  .dark\:bg-yellow-900\/30 {
    background-color: rgb(99 49 18 / 0.3);
  }

  .dark\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .dark\:from-gray-900 {
    --tw-gradient-from: #111827 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .dark\:to-gray-800 {
    --tw-gradient-to: #1F2937 var(--tw-gradient-to-position);
  }

  .dark\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgb(225 239 254 / var(--tw-text-opacity, 1));
  }

  .dark\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgb(195 221 253 / var(--tw-text-opacity, 1));
  }

  .dark\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgb(164 202 254 / var(--tw-text-opacity, 1));
  }

  .dark\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgb(118 169 250 / var(--tw-text-opacity, 1));
  }

  .dark\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(63 131 248 / var(--tw-text-opacity, 1));
  }

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

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

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

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

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

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

  .dark\:text-gray-700\/30 {
    color: rgb(55 65 81 / 0.3);
  }

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

  .dark\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgb(222 247 236 / var(--tw-text-opacity, 1));
  }

  .dark\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgb(188 240 218 / var(--tw-text-opacity, 1));
  }

  .dark\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgb(132 225 188 / var(--tw-text-opacity, 1));
  }

  .dark\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgb(49 196 141 / var(--tw-text-opacity, 1));
  }

  .dark\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgb(180 198 252 / var(--tw-text-opacity, 1));
  }

  .dark\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgb(141 162 251 / var(--tw-text-opacity, 1));
  }

  .dark\:text-negative-100 {
    --tw-text-opacity: 1;
    color: rgb(244 244 245 / var(--tw-text-opacity, 1));
  }

  .dark\:text-negative-300 {
    --tw-text-opacity: 1;
    color: rgb(212 212 216 / var(--tw-text-opacity, 1));
  }

  .dark\:text-negative-400 {
    --tw-text-opacity: 1;
    color: rgb(161 161 170 / var(--tw-text-opacity, 1));
  }

  .dark\:text-orange-300 {
    --tw-text-opacity: 1;
    color: rgb(253 186 140 / var(--tw-text-opacity, 1));
  }

  .dark\:text-orange-400 {
    --tw-text-opacity: 1;
    color: rgb(255 138 76 / var(--tw-text-opacity, 1));
  }

  .dark\:text-primary-100 {
    --tw-text-opacity: 1;
    color: rgb(254 226 226 / var(--tw-text-opacity, 1));
  }

  .dark\:text-primary-200 {
    --tw-text-opacity: 1;
    color: rgb(254 202 202 / var(--tw-text-opacity, 1));
  }

  .dark\:text-primary-300 {
    --tw-text-opacity: 1;
    color: rgb(252 165 165 / var(--tw-text-opacity, 1));
  }

  .dark\:text-primary-400 {
    --tw-text-opacity: 1;
    color: rgb(248 113 113 / var(--tw-text-opacity, 1));
  }

  .dark\:text-primary-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  }

  .dark\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgb(220 215 254 / var(--tw-text-opacity, 1));
  }

  .dark\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgb(202 191 253 / var(--tw-text-opacity, 1));
  }

  .dark\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgb(172 148 250 / var(--tw-text-opacity, 1));
  }

  .dark\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgb(253 232 232 / var(--tw-text-opacity, 1));
  }

  .dark\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgb(251 213 213 / var(--tw-text-opacity, 1));
  }

  .dark\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgb(248 180 180 / var(--tw-text-opacity, 1));
  }

  .dark\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgb(249 128 128 / var(--tw-text-opacity, 1));
  }

  .dark\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(240 82 82 / var(--tw-text-opacity, 1));
  }

  .dark\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgb(119 29 29 / var(--tw-text-opacity, 1));
  }

  .dark\:text-teal-200 {
    --tw-text-opacity: 1;
    color: rgb(175 236 239 / var(--tw-text-opacity, 1));
  }

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

  .dark\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgb(253 246 178 / var(--tw-text-opacity, 1));
  }

  .dark\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgb(252 233 106 / var(--tw-text-opacity, 1));
  }

  .dark\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgb(250 202 21 / var(--tw-text-opacity, 1));
  }

  .dark\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgb(227 160 8 / var(--tw-text-opacity, 1));
  }

  .dark\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgb(99 49 18 / var(--tw-text-opacity, 1));
  }

  .dark\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(118 169 250 / var(--tw-placeholder-opacity, 1));
  }

  .dark\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(118 169 250 / var(--tw-placeholder-opacity, 1));
  }

  .dark\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
  }

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

  .dark\:placeholder-negative-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(113 113 122 / var(--tw-placeholder-opacity, 1));
  }

  .dark\:placeholder-negative-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(113 113 122 / var(--tw-placeholder-opacity, 1));
  }

  .dark\:ring-red-800\/60 {
    --tw-ring-color: rgb(155 28 28 / 0.6);
  }

  .dark\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1F2937;
  }

  .dark\:file\:bg-primary-900\/30::file-selector-button {
    background-color: rgb(127 29 29 / 0.3);
  }

  .dark\:file\:text-primary-300::file-selector-button {
    --tw-text-opacity: 1;
    color: rgb(252 165 165 / var(--tw-text-opacity, 1));
  }

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

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

  .dark\:odd\:bg-gray-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
  }

  .odd\:dark\:bg-gray-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
  }

  .dark\:even\:bg-gray-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  }

  .even\:dark\:bg-gray-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  }

  .dark\:-moz-read-only\:bg-gray-300:-moz-read-only {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
  }

  .dark\:read-only\:bg-gray-300:read-only {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
  }

  .group:hover .dark\:group-hover\:bg-gray-800\/60 {
    background-color: rgb(31 41 55 / 0.6);
  }

  .group:hover .dark\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgb(118 169 250 / var(--tw-text-opacity, 1));
  }

  .group:hover .dark\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgb(49 196 141 / var(--tw-text-opacity, 1));
  }

  .group:focus .dark\:group-focus\:ring-gray-800\/70 {
    --tw-ring-color: rgb(31 41 55 / 0.7);
  }

  .peer:checked ~ .dark\:peer-checked\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(5 122 85 / var(--tw-bg-opacity, 1));
  }

  .peer:checked ~ .dark\:peer-checked\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(4 108 78 / var(--tw-bg-opacity, 1));
  }

  .peer:checked ~ .dark\:peer-checked\:bg-primary-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
  }

  .peer:focus ~ .dark\:peer-focus\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(3 84 63 / var(--tw-ring-opacity, 1));
  }

  .peer:focus ~ .dark\:peer-focus\:ring-primary-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(153 27 27 / var(--tw-ring-opacity, 1));
  }

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

  .dark\:hover\:border-primary-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  }

  .dark\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(240 82 82 / var(--tw-border-opacity, 1));
  }

  .dark\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(26 86 219 / var(--tw-bg-opacity, 1));
  }

  .dark\:hover\:bg-blue-900\/20:hover {
    background-color: rgb(35 56 118 / 0.2);
  }

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

  .dark\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
  }

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

  .dark\:hover\:bg-gray-700\/50:hover {
    background-color: rgb(55 65 81 / 0.5);
  }

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

  .dark\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(5 122 85 / var(--tw-bg-opacity, 1));
  }

  .dark\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(4 108 78 / var(--tw-bg-opacity, 1));
  }

  .dark\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(3 84 63 / var(--tw-bg-opacity, 1));
  }

  .dark\:hover\:bg-green-900\/20:hover {
    background-color: rgb(1 71 55 / 0.2);
  }

  .dark\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(81 69 205 / var(--tw-bg-opacity, 1));
  }

  .dark\:hover\:bg-negative-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
  }

  .dark\:hover\:bg-negative-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
  }

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

  .dark\:hover\:bg-negative-900\/20:hover {
    background-color: rgb(24 24 27 / 0.2);
  }

  .dark\:hover\:bg-primary-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  }

  .dark\:hover\:bg-primary-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
  }

  .dark\:hover\:bg-primary-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
  }

  .dark\:hover\:bg-primary-900\/30:hover {
    background-color: rgb(127 29 29 / 0.3);
  }

  .dark\:hover\:bg-purple-900\/50:hover {
    background-color: rgb(74 29 150 / 0.5);
  }

  .dark\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(224 36 36 / var(--tw-bg-opacity, 1));
  }

  .dark\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(200 30 30 / var(--tw-bg-opacity, 1));
  }

  .dark\:hover\:bg-red-900\/20:hover {
    background-color: rgb(119 29 29 / 0.2);
  }

  .dark\:hover\:bg-red-900\/30:hover {
    background-color: rgb(119 29 29 / 0.3);
  }

  .dark\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(142 75 16 / var(--tw-bg-opacity, 1));
  }

  .dark\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgb(225 239 254 / var(--tw-text-opacity, 1));
  }

  .dark\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgb(195 221 253 / var(--tw-text-opacity, 1));
  }

  .dark\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgb(164 202 254 / var(--tw-text-opacity, 1));
  }

  .dark\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgb(63 131 248 / var(--tw-text-opacity, 1));
  }

  .dark\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
  }

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

  .dark\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgb(132 225 188 / var(--tw-text-opacity, 1));
  }

  .dark\:hover\:text-negative-300:hover {
    --tw-text-opacity: 1;
    color: rgb(212 212 216 / var(--tw-text-opacity, 1));
  }

  .dark\:hover\:text-primary-200:hover {
    --tw-text-opacity: 1;
    color: rgb(254 202 202 / var(--tw-text-opacity, 1));
  }

  .dark\:hover\:text-primary-300:hover {
    --tw-text-opacity: 1;
    color: rgb(252 165 165 / var(--tw-text-opacity, 1));
  }

  .dark\:hover\:text-primary-400:hover {
    --tw-text-opacity: 1;
    color: rgb(248 113 113 / var(--tw-text-opacity, 1));
  }

  .dark\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgb(253 232 232 / var(--tw-text-opacity, 1));
  }

  .dark\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgb(248 180 180 / var(--tw-text-opacity, 1));
  }

  .dark\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgb(240 82 82 / var(--tw-text-opacity, 1));
  }

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

  .dark\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgb(253 246 178 / var(--tw-text-opacity, 1));
  }

  .dark\:hover\:file\:bg-primary-900\/50::file-selector-button:hover {
    background-color: rgb(127 29 29 / 0.5);
  }

  .dark\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(63 131 248 / var(--tw-border-opacity, 1));
  }

  .dark\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgb(26 86 219 / var(--tw-border-opacity, 1));
  }

  .dark\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgb(30 66 159 / var(--tw-border-opacity, 1));
  }

  .dark\:focus\:border-primary-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  }

  .dark\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  }

  .dark\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(63 131 248 / var(--tw-ring-opacity, 1));
  }

  .dark\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1));
  }

  .dark\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity, 1));
  }

  .dark\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity, 1));
  }

  .dark\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(5 122 85 / var(--tw-ring-opacity, 1));
  }

  .dark\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(3 84 63 / var(--tw-ring-opacity, 1));
  }

  .dark\:focus\:ring-negative-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(39 39 42 / var(--tw-ring-opacity, 1));
  }

  .dark\:focus\:ring-negative-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(24 24 27 / var(--tw-ring-opacity, 1));
  }

  .dark\:focus\:ring-primary-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
  }

  .dark\:focus\:ring-primary-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
  }

  .dark\:focus\:ring-primary-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
  }

  .dark\:focus\:ring-primary-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
  }

  .dark\:focus\:ring-primary-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(153 27 27 / var(--tw-ring-opacity, 1));
  }

  .dark\:focus\:ring-primary-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(127 29 29 / var(--tw-ring-opacity, 1));
  }

  .dark\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(224 36 36 / var(--tw-ring-opacity, 1));
  }

  .dark\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(155 28 28 / var(--tw-ring-opacity, 1));
  }

  .dark\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(114 59 19 / var(--tw-ring-opacity, 1));
  }

  .dark\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1F2937;
  }

  .dark\:active\:bg-gray-700:active {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  }

  .dark\:active\:text-gray-300:active {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  }
}


@media (min-width: 640px) {

  @media (prefers-color-scheme: dark) {

    .sm\:dark\:border-0 {
      border-width: 0px;
    }

    .sm\:dark\:bg-transparent {
      background-color: transparent;
    }
  }
}


@media print {

  .print\:hidden {
    display: none;
  }
}


.\[\&\:\:-webkit-scrollbar-thumb\]\:rounded-full::-webkit-scrollbar-thumb {
  border-radius: 9999px;
}


.\[\&\:\:-webkit-scrollbar-thumb\]\:bg-gray-300::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}


.\[\&\:\:-webkit-scrollbar-track\]\:rounded-full::-webkit-scrollbar-track {
  border-radius: 9999px;
}


.\[\&\:\:-webkit-scrollbar-track\]\:bg-gray-100::-webkit-scrollbar-track {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}


.\[\&\:\:-webkit-scrollbar\]\:w-2::-webkit-scrollbar {
  width: 0.5rem;
}


.\[\&\>svg\.chev\]\:-rotate-180>svg.chev {
  --tw-rotate: -180deg;
  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));
}


.peer\/afternoonheader:checked ~ .peer-checked\/afternoonheader\:\[\&\>svg\.chev\]\:rotate-0>svg.chev {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}


.peer\/eveningheader:checked ~ .peer-checked\/eveningheader\:\[\&\>svg\.chev\]\:rotate-0>svg.chev {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}


.peer\/morningheader:checked ~ .peer-checked\/morningheader\:\[\&\>svg\.chev\]\:rotate-0>svg.chev {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

