@font-face {
  font-family: 'FS Me Pro';

  src: url('../fonts/FSMePro-Heavy.woff2') format('woff2'),
        url('../fonts/FSMePro-Heavy.woff') format('woff');

  font-weight: 900;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'FS Me Pro';

  src: url('../fonts/FSMePro-Bold.woff2') format('woff2'),
        url('../fonts/FSMePro-Bold.woff') format('woff');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'FS Me';

  src: url('../fonts/FSMe-Italic.woff2') format('woff2'),
        url('../fonts/FSMe-Italic.woff') format('woff');

  font-weight: normal;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'FS Me';

  src: url('../fonts/FSMe-Bold.woff2') format('woff2'),
        url('../fonts/FSMe-Bold.woff') format('woff');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'FS Me Pro';

  src: url('../fonts/FSMePro.woff2') format('woff2'),
        url('../fonts/FSMePro.woff') format('woff');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'FS Me Pro';

  src: url('../fonts/FSMePro-Italic.woff2') format('woff2'),
        url('../fonts/FSMePro-Italic.woff') format('woff');

  font-weight: normal;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'FS Me';

  src: url('../fonts/FSMe-Light.woff2') format('woff2'),
        url('../fonts/FSMe-Light.woff') format('woff');

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'FS Me';

  src: url('../fonts/FSMe.woff2') format('woff2'),
        url('../fonts/FSMe.woff') format('woff');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

:root {
  font-size: 16px;
  --h-header: 5.5rem;
}

@media (max-width: 768px) {
  :root {
    --h-header: 4.5rem;
  }
}

[x-cloak] {
  display: none !important;
}

.text-middle {
  text-anchor: middle;
}

/* close button for info windows */

[role='dialog'] button span {
  width: 25px !important;
  height: 25px !important;
  margin: 0 !important;
}

[role='dialog'] button {
  top: 0 !important;
  right: 0 !important;
}

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

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

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

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

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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: FS Me, Helvetica, Arial, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #83868d;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

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

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.button-white {
  display: flex;
  min-height: 50px;
  min-width: 145px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  white-space: normal;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-decoration-line: none !important;
  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;
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / var(--tw-text-opacity));
  border-color: white;
}

.button-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(175 18 109 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(175 18 109 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button-grey {
  display: flex;
  min-height: 50px;
  min-width: 145px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  white-space: normal;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 230 232 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(229 230 232 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-decoration-line: none !important;
  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;
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / var(--tw-text-opacity));
}

.button-grey:hover {
  --tw-border-opacity: 1;
  border-color: rgb(131 134 141 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(131 134 141 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button-outline {
  display: flex;
  min-height: 50px;
  min-width: 145px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  white-space: normal;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none !important;
  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;
}

.button-outline:hover {
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / var(--tw-text-opacity));
}

.button-outline {
  border-color: white;
}

.button-outline:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / var(--tw-text-opacity));
}

.button-outline-primary {
  display: flex;
  min-height: 50px;
  min-width: 145px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  white-space: normal;
  border-radius: 9999px;
  border-width: 2px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-decoration-line: none !important;
  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;
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(175 18 109 / var(--tw-border-opacity));
}

.button-outline-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(175 18 109 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.button-outline-black {
  display: flex;
  min-height: 50px;
  min-width: 145px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  white-space: normal;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none !important;
  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;
}

.button-outline-black:hover {
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / var(--tw-text-opacity));
}

.button-outline-black {
  border-color: black;
}

.button-outline-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / var(--tw-text-opacity));
}

.button-primary {
  display: flex;
  min-height: 50px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 145px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  white-space: normal;
  border-radius: 9999px;
  border-width: 2px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
  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;
  --tw-bg-opacity: 1;
  background-color: rgb(175 18 109 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(175 18 109 / var(--tw-border-opacity));
}

.button-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(136 19 87 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 87 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button-search {
  display: flex;
  min-height: 50px;
  min-width: 145px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  white-space: normal;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 230 232 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(229 230 232 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  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;
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / var(--tw-text-opacity));
}

.button-search:hover {
  --tw-border-opacity: 1;
  border-color: rgb(136 19 87 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 87 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button-filter {
  display: flex;
  min-height: 50px;
  min-width: 145px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  white-space: normal;
  border-radius: 9999px;
  border-width: 2px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  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;
  --tw-text-opacity: 1;
  color: rgb(108 72 145 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(108 72 145 / var(--tw-border-opacity));
}

.button-filter:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(173 176 179 / var(--tw-bg-opacity));
}

.swiper-button {
  display: flex;
  height: 50px;
  min-height: 50px;
  width: 50px;
  min-width: 50px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  border-color: currentColor;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / var(--tw-text-opacity));
}

.swiper-button:hover {
  --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));
}

.swiper-button[aria-disabled='true'] {
  pointer-events: none;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.swiper-button.timeline {
  display: flex;
  height: 50px;
  min-height: 50px;
  width: 50px;
  min-width: 50px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-style: none;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(175 18 109 / var(--tw-bg-opacity));
}

.swiper-button.timeline:hover {
  --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));
}

.swiper-button.timeline[aria-disabled='true'] {
  pointer-events: none;
  border-style: none;
  opacity: 0;
}

.h1,
    .styled-content h1 {
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.h2,
    .styled-content h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.h3,
    .styled-content h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 768px) {
  .h3,
    .styled-content h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.p,
    .styled-content p {
  margin-bottom: 1rem;
  margin-top: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.styled-content a {
  text-decoration-line: underline;
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / var(--tw-text-opacity));
}

.styled-content a:hover {
  --tw-text-opacity: 1;
  color: rgb(136 19 87 / var(--tw-text-opacity));
}

.styled-content .list-format {
  position: relative;
  width: 100%;
  justify-content: space-between;
  row-gap: 1.25rem;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.styled-content .list-format > :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));
}

@media (min-width: 768px) {
  .styled-content .list-format {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .styled-content .list-format > :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));
  }

  .styled-content .list-format {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1536px) {
  .styled-content .list-format {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.styled-content .list-format-vertical {
  position: relative;
  width: 100%;
  justify-content: space-between;
  row-gap: 1.25rem;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.styled-content .list-format-vertical > :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));
}

@media (min-width: 768px) {
  .styled-content .list-format-vertical {
    display: grid;
  }

  .styled-content .list-format-vertical > :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));
  }

  .styled-content .list-format-vertical {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.styled-content li,
    .styled-content li {
  position: relative;
  padding-left: 2rem;
}

.styled-content li::after,
    .styled-content li::after {
  position: absolute;
  left: 0px;
  top: -6px;
  --tw-content: url(../img/icons/list-icon.svg);
  content: var(--tw-content);
}

.styled-content .purple-bullet-icon li::after,
    .styled-content .purple-bullet-icon li::after {
  --tw-content: url(../img/icons/list-icon-purple.svg) !important;
  content: var(--tw-content) !important;
}

.styled-content .pink-bullet-icon li::after,
    .styled-content .pink-bullet-icon li::after {
  --tw-content: url(../img/icons/list-icon-pink.svg) !important;
  content: var(--tw-content) !important;
}

.styled-content .teal-bullet-icon li::after,
    .styled-content .teal-bullet-icon li::after {
  --tw-content: url(../img/icons/list-icon-teal.svg) !important;
  content: var(--tw-content) !important;
}

.styled-content .green-bullet-icon li::after,
    .styled-content .green-bullet-icon li::after {
  --tw-content: url(../img/icons/list-icon-green.svg) !important;
  content: var(--tw-content) !important;
}

.styled-content .red-bullet-icon li::after,
    .styled-content .red-bullet-icon li::after {
  --tw-content: url(../img/icons/list-icon-red.svg) !important;
  content: var(--tw-content) !important;
}

.styled-content .orange-bullet-icon li::after,
    .styled-content .orange-bullet-icon li::after {
  --tw-content: url(../img/icons/list-icon-orange.svg) !important;
  content: var(--tw-content) !important;
}

.styled-content .yellow-bullet-icon li::after,
    .styled-content .yellow-bullet-icon li::after {
  --tw-content: url(../img/icons/list-icon-yellow.svg) !important;
  content: var(--tw-content) !important;
}

.styled-content .grey-bullet-icon li::after,
    .styled-content .grey-bullet-icon li::after {
  --tw-content: url(../img/icons/list-icon-grey.svg) !important;
  content: var(--tw-content) !important;
}

.styled-content .blue-bullet-icon li::after,
    .styled-content .blue-bullet-icon li::after {
  --tw-content: url(../img/icons/list-icon-blue.svg) !important;
  content: var(--tw-content) !important;
}

.styled-content .navy-bullet-icon li::after,
    .styled-content .navy-bullet-icon li::after,
    .styled-content .Navy-bullet-icon li::after,
    .styled-content .Navy-bullet-icon li::after {
  --tw-content: url(../img/icons/list-icon-navy.svg) !important;
  content: var(--tw-content) !important;
}

.styled-content .brown-bullet-icon li::after,
    .styled-content .brown-bullet-icon li::after {
  --tw-content: url(../img/icons/list-icon-brown.svg) !important;
  content: var(--tw-content) !important;
}

.absolute-center {
  position: absolute;
  left: 50%;
  top: 50%;
  --tw-translate-y: -50%;
  --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));
}

.underline-anim {
  position: relative;
}

.underline-anim::after {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 3px;
  width: 0%;
  background-color: currentColor;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  --tw-content: '';
  content: var(--tw-content);
}

.underline-anim:hover::after {
  left: 0px;
  right: unset;
  content: var(--tw-content);
  width: 100%;
}

.ymca-pagination {
  padding-bottom: 1.25rem;
}

.ymca-pagination .page-numbers {
  position: relative;
}

.ymca-pagination .page-numbers::after {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 3px;
  width: 0%;
  background-color: currentColor;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  --tw-content: '';
  content: var(--tw-content);
}

.ymca-pagination .page-numbers:hover::after {
  left: 0px;
  right: unset;
  content: var(--tw-content);
  width: 100%;
}

.ymca-pagination .current {
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / var(--tw-text-opacity));
}

.ymca-pagination .current::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  height: 3px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(175 18 109 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

.ymca-pagination .nav-links {
  display: flex;
  width: -moz-min-content;
  width: min-content;
  justify-content: center;
  gap: 1.25rem;
}

.ymca-pagination .page-numbers {
  padding: 0.5rem;
}

.ymca-pagination .page-numbers:hover {
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / var(--tw-text-opacity));
}

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

.content-margin {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
}

blockquote {
  position: relative;
  border-left-width: 0px !important;
  padding-left: 0px !important;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600 !important;
  font-style: italic;
  --tw-text-opacity: 1 !important;
  color: rgb(59 60 62 / var(--tw-text-opacity)) !important;
}

blockquote cite {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(175 18 109 / var(--tw-text-opacity)) !important;
}

blockquote p {
  margin-bottom: 0px !important;
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

blockquote:before {
  position: absolute;
  top: -30px;
  left: -30px;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
  --tw-content: '"';
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / var(--tw-text-opacity));
}

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

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.\!absolute {
  position: absolute !important;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.-bottom-\[10px\] {
  bottom: -10px;
}

.-bottom-\[41px\] {
  bottom: -41px;
}

.-left-14 {
  left: -3.5rem;
}

.-right-\[15\%\] {
  right: -15%;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-\[100\%\] {
  bottom: 100%;
}

.bottom-\[2rem\] {
  bottom: 2rem;
}

.bottom-\[30px\] {
  bottom: 30px;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

.left-10 {
  left: 2.5rem;
}

.left-12 {
  left: 3rem;
}

.left-5 {
  left: 1.25rem;
}

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

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

.left-\[7px\] {
  left: 7px;
}

.left-full {
  left: 100%;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-10 {
  right: 2.5rem;
}

.right-2 {
  right: 0.5rem;
}

.right-5 {
  right: 1.25rem;
}

.right-\[-20px\] {
  right: -20px;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-10 {
  top: 2.5rem;
}

.top-12 {
  top: 3rem;
}

.top-2 {
  top: 0.5rem;
}

.top-24 {
  top: 6rem;
}

.top-5 {
  top: 1.25rem;
}

.top-7 {
  top: 1.75rem;
}

.top-\[-5px\] {
  top: -5px;
}

.top-\[100px\] {
  top: 100px;
}

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

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

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

.-z-\[1\] {
  z-index: -1;
}

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

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

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

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

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

.z-\[10\] {
  z-index: 10;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[40\] {
  z-index: 40;
}

.z-\[51\] {
  z-index: 51;
}

.z-\[5\] {
  z-index: 5;
}

.z-\[9\] {
  z-index: 9;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

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

.m-0 {
  margin: 0px;
}

.m-10 {
  margin: 2.5rem;
}

.m-5 {
  margin: 1.25rem;
}

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

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

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

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

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

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

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

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

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

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

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

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

.mb-20 {
  margin-bottom: 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;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

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

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

.mt-14 {
  margin-top: 3.5rem;
}

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

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

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

.mt-3 {
  margin-top: 0.75rem;
}

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

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

.mt-9 {
  margin-top: 2.25rem;
}

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

.line-clamp-none {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[0\.7\] {
  aspect-ratio: 0.7;
}

.aspect-\[0\.8\] {
  aspect-ratio: 0.8;
}

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

.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}

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

.aspect-video {
  aspect-ratio: 16 / 9;
}

.\!h-\[unset\] {
  height: unset !important;
}

.h-0 {
  height: 0px;
}

.h-1 {
  height: 0.25rem;
}

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

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

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

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-5 {
  height: 1.25rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

.h-\[3\.5rem\] {
  height: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

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

.h-full {
  height: 100%;
}

.h-header {
  height: var(--h-header);
}

.h-screen {
  height: 100vh;
}

.h-section-svh {
  height: calc(100svh - var(--h-header));
}

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

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

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

.max-h-\[2lh\] {
  max-height: 2lh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.min-h-section {
  min-height: calc(100vh - var(--h-header));
}

.\!w-auto {
  width: auto !important;
}

.\!w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.w-0 {
  width: 0px;
}

.w-10 {
  width: 2.5rem;
}

.w-10\/12 {
  width: 83.333333%;
}

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

.w-20 {
  width: 5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-44 {
  width: 11rem;
}

.w-5 {
  width: 1.25rem;
}

.w-80 {
  width: 20rem;
}

.w-\[100px\] {
  width: 100px;
}

.w-\[114px\] {
  width: 114px;
}

.w-\[120px\] {
  width: 120px;
}

.w-\[145px\] {
  width: 145px;
}

.w-\[16px\] {
  width: 16px;
}

.w-\[18px\] {
  width: 18px;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[22px\] {
  width: 22px;
}

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

.w-\[50px\] {
  width: 50px;
}

.w-\[60px\] {
  width: 60px;
}

.w-\[8px\] {
  width: 8px;
}

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

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.\!min-w-fit {
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
}

.\!min-w-min {
  min-width: -moz-min-content !important;
  min-width: min-content !important;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-\[100\%\] {
  min-width: 100%;
}

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

.min-w-\[23\%\] {
  min-width: 23%;
}

.min-w-\[32\%\] {
  min-width: 32%;
}

.min-w-\[48\%\] {
  min-width: 48%;
}

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

.min-w-\[calc\(100\%\+112px\)\] {
  min-width: calc(100% + 112px);
}

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

.min-w-min {
  min-width: -moz-min-content;
  min-width: min-content;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-column {
  max-width: 470px;
}

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

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

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

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

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

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

.max-w-video {
  max-width: 922px;
}

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

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

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

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-translate-x-\[30\%\] {
  --tw-translate-x: -30%;
  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-\[50\%\] {
  --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-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-\[50\%\] {
  --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-x-\[-50\%\] {
  --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-6 {
  --tw-translate-y: 1.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-\[-50\%\] {
  --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-\[225px\] {
  --tw-translate-y: 225px;
  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-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));
}

.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.cursor-auto {
  cursor: auto;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

.grid-cols-\[max-content_1fr\] {
  grid-template-columns: max-content 1fr;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-36 {
  gap: 9rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-9 {
  gap: 2.25rem;
}

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

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

.gap-y-5 {
  row-gap: 1.25rem;
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * 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-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-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)));
}

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

.overflow-x-hidden {
  overflow-x: hidden;
}

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

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

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

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

.whitespace-pre-line {
  white-space: pre-line;
}

.break-words {
  overflow-wrap: break-word;
}

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

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

.rounded-\[40px\] {
  border-radius: 40px;
}

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

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

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

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

.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.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-y-\[40px\] {
  border-top-width: 40px;
  border-bottom-width: 40px;
}

.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-l-\[20px\] {
  border-left-width: 20px;
}

.border-l-\[50px\] {
  border-left-width: 50px;
}

.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 !important;
}

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

.border-\[var\(--service-color\)\] {
  border-color: var(--service-color);
}

.border-aqua {
  --tw-border-opacity: 1;
  border-color: rgb(129 195 175 / var(--tw-border-opacity));
}

.border-aqua-100 {
  --tw-border-opacity: 1;
  border-color: rgb(240 248 245 / var(--tw-border-opacity));
}

.border-aqua-100\/0 {
  border-color: rgb(240 248 245 / 0);
}

.border-aqua-100\/10 {
  border-color: rgb(240 248 245 / 0.1);
}

.border-aqua-100\/100 {
  border-color: rgb(240 248 245 / 1);
}

.border-aqua-100\/20 {
  border-color: rgb(240 248 245 / 0.2);
}

.border-aqua-100\/25 {
  border-color: rgb(240 248 245 / 0.25);
}

.border-aqua-100\/30 {
  border-color: rgb(240 248 245 / 0.3);
}

.border-aqua-100\/40 {
  border-color: rgb(240 248 245 / 0.4);
}

.border-aqua-100\/5 {
  border-color: rgb(240 248 245 / 0.05);
}

.border-aqua-100\/50 {
  border-color: rgb(240 248 245 / 0.5);
}

.border-aqua-100\/60 {
  border-color: rgb(240 248 245 / 0.6);
}

.border-aqua-100\/70 {
  border-color: rgb(240 248 245 / 0.7);
}

.border-aqua-100\/75 {
  border-color: rgb(240 248 245 / 0.75);
}

.border-aqua-100\/80 {
  border-color: rgb(240 248 245 / 0.8);
}

.border-aqua-100\/90 {
  border-color: rgb(240 248 245 / 0.9);
}

.border-aqua-100\/95 {
  border-color: rgb(240 248 245 / 0.95);
}

.border-aqua-200 {
  --tw-border-opacity: 1;
  border-color: rgb(212 234 228 / var(--tw-border-opacity));
}

.border-aqua-200\/0 {
  border-color: rgb(212 234 228 / 0);
}

.border-aqua-200\/10 {
  border-color: rgb(212 234 228 / 0.1);
}

.border-aqua-200\/100 {
  border-color: rgb(212 234 228 / 1);
}

.border-aqua-200\/20 {
  border-color: rgb(212 234 228 / 0.2);
}

.border-aqua-200\/25 {
  border-color: rgb(212 234 228 / 0.25);
}

.border-aqua-200\/30 {
  border-color: rgb(212 234 228 / 0.3);
}

.border-aqua-200\/40 {
  border-color: rgb(212 234 228 / 0.4);
}

.border-aqua-200\/5 {
  border-color: rgb(212 234 228 / 0.05);
}

.border-aqua-200\/50 {
  border-color: rgb(212 234 228 / 0.5);
}

.border-aqua-200\/60 {
  border-color: rgb(212 234 228 / 0.6);
}

.border-aqua-200\/70 {
  border-color: rgb(212 234 228 / 0.7);
}

.border-aqua-200\/75 {
  border-color: rgb(212 234 228 / 0.75);
}

.border-aqua-200\/80 {
  border-color: rgb(212 234 228 / 0.8);
}

.border-aqua-200\/90 {
  border-color: rgb(212 234 228 / 0.9);
}

.border-aqua-200\/95 {
  border-color: rgb(212 234 228 / 0.95);
}

.border-aqua-300 {
  --tw-border-opacity: 1;
  border-color: rgb(184 221 210 / var(--tw-border-opacity));
}

.border-aqua-300\/0 {
  border-color: rgb(184 221 210 / 0);
}

.border-aqua-300\/10 {
  border-color: rgb(184 221 210 / 0.1);
}

.border-aqua-300\/100 {
  border-color: rgb(184 221 210 / 1);
}

.border-aqua-300\/20 {
  border-color: rgb(184 221 210 / 0.2);
}

.border-aqua-300\/25 {
  border-color: rgb(184 221 210 / 0.25);
}

.border-aqua-300\/30 {
  border-color: rgb(184 221 210 / 0.3);
}

.border-aqua-300\/40 {
  border-color: rgb(184 221 210 / 0.4);
}

.border-aqua-300\/5 {
  border-color: rgb(184 221 210 / 0.05);
}

.border-aqua-300\/50 {
  border-color: rgb(184 221 210 / 0.5);
}

.border-aqua-300\/60 {
  border-color: rgb(184 221 210 / 0.6);
}

.border-aqua-300\/70 {
  border-color: rgb(184 221 210 / 0.7);
}

.border-aqua-300\/75 {
  border-color: rgb(184 221 210 / 0.75);
}

.border-aqua-300\/80 {
  border-color: rgb(184 221 210 / 0.8);
}

.border-aqua-300\/90 {
  border-color: rgb(184 221 210 / 0.9);
}

.border-aqua-300\/95 {
  border-color: rgb(184 221 210 / 0.95);
}

.border-aqua-400 {
  --tw-border-opacity: 1;
  border-color: rgb(157 208 193 / var(--tw-border-opacity));
}

.border-aqua-400\/0 {
  border-color: rgb(157 208 193 / 0);
}

.border-aqua-400\/10 {
  border-color: rgb(157 208 193 / 0.1);
}

.border-aqua-400\/100 {
  border-color: rgb(157 208 193 / 1);
}

.border-aqua-400\/20 {
  border-color: rgb(157 208 193 / 0.2);
}

.border-aqua-400\/25 {
  border-color: rgb(157 208 193 / 0.25);
}

.border-aqua-400\/30 {
  border-color: rgb(157 208 193 / 0.3);
}

.border-aqua-400\/40 {
  border-color: rgb(157 208 193 / 0.4);
}

.border-aqua-400\/5 {
  border-color: rgb(157 208 193 / 0.05);
}

.border-aqua-400\/50 {
  border-color: rgb(157 208 193 / 0.5);
}

.border-aqua-400\/60 {
  border-color: rgb(157 208 193 / 0.6);
}

.border-aqua-400\/70 {
  border-color: rgb(157 208 193 / 0.7);
}

.border-aqua-400\/75 {
  border-color: rgb(157 208 193 / 0.75);
}

.border-aqua-400\/80 {
  border-color: rgb(157 208 193 / 0.8);
}

.border-aqua-400\/90 {
  border-color: rgb(157 208 193 / 0.9);
}

.border-aqua-400\/95 {
  border-color: rgb(157 208 193 / 0.95);
}

.border-aqua-50 {
  --tw-border-opacity: 1;
  border-color: rgb(253 254 254 / var(--tw-border-opacity));
}

.border-aqua-50\/0 {
  border-color: rgb(253 254 254 / 0);
}

.border-aqua-50\/10 {
  border-color: rgb(253 254 254 / 0.1);
}

.border-aqua-50\/100 {
  border-color: rgb(253 254 254 / 1);
}

.border-aqua-50\/20 {
  border-color: rgb(253 254 254 / 0.2);
}

.border-aqua-50\/25 {
  border-color: rgb(253 254 254 / 0.25);
}

.border-aqua-50\/30 {
  border-color: rgb(253 254 254 / 0.3);
}

.border-aqua-50\/40 {
  border-color: rgb(253 254 254 / 0.4);
}

.border-aqua-50\/5 {
  border-color: rgb(253 254 254 / 0.05);
}

.border-aqua-50\/50 {
  border-color: rgb(253 254 254 / 0.5);
}

.border-aqua-50\/60 {
  border-color: rgb(253 254 254 / 0.6);
}

.border-aqua-50\/70 {
  border-color: rgb(253 254 254 / 0.7);
}

.border-aqua-50\/75 {
  border-color: rgb(253 254 254 / 0.75);
}

.border-aqua-50\/80 {
  border-color: rgb(253 254 254 / 0.8);
}

.border-aqua-50\/90 {
  border-color: rgb(253 254 254 / 0.9);
}

.border-aqua-50\/95 {
  border-color: rgb(253 254 254 / 0.95);
}

.border-aqua-500 {
  --tw-border-opacity: 1;
  border-color: rgb(129 195 175 / var(--tw-border-opacity));
}

.border-aqua-500\/0 {
  border-color: rgb(129 195 175 / 0);
}

.border-aqua-500\/10 {
  border-color: rgb(129 195 175 / 0.1);
}

.border-aqua-500\/100 {
  border-color: rgb(129 195 175 / 1);
}

.border-aqua-500\/20 {
  border-color: rgb(129 195 175 / 0.2);
}

.border-aqua-500\/25 {
  border-color: rgb(129 195 175 / 0.25);
}

.border-aqua-500\/30 {
  border-color: rgb(129 195 175 / 0.3);
}

.border-aqua-500\/40 {
  border-color: rgb(129 195 175 / 0.4);
}

.border-aqua-500\/5 {
  border-color: rgb(129 195 175 / 0.05);
}

.border-aqua-500\/50 {
  border-color: rgb(129 195 175 / 0.5);
}

.border-aqua-500\/60 {
  border-color: rgb(129 195 175 / 0.6);
}

.border-aqua-500\/70 {
  border-color: rgb(129 195 175 / 0.7);
}

.border-aqua-500\/75 {
  border-color: rgb(129 195 175 / 0.75);
}

.border-aqua-500\/80 {
  border-color: rgb(129 195 175 / 0.8);
}

.border-aqua-500\/90 {
  border-color: rgb(129 195 175 / 0.9);
}

.border-aqua-500\/95 {
  border-color: rgb(129 195 175 / 0.95);
}

.border-aqua-600 {
  --tw-border-opacity: 1;
  border-color: rgb(91 177 151 / var(--tw-border-opacity));
}

.border-aqua-600\/0 {
  border-color: rgb(91 177 151 / 0);
}

.border-aqua-600\/10 {
  border-color: rgb(91 177 151 / 0.1);
}

.border-aqua-600\/100 {
  border-color: rgb(91 177 151 / 1);
}

.border-aqua-600\/20 {
  border-color: rgb(91 177 151 / 0.2);
}

.border-aqua-600\/25 {
  border-color: rgb(91 177 151 / 0.25);
}

.border-aqua-600\/30 {
  border-color: rgb(91 177 151 / 0.3);
}

.border-aqua-600\/40 {
  border-color: rgb(91 177 151 / 0.4);
}

.border-aqua-600\/5 {
  border-color: rgb(91 177 151 / 0.05);
}

.border-aqua-600\/50 {
  border-color: rgb(91 177 151 / 0.5);
}

.border-aqua-600\/60 {
  border-color: rgb(91 177 151 / 0.6);
}

.border-aqua-600\/70 {
  border-color: rgb(91 177 151 / 0.7);
}

.border-aqua-600\/75 {
  border-color: rgb(91 177 151 / 0.75);
}

.border-aqua-600\/80 {
  border-color: rgb(91 177 151 / 0.8);
}

.border-aqua-600\/90 {
  border-color: rgb(91 177 151 / 0.9);
}

.border-aqua-600\/95 {
  border-color: rgb(91 177 151 / 0.95);
}

.border-aqua-700 {
  --tw-border-opacity: 1;
  border-color: rgb(68 143 121 / var(--tw-border-opacity));
}

.border-aqua-700\/0 {
  border-color: rgb(68 143 121 / 0);
}

.border-aqua-700\/10 {
  border-color: rgb(68 143 121 / 0.1);
}

.border-aqua-700\/100 {
  border-color: rgb(68 143 121 / 1);
}

.border-aqua-700\/20 {
  border-color: rgb(68 143 121 / 0.2);
}

.border-aqua-700\/25 {
  border-color: rgb(68 143 121 / 0.25);
}

.border-aqua-700\/30 {
  border-color: rgb(68 143 121 / 0.3);
}

.border-aqua-700\/40 {
  border-color: rgb(68 143 121 / 0.4);
}

.border-aqua-700\/5 {
  border-color: rgb(68 143 121 / 0.05);
}

.border-aqua-700\/50 {
  border-color: rgb(68 143 121 / 0.5);
}

.border-aqua-700\/60 {
  border-color: rgb(68 143 121 / 0.6);
}

.border-aqua-700\/70 {
  border-color: rgb(68 143 121 / 0.7);
}

.border-aqua-700\/75 {
  border-color: rgb(68 143 121 / 0.75);
}

.border-aqua-700\/80 {
  border-color: rgb(68 143 121 / 0.8);
}

.border-aqua-700\/90 {
  border-color: rgb(68 143 121 / 0.9);
}

.border-aqua-700\/95 {
  border-color: rgb(68 143 121 / 0.95);
}

.border-aqua-800 {
  --tw-border-opacity: 1;
  border-color: rgb(50 105 89 / var(--tw-border-opacity));
}

.border-aqua-800\/0 {
  border-color: rgb(50 105 89 / 0);
}

.border-aqua-800\/10 {
  border-color: rgb(50 105 89 / 0.1);
}

.border-aqua-800\/100 {
  border-color: rgb(50 105 89 / 1);
}

.border-aqua-800\/20 {
  border-color: rgb(50 105 89 / 0.2);
}

.border-aqua-800\/25 {
  border-color: rgb(50 105 89 / 0.25);
}

.border-aqua-800\/30 {
  border-color: rgb(50 105 89 / 0.3);
}

.border-aqua-800\/40 {
  border-color: rgb(50 105 89 / 0.4);
}

.border-aqua-800\/5 {
  border-color: rgb(50 105 89 / 0.05);
}

.border-aqua-800\/50 {
  border-color: rgb(50 105 89 / 0.5);
}

.border-aqua-800\/60 {
  border-color: rgb(50 105 89 / 0.6);
}

.border-aqua-800\/70 {
  border-color: rgb(50 105 89 / 0.7);
}

.border-aqua-800\/75 {
  border-color: rgb(50 105 89 / 0.75);
}

.border-aqua-800\/80 {
  border-color: rgb(50 105 89 / 0.8);
}

.border-aqua-800\/90 {
  border-color: rgb(50 105 89 / 0.9);
}

.border-aqua-800\/95 {
  border-color: rgb(50 105 89 / 0.95);
}

.border-aqua-900 {
  --tw-border-opacity: 1;
  border-color: rgb(32 67 57 / var(--tw-border-opacity));
}

.border-aqua-900\/0 {
  border-color: rgb(32 67 57 / 0);
}

.border-aqua-900\/10 {
  border-color: rgb(32 67 57 / 0.1);
}

.border-aqua-900\/100 {
  border-color: rgb(32 67 57 / 1);
}

.border-aqua-900\/20 {
  border-color: rgb(32 67 57 / 0.2);
}

.border-aqua-900\/25 {
  border-color: rgb(32 67 57 / 0.25);
}

.border-aqua-900\/30 {
  border-color: rgb(32 67 57 / 0.3);
}

.border-aqua-900\/40 {
  border-color: rgb(32 67 57 / 0.4);
}

.border-aqua-900\/5 {
  border-color: rgb(32 67 57 / 0.05);
}

.border-aqua-900\/50 {
  border-color: rgb(32 67 57 / 0.5);
}

.border-aqua-900\/60 {
  border-color: rgb(32 67 57 / 0.6);
}

.border-aqua-900\/70 {
  border-color: rgb(32 67 57 / 0.7);
}

.border-aqua-900\/75 {
  border-color: rgb(32 67 57 / 0.75);
}

.border-aqua-900\/80 {
  border-color: rgb(32 67 57 / 0.8);
}

.border-aqua-900\/90 {
  border-color: rgb(32 67 57 / 0.9);
}

.border-aqua-900\/95 {
  border-color: rgb(32 67 57 / 0.95);
}

.border-aqua\/0 {
  border-color: rgb(129 195 175 / 0);
}

.border-aqua\/10 {
  border-color: rgb(129 195 175 / 0.1);
}

.border-aqua\/100 {
  border-color: rgb(129 195 175 / 1);
}

.border-aqua\/20 {
  border-color: rgb(129 195 175 / 0.2);
}

.border-aqua\/25 {
  border-color: rgb(129 195 175 / 0.25);
}

.border-aqua\/30 {
  border-color: rgb(129 195 175 / 0.3);
}

.border-aqua\/40 {
  border-color: rgb(129 195 175 / 0.4);
}

.border-aqua\/5 {
  border-color: rgb(129 195 175 / 0.05);
}

.border-aqua\/50 {
  border-color: rgb(129 195 175 / 0.5);
}

.border-aqua\/60 {
  border-color: rgb(129 195 175 / 0.6);
}

.border-aqua\/70 {
  border-color: rgb(129 195 175 / 0.7);
}

.border-aqua\/75 {
  border-color: rgb(129 195 175 / 0.75);
}

.border-aqua\/80 {
  border-color: rgb(129 195 175 / 0.8);
}

.border-aqua\/90 {
  border-color: rgb(129 195 175 / 0.9);
}

.border-aqua\/95 {
  border-color: rgb(129 195 175 / 0.95);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(155 211 242 / var(--tw-border-opacity));
}

.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(227 240 251 / var(--tw-border-opacity));
}

.border-blue-100\/0 {
  border-color: rgb(227 240 251 / 0);
}

.border-blue-100\/10 {
  border-color: rgb(227 240 251 / 0.1);
}

.border-blue-100\/100 {
  border-color: rgb(227 240 251 / 1);
}

.border-blue-100\/20 {
  border-color: rgb(227 240 251 / 0.2);
}

.border-blue-100\/25 {
  border-color: rgb(227 240 251 / 0.25);
}

.border-blue-100\/30 {
  border-color: rgb(227 240 251 / 0.3);
}

.border-blue-100\/40 {
  border-color: rgb(227 240 251 / 0.4);
}

.border-blue-100\/5 {
  border-color: rgb(227 240 251 / 0.05);
}

.border-blue-100\/50 {
  border-color: rgb(227 240 251 / 0.5);
}

.border-blue-100\/60 {
  border-color: rgb(227 240 251 / 0.6);
}

.border-blue-100\/70 {
  border-color: rgb(227 240 251 / 0.7);
}

.border-blue-100\/75 {
  border-color: rgb(227 240 251 / 0.75);
}

.border-blue-100\/80 {
  border-color: rgb(227 240 251 / 0.8);
}

.border-blue-100\/90 {
  border-color: rgb(227 240 251 / 0.9);
}

.border-blue-100\/95 {
  border-color: rgb(227 240 251 / 0.95);
}

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(192 226 247 / var(--tw-border-opacity));
}

.border-blue-200\/0 {
  border-color: rgb(192 226 247 / 0);
}

.border-blue-200\/10 {
  border-color: rgb(192 226 247 / 0.1);
}

.border-blue-200\/100 {
  border-color: rgb(192 226 247 / 1);
}

.border-blue-200\/20 {
  border-color: rgb(192 226 247 / 0.2);
}

.border-blue-200\/25 {
  border-color: rgb(192 226 247 / 0.25);
}

.border-blue-200\/30 {
  border-color: rgb(192 226 247 / 0.3);
}

.border-blue-200\/40 {
  border-color: rgb(192 226 247 / 0.4);
}

.border-blue-200\/5 {
  border-color: rgb(192 226 247 / 0.05);
}

.border-blue-200\/50 {
  border-color: rgb(192 226 247 / 0.5);
}

.border-blue-200\/60 {
  border-color: rgb(192 226 247 / 0.6);
}

.border-blue-200\/70 {
  border-color: rgb(192 226 247 / 0.7);
}

.border-blue-200\/75 {
  border-color: rgb(192 226 247 / 0.75);
}

.border-blue-200\/80 {
  border-color: rgb(192 226 247 / 0.8);
}

.border-blue-200\/90 {
  border-color: rgb(192 226 247 / 0.9);
}

.border-blue-200\/95 {
  border-color: rgb(192 226 247 / 0.95);
}

.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(155 211 242 / var(--tw-border-opacity));
}

.border-blue-300\/0 {
  border-color: rgb(155 211 242 / 0);
}

.border-blue-300\/10 {
  border-color: rgb(155 211 242 / 0.1);
}

.border-blue-300\/100 {
  border-color: rgb(155 211 242 / 1);
}

.border-blue-300\/20 {
  border-color: rgb(155 211 242 / 0.2);
}

.border-blue-300\/25 {
  border-color: rgb(155 211 242 / 0.25);
}

.border-blue-300\/30 {
  border-color: rgb(155 211 242 / 0.3);
}

.border-blue-300\/40 {
  border-color: rgb(155 211 242 / 0.4);
}

.border-blue-300\/5 {
  border-color: rgb(155 211 242 / 0.05);
}

.border-blue-300\/50 {
  border-color: rgb(155 211 242 / 0.5);
}

.border-blue-300\/60 {
  border-color: rgb(155 211 242 / 0.6);
}

.border-blue-300\/70 {
  border-color: rgb(155 211 242 / 0.7);
}

.border-blue-300\/75 {
  border-color: rgb(155 211 242 / 0.75);
}

.border-blue-300\/80 {
  border-color: rgb(155 211 242 / 0.8);
}

.border-blue-300\/90 {
  border-color: rgb(155 211 242 / 0.9);
}

.border-blue-300\/95 {
  border-color: rgb(155 211 242 / 0.95);
}

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(75 177 229 / var(--tw-border-opacity));
}

.border-blue-400\/0 {
  border-color: rgb(75 177 229 / 0);
}

.border-blue-400\/10 {
  border-color: rgb(75 177 229 / 0.1);
}

.border-blue-400\/100 {
  border-color: rgb(75 177 229 / 1);
}

.border-blue-400\/20 {
  border-color: rgb(75 177 229 / 0.2);
}

.border-blue-400\/25 {
  border-color: rgb(75 177 229 / 0.25);
}

.border-blue-400\/30 {
  border-color: rgb(75 177 229 / 0.3);
}

.border-blue-400\/40 {
  border-color: rgb(75 177 229 / 0.4);
}

.border-blue-400\/5 {
  border-color: rgb(75 177 229 / 0.05);
}

.border-blue-400\/50 {
  border-color: rgb(75 177 229 / 0.5);
}

.border-blue-400\/60 {
  border-color: rgb(75 177 229 / 0.6);
}

.border-blue-400\/70 {
  border-color: rgb(75 177 229 / 0.7);
}

.border-blue-400\/75 {
  border-color: rgb(75 177 229 / 0.75);
}

.border-blue-400\/80 {
  border-color: rgb(75 177 229 / 0.8);
}

.border-blue-400\/90 {
  border-color: rgb(75 177 229 / 0.9);
}

.border-blue-400\/95 {
  border-color: rgb(75 177 229 / 0.95);
}

.border-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgb(241 249 254 / var(--tw-border-opacity));
}

.border-blue-50\/0 {
  border-color: rgb(241 249 254 / 0);
}

.border-blue-50\/10 {
  border-color: rgb(241 249 254 / 0.1);
}

.border-blue-50\/100 {
  border-color: rgb(241 249 254 / 1);
}

.border-blue-50\/20 {
  border-color: rgb(241 249 254 / 0.2);
}

.border-blue-50\/25 {
  border-color: rgb(241 249 254 / 0.25);
}

.border-blue-50\/30 {
  border-color: rgb(241 249 254 / 0.3);
}

.border-blue-50\/40 {
  border-color: rgb(241 249 254 / 0.4);
}

.border-blue-50\/5 {
  border-color: rgb(241 249 254 / 0.05);
}

.border-blue-50\/50 {
  border-color: rgb(241 249 254 / 0.5);
}

.border-blue-50\/60 {
  border-color: rgb(241 249 254 / 0.6);
}

.border-blue-50\/70 {
  border-color: rgb(241 249 254 / 0.7);
}

.border-blue-50\/75 {
  border-color: rgb(241 249 254 / 0.75);
}

.border-blue-50\/80 {
  border-color: rgb(241 249 254 / 0.8);
}

.border-blue-50\/90 {
  border-color: rgb(241 249 254 / 0.9);
}

.border-blue-50\/95 {
  border-color: rgb(241 249 254 / 0.95);
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(35 151 212 / var(--tw-border-opacity));
}

.border-blue-500\/0 {
  border-color: rgb(35 151 212 / 0);
}

.border-blue-500\/10 {
  border-color: rgb(35 151 212 / 0.1);
}

.border-blue-500\/100 {
  border-color: rgb(35 151 212 / 1);
}

.border-blue-500\/20 {
  border-color: rgb(35 151 212 / 0.2);
}

.border-blue-500\/25 {
  border-color: rgb(35 151 212 / 0.25);
}

.border-blue-500\/30 {
  border-color: rgb(35 151 212 / 0.3);
}

.border-blue-500\/40 {
  border-color: rgb(35 151 212 / 0.4);
}

.border-blue-500\/5 {
  border-color: rgb(35 151 212 / 0.05);
}

.border-blue-500\/50 {
  border-color: rgb(35 151 212 / 0.5);
}

.border-blue-500\/60 {
  border-color: rgb(35 151 212 / 0.6);
}

.border-blue-500\/70 {
  border-color: rgb(35 151 212 / 0.7);
}

.border-blue-500\/75 {
  border-color: rgb(35 151 212 / 0.75);
}

.border-blue-500\/80 {
  border-color: rgb(35 151 212 / 0.8);
}

.border-blue-500\/90 {
  border-color: rgb(35 151 212 / 0.9);
}

.border-blue-500\/95 {
  border-color: rgb(35 151 212 / 0.95);
}

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(21 121 180 / var(--tw-border-opacity));
}

.border-blue-600\/0 {
  border-color: rgb(21 121 180 / 0);
}

.border-blue-600\/10 {
  border-color: rgb(21 121 180 / 0.1);
}

.border-blue-600\/100 {
  border-color: rgb(21 121 180 / 1);
}

.border-blue-600\/20 {
  border-color: rgb(21 121 180 / 0.2);
}

.border-blue-600\/25 {
  border-color: rgb(21 121 180 / 0.25);
}

.border-blue-600\/30 {
  border-color: rgb(21 121 180 / 0.3);
}

.border-blue-600\/40 {
  border-color: rgb(21 121 180 / 0.4);
}

.border-blue-600\/5 {
  border-color: rgb(21 121 180 / 0.05);
}

.border-blue-600\/50 {
  border-color: rgb(21 121 180 / 0.5);
}

.border-blue-600\/60 {
  border-color: rgb(21 121 180 / 0.6);
}

.border-blue-600\/70 {
  border-color: rgb(21 121 180 / 0.7);
}

.border-blue-600\/75 {
  border-color: rgb(21 121 180 / 0.75);
}

.border-blue-600\/80 {
  border-color: rgb(21 121 180 / 0.8);
}

.border-blue-600\/90 {
  border-color: rgb(21 121 180 / 0.9);
}

.border-blue-600\/95 {
  border-color: rgb(21 121 180 / 0.95);
}

.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(18 97 146 / var(--tw-border-opacity));
}

.border-blue-700\/0 {
  border-color: rgb(18 97 146 / 0);
}

.border-blue-700\/10 {
  border-color: rgb(18 97 146 / 0.1);
}

.border-blue-700\/100 {
  border-color: rgb(18 97 146 / 1);
}

.border-blue-700\/20 {
  border-color: rgb(18 97 146 / 0.2);
}

.border-blue-700\/25 {
  border-color: rgb(18 97 146 / 0.25);
}

.border-blue-700\/30 {
  border-color: rgb(18 97 146 / 0.3);
}

.border-blue-700\/40 {
  border-color: rgb(18 97 146 / 0.4);
}

.border-blue-700\/5 {
  border-color: rgb(18 97 146 / 0.05);
}

.border-blue-700\/50 {
  border-color: rgb(18 97 146 / 0.5);
}

.border-blue-700\/60 {
  border-color: rgb(18 97 146 / 0.6);
}

.border-blue-700\/70 {
  border-color: rgb(18 97 146 / 0.7);
}

.border-blue-700\/75 {
  border-color: rgb(18 97 146 / 0.75);
}

.border-blue-700\/80 {
  border-color: rgb(18 97 146 / 0.8);
}

.border-blue-700\/90 {
  border-color: rgb(18 97 146 / 0.9);
}

.border-blue-700\/95 {
  border-color: rgb(18 97 146 / 0.95);
}

.border-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgb(19 82 121 / var(--tw-border-opacity));
}

.border-blue-800\/0 {
  border-color: rgb(19 82 121 / 0);
}

.border-blue-800\/10 {
  border-color: rgb(19 82 121 / 0.1);
}

.border-blue-800\/100 {
  border-color: rgb(19 82 121 / 1);
}

.border-blue-800\/20 {
  border-color: rgb(19 82 121 / 0.2);
}

.border-blue-800\/25 {
  border-color: rgb(19 82 121 / 0.25);
}

.border-blue-800\/30 {
  border-color: rgb(19 82 121 / 0.3);
}

.border-blue-800\/40 {
  border-color: rgb(19 82 121 / 0.4);
}

.border-blue-800\/5 {
  border-color: rgb(19 82 121 / 0.05);
}

.border-blue-800\/50 {
  border-color: rgb(19 82 121 / 0.5);
}

.border-blue-800\/60 {
  border-color: rgb(19 82 121 / 0.6);
}

.border-blue-800\/70 {
  border-color: rgb(19 82 121 / 0.7);
}

.border-blue-800\/75 {
  border-color: rgb(19 82 121 / 0.75);
}

.border-blue-800\/80 {
  border-color: rgb(19 82 121 / 0.8);
}

.border-blue-800\/90 {
  border-color: rgb(19 82 121 / 0.9);
}

.border-blue-800\/95 {
  border-color: rgb(19 82 121 / 0.95);
}

.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgb(21 68 101 / var(--tw-border-opacity));
}

.border-blue-900\/0 {
  border-color: rgb(21 68 101 / 0);
}

.border-blue-900\/10 {
  border-color: rgb(21 68 101 / 0.1);
}

.border-blue-900\/100 {
  border-color: rgb(21 68 101 / 1);
}

.border-blue-900\/20 {
  border-color: rgb(21 68 101 / 0.2);
}

.border-blue-900\/25 {
  border-color: rgb(21 68 101 / 0.25);
}

.border-blue-900\/30 {
  border-color: rgb(21 68 101 / 0.3);
}

.border-blue-900\/40 {
  border-color: rgb(21 68 101 / 0.4);
}

.border-blue-900\/5 {
  border-color: rgb(21 68 101 / 0.05);
}

.border-blue-900\/50 {
  border-color: rgb(21 68 101 / 0.5);
}

.border-blue-900\/60 {
  border-color: rgb(21 68 101 / 0.6);
}

.border-blue-900\/70 {
  border-color: rgb(21 68 101 / 0.7);
}

.border-blue-900\/75 {
  border-color: rgb(21 68 101 / 0.75);
}

.border-blue-900\/80 {
  border-color: rgb(21 68 101 / 0.8);
}

.border-blue-900\/90 {
  border-color: rgb(21 68 101 / 0.9);
}

.border-blue-900\/95 {
  border-color: rgb(21 68 101 / 0.95);
}

.border-blue-950 {
  --tw-border-opacity: 1;
  border-color: rgb(14 44 67 / var(--tw-border-opacity));
}

.border-blue-950\/0 {
  border-color: rgb(14 44 67 / 0);
}

.border-blue-950\/10 {
  border-color: rgb(14 44 67 / 0.1);
}

.border-blue-950\/100 {
  border-color: rgb(14 44 67 / 1);
}

.border-blue-950\/20 {
  border-color: rgb(14 44 67 / 0.2);
}

.border-blue-950\/25 {
  border-color: rgb(14 44 67 / 0.25);
}

.border-blue-950\/30 {
  border-color: rgb(14 44 67 / 0.3);
}

.border-blue-950\/40 {
  border-color: rgb(14 44 67 / 0.4);
}

.border-blue-950\/5 {
  border-color: rgb(14 44 67 / 0.05);
}

.border-blue-950\/50 {
  border-color: rgb(14 44 67 / 0.5);
}

.border-blue-950\/60 {
  border-color: rgb(14 44 67 / 0.6);
}

.border-blue-950\/70 {
  border-color: rgb(14 44 67 / 0.7);
}

.border-blue-950\/75 {
  border-color: rgb(14 44 67 / 0.75);
}

.border-blue-950\/80 {
  border-color: rgb(14 44 67 / 0.8);
}

.border-blue-950\/90 {
  border-color: rgb(14 44 67 / 0.9);
}

.border-blue-950\/95 {
  border-color: rgb(14 44 67 / 0.95);
}

.border-blue\/0 {
  border-color: rgb(155 211 242 / 0);
}

.border-blue\/10 {
  border-color: rgb(155 211 242 / 0.1);
}

.border-blue\/100 {
  border-color: rgb(155 211 242 / 1);
}

.border-blue\/20 {
  border-color: rgb(155 211 242 / 0.2);
}

.border-blue\/25 {
  border-color: rgb(155 211 242 / 0.25);
}

.border-blue\/30 {
  border-color: rgb(155 211 242 / 0.3);
}

.border-blue\/40 {
  border-color: rgb(155 211 242 / 0.4);
}

.border-blue\/5 {
  border-color: rgb(155 211 242 / 0.05);
}

.border-blue\/50 {
  border-color: rgb(155 211 242 / 0.5);
}

.border-blue\/60 {
  border-color: rgb(155 211 242 / 0.6);
}

.border-blue\/70 {
  border-color: rgb(155 211 242 / 0.7);
}

.border-blue\/75 {
  border-color: rgb(155 211 242 / 0.75);
}

.border-blue\/80 {
  border-color: rgb(155 211 242 / 0.8);
}

.border-blue\/90 {
  border-color: rgb(155 211 242 / 0.9);
}

.border-blue\/95 {
  border-color: rgb(155 211 242 / 0.95);
}

.border-brown {
  --tw-border-opacity: 1;
  border-color: rgb(128 66 54 / var(--tw-border-opacity));
}

.border-brown-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 234 223 / var(--tw-border-opacity));
}

.border-brown-100\/0 {
  border-color: rgb(245 234 223 / 0);
}

.border-brown-100\/10 {
  border-color: rgb(245 234 223 / 0.1);
}

.border-brown-100\/100 {
  border-color: rgb(245 234 223 / 1);
}

.border-brown-100\/20 {
  border-color: rgb(245 234 223 / 0.2);
}

.border-brown-100\/25 {
  border-color: rgb(245 234 223 / 0.25);
}

.border-brown-100\/30 {
  border-color: rgb(245 234 223 / 0.3);
}

.border-brown-100\/40 {
  border-color: rgb(245 234 223 / 0.4);
}

.border-brown-100\/5 {
  border-color: rgb(245 234 223 / 0.05);
}

.border-brown-100\/50 {
  border-color: rgb(245 234 223 / 0.5);
}

.border-brown-100\/60 {
  border-color: rgb(245 234 223 / 0.6);
}

.border-brown-100\/70 {
  border-color: rgb(245 234 223 / 0.7);
}

.border-brown-100\/75 {
  border-color: rgb(245 234 223 / 0.75);
}

.border-brown-100\/80 {
  border-color: rgb(245 234 223 / 0.8);
}

.border-brown-100\/90 {
  border-color: rgb(245 234 223 / 0.9);
}

.border-brown-100\/95 {
  border-color: rgb(245 234 223 / 0.95);
}

.border-brown-200 {
  --tw-border-opacity: 1;
  border-color: rgb(234 210 190 / var(--tw-border-opacity));
}

.border-brown-200\/0 {
  border-color: rgb(234 210 190 / 0);
}

.border-brown-200\/10 {
  border-color: rgb(234 210 190 / 0.1);
}

.border-brown-200\/100 {
  border-color: rgb(234 210 190 / 1);
}

.border-brown-200\/20 {
  border-color: rgb(234 210 190 / 0.2);
}

.border-brown-200\/25 {
  border-color: rgb(234 210 190 / 0.25);
}

.border-brown-200\/30 {
  border-color: rgb(234 210 190 / 0.3);
}

.border-brown-200\/40 {
  border-color: rgb(234 210 190 / 0.4);
}

.border-brown-200\/5 {
  border-color: rgb(234 210 190 / 0.05);
}

.border-brown-200\/50 {
  border-color: rgb(234 210 190 / 0.5);
}

.border-brown-200\/60 {
  border-color: rgb(234 210 190 / 0.6);
}

.border-brown-200\/70 {
  border-color: rgb(234 210 190 / 0.7);
}

.border-brown-200\/75 {
  border-color: rgb(234 210 190 / 0.75);
}

.border-brown-200\/80 {
  border-color: rgb(234 210 190 / 0.8);
}

.border-brown-200\/90 {
  border-color: rgb(234 210 190 / 0.9);
}

.border-brown-200\/95 {
  border-color: rgb(234 210 190 / 0.95);
}

.border-brown-300 {
  --tw-border-opacity: 1;
  border-color: rgb(220 179 149 / var(--tw-border-opacity));
}

.border-brown-300\/0 {
  border-color: rgb(220 179 149 / 0);
}

.border-brown-300\/10 {
  border-color: rgb(220 179 149 / 0.1);
}

.border-brown-300\/100 {
  border-color: rgb(220 179 149 / 1);
}

.border-brown-300\/20 {
  border-color: rgb(220 179 149 / 0.2);
}

.border-brown-300\/25 {
  border-color: rgb(220 179 149 / 0.25);
}

.border-brown-300\/30 {
  border-color: rgb(220 179 149 / 0.3);
}

.border-brown-300\/40 {
  border-color: rgb(220 179 149 / 0.4);
}

.border-brown-300\/5 {
  border-color: rgb(220 179 149 / 0.05);
}

.border-brown-300\/50 {
  border-color: rgb(220 179 149 / 0.5);
}

.border-brown-300\/60 {
  border-color: rgb(220 179 149 / 0.6);
}

.border-brown-300\/70 {
  border-color: rgb(220 179 149 / 0.7);
}

.border-brown-300\/75 {
  border-color: rgb(220 179 149 / 0.75);
}

.border-brown-300\/80 {
  border-color: rgb(220 179 149 / 0.8);
}

.border-brown-300\/90 {
  border-color: rgb(220 179 149 / 0.9);
}

.border-brown-300\/95 {
  border-color: rgb(220 179 149 / 0.95);
}

.border-brown-400 {
  --tw-border-opacity: 1;
  border-color: rgb(205 142 106 / var(--tw-border-opacity));
}

.border-brown-400\/0 {
  border-color: rgb(205 142 106 / 0);
}

.border-brown-400\/10 {
  border-color: rgb(205 142 106 / 0.1);
}

.border-brown-400\/100 {
  border-color: rgb(205 142 106 / 1);
}

.border-brown-400\/20 {
  border-color: rgb(205 142 106 / 0.2);
}

.border-brown-400\/25 {
  border-color: rgb(205 142 106 / 0.25);
}

.border-brown-400\/30 {
  border-color: rgb(205 142 106 / 0.3);
}

.border-brown-400\/40 {
  border-color: rgb(205 142 106 / 0.4);
}

.border-brown-400\/5 {
  border-color: rgb(205 142 106 / 0.05);
}

.border-brown-400\/50 {
  border-color: rgb(205 142 106 / 0.5);
}

.border-brown-400\/60 {
  border-color: rgb(205 142 106 / 0.6);
}

.border-brown-400\/70 {
  border-color: rgb(205 142 106 / 0.7);
}

.border-brown-400\/75 {
  border-color: rgb(205 142 106 / 0.75);
}

.border-brown-400\/80 {
  border-color: rgb(205 142 106 / 0.8);
}

.border-brown-400\/90 {
  border-color: rgb(205 142 106 / 0.9);
}

.border-brown-400\/95 {
  border-color: rgb(205 142 106 / 0.95);
}

.border-brown-50 {
  --tw-border-opacity: 1;
  border-color: rgb(251 246 241 / var(--tw-border-opacity));
}

.border-brown-50\/0 {
  border-color: rgb(251 246 241 / 0);
}

.border-brown-50\/10 {
  border-color: rgb(251 246 241 / 0.1);
}

.border-brown-50\/100 {
  border-color: rgb(251 246 241 / 1);
}

.border-brown-50\/20 {
  border-color: rgb(251 246 241 / 0.2);
}

.border-brown-50\/25 {
  border-color: rgb(251 246 241 / 0.25);
}

.border-brown-50\/30 {
  border-color: rgb(251 246 241 / 0.3);
}

.border-brown-50\/40 {
  border-color: rgb(251 246 241 / 0.4);
}

.border-brown-50\/5 {
  border-color: rgb(251 246 241 / 0.05);
}

.border-brown-50\/50 {
  border-color: rgb(251 246 241 / 0.5);
}

.border-brown-50\/60 {
  border-color: rgb(251 246 241 / 0.6);
}

.border-brown-50\/70 {
  border-color: rgb(251 246 241 / 0.7);
}

.border-brown-50\/75 {
  border-color: rgb(251 246 241 / 0.75);
}

.border-brown-50\/80 {
  border-color: rgb(251 246 241 / 0.8);
}

.border-brown-50\/90 {
  border-color: rgb(251 246 241 / 0.9);
}

.border-brown-50\/95 {
  border-color: rgb(251 246 241 / 0.95);
}

.border-brown-500 {
  --tw-border-opacity: 1;
  border-color: rgb(194 115 77 / var(--tw-border-opacity));
}

.border-brown-500\/0 {
  border-color: rgb(194 115 77 / 0);
}

.border-brown-500\/10 {
  border-color: rgb(194 115 77 / 0.1);
}

.border-brown-500\/100 {
  border-color: rgb(194 115 77 / 1);
}

.border-brown-500\/20 {
  border-color: rgb(194 115 77 / 0.2);
}

.border-brown-500\/25 {
  border-color: rgb(194 115 77 / 0.25);
}

.border-brown-500\/30 {
  border-color: rgb(194 115 77 / 0.3);
}

.border-brown-500\/40 {
  border-color: rgb(194 115 77 / 0.4);
}

.border-brown-500\/5 {
  border-color: rgb(194 115 77 / 0.05);
}

.border-brown-500\/50 {
  border-color: rgb(194 115 77 / 0.5);
}

.border-brown-500\/60 {
  border-color: rgb(194 115 77 / 0.6);
}

.border-brown-500\/70 {
  border-color: rgb(194 115 77 / 0.7);
}

.border-brown-500\/75 {
  border-color: rgb(194 115 77 / 0.75);
}

.border-brown-500\/80 {
  border-color: rgb(194 115 77 / 0.8);
}

.border-brown-500\/90 {
  border-color: rgb(194 115 77 / 0.9);
}

.border-brown-500\/95 {
  border-color: rgb(194 115 77 / 0.95);
}

.border-brown-600 {
  --tw-border-opacity: 1;
  border-color: rgb(180 95 66 / var(--tw-border-opacity));
}

.border-brown-600\/0 {
  border-color: rgb(180 95 66 / 0);
}

.border-brown-600\/10 {
  border-color: rgb(180 95 66 / 0.1);
}

.border-brown-600\/100 {
  border-color: rgb(180 95 66 / 1);
}

.border-brown-600\/20 {
  border-color: rgb(180 95 66 / 0.2);
}

.border-brown-600\/25 {
  border-color: rgb(180 95 66 / 0.25);
}

.border-brown-600\/30 {
  border-color: rgb(180 95 66 / 0.3);
}

.border-brown-600\/40 {
  border-color: rgb(180 95 66 / 0.4);
}

.border-brown-600\/5 {
  border-color: rgb(180 95 66 / 0.05);
}

.border-brown-600\/50 {
  border-color: rgb(180 95 66 / 0.5);
}

.border-brown-600\/60 {
  border-color: rgb(180 95 66 / 0.6);
}

.border-brown-600\/70 {
  border-color: rgb(180 95 66 / 0.7);
}

.border-brown-600\/75 {
  border-color: rgb(180 95 66 / 0.75);
}

.border-brown-600\/80 {
  border-color: rgb(180 95 66 / 0.8);
}

.border-brown-600\/90 {
  border-color: rgb(180 95 66 / 0.9);
}

.border-brown-600\/95 {
  border-color: rgb(180 95 66 / 0.95);
}

.border-brown-700 {
  --tw-border-opacity: 1;
  border-color: rgb(150 75 56 / var(--tw-border-opacity));
}

.border-brown-700\/0 {
  border-color: rgb(150 75 56 / 0);
}

.border-brown-700\/10 {
  border-color: rgb(150 75 56 / 0.1);
}

.border-brown-700\/100 {
  border-color: rgb(150 75 56 / 1);
}

.border-brown-700\/20 {
  border-color: rgb(150 75 56 / 0.2);
}

.border-brown-700\/25 {
  border-color: rgb(150 75 56 / 0.25);
}

.border-brown-700\/30 {
  border-color: rgb(150 75 56 / 0.3);
}

.border-brown-700\/40 {
  border-color: rgb(150 75 56 / 0.4);
}

.border-brown-700\/5 {
  border-color: rgb(150 75 56 / 0.05);
}

.border-brown-700\/50 {
  border-color: rgb(150 75 56 / 0.5);
}

.border-brown-700\/60 {
  border-color: rgb(150 75 56 / 0.6);
}

.border-brown-700\/70 {
  border-color: rgb(150 75 56 / 0.7);
}

.border-brown-700\/75 {
  border-color: rgb(150 75 56 / 0.75);
}

.border-brown-700\/80 {
  border-color: rgb(150 75 56 / 0.8);
}

.border-brown-700\/90 {
  border-color: rgb(150 75 56 / 0.9);
}

.border-brown-700\/95 {
  border-color: rgb(150 75 56 / 0.95);
}

.border-brown-800 {
  --tw-border-opacity: 1;
  border-color: rgb(128 66 54 / var(--tw-border-opacity));
}

.border-brown-800\/0 {
  border-color: rgb(128 66 54 / 0);
}

.border-brown-800\/10 {
  border-color: rgb(128 66 54 / 0.1);
}

.border-brown-800\/100 {
  border-color: rgb(128 66 54 / 1);
}

.border-brown-800\/20 {
  border-color: rgb(128 66 54 / 0.2);
}

.border-brown-800\/25 {
  border-color: rgb(128 66 54 / 0.25);
}

.border-brown-800\/30 {
  border-color: rgb(128 66 54 / 0.3);
}

.border-brown-800\/40 {
  border-color: rgb(128 66 54 / 0.4);
}

.border-brown-800\/5 {
  border-color: rgb(128 66 54 / 0.05);
}

.border-brown-800\/50 {
  border-color: rgb(128 66 54 / 0.5);
}

.border-brown-800\/60 {
  border-color: rgb(128 66 54 / 0.6);
}

.border-brown-800\/70 {
  border-color: rgb(128 66 54 / 0.7);
}

.border-brown-800\/75 {
  border-color: rgb(128 66 54 / 0.75);
}

.border-brown-800\/80 {
  border-color: rgb(128 66 54 / 0.8);
}

.border-brown-800\/90 {
  border-color: rgb(128 66 54 / 0.9);
}

.border-brown-800\/95 {
  border-color: rgb(128 66 54 / 0.95);
}

.border-brown-900 {
  --tw-border-opacity: 1;
  border-color: rgb(98 53 44 / var(--tw-border-opacity));
}

.border-brown-900\/0 {
  border-color: rgb(98 53 44 / 0);
}

.border-brown-900\/10 {
  border-color: rgb(98 53 44 / 0.1);
}

.border-brown-900\/100 {
  border-color: rgb(98 53 44 / 1);
}

.border-brown-900\/20 {
  border-color: rgb(98 53 44 / 0.2);
}

.border-brown-900\/25 {
  border-color: rgb(98 53 44 / 0.25);
}

.border-brown-900\/30 {
  border-color: rgb(98 53 44 / 0.3);
}

.border-brown-900\/40 {
  border-color: rgb(98 53 44 / 0.4);
}

.border-brown-900\/5 {
  border-color: rgb(98 53 44 / 0.05);
}

.border-brown-900\/50 {
  border-color: rgb(98 53 44 / 0.5);
}

.border-brown-900\/60 {
  border-color: rgb(98 53 44 / 0.6);
}

.border-brown-900\/70 {
  border-color: rgb(98 53 44 / 0.7);
}

.border-brown-900\/75 {
  border-color: rgb(98 53 44 / 0.75);
}

.border-brown-900\/80 {
  border-color: rgb(98 53 44 / 0.8);
}

.border-brown-900\/90 {
  border-color: rgb(98 53 44 / 0.9);
}

.border-brown-900\/95 {
  border-color: rgb(98 53 44 / 0.95);
}

.border-brown-950 {
  --tw-border-opacity: 1;
  border-color: rgb(52 25 22 / var(--tw-border-opacity));
}

.border-brown-950\/0 {
  border-color: rgb(52 25 22 / 0);
}

.border-brown-950\/10 {
  border-color: rgb(52 25 22 / 0.1);
}

.border-brown-950\/100 {
  border-color: rgb(52 25 22 / 1);
}

.border-brown-950\/20 {
  border-color: rgb(52 25 22 / 0.2);
}

.border-brown-950\/25 {
  border-color: rgb(52 25 22 / 0.25);
}

.border-brown-950\/30 {
  border-color: rgb(52 25 22 / 0.3);
}

.border-brown-950\/40 {
  border-color: rgb(52 25 22 / 0.4);
}

.border-brown-950\/5 {
  border-color: rgb(52 25 22 / 0.05);
}

.border-brown-950\/50 {
  border-color: rgb(52 25 22 / 0.5);
}

.border-brown-950\/60 {
  border-color: rgb(52 25 22 / 0.6);
}

.border-brown-950\/70 {
  border-color: rgb(52 25 22 / 0.7);
}

.border-brown-950\/75 {
  border-color: rgb(52 25 22 / 0.75);
}

.border-brown-950\/80 {
  border-color: rgb(52 25 22 / 0.8);
}

.border-brown-950\/90 {
  border-color: rgb(52 25 22 / 0.9);
}

.border-brown-950\/95 {
  border-color: rgb(52 25 22 / 0.95);
}

.border-brown\/0 {
  border-color: rgb(128 66 54 / 0);
}

.border-brown\/10 {
  border-color: rgb(128 66 54 / 0.1);
}

.border-brown\/100 {
  border-color: rgb(128 66 54 / 1);
}

.border-brown\/20 {
  border-color: rgb(128 66 54 / 0.2);
}

.border-brown\/25 {
  border-color: rgb(128 66 54 / 0.25);
}

.border-brown\/30 {
  border-color: rgb(128 66 54 / 0.3);
}

.border-brown\/40 {
  border-color: rgb(128 66 54 / 0.4);
}

.border-brown\/5 {
  border-color: rgb(128 66 54 / 0.05);
}

.border-brown\/50 {
  border-color: rgb(128 66 54 / 0.5);
}

.border-brown\/60 {
  border-color: rgb(128 66 54 / 0.6);
}

.border-brown\/70 {
  border-color: rgb(128 66 54 / 0.7);
}

.border-brown\/75 {
  border-color: rgb(128 66 54 / 0.75);
}

.border-brown\/80 {
  border-color: rgb(128 66 54 / 0.8);
}

.border-brown\/90 {
  border-color: rgb(128 66 54 / 0.9);
}

.border-brown\/95 {
  border-color: rgb(128 66 54 / 0.95);
}

.border-current {
  border-color: currentColor;
}

.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(77 79 83 / var(--tw-border-opacity));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(229 230 232 / var(--tw-border-opacity));
}

.border-gray-100\/0 {
  border-color: rgb(229 230 232 / 0);
}

.border-gray-100\/10 {
  border-color: rgb(229 230 232 / 0.1);
}

.border-gray-100\/100 {
  border-color: rgb(229 230 232 / 1);
}

.border-gray-100\/20 {
  border-color: rgb(229 230 232 / 0.2);
}

.border-gray-100\/25 {
  border-color: rgb(229 230 232 / 0.25);
}

.border-gray-100\/30 {
  border-color: rgb(229 230 232 / 0.3);
}

.border-gray-100\/40 {
  border-color: rgb(229 230 232 / 0.4);
}

.border-gray-100\/5 {
  border-color: rgb(229 230 232 / 0.05);
}

.border-gray-100\/50 {
  border-color: rgb(229 230 232 / 0.5);
}

.border-gray-100\/60 {
  border-color: rgb(229 230 232 / 0.6);
}

.border-gray-100\/70 {
  border-color: rgb(229 230 232 / 0.7);
}

.border-gray-100\/75 {
  border-color: rgb(229 230 232 / 0.75);
}

.border-gray-100\/80 {
  border-color: rgb(229 230 232 / 0.8);
}

.border-gray-100\/90 {
  border-color: rgb(229 230 232 / 0.9);
}

.border-gray-100\/95 {
  border-color: rgb(229 230 232 / 0.95);
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(207 209 210 / var(--tw-border-opacity));
}

.border-gray-200\/0 {
  border-color: rgb(207 209 210 / 0);
}

.border-gray-200\/10 {
  border-color: rgb(207 209 210 / 0.1);
}

.border-gray-200\/100 {
  border-color: rgb(207 209 210 / 1);
}

.border-gray-200\/20 {
  border-color: rgb(207 209 210 / 0.2);
}

.border-gray-200\/25 {
  border-color: rgb(207 209 210 / 0.25);
}

.border-gray-200\/30 {
  border-color: rgb(207 209 210 / 0.3);
}

.border-gray-200\/40 {
  border-color: rgb(207 209 210 / 0.4);
}

.border-gray-200\/5 {
  border-color: rgb(207 209 210 / 0.05);
}

.border-gray-200\/50 {
  border-color: rgb(207 209 210 / 0.5);
}

.border-gray-200\/60 {
  border-color: rgb(207 209 210 / 0.6);
}

.border-gray-200\/70 {
  border-color: rgb(207 209 210 / 0.7);
}

.border-gray-200\/75 {
  border-color: rgb(207 209 210 / 0.75);
}

.border-gray-200\/80 {
  border-color: rgb(207 209 210 / 0.8);
}

.border-gray-200\/90 {
  border-color: rgb(207 209 210 / 0.9);
}

.border-gray-200\/95 {
  border-color: rgb(207 209 210 / 0.95);
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(173 176 179 / var(--tw-border-opacity));
}

.border-gray-300\/0 {
  border-color: rgb(173 176 179 / 0);
}

.border-gray-300\/10 {
  border-color: rgb(173 176 179 / 0.1);
}

.border-gray-300\/100 {
  border-color: rgb(173 176 179 / 1);
}

.border-gray-300\/20 {
  border-color: rgb(173 176 179 / 0.2);
}

.border-gray-300\/25 {
  border-color: rgb(173 176 179 / 0.25);
}

.border-gray-300\/30 {
  border-color: rgb(173 176 179 / 0.3);
}

.border-gray-300\/40 {
  border-color: rgb(173 176 179 / 0.4);
}

.border-gray-300\/5 {
  border-color: rgb(173 176 179 / 0.05);
}

.border-gray-300\/50 {
  border-color: rgb(173 176 179 / 0.5);
}

.border-gray-300\/60 {
  border-color: rgb(173 176 179 / 0.6);
}

.border-gray-300\/70 {
  border-color: rgb(173 176 179 / 0.7);
}

.border-gray-300\/75 {
  border-color: rgb(173 176 179 / 0.75);
}

.border-gray-300\/80 {
  border-color: rgb(173 176 179 / 0.8);
}

.border-gray-300\/90 {
  border-color: rgb(173 176 179 / 0.9);
}

.border-gray-300\/95 {
  border-color: rgb(173 176 179 / 0.95);
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(131 134 141 / var(--tw-border-opacity));
}

.border-gray-400\/0 {
  border-color: rgb(131 134 141 / 0);
}

.border-gray-400\/10 {
  border-color: rgb(131 134 141 / 0.1);
}

.border-gray-400\/100 {
  border-color: rgb(131 134 141 / 1);
}

.border-gray-400\/20 {
  border-color: rgb(131 134 141 / 0.2);
}

.border-gray-400\/25 {
  border-color: rgb(131 134 141 / 0.25);
}

.border-gray-400\/30 {
  border-color: rgb(131 134 141 / 0.3);
}

.border-gray-400\/40 {
  border-color: rgb(131 134 141 / 0.4);
}

.border-gray-400\/5 {
  border-color: rgb(131 134 141 / 0.05);
}

.border-gray-400\/50 {
  border-color: rgb(131 134 141 / 0.5);
}

.border-gray-400\/60 {
  border-color: rgb(131 134 141 / 0.6);
}

.border-gray-400\/70 {
  border-color: rgb(131 134 141 / 0.7);
}

.border-gray-400\/75 {
  border-color: rgb(131 134 141 / 0.75);
}

.border-gray-400\/80 {
  border-color: rgb(131 134 141 / 0.8);
}

.border-gray-400\/90 {
  border-color: rgb(131 134 141 / 0.9);
}

.border-gray-400\/95 {
  border-color: rgb(131 134 141 / 0.95);
}

.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(245 246 246 / var(--tw-border-opacity));
}

.border-gray-50\/0 {
  border-color: rgb(245 246 246 / 0);
}

.border-gray-50\/10 {
  border-color: rgb(245 246 246 / 0.1);
}

.border-gray-50\/100 {
  border-color: rgb(245 246 246 / 1);
}

.border-gray-50\/20 {
  border-color: rgb(245 246 246 / 0.2);
}

.border-gray-50\/25 {
  border-color: rgb(245 246 246 / 0.25);
}

.border-gray-50\/30 {
  border-color: rgb(245 246 246 / 0.3);
}

.border-gray-50\/40 {
  border-color: rgb(245 246 246 / 0.4);
}

.border-gray-50\/5 {
  border-color: rgb(245 246 246 / 0.05);
}

.border-gray-50\/50 {
  border-color: rgb(245 246 246 / 0.5);
}

.border-gray-50\/60 {
  border-color: rgb(245 246 246 / 0.6);
}

.border-gray-50\/70 {
  border-color: rgb(245 246 246 / 0.7);
}

.border-gray-50\/75 {
  border-color: rgb(245 246 246 / 0.75);
}

.border-gray-50\/80 {
  border-color: rgb(245 246 246 / 0.8);
}

.border-gray-50\/90 {
  border-color: rgb(245 246 246 / 0.9);
}

.border-gray-50\/95 {
  border-color: rgb(245 246 246 / 0.95);
}

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

.border-gray-500\/0 {
  border-color: rgb(104 107 114 / 0);
}

.border-gray-500\/10 {
  border-color: rgb(104 107 114 / 0.1);
}

.border-gray-500\/100 {
  border-color: rgb(104 107 114 / 1);
}

.border-gray-500\/20 {
  border-color: rgb(104 107 114 / 0.2);
}

.border-gray-500\/25 {
  border-color: rgb(104 107 114 / 0.25);
}

.border-gray-500\/30 {
  border-color: rgb(104 107 114 / 0.3);
}

.border-gray-500\/40 {
  border-color: rgb(104 107 114 / 0.4);
}

.border-gray-500\/5 {
  border-color: rgb(104 107 114 / 0.05);
}

.border-gray-500\/50 {
  border-color: rgb(104 107 114 / 0.5);
}

.border-gray-500\/60 {
  border-color: rgb(104 107 114 / 0.6);
}

.border-gray-500\/70 {
  border-color: rgb(104 107 114 / 0.7);
}

.border-gray-500\/75 {
  border-color: rgb(104 107 114 / 0.75);
}

.border-gray-500\/80 {
  border-color: rgb(104 107 114 / 0.8);
}

.border-gray-500\/90 {
  border-color: rgb(104 107 114 / 0.9);
}

.border-gray-500\/95 {
  border-color: rgb(104 107 114 / 0.95);
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(89 91 97 / var(--tw-border-opacity));
}

.border-gray-600\/0 {
  border-color: rgb(89 91 97 / 0);
}

.border-gray-600\/10 {
  border-color: rgb(89 91 97 / 0.1);
}

.border-gray-600\/100 {
  border-color: rgb(89 91 97 / 1);
}

.border-gray-600\/20 {
  border-color: rgb(89 91 97 / 0.2);
}

.border-gray-600\/25 {
  border-color: rgb(89 91 97 / 0.25);
}

.border-gray-600\/30 {
  border-color: rgb(89 91 97 / 0.3);
}

.border-gray-600\/40 {
  border-color: rgb(89 91 97 / 0.4);
}

.border-gray-600\/5 {
  border-color: rgb(89 91 97 / 0.05);
}

.border-gray-600\/50 {
  border-color: rgb(89 91 97 / 0.5);
}

.border-gray-600\/60 {
  border-color: rgb(89 91 97 / 0.6);
}

.border-gray-600\/70 {
  border-color: rgb(89 91 97 / 0.7);
}

.border-gray-600\/75 {
  border-color: rgb(89 91 97 / 0.75);
}

.border-gray-600\/80 {
  border-color: rgb(89 91 97 / 0.8);
}

.border-gray-600\/90 {
  border-color: rgb(89 91 97 / 0.9);
}

.border-gray-600\/95 {
  border-color: rgb(89 91 97 / 0.95);
}

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(77 79 83 / var(--tw-border-opacity));
}

.border-gray-700\/0 {
  border-color: rgb(77 79 83 / 0);
}

.border-gray-700\/10 {
  border-color: rgb(77 79 83 / 0.1);
}

.border-gray-700\/100 {
  border-color: rgb(77 79 83 / 1);
}

.border-gray-700\/20 {
  border-color: rgb(77 79 83 / 0.2);
}

.border-gray-700\/25 {
  border-color: rgb(77 79 83 / 0.25);
}

.border-gray-700\/30 {
  border-color: rgb(77 79 83 / 0.3);
}

.border-gray-700\/40 {
  border-color: rgb(77 79 83 / 0.4);
}

.border-gray-700\/5 {
  border-color: rgb(77 79 83 / 0.05);
}

.border-gray-700\/50 {
  border-color: rgb(77 79 83 / 0.5);
}

.border-gray-700\/60 {
  border-color: rgb(77 79 83 / 0.6);
}

.border-gray-700\/70 {
  border-color: rgb(77 79 83 / 0.7);
}

.border-gray-700\/75 {
  border-color: rgb(77 79 83 / 0.75);
}

.border-gray-700\/80 {
  border-color: rgb(77 79 83 / 0.8);
}

.border-gray-700\/90 {
  border-color: rgb(77 79 83 / 0.9);
}

.border-gray-700\/95 {
  border-color: rgb(77 79 83 / 0.95);
}

.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(67 68 71 / var(--tw-border-opacity));
}

.border-gray-800\/0 {
  border-color: rgb(67 68 71 / 0);
}

.border-gray-800\/10 {
  border-color: rgb(67 68 71 / 0.1);
}

.border-gray-800\/100 {
  border-color: rgb(67 68 71 / 1);
}

.border-gray-800\/20 {
  border-color: rgb(67 68 71 / 0.2);
}

.border-gray-800\/25 {
  border-color: rgb(67 68 71 / 0.25);
}

.border-gray-800\/30 {
  border-color: rgb(67 68 71 / 0.3);
}

.border-gray-800\/40 {
  border-color: rgb(67 68 71 / 0.4);
}

.border-gray-800\/5 {
  border-color: rgb(67 68 71 / 0.05);
}

.border-gray-800\/50 {
  border-color: rgb(67 68 71 / 0.5);
}

.border-gray-800\/60 {
  border-color: rgb(67 68 71 / 0.6);
}

.border-gray-800\/70 {
  border-color: rgb(67 68 71 / 0.7);
}

.border-gray-800\/75 {
  border-color: rgb(67 68 71 / 0.75);
}

.border-gray-800\/80 {
  border-color: rgb(67 68 71 / 0.8);
}

.border-gray-800\/90 {
  border-color: rgb(67 68 71 / 0.9);
}

.border-gray-800\/95 {
  border-color: rgb(67 68 71 / 0.95);
}

.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgb(59 60 62 / var(--tw-border-opacity));
}

.border-gray-900\/0 {
  border-color: rgb(59 60 62 / 0);
}

.border-gray-900\/10 {
  border-color: rgb(59 60 62 / 0.1);
}

.border-gray-900\/100 {
  border-color: rgb(59 60 62 / 1);
}

.border-gray-900\/20 {
  border-color: rgb(59 60 62 / 0.2);
}

.border-gray-900\/25 {
  border-color: rgb(59 60 62 / 0.25);
}

.border-gray-900\/30 {
  border-color: rgb(59 60 62 / 0.3);
}

.border-gray-900\/40 {
  border-color: rgb(59 60 62 / 0.4);
}

.border-gray-900\/5 {
  border-color: rgb(59 60 62 / 0.05);
}

.border-gray-900\/50 {
  border-color: rgb(59 60 62 / 0.5);
}

.border-gray-900\/60 {
  border-color: rgb(59 60 62 / 0.6);
}

.border-gray-900\/70 {
  border-color: rgb(59 60 62 / 0.7);
}

.border-gray-900\/75 {
  border-color: rgb(59 60 62 / 0.75);
}

.border-gray-900\/80 {
  border-color: rgb(59 60 62 / 0.8);
}

.border-gray-900\/90 {
  border-color: rgb(59 60 62 / 0.9);
}

.border-gray-900\/95 {
  border-color: rgb(59 60 62 / 0.95);
}

.border-gray-950 {
  --tw-border-opacity: 1;
  border-color: rgb(37 38 39 / var(--tw-border-opacity));
}

.border-gray-950\/0 {
  border-color: rgb(37 38 39 / 0);
}

.border-gray-950\/10 {
  border-color: rgb(37 38 39 / 0.1);
}

.border-gray-950\/100 {
  border-color: rgb(37 38 39 / 1);
}

.border-gray-950\/20 {
  border-color: rgb(37 38 39 / 0.2);
}

.border-gray-950\/25 {
  border-color: rgb(37 38 39 / 0.25);
}

.border-gray-950\/30 {
  border-color: rgb(37 38 39 / 0.3);
}

.border-gray-950\/40 {
  border-color: rgb(37 38 39 / 0.4);
}

.border-gray-950\/5 {
  border-color: rgb(37 38 39 / 0.05);
}

.border-gray-950\/50 {
  border-color: rgb(37 38 39 / 0.5);
}

.border-gray-950\/60 {
  border-color: rgb(37 38 39 / 0.6);
}

.border-gray-950\/70 {
  border-color: rgb(37 38 39 / 0.7);
}

.border-gray-950\/75 {
  border-color: rgb(37 38 39 / 0.75);
}

.border-gray-950\/80 {
  border-color: rgb(37 38 39 / 0.8);
}

.border-gray-950\/90 {
  border-color: rgb(37 38 39 / 0.9);
}

.border-gray-950\/95 {
  border-color: rgb(37 38 39 / 0.95);
}

.border-gray\/0 {
  border-color: rgb(77 79 83 / 0);
}

.border-gray\/10 {
  border-color: rgb(77 79 83 / 0.1);
}

.border-gray\/100 {
  border-color: rgb(77 79 83 / 1);
}

.border-gray\/20 {
  border-color: rgb(77 79 83 / 0.2);
}

.border-gray\/25 {
  border-color: rgb(77 79 83 / 0.25);
}

.border-gray\/30 {
  border-color: rgb(77 79 83 / 0.3);
}

.border-gray\/40 {
  border-color: rgb(77 79 83 / 0.4);
}

.border-gray\/5 {
  border-color: rgb(77 79 83 / 0.05);
}

.border-gray\/50 {
  border-color: rgb(77 79 83 / 0.5);
}

.border-gray\/60 {
  border-color: rgb(77 79 83 / 0.6);
}

.border-gray\/70 {
  border-color: rgb(77 79 83 / 0.7);
}

.border-gray\/75 {
  border-color: rgb(77 79 83 / 0.75);
}

.border-gray\/80 {
  border-color: rgb(77 79 83 / 0.8);
}

.border-gray\/90 {
  border-color: rgb(77 79 83 / 0.9);
}

.border-gray\/95 {
  border-color: rgb(77 79 83 / 0.95);
}

.border-green {
  --tw-border-opacity: 1;
  border-color: rgb(181 203 82 / var(--tw-border-opacity));
}

.border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgb(235 241 207 / var(--tw-border-opacity));
}

.border-green-100\/0 {
  border-color: rgb(235 241 207 / 0);
}

.border-green-100\/10 {
  border-color: rgb(235 241 207 / 0.1);
}

.border-green-100\/100 {
  border-color: rgb(235 241 207 / 1);
}

.border-green-100\/20 {
  border-color: rgb(235 241 207 / 0.2);
}

.border-green-100\/25 {
  border-color: rgb(235 241 207 / 0.25);
}

.border-green-100\/30 {
  border-color: rgb(235 241 207 / 0.3);
}

.border-green-100\/40 {
  border-color: rgb(235 241 207 / 0.4);
}

.border-green-100\/5 {
  border-color: rgb(235 241 207 / 0.05);
}

.border-green-100\/50 {
  border-color: rgb(235 241 207 / 0.5);
}

.border-green-100\/60 {
  border-color: rgb(235 241 207 / 0.6);
}

.border-green-100\/70 {
  border-color: rgb(235 241 207 / 0.7);
}

.border-green-100\/75 {
  border-color: rgb(235 241 207 / 0.75);
}

.border-green-100\/80 {
  border-color: rgb(235 241 207 / 0.8);
}

.border-green-100\/90 {
  border-color: rgb(235 241 207 / 0.9);
}

.border-green-100\/95 {
  border-color: rgb(235 241 207 / 0.95);
}

.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(221 231 176 / var(--tw-border-opacity));
}

.border-green-200\/0 {
  border-color: rgb(221 231 176 / 0);
}

.border-green-200\/10 {
  border-color: rgb(221 231 176 / 0.1);
}

.border-green-200\/100 {
  border-color: rgb(221 231 176 / 1);
}

.border-green-200\/20 {
  border-color: rgb(221 231 176 / 0.2);
}

.border-green-200\/25 {
  border-color: rgb(221 231 176 / 0.25);
}

.border-green-200\/30 {
  border-color: rgb(221 231 176 / 0.3);
}

.border-green-200\/40 {
  border-color: rgb(221 231 176 / 0.4);
}

.border-green-200\/5 {
  border-color: rgb(221 231 176 / 0.05);
}

.border-green-200\/50 {
  border-color: rgb(221 231 176 / 0.5);
}

.border-green-200\/60 {
  border-color: rgb(221 231 176 / 0.6);
}

.border-green-200\/70 {
  border-color: rgb(221 231 176 / 0.7);
}

.border-green-200\/75 {
  border-color: rgb(221 231 176 / 0.75);
}

.border-green-200\/80 {
  border-color: rgb(221 231 176 / 0.8);
}

.border-green-200\/90 {
  border-color: rgb(221 231 176 / 0.9);
}

.border-green-200\/95 {
  border-color: rgb(221 231 176 / 0.95);
}

.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgb(208 222 145 / var(--tw-border-opacity));
}

.border-green-300\/0 {
  border-color: rgb(208 222 145 / 0);
}

.border-green-300\/10 {
  border-color: rgb(208 222 145 / 0.1);
}

.border-green-300\/100 {
  border-color: rgb(208 222 145 / 1);
}

.border-green-300\/20 {
  border-color: rgb(208 222 145 / 0.2);
}

.border-green-300\/25 {
  border-color: rgb(208 222 145 / 0.25);
}

.border-green-300\/30 {
  border-color: rgb(208 222 145 / 0.3);
}

.border-green-300\/40 {
  border-color: rgb(208 222 145 / 0.4);
}

.border-green-300\/5 {
  border-color: rgb(208 222 145 / 0.05);
}

.border-green-300\/50 {
  border-color: rgb(208 222 145 / 0.5);
}

.border-green-300\/60 {
  border-color: rgb(208 222 145 / 0.6);
}

.border-green-300\/70 {
  border-color: rgb(208 222 145 / 0.7);
}

.border-green-300\/75 {
  border-color: rgb(208 222 145 / 0.75);
}

.border-green-300\/80 {
  border-color: rgb(208 222 145 / 0.8);
}

.border-green-300\/90 {
  border-color: rgb(208 222 145 / 0.9);
}

.border-green-300\/95 {
  border-color: rgb(208 222 145 / 0.95);
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(194 212 113 / var(--tw-border-opacity));
}

.border-green-400\/0 {
  border-color: rgb(194 212 113 / 0);
}

.border-green-400\/10 {
  border-color: rgb(194 212 113 / 0.1);
}

.border-green-400\/100 {
  border-color: rgb(194 212 113 / 1);
}

.border-green-400\/20 {
  border-color: rgb(194 212 113 / 0.2);
}

.border-green-400\/25 {
  border-color: rgb(194 212 113 / 0.25);
}

.border-green-400\/30 {
  border-color: rgb(194 212 113 / 0.3);
}

.border-green-400\/40 {
  border-color: rgb(194 212 113 / 0.4);
}

.border-green-400\/5 {
  border-color: rgb(194 212 113 / 0.05);
}

.border-green-400\/50 {
  border-color: rgb(194 212 113 / 0.5);
}

.border-green-400\/60 {
  border-color: rgb(194 212 113 / 0.6);
}

.border-green-400\/70 {
  border-color: rgb(194 212 113 / 0.7);
}

.border-green-400\/75 {
  border-color: rgb(194 212 113 / 0.75);
}

.border-green-400\/80 {
  border-color: rgb(194 212 113 / 0.8);
}

.border-green-400\/90 {
  border-color: rgb(194 212 113 / 0.9);
}

.border-green-400\/95 {
  border-color: rgb(194 212 113 / 0.95);
}

.border-green-50 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 223 / var(--tw-border-opacity));
}

.border-green-50\/0 {
  border-color: rgb(241 245 223 / 0);
}

.border-green-50\/10 {
  border-color: rgb(241 245 223 / 0.1);
}

.border-green-50\/100 {
  border-color: rgb(241 245 223 / 1);
}

.border-green-50\/20 {
  border-color: rgb(241 245 223 / 0.2);
}

.border-green-50\/25 {
  border-color: rgb(241 245 223 / 0.25);
}

.border-green-50\/30 {
  border-color: rgb(241 245 223 / 0.3);
}

.border-green-50\/40 {
  border-color: rgb(241 245 223 / 0.4);
}

.border-green-50\/5 {
  border-color: rgb(241 245 223 / 0.05);
}

.border-green-50\/50 {
  border-color: rgb(241 245 223 / 0.5);
}

.border-green-50\/60 {
  border-color: rgb(241 245 223 / 0.6);
}

.border-green-50\/70 {
  border-color: rgb(241 245 223 / 0.7);
}

.border-green-50\/75 {
  border-color: rgb(241 245 223 / 0.75);
}

.border-green-50\/80 {
  border-color: rgb(241 245 223 / 0.8);
}

.border-green-50\/90 {
  border-color: rgb(241 245 223 / 0.9);
}

.border-green-50\/95 {
  border-color: rgb(241 245 223 / 0.95);
}

.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(181 203 82 / var(--tw-border-opacity));
}

.border-green-500\/0 {
  border-color: rgb(181 203 82 / 0);
}

.border-green-500\/10 {
  border-color: rgb(181 203 82 / 0.1);
}

.border-green-500\/100 {
  border-color: rgb(181 203 82 / 1);
}

.border-green-500\/20 {
  border-color: rgb(181 203 82 / 0.2);
}

.border-green-500\/25 {
  border-color: rgb(181 203 82 / 0.25);
}

.border-green-500\/30 {
  border-color: rgb(181 203 82 / 0.3);
}

.border-green-500\/40 {
  border-color: rgb(181 203 82 / 0.4);
}

.border-green-500\/5 {
  border-color: rgb(181 203 82 / 0.05);
}

.border-green-500\/50 {
  border-color: rgb(181 203 82 / 0.5);
}

.border-green-500\/60 {
  border-color: rgb(181 203 82 / 0.6);
}

.border-green-500\/70 {
  border-color: rgb(181 203 82 / 0.7);
}

.border-green-500\/75 {
  border-color: rgb(181 203 82 / 0.75);
}

.border-green-500\/80 {
  border-color: rgb(181 203 82 / 0.8);
}

.border-green-500\/90 {
  border-color: rgb(181 203 82 / 0.9);
}

.border-green-500\/95 {
  border-color: rgb(181 203 82 / 0.95);
}

.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(154 176 53 / var(--tw-border-opacity));
}

.border-green-600\/0 {
  border-color: rgb(154 176 53 / 0);
}

.border-green-600\/10 {
  border-color: rgb(154 176 53 / 0.1);
}

.border-green-600\/100 {
  border-color: rgb(154 176 53 / 1);
}

.border-green-600\/20 {
  border-color: rgb(154 176 53 / 0.2);
}

.border-green-600\/25 {
  border-color: rgb(154 176 53 / 0.25);
}

.border-green-600\/30 {
  border-color: rgb(154 176 53 / 0.3);
}

.border-green-600\/40 {
  border-color: rgb(154 176 53 / 0.4);
}

.border-green-600\/5 {
  border-color: rgb(154 176 53 / 0.05);
}

.border-green-600\/50 {
  border-color: rgb(154 176 53 / 0.5);
}

.border-green-600\/60 {
  border-color: rgb(154 176 53 / 0.6);
}

.border-green-600\/70 {
  border-color: rgb(154 176 53 / 0.7);
}

.border-green-600\/75 {
  border-color: rgb(154 176 53 / 0.75);
}

.border-green-600\/80 {
  border-color: rgb(154 176 53 / 0.8);
}

.border-green-600\/90 {
  border-color: rgb(154 176 53 / 0.9);
}

.border-green-600\/95 {
  border-color: rgb(154 176 53 / 0.95);
}

.border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgb(116 133 40 / var(--tw-border-opacity));
}

.border-green-700\/0 {
  border-color: rgb(116 133 40 / 0);
}

.border-green-700\/10 {
  border-color: rgb(116 133 40 / 0.1);
}

.border-green-700\/100 {
  border-color: rgb(116 133 40 / 1);
}

.border-green-700\/20 {
  border-color: rgb(116 133 40 / 0.2);
}

.border-green-700\/25 {
  border-color: rgb(116 133 40 / 0.25);
}

.border-green-700\/30 {
  border-color: rgb(116 133 40 / 0.3);
}

.border-green-700\/40 {
  border-color: rgb(116 133 40 / 0.4);
}

.border-green-700\/5 {
  border-color: rgb(116 133 40 / 0.05);
}

.border-green-700\/50 {
  border-color: rgb(116 133 40 / 0.5);
}

.border-green-700\/60 {
  border-color: rgb(116 133 40 / 0.6);
}

.border-green-700\/70 {
  border-color: rgb(116 133 40 / 0.7);
}

.border-green-700\/75 {
  border-color: rgb(116 133 40 / 0.75);
}

.border-green-700\/80 {
  border-color: rgb(116 133 40 / 0.8);
}

.border-green-700\/90 {
  border-color: rgb(116 133 40 / 0.9);
}

.border-green-700\/95 {
  border-color: rgb(116 133 40 / 0.95);
}

.border-green-800 {
  --tw-border-opacity: 1;
  border-color: rgb(78 90 27 / var(--tw-border-opacity));
}

.border-green-800\/0 {
  border-color: rgb(78 90 27 / 0);
}

.border-green-800\/10 {
  border-color: rgb(78 90 27 / 0.1);
}

.border-green-800\/100 {
  border-color: rgb(78 90 27 / 1);
}

.border-green-800\/20 {
  border-color: rgb(78 90 27 / 0.2);
}

.border-green-800\/25 {
  border-color: rgb(78 90 27 / 0.25);
}

.border-green-800\/30 {
  border-color: rgb(78 90 27 / 0.3);
}

.border-green-800\/40 {
  border-color: rgb(78 90 27 / 0.4);
}

.border-green-800\/5 {
  border-color: rgb(78 90 27 / 0.05);
}

.border-green-800\/50 {
  border-color: rgb(78 90 27 / 0.5);
}

.border-green-800\/60 {
  border-color: rgb(78 90 27 / 0.6);
}

.border-green-800\/70 {
  border-color: rgb(78 90 27 / 0.7);
}

.border-green-800\/75 {
  border-color: rgb(78 90 27 / 0.75);
}

.border-green-800\/80 {
  border-color: rgb(78 90 27 / 0.8);
}

.border-green-800\/90 {
  border-color: rgb(78 90 27 / 0.9);
}

.border-green-800\/95 {
  border-color: rgb(78 90 27 / 0.95);
}

.border-green-900 {
  --tw-border-opacity: 1;
  border-color: rgb(41 47 14 / var(--tw-border-opacity));
}

.border-green-900\/0 {
  border-color: rgb(41 47 14 / 0);
}

.border-green-900\/10 {
  border-color: rgb(41 47 14 / 0.1);
}

.border-green-900\/100 {
  border-color: rgb(41 47 14 / 1);
}

.border-green-900\/20 {
  border-color: rgb(41 47 14 / 0.2);
}

.border-green-900\/25 {
  border-color: rgb(41 47 14 / 0.25);
}

.border-green-900\/30 {
  border-color: rgb(41 47 14 / 0.3);
}

.border-green-900\/40 {
  border-color: rgb(41 47 14 / 0.4);
}

.border-green-900\/5 {
  border-color: rgb(41 47 14 / 0.05);
}

.border-green-900\/50 {
  border-color: rgb(41 47 14 / 0.5);
}

.border-green-900\/60 {
  border-color: rgb(41 47 14 / 0.6);
}

.border-green-900\/70 {
  border-color: rgb(41 47 14 / 0.7);
}

.border-green-900\/75 {
  border-color: rgb(41 47 14 / 0.75);
}

.border-green-900\/80 {
  border-color: rgb(41 47 14 / 0.8);
}

.border-green-900\/90 {
  border-color: rgb(41 47 14 / 0.9);
}

.border-green-900\/95 {
  border-color: rgb(41 47 14 / 0.95);
}

.border-green\/0 {
  border-color: rgb(181 203 82 / 0);
}

.border-green\/10 {
  border-color: rgb(181 203 82 / 0.1);
}

.border-green\/100 {
  border-color: rgb(181 203 82 / 1);
}

.border-green\/20 {
  border-color: rgb(181 203 82 / 0.2);
}

.border-green\/25 {
  border-color: rgb(181 203 82 / 0.25);
}

.border-green\/30 {
  border-color: rgb(181 203 82 / 0.3);
}

.border-green\/40 {
  border-color: rgb(181 203 82 / 0.4);
}

.border-green\/5 {
  border-color: rgb(181 203 82 / 0.05);
}

.border-green\/50 {
  border-color: rgb(181 203 82 / 0.5);
}

.border-green\/60 {
  border-color: rgb(181 203 82 / 0.6);
}

.border-green\/70 {
  border-color: rgb(181 203 82 / 0.7);
}

.border-green\/75 {
  border-color: rgb(181 203 82 / 0.75);
}

.border-green\/80 {
  border-color: rgb(181 203 82 / 0.8);
}

.border-green\/90 {
  border-color: rgb(181 203 82 / 0.9);
}

.border-green\/95 {
  border-color: rgb(181 203 82 / 0.95);
}

.border-grey {
  --tw-border-opacity: 1;
  border-color: rgb(77 79 83 / var(--tw-border-opacity));
}

.border-grey-100 {
  --tw-border-opacity: 1;
  border-color: rgb(229 230 232 / var(--tw-border-opacity));
}

.border-grey-100\/0 {
  border-color: rgb(229 230 232 / 0);
}

.border-grey-100\/10 {
  border-color: rgb(229 230 232 / 0.1);
}

.border-grey-100\/100 {
  border-color: rgb(229 230 232 / 1);
}

.border-grey-100\/20 {
  border-color: rgb(229 230 232 / 0.2);
}

.border-grey-100\/25 {
  border-color: rgb(229 230 232 / 0.25);
}

.border-grey-100\/30 {
  border-color: rgb(229 230 232 / 0.3);
}

.border-grey-100\/40 {
  border-color: rgb(229 230 232 / 0.4);
}

.border-grey-100\/5 {
  border-color: rgb(229 230 232 / 0.05);
}

.border-grey-100\/50 {
  border-color: rgb(229 230 232 / 0.5);
}

.border-grey-100\/60 {
  border-color: rgb(229 230 232 / 0.6);
}

.border-grey-100\/70 {
  border-color: rgb(229 230 232 / 0.7);
}

.border-grey-100\/75 {
  border-color: rgb(229 230 232 / 0.75);
}

.border-grey-100\/80 {
  border-color: rgb(229 230 232 / 0.8);
}

.border-grey-100\/90 {
  border-color: rgb(229 230 232 / 0.9);
}

.border-grey-100\/95 {
  border-color: rgb(229 230 232 / 0.95);
}

.border-grey-200 {
  --tw-border-opacity: 1;
  border-color: rgb(207 209 210 / var(--tw-border-opacity));
}

.border-grey-200\/0 {
  border-color: rgb(207 209 210 / 0);
}

.border-grey-200\/10 {
  border-color: rgb(207 209 210 / 0.1);
}

.border-grey-200\/100 {
  border-color: rgb(207 209 210 / 1);
}

.border-grey-200\/20 {
  border-color: rgb(207 209 210 / 0.2);
}

.border-grey-200\/25 {
  border-color: rgb(207 209 210 / 0.25);
}

.border-grey-200\/30 {
  border-color: rgb(207 209 210 / 0.3);
}

.border-grey-200\/40 {
  border-color: rgb(207 209 210 / 0.4);
}

.border-grey-200\/5 {
  border-color: rgb(207 209 210 / 0.05);
}

.border-grey-200\/50 {
  border-color: rgb(207 209 210 / 0.5);
}

.border-grey-200\/60 {
  border-color: rgb(207 209 210 / 0.6);
}

.border-grey-200\/70 {
  border-color: rgb(207 209 210 / 0.7);
}

.border-grey-200\/75 {
  border-color: rgb(207 209 210 / 0.75);
}

.border-grey-200\/80 {
  border-color: rgb(207 209 210 / 0.8);
}

.border-grey-200\/90 {
  border-color: rgb(207 209 210 / 0.9);
}

.border-grey-200\/95 {
  border-color: rgb(207 209 210 / 0.95);
}

.border-grey-300 {
  --tw-border-opacity: 1;
  border-color: rgb(173 176 179 / var(--tw-border-opacity));
}

.border-grey-300\/0 {
  border-color: rgb(173 176 179 / 0);
}

.border-grey-300\/10 {
  border-color: rgb(173 176 179 / 0.1);
}

.border-grey-300\/100 {
  border-color: rgb(173 176 179 / 1);
}

.border-grey-300\/20 {
  border-color: rgb(173 176 179 / 0.2);
}

.border-grey-300\/25 {
  border-color: rgb(173 176 179 / 0.25);
}

.border-grey-300\/30 {
  border-color: rgb(173 176 179 / 0.3);
}

.border-grey-300\/40 {
  border-color: rgb(173 176 179 / 0.4);
}

.border-grey-300\/5 {
  border-color: rgb(173 176 179 / 0.05);
}

.border-grey-300\/50 {
  border-color: rgb(173 176 179 / 0.5);
}

.border-grey-300\/60 {
  border-color: rgb(173 176 179 / 0.6);
}

.border-grey-300\/70 {
  border-color: rgb(173 176 179 / 0.7);
}

.border-grey-300\/75 {
  border-color: rgb(173 176 179 / 0.75);
}

.border-grey-300\/80 {
  border-color: rgb(173 176 179 / 0.8);
}

.border-grey-300\/90 {
  border-color: rgb(173 176 179 / 0.9);
}

.border-grey-300\/95 {
  border-color: rgb(173 176 179 / 0.95);
}

.border-grey-400 {
  --tw-border-opacity: 1;
  border-color: rgb(131 134 141 / var(--tw-border-opacity));
}

.border-grey-400\/0 {
  border-color: rgb(131 134 141 / 0);
}

.border-grey-400\/10 {
  border-color: rgb(131 134 141 / 0.1);
}

.border-grey-400\/100 {
  border-color: rgb(131 134 141 / 1);
}

.border-grey-400\/20 {
  border-color: rgb(131 134 141 / 0.2);
}

.border-grey-400\/25 {
  border-color: rgb(131 134 141 / 0.25);
}

.border-grey-400\/30 {
  border-color: rgb(131 134 141 / 0.3);
}

.border-grey-400\/40 {
  border-color: rgb(131 134 141 / 0.4);
}

.border-grey-400\/5 {
  border-color: rgb(131 134 141 / 0.05);
}

.border-grey-400\/50 {
  border-color: rgb(131 134 141 / 0.5);
}

.border-grey-400\/60 {
  border-color: rgb(131 134 141 / 0.6);
}

.border-grey-400\/70 {
  border-color: rgb(131 134 141 / 0.7);
}

.border-grey-400\/75 {
  border-color: rgb(131 134 141 / 0.75);
}

.border-grey-400\/80 {
  border-color: rgb(131 134 141 / 0.8);
}

.border-grey-400\/90 {
  border-color: rgb(131 134 141 / 0.9);
}

.border-grey-400\/95 {
  border-color: rgb(131 134 141 / 0.95);
}

.border-grey-50 {
  --tw-border-opacity: 1;
  border-color: rgb(245 246 246 / var(--tw-border-opacity));
}

.border-grey-50\/0 {
  border-color: rgb(245 246 246 / 0);
}

.border-grey-50\/10 {
  border-color: rgb(245 246 246 / 0.1);
}

.border-grey-50\/100 {
  border-color: rgb(245 246 246 / 1);
}

.border-grey-50\/20 {
  border-color: rgb(245 246 246 / 0.2);
}

.border-grey-50\/25 {
  border-color: rgb(245 246 246 / 0.25);
}

.border-grey-50\/30 {
  border-color: rgb(245 246 246 / 0.3);
}

.border-grey-50\/40 {
  border-color: rgb(245 246 246 / 0.4);
}

.border-grey-50\/5 {
  border-color: rgb(245 246 246 / 0.05);
}

.border-grey-50\/50 {
  border-color: rgb(245 246 246 / 0.5);
}

.border-grey-50\/60 {
  border-color: rgb(245 246 246 / 0.6);
}

.border-grey-50\/70 {
  border-color: rgb(245 246 246 / 0.7);
}

.border-grey-50\/75 {
  border-color: rgb(245 246 246 / 0.75);
}

.border-grey-50\/80 {
  border-color: rgb(245 246 246 / 0.8);
}

.border-grey-50\/90 {
  border-color: rgb(245 246 246 / 0.9);
}

.border-grey-50\/95 {
  border-color: rgb(245 246 246 / 0.95);
}

.border-grey-500 {
  --tw-border-opacity: 1;
  border-color: rgb(104 107 114 / var(--tw-border-opacity));
}

.border-grey-500\/0 {
  border-color: rgb(104 107 114 / 0);
}

.border-grey-500\/10 {
  border-color: rgb(104 107 114 / 0.1);
}

.border-grey-500\/100 {
  border-color: rgb(104 107 114 / 1);
}

.border-grey-500\/20 {
  border-color: rgb(104 107 114 / 0.2);
}

.border-grey-500\/25 {
  border-color: rgb(104 107 114 / 0.25);
}

.border-grey-500\/30 {
  border-color: rgb(104 107 114 / 0.3);
}

.border-grey-500\/40 {
  border-color: rgb(104 107 114 / 0.4);
}

.border-grey-500\/5 {
  border-color: rgb(104 107 114 / 0.05);
}

.border-grey-500\/50 {
  border-color: rgb(104 107 114 / 0.5);
}

.border-grey-500\/60 {
  border-color: rgb(104 107 114 / 0.6);
}

.border-grey-500\/70 {
  border-color: rgb(104 107 114 / 0.7);
}

.border-grey-500\/75 {
  border-color: rgb(104 107 114 / 0.75);
}

.border-grey-500\/80 {
  border-color: rgb(104 107 114 / 0.8);
}

.border-grey-500\/90 {
  border-color: rgb(104 107 114 / 0.9);
}

.border-grey-500\/95 {
  border-color: rgb(104 107 114 / 0.95);
}

.border-grey-600 {
  --tw-border-opacity: 1;
  border-color: rgb(89 91 97 / var(--tw-border-opacity));
}

.border-grey-600\/0 {
  border-color: rgb(89 91 97 / 0);
}

.border-grey-600\/10 {
  border-color: rgb(89 91 97 / 0.1);
}

.border-grey-600\/100 {
  border-color: rgb(89 91 97 / 1);
}

.border-grey-600\/20 {
  border-color: rgb(89 91 97 / 0.2);
}

.border-grey-600\/25 {
  border-color: rgb(89 91 97 / 0.25);
}

.border-grey-600\/30 {
  border-color: rgb(89 91 97 / 0.3);
}

.border-grey-600\/40 {
  border-color: rgb(89 91 97 / 0.4);
}

.border-grey-600\/5 {
  border-color: rgb(89 91 97 / 0.05);
}

.border-grey-600\/50 {
  border-color: rgb(89 91 97 / 0.5);
}

.border-grey-600\/60 {
  border-color: rgb(89 91 97 / 0.6);
}

.border-grey-600\/70 {
  border-color: rgb(89 91 97 / 0.7);
}

.border-grey-600\/75 {
  border-color: rgb(89 91 97 / 0.75);
}

.border-grey-600\/80 {
  border-color: rgb(89 91 97 / 0.8);
}

.border-grey-600\/90 {
  border-color: rgb(89 91 97 / 0.9);
}

.border-grey-600\/95 {
  border-color: rgb(89 91 97 / 0.95);
}

.border-grey-700 {
  --tw-border-opacity: 1;
  border-color: rgb(77 79 83 / var(--tw-border-opacity));
}

.border-grey-700\/0 {
  border-color: rgb(77 79 83 / 0);
}

.border-grey-700\/10 {
  border-color: rgb(77 79 83 / 0.1);
}

.border-grey-700\/100 {
  border-color: rgb(77 79 83 / 1);
}

.border-grey-700\/20 {
  border-color: rgb(77 79 83 / 0.2);
}

.border-grey-700\/25 {
  border-color: rgb(77 79 83 / 0.25);
}

.border-grey-700\/30 {
  border-color: rgb(77 79 83 / 0.3);
}

.border-grey-700\/40 {
  border-color: rgb(77 79 83 / 0.4);
}

.border-grey-700\/5 {
  border-color: rgb(77 79 83 / 0.05);
}

.border-grey-700\/50 {
  border-color: rgb(77 79 83 / 0.5);
}

.border-grey-700\/60 {
  border-color: rgb(77 79 83 / 0.6);
}

.border-grey-700\/70 {
  border-color: rgb(77 79 83 / 0.7);
}

.border-grey-700\/75 {
  border-color: rgb(77 79 83 / 0.75);
}

.border-grey-700\/80 {
  border-color: rgb(77 79 83 / 0.8);
}

.border-grey-700\/90 {
  border-color: rgb(77 79 83 / 0.9);
}

.border-grey-700\/95 {
  border-color: rgb(77 79 83 / 0.95);
}

.border-grey-800 {
  --tw-border-opacity: 1;
  border-color: rgb(67 68 71 / var(--tw-border-opacity));
}

.border-grey-800\/0 {
  border-color: rgb(67 68 71 / 0);
}

.border-grey-800\/10 {
  border-color: rgb(67 68 71 / 0.1);
}

.border-grey-800\/100 {
  border-color: rgb(67 68 71 / 1);
}

.border-grey-800\/20 {
  border-color: rgb(67 68 71 / 0.2);
}

.border-grey-800\/25 {
  border-color: rgb(67 68 71 / 0.25);
}

.border-grey-800\/30 {
  border-color: rgb(67 68 71 / 0.3);
}

.border-grey-800\/40 {
  border-color: rgb(67 68 71 / 0.4);
}

.border-grey-800\/5 {
  border-color: rgb(67 68 71 / 0.05);
}

.border-grey-800\/50 {
  border-color: rgb(67 68 71 / 0.5);
}

.border-grey-800\/60 {
  border-color: rgb(67 68 71 / 0.6);
}

.border-grey-800\/70 {
  border-color: rgb(67 68 71 / 0.7);
}

.border-grey-800\/75 {
  border-color: rgb(67 68 71 / 0.75);
}

.border-grey-800\/80 {
  border-color: rgb(67 68 71 / 0.8);
}

.border-grey-800\/90 {
  border-color: rgb(67 68 71 / 0.9);
}

.border-grey-800\/95 {
  border-color: rgb(67 68 71 / 0.95);
}

.border-grey-900 {
  --tw-border-opacity: 1;
  border-color: rgb(59 60 62 / var(--tw-border-opacity));
}

.border-grey-900\/0 {
  border-color: rgb(59 60 62 / 0);
}

.border-grey-900\/10 {
  border-color: rgb(59 60 62 / 0.1);
}

.border-grey-900\/100 {
  border-color: rgb(59 60 62 / 1);
}

.border-grey-900\/20 {
  border-color: rgb(59 60 62 / 0.2);
}

.border-grey-900\/25 {
  border-color: rgb(59 60 62 / 0.25);
}

.border-grey-900\/30 {
  border-color: rgb(59 60 62 / 0.3);
}

.border-grey-900\/40 {
  border-color: rgb(59 60 62 / 0.4);
}

.border-grey-900\/5 {
  border-color: rgb(59 60 62 / 0.05);
}

.border-grey-900\/50 {
  border-color: rgb(59 60 62 / 0.5);
}

.border-grey-900\/60 {
  border-color: rgb(59 60 62 / 0.6);
}

.border-grey-900\/70 {
  border-color: rgb(59 60 62 / 0.7);
}

.border-grey-900\/75 {
  border-color: rgb(59 60 62 / 0.75);
}

.border-grey-900\/80 {
  border-color: rgb(59 60 62 / 0.8);
}

.border-grey-900\/90 {
  border-color: rgb(59 60 62 / 0.9);
}

.border-grey-900\/95 {
  border-color: rgb(59 60 62 / 0.95);
}

.border-grey-950 {
  --tw-border-opacity: 1;
  border-color: rgb(37 38 39 / var(--tw-border-opacity));
}

.border-grey-950\/0 {
  border-color: rgb(37 38 39 / 0);
}

.border-grey-950\/10 {
  border-color: rgb(37 38 39 / 0.1);
}

.border-grey-950\/100 {
  border-color: rgb(37 38 39 / 1);
}

.border-grey-950\/20 {
  border-color: rgb(37 38 39 / 0.2);
}

.border-grey-950\/25 {
  border-color: rgb(37 38 39 / 0.25);
}

.border-grey-950\/30 {
  border-color: rgb(37 38 39 / 0.3);
}

.border-grey-950\/40 {
  border-color: rgb(37 38 39 / 0.4);
}

.border-grey-950\/5 {
  border-color: rgb(37 38 39 / 0.05);
}

.border-grey-950\/50 {
  border-color: rgb(37 38 39 / 0.5);
}

.border-grey-950\/60 {
  border-color: rgb(37 38 39 / 0.6);
}

.border-grey-950\/70 {
  border-color: rgb(37 38 39 / 0.7);
}

.border-grey-950\/75 {
  border-color: rgb(37 38 39 / 0.75);
}

.border-grey-950\/80 {
  border-color: rgb(37 38 39 / 0.8);
}

.border-grey-950\/90 {
  border-color: rgb(37 38 39 / 0.9);
}

.border-grey-950\/95 {
  border-color: rgb(37 38 39 / 0.95);
}

.border-grey\/0 {
  border-color: rgb(77 79 83 / 0);
}

.border-grey\/10 {
  border-color: rgb(77 79 83 / 0.1);
}

.border-grey\/100 {
  border-color: rgb(77 79 83 / 1);
}

.border-grey\/20 {
  border-color: rgb(77 79 83 / 0.2);
}

.border-grey\/25 {
  border-color: rgb(77 79 83 / 0.25);
}

.border-grey\/30 {
  border-color: rgb(77 79 83 / 0.3);
}

.border-grey\/40 {
  border-color: rgb(77 79 83 / 0.4);
}

.border-grey\/5 {
  border-color: rgb(77 79 83 / 0.05);
}

.border-grey\/50 {
  border-color: rgb(77 79 83 / 0.5);
}

.border-grey\/60 {
  border-color: rgb(77 79 83 / 0.6);
}

.border-grey\/70 {
  border-color: rgb(77 79 83 / 0.7);
}

.border-grey\/75 {
  border-color: rgb(77 79 83 / 0.75);
}

.border-grey\/80 {
  border-color: rgb(77 79 83 / 0.8);
}

.border-grey\/90 {
  border-color: rgb(77 79 83 / 0.9);
}

.border-grey\/95 {
  border-color: rgb(77 79 83 / 0.95);
}

.border-navy {
  --tw-border-opacity: 1;
  border-color: rgb(10 81 122 / var(--tw-border-opacity));
}

.border-navy-100 {
  --tw-border-opacity: 1;
  border-color: rgb(225 242 253 / var(--tw-border-opacity));
}

.border-navy-100\/0 {
  border-color: rgb(225 242 253 / 0);
}

.border-navy-100\/10 {
  border-color: rgb(225 242 253 / 0.1);
}

.border-navy-100\/100 {
  border-color: rgb(225 242 253 / 1);
}

.border-navy-100\/20 {
  border-color: rgb(225 242 253 / 0.2);
}

.border-navy-100\/25 {
  border-color: rgb(225 242 253 / 0.25);
}

.border-navy-100\/30 {
  border-color: rgb(225 242 253 / 0.3);
}

.border-navy-100\/40 {
  border-color: rgb(225 242 253 / 0.4);
}

.border-navy-100\/5 {
  border-color: rgb(225 242 253 / 0.05);
}

.border-navy-100\/50 {
  border-color: rgb(225 242 253 / 0.5);
}

.border-navy-100\/60 {
  border-color: rgb(225 242 253 / 0.6);
}

.border-navy-100\/70 {
  border-color: rgb(225 242 253 / 0.7);
}

.border-navy-100\/75 {
  border-color: rgb(225 242 253 / 0.75);
}

.border-navy-100\/80 {
  border-color: rgb(225 242 253 / 0.8);
}

.border-navy-100\/90 {
  border-color: rgb(225 242 253 / 0.9);
}

.border-navy-100\/95 {
  border-color: rgb(225 242 253 / 0.95);
}

.border-navy-200 {
  --tw-border-opacity: 1;
  border-color: rgb(188 228 251 / var(--tw-border-opacity));
}

.border-navy-200\/0 {
  border-color: rgb(188 228 251 / 0);
}

.border-navy-200\/10 {
  border-color: rgb(188 228 251 / 0.1);
}

.border-navy-200\/100 {
  border-color: rgb(188 228 251 / 1);
}

.border-navy-200\/20 {
  border-color: rgb(188 228 251 / 0.2);
}

.border-navy-200\/25 {
  border-color: rgb(188 228 251 / 0.25);
}

.border-navy-200\/30 {
  border-color: rgb(188 228 251 / 0.3);
}

.border-navy-200\/40 {
  border-color: rgb(188 228 251 / 0.4);
}

.border-navy-200\/5 {
  border-color: rgb(188 228 251 / 0.05);
}

.border-navy-200\/50 {
  border-color: rgb(188 228 251 / 0.5);
}

.border-navy-200\/60 {
  border-color: rgb(188 228 251 / 0.6);
}

.border-navy-200\/70 {
  border-color: rgb(188 228 251 / 0.7);
}

.border-navy-200\/75 {
  border-color: rgb(188 228 251 / 0.75);
}

.border-navy-200\/80 {
  border-color: rgb(188 228 251 / 0.8);
}

.border-navy-200\/90 {
  border-color: rgb(188 228 251 / 0.9);
}

.border-navy-200\/95 {
  border-color: rgb(188 228 251 / 0.95);
}

.border-navy-300 {
  --tw-border-opacity: 1;
  border-color: rgb(129 208 248 / var(--tw-border-opacity));
}

.border-navy-300\/0 {
  border-color: rgb(129 208 248 / 0);
}

.border-navy-300\/10 {
  border-color: rgb(129 208 248 / 0.1);
}

.border-navy-300\/100 {
  border-color: rgb(129 208 248 / 1);
}

.border-navy-300\/20 {
  border-color: rgb(129 208 248 / 0.2);
}

.border-navy-300\/25 {
  border-color: rgb(129 208 248 / 0.25);
}

.border-navy-300\/30 {
  border-color: rgb(129 208 248 / 0.3);
}

.border-navy-300\/40 {
  border-color: rgb(129 208 248 / 0.4);
}

.border-navy-300\/5 {
  border-color: rgb(129 208 248 / 0.05);
}

.border-navy-300\/50 {
  border-color: rgb(129 208 248 / 0.5);
}

.border-navy-300\/60 {
  border-color: rgb(129 208 248 / 0.6);
}

.border-navy-300\/70 {
  border-color: rgb(129 208 248 / 0.7);
}

.border-navy-300\/75 {
  border-color: rgb(129 208 248 / 0.75);
}

.border-navy-300\/80 {
  border-color: rgb(129 208 248 / 0.8);
}

.border-navy-300\/90 {
  border-color: rgb(129 208 248 / 0.9);
}

.border-navy-300\/95 {
  border-color: rgb(129 208 248 / 0.95);
}

.border-navy-400 {
  --tw-border-opacity: 1;
  border-color: rgb(61 184 243 / var(--tw-border-opacity));
}

.border-navy-400\/0 {
  border-color: rgb(61 184 243 / 0);
}

.border-navy-400\/10 {
  border-color: rgb(61 184 243 / 0.1);
}

.border-navy-400\/100 {
  border-color: rgb(61 184 243 / 1);
}

.border-navy-400\/20 {
  border-color: rgb(61 184 243 / 0.2);
}

.border-navy-400\/25 {
  border-color: rgb(61 184 243 / 0.25);
}

.border-navy-400\/30 {
  border-color: rgb(61 184 243 / 0.3);
}

.border-navy-400\/40 {
  border-color: rgb(61 184 243 / 0.4);
}

.border-navy-400\/5 {
  border-color: rgb(61 184 243 / 0.05);
}

.border-navy-400\/50 {
  border-color: rgb(61 184 243 / 0.5);
}

.border-navy-400\/60 {
  border-color: rgb(61 184 243 / 0.6);
}

.border-navy-400\/70 {
  border-color: rgb(61 184 243 / 0.7);
}

.border-navy-400\/75 {
  border-color: rgb(61 184 243 / 0.75);
}

.border-navy-400\/80 {
  border-color: rgb(61 184 243 / 0.8);
}

.border-navy-400\/90 {
  border-color: rgb(61 184 243 / 0.9);
}

.border-navy-400\/95 {
  border-color: rgb(61 184 243 / 0.95);
}

.border-navy-50 {
  --tw-border-opacity: 1;
  border-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.border-navy-50\/0 {
  border-color: rgb(240 249 255 / 0);
}

.border-navy-50\/10 {
  border-color: rgb(240 249 255 / 0.1);
}

.border-navy-50\/100 {
  border-color: rgb(240 249 255 / 1);
}

.border-navy-50\/20 {
  border-color: rgb(240 249 255 / 0.2);
}

.border-navy-50\/25 {
  border-color: rgb(240 249 255 / 0.25);
}

.border-navy-50\/30 {
  border-color: rgb(240 249 255 / 0.3);
}

.border-navy-50\/40 {
  border-color: rgb(240 249 255 / 0.4);
}

.border-navy-50\/5 {
  border-color: rgb(240 249 255 / 0.05);
}

.border-navy-50\/50 {
  border-color: rgb(240 249 255 / 0.5);
}

.border-navy-50\/60 {
  border-color: rgb(240 249 255 / 0.6);
}

.border-navy-50\/70 {
  border-color: rgb(240 249 255 / 0.7);
}

.border-navy-50\/75 {
  border-color: rgb(240 249 255 / 0.75);
}

.border-navy-50\/80 {
  border-color: rgb(240 249 255 / 0.8);
}

.border-navy-50\/90 {
  border-color: rgb(240 249 255 / 0.9);
}

.border-navy-50\/95 {
  border-color: rgb(240 249 255 / 0.95);
}

.border-navy-500 {
  --tw-border-opacity: 1;
  border-color: rgb(20 160 227 / var(--tw-border-opacity));
}

.border-navy-500\/0 {
  border-color: rgb(20 160 227 / 0);
}

.border-navy-500\/10 {
  border-color: rgb(20 160 227 / 0.1);
}

.border-navy-500\/100 {
  border-color: rgb(20 160 227 / 1);
}

.border-navy-500\/20 {
  border-color: rgb(20 160 227 / 0.2);
}

.border-navy-500\/25 {
  border-color: rgb(20 160 227 / 0.25);
}

.border-navy-500\/30 {
  border-color: rgb(20 160 227 / 0.3);
}

.border-navy-500\/40 {
  border-color: rgb(20 160 227 / 0.4);
}

.border-navy-500\/5 {
  border-color: rgb(20 160 227 / 0.05);
}

.border-navy-500\/50 {
  border-color: rgb(20 160 227 / 0.5);
}

.border-navy-500\/60 {
  border-color: rgb(20 160 227 / 0.6);
}

.border-navy-500\/70 {
  border-color: rgb(20 160 227 / 0.7);
}

.border-navy-500\/75 {
  border-color: rgb(20 160 227 / 0.75);
}

.border-navy-500\/80 {
  border-color: rgb(20 160 227 / 0.8);
}

.border-navy-500\/90 {
  border-color: rgb(20 160 227 / 0.9);
}

.border-navy-500\/95 {
  border-color: rgb(20 160 227 / 0.95);
}

.border-navy-600 {
  --tw-border-opacity: 1;
  border-color: rgb(8 127 193 / var(--tw-border-opacity));
}

.border-navy-600\/0 {
  border-color: rgb(8 127 193 / 0);
}

.border-navy-600\/10 {
  border-color: rgb(8 127 193 / 0.1);
}

.border-navy-600\/100 {
  border-color: rgb(8 127 193 / 1);
}

.border-navy-600\/20 {
  border-color: rgb(8 127 193 / 0.2);
}

.border-navy-600\/25 {
  border-color: rgb(8 127 193 / 0.25);
}

.border-navy-600\/30 {
  border-color: rgb(8 127 193 / 0.3);
}

.border-navy-600\/40 {
  border-color: rgb(8 127 193 / 0.4);
}

.border-navy-600\/5 {
  border-color: rgb(8 127 193 / 0.05);
}

.border-navy-600\/50 {
  border-color: rgb(8 127 193 / 0.5);
}

.border-navy-600\/60 {
  border-color: rgb(8 127 193 / 0.6);
}

.border-navy-600\/70 {
  border-color: rgb(8 127 193 / 0.7);
}

.border-navy-600\/75 {
  border-color: rgb(8 127 193 / 0.75);
}

.border-navy-600\/80 {
  border-color: rgb(8 127 193 / 0.8);
}

.border-navy-600\/90 {
  border-color: rgb(8 127 193 / 0.9);
}

.border-navy-600\/95 {
  border-color: rgb(8 127 193 / 0.95);
}

.border-navy-700 {
  --tw-border-opacity: 1;
  border-color: rgb(8 102 156 / var(--tw-border-opacity));
}

.border-navy-700\/0 {
  border-color: rgb(8 102 156 / 0);
}

.border-navy-700\/10 {
  border-color: rgb(8 102 156 / 0.1);
}

.border-navy-700\/100 {
  border-color: rgb(8 102 156 / 1);
}

.border-navy-700\/20 {
  border-color: rgb(8 102 156 / 0.2);
}

.border-navy-700\/25 {
  border-color: rgb(8 102 156 / 0.25);
}

.border-navy-700\/30 {
  border-color: rgb(8 102 156 / 0.3);
}

.border-navy-700\/40 {
  border-color: rgb(8 102 156 / 0.4);
}

.border-navy-700\/5 {
  border-color: rgb(8 102 156 / 0.05);
}

.border-navy-700\/50 {
  border-color: rgb(8 102 156 / 0.5);
}

.border-navy-700\/60 {
  border-color: rgb(8 102 156 / 0.6);
}

.border-navy-700\/70 {
  border-color: rgb(8 102 156 / 0.7);
}

.border-navy-700\/75 {
  border-color: rgb(8 102 156 / 0.75);
}

.border-navy-700\/80 {
  border-color: rgb(8 102 156 / 0.8);
}

.border-navy-700\/90 {
  border-color: rgb(8 102 156 / 0.9);
}

.border-navy-700\/95 {
  border-color: rgb(8 102 156 / 0.95);
}

.border-navy-800 {
  --tw-border-opacity: 1;
  border-color: rgb(10 81 122 / var(--tw-border-opacity));
}

.border-navy-800\/0 {
  border-color: rgb(10 81 122 / 0);
}

.border-navy-800\/10 {
  border-color: rgb(10 81 122 / 0.1);
}

.border-navy-800\/100 {
  border-color: rgb(10 81 122 / 1);
}

.border-navy-800\/20 {
  border-color: rgb(10 81 122 / 0.2);
}

.border-navy-800\/25 {
  border-color: rgb(10 81 122 / 0.25);
}

.border-navy-800\/30 {
  border-color: rgb(10 81 122 / 0.3);
}

.border-navy-800\/40 {
  border-color: rgb(10 81 122 / 0.4);
}

.border-navy-800\/5 {
  border-color: rgb(10 81 122 / 0.05);
}

.border-navy-800\/50 {
  border-color: rgb(10 81 122 / 0.5);
}

.border-navy-800\/60 {
  border-color: rgb(10 81 122 / 0.6);
}

.border-navy-800\/70 {
  border-color: rgb(10 81 122 / 0.7);
}

.border-navy-800\/75 {
  border-color: rgb(10 81 122 / 0.75);
}

.border-navy-800\/80 {
  border-color: rgb(10 81 122 / 0.8);
}

.border-navy-800\/90 {
  border-color: rgb(10 81 122 / 0.9);
}

.border-navy-800\/95 {
  border-color: rgb(10 81 122 / 0.95);
}

.border-navy-900 {
  --tw-border-opacity: 1;
  border-color: rgb(15 71 107 / var(--tw-border-opacity));
}

.border-navy-900\/0 {
  border-color: rgb(15 71 107 / 0);
}

.border-navy-900\/10 {
  border-color: rgb(15 71 107 / 0.1);
}

.border-navy-900\/100 {
  border-color: rgb(15 71 107 / 1);
}

.border-navy-900\/20 {
  border-color: rgb(15 71 107 / 0.2);
}

.border-navy-900\/25 {
  border-color: rgb(15 71 107 / 0.25);
}

.border-navy-900\/30 {
  border-color: rgb(15 71 107 / 0.3);
}

.border-navy-900\/40 {
  border-color: rgb(15 71 107 / 0.4);
}

.border-navy-900\/5 {
  border-color: rgb(15 71 107 / 0.05);
}

.border-navy-900\/50 {
  border-color: rgb(15 71 107 / 0.5);
}

.border-navy-900\/60 {
  border-color: rgb(15 71 107 / 0.6);
}

.border-navy-900\/70 {
  border-color: rgb(15 71 107 / 0.7);
}

.border-navy-900\/75 {
  border-color: rgb(15 71 107 / 0.75);
}

.border-navy-900\/80 {
  border-color: rgb(15 71 107 / 0.8);
}

.border-navy-900\/90 {
  border-color: rgb(15 71 107 / 0.9);
}

.border-navy-900\/95 {
  border-color: rgb(15 71 107 / 0.95);
}

.border-navy-950 {
  --tw-border-opacity: 1;
  border-color: rgb(10 46 71 / var(--tw-border-opacity));
}

.border-navy-950\/0 {
  border-color: rgb(10 46 71 / 0);
}

.border-navy-950\/10 {
  border-color: rgb(10 46 71 / 0.1);
}

.border-navy-950\/100 {
  border-color: rgb(10 46 71 / 1);
}

.border-navy-950\/20 {
  border-color: rgb(10 46 71 / 0.2);
}

.border-navy-950\/25 {
  border-color: rgb(10 46 71 / 0.25);
}

.border-navy-950\/30 {
  border-color: rgb(10 46 71 / 0.3);
}

.border-navy-950\/40 {
  border-color: rgb(10 46 71 / 0.4);
}

.border-navy-950\/5 {
  border-color: rgb(10 46 71 / 0.05);
}

.border-navy-950\/50 {
  border-color: rgb(10 46 71 / 0.5);
}

.border-navy-950\/60 {
  border-color: rgb(10 46 71 / 0.6);
}

.border-navy-950\/70 {
  border-color: rgb(10 46 71 / 0.7);
}

.border-navy-950\/75 {
  border-color: rgb(10 46 71 / 0.75);
}

.border-navy-950\/80 {
  border-color: rgb(10 46 71 / 0.8);
}

.border-navy-950\/90 {
  border-color: rgb(10 46 71 / 0.9);
}

.border-navy-950\/95 {
  border-color: rgb(10 46 71 / 0.95);
}

.border-navy\/0 {
  border-color: rgb(10 81 122 / 0);
}

.border-navy\/10 {
  border-color: rgb(10 81 122 / 0.1);
}

.border-navy\/100 {
  border-color: rgb(10 81 122 / 1);
}

.border-navy\/20 {
  border-color: rgb(10 81 122 / 0.2);
}

.border-navy\/25 {
  border-color: rgb(10 81 122 / 0.25);
}

.border-navy\/30 {
  border-color: rgb(10 81 122 / 0.3);
}

.border-navy\/40 {
  border-color: rgb(10 81 122 / 0.4);
}

.border-navy\/5 {
  border-color: rgb(10 81 122 / 0.05);
}

.border-navy\/50 {
  border-color: rgb(10 81 122 / 0.5);
}

.border-navy\/60 {
  border-color: rgb(10 81 122 / 0.6);
}

.border-navy\/70 {
  border-color: rgb(10 81 122 / 0.7);
}

.border-navy\/75 {
  border-color: rgb(10 81 122 / 0.75);
}

.border-navy\/80 {
  border-color: rgb(10 81 122 / 0.8);
}

.border-navy\/90 {
  border-color: rgb(10 81 122 / 0.9);
}

.border-navy\/95 {
  border-color: rgb(10 81 122 / 0.95);
}

.border-neutral-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.border-neutral-100\/0 {
  border-color: rgb(245 245 245 / 0);
}

.border-neutral-100\/10 {
  border-color: rgb(245 245 245 / 0.1);
}

.border-neutral-100\/100 {
  border-color: rgb(245 245 245 / 1);
}

.border-neutral-100\/20 {
  border-color: rgb(245 245 245 / 0.2);
}

.border-neutral-100\/25 {
  border-color: rgb(245 245 245 / 0.25);
}

.border-neutral-100\/30 {
  border-color: rgb(245 245 245 / 0.3);
}

.border-neutral-100\/40 {
  border-color: rgb(245 245 245 / 0.4);
}

.border-neutral-100\/5 {
  border-color: rgb(245 245 245 / 0.05);
}

.border-neutral-100\/50 {
  border-color: rgb(245 245 245 / 0.5);
}

.border-neutral-100\/60 {
  border-color: rgb(245 245 245 / 0.6);
}

.border-neutral-100\/70 {
  border-color: rgb(245 245 245 / 0.7);
}

.border-neutral-100\/75 {
  border-color: rgb(245 245 245 / 0.75);
}

.border-neutral-100\/80 {
  border-color: rgb(245 245 245 / 0.8);
}

.border-neutral-100\/90 {
  border-color: rgb(245 245 245 / 0.9);
}

.border-neutral-100\/95 {
  border-color: rgb(245 245 245 / 0.95);
}

.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-neutral-200\/0 {
  border-color: rgb(229 229 229 / 0);
}

.border-neutral-200\/10 {
  border-color: rgb(229 229 229 / 0.1);
}

.border-neutral-200\/100 {
  border-color: rgb(229 229 229 / 1);
}

.border-neutral-200\/20 {
  border-color: rgb(229 229 229 / 0.2);
}

.border-neutral-200\/25 {
  border-color: rgb(229 229 229 / 0.25);
}

.border-neutral-200\/30 {
  border-color: rgb(229 229 229 / 0.3);
}

.border-neutral-200\/40 {
  border-color: rgb(229 229 229 / 0.4);
}

.border-neutral-200\/5 {
  border-color: rgb(229 229 229 / 0.05);
}

.border-neutral-200\/50 {
  border-color: rgb(229 229 229 / 0.5);
}

.border-neutral-200\/60 {
  border-color: rgb(229 229 229 / 0.6);
}

.border-neutral-200\/70 {
  border-color: rgb(229 229 229 / 0.7);
}

.border-neutral-200\/75 {
  border-color: rgb(229 229 229 / 0.75);
}

.border-neutral-200\/80 {
  border-color: rgb(229 229 229 / 0.8);
}

.border-neutral-200\/90 {
  border-color: rgb(229 229 229 / 0.9);
}

.border-neutral-200\/95 {
  border-color: rgb(229 229 229 / 0.95);
}

.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-neutral-300\/0 {
  border-color: rgb(212 212 212 / 0);
}

.border-neutral-300\/10 {
  border-color: rgb(212 212 212 / 0.1);
}

.border-neutral-300\/100 {
  border-color: rgb(212 212 212 / 1);
}

.border-neutral-300\/20 {
  border-color: rgb(212 212 212 / 0.2);
}

.border-neutral-300\/25 {
  border-color: rgb(212 212 212 / 0.25);
}

.border-neutral-300\/30 {
  border-color: rgb(212 212 212 / 0.3);
}

.border-neutral-300\/40 {
  border-color: rgb(212 212 212 / 0.4);
}

.border-neutral-300\/5 {
  border-color: rgb(212 212 212 / 0.05);
}

.border-neutral-300\/50 {
  border-color: rgb(212 212 212 / 0.5);
}

.border-neutral-300\/60 {
  border-color: rgb(212 212 212 / 0.6);
}

.border-neutral-300\/70 {
  border-color: rgb(212 212 212 / 0.7);
}

.border-neutral-300\/75 {
  border-color: rgb(212 212 212 / 0.75);
}

.border-neutral-300\/80 {
  border-color: rgb(212 212 212 / 0.8);
}

.border-neutral-300\/90 {
  border-color: rgb(212 212 212 / 0.9);
}

.border-neutral-300\/95 {
  border-color: rgb(212 212 212 / 0.95);
}

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

.border-neutral-400\/0 {
  border-color: rgb(163 163 163 / 0);
}

.border-neutral-400\/10 {
  border-color: rgb(163 163 163 / 0.1);
}

.border-neutral-400\/100 {
  border-color: rgb(163 163 163 / 1);
}

.border-neutral-400\/20 {
  border-color: rgb(163 163 163 / 0.2);
}

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

.border-neutral-400\/30 {
  border-color: rgb(163 163 163 / 0.3);
}

.border-neutral-400\/40 {
  border-color: rgb(163 163 163 / 0.4);
}

.border-neutral-400\/5 {
  border-color: rgb(163 163 163 / 0.05);
}

.border-neutral-400\/50 {
  border-color: rgb(163 163 163 / 0.5);
}

.border-neutral-400\/60 {
  border-color: rgb(163 163 163 / 0.6);
}

.border-neutral-400\/70 {
  border-color: rgb(163 163 163 / 0.7);
}

.border-neutral-400\/75 {
  border-color: rgb(163 163 163 / 0.75);
}

.border-neutral-400\/80 {
  border-color: rgb(163 163 163 / 0.8);
}

.border-neutral-400\/90 {
  border-color: rgb(163 163 163 / 0.9);
}

.border-neutral-400\/95 {
  border-color: rgb(163 163 163 / 0.95);
}

.border-neutral-50 {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-neutral-50\/0 {
  border-color: rgb(250 250 250 / 0);
}

.border-neutral-50\/10 {
  border-color: rgb(250 250 250 / 0.1);
}

.border-neutral-50\/100 {
  border-color: rgb(250 250 250 / 1);
}

.border-neutral-50\/20 {
  border-color: rgb(250 250 250 / 0.2);
}

.border-neutral-50\/25 {
  border-color: rgb(250 250 250 / 0.25);
}

.border-neutral-50\/30 {
  border-color: rgb(250 250 250 / 0.3);
}

.border-neutral-50\/40 {
  border-color: rgb(250 250 250 / 0.4);
}

.border-neutral-50\/5 {
  border-color: rgb(250 250 250 / 0.05);
}

.border-neutral-50\/50 {
  border-color: rgb(250 250 250 / 0.5);
}

.border-neutral-50\/60 {
  border-color: rgb(250 250 250 / 0.6);
}

.border-neutral-50\/70 {
  border-color: rgb(250 250 250 / 0.7);
}

.border-neutral-50\/75 {
  border-color: rgb(250 250 250 / 0.75);
}

.border-neutral-50\/80 {
  border-color: rgb(250 250 250 / 0.8);
}

.border-neutral-50\/90 {
  border-color: rgb(250 250 250 / 0.9);
}

.border-neutral-50\/95 {
  border-color: rgb(250 250 250 / 0.95);
}

.border-neutral-500 {
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.border-neutral-500\/0 {
  border-color: rgb(115 115 115 / 0);
}

.border-neutral-500\/10 {
  border-color: rgb(115 115 115 / 0.1);
}

.border-neutral-500\/100 {
  border-color: rgb(115 115 115 / 1);
}

.border-neutral-500\/20 {
  border-color: rgb(115 115 115 / 0.2);
}

.border-neutral-500\/25 {
  border-color: rgb(115 115 115 / 0.25);
}

.border-neutral-500\/30 {
  border-color: rgb(115 115 115 / 0.3);
}

.border-neutral-500\/40 {
  border-color: rgb(115 115 115 / 0.4);
}

.border-neutral-500\/5 {
  border-color: rgb(115 115 115 / 0.05);
}

.border-neutral-500\/50 {
  border-color: rgb(115 115 115 / 0.5);
}

.border-neutral-500\/60 {
  border-color: rgb(115 115 115 / 0.6);
}

.border-neutral-500\/70 {
  border-color: rgb(115 115 115 / 0.7);
}

.border-neutral-500\/75 {
  border-color: rgb(115 115 115 / 0.75);
}

.border-neutral-500\/80 {
  border-color: rgb(115 115 115 / 0.8);
}

.border-neutral-500\/90 {
  border-color: rgb(115 115 115 / 0.9);
}

.border-neutral-500\/95 {
  border-color: rgb(115 115 115 / 0.95);
}

.border-neutral-600 {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.border-neutral-600\/0 {
  border-color: rgb(82 82 82 / 0);
}

.border-neutral-600\/10 {
  border-color: rgb(82 82 82 / 0.1);
}

.border-neutral-600\/100 {
  border-color: rgb(82 82 82 / 1);
}

.border-neutral-600\/20 {
  border-color: rgb(82 82 82 / 0.2);
}

.border-neutral-600\/25 {
  border-color: rgb(82 82 82 / 0.25);
}

.border-neutral-600\/30 {
  border-color: rgb(82 82 82 / 0.3);
}

.border-neutral-600\/40 {
  border-color: rgb(82 82 82 / 0.4);
}

.border-neutral-600\/5 {
  border-color: rgb(82 82 82 / 0.05);
}

.border-neutral-600\/50 {
  border-color: rgb(82 82 82 / 0.5);
}

.border-neutral-600\/60 {
  border-color: rgb(82 82 82 / 0.6);
}

.border-neutral-600\/70 {
  border-color: rgb(82 82 82 / 0.7);
}

.border-neutral-600\/75 {
  border-color: rgb(82 82 82 / 0.75);
}

.border-neutral-600\/80 {
  border-color: rgb(82 82 82 / 0.8);
}

.border-neutral-600\/90 {
  border-color: rgb(82 82 82 / 0.9);
}

.border-neutral-600\/95 {
  border-color: rgb(82 82 82 / 0.95);
}

.border-neutral-700 {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.border-neutral-700\/0 {
  border-color: rgb(64 64 64 / 0);
}

.border-neutral-700\/10 {
  border-color: rgb(64 64 64 / 0.1);
}

.border-neutral-700\/100 {
  border-color: rgb(64 64 64 / 1);
}

.border-neutral-700\/20 {
  border-color: rgb(64 64 64 / 0.2);
}

.border-neutral-700\/25 {
  border-color: rgb(64 64 64 / 0.25);
}

.border-neutral-700\/30 {
  border-color: rgb(64 64 64 / 0.3);
}

.border-neutral-700\/40 {
  border-color: rgb(64 64 64 / 0.4);
}

.border-neutral-700\/5 {
  border-color: rgb(64 64 64 / 0.05);
}

.border-neutral-700\/50 {
  border-color: rgb(64 64 64 / 0.5);
}

.border-neutral-700\/60 {
  border-color: rgb(64 64 64 / 0.6);
}

.border-neutral-700\/70 {
  border-color: rgb(64 64 64 / 0.7);
}

.border-neutral-700\/75 {
  border-color: rgb(64 64 64 / 0.75);
}

.border-neutral-700\/80 {
  border-color: rgb(64 64 64 / 0.8);
}

.border-neutral-700\/90 {
  border-color: rgb(64 64 64 / 0.9);
}

.border-neutral-700\/95 {
  border-color: rgb(64 64 64 / 0.95);
}

.border-neutral-800 {
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.border-neutral-800\/0 {
  border-color: rgb(38 38 38 / 0);
}

.border-neutral-800\/10 {
  border-color: rgb(38 38 38 / 0.1);
}

.border-neutral-800\/100 {
  border-color: rgb(38 38 38 / 1);
}

.border-neutral-800\/20 {
  border-color: rgb(38 38 38 / 0.2);
}

.border-neutral-800\/25 {
  border-color: rgb(38 38 38 / 0.25);
}

.border-neutral-800\/30 {
  border-color: rgb(38 38 38 / 0.3);
}

.border-neutral-800\/40 {
  border-color: rgb(38 38 38 / 0.4);
}

.border-neutral-800\/5 {
  border-color: rgb(38 38 38 / 0.05);
}

.border-neutral-800\/50 {
  border-color: rgb(38 38 38 / 0.5);
}

.border-neutral-800\/60 {
  border-color: rgb(38 38 38 / 0.6);
}

.border-neutral-800\/70 {
  border-color: rgb(38 38 38 / 0.7);
}

.border-neutral-800\/75 {
  border-color: rgb(38 38 38 / 0.75);
}

.border-neutral-800\/80 {
  border-color: rgb(38 38 38 / 0.8);
}

.border-neutral-800\/90 {
  border-color: rgb(38 38 38 / 0.9);
}

.border-neutral-800\/95 {
  border-color: rgb(38 38 38 / 0.95);
}

.border-neutral-900 {
  --tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.border-neutral-900\/0 {
  border-color: rgb(23 23 23 / 0);
}

.border-neutral-900\/10 {
  border-color: rgb(23 23 23 / 0.1);
}

.border-neutral-900\/100 {
  border-color: rgb(23 23 23 / 1);
}

.border-neutral-900\/20 {
  border-color: rgb(23 23 23 / 0.2);
}

.border-neutral-900\/25 {
  border-color: rgb(23 23 23 / 0.25);
}

.border-neutral-900\/30 {
  border-color: rgb(23 23 23 / 0.3);
}

.border-neutral-900\/40 {
  border-color: rgb(23 23 23 / 0.4);
}

.border-neutral-900\/5 {
  border-color: rgb(23 23 23 / 0.05);
}

.border-neutral-900\/50 {
  border-color: rgb(23 23 23 / 0.5);
}

.border-neutral-900\/60 {
  border-color: rgb(23 23 23 / 0.6);
}

.border-neutral-900\/70 {
  border-color: rgb(23 23 23 / 0.7);
}

.border-neutral-900\/75 {
  border-color: rgb(23 23 23 / 0.75);
}

.border-neutral-900\/80 {
  border-color: rgb(23 23 23 / 0.8);
}

.border-neutral-900\/90 {
  border-color: rgb(23 23 23 / 0.9);
}

.border-neutral-900\/95 {
  border-color: rgb(23 23 23 / 0.95);
}

.border-neutral-950 {
  --tw-border-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.border-neutral-950\/0 {
  border-color: rgb(10 10 10 / 0);
}

.border-neutral-950\/10 {
  border-color: rgb(10 10 10 / 0.1);
}

.border-neutral-950\/100 {
  border-color: rgb(10 10 10 / 1);
}

.border-neutral-950\/20 {
  border-color: rgb(10 10 10 / 0.2);
}

.border-neutral-950\/25 {
  border-color: rgb(10 10 10 / 0.25);
}

.border-neutral-950\/30 {
  border-color: rgb(10 10 10 / 0.3);
}

.border-neutral-950\/40 {
  border-color: rgb(10 10 10 / 0.4);
}

.border-neutral-950\/5 {
  border-color: rgb(10 10 10 / 0.05);
}

.border-neutral-950\/50 {
  border-color: rgb(10 10 10 / 0.5);
}

.border-neutral-950\/60 {
  border-color: rgb(10 10 10 / 0.6);
}

.border-neutral-950\/70 {
  border-color: rgb(10 10 10 / 0.7);
}

.border-neutral-950\/75 {
  border-color: rgb(10 10 10 / 0.75);
}

.border-neutral-950\/80 {
  border-color: rgb(10 10 10 / 0.8);
}

.border-neutral-950\/90 {
  border-color: rgb(10 10 10 / 0.9);
}

.border-neutral-950\/95 {
  border-color: rgb(10 10 10 / 0.95);
}

.border-orange {
  --tw-border-opacity: 1;
  border-color: rgb(237 140 1 / var(--tw-border-opacity));
}

.border-orange-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 247 198 / var(--tw-border-opacity));
}

.border-orange-100\/0 {
  border-color: rgb(255 247 198 / 0);
}

.border-orange-100\/10 {
  border-color: rgb(255 247 198 / 0.1);
}

.border-orange-100\/100 {
  border-color: rgb(255 247 198 / 1);
}

.border-orange-100\/20 {
  border-color: rgb(255 247 198 / 0.2);
}

.border-orange-100\/25 {
  border-color: rgb(255 247 198 / 0.25);
}

.border-orange-100\/30 {
  border-color: rgb(255 247 198 / 0.3);
}

.border-orange-100\/40 {
  border-color: rgb(255 247 198 / 0.4);
}

.border-orange-100\/5 {
  border-color: rgb(255 247 198 / 0.05);
}

.border-orange-100\/50 {
  border-color: rgb(255 247 198 / 0.5);
}

.border-orange-100\/60 {
  border-color: rgb(255 247 198 / 0.6);
}

.border-orange-100\/70 {
  border-color: rgb(255 247 198 / 0.7);
}

.border-orange-100\/75 {
  border-color: rgb(255 247 198 / 0.75);
}

.border-orange-100\/80 {
  border-color: rgb(255 247 198 / 0.8);
}

.border-orange-100\/90 {
  border-color: rgb(255 247 198 / 0.9);
}

.border-orange-100\/95 {
  border-color: rgb(255 247 198 / 0.95);
}

.border-orange-200 {
  --tw-border-opacity: 1;
  border-color: rgb(255 238 135 / var(--tw-border-opacity));
}

.border-orange-200\/0 {
  border-color: rgb(255 238 135 / 0);
}

.border-orange-200\/10 {
  border-color: rgb(255 238 135 / 0.1);
}

.border-orange-200\/100 {
  border-color: rgb(255 238 135 / 1);
}

.border-orange-200\/20 {
  border-color: rgb(255 238 135 / 0.2);
}

.border-orange-200\/25 {
  border-color: rgb(255 238 135 / 0.25);
}

.border-orange-200\/30 {
  border-color: rgb(255 238 135 / 0.3);
}

.border-orange-200\/40 {
  border-color: rgb(255 238 135 / 0.4);
}

.border-orange-200\/5 {
  border-color: rgb(255 238 135 / 0.05);
}

.border-orange-200\/50 {
  border-color: rgb(255 238 135 / 0.5);
}

.border-orange-200\/60 {
  border-color: rgb(255 238 135 / 0.6);
}

.border-orange-200\/70 {
  border-color: rgb(255 238 135 / 0.7);
}

.border-orange-200\/75 {
  border-color: rgb(255 238 135 / 0.75);
}

.border-orange-200\/80 {
  border-color: rgb(255 238 135 / 0.8);
}

.border-orange-200\/90 {
  border-color: rgb(255 238 135 / 0.9);
}

.border-orange-200\/95 {
  border-color: rgb(255 238 135 / 0.95);
}

.border-orange-300 {
  --tw-border-opacity: 1;
  border-color: rgb(255 223 73 / var(--tw-border-opacity));
}

.border-orange-300\/0 {
  border-color: rgb(255 223 73 / 0);
}

.border-orange-300\/10 {
  border-color: rgb(255 223 73 / 0.1);
}

.border-orange-300\/100 {
  border-color: rgb(255 223 73 / 1);
}

.border-orange-300\/20 {
  border-color: rgb(255 223 73 / 0.2);
}

.border-orange-300\/25 {
  border-color: rgb(255 223 73 / 0.25);
}

.border-orange-300\/30 {
  border-color: rgb(255 223 73 / 0.3);
}

.border-orange-300\/40 {
  border-color: rgb(255 223 73 / 0.4);
}

.border-orange-300\/5 {
  border-color: rgb(255 223 73 / 0.05);
}

.border-orange-300\/50 {
  border-color: rgb(255 223 73 / 0.5);
}

.border-orange-300\/60 {
  border-color: rgb(255 223 73 / 0.6);
}

.border-orange-300\/70 {
  border-color: rgb(255 223 73 / 0.7);
}

.border-orange-300\/75 {
  border-color: rgb(255 223 73 / 0.75);
}

.border-orange-300\/80 {
  border-color: rgb(255 223 73 / 0.8);
}

.border-orange-300\/90 {
  border-color: rgb(255 223 73 / 0.9);
}

.border-orange-300\/95 {
  border-color: rgb(255 223 73 / 0.95);
}

.border-orange-400 {
  --tw-border-opacity: 1;
  border-color: rgb(255 205 31 / var(--tw-border-opacity));
}

.border-orange-400\/0 {
  border-color: rgb(255 205 31 / 0);
}

.border-orange-400\/10 {
  border-color: rgb(255 205 31 / 0.1);
}

.border-orange-400\/100 {
  border-color: rgb(255 205 31 / 1);
}

.border-orange-400\/20 {
  border-color: rgb(255 205 31 / 0.2);
}

.border-orange-400\/25 {
  border-color: rgb(255 205 31 / 0.25);
}

.border-orange-400\/30 {
  border-color: rgb(255 205 31 / 0.3);
}

.border-orange-400\/40 {
  border-color: rgb(255 205 31 / 0.4);
}

.border-orange-400\/5 {
  border-color: rgb(255 205 31 / 0.05);
}

.border-orange-400\/50 {
  border-color: rgb(255 205 31 / 0.5);
}

.border-orange-400\/60 {
  border-color: rgb(255 205 31 / 0.6);
}

.border-orange-400\/70 {
  border-color: rgb(255 205 31 / 0.7);
}

.border-orange-400\/75 {
  border-color: rgb(255 205 31 / 0.75);
}

.border-orange-400\/80 {
  border-color: rgb(255 205 31 / 0.8);
}

.border-orange-400\/90 {
  border-color: rgb(255 205 31 / 0.9);
}

.border-orange-400\/95 {
  border-color: rgb(255 205 31 / 0.95);
}

.border-orange-50 {
  --tw-border-opacity: 1;
  border-color: rgb(255 252 235 / var(--tw-border-opacity));
}

.border-orange-50\/0 {
  border-color: rgb(255 252 235 / 0);
}

.border-orange-50\/10 {
  border-color: rgb(255 252 235 / 0.1);
}

.border-orange-50\/100 {
  border-color: rgb(255 252 235 / 1);
}

.border-orange-50\/20 {
  border-color: rgb(255 252 235 / 0.2);
}

.border-orange-50\/25 {
  border-color: rgb(255 252 235 / 0.25);
}

.border-orange-50\/30 {
  border-color: rgb(255 252 235 / 0.3);
}

.border-orange-50\/40 {
  border-color: rgb(255 252 235 / 0.4);
}

.border-orange-50\/5 {
  border-color: rgb(255 252 235 / 0.05);
}

.border-orange-50\/50 {
  border-color: rgb(255 252 235 / 0.5);
}

.border-orange-50\/60 {
  border-color: rgb(255 252 235 / 0.6);
}

.border-orange-50\/70 {
  border-color: rgb(255 252 235 / 0.7);
}

.border-orange-50\/75 {
  border-color: rgb(255 252 235 / 0.75);
}

.border-orange-50\/80 {
  border-color: rgb(255 252 235 / 0.8);
}

.border-orange-50\/90 {
  border-color: rgb(255 252 235 / 0.9);
}

.border-orange-50\/95 {
  border-color: rgb(255 252 235 / 0.95);
}

.border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgb(251 172 5 / var(--tw-border-opacity));
}

.border-orange-500\/0 {
  border-color: rgb(251 172 5 / 0);
}

.border-orange-500\/10 {
  border-color: rgb(251 172 5 / 0.1);
}

.border-orange-500\/100 {
  border-color: rgb(251 172 5 / 1);
}

.border-orange-500\/20 {
  border-color: rgb(251 172 5 / 0.2);
}

.border-orange-500\/25 {
  border-color: rgb(251 172 5 / 0.25);
}

.border-orange-500\/30 {
  border-color: rgb(251 172 5 / 0.3);
}

.border-orange-500\/40 {
  border-color: rgb(251 172 5 / 0.4);
}

.border-orange-500\/5 {
  border-color: rgb(251 172 5 / 0.05);
}

.border-orange-500\/50 {
  border-color: rgb(251 172 5 / 0.5);
}

.border-orange-500\/60 {
  border-color: rgb(251 172 5 / 0.6);
}

.border-orange-500\/70 {
  border-color: rgb(251 172 5 / 0.7);
}

.border-orange-500\/75 {
  border-color: rgb(251 172 5 / 0.75);
}

.border-orange-500\/80 {
  border-color: rgb(251 172 5 / 0.8);
}

.border-orange-500\/90 {
  border-color: rgb(251 172 5 / 0.9);
}

.border-orange-500\/95 {
  border-color: rgb(251 172 5 / 0.95);
}

.border-orange-600 {
  --tw-border-opacity: 1;
  border-color: rgb(237 140 1 / var(--tw-border-opacity));
}

.border-orange-600\/0 {
  border-color: rgb(237 140 1 / 0);
}

.border-orange-600\/10 {
  border-color: rgb(237 140 1 / 0.1);
}

.border-orange-600\/100 {
  border-color: rgb(237 140 1 / 1);
}

.border-orange-600\/20 {
  border-color: rgb(237 140 1 / 0.2);
}

.border-orange-600\/25 {
  border-color: rgb(237 140 1 / 0.25);
}

.border-orange-600\/30 {
  border-color: rgb(237 140 1 / 0.3);
}

.border-orange-600\/40 {
  border-color: rgb(237 140 1 / 0.4);
}

.border-orange-600\/5 {
  border-color: rgb(237 140 1 / 0.05);
}

.border-orange-600\/50 {
  border-color: rgb(237 140 1 / 0.5);
}

.border-orange-600\/60 {
  border-color: rgb(237 140 1 / 0.6);
}

.border-orange-600\/70 {
  border-color: rgb(237 140 1 / 0.7);
}

.border-orange-600\/75 {
  border-color: rgb(237 140 1 / 0.75);
}

.border-orange-600\/80 {
  border-color: rgb(237 140 1 / 0.8);
}

.border-orange-600\/90 {
  border-color: rgb(237 140 1 / 0.9);
}

.border-orange-600\/95 {
  border-color: rgb(237 140 1 / 0.95);
}

.border-orange-700 {
  --tw-border-opacity: 1;
  border-color: rgb(184 92 5 / var(--tw-border-opacity));
}

.border-orange-700\/0 {
  border-color: rgb(184 92 5 / 0);
}

.border-orange-700\/10 {
  border-color: rgb(184 92 5 / 0.1);
}

.border-orange-700\/100 {
  border-color: rgb(184 92 5 / 1);
}

.border-orange-700\/20 {
  border-color: rgb(184 92 5 / 0.2);
}

.border-orange-700\/25 {
  border-color: rgb(184 92 5 / 0.25);
}

.border-orange-700\/30 {
  border-color: rgb(184 92 5 / 0.3);
}

.border-orange-700\/40 {
  border-color: rgb(184 92 5 / 0.4);
}

.border-orange-700\/5 {
  border-color: rgb(184 92 5 / 0.05);
}

.border-orange-700\/50 {
  border-color: rgb(184 92 5 / 0.5);
}

.border-orange-700\/60 {
  border-color: rgb(184 92 5 / 0.6);
}

.border-orange-700\/70 {
  border-color: rgb(184 92 5 / 0.7);
}

.border-orange-700\/75 {
  border-color: rgb(184 92 5 / 0.75);
}

.border-orange-700\/80 {
  border-color: rgb(184 92 5 / 0.8);
}

.border-orange-700\/90 {
  border-color: rgb(184 92 5 / 0.9);
}

.border-orange-700\/95 {
  border-color: rgb(184 92 5 / 0.95);
}

.border-orange-800 {
  --tw-border-opacity: 1;
  border-color: rgb(149 70 11 / var(--tw-border-opacity));
}

.border-orange-800\/0 {
  border-color: rgb(149 70 11 / 0);
}

.border-orange-800\/10 {
  border-color: rgb(149 70 11 / 0.1);
}

.border-orange-800\/100 {
  border-color: rgb(149 70 11 / 1);
}

.border-orange-800\/20 {
  border-color: rgb(149 70 11 / 0.2);
}

.border-orange-800\/25 {
  border-color: rgb(149 70 11 / 0.25);
}

.border-orange-800\/30 {
  border-color: rgb(149 70 11 / 0.3);
}

.border-orange-800\/40 {
  border-color: rgb(149 70 11 / 0.4);
}

.border-orange-800\/5 {
  border-color: rgb(149 70 11 / 0.05);
}

.border-orange-800\/50 {
  border-color: rgb(149 70 11 / 0.5);
}

.border-orange-800\/60 {
  border-color: rgb(149 70 11 / 0.6);
}

.border-orange-800\/70 {
  border-color: rgb(149 70 11 / 0.7);
}

.border-orange-800\/75 {
  border-color: rgb(149 70 11 / 0.75);
}

.border-orange-800\/80 {
  border-color: rgb(149 70 11 / 0.8);
}

.border-orange-800\/90 {
  border-color: rgb(149 70 11 / 0.9);
}

.border-orange-800\/95 {
  border-color: rgb(149 70 11 / 0.95);
}

.border-orange-900 {
  --tw-border-opacity: 1;
  border-color: rgb(123 58 12 / var(--tw-border-opacity));
}

.border-orange-900\/0 {
  border-color: rgb(123 58 12 / 0);
}

.border-orange-900\/10 {
  border-color: rgb(123 58 12 / 0.1);
}

.border-orange-900\/100 {
  border-color: rgb(123 58 12 / 1);
}

.border-orange-900\/20 {
  border-color: rgb(123 58 12 / 0.2);
}

.border-orange-900\/25 {
  border-color: rgb(123 58 12 / 0.25);
}

.border-orange-900\/30 {
  border-color: rgb(123 58 12 / 0.3);
}

.border-orange-900\/40 {
  border-color: rgb(123 58 12 / 0.4);
}

.border-orange-900\/5 {
  border-color: rgb(123 58 12 / 0.05);
}

.border-orange-900\/50 {
  border-color: rgb(123 58 12 / 0.5);
}

.border-orange-900\/60 {
  border-color: rgb(123 58 12 / 0.6);
}

.border-orange-900\/70 {
  border-color: rgb(123 58 12 / 0.7);
}

.border-orange-900\/75 {
  border-color: rgb(123 58 12 / 0.75);
}

.border-orange-900\/80 {
  border-color: rgb(123 58 12 / 0.8);
}

.border-orange-900\/90 {
  border-color: rgb(123 58 12 / 0.9);
}

.border-orange-900\/95 {
  border-color: rgb(123 58 12 / 0.95);
}

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

.border-orange-950\/0 {
  border-color: rgb(71 30 1 / 0);
}

.border-orange-950\/10 {
  border-color: rgb(71 30 1 / 0.1);
}

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

.border-orange-950\/20 {
  border-color: rgb(71 30 1 / 0.2);
}

.border-orange-950\/25 {
  border-color: rgb(71 30 1 / 0.25);
}

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

.border-orange-950\/40 {
  border-color: rgb(71 30 1 / 0.4);
}

.border-orange-950\/5 {
  border-color: rgb(71 30 1 / 0.05);
}

.border-orange-950\/50 {
  border-color: rgb(71 30 1 / 0.5);
}

.border-orange-950\/60 {
  border-color: rgb(71 30 1 / 0.6);
}

.border-orange-950\/70 {
  border-color: rgb(71 30 1 / 0.7);
}

.border-orange-950\/75 {
  border-color: rgb(71 30 1 / 0.75);
}

.border-orange-950\/80 {
  border-color: rgb(71 30 1 / 0.8);
}

.border-orange-950\/90 {
  border-color: rgb(71 30 1 / 0.9);
}

.border-orange-950\/95 {
  border-color: rgb(71 30 1 / 0.95);
}

.border-orange\/0 {
  border-color: rgb(237 140 1 / 0);
}

.border-orange\/10 {
  border-color: rgb(237 140 1 / 0.1);
}

.border-orange\/100 {
  border-color: rgb(237 140 1 / 1);
}

.border-orange\/20 {
  border-color: rgb(237 140 1 / 0.2);
}

.border-orange\/25 {
  border-color: rgb(237 140 1 / 0.25);
}

.border-orange\/30 {
  border-color: rgb(237 140 1 / 0.3);
}

.border-orange\/40 {
  border-color: rgb(237 140 1 / 0.4);
}

.border-orange\/5 {
  border-color: rgb(237 140 1 / 0.05);
}

.border-orange\/50 {
  border-color: rgb(237 140 1 / 0.5);
}

.border-orange\/60 {
  border-color: rgb(237 140 1 / 0.6);
}

.border-orange\/70 {
  border-color: rgb(237 140 1 / 0.7);
}

.border-orange\/75 {
  border-color: rgb(237 140 1 / 0.75);
}

.border-orange\/80 {
  border-color: rgb(237 140 1 / 0.8);
}

.border-orange\/90 {
  border-color: rgb(237 140 1 / 0.9);
}

.border-orange\/95 {
  border-color: rgb(237 140 1 / 0.95);
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(175 18 109 / var(--tw-border-opacity));
}

.border-primary-100 {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 247 / var(--tw-border-opacity));
}

.border-primary-100\/0 {
  border-color: rgb(253 230 247 / 0);
}

.border-primary-100\/10 {
  border-color: rgb(253 230 247 / 0.1);
}

.border-primary-100\/100 {
  border-color: rgb(253 230 247 / 1);
}

.border-primary-100\/20 {
  border-color: rgb(253 230 247 / 0.2);
}

.border-primary-100\/25 {
  border-color: rgb(253 230 247 / 0.25);
}

.border-primary-100\/30 {
  border-color: rgb(253 230 247 / 0.3);
}

.border-primary-100\/40 {
  border-color: rgb(253 230 247 / 0.4);
}

.border-primary-100\/5 {
  border-color: rgb(253 230 247 / 0.05);
}

.border-primary-100\/50 {
  border-color: rgb(253 230 247 / 0.5);
}

.border-primary-100\/60 {
  border-color: rgb(253 230 247 / 0.6);
}

.border-primary-100\/70 {
  border-color: rgb(253 230 247 / 0.7);
}

.border-primary-100\/75 {
  border-color: rgb(253 230 247 / 0.75);
}

.border-primary-100\/80 {
  border-color: rgb(253 230 247 / 0.8);
}

.border-primary-100\/90 {
  border-color: rgb(253 230 247 / 0.9);
}

.border-primary-100\/95 {
  border-color: rgb(253 230 247 / 0.95);
}

.border-primary-200 {
  --tw-border-opacity: 1;
  border-color: rgb(253 205 240 / var(--tw-border-opacity));
}

.border-primary-200\/0 {
  border-color: rgb(253 205 240 / 0);
}

.border-primary-200\/10 {
  border-color: rgb(253 205 240 / 0.1);
}

.border-primary-200\/100 {
  border-color: rgb(253 205 240 / 1);
}

.border-primary-200\/20 {
  border-color: rgb(253 205 240 / 0.2);
}

.border-primary-200\/25 {
  border-color: rgb(253 205 240 / 0.25);
}

.border-primary-200\/30 {
  border-color: rgb(253 205 240 / 0.3);
}

.border-primary-200\/40 {
  border-color: rgb(253 205 240 / 0.4);
}

.border-primary-200\/5 {
  border-color: rgb(253 205 240 / 0.05);
}

.border-primary-200\/50 {
  border-color: rgb(253 205 240 / 0.5);
}

.border-primary-200\/60 {
  border-color: rgb(253 205 240 / 0.6);
}

.border-primary-200\/70 {
  border-color: rgb(253 205 240 / 0.7);
}

.border-primary-200\/75 {
  border-color: rgb(253 205 240 / 0.75);
}

.border-primary-200\/80 {
  border-color: rgb(253 205 240 / 0.8);
}

.border-primary-200\/90 {
  border-color: rgb(253 205 240 / 0.9);
}

.border-primary-200\/95 {
  border-color: rgb(253 205 240 / 0.95);
}

.border-primary-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 164 228 / var(--tw-border-opacity));
}

.border-primary-300\/0 {
  border-color: rgb(253 164 228 / 0);
}

.border-primary-300\/10 {
  border-color: rgb(253 164 228 / 0.1);
}

.border-primary-300\/100 {
  border-color: rgb(253 164 228 / 1);
}

.border-primary-300\/20 {
  border-color: rgb(253 164 228 / 0.2);
}

.border-primary-300\/25 {
  border-color: rgb(253 164 228 / 0.25);
}

.border-primary-300\/30 {
  border-color: rgb(253 164 228 / 0.3);
}

.border-primary-300\/40 {
  border-color: rgb(253 164 228 / 0.4);
}

.border-primary-300\/5 {
  border-color: rgb(253 164 228 / 0.05);
}

.border-primary-300\/50 {
  border-color: rgb(253 164 228 / 0.5);
}

.border-primary-300\/60 {
  border-color: rgb(253 164 228 / 0.6);
}

.border-primary-300\/70 {
  border-color: rgb(253 164 228 / 0.7);
}

.border-primary-300\/75 {
  border-color: rgb(253 164 228 / 0.75);
}

.border-primary-300\/80 {
  border-color: rgb(253 164 228 / 0.8);
}

.border-primary-300\/90 {
  border-color: rgb(253 164 228 / 0.9);
}

.border-primary-300\/95 {
  border-color: rgb(253 164 228 / 0.95);
}

.border-primary-400 {
  --tw-border-opacity: 1;
  border-color: rgb(250 108 207 / var(--tw-border-opacity));
}

.border-primary-400\/0 {
  border-color: rgb(250 108 207 / 0);
}

.border-primary-400\/10 {
  border-color: rgb(250 108 207 / 0.1);
}

.border-primary-400\/100 {
  border-color: rgb(250 108 207 / 1);
}

.border-primary-400\/20 {
  border-color: rgb(250 108 207 / 0.2);
}

.border-primary-400\/25 {
  border-color: rgb(250 108 207 / 0.25);
}

.border-primary-400\/30 {
  border-color: rgb(250 108 207 / 0.3);
}

.border-primary-400\/40 {
  border-color: rgb(250 108 207 / 0.4);
}

.border-primary-400\/5 {
  border-color: rgb(250 108 207 / 0.05);
}

.border-primary-400\/50 {
  border-color: rgb(250 108 207 / 0.5);
}

.border-primary-400\/60 {
  border-color: rgb(250 108 207 / 0.6);
}

.border-primary-400\/70 {
  border-color: rgb(250 108 207 / 0.7);
}

.border-primary-400\/75 {
  border-color: rgb(250 108 207 / 0.75);
}

.border-primary-400\/80 {
  border-color: rgb(250 108 207 / 0.8);
}

.border-primary-400\/90 {
  border-color: rgb(250 108 207 / 0.9);
}

.border-primary-400\/95 {
  border-color: rgb(250 108 207 / 0.95);
}

.border-primary-50 {
  --tw-border-opacity: 1;
  border-color: rgb(254 241 250 / var(--tw-border-opacity));
}

.border-primary-50\/0 {
  border-color: rgb(254 241 250 / 0);
}

.border-primary-50\/10 {
  border-color: rgb(254 241 250 / 0.1);
}

.border-primary-50\/100 {
  border-color: rgb(254 241 250 / 1);
}

.border-primary-50\/20 {
  border-color: rgb(254 241 250 / 0.2);
}

.border-primary-50\/25 {
  border-color: rgb(254 241 250 / 0.25);
}

.border-primary-50\/30 {
  border-color: rgb(254 241 250 / 0.3);
}

.border-primary-50\/40 {
  border-color: rgb(254 241 250 / 0.4);
}

.border-primary-50\/5 {
  border-color: rgb(254 241 250 / 0.05);
}

.border-primary-50\/50 {
  border-color: rgb(254 241 250 / 0.5);
}

.border-primary-50\/60 {
  border-color: rgb(254 241 250 / 0.6);
}

.border-primary-50\/70 {
  border-color: rgb(254 241 250 / 0.7);
}

.border-primary-50\/75 {
  border-color: rgb(254 241 250 / 0.75);
}

.border-primary-50\/80 {
  border-color: rgb(254 241 250 / 0.8);
}

.border-primary-50\/90 {
  border-color: rgb(254 241 250 / 0.9);
}

.border-primary-50\/95 {
  border-color: rgb(254 241 250 / 0.95);
}

.border-primary-500 {
  --tw-border-opacity: 1;
  border-color: rgb(244 64 185 / var(--tw-border-opacity));
}

.border-primary-500\/0 {
  border-color: rgb(244 64 185 / 0);
}

.border-primary-500\/10 {
  border-color: rgb(244 64 185 / 0.1);
}

.border-primary-500\/100 {
  border-color: rgb(244 64 185 / 1);
}

.border-primary-500\/20 {
  border-color: rgb(244 64 185 / 0.2);
}

.border-primary-500\/25 {
  border-color: rgb(244 64 185 / 0.25);
}

.border-primary-500\/30 {
  border-color: rgb(244 64 185 / 0.3);
}

.border-primary-500\/40 {
  border-color: rgb(244 64 185 / 0.4);
}

.border-primary-500\/5 {
  border-color: rgb(244 64 185 / 0.05);
}

.border-primary-500\/50 {
  border-color: rgb(244 64 185 / 0.5);
}

.border-primary-500\/60 {
  border-color: rgb(244 64 185 / 0.6);
}

.border-primary-500\/70 {
  border-color: rgb(244 64 185 / 0.7);
}

.border-primary-500\/75 {
  border-color: rgb(244 64 185 / 0.75);
}

.border-primary-500\/80 {
  border-color: rgb(244 64 185 / 0.8);
}

.border-primary-500\/90 {
  border-color: rgb(244 64 185 / 0.9);
}

.border-primary-500\/95 {
  border-color: rgb(244 64 185 / 0.95);
}

.border-primary-600 {
  --tw-border-opacity: 1;
  border-color: rgb(227 31 153 / var(--tw-border-opacity));
}

.border-primary-600\/0 {
  border-color: rgb(227 31 153 / 0);
}

.border-primary-600\/10 {
  border-color: rgb(227 31 153 / 0.1);
}

.border-primary-600\/100 {
  border-color: rgb(227 31 153 / 1);
}

.border-primary-600\/20 {
  border-color: rgb(227 31 153 / 0.2);
}

.border-primary-600\/25 {
  border-color: rgb(227 31 153 / 0.25);
}

.border-primary-600\/30 {
  border-color: rgb(227 31 153 / 0.3);
}

.border-primary-600\/40 {
  border-color: rgb(227 31 153 / 0.4);
}

.border-primary-600\/5 {
  border-color: rgb(227 31 153 / 0.05);
}

.border-primary-600\/50 {
  border-color: rgb(227 31 153 / 0.5);
}

.border-primary-600\/60 {
  border-color: rgb(227 31 153 / 0.6);
}

.border-primary-600\/70 {
  border-color: rgb(227 31 153 / 0.7);
}

.border-primary-600\/75 {
  border-color: rgb(227 31 153 / 0.75);
}

.border-primary-600\/80 {
  border-color: rgb(227 31 153 / 0.8);
}

.border-primary-600\/90 {
  border-color: rgb(227 31 153 / 0.9);
}

.border-primary-600\/95 {
  border-color: rgb(227 31 153 / 0.95);
}

.border-primary-700 {
  --tw-border-opacity: 1;
  border-color: rgb(198 16 124 / var(--tw-border-opacity));
}

.border-primary-700\/0 {
  border-color: rgb(198 16 124 / 0);
}

.border-primary-700\/10 {
  border-color: rgb(198 16 124 / 0.1);
}

.border-primary-700\/100 {
  border-color: rgb(198 16 124 / 1);
}

.border-primary-700\/20 {
  border-color: rgb(198 16 124 / 0.2);
}

.border-primary-700\/25 {
  border-color: rgb(198 16 124 / 0.25);
}

.border-primary-700\/30 {
  border-color: rgb(198 16 124 / 0.3);
}

.border-primary-700\/40 {
  border-color: rgb(198 16 124 / 0.4);
}

.border-primary-700\/5 {
  border-color: rgb(198 16 124 / 0.05);
}

.border-primary-700\/50 {
  border-color: rgb(198 16 124 / 0.5);
}

.border-primary-700\/60 {
  border-color: rgb(198 16 124 / 0.6);
}

.border-primary-700\/70 {
  border-color: rgb(198 16 124 / 0.7);
}

.border-primary-700\/75 {
  border-color: rgb(198 16 124 / 0.75);
}

.border-primary-700\/80 {
  border-color: rgb(198 16 124 / 0.8);
}

.border-primary-700\/90 {
  border-color: rgb(198 16 124 / 0.9);
}

.border-primary-700\/95 {
  border-color: rgb(198 16 124 / 0.95);
}

.border-primary-800 {
  --tw-border-opacity: 1;
  border-color: rgb(175 18 109 / var(--tw-border-opacity));
}

.border-primary-800\/0 {
  border-color: rgb(175 18 109 / 0);
}

.border-primary-800\/10 {
  border-color: rgb(175 18 109 / 0.1);
}

.border-primary-800\/100 {
  border-color: rgb(175 18 109 / 1);
}

.border-primary-800\/20 {
  border-color: rgb(175 18 109 / 0.2);
}

.border-primary-800\/25 {
  border-color: rgb(175 18 109 / 0.25);
}

.border-primary-800\/30 {
  border-color: rgb(175 18 109 / 0.3);
}

.border-primary-800\/40 {
  border-color: rgb(175 18 109 / 0.4);
}

.border-primary-800\/5 {
  border-color: rgb(175 18 109 / 0.05);
}

.border-primary-800\/50 {
  border-color: rgb(175 18 109 / 0.5);
}

.border-primary-800\/60 {
  border-color: rgb(175 18 109 / 0.6);
}

.border-primary-800\/70 {
  border-color: rgb(175 18 109 / 0.7);
}

.border-primary-800\/75 {
  border-color: rgb(175 18 109 / 0.75);
}

.border-primary-800\/80 {
  border-color: rgb(175 18 109 / 0.8);
}

.border-primary-800\/90 {
  border-color: rgb(175 18 109 / 0.9);
}

.border-primary-800\/95 {
  border-color: rgb(175 18 109 / 0.95);
}

.border-primary-900 {
  --tw-border-opacity: 1;
  border-color: rgb(136 19 87 / var(--tw-border-opacity));
}

.border-primary-900\/0 {
  border-color: rgb(136 19 87 / 0);
}

.border-primary-900\/10 {
  border-color: rgb(136 19 87 / 0.1);
}

.border-primary-900\/100 {
  border-color: rgb(136 19 87 / 1);
}

.border-primary-900\/20 {
  border-color: rgb(136 19 87 / 0.2);
}

.border-primary-900\/25 {
  border-color: rgb(136 19 87 / 0.25);
}

.border-primary-900\/30 {
  border-color: rgb(136 19 87 / 0.3);
}

.border-primary-900\/40 {
  border-color: rgb(136 19 87 / 0.4);
}

.border-primary-900\/5 {
  border-color: rgb(136 19 87 / 0.05);
}

.border-primary-900\/50 {
  border-color: rgb(136 19 87 / 0.5);
}

.border-primary-900\/60 {
  border-color: rgb(136 19 87 / 0.6);
}

.border-primary-900\/70 {
  border-color: rgb(136 19 87 / 0.7);
}

.border-primary-900\/75 {
  border-color: rgb(136 19 87 / 0.75);
}

.border-primary-900\/80 {
  border-color: rgb(136 19 87 / 0.8);
}

.border-primary-900\/90 {
  border-color: rgb(136 19 87 / 0.9);
}

.border-primary-900\/95 {
  border-color: rgb(136 19 87 / 0.95);
}

.border-primary\/0 {
  border-color: rgb(175 18 109 / 0);
}

.border-primary\/10 {
  border-color: rgb(175 18 109 / 0.1);
}

.border-primary\/100 {
  border-color: rgb(175 18 109 / 1);
}

.border-primary\/20 {
  border-color: rgb(175 18 109 / 0.2);
}

.border-primary\/25 {
  border-color: rgb(175 18 109 / 0.25);
}

.border-primary\/30 {
  border-color: rgb(175 18 109 / 0.3);
}

.border-primary\/40 {
  border-color: rgb(175 18 109 / 0.4);
}

.border-primary\/5 {
  border-color: rgb(175 18 109 / 0.05);
}

.border-primary\/50 {
  border-color: rgb(175 18 109 / 0.5);
}

.border-primary\/60 {
  border-color: rgb(175 18 109 / 0.6);
}

.border-primary\/70 {
  border-color: rgb(175 18 109 / 0.7);
}

.border-primary\/75 {
  border-color: rgb(175 18 109 / 0.75);
}

.border-primary\/80 {
  border-color: rgb(175 18 109 / 0.8);
}

.border-primary\/90 {
  border-color: rgb(175 18 109 / 0.9);
}

.border-primary\/95 {
  border-color: rgb(175 18 109 / 0.95);
}

.border-purple {
  --tw-border-opacity: 1;
  border-color: rgb(108 72 145 / var(--tw-border-opacity));
}

.border-purple-100 {
  --tw-border-opacity: 1;
  border-color: rgb(242 238 249 / var(--tw-border-opacity));
}

.border-purple-100\/0 {
  border-color: rgb(242 238 249 / 0);
}

.border-purple-100\/10 {
  border-color: rgb(242 238 249 / 0.1);
}

.border-purple-100\/100 {
  border-color: rgb(242 238 249 / 1);
}

.border-purple-100\/20 {
  border-color: rgb(242 238 249 / 0.2);
}

.border-purple-100\/25 {
  border-color: rgb(242 238 249 / 0.25);
}

.border-purple-100\/30 {
  border-color: rgb(242 238 249 / 0.3);
}

.border-purple-100\/40 {
  border-color: rgb(242 238 249 / 0.4);
}

.border-purple-100\/5 {
  border-color: rgb(242 238 249 / 0.05);
}

.border-purple-100\/50 {
  border-color: rgb(242 238 249 / 0.5);
}

.border-purple-100\/60 {
  border-color: rgb(242 238 249 / 0.6);
}

.border-purple-100\/70 {
  border-color: rgb(242 238 249 / 0.7);
}

.border-purple-100\/75 {
  border-color: rgb(242 238 249 / 0.75);
}

.border-purple-100\/80 {
  border-color: rgb(242 238 249 / 0.8);
}

.border-purple-100\/90 {
  border-color: rgb(242 238 249 / 0.9);
}

.border-purple-100\/95 {
  border-color: rgb(242 238 249 / 0.95);
}

.border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgb(232 223 245 / var(--tw-border-opacity));
}

.border-purple-200\/0 {
  border-color: rgb(232 223 245 / 0);
}

.border-purple-200\/10 {
  border-color: rgb(232 223 245 / 0.1);
}

.border-purple-200\/100 {
  border-color: rgb(232 223 245 / 1);
}

.border-purple-200\/20 {
  border-color: rgb(232 223 245 / 0.2);
}

.border-purple-200\/25 {
  border-color: rgb(232 223 245 / 0.25);
}

.border-purple-200\/30 {
  border-color: rgb(232 223 245 / 0.3);
}

.border-purple-200\/40 {
  border-color: rgb(232 223 245 / 0.4);
}

.border-purple-200\/5 {
  border-color: rgb(232 223 245 / 0.05);
}

.border-purple-200\/50 {
  border-color: rgb(232 223 245 / 0.5);
}

.border-purple-200\/60 {
  border-color: rgb(232 223 245 / 0.6);
}

.border-purple-200\/70 {
  border-color: rgb(232 223 245 / 0.7);
}

.border-purple-200\/75 {
  border-color: rgb(232 223 245 / 0.75);
}

.border-purple-200\/80 {
  border-color: rgb(232 223 245 / 0.8);
}

.border-purple-200\/90 {
  border-color: rgb(232 223 245 / 0.9);
}

.border-purple-200\/95 {
  border-color: rgb(232 223 245 / 0.95);
}

.border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgb(214 198 236 / var(--tw-border-opacity));
}

.border-purple-300\/0 {
  border-color: rgb(214 198 236 / 0);
}

.border-purple-300\/10 {
  border-color: rgb(214 198 236 / 0.1);
}

.border-purple-300\/100 {
  border-color: rgb(214 198 236 / 1);
}

.border-purple-300\/20 {
  border-color: rgb(214 198 236 / 0.2);
}

.border-purple-300\/25 {
  border-color: rgb(214 198 236 / 0.25);
}

.border-purple-300\/30 {
  border-color: rgb(214 198 236 / 0.3);
}

.border-purple-300\/40 {
  border-color: rgb(214 198 236 / 0.4);
}

.border-purple-300\/5 {
  border-color: rgb(214 198 236 / 0.05);
}

.border-purple-300\/50 {
  border-color: rgb(214 198 236 / 0.5);
}

.border-purple-300\/60 {
  border-color: rgb(214 198 236 / 0.6);
}

.border-purple-300\/70 {
  border-color: rgb(214 198 236 / 0.7);
}

.border-purple-300\/75 {
  border-color: rgb(214 198 236 / 0.75);
}

.border-purple-300\/80 {
  border-color: rgb(214 198 236 / 0.8);
}

.border-purple-300\/90 {
  border-color: rgb(214 198 236 / 0.9);
}

.border-purple-300\/95 {
  border-color: rgb(214 198 236 / 0.95);
}

.border-purple-400 {
  --tw-border-opacity: 1;
  border-color: rgb(189 162 222 / var(--tw-border-opacity));
}

.border-purple-400\/0 {
  border-color: rgb(189 162 222 / 0);
}

.border-purple-400\/10 {
  border-color: rgb(189 162 222 / 0.1);
}

.border-purple-400\/100 {
  border-color: rgb(189 162 222 / 1);
}

.border-purple-400\/20 {
  border-color: rgb(189 162 222 / 0.2);
}

.border-purple-400\/25 {
  border-color: rgb(189 162 222 / 0.25);
}

.border-purple-400\/30 {
  border-color: rgb(189 162 222 / 0.3);
}

.border-purple-400\/40 {
  border-color: rgb(189 162 222 / 0.4);
}

.border-purple-400\/5 {
  border-color: rgb(189 162 222 / 0.05);
}

.border-purple-400\/50 {
  border-color: rgb(189 162 222 / 0.5);
}

.border-purple-400\/60 {
  border-color: rgb(189 162 222 / 0.6);
}

.border-purple-400\/70 {
  border-color: rgb(189 162 222 / 0.7);
}

.border-purple-400\/75 {
  border-color: rgb(189 162 222 / 0.75);
}

.border-purple-400\/80 {
  border-color: rgb(189 162 222 / 0.8);
}

.border-purple-400\/90 {
  border-color: rgb(189 162 222 / 0.9);
}

.border-purple-400\/95 {
  border-color: rgb(189 162 222 / 0.95);
}

.border-purple-50 {
  --tw-border-opacity: 1;
  border-color: rgb(250 247 253 / var(--tw-border-opacity));
}

.border-purple-50\/0 {
  border-color: rgb(250 247 253 / 0);
}

.border-purple-50\/10 {
  border-color: rgb(250 247 253 / 0.1);
}

.border-purple-50\/100 {
  border-color: rgb(250 247 253 / 1);
}

.border-purple-50\/20 {
  border-color: rgb(250 247 253 / 0.2);
}

.border-purple-50\/25 {
  border-color: rgb(250 247 253 / 0.25);
}

.border-purple-50\/30 {
  border-color: rgb(250 247 253 / 0.3);
}

.border-purple-50\/40 {
  border-color: rgb(250 247 253 / 0.4);
}

.border-purple-50\/5 {
  border-color: rgb(250 247 253 / 0.05);
}

.border-purple-50\/50 {
  border-color: rgb(250 247 253 / 0.5);
}

.border-purple-50\/60 {
  border-color: rgb(250 247 253 / 0.6);
}

.border-purple-50\/70 {
  border-color: rgb(250 247 253 / 0.7);
}

.border-purple-50\/75 {
  border-color: rgb(250 247 253 / 0.75);
}

.border-purple-50\/80 {
  border-color: rgb(250 247 253 / 0.8);
}

.border-purple-50\/90 {
  border-color: rgb(250 247 253 / 0.9);
}

.border-purple-50\/95 {
  border-color: rgb(250 247 253 / 0.95);
}

.border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgb(162 125 207 / var(--tw-border-opacity));
}

.border-purple-500\/0 {
  border-color: rgb(162 125 207 / 0);
}

.border-purple-500\/10 {
  border-color: rgb(162 125 207 / 0.1);
}

.border-purple-500\/100 {
  border-color: rgb(162 125 207 / 1);
}

.border-purple-500\/20 {
  border-color: rgb(162 125 207 / 0.2);
}

.border-purple-500\/25 {
  border-color: rgb(162 125 207 / 0.25);
}

.border-purple-500\/30 {
  border-color: rgb(162 125 207 / 0.3);
}

.border-purple-500\/40 {
  border-color: rgb(162 125 207 / 0.4);
}

.border-purple-500\/5 {
  border-color: rgb(162 125 207 / 0.05);
}

.border-purple-500\/50 {
  border-color: rgb(162 125 207 / 0.5);
}

.border-purple-500\/60 {
  border-color: rgb(162 125 207 / 0.6);
}

.border-purple-500\/70 {
  border-color: rgb(162 125 207 / 0.7);
}

.border-purple-500\/75 {
  border-color: rgb(162 125 207 / 0.75);
}

.border-purple-500\/80 {
  border-color: rgb(162 125 207 / 0.8);
}

.border-purple-500\/90 {
  border-color: rgb(162 125 207 / 0.9);
}

.border-purple-500\/95 {
  border-color: rgb(162 125 207 / 0.95);
}

.border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgb(140 97 188 / var(--tw-border-opacity));
}

.border-purple-600\/0 {
  border-color: rgb(140 97 188 / 0);
}

.border-purple-600\/10 {
  border-color: rgb(140 97 188 / 0.1);
}

.border-purple-600\/100 {
  border-color: rgb(140 97 188 / 1);
}

.border-purple-600\/20 {
  border-color: rgb(140 97 188 / 0.2);
}

.border-purple-600\/25 {
  border-color: rgb(140 97 188 / 0.25);
}

.border-purple-600\/30 {
  border-color: rgb(140 97 188 / 0.3);
}

.border-purple-600\/40 {
  border-color: rgb(140 97 188 / 0.4);
}

.border-purple-600\/5 {
  border-color: rgb(140 97 188 / 0.05);
}

.border-purple-600\/50 {
  border-color: rgb(140 97 188 / 0.5);
}

.border-purple-600\/60 {
  border-color: rgb(140 97 188 / 0.6);
}

.border-purple-600\/70 {
  border-color: rgb(140 97 188 / 0.7);
}

.border-purple-600\/75 {
  border-color: rgb(140 97 188 / 0.75);
}

.border-purple-600\/80 {
  border-color: rgb(140 97 188 / 0.8);
}

.border-purple-600\/90 {
  border-color: rgb(140 97 188 / 0.9);
}

.border-purple-600\/95 {
  border-color: rgb(140 97 188 / 0.95);
}

.border-purple-700 {
  --tw-border-opacity: 1;
  border-color: rgb(118 77 163 / var(--tw-border-opacity));
}

.border-purple-700\/0 {
  border-color: rgb(118 77 163 / 0);
}

.border-purple-700\/10 {
  border-color: rgb(118 77 163 / 0.1);
}

.border-purple-700\/100 {
  border-color: rgb(118 77 163 / 1);
}

.border-purple-700\/20 {
  border-color: rgb(118 77 163 / 0.2);
}

.border-purple-700\/25 {
  border-color: rgb(118 77 163 / 0.25);
}

.border-purple-700\/30 {
  border-color: rgb(118 77 163 / 0.3);
}

.border-purple-700\/40 {
  border-color: rgb(118 77 163 / 0.4);
}

.border-purple-700\/5 {
  border-color: rgb(118 77 163 / 0.05);
}

.border-purple-700\/50 {
  border-color: rgb(118 77 163 / 0.5);
}

.border-purple-700\/60 {
  border-color: rgb(118 77 163 / 0.6);
}

.border-purple-700\/70 {
  border-color: rgb(118 77 163 / 0.7);
}

.border-purple-700\/75 {
  border-color: rgb(118 77 163 / 0.75);
}

.border-purple-700\/80 {
  border-color: rgb(118 77 163 / 0.8);
}

.border-purple-700\/90 {
  border-color: rgb(118 77 163 / 0.9);
}

.border-purple-700\/95 {
  border-color: rgb(118 77 163 / 0.95);
}

.border-purple-800 {
  --tw-border-opacity: 1;
  border-color: rgb(108 72 145 / var(--tw-border-opacity));
}

.border-purple-800\/0 {
  border-color: rgb(108 72 145 / 0);
}

.border-purple-800\/10 {
  border-color: rgb(108 72 145 / 0.1);
}

.border-purple-800\/100 {
  border-color: rgb(108 72 145 / 1);
}

.border-purple-800\/20 {
  border-color: rgb(108 72 145 / 0.2);
}

.border-purple-800\/25 {
  border-color: rgb(108 72 145 / 0.25);
}

.border-purple-800\/30 {
  border-color: rgb(108 72 145 / 0.3);
}

.border-purple-800\/40 {
  border-color: rgb(108 72 145 / 0.4);
}

.border-purple-800\/5 {
  border-color: rgb(108 72 145 / 0.05);
}

.border-purple-800\/50 {
  border-color: rgb(108 72 145 / 0.5);
}

.border-purple-800\/60 {
  border-color: rgb(108 72 145 / 0.6);
}

.border-purple-800\/70 {
  border-color: rgb(108 72 145 / 0.7);
}

.border-purple-800\/75 {
  border-color: rgb(108 72 145 / 0.75);
}

.border-purple-800\/80 {
  border-color: rgb(108 72 145 / 0.8);
}

.border-purple-800\/90 {
  border-color: rgb(108 72 145 / 0.9);
}

.border-purple-800\/95 {
  border-color: rgb(108 72 145 / 0.95);
}

.border-purple-900 {
  --tw-border-opacity: 1;
  border-color: rgb(82 55 108 / var(--tw-border-opacity));
}

.border-purple-900\/0 {
  border-color: rgb(82 55 108 / 0);
}

.border-purple-900\/10 {
  border-color: rgb(82 55 108 / 0.1);
}

.border-purple-900\/100 {
  border-color: rgb(82 55 108 / 1);
}

.border-purple-900\/20 {
  border-color: rgb(82 55 108 / 0.2);
}

.border-purple-900\/25 {
  border-color: rgb(82 55 108 / 0.25);
}

.border-purple-900\/30 {
  border-color: rgb(82 55 108 / 0.3);
}

.border-purple-900\/40 {
  border-color: rgb(82 55 108 / 0.4);
}

.border-purple-900\/5 {
  border-color: rgb(82 55 108 / 0.05);
}

.border-purple-900\/50 {
  border-color: rgb(82 55 108 / 0.5);
}

.border-purple-900\/60 {
  border-color: rgb(82 55 108 / 0.6);
}

.border-purple-900\/70 {
  border-color: rgb(82 55 108 / 0.7);
}

.border-purple-900\/75 {
  border-color: rgb(82 55 108 / 0.75);
}

.border-purple-900\/80 {
  border-color: rgb(82 55 108 / 0.8);
}

.border-purple-900\/90 {
  border-color: rgb(82 55 108 / 0.9);
}

.border-purple-900\/95 {
  border-color: rgb(82 55 108 / 0.95);
}

.border-purple-950 {
  --tw-border-opacity: 1;
  border-color: rgb(53 30 77 / var(--tw-border-opacity));
}

.border-purple-950\/0 {
  border-color: rgb(53 30 77 / 0);
}

.border-purple-950\/10 {
  border-color: rgb(53 30 77 / 0.1);
}

.border-purple-950\/100 {
  border-color: rgb(53 30 77 / 1);
}

.border-purple-950\/20 {
  border-color: rgb(53 30 77 / 0.2);
}

.border-purple-950\/25 {
  border-color: rgb(53 30 77 / 0.25);
}

.border-purple-950\/30 {
  border-color: rgb(53 30 77 / 0.3);
}

.border-purple-950\/40 {
  border-color: rgb(53 30 77 / 0.4);
}

.border-purple-950\/5 {
  border-color: rgb(53 30 77 / 0.05);
}

.border-purple-950\/50 {
  border-color: rgb(53 30 77 / 0.5);
}

.border-purple-950\/60 {
  border-color: rgb(53 30 77 / 0.6);
}

.border-purple-950\/70 {
  border-color: rgb(53 30 77 / 0.7);
}

.border-purple-950\/75 {
  border-color: rgb(53 30 77 / 0.75);
}

.border-purple-950\/80 {
  border-color: rgb(53 30 77 / 0.8);
}

.border-purple-950\/90 {
  border-color: rgb(53 30 77 / 0.9);
}

.border-purple-950\/95 {
  border-color: rgb(53 30 77 / 0.95);
}

.border-purple\/0 {
  border-color: rgb(108 72 145 / 0);
}

.border-purple\/10 {
  border-color: rgb(108 72 145 / 0.1);
}

.border-purple\/100 {
  border-color: rgb(108 72 145 / 1);
}

.border-purple\/20 {
  border-color: rgb(108 72 145 / 0.2);
}

.border-purple\/25 {
  border-color: rgb(108 72 145 / 0.25);
}

.border-purple\/30 {
  border-color: rgb(108 72 145 / 0.3);
}

.border-purple\/40 {
  border-color: rgb(108 72 145 / 0.4);
}

.border-purple\/5 {
  border-color: rgb(108 72 145 / 0.05);
}

.border-purple\/50 {
  border-color: rgb(108 72 145 / 0.5);
}

.border-purple\/60 {
  border-color: rgb(108 72 145 / 0.6);
}

.border-purple\/70 {
  border-color: rgb(108 72 145 / 0.7);
}

.border-purple\/75 {
  border-color: rgb(108 72 145 / 0.75);
}

.border-purple\/80 {
  border-color: rgb(108 72 145 / 0.8);
}

.border-purple\/90 {
  border-color: rgb(108 72 145 / 0.9);
}

.border-purple\/95 {
  border-color: rgb(108 72 145 / 0.95);
}

.border-red {
  --tw-border-opacity: 1;
  border-color: rgb(225 51 22 / var(--tw-border-opacity));
}

.border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgb(246 176 164 / var(--tw-border-opacity));
}

.border-red-100\/0 {
  border-color: rgb(246 176 164 / 0);
}

.border-red-100\/10 {
  border-color: rgb(246 176 164 / 0.1);
}

.border-red-100\/100 {
  border-color: rgb(246 176 164 / 1);
}

.border-red-100\/20 {
  border-color: rgb(246 176 164 / 0.2);
}

.border-red-100\/25 {
  border-color: rgb(246 176 164 / 0.25);
}

.border-red-100\/30 {
  border-color: rgb(246 176 164 / 0.3);
}

.border-red-100\/40 {
  border-color: rgb(246 176 164 / 0.4);
}

.border-red-100\/5 {
  border-color: rgb(246 176 164 / 0.05);
}

.border-red-100\/50 {
  border-color: rgb(246 176 164 / 0.5);
}

.border-red-100\/60 {
  border-color: rgb(246 176 164 / 0.6);
}

.border-red-100\/70 {
  border-color: rgb(246 176 164 / 0.7);
}

.border-red-100\/75 {
  border-color: rgb(246 176 164 / 0.75);
}

.border-red-100\/80 {
  border-color: rgb(246 176 164 / 0.8);
}

.border-red-100\/90 {
  border-color: rgb(246 176 164 / 0.9);
}

.border-red-100\/95 {
  border-color: rgb(246 176 164 / 0.95);
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(242 143 127 / var(--tw-border-opacity));
}

.border-red-200\/0 {
  border-color: rgb(242 143 127 / 0);
}

.border-red-200\/10 {
  border-color: rgb(242 143 127 / 0.1);
}

.border-red-200\/100 {
  border-color: rgb(242 143 127 / 1);
}

.border-red-200\/20 {
  border-color: rgb(242 143 127 / 0.2);
}

.border-red-200\/25 {
  border-color: rgb(242 143 127 / 0.25);
}

.border-red-200\/30 {
  border-color: rgb(242 143 127 / 0.3);
}

.border-red-200\/40 {
  border-color: rgb(242 143 127 / 0.4);
}

.border-red-200\/5 {
  border-color: rgb(242 143 127 / 0.05);
}

.border-red-200\/50 {
  border-color: rgb(242 143 127 / 0.5);
}

.border-red-200\/60 {
  border-color: rgb(242 143 127 / 0.6);
}

.border-red-200\/70 {
  border-color: rgb(242 143 127 / 0.7);
}

.border-red-200\/75 {
  border-color: rgb(242 143 127 / 0.75);
}

.border-red-200\/80 {
  border-color: rgb(242 143 127 / 0.8);
}

.border-red-200\/90 {
  border-color: rgb(242 143 127 / 0.9);
}

.border-red-200\/95 {
  border-color: rgb(242 143 127 / 0.95);
}

.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(239 111 90 / var(--tw-border-opacity));
}

.border-red-300\/0 {
  border-color: rgb(239 111 90 / 0);
}

.border-red-300\/10 {
  border-color: rgb(239 111 90 / 0.1);
}

.border-red-300\/100 {
  border-color: rgb(239 111 90 / 1);
}

.border-red-300\/20 {
  border-color: rgb(239 111 90 / 0.2);
}

.border-red-300\/25 {
  border-color: rgb(239 111 90 / 0.25);
}

.border-red-300\/30 {
  border-color: rgb(239 111 90 / 0.3);
}

.border-red-300\/40 {
  border-color: rgb(239 111 90 / 0.4);
}

.border-red-300\/5 {
  border-color: rgb(239 111 90 / 0.05);
}

.border-red-300\/50 {
  border-color: rgb(239 111 90 / 0.5);
}

.border-red-300\/60 {
  border-color: rgb(239 111 90 / 0.6);
}

.border-red-300\/70 {
  border-color: rgb(239 111 90 / 0.7);
}

.border-red-300\/75 {
  border-color: rgb(239 111 90 / 0.75);
}

.border-red-300\/80 {
  border-color: rgb(239 111 90 / 0.8);
}

.border-red-300\/90 {
  border-color: rgb(239 111 90 / 0.9);
}

.border-red-300\/95 {
  border-color: rgb(239 111 90 / 0.95);
}

.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(235 79 53 / var(--tw-border-opacity));
}

.border-red-400\/0 {
  border-color: rgb(235 79 53 / 0);
}

.border-red-400\/10 {
  border-color: rgb(235 79 53 / 0.1);
}

.border-red-400\/100 {
  border-color: rgb(235 79 53 / 1);
}

.border-red-400\/20 {
  border-color: rgb(235 79 53 / 0.2);
}

.border-red-400\/25 {
  border-color: rgb(235 79 53 / 0.25);
}

.border-red-400\/30 {
  border-color: rgb(235 79 53 / 0.3);
}

.border-red-400\/40 {
  border-color: rgb(235 79 53 / 0.4);
}

.border-red-400\/5 {
  border-color: rgb(235 79 53 / 0.05);
}

.border-red-400\/50 {
  border-color: rgb(235 79 53 / 0.5);
}

.border-red-400\/60 {
  border-color: rgb(235 79 53 / 0.6);
}

.border-red-400\/70 {
  border-color: rgb(235 79 53 / 0.7);
}

.border-red-400\/75 {
  border-color: rgb(235 79 53 / 0.75);
}

.border-red-400\/80 {
  border-color: rgb(235 79 53 / 0.8);
}

.border-red-400\/90 {
  border-color: rgb(235 79 53 / 0.9);
}

.border-red-400\/95 {
  border-color: rgb(235 79 53 / 0.95);
}

.border-red-50 {
  --tw-border-opacity: 1;
  border-color: rgb(248 192 183 / var(--tw-border-opacity));
}

.border-red-50\/0 {
  border-color: rgb(248 192 183 / 0);
}

.border-red-50\/10 {
  border-color: rgb(248 192 183 / 0.1);
}

.border-red-50\/100 {
  border-color: rgb(248 192 183 / 1);
}

.border-red-50\/20 {
  border-color: rgb(248 192 183 / 0.2);
}

.border-red-50\/25 {
  border-color: rgb(248 192 183 / 0.25);
}

.border-red-50\/30 {
  border-color: rgb(248 192 183 / 0.3);
}

.border-red-50\/40 {
  border-color: rgb(248 192 183 / 0.4);
}

.border-red-50\/5 {
  border-color: rgb(248 192 183 / 0.05);
}

.border-red-50\/50 {
  border-color: rgb(248 192 183 / 0.5);
}

.border-red-50\/60 {
  border-color: rgb(248 192 183 / 0.6);
}

.border-red-50\/70 {
  border-color: rgb(248 192 183 / 0.7);
}

.border-red-50\/75 {
  border-color: rgb(248 192 183 / 0.75);
}

.border-red-50\/80 {
  border-color: rgb(248 192 183 / 0.8);
}

.border-red-50\/90 {
  border-color: rgb(248 192 183 / 0.9);
}

.border-red-50\/95 {
  border-color: rgb(248 192 183 / 0.95);
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(225 51 22 / var(--tw-border-opacity));
}

.border-red-500\/0 {
  border-color: rgb(225 51 22 / 0);
}

.border-red-500\/10 {
  border-color: rgb(225 51 22 / 0.1);
}

.border-red-500\/100 {
  border-color: rgb(225 51 22 / 1);
}

.border-red-500\/20 {
  border-color: rgb(225 51 22 / 0.2);
}

.border-red-500\/25 {
  border-color: rgb(225 51 22 / 0.25);
}

.border-red-500\/30 {
  border-color: rgb(225 51 22 / 0.3);
}

.border-red-500\/40 {
  border-color: rgb(225 51 22 / 0.4);
}

.border-red-500\/5 {
  border-color: rgb(225 51 22 / 0.05);
}

.border-red-500\/50 {
  border-color: rgb(225 51 22 / 0.5);
}

.border-red-500\/60 {
  border-color: rgb(225 51 22 / 0.6);
}

.border-red-500\/70 {
  border-color: rgb(225 51 22 / 0.7);
}

.border-red-500\/75 {
  border-color: rgb(225 51 22 / 0.75);
}

.border-red-500\/80 {
  border-color: rgb(225 51 22 / 0.8);
}

.border-red-500\/90 {
  border-color: rgb(225 51 22 / 0.9);
}

.border-red-500\/95 {
  border-color: rgb(225 51 22 / 0.95);
}

.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(174 39 17 / var(--tw-border-opacity));
}

.border-red-600\/0 {
  border-color: rgb(174 39 17 / 0);
}

.border-red-600\/10 {
  border-color: rgb(174 39 17 / 0.1);
}

.border-red-600\/100 {
  border-color: rgb(174 39 17 / 1);
}

.border-red-600\/20 {
  border-color: rgb(174 39 17 / 0.2);
}

.border-red-600\/25 {
  border-color: rgb(174 39 17 / 0.25);
}

.border-red-600\/30 {
  border-color: rgb(174 39 17 / 0.3);
}

.border-red-600\/40 {
  border-color: rgb(174 39 17 / 0.4);
}

.border-red-600\/5 {
  border-color: rgb(174 39 17 / 0.05);
}

.border-red-600\/50 {
  border-color: rgb(174 39 17 / 0.5);
}

.border-red-600\/60 {
  border-color: rgb(174 39 17 / 0.6);
}

.border-red-600\/70 {
  border-color: rgb(174 39 17 / 0.7);
}

.border-red-600\/75 {
  border-color: rgb(174 39 17 / 0.75);
}

.border-red-600\/80 {
  border-color: rgb(174 39 17 / 0.8);
}

.border-red-600\/90 {
  border-color: rgb(174 39 17 / 0.9);
}

.border-red-600\/95 {
  border-color: rgb(174 39 17 / 0.95);
}

.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(123 28 12 / var(--tw-border-opacity));
}

.border-red-700\/0 {
  border-color: rgb(123 28 12 / 0);
}

.border-red-700\/10 {
  border-color: rgb(123 28 12 / 0.1);
}

.border-red-700\/100 {
  border-color: rgb(123 28 12 / 1);
}

.border-red-700\/20 {
  border-color: rgb(123 28 12 / 0.2);
}

.border-red-700\/25 {
  border-color: rgb(123 28 12 / 0.25);
}

.border-red-700\/30 {
  border-color: rgb(123 28 12 / 0.3);
}

.border-red-700\/40 {
  border-color: rgb(123 28 12 / 0.4);
}

.border-red-700\/5 {
  border-color: rgb(123 28 12 / 0.05);
}

.border-red-700\/50 {
  border-color: rgb(123 28 12 / 0.5);
}

.border-red-700\/60 {
  border-color: rgb(123 28 12 / 0.6);
}

.border-red-700\/70 {
  border-color: rgb(123 28 12 / 0.7);
}

.border-red-700\/75 {
  border-color: rgb(123 28 12 / 0.75);
}

.border-red-700\/80 {
  border-color: rgb(123 28 12 / 0.8);
}

.border-red-700\/90 {
  border-color: rgb(123 28 12 / 0.9);
}

.border-red-700\/95 {
  border-color: rgb(123 28 12 / 0.95);
}

.border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgb(72 16 7 / var(--tw-border-opacity));
}

.border-red-800\/0 {
  border-color: rgb(72 16 7 / 0);
}

.border-red-800\/10 {
  border-color: rgb(72 16 7 / 0.1);
}

.border-red-800\/100 {
  border-color: rgb(72 16 7 / 1);
}

.border-red-800\/20 {
  border-color: rgb(72 16 7 / 0.2);
}

.border-red-800\/25 {
  border-color: rgb(72 16 7 / 0.25);
}

.border-red-800\/30 {
  border-color: rgb(72 16 7 / 0.3);
}

.border-red-800\/40 {
  border-color: rgb(72 16 7 / 0.4);
}

.border-red-800\/5 {
  border-color: rgb(72 16 7 / 0.05);
}

.border-red-800\/50 {
  border-color: rgb(72 16 7 / 0.5);
}

.border-red-800\/60 {
  border-color: rgb(72 16 7 / 0.6);
}

.border-red-800\/70 {
  border-color: rgb(72 16 7 / 0.7);
}

.border-red-800\/75 {
  border-color: rgb(72 16 7 / 0.75);
}

.border-red-800\/80 {
  border-color: rgb(72 16 7 / 0.8);
}

.border-red-800\/90 {
  border-color: rgb(72 16 7 / 0.9);
}

.border-red-800\/95 {
  border-color: rgb(72 16 7 / 0.95);
}

.border-red-900 {
  --tw-border-opacity: 1;
  border-color: rgb(21 5 2 / var(--tw-border-opacity));
}

.border-red-900\/0 {
  border-color: rgb(21 5 2 / 0);
}

.border-red-900\/10 {
  border-color: rgb(21 5 2 / 0.1);
}

.border-red-900\/100 {
  border-color: rgb(21 5 2 / 1);
}

.border-red-900\/20 {
  border-color: rgb(21 5 2 / 0.2);
}

.border-red-900\/25 {
  border-color: rgb(21 5 2 / 0.25);
}

.border-red-900\/30 {
  border-color: rgb(21 5 2 / 0.3);
}

.border-red-900\/40 {
  border-color: rgb(21 5 2 / 0.4);
}

.border-red-900\/5 {
  border-color: rgb(21 5 2 / 0.05);
}

.border-red-900\/50 {
  border-color: rgb(21 5 2 / 0.5);
}

.border-red-900\/60 {
  border-color: rgb(21 5 2 / 0.6);
}

.border-red-900\/70 {
  border-color: rgb(21 5 2 / 0.7);
}

.border-red-900\/75 {
  border-color: rgb(21 5 2 / 0.75);
}

.border-red-900\/80 {
  border-color: rgb(21 5 2 / 0.8);
}

.border-red-900\/90 {
  border-color: rgb(21 5 2 / 0.9);
}

.border-red-900\/95 {
  border-color: rgb(21 5 2 / 0.95);
}

.border-red\/0 {
  border-color: rgb(225 51 22 / 0);
}

.border-red\/10 {
  border-color: rgb(225 51 22 / 0.1);
}

.border-red\/100 {
  border-color: rgb(225 51 22 / 1);
}

.border-red\/20 {
  border-color: rgb(225 51 22 / 0.2);
}

.border-red\/25 {
  border-color: rgb(225 51 22 / 0.25);
}

.border-red\/30 {
  border-color: rgb(225 51 22 / 0.3);
}

.border-red\/40 {
  border-color: rgb(225 51 22 / 0.4);
}

.border-red\/5 {
  border-color: rgb(225 51 22 / 0.05);
}

.border-red\/50 {
  border-color: rgb(225 51 22 / 0.5);
}

.border-red\/60 {
  border-color: rgb(225 51 22 / 0.6);
}

.border-red\/70 {
  border-color: rgb(225 51 22 / 0.7);
}

.border-red\/75 {
  border-color: rgb(225 51 22 / 0.75);
}

.border-red\/80 {
  border-color: rgb(225 51 22 / 0.8);
}

.border-red\/90 {
  border-color: rgb(225 51 22 / 0.9);
}

.border-red\/95 {
  border-color: rgb(225 51 22 / 0.95);
}

.border-teal {
  --tw-border-opacity: 1;
  border-color: rgb(129 195 175 / var(--tw-border-opacity));
}

.border-teal-100 {
  --tw-border-opacity: 1;
  border-color: rgb(240 248 245 / var(--tw-border-opacity));
}

.border-teal-100\/0 {
  border-color: rgb(240 248 245 / 0);
}

.border-teal-100\/10 {
  border-color: rgb(240 248 245 / 0.1);
}

.border-teal-100\/100 {
  border-color: rgb(240 248 245 / 1);
}

.border-teal-100\/20 {
  border-color: rgb(240 248 245 / 0.2);
}

.border-teal-100\/25 {
  border-color: rgb(240 248 245 / 0.25);
}

.border-teal-100\/30 {
  border-color: rgb(240 248 245 / 0.3);
}

.border-teal-100\/40 {
  border-color: rgb(240 248 245 / 0.4);
}

.border-teal-100\/5 {
  border-color: rgb(240 248 245 / 0.05);
}

.border-teal-100\/50 {
  border-color: rgb(240 248 245 / 0.5);
}

.border-teal-100\/60 {
  border-color: rgb(240 248 245 / 0.6);
}

.border-teal-100\/70 {
  border-color: rgb(240 248 245 / 0.7);
}

.border-teal-100\/75 {
  border-color: rgb(240 248 245 / 0.75);
}

.border-teal-100\/80 {
  border-color: rgb(240 248 245 / 0.8);
}

.border-teal-100\/90 {
  border-color: rgb(240 248 245 / 0.9);
}

.border-teal-100\/95 {
  border-color: rgb(240 248 245 / 0.95);
}

.border-teal-200 {
  --tw-border-opacity: 1;
  border-color: rgb(212 234 228 / var(--tw-border-opacity));
}

.border-teal-200\/0 {
  border-color: rgb(212 234 228 / 0);
}

.border-teal-200\/10 {
  border-color: rgb(212 234 228 / 0.1);
}

.border-teal-200\/100 {
  border-color: rgb(212 234 228 / 1);
}

.border-teal-200\/20 {
  border-color: rgb(212 234 228 / 0.2);
}

.border-teal-200\/25 {
  border-color: rgb(212 234 228 / 0.25);
}

.border-teal-200\/30 {
  border-color: rgb(212 234 228 / 0.3);
}

.border-teal-200\/40 {
  border-color: rgb(212 234 228 / 0.4);
}

.border-teal-200\/5 {
  border-color: rgb(212 234 228 / 0.05);
}

.border-teal-200\/50 {
  border-color: rgb(212 234 228 / 0.5);
}

.border-teal-200\/60 {
  border-color: rgb(212 234 228 / 0.6);
}

.border-teal-200\/70 {
  border-color: rgb(212 234 228 / 0.7);
}

.border-teal-200\/75 {
  border-color: rgb(212 234 228 / 0.75);
}

.border-teal-200\/80 {
  border-color: rgb(212 234 228 / 0.8);
}

.border-teal-200\/90 {
  border-color: rgb(212 234 228 / 0.9);
}

.border-teal-200\/95 {
  border-color: rgb(212 234 228 / 0.95);
}

.border-teal-300 {
  --tw-border-opacity: 1;
  border-color: rgb(184 221 210 / var(--tw-border-opacity));
}

.border-teal-300\/0 {
  border-color: rgb(184 221 210 / 0);
}

.border-teal-300\/10 {
  border-color: rgb(184 221 210 / 0.1);
}

.border-teal-300\/100 {
  border-color: rgb(184 221 210 / 1);
}

.border-teal-300\/20 {
  border-color: rgb(184 221 210 / 0.2);
}

.border-teal-300\/25 {
  border-color: rgb(184 221 210 / 0.25);
}

.border-teal-300\/30 {
  border-color: rgb(184 221 210 / 0.3);
}

.border-teal-300\/40 {
  border-color: rgb(184 221 210 / 0.4);
}

.border-teal-300\/5 {
  border-color: rgb(184 221 210 / 0.05);
}

.border-teal-300\/50 {
  border-color: rgb(184 221 210 / 0.5);
}

.border-teal-300\/60 {
  border-color: rgb(184 221 210 / 0.6);
}

.border-teal-300\/70 {
  border-color: rgb(184 221 210 / 0.7);
}

.border-teal-300\/75 {
  border-color: rgb(184 221 210 / 0.75);
}

.border-teal-300\/80 {
  border-color: rgb(184 221 210 / 0.8);
}

.border-teal-300\/90 {
  border-color: rgb(184 221 210 / 0.9);
}

.border-teal-300\/95 {
  border-color: rgb(184 221 210 / 0.95);
}

.border-teal-400 {
  --tw-border-opacity: 1;
  border-color: rgb(157 208 193 / var(--tw-border-opacity));
}

.border-teal-400\/0 {
  border-color: rgb(157 208 193 / 0);
}

.border-teal-400\/10 {
  border-color: rgb(157 208 193 / 0.1);
}

.border-teal-400\/100 {
  border-color: rgb(157 208 193 / 1);
}

.border-teal-400\/20 {
  border-color: rgb(157 208 193 / 0.2);
}

.border-teal-400\/25 {
  border-color: rgb(157 208 193 / 0.25);
}

.border-teal-400\/30 {
  border-color: rgb(157 208 193 / 0.3);
}

.border-teal-400\/40 {
  border-color: rgb(157 208 193 / 0.4);
}

.border-teal-400\/5 {
  border-color: rgb(157 208 193 / 0.05);
}

.border-teal-400\/50 {
  border-color: rgb(157 208 193 / 0.5);
}

.border-teal-400\/60 {
  border-color: rgb(157 208 193 / 0.6);
}

.border-teal-400\/70 {
  border-color: rgb(157 208 193 / 0.7);
}

.border-teal-400\/75 {
  border-color: rgb(157 208 193 / 0.75);
}

.border-teal-400\/80 {
  border-color: rgb(157 208 193 / 0.8);
}

.border-teal-400\/90 {
  border-color: rgb(157 208 193 / 0.9);
}

.border-teal-400\/95 {
  border-color: rgb(157 208 193 / 0.95);
}

.border-teal-50 {
  --tw-border-opacity: 1;
  border-color: rgb(253 254 254 / var(--tw-border-opacity));
}

.border-teal-50\/0 {
  border-color: rgb(253 254 254 / 0);
}

.border-teal-50\/10 {
  border-color: rgb(253 254 254 / 0.1);
}

.border-teal-50\/100 {
  border-color: rgb(253 254 254 / 1);
}

.border-teal-50\/20 {
  border-color: rgb(253 254 254 / 0.2);
}

.border-teal-50\/25 {
  border-color: rgb(253 254 254 / 0.25);
}

.border-teal-50\/30 {
  border-color: rgb(253 254 254 / 0.3);
}

.border-teal-50\/40 {
  border-color: rgb(253 254 254 / 0.4);
}

.border-teal-50\/5 {
  border-color: rgb(253 254 254 / 0.05);
}

.border-teal-50\/50 {
  border-color: rgb(253 254 254 / 0.5);
}

.border-teal-50\/60 {
  border-color: rgb(253 254 254 / 0.6);
}

.border-teal-50\/70 {
  border-color: rgb(253 254 254 / 0.7);
}

.border-teal-50\/75 {
  border-color: rgb(253 254 254 / 0.75);
}

.border-teal-50\/80 {
  border-color: rgb(253 254 254 / 0.8);
}

.border-teal-50\/90 {
  border-color: rgb(253 254 254 / 0.9);
}

.border-teal-50\/95 {
  border-color: rgb(253 254 254 / 0.95);
}

.border-teal-500 {
  --tw-border-opacity: 1;
  border-color: rgb(129 195 175 / var(--tw-border-opacity));
}

.border-teal-500\/0 {
  border-color: rgb(129 195 175 / 0);
}

.border-teal-500\/10 {
  border-color: rgb(129 195 175 / 0.1);
}

.border-teal-500\/100 {
  border-color: rgb(129 195 175 / 1);
}

.border-teal-500\/20 {
  border-color: rgb(129 195 175 / 0.2);
}

.border-teal-500\/25 {
  border-color: rgb(129 195 175 / 0.25);
}

.border-teal-500\/30 {
  border-color: rgb(129 195 175 / 0.3);
}

.border-teal-500\/40 {
  border-color: rgb(129 195 175 / 0.4);
}

.border-teal-500\/5 {
  border-color: rgb(129 195 175 / 0.05);
}

.border-teal-500\/50 {
  border-color: rgb(129 195 175 / 0.5);
}

.border-teal-500\/60 {
  border-color: rgb(129 195 175 / 0.6);
}

.border-teal-500\/70 {
  border-color: rgb(129 195 175 / 0.7);
}

.border-teal-500\/75 {
  border-color: rgb(129 195 175 / 0.75);
}

.border-teal-500\/80 {
  border-color: rgb(129 195 175 / 0.8);
}

.border-teal-500\/90 {
  border-color: rgb(129 195 175 / 0.9);
}

.border-teal-500\/95 {
  border-color: rgb(129 195 175 / 0.95);
}

.border-teal-600 {
  --tw-border-opacity: 1;
  border-color: rgb(91 177 151 / var(--tw-border-opacity));
}

.border-teal-600\/0 {
  border-color: rgb(91 177 151 / 0);
}

.border-teal-600\/10 {
  border-color: rgb(91 177 151 / 0.1);
}

.border-teal-600\/100 {
  border-color: rgb(91 177 151 / 1);
}

.border-teal-600\/20 {
  border-color: rgb(91 177 151 / 0.2);
}

.border-teal-600\/25 {
  border-color: rgb(91 177 151 / 0.25);
}

.border-teal-600\/30 {
  border-color: rgb(91 177 151 / 0.3);
}

.border-teal-600\/40 {
  border-color: rgb(91 177 151 / 0.4);
}

.border-teal-600\/5 {
  border-color: rgb(91 177 151 / 0.05);
}

.border-teal-600\/50 {
  border-color: rgb(91 177 151 / 0.5);
}

.border-teal-600\/60 {
  border-color: rgb(91 177 151 / 0.6);
}

.border-teal-600\/70 {
  border-color: rgb(91 177 151 / 0.7);
}

.border-teal-600\/75 {
  border-color: rgb(91 177 151 / 0.75);
}

.border-teal-600\/80 {
  border-color: rgb(91 177 151 / 0.8);
}

.border-teal-600\/90 {
  border-color: rgb(91 177 151 / 0.9);
}

.border-teal-600\/95 {
  border-color: rgb(91 177 151 / 0.95);
}

.border-teal-700 {
  --tw-border-opacity: 1;
  border-color: rgb(68 143 121 / var(--tw-border-opacity));
}

.border-teal-700\/0 {
  border-color: rgb(68 143 121 / 0);
}

.border-teal-700\/10 {
  border-color: rgb(68 143 121 / 0.1);
}

.border-teal-700\/100 {
  border-color: rgb(68 143 121 / 1);
}

.border-teal-700\/20 {
  border-color: rgb(68 143 121 / 0.2);
}

.border-teal-700\/25 {
  border-color: rgb(68 143 121 / 0.25);
}

.border-teal-700\/30 {
  border-color: rgb(68 143 121 / 0.3);
}

.border-teal-700\/40 {
  border-color: rgb(68 143 121 / 0.4);
}

.border-teal-700\/5 {
  border-color: rgb(68 143 121 / 0.05);
}

.border-teal-700\/50 {
  border-color: rgb(68 143 121 / 0.5);
}

.border-teal-700\/60 {
  border-color: rgb(68 143 121 / 0.6);
}

.border-teal-700\/70 {
  border-color: rgb(68 143 121 / 0.7);
}

.border-teal-700\/75 {
  border-color: rgb(68 143 121 / 0.75);
}

.border-teal-700\/80 {
  border-color: rgb(68 143 121 / 0.8);
}

.border-teal-700\/90 {
  border-color: rgb(68 143 121 / 0.9);
}

.border-teal-700\/95 {
  border-color: rgb(68 143 121 / 0.95);
}

.border-teal-800 {
  --tw-border-opacity: 1;
  border-color: rgb(50 105 89 / var(--tw-border-opacity));
}

.border-teal-800\/0 {
  border-color: rgb(50 105 89 / 0);
}

.border-teal-800\/10 {
  border-color: rgb(50 105 89 / 0.1);
}

.border-teal-800\/100 {
  border-color: rgb(50 105 89 / 1);
}

.border-teal-800\/20 {
  border-color: rgb(50 105 89 / 0.2);
}

.border-teal-800\/25 {
  border-color: rgb(50 105 89 / 0.25);
}

.border-teal-800\/30 {
  border-color: rgb(50 105 89 / 0.3);
}

.border-teal-800\/40 {
  border-color: rgb(50 105 89 / 0.4);
}

.border-teal-800\/5 {
  border-color: rgb(50 105 89 / 0.05);
}

.border-teal-800\/50 {
  border-color: rgb(50 105 89 / 0.5);
}

.border-teal-800\/60 {
  border-color: rgb(50 105 89 / 0.6);
}

.border-teal-800\/70 {
  border-color: rgb(50 105 89 / 0.7);
}

.border-teal-800\/75 {
  border-color: rgb(50 105 89 / 0.75);
}

.border-teal-800\/80 {
  border-color: rgb(50 105 89 / 0.8);
}

.border-teal-800\/90 {
  border-color: rgb(50 105 89 / 0.9);
}

.border-teal-800\/95 {
  border-color: rgb(50 105 89 / 0.95);
}

.border-teal-900 {
  --tw-border-opacity: 1;
  border-color: rgb(32 67 57 / var(--tw-border-opacity));
}

.border-teal-900\/0 {
  border-color: rgb(32 67 57 / 0);
}

.border-teal-900\/10 {
  border-color: rgb(32 67 57 / 0.1);
}

.border-teal-900\/100 {
  border-color: rgb(32 67 57 / 1);
}

.border-teal-900\/20 {
  border-color: rgb(32 67 57 / 0.2);
}

.border-teal-900\/25 {
  border-color: rgb(32 67 57 / 0.25);
}

.border-teal-900\/30 {
  border-color: rgb(32 67 57 / 0.3);
}

.border-teal-900\/40 {
  border-color: rgb(32 67 57 / 0.4);
}

.border-teal-900\/5 {
  border-color: rgb(32 67 57 / 0.05);
}

.border-teal-900\/50 {
  border-color: rgb(32 67 57 / 0.5);
}

.border-teal-900\/60 {
  border-color: rgb(32 67 57 / 0.6);
}

.border-teal-900\/70 {
  border-color: rgb(32 67 57 / 0.7);
}

.border-teal-900\/75 {
  border-color: rgb(32 67 57 / 0.75);
}

.border-teal-900\/80 {
  border-color: rgb(32 67 57 / 0.8);
}

.border-teal-900\/90 {
  border-color: rgb(32 67 57 / 0.9);
}

.border-teal-900\/95 {
  border-color: rgb(32 67 57 / 0.95);
}

.border-teal\/0 {
  border-color: rgb(129 195 175 / 0);
}

.border-teal\/10 {
  border-color: rgb(129 195 175 / 0.1);
}

.border-teal\/100 {
  border-color: rgb(129 195 175 / 1);
}

.border-teal\/20 {
  border-color: rgb(129 195 175 / 0.2);
}

.border-teal\/25 {
  border-color: rgb(129 195 175 / 0.25);
}

.border-teal\/30 {
  border-color: rgb(129 195 175 / 0.3);
}

.border-teal\/40 {
  border-color: rgb(129 195 175 / 0.4);
}

.border-teal\/5 {
  border-color: rgb(129 195 175 / 0.05);
}

.border-teal\/50 {
  border-color: rgb(129 195 175 / 0.5);
}

.border-teal\/60 {
  border-color: rgb(129 195 175 / 0.6);
}

.border-teal\/70 {
  border-color: rgb(129 195 175 / 0.7);
}

.border-teal\/75 {
  border-color: rgb(129 195 175 / 0.75);
}

.border-teal\/80 {
  border-color: rgb(129 195 175 / 0.8);
}

.border-teal\/90 {
  border-color: rgb(129 195 175 / 0.9);
}

.border-teal\/95 {
  border-color: rgb(129 195 175 / 0.95);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-yellow {
  --tw-border-opacity: 1;
  border-color: rgb(247 191 31 / var(--tw-border-opacity));
}

.border-yellow-100 {
  --tw-border-opacity: 1;
  border-color: rgb(253 243 200 / var(--tw-border-opacity));
}

.border-yellow-100\/0 {
  border-color: rgb(253 243 200 / 0);
}

.border-yellow-100\/10 {
  border-color: rgb(253 243 200 / 0.1);
}

.border-yellow-100\/100 {
  border-color: rgb(253 243 200 / 1);
}

.border-yellow-100\/20 {
  border-color: rgb(253 243 200 / 0.2);
}

.border-yellow-100\/25 {
  border-color: rgb(253 243 200 / 0.25);
}

.border-yellow-100\/30 {
  border-color: rgb(253 243 200 / 0.3);
}

.border-yellow-100\/40 {
  border-color: rgb(253 243 200 / 0.4);
}

.border-yellow-100\/5 {
  border-color: rgb(253 243 200 / 0.05);
}

.border-yellow-100\/50 {
  border-color: rgb(253 243 200 / 0.5);
}

.border-yellow-100\/60 {
  border-color: rgb(253 243 200 / 0.6);
}

.border-yellow-100\/70 {
  border-color: rgb(253 243 200 / 0.7);
}

.border-yellow-100\/75 {
  border-color: rgb(253 243 200 / 0.75);
}

.border-yellow-100\/80 {
  border-color: rgb(253 243 200 / 0.8);
}

.border-yellow-100\/90 {
  border-color: rgb(253 243 200 / 0.9);
}

.border-yellow-100\/95 {
  border-color: rgb(253 243 200 / 0.95);
}

.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(251 231 140 / var(--tw-border-opacity));
}

.border-yellow-200\/0 {
  border-color: rgb(251 231 140 / 0);
}

.border-yellow-200\/10 {
  border-color: rgb(251 231 140 / 0.1);
}

.border-yellow-200\/100 {
  border-color: rgb(251 231 140 / 1);
}

.border-yellow-200\/20 {
  border-color: rgb(251 231 140 / 0.2);
}

.border-yellow-200\/25 {
  border-color: rgb(251 231 140 / 0.25);
}

.border-yellow-200\/30 {
  border-color: rgb(251 231 140 / 0.3);
}

.border-yellow-200\/40 {
  border-color: rgb(251 231 140 / 0.4);
}

.border-yellow-200\/5 {
  border-color: rgb(251 231 140 / 0.05);
}

.border-yellow-200\/50 {
  border-color: rgb(251 231 140 / 0.5);
}

.border-yellow-200\/60 {
  border-color: rgb(251 231 140 / 0.6);
}

.border-yellow-200\/70 {
  border-color: rgb(251 231 140 / 0.7);
}

.border-yellow-200\/75 {
  border-color: rgb(251 231 140 / 0.75);
}

.border-yellow-200\/80 {
  border-color: rgb(251 231 140 / 0.8);
}

.border-yellow-200\/90 {
  border-color: rgb(251 231 140 / 0.9);
}

.border-yellow-200\/95 {
  border-color: rgb(251 231 140 / 0.95);
}

.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(249 212 80 / var(--tw-border-opacity));
}

.border-yellow-300\/0 {
  border-color: rgb(249 212 80 / 0);
}

.border-yellow-300\/10 {
  border-color: rgb(249 212 80 / 0.1);
}

.border-yellow-300\/100 {
  border-color: rgb(249 212 80 / 1);
}

.border-yellow-300\/20 {
  border-color: rgb(249 212 80 / 0.2);
}

.border-yellow-300\/25 {
  border-color: rgb(249 212 80 / 0.25);
}

.border-yellow-300\/30 {
  border-color: rgb(249 212 80 / 0.3);
}

.border-yellow-300\/40 {
  border-color: rgb(249 212 80 / 0.4);
}

.border-yellow-300\/5 {
  border-color: rgb(249 212 80 / 0.05);
}

.border-yellow-300\/50 {
  border-color: rgb(249 212 80 / 0.5);
}

.border-yellow-300\/60 {
  border-color: rgb(249 212 80 / 0.6);
}

.border-yellow-300\/70 {
  border-color: rgb(249 212 80 / 0.7);
}

.border-yellow-300\/75 {
  border-color: rgb(249 212 80 / 0.75);
}

.border-yellow-300\/80 {
  border-color: rgb(249 212 80 / 0.8);
}

.border-yellow-300\/90 {
  border-color: rgb(249 212 80 / 0.9);
}

.border-yellow-300\/95 {
  border-color: rgb(249 212 80 / 0.95);
}

.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(247 191 31 / var(--tw-border-opacity));
}

.border-yellow-400\/0 {
  border-color: rgb(247 191 31 / 0);
}

.border-yellow-400\/10 {
  border-color: rgb(247 191 31 / 0.1);
}

.border-yellow-400\/100 {
  border-color: rgb(247 191 31 / 1);
}

.border-yellow-400\/20 {
  border-color: rgb(247 191 31 / 0.2);
}

.border-yellow-400\/25 {
  border-color: rgb(247 191 31 / 0.25);
}

.border-yellow-400\/30 {
  border-color: rgb(247 191 31 / 0.3);
}

.border-yellow-400\/40 {
  border-color: rgb(247 191 31 / 0.4);
}

.border-yellow-400\/5 {
  border-color: rgb(247 191 31 / 0.05);
}

.border-yellow-400\/50 {
  border-color: rgb(247 191 31 / 0.5);
}

.border-yellow-400\/60 {
  border-color: rgb(247 191 31 / 0.6);
}

.border-yellow-400\/70 {
  border-color: rgb(247 191 31 / 0.7);
}

.border-yellow-400\/75 {
  border-color: rgb(247 191 31 / 0.75);
}

.border-yellow-400\/80 {
  border-color: rgb(247 191 31 / 0.8);
}

.border-yellow-400\/90 {
  border-color: rgb(247 191 31 / 0.9);
}

.border-yellow-400\/95 {
  border-color: rgb(247 191 31 / 0.95);
}

.border-yellow-50 {
  --tw-border-opacity: 1;
  border-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.border-yellow-50\/0 {
  border-color: rgb(255 251 235 / 0);
}

.border-yellow-50\/10 {
  border-color: rgb(255 251 235 / 0.1);
}

.border-yellow-50\/100 {
  border-color: rgb(255 251 235 / 1);
}

.border-yellow-50\/20 {
  border-color: rgb(255 251 235 / 0.2);
}

.border-yellow-50\/25 {
  border-color: rgb(255 251 235 / 0.25);
}

.border-yellow-50\/30 {
  border-color: rgb(255 251 235 / 0.3);
}

.border-yellow-50\/40 {
  border-color: rgb(255 251 235 / 0.4);
}

.border-yellow-50\/5 {
  border-color: rgb(255 251 235 / 0.05);
}

.border-yellow-50\/50 {
  border-color: rgb(255 251 235 / 0.5);
}

.border-yellow-50\/60 {
  border-color: rgb(255 251 235 / 0.6);
}

.border-yellow-50\/70 {
  border-color: rgb(255 251 235 / 0.7);
}

.border-yellow-50\/75 {
  border-color: rgb(255 251 235 / 0.75);
}

.border-yellow-50\/80 {
  border-color: rgb(255 251 235 / 0.8);
}

.border-yellow-50\/90 {
  border-color: rgb(255 251 235 / 0.9);
}

.border-yellow-50\/95 {
  border-color: rgb(255 251 235 / 0.95);
}

.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(241 161 15 / var(--tw-border-opacity));
}

.border-yellow-500\/0 {
  border-color: rgb(241 161 15 / 0);
}

.border-yellow-500\/10 {
  border-color: rgb(241 161 15 / 0.1);
}

.border-yellow-500\/100 {
  border-color: rgb(241 161 15 / 1);
}

.border-yellow-500\/20 {
  border-color: rgb(241 161 15 / 0.2);
}

.border-yellow-500\/25 {
  border-color: rgb(241 161 15 / 0.25);
}

.border-yellow-500\/30 {
  border-color: rgb(241 161 15 / 0.3);
}

.border-yellow-500\/40 {
  border-color: rgb(241 161 15 / 0.4);
}

.border-yellow-500\/5 {
  border-color: rgb(241 161 15 / 0.05);
}

.border-yellow-500\/50 {
  border-color: rgb(241 161 15 / 0.5);
}

.border-yellow-500\/60 {
  border-color: rgb(241 161 15 / 0.6);
}

.border-yellow-500\/70 {
  border-color: rgb(241 161 15 / 0.7);
}

.border-yellow-500\/75 {
  border-color: rgb(241 161 15 / 0.75);
}

.border-yellow-500\/80 {
  border-color: rgb(241 161 15 / 0.8);
}

.border-yellow-500\/90 {
  border-color: rgb(241 161 15 / 0.9);
}

.border-yellow-500\/95 {
  border-color: rgb(241 161 15 / 0.95);
}

.border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgb(213 123 10 / var(--tw-border-opacity));
}

.border-yellow-600\/0 {
  border-color: rgb(213 123 10 / 0);
}

.border-yellow-600\/10 {
  border-color: rgb(213 123 10 / 0.1);
}

.border-yellow-600\/100 {
  border-color: rgb(213 123 10 / 1);
}

.border-yellow-600\/20 {
  border-color: rgb(213 123 10 / 0.2);
}

.border-yellow-600\/25 {
  border-color: rgb(213 123 10 / 0.25);
}

.border-yellow-600\/30 {
  border-color: rgb(213 123 10 / 0.3);
}

.border-yellow-600\/40 {
  border-color: rgb(213 123 10 / 0.4);
}

.border-yellow-600\/5 {
  border-color: rgb(213 123 10 / 0.05);
}

.border-yellow-600\/50 {
  border-color: rgb(213 123 10 / 0.5);
}

.border-yellow-600\/60 {
  border-color: rgb(213 123 10 / 0.6);
}

.border-yellow-600\/70 {
  border-color: rgb(213 123 10 / 0.7);
}

.border-yellow-600\/75 {
  border-color: rgb(213 123 10 / 0.75);
}

.border-yellow-600\/80 {
  border-color: rgb(213 123 10 / 0.8);
}

.border-yellow-600\/90 {
  border-color: rgb(213 123 10 / 0.9);
}

.border-yellow-600\/95 {
  border-color: rgb(213 123 10 / 0.95);
}

.border-yellow-700 {
  --tw-border-opacity: 1;
  border-color: rgb(177 86 12 / var(--tw-border-opacity));
}

.border-yellow-700\/0 {
  border-color: rgb(177 86 12 / 0);
}

.border-yellow-700\/10 {
  border-color: rgb(177 86 12 / 0.1);
}

.border-yellow-700\/100 {
  border-color: rgb(177 86 12 / 1);
}

.border-yellow-700\/20 {
  border-color: rgb(177 86 12 / 0.2);
}

.border-yellow-700\/25 {
  border-color: rgb(177 86 12 / 0.25);
}

.border-yellow-700\/30 {
  border-color: rgb(177 86 12 / 0.3);
}

.border-yellow-700\/40 {
  border-color: rgb(177 86 12 / 0.4);
}

.border-yellow-700\/5 {
  border-color: rgb(177 86 12 / 0.05);
}

.border-yellow-700\/50 {
  border-color: rgb(177 86 12 / 0.5);
}

.border-yellow-700\/60 {
  border-color: rgb(177 86 12 / 0.6);
}

.border-yellow-700\/70 {
  border-color: rgb(177 86 12 / 0.7);
}

.border-yellow-700\/75 {
  border-color: rgb(177 86 12 / 0.75);
}

.border-yellow-700\/80 {
  border-color: rgb(177 86 12 / 0.8);
}

.border-yellow-700\/90 {
  border-color: rgb(177 86 12 / 0.9);
}

.border-yellow-700\/95 {
  border-color: rgb(177 86 12 / 0.95);
}

.border-yellow-800 {
  --tw-border-opacity: 1;
  border-color: rgb(144 68 16 / var(--tw-border-opacity));
}

.border-yellow-800\/0 {
  border-color: rgb(144 68 16 / 0);
}

.border-yellow-800\/10 {
  border-color: rgb(144 68 16 / 0.1);
}

.border-yellow-800\/100 {
  border-color: rgb(144 68 16 / 1);
}

.border-yellow-800\/20 {
  border-color: rgb(144 68 16 / 0.2);
}

.border-yellow-800\/25 {
  border-color: rgb(144 68 16 / 0.25);
}

.border-yellow-800\/30 {
  border-color: rgb(144 68 16 / 0.3);
}

.border-yellow-800\/40 {
  border-color: rgb(144 68 16 / 0.4);
}

.border-yellow-800\/5 {
  border-color: rgb(144 68 16 / 0.05);
}

.border-yellow-800\/50 {
  border-color: rgb(144 68 16 / 0.5);
}

.border-yellow-800\/60 {
  border-color: rgb(144 68 16 / 0.6);
}

.border-yellow-800\/70 {
  border-color: rgb(144 68 16 / 0.7);
}

.border-yellow-800\/75 {
  border-color: rgb(144 68 16 / 0.75);
}

.border-yellow-800\/80 {
  border-color: rgb(144 68 16 / 0.8);
}

.border-yellow-800\/90 {
  border-color: rgb(144 68 16 / 0.9);
}

.border-yellow-800\/95 {
  border-color: rgb(144 68 16 / 0.95);
}

.border-yellow-900 {
  --tw-border-opacity: 1;
  border-color: rgb(118 55 17 / var(--tw-border-opacity));
}

.border-yellow-900\/0 {
  border-color: rgb(118 55 17 / 0);
}

.border-yellow-900\/10 {
  border-color: rgb(118 55 17 / 0.1);
}

.border-yellow-900\/100 {
  border-color: rgb(118 55 17 / 1);
}

.border-yellow-900\/20 {
  border-color: rgb(118 55 17 / 0.2);
}

.border-yellow-900\/25 {
  border-color: rgb(118 55 17 / 0.25);
}

.border-yellow-900\/30 {
  border-color: rgb(118 55 17 / 0.3);
}

.border-yellow-900\/40 {
  border-color: rgb(118 55 17 / 0.4);
}

.border-yellow-900\/5 {
  border-color: rgb(118 55 17 / 0.05);
}

.border-yellow-900\/50 {
  border-color: rgb(118 55 17 / 0.5);
}

.border-yellow-900\/60 {
  border-color: rgb(118 55 17 / 0.6);
}

.border-yellow-900\/70 {
  border-color: rgb(118 55 17 / 0.7);
}

.border-yellow-900\/75 {
  border-color: rgb(118 55 17 / 0.75);
}

.border-yellow-900\/80 {
  border-color: rgb(118 55 17 / 0.8);
}

.border-yellow-900\/90 {
  border-color: rgb(118 55 17 / 0.9);
}

.border-yellow-900\/95 {
  border-color: rgb(118 55 17 / 0.95);
}

.border-yellow-950 {
  --tw-border-opacity: 1;
  border-color: rgb(68 27 4 / var(--tw-border-opacity));
}

.border-yellow-950\/0 {
  border-color: rgb(68 27 4 / 0);
}

.border-yellow-950\/10 {
  border-color: rgb(68 27 4 / 0.1);
}

.border-yellow-950\/100 {
  border-color: rgb(68 27 4 / 1);
}

.border-yellow-950\/20 {
  border-color: rgb(68 27 4 / 0.2);
}

.border-yellow-950\/25 {
  border-color: rgb(68 27 4 / 0.25);
}

.border-yellow-950\/30 {
  border-color: rgb(68 27 4 / 0.3);
}

.border-yellow-950\/40 {
  border-color: rgb(68 27 4 / 0.4);
}

.border-yellow-950\/5 {
  border-color: rgb(68 27 4 / 0.05);
}

.border-yellow-950\/50 {
  border-color: rgb(68 27 4 / 0.5);
}

.border-yellow-950\/60 {
  border-color: rgb(68 27 4 / 0.6);
}

.border-yellow-950\/70 {
  border-color: rgb(68 27 4 / 0.7);
}

.border-yellow-950\/75 {
  border-color: rgb(68 27 4 / 0.75);
}

.border-yellow-950\/80 {
  border-color: rgb(68 27 4 / 0.8);
}

.border-yellow-950\/90 {
  border-color: rgb(68 27 4 / 0.9);
}

.border-yellow-950\/95 {
  border-color: rgb(68 27 4 / 0.95);
}

.border-yellow\/0 {
  border-color: rgb(247 191 31 / 0);
}

.border-yellow\/10 {
  border-color: rgb(247 191 31 / 0.1);
}

.border-yellow\/100 {
  border-color: rgb(247 191 31 / 1);
}

.border-yellow\/20 {
  border-color: rgb(247 191 31 / 0.2);
}

.border-yellow\/25 {
  border-color: rgb(247 191 31 / 0.25);
}

.border-yellow\/30 {
  border-color: rgb(247 191 31 / 0.3);
}

.border-yellow\/40 {
  border-color: rgb(247 191 31 / 0.4);
}

.border-yellow\/5 {
  border-color: rgb(247 191 31 / 0.05);
}

.border-yellow\/50 {
  border-color: rgb(247 191 31 / 0.5);
}

.border-yellow\/60 {
  border-color: rgb(247 191 31 / 0.6);
}

.border-yellow\/70 {
  border-color: rgb(247 191 31 / 0.7);
}

.border-yellow\/75 {
  border-color: rgb(247 191 31 / 0.75);
}

.border-yellow\/80 {
  border-color: rgb(247 191 31 / 0.8);
}

.border-yellow\/90 {
  border-color: rgb(247 191 31 / 0.9);
}

.border-yellow\/95 {
  border-color: rgb(247 191 31 / 0.95);
}

.border-x-aqua {
  --tw-border-opacity: 1;
  border-left-color: rgb(129 195 175 / var(--tw-border-opacity));
  border-right-color: rgb(129 195 175 / var(--tw-border-opacity));
}

.border-x-aqua-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 248 245 / var(--tw-border-opacity));
  border-right-color: rgb(240 248 245 / var(--tw-border-opacity));
}

.border-x-aqua-100\/0 {
  border-left-color: rgb(240 248 245 / 0);
  border-right-color: rgb(240 248 245 / 0);
}

.border-x-aqua-100\/10 {
  border-left-color: rgb(240 248 245 / 0.1);
  border-right-color: rgb(240 248 245 / 0.1);
}

.border-x-aqua-100\/100 {
  border-left-color: rgb(240 248 245 / 1);
  border-right-color: rgb(240 248 245 / 1);
}

.border-x-aqua-100\/20 {
  border-left-color: rgb(240 248 245 / 0.2);
  border-right-color: rgb(240 248 245 / 0.2);
}

.border-x-aqua-100\/25 {
  border-left-color: rgb(240 248 245 / 0.25);
  border-right-color: rgb(240 248 245 / 0.25);
}

.border-x-aqua-100\/30 {
  border-left-color: rgb(240 248 245 / 0.3);
  border-right-color: rgb(240 248 245 / 0.3);
}

.border-x-aqua-100\/40 {
  border-left-color: rgb(240 248 245 / 0.4);
  border-right-color: rgb(240 248 245 / 0.4);
}

.border-x-aqua-100\/5 {
  border-left-color: rgb(240 248 245 / 0.05);
  border-right-color: rgb(240 248 245 / 0.05);
}

.border-x-aqua-100\/50 {
  border-left-color: rgb(240 248 245 / 0.5);
  border-right-color: rgb(240 248 245 / 0.5);
}

.border-x-aqua-100\/60 {
  border-left-color: rgb(240 248 245 / 0.6);
  border-right-color: rgb(240 248 245 / 0.6);
}

.border-x-aqua-100\/70 {
  border-left-color: rgb(240 248 245 / 0.7);
  border-right-color: rgb(240 248 245 / 0.7);
}

.border-x-aqua-100\/75 {
  border-left-color: rgb(240 248 245 / 0.75);
  border-right-color: rgb(240 248 245 / 0.75);
}

.border-x-aqua-100\/80 {
  border-left-color: rgb(240 248 245 / 0.8);
  border-right-color: rgb(240 248 245 / 0.8);
}

.border-x-aqua-100\/90 {
  border-left-color: rgb(240 248 245 / 0.9);
  border-right-color: rgb(240 248 245 / 0.9);
}

.border-x-aqua-100\/95 {
  border-left-color: rgb(240 248 245 / 0.95);
  border-right-color: rgb(240 248 245 / 0.95);
}

.border-x-aqua-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(212 234 228 / var(--tw-border-opacity));
  border-right-color: rgb(212 234 228 / var(--tw-border-opacity));
}

.border-x-aqua-200\/0 {
  border-left-color: rgb(212 234 228 / 0);
  border-right-color: rgb(212 234 228 / 0);
}

.border-x-aqua-200\/10 {
  border-left-color: rgb(212 234 228 / 0.1);
  border-right-color: rgb(212 234 228 / 0.1);
}

.border-x-aqua-200\/100 {
  border-left-color: rgb(212 234 228 / 1);
  border-right-color: rgb(212 234 228 / 1);
}

.border-x-aqua-200\/20 {
  border-left-color: rgb(212 234 228 / 0.2);
  border-right-color: rgb(212 234 228 / 0.2);
}

.border-x-aqua-200\/25 {
  border-left-color: rgb(212 234 228 / 0.25);
  border-right-color: rgb(212 234 228 / 0.25);
}

.border-x-aqua-200\/30 {
  border-left-color: rgb(212 234 228 / 0.3);
  border-right-color: rgb(212 234 228 / 0.3);
}

.border-x-aqua-200\/40 {
  border-left-color: rgb(212 234 228 / 0.4);
  border-right-color: rgb(212 234 228 / 0.4);
}

.border-x-aqua-200\/5 {
  border-left-color: rgb(212 234 228 / 0.05);
  border-right-color: rgb(212 234 228 / 0.05);
}

.border-x-aqua-200\/50 {
  border-left-color: rgb(212 234 228 / 0.5);
  border-right-color: rgb(212 234 228 / 0.5);
}

.border-x-aqua-200\/60 {
  border-left-color: rgb(212 234 228 / 0.6);
  border-right-color: rgb(212 234 228 / 0.6);
}

.border-x-aqua-200\/70 {
  border-left-color: rgb(212 234 228 / 0.7);
  border-right-color: rgb(212 234 228 / 0.7);
}

.border-x-aqua-200\/75 {
  border-left-color: rgb(212 234 228 / 0.75);
  border-right-color: rgb(212 234 228 / 0.75);
}

.border-x-aqua-200\/80 {
  border-left-color: rgb(212 234 228 / 0.8);
  border-right-color: rgb(212 234 228 / 0.8);
}

.border-x-aqua-200\/90 {
  border-left-color: rgb(212 234 228 / 0.9);
  border-right-color: rgb(212 234 228 / 0.9);
}

.border-x-aqua-200\/95 {
  border-left-color: rgb(212 234 228 / 0.95);
  border-right-color: rgb(212 234 228 / 0.95);
}

.border-x-aqua-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(184 221 210 / var(--tw-border-opacity));
  border-right-color: rgb(184 221 210 / var(--tw-border-opacity));
}

.border-x-aqua-300\/0 {
  border-left-color: rgb(184 221 210 / 0);
  border-right-color: rgb(184 221 210 / 0);
}

.border-x-aqua-300\/10 {
  border-left-color: rgb(184 221 210 / 0.1);
  border-right-color: rgb(184 221 210 / 0.1);
}

.border-x-aqua-300\/100 {
  border-left-color: rgb(184 221 210 / 1);
  border-right-color: rgb(184 221 210 / 1);
}

.border-x-aqua-300\/20 {
  border-left-color: rgb(184 221 210 / 0.2);
  border-right-color: rgb(184 221 210 / 0.2);
}

.border-x-aqua-300\/25 {
  border-left-color: rgb(184 221 210 / 0.25);
  border-right-color: rgb(184 221 210 / 0.25);
}

.border-x-aqua-300\/30 {
  border-left-color: rgb(184 221 210 / 0.3);
  border-right-color: rgb(184 221 210 / 0.3);
}

.border-x-aqua-300\/40 {
  border-left-color: rgb(184 221 210 / 0.4);
  border-right-color: rgb(184 221 210 / 0.4);
}

.border-x-aqua-300\/5 {
  border-left-color: rgb(184 221 210 / 0.05);
  border-right-color: rgb(184 221 210 / 0.05);
}

.border-x-aqua-300\/50 {
  border-left-color: rgb(184 221 210 / 0.5);
  border-right-color: rgb(184 221 210 / 0.5);
}

.border-x-aqua-300\/60 {
  border-left-color: rgb(184 221 210 / 0.6);
  border-right-color: rgb(184 221 210 / 0.6);
}

.border-x-aqua-300\/70 {
  border-left-color: rgb(184 221 210 / 0.7);
  border-right-color: rgb(184 221 210 / 0.7);
}

.border-x-aqua-300\/75 {
  border-left-color: rgb(184 221 210 / 0.75);
  border-right-color: rgb(184 221 210 / 0.75);
}

.border-x-aqua-300\/80 {
  border-left-color: rgb(184 221 210 / 0.8);
  border-right-color: rgb(184 221 210 / 0.8);
}

.border-x-aqua-300\/90 {
  border-left-color: rgb(184 221 210 / 0.9);
  border-right-color: rgb(184 221 210 / 0.9);
}

.border-x-aqua-300\/95 {
  border-left-color: rgb(184 221 210 / 0.95);
  border-right-color: rgb(184 221 210 / 0.95);
}

.border-x-aqua-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(157 208 193 / var(--tw-border-opacity));
  border-right-color: rgb(157 208 193 / var(--tw-border-opacity));
}

.border-x-aqua-400\/0 {
  border-left-color: rgb(157 208 193 / 0);
  border-right-color: rgb(157 208 193 / 0);
}

.border-x-aqua-400\/10 {
  border-left-color: rgb(157 208 193 / 0.1);
  border-right-color: rgb(157 208 193 / 0.1);
}

.border-x-aqua-400\/100 {
  border-left-color: rgb(157 208 193 / 1);
  border-right-color: rgb(157 208 193 / 1);
}

.border-x-aqua-400\/20 {
  border-left-color: rgb(157 208 193 / 0.2);
  border-right-color: rgb(157 208 193 / 0.2);
}

.border-x-aqua-400\/25 {
  border-left-color: rgb(157 208 193 / 0.25);
  border-right-color: rgb(157 208 193 / 0.25);
}

.border-x-aqua-400\/30 {
  border-left-color: rgb(157 208 193 / 0.3);
  border-right-color: rgb(157 208 193 / 0.3);
}

.border-x-aqua-400\/40 {
  border-left-color: rgb(157 208 193 / 0.4);
  border-right-color: rgb(157 208 193 / 0.4);
}

.border-x-aqua-400\/5 {
  border-left-color: rgb(157 208 193 / 0.05);
  border-right-color: rgb(157 208 193 / 0.05);
}

.border-x-aqua-400\/50 {
  border-left-color: rgb(157 208 193 / 0.5);
  border-right-color: rgb(157 208 193 / 0.5);
}

.border-x-aqua-400\/60 {
  border-left-color: rgb(157 208 193 / 0.6);
  border-right-color: rgb(157 208 193 / 0.6);
}

.border-x-aqua-400\/70 {
  border-left-color: rgb(157 208 193 / 0.7);
  border-right-color: rgb(157 208 193 / 0.7);
}

.border-x-aqua-400\/75 {
  border-left-color: rgb(157 208 193 / 0.75);
  border-right-color: rgb(157 208 193 / 0.75);
}

.border-x-aqua-400\/80 {
  border-left-color: rgb(157 208 193 / 0.8);
  border-right-color: rgb(157 208 193 / 0.8);
}

.border-x-aqua-400\/90 {
  border-left-color: rgb(157 208 193 / 0.9);
  border-right-color: rgb(157 208 193 / 0.9);
}

.border-x-aqua-400\/95 {
  border-left-color: rgb(157 208 193 / 0.95);
  border-right-color: rgb(157 208 193 / 0.95);
}

.border-x-aqua-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 254 254 / var(--tw-border-opacity));
  border-right-color: rgb(253 254 254 / var(--tw-border-opacity));
}

.border-x-aqua-50\/0 {
  border-left-color: rgb(253 254 254 / 0);
  border-right-color: rgb(253 254 254 / 0);
}

.border-x-aqua-50\/10 {
  border-left-color: rgb(253 254 254 / 0.1);
  border-right-color: rgb(253 254 254 / 0.1);
}

.border-x-aqua-50\/100 {
  border-left-color: rgb(253 254 254 / 1);
  border-right-color: rgb(253 254 254 / 1);
}

.border-x-aqua-50\/20 {
  border-left-color: rgb(253 254 254 / 0.2);
  border-right-color: rgb(253 254 254 / 0.2);
}

.border-x-aqua-50\/25 {
  border-left-color: rgb(253 254 254 / 0.25);
  border-right-color: rgb(253 254 254 / 0.25);
}

.border-x-aqua-50\/30 {
  border-left-color: rgb(253 254 254 / 0.3);
  border-right-color: rgb(253 254 254 / 0.3);
}

.border-x-aqua-50\/40 {
  border-left-color: rgb(253 254 254 / 0.4);
  border-right-color: rgb(253 254 254 / 0.4);
}

.border-x-aqua-50\/5 {
  border-left-color: rgb(253 254 254 / 0.05);
  border-right-color: rgb(253 254 254 / 0.05);
}

.border-x-aqua-50\/50 {
  border-left-color: rgb(253 254 254 / 0.5);
  border-right-color: rgb(253 254 254 / 0.5);
}

.border-x-aqua-50\/60 {
  border-left-color: rgb(253 254 254 / 0.6);
  border-right-color: rgb(253 254 254 / 0.6);
}

.border-x-aqua-50\/70 {
  border-left-color: rgb(253 254 254 / 0.7);
  border-right-color: rgb(253 254 254 / 0.7);
}

.border-x-aqua-50\/75 {
  border-left-color: rgb(253 254 254 / 0.75);
  border-right-color: rgb(253 254 254 / 0.75);
}

.border-x-aqua-50\/80 {
  border-left-color: rgb(253 254 254 / 0.8);
  border-right-color: rgb(253 254 254 / 0.8);
}

.border-x-aqua-50\/90 {
  border-left-color: rgb(253 254 254 / 0.9);
  border-right-color: rgb(253 254 254 / 0.9);
}

.border-x-aqua-50\/95 {
  border-left-color: rgb(253 254 254 / 0.95);
  border-right-color: rgb(253 254 254 / 0.95);
}

.border-x-aqua-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(129 195 175 / var(--tw-border-opacity));
  border-right-color: rgb(129 195 175 / var(--tw-border-opacity));
}

.border-x-aqua-500\/0 {
  border-left-color: rgb(129 195 175 / 0);
  border-right-color: rgb(129 195 175 / 0);
}

.border-x-aqua-500\/10 {
  border-left-color: rgb(129 195 175 / 0.1);
  border-right-color: rgb(129 195 175 / 0.1);
}

.border-x-aqua-500\/100 {
  border-left-color: rgb(129 195 175 / 1);
  border-right-color: rgb(129 195 175 / 1);
}

.border-x-aqua-500\/20 {
  border-left-color: rgb(129 195 175 / 0.2);
  border-right-color: rgb(129 195 175 / 0.2);
}

.border-x-aqua-500\/25 {
  border-left-color: rgb(129 195 175 / 0.25);
  border-right-color: rgb(129 195 175 / 0.25);
}

.border-x-aqua-500\/30 {
  border-left-color: rgb(129 195 175 / 0.3);
  border-right-color: rgb(129 195 175 / 0.3);
}

.border-x-aqua-500\/40 {
  border-left-color: rgb(129 195 175 / 0.4);
  border-right-color: rgb(129 195 175 / 0.4);
}

.border-x-aqua-500\/5 {
  border-left-color: rgb(129 195 175 / 0.05);
  border-right-color: rgb(129 195 175 / 0.05);
}

.border-x-aqua-500\/50 {
  border-left-color: rgb(129 195 175 / 0.5);
  border-right-color: rgb(129 195 175 / 0.5);
}

.border-x-aqua-500\/60 {
  border-left-color: rgb(129 195 175 / 0.6);
  border-right-color: rgb(129 195 175 / 0.6);
}

.border-x-aqua-500\/70 {
  border-left-color: rgb(129 195 175 / 0.7);
  border-right-color: rgb(129 195 175 / 0.7);
}

.border-x-aqua-500\/75 {
  border-left-color: rgb(129 195 175 / 0.75);
  border-right-color: rgb(129 195 175 / 0.75);
}

.border-x-aqua-500\/80 {
  border-left-color: rgb(129 195 175 / 0.8);
  border-right-color: rgb(129 195 175 / 0.8);
}

.border-x-aqua-500\/90 {
  border-left-color: rgb(129 195 175 / 0.9);
  border-right-color: rgb(129 195 175 / 0.9);
}

.border-x-aqua-500\/95 {
  border-left-color: rgb(129 195 175 / 0.95);
  border-right-color: rgb(129 195 175 / 0.95);
}

.border-x-aqua-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(91 177 151 / var(--tw-border-opacity));
  border-right-color: rgb(91 177 151 / var(--tw-border-opacity));
}

.border-x-aqua-600\/0 {
  border-left-color: rgb(91 177 151 / 0);
  border-right-color: rgb(91 177 151 / 0);
}

.border-x-aqua-600\/10 {
  border-left-color: rgb(91 177 151 / 0.1);
  border-right-color: rgb(91 177 151 / 0.1);
}

.border-x-aqua-600\/100 {
  border-left-color: rgb(91 177 151 / 1);
  border-right-color: rgb(91 177 151 / 1);
}

.border-x-aqua-600\/20 {
  border-left-color: rgb(91 177 151 / 0.2);
  border-right-color: rgb(91 177 151 / 0.2);
}

.border-x-aqua-600\/25 {
  border-left-color: rgb(91 177 151 / 0.25);
  border-right-color: rgb(91 177 151 / 0.25);
}

.border-x-aqua-600\/30 {
  border-left-color: rgb(91 177 151 / 0.3);
  border-right-color: rgb(91 177 151 / 0.3);
}

.border-x-aqua-600\/40 {
  border-left-color: rgb(91 177 151 / 0.4);
  border-right-color: rgb(91 177 151 / 0.4);
}

.border-x-aqua-600\/5 {
  border-left-color: rgb(91 177 151 / 0.05);
  border-right-color: rgb(91 177 151 / 0.05);
}

.border-x-aqua-600\/50 {
  border-left-color: rgb(91 177 151 / 0.5);
  border-right-color: rgb(91 177 151 / 0.5);
}

.border-x-aqua-600\/60 {
  border-left-color: rgb(91 177 151 / 0.6);
  border-right-color: rgb(91 177 151 / 0.6);
}

.border-x-aqua-600\/70 {
  border-left-color: rgb(91 177 151 / 0.7);
  border-right-color: rgb(91 177 151 / 0.7);
}

.border-x-aqua-600\/75 {
  border-left-color: rgb(91 177 151 / 0.75);
  border-right-color: rgb(91 177 151 / 0.75);
}

.border-x-aqua-600\/80 {
  border-left-color: rgb(91 177 151 / 0.8);
  border-right-color: rgb(91 177 151 / 0.8);
}

.border-x-aqua-600\/90 {
  border-left-color: rgb(91 177 151 / 0.9);
  border-right-color: rgb(91 177 151 / 0.9);
}

.border-x-aqua-600\/95 {
  border-left-color: rgb(91 177 151 / 0.95);
  border-right-color: rgb(91 177 151 / 0.95);
}

.border-x-aqua-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(68 143 121 / var(--tw-border-opacity));
  border-right-color: rgb(68 143 121 / var(--tw-border-opacity));
}

.border-x-aqua-700\/0 {
  border-left-color: rgb(68 143 121 / 0);
  border-right-color: rgb(68 143 121 / 0);
}

.border-x-aqua-700\/10 {
  border-left-color: rgb(68 143 121 / 0.1);
  border-right-color: rgb(68 143 121 / 0.1);
}

.border-x-aqua-700\/100 {
  border-left-color: rgb(68 143 121 / 1);
  border-right-color: rgb(68 143 121 / 1);
}

.border-x-aqua-700\/20 {
  border-left-color: rgb(68 143 121 / 0.2);
  border-right-color: rgb(68 143 121 / 0.2);
}

.border-x-aqua-700\/25 {
  border-left-color: rgb(68 143 121 / 0.25);
  border-right-color: rgb(68 143 121 / 0.25);
}

.border-x-aqua-700\/30 {
  border-left-color: rgb(68 143 121 / 0.3);
  border-right-color: rgb(68 143 121 / 0.3);
}

.border-x-aqua-700\/40 {
  border-left-color: rgb(68 143 121 / 0.4);
  border-right-color: rgb(68 143 121 / 0.4);
}

.border-x-aqua-700\/5 {
  border-left-color: rgb(68 143 121 / 0.05);
  border-right-color: rgb(68 143 121 / 0.05);
}

.border-x-aqua-700\/50 {
  border-left-color: rgb(68 143 121 / 0.5);
  border-right-color: rgb(68 143 121 / 0.5);
}

.border-x-aqua-700\/60 {
  border-left-color: rgb(68 143 121 / 0.6);
  border-right-color: rgb(68 143 121 / 0.6);
}

.border-x-aqua-700\/70 {
  border-left-color: rgb(68 143 121 / 0.7);
  border-right-color: rgb(68 143 121 / 0.7);
}

.border-x-aqua-700\/75 {
  border-left-color: rgb(68 143 121 / 0.75);
  border-right-color: rgb(68 143 121 / 0.75);
}

.border-x-aqua-700\/80 {
  border-left-color: rgb(68 143 121 / 0.8);
  border-right-color: rgb(68 143 121 / 0.8);
}

.border-x-aqua-700\/90 {
  border-left-color: rgb(68 143 121 / 0.9);
  border-right-color: rgb(68 143 121 / 0.9);
}

.border-x-aqua-700\/95 {
  border-left-color: rgb(68 143 121 / 0.95);
  border-right-color: rgb(68 143 121 / 0.95);
}

.border-x-aqua-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(50 105 89 / var(--tw-border-opacity));
  border-right-color: rgb(50 105 89 / var(--tw-border-opacity));
}

.border-x-aqua-800\/0 {
  border-left-color: rgb(50 105 89 / 0);
  border-right-color: rgb(50 105 89 / 0);
}

.border-x-aqua-800\/10 {
  border-left-color: rgb(50 105 89 / 0.1);
  border-right-color: rgb(50 105 89 / 0.1);
}

.border-x-aqua-800\/100 {
  border-left-color: rgb(50 105 89 / 1);
  border-right-color: rgb(50 105 89 / 1);
}

.border-x-aqua-800\/20 {
  border-left-color: rgb(50 105 89 / 0.2);
  border-right-color: rgb(50 105 89 / 0.2);
}

.border-x-aqua-800\/25 {
  border-left-color: rgb(50 105 89 / 0.25);
  border-right-color: rgb(50 105 89 / 0.25);
}

.border-x-aqua-800\/30 {
  border-left-color: rgb(50 105 89 / 0.3);
  border-right-color: rgb(50 105 89 / 0.3);
}

.border-x-aqua-800\/40 {
  border-left-color: rgb(50 105 89 / 0.4);
  border-right-color: rgb(50 105 89 / 0.4);
}

.border-x-aqua-800\/5 {
  border-left-color: rgb(50 105 89 / 0.05);
  border-right-color: rgb(50 105 89 / 0.05);
}

.border-x-aqua-800\/50 {
  border-left-color: rgb(50 105 89 / 0.5);
  border-right-color: rgb(50 105 89 / 0.5);
}

.border-x-aqua-800\/60 {
  border-left-color: rgb(50 105 89 / 0.6);
  border-right-color: rgb(50 105 89 / 0.6);
}

.border-x-aqua-800\/70 {
  border-left-color: rgb(50 105 89 / 0.7);
  border-right-color: rgb(50 105 89 / 0.7);
}

.border-x-aqua-800\/75 {
  border-left-color: rgb(50 105 89 / 0.75);
  border-right-color: rgb(50 105 89 / 0.75);
}

.border-x-aqua-800\/80 {
  border-left-color: rgb(50 105 89 / 0.8);
  border-right-color: rgb(50 105 89 / 0.8);
}

.border-x-aqua-800\/90 {
  border-left-color: rgb(50 105 89 / 0.9);
  border-right-color: rgb(50 105 89 / 0.9);
}

.border-x-aqua-800\/95 {
  border-left-color: rgb(50 105 89 / 0.95);
  border-right-color: rgb(50 105 89 / 0.95);
}

.border-x-aqua-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(32 67 57 / var(--tw-border-opacity));
  border-right-color: rgb(32 67 57 / var(--tw-border-opacity));
}

.border-x-aqua-900\/0 {
  border-left-color: rgb(32 67 57 / 0);
  border-right-color: rgb(32 67 57 / 0);
}

.border-x-aqua-900\/10 {
  border-left-color: rgb(32 67 57 / 0.1);
  border-right-color: rgb(32 67 57 / 0.1);
}

.border-x-aqua-900\/100 {
  border-left-color: rgb(32 67 57 / 1);
  border-right-color: rgb(32 67 57 / 1);
}

.border-x-aqua-900\/20 {
  border-left-color: rgb(32 67 57 / 0.2);
  border-right-color: rgb(32 67 57 / 0.2);
}

.border-x-aqua-900\/25 {
  border-left-color: rgb(32 67 57 / 0.25);
  border-right-color: rgb(32 67 57 / 0.25);
}

.border-x-aqua-900\/30 {
  border-left-color: rgb(32 67 57 / 0.3);
  border-right-color: rgb(32 67 57 / 0.3);
}

.border-x-aqua-900\/40 {
  border-left-color: rgb(32 67 57 / 0.4);
  border-right-color: rgb(32 67 57 / 0.4);
}

.border-x-aqua-900\/5 {
  border-left-color: rgb(32 67 57 / 0.05);
  border-right-color: rgb(32 67 57 / 0.05);
}

.border-x-aqua-900\/50 {
  border-left-color: rgb(32 67 57 / 0.5);
  border-right-color: rgb(32 67 57 / 0.5);
}

.border-x-aqua-900\/60 {
  border-left-color: rgb(32 67 57 / 0.6);
  border-right-color: rgb(32 67 57 / 0.6);
}

.border-x-aqua-900\/70 {
  border-left-color: rgb(32 67 57 / 0.7);
  border-right-color: rgb(32 67 57 / 0.7);
}

.border-x-aqua-900\/75 {
  border-left-color: rgb(32 67 57 / 0.75);
  border-right-color: rgb(32 67 57 / 0.75);
}

.border-x-aqua-900\/80 {
  border-left-color: rgb(32 67 57 / 0.8);
  border-right-color: rgb(32 67 57 / 0.8);
}

.border-x-aqua-900\/90 {
  border-left-color: rgb(32 67 57 / 0.9);
  border-right-color: rgb(32 67 57 / 0.9);
}

.border-x-aqua-900\/95 {
  border-left-color: rgb(32 67 57 / 0.95);
  border-right-color: rgb(32 67 57 / 0.95);
}

.border-x-aqua\/0 {
  border-left-color: rgb(129 195 175 / 0);
  border-right-color: rgb(129 195 175 / 0);
}

.border-x-aqua\/10 {
  border-left-color: rgb(129 195 175 / 0.1);
  border-right-color: rgb(129 195 175 / 0.1);
}

.border-x-aqua\/100 {
  border-left-color: rgb(129 195 175 / 1);
  border-right-color: rgb(129 195 175 / 1);
}

.border-x-aqua\/20 {
  border-left-color: rgb(129 195 175 / 0.2);
  border-right-color: rgb(129 195 175 / 0.2);
}

.border-x-aqua\/25 {
  border-left-color: rgb(129 195 175 / 0.25);
  border-right-color: rgb(129 195 175 / 0.25);
}

.border-x-aqua\/30 {
  border-left-color: rgb(129 195 175 / 0.3);
  border-right-color: rgb(129 195 175 / 0.3);
}

.border-x-aqua\/40 {
  border-left-color: rgb(129 195 175 / 0.4);
  border-right-color: rgb(129 195 175 / 0.4);
}

.border-x-aqua\/5 {
  border-left-color: rgb(129 195 175 / 0.05);
  border-right-color: rgb(129 195 175 / 0.05);
}

.border-x-aqua\/50 {
  border-left-color: rgb(129 195 175 / 0.5);
  border-right-color: rgb(129 195 175 / 0.5);
}

.border-x-aqua\/60 {
  border-left-color: rgb(129 195 175 / 0.6);
  border-right-color: rgb(129 195 175 / 0.6);
}

.border-x-aqua\/70 {
  border-left-color: rgb(129 195 175 / 0.7);
  border-right-color: rgb(129 195 175 / 0.7);
}

.border-x-aqua\/75 {
  border-left-color: rgb(129 195 175 / 0.75);
  border-right-color: rgb(129 195 175 / 0.75);
}

.border-x-aqua\/80 {
  border-left-color: rgb(129 195 175 / 0.8);
  border-right-color: rgb(129 195 175 / 0.8);
}

.border-x-aqua\/90 {
  border-left-color: rgb(129 195 175 / 0.9);
  border-right-color: rgb(129 195 175 / 0.9);
}

.border-x-aqua\/95 {
  border-left-color: rgb(129 195 175 / 0.95);
  border-right-color: rgb(129 195 175 / 0.95);
}

.border-x-black {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity));
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-x-black\/0 {
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}

.border-x-black\/10 {
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 0 0 / 0.1);
}

.border-x-black\/100 {
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}

.border-x-black\/20 {
  border-left-color: rgb(0 0 0 / 0.2);
  border-right-color: rgb(0 0 0 / 0.2);
}

.border-x-black\/25 {
  border-left-color: rgb(0 0 0 / 0.25);
  border-right-color: rgb(0 0 0 / 0.25);
}

.border-x-black\/30 {
  border-left-color: rgb(0 0 0 / 0.3);
  border-right-color: rgb(0 0 0 / 0.3);
}

.border-x-black\/40 {
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}

.border-x-black\/5 {
  border-left-color: rgb(0 0 0 / 0.05);
  border-right-color: rgb(0 0 0 / 0.05);
}

.border-x-black\/50 {
  border-left-color: rgb(0 0 0 / 0.5);
  border-right-color: rgb(0 0 0 / 0.5);
}

.border-x-black\/60 {
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}

.border-x-black\/70 {
  border-left-color: rgb(0 0 0 / 0.7);
  border-right-color: rgb(0 0 0 / 0.7);
}

.border-x-black\/75 {
  border-left-color: rgb(0 0 0 / 0.75);
  border-right-color: rgb(0 0 0 / 0.75);
}

.border-x-black\/80 {
  border-left-color: rgb(0 0 0 / 0.8);
  border-right-color: rgb(0 0 0 / 0.8);
}

.border-x-black\/90 {
  border-left-color: rgb(0 0 0 / 0.9);
  border-right-color: rgb(0 0 0 / 0.9);
}

.border-x-black\/95 {
  border-left-color: rgb(0 0 0 / 0.95);
  border-right-color: rgb(0 0 0 / 0.95);
}

.border-x-blue {
  --tw-border-opacity: 1;
  border-left-color: rgb(155 211 242 / var(--tw-border-opacity));
  border-right-color: rgb(155 211 242 / var(--tw-border-opacity));
}

.border-x-blue-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(227 240 251 / var(--tw-border-opacity));
  border-right-color: rgb(227 240 251 / var(--tw-border-opacity));
}

.border-x-blue-100\/0 {
  border-left-color: rgb(227 240 251 / 0);
  border-right-color: rgb(227 240 251 / 0);
}

.border-x-blue-100\/10 {
  border-left-color: rgb(227 240 251 / 0.1);
  border-right-color: rgb(227 240 251 / 0.1);
}

.border-x-blue-100\/100 {
  border-left-color: rgb(227 240 251 / 1);
  border-right-color: rgb(227 240 251 / 1);
}

.border-x-blue-100\/20 {
  border-left-color: rgb(227 240 251 / 0.2);
  border-right-color: rgb(227 240 251 / 0.2);
}

.border-x-blue-100\/25 {
  border-left-color: rgb(227 240 251 / 0.25);
  border-right-color: rgb(227 240 251 / 0.25);
}

.border-x-blue-100\/30 {
  border-left-color: rgb(227 240 251 / 0.3);
  border-right-color: rgb(227 240 251 / 0.3);
}

.border-x-blue-100\/40 {
  border-left-color: rgb(227 240 251 / 0.4);
  border-right-color: rgb(227 240 251 / 0.4);
}

.border-x-blue-100\/5 {
  border-left-color: rgb(227 240 251 / 0.05);
  border-right-color: rgb(227 240 251 / 0.05);
}

.border-x-blue-100\/50 {
  border-left-color: rgb(227 240 251 / 0.5);
  border-right-color: rgb(227 240 251 / 0.5);
}

.border-x-blue-100\/60 {
  border-left-color: rgb(227 240 251 / 0.6);
  border-right-color: rgb(227 240 251 / 0.6);
}

.border-x-blue-100\/70 {
  border-left-color: rgb(227 240 251 / 0.7);
  border-right-color: rgb(227 240 251 / 0.7);
}

.border-x-blue-100\/75 {
  border-left-color: rgb(227 240 251 / 0.75);
  border-right-color: rgb(227 240 251 / 0.75);
}

.border-x-blue-100\/80 {
  border-left-color: rgb(227 240 251 / 0.8);
  border-right-color: rgb(227 240 251 / 0.8);
}

.border-x-blue-100\/90 {
  border-left-color: rgb(227 240 251 / 0.9);
  border-right-color: rgb(227 240 251 / 0.9);
}

.border-x-blue-100\/95 {
  border-left-color: rgb(227 240 251 / 0.95);
  border-right-color: rgb(227 240 251 / 0.95);
}

.border-x-blue-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(192 226 247 / var(--tw-border-opacity));
  border-right-color: rgb(192 226 247 / var(--tw-border-opacity));
}

.border-x-blue-200\/0 {
  border-left-color: rgb(192 226 247 / 0);
  border-right-color: rgb(192 226 247 / 0);
}

.border-x-blue-200\/10 {
  border-left-color: rgb(192 226 247 / 0.1);
  border-right-color: rgb(192 226 247 / 0.1);
}

.border-x-blue-200\/100 {
  border-left-color: rgb(192 226 247 / 1);
  border-right-color: rgb(192 226 247 / 1);
}

.border-x-blue-200\/20 {
  border-left-color: rgb(192 226 247 / 0.2);
  border-right-color: rgb(192 226 247 / 0.2);
}

.border-x-blue-200\/25 {
  border-left-color: rgb(192 226 247 / 0.25);
  border-right-color: rgb(192 226 247 / 0.25);
}

.border-x-blue-200\/30 {
  border-left-color: rgb(192 226 247 / 0.3);
  border-right-color: rgb(192 226 247 / 0.3);
}

.border-x-blue-200\/40 {
  border-left-color: rgb(192 226 247 / 0.4);
  border-right-color: rgb(192 226 247 / 0.4);
}

.border-x-blue-200\/5 {
  border-left-color: rgb(192 226 247 / 0.05);
  border-right-color: rgb(192 226 247 / 0.05);
}

.border-x-blue-200\/50 {
  border-left-color: rgb(192 226 247 / 0.5);
  border-right-color: rgb(192 226 247 / 0.5);
}

.border-x-blue-200\/60 {
  border-left-color: rgb(192 226 247 / 0.6);
  border-right-color: rgb(192 226 247 / 0.6);
}

.border-x-blue-200\/70 {
  border-left-color: rgb(192 226 247 / 0.7);
  border-right-color: rgb(192 226 247 / 0.7);
}

.border-x-blue-200\/75 {
  border-left-color: rgb(192 226 247 / 0.75);
  border-right-color: rgb(192 226 247 / 0.75);
}

.border-x-blue-200\/80 {
  border-left-color: rgb(192 226 247 / 0.8);
  border-right-color: rgb(192 226 247 / 0.8);
}

.border-x-blue-200\/90 {
  border-left-color: rgb(192 226 247 / 0.9);
  border-right-color: rgb(192 226 247 / 0.9);
}

.border-x-blue-200\/95 {
  border-left-color: rgb(192 226 247 / 0.95);
  border-right-color: rgb(192 226 247 / 0.95);
}

.border-x-blue-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(155 211 242 / var(--tw-border-opacity));
  border-right-color: rgb(155 211 242 / var(--tw-border-opacity));
}

.border-x-blue-300\/0 {
  border-left-color: rgb(155 211 242 / 0);
  border-right-color: rgb(155 211 242 / 0);
}

.border-x-blue-300\/10 {
  border-left-color: rgb(155 211 242 / 0.1);
  border-right-color: rgb(155 211 242 / 0.1);
}

.border-x-blue-300\/100 {
  border-left-color: rgb(155 211 242 / 1);
  border-right-color: rgb(155 211 242 / 1);
}

.border-x-blue-300\/20 {
  border-left-color: rgb(155 211 242 / 0.2);
  border-right-color: rgb(155 211 242 / 0.2);
}

.border-x-blue-300\/25 {
  border-left-color: rgb(155 211 242 / 0.25);
  border-right-color: rgb(155 211 242 / 0.25);
}

.border-x-blue-300\/30 {
  border-left-color: rgb(155 211 242 / 0.3);
  border-right-color: rgb(155 211 242 / 0.3);
}

.border-x-blue-300\/40 {
  border-left-color: rgb(155 211 242 / 0.4);
  border-right-color: rgb(155 211 242 / 0.4);
}

.border-x-blue-300\/5 {
  border-left-color: rgb(155 211 242 / 0.05);
  border-right-color: rgb(155 211 242 / 0.05);
}

.border-x-blue-300\/50 {
  border-left-color: rgb(155 211 242 / 0.5);
  border-right-color: rgb(155 211 242 / 0.5);
}

.border-x-blue-300\/60 {
  border-left-color: rgb(155 211 242 / 0.6);
  border-right-color: rgb(155 211 242 / 0.6);
}

.border-x-blue-300\/70 {
  border-left-color: rgb(155 211 242 / 0.7);
  border-right-color: rgb(155 211 242 / 0.7);
}

.border-x-blue-300\/75 {
  border-left-color: rgb(155 211 242 / 0.75);
  border-right-color: rgb(155 211 242 / 0.75);
}

.border-x-blue-300\/80 {
  border-left-color: rgb(155 211 242 / 0.8);
  border-right-color: rgb(155 211 242 / 0.8);
}

.border-x-blue-300\/90 {
  border-left-color: rgb(155 211 242 / 0.9);
  border-right-color: rgb(155 211 242 / 0.9);
}

.border-x-blue-300\/95 {
  border-left-color: rgb(155 211 242 / 0.95);
  border-right-color: rgb(155 211 242 / 0.95);
}

.border-x-blue-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(75 177 229 / var(--tw-border-opacity));
  border-right-color: rgb(75 177 229 / var(--tw-border-opacity));
}

.border-x-blue-400\/0 {
  border-left-color: rgb(75 177 229 / 0);
  border-right-color: rgb(75 177 229 / 0);
}

.border-x-blue-400\/10 {
  border-left-color: rgb(75 177 229 / 0.1);
  border-right-color: rgb(75 177 229 / 0.1);
}

.border-x-blue-400\/100 {
  border-left-color: rgb(75 177 229 / 1);
  border-right-color: rgb(75 177 229 / 1);
}

.border-x-blue-400\/20 {
  border-left-color: rgb(75 177 229 / 0.2);
  border-right-color: rgb(75 177 229 / 0.2);
}

.border-x-blue-400\/25 {
  border-left-color: rgb(75 177 229 / 0.25);
  border-right-color: rgb(75 177 229 / 0.25);
}

.border-x-blue-400\/30 {
  border-left-color: rgb(75 177 229 / 0.3);
  border-right-color: rgb(75 177 229 / 0.3);
}

.border-x-blue-400\/40 {
  border-left-color: rgb(75 177 229 / 0.4);
  border-right-color: rgb(75 177 229 / 0.4);
}

.border-x-blue-400\/5 {
  border-left-color: rgb(75 177 229 / 0.05);
  border-right-color: rgb(75 177 229 / 0.05);
}

.border-x-blue-400\/50 {
  border-left-color: rgb(75 177 229 / 0.5);
  border-right-color: rgb(75 177 229 / 0.5);
}

.border-x-blue-400\/60 {
  border-left-color: rgb(75 177 229 / 0.6);
  border-right-color: rgb(75 177 229 / 0.6);
}

.border-x-blue-400\/70 {
  border-left-color: rgb(75 177 229 / 0.7);
  border-right-color: rgb(75 177 229 / 0.7);
}

.border-x-blue-400\/75 {
  border-left-color: rgb(75 177 229 / 0.75);
  border-right-color: rgb(75 177 229 / 0.75);
}

.border-x-blue-400\/80 {
  border-left-color: rgb(75 177 229 / 0.8);
  border-right-color: rgb(75 177 229 / 0.8);
}

.border-x-blue-400\/90 {
  border-left-color: rgb(75 177 229 / 0.9);
  border-right-color: rgb(75 177 229 / 0.9);
}

.border-x-blue-400\/95 {
  border-left-color: rgb(75 177 229 / 0.95);
  border-right-color: rgb(75 177 229 / 0.95);
}

.border-x-blue-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(241 249 254 / var(--tw-border-opacity));
  border-right-color: rgb(241 249 254 / var(--tw-border-opacity));
}

.border-x-blue-50\/0 {
  border-left-color: rgb(241 249 254 / 0);
  border-right-color: rgb(241 249 254 / 0);
}

.border-x-blue-50\/10 {
  border-left-color: rgb(241 249 254 / 0.1);
  border-right-color: rgb(241 249 254 / 0.1);
}

.border-x-blue-50\/100 {
  border-left-color: rgb(241 249 254 / 1);
  border-right-color: rgb(241 249 254 / 1);
}

.border-x-blue-50\/20 {
  border-left-color: rgb(241 249 254 / 0.2);
  border-right-color: rgb(241 249 254 / 0.2);
}

.border-x-blue-50\/25 {
  border-left-color: rgb(241 249 254 / 0.25);
  border-right-color: rgb(241 249 254 / 0.25);
}

.border-x-blue-50\/30 {
  border-left-color: rgb(241 249 254 / 0.3);
  border-right-color: rgb(241 249 254 / 0.3);
}

.border-x-blue-50\/40 {
  border-left-color: rgb(241 249 254 / 0.4);
  border-right-color: rgb(241 249 254 / 0.4);
}

.border-x-blue-50\/5 {
  border-left-color: rgb(241 249 254 / 0.05);
  border-right-color: rgb(241 249 254 / 0.05);
}

.border-x-blue-50\/50 {
  border-left-color: rgb(241 249 254 / 0.5);
  border-right-color: rgb(241 249 254 / 0.5);
}

.border-x-blue-50\/60 {
  border-left-color: rgb(241 249 254 / 0.6);
  border-right-color: rgb(241 249 254 / 0.6);
}

.border-x-blue-50\/70 {
  border-left-color: rgb(241 249 254 / 0.7);
  border-right-color: rgb(241 249 254 / 0.7);
}

.border-x-blue-50\/75 {
  border-left-color: rgb(241 249 254 / 0.75);
  border-right-color: rgb(241 249 254 / 0.75);
}

.border-x-blue-50\/80 {
  border-left-color: rgb(241 249 254 / 0.8);
  border-right-color: rgb(241 249 254 / 0.8);
}

.border-x-blue-50\/90 {
  border-left-color: rgb(241 249 254 / 0.9);
  border-right-color: rgb(241 249 254 / 0.9);
}

.border-x-blue-50\/95 {
  border-left-color: rgb(241 249 254 / 0.95);
  border-right-color: rgb(241 249 254 / 0.95);
}

.border-x-blue-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(35 151 212 / var(--tw-border-opacity));
  border-right-color: rgb(35 151 212 / var(--tw-border-opacity));
}

.border-x-blue-500\/0 {
  border-left-color: rgb(35 151 212 / 0);
  border-right-color: rgb(35 151 212 / 0);
}

.border-x-blue-500\/10 {
  border-left-color: rgb(35 151 212 / 0.1);
  border-right-color: rgb(35 151 212 / 0.1);
}

.border-x-blue-500\/100 {
  border-left-color: rgb(35 151 212 / 1);
  border-right-color: rgb(35 151 212 / 1);
}

.border-x-blue-500\/20 {
  border-left-color: rgb(35 151 212 / 0.2);
  border-right-color: rgb(35 151 212 / 0.2);
}

.border-x-blue-500\/25 {
  border-left-color: rgb(35 151 212 / 0.25);
  border-right-color: rgb(35 151 212 / 0.25);
}

.border-x-blue-500\/30 {
  border-left-color: rgb(35 151 212 / 0.3);
  border-right-color: rgb(35 151 212 / 0.3);
}

.border-x-blue-500\/40 {
  border-left-color: rgb(35 151 212 / 0.4);
  border-right-color: rgb(35 151 212 / 0.4);
}

.border-x-blue-500\/5 {
  border-left-color: rgb(35 151 212 / 0.05);
  border-right-color: rgb(35 151 212 / 0.05);
}

.border-x-blue-500\/50 {
  border-left-color: rgb(35 151 212 / 0.5);
  border-right-color: rgb(35 151 212 / 0.5);
}

.border-x-blue-500\/60 {
  border-left-color: rgb(35 151 212 / 0.6);
  border-right-color: rgb(35 151 212 / 0.6);
}

.border-x-blue-500\/70 {
  border-left-color: rgb(35 151 212 / 0.7);
  border-right-color: rgb(35 151 212 / 0.7);
}

.border-x-blue-500\/75 {
  border-left-color: rgb(35 151 212 / 0.75);
  border-right-color: rgb(35 151 212 / 0.75);
}

.border-x-blue-500\/80 {
  border-left-color: rgb(35 151 212 / 0.8);
  border-right-color: rgb(35 151 212 / 0.8);
}

.border-x-blue-500\/90 {
  border-left-color: rgb(35 151 212 / 0.9);
  border-right-color: rgb(35 151 212 / 0.9);
}

.border-x-blue-500\/95 {
  border-left-color: rgb(35 151 212 / 0.95);
  border-right-color: rgb(35 151 212 / 0.95);
}

.border-x-blue-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(21 121 180 / var(--tw-border-opacity));
  border-right-color: rgb(21 121 180 / var(--tw-border-opacity));
}

.border-x-blue-600\/0 {
  border-left-color: rgb(21 121 180 / 0);
  border-right-color: rgb(21 121 180 / 0);
}

.border-x-blue-600\/10 {
  border-left-color: rgb(21 121 180 / 0.1);
  border-right-color: rgb(21 121 180 / 0.1);
}

.border-x-blue-600\/100 {
  border-left-color: rgb(21 121 180 / 1);
  border-right-color: rgb(21 121 180 / 1);
}

.border-x-blue-600\/20 {
  border-left-color: rgb(21 121 180 / 0.2);
  border-right-color: rgb(21 121 180 / 0.2);
}

.border-x-blue-600\/25 {
  border-left-color: rgb(21 121 180 / 0.25);
  border-right-color: rgb(21 121 180 / 0.25);
}

.border-x-blue-600\/30 {
  border-left-color: rgb(21 121 180 / 0.3);
  border-right-color: rgb(21 121 180 / 0.3);
}

.border-x-blue-600\/40 {
  border-left-color: rgb(21 121 180 / 0.4);
  border-right-color: rgb(21 121 180 / 0.4);
}

.border-x-blue-600\/5 {
  border-left-color: rgb(21 121 180 / 0.05);
  border-right-color: rgb(21 121 180 / 0.05);
}

.border-x-blue-600\/50 {
  border-left-color: rgb(21 121 180 / 0.5);
  border-right-color: rgb(21 121 180 / 0.5);
}

.border-x-blue-600\/60 {
  border-left-color: rgb(21 121 180 / 0.6);
  border-right-color: rgb(21 121 180 / 0.6);
}

.border-x-blue-600\/70 {
  border-left-color: rgb(21 121 180 / 0.7);
  border-right-color: rgb(21 121 180 / 0.7);
}

.border-x-blue-600\/75 {
  border-left-color: rgb(21 121 180 / 0.75);
  border-right-color: rgb(21 121 180 / 0.75);
}

.border-x-blue-600\/80 {
  border-left-color: rgb(21 121 180 / 0.8);
  border-right-color: rgb(21 121 180 / 0.8);
}

.border-x-blue-600\/90 {
  border-left-color: rgb(21 121 180 / 0.9);
  border-right-color: rgb(21 121 180 / 0.9);
}

.border-x-blue-600\/95 {
  border-left-color: rgb(21 121 180 / 0.95);
  border-right-color: rgb(21 121 180 / 0.95);
}

.border-x-blue-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(18 97 146 / var(--tw-border-opacity));
  border-right-color: rgb(18 97 146 / var(--tw-border-opacity));
}

.border-x-blue-700\/0 {
  border-left-color: rgb(18 97 146 / 0);
  border-right-color: rgb(18 97 146 / 0);
}

.border-x-blue-700\/10 {
  border-left-color: rgb(18 97 146 / 0.1);
  border-right-color: rgb(18 97 146 / 0.1);
}

.border-x-blue-700\/100 {
  border-left-color: rgb(18 97 146 / 1);
  border-right-color: rgb(18 97 146 / 1);
}

.border-x-blue-700\/20 {
  border-left-color: rgb(18 97 146 / 0.2);
  border-right-color: rgb(18 97 146 / 0.2);
}

.border-x-blue-700\/25 {
  border-left-color: rgb(18 97 146 / 0.25);
  border-right-color: rgb(18 97 146 / 0.25);
}

.border-x-blue-700\/30 {
  border-left-color: rgb(18 97 146 / 0.3);
  border-right-color: rgb(18 97 146 / 0.3);
}

.border-x-blue-700\/40 {
  border-left-color: rgb(18 97 146 / 0.4);
  border-right-color: rgb(18 97 146 / 0.4);
}

.border-x-blue-700\/5 {
  border-left-color: rgb(18 97 146 / 0.05);
  border-right-color: rgb(18 97 146 / 0.05);
}

.border-x-blue-700\/50 {
  border-left-color: rgb(18 97 146 / 0.5);
  border-right-color: rgb(18 97 146 / 0.5);
}

.border-x-blue-700\/60 {
  border-left-color: rgb(18 97 146 / 0.6);
  border-right-color: rgb(18 97 146 / 0.6);
}

.border-x-blue-700\/70 {
  border-left-color: rgb(18 97 146 / 0.7);
  border-right-color: rgb(18 97 146 / 0.7);
}

.border-x-blue-700\/75 {
  border-left-color: rgb(18 97 146 / 0.75);
  border-right-color: rgb(18 97 146 / 0.75);
}

.border-x-blue-700\/80 {
  border-left-color: rgb(18 97 146 / 0.8);
  border-right-color: rgb(18 97 146 / 0.8);
}

.border-x-blue-700\/90 {
  border-left-color: rgb(18 97 146 / 0.9);
  border-right-color: rgb(18 97 146 / 0.9);
}

.border-x-blue-700\/95 {
  border-left-color: rgb(18 97 146 / 0.95);
  border-right-color: rgb(18 97 146 / 0.95);
}

.border-x-blue-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(19 82 121 / var(--tw-border-opacity));
  border-right-color: rgb(19 82 121 / var(--tw-border-opacity));
}

.border-x-blue-800\/0 {
  border-left-color: rgb(19 82 121 / 0);
  border-right-color: rgb(19 82 121 / 0);
}

.border-x-blue-800\/10 {
  border-left-color: rgb(19 82 121 / 0.1);
  border-right-color: rgb(19 82 121 / 0.1);
}

.border-x-blue-800\/100 {
  border-left-color: rgb(19 82 121 / 1);
  border-right-color: rgb(19 82 121 / 1);
}

.border-x-blue-800\/20 {
  border-left-color: rgb(19 82 121 / 0.2);
  border-right-color: rgb(19 82 121 / 0.2);
}

.border-x-blue-800\/25 {
  border-left-color: rgb(19 82 121 / 0.25);
  border-right-color: rgb(19 82 121 / 0.25);
}

.border-x-blue-800\/30 {
  border-left-color: rgb(19 82 121 / 0.3);
  border-right-color: rgb(19 82 121 / 0.3);
}

.border-x-blue-800\/40 {
  border-left-color: rgb(19 82 121 / 0.4);
  border-right-color: rgb(19 82 121 / 0.4);
}

.border-x-blue-800\/5 {
  border-left-color: rgb(19 82 121 / 0.05);
  border-right-color: rgb(19 82 121 / 0.05);
}

.border-x-blue-800\/50 {
  border-left-color: rgb(19 82 121 / 0.5);
  border-right-color: rgb(19 82 121 / 0.5);
}

.border-x-blue-800\/60 {
  border-left-color: rgb(19 82 121 / 0.6);
  border-right-color: rgb(19 82 121 / 0.6);
}

.border-x-blue-800\/70 {
  border-left-color: rgb(19 82 121 / 0.7);
  border-right-color: rgb(19 82 121 / 0.7);
}

.border-x-blue-800\/75 {
  border-left-color: rgb(19 82 121 / 0.75);
  border-right-color: rgb(19 82 121 / 0.75);
}

.border-x-blue-800\/80 {
  border-left-color: rgb(19 82 121 / 0.8);
  border-right-color: rgb(19 82 121 / 0.8);
}

.border-x-blue-800\/90 {
  border-left-color: rgb(19 82 121 / 0.9);
  border-right-color: rgb(19 82 121 / 0.9);
}

.border-x-blue-800\/95 {
  border-left-color: rgb(19 82 121 / 0.95);
  border-right-color: rgb(19 82 121 / 0.95);
}

.border-x-blue-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(21 68 101 / var(--tw-border-opacity));
  border-right-color: rgb(21 68 101 / var(--tw-border-opacity));
}

.border-x-blue-900\/0 {
  border-left-color: rgb(21 68 101 / 0);
  border-right-color: rgb(21 68 101 / 0);
}

.border-x-blue-900\/10 {
  border-left-color: rgb(21 68 101 / 0.1);
  border-right-color: rgb(21 68 101 / 0.1);
}

.border-x-blue-900\/100 {
  border-left-color: rgb(21 68 101 / 1);
  border-right-color: rgb(21 68 101 / 1);
}

.border-x-blue-900\/20 {
  border-left-color: rgb(21 68 101 / 0.2);
  border-right-color: rgb(21 68 101 / 0.2);
}

.border-x-blue-900\/25 {
  border-left-color: rgb(21 68 101 / 0.25);
  border-right-color: rgb(21 68 101 / 0.25);
}

.border-x-blue-900\/30 {
  border-left-color: rgb(21 68 101 / 0.3);
  border-right-color: rgb(21 68 101 / 0.3);
}

.border-x-blue-900\/40 {
  border-left-color: rgb(21 68 101 / 0.4);
  border-right-color: rgb(21 68 101 / 0.4);
}

.border-x-blue-900\/5 {
  border-left-color: rgb(21 68 101 / 0.05);
  border-right-color: rgb(21 68 101 / 0.05);
}

.border-x-blue-900\/50 {
  border-left-color: rgb(21 68 101 / 0.5);
  border-right-color: rgb(21 68 101 / 0.5);
}

.border-x-blue-900\/60 {
  border-left-color: rgb(21 68 101 / 0.6);
  border-right-color: rgb(21 68 101 / 0.6);
}

.border-x-blue-900\/70 {
  border-left-color: rgb(21 68 101 / 0.7);
  border-right-color: rgb(21 68 101 / 0.7);
}

.border-x-blue-900\/75 {
  border-left-color: rgb(21 68 101 / 0.75);
  border-right-color: rgb(21 68 101 / 0.75);
}

.border-x-blue-900\/80 {
  border-left-color: rgb(21 68 101 / 0.8);
  border-right-color: rgb(21 68 101 / 0.8);
}

.border-x-blue-900\/90 {
  border-left-color: rgb(21 68 101 / 0.9);
  border-right-color: rgb(21 68 101 / 0.9);
}

.border-x-blue-900\/95 {
  border-left-color: rgb(21 68 101 / 0.95);
  border-right-color: rgb(21 68 101 / 0.95);
}

.border-x-blue-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(14 44 67 / var(--tw-border-opacity));
  border-right-color: rgb(14 44 67 / var(--tw-border-opacity));
}

.border-x-blue-950\/0 {
  border-left-color: rgb(14 44 67 / 0);
  border-right-color: rgb(14 44 67 / 0);
}

.border-x-blue-950\/10 {
  border-left-color: rgb(14 44 67 / 0.1);
  border-right-color: rgb(14 44 67 / 0.1);
}

.border-x-blue-950\/100 {
  border-left-color: rgb(14 44 67 / 1);
  border-right-color: rgb(14 44 67 / 1);
}

.border-x-blue-950\/20 {
  border-left-color: rgb(14 44 67 / 0.2);
  border-right-color: rgb(14 44 67 / 0.2);
}

.border-x-blue-950\/25 {
  border-left-color: rgb(14 44 67 / 0.25);
  border-right-color: rgb(14 44 67 / 0.25);
}

.border-x-blue-950\/30 {
  border-left-color: rgb(14 44 67 / 0.3);
  border-right-color: rgb(14 44 67 / 0.3);
}

.border-x-blue-950\/40 {
  border-left-color: rgb(14 44 67 / 0.4);
  border-right-color: rgb(14 44 67 / 0.4);
}

.border-x-blue-950\/5 {
  border-left-color: rgb(14 44 67 / 0.05);
  border-right-color: rgb(14 44 67 / 0.05);
}

.border-x-blue-950\/50 {
  border-left-color: rgb(14 44 67 / 0.5);
  border-right-color: rgb(14 44 67 / 0.5);
}

.border-x-blue-950\/60 {
  border-left-color: rgb(14 44 67 / 0.6);
  border-right-color: rgb(14 44 67 / 0.6);
}

.border-x-blue-950\/70 {
  border-left-color: rgb(14 44 67 / 0.7);
  border-right-color: rgb(14 44 67 / 0.7);
}

.border-x-blue-950\/75 {
  border-left-color: rgb(14 44 67 / 0.75);
  border-right-color: rgb(14 44 67 / 0.75);
}

.border-x-blue-950\/80 {
  border-left-color: rgb(14 44 67 / 0.8);
  border-right-color: rgb(14 44 67 / 0.8);
}

.border-x-blue-950\/90 {
  border-left-color: rgb(14 44 67 / 0.9);
  border-right-color: rgb(14 44 67 / 0.9);
}

.border-x-blue-950\/95 {
  border-left-color: rgb(14 44 67 / 0.95);
  border-right-color: rgb(14 44 67 / 0.95);
}

.border-x-blue\/0 {
  border-left-color: rgb(155 211 242 / 0);
  border-right-color: rgb(155 211 242 / 0);
}

.border-x-blue\/10 {
  border-left-color: rgb(155 211 242 / 0.1);
  border-right-color: rgb(155 211 242 / 0.1);
}

.border-x-blue\/100 {
  border-left-color: rgb(155 211 242 / 1);
  border-right-color: rgb(155 211 242 / 1);
}

.border-x-blue\/20 {
  border-left-color: rgb(155 211 242 / 0.2);
  border-right-color: rgb(155 211 242 / 0.2);
}

.border-x-blue\/25 {
  border-left-color: rgb(155 211 242 / 0.25);
  border-right-color: rgb(155 211 242 / 0.25);
}

.border-x-blue\/30 {
  border-left-color: rgb(155 211 242 / 0.3);
  border-right-color: rgb(155 211 242 / 0.3);
}

.border-x-blue\/40 {
  border-left-color: rgb(155 211 242 / 0.4);
  border-right-color: rgb(155 211 242 / 0.4);
}

.border-x-blue\/5 {
  border-left-color: rgb(155 211 242 / 0.05);
  border-right-color: rgb(155 211 242 / 0.05);
}

.border-x-blue\/50 {
  border-left-color: rgb(155 211 242 / 0.5);
  border-right-color: rgb(155 211 242 / 0.5);
}

.border-x-blue\/60 {
  border-left-color: rgb(155 211 242 / 0.6);
  border-right-color: rgb(155 211 242 / 0.6);
}

.border-x-blue\/70 {
  border-left-color: rgb(155 211 242 / 0.7);
  border-right-color: rgb(155 211 242 / 0.7);
}

.border-x-blue\/75 {
  border-left-color: rgb(155 211 242 / 0.75);
  border-right-color: rgb(155 211 242 / 0.75);
}

.border-x-blue\/80 {
  border-left-color: rgb(155 211 242 / 0.8);
  border-right-color: rgb(155 211 242 / 0.8);
}

.border-x-blue\/90 {
  border-left-color: rgb(155 211 242 / 0.9);
  border-right-color: rgb(155 211 242 / 0.9);
}

.border-x-blue\/95 {
  border-left-color: rgb(155 211 242 / 0.95);
  border-right-color: rgb(155 211 242 / 0.95);
}

.border-x-brown {
  --tw-border-opacity: 1;
  border-left-color: rgb(128 66 54 / var(--tw-border-opacity));
  border-right-color: rgb(128 66 54 / var(--tw-border-opacity));
}

.border-x-brown-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 234 223 / var(--tw-border-opacity));
  border-right-color: rgb(245 234 223 / var(--tw-border-opacity));
}

.border-x-brown-100\/0 {
  border-left-color: rgb(245 234 223 / 0);
  border-right-color: rgb(245 234 223 / 0);
}

.border-x-brown-100\/10 {
  border-left-color: rgb(245 234 223 / 0.1);
  border-right-color: rgb(245 234 223 / 0.1);
}

.border-x-brown-100\/100 {
  border-left-color: rgb(245 234 223 / 1);
  border-right-color: rgb(245 234 223 / 1);
}

.border-x-brown-100\/20 {
  border-left-color: rgb(245 234 223 / 0.2);
  border-right-color: rgb(245 234 223 / 0.2);
}

.border-x-brown-100\/25 {
  border-left-color: rgb(245 234 223 / 0.25);
  border-right-color: rgb(245 234 223 / 0.25);
}

.border-x-brown-100\/30 {
  border-left-color: rgb(245 234 223 / 0.3);
  border-right-color: rgb(245 234 223 / 0.3);
}

.border-x-brown-100\/40 {
  border-left-color: rgb(245 234 223 / 0.4);
  border-right-color: rgb(245 234 223 / 0.4);
}

.border-x-brown-100\/5 {
  border-left-color: rgb(245 234 223 / 0.05);
  border-right-color: rgb(245 234 223 / 0.05);
}

.border-x-brown-100\/50 {
  border-left-color: rgb(245 234 223 / 0.5);
  border-right-color: rgb(245 234 223 / 0.5);
}

.border-x-brown-100\/60 {
  border-left-color: rgb(245 234 223 / 0.6);
  border-right-color: rgb(245 234 223 / 0.6);
}

.border-x-brown-100\/70 {
  border-left-color: rgb(245 234 223 / 0.7);
  border-right-color: rgb(245 234 223 / 0.7);
}

.border-x-brown-100\/75 {
  border-left-color: rgb(245 234 223 / 0.75);
  border-right-color: rgb(245 234 223 / 0.75);
}

.border-x-brown-100\/80 {
  border-left-color: rgb(245 234 223 / 0.8);
  border-right-color: rgb(245 234 223 / 0.8);
}

.border-x-brown-100\/90 {
  border-left-color: rgb(245 234 223 / 0.9);
  border-right-color: rgb(245 234 223 / 0.9);
}

.border-x-brown-100\/95 {
  border-left-color: rgb(245 234 223 / 0.95);
  border-right-color: rgb(245 234 223 / 0.95);
}

.border-x-brown-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(234 210 190 / var(--tw-border-opacity));
  border-right-color: rgb(234 210 190 / var(--tw-border-opacity));
}

.border-x-brown-200\/0 {
  border-left-color: rgb(234 210 190 / 0);
  border-right-color: rgb(234 210 190 / 0);
}

.border-x-brown-200\/10 {
  border-left-color: rgb(234 210 190 / 0.1);
  border-right-color: rgb(234 210 190 / 0.1);
}

.border-x-brown-200\/100 {
  border-left-color: rgb(234 210 190 / 1);
  border-right-color: rgb(234 210 190 / 1);
}

.border-x-brown-200\/20 {
  border-left-color: rgb(234 210 190 / 0.2);
  border-right-color: rgb(234 210 190 / 0.2);
}

.border-x-brown-200\/25 {
  border-left-color: rgb(234 210 190 / 0.25);
  border-right-color: rgb(234 210 190 / 0.25);
}

.border-x-brown-200\/30 {
  border-left-color: rgb(234 210 190 / 0.3);
  border-right-color: rgb(234 210 190 / 0.3);
}

.border-x-brown-200\/40 {
  border-left-color: rgb(234 210 190 / 0.4);
  border-right-color: rgb(234 210 190 / 0.4);
}

.border-x-brown-200\/5 {
  border-left-color: rgb(234 210 190 / 0.05);
  border-right-color: rgb(234 210 190 / 0.05);
}

.border-x-brown-200\/50 {
  border-left-color: rgb(234 210 190 / 0.5);
  border-right-color: rgb(234 210 190 / 0.5);
}

.border-x-brown-200\/60 {
  border-left-color: rgb(234 210 190 / 0.6);
  border-right-color: rgb(234 210 190 / 0.6);
}

.border-x-brown-200\/70 {
  border-left-color: rgb(234 210 190 / 0.7);
  border-right-color: rgb(234 210 190 / 0.7);
}

.border-x-brown-200\/75 {
  border-left-color: rgb(234 210 190 / 0.75);
  border-right-color: rgb(234 210 190 / 0.75);
}

.border-x-brown-200\/80 {
  border-left-color: rgb(234 210 190 / 0.8);
  border-right-color: rgb(234 210 190 / 0.8);
}

.border-x-brown-200\/90 {
  border-left-color: rgb(234 210 190 / 0.9);
  border-right-color: rgb(234 210 190 / 0.9);
}

.border-x-brown-200\/95 {
  border-left-color: rgb(234 210 190 / 0.95);
  border-right-color: rgb(234 210 190 / 0.95);
}

.border-x-brown-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(220 179 149 / var(--tw-border-opacity));
  border-right-color: rgb(220 179 149 / var(--tw-border-opacity));
}

.border-x-brown-300\/0 {
  border-left-color: rgb(220 179 149 / 0);
  border-right-color: rgb(220 179 149 / 0);
}

.border-x-brown-300\/10 {
  border-left-color: rgb(220 179 149 / 0.1);
  border-right-color: rgb(220 179 149 / 0.1);
}

.border-x-brown-300\/100 {
  border-left-color: rgb(220 179 149 / 1);
  border-right-color: rgb(220 179 149 / 1);
}

.border-x-brown-300\/20 {
  border-left-color: rgb(220 179 149 / 0.2);
  border-right-color: rgb(220 179 149 / 0.2);
}

.border-x-brown-300\/25 {
  border-left-color: rgb(220 179 149 / 0.25);
  border-right-color: rgb(220 179 149 / 0.25);
}

.border-x-brown-300\/30 {
  border-left-color: rgb(220 179 149 / 0.3);
  border-right-color: rgb(220 179 149 / 0.3);
}

.border-x-brown-300\/40 {
  border-left-color: rgb(220 179 149 / 0.4);
  border-right-color: rgb(220 179 149 / 0.4);
}

.border-x-brown-300\/5 {
  border-left-color: rgb(220 179 149 / 0.05);
  border-right-color: rgb(220 179 149 / 0.05);
}

.border-x-brown-300\/50 {
  border-left-color: rgb(220 179 149 / 0.5);
  border-right-color: rgb(220 179 149 / 0.5);
}

.border-x-brown-300\/60 {
  border-left-color: rgb(220 179 149 / 0.6);
  border-right-color: rgb(220 179 149 / 0.6);
}

.border-x-brown-300\/70 {
  border-left-color: rgb(220 179 149 / 0.7);
  border-right-color: rgb(220 179 149 / 0.7);
}

.border-x-brown-300\/75 {
  border-left-color: rgb(220 179 149 / 0.75);
  border-right-color: rgb(220 179 149 / 0.75);
}

.border-x-brown-300\/80 {
  border-left-color: rgb(220 179 149 / 0.8);
  border-right-color: rgb(220 179 149 / 0.8);
}

.border-x-brown-300\/90 {
  border-left-color: rgb(220 179 149 / 0.9);
  border-right-color: rgb(220 179 149 / 0.9);
}

.border-x-brown-300\/95 {
  border-left-color: rgb(220 179 149 / 0.95);
  border-right-color: rgb(220 179 149 / 0.95);
}

.border-x-brown-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(205 142 106 / var(--tw-border-opacity));
  border-right-color: rgb(205 142 106 / var(--tw-border-opacity));
}

.border-x-brown-400\/0 {
  border-left-color: rgb(205 142 106 / 0);
  border-right-color: rgb(205 142 106 / 0);
}

.border-x-brown-400\/10 {
  border-left-color: rgb(205 142 106 / 0.1);
  border-right-color: rgb(205 142 106 / 0.1);
}

.border-x-brown-400\/100 {
  border-left-color: rgb(205 142 106 / 1);
  border-right-color: rgb(205 142 106 / 1);
}

.border-x-brown-400\/20 {
  border-left-color: rgb(205 142 106 / 0.2);
  border-right-color: rgb(205 142 106 / 0.2);
}

.border-x-brown-400\/25 {
  border-left-color: rgb(205 142 106 / 0.25);
  border-right-color: rgb(205 142 106 / 0.25);
}

.border-x-brown-400\/30 {
  border-left-color: rgb(205 142 106 / 0.3);
  border-right-color: rgb(205 142 106 / 0.3);
}

.border-x-brown-400\/40 {
  border-left-color: rgb(205 142 106 / 0.4);
  border-right-color: rgb(205 142 106 / 0.4);
}

.border-x-brown-400\/5 {
  border-left-color: rgb(205 142 106 / 0.05);
  border-right-color: rgb(205 142 106 / 0.05);
}

.border-x-brown-400\/50 {
  border-left-color: rgb(205 142 106 / 0.5);
  border-right-color: rgb(205 142 106 / 0.5);
}

.border-x-brown-400\/60 {
  border-left-color: rgb(205 142 106 / 0.6);
  border-right-color: rgb(205 142 106 / 0.6);
}

.border-x-brown-400\/70 {
  border-left-color: rgb(205 142 106 / 0.7);
  border-right-color: rgb(205 142 106 / 0.7);
}

.border-x-brown-400\/75 {
  border-left-color: rgb(205 142 106 / 0.75);
  border-right-color: rgb(205 142 106 / 0.75);
}

.border-x-brown-400\/80 {
  border-left-color: rgb(205 142 106 / 0.8);
  border-right-color: rgb(205 142 106 / 0.8);
}

.border-x-brown-400\/90 {
  border-left-color: rgb(205 142 106 / 0.9);
  border-right-color: rgb(205 142 106 / 0.9);
}

.border-x-brown-400\/95 {
  border-left-color: rgb(205 142 106 / 0.95);
  border-right-color: rgb(205 142 106 / 0.95);
}

.border-x-brown-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 246 241 / var(--tw-border-opacity));
  border-right-color: rgb(251 246 241 / var(--tw-border-opacity));
}

.border-x-brown-50\/0 {
  border-left-color: rgb(251 246 241 / 0);
  border-right-color: rgb(251 246 241 / 0);
}

.border-x-brown-50\/10 {
  border-left-color: rgb(251 246 241 / 0.1);
  border-right-color: rgb(251 246 241 / 0.1);
}

.border-x-brown-50\/100 {
  border-left-color: rgb(251 246 241 / 1);
  border-right-color: rgb(251 246 241 / 1);
}

.border-x-brown-50\/20 {
  border-left-color: rgb(251 246 241 / 0.2);
  border-right-color: rgb(251 246 241 / 0.2);
}

.border-x-brown-50\/25 {
  border-left-color: rgb(251 246 241 / 0.25);
  border-right-color: rgb(251 246 241 / 0.25);
}

.border-x-brown-50\/30 {
  border-left-color: rgb(251 246 241 / 0.3);
  border-right-color: rgb(251 246 241 / 0.3);
}

.border-x-brown-50\/40 {
  border-left-color: rgb(251 246 241 / 0.4);
  border-right-color: rgb(251 246 241 / 0.4);
}

.border-x-brown-50\/5 {
  border-left-color: rgb(251 246 241 / 0.05);
  border-right-color: rgb(251 246 241 / 0.05);
}

.border-x-brown-50\/50 {
  border-left-color: rgb(251 246 241 / 0.5);
  border-right-color: rgb(251 246 241 / 0.5);
}

.border-x-brown-50\/60 {
  border-left-color: rgb(251 246 241 / 0.6);
  border-right-color: rgb(251 246 241 / 0.6);
}

.border-x-brown-50\/70 {
  border-left-color: rgb(251 246 241 / 0.7);
  border-right-color: rgb(251 246 241 / 0.7);
}

.border-x-brown-50\/75 {
  border-left-color: rgb(251 246 241 / 0.75);
  border-right-color: rgb(251 246 241 / 0.75);
}

.border-x-brown-50\/80 {
  border-left-color: rgb(251 246 241 / 0.8);
  border-right-color: rgb(251 246 241 / 0.8);
}

.border-x-brown-50\/90 {
  border-left-color: rgb(251 246 241 / 0.9);
  border-right-color: rgb(251 246 241 / 0.9);
}

.border-x-brown-50\/95 {
  border-left-color: rgb(251 246 241 / 0.95);
  border-right-color: rgb(251 246 241 / 0.95);
}

.border-x-brown-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(194 115 77 / var(--tw-border-opacity));
  border-right-color: rgb(194 115 77 / var(--tw-border-opacity));
}

.border-x-brown-500\/0 {
  border-left-color: rgb(194 115 77 / 0);
  border-right-color: rgb(194 115 77 / 0);
}

.border-x-brown-500\/10 {
  border-left-color: rgb(194 115 77 / 0.1);
  border-right-color: rgb(194 115 77 / 0.1);
}

.border-x-brown-500\/100 {
  border-left-color: rgb(194 115 77 / 1);
  border-right-color: rgb(194 115 77 / 1);
}

.border-x-brown-500\/20 {
  border-left-color: rgb(194 115 77 / 0.2);
  border-right-color: rgb(194 115 77 / 0.2);
}

.border-x-brown-500\/25 {
  border-left-color: rgb(194 115 77 / 0.25);
  border-right-color: rgb(194 115 77 / 0.25);
}

.border-x-brown-500\/30 {
  border-left-color: rgb(194 115 77 / 0.3);
  border-right-color: rgb(194 115 77 / 0.3);
}

.border-x-brown-500\/40 {
  border-left-color: rgb(194 115 77 / 0.4);
  border-right-color: rgb(194 115 77 / 0.4);
}

.border-x-brown-500\/5 {
  border-left-color: rgb(194 115 77 / 0.05);
  border-right-color: rgb(194 115 77 / 0.05);
}

.border-x-brown-500\/50 {
  border-left-color: rgb(194 115 77 / 0.5);
  border-right-color: rgb(194 115 77 / 0.5);
}

.border-x-brown-500\/60 {
  border-left-color: rgb(194 115 77 / 0.6);
  border-right-color: rgb(194 115 77 / 0.6);
}

.border-x-brown-500\/70 {
  border-left-color: rgb(194 115 77 / 0.7);
  border-right-color: rgb(194 115 77 / 0.7);
}

.border-x-brown-500\/75 {
  border-left-color: rgb(194 115 77 / 0.75);
  border-right-color: rgb(194 115 77 / 0.75);
}

.border-x-brown-500\/80 {
  border-left-color: rgb(194 115 77 / 0.8);
  border-right-color: rgb(194 115 77 / 0.8);
}

.border-x-brown-500\/90 {
  border-left-color: rgb(194 115 77 / 0.9);
  border-right-color: rgb(194 115 77 / 0.9);
}

.border-x-brown-500\/95 {
  border-left-color: rgb(194 115 77 / 0.95);
  border-right-color: rgb(194 115 77 / 0.95);
}

.border-x-brown-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(180 95 66 / var(--tw-border-opacity));
  border-right-color: rgb(180 95 66 / var(--tw-border-opacity));
}

.border-x-brown-600\/0 {
  border-left-color: rgb(180 95 66 / 0);
  border-right-color: rgb(180 95 66 / 0);
}

.border-x-brown-600\/10 {
  border-left-color: rgb(180 95 66 / 0.1);
  border-right-color: rgb(180 95 66 / 0.1);
}

.border-x-brown-600\/100 {
  border-left-color: rgb(180 95 66 / 1);
  border-right-color: rgb(180 95 66 / 1);
}

.border-x-brown-600\/20 {
  border-left-color: rgb(180 95 66 / 0.2);
  border-right-color: rgb(180 95 66 / 0.2);
}

.border-x-brown-600\/25 {
  border-left-color: rgb(180 95 66 / 0.25);
  border-right-color: rgb(180 95 66 / 0.25);
}

.border-x-brown-600\/30 {
  border-left-color: rgb(180 95 66 / 0.3);
  border-right-color: rgb(180 95 66 / 0.3);
}

.border-x-brown-600\/40 {
  border-left-color: rgb(180 95 66 / 0.4);
  border-right-color: rgb(180 95 66 / 0.4);
}

.border-x-brown-600\/5 {
  border-left-color: rgb(180 95 66 / 0.05);
  border-right-color: rgb(180 95 66 / 0.05);
}

.border-x-brown-600\/50 {
  border-left-color: rgb(180 95 66 / 0.5);
  border-right-color: rgb(180 95 66 / 0.5);
}

.border-x-brown-600\/60 {
  border-left-color: rgb(180 95 66 / 0.6);
  border-right-color: rgb(180 95 66 / 0.6);
}

.border-x-brown-600\/70 {
  border-left-color: rgb(180 95 66 / 0.7);
  border-right-color: rgb(180 95 66 / 0.7);
}

.border-x-brown-600\/75 {
  border-left-color: rgb(180 95 66 / 0.75);
  border-right-color: rgb(180 95 66 / 0.75);
}

.border-x-brown-600\/80 {
  border-left-color: rgb(180 95 66 / 0.8);
  border-right-color: rgb(180 95 66 / 0.8);
}

.border-x-brown-600\/90 {
  border-left-color: rgb(180 95 66 / 0.9);
  border-right-color: rgb(180 95 66 / 0.9);
}

.border-x-brown-600\/95 {
  border-left-color: rgb(180 95 66 / 0.95);
  border-right-color: rgb(180 95 66 / 0.95);
}

.border-x-brown-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(150 75 56 / var(--tw-border-opacity));
  border-right-color: rgb(150 75 56 / var(--tw-border-opacity));
}

.border-x-brown-700\/0 {
  border-left-color: rgb(150 75 56 / 0);
  border-right-color: rgb(150 75 56 / 0);
}

.border-x-brown-700\/10 {
  border-left-color: rgb(150 75 56 / 0.1);
  border-right-color: rgb(150 75 56 / 0.1);
}

.border-x-brown-700\/100 {
  border-left-color: rgb(150 75 56 / 1);
  border-right-color: rgb(150 75 56 / 1);
}

.border-x-brown-700\/20 {
  border-left-color: rgb(150 75 56 / 0.2);
  border-right-color: rgb(150 75 56 / 0.2);
}

.border-x-brown-700\/25 {
  border-left-color: rgb(150 75 56 / 0.25);
  border-right-color: rgb(150 75 56 / 0.25);
}

.border-x-brown-700\/30 {
  border-left-color: rgb(150 75 56 / 0.3);
  border-right-color: rgb(150 75 56 / 0.3);
}

.border-x-brown-700\/40 {
  border-left-color: rgb(150 75 56 / 0.4);
  border-right-color: rgb(150 75 56 / 0.4);
}

.border-x-brown-700\/5 {
  border-left-color: rgb(150 75 56 / 0.05);
  border-right-color: rgb(150 75 56 / 0.05);
}

.border-x-brown-700\/50 {
  border-left-color: rgb(150 75 56 / 0.5);
  border-right-color: rgb(150 75 56 / 0.5);
}

.border-x-brown-700\/60 {
  border-left-color: rgb(150 75 56 / 0.6);
  border-right-color: rgb(150 75 56 / 0.6);
}

.border-x-brown-700\/70 {
  border-left-color: rgb(150 75 56 / 0.7);
  border-right-color: rgb(150 75 56 / 0.7);
}

.border-x-brown-700\/75 {
  border-left-color: rgb(150 75 56 / 0.75);
  border-right-color: rgb(150 75 56 / 0.75);
}

.border-x-brown-700\/80 {
  border-left-color: rgb(150 75 56 / 0.8);
  border-right-color: rgb(150 75 56 / 0.8);
}

.border-x-brown-700\/90 {
  border-left-color: rgb(150 75 56 / 0.9);
  border-right-color: rgb(150 75 56 / 0.9);
}

.border-x-brown-700\/95 {
  border-left-color: rgb(150 75 56 / 0.95);
  border-right-color: rgb(150 75 56 / 0.95);
}

.border-x-brown-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(128 66 54 / var(--tw-border-opacity));
  border-right-color: rgb(128 66 54 / var(--tw-border-opacity));
}

.border-x-brown-800\/0 {
  border-left-color: rgb(128 66 54 / 0);
  border-right-color: rgb(128 66 54 / 0);
}

.border-x-brown-800\/10 {
  border-left-color: rgb(128 66 54 / 0.1);
  border-right-color: rgb(128 66 54 / 0.1);
}

.border-x-brown-800\/100 {
  border-left-color: rgb(128 66 54 / 1);
  border-right-color: rgb(128 66 54 / 1);
}

.border-x-brown-800\/20 {
  border-left-color: rgb(128 66 54 / 0.2);
  border-right-color: rgb(128 66 54 / 0.2);
}

.border-x-brown-800\/25 {
  border-left-color: rgb(128 66 54 / 0.25);
  border-right-color: rgb(128 66 54 / 0.25);
}

.border-x-brown-800\/30 {
  border-left-color: rgb(128 66 54 / 0.3);
  border-right-color: rgb(128 66 54 / 0.3);
}

.border-x-brown-800\/40 {
  border-left-color: rgb(128 66 54 / 0.4);
  border-right-color: rgb(128 66 54 / 0.4);
}

.border-x-brown-800\/5 {
  border-left-color: rgb(128 66 54 / 0.05);
  border-right-color: rgb(128 66 54 / 0.05);
}

.border-x-brown-800\/50 {
  border-left-color: rgb(128 66 54 / 0.5);
  border-right-color: rgb(128 66 54 / 0.5);
}

.border-x-brown-800\/60 {
  border-left-color: rgb(128 66 54 / 0.6);
  border-right-color: rgb(128 66 54 / 0.6);
}

.border-x-brown-800\/70 {
  border-left-color: rgb(128 66 54 / 0.7);
  border-right-color: rgb(128 66 54 / 0.7);
}

.border-x-brown-800\/75 {
  border-left-color: rgb(128 66 54 / 0.75);
  border-right-color: rgb(128 66 54 / 0.75);
}

.border-x-brown-800\/80 {
  border-left-color: rgb(128 66 54 / 0.8);
  border-right-color: rgb(128 66 54 / 0.8);
}

.border-x-brown-800\/90 {
  border-left-color: rgb(128 66 54 / 0.9);
  border-right-color: rgb(128 66 54 / 0.9);
}

.border-x-brown-800\/95 {
  border-left-color: rgb(128 66 54 / 0.95);
  border-right-color: rgb(128 66 54 / 0.95);
}

.border-x-brown-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(98 53 44 / var(--tw-border-opacity));
  border-right-color: rgb(98 53 44 / var(--tw-border-opacity));
}

.border-x-brown-900\/0 {
  border-left-color: rgb(98 53 44 / 0);
  border-right-color: rgb(98 53 44 / 0);
}

.border-x-brown-900\/10 {
  border-left-color: rgb(98 53 44 / 0.1);
  border-right-color: rgb(98 53 44 / 0.1);
}

.border-x-brown-900\/100 {
  border-left-color: rgb(98 53 44 / 1);
  border-right-color: rgb(98 53 44 / 1);
}

.border-x-brown-900\/20 {
  border-left-color: rgb(98 53 44 / 0.2);
  border-right-color: rgb(98 53 44 / 0.2);
}

.border-x-brown-900\/25 {
  border-left-color: rgb(98 53 44 / 0.25);
  border-right-color: rgb(98 53 44 / 0.25);
}

.border-x-brown-900\/30 {
  border-left-color: rgb(98 53 44 / 0.3);
  border-right-color: rgb(98 53 44 / 0.3);
}

.border-x-brown-900\/40 {
  border-left-color: rgb(98 53 44 / 0.4);
  border-right-color: rgb(98 53 44 / 0.4);
}

.border-x-brown-900\/5 {
  border-left-color: rgb(98 53 44 / 0.05);
  border-right-color: rgb(98 53 44 / 0.05);
}

.border-x-brown-900\/50 {
  border-left-color: rgb(98 53 44 / 0.5);
  border-right-color: rgb(98 53 44 / 0.5);
}

.border-x-brown-900\/60 {
  border-left-color: rgb(98 53 44 / 0.6);
  border-right-color: rgb(98 53 44 / 0.6);
}

.border-x-brown-900\/70 {
  border-left-color: rgb(98 53 44 / 0.7);
  border-right-color: rgb(98 53 44 / 0.7);
}

.border-x-brown-900\/75 {
  border-left-color: rgb(98 53 44 / 0.75);
  border-right-color: rgb(98 53 44 / 0.75);
}

.border-x-brown-900\/80 {
  border-left-color: rgb(98 53 44 / 0.8);
  border-right-color: rgb(98 53 44 / 0.8);
}

.border-x-brown-900\/90 {
  border-left-color: rgb(98 53 44 / 0.9);
  border-right-color: rgb(98 53 44 / 0.9);
}

.border-x-brown-900\/95 {
  border-left-color: rgb(98 53 44 / 0.95);
  border-right-color: rgb(98 53 44 / 0.95);
}

.border-x-brown-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(52 25 22 / var(--tw-border-opacity));
  border-right-color: rgb(52 25 22 / var(--tw-border-opacity));
}

.border-x-brown-950\/0 {
  border-left-color: rgb(52 25 22 / 0);
  border-right-color: rgb(52 25 22 / 0);
}

.border-x-brown-950\/10 {
  border-left-color: rgb(52 25 22 / 0.1);
  border-right-color: rgb(52 25 22 / 0.1);
}

.border-x-brown-950\/100 {
  border-left-color: rgb(52 25 22 / 1);
  border-right-color: rgb(52 25 22 / 1);
}

.border-x-brown-950\/20 {
  border-left-color: rgb(52 25 22 / 0.2);
  border-right-color: rgb(52 25 22 / 0.2);
}

.border-x-brown-950\/25 {
  border-left-color: rgb(52 25 22 / 0.25);
  border-right-color: rgb(52 25 22 / 0.25);
}

.border-x-brown-950\/30 {
  border-left-color: rgb(52 25 22 / 0.3);
  border-right-color: rgb(52 25 22 / 0.3);
}

.border-x-brown-950\/40 {
  border-left-color: rgb(52 25 22 / 0.4);
  border-right-color: rgb(52 25 22 / 0.4);
}

.border-x-brown-950\/5 {
  border-left-color: rgb(52 25 22 / 0.05);
  border-right-color: rgb(52 25 22 / 0.05);
}

.border-x-brown-950\/50 {
  border-left-color: rgb(52 25 22 / 0.5);
  border-right-color: rgb(52 25 22 / 0.5);
}

.border-x-brown-950\/60 {
  border-left-color: rgb(52 25 22 / 0.6);
  border-right-color: rgb(52 25 22 / 0.6);
}

.border-x-brown-950\/70 {
  border-left-color: rgb(52 25 22 / 0.7);
  border-right-color: rgb(52 25 22 / 0.7);
}

.border-x-brown-950\/75 {
  border-left-color: rgb(52 25 22 / 0.75);
  border-right-color: rgb(52 25 22 / 0.75);
}

.border-x-brown-950\/80 {
  border-left-color: rgb(52 25 22 / 0.8);
  border-right-color: rgb(52 25 22 / 0.8);
}

.border-x-brown-950\/90 {
  border-left-color: rgb(52 25 22 / 0.9);
  border-right-color: rgb(52 25 22 / 0.9);
}

.border-x-brown-950\/95 {
  border-left-color: rgb(52 25 22 / 0.95);
  border-right-color: rgb(52 25 22 / 0.95);
}

.border-x-brown\/0 {
  border-left-color: rgb(128 66 54 / 0);
  border-right-color: rgb(128 66 54 / 0);
}

.border-x-brown\/10 {
  border-left-color: rgb(128 66 54 / 0.1);
  border-right-color: rgb(128 66 54 / 0.1);
}

.border-x-brown\/100 {
  border-left-color: rgb(128 66 54 / 1);
  border-right-color: rgb(128 66 54 / 1);
}

.border-x-brown\/20 {
  border-left-color: rgb(128 66 54 / 0.2);
  border-right-color: rgb(128 66 54 / 0.2);
}

.border-x-brown\/25 {
  border-left-color: rgb(128 66 54 / 0.25);
  border-right-color: rgb(128 66 54 / 0.25);
}

.border-x-brown\/30 {
  border-left-color: rgb(128 66 54 / 0.3);
  border-right-color: rgb(128 66 54 / 0.3);
}

.border-x-brown\/40 {
  border-left-color: rgb(128 66 54 / 0.4);
  border-right-color: rgb(128 66 54 / 0.4);
}

.border-x-brown\/5 {
  border-left-color: rgb(128 66 54 / 0.05);
  border-right-color: rgb(128 66 54 / 0.05);
}

.border-x-brown\/50 {
  border-left-color: rgb(128 66 54 / 0.5);
  border-right-color: rgb(128 66 54 / 0.5);
}

.border-x-brown\/60 {
  border-left-color: rgb(128 66 54 / 0.6);
  border-right-color: rgb(128 66 54 / 0.6);
}

.border-x-brown\/70 {
  border-left-color: rgb(128 66 54 / 0.7);
  border-right-color: rgb(128 66 54 / 0.7);
}

.border-x-brown\/75 {
  border-left-color: rgb(128 66 54 / 0.75);
  border-right-color: rgb(128 66 54 / 0.75);
}

.border-x-brown\/80 {
  border-left-color: rgb(128 66 54 / 0.8);
  border-right-color: rgb(128 66 54 / 0.8);
}

.border-x-brown\/90 {
  border-left-color: rgb(128 66 54 / 0.9);
  border-right-color: rgb(128 66 54 / 0.9);
}

.border-x-brown\/95 {
  border-left-color: rgb(128 66 54 / 0.95);
  border-right-color: rgb(128 66 54 / 0.95);
}

.border-x-current {
  border-left-color: currentColor;
  border-right-color: currentColor;
}

.border-x-gray {
  --tw-border-opacity: 1;
  border-left-color: rgb(77 79 83 / var(--tw-border-opacity));
  border-right-color: rgb(77 79 83 / var(--tw-border-opacity));
}

.border-x-gray-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(229 230 232 / var(--tw-border-opacity));
  border-right-color: rgb(229 230 232 / var(--tw-border-opacity));
}

.border-x-gray-100\/0 {
  border-left-color: rgb(229 230 232 / 0);
  border-right-color: rgb(229 230 232 / 0);
}

.border-x-gray-100\/10 {
  border-left-color: rgb(229 230 232 / 0.1);
  border-right-color: rgb(229 230 232 / 0.1);
}

.border-x-gray-100\/100 {
  border-left-color: rgb(229 230 232 / 1);
  border-right-color: rgb(229 230 232 / 1);
}

.border-x-gray-100\/20 {
  border-left-color: rgb(229 230 232 / 0.2);
  border-right-color: rgb(229 230 232 / 0.2);
}

.border-x-gray-100\/25 {
  border-left-color: rgb(229 230 232 / 0.25);
  border-right-color: rgb(229 230 232 / 0.25);
}

.border-x-gray-100\/30 {
  border-left-color: rgb(229 230 232 / 0.3);
  border-right-color: rgb(229 230 232 / 0.3);
}

.border-x-gray-100\/40 {
  border-left-color: rgb(229 230 232 / 0.4);
  border-right-color: rgb(229 230 232 / 0.4);
}

.border-x-gray-100\/5 {
  border-left-color: rgb(229 230 232 / 0.05);
  border-right-color: rgb(229 230 232 / 0.05);
}

.border-x-gray-100\/50 {
  border-left-color: rgb(229 230 232 / 0.5);
  border-right-color: rgb(229 230 232 / 0.5);
}

.border-x-gray-100\/60 {
  border-left-color: rgb(229 230 232 / 0.6);
  border-right-color: rgb(229 230 232 / 0.6);
}

.border-x-gray-100\/70 {
  border-left-color: rgb(229 230 232 / 0.7);
  border-right-color: rgb(229 230 232 / 0.7);
}

.border-x-gray-100\/75 {
  border-left-color: rgb(229 230 232 / 0.75);
  border-right-color: rgb(229 230 232 / 0.75);
}

.border-x-gray-100\/80 {
  border-left-color: rgb(229 230 232 / 0.8);
  border-right-color: rgb(229 230 232 / 0.8);
}

.border-x-gray-100\/90 {
  border-left-color: rgb(229 230 232 / 0.9);
  border-right-color: rgb(229 230 232 / 0.9);
}

.border-x-gray-100\/95 {
  border-left-color: rgb(229 230 232 / 0.95);
  border-right-color: rgb(229 230 232 / 0.95);
}

.border-x-gray-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(207 209 210 / var(--tw-border-opacity));
  border-right-color: rgb(207 209 210 / var(--tw-border-opacity));
}

.border-x-gray-200\/0 {
  border-left-color: rgb(207 209 210 / 0);
  border-right-color: rgb(207 209 210 / 0);
}

.border-x-gray-200\/10 {
  border-left-color: rgb(207 209 210 / 0.1);
  border-right-color: rgb(207 209 210 / 0.1);
}

.border-x-gray-200\/100 {
  border-left-color: rgb(207 209 210 / 1);
  border-right-color: rgb(207 209 210 / 1);
}

.border-x-gray-200\/20 {
  border-left-color: rgb(207 209 210 / 0.2);
  border-right-color: rgb(207 209 210 / 0.2);
}

.border-x-gray-200\/25 {
  border-left-color: rgb(207 209 210 / 0.25);
  border-right-color: rgb(207 209 210 / 0.25);
}

.border-x-gray-200\/30 {
  border-left-color: rgb(207 209 210 / 0.3);
  border-right-color: rgb(207 209 210 / 0.3);
}

.border-x-gray-200\/40 {
  border-left-color: rgb(207 209 210 / 0.4);
  border-right-color: rgb(207 209 210 / 0.4);
}

.border-x-gray-200\/5 {
  border-left-color: rgb(207 209 210 / 0.05);
  border-right-color: rgb(207 209 210 / 0.05);
}

.border-x-gray-200\/50 {
  border-left-color: rgb(207 209 210 / 0.5);
  border-right-color: rgb(207 209 210 / 0.5);
}

.border-x-gray-200\/60 {
  border-left-color: rgb(207 209 210 / 0.6);
  border-right-color: rgb(207 209 210 / 0.6);
}

.border-x-gray-200\/70 {
  border-left-color: rgb(207 209 210 / 0.7);
  border-right-color: rgb(207 209 210 / 0.7);
}

.border-x-gray-200\/75 {
  border-left-color: rgb(207 209 210 / 0.75);
  border-right-color: rgb(207 209 210 / 0.75);
}

.border-x-gray-200\/80 {
  border-left-color: rgb(207 209 210 / 0.8);
  border-right-color: rgb(207 209 210 / 0.8);
}

.border-x-gray-200\/90 {
  border-left-color: rgb(207 209 210 / 0.9);
  border-right-color: rgb(207 209 210 / 0.9);
}

.border-x-gray-200\/95 {
  border-left-color: rgb(207 209 210 / 0.95);
  border-right-color: rgb(207 209 210 / 0.95);
}

.border-x-gray-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(173 176 179 / var(--tw-border-opacity));
  border-right-color: rgb(173 176 179 / var(--tw-border-opacity));
}

.border-x-gray-300\/0 {
  border-left-color: rgb(173 176 179 / 0);
  border-right-color: rgb(173 176 179 / 0);
}

.border-x-gray-300\/10 {
  border-left-color: rgb(173 176 179 / 0.1);
  border-right-color: rgb(173 176 179 / 0.1);
}

.border-x-gray-300\/100 {
  border-left-color: rgb(173 176 179 / 1);
  border-right-color: rgb(173 176 179 / 1);
}

.border-x-gray-300\/20 {
  border-left-color: rgb(173 176 179 / 0.2);
  border-right-color: rgb(173 176 179 / 0.2);
}

.border-x-gray-300\/25 {
  border-left-color: rgb(173 176 179 / 0.25);
  border-right-color: rgb(173 176 179 / 0.25);
}

.border-x-gray-300\/30 {
  border-left-color: rgb(173 176 179 / 0.3);
  border-right-color: rgb(173 176 179 / 0.3);
}

.border-x-gray-300\/40 {
  border-left-color: rgb(173 176 179 / 0.4);
  border-right-color: rgb(173 176 179 / 0.4);
}

.border-x-gray-300\/5 {
  border-left-color: rgb(173 176 179 / 0.05);
  border-right-color: rgb(173 176 179 / 0.05);
}

.border-x-gray-300\/50 {
  border-left-color: rgb(173 176 179 / 0.5);
  border-right-color: rgb(173 176 179 / 0.5);
}

.border-x-gray-300\/60 {
  border-left-color: rgb(173 176 179 / 0.6);
  border-right-color: rgb(173 176 179 / 0.6);
}

.border-x-gray-300\/70 {
  border-left-color: rgb(173 176 179 / 0.7);
  border-right-color: rgb(173 176 179 / 0.7);
}

.border-x-gray-300\/75 {
  border-left-color: rgb(173 176 179 / 0.75);
  border-right-color: rgb(173 176 179 / 0.75);
}

.border-x-gray-300\/80 {
  border-left-color: rgb(173 176 179 / 0.8);
  border-right-color: rgb(173 176 179 / 0.8);
}

.border-x-gray-300\/90 {
  border-left-color: rgb(173 176 179 / 0.9);
  border-right-color: rgb(173 176 179 / 0.9);
}

.border-x-gray-300\/95 {
  border-left-color: rgb(173 176 179 / 0.95);
  border-right-color: rgb(173 176 179 / 0.95);
}

.border-x-gray-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(131 134 141 / var(--tw-border-opacity));
  border-right-color: rgb(131 134 141 / var(--tw-border-opacity));
}

.border-x-gray-400\/0 {
  border-left-color: rgb(131 134 141 / 0);
  border-right-color: rgb(131 134 141 / 0);
}

.border-x-gray-400\/10 {
  border-left-color: rgb(131 134 141 / 0.1);
  border-right-color: rgb(131 134 141 / 0.1);
}

.border-x-gray-400\/100 {
  border-left-color: rgb(131 134 141 / 1);
  border-right-color: rgb(131 134 141 / 1);
}

.border-x-gray-400\/20 {
  border-left-color: rgb(131 134 141 / 0.2);
  border-right-color: rgb(131 134 141 / 0.2);
}

.border-x-gray-400\/25 {
  border-left-color: rgb(131 134 141 / 0.25);
  border-right-color: rgb(131 134 141 / 0.25);
}

.border-x-gray-400\/30 {
  border-left-color: rgb(131 134 141 / 0.3);
  border-right-color: rgb(131 134 141 / 0.3);
}

.border-x-gray-400\/40 {
  border-left-color: rgb(131 134 141 / 0.4);
  border-right-color: rgb(131 134 141 / 0.4);
}

.border-x-gray-400\/5 {
  border-left-color: rgb(131 134 141 / 0.05);
  border-right-color: rgb(131 134 141 / 0.05);
}

.border-x-gray-400\/50 {
  border-left-color: rgb(131 134 141 / 0.5);
  border-right-color: rgb(131 134 141 / 0.5);
}

.border-x-gray-400\/60 {
  border-left-color: rgb(131 134 141 / 0.6);
  border-right-color: rgb(131 134 141 / 0.6);
}

.border-x-gray-400\/70 {
  border-left-color: rgb(131 134 141 / 0.7);
  border-right-color: rgb(131 134 141 / 0.7);
}

.border-x-gray-400\/75 {
  border-left-color: rgb(131 134 141 / 0.75);
  border-right-color: rgb(131 134 141 / 0.75);
}

.border-x-gray-400\/80 {
  border-left-color: rgb(131 134 141 / 0.8);
  border-right-color: rgb(131 134 141 / 0.8);
}

.border-x-gray-400\/90 {
  border-left-color: rgb(131 134 141 / 0.9);
  border-right-color: rgb(131 134 141 / 0.9);
}

.border-x-gray-400\/95 {
  border-left-color: rgb(131 134 141 / 0.95);
  border-right-color: rgb(131 134 141 / 0.95);
}

.border-x-gray-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 246 246 / var(--tw-border-opacity));
  border-right-color: rgb(245 246 246 / var(--tw-border-opacity));
}

.border-x-gray-50\/0 {
  border-left-color: rgb(245 246 246 / 0);
  border-right-color: rgb(245 246 246 / 0);
}

.border-x-gray-50\/10 {
  border-left-color: rgb(245 246 246 / 0.1);
  border-right-color: rgb(245 246 246 / 0.1);
}

.border-x-gray-50\/100 {
  border-left-color: rgb(245 246 246 / 1);
  border-right-color: rgb(245 246 246 / 1);
}

.border-x-gray-50\/20 {
  border-left-color: rgb(245 246 246 / 0.2);
  border-right-color: rgb(245 246 246 / 0.2);
}

.border-x-gray-50\/25 {
  border-left-color: rgb(245 246 246 / 0.25);
  border-right-color: rgb(245 246 246 / 0.25);
}

.border-x-gray-50\/30 {
  border-left-color: rgb(245 246 246 / 0.3);
  border-right-color: rgb(245 246 246 / 0.3);
}

.border-x-gray-50\/40 {
  border-left-color: rgb(245 246 246 / 0.4);
  border-right-color: rgb(245 246 246 / 0.4);
}

.border-x-gray-50\/5 {
  border-left-color: rgb(245 246 246 / 0.05);
  border-right-color: rgb(245 246 246 / 0.05);
}

.border-x-gray-50\/50 {
  border-left-color: rgb(245 246 246 / 0.5);
  border-right-color: rgb(245 246 246 / 0.5);
}

.border-x-gray-50\/60 {
  border-left-color: rgb(245 246 246 / 0.6);
  border-right-color: rgb(245 246 246 / 0.6);
}

.border-x-gray-50\/70 {
  border-left-color: rgb(245 246 246 / 0.7);
  border-right-color: rgb(245 246 246 / 0.7);
}

.border-x-gray-50\/75 {
  border-left-color: rgb(245 246 246 / 0.75);
  border-right-color: rgb(245 246 246 / 0.75);
}

.border-x-gray-50\/80 {
  border-left-color: rgb(245 246 246 / 0.8);
  border-right-color: rgb(245 246 246 / 0.8);
}

.border-x-gray-50\/90 {
  border-left-color: rgb(245 246 246 / 0.9);
  border-right-color: rgb(245 246 246 / 0.9);
}

.border-x-gray-50\/95 {
  border-left-color: rgb(245 246 246 / 0.95);
  border-right-color: rgb(245 246 246 / 0.95);
}

.border-x-gray-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(104 107 114 / var(--tw-border-opacity));
  border-right-color: rgb(104 107 114 / var(--tw-border-opacity));
}

.border-x-gray-500\/0 {
  border-left-color: rgb(104 107 114 / 0);
  border-right-color: rgb(104 107 114 / 0);
}

.border-x-gray-500\/10 {
  border-left-color: rgb(104 107 114 / 0.1);
  border-right-color: rgb(104 107 114 / 0.1);
}

.border-x-gray-500\/100 {
  border-left-color: rgb(104 107 114 / 1);
  border-right-color: rgb(104 107 114 / 1);
}

.border-x-gray-500\/20 {
  border-left-color: rgb(104 107 114 / 0.2);
  border-right-color: rgb(104 107 114 / 0.2);
}

.border-x-gray-500\/25 {
  border-left-color: rgb(104 107 114 / 0.25);
  border-right-color: rgb(104 107 114 / 0.25);
}

.border-x-gray-500\/30 {
  border-left-color: rgb(104 107 114 / 0.3);
  border-right-color: rgb(104 107 114 / 0.3);
}

.border-x-gray-500\/40 {
  border-left-color: rgb(104 107 114 / 0.4);
  border-right-color: rgb(104 107 114 / 0.4);
}

.border-x-gray-500\/5 {
  border-left-color: rgb(104 107 114 / 0.05);
  border-right-color: rgb(104 107 114 / 0.05);
}

.border-x-gray-500\/50 {
  border-left-color: rgb(104 107 114 / 0.5);
  border-right-color: rgb(104 107 114 / 0.5);
}

.border-x-gray-500\/60 {
  border-left-color: rgb(104 107 114 / 0.6);
  border-right-color: rgb(104 107 114 / 0.6);
}

.border-x-gray-500\/70 {
  border-left-color: rgb(104 107 114 / 0.7);
  border-right-color: rgb(104 107 114 / 0.7);
}

.border-x-gray-500\/75 {
  border-left-color: rgb(104 107 114 / 0.75);
  border-right-color: rgb(104 107 114 / 0.75);
}

.border-x-gray-500\/80 {
  border-left-color: rgb(104 107 114 / 0.8);
  border-right-color: rgb(104 107 114 / 0.8);
}

.border-x-gray-500\/90 {
  border-left-color: rgb(104 107 114 / 0.9);
  border-right-color: rgb(104 107 114 / 0.9);
}

.border-x-gray-500\/95 {
  border-left-color: rgb(104 107 114 / 0.95);
  border-right-color: rgb(104 107 114 / 0.95);
}

.border-x-gray-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(89 91 97 / var(--tw-border-opacity));
  border-right-color: rgb(89 91 97 / var(--tw-border-opacity));
}

.border-x-gray-600\/0 {
  border-left-color: rgb(89 91 97 / 0);
  border-right-color: rgb(89 91 97 / 0);
}

.border-x-gray-600\/10 {
  border-left-color: rgb(89 91 97 / 0.1);
  border-right-color: rgb(89 91 97 / 0.1);
}

.border-x-gray-600\/100 {
  border-left-color: rgb(89 91 97 / 1);
  border-right-color: rgb(89 91 97 / 1);
}

.border-x-gray-600\/20 {
  border-left-color: rgb(89 91 97 / 0.2);
  border-right-color: rgb(89 91 97 / 0.2);
}

.border-x-gray-600\/25 {
  border-left-color: rgb(89 91 97 / 0.25);
  border-right-color: rgb(89 91 97 / 0.25);
}

.border-x-gray-600\/30 {
  border-left-color: rgb(89 91 97 / 0.3);
  border-right-color: rgb(89 91 97 / 0.3);
}

.border-x-gray-600\/40 {
  border-left-color: rgb(89 91 97 / 0.4);
  border-right-color: rgb(89 91 97 / 0.4);
}

.border-x-gray-600\/5 {
  border-left-color: rgb(89 91 97 / 0.05);
  border-right-color: rgb(89 91 97 / 0.05);
}

.border-x-gray-600\/50 {
  border-left-color: rgb(89 91 97 / 0.5);
  border-right-color: rgb(89 91 97 / 0.5);
}

.border-x-gray-600\/60 {
  border-left-color: rgb(89 91 97 / 0.6);
  border-right-color: rgb(89 91 97 / 0.6);
}

.border-x-gray-600\/70 {
  border-left-color: rgb(89 91 97 / 0.7);
  border-right-color: rgb(89 91 97 / 0.7);
}

.border-x-gray-600\/75 {
  border-left-color: rgb(89 91 97 / 0.75);
  border-right-color: rgb(89 91 97 / 0.75);
}

.border-x-gray-600\/80 {
  border-left-color: rgb(89 91 97 / 0.8);
  border-right-color: rgb(89 91 97 / 0.8);
}

.border-x-gray-600\/90 {
  border-left-color: rgb(89 91 97 / 0.9);
  border-right-color: rgb(89 91 97 / 0.9);
}

.border-x-gray-600\/95 {
  border-left-color: rgb(89 91 97 / 0.95);
  border-right-color: rgb(89 91 97 / 0.95);
}

.border-x-gray-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(77 79 83 / var(--tw-border-opacity));
  border-right-color: rgb(77 79 83 / var(--tw-border-opacity));
}

.border-x-gray-700\/0 {
  border-left-color: rgb(77 79 83 / 0);
  border-right-color: rgb(77 79 83 / 0);
}

.border-x-gray-700\/10 {
  border-left-color: rgb(77 79 83 / 0.1);
  border-right-color: rgb(77 79 83 / 0.1);
}

.border-x-gray-700\/100 {
  border-left-color: rgb(77 79 83 / 1);
  border-right-color: rgb(77 79 83 / 1);
}

.border-x-gray-700\/20 {
  border-left-color: rgb(77 79 83 / 0.2);
  border-right-color: rgb(77 79 83 / 0.2);
}

.border-x-gray-700\/25 {
  border-left-color: rgb(77 79 83 / 0.25);
  border-right-color: rgb(77 79 83 / 0.25);
}

.border-x-gray-700\/30 {
  border-left-color: rgb(77 79 83 / 0.3);
  border-right-color: rgb(77 79 83 / 0.3);
}

.border-x-gray-700\/40 {
  border-left-color: rgb(77 79 83 / 0.4);
  border-right-color: rgb(77 79 83 / 0.4);
}

.border-x-gray-700\/5 {
  border-left-color: rgb(77 79 83 / 0.05);
  border-right-color: rgb(77 79 83 / 0.05);
}

.border-x-gray-700\/50 {
  border-left-color: rgb(77 79 83 / 0.5);
  border-right-color: rgb(77 79 83 / 0.5);
}

.border-x-gray-700\/60 {
  border-left-color: rgb(77 79 83 / 0.6);
  border-right-color: rgb(77 79 83 / 0.6);
}

.border-x-gray-700\/70 {
  border-left-color: rgb(77 79 83 / 0.7);
  border-right-color: rgb(77 79 83 / 0.7);
}

.border-x-gray-700\/75 {
  border-left-color: rgb(77 79 83 / 0.75);
  border-right-color: rgb(77 79 83 / 0.75);
}

.border-x-gray-700\/80 {
  border-left-color: rgb(77 79 83 / 0.8);
  border-right-color: rgb(77 79 83 / 0.8);
}

.border-x-gray-700\/90 {
  border-left-color: rgb(77 79 83 / 0.9);
  border-right-color: rgb(77 79 83 / 0.9);
}

.border-x-gray-700\/95 {
  border-left-color: rgb(77 79 83 / 0.95);
  border-right-color: rgb(77 79 83 / 0.95);
}

.border-x-gray-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(67 68 71 / var(--tw-border-opacity));
  border-right-color: rgb(67 68 71 / var(--tw-border-opacity));
}

.border-x-gray-800\/0 {
  border-left-color: rgb(67 68 71 / 0);
  border-right-color: rgb(67 68 71 / 0);
}

.border-x-gray-800\/10 {
  border-left-color: rgb(67 68 71 / 0.1);
  border-right-color: rgb(67 68 71 / 0.1);
}

.border-x-gray-800\/100 {
  border-left-color: rgb(67 68 71 / 1);
  border-right-color: rgb(67 68 71 / 1);
}

.border-x-gray-800\/20 {
  border-left-color: rgb(67 68 71 / 0.2);
  border-right-color: rgb(67 68 71 / 0.2);
}

.border-x-gray-800\/25 {
  border-left-color: rgb(67 68 71 / 0.25);
  border-right-color: rgb(67 68 71 / 0.25);
}

.border-x-gray-800\/30 {
  border-left-color: rgb(67 68 71 / 0.3);
  border-right-color: rgb(67 68 71 / 0.3);
}

.border-x-gray-800\/40 {
  border-left-color: rgb(67 68 71 / 0.4);
  border-right-color: rgb(67 68 71 / 0.4);
}

.border-x-gray-800\/5 {
  border-left-color: rgb(67 68 71 / 0.05);
  border-right-color: rgb(67 68 71 / 0.05);
}

.border-x-gray-800\/50 {
  border-left-color: rgb(67 68 71 / 0.5);
  border-right-color: rgb(67 68 71 / 0.5);
}

.border-x-gray-800\/60 {
  border-left-color: rgb(67 68 71 / 0.6);
  border-right-color: rgb(67 68 71 / 0.6);
}

.border-x-gray-800\/70 {
  border-left-color: rgb(67 68 71 / 0.7);
  border-right-color: rgb(67 68 71 / 0.7);
}

.border-x-gray-800\/75 {
  border-left-color: rgb(67 68 71 / 0.75);
  border-right-color: rgb(67 68 71 / 0.75);
}

.border-x-gray-800\/80 {
  border-left-color: rgb(67 68 71 / 0.8);
  border-right-color: rgb(67 68 71 / 0.8);
}

.border-x-gray-800\/90 {
  border-left-color: rgb(67 68 71 / 0.9);
  border-right-color: rgb(67 68 71 / 0.9);
}

.border-x-gray-800\/95 {
  border-left-color: rgb(67 68 71 / 0.95);
  border-right-color: rgb(67 68 71 / 0.95);
}

.border-x-gray-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(59 60 62 / var(--tw-border-opacity));
  border-right-color: rgb(59 60 62 / var(--tw-border-opacity));
}

.border-x-gray-900\/0 {
  border-left-color: rgb(59 60 62 / 0);
  border-right-color: rgb(59 60 62 / 0);
}

.border-x-gray-900\/10 {
  border-left-color: rgb(59 60 62 / 0.1);
  border-right-color: rgb(59 60 62 / 0.1);
}

.border-x-gray-900\/100 {
  border-left-color: rgb(59 60 62 / 1);
  border-right-color: rgb(59 60 62 / 1);
}

.border-x-gray-900\/20 {
  border-left-color: rgb(59 60 62 / 0.2);
  border-right-color: rgb(59 60 62 / 0.2);
}

.border-x-gray-900\/25 {
  border-left-color: rgb(59 60 62 / 0.25);
  border-right-color: rgb(59 60 62 / 0.25);
}

.border-x-gray-900\/30 {
  border-left-color: rgb(59 60 62 / 0.3);
  border-right-color: rgb(59 60 62 / 0.3);
}

.border-x-gray-900\/40 {
  border-left-color: rgb(59 60 62 / 0.4);
  border-right-color: rgb(59 60 62 / 0.4);
}

.border-x-gray-900\/5 {
  border-left-color: rgb(59 60 62 / 0.05);
  border-right-color: rgb(59 60 62 / 0.05);
}

.border-x-gray-900\/50 {
  border-left-color: rgb(59 60 62 / 0.5);
  border-right-color: rgb(59 60 62 / 0.5);
}

.border-x-gray-900\/60 {
  border-left-color: rgb(59 60 62 / 0.6);
  border-right-color: rgb(59 60 62 / 0.6);
}

.border-x-gray-900\/70 {
  border-left-color: rgb(59 60 62 / 0.7);
  border-right-color: rgb(59 60 62 / 0.7);
}

.border-x-gray-900\/75 {
  border-left-color: rgb(59 60 62 / 0.75);
  border-right-color: rgb(59 60 62 / 0.75);
}

.border-x-gray-900\/80 {
  border-left-color: rgb(59 60 62 / 0.8);
  border-right-color: rgb(59 60 62 / 0.8);
}

.border-x-gray-900\/90 {
  border-left-color: rgb(59 60 62 / 0.9);
  border-right-color: rgb(59 60 62 / 0.9);
}

.border-x-gray-900\/95 {
  border-left-color: rgb(59 60 62 / 0.95);
  border-right-color: rgb(59 60 62 / 0.95);
}

.border-x-gray-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(37 38 39 / var(--tw-border-opacity));
  border-right-color: rgb(37 38 39 / var(--tw-border-opacity));
}

.border-x-gray-950\/0 {
  border-left-color: rgb(37 38 39 / 0);
  border-right-color: rgb(37 38 39 / 0);
}

.border-x-gray-950\/10 {
  border-left-color: rgb(37 38 39 / 0.1);
  border-right-color: rgb(37 38 39 / 0.1);
}

.border-x-gray-950\/100 {
  border-left-color: rgb(37 38 39 / 1);
  border-right-color: rgb(37 38 39 / 1);
}

.border-x-gray-950\/20 {
  border-left-color: rgb(37 38 39 / 0.2);
  border-right-color: rgb(37 38 39 / 0.2);
}

.border-x-gray-950\/25 {
  border-left-color: rgb(37 38 39 / 0.25);
  border-right-color: rgb(37 38 39 / 0.25);
}

.border-x-gray-950\/30 {
  border-left-color: rgb(37 38 39 / 0.3);
  border-right-color: rgb(37 38 39 / 0.3);
}

.border-x-gray-950\/40 {
  border-left-color: rgb(37 38 39 / 0.4);
  border-right-color: rgb(37 38 39 / 0.4);
}

.border-x-gray-950\/5 {
  border-left-color: rgb(37 38 39 / 0.05);
  border-right-color: rgb(37 38 39 / 0.05);
}

.border-x-gray-950\/50 {
  border-left-color: rgb(37 38 39 / 0.5);
  border-right-color: rgb(37 38 39 / 0.5);
}

.border-x-gray-950\/60 {
  border-left-color: rgb(37 38 39 / 0.6);
  border-right-color: rgb(37 38 39 / 0.6);
}

.border-x-gray-950\/70 {
  border-left-color: rgb(37 38 39 / 0.7);
  border-right-color: rgb(37 38 39 / 0.7);
}

.border-x-gray-950\/75 {
  border-left-color: rgb(37 38 39 / 0.75);
  border-right-color: rgb(37 38 39 / 0.75);
}

.border-x-gray-950\/80 {
  border-left-color: rgb(37 38 39 / 0.8);
  border-right-color: rgb(37 38 39 / 0.8);
}

.border-x-gray-950\/90 {
  border-left-color: rgb(37 38 39 / 0.9);
  border-right-color: rgb(37 38 39 / 0.9);
}

.border-x-gray-950\/95 {
  border-left-color: rgb(37 38 39 / 0.95);
  border-right-color: rgb(37 38 39 / 0.95);
}

.border-x-gray\/0 {
  border-left-color: rgb(77 79 83 / 0);
  border-right-color: rgb(77 79 83 / 0);
}

.border-x-gray\/10 {
  border-left-color: rgb(77 79 83 / 0.1);
  border-right-color: rgb(77 79 83 / 0.1);
}

.border-x-gray\/100 {
  border-left-color: rgb(77 79 83 / 1);
  border-right-color: rgb(77 79 83 / 1);
}

.border-x-gray\/20 {
  border-left-color: rgb(77 79 83 / 0.2);
  border-right-color: rgb(77 79 83 / 0.2);
}

.border-x-gray\/25 {
  border-left-color: rgb(77 79 83 / 0.25);
  border-right-color: rgb(77 79 83 / 0.25);
}

.border-x-gray\/30 {
  border-left-color: rgb(77 79 83 / 0.3);
  border-right-color: rgb(77 79 83 / 0.3);
}

.border-x-gray\/40 {
  border-left-color: rgb(77 79 83 / 0.4);
  border-right-color: rgb(77 79 83 / 0.4);
}

.border-x-gray\/5 {
  border-left-color: rgb(77 79 83 / 0.05);
  border-right-color: rgb(77 79 83 / 0.05);
}

.border-x-gray\/50 {
  border-left-color: rgb(77 79 83 / 0.5);
  border-right-color: rgb(77 79 83 / 0.5);
}

.border-x-gray\/60 {
  border-left-color: rgb(77 79 83 / 0.6);
  border-right-color: rgb(77 79 83 / 0.6);
}

.border-x-gray\/70 {
  border-left-color: rgb(77 79 83 / 0.7);
  border-right-color: rgb(77 79 83 / 0.7);
}

.border-x-gray\/75 {
  border-left-color: rgb(77 79 83 / 0.75);
  border-right-color: rgb(77 79 83 / 0.75);
}

.border-x-gray\/80 {
  border-left-color: rgb(77 79 83 / 0.8);
  border-right-color: rgb(77 79 83 / 0.8);
}

.border-x-gray\/90 {
  border-left-color: rgb(77 79 83 / 0.9);
  border-right-color: rgb(77 79 83 / 0.9);
}

.border-x-gray\/95 {
  border-left-color: rgb(77 79 83 / 0.95);
  border-right-color: rgb(77 79 83 / 0.95);
}

.border-x-green {
  --tw-border-opacity: 1;
  border-left-color: rgb(181 203 82 / var(--tw-border-opacity));
  border-right-color: rgb(181 203 82 / var(--tw-border-opacity));
}

.border-x-green-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(235 241 207 / var(--tw-border-opacity));
  border-right-color: rgb(235 241 207 / var(--tw-border-opacity));
}

.border-x-green-100\/0 {
  border-left-color: rgb(235 241 207 / 0);
  border-right-color: rgb(235 241 207 / 0);
}

.border-x-green-100\/10 {
  border-left-color: rgb(235 241 207 / 0.1);
  border-right-color: rgb(235 241 207 / 0.1);
}

.border-x-green-100\/100 {
  border-left-color: rgb(235 241 207 / 1);
  border-right-color: rgb(235 241 207 / 1);
}

.border-x-green-100\/20 {
  border-left-color: rgb(235 241 207 / 0.2);
  border-right-color: rgb(235 241 207 / 0.2);
}

.border-x-green-100\/25 {
  border-left-color: rgb(235 241 207 / 0.25);
  border-right-color: rgb(235 241 207 / 0.25);
}

.border-x-green-100\/30 {
  border-left-color: rgb(235 241 207 / 0.3);
  border-right-color: rgb(235 241 207 / 0.3);
}

.border-x-green-100\/40 {
  border-left-color: rgb(235 241 207 / 0.4);
  border-right-color: rgb(235 241 207 / 0.4);
}

.border-x-green-100\/5 {
  border-left-color: rgb(235 241 207 / 0.05);
  border-right-color: rgb(235 241 207 / 0.05);
}

.border-x-green-100\/50 {
  border-left-color: rgb(235 241 207 / 0.5);
  border-right-color: rgb(235 241 207 / 0.5);
}

.border-x-green-100\/60 {
  border-left-color: rgb(235 241 207 / 0.6);
  border-right-color: rgb(235 241 207 / 0.6);
}

.border-x-green-100\/70 {
  border-left-color: rgb(235 241 207 / 0.7);
  border-right-color: rgb(235 241 207 / 0.7);
}

.border-x-green-100\/75 {
  border-left-color: rgb(235 241 207 / 0.75);
  border-right-color: rgb(235 241 207 / 0.75);
}

.border-x-green-100\/80 {
  border-left-color: rgb(235 241 207 / 0.8);
  border-right-color: rgb(235 241 207 / 0.8);
}

.border-x-green-100\/90 {
  border-left-color: rgb(235 241 207 / 0.9);
  border-right-color: rgb(235 241 207 / 0.9);
}

.border-x-green-100\/95 {
  border-left-color: rgb(235 241 207 / 0.95);
  border-right-color: rgb(235 241 207 / 0.95);
}

.border-x-green-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(221 231 176 / var(--tw-border-opacity));
  border-right-color: rgb(221 231 176 / var(--tw-border-opacity));
}

.border-x-green-200\/0 {
  border-left-color: rgb(221 231 176 / 0);
  border-right-color: rgb(221 231 176 / 0);
}

.border-x-green-200\/10 {
  border-left-color: rgb(221 231 176 / 0.1);
  border-right-color: rgb(221 231 176 / 0.1);
}

.border-x-green-200\/100 {
  border-left-color: rgb(221 231 176 / 1);
  border-right-color: rgb(221 231 176 / 1);
}

.border-x-green-200\/20 {
  border-left-color: rgb(221 231 176 / 0.2);
  border-right-color: rgb(221 231 176 / 0.2);
}

.border-x-green-200\/25 {
  border-left-color: rgb(221 231 176 / 0.25);
  border-right-color: rgb(221 231 176 / 0.25);
}

.border-x-green-200\/30 {
  border-left-color: rgb(221 231 176 / 0.3);
  border-right-color: rgb(221 231 176 / 0.3);
}

.border-x-green-200\/40 {
  border-left-color: rgb(221 231 176 / 0.4);
  border-right-color: rgb(221 231 176 / 0.4);
}

.border-x-green-200\/5 {
  border-left-color: rgb(221 231 176 / 0.05);
  border-right-color: rgb(221 231 176 / 0.05);
}

.border-x-green-200\/50 {
  border-left-color: rgb(221 231 176 / 0.5);
  border-right-color: rgb(221 231 176 / 0.5);
}

.border-x-green-200\/60 {
  border-left-color: rgb(221 231 176 / 0.6);
  border-right-color: rgb(221 231 176 / 0.6);
}

.border-x-green-200\/70 {
  border-left-color: rgb(221 231 176 / 0.7);
  border-right-color: rgb(221 231 176 / 0.7);
}

.border-x-green-200\/75 {
  border-left-color: rgb(221 231 176 / 0.75);
  border-right-color: rgb(221 231 176 / 0.75);
}

.border-x-green-200\/80 {
  border-left-color: rgb(221 231 176 / 0.8);
  border-right-color: rgb(221 231 176 / 0.8);
}

.border-x-green-200\/90 {
  border-left-color: rgb(221 231 176 / 0.9);
  border-right-color: rgb(221 231 176 / 0.9);
}

.border-x-green-200\/95 {
  border-left-color: rgb(221 231 176 / 0.95);
  border-right-color: rgb(221 231 176 / 0.95);
}

.border-x-green-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(208 222 145 / var(--tw-border-opacity));
  border-right-color: rgb(208 222 145 / var(--tw-border-opacity));
}

.border-x-green-300\/0 {
  border-left-color: rgb(208 222 145 / 0);
  border-right-color: rgb(208 222 145 / 0);
}

.border-x-green-300\/10 {
  border-left-color: rgb(208 222 145 / 0.1);
  border-right-color: rgb(208 222 145 / 0.1);
}

.border-x-green-300\/100 {
  border-left-color: rgb(208 222 145 / 1);
  border-right-color: rgb(208 222 145 / 1);
}

.border-x-green-300\/20 {
  border-left-color: rgb(208 222 145 / 0.2);
  border-right-color: rgb(208 222 145 / 0.2);
}

.border-x-green-300\/25 {
  border-left-color: rgb(208 222 145 / 0.25);
  border-right-color: rgb(208 222 145 / 0.25);
}

.border-x-green-300\/30 {
  border-left-color: rgb(208 222 145 / 0.3);
  border-right-color: rgb(208 222 145 / 0.3);
}

.border-x-green-300\/40 {
  border-left-color: rgb(208 222 145 / 0.4);
  border-right-color: rgb(208 222 145 / 0.4);
}

.border-x-green-300\/5 {
  border-left-color: rgb(208 222 145 / 0.05);
  border-right-color: rgb(208 222 145 / 0.05);
}

.border-x-green-300\/50 {
  border-left-color: rgb(208 222 145 / 0.5);
  border-right-color: rgb(208 222 145 / 0.5);
}

.border-x-green-300\/60 {
  border-left-color: rgb(208 222 145 / 0.6);
  border-right-color: rgb(208 222 145 / 0.6);
}

.border-x-green-300\/70 {
  border-left-color: rgb(208 222 145 / 0.7);
  border-right-color: rgb(208 222 145 / 0.7);
}

.border-x-green-300\/75 {
  border-left-color: rgb(208 222 145 / 0.75);
  border-right-color: rgb(208 222 145 / 0.75);
}

.border-x-green-300\/80 {
  border-left-color: rgb(208 222 145 / 0.8);
  border-right-color: rgb(208 222 145 / 0.8);
}

.border-x-green-300\/90 {
  border-left-color: rgb(208 222 145 / 0.9);
  border-right-color: rgb(208 222 145 / 0.9);
}

.border-x-green-300\/95 {
  border-left-color: rgb(208 222 145 / 0.95);
  border-right-color: rgb(208 222 145 / 0.95);
}

.border-x-green-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(194 212 113 / var(--tw-border-opacity));
  border-right-color: rgb(194 212 113 / var(--tw-border-opacity));
}

.border-x-green-400\/0 {
  border-left-color: rgb(194 212 113 / 0);
  border-right-color: rgb(194 212 113 / 0);
}

.border-x-green-400\/10 {
  border-left-color: rgb(194 212 113 / 0.1);
  border-right-color: rgb(194 212 113 / 0.1);
}

.border-x-green-400\/100 {
  border-left-color: rgb(194 212 113 / 1);
  border-right-color: rgb(194 212 113 / 1);
}

.border-x-green-400\/20 {
  border-left-color: rgb(194 212 113 / 0.2);
  border-right-color: rgb(194 212 113 / 0.2);
}

.border-x-green-400\/25 {
  border-left-color: rgb(194 212 113 / 0.25);
  border-right-color: rgb(194 212 113 / 0.25);
}

.border-x-green-400\/30 {
  border-left-color: rgb(194 212 113 / 0.3);
  border-right-color: rgb(194 212 113 / 0.3);
}

.border-x-green-400\/40 {
  border-left-color: rgb(194 212 113 / 0.4);
  border-right-color: rgb(194 212 113 / 0.4);
}

.border-x-green-400\/5 {
  border-left-color: rgb(194 212 113 / 0.05);
  border-right-color: rgb(194 212 113 / 0.05);
}

.border-x-green-400\/50 {
  border-left-color: rgb(194 212 113 / 0.5);
  border-right-color: rgb(194 212 113 / 0.5);
}

.border-x-green-400\/60 {
  border-left-color: rgb(194 212 113 / 0.6);
  border-right-color: rgb(194 212 113 / 0.6);
}

.border-x-green-400\/70 {
  border-left-color: rgb(194 212 113 / 0.7);
  border-right-color: rgb(194 212 113 / 0.7);
}

.border-x-green-400\/75 {
  border-left-color: rgb(194 212 113 / 0.75);
  border-right-color: rgb(194 212 113 / 0.75);
}

.border-x-green-400\/80 {
  border-left-color: rgb(194 212 113 / 0.8);
  border-right-color: rgb(194 212 113 / 0.8);
}

.border-x-green-400\/90 {
  border-left-color: rgb(194 212 113 / 0.9);
  border-right-color: rgb(194 212 113 / 0.9);
}

.border-x-green-400\/95 {
  border-left-color: rgb(194 212 113 / 0.95);
  border-right-color: rgb(194 212 113 / 0.95);
}

.border-x-green-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(241 245 223 / var(--tw-border-opacity));
  border-right-color: rgb(241 245 223 / var(--tw-border-opacity));
}

.border-x-green-50\/0 {
  border-left-color: rgb(241 245 223 / 0);
  border-right-color: rgb(241 245 223 / 0);
}

.border-x-green-50\/10 {
  border-left-color: rgb(241 245 223 / 0.1);
  border-right-color: rgb(241 245 223 / 0.1);
}

.border-x-green-50\/100 {
  border-left-color: rgb(241 245 223 / 1);
  border-right-color: rgb(241 245 223 / 1);
}

.border-x-green-50\/20 {
  border-left-color: rgb(241 245 223 / 0.2);
  border-right-color: rgb(241 245 223 / 0.2);
}

.border-x-green-50\/25 {
  border-left-color: rgb(241 245 223 / 0.25);
  border-right-color: rgb(241 245 223 / 0.25);
}

.border-x-green-50\/30 {
  border-left-color: rgb(241 245 223 / 0.3);
  border-right-color: rgb(241 245 223 / 0.3);
}

.border-x-green-50\/40 {
  border-left-color: rgb(241 245 223 / 0.4);
  border-right-color: rgb(241 245 223 / 0.4);
}

.border-x-green-50\/5 {
  border-left-color: rgb(241 245 223 / 0.05);
  border-right-color: rgb(241 245 223 / 0.05);
}

.border-x-green-50\/50 {
  border-left-color: rgb(241 245 223 / 0.5);
  border-right-color: rgb(241 245 223 / 0.5);
}

.border-x-green-50\/60 {
  border-left-color: rgb(241 245 223 / 0.6);
  border-right-color: rgb(241 245 223 / 0.6);
}

.border-x-green-50\/70 {
  border-left-color: rgb(241 245 223 / 0.7);
  border-right-color: rgb(241 245 223 / 0.7);
}

.border-x-green-50\/75 {
  border-left-color: rgb(241 245 223 / 0.75);
  border-right-color: rgb(241 245 223 / 0.75);
}

.border-x-green-50\/80 {
  border-left-color: rgb(241 245 223 / 0.8);
  border-right-color: rgb(241 245 223 / 0.8);
}

.border-x-green-50\/90 {
  border-left-color: rgb(241 245 223 / 0.9);
  border-right-color: rgb(241 245 223 / 0.9);
}

.border-x-green-50\/95 {
  border-left-color: rgb(241 245 223 / 0.95);
  border-right-color: rgb(241 245 223 / 0.95);
}

.border-x-green-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(181 203 82 / var(--tw-border-opacity));
  border-right-color: rgb(181 203 82 / var(--tw-border-opacity));
}

.border-x-green-500\/0 {
  border-left-color: rgb(181 203 82 / 0);
  border-right-color: rgb(181 203 82 / 0);
}

.border-x-green-500\/10 {
  border-left-color: rgb(181 203 82 / 0.1);
  border-right-color: rgb(181 203 82 / 0.1);
}

.border-x-green-500\/100 {
  border-left-color: rgb(181 203 82 / 1);
  border-right-color: rgb(181 203 82 / 1);
}

.border-x-green-500\/20 {
  border-left-color: rgb(181 203 82 / 0.2);
  border-right-color: rgb(181 203 82 / 0.2);
}

.border-x-green-500\/25 {
  border-left-color: rgb(181 203 82 / 0.25);
  border-right-color: rgb(181 203 82 / 0.25);
}

.border-x-green-500\/30 {
  border-left-color: rgb(181 203 82 / 0.3);
  border-right-color: rgb(181 203 82 / 0.3);
}

.border-x-green-500\/40 {
  border-left-color: rgb(181 203 82 / 0.4);
  border-right-color: rgb(181 203 82 / 0.4);
}

.border-x-green-500\/5 {
  border-left-color: rgb(181 203 82 / 0.05);
  border-right-color: rgb(181 203 82 / 0.05);
}

.border-x-green-500\/50 {
  border-left-color: rgb(181 203 82 / 0.5);
  border-right-color: rgb(181 203 82 / 0.5);
}

.border-x-green-500\/60 {
  border-left-color: rgb(181 203 82 / 0.6);
  border-right-color: rgb(181 203 82 / 0.6);
}

.border-x-green-500\/70 {
  border-left-color: rgb(181 203 82 / 0.7);
  border-right-color: rgb(181 203 82 / 0.7);
}

.border-x-green-500\/75 {
  border-left-color: rgb(181 203 82 / 0.75);
  border-right-color: rgb(181 203 82 / 0.75);
}

.border-x-green-500\/80 {
  border-left-color: rgb(181 203 82 / 0.8);
  border-right-color: rgb(181 203 82 / 0.8);
}

.border-x-green-500\/90 {
  border-left-color: rgb(181 203 82 / 0.9);
  border-right-color: rgb(181 203 82 / 0.9);
}

.border-x-green-500\/95 {
  border-left-color: rgb(181 203 82 / 0.95);
  border-right-color: rgb(181 203 82 / 0.95);
}

.border-x-green-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(154 176 53 / var(--tw-border-opacity));
  border-right-color: rgb(154 176 53 / var(--tw-border-opacity));
}

.border-x-green-600\/0 {
  border-left-color: rgb(154 176 53 / 0);
  border-right-color: rgb(154 176 53 / 0);
}

.border-x-green-600\/10 {
  border-left-color: rgb(154 176 53 / 0.1);
  border-right-color: rgb(154 176 53 / 0.1);
}

.border-x-green-600\/100 {
  border-left-color: rgb(154 176 53 / 1);
  border-right-color: rgb(154 176 53 / 1);
}

.border-x-green-600\/20 {
  border-left-color: rgb(154 176 53 / 0.2);
  border-right-color: rgb(154 176 53 / 0.2);
}

.border-x-green-600\/25 {
  border-left-color: rgb(154 176 53 / 0.25);
  border-right-color: rgb(154 176 53 / 0.25);
}

.border-x-green-600\/30 {
  border-left-color: rgb(154 176 53 / 0.3);
  border-right-color: rgb(154 176 53 / 0.3);
}

.border-x-green-600\/40 {
  border-left-color: rgb(154 176 53 / 0.4);
  border-right-color: rgb(154 176 53 / 0.4);
}

.border-x-green-600\/5 {
  border-left-color: rgb(154 176 53 / 0.05);
  border-right-color: rgb(154 176 53 / 0.05);
}

.border-x-green-600\/50 {
  border-left-color: rgb(154 176 53 / 0.5);
  border-right-color: rgb(154 176 53 / 0.5);
}

.border-x-green-600\/60 {
  border-left-color: rgb(154 176 53 / 0.6);
  border-right-color: rgb(154 176 53 / 0.6);
}

.border-x-green-600\/70 {
  border-left-color: rgb(154 176 53 / 0.7);
  border-right-color: rgb(154 176 53 / 0.7);
}

.border-x-green-600\/75 {
  border-left-color: rgb(154 176 53 / 0.75);
  border-right-color: rgb(154 176 53 / 0.75);
}

.border-x-green-600\/80 {
  border-left-color: rgb(154 176 53 / 0.8);
  border-right-color: rgb(154 176 53 / 0.8);
}

.border-x-green-600\/90 {
  border-left-color: rgb(154 176 53 / 0.9);
  border-right-color: rgb(154 176 53 / 0.9);
}

.border-x-green-600\/95 {
  border-left-color: rgb(154 176 53 / 0.95);
  border-right-color: rgb(154 176 53 / 0.95);
}

.border-x-green-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(116 133 40 / var(--tw-border-opacity));
  border-right-color: rgb(116 133 40 / var(--tw-border-opacity));
}

.border-x-green-700\/0 {
  border-left-color: rgb(116 133 40 / 0);
  border-right-color: rgb(116 133 40 / 0);
}

.border-x-green-700\/10 {
  border-left-color: rgb(116 133 40 / 0.1);
  border-right-color: rgb(116 133 40 / 0.1);
}

.border-x-green-700\/100 {
  border-left-color: rgb(116 133 40 / 1);
  border-right-color: rgb(116 133 40 / 1);
}

.border-x-green-700\/20 {
  border-left-color: rgb(116 133 40 / 0.2);
  border-right-color: rgb(116 133 40 / 0.2);
}

.border-x-green-700\/25 {
  border-left-color: rgb(116 133 40 / 0.25);
  border-right-color: rgb(116 133 40 / 0.25);
}

.border-x-green-700\/30 {
  border-left-color: rgb(116 133 40 / 0.3);
  border-right-color: rgb(116 133 40 / 0.3);
}

.border-x-green-700\/40 {
  border-left-color: rgb(116 133 40 / 0.4);
  border-right-color: rgb(116 133 40 / 0.4);
}

.border-x-green-700\/5 {
  border-left-color: rgb(116 133 40 / 0.05);
  border-right-color: rgb(116 133 40 / 0.05);
}

.border-x-green-700\/50 {
  border-left-color: rgb(116 133 40 / 0.5);
  border-right-color: rgb(116 133 40 / 0.5);
}

.border-x-green-700\/60 {
  border-left-color: rgb(116 133 40 / 0.6);
  border-right-color: rgb(116 133 40 / 0.6);
}

.border-x-green-700\/70 {
  border-left-color: rgb(116 133 40 / 0.7);
  border-right-color: rgb(116 133 40 / 0.7);
}

.border-x-green-700\/75 {
  border-left-color: rgb(116 133 40 / 0.75);
  border-right-color: rgb(116 133 40 / 0.75);
}

.border-x-green-700\/80 {
  border-left-color: rgb(116 133 40 / 0.8);
  border-right-color: rgb(116 133 40 / 0.8);
}

.border-x-green-700\/90 {
  border-left-color: rgb(116 133 40 / 0.9);
  border-right-color: rgb(116 133 40 / 0.9);
}

.border-x-green-700\/95 {
  border-left-color: rgb(116 133 40 / 0.95);
  border-right-color: rgb(116 133 40 / 0.95);
}

.border-x-green-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(78 90 27 / var(--tw-border-opacity));
  border-right-color: rgb(78 90 27 / var(--tw-border-opacity));
}

.border-x-green-800\/0 {
  border-left-color: rgb(78 90 27 / 0);
  border-right-color: rgb(78 90 27 / 0);
}

.border-x-green-800\/10 {
  border-left-color: rgb(78 90 27 / 0.1);
  border-right-color: rgb(78 90 27 / 0.1);
}

.border-x-green-800\/100 {
  border-left-color: rgb(78 90 27 / 1);
  border-right-color: rgb(78 90 27 / 1);
}

.border-x-green-800\/20 {
  border-left-color: rgb(78 90 27 / 0.2);
  border-right-color: rgb(78 90 27 / 0.2);
}

.border-x-green-800\/25 {
  border-left-color: rgb(78 90 27 / 0.25);
  border-right-color: rgb(78 90 27 / 0.25);
}

.border-x-green-800\/30 {
  border-left-color: rgb(78 90 27 / 0.3);
  border-right-color: rgb(78 90 27 / 0.3);
}

.border-x-green-800\/40 {
  border-left-color: rgb(78 90 27 / 0.4);
  border-right-color: rgb(78 90 27 / 0.4);
}

.border-x-green-800\/5 {
  border-left-color: rgb(78 90 27 / 0.05);
  border-right-color: rgb(78 90 27 / 0.05);
}

.border-x-green-800\/50 {
  border-left-color: rgb(78 90 27 / 0.5);
  border-right-color: rgb(78 90 27 / 0.5);
}

.border-x-green-800\/60 {
  border-left-color: rgb(78 90 27 / 0.6);
  border-right-color: rgb(78 90 27 / 0.6);
}

.border-x-green-800\/70 {
  border-left-color: rgb(78 90 27 / 0.7);
  border-right-color: rgb(78 90 27 / 0.7);
}

.border-x-green-800\/75 {
  border-left-color: rgb(78 90 27 / 0.75);
  border-right-color: rgb(78 90 27 / 0.75);
}

.border-x-green-800\/80 {
  border-left-color: rgb(78 90 27 / 0.8);
  border-right-color: rgb(78 90 27 / 0.8);
}

.border-x-green-800\/90 {
  border-left-color: rgb(78 90 27 / 0.9);
  border-right-color: rgb(78 90 27 / 0.9);
}

.border-x-green-800\/95 {
  border-left-color: rgb(78 90 27 / 0.95);
  border-right-color: rgb(78 90 27 / 0.95);
}

.border-x-green-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(41 47 14 / var(--tw-border-opacity));
  border-right-color: rgb(41 47 14 / var(--tw-border-opacity));
}

.border-x-green-900\/0 {
  border-left-color: rgb(41 47 14 / 0);
  border-right-color: rgb(41 47 14 / 0);
}

.border-x-green-900\/10 {
  border-left-color: rgb(41 47 14 / 0.1);
  border-right-color: rgb(41 47 14 / 0.1);
}

.border-x-green-900\/100 {
  border-left-color: rgb(41 47 14 / 1);
  border-right-color: rgb(41 47 14 / 1);
}

.border-x-green-900\/20 {
  border-left-color: rgb(41 47 14 / 0.2);
  border-right-color: rgb(41 47 14 / 0.2);
}

.border-x-green-900\/25 {
  border-left-color: rgb(41 47 14 / 0.25);
  border-right-color: rgb(41 47 14 / 0.25);
}

.border-x-green-900\/30 {
  border-left-color: rgb(41 47 14 / 0.3);
  border-right-color: rgb(41 47 14 / 0.3);
}

.border-x-green-900\/40 {
  border-left-color: rgb(41 47 14 / 0.4);
  border-right-color: rgb(41 47 14 / 0.4);
}

.border-x-green-900\/5 {
  border-left-color: rgb(41 47 14 / 0.05);
  border-right-color: rgb(41 47 14 / 0.05);
}

.border-x-green-900\/50 {
  border-left-color: rgb(41 47 14 / 0.5);
  border-right-color: rgb(41 47 14 / 0.5);
}

.border-x-green-900\/60 {
  border-left-color: rgb(41 47 14 / 0.6);
  border-right-color: rgb(41 47 14 / 0.6);
}

.border-x-green-900\/70 {
  border-left-color: rgb(41 47 14 / 0.7);
  border-right-color: rgb(41 47 14 / 0.7);
}

.border-x-green-900\/75 {
  border-left-color: rgb(41 47 14 / 0.75);
  border-right-color: rgb(41 47 14 / 0.75);
}

.border-x-green-900\/80 {
  border-left-color: rgb(41 47 14 / 0.8);
  border-right-color: rgb(41 47 14 / 0.8);
}

.border-x-green-900\/90 {
  border-left-color: rgb(41 47 14 / 0.9);
  border-right-color: rgb(41 47 14 / 0.9);
}

.border-x-green-900\/95 {
  border-left-color: rgb(41 47 14 / 0.95);
  border-right-color: rgb(41 47 14 / 0.95);
}

.border-x-green\/0 {
  border-left-color: rgb(181 203 82 / 0);
  border-right-color: rgb(181 203 82 / 0);
}

.border-x-green\/10 {
  border-left-color: rgb(181 203 82 / 0.1);
  border-right-color: rgb(181 203 82 / 0.1);
}

.border-x-green\/100 {
  border-left-color: rgb(181 203 82 / 1);
  border-right-color: rgb(181 203 82 / 1);
}

.border-x-green\/20 {
  border-left-color: rgb(181 203 82 / 0.2);
  border-right-color: rgb(181 203 82 / 0.2);
}

.border-x-green\/25 {
  border-left-color: rgb(181 203 82 / 0.25);
  border-right-color: rgb(181 203 82 / 0.25);
}

.border-x-green\/30 {
  border-left-color: rgb(181 203 82 / 0.3);
  border-right-color: rgb(181 203 82 / 0.3);
}

.border-x-green\/40 {
  border-left-color: rgb(181 203 82 / 0.4);
  border-right-color: rgb(181 203 82 / 0.4);
}

.border-x-green\/5 {
  border-left-color: rgb(181 203 82 / 0.05);
  border-right-color: rgb(181 203 82 / 0.05);
}

.border-x-green\/50 {
  border-left-color: rgb(181 203 82 / 0.5);
  border-right-color: rgb(181 203 82 / 0.5);
}

.border-x-green\/60 {
  border-left-color: rgb(181 203 82 / 0.6);
  border-right-color: rgb(181 203 82 / 0.6);
}

.border-x-green\/70 {
  border-left-color: rgb(181 203 82 / 0.7);
  border-right-color: rgb(181 203 82 / 0.7);
}

.border-x-green\/75 {
  border-left-color: rgb(181 203 82 / 0.75);
  border-right-color: rgb(181 203 82 / 0.75);
}

.border-x-green\/80 {
  border-left-color: rgb(181 203 82 / 0.8);
  border-right-color: rgb(181 203 82 / 0.8);
}

.border-x-green\/90 {
  border-left-color: rgb(181 203 82 / 0.9);
  border-right-color: rgb(181 203 82 / 0.9);
}

.border-x-green\/95 {
  border-left-color: rgb(181 203 82 / 0.95);
  border-right-color: rgb(181 203 82 / 0.95);
}

.border-x-grey {
  --tw-border-opacity: 1;
  border-left-color: rgb(77 79 83 / var(--tw-border-opacity));
  border-right-color: rgb(77 79 83 / var(--tw-border-opacity));
}

.border-x-grey-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(229 230 232 / var(--tw-border-opacity));
  border-right-color: rgb(229 230 232 / var(--tw-border-opacity));
}

.border-x-grey-100\/0 {
  border-left-color: rgb(229 230 232 / 0);
  border-right-color: rgb(229 230 232 / 0);
}

.border-x-grey-100\/10 {
  border-left-color: rgb(229 230 232 / 0.1);
  border-right-color: rgb(229 230 232 / 0.1);
}

.border-x-grey-100\/100 {
  border-left-color: rgb(229 230 232 / 1);
  border-right-color: rgb(229 230 232 / 1);
}

.border-x-grey-100\/20 {
  border-left-color: rgb(229 230 232 / 0.2);
  border-right-color: rgb(229 230 232 / 0.2);
}

.border-x-grey-100\/25 {
  border-left-color: rgb(229 230 232 / 0.25);
  border-right-color: rgb(229 230 232 / 0.25);
}

.border-x-grey-100\/30 {
  border-left-color: rgb(229 230 232 / 0.3);
  border-right-color: rgb(229 230 232 / 0.3);
}

.border-x-grey-100\/40 {
  border-left-color: rgb(229 230 232 / 0.4);
  border-right-color: rgb(229 230 232 / 0.4);
}

.border-x-grey-100\/5 {
  border-left-color: rgb(229 230 232 / 0.05);
  border-right-color: rgb(229 230 232 / 0.05);
}

.border-x-grey-100\/50 {
  border-left-color: rgb(229 230 232 / 0.5);
  border-right-color: rgb(229 230 232 / 0.5);
}

.border-x-grey-100\/60 {
  border-left-color: rgb(229 230 232 / 0.6);
  border-right-color: rgb(229 230 232 / 0.6);
}

.border-x-grey-100\/70 {
  border-left-color: rgb(229 230 232 / 0.7);
  border-right-color: rgb(229 230 232 / 0.7);
}

.border-x-grey-100\/75 {
  border-left-color: rgb(229 230 232 / 0.75);
  border-right-color: rgb(229 230 232 / 0.75);
}

.border-x-grey-100\/80 {
  border-left-color: rgb(229 230 232 / 0.8);
  border-right-color: rgb(229 230 232 / 0.8);
}

.border-x-grey-100\/90 {
  border-left-color: rgb(229 230 232 / 0.9);
  border-right-color: rgb(229 230 232 / 0.9);
}

.border-x-grey-100\/95 {
  border-left-color: rgb(229 230 232 / 0.95);
  border-right-color: rgb(229 230 232 / 0.95);
}

.border-x-grey-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(207 209 210 / var(--tw-border-opacity));
  border-right-color: rgb(207 209 210 / var(--tw-border-opacity));
}

.border-x-grey-200\/0 {
  border-left-color: rgb(207 209 210 / 0);
  border-right-color: rgb(207 209 210 / 0);
}

.border-x-grey-200\/10 {
  border-left-color: rgb(207 209 210 / 0.1);
  border-right-color: rgb(207 209 210 / 0.1);
}

.border-x-grey-200\/100 {
  border-left-color: rgb(207 209 210 / 1);
  border-right-color: rgb(207 209 210 / 1);
}

.border-x-grey-200\/20 {
  border-left-color: rgb(207 209 210 / 0.2);
  border-right-color: rgb(207 209 210 / 0.2);
}

.border-x-grey-200\/25 {
  border-left-color: rgb(207 209 210 / 0.25);
  border-right-color: rgb(207 209 210 / 0.25);
}

.border-x-grey-200\/30 {
  border-left-color: rgb(207 209 210 / 0.3);
  border-right-color: rgb(207 209 210 / 0.3);
}

.border-x-grey-200\/40 {
  border-left-color: rgb(207 209 210 / 0.4);
  border-right-color: rgb(207 209 210 / 0.4);
}

.border-x-grey-200\/5 {
  border-left-color: rgb(207 209 210 / 0.05);
  border-right-color: rgb(207 209 210 / 0.05);
}

.border-x-grey-200\/50 {
  border-left-color: rgb(207 209 210 / 0.5);
  border-right-color: rgb(207 209 210 / 0.5);
}

.border-x-grey-200\/60 {
  border-left-color: rgb(207 209 210 / 0.6);
  border-right-color: rgb(207 209 210 / 0.6);
}

.border-x-grey-200\/70 {
  border-left-color: rgb(207 209 210 / 0.7);
  border-right-color: rgb(207 209 210 / 0.7);
}

.border-x-grey-200\/75 {
  border-left-color: rgb(207 209 210 / 0.75);
  border-right-color: rgb(207 209 210 / 0.75);
}

.border-x-grey-200\/80 {
  border-left-color: rgb(207 209 210 / 0.8);
  border-right-color: rgb(207 209 210 / 0.8);
}

.border-x-grey-200\/90 {
  border-left-color: rgb(207 209 210 / 0.9);
  border-right-color: rgb(207 209 210 / 0.9);
}

.border-x-grey-200\/95 {
  border-left-color: rgb(207 209 210 / 0.95);
  border-right-color: rgb(207 209 210 / 0.95);
}

.border-x-grey-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(173 176 179 / var(--tw-border-opacity));
  border-right-color: rgb(173 176 179 / var(--tw-border-opacity));
}

.border-x-grey-300\/0 {
  border-left-color: rgb(173 176 179 / 0);
  border-right-color: rgb(173 176 179 / 0);
}

.border-x-grey-300\/10 {
  border-left-color: rgb(173 176 179 / 0.1);
  border-right-color: rgb(173 176 179 / 0.1);
}

.border-x-grey-300\/100 {
  border-left-color: rgb(173 176 179 / 1);
  border-right-color: rgb(173 176 179 / 1);
}

.border-x-grey-300\/20 {
  border-left-color: rgb(173 176 179 / 0.2);
  border-right-color: rgb(173 176 179 / 0.2);
}

.border-x-grey-300\/25 {
  border-left-color: rgb(173 176 179 / 0.25);
  border-right-color: rgb(173 176 179 / 0.25);
}

.border-x-grey-300\/30 {
  border-left-color: rgb(173 176 179 / 0.3);
  border-right-color: rgb(173 176 179 / 0.3);
}

.border-x-grey-300\/40 {
  border-left-color: rgb(173 176 179 / 0.4);
  border-right-color: rgb(173 176 179 / 0.4);
}

.border-x-grey-300\/5 {
  border-left-color: rgb(173 176 179 / 0.05);
  border-right-color: rgb(173 176 179 / 0.05);
}

.border-x-grey-300\/50 {
  border-left-color: rgb(173 176 179 / 0.5);
  border-right-color: rgb(173 176 179 / 0.5);
}

.border-x-grey-300\/60 {
  border-left-color: rgb(173 176 179 / 0.6);
  border-right-color: rgb(173 176 179 / 0.6);
}

.border-x-grey-300\/70 {
  border-left-color: rgb(173 176 179 / 0.7);
  border-right-color: rgb(173 176 179 / 0.7);
}

.border-x-grey-300\/75 {
  border-left-color: rgb(173 176 179 / 0.75);
  border-right-color: rgb(173 176 179 / 0.75);
}

.border-x-grey-300\/80 {
  border-left-color: rgb(173 176 179 / 0.8);
  border-right-color: rgb(173 176 179 / 0.8);
}

.border-x-grey-300\/90 {
  border-left-color: rgb(173 176 179 / 0.9);
  border-right-color: rgb(173 176 179 / 0.9);
}

.border-x-grey-300\/95 {
  border-left-color: rgb(173 176 179 / 0.95);
  border-right-color: rgb(173 176 179 / 0.95);
}

.border-x-grey-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(131 134 141 / var(--tw-border-opacity));
  border-right-color: rgb(131 134 141 / var(--tw-border-opacity));
}

.border-x-grey-400\/0 {
  border-left-color: rgb(131 134 141 / 0);
  border-right-color: rgb(131 134 141 / 0);
}

.border-x-grey-400\/10 {
  border-left-color: rgb(131 134 141 / 0.1);
  border-right-color: rgb(131 134 141 / 0.1);
}

.border-x-grey-400\/100 {
  border-left-color: rgb(131 134 141 / 1);
  border-right-color: rgb(131 134 141 / 1);
}

.border-x-grey-400\/20 {
  border-left-color: rgb(131 134 141 / 0.2);
  border-right-color: rgb(131 134 141 / 0.2);
}

.border-x-grey-400\/25 {
  border-left-color: rgb(131 134 141 / 0.25);
  border-right-color: rgb(131 134 141 / 0.25);
}

.border-x-grey-400\/30 {
  border-left-color: rgb(131 134 141 / 0.3);
  border-right-color: rgb(131 134 141 / 0.3);
}

.border-x-grey-400\/40 {
  border-left-color: rgb(131 134 141 / 0.4);
  border-right-color: rgb(131 134 141 / 0.4);
}

.border-x-grey-400\/5 {
  border-left-color: rgb(131 134 141 / 0.05);
  border-right-color: rgb(131 134 141 / 0.05);
}

.border-x-grey-400\/50 {
  border-left-color: rgb(131 134 141 / 0.5);
  border-right-color: rgb(131 134 141 / 0.5);
}

.border-x-grey-400\/60 {
  border-left-color: rgb(131 134 141 / 0.6);
  border-right-color: rgb(131 134 141 / 0.6);
}

.border-x-grey-400\/70 {
  border-left-color: rgb(131 134 141 / 0.7);
  border-right-color: rgb(131 134 141 / 0.7);
}

.border-x-grey-400\/75 {
  border-left-color: rgb(131 134 141 / 0.75);
  border-right-color: rgb(131 134 141 / 0.75);
}

.border-x-grey-400\/80 {
  border-left-color: rgb(131 134 141 / 0.8);
  border-right-color: rgb(131 134 141 / 0.8);
}

.border-x-grey-400\/90 {
  border-left-color: rgb(131 134 141 / 0.9);
  border-right-color: rgb(131 134 141 / 0.9);
}

.border-x-grey-400\/95 {
  border-left-color: rgb(131 134 141 / 0.95);
  border-right-color: rgb(131 134 141 / 0.95);
}

.border-x-grey-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 246 246 / var(--tw-border-opacity));
  border-right-color: rgb(245 246 246 / var(--tw-border-opacity));
}

.border-x-grey-50\/0 {
  border-left-color: rgb(245 246 246 / 0);
  border-right-color: rgb(245 246 246 / 0);
}

.border-x-grey-50\/10 {
  border-left-color: rgb(245 246 246 / 0.1);
  border-right-color: rgb(245 246 246 / 0.1);
}

.border-x-grey-50\/100 {
  border-left-color: rgb(245 246 246 / 1);
  border-right-color: rgb(245 246 246 / 1);
}

.border-x-grey-50\/20 {
  border-left-color: rgb(245 246 246 / 0.2);
  border-right-color: rgb(245 246 246 / 0.2);
}

.border-x-grey-50\/25 {
  border-left-color: rgb(245 246 246 / 0.25);
  border-right-color: rgb(245 246 246 / 0.25);
}

.border-x-grey-50\/30 {
  border-left-color: rgb(245 246 246 / 0.3);
  border-right-color: rgb(245 246 246 / 0.3);
}

.border-x-grey-50\/40 {
  border-left-color: rgb(245 246 246 / 0.4);
  border-right-color: rgb(245 246 246 / 0.4);
}

.border-x-grey-50\/5 {
  border-left-color: rgb(245 246 246 / 0.05);
  border-right-color: rgb(245 246 246 / 0.05);
}

.border-x-grey-50\/50 {
  border-left-color: rgb(245 246 246 / 0.5);
  border-right-color: rgb(245 246 246 / 0.5);
}

.border-x-grey-50\/60 {
  border-left-color: rgb(245 246 246 / 0.6);
  border-right-color: rgb(245 246 246 / 0.6);
}

.border-x-grey-50\/70 {
  border-left-color: rgb(245 246 246 / 0.7);
  border-right-color: rgb(245 246 246 / 0.7);
}

.border-x-grey-50\/75 {
  border-left-color: rgb(245 246 246 / 0.75);
  border-right-color: rgb(245 246 246 / 0.75);
}

.border-x-grey-50\/80 {
  border-left-color: rgb(245 246 246 / 0.8);
  border-right-color: rgb(245 246 246 / 0.8);
}

.border-x-grey-50\/90 {
  border-left-color: rgb(245 246 246 / 0.9);
  border-right-color: rgb(245 246 246 / 0.9);
}

.border-x-grey-50\/95 {
  border-left-color: rgb(245 246 246 / 0.95);
  border-right-color: rgb(245 246 246 / 0.95);
}

.border-x-grey-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(104 107 114 / var(--tw-border-opacity));
  border-right-color: rgb(104 107 114 / var(--tw-border-opacity));
}

.border-x-grey-500\/0 {
  border-left-color: rgb(104 107 114 / 0);
  border-right-color: rgb(104 107 114 / 0);
}

.border-x-grey-500\/10 {
  border-left-color: rgb(104 107 114 / 0.1);
  border-right-color: rgb(104 107 114 / 0.1);
}

.border-x-grey-500\/100 {
  border-left-color: rgb(104 107 114 / 1);
  border-right-color: rgb(104 107 114 / 1);
}

.border-x-grey-500\/20 {
  border-left-color: rgb(104 107 114 / 0.2);
  border-right-color: rgb(104 107 114 / 0.2);
}

.border-x-grey-500\/25 {
  border-left-color: rgb(104 107 114 / 0.25);
  border-right-color: rgb(104 107 114 / 0.25);
}

.border-x-grey-500\/30 {
  border-left-color: rgb(104 107 114 / 0.3);
  border-right-color: rgb(104 107 114 / 0.3);
}

.border-x-grey-500\/40 {
  border-left-color: rgb(104 107 114 / 0.4);
  border-right-color: rgb(104 107 114 / 0.4);
}

.border-x-grey-500\/5 {
  border-left-color: rgb(104 107 114 / 0.05);
  border-right-color: rgb(104 107 114 / 0.05);
}

.border-x-grey-500\/50 {
  border-left-color: rgb(104 107 114 / 0.5);
  border-right-color: rgb(104 107 114 / 0.5);
}

.border-x-grey-500\/60 {
  border-left-color: rgb(104 107 114 / 0.6);
  border-right-color: rgb(104 107 114 / 0.6);
}

.border-x-grey-500\/70 {
  border-left-color: rgb(104 107 114 / 0.7);
  border-right-color: rgb(104 107 114 / 0.7);
}

.border-x-grey-500\/75 {
  border-left-color: rgb(104 107 114 / 0.75);
  border-right-color: rgb(104 107 114 / 0.75);
}

.border-x-grey-500\/80 {
  border-left-color: rgb(104 107 114 / 0.8);
  border-right-color: rgb(104 107 114 / 0.8);
}

.border-x-grey-500\/90 {
  border-left-color: rgb(104 107 114 / 0.9);
  border-right-color: rgb(104 107 114 / 0.9);
}

.border-x-grey-500\/95 {
  border-left-color: rgb(104 107 114 / 0.95);
  border-right-color: rgb(104 107 114 / 0.95);
}

.border-x-grey-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(89 91 97 / var(--tw-border-opacity));
  border-right-color: rgb(89 91 97 / var(--tw-border-opacity));
}

.border-x-grey-600\/0 {
  border-left-color: rgb(89 91 97 / 0);
  border-right-color: rgb(89 91 97 / 0);
}

.border-x-grey-600\/10 {
  border-left-color: rgb(89 91 97 / 0.1);
  border-right-color: rgb(89 91 97 / 0.1);
}

.border-x-grey-600\/100 {
  border-left-color: rgb(89 91 97 / 1);
  border-right-color: rgb(89 91 97 / 1);
}

.border-x-grey-600\/20 {
  border-left-color: rgb(89 91 97 / 0.2);
  border-right-color: rgb(89 91 97 / 0.2);
}

.border-x-grey-600\/25 {
  border-left-color: rgb(89 91 97 / 0.25);
  border-right-color: rgb(89 91 97 / 0.25);
}

.border-x-grey-600\/30 {
  border-left-color: rgb(89 91 97 / 0.3);
  border-right-color: rgb(89 91 97 / 0.3);
}

.border-x-grey-600\/40 {
  border-left-color: rgb(89 91 97 / 0.4);
  border-right-color: rgb(89 91 97 / 0.4);
}

.border-x-grey-600\/5 {
  border-left-color: rgb(89 91 97 / 0.05);
  border-right-color: rgb(89 91 97 / 0.05);
}

.border-x-grey-600\/50 {
  border-left-color: rgb(89 91 97 / 0.5);
  border-right-color: rgb(89 91 97 / 0.5);
}

.border-x-grey-600\/60 {
  border-left-color: rgb(89 91 97 / 0.6);
  border-right-color: rgb(89 91 97 / 0.6);
}

.border-x-grey-600\/70 {
  border-left-color: rgb(89 91 97 / 0.7);
  border-right-color: rgb(89 91 97 / 0.7);
}

.border-x-grey-600\/75 {
  border-left-color: rgb(89 91 97 / 0.75);
  border-right-color: rgb(89 91 97 / 0.75);
}

.border-x-grey-600\/80 {
  border-left-color: rgb(89 91 97 / 0.8);
  border-right-color: rgb(89 91 97 / 0.8);
}

.border-x-grey-600\/90 {
  border-left-color: rgb(89 91 97 / 0.9);
  border-right-color: rgb(89 91 97 / 0.9);
}

.border-x-grey-600\/95 {
  border-left-color: rgb(89 91 97 / 0.95);
  border-right-color: rgb(89 91 97 / 0.95);
}

.border-x-grey-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(77 79 83 / var(--tw-border-opacity));
  border-right-color: rgb(77 79 83 / var(--tw-border-opacity));
}

.border-x-grey-700\/0 {
  border-left-color: rgb(77 79 83 / 0);
  border-right-color: rgb(77 79 83 / 0);
}

.border-x-grey-700\/10 {
  border-left-color: rgb(77 79 83 / 0.1);
  border-right-color: rgb(77 79 83 / 0.1);
}

.border-x-grey-700\/100 {
  border-left-color: rgb(77 79 83 / 1);
  border-right-color: rgb(77 79 83 / 1);
}

.border-x-grey-700\/20 {
  border-left-color: rgb(77 79 83 / 0.2);
  border-right-color: rgb(77 79 83 / 0.2);
}

.border-x-grey-700\/25 {
  border-left-color: rgb(77 79 83 / 0.25);
  border-right-color: rgb(77 79 83 / 0.25);
}

.border-x-grey-700\/30 {
  border-left-color: rgb(77 79 83 / 0.3);
  border-right-color: rgb(77 79 83 / 0.3);
}

.border-x-grey-700\/40 {
  border-left-color: rgb(77 79 83 / 0.4);
  border-right-color: rgb(77 79 83 / 0.4);
}

.border-x-grey-700\/5 {
  border-left-color: rgb(77 79 83 / 0.05);
  border-right-color: rgb(77 79 83 / 0.05);
}

.border-x-grey-700\/50 {
  border-left-color: rgb(77 79 83 / 0.5);
  border-right-color: rgb(77 79 83 / 0.5);
}

.border-x-grey-700\/60 {
  border-left-color: rgb(77 79 83 / 0.6);
  border-right-color: rgb(77 79 83 / 0.6);
}

.border-x-grey-700\/70 {
  border-left-color: rgb(77 79 83 / 0.7);
  border-right-color: rgb(77 79 83 / 0.7);
}

.border-x-grey-700\/75 {
  border-left-color: rgb(77 79 83 / 0.75);
  border-right-color: rgb(77 79 83 / 0.75);
}

.border-x-grey-700\/80 {
  border-left-color: rgb(77 79 83 / 0.8);
  border-right-color: rgb(77 79 83 / 0.8);
}

.border-x-grey-700\/90 {
  border-left-color: rgb(77 79 83 / 0.9);
  border-right-color: rgb(77 79 83 / 0.9);
}

.border-x-grey-700\/95 {
  border-left-color: rgb(77 79 83 / 0.95);
  border-right-color: rgb(77 79 83 / 0.95);
}

.border-x-grey-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(67 68 71 / var(--tw-border-opacity));
  border-right-color: rgb(67 68 71 / var(--tw-border-opacity));
}

.border-x-grey-800\/0 {
  border-left-color: rgb(67 68 71 / 0);
  border-right-color: rgb(67 68 71 / 0);
}

.border-x-grey-800\/10 {
  border-left-color: rgb(67 68 71 / 0.1);
  border-right-color: rgb(67 68 71 / 0.1);
}

.border-x-grey-800\/100 {
  border-left-color: rgb(67 68 71 / 1);
  border-right-color: rgb(67 68 71 / 1);
}

.border-x-grey-800\/20 {
  border-left-color: rgb(67 68 71 / 0.2);
  border-right-color: rgb(67 68 71 / 0.2);
}

.border-x-grey-800\/25 {
  border-left-color: rgb(67 68 71 / 0.25);
  border-right-color: rgb(67 68 71 / 0.25);
}

.border-x-grey-800\/30 {
  border-left-color: rgb(67 68 71 / 0.3);
  border-right-color: rgb(67 68 71 / 0.3);
}

.border-x-grey-800\/40 {
  border-left-color: rgb(67 68 71 / 0.4);
  border-right-color: rgb(67 68 71 / 0.4);
}

.border-x-grey-800\/5 {
  border-left-color: rgb(67 68 71 / 0.05);
  border-right-color: rgb(67 68 71 / 0.05);
}

.border-x-grey-800\/50 {
  border-left-color: rgb(67 68 71 / 0.5);
  border-right-color: rgb(67 68 71 / 0.5);
}

.border-x-grey-800\/60 {
  border-left-color: rgb(67 68 71 / 0.6);
  border-right-color: rgb(67 68 71 / 0.6);
}

.border-x-grey-800\/70 {
  border-left-color: rgb(67 68 71 / 0.7);
  border-right-color: rgb(67 68 71 / 0.7);
}

.border-x-grey-800\/75 {
  border-left-color: rgb(67 68 71 / 0.75);
  border-right-color: rgb(67 68 71 / 0.75);
}

.border-x-grey-800\/80 {
  border-left-color: rgb(67 68 71 / 0.8);
  border-right-color: rgb(67 68 71 / 0.8);
}

.border-x-grey-800\/90 {
  border-left-color: rgb(67 68 71 / 0.9);
  border-right-color: rgb(67 68 71 / 0.9);
}

.border-x-grey-800\/95 {
  border-left-color: rgb(67 68 71 / 0.95);
  border-right-color: rgb(67 68 71 / 0.95);
}

.border-x-grey-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(59 60 62 / var(--tw-border-opacity));
  border-right-color: rgb(59 60 62 / var(--tw-border-opacity));
}

.border-x-grey-900\/0 {
  border-left-color: rgb(59 60 62 / 0);
  border-right-color: rgb(59 60 62 / 0);
}

.border-x-grey-900\/10 {
  border-left-color: rgb(59 60 62 / 0.1);
  border-right-color: rgb(59 60 62 / 0.1);
}

.border-x-grey-900\/100 {
  border-left-color: rgb(59 60 62 / 1);
  border-right-color: rgb(59 60 62 / 1);
}

.border-x-grey-900\/20 {
  border-left-color: rgb(59 60 62 / 0.2);
  border-right-color: rgb(59 60 62 / 0.2);
}

.border-x-grey-900\/25 {
  border-left-color: rgb(59 60 62 / 0.25);
  border-right-color: rgb(59 60 62 / 0.25);
}

.border-x-grey-900\/30 {
  border-left-color: rgb(59 60 62 / 0.3);
  border-right-color: rgb(59 60 62 / 0.3);
}

.border-x-grey-900\/40 {
  border-left-color: rgb(59 60 62 / 0.4);
  border-right-color: rgb(59 60 62 / 0.4);
}

.border-x-grey-900\/5 {
  border-left-color: rgb(59 60 62 / 0.05);
  border-right-color: rgb(59 60 62 / 0.05);
}

.border-x-grey-900\/50 {
  border-left-color: rgb(59 60 62 / 0.5);
  border-right-color: rgb(59 60 62 / 0.5);
}

.border-x-grey-900\/60 {
  border-left-color: rgb(59 60 62 / 0.6);
  border-right-color: rgb(59 60 62 / 0.6);
}

.border-x-grey-900\/70 {
  border-left-color: rgb(59 60 62 / 0.7);
  border-right-color: rgb(59 60 62 / 0.7);
}

.border-x-grey-900\/75 {
  border-left-color: rgb(59 60 62 / 0.75);
  border-right-color: rgb(59 60 62 / 0.75);
}

.border-x-grey-900\/80 {
  border-left-color: rgb(59 60 62 / 0.8);
  border-right-color: rgb(59 60 62 / 0.8);
}

.border-x-grey-900\/90 {
  border-left-color: rgb(59 60 62 / 0.9);
  border-right-color: rgb(59 60 62 / 0.9);
}

.border-x-grey-900\/95 {
  border-left-color: rgb(59 60 62 / 0.95);
  border-right-color: rgb(59 60 62 / 0.95);
}

.border-x-grey-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(37 38 39 / var(--tw-border-opacity));
  border-right-color: rgb(37 38 39 / var(--tw-border-opacity));
}

.border-x-grey-950\/0 {
  border-left-color: rgb(37 38 39 / 0);
  border-right-color: rgb(37 38 39 / 0);
}

.border-x-grey-950\/10 {
  border-left-color: rgb(37 38 39 / 0.1);
  border-right-color: rgb(37 38 39 / 0.1);
}

.border-x-grey-950\/100 {
  border-left-color: rgb(37 38 39 / 1);
  border-right-color: rgb(37 38 39 / 1);
}

.border-x-grey-950\/20 {
  border-left-color: rgb(37 38 39 / 0.2);
  border-right-color: rgb(37 38 39 / 0.2);
}

.border-x-grey-950\/25 {
  border-left-color: rgb(37 38 39 / 0.25);
  border-right-color: rgb(37 38 39 / 0.25);
}

.border-x-grey-950\/30 {
  border-left-color: rgb(37 38 39 / 0.3);
  border-right-color: rgb(37 38 39 / 0.3);
}

.border-x-grey-950\/40 {
  border-left-color: rgb(37 38 39 / 0.4);
  border-right-color: rgb(37 38 39 / 0.4);
}

.border-x-grey-950\/5 {
  border-left-color: rgb(37 38 39 / 0.05);
  border-right-color: rgb(37 38 39 / 0.05);
}

.border-x-grey-950\/50 {
  border-left-color: rgb(37 38 39 / 0.5);
  border-right-color: rgb(37 38 39 / 0.5);
}

.border-x-grey-950\/60 {
  border-left-color: rgb(37 38 39 / 0.6);
  border-right-color: rgb(37 38 39 / 0.6);
}

.border-x-grey-950\/70 {
  border-left-color: rgb(37 38 39 / 0.7);
  border-right-color: rgb(37 38 39 / 0.7);
}

.border-x-grey-950\/75 {
  border-left-color: rgb(37 38 39 / 0.75);
  border-right-color: rgb(37 38 39 / 0.75);
}

.border-x-grey-950\/80 {
  border-left-color: rgb(37 38 39 / 0.8);
  border-right-color: rgb(37 38 39 / 0.8);
}

.border-x-grey-950\/90 {
  border-left-color: rgb(37 38 39 / 0.9);
  border-right-color: rgb(37 38 39 / 0.9);
}

.border-x-grey-950\/95 {
  border-left-color: rgb(37 38 39 / 0.95);
  border-right-color: rgb(37 38 39 / 0.95);
}

.border-x-grey\/0 {
  border-left-color: rgb(77 79 83 / 0);
  border-right-color: rgb(77 79 83 / 0);
}

.border-x-grey\/10 {
  border-left-color: rgb(77 79 83 / 0.1);
  border-right-color: rgb(77 79 83 / 0.1);
}

.border-x-grey\/100 {
  border-left-color: rgb(77 79 83 / 1);
  border-right-color: rgb(77 79 83 / 1);
}

.border-x-grey\/20 {
  border-left-color: rgb(77 79 83 / 0.2);
  border-right-color: rgb(77 79 83 / 0.2);
}

.border-x-grey\/25 {
  border-left-color: rgb(77 79 83 / 0.25);
  border-right-color: rgb(77 79 83 / 0.25);
}

.border-x-grey\/30 {
  border-left-color: rgb(77 79 83 / 0.3);
  border-right-color: rgb(77 79 83 / 0.3);
}

.border-x-grey\/40 {
  border-left-color: rgb(77 79 83 / 0.4);
  border-right-color: rgb(77 79 83 / 0.4);
}

.border-x-grey\/5 {
  border-left-color: rgb(77 79 83 / 0.05);
  border-right-color: rgb(77 79 83 / 0.05);
}

.border-x-grey\/50 {
  border-left-color: rgb(77 79 83 / 0.5);
  border-right-color: rgb(77 79 83 / 0.5);
}

.border-x-grey\/60 {
  border-left-color: rgb(77 79 83 / 0.6);
  border-right-color: rgb(77 79 83 / 0.6);
}

.border-x-grey\/70 {
  border-left-color: rgb(77 79 83 / 0.7);
  border-right-color: rgb(77 79 83 / 0.7);
}

.border-x-grey\/75 {
  border-left-color: rgb(77 79 83 / 0.75);
  border-right-color: rgb(77 79 83 / 0.75);
}

.border-x-grey\/80 {
  border-left-color: rgb(77 79 83 / 0.8);
  border-right-color: rgb(77 79 83 / 0.8);
}

.border-x-grey\/90 {
  border-left-color: rgb(77 79 83 / 0.9);
  border-right-color: rgb(77 79 83 / 0.9);
}

.border-x-grey\/95 {
  border-left-color: rgb(77 79 83 / 0.95);
  border-right-color: rgb(77 79 83 / 0.95);
}

.border-x-navy {
  --tw-border-opacity: 1;
  border-left-color: rgb(10 81 122 / var(--tw-border-opacity));
  border-right-color: rgb(10 81 122 / var(--tw-border-opacity));
}

.border-x-navy-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(225 242 253 / var(--tw-border-opacity));
  border-right-color: rgb(225 242 253 / var(--tw-border-opacity));
}

.border-x-navy-100\/0 {
  border-left-color: rgb(225 242 253 / 0);
  border-right-color: rgb(225 242 253 / 0);
}

.border-x-navy-100\/10 {
  border-left-color: rgb(225 242 253 / 0.1);
  border-right-color: rgb(225 242 253 / 0.1);
}

.border-x-navy-100\/100 {
  border-left-color: rgb(225 242 253 / 1);
  border-right-color: rgb(225 242 253 / 1);
}

.border-x-navy-100\/20 {
  border-left-color: rgb(225 242 253 / 0.2);
  border-right-color: rgb(225 242 253 / 0.2);
}

.border-x-navy-100\/25 {
  border-left-color: rgb(225 242 253 / 0.25);
  border-right-color: rgb(225 242 253 / 0.25);
}

.border-x-navy-100\/30 {
  border-left-color: rgb(225 242 253 / 0.3);
  border-right-color: rgb(225 242 253 / 0.3);
}

.border-x-navy-100\/40 {
  border-left-color: rgb(225 242 253 / 0.4);
  border-right-color: rgb(225 242 253 / 0.4);
}

.border-x-navy-100\/5 {
  border-left-color: rgb(225 242 253 / 0.05);
  border-right-color: rgb(225 242 253 / 0.05);
}

.border-x-navy-100\/50 {
  border-left-color: rgb(225 242 253 / 0.5);
  border-right-color: rgb(225 242 253 / 0.5);
}

.border-x-navy-100\/60 {
  border-left-color: rgb(225 242 253 / 0.6);
  border-right-color: rgb(225 242 253 / 0.6);
}

.border-x-navy-100\/70 {
  border-left-color: rgb(225 242 253 / 0.7);
  border-right-color: rgb(225 242 253 / 0.7);
}

.border-x-navy-100\/75 {
  border-left-color: rgb(225 242 253 / 0.75);
  border-right-color: rgb(225 242 253 / 0.75);
}

.border-x-navy-100\/80 {
  border-left-color: rgb(225 242 253 / 0.8);
  border-right-color: rgb(225 242 253 / 0.8);
}

.border-x-navy-100\/90 {
  border-left-color: rgb(225 242 253 / 0.9);
  border-right-color: rgb(225 242 253 / 0.9);
}

.border-x-navy-100\/95 {
  border-left-color: rgb(225 242 253 / 0.95);
  border-right-color: rgb(225 242 253 / 0.95);
}

.border-x-navy-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(188 228 251 / var(--tw-border-opacity));
  border-right-color: rgb(188 228 251 / var(--tw-border-opacity));
}

.border-x-navy-200\/0 {
  border-left-color: rgb(188 228 251 / 0);
  border-right-color: rgb(188 228 251 / 0);
}

.border-x-navy-200\/10 {
  border-left-color: rgb(188 228 251 / 0.1);
  border-right-color: rgb(188 228 251 / 0.1);
}

.border-x-navy-200\/100 {
  border-left-color: rgb(188 228 251 / 1);
  border-right-color: rgb(188 228 251 / 1);
}

.border-x-navy-200\/20 {
  border-left-color: rgb(188 228 251 / 0.2);
  border-right-color: rgb(188 228 251 / 0.2);
}

.border-x-navy-200\/25 {
  border-left-color: rgb(188 228 251 / 0.25);
  border-right-color: rgb(188 228 251 / 0.25);
}

.border-x-navy-200\/30 {
  border-left-color: rgb(188 228 251 / 0.3);
  border-right-color: rgb(188 228 251 / 0.3);
}

.border-x-navy-200\/40 {
  border-left-color: rgb(188 228 251 / 0.4);
  border-right-color: rgb(188 228 251 / 0.4);
}

.border-x-navy-200\/5 {
  border-left-color: rgb(188 228 251 / 0.05);
  border-right-color: rgb(188 228 251 / 0.05);
}

.border-x-navy-200\/50 {
  border-left-color: rgb(188 228 251 / 0.5);
  border-right-color: rgb(188 228 251 / 0.5);
}

.border-x-navy-200\/60 {
  border-left-color: rgb(188 228 251 / 0.6);
  border-right-color: rgb(188 228 251 / 0.6);
}

.border-x-navy-200\/70 {
  border-left-color: rgb(188 228 251 / 0.7);
  border-right-color: rgb(188 228 251 / 0.7);
}

.border-x-navy-200\/75 {
  border-left-color: rgb(188 228 251 / 0.75);
  border-right-color: rgb(188 228 251 / 0.75);
}

.border-x-navy-200\/80 {
  border-left-color: rgb(188 228 251 / 0.8);
  border-right-color: rgb(188 228 251 / 0.8);
}

.border-x-navy-200\/90 {
  border-left-color: rgb(188 228 251 / 0.9);
  border-right-color: rgb(188 228 251 / 0.9);
}

.border-x-navy-200\/95 {
  border-left-color: rgb(188 228 251 / 0.95);
  border-right-color: rgb(188 228 251 / 0.95);
}

.border-x-navy-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(129 208 248 / var(--tw-border-opacity));
  border-right-color: rgb(129 208 248 / var(--tw-border-opacity));
}

.border-x-navy-300\/0 {
  border-left-color: rgb(129 208 248 / 0);
  border-right-color: rgb(129 208 248 / 0);
}

.border-x-navy-300\/10 {
  border-left-color: rgb(129 208 248 / 0.1);
  border-right-color: rgb(129 208 248 / 0.1);
}

.border-x-navy-300\/100 {
  border-left-color: rgb(129 208 248 / 1);
  border-right-color: rgb(129 208 248 / 1);
}

.border-x-navy-300\/20 {
  border-left-color: rgb(129 208 248 / 0.2);
  border-right-color: rgb(129 208 248 / 0.2);
}

.border-x-navy-300\/25 {
  border-left-color: rgb(129 208 248 / 0.25);
  border-right-color: rgb(129 208 248 / 0.25);
}

.border-x-navy-300\/30 {
  border-left-color: rgb(129 208 248 / 0.3);
  border-right-color: rgb(129 208 248 / 0.3);
}

.border-x-navy-300\/40 {
  border-left-color: rgb(129 208 248 / 0.4);
  border-right-color: rgb(129 208 248 / 0.4);
}

.border-x-navy-300\/5 {
  border-left-color: rgb(129 208 248 / 0.05);
  border-right-color: rgb(129 208 248 / 0.05);
}

.border-x-navy-300\/50 {
  border-left-color: rgb(129 208 248 / 0.5);
  border-right-color: rgb(129 208 248 / 0.5);
}

.border-x-navy-300\/60 {
  border-left-color: rgb(129 208 248 / 0.6);
  border-right-color: rgb(129 208 248 / 0.6);
}

.border-x-navy-300\/70 {
  border-left-color: rgb(129 208 248 / 0.7);
  border-right-color: rgb(129 208 248 / 0.7);
}

.border-x-navy-300\/75 {
  border-left-color: rgb(129 208 248 / 0.75);
  border-right-color: rgb(129 208 248 / 0.75);
}

.border-x-navy-300\/80 {
  border-left-color: rgb(129 208 248 / 0.8);
  border-right-color: rgb(129 208 248 / 0.8);
}

.border-x-navy-300\/90 {
  border-left-color: rgb(129 208 248 / 0.9);
  border-right-color: rgb(129 208 248 / 0.9);
}

.border-x-navy-300\/95 {
  border-left-color: rgb(129 208 248 / 0.95);
  border-right-color: rgb(129 208 248 / 0.95);
}

.border-x-navy-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(61 184 243 / var(--tw-border-opacity));
  border-right-color: rgb(61 184 243 / var(--tw-border-opacity));
}

.border-x-navy-400\/0 {
  border-left-color: rgb(61 184 243 / 0);
  border-right-color: rgb(61 184 243 / 0);
}

.border-x-navy-400\/10 {
  border-left-color: rgb(61 184 243 / 0.1);
  border-right-color: rgb(61 184 243 / 0.1);
}

.border-x-navy-400\/100 {
  border-left-color: rgb(61 184 243 / 1);
  border-right-color: rgb(61 184 243 / 1);
}

.border-x-navy-400\/20 {
  border-left-color: rgb(61 184 243 / 0.2);
  border-right-color: rgb(61 184 243 / 0.2);
}

.border-x-navy-400\/25 {
  border-left-color: rgb(61 184 243 / 0.25);
  border-right-color: rgb(61 184 243 / 0.25);
}

.border-x-navy-400\/30 {
  border-left-color: rgb(61 184 243 / 0.3);
  border-right-color: rgb(61 184 243 / 0.3);
}

.border-x-navy-400\/40 {
  border-left-color: rgb(61 184 243 / 0.4);
  border-right-color: rgb(61 184 243 / 0.4);
}

.border-x-navy-400\/5 {
  border-left-color: rgb(61 184 243 / 0.05);
  border-right-color: rgb(61 184 243 / 0.05);
}

.border-x-navy-400\/50 {
  border-left-color: rgb(61 184 243 / 0.5);
  border-right-color: rgb(61 184 243 / 0.5);
}

.border-x-navy-400\/60 {
  border-left-color: rgb(61 184 243 / 0.6);
  border-right-color: rgb(61 184 243 / 0.6);
}

.border-x-navy-400\/70 {
  border-left-color: rgb(61 184 243 / 0.7);
  border-right-color: rgb(61 184 243 / 0.7);
}

.border-x-navy-400\/75 {
  border-left-color: rgb(61 184 243 / 0.75);
  border-right-color: rgb(61 184 243 / 0.75);
}

.border-x-navy-400\/80 {
  border-left-color: rgb(61 184 243 / 0.8);
  border-right-color: rgb(61 184 243 / 0.8);
}

.border-x-navy-400\/90 {
  border-left-color: rgb(61 184 243 / 0.9);
  border-right-color: rgb(61 184 243 / 0.9);
}

.border-x-navy-400\/95 {
  border-left-color: rgb(61 184 243 / 0.95);
  border-right-color: rgb(61 184 243 / 0.95);
}

.border-x-navy-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 249 255 / var(--tw-border-opacity));
  border-right-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.border-x-navy-50\/0 {
  border-left-color: rgb(240 249 255 / 0);
  border-right-color: rgb(240 249 255 / 0);
}

.border-x-navy-50\/10 {
  border-left-color: rgb(240 249 255 / 0.1);
  border-right-color: rgb(240 249 255 / 0.1);
}

.border-x-navy-50\/100 {
  border-left-color: rgb(240 249 255 / 1);
  border-right-color: rgb(240 249 255 / 1);
}

.border-x-navy-50\/20 {
  border-left-color: rgb(240 249 255 / 0.2);
  border-right-color: rgb(240 249 255 / 0.2);
}

.border-x-navy-50\/25 {
  border-left-color: rgb(240 249 255 / 0.25);
  border-right-color: rgb(240 249 255 / 0.25);
}

.border-x-navy-50\/30 {
  border-left-color: rgb(240 249 255 / 0.3);
  border-right-color: rgb(240 249 255 / 0.3);
}

.border-x-navy-50\/40 {
  border-left-color: rgb(240 249 255 / 0.4);
  border-right-color: rgb(240 249 255 / 0.4);
}

.border-x-navy-50\/5 {
  border-left-color: rgb(240 249 255 / 0.05);
  border-right-color: rgb(240 249 255 / 0.05);
}

.border-x-navy-50\/50 {
  border-left-color: rgb(240 249 255 / 0.5);
  border-right-color: rgb(240 249 255 / 0.5);
}

.border-x-navy-50\/60 {
  border-left-color: rgb(240 249 255 / 0.6);
  border-right-color: rgb(240 249 255 / 0.6);
}

.border-x-navy-50\/70 {
  border-left-color: rgb(240 249 255 / 0.7);
  border-right-color: rgb(240 249 255 / 0.7);
}

.border-x-navy-50\/75 {
  border-left-color: rgb(240 249 255 / 0.75);
  border-right-color: rgb(240 249 255 / 0.75);
}

.border-x-navy-50\/80 {
  border-left-color: rgb(240 249 255 / 0.8);
  border-right-color: rgb(240 249 255 / 0.8);
}

.border-x-navy-50\/90 {
  border-left-color: rgb(240 249 255 / 0.9);
  border-right-color: rgb(240 249 255 / 0.9);
}

.border-x-navy-50\/95 {
  border-left-color: rgb(240 249 255 / 0.95);
  border-right-color: rgb(240 249 255 / 0.95);
}

.border-x-navy-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(20 160 227 / var(--tw-border-opacity));
  border-right-color: rgb(20 160 227 / var(--tw-border-opacity));
}

.border-x-navy-500\/0 {
  border-left-color: rgb(20 160 227 / 0);
  border-right-color: rgb(20 160 227 / 0);
}

.border-x-navy-500\/10 {
  border-left-color: rgb(20 160 227 / 0.1);
  border-right-color: rgb(20 160 227 / 0.1);
}

.border-x-navy-500\/100 {
  border-left-color: rgb(20 160 227 / 1);
  border-right-color: rgb(20 160 227 / 1);
}

.border-x-navy-500\/20 {
  border-left-color: rgb(20 160 227 / 0.2);
  border-right-color: rgb(20 160 227 / 0.2);
}

.border-x-navy-500\/25 {
  border-left-color: rgb(20 160 227 / 0.25);
  border-right-color: rgb(20 160 227 / 0.25);
}

.border-x-navy-500\/30 {
  border-left-color: rgb(20 160 227 / 0.3);
  border-right-color: rgb(20 160 227 / 0.3);
}

.border-x-navy-500\/40 {
  border-left-color: rgb(20 160 227 / 0.4);
  border-right-color: rgb(20 160 227 / 0.4);
}

.border-x-navy-500\/5 {
  border-left-color: rgb(20 160 227 / 0.05);
  border-right-color: rgb(20 160 227 / 0.05);
}

.border-x-navy-500\/50 {
  border-left-color: rgb(20 160 227 / 0.5);
  border-right-color: rgb(20 160 227 / 0.5);
}

.border-x-navy-500\/60 {
  border-left-color: rgb(20 160 227 / 0.6);
  border-right-color: rgb(20 160 227 / 0.6);
}

.border-x-navy-500\/70 {
  border-left-color: rgb(20 160 227 / 0.7);
  border-right-color: rgb(20 160 227 / 0.7);
}

.border-x-navy-500\/75 {
  border-left-color: rgb(20 160 227 / 0.75);
  border-right-color: rgb(20 160 227 / 0.75);
}

.border-x-navy-500\/80 {
  border-left-color: rgb(20 160 227 / 0.8);
  border-right-color: rgb(20 160 227 / 0.8);
}

.border-x-navy-500\/90 {
  border-left-color: rgb(20 160 227 / 0.9);
  border-right-color: rgb(20 160 227 / 0.9);
}

.border-x-navy-500\/95 {
  border-left-color: rgb(20 160 227 / 0.95);
  border-right-color: rgb(20 160 227 / 0.95);
}

.border-x-navy-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(8 127 193 / var(--tw-border-opacity));
  border-right-color: rgb(8 127 193 / var(--tw-border-opacity));
}

.border-x-navy-600\/0 {
  border-left-color: rgb(8 127 193 / 0);
  border-right-color: rgb(8 127 193 / 0);
}

.border-x-navy-600\/10 {
  border-left-color: rgb(8 127 193 / 0.1);
  border-right-color: rgb(8 127 193 / 0.1);
}

.border-x-navy-600\/100 {
  border-left-color: rgb(8 127 193 / 1);
  border-right-color: rgb(8 127 193 / 1);
}

.border-x-navy-600\/20 {
  border-left-color: rgb(8 127 193 / 0.2);
  border-right-color: rgb(8 127 193 / 0.2);
}

.border-x-navy-600\/25 {
  border-left-color: rgb(8 127 193 / 0.25);
  border-right-color: rgb(8 127 193 / 0.25);
}

.border-x-navy-600\/30 {
  border-left-color: rgb(8 127 193 / 0.3);
  border-right-color: rgb(8 127 193 / 0.3);
}

.border-x-navy-600\/40 {
  border-left-color: rgb(8 127 193 / 0.4);
  border-right-color: rgb(8 127 193 / 0.4);
}

.border-x-navy-600\/5 {
  border-left-color: rgb(8 127 193 / 0.05);
  border-right-color: rgb(8 127 193 / 0.05);
}

.border-x-navy-600\/50 {
  border-left-color: rgb(8 127 193 / 0.5);
  border-right-color: rgb(8 127 193 / 0.5);
}

.border-x-navy-600\/60 {
  border-left-color: rgb(8 127 193 / 0.6);
  border-right-color: rgb(8 127 193 / 0.6);
}

.border-x-navy-600\/70 {
  border-left-color: rgb(8 127 193 / 0.7);
  border-right-color: rgb(8 127 193 / 0.7);
}

.border-x-navy-600\/75 {
  border-left-color: rgb(8 127 193 / 0.75);
  border-right-color: rgb(8 127 193 / 0.75);
}

.border-x-navy-600\/80 {
  border-left-color: rgb(8 127 193 / 0.8);
  border-right-color: rgb(8 127 193 / 0.8);
}

.border-x-navy-600\/90 {
  border-left-color: rgb(8 127 193 / 0.9);
  border-right-color: rgb(8 127 193 / 0.9);
}

.border-x-navy-600\/95 {
  border-left-color: rgb(8 127 193 / 0.95);
  border-right-color: rgb(8 127 193 / 0.95);
}

.border-x-navy-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(8 102 156 / var(--tw-border-opacity));
  border-right-color: rgb(8 102 156 / var(--tw-border-opacity));
}

.border-x-navy-700\/0 {
  border-left-color: rgb(8 102 156 / 0);
  border-right-color: rgb(8 102 156 / 0);
}

.border-x-navy-700\/10 {
  border-left-color: rgb(8 102 156 / 0.1);
  border-right-color: rgb(8 102 156 / 0.1);
}

.border-x-navy-700\/100 {
  border-left-color: rgb(8 102 156 / 1);
  border-right-color: rgb(8 102 156 / 1);
}

.border-x-navy-700\/20 {
  border-left-color: rgb(8 102 156 / 0.2);
  border-right-color: rgb(8 102 156 / 0.2);
}

.border-x-navy-700\/25 {
  border-left-color: rgb(8 102 156 / 0.25);
  border-right-color: rgb(8 102 156 / 0.25);
}

.border-x-navy-700\/30 {
  border-left-color: rgb(8 102 156 / 0.3);
  border-right-color: rgb(8 102 156 / 0.3);
}

.border-x-navy-700\/40 {
  border-left-color: rgb(8 102 156 / 0.4);
  border-right-color: rgb(8 102 156 / 0.4);
}

.border-x-navy-700\/5 {
  border-left-color: rgb(8 102 156 / 0.05);
  border-right-color: rgb(8 102 156 / 0.05);
}

.border-x-navy-700\/50 {
  border-left-color: rgb(8 102 156 / 0.5);
  border-right-color: rgb(8 102 156 / 0.5);
}

.border-x-navy-700\/60 {
  border-left-color: rgb(8 102 156 / 0.6);
  border-right-color: rgb(8 102 156 / 0.6);
}

.border-x-navy-700\/70 {
  border-left-color: rgb(8 102 156 / 0.7);
  border-right-color: rgb(8 102 156 / 0.7);
}

.border-x-navy-700\/75 {
  border-left-color: rgb(8 102 156 / 0.75);
  border-right-color: rgb(8 102 156 / 0.75);
}

.border-x-navy-700\/80 {
  border-left-color: rgb(8 102 156 / 0.8);
  border-right-color: rgb(8 102 156 / 0.8);
}

.border-x-navy-700\/90 {
  border-left-color: rgb(8 102 156 / 0.9);
  border-right-color: rgb(8 102 156 / 0.9);
}

.border-x-navy-700\/95 {
  border-left-color: rgb(8 102 156 / 0.95);
  border-right-color: rgb(8 102 156 / 0.95);
}

.border-x-navy-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(10 81 122 / var(--tw-border-opacity));
  border-right-color: rgb(10 81 122 / var(--tw-border-opacity));
}

.border-x-navy-800\/0 {
  border-left-color: rgb(10 81 122 / 0);
  border-right-color: rgb(10 81 122 / 0);
}

.border-x-navy-800\/10 {
  border-left-color: rgb(10 81 122 / 0.1);
  border-right-color: rgb(10 81 122 / 0.1);
}

.border-x-navy-800\/100 {
  border-left-color: rgb(10 81 122 / 1);
  border-right-color: rgb(10 81 122 / 1);
}

.border-x-navy-800\/20 {
  border-left-color: rgb(10 81 122 / 0.2);
  border-right-color: rgb(10 81 122 / 0.2);
}

.border-x-navy-800\/25 {
  border-left-color: rgb(10 81 122 / 0.25);
  border-right-color: rgb(10 81 122 / 0.25);
}

.border-x-navy-800\/30 {
  border-left-color: rgb(10 81 122 / 0.3);
  border-right-color: rgb(10 81 122 / 0.3);
}

.border-x-navy-800\/40 {
  border-left-color: rgb(10 81 122 / 0.4);
  border-right-color: rgb(10 81 122 / 0.4);
}

.border-x-navy-800\/5 {
  border-left-color: rgb(10 81 122 / 0.05);
  border-right-color: rgb(10 81 122 / 0.05);
}

.border-x-navy-800\/50 {
  border-left-color: rgb(10 81 122 / 0.5);
  border-right-color: rgb(10 81 122 / 0.5);
}

.border-x-navy-800\/60 {
  border-left-color: rgb(10 81 122 / 0.6);
  border-right-color: rgb(10 81 122 / 0.6);
}

.border-x-navy-800\/70 {
  border-left-color: rgb(10 81 122 / 0.7);
  border-right-color: rgb(10 81 122 / 0.7);
}

.border-x-navy-800\/75 {
  border-left-color: rgb(10 81 122 / 0.75);
  border-right-color: rgb(10 81 122 / 0.75);
}

.border-x-navy-800\/80 {
  border-left-color: rgb(10 81 122 / 0.8);
  border-right-color: rgb(10 81 122 / 0.8);
}

.border-x-navy-800\/90 {
  border-left-color: rgb(10 81 122 / 0.9);
  border-right-color: rgb(10 81 122 / 0.9);
}

.border-x-navy-800\/95 {
  border-left-color: rgb(10 81 122 / 0.95);
  border-right-color: rgb(10 81 122 / 0.95);
}

.border-x-navy-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(15 71 107 / var(--tw-border-opacity));
  border-right-color: rgb(15 71 107 / var(--tw-border-opacity));
}

.border-x-navy-900\/0 {
  border-left-color: rgb(15 71 107 / 0);
  border-right-color: rgb(15 71 107 / 0);
}

.border-x-navy-900\/10 {
  border-left-color: rgb(15 71 107 / 0.1);
  border-right-color: rgb(15 71 107 / 0.1);
}

.border-x-navy-900\/100 {
  border-left-color: rgb(15 71 107 / 1);
  border-right-color: rgb(15 71 107 / 1);
}

.border-x-navy-900\/20 {
  border-left-color: rgb(15 71 107 / 0.2);
  border-right-color: rgb(15 71 107 / 0.2);
}

.border-x-navy-900\/25 {
  border-left-color: rgb(15 71 107 / 0.25);
  border-right-color: rgb(15 71 107 / 0.25);
}

.border-x-navy-900\/30 {
  border-left-color: rgb(15 71 107 / 0.3);
  border-right-color: rgb(15 71 107 / 0.3);
}

.border-x-navy-900\/40 {
  border-left-color: rgb(15 71 107 / 0.4);
  border-right-color: rgb(15 71 107 / 0.4);
}

.border-x-navy-900\/5 {
  border-left-color: rgb(15 71 107 / 0.05);
  border-right-color: rgb(15 71 107 / 0.05);
}

.border-x-navy-900\/50 {
  border-left-color: rgb(15 71 107 / 0.5);
  border-right-color: rgb(15 71 107 / 0.5);
}

.border-x-navy-900\/60 {
  border-left-color: rgb(15 71 107 / 0.6);
  border-right-color: rgb(15 71 107 / 0.6);
}

.border-x-navy-900\/70 {
  border-left-color: rgb(15 71 107 / 0.7);
  border-right-color: rgb(15 71 107 / 0.7);
}

.border-x-navy-900\/75 {
  border-left-color: rgb(15 71 107 / 0.75);
  border-right-color: rgb(15 71 107 / 0.75);
}

.border-x-navy-900\/80 {
  border-left-color: rgb(15 71 107 / 0.8);
  border-right-color: rgb(15 71 107 / 0.8);
}

.border-x-navy-900\/90 {
  border-left-color: rgb(15 71 107 / 0.9);
  border-right-color: rgb(15 71 107 / 0.9);
}

.border-x-navy-900\/95 {
  border-left-color: rgb(15 71 107 / 0.95);
  border-right-color: rgb(15 71 107 / 0.95);
}

.border-x-navy-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(10 46 71 / var(--tw-border-opacity));
  border-right-color: rgb(10 46 71 / var(--tw-border-opacity));
}

.border-x-navy-950\/0 {
  border-left-color: rgb(10 46 71 / 0);
  border-right-color: rgb(10 46 71 / 0);
}

.border-x-navy-950\/10 {
  border-left-color: rgb(10 46 71 / 0.1);
  border-right-color: rgb(10 46 71 / 0.1);
}

.border-x-navy-950\/100 {
  border-left-color: rgb(10 46 71 / 1);
  border-right-color: rgb(10 46 71 / 1);
}

.border-x-navy-950\/20 {
  border-left-color: rgb(10 46 71 / 0.2);
  border-right-color: rgb(10 46 71 / 0.2);
}

.border-x-navy-950\/25 {
  border-left-color: rgb(10 46 71 / 0.25);
  border-right-color: rgb(10 46 71 / 0.25);
}

.border-x-navy-950\/30 {
  border-left-color: rgb(10 46 71 / 0.3);
  border-right-color: rgb(10 46 71 / 0.3);
}

.border-x-navy-950\/40 {
  border-left-color: rgb(10 46 71 / 0.4);
  border-right-color: rgb(10 46 71 / 0.4);
}

.border-x-navy-950\/5 {
  border-left-color: rgb(10 46 71 / 0.05);
  border-right-color: rgb(10 46 71 / 0.05);
}

.border-x-navy-950\/50 {
  border-left-color: rgb(10 46 71 / 0.5);
  border-right-color: rgb(10 46 71 / 0.5);
}

.border-x-navy-950\/60 {
  border-left-color: rgb(10 46 71 / 0.6);
  border-right-color: rgb(10 46 71 / 0.6);
}

.border-x-navy-950\/70 {
  border-left-color: rgb(10 46 71 / 0.7);
  border-right-color: rgb(10 46 71 / 0.7);
}

.border-x-navy-950\/75 {
  border-left-color: rgb(10 46 71 / 0.75);
  border-right-color: rgb(10 46 71 / 0.75);
}

.border-x-navy-950\/80 {
  border-left-color: rgb(10 46 71 / 0.8);
  border-right-color: rgb(10 46 71 / 0.8);
}

.border-x-navy-950\/90 {
  border-left-color: rgb(10 46 71 / 0.9);
  border-right-color: rgb(10 46 71 / 0.9);
}

.border-x-navy-950\/95 {
  border-left-color: rgb(10 46 71 / 0.95);
  border-right-color: rgb(10 46 71 / 0.95);
}

.border-x-navy\/0 {
  border-left-color: rgb(10 81 122 / 0);
  border-right-color: rgb(10 81 122 / 0);
}

.border-x-navy\/10 {
  border-left-color: rgb(10 81 122 / 0.1);
  border-right-color: rgb(10 81 122 / 0.1);
}

.border-x-navy\/100 {
  border-left-color: rgb(10 81 122 / 1);
  border-right-color: rgb(10 81 122 / 1);
}

.border-x-navy\/20 {
  border-left-color: rgb(10 81 122 / 0.2);
  border-right-color: rgb(10 81 122 / 0.2);
}

.border-x-navy\/25 {
  border-left-color: rgb(10 81 122 / 0.25);
  border-right-color: rgb(10 81 122 / 0.25);
}

.border-x-navy\/30 {
  border-left-color: rgb(10 81 122 / 0.3);
  border-right-color: rgb(10 81 122 / 0.3);
}

.border-x-navy\/40 {
  border-left-color: rgb(10 81 122 / 0.4);
  border-right-color: rgb(10 81 122 / 0.4);
}

.border-x-navy\/5 {
  border-left-color: rgb(10 81 122 / 0.05);
  border-right-color: rgb(10 81 122 / 0.05);
}

.border-x-navy\/50 {
  border-left-color: rgb(10 81 122 / 0.5);
  border-right-color: rgb(10 81 122 / 0.5);
}

.border-x-navy\/60 {
  border-left-color: rgb(10 81 122 / 0.6);
  border-right-color: rgb(10 81 122 / 0.6);
}

.border-x-navy\/70 {
  border-left-color: rgb(10 81 122 / 0.7);
  border-right-color: rgb(10 81 122 / 0.7);
}

.border-x-navy\/75 {
  border-left-color: rgb(10 81 122 / 0.75);
  border-right-color: rgb(10 81 122 / 0.75);
}

.border-x-navy\/80 {
  border-left-color: rgb(10 81 122 / 0.8);
  border-right-color: rgb(10 81 122 / 0.8);
}

.border-x-navy\/90 {
  border-left-color: rgb(10 81 122 / 0.9);
  border-right-color: rgb(10 81 122 / 0.9);
}

.border-x-navy\/95 {
  border-left-color: rgb(10 81 122 / 0.95);
  border-right-color: rgb(10 81 122 / 0.95);
}

.border-x-neutral-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 245 245 / var(--tw-border-opacity));
  border-right-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.border-x-neutral-100\/0 {
  border-left-color: rgb(245 245 245 / 0);
  border-right-color: rgb(245 245 245 / 0);
}

.border-x-neutral-100\/10 {
  border-left-color: rgb(245 245 245 / 0.1);
  border-right-color: rgb(245 245 245 / 0.1);
}

.border-x-neutral-100\/100 {
  border-left-color: rgb(245 245 245 / 1);
  border-right-color: rgb(245 245 245 / 1);
}

.border-x-neutral-100\/20 {
  border-left-color: rgb(245 245 245 / 0.2);
  border-right-color: rgb(245 245 245 / 0.2);
}

.border-x-neutral-100\/25 {
  border-left-color: rgb(245 245 245 / 0.25);
  border-right-color: rgb(245 245 245 / 0.25);
}

.border-x-neutral-100\/30 {
  border-left-color: rgb(245 245 245 / 0.3);
  border-right-color: rgb(245 245 245 / 0.3);
}

.border-x-neutral-100\/40 {
  border-left-color: rgb(245 245 245 / 0.4);
  border-right-color: rgb(245 245 245 / 0.4);
}

.border-x-neutral-100\/5 {
  border-left-color: rgb(245 245 245 / 0.05);
  border-right-color: rgb(245 245 245 / 0.05);
}

.border-x-neutral-100\/50 {
  border-left-color: rgb(245 245 245 / 0.5);
  border-right-color: rgb(245 245 245 / 0.5);
}

.border-x-neutral-100\/60 {
  border-left-color: rgb(245 245 245 / 0.6);
  border-right-color: rgb(245 245 245 / 0.6);
}

.border-x-neutral-100\/70 {
  border-left-color: rgb(245 245 245 / 0.7);
  border-right-color: rgb(245 245 245 / 0.7);
}

.border-x-neutral-100\/75 {
  border-left-color: rgb(245 245 245 / 0.75);
  border-right-color: rgb(245 245 245 / 0.75);
}

.border-x-neutral-100\/80 {
  border-left-color: rgb(245 245 245 / 0.8);
  border-right-color: rgb(245 245 245 / 0.8);
}

.border-x-neutral-100\/90 {
  border-left-color: rgb(245 245 245 / 0.9);
  border-right-color: rgb(245 245 245 / 0.9);
}

.border-x-neutral-100\/95 {
  border-left-color: rgb(245 245 245 / 0.95);
  border-right-color: rgb(245 245 245 / 0.95);
}

.border-x-neutral-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(229 229 229 / var(--tw-border-opacity));
  border-right-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-x-neutral-200\/0 {
  border-left-color: rgb(229 229 229 / 0);
  border-right-color: rgb(229 229 229 / 0);
}

.border-x-neutral-200\/10 {
  border-left-color: rgb(229 229 229 / 0.1);
  border-right-color: rgb(229 229 229 / 0.1);
}

.border-x-neutral-200\/100 {
  border-left-color: rgb(229 229 229 / 1);
  border-right-color: rgb(229 229 229 / 1);
}

.border-x-neutral-200\/20 {
  border-left-color: rgb(229 229 229 / 0.2);
  border-right-color: rgb(229 229 229 / 0.2);
}

.border-x-neutral-200\/25 {
  border-left-color: rgb(229 229 229 / 0.25);
  border-right-color: rgb(229 229 229 / 0.25);
}

.border-x-neutral-200\/30 {
  border-left-color: rgb(229 229 229 / 0.3);
  border-right-color: rgb(229 229 229 / 0.3);
}

.border-x-neutral-200\/40 {
  border-left-color: rgb(229 229 229 / 0.4);
  border-right-color: rgb(229 229 229 / 0.4);
}

.border-x-neutral-200\/5 {
  border-left-color: rgb(229 229 229 / 0.05);
  border-right-color: rgb(229 229 229 / 0.05);
}

.border-x-neutral-200\/50 {
  border-left-color: rgb(229 229 229 / 0.5);
  border-right-color: rgb(229 229 229 / 0.5);
}

.border-x-neutral-200\/60 {
  border-left-color: rgb(229 229 229 / 0.6);
  border-right-color: rgb(229 229 229 / 0.6);
}

.border-x-neutral-200\/70 {
  border-left-color: rgb(229 229 229 / 0.7);
  border-right-color: rgb(229 229 229 / 0.7);
}

.border-x-neutral-200\/75 {
  border-left-color: rgb(229 229 229 / 0.75);
  border-right-color: rgb(229 229 229 / 0.75);
}

.border-x-neutral-200\/80 {
  border-left-color: rgb(229 229 229 / 0.8);
  border-right-color: rgb(229 229 229 / 0.8);
}

.border-x-neutral-200\/90 {
  border-left-color: rgb(229 229 229 / 0.9);
  border-right-color: rgb(229 229 229 / 0.9);
}

.border-x-neutral-200\/95 {
  border-left-color: rgb(229 229 229 / 0.95);
  border-right-color: rgb(229 229 229 / 0.95);
}

.border-x-neutral-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(212 212 212 / var(--tw-border-opacity));
  border-right-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-x-neutral-300\/0 {
  border-left-color: rgb(212 212 212 / 0);
  border-right-color: rgb(212 212 212 / 0);
}

.border-x-neutral-300\/10 {
  border-left-color: rgb(212 212 212 / 0.1);
  border-right-color: rgb(212 212 212 / 0.1);
}

.border-x-neutral-300\/100 {
  border-left-color: rgb(212 212 212 / 1);
  border-right-color: rgb(212 212 212 / 1);
}

.border-x-neutral-300\/20 {
  border-left-color: rgb(212 212 212 / 0.2);
  border-right-color: rgb(212 212 212 / 0.2);
}

.border-x-neutral-300\/25 {
  border-left-color: rgb(212 212 212 / 0.25);
  border-right-color: rgb(212 212 212 / 0.25);
}

.border-x-neutral-300\/30 {
  border-left-color: rgb(212 212 212 / 0.3);
  border-right-color: rgb(212 212 212 / 0.3);
}

.border-x-neutral-300\/40 {
  border-left-color: rgb(212 212 212 / 0.4);
  border-right-color: rgb(212 212 212 / 0.4);
}

.border-x-neutral-300\/5 {
  border-left-color: rgb(212 212 212 / 0.05);
  border-right-color: rgb(212 212 212 / 0.05);
}

.border-x-neutral-300\/50 {
  border-left-color: rgb(212 212 212 / 0.5);
  border-right-color: rgb(212 212 212 / 0.5);
}

.border-x-neutral-300\/60 {
  border-left-color: rgb(212 212 212 / 0.6);
  border-right-color: rgb(212 212 212 / 0.6);
}

.border-x-neutral-300\/70 {
  border-left-color: rgb(212 212 212 / 0.7);
  border-right-color: rgb(212 212 212 / 0.7);
}

.border-x-neutral-300\/75 {
  border-left-color: rgb(212 212 212 / 0.75);
  border-right-color: rgb(212 212 212 / 0.75);
}

.border-x-neutral-300\/80 {
  border-left-color: rgb(212 212 212 / 0.8);
  border-right-color: rgb(212 212 212 / 0.8);
}

.border-x-neutral-300\/90 {
  border-left-color: rgb(212 212 212 / 0.9);
  border-right-color: rgb(212 212 212 / 0.9);
}

.border-x-neutral-300\/95 {
  border-left-color: rgb(212 212 212 / 0.95);
  border-right-color: rgb(212 212 212 / 0.95);
}

.border-x-neutral-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(163 163 163 / var(--tw-border-opacity));
  border-right-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.border-x-neutral-400\/0 {
  border-left-color: rgb(163 163 163 / 0);
  border-right-color: rgb(163 163 163 / 0);
}

.border-x-neutral-400\/10 {
  border-left-color: rgb(163 163 163 / 0.1);
  border-right-color: rgb(163 163 163 / 0.1);
}

.border-x-neutral-400\/100 {
  border-left-color: rgb(163 163 163 / 1);
  border-right-color: rgb(163 163 163 / 1);
}

.border-x-neutral-400\/20 {
  border-left-color: rgb(163 163 163 / 0.2);
  border-right-color: rgb(163 163 163 / 0.2);
}

.border-x-neutral-400\/25 {
  border-left-color: rgb(163 163 163 / 0.25);
  border-right-color: rgb(163 163 163 / 0.25);
}

.border-x-neutral-400\/30 {
  border-left-color: rgb(163 163 163 / 0.3);
  border-right-color: rgb(163 163 163 / 0.3);
}

.border-x-neutral-400\/40 {
  border-left-color: rgb(163 163 163 / 0.4);
  border-right-color: rgb(163 163 163 / 0.4);
}

.border-x-neutral-400\/5 {
  border-left-color: rgb(163 163 163 / 0.05);
  border-right-color: rgb(163 163 163 / 0.05);
}

.border-x-neutral-400\/50 {
  border-left-color: rgb(163 163 163 / 0.5);
  border-right-color: rgb(163 163 163 / 0.5);
}

.border-x-neutral-400\/60 {
  border-left-color: rgb(163 163 163 / 0.6);
  border-right-color: rgb(163 163 163 / 0.6);
}

.border-x-neutral-400\/70 {
  border-left-color: rgb(163 163 163 / 0.7);
  border-right-color: rgb(163 163 163 / 0.7);
}

.border-x-neutral-400\/75 {
  border-left-color: rgb(163 163 163 / 0.75);
  border-right-color: rgb(163 163 163 / 0.75);
}

.border-x-neutral-400\/80 {
  border-left-color: rgb(163 163 163 / 0.8);
  border-right-color: rgb(163 163 163 / 0.8);
}

.border-x-neutral-400\/90 {
  border-left-color: rgb(163 163 163 / 0.9);
  border-right-color: rgb(163 163 163 / 0.9);
}

.border-x-neutral-400\/95 {
  border-left-color: rgb(163 163 163 / 0.95);
  border-right-color: rgb(163 163 163 / 0.95);
}

.border-x-neutral-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 250 250 / var(--tw-border-opacity));
  border-right-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-x-neutral-50\/0 {
  border-left-color: rgb(250 250 250 / 0);
  border-right-color: rgb(250 250 250 / 0);
}

.border-x-neutral-50\/10 {
  border-left-color: rgb(250 250 250 / 0.1);
  border-right-color: rgb(250 250 250 / 0.1);
}

.border-x-neutral-50\/100 {
  border-left-color: rgb(250 250 250 / 1);
  border-right-color: rgb(250 250 250 / 1);
}

.border-x-neutral-50\/20 {
  border-left-color: rgb(250 250 250 / 0.2);
  border-right-color: rgb(250 250 250 / 0.2);
}

.border-x-neutral-50\/25 {
  border-left-color: rgb(250 250 250 / 0.25);
  border-right-color: rgb(250 250 250 / 0.25);
}

.border-x-neutral-50\/30 {
  border-left-color: rgb(250 250 250 / 0.3);
  border-right-color: rgb(250 250 250 / 0.3);
}

.border-x-neutral-50\/40 {
  border-left-color: rgb(250 250 250 / 0.4);
  border-right-color: rgb(250 250 250 / 0.4);
}

.border-x-neutral-50\/5 {
  border-left-color: rgb(250 250 250 / 0.05);
  border-right-color: rgb(250 250 250 / 0.05);
}

.border-x-neutral-50\/50 {
  border-left-color: rgb(250 250 250 / 0.5);
  border-right-color: rgb(250 250 250 / 0.5);
}

.border-x-neutral-50\/60 {
  border-left-color: rgb(250 250 250 / 0.6);
  border-right-color: rgb(250 250 250 / 0.6);
}

.border-x-neutral-50\/70 {
  border-left-color: rgb(250 250 250 / 0.7);
  border-right-color: rgb(250 250 250 / 0.7);
}

.border-x-neutral-50\/75 {
  border-left-color: rgb(250 250 250 / 0.75);
  border-right-color: rgb(250 250 250 / 0.75);
}

.border-x-neutral-50\/80 {
  border-left-color: rgb(250 250 250 / 0.8);
  border-right-color: rgb(250 250 250 / 0.8);
}

.border-x-neutral-50\/90 {
  border-left-color: rgb(250 250 250 / 0.9);
  border-right-color: rgb(250 250 250 / 0.9);
}

.border-x-neutral-50\/95 {
  border-left-color: rgb(250 250 250 / 0.95);
  border-right-color: rgb(250 250 250 / 0.95);
}

.border-x-neutral-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(115 115 115 / var(--tw-border-opacity));
  border-right-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.border-x-neutral-500\/0 {
  border-left-color: rgb(115 115 115 / 0);
  border-right-color: rgb(115 115 115 / 0);
}

.border-x-neutral-500\/10 {
  border-left-color: rgb(115 115 115 / 0.1);
  border-right-color: rgb(115 115 115 / 0.1);
}

.border-x-neutral-500\/100 {
  border-left-color: rgb(115 115 115 / 1);
  border-right-color: rgb(115 115 115 / 1);
}

.border-x-neutral-500\/20 {
  border-left-color: rgb(115 115 115 / 0.2);
  border-right-color: rgb(115 115 115 / 0.2);
}

.border-x-neutral-500\/25 {
  border-left-color: rgb(115 115 115 / 0.25);
  border-right-color: rgb(115 115 115 / 0.25);
}

.border-x-neutral-500\/30 {
  border-left-color: rgb(115 115 115 / 0.3);
  border-right-color: rgb(115 115 115 / 0.3);
}

.border-x-neutral-500\/40 {
  border-left-color: rgb(115 115 115 / 0.4);
  border-right-color: rgb(115 115 115 / 0.4);
}

.border-x-neutral-500\/5 {
  border-left-color: rgb(115 115 115 / 0.05);
  border-right-color: rgb(115 115 115 / 0.05);
}

.border-x-neutral-500\/50 {
  border-left-color: rgb(115 115 115 / 0.5);
  border-right-color: rgb(115 115 115 / 0.5);
}

.border-x-neutral-500\/60 {
  border-left-color: rgb(115 115 115 / 0.6);
  border-right-color: rgb(115 115 115 / 0.6);
}

.border-x-neutral-500\/70 {
  border-left-color: rgb(115 115 115 / 0.7);
  border-right-color: rgb(115 115 115 / 0.7);
}

.border-x-neutral-500\/75 {
  border-left-color: rgb(115 115 115 / 0.75);
  border-right-color: rgb(115 115 115 / 0.75);
}

.border-x-neutral-500\/80 {
  border-left-color: rgb(115 115 115 / 0.8);
  border-right-color: rgb(115 115 115 / 0.8);
}

.border-x-neutral-500\/90 {
  border-left-color: rgb(115 115 115 / 0.9);
  border-right-color: rgb(115 115 115 / 0.9);
}

.border-x-neutral-500\/95 {
  border-left-color: rgb(115 115 115 / 0.95);
  border-right-color: rgb(115 115 115 / 0.95);
}

.border-x-neutral-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(82 82 82 / var(--tw-border-opacity));
  border-right-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.border-x-neutral-600\/0 {
  border-left-color: rgb(82 82 82 / 0);
  border-right-color: rgb(82 82 82 / 0);
}

.border-x-neutral-600\/10 {
  border-left-color: rgb(82 82 82 / 0.1);
  border-right-color: rgb(82 82 82 / 0.1);
}

.border-x-neutral-600\/100 {
  border-left-color: rgb(82 82 82 / 1);
  border-right-color: rgb(82 82 82 / 1);
}

.border-x-neutral-600\/20 {
  border-left-color: rgb(82 82 82 / 0.2);
  border-right-color: rgb(82 82 82 / 0.2);
}

.border-x-neutral-600\/25 {
  border-left-color: rgb(82 82 82 / 0.25);
  border-right-color: rgb(82 82 82 / 0.25);
}

.border-x-neutral-600\/30 {
  border-left-color: rgb(82 82 82 / 0.3);
  border-right-color: rgb(82 82 82 / 0.3);
}

.border-x-neutral-600\/40 {
  border-left-color: rgb(82 82 82 / 0.4);
  border-right-color: rgb(82 82 82 / 0.4);
}

.border-x-neutral-600\/5 {
  border-left-color: rgb(82 82 82 / 0.05);
  border-right-color: rgb(82 82 82 / 0.05);
}

.border-x-neutral-600\/50 {
  border-left-color: rgb(82 82 82 / 0.5);
  border-right-color: rgb(82 82 82 / 0.5);
}

.border-x-neutral-600\/60 {
  border-left-color: rgb(82 82 82 / 0.6);
  border-right-color: rgb(82 82 82 / 0.6);
}

.border-x-neutral-600\/70 {
  border-left-color: rgb(82 82 82 / 0.7);
  border-right-color: rgb(82 82 82 / 0.7);
}

.border-x-neutral-600\/75 {
  border-left-color: rgb(82 82 82 / 0.75);
  border-right-color: rgb(82 82 82 / 0.75);
}

.border-x-neutral-600\/80 {
  border-left-color: rgb(82 82 82 / 0.8);
  border-right-color: rgb(82 82 82 / 0.8);
}

.border-x-neutral-600\/90 {
  border-left-color: rgb(82 82 82 / 0.9);
  border-right-color: rgb(82 82 82 / 0.9);
}

.border-x-neutral-600\/95 {
  border-left-color: rgb(82 82 82 / 0.95);
  border-right-color: rgb(82 82 82 / 0.95);
}

.border-x-neutral-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(64 64 64 / var(--tw-border-opacity));
  border-right-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.border-x-neutral-700\/0 {
  border-left-color: rgb(64 64 64 / 0);
  border-right-color: rgb(64 64 64 / 0);
}

.border-x-neutral-700\/10 {
  border-left-color: rgb(64 64 64 / 0.1);
  border-right-color: rgb(64 64 64 / 0.1);
}

.border-x-neutral-700\/100 {
  border-left-color: rgb(64 64 64 / 1);
  border-right-color: rgb(64 64 64 / 1);
}

.border-x-neutral-700\/20 {
  border-left-color: rgb(64 64 64 / 0.2);
  border-right-color: rgb(64 64 64 / 0.2);
}

.border-x-neutral-700\/25 {
  border-left-color: rgb(64 64 64 / 0.25);
  border-right-color: rgb(64 64 64 / 0.25);
}

.border-x-neutral-700\/30 {
  border-left-color: rgb(64 64 64 / 0.3);
  border-right-color: rgb(64 64 64 / 0.3);
}

.border-x-neutral-700\/40 {
  border-left-color: rgb(64 64 64 / 0.4);
  border-right-color: rgb(64 64 64 / 0.4);
}

.border-x-neutral-700\/5 {
  border-left-color: rgb(64 64 64 / 0.05);
  border-right-color: rgb(64 64 64 / 0.05);
}

.border-x-neutral-700\/50 {
  border-left-color: rgb(64 64 64 / 0.5);
  border-right-color: rgb(64 64 64 / 0.5);
}

.border-x-neutral-700\/60 {
  border-left-color: rgb(64 64 64 / 0.6);
  border-right-color: rgb(64 64 64 / 0.6);
}

.border-x-neutral-700\/70 {
  border-left-color: rgb(64 64 64 / 0.7);
  border-right-color: rgb(64 64 64 / 0.7);
}

.border-x-neutral-700\/75 {
  border-left-color: rgb(64 64 64 / 0.75);
  border-right-color: rgb(64 64 64 / 0.75);
}

.border-x-neutral-700\/80 {
  border-left-color: rgb(64 64 64 / 0.8);
  border-right-color: rgb(64 64 64 / 0.8);
}

.border-x-neutral-700\/90 {
  border-left-color: rgb(64 64 64 / 0.9);
  border-right-color: rgb(64 64 64 / 0.9);
}

.border-x-neutral-700\/95 {
  border-left-color: rgb(64 64 64 / 0.95);
  border-right-color: rgb(64 64 64 / 0.95);
}

.border-x-neutral-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(38 38 38 / var(--tw-border-opacity));
  border-right-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.border-x-neutral-800\/0 {
  border-left-color: rgb(38 38 38 / 0);
  border-right-color: rgb(38 38 38 / 0);
}

.border-x-neutral-800\/10 {
  border-left-color: rgb(38 38 38 / 0.1);
  border-right-color: rgb(38 38 38 / 0.1);
}

.border-x-neutral-800\/100 {
  border-left-color: rgb(38 38 38 / 1);
  border-right-color: rgb(38 38 38 / 1);
}

.border-x-neutral-800\/20 {
  border-left-color: rgb(38 38 38 / 0.2);
  border-right-color: rgb(38 38 38 / 0.2);
}

.border-x-neutral-800\/25 {
  border-left-color: rgb(38 38 38 / 0.25);
  border-right-color: rgb(38 38 38 / 0.25);
}

.border-x-neutral-800\/30 {
  border-left-color: rgb(38 38 38 / 0.3);
  border-right-color: rgb(38 38 38 / 0.3);
}

.border-x-neutral-800\/40 {
  border-left-color: rgb(38 38 38 / 0.4);
  border-right-color: rgb(38 38 38 / 0.4);
}

.border-x-neutral-800\/5 {
  border-left-color: rgb(38 38 38 / 0.05);
  border-right-color: rgb(38 38 38 / 0.05);
}

.border-x-neutral-800\/50 {
  border-left-color: rgb(38 38 38 / 0.5);
  border-right-color: rgb(38 38 38 / 0.5);
}

.border-x-neutral-800\/60 {
  border-left-color: rgb(38 38 38 / 0.6);
  border-right-color: rgb(38 38 38 / 0.6);
}

.border-x-neutral-800\/70 {
  border-left-color: rgb(38 38 38 / 0.7);
  border-right-color: rgb(38 38 38 / 0.7);
}

.border-x-neutral-800\/75 {
  border-left-color: rgb(38 38 38 / 0.75);
  border-right-color: rgb(38 38 38 / 0.75);
}

.border-x-neutral-800\/80 {
  border-left-color: rgb(38 38 38 / 0.8);
  border-right-color: rgb(38 38 38 / 0.8);
}

.border-x-neutral-800\/90 {
  border-left-color: rgb(38 38 38 / 0.9);
  border-right-color: rgb(38 38 38 / 0.9);
}

.border-x-neutral-800\/95 {
  border-left-color: rgb(38 38 38 / 0.95);
  border-right-color: rgb(38 38 38 / 0.95);
}

.border-x-neutral-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(23 23 23 / var(--tw-border-opacity));
  border-right-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.border-x-neutral-900\/0 {
  border-left-color: rgb(23 23 23 / 0);
  border-right-color: rgb(23 23 23 / 0);
}

.border-x-neutral-900\/10 {
  border-left-color: rgb(23 23 23 / 0.1);
  border-right-color: rgb(23 23 23 / 0.1);
}

.border-x-neutral-900\/100 {
  border-left-color: rgb(23 23 23 / 1);
  border-right-color: rgb(23 23 23 / 1);
}

.border-x-neutral-900\/20 {
  border-left-color: rgb(23 23 23 / 0.2);
  border-right-color: rgb(23 23 23 / 0.2);
}

.border-x-neutral-900\/25 {
  border-left-color: rgb(23 23 23 / 0.25);
  border-right-color: rgb(23 23 23 / 0.25);
}

.border-x-neutral-900\/30 {
  border-left-color: rgb(23 23 23 / 0.3);
  border-right-color: rgb(23 23 23 / 0.3);
}

.border-x-neutral-900\/40 {
  border-left-color: rgb(23 23 23 / 0.4);
  border-right-color: rgb(23 23 23 / 0.4);
}

.border-x-neutral-900\/5 {
  border-left-color: rgb(23 23 23 / 0.05);
  border-right-color: rgb(23 23 23 / 0.05);
}

.border-x-neutral-900\/50 {
  border-left-color: rgb(23 23 23 / 0.5);
  border-right-color: rgb(23 23 23 / 0.5);
}

.border-x-neutral-900\/60 {
  border-left-color: rgb(23 23 23 / 0.6);
  border-right-color: rgb(23 23 23 / 0.6);
}

.border-x-neutral-900\/70 {
  border-left-color: rgb(23 23 23 / 0.7);
  border-right-color: rgb(23 23 23 / 0.7);
}

.border-x-neutral-900\/75 {
  border-left-color: rgb(23 23 23 / 0.75);
  border-right-color: rgb(23 23 23 / 0.75);
}

.border-x-neutral-900\/80 {
  border-left-color: rgb(23 23 23 / 0.8);
  border-right-color: rgb(23 23 23 / 0.8);
}

.border-x-neutral-900\/90 {
  border-left-color: rgb(23 23 23 / 0.9);
  border-right-color: rgb(23 23 23 / 0.9);
}

.border-x-neutral-900\/95 {
  border-left-color: rgb(23 23 23 / 0.95);
  border-right-color: rgb(23 23 23 / 0.95);
}

.border-x-neutral-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(10 10 10 / var(--tw-border-opacity));
  border-right-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.border-x-neutral-950\/0 {
  border-left-color: rgb(10 10 10 / 0);
  border-right-color: rgb(10 10 10 / 0);
}

.border-x-neutral-950\/10 {
  border-left-color: rgb(10 10 10 / 0.1);
  border-right-color: rgb(10 10 10 / 0.1);
}

.border-x-neutral-950\/100 {
  border-left-color: rgb(10 10 10 / 1);
  border-right-color: rgb(10 10 10 / 1);
}

.border-x-neutral-950\/20 {
  border-left-color: rgb(10 10 10 / 0.2);
  border-right-color: rgb(10 10 10 / 0.2);
}

.border-x-neutral-950\/25 {
  border-left-color: rgb(10 10 10 / 0.25);
  border-right-color: rgb(10 10 10 / 0.25);
}

.border-x-neutral-950\/30 {
  border-left-color: rgb(10 10 10 / 0.3);
  border-right-color: rgb(10 10 10 / 0.3);
}

.border-x-neutral-950\/40 {
  border-left-color: rgb(10 10 10 / 0.4);
  border-right-color: rgb(10 10 10 / 0.4);
}

.border-x-neutral-950\/5 {
  border-left-color: rgb(10 10 10 / 0.05);
  border-right-color: rgb(10 10 10 / 0.05);
}

.border-x-neutral-950\/50 {
  border-left-color: rgb(10 10 10 / 0.5);
  border-right-color: rgb(10 10 10 / 0.5);
}

.border-x-neutral-950\/60 {
  border-left-color: rgb(10 10 10 / 0.6);
  border-right-color: rgb(10 10 10 / 0.6);
}

.border-x-neutral-950\/70 {
  border-left-color: rgb(10 10 10 / 0.7);
  border-right-color: rgb(10 10 10 / 0.7);
}

.border-x-neutral-950\/75 {
  border-left-color: rgb(10 10 10 / 0.75);
  border-right-color: rgb(10 10 10 / 0.75);
}

.border-x-neutral-950\/80 {
  border-left-color: rgb(10 10 10 / 0.8);
  border-right-color: rgb(10 10 10 / 0.8);
}

.border-x-neutral-950\/90 {
  border-left-color: rgb(10 10 10 / 0.9);
  border-right-color: rgb(10 10 10 / 0.9);
}

.border-x-neutral-950\/95 {
  border-left-color: rgb(10 10 10 / 0.95);
  border-right-color: rgb(10 10 10 / 0.95);
}

.border-x-orange {
  --tw-border-opacity: 1;
  border-left-color: rgb(237 140 1 / var(--tw-border-opacity));
  border-right-color: rgb(237 140 1 / var(--tw-border-opacity));
}

.border-x-orange-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 247 198 / var(--tw-border-opacity));
  border-right-color: rgb(255 247 198 / var(--tw-border-opacity));
}

.border-x-orange-100\/0 {
  border-left-color: rgb(255 247 198 / 0);
  border-right-color: rgb(255 247 198 / 0);
}

.border-x-orange-100\/10 {
  border-left-color: rgb(255 247 198 / 0.1);
  border-right-color: rgb(255 247 198 / 0.1);
}

.border-x-orange-100\/100 {
  border-left-color: rgb(255 247 198 / 1);
  border-right-color: rgb(255 247 198 / 1);
}

.border-x-orange-100\/20 {
  border-left-color: rgb(255 247 198 / 0.2);
  border-right-color: rgb(255 247 198 / 0.2);
}

.border-x-orange-100\/25 {
  border-left-color: rgb(255 247 198 / 0.25);
  border-right-color: rgb(255 247 198 / 0.25);
}

.border-x-orange-100\/30 {
  border-left-color: rgb(255 247 198 / 0.3);
  border-right-color: rgb(255 247 198 / 0.3);
}

.border-x-orange-100\/40 {
  border-left-color: rgb(255 247 198 / 0.4);
  border-right-color: rgb(255 247 198 / 0.4);
}

.border-x-orange-100\/5 {
  border-left-color: rgb(255 247 198 / 0.05);
  border-right-color: rgb(255 247 198 / 0.05);
}

.border-x-orange-100\/50 {
  border-left-color: rgb(255 247 198 / 0.5);
  border-right-color: rgb(255 247 198 / 0.5);
}

.border-x-orange-100\/60 {
  border-left-color: rgb(255 247 198 / 0.6);
  border-right-color: rgb(255 247 198 / 0.6);
}

.border-x-orange-100\/70 {
  border-left-color: rgb(255 247 198 / 0.7);
  border-right-color: rgb(255 247 198 / 0.7);
}

.border-x-orange-100\/75 {
  border-left-color: rgb(255 247 198 / 0.75);
  border-right-color: rgb(255 247 198 / 0.75);
}

.border-x-orange-100\/80 {
  border-left-color: rgb(255 247 198 / 0.8);
  border-right-color: rgb(255 247 198 / 0.8);
}

.border-x-orange-100\/90 {
  border-left-color: rgb(255 247 198 / 0.9);
  border-right-color: rgb(255 247 198 / 0.9);
}

.border-x-orange-100\/95 {
  border-left-color: rgb(255 247 198 / 0.95);
  border-right-color: rgb(255 247 198 / 0.95);
}

.border-x-orange-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 238 135 / var(--tw-border-opacity));
  border-right-color: rgb(255 238 135 / var(--tw-border-opacity));
}

.border-x-orange-200\/0 {
  border-left-color: rgb(255 238 135 / 0);
  border-right-color: rgb(255 238 135 / 0);
}

.border-x-orange-200\/10 {
  border-left-color: rgb(255 238 135 / 0.1);
  border-right-color: rgb(255 238 135 / 0.1);
}

.border-x-orange-200\/100 {
  border-left-color: rgb(255 238 135 / 1);
  border-right-color: rgb(255 238 135 / 1);
}

.border-x-orange-200\/20 {
  border-left-color: rgb(255 238 135 / 0.2);
  border-right-color: rgb(255 238 135 / 0.2);
}

.border-x-orange-200\/25 {
  border-left-color: rgb(255 238 135 / 0.25);
  border-right-color: rgb(255 238 135 / 0.25);
}

.border-x-orange-200\/30 {
  border-left-color: rgb(255 238 135 / 0.3);
  border-right-color: rgb(255 238 135 / 0.3);
}

.border-x-orange-200\/40 {
  border-left-color: rgb(255 238 135 / 0.4);
  border-right-color: rgb(255 238 135 / 0.4);
}

.border-x-orange-200\/5 {
  border-left-color: rgb(255 238 135 / 0.05);
  border-right-color: rgb(255 238 135 / 0.05);
}

.border-x-orange-200\/50 {
  border-left-color: rgb(255 238 135 / 0.5);
  border-right-color: rgb(255 238 135 / 0.5);
}

.border-x-orange-200\/60 {
  border-left-color: rgb(255 238 135 / 0.6);
  border-right-color: rgb(255 238 135 / 0.6);
}

.border-x-orange-200\/70 {
  border-left-color: rgb(255 238 135 / 0.7);
  border-right-color: rgb(255 238 135 / 0.7);
}

.border-x-orange-200\/75 {
  border-left-color: rgb(255 238 135 / 0.75);
  border-right-color: rgb(255 238 135 / 0.75);
}

.border-x-orange-200\/80 {
  border-left-color: rgb(255 238 135 / 0.8);
  border-right-color: rgb(255 238 135 / 0.8);
}

.border-x-orange-200\/90 {
  border-left-color: rgb(255 238 135 / 0.9);
  border-right-color: rgb(255 238 135 / 0.9);
}

.border-x-orange-200\/95 {
  border-left-color: rgb(255 238 135 / 0.95);
  border-right-color: rgb(255 238 135 / 0.95);
}

.border-x-orange-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 223 73 / var(--tw-border-opacity));
  border-right-color: rgb(255 223 73 / var(--tw-border-opacity));
}

.border-x-orange-300\/0 {
  border-left-color: rgb(255 223 73 / 0);
  border-right-color: rgb(255 223 73 / 0);
}

.border-x-orange-300\/10 {
  border-left-color: rgb(255 223 73 / 0.1);
  border-right-color: rgb(255 223 73 / 0.1);
}

.border-x-orange-300\/100 {
  border-left-color: rgb(255 223 73 / 1);
  border-right-color: rgb(255 223 73 / 1);
}

.border-x-orange-300\/20 {
  border-left-color: rgb(255 223 73 / 0.2);
  border-right-color: rgb(255 223 73 / 0.2);
}

.border-x-orange-300\/25 {
  border-left-color: rgb(255 223 73 / 0.25);
  border-right-color: rgb(255 223 73 / 0.25);
}

.border-x-orange-300\/30 {
  border-left-color: rgb(255 223 73 / 0.3);
  border-right-color: rgb(255 223 73 / 0.3);
}

.border-x-orange-300\/40 {
  border-left-color: rgb(255 223 73 / 0.4);
  border-right-color: rgb(255 223 73 / 0.4);
}

.border-x-orange-300\/5 {
  border-left-color: rgb(255 223 73 / 0.05);
  border-right-color: rgb(255 223 73 / 0.05);
}

.border-x-orange-300\/50 {
  border-left-color: rgb(255 223 73 / 0.5);
  border-right-color: rgb(255 223 73 / 0.5);
}

.border-x-orange-300\/60 {
  border-left-color: rgb(255 223 73 / 0.6);
  border-right-color: rgb(255 223 73 / 0.6);
}

.border-x-orange-300\/70 {
  border-left-color: rgb(255 223 73 / 0.7);
  border-right-color: rgb(255 223 73 / 0.7);
}

.border-x-orange-300\/75 {
  border-left-color: rgb(255 223 73 / 0.75);
  border-right-color: rgb(255 223 73 / 0.75);
}

.border-x-orange-300\/80 {
  border-left-color: rgb(255 223 73 / 0.8);
  border-right-color: rgb(255 223 73 / 0.8);
}

.border-x-orange-300\/90 {
  border-left-color: rgb(255 223 73 / 0.9);
  border-right-color: rgb(255 223 73 / 0.9);
}

.border-x-orange-300\/95 {
  border-left-color: rgb(255 223 73 / 0.95);
  border-right-color: rgb(255 223 73 / 0.95);
}

.border-x-orange-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 205 31 / var(--tw-border-opacity));
  border-right-color: rgb(255 205 31 / var(--tw-border-opacity));
}

.border-x-orange-400\/0 {
  border-left-color: rgb(255 205 31 / 0);
  border-right-color: rgb(255 205 31 / 0);
}

.border-x-orange-400\/10 {
  border-left-color: rgb(255 205 31 / 0.1);
  border-right-color: rgb(255 205 31 / 0.1);
}

.border-x-orange-400\/100 {
  border-left-color: rgb(255 205 31 / 1);
  border-right-color: rgb(255 205 31 / 1);
}

.border-x-orange-400\/20 {
  border-left-color: rgb(255 205 31 / 0.2);
  border-right-color: rgb(255 205 31 / 0.2);
}

.border-x-orange-400\/25 {
  border-left-color: rgb(255 205 31 / 0.25);
  border-right-color: rgb(255 205 31 / 0.25);
}

.border-x-orange-400\/30 {
  border-left-color: rgb(255 205 31 / 0.3);
  border-right-color: rgb(255 205 31 / 0.3);
}

.border-x-orange-400\/40 {
  border-left-color: rgb(255 205 31 / 0.4);
  border-right-color: rgb(255 205 31 / 0.4);
}

.border-x-orange-400\/5 {
  border-left-color: rgb(255 205 31 / 0.05);
  border-right-color: rgb(255 205 31 / 0.05);
}

.border-x-orange-400\/50 {
  border-left-color: rgb(255 205 31 / 0.5);
  border-right-color: rgb(255 205 31 / 0.5);
}

.border-x-orange-400\/60 {
  border-left-color: rgb(255 205 31 / 0.6);
  border-right-color: rgb(255 205 31 / 0.6);
}

.border-x-orange-400\/70 {
  border-left-color: rgb(255 205 31 / 0.7);
  border-right-color: rgb(255 205 31 / 0.7);
}

.border-x-orange-400\/75 {
  border-left-color: rgb(255 205 31 / 0.75);
  border-right-color: rgb(255 205 31 / 0.75);
}

.border-x-orange-400\/80 {
  border-left-color: rgb(255 205 31 / 0.8);
  border-right-color: rgb(255 205 31 / 0.8);
}

.border-x-orange-400\/90 {
  border-left-color: rgb(255 205 31 / 0.9);
  border-right-color: rgb(255 205 31 / 0.9);
}

.border-x-orange-400\/95 {
  border-left-color: rgb(255 205 31 / 0.95);
  border-right-color: rgb(255 205 31 / 0.95);
}

.border-x-orange-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 252 235 / var(--tw-border-opacity));
  border-right-color: rgb(255 252 235 / var(--tw-border-opacity));
}

.border-x-orange-50\/0 {
  border-left-color: rgb(255 252 235 / 0);
  border-right-color: rgb(255 252 235 / 0);
}

.border-x-orange-50\/10 {
  border-left-color: rgb(255 252 235 / 0.1);
  border-right-color: rgb(255 252 235 / 0.1);
}

.border-x-orange-50\/100 {
  border-left-color: rgb(255 252 235 / 1);
  border-right-color: rgb(255 252 235 / 1);
}

.border-x-orange-50\/20 {
  border-left-color: rgb(255 252 235 / 0.2);
  border-right-color: rgb(255 252 235 / 0.2);
}

.border-x-orange-50\/25 {
  border-left-color: rgb(255 252 235 / 0.25);
  border-right-color: rgb(255 252 235 / 0.25);
}

.border-x-orange-50\/30 {
  border-left-color: rgb(255 252 235 / 0.3);
  border-right-color: rgb(255 252 235 / 0.3);
}

.border-x-orange-50\/40 {
  border-left-color: rgb(255 252 235 / 0.4);
  border-right-color: rgb(255 252 235 / 0.4);
}

.border-x-orange-50\/5 {
  border-left-color: rgb(255 252 235 / 0.05);
  border-right-color: rgb(255 252 235 / 0.05);
}

.border-x-orange-50\/50 {
  border-left-color: rgb(255 252 235 / 0.5);
  border-right-color: rgb(255 252 235 / 0.5);
}

.border-x-orange-50\/60 {
  border-left-color: rgb(255 252 235 / 0.6);
  border-right-color: rgb(255 252 235 / 0.6);
}

.border-x-orange-50\/70 {
  border-left-color: rgb(255 252 235 / 0.7);
  border-right-color: rgb(255 252 235 / 0.7);
}

.border-x-orange-50\/75 {
  border-left-color: rgb(255 252 235 / 0.75);
  border-right-color: rgb(255 252 235 / 0.75);
}

.border-x-orange-50\/80 {
  border-left-color: rgb(255 252 235 / 0.8);
  border-right-color: rgb(255 252 235 / 0.8);
}

.border-x-orange-50\/90 {
  border-left-color: rgb(255 252 235 / 0.9);
  border-right-color: rgb(255 252 235 / 0.9);
}

.border-x-orange-50\/95 {
  border-left-color: rgb(255 252 235 / 0.95);
  border-right-color: rgb(255 252 235 / 0.95);
}

.border-x-orange-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 172 5 / var(--tw-border-opacity));
  border-right-color: rgb(251 172 5 / var(--tw-border-opacity));
}

.border-x-orange-500\/0 {
  border-left-color: rgb(251 172 5 / 0);
  border-right-color: rgb(251 172 5 / 0);
}

.border-x-orange-500\/10 {
  border-left-color: rgb(251 172 5 / 0.1);
  border-right-color: rgb(251 172 5 / 0.1);
}

.border-x-orange-500\/100 {
  border-left-color: rgb(251 172 5 / 1);
  border-right-color: rgb(251 172 5 / 1);
}

.border-x-orange-500\/20 {
  border-left-color: rgb(251 172 5 / 0.2);
  border-right-color: rgb(251 172 5 / 0.2);
}

.border-x-orange-500\/25 {
  border-left-color: rgb(251 172 5 / 0.25);
  border-right-color: rgb(251 172 5 / 0.25);
}

.border-x-orange-500\/30 {
  border-left-color: rgb(251 172 5 / 0.3);
  border-right-color: rgb(251 172 5 / 0.3);
}

.border-x-orange-500\/40 {
  border-left-color: rgb(251 172 5 / 0.4);
  border-right-color: rgb(251 172 5 / 0.4);
}

.border-x-orange-500\/5 {
  border-left-color: rgb(251 172 5 / 0.05);
  border-right-color: rgb(251 172 5 / 0.05);
}

.border-x-orange-500\/50 {
  border-left-color: rgb(251 172 5 / 0.5);
  border-right-color: rgb(251 172 5 / 0.5);
}

.border-x-orange-500\/60 {
  border-left-color: rgb(251 172 5 / 0.6);
  border-right-color: rgb(251 172 5 / 0.6);
}

.border-x-orange-500\/70 {
  border-left-color: rgb(251 172 5 / 0.7);
  border-right-color: rgb(251 172 5 / 0.7);
}

.border-x-orange-500\/75 {
  border-left-color: rgb(251 172 5 / 0.75);
  border-right-color: rgb(251 172 5 / 0.75);
}

.border-x-orange-500\/80 {
  border-left-color: rgb(251 172 5 / 0.8);
  border-right-color: rgb(251 172 5 / 0.8);
}

.border-x-orange-500\/90 {
  border-left-color: rgb(251 172 5 / 0.9);
  border-right-color: rgb(251 172 5 / 0.9);
}

.border-x-orange-500\/95 {
  border-left-color: rgb(251 172 5 / 0.95);
  border-right-color: rgb(251 172 5 / 0.95);
}

.border-x-orange-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(237 140 1 / var(--tw-border-opacity));
  border-right-color: rgb(237 140 1 / var(--tw-border-opacity));
}

.border-x-orange-600\/0 {
  border-left-color: rgb(237 140 1 / 0);
  border-right-color: rgb(237 140 1 / 0);
}

.border-x-orange-600\/10 {
  border-left-color: rgb(237 140 1 / 0.1);
  border-right-color: rgb(237 140 1 / 0.1);
}

.border-x-orange-600\/100 {
  border-left-color: rgb(237 140 1 / 1);
  border-right-color: rgb(237 140 1 / 1);
}

.border-x-orange-600\/20 {
  border-left-color: rgb(237 140 1 / 0.2);
  border-right-color: rgb(237 140 1 / 0.2);
}

.border-x-orange-600\/25 {
  border-left-color: rgb(237 140 1 / 0.25);
  border-right-color: rgb(237 140 1 / 0.25);
}

.border-x-orange-600\/30 {
  border-left-color: rgb(237 140 1 / 0.3);
  border-right-color: rgb(237 140 1 / 0.3);
}

.border-x-orange-600\/40 {
  border-left-color: rgb(237 140 1 / 0.4);
  border-right-color: rgb(237 140 1 / 0.4);
}

.border-x-orange-600\/5 {
  border-left-color: rgb(237 140 1 / 0.05);
  border-right-color: rgb(237 140 1 / 0.05);
}

.border-x-orange-600\/50 {
  border-left-color: rgb(237 140 1 / 0.5);
  border-right-color: rgb(237 140 1 / 0.5);
}

.border-x-orange-600\/60 {
  border-left-color: rgb(237 140 1 / 0.6);
  border-right-color: rgb(237 140 1 / 0.6);
}

.border-x-orange-600\/70 {
  border-left-color: rgb(237 140 1 / 0.7);
  border-right-color: rgb(237 140 1 / 0.7);
}

.border-x-orange-600\/75 {
  border-left-color: rgb(237 140 1 / 0.75);
  border-right-color: rgb(237 140 1 / 0.75);
}

.border-x-orange-600\/80 {
  border-left-color: rgb(237 140 1 / 0.8);
  border-right-color: rgb(237 140 1 / 0.8);
}

.border-x-orange-600\/90 {
  border-left-color: rgb(237 140 1 / 0.9);
  border-right-color: rgb(237 140 1 / 0.9);
}

.border-x-orange-600\/95 {
  border-left-color: rgb(237 140 1 / 0.95);
  border-right-color: rgb(237 140 1 / 0.95);
}

.border-x-orange-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(184 92 5 / var(--tw-border-opacity));
  border-right-color: rgb(184 92 5 / var(--tw-border-opacity));
}

.border-x-orange-700\/0 {
  border-left-color: rgb(184 92 5 / 0);
  border-right-color: rgb(184 92 5 / 0);
}

.border-x-orange-700\/10 {
  border-left-color: rgb(184 92 5 / 0.1);
  border-right-color: rgb(184 92 5 / 0.1);
}

.border-x-orange-700\/100 {
  border-left-color: rgb(184 92 5 / 1);
  border-right-color: rgb(184 92 5 / 1);
}

.border-x-orange-700\/20 {
  border-left-color: rgb(184 92 5 / 0.2);
  border-right-color: rgb(184 92 5 / 0.2);
}

.border-x-orange-700\/25 {
  border-left-color: rgb(184 92 5 / 0.25);
  border-right-color: rgb(184 92 5 / 0.25);
}

.border-x-orange-700\/30 {
  border-left-color: rgb(184 92 5 / 0.3);
  border-right-color: rgb(184 92 5 / 0.3);
}

.border-x-orange-700\/40 {
  border-left-color: rgb(184 92 5 / 0.4);
  border-right-color: rgb(184 92 5 / 0.4);
}

.border-x-orange-700\/5 {
  border-left-color: rgb(184 92 5 / 0.05);
  border-right-color: rgb(184 92 5 / 0.05);
}

.border-x-orange-700\/50 {
  border-left-color: rgb(184 92 5 / 0.5);
  border-right-color: rgb(184 92 5 / 0.5);
}

.border-x-orange-700\/60 {
  border-left-color: rgb(184 92 5 / 0.6);
  border-right-color: rgb(184 92 5 / 0.6);
}

.border-x-orange-700\/70 {
  border-left-color: rgb(184 92 5 / 0.7);
  border-right-color: rgb(184 92 5 / 0.7);
}

.border-x-orange-700\/75 {
  border-left-color: rgb(184 92 5 / 0.75);
  border-right-color: rgb(184 92 5 / 0.75);
}

.border-x-orange-700\/80 {
  border-left-color: rgb(184 92 5 / 0.8);
  border-right-color: rgb(184 92 5 / 0.8);
}

.border-x-orange-700\/90 {
  border-left-color: rgb(184 92 5 / 0.9);
  border-right-color: rgb(184 92 5 / 0.9);
}

.border-x-orange-700\/95 {
  border-left-color: rgb(184 92 5 / 0.95);
  border-right-color: rgb(184 92 5 / 0.95);
}

.border-x-orange-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(149 70 11 / var(--tw-border-opacity));
  border-right-color: rgb(149 70 11 / var(--tw-border-opacity));
}

.border-x-orange-800\/0 {
  border-left-color: rgb(149 70 11 / 0);
  border-right-color: rgb(149 70 11 / 0);
}

.border-x-orange-800\/10 {
  border-left-color: rgb(149 70 11 / 0.1);
  border-right-color: rgb(149 70 11 / 0.1);
}

.border-x-orange-800\/100 {
  border-left-color: rgb(149 70 11 / 1);
  border-right-color: rgb(149 70 11 / 1);
}

.border-x-orange-800\/20 {
  border-left-color: rgb(149 70 11 / 0.2);
  border-right-color: rgb(149 70 11 / 0.2);
}

.border-x-orange-800\/25 {
  border-left-color: rgb(149 70 11 / 0.25);
  border-right-color: rgb(149 70 11 / 0.25);
}

.border-x-orange-800\/30 {
  border-left-color: rgb(149 70 11 / 0.3);
  border-right-color: rgb(149 70 11 / 0.3);
}

.border-x-orange-800\/40 {
  border-left-color: rgb(149 70 11 / 0.4);
  border-right-color: rgb(149 70 11 / 0.4);
}

.border-x-orange-800\/5 {
  border-left-color: rgb(149 70 11 / 0.05);
  border-right-color: rgb(149 70 11 / 0.05);
}

.border-x-orange-800\/50 {
  border-left-color: rgb(149 70 11 / 0.5);
  border-right-color: rgb(149 70 11 / 0.5);
}

.border-x-orange-800\/60 {
  border-left-color: rgb(149 70 11 / 0.6);
  border-right-color: rgb(149 70 11 / 0.6);
}

.border-x-orange-800\/70 {
  border-left-color: rgb(149 70 11 / 0.7);
  border-right-color: rgb(149 70 11 / 0.7);
}

.border-x-orange-800\/75 {
  border-left-color: rgb(149 70 11 / 0.75);
  border-right-color: rgb(149 70 11 / 0.75);
}

.border-x-orange-800\/80 {
  border-left-color: rgb(149 70 11 / 0.8);
  border-right-color: rgb(149 70 11 / 0.8);
}

.border-x-orange-800\/90 {
  border-left-color: rgb(149 70 11 / 0.9);
  border-right-color: rgb(149 70 11 / 0.9);
}

.border-x-orange-800\/95 {
  border-left-color: rgb(149 70 11 / 0.95);
  border-right-color: rgb(149 70 11 / 0.95);
}

.border-x-orange-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(123 58 12 / var(--tw-border-opacity));
  border-right-color: rgb(123 58 12 / var(--tw-border-opacity));
}

.border-x-orange-900\/0 {
  border-left-color: rgb(123 58 12 / 0);
  border-right-color: rgb(123 58 12 / 0);
}

.border-x-orange-900\/10 {
  border-left-color: rgb(123 58 12 / 0.1);
  border-right-color: rgb(123 58 12 / 0.1);
}

.border-x-orange-900\/100 {
  border-left-color: rgb(123 58 12 / 1);
  border-right-color: rgb(123 58 12 / 1);
}

.border-x-orange-900\/20 {
  border-left-color: rgb(123 58 12 / 0.2);
  border-right-color: rgb(123 58 12 / 0.2);
}

.border-x-orange-900\/25 {
  border-left-color: rgb(123 58 12 / 0.25);
  border-right-color: rgb(123 58 12 / 0.25);
}

.border-x-orange-900\/30 {
  border-left-color: rgb(123 58 12 / 0.3);
  border-right-color: rgb(123 58 12 / 0.3);
}

.border-x-orange-900\/40 {
  border-left-color: rgb(123 58 12 / 0.4);
  border-right-color: rgb(123 58 12 / 0.4);
}

.border-x-orange-900\/5 {
  border-left-color: rgb(123 58 12 / 0.05);
  border-right-color: rgb(123 58 12 / 0.05);
}

.border-x-orange-900\/50 {
  border-left-color: rgb(123 58 12 / 0.5);
  border-right-color: rgb(123 58 12 / 0.5);
}

.border-x-orange-900\/60 {
  border-left-color: rgb(123 58 12 / 0.6);
  border-right-color: rgb(123 58 12 / 0.6);
}

.border-x-orange-900\/70 {
  border-left-color: rgb(123 58 12 / 0.7);
  border-right-color: rgb(123 58 12 / 0.7);
}

.border-x-orange-900\/75 {
  border-left-color: rgb(123 58 12 / 0.75);
  border-right-color: rgb(123 58 12 / 0.75);
}

.border-x-orange-900\/80 {
  border-left-color: rgb(123 58 12 / 0.8);
  border-right-color: rgb(123 58 12 / 0.8);
}

.border-x-orange-900\/90 {
  border-left-color: rgb(123 58 12 / 0.9);
  border-right-color: rgb(123 58 12 / 0.9);
}

.border-x-orange-900\/95 {
  border-left-color: rgb(123 58 12 / 0.95);
  border-right-color: rgb(123 58 12 / 0.95);
}

.border-x-orange-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(71 30 1 / var(--tw-border-opacity));
  border-right-color: rgb(71 30 1 / var(--tw-border-opacity));
}

.border-x-orange-950\/0 {
  border-left-color: rgb(71 30 1 / 0);
  border-right-color: rgb(71 30 1 / 0);
}

.border-x-orange-950\/10 {
  border-left-color: rgb(71 30 1 / 0.1);
  border-right-color: rgb(71 30 1 / 0.1);
}

.border-x-orange-950\/100 {
  border-left-color: rgb(71 30 1 / 1);
  border-right-color: rgb(71 30 1 / 1);
}

.border-x-orange-950\/20 {
  border-left-color: rgb(71 30 1 / 0.2);
  border-right-color: rgb(71 30 1 / 0.2);
}

.border-x-orange-950\/25 {
  border-left-color: rgb(71 30 1 / 0.25);
  border-right-color: rgb(71 30 1 / 0.25);
}

.border-x-orange-950\/30 {
  border-left-color: rgb(71 30 1 / 0.3);
  border-right-color: rgb(71 30 1 / 0.3);
}

.border-x-orange-950\/40 {
  border-left-color: rgb(71 30 1 / 0.4);
  border-right-color: rgb(71 30 1 / 0.4);
}

.border-x-orange-950\/5 {
  border-left-color: rgb(71 30 1 / 0.05);
  border-right-color: rgb(71 30 1 / 0.05);
}

.border-x-orange-950\/50 {
  border-left-color: rgb(71 30 1 / 0.5);
  border-right-color: rgb(71 30 1 / 0.5);
}

.border-x-orange-950\/60 {
  border-left-color: rgb(71 30 1 / 0.6);
  border-right-color: rgb(71 30 1 / 0.6);
}

.border-x-orange-950\/70 {
  border-left-color: rgb(71 30 1 / 0.7);
  border-right-color: rgb(71 30 1 / 0.7);
}

.border-x-orange-950\/75 {
  border-left-color: rgb(71 30 1 / 0.75);
  border-right-color: rgb(71 30 1 / 0.75);
}

.border-x-orange-950\/80 {
  border-left-color: rgb(71 30 1 / 0.8);
  border-right-color: rgb(71 30 1 / 0.8);
}

.border-x-orange-950\/90 {
  border-left-color: rgb(71 30 1 / 0.9);
  border-right-color: rgb(71 30 1 / 0.9);
}

.border-x-orange-950\/95 {
  border-left-color: rgb(71 30 1 / 0.95);
  border-right-color: rgb(71 30 1 / 0.95);
}

.border-x-orange\/0 {
  border-left-color: rgb(237 140 1 / 0);
  border-right-color: rgb(237 140 1 / 0);
}

.border-x-orange\/10 {
  border-left-color: rgb(237 140 1 / 0.1);
  border-right-color: rgb(237 140 1 / 0.1);
}

.border-x-orange\/100 {
  border-left-color: rgb(237 140 1 / 1);
  border-right-color: rgb(237 140 1 / 1);
}

.border-x-orange\/20 {
  border-left-color: rgb(237 140 1 / 0.2);
  border-right-color: rgb(237 140 1 / 0.2);
}

.border-x-orange\/25 {
  border-left-color: rgb(237 140 1 / 0.25);
  border-right-color: rgb(237 140 1 / 0.25);
}

.border-x-orange\/30 {
  border-left-color: rgb(237 140 1 / 0.3);
  border-right-color: rgb(237 140 1 / 0.3);
}

.border-x-orange\/40 {
  border-left-color: rgb(237 140 1 / 0.4);
  border-right-color: rgb(237 140 1 / 0.4);
}

.border-x-orange\/5 {
  border-left-color: rgb(237 140 1 / 0.05);
  border-right-color: rgb(237 140 1 / 0.05);
}

.border-x-orange\/50 {
  border-left-color: rgb(237 140 1 / 0.5);
  border-right-color: rgb(237 140 1 / 0.5);
}

.border-x-orange\/60 {
  border-left-color: rgb(237 140 1 / 0.6);
  border-right-color: rgb(237 140 1 / 0.6);
}

.border-x-orange\/70 {
  border-left-color: rgb(237 140 1 / 0.7);
  border-right-color: rgb(237 140 1 / 0.7);
}

.border-x-orange\/75 {
  border-left-color: rgb(237 140 1 / 0.75);
  border-right-color: rgb(237 140 1 / 0.75);
}

.border-x-orange\/80 {
  border-left-color: rgb(237 140 1 / 0.8);
  border-right-color: rgb(237 140 1 / 0.8);
}

.border-x-orange\/90 {
  border-left-color: rgb(237 140 1 / 0.9);
  border-right-color: rgb(237 140 1 / 0.9);
}

.border-x-orange\/95 {
  border-left-color: rgb(237 140 1 / 0.95);
  border-right-color: rgb(237 140 1 / 0.95);
}

.border-x-primary {
  --tw-border-opacity: 1;
  border-left-color: rgb(175 18 109 / var(--tw-border-opacity));
  border-right-color: rgb(175 18 109 / var(--tw-border-opacity));
}

.border-x-primary-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 230 247 / var(--tw-border-opacity));
  border-right-color: rgb(253 230 247 / var(--tw-border-opacity));
}

.border-x-primary-100\/0 {
  border-left-color: rgb(253 230 247 / 0);
  border-right-color: rgb(253 230 247 / 0);
}

.border-x-primary-100\/10 {
  border-left-color: rgb(253 230 247 / 0.1);
  border-right-color: rgb(253 230 247 / 0.1);
}

.border-x-primary-100\/100 {
  border-left-color: rgb(253 230 247 / 1);
  border-right-color: rgb(253 230 247 / 1);
}

.border-x-primary-100\/20 {
  border-left-color: rgb(253 230 247 / 0.2);
  border-right-color: rgb(253 230 247 / 0.2);
}

.border-x-primary-100\/25 {
  border-left-color: rgb(253 230 247 / 0.25);
  border-right-color: rgb(253 230 247 / 0.25);
}

.border-x-primary-100\/30 {
  border-left-color: rgb(253 230 247 / 0.3);
  border-right-color: rgb(253 230 247 / 0.3);
}

.border-x-primary-100\/40 {
  border-left-color: rgb(253 230 247 / 0.4);
  border-right-color: rgb(253 230 247 / 0.4);
}

.border-x-primary-100\/5 {
  border-left-color: rgb(253 230 247 / 0.05);
  border-right-color: rgb(253 230 247 / 0.05);
}

.border-x-primary-100\/50 {
  border-left-color: rgb(253 230 247 / 0.5);
  border-right-color: rgb(253 230 247 / 0.5);
}

.border-x-primary-100\/60 {
  border-left-color: rgb(253 230 247 / 0.6);
  border-right-color: rgb(253 230 247 / 0.6);
}

.border-x-primary-100\/70 {
  border-left-color: rgb(253 230 247 / 0.7);
  border-right-color: rgb(253 230 247 / 0.7);
}

.border-x-primary-100\/75 {
  border-left-color: rgb(253 230 247 / 0.75);
  border-right-color: rgb(253 230 247 / 0.75);
}

.border-x-primary-100\/80 {
  border-left-color: rgb(253 230 247 / 0.8);
  border-right-color: rgb(253 230 247 / 0.8);
}

.border-x-primary-100\/90 {
  border-left-color: rgb(253 230 247 / 0.9);
  border-right-color: rgb(253 230 247 / 0.9);
}

.border-x-primary-100\/95 {
  border-left-color: rgb(253 230 247 / 0.95);
  border-right-color: rgb(253 230 247 / 0.95);
}

.border-x-primary-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 205 240 / var(--tw-border-opacity));
  border-right-color: rgb(253 205 240 / var(--tw-border-opacity));
}

.border-x-primary-200\/0 {
  border-left-color: rgb(253 205 240 / 0);
  border-right-color: rgb(253 205 240 / 0);
}

.border-x-primary-200\/10 {
  border-left-color: rgb(253 205 240 / 0.1);
  border-right-color: rgb(253 205 240 / 0.1);
}

.border-x-primary-200\/100 {
  border-left-color: rgb(253 205 240 / 1);
  border-right-color: rgb(253 205 240 / 1);
}

.border-x-primary-200\/20 {
  border-left-color: rgb(253 205 240 / 0.2);
  border-right-color: rgb(253 205 240 / 0.2);
}

.border-x-primary-200\/25 {
  border-left-color: rgb(253 205 240 / 0.25);
  border-right-color: rgb(253 205 240 / 0.25);
}

.border-x-primary-200\/30 {
  border-left-color: rgb(253 205 240 / 0.3);
  border-right-color: rgb(253 205 240 / 0.3);
}

.border-x-primary-200\/40 {
  border-left-color: rgb(253 205 240 / 0.4);
  border-right-color: rgb(253 205 240 / 0.4);
}

.border-x-primary-200\/5 {
  border-left-color: rgb(253 205 240 / 0.05);
  border-right-color: rgb(253 205 240 / 0.05);
}

.border-x-primary-200\/50 {
  border-left-color: rgb(253 205 240 / 0.5);
  border-right-color: rgb(253 205 240 / 0.5);
}

.border-x-primary-200\/60 {
  border-left-color: rgb(253 205 240 / 0.6);
  border-right-color: rgb(253 205 240 / 0.6);
}

.border-x-primary-200\/70 {
  border-left-color: rgb(253 205 240 / 0.7);
  border-right-color: rgb(253 205 240 / 0.7);
}

.border-x-primary-200\/75 {
  border-left-color: rgb(253 205 240 / 0.75);
  border-right-color: rgb(253 205 240 / 0.75);
}

.border-x-primary-200\/80 {
  border-left-color: rgb(253 205 240 / 0.8);
  border-right-color: rgb(253 205 240 / 0.8);
}

.border-x-primary-200\/90 {
  border-left-color: rgb(253 205 240 / 0.9);
  border-right-color: rgb(253 205 240 / 0.9);
}

.border-x-primary-200\/95 {
  border-left-color: rgb(253 205 240 / 0.95);
  border-right-color: rgb(253 205 240 / 0.95);
}

.border-x-primary-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 164 228 / var(--tw-border-opacity));
  border-right-color: rgb(253 164 228 / var(--tw-border-opacity));
}

.border-x-primary-300\/0 {
  border-left-color: rgb(253 164 228 / 0);
  border-right-color: rgb(253 164 228 / 0);
}

.border-x-primary-300\/10 {
  border-left-color: rgb(253 164 228 / 0.1);
  border-right-color: rgb(253 164 228 / 0.1);
}

.border-x-primary-300\/100 {
  border-left-color: rgb(253 164 228 / 1);
  border-right-color: rgb(253 164 228 / 1);
}

.border-x-primary-300\/20 {
  border-left-color: rgb(253 164 228 / 0.2);
  border-right-color: rgb(253 164 228 / 0.2);
}

.border-x-primary-300\/25 {
  border-left-color: rgb(253 164 228 / 0.25);
  border-right-color: rgb(253 164 228 / 0.25);
}

.border-x-primary-300\/30 {
  border-left-color: rgb(253 164 228 / 0.3);
  border-right-color: rgb(253 164 228 / 0.3);
}

.border-x-primary-300\/40 {
  border-left-color: rgb(253 164 228 / 0.4);
  border-right-color: rgb(253 164 228 / 0.4);
}

.border-x-primary-300\/5 {
  border-left-color: rgb(253 164 228 / 0.05);
  border-right-color: rgb(253 164 228 / 0.05);
}

.border-x-primary-300\/50 {
  border-left-color: rgb(253 164 228 / 0.5);
  border-right-color: rgb(253 164 228 / 0.5);
}

.border-x-primary-300\/60 {
  border-left-color: rgb(253 164 228 / 0.6);
  border-right-color: rgb(253 164 228 / 0.6);
}

.border-x-primary-300\/70 {
  border-left-color: rgb(253 164 228 / 0.7);
  border-right-color: rgb(253 164 228 / 0.7);
}

.border-x-primary-300\/75 {
  border-left-color: rgb(253 164 228 / 0.75);
  border-right-color: rgb(253 164 228 / 0.75);
}

.border-x-primary-300\/80 {
  border-left-color: rgb(253 164 228 / 0.8);
  border-right-color: rgb(253 164 228 / 0.8);
}

.border-x-primary-300\/90 {
  border-left-color: rgb(253 164 228 / 0.9);
  border-right-color: rgb(253 164 228 / 0.9);
}

.border-x-primary-300\/95 {
  border-left-color: rgb(253 164 228 / 0.95);
  border-right-color: rgb(253 164 228 / 0.95);
}

.border-x-primary-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 108 207 / var(--tw-border-opacity));
  border-right-color: rgb(250 108 207 / var(--tw-border-opacity));
}

.border-x-primary-400\/0 {
  border-left-color: rgb(250 108 207 / 0);
  border-right-color: rgb(250 108 207 / 0);
}

.border-x-primary-400\/10 {
  border-left-color: rgb(250 108 207 / 0.1);
  border-right-color: rgb(250 108 207 / 0.1);
}

.border-x-primary-400\/100 {
  border-left-color: rgb(250 108 207 / 1);
  border-right-color: rgb(250 108 207 / 1);
}

.border-x-primary-400\/20 {
  border-left-color: rgb(250 108 207 / 0.2);
  border-right-color: rgb(250 108 207 / 0.2);
}

.border-x-primary-400\/25 {
  border-left-color: rgb(250 108 207 / 0.25);
  border-right-color: rgb(250 108 207 / 0.25);
}

.border-x-primary-400\/30 {
  border-left-color: rgb(250 108 207 / 0.3);
  border-right-color: rgb(250 108 207 / 0.3);
}

.border-x-primary-400\/40 {
  border-left-color: rgb(250 108 207 / 0.4);
  border-right-color: rgb(250 108 207 / 0.4);
}

.border-x-primary-400\/5 {
  border-left-color: rgb(250 108 207 / 0.05);
  border-right-color: rgb(250 108 207 / 0.05);
}

.border-x-primary-400\/50 {
  border-left-color: rgb(250 108 207 / 0.5);
  border-right-color: rgb(250 108 207 / 0.5);
}

.border-x-primary-400\/60 {
  border-left-color: rgb(250 108 207 / 0.6);
  border-right-color: rgb(250 108 207 / 0.6);
}

.border-x-primary-400\/70 {
  border-left-color: rgb(250 108 207 / 0.7);
  border-right-color: rgb(250 108 207 / 0.7);
}

.border-x-primary-400\/75 {
  border-left-color: rgb(250 108 207 / 0.75);
  border-right-color: rgb(250 108 207 / 0.75);
}

.border-x-primary-400\/80 {
  border-left-color: rgb(250 108 207 / 0.8);
  border-right-color: rgb(250 108 207 / 0.8);
}

.border-x-primary-400\/90 {
  border-left-color: rgb(250 108 207 / 0.9);
  border-right-color: rgb(250 108 207 / 0.9);
}

.border-x-primary-400\/95 {
  border-left-color: rgb(250 108 207 / 0.95);
  border-right-color: rgb(250 108 207 / 0.95);
}

.border-x-primary-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 241 250 / var(--tw-border-opacity));
  border-right-color: rgb(254 241 250 / var(--tw-border-opacity));
}

.border-x-primary-50\/0 {
  border-left-color: rgb(254 241 250 / 0);
  border-right-color: rgb(254 241 250 / 0);
}

.border-x-primary-50\/10 {
  border-left-color: rgb(254 241 250 / 0.1);
  border-right-color: rgb(254 241 250 / 0.1);
}

.border-x-primary-50\/100 {
  border-left-color: rgb(254 241 250 / 1);
  border-right-color: rgb(254 241 250 / 1);
}

.border-x-primary-50\/20 {
  border-left-color: rgb(254 241 250 / 0.2);
  border-right-color: rgb(254 241 250 / 0.2);
}

.border-x-primary-50\/25 {
  border-left-color: rgb(254 241 250 / 0.25);
  border-right-color: rgb(254 241 250 / 0.25);
}

.border-x-primary-50\/30 {
  border-left-color: rgb(254 241 250 / 0.3);
  border-right-color: rgb(254 241 250 / 0.3);
}

.border-x-primary-50\/40 {
  border-left-color: rgb(254 241 250 / 0.4);
  border-right-color: rgb(254 241 250 / 0.4);
}

.border-x-primary-50\/5 {
  border-left-color: rgb(254 241 250 / 0.05);
  border-right-color: rgb(254 241 250 / 0.05);
}

.border-x-primary-50\/50 {
  border-left-color: rgb(254 241 250 / 0.5);
  border-right-color: rgb(254 241 250 / 0.5);
}

.border-x-primary-50\/60 {
  border-left-color: rgb(254 241 250 / 0.6);
  border-right-color: rgb(254 241 250 / 0.6);
}

.border-x-primary-50\/70 {
  border-left-color: rgb(254 241 250 / 0.7);
  border-right-color: rgb(254 241 250 / 0.7);
}

.border-x-primary-50\/75 {
  border-left-color: rgb(254 241 250 / 0.75);
  border-right-color: rgb(254 241 250 / 0.75);
}

.border-x-primary-50\/80 {
  border-left-color: rgb(254 241 250 / 0.8);
  border-right-color: rgb(254 241 250 / 0.8);
}

.border-x-primary-50\/90 {
  border-left-color: rgb(254 241 250 / 0.9);
  border-right-color: rgb(254 241 250 / 0.9);
}

.border-x-primary-50\/95 {
  border-left-color: rgb(254 241 250 / 0.95);
  border-right-color: rgb(254 241 250 / 0.95);
}

.border-x-primary-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(244 64 185 / var(--tw-border-opacity));
  border-right-color: rgb(244 64 185 / var(--tw-border-opacity));
}

.border-x-primary-500\/0 {
  border-left-color: rgb(244 64 185 / 0);
  border-right-color: rgb(244 64 185 / 0);
}

.border-x-primary-500\/10 {
  border-left-color: rgb(244 64 185 / 0.1);
  border-right-color: rgb(244 64 185 / 0.1);
}

.border-x-primary-500\/100 {
  border-left-color: rgb(244 64 185 / 1);
  border-right-color: rgb(244 64 185 / 1);
}

.border-x-primary-500\/20 {
  border-left-color: rgb(244 64 185 / 0.2);
  border-right-color: rgb(244 64 185 / 0.2);
}

.border-x-primary-500\/25 {
  border-left-color: rgb(244 64 185 / 0.25);
  border-right-color: rgb(244 64 185 / 0.25);
}

.border-x-primary-500\/30 {
  border-left-color: rgb(244 64 185 / 0.3);
  border-right-color: rgb(244 64 185 / 0.3);
}

.border-x-primary-500\/40 {
  border-left-color: rgb(244 64 185 / 0.4);
  border-right-color: rgb(244 64 185 / 0.4);
}

.border-x-primary-500\/5 {
  border-left-color: rgb(244 64 185 / 0.05);
  border-right-color: rgb(244 64 185 / 0.05);
}

.border-x-primary-500\/50 {
  border-left-color: rgb(244 64 185 / 0.5);
  border-right-color: rgb(244 64 185 / 0.5);
}

.border-x-primary-500\/60 {
  border-left-color: rgb(244 64 185 / 0.6);
  border-right-color: rgb(244 64 185 / 0.6);
}

.border-x-primary-500\/70 {
  border-left-color: rgb(244 64 185 / 0.7);
  border-right-color: rgb(244 64 185 / 0.7);
}

.border-x-primary-500\/75 {
  border-left-color: rgb(244 64 185 / 0.75);
  border-right-color: rgb(244 64 185 / 0.75);
}

.border-x-primary-500\/80 {
  border-left-color: rgb(244 64 185 / 0.8);
  border-right-color: rgb(244 64 185 / 0.8);
}

.border-x-primary-500\/90 {
  border-left-color: rgb(244 64 185 / 0.9);
  border-right-color: rgb(244 64 185 / 0.9);
}

.border-x-primary-500\/95 {
  border-left-color: rgb(244 64 185 / 0.95);
  border-right-color: rgb(244 64 185 / 0.95);
}

.border-x-primary-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(227 31 153 / var(--tw-border-opacity));
  border-right-color: rgb(227 31 153 / var(--tw-border-opacity));
}

.border-x-primary-600\/0 {
  border-left-color: rgb(227 31 153 / 0);
  border-right-color: rgb(227 31 153 / 0);
}

.border-x-primary-600\/10 {
  border-left-color: rgb(227 31 153 / 0.1);
  border-right-color: rgb(227 31 153 / 0.1);
}

.border-x-primary-600\/100 {
  border-left-color: rgb(227 31 153 / 1);
  border-right-color: rgb(227 31 153 / 1);
}

.border-x-primary-600\/20 {
  border-left-color: rgb(227 31 153 / 0.2);
  border-right-color: rgb(227 31 153 / 0.2);
}

.border-x-primary-600\/25 {
  border-left-color: rgb(227 31 153 / 0.25);
  border-right-color: rgb(227 31 153 / 0.25);
}

.border-x-primary-600\/30 {
  border-left-color: rgb(227 31 153 / 0.3);
  border-right-color: rgb(227 31 153 / 0.3);
}

.border-x-primary-600\/40 {
  border-left-color: rgb(227 31 153 / 0.4);
  border-right-color: rgb(227 31 153 / 0.4);
}

.border-x-primary-600\/5 {
  border-left-color: rgb(227 31 153 / 0.05);
  border-right-color: rgb(227 31 153 / 0.05);
}

.border-x-primary-600\/50 {
  border-left-color: rgb(227 31 153 / 0.5);
  border-right-color: rgb(227 31 153 / 0.5);
}

.border-x-primary-600\/60 {
  border-left-color: rgb(227 31 153 / 0.6);
  border-right-color: rgb(227 31 153 / 0.6);
}

.border-x-primary-600\/70 {
  border-left-color: rgb(227 31 153 / 0.7);
  border-right-color: rgb(227 31 153 / 0.7);
}

.border-x-primary-600\/75 {
  border-left-color: rgb(227 31 153 / 0.75);
  border-right-color: rgb(227 31 153 / 0.75);
}

.border-x-primary-600\/80 {
  border-left-color: rgb(227 31 153 / 0.8);
  border-right-color: rgb(227 31 153 / 0.8);
}

.border-x-primary-600\/90 {
  border-left-color: rgb(227 31 153 / 0.9);
  border-right-color: rgb(227 31 153 / 0.9);
}

.border-x-primary-600\/95 {
  border-left-color: rgb(227 31 153 / 0.95);
  border-right-color: rgb(227 31 153 / 0.95);
}

.border-x-primary-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(198 16 124 / var(--tw-border-opacity));
  border-right-color: rgb(198 16 124 / var(--tw-border-opacity));
}

.border-x-primary-700\/0 {
  border-left-color: rgb(198 16 124 / 0);
  border-right-color: rgb(198 16 124 / 0);
}

.border-x-primary-700\/10 {
  border-left-color: rgb(198 16 124 / 0.1);
  border-right-color: rgb(198 16 124 / 0.1);
}

.border-x-primary-700\/100 {
  border-left-color: rgb(198 16 124 / 1);
  border-right-color: rgb(198 16 124 / 1);
}

.border-x-primary-700\/20 {
  border-left-color: rgb(198 16 124 / 0.2);
  border-right-color: rgb(198 16 124 / 0.2);
}

.border-x-primary-700\/25 {
  border-left-color: rgb(198 16 124 / 0.25);
  border-right-color: rgb(198 16 124 / 0.25);
}

.border-x-primary-700\/30 {
  border-left-color: rgb(198 16 124 / 0.3);
  border-right-color: rgb(198 16 124 / 0.3);
}

.border-x-primary-700\/40 {
  border-left-color: rgb(198 16 124 / 0.4);
  border-right-color: rgb(198 16 124 / 0.4);
}

.border-x-primary-700\/5 {
  border-left-color: rgb(198 16 124 / 0.05);
  border-right-color: rgb(198 16 124 / 0.05);
}

.border-x-primary-700\/50 {
  border-left-color: rgb(198 16 124 / 0.5);
  border-right-color: rgb(198 16 124 / 0.5);
}

.border-x-primary-700\/60 {
  border-left-color: rgb(198 16 124 / 0.6);
  border-right-color: rgb(198 16 124 / 0.6);
}

.border-x-primary-700\/70 {
  border-left-color: rgb(198 16 124 / 0.7);
  border-right-color: rgb(198 16 124 / 0.7);
}

.border-x-primary-700\/75 {
  border-left-color: rgb(198 16 124 / 0.75);
  border-right-color: rgb(198 16 124 / 0.75);
}

.border-x-primary-700\/80 {
  border-left-color: rgb(198 16 124 / 0.8);
  border-right-color: rgb(198 16 124 / 0.8);
}

.border-x-primary-700\/90 {
  border-left-color: rgb(198 16 124 / 0.9);
  border-right-color: rgb(198 16 124 / 0.9);
}

.border-x-primary-700\/95 {
  border-left-color: rgb(198 16 124 / 0.95);
  border-right-color: rgb(198 16 124 / 0.95);
}

.border-x-primary-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(175 18 109 / var(--tw-border-opacity));
  border-right-color: rgb(175 18 109 / var(--tw-border-opacity));
}

.border-x-primary-800\/0 {
  border-left-color: rgb(175 18 109 / 0);
  border-right-color: rgb(175 18 109 / 0);
}

.border-x-primary-800\/10 {
  border-left-color: rgb(175 18 109 / 0.1);
  border-right-color: rgb(175 18 109 / 0.1);
}

.border-x-primary-800\/100 {
  border-left-color: rgb(175 18 109 / 1);
  border-right-color: rgb(175 18 109 / 1);
}

.border-x-primary-800\/20 {
  border-left-color: rgb(175 18 109 / 0.2);
  border-right-color: rgb(175 18 109 / 0.2);
}

.border-x-primary-800\/25 {
  border-left-color: rgb(175 18 109 / 0.25);
  border-right-color: rgb(175 18 109 / 0.25);
}

.border-x-primary-800\/30 {
  border-left-color: rgb(175 18 109 / 0.3);
  border-right-color: rgb(175 18 109 / 0.3);
}

.border-x-primary-800\/40 {
  border-left-color: rgb(175 18 109 / 0.4);
  border-right-color: rgb(175 18 109 / 0.4);
}

.border-x-primary-800\/5 {
  border-left-color: rgb(175 18 109 / 0.05);
  border-right-color: rgb(175 18 109 / 0.05);
}

.border-x-primary-800\/50 {
  border-left-color: rgb(175 18 109 / 0.5);
  border-right-color: rgb(175 18 109 / 0.5);
}

.border-x-primary-800\/60 {
  border-left-color: rgb(175 18 109 / 0.6);
  border-right-color: rgb(175 18 109 / 0.6);
}

.border-x-primary-800\/70 {
  border-left-color: rgb(175 18 109 / 0.7);
  border-right-color: rgb(175 18 109 / 0.7);
}

.border-x-primary-800\/75 {
  border-left-color: rgb(175 18 109 / 0.75);
  border-right-color: rgb(175 18 109 / 0.75);
}

.border-x-primary-800\/80 {
  border-left-color: rgb(175 18 109 / 0.8);
  border-right-color: rgb(175 18 109 / 0.8);
}

.border-x-primary-800\/90 {
  border-left-color: rgb(175 18 109 / 0.9);
  border-right-color: rgb(175 18 109 / 0.9);
}

.border-x-primary-800\/95 {
  border-left-color: rgb(175 18 109 / 0.95);
  border-right-color: rgb(175 18 109 / 0.95);
}

.border-x-primary-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(136 19 87 / var(--tw-border-opacity));
  border-right-color: rgb(136 19 87 / var(--tw-border-opacity));
}

.border-x-primary-900\/0 {
  border-left-color: rgb(136 19 87 / 0);
  border-right-color: rgb(136 19 87 / 0);
}

.border-x-primary-900\/10 {
  border-left-color: rgb(136 19 87 / 0.1);
  border-right-color: rgb(136 19 87 / 0.1);
}

.border-x-primary-900\/100 {
  border-left-color: rgb(136 19 87 / 1);
  border-right-color: rgb(136 19 87 / 1);
}

.border-x-primary-900\/20 {
  border-left-color: rgb(136 19 87 / 0.2);
  border-right-color: rgb(136 19 87 / 0.2);
}

.border-x-primary-900\/25 {
  border-left-color: rgb(136 19 87 / 0.25);
  border-right-color: rgb(136 19 87 / 0.25);
}

.border-x-primary-900\/30 {
  border-left-color: rgb(136 19 87 / 0.3);
  border-right-color: rgb(136 19 87 / 0.3);
}

.border-x-primary-900\/40 {
  border-left-color: rgb(136 19 87 / 0.4);
  border-right-color: rgb(136 19 87 / 0.4);
}

.border-x-primary-900\/5 {
  border-left-color: rgb(136 19 87 / 0.05);
  border-right-color: rgb(136 19 87 / 0.05);
}

.border-x-primary-900\/50 {
  border-left-color: rgb(136 19 87 / 0.5);
  border-right-color: rgb(136 19 87 / 0.5);
}

.border-x-primary-900\/60 {
  border-left-color: rgb(136 19 87 / 0.6);
  border-right-color: rgb(136 19 87 / 0.6);
}

.border-x-primary-900\/70 {
  border-left-color: rgb(136 19 87 / 0.7);
  border-right-color: rgb(136 19 87 / 0.7);
}

.border-x-primary-900\/75 {
  border-left-color: rgb(136 19 87 / 0.75);
  border-right-color: rgb(136 19 87 / 0.75);
}

.border-x-primary-900\/80 {
  border-left-color: rgb(136 19 87 / 0.8);
  border-right-color: rgb(136 19 87 / 0.8);
}

.border-x-primary-900\/90 {
  border-left-color: rgb(136 19 87 / 0.9);
  border-right-color: rgb(136 19 87 / 0.9);
}

.border-x-primary-900\/95 {
  border-left-color: rgb(136 19 87 / 0.95);
  border-right-color: rgb(136 19 87 / 0.95);
}

.border-x-primary\/0 {
  border-left-color: rgb(175 18 109 / 0);
  border-right-color: rgb(175 18 109 / 0);
}

.border-x-primary\/10 {
  border-left-color: rgb(175 18 109 / 0.1);
  border-right-color: rgb(175 18 109 / 0.1);
}

.border-x-primary\/100 {
  border-left-color: rgb(175 18 109 / 1);
  border-right-color: rgb(175 18 109 / 1);
}

.border-x-primary\/20 {
  border-left-color: rgb(175 18 109 / 0.2);
  border-right-color: rgb(175 18 109 / 0.2);
}

.border-x-primary\/25 {
  border-left-color: rgb(175 18 109 / 0.25);
  border-right-color: rgb(175 18 109 / 0.25);
}

.border-x-primary\/30 {
  border-left-color: rgb(175 18 109 / 0.3);
  border-right-color: rgb(175 18 109 / 0.3);
}

.border-x-primary\/40 {
  border-left-color: rgb(175 18 109 / 0.4);
  border-right-color: rgb(175 18 109 / 0.4);
}

.border-x-primary\/5 {
  border-left-color: rgb(175 18 109 / 0.05);
  border-right-color: rgb(175 18 109 / 0.05);
}

.border-x-primary\/50 {
  border-left-color: rgb(175 18 109 / 0.5);
  border-right-color: rgb(175 18 109 / 0.5);
}

.border-x-primary\/60 {
  border-left-color: rgb(175 18 109 / 0.6);
  border-right-color: rgb(175 18 109 / 0.6);
}

.border-x-primary\/70 {
  border-left-color: rgb(175 18 109 / 0.7);
  border-right-color: rgb(175 18 109 / 0.7);
}

.border-x-primary\/75 {
  border-left-color: rgb(175 18 109 / 0.75);
  border-right-color: rgb(175 18 109 / 0.75);
}

.border-x-primary\/80 {
  border-left-color: rgb(175 18 109 / 0.8);
  border-right-color: rgb(175 18 109 / 0.8);
}

.border-x-primary\/90 {
  border-left-color: rgb(175 18 109 / 0.9);
  border-right-color: rgb(175 18 109 / 0.9);
}

.border-x-primary\/95 {
  border-left-color: rgb(175 18 109 / 0.95);
  border-right-color: rgb(175 18 109 / 0.95);
}

.border-x-purple {
  --tw-border-opacity: 1;
  border-left-color: rgb(108 72 145 / var(--tw-border-opacity));
  border-right-color: rgb(108 72 145 / var(--tw-border-opacity));
}

.border-x-purple-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(242 238 249 / var(--tw-border-opacity));
  border-right-color: rgb(242 238 249 / var(--tw-border-opacity));
}

.border-x-purple-100\/0 {
  border-left-color: rgb(242 238 249 / 0);
  border-right-color: rgb(242 238 249 / 0);
}

.border-x-purple-100\/10 {
  border-left-color: rgb(242 238 249 / 0.1);
  border-right-color: rgb(242 238 249 / 0.1);
}

.border-x-purple-100\/100 {
  border-left-color: rgb(242 238 249 / 1);
  border-right-color: rgb(242 238 249 / 1);
}

.border-x-purple-100\/20 {
  border-left-color: rgb(242 238 249 / 0.2);
  border-right-color: rgb(242 238 249 / 0.2);
}

.border-x-purple-100\/25 {
  border-left-color: rgb(242 238 249 / 0.25);
  border-right-color: rgb(242 238 249 / 0.25);
}

.border-x-purple-100\/30 {
  border-left-color: rgb(242 238 249 / 0.3);
  border-right-color: rgb(242 238 249 / 0.3);
}

.border-x-purple-100\/40 {
  border-left-color: rgb(242 238 249 / 0.4);
  border-right-color: rgb(242 238 249 / 0.4);
}

.border-x-purple-100\/5 {
  border-left-color: rgb(242 238 249 / 0.05);
  border-right-color: rgb(242 238 249 / 0.05);
}

.border-x-purple-100\/50 {
  border-left-color: rgb(242 238 249 / 0.5);
  border-right-color: rgb(242 238 249 / 0.5);
}

.border-x-purple-100\/60 {
  border-left-color: rgb(242 238 249 / 0.6);
  border-right-color: rgb(242 238 249 / 0.6);
}

.border-x-purple-100\/70 {
  border-left-color: rgb(242 238 249 / 0.7);
  border-right-color: rgb(242 238 249 / 0.7);
}

.border-x-purple-100\/75 {
  border-left-color: rgb(242 238 249 / 0.75);
  border-right-color: rgb(242 238 249 / 0.75);
}

.border-x-purple-100\/80 {
  border-left-color: rgb(242 238 249 / 0.8);
  border-right-color: rgb(242 238 249 / 0.8);
}

.border-x-purple-100\/90 {
  border-left-color: rgb(242 238 249 / 0.9);
  border-right-color: rgb(242 238 249 / 0.9);
}

.border-x-purple-100\/95 {
  border-left-color: rgb(242 238 249 / 0.95);
  border-right-color: rgb(242 238 249 / 0.95);
}

.border-x-purple-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(232 223 245 / var(--tw-border-opacity));
  border-right-color: rgb(232 223 245 / var(--tw-border-opacity));
}

.border-x-purple-200\/0 {
  border-left-color: rgb(232 223 245 / 0);
  border-right-color: rgb(232 223 245 / 0);
}

.border-x-purple-200\/10 {
  border-left-color: rgb(232 223 245 / 0.1);
  border-right-color: rgb(232 223 245 / 0.1);
}

.border-x-purple-200\/100 {
  border-left-color: rgb(232 223 245 / 1);
  border-right-color: rgb(232 223 245 / 1);
}

.border-x-purple-200\/20 {
  border-left-color: rgb(232 223 245 / 0.2);
  border-right-color: rgb(232 223 245 / 0.2);
}

.border-x-purple-200\/25 {
  border-left-color: rgb(232 223 245 / 0.25);
  border-right-color: rgb(232 223 245 / 0.25);
}

.border-x-purple-200\/30 {
  border-left-color: rgb(232 223 245 / 0.3);
  border-right-color: rgb(232 223 245 / 0.3);
}

.border-x-purple-200\/40 {
  border-left-color: rgb(232 223 245 / 0.4);
  border-right-color: rgb(232 223 245 / 0.4);
}

.border-x-purple-200\/5 {
  border-left-color: rgb(232 223 245 / 0.05);
  border-right-color: rgb(232 223 245 / 0.05);
}

.border-x-purple-200\/50 {
  border-left-color: rgb(232 223 245 / 0.5);
  border-right-color: rgb(232 223 245 / 0.5);
}

.border-x-purple-200\/60 {
  border-left-color: rgb(232 223 245 / 0.6);
  border-right-color: rgb(232 223 245 / 0.6);
}

.border-x-purple-200\/70 {
  border-left-color: rgb(232 223 245 / 0.7);
  border-right-color: rgb(232 223 245 / 0.7);
}

.border-x-purple-200\/75 {
  border-left-color: rgb(232 223 245 / 0.75);
  border-right-color: rgb(232 223 245 / 0.75);
}

.border-x-purple-200\/80 {
  border-left-color: rgb(232 223 245 / 0.8);
  border-right-color: rgb(232 223 245 / 0.8);
}

.border-x-purple-200\/90 {
  border-left-color: rgb(232 223 245 / 0.9);
  border-right-color: rgb(232 223 245 / 0.9);
}

.border-x-purple-200\/95 {
  border-left-color: rgb(232 223 245 / 0.95);
  border-right-color: rgb(232 223 245 / 0.95);
}

.border-x-purple-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(214 198 236 / var(--tw-border-opacity));
  border-right-color: rgb(214 198 236 / var(--tw-border-opacity));
}

.border-x-purple-300\/0 {
  border-left-color: rgb(214 198 236 / 0);
  border-right-color: rgb(214 198 236 / 0);
}

.border-x-purple-300\/10 {
  border-left-color: rgb(214 198 236 / 0.1);
  border-right-color: rgb(214 198 236 / 0.1);
}

.border-x-purple-300\/100 {
  border-left-color: rgb(214 198 236 / 1);
  border-right-color: rgb(214 198 236 / 1);
}

.border-x-purple-300\/20 {
  border-left-color: rgb(214 198 236 / 0.2);
  border-right-color: rgb(214 198 236 / 0.2);
}

.border-x-purple-300\/25 {
  border-left-color: rgb(214 198 236 / 0.25);
  border-right-color: rgb(214 198 236 / 0.25);
}

.border-x-purple-300\/30 {
  border-left-color: rgb(214 198 236 / 0.3);
  border-right-color: rgb(214 198 236 / 0.3);
}

.border-x-purple-300\/40 {
  border-left-color: rgb(214 198 236 / 0.4);
  border-right-color: rgb(214 198 236 / 0.4);
}

.border-x-purple-300\/5 {
  border-left-color: rgb(214 198 236 / 0.05);
  border-right-color: rgb(214 198 236 / 0.05);
}

.border-x-purple-300\/50 {
  border-left-color: rgb(214 198 236 / 0.5);
  border-right-color: rgb(214 198 236 / 0.5);
}

.border-x-purple-300\/60 {
  border-left-color: rgb(214 198 236 / 0.6);
  border-right-color: rgb(214 198 236 / 0.6);
}

.border-x-purple-300\/70 {
  border-left-color: rgb(214 198 236 / 0.7);
  border-right-color: rgb(214 198 236 / 0.7);
}

.border-x-purple-300\/75 {
  border-left-color: rgb(214 198 236 / 0.75);
  border-right-color: rgb(214 198 236 / 0.75);
}

.border-x-purple-300\/80 {
  border-left-color: rgb(214 198 236 / 0.8);
  border-right-color: rgb(214 198 236 / 0.8);
}

.border-x-purple-300\/90 {
  border-left-color: rgb(214 198 236 / 0.9);
  border-right-color: rgb(214 198 236 / 0.9);
}

.border-x-purple-300\/95 {
  border-left-color: rgb(214 198 236 / 0.95);
  border-right-color: rgb(214 198 236 / 0.95);
}

.border-x-purple-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(189 162 222 / var(--tw-border-opacity));
  border-right-color: rgb(189 162 222 / var(--tw-border-opacity));
}

.border-x-purple-400\/0 {
  border-left-color: rgb(189 162 222 / 0);
  border-right-color: rgb(189 162 222 / 0);
}

.border-x-purple-400\/10 {
  border-left-color: rgb(189 162 222 / 0.1);
  border-right-color: rgb(189 162 222 / 0.1);
}

.border-x-purple-400\/100 {
  border-left-color: rgb(189 162 222 / 1);
  border-right-color: rgb(189 162 222 / 1);
}

.border-x-purple-400\/20 {
  border-left-color: rgb(189 162 222 / 0.2);
  border-right-color: rgb(189 162 222 / 0.2);
}

.border-x-purple-400\/25 {
  border-left-color: rgb(189 162 222 / 0.25);
  border-right-color: rgb(189 162 222 / 0.25);
}

.border-x-purple-400\/30 {
  border-left-color: rgb(189 162 222 / 0.3);
  border-right-color: rgb(189 162 222 / 0.3);
}

.border-x-purple-400\/40 {
  border-left-color: rgb(189 162 222 / 0.4);
  border-right-color: rgb(189 162 222 / 0.4);
}

.border-x-purple-400\/5 {
  border-left-color: rgb(189 162 222 / 0.05);
  border-right-color: rgb(189 162 222 / 0.05);
}

.border-x-purple-400\/50 {
  border-left-color: rgb(189 162 222 / 0.5);
  border-right-color: rgb(189 162 222 / 0.5);
}

.border-x-purple-400\/60 {
  border-left-color: rgb(189 162 222 / 0.6);
  border-right-color: rgb(189 162 222 / 0.6);
}

.border-x-purple-400\/70 {
  border-left-color: rgb(189 162 222 / 0.7);
  border-right-color: rgb(189 162 222 / 0.7);
}

.border-x-purple-400\/75 {
  border-left-color: rgb(189 162 222 / 0.75);
  border-right-color: rgb(189 162 222 / 0.75);
}

.border-x-purple-400\/80 {
  border-left-color: rgb(189 162 222 / 0.8);
  border-right-color: rgb(189 162 222 / 0.8);
}

.border-x-purple-400\/90 {
  border-left-color: rgb(189 162 222 / 0.9);
  border-right-color: rgb(189 162 222 / 0.9);
}

.border-x-purple-400\/95 {
  border-left-color: rgb(189 162 222 / 0.95);
  border-right-color: rgb(189 162 222 / 0.95);
}

.border-x-purple-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 247 253 / var(--tw-border-opacity));
  border-right-color: rgb(250 247 253 / var(--tw-border-opacity));
}

.border-x-purple-50\/0 {
  border-left-color: rgb(250 247 253 / 0);
  border-right-color: rgb(250 247 253 / 0);
}

.border-x-purple-50\/10 {
  border-left-color: rgb(250 247 253 / 0.1);
  border-right-color: rgb(250 247 253 / 0.1);
}

.border-x-purple-50\/100 {
  border-left-color: rgb(250 247 253 / 1);
  border-right-color: rgb(250 247 253 / 1);
}

.border-x-purple-50\/20 {
  border-left-color: rgb(250 247 253 / 0.2);
  border-right-color: rgb(250 247 253 / 0.2);
}

.border-x-purple-50\/25 {
  border-left-color: rgb(250 247 253 / 0.25);
  border-right-color: rgb(250 247 253 / 0.25);
}

.border-x-purple-50\/30 {
  border-left-color: rgb(250 247 253 / 0.3);
  border-right-color: rgb(250 247 253 / 0.3);
}

.border-x-purple-50\/40 {
  border-left-color: rgb(250 247 253 / 0.4);
  border-right-color: rgb(250 247 253 / 0.4);
}

.border-x-purple-50\/5 {
  border-left-color: rgb(250 247 253 / 0.05);
  border-right-color: rgb(250 247 253 / 0.05);
}

.border-x-purple-50\/50 {
  border-left-color: rgb(250 247 253 / 0.5);
  border-right-color: rgb(250 247 253 / 0.5);
}

.border-x-purple-50\/60 {
  border-left-color: rgb(250 247 253 / 0.6);
  border-right-color: rgb(250 247 253 / 0.6);
}

.border-x-purple-50\/70 {
  border-left-color: rgb(250 247 253 / 0.7);
  border-right-color: rgb(250 247 253 / 0.7);
}

.border-x-purple-50\/75 {
  border-left-color: rgb(250 247 253 / 0.75);
  border-right-color: rgb(250 247 253 / 0.75);
}

.border-x-purple-50\/80 {
  border-left-color: rgb(250 247 253 / 0.8);
  border-right-color: rgb(250 247 253 / 0.8);
}

.border-x-purple-50\/90 {
  border-left-color: rgb(250 247 253 / 0.9);
  border-right-color: rgb(250 247 253 / 0.9);
}

.border-x-purple-50\/95 {
  border-left-color: rgb(250 247 253 / 0.95);
  border-right-color: rgb(250 247 253 / 0.95);
}

.border-x-purple-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(162 125 207 / var(--tw-border-opacity));
  border-right-color: rgb(162 125 207 / var(--tw-border-opacity));
}

.border-x-purple-500\/0 {
  border-left-color: rgb(162 125 207 / 0);
  border-right-color: rgb(162 125 207 / 0);
}

.border-x-purple-500\/10 {
  border-left-color: rgb(162 125 207 / 0.1);
  border-right-color: rgb(162 125 207 / 0.1);
}

.border-x-purple-500\/100 {
  border-left-color: rgb(162 125 207 / 1);
  border-right-color: rgb(162 125 207 / 1);
}

.border-x-purple-500\/20 {
  border-left-color: rgb(162 125 207 / 0.2);
  border-right-color: rgb(162 125 207 / 0.2);
}

.border-x-purple-500\/25 {
  border-left-color: rgb(162 125 207 / 0.25);
  border-right-color: rgb(162 125 207 / 0.25);
}

.border-x-purple-500\/30 {
  border-left-color: rgb(162 125 207 / 0.3);
  border-right-color: rgb(162 125 207 / 0.3);
}

.border-x-purple-500\/40 {
  border-left-color: rgb(162 125 207 / 0.4);
  border-right-color: rgb(162 125 207 / 0.4);
}

.border-x-purple-500\/5 {
  border-left-color: rgb(162 125 207 / 0.05);
  border-right-color: rgb(162 125 207 / 0.05);
}

.border-x-purple-500\/50 {
  border-left-color: rgb(162 125 207 / 0.5);
  border-right-color: rgb(162 125 207 / 0.5);
}

.border-x-purple-500\/60 {
  border-left-color: rgb(162 125 207 / 0.6);
  border-right-color: rgb(162 125 207 / 0.6);
}

.border-x-purple-500\/70 {
  border-left-color: rgb(162 125 207 / 0.7);
  border-right-color: rgb(162 125 207 / 0.7);
}

.border-x-purple-500\/75 {
  border-left-color: rgb(162 125 207 / 0.75);
  border-right-color: rgb(162 125 207 / 0.75);
}

.border-x-purple-500\/80 {
  border-left-color: rgb(162 125 207 / 0.8);
  border-right-color: rgb(162 125 207 / 0.8);
}

.border-x-purple-500\/90 {
  border-left-color: rgb(162 125 207 / 0.9);
  border-right-color: rgb(162 125 207 / 0.9);
}

.border-x-purple-500\/95 {
  border-left-color: rgb(162 125 207 / 0.95);
  border-right-color: rgb(162 125 207 / 0.95);
}

.border-x-purple-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(140 97 188 / var(--tw-border-opacity));
  border-right-color: rgb(140 97 188 / var(--tw-border-opacity));
}

.border-x-purple-600\/0 {
  border-left-color: rgb(140 97 188 / 0);
  border-right-color: rgb(140 97 188 / 0);
}

.border-x-purple-600\/10 {
  border-left-color: rgb(140 97 188 / 0.1);
  border-right-color: rgb(140 97 188 / 0.1);
}

.border-x-purple-600\/100 {
  border-left-color: rgb(140 97 188 / 1);
  border-right-color: rgb(140 97 188 / 1);
}

.border-x-purple-600\/20 {
  border-left-color: rgb(140 97 188 / 0.2);
  border-right-color: rgb(140 97 188 / 0.2);
}

.border-x-purple-600\/25 {
  border-left-color: rgb(140 97 188 / 0.25);
  border-right-color: rgb(140 97 188 / 0.25);
}

.border-x-purple-600\/30 {
  border-left-color: rgb(140 97 188 / 0.3);
  border-right-color: rgb(140 97 188 / 0.3);
}

.border-x-purple-600\/40 {
  border-left-color: rgb(140 97 188 / 0.4);
  border-right-color: rgb(140 97 188 / 0.4);
}

.border-x-purple-600\/5 {
  border-left-color: rgb(140 97 188 / 0.05);
  border-right-color: rgb(140 97 188 / 0.05);
}

.border-x-purple-600\/50 {
  border-left-color: rgb(140 97 188 / 0.5);
  border-right-color: rgb(140 97 188 / 0.5);
}

.border-x-purple-600\/60 {
  border-left-color: rgb(140 97 188 / 0.6);
  border-right-color: rgb(140 97 188 / 0.6);
}

.border-x-purple-600\/70 {
  border-left-color: rgb(140 97 188 / 0.7);
  border-right-color: rgb(140 97 188 / 0.7);
}

.border-x-purple-600\/75 {
  border-left-color: rgb(140 97 188 / 0.75);
  border-right-color: rgb(140 97 188 / 0.75);
}

.border-x-purple-600\/80 {
  border-left-color: rgb(140 97 188 / 0.8);
  border-right-color: rgb(140 97 188 / 0.8);
}

.border-x-purple-600\/90 {
  border-left-color: rgb(140 97 188 / 0.9);
  border-right-color: rgb(140 97 188 / 0.9);
}

.border-x-purple-600\/95 {
  border-left-color: rgb(140 97 188 / 0.95);
  border-right-color: rgb(140 97 188 / 0.95);
}

.border-x-purple-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(118 77 163 / var(--tw-border-opacity));
  border-right-color: rgb(118 77 163 / var(--tw-border-opacity));
}

.border-x-purple-700\/0 {
  border-left-color: rgb(118 77 163 / 0);
  border-right-color: rgb(118 77 163 / 0);
}

.border-x-purple-700\/10 {
  border-left-color: rgb(118 77 163 / 0.1);
  border-right-color: rgb(118 77 163 / 0.1);
}

.border-x-purple-700\/100 {
  border-left-color: rgb(118 77 163 / 1);
  border-right-color: rgb(118 77 163 / 1);
}

.border-x-purple-700\/20 {
  border-left-color: rgb(118 77 163 / 0.2);
  border-right-color: rgb(118 77 163 / 0.2);
}

.border-x-purple-700\/25 {
  border-left-color: rgb(118 77 163 / 0.25);
  border-right-color: rgb(118 77 163 / 0.25);
}

.border-x-purple-700\/30 {
  border-left-color: rgb(118 77 163 / 0.3);
  border-right-color: rgb(118 77 163 / 0.3);
}

.border-x-purple-700\/40 {
  border-left-color: rgb(118 77 163 / 0.4);
  border-right-color: rgb(118 77 163 / 0.4);
}

.border-x-purple-700\/5 {
  border-left-color: rgb(118 77 163 / 0.05);
  border-right-color: rgb(118 77 163 / 0.05);
}

.border-x-purple-700\/50 {
  border-left-color: rgb(118 77 163 / 0.5);
  border-right-color: rgb(118 77 163 / 0.5);
}

.border-x-purple-700\/60 {
  border-left-color: rgb(118 77 163 / 0.6);
  border-right-color: rgb(118 77 163 / 0.6);
}

.border-x-purple-700\/70 {
  border-left-color: rgb(118 77 163 / 0.7);
  border-right-color: rgb(118 77 163 / 0.7);
}

.border-x-purple-700\/75 {
  border-left-color: rgb(118 77 163 / 0.75);
  border-right-color: rgb(118 77 163 / 0.75);
}

.border-x-purple-700\/80 {
  border-left-color: rgb(118 77 163 / 0.8);
  border-right-color: rgb(118 77 163 / 0.8);
}

.border-x-purple-700\/90 {
  border-left-color: rgb(118 77 163 / 0.9);
  border-right-color: rgb(118 77 163 / 0.9);
}

.border-x-purple-700\/95 {
  border-left-color: rgb(118 77 163 / 0.95);
  border-right-color: rgb(118 77 163 / 0.95);
}

.border-x-purple-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(108 72 145 / var(--tw-border-opacity));
  border-right-color: rgb(108 72 145 / var(--tw-border-opacity));
}

.border-x-purple-800\/0 {
  border-left-color: rgb(108 72 145 / 0);
  border-right-color: rgb(108 72 145 / 0);
}

.border-x-purple-800\/10 {
  border-left-color: rgb(108 72 145 / 0.1);
  border-right-color: rgb(108 72 145 / 0.1);
}

.border-x-purple-800\/100 {
  border-left-color: rgb(108 72 145 / 1);
  border-right-color: rgb(108 72 145 / 1);
}

.border-x-purple-800\/20 {
  border-left-color: rgb(108 72 145 / 0.2);
  border-right-color: rgb(108 72 145 / 0.2);
}

.border-x-purple-800\/25 {
  border-left-color: rgb(108 72 145 / 0.25);
  border-right-color: rgb(108 72 145 / 0.25);
}

.border-x-purple-800\/30 {
  border-left-color: rgb(108 72 145 / 0.3);
  border-right-color: rgb(108 72 145 / 0.3);
}

.border-x-purple-800\/40 {
  border-left-color: rgb(108 72 145 / 0.4);
  border-right-color: rgb(108 72 145 / 0.4);
}

.border-x-purple-800\/5 {
  border-left-color: rgb(108 72 145 / 0.05);
  border-right-color: rgb(108 72 145 / 0.05);
}

.border-x-purple-800\/50 {
  border-left-color: rgb(108 72 145 / 0.5);
  border-right-color: rgb(108 72 145 / 0.5);
}

.border-x-purple-800\/60 {
  border-left-color: rgb(108 72 145 / 0.6);
  border-right-color: rgb(108 72 145 / 0.6);
}

.border-x-purple-800\/70 {
  border-left-color: rgb(108 72 145 / 0.7);
  border-right-color: rgb(108 72 145 / 0.7);
}

.border-x-purple-800\/75 {
  border-left-color: rgb(108 72 145 / 0.75);
  border-right-color: rgb(108 72 145 / 0.75);
}

.border-x-purple-800\/80 {
  border-left-color: rgb(108 72 145 / 0.8);
  border-right-color: rgb(108 72 145 / 0.8);
}

.border-x-purple-800\/90 {
  border-left-color: rgb(108 72 145 / 0.9);
  border-right-color: rgb(108 72 145 / 0.9);
}

.border-x-purple-800\/95 {
  border-left-color: rgb(108 72 145 / 0.95);
  border-right-color: rgb(108 72 145 / 0.95);
}

.border-x-purple-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(82 55 108 / var(--tw-border-opacity));
  border-right-color: rgb(82 55 108 / var(--tw-border-opacity));
}

.border-x-purple-900\/0 {
  border-left-color: rgb(82 55 108 / 0);
  border-right-color: rgb(82 55 108 / 0);
}

.border-x-purple-900\/10 {
  border-left-color: rgb(82 55 108 / 0.1);
  border-right-color: rgb(82 55 108 / 0.1);
}

.border-x-purple-900\/100 {
  border-left-color: rgb(82 55 108 / 1);
  border-right-color: rgb(82 55 108 / 1);
}

.border-x-purple-900\/20 {
  border-left-color: rgb(82 55 108 / 0.2);
  border-right-color: rgb(82 55 108 / 0.2);
}

.border-x-purple-900\/25 {
  border-left-color: rgb(82 55 108 / 0.25);
  border-right-color: rgb(82 55 108 / 0.25);
}

.border-x-purple-900\/30 {
  border-left-color: rgb(82 55 108 / 0.3);
  border-right-color: rgb(82 55 108 / 0.3);
}

.border-x-purple-900\/40 {
  border-left-color: rgb(82 55 108 / 0.4);
  border-right-color: rgb(82 55 108 / 0.4);
}

.border-x-purple-900\/5 {
  border-left-color: rgb(82 55 108 / 0.05);
  border-right-color: rgb(82 55 108 / 0.05);
}

.border-x-purple-900\/50 {
  border-left-color: rgb(82 55 108 / 0.5);
  border-right-color: rgb(82 55 108 / 0.5);
}

.border-x-purple-900\/60 {
  border-left-color: rgb(82 55 108 / 0.6);
  border-right-color: rgb(82 55 108 / 0.6);
}

.border-x-purple-900\/70 {
  border-left-color: rgb(82 55 108 / 0.7);
  border-right-color: rgb(82 55 108 / 0.7);
}

.border-x-purple-900\/75 {
  border-left-color: rgb(82 55 108 / 0.75);
  border-right-color: rgb(82 55 108 / 0.75);
}

.border-x-purple-900\/80 {
  border-left-color: rgb(82 55 108 / 0.8);
  border-right-color: rgb(82 55 108 / 0.8);
}

.border-x-purple-900\/90 {
  border-left-color: rgb(82 55 108 / 0.9);
  border-right-color: rgb(82 55 108 / 0.9);
}

.border-x-purple-900\/95 {
  border-left-color: rgb(82 55 108 / 0.95);
  border-right-color: rgb(82 55 108 / 0.95);
}

.border-x-purple-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(53 30 77 / var(--tw-border-opacity));
  border-right-color: rgb(53 30 77 / var(--tw-border-opacity));
}

.border-x-purple-950\/0 {
  border-left-color: rgb(53 30 77 / 0);
  border-right-color: rgb(53 30 77 / 0);
}

.border-x-purple-950\/10 {
  border-left-color: rgb(53 30 77 / 0.1);
  border-right-color: rgb(53 30 77 / 0.1);
}

.border-x-purple-950\/100 {
  border-left-color: rgb(53 30 77 / 1);
  border-right-color: rgb(53 30 77 / 1);
}

.border-x-purple-950\/20 {
  border-left-color: rgb(53 30 77 / 0.2);
  border-right-color: rgb(53 30 77 / 0.2);
}

.border-x-purple-950\/25 {
  border-left-color: rgb(53 30 77 / 0.25);
  border-right-color: rgb(53 30 77 / 0.25);
}

.border-x-purple-950\/30 {
  border-left-color: rgb(53 30 77 / 0.3);
  border-right-color: rgb(53 30 77 / 0.3);
}

.border-x-purple-950\/40 {
  border-left-color: rgb(53 30 77 / 0.4);
  border-right-color: rgb(53 30 77 / 0.4);
}

.border-x-purple-950\/5 {
  border-left-color: rgb(53 30 77 / 0.05);
  border-right-color: rgb(53 30 77 / 0.05);
}

.border-x-purple-950\/50 {
  border-left-color: rgb(53 30 77 / 0.5);
  border-right-color: rgb(53 30 77 / 0.5);
}

.border-x-purple-950\/60 {
  border-left-color: rgb(53 30 77 / 0.6);
  border-right-color: rgb(53 30 77 / 0.6);
}

.border-x-purple-950\/70 {
  border-left-color: rgb(53 30 77 / 0.7);
  border-right-color: rgb(53 30 77 / 0.7);
}

.border-x-purple-950\/75 {
  border-left-color: rgb(53 30 77 / 0.75);
  border-right-color: rgb(53 30 77 / 0.75);
}

.border-x-purple-950\/80 {
  border-left-color: rgb(53 30 77 / 0.8);
  border-right-color: rgb(53 30 77 / 0.8);
}

.border-x-purple-950\/90 {
  border-left-color: rgb(53 30 77 / 0.9);
  border-right-color: rgb(53 30 77 / 0.9);
}

.border-x-purple-950\/95 {
  border-left-color: rgb(53 30 77 / 0.95);
  border-right-color: rgb(53 30 77 / 0.95);
}

.border-x-purple\/0 {
  border-left-color: rgb(108 72 145 / 0);
  border-right-color: rgb(108 72 145 / 0);
}

.border-x-purple\/10 {
  border-left-color: rgb(108 72 145 / 0.1);
  border-right-color: rgb(108 72 145 / 0.1);
}

.border-x-purple\/100 {
  border-left-color: rgb(108 72 145 / 1);
  border-right-color: rgb(108 72 145 / 1);
}

.border-x-purple\/20 {
  border-left-color: rgb(108 72 145 / 0.2);
  border-right-color: rgb(108 72 145 / 0.2);
}

.border-x-purple\/25 {
  border-left-color: rgb(108 72 145 / 0.25);
  border-right-color: rgb(108 72 145 / 0.25);
}

.border-x-purple\/30 {
  border-left-color: rgb(108 72 145 / 0.3);
  border-right-color: rgb(108 72 145 / 0.3);
}

.border-x-purple\/40 {
  border-left-color: rgb(108 72 145 / 0.4);
  border-right-color: rgb(108 72 145 / 0.4);
}

.border-x-purple\/5 {
  border-left-color: rgb(108 72 145 / 0.05);
  border-right-color: rgb(108 72 145 / 0.05);
}

.border-x-purple\/50 {
  border-left-color: rgb(108 72 145 / 0.5);
  border-right-color: rgb(108 72 145 / 0.5);
}

.border-x-purple\/60 {
  border-left-color: rgb(108 72 145 / 0.6);
  border-right-color: rgb(108 72 145 / 0.6);
}

.border-x-purple\/70 {
  border-left-color: rgb(108 72 145 / 0.7);
  border-right-color: rgb(108 72 145 / 0.7);
}

.border-x-purple\/75 {
  border-left-color: rgb(108 72 145 / 0.75);
  border-right-color: rgb(108 72 145 / 0.75);
}

.border-x-purple\/80 {
  border-left-color: rgb(108 72 145 / 0.8);
  border-right-color: rgb(108 72 145 / 0.8);
}

.border-x-purple\/90 {
  border-left-color: rgb(108 72 145 / 0.9);
  border-right-color: rgb(108 72 145 / 0.9);
}

.border-x-purple\/95 {
  border-left-color: rgb(108 72 145 / 0.95);
  border-right-color: rgb(108 72 145 / 0.95);
}

.border-x-red {
  --tw-border-opacity: 1;
  border-left-color: rgb(225 51 22 / var(--tw-border-opacity));
  border-right-color: rgb(225 51 22 / var(--tw-border-opacity));
}

.border-x-red-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(246 176 164 / var(--tw-border-opacity));
  border-right-color: rgb(246 176 164 / var(--tw-border-opacity));
}

.border-x-red-100\/0 {
  border-left-color: rgb(246 176 164 / 0);
  border-right-color: rgb(246 176 164 / 0);
}

.border-x-red-100\/10 {
  border-left-color: rgb(246 176 164 / 0.1);
  border-right-color: rgb(246 176 164 / 0.1);
}

.border-x-red-100\/100 {
  border-left-color: rgb(246 176 164 / 1);
  border-right-color: rgb(246 176 164 / 1);
}

.border-x-red-100\/20 {
  border-left-color: rgb(246 176 164 / 0.2);
  border-right-color: rgb(246 176 164 / 0.2);
}

.border-x-red-100\/25 {
  border-left-color: rgb(246 176 164 / 0.25);
  border-right-color: rgb(246 176 164 / 0.25);
}

.border-x-red-100\/30 {
  border-left-color: rgb(246 176 164 / 0.3);
  border-right-color: rgb(246 176 164 / 0.3);
}

.border-x-red-100\/40 {
  border-left-color: rgb(246 176 164 / 0.4);
  border-right-color: rgb(246 176 164 / 0.4);
}

.border-x-red-100\/5 {
  border-left-color: rgb(246 176 164 / 0.05);
  border-right-color: rgb(246 176 164 / 0.05);
}

.border-x-red-100\/50 {
  border-left-color: rgb(246 176 164 / 0.5);
  border-right-color: rgb(246 176 164 / 0.5);
}

.border-x-red-100\/60 {
  border-left-color: rgb(246 176 164 / 0.6);
  border-right-color: rgb(246 176 164 / 0.6);
}

.border-x-red-100\/70 {
  border-left-color: rgb(246 176 164 / 0.7);
  border-right-color: rgb(246 176 164 / 0.7);
}

.border-x-red-100\/75 {
  border-left-color: rgb(246 176 164 / 0.75);
  border-right-color: rgb(246 176 164 / 0.75);
}

.border-x-red-100\/80 {
  border-left-color: rgb(246 176 164 / 0.8);
  border-right-color: rgb(246 176 164 / 0.8);
}

.border-x-red-100\/90 {
  border-left-color: rgb(246 176 164 / 0.9);
  border-right-color: rgb(246 176 164 / 0.9);
}

.border-x-red-100\/95 {
  border-left-color: rgb(246 176 164 / 0.95);
  border-right-color: rgb(246 176 164 / 0.95);
}

.border-x-red-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(242 143 127 / var(--tw-border-opacity));
  border-right-color: rgb(242 143 127 / var(--tw-border-opacity));
}

.border-x-red-200\/0 {
  border-left-color: rgb(242 143 127 / 0);
  border-right-color: rgb(242 143 127 / 0);
}

.border-x-red-200\/10 {
  border-left-color: rgb(242 143 127 / 0.1);
  border-right-color: rgb(242 143 127 / 0.1);
}

.border-x-red-200\/100 {
  border-left-color: rgb(242 143 127 / 1);
  border-right-color: rgb(242 143 127 / 1);
}

.border-x-red-200\/20 {
  border-left-color: rgb(242 143 127 / 0.2);
  border-right-color: rgb(242 143 127 / 0.2);
}

.border-x-red-200\/25 {
  border-left-color: rgb(242 143 127 / 0.25);
  border-right-color: rgb(242 143 127 / 0.25);
}

.border-x-red-200\/30 {
  border-left-color: rgb(242 143 127 / 0.3);
  border-right-color: rgb(242 143 127 / 0.3);
}

.border-x-red-200\/40 {
  border-left-color: rgb(242 143 127 / 0.4);
  border-right-color: rgb(242 143 127 / 0.4);
}

.border-x-red-200\/5 {
  border-left-color: rgb(242 143 127 / 0.05);
  border-right-color: rgb(242 143 127 / 0.05);
}

.border-x-red-200\/50 {
  border-left-color: rgb(242 143 127 / 0.5);
  border-right-color: rgb(242 143 127 / 0.5);
}

.border-x-red-200\/60 {
  border-left-color: rgb(242 143 127 / 0.6);
  border-right-color: rgb(242 143 127 / 0.6);
}

.border-x-red-200\/70 {
  border-left-color: rgb(242 143 127 / 0.7);
  border-right-color: rgb(242 143 127 / 0.7);
}

.border-x-red-200\/75 {
  border-left-color: rgb(242 143 127 / 0.75);
  border-right-color: rgb(242 143 127 / 0.75);
}

.border-x-red-200\/80 {
  border-left-color: rgb(242 143 127 / 0.8);
  border-right-color: rgb(242 143 127 / 0.8);
}

.border-x-red-200\/90 {
  border-left-color: rgb(242 143 127 / 0.9);
  border-right-color: rgb(242 143 127 / 0.9);
}

.border-x-red-200\/95 {
  border-left-color: rgb(242 143 127 / 0.95);
  border-right-color: rgb(242 143 127 / 0.95);
}

.border-x-red-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(239 111 90 / var(--tw-border-opacity));
  border-right-color: rgb(239 111 90 / var(--tw-border-opacity));
}

.border-x-red-300\/0 {
  border-left-color: rgb(239 111 90 / 0);
  border-right-color: rgb(239 111 90 / 0);
}

.border-x-red-300\/10 {
  border-left-color: rgb(239 111 90 / 0.1);
  border-right-color: rgb(239 111 90 / 0.1);
}

.border-x-red-300\/100 {
  border-left-color: rgb(239 111 90 / 1);
  border-right-color: rgb(239 111 90 / 1);
}

.border-x-red-300\/20 {
  border-left-color: rgb(239 111 90 / 0.2);
  border-right-color: rgb(239 111 90 / 0.2);
}

.border-x-red-300\/25 {
  border-left-color: rgb(239 111 90 / 0.25);
  border-right-color: rgb(239 111 90 / 0.25);
}

.border-x-red-300\/30 {
  border-left-color: rgb(239 111 90 / 0.3);
  border-right-color: rgb(239 111 90 / 0.3);
}

.border-x-red-300\/40 {
  border-left-color: rgb(239 111 90 / 0.4);
  border-right-color: rgb(239 111 90 / 0.4);
}

.border-x-red-300\/5 {
  border-left-color: rgb(239 111 90 / 0.05);
  border-right-color: rgb(239 111 90 / 0.05);
}

.border-x-red-300\/50 {
  border-left-color: rgb(239 111 90 / 0.5);
  border-right-color: rgb(239 111 90 / 0.5);
}

.border-x-red-300\/60 {
  border-left-color: rgb(239 111 90 / 0.6);
  border-right-color: rgb(239 111 90 / 0.6);
}

.border-x-red-300\/70 {
  border-left-color: rgb(239 111 90 / 0.7);
  border-right-color: rgb(239 111 90 / 0.7);
}

.border-x-red-300\/75 {
  border-left-color: rgb(239 111 90 / 0.75);
  border-right-color: rgb(239 111 90 / 0.75);
}

.border-x-red-300\/80 {
  border-left-color: rgb(239 111 90 / 0.8);
  border-right-color: rgb(239 111 90 / 0.8);
}

.border-x-red-300\/90 {
  border-left-color: rgb(239 111 90 / 0.9);
  border-right-color: rgb(239 111 90 / 0.9);
}

.border-x-red-300\/95 {
  border-left-color: rgb(239 111 90 / 0.95);
  border-right-color: rgb(239 111 90 / 0.95);
}

.border-x-red-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(235 79 53 / var(--tw-border-opacity));
  border-right-color: rgb(235 79 53 / var(--tw-border-opacity));
}

.border-x-red-400\/0 {
  border-left-color: rgb(235 79 53 / 0);
  border-right-color: rgb(235 79 53 / 0);
}

.border-x-red-400\/10 {
  border-left-color: rgb(235 79 53 / 0.1);
  border-right-color: rgb(235 79 53 / 0.1);
}

.border-x-red-400\/100 {
  border-left-color: rgb(235 79 53 / 1);
  border-right-color: rgb(235 79 53 / 1);
}

.border-x-red-400\/20 {
  border-left-color: rgb(235 79 53 / 0.2);
  border-right-color: rgb(235 79 53 / 0.2);
}

.border-x-red-400\/25 {
  border-left-color: rgb(235 79 53 / 0.25);
  border-right-color: rgb(235 79 53 / 0.25);
}

.border-x-red-400\/30 {
  border-left-color: rgb(235 79 53 / 0.3);
  border-right-color: rgb(235 79 53 / 0.3);
}

.border-x-red-400\/40 {
  border-left-color: rgb(235 79 53 / 0.4);
  border-right-color: rgb(235 79 53 / 0.4);
}

.border-x-red-400\/5 {
  border-left-color: rgb(235 79 53 / 0.05);
  border-right-color: rgb(235 79 53 / 0.05);
}

.border-x-red-400\/50 {
  border-left-color: rgb(235 79 53 / 0.5);
  border-right-color: rgb(235 79 53 / 0.5);
}

.border-x-red-400\/60 {
  border-left-color: rgb(235 79 53 / 0.6);
  border-right-color: rgb(235 79 53 / 0.6);
}

.border-x-red-400\/70 {
  border-left-color: rgb(235 79 53 / 0.7);
  border-right-color: rgb(235 79 53 / 0.7);
}

.border-x-red-400\/75 {
  border-left-color: rgb(235 79 53 / 0.75);
  border-right-color: rgb(235 79 53 / 0.75);
}

.border-x-red-400\/80 {
  border-left-color: rgb(235 79 53 / 0.8);
  border-right-color: rgb(235 79 53 / 0.8);
}

.border-x-red-400\/90 {
  border-left-color: rgb(235 79 53 / 0.9);
  border-right-color: rgb(235 79 53 / 0.9);
}

.border-x-red-400\/95 {
  border-left-color: rgb(235 79 53 / 0.95);
  border-right-color: rgb(235 79 53 / 0.95);
}

.border-x-red-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(248 192 183 / var(--tw-border-opacity));
  border-right-color: rgb(248 192 183 / var(--tw-border-opacity));
}

.border-x-red-50\/0 {
  border-left-color: rgb(248 192 183 / 0);
  border-right-color: rgb(248 192 183 / 0);
}

.border-x-red-50\/10 {
  border-left-color: rgb(248 192 183 / 0.1);
  border-right-color: rgb(248 192 183 / 0.1);
}

.border-x-red-50\/100 {
  border-left-color: rgb(248 192 183 / 1);
  border-right-color: rgb(248 192 183 / 1);
}

.border-x-red-50\/20 {
  border-left-color: rgb(248 192 183 / 0.2);
  border-right-color: rgb(248 192 183 / 0.2);
}

.border-x-red-50\/25 {
  border-left-color: rgb(248 192 183 / 0.25);
  border-right-color: rgb(248 192 183 / 0.25);
}

.border-x-red-50\/30 {
  border-left-color: rgb(248 192 183 / 0.3);
  border-right-color: rgb(248 192 183 / 0.3);
}

.border-x-red-50\/40 {
  border-left-color: rgb(248 192 183 / 0.4);
  border-right-color: rgb(248 192 183 / 0.4);
}

.border-x-red-50\/5 {
  border-left-color: rgb(248 192 183 / 0.05);
  border-right-color: rgb(248 192 183 / 0.05);
}

.border-x-red-50\/50 {
  border-left-color: rgb(248 192 183 / 0.5);
  border-right-color: rgb(248 192 183 / 0.5);
}

.border-x-red-50\/60 {
  border-left-color: rgb(248 192 183 / 0.6);
  border-right-color: rgb(248 192 183 / 0.6);
}

.border-x-red-50\/70 {
  border-left-color: rgb(248 192 183 / 0.7);
  border-right-color: rgb(248 192 183 / 0.7);
}

.border-x-red-50\/75 {
  border-left-color: rgb(248 192 183 / 0.75);
  border-right-color: rgb(248 192 183 / 0.75);
}

.border-x-red-50\/80 {
  border-left-color: rgb(248 192 183 / 0.8);
  border-right-color: rgb(248 192 183 / 0.8);
}

.border-x-red-50\/90 {
  border-left-color: rgb(248 192 183 / 0.9);
  border-right-color: rgb(248 192 183 / 0.9);
}

.border-x-red-50\/95 {
  border-left-color: rgb(248 192 183 / 0.95);
  border-right-color: rgb(248 192 183 / 0.95);
}

.border-x-red-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(225 51 22 / var(--tw-border-opacity));
  border-right-color: rgb(225 51 22 / var(--tw-border-opacity));
}

.border-x-red-500\/0 {
  border-left-color: rgb(225 51 22 / 0);
  border-right-color: rgb(225 51 22 / 0);
}

.border-x-red-500\/10 {
  border-left-color: rgb(225 51 22 / 0.1);
  border-right-color: rgb(225 51 22 / 0.1);
}

.border-x-red-500\/100 {
  border-left-color: rgb(225 51 22 / 1);
  border-right-color: rgb(225 51 22 / 1);
}

.border-x-red-500\/20 {
  border-left-color: rgb(225 51 22 / 0.2);
  border-right-color: rgb(225 51 22 / 0.2);
}

.border-x-red-500\/25 {
  border-left-color: rgb(225 51 22 / 0.25);
  border-right-color: rgb(225 51 22 / 0.25);
}

.border-x-red-500\/30 {
  border-left-color: rgb(225 51 22 / 0.3);
  border-right-color: rgb(225 51 22 / 0.3);
}

.border-x-red-500\/40 {
  border-left-color: rgb(225 51 22 / 0.4);
  border-right-color: rgb(225 51 22 / 0.4);
}

.border-x-red-500\/5 {
  border-left-color: rgb(225 51 22 / 0.05);
  border-right-color: rgb(225 51 22 / 0.05);
}

.border-x-red-500\/50 {
  border-left-color: rgb(225 51 22 / 0.5);
  border-right-color: rgb(225 51 22 / 0.5);
}

.border-x-red-500\/60 {
  border-left-color: rgb(225 51 22 / 0.6);
  border-right-color: rgb(225 51 22 / 0.6);
}

.border-x-red-500\/70 {
  border-left-color: rgb(225 51 22 / 0.7);
  border-right-color: rgb(225 51 22 / 0.7);
}

.border-x-red-500\/75 {
  border-left-color: rgb(225 51 22 / 0.75);
  border-right-color: rgb(225 51 22 / 0.75);
}

.border-x-red-500\/80 {
  border-left-color: rgb(225 51 22 / 0.8);
  border-right-color: rgb(225 51 22 / 0.8);
}

.border-x-red-500\/90 {
  border-left-color: rgb(225 51 22 / 0.9);
  border-right-color: rgb(225 51 22 / 0.9);
}

.border-x-red-500\/95 {
  border-left-color: rgb(225 51 22 / 0.95);
  border-right-color: rgb(225 51 22 / 0.95);
}

.border-x-red-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(174 39 17 / var(--tw-border-opacity));
  border-right-color: rgb(174 39 17 / var(--tw-border-opacity));
}

.border-x-red-600\/0 {
  border-left-color: rgb(174 39 17 / 0);
  border-right-color: rgb(174 39 17 / 0);
}

.border-x-red-600\/10 {
  border-left-color: rgb(174 39 17 / 0.1);
  border-right-color: rgb(174 39 17 / 0.1);
}

.border-x-red-600\/100 {
  border-left-color: rgb(174 39 17 / 1);
  border-right-color: rgb(174 39 17 / 1);
}

.border-x-red-600\/20 {
  border-left-color: rgb(174 39 17 / 0.2);
  border-right-color: rgb(174 39 17 / 0.2);
}

.border-x-red-600\/25 {
  border-left-color: rgb(174 39 17 / 0.25);
  border-right-color: rgb(174 39 17 / 0.25);
}

.border-x-red-600\/30 {
  border-left-color: rgb(174 39 17 / 0.3);
  border-right-color: rgb(174 39 17 / 0.3);
}

.border-x-red-600\/40 {
  border-left-color: rgb(174 39 17 / 0.4);
  border-right-color: rgb(174 39 17 / 0.4);
}

.border-x-red-600\/5 {
  border-left-color: rgb(174 39 17 / 0.05);
  border-right-color: rgb(174 39 17 / 0.05);
}

.border-x-red-600\/50 {
  border-left-color: rgb(174 39 17 / 0.5);
  border-right-color: rgb(174 39 17 / 0.5);
}

.border-x-red-600\/60 {
  border-left-color: rgb(174 39 17 / 0.6);
  border-right-color: rgb(174 39 17 / 0.6);
}

.border-x-red-600\/70 {
  border-left-color: rgb(174 39 17 / 0.7);
  border-right-color: rgb(174 39 17 / 0.7);
}

.border-x-red-600\/75 {
  border-left-color: rgb(174 39 17 / 0.75);
  border-right-color: rgb(174 39 17 / 0.75);
}

.border-x-red-600\/80 {
  border-left-color: rgb(174 39 17 / 0.8);
  border-right-color: rgb(174 39 17 / 0.8);
}

.border-x-red-600\/90 {
  border-left-color: rgb(174 39 17 / 0.9);
  border-right-color: rgb(174 39 17 / 0.9);
}

.border-x-red-600\/95 {
  border-left-color: rgb(174 39 17 / 0.95);
  border-right-color: rgb(174 39 17 / 0.95);
}

.border-x-red-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(123 28 12 / var(--tw-border-opacity));
  border-right-color: rgb(123 28 12 / var(--tw-border-opacity));
}

.border-x-red-700\/0 {
  border-left-color: rgb(123 28 12 / 0);
  border-right-color: rgb(123 28 12 / 0);
}

.border-x-red-700\/10 {
  border-left-color: rgb(123 28 12 / 0.1);
  border-right-color: rgb(123 28 12 / 0.1);
}

.border-x-red-700\/100 {
  border-left-color: rgb(123 28 12 / 1);
  border-right-color: rgb(123 28 12 / 1);
}

.border-x-red-700\/20 {
  border-left-color: rgb(123 28 12 / 0.2);
  border-right-color: rgb(123 28 12 / 0.2);
}

.border-x-red-700\/25 {
  border-left-color: rgb(123 28 12 / 0.25);
  border-right-color: rgb(123 28 12 / 0.25);
}

.border-x-red-700\/30 {
  border-left-color: rgb(123 28 12 / 0.3);
  border-right-color: rgb(123 28 12 / 0.3);
}

.border-x-red-700\/40 {
  border-left-color: rgb(123 28 12 / 0.4);
  border-right-color: rgb(123 28 12 / 0.4);
}

.border-x-red-700\/5 {
  border-left-color: rgb(123 28 12 / 0.05);
  border-right-color: rgb(123 28 12 / 0.05);
}

.border-x-red-700\/50 {
  border-left-color: rgb(123 28 12 / 0.5);
  border-right-color: rgb(123 28 12 / 0.5);
}

.border-x-red-700\/60 {
  border-left-color: rgb(123 28 12 / 0.6);
  border-right-color: rgb(123 28 12 / 0.6);
}

.border-x-red-700\/70 {
  border-left-color: rgb(123 28 12 / 0.7);
  border-right-color: rgb(123 28 12 / 0.7);
}

.border-x-red-700\/75 {
  border-left-color: rgb(123 28 12 / 0.75);
  border-right-color: rgb(123 28 12 / 0.75);
}

.border-x-red-700\/80 {
  border-left-color: rgb(123 28 12 / 0.8);
  border-right-color: rgb(123 28 12 / 0.8);
}

.border-x-red-700\/90 {
  border-left-color: rgb(123 28 12 / 0.9);
  border-right-color: rgb(123 28 12 / 0.9);
}

.border-x-red-700\/95 {
  border-left-color: rgb(123 28 12 / 0.95);
  border-right-color: rgb(123 28 12 / 0.95);
}

.border-x-red-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(72 16 7 / var(--tw-border-opacity));
  border-right-color: rgb(72 16 7 / var(--tw-border-opacity));
}

.border-x-red-800\/0 {
  border-left-color: rgb(72 16 7 / 0);
  border-right-color: rgb(72 16 7 / 0);
}

.border-x-red-800\/10 {
  border-left-color: rgb(72 16 7 / 0.1);
  border-right-color: rgb(72 16 7 / 0.1);
}

.border-x-red-800\/100 {
  border-left-color: rgb(72 16 7 / 1);
  border-right-color: rgb(72 16 7 / 1);
}

.border-x-red-800\/20 {
  border-left-color: rgb(72 16 7 / 0.2);
  border-right-color: rgb(72 16 7 / 0.2);
}

.border-x-red-800\/25 {
  border-left-color: rgb(72 16 7 / 0.25);
  border-right-color: rgb(72 16 7 / 0.25);
}

.border-x-red-800\/30 {
  border-left-color: rgb(72 16 7 / 0.3);
  border-right-color: rgb(72 16 7 / 0.3);
}

.border-x-red-800\/40 {
  border-left-color: rgb(72 16 7 / 0.4);
  border-right-color: rgb(72 16 7 / 0.4);
}

.border-x-red-800\/5 {
  border-left-color: rgb(72 16 7 / 0.05);
  border-right-color: rgb(72 16 7 / 0.05);
}

.border-x-red-800\/50 {
  border-left-color: rgb(72 16 7 / 0.5);
  border-right-color: rgb(72 16 7 / 0.5);
}

.border-x-red-800\/60 {
  border-left-color: rgb(72 16 7 / 0.6);
  border-right-color: rgb(72 16 7 / 0.6);
}

.border-x-red-800\/70 {
  border-left-color: rgb(72 16 7 / 0.7);
  border-right-color: rgb(72 16 7 / 0.7);
}

.border-x-red-800\/75 {
  border-left-color: rgb(72 16 7 / 0.75);
  border-right-color: rgb(72 16 7 / 0.75);
}

.border-x-red-800\/80 {
  border-left-color: rgb(72 16 7 / 0.8);
  border-right-color: rgb(72 16 7 / 0.8);
}

.border-x-red-800\/90 {
  border-left-color: rgb(72 16 7 / 0.9);
  border-right-color: rgb(72 16 7 / 0.9);
}

.border-x-red-800\/95 {
  border-left-color: rgb(72 16 7 / 0.95);
  border-right-color: rgb(72 16 7 / 0.95);
}

.border-x-red-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(21 5 2 / var(--tw-border-opacity));
  border-right-color: rgb(21 5 2 / var(--tw-border-opacity));
}

.border-x-red-900\/0 {
  border-left-color: rgb(21 5 2 / 0);
  border-right-color: rgb(21 5 2 / 0);
}

.border-x-red-900\/10 {
  border-left-color: rgb(21 5 2 / 0.1);
  border-right-color: rgb(21 5 2 / 0.1);
}

.border-x-red-900\/100 {
  border-left-color: rgb(21 5 2 / 1);
  border-right-color: rgb(21 5 2 / 1);
}

.border-x-red-900\/20 {
  border-left-color: rgb(21 5 2 / 0.2);
  border-right-color: rgb(21 5 2 / 0.2);
}

.border-x-red-900\/25 {
  border-left-color: rgb(21 5 2 / 0.25);
  border-right-color: rgb(21 5 2 / 0.25);
}

.border-x-red-900\/30 {
  border-left-color: rgb(21 5 2 / 0.3);
  border-right-color: rgb(21 5 2 / 0.3);
}

.border-x-red-900\/40 {
  border-left-color: rgb(21 5 2 / 0.4);
  border-right-color: rgb(21 5 2 / 0.4);
}

.border-x-red-900\/5 {
  border-left-color: rgb(21 5 2 / 0.05);
  border-right-color: rgb(21 5 2 / 0.05);
}

.border-x-red-900\/50 {
  border-left-color: rgb(21 5 2 / 0.5);
  border-right-color: rgb(21 5 2 / 0.5);
}

.border-x-red-900\/60 {
  border-left-color: rgb(21 5 2 / 0.6);
  border-right-color: rgb(21 5 2 / 0.6);
}

.border-x-red-900\/70 {
  border-left-color: rgb(21 5 2 / 0.7);
  border-right-color: rgb(21 5 2 / 0.7);
}

.border-x-red-900\/75 {
  border-left-color: rgb(21 5 2 / 0.75);
  border-right-color: rgb(21 5 2 / 0.75);
}

.border-x-red-900\/80 {
  border-left-color: rgb(21 5 2 / 0.8);
  border-right-color: rgb(21 5 2 / 0.8);
}

.border-x-red-900\/90 {
  border-left-color: rgb(21 5 2 / 0.9);
  border-right-color: rgb(21 5 2 / 0.9);
}

.border-x-red-900\/95 {
  border-left-color: rgb(21 5 2 / 0.95);
  border-right-color: rgb(21 5 2 / 0.95);
}

.border-x-red\/0 {
  border-left-color: rgb(225 51 22 / 0);
  border-right-color: rgb(225 51 22 / 0);
}

.border-x-red\/10 {
  border-left-color: rgb(225 51 22 / 0.1);
  border-right-color: rgb(225 51 22 / 0.1);
}

.border-x-red\/100 {
  border-left-color: rgb(225 51 22 / 1);
  border-right-color: rgb(225 51 22 / 1);
}

.border-x-red\/20 {
  border-left-color: rgb(225 51 22 / 0.2);
  border-right-color: rgb(225 51 22 / 0.2);
}

.border-x-red\/25 {
  border-left-color: rgb(225 51 22 / 0.25);
  border-right-color: rgb(225 51 22 / 0.25);
}

.border-x-red\/30 {
  border-left-color: rgb(225 51 22 / 0.3);
  border-right-color: rgb(225 51 22 / 0.3);
}

.border-x-red\/40 {
  border-left-color: rgb(225 51 22 / 0.4);
  border-right-color: rgb(225 51 22 / 0.4);
}

.border-x-red\/5 {
  border-left-color: rgb(225 51 22 / 0.05);
  border-right-color: rgb(225 51 22 / 0.05);
}

.border-x-red\/50 {
  border-left-color: rgb(225 51 22 / 0.5);
  border-right-color: rgb(225 51 22 / 0.5);
}

.border-x-red\/60 {
  border-left-color: rgb(225 51 22 / 0.6);
  border-right-color: rgb(225 51 22 / 0.6);
}

.border-x-red\/70 {
  border-left-color: rgb(225 51 22 / 0.7);
  border-right-color: rgb(225 51 22 / 0.7);
}

.border-x-red\/75 {
  border-left-color: rgb(225 51 22 / 0.75);
  border-right-color: rgb(225 51 22 / 0.75);
}

.border-x-red\/80 {
  border-left-color: rgb(225 51 22 / 0.8);
  border-right-color: rgb(225 51 22 / 0.8);
}

.border-x-red\/90 {
  border-left-color: rgb(225 51 22 / 0.9);
  border-right-color: rgb(225 51 22 / 0.9);
}

.border-x-red\/95 {
  border-left-color: rgb(225 51 22 / 0.95);
  border-right-color: rgb(225 51 22 / 0.95);
}

.border-x-teal {
  --tw-border-opacity: 1;
  border-left-color: rgb(129 195 175 / var(--tw-border-opacity));
  border-right-color: rgb(129 195 175 / var(--tw-border-opacity));
}

.border-x-teal-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 248 245 / var(--tw-border-opacity));
  border-right-color: rgb(240 248 245 / var(--tw-border-opacity));
}

.border-x-teal-100\/0 {
  border-left-color: rgb(240 248 245 / 0);
  border-right-color: rgb(240 248 245 / 0);
}

.border-x-teal-100\/10 {
  border-left-color: rgb(240 248 245 / 0.1);
  border-right-color: rgb(240 248 245 / 0.1);
}

.border-x-teal-100\/100 {
  border-left-color: rgb(240 248 245 / 1);
  border-right-color: rgb(240 248 245 / 1);
}

.border-x-teal-100\/20 {
  border-left-color: rgb(240 248 245 / 0.2);
  border-right-color: rgb(240 248 245 / 0.2);
}

.border-x-teal-100\/25 {
  border-left-color: rgb(240 248 245 / 0.25);
  border-right-color: rgb(240 248 245 / 0.25);
}

.border-x-teal-100\/30 {
  border-left-color: rgb(240 248 245 / 0.3);
  border-right-color: rgb(240 248 245 / 0.3);
}

.border-x-teal-100\/40 {
  border-left-color: rgb(240 248 245 / 0.4);
  border-right-color: rgb(240 248 245 / 0.4);
}

.border-x-teal-100\/5 {
  border-left-color: rgb(240 248 245 / 0.05);
  border-right-color: rgb(240 248 245 / 0.05);
}

.border-x-teal-100\/50 {
  border-left-color: rgb(240 248 245 / 0.5);
  border-right-color: rgb(240 248 245 / 0.5);
}

.border-x-teal-100\/60 {
  border-left-color: rgb(240 248 245 / 0.6);
  border-right-color: rgb(240 248 245 / 0.6);
}

.border-x-teal-100\/70 {
  border-left-color: rgb(240 248 245 / 0.7);
  border-right-color: rgb(240 248 245 / 0.7);
}

.border-x-teal-100\/75 {
  border-left-color: rgb(240 248 245 / 0.75);
  border-right-color: rgb(240 248 245 / 0.75);
}

.border-x-teal-100\/80 {
  border-left-color: rgb(240 248 245 / 0.8);
  border-right-color: rgb(240 248 245 / 0.8);
}

.border-x-teal-100\/90 {
  border-left-color: rgb(240 248 245 / 0.9);
  border-right-color: rgb(240 248 245 / 0.9);
}

.border-x-teal-100\/95 {
  border-left-color: rgb(240 248 245 / 0.95);
  border-right-color: rgb(240 248 245 / 0.95);
}

.border-x-teal-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(212 234 228 / var(--tw-border-opacity));
  border-right-color: rgb(212 234 228 / var(--tw-border-opacity));
}

.border-x-teal-200\/0 {
  border-left-color: rgb(212 234 228 / 0);
  border-right-color: rgb(212 234 228 / 0);
}

.border-x-teal-200\/10 {
  border-left-color: rgb(212 234 228 / 0.1);
  border-right-color: rgb(212 234 228 / 0.1);
}

.border-x-teal-200\/100 {
  border-left-color: rgb(212 234 228 / 1);
  border-right-color: rgb(212 234 228 / 1);
}

.border-x-teal-200\/20 {
  border-left-color: rgb(212 234 228 / 0.2);
  border-right-color: rgb(212 234 228 / 0.2);
}

.border-x-teal-200\/25 {
  border-left-color: rgb(212 234 228 / 0.25);
  border-right-color: rgb(212 234 228 / 0.25);
}

.border-x-teal-200\/30 {
  border-left-color: rgb(212 234 228 / 0.3);
  border-right-color: rgb(212 234 228 / 0.3);
}

.border-x-teal-200\/40 {
  border-left-color: rgb(212 234 228 / 0.4);
  border-right-color: rgb(212 234 228 / 0.4);
}

.border-x-teal-200\/5 {
  border-left-color: rgb(212 234 228 / 0.05);
  border-right-color: rgb(212 234 228 / 0.05);
}

.border-x-teal-200\/50 {
  border-left-color: rgb(212 234 228 / 0.5);
  border-right-color: rgb(212 234 228 / 0.5);
}

.border-x-teal-200\/60 {
  border-left-color: rgb(212 234 228 / 0.6);
  border-right-color: rgb(212 234 228 / 0.6);
}

.border-x-teal-200\/70 {
  border-left-color: rgb(212 234 228 / 0.7);
  border-right-color: rgb(212 234 228 / 0.7);
}

.border-x-teal-200\/75 {
  border-left-color: rgb(212 234 228 / 0.75);
  border-right-color: rgb(212 234 228 / 0.75);
}

.border-x-teal-200\/80 {
  border-left-color: rgb(212 234 228 / 0.8);
  border-right-color: rgb(212 234 228 / 0.8);
}

.border-x-teal-200\/90 {
  border-left-color: rgb(212 234 228 / 0.9);
  border-right-color: rgb(212 234 228 / 0.9);
}

.border-x-teal-200\/95 {
  border-left-color: rgb(212 234 228 / 0.95);
  border-right-color: rgb(212 234 228 / 0.95);
}

.border-x-teal-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(184 221 210 / var(--tw-border-opacity));
  border-right-color: rgb(184 221 210 / var(--tw-border-opacity));
}

.border-x-teal-300\/0 {
  border-left-color: rgb(184 221 210 / 0);
  border-right-color: rgb(184 221 210 / 0);
}

.border-x-teal-300\/10 {
  border-left-color: rgb(184 221 210 / 0.1);
  border-right-color: rgb(184 221 210 / 0.1);
}

.border-x-teal-300\/100 {
  border-left-color: rgb(184 221 210 / 1);
  border-right-color: rgb(184 221 210 / 1);
}

.border-x-teal-300\/20 {
  border-left-color: rgb(184 221 210 / 0.2);
  border-right-color: rgb(184 221 210 / 0.2);
}

.border-x-teal-300\/25 {
  border-left-color: rgb(184 221 210 / 0.25);
  border-right-color: rgb(184 221 210 / 0.25);
}

.border-x-teal-300\/30 {
  border-left-color: rgb(184 221 210 / 0.3);
  border-right-color: rgb(184 221 210 / 0.3);
}

.border-x-teal-300\/40 {
  border-left-color: rgb(184 221 210 / 0.4);
  border-right-color: rgb(184 221 210 / 0.4);
}

.border-x-teal-300\/5 {
  border-left-color: rgb(184 221 210 / 0.05);
  border-right-color: rgb(184 221 210 / 0.05);
}

.border-x-teal-300\/50 {
  border-left-color: rgb(184 221 210 / 0.5);
  border-right-color: rgb(184 221 210 / 0.5);
}

.border-x-teal-300\/60 {
  border-left-color: rgb(184 221 210 / 0.6);
  border-right-color: rgb(184 221 210 / 0.6);
}

.border-x-teal-300\/70 {
  border-left-color: rgb(184 221 210 / 0.7);
  border-right-color: rgb(184 221 210 / 0.7);
}

.border-x-teal-300\/75 {
  border-left-color: rgb(184 221 210 / 0.75);
  border-right-color: rgb(184 221 210 / 0.75);
}

.border-x-teal-300\/80 {
  border-left-color: rgb(184 221 210 / 0.8);
  border-right-color: rgb(184 221 210 / 0.8);
}

.border-x-teal-300\/90 {
  border-left-color: rgb(184 221 210 / 0.9);
  border-right-color: rgb(184 221 210 / 0.9);
}

.border-x-teal-300\/95 {
  border-left-color: rgb(184 221 210 / 0.95);
  border-right-color: rgb(184 221 210 / 0.95);
}

.border-x-teal-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(157 208 193 / var(--tw-border-opacity));
  border-right-color: rgb(157 208 193 / var(--tw-border-opacity));
}

.border-x-teal-400\/0 {
  border-left-color: rgb(157 208 193 / 0);
  border-right-color: rgb(157 208 193 / 0);
}

.border-x-teal-400\/10 {
  border-left-color: rgb(157 208 193 / 0.1);
  border-right-color: rgb(157 208 193 / 0.1);
}

.border-x-teal-400\/100 {
  border-left-color: rgb(157 208 193 / 1);
  border-right-color: rgb(157 208 193 / 1);
}

.border-x-teal-400\/20 {
  border-left-color: rgb(157 208 193 / 0.2);
  border-right-color: rgb(157 208 193 / 0.2);
}

.border-x-teal-400\/25 {
  border-left-color: rgb(157 208 193 / 0.25);
  border-right-color: rgb(157 208 193 / 0.25);
}

.border-x-teal-400\/30 {
  border-left-color: rgb(157 208 193 / 0.3);
  border-right-color: rgb(157 208 193 / 0.3);
}

.border-x-teal-400\/40 {
  border-left-color: rgb(157 208 193 / 0.4);
  border-right-color: rgb(157 208 193 / 0.4);
}

.border-x-teal-400\/5 {
  border-left-color: rgb(157 208 193 / 0.05);
  border-right-color: rgb(157 208 193 / 0.05);
}

.border-x-teal-400\/50 {
  border-left-color: rgb(157 208 193 / 0.5);
  border-right-color: rgb(157 208 193 / 0.5);
}

.border-x-teal-400\/60 {
  border-left-color: rgb(157 208 193 / 0.6);
  border-right-color: rgb(157 208 193 / 0.6);
}

.border-x-teal-400\/70 {
  border-left-color: rgb(157 208 193 / 0.7);
  border-right-color: rgb(157 208 193 / 0.7);
}

.border-x-teal-400\/75 {
  border-left-color: rgb(157 208 193 / 0.75);
  border-right-color: rgb(157 208 193 / 0.75);
}

.border-x-teal-400\/80 {
  border-left-color: rgb(157 208 193 / 0.8);
  border-right-color: rgb(157 208 193 / 0.8);
}

.border-x-teal-400\/90 {
  border-left-color: rgb(157 208 193 / 0.9);
  border-right-color: rgb(157 208 193 / 0.9);
}

.border-x-teal-400\/95 {
  border-left-color: rgb(157 208 193 / 0.95);
  border-right-color: rgb(157 208 193 / 0.95);
}

.border-x-teal-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 254 254 / var(--tw-border-opacity));
  border-right-color: rgb(253 254 254 / var(--tw-border-opacity));
}

.border-x-teal-50\/0 {
  border-left-color: rgb(253 254 254 / 0);
  border-right-color: rgb(253 254 254 / 0);
}

.border-x-teal-50\/10 {
  border-left-color: rgb(253 254 254 / 0.1);
  border-right-color: rgb(253 254 254 / 0.1);
}

.border-x-teal-50\/100 {
  border-left-color: rgb(253 254 254 / 1);
  border-right-color: rgb(253 254 254 / 1);
}

.border-x-teal-50\/20 {
  border-left-color: rgb(253 254 254 / 0.2);
  border-right-color: rgb(253 254 254 / 0.2);
}

.border-x-teal-50\/25 {
  border-left-color: rgb(253 254 254 / 0.25);
  border-right-color: rgb(253 254 254 / 0.25);
}

.border-x-teal-50\/30 {
  border-left-color: rgb(253 254 254 / 0.3);
  border-right-color: rgb(253 254 254 / 0.3);
}

.border-x-teal-50\/40 {
  border-left-color: rgb(253 254 254 / 0.4);
  border-right-color: rgb(253 254 254 / 0.4);
}

.border-x-teal-50\/5 {
  border-left-color: rgb(253 254 254 / 0.05);
  border-right-color: rgb(253 254 254 / 0.05);
}

.border-x-teal-50\/50 {
  border-left-color: rgb(253 254 254 / 0.5);
  border-right-color: rgb(253 254 254 / 0.5);
}

.border-x-teal-50\/60 {
  border-left-color: rgb(253 254 254 / 0.6);
  border-right-color: rgb(253 254 254 / 0.6);
}

.border-x-teal-50\/70 {
  border-left-color: rgb(253 254 254 / 0.7);
  border-right-color: rgb(253 254 254 / 0.7);
}

.border-x-teal-50\/75 {
  border-left-color: rgb(253 254 254 / 0.75);
  border-right-color: rgb(253 254 254 / 0.75);
}

.border-x-teal-50\/80 {
  border-left-color: rgb(253 254 254 / 0.8);
  border-right-color: rgb(253 254 254 / 0.8);
}

.border-x-teal-50\/90 {
  border-left-color: rgb(253 254 254 / 0.9);
  border-right-color: rgb(253 254 254 / 0.9);
}

.border-x-teal-50\/95 {
  border-left-color: rgb(253 254 254 / 0.95);
  border-right-color: rgb(253 254 254 / 0.95);
}

.border-x-teal-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(129 195 175 / var(--tw-border-opacity));
  border-right-color: rgb(129 195 175 / var(--tw-border-opacity));
}

.border-x-teal-500\/0 {
  border-left-color: rgb(129 195 175 / 0);
  border-right-color: rgb(129 195 175 / 0);
}

.border-x-teal-500\/10 {
  border-left-color: rgb(129 195 175 / 0.1);
  border-right-color: rgb(129 195 175 / 0.1);
}

.border-x-teal-500\/100 {
  border-left-color: rgb(129 195 175 / 1);
  border-right-color: rgb(129 195 175 / 1);
}

.border-x-teal-500\/20 {
  border-left-color: rgb(129 195 175 / 0.2);
  border-right-color: rgb(129 195 175 / 0.2);
}

.border-x-teal-500\/25 {
  border-left-color: rgb(129 195 175 / 0.25);
  border-right-color: rgb(129 195 175 / 0.25);
}

.border-x-teal-500\/30 {
  border-left-color: rgb(129 195 175 / 0.3);
  border-right-color: rgb(129 195 175 / 0.3);
}

.border-x-teal-500\/40 {
  border-left-color: rgb(129 195 175 / 0.4);
  border-right-color: rgb(129 195 175 / 0.4);
}

.border-x-teal-500\/5 {
  border-left-color: rgb(129 195 175 / 0.05);
  border-right-color: rgb(129 195 175 / 0.05);
}

.border-x-teal-500\/50 {
  border-left-color: rgb(129 195 175 / 0.5);
  border-right-color: rgb(129 195 175 / 0.5);
}

.border-x-teal-500\/60 {
  border-left-color: rgb(129 195 175 / 0.6);
  border-right-color: rgb(129 195 175 / 0.6);
}

.border-x-teal-500\/70 {
  border-left-color: rgb(129 195 175 / 0.7);
  border-right-color: rgb(129 195 175 / 0.7);
}

.border-x-teal-500\/75 {
  border-left-color: rgb(129 195 175 / 0.75);
  border-right-color: rgb(129 195 175 / 0.75);
}

.border-x-teal-500\/80 {
  border-left-color: rgb(129 195 175 / 0.8);
  border-right-color: rgb(129 195 175 / 0.8);
}

.border-x-teal-500\/90 {
  border-left-color: rgb(129 195 175 / 0.9);
  border-right-color: rgb(129 195 175 / 0.9);
}

.border-x-teal-500\/95 {
  border-left-color: rgb(129 195 175 / 0.95);
  border-right-color: rgb(129 195 175 / 0.95);
}

.border-x-teal-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(91 177 151 / var(--tw-border-opacity));
  border-right-color: rgb(91 177 151 / var(--tw-border-opacity));
}

.border-x-teal-600\/0 {
  border-left-color: rgb(91 177 151 / 0);
  border-right-color: rgb(91 177 151 / 0);
}

.border-x-teal-600\/10 {
  border-left-color: rgb(91 177 151 / 0.1);
  border-right-color: rgb(91 177 151 / 0.1);
}

.border-x-teal-600\/100 {
  border-left-color: rgb(91 177 151 / 1);
  border-right-color: rgb(91 177 151 / 1);
}

.border-x-teal-600\/20 {
  border-left-color: rgb(91 177 151 / 0.2);
  border-right-color: rgb(91 177 151 / 0.2);
}

.border-x-teal-600\/25 {
  border-left-color: rgb(91 177 151 / 0.25);
  border-right-color: rgb(91 177 151 / 0.25);
}

.border-x-teal-600\/30 {
  border-left-color: rgb(91 177 151 / 0.3);
  border-right-color: rgb(91 177 151 / 0.3);
}

.border-x-teal-600\/40 {
  border-left-color: rgb(91 177 151 / 0.4);
  border-right-color: rgb(91 177 151 / 0.4);
}

.border-x-teal-600\/5 {
  border-left-color: rgb(91 177 151 / 0.05);
  border-right-color: rgb(91 177 151 / 0.05);
}

.border-x-teal-600\/50 {
  border-left-color: rgb(91 177 151 / 0.5);
  border-right-color: rgb(91 177 151 / 0.5);
}

.border-x-teal-600\/60 {
  border-left-color: rgb(91 177 151 / 0.6);
  border-right-color: rgb(91 177 151 / 0.6);
}

.border-x-teal-600\/70 {
  border-left-color: rgb(91 177 151 / 0.7);
  border-right-color: rgb(91 177 151 / 0.7);
}

.border-x-teal-600\/75 {
  border-left-color: rgb(91 177 151 / 0.75);
  border-right-color: rgb(91 177 151 / 0.75);
}

.border-x-teal-600\/80 {
  border-left-color: rgb(91 177 151 / 0.8);
  border-right-color: rgb(91 177 151 / 0.8);
}

.border-x-teal-600\/90 {
  border-left-color: rgb(91 177 151 / 0.9);
  border-right-color: rgb(91 177 151 / 0.9);
}

.border-x-teal-600\/95 {
  border-left-color: rgb(91 177 151 / 0.95);
  border-right-color: rgb(91 177 151 / 0.95);
}

.border-x-teal-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(68 143 121 / var(--tw-border-opacity));
  border-right-color: rgb(68 143 121 / var(--tw-border-opacity));
}

.border-x-teal-700\/0 {
  border-left-color: rgb(68 143 121 / 0);
  border-right-color: rgb(68 143 121 / 0);
}

.border-x-teal-700\/10 {
  border-left-color: rgb(68 143 121 / 0.1);
  border-right-color: rgb(68 143 121 / 0.1);
}

.border-x-teal-700\/100 {
  border-left-color: rgb(68 143 121 / 1);
  border-right-color: rgb(68 143 121 / 1);
}

.border-x-teal-700\/20 {
  border-left-color: rgb(68 143 121 / 0.2);
  border-right-color: rgb(68 143 121 / 0.2);
}

.border-x-teal-700\/25 {
  border-left-color: rgb(68 143 121 / 0.25);
  border-right-color: rgb(68 143 121 / 0.25);
}

.border-x-teal-700\/30 {
  border-left-color: rgb(68 143 121 / 0.3);
  border-right-color: rgb(68 143 121 / 0.3);
}

.border-x-teal-700\/40 {
  border-left-color: rgb(68 143 121 / 0.4);
  border-right-color: rgb(68 143 121 / 0.4);
}

.border-x-teal-700\/5 {
  border-left-color: rgb(68 143 121 / 0.05);
  border-right-color: rgb(68 143 121 / 0.05);
}

.border-x-teal-700\/50 {
  border-left-color: rgb(68 143 121 / 0.5);
  border-right-color: rgb(68 143 121 / 0.5);
}

.border-x-teal-700\/60 {
  border-left-color: rgb(68 143 121 / 0.6);
  border-right-color: rgb(68 143 121 / 0.6);
}

.border-x-teal-700\/70 {
  border-left-color: rgb(68 143 121 / 0.7);
  border-right-color: rgb(68 143 121 / 0.7);
}

.border-x-teal-700\/75 {
  border-left-color: rgb(68 143 121 / 0.75);
  border-right-color: rgb(68 143 121 / 0.75);
}

.border-x-teal-700\/80 {
  border-left-color: rgb(68 143 121 / 0.8);
  border-right-color: rgb(68 143 121 / 0.8);
}

.border-x-teal-700\/90 {
  border-left-color: rgb(68 143 121 / 0.9);
  border-right-color: rgb(68 143 121 / 0.9);
}

.border-x-teal-700\/95 {
  border-left-color: rgb(68 143 121 / 0.95);
  border-right-color: rgb(68 143 121 / 0.95);
}

.border-x-teal-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(50 105 89 / var(--tw-border-opacity));
  border-right-color: rgb(50 105 89 / var(--tw-border-opacity));
}

.border-x-teal-800\/0 {
  border-left-color: rgb(50 105 89 / 0);
  border-right-color: rgb(50 105 89 / 0);
}

.border-x-teal-800\/10 {
  border-left-color: rgb(50 105 89 / 0.1);
  border-right-color: rgb(50 105 89 / 0.1);
}

.border-x-teal-800\/100 {
  border-left-color: rgb(50 105 89 / 1);
  border-right-color: rgb(50 105 89 / 1);
}

.border-x-teal-800\/20 {
  border-left-color: rgb(50 105 89 / 0.2);
  border-right-color: rgb(50 105 89 / 0.2);
}

.border-x-teal-800\/25 {
  border-left-color: rgb(50 105 89 / 0.25);
  border-right-color: rgb(50 105 89 / 0.25);
}

.border-x-teal-800\/30 {
  border-left-color: rgb(50 105 89 / 0.3);
  border-right-color: rgb(50 105 89 / 0.3);
}

.border-x-teal-800\/40 {
  border-left-color: rgb(50 105 89 / 0.4);
  border-right-color: rgb(50 105 89 / 0.4);
}

.border-x-teal-800\/5 {
  border-left-color: rgb(50 105 89 / 0.05);
  border-right-color: rgb(50 105 89 / 0.05);
}

.border-x-teal-800\/50 {
  border-left-color: rgb(50 105 89 / 0.5);
  border-right-color: rgb(50 105 89 / 0.5);
}

.border-x-teal-800\/60 {
  border-left-color: rgb(50 105 89 / 0.6);
  border-right-color: rgb(50 105 89 / 0.6);
}

.border-x-teal-800\/70 {
  border-left-color: rgb(50 105 89 / 0.7);
  border-right-color: rgb(50 105 89 / 0.7);
}

.border-x-teal-800\/75 {
  border-left-color: rgb(50 105 89 / 0.75);
  border-right-color: rgb(50 105 89 / 0.75);
}

.border-x-teal-800\/80 {
  border-left-color: rgb(50 105 89 / 0.8);
  border-right-color: rgb(50 105 89 / 0.8);
}

.border-x-teal-800\/90 {
  border-left-color: rgb(50 105 89 / 0.9);
  border-right-color: rgb(50 105 89 / 0.9);
}

.border-x-teal-800\/95 {
  border-left-color: rgb(50 105 89 / 0.95);
  border-right-color: rgb(50 105 89 / 0.95);
}

.border-x-teal-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(32 67 57 / var(--tw-border-opacity));
  border-right-color: rgb(32 67 57 / var(--tw-border-opacity));
}

.border-x-teal-900\/0 {
  border-left-color: rgb(32 67 57 / 0);
  border-right-color: rgb(32 67 57 / 0);
}

.border-x-teal-900\/10 {
  border-left-color: rgb(32 67 57 / 0.1);
  border-right-color: rgb(32 67 57 / 0.1);
}

.border-x-teal-900\/100 {
  border-left-color: rgb(32 67 57 / 1);
  border-right-color: rgb(32 67 57 / 1);
}

.border-x-teal-900\/20 {
  border-left-color: rgb(32 67 57 / 0.2);
  border-right-color: rgb(32 67 57 / 0.2);
}

.border-x-teal-900\/25 {
  border-left-color: rgb(32 67 57 / 0.25);
  border-right-color: rgb(32 67 57 / 0.25);
}

.border-x-teal-900\/30 {
  border-left-color: rgb(32 67 57 / 0.3);
  border-right-color: rgb(32 67 57 / 0.3);
}

.border-x-teal-900\/40 {
  border-left-color: rgb(32 67 57 / 0.4);
  border-right-color: rgb(32 67 57 / 0.4);
}

.border-x-teal-900\/5 {
  border-left-color: rgb(32 67 57 / 0.05);
  border-right-color: rgb(32 67 57 / 0.05);
}

.border-x-teal-900\/50 {
  border-left-color: rgb(32 67 57 / 0.5);
  border-right-color: rgb(32 67 57 / 0.5);
}

.border-x-teal-900\/60 {
  border-left-color: rgb(32 67 57 / 0.6);
  border-right-color: rgb(32 67 57 / 0.6);
}

.border-x-teal-900\/70 {
  border-left-color: rgb(32 67 57 / 0.7);
  border-right-color: rgb(32 67 57 / 0.7);
}

.border-x-teal-900\/75 {
  border-left-color: rgb(32 67 57 / 0.75);
  border-right-color: rgb(32 67 57 / 0.75);
}

.border-x-teal-900\/80 {
  border-left-color: rgb(32 67 57 / 0.8);
  border-right-color: rgb(32 67 57 / 0.8);
}

.border-x-teal-900\/90 {
  border-left-color: rgb(32 67 57 / 0.9);
  border-right-color: rgb(32 67 57 / 0.9);
}

.border-x-teal-900\/95 {
  border-left-color: rgb(32 67 57 / 0.95);
  border-right-color: rgb(32 67 57 / 0.95);
}

.border-x-teal\/0 {
  border-left-color: rgb(129 195 175 / 0);
  border-right-color: rgb(129 195 175 / 0);
}

.border-x-teal\/10 {
  border-left-color: rgb(129 195 175 / 0.1);
  border-right-color: rgb(129 195 175 / 0.1);
}

.border-x-teal\/100 {
  border-left-color: rgb(129 195 175 / 1);
  border-right-color: rgb(129 195 175 / 1);
}

.border-x-teal\/20 {
  border-left-color: rgb(129 195 175 / 0.2);
  border-right-color: rgb(129 195 175 / 0.2);
}

.border-x-teal\/25 {
  border-left-color: rgb(129 195 175 / 0.25);
  border-right-color: rgb(129 195 175 / 0.25);
}

.border-x-teal\/30 {
  border-left-color: rgb(129 195 175 / 0.3);
  border-right-color: rgb(129 195 175 / 0.3);
}

.border-x-teal\/40 {
  border-left-color: rgb(129 195 175 / 0.4);
  border-right-color: rgb(129 195 175 / 0.4);
}

.border-x-teal\/5 {
  border-left-color: rgb(129 195 175 / 0.05);
  border-right-color: rgb(129 195 175 / 0.05);
}

.border-x-teal\/50 {
  border-left-color: rgb(129 195 175 / 0.5);
  border-right-color: rgb(129 195 175 / 0.5);
}

.border-x-teal\/60 {
  border-left-color: rgb(129 195 175 / 0.6);
  border-right-color: rgb(129 195 175 / 0.6);
}

.border-x-teal\/70 {
  border-left-color: rgb(129 195 175 / 0.7);
  border-right-color: rgb(129 195 175 / 0.7);
}

.border-x-teal\/75 {
  border-left-color: rgb(129 195 175 / 0.75);
  border-right-color: rgb(129 195 175 / 0.75);
}

.border-x-teal\/80 {
  border-left-color: rgb(129 195 175 / 0.8);
  border-right-color: rgb(129 195 175 / 0.8);
}

.border-x-teal\/90 {
  border-left-color: rgb(129 195 175 / 0.9);
  border-right-color: rgb(129 195 175 / 0.9);
}

.border-x-teal\/95 {
  border-left-color: rgb(129 195 175 / 0.95);
  border-right-color: rgb(129 195 175 / 0.95);
}

.border-x-transparent {
  border-left-color: transparent;
  border-right-color: transparent;
}

.border-x-transparent\/0 {
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}

.border-x-transparent\/10 {
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 0 0 / 0.1);
}

.border-x-transparent\/100 {
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}

.border-x-transparent\/20 {
  border-left-color: rgb(0 0 0 / 0.2);
  border-right-color: rgb(0 0 0 / 0.2);
}

.border-x-transparent\/25 {
  border-left-color: rgb(0 0 0 / 0.25);
  border-right-color: rgb(0 0 0 / 0.25);
}

.border-x-transparent\/30 {
  border-left-color: rgb(0 0 0 / 0.3);
  border-right-color: rgb(0 0 0 / 0.3);
}

.border-x-transparent\/40 {
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}

.border-x-transparent\/5 {
  border-left-color: rgb(0 0 0 / 0.05);
  border-right-color: rgb(0 0 0 / 0.05);
}

.border-x-transparent\/50 {
  border-left-color: rgb(0 0 0 / 0.5);
  border-right-color: rgb(0 0 0 / 0.5);
}

.border-x-transparent\/60 {
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}

.border-x-transparent\/70 {
  border-left-color: rgb(0 0 0 / 0.7);
  border-right-color: rgb(0 0 0 / 0.7);
}

.border-x-transparent\/75 {
  border-left-color: rgb(0 0 0 / 0.75);
  border-right-color: rgb(0 0 0 / 0.75);
}

.border-x-transparent\/80 {
  border-left-color: rgb(0 0 0 / 0.8);
  border-right-color: rgb(0 0 0 / 0.8);
}

.border-x-transparent\/90 {
  border-left-color: rgb(0 0 0 / 0.9);
  border-right-color: rgb(0 0 0 / 0.9);
}

.border-x-transparent\/95 {
  border-left-color: rgb(0 0 0 / 0.95);
  border-right-color: rgb(0 0 0 / 0.95);
}

.border-x-white {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-x-white\/0 {
  border-left-color: rgb(255 255 255 / 0);
  border-right-color: rgb(255 255 255 / 0);
}

.border-x-white\/10 {
  border-left-color: rgb(255 255 255 / 0.1);
  border-right-color: rgb(255 255 255 / 0.1);
}

.border-x-white\/100 {
  border-left-color: rgb(255 255 255 / 1);
  border-right-color: rgb(255 255 255 / 1);
}

.border-x-white\/20 {
  border-left-color: rgb(255 255 255 / 0.2);
  border-right-color: rgb(255 255 255 / 0.2);
}

.border-x-white\/25 {
  border-left-color: rgb(255 255 255 / 0.25);
  border-right-color: rgb(255 255 255 / 0.25);
}

.border-x-white\/30 {
  border-left-color: rgb(255 255 255 / 0.3);
  border-right-color: rgb(255 255 255 / 0.3);
}

.border-x-white\/40 {
  border-left-color: rgb(255 255 255 / 0.4);
  border-right-color: rgb(255 255 255 / 0.4);
}

.border-x-white\/5 {
  border-left-color: rgb(255 255 255 / 0.05);
  border-right-color: rgb(255 255 255 / 0.05);
}

.border-x-white\/50 {
  border-left-color: rgb(255 255 255 / 0.5);
  border-right-color: rgb(255 255 255 / 0.5);
}

.border-x-white\/60 {
  border-left-color: rgb(255 255 255 / 0.6);
  border-right-color: rgb(255 255 255 / 0.6);
}

.border-x-white\/70 {
  border-left-color: rgb(255 255 255 / 0.7);
  border-right-color: rgb(255 255 255 / 0.7);
}

.border-x-white\/75 {
  border-left-color: rgb(255 255 255 / 0.75);
  border-right-color: rgb(255 255 255 / 0.75);
}

.border-x-white\/80 {
  border-left-color: rgb(255 255 255 / 0.8);
  border-right-color: rgb(255 255 255 / 0.8);
}

.border-x-white\/90 {
  border-left-color: rgb(255 255 255 / 0.9);
  border-right-color: rgb(255 255 255 / 0.9);
}

.border-x-white\/95 {
  border-left-color: rgb(255 255 255 / 0.95);
  border-right-color: rgb(255 255 255 / 0.95);
}

.border-x-yellow {
  --tw-border-opacity: 1;
  border-left-color: rgb(247 191 31 / var(--tw-border-opacity));
  border-right-color: rgb(247 191 31 / var(--tw-border-opacity));
}

.border-x-yellow-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 243 200 / var(--tw-border-opacity));
  border-right-color: rgb(253 243 200 / var(--tw-border-opacity));
}

.border-x-yellow-100\/0 {
  border-left-color: rgb(253 243 200 / 0);
  border-right-color: rgb(253 243 200 / 0);
}

.border-x-yellow-100\/10 {
  border-left-color: rgb(253 243 200 / 0.1);
  border-right-color: rgb(253 243 200 / 0.1);
}

.border-x-yellow-100\/100 {
  border-left-color: rgb(253 243 200 / 1);
  border-right-color: rgb(253 243 200 / 1);
}

.border-x-yellow-100\/20 {
  border-left-color: rgb(253 243 200 / 0.2);
  border-right-color: rgb(253 243 200 / 0.2);
}

.border-x-yellow-100\/25 {
  border-left-color: rgb(253 243 200 / 0.25);
  border-right-color: rgb(253 243 200 / 0.25);
}

.border-x-yellow-100\/30 {
  border-left-color: rgb(253 243 200 / 0.3);
  border-right-color: rgb(253 243 200 / 0.3);
}

.border-x-yellow-100\/40 {
  border-left-color: rgb(253 243 200 / 0.4);
  border-right-color: rgb(253 243 200 / 0.4);
}

.border-x-yellow-100\/5 {
  border-left-color: rgb(253 243 200 / 0.05);
  border-right-color: rgb(253 243 200 / 0.05);
}

.border-x-yellow-100\/50 {
  border-left-color: rgb(253 243 200 / 0.5);
  border-right-color: rgb(253 243 200 / 0.5);
}

.border-x-yellow-100\/60 {
  border-left-color: rgb(253 243 200 / 0.6);
  border-right-color: rgb(253 243 200 / 0.6);
}

.border-x-yellow-100\/70 {
  border-left-color: rgb(253 243 200 / 0.7);
  border-right-color: rgb(253 243 200 / 0.7);
}

.border-x-yellow-100\/75 {
  border-left-color: rgb(253 243 200 / 0.75);
  border-right-color: rgb(253 243 200 / 0.75);
}

.border-x-yellow-100\/80 {
  border-left-color: rgb(253 243 200 / 0.8);
  border-right-color: rgb(253 243 200 / 0.8);
}

.border-x-yellow-100\/90 {
  border-left-color: rgb(253 243 200 / 0.9);
  border-right-color: rgb(253 243 200 / 0.9);
}

.border-x-yellow-100\/95 {
  border-left-color: rgb(253 243 200 / 0.95);
  border-right-color: rgb(253 243 200 / 0.95);
}

.border-x-yellow-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 231 140 / var(--tw-border-opacity));
  border-right-color: rgb(251 231 140 / var(--tw-border-opacity));
}

.border-x-yellow-200\/0 {
  border-left-color: rgb(251 231 140 / 0);
  border-right-color: rgb(251 231 140 / 0);
}

.border-x-yellow-200\/10 {
  border-left-color: rgb(251 231 140 / 0.1);
  border-right-color: rgb(251 231 140 / 0.1);
}

.border-x-yellow-200\/100 {
  border-left-color: rgb(251 231 140 / 1);
  border-right-color: rgb(251 231 140 / 1);
}

.border-x-yellow-200\/20 {
  border-left-color: rgb(251 231 140 / 0.2);
  border-right-color: rgb(251 231 140 / 0.2);
}

.border-x-yellow-200\/25 {
  border-left-color: rgb(251 231 140 / 0.25);
  border-right-color: rgb(251 231 140 / 0.25);
}

.border-x-yellow-200\/30 {
  border-left-color: rgb(251 231 140 / 0.3);
  border-right-color: rgb(251 231 140 / 0.3);
}

.border-x-yellow-200\/40 {
  border-left-color: rgb(251 231 140 / 0.4);
  border-right-color: rgb(251 231 140 / 0.4);
}

.border-x-yellow-200\/5 {
  border-left-color: rgb(251 231 140 / 0.05);
  border-right-color: rgb(251 231 140 / 0.05);
}

.border-x-yellow-200\/50 {
  border-left-color: rgb(251 231 140 / 0.5);
  border-right-color: rgb(251 231 140 / 0.5);
}

.border-x-yellow-200\/60 {
  border-left-color: rgb(251 231 140 / 0.6);
  border-right-color: rgb(251 231 140 / 0.6);
}

.border-x-yellow-200\/70 {
  border-left-color: rgb(251 231 140 / 0.7);
  border-right-color: rgb(251 231 140 / 0.7);
}

.border-x-yellow-200\/75 {
  border-left-color: rgb(251 231 140 / 0.75);
  border-right-color: rgb(251 231 140 / 0.75);
}

.border-x-yellow-200\/80 {
  border-left-color: rgb(251 231 140 / 0.8);
  border-right-color: rgb(251 231 140 / 0.8);
}

.border-x-yellow-200\/90 {
  border-left-color: rgb(251 231 140 / 0.9);
  border-right-color: rgb(251 231 140 / 0.9);
}

.border-x-yellow-200\/95 {
  border-left-color: rgb(251 231 140 / 0.95);
  border-right-color: rgb(251 231 140 / 0.95);
}

.border-x-yellow-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 212 80 / var(--tw-border-opacity));
  border-right-color: rgb(249 212 80 / var(--tw-border-opacity));
}

.border-x-yellow-300\/0 {
  border-left-color: rgb(249 212 80 / 0);
  border-right-color: rgb(249 212 80 / 0);
}

.border-x-yellow-300\/10 {
  border-left-color: rgb(249 212 80 / 0.1);
  border-right-color: rgb(249 212 80 / 0.1);
}

.border-x-yellow-300\/100 {
  border-left-color: rgb(249 212 80 / 1);
  border-right-color: rgb(249 212 80 / 1);
}

.border-x-yellow-300\/20 {
  border-left-color: rgb(249 212 80 / 0.2);
  border-right-color: rgb(249 212 80 / 0.2);
}

.border-x-yellow-300\/25 {
  border-left-color: rgb(249 212 80 / 0.25);
  border-right-color: rgb(249 212 80 / 0.25);
}

.border-x-yellow-300\/30 {
  border-left-color: rgb(249 212 80 / 0.3);
  border-right-color: rgb(249 212 80 / 0.3);
}

.border-x-yellow-300\/40 {
  border-left-color: rgb(249 212 80 / 0.4);
  border-right-color: rgb(249 212 80 / 0.4);
}

.border-x-yellow-300\/5 {
  border-left-color: rgb(249 212 80 / 0.05);
  border-right-color: rgb(249 212 80 / 0.05);
}

.border-x-yellow-300\/50 {
  border-left-color: rgb(249 212 80 / 0.5);
  border-right-color: rgb(249 212 80 / 0.5);
}

.border-x-yellow-300\/60 {
  border-left-color: rgb(249 212 80 / 0.6);
  border-right-color: rgb(249 212 80 / 0.6);
}

.border-x-yellow-300\/70 {
  border-left-color: rgb(249 212 80 / 0.7);
  border-right-color: rgb(249 212 80 / 0.7);
}

.border-x-yellow-300\/75 {
  border-left-color: rgb(249 212 80 / 0.75);
  border-right-color: rgb(249 212 80 / 0.75);
}

.border-x-yellow-300\/80 {
  border-left-color: rgb(249 212 80 / 0.8);
  border-right-color: rgb(249 212 80 / 0.8);
}

.border-x-yellow-300\/90 {
  border-left-color: rgb(249 212 80 / 0.9);
  border-right-color: rgb(249 212 80 / 0.9);
}

.border-x-yellow-300\/95 {
  border-left-color: rgb(249 212 80 / 0.95);
  border-right-color: rgb(249 212 80 / 0.95);
}

.border-x-yellow-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(247 191 31 / var(--tw-border-opacity));
  border-right-color: rgb(247 191 31 / var(--tw-border-opacity));
}

.border-x-yellow-400\/0 {
  border-left-color: rgb(247 191 31 / 0);
  border-right-color: rgb(247 191 31 / 0);
}

.border-x-yellow-400\/10 {
  border-left-color: rgb(247 191 31 / 0.1);
  border-right-color: rgb(247 191 31 / 0.1);
}

.border-x-yellow-400\/100 {
  border-left-color: rgb(247 191 31 / 1);
  border-right-color: rgb(247 191 31 / 1);
}

.border-x-yellow-400\/20 {
  border-left-color: rgb(247 191 31 / 0.2);
  border-right-color: rgb(247 191 31 / 0.2);
}

.border-x-yellow-400\/25 {
  border-left-color: rgb(247 191 31 / 0.25);
  border-right-color: rgb(247 191 31 / 0.25);
}

.border-x-yellow-400\/30 {
  border-left-color: rgb(247 191 31 / 0.3);
  border-right-color: rgb(247 191 31 / 0.3);
}

.border-x-yellow-400\/40 {
  border-left-color: rgb(247 191 31 / 0.4);
  border-right-color: rgb(247 191 31 / 0.4);
}

.border-x-yellow-400\/5 {
  border-left-color: rgb(247 191 31 / 0.05);
  border-right-color: rgb(247 191 31 / 0.05);
}

.border-x-yellow-400\/50 {
  border-left-color: rgb(247 191 31 / 0.5);
  border-right-color: rgb(247 191 31 / 0.5);
}

.border-x-yellow-400\/60 {
  border-left-color: rgb(247 191 31 / 0.6);
  border-right-color: rgb(247 191 31 / 0.6);
}

.border-x-yellow-400\/70 {
  border-left-color: rgb(247 191 31 / 0.7);
  border-right-color: rgb(247 191 31 / 0.7);
}

.border-x-yellow-400\/75 {
  border-left-color: rgb(247 191 31 / 0.75);
  border-right-color: rgb(247 191 31 / 0.75);
}

.border-x-yellow-400\/80 {
  border-left-color: rgb(247 191 31 / 0.8);
  border-right-color: rgb(247 191 31 / 0.8);
}

.border-x-yellow-400\/90 {
  border-left-color: rgb(247 191 31 / 0.9);
  border-right-color: rgb(247 191 31 / 0.9);
}

.border-x-yellow-400\/95 {
  border-left-color: rgb(247 191 31 / 0.95);
  border-right-color: rgb(247 191 31 / 0.95);
}

.border-x-yellow-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 251 235 / var(--tw-border-opacity));
  border-right-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.border-x-yellow-50\/0 {
  border-left-color: rgb(255 251 235 / 0);
  border-right-color: rgb(255 251 235 / 0);
}

.border-x-yellow-50\/10 {
  border-left-color: rgb(255 251 235 / 0.1);
  border-right-color: rgb(255 251 235 / 0.1);
}

.border-x-yellow-50\/100 {
  border-left-color: rgb(255 251 235 / 1);
  border-right-color: rgb(255 251 235 / 1);
}

.border-x-yellow-50\/20 {
  border-left-color: rgb(255 251 235 / 0.2);
  border-right-color: rgb(255 251 235 / 0.2);
}

.border-x-yellow-50\/25 {
  border-left-color: rgb(255 251 235 / 0.25);
  border-right-color: rgb(255 251 235 / 0.25);
}

.border-x-yellow-50\/30 {
  border-left-color: rgb(255 251 235 / 0.3);
  border-right-color: rgb(255 251 235 / 0.3);
}

.border-x-yellow-50\/40 {
  border-left-color: rgb(255 251 235 / 0.4);
  border-right-color: rgb(255 251 235 / 0.4);
}

.border-x-yellow-50\/5 {
  border-left-color: rgb(255 251 235 / 0.05);
  border-right-color: rgb(255 251 235 / 0.05);
}

.border-x-yellow-50\/50 {
  border-left-color: rgb(255 251 235 / 0.5);
  border-right-color: rgb(255 251 235 / 0.5);
}

.border-x-yellow-50\/60 {
  border-left-color: rgb(255 251 235 / 0.6);
  border-right-color: rgb(255 251 235 / 0.6);
}

.border-x-yellow-50\/70 {
  border-left-color: rgb(255 251 235 / 0.7);
  border-right-color: rgb(255 251 235 / 0.7);
}

.border-x-yellow-50\/75 {
  border-left-color: rgb(255 251 235 / 0.75);
  border-right-color: rgb(255 251 235 / 0.75);
}

.border-x-yellow-50\/80 {
  border-left-color: rgb(255 251 235 / 0.8);
  border-right-color: rgb(255 251 235 / 0.8);
}

.border-x-yellow-50\/90 {
  border-left-color: rgb(255 251 235 / 0.9);
  border-right-color: rgb(255 251 235 / 0.9);
}

.border-x-yellow-50\/95 {
  border-left-color: rgb(255 251 235 / 0.95);
  border-right-color: rgb(255 251 235 / 0.95);
}

.border-x-yellow-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(241 161 15 / var(--tw-border-opacity));
  border-right-color: rgb(241 161 15 / var(--tw-border-opacity));
}

.border-x-yellow-500\/0 {
  border-left-color: rgb(241 161 15 / 0);
  border-right-color: rgb(241 161 15 / 0);
}

.border-x-yellow-500\/10 {
  border-left-color: rgb(241 161 15 / 0.1);
  border-right-color: rgb(241 161 15 / 0.1);
}

.border-x-yellow-500\/100 {
  border-left-color: rgb(241 161 15 / 1);
  border-right-color: rgb(241 161 15 / 1);
}

.border-x-yellow-500\/20 {
  border-left-color: rgb(241 161 15 / 0.2);
  border-right-color: rgb(241 161 15 / 0.2);
}

.border-x-yellow-500\/25 {
  border-left-color: rgb(241 161 15 / 0.25);
  border-right-color: rgb(241 161 15 / 0.25);
}

.border-x-yellow-500\/30 {
  border-left-color: rgb(241 161 15 / 0.3);
  border-right-color: rgb(241 161 15 / 0.3);
}

.border-x-yellow-500\/40 {
  border-left-color: rgb(241 161 15 / 0.4);
  border-right-color: rgb(241 161 15 / 0.4);
}

.border-x-yellow-500\/5 {
  border-left-color: rgb(241 161 15 / 0.05);
  border-right-color: rgb(241 161 15 / 0.05);
}

.border-x-yellow-500\/50 {
  border-left-color: rgb(241 161 15 / 0.5);
  border-right-color: rgb(241 161 15 / 0.5);
}

.border-x-yellow-500\/60 {
  border-left-color: rgb(241 161 15 / 0.6);
  border-right-color: rgb(241 161 15 / 0.6);
}

.border-x-yellow-500\/70 {
  border-left-color: rgb(241 161 15 / 0.7);
  border-right-color: rgb(241 161 15 / 0.7);
}

.border-x-yellow-500\/75 {
  border-left-color: rgb(241 161 15 / 0.75);
  border-right-color: rgb(241 161 15 / 0.75);
}

.border-x-yellow-500\/80 {
  border-left-color: rgb(241 161 15 / 0.8);
  border-right-color: rgb(241 161 15 / 0.8);
}

.border-x-yellow-500\/90 {
  border-left-color: rgb(241 161 15 / 0.9);
  border-right-color: rgb(241 161 15 / 0.9);
}

.border-x-yellow-500\/95 {
  border-left-color: rgb(241 161 15 / 0.95);
  border-right-color: rgb(241 161 15 / 0.95);
}

.border-x-yellow-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(213 123 10 / var(--tw-border-opacity));
  border-right-color: rgb(213 123 10 / var(--tw-border-opacity));
}

.border-x-yellow-600\/0 {
  border-left-color: rgb(213 123 10 / 0);
  border-right-color: rgb(213 123 10 / 0);
}

.border-x-yellow-600\/10 {
  border-left-color: rgb(213 123 10 / 0.1);
  border-right-color: rgb(213 123 10 / 0.1);
}

.border-x-yellow-600\/100 {
  border-left-color: rgb(213 123 10 / 1);
  border-right-color: rgb(213 123 10 / 1);
}

.border-x-yellow-600\/20 {
  border-left-color: rgb(213 123 10 / 0.2);
  border-right-color: rgb(213 123 10 / 0.2);
}

.border-x-yellow-600\/25 {
  border-left-color: rgb(213 123 10 / 0.25);
  border-right-color: rgb(213 123 10 / 0.25);
}

.border-x-yellow-600\/30 {
  border-left-color: rgb(213 123 10 / 0.3);
  border-right-color: rgb(213 123 10 / 0.3);
}

.border-x-yellow-600\/40 {
  border-left-color: rgb(213 123 10 / 0.4);
  border-right-color: rgb(213 123 10 / 0.4);
}

.border-x-yellow-600\/5 {
  border-left-color: rgb(213 123 10 / 0.05);
  border-right-color: rgb(213 123 10 / 0.05);
}

.border-x-yellow-600\/50 {
  border-left-color: rgb(213 123 10 / 0.5);
  border-right-color: rgb(213 123 10 / 0.5);
}

.border-x-yellow-600\/60 {
  border-left-color: rgb(213 123 10 / 0.6);
  border-right-color: rgb(213 123 10 / 0.6);
}

.border-x-yellow-600\/70 {
  border-left-color: rgb(213 123 10 / 0.7);
  border-right-color: rgb(213 123 10 / 0.7);
}

.border-x-yellow-600\/75 {
  border-left-color: rgb(213 123 10 / 0.75);
  border-right-color: rgb(213 123 10 / 0.75);
}

.border-x-yellow-600\/80 {
  border-left-color: rgb(213 123 10 / 0.8);
  border-right-color: rgb(213 123 10 / 0.8);
}

.border-x-yellow-600\/90 {
  border-left-color: rgb(213 123 10 / 0.9);
  border-right-color: rgb(213 123 10 / 0.9);
}

.border-x-yellow-600\/95 {
  border-left-color: rgb(213 123 10 / 0.95);
  border-right-color: rgb(213 123 10 / 0.95);
}

.border-x-yellow-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(177 86 12 / var(--tw-border-opacity));
  border-right-color: rgb(177 86 12 / var(--tw-border-opacity));
}

.border-x-yellow-700\/0 {
  border-left-color: rgb(177 86 12 / 0);
  border-right-color: rgb(177 86 12 / 0);
}

.border-x-yellow-700\/10 {
  border-left-color: rgb(177 86 12 / 0.1);
  border-right-color: rgb(177 86 12 / 0.1);
}

.border-x-yellow-700\/100 {
  border-left-color: rgb(177 86 12 / 1);
  border-right-color: rgb(177 86 12 / 1);
}

.border-x-yellow-700\/20 {
  border-left-color: rgb(177 86 12 / 0.2);
  border-right-color: rgb(177 86 12 / 0.2);
}

.border-x-yellow-700\/25 {
  border-left-color: rgb(177 86 12 / 0.25);
  border-right-color: rgb(177 86 12 / 0.25);
}

.border-x-yellow-700\/30 {
  border-left-color: rgb(177 86 12 / 0.3);
  border-right-color: rgb(177 86 12 / 0.3);
}

.border-x-yellow-700\/40 {
  border-left-color: rgb(177 86 12 / 0.4);
  border-right-color: rgb(177 86 12 / 0.4);
}

.border-x-yellow-700\/5 {
  border-left-color: rgb(177 86 12 / 0.05);
  border-right-color: rgb(177 86 12 / 0.05);
}

.border-x-yellow-700\/50 {
  border-left-color: rgb(177 86 12 / 0.5);
  border-right-color: rgb(177 86 12 / 0.5);
}

.border-x-yellow-700\/60 {
  border-left-color: rgb(177 86 12 / 0.6);
  border-right-color: rgb(177 86 12 / 0.6);
}

.border-x-yellow-700\/70 {
  border-left-color: rgb(177 86 12 / 0.7);
  border-right-color: rgb(177 86 12 / 0.7);
}

.border-x-yellow-700\/75 {
  border-left-color: rgb(177 86 12 / 0.75);
  border-right-color: rgb(177 86 12 / 0.75);
}

.border-x-yellow-700\/80 {
  border-left-color: rgb(177 86 12 / 0.8);
  border-right-color: rgb(177 86 12 / 0.8);
}

.border-x-yellow-700\/90 {
  border-left-color: rgb(177 86 12 / 0.9);
  border-right-color: rgb(177 86 12 / 0.9);
}

.border-x-yellow-700\/95 {
  border-left-color: rgb(177 86 12 / 0.95);
  border-right-color: rgb(177 86 12 / 0.95);
}

.border-x-yellow-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(144 68 16 / var(--tw-border-opacity));
  border-right-color: rgb(144 68 16 / var(--tw-border-opacity));
}

.border-x-yellow-800\/0 {
  border-left-color: rgb(144 68 16 / 0);
  border-right-color: rgb(144 68 16 / 0);
}

.border-x-yellow-800\/10 {
  border-left-color: rgb(144 68 16 / 0.1);
  border-right-color: rgb(144 68 16 / 0.1);
}

.border-x-yellow-800\/100 {
  border-left-color: rgb(144 68 16 / 1);
  border-right-color: rgb(144 68 16 / 1);
}

.border-x-yellow-800\/20 {
  border-left-color: rgb(144 68 16 / 0.2);
  border-right-color: rgb(144 68 16 / 0.2);
}

.border-x-yellow-800\/25 {
  border-left-color: rgb(144 68 16 / 0.25);
  border-right-color: rgb(144 68 16 / 0.25);
}

.border-x-yellow-800\/30 {
  border-left-color: rgb(144 68 16 / 0.3);
  border-right-color: rgb(144 68 16 / 0.3);
}

.border-x-yellow-800\/40 {
  border-left-color: rgb(144 68 16 / 0.4);
  border-right-color: rgb(144 68 16 / 0.4);
}

.border-x-yellow-800\/5 {
  border-left-color: rgb(144 68 16 / 0.05);
  border-right-color: rgb(144 68 16 / 0.05);
}

.border-x-yellow-800\/50 {
  border-left-color: rgb(144 68 16 / 0.5);
  border-right-color: rgb(144 68 16 / 0.5);
}

.border-x-yellow-800\/60 {
  border-left-color: rgb(144 68 16 / 0.6);
  border-right-color: rgb(144 68 16 / 0.6);
}

.border-x-yellow-800\/70 {
  border-left-color: rgb(144 68 16 / 0.7);
  border-right-color: rgb(144 68 16 / 0.7);
}

.border-x-yellow-800\/75 {
  border-left-color: rgb(144 68 16 / 0.75);
  border-right-color: rgb(144 68 16 / 0.75);
}

.border-x-yellow-800\/80 {
  border-left-color: rgb(144 68 16 / 0.8);
  border-right-color: rgb(144 68 16 / 0.8);
}

.border-x-yellow-800\/90 {
  border-left-color: rgb(144 68 16 / 0.9);
  border-right-color: rgb(144 68 16 / 0.9);
}

.border-x-yellow-800\/95 {
  border-left-color: rgb(144 68 16 / 0.95);
  border-right-color: rgb(144 68 16 / 0.95);
}

.border-x-yellow-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(118 55 17 / var(--tw-border-opacity));
  border-right-color: rgb(118 55 17 / var(--tw-border-opacity));
}

.border-x-yellow-900\/0 {
  border-left-color: rgb(118 55 17 / 0);
  border-right-color: rgb(118 55 17 / 0);
}

.border-x-yellow-900\/10 {
  border-left-color: rgb(118 55 17 / 0.1);
  border-right-color: rgb(118 55 17 / 0.1);
}

.border-x-yellow-900\/100 {
  border-left-color: rgb(118 55 17 / 1);
  border-right-color: rgb(118 55 17 / 1);
}

.border-x-yellow-900\/20 {
  border-left-color: rgb(118 55 17 / 0.2);
  border-right-color: rgb(118 55 17 / 0.2);
}

.border-x-yellow-900\/25 {
  border-left-color: rgb(118 55 17 / 0.25);
  border-right-color: rgb(118 55 17 / 0.25);
}

.border-x-yellow-900\/30 {
  border-left-color: rgb(118 55 17 / 0.3);
  border-right-color: rgb(118 55 17 / 0.3);
}

.border-x-yellow-900\/40 {
  border-left-color: rgb(118 55 17 / 0.4);
  border-right-color: rgb(118 55 17 / 0.4);
}

.border-x-yellow-900\/5 {
  border-left-color: rgb(118 55 17 / 0.05);
  border-right-color: rgb(118 55 17 / 0.05);
}

.border-x-yellow-900\/50 {
  border-left-color: rgb(118 55 17 / 0.5);
  border-right-color: rgb(118 55 17 / 0.5);
}

.border-x-yellow-900\/60 {
  border-left-color: rgb(118 55 17 / 0.6);
  border-right-color: rgb(118 55 17 / 0.6);
}

.border-x-yellow-900\/70 {
  border-left-color: rgb(118 55 17 / 0.7);
  border-right-color: rgb(118 55 17 / 0.7);
}

.border-x-yellow-900\/75 {
  border-left-color: rgb(118 55 17 / 0.75);
  border-right-color: rgb(118 55 17 / 0.75);
}

.border-x-yellow-900\/80 {
  border-left-color: rgb(118 55 17 / 0.8);
  border-right-color: rgb(118 55 17 / 0.8);
}

.border-x-yellow-900\/90 {
  border-left-color: rgb(118 55 17 / 0.9);
  border-right-color: rgb(118 55 17 / 0.9);
}

.border-x-yellow-900\/95 {
  border-left-color: rgb(118 55 17 / 0.95);
  border-right-color: rgb(118 55 17 / 0.95);
}

.border-x-yellow-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(68 27 4 / var(--tw-border-opacity));
  border-right-color: rgb(68 27 4 / var(--tw-border-opacity));
}

.border-x-yellow-950\/0 {
  border-left-color: rgb(68 27 4 / 0);
  border-right-color: rgb(68 27 4 / 0);
}

.border-x-yellow-950\/10 {
  border-left-color: rgb(68 27 4 / 0.1);
  border-right-color: rgb(68 27 4 / 0.1);
}

.border-x-yellow-950\/100 {
  border-left-color: rgb(68 27 4 / 1);
  border-right-color: rgb(68 27 4 / 1);
}

.border-x-yellow-950\/20 {
  border-left-color: rgb(68 27 4 / 0.2);
  border-right-color: rgb(68 27 4 / 0.2);
}

.border-x-yellow-950\/25 {
  border-left-color: rgb(68 27 4 / 0.25);
  border-right-color: rgb(68 27 4 / 0.25);
}

.border-x-yellow-950\/30 {
  border-left-color: rgb(68 27 4 / 0.3);
  border-right-color: rgb(68 27 4 / 0.3);
}

.border-x-yellow-950\/40 {
  border-left-color: rgb(68 27 4 / 0.4);
  border-right-color: rgb(68 27 4 / 0.4);
}

.border-x-yellow-950\/5 {
  border-left-color: rgb(68 27 4 / 0.05);
  border-right-color: rgb(68 27 4 / 0.05);
}

.border-x-yellow-950\/50 {
  border-left-color: rgb(68 27 4 / 0.5);
  border-right-color: rgb(68 27 4 / 0.5);
}

.border-x-yellow-950\/60 {
  border-left-color: rgb(68 27 4 / 0.6);
  border-right-color: rgb(68 27 4 / 0.6);
}

.border-x-yellow-950\/70 {
  border-left-color: rgb(68 27 4 / 0.7);
  border-right-color: rgb(68 27 4 / 0.7);
}

.border-x-yellow-950\/75 {
  border-left-color: rgb(68 27 4 / 0.75);
  border-right-color: rgb(68 27 4 / 0.75);
}

.border-x-yellow-950\/80 {
  border-left-color: rgb(68 27 4 / 0.8);
  border-right-color: rgb(68 27 4 / 0.8);
}

.border-x-yellow-950\/90 {
  border-left-color: rgb(68 27 4 / 0.9);
  border-right-color: rgb(68 27 4 / 0.9);
}

.border-x-yellow-950\/95 {
  border-left-color: rgb(68 27 4 / 0.95);
  border-right-color: rgb(68 27 4 / 0.95);
}

.border-x-yellow\/0 {
  border-left-color: rgb(247 191 31 / 0);
  border-right-color: rgb(247 191 31 / 0);
}

.border-x-yellow\/10 {
  border-left-color: rgb(247 191 31 / 0.1);
  border-right-color: rgb(247 191 31 / 0.1);
}

.border-x-yellow\/100 {
  border-left-color: rgb(247 191 31 / 1);
  border-right-color: rgb(247 191 31 / 1);
}

.border-x-yellow\/20 {
  border-left-color: rgb(247 191 31 / 0.2);
  border-right-color: rgb(247 191 31 / 0.2);
}

.border-x-yellow\/25 {
  border-left-color: rgb(247 191 31 / 0.25);
  border-right-color: rgb(247 191 31 / 0.25);
}

.border-x-yellow\/30 {
  border-left-color: rgb(247 191 31 / 0.3);
  border-right-color: rgb(247 191 31 / 0.3);
}

.border-x-yellow\/40 {
  border-left-color: rgb(247 191 31 / 0.4);
  border-right-color: rgb(247 191 31 / 0.4);
}

.border-x-yellow\/5 {
  border-left-color: rgb(247 191 31 / 0.05);
  border-right-color: rgb(247 191 31 / 0.05);
}

.border-x-yellow\/50 {
  border-left-color: rgb(247 191 31 / 0.5);
  border-right-color: rgb(247 191 31 / 0.5);
}

.border-x-yellow\/60 {
  border-left-color: rgb(247 191 31 / 0.6);
  border-right-color: rgb(247 191 31 / 0.6);
}

.border-x-yellow\/70 {
  border-left-color: rgb(247 191 31 / 0.7);
  border-right-color: rgb(247 191 31 / 0.7);
}

.border-x-yellow\/75 {
  border-left-color: rgb(247 191 31 / 0.75);
  border-right-color: rgb(247 191 31 / 0.75);
}

.border-x-yellow\/80 {
  border-left-color: rgb(247 191 31 / 0.8);
  border-right-color: rgb(247 191 31 / 0.8);
}

.border-x-yellow\/90 {
  border-left-color: rgb(247 191 31 / 0.9);
  border-right-color: rgb(247 191 31 / 0.9);
}

.border-x-yellow\/95 {
  border-left-color: rgb(247 191 31 / 0.95);
  border-right-color: rgb(247 191 31 / 0.95);
}

.border-y-aqua {
  --tw-border-opacity: 1;
  border-top-color: rgb(129 195 175 / var(--tw-border-opacity));
  border-bottom-color: rgb(129 195 175 / var(--tw-border-opacity));
}

.border-y-aqua-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 248 245 / var(--tw-border-opacity));
  border-bottom-color: rgb(240 248 245 / var(--tw-border-opacity));
}

.border-y-aqua-100\/0 {
  border-top-color: rgb(240 248 245 / 0);
  border-bottom-color: rgb(240 248 245 / 0);
}

.border-y-aqua-100\/10 {
  border-top-color: rgb(240 248 245 / 0.1);
  border-bottom-color: rgb(240 248 245 / 0.1);
}

.border-y-aqua-100\/100 {
  border-top-color: rgb(240 248 245 / 1);
  border-bottom-color: rgb(240 248 245 / 1);
}

.border-y-aqua-100\/20 {
  border-top-color: rgb(240 248 245 / 0.2);
  border-bottom-color: rgb(240 248 245 / 0.2);
}

.border-y-aqua-100\/25 {
  border-top-color: rgb(240 248 245 / 0.25);
  border-bottom-color: rgb(240 248 245 / 0.25);
}

.border-y-aqua-100\/30 {
  border-top-color: rgb(240 248 245 / 0.3);
  border-bottom-color: rgb(240 248 245 / 0.3);
}

.border-y-aqua-100\/40 {
  border-top-color: rgb(240 248 245 / 0.4);
  border-bottom-color: rgb(240 248 245 / 0.4);
}

.border-y-aqua-100\/5 {
  border-top-color: rgb(240 248 245 / 0.05);
  border-bottom-color: rgb(240 248 245 / 0.05);
}

.border-y-aqua-100\/50 {
  border-top-color: rgb(240 248 245 / 0.5);
  border-bottom-color: rgb(240 248 245 / 0.5);
}

.border-y-aqua-100\/60 {
  border-top-color: rgb(240 248 245 / 0.6);
  border-bottom-color: rgb(240 248 245 / 0.6);
}

.border-y-aqua-100\/70 {
  border-top-color: rgb(240 248 245 / 0.7);
  border-bottom-color: rgb(240 248 245 / 0.7);
}

.border-y-aqua-100\/75 {
  border-top-color: rgb(240 248 245 / 0.75);
  border-bottom-color: rgb(240 248 245 / 0.75);
}

.border-y-aqua-100\/80 {
  border-top-color: rgb(240 248 245 / 0.8);
  border-bottom-color: rgb(240 248 245 / 0.8);
}

.border-y-aqua-100\/90 {
  border-top-color: rgb(240 248 245 / 0.9);
  border-bottom-color: rgb(240 248 245 / 0.9);
}

.border-y-aqua-100\/95 {
  border-top-color: rgb(240 248 245 / 0.95);
  border-bottom-color: rgb(240 248 245 / 0.95);
}

.border-y-aqua-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(212 234 228 / var(--tw-border-opacity));
  border-bottom-color: rgb(212 234 228 / var(--tw-border-opacity));
}

.border-y-aqua-200\/0 {
  border-top-color: rgb(212 234 228 / 0);
  border-bottom-color: rgb(212 234 228 / 0);
}

.border-y-aqua-200\/10 {
  border-top-color: rgb(212 234 228 / 0.1);
  border-bottom-color: rgb(212 234 228 / 0.1);
}

.border-y-aqua-200\/100 {
  border-top-color: rgb(212 234 228 / 1);
  border-bottom-color: rgb(212 234 228 / 1);
}

.border-y-aqua-200\/20 {
  border-top-color: rgb(212 234 228 / 0.2);
  border-bottom-color: rgb(212 234 228 / 0.2);
}

.border-y-aqua-200\/25 {
  border-top-color: rgb(212 234 228 / 0.25);
  border-bottom-color: rgb(212 234 228 / 0.25);
}

.border-y-aqua-200\/30 {
  border-top-color: rgb(212 234 228 / 0.3);
  border-bottom-color: rgb(212 234 228 / 0.3);
}

.border-y-aqua-200\/40 {
  border-top-color: rgb(212 234 228 / 0.4);
  border-bottom-color: rgb(212 234 228 / 0.4);
}

.border-y-aqua-200\/5 {
  border-top-color: rgb(212 234 228 / 0.05);
  border-bottom-color: rgb(212 234 228 / 0.05);
}

.border-y-aqua-200\/50 {
  border-top-color: rgb(212 234 228 / 0.5);
  border-bottom-color: rgb(212 234 228 / 0.5);
}

.border-y-aqua-200\/60 {
  border-top-color: rgb(212 234 228 / 0.6);
  border-bottom-color: rgb(212 234 228 / 0.6);
}

.border-y-aqua-200\/70 {
  border-top-color: rgb(212 234 228 / 0.7);
  border-bottom-color: rgb(212 234 228 / 0.7);
}

.border-y-aqua-200\/75 {
  border-top-color: rgb(212 234 228 / 0.75);
  border-bottom-color: rgb(212 234 228 / 0.75);
}

.border-y-aqua-200\/80 {
  border-top-color: rgb(212 234 228 / 0.8);
  border-bottom-color: rgb(212 234 228 / 0.8);
}

.border-y-aqua-200\/90 {
  border-top-color: rgb(212 234 228 / 0.9);
  border-bottom-color: rgb(212 234 228 / 0.9);
}

.border-y-aqua-200\/95 {
  border-top-color: rgb(212 234 228 / 0.95);
  border-bottom-color: rgb(212 234 228 / 0.95);
}

.border-y-aqua-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(184 221 210 / var(--tw-border-opacity));
  border-bottom-color: rgb(184 221 210 / var(--tw-border-opacity));
}

.border-y-aqua-300\/0 {
  border-top-color: rgb(184 221 210 / 0);
  border-bottom-color: rgb(184 221 210 / 0);
}

.border-y-aqua-300\/10 {
  border-top-color: rgb(184 221 210 / 0.1);
  border-bottom-color: rgb(184 221 210 / 0.1);
}

.border-y-aqua-300\/100 {
  border-top-color: rgb(184 221 210 / 1);
  border-bottom-color: rgb(184 221 210 / 1);
}

.border-y-aqua-300\/20 {
  border-top-color: rgb(184 221 210 / 0.2);
  border-bottom-color: rgb(184 221 210 / 0.2);
}

.border-y-aqua-300\/25 {
  border-top-color: rgb(184 221 210 / 0.25);
  border-bottom-color: rgb(184 221 210 / 0.25);
}

.border-y-aqua-300\/30 {
  border-top-color: rgb(184 221 210 / 0.3);
  border-bottom-color: rgb(184 221 210 / 0.3);
}

.border-y-aqua-300\/40 {
  border-top-color: rgb(184 221 210 / 0.4);
  border-bottom-color: rgb(184 221 210 / 0.4);
}

.border-y-aqua-300\/5 {
  border-top-color: rgb(184 221 210 / 0.05);
  border-bottom-color: rgb(184 221 210 / 0.05);
}

.border-y-aqua-300\/50 {
  border-top-color: rgb(184 221 210 / 0.5);
  border-bottom-color: rgb(184 221 210 / 0.5);
}

.border-y-aqua-300\/60 {
  border-top-color: rgb(184 221 210 / 0.6);
  border-bottom-color: rgb(184 221 210 / 0.6);
}

.border-y-aqua-300\/70 {
  border-top-color: rgb(184 221 210 / 0.7);
  border-bottom-color: rgb(184 221 210 / 0.7);
}

.border-y-aqua-300\/75 {
  border-top-color: rgb(184 221 210 / 0.75);
  border-bottom-color: rgb(184 221 210 / 0.75);
}

.border-y-aqua-300\/80 {
  border-top-color: rgb(184 221 210 / 0.8);
  border-bottom-color: rgb(184 221 210 / 0.8);
}

.border-y-aqua-300\/90 {
  border-top-color: rgb(184 221 210 / 0.9);
  border-bottom-color: rgb(184 221 210 / 0.9);
}

.border-y-aqua-300\/95 {
  border-top-color: rgb(184 221 210 / 0.95);
  border-bottom-color: rgb(184 221 210 / 0.95);
}

.border-y-aqua-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(157 208 193 / var(--tw-border-opacity));
  border-bottom-color: rgb(157 208 193 / var(--tw-border-opacity));
}

.border-y-aqua-400\/0 {
  border-top-color: rgb(157 208 193 / 0);
  border-bottom-color: rgb(157 208 193 / 0);
}

.border-y-aqua-400\/10 {
  border-top-color: rgb(157 208 193 / 0.1);
  border-bottom-color: rgb(157 208 193 / 0.1);
}

.border-y-aqua-400\/100 {
  border-top-color: rgb(157 208 193 / 1);
  border-bottom-color: rgb(157 208 193 / 1);
}

.border-y-aqua-400\/20 {
  border-top-color: rgb(157 208 193 / 0.2);
  border-bottom-color: rgb(157 208 193 / 0.2);
}

.border-y-aqua-400\/25 {
  border-top-color: rgb(157 208 193 / 0.25);
  border-bottom-color: rgb(157 208 193 / 0.25);
}

.border-y-aqua-400\/30 {
  border-top-color: rgb(157 208 193 / 0.3);
  border-bottom-color: rgb(157 208 193 / 0.3);
}

.border-y-aqua-400\/40 {
  border-top-color: rgb(157 208 193 / 0.4);
  border-bottom-color: rgb(157 208 193 / 0.4);
}

.border-y-aqua-400\/5 {
  border-top-color: rgb(157 208 193 / 0.05);
  border-bottom-color: rgb(157 208 193 / 0.05);
}

.border-y-aqua-400\/50 {
  border-top-color: rgb(157 208 193 / 0.5);
  border-bottom-color: rgb(157 208 193 / 0.5);
}

.border-y-aqua-400\/60 {
  border-top-color: rgb(157 208 193 / 0.6);
  border-bottom-color: rgb(157 208 193 / 0.6);
}

.border-y-aqua-400\/70 {
  border-top-color: rgb(157 208 193 / 0.7);
  border-bottom-color: rgb(157 208 193 / 0.7);
}

.border-y-aqua-400\/75 {
  border-top-color: rgb(157 208 193 / 0.75);
  border-bottom-color: rgb(157 208 193 / 0.75);
}

.border-y-aqua-400\/80 {
  border-top-color: rgb(157 208 193 / 0.8);
  border-bottom-color: rgb(157 208 193 / 0.8);
}

.border-y-aqua-400\/90 {
  border-top-color: rgb(157 208 193 / 0.9);
  border-bottom-color: rgb(157 208 193 / 0.9);
}

.border-y-aqua-400\/95 {
  border-top-color: rgb(157 208 193 / 0.95);
  border-bottom-color: rgb(157 208 193 / 0.95);
}

.border-y-aqua-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 254 254 / var(--tw-border-opacity));
  border-bottom-color: rgb(253 254 254 / var(--tw-border-opacity));
}

.border-y-aqua-50\/0 {
  border-top-color: rgb(253 254 254 / 0);
  border-bottom-color: rgb(253 254 254 / 0);
}

.border-y-aqua-50\/10 {
  border-top-color: rgb(253 254 254 / 0.1);
  border-bottom-color: rgb(253 254 254 / 0.1);
}

.border-y-aqua-50\/100 {
  border-top-color: rgb(253 254 254 / 1);
  border-bottom-color: rgb(253 254 254 / 1);
}

.border-y-aqua-50\/20 {
  border-top-color: rgb(253 254 254 / 0.2);
  border-bottom-color: rgb(253 254 254 / 0.2);
}

.border-y-aqua-50\/25 {
  border-top-color: rgb(253 254 254 / 0.25);
  border-bottom-color: rgb(253 254 254 / 0.25);
}

.border-y-aqua-50\/30 {
  border-top-color: rgb(253 254 254 / 0.3);
  border-bottom-color: rgb(253 254 254 / 0.3);
}

.border-y-aqua-50\/40 {
  border-top-color: rgb(253 254 254 / 0.4);
  border-bottom-color: rgb(253 254 254 / 0.4);
}

.border-y-aqua-50\/5 {
  border-top-color: rgb(253 254 254 / 0.05);
  border-bottom-color: rgb(253 254 254 / 0.05);
}

.border-y-aqua-50\/50 {
  border-top-color: rgb(253 254 254 / 0.5);
  border-bottom-color: rgb(253 254 254 / 0.5);
}

.border-y-aqua-50\/60 {
  border-top-color: rgb(253 254 254 / 0.6);
  border-bottom-color: rgb(253 254 254 / 0.6);
}

.border-y-aqua-50\/70 {
  border-top-color: rgb(253 254 254 / 0.7);
  border-bottom-color: rgb(253 254 254 / 0.7);
}

.border-y-aqua-50\/75 {
  border-top-color: rgb(253 254 254 / 0.75);
  border-bottom-color: rgb(253 254 254 / 0.75);
}

.border-y-aqua-50\/80 {
  border-top-color: rgb(253 254 254 / 0.8);
  border-bottom-color: rgb(253 254 254 / 0.8);
}

.border-y-aqua-50\/90 {
  border-top-color: rgb(253 254 254 / 0.9);
  border-bottom-color: rgb(253 254 254 / 0.9);
}

.border-y-aqua-50\/95 {
  border-top-color: rgb(253 254 254 / 0.95);
  border-bottom-color: rgb(253 254 254 / 0.95);
}

.border-y-aqua-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(129 195 175 / var(--tw-border-opacity));
  border-bottom-color: rgb(129 195 175 / var(--tw-border-opacity));
}

.border-y-aqua-500\/0 {
  border-top-color: rgb(129 195 175 / 0);
  border-bottom-color: rgb(129 195 175 / 0);
}

.border-y-aqua-500\/10 {
  border-top-color: rgb(129 195 175 / 0.1);
  border-bottom-color: rgb(129 195 175 / 0.1);
}

.border-y-aqua-500\/100 {
  border-top-color: rgb(129 195 175 / 1);
  border-bottom-color: rgb(129 195 175 / 1);
}

.border-y-aqua-500\/20 {
  border-top-color: rgb(129 195 175 / 0.2);
  border-bottom-color: rgb(129 195 175 / 0.2);
}

.border-y-aqua-500\/25 {
  border-top-color: rgb(129 195 175 / 0.25);
  border-bottom-color: rgb(129 195 175 / 0.25);
}

.border-y-aqua-500\/30 {
  border-top-color: rgb(129 195 175 / 0.3);
  border-bottom-color: rgb(129 195 175 / 0.3);
}

.border-y-aqua-500\/40 {
  border-top-color: rgb(129 195 175 / 0.4);
  border-bottom-color: rgb(129 195 175 / 0.4);
}

.border-y-aqua-500\/5 {
  border-top-color: rgb(129 195 175 / 0.05);
  border-bottom-color: rgb(129 195 175 / 0.05);
}

.border-y-aqua-500\/50 {
  border-top-color: rgb(129 195 175 / 0.5);
  border-bottom-color: rgb(129 195 175 / 0.5);
}

.border-y-aqua-500\/60 {
  border-top-color: rgb(129 195 175 / 0.6);
  border-bottom-color: rgb(129 195 175 / 0.6);
}

.border-y-aqua-500\/70 {
  border-top-color: rgb(129 195 175 / 0.7);
  border-bottom-color: rgb(129 195 175 / 0.7);
}

.border-y-aqua-500\/75 {
  border-top-color: rgb(129 195 175 / 0.75);
  border-bottom-color: rgb(129 195 175 / 0.75);
}

.border-y-aqua-500\/80 {
  border-top-color: rgb(129 195 175 / 0.8);
  border-bottom-color: rgb(129 195 175 / 0.8);
}

.border-y-aqua-500\/90 {
  border-top-color: rgb(129 195 175 / 0.9);
  border-bottom-color: rgb(129 195 175 / 0.9);
}

.border-y-aqua-500\/95 {
  border-top-color: rgb(129 195 175 / 0.95);
  border-bottom-color: rgb(129 195 175 / 0.95);
}

.border-y-aqua-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(91 177 151 / var(--tw-border-opacity));
  border-bottom-color: rgb(91 177 151 / var(--tw-border-opacity));
}

.border-y-aqua-600\/0 {
  border-top-color: rgb(91 177 151 / 0);
  border-bottom-color: rgb(91 177 151 / 0);
}

.border-y-aqua-600\/10 {
  border-top-color: rgb(91 177 151 / 0.1);
  border-bottom-color: rgb(91 177 151 / 0.1);
}

.border-y-aqua-600\/100 {
  border-top-color: rgb(91 177 151 / 1);
  border-bottom-color: rgb(91 177 151 / 1);
}

.border-y-aqua-600\/20 {
  border-top-color: rgb(91 177 151 / 0.2);
  border-bottom-color: rgb(91 177 151 / 0.2);
}

.border-y-aqua-600\/25 {
  border-top-color: rgb(91 177 151 / 0.25);
  border-bottom-color: rgb(91 177 151 / 0.25);
}

.border-y-aqua-600\/30 {
  border-top-color: rgb(91 177 151 / 0.3);
  border-bottom-color: rgb(91 177 151 / 0.3);
}

.border-y-aqua-600\/40 {
  border-top-color: rgb(91 177 151 / 0.4);
  border-bottom-color: rgb(91 177 151 / 0.4);
}

.border-y-aqua-600\/5 {
  border-top-color: rgb(91 177 151 / 0.05);
  border-bottom-color: rgb(91 177 151 / 0.05);
}

.border-y-aqua-600\/50 {
  border-top-color: rgb(91 177 151 / 0.5);
  border-bottom-color: rgb(91 177 151 / 0.5);
}

.border-y-aqua-600\/60 {
  border-top-color: rgb(91 177 151 / 0.6);
  border-bottom-color: rgb(91 177 151 / 0.6);
}

.border-y-aqua-600\/70 {
  border-top-color: rgb(91 177 151 / 0.7);
  border-bottom-color: rgb(91 177 151 / 0.7);
}

.border-y-aqua-600\/75 {
  border-top-color: rgb(91 177 151 / 0.75);
  border-bottom-color: rgb(91 177 151 / 0.75);
}

.border-y-aqua-600\/80 {
  border-top-color: rgb(91 177 151 / 0.8);
  border-bottom-color: rgb(91 177 151 / 0.8);
}

.border-y-aqua-600\/90 {
  border-top-color: rgb(91 177 151 / 0.9);
  border-bottom-color: rgb(91 177 151 / 0.9);
}

.border-y-aqua-600\/95 {
  border-top-color: rgb(91 177 151 / 0.95);
  border-bottom-color: rgb(91 177 151 / 0.95);
}

.border-y-aqua-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(68 143 121 / var(--tw-border-opacity));
  border-bottom-color: rgb(68 143 121 / var(--tw-border-opacity));
}

.border-y-aqua-700\/0 {
  border-top-color: rgb(68 143 121 / 0);
  border-bottom-color: rgb(68 143 121 / 0);
}

.border-y-aqua-700\/10 {
  border-top-color: rgb(68 143 121 / 0.1);
  border-bottom-color: rgb(68 143 121 / 0.1);
}

.border-y-aqua-700\/100 {
  border-top-color: rgb(68 143 121 / 1);
  border-bottom-color: rgb(68 143 121 / 1);
}

.border-y-aqua-700\/20 {
  border-top-color: rgb(68 143 121 / 0.2);
  border-bottom-color: rgb(68 143 121 / 0.2);
}

.border-y-aqua-700\/25 {
  border-top-color: rgb(68 143 121 / 0.25);
  border-bottom-color: rgb(68 143 121 / 0.25);
}

.border-y-aqua-700\/30 {
  border-top-color: rgb(68 143 121 / 0.3);
  border-bottom-color: rgb(68 143 121 / 0.3);
}

.border-y-aqua-700\/40 {
  border-top-color: rgb(68 143 121 / 0.4);
  border-bottom-color: rgb(68 143 121 / 0.4);
}

.border-y-aqua-700\/5 {
  border-top-color: rgb(68 143 121 / 0.05);
  border-bottom-color: rgb(68 143 121 / 0.05);
}

.border-y-aqua-700\/50 {
  border-top-color: rgb(68 143 121 / 0.5);
  border-bottom-color: rgb(68 143 121 / 0.5);
}

.border-y-aqua-700\/60 {
  border-top-color: rgb(68 143 121 / 0.6);
  border-bottom-color: rgb(68 143 121 / 0.6);
}

.border-y-aqua-700\/70 {
  border-top-color: rgb(68 143 121 / 0.7);
  border-bottom-color: rgb(68 143 121 / 0.7);
}

.border-y-aqua-700\/75 {
  border-top-color: rgb(68 143 121 / 0.75);
  border-bottom-color: rgb(68 143 121 / 0.75);
}

.border-y-aqua-700\/80 {
  border-top-color: rgb(68 143 121 / 0.8);
  border-bottom-color: rgb(68 143 121 / 0.8);
}

.border-y-aqua-700\/90 {
  border-top-color: rgb(68 143 121 / 0.9);
  border-bottom-color: rgb(68 143 121 / 0.9);
}

.border-y-aqua-700\/95 {
  border-top-color: rgb(68 143 121 / 0.95);
  border-bottom-color: rgb(68 143 121 / 0.95);
}

.border-y-aqua-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(50 105 89 / var(--tw-border-opacity));
  border-bottom-color: rgb(50 105 89 / var(--tw-border-opacity));
}

.border-y-aqua-800\/0 {
  border-top-color: rgb(50 105 89 / 0);
  border-bottom-color: rgb(50 105 89 / 0);
}

.border-y-aqua-800\/10 {
  border-top-color: rgb(50 105 89 / 0.1);
  border-bottom-color: rgb(50 105 89 / 0.1);
}

.border-y-aqua-800\/100 {
  border-top-color: rgb(50 105 89 / 1);
  border-bottom-color: rgb(50 105 89 / 1);
}

.border-y-aqua-800\/20 {
  border-top-color: rgb(50 105 89 / 0.2);
  border-bottom-color: rgb(50 105 89 / 0.2);
}

.border-y-aqua-800\/25 {
  border-top-color: rgb(50 105 89 / 0.25);
  border-bottom-color: rgb(50 105 89 / 0.25);
}

.border-y-aqua-800\/30 {
  border-top-color: rgb(50 105 89 / 0.3);
  border-bottom-color: rgb(50 105 89 / 0.3);
}

.border-y-aqua-800\/40 {
  border-top-color: rgb(50 105 89 / 0.4);
  border-bottom-color: rgb(50 105 89 / 0.4);
}

.border-y-aqua-800\/5 {
  border-top-color: rgb(50 105 89 / 0.05);
  border-bottom-color: rgb(50 105 89 / 0.05);
}

.border-y-aqua-800\/50 {
  border-top-color: rgb(50 105 89 / 0.5);
  border-bottom-color: rgb(50 105 89 / 0.5);
}

.border-y-aqua-800\/60 {
  border-top-color: rgb(50 105 89 / 0.6);
  border-bottom-color: rgb(50 105 89 / 0.6);
}

.border-y-aqua-800\/70 {
  border-top-color: rgb(50 105 89 / 0.7);
  border-bottom-color: rgb(50 105 89 / 0.7);
}

.border-y-aqua-800\/75 {
  border-top-color: rgb(50 105 89 / 0.75);
  border-bottom-color: rgb(50 105 89 / 0.75);
}

.border-y-aqua-800\/80 {
  border-top-color: rgb(50 105 89 / 0.8);
  border-bottom-color: rgb(50 105 89 / 0.8);
}

.border-y-aqua-800\/90 {
  border-top-color: rgb(50 105 89 / 0.9);
  border-bottom-color: rgb(50 105 89 / 0.9);
}

.border-y-aqua-800\/95 {
  border-top-color: rgb(50 105 89 / 0.95);
  border-bottom-color: rgb(50 105 89 / 0.95);
}

.border-y-aqua-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(32 67 57 / var(--tw-border-opacity));
  border-bottom-color: rgb(32 67 57 / var(--tw-border-opacity));
}

.border-y-aqua-900\/0 {
  border-top-color: rgb(32 67 57 / 0);
  border-bottom-color: rgb(32 67 57 / 0);
}

.border-y-aqua-900\/10 {
  border-top-color: rgb(32 67 57 / 0.1);
  border-bottom-color: rgb(32 67 57 / 0.1);
}

.border-y-aqua-900\/100 {
  border-top-color: rgb(32 67 57 / 1);
  border-bottom-color: rgb(32 67 57 / 1);
}

.border-y-aqua-900\/20 {
  border-top-color: rgb(32 67 57 / 0.2);
  border-bottom-color: rgb(32 67 57 / 0.2);
}

.border-y-aqua-900\/25 {
  border-top-color: rgb(32 67 57 / 0.25);
  border-bottom-color: rgb(32 67 57 / 0.25);
}

.border-y-aqua-900\/30 {
  border-top-color: rgb(32 67 57 / 0.3);
  border-bottom-color: rgb(32 67 57 / 0.3);
}

.border-y-aqua-900\/40 {
  border-top-color: rgb(32 67 57 / 0.4);
  border-bottom-color: rgb(32 67 57 / 0.4);
}

.border-y-aqua-900\/5 {
  border-top-color: rgb(32 67 57 / 0.05);
  border-bottom-color: rgb(32 67 57 / 0.05);
}

.border-y-aqua-900\/50 {
  border-top-color: rgb(32 67 57 / 0.5);
  border-bottom-color: rgb(32 67 57 / 0.5);
}

.border-y-aqua-900\/60 {
  border-top-color: rgb(32 67 57 / 0.6);
  border-bottom-color: rgb(32 67 57 / 0.6);
}

.border-y-aqua-900\/70 {
  border-top-color: rgb(32 67 57 / 0.7);
  border-bottom-color: rgb(32 67 57 / 0.7);
}

.border-y-aqua-900\/75 {
  border-top-color: rgb(32 67 57 / 0.75);
  border-bottom-color: rgb(32 67 57 / 0.75);
}

.border-y-aqua-900\/80 {
  border-top-color: rgb(32 67 57 / 0.8);
  border-bottom-color: rgb(32 67 57 / 0.8);
}

.border-y-aqua-900\/90 {
  border-top-color: rgb(32 67 57 / 0.9);
  border-bottom-color: rgb(32 67 57 / 0.9);
}

.border-y-aqua-900\/95 {
  border-top-color: rgb(32 67 57 / 0.95);
  border-bottom-color: rgb(32 67 57 / 0.95);
}

.border-y-aqua\/0 {
  border-top-color: rgb(129 195 175 / 0);
  border-bottom-color: rgb(129 195 175 / 0);
}

.border-y-aqua\/10 {
  border-top-color: rgb(129 195 175 / 0.1);
  border-bottom-color: rgb(129 195 175 / 0.1);
}

.border-y-aqua\/100 {
  border-top-color: rgb(129 195 175 / 1);
  border-bottom-color: rgb(129 195 175 / 1);
}

.border-y-aqua\/20 {
  border-top-color: rgb(129 195 175 / 0.2);
  border-bottom-color: rgb(129 195 175 / 0.2);
}

.border-y-aqua\/25 {
  border-top-color: rgb(129 195 175 / 0.25);
  border-bottom-color: rgb(129 195 175 / 0.25);
}

.border-y-aqua\/30 {
  border-top-color: rgb(129 195 175 / 0.3);
  border-bottom-color: rgb(129 195 175 / 0.3);
}

.border-y-aqua\/40 {
  border-top-color: rgb(129 195 175 / 0.4);
  border-bottom-color: rgb(129 195 175 / 0.4);
}

.border-y-aqua\/5 {
  border-top-color: rgb(129 195 175 / 0.05);
  border-bottom-color: rgb(129 195 175 / 0.05);
}

.border-y-aqua\/50 {
  border-top-color: rgb(129 195 175 / 0.5);
  border-bottom-color: rgb(129 195 175 / 0.5);
}

.border-y-aqua\/60 {
  border-top-color: rgb(129 195 175 / 0.6);
  border-bottom-color: rgb(129 195 175 / 0.6);
}

.border-y-aqua\/70 {
  border-top-color: rgb(129 195 175 / 0.7);
  border-bottom-color: rgb(129 195 175 / 0.7);
}

.border-y-aqua\/75 {
  border-top-color: rgb(129 195 175 / 0.75);
  border-bottom-color: rgb(129 195 175 / 0.75);
}

.border-y-aqua\/80 {
  border-top-color: rgb(129 195 175 / 0.8);
  border-bottom-color: rgb(129 195 175 / 0.8);
}

.border-y-aqua\/90 {
  border-top-color: rgb(129 195 175 / 0.9);
  border-bottom-color: rgb(129 195 175 / 0.9);
}

.border-y-aqua\/95 {
  border-top-color: rgb(129 195 175 / 0.95);
  border-bottom-color: rgb(129 195 175 / 0.95);
}

.border-y-black {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-y-black\/0 {
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}

.border-y-black\/10 {
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.border-y-black\/100 {
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}

.border-y-black\/20 {
  border-top-color: rgb(0 0 0 / 0.2);
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.border-y-black\/25 {
  border-top-color: rgb(0 0 0 / 0.25);
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.border-y-black\/30 {
  border-top-color: rgb(0 0 0 / 0.3);
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.border-y-black\/40 {
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.border-y-black\/5 {
  border-top-color: rgb(0 0 0 / 0.05);
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.border-y-black\/50 {
  border-top-color: rgb(0 0 0 / 0.5);
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.border-y-black\/60 {
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.border-y-black\/70 {
  border-top-color: rgb(0 0 0 / 0.7);
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.border-y-black\/75 {
  border-top-color: rgb(0 0 0 / 0.75);
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.border-y-black\/80 {
  border-top-color: rgb(0 0 0 / 0.8);
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.border-y-black\/90 {
  border-top-color: rgb(0 0 0 / 0.9);
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.border-y-black\/95 {
  border-top-color: rgb(0 0 0 / 0.95);
  border-bottom-color: rgb(0 0 0 / 0.95);
}

.border-y-blue {
  --tw-border-opacity: 1;
  border-top-color: rgb(155 211 242 / var(--tw-border-opacity));
  border-bottom-color: rgb(155 211 242 / var(--tw-border-opacity));
}

.border-y-blue-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(227 240 251 / var(--tw-border-opacity));
  border-bottom-color: rgb(227 240 251 / var(--tw-border-opacity));
}

.border-y-blue-100\/0 {
  border-top-color: rgb(227 240 251 / 0);
  border-bottom-color: rgb(227 240 251 / 0);
}

.border-y-blue-100\/10 {
  border-top-color: rgb(227 240 251 / 0.1);
  border-bottom-color: rgb(227 240 251 / 0.1);
}

.border-y-blue-100\/100 {
  border-top-color: rgb(227 240 251 / 1);
  border-bottom-color: rgb(227 240 251 / 1);
}

.border-y-blue-100\/20 {
  border-top-color: rgb(227 240 251 / 0.2);
  border-bottom-color: rgb(227 240 251 / 0.2);
}

.border-y-blue-100\/25 {
  border-top-color: rgb(227 240 251 / 0.25);
  border-bottom-color: rgb(227 240 251 / 0.25);
}

.border-y-blue-100\/30 {
  border-top-color: rgb(227 240 251 / 0.3);
  border-bottom-color: rgb(227 240 251 / 0.3);
}

.border-y-blue-100\/40 {
  border-top-color: rgb(227 240 251 / 0.4);
  border-bottom-color: rgb(227 240 251 / 0.4);
}

.border-y-blue-100\/5 {
  border-top-color: rgb(227 240 251 / 0.05);
  border-bottom-color: rgb(227 240 251 / 0.05);
}

.border-y-blue-100\/50 {
  border-top-color: rgb(227 240 251 / 0.5);
  border-bottom-color: rgb(227 240 251 / 0.5);
}

.border-y-blue-100\/60 {
  border-top-color: rgb(227 240 251 / 0.6);
  border-bottom-color: rgb(227 240 251 / 0.6);
}

.border-y-blue-100\/70 {
  border-top-color: rgb(227 240 251 / 0.7);
  border-bottom-color: rgb(227 240 251 / 0.7);
}

.border-y-blue-100\/75 {
  border-top-color: rgb(227 240 251 / 0.75);
  border-bottom-color: rgb(227 240 251 / 0.75);
}

.border-y-blue-100\/80 {
  border-top-color: rgb(227 240 251 / 0.8);
  border-bottom-color: rgb(227 240 251 / 0.8);
}

.border-y-blue-100\/90 {
  border-top-color: rgb(227 240 251 / 0.9);
  border-bottom-color: rgb(227 240 251 / 0.9);
}

.border-y-blue-100\/95 {
  border-top-color: rgb(227 240 251 / 0.95);
  border-bottom-color: rgb(227 240 251 / 0.95);
}

.border-y-blue-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(192 226 247 / var(--tw-border-opacity));
  border-bottom-color: rgb(192 226 247 / var(--tw-border-opacity));
}

.border-y-blue-200\/0 {
  border-top-color: rgb(192 226 247 / 0);
  border-bottom-color: rgb(192 226 247 / 0);
}

.border-y-blue-200\/10 {
  border-top-color: rgb(192 226 247 / 0.1);
  border-bottom-color: rgb(192 226 247 / 0.1);
}

.border-y-blue-200\/100 {
  border-top-color: rgb(192 226 247 / 1);
  border-bottom-color: rgb(192 226 247 / 1);
}

.border-y-blue-200\/20 {
  border-top-color: rgb(192 226 247 / 0.2);
  border-bottom-color: rgb(192 226 247 / 0.2);
}

.border-y-blue-200\/25 {
  border-top-color: rgb(192 226 247 / 0.25);
  border-bottom-color: rgb(192 226 247 / 0.25);
}

.border-y-blue-200\/30 {
  border-top-color: rgb(192 226 247 / 0.3);
  border-bottom-color: rgb(192 226 247 / 0.3);
}

.border-y-blue-200\/40 {
  border-top-color: rgb(192 226 247 / 0.4);
  border-bottom-color: rgb(192 226 247 / 0.4);
}

.border-y-blue-200\/5 {
  border-top-color: rgb(192 226 247 / 0.05);
  border-bottom-color: rgb(192 226 247 / 0.05);
}

.border-y-blue-200\/50 {
  border-top-color: rgb(192 226 247 / 0.5);
  border-bottom-color: rgb(192 226 247 / 0.5);
}

.border-y-blue-200\/60 {
  border-top-color: rgb(192 226 247 / 0.6);
  border-bottom-color: rgb(192 226 247 / 0.6);
}

.border-y-blue-200\/70 {
  border-top-color: rgb(192 226 247 / 0.7);
  border-bottom-color: rgb(192 226 247 / 0.7);
}

.border-y-blue-200\/75 {
  border-top-color: rgb(192 226 247 / 0.75);
  border-bottom-color: rgb(192 226 247 / 0.75);
}

.border-y-blue-200\/80 {
  border-top-color: rgb(192 226 247 / 0.8);
  border-bottom-color: rgb(192 226 247 / 0.8);
}

.border-y-blue-200\/90 {
  border-top-color: rgb(192 226 247 / 0.9);
  border-bottom-color: rgb(192 226 247 / 0.9);
}

.border-y-blue-200\/95 {
  border-top-color: rgb(192 226 247 / 0.95);
  border-bottom-color: rgb(192 226 247 / 0.95);
}

.border-y-blue-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(155 211 242 / var(--tw-border-opacity));
  border-bottom-color: rgb(155 211 242 / var(--tw-border-opacity));
}

.border-y-blue-300\/0 {
  border-top-color: rgb(155 211 242 / 0);
  border-bottom-color: rgb(155 211 242 / 0);
}

.border-y-blue-300\/10 {
  border-top-color: rgb(155 211 242 / 0.1);
  border-bottom-color: rgb(155 211 242 / 0.1);
}

.border-y-blue-300\/100 {
  border-top-color: rgb(155 211 242 / 1);
  border-bottom-color: rgb(155 211 242 / 1);
}

.border-y-blue-300\/20 {
  border-top-color: rgb(155 211 242 / 0.2);
  border-bottom-color: rgb(155 211 242 / 0.2);
}

.border-y-blue-300\/25 {
  border-top-color: rgb(155 211 242 / 0.25);
  border-bottom-color: rgb(155 211 242 / 0.25);
}

.border-y-blue-300\/30 {
  border-top-color: rgb(155 211 242 / 0.3);
  border-bottom-color: rgb(155 211 242 / 0.3);
}

.border-y-blue-300\/40 {
  border-top-color: rgb(155 211 242 / 0.4);
  border-bottom-color: rgb(155 211 242 / 0.4);
}

.border-y-blue-300\/5 {
  border-top-color: rgb(155 211 242 / 0.05);
  border-bottom-color: rgb(155 211 242 / 0.05);
}

.border-y-blue-300\/50 {
  border-top-color: rgb(155 211 242 / 0.5);
  border-bottom-color: rgb(155 211 242 / 0.5);
}

.border-y-blue-300\/60 {
  border-top-color: rgb(155 211 242 / 0.6);
  border-bottom-color: rgb(155 211 242 / 0.6);
}

.border-y-blue-300\/70 {
  border-top-color: rgb(155 211 242 / 0.7);
  border-bottom-color: rgb(155 211 242 / 0.7);
}

.border-y-blue-300\/75 {
  border-top-color: rgb(155 211 242 / 0.75);
  border-bottom-color: rgb(155 211 242 / 0.75);
}

.border-y-blue-300\/80 {
  border-top-color: rgb(155 211 242 / 0.8);
  border-bottom-color: rgb(155 211 242 / 0.8);
}

.border-y-blue-300\/90 {
  border-top-color: rgb(155 211 242 / 0.9);
  border-bottom-color: rgb(155 211 242 / 0.9);
}

.border-y-blue-300\/95 {
  border-top-color: rgb(155 211 242 / 0.95);
  border-bottom-color: rgb(155 211 242 / 0.95);
}

.border-y-blue-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(75 177 229 / var(--tw-border-opacity));
  border-bottom-color: rgb(75 177 229 / var(--tw-border-opacity));
}

.border-y-blue-400\/0 {
  border-top-color: rgb(75 177 229 / 0);
  border-bottom-color: rgb(75 177 229 / 0);
}

.border-y-blue-400\/10 {
  border-top-color: rgb(75 177 229 / 0.1);
  border-bottom-color: rgb(75 177 229 / 0.1);
}

.border-y-blue-400\/100 {
  border-top-color: rgb(75 177 229 / 1);
  border-bottom-color: rgb(75 177 229 / 1);
}

.border-y-blue-400\/20 {
  border-top-color: rgb(75 177 229 / 0.2);
  border-bottom-color: rgb(75 177 229 / 0.2);
}

.border-y-blue-400\/25 {
  border-top-color: rgb(75 177 229 / 0.25);
  border-bottom-color: rgb(75 177 229 / 0.25);
}

.border-y-blue-400\/30 {
  border-top-color: rgb(75 177 229 / 0.3);
  border-bottom-color: rgb(75 177 229 / 0.3);
}

.border-y-blue-400\/40 {
  border-top-color: rgb(75 177 229 / 0.4);
  border-bottom-color: rgb(75 177 229 / 0.4);
}

.border-y-blue-400\/5 {
  border-top-color: rgb(75 177 229 / 0.05);
  border-bottom-color: rgb(75 177 229 / 0.05);
}

.border-y-blue-400\/50 {
  border-top-color: rgb(75 177 229 / 0.5);
  border-bottom-color: rgb(75 177 229 / 0.5);
}

.border-y-blue-400\/60 {
  border-top-color: rgb(75 177 229 / 0.6);
  border-bottom-color: rgb(75 177 229 / 0.6);
}

.border-y-blue-400\/70 {
  border-top-color: rgb(75 177 229 / 0.7);
  border-bottom-color: rgb(75 177 229 / 0.7);
}

.border-y-blue-400\/75 {
  border-top-color: rgb(75 177 229 / 0.75);
  border-bottom-color: rgb(75 177 229 / 0.75);
}

.border-y-blue-400\/80 {
  border-top-color: rgb(75 177 229 / 0.8);
  border-bottom-color: rgb(75 177 229 / 0.8);
}

.border-y-blue-400\/90 {
  border-top-color: rgb(75 177 229 / 0.9);
  border-bottom-color: rgb(75 177 229 / 0.9);
}

.border-y-blue-400\/95 {
  border-top-color: rgb(75 177 229 / 0.95);
  border-bottom-color: rgb(75 177 229 / 0.95);
}

.border-y-blue-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(241 249 254 / var(--tw-border-opacity));
  border-bottom-color: rgb(241 249 254 / var(--tw-border-opacity));
}

.border-y-blue-50\/0 {
  border-top-color: rgb(241 249 254 / 0);
  border-bottom-color: rgb(241 249 254 / 0);
}

.border-y-blue-50\/10 {
  border-top-color: rgb(241 249 254 / 0.1);
  border-bottom-color: rgb(241 249 254 / 0.1);
}

.border-y-blue-50\/100 {
  border-top-color: rgb(241 249 254 / 1);
  border-bottom-color: rgb(241 249 254 / 1);
}

.border-y-blue-50\/20 {
  border-top-color: rgb(241 249 254 / 0.2);
  border-bottom-color: rgb(241 249 254 / 0.2);
}

.border-y-blue-50\/25 {
  border-top-color: rgb(241 249 254 / 0.25);
  border-bottom-color: rgb(241 249 254 / 0.25);
}

.border-y-blue-50\/30 {
  border-top-color: rgb(241 249 254 / 0.3);
  border-bottom-color: rgb(241 249 254 / 0.3);
}

.border-y-blue-50\/40 {
  border-top-color: rgb(241 249 254 / 0.4);
  border-bottom-color: rgb(241 249 254 / 0.4);
}

.border-y-blue-50\/5 {
  border-top-color: rgb(241 249 254 / 0.05);
  border-bottom-color: rgb(241 249 254 / 0.05);
}

.border-y-blue-50\/50 {
  border-top-color: rgb(241 249 254 / 0.5);
  border-bottom-color: rgb(241 249 254 / 0.5);
}

.border-y-blue-50\/60 {
  border-top-color: rgb(241 249 254 / 0.6);
  border-bottom-color: rgb(241 249 254 / 0.6);
}

.border-y-blue-50\/70 {
  border-top-color: rgb(241 249 254 / 0.7);
  border-bottom-color: rgb(241 249 254 / 0.7);
}

.border-y-blue-50\/75 {
  border-top-color: rgb(241 249 254 / 0.75);
  border-bottom-color: rgb(241 249 254 / 0.75);
}

.border-y-blue-50\/80 {
  border-top-color: rgb(241 249 254 / 0.8);
  border-bottom-color: rgb(241 249 254 / 0.8);
}

.border-y-blue-50\/90 {
  border-top-color: rgb(241 249 254 / 0.9);
  border-bottom-color: rgb(241 249 254 / 0.9);
}

.border-y-blue-50\/95 {
  border-top-color: rgb(241 249 254 / 0.95);
  border-bottom-color: rgb(241 249 254 / 0.95);
}

.border-y-blue-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(35 151 212 / var(--tw-border-opacity));
  border-bottom-color: rgb(35 151 212 / var(--tw-border-opacity));
}

.border-y-blue-500\/0 {
  border-top-color: rgb(35 151 212 / 0);
  border-bottom-color: rgb(35 151 212 / 0);
}

.border-y-blue-500\/10 {
  border-top-color: rgb(35 151 212 / 0.1);
  border-bottom-color: rgb(35 151 212 / 0.1);
}

.border-y-blue-500\/100 {
  border-top-color: rgb(35 151 212 / 1);
  border-bottom-color: rgb(35 151 212 / 1);
}

.border-y-blue-500\/20 {
  border-top-color: rgb(35 151 212 / 0.2);
  border-bottom-color: rgb(35 151 212 / 0.2);
}

.border-y-blue-500\/25 {
  border-top-color: rgb(35 151 212 / 0.25);
  border-bottom-color: rgb(35 151 212 / 0.25);
}

.border-y-blue-500\/30 {
  border-top-color: rgb(35 151 212 / 0.3);
  border-bottom-color: rgb(35 151 212 / 0.3);
}

.border-y-blue-500\/40 {
  border-top-color: rgb(35 151 212 / 0.4);
  border-bottom-color: rgb(35 151 212 / 0.4);
}

.border-y-blue-500\/5 {
  border-top-color: rgb(35 151 212 / 0.05);
  border-bottom-color: rgb(35 151 212 / 0.05);
}

.border-y-blue-500\/50 {
  border-top-color: rgb(35 151 212 / 0.5);
  border-bottom-color: rgb(35 151 212 / 0.5);
}

.border-y-blue-500\/60 {
  border-top-color: rgb(35 151 212 / 0.6);
  border-bottom-color: rgb(35 151 212 / 0.6);
}

.border-y-blue-500\/70 {
  border-top-color: rgb(35 151 212 / 0.7);
  border-bottom-color: rgb(35 151 212 / 0.7);
}

.border-y-blue-500\/75 {
  border-top-color: rgb(35 151 212 / 0.75);
  border-bottom-color: rgb(35 151 212 / 0.75);
}

.border-y-blue-500\/80 {
  border-top-color: rgb(35 151 212 / 0.8);
  border-bottom-color: rgb(35 151 212 / 0.8);
}

.border-y-blue-500\/90 {
  border-top-color: rgb(35 151 212 / 0.9);
  border-bottom-color: rgb(35 151 212 / 0.9);
}

.border-y-blue-500\/95 {
  border-top-color: rgb(35 151 212 / 0.95);
  border-bottom-color: rgb(35 151 212 / 0.95);
}

.border-y-blue-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(21 121 180 / var(--tw-border-opacity));
  border-bottom-color: rgb(21 121 180 / var(--tw-border-opacity));
}

.border-y-blue-600\/0 {
  border-top-color: rgb(21 121 180 / 0);
  border-bottom-color: rgb(21 121 180 / 0);
}

.border-y-blue-600\/10 {
  border-top-color: rgb(21 121 180 / 0.1);
  border-bottom-color: rgb(21 121 180 / 0.1);
}

.border-y-blue-600\/100 {
  border-top-color: rgb(21 121 180 / 1);
  border-bottom-color: rgb(21 121 180 / 1);
}

.border-y-blue-600\/20 {
  border-top-color: rgb(21 121 180 / 0.2);
  border-bottom-color: rgb(21 121 180 / 0.2);
}

.border-y-blue-600\/25 {
  border-top-color: rgb(21 121 180 / 0.25);
  border-bottom-color: rgb(21 121 180 / 0.25);
}

.border-y-blue-600\/30 {
  border-top-color: rgb(21 121 180 / 0.3);
  border-bottom-color: rgb(21 121 180 / 0.3);
}

.border-y-blue-600\/40 {
  border-top-color: rgb(21 121 180 / 0.4);
  border-bottom-color: rgb(21 121 180 / 0.4);
}

.border-y-blue-600\/5 {
  border-top-color: rgb(21 121 180 / 0.05);
  border-bottom-color: rgb(21 121 180 / 0.05);
}

.border-y-blue-600\/50 {
  border-top-color: rgb(21 121 180 / 0.5);
  border-bottom-color: rgb(21 121 180 / 0.5);
}

.border-y-blue-600\/60 {
  border-top-color: rgb(21 121 180 / 0.6);
  border-bottom-color: rgb(21 121 180 / 0.6);
}

.border-y-blue-600\/70 {
  border-top-color: rgb(21 121 180 / 0.7);
  border-bottom-color: rgb(21 121 180 / 0.7);
}

.border-y-blue-600\/75 {
  border-top-color: rgb(21 121 180 / 0.75);
  border-bottom-color: rgb(21 121 180 / 0.75);
}

.border-y-blue-600\/80 {
  border-top-color: rgb(21 121 180 / 0.8);
  border-bottom-color: rgb(21 121 180 / 0.8);
}

.border-y-blue-600\/90 {
  border-top-color: rgb(21 121 180 / 0.9);
  border-bottom-color: rgb(21 121 180 / 0.9);
}

.border-y-blue-600\/95 {
  border-top-color: rgb(21 121 180 / 0.95);
  border-bottom-color: rgb(21 121 180 / 0.95);
}

.border-y-blue-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(18 97 146 / var(--tw-border-opacity));
  border-bottom-color: rgb(18 97 146 / var(--tw-border-opacity));
}

.border-y-blue-700\/0 {
  border-top-color: rgb(18 97 146 / 0);
  border-bottom-color: rgb(18 97 146 / 0);
}

.border-y-blue-700\/10 {
  border-top-color: rgb(18 97 146 / 0.1);
  border-bottom-color: rgb(18 97 146 / 0.1);
}

.border-y-blue-700\/100 {
  border-top-color: rgb(18 97 146 / 1);
  border-bottom-color: rgb(18 97 146 / 1);
}

.border-y-blue-700\/20 {
  border-top-color: rgb(18 97 146 / 0.2);
  border-bottom-color: rgb(18 97 146 / 0.2);
}

.border-y-blue-700\/25 {
  border-top-color: rgb(18 97 146 / 0.25);
  border-bottom-color: rgb(18 97 146 / 0.25);
}

.border-y-blue-700\/30 {
  border-top-color: rgb(18 97 146 / 0.3);
  border-bottom-color: rgb(18 97 146 / 0.3);
}

.border-y-blue-700\/40 {
  border-top-color: rgb(18 97 146 / 0.4);
  border-bottom-color: rgb(18 97 146 / 0.4);
}

.border-y-blue-700\/5 {
  border-top-color: rgb(18 97 146 / 0.05);
  border-bottom-color: rgb(18 97 146 / 0.05);
}

.border-y-blue-700\/50 {
  border-top-color: rgb(18 97 146 / 0.5);
  border-bottom-color: rgb(18 97 146 / 0.5);
}

.border-y-blue-700\/60 {
  border-top-color: rgb(18 97 146 / 0.6);
  border-bottom-color: rgb(18 97 146 / 0.6);
}

.border-y-blue-700\/70 {
  border-top-color: rgb(18 97 146 / 0.7);
  border-bottom-color: rgb(18 97 146 / 0.7);
}

.border-y-blue-700\/75 {
  border-top-color: rgb(18 97 146 / 0.75);
  border-bottom-color: rgb(18 97 146 / 0.75);
}

.border-y-blue-700\/80 {
  border-top-color: rgb(18 97 146 / 0.8);
  border-bottom-color: rgb(18 97 146 / 0.8);
}

.border-y-blue-700\/90 {
  border-top-color: rgb(18 97 146 / 0.9);
  border-bottom-color: rgb(18 97 146 / 0.9);
}

.border-y-blue-700\/95 {
  border-top-color: rgb(18 97 146 / 0.95);
  border-bottom-color: rgb(18 97 146 / 0.95);
}

.border-y-blue-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(19 82 121 / var(--tw-border-opacity));
  border-bottom-color: rgb(19 82 121 / var(--tw-border-opacity));
}

.border-y-blue-800\/0 {
  border-top-color: rgb(19 82 121 / 0);
  border-bottom-color: rgb(19 82 121 / 0);
}

.border-y-blue-800\/10 {
  border-top-color: rgb(19 82 121 / 0.1);
  border-bottom-color: rgb(19 82 121 / 0.1);
}

.border-y-blue-800\/100 {
  border-top-color: rgb(19 82 121 / 1);
  border-bottom-color: rgb(19 82 121 / 1);
}

.border-y-blue-800\/20 {
  border-top-color: rgb(19 82 121 / 0.2);
  border-bottom-color: rgb(19 82 121 / 0.2);
}

.border-y-blue-800\/25 {
  border-top-color: rgb(19 82 121 / 0.25);
  border-bottom-color: rgb(19 82 121 / 0.25);
}

.border-y-blue-800\/30 {
  border-top-color: rgb(19 82 121 / 0.3);
  border-bottom-color: rgb(19 82 121 / 0.3);
}

.border-y-blue-800\/40 {
  border-top-color: rgb(19 82 121 / 0.4);
  border-bottom-color: rgb(19 82 121 / 0.4);
}

.border-y-blue-800\/5 {
  border-top-color: rgb(19 82 121 / 0.05);
  border-bottom-color: rgb(19 82 121 / 0.05);
}

.border-y-blue-800\/50 {
  border-top-color: rgb(19 82 121 / 0.5);
  border-bottom-color: rgb(19 82 121 / 0.5);
}

.border-y-blue-800\/60 {
  border-top-color: rgb(19 82 121 / 0.6);
  border-bottom-color: rgb(19 82 121 / 0.6);
}

.border-y-blue-800\/70 {
  border-top-color: rgb(19 82 121 / 0.7);
  border-bottom-color: rgb(19 82 121 / 0.7);
}

.border-y-blue-800\/75 {
  border-top-color: rgb(19 82 121 / 0.75);
  border-bottom-color: rgb(19 82 121 / 0.75);
}

.border-y-blue-800\/80 {
  border-top-color: rgb(19 82 121 / 0.8);
  border-bottom-color: rgb(19 82 121 / 0.8);
}

.border-y-blue-800\/90 {
  border-top-color: rgb(19 82 121 / 0.9);
  border-bottom-color: rgb(19 82 121 / 0.9);
}

.border-y-blue-800\/95 {
  border-top-color: rgb(19 82 121 / 0.95);
  border-bottom-color: rgb(19 82 121 / 0.95);
}

.border-y-blue-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(21 68 101 / var(--tw-border-opacity));
  border-bottom-color: rgb(21 68 101 / var(--tw-border-opacity));
}

.border-y-blue-900\/0 {
  border-top-color: rgb(21 68 101 / 0);
  border-bottom-color: rgb(21 68 101 / 0);
}

.border-y-blue-900\/10 {
  border-top-color: rgb(21 68 101 / 0.1);
  border-bottom-color: rgb(21 68 101 / 0.1);
}

.border-y-blue-900\/100 {
  border-top-color: rgb(21 68 101 / 1);
  border-bottom-color: rgb(21 68 101 / 1);
}

.border-y-blue-900\/20 {
  border-top-color: rgb(21 68 101 / 0.2);
  border-bottom-color: rgb(21 68 101 / 0.2);
}

.border-y-blue-900\/25 {
  border-top-color: rgb(21 68 101 / 0.25);
  border-bottom-color: rgb(21 68 101 / 0.25);
}

.border-y-blue-900\/30 {
  border-top-color: rgb(21 68 101 / 0.3);
  border-bottom-color: rgb(21 68 101 / 0.3);
}

.border-y-blue-900\/40 {
  border-top-color: rgb(21 68 101 / 0.4);
  border-bottom-color: rgb(21 68 101 / 0.4);
}

.border-y-blue-900\/5 {
  border-top-color: rgb(21 68 101 / 0.05);
  border-bottom-color: rgb(21 68 101 / 0.05);
}

.border-y-blue-900\/50 {
  border-top-color: rgb(21 68 101 / 0.5);
  border-bottom-color: rgb(21 68 101 / 0.5);
}

.border-y-blue-900\/60 {
  border-top-color: rgb(21 68 101 / 0.6);
  border-bottom-color: rgb(21 68 101 / 0.6);
}

.border-y-blue-900\/70 {
  border-top-color: rgb(21 68 101 / 0.7);
  border-bottom-color: rgb(21 68 101 / 0.7);
}

.border-y-blue-900\/75 {
  border-top-color: rgb(21 68 101 / 0.75);
  border-bottom-color: rgb(21 68 101 / 0.75);
}

.border-y-blue-900\/80 {
  border-top-color: rgb(21 68 101 / 0.8);
  border-bottom-color: rgb(21 68 101 / 0.8);
}

.border-y-blue-900\/90 {
  border-top-color: rgb(21 68 101 / 0.9);
  border-bottom-color: rgb(21 68 101 / 0.9);
}

.border-y-blue-900\/95 {
  border-top-color: rgb(21 68 101 / 0.95);
  border-bottom-color: rgb(21 68 101 / 0.95);
}

.border-y-blue-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(14 44 67 / var(--tw-border-opacity));
  border-bottom-color: rgb(14 44 67 / var(--tw-border-opacity));
}

.border-y-blue-950\/0 {
  border-top-color: rgb(14 44 67 / 0);
  border-bottom-color: rgb(14 44 67 / 0);
}

.border-y-blue-950\/10 {
  border-top-color: rgb(14 44 67 / 0.1);
  border-bottom-color: rgb(14 44 67 / 0.1);
}

.border-y-blue-950\/100 {
  border-top-color: rgb(14 44 67 / 1);
  border-bottom-color: rgb(14 44 67 / 1);
}

.border-y-blue-950\/20 {
  border-top-color: rgb(14 44 67 / 0.2);
  border-bottom-color: rgb(14 44 67 / 0.2);
}

.border-y-blue-950\/25 {
  border-top-color: rgb(14 44 67 / 0.25);
  border-bottom-color: rgb(14 44 67 / 0.25);
}

.border-y-blue-950\/30 {
  border-top-color: rgb(14 44 67 / 0.3);
  border-bottom-color: rgb(14 44 67 / 0.3);
}

.border-y-blue-950\/40 {
  border-top-color: rgb(14 44 67 / 0.4);
  border-bottom-color: rgb(14 44 67 / 0.4);
}

.border-y-blue-950\/5 {
  border-top-color: rgb(14 44 67 / 0.05);
  border-bottom-color: rgb(14 44 67 / 0.05);
}

.border-y-blue-950\/50 {
  border-top-color: rgb(14 44 67 / 0.5);
  border-bottom-color: rgb(14 44 67 / 0.5);
}

.border-y-blue-950\/60 {
  border-top-color: rgb(14 44 67 / 0.6);
  border-bottom-color: rgb(14 44 67 / 0.6);
}

.border-y-blue-950\/70 {
  border-top-color: rgb(14 44 67 / 0.7);
  border-bottom-color: rgb(14 44 67 / 0.7);
}

.border-y-blue-950\/75 {
  border-top-color: rgb(14 44 67 / 0.75);
  border-bottom-color: rgb(14 44 67 / 0.75);
}

.border-y-blue-950\/80 {
  border-top-color: rgb(14 44 67 / 0.8);
  border-bottom-color: rgb(14 44 67 / 0.8);
}

.border-y-blue-950\/90 {
  border-top-color: rgb(14 44 67 / 0.9);
  border-bottom-color: rgb(14 44 67 / 0.9);
}

.border-y-blue-950\/95 {
  border-top-color: rgb(14 44 67 / 0.95);
  border-bottom-color: rgb(14 44 67 / 0.95);
}

.border-y-blue\/0 {
  border-top-color: rgb(155 211 242 / 0);
  border-bottom-color: rgb(155 211 242 / 0);
}

.border-y-blue\/10 {
  border-top-color: rgb(155 211 242 / 0.1);
  border-bottom-color: rgb(155 211 242 / 0.1);
}

.border-y-blue\/100 {
  border-top-color: rgb(155 211 242 / 1);
  border-bottom-color: rgb(155 211 242 / 1);
}

.border-y-blue\/20 {
  border-top-color: rgb(155 211 242 / 0.2);
  border-bottom-color: rgb(155 211 242 / 0.2);
}

.border-y-blue\/25 {
  border-top-color: rgb(155 211 242 / 0.25);
  border-bottom-color: rgb(155 211 242 / 0.25);
}

.border-y-blue\/30 {
  border-top-color: rgb(155 211 242 / 0.3);
  border-bottom-color: rgb(155 211 242 / 0.3);
}

.border-y-blue\/40 {
  border-top-color: rgb(155 211 242 / 0.4);
  border-bottom-color: rgb(155 211 242 / 0.4);
}

.border-y-blue\/5 {
  border-top-color: rgb(155 211 242 / 0.05);
  border-bottom-color: rgb(155 211 242 / 0.05);
}

.border-y-blue\/50 {
  border-top-color: rgb(155 211 242 / 0.5);
  border-bottom-color: rgb(155 211 242 / 0.5);
}

.border-y-blue\/60 {
  border-top-color: rgb(155 211 242 / 0.6);
  border-bottom-color: rgb(155 211 242 / 0.6);
}

.border-y-blue\/70 {
  border-top-color: rgb(155 211 242 / 0.7);
  border-bottom-color: rgb(155 211 242 / 0.7);
}

.border-y-blue\/75 {
  border-top-color: rgb(155 211 242 / 0.75);
  border-bottom-color: rgb(155 211 242 / 0.75);
}

.border-y-blue\/80 {
  border-top-color: rgb(155 211 242 / 0.8);
  border-bottom-color: rgb(155 211 242 / 0.8);
}

.border-y-blue\/90 {
  border-top-color: rgb(155 211 242 / 0.9);
  border-bottom-color: rgb(155 211 242 / 0.9);
}

.border-y-blue\/95 {
  border-top-color: rgb(155 211 242 / 0.95);
  border-bottom-color: rgb(155 211 242 / 0.95);
}

.border-y-brown {
  --tw-border-opacity: 1;
  border-top-color: rgb(128 66 54 / var(--tw-border-opacity));
  border-bottom-color: rgb(128 66 54 / var(--tw-border-opacity));
}

.border-y-brown-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 234 223 / var(--tw-border-opacity));
  border-bottom-color: rgb(245 234 223 / var(--tw-border-opacity));
}

.border-y-brown-100\/0 {
  border-top-color: rgb(245 234 223 / 0);
  border-bottom-color: rgb(245 234 223 / 0);
}

.border-y-brown-100\/10 {
  border-top-color: rgb(245 234 223 / 0.1);
  border-bottom-color: rgb(245 234 223 / 0.1);
}

.border-y-brown-100\/100 {
  border-top-color: rgb(245 234 223 / 1);
  border-bottom-color: rgb(245 234 223 / 1);
}

.border-y-brown-100\/20 {
  border-top-color: rgb(245 234 223 / 0.2);
  border-bottom-color: rgb(245 234 223 / 0.2);
}

.border-y-brown-100\/25 {
  border-top-color: rgb(245 234 223 / 0.25);
  border-bottom-color: rgb(245 234 223 / 0.25);
}

.border-y-brown-100\/30 {
  border-top-color: rgb(245 234 223 / 0.3);
  border-bottom-color: rgb(245 234 223 / 0.3);
}

.border-y-brown-100\/40 {
  border-top-color: rgb(245 234 223 / 0.4);
  border-bottom-color: rgb(245 234 223 / 0.4);
}

.border-y-brown-100\/5 {
  border-top-color: rgb(245 234 223 / 0.05);
  border-bottom-color: rgb(245 234 223 / 0.05);
}

.border-y-brown-100\/50 {
  border-top-color: rgb(245 234 223 / 0.5);
  border-bottom-color: rgb(245 234 223 / 0.5);
}

.border-y-brown-100\/60 {
  border-top-color: rgb(245 234 223 / 0.6);
  border-bottom-color: rgb(245 234 223 / 0.6);
}

.border-y-brown-100\/70 {
  border-top-color: rgb(245 234 223 / 0.7);
  border-bottom-color: rgb(245 234 223 / 0.7);
}

.border-y-brown-100\/75 {
  border-top-color: rgb(245 234 223 / 0.75);
  border-bottom-color: rgb(245 234 223 / 0.75);
}

.border-y-brown-100\/80 {
  border-top-color: rgb(245 234 223 / 0.8);
  border-bottom-color: rgb(245 234 223 / 0.8);
}

.border-y-brown-100\/90 {
  border-top-color: rgb(245 234 223 / 0.9);
  border-bottom-color: rgb(245 234 223 / 0.9);
}

.border-y-brown-100\/95 {
  border-top-color: rgb(245 234 223 / 0.95);
  border-bottom-color: rgb(245 234 223 / 0.95);
}

.border-y-brown-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(234 210 190 / var(--tw-border-opacity));
  border-bottom-color: rgb(234 210 190 / var(--tw-border-opacity));
}

.border-y-brown-200\/0 {
  border-top-color: rgb(234 210 190 / 0);
  border-bottom-color: rgb(234 210 190 / 0);
}

.border-y-brown-200\/10 {
  border-top-color: rgb(234 210 190 / 0.1);
  border-bottom-color: rgb(234 210 190 / 0.1);
}

.border-y-brown-200\/100 {
  border-top-color: rgb(234 210 190 / 1);
  border-bottom-color: rgb(234 210 190 / 1);
}

.border-y-brown-200\/20 {
  border-top-color: rgb(234 210 190 / 0.2);
  border-bottom-color: rgb(234 210 190 / 0.2);
}

.border-y-brown-200\/25 {
  border-top-color: rgb(234 210 190 / 0.25);
  border-bottom-color: rgb(234 210 190 / 0.25);
}

.border-y-brown-200\/30 {
  border-top-color: rgb(234 210 190 / 0.3);
  border-bottom-color: rgb(234 210 190 / 0.3);
}

.border-y-brown-200\/40 {
  border-top-color: rgb(234 210 190 / 0.4);
  border-bottom-color: rgb(234 210 190 / 0.4);
}

.border-y-brown-200\/5 {
  border-top-color: rgb(234 210 190 / 0.05);
  border-bottom-color: rgb(234 210 190 / 0.05);
}

.border-y-brown-200\/50 {
  border-top-color: rgb(234 210 190 / 0.5);
  border-bottom-color: rgb(234 210 190 / 0.5);
}

.border-y-brown-200\/60 {
  border-top-color: rgb(234 210 190 / 0.6);
  border-bottom-color: rgb(234 210 190 / 0.6);
}

.border-y-brown-200\/70 {
  border-top-color: rgb(234 210 190 / 0.7);
  border-bottom-color: rgb(234 210 190 / 0.7);
}

.border-y-brown-200\/75 {
  border-top-color: rgb(234 210 190 / 0.75);
  border-bottom-color: rgb(234 210 190 / 0.75);
}

.border-y-brown-200\/80 {
  border-top-color: rgb(234 210 190 / 0.8);
  border-bottom-color: rgb(234 210 190 / 0.8);
}

.border-y-brown-200\/90 {
  border-top-color: rgb(234 210 190 / 0.9);
  border-bottom-color: rgb(234 210 190 / 0.9);
}

.border-y-brown-200\/95 {
  border-top-color: rgb(234 210 190 / 0.95);
  border-bottom-color: rgb(234 210 190 / 0.95);
}

.border-y-brown-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(220 179 149 / var(--tw-border-opacity));
  border-bottom-color: rgb(220 179 149 / var(--tw-border-opacity));
}

.border-y-brown-300\/0 {
  border-top-color: rgb(220 179 149 / 0);
  border-bottom-color: rgb(220 179 149 / 0);
}

.border-y-brown-300\/10 {
  border-top-color: rgb(220 179 149 / 0.1);
  border-bottom-color: rgb(220 179 149 / 0.1);
}

.border-y-brown-300\/100 {
  border-top-color: rgb(220 179 149 / 1);
  border-bottom-color: rgb(220 179 149 / 1);
}

.border-y-brown-300\/20 {
  border-top-color: rgb(220 179 149 / 0.2);
  border-bottom-color: rgb(220 179 149 / 0.2);
}

.border-y-brown-300\/25 {
  border-top-color: rgb(220 179 149 / 0.25);
  border-bottom-color: rgb(220 179 149 / 0.25);
}

.border-y-brown-300\/30 {
  border-top-color: rgb(220 179 149 / 0.3);
  border-bottom-color: rgb(220 179 149 / 0.3);
}

.border-y-brown-300\/40 {
  border-top-color: rgb(220 179 149 / 0.4);
  border-bottom-color: rgb(220 179 149 / 0.4);
}

.border-y-brown-300\/5 {
  border-top-color: rgb(220 179 149 / 0.05);
  border-bottom-color: rgb(220 179 149 / 0.05);
}

.border-y-brown-300\/50 {
  border-top-color: rgb(220 179 149 / 0.5);
  border-bottom-color: rgb(220 179 149 / 0.5);
}

.border-y-brown-300\/60 {
  border-top-color: rgb(220 179 149 / 0.6);
  border-bottom-color: rgb(220 179 149 / 0.6);
}

.border-y-brown-300\/70 {
  border-top-color: rgb(220 179 149 / 0.7);
  border-bottom-color: rgb(220 179 149 / 0.7);
}

.border-y-brown-300\/75 {
  border-top-color: rgb(220 179 149 / 0.75);
  border-bottom-color: rgb(220 179 149 / 0.75);
}

.border-y-brown-300\/80 {
  border-top-color: rgb(220 179 149 / 0.8);
  border-bottom-color: rgb(220 179 149 / 0.8);
}

.border-y-brown-300\/90 {
  border-top-color: rgb(220 179 149 / 0.9);
  border-bottom-color: rgb(220 179 149 / 0.9);
}

.border-y-brown-300\/95 {
  border-top-color: rgb(220 179 149 / 0.95);
  border-bottom-color: rgb(220 179 149 / 0.95);
}

.border-y-brown-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(205 142 106 / var(--tw-border-opacity));
  border-bottom-color: rgb(205 142 106 / var(--tw-border-opacity));
}

.border-y-brown-400\/0 {
  border-top-color: rgb(205 142 106 / 0);
  border-bottom-color: rgb(205 142 106 / 0);
}

.border-y-brown-400\/10 {
  border-top-color: rgb(205 142 106 / 0.1);
  border-bottom-color: rgb(205 142 106 / 0.1);
}

.border-y-brown-400\/100 {
  border-top-color: rgb(205 142 106 / 1);
  border-bottom-color: rgb(205 142 106 / 1);
}

.border-y-brown-400\/20 {
  border-top-color: rgb(205 142 106 / 0.2);
  border-bottom-color: rgb(205 142 106 / 0.2);
}

.border-y-brown-400\/25 {
  border-top-color: rgb(205 142 106 / 0.25);
  border-bottom-color: rgb(205 142 106 / 0.25);
}

.border-y-brown-400\/30 {
  border-top-color: rgb(205 142 106 / 0.3);
  border-bottom-color: rgb(205 142 106 / 0.3);
}

.border-y-brown-400\/40 {
  border-top-color: rgb(205 142 106 / 0.4);
  border-bottom-color: rgb(205 142 106 / 0.4);
}

.border-y-brown-400\/5 {
  border-top-color: rgb(205 142 106 / 0.05);
  border-bottom-color: rgb(205 142 106 / 0.05);
}

.border-y-brown-400\/50 {
  border-top-color: rgb(205 142 106 / 0.5);
  border-bottom-color: rgb(205 142 106 / 0.5);
}

.border-y-brown-400\/60 {
  border-top-color: rgb(205 142 106 / 0.6);
  border-bottom-color: rgb(205 142 106 / 0.6);
}

.border-y-brown-400\/70 {
  border-top-color: rgb(205 142 106 / 0.7);
  border-bottom-color: rgb(205 142 106 / 0.7);
}

.border-y-brown-400\/75 {
  border-top-color: rgb(205 142 106 / 0.75);
  border-bottom-color: rgb(205 142 106 / 0.75);
}

.border-y-brown-400\/80 {
  border-top-color: rgb(205 142 106 / 0.8);
  border-bottom-color: rgb(205 142 106 / 0.8);
}

.border-y-brown-400\/90 {
  border-top-color: rgb(205 142 106 / 0.9);
  border-bottom-color: rgb(205 142 106 / 0.9);
}

.border-y-brown-400\/95 {
  border-top-color: rgb(205 142 106 / 0.95);
  border-bottom-color: rgb(205 142 106 / 0.95);
}

.border-y-brown-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(251 246 241 / var(--tw-border-opacity));
  border-bottom-color: rgb(251 246 241 / var(--tw-border-opacity));
}

.border-y-brown-50\/0 {
  border-top-color: rgb(251 246 241 / 0);
  border-bottom-color: rgb(251 246 241 / 0);
}

.border-y-brown-50\/10 {
  border-top-color: rgb(251 246 241 / 0.1);
  border-bottom-color: rgb(251 246 241 / 0.1);
}

.border-y-brown-50\/100 {
  border-top-color: rgb(251 246 241 / 1);
  border-bottom-color: rgb(251 246 241 / 1);
}

.border-y-brown-50\/20 {
  border-top-color: rgb(251 246 241 / 0.2);
  border-bottom-color: rgb(251 246 241 / 0.2);
}

.border-y-brown-50\/25 {
  border-top-color: rgb(251 246 241 / 0.25);
  border-bottom-color: rgb(251 246 241 / 0.25);
}

.border-y-brown-50\/30 {
  border-top-color: rgb(251 246 241 / 0.3);
  border-bottom-color: rgb(251 246 241 / 0.3);
}

.border-y-brown-50\/40 {
  border-top-color: rgb(251 246 241 / 0.4);
  border-bottom-color: rgb(251 246 241 / 0.4);
}

.border-y-brown-50\/5 {
  border-top-color: rgb(251 246 241 / 0.05);
  border-bottom-color: rgb(251 246 241 / 0.05);
}

.border-y-brown-50\/50 {
  border-top-color: rgb(251 246 241 / 0.5);
  border-bottom-color: rgb(251 246 241 / 0.5);
}

.border-y-brown-50\/60 {
  border-top-color: rgb(251 246 241 / 0.6);
  border-bottom-color: rgb(251 246 241 / 0.6);
}

.border-y-brown-50\/70 {
  border-top-color: rgb(251 246 241 / 0.7);
  border-bottom-color: rgb(251 246 241 / 0.7);
}

.border-y-brown-50\/75 {
  border-top-color: rgb(251 246 241 / 0.75);
  border-bottom-color: rgb(251 246 241 / 0.75);
}

.border-y-brown-50\/80 {
  border-top-color: rgb(251 246 241 / 0.8);
  border-bottom-color: rgb(251 246 241 / 0.8);
}

.border-y-brown-50\/90 {
  border-top-color: rgb(251 246 241 / 0.9);
  border-bottom-color: rgb(251 246 241 / 0.9);
}

.border-y-brown-50\/95 {
  border-top-color: rgb(251 246 241 / 0.95);
  border-bottom-color: rgb(251 246 241 / 0.95);
}

.border-y-brown-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(194 115 77 / var(--tw-border-opacity));
  border-bottom-color: rgb(194 115 77 / var(--tw-border-opacity));
}

.border-y-brown-500\/0 {
  border-top-color: rgb(194 115 77 / 0);
  border-bottom-color: rgb(194 115 77 / 0);
}

.border-y-brown-500\/10 {
  border-top-color: rgb(194 115 77 / 0.1);
  border-bottom-color: rgb(194 115 77 / 0.1);
}

.border-y-brown-500\/100 {
  border-top-color: rgb(194 115 77 / 1);
  border-bottom-color: rgb(194 115 77 / 1);
}

.border-y-brown-500\/20 {
  border-top-color: rgb(194 115 77 / 0.2);
  border-bottom-color: rgb(194 115 77 / 0.2);
}

.border-y-brown-500\/25 {
  border-top-color: rgb(194 115 77 / 0.25);
  border-bottom-color: rgb(194 115 77 / 0.25);
}

.border-y-brown-500\/30 {
  border-top-color: rgb(194 115 77 / 0.3);
  border-bottom-color: rgb(194 115 77 / 0.3);
}

.border-y-brown-500\/40 {
  border-top-color: rgb(194 115 77 / 0.4);
  border-bottom-color: rgb(194 115 77 / 0.4);
}

.border-y-brown-500\/5 {
  border-top-color: rgb(194 115 77 / 0.05);
  border-bottom-color: rgb(194 115 77 / 0.05);
}

.border-y-brown-500\/50 {
  border-top-color: rgb(194 115 77 / 0.5);
  border-bottom-color: rgb(194 115 77 / 0.5);
}

.border-y-brown-500\/60 {
  border-top-color: rgb(194 115 77 / 0.6);
  border-bottom-color: rgb(194 115 77 / 0.6);
}

.border-y-brown-500\/70 {
  border-top-color: rgb(194 115 77 / 0.7);
  border-bottom-color: rgb(194 115 77 / 0.7);
}

.border-y-brown-500\/75 {
  border-top-color: rgb(194 115 77 / 0.75);
  border-bottom-color: rgb(194 115 77 / 0.75);
}

.border-y-brown-500\/80 {
  border-top-color: rgb(194 115 77 / 0.8);
  border-bottom-color: rgb(194 115 77 / 0.8);
}

.border-y-brown-500\/90 {
  border-top-color: rgb(194 115 77 / 0.9);
  border-bottom-color: rgb(194 115 77 / 0.9);
}

.border-y-brown-500\/95 {
  border-top-color: rgb(194 115 77 / 0.95);
  border-bottom-color: rgb(194 115 77 / 0.95);
}

.border-y-brown-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(180 95 66 / var(--tw-border-opacity));
  border-bottom-color: rgb(180 95 66 / var(--tw-border-opacity));
}

.border-y-brown-600\/0 {
  border-top-color: rgb(180 95 66 / 0);
  border-bottom-color: rgb(180 95 66 / 0);
}

.border-y-brown-600\/10 {
  border-top-color: rgb(180 95 66 / 0.1);
  border-bottom-color: rgb(180 95 66 / 0.1);
}

.border-y-brown-600\/100 {
  border-top-color: rgb(180 95 66 / 1);
  border-bottom-color: rgb(180 95 66 / 1);
}

.border-y-brown-600\/20 {
  border-top-color: rgb(180 95 66 / 0.2);
  border-bottom-color: rgb(180 95 66 / 0.2);
}

.border-y-brown-600\/25 {
  border-top-color: rgb(180 95 66 / 0.25);
  border-bottom-color: rgb(180 95 66 / 0.25);
}

.border-y-brown-600\/30 {
  border-top-color: rgb(180 95 66 / 0.3);
  border-bottom-color: rgb(180 95 66 / 0.3);
}

.border-y-brown-600\/40 {
  border-top-color: rgb(180 95 66 / 0.4);
  border-bottom-color: rgb(180 95 66 / 0.4);
}

.border-y-brown-600\/5 {
  border-top-color: rgb(180 95 66 / 0.05);
  border-bottom-color: rgb(180 95 66 / 0.05);
}

.border-y-brown-600\/50 {
  border-top-color: rgb(180 95 66 / 0.5);
  border-bottom-color: rgb(180 95 66 / 0.5);
}

.border-y-brown-600\/60 {
  border-top-color: rgb(180 95 66 / 0.6);
  border-bottom-color: rgb(180 95 66 / 0.6);
}

.border-y-brown-600\/70 {
  border-top-color: rgb(180 95 66 / 0.7);
  border-bottom-color: rgb(180 95 66 / 0.7);
}

.border-y-brown-600\/75 {
  border-top-color: rgb(180 95 66 / 0.75);
  border-bottom-color: rgb(180 95 66 / 0.75);
}

.border-y-brown-600\/80 {
  border-top-color: rgb(180 95 66 / 0.8);
  border-bottom-color: rgb(180 95 66 / 0.8);
}

.border-y-brown-600\/90 {
  border-top-color: rgb(180 95 66 / 0.9);
  border-bottom-color: rgb(180 95 66 / 0.9);
}

.border-y-brown-600\/95 {
  border-top-color: rgb(180 95 66 / 0.95);
  border-bottom-color: rgb(180 95 66 / 0.95);
}

.border-y-brown-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(150 75 56 / var(--tw-border-opacity));
  border-bottom-color: rgb(150 75 56 / var(--tw-border-opacity));
}

.border-y-brown-700\/0 {
  border-top-color: rgb(150 75 56 / 0);
  border-bottom-color: rgb(150 75 56 / 0);
}

.border-y-brown-700\/10 {
  border-top-color: rgb(150 75 56 / 0.1);
  border-bottom-color: rgb(150 75 56 / 0.1);
}

.border-y-brown-700\/100 {
  border-top-color: rgb(150 75 56 / 1);
  border-bottom-color: rgb(150 75 56 / 1);
}

.border-y-brown-700\/20 {
  border-top-color: rgb(150 75 56 / 0.2);
  border-bottom-color: rgb(150 75 56 / 0.2);
}

.border-y-brown-700\/25 {
  border-top-color: rgb(150 75 56 / 0.25);
  border-bottom-color: rgb(150 75 56 / 0.25);
}

.border-y-brown-700\/30 {
  border-top-color: rgb(150 75 56 / 0.3);
  border-bottom-color: rgb(150 75 56 / 0.3);
}

.border-y-brown-700\/40 {
  border-top-color: rgb(150 75 56 / 0.4);
  border-bottom-color: rgb(150 75 56 / 0.4);
}

.border-y-brown-700\/5 {
  border-top-color: rgb(150 75 56 / 0.05);
  border-bottom-color: rgb(150 75 56 / 0.05);
}

.border-y-brown-700\/50 {
  border-top-color: rgb(150 75 56 / 0.5);
  border-bottom-color: rgb(150 75 56 / 0.5);
}

.border-y-brown-700\/60 {
  border-top-color: rgb(150 75 56 / 0.6);
  border-bottom-color: rgb(150 75 56 / 0.6);
}

.border-y-brown-700\/70 {
  border-top-color: rgb(150 75 56 / 0.7);
  border-bottom-color: rgb(150 75 56 / 0.7);
}

.border-y-brown-700\/75 {
  border-top-color: rgb(150 75 56 / 0.75);
  border-bottom-color: rgb(150 75 56 / 0.75);
}

.border-y-brown-700\/80 {
  border-top-color: rgb(150 75 56 / 0.8);
  border-bottom-color: rgb(150 75 56 / 0.8);
}

.border-y-brown-700\/90 {
  border-top-color: rgb(150 75 56 / 0.9);
  border-bottom-color: rgb(150 75 56 / 0.9);
}

.border-y-brown-700\/95 {
  border-top-color: rgb(150 75 56 / 0.95);
  border-bottom-color: rgb(150 75 56 / 0.95);
}

.border-y-brown-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(128 66 54 / var(--tw-border-opacity));
  border-bottom-color: rgb(128 66 54 / var(--tw-border-opacity));
}

.border-y-brown-800\/0 {
  border-top-color: rgb(128 66 54 / 0);
  border-bottom-color: rgb(128 66 54 / 0);
}

.border-y-brown-800\/10 {
  border-top-color: rgb(128 66 54 / 0.1);
  border-bottom-color: rgb(128 66 54 / 0.1);
}

.border-y-brown-800\/100 {
  border-top-color: rgb(128 66 54 / 1);
  border-bottom-color: rgb(128 66 54 / 1);
}

.border-y-brown-800\/20 {
  border-top-color: rgb(128 66 54 / 0.2);
  border-bottom-color: rgb(128 66 54 / 0.2);
}

.border-y-brown-800\/25 {
  border-top-color: rgb(128 66 54 / 0.25);
  border-bottom-color: rgb(128 66 54 / 0.25);
}

.border-y-brown-800\/30 {
  border-top-color: rgb(128 66 54 / 0.3);
  border-bottom-color: rgb(128 66 54 / 0.3);
}

.border-y-brown-800\/40 {
  border-top-color: rgb(128 66 54 / 0.4);
  border-bottom-color: rgb(128 66 54 / 0.4);
}

.border-y-brown-800\/5 {
  border-top-color: rgb(128 66 54 / 0.05);
  border-bottom-color: rgb(128 66 54 / 0.05);
}

.border-y-brown-800\/50 {
  border-top-color: rgb(128 66 54 / 0.5);
  border-bottom-color: rgb(128 66 54 / 0.5);
}

.border-y-brown-800\/60 {
  border-top-color: rgb(128 66 54 / 0.6);
  border-bottom-color: rgb(128 66 54 / 0.6);
}

.border-y-brown-800\/70 {
  border-top-color: rgb(128 66 54 / 0.7);
  border-bottom-color: rgb(128 66 54 / 0.7);
}

.border-y-brown-800\/75 {
  border-top-color: rgb(128 66 54 / 0.75);
  border-bottom-color: rgb(128 66 54 / 0.75);
}

.border-y-brown-800\/80 {
  border-top-color: rgb(128 66 54 / 0.8);
  border-bottom-color: rgb(128 66 54 / 0.8);
}

.border-y-brown-800\/90 {
  border-top-color: rgb(128 66 54 / 0.9);
  border-bottom-color: rgb(128 66 54 / 0.9);
}

.border-y-brown-800\/95 {
  border-top-color: rgb(128 66 54 / 0.95);
  border-bottom-color: rgb(128 66 54 / 0.95);
}

.border-y-brown-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(98 53 44 / var(--tw-border-opacity));
  border-bottom-color: rgb(98 53 44 / var(--tw-border-opacity));
}

.border-y-brown-900\/0 {
  border-top-color: rgb(98 53 44 / 0);
  border-bottom-color: rgb(98 53 44 / 0);
}

.border-y-brown-900\/10 {
  border-top-color: rgb(98 53 44 / 0.1);
  border-bottom-color: rgb(98 53 44 / 0.1);
}

.border-y-brown-900\/100 {
  border-top-color: rgb(98 53 44 / 1);
  border-bottom-color: rgb(98 53 44 / 1);
}

.border-y-brown-900\/20 {
  border-top-color: rgb(98 53 44 / 0.2);
  border-bottom-color: rgb(98 53 44 / 0.2);
}

.border-y-brown-900\/25 {
  border-top-color: rgb(98 53 44 / 0.25);
  border-bottom-color: rgb(98 53 44 / 0.25);
}

.border-y-brown-900\/30 {
  border-top-color: rgb(98 53 44 / 0.3);
  border-bottom-color: rgb(98 53 44 / 0.3);
}

.border-y-brown-900\/40 {
  border-top-color: rgb(98 53 44 / 0.4);
  border-bottom-color: rgb(98 53 44 / 0.4);
}

.border-y-brown-900\/5 {
  border-top-color: rgb(98 53 44 / 0.05);
  border-bottom-color: rgb(98 53 44 / 0.05);
}

.border-y-brown-900\/50 {
  border-top-color: rgb(98 53 44 / 0.5);
  border-bottom-color: rgb(98 53 44 / 0.5);
}

.border-y-brown-900\/60 {
  border-top-color: rgb(98 53 44 / 0.6);
  border-bottom-color: rgb(98 53 44 / 0.6);
}

.border-y-brown-900\/70 {
  border-top-color: rgb(98 53 44 / 0.7);
  border-bottom-color: rgb(98 53 44 / 0.7);
}

.border-y-brown-900\/75 {
  border-top-color: rgb(98 53 44 / 0.75);
  border-bottom-color: rgb(98 53 44 / 0.75);
}

.border-y-brown-900\/80 {
  border-top-color: rgb(98 53 44 / 0.8);
  border-bottom-color: rgb(98 53 44 / 0.8);
}

.border-y-brown-900\/90 {
  border-top-color: rgb(98 53 44 / 0.9);
  border-bottom-color: rgb(98 53 44 / 0.9);
}

.border-y-brown-900\/95 {
  border-top-color: rgb(98 53 44 / 0.95);
  border-bottom-color: rgb(98 53 44 / 0.95);
}

.border-y-brown-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(52 25 22 / var(--tw-border-opacity));
  border-bottom-color: rgb(52 25 22 / var(--tw-border-opacity));
}

.border-y-brown-950\/0 {
  border-top-color: rgb(52 25 22 / 0);
  border-bottom-color: rgb(52 25 22 / 0);
}

.border-y-brown-950\/10 {
  border-top-color: rgb(52 25 22 / 0.1);
  border-bottom-color: rgb(52 25 22 / 0.1);
}

.border-y-brown-950\/100 {
  border-top-color: rgb(52 25 22 / 1);
  border-bottom-color: rgb(52 25 22 / 1);
}

.border-y-brown-950\/20 {
  border-top-color: rgb(52 25 22 / 0.2);
  border-bottom-color: rgb(52 25 22 / 0.2);
}

.border-y-brown-950\/25 {
  border-top-color: rgb(52 25 22 / 0.25);
  border-bottom-color: rgb(52 25 22 / 0.25);
}

.border-y-brown-950\/30 {
  border-top-color: rgb(52 25 22 / 0.3);
  border-bottom-color: rgb(52 25 22 / 0.3);
}

.border-y-brown-950\/40 {
  border-top-color: rgb(52 25 22 / 0.4);
  border-bottom-color: rgb(52 25 22 / 0.4);
}

.border-y-brown-950\/5 {
  border-top-color: rgb(52 25 22 / 0.05);
  border-bottom-color: rgb(52 25 22 / 0.05);
}

.border-y-brown-950\/50 {
  border-top-color: rgb(52 25 22 / 0.5);
  border-bottom-color: rgb(52 25 22 / 0.5);
}

.border-y-brown-950\/60 {
  border-top-color: rgb(52 25 22 / 0.6);
  border-bottom-color: rgb(52 25 22 / 0.6);
}

.border-y-brown-950\/70 {
  border-top-color: rgb(52 25 22 / 0.7);
  border-bottom-color: rgb(52 25 22 / 0.7);
}

.border-y-brown-950\/75 {
  border-top-color: rgb(52 25 22 / 0.75);
  border-bottom-color: rgb(52 25 22 / 0.75);
}

.border-y-brown-950\/80 {
  border-top-color: rgb(52 25 22 / 0.8);
  border-bottom-color: rgb(52 25 22 / 0.8);
}

.border-y-brown-950\/90 {
  border-top-color: rgb(52 25 22 / 0.9);
  border-bottom-color: rgb(52 25 22 / 0.9);
}

.border-y-brown-950\/95 {
  border-top-color: rgb(52 25 22 / 0.95);
  border-bottom-color: rgb(52 25 22 / 0.95);
}

.border-y-brown\/0 {
  border-top-color: rgb(128 66 54 / 0);
  border-bottom-color: rgb(128 66 54 / 0);
}

.border-y-brown\/10 {
  border-top-color: rgb(128 66 54 / 0.1);
  border-bottom-color: rgb(128 66 54 / 0.1);
}

.border-y-brown\/100 {
  border-top-color: rgb(128 66 54 / 1);
  border-bottom-color: rgb(128 66 54 / 1);
}

.border-y-brown\/20 {
  border-top-color: rgb(128 66 54 / 0.2);
  border-bottom-color: rgb(128 66 54 / 0.2);
}

.border-y-brown\/25 {
  border-top-color: rgb(128 66 54 / 0.25);
  border-bottom-color: rgb(128 66 54 / 0.25);
}

.border-y-brown\/30 {
  border-top-color: rgb(128 66 54 / 0.3);
  border-bottom-color: rgb(128 66 54 / 0.3);
}

.border-y-brown\/40 {
  border-top-color: rgb(128 66 54 / 0.4);
  border-bottom-color: rgb(128 66 54 / 0.4);
}

.border-y-brown\/5 {
  border-top-color: rgb(128 66 54 / 0.05);
  border-bottom-color: rgb(128 66 54 / 0.05);
}

.border-y-brown\/50 {
  border-top-color: rgb(128 66 54 / 0.5);
  border-bottom-color: rgb(128 66 54 / 0.5);
}

.border-y-brown\/60 {
  border-top-color: rgb(128 66 54 / 0.6);
  border-bottom-color: rgb(128 66 54 / 0.6);
}

.border-y-brown\/70 {
  border-top-color: rgb(128 66 54 / 0.7);
  border-bottom-color: rgb(128 66 54 / 0.7);
}

.border-y-brown\/75 {
  border-top-color: rgb(128 66 54 / 0.75);
  border-bottom-color: rgb(128 66 54 / 0.75);
}

.border-y-brown\/80 {
  border-top-color: rgb(128 66 54 / 0.8);
  border-bottom-color: rgb(128 66 54 / 0.8);
}

.border-y-brown\/90 {
  border-top-color: rgb(128 66 54 / 0.9);
  border-bottom-color: rgb(128 66 54 / 0.9);
}

.border-y-brown\/95 {
  border-top-color: rgb(128 66 54 / 0.95);
  border-bottom-color: rgb(128 66 54 / 0.95);
}

.border-y-current {
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}

.border-y-gray {
  --tw-border-opacity: 1;
  border-top-color: rgb(77 79 83 / var(--tw-border-opacity));
  border-bottom-color: rgb(77 79 83 / var(--tw-border-opacity));
}

.border-y-gray-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(229 230 232 / var(--tw-border-opacity));
  border-bottom-color: rgb(229 230 232 / var(--tw-border-opacity));
}

.border-y-gray-100\/0 {
  border-top-color: rgb(229 230 232 / 0);
  border-bottom-color: rgb(229 230 232 / 0);
}

.border-y-gray-100\/10 {
  border-top-color: rgb(229 230 232 / 0.1);
  border-bottom-color: rgb(229 230 232 / 0.1);
}

.border-y-gray-100\/100 {
  border-top-color: rgb(229 230 232 / 1);
  border-bottom-color: rgb(229 230 232 / 1);
}

.border-y-gray-100\/20 {
  border-top-color: rgb(229 230 232 / 0.2);
  border-bottom-color: rgb(229 230 232 / 0.2);
}

.border-y-gray-100\/25 {
  border-top-color: rgb(229 230 232 / 0.25);
  border-bottom-color: rgb(229 230 232 / 0.25);
}

.border-y-gray-100\/30 {
  border-top-color: rgb(229 230 232 / 0.3);
  border-bottom-color: rgb(229 230 232 / 0.3);
}

.border-y-gray-100\/40 {
  border-top-color: rgb(229 230 232 / 0.4);
  border-bottom-color: rgb(229 230 232 / 0.4);
}

.border-y-gray-100\/5 {
  border-top-color: rgb(229 230 232 / 0.05);
  border-bottom-color: rgb(229 230 232 / 0.05);
}

.border-y-gray-100\/50 {
  border-top-color: rgb(229 230 232 / 0.5);
  border-bottom-color: rgb(229 230 232 / 0.5);
}

.border-y-gray-100\/60 {
  border-top-color: rgb(229 230 232 / 0.6);
  border-bottom-color: rgb(229 230 232 / 0.6);
}

.border-y-gray-100\/70 {
  border-top-color: rgb(229 230 232 / 0.7);
  border-bottom-color: rgb(229 230 232 / 0.7);
}

.border-y-gray-100\/75 {
  border-top-color: rgb(229 230 232 / 0.75);
  border-bottom-color: rgb(229 230 232 / 0.75);
}

.border-y-gray-100\/80 {
  border-top-color: rgb(229 230 232 / 0.8);
  border-bottom-color: rgb(229 230 232 / 0.8);
}

.border-y-gray-100\/90 {
  border-top-color: rgb(229 230 232 / 0.9);
  border-bottom-color: rgb(229 230 232 / 0.9);
}

.border-y-gray-100\/95 {
  border-top-color: rgb(229 230 232 / 0.95);
  border-bottom-color: rgb(229 230 232 / 0.95);
}

.border-y-gray-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(207 209 210 / var(--tw-border-opacity));
  border-bottom-color: rgb(207 209 210 / var(--tw-border-opacity));
}

.border-y-gray-200\/0 {
  border-top-color: rgb(207 209 210 / 0);
  border-bottom-color: rgb(207 209 210 / 0);
}

.border-y-gray-200\/10 {
  border-top-color: rgb(207 209 210 / 0.1);
  border-bottom-color: rgb(207 209 210 / 0.1);
}

.border-y-gray-200\/100 {
  border-top-color: rgb(207 209 210 / 1);
  border-bottom-color: rgb(207 209 210 / 1);
}

.border-y-gray-200\/20 {
  border-top-color: rgb(207 209 210 / 0.2);
  border-bottom-color: rgb(207 209 210 / 0.2);
}

.border-y-gray-200\/25 {
  border-top-color: rgb(207 209 210 / 0.25);
  border-bottom-color: rgb(207 209 210 / 0.25);
}

.border-y-gray-200\/30 {
  border-top-color: rgb(207 209 210 / 0.3);
  border-bottom-color: rgb(207 209 210 / 0.3);
}

.border-y-gray-200\/40 {
  border-top-color: rgb(207 209 210 / 0.4);
  border-bottom-color: rgb(207 209 210 / 0.4);
}

.border-y-gray-200\/5 {
  border-top-color: rgb(207 209 210 / 0.05);
  border-bottom-color: rgb(207 209 210 / 0.05);
}

.border-y-gray-200\/50 {
  border-top-color: rgb(207 209 210 / 0.5);
  border-bottom-color: rgb(207 209 210 / 0.5);
}

.border-y-gray-200\/60 {
  border-top-color: rgb(207 209 210 / 0.6);
  border-bottom-color: rgb(207 209 210 / 0.6);
}

.border-y-gray-200\/70 {
  border-top-color: rgb(207 209 210 / 0.7);
  border-bottom-color: rgb(207 209 210 / 0.7);
}

.border-y-gray-200\/75 {
  border-top-color: rgb(207 209 210 / 0.75);
  border-bottom-color: rgb(207 209 210 / 0.75);
}

.border-y-gray-200\/80 {
  border-top-color: rgb(207 209 210 / 0.8);
  border-bottom-color: rgb(207 209 210 / 0.8);
}

.border-y-gray-200\/90 {
  border-top-color: rgb(207 209 210 / 0.9);
  border-bottom-color: rgb(207 209 210 / 0.9);
}

.border-y-gray-200\/95 {
  border-top-color: rgb(207 209 210 / 0.95);
  border-bottom-color: rgb(207 209 210 / 0.95);
}

.border-y-gray-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(173 176 179 / var(--tw-border-opacity));
  border-bottom-color: rgb(173 176 179 / var(--tw-border-opacity));
}

.border-y-gray-300\/0 {
  border-top-color: rgb(173 176 179 / 0);
  border-bottom-color: rgb(173 176 179 / 0);
}

.border-y-gray-300\/10 {
  border-top-color: rgb(173 176 179 / 0.1);
  border-bottom-color: rgb(173 176 179 / 0.1);
}

.border-y-gray-300\/100 {
  border-top-color: rgb(173 176 179 / 1);
  border-bottom-color: rgb(173 176 179 / 1);
}

.border-y-gray-300\/20 {
  border-top-color: rgb(173 176 179 / 0.2);
  border-bottom-color: rgb(173 176 179 / 0.2);
}

.border-y-gray-300\/25 {
  border-top-color: rgb(173 176 179 / 0.25);
  border-bottom-color: rgb(173 176 179 / 0.25);
}

.border-y-gray-300\/30 {
  border-top-color: rgb(173 176 179 / 0.3);
  border-bottom-color: rgb(173 176 179 / 0.3);
}

.border-y-gray-300\/40 {
  border-top-color: rgb(173 176 179 / 0.4);
  border-bottom-color: rgb(173 176 179 / 0.4);
}

.border-y-gray-300\/5 {
  border-top-color: rgb(173 176 179 / 0.05);
  border-bottom-color: rgb(173 176 179 / 0.05);
}

.border-y-gray-300\/50 {
  border-top-color: rgb(173 176 179 / 0.5);
  border-bottom-color: rgb(173 176 179 / 0.5);
}

.border-y-gray-300\/60 {
  border-top-color: rgb(173 176 179 / 0.6);
  border-bottom-color: rgb(173 176 179 / 0.6);
}

.border-y-gray-300\/70 {
  border-top-color: rgb(173 176 179 / 0.7);
  border-bottom-color: rgb(173 176 179 / 0.7);
}

.border-y-gray-300\/75 {
  border-top-color: rgb(173 176 179 / 0.75);
  border-bottom-color: rgb(173 176 179 / 0.75);
}

.border-y-gray-300\/80 {
  border-top-color: rgb(173 176 179 / 0.8);
  border-bottom-color: rgb(173 176 179 / 0.8);
}

.border-y-gray-300\/90 {
  border-top-color: rgb(173 176 179 / 0.9);
  border-bottom-color: rgb(173 176 179 / 0.9);
}

.border-y-gray-300\/95 {
  border-top-color: rgb(173 176 179 / 0.95);
  border-bottom-color: rgb(173 176 179 / 0.95);
}

.border-y-gray-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(131 134 141 / var(--tw-border-opacity));
  border-bottom-color: rgb(131 134 141 / var(--tw-border-opacity));
}

.border-y-gray-400\/0 {
  border-top-color: rgb(131 134 141 / 0);
  border-bottom-color: rgb(131 134 141 / 0);
}

.border-y-gray-400\/10 {
  border-top-color: rgb(131 134 141 / 0.1);
  border-bottom-color: rgb(131 134 141 / 0.1);
}

.border-y-gray-400\/100 {
  border-top-color: rgb(131 134 141 / 1);
  border-bottom-color: rgb(131 134 141 / 1);
}

.border-y-gray-400\/20 {
  border-top-color: rgb(131 134 141 / 0.2);
  border-bottom-color: rgb(131 134 141 / 0.2);
}

.border-y-gray-400\/25 {
  border-top-color: rgb(131 134 141 / 0.25);
  border-bottom-color: rgb(131 134 141 / 0.25);
}

.border-y-gray-400\/30 {
  border-top-color: rgb(131 134 141 / 0.3);
  border-bottom-color: rgb(131 134 141 / 0.3);
}

.border-y-gray-400\/40 {
  border-top-color: rgb(131 134 141 / 0.4);
  border-bottom-color: rgb(131 134 141 / 0.4);
}

.border-y-gray-400\/5 {
  border-top-color: rgb(131 134 141 / 0.05);
  border-bottom-color: rgb(131 134 141 / 0.05);
}

.border-y-gray-400\/50 {
  border-top-color: rgb(131 134 141 / 0.5);
  border-bottom-color: rgb(131 134 141 / 0.5);
}

.border-y-gray-400\/60 {
  border-top-color: rgb(131 134 141 / 0.6);
  border-bottom-color: rgb(131 134 141 / 0.6);
}

.border-y-gray-400\/70 {
  border-top-color: rgb(131 134 141 / 0.7);
  border-bottom-color: rgb(131 134 141 / 0.7);
}

.border-y-gray-400\/75 {
  border-top-color: rgb(131 134 141 / 0.75);
  border-bottom-color: rgb(131 134 141 / 0.75);
}

.border-y-gray-400\/80 {
  border-top-color: rgb(131 134 141 / 0.8);
  border-bottom-color: rgb(131 134 141 / 0.8);
}

.border-y-gray-400\/90 {
  border-top-color: rgb(131 134 141 / 0.9);
  border-bottom-color: rgb(131 134 141 / 0.9);
}

.border-y-gray-400\/95 {
  border-top-color: rgb(131 134 141 / 0.95);
  border-bottom-color: rgb(131 134 141 / 0.95);
}

.border-y-gray-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 246 246 / var(--tw-border-opacity));
  border-bottom-color: rgb(245 246 246 / var(--tw-border-opacity));
}

.border-y-gray-50\/0 {
  border-top-color: rgb(245 246 246 / 0);
  border-bottom-color: rgb(245 246 246 / 0);
}

.border-y-gray-50\/10 {
  border-top-color: rgb(245 246 246 / 0.1);
  border-bottom-color: rgb(245 246 246 / 0.1);
}

.border-y-gray-50\/100 {
  border-top-color: rgb(245 246 246 / 1);
  border-bottom-color: rgb(245 246 246 / 1);
}

.border-y-gray-50\/20 {
  border-top-color: rgb(245 246 246 / 0.2);
  border-bottom-color: rgb(245 246 246 / 0.2);
}

.border-y-gray-50\/25 {
  border-top-color: rgb(245 246 246 / 0.25);
  border-bottom-color: rgb(245 246 246 / 0.25);
}

.border-y-gray-50\/30 {
  border-top-color: rgb(245 246 246 / 0.3);
  border-bottom-color: rgb(245 246 246 / 0.3);
}

.border-y-gray-50\/40 {
  border-top-color: rgb(245 246 246 / 0.4);
  border-bottom-color: rgb(245 246 246 / 0.4);
}

.border-y-gray-50\/5 {
  border-top-color: rgb(245 246 246 / 0.05);
  border-bottom-color: rgb(245 246 246 / 0.05);
}

.border-y-gray-50\/50 {
  border-top-color: rgb(245 246 246 / 0.5);
  border-bottom-color: rgb(245 246 246 / 0.5);
}

.border-y-gray-50\/60 {
  border-top-color: rgb(245 246 246 / 0.6);
  border-bottom-color: rgb(245 246 246 / 0.6);
}

.border-y-gray-50\/70 {
  border-top-color: rgb(245 246 246 / 0.7);
  border-bottom-color: rgb(245 246 246 / 0.7);
}

.border-y-gray-50\/75 {
  border-top-color: rgb(245 246 246 / 0.75);
  border-bottom-color: rgb(245 246 246 / 0.75);
}

.border-y-gray-50\/80 {
  border-top-color: rgb(245 246 246 / 0.8);
  border-bottom-color: rgb(245 246 246 / 0.8);
}

.border-y-gray-50\/90 {
  border-top-color: rgb(245 246 246 / 0.9);
  border-bottom-color: rgb(245 246 246 / 0.9);
}

.border-y-gray-50\/95 {
  border-top-color: rgb(245 246 246 / 0.95);
  border-bottom-color: rgb(245 246 246 / 0.95);
}

.border-y-gray-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(104 107 114 / var(--tw-border-opacity));
  border-bottom-color: rgb(104 107 114 / var(--tw-border-opacity));
}

.border-y-gray-500\/0 {
  border-top-color: rgb(104 107 114 / 0);
  border-bottom-color: rgb(104 107 114 / 0);
}

.border-y-gray-500\/10 {
  border-top-color: rgb(104 107 114 / 0.1);
  border-bottom-color: rgb(104 107 114 / 0.1);
}

.border-y-gray-500\/100 {
  border-top-color: rgb(104 107 114 / 1);
  border-bottom-color: rgb(104 107 114 / 1);
}

.border-y-gray-500\/20 {
  border-top-color: rgb(104 107 114 / 0.2);
  border-bottom-color: rgb(104 107 114 / 0.2);
}

.border-y-gray-500\/25 {
  border-top-color: rgb(104 107 114 / 0.25);
  border-bottom-color: rgb(104 107 114 / 0.25);
}

.border-y-gray-500\/30 {
  border-top-color: rgb(104 107 114 / 0.3);
  border-bottom-color: rgb(104 107 114 / 0.3);
}

.border-y-gray-500\/40 {
  border-top-color: rgb(104 107 114 / 0.4);
  border-bottom-color: rgb(104 107 114 / 0.4);
}

.border-y-gray-500\/5 {
  border-top-color: rgb(104 107 114 / 0.05);
  border-bottom-color: rgb(104 107 114 / 0.05);
}

.border-y-gray-500\/50 {
  border-top-color: rgb(104 107 114 / 0.5);
  border-bottom-color: rgb(104 107 114 / 0.5);
}

.border-y-gray-500\/60 {
  border-top-color: rgb(104 107 114 / 0.6);
  border-bottom-color: rgb(104 107 114 / 0.6);
}

.border-y-gray-500\/70 {
  border-top-color: rgb(104 107 114 / 0.7);
  border-bottom-color: rgb(104 107 114 / 0.7);
}

.border-y-gray-500\/75 {
  border-top-color: rgb(104 107 114 / 0.75);
  border-bottom-color: rgb(104 107 114 / 0.75);
}

.border-y-gray-500\/80 {
  border-top-color: rgb(104 107 114 / 0.8);
  border-bottom-color: rgb(104 107 114 / 0.8);
}

.border-y-gray-500\/90 {
  border-top-color: rgb(104 107 114 / 0.9);
  border-bottom-color: rgb(104 107 114 / 0.9);
}

.border-y-gray-500\/95 {
  border-top-color: rgb(104 107 114 / 0.95);
  border-bottom-color: rgb(104 107 114 / 0.95);
}

.border-y-gray-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(89 91 97 / var(--tw-border-opacity));
  border-bottom-color: rgb(89 91 97 / var(--tw-border-opacity));
}

.border-y-gray-600\/0 {
  border-top-color: rgb(89 91 97 / 0);
  border-bottom-color: rgb(89 91 97 / 0);
}

.border-y-gray-600\/10 {
  border-top-color: rgb(89 91 97 / 0.1);
  border-bottom-color: rgb(89 91 97 / 0.1);
}

.border-y-gray-600\/100 {
  border-top-color: rgb(89 91 97 / 1);
  border-bottom-color: rgb(89 91 97 / 1);
}

.border-y-gray-600\/20 {
  border-top-color: rgb(89 91 97 / 0.2);
  border-bottom-color: rgb(89 91 97 / 0.2);
}

.border-y-gray-600\/25 {
  border-top-color: rgb(89 91 97 / 0.25);
  border-bottom-color: rgb(89 91 97 / 0.25);
}

.border-y-gray-600\/30 {
  border-top-color: rgb(89 91 97 / 0.3);
  border-bottom-color: rgb(89 91 97 / 0.3);
}

.border-y-gray-600\/40 {
  border-top-color: rgb(89 91 97 / 0.4);
  border-bottom-color: rgb(89 91 97 / 0.4);
}

.border-y-gray-600\/5 {
  border-top-color: rgb(89 91 97 / 0.05);
  border-bottom-color: rgb(89 91 97 / 0.05);
}

.border-y-gray-600\/50 {
  border-top-color: rgb(89 91 97 / 0.5);
  border-bottom-color: rgb(89 91 97 / 0.5);
}

.border-y-gray-600\/60 {
  border-top-color: rgb(89 91 97 / 0.6);
  border-bottom-color: rgb(89 91 97 / 0.6);
}

.border-y-gray-600\/70 {
  border-top-color: rgb(89 91 97 / 0.7);
  border-bottom-color: rgb(89 91 97 / 0.7);
}

.border-y-gray-600\/75 {
  border-top-color: rgb(89 91 97 / 0.75);
  border-bottom-color: rgb(89 91 97 / 0.75);
}

.border-y-gray-600\/80 {
  border-top-color: rgb(89 91 97 / 0.8);
  border-bottom-color: rgb(89 91 97 / 0.8);
}

.border-y-gray-600\/90 {
  border-top-color: rgb(89 91 97 / 0.9);
  border-bottom-color: rgb(89 91 97 / 0.9);
}

.border-y-gray-600\/95 {
  border-top-color: rgb(89 91 97 / 0.95);
  border-bottom-color: rgb(89 91 97 / 0.95);
}

.border-y-gray-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(77 79 83 / var(--tw-border-opacity));
  border-bottom-color: rgb(77 79 83 / var(--tw-border-opacity));
}

.border-y-gray-700\/0 {
  border-top-color: rgb(77 79 83 / 0);
  border-bottom-color: rgb(77 79 83 / 0);
}

.border-y-gray-700\/10 {
  border-top-color: rgb(77 79 83 / 0.1);
  border-bottom-color: rgb(77 79 83 / 0.1);
}

.border-y-gray-700\/100 {
  border-top-color: rgb(77 79 83 / 1);
  border-bottom-color: rgb(77 79 83 / 1);
}

.border-y-gray-700\/20 {
  border-top-color: rgb(77 79 83 / 0.2);
  border-bottom-color: rgb(77 79 83 / 0.2);
}

.border-y-gray-700\/25 {
  border-top-color: rgb(77 79 83 / 0.25);
  border-bottom-color: rgb(77 79 83 / 0.25);
}

.border-y-gray-700\/30 {
  border-top-color: rgb(77 79 83 / 0.3);
  border-bottom-color: rgb(77 79 83 / 0.3);
}

.border-y-gray-700\/40 {
  border-top-color: rgb(77 79 83 / 0.4);
  border-bottom-color: rgb(77 79 83 / 0.4);
}

.border-y-gray-700\/5 {
  border-top-color: rgb(77 79 83 / 0.05);
  border-bottom-color: rgb(77 79 83 / 0.05);
}

.border-y-gray-700\/50 {
  border-top-color: rgb(77 79 83 / 0.5);
  border-bottom-color: rgb(77 79 83 / 0.5);
}

.border-y-gray-700\/60 {
  border-top-color: rgb(77 79 83 / 0.6);
  border-bottom-color: rgb(77 79 83 / 0.6);
}

.border-y-gray-700\/70 {
  border-top-color: rgb(77 79 83 / 0.7);
  border-bottom-color: rgb(77 79 83 / 0.7);
}

.border-y-gray-700\/75 {
  border-top-color: rgb(77 79 83 / 0.75);
  border-bottom-color: rgb(77 79 83 / 0.75);
}

.border-y-gray-700\/80 {
  border-top-color: rgb(77 79 83 / 0.8);
  border-bottom-color: rgb(77 79 83 / 0.8);
}

.border-y-gray-700\/90 {
  border-top-color: rgb(77 79 83 / 0.9);
  border-bottom-color: rgb(77 79 83 / 0.9);
}

.border-y-gray-700\/95 {
  border-top-color: rgb(77 79 83 / 0.95);
  border-bottom-color: rgb(77 79 83 / 0.95);
}

.border-y-gray-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(67 68 71 / var(--tw-border-opacity));
  border-bottom-color: rgb(67 68 71 / var(--tw-border-opacity));
}

.border-y-gray-800\/0 {
  border-top-color: rgb(67 68 71 / 0);
  border-bottom-color: rgb(67 68 71 / 0);
}

.border-y-gray-800\/10 {
  border-top-color: rgb(67 68 71 / 0.1);
  border-bottom-color: rgb(67 68 71 / 0.1);
}

.border-y-gray-800\/100 {
  border-top-color: rgb(67 68 71 / 1);
  border-bottom-color: rgb(67 68 71 / 1);
}

.border-y-gray-800\/20 {
  border-top-color: rgb(67 68 71 / 0.2);
  border-bottom-color: rgb(67 68 71 / 0.2);
}

.border-y-gray-800\/25 {
  border-top-color: rgb(67 68 71 / 0.25);
  border-bottom-color: rgb(67 68 71 / 0.25);
}

.border-y-gray-800\/30 {
  border-top-color: rgb(67 68 71 / 0.3);
  border-bottom-color: rgb(67 68 71 / 0.3);
}

.border-y-gray-800\/40 {
  border-top-color: rgb(67 68 71 / 0.4);
  border-bottom-color: rgb(67 68 71 / 0.4);
}

.border-y-gray-800\/5 {
  border-top-color: rgb(67 68 71 / 0.05);
  border-bottom-color: rgb(67 68 71 / 0.05);
}

.border-y-gray-800\/50 {
  border-top-color: rgb(67 68 71 / 0.5);
  border-bottom-color: rgb(67 68 71 / 0.5);
}

.border-y-gray-800\/60 {
  border-top-color: rgb(67 68 71 / 0.6);
  border-bottom-color: rgb(67 68 71 / 0.6);
}

.border-y-gray-800\/70 {
  border-top-color: rgb(67 68 71 / 0.7);
  border-bottom-color: rgb(67 68 71 / 0.7);
}

.border-y-gray-800\/75 {
  border-top-color: rgb(67 68 71 / 0.75);
  border-bottom-color: rgb(67 68 71 / 0.75);
}

.border-y-gray-800\/80 {
  border-top-color: rgb(67 68 71 / 0.8);
  border-bottom-color: rgb(67 68 71 / 0.8);
}

.border-y-gray-800\/90 {
  border-top-color: rgb(67 68 71 / 0.9);
  border-bottom-color: rgb(67 68 71 / 0.9);
}

.border-y-gray-800\/95 {
  border-top-color: rgb(67 68 71 / 0.95);
  border-bottom-color: rgb(67 68 71 / 0.95);
}

.border-y-gray-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(59 60 62 / var(--tw-border-opacity));
  border-bottom-color: rgb(59 60 62 / var(--tw-border-opacity));
}

.border-y-gray-900\/0 {
  border-top-color: rgb(59 60 62 / 0);
  border-bottom-color: rgb(59 60 62 / 0);
}

.border-y-gray-900\/10 {
  border-top-color: rgb(59 60 62 / 0.1);
  border-bottom-color: rgb(59 60 62 / 0.1);
}

.border-y-gray-900\/100 {
  border-top-color: rgb(59 60 62 / 1);
  border-bottom-color: rgb(59 60 62 / 1);
}

.border-y-gray-900\/20 {
  border-top-color: rgb(59 60 62 / 0.2);
  border-bottom-color: rgb(59 60 62 / 0.2);
}

.border-y-gray-900\/25 {
  border-top-color: rgb(59 60 62 / 0.25);
  border-bottom-color: rgb(59 60 62 / 0.25);
}

.border-y-gray-900\/30 {
  border-top-color: rgb(59 60 62 / 0.3);
  border-bottom-color: rgb(59 60 62 / 0.3);
}

.border-y-gray-900\/40 {
  border-top-color: rgb(59 60 62 / 0.4);
  border-bottom-color: rgb(59 60 62 / 0.4);
}

.border-y-gray-900\/5 {
  border-top-color: rgb(59 60 62 / 0.05);
  border-bottom-color: rgb(59 60 62 / 0.05);
}

.border-y-gray-900\/50 {
  border-top-color: rgb(59 60 62 / 0.5);
  border-bottom-color: rgb(59 60 62 / 0.5);
}

.border-y-gray-900\/60 {
  border-top-color: rgb(59 60 62 / 0.6);
  border-bottom-color: rgb(59 60 62 / 0.6);
}

.border-y-gray-900\/70 {
  border-top-color: rgb(59 60 62 / 0.7);
  border-bottom-color: rgb(59 60 62 / 0.7);
}

.border-y-gray-900\/75 {
  border-top-color: rgb(59 60 62 / 0.75);
  border-bottom-color: rgb(59 60 62 / 0.75);
}

.border-y-gray-900\/80 {
  border-top-color: rgb(59 60 62 / 0.8);
  border-bottom-color: rgb(59 60 62 / 0.8);
}

.border-y-gray-900\/90 {
  border-top-color: rgb(59 60 62 / 0.9);
  border-bottom-color: rgb(59 60 62 / 0.9);
}

.border-y-gray-900\/95 {
  border-top-color: rgb(59 60 62 / 0.95);
  border-bottom-color: rgb(59 60 62 / 0.95);
}

.border-y-gray-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(37 38 39 / var(--tw-border-opacity));
  border-bottom-color: rgb(37 38 39 / var(--tw-border-opacity));
}

.border-y-gray-950\/0 {
  border-top-color: rgb(37 38 39 / 0);
  border-bottom-color: rgb(37 38 39 / 0);
}

.border-y-gray-950\/10 {
  border-top-color: rgb(37 38 39 / 0.1);
  border-bottom-color: rgb(37 38 39 / 0.1);
}

.border-y-gray-950\/100 {
  border-top-color: rgb(37 38 39 / 1);
  border-bottom-color: rgb(37 38 39 / 1);
}

.border-y-gray-950\/20 {
  border-top-color: rgb(37 38 39 / 0.2);
  border-bottom-color: rgb(37 38 39 / 0.2);
}

.border-y-gray-950\/25 {
  border-top-color: rgb(37 38 39 / 0.25);
  border-bottom-color: rgb(37 38 39 / 0.25);
}

.border-y-gray-950\/30 {
  border-top-color: rgb(37 38 39 / 0.3);
  border-bottom-color: rgb(37 38 39 / 0.3);
}

.border-y-gray-950\/40 {
  border-top-color: rgb(37 38 39 / 0.4);
  border-bottom-color: rgb(37 38 39 / 0.4);
}

.border-y-gray-950\/5 {
  border-top-color: rgb(37 38 39 / 0.05);
  border-bottom-color: rgb(37 38 39 / 0.05);
}

.border-y-gray-950\/50 {
  border-top-color: rgb(37 38 39 / 0.5);
  border-bottom-color: rgb(37 38 39 / 0.5);
}

.border-y-gray-950\/60 {
  border-top-color: rgb(37 38 39 / 0.6);
  border-bottom-color: rgb(37 38 39 / 0.6);
}

.border-y-gray-950\/70 {
  border-top-color: rgb(37 38 39 / 0.7);
  border-bottom-color: rgb(37 38 39 / 0.7);
}

.border-y-gray-950\/75 {
  border-top-color: rgb(37 38 39 / 0.75);
  border-bottom-color: rgb(37 38 39 / 0.75);
}

.border-y-gray-950\/80 {
  border-top-color: rgb(37 38 39 / 0.8);
  border-bottom-color: rgb(37 38 39 / 0.8);
}

.border-y-gray-950\/90 {
  border-top-color: rgb(37 38 39 / 0.9);
  border-bottom-color: rgb(37 38 39 / 0.9);
}

.border-y-gray-950\/95 {
  border-top-color: rgb(37 38 39 / 0.95);
  border-bottom-color: rgb(37 38 39 / 0.95);
}

.border-y-gray\/0 {
  border-top-color: rgb(77 79 83 / 0);
  border-bottom-color: rgb(77 79 83 / 0);
}

.border-y-gray\/10 {
  border-top-color: rgb(77 79 83 / 0.1);
  border-bottom-color: rgb(77 79 83 / 0.1);
}

.border-y-gray\/100 {
  border-top-color: rgb(77 79 83 / 1);
  border-bottom-color: rgb(77 79 83 / 1);
}

.border-y-gray\/20 {
  border-top-color: rgb(77 79 83 / 0.2);
  border-bottom-color: rgb(77 79 83 / 0.2);
}

.border-y-gray\/25 {
  border-top-color: rgb(77 79 83 / 0.25);
  border-bottom-color: rgb(77 79 83 / 0.25);
}

.border-y-gray\/30 {
  border-top-color: rgb(77 79 83 / 0.3);
  border-bottom-color: rgb(77 79 83 / 0.3);
}

.border-y-gray\/40 {
  border-top-color: rgb(77 79 83 / 0.4);
  border-bottom-color: rgb(77 79 83 / 0.4);
}

.border-y-gray\/5 {
  border-top-color: rgb(77 79 83 / 0.05);
  border-bottom-color: rgb(77 79 83 / 0.05);
}

.border-y-gray\/50 {
  border-top-color: rgb(77 79 83 / 0.5);
  border-bottom-color: rgb(77 79 83 / 0.5);
}

.border-y-gray\/60 {
  border-top-color: rgb(77 79 83 / 0.6);
  border-bottom-color: rgb(77 79 83 / 0.6);
}

.border-y-gray\/70 {
  border-top-color: rgb(77 79 83 / 0.7);
  border-bottom-color: rgb(77 79 83 / 0.7);
}

.border-y-gray\/75 {
  border-top-color: rgb(77 79 83 / 0.75);
  border-bottom-color: rgb(77 79 83 / 0.75);
}

.border-y-gray\/80 {
  border-top-color: rgb(77 79 83 / 0.8);
  border-bottom-color: rgb(77 79 83 / 0.8);
}

.border-y-gray\/90 {
  border-top-color: rgb(77 79 83 / 0.9);
  border-bottom-color: rgb(77 79 83 / 0.9);
}

.border-y-gray\/95 {
  border-top-color: rgb(77 79 83 / 0.95);
  border-bottom-color: rgb(77 79 83 / 0.95);
}

.border-y-green {
  --tw-border-opacity: 1;
  border-top-color: rgb(181 203 82 / var(--tw-border-opacity));
  border-bottom-color: rgb(181 203 82 / var(--tw-border-opacity));
}

.border-y-green-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(235 241 207 / var(--tw-border-opacity));
  border-bottom-color: rgb(235 241 207 / var(--tw-border-opacity));
}

.border-y-green-100\/0 {
  border-top-color: rgb(235 241 207 / 0);
  border-bottom-color: rgb(235 241 207 / 0);
}

.border-y-green-100\/10 {
  border-top-color: rgb(235 241 207 / 0.1);
  border-bottom-color: rgb(235 241 207 / 0.1);
}

.border-y-green-100\/100 {
  border-top-color: rgb(235 241 207 / 1);
  border-bottom-color: rgb(235 241 207 / 1);
}

.border-y-green-100\/20 {
  border-top-color: rgb(235 241 207 / 0.2);
  border-bottom-color: rgb(235 241 207 / 0.2);
}

.border-y-green-100\/25 {
  border-top-color: rgb(235 241 207 / 0.25);
  border-bottom-color: rgb(235 241 207 / 0.25);
}

.border-y-green-100\/30 {
  border-top-color: rgb(235 241 207 / 0.3);
  border-bottom-color: rgb(235 241 207 / 0.3);
}

.border-y-green-100\/40 {
  border-top-color: rgb(235 241 207 / 0.4);
  border-bottom-color: rgb(235 241 207 / 0.4);
}

.border-y-green-100\/5 {
  border-top-color: rgb(235 241 207 / 0.05);
  border-bottom-color: rgb(235 241 207 / 0.05);
}

.border-y-green-100\/50 {
  border-top-color: rgb(235 241 207 / 0.5);
  border-bottom-color: rgb(235 241 207 / 0.5);
}

.border-y-green-100\/60 {
  border-top-color: rgb(235 241 207 / 0.6);
  border-bottom-color: rgb(235 241 207 / 0.6);
}

.border-y-green-100\/70 {
  border-top-color: rgb(235 241 207 / 0.7);
  border-bottom-color: rgb(235 241 207 / 0.7);
}

.border-y-green-100\/75 {
  border-top-color: rgb(235 241 207 / 0.75);
  border-bottom-color: rgb(235 241 207 / 0.75);
}

.border-y-green-100\/80 {
  border-top-color: rgb(235 241 207 / 0.8);
  border-bottom-color: rgb(235 241 207 / 0.8);
}

.border-y-green-100\/90 {
  border-top-color: rgb(235 241 207 / 0.9);
  border-bottom-color: rgb(235 241 207 / 0.9);
}

.border-y-green-100\/95 {
  border-top-color: rgb(235 241 207 / 0.95);
  border-bottom-color: rgb(235 241 207 / 0.95);
}

.border-y-green-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(221 231 176 / var(--tw-border-opacity));
  border-bottom-color: rgb(221 231 176 / var(--tw-border-opacity));
}

.border-y-green-200\/0 {
  border-top-color: rgb(221 231 176 / 0);
  border-bottom-color: rgb(221 231 176 / 0);
}

.border-y-green-200\/10 {
  border-top-color: rgb(221 231 176 / 0.1);
  border-bottom-color: rgb(221 231 176 / 0.1);
}

.border-y-green-200\/100 {
  border-top-color: rgb(221 231 176 / 1);
  border-bottom-color: rgb(221 231 176 / 1);
}

.border-y-green-200\/20 {
  border-top-color: rgb(221 231 176 / 0.2);
  border-bottom-color: rgb(221 231 176 / 0.2);
}

.border-y-green-200\/25 {
  border-top-color: rgb(221 231 176 / 0.25);
  border-bottom-color: rgb(221 231 176 / 0.25);
}

.border-y-green-200\/30 {
  border-top-color: rgb(221 231 176 / 0.3);
  border-bottom-color: rgb(221 231 176 / 0.3);
}

.border-y-green-200\/40 {
  border-top-color: rgb(221 231 176 / 0.4);
  border-bottom-color: rgb(221 231 176 / 0.4);
}

.border-y-green-200\/5 {
  border-top-color: rgb(221 231 176 / 0.05);
  border-bottom-color: rgb(221 231 176 / 0.05);
}

.border-y-green-200\/50 {
  border-top-color: rgb(221 231 176 / 0.5);
  border-bottom-color: rgb(221 231 176 / 0.5);
}

.border-y-green-200\/60 {
  border-top-color: rgb(221 231 176 / 0.6);
  border-bottom-color: rgb(221 231 176 / 0.6);
}

.border-y-green-200\/70 {
  border-top-color: rgb(221 231 176 / 0.7);
  border-bottom-color: rgb(221 231 176 / 0.7);
}

.border-y-green-200\/75 {
  border-top-color: rgb(221 231 176 / 0.75);
  border-bottom-color: rgb(221 231 176 / 0.75);
}

.border-y-green-200\/80 {
  border-top-color: rgb(221 231 176 / 0.8);
  border-bottom-color: rgb(221 231 176 / 0.8);
}

.border-y-green-200\/90 {
  border-top-color: rgb(221 231 176 / 0.9);
  border-bottom-color: rgb(221 231 176 / 0.9);
}

.border-y-green-200\/95 {
  border-top-color: rgb(221 231 176 / 0.95);
  border-bottom-color: rgb(221 231 176 / 0.95);
}

.border-y-green-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(208 222 145 / var(--tw-border-opacity));
  border-bottom-color: rgb(208 222 145 / var(--tw-border-opacity));
}

.border-y-green-300\/0 {
  border-top-color: rgb(208 222 145 / 0);
  border-bottom-color: rgb(208 222 145 / 0);
}

.border-y-green-300\/10 {
  border-top-color: rgb(208 222 145 / 0.1);
  border-bottom-color: rgb(208 222 145 / 0.1);
}

.border-y-green-300\/100 {
  border-top-color: rgb(208 222 145 / 1);
  border-bottom-color: rgb(208 222 145 / 1);
}

.border-y-green-300\/20 {
  border-top-color: rgb(208 222 145 / 0.2);
  border-bottom-color: rgb(208 222 145 / 0.2);
}

.border-y-green-300\/25 {
  border-top-color: rgb(208 222 145 / 0.25);
  border-bottom-color: rgb(208 222 145 / 0.25);
}

.border-y-green-300\/30 {
  border-top-color: rgb(208 222 145 / 0.3);
  border-bottom-color: rgb(208 222 145 / 0.3);
}

.border-y-green-300\/40 {
  border-top-color: rgb(208 222 145 / 0.4);
  border-bottom-color: rgb(208 222 145 / 0.4);
}

.border-y-green-300\/5 {
  border-top-color: rgb(208 222 145 / 0.05);
  border-bottom-color: rgb(208 222 145 / 0.05);
}

.border-y-green-300\/50 {
  border-top-color: rgb(208 222 145 / 0.5);
  border-bottom-color: rgb(208 222 145 / 0.5);
}

.border-y-green-300\/60 {
  border-top-color: rgb(208 222 145 / 0.6);
  border-bottom-color: rgb(208 222 145 / 0.6);
}

.border-y-green-300\/70 {
  border-top-color: rgb(208 222 145 / 0.7);
  border-bottom-color: rgb(208 222 145 / 0.7);
}

.border-y-green-300\/75 {
  border-top-color: rgb(208 222 145 / 0.75);
  border-bottom-color: rgb(208 222 145 / 0.75);
}

.border-y-green-300\/80 {
  border-top-color: rgb(208 222 145 / 0.8);
  border-bottom-color: rgb(208 222 145 / 0.8);
}

.border-y-green-300\/90 {
  border-top-color: rgb(208 222 145 / 0.9);
  border-bottom-color: rgb(208 222 145 / 0.9);
}

.border-y-green-300\/95 {
  border-top-color: rgb(208 222 145 / 0.95);
  border-bottom-color: rgb(208 222 145 / 0.95);
}

.border-y-green-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(194 212 113 / var(--tw-border-opacity));
  border-bottom-color: rgb(194 212 113 / var(--tw-border-opacity));
}

.border-y-green-400\/0 {
  border-top-color: rgb(194 212 113 / 0);
  border-bottom-color: rgb(194 212 113 / 0);
}

.border-y-green-400\/10 {
  border-top-color: rgb(194 212 113 / 0.1);
  border-bottom-color: rgb(194 212 113 / 0.1);
}

.border-y-green-400\/100 {
  border-top-color: rgb(194 212 113 / 1);
  border-bottom-color: rgb(194 212 113 / 1);
}

.border-y-green-400\/20 {
  border-top-color: rgb(194 212 113 / 0.2);
  border-bottom-color: rgb(194 212 113 / 0.2);
}

.border-y-green-400\/25 {
  border-top-color: rgb(194 212 113 / 0.25);
  border-bottom-color: rgb(194 212 113 / 0.25);
}

.border-y-green-400\/30 {
  border-top-color: rgb(194 212 113 / 0.3);
  border-bottom-color: rgb(194 212 113 / 0.3);
}

.border-y-green-400\/40 {
  border-top-color: rgb(194 212 113 / 0.4);
  border-bottom-color: rgb(194 212 113 / 0.4);
}

.border-y-green-400\/5 {
  border-top-color: rgb(194 212 113 / 0.05);
  border-bottom-color: rgb(194 212 113 / 0.05);
}

.border-y-green-400\/50 {
  border-top-color: rgb(194 212 113 / 0.5);
  border-bottom-color: rgb(194 212 113 / 0.5);
}

.border-y-green-400\/60 {
  border-top-color: rgb(194 212 113 / 0.6);
  border-bottom-color: rgb(194 212 113 / 0.6);
}

.border-y-green-400\/70 {
  border-top-color: rgb(194 212 113 / 0.7);
  border-bottom-color: rgb(194 212 113 / 0.7);
}

.border-y-green-400\/75 {
  border-top-color: rgb(194 212 113 / 0.75);
  border-bottom-color: rgb(194 212 113 / 0.75);
}

.border-y-green-400\/80 {
  border-top-color: rgb(194 212 113 / 0.8);
  border-bottom-color: rgb(194 212 113 / 0.8);
}

.border-y-green-400\/90 {
  border-top-color: rgb(194 212 113 / 0.9);
  border-bottom-color: rgb(194 212 113 / 0.9);
}

.border-y-green-400\/95 {
  border-top-color: rgb(194 212 113 / 0.95);
  border-bottom-color: rgb(194 212 113 / 0.95);
}

.border-y-green-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(241 245 223 / var(--tw-border-opacity));
  border-bottom-color: rgb(241 245 223 / var(--tw-border-opacity));
}

.border-y-green-50\/0 {
  border-top-color: rgb(241 245 223 / 0);
  border-bottom-color: rgb(241 245 223 / 0);
}

.border-y-green-50\/10 {
  border-top-color: rgb(241 245 223 / 0.1);
  border-bottom-color: rgb(241 245 223 / 0.1);
}

.border-y-green-50\/100 {
  border-top-color: rgb(241 245 223 / 1);
  border-bottom-color: rgb(241 245 223 / 1);
}

.border-y-green-50\/20 {
  border-top-color: rgb(241 245 223 / 0.2);
  border-bottom-color: rgb(241 245 223 / 0.2);
}

.border-y-green-50\/25 {
  border-top-color: rgb(241 245 223 / 0.25);
  border-bottom-color: rgb(241 245 223 / 0.25);
}

.border-y-green-50\/30 {
  border-top-color: rgb(241 245 223 / 0.3);
  border-bottom-color: rgb(241 245 223 / 0.3);
}

.border-y-green-50\/40 {
  border-top-color: rgb(241 245 223 / 0.4);
  border-bottom-color: rgb(241 245 223 / 0.4);
}

.border-y-green-50\/5 {
  border-top-color: rgb(241 245 223 / 0.05);
  border-bottom-color: rgb(241 245 223 / 0.05);
}

.border-y-green-50\/50 {
  border-top-color: rgb(241 245 223 / 0.5);
  border-bottom-color: rgb(241 245 223 / 0.5);
}

.border-y-green-50\/60 {
  border-top-color: rgb(241 245 223 / 0.6);
  border-bottom-color: rgb(241 245 223 / 0.6);
}

.border-y-green-50\/70 {
  border-top-color: rgb(241 245 223 / 0.7);
  border-bottom-color: rgb(241 245 223 / 0.7);
}

.border-y-green-50\/75 {
  border-top-color: rgb(241 245 223 / 0.75);
  border-bottom-color: rgb(241 245 223 / 0.75);
}

.border-y-green-50\/80 {
  border-top-color: rgb(241 245 223 / 0.8);
  border-bottom-color: rgb(241 245 223 / 0.8);
}

.border-y-green-50\/90 {
  border-top-color: rgb(241 245 223 / 0.9);
  border-bottom-color: rgb(241 245 223 / 0.9);
}

.border-y-green-50\/95 {
  border-top-color: rgb(241 245 223 / 0.95);
  border-bottom-color: rgb(241 245 223 / 0.95);
}

.border-y-green-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(181 203 82 / var(--tw-border-opacity));
  border-bottom-color: rgb(181 203 82 / var(--tw-border-opacity));
}

.border-y-green-500\/0 {
  border-top-color: rgb(181 203 82 / 0);
  border-bottom-color: rgb(181 203 82 / 0);
}

.border-y-green-500\/10 {
  border-top-color: rgb(181 203 82 / 0.1);
  border-bottom-color: rgb(181 203 82 / 0.1);
}

.border-y-green-500\/100 {
  border-top-color: rgb(181 203 82 / 1);
  border-bottom-color: rgb(181 203 82 / 1);
}

.border-y-green-500\/20 {
  border-top-color: rgb(181 203 82 / 0.2);
  border-bottom-color: rgb(181 203 82 / 0.2);
}

.border-y-green-500\/25 {
  border-top-color: rgb(181 203 82 / 0.25);
  border-bottom-color: rgb(181 203 82 / 0.25);
}

.border-y-green-500\/30 {
  border-top-color: rgb(181 203 82 / 0.3);
  border-bottom-color: rgb(181 203 82 / 0.3);
}

.border-y-green-500\/40 {
  border-top-color: rgb(181 203 82 / 0.4);
  border-bottom-color: rgb(181 203 82 / 0.4);
}

.border-y-green-500\/5 {
  border-top-color: rgb(181 203 82 / 0.05);
  border-bottom-color: rgb(181 203 82 / 0.05);
}

.border-y-green-500\/50 {
  border-top-color: rgb(181 203 82 / 0.5);
  border-bottom-color: rgb(181 203 82 / 0.5);
}

.border-y-green-500\/60 {
  border-top-color: rgb(181 203 82 / 0.6);
  border-bottom-color: rgb(181 203 82 / 0.6);
}

.border-y-green-500\/70 {
  border-top-color: rgb(181 203 82 / 0.7);
  border-bottom-color: rgb(181 203 82 / 0.7);
}

.border-y-green-500\/75 {
  border-top-color: rgb(181 203 82 / 0.75);
  border-bottom-color: rgb(181 203 82 / 0.75);
}

.border-y-green-500\/80 {
  border-top-color: rgb(181 203 82 / 0.8);
  border-bottom-color: rgb(181 203 82 / 0.8);
}

.border-y-green-500\/90 {
  border-top-color: rgb(181 203 82 / 0.9);
  border-bottom-color: rgb(181 203 82 / 0.9);
}

.border-y-green-500\/95 {
  border-top-color: rgb(181 203 82 / 0.95);
  border-bottom-color: rgb(181 203 82 / 0.95);
}

.border-y-green-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(154 176 53 / var(--tw-border-opacity));
  border-bottom-color: rgb(154 176 53 / var(--tw-border-opacity));
}

.border-y-green-600\/0 {
  border-top-color: rgb(154 176 53 / 0);
  border-bottom-color: rgb(154 176 53 / 0);
}

.border-y-green-600\/10 {
  border-top-color: rgb(154 176 53 / 0.1);
  border-bottom-color: rgb(154 176 53 / 0.1);
}

.border-y-green-600\/100 {
  border-top-color: rgb(154 176 53 / 1);
  border-bottom-color: rgb(154 176 53 / 1);
}

.border-y-green-600\/20 {
  border-top-color: rgb(154 176 53 / 0.2);
  border-bottom-color: rgb(154 176 53 / 0.2);
}

.border-y-green-600\/25 {
  border-top-color: rgb(154 176 53 / 0.25);
  border-bottom-color: rgb(154 176 53 / 0.25);
}

.border-y-green-600\/30 {
  border-top-color: rgb(154 176 53 / 0.3);
  border-bottom-color: rgb(154 176 53 / 0.3);
}

.border-y-green-600\/40 {
  border-top-color: rgb(154 176 53 / 0.4);
  border-bottom-color: rgb(154 176 53 / 0.4);
}

.border-y-green-600\/5 {
  border-top-color: rgb(154 176 53 / 0.05);
  border-bottom-color: rgb(154 176 53 / 0.05);
}

.border-y-green-600\/50 {
  border-top-color: rgb(154 176 53 / 0.5);
  border-bottom-color: rgb(154 176 53 / 0.5);
}

.border-y-green-600\/60 {
  border-top-color: rgb(154 176 53 / 0.6);
  border-bottom-color: rgb(154 176 53 / 0.6);
}

.border-y-green-600\/70 {
  border-top-color: rgb(154 176 53 / 0.7);
  border-bottom-color: rgb(154 176 53 / 0.7);
}

.border-y-green-600\/75 {
  border-top-color: rgb(154 176 53 / 0.75);
  border-bottom-color: rgb(154 176 53 / 0.75);
}

.border-y-green-600\/80 {
  border-top-color: rgb(154 176 53 / 0.8);
  border-bottom-color: rgb(154 176 53 / 0.8);
}

.border-y-green-600\/90 {
  border-top-color: rgb(154 176 53 / 0.9);
  border-bottom-color: rgb(154 176 53 / 0.9);
}

.border-y-green-600\/95 {
  border-top-color: rgb(154 176 53 / 0.95);
  border-bottom-color: rgb(154 176 53 / 0.95);
}

.border-y-green-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(116 133 40 / var(--tw-border-opacity));
  border-bottom-color: rgb(116 133 40 / var(--tw-border-opacity));
}

.border-y-green-700\/0 {
  border-top-color: rgb(116 133 40 / 0);
  border-bottom-color: rgb(116 133 40 / 0);
}

.border-y-green-700\/10 {
  border-top-color: rgb(116 133 40 / 0.1);
  border-bottom-color: rgb(116 133 40 / 0.1);
}

.border-y-green-700\/100 {
  border-top-color: rgb(116 133 40 / 1);
  border-bottom-color: rgb(116 133 40 / 1);
}

.border-y-green-700\/20 {
  border-top-color: rgb(116 133 40 / 0.2);
  border-bottom-color: rgb(116 133 40 / 0.2);
}

.border-y-green-700\/25 {
  border-top-color: rgb(116 133 40 / 0.25);
  border-bottom-color: rgb(116 133 40 / 0.25);
}

.border-y-green-700\/30 {
  border-top-color: rgb(116 133 40 / 0.3);
  border-bottom-color: rgb(116 133 40 / 0.3);
}

.border-y-green-700\/40 {
  border-top-color: rgb(116 133 40 / 0.4);
  border-bottom-color: rgb(116 133 40 / 0.4);
}

.border-y-green-700\/5 {
  border-top-color: rgb(116 133 40 / 0.05);
  border-bottom-color: rgb(116 133 40 / 0.05);
}

.border-y-green-700\/50 {
  border-top-color: rgb(116 133 40 / 0.5);
  border-bottom-color: rgb(116 133 40 / 0.5);
}

.border-y-green-700\/60 {
  border-top-color: rgb(116 133 40 / 0.6);
  border-bottom-color: rgb(116 133 40 / 0.6);
}

.border-y-green-700\/70 {
  border-top-color: rgb(116 133 40 / 0.7);
  border-bottom-color: rgb(116 133 40 / 0.7);
}

.border-y-green-700\/75 {
  border-top-color: rgb(116 133 40 / 0.75);
  border-bottom-color: rgb(116 133 40 / 0.75);
}

.border-y-green-700\/80 {
  border-top-color: rgb(116 133 40 / 0.8);
  border-bottom-color: rgb(116 133 40 / 0.8);
}

.border-y-green-700\/90 {
  border-top-color: rgb(116 133 40 / 0.9);
  border-bottom-color: rgb(116 133 40 / 0.9);
}

.border-y-green-700\/95 {
  border-top-color: rgb(116 133 40 / 0.95);
  border-bottom-color: rgb(116 133 40 / 0.95);
}

.border-y-green-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(78 90 27 / var(--tw-border-opacity));
  border-bottom-color: rgb(78 90 27 / var(--tw-border-opacity));
}

.border-y-green-800\/0 {
  border-top-color: rgb(78 90 27 / 0);
  border-bottom-color: rgb(78 90 27 / 0);
}

.border-y-green-800\/10 {
  border-top-color: rgb(78 90 27 / 0.1);
  border-bottom-color: rgb(78 90 27 / 0.1);
}

.border-y-green-800\/100 {
  border-top-color: rgb(78 90 27 / 1);
  border-bottom-color: rgb(78 90 27 / 1);
}

.border-y-green-800\/20 {
  border-top-color: rgb(78 90 27 / 0.2);
  border-bottom-color: rgb(78 90 27 / 0.2);
}

.border-y-green-800\/25 {
  border-top-color: rgb(78 90 27 / 0.25);
  border-bottom-color: rgb(78 90 27 / 0.25);
}

.border-y-green-800\/30 {
  border-top-color: rgb(78 90 27 / 0.3);
  border-bottom-color: rgb(78 90 27 / 0.3);
}

.border-y-green-800\/40 {
  border-top-color: rgb(78 90 27 / 0.4);
  border-bottom-color: rgb(78 90 27 / 0.4);
}

.border-y-green-800\/5 {
  border-top-color: rgb(78 90 27 / 0.05);
  border-bottom-color: rgb(78 90 27 / 0.05);
}

.border-y-green-800\/50 {
  border-top-color: rgb(78 90 27 / 0.5);
  border-bottom-color: rgb(78 90 27 / 0.5);
}

.border-y-green-800\/60 {
  border-top-color: rgb(78 90 27 / 0.6);
  border-bottom-color: rgb(78 90 27 / 0.6);
}

.border-y-green-800\/70 {
  border-top-color: rgb(78 90 27 / 0.7);
  border-bottom-color: rgb(78 90 27 / 0.7);
}

.border-y-green-800\/75 {
  border-top-color: rgb(78 90 27 / 0.75);
  border-bottom-color: rgb(78 90 27 / 0.75);
}

.border-y-green-800\/80 {
  border-top-color: rgb(78 90 27 / 0.8);
  border-bottom-color: rgb(78 90 27 / 0.8);
}

.border-y-green-800\/90 {
  border-top-color: rgb(78 90 27 / 0.9);
  border-bottom-color: rgb(78 90 27 / 0.9);
}

.border-y-green-800\/95 {
  border-top-color: rgb(78 90 27 / 0.95);
  border-bottom-color: rgb(78 90 27 / 0.95);
}

.border-y-green-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(41 47 14 / var(--tw-border-opacity));
  border-bottom-color: rgb(41 47 14 / var(--tw-border-opacity));
}

.border-y-green-900\/0 {
  border-top-color: rgb(41 47 14 / 0);
  border-bottom-color: rgb(41 47 14 / 0);
}

.border-y-green-900\/10 {
  border-top-color: rgb(41 47 14 / 0.1);
  border-bottom-color: rgb(41 47 14 / 0.1);
}

.border-y-green-900\/100 {
  border-top-color: rgb(41 47 14 / 1);
  border-bottom-color: rgb(41 47 14 / 1);
}

.border-y-green-900\/20 {
  border-top-color: rgb(41 47 14 / 0.2);
  border-bottom-color: rgb(41 47 14 / 0.2);
}

.border-y-green-900\/25 {
  border-top-color: rgb(41 47 14 / 0.25);
  border-bottom-color: rgb(41 47 14 / 0.25);
}

.border-y-green-900\/30 {
  border-top-color: rgb(41 47 14 / 0.3);
  border-bottom-color: rgb(41 47 14 / 0.3);
}

.border-y-green-900\/40 {
  border-top-color: rgb(41 47 14 / 0.4);
  border-bottom-color: rgb(41 47 14 / 0.4);
}

.border-y-green-900\/5 {
  border-top-color: rgb(41 47 14 / 0.05);
  border-bottom-color: rgb(41 47 14 / 0.05);
}

.border-y-green-900\/50 {
  border-top-color: rgb(41 47 14 / 0.5);
  border-bottom-color: rgb(41 47 14 / 0.5);
}

.border-y-green-900\/60 {
  border-top-color: rgb(41 47 14 / 0.6);
  border-bottom-color: rgb(41 47 14 / 0.6);
}

.border-y-green-900\/70 {
  border-top-color: rgb(41 47 14 / 0.7);
  border-bottom-color: rgb(41 47 14 / 0.7);
}

.border-y-green-900\/75 {
  border-top-color: rgb(41 47 14 / 0.75);
  border-bottom-color: rgb(41 47 14 / 0.75);
}

.border-y-green-900\/80 {
  border-top-color: rgb(41 47 14 / 0.8);
  border-bottom-color: rgb(41 47 14 / 0.8);
}

.border-y-green-900\/90 {
  border-top-color: rgb(41 47 14 / 0.9);
  border-bottom-color: rgb(41 47 14 / 0.9);
}

.border-y-green-900\/95 {
  border-top-color: rgb(41 47 14 / 0.95);
  border-bottom-color: rgb(41 47 14 / 0.95);
}

.border-y-green\/0 {
  border-top-color: rgb(181 203 82 / 0);
  border-bottom-color: rgb(181 203 82 / 0);
}

.border-y-green\/10 {
  border-top-color: rgb(181 203 82 / 0.1);
  border-bottom-color: rgb(181 203 82 / 0.1);
}

.border-y-green\/100 {
  border-top-color: rgb(181 203 82 / 1);
  border-bottom-color: rgb(181 203 82 / 1);
}

.border-y-green\/20 {
  border-top-color: rgb(181 203 82 / 0.2);
  border-bottom-color: rgb(181 203 82 / 0.2);
}

.border-y-green\/25 {
  border-top-color: rgb(181 203 82 / 0.25);
  border-bottom-color: rgb(181 203 82 / 0.25);
}

.border-y-green\/30 {
  border-top-color: rgb(181 203 82 / 0.3);
  border-bottom-color: rgb(181 203 82 / 0.3);
}

.border-y-green\/40 {
  border-top-color: rgb(181 203 82 / 0.4);
  border-bottom-color: rgb(181 203 82 / 0.4);
}

.border-y-green\/5 {
  border-top-color: rgb(181 203 82 / 0.05);
  border-bottom-color: rgb(181 203 82 / 0.05);
}

.border-y-green\/50 {
  border-top-color: rgb(181 203 82 / 0.5);
  border-bottom-color: rgb(181 203 82 / 0.5);
}

.border-y-green\/60 {
  border-top-color: rgb(181 203 82 / 0.6);
  border-bottom-color: rgb(181 203 82 / 0.6);
}

.border-y-green\/70 {
  border-top-color: rgb(181 203 82 / 0.7);
  border-bottom-color: rgb(181 203 82 / 0.7);
}

.border-y-green\/75 {
  border-top-color: rgb(181 203 82 / 0.75);
  border-bottom-color: rgb(181 203 82 / 0.75);
}

.border-y-green\/80 {
  border-top-color: rgb(181 203 82 / 0.8);
  border-bottom-color: rgb(181 203 82 / 0.8);
}

.border-y-green\/90 {
  border-top-color: rgb(181 203 82 / 0.9);
  border-bottom-color: rgb(181 203 82 / 0.9);
}

.border-y-green\/95 {
  border-top-color: rgb(181 203 82 / 0.95);
  border-bottom-color: rgb(181 203 82 / 0.95);
}

.border-y-grey {
  --tw-border-opacity: 1;
  border-top-color: rgb(77 79 83 / var(--tw-border-opacity));
  border-bottom-color: rgb(77 79 83 / var(--tw-border-opacity));
}

.border-y-grey-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(229 230 232 / var(--tw-border-opacity));
  border-bottom-color: rgb(229 230 232 / var(--tw-border-opacity));
}

.border-y-grey-100\/0 {
  border-top-color: rgb(229 230 232 / 0);
  border-bottom-color: rgb(229 230 232 / 0);
}

.border-y-grey-100\/10 {
  border-top-color: rgb(229 230 232 / 0.1);
  border-bottom-color: rgb(229 230 232 / 0.1);
}

.border-y-grey-100\/100 {
  border-top-color: rgb(229 230 232 / 1);
  border-bottom-color: rgb(229 230 232 / 1);
}

.border-y-grey-100\/20 {
  border-top-color: rgb(229 230 232 / 0.2);
  border-bottom-color: rgb(229 230 232 / 0.2);
}

.border-y-grey-100\/25 {
  border-top-color: rgb(229 230 232 / 0.25);
  border-bottom-color: rgb(229 230 232 / 0.25);
}

.border-y-grey-100\/30 {
  border-top-color: rgb(229 230 232 / 0.3);
  border-bottom-color: rgb(229 230 232 / 0.3);
}

.border-y-grey-100\/40 {
  border-top-color: rgb(229 230 232 / 0.4);
  border-bottom-color: rgb(229 230 232 / 0.4);
}

.border-y-grey-100\/5 {
  border-top-color: rgb(229 230 232 / 0.05);
  border-bottom-color: rgb(229 230 232 / 0.05);
}

.border-y-grey-100\/50 {
  border-top-color: rgb(229 230 232 / 0.5);
  border-bottom-color: rgb(229 230 232 / 0.5);
}

.border-y-grey-100\/60 {
  border-top-color: rgb(229 230 232 / 0.6);
  border-bottom-color: rgb(229 230 232 / 0.6);
}

.border-y-grey-100\/70 {
  border-top-color: rgb(229 230 232 / 0.7);
  border-bottom-color: rgb(229 230 232 / 0.7);
}

.border-y-grey-100\/75 {
  border-top-color: rgb(229 230 232 / 0.75);
  border-bottom-color: rgb(229 230 232 / 0.75);
}

.border-y-grey-100\/80 {
  border-top-color: rgb(229 230 232 / 0.8);
  border-bottom-color: rgb(229 230 232 / 0.8);
}

.border-y-grey-100\/90 {
  border-top-color: rgb(229 230 232 / 0.9);
  border-bottom-color: rgb(229 230 232 / 0.9);
}

.border-y-grey-100\/95 {
  border-top-color: rgb(229 230 232 / 0.95);
  border-bottom-color: rgb(229 230 232 / 0.95);
}

.border-y-grey-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(207 209 210 / var(--tw-border-opacity));
  border-bottom-color: rgb(207 209 210 / var(--tw-border-opacity));
}

.border-y-grey-200\/0 {
  border-top-color: rgb(207 209 210 / 0);
  border-bottom-color: rgb(207 209 210 / 0);
}

.border-y-grey-200\/10 {
  border-top-color: rgb(207 209 210 / 0.1);
  border-bottom-color: rgb(207 209 210 / 0.1);
}

.border-y-grey-200\/100 {
  border-top-color: rgb(207 209 210 / 1);
  border-bottom-color: rgb(207 209 210 / 1);
}

.border-y-grey-200\/20 {
  border-top-color: rgb(207 209 210 / 0.2);
  border-bottom-color: rgb(207 209 210 / 0.2);
}

.border-y-grey-200\/25 {
  border-top-color: rgb(207 209 210 / 0.25);
  border-bottom-color: rgb(207 209 210 / 0.25);
}

.border-y-grey-200\/30 {
  border-top-color: rgb(207 209 210 / 0.3);
  border-bottom-color: rgb(207 209 210 / 0.3);
}

.border-y-grey-200\/40 {
  border-top-color: rgb(207 209 210 / 0.4);
  border-bottom-color: rgb(207 209 210 / 0.4);
}

.border-y-grey-200\/5 {
  border-top-color: rgb(207 209 210 / 0.05);
  border-bottom-color: rgb(207 209 210 / 0.05);
}

.border-y-grey-200\/50 {
  border-top-color: rgb(207 209 210 / 0.5);
  border-bottom-color: rgb(207 209 210 / 0.5);
}

.border-y-grey-200\/60 {
  border-top-color: rgb(207 209 210 / 0.6);
  border-bottom-color: rgb(207 209 210 / 0.6);
}

.border-y-grey-200\/70 {
  border-top-color: rgb(207 209 210 / 0.7);
  border-bottom-color: rgb(207 209 210 / 0.7);
}

.border-y-grey-200\/75 {
  border-top-color: rgb(207 209 210 / 0.75);
  border-bottom-color: rgb(207 209 210 / 0.75);
}

.border-y-grey-200\/80 {
  border-top-color: rgb(207 209 210 / 0.8);
  border-bottom-color: rgb(207 209 210 / 0.8);
}

.border-y-grey-200\/90 {
  border-top-color: rgb(207 209 210 / 0.9);
  border-bottom-color: rgb(207 209 210 / 0.9);
}

.border-y-grey-200\/95 {
  border-top-color: rgb(207 209 210 / 0.95);
  border-bottom-color: rgb(207 209 210 / 0.95);
}

.border-y-grey-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(173 176 179 / var(--tw-border-opacity));
  border-bottom-color: rgb(173 176 179 / var(--tw-border-opacity));
}

.border-y-grey-300\/0 {
  border-top-color: rgb(173 176 179 / 0);
  border-bottom-color: rgb(173 176 179 / 0);
}

.border-y-grey-300\/10 {
  border-top-color: rgb(173 176 179 / 0.1);
  border-bottom-color: rgb(173 176 179 / 0.1);
}

.border-y-grey-300\/100 {
  border-top-color: rgb(173 176 179 / 1);
  border-bottom-color: rgb(173 176 179 / 1);
}

.border-y-grey-300\/20 {
  border-top-color: rgb(173 176 179 / 0.2);
  border-bottom-color: rgb(173 176 179 / 0.2);
}

.border-y-grey-300\/25 {
  border-top-color: rgb(173 176 179 / 0.25);
  border-bottom-color: rgb(173 176 179 / 0.25);
}

.border-y-grey-300\/30 {
  border-top-color: rgb(173 176 179 / 0.3);
  border-bottom-color: rgb(173 176 179 / 0.3);
}

.border-y-grey-300\/40 {
  border-top-color: rgb(173 176 179 / 0.4);
  border-bottom-color: rgb(173 176 179 / 0.4);
}

.border-y-grey-300\/5 {
  border-top-color: rgb(173 176 179 / 0.05);
  border-bottom-color: rgb(173 176 179 / 0.05);
}

.border-y-grey-300\/50 {
  border-top-color: rgb(173 176 179 / 0.5);
  border-bottom-color: rgb(173 176 179 / 0.5);
}

.border-y-grey-300\/60 {
  border-top-color: rgb(173 176 179 / 0.6);
  border-bottom-color: rgb(173 176 179 / 0.6);
}

.border-y-grey-300\/70 {
  border-top-color: rgb(173 176 179 / 0.7);
  border-bottom-color: rgb(173 176 179 / 0.7);
}

.border-y-grey-300\/75 {
  border-top-color: rgb(173 176 179 / 0.75);
  border-bottom-color: rgb(173 176 179 / 0.75);
}

.border-y-grey-300\/80 {
  border-top-color: rgb(173 176 179 / 0.8);
  border-bottom-color: rgb(173 176 179 / 0.8);
}

.border-y-grey-300\/90 {
  border-top-color: rgb(173 176 179 / 0.9);
  border-bottom-color: rgb(173 176 179 / 0.9);
}

.border-y-grey-300\/95 {
  border-top-color: rgb(173 176 179 / 0.95);
  border-bottom-color: rgb(173 176 179 / 0.95);
}

.border-y-grey-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(131 134 141 / var(--tw-border-opacity));
  border-bottom-color: rgb(131 134 141 / var(--tw-border-opacity));
}

.border-y-grey-400\/0 {
  border-top-color: rgb(131 134 141 / 0);
  border-bottom-color: rgb(131 134 141 / 0);
}

.border-y-grey-400\/10 {
  border-top-color: rgb(131 134 141 / 0.1);
  border-bottom-color: rgb(131 134 141 / 0.1);
}

.border-y-grey-400\/100 {
  border-top-color: rgb(131 134 141 / 1);
  border-bottom-color: rgb(131 134 141 / 1);
}

.border-y-grey-400\/20 {
  border-top-color: rgb(131 134 141 / 0.2);
  border-bottom-color: rgb(131 134 141 / 0.2);
}

.border-y-grey-400\/25 {
  border-top-color: rgb(131 134 141 / 0.25);
  border-bottom-color: rgb(131 134 141 / 0.25);
}

.border-y-grey-400\/30 {
  border-top-color: rgb(131 134 141 / 0.3);
  border-bottom-color: rgb(131 134 141 / 0.3);
}

.border-y-grey-400\/40 {
  border-top-color: rgb(131 134 141 / 0.4);
  border-bottom-color: rgb(131 134 141 / 0.4);
}

.border-y-grey-400\/5 {
  border-top-color: rgb(131 134 141 / 0.05);
  border-bottom-color: rgb(131 134 141 / 0.05);
}

.border-y-grey-400\/50 {
  border-top-color: rgb(131 134 141 / 0.5);
  border-bottom-color: rgb(131 134 141 / 0.5);
}

.border-y-grey-400\/60 {
  border-top-color: rgb(131 134 141 / 0.6);
  border-bottom-color: rgb(131 134 141 / 0.6);
}

.border-y-grey-400\/70 {
  border-top-color: rgb(131 134 141 / 0.7);
  border-bottom-color: rgb(131 134 141 / 0.7);
}

.border-y-grey-400\/75 {
  border-top-color: rgb(131 134 141 / 0.75);
  border-bottom-color: rgb(131 134 141 / 0.75);
}

.border-y-grey-400\/80 {
  border-top-color: rgb(131 134 141 / 0.8);
  border-bottom-color: rgb(131 134 141 / 0.8);
}

.border-y-grey-400\/90 {
  border-top-color: rgb(131 134 141 / 0.9);
  border-bottom-color: rgb(131 134 141 / 0.9);
}

.border-y-grey-400\/95 {
  border-top-color: rgb(131 134 141 / 0.95);
  border-bottom-color: rgb(131 134 141 / 0.95);
}

.border-y-grey-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 246 246 / var(--tw-border-opacity));
  border-bottom-color: rgb(245 246 246 / var(--tw-border-opacity));
}

.border-y-grey-50\/0 {
  border-top-color: rgb(245 246 246 / 0);
  border-bottom-color: rgb(245 246 246 / 0);
}

.border-y-grey-50\/10 {
  border-top-color: rgb(245 246 246 / 0.1);
  border-bottom-color: rgb(245 246 246 / 0.1);
}

.border-y-grey-50\/100 {
  border-top-color: rgb(245 246 246 / 1);
  border-bottom-color: rgb(245 246 246 / 1);
}

.border-y-grey-50\/20 {
  border-top-color: rgb(245 246 246 / 0.2);
  border-bottom-color: rgb(245 246 246 / 0.2);
}

.border-y-grey-50\/25 {
  border-top-color: rgb(245 246 246 / 0.25);
  border-bottom-color: rgb(245 246 246 / 0.25);
}

.border-y-grey-50\/30 {
  border-top-color: rgb(245 246 246 / 0.3);
  border-bottom-color: rgb(245 246 246 / 0.3);
}

.border-y-grey-50\/40 {
  border-top-color: rgb(245 246 246 / 0.4);
  border-bottom-color: rgb(245 246 246 / 0.4);
}

.border-y-grey-50\/5 {
  border-top-color: rgb(245 246 246 / 0.05);
  border-bottom-color: rgb(245 246 246 / 0.05);
}

.border-y-grey-50\/50 {
  border-top-color: rgb(245 246 246 / 0.5);
  border-bottom-color: rgb(245 246 246 / 0.5);
}

.border-y-grey-50\/60 {
  border-top-color: rgb(245 246 246 / 0.6);
  border-bottom-color: rgb(245 246 246 / 0.6);
}

.border-y-grey-50\/70 {
  border-top-color: rgb(245 246 246 / 0.7);
  border-bottom-color: rgb(245 246 246 / 0.7);
}

.border-y-grey-50\/75 {
  border-top-color: rgb(245 246 246 / 0.75);
  border-bottom-color: rgb(245 246 246 / 0.75);
}

.border-y-grey-50\/80 {
  border-top-color: rgb(245 246 246 / 0.8);
  border-bottom-color: rgb(245 246 246 / 0.8);
}

.border-y-grey-50\/90 {
  border-top-color: rgb(245 246 246 / 0.9);
  border-bottom-color: rgb(245 246 246 / 0.9);
}

.border-y-grey-50\/95 {
  border-top-color: rgb(245 246 246 / 0.95);
  border-bottom-color: rgb(245 246 246 / 0.95);
}

.border-y-grey-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(104 107 114 / var(--tw-border-opacity));
  border-bottom-color: rgb(104 107 114 / var(--tw-border-opacity));
}

.border-y-grey-500\/0 {
  border-top-color: rgb(104 107 114 / 0);
  border-bottom-color: rgb(104 107 114 / 0);
}

.border-y-grey-500\/10 {
  border-top-color: rgb(104 107 114 / 0.1);
  border-bottom-color: rgb(104 107 114 / 0.1);
}

.border-y-grey-500\/100 {
  border-top-color: rgb(104 107 114 / 1);
  border-bottom-color: rgb(104 107 114 / 1);
}

.border-y-grey-500\/20 {
  border-top-color: rgb(104 107 114 / 0.2);
  border-bottom-color: rgb(104 107 114 / 0.2);
}

.border-y-grey-500\/25 {
  border-top-color: rgb(104 107 114 / 0.25);
  border-bottom-color: rgb(104 107 114 / 0.25);
}

.border-y-grey-500\/30 {
  border-top-color: rgb(104 107 114 / 0.3);
  border-bottom-color: rgb(104 107 114 / 0.3);
}

.border-y-grey-500\/40 {
  border-top-color: rgb(104 107 114 / 0.4);
  border-bottom-color: rgb(104 107 114 / 0.4);
}

.border-y-grey-500\/5 {
  border-top-color: rgb(104 107 114 / 0.05);
  border-bottom-color: rgb(104 107 114 / 0.05);
}

.border-y-grey-500\/50 {
  border-top-color: rgb(104 107 114 / 0.5);
  border-bottom-color: rgb(104 107 114 / 0.5);
}

.border-y-grey-500\/60 {
  border-top-color: rgb(104 107 114 / 0.6);
  border-bottom-color: rgb(104 107 114 / 0.6);
}

.border-y-grey-500\/70 {
  border-top-color: rgb(104 107 114 / 0.7);
  border-bottom-color: rgb(104 107 114 / 0.7);
}

.border-y-grey-500\/75 {
  border-top-color: rgb(104 107 114 / 0.75);
  border-bottom-color: rgb(104 107 114 / 0.75);
}

.border-y-grey-500\/80 {
  border-top-color: rgb(104 107 114 / 0.8);
  border-bottom-color: rgb(104 107 114 / 0.8);
}

.border-y-grey-500\/90 {
  border-top-color: rgb(104 107 114 / 0.9);
  border-bottom-color: rgb(104 107 114 / 0.9);
}

.border-y-grey-500\/95 {
  border-top-color: rgb(104 107 114 / 0.95);
  border-bottom-color: rgb(104 107 114 / 0.95);
}

.border-y-grey-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(89 91 97 / var(--tw-border-opacity));
  border-bottom-color: rgb(89 91 97 / var(--tw-border-opacity));
}

.border-y-grey-600\/0 {
  border-top-color: rgb(89 91 97 / 0);
  border-bottom-color: rgb(89 91 97 / 0);
}

.border-y-grey-600\/10 {
  border-top-color: rgb(89 91 97 / 0.1);
  border-bottom-color: rgb(89 91 97 / 0.1);
}

.border-y-grey-600\/100 {
  border-top-color: rgb(89 91 97 / 1);
  border-bottom-color: rgb(89 91 97 / 1);
}

.border-y-grey-600\/20 {
  border-top-color: rgb(89 91 97 / 0.2);
  border-bottom-color: rgb(89 91 97 / 0.2);
}

.border-y-grey-600\/25 {
  border-top-color: rgb(89 91 97 / 0.25);
  border-bottom-color: rgb(89 91 97 / 0.25);
}

.border-y-grey-600\/30 {
  border-top-color: rgb(89 91 97 / 0.3);
  border-bottom-color: rgb(89 91 97 / 0.3);
}

.border-y-grey-600\/40 {
  border-top-color: rgb(89 91 97 / 0.4);
  border-bottom-color: rgb(89 91 97 / 0.4);
}

.border-y-grey-600\/5 {
  border-top-color: rgb(89 91 97 / 0.05);
  border-bottom-color: rgb(89 91 97 / 0.05);
}

.border-y-grey-600\/50 {
  border-top-color: rgb(89 91 97 / 0.5);
  border-bottom-color: rgb(89 91 97 / 0.5);
}

.border-y-grey-600\/60 {
  border-top-color: rgb(89 91 97 / 0.6);
  border-bottom-color: rgb(89 91 97 / 0.6);
}

.border-y-grey-600\/70 {
  border-top-color: rgb(89 91 97 / 0.7);
  border-bottom-color: rgb(89 91 97 / 0.7);
}

.border-y-grey-600\/75 {
  border-top-color: rgb(89 91 97 / 0.75);
  border-bottom-color: rgb(89 91 97 / 0.75);
}

.border-y-grey-600\/80 {
  border-top-color: rgb(89 91 97 / 0.8);
  border-bottom-color: rgb(89 91 97 / 0.8);
}

.border-y-grey-600\/90 {
  border-top-color: rgb(89 91 97 / 0.9);
  border-bottom-color: rgb(89 91 97 / 0.9);
}

.border-y-grey-600\/95 {
  border-top-color: rgb(89 91 97 / 0.95);
  border-bottom-color: rgb(89 91 97 / 0.95);
}

.border-y-grey-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(77 79 83 / var(--tw-border-opacity));
  border-bottom-color: rgb(77 79 83 / var(--tw-border-opacity));
}

.border-y-grey-700\/0 {
  border-top-color: rgb(77 79 83 / 0);
  border-bottom-color: rgb(77 79 83 / 0);
}

.border-y-grey-700\/10 {
  border-top-color: rgb(77 79 83 / 0.1);
  border-bottom-color: rgb(77 79 83 / 0.1);
}

.border-y-grey-700\/100 {
  border-top-color: rgb(77 79 83 / 1);
  border-bottom-color: rgb(77 79 83 / 1);
}

.border-y-grey-700\/20 {
  border-top-color: rgb(77 79 83 / 0.2);
  border-bottom-color: rgb(77 79 83 / 0.2);
}

.border-y-grey-700\/25 {
  border-top-color: rgb(77 79 83 / 0.25);
  border-bottom-color: rgb(77 79 83 / 0.25);
}

.border-y-grey-700\/30 {
  border-top-color: rgb(77 79 83 / 0.3);
  border-bottom-color: rgb(77 79 83 / 0.3);
}

.border-y-grey-700\/40 {
  border-top-color: rgb(77 79 83 / 0.4);
  border-bottom-color: rgb(77 79 83 / 0.4);
}

.border-y-grey-700\/5 {
  border-top-color: rgb(77 79 83 / 0.05);
  border-bottom-color: rgb(77 79 83 / 0.05);
}

.border-y-grey-700\/50 {
  border-top-color: rgb(77 79 83 / 0.5);
  border-bottom-color: rgb(77 79 83 / 0.5);
}

.border-y-grey-700\/60 {
  border-top-color: rgb(77 79 83 / 0.6);
  border-bottom-color: rgb(77 79 83 / 0.6);
}

.border-y-grey-700\/70 {
  border-top-color: rgb(77 79 83 / 0.7);
  border-bottom-color: rgb(77 79 83 / 0.7);
}

.border-y-grey-700\/75 {
  border-top-color: rgb(77 79 83 / 0.75);
  border-bottom-color: rgb(77 79 83 / 0.75);
}

.border-y-grey-700\/80 {
  border-top-color: rgb(77 79 83 / 0.8);
  border-bottom-color: rgb(77 79 83 / 0.8);
}

.border-y-grey-700\/90 {
  border-top-color: rgb(77 79 83 / 0.9);
  border-bottom-color: rgb(77 79 83 / 0.9);
}

.border-y-grey-700\/95 {
  border-top-color: rgb(77 79 83 / 0.95);
  border-bottom-color: rgb(77 79 83 / 0.95);
}

.border-y-grey-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(67 68 71 / var(--tw-border-opacity));
  border-bottom-color: rgb(67 68 71 / var(--tw-border-opacity));
}

.border-y-grey-800\/0 {
  border-top-color: rgb(67 68 71 / 0);
  border-bottom-color: rgb(67 68 71 / 0);
}

.border-y-grey-800\/10 {
  border-top-color: rgb(67 68 71 / 0.1);
  border-bottom-color: rgb(67 68 71 / 0.1);
}

.border-y-grey-800\/100 {
  border-top-color: rgb(67 68 71 / 1);
  border-bottom-color: rgb(67 68 71 / 1);
}

.border-y-grey-800\/20 {
  border-top-color: rgb(67 68 71 / 0.2);
  border-bottom-color: rgb(67 68 71 / 0.2);
}

.border-y-grey-800\/25 {
  border-top-color: rgb(67 68 71 / 0.25);
  border-bottom-color: rgb(67 68 71 / 0.25);
}

.border-y-grey-800\/30 {
  border-top-color: rgb(67 68 71 / 0.3);
  border-bottom-color: rgb(67 68 71 / 0.3);
}

.border-y-grey-800\/40 {
  border-top-color: rgb(67 68 71 / 0.4);
  border-bottom-color: rgb(67 68 71 / 0.4);
}

.border-y-grey-800\/5 {
  border-top-color: rgb(67 68 71 / 0.05);
  border-bottom-color: rgb(67 68 71 / 0.05);
}

.border-y-grey-800\/50 {
  border-top-color: rgb(67 68 71 / 0.5);
  border-bottom-color: rgb(67 68 71 / 0.5);
}

.border-y-grey-800\/60 {
  border-top-color: rgb(67 68 71 / 0.6);
  border-bottom-color: rgb(67 68 71 / 0.6);
}

.border-y-grey-800\/70 {
  border-top-color: rgb(67 68 71 / 0.7);
  border-bottom-color: rgb(67 68 71 / 0.7);
}

.border-y-grey-800\/75 {
  border-top-color: rgb(67 68 71 / 0.75);
  border-bottom-color: rgb(67 68 71 / 0.75);
}

.border-y-grey-800\/80 {
  border-top-color: rgb(67 68 71 / 0.8);
  border-bottom-color: rgb(67 68 71 / 0.8);
}

.border-y-grey-800\/90 {
  border-top-color: rgb(67 68 71 / 0.9);
  border-bottom-color: rgb(67 68 71 / 0.9);
}

.border-y-grey-800\/95 {
  border-top-color: rgb(67 68 71 / 0.95);
  border-bottom-color: rgb(67 68 71 / 0.95);
}

.border-y-grey-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(59 60 62 / var(--tw-border-opacity));
  border-bottom-color: rgb(59 60 62 / var(--tw-border-opacity));
}

.border-y-grey-900\/0 {
  border-top-color: rgb(59 60 62 / 0);
  border-bottom-color: rgb(59 60 62 / 0);
}

.border-y-grey-900\/10 {
  border-top-color: rgb(59 60 62 / 0.1);
  border-bottom-color: rgb(59 60 62 / 0.1);
}

.border-y-grey-900\/100 {
  border-top-color: rgb(59 60 62 / 1);
  border-bottom-color: rgb(59 60 62 / 1);
}

.border-y-grey-900\/20 {
  border-top-color: rgb(59 60 62 / 0.2);
  border-bottom-color: rgb(59 60 62 / 0.2);
}

.border-y-grey-900\/25 {
  border-top-color: rgb(59 60 62 / 0.25);
  border-bottom-color: rgb(59 60 62 / 0.25);
}

.border-y-grey-900\/30 {
  border-top-color: rgb(59 60 62 / 0.3);
  border-bottom-color: rgb(59 60 62 / 0.3);
}

.border-y-grey-900\/40 {
  border-top-color: rgb(59 60 62 / 0.4);
  border-bottom-color: rgb(59 60 62 / 0.4);
}

.border-y-grey-900\/5 {
  border-top-color: rgb(59 60 62 / 0.05);
  border-bottom-color: rgb(59 60 62 / 0.05);
}

.border-y-grey-900\/50 {
  border-top-color: rgb(59 60 62 / 0.5);
  border-bottom-color: rgb(59 60 62 / 0.5);
}

.border-y-grey-900\/60 {
  border-top-color: rgb(59 60 62 / 0.6);
  border-bottom-color: rgb(59 60 62 / 0.6);
}

.border-y-grey-900\/70 {
  border-top-color: rgb(59 60 62 / 0.7);
  border-bottom-color: rgb(59 60 62 / 0.7);
}

.border-y-grey-900\/75 {
  border-top-color: rgb(59 60 62 / 0.75);
  border-bottom-color: rgb(59 60 62 / 0.75);
}

.border-y-grey-900\/80 {
  border-top-color: rgb(59 60 62 / 0.8);
  border-bottom-color: rgb(59 60 62 / 0.8);
}

.border-y-grey-900\/90 {
  border-top-color: rgb(59 60 62 / 0.9);
  border-bottom-color: rgb(59 60 62 / 0.9);
}

.border-y-grey-900\/95 {
  border-top-color: rgb(59 60 62 / 0.95);
  border-bottom-color: rgb(59 60 62 / 0.95);
}

.border-y-grey-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(37 38 39 / var(--tw-border-opacity));
  border-bottom-color: rgb(37 38 39 / var(--tw-border-opacity));
}

.border-y-grey-950\/0 {
  border-top-color: rgb(37 38 39 / 0);
  border-bottom-color: rgb(37 38 39 / 0);
}

.border-y-grey-950\/10 {
  border-top-color: rgb(37 38 39 / 0.1);
  border-bottom-color: rgb(37 38 39 / 0.1);
}

.border-y-grey-950\/100 {
  border-top-color: rgb(37 38 39 / 1);
  border-bottom-color: rgb(37 38 39 / 1);
}

.border-y-grey-950\/20 {
  border-top-color: rgb(37 38 39 / 0.2);
  border-bottom-color: rgb(37 38 39 / 0.2);
}

.border-y-grey-950\/25 {
  border-top-color: rgb(37 38 39 / 0.25);
  border-bottom-color: rgb(37 38 39 / 0.25);
}

.border-y-grey-950\/30 {
  border-top-color: rgb(37 38 39 / 0.3);
  border-bottom-color: rgb(37 38 39 / 0.3);
}

.border-y-grey-950\/40 {
  border-top-color: rgb(37 38 39 / 0.4);
  border-bottom-color: rgb(37 38 39 / 0.4);
}

.border-y-grey-950\/5 {
  border-top-color: rgb(37 38 39 / 0.05);
  border-bottom-color: rgb(37 38 39 / 0.05);
}

.border-y-grey-950\/50 {
  border-top-color: rgb(37 38 39 / 0.5);
  border-bottom-color: rgb(37 38 39 / 0.5);
}

.border-y-grey-950\/60 {
  border-top-color: rgb(37 38 39 / 0.6);
  border-bottom-color: rgb(37 38 39 / 0.6);
}

.border-y-grey-950\/70 {
  border-top-color: rgb(37 38 39 / 0.7);
  border-bottom-color: rgb(37 38 39 / 0.7);
}

.border-y-grey-950\/75 {
  border-top-color: rgb(37 38 39 / 0.75);
  border-bottom-color: rgb(37 38 39 / 0.75);
}

.border-y-grey-950\/80 {
  border-top-color: rgb(37 38 39 / 0.8);
  border-bottom-color: rgb(37 38 39 / 0.8);
}

.border-y-grey-950\/90 {
  border-top-color: rgb(37 38 39 / 0.9);
  border-bottom-color: rgb(37 38 39 / 0.9);
}

.border-y-grey-950\/95 {
  border-top-color: rgb(37 38 39 / 0.95);
  border-bottom-color: rgb(37 38 39 / 0.95);
}

.border-y-grey\/0 {
  border-top-color: rgb(77 79 83 / 0);
  border-bottom-color: rgb(77 79 83 / 0);
}

.border-y-grey\/10 {
  border-top-color: rgb(77 79 83 / 0.1);
  border-bottom-color: rgb(77 79 83 / 0.1);
}

.border-y-grey\/100 {
  border-top-color: rgb(77 79 83 / 1);
  border-bottom-color: rgb(77 79 83 / 1);
}

.border-y-grey\/20 {
  border-top-color: rgb(77 79 83 / 0.2);
  border-bottom-color: rgb(77 79 83 / 0.2);
}

.border-y-grey\/25 {
  border-top-color: rgb(77 79 83 / 0.25);
  border-bottom-color: rgb(77 79 83 / 0.25);
}

.border-y-grey\/30 {
  border-top-color: rgb(77 79 83 / 0.3);
  border-bottom-color: rgb(77 79 83 / 0.3);
}

.border-y-grey\/40 {
  border-top-color: rgb(77 79 83 / 0.4);
  border-bottom-color: rgb(77 79 83 / 0.4);
}

.border-y-grey\/5 {
  border-top-color: rgb(77 79 83 / 0.05);
  border-bottom-color: rgb(77 79 83 / 0.05);
}

.border-y-grey\/50 {
  border-top-color: rgb(77 79 83 / 0.5);
  border-bottom-color: rgb(77 79 83 / 0.5);
}

.border-y-grey\/60 {
  border-top-color: rgb(77 79 83 / 0.6);
  border-bottom-color: rgb(77 79 83 / 0.6);
}

.border-y-grey\/70 {
  border-top-color: rgb(77 79 83 / 0.7);
  border-bottom-color: rgb(77 79 83 / 0.7);
}

.border-y-grey\/75 {
  border-top-color: rgb(77 79 83 / 0.75);
  border-bottom-color: rgb(77 79 83 / 0.75);
}

.border-y-grey\/80 {
  border-top-color: rgb(77 79 83 / 0.8);
  border-bottom-color: rgb(77 79 83 / 0.8);
}

.border-y-grey\/90 {
  border-top-color: rgb(77 79 83 / 0.9);
  border-bottom-color: rgb(77 79 83 / 0.9);
}

.border-y-grey\/95 {
  border-top-color: rgb(77 79 83 / 0.95);
  border-bottom-color: rgb(77 79 83 / 0.95);
}

.border-y-navy {
  --tw-border-opacity: 1;
  border-top-color: rgb(10 81 122 / var(--tw-border-opacity));
  border-bottom-color: rgb(10 81 122 / var(--tw-border-opacity));
}

.border-y-navy-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(225 242 253 / var(--tw-border-opacity));
  border-bottom-color: rgb(225 242 253 / var(--tw-border-opacity));
}

.border-y-navy-100\/0 {
  border-top-color: rgb(225 242 253 / 0);
  border-bottom-color: rgb(225 242 253 / 0);
}

.border-y-navy-100\/10 {
  border-top-color: rgb(225 242 253 / 0.1);
  border-bottom-color: rgb(225 242 253 / 0.1);
}

.border-y-navy-100\/100 {
  border-top-color: rgb(225 242 253 / 1);
  border-bottom-color: rgb(225 242 253 / 1);
}

.border-y-navy-100\/20 {
  border-top-color: rgb(225 242 253 / 0.2);
  border-bottom-color: rgb(225 242 253 / 0.2);
}

.border-y-navy-100\/25 {
  border-top-color: rgb(225 242 253 / 0.25);
  border-bottom-color: rgb(225 242 253 / 0.25);
}

.border-y-navy-100\/30 {
  border-top-color: rgb(225 242 253 / 0.3);
  border-bottom-color: rgb(225 242 253 / 0.3);
}

.border-y-navy-100\/40 {
  border-top-color: rgb(225 242 253 / 0.4);
  border-bottom-color: rgb(225 242 253 / 0.4);
}

.border-y-navy-100\/5 {
  border-top-color: rgb(225 242 253 / 0.05);
  border-bottom-color: rgb(225 242 253 / 0.05);
}

.border-y-navy-100\/50 {
  border-top-color: rgb(225 242 253 / 0.5);
  border-bottom-color: rgb(225 242 253 / 0.5);
}

.border-y-navy-100\/60 {
  border-top-color: rgb(225 242 253 / 0.6);
  border-bottom-color: rgb(225 242 253 / 0.6);
}

.border-y-navy-100\/70 {
  border-top-color: rgb(225 242 253 / 0.7);
  border-bottom-color: rgb(225 242 253 / 0.7);
}

.border-y-navy-100\/75 {
  border-top-color: rgb(225 242 253 / 0.75);
  border-bottom-color: rgb(225 242 253 / 0.75);
}

.border-y-navy-100\/80 {
  border-top-color: rgb(225 242 253 / 0.8);
  border-bottom-color: rgb(225 242 253 / 0.8);
}

.border-y-navy-100\/90 {
  border-top-color: rgb(225 242 253 / 0.9);
  border-bottom-color: rgb(225 242 253 / 0.9);
}

.border-y-navy-100\/95 {
  border-top-color: rgb(225 242 253 / 0.95);
  border-bottom-color: rgb(225 242 253 / 0.95);
}

.border-y-navy-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(188 228 251 / var(--tw-border-opacity));
  border-bottom-color: rgb(188 228 251 / var(--tw-border-opacity));
}

.border-y-navy-200\/0 {
  border-top-color: rgb(188 228 251 / 0);
  border-bottom-color: rgb(188 228 251 / 0);
}

.border-y-navy-200\/10 {
  border-top-color: rgb(188 228 251 / 0.1);
  border-bottom-color: rgb(188 228 251 / 0.1);
}

.border-y-navy-200\/100 {
  border-top-color: rgb(188 228 251 / 1);
  border-bottom-color: rgb(188 228 251 / 1);
}

.border-y-navy-200\/20 {
  border-top-color: rgb(188 228 251 / 0.2);
  border-bottom-color: rgb(188 228 251 / 0.2);
}

.border-y-navy-200\/25 {
  border-top-color: rgb(188 228 251 / 0.25);
  border-bottom-color: rgb(188 228 251 / 0.25);
}

.border-y-navy-200\/30 {
  border-top-color: rgb(188 228 251 / 0.3);
  border-bottom-color: rgb(188 228 251 / 0.3);
}

.border-y-navy-200\/40 {
  border-top-color: rgb(188 228 251 / 0.4);
  border-bottom-color: rgb(188 228 251 / 0.4);
}

.border-y-navy-200\/5 {
  border-top-color: rgb(188 228 251 / 0.05);
  border-bottom-color: rgb(188 228 251 / 0.05);
}

.border-y-navy-200\/50 {
  border-top-color: rgb(188 228 251 / 0.5);
  border-bottom-color: rgb(188 228 251 / 0.5);
}

.border-y-navy-200\/60 {
  border-top-color: rgb(188 228 251 / 0.6);
  border-bottom-color: rgb(188 228 251 / 0.6);
}

.border-y-navy-200\/70 {
  border-top-color: rgb(188 228 251 / 0.7);
  border-bottom-color: rgb(188 228 251 / 0.7);
}

.border-y-navy-200\/75 {
  border-top-color: rgb(188 228 251 / 0.75);
  border-bottom-color: rgb(188 228 251 / 0.75);
}

.border-y-navy-200\/80 {
  border-top-color: rgb(188 228 251 / 0.8);
  border-bottom-color: rgb(188 228 251 / 0.8);
}

.border-y-navy-200\/90 {
  border-top-color: rgb(188 228 251 / 0.9);
  border-bottom-color: rgb(188 228 251 / 0.9);
}

.border-y-navy-200\/95 {
  border-top-color: rgb(188 228 251 / 0.95);
  border-bottom-color: rgb(188 228 251 / 0.95);
}

.border-y-navy-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(129 208 248 / var(--tw-border-opacity));
  border-bottom-color: rgb(129 208 248 / var(--tw-border-opacity));
}

.border-y-navy-300\/0 {
  border-top-color: rgb(129 208 248 / 0);
  border-bottom-color: rgb(129 208 248 / 0);
}

.border-y-navy-300\/10 {
  border-top-color: rgb(129 208 248 / 0.1);
  border-bottom-color: rgb(129 208 248 / 0.1);
}

.border-y-navy-300\/100 {
  border-top-color: rgb(129 208 248 / 1);
  border-bottom-color: rgb(129 208 248 / 1);
}

.border-y-navy-300\/20 {
  border-top-color: rgb(129 208 248 / 0.2);
  border-bottom-color: rgb(129 208 248 / 0.2);
}

.border-y-navy-300\/25 {
  border-top-color: rgb(129 208 248 / 0.25);
  border-bottom-color: rgb(129 208 248 / 0.25);
}

.border-y-navy-300\/30 {
  border-top-color: rgb(129 208 248 / 0.3);
  border-bottom-color: rgb(129 208 248 / 0.3);
}

.border-y-navy-300\/40 {
  border-top-color: rgb(129 208 248 / 0.4);
  border-bottom-color: rgb(129 208 248 / 0.4);
}

.border-y-navy-300\/5 {
  border-top-color: rgb(129 208 248 / 0.05);
  border-bottom-color: rgb(129 208 248 / 0.05);
}

.border-y-navy-300\/50 {
  border-top-color: rgb(129 208 248 / 0.5);
  border-bottom-color: rgb(129 208 248 / 0.5);
}

.border-y-navy-300\/60 {
  border-top-color: rgb(129 208 248 / 0.6);
  border-bottom-color: rgb(129 208 248 / 0.6);
}

.border-y-navy-300\/70 {
  border-top-color: rgb(129 208 248 / 0.7);
  border-bottom-color: rgb(129 208 248 / 0.7);
}

.border-y-navy-300\/75 {
  border-top-color: rgb(129 208 248 / 0.75);
  border-bottom-color: rgb(129 208 248 / 0.75);
}

.border-y-navy-300\/80 {
  border-top-color: rgb(129 208 248 / 0.8);
  border-bottom-color: rgb(129 208 248 / 0.8);
}

.border-y-navy-300\/90 {
  border-top-color: rgb(129 208 248 / 0.9);
  border-bottom-color: rgb(129 208 248 / 0.9);
}

.border-y-navy-300\/95 {
  border-top-color: rgb(129 208 248 / 0.95);
  border-bottom-color: rgb(129 208 248 / 0.95);
}

.border-y-navy-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(61 184 243 / var(--tw-border-opacity));
  border-bottom-color: rgb(61 184 243 / var(--tw-border-opacity));
}

.border-y-navy-400\/0 {
  border-top-color: rgb(61 184 243 / 0);
  border-bottom-color: rgb(61 184 243 / 0);
}

.border-y-navy-400\/10 {
  border-top-color: rgb(61 184 243 / 0.1);
  border-bottom-color: rgb(61 184 243 / 0.1);
}

.border-y-navy-400\/100 {
  border-top-color: rgb(61 184 243 / 1);
  border-bottom-color: rgb(61 184 243 / 1);
}

.border-y-navy-400\/20 {
  border-top-color: rgb(61 184 243 / 0.2);
  border-bottom-color: rgb(61 184 243 / 0.2);
}

.border-y-navy-400\/25 {
  border-top-color: rgb(61 184 243 / 0.25);
  border-bottom-color: rgb(61 184 243 / 0.25);
}

.border-y-navy-400\/30 {
  border-top-color: rgb(61 184 243 / 0.3);
  border-bottom-color: rgb(61 184 243 / 0.3);
}

.border-y-navy-400\/40 {
  border-top-color: rgb(61 184 243 / 0.4);
  border-bottom-color: rgb(61 184 243 / 0.4);
}

.border-y-navy-400\/5 {
  border-top-color: rgb(61 184 243 / 0.05);
  border-bottom-color: rgb(61 184 243 / 0.05);
}

.border-y-navy-400\/50 {
  border-top-color: rgb(61 184 243 / 0.5);
  border-bottom-color: rgb(61 184 243 / 0.5);
}

.border-y-navy-400\/60 {
  border-top-color: rgb(61 184 243 / 0.6);
  border-bottom-color: rgb(61 184 243 / 0.6);
}

.border-y-navy-400\/70 {
  border-top-color: rgb(61 184 243 / 0.7);
  border-bottom-color: rgb(61 184 243 / 0.7);
}

.border-y-navy-400\/75 {
  border-top-color: rgb(61 184 243 / 0.75);
  border-bottom-color: rgb(61 184 243 / 0.75);
}

.border-y-navy-400\/80 {
  border-top-color: rgb(61 184 243 / 0.8);
  border-bottom-color: rgb(61 184 243 / 0.8);
}

.border-y-navy-400\/90 {
  border-top-color: rgb(61 184 243 / 0.9);
  border-bottom-color: rgb(61 184 243 / 0.9);
}

.border-y-navy-400\/95 {
  border-top-color: rgb(61 184 243 / 0.95);
  border-bottom-color: rgb(61 184 243 / 0.95);
}

.border-y-navy-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 249 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.border-y-navy-50\/0 {
  border-top-color: rgb(240 249 255 / 0);
  border-bottom-color: rgb(240 249 255 / 0);
}

.border-y-navy-50\/10 {
  border-top-color: rgb(240 249 255 / 0.1);
  border-bottom-color: rgb(240 249 255 / 0.1);
}

.border-y-navy-50\/100 {
  border-top-color: rgb(240 249 255 / 1);
  border-bottom-color: rgb(240 249 255 / 1);
}

.border-y-navy-50\/20 {
  border-top-color: rgb(240 249 255 / 0.2);
  border-bottom-color: rgb(240 249 255 / 0.2);
}

.border-y-navy-50\/25 {
  border-top-color: rgb(240 249 255 / 0.25);
  border-bottom-color: rgb(240 249 255 / 0.25);
}

.border-y-navy-50\/30 {
  border-top-color: rgb(240 249 255 / 0.3);
  border-bottom-color: rgb(240 249 255 / 0.3);
}

.border-y-navy-50\/40 {
  border-top-color: rgb(240 249 255 / 0.4);
  border-bottom-color: rgb(240 249 255 / 0.4);
}

.border-y-navy-50\/5 {
  border-top-color: rgb(240 249 255 / 0.05);
  border-bottom-color: rgb(240 249 255 / 0.05);
}

.border-y-navy-50\/50 {
  border-top-color: rgb(240 249 255 / 0.5);
  border-bottom-color: rgb(240 249 255 / 0.5);
}

.border-y-navy-50\/60 {
  border-top-color: rgb(240 249 255 / 0.6);
  border-bottom-color: rgb(240 249 255 / 0.6);
}

.border-y-navy-50\/70 {
  border-top-color: rgb(240 249 255 / 0.7);
  border-bottom-color: rgb(240 249 255 / 0.7);
}

.border-y-navy-50\/75 {
  border-top-color: rgb(240 249 255 / 0.75);
  border-bottom-color: rgb(240 249 255 / 0.75);
}

.border-y-navy-50\/80 {
  border-top-color: rgb(240 249 255 / 0.8);
  border-bottom-color: rgb(240 249 255 / 0.8);
}

.border-y-navy-50\/90 {
  border-top-color: rgb(240 249 255 / 0.9);
  border-bottom-color: rgb(240 249 255 / 0.9);
}

.border-y-navy-50\/95 {
  border-top-color: rgb(240 249 255 / 0.95);
  border-bottom-color: rgb(240 249 255 / 0.95);
}

.border-y-navy-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(20 160 227 / var(--tw-border-opacity));
  border-bottom-color: rgb(20 160 227 / var(--tw-border-opacity));
}

.border-y-navy-500\/0 {
  border-top-color: rgb(20 160 227 / 0);
  border-bottom-color: rgb(20 160 227 / 0);
}

.border-y-navy-500\/10 {
  border-top-color: rgb(20 160 227 / 0.1);
  border-bottom-color: rgb(20 160 227 / 0.1);
}

.border-y-navy-500\/100 {
  border-top-color: rgb(20 160 227 / 1);
  border-bottom-color: rgb(20 160 227 / 1);
}

.border-y-navy-500\/20 {
  border-top-color: rgb(20 160 227 / 0.2);
  border-bottom-color: rgb(20 160 227 / 0.2);
}

.border-y-navy-500\/25 {
  border-top-color: rgb(20 160 227 / 0.25);
  border-bottom-color: rgb(20 160 227 / 0.25);
}

.border-y-navy-500\/30 {
  border-top-color: rgb(20 160 227 / 0.3);
  border-bottom-color: rgb(20 160 227 / 0.3);
}

.border-y-navy-500\/40 {
  border-top-color: rgb(20 160 227 / 0.4);
  border-bottom-color: rgb(20 160 227 / 0.4);
}

.border-y-navy-500\/5 {
  border-top-color: rgb(20 160 227 / 0.05);
  border-bottom-color: rgb(20 160 227 / 0.05);
}

.border-y-navy-500\/50 {
  border-top-color: rgb(20 160 227 / 0.5);
  border-bottom-color: rgb(20 160 227 / 0.5);
}

.border-y-navy-500\/60 {
  border-top-color: rgb(20 160 227 / 0.6);
  border-bottom-color: rgb(20 160 227 / 0.6);
}

.border-y-navy-500\/70 {
  border-top-color: rgb(20 160 227 / 0.7);
  border-bottom-color: rgb(20 160 227 / 0.7);
}

.border-y-navy-500\/75 {
  border-top-color: rgb(20 160 227 / 0.75);
  border-bottom-color: rgb(20 160 227 / 0.75);
}

.border-y-navy-500\/80 {
  border-top-color: rgb(20 160 227 / 0.8);
  border-bottom-color: rgb(20 160 227 / 0.8);
}

.border-y-navy-500\/90 {
  border-top-color: rgb(20 160 227 / 0.9);
  border-bottom-color: rgb(20 160 227 / 0.9);
}

.border-y-navy-500\/95 {
  border-top-color: rgb(20 160 227 / 0.95);
  border-bottom-color: rgb(20 160 227 / 0.95);
}

.border-y-navy-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(8 127 193 / var(--tw-border-opacity));
  border-bottom-color: rgb(8 127 193 / var(--tw-border-opacity));
}

.border-y-navy-600\/0 {
  border-top-color: rgb(8 127 193 / 0);
  border-bottom-color: rgb(8 127 193 / 0);
}

.border-y-navy-600\/10 {
  border-top-color: rgb(8 127 193 / 0.1);
  border-bottom-color: rgb(8 127 193 / 0.1);
}

.border-y-navy-600\/100 {
  border-top-color: rgb(8 127 193 / 1);
  border-bottom-color: rgb(8 127 193 / 1);
}

.border-y-navy-600\/20 {
  border-top-color: rgb(8 127 193 / 0.2);
  border-bottom-color: rgb(8 127 193 / 0.2);
}

.border-y-navy-600\/25 {
  border-top-color: rgb(8 127 193 / 0.25);
  border-bottom-color: rgb(8 127 193 / 0.25);
}

.border-y-navy-600\/30 {
  border-top-color: rgb(8 127 193 / 0.3);
  border-bottom-color: rgb(8 127 193 / 0.3);
}

.border-y-navy-600\/40 {
  border-top-color: rgb(8 127 193 / 0.4);
  border-bottom-color: rgb(8 127 193 / 0.4);
}

.border-y-navy-600\/5 {
  border-top-color: rgb(8 127 193 / 0.05);
  border-bottom-color: rgb(8 127 193 / 0.05);
}

.border-y-navy-600\/50 {
  border-top-color: rgb(8 127 193 / 0.5);
  border-bottom-color: rgb(8 127 193 / 0.5);
}

.border-y-navy-600\/60 {
  border-top-color: rgb(8 127 193 / 0.6);
  border-bottom-color: rgb(8 127 193 / 0.6);
}

.border-y-navy-600\/70 {
  border-top-color: rgb(8 127 193 / 0.7);
  border-bottom-color: rgb(8 127 193 / 0.7);
}

.border-y-navy-600\/75 {
  border-top-color: rgb(8 127 193 / 0.75);
  border-bottom-color: rgb(8 127 193 / 0.75);
}

.border-y-navy-600\/80 {
  border-top-color: rgb(8 127 193 / 0.8);
  border-bottom-color: rgb(8 127 193 / 0.8);
}

.border-y-navy-600\/90 {
  border-top-color: rgb(8 127 193 / 0.9);
  border-bottom-color: rgb(8 127 193 / 0.9);
}

.border-y-navy-600\/95 {
  border-top-color: rgb(8 127 193 / 0.95);
  border-bottom-color: rgb(8 127 193 / 0.95);
}

.border-y-navy-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(8 102 156 / var(--tw-border-opacity));
  border-bottom-color: rgb(8 102 156 / var(--tw-border-opacity));
}

.border-y-navy-700\/0 {
  border-top-color: rgb(8 102 156 / 0);
  border-bottom-color: rgb(8 102 156 / 0);
}

.border-y-navy-700\/10 {
  border-top-color: rgb(8 102 156 / 0.1);
  border-bottom-color: rgb(8 102 156 / 0.1);
}

.border-y-navy-700\/100 {
  border-top-color: rgb(8 102 156 / 1);
  border-bottom-color: rgb(8 102 156 / 1);
}

.border-y-navy-700\/20 {
  border-top-color: rgb(8 102 156 / 0.2);
  border-bottom-color: rgb(8 102 156 / 0.2);
}

.border-y-navy-700\/25 {
  border-top-color: rgb(8 102 156 / 0.25);
  border-bottom-color: rgb(8 102 156 / 0.25);
}

.border-y-navy-700\/30 {
  border-top-color: rgb(8 102 156 / 0.3);
  border-bottom-color: rgb(8 102 156 / 0.3);
}

.border-y-navy-700\/40 {
  border-top-color: rgb(8 102 156 / 0.4);
  border-bottom-color: rgb(8 102 156 / 0.4);
}

.border-y-navy-700\/5 {
  border-top-color: rgb(8 102 156 / 0.05);
  border-bottom-color: rgb(8 102 156 / 0.05);
}

.border-y-navy-700\/50 {
  border-top-color: rgb(8 102 156 / 0.5);
  border-bottom-color: rgb(8 102 156 / 0.5);
}

.border-y-navy-700\/60 {
  border-top-color: rgb(8 102 156 / 0.6);
  border-bottom-color: rgb(8 102 156 / 0.6);
}

.border-y-navy-700\/70 {
  border-top-color: rgb(8 102 156 / 0.7);
  border-bottom-color: rgb(8 102 156 / 0.7);
}

.border-y-navy-700\/75 {
  border-top-color: rgb(8 102 156 / 0.75);
  border-bottom-color: rgb(8 102 156 / 0.75);
}

.border-y-navy-700\/80 {
  border-top-color: rgb(8 102 156 / 0.8);
  border-bottom-color: rgb(8 102 156 / 0.8);
}

.border-y-navy-700\/90 {
  border-top-color: rgb(8 102 156 / 0.9);
  border-bottom-color: rgb(8 102 156 / 0.9);
}

.border-y-navy-700\/95 {
  border-top-color: rgb(8 102 156 / 0.95);
  border-bottom-color: rgb(8 102 156 / 0.95);
}

.border-y-navy-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(10 81 122 / var(--tw-border-opacity));
  border-bottom-color: rgb(10 81 122 / var(--tw-border-opacity));
}

.border-y-navy-800\/0 {
  border-top-color: rgb(10 81 122 / 0);
  border-bottom-color: rgb(10 81 122 / 0);
}

.border-y-navy-800\/10 {
  border-top-color: rgb(10 81 122 / 0.1);
  border-bottom-color: rgb(10 81 122 / 0.1);
}

.border-y-navy-800\/100 {
  border-top-color: rgb(10 81 122 / 1);
  border-bottom-color: rgb(10 81 122 / 1);
}

.border-y-navy-800\/20 {
  border-top-color: rgb(10 81 122 / 0.2);
  border-bottom-color: rgb(10 81 122 / 0.2);
}

.border-y-navy-800\/25 {
  border-top-color: rgb(10 81 122 / 0.25);
  border-bottom-color: rgb(10 81 122 / 0.25);
}

.border-y-navy-800\/30 {
  border-top-color: rgb(10 81 122 / 0.3);
  border-bottom-color: rgb(10 81 122 / 0.3);
}

.border-y-navy-800\/40 {
  border-top-color: rgb(10 81 122 / 0.4);
  border-bottom-color: rgb(10 81 122 / 0.4);
}

.border-y-navy-800\/5 {
  border-top-color: rgb(10 81 122 / 0.05);
  border-bottom-color: rgb(10 81 122 / 0.05);
}

.border-y-navy-800\/50 {
  border-top-color: rgb(10 81 122 / 0.5);
  border-bottom-color: rgb(10 81 122 / 0.5);
}

.border-y-navy-800\/60 {
  border-top-color: rgb(10 81 122 / 0.6);
  border-bottom-color: rgb(10 81 122 / 0.6);
}

.border-y-navy-800\/70 {
  border-top-color: rgb(10 81 122 / 0.7);
  border-bottom-color: rgb(10 81 122 / 0.7);
}

.border-y-navy-800\/75 {
  border-top-color: rgb(10 81 122 / 0.75);
  border-bottom-color: rgb(10 81 122 / 0.75);
}

.border-y-navy-800\/80 {
  border-top-color: rgb(10 81 122 / 0.8);
  border-bottom-color: rgb(10 81 122 / 0.8);
}

.border-y-navy-800\/90 {
  border-top-color: rgb(10 81 122 / 0.9);
  border-bottom-color: rgb(10 81 122 / 0.9);
}

.border-y-navy-800\/95 {
  border-top-color: rgb(10 81 122 / 0.95);
  border-bottom-color: rgb(10 81 122 / 0.95);
}

.border-y-navy-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(15 71 107 / var(--tw-border-opacity));
  border-bottom-color: rgb(15 71 107 / var(--tw-border-opacity));
}

.border-y-navy-900\/0 {
  border-top-color: rgb(15 71 107 / 0);
  border-bottom-color: rgb(15 71 107 / 0);
}

.border-y-navy-900\/10 {
  border-top-color: rgb(15 71 107 / 0.1);
  border-bottom-color: rgb(15 71 107 / 0.1);
}

.border-y-navy-900\/100 {
  border-top-color: rgb(15 71 107 / 1);
  border-bottom-color: rgb(15 71 107 / 1);
}

.border-y-navy-900\/20 {
  border-top-color: rgb(15 71 107 / 0.2);
  border-bottom-color: rgb(15 71 107 / 0.2);
}

.border-y-navy-900\/25 {
  border-top-color: rgb(15 71 107 / 0.25);
  border-bottom-color: rgb(15 71 107 / 0.25);
}

.border-y-navy-900\/30 {
  border-top-color: rgb(15 71 107 / 0.3);
  border-bottom-color: rgb(15 71 107 / 0.3);
}

.border-y-navy-900\/40 {
  border-top-color: rgb(15 71 107 / 0.4);
  border-bottom-color: rgb(15 71 107 / 0.4);
}

.border-y-navy-900\/5 {
  border-top-color: rgb(15 71 107 / 0.05);
  border-bottom-color: rgb(15 71 107 / 0.05);
}

.border-y-navy-900\/50 {
  border-top-color: rgb(15 71 107 / 0.5);
  border-bottom-color: rgb(15 71 107 / 0.5);
}

.border-y-navy-900\/60 {
  border-top-color: rgb(15 71 107 / 0.6);
  border-bottom-color: rgb(15 71 107 / 0.6);
}

.border-y-navy-900\/70 {
  border-top-color: rgb(15 71 107 / 0.7);
  border-bottom-color: rgb(15 71 107 / 0.7);
}

.border-y-navy-900\/75 {
  border-top-color: rgb(15 71 107 / 0.75);
  border-bottom-color: rgb(15 71 107 / 0.75);
}

.border-y-navy-900\/80 {
  border-top-color: rgb(15 71 107 / 0.8);
  border-bottom-color: rgb(15 71 107 / 0.8);
}

.border-y-navy-900\/90 {
  border-top-color: rgb(15 71 107 / 0.9);
  border-bottom-color: rgb(15 71 107 / 0.9);
}

.border-y-navy-900\/95 {
  border-top-color: rgb(15 71 107 / 0.95);
  border-bottom-color: rgb(15 71 107 / 0.95);
}

.border-y-navy-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(10 46 71 / var(--tw-border-opacity));
  border-bottom-color: rgb(10 46 71 / var(--tw-border-opacity));
}

.border-y-navy-950\/0 {
  border-top-color: rgb(10 46 71 / 0);
  border-bottom-color: rgb(10 46 71 / 0);
}

.border-y-navy-950\/10 {
  border-top-color: rgb(10 46 71 / 0.1);
  border-bottom-color: rgb(10 46 71 / 0.1);
}

.border-y-navy-950\/100 {
  border-top-color: rgb(10 46 71 / 1);
  border-bottom-color: rgb(10 46 71 / 1);
}

.border-y-navy-950\/20 {
  border-top-color: rgb(10 46 71 / 0.2);
  border-bottom-color: rgb(10 46 71 / 0.2);
}

.border-y-navy-950\/25 {
  border-top-color: rgb(10 46 71 / 0.25);
  border-bottom-color: rgb(10 46 71 / 0.25);
}

.border-y-navy-950\/30 {
  border-top-color: rgb(10 46 71 / 0.3);
  border-bottom-color: rgb(10 46 71 / 0.3);
}

.border-y-navy-950\/40 {
  border-top-color: rgb(10 46 71 / 0.4);
  border-bottom-color: rgb(10 46 71 / 0.4);
}

.border-y-navy-950\/5 {
  border-top-color: rgb(10 46 71 / 0.05);
  border-bottom-color: rgb(10 46 71 / 0.05);
}

.border-y-navy-950\/50 {
  border-top-color: rgb(10 46 71 / 0.5);
  border-bottom-color: rgb(10 46 71 / 0.5);
}

.border-y-navy-950\/60 {
  border-top-color: rgb(10 46 71 / 0.6);
  border-bottom-color: rgb(10 46 71 / 0.6);
}

.border-y-navy-950\/70 {
  border-top-color: rgb(10 46 71 / 0.7);
  border-bottom-color: rgb(10 46 71 / 0.7);
}

.border-y-navy-950\/75 {
  border-top-color: rgb(10 46 71 / 0.75);
  border-bottom-color: rgb(10 46 71 / 0.75);
}

.border-y-navy-950\/80 {
  border-top-color: rgb(10 46 71 / 0.8);
  border-bottom-color: rgb(10 46 71 / 0.8);
}

.border-y-navy-950\/90 {
  border-top-color: rgb(10 46 71 / 0.9);
  border-bottom-color: rgb(10 46 71 / 0.9);
}

.border-y-navy-950\/95 {
  border-top-color: rgb(10 46 71 / 0.95);
  border-bottom-color: rgb(10 46 71 / 0.95);
}

.border-y-navy\/0 {
  border-top-color: rgb(10 81 122 / 0);
  border-bottom-color: rgb(10 81 122 / 0);
}

.border-y-navy\/10 {
  border-top-color: rgb(10 81 122 / 0.1);
  border-bottom-color: rgb(10 81 122 / 0.1);
}

.border-y-navy\/100 {
  border-top-color: rgb(10 81 122 / 1);
  border-bottom-color: rgb(10 81 122 / 1);
}

.border-y-navy\/20 {
  border-top-color: rgb(10 81 122 / 0.2);
  border-bottom-color: rgb(10 81 122 / 0.2);
}

.border-y-navy\/25 {
  border-top-color: rgb(10 81 122 / 0.25);
  border-bottom-color: rgb(10 81 122 / 0.25);
}

.border-y-navy\/30 {
  border-top-color: rgb(10 81 122 / 0.3);
  border-bottom-color: rgb(10 81 122 / 0.3);
}

.border-y-navy\/40 {
  border-top-color: rgb(10 81 122 / 0.4);
  border-bottom-color: rgb(10 81 122 / 0.4);
}

.border-y-navy\/5 {
  border-top-color: rgb(10 81 122 / 0.05);
  border-bottom-color: rgb(10 81 122 / 0.05);
}

.border-y-navy\/50 {
  border-top-color: rgb(10 81 122 / 0.5);
  border-bottom-color: rgb(10 81 122 / 0.5);
}

.border-y-navy\/60 {
  border-top-color: rgb(10 81 122 / 0.6);
  border-bottom-color: rgb(10 81 122 / 0.6);
}

.border-y-navy\/70 {
  border-top-color: rgb(10 81 122 / 0.7);
  border-bottom-color: rgb(10 81 122 / 0.7);
}

.border-y-navy\/75 {
  border-top-color: rgb(10 81 122 / 0.75);
  border-bottom-color: rgb(10 81 122 / 0.75);
}

.border-y-navy\/80 {
  border-top-color: rgb(10 81 122 / 0.8);
  border-bottom-color: rgb(10 81 122 / 0.8);
}

.border-y-navy\/90 {
  border-top-color: rgb(10 81 122 / 0.9);
  border-bottom-color: rgb(10 81 122 / 0.9);
}

.border-y-navy\/95 {
  border-top-color: rgb(10 81 122 / 0.95);
  border-bottom-color: rgb(10 81 122 / 0.95);
}

.border-y-neutral-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 245 245 / var(--tw-border-opacity));
  border-bottom-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.border-y-neutral-100\/0 {
  border-top-color: rgb(245 245 245 / 0);
  border-bottom-color: rgb(245 245 245 / 0);
}

.border-y-neutral-100\/10 {
  border-top-color: rgb(245 245 245 / 0.1);
  border-bottom-color: rgb(245 245 245 / 0.1);
}

.border-y-neutral-100\/100 {
  border-top-color: rgb(245 245 245 / 1);
  border-bottom-color: rgb(245 245 245 / 1);
}

.border-y-neutral-100\/20 {
  border-top-color: rgb(245 245 245 / 0.2);
  border-bottom-color: rgb(245 245 245 / 0.2);
}

.border-y-neutral-100\/25 {
  border-top-color: rgb(245 245 245 / 0.25);
  border-bottom-color: rgb(245 245 245 / 0.25);
}

.border-y-neutral-100\/30 {
  border-top-color: rgb(245 245 245 / 0.3);
  border-bottom-color: rgb(245 245 245 / 0.3);
}

.border-y-neutral-100\/40 {
  border-top-color: rgb(245 245 245 / 0.4);
  border-bottom-color: rgb(245 245 245 / 0.4);
}

.border-y-neutral-100\/5 {
  border-top-color: rgb(245 245 245 / 0.05);
  border-bottom-color: rgb(245 245 245 / 0.05);
}

.border-y-neutral-100\/50 {
  border-top-color: rgb(245 245 245 / 0.5);
  border-bottom-color: rgb(245 245 245 / 0.5);
}

.border-y-neutral-100\/60 {
  border-top-color: rgb(245 245 245 / 0.6);
  border-bottom-color: rgb(245 245 245 / 0.6);
}

.border-y-neutral-100\/70 {
  border-top-color: rgb(245 245 245 / 0.7);
  border-bottom-color: rgb(245 245 245 / 0.7);
}

.border-y-neutral-100\/75 {
  border-top-color: rgb(245 245 245 / 0.75);
  border-bottom-color: rgb(245 245 245 / 0.75);
}

.border-y-neutral-100\/80 {
  border-top-color: rgb(245 245 245 / 0.8);
  border-bottom-color: rgb(245 245 245 / 0.8);
}

.border-y-neutral-100\/90 {
  border-top-color: rgb(245 245 245 / 0.9);
  border-bottom-color: rgb(245 245 245 / 0.9);
}

.border-y-neutral-100\/95 {
  border-top-color: rgb(245 245 245 / 0.95);
  border-bottom-color: rgb(245 245 245 / 0.95);
}

.border-y-neutral-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(229 229 229 / var(--tw-border-opacity));
  border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-y-neutral-200\/0 {
  border-top-color: rgb(229 229 229 / 0);
  border-bottom-color: rgb(229 229 229 / 0);
}

.border-y-neutral-200\/10 {
  border-top-color: rgb(229 229 229 / 0.1);
  border-bottom-color: rgb(229 229 229 / 0.1);
}

.border-y-neutral-200\/100 {
  border-top-color: rgb(229 229 229 / 1);
  border-bottom-color: rgb(229 229 229 / 1);
}

.border-y-neutral-200\/20 {
  border-top-color: rgb(229 229 229 / 0.2);
  border-bottom-color: rgb(229 229 229 / 0.2);
}

.border-y-neutral-200\/25 {
  border-top-color: rgb(229 229 229 / 0.25);
  border-bottom-color: rgb(229 229 229 / 0.25);
}

.border-y-neutral-200\/30 {
  border-top-color: rgb(229 229 229 / 0.3);
  border-bottom-color: rgb(229 229 229 / 0.3);
}

.border-y-neutral-200\/40 {
  border-top-color: rgb(229 229 229 / 0.4);
  border-bottom-color: rgb(229 229 229 / 0.4);
}

.border-y-neutral-200\/5 {
  border-top-color: rgb(229 229 229 / 0.05);
  border-bottom-color: rgb(229 229 229 / 0.05);
}

.border-y-neutral-200\/50 {
  border-top-color: rgb(229 229 229 / 0.5);
  border-bottom-color: rgb(229 229 229 / 0.5);
}

.border-y-neutral-200\/60 {
  border-top-color: rgb(229 229 229 / 0.6);
  border-bottom-color: rgb(229 229 229 / 0.6);
}

.border-y-neutral-200\/70 {
  border-top-color: rgb(229 229 229 / 0.7);
  border-bottom-color: rgb(229 229 229 / 0.7);
}

.border-y-neutral-200\/75 {
  border-top-color: rgb(229 229 229 / 0.75);
  border-bottom-color: rgb(229 229 229 / 0.75);
}

.border-y-neutral-200\/80 {
  border-top-color: rgb(229 229 229 / 0.8);
  border-bottom-color: rgb(229 229 229 / 0.8);
}

.border-y-neutral-200\/90 {
  border-top-color: rgb(229 229 229 / 0.9);
  border-bottom-color: rgb(229 229 229 / 0.9);
}

.border-y-neutral-200\/95 {
  border-top-color: rgb(229 229 229 / 0.95);
  border-bottom-color: rgb(229 229 229 / 0.95);
}

.border-y-neutral-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(212 212 212 / var(--tw-border-opacity));
  border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-y-neutral-300\/0 {
  border-top-color: rgb(212 212 212 / 0);
  border-bottom-color: rgb(212 212 212 / 0);
}

.border-y-neutral-300\/10 {
  border-top-color: rgb(212 212 212 / 0.1);
  border-bottom-color: rgb(212 212 212 / 0.1);
}

.border-y-neutral-300\/100 {
  border-top-color: rgb(212 212 212 / 1);
  border-bottom-color: rgb(212 212 212 / 1);
}

.border-y-neutral-300\/20 {
  border-top-color: rgb(212 212 212 / 0.2);
  border-bottom-color: rgb(212 212 212 / 0.2);
}

.border-y-neutral-300\/25 {
  border-top-color: rgb(212 212 212 / 0.25);
  border-bottom-color: rgb(212 212 212 / 0.25);
}

.border-y-neutral-300\/30 {
  border-top-color: rgb(212 212 212 / 0.3);
  border-bottom-color: rgb(212 212 212 / 0.3);
}

.border-y-neutral-300\/40 {
  border-top-color: rgb(212 212 212 / 0.4);
  border-bottom-color: rgb(212 212 212 / 0.4);
}

.border-y-neutral-300\/5 {
  border-top-color: rgb(212 212 212 / 0.05);
  border-bottom-color: rgb(212 212 212 / 0.05);
}

.border-y-neutral-300\/50 {
  border-top-color: rgb(212 212 212 / 0.5);
  border-bottom-color: rgb(212 212 212 / 0.5);
}

.border-y-neutral-300\/60 {
  border-top-color: rgb(212 212 212 / 0.6);
  border-bottom-color: rgb(212 212 212 / 0.6);
}

.border-y-neutral-300\/70 {
  border-top-color: rgb(212 212 212 / 0.7);
  border-bottom-color: rgb(212 212 212 / 0.7);
}

.border-y-neutral-300\/75 {
  border-top-color: rgb(212 212 212 / 0.75);
  border-bottom-color: rgb(212 212 212 / 0.75);
}

.border-y-neutral-300\/80 {
  border-top-color: rgb(212 212 212 / 0.8);
  border-bottom-color: rgb(212 212 212 / 0.8);
}

.border-y-neutral-300\/90 {
  border-top-color: rgb(212 212 212 / 0.9);
  border-bottom-color: rgb(212 212 212 / 0.9);
}

.border-y-neutral-300\/95 {
  border-top-color: rgb(212 212 212 / 0.95);
  border-bottom-color: rgb(212 212 212 / 0.95);
}

.border-y-neutral-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(163 163 163 / var(--tw-border-opacity));
  border-bottom-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.border-y-neutral-400\/0 {
  border-top-color: rgb(163 163 163 / 0);
  border-bottom-color: rgb(163 163 163 / 0);
}

.border-y-neutral-400\/10 {
  border-top-color: rgb(163 163 163 / 0.1);
  border-bottom-color: rgb(163 163 163 / 0.1);
}

.border-y-neutral-400\/100 {
  border-top-color: rgb(163 163 163 / 1);
  border-bottom-color: rgb(163 163 163 / 1);
}

.border-y-neutral-400\/20 {
  border-top-color: rgb(163 163 163 / 0.2);
  border-bottom-color: rgb(163 163 163 / 0.2);
}

.border-y-neutral-400\/25 {
  border-top-color: rgb(163 163 163 / 0.25);
  border-bottom-color: rgb(163 163 163 / 0.25);
}

.border-y-neutral-400\/30 {
  border-top-color: rgb(163 163 163 / 0.3);
  border-bottom-color: rgb(163 163 163 / 0.3);
}

.border-y-neutral-400\/40 {
  border-top-color: rgb(163 163 163 / 0.4);
  border-bottom-color: rgb(163 163 163 / 0.4);
}

.border-y-neutral-400\/5 {
  border-top-color: rgb(163 163 163 / 0.05);
  border-bottom-color: rgb(163 163 163 / 0.05);
}

.border-y-neutral-400\/50 {
  border-top-color: rgb(163 163 163 / 0.5);
  border-bottom-color: rgb(163 163 163 / 0.5);
}

.border-y-neutral-400\/60 {
  border-top-color: rgb(163 163 163 / 0.6);
  border-bottom-color: rgb(163 163 163 / 0.6);
}

.border-y-neutral-400\/70 {
  border-top-color: rgb(163 163 163 / 0.7);
  border-bottom-color: rgb(163 163 163 / 0.7);
}

.border-y-neutral-400\/75 {
  border-top-color: rgb(163 163 163 / 0.75);
  border-bottom-color: rgb(163 163 163 / 0.75);
}

.border-y-neutral-400\/80 {
  border-top-color: rgb(163 163 163 / 0.8);
  border-bottom-color: rgb(163 163 163 / 0.8);
}

.border-y-neutral-400\/90 {
  border-top-color: rgb(163 163 163 / 0.9);
  border-bottom-color: rgb(163 163 163 / 0.9);
}

.border-y-neutral-400\/95 {
  border-top-color: rgb(163 163 163 / 0.95);
  border-bottom-color: rgb(163 163 163 / 0.95);
}

.border-y-neutral-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 250 250 / var(--tw-border-opacity));
  border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-y-neutral-50\/0 {
  border-top-color: rgb(250 250 250 / 0);
  border-bottom-color: rgb(250 250 250 / 0);
}

.border-y-neutral-50\/10 {
  border-top-color: rgb(250 250 250 / 0.1);
  border-bottom-color: rgb(250 250 250 / 0.1);
}

.border-y-neutral-50\/100 {
  border-top-color: rgb(250 250 250 / 1);
  border-bottom-color: rgb(250 250 250 / 1);
}

.border-y-neutral-50\/20 {
  border-top-color: rgb(250 250 250 / 0.2);
  border-bottom-color: rgb(250 250 250 / 0.2);
}

.border-y-neutral-50\/25 {
  border-top-color: rgb(250 250 250 / 0.25);
  border-bottom-color: rgb(250 250 250 / 0.25);
}

.border-y-neutral-50\/30 {
  border-top-color: rgb(250 250 250 / 0.3);
  border-bottom-color: rgb(250 250 250 / 0.3);
}

.border-y-neutral-50\/40 {
  border-top-color: rgb(250 250 250 / 0.4);
  border-bottom-color: rgb(250 250 250 / 0.4);
}

.border-y-neutral-50\/5 {
  border-top-color: rgb(250 250 250 / 0.05);
  border-bottom-color: rgb(250 250 250 / 0.05);
}

.border-y-neutral-50\/50 {
  border-top-color: rgb(250 250 250 / 0.5);
  border-bottom-color: rgb(250 250 250 / 0.5);
}

.border-y-neutral-50\/60 {
  border-top-color: rgb(250 250 250 / 0.6);
  border-bottom-color: rgb(250 250 250 / 0.6);
}

.border-y-neutral-50\/70 {
  border-top-color: rgb(250 250 250 / 0.7);
  border-bottom-color: rgb(250 250 250 / 0.7);
}

.border-y-neutral-50\/75 {
  border-top-color: rgb(250 250 250 / 0.75);
  border-bottom-color: rgb(250 250 250 / 0.75);
}

.border-y-neutral-50\/80 {
  border-top-color: rgb(250 250 250 / 0.8);
  border-bottom-color: rgb(250 250 250 / 0.8);
}

.border-y-neutral-50\/90 {
  border-top-color: rgb(250 250 250 / 0.9);
  border-bottom-color: rgb(250 250 250 / 0.9);
}

.border-y-neutral-50\/95 {
  border-top-color: rgb(250 250 250 / 0.95);
  border-bottom-color: rgb(250 250 250 / 0.95);
}

.border-y-neutral-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(115 115 115 / var(--tw-border-opacity));
  border-bottom-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.border-y-neutral-500\/0 {
  border-top-color: rgb(115 115 115 / 0);
  border-bottom-color: rgb(115 115 115 / 0);
}

.border-y-neutral-500\/10 {
  border-top-color: rgb(115 115 115 / 0.1);
  border-bottom-color: rgb(115 115 115 / 0.1);
}

.border-y-neutral-500\/100 {
  border-top-color: rgb(115 115 115 / 1);
  border-bottom-color: rgb(115 115 115 / 1);
}

.border-y-neutral-500\/20 {
  border-top-color: rgb(115 115 115 / 0.2);
  border-bottom-color: rgb(115 115 115 / 0.2);
}

.border-y-neutral-500\/25 {
  border-top-color: rgb(115 115 115 / 0.25);
  border-bottom-color: rgb(115 115 115 / 0.25);
}

.border-y-neutral-500\/30 {
  border-top-color: rgb(115 115 115 / 0.3);
  border-bottom-color: rgb(115 115 115 / 0.3);
}

.border-y-neutral-500\/40 {
  border-top-color: rgb(115 115 115 / 0.4);
  border-bottom-color: rgb(115 115 115 / 0.4);
}

.border-y-neutral-500\/5 {
  border-top-color: rgb(115 115 115 / 0.05);
  border-bottom-color: rgb(115 115 115 / 0.05);
}

.border-y-neutral-500\/50 {
  border-top-color: rgb(115 115 115 / 0.5);
  border-bottom-color: rgb(115 115 115 / 0.5);
}

.border-y-neutral-500\/60 {
  border-top-color: rgb(115 115 115 / 0.6);
  border-bottom-color: rgb(115 115 115 / 0.6);
}

.border-y-neutral-500\/70 {
  border-top-color: rgb(115 115 115 / 0.7);
  border-bottom-color: rgb(115 115 115 / 0.7);
}

.border-y-neutral-500\/75 {
  border-top-color: rgb(115 115 115 / 0.75);
  border-bottom-color: rgb(115 115 115 / 0.75);
}

.border-y-neutral-500\/80 {
  border-top-color: rgb(115 115 115 / 0.8);
  border-bottom-color: rgb(115 115 115 / 0.8);
}

.border-y-neutral-500\/90 {
  border-top-color: rgb(115 115 115 / 0.9);
  border-bottom-color: rgb(115 115 115 / 0.9);
}

.border-y-neutral-500\/95 {
  border-top-color: rgb(115 115 115 / 0.95);
  border-bottom-color: rgb(115 115 115 / 0.95);
}

.border-y-neutral-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(82 82 82 / var(--tw-border-opacity));
  border-bottom-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.border-y-neutral-600\/0 {
  border-top-color: rgb(82 82 82 / 0);
  border-bottom-color: rgb(82 82 82 / 0);
}

.border-y-neutral-600\/10 {
  border-top-color: rgb(82 82 82 / 0.1);
  border-bottom-color: rgb(82 82 82 / 0.1);
}

.border-y-neutral-600\/100 {
  border-top-color: rgb(82 82 82 / 1);
  border-bottom-color: rgb(82 82 82 / 1);
}

.border-y-neutral-600\/20 {
  border-top-color: rgb(82 82 82 / 0.2);
  border-bottom-color: rgb(82 82 82 / 0.2);
}

.border-y-neutral-600\/25 {
  border-top-color: rgb(82 82 82 / 0.25);
  border-bottom-color: rgb(82 82 82 / 0.25);
}

.border-y-neutral-600\/30 {
  border-top-color: rgb(82 82 82 / 0.3);
  border-bottom-color: rgb(82 82 82 / 0.3);
}

.border-y-neutral-600\/40 {
  border-top-color: rgb(82 82 82 / 0.4);
  border-bottom-color: rgb(82 82 82 / 0.4);
}

.border-y-neutral-600\/5 {
  border-top-color: rgb(82 82 82 / 0.05);
  border-bottom-color: rgb(82 82 82 / 0.05);
}

.border-y-neutral-600\/50 {
  border-top-color: rgb(82 82 82 / 0.5);
  border-bottom-color: rgb(82 82 82 / 0.5);
}

.border-y-neutral-600\/60 {
  border-top-color: rgb(82 82 82 / 0.6);
  border-bottom-color: rgb(82 82 82 / 0.6);
}

.border-y-neutral-600\/70 {
  border-top-color: rgb(82 82 82 / 0.7);
  border-bottom-color: rgb(82 82 82 / 0.7);
}

.border-y-neutral-600\/75 {
  border-top-color: rgb(82 82 82 / 0.75);
  border-bottom-color: rgb(82 82 82 / 0.75);
}

.border-y-neutral-600\/80 {
  border-top-color: rgb(82 82 82 / 0.8);
  border-bottom-color: rgb(82 82 82 / 0.8);
}

.border-y-neutral-600\/90 {
  border-top-color: rgb(82 82 82 / 0.9);
  border-bottom-color: rgb(82 82 82 / 0.9);
}

.border-y-neutral-600\/95 {
  border-top-color: rgb(82 82 82 / 0.95);
  border-bottom-color: rgb(82 82 82 / 0.95);
}

.border-y-neutral-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(64 64 64 / var(--tw-border-opacity));
  border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.border-y-neutral-700\/0 {
  border-top-color: rgb(64 64 64 / 0);
  border-bottom-color: rgb(64 64 64 / 0);
}

.border-y-neutral-700\/10 {
  border-top-color: rgb(64 64 64 / 0.1);
  border-bottom-color: rgb(64 64 64 / 0.1);
}

.border-y-neutral-700\/100 {
  border-top-color: rgb(64 64 64 / 1);
  border-bottom-color: rgb(64 64 64 / 1);
}

.border-y-neutral-700\/20 {
  border-top-color: rgb(64 64 64 / 0.2);
  border-bottom-color: rgb(64 64 64 / 0.2);
}

.border-y-neutral-700\/25 {
  border-top-color: rgb(64 64 64 / 0.25);
  border-bottom-color: rgb(64 64 64 / 0.25);
}

.border-y-neutral-700\/30 {
  border-top-color: rgb(64 64 64 / 0.3);
  border-bottom-color: rgb(64 64 64 / 0.3);
}

.border-y-neutral-700\/40 {
  border-top-color: rgb(64 64 64 / 0.4);
  border-bottom-color: rgb(64 64 64 / 0.4);
}

.border-y-neutral-700\/5 {
  border-top-color: rgb(64 64 64 / 0.05);
  border-bottom-color: rgb(64 64 64 / 0.05);
}

.border-y-neutral-700\/50 {
  border-top-color: rgb(64 64 64 / 0.5);
  border-bottom-color: rgb(64 64 64 / 0.5);
}

.border-y-neutral-700\/60 {
  border-top-color: rgb(64 64 64 / 0.6);
  border-bottom-color: rgb(64 64 64 / 0.6);
}

.border-y-neutral-700\/70 {
  border-top-color: rgb(64 64 64 / 0.7);
  border-bottom-color: rgb(64 64 64 / 0.7);
}

.border-y-neutral-700\/75 {
  border-top-color: rgb(64 64 64 / 0.75);
  border-bottom-color: rgb(64 64 64 / 0.75);
}

.border-y-neutral-700\/80 {
  border-top-color: rgb(64 64 64 / 0.8);
  border-bottom-color: rgb(64 64 64 / 0.8);
}

.border-y-neutral-700\/90 {
  border-top-color: rgb(64 64 64 / 0.9);
  border-bottom-color: rgb(64 64 64 / 0.9);
}

.border-y-neutral-700\/95 {
  border-top-color: rgb(64 64 64 / 0.95);
  border-bottom-color: rgb(64 64 64 / 0.95);
}

.border-y-neutral-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(38 38 38 / var(--tw-border-opacity));
  border-bottom-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.border-y-neutral-800\/0 {
  border-top-color: rgb(38 38 38 / 0);
  border-bottom-color: rgb(38 38 38 / 0);
}

.border-y-neutral-800\/10 {
  border-top-color: rgb(38 38 38 / 0.1);
  border-bottom-color: rgb(38 38 38 / 0.1);
}

.border-y-neutral-800\/100 {
  border-top-color: rgb(38 38 38 / 1);
  border-bottom-color: rgb(38 38 38 / 1);
}

.border-y-neutral-800\/20 {
  border-top-color: rgb(38 38 38 / 0.2);
  border-bottom-color: rgb(38 38 38 / 0.2);
}

.border-y-neutral-800\/25 {
  border-top-color: rgb(38 38 38 / 0.25);
  border-bottom-color: rgb(38 38 38 / 0.25);
}

.border-y-neutral-800\/30 {
  border-top-color: rgb(38 38 38 / 0.3);
  border-bottom-color: rgb(38 38 38 / 0.3);
}

.border-y-neutral-800\/40 {
  border-top-color: rgb(38 38 38 / 0.4);
  border-bottom-color: rgb(38 38 38 / 0.4);
}

.border-y-neutral-800\/5 {
  border-top-color: rgb(38 38 38 / 0.05);
  border-bottom-color: rgb(38 38 38 / 0.05);
}

.border-y-neutral-800\/50 {
  border-top-color: rgb(38 38 38 / 0.5);
  border-bottom-color: rgb(38 38 38 / 0.5);
}

.border-y-neutral-800\/60 {
  border-top-color: rgb(38 38 38 / 0.6);
  border-bottom-color: rgb(38 38 38 / 0.6);
}

.border-y-neutral-800\/70 {
  border-top-color: rgb(38 38 38 / 0.7);
  border-bottom-color: rgb(38 38 38 / 0.7);
}

.border-y-neutral-800\/75 {
  border-top-color: rgb(38 38 38 / 0.75);
  border-bottom-color: rgb(38 38 38 / 0.75);
}

.border-y-neutral-800\/80 {
  border-top-color: rgb(38 38 38 / 0.8);
  border-bottom-color: rgb(38 38 38 / 0.8);
}

.border-y-neutral-800\/90 {
  border-top-color: rgb(38 38 38 / 0.9);
  border-bottom-color: rgb(38 38 38 / 0.9);
}

.border-y-neutral-800\/95 {
  border-top-color: rgb(38 38 38 / 0.95);
  border-bottom-color: rgb(38 38 38 / 0.95);
}

.border-y-neutral-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(23 23 23 / var(--tw-border-opacity));
  border-bottom-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.border-y-neutral-900\/0 {
  border-top-color: rgb(23 23 23 / 0);
  border-bottom-color: rgb(23 23 23 / 0);
}

.border-y-neutral-900\/10 {
  border-top-color: rgb(23 23 23 / 0.1);
  border-bottom-color: rgb(23 23 23 / 0.1);
}

.border-y-neutral-900\/100 {
  border-top-color: rgb(23 23 23 / 1);
  border-bottom-color: rgb(23 23 23 / 1);
}

.border-y-neutral-900\/20 {
  border-top-color: rgb(23 23 23 / 0.2);
  border-bottom-color: rgb(23 23 23 / 0.2);
}

.border-y-neutral-900\/25 {
  border-top-color: rgb(23 23 23 / 0.25);
  border-bottom-color: rgb(23 23 23 / 0.25);
}

.border-y-neutral-900\/30 {
  border-top-color: rgb(23 23 23 / 0.3);
  border-bottom-color: rgb(23 23 23 / 0.3);
}

.border-y-neutral-900\/40 {
  border-top-color: rgb(23 23 23 / 0.4);
  border-bottom-color: rgb(23 23 23 / 0.4);
}

.border-y-neutral-900\/5 {
  border-top-color: rgb(23 23 23 / 0.05);
  border-bottom-color: rgb(23 23 23 / 0.05);
}

.border-y-neutral-900\/50 {
  border-top-color: rgb(23 23 23 / 0.5);
  border-bottom-color: rgb(23 23 23 / 0.5);
}

.border-y-neutral-900\/60 {
  border-top-color: rgb(23 23 23 / 0.6);
  border-bottom-color: rgb(23 23 23 / 0.6);
}

.border-y-neutral-900\/70 {
  border-top-color: rgb(23 23 23 / 0.7);
  border-bottom-color: rgb(23 23 23 / 0.7);
}

.border-y-neutral-900\/75 {
  border-top-color: rgb(23 23 23 / 0.75);
  border-bottom-color: rgb(23 23 23 / 0.75);
}

.border-y-neutral-900\/80 {
  border-top-color: rgb(23 23 23 / 0.8);
  border-bottom-color: rgb(23 23 23 / 0.8);
}

.border-y-neutral-900\/90 {
  border-top-color: rgb(23 23 23 / 0.9);
  border-bottom-color: rgb(23 23 23 / 0.9);
}

.border-y-neutral-900\/95 {
  border-top-color: rgb(23 23 23 / 0.95);
  border-bottom-color: rgb(23 23 23 / 0.95);
}

.border-y-neutral-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(10 10 10 / var(--tw-border-opacity));
  border-bottom-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.border-y-neutral-950\/0 {
  border-top-color: rgb(10 10 10 / 0);
  border-bottom-color: rgb(10 10 10 / 0);
}

.border-y-neutral-950\/10 {
  border-top-color: rgb(10 10 10 / 0.1);
  border-bottom-color: rgb(10 10 10 / 0.1);
}

.border-y-neutral-950\/100 {
  border-top-color: rgb(10 10 10 / 1);
  border-bottom-color: rgb(10 10 10 / 1);
}

.border-y-neutral-950\/20 {
  border-top-color: rgb(10 10 10 / 0.2);
  border-bottom-color: rgb(10 10 10 / 0.2);
}

.border-y-neutral-950\/25 {
  border-top-color: rgb(10 10 10 / 0.25);
  border-bottom-color: rgb(10 10 10 / 0.25);
}

.border-y-neutral-950\/30 {
  border-top-color: rgb(10 10 10 / 0.3);
  border-bottom-color: rgb(10 10 10 / 0.3);
}

.border-y-neutral-950\/40 {
  border-top-color: rgb(10 10 10 / 0.4);
  border-bottom-color: rgb(10 10 10 / 0.4);
}

.border-y-neutral-950\/5 {
  border-top-color: rgb(10 10 10 / 0.05);
  border-bottom-color: rgb(10 10 10 / 0.05);
}

.border-y-neutral-950\/50 {
  border-top-color: rgb(10 10 10 / 0.5);
  border-bottom-color: rgb(10 10 10 / 0.5);
}

.border-y-neutral-950\/60 {
  border-top-color: rgb(10 10 10 / 0.6);
  border-bottom-color: rgb(10 10 10 / 0.6);
}

.border-y-neutral-950\/70 {
  border-top-color: rgb(10 10 10 / 0.7);
  border-bottom-color: rgb(10 10 10 / 0.7);
}

.border-y-neutral-950\/75 {
  border-top-color: rgb(10 10 10 / 0.75);
  border-bottom-color: rgb(10 10 10 / 0.75);
}

.border-y-neutral-950\/80 {
  border-top-color: rgb(10 10 10 / 0.8);
  border-bottom-color: rgb(10 10 10 / 0.8);
}

.border-y-neutral-950\/90 {
  border-top-color: rgb(10 10 10 / 0.9);
  border-bottom-color: rgb(10 10 10 / 0.9);
}

.border-y-neutral-950\/95 {
  border-top-color: rgb(10 10 10 / 0.95);
  border-bottom-color: rgb(10 10 10 / 0.95);
}

.border-y-orange {
  --tw-border-opacity: 1;
  border-top-color: rgb(237 140 1 / var(--tw-border-opacity));
  border-bottom-color: rgb(237 140 1 / var(--tw-border-opacity));
}

.border-y-orange-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 247 198 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 247 198 / var(--tw-border-opacity));
}

.border-y-orange-100\/0 {
  border-top-color: rgb(255 247 198 / 0);
  border-bottom-color: rgb(255 247 198 / 0);
}

.border-y-orange-100\/10 {
  border-top-color: rgb(255 247 198 / 0.1);
  border-bottom-color: rgb(255 247 198 / 0.1);
}

.border-y-orange-100\/100 {
  border-top-color: rgb(255 247 198 / 1);
  border-bottom-color: rgb(255 247 198 / 1);
}

.border-y-orange-100\/20 {
  border-top-color: rgb(255 247 198 / 0.2);
  border-bottom-color: rgb(255 247 198 / 0.2);
}

.border-y-orange-100\/25 {
  border-top-color: rgb(255 247 198 / 0.25);
  border-bottom-color: rgb(255 247 198 / 0.25);
}

.border-y-orange-100\/30 {
  border-top-color: rgb(255 247 198 / 0.3);
  border-bottom-color: rgb(255 247 198 / 0.3);
}

.border-y-orange-100\/40 {
  border-top-color: rgb(255 247 198 / 0.4);
  border-bottom-color: rgb(255 247 198 / 0.4);
}

.border-y-orange-100\/5 {
  border-top-color: rgb(255 247 198 / 0.05);
  border-bottom-color: rgb(255 247 198 / 0.05);
}

.border-y-orange-100\/50 {
  border-top-color: rgb(255 247 198 / 0.5);
  border-bottom-color: rgb(255 247 198 / 0.5);
}

.border-y-orange-100\/60 {
  border-top-color: rgb(255 247 198 / 0.6);
  border-bottom-color: rgb(255 247 198 / 0.6);
}

.border-y-orange-100\/70 {
  border-top-color: rgb(255 247 198 / 0.7);
  border-bottom-color: rgb(255 247 198 / 0.7);
}

.border-y-orange-100\/75 {
  border-top-color: rgb(255 247 198 / 0.75);
  border-bottom-color: rgb(255 247 198 / 0.75);
}

.border-y-orange-100\/80 {
  border-top-color: rgb(255 247 198 / 0.8);
  border-bottom-color: rgb(255 247 198 / 0.8);
}

.border-y-orange-100\/90 {
  border-top-color: rgb(255 247 198 / 0.9);
  border-bottom-color: rgb(255 247 198 / 0.9);
}

.border-y-orange-100\/95 {
  border-top-color: rgb(255 247 198 / 0.95);
  border-bottom-color: rgb(255 247 198 / 0.95);
}

.border-y-orange-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 238 135 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 238 135 / var(--tw-border-opacity));
}

.border-y-orange-200\/0 {
  border-top-color: rgb(255 238 135 / 0);
  border-bottom-color: rgb(255 238 135 / 0);
}

.border-y-orange-200\/10 {
  border-top-color: rgb(255 238 135 / 0.1);
  border-bottom-color: rgb(255 238 135 / 0.1);
}

.border-y-orange-200\/100 {
  border-top-color: rgb(255 238 135 / 1);
  border-bottom-color: rgb(255 238 135 / 1);
}

.border-y-orange-200\/20 {
  border-top-color: rgb(255 238 135 / 0.2);
  border-bottom-color: rgb(255 238 135 / 0.2);
}

.border-y-orange-200\/25 {
  border-top-color: rgb(255 238 135 / 0.25);
  border-bottom-color: rgb(255 238 135 / 0.25);
}

.border-y-orange-200\/30 {
  border-top-color: rgb(255 238 135 / 0.3);
  border-bottom-color: rgb(255 238 135 / 0.3);
}

.border-y-orange-200\/40 {
  border-top-color: rgb(255 238 135 / 0.4);
  border-bottom-color: rgb(255 238 135 / 0.4);
}

.border-y-orange-200\/5 {
  border-top-color: rgb(255 238 135 / 0.05);
  border-bottom-color: rgb(255 238 135 / 0.05);
}

.border-y-orange-200\/50 {
  border-top-color: rgb(255 238 135 / 0.5);
  border-bottom-color: rgb(255 238 135 / 0.5);
}

.border-y-orange-200\/60 {
  border-top-color: rgb(255 238 135 / 0.6);
  border-bottom-color: rgb(255 238 135 / 0.6);
}

.border-y-orange-200\/70 {
  border-top-color: rgb(255 238 135 / 0.7);
  border-bottom-color: rgb(255 238 135 / 0.7);
}

.border-y-orange-200\/75 {
  border-top-color: rgb(255 238 135 / 0.75);
  border-bottom-color: rgb(255 238 135 / 0.75);
}

.border-y-orange-200\/80 {
  border-top-color: rgb(255 238 135 / 0.8);
  border-bottom-color: rgb(255 238 135 / 0.8);
}

.border-y-orange-200\/90 {
  border-top-color: rgb(255 238 135 / 0.9);
  border-bottom-color: rgb(255 238 135 / 0.9);
}

.border-y-orange-200\/95 {
  border-top-color: rgb(255 238 135 / 0.95);
  border-bottom-color: rgb(255 238 135 / 0.95);
}

.border-y-orange-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 223 73 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 223 73 / var(--tw-border-opacity));
}

.border-y-orange-300\/0 {
  border-top-color: rgb(255 223 73 / 0);
  border-bottom-color: rgb(255 223 73 / 0);
}

.border-y-orange-300\/10 {
  border-top-color: rgb(255 223 73 / 0.1);
  border-bottom-color: rgb(255 223 73 / 0.1);
}

.border-y-orange-300\/100 {
  border-top-color: rgb(255 223 73 / 1);
  border-bottom-color: rgb(255 223 73 / 1);
}

.border-y-orange-300\/20 {
  border-top-color: rgb(255 223 73 / 0.2);
  border-bottom-color: rgb(255 223 73 / 0.2);
}

.border-y-orange-300\/25 {
  border-top-color: rgb(255 223 73 / 0.25);
  border-bottom-color: rgb(255 223 73 / 0.25);
}

.border-y-orange-300\/30 {
  border-top-color: rgb(255 223 73 / 0.3);
  border-bottom-color: rgb(255 223 73 / 0.3);
}

.border-y-orange-300\/40 {
  border-top-color: rgb(255 223 73 / 0.4);
  border-bottom-color: rgb(255 223 73 / 0.4);
}

.border-y-orange-300\/5 {
  border-top-color: rgb(255 223 73 / 0.05);
  border-bottom-color: rgb(255 223 73 / 0.05);
}

.border-y-orange-300\/50 {
  border-top-color: rgb(255 223 73 / 0.5);
  border-bottom-color: rgb(255 223 73 / 0.5);
}

.border-y-orange-300\/60 {
  border-top-color: rgb(255 223 73 / 0.6);
  border-bottom-color: rgb(255 223 73 / 0.6);
}

.border-y-orange-300\/70 {
  border-top-color: rgb(255 223 73 / 0.7);
  border-bottom-color: rgb(255 223 73 / 0.7);
}

.border-y-orange-300\/75 {
  border-top-color: rgb(255 223 73 / 0.75);
  border-bottom-color: rgb(255 223 73 / 0.75);
}

.border-y-orange-300\/80 {
  border-top-color: rgb(255 223 73 / 0.8);
  border-bottom-color: rgb(255 223 73 / 0.8);
}

.border-y-orange-300\/90 {
  border-top-color: rgb(255 223 73 / 0.9);
  border-bottom-color: rgb(255 223 73 / 0.9);
}

.border-y-orange-300\/95 {
  border-top-color: rgb(255 223 73 / 0.95);
  border-bottom-color: rgb(255 223 73 / 0.95);
}

.border-y-orange-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 205 31 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 205 31 / var(--tw-border-opacity));
}

.border-y-orange-400\/0 {
  border-top-color: rgb(255 205 31 / 0);
  border-bottom-color: rgb(255 205 31 / 0);
}

.border-y-orange-400\/10 {
  border-top-color: rgb(255 205 31 / 0.1);
  border-bottom-color: rgb(255 205 31 / 0.1);
}

.border-y-orange-400\/100 {
  border-top-color: rgb(255 205 31 / 1);
  border-bottom-color: rgb(255 205 31 / 1);
}

.border-y-orange-400\/20 {
  border-top-color: rgb(255 205 31 / 0.2);
  border-bottom-color: rgb(255 205 31 / 0.2);
}

.border-y-orange-400\/25 {
  border-top-color: rgb(255 205 31 / 0.25);
  border-bottom-color: rgb(255 205 31 / 0.25);
}

.border-y-orange-400\/30 {
  border-top-color: rgb(255 205 31 / 0.3);
  border-bottom-color: rgb(255 205 31 / 0.3);
}

.border-y-orange-400\/40 {
  border-top-color: rgb(255 205 31 / 0.4);
  border-bottom-color: rgb(255 205 31 / 0.4);
}

.border-y-orange-400\/5 {
  border-top-color: rgb(255 205 31 / 0.05);
  border-bottom-color: rgb(255 205 31 / 0.05);
}

.border-y-orange-400\/50 {
  border-top-color: rgb(255 205 31 / 0.5);
  border-bottom-color: rgb(255 205 31 / 0.5);
}

.border-y-orange-400\/60 {
  border-top-color: rgb(255 205 31 / 0.6);
  border-bottom-color: rgb(255 205 31 / 0.6);
}

.border-y-orange-400\/70 {
  border-top-color: rgb(255 205 31 / 0.7);
  border-bottom-color: rgb(255 205 31 / 0.7);
}

.border-y-orange-400\/75 {
  border-top-color: rgb(255 205 31 / 0.75);
  border-bottom-color: rgb(255 205 31 / 0.75);
}

.border-y-orange-400\/80 {
  border-top-color: rgb(255 205 31 / 0.8);
  border-bottom-color: rgb(255 205 31 / 0.8);
}

.border-y-orange-400\/90 {
  border-top-color: rgb(255 205 31 / 0.9);
  border-bottom-color: rgb(255 205 31 / 0.9);
}

.border-y-orange-400\/95 {
  border-top-color: rgb(255 205 31 / 0.95);
  border-bottom-color: rgb(255 205 31 / 0.95);
}

.border-y-orange-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 252 235 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 252 235 / var(--tw-border-opacity));
}

.border-y-orange-50\/0 {
  border-top-color: rgb(255 252 235 / 0);
  border-bottom-color: rgb(255 252 235 / 0);
}

.border-y-orange-50\/10 {
  border-top-color: rgb(255 252 235 / 0.1);
  border-bottom-color: rgb(255 252 235 / 0.1);
}

.border-y-orange-50\/100 {
  border-top-color: rgb(255 252 235 / 1);
  border-bottom-color: rgb(255 252 235 / 1);
}

.border-y-orange-50\/20 {
  border-top-color: rgb(255 252 235 / 0.2);
  border-bottom-color: rgb(255 252 235 / 0.2);
}

.border-y-orange-50\/25 {
  border-top-color: rgb(255 252 235 / 0.25);
  border-bottom-color: rgb(255 252 235 / 0.25);
}

.border-y-orange-50\/30 {
  border-top-color: rgb(255 252 235 / 0.3);
  border-bottom-color: rgb(255 252 235 / 0.3);
}

.border-y-orange-50\/40 {
  border-top-color: rgb(255 252 235 / 0.4);
  border-bottom-color: rgb(255 252 235 / 0.4);
}

.border-y-orange-50\/5 {
  border-top-color: rgb(255 252 235 / 0.05);
  border-bottom-color: rgb(255 252 235 / 0.05);
}

.border-y-orange-50\/50 {
  border-top-color: rgb(255 252 235 / 0.5);
  border-bottom-color: rgb(255 252 235 / 0.5);
}

.border-y-orange-50\/60 {
  border-top-color: rgb(255 252 235 / 0.6);
  border-bottom-color: rgb(255 252 235 / 0.6);
}

.border-y-orange-50\/70 {
  border-top-color: rgb(255 252 235 / 0.7);
  border-bottom-color: rgb(255 252 235 / 0.7);
}

.border-y-orange-50\/75 {
  border-top-color: rgb(255 252 235 / 0.75);
  border-bottom-color: rgb(255 252 235 / 0.75);
}

.border-y-orange-50\/80 {
  border-top-color: rgb(255 252 235 / 0.8);
  border-bottom-color: rgb(255 252 235 / 0.8);
}

.border-y-orange-50\/90 {
  border-top-color: rgb(255 252 235 / 0.9);
  border-bottom-color: rgb(255 252 235 / 0.9);
}

.border-y-orange-50\/95 {
  border-top-color: rgb(255 252 235 / 0.95);
  border-bottom-color: rgb(255 252 235 / 0.95);
}

.border-y-orange-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(251 172 5 / var(--tw-border-opacity));
  border-bottom-color: rgb(251 172 5 / var(--tw-border-opacity));
}

.border-y-orange-500\/0 {
  border-top-color: rgb(251 172 5 / 0);
  border-bottom-color: rgb(251 172 5 / 0);
}

.border-y-orange-500\/10 {
  border-top-color: rgb(251 172 5 / 0.1);
  border-bottom-color: rgb(251 172 5 / 0.1);
}

.border-y-orange-500\/100 {
  border-top-color: rgb(251 172 5 / 1);
  border-bottom-color: rgb(251 172 5 / 1);
}

.border-y-orange-500\/20 {
  border-top-color: rgb(251 172 5 / 0.2);
  border-bottom-color: rgb(251 172 5 / 0.2);
}

.border-y-orange-500\/25 {
  border-top-color: rgb(251 172 5 / 0.25);
  border-bottom-color: rgb(251 172 5 / 0.25);
}

.border-y-orange-500\/30 {
  border-top-color: rgb(251 172 5 / 0.3);
  border-bottom-color: rgb(251 172 5 / 0.3);
}

.border-y-orange-500\/40 {
  border-top-color: rgb(251 172 5 / 0.4);
  border-bottom-color: rgb(251 172 5 / 0.4);
}

.border-y-orange-500\/5 {
  border-top-color: rgb(251 172 5 / 0.05);
  border-bottom-color: rgb(251 172 5 / 0.05);
}

.border-y-orange-500\/50 {
  border-top-color: rgb(251 172 5 / 0.5);
  border-bottom-color: rgb(251 172 5 / 0.5);
}

.border-y-orange-500\/60 {
  border-top-color: rgb(251 172 5 / 0.6);
  border-bottom-color: rgb(251 172 5 / 0.6);
}

.border-y-orange-500\/70 {
  border-top-color: rgb(251 172 5 / 0.7);
  border-bottom-color: rgb(251 172 5 / 0.7);
}

.border-y-orange-500\/75 {
  border-top-color: rgb(251 172 5 / 0.75);
  border-bottom-color: rgb(251 172 5 / 0.75);
}

.border-y-orange-500\/80 {
  border-top-color: rgb(251 172 5 / 0.8);
  border-bottom-color: rgb(251 172 5 / 0.8);
}

.border-y-orange-500\/90 {
  border-top-color: rgb(251 172 5 / 0.9);
  border-bottom-color: rgb(251 172 5 / 0.9);
}

.border-y-orange-500\/95 {
  border-top-color: rgb(251 172 5 / 0.95);
  border-bottom-color: rgb(251 172 5 / 0.95);
}

.border-y-orange-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(237 140 1 / var(--tw-border-opacity));
  border-bottom-color: rgb(237 140 1 / var(--tw-border-opacity));
}

.border-y-orange-600\/0 {
  border-top-color: rgb(237 140 1 / 0);
  border-bottom-color: rgb(237 140 1 / 0);
}

.border-y-orange-600\/10 {
  border-top-color: rgb(237 140 1 / 0.1);
  border-bottom-color: rgb(237 140 1 / 0.1);
}

.border-y-orange-600\/100 {
  border-top-color: rgb(237 140 1 / 1);
  border-bottom-color: rgb(237 140 1 / 1);
}

.border-y-orange-600\/20 {
  border-top-color: rgb(237 140 1 / 0.2);
  border-bottom-color: rgb(237 140 1 / 0.2);
}

.border-y-orange-600\/25 {
  border-top-color: rgb(237 140 1 / 0.25);
  border-bottom-color: rgb(237 140 1 / 0.25);
}

.border-y-orange-600\/30 {
  border-top-color: rgb(237 140 1 / 0.3);
  border-bottom-color: rgb(237 140 1 / 0.3);
}

.border-y-orange-600\/40 {
  border-top-color: rgb(237 140 1 / 0.4);
  border-bottom-color: rgb(237 140 1 / 0.4);
}

.border-y-orange-600\/5 {
  border-top-color: rgb(237 140 1 / 0.05);
  border-bottom-color: rgb(237 140 1 / 0.05);
}

.border-y-orange-600\/50 {
  border-top-color: rgb(237 140 1 / 0.5);
  border-bottom-color: rgb(237 140 1 / 0.5);
}

.border-y-orange-600\/60 {
  border-top-color: rgb(237 140 1 / 0.6);
  border-bottom-color: rgb(237 140 1 / 0.6);
}

.border-y-orange-600\/70 {
  border-top-color: rgb(237 140 1 / 0.7);
  border-bottom-color: rgb(237 140 1 / 0.7);
}

.border-y-orange-600\/75 {
  border-top-color: rgb(237 140 1 / 0.75);
  border-bottom-color: rgb(237 140 1 / 0.75);
}

.border-y-orange-600\/80 {
  border-top-color: rgb(237 140 1 / 0.8);
  border-bottom-color: rgb(237 140 1 / 0.8);
}

.border-y-orange-600\/90 {
  border-top-color: rgb(237 140 1 / 0.9);
  border-bottom-color: rgb(237 140 1 / 0.9);
}

.border-y-orange-600\/95 {
  border-top-color: rgb(237 140 1 / 0.95);
  border-bottom-color: rgb(237 140 1 / 0.95);
}

.border-y-orange-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(184 92 5 / var(--tw-border-opacity));
  border-bottom-color: rgb(184 92 5 / var(--tw-border-opacity));
}

.border-y-orange-700\/0 {
  border-top-color: rgb(184 92 5 / 0);
  border-bottom-color: rgb(184 92 5 / 0);
}

.border-y-orange-700\/10 {
  border-top-color: rgb(184 92 5 / 0.1);
  border-bottom-color: rgb(184 92 5 / 0.1);
}

.border-y-orange-700\/100 {
  border-top-color: rgb(184 92 5 / 1);
  border-bottom-color: rgb(184 92 5 / 1);
}

.border-y-orange-700\/20 {
  border-top-color: rgb(184 92 5 / 0.2);
  border-bottom-color: rgb(184 92 5 / 0.2);
}

.border-y-orange-700\/25 {
  border-top-color: rgb(184 92 5 / 0.25);
  border-bottom-color: rgb(184 92 5 / 0.25);
}

.border-y-orange-700\/30 {
  border-top-color: rgb(184 92 5 / 0.3);
  border-bottom-color: rgb(184 92 5 / 0.3);
}

.border-y-orange-700\/40 {
  border-top-color: rgb(184 92 5 / 0.4);
  border-bottom-color: rgb(184 92 5 / 0.4);
}

.border-y-orange-700\/5 {
  border-top-color: rgb(184 92 5 / 0.05);
  border-bottom-color: rgb(184 92 5 / 0.05);
}

.border-y-orange-700\/50 {
  border-top-color: rgb(184 92 5 / 0.5);
  border-bottom-color: rgb(184 92 5 / 0.5);
}

.border-y-orange-700\/60 {
  border-top-color: rgb(184 92 5 / 0.6);
  border-bottom-color: rgb(184 92 5 / 0.6);
}

.border-y-orange-700\/70 {
  border-top-color: rgb(184 92 5 / 0.7);
  border-bottom-color: rgb(184 92 5 / 0.7);
}

.border-y-orange-700\/75 {
  border-top-color: rgb(184 92 5 / 0.75);
  border-bottom-color: rgb(184 92 5 / 0.75);
}

.border-y-orange-700\/80 {
  border-top-color: rgb(184 92 5 / 0.8);
  border-bottom-color: rgb(184 92 5 / 0.8);
}

.border-y-orange-700\/90 {
  border-top-color: rgb(184 92 5 / 0.9);
  border-bottom-color: rgb(184 92 5 / 0.9);
}

.border-y-orange-700\/95 {
  border-top-color: rgb(184 92 5 / 0.95);
  border-bottom-color: rgb(184 92 5 / 0.95);
}

.border-y-orange-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(149 70 11 / var(--tw-border-opacity));
  border-bottom-color: rgb(149 70 11 / var(--tw-border-opacity));
}

.border-y-orange-800\/0 {
  border-top-color: rgb(149 70 11 / 0);
  border-bottom-color: rgb(149 70 11 / 0);
}

.border-y-orange-800\/10 {
  border-top-color: rgb(149 70 11 / 0.1);
  border-bottom-color: rgb(149 70 11 / 0.1);
}

.border-y-orange-800\/100 {
  border-top-color: rgb(149 70 11 / 1);
  border-bottom-color: rgb(149 70 11 / 1);
}

.border-y-orange-800\/20 {
  border-top-color: rgb(149 70 11 / 0.2);
  border-bottom-color: rgb(149 70 11 / 0.2);
}

.border-y-orange-800\/25 {
  border-top-color: rgb(149 70 11 / 0.25);
  border-bottom-color: rgb(149 70 11 / 0.25);
}

.border-y-orange-800\/30 {
  border-top-color: rgb(149 70 11 / 0.3);
  border-bottom-color: rgb(149 70 11 / 0.3);
}

.border-y-orange-800\/40 {
  border-top-color: rgb(149 70 11 / 0.4);
  border-bottom-color: rgb(149 70 11 / 0.4);
}

.border-y-orange-800\/5 {
  border-top-color: rgb(149 70 11 / 0.05);
  border-bottom-color: rgb(149 70 11 / 0.05);
}

.border-y-orange-800\/50 {
  border-top-color: rgb(149 70 11 / 0.5);
  border-bottom-color: rgb(149 70 11 / 0.5);
}

.border-y-orange-800\/60 {
  border-top-color: rgb(149 70 11 / 0.6);
  border-bottom-color: rgb(149 70 11 / 0.6);
}

.border-y-orange-800\/70 {
  border-top-color: rgb(149 70 11 / 0.7);
  border-bottom-color: rgb(149 70 11 / 0.7);
}

.border-y-orange-800\/75 {
  border-top-color: rgb(149 70 11 / 0.75);
  border-bottom-color: rgb(149 70 11 / 0.75);
}

.border-y-orange-800\/80 {
  border-top-color: rgb(149 70 11 / 0.8);
  border-bottom-color: rgb(149 70 11 / 0.8);
}

.border-y-orange-800\/90 {
  border-top-color: rgb(149 70 11 / 0.9);
  border-bottom-color: rgb(149 70 11 / 0.9);
}

.border-y-orange-800\/95 {
  border-top-color: rgb(149 70 11 / 0.95);
  border-bottom-color: rgb(149 70 11 / 0.95);
}

.border-y-orange-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(123 58 12 / var(--tw-border-opacity));
  border-bottom-color: rgb(123 58 12 / var(--tw-border-opacity));
}

.border-y-orange-900\/0 {
  border-top-color: rgb(123 58 12 / 0);
  border-bottom-color: rgb(123 58 12 / 0);
}

.border-y-orange-900\/10 {
  border-top-color: rgb(123 58 12 / 0.1);
  border-bottom-color: rgb(123 58 12 / 0.1);
}

.border-y-orange-900\/100 {
  border-top-color: rgb(123 58 12 / 1);
  border-bottom-color: rgb(123 58 12 / 1);
}

.border-y-orange-900\/20 {
  border-top-color: rgb(123 58 12 / 0.2);
  border-bottom-color: rgb(123 58 12 / 0.2);
}

.border-y-orange-900\/25 {
  border-top-color: rgb(123 58 12 / 0.25);
  border-bottom-color: rgb(123 58 12 / 0.25);
}

.border-y-orange-900\/30 {
  border-top-color: rgb(123 58 12 / 0.3);
  border-bottom-color: rgb(123 58 12 / 0.3);
}

.border-y-orange-900\/40 {
  border-top-color: rgb(123 58 12 / 0.4);
  border-bottom-color: rgb(123 58 12 / 0.4);
}

.border-y-orange-900\/5 {
  border-top-color: rgb(123 58 12 / 0.05);
  border-bottom-color: rgb(123 58 12 / 0.05);
}

.border-y-orange-900\/50 {
  border-top-color: rgb(123 58 12 / 0.5);
  border-bottom-color: rgb(123 58 12 / 0.5);
}

.border-y-orange-900\/60 {
  border-top-color: rgb(123 58 12 / 0.6);
  border-bottom-color: rgb(123 58 12 / 0.6);
}

.border-y-orange-900\/70 {
  border-top-color: rgb(123 58 12 / 0.7);
  border-bottom-color: rgb(123 58 12 / 0.7);
}

.border-y-orange-900\/75 {
  border-top-color: rgb(123 58 12 / 0.75);
  border-bottom-color: rgb(123 58 12 / 0.75);
}

.border-y-orange-900\/80 {
  border-top-color: rgb(123 58 12 / 0.8);
  border-bottom-color: rgb(123 58 12 / 0.8);
}

.border-y-orange-900\/90 {
  border-top-color: rgb(123 58 12 / 0.9);
  border-bottom-color: rgb(123 58 12 / 0.9);
}

.border-y-orange-900\/95 {
  border-top-color: rgb(123 58 12 / 0.95);
  border-bottom-color: rgb(123 58 12 / 0.95);
}

.border-y-orange-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(71 30 1 / var(--tw-border-opacity));
  border-bottom-color: rgb(71 30 1 / var(--tw-border-opacity));
}

.border-y-orange-950\/0 {
  border-top-color: rgb(71 30 1 / 0);
  border-bottom-color: rgb(71 30 1 / 0);
}

.border-y-orange-950\/10 {
  border-top-color: rgb(71 30 1 / 0.1);
  border-bottom-color: rgb(71 30 1 / 0.1);
}

.border-y-orange-950\/100 {
  border-top-color: rgb(71 30 1 / 1);
  border-bottom-color: rgb(71 30 1 / 1);
}

.border-y-orange-950\/20 {
  border-top-color: rgb(71 30 1 / 0.2);
  border-bottom-color: rgb(71 30 1 / 0.2);
}

.border-y-orange-950\/25 {
  border-top-color: rgb(71 30 1 / 0.25);
  border-bottom-color: rgb(71 30 1 / 0.25);
}

.border-y-orange-950\/30 {
  border-top-color: rgb(71 30 1 / 0.3);
  border-bottom-color: rgb(71 30 1 / 0.3);
}

.border-y-orange-950\/40 {
  border-top-color: rgb(71 30 1 / 0.4);
  border-bottom-color: rgb(71 30 1 / 0.4);
}

.border-y-orange-950\/5 {
  border-top-color: rgb(71 30 1 / 0.05);
  border-bottom-color: rgb(71 30 1 / 0.05);
}

.border-y-orange-950\/50 {
  border-top-color: rgb(71 30 1 / 0.5);
  border-bottom-color: rgb(71 30 1 / 0.5);
}

.border-y-orange-950\/60 {
  border-top-color: rgb(71 30 1 / 0.6);
  border-bottom-color: rgb(71 30 1 / 0.6);
}

.border-y-orange-950\/70 {
  border-top-color: rgb(71 30 1 / 0.7);
  border-bottom-color: rgb(71 30 1 / 0.7);
}

.border-y-orange-950\/75 {
  border-top-color: rgb(71 30 1 / 0.75);
  border-bottom-color: rgb(71 30 1 / 0.75);
}

.border-y-orange-950\/80 {
  border-top-color: rgb(71 30 1 / 0.8);
  border-bottom-color: rgb(71 30 1 / 0.8);
}

.border-y-orange-950\/90 {
  border-top-color: rgb(71 30 1 / 0.9);
  border-bottom-color: rgb(71 30 1 / 0.9);
}

.border-y-orange-950\/95 {
  border-top-color: rgb(71 30 1 / 0.95);
  border-bottom-color: rgb(71 30 1 / 0.95);
}

.border-y-orange\/0 {
  border-top-color: rgb(237 140 1 / 0);
  border-bottom-color: rgb(237 140 1 / 0);
}

.border-y-orange\/10 {
  border-top-color: rgb(237 140 1 / 0.1);
  border-bottom-color: rgb(237 140 1 / 0.1);
}

.border-y-orange\/100 {
  border-top-color: rgb(237 140 1 / 1);
  border-bottom-color: rgb(237 140 1 / 1);
}

.border-y-orange\/20 {
  border-top-color: rgb(237 140 1 / 0.2);
  border-bottom-color: rgb(237 140 1 / 0.2);
}

.border-y-orange\/25 {
  border-top-color: rgb(237 140 1 / 0.25);
  border-bottom-color: rgb(237 140 1 / 0.25);
}

.border-y-orange\/30 {
  border-top-color: rgb(237 140 1 / 0.3);
  border-bottom-color: rgb(237 140 1 / 0.3);
}

.border-y-orange\/40 {
  border-top-color: rgb(237 140 1 / 0.4);
  border-bottom-color: rgb(237 140 1 / 0.4);
}

.border-y-orange\/5 {
  border-top-color: rgb(237 140 1 / 0.05);
  border-bottom-color: rgb(237 140 1 / 0.05);
}

.border-y-orange\/50 {
  border-top-color: rgb(237 140 1 / 0.5);
  border-bottom-color: rgb(237 140 1 / 0.5);
}

.border-y-orange\/60 {
  border-top-color: rgb(237 140 1 / 0.6);
  border-bottom-color: rgb(237 140 1 / 0.6);
}

.border-y-orange\/70 {
  border-top-color: rgb(237 140 1 / 0.7);
  border-bottom-color: rgb(237 140 1 / 0.7);
}

.border-y-orange\/75 {
  border-top-color: rgb(237 140 1 / 0.75);
  border-bottom-color: rgb(237 140 1 / 0.75);
}

.border-y-orange\/80 {
  border-top-color: rgb(237 140 1 / 0.8);
  border-bottom-color: rgb(237 140 1 / 0.8);
}

.border-y-orange\/90 {
  border-top-color: rgb(237 140 1 / 0.9);
  border-bottom-color: rgb(237 140 1 / 0.9);
}

.border-y-orange\/95 {
  border-top-color: rgb(237 140 1 / 0.95);
  border-bottom-color: rgb(237 140 1 / 0.95);
}

.border-y-primary {
  --tw-border-opacity: 1;
  border-top-color: rgb(175 18 109 / var(--tw-border-opacity));
  border-bottom-color: rgb(175 18 109 / var(--tw-border-opacity));
}

.border-y-primary-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 230 247 / var(--tw-border-opacity));
  border-bottom-color: rgb(253 230 247 / var(--tw-border-opacity));
}

.border-y-primary-100\/0 {
  border-top-color: rgb(253 230 247 / 0);
  border-bottom-color: rgb(253 230 247 / 0);
}

.border-y-primary-100\/10 {
  border-top-color: rgb(253 230 247 / 0.1);
  border-bottom-color: rgb(253 230 247 / 0.1);
}

.border-y-primary-100\/100 {
  border-top-color: rgb(253 230 247 / 1);
  border-bottom-color: rgb(253 230 247 / 1);
}

.border-y-primary-100\/20 {
  border-top-color: rgb(253 230 247 / 0.2);
  border-bottom-color: rgb(253 230 247 / 0.2);
}

.border-y-primary-100\/25 {
  border-top-color: rgb(253 230 247 / 0.25);
  border-bottom-color: rgb(253 230 247 / 0.25);
}

.border-y-primary-100\/30 {
  border-top-color: rgb(253 230 247 / 0.3);
  border-bottom-color: rgb(253 230 247 / 0.3);
}

.border-y-primary-100\/40 {
  border-top-color: rgb(253 230 247 / 0.4);
  border-bottom-color: rgb(253 230 247 / 0.4);
}

.border-y-primary-100\/5 {
  border-top-color: rgb(253 230 247 / 0.05);
  border-bottom-color: rgb(253 230 247 / 0.05);
}

.border-y-primary-100\/50 {
  border-top-color: rgb(253 230 247 / 0.5);
  border-bottom-color: rgb(253 230 247 / 0.5);
}

.border-y-primary-100\/60 {
  border-top-color: rgb(253 230 247 / 0.6);
  border-bottom-color: rgb(253 230 247 / 0.6);
}

.border-y-primary-100\/70 {
  border-top-color: rgb(253 230 247 / 0.7);
  border-bottom-color: rgb(253 230 247 / 0.7);
}

.border-y-primary-100\/75 {
  border-top-color: rgb(253 230 247 / 0.75);
  border-bottom-color: rgb(253 230 247 / 0.75);
}

.border-y-primary-100\/80 {
  border-top-color: rgb(253 230 247 / 0.8);
  border-bottom-color: rgb(253 230 247 / 0.8);
}

.border-y-primary-100\/90 {
  border-top-color: rgb(253 230 247 / 0.9);
  border-bottom-color: rgb(253 230 247 / 0.9);
}

.border-y-primary-100\/95 {
  border-top-color: rgb(253 230 247 / 0.95);
  border-bottom-color: rgb(253 230 247 / 0.95);
}

.border-y-primary-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 205 240 / var(--tw-border-opacity));
  border-bottom-color: rgb(253 205 240 / var(--tw-border-opacity));
}

.border-y-primary-200\/0 {
  border-top-color: rgb(253 205 240 / 0);
  border-bottom-color: rgb(253 205 240 / 0);
}

.border-y-primary-200\/10 {
  border-top-color: rgb(253 205 240 / 0.1);
  border-bottom-color: rgb(253 205 240 / 0.1);
}

.border-y-primary-200\/100 {
  border-top-color: rgb(253 205 240 / 1);
  border-bottom-color: rgb(253 205 240 / 1);
}

.border-y-primary-200\/20 {
  border-top-color: rgb(253 205 240 / 0.2);
  border-bottom-color: rgb(253 205 240 / 0.2);
}

.border-y-primary-200\/25 {
  border-top-color: rgb(253 205 240 / 0.25);
  border-bottom-color: rgb(253 205 240 / 0.25);
}

.border-y-primary-200\/30 {
  border-top-color: rgb(253 205 240 / 0.3);
  border-bottom-color: rgb(253 205 240 / 0.3);
}

.border-y-primary-200\/40 {
  border-top-color: rgb(253 205 240 / 0.4);
  border-bottom-color: rgb(253 205 240 / 0.4);
}

.border-y-primary-200\/5 {
  border-top-color: rgb(253 205 240 / 0.05);
  border-bottom-color: rgb(253 205 240 / 0.05);
}

.border-y-primary-200\/50 {
  border-top-color: rgb(253 205 240 / 0.5);
  border-bottom-color: rgb(253 205 240 / 0.5);
}

.border-y-primary-200\/60 {
  border-top-color: rgb(253 205 240 / 0.6);
  border-bottom-color: rgb(253 205 240 / 0.6);
}

.border-y-primary-200\/70 {
  border-top-color: rgb(253 205 240 / 0.7);
  border-bottom-color: rgb(253 205 240 / 0.7);
}

.border-y-primary-200\/75 {
  border-top-color: rgb(253 205 240 / 0.75);
  border-bottom-color: rgb(253 205 240 / 0.75);
}

.border-y-primary-200\/80 {
  border-top-color: rgb(253 205 240 / 0.8);
  border-bottom-color: rgb(253 205 240 / 0.8);
}

.border-y-primary-200\/90 {
  border-top-color: rgb(253 205 240 / 0.9);
  border-bottom-color: rgb(253 205 240 / 0.9);
}

.border-y-primary-200\/95 {
  border-top-color: rgb(253 205 240 / 0.95);
  border-bottom-color: rgb(253 205 240 / 0.95);
}

.border-y-primary-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 164 228 / var(--tw-border-opacity));
  border-bottom-color: rgb(253 164 228 / var(--tw-border-opacity));
}

.border-y-primary-300\/0 {
  border-top-color: rgb(253 164 228 / 0);
  border-bottom-color: rgb(253 164 228 / 0);
}

.border-y-primary-300\/10 {
  border-top-color: rgb(253 164 228 / 0.1);
  border-bottom-color: rgb(253 164 228 / 0.1);
}

.border-y-primary-300\/100 {
  border-top-color: rgb(253 164 228 / 1);
  border-bottom-color: rgb(253 164 228 / 1);
}

.border-y-primary-300\/20 {
  border-top-color: rgb(253 164 228 / 0.2);
  border-bottom-color: rgb(253 164 228 / 0.2);
}

.border-y-primary-300\/25 {
  border-top-color: rgb(253 164 228 / 0.25);
  border-bottom-color: rgb(253 164 228 / 0.25);
}

.border-y-primary-300\/30 {
  border-top-color: rgb(253 164 228 / 0.3);
  border-bottom-color: rgb(253 164 228 / 0.3);
}

.border-y-primary-300\/40 {
  border-top-color: rgb(253 164 228 / 0.4);
  border-bottom-color: rgb(253 164 228 / 0.4);
}

.border-y-primary-300\/5 {
  border-top-color: rgb(253 164 228 / 0.05);
  border-bottom-color: rgb(253 164 228 / 0.05);
}

.border-y-primary-300\/50 {
  border-top-color: rgb(253 164 228 / 0.5);
  border-bottom-color: rgb(253 164 228 / 0.5);
}

.border-y-primary-300\/60 {
  border-top-color: rgb(253 164 228 / 0.6);
  border-bottom-color: rgb(253 164 228 / 0.6);
}

.border-y-primary-300\/70 {
  border-top-color: rgb(253 164 228 / 0.7);
  border-bottom-color: rgb(253 164 228 / 0.7);
}

.border-y-primary-300\/75 {
  border-top-color: rgb(253 164 228 / 0.75);
  border-bottom-color: rgb(253 164 228 / 0.75);
}

.border-y-primary-300\/80 {
  border-top-color: rgb(253 164 228 / 0.8);
  border-bottom-color: rgb(253 164 228 / 0.8);
}

.border-y-primary-300\/90 {
  border-top-color: rgb(253 164 228 / 0.9);
  border-bottom-color: rgb(253 164 228 / 0.9);
}

.border-y-primary-300\/95 {
  border-top-color: rgb(253 164 228 / 0.95);
  border-bottom-color: rgb(253 164 228 / 0.95);
}

.border-y-primary-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 108 207 / var(--tw-border-opacity));
  border-bottom-color: rgb(250 108 207 / var(--tw-border-opacity));
}

.border-y-primary-400\/0 {
  border-top-color: rgb(250 108 207 / 0);
  border-bottom-color: rgb(250 108 207 / 0);
}

.border-y-primary-400\/10 {
  border-top-color: rgb(250 108 207 / 0.1);
  border-bottom-color: rgb(250 108 207 / 0.1);
}

.border-y-primary-400\/100 {
  border-top-color: rgb(250 108 207 / 1);
  border-bottom-color: rgb(250 108 207 / 1);
}

.border-y-primary-400\/20 {
  border-top-color: rgb(250 108 207 / 0.2);
  border-bottom-color: rgb(250 108 207 / 0.2);
}

.border-y-primary-400\/25 {
  border-top-color: rgb(250 108 207 / 0.25);
  border-bottom-color: rgb(250 108 207 / 0.25);
}

.border-y-primary-400\/30 {
  border-top-color: rgb(250 108 207 / 0.3);
  border-bottom-color: rgb(250 108 207 / 0.3);
}

.border-y-primary-400\/40 {
  border-top-color: rgb(250 108 207 / 0.4);
  border-bottom-color: rgb(250 108 207 / 0.4);
}

.border-y-primary-400\/5 {
  border-top-color: rgb(250 108 207 / 0.05);
  border-bottom-color: rgb(250 108 207 / 0.05);
}

.border-y-primary-400\/50 {
  border-top-color: rgb(250 108 207 / 0.5);
  border-bottom-color: rgb(250 108 207 / 0.5);
}

.border-y-primary-400\/60 {
  border-top-color: rgb(250 108 207 / 0.6);
  border-bottom-color: rgb(250 108 207 / 0.6);
}

.border-y-primary-400\/70 {
  border-top-color: rgb(250 108 207 / 0.7);
  border-bottom-color: rgb(250 108 207 / 0.7);
}

.border-y-primary-400\/75 {
  border-top-color: rgb(250 108 207 / 0.75);
  border-bottom-color: rgb(250 108 207 / 0.75);
}

.border-y-primary-400\/80 {
  border-top-color: rgb(250 108 207 / 0.8);
  border-bottom-color: rgb(250 108 207 / 0.8);
}

.border-y-primary-400\/90 {
  border-top-color: rgb(250 108 207 / 0.9);
  border-bottom-color: rgb(250 108 207 / 0.9);
}

.border-y-primary-400\/95 {
  border-top-color: rgb(250 108 207 / 0.95);
  border-bottom-color: rgb(250 108 207 / 0.95);
}

.border-y-primary-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 241 250 / var(--tw-border-opacity));
  border-bottom-color: rgb(254 241 250 / var(--tw-border-opacity));
}

.border-y-primary-50\/0 {
  border-top-color: rgb(254 241 250 / 0);
  border-bottom-color: rgb(254 241 250 / 0);
}

.border-y-primary-50\/10 {
  border-top-color: rgb(254 241 250 / 0.1);
  border-bottom-color: rgb(254 241 250 / 0.1);
}

.border-y-primary-50\/100 {
  border-top-color: rgb(254 241 250 / 1);
  border-bottom-color: rgb(254 241 250 / 1);
}

.border-y-primary-50\/20 {
  border-top-color: rgb(254 241 250 / 0.2);
  border-bottom-color: rgb(254 241 250 / 0.2);
}

.border-y-primary-50\/25 {
  border-top-color: rgb(254 241 250 / 0.25);
  border-bottom-color: rgb(254 241 250 / 0.25);
}

.border-y-primary-50\/30 {
  border-top-color: rgb(254 241 250 / 0.3);
  border-bottom-color: rgb(254 241 250 / 0.3);
}

.border-y-primary-50\/40 {
  border-top-color: rgb(254 241 250 / 0.4);
  border-bottom-color: rgb(254 241 250 / 0.4);
}

.border-y-primary-50\/5 {
  border-top-color: rgb(254 241 250 / 0.05);
  border-bottom-color: rgb(254 241 250 / 0.05);
}

.border-y-primary-50\/50 {
  border-top-color: rgb(254 241 250 / 0.5);
  border-bottom-color: rgb(254 241 250 / 0.5);
}

.border-y-primary-50\/60 {
  border-top-color: rgb(254 241 250 / 0.6);
  border-bottom-color: rgb(254 241 250 / 0.6);
}

.border-y-primary-50\/70 {
  border-top-color: rgb(254 241 250 / 0.7);
  border-bottom-color: rgb(254 241 250 / 0.7);
}

.border-y-primary-50\/75 {
  border-top-color: rgb(254 241 250 / 0.75);
  border-bottom-color: rgb(254 241 250 / 0.75);
}

.border-y-primary-50\/80 {
  border-top-color: rgb(254 241 250 / 0.8);
  border-bottom-color: rgb(254 241 250 / 0.8);
}

.border-y-primary-50\/90 {
  border-top-color: rgb(254 241 250 / 0.9);
  border-bottom-color: rgb(254 241 250 / 0.9);
}

.border-y-primary-50\/95 {
  border-top-color: rgb(254 241 250 / 0.95);
  border-bottom-color: rgb(254 241 250 / 0.95);
}

.border-y-primary-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(244 64 185 / var(--tw-border-opacity));
  border-bottom-color: rgb(244 64 185 / var(--tw-border-opacity));
}

.border-y-primary-500\/0 {
  border-top-color: rgb(244 64 185 / 0);
  border-bottom-color: rgb(244 64 185 / 0);
}

.border-y-primary-500\/10 {
  border-top-color: rgb(244 64 185 / 0.1);
  border-bottom-color: rgb(244 64 185 / 0.1);
}

.border-y-primary-500\/100 {
  border-top-color: rgb(244 64 185 / 1);
  border-bottom-color: rgb(244 64 185 / 1);
}

.border-y-primary-500\/20 {
  border-top-color: rgb(244 64 185 / 0.2);
  border-bottom-color: rgb(244 64 185 / 0.2);
}

.border-y-primary-500\/25 {
  border-top-color: rgb(244 64 185 / 0.25);
  border-bottom-color: rgb(244 64 185 / 0.25);
}

.border-y-primary-500\/30 {
  border-top-color: rgb(244 64 185 / 0.3);
  border-bottom-color: rgb(244 64 185 / 0.3);
}

.border-y-primary-500\/40 {
  border-top-color: rgb(244 64 185 / 0.4);
  border-bottom-color: rgb(244 64 185 / 0.4);
}

.border-y-primary-500\/5 {
  border-top-color: rgb(244 64 185 / 0.05);
  border-bottom-color: rgb(244 64 185 / 0.05);
}

.border-y-primary-500\/50 {
  border-top-color: rgb(244 64 185 / 0.5);
  border-bottom-color: rgb(244 64 185 / 0.5);
}

.border-y-primary-500\/60 {
  border-top-color: rgb(244 64 185 / 0.6);
  border-bottom-color: rgb(244 64 185 / 0.6);
}

.border-y-primary-500\/70 {
  border-top-color: rgb(244 64 185 / 0.7);
  border-bottom-color: rgb(244 64 185 / 0.7);
}

.border-y-primary-500\/75 {
  border-top-color: rgb(244 64 185 / 0.75);
  border-bottom-color: rgb(244 64 185 / 0.75);
}

.border-y-primary-500\/80 {
  border-top-color: rgb(244 64 185 / 0.8);
  border-bottom-color: rgb(244 64 185 / 0.8);
}

.border-y-primary-500\/90 {
  border-top-color: rgb(244 64 185 / 0.9);
  border-bottom-color: rgb(244 64 185 / 0.9);
}

.border-y-primary-500\/95 {
  border-top-color: rgb(244 64 185 / 0.95);
  border-bottom-color: rgb(244 64 185 / 0.95);
}

.border-y-primary-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(227 31 153 / var(--tw-border-opacity));
  border-bottom-color: rgb(227 31 153 / var(--tw-border-opacity));
}

.border-y-primary-600\/0 {
  border-top-color: rgb(227 31 153 / 0);
  border-bottom-color: rgb(227 31 153 / 0);
}

.border-y-primary-600\/10 {
  border-top-color: rgb(227 31 153 / 0.1);
  border-bottom-color: rgb(227 31 153 / 0.1);
}

.border-y-primary-600\/100 {
  border-top-color: rgb(227 31 153 / 1);
  border-bottom-color: rgb(227 31 153 / 1);
}

.border-y-primary-600\/20 {
  border-top-color: rgb(227 31 153 / 0.2);
  border-bottom-color: rgb(227 31 153 / 0.2);
}

.border-y-primary-600\/25 {
  border-top-color: rgb(227 31 153 / 0.25);
  border-bottom-color: rgb(227 31 153 / 0.25);
}

.border-y-primary-600\/30 {
  border-top-color: rgb(227 31 153 / 0.3);
  border-bottom-color: rgb(227 31 153 / 0.3);
}

.border-y-primary-600\/40 {
  border-top-color: rgb(227 31 153 / 0.4);
  border-bottom-color: rgb(227 31 153 / 0.4);
}

.border-y-primary-600\/5 {
  border-top-color: rgb(227 31 153 / 0.05);
  border-bottom-color: rgb(227 31 153 / 0.05);
}

.border-y-primary-600\/50 {
  border-top-color: rgb(227 31 153 / 0.5);
  border-bottom-color: rgb(227 31 153 / 0.5);
}

.border-y-primary-600\/60 {
  border-top-color: rgb(227 31 153 / 0.6);
  border-bottom-color: rgb(227 31 153 / 0.6);
}

.border-y-primary-600\/70 {
  border-top-color: rgb(227 31 153 / 0.7);
  border-bottom-color: rgb(227 31 153 / 0.7);
}

.border-y-primary-600\/75 {
  border-top-color: rgb(227 31 153 / 0.75);
  border-bottom-color: rgb(227 31 153 / 0.75);
}

.border-y-primary-600\/80 {
  border-top-color: rgb(227 31 153 / 0.8);
  border-bottom-color: rgb(227 31 153 / 0.8);
}

.border-y-primary-600\/90 {
  border-top-color: rgb(227 31 153 / 0.9);
  border-bottom-color: rgb(227 31 153 / 0.9);
}

.border-y-primary-600\/95 {
  border-top-color: rgb(227 31 153 / 0.95);
  border-bottom-color: rgb(227 31 153 / 0.95);
}

.border-y-primary-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(198 16 124 / var(--tw-border-opacity));
  border-bottom-color: rgb(198 16 124 / var(--tw-border-opacity));
}

.border-y-primary-700\/0 {
  border-top-color: rgb(198 16 124 / 0);
  border-bottom-color: rgb(198 16 124 / 0);
}

.border-y-primary-700\/10 {
  border-top-color: rgb(198 16 124 / 0.1);
  border-bottom-color: rgb(198 16 124 / 0.1);
}

.border-y-primary-700\/100 {
  border-top-color: rgb(198 16 124 / 1);
  border-bottom-color: rgb(198 16 124 / 1);
}

.border-y-primary-700\/20 {
  border-top-color: rgb(198 16 124 / 0.2);
  border-bottom-color: rgb(198 16 124 / 0.2);
}

.border-y-primary-700\/25 {
  border-top-color: rgb(198 16 124 / 0.25);
  border-bottom-color: rgb(198 16 124 / 0.25);
}

.border-y-primary-700\/30 {
  border-top-color: rgb(198 16 124 / 0.3);
  border-bottom-color: rgb(198 16 124 / 0.3);
}

.border-y-primary-700\/40 {
  border-top-color: rgb(198 16 124 / 0.4);
  border-bottom-color: rgb(198 16 124 / 0.4);
}

.border-y-primary-700\/5 {
  border-top-color: rgb(198 16 124 / 0.05);
  border-bottom-color: rgb(198 16 124 / 0.05);
}

.border-y-primary-700\/50 {
  border-top-color: rgb(198 16 124 / 0.5);
  border-bottom-color: rgb(198 16 124 / 0.5);
}

.border-y-primary-700\/60 {
  border-top-color: rgb(198 16 124 / 0.6);
  border-bottom-color: rgb(198 16 124 / 0.6);
}

.border-y-primary-700\/70 {
  border-top-color: rgb(198 16 124 / 0.7);
  border-bottom-color: rgb(198 16 124 / 0.7);
}

.border-y-primary-700\/75 {
  border-top-color: rgb(198 16 124 / 0.75);
  border-bottom-color: rgb(198 16 124 / 0.75);
}

.border-y-primary-700\/80 {
  border-top-color: rgb(198 16 124 / 0.8);
  border-bottom-color: rgb(198 16 124 / 0.8);
}

.border-y-primary-700\/90 {
  border-top-color: rgb(198 16 124 / 0.9);
  border-bottom-color: rgb(198 16 124 / 0.9);
}

.border-y-primary-700\/95 {
  border-top-color: rgb(198 16 124 / 0.95);
  border-bottom-color: rgb(198 16 124 / 0.95);
}

.border-y-primary-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(175 18 109 / var(--tw-border-opacity));
  border-bottom-color: rgb(175 18 109 / var(--tw-border-opacity));
}

.border-y-primary-800\/0 {
  border-top-color: rgb(175 18 109 / 0);
  border-bottom-color: rgb(175 18 109 / 0);
}

.border-y-primary-800\/10 {
  border-top-color: rgb(175 18 109 / 0.1);
  border-bottom-color: rgb(175 18 109 / 0.1);
}

.border-y-primary-800\/100 {
  border-top-color: rgb(175 18 109 / 1);
  border-bottom-color: rgb(175 18 109 / 1);
}

.border-y-primary-800\/20 {
  border-top-color: rgb(175 18 109 / 0.2);
  border-bottom-color: rgb(175 18 109 / 0.2);
}

.border-y-primary-800\/25 {
  border-top-color: rgb(175 18 109 / 0.25);
  border-bottom-color: rgb(175 18 109 / 0.25);
}

.border-y-primary-800\/30 {
  border-top-color: rgb(175 18 109 / 0.3);
  border-bottom-color: rgb(175 18 109 / 0.3);
}

.border-y-primary-800\/40 {
  border-top-color: rgb(175 18 109 / 0.4);
  border-bottom-color: rgb(175 18 109 / 0.4);
}

.border-y-primary-800\/5 {
  border-top-color: rgb(175 18 109 / 0.05);
  border-bottom-color: rgb(175 18 109 / 0.05);
}

.border-y-primary-800\/50 {
  border-top-color: rgb(175 18 109 / 0.5);
  border-bottom-color: rgb(175 18 109 / 0.5);
}

.border-y-primary-800\/60 {
  border-top-color: rgb(175 18 109 / 0.6);
  border-bottom-color: rgb(175 18 109 / 0.6);
}

.border-y-primary-800\/70 {
  border-top-color: rgb(175 18 109 / 0.7);
  border-bottom-color: rgb(175 18 109 / 0.7);
}

.border-y-primary-800\/75 {
  border-top-color: rgb(175 18 109 / 0.75);
  border-bottom-color: rgb(175 18 109 / 0.75);
}

.border-y-primary-800\/80 {
  border-top-color: rgb(175 18 109 / 0.8);
  border-bottom-color: rgb(175 18 109 / 0.8);
}

.border-y-primary-800\/90 {
  border-top-color: rgb(175 18 109 / 0.9);
  border-bottom-color: rgb(175 18 109 / 0.9);
}

.border-y-primary-800\/95 {
  border-top-color: rgb(175 18 109 / 0.95);
  border-bottom-color: rgb(175 18 109 / 0.95);
}

.border-y-primary-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(136 19 87 / var(--tw-border-opacity));
  border-bottom-color: rgb(136 19 87 / var(--tw-border-opacity));
}

.border-y-primary-900\/0 {
  border-top-color: rgb(136 19 87 / 0);
  border-bottom-color: rgb(136 19 87 / 0);
}

.border-y-primary-900\/10 {
  border-top-color: rgb(136 19 87 / 0.1);
  border-bottom-color: rgb(136 19 87 / 0.1);
}

.border-y-primary-900\/100 {
  border-top-color: rgb(136 19 87 / 1);
  border-bottom-color: rgb(136 19 87 / 1);
}

.border-y-primary-900\/20 {
  border-top-color: rgb(136 19 87 / 0.2);
  border-bottom-color: rgb(136 19 87 / 0.2);
}

.border-y-primary-900\/25 {
  border-top-color: rgb(136 19 87 / 0.25);
  border-bottom-color: rgb(136 19 87 / 0.25);
}

.border-y-primary-900\/30 {
  border-top-color: rgb(136 19 87 / 0.3);
  border-bottom-color: rgb(136 19 87 / 0.3);
}

.border-y-primary-900\/40 {
  border-top-color: rgb(136 19 87 / 0.4);
  border-bottom-color: rgb(136 19 87 / 0.4);
}

.border-y-primary-900\/5 {
  border-top-color: rgb(136 19 87 / 0.05);
  border-bottom-color: rgb(136 19 87 / 0.05);
}

.border-y-primary-900\/50 {
  border-top-color: rgb(136 19 87 / 0.5);
  border-bottom-color: rgb(136 19 87 / 0.5);
}

.border-y-primary-900\/60 {
  border-top-color: rgb(136 19 87 / 0.6);
  border-bottom-color: rgb(136 19 87 / 0.6);
}

.border-y-primary-900\/70 {
  border-top-color: rgb(136 19 87 / 0.7);
  border-bottom-color: rgb(136 19 87 / 0.7);
}

.border-y-primary-900\/75 {
  border-top-color: rgb(136 19 87 / 0.75);
  border-bottom-color: rgb(136 19 87 / 0.75);
}

.border-y-primary-900\/80 {
  border-top-color: rgb(136 19 87 / 0.8);
  border-bottom-color: rgb(136 19 87 / 0.8);
}

.border-y-primary-900\/90 {
  border-top-color: rgb(136 19 87 / 0.9);
  border-bottom-color: rgb(136 19 87 / 0.9);
}

.border-y-primary-900\/95 {
  border-top-color: rgb(136 19 87 / 0.95);
  border-bottom-color: rgb(136 19 87 / 0.95);
}

.border-y-primary\/0 {
  border-top-color: rgb(175 18 109 / 0);
  border-bottom-color: rgb(175 18 109 / 0);
}

.border-y-primary\/10 {
  border-top-color: rgb(175 18 109 / 0.1);
  border-bottom-color: rgb(175 18 109 / 0.1);
}

.border-y-primary\/100 {
  border-top-color: rgb(175 18 109 / 1);
  border-bottom-color: rgb(175 18 109 / 1);
}

.border-y-primary\/20 {
  border-top-color: rgb(175 18 109 / 0.2);
  border-bottom-color: rgb(175 18 109 / 0.2);
}

.border-y-primary\/25 {
  border-top-color: rgb(175 18 109 / 0.25);
  border-bottom-color: rgb(175 18 109 / 0.25);
}

.border-y-primary\/30 {
  border-top-color: rgb(175 18 109 / 0.3);
  border-bottom-color: rgb(175 18 109 / 0.3);
}

.border-y-primary\/40 {
  border-top-color: rgb(175 18 109 / 0.4);
  border-bottom-color: rgb(175 18 109 / 0.4);
}

.border-y-primary\/5 {
  border-top-color: rgb(175 18 109 / 0.05);
  border-bottom-color: rgb(175 18 109 / 0.05);
}

.border-y-primary\/50 {
  border-top-color: rgb(175 18 109 / 0.5);
  border-bottom-color: rgb(175 18 109 / 0.5);
}

.border-y-primary\/60 {
  border-top-color: rgb(175 18 109 / 0.6);
  border-bottom-color: rgb(175 18 109 / 0.6);
}

.border-y-primary\/70 {
  border-top-color: rgb(175 18 109 / 0.7);
  border-bottom-color: rgb(175 18 109 / 0.7);
}

.border-y-primary\/75 {
  border-top-color: rgb(175 18 109 / 0.75);
  border-bottom-color: rgb(175 18 109 / 0.75);
}

.border-y-primary\/80 {
  border-top-color: rgb(175 18 109 / 0.8);
  border-bottom-color: rgb(175 18 109 / 0.8);
}

.border-y-primary\/90 {
  border-top-color: rgb(175 18 109 / 0.9);
  border-bottom-color: rgb(175 18 109 / 0.9);
}

.border-y-primary\/95 {
  border-top-color: rgb(175 18 109 / 0.95);
  border-bottom-color: rgb(175 18 109 / 0.95);
}

.border-y-purple {
  --tw-border-opacity: 1;
  border-top-color: rgb(108 72 145 / var(--tw-border-opacity));
  border-bottom-color: rgb(108 72 145 / var(--tw-border-opacity));
}

.border-y-purple-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(242 238 249 / var(--tw-border-opacity));
  border-bottom-color: rgb(242 238 249 / var(--tw-border-opacity));
}

.border-y-purple-100\/0 {
  border-top-color: rgb(242 238 249 / 0);
  border-bottom-color: rgb(242 238 249 / 0);
}

.border-y-purple-100\/10 {
  border-top-color: rgb(242 238 249 / 0.1);
  border-bottom-color: rgb(242 238 249 / 0.1);
}

.border-y-purple-100\/100 {
  border-top-color: rgb(242 238 249 / 1);
  border-bottom-color: rgb(242 238 249 / 1);
}

.border-y-purple-100\/20 {
  border-top-color: rgb(242 238 249 / 0.2);
  border-bottom-color: rgb(242 238 249 / 0.2);
}

.border-y-purple-100\/25 {
  border-top-color: rgb(242 238 249 / 0.25);
  border-bottom-color: rgb(242 238 249 / 0.25);
}

.border-y-purple-100\/30 {
  border-top-color: rgb(242 238 249 / 0.3);
  border-bottom-color: rgb(242 238 249 / 0.3);
}

.border-y-purple-100\/40 {
  border-top-color: rgb(242 238 249 / 0.4);
  border-bottom-color: rgb(242 238 249 / 0.4);
}

.border-y-purple-100\/5 {
  border-top-color: rgb(242 238 249 / 0.05);
  border-bottom-color: rgb(242 238 249 / 0.05);
}

.border-y-purple-100\/50 {
  border-top-color: rgb(242 238 249 / 0.5);
  border-bottom-color: rgb(242 238 249 / 0.5);
}

.border-y-purple-100\/60 {
  border-top-color: rgb(242 238 249 / 0.6);
  border-bottom-color: rgb(242 238 249 / 0.6);
}

.border-y-purple-100\/70 {
  border-top-color: rgb(242 238 249 / 0.7);
  border-bottom-color: rgb(242 238 249 / 0.7);
}

.border-y-purple-100\/75 {
  border-top-color: rgb(242 238 249 / 0.75);
  border-bottom-color: rgb(242 238 249 / 0.75);
}

.border-y-purple-100\/80 {
  border-top-color: rgb(242 238 249 / 0.8);
  border-bottom-color: rgb(242 238 249 / 0.8);
}

.border-y-purple-100\/90 {
  border-top-color: rgb(242 238 249 / 0.9);
  border-bottom-color: rgb(242 238 249 / 0.9);
}

.border-y-purple-100\/95 {
  border-top-color: rgb(242 238 249 / 0.95);
  border-bottom-color: rgb(242 238 249 / 0.95);
}

.border-y-purple-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(232 223 245 / var(--tw-border-opacity));
  border-bottom-color: rgb(232 223 245 / var(--tw-border-opacity));
}

.border-y-purple-200\/0 {
  border-top-color: rgb(232 223 245 / 0);
  border-bottom-color: rgb(232 223 245 / 0);
}

.border-y-purple-200\/10 {
  border-top-color: rgb(232 223 245 / 0.1);
  border-bottom-color: rgb(232 223 245 / 0.1);
}

.border-y-purple-200\/100 {
  border-top-color: rgb(232 223 245 / 1);
  border-bottom-color: rgb(232 223 245 / 1);
}

.border-y-purple-200\/20 {
  border-top-color: rgb(232 223 245 / 0.2);
  border-bottom-color: rgb(232 223 245 / 0.2);
}

.border-y-purple-200\/25 {
  border-top-color: rgb(232 223 245 / 0.25);
  border-bottom-color: rgb(232 223 245 / 0.25);
}

.border-y-purple-200\/30 {
  border-top-color: rgb(232 223 245 / 0.3);
  border-bottom-color: rgb(232 223 245 / 0.3);
}

.border-y-purple-200\/40 {
  border-top-color: rgb(232 223 245 / 0.4);
  border-bottom-color: rgb(232 223 245 / 0.4);
}

.border-y-purple-200\/5 {
  border-top-color: rgb(232 223 245 / 0.05);
  border-bottom-color: rgb(232 223 245 / 0.05);
}

.border-y-purple-200\/50 {
  border-top-color: rgb(232 223 245 / 0.5);
  border-bottom-color: rgb(232 223 245 / 0.5);
}

.border-y-purple-200\/60 {
  border-top-color: rgb(232 223 245 / 0.6);
  border-bottom-color: rgb(232 223 245 / 0.6);
}

.border-y-purple-200\/70 {
  border-top-color: rgb(232 223 245 / 0.7);
  border-bottom-color: rgb(232 223 245 / 0.7);
}

.border-y-purple-200\/75 {
  border-top-color: rgb(232 223 245 / 0.75);
  border-bottom-color: rgb(232 223 245 / 0.75);
}

.border-y-purple-200\/80 {
  border-top-color: rgb(232 223 245 / 0.8);
  border-bottom-color: rgb(232 223 245 / 0.8);
}

.border-y-purple-200\/90 {
  border-top-color: rgb(232 223 245 / 0.9);
  border-bottom-color: rgb(232 223 245 / 0.9);
}

.border-y-purple-200\/95 {
  border-top-color: rgb(232 223 245 / 0.95);
  border-bottom-color: rgb(232 223 245 / 0.95);
}

.border-y-purple-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(214 198 236 / var(--tw-border-opacity));
  border-bottom-color: rgb(214 198 236 / var(--tw-border-opacity));
}

.border-y-purple-300\/0 {
  border-top-color: rgb(214 198 236 / 0);
  border-bottom-color: rgb(214 198 236 / 0);
}

.border-y-purple-300\/10 {
  border-top-color: rgb(214 198 236 / 0.1);
  border-bottom-color: rgb(214 198 236 / 0.1);
}

.border-y-purple-300\/100 {
  border-top-color: rgb(214 198 236 / 1);
  border-bottom-color: rgb(214 198 236 / 1);
}

.border-y-purple-300\/20 {
  border-top-color: rgb(214 198 236 / 0.2);
  border-bottom-color: rgb(214 198 236 / 0.2);
}

.border-y-purple-300\/25 {
  border-top-color: rgb(214 198 236 / 0.25);
  border-bottom-color: rgb(214 198 236 / 0.25);
}

.border-y-purple-300\/30 {
  border-top-color: rgb(214 198 236 / 0.3);
  border-bottom-color: rgb(214 198 236 / 0.3);
}

.border-y-purple-300\/40 {
  border-top-color: rgb(214 198 236 / 0.4);
  border-bottom-color: rgb(214 198 236 / 0.4);
}

.border-y-purple-300\/5 {
  border-top-color: rgb(214 198 236 / 0.05);
  border-bottom-color: rgb(214 198 236 / 0.05);
}

.border-y-purple-300\/50 {
  border-top-color: rgb(214 198 236 / 0.5);
  border-bottom-color: rgb(214 198 236 / 0.5);
}

.border-y-purple-300\/60 {
  border-top-color: rgb(214 198 236 / 0.6);
  border-bottom-color: rgb(214 198 236 / 0.6);
}

.border-y-purple-300\/70 {
  border-top-color: rgb(214 198 236 / 0.7);
  border-bottom-color: rgb(214 198 236 / 0.7);
}

.border-y-purple-300\/75 {
  border-top-color: rgb(214 198 236 / 0.75);
  border-bottom-color: rgb(214 198 236 / 0.75);
}

.border-y-purple-300\/80 {
  border-top-color: rgb(214 198 236 / 0.8);
  border-bottom-color: rgb(214 198 236 / 0.8);
}

.border-y-purple-300\/90 {
  border-top-color: rgb(214 198 236 / 0.9);
  border-bottom-color: rgb(214 198 236 / 0.9);
}

.border-y-purple-300\/95 {
  border-top-color: rgb(214 198 236 / 0.95);
  border-bottom-color: rgb(214 198 236 / 0.95);
}

.border-y-purple-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(189 162 222 / var(--tw-border-opacity));
  border-bottom-color: rgb(189 162 222 / var(--tw-border-opacity));
}

.border-y-purple-400\/0 {
  border-top-color: rgb(189 162 222 / 0);
  border-bottom-color: rgb(189 162 222 / 0);
}

.border-y-purple-400\/10 {
  border-top-color: rgb(189 162 222 / 0.1);
  border-bottom-color: rgb(189 162 222 / 0.1);
}

.border-y-purple-400\/100 {
  border-top-color: rgb(189 162 222 / 1);
  border-bottom-color: rgb(189 162 222 / 1);
}

.border-y-purple-400\/20 {
  border-top-color: rgb(189 162 222 / 0.2);
  border-bottom-color: rgb(189 162 222 / 0.2);
}

.border-y-purple-400\/25 {
  border-top-color: rgb(189 162 222 / 0.25);
  border-bottom-color: rgb(189 162 222 / 0.25);
}

.border-y-purple-400\/30 {
  border-top-color: rgb(189 162 222 / 0.3);
  border-bottom-color: rgb(189 162 222 / 0.3);
}

.border-y-purple-400\/40 {
  border-top-color: rgb(189 162 222 / 0.4);
  border-bottom-color: rgb(189 162 222 / 0.4);
}

.border-y-purple-400\/5 {
  border-top-color: rgb(189 162 222 / 0.05);
  border-bottom-color: rgb(189 162 222 / 0.05);
}

.border-y-purple-400\/50 {
  border-top-color: rgb(189 162 222 / 0.5);
  border-bottom-color: rgb(189 162 222 / 0.5);
}

.border-y-purple-400\/60 {
  border-top-color: rgb(189 162 222 / 0.6);
  border-bottom-color: rgb(189 162 222 / 0.6);
}

.border-y-purple-400\/70 {
  border-top-color: rgb(189 162 222 / 0.7);
  border-bottom-color: rgb(189 162 222 / 0.7);
}

.border-y-purple-400\/75 {
  border-top-color: rgb(189 162 222 / 0.75);
  border-bottom-color: rgb(189 162 222 / 0.75);
}

.border-y-purple-400\/80 {
  border-top-color: rgb(189 162 222 / 0.8);
  border-bottom-color: rgb(189 162 222 / 0.8);
}

.border-y-purple-400\/90 {
  border-top-color: rgb(189 162 222 / 0.9);
  border-bottom-color: rgb(189 162 222 / 0.9);
}

.border-y-purple-400\/95 {
  border-top-color: rgb(189 162 222 / 0.95);
  border-bottom-color: rgb(189 162 222 / 0.95);
}

.border-y-purple-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 247 253 / var(--tw-border-opacity));
  border-bottom-color: rgb(250 247 253 / var(--tw-border-opacity));
}

.border-y-purple-50\/0 {
  border-top-color: rgb(250 247 253 / 0);
  border-bottom-color: rgb(250 247 253 / 0);
}

.border-y-purple-50\/10 {
  border-top-color: rgb(250 247 253 / 0.1);
  border-bottom-color: rgb(250 247 253 / 0.1);
}

.border-y-purple-50\/100 {
  border-top-color: rgb(250 247 253 / 1);
  border-bottom-color: rgb(250 247 253 / 1);
}

.border-y-purple-50\/20 {
  border-top-color: rgb(250 247 253 / 0.2);
  border-bottom-color: rgb(250 247 253 / 0.2);
}

.border-y-purple-50\/25 {
  border-top-color: rgb(250 247 253 / 0.25);
  border-bottom-color: rgb(250 247 253 / 0.25);
}

.border-y-purple-50\/30 {
  border-top-color: rgb(250 247 253 / 0.3);
  border-bottom-color: rgb(250 247 253 / 0.3);
}

.border-y-purple-50\/40 {
  border-top-color: rgb(250 247 253 / 0.4);
  border-bottom-color: rgb(250 247 253 / 0.4);
}

.border-y-purple-50\/5 {
  border-top-color: rgb(250 247 253 / 0.05);
  border-bottom-color: rgb(250 247 253 / 0.05);
}

.border-y-purple-50\/50 {
  border-top-color: rgb(250 247 253 / 0.5);
  border-bottom-color: rgb(250 247 253 / 0.5);
}

.border-y-purple-50\/60 {
  border-top-color: rgb(250 247 253 / 0.6);
  border-bottom-color: rgb(250 247 253 / 0.6);
}

.border-y-purple-50\/70 {
  border-top-color: rgb(250 247 253 / 0.7);
  border-bottom-color: rgb(250 247 253 / 0.7);
}

.border-y-purple-50\/75 {
  border-top-color: rgb(250 247 253 / 0.75);
  border-bottom-color: rgb(250 247 253 / 0.75);
}

.border-y-purple-50\/80 {
  border-top-color: rgb(250 247 253 / 0.8);
  border-bottom-color: rgb(250 247 253 / 0.8);
}

.border-y-purple-50\/90 {
  border-top-color: rgb(250 247 253 / 0.9);
  border-bottom-color: rgb(250 247 253 / 0.9);
}

.border-y-purple-50\/95 {
  border-top-color: rgb(250 247 253 / 0.95);
  border-bottom-color: rgb(250 247 253 / 0.95);
}

.border-y-purple-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(162 125 207 / var(--tw-border-opacity));
  border-bottom-color: rgb(162 125 207 / var(--tw-border-opacity));
}

.border-y-purple-500\/0 {
  border-top-color: rgb(162 125 207 / 0);
  border-bottom-color: rgb(162 125 207 / 0);
}

.border-y-purple-500\/10 {
  border-top-color: rgb(162 125 207 / 0.1);
  border-bottom-color: rgb(162 125 207 / 0.1);
}

.border-y-purple-500\/100 {
  border-top-color: rgb(162 125 207 / 1);
  border-bottom-color: rgb(162 125 207 / 1);
}

.border-y-purple-500\/20 {
  border-top-color: rgb(162 125 207 / 0.2);
  border-bottom-color: rgb(162 125 207 / 0.2);
}

.border-y-purple-500\/25 {
  border-top-color: rgb(162 125 207 / 0.25);
  border-bottom-color: rgb(162 125 207 / 0.25);
}

.border-y-purple-500\/30 {
  border-top-color: rgb(162 125 207 / 0.3);
  border-bottom-color: rgb(162 125 207 / 0.3);
}

.border-y-purple-500\/40 {
  border-top-color: rgb(162 125 207 / 0.4);
  border-bottom-color: rgb(162 125 207 / 0.4);
}

.border-y-purple-500\/5 {
  border-top-color: rgb(162 125 207 / 0.05);
  border-bottom-color: rgb(162 125 207 / 0.05);
}

.border-y-purple-500\/50 {
  border-top-color: rgb(162 125 207 / 0.5);
  border-bottom-color: rgb(162 125 207 / 0.5);
}

.border-y-purple-500\/60 {
  border-top-color: rgb(162 125 207 / 0.6);
  border-bottom-color: rgb(162 125 207 / 0.6);
}

.border-y-purple-500\/70 {
  border-top-color: rgb(162 125 207 / 0.7);
  border-bottom-color: rgb(162 125 207 / 0.7);
}

.border-y-purple-500\/75 {
  border-top-color: rgb(162 125 207 / 0.75);
  border-bottom-color: rgb(162 125 207 / 0.75);
}

.border-y-purple-500\/80 {
  border-top-color: rgb(162 125 207 / 0.8);
  border-bottom-color: rgb(162 125 207 / 0.8);
}

.border-y-purple-500\/90 {
  border-top-color: rgb(162 125 207 / 0.9);
  border-bottom-color: rgb(162 125 207 / 0.9);
}

.border-y-purple-500\/95 {
  border-top-color: rgb(162 125 207 / 0.95);
  border-bottom-color: rgb(162 125 207 / 0.95);
}

.border-y-purple-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(140 97 188 / var(--tw-border-opacity));
  border-bottom-color: rgb(140 97 188 / var(--tw-border-opacity));
}

.border-y-purple-600\/0 {
  border-top-color: rgb(140 97 188 / 0);
  border-bottom-color: rgb(140 97 188 / 0);
}

.border-y-purple-600\/10 {
  border-top-color: rgb(140 97 188 / 0.1);
  border-bottom-color: rgb(140 97 188 / 0.1);
}

.border-y-purple-600\/100 {
  border-top-color: rgb(140 97 188 / 1);
  border-bottom-color: rgb(140 97 188 / 1);
}

.border-y-purple-600\/20 {
  border-top-color: rgb(140 97 188 / 0.2);
  border-bottom-color: rgb(140 97 188 / 0.2);
}

.border-y-purple-600\/25 {
  border-top-color: rgb(140 97 188 / 0.25);
  border-bottom-color: rgb(140 97 188 / 0.25);
}

.border-y-purple-600\/30 {
  border-top-color: rgb(140 97 188 / 0.3);
  border-bottom-color: rgb(140 97 188 / 0.3);
}

.border-y-purple-600\/40 {
  border-top-color: rgb(140 97 188 / 0.4);
  border-bottom-color: rgb(140 97 188 / 0.4);
}

.border-y-purple-600\/5 {
  border-top-color: rgb(140 97 188 / 0.05);
  border-bottom-color: rgb(140 97 188 / 0.05);
}

.border-y-purple-600\/50 {
  border-top-color: rgb(140 97 188 / 0.5);
  border-bottom-color: rgb(140 97 188 / 0.5);
}

.border-y-purple-600\/60 {
  border-top-color: rgb(140 97 188 / 0.6);
  border-bottom-color: rgb(140 97 188 / 0.6);
}

.border-y-purple-600\/70 {
  border-top-color: rgb(140 97 188 / 0.7);
  border-bottom-color: rgb(140 97 188 / 0.7);
}

.border-y-purple-600\/75 {
  border-top-color: rgb(140 97 188 / 0.75);
  border-bottom-color: rgb(140 97 188 / 0.75);
}

.border-y-purple-600\/80 {
  border-top-color: rgb(140 97 188 / 0.8);
  border-bottom-color: rgb(140 97 188 / 0.8);
}

.border-y-purple-600\/90 {
  border-top-color: rgb(140 97 188 / 0.9);
  border-bottom-color: rgb(140 97 188 / 0.9);
}

.border-y-purple-600\/95 {
  border-top-color: rgb(140 97 188 / 0.95);
  border-bottom-color: rgb(140 97 188 / 0.95);
}

.border-y-purple-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(118 77 163 / var(--tw-border-opacity));
  border-bottom-color: rgb(118 77 163 / var(--tw-border-opacity));
}

.border-y-purple-700\/0 {
  border-top-color: rgb(118 77 163 / 0);
  border-bottom-color: rgb(118 77 163 / 0);
}

.border-y-purple-700\/10 {
  border-top-color: rgb(118 77 163 / 0.1);
  border-bottom-color: rgb(118 77 163 / 0.1);
}

.border-y-purple-700\/100 {
  border-top-color: rgb(118 77 163 / 1);
  border-bottom-color: rgb(118 77 163 / 1);
}

.border-y-purple-700\/20 {
  border-top-color: rgb(118 77 163 / 0.2);
  border-bottom-color: rgb(118 77 163 / 0.2);
}

.border-y-purple-700\/25 {
  border-top-color: rgb(118 77 163 / 0.25);
  border-bottom-color: rgb(118 77 163 / 0.25);
}

.border-y-purple-700\/30 {
  border-top-color: rgb(118 77 163 / 0.3);
  border-bottom-color: rgb(118 77 163 / 0.3);
}

.border-y-purple-700\/40 {
  border-top-color: rgb(118 77 163 / 0.4);
  border-bottom-color: rgb(118 77 163 / 0.4);
}

.border-y-purple-700\/5 {
  border-top-color: rgb(118 77 163 / 0.05);
  border-bottom-color: rgb(118 77 163 / 0.05);
}

.border-y-purple-700\/50 {
  border-top-color: rgb(118 77 163 / 0.5);
  border-bottom-color: rgb(118 77 163 / 0.5);
}

.border-y-purple-700\/60 {
  border-top-color: rgb(118 77 163 / 0.6);
  border-bottom-color: rgb(118 77 163 / 0.6);
}

.border-y-purple-700\/70 {
  border-top-color: rgb(118 77 163 / 0.7);
  border-bottom-color: rgb(118 77 163 / 0.7);
}

.border-y-purple-700\/75 {
  border-top-color: rgb(118 77 163 / 0.75);
  border-bottom-color: rgb(118 77 163 / 0.75);
}

.border-y-purple-700\/80 {
  border-top-color: rgb(118 77 163 / 0.8);
  border-bottom-color: rgb(118 77 163 / 0.8);
}

.border-y-purple-700\/90 {
  border-top-color: rgb(118 77 163 / 0.9);
  border-bottom-color: rgb(118 77 163 / 0.9);
}

.border-y-purple-700\/95 {
  border-top-color: rgb(118 77 163 / 0.95);
  border-bottom-color: rgb(118 77 163 / 0.95);
}

.border-y-purple-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(108 72 145 / var(--tw-border-opacity));
  border-bottom-color: rgb(108 72 145 / var(--tw-border-opacity));
}

.border-y-purple-800\/0 {
  border-top-color: rgb(108 72 145 / 0);
  border-bottom-color: rgb(108 72 145 / 0);
}

.border-y-purple-800\/10 {
  border-top-color: rgb(108 72 145 / 0.1);
  border-bottom-color: rgb(108 72 145 / 0.1);
}

.border-y-purple-800\/100 {
  border-top-color: rgb(108 72 145 / 1);
  border-bottom-color: rgb(108 72 145 / 1);
}

.border-y-purple-800\/20 {
  border-top-color: rgb(108 72 145 / 0.2);
  border-bottom-color: rgb(108 72 145 / 0.2);
}

.border-y-purple-800\/25 {
  border-top-color: rgb(108 72 145 / 0.25);
  border-bottom-color: rgb(108 72 145 / 0.25);
}

.border-y-purple-800\/30 {
  border-top-color: rgb(108 72 145 / 0.3);
  border-bottom-color: rgb(108 72 145 / 0.3);
}

.border-y-purple-800\/40 {
  border-top-color: rgb(108 72 145 / 0.4);
  border-bottom-color: rgb(108 72 145 / 0.4);
}

.border-y-purple-800\/5 {
  border-top-color: rgb(108 72 145 / 0.05);
  border-bottom-color: rgb(108 72 145 / 0.05);
}

.border-y-purple-800\/50 {
  border-top-color: rgb(108 72 145 / 0.5);
  border-bottom-color: rgb(108 72 145 / 0.5);
}

.border-y-purple-800\/60 {
  border-top-color: rgb(108 72 145 / 0.6);
  border-bottom-color: rgb(108 72 145 / 0.6);
}

.border-y-purple-800\/70 {
  border-top-color: rgb(108 72 145 / 0.7);
  border-bottom-color: rgb(108 72 145 / 0.7);
}

.border-y-purple-800\/75 {
  border-top-color: rgb(108 72 145 / 0.75);
  border-bottom-color: rgb(108 72 145 / 0.75);
}

.border-y-purple-800\/80 {
  border-top-color: rgb(108 72 145 / 0.8);
  border-bottom-color: rgb(108 72 145 / 0.8);
}

.border-y-purple-800\/90 {
  border-top-color: rgb(108 72 145 / 0.9);
  border-bottom-color: rgb(108 72 145 / 0.9);
}

.border-y-purple-800\/95 {
  border-top-color: rgb(108 72 145 / 0.95);
  border-bottom-color: rgb(108 72 145 / 0.95);
}

.border-y-purple-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(82 55 108 / var(--tw-border-opacity));
  border-bottom-color: rgb(82 55 108 / var(--tw-border-opacity));
}

.border-y-purple-900\/0 {
  border-top-color: rgb(82 55 108 / 0);
  border-bottom-color: rgb(82 55 108 / 0);
}

.border-y-purple-900\/10 {
  border-top-color: rgb(82 55 108 / 0.1);
  border-bottom-color: rgb(82 55 108 / 0.1);
}

.border-y-purple-900\/100 {
  border-top-color: rgb(82 55 108 / 1);
  border-bottom-color: rgb(82 55 108 / 1);
}

.border-y-purple-900\/20 {
  border-top-color: rgb(82 55 108 / 0.2);
  border-bottom-color: rgb(82 55 108 / 0.2);
}

.border-y-purple-900\/25 {
  border-top-color: rgb(82 55 108 / 0.25);
  border-bottom-color: rgb(82 55 108 / 0.25);
}

.border-y-purple-900\/30 {
  border-top-color: rgb(82 55 108 / 0.3);
  border-bottom-color: rgb(82 55 108 / 0.3);
}

.border-y-purple-900\/40 {
  border-top-color: rgb(82 55 108 / 0.4);
  border-bottom-color: rgb(82 55 108 / 0.4);
}

.border-y-purple-900\/5 {
  border-top-color: rgb(82 55 108 / 0.05);
  border-bottom-color: rgb(82 55 108 / 0.05);
}

.border-y-purple-900\/50 {
  border-top-color: rgb(82 55 108 / 0.5);
  border-bottom-color: rgb(82 55 108 / 0.5);
}

.border-y-purple-900\/60 {
  border-top-color: rgb(82 55 108 / 0.6);
  border-bottom-color: rgb(82 55 108 / 0.6);
}

.border-y-purple-900\/70 {
  border-top-color: rgb(82 55 108 / 0.7);
  border-bottom-color: rgb(82 55 108 / 0.7);
}

.border-y-purple-900\/75 {
  border-top-color: rgb(82 55 108 / 0.75);
  border-bottom-color: rgb(82 55 108 / 0.75);
}

.border-y-purple-900\/80 {
  border-top-color: rgb(82 55 108 / 0.8);
  border-bottom-color: rgb(82 55 108 / 0.8);
}

.border-y-purple-900\/90 {
  border-top-color: rgb(82 55 108 / 0.9);
  border-bottom-color: rgb(82 55 108 / 0.9);
}

.border-y-purple-900\/95 {
  border-top-color: rgb(82 55 108 / 0.95);
  border-bottom-color: rgb(82 55 108 / 0.95);
}

.border-y-purple-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(53 30 77 / var(--tw-border-opacity));
  border-bottom-color: rgb(53 30 77 / var(--tw-border-opacity));
}

.border-y-purple-950\/0 {
  border-top-color: rgb(53 30 77 / 0);
  border-bottom-color: rgb(53 30 77 / 0);
}

.border-y-purple-950\/10 {
  border-top-color: rgb(53 30 77 / 0.1);
  border-bottom-color: rgb(53 30 77 / 0.1);
}

.border-y-purple-950\/100 {
  border-top-color: rgb(53 30 77 / 1);
  border-bottom-color: rgb(53 30 77 / 1);
}

.border-y-purple-950\/20 {
  border-top-color: rgb(53 30 77 / 0.2);
  border-bottom-color: rgb(53 30 77 / 0.2);
}

.border-y-purple-950\/25 {
  border-top-color: rgb(53 30 77 / 0.25);
  border-bottom-color: rgb(53 30 77 / 0.25);
}

.border-y-purple-950\/30 {
  border-top-color: rgb(53 30 77 / 0.3);
  border-bottom-color: rgb(53 30 77 / 0.3);
}

.border-y-purple-950\/40 {
  border-top-color: rgb(53 30 77 / 0.4);
  border-bottom-color: rgb(53 30 77 / 0.4);
}

.border-y-purple-950\/5 {
  border-top-color: rgb(53 30 77 / 0.05);
  border-bottom-color: rgb(53 30 77 / 0.05);
}

.border-y-purple-950\/50 {
  border-top-color: rgb(53 30 77 / 0.5);
  border-bottom-color: rgb(53 30 77 / 0.5);
}

.border-y-purple-950\/60 {
  border-top-color: rgb(53 30 77 / 0.6);
  border-bottom-color: rgb(53 30 77 / 0.6);
}

.border-y-purple-950\/70 {
  border-top-color: rgb(53 30 77 / 0.7);
  border-bottom-color: rgb(53 30 77 / 0.7);
}

.border-y-purple-950\/75 {
  border-top-color: rgb(53 30 77 / 0.75);
  border-bottom-color: rgb(53 30 77 / 0.75);
}

.border-y-purple-950\/80 {
  border-top-color: rgb(53 30 77 / 0.8);
  border-bottom-color: rgb(53 30 77 / 0.8);
}

.border-y-purple-950\/90 {
  border-top-color: rgb(53 30 77 / 0.9);
  border-bottom-color: rgb(53 30 77 / 0.9);
}

.border-y-purple-950\/95 {
  border-top-color: rgb(53 30 77 / 0.95);
  border-bottom-color: rgb(53 30 77 / 0.95);
}

.border-y-purple\/0 {
  border-top-color: rgb(108 72 145 / 0);
  border-bottom-color: rgb(108 72 145 / 0);
}

.border-y-purple\/10 {
  border-top-color: rgb(108 72 145 / 0.1);
  border-bottom-color: rgb(108 72 145 / 0.1);
}

.border-y-purple\/100 {
  border-top-color: rgb(108 72 145 / 1);
  border-bottom-color: rgb(108 72 145 / 1);
}

.border-y-purple\/20 {
  border-top-color: rgb(108 72 145 / 0.2);
  border-bottom-color: rgb(108 72 145 / 0.2);
}

.border-y-purple\/25 {
  border-top-color: rgb(108 72 145 / 0.25);
  border-bottom-color: rgb(108 72 145 / 0.25);
}

.border-y-purple\/30 {
  border-top-color: rgb(108 72 145 / 0.3);
  border-bottom-color: rgb(108 72 145 / 0.3);
}

.border-y-purple\/40 {
  border-top-color: rgb(108 72 145 / 0.4);
  border-bottom-color: rgb(108 72 145 / 0.4);
}

.border-y-purple\/5 {
  border-top-color: rgb(108 72 145 / 0.05);
  border-bottom-color: rgb(108 72 145 / 0.05);
}

.border-y-purple\/50 {
  border-top-color: rgb(108 72 145 / 0.5);
  border-bottom-color: rgb(108 72 145 / 0.5);
}

.border-y-purple\/60 {
  border-top-color: rgb(108 72 145 / 0.6);
  border-bottom-color: rgb(108 72 145 / 0.6);
}

.border-y-purple\/70 {
  border-top-color: rgb(108 72 145 / 0.7);
  border-bottom-color: rgb(108 72 145 / 0.7);
}

.border-y-purple\/75 {
  border-top-color: rgb(108 72 145 / 0.75);
  border-bottom-color: rgb(108 72 145 / 0.75);
}

.border-y-purple\/80 {
  border-top-color: rgb(108 72 145 / 0.8);
  border-bottom-color: rgb(108 72 145 / 0.8);
}

.border-y-purple\/90 {
  border-top-color: rgb(108 72 145 / 0.9);
  border-bottom-color: rgb(108 72 145 / 0.9);
}

.border-y-purple\/95 {
  border-top-color: rgb(108 72 145 / 0.95);
  border-bottom-color: rgb(108 72 145 / 0.95);
}

.border-y-red {
  --tw-border-opacity: 1;
  border-top-color: rgb(225 51 22 / var(--tw-border-opacity));
  border-bottom-color: rgb(225 51 22 / var(--tw-border-opacity));
}

.border-y-red-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(246 176 164 / var(--tw-border-opacity));
  border-bottom-color: rgb(246 176 164 / var(--tw-border-opacity));
}

.border-y-red-100\/0 {
  border-top-color: rgb(246 176 164 / 0);
  border-bottom-color: rgb(246 176 164 / 0);
}

.border-y-red-100\/10 {
  border-top-color: rgb(246 176 164 / 0.1);
  border-bottom-color: rgb(246 176 164 / 0.1);
}

.border-y-red-100\/100 {
  border-top-color: rgb(246 176 164 / 1);
  border-bottom-color: rgb(246 176 164 / 1);
}

.border-y-red-100\/20 {
  border-top-color: rgb(246 176 164 / 0.2);
  border-bottom-color: rgb(246 176 164 / 0.2);
}

.border-y-red-100\/25 {
  border-top-color: rgb(246 176 164 / 0.25);
  border-bottom-color: rgb(246 176 164 / 0.25);
}

.border-y-red-100\/30 {
  border-top-color: rgb(246 176 164 / 0.3);
  border-bottom-color: rgb(246 176 164 / 0.3);
}

.border-y-red-100\/40 {
  border-top-color: rgb(246 176 164 / 0.4);
  border-bottom-color: rgb(246 176 164 / 0.4);
}

.border-y-red-100\/5 {
  border-top-color: rgb(246 176 164 / 0.05);
  border-bottom-color: rgb(246 176 164 / 0.05);
}

.border-y-red-100\/50 {
  border-top-color: rgb(246 176 164 / 0.5);
  border-bottom-color: rgb(246 176 164 / 0.5);
}

.border-y-red-100\/60 {
  border-top-color: rgb(246 176 164 / 0.6);
  border-bottom-color: rgb(246 176 164 / 0.6);
}

.border-y-red-100\/70 {
  border-top-color: rgb(246 176 164 / 0.7);
  border-bottom-color: rgb(246 176 164 / 0.7);
}

.border-y-red-100\/75 {
  border-top-color: rgb(246 176 164 / 0.75);
  border-bottom-color: rgb(246 176 164 / 0.75);
}

.border-y-red-100\/80 {
  border-top-color: rgb(246 176 164 / 0.8);
  border-bottom-color: rgb(246 176 164 / 0.8);
}

.border-y-red-100\/90 {
  border-top-color: rgb(246 176 164 / 0.9);
  border-bottom-color: rgb(246 176 164 / 0.9);
}

.border-y-red-100\/95 {
  border-top-color: rgb(246 176 164 / 0.95);
  border-bottom-color: rgb(246 176 164 / 0.95);
}

.border-y-red-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(242 143 127 / var(--tw-border-opacity));
  border-bottom-color: rgb(242 143 127 / var(--tw-border-opacity));
}

.border-y-red-200\/0 {
  border-top-color: rgb(242 143 127 / 0);
  border-bottom-color: rgb(242 143 127 / 0);
}

.border-y-red-200\/10 {
  border-top-color: rgb(242 143 127 / 0.1);
  border-bottom-color: rgb(242 143 127 / 0.1);
}

.border-y-red-200\/100 {
  border-top-color: rgb(242 143 127 / 1);
  border-bottom-color: rgb(242 143 127 / 1);
}

.border-y-red-200\/20 {
  border-top-color: rgb(242 143 127 / 0.2);
  border-bottom-color: rgb(242 143 127 / 0.2);
}

.border-y-red-200\/25 {
  border-top-color: rgb(242 143 127 / 0.25);
  border-bottom-color: rgb(242 143 127 / 0.25);
}

.border-y-red-200\/30 {
  border-top-color: rgb(242 143 127 / 0.3);
  border-bottom-color: rgb(242 143 127 / 0.3);
}

.border-y-red-200\/40 {
  border-top-color: rgb(242 143 127 / 0.4);
  border-bottom-color: rgb(242 143 127 / 0.4);
}

.border-y-red-200\/5 {
  border-top-color: rgb(242 143 127 / 0.05);
  border-bottom-color: rgb(242 143 127 / 0.05);
}

.border-y-red-200\/50 {
  border-top-color: rgb(242 143 127 / 0.5);
  border-bottom-color: rgb(242 143 127 / 0.5);
}

.border-y-red-200\/60 {
  border-top-color: rgb(242 143 127 / 0.6);
  border-bottom-color: rgb(242 143 127 / 0.6);
}

.border-y-red-200\/70 {
  border-top-color: rgb(242 143 127 / 0.7);
  border-bottom-color: rgb(242 143 127 / 0.7);
}

.border-y-red-200\/75 {
  border-top-color: rgb(242 143 127 / 0.75);
  border-bottom-color: rgb(242 143 127 / 0.75);
}

.border-y-red-200\/80 {
  border-top-color: rgb(242 143 127 / 0.8);
  border-bottom-color: rgb(242 143 127 / 0.8);
}

.border-y-red-200\/90 {
  border-top-color: rgb(242 143 127 / 0.9);
  border-bottom-color: rgb(242 143 127 / 0.9);
}

.border-y-red-200\/95 {
  border-top-color: rgb(242 143 127 / 0.95);
  border-bottom-color: rgb(242 143 127 / 0.95);
}

.border-y-red-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(239 111 90 / var(--tw-border-opacity));
  border-bottom-color: rgb(239 111 90 / var(--tw-border-opacity));
}

.border-y-red-300\/0 {
  border-top-color: rgb(239 111 90 / 0);
  border-bottom-color: rgb(239 111 90 / 0);
}

.border-y-red-300\/10 {
  border-top-color: rgb(239 111 90 / 0.1);
  border-bottom-color: rgb(239 111 90 / 0.1);
}

.border-y-red-300\/100 {
  border-top-color: rgb(239 111 90 / 1);
  border-bottom-color: rgb(239 111 90 / 1);
}

.border-y-red-300\/20 {
  border-top-color: rgb(239 111 90 / 0.2);
  border-bottom-color: rgb(239 111 90 / 0.2);
}

.border-y-red-300\/25 {
  border-top-color: rgb(239 111 90 / 0.25);
  border-bottom-color: rgb(239 111 90 / 0.25);
}

.border-y-red-300\/30 {
  border-top-color: rgb(239 111 90 / 0.3);
  border-bottom-color: rgb(239 111 90 / 0.3);
}

.border-y-red-300\/40 {
  border-top-color: rgb(239 111 90 / 0.4);
  border-bottom-color: rgb(239 111 90 / 0.4);
}

.border-y-red-300\/5 {
  border-top-color: rgb(239 111 90 / 0.05);
  border-bottom-color: rgb(239 111 90 / 0.05);
}

.border-y-red-300\/50 {
  border-top-color: rgb(239 111 90 / 0.5);
  border-bottom-color: rgb(239 111 90 / 0.5);
}

.border-y-red-300\/60 {
  border-top-color: rgb(239 111 90 / 0.6);
  border-bottom-color: rgb(239 111 90 / 0.6);
}

.border-y-red-300\/70 {
  border-top-color: rgb(239 111 90 / 0.7);
  border-bottom-color: rgb(239 111 90 / 0.7);
}

.border-y-red-300\/75 {
  border-top-color: rgb(239 111 90 / 0.75);
  border-bottom-color: rgb(239 111 90 / 0.75);
}

.border-y-red-300\/80 {
  border-top-color: rgb(239 111 90 / 0.8);
  border-bottom-color: rgb(239 111 90 / 0.8);
}

.border-y-red-300\/90 {
  border-top-color: rgb(239 111 90 / 0.9);
  border-bottom-color: rgb(239 111 90 / 0.9);
}

.border-y-red-300\/95 {
  border-top-color: rgb(239 111 90 / 0.95);
  border-bottom-color: rgb(239 111 90 / 0.95);
}

.border-y-red-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(235 79 53 / var(--tw-border-opacity));
  border-bottom-color: rgb(235 79 53 / var(--tw-border-opacity));
}

.border-y-red-400\/0 {
  border-top-color: rgb(235 79 53 / 0);
  border-bottom-color: rgb(235 79 53 / 0);
}

.border-y-red-400\/10 {
  border-top-color: rgb(235 79 53 / 0.1);
  border-bottom-color: rgb(235 79 53 / 0.1);
}

.border-y-red-400\/100 {
  border-top-color: rgb(235 79 53 / 1);
  border-bottom-color: rgb(235 79 53 / 1);
}

.border-y-red-400\/20 {
  border-top-color: rgb(235 79 53 / 0.2);
  border-bottom-color: rgb(235 79 53 / 0.2);
}

.border-y-red-400\/25 {
  border-top-color: rgb(235 79 53 / 0.25);
  border-bottom-color: rgb(235 79 53 / 0.25);
}

.border-y-red-400\/30 {
  border-top-color: rgb(235 79 53 / 0.3);
  border-bottom-color: rgb(235 79 53 / 0.3);
}

.border-y-red-400\/40 {
  border-top-color: rgb(235 79 53 / 0.4);
  border-bottom-color: rgb(235 79 53 / 0.4);
}

.border-y-red-400\/5 {
  border-top-color: rgb(235 79 53 / 0.05);
  border-bottom-color: rgb(235 79 53 / 0.05);
}

.border-y-red-400\/50 {
  border-top-color: rgb(235 79 53 / 0.5);
  border-bottom-color: rgb(235 79 53 / 0.5);
}

.border-y-red-400\/60 {
  border-top-color: rgb(235 79 53 / 0.6);
  border-bottom-color: rgb(235 79 53 / 0.6);
}

.border-y-red-400\/70 {
  border-top-color: rgb(235 79 53 / 0.7);
  border-bottom-color: rgb(235 79 53 / 0.7);
}

.border-y-red-400\/75 {
  border-top-color: rgb(235 79 53 / 0.75);
  border-bottom-color: rgb(235 79 53 / 0.75);
}

.border-y-red-400\/80 {
  border-top-color: rgb(235 79 53 / 0.8);
  border-bottom-color: rgb(235 79 53 / 0.8);
}

.border-y-red-400\/90 {
  border-top-color: rgb(235 79 53 / 0.9);
  border-bottom-color: rgb(235 79 53 / 0.9);
}

.border-y-red-400\/95 {
  border-top-color: rgb(235 79 53 / 0.95);
  border-bottom-color: rgb(235 79 53 / 0.95);
}

.border-y-red-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(248 192 183 / var(--tw-border-opacity));
  border-bottom-color: rgb(248 192 183 / var(--tw-border-opacity));
}

.border-y-red-50\/0 {
  border-top-color: rgb(248 192 183 / 0);
  border-bottom-color: rgb(248 192 183 / 0);
}

.border-y-red-50\/10 {
  border-top-color: rgb(248 192 183 / 0.1);
  border-bottom-color: rgb(248 192 183 / 0.1);
}

.border-y-red-50\/100 {
  border-top-color: rgb(248 192 183 / 1);
  border-bottom-color: rgb(248 192 183 / 1);
}

.border-y-red-50\/20 {
  border-top-color: rgb(248 192 183 / 0.2);
  border-bottom-color: rgb(248 192 183 / 0.2);
}

.border-y-red-50\/25 {
  border-top-color: rgb(248 192 183 / 0.25);
  border-bottom-color: rgb(248 192 183 / 0.25);
}

.border-y-red-50\/30 {
  border-top-color: rgb(248 192 183 / 0.3);
  border-bottom-color: rgb(248 192 183 / 0.3);
}

.border-y-red-50\/40 {
  border-top-color: rgb(248 192 183 / 0.4);
  border-bottom-color: rgb(248 192 183 / 0.4);
}

.border-y-red-50\/5 {
  border-top-color: rgb(248 192 183 / 0.05);
  border-bottom-color: rgb(248 192 183 / 0.05);
}

.border-y-red-50\/50 {
  border-top-color: rgb(248 192 183 / 0.5);
  border-bottom-color: rgb(248 192 183 / 0.5);
}

.border-y-red-50\/60 {
  border-top-color: rgb(248 192 183 / 0.6);
  border-bottom-color: rgb(248 192 183 / 0.6);
}

.border-y-red-50\/70 {
  border-top-color: rgb(248 192 183 / 0.7);
  border-bottom-color: rgb(248 192 183 / 0.7);
}

.border-y-red-50\/75 {
  border-top-color: rgb(248 192 183 / 0.75);
  border-bottom-color: rgb(248 192 183 / 0.75);
}

.border-y-red-50\/80 {
  border-top-color: rgb(248 192 183 / 0.8);
  border-bottom-color: rgb(248 192 183 / 0.8);
}

.border-y-red-50\/90 {
  border-top-color: rgb(248 192 183 / 0.9);
  border-bottom-color: rgb(248 192 183 / 0.9);
}

.border-y-red-50\/95 {
  border-top-color: rgb(248 192 183 / 0.95);
  border-bottom-color: rgb(248 192 183 / 0.95);
}

.border-y-red-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(225 51 22 / var(--tw-border-opacity));
  border-bottom-color: rgb(225 51 22 / var(--tw-border-opacity));
}

.border-y-red-500\/0 {
  border-top-color: rgb(225 51 22 / 0);
  border-bottom-color: rgb(225 51 22 / 0);
}

.border-y-red-500\/10 {
  border-top-color: rgb(225 51 22 / 0.1);
  border-bottom-color: rgb(225 51 22 / 0.1);
}

.border-y-red-500\/100 {
  border-top-color: rgb(225 51 22 / 1);
  border-bottom-color: rgb(225 51 22 / 1);
}

.border-y-red-500\/20 {
  border-top-color: rgb(225 51 22 / 0.2);
  border-bottom-color: rgb(225 51 22 / 0.2);
}

.border-y-red-500\/25 {
  border-top-color: rgb(225 51 22 / 0.25);
  border-bottom-color: rgb(225 51 22 / 0.25);
}

.border-y-red-500\/30 {
  border-top-color: rgb(225 51 22 / 0.3);
  border-bottom-color: rgb(225 51 22 / 0.3);
}

.border-y-red-500\/40 {
  border-top-color: rgb(225 51 22 / 0.4);
  border-bottom-color: rgb(225 51 22 / 0.4);
}

.border-y-red-500\/5 {
  border-top-color: rgb(225 51 22 / 0.05);
  border-bottom-color: rgb(225 51 22 / 0.05);
}

.border-y-red-500\/50 {
  border-top-color: rgb(225 51 22 / 0.5);
  border-bottom-color: rgb(225 51 22 / 0.5);
}

.border-y-red-500\/60 {
  border-top-color: rgb(225 51 22 / 0.6);
  border-bottom-color: rgb(225 51 22 / 0.6);
}

.border-y-red-500\/70 {
  border-top-color: rgb(225 51 22 / 0.7);
  border-bottom-color: rgb(225 51 22 / 0.7);
}

.border-y-red-500\/75 {
  border-top-color: rgb(225 51 22 / 0.75);
  border-bottom-color: rgb(225 51 22 / 0.75);
}

.border-y-red-500\/80 {
  border-top-color: rgb(225 51 22 / 0.8);
  border-bottom-color: rgb(225 51 22 / 0.8);
}

.border-y-red-500\/90 {
  border-top-color: rgb(225 51 22 / 0.9);
  border-bottom-color: rgb(225 51 22 / 0.9);
}

.border-y-red-500\/95 {
  border-top-color: rgb(225 51 22 / 0.95);
  border-bottom-color: rgb(225 51 22 / 0.95);
}

.border-y-red-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(174 39 17 / var(--tw-border-opacity));
  border-bottom-color: rgb(174 39 17 / var(--tw-border-opacity));
}

.border-y-red-600\/0 {
  border-top-color: rgb(174 39 17 / 0);
  border-bottom-color: rgb(174 39 17 / 0);
}

.border-y-red-600\/10 {
  border-top-color: rgb(174 39 17 / 0.1);
  border-bottom-color: rgb(174 39 17 / 0.1);
}

.border-y-red-600\/100 {
  border-top-color: rgb(174 39 17 / 1);
  border-bottom-color: rgb(174 39 17 / 1);
}

.border-y-red-600\/20 {
  border-top-color: rgb(174 39 17 / 0.2);
  border-bottom-color: rgb(174 39 17 / 0.2);
}

.border-y-red-600\/25 {
  border-top-color: rgb(174 39 17 / 0.25);
  border-bottom-color: rgb(174 39 17 / 0.25);
}

.border-y-red-600\/30 {
  border-top-color: rgb(174 39 17 / 0.3);
  border-bottom-color: rgb(174 39 17 / 0.3);
}

.border-y-red-600\/40 {
  border-top-color: rgb(174 39 17 / 0.4);
  border-bottom-color: rgb(174 39 17 / 0.4);
}

.border-y-red-600\/5 {
  border-top-color: rgb(174 39 17 / 0.05);
  border-bottom-color: rgb(174 39 17 / 0.05);
}

.border-y-red-600\/50 {
  border-top-color: rgb(174 39 17 / 0.5);
  border-bottom-color: rgb(174 39 17 / 0.5);
}

.border-y-red-600\/60 {
  border-top-color: rgb(174 39 17 / 0.6);
  border-bottom-color: rgb(174 39 17 / 0.6);
}

.border-y-red-600\/70 {
  border-top-color: rgb(174 39 17 / 0.7);
  border-bottom-color: rgb(174 39 17 / 0.7);
}

.border-y-red-600\/75 {
  border-top-color: rgb(174 39 17 / 0.75);
  border-bottom-color: rgb(174 39 17 / 0.75);
}

.border-y-red-600\/80 {
  border-top-color: rgb(174 39 17 / 0.8);
  border-bottom-color: rgb(174 39 17 / 0.8);
}

.border-y-red-600\/90 {
  border-top-color: rgb(174 39 17 / 0.9);
  border-bottom-color: rgb(174 39 17 / 0.9);
}

.border-y-red-600\/95 {
  border-top-color: rgb(174 39 17 / 0.95);
  border-bottom-color: rgb(174 39 17 / 0.95);
}

.border-y-red-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(123 28 12 / var(--tw-border-opacity));
  border-bottom-color: rgb(123 28 12 / var(--tw-border-opacity));
}

.border-y-red-700\/0 {
  border-top-color: rgb(123 28 12 / 0);
  border-bottom-color: rgb(123 28 12 / 0);
}

.border-y-red-700\/10 {
  border-top-color: rgb(123 28 12 / 0.1);
  border-bottom-color: rgb(123 28 12 / 0.1);
}

.border-y-red-700\/100 {
  border-top-color: rgb(123 28 12 / 1);
  border-bottom-color: rgb(123 28 12 / 1);
}

.border-y-red-700\/20 {
  border-top-color: rgb(123 28 12 / 0.2);
  border-bottom-color: rgb(123 28 12 / 0.2);
}

.border-y-red-700\/25 {
  border-top-color: rgb(123 28 12 / 0.25);
  border-bottom-color: rgb(123 28 12 / 0.25);
}

.border-y-red-700\/30 {
  border-top-color: rgb(123 28 12 / 0.3);
  border-bottom-color: rgb(123 28 12 / 0.3);
}

.border-y-red-700\/40 {
  border-top-color: rgb(123 28 12 / 0.4);
  border-bottom-color: rgb(123 28 12 / 0.4);
}

.border-y-red-700\/5 {
  border-top-color: rgb(123 28 12 / 0.05);
  border-bottom-color: rgb(123 28 12 / 0.05);
}

.border-y-red-700\/50 {
  border-top-color: rgb(123 28 12 / 0.5);
  border-bottom-color: rgb(123 28 12 / 0.5);
}

.border-y-red-700\/60 {
  border-top-color: rgb(123 28 12 / 0.6);
  border-bottom-color: rgb(123 28 12 / 0.6);
}

.border-y-red-700\/70 {
  border-top-color: rgb(123 28 12 / 0.7);
  border-bottom-color: rgb(123 28 12 / 0.7);
}

.border-y-red-700\/75 {
  border-top-color: rgb(123 28 12 / 0.75);
  border-bottom-color: rgb(123 28 12 / 0.75);
}

.border-y-red-700\/80 {
  border-top-color: rgb(123 28 12 / 0.8);
  border-bottom-color: rgb(123 28 12 / 0.8);
}

.border-y-red-700\/90 {
  border-top-color: rgb(123 28 12 / 0.9);
  border-bottom-color: rgb(123 28 12 / 0.9);
}

.border-y-red-700\/95 {
  border-top-color: rgb(123 28 12 / 0.95);
  border-bottom-color: rgb(123 28 12 / 0.95);
}

.border-y-red-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(72 16 7 / var(--tw-border-opacity));
  border-bottom-color: rgb(72 16 7 / var(--tw-border-opacity));
}

.border-y-red-800\/0 {
  border-top-color: rgb(72 16 7 / 0);
  border-bottom-color: rgb(72 16 7 / 0);
}

.border-y-red-800\/10 {
  border-top-color: rgb(72 16 7 / 0.1);
  border-bottom-color: rgb(72 16 7 / 0.1);
}

.border-y-red-800\/100 {
  border-top-color: rgb(72 16 7 / 1);
  border-bottom-color: rgb(72 16 7 / 1);
}

.border-y-red-800\/20 {
  border-top-color: rgb(72 16 7 / 0.2);
  border-bottom-color: rgb(72 16 7 / 0.2);
}

.border-y-red-800\/25 {
  border-top-color: rgb(72 16 7 / 0.25);
  border-bottom-color: rgb(72 16 7 / 0.25);
}

.border-y-red-800\/30 {
  border-top-color: rgb(72 16 7 / 0.3);
  border-bottom-color: rgb(72 16 7 / 0.3);
}

.border-y-red-800\/40 {
  border-top-color: rgb(72 16 7 / 0.4);
  border-bottom-color: rgb(72 16 7 / 0.4);
}

.border-y-red-800\/5 {
  border-top-color: rgb(72 16 7 / 0.05);
  border-bottom-color: rgb(72 16 7 / 0.05);
}

.border-y-red-800\/50 {
  border-top-color: rgb(72 16 7 / 0.5);
  border-bottom-color: rgb(72 16 7 / 0.5);
}

.border-y-red-800\/60 {
  border-top-color: rgb(72 16 7 / 0.6);
  border-bottom-color: rgb(72 16 7 / 0.6);
}

.border-y-red-800\/70 {
  border-top-color: rgb(72 16 7 / 0.7);
  border-bottom-color: rgb(72 16 7 / 0.7);
}

.border-y-red-800\/75 {
  border-top-color: rgb(72 16 7 / 0.75);
  border-bottom-color: rgb(72 16 7 / 0.75);
}

.border-y-red-800\/80 {
  border-top-color: rgb(72 16 7 / 0.8);
  border-bottom-color: rgb(72 16 7 / 0.8);
}

.border-y-red-800\/90 {
  border-top-color: rgb(72 16 7 / 0.9);
  border-bottom-color: rgb(72 16 7 / 0.9);
}

.border-y-red-800\/95 {
  border-top-color: rgb(72 16 7 / 0.95);
  border-bottom-color: rgb(72 16 7 / 0.95);
}

.border-y-red-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(21 5 2 / var(--tw-border-opacity));
  border-bottom-color: rgb(21 5 2 / var(--tw-border-opacity));
}

.border-y-red-900\/0 {
  border-top-color: rgb(21 5 2 / 0);
  border-bottom-color: rgb(21 5 2 / 0);
}

.border-y-red-900\/10 {
  border-top-color: rgb(21 5 2 / 0.1);
  border-bottom-color: rgb(21 5 2 / 0.1);
}

.border-y-red-900\/100 {
  border-top-color: rgb(21 5 2 / 1);
  border-bottom-color: rgb(21 5 2 / 1);
}

.border-y-red-900\/20 {
  border-top-color: rgb(21 5 2 / 0.2);
  border-bottom-color: rgb(21 5 2 / 0.2);
}

.border-y-red-900\/25 {
  border-top-color: rgb(21 5 2 / 0.25);
  border-bottom-color: rgb(21 5 2 / 0.25);
}

.border-y-red-900\/30 {
  border-top-color: rgb(21 5 2 / 0.3);
  border-bottom-color: rgb(21 5 2 / 0.3);
}

.border-y-red-900\/40 {
  border-top-color: rgb(21 5 2 / 0.4);
  border-bottom-color: rgb(21 5 2 / 0.4);
}

.border-y-red-900\/5 {
  border-top-color: rgb(21 5 2 / 0.05);
  border-bottom-color: rgb(21 5 2 / 0.05);
}

.border-y-red-900\/50 {
  border-top-color: rgb(21 5 2 / 0.5);
  border-bottom-color: rgb(21 5 2 / 0.5);
}

.border-y-red-900\/60 {
  border-top-color: rgb(21 5 2 / 0.6);
  border-bottom-color: rgb(21 5 2 / 0.6);
}

.border-y-red-900\/70 {
  border-top-color: rgb(21 5 2 / 0.7);
  border-bottom-color: rgb(21 5 2 / 0.7);
}

.border-y-red-900\/75 {
  border-top-color: rgb(21 5 2 / 0.75);
  border-bottom-color: rgb(21 5 2 / 0.75);
}

.border-y-red-900\/80 {
  border-top-color: rgb(21 5 2 / 0.8);
  border-bottom-color: rgb(21 5 2 / 0.8);
}

.border-y-red-900\/90 {
  border-top-color: rgb(21 5 2 / 0.9);
  border-bottom-color: rgb(21 5 2 / 0.9);
}

.border-y-red-900\/95 {
  border-top-color: rgb(21 5 2 / 0.95);
  border-bottom-color: rgb(21 5 2 / 0.95);
}

.border-y-red\/0 {
  border-top-color: rgb(225 51 22 / 0);
  border-bottom-color: rgb(225 51 22 / 0);
}

.border-y-red\/10 {
  border-top-color: rgb(225 51 22 / 0.1);
  border-bottom-color: rgb(225 51 22 / 0.1);
}

.border-y-red\/100 {
  border-top-color: rgb(225 51 22 / 1);
  border-bottom-color: rgb(225 51 22 / 1);
}

.border-y-red\/20 {
  border-top-color: rgb(225 51 22 / 0.2);
  border-bottom-color: rgb(225 51 22 / 0.2);
}

.border-y-red\/25 {
  border-top-color: rgb(225 51 22 / 0.25);
  border-bottom-color: rgb(225 51 22 / 0.25);
}

.border-y-red\/30 {
  border-top-color: rgb(225 51 22 / 0.3);
  border-bottom-color: rgb(225 51 22 / 0.3);
}

.border-y-red\/40 {
  border-top-color: rgb(225 51 22 / 0.4);
  border-bottom-color: rgb(225 51 22 / 0.4);
}

.border-y-red\/5 {
  border-top-color: rgb(225 51 22 / 0.05);
  border-bottom-color: rgb(225 51 22 / 0.05);
}

.border-y-red\/50 {
  border-top-color: rgb(225 51 22 / 0.5);
  border-bottom-color: rgb(225 51 22 / 0.5);
}

.border-y-red\/60 {
  border-top-color: rgb(225 51 22 / 0.6);
  border-bottom-color: rgb(225 51 22 / 0.6);
}

.border-y-red\/70 {
  border-top-color: rgb(225 51 22 / 0.7);
  border-bottom-color: rgb(225 51 22 / 0.7);
}

.border-y-red\/75 {
  border-top-color: rgb(225 51 22 / 0.75);
  border-bottom-color: rgb(225 51 22 / 0.75);
}

.border-y-red\/80 {
  border-top-color: rgb(225 51 22 / 0.8);
  border-bottom-color: rgb(225 51 22 / 0.8);
}

.border-y-red\/90 {
  border-top-color: rgb(225 51 22 / 0.9);
  border-bottom-color: rgb(225 51 22 / 0.9);
}

.border-y-red\/95 {
  border-top-color: rgb(225 51 22 / 0.95);
  border-bottom-color: rgb(225 51 22 / 0.95);
}

.border-y-teal {
  --tw-border-opacity: 1;
  border-top-color: rgb(129 195 175 / var(--tw-border-opacity));
  border-bottom-color: rgb(129 195 175 / var(--tw-border-opacity));
}

.border-y-teal-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 248 245 / var(--tw-border-opacity));
  border-bottom-color: rgb(240 248 245 / var(--tw-border-opacity));
}

.border-y-teal-100\/0 {
  border-top-color: rgb(240 248 245 / 0);
  border-bottom-color: rgb(240 248 245 / 0);
}

.border-y-teal-100\/10 {
  border-top-color: rgb(240 248 245 / 0.1);
  border-bottom-color: rgb(240 248 245 / 0.1);
}

.border-y-teal-100\/100 {
  border-top-color: rgb(240 248 245 / 1);
  border-bottom-color: rgb(240 248 245 / 1);
}

.border-y-teal-100\/20 {
  border-top-color: rgb(240 248 245 / 0.2);
  border-bottom-color: rgb(240 248 245 / 0.2);
}

.border-y-teal-100\/25 {
  border-top-color: rgb(240 248 245 / 0.25);
  border-bottom-color: rgb(240 248 245 / 0.25);
}

.border-y-teal-100\/30 {
  border-top-color: rgb(240 248 245 / 0.3);
  border-bottom-color: rgb(240 248 245 / 0.3);
}

.border-y-teal-100\/40 {
  border-top-color: rgb(240 248 245 / 0.4);
  border-bottom-color: rgb(240 248 245 / 0.4);
}

.border-y-teal-100\/5 {
  border-top-color: rgb(240 248 245 / 0.05);
  border-bottom-color: rgb(240 248 245 / 0.05);
}

.border-y-teal-100\/50 {
  border-top-color: rgb(240 248 245 / 0.5);
  border-bottom-color: rgb(240 248 245 / 0.5);
}

.border-y-teal-100\/60 {
  border-top-color: rgb(240 248 245 / 0.6);
  border-bottom-color: rgb(240 248 245 / 0.6);
}

.border-y-teal-100\/70 {
  border-top-color: rgb(240 248 245 / 0.7);
  border-bottom-color: rgb(240 248 245 / 0.7);
}

.border-y-teal-100\/75 {
  border-top-color: rgb(240 248 245 / 0.75);
  border-bottom-color: rgb(240 248 245 / 0.75);
}

.border-y-teal-100\/80 {
  border-top-color: rgb(240 248 245 / 0.8);
  border-bottom-color: rgb(240 248 245 / 0.8);
}

.border-y-teal-100\/90 {
  border-top-color: rgb(240 248 245 / 0.9);
  border-bottom-color: rgb(240 248 245 / 0.9);
}

.border-y-teal-100\/95 {
  border-top-color: rgb(240 248 245 / 0.95);
  border-bottom-color: rgb(240 248 245 / 0.95);
}

.border-y-teal-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(212 234 228 / var(--tw-border-opacity));
  border-bottom-color: rgb(212 234 228 / var(--tw-border-opacity));
}

.border-y-teal-200\/0 {
  border-top-color: rgb(212 234 228 / 0);
  border-bottom-color: rgb(212 234 228 / 0);
}

.border-y-teal-200\/10 {
  border-top-color: rgb(212 234 228 / 0.1);
  border-bottom-color: rgb(212 234 228 / 0.1);
}

.border-y-teal-200\/100 {
  border-top-color: rgb(212 234 228 / 1);
  border-bottom-color: rgb(212 234 228 / 1);
}

.border-y-teal-200\/20 {
  border-top-color: rgb(212 234 228 / 0.2);
  border-bottom-color: rgb(212 234 228 / 0.2);
}

.border-y-teal-200\/25 {
  border-top-color: rgb(212 234 228 / 0.25);
  border-bottom-color: rgb(212 234 228 / 0.25);
}

.border-y-teal-200\/30 {
  border-top-color: rgb(212 234 228 / 0.3);
  border-bottom-color: rgb(212 234 228 / 0.3);
}

.border-y-teal-200\/40 {
  border-top-color: rgb(212 234 228 / 0.4);
  border-bottom-color: rgb(212 234 228 / 0.4);
}

.border-y-teal-200\/5 {
  border-top-color: rgb(212 234 228 / 0.05);
  border-bottom-color: rgb(212 234 228 / 0.05);
}

.border-y-teal-200\/50 {
  border-top-color: rgb(212 234 228 / 0.5);
  border-bottom-color: rgb(212 234 228 / 0.5);
}

.border-y-teal-200\/60 {
  border-top-color: rgb(212 234 228 / 0.6);
  border-bottom-color: rgb(212 234 228 / 0.6);
}

.border-y-teal-200\/70 {
  border-top-color: rgb(212 234 228 / 0.7);
  border-bottom-color: rgb(212 234 228 / 0.7);
}

.border-y-teal-200\/75 {
  border-top-color: rgb(212 234 228 / 0.75);
  border-bottom-color: rgb(212 234 228 / 0.75);
}

.border-y-teal-200\/80 {
  border-top-color: rgb(212 234 228 / 0.8);
  border-bottom-color: rgb(212 234 228 / 0.8);
}

.border-y-teal-200\/90 {
  border-top-color: rgb(212 234 228 / 0.9);
  border-bottom-color: rgb(212 234 228 / 0.9);
}

.border-y-teal-200\/95 {
  border-top-color: rgb(212 234 228 / 0.95);
  border-bottom-color: rgb(212 234 228 / 0.95);
}

.border-y-teal-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(184 221 210 / var(--tw-border-opacity));
  border-bottom-color: rgb(184 221 210 / var(--tw-border-opacity));
}

.border-y-teal-300\/0 {
  border-top-color: rgb(184 221 210 / 0);
  border-bottom-color: rgb(184 221 210 / 0);
}

.border-y-teal-300\/10 {
  border-top-color: rgb(184 221 210 / 0.1);
  border-bottom-color: rgb(184 221 210 / 0.1);
}

.border-y-teal-300\/100 {
  border-top-color: rgb(184 221 210 / 1);
  border-bottom-color: rgb(184 221 210 / 1);
}

.border-y-teal-300\/20 {
  border-top-color: rgb(184 221 210 / 0.2);
  border-bottom-color: rgb(184 221 210 / 0.2);
}

.border-y-teal-300\/25 {
  border-top-color: rgb(184 221 210 / 0.25);
  border-bottom-color: rgb(184 221 210 / 0.25);
}

.border-y-teal-300\/30 {
  border-top-color: rgb(184 221 210 / 0.3);
  border-bottom-color: rgb(184 221 210 / 0.3);
}

.border-y-teal-300\/40 {
  border-top-color: rgb(184 221 210 / 0.4);
  border-bottom-color: rgb(184 221 210 / 0.4);
}

.border-y-teal-300\/5 {
  border-top-color: rgb(184 221 210 / 0.05);
  border-bottom-color: rgb(184 221 210 / 0.05);
}

.border-y-teal-300\/50 {
  border-top-color: rgb(184 221 210 / 0.5);
  border-bottom-color: rgb(184 221 210 / 0.5);
}

.border-y-teal-300\/60 {
  border-top-color: rgb(184 221 210 / 0.6);
  border-bottom-color: rgb(184 221 210 / 0.6);
}

.border-y-teal-300\/70 {
  border-top-color: rgb(184 221 210 / 0.7);
  border-bottom-color: rgb(184 221 210 / 0.7);
}

.border-y-teal-300\/75 {
  border-top-color: rgb(184 221 210 / 0.75);
  border-bottom-color: rgb(184 221 210 / 0.75);
}

.border-y-teal-300\/80 {
  border-top-color: rgb(184 221 210 / 0.8);
  border-bottom-color: rgb(184 221 210 / 0.8);
}

.border-y-teal-300\/90 {
  border-top-color: rgb(184 221 210 / 0.9);
  border-bottom-color: rgb(184 221 210 / 0.9);
}

.border-y-teal-300\/95 {
  border-top-color: rgb(184 221 210 / 0.95);
  border-bottom-color: rgb(184 221 210 / 0.95);
}

.border-y-teal-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(157 208 193 / var(--tw-border-opacity));
  border-bottom-color: rgb(157 208 193 / var(--tw-border-opacity));
}

.border-y-teal-400\/0 {
  border-top-color: rgb(157 208 193 / 0);
  border-bottom-color: rgb(157 208 193 / 0);
}

.border-y-teal-400\/10 {
  border-top-color: rgb(157 208 193 / 0.1);
  border-bottom-color: rgb(157 208 193 / 0.1);
}

.border-y-teal-400\/100 {
  border-top-color: rgb(157 208 193 / 1);
  border-bottom-color: rgb(157 208 193 / 1);
}

.border-y-teal-400\/20 {
  border-top-color: rgb(157 208 193 / 0.2);
  border-bottom-color: rgb(157 208 193 / 0.2);
}

.border-y-teal-400\/25 {
  border-top-color: rgb(157 208 193 / 0.25);
  border-bottom-color: rgb(157 208 193 / 0.25);
}

.border-y-teal-400\/30 {
  border-top-color: rgb(157 208 193 / 0.3);
  border-bottom-color: rgb(157 208 193 / 0.3);
}

.border-y-teal-400\/40 {
  border-top-color: rgb(157 208 193 / 0.4);
  border-bottom-color: rgb(157 208 193 / 0.4);
}

.border-y-teal-400\/5 {
  border-top-color: rgb(157 208 193 / 0.05);
  border-bottom-color: rgb(157 208 193 / 0.05);
}

.border-y-teal-400\/50 {
  border-top-color: rgb(157 208 193 / 0.5);
  border-bottom-color: rgb(157 208 193 / 0.5);
}

.border-y-teal-400\/60 {
  border-top-color: rgb(157 208 193 / 0.6);
  border-bottom-color: rgb(157 208 193 / 0.6);
}

.border-y-teal-400\/70 {
  border-top-color: rgb(157 208 193 / 0.7);
  border-bottom-color: rgb(157 208 193 / 0.7);
}

.border-y-teal-400\/75 {
  border-top-color: rgb(157 208 193 / 0.75);
  border-bottom-color: rgb(157 208 193 / 0.75);
}

.border-y-teal-400\/80 {
  border-top-color: rgb(157 208 193 / 0.8);
  border-bottom-color: rgb(157 208 193 / 0.8);
}

.border-y-teal-400\/90 {
  border-top-color: rgb(157 208 193 / 0.9);
  border-bottom-color: rgb(157 208 193 / 0.9);
}

.border-y-teal-400\/95 {
  border-top-color: rgb(157 208 193 / 0.95);
  border-bottom-color: rgb(157 208 193 / 0.95);
}

.border-y-teal-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 254 254 / var(--tw-border-opacity));
  border-bottom-color: rgb(253 254 254 / var(--tw-border-opacity));
}

.border-y-teal-50\/0 {
  border-top-color: rgb(253 254 254 / 0);
  border-bottom-color: rgb(253 254 254 / 0);
}

.border-y-teal-50\/10 {
  border-top-color: rgb(253 254 254 / 0.1);
  border-bottom-color: rgb(253 254 254 / 0.1);
}

.border-y-teal-50\/100 {
  border-top-color: rgb(253 254 254 / 1);
  border-bottom-color: rgb(253 254 254 / 1);
}

.border-y-teal-50\/20 {
  border-top-color: rgb(253 254 254 / 0.2);
  border-bottom-color: rgb(253 254 254 / 0.2);
}

.border-y-teal-50\/25 {
  border-top-color: rgb(253 254 254 / 0.25);
  border-bottom-color: rgb(253 254 254 / 0.25);
}

.border-y-teal-50\/30 {
  border-top-color: rgb(253 254 254 / 0.3);
  border-bottom-color: rgb(253 254 254 / 0.3);
}

.border-y-teal-50\/40 {
  border-top-color: rgb(253 254 254 / 0.4);
  border-bottom-color: rgb(253 254 254 / 0.4);
}

.border-y-teal-50\/5 {
  border-top-color: rgb(253 254 254 / 0.05);
  border-bottom-color: rgb(253 254 254 / 0.05);
}

.border-y-teal-50\/50 {
  border-top-color: rgb(253 254 254 / 0.5);
  border-bottom-color: rgb(253 254 254 / 0.5);
}

.border-y-teal-50\/60 {
  border-top-color: rgb(253 254 254 / 0.6);
  border-bottom-color: rgb(253 254 254 / 0.6);
}

.border-y-teal-50\/70 {
  border-top-color: rgb(253 254 254 / 0.7);
  border-bottom-color: rgb(253 254 254 / 0.7);
}

.border-y-teal-50\/75 {
  border-top-color: rgb(253 254 254 / 0.75);
  border-bottom-color: rgb(253 254 254 / 0.75);
}

.border-y-teal-50\/80 {
  border-top-color: rgb(253 254 254 / 0.8);
  border-bottom-color: rgb(253 254 254 / 0.8);
}

.border-y-teal-50\/90 {
  border-top-color: rgb(253 254 254 / 0.9);
  border-bottom-color: rgb(253 254 254 / 0.9);
}

.border-y-teal-50\/95 {
  border-top-color: rgb(253 254 254 / 0.95);
  border-bottom-color: rgb(253 254 254 / 0.95);
}

.border-y-teal-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(129 195 175 / var(--tw-border-opacity));
  border-bottom-color: rgb(129 195 175 / var(--tw-border-opacity));
}

.border-y-teal-500\/0 {
  border-top-color: rgb(129 195 175 / 0);
  border-bottom-color: rgb(129 195 175 / 0);
}

.border-y-teal-500\/10 {
  border-top-color: rgb(129 195 175 / 0.1);
  border-bottom-color: rgb(129 195 175 / 0.1);
}

.border-y-teal-500\/100 {
  border-top-color: rgb(129 195 175 / 1);
  border-bottom-color: rgb(129 195 175 / 1);
}

.border-y-teal-500\/20 {
  border-top-color: rgb(129 195 175 / 0.2);
  border-bottom-color: rgb(129 195 175 / 0.2);
}

.border-y-teal-500\/25 {
  border-top-color: rgb(129 195 175 / 0.25);
  border-bottom-color: rgb(129 195 175 / 0.25);
}

.border-y-teal-500\/30 {
  border-top-color: rgb(129 195 175 / 0.3);
  border-bottom-color: rgb(129 195 175 / 0.3);
}

.border-y-teal-500\/40 {
  border-top-color: rgb(129 195 175 / 0.4);
  border-bottom-color: rgb(129 195 175 / 0.4);
}

.border-y-teal-500\/5 {
  border-top-color: rgb(129 195 175 / 0.05);
  border-bottom-color: rgb(129 195 175 / 0.05);
}

.border-y-teal-500\/50 {
  border-top-color: rgb(129 195 175 / 0.5);
  border-bottom-color: rgb(129 195 175 / 0.5);
}

.border-y-teal-500\/60 {
  border-top-color: rgb(129 195 175 / 0.6);
  border-bottom-color: rgb(129 195 175 / 0.6);
}

.border-y-teal-500\/70 {
  border-top-color: rgb(129 195 175 / 0.7);
  border-bottom-color: rgb(129 195 175 / 0.7);
}

.border-y-teal-500\/75 {
  border-top-color: rgb(129 195 175 / 0.75);
  border-bottom-color: rgb(129 195 175 / 0.75);
}

.border-y-teal-500\/80 {
  border-top-color: rgb(129 195 175 / 0.8);
  border-bottom-color: rgb(129 195 175 / 0.8);
}

.border-y-teal-500\/90 {
  border-top-color: rgb(129 195 175 / 0.9);
  border-bottom-color: rgb(129 195 175 / 0.9);
}

.border-y-teal-500\/95 {
  border-top-color: rgb(129 195 175 / 0.95);
  border-bottom-color: rgb(129 195 175 / 0.95);
}

.border-y-teal-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(91 177 151 / var(--tw-border-opacity));
  border-bottom-color: rgb(91 177 151 / var(--tw-border-opacity));
}

.border-y-teal-600\/0 {
  border-top-color: rgb(91 177 151 / 0);
  border-bottom-color: rgb(91 177 151 / 0);
}

.border-y-teal-600\/10 {
  border-top-color: rgb(91 177 151 / 0.1);
  border-bottom-color: rgb(91 177 151 / 0.1);
}

.border-y-teal-600\/100 {
  border-top-color: rgb(91 177 151 / 1);
  border-bottom-color: rgb(91 177 151 / 1);
}

.border-y-teal-600\/20 {
  border-top-color: rgb(91 177 151 / 0.2);
  border-bottom-color: rgb(91 177 151 / 0.2);
}

.border-y-teal-600\/25 {
  border-top-color: rgb(91 177 151 / 0.25);
  border-bottom-color: rgb(91 177 151 / 0.25);
}

.border-y-teal-600\/30 {
  border-top-color: rgb(91 177 151 / 0.3);
  border-bottom-color: rgb(91 177 151 / 0.3);
}

.border-y-teal-600\/40 {
  border-top-color: rgb(91 177 151 / 0.4);
  border-bottom-color: rgb(91 177 151 / 0.4);
}

.border-y-teal-600\/5 {
  border-top-color: rgb(91 177 151 / 0.05);
  border-bottom-color: rgb(91 177 151 / 0.05);
}

.border-y-teal-600\/50 {
  border-top-color: rgb(91 177 151 / 0.5);
  border-bottom-color: rgb(91 177 151 / 0.5);
}

.border-y-teal-600\/60 {
  border-top-color: rgb(91 177 151 / 0.6);
  border-bottom-color: rgb(91 177 151 / 0.6);
}

.border-y-teal-600\/70 {
  border-top-color: rgb(91 177 151 / 0.7);
  border-bottom-color: rgb(91 177 151 / 0.7);
}

.border-y-teal-600\/75 {
  border-top-color: rgb(91 177 151 / 0.75);
  border-bottom-color: rgb(91 177 151 / 0.75);
}

.border-y-teal-600\/80 {
  border-top-color: rgb(91 177 151 / 0.8);
  border-bottom-color: rgb(91 177 151 / 0.8);
}

.border-y-teal-600\/90 {
  border-top-color: rgb(91 177 151 / 0.9);
  border-bottom-color: rgb(91 177 151 / 0.9);
}

.border-y-teal-600\/95 {
  border-top-color: rgb(91 177 151 / 0.95);
  border-bottom-color: rgb(91 177 151 / 0.95);
}

.border-y-teal-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(68 143 121 / var(--tw-border-opacity));
  border-bottom-color: rgb(68 143 121 / var(--tw-border-opacity));
}

.border-y-teal-700\/0 {
  border-top-color: rgb(68 143 121 / 0);
  border-bottom-color: rgb(68 143 121 / 0);
}

.border-y-teal-700\/10 {
  border-top-color: rgb(68 143 121 / 0.1);
  border-bottom-color: rgb(68 143 121 / 0.1);
}

.border-y-teal-700\/100 {
  border-top-color: rgb(68 143 121 / 1);
  border-bottom-color: rgb(68 143 121 / 1);
}

.border-y-teal-700\/20 {
  border-top-color: rgb(68 143 121 / 0.2);
  border-bottom-color: rgb(68 143 121 / 0.2);
}

.border-y-teal-700\/25 {
  border-top-color: rgb(68 143 121 / 0.25);
  border-bottom-color: rgb(68 143 121 / 0.25);
}

.border-y-teal-700\/30 {
  border-top-color: rgb(68 143 121 / 0.3);
  border-bottom-color: rgb(68 143 121 / 0.3);
}

.border-y-teal-700\/40 {
  border-top-color: rgb(68 143 121 / 0.4);
  border-bottom-color: rgb(68 143 121 / 0.4);
}

.border-y-teal-700\/5 {
  border-top-color: rgb(68 143 121 / 0.05);
  border-bottom-color: rgb(68 143 121 / 0.05);
}

.border-y-teal-700\/50 {
  border-top-color: rgb(68 143 121 / 0.5);
  border-bottom-color: rgb(68 143 121 / 0.5);
}

.border-y-teal-700\/60 {
  border-top-color: rgb(68 143 121 / 0.6);
  border-bottom-color: rgb(68 143 121 / 0.6);
}

.border-y-teal-700\/70 {
  border-top-color: rgb(68 143 121 / 0.7);
  border-bottom-color: rgb(68 143 121 / 0.7);
}

.border-y-teal-700\/75 {
  border-top-color: rgb(68 143 121 / 0.75);
  border-bottom-color: rgb(68 143 121 / 0.75);
}

.border-y-teal-700\/80 {
  border-top-color: rgb(68 143 121 / 0.8);
  border-bottom-color: rgb(68 143 121 / 0.8);
}

.border-y-teal-700\/90 {
  border-top-color: rgb(68 143 121 / 0.9);
  border-bottom-color: rgb(68 143 121 / 0.9);
}

.border-y-teal-700\/95 {
  border-top-color: rgb(68 143 121 / 0.95);
  border-bottom-color: rgb(68 143 121 / 0.95);
}

.border-y-teal-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(50 105 89 / var(--tw-border-opacity));
  border-bottom-color: rgb(50 105 89 / var(--tw-border-opacity));
}

.border-y-teal-800\/0 {
  border-top-color: rgb(50 105 89 / 0);
  border-bottom-color: rgb(50 105 89 / 0);
}

.border-y-teal-800\/10 {
  border-top-color: rgb(50 105 89 / 0.1);
  border-bottom-color: rgb(50 105 89 / 0.1);
}

.border-y-teal-800\/100 {
  border-top-color: rgb(50 105 89 / 1);
  border-bottom-color: rgb(50 105 89 / 1);
}

.border-y-teal-800\/20 {
  border-top-color: rgb(50 105 89 / 0.2);
  border-bottom-color: rgb(50 105 89 / 0.2);
}

.border-y-teal-800\/25 {
  border-top-color: rgb(50 105 89 / 0.25);
  border-bottom-color: rgb(50 105 89 / 0.25);
}

.border-y-teal-800\/30 {
  border-top-color: rgb(50 105 89 / 0.3);
  border-bottom-color: rgb(50 105 89 / 0.3);
}

.border-y-teal-800\/40 {
  border-top-color: rgb(50 105 89 / 0.4);
  border-bottom-color: rgb(50 105 89 / 0.4);
}

.border-y-teal-800\/5 {
  border-top-color: rgb(50 105 89 / 0.05);
  border-bottom-color: rgb(50 105 89 / 0.05);
}

.border-y-teal-800\/50 {
  border-top-color: rgb(50 105 89 / 0.5);
  border-bottom-color: rgb(50 105 89 / 0.5);
}

.border-y-teal-800\/60 {
  border-top-color: rgb(50 105 89 / 0.6);
  border-bottom-color: rgb(50 105 89 / 0.6);
}

.border-y-teal-800\/70 {
  border-top-color: rgb(50 105 89 / 0.7);
  border-bottom-color: rgb(50 105 89 / 0.7);
}

.border-y-teal-800\/75 {
  border-top-color: rgb(50 105 89 / 0.75);
  border-bottom-color: rgb(50 105 89 / 0.75);
}

.border-y-teal-800\/80 {
  border-top-color: rgb(50 105 89 / 0.8);
  border-bottom-color: rgb(50 105 89 / 0.8);
}

.border-y-teal-800\/90 {
  border-top-color: rgb(50 105 89 / 0.9);
  border-bottom-color: rgb(50 105 89 / 0.9);
}

.border-y-teal-800\/95 {
  border-top-color: rgb(50 105 89 / 0.95);
  border-bottom-color: rgb(50 105 89 / 0.95);
}

.border-y-teal-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(32 67 57 / var(--tw-border-opacity));
  border-bottom-color: rgb(32 67 57 / var(--tw-border-opacity));
}

.border-y-teal-900\/0 {
  border-top-color: rgb(32 67 57 / 0);
  border-bottom-color: rgb(32 67 57 / 0);
}

.border-y-teal-900\/10 {
  border-top-color: rgb(32 67 57 / 0.1);
  border-bottom-color: rgb(32 67 57 / 0.1);
}

.border-y-teal-900\/100 {
  border-top-color: rgb(32 67 57 / 1);
  border-bottom-color: rgb(32 67 57 / 1);
}

.border-y-teal-900\/20 {
  border-top-color: rgb(32 67 57 / 0.2);
  border-bottom-color: rgb(32 67 57 / 0.2);
}

.border-y-teal-900\/25 {
  border-top-color: rgb(32 67 57 / 0.25);
  border-bottom-color: rgb(32 67 57 / 0.25);
}

.border-y-teal-900\/30 {
  border-top-color: rgb(32 67 57 / 0.3);
  border-bottom-color: rgb(32 67 57 / 0.3);
}

.border-y-teal-900\/40 {
  border-top-color: rgb(32 67 57 / 0.4);
  border-bottom-color: rgb(32 67 57 / 0.4);
}

.border-y-teal-900\/5 {
  border-top-color: rgb(32 67 57 / 0.05);
  border-bottom-color: rgb(32 67 57 / 0.05);
}

.border-y-teal-900\/50 {
  border-top-color: rgb(32 67 57 / 0.5);
  border-bottom-color: rgb(32 67 57 / 0.5);
}

.border-y-teal-900\/60 {
  border-top-color: rgb(32 67 57 / 0.6);
  border-bottom-color: rgb(32 67 57 / 0.6);
}

.border-y-teal-900\/70 {
  border-top-color: rgb(32 67 57 / 0.7);
  border-bottom-color: rgb(32 67 57 / 0.7);
}

.border-y-teal-900\/75 {
  border-top-color: rgb(32 67 57 / 0.75);
  border-bottom-color: rgb(32 67 57 / 0.75);
}

.border-y-teal-900\/80 {
  border-top-color: rgb(32 67 57 / 0.8);
  border-bottom-color: rgb(32 67 57 / 0.8);
}

.border-y-teal-900\/90 {
  border-top-color: rgb(32 67 57 / 0.9);
  border-bottom-color: rgb(32 67 57 / 0.9);
}

.border-y-teal-900\/95 {
  border-top-color: rgb(32 67 57 / 0.95);
  border-bottom-color: rgb(32 67 57 / 0.95);
}

.border-y-teal\/0 {
  border-top-color: rgb(129 195 175 / 0);
  border-bottom-color: rgb(129 195 175 / 0);
}

.border-y-teal\/10 {
  border-top-color: rgb(129 195 175 / 0.1);
  border-bottom-color: rgb(129 195 175 / 0.1);
}

.border-y-teal\/100 {
  border-top-color: rgb(129 195 175 / 1);
  border-bottom-color: rgb(129 195 175 / 1);
}

.border-y-teal\/20 {
  border-top-color: rgb(129 195 175 / 0.2);
  border-bottom-color: rgb(129 195 175 / 0.2);
}

.border-y-teal\/25 {
  border-top-color: rgb(129 195 175 / 0.25);
  border-bottom-color: rgb(129 195 175 / 0.25);
}

.border-y-teal\/30 {
  border-top-color: rgb(129 195 175 / 0.3);
  border-bottom-color: rgb(129 195 175 / 0.3);
}

.border-y-teal\/40 {
  border-top-color: rgb(129 195 175 / 0.4);
  border-bottom-color: rgb(129 195 175 / 0.4);
}

.border-y-teal\/5 {
  border-top-color: rgb(129 195 175 / 0.05);
  border-bottom-color: rgb(129 195 175 / 0.05);
}

.border-y-teal\/50 {
  border-top-color: rgb(129 195 175 / 0.5);
  border-bottom-color: rgb(129 195 175 / 0.5);
}

.border-y-teal\/60 {
  border-top-color: rgb(129 195 175 / 0.6);
  border-bottom-color: rgb(129 195 175 / 0.6);
}

.border-y-teal\/70 {
  border-top-color: rgb(129 195 175 / 0.7);
  border-bottom-color: rgb(129 195 175 / 0.7);
}

.border-y-teal\/75 {
  border-top-color: rgb(129 195 175 / 0.75);
  border-bottom-color: rgb(129 195 175 / 0.75);
}

.border-y-teal\/80 {
  border-top-color: rgb(129 195 175 / 0.8);
  border-bottom-color: rgb(129 195 175 / 0.8);
}

.border-y-teal\/90 {
  border-top-color: rgb(129 195 175 / 0.9);
  border-bottom-color: rgb(129 195 175 / 0.9);
}

.border-y-teal\/95 {
  border-top-color: rgb(129 195 175 / 0.95);
  border-bottom-color: rgb(129 195 175 / 0.95);
}

.border-y-transparent {
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.border-y-transparent\/0 {
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}

.border-y-transparent\/10 {
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.border-y-transparent\/100 {
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}

.border-y-transparent\/20 {
  border-top-color: rgb(0 0 0 / 0.2);
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.border-y-transparent\/25 {
  border-top-color: rgb(0 0 0 / 0.25);
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.border-y-transparent\/30 {
  border-top-color: rgb(0 0 0 / 0.3);
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.border-y-transparent\/40 {
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.border-y-transparent\/5 {
  border-top-color: rgb(0 0 0 / 0.05);
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.border-y-transparent\/50 {
  border-top-color: rgb(0 0 0 / 0.5);
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.border-y-transparent\/60 {
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.border-y-transparent\/70 {
  border-top-color: rgb(0 0 0 / 0.7);
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.border-y-transparent\/75 {
  border-top-color: rgb(0 0 0 / 0.75);
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.border-y-transparent\/80 {
  border-top-color: rgb(0 0 0 / 0.8);
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.border-y-transparent\/90 {
  border-top-color: rgb(0 0 0 / 0.9);
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.border-y-transparent\/95 {
  border-top-color: rgb(0 0 0 / 0.95);
  border-bottom-color: rgb(0 0 0 / 0.95);
}

.border-y-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-y-white\/0 {
  border-top-color: rgb(255 255 255 / 0);
  border-bottom-color: rgb(255 255 255 / 0);
}

.border-y-white\/10 {
  border-top-color: rgb(255 255 255 / 0.1);
  border-bottom-color: rgb(255 255 255 / 0.1);
}

.border-y-white\/100 {
  border-top-color: rgb(255 255 255 / 1);
  border-bottom-color: rgb(255 255 255 / 1);
}

.border-y-white\/20 {
  border-top-color: rgb(255 255 255 / 0.2);
  border-bottom-color: rgb(255 255 255 / 0.2);
}

.border-y-white\/25 {
  border-top-color: rgb(255 255 255 / 0.25);
  border-bottom-color: rgb(255 255 255 / 0.25);
}

.border-y-white\/30 {
  border-top-color: rgb(255 255 255 / 0.3);
  border-bottom-color: rgb(255 255 255 / 0.3);
}

.border-y-white\/40 {
  border-top-color: rgb(255 255 255 / 0.4);
  border-bottom-color: rgb(255 255 255 / 0.4);
}

.border-y-white\/5 {
  border-top-color: rgb(255 255 255 / 0.05);
  border-bottom-color: rgb(255 255 255 / 0.05);
}

.border-y-white\/50 {
  border-top-color: rgb(255 255 255 / 0.5);
  border-bottom-color: rgb(255 255 255 / 0.5);
}

.border-y-white\/60 {
  border-top-color: rgb(255 255 255 / 0.6);
  border-bottom-color: rgb(255 255 255 / 0.6);
}

.border-y-white\/70 {
  border-top-color: rgb(255 255 255 / 0.7);
  border-bottom-color: rgb(255 255 255 / 0.7);
}

.border-y-white\/75 {
  border-top-color: rgb(255 255 255 / 0.75);
  border-bottom-color: rgb(255 255 255 / 0.75);
}

.border-y-white\/80 {
  border-top-color: rgb(255 255 255 / 0.8);
  border-bottom-color: rgb(255 255 255 / 0.8);
}

.border-y-white\/90 {
  border-top-color: rgb(255 255 255 / 0.9);
  border-bottom-color: rgb(255 255 255 / 0.9);
}

.border-y-white\/95 {
  border-top-color: rgb(255 255 255 / 0.95);
  border-bottom-color: rgb(255 255 255 / 0.95);
}

.border-y-yellow {
  --tw-border-opacity: 1;
  border-top-color: rgb(247 191 31 / var(--tw-border-opacity));
  border-bottom-color: rgb(247 191 31 / var(--tw-border-opacity));
}

.border-y-yellow-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 243 200 / var(--tw-border-opacity));
  border-bottom-color: rgb(253 243 200 / var(--tw-border-opacity));
}

.border-y-yellow-100\/0 {
  border-top-color: rgb(253 243 200 / 0);
  border-bottom-color: rgb(253 243 200 / 0);
}

.border-y-yellow-100\/10 {
  border-top-color: rgb(253 243 200 / 0.1);
  border-bottom-color: rgb(253 243 200 / 0.1);
}

.border-y-yellow-100\/100 {
  border-top-color: rgb(253 243 200 / 1);
  border-bottom-color: rgb(253 243 200 / 1);
}

.border-y-yellow-100\/20 {
  border-top-color: rgb(253 243 200 / 0.2);
  border-bottom-color: rgb(253 243 200 / 0.2);
}

.border-y-yellow-100\/25 {
  border-top-color: rgb(253 243 200 / 0.25);
  border-bottom-color: rgb(253 243 200 / 0.25);
}

.border-y-yellow-100\/30 {
  border-top-color: rgb(253 243 200 / 0.3);
  border-bottom-color: rgb(253 243 200 / 0.3);
}

.border-y-yellow-100\/40 {
  border-top-color: rgb(253 243 200 / 0.4);
  border-bottom-color: rgb(253 243 200 / 0.4);
}

.border-y-yellow-100\/5 {
  border-top-color: rgb(253 243 200 / 0.05);
  border-bottom-color: rgb(253 243 200 / 0.05);
}

.border-y-yellow-100\/50 {
  border-top-color: rgb(253 243 200 / 0.5);
  border-bottom-color: rgb(253 243 200 / 0.5);
}

.border-y-yellow-100\/60 {
  border-top-color: rgb(253 243 200 / 0.6);
  border-bottom-color: rgb(253 243 200 / 0.6);
}

.border-y-yellow-100\/70 {
  border-top-color: rgb(253 243 200 / 0.7);
  border-bottom-color: rgb(253 243 200 / 0.7);
}

.border-y-yellow-100\/75 {
  border-top-color: rgb(253 243 200 / 0.75);
  border-bottom-color: rgb(253 243 200 / 0.75);
}

.border-y-yellow-100\/80 {
  border-top-color: rgb(253 243 200 / 0.8);
  border-bottom-color: rgb(253 243 200 / 0.8);
}

.border-y-yellow-100\/90 {
  border-top-color: rgb(253 243 200 / 0.9);
  border-bottom-color: rgb(253 243 200 / 0.9);
}

.border-y-yellow-100\/95 {
  border-top-color: rgb(253 243 200 / 0.95);
  border-bottom-color: rgb(253 243 200 / 0.95);
}

.border-y-yellow-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(251 231 140 / var(--tw-border-opacity));
  border-bottom-color: rgb(251 231 140 / var(--tw-border-opacity));
}

.border-y-yellow-200\/0 {
  border-top-color: rgb(251 231 140 / 0);
  border-bottom-color: rgb(251 231 140 / 0);
}

.border-y-yellow-200\/10 {
  border-top-color: rgb(251 231 140 / 0.1);
  border-bottom-color: rgb(251 231 140 / 0.1);
}

.border-y-yellow-200\/100 {
  border-top-color: rgb(251 231 140 / 1);
  border-bottom-color: rgb(251 231 140 / 1);
}

.border-y-yellow-200\/20 {
  border-top-color: rgb(251 231 140 / 0.2);
  border-bottom-color: rgb(251 231 140 / 0.2);
}

.border-y-yellow-200\/25 {
  border-top-color: rgb(251 231 140 / 0.25);
  border-bottom-color: rgb(251 231 140 / 0.25);
}

.border-y-yellow-200\/30 {
  border-top-color: rgb(251 231 140 / 0.3);
  border-bottom-color: rgb(251 231 140 / 0.3);
}

.border-y-yellow-200\/40 {
  border-top-color: rgb(251 231 140 / 0.4);
  border-bottom-color: rgb(251 231 140 / 0.4);
}

.border-y-yellow-200\/5 {
  border-top-color: rgb(251 231 140 / 0.05);
  border-bottom-color: rgb(251 231 140 / 0.05);
}

.border-y-yellow-200\/50 {
  border-top-color: rgb(251 231 140 / 0.5);
  border-bottom-color: rgb(251 231 140 / 0.5);
}

.border-y-yellow-200\/60 {
  border-top-color: rgb(251 231 140 / 0.6);
  border-bottom-color: rgb(251 231 140 / 0.6);
}

.border-y-yellow-200\/70 {
  border-top-color: rgb(251 231 140 / 0.7);
  border-bottom-color: rgb(251 231 140 / 0.7);
}

.border-y-yellow-200\/75 {
  border-top-color: rgb(251 231 140 / 0.75);
  border-bottom-color: rgb(251 231 140 / 0.75);
}

.border-y-yellow-200\/80 {
  border-top-color: rgb(251 231 140 / 0.8);
  border-bottom-color: rgb(251 231 140 / 0.8);
}

.border-y-yellow-200\/90 {
  border-top-color: rgb(251 231 140 / 0.9);
  border-bottom-color: rgb(251 231 140 / 0.9);
}

.border-y-yellow-200\/95 {
  border-top-color: rgb(251 231 140 / 0.95);
  border-bottom-color: rgb(251 231 140 / 0.95);
}

.border-y-yellow-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 212 80 / var(--tw-border-opacity));
  border-bottom-color: rgb(249 212 80 / var(--tw-border-opacity));
}

.border-y-yellow-300\/0 {
  border-top-color: rgb(249 212 80 / 0);
  border-bottom-color: rgb(249 212 80 / 0);
}

.border-y-yellow-300\/10 {
  border-top-color: rgb(249 212 80 / 0.1);
  border-bottom-color: rgb(249 212 80 / 0.1);
}

.border-y-yellow-300\/100 {
  border-top-color: rgb(249 212 80 / 1);
  border-bottom-color: rgb(249 212 80 / 1);
}

.border-y-yellow-300\/20 {
  border-top-color: rgb(249 212 80 / 0.2);
  border-bottom-color: rgb(249 212 80 / 0.2);
}

.border-y-yellow-300\/25 {
  border-top-color: rgb(249 212 80 / 0.25);
  border-bottom-color: rgb(249 212 80 / 0.25);
}

.border-y-yellow-300\/30 {
  border-top-color: rgb(249 212 80 / 0.3);
  border-bottom-color: rgb(249 212 80 / 0.3);
}

.border-y-yellow-300\/40 {
  border-top-color: rgb(249 212 80 / 0.4);
  border-bottom-color: rgb(249 212 80 / 0.4);
}

.border-y-yellow-300\/5 {
  border-top-color: rgb(249 212 80 / 0.05);
  border-bottom-color: rgb(249 212 80 / 0.05);
}

.border-y-yellow-300\/50 {
  border-top-color: rgb(249 212 80 / 0.5);
  border-bottom-color: rgb(249 212 80 / 0.5);
}

.border-y-yellow-300\/60 {
  border-top-color: rgb(249 212 80 / 0.6);
  border-bottom-color: rgb(249 212 80 / 0.6);
}

.border-y-yellow-300\/70 {
  border-top-color: rgb(249 212 80 / 0.7);
  border-bottom-color: rgb(249 212 80 / 0.7);
}

.border-y-yellow-300\/75 {
  border-top-color: rgb(249 212 80 / 0.75);
  border-bottom-color: rgb(249 212 80 / 0.75);
}

.border-y-yellow-300\/80 {
  border-top-color: rgb(249 212 80 / 0.8);
  border-bottom-color: rgb(249 212 80 / 0.8);
}

.border-y-yellow-300\/90 {
  border-top-color: rgb(249 212 80 / 0.9);
  border-bottom-color: rgb(249 212 80 / 0.9);
}

.border-y-yellow-300\/95 {
  border-top-color: rgb(249 212 80 / 0.95);
  border-bottom-color: rgb(249 212 80 / 0.95);
}

.border-y-yellow-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(247 191 31 / var(--tw-border-opacity));
  border-bottom-color: rgb(247 191 31 / var(--tw-border-opacity));
}

.border-y-yellow-400\/0 {
  border-top-color: rgb(247 191 31 / 0);
  border-bottom-color: rgb(247 191 31 / 0);
}

.border-y-yellow-400\/10 {
  border-top-color: rgb(247 191 31 / 0.1);
  border-bottom-color: rgb(247 191 31 / 0.1);
}

.border-y-yellow-400\/100 {
  border-top-color: rgb(247 191 31 / 1);
  border-bottom-color: rgb(247 191 31 / 1);
}

.border-y-yellow-400\/20 {
  border-top-color: rgb(247 191 31 / 0.2);
  border-bottom-color: rgb(247 191 31 / 0.2);
}

.border-y-yellow-400\/25 {
  border-top-color: rgb(247 191 31 / 0.25);
  border-bottom-color: rgb(247 191 31 / 0.25);
}

.border-y-yellow-400\/30 {
  border-top-color: rgb(247 191 31 / 0.3);
  border-bottom-color: rgb(247 191 31 / 0.3);
}

.border-y-yellow-400\/40 {
  border-top-color: rgb(247 191 31 / 0.4);
  border-bottom-color: rgb(247 191 31 / 0.4);
}

.border-y-yellow-400\/5 {
  border-top-color: rgb(247 191 31 / 0.05);
  border-bottom-color: rgb(247 191 31 / 0.05);
}

.border-y-yellow-400\/50 {
  border-top-color: rgb(247 191 31 / 0.5);
  border-bottom-color: rgb(247 191 31 / 0.5);
}

.border-y-yellow-400\/60 {
  border-top-color: rgb(247 191 31 / 0.6);
  border-bottom-color: rgb(247 191 31 / 0.6);
}

.border-y-yellow-400\/70 {
  border-top-color: rgb(247 191 31 / 0.7);
  border-bottom-color: rgb(247 191 31 / 0.7);
}

.border-y-yellow-400\/75 {
  border-top-color: rgb(247 191 31 / 0.75);
  border-bottom-color: rgb(247 191 31 / 0.75);
}

.border-y-yellow-400\/80 {
  border-top-color: rgb(247 191 31 / 0.8);
  border-bottom-color: rgb(247 191 31 / 0.8);
}

.border-y-yellow-400\/90 {
  border-top-color: rgb(247 191 31 / 0.9);
  border-bottom-color: rgb(247 191 31 / 0.9);
}

.border-y-yellow-400\/95 {
  border-top-color: rgb(247 191 31 / 0.95);
  border-bottom-color: rgb(247 191 31 / 0.95);
}

.border-y-yellow-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 251 235 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.border-y-yellow-50\/0 {
  border-top-color: rgb(255 251 235 / 0);
  border-bottom-color: rgb(255 251 235 / 0);
}

.border-y-yellow-50\/10 {
  border-top-color: rgb(255 251 235 / 0.1);
  border-bottom-color: rgb(255 251 235 / 0.1);
}

.border-y-yellow-50\/100 {
  border-top-color: rgb(255 251 235 / 1);
  border-bottom-color: rgb(255 251 235 / 1);
}

.border-y-yellow-50\/20 {
  border-top-color: rgb(255 251 235 / 0.2);
  border-bottom-color: rgb(255 251 235 / 0.2);
}

.border-y-yellow-50\/25 {
  border-top-color: rgb(255 251 235 / 0.25);
  border-bottom-color: rgb(255 251 235 / 0.25);
}

.border-y-yellow-50\/30 {
  border-top-color: rgb(255 251 235 / 0.3);
  border-bottom-color: rgb(255 251 235 / 0.3);
}

.border-y-yellow-50\/40 {
  border-top-color: rgb(255 251 235 / 0.4);
  border-bottom-color: rgb(255 251 235 / 0.4);
}

.border-y-yellow-50\/5 {
  border-top-color: rgb(255 251 235 / 0.05);
  border-bottom-color: rgb(255 251 235 / 0.05);
}

.border-y-yellow-50\/50 {
  border-top-color: rgb(255 251 235 / 0.5);
  border-bottom-color: rgb(255 251 235 / 0.5);
}

.border-y-yellow-50\/60 {
  border-top-color: rgb(255 251 235 / 0.6);
  border-bottom-color: rgb(255 251 235 / 0.6);
}

.border-y-yellow-50\/70 {
  border-top-color: rgb(255 251 235 / 0.7);
  border-bottom-color: rgb(255 251 235 / 0.7);
}

.border-y-yellow-50\/75 {
  border-top-color: rgb(255 251 235 / 0.75);
  border-bottom-color: rgb(255 251 235 / 0.75);
}

.border-y-yellow-50\/80 {
  border-top-color: rgb(255 251 235 / 0.8);
  border-bottom-color: rgb(255 251 235 / 0.8);
}

.border-y-yellow-50\/90 {
  border-top-color: rgb(255 251 235 / 0.9);
  border-bottom-color: rgb(255 251 235 / 0.9);
}

.border-y-yellow-50\/95 {
  border-top-color: rgb(255 251 235 / 0.95);
  border-bottom-color: rgb(255 251 235 / 0.95);
}

.border-y-yellow-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(241 161 15 / var(--tw-border-opacity));
  border-bottom-color: rgb(241 161 15 / var(--tw-border-opacity));
}

.border-y-yellow-500\/0 {
  border-top-color: rgb(241 161 15 / 0);
  border-bottom-color: rgb(241 161 15 / 0);
}

.border-y-yellow-500\/10 {
  border-top-color: rgb(241 161 15 / 0.1);
  border-bottom-color: rgb(241 161 15 / 0.1);
}

.border-y-yellow-500\/100 {
  border-top-color: rgb(241 161 15 / 1);
  border-bottom-color: rgb(241 161 15 / 1);
}

.border-y-yellow-500\/20 {
  border-top-color: rgb(241 161 15 / 0.2);
  border-bottom-color: rgb(241 161 15 / 0.2);
}

.border-y-yellow-500\/25 {
  border-top-color: rgb(241 161 15 / 0.25);
  border-bottom-color: rgb(241 161 15 / 0.25);
}

.border-y-yellow-500\/30 {
  border-top-color: rgb(241 161 15 / 0.3);
  border-bottom-color: rgb(241 161 15 / 0.3);
}

.border-y-yellow-500\/40 {
  border-top-color: rgb(241 161 15 / 0.4);
  border-bottom-color: rgb(241 161 15 / 0.4);
}

.border-y-yellow-500\/5 {
  border-top-color: rgb(241 161 15 / 0.05);
  border-bottom-color: rgb(241 161 15 / 0.05);
}

.border-y-yellow-500\/50 {
  border-top-color: rgb(241 161 15 / 0.5);
  border-bottom-color: rgb(241 161 15 / 0.5);
}

.border-y-yellow-500\/60 {
  border-top-color: rgb(241 161 15 / 0.6);
  border-bottom-color: rgb(241 161 15 / 0.6);
}

.border-y-yellow-500\/70 {
  border-top-color: rgb(241 161 15 / 0.7);
  border-bottom-color: rgb(241 161 15 / 0.7);
}

.border-y-yellow-500\/75 {
  border-top-color: rgb(241 161 15 / 0.75);
  border-bottom-color: rgb(241 161 15 / 0.75);
}

.border-y-yellow-500\/80 {
  border-top-color: rgb(241 161 15 / 0.8);
  border-bottom-color: rgb(241 161 15 / 0.8);
}

.border-y-yellow-500\/90 {
  border-top-color: rgb(241 161 15 / 0.9);
  border-bottom-color: rgb(241 161 15 / 0.9);
}

.border-y-yellow-500\/95 {
  border-top-color: rgb(241 161 15 / 0.95);
  border-bottom-color: rgb(241 161 15 / 0.95);
}

.border-y-yellow-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(213 123 10 / var(--tw-border-opacity));
  border-bottom-color: rgb(213 123 10 / var(--tw-border-opacity));
}

.border-y-yellow-600\/0 {
  border-top-color: rgb(213 123 10 / 0);
  border-bottom-color: rgb(213 123 10 / 0);
}

.border-y-yellow-600\/10 {
  border-top-color: rgb(213 123 10 / 0.1);
  border-bottom-color: rgb(213 123 10 / 0.1);
}

.border-y-yellow-600\/100 {
  border-top-color: rgb(213 123 10 / 1);
  border-bottom-color: rgb(213 123 10 / 1);
}

.border-y-yellow-600\/20 {
  border-top-color: rgb(213 123 10 / 0.2);
  border-bottom-color: rgb(213 123 10 / 0.2);
}

.border-y-yellow-600\/25 {
  border-top-color: rgb(213 123 10 / 0.25);
  border-bottom-color: rgb(213 123 10 / 0.25);
}

.border-y-yellow-600\/30 {
  border-top-color: rgb(213 123 10 / 0.3);
  border-bottom-color: rgb(213 123 10 / 0.3);
}

.border-y-yellow-600\/40 {
  border-top-color: rgb(213 123 10 / 0.4);
  border-bottom-color: rgb(213 123 10 / 0.4);
}

.border-y-yellow-600\/5 {
  border-top-color: rgb(213 123 10 / 0.05);
  border-bottom-color: rgb(213 123 10 / 0.05);
}

.border-y-yellow-600\/50 {
  border-top-color: rgb(213 123 10 / 0.5);
  border-bottom-color: rgb(213 123 10 / 0.5);
}

.border-y-yellow-600\/60 {
  border-top-color: rgb(213 123 10 / 0.6);
  border-bottom-color: rgb(213 123 10 / 0.6);
}

.border-y-yellow-600\/70 {
  border-top-color: rgb(213 123 10 / 0.7);
  border-bottom-color: rgb(213 123 10 / 0.7);
}

.border-y-yellow-600\/75 {
  border-top-color: rgb(213 123 10 / 0.75);
  border-bottom-color: rgb(213 123 10 / 0.75);
}

.border-y-yellow-600\/80 {
  border-top-color: rgb(213 123 10 / 0.8);
  border-bottom-color: rgb(213 123 10 / 0.8);
}

.border-y-yellow-600\/90 {
  border-top-color: rgb(213 123 10 / 0.9);
  border-bottom-color: rgb(213 123 10 / 0.9);
}

.border-y-yellow-600\/95 {
  border-top-color: rgb(213 123 10 / 0.95);
  border-bottom-color: rgb(213 123 10 / 0.95);
}

.border-y-yellow-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(177 86 12 / var(--tw-border-opacity));
  border-bottom-color: rgb(177 86 12 / var(--tw-border-opacity));
}

.border-y-yellow-700\/0 {
  border-top-color: rgb(177 86 12 / 0);
  border-bottom-color: rgb(177 86 12 / 0);
}

.border-y-yellow-700\/10 {
  border-top-color: rgb(177 86 12 / 0.1);
  border-bottom-color: rgb(177 86 12 / 0.1);
}

.border-y-yellow-700\/100 {
  border-top-color: rgb(177 86 12 / 1);
  border-bottom-color: rgb(177 86 12 / 1);
}

.border-y-yellow-700\/20 {
  border-top-color: rgb(177 86 12 / 0.2);
  border-bottom-color: rgb(177 86 12 / 0.2);
}

.border-y-yellow-700\/25 {
  border-top-color: rgb(177 86 12 / 0.25);
  border-bottom-color: rgb(177 86 12 / 0.25);
}

.border-y-yellow-700\/30 {
  border-top-color: rgb(177 86 12 / 0.3);
  border-bottom-color: rgb(177 86 12 / 0.3);
}

.border-y-yellow-700\/40 {
  border-top-color: rgb(177 86 12 / 0.4);
  border-bottom-color: rgb(177 86 12 / 0.4);
}

.border-y-yellow-700\/5 {
  border-top-color: rgb(177 86 12 / 0.05);
  border-bottom-color: rgb(177 86 12 / 0.05);
}

.border-y-yellow-700\/50 {
  border-top-color: rgb(177 86 12 / 0.5);
  border-bottom-color: rgb(177 86 12 / 0.5);
}

.border-y-yellow-700\/60 {
  border-top-color: rgb(177 86 12 / 0.6);
  border-bottom-color: rgb(177 86 12 / 0.6);
}

.border-y-yellow-700\/70 {
  border-top-color: rgb(177 86 12 / 0.7);
  border-bottom-color: rgb(177 86 12 / 0.7);
}

.border-y-yellow-700\/75 {
  border-top-color: rgb(177 86 12 / 0.75);
  border-bottom-color: rgb(177 86 12 / 0.75);
}

.border-y-yellow-700\/80 {
  border-top-color: rgb(177 86 12 / 0.8);
  border-bottom-color: rgb(177 86 12 / 0.8);
}

.border-y-yellow-700\/90 {
  border-top-color: rgb(177 86 12 / 0.9);
  border-bottom-color: rgb(177 86 12 / 0.9);
}

.border-y-yellow-700\/95 {
  border-top-color: rgb(177 86 12 / 0.95);
  border-bottom-color: rgb(177 86 12 / 0.95);
}

.border-y-yellow-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(144 68 16 / var(--tw-border-opacity));
  border-bottom-color: rgb(144 68 16 / var(--tw-border-opacity));
}

.border-y-yellow-800\/0 {
  border-top-color: rgb(144 68 16 / 0);
  border-bottom-color: rgb(144 68 16 / 0);
}

.border-y-yellow-800\/10 {
  border-top-color: rgb(144 68 16 / 0.1);
  border-bottom-color: rgb(144 68 16 / 0.1);
}

.border-y-yellow-800\/100 {
  border-top-color: rgb(144 68 16 / 1);
  border-bottom-color: rgb(144 68 16 / 1);
}

.border-y-yellow-800\/20 {
  border-top-color: rgb(144 68 16 / 0.2);
  border-bottom-color: rgb(144 68 16 / 0.2);
}

.border-y-yellow-800\/25 {
  border-top-color: rgb(144 68 16 / 0.25);
  border-bottom-color: rgb(144 68 16 / 0.25);
}

.border-y-yellow-800\/30 {
  border-top-color: rgb(144 68 16 / 0.3);
  border-bottom-color: rgb(144 68 16 / 0.3);
}

.border-y-yellow-800\/40 {
  border-top-color: rgb(144 68 16 / 0.4);
  border-bottom-color: rgb(144 68 16 / 0.4);
}

.border-y-yellow-800\/5 {
  border-top-color: rgb(144 68 16 / 0.05);
  border-bottom-color: rgb(144 68 16 / 0.05);
}

.border-y-yellow-800\/50 {
  border-top-color: rgb(144 68 16 / 0.5);
  border-bottom-color: rgb(144 68 16 / 0.5);
}

.border-y-yellow-800\/60 {
  border-top-color: rgb(144 68 16 / 0.6);
  border-bottom-color: rgb(144 68 16 / 0.6);
}

.border-y-yellow-800\/70 {
  border-top-color: rgb(144 68 16 / 0.7);
  border-bottom-color: rgb(144 68 16 / 0.7);
}

.border-y-yellow-800\/75 {
  border-top-color: rgb(144 68 16 / 0.75);
  border-bottom-color: rgb(144 68 16 / 0.75);
}

.border-y-yellow-800\/80 {
  border-top-color: rgb(144 68 16 / 0.8);
  border-bottom-color: rgb(144 68 16 / 0.8);
}

.border-y-yellow-800\/90 {
  border-top-color: rgb(144 68 16 / 0.9);
  border-bottom-color: rgb(144 68 16 / 0.9);
}

.border-y-yellow-800\/95 {
  border-top-color: rgb(144 68 16 / 0.95);
  border-bottom-color: rgb(144 68 16 / 0.95);
}

.border-y-yellow-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(118 55 17 / var(--tw-border-opacity));
  border-bottom-color: rgb(118 55 17 / var(--tw-border-opacity));
}

.border-y-yellow-900\/0 {
  border-top-color: rgb(118 55 17 / 0);
  border-bottom-color: rgb(118 55 17 / 0);
}

.border-y-yellow-900\/10 {
  border-top-color: rgb(118 55 17 / 0.1);
  border-bottom-color: rgb(118 55 17 / 0.1);
}

.border-y-yellow-900\/100 {
  border-top-color: rgb(118 55 17 / 1);
  border-bottom-color: rgb(118 55 17 / 1);
}

.border-y-yellow-900\/20 {
  border-top-color: rgb(118 55 17 / 0.2);
  border-bottom-color: rgb(118 55 17 / 0.2);
}

.border-y-yellow-900\/25 {
  border-top-color: rgb(118 55 17 / 0.25);
  border-bottom-color: rgb(118 55 17 / 0.25);
}

.border-y-yellow-900\/30 {
  border-top-color: rgb(118 55 17 / 0.3);
  border-bottom-color: rgb(118 55 17 / 0.3);
}

.border-y-yellow-900\/40 {
  border-top-color: rgb(118 55 17 / 0.4);
  border-bottom-color: rgb(118 55 17 / 0.4);
}

.border-y-yellow-900\/5 {
  border-top-color: rgb(118 55 17 / 0.05);
  border-bottom-color: rgb(118 55 17 / 0.05);
}

.border-y-yellow-900\/50 {
  border-top-color: rgb(118 55 17 / 0.5);
  border-bottom-color: rgb(118 55 17 / 0.5);
}

.border-y-yellow-900\/60 {
  border-top-color: rgb(118 55 17 / 0.6);
  border-bottom-color: rgb(118 55 17 / 0.6);
}

.border-y-yellow-900\/70 {
  border-top-color: rgb(118 55 17 / 0.7);
  border-bottom-color: rgb(118 55 17 / 0.7);
}

.border-y-yellow-900\/75 {
  border-top-color: rgb(118 55 17 / 0.75);
  border-bottom-color: rgb(118 55 17 / 0.75);
}

.border-y-yellow-900\/80 {
  border-top-color: rgb(118 55 17 / 0.8);
  border-bottom-color: rgb(118 55 17 / 0.8);
}

.border-y-yellow-900\/90 {
  border-top-color: rgb(118 55 17 / 0.9);
  border-bottom-color: rgb(118 55 17 / 0.9);
}

.border-y-yellow-900\/95 {
  border-top-color: rgb(118 55 17 / 0.95);
  border-bottom-color: rgb(118 55 17 / 0.95);
}

.border-y-yellow-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(68 27 4 / var(--tw-border-opacity));
  border-bottom-color: rgb(68 27 4 / var(--tw-border-opacity));
}

.border-y-yellow-950\/0 {
  border-top-color: rgb(68 27 4 / 0);
  border-bottom-color: rgb(68 27 4 / 0);
}

.border-y-yellow-950\/10 {
  border-top-color: rgb(68 27 4 / 0.1);
  border-bottom-color: rgb(68 27 4 / 0.1);
}

.border-y-yellow-950\/100 {
  border-top-color: rgb(68 27 4 / 1);
  border-bottom-color: rgb(68 27 4 / 1);
}

.border-y-yellow-950\/20 {
  border-top-color: rgb(68 27 4 / 0.2);
  border-bottom-color: rgb(68 27 4 / 0.2);
}

.border-y-yellow-950\/25 {
  border-top-color: rgb(68 27 4 / 0.25);
  border-bottom-color: rgb(68 27 4 / 0.25);
}

.border-y-yellow-950\/30 {
  border-top-color: rgb(68 27 4 / 0.3);
  border-bottom-color: rgb(68 27 4 / 0.3);
}

.border-y-yellow-950\/40 {
  border-top-color: rgb(68 27 4 / 0.4);
  border-bottom-color: rgb(68 27 4 / 0.4);
}

.border-y-yellow-950\/5 {
  border-top-color: rgb(68 27 4 / 0.05);
  border-bottom-color: rgb(68 27 4 / 0.05);
}

.border-y-yellow-950\/50 {
  border-top-color: rgb(68 27 4 / 0.5);
  border-bottom-color: rgb(68 27 4 / 0.5);
}

.border-y-yellow-950\/60 {
  border-top-color: rgb(68 27 4 / 0.6);
  border-bottom-color: rgb(68 27 4 / 0.6);
}

.border-y-yellow-950\/70 {
  border-top-color: rgb(68 27 4 / 0.7);
  border-bottom-color: rgb(68 27 4 / 0.7);
}

.border-y-yellow-950\/75 {
  border-top-color: rgb(68 27 4 / 0.75);
  border-bottom-color: rgb(68 27 4 / 0.75);
}

.border-y-yellow-950\/80 {
  border-top-color: rgb(68 27 4 / 0.8);
  border-bottom-color: rgb(68 27 4 / 0.8);
}

.border-y-yellow-950\/90 {
  border-top-color: rgb(68 27 4 / 0.9);
  border-bottom-color: rgb(68 27 4 / 0.9);
}

.border-y-yellow-950\/95 {
  border-top-color: rgb(68 27 4 / 0.95);
  border-bottom-color: rgb(68 27 4 / 0.95);
}

.border-y-yellow\/0 {
  border-top-color: rgb(247 191 31 / 0);
  border-bottom-color: rgb(247 191 31 / 0);
}

.border-y-yellow\/10 {
  border-top-color: rgb(247 191 31 / 0.1);
  border-bottom-color: rgb(247 191 31 / 0.1);
}

.border-y-yellow\/100 {
  border-top-color: rgb(247 191 31 / 1);
  border-bottom-color: rgb(247 191 31 / 1);
}

.border-y-yellow\/20 {
  border-top-color: rgb(247 191 31 / 0.2);
  border-bottom-color: rgb(247 191 31 / 0.2);
}

.border-y-yellow\/25 {
  border-top-color: rgb(247 191 31 / 0.25);
  border-bottom-color: rgb(247 191 31 / 0.25);
}

.border-y-yellow\/30 {
  border-top-color: rgb(247 191 31 / 0.3);
  border-bottom-color: rgb(247 191 31 / 0.3);
}

.border-y-yellow\/40 {
  border-top-color: rgb(247 191 31 / 0.4);
  border-bottom-color: rgb(247 191 31 / 0.4);
}

.border-y-yellow\/5 {
  border-top-color: rgb(247 191 31 / 0.05);
  border-bottom-color: rgb(247 191 31 / 0.05);
}

.border-y-yellow\/50 {
  border-top-color: rgb(247 191 31 / 0.5);
  border-bottom-color: rgb(247 191 31 / 0.5);
}

.border-y-yellow\/60 {
  border-top-color: rgb(247 191 31 / 0.6);
  border-bottom-color: rgb(247 191 31 / 0.6);
}

.border-y-yellow\/70 {
  border-top-color: rgb(247 191 31 / 0.7);
  border-bottom-color: rgb(247 191 31 / 0.7);
}

.border-y-yellow\/75 {
  border-top-color: rgb(247 191 31 / 0.75);
  border-bottom-color: rgb(247 191 31 / 0.75);
}

.border-y-yellow\/80 {
  border-top-color: rgb(247 191 31 / 0.8);
  border-bottom-color: rgb(247 191 31 / 0.8);
}

.border-y-yellow\/90 {
  border-top-color: rgb(247 191 31 / 0.9);
  border-bottom-color: rgb(247 191 31 / 0.9);
}

.border-y-yellow\/95 {
  border-top-color: rgb(247 191 31 / 0.95);
  border-bottom-color: rgb(247 191 31 / 0.95);
}

.border-b-aqua {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(129 195 175 / var(--tw-border-opacity));
}

.border-b-aqua-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 248 245 / var(--tw-border-opacity));
}

.border-b-aqua-100\/0 {
  border-bottom-color: rgb(240 248 245 / 0);
}

.border-b-aqua-100\/10 {
  border-bottom-color: rgb(240 248 245 / 0.1);
}

.border-b-aqua-100\/100 {
  border-bottom-color: rgb(240 248 245 / 1);
}

.border-b-aqua-100\/20 {
  border-bottom-color: rgb(240 248 245 / 0.2);
}

.border-b-aqua-100\/25 {
  border-bottom-color: rgb(240 248 245 / 0.25);
}

.border-b-aqua-100\/30 {
  border-bottom-color: rgb(240 248 245 / 0.3);
}

.border-b-aqua-100\/40 {
  border-bottom-color: rgb(240 248 245 / 0.4);
}

.border-b-aqua-100\/5 {
  border-bottom-color: rgb(240 248 245 / 0.05);
}

.border-b-aqua-100\/50 {
  border-bottom-color: rgb(240 248 245 / 0.5);
}

.border-b-aqua-100\/60 {
  border-bottom-color: rgb(240 248 245 / 0.6);
}

.border-b-aqua-100\/70 {
  border-bottom-color: rgb(240 248 245 / 0.7);
}

.border-b-aqua-100\/75 {
  border-bottom-color: rgb(240 248 245 / 0.75);
}

.border-b-aqua-100\/80 {
  border-bottom-color: rgb(240 248 245 / 0.8);
}

.border-b-aqua-100\/90 {
  border-bottom-color: rgb(240 248 245 / 0.9);
}

.border-b-aqua-100\/95 {
  border-bottom-color: rgb(240 248 245 / 0.95);
}

.border-b-aqua-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(212 234 228 / var(--tw-border-opacity));
}

.border-b-aqua-200\/0 {
  border-bottom-color: rgb(212 234 228 / 0);
}

.border-b-aqua-200\/10 {
  border-bottom-color: rgb(212 234 228 / 0.1);
}

.border-b-aqua-200\/100 {
  border-bottom-color: rgb(212 234 228 / 1);
}

.border-b-aqua-200\/20 {
  border-bottom-color: rgb(212 234 228 / 0.2);
}

.border-b-aqua-200\/25 {
  border-bottom-color: rgb(212 234 228 / 0.25);
}

.border-b-aqua-200\/30 {
  border-bottom-color: rgb(212 234 228 / 0.3);
}

.border-b-aqua-200\/40 {
  border-bottom-color: rgb(212 234 228 / 0.4);
}

.border-b-aqua-200\/5 {
  border-bottom-color: rgb(212 234 228 / 0.05);
}

.border-b-aqua-200\/50 {
  border-bottom-color: rgb(212 234 228 / 0.5);
}

.border-b-aqua-200\/60 {
  border-bottom-color: rgb(212 234 228 / 0.6);
}

.border-b-aqua-200\/70 {
  border-bottom-color: rgb(212 234 228 / 0.7);
}

.border-b-aqua-200\/75 {
  border-bottom-color: rgb(212 234 228 / 0.75);
}

.border-b-aqua-200\/80 {
  border-bottom-color: rgb(212 234 228 / 0.8);
}

.border-b-aqua-200\/90 {
  border-bottom-color: rgb(212 234 228 / 0.9);
}

.border-b-aqua-200\/95 {
  border-bottom-color: rgb(212 234 228 / 0.95);
}

.border-b-aqua-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(184 221 210 / var(--tw-border-opacity));
}

.border-b-aqua-300\/0 {
  border-bottom-color: rgb(184 221 210 / 0);
}

.border-b-aqua-300\/10 {
  border-bottom-color: rgb(184 221 210 / 0.1);
}

.border-b-aqua-300\/100 {
  border-bottom-color: rgb(184 221 210 / 1);
}

.border-b-aqua-300\/20 {
  border-bottom-color: rgb(184 221 210 / 0.2);
}

.border-b-aqua-300\/25 {
  border-bottom-color: rgb(184 221 210 / 0.25);
}

.border-b-aqua-300\/30 {
  border-bottom-color: rgb(184 221 210 / 0.3);
}

.border-b-aqua-300\/40 {
  border-bottom-color: rgb(184 221 210 / 0.4);
}

.border-b-aqua-300\/5 {
  border-bottom-color: rgb(184 221 210 / 0.05);
}

.border-b-aqua-300\/50 {
  border-bottom-color: rgb(184 221 210 / 0.5);
}

.border-b-aqua-300\/60 {
  border-bottom-color: rgb(184 221 210 / 0.6);
}

.border-b-aqua-300\/70 {
  border-bottom-color: rgb(184 221 210 / 0.7);
}

.border-b-aqua-300\/75 {
  border-bottom-color: rgb(184 221 210 / 0.75);
}

.border-b-aqua-300\/80 {
  border-bottom-color: rgb(184 221 210 / 0.8);
}

.border-b-aqua-300\/90 {
  border-bottom-color: rgb(184 221 210 / 0.9);
}

.border-b-aqua-300\/95 {
  border-bottom-color: rgb(184 221 210 / 0.95);
}

.border-b-aqua-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(157 208 193 / var(--tw-border-opacity));
}

.border-b-aqua-400\/0 {
  border-bottom-color: rgb(157 208 193 / 0);
}

.border-b-aqua-400\/10 {
  border-bottom-color: rgb(157 208 193 / 0.1);
}

.border-b-aqua-400\/100 {
  border-bottom-color: rgb(157 208 193 / 1);
}

.border-b-aqua-400\/20 {
  border-bottom-color: rgb(157 208 193 / 0.2);
}

.border-b-aqua-400\/25 {
  border-bottom-color: rgb(157 208 193 / 0.25);
}

.border-b-aqua-400\/30 {
  border-bottom-color: rgb(157 208 193 / 0.3);
}

.border-b-aqua-400\/40 {
  border-bottom-color: rgb(157 208 193 / 0.4);
}

.border-b-aqua-400\/5 {
  border-bottom-color: rgb(157 208 193 / 0.05);
}

.border-b-aqua-400\/50 {
  border-bottom-color: rgb(157 208 193 / 0.5);
}

.border-b-aqua-400\/60 {
  border-bottom-color: rgb(157 208 193 / 0.6);
}

.border-b-aqua-400\/70 {
  border-bottom-color: rgb(157 208 193 / 0.7);
}

.border-b-aqua-400\/75 {
  border-bottom-color: rgb(157 208 193 / 0.75);
}

.border-b-aqua-400\/80 {
  border-bottom-color: rgb(157 208 193 / 0.8);
}

.border-b-aqua-400\/90 {
  border-bottom-color: rgb(157 208 193 / 0.9);
}

.border-b-aqua-400\/95 {
  border-bottom-color: rgb(157 208 193 / 0.95);
}

.border-b-aqua-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 254 254 / var(--tw-border-opacity));
}

.border-b-aqua-50\/0 {
  border-bottom-color: rgb(253 254 254 / 0);
}

.border-b-aqua-50\/10 {
  border-bottom-color: rgb(253 254 254 / 0.1);
}

.border-b-aqua-50\/100 {
  border-bottom-color: rgb(253 254 254 / 1);
}

.border-b-aqua-50\/20 {
  border-bottom-color: rgb(253 254 254 / 0.2);
}

.border-b-aqua-50\/25 {
  border-bottom-color: rgb(253 254 254 / 0.25);
}

.border-b-aqua-50\/30 {
  border-bottom-color: rgb(253 254 254 / 0.3);
}

.border-b-aqua-50\/40 {
  border-bottom-color: rgb(253 254 254 / 0.4);
}

.border-b-aqua-50\/5 {
  border-bottom-color: rgb(253 254 254 / 0.05);
}

.border-b-aqua-50\/50 {
  border-bottom-color: rgb(253 254 254 / 0.5);
}

.border-b-aqua-50\/60 {
  border-bottom-color: rgb(253 254 254 / 0.6);
}

.border-b-aqua-50\/70 {
  border-bottom-color: rgb(253 254 254 / 0.7);
}

.border-b-aqua-50\/75 {
  border-bottom-color: rgb(253 254 254 / 0.75);
}

.border-b-aqua-50\/80 {
  border-bottom-color: rgb(253 254 254 / 0.8);
}

.border-b-aqua-50\/90 {
  border-bottom-color: rgb(253 254 254 / 0.9);
}

.border-b-aqua-50\/95 {
  border-bottom-color: rgb(253 254 254 / 0.95);
}

.border-b-aqua-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(129 195 175 / var(--tw-border-opacity));
}

.border-b-aqua-500\/0 {
  border-bottom-color: rgb(129 195 175 / 0);
}

.border-b-aqua-500\/10 {
  border-bottom-color: rgb(129 195 175 / 0.1);
}

.border-b-aqua-500\/100 {
  border-bottom-color: rgb(129 195 175 / 1);
}

.border-b-aqua-500\/20 {
  border-bottom-color: rgb(129 195 175 / 0.2);
}

.border-b-aqua-500\/25 {
  border-bottom-color: rgb(129 195 175 / 0.25);
}

.border-b-aqua-500\/30 {
  border-bottom-color: rgb(129 195 175 / 0.3);
}

.border-b-aqua-500\/40 {
  border-bottom-color: rgb(129 195 175 / 0.4);
}

.border-b-aqua-500\/5 {
  border-bottom-color: rgb(129 195 175 / 0.05);
}

.border-b-aqua-500\/50 {
  border-bottom-color: rgb(129 195 175 / 0.5);
}

.border-b-aqua-500\/60 {
  border-bottom-color: rgb(129 195 175 / 0.6);
}

.border-b-aqua-500\/70 {
  border-bottom-color: rgb(129 195 175 / 0.7);
}

.border-b-aqua-500\/75 {
  border-bottom-color: rgb(129 195 175 / 0.75);
}

.border-b-aqua-500\/80 {
  border-bottom-color: rgb(129 195 175 / 0.8);
}

.border-b-aqua-500\/90 {
  border-bottom-color: rgb(129 195 175 / 0.9);
}

.border-b-aqua-500\/95 {
  border-bottom-color: rgb(129 195 175 / 0.95);
}

.border-b-aqua-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(91 177 151 / var(--tw-border-opacity));
}

.border-b-aqua-600\/0 {
  border-bottom-color: rgb(91 177 151 / 0);
}

.border-b-aqua-600\/10 {
  border-bottom-color: rgb(91 177 151 / 0.1);
}

.border-b-aqua-600\/100 {
  border-bottom-color: rgb(91 177 151 / 1);
}

.border-b-aqua-600\/20 {
  border-bottom-color: rgb(91 177 151 / 0.2);
}

.border-b-aqua-600\/25 {
  border-bottom-color: rgb(91 177 151 / 0.25);
}

.border-b-aqua-600\/30 {
  border-bottom-color: rgb(91 177 151 / 0.3);
}

.border-b-aqua-600\/40 {
  border-bottom-color: rgb(91 177 151 / 0.4);
}

.border-b-aqua-600\/5 {
  border-bottom-color: rgb(91 177 151 / 0.05);
}

.border-b-aqua-600\/50 {
  border-bottom-color: rgb(91 177 151 / 0.5);
}

.border-b-aqua-600\/60 {
  border-bottom-color: rgb(91 177 151 / 0.6);
}

.border-b-aqua-600\/70 {
  border-bottom-color: rgb(91 177 151 / 0.7);
}

.border-b-aqua-600\/75 {
  border-bottom-color: rgb(91 177 151 / 0.75);
}

.border-b-aqua-600\/80 {
  border-bottom-color: rgb(91 177 151 / 0.8);
}

.border-b-aqua-600\/90 {
  border-bottom-color: rgb(91 177 151 / 0.9);
}

.border-b-aqua-600\/95 {
  border-bottom-color: rgb(91 177 151 / 0.95);
}

.border-b-aqua-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(68 143 121 / var(--tw-border-opacity));
}

.border-b-aqua-700\/0 {
  border-bottom-color: rgb(68 143 121 / 0);
}

.border-b-aqua-700\/10 {
  border-bottom-color: rgb(68 143 121 / 0.1);
}

.border-b-aqua-700\/100 {
  border-bottom-color: rgb(68 143 121 / 1);
}

.border-b-aqua-700\/20 {
  border-bottom-color: rgb(68 143 121 / 0.2);
}

.border-b-aqua-700\/25 {
  border-bottom-color: rgb(68 143 121 / 0.25);
}

.border-b-aqua-700\/30 {
  border-bottom-color: rgb(68 143 121 / 0.3);
}

.border-b-aqua-700\/40 {
  border-bottom-color: rgb(68 143 121 / 0.4);
}

.border-b-aqua-700\/5 {
  border-bottom-color: rgb(68 143 121 / 0.05);
}

.border-b-aqua-700\/50 {
  border-bottom-color: rgb(68 143 121 / 0.5);
}

.border-b-aqua-700\/60 {
  border-bottom-color: rgb(68 143 121 / 0.6);
}

.border-b-aqua-700\/70 {
  border-bottom-color: rgb(68 143 121 / 0.7);
}

.border-b-aqua-700\/75 {
  border-bottom-color: rgb(68 143 121 / 0.75);
}

.border-b-aqua-700\/80 {
  border-bottom-color: rgb(68 143 121 / 0.8);
}

.border-b-aqua-700\/90 {
  border-bottom-color: rgb(68 143 121 / 0.9);
}

.border-b-aqua-700\/95 {
  border-bottom-color: rgb(68 143 121 / 0.95);
}

.border-b-aqua-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(50 105 89 / var(--tw-border-opacity));
}

.border-b-aqua-800\/0 {
  border-bottom-color: rgb(50 105 89 / 0);
}

.border-b-aqua-800\/10 {
  border-bottom-color: rgb(50 105 89 / 0.1);
}

.border-b-aqua-800\/100 {
  border-bottom-color: rgb(50 105 89 / 1);
}

.border-b-aqua-800\/20 {
  border-bottom-color: rgb(50 105 89 / 0.2);
}

.border-b-aqua-800\/25 {
  border-bottom-color: rgb(50 105 89 / 0.25);
}

.border-b-aqua-800\/30 {
  border-bottom-color: rgb(50 105 89 / 0.3);
}

.border-b-aqua-800\/40 {
  border-bottom-color: rgb(50 105 89 / 0.4);
}

.border-b-aqua-800\/5 {
  border-bottom-color: rgb(50 105 89 / 0.05);
}

.border-b-aqua-800\/50 {
  border-bottom-color: rgb(50 105 89 / 0.5);
}

.border-b-aqua-800\/60 {
  border-bottom-color: rgb(50 105 89 / 0.6);
}

.border-b-aqua-800\/70 {
  border-bottom-color: rgb(50 105 89 / 0.7);
}

.border-b-aqua-800\/75 {
  border-bottom-color: rgb(50 105 89 / 0.75);
}

.border-b-aqua-800\/80 {
  border-bottom-color: rgb(50 105 89 / 0.8);
}

.border-b-aqua-800\/90 {
  border-bottom-color: rgb(50 105 89 / 0.9);
}

.border-b-aqua-800\/95 {
  border-bottom-color: rgb(50 105 89 / 0.95);
}

.border-b-aqua-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(32 67 57 / var(--tw-border-opacity));
}

.border-b-aqua-900\/0 {
  border-bottom-color: rgb(32 67 57 / 0);
}

.border-b-aqua-900\/10 {
  border-bottom-color: rgb(32 67 57 / 0.1);
}

.border-b-aqua-900\/100 {
  border-bottom-color: rgb(32 67 57 / 1);
}

.border-b-aqua-900\/20 {
  border-bottom-color: rgb(32 67 57 / 0.2);
}

.border-b-aqua-900\/25 {
  border-bottom-color: rgb(32 67 57 / 0.25);
}

.border-b-aqua-900\/30 {
  border-bottom-color: rgb(32 67 57 / 0.3);
}

.border-b-aqua-900\/40 {
  border-bottom-color: rgb(32 67 57 / 0.4);
}

.border-b-aqua-900\/5 {
  border-bottom-color: rgb(32 67 57 / 0.05);
}

.border-b-aqua-900\/50 {
  border-bottom-color: rgb(32 67 57 / 0.5);
}

.border-b-aqua-900\/60 {
  border-bottom-color: rgb(32 67 57 / 0.6);
}

.border-b-aqua-900\/70 {
  border-bottom-color: rgb(32 67 57 / 0.7);
}

.border-b-aqua-900\/75 {
  border-bottom-color: rgb(32 67 57 / 0.75);
}

.border-b-aqua-900\/80 {
  border-bottom-color: rgb(32 67 57 / 0.8);
}

.border-b-aqua-900\/90 {
  border-bottom-color: rgb(32 67 57 / 0.9);
}

.border-b-aqua-900\/95 {
  border-bottom-color: rgb(32 67 57 / 0.95);
}

.border-b-aqua\/0 {
  border-bottom-color: rgb(129 195 175 / 0);
}

.border-b-aqua\/10 {
  border-bottom-color: rgb(129 195 175 / 0.1);
}

.border-b-aqua\/100 {
  border-bottom-color: rgb(129 195 175 / 1);
}

.border-b-aqua\/20 {
  border-bottom-color: rgb(129 195 175 / 0.2);
}

.border-b-aqua\/25 {
  border-bottom-color: rgb(129 195 175 / 0.25);
}

.border-b-aqua\/30 {
  border-bottom-color: rgb(129 195 175 / 0.3);
}

.border-b-aqua\/40 {
  border-bottom-color: rgb(129 195 175 / 0.4);
}

.border-b-aqua\/5 {
  border-bottom-color: rgb(129 195 175 / 0.05);
}

.border-b-aqua\/50 {
  border-bottom-color: rgb(129 195 175 / 0.5);
}

.border-b-aqua\/60 {
  border-bottom-color: rgb(129 195 175 / 0.6);
}

.border-b-aqua\/70 {
  border-bottom-color: rgb(129 195 175 / 0.7);
}

.border-b-aqua\/75 {
  border-bottom-color: rgb(129 195 175 / 0.75);
}

.border-b-aqua\/80 {
  border-bottom-color: rgb(129 195 175 / 0.8);
}

.border-b-aqua\/90 {
  border-bottom-color: rgb(129 195 175 / 0.9);
}

.border-b-aqua\/95 {
  border-bottom-color: rgb(129 195 175 / 0.95);
}

.border-b-black {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-b-black\/0 {
  border-bottom-color: rgb(0 0 0 / 0);
}

.border-b-black\/10 {
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.border-b-black\/100 {
  border-bottom-color: rgb(0 0 0 / 1);
}

.border-b-black\/20 {
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.border-b-black\/25 {
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.border-b-black\/30 {
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.border-b-black\/40 {
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.border-b-black\/5 {
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.border-b-black\/50 {
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.border-b-black\/60 {
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.border-b-black\/70 {
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.border-b-black\/75 {
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.border-b-black\/80 {
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.border-b-black\/90 {
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.border-b-black\/95 {
  border-bottom-color: rgb(0 0 0 / 0.95);
}

.border-b-blue {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(155 211 242 / var(--tw-border-opacity));
}

.border-b-blue-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(227 240 251 / var(--tw-border-opacity));
}

.border-b-blue-100\/0 {
  border-bottom-color: rgb(227 240 251 / 0);
}

.border-b-blue-100\/10 {
  border-bottom-color: rgb(227 240 251 / 0.1);
}

.border-b-blue-100\/100 {
  border-bottom-color: rgb(227 240 251 / 1);
}

.border-b-blue-100\/20 {
  border-bottom-color: rgb(227 240 251 / 0.2);
}

.border-b-blue-100\/25 {
  border-bottom-color: rgb(227 240 251 / 0.25);
}

.border-b-blue-100\/30 {
  border-bottom-color: rgb(227 240 251 / 0.3);
}

.border-b-blue-100\/40 {
  border-bottom-color: rgb(227 240 251 / 0.4);
}

.border-b-blue-100\/5 {
  border-bottom-color: rgb(227 240 251 / 0.05);
}

.border-b-blue-100\/50 {
  border-bottom-color: rgb(227 240 251 / 0.5);
}

.border-b-blue-100\/60 {
  border-bottom-color: rgb(227 240 251 / 0.6);
}

.border-b-blue-100\/70 {
  border-bottom-color: rgb(227 240 251 / 0.7);
}

.border-b-blue-100\/75 {
  border-bottom-color: rgb(227 240 251 / 0.75);
}

.border-b-blue-100\/80 {
  border-bottom-color: rgb(227 240 251 / 0.8);
}

.border-b-blue-100\/90 {
  border-bottom-color: rgb(227 240 251 / 0.9);
}

.border-b-blue-100\/95 {
  border-bottom-color: rgb(227 240 251 / 0.95);
}

.border-b-blue-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(192 226 247 / var(--tw-border-opacity));
}

.border-b-blue-200\/0 {
  border-bottom-color: rgb(192 226 247 / 0);
}

.border-b-blue-200\/10 {
  border-bottom-color: rgb(192 226 247 / 0.1);
}

.border-b-blue-200\/100 {
  border-bottom-color: rgb(192 226 247 / 1);
}

.border-b-blue-200\/20 {
  border-bottom-color: rgb(192 226 247 / 0.2);
}

.border-b-blue-200\/25 {
  border-bottom-color: rgb(192 226 247 / 0.25);
}

.border-b-blue-200\/30 {
  border-bottom-color: rgb(192 226 247 / 0.3);
}

.border-b-blue-200\/40 {
  border-bottom-color: rgb(192 226 247 / 0.4);
}

.border-b-blue-200\/5 {
  border-bottom-color: rgb(192 226 247 / 0.05);
}

.border-b-blue-200\/50 {
  border-bottom-color: rgb(192 226 247 / 0.5);
}

.border-b-blue-200\/60 {
  border-bottom-color: rgb(192 226 247 / 0.6);
}

.border-b-blue-200\/70 {
  border-bottom-color: rgb(192 226 247 / 0.7);
}

.border-b-blue-200\/75 {
  border-bottom-color: rgb(192 226 247 / 0.75);
}

.border-b-blue-200\/80 {
  border-bottom-color: rgb(192 226 247 / 0.8);
}

.border-b-blue-200\/90 {
  border-bottom-color: rgb(192 226 247 / 0.9);
}

.border-b-blue-200\/95 {
  border-bottom-color: rgb(192 226 247 / 0.95);
}

.border-b-blue-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(155 211 242 / var(--tw-border-opacity));
}

.border-b-blue-300\/0 {
  border-bottom-color: rgb(155 211 242 / 0);
}

.border-b-blue-300\/10 {
  border-bottom-color: rgb(155 211 242 / 0.1);
}

.border-b-blue-300\/100 {
  border-bottom-color: rgb(155 211 242 / 1);
}

.border-b-blue-300\/20 {
  border-bottom-color: rgb(155 211 242 / 0.2);
}

.border-b-blue-300\/25 {
  border-bottom-color: rgb(155 211 242 / 0.25);
}

.border-b-blue-300\/30 {
  border-bottom-color: rgb(155 211 242 / 0.3);
}

.border-b-blue-300\/40 {
  border-bottom-color: rgb(155 211 242 / 0.4);
}

.border-b-blue-300\/5 {
  border-bottom-color: rgb(155 211 242 / 0.05);
}

.border-b-blue-300\/50 {
  border-bottom-color: rgb(155 211 242 / 0.5);
}

.border-b-blue-300\/60 {
  border-bottom-color: rgb(155 211 242 / 0.6);
}

.border-b-blue-300\/70 {
  border-bottom-color: rgb(155 211 242 / 0.7);
}

.border-b-blue-300\/75 {
  border-bottom-color: rgb(155 211 242 / 0.75);
}

.border-b-blue-300\/80 {
  border-bottom-color: rgb(155 211 242 / 0.8);
}

.border-b-blue-300\/90 {
  border-bottom-color: rgb(155 211 242 / 0.9);
}

.border-b-blue-300\/95 {
  border-bottom-color: rgb(155 211 242 / 0.95);
}

.border-b-blue-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(75 177 229 / var(--tw-border-opacity));
}

.border-b-blue-400\/0 {
  border-bottom-color: rgb(75 177 229 / 0);
}

.border-b-blue-400\/10 {
  border-bottom-color: rgb(75 177 229 / 0.1);
}

.border-b-blue-400\/100 {
  border-bottom-color: rgb(75 177 229 / 1);
}

.border-b-blue-400\/20 {
  border-bottom-color: rgb(75 177 229 / 0.2);
}

.border-b-blue-400\/25 {
  border-bottom-color: rgb(75 177 229 / 0.25);
}

.border-b-blue-400\/30 {
  border-bottom-color: rgb(75 177 229 / 0.3);
}

.border-b-blue-400\/40 {
  border-bottom-color: rgb(75 177 229 / 0.4);
}

.border-b-blue-400\/5 {
  border-bottom-color: rgb(75 177 229 / 0.05);
}

.border-b-blue-400\/50 {
  border-bottom-color: rgb(75 177 229 / 0.5);
}

.border-b-blue-400\/60 {
  border-bottom-color: rgb(75 177 229 / 0.6);
}

.border-b-blue-400\/70 {
  border-bottom-color: rgb(75 177 229 / 0.7);
}

.border-b-blue-400\/75 {
  border-bottom-color: rgb(75 177 229 / 0.75);
}

.border-b-blue-400\/80 {
  border-bottom-color: rgb(75 177 229 / 0.8);
}

.border-b-blue-400\/90 {
  border-bottom-color: rgb(75 177 229 / 0.9);
}

.border-b-blue-400\/95 {
  border-bottom-color: rgb(75 177 229 / 0.95);
}

.border-b-blue-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(241 249 254 / var(--tw-border-opacity));
}

.border-b-blue-50\/0 {
  border-bottom-color: rgb(241 249 254 / 0);
}

.border-b-blue-50\/10 {
  border-bottom-color: rgb(241 249 254 / 0.1);
}

.border-b-blue-50\/100 {
  border-bottom-color: rgb(241 249 254 / 1);
}

.border-b-blue-50\/20 {
  border-bottom-color: rgb(241 249 254 / 0.2);
}

.border-b-blue-50\/25 {
  border-bottom-color: rgb(241 249 254 / 0.25);
}

.border-b-blue-50\/30 {
  border-bottom-color: rgb(241 249 254 / 0.3);
}

.border-b-blue-50\/40 {
  border-bottom-color: rgb(241 249 254 / 0.4);
}

.border-b-blue-50\/5 {
  border-bottom-color: rgb(241 249 254 / 0.05);
}

.border-b-blue-50\/50 {
  border-bottom-color: rgb(241 249 254 / 0.5);
}

.border-b-blue-50\/60 {
  border-bottom-color: rgb(241 249 254 / 0.6);
}

.border-b-blue-50\/70 {
  border-bottom-color: rgb(241 249 254 / 0.7);
}

.border-b-blue-50\/75 {
  border-bottom-color: rgb(241 249 254 / 0.75);
}

.border-b-blue-50\/80 {
  border-bottom-color: rgb(241 249 254 / 0.8);
}

.border-b-blue-50\/90 {
  border-bottom-color: rgb(241 249 254 / 0.9);
}

.border-b-blue-50\/95 {
  border-bottom-color: rgb(241 249 254 / 0.95);
}

.border-b-blue-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(35 151 212 / var(--tw-border-opacity));
}

.border-b-blue-500\/0 {
  border-bottom-color: rgb(35 151 212 / 0);
}

.border-b-blue-500\/10 {
  border-bottom-color: rgb(35 151 212 / 0.1);
}

.border-b-blue-500\/100 {
  border-bottom-color: rgb(35 151 212 / 1);
}

.border-b-blue-500\/20 {
  border-bottom-color: rgb(35 151 212 / 0.2);
}

.border-b-blue-500\/25 {
  border-bottom-color: rgb(35 151 212 / 0.25);
}

.border-b-blue-500\/30 {
  border-bottom-color: rgb(35 151 212 / 0.3);
}

.border-b-blue-500\/40 {
  border-bottom-color: rgb(35 151 212 / 0.4);
}

.border-b-blue-500\/5 {
  border-bottom-color: rgb(35 151 212 / 0.05);
}

.border-b-blue-500\/50 {
  border-bottom-color: rgb(35 151 212 / 0.5);
}

.border-b-blue-500\/60 {
  border-bottom-color: rgb(35 151 212 / 0.6);
}

.border-b-blue-500\/70 {
  border-bottom-color: rgb(35 151 212 / 0.7);
}

.border-b-blue-500\/75 {
  border-bottom-color: rgb(35 151 212 / 0.75);
}

.border-b-blue-500\/80 {
  border-bottom-color: rgb(35 151 212 / 0.8);
}

.border-b-blue-500\/90 {
  border-bottom-color: rgb(35 151 212 / 0.9);
}

.border-b-blue-500\/95 {
  border-bottom-color: rgb(35 151 212 / 0.95);
}

.border-b-blue-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(21 121 180 / var(--tw-border-opacity));
}

.border-b-blue-600\/0 {
  border-bottom-color: rgb(21 121 180 / 0);
}

.border-b-blue-600\/10 {
  border-bottom-color: rgb(21 121 180 / 0.1);
}

.border-b-blue-600\/100 {
  border-bottom-color: rgb(21 121 180 / 1);
}

.border-b-blue-600\/20 {
  border-bottom-color: rgb(21 121 180 / 0.2);
}

.border-b-blue-600\/25 {
  border-bottom-color: rgb(21 121 180 / 0.25);
}

.border-b-blue-600\/30 {
  border-bottom-color: rgb(21 121 180 / 0.3);
}

.border-b-blue-600\/40 {
  border-bottom-color: rgb(21 121 180 / 0.4);
}

.border-b-blue-600\/5 {
  border-bottom-color: rgb(21 121 180 / 0.05);
}

.border-b-blue-600\/50 {
  border-bottom-color: rgb(21 121 180 / 0.5);
}

.border-b-blue-600\/60 {
  border-bottom-color: rgb(21 121 180 / 0.6);
}

.border-b-blue-600\/70 {
  border-bottom-color: rgb(21 121 180 / 0.7);
}

.border-b-blue-600\/75 {
  border-bottom-color: rgb(21 121 180 / 0.75);
}

.border-b-blue-600\/80 {
  border-bottom-color: rgb(21 121 180 / 0.8);
}

.border-b-blue-600\/90 {
  border-bottom-color: rgb(21 121 180 / 0.9);
}

.border-b-blue-600\/95 {
  border-bottom-color: rgb(21 121 180 / 0.95);
}

.border-b-blue-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(18 97 146 / var(--tw-border-opacity));
}

.border-b-blue-700\/0 {
  border-bottom-color: rgb(18 97 146 / 0);
}

.border-b-blue-700\/10 {
  border-bottom-color: rgb(18 97 146 / 0.1);
}

.border-b-blue-700\/100 {
  border-bottom-color: rgb(18 97 146 / 1);
}

.border-b-blue-700\/20 {
  border-bottom-color: rgb(18 97 146 / 0.2);
}

.border-b-blue-700\/25 {
  border-bottom-color: rgb(18 97 146 / 0.25);
}

.border-b-blue-700\/30 {
  border-bottom-color: rgb(18 97 146 / 0.3);
}

.border-b-blue-700\/40 {
  border-bottom-color: rgb(18 97 146 / 0.4);
}

.border-b-blue-700\/5 {
  border-bottom-color: rgb(18 97 146 / 0.05);
}

.border-b-blue-700\/50 {
  border-bottom-color: rgb(18 97 146 / 0.5);
}

.border-b-blue-700\/60 {
  border-bottom-color: rgb(18 97 146 / 0.6);
}

.border-b-blue-700\/70 {
  border-bottom-color: rgb(18 97 146 / 0.7);
}

.border-b-blue-700\/75 {
  border-bottom-color: rgb(18 97 146 / 0.75);
}

.border-b-blue-700\/80 {
  border-bottom-color: rgb(18 97 146 / 0.8);
}

.border-b-blue-700\/90 {
  border-bottom-color: rgb(18 97 146 / 0.9);
}

.border-b-blue-700\/95 {
  border-bottom-color: rgb(18 97 146 / 0.95);
}

.border-b-blue-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(19 82 121 / var(--tw-border-opacity));
}

.border-b-blue-800\/0 {
  border-bottom-color: rgb(19 82 121 / 0);
}

.border-b-blue-800\/10 {
  border-bottom-color: rgb(19 82 121 / 0.1);
}

.border-b-blue-800\/100 {
  border-bottom-color: rgb(19 82 121 / 1);
}

.border-b-blue-800\/20 {
  border-bottom-color: rgb(19 82 121 / 0.2);
}

.border-b-blue-800\/25 {
  border-bottom-color: rgb(19 82 121 / 0.25);
}

.border-b-blue-800\/30 {
  border-bottom-color: rgb(19 82 121 / 0.3);
}

.border-b-blue-800\/40 {
  border-bottom-color: rgb(19 82 121 / 0.4);
}

.border-b-blue-800\/5 {
  border-bottom-color: rgb(19 82 121 / 0.05);
}

.border-b-blue-800\/50 {
  border-bottom-color: rgb(19 82 121 / 0.5);
}

.border-b-blue-800\/60 {
  border-bottom-color: rgb(19 82 121 / 0.6);
}

.border-b-blue-800\/70 {
  border-bottom-color: rgb(19 82 121 / 0.7);
}

.border-b-blue-800\/75 {
  border-bottom-color: rgb(19 82 121 / 0.75);
}

.border-b-blue-800\/80 {
  border-bottom-color: rgb(19 82 121 / 0.8);
}

.border-b-blue-800\/90 {
  border-bottom-color: rgb(19 82 121 / 0.9);
}

.border-b-blue-800\/95 {
  border-bottom-color: rgb(19 82 121 / 0.95);
}

.border-b-blue-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(21 68 101 / var(--tw-border-opacity));
}

.border-b-blue-900\/0 {
  border-bottom-color: rgb(21 68 101 / 0);
}

.border-b-blue-900\/10 {
  border-bottom-color: rgb(21 68 101 / 0.1);
}

.border-b-blue-900\/100 {
  border-bottom-color: rgb(21 68 101 / 1);
}

.border-b-blue-900\/20 {
  border-bottom-color: rgb(21 68 101 / 0.2);
}

.border-b-blue-900\/25 {
  border-bottom-color: rgb(21 68 101 / 0.25);
}

.border-b-blue-900\/30 {
  border-bottom-color: rgb(21 68 101 / 0.3);
}

.border-b-blue-900\/40 {
  border-bottom-color: rgb(21 68 101 / 0.4);
}

.border-b-blue-900\/5 {
  border-bottom-color: rgb(21 68 101 / 0.05);
}

.border-b-blue-900\/50 {
  border-bottom-color: rgb(21 68 101 / 0.5);
}

.border-b-blue-900\/60 {
  border-bottom-color: rgb(21 68 101 / 0.6);
}

.border-b-blue-900\/70 {
  border-bottom-color: rgb(21 68 101 / 0.7);
}

.border-b-blue-900\/75 {
  border-bottom-color: rgb(21 68 101 / 0.75);
}

.border-b-blue-900\/80 {
  border-bottom-color: rgb(21 68 101 / 0.8);
}

.border-b-blue-900\/90 {
  border-bottom-color: rgb(21 68 101 / 0.9);
}

.border-b-blue-900\/95 {
  border-bottom-color: rgb(21 68 101 / 0.95);
}

.border-b-blue-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(14 44 67 / var(--tw-border-opacity));
}

.border-b-blue-950\/0 {
  border-bottom-color: rgb(14 44 67 / 0);
}

.border-b-blue-950\/10 {
  border-bottom-color: rgb(14 44 67 / 0.1);
}

.border-b-blue-950\/100 {
  border-bottom-color: rgb(14 44 67 / 1);
}

.border-b-blue-950\/20 {
  border-bottom-color: rgb(14 44 67 / 0.2);
}

.border-b-blue-950\/25 {
  border-bottom-color: rgb(14 44 67 / 0.25);
}

.border-b-blue-950\/30 {
  border-bottom-color: rgb(14 44 67 / 0.3);
}

.border-b-blue-950\/40 {
  border-bottom-color: rgb(14 44 67 / 0.4);
}

.border-b-blue-950\/5 {
  border-bottom-color: rgb(14 44 67 / 0.05);
}

.border-b-blue-950\/50 {
  border-bottom-color: rgb(14 44 67 / 0.5);
}

.border-b-blue-950\/60 {
  border-bottom-color: rgb(14 44 67 / 0.6);
}

.border-b-blue-950\/70 {
  border-bottom-color: rgb(14 44 67 / 0.7);
}

.border-b-blue-950\/75 {
  border-bottom-color: rgb(14 44 67 / 0.75);
}

.border-b-blue-950\/80 {
  border-bottom-color: rgb(14 44 67 / 0.8);
}

.border-b-blue-950\/90 {
  border-bottom-color: rgb(14 44 67 / 0.9);
}

.border-b-blue-950\/95 {
  border-bottom-color: rgb(14 44 67 / 0.95);
}

.border-b-blue\/0 {
  border-bottom-color: rgb(155 211 242 / 0);
}

.border-b-blue\/10 {
  border-bottom-color: rgb(155 211 242 / 0.1);
}

.border-b-blue\/100 {
  border-bottom-color: rgb(155 211 242 / 1);
}

.border-b-blue\/20 {
  border-bottom-color: rgb(155 211 242 / 0.2);
}

.border-b-blue\/25 {
  border-bottom-color: rgb(155 211 242 / 0.25);
}

.border-b-blue\/30 {
  border-bottom-color: rgb(155 211 242 / 0.3);
}

.border-b-blue\/40 {
  border-bottom-color: rgb(155 211 242 / 0.4);
}

.border-b-blue\/5 {
  border-bottom-color: rgb(155 211 242 / 0.05);
}

.border-b-blue\/50 {
  border-bottom-color: rgb(155 211 242 / 0.5);
}

.border-b-blue\/60 {
  border-bottom-color: rgb(155 211 242 / 0.6);
}

.border-b-blue\/70 {
  border-bottom-color: rgb(155 211 242 / 0.7);
}

.border-b-blue\/75 {
  border-bottom-color: rgb(155 211 242 / 0.75);
}

.border-b-blue\/80 {
  border-bottom-color: rgb(155 211 242 / 0.8);
}

.border-b-blue\/90 {
  border-bottom-color: rgb(155 211 242 / 0.9);
}

.border-b-blue\/95 {
  border-bottom-color: rgb(155 211 242 / 0.95);
}

.border-b-brown {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(128 66 54 / var(--tw-border-opacity));
}

.border-b-brown-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 234 223 / var(--tw-border-opacity));
}

.border-b-brown-100\/0 {
  border-bottom-color: rgb(245 234 223 / 0);
}

.border-b-brown-100\/10 {
  border-bottom-color: rgb(245 234 223 / 0.1);
}

.border-b-brown-100\/100 {
  border-bottom-color: rgb(245 234 223 / 1);
}

.border-b-brown-100\/20 {
  border-bottom-color: rgb(245 234 223 / 0.2);
}

.border-b-brown-100\/25 {
  border-bottom-color: rgb(245 234 223 / 0.25);
}

.border-b-brown-100\/30 {
  border-bottom-color: rgb(245 234 223 / 0.3);
}

.border-b-brown-100\/40 {
  border-bottom-color: rgb(245 234 223 / 0.4);
}

.border-b-brown-100\/5 {
  border-bottom-color: rgb(245 234 223 / 0.05);
}

.border-b-brown-100\/50 {
  border-bottom-color: rgb(245 234 223 / 0.5);
}

.border-b-brown-100\/60 {
  border-bottom-color: rgb(245 234 223 / 0.6);
}

.border-b-brown-100\/70 {
  border-bottom-color: rgb(245 234 223 / 0.7);
}

.border-b-brown-100\/75 {
  border-bottom-color: rgb(245 234 223 / 0.75);
}

.border-b-brown-100\/80 {
  border-bottom-color: rgb(245 234 223 / 0.8);
}

.border-b-brown-100\/90 {
  border-bottom-color: rgb(245 234 223 / 0.9);
}

.border-b-brown-100\/95 {
  border-bottom-color: rgb(245 234 223 / 0.95);
}

.border-b-brown-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 210 190 / var(--tw-border-opacity));
}

.border-b-brown-200\/0 {
  border-bottom-color: rgb(234 210 190 / 0);
}

.border-b-brown-200\/10 {
  border-bottom-color: rgb(234 210 190 / 0.1);
}

.border-b-brown-200\/100 {
  border-bottom-color: rgb(234 210 190 / 1);
}

.border-b-brown-200\/20 {
  border-bottom-color: rgb(234 210 190 / 0.2);
}

.border-b-brown-200\/25 {
  border-bottom-color: rgb(234 210 190 / 0.25);
}

.border-b-brown-200\/30 {
  border-bottom-color: rgb(234 210 190 / 0.3);
}

.border-b-brown-200\/40 {
  border-bottom-color: rgb(234 210 190 / 0.4);
}

.border-b-brown-200\/5 {
  border-bottom-color: rgb(234 210 190 / 0.05);
}

.border-b-brown-200\/50 {
  border-bottom-color: rgb(234 210 190 / 0.5);
}

.border-b-brown-200\/60 {
  border-bottom-color: rgb(234 210 190 / 0.6);
}

.border-b-brown-200\/70 {
  border-bottom-color: rgb(234 210 190 / 0.7);
}

.border-b-brown-200\/75 {
  border-bottom-color: rgb(234 210 190 / 0.75);
}

.border-b-brown-200\/80 {
  border-bottom-color: rgb(234 210 190 / 0.8);
}

.border-b-brown-200\/90 {
  border-bottom-color: rgb(234 210 190 / 0.9);
}

.border-b-brown-200\/95 {
  border-bottom-color: rgb(234 210 190 / 0.95);
}

.border-b-brown-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(220 179 149 / var(--tw-border-opacity));
}

.border-b-brown-300\/0 {
  border-bottom-color: rgb(220 179 149 / 0);
}

.border-b-brown-300\/10 {
  border-bottom-color: rgb(220 179 149 / 0.1);
}

.border-b-brown-300\/100 {
  border-bottom-color: rgb(220 179 149 / 1);
}

.border-b-brown-300\/20 {
  border-bottom-color: rgb(220 179 149 / 0.2);
}

.border-b-brown-300\/25 {
  border-bottom-color: rgb(220 179 149 / 0.25);
}

.border-b-brown-300\/30 {
  border-bottom-color: rgb(220 179 149 / 0.3);
}

.border-b-brown-300\/40 {
  border-bottom-color: rgb(220 179 149 / 0.4);
}

.border-b-brown-300\/5 {
  border-bottom-color: rgb(220 179 149 / 0.05);
}

.border-b-brown-300\/50 {
  border-bottom-color: rgb(220 179 149 / 0.5);
}

.border-b-brown-300\/60 {
  border-bottom-color: rgb(220 179 149 / 0.6);
}

.border-b-brown-300\/70 {
  border-bottom-color: rgb(220 179 149 / 0.7);
}

.border-b-brown-300\/75 {
  border-bottom-color: rgb(220 179 149 / 0.75);
}

.border-b-brown-300\/80 {
  border-bottom-color: rgb(220 179 149 / 0.8);
}

.border-b-brown-300\/90 {
  border-bottom-color: rgb(220 179 149 / 0.9);
}

.border-b-brown-300\/95 {
  border-bottom-color: rgb(220 179 149 / 0.95);
}

.border-b-brown-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(205 142 106 / var(--tw-border-opacity));
}

.border-b-brown-400\/0 {
  border-bottom-color: rgb(205 142 106 / 0);
}

.border-b-brown-400\/10 {
  border-bottom-color: rgb(205 142 106 / 0.1);
}

.border-b-brown-400\/100 {
  border-bottom-color: rgb(205 142 106 / 1);
}

.border-b-brown-400\/20 {
  border-bottom-color: rgb(205 142 106 / 0.2);
}

.border-b-brown-400\/25 {
  border-bottom-color: rgb(205 142 106 / 0.25);
}

.border-b-brown-400\/30 {
  border-bottom-color: rgb(205 142 106 / 0.3);
}

.border-b-brown-400\/40 {
  border-bottom-color: rgb(205 142 106 / 0.4);
}

.border-b-brown-400\/5 {
  border-bottom-color: rgb(205 142 106 / 0.05);
}

.border-b-brown-400\/50 {
  border-bottom-color: rgb(205 142 106 / 0.5);
}

.border-b-brown-400\/60 {
  border-bottom-color: rgb(205 142 106 / 0.6);
}

.border-b-brown-400\/70 {
  border-bottom-color: rgb(205 142 106 / 0.7);
}

.border-b-brown-400\/75 {
  border-bottom-color: rgb(205 142 106 / 0.75);
}

.border-b-brown-400\/80 {
  border-bottom-color: rgb(205 142 106 / 0.8);
}

.border-b-brown-400\/90 {
  border-bottom-color: rgb(205 142 106 / 0.9);
}

.border-b-brown-400\/95 {
  border-bottom-color: rgb(205 142 106 / 0.95);
}

.border-b-brown-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(251 246 241 / var(--tw-border-opacity));
}

.border-b-brown-50\/0 {
  border-bottom-color: rgb(251 246 241 / 0);
}

.border-b-brown-50\/10 {
  border-bottom-color: rgb(251 246 241 / 0.1);
}

.border-b-brown-50\/100 {
  border-bottom-color: rgb(251 246 241 / 1);
}

.border-b-brown-50\/20 {
  border-bottom-color: rgb(251 246 241 / 0.2);
}

.border-b-brown-50\/25 {
  border-bottom-color: rgb(251 246 241 / 0.25);
}

.border-b-brown-50\/30 {
  border-bottom-color: rgb(251 246 241 / 0.3);
}

.border-b-brown-50\/40 {
  border-bottom-color: rgb(251 246 241 / 0.4);
}

.border-b-brown-50\/5 {
  border-bottom-color: rgb(251 246 241 / 0.05);
}

.border-b-brown-50\/50 {
  border-bottom-color: rgb(251 246 241 / 0.5);
}

.border-b-brown-50\/60 {
  border-bottom-color: rgb(251 246 241 / 0.6);
}

.border-b-brown-50\/70 {
  border-bottom-color: rgb(251 246 241 / 0.7);
}

.border-b-brown-50\/75 {
  border-bottom-color: rgb(251 246 241 / 0.75);
}

.border-b-brown-50\/80 {
  border-bottom-color: rgb(251 246 241 / 0.8);
}

.border-b-brown-50\/90 {
  border-bottom-color: rgb(251 246 241 / 0.9);
}

.border-b-brown-50\/95 {
  border-bottom-color: rgb(251 246 241 / 0.95);
}

.border-b-brown-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(194 115 77 / var(--tw-border-opacity));
}

.border-b-brown-500\/0 {
  border-bottom-color: rgb(194 115 77 / 0);
}

.border-b-brown-500\/10 {
  border-bottom-color: rgb(194 115 77 / 0.1);
}

.border-b-brown-500\/100 {
  border-bottom-color: rgb(194 115 77 / 1);
}

.border-b-brown-500\/20 {
  border-bottom-color: rgb(194 115 77 / 0.2);
}

.border-b-brown-500\/25 {
  border-bottom-color: rgb(194 115 77 / 0.25);
}

.border-b-brown-500\/30 {
  border-bottom-color: rgb(194 115 77 / 0.3);
}

.border-b-brown-500\/40 {
  border-bottom-color: rgb(194 115 77 / 0.4);
}

.border-b-brown-500\/5 {
  border-bottom-color: rgb(194 115 77 / 0.05);
}

.border-b-brown-500\/50 {
  border-bottom-color: rgb(194 115 77 / 0.5);
}

.border-b-brown-500\/60 {
  border-bottom-color: rgb(194 115 77 / 0.6);
}

.border-b-brown-500\/70 {
  border-bottom-color: rgb(194 115 77 / 0.7);
}

.border-b-brown-500\/75 {
  border-bottom-color: rgb(194 115 77 / 0.75);
}

.border-b-brown-500\/80 {
  border-bottom-color: rgb(194 115 77 / 0.8);
}

.border-b-brown-500\/90 {
  border-bottom-color: rgb(194 115 77 / 0.9);
}

.border-b-brown-500\/95 {
  border-bottom-color: rgb(194 115 77 / 0.95);
}

.border-b-brown-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(180 95 66 / var(--tw-border-opacity));
}

.border-b-brown-600\/0 {
  border-bottom-color: rgb(180 95 66 / 0);
}

.border-b-brown-600\/10 {
  border-bottom-color: rgb(180 95 66 / 0.1);
}

.border-b-brown-600\/100 {
  border-bottom-color: rgb(180 95 66 / 1);
}

.border-b-brown-600\/20 {
  border-bottom-color: rgb(180 95 66 / 0.2);
}

.border-b-brown-600\/25 {
  border-bottom-color: rgb(180 95 66 / 0.25);
}

.border-b-brown-600\/30 {
  border-bottom-color: rgb(180 95 66 / 0.3);
}

.border-b-brown-600\/40 {
  border-bottom-color: rgb(180 95 66 / 0.4);
}

.border-b-brown-600\/5 {
  border-bottom-color: rgb(180 95 66 / 0.05);
}

.border-b-brown-600\/50 {
  border-bottom-color: rgb(180 95 66 / 0.5);
}

.border-b-brown-600\/60 {
  border-bottom-color: rgb(180 95 66 / 0.6);
}

.border-b-brown-600\/70 {
  border-bottom-color: rgb(180 95 66 / 0.7);
}

.border-b-brown-600\/75 {
  border-bottom-color: rgb(180 95 66 / 0.75);
}

.border-b-brown-600\/80 {
  border-bottom-color: rgb(180 95 66 / 0.8);
}

.border-b-brown-600\/90 {
  border-bottom-color: rgb(180 95 66 / 0.9);
}

.border-b-brown-600\/95 {
  border-bottom-color: rgb(180 95 66 / 0.95);
}

.border-b-brown-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(150 75 56 / var(--tw-border-opacity));
}

.border-b-brown-700\/0 {
  border-bottom-color: rgb(150 75 56 / 0);
}

.border-b-brown-700\/10 {
  border-bottom-color: rgb(150 75 56 / 0.1);
}

.border-b-brown-700\/100 {
  border-bottom-color: rgb(150 75 56 / 1);
}

.border-b-brown-700\/20 {
  border-bottom-color: rgb(150 75 56 / 0.2);
}

.border-b-brown-700\/25 {
  border-bottom-color: rgb(150 75 56 / 0.25);
}

.border-b-brown-700\/30 {
  border-bottom-color: rgb(150 75 56 / 0.3);
}

.border-b-brown-700\/40 {
  border-bottom-color: rgb(150 75 56 / 0.4);
}

.border-b-brown-700\/5 {
  border-bottom-color: rgb(150 75 56 / 0.05);
}

.border-b-brown-700\/50 {
  border-bottom-color: rgb(150 75 56 / 0.5);
}

.border-b-brown-700\/60 {
  border-bottom-color: rgb(150 75 56 / 0.6);
}

.border-b-brown-700\/70 {
  border-bottom-color: rgb(150 75 56 / 0.7);
}

.border-b-brown-700\/75 {
  border-bottom-color: rgb(150 75 56 / 0.75);
}

.border-b-brown-700\/80 {
  border-bottom-color: rgb(150 75 56 / 0.8);
}

.border-b-brown-700\/90 {
  border-bottom-color: rgb(150 75 56 / 0.9);
}

.border-b-brown-700\/95 {
  border-bottom-color: rgb(150 75 56 / 0.95);
}

.border-b-brown-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(128 66 54 / var(--tw-border-opacity));
}

.border-b-brown-800\/0 {
  border-bottom-color: rgb(128 66 54 / 0);
}

.border-b-brown-800\/10 {
  border-bottom-color: rgb(128 66 54 / 0.1);
}

.border-b-brown-800\/100 {
  border-bottom-color: rgb(128 66 54 / 1);
}

.border-b-brown-800\/20 {
  border-bottom-color: rgb(128 66 54 / 0.2);
}

.border-b-brown-800\/25 {
  border-bottom-color: rgb(128 66 54 / 0.25);
}

.border-b-brown-800\/30 {
  border-bottom-color: rgb(128 66 54 / 0.3);
}

.border-b-brown-800\/40 {
  border-bottom-color: rgb(128 66 54 / 0.4);
}

.border-b-brown-800\/5 {
  border-bottom-color: rgb(128 66 54 / 0.05);
}

.border-b-brown-800\/50 {
  border-bottom-color: rgb(128 66 54 / 0.5);
}

.border-b-brown-800\/60 {
  border-bottom-color: rgb(128 66 54 / 0.6);
}

.border-b-brown-800\/70 {
  border-bottom-color: rgb(128 66 54 / 0.7);
}

.border-b-brown-800\/75 {
  border-bottom-color: rgb(128 66 54 / 0.75);
}

.border-b-brown-800\/80 {
  border-bottom-color: rgb(128 66 54 / 0.8);
}

.border-b-brown-800\/90 {
  border-bottom-color: rgb(128 66 54 / 0.9);
}

.border-b-brown-800\/95 {
  border-bottom-color: rgb(128 66 54 / 0.95);
}

.border-b-brown-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(98 53 44 / var(--tw-border-opacity));
}

.border-b-brown-900\/0 {
  border-bottom-color: rgb(98 53 44 / 0);
}

.border-b-brown-900\/10 {
  border-bottom-color: rgb(98 53 44 / 0.1);
}

.border-b-brown-900\/100 {
  border-bottom-color: rgb(98 53 44 / 1);
}

.border-b-brown-900\/20 {
  border-bottom-color: rgb(98 53 44 / 0.2);
}

.border-b-brown-900\/25 {
  border-bottom-color: rgb(98 53 44 / 0.25);
}

.border-b-brown-900\/30 {
  border-bottom-color: rgb(98 53 44 / 0.3);
}

.border-b-brown-900\/40 {
  border-bottom-color: rgb(98 53 44 / 0.4);
}

.border-b-brown-900\/5 {
  border-bottom-color: rgb(98 53 44 / 0.05);
}

.border-b-brown-900\/50 {
  border-bottom-color: rgb(98 53 44 / 0.5);
}

.border-b-brown-900\/60 {
  border-bottom-color: rgb(98 53 44 / 0.6);
}

.border-b-brown-900\/70 {
  border-bottom-color: rgb(98 53 44 / 0.7);
}

.border-b-brown-900\/75 {
  border-bottom-color: rgb(98 53 44 / 0.75);
}

.border-b-brown-900\/80 {
  border-bottom-color: rgb(98 53 44 / 0.8);
}

.border-b-brown-900\/90 {
  border-bottom-color: rgb(98 53 44 / 0.9);
}

.border-b-brown-900\/95 {
  border-bottom-color: rgb(98 53 44 / 0.95);
}

.border-b-brown-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(52 25 22 / var(--tw-border-opacity));
}

.border-b-brown-950\/0 {
  border-bottom-color: rgb(52 25 22 / 0);
}

.border-b-brown-950\/10 {
  border-bottom-color: rgb(52 25 22 / 0.1);
}

.border-b-brown-950\/100 {
  border-bottom-color: rgb(52 25 22 / 1);
}

.border-b-brown-950\/20 {
  border-bottom-color: rgb(52 25 22 / 0.2);
}

.border-b-brown-950\/25 {
  border-bottom-color: rgb(52 25 22 / 0.25);
}

.border-b-brown-950\/30 {
  border-bottom-color: rgb(52 25 22 / 0.3);
}

.border-b-brown-950\/40 {
  border-bottom-color: rgb(52 25 22 / 0.4);
}

.border-b-brown-950\/5 {
  border-bottom-color: rgb(52 25 22 / 0.05);
}

.border-b-brown-950\/50 {
  border-bottom-color: rgb(52 25 22 / 0.5);
}

.border-b-brown-950\/60 {
  border-bottom-color: rgb(52 25 22 / 0.6);
}

.border-b-brown-950\/70 {
  border-bottom-color: rgb(52 25 22 / 0.7);
}

.border-b-brown-950\/75 {
  border-bottom-color: rgb(52 25 22 / 0.75);
}

.border-b-brown-950\/80 {
  border-bottom-color: rgb(52 25 22 / 0.8);
}

.border-b-brown-950\/90 {
  border-bottom-color: rgb(52 25 22 / 0.9);
}

.border-b-brown-950\/95 {
  border-bottom-color: rgb(52 25 22 / 0.95);
}

.border-b-brown\/0 {
  border-bottom-color: rgb(128 66 54 / 0);
}

.border-b-brown\/10 {
  border-bottom-color: rgb(128 66 54 / 0.1);
}

.border-b-brown\/100 {
  border-bottom-color: rgb(128 66 54 / 1);
}

.border-b-brown\/20 {
  border-bottom-color: rgb(128 66 54 / 0.2);
}

.border-b-brown\/25 {
  border-bottom-color: rgb(128 66 54 / 0.25);
}

.border-b-brown\/30 {
  border-bottom-color: rgb(128 66 54 / 0.3);
}

.border-b-brown\/40 {
  border-bottom-color: rgb(128 66 54 / 0.4);
}

.border-b-brown\/5 {
  border-bottom-color: rgb(128 66 54 / 0.05);
}

.border-b-brown\/50 {
  border-bottom-color: rgb(128 66 54 / 0.5);
}

.border-b-brown\/60 {
  border-bottom-color: rgb(128 66 54 / 0.6);
}

.border-b-brown\/70 {
  border-bottom-color: rgb(128 66 54 / 0.7);
}

.border-b-brown\/75 {
  border-bottom-color: rgb(128 66 54 / 0.75);
}

.border-b-brown\/80 {
  border-bottom-color: rgb(128 66 54 / 0.8);
}

.border-b-brown\/90 {
  border-bottom-color: rgb(128 66 54 / 0.9);
}

.border-b-brown\/95 {
  border-bottom-color: rgb(128 66 54 / 0.95);
}

.border-b-current {
  border-bottom-color: currentColor;
}

.border-b-gray {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(77 79 83 / var(--tw-border-opacity));
}

.border-b-gray-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 230 232 / var(--tw-border-opacity));
}

.border-b-gray-100\/0 {
  border-bottom-color: rgb(229 230 232 / 0);
}

.border-b-gray-100\/10 {
  border-bottom-color: rgb(229 230 232 / 0.1);
}

.border-b-gray-100\/100 {
  border-bottom-color: rgb(229 230 232 / 1);
}

.border-b-gray-100\/20 {
  border-bottom-color: rgb(229 230 232 / 0.2);
}

.border-b-gray-100\/25 {
  border-bottom-color: rgb(229 230 232 / 0.25);
}

.border-b-gray-100\/30 {
  border-bottom-color: rgb(229 230 232 / 0.3);
}

.border-b-gray-100\/40 {
  border-bottom-color: rgb(229 230 232 / 0.4);
}

.border-b-gray-100\/5 {
  border-bottom-color: rgb(229 230 232 / 0.05);
}

.border-b-gray-100\/50 {
  border-bottom-color: rgb(229 230 232 / 0.5);
}

.border-b-gray-100\/60 {
  border-bottom-color: rgb(229 230 232 / 0.6);
}

.border-b-gray-100\/70 {
  border-bottom-color: rgb(229 230 232 / 0.7);
}

.border-b-gray-100\/75 {
  border-bottom-color: rgb(229 230 232 / 0.75);
}

.border-b-gray-100\/80 {
  border-bottom-color: rgb(229 230 232 / 0.8);
}

.border-b-gray-100\/90 {
  border-bottom-color: rgb(229 230 232 / 0.9);
}

.border-b-gray-100\/95 {
  border-bottom-color: rgb(229 230 232 / 0.95);
}

.border-b-gray-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(207 209 210 / var(--tw-border-opacity));
}

.border-b-gray-200\/0 {
  border-bottom-color: rgb(207 209 210 / 0);
}

.border-b-gray-200\/10 {
  border-bottom-color: rgb(207 209 210 / 0.1);
}

.border-b-gray-200\/100 {
  border-bottom-color: rgb(207 209 210 / 1);
}

.border-b-gray-200\/20 {
  border-bottom-color: rgb(207 209 210 / 0.2);
}

.border-b-gray-200\/25 {
  border-bottom-color: rgb(207 209 210 / 0.25);
}

.border-b-gray-200\/30 {
  border-bottom-color: rgb(207 209 210 / 0.3);
}

.border-b-gray-200\/40 {
  border-bottom-color: rgb(207 209 210 / 0.4);
}

.border-b-gray-200\/5 {
  border-bottom-color: rgb(207 209 210 / 0.05);
}

.border-b-gray-200\/50 {
  border-bottom-color: rgb(207 209 210 / 0.5);
}

.border-b-gray-200\/60 {
  border-bottom-color: rgb(207 209 210 / 0.6);
}

.border-b-gray-200\/70 {
  border-bottom-color: rgb(207 209 210 / 0.7);
}

.border-b-gray-200\/75 {
  border-bottom-color: rgb(207 209 210 / 0.75);
}

.border-b-gray-200\/80 {
  border-bottom-color: rgb(207 209 210 / 0.8);
}

.border-b-gray-200\/90 {
  border-bottom-color: rgb(207 209 210 / 0.9);
}

.border-b-gray-200\/95 {
  border-bottom-color: rgb(207 209 210 / 0.95);
}

.border-b-gray-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(173 176 179 / var(--tw-border-opacity));
}

.border-b-gray-300\/0 {
  border-bottom-color: rgb(173 176 179 / 0);
}

.border-b-gray-300\/10 {
  border-bottom-color: rgb(173 176 179 / 0.1);
}

.border-b-gray-300\/100 {
  border-bottom-color: rgb(173 176 179 / 1);
}

.border-b-gray-300\/20 {
  border-bottom-color: rgb(173 176 179 / 0.2);
}

.border-b-gray-300\/25 {
  border-bottom-color: rgb(173 176 179 / 0.25);
}

.border-b-gray-300\/30 {
  border-bottom-color: rgb(173 176 179 / 0.3);
}

.border-b-gray-300\/40 {
  border-bottom-color: rgb(173 176 179 / 0.4);
}

.border-b-gray-300\/5 {
  border-bottom-color: rgb(173 176 179 / 0.05);
}

.border-b-gray-300\/50 {
  border-bottom-color: rgb(173 176 179 / 0.5);
}

.border-b-gray-300\/60 {
  border-bottom-color: rgb(173 176 179 / 0.6);
}

.border-b-gray-300\/70 {
  border-bottom-color: rgb(173 176 179 / 0.7);
}

.border-b-gray-300\/75 {
  border-bottom-color: rgb(173 176 179 / 0.75);
}

.border-b-gray-300\/80 {
  border-bottom-color: rgb(173 176 179 / 0.8);
}

.border-b-gray-300\/90 {
  border-bottom-color: rgb(173 176 179 / 0.9);
}

.border-b-gray-300\/95 {
  border-bottom-color: rgb(173 176 179 / 0.95);
}

.border-b-gray-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(131 134 141 / var(--tw-border-opacity));
}

.border-b-gray-400\/0 {
  border-bottom-color: rgb(131 134 141 / 0);
}

.border-b-gray-400\/10 {
  border-bottom-color: rgb(131 134 141 / 0.1);
}

.border-b-gray-400\/100 {
  border-bottom-color: rgb(131 134 141 / 1);
}

.border-b-gray-400\/20 {
  border-bottom-color: rgb(131 134 141 / 0.2);
}

.border-b-gray-400\/25 {
  border-bottom-color: rgb(131 134 141 / 0.25);
}

.border-b-gray-400\/30 {
  border-bottom-color: rgb(131 134 141 / 0.3);
}

.border-b-gray-400\/40 {
  border-bottom-color: rgb(131 134 141 / 0.4);
}

.border-b-gray-400\/5 {
  border-bottom-color: rgb(131 134 141 / 0.05);
}

.border-b-gray-400\/50 {
  border-bottom-color: rgb(131 134 141 / 0.5);
}

.border-b-gray-400\/60 {
  border-bottom-color: rgb(131 134 141 / 0.6);
}

.border-b-gray-400\/70 {
  border-bottom-color: rgb(131 134 141 / 0.7);
}

.border-b-gray-400\/75 {
  border-bottom-color: rgb(131 134 141 / 0.75);
}

.border-b-gray-400\/80 {
  border-bottom-color: rgb(131 134 141 / 0.8);
}

.border-b-gray-400\/90 {
  border-bottom-color: rgb(131 134 141 / 0.9);
}

.border-b-gray-400\/95 {
  border-bottom-color: rgb(131 134 141 / 0.95);
}

.border-b-gray-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 246 246 / var(--tw-border-opacity));
}

.border-b-gray-50\/0 {
  border-bottom-color: rgb(245 246 246 / 0);
}

.border-b-gray-50\/10 {
  border-bottom-color: rgb(245 246 246 / 0.1);
}

.border-b-gray-50\/100 {
  border-bottom-color: rgb(245 246 246 / 1);
}

.border-b-gray-50\/20 {
  border-bottom-color: rgb(245 246 246 / 0.2);
}

.border-b-gray-50\/25 {
  border-bottom-color: rgb(245 246 246 / 0.25);
}

.border-b-gray-50\/30 {
  border-bottom-color: rgb(245 246 246 / 0.3);
}

.border-b-gray-50\/40 {
  border-bottom-color: rgb(245 246 246 / 0.4);
}

.border-b-gray-50\/5 {
  border-bottom-color: rgb(245 246 246 / 0.05);
}

.border-b-gray-50\/50 {
  border-bottom-color: rgb(245 246 246 / 0.5);
}

.border-b-gray-50\/60 {
  border-bottom-color: rgb(245 246 246 / 0.6);
}

.border-b-gray-50\/70 {
  border-bottom-color: rgb(245 246 246 / 0.7);
}

.border-b-gray-50\/75 {
  border-bottom-color: rgb(245 246 246 / 0.75);
}

.border-b-gray-50\/80 {
  border-bottom-color: rgb(245 246 246 / 0.8);
}

.border-b-gray-50\/90 {
  border-bottom-color: rgb(245 246 246 / 0.9);
}

.border-b-gray-50\/95 {
  border-bottom-color: rgb(245 246 246 / 0.95);
}

.border-b-gray-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(104 107 114 / var(--tw-border-opacity));
}

.border-b-gray-500\/0 {
  border-bottom-color: rgb(104 107 114 / 0);
}

.border-b-gray-500\/10 {
  border-bottom-color: rgb(104 107 114 / 0.1);
}

.border-b-gray-500\/100 {
  border-bottom-color: rgb(104 107 114 / 1);
}

.border-b-gray-500\/20 {
  border-bottom-color: rgb(104 107 114 / 0.2);
}

.border-b-gray-500\/25 {
  border-bottom-color: rgb(104 107 114 / 0.25);
}

.border-b-gray-500\/30 {
  border-bottom-color: rgb(104 107 114 / 0.3);
}

.border-b-gray-500\/40 {
  border-bottom-color: rgb(104 107 114 / 0.4);
}

.border-b-gray-500\/5 {
  border-bottom-color: rgb(104 107 114 / 0.05);
}

.border-b-gray-500\/50 {
  border-bottom-color: rgb(104 107 114 / 0.5);
}

.border-b-gray-500\/60 {
  border-bottom-color: rgb(104 107 114 / 0.6);
}

.border-b-gray-500\/70 {
  border-bottom-color: rgb(104 107 114 / 0.7);
}

.border-b-gray-500\/75 {
  border-bottom-color: rgb(104 107 114 / 0.75);
}

.border-b-gray-500\/80 {
  border-bottom-color: rgb(104 107 114 / 0.8);
}

.border-b-gray-500\/90 {
  border-bottom-color: rgb(104 107 114 / 0.9);
}

.border-b-gray-500\/95 {
  border-bottom-color: rgb(104 107 114 / 0.95);
}

.border-b-gray-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(89 91 97 / var(--tw-border-opacity));
}

.border-b-gray-600\/0 {
  border-bottom-color: rgb(89 91 97 / 0);
}

.border-b-gray-600\/10 {
  border-bottom-color: rgb(89 91 97 / 0.1);
}

.border-b-gray-600\/100 {
  border-bottom-color: rgb(89 91 97 / 1);
}

.border-b-gray-600\/20 {
  border-bottom-color: rgb(89 91 97 / 0.2);
}

.border-b-gray-600\/25 {
  border-bottom-color: rgb(89 91 97 / 0.25);
}

.border-b-gray-600\/30 {
  border-bottom-color: rgb(89 91 97 / 0.3);
}

.border-b-gray-600\/40 {
  border-bottom-color: rgb(89 91 97 / 0.4);
}

.border-b-gray-600\/5 {
  border-bottom-color: rgb(89 91 97 / 0.05);
}

.border-b-gray-600\/50 {
  border-bottom-color: rgb(89 91 97 / 0.5);
}

.border-b-gray-600\/60 {
  border-bottom-color: rgb(89 91 97 / 0.6);
}

.border-b-gray-600\/70 {
  border-bottom-color: rgb(89 91 97 / 0.7);
}

.border-b-gray-600\/75 {
  border-bottom-color: rgb(89 91 97 / 0.75);
}

.border-b-gray-600\/80 {
  border-bottom-color: rgb(89 91 97 / 0.8);
}

.border-b-gray-600\/90 {
  border-bottom-color: rgb(89 91 97 / 0.9);
}

.border-b-gray-600\/95 {
  border-bottom-color: rgb(89 91 97 / 0.95);
}

.border-b-gray-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(77 79 83 / var(--tw-border-opacity));
}

.border-b-gray-700\/0 {
  border-bottom-color: rgb(77 79 83 / 0);
}

.border-b-gray-700\/10 {
  border-bottom-color: rgb(77 79 83 / 0.1);
}

.border-b-gray-700\/100 {
  border-bottom-color: rgb(77 79 83 / 1);
}

.border-b-gray-700\/20 {
  border-bottom-color: rgb(77 79 83 / 0.2);
}

.border-b-gray-700\/25 {
  border-bottom-color: rgb(77 79 83 / 0.25);
}

.border-b-gray-700\/30 {
  border-bottom-color: rgb(77 79 83 / 0.3);
}

.border-b-gray-700\/40 {
  border-bottom-color: rgb(77 79 83 / 0.4);
}

.border-b-gray-700\/5 {
  border-bottom-color: rgb(77 79 83 / 0.05);
}

.border-b-gray-700\/50 {
  border-bottom-color: rgb(77 79 83 / 0.5);
}

.border-b-gray-700\/60 {
  border-bottom-color: rgb(77 79 83 / 0.6);
}

.border-b-gray-700\/70 {
  border-bottom-color: rgb(77 79 83 / 0.7);
}

.border-b-gray-700\/75 {
  border-bottom-color: rgb(77 79 83 / 0.75);
}

.border-b-gray-700\/80 {
  border-bottom-color: rgb(77 79 83 / 0.8);
}

.border-b-gray-700\/90 {
  border-bottom-color: rgb(77 79 83 / 0.9);
}

.border-b-gray-700\/95 {
  border-bottom-color: rgb(77 79 83 / 0.95);
}

.border-b-gray-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(67 68 71 / var(--tw-border-opacity));
}

.border-b-gray-800\/0 {
  border-bottom-color: rgb(67 68 71 / 0);
}

.border-b-gray-800\/10 {
  border-bottom-color: rgb(67 68 71 / 0.1);
}

.border-b-gray-800\/100 {
  border-bottom-color: rgb(67 68 71 / 1);
}

.border-b-gray-800\/20 {
  border-bottom-color: rgb(67 68 71 / 0.2);
}

.border-b-gray-800\/25 {
  border-bottom-color: rgb(67 68 71 / 0.25);
}

.border-b-gray-800\/30 {
  border-bottom-color: rgb(67 68 71 / 0.3);
}

.border-b-gray-800\/40 {
  border-bottom-color: rgb(67 68 71 / 0.4);
}

.border-b-gray-800\/5 {
  border-bottom-color: rgb(67 68 71 / 0.05);
}

.border-b-gray-800\/50 {
  border-bottom-color: rgb(67 68 71 / 0.5);
}

.border-b-gray-800\/60 {
  border-bottom-color: rgb(67 68 71 / 0.6);
}

.border-b-gray-800\/70 {
  border-bottom-color: rgb(67 68 71 / 0.7);
}

.border-b-gray-800\/75 {
  border-bottom-color: rgb(67 68 71 / 0.75);
}

.border-b-gray-800\/80 {
  border-bottom-color: rgb(67 68 71 / 0.8);
}

.border-b-gray-800\/90 {
  border-bottom-color: rgb(67 68 71 / 0.9);
}

.border-b-gray-800\/95 {
  border-bottom-color: rgb(67 68 71 / 0.95);
}

.border-b-gray-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(59 60 62 / var(--tw-border-opacity));
}

.border-b-gray-900\/0 {
  border-bottom-color: rgb(59 60 62 / 0);
}

.border-b-gray-900\/10 {
  border-bottom-color: rgb(59 60 62 / 0.1);
}

.border-b-gray-900\/100 {
  border-bottom-color: rgb(59 60 62 / 1);
}

.border-b-gray-900\/20 {
  border-bottom-color: rgb(59 60 62 / 0.2);
}

.border-b-gray-900\/25 {
  border-bottom-color: rgb(59 60 62 / 0.25);
}

.border-b-gray-900\/30 {
  border-bottom-color: rgb(59 60 62 / 0.3);
}

.border-b-gray-900\/40 {
  border-bottom-color: rgb(59 60 62 / 0.4);
}

.border-b-gray-900\/5 {
  border-bottom-color: rgb(59 60 62 / 0.05);
}

.border-b-gray-900\/50 {
  border-bottom-color: rgb(59 60 62 / 0.5);
}

.border-b-gray-900\/60 {
  border-bottom-color: rgb(59 60 62 / 0.6);
}

.border-b-gray-900\/70 {
  border-bottom-color: rgb(59 60 62 / 0.7);
}

.border-b-gray-900\/75 {
  border-bottom-color: rgb(59 60 62 / 0.75);
}

.border-b-gray-900\/80 {
  border-bottom-color: rgb(59 60 62 / 0.8);
}

.border-b-gray-900\/90 {
  border-bottom-color: rgb(59 60 62 / 0.9);
}

.border-b-gray-900\/95 {
  border-bottom-color: rgb(59 60 62 / 0.95);
}

.border-b-gray-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(37 38 39 / var(--tw-border-opacity));
}

.border-b-gray-950\/0 {
  border-bottom-color: rgb(37 38 39 / 0);
}

.border-b-gray-950\/10 {
  border-bottom-color: rgb(37 38 39 / 0.1);
}

.border-b-gray-950\/100 {
  border-bottom-color: rgb(37 38 39 / 1);
}

.border-b-gray-950\/20 {
  border-bottom-color: rgb(37 38 39 / 0.2);
}

.border-b-gray-950\/25 {
  border-bottom-color: rgb(37 38 39 / 0.25);
}

.border-b-gray-950\/30 {
  border-bottom-color: rgb(37 38 39 / 0.3);
}

.border-b-gray-950\/40 {
  border-bottom-color: rgb(37 38 39 / 0.4);
}

.border-b-gray-950\/5 {
  border-bottom-color: rgb(37 38 39 / 0.05);
}

.border-b-gray-950\/50 {
  border-bottom-color: rgb(37 38 39 / 0.5);
}

.border-b-gray-950\/60 {
  border-bottom-color: rgb(37 38 39 / 0.6);
}

.border-b-gray-950\/70 {
  border-bottom-color: rgb(37 38 39 / 0.7);
}

.border-b-gray-950\/75 {
  border-bottom-color: rgb(37 38 39 / 0.75);
}

.border-b-gray-950\/80 {
  border-bottom-color: rgb(37 38 39 / 0.8);
}

.border-b-gray-950\/90 {
  border-bottom-color: rgb(37 38 39 / 0.9);
}

.border-b-gray-950\/95 {
  border-bottom-color: rgb(37 38 39 / 0.95);
}

.border-b-gray\/0 {
  border-bottom-color: rgb(77 79 83 / 0);
}

.border-b-gray\/10 {
  border-bottom-color: rgb(77 79 83 / 0.1);
}

.border-b-gray\/100 {
  border-bottom-color: rgb(77 79 83 / 1);
}

.border-b-gray\/20 {
  border-bottom-color: rgb(77 79 83 / 0.2);
}

.border-b-gray\/25 {
  border-bottom-color: rgb(77 79 83 / 0.25);
}

.border-b-gray\/30 {
  border-bottom-color: rgb(77 79 83 / 0.3);
}

.border-b-gray\/40 {
  border-bottom-color: rgb(77 79 83 / 0.4);
}

.border-b-gray\/5 {
  border-bottom-color: rgb(77 79 83 / 0.05);
}

.border-b-gray\/50 {
  border-bottom-color: rgb(77 79 83 / 0.5);
}

.border-b-gray\/60 {
  border-bottom-color: rgb(77 79 83 / 0.6);
}

.border-b-gray\/70 {
  border-bottom-color: rgb(77 79 83 / 0.7);
}

.border-b-gray\/75 {
  border-bottom-color: rgb(77 79 83 / 0.75);
}

.border-b-gray\/80 {
  border-bottom-color: rgb(77 79 83 / 0.8);
}

.border-b-gray\/90 {
  border-bottom-color: rgb(77 79 83 / 0.9);
}

.border-b-gray\/95 {
  border-bottom-color: rgb(77 79 83 / 0.95);
}

.border-b-green {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(181 203 82 / var(--tw-border-opacity));
}

.border-b-green-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(235 241 207 / var(--tw-border-opacity));
}

.border-b-green-100\/0 {
  border-bottom-color: rgb(235 241 207 / 0);
}

.border-b-green-100\/10 {
  border-bottom-color: rgb(235 241 207 / 0.1);
}

.border-b-green-100\/100 {
  border-bottom-color: rgb(235 241 207 / 1);
}

.border-b-green-100\/20 {
  border-bottom-color: rgb(235 241 207 / 0.2);
}

.border-b-green-100\/25 {
  border-bottom-color: rgb(235 241 207 / 0.25);
}

.border-b-green-100\/30 {
  border-bottom-color: rgb(235 241 207 / 0.3);
}

.border-b-green-100\/40 {
  border-bottom-color: rgb(235 241 207 / 0.4);
}

.border-b-green-100\/5 {
  border-bottom-color: rgb(235 241 207 / 0.05);
}

.border-b-green-100\/50 {
  border-bottom-color: rgb(235 241 207 / 0.5);
}

.border-b-green-100\/60 {
  border-bottom-color: rgb(235 241 207 / 0.6);
}

.border-b-green-100\/70 {
  border-bottom-color: rgb(235 241 207 / 0.7);
}

.border-b-green-100\/75 {
  border-bottom-color: rgb(235 241 207 / 0.75);
}

.border-b-green-100\/80 {
  border-bottom-color: rgb(235 241 207 / 0.8);
}

.border-b-green-100\/90 {
  border-bottom-color: rgb(235 241 207 / 0.9);
}

.border-b-green-100\/95 {
  border-bottom-color: rgb(235 241 207 / 0.95);
}

.border-b-green-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(221 231 176 / var(--tw-border-opacity));
}

.border-b-green-200\/0 {
  border-bottom-color: rgb(221 231 176 / 0);
}

.border-b-green-200\/10 {
  border-bottom-color: rgb(221 231 176 / 0.1);
}

.border-b-green-200\/100 {
  border-bottom-color: rgb(221 231 176 / 1);
}

.border-b-green-200\/20 {
  border-bottom-color: rgb(221 231 176 / 0.2);
}

.border-b-green-200\/25 {
  border-bottom-color: rgb(221 231 176 / 0.25);
}

.border-b-green-200\/30 {
  border-bottom-color: rgb(221 231 176 / 0.3);
}

.border-b-green-200\/40 {
  border-bottom-color: rgb(221 231 176 / 0.4);
}

.border-b-green-200\/5 {
  border-bottom-color: rgb(221 231 176 / 0.05);
}

.border-b-green-200\/50 {
  border-bottom-color: rgb(221 231 176 / 0.5);
}

.border-b-green-200\/60 {
  border-bottom-color: rgb(221 231 176 / 0.6);
}

.border-b-green-200\/70 {
  border-bottom-color: rgb(221 231 176 / 0.7);
}

.border-b-green-200\/75 {
  border-bottom-color: rgb(221 231 176 / 0.75);
}

.border-b-green-200\/80 {
  border-bottom-color: rgb(221 231 176 / 0.8);
}

.border-b-green-200\/90 {
  border-bottom-color: rgb(221 231 176 / 0.9);
}

.border-b-green-200\/95 {
  border-bottom-color: rgb(221 231 176 / 0.95);
}

.border-b-green-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(208 222 145 / var(--tw-border-opacity));
}

.border-b-green-300\/0 {
  border-bottom-color: rgb(208 222 145 / 0);
}

.border-b-green-300\/10 {
  border-bottom-color: rgb(208 222 145 / 0.1);
}

.border-b-green-300\/100 {
  border-bottom-color: rgb(208 222 145 / 1);
}

.border-b-green-300\/20 {
  border-bottom-color: rgb(208 222 145 / 0.2);
}

.border-b-green-300\/25 {
  border-bottom-color: rgb(208 222 145 / 0.25);
}

.border-b-green-300\/30 {
  border-bottom-color: rgb(208 222 145 / 0.3);
}

.border-b-green-300\/40 {
  border-bottom-color: rgb(208 222 145 / 0.4);
}

.border-b-green-300\/5 {
  border-bottom-color: rgb(208 222 145 / 0.05);
}

.border-b-green-300\/50 {
  border-bottom-color: rgb(208 222 145 / 0.5);
}

.border-b-green-300\/60 {
  border-bottom-color: rgb(208 222 145 / 0.6);
}

.border-b-green-300\/70 {
  border-bottom-color: rgb(208 222 145 / 0.7);
}

.border-b-green-300\/75 {
  border-bottom-color: rgb(208 222 145 / 0.75);
}

.border-b-green-300\/80 {
  border-bottom-color: rgb(208 222 145 / 0.8);
}

.border-b-green-300\/90 {
  border-bottom-color: rgb(208 222 145 / 0.9);
}

.border-b-green-300\/95 {
  border-bottom-color: rgb(208 222 145 / 0.95);
}

.border-b-green-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(194 212 113 / var(--tw-border-opacity));
}

.border-b-green-400\/0 {
  border-bottom-color: rgb(194 212 113 / 0);
}

.border-b-green-400\/10 {
  border-bottom-color: rgb(194 212 113 / 0.1);
}

.border-b-green-400\/100 {
  border-bottom-color: rgb(194 212 113 / 1);
}

.border-b-green-400\/20 {
  border-bottom-color: rgb(194 212 113 / 0.2);
}

.border-b-green-400\/25 {
  border-bottom-color: rgb(194 212 113 / 0.25);
}

.border-b-green-400\/30 {
  border-bottom-color: rgb(194 212 113 / 0.3);
}

.border-b-green-400\/40 {
  border-bottom-color: rgb(194 212 113 / 0.4);
}

.border-b-green-400\/5 {
  border-bottom-color: rgb(194 212 113 / 0.05);
}

.border-b-green-400\/50 {
  border-bottom-color: rgb(194 212 113 / 0.5);
}

.border-b-green-400\/60 {
  border-bottom-color: rgb(194 212 113 / 0.6);
}

.border-b-green-400\/70 {
  border-bottom-color: rgb(194 212 113 / 0.7);
}

.border-b-green-400\/75 {
  border-bottom-color: rgb(194 212 113 / 0.75);
}

.border-b-green-400\/80 {
  border-bottom-color: rgb(194 212 113 / 0.8);
}

.border-b-green-400\/90 {
  border-bottom-color: rgb(194 212 113 / 0.9);
}

.border-b-green-400\/95 {
  border-bottom-color: rgb(194 212 113 / 0.95);
}

.border-b-green-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(241 245 223 / var(--tw-border-opacity));
}

.border-b-green-50\/0 {
  border-bottom-color: rgb(241 245 223 / 0);
}

.border-b-green-50\/10 {
  border-bottom-color: rgb(241 245 223 / 0.1);
}

.border-b-green-50\/100 {
  border-bottom-color: rgb(241 245 223 / 1);
}

.border-b-green-50\/20 {
  border-bottom-color: rgb(241 245 223 / 0.2);
}

.border-b-green-50\/25 {
  border-bottom-color: rgb(241 245 223 / 0.25);
}

.border-b-green-50\/30 {
  border-bottom-color: rgb(241 245 223 / 0.3);
}

.border-b-green-50\/40 {
  border-bottom-color: rgb(241 245 223 / 0.4);
}

.border-b-green-50\/5 {
  border-bottom-color: rgb(241 245 223 / 0.05);
}

.border-b-green-50\/50 {
  border-bottom-color: rgb(241 245 223 / 0.5);
}

.border-b-green-50\/60 {
  border-bottom-color: rgb(241 245 223 / 0.6);
}

.border-b-green-50\/70 {
  border-bottom-color: rgb(241 245 223 / 0.7);
}

.border-b-green-50\/75 {
  border-bottom-color: rgb(241 245 223 / 0.75);
}

.border-b-green-50\/80 {
  border-bottom-color: rgb(241 245 223 / 0.8);
}

.border-b-green-50\/90 {
  border-bottom-color: rgb(241 245 223 / 0.9);
}

.border-b-green-50\/95 {
  border-bottom-color: rgb(241 245 223 / 0.95);
}

.border-b-green-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(181 203 82 / var(--tw-border-opacity));
}

.border-b-green-500\/0 {
  border-bottom-color: rgb(181 203 82 / 0);
}

.border-b-green-500\/10 {
  border-bottom-color: rgb(181 203 82 / 0.1);
}

.border-b-green-500\/100 {
  border-bottom-color: rgb(181 203 82 / 1);
}

.border-b-green-500\/20 {
  border-bottom-color: rgb(181 203 82 / 0.2);
}

.border-b-green-500\/25 {
  border-bottom-color: rgb(181 203 82 / 0.25);
}

.border-b-green-500\/30 {
  border-bottom-color: rgb(181 203 82 / 0.3);
}

.border-b-green-500\/40 {
  border-bottom-color: rgb(181 203 82 / 0.4);
}

.border-b-green-500\/5 {
  border-bottom-color: rgb(181 203 82 / 0.05);
}

.border-b-green-500\/50 {
  border-bottom-color: rgb(181 203 82 / 0.5);
}

.border-b-green-500\/60 {
  border-bottom-color: rgb(181 203 82 / 0.6);
}

.border-b-green-500\/70 {
  border-bottom-color: rgb(181 203 82 / 0.7);
}

.border-b-green-500\/75 {
  border-bottom-color: rgb(181 203 82 / 0.75);
}

.border-b-green-500\/80 {
  border-bottom-color: rgb(181 203 82 / 0.8);
}

.border-b-green-500\/90 {
  border-bottom-color: rgb(181 203 82 / 0.9);
}

.border-b-green-500\/95 {
  border-bottom-color: rgb(181 203 82 / 0.95);
}

.border-b-green-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(154 176 53 / var(--tw-border-opacity));
}

.border-b-green-600\/0 {
  border-bottom-color: rgb(154 176 53 / 0);
}

.border-b-green-600\/10 {
  border-bottom-color: rgb(154 176 53 / 0.1);
}

.border-b-green-600\/100 {
  border-bottom-color: rgb(154 176 53 / 1);
}

.border-b-green-600\/20 {
  border-bottom-color: rgb(154 176 53 / 0.2);
}

.border-b-green-600\/25 {
  border-bottom-color: rgb(154 176 53 / 0.25);
}

.border-b-green-600\/30 {
  border-bottom-color: rgb(154 176 53 / 0.3);
}

.border-b-green-600\/40 {
  border-bottom-color: rgb(154 176 53 / 0.4);
}

.border-b-green-600\/5 {
  border-bottom-color: rgb(154 176 53 / 0.05);
}

.border-b-green-600\/50 {
  border-bottom-color: rgb(154 176 53 / 0.5);
}

.border-b-green-600\/60 {
  border-bottom-color: rgb(154 176 53 / 0.6);
}

.border-b-green-600\/70 {
  border-bottom-color: rgb(154 176 53 / 0.7);
}

.border-b-green-600\/75 {
  border-bottom-color: rgb(154 176 53 / 0.75);
}

.border-b-green-600\/80 {
  border-bottom-color: rgb(154 176 53 / 0.8);
}

.border-b-green-600\/90 {
  border-bottom-color: rgb(154 176 53 / 0.9);
}

.border-b-green-600\/95 {
  border-bottom-color: rgb(154 176 53 / 0.95);
}

.border-b-green-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(116 133 40 / var(--tw-border-opacity));
}

.border-b-green-700\/0 {
  border-bottom-color: rgb(116 133 40 / 0);
}

.border-b-green-700\/10 {
  border-bottom-color: rgb(116 133 40 / 0.1);
}

.border-b-green-700\/100 {
  border-bottom-color: rgb(116 133 40 / 1);
}

.border-b-green-700\/20 {
  border-bottom-color: rgb(116 133 40 / 0.2);
}

.border-b-green-700\/25 {
  border-bottom-color: rgb(116 133 40 / 0.25);
}

.border-b-green-700\/30 {
  border-bottom-color: rgb(116 133 40 / 0.3);
}

.border-b-green-700\/40 {
  border-bottom-color: rgb(116 133 40 / 0.4);
}

.border-b-green-700\/5 {
  border-bottom-color: rgb(116 133 40 / 0.05);
}

.border-b-green-700\/50 {
  border-bottom-color: rgb(116 133 40 / 0.5);
}

.border-b-green-700\/60 {
  border-bottom-color: rgb(116 133 40 / 0.6);
}

.border-b-green-700\/70 {
  border-bottom-color: rgb(116 133 40 / 0.7);
}

.border-b-green-700\/75 {
  border-bottom-color: rgb(116 133 40 / 0.75);
}

.border-b-green-700\/80 {
  border-bottom-color: rgb(116 133 40 / 0.8);
}

.border-b-green-700\/90 {
  border-bottom-color: rgb(116 133 40 / 0.9);
}

.border-b-green-700\/95 {
  border-bottom-color: rgb(116 133 40 / 0.95);
}

.border-b-green-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(78 90 27 / var(--tw-border-opacity));
}

.border-b-green-800\/0 {
  border-bottom-color: rgb(78 90 27 / 0);
}

.border-b-green-800\/10 {
  border-bottom-color: rgb(78 90 27 / 0.1);
}

.border-b-green-800\/100 {
  border-bottom-color: rgb(78 90 27 / 1);
}

.border-b-green-800\/20 {
  border-bottom-color: rgb(78 90 27 / 0.2);
}

.border-b-green-800\/25 {
  border-bottom-color: rgb(78 90 27 / 0.25);
}

.border-b-green-800\/30 {
  border-bottom-color: rgb(78 90 27 / 0.3);
}

.border-b-green-800\/40 {
  border-bottom-color: rgb(78 90 27 / 0.4);
}

.border-b-green-800\/5 {
  border-bottom-color: rgb(78 90 27 / 0.05);
}

.border-b-green-800\/50 {
  border-bottom-color: rgb(78 90 27 / 0.5);
}

.border-b-green-800\/60 {
  border-bottom-color: rgb(78 90 27 / 0.6);
}

.border-b-green-800\/70 {
  border-bottom-color: rgb(78 90 27 / 0.7);
}

.border-b-green-800\/75 {
  border-bottom-color: rgb(78 90 27 / 0.75);
}

.border-b-green-800\/80 {
  border-bottom-color: rgb(78 90 27 / 0.8);
}

.border-b-green-800\/90 {
  border-bottom-color: rgb(78 90 27 / 0.9);
}

.border-b-green-800\/95 {
  border-bottom-color: rgb(78 90 27 / 0.95);
}

.border-b-green-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(41 47 14 / var(--tw-border-opacity));
}

.border-b-green-900\/0 {
  border-bottom-color: rgb(41 47 14 / 0);
}

.border-b-green-900\/10 {
  border-bottom-color: rgb(41 47 14 / 0.1);
}

.border-b-green-900\/100 {
  border-bottom-color: rgb(41 47 14 / 1);
}

.border-b-green-900\/20 {
  border-bottom-color: rgb(41 47 14 / 0.2);
}

.border-b-green-900\/25 {
  border-bottom-color: rgb(41 47 14 / 0.25);
}

.border-b-green-900\/30 {
  border-bottom-color: rgb(41 47 14 / 0.3);
}

.border-b-green-900\/40 {
  border-bottom-color: rgb(41 47 14 / 0.4);
}

.border-b-green-900\/5 {
  border-bottom-color: rgb(41 47 14 / 0.05);
}

.border-b-green-900\/50 {
  border-bottom-color: rgb(41 47 14 / 0.5);
}

.border-b-green-900\/60 {
  border-bottom-color: rgb(41 47 14 / 0.6);
}

.border-b-green-900\/70 {
  border-bottom-color: rgb(41 47 14 / 0.7);
}

.border-b-green-900\/75 {
  border-bottom-color: rgb(41 47 14 / 0.75);
}

.border-b-green-900\/80 {
  border-bottom-color: rgb(41 47 14 / 0.8);
}

.border-b-green-900\/90 {
  border-bottom-color: rgb(41 47 14 / 0.9);
}

.border-b-green-900\/95 {
  border-bottom-color: rgb(41 47 14 / 0.95);
}

.border-b-green\/0 {
  border-bottom-color: rgb(181 203 82 / 0);
}

.border-b-green\/10 {
  border-bottom-color: rgb(181 203 82 / 0.1);
}

.border-b-green\/100 {
  border-bottom-color: rgb(181 203 82 / 1);
}

.border-b-green\/20 {
  border-bottom-color: rgb(181 203 82 / 0.2);
}

.border-b-green\/25 {
  border-bottom-color: rgb(181 203 82 / 0.25);
}

.border-b-green\/30 {
  border-bottom-color: rgb(181 203 82 / 0.3);
}

.border-b-green\/40 {
  border-bottom-color: rgb(181 203 82 / 0.4);
}

.border-b-green\/5 {
  border-bottom-color: rgb(181 203 82 / 0.05);
}

.border-b-green\/50 {
  border-bottom-color: rgb(181 203 82 / 0.5);
}

.border-b-green\/60 {
  border-bottom-color: rgb(181 203 82 / 0.6);
}

.border-b-green\/70 {
  border-bottom-color: rgb(181 203 82 / 0.7);
}

.border-b-green\/75 {
  border-bottom-color: rgb(181 203 82 / 0.75);
}

.border-b-green\/80 {
  border-bottom-color: rgb(181 203 82 / 0.8);
}

.border-b-green\/90 {
  border-bottom-color: rgb(181 203 82 / 0.9);
}

.border-b-green\/95 {
  border-bottom-color: rgb(181 203 82 / 0.95);
}

.border-b-grey {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(77 79 83 / var(--tw-border-opacity));
}

.border-b-grey-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 230 232 / var(--tw-border-opacity));
}

.border-b-grey-100\/0 {
  border-bottom-color: rgb(229 230 232 / 0);
}

.border-b-grey-100\/10 {
  border-bottom-color: rgb(229 230 232 / 0.1);
}

.border-b-grey-100\/100 {
  border-bottom-color: rgb(229 230 232 / 1);
}

.border-b-grey-100\/20 {
  border-bottom-color: rgb(229 230 232 / 0.2);
}

.border-b-grey-100\/25 {
  border-bottom-color: rgb(229 230 232 / 0.25);
}

.border-b-grey-100\/30 {
  border-bottom-color: rgb(229 230 232 / 0.3);
}

.border-b-grey-100\/40 {
  border-bottom-color: rgb(229 230 232 / 0.4);
}

.border-b-grey-100\/5 {
  border-bottom-color: rgb(229 230 232 / 0.05);
}

.border-b-grey-100\/50 {
  border-bottom-color: rgb(229 230 232 / 0.5);
}

.border-b-grey-100\/60 {
  border-bottom-color: rgb(229 230 232 / 0.6);
}

.border-b-grey-100\/70 {
  border-bottom-color: rgb(229 230 232 / 0.7);
}

.border-b-grey-100\/75 {
  border-bottom-color: rgb(229 230 232 / 0.75);
}

.border-b-grey-100\/80 {
  border-bottom-color: rgb(229 230 232 / 0.8);
}

.border-b-grey-100\/90 {
  border-bottom-color: rgb(229 230 232 / 0.9);
}

.border-b-grey-100\/95 {
  border-bottom-color: rgb(229 230 232 / 0.95);
}

.border-b-grey-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(207 209 210 / var(--tw-border-opacity));
}

.border-b-grey-200\/0 {
  border-bottom-color: rgb(207 209 210 / 0);
}

.border-b-grey-200\/10 {
  border-bottom-color: rgb(207 209 210 / 0.1);
}

.border-b-grey-200\/100 {
  border-bottom-color: rgb(207 209 210 / 1);
}

.border-b-grey-200\/20 {
  border-bottom-color: rgb(207 209 210 / 0.2);
}

.border-b-grey-200\/25 {
  border-bottom-color: rgb(207 209 210 / 0.25);
}

.border-b-grey-200\/30 {
  border-bottom-color: rgb(207 209 210 / 0.3);
}

.border-b-grey-200\/40 {
  border-bottom-color: rgb(207 209 210 / 0.4);
}

.border-b-grey-200\/5 {
  border-bottom-color: rgb(207 209 210 / 0.05);
}

.border-b-grey-200\/50 {
  border-bottom-color: rgb(207 209 210 / 0.5);
}

.border-b-grey-200\/60 {
  border-bottom-color: rgb(207 209 210 / 0.6);
}

.border-b-grey-200\/70 {
  border-bottom-color: rgb(207 209 210 / 0.7);
}

.border-b-grey-200\/75 {
  border-bottom-color: rgb(207 209 210 / 0.75);
}

.border-b-grey-200\/80 {
  border-bottom-color: rgb(207 209 210 / 0.8);
}

.border-b-grey-200\/90 {
  border-bottom-color: rgb(207 209 210 / 0.9);
}

.border-b-grey-200\/95 {
  border-bottom-color: rgb(207 209 210 / 0.95);
}

.border-b-grey-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(173 176 179 / var(--tw-border-opacity));
}

.border-b-grey-300\/0 {
  border-bottom-color: rgb(173 176 179 / 0);
}

.border-b-grey-300\/10 {
  border-bottom-color: rgb(173 176 179 / 0.1);
}

.border-b-grey-300\/100 {
  border-bottom-color: rgb(173 176 179 / 1);
}

.border-b-grey-300\/20 {
  border-bottom-color: rgb(173 176 179 / 0.2);
}

.border-b-grey-300\/25 {
  border-bottom-color: rgb(173 176 179 / 0.25);
}

.border-b-grey-300\/30 {
  border-bottom-color: rgb(173 176 179 / 0.3);
}

.border-b-grey-300\/40 {
  border-bottom-color: rgb(173 176 179 / 0.4);
}

.border-b-grey-300\/5 {
  border-bottom-color: rgb(173 176 179 / 0.05);
}

.border-b-grey-300\/50 {
  border-bottom-color: rgb(173 176 179 / 0.5);
}

.border-b-grey-300\/60 {
  border-bottom-color: rgb(173 176 179 / 0.6);
}

.border-b-grey-300\/70 {
  border-bottom-color: rgb(173 176 179 / 0.7);
}

.border-b-grey-300\/75 {
  border-bottom-color: rgb(173 176 179 / 0.75);
}

.border-b-grey-300\/80 {
  border-bottom-color: rgb(173 176 179 / 0.8);
}

.border-b-grey-300\/90 {
  border-bottom-color: rgb(173 176 179 / 0.9);
}

.border-b-grey-300\/95 {
  border-bottom-color: rgb(173 176 179 / 0.95);
}

.border-b-grey-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(131 134 141 / var(--tw-border-opacity));
}

.border-b-grey-400\/0 {
  border-bottom-color: rgb(131 134 141 / 0);
}

.border-b-grey-400\/10 {
  border-bottom-color: rgb(131 134 141 / 0.1);
}

.border-b-grey-400\/100 {
  border-bottom-color: rgb(131 134 141 / 1);
}

.border-b-grey-400\/20 {
  border-bottom-color: rgb(131 134 141 / 0.2);
}

.border-b-grey-400\/25 {
  border-bottom-color: rgb(131 134 141 / 0.25);
}

.border-b-grey-400\/30 {
  border-bottom-color: rgb(131 134 141 / 0.3);
}

.border-b-grey-400\/40 {
  border-bottom-color: rgb(131 134 141 / 0.4);
}

.border-b-grey-400\/5 {
  border-bottom-color: rgb(131 134 141 / 0.05);
}

.border-b-grey-400\/50 {
  border-bottom-color: rgb(131 134 141 / 0.5);
}

.border-b-grey-400\/60 {
  border-bottom-color: rgb(131 134 141 / 0.6);
}

.border-b-grey-400\/70 {
  border-bottom-color: rgb(131 134 141 / 0.7);
}

.border-b-grey-400\/75 {
  border-bottom-color: rgb(131 134 141 / 0.75);
}

.border-b-grey-400\/80 {
  border-bottom-color: rgb(131 134 141 / 0.8);
}

.border-b-grey-400\/90 {
  border-bottom-color: rgb(131 134 141 / 0.9);
}

.border-b-grey-400\/95 {
  border-bottom-color: rgb(131 134 141 / 0.95);
}

.border-b-grey-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 246 246 / var(--tw-border-opacity));
}

.border-b-grey-50\/0 {
  border-bottom-color: rgb(245 246 246 / 0);
}

.border-b-grey-50\/10 {
  border-bottom-color: rgb(245 246 246 / 0.1);
}

.border-b-grey-50\/100 {
  border-bottom-color: rgb(245 246 246 / 1);
}

.border-b-grey-50\/20 {
  border-bottom-color: rgb(245 246 246 / 0.2);
}

.border-b-grey-50\/25 {
  border-bottom-color: rgb(245 246 246 / 0.25);
}

.border-b-grey-50\/30 {
  border-bottom-color: rgb(245 246 246 / 0.3);
}

.border-b-grey-50\/40 {
  border-bottom-color: rgb(245 246 246 / 0.4);
}

.border-b-grey-50\/5 {
  border-bottom-color: rgb(245 246 246 / 0.05);
}

.border-b-grey-50\/50 {
  border-bottom-color: rgb(245 246 246 / 0.5);
}

.border-b-grey-50\/60 {
  border-bottom-color: rgb(245 246 246 / 0.6);
}

.border-b-grey-50\/70 {
  border-bottom-color: rgb(245 246 246 / 0.7);
}

.border-b-grey-50\/75 {
  border-bottom-color: rgb(245 246 246 / 0.75);
}

.border-b-grey-50\/80 {
  border-bottom-color: rgb(245 246 246 / 0.8);
}

.border-b-grey-50\/90 {
  border-bottom-color: rgb(245 246 246 / 0.9);
}

.border-b-grey-50\/95 {
  border-bottom-color: rgb(245 246 246 / 0.95);
}

.border-b-grey-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(104 107 114 / var(--tw-border-opacity));
}

.border-b-grey-500\/0 {
  border-bottom-color: rgb(104 107 114 / 0);
}

.border-b-grey-500\/10 {
  border-bottom-color: rgb(104 107 114 / 0.1);
}

.border-b-grey-500\/100 {
  border-bottom-color: rgb(104 107 114 / 1);
}

.border-b-grey-500\/20 {
  border-bottom-color: rgb(104 107 114 / 0.2);
}

.border-b-grey-500\/25 {
  border-bottom-color: rgb(104 107 114 / 0.25);
}

.border-b-grey-500\/30 {
  border-bottom-color: rgb(104 107 114 / 0.3);
}

.border-b-grey-500\/40 {
  border-bottom-color: rgb(104 107 114 / 0.4);
}

.border-b-grey-500\/5 {
  border-bottom-color: rgb(104 107 114 / 0.05);
}

.border-b-grey-500\/50 {
  border-bottom-color: rgb(104 107 114 / 0.5);
}

.border-b-grey-500\/60 {
  border-bottom-color: rgb(104 107 114 / 0.6);
}

.border-b-grey-500\/70 {
  border-bottom-color: rgb(104 107 114 / 0.7);
}

.border-b-grey-500\/75 {
  border-bottom-color: rgb(104 107 114 / 0.75);
}

.border-b-grey-500\/80 {
  border-bottom-color: rgb(104 107 114 / 0.8);
}

.border-b-grey-500\/90 {
  border-bottom-color: rgb(104 107 114 / 0.9);
}

.border-b-grey-500\/95 {
  border-bottom-color: rgb(104 107 114 / 0.95);
}

.border-b-grey-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(89 91 97 / var(--tw-border-opacity));
}

.border-b-grey-600\/0 {
  border-bottom-color: rgb(89 91 97 / 0);
}

.border-b-grey-600\/10 {
  border-bottom-color: rgb(89 91 97 / 0.1);
}

.border-b-grey-600\/100 {
  border-bottom-color: rgb(89 91 97 / 1);
}

.border-b-grey-600\/20 {
  border-bottom-color: rgb(89 91 97 / 0.2);
}

.border-b-grey-600\/25 {
  border-bottom-color: rgb(89 91 97 / 0.25);
}

.border-b-grey-600\/30 {
  border-bottom-color: rgb(89 91 97 / 0.3);
}

.border-b-grey-600\/40 {
  border-bottom-color: rgb(89 91 97 / 0.4);
}

.border-b-grey-600\/5 {
  border-bottom-color: rgb(89 91 97 / 0.05);
}

.border-b-grey-600\/50 {
  border-bottom-color: rgb(89 91 97 / 0.5);
}

.border-b-grey-600\/60 {
  border-bottom-color: rgb(89 91 97 / 0.6);
}

.border-b-grey-600\/70 {
  border-bottom-color: rgb(89 91 97 / 0.7);
}

.border-b-grey-600\/75 {
  border-bottom-color: rgb(89 91 97 / 0.75);
}

.border-b-grey-600\/80 {
  border-bottom-color: rgb(89 91 97 / 0.8);
}

.border-b-grey-600\/90 {
  border-bottom-color: rgb(89 91 97 / 0.9);
}

.border-b-grey-600\/95 {
  border-bottom-color: rgb(89 91 97 / 0.95);
}

.border-b-grey-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(77 79 83 / var(--tw-border-opacity));
}

.border-b-grey-700\/0 {
  border-bottom-color: rgb(77 79 83 / 0);
}

.border-b-grey-700\/10 {
  border-bottom-color: rgb(77 79 83 / 0.1);
}

.border-b-grey-700\/100 {
  border-bottom-color: rgb(77 79 83 / 1);
}

.border-b-grey-700\/20 {
  border-bottom-color: rgb(77 79 83 / 0.2);
}

.border-b-grey-700\/25 {
  border-bottom-color: rgb(77 79 83 / 0.25);
}

.border-b-grey-700\/30 {
  border-bottom-color: rgb(77 79 83 / 0.3);
}

.border-b-grey-700\/40 {
  border-bottom-color: rgb(77 79 83 / 0.4);
}

.border-b-grey-700\/5 {
  border-bottom-color: rgb(77 79 83 / 0.05);
}

.border-b-grey-700\/50 {
  border-bottom-color: rgb(77 79 83 / 0.5);
}

.border-b-grey-700\/60 {
  border-bottom-color: rgb(77 79 83 / 0.6);
}

.border-b-grey-700\/70 {
  border-bottom-color: rgb(77 79 83 / 0.7);
}

.border-b-grey-700\/75 {
  border-bottom-color: rgb(77 79 83 / 0.75);
}

.border-b-grey-700\/80 {
  border-bottom-color: rgb(77 79 83 / 0.8);
}

.border-b-grey-700\/90 {
  border-bottom-color: rgb(77 79 83 / 0.9);
}

.border-b-grey-700\/95 {
  border-bottom-color: rgb(77 79 83 / 0.95);
}

.border-b-grey-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(67 68 71 / var(--tw-border-opacity));
}

.border-b-grey-800\/0 {
  border-bottom-color: rgb(67 68 71 / 0);
}

.border-b-grey-800\/10 {
  border-bottom-color: rgb(67 68 71 / 0.1);
}

.border-b-grey-800\/100 {
  border-bottom-color: rgb(67 68 71 / 1);
}

.border-b-grey-800\/20 {
  border-bottom-color: rgb(67 68 71 / 0.2);
}

.border-b-grey-800\/25 {
  border-bottom-color: rgb(67 68 71 / 0.25);
}

.border-b-grey-800\/30 {
  border-bottom-color: rgb(67 68 71 / 0.3);
}

.border-b-grey-800\/40 {
  border-bottom-color: rgb(67 68 71 / 0.4);
}

.border-b-grey-800\/5 {
  border-bottom-color: rgb(67 68 71 / 0.05);
}

.border-b-grey-800\/50 {
  border-bottom-color: rgb(67 68 71 / 0.5);
}

.border-b-grey-800\/60 {
  border-bottom-color: rgb(67 68 71 / 0.6);
}

.border-b-grey-800\/70 {
  border-bottom-color: rgb(67 68 71 / 0.7);
}

.border-b-grey-800\/75 {
  border-bottom-color: rgb(67 68 71 / 0.75);
}

.border-b-grey-800\/80 {
  border-bottom-color: rgb(67 68 71 / 0.8);
}

.border-b-grey-800\/90 {
  border-bottom-color: rgb(67 68 71 / 0.9);
}

.border-b-grey-800\/95 {
  border-bottom-color: rgb(67 68 71 / 0.95);
}

.border-b-grey-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(59 60 62 / var(--tw-border-opacity));
}

.border-b-grey-900\/0 {
  border-bottom-color: rgb(59 60 62 / 0);
}

.border-b-grey-900\/10 {
  border-bottom-color: rgb(59 60 62 / 0.1);
}

.border-b-grey-900\/100 {
  border-bottom-color: rgb(59 60 62 / 1);
}

.border-b-grey-900\/20 {
  border-bottom-color: rgb(59 60 62 / 0.2);
}

.border-b-grey-900\/25 {
  border-bottom-color: rgb(59 60 62 / 0.25);
}

.border-b-grey-900\/30 {
  border-bottom-color: rgb(59 60 62 / 0.3);
}

.border-b-grey-900\/40 {
  border-bottom-color: rgb(59 60 62 / 0.4);
}

.border-b-grey-900\/5 {
  border-bottom-color: rgb(59 60 62 / 0.05);
}

.border-b-grey-900\/50 {
  border-bottom-color: rgb(59 60 62 / 0.5);
}

.border-b-grey-900\/60 {
  border-bottom-color: rgb(59 60 62 / 0.6);
}

.border-b-grey-900\/70 {
  border-bottom-color: rgb(59 60 62 / 0.7);
}

.border-b-grey-900\/75 {
  border-bottom-color: rgb(59 60 62 / 0.75);
}

.border-b-grey-900\/80 {
  border-bottom-color: rgb(59 60 62 / 0.8);
}

.border-b-grey-900\/90 {
  border-bottom-color: rgb(59 60 62 / 0.9);
}

.border-b-grey-900\/95 {
  border-bottom-color: rgb(59 60 62 / 0.95);
}

.border-b-grey-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(37 38 39 / var(--tw-border-opacity));
}

.border-b-grey-950\/0 {
  border-bottom-color: rgb(37 38 39 / 0);
}

.border-b-grey-950\/10 {
  border-bottom-color: rgb(37 38 39 / 0.1);
}

.border-b-grey-950\/100 {
  border-bottom-color: rgb(37 38 39 / 1);
}

.border-b-grey-950\/20 {
  border-bottom-color: rgb(37 38 39 / 0.2);
}

.border-b-grey-950\/25 {
  border-bottom-color: rgb(37 38 39 / 0.25);
}

.border-b-grey-950\/30 {
  border-bottom-color: rgb(37 38 39 / 0.3);
}

.border-b-grey-950\/40 {
  border-bottom-color: rgb(37 38 39 / 0.4);
}

.border-b-grey-950\/5 {
  border-bottom-color: rgb(37 38 39 / 0.05);
}

.border-b-grey-950\/50 {
  border-bottom-color: rgb(37 38 39 / 0.5);
}

.border-b-grey-950\/60 {
  border-bottom-color: rgb(37 38 39 / 0.6);
}

.border-b-grey-950\/70 {
  border-bottom-color: rgb(37 38 39 / 0.7);
}

.border-b-grey-950\/75 {
  border-bottom-color: rgb(37 38 39 / 0.75);
}

.border-b-grey-950\/80 {
  border-bottom-color: rgb(37 38 39 / 0.8);
}

.border-b-grey-950\/90 {
  border-bottom-color: rgb(37 38 39 / 0.9);
}

.border-b-grey-950\/95 {
  border-bottom-color: rgb(37 38 39 / 0.95);
}

.border-b-grey\/0 {
  border-bottom-color: rgb(77 79 83 / 0);
}

.border-b-grey\/10 {
  border-bottom-color: rgb(77 79 83 / 0.1);
}

.border-b-grey\/100 {
  border-bottom-color: rgb(77 79 83 / 1);
}

.border-b-grey\/20 {
  border-bottom-color: rgb(77 79 83 / 0.2);
}

.border-b-grey\/25 {
  border-bottom-color: rgb(77 79 83 / 0.25);
}

.border-b-grey\/30 {
  border-bottom-color: rgb(77 79 83 / 0.3);
}

.border-b-grey\/40 {
  border-bottom-color: rgb(77 79 83 / 0.4);
}

.border-b-grey\/5 {
  border-bottom-color: rgb(77 79 83 / 0.05);
}

.border-b-grey\/50 {
  border-bottom-color: rgb(77 79 83 / 0.5);
}

.border-b-grey\/60 {
  border-bottom-color: rgb(77 79 83 / 0.6);
}

.border-b-grey\/70 {
  border-bottom-color: rgb(77 79 83 / 0.7);
}

.border-b-grey\/75 {
  border-bottom-color: rgb(77 79 83 / 0.75);
}

.border-b-grey\/80 {
  border-bottom-color: rgb(77 79 83 / 0.8);
}

.border-b-grey\/90 {
  border-bottom-color: rgb(77 79 83 / 0.9);
}

.border-b-grey\/95 {
  border-bottom-color: rgb(77 79 83 / 0.95);
}

.border-b-navy {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(10 81 122 / var(--tw-border-opacity));
}

.border-b-navy-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(225 242 253 / var(--tw-border-opacity));
}

.border-b-navy-100\/0 {
  border-bottom-color: rgb(225 242 253 / 0);
}

.border-b-navy-100\/10 {
  border-bottom-color: rgb(225 242 253 / 0.1);
}

.border-b-navy-100\/100 {
  border-bottom-color: rgb(225 242 253 / 1);
}

.border-b-navy-100\/20 {
  border-bottom-color: rgb(225 242 253 / 0.2);
}

.border-b-navy-100\/25 {
  border-bottom-color: rgb(225 242 253 / 0.25);
}

.border-b-navy-100\/30 {
  border-bottom-color: rgb(225 242 253 / 0.3);
}

.border-b-navy-100\/40 {
  border-bottom-color: rgb(225 242 253 / 0.4);
}

.border-b-navy-100\/5 {
  border-bottom-color: rgb(225 242 253 / 0.05);
}

.border-b-navy-100\/50 {
  border-bottom-color: rgb(225 242 253 / 0.5);
}

.border-b-navy-100\/60 {
  border-bottom-color: rgb(225 242 253 / 0.6);
}

.border-b-navy-100\/70 {
  border-bottom-color: rgb(225 242 253 / 0.7);
}

.border-b-navy-100\/75 {
  border-bottom-color: rgb(225 242 253 / 0.75);
}

.border-b-navy-100\/80 {
  border-bottom-color: rgb(225 242 253 / 0.8);
}

.border-b-navy-100\/90 {
  border-bottom-color: rgb(225 242 253 / 0.9);
}

.border-b-navy-100\/95 {
  border-bottom-color: rgb(225 242 253 / 0.95);
}

.border-b-navy-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(188 228 251 / var(--tw-border-opacity));
}

.border-b-navy-200\/0 {
  border-bottom-color: rgb(188 228 251 / 0);
}

.border-b-navy-200\/10 {
  border-bottom-color: rgb(188 228 251 / 0.1);
}

.border-b-navy-200\/100 {
  border-bottom-color: rgb(188 228 251 / 1);
}

.border-b-navy-200\/20 {
  border-bottom-color: rgb(188 228 251 / 0.2);
}

.border-b-navy-200\/25 {
  border-bottom-color: rgb(188 228 251 / 0.25);
}

.border-b-navy-200\/30 {
  border-bottom-color: rgb(188 228 251 / 0.3);
}

.border-b-navy-200\/40 {
  border-bottom-color: rgb(188 228 251 / 0.4);
}

.border-b-navy-200\/5 {
  border-bottom-color: rgb(188 228 251 / 0.05);
}

.border-b-navy-200\/50 {
  border-bottom-color: rgb(188 228 251 / 0.5);
}

.border-b-navy-200\/60 {
  border-bottom-color: rgb(188 228 251 / 0.6);
}

.border-b-navy-200\/70 {
  border-bottom-color: rgb(188 228 251 / 0.7);
}

.border-b-navy-200\/75 {
  border-bottom-color: rgb(188 228 251 / 0.75);
}

.border-b-navy-200\/80 {
  border-bottom-color: rgb(188 228 251 / 0.8);
}

.border-b-navy-200\/90 {
  border-bottom-color: rgb(188 228 251 / 0.9);
}

.border-b-navy-200\/95 {
  border-bottom-color: rgb(188 228 251 / 0.95);
}

.border-b-navy-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(129 208 248 / var(--tw-border-opacity));
}

.border-b-navy-300\/0 {
  border-bottom-color: rgb(129 208 248 / 0);
}

.border-b-navy-300\/10 {
  border-bottom-color: rgb(129 208 248 / 0.1);
}

.border-b-navy-300\/100 {
  border-bottom-color: rgb(129 208 248 / 1);
}

.border-b-navy-300\/20 {
  border-bottom-color: rgb(129 208 248 / 0.2);
}

.border-b-navy-300\/25 {
  border-bottom-color: rgb(129 208 248 / 0.25);
}

.border-b-navy-300\/30 {
  border-bottom-color: rgb(129 208 248 / 0.3);
}

.border-b-navy-300\/40 {
  border-bottom-color: rgb(129 208 248 / 0.4);
}

.border-b-navy-300\/5 {
  border-bottom-color: rgb(129 208 248 / 0.05);
}

.border-b-navy-300\/50 {
  border-bottom-color: rgb(129 208 248 / 0.5);
}

.border-b-navy-300\/60 {
  border-bottom-color: rgb(129 208 248 / 0.6);
}

.border-b-navy-300\/70 {
  border-bottom-color: rgb(129 208 248 / 0.7);
}

.border-b-navy-300\/75 {
  border-bottom-color: rgb(129 208 248 / 0.75);
}

.border-b-navy-300\/80 {
  border-bottom-color: rgb(129 208 248 / 0.8);
}

.border-b-navy-300\/90 {
  border-bottom-color: rgb(129 208 248 / 0.9);
}

.border-b-navy-300\/95 {
  border-bottom-color: rgb(129 208 248 / 0.95);
}

.border-b-navy-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(61 184 243 / var(--tw-border-opacity));
}

.border-b-navy-400\/0 {
  border-bottom-color: rgb(61 184 243 / 0);
}

.border-b-navy-400\/10 {
  border-bottom-color: rgb(61 184 243 / 0.1);
}

.border-b-navy-400\/100 {
  border-bottom-color: rgb(61 184 243 / 1);
}

.border-b-navy-400\/20 {
  border-bottom-color: rgb(61 184 243 / 0.2);
}

.border-b-navy-400\/25 {
  border-bottom-color: rgb(61 184 243 / 0.25);
}

.border-b-navy-400\/30 {
  border-bottom-color: rgb(61 184 243 / 0.3);
}

.border-b-navy-400\/40 {
  border-bottom-color: rgb(61 184 243 / 0.4);
}

.border-b-navy-400\/5 {
  border-bottom-color: rgb(61 184 243 / 0.05);
}

.border-b-navy-400\/50 {
  border-bottom-color: rgb(61 184 243 / 0.5);
}

.border-b-navy-400\/60 {
  border-bottom-color: rgb(61 184 243 / 0.6);
}

.border-b-navy-400\/70 {
  border-bottom-color: rgb(61 184 243 / 0.7);
}

.border-b-navy-400\/75 {
  border-bottom-color: rgb(61 184 243 / 0.75);
}

.border-b-navy-400\/80 {
  border-bottom-color: rgb(61 184 243 / 0.8);
}

.border-b-navy-400\/90 {
  border-bottom-color: rgb(61 184 243 / 0.9);
}

.border-b-navy-400\/95 {
  border-bottom-color: rgb(61 184 243 / 0.95);
}

.border-b-navy-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.border-b-navy-50\/0 {
  border-bottom-color: rgb(240 249 255 / 0);
}

.border-b-navy-50\/10 {
  border-bottom-color: rgb(240 249 255 / 0.1);
}

.border-b-navy-50\/100 {
  border-bottom-color: rgb(240 249 255 / 1);
}

.border-b-navy-50\/20 {
  border-bottom-color: rgb(240 249 255 / 0.2);
}

.border-b-navy-50\/25 {
  border-bottom-color: rgb(240 249 255 / 0.25);
}

.border-b-navy-50\/30 {
  border-bottom-color: rgb(240 249 255 / 0.3);
}

.border-b-navy-50\/40 {
  border-bottom-color: rgb(240 249 255 / 0.4);
}

.border-b-navy-50\/5 {
  border-bottom-color: rgb(240 249 255 / 0.05);
}

.border-b-navy-50\/50 {
  border-bottom-color: rgb(240 249 255 / 0.5);
}

.border-b-navy-50\/60 {
  border-bottom-color: rgb(240 249 255 / 0.6);
}

.border-b-navy-50\/70 {
  border-bottom-color: rgb(240 249 255 / 0.7);
}

.border-b-navy-50\/75 {
  border-bottom-color: rgb(240 249 255 / 0.75);
}

.border-b-navy-50\/80 {
  border-bottom-color: rgb(240 249 255 / 0.8);
}

.border-b-navy-50\/90 {
  border-bottom-color: rgb(240 249 255 / 0.9);
}

.border-b-navy-50\/95 {
  border-bottom-color: rgb(240 249 255 / 0.95);
}

.border-b-navy-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(20 160 227 / var(--tw-border-opacity));
}

.border-b-navy-500\/0 {
  border-bottom-color: rgb(20 160 227 / 0);
}

.border-b-navy-500\/10 {
  border-bottom-color: rgb(20 160 227 / 0.1);
}

.border-b-navy-500\/100 {
  border-bottom-color: rgb(20 160 227 / 1);
}

.border-b-navy-500\/20 {
  border-bottom-color: rgb(20 160 227 / 0.2);
}

.border-b-navy-500\/25 {
  border-bottom-color: rgb(20 160 227 / 0.25);
}

.border-b-navy-500\/30 {
  border-bottom-color: rgb(20 160 227 / 0.3);
}

.border-b-navy-500\/40 {
  border-bottom-color: rgb(20 160 227 / 0.4);
}

.border-b-navy-500\/5 {
  border-bottom-color: rgb(20 160 227 / 0.05);
}

.border-b-navy-500\/50 {
  border-bottom-color: rgb(20 160 227 / 0.5);
}

.border-b-navy-500\/60 {
  border-bottom-color: rgb(20 160 227 / 0.6);
}

.border-b-navy-500\/70 {
  border-bottom-color: rgb(20 160 227 / 0.7);
}

.border-b-navy-500\/75 {
  border-bottom-color: rgb(20 160 227 / 0.75);
}

.border-b-navy-500\/80 {
  border-bottom-color: rgb(20 160 227 / 0.8);
}

.border-b-navy-500\/90 {
  border-bottom-color: rgb(20 160 227 / 0.9);
}

.border-b-navy-500\/95 {
  border-bottom-color: rgb(20 160 227 / 0.95);
}

.border-b-navy-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(8 127 193 / var(--tw-border-opacity));
}

.border-b-navy-600\/0 {
  border-bottom-color: rgb(8 127 193 / 0);
}

.border-b-navy-600\/10 {
  border-bottom-color: rgb(8 127 193 / 0.1);
}

.border-b-navy-600\/100 {
  border-bottom-color: rgb(8 127 193 / 1);
}

.border-b-navy-600\/20 {
  border-bottom-color: rgb(8 127 193 / 0.2);
}

.border-b-navy-600\/25 {
  border-bottom-color: rgb(8 127 193 / 0.25);
}

.border-b-navy-600\/30 {
  border-bottom-color: rgb(8 127 193 / 0.3);
}

.border-b-navy-600\/40 {
  border-bottom-color: rgb(8 127 193 / 0.4);
}

.border-b-navy-600\/5 {
  border-bottom-color: rgb(8 127 193 / 0.05);
}

.border-b-navy-600\/50 {
  border-bottom-color: rgb(8 127 193 / 0.5);
}

.border-b-navy-600\/60 {
  border-bottom-color: rgb(8 127 193 / 0.6);
}

.border-b-navy-600\/70 {
  border-bottom-color: rgb(8 127 193 / 0.7);
}

.border-b-navy-600\/75 {
  border-bottom-color: rgb(8 127 193 / 0.75);
}

.border-b-navy-600\/80 {
  border-bottom-color: rgb(8 127 193 / 0.8);
}

.border-b-navy-600\/90 {
  border-bottom-color: rgb(8 127 193 / 0.9);
}

.border-b-navy-600\/95 {
  border-bottom-color: rgb(8 127 193 / 0.95);
}

.border-b-navy-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(8 102 156 / var(--tw-border-opacity));
}

.border-b-navy-700\/0 {
  border-bottom-color: rgb(8 102 156 / 0);
}

.border-b-navy-700\/10 {
  border-bottom-color: rgb(8 102 156 / 0.1);
}

.border-b-navy-700\/100 {
  border-bottom-color: rgb(8 102 156 / 1);
}

.border-b-navy-700\/20 {
  border-bottom-color: rgb(8 102 156 / 0.2);
}

.border-b-navy-700\/25 {
  border-bottom-color: rgb(8 102 156 / 0.25);
}

.border-b-navy-700\/30 {
  border-bottom-color: rgb(8 102 156 / 0.3);
}

.border-b-navy-700\/40 {
  border-bottom-color: rgb(8 102 156 / 0.4);
}

.border-b-navy-700\/5 {
  border-bottom-color: rgb(8 102 156 / 0.05);
}

.border-b-navy-700\/50 {
  border-bottom-color: rgb(8 102 156 / 0.5);
}

.border-b-navy-700\/60 {
  border-bottom-color: rgb(8 102 156 / 0.6);
}

.border-b-navy-700\/70 {
  border-bottom-color: rgb(8 102 156 / 0.7);
}

.border-b-navy-700\/75 {
  border-bottom-color: rgb(8 102 156 / 0.75);
}

.border-b-navy-700\/80 {
  border-bottom-color: rgb(8 102 156 / 0.8);
}

.border-b-navy-700\/90 {
  border-bottom-color: rgb(8 102 156 / 0.9);
}

.border-b-navy-700\/95 {
  border-bottom-color: rgb(8 102 156 / 0.95);
}

.border-b-navy-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(10 81 122 / var(--tw-border-opacity));
}

.border-b-navy-800\/0 {
  border-bottom-color: rgb(10 81 122 / 0);
}

.border-b-navy-800\/10 {
  border-bottom-color: rgb(10 81 122 / 0.1);
}

.border-b-navy-800\/100 {
  border-bottom-color: rgb(10 81 122 / 1);
}

.border-b-navy-800\/20 {
  border-bottom-color: rgb(10 81 122 / 0.2);
}

.border-b-navy-800\/25 {
  border-bottom-color: rgb(10 81 122 / 0.25);
}

.border-b-navy-800\/30 {
  border-bottom-color: rgb(10 81 122 / 0.3);
}

.border-b-navy-800\/40 {
  border-bottom-color: rgb(10 81 122 / 0.4);
}

.border-b-navy-800\/5 {
  border-bottom-color: rgb(10 81 122 / 0.05);
}

.border-b-navy-800\/50 {
  border-bottom-color: rgb(10 81 122 / 0.5);
}

.border-b-navy-800\/60 {
  border-bottom-color: rgb(10 81 122 / 0.6);
}

.border-b-navy-800\/70 {
  border-bottom-color: rgb(10 81 122 / 0.7);
}

.border-b-navy-800\/75 {
  border-bottom-color: rgb(10 81 122 / 0.75);
}

.border-b-navy-800\/80 {
  border-bottom-color: rgb(10 81 122 / 0.8);
}

.border-b-navy-800\/90 {
  border-bottom-color: rgb(10 81 122 / 0.9);
}

.border-b-navy-800\/95 {
  border-bottom-color: rgb(10 81 122 / 0.95);
}

.border-b-navy-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(15 71 107 / var(--tw-border-opacity));
}

.border-b-navy-900\/0 {
  border-bottom-color: rgb(15 71 107 / 0);
}

.border-b-navy-900\/10 {
  border-bottom-color: rgb(15 71 107 / 0.1);
}

.border-b-navy-900\/100 {
  border-bottom-color: rgb(15 71 107 / 1);
}

.border-b-navy-900\/20 {
  border-bottom-color: rgb(15 71 107 / 0.2);
}

.border-b-navy-900\/25 {
  border-bottom-color: rgb(15 71 107 / 0.25);
}

.border-b-navy-900\/30 {
  border-bottom-color: rgb(15 71 107 / 0.3);
}

.border-b-navy-900\/40 {
  border-bottom-color: rgb(15 71 107 / 0.4);
}

.border-b-navy-900\/5 {
  border-bottom-color: rgb(15 71 107 / 0.05);
}

.border-b-navy-900\/50 {
  border-bottom-color: rgb(15 71 107 / 0.5);
}

.border-b-navy-900\/60 {
  border-bottom-color: rgb(15 71 107 / 0.6);
}

.border-b-navy-900\/70 {
  border-bottom-color: rgb(15 71 107 / 0.7);
}

.border-b-navy-900\/75 {
  border-bottom-color: rgb(15 71 107 / 0.75);
}

.border-b-navy-900\/80 {
  border-bottom-color: rgb(15 71 107 / 0.8);
}

.border-b-navy-900\/90 {
  border-bottom-color: rgb(15 71 107 / 0.9);
}

.border-b-navy-900\/95 {
  border-bottom-color: rgb(15 71 107 / 0.95);
}

.border-b-navy-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(10 46 71 / var(--tw-border-opacity));
}

.border-b-navy-950\/0 {
  border-bottom-color: rgb(10 46 71 / 0);
}

.border-b-navy-950\/10 {
  border-bottom-color: rgb(10 46 71 / 0.1);
}

.border-b-navy-950\/100 {
  border-bottom-color: rgb(10 46 71 / 1);
}

.border-b-navy-950\/20 {
  border-bottom-color: rgb(10 46 71 / 0.2);
}

.border-b-navy-950\/25 {
  border-bottom-color: rgb(10 46 71 / 0.25);
}

.border-b-navy-950\/30 {
  border-bottom-color: rgb(10 46 71 / 0.3);
}

.border-b-navy-950\/40 {
  border-bottom-color: rgb(10 46 71 / 0.4);
}

.border-b-navy-950\/5 {
  border-bottom-color: rgb(10 46 71 / 0.05);
}

.border-b-navy-950\/50 {
  border-bottom-color: rgb(10 46 71 / 0.5);
}

.border-b-navy-950\/60 {
  border-bottom-color: rgb(10 46 71 / 0.6);
}

.border-b-navy-950\/70 {
  border-bottom-color: rgb(10 46 71 / 0.7);
}

.border-b-navy-950\/75 {
  border-bottom-color: rgb(10 46 71 / 0.75);
}

.border-b-navy-950\/80 {
  border-bottom-color: rgb(10 46 71 / 0.8);
}

.border-b-navy-950\/90 {
  border-bottom-color: rgb(10 46 71 / 0.9);
}

.border-b-navy-950\/95 {
  border-bottom-color: rgb(10 46 71 / 0.95);
}

.border-b-navy\/0 {
  border-bottom-color: rgb(10 81 122 / 0);
}

.border-b-navy\/10 {
  border-bottom-color: rgb(10 81 122 / 0.1);
}

.border-b-navy\/100 {
  border-bottom-color: rgb(10 81 122 / 1);
}

.border-b-navy\/20 {
  border-bottom-color: rgb(10 81 122 / 0.2);
}

.border-b-navy\/25 {
  border-bottom-color: rgb(10 81 122 / 0.25);
}

.border-b-navy\/30 {
  border-bottom-color: rgb(10 81 122 / 0.3);
}

.border-b-navy\/40 {
  border-bottom-color: rgb(10 81 122 / 0.4);
}

.border-b-navy\/5 {
  border-bottom-color: rgb(10 81 122 / 0.05);
}

.border-b-navy\/50 {
  border-bottom-color: rgb(10 81 122 / 0.5);
}

.border-b-navy\/60 {
  border-bottom-color: rgb(10 81 122 / 0.6);
}

.border-b-navy\/70 {
  border-bottom-color: rgb(10 81 122 / 0.7);
}

.border-b-navy\/75 {
  border-bottom-color: rgb(10 81 122 / 0.75);
}

.border-b-navy\/80 {
  border-bottom-color: rgb(10 81 122 / 0.8);
}

.border-b-navy\/90 {
  border-bottom-color: rgb(10 81 122 / 0.9);
}

.border-b-navy\/95 {
  border-bottom-color: rgb(10 81 122 / 0.95);
}

.border-b-neutral-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.border-b-neutral-100\/0 {
  border-bottom-color: rgb(245 245 245 / 0);
}

.border-b-neutral-100\/10 {
  border-bottom-color: rgb(245 245 245 / 0.1);
}

.border-b-neutral-100\/100 {
  border-bottom-color: rgb(245 245 245 / 1);
}

.border-b-neutral-100\/20 {
  border-bottom-color: rgb(245 245 245 / 0.2);
}

.border-b-neutral-100\/25 {
  border-bottom-color: rgb(245 245 245 / 0.25);
}

.border-b-neutral-100\/30 {
  border-bottom-color: rgb(245 245 245 / 0.3);
}

.border-b-neutral-100\/40 {
  border-bottom-color: rgb(245 245 245 / 0.4);
}

.border-b-neutral-100\/5 {
  border-bottom-color: rgb(245 245 245 / 0.05);
}

.border-b-neutral-100\/50 {
  border-bottom-color: rgb(245 245 245 / 0.5);
}

.border-b-neutral-100\/60 {
  border-bottom-color: rgb(245 245 245 / 0.6);
}

.border-b-neutral-100\/70 {
  border-bottom-color: rgb(245 245 245 / 0.7);
}

.border-b-neutral-100\/75 {
  border-bottom-color: rgb(245 245 245 / 0.75);
}

.border-b-neutral-100\/80 {
  border-bottom-color: rgb(245 245 245 / 0.8);
}

.border-b-neutral-100\/90 {
  border-bottom-color: rgb(245 245 245 / 0.9);
}

.border-b-neutral-100\/95 {
  border-bottom-color: rgb(245 245 245 / 0.95);
}

.border-b-neutral-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-b-neutral-200\/0 {
  border-bottom-color: rgb(229 229 229 / 0);
}

.border-b-neutral-200\/10 {
  border-bottom-color: rgb(229 229 229 / 0.1);
}

.border-b-neutral-200\/100 {
  border-bottom-color: rgb(229 229 229 / 1);
}

.border-b-neutral-200\/20 {
  border-bottom-color: rgb(229 229 229 / 0.2);
}

.border-b-neutral-200\/25 {
  border-bottom-color: rgb(229 229 229 / 0.25);
}

.border-b-neutral-200\/30 {
  border-bottom-color: rgb(229 229 229 / 0.3);
}

.border-b-neutral-200\/40 {
  border-bottom-color: rgb(229 229 229 / 0.4);
}

.border-b-neutral-200\/5 {
  border-bottom-color: rgb(229 229 229 / 0.05);
}

.border-b-neutral-200\/50 {
  border-bottom-color: rgb(229 229 229 / 0.5);
}

.border-b-neutral-200\/60 {
  border-bottom-color: rgb(229 229 229 / 0.6);
}

.border-b-neutral-200\/70 {
  border-bottom-color: rgb(229 229 229 / 0.7);
}

.border-b-neutral-200\/75 {
  border-bottom-color: rgb(229 229 229 / 0.75);
}

.border-b-neutral-200\/80 {
  border-bottom-color: rgb(229 229 229 / 0.8);
}

.border-b-neutral-200\/90 {
  border-bottom-color: rgb(229 229 229 / 0.9);
}

.border-b-neutral-200\/95 {
  border-bottom-color: rgb(229 229 229 / 0.95);
}

.border-b-neutral-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-b-neutral-300\/0 {
  border-bottom-color: rgb(212 212 212 / 0);
}

.border-b-neutral-300\/10 {
  border-bottom-color: rgb(212 212 212 / 0.1);
}

.border-b-neutral-300\/100 {
  border-bottom-color: rgb(212 212 212 / 1);
}

.border-b-neutral-300\/20 {
  border-bottom-color: rgb(212 212 212 / 0.2);
}

.border-b-neutral-300\/25 {
  border-bottom-color: rgb(212 212 212 / 0.25);
}

.border-b-neutral-300\/30 {
  border-bottom-color: rgb(212 212 212 / 0.3);
}

.border-b-neutral-300\/40 {
  border-bottom-color: rgb(212 212 212 / 0.4);
}

.border-b-neutral-300\/5 {
  border-bottom-color: rgb(212 212 212 / 0.05);
}

.border-b-neutral-300\/50 {
  border-bottom-color: rgb(212 212 212 / 0.5);
}

.border-b-neutral-300\/60 {
  border-bottom-color: rgb(212 212 212 / 0.6);
}

.border-b-neutral-300\/70 {
  border-bottom-color: rgb(212 212 212 / 0.7);
}

.border-b-neutral-300\/75 {
  border-bottom-color: rgb(212 212 212 / 0.75);
}

.border-b-neutral-300\/80 {
  border-bottom-color: rgb(212 212 212 / 0.8);
}

.border-b-neutral-300\/90 {
  border-bottom-color: rgb(212 212 212 / 0.9);
}

.border-b-neutral-300\/95 {
  border-bottom-color: rgb(212 212 212 / 0.95);
}

.border-b-neutral-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.border-b-neutral-400\/0 {
  border-bottom-color: rgb(163 163 163 / 0);
}

.border-b-neutral-400\/10 {
  border-bottom-color: rgb(163 163 163 / 0.1);
}

.border-b-neutral-400\/100 {
  border-bottom-color: rgb(163 163 163 / 1);
}

.border-b-neutral-400\/20 {
  border-bottom-color: rgb(163 163 163 / 0.2);
}

.border-b-neutral-400\/25 {
  border-bottom-color: rgb(163 163 163 / 0.25);
}

.border-b-neutral-400\/30 {
  border-bottom-color: rgb(163 163 163 / 0.3);
}

.border-b-neutral-400\/40 {
  border-bottom-color: rgb(163 163 163 / 0.4);
}

.border-b-neutral-400\/5 {
  border-bottom-color: rgb(163 163 163 / 0.05);
}

.border-b-neutral-400\/50 {
  border-bottom-color: rgb(163 163 163 / 0.5);
}

.border-b-neutral-400\/60 {
  border-bottom-color: rgb(163 163 163 / 0.6);
}

.border-b-neutral-400\/70 {
  border-bottom-color: rgb(163 163 163 / 0.7);
}

.border-b-neutral-400\/75 {
  border-bottom-color: rgb(163 163 163 / 0.75);
}

.border-b-neutral-400\/80 {
  border-bottom-color: rgb(163 163 163 / 0.8);
}

.border-b-neutral-400\/90 {
  border-bottom-color: rgb(163 163 163 / 0.9);
}

.border-b-neutral-400\/95 {
  border-bottom-color: rgb(163 163 163 / 0.95);
}

.border-b-neutral-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-b-neutral-50\/0 {
  border-bottom-color: rgb(250 250 250 / 0);
}

.border-b-neutral-50\/10 {
  border-bottom-color: rgb(250 250 250 / 0.1);
}

.border-b-neutral-50\/100 {
  border-bottom-color: rgb(250 250 250 / 1);
}

.border-b-neutral-50\/20 {
  border-bottom-color: rgb(250 250 250 / 0.2);
}

.border-b-neutral-50\/25 {
  border-bottom-color: rgb(250 250 250 / 0.25);
}

.border-b-neutral-50\/30 {
  border-bottom-color: rgb(250 250 250 / 0.3);
}

.border-b-neutral-50\/40 {
  border-bottom-color: rgb(250 250 250 / 0.4);
}

.border-b-neutral-50\/5 {
  border-bottom-color: rgb(250 250 250 / 0.05);
}

.border-b-neutral-50\/50 {
  border-bottom-color: rgb(250 250 250 / 0.5);
}

.border-b-neutral-50\/60 {
  border-bottom-color: rgb(250 250 250 / 0.6);
}

.border-b-neutral-50\/70 {
  border-bottom-color: rgb(250 250 250 / 0.7);
}

.border-b-neutral-50\/75 {
  border-bottom-color: rgb(250 250 250 / 0.75);
}

.border-b-neutral-50\/80 {
  border-bottom-color: rgb(250 250 250 / 0.8);
}

.border-b-neutral-50\/90 {
  border-bottom-color: rgb(250 250 250 / 0.9);
}

.border-b-neutral-50\/95 {
  border-bottom-color: rgb(250 250 250 / 0.95);
}

.border-b-neutral-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.border-b-neutral-500\/0 {
  border-bottom-color: rgb(115 115 115 / 0);
}

.border-b-neutral-500\/10 {
  border-bottom-color: rgb(115 115 115 / 0.1);
}

.border-b-neutral-500\/100 {
  border-bottom-color: rgb(115 115 115 / 1);
}

.border-b-neutral-500\/20 {
  border-bottom-color: rgb(115 115 115 / 0.2);
}

.border-b-neutral-500\/25 {
  border-bottom-color: rgb(115 115 115 / 0.25);
}

.border-b-neutral-500\/30 {
  border-bottom-color: rgb(115 115 115 / 0.3);
}

.border-b-neutral-500\/40 {
  border-bottom-color: rgb(115 115 115 / 0.4);
}

.border-b-neutral-500\/5 {
  border-bottom-color: rgb(115 115 115 / 0.05);
}

.border-b-neutral-500\/50 {
  border-bottom-color: rgb(115 115 115 / 0.5);
}

.border-b-neutral-500\/60 {
  border-bottom-color: rgb(115 115 115 / 0.6);
}

.border-b-neutral-500\/70 {
  border-bottom-color: rgb(115 115 115 / 0.7);
}

.border-b-neutral-500\/75 {
  border-bottom-color: rgb(115 115 115 / 0.75);
}

.border-b-neutral-500\/80 {
  border-bottom-color: rgb(115 115 115 / 0.8);
}

.border-b-neutral-500\/90 {
  border-bottom-color: rgb(115 115 115 / 0.9);
}

.border-b-neutral-500\/95 {
  border-bottom-color: rgb(115 115 115 / 0.95);
}

.border-b-neutral-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.border-b-neutral-600\/0 {
  border-bottom-color: rgb(82 82 82 / 0);
}

.border-b-neutral-600\/10 {
  border-bottom-color: rgb(82 82 82 / 0.1);
}

.border-b-neutral-600\/100 {
  border-bottom-color: rgb(82 82 82 / 1);
}

.border-b-neutral-600\/20 {
  border-bottom-color: rgb(82 82 82 / 0.2);
}

.border-b-neutral-600\/25 {
  border-bottom-color: rgb(82 82 82 / 0.25);
}

.border-b-neutral-600\/30 {
  border-bottom-color: rgb(82 82 82 / 0.3);
}

.border-b-neutral-600\/40 {
  border-bottom-color: rgb(82 82 82 / 0.4);
}

.border-b-neutral-600\/5 {
  border-bottom-color: rgb(82 82 82 / 0.05);
}

.border-b-neutral-600\/50 {
  border-bottom-color: rgb(82 82 82 / 0.5);
}

.border-b-neutral-600\/60 {
  border-bottom-color: rgb(82 82 82 / 0.6);
}

.border-b-neutral-600\/70 {
  border-bottom-color: rgb(82 82 82 / 0.7);
}

.border-b-neutral-600\/75 {
  border-bottom-color: rgb(82 82 82 / 0.75);
}

.border-b-neutral-600\/80 {
  border-bottom-color: rgb(82 82 82 / 0.8);
}

.border-b-neutral-600\/90 {
  border-bottom-color: rgb(82 82 82 / 0.9);
}

.border-b-neutral-600\/95 {
  border-bottom-color: rgb(82 82 82 / 0.95);
}

.border-b-neutral-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.border-b-neutral-700\/0 {
  border-bottom-color: rgb(64 64 64 / 0);
}

.border-b-neutral-700\/10 {
  border-bottom-color: rgb(64 64 64 / 0.1);
}

.border-b-neutral-700\/100 {
  border-bottom-color: rgb(64 64 64 / 1);
}

.border-b-neutral-700\/20 {
  border-bottom-color: rgb(64 64 64 / 0.2);
}

.border-b-neutral-700\/25 {
  border-bottom-color: rgb(64 64 64 / 0.25);
}

.border-b-neutral-700\/30 {
  border-bottom-color: rgb(64 64 64 / 0.3);
}

.border-b-neutral-700\/40 {
  border-bottom-color: rgb(64 64 64 / 0.4);
}

.border-b-neutral-700\/5 {
  border-bottom-color: rgb(64 64 64 / 0.05);
}

.border-b-neutral-700\/50 {
  border-bottom-color: rgb(64 64 64 / 0.5);
}

.border-b-neutral-700\/60 {
  border-bottom-color: rgb(64 64 64 / 0.6);
}

.border-b-neutral-700\/70 {
  border-bottom-color: rgb(64 64 64 / 0.7);
}

.border-b-neutral-700\/75 {
  border-bottom-color: rgb(64 64 64 / 0.75);
}

.border-b-neutral-700\/80 {
  border-bottom-color: rgb(64 64 64 / 0.8);
}

.border-b-neutral-700\/90 {
  border-bottom-color: rgb(64 64 64 / 0.9);
}

.border-b-neutral-700\/95 {
  border-bottom-color: rgb(64 64 64 / 0.95);
}

.border-b-neutral-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.border-b-neutral-800\/0 {
  border-bottom-color: rgb(38 38 38 / 0);
}

.border-b-neutral-800\/10 {
  border-bottom-color: rgb(38 38 38 / 0.1);
}

.border-b-neutral-800\/100 {
  border-bottom-color: rgb(38 38 38 / 1);
}

.border-b-neutral-800\/20 {
  border-bottom-color: rgb(38 38 38 / 0.2);
}

.border-b-neutral-800\/25 {
  border-bottom-color: rgb(38 38 38 / 0.25);
}

.border-b-neutral-800\/30 {
  border-bottom-color: rgb(38 38 38 / 0.3);
}

.border-b-neutral-800\/40 {
  border-bottom-color: rgb(38 38 38 / 0.4);
}

.border-b-neutral-800\/5 {
  border-bottom-color: rgb(38 38 38 / 0.05);
}

.border-b-neutral-800\/50 {
  border-bottom-color: rgb(38 38 38 / 0.5);
}

.border-b-neutral-800\/60 {
  border-bottom-color: rgb(38 38 38 / 0.6);
}

.border-b-neutral-800\/70 {
  border-bottom-color: rgb(38 38 38 / 0.7);
}

.border-b-neutral-800\/75 {
  border-bottom-color: rgb(38 38 38 / 0.75);
}

.border-b-neutral-800\/80 {
  border-bottom-color: rgb(38 38 38 / 0.8);
}

.border-b-neutral-800\/90 {
  border-bottom-color: rgb(38 38 38 / 0.9);
}

.border-b-neutral-800\/95 {
  border-bottom-color: rgb(38 38 38 / 0.95);
}

.border-b-neutral-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.border-b-neutral-900\/0 {
  border-bottom-color: rgb(23 23 23 / 0);
}

.border-b-neutral-900\/10 {
  border-bottom-color: rgb(23 23 23 / 0.1);
}

.border-b-neutral-900\/100 {
  border-bottom-color: rgb(23 23 23 / 1);
}

.border-b-neutral-900\/20 {
  border-bottom-color: rgb(23 23 23 / 0.2);
}

.border-b-neutral-900\/25 {
  border-bottom-color: rgb(23 23 23 / 0.25);
}

.border-b-neutral-900\/30 {
  border-bottom-color: rgb(23 23 23 / 0.3);
}

.border-b-neutral-900\/40 {
  border-bottom-color: rgb(23 23 23 / 0.4);
}

.border-b-neutral-900\/5 {
  border-bottom-color: rgb(23 23 23 / 0.05);
}

.border-b-neutral-900\/50 {
  border-bottom-color: rgb(23 23 23 / 0.5);
}

.border-b-neutral-900\/60 {
  border-bottom-color: rgb(23 23 23 / 0.6);
}

.border-b-neutral-900\/70 {
  border-bottom-color: rgb(23 23 23 / 0.7);
}

.border-b-neutral-900\/75 {
  border-bottom-color: rgb(23 23 23 / 0.75);
}

.border-b-neutral-900\/80 {
  border-bottom-color: rgb(23 23 23 / 0.8);
}

.border-b-neutral-900\/90 {
  border-bottom-color: rgb(23 23 23 / 0.9);
}

.border-b-neutral-900\/95 {
  border-bottom-color: rgb(23 23 23 / 0.95);
}

.border-b-neutral-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.border-b-neutral-950\/0 {
  border-bottom-color: rgb(10 10 10 / 0);
}

.border-b-neutral-950\/10 {
  border-bottom-color: rgb(10 10 10 / 0.1);
}

.border-b-neutral-950\/100 {
  border-bottom-color: rgb(10 10 10 / 1);
}

.border-b-neutral-950\/20 {
  border-bottom-color: rgb(10 10 10 / 0.2);
}

.border-b-neutral-950\/25 {
  border-bottom-color: rgb(10 10 10 / 0.25);
}

.border-b-neutral-950\/30 {
  border-bottom-color: rgb(10 10 10 / 0.3);
}

.border-b-neutral-950\/40 {
  border-bottom-color: rgb(10 10 10 / 0.4);
}

.border-b-neutral-950\/5 {
  border-bottom-color: rgb(10 10 10 / 0.05);
}

.border-b-neutral-950\/50 {
  border-bottom-color: rgb(10 10 10 / 0.5);
}

.border-b-neutral-950\/60 {
  border-bottom-color: rgb(10 10 10 / 0.6);
}

.border-b-neutral-950\/70 {
  border-bottom-color: rgb(10 10 10 / 0.7);
}

.border-b-neutral-950\/75 {
  border-bottom-color: rgb(10 10 10 / 0.75);
}

.border-b-neutral-950\/80 {
  border-bottom-color: rgb(10 10 10 / 0.8);
}

.border-b-neutral-950\/90 {
  border-bottom-color: rgb(10 10 10 / 0.9);
}

.border-b-neutral-950\/95 {
  border-bottom-color: rgb(10 10 10 / 0.95);
}

.border-b-orange {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(237 140 1 / var(--tw-border-opacity));
}

.border-b-orange-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 247 198 / var(--tw-border-opacity));
}

.border-b-orange-100\/0 {
  border-bottom-color: rgb(255 247 198 / 0);
}

.border-b-orange-100\/10 {
  border-bottom-color: rgb(255 247 198 / 0.1);
}

.border-b-orange-100\/100 {
  border-bottom-color: rgb(255 247 198 / 1);
}

.border-b-orange-100\/20 {
  border-bottom-color: rgb(255 247 198 / 0.2);
}

.border-b-orange-100\/25 {
  border-bottom-color: rgb(255 247 198 / 0.25);
}

.border-b-orange-100\/30 {
  border-bottom-color: rgb(255 247 198 / 0.3);
}

.border-b-orange-100\/40 {
  border-bottom-color: rgb(255 247 198 / 0.4);
}

.border-b-orange-100\/5 {
  border-bottom-color: rgb(255 247 198 / 0.05);
}

.border-b-orange-100\/50 {
  border-bottom-color: rgb(255 247 198 / 0.5);
}

.border-b-orange-100\/60 {
  border-bottom-color: rgb(255 247 198 / 0.6);
}

.border-b-orange-100\/70 {
  border-bottom-color: rgb(255 247 198 / 0.7);
}

.border-b-orange-100\/75 {
  border-bottom-color: rgb(255 247 198 / 0.75);
}

.border-b-orange-100\/80 {
  border-bottom-color: rgb(255 247 198 / 0.8);
}

.border-b-orange-100\/90 {
  border-bottom-color: rgb(255 247 198 / 0.9);
}

.border-b-orange-100\/95 {
  border-bottom-color: rgb(255 247 198 / 0.95);
}

.border-b-orange-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 238 135 / var(--tw-border-opacity));
}

.border-b-orange-200\/0 {
  border-bottom-color: rgb(255 238 135 / 0);
}

.border-b-orange-200\/10 {
  border-bottom-color: rgb(255 238 135 / 0.1);
}

.border-b-orange-200\/100 {
  border-bottom-color: rgb(255 238 135 / 1);
}

.border-b-orange-200\/20 {
  border-bottom-color: rgb(255 238 135 / 0.2);
}

.border-b-orange-200\/25 {
  border-bottom-color: rgb(255 238 135 / 0.25);
}

.border-b-orange-200\/30 {
  border-bottom-color: rgb(255 238 135 / 0.3);
}

.border-b-orange-200\/40 {
  border-bottom-color: rgb(255 238 135 / 0.4);
}

.border-b-orange-200\/5 {
  border-bottom-color: rgb(255 238 135 / 0.05);
}

.border-b-orange-200\/50 {
  border-bottom-color: rgb(255 238 135 / 0.5);
}

.border-b-orange-200\/60 {
  border-bottom-color: rgb(255 238 135 / 0.6);
}

.border-b-orange-200\/70 {
  border-bottom-color: rgb(255 238 135 / 0.7);
}

.border-b-orange-200\/75 {
  border-bottom-color: rgb(255 238 135 / 0.75);
}

.border-b-orange-200\/80 {
  border-bottom-color: rgb(255 238 135 / 0.8);
}

.border-b-orange-200\/90 {
  border-bottom-color: rgb(255 238 135 / 0.9);
}

.border-b-orange-200\/95 {
  border-bottom-color: rgb(255 238 135 / 0.95);
}

.border-b-orange-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 223 73 / var(--tw-border-opacity));
}

.border-b-orange-300\/0 {
  border-bottom-color: rgb(255 223 73 / 0);
}

.border-b-orange-300\/10 {
  border-bottom-color: rgb(255 223 73 / 0.1);
}

.border-b-orange-300\/100 {
  border-bottom-color: rgb(255 223 73 / 1);
}

.border-b-orange-300\/20 {
  border-bottom-color: rgb(255 223 73 / 0.2);
}

.border-b-orange-300\/25 {
  border-bottom-color: rgb(255 223 73 / 0.25);
}

.border-b-orange-300\/30 {
  border-bottom-color: rgb(255 223 73 / 0.3);
}

.border-b-orange-300\/40 {
  border-bottom-color: rgb(255 223 73 / 0.4);
}

.border-b-orange-300\/5 {
  border-bottom-color: rgb(255 223 73 / 0.05);
}

.border-b-orange-300\/50 {
  border-bottom-color: rgb(255 223 73 / 0.5);
}

.border-b-orange-300\/60 {
  border-bottom-color: rgb(255 223 73 / 0.6);
}

.border-b-orange-300\/70 {
  border-bottom-color: rgb(255 223 73 / 0.7);
}

.border-b-orange-300\/75 {
  border-bottom-color: rgb(255 223 73 / 0.75);
}

.border-b-orange-300\/80 {
  border-bottom-color: rgb(255 223 73 / 0.8);
}

.border-b-orange-300\/90 {
  border-bottom-color: rgb(255 223 73 / 0.9);
}

.border-b-orange-300\/95 {
  border-bottom-color: rgb(255 223 73 / 0.95);
}

.border-b-orange-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 205 31 / var(--tw-border-opacity));
}

.border-b-orange-400\/0 {
  border-bottom-color: rgb(255 205 31 / 0);
}

.border-b-orange-400\/10 {
  border-bottom-color: rgb(255 205 31 / 0.1);
}

.border-b-orange-400\/100 {
  border-bottom-color: rgb(255 205 31 / 1);
}

.border-b-orange-400\/20 {
  border-bottom-color: rgb(255 205 31 / 0.2);
}

.border-b-orange-400\/25 {
  border-bottom-color: rgb(255 205 31 / 0.25);
}

.border-b-orange-400\/30 {
  border-bottom-color: rgb(255 205 31 / 0.3);
}

.border-b-orange-400\/40 {
  border-bottom-color: rgb(255 205 31 / 0.4);
}

.border-b-orange-400\/5 {
  border-bottom-color: rgb(255 205 31 / 0.05);
}

.border-b-orange-400\/50 {
  border-bottom-color: rgb(255 205 31 / 0.5);
}

.border-b-orange-400\/60 {
  border-bottom-color: rgb(255 205 31 / 0.6);
}

.border-b-orange-400\/70 {
  border-bottom-color: rgb(255 205 31 / 0.7);
}

.border-b-orange-400\/75 {
  border-bottom-color: rgb(255 205 31 / 0.75);
}

.border-b-orange-400\/80 {
  border-bottom-color: rgb(255 205 31 / 0.8);
}

.border-b-orange-400\/90 {
  border-bottom-color: rgb(255 205 31 / 0.9);
}

.border-b-orange-400\/95 {
  border-bottom-color: rgb(255 205 31 / 0.95);
}

.border-b-orange-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 252 235 / var(--tw-border-opacity));
}

.border-b-orange-50\/0 {
  border-bottom-color: rgb(255 252 235 / 0);
}

.border-b-orange-50\/10 {
  border-bottom-color: rgb(255 252 235 / 0.1);
}

.border-b-orange-50\/100 {
  border-bottom-color: rgb(255 252 235 / 1);
}

.border-b-orange-50\/20 {
  border-bottom-color: rgb(255 252 235 / 0.2);
}

.border-b-orange-50\/25 {
  border-bottom-color: rgb(255 252 235 / 0.25);
}

.border-b-orange-50\/30 {
  border-bottom-color: rgb(255 252 235 / 0.3);
}

.border-b-orange-50\/40 {
  border-bottom-color: rgb(255 252 235 / 0.4);
}

.border-b-orange-50\/5 {
  border-bottom-color: rgb(255 252 235 / 0.05);
}

.border-b-orange-50\/50 {
  border-bottom-color: rgb(255 252 235 / 0.5);
}

.border-b-orange-50\/60 {
  border-bottom-color: rgb(255 252 235 / 0.6);
}

.border-b-orange-50\/70 {
  border-bottom-color: rgb(255 252 235 / 0.7);
}

.border-b-orange-50\/75 {
  border-bottom-color: rgb(255 252 235 / 0.75);
}

.border-b-orange-50\/80 {
  border-bottom-color: rgb(255 252 235 / 0.8);
}

.border-b-orange-50\/90 {
  border-bottom-color: rgb(255 252 235 / 0.9);
}

.border-b-orange-50\/95 {
  border-bottom-color: rgb(255 252 235 / 0.95);
}

.border-b-orange-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(251 172 5 / var(--tw-border-opacity));
}

.border-b-orange-500\/0 {
  border-bottom-color: rgb(251 172 5 / 0);
}

.border-b-orange-500\/10 {
  border-bottom-color: rgb(251 172 5 / 0.1);
}

.border-b-orange-500\/100 {
  border-bottom-color: rgb(251 172 5 / 1);
}

.border-b-orange-500\/20 {
  border-bottom-color: rgb(251 172 5 / 0.2);
}

.border-b-orange-500\/25 {
  border-bottom-color: rgb(251 172 5 / 0.25);
}

.border-b-orange-500\/30 {
  border-bottom-color: rgb(251 172 5 / 0.3);
}

.border-b-orange-500\/40 {
  border-bottom-color: rgb(251 172 5 / 0.4);
}

.border-b-orange-500\/5 {
  border-bottom-color: rgb(251 172 5 / 0.05);
}

.border-b-orange-500\/50 {
  border-bottom-color: rgb(251 172 5 / 0.5);
}

.border-b-orange-500\/60 {
  border-bottom-color: rgb(251 172 5 / 0.6);
}

.border-b-orange-500\/70 {
  border-bottom-color: rgb(251 172 5 / 0.7);
}

.border-b-orange-500\/75 {
  border-bottom-color: rgb(251 172 5 / 0.75);
}

.border-b-orange-500\/80 {
  border-bottom-color: rgb(251 172 5 / 0.8);
}

.border-b-orange-500\/90 {
  border-bottom-color: rgb(251 172 5 / 0.9);
}

.border-b-orange-500\/95 {
  border-bottom-color: rgb(251 172 5 / 0.95);
}

.border-b-orange-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(237 140 1 / var(--tw-border-opacity));
}

.border-b-orange-600\/0 {
  border-bottom-color: rgb(237 140 1 / 0);
}

.border-b-orange-600\/10 {
  border-bottom-color: rgb(237 140 1 / 0.1);
}

.border-b-orange-600\/100 {
  border-bottom-color: rgb(237 140 1 / 1);
}

.border-b-orange-600\/20 {
  border-bottom-color: rgb(237 140 1 / 0.2);
}

.border-b-orange-600\/25 {
  border-bottom-color: rgb(237 140 1 / 0.25);
}

.border-b-orange-600\/30 {
  border-bottom-color: rgb(237 140 1 / 0.3);
}

.border-b-orange-600\/40 {
  border-bottom-color: rgb(237 140 1 / 0.4);
}

.border-b-orange-600\/5 {
  border-bottom-color: rgb(237 140 1 / 0.05);
}

.border-b-orange-600\/50 {
  border-bottom-color: rgb(237 140 1 / 0.5);
}

.border-b-orange-600\/60 {
  border-bottom-color: rgb(237 140 1 / 0.6);
}

.border-b-orange-600\/70 {
  border-bottom-color: rgb(237 140 1 / 0.7);
}

.border-b-orange-600\/75 {
  border-bottom-color: rgb(237 140 1 / 0.75);
}

.border-b-orange-600\/80 {
  border-bottom-color: rgb(237 140 1 / 0.8);
}

.border-b-orange-600\/90 {
  border-bottom-color: rgb(237 140 1 / 0.9);
}

.border-b-orange-600\/95 {
  border-bottom-color: rgb(237 140 1 / 0.95);
}

.border-b-orange-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(184 92 5 / var(--tw-border-opacity));
}

.border-b-orange-700\/0 {
  border-bottom-color: rgb(184 92 5 / 0);
}

.border-b-orange-700\/10 {
  border-bottom-color: rgb(184 92 5 / 0.1);
}

.border-b-orange-700\/100 {
  border-bottom-color: rgb(184 92 5 / 1);
}

.border-b-orange-700\/20 {
  border-bottom-color: rgb(184 92 5 / 0.2);
}

.border-b-orange-700\/25 {
  border-bottom-color: rgb(184 92 5 / 0.25);
}

.border-b-orange-700\/30 {
  border-bottom-color: rgb(184 92 5 / 0.3);
}

.border-b-orange-700\/40 {
  border-bottom-color: rgb(184 92 5 / 0.4);
}

.border-b-orange-700\/5 {
  border-bottom-color: rgb(184 92 5 / 0.05);
}

.border-b-orange-700\/50 {
  border-bottom-color: rgb(184 92 5 / 0.5);
}

.border-b-orange-700\/60 {
  border-bottom-color: rgb(184 92 5 / 0.6);
}

.border-b-orange-700\/70 {
  border-bottom-color: rgb(184 92 5 / 0.7);
}

.border-b-orange-700\/75 {
  border-bottom-color: rgb(184 92 5 / 0.75);
}

.border-b-orange-700\/80 {
  border-bottom-color: rgb(184 92 5 / 0.8);
}

.border-b-orange-700\/90 {
  border-bottom-color: rgb(184 92 5 / 0.9);
}

.border-b-orange-700\/95 {
  border-bottom-color: rgb(184 92 5 / 0.95);
}

.border-b-orange-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(149 70 11 / var(--tw-border-opacity));
}

.border-b-orange-800\/0 {
  border-bottom-color: rgb(149 70 11 / 0);
}

.border-b-orange-800\/10 {
  border-bottom-color: rgb(149 70 11 / 0.1);
}

.border-b-orange-800\/100 {
  border-bottom-color: rgb(149 70 11 / 1);
}

.border-b-orange-800\/20 {
  border-bottom-color: rgb(149 70 11 / 0.2);
}

.border-b-orange-800\/25 {
  border-bottom-color: rgb(149 70 11 / 0.25);
}

.border-b-orange-800\/30 {
  border-bottom-color: rgb(149 70 11 / 0.3);
}

.border-b-orange-800\/40 {
  border-bottom-color: rgb(149 70 11 / 0.4);
}

.border-b-orange-800\/5 {
  border-bottom-color: rgb(149 70 11 / 0.05);
}

.border-b-orange-800\/50 {
  border-bottom-color: rgb(149 70 11 / 0.5);
}

.border-b-orange-800\/60 {
  border-bottom-color: rgb(149 70 11 / 0.6);
}

.border-b-orange-800\/70 {
  border-bottom-color: rgb(149 70 11 / 0.7);
}

.border-b-orange-800\/75 {
  border-bottom-color: rgb(149 70 11 / 0.75);
}

.border-b-orange-800\/80 {
  border-bottom-color: rgb(149 70 11 / 0.8);
}

.border-b-orange-800\/90 {
  border-bottom-color: rgb(149 70 11 / 0.9);
}

.border-b-orange-800\/95 {
  border-bottom-color: rgb(149 70 11 / 0.95);
}

.border-b-orange-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(123 58 12 / var(--tw-border-opacity));
}

.border-b-orange-900\/0 {
  border-bottom-color: rgb(123 58 12 / 0);
}

.border-b-orange-900\/10 {
  border-bottom-color: rgb(123 58 12 / 0.1);
}

.border-b-orange-900\/100 {
  border-bottom-color: rgb(123 58 12 / 1);
}

.border-b-orange-900\/20 {
  border-bottom-color: rgb(123 58 12 / 0.2);
}

.border-b-orange-900\/25 {
  border-bottom-color: rgb(123 58 12 / 0.25);
}

.border-b-orange-900\/30 {
  border-bottom-color: rgb(123 58 12 / 0.3);
}

.border-b-orange-900\/40 {
  border-bottom-color: rgb(123 58 12 / 0.4);
}

.border-b-orange-900\/5 {
  border-bottom-color: rgb(123 58 12 / 0.05);
}

.border-b-orange-900\/50 {
  border-bottom-color: rgb(123 58 12 / 0.5);
}

.border-b-orange-900\/60 {
  border-bottom-color: rgb(123 58 12 / 0.6);
}

.border-b-orange-900\/70 {
  border-bottom-color: rgb(123 58 12 / 0.7);
}

.border-b-orange-900\/75 {
  border-bottom-color: rgb(123 58 12 / 0.75);
}

.border-b-orange-900\/80 {
  border-bottom-color: rgb(123 58 12 / 0.8);
}

.border-b-orange-900\/90 {
  border-bottom-color: rgb(123 58 12 / 0.9);
}

.border-b-orange-900\/95 {
  border-bottom-color: rgb(123 58 12 / 0.95);
}

.border-b-orange-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(71 30 1 / var(--tw-border-opacity));
}

.border-b-orange-950\/0 {
  border-bottom-color: rgb(71 30 1 / 0);
}

.border-b-orange-950\/10 {
  border-bottom-color: rgb(71 30 1 / 0.1);
}

.border-b-orange-950\/100 {
  border-bottom-color: rgb(71 30 1 / 1);
}

.border-b-orange-950\/20 {
  border-bottom-color: rgb(71 30 1 / 0.2);
}

.border-b-orange-950\/25 {
  border-bottom-color: rgb(71 30 1 / 0.25);
}

.border-b-orange-950\/30 {
  border-bottom-color: rgb(71 30 1 / 0.3);
}

.border-b-orange-950\/40 {
  border-bottom-color: rgb(71 30 1 / 0.4);
}

.border-b-orange-950\/5 {
  border-bottom-color: rgb(71 30 1 / 0.05);
}

.border-b-orange-950\/50 {
  border-bottom-color: rgb(71 30 1 / 0.5);
}

.border-b-orange-950\/60 {
  border-bottom-color: rgb(71 30 1 / 0.6);
}

.border-b-orange-950\/70 {
  border-bottom-color: rgb(71 30 1 / 0.7);
}

.border-b-orange-950\/75 {
  border-bottom-color: rgb(71 30 1 / 0.75);
}

.border-b-orange-950\/80 {
  border-bottom-color: rgb(71 30 1 / 0.8);
}

.border-b-orange-950\/90 {
  border-bottom-color: rgb(71 30 1 / 0.9);
}

.border-b-orange-950\/95 {
  border-bottom-color: rgb(71 30 1 / 0.95);
}

.border-b-orange\/0 {
  border-bottom-color: rgb(237 140 1 / 0);
}

.border-b-orange\/10 {
  border-bottom-color: rgb(237 140 1 / 0.1);
}

.border-b-orange\/100 {
  border-bottom-color: rgb(237 140 1 / 1);
}

.border-b-orange\/20 {
  border-bottom-color: rgb(237 140 1 / 0.2);
}

.border-b-orange\/25 {
  border-bottom-color: rgb(237 140 1 / 0.25);
}

.border-b-orange\/30 {
  border-bottom-color: rgb(237 140 1 / 0.3);
}

.border-b-orange\/40 {
  border-bottom-color: rgb(237 140 1 / 0.4);
}

.border-b-orange\/5 {
  border-bottom-color: rgb(237 140 1 / 0.05);
}

.border-b-orange\/50 {
  border-bottom-color: rgb(237 140 1 / 0.5);
}

.border-b-orange\/60 {
  border-bottom-color: rgb(237 140 1 / 0.6);
}

.border-b-orange\/70 {
  border-bottom-color: rgb(237 140 1 / 0.7);
}

.border-b-orange\/75 {
  border-bottom-color: rgb(237 140 1 / 0.75);
}

.border-b-orange\/80 {
  border-bottom-color: rgb(237 140 1 / 0.8);
}

.border-b-orange\/90 {
  border-bottom-color: rgb(237 140 1 / 0.9);
}

.border-b-orange\/95 {
  border-bottom-color: rgb(237 140 1 / 0.95);
}

.border-b-primary {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(175 18 109 / var(--tw-border-opacity));
}

.border-b-primary-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 230 247 / var(--tw-border-opacity));
}

.border-b-primary-100\/0 {
  border-bottom-color: rgb(253 230 247 / 0);
}

.border-b-primary-100\/10 {
  border-bottom-color: rgb(253 230 247 / 0.1);
}

.border-b-primary-100\/100 {
  border-bottom-color: rgb(253 230 247 / 1);
}

.border-b-primary-100\/20 {
  border-bottom-color: rgb(253 230 247 / 0.2);
}

.border-b-primary-100\/25 {
  border-bottom-color: rgb(253 230 247 / 0.25);
}

.border-b-primary-100\/30 {
  border-bottom-color: rgb(253 230 247 / 0.3);
}

.border-b-primary-100\/40 {
  border-bottom-color: rgb(253 230 247 / 0.4);
}

.border-b-primary-100\/5 {
  border-bottom-color: rgb(253 230 247 / 0.05);
}

.border-b-primary-100\/50 {
  border-bottom-color: rgb(253 230 247 / 0.5);
}

.border-b-primary-100\/60 {
  border-bottom-color: rgb(253 230 247 / 0.6);
}

.border-b-primary-100\/70 {
  border-bottom-color: rgb(253 230 247 / 0.7);
}

.border-b-primary-100\/75 {
  border-bottom-color: rgb(253 230 247 / 0.75);
}

.border-b-primary-100\/80 {
  border-bottom-color: rgb(253 230 247 / 0.8);
}

.border-b-primary-100\/90 {
  border-bottom-color: rgb(253 230 247 / 0.9);
}

.border-b-primary-100\/95 {
  border-bottom-color: rgb(253 230 247 / 0.95);
}

.border-b-primary-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 205 240 / var(--tw-border-opacity));
}

.border-b-primary-200\/0 {
  border-bottom-color: rgb(253 205 240 / 0);
}

.border-b-primary-200\/10 {
  border-bottom-color: rgb(253 205 240 / 0.1);
}

.border-b-primary-200\/100 {
  border-bottom-color: rgb(253 205 240 / 1);
}

.border-b-primary-200\/20 {
  border-bottom-color: rgb(253 205 240 / 0.2);
}

.border-b-primary-200\/25 {
  border-bottom-color: rgb(253 205 240 / 0.25);
}

.border-b-primary-200\/30 {
  border-bottom-color: rgb(253 205 240 / 0.3);
}

.border-b-primary-200\/40 {
  border-bottom-color: rgb(253 205 240 / 0.4);
}

.border-b-primary-200\/5 {
  border-bottom-color: rgb(253 205 240 / 0.05);
}

.border-b-primary-200\/50 {
  border-bottom-color: rgb(253 205 240 / 0.5);
}

.border-b-primary-200\/60 {
  border-bottom-color: rgb(253 205 240 / 0.6);
}

.border-b-primary-200\/70 {
  border-bottom-color: rgb(253 205 240 / 0.7);
}

.border-b-primary-200\/75 {
  border-bottom-color: rgb(253 205 240 / 0.75);
}

.border-b-primary-200\/80 {
  border-bottom-color: rgb(253 205 240 / 0.8);
}

.border-b-primary-200\/90 {
  border-bottom-color: rgb(253 205 240 / 0.9);
}

.border-b-primary-200\/95 {
  border-bottom-color: rgb(253 205 240 / 0.95);
}

.border-b-primary-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 164 228 / var(--tw-border-opacity));
}

.border-b-primary-300\/0 {
  border-bottom-color: rgb(253 164 228 / 0);
}

.border-b-primary-300\/10 {
  border-bottom-color: rgb(253 164 228 / 0.1);
}

.border-b-primary-300\/100 {
  border-bottom-color: rgb(253 164 228 / 1);
}

.border-b-primary-300\/20 {
  border-bottom-color: rgb(253 164 228 / 0.2);
}

.border-b-primary-300\/25 {
  border-bottom-color: rgb(253 164 228 / 0.25);
}

.border-b-primary-300\/30 {
  border-bottom-color: rgb(253 164 228 / 0.3);
}

.border-b-primary-300\/40 {
  border-bottom-color: rgb(253 164 228 / 0.4);
}

.border-b-primary-300\/5 {
  border-bottom-color: rgb(253 164 228 / 0.05);
}

.border-b-primary-300\/50 {
  border-bottom-color: rgb(253 164 228 / 0.5);
}

.border-b-primary-300\/60 {
  border-bottom-color: rgb(253 164 228 / 0.6);
}

.border-b-primary-300\/70 {
  border-bottom-color: rgb(253 164 228 / 0.7);
}

.border-b-primary-300\/75 {
  border-bottom-color: rgb(253 164 228 / 0.75);
}

.border-b-primary-300\/80 {
  border-bottom-color: rgb(253 164 228 / 0.8);
}

.border-b-primary-300\/90 {
  border-bottom-color: rgb(253 164 228 / 0.9);
}

.border-b-primary-300\/95 {
  border-bottom-color: rgb(253 164 228 / 0.95);
}

.border-b-primary-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 108 207 / var(--tw-border-opacity));
}

.border-b-primary-400\/0 {
  border-bottom-color: rgb(250 108 207 / 0);
}

.border-b-primary-400\/10 {
  border-bottom-color: rgb(250 108 207 / 0.1);
}

.border-b-primary-400\/100 {
  border-bottom-color: rgb(250 108 207 / 1);
}

.border-b-primary-400\/20 {
  border-bottom-color: rgb(250 108 207 / 0.2);
}

.border-b-primary-400\/25 {
  border-bottom-color: rgb(250 108 207 / 0.25);
}

.border-b-primary-400\/30 {
  border-bottom-color: rgb(250 108 207 / 0.3);
}

.border-b-primary-400\/40 {
  border-bottom-color: rgb(250 108 207 / 0.4);
}

.border-b-primary-400\/5 {
  border-bottom-color: rgb(250 108 207 / 0.05);
}

.border-b-primary-400\/50 {
  border-bottom-color: rgb(250 108 207 / 0.5);
}

.border-b-primary-400\/60 {
  border-bottom-color: rgb(250 108 207 / 0.6);
}

.border-b-primary-400\/70 {
  border-bottom-color: rgb(250 108 207 / 0.7);
}

.border-b-primary-400\/75 {
  border-bottom-color: rgb(250 108 207 / 0.75);
}

.border-b-primary-400\/80 {
  border-bottom-color: rgb(250 108 207 / 0.8);
}

.border-b-primary-400\/90 {
  border-bottom-color: rgb(250 108 207 / 0.9);
}

.border-b-primary-400\/95 {
  border-bottom-color: rgb(250 108 207 / 0.95);
}

.border-b-primary-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 241 250 / var(--tw-border-opacity));
}

.border-b-primary-50\/0 {
  border-bottom-color: rgb(254 241 250 / 0);
}

.border-b-primary-50\/10 {
  border-bottom-color: rgb(254 241 250 / 0.1);
}

.border-b-primary-50\/100 {
  border-bottom-color: rgb(254 241 250 / 1);
}

.border-b-primary-50\/20 {
  border-bottom-color: rgb(254 241 250 / 0.2);
}

.border-b-primary-50\/25 {
  border-bottom-color: rgb(254 241 250 / 0.25);
}

.border-b-primary-50\/30 {
  border-bottom-color: rgb(254 241 250 / 0.3);
}

.border-b-primary-50\/40 {
  border-bottom-color: rgb(254 241 250 / 0.4);
}

.border-b-primary-50\/5 {
  border-bottom-color: rgb(254 241 250 / 0.05);
}

.border-b-primary-50\/50 {
  border-bottom-color: rgb(254 241 250 / 0.5);
}

.border-b-primary-50\/60 {
  border-bottom-color: rgb(254 241 250 / 0.6);
}

.border-b-primary-50\/70 {
  border-bottom-color: rgb(254 241 250 / 0.7);
}

.border-b-primary-50\/75 {
  border-bottom-color: rgb(254 241 250 / 0.75);
}

.border-b-primary-50\/80 {
  border-bottom-color: rgb(254 241 250 / 0.8);
}

.border-b-primary-50\/90 {
  border-bottom-color: rgb(254 241 250 / 0.9);
}

.border-b-primary-50\/95 {
  border-bottom-color: rgb(254 241 250 / 0.95);
}

.border-b-primary-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(244 64 185 / var(--tw-border-opacity));
}

.border-b-primary-500\/0 {
  border-bottom-color: rgb(244 64 185 / 0);
}

.border-b-primary-500\/10 {
  border-bottom-color: rgb(244 64 185 / 0.1);
}

.border-b-primary-500\/100 {
  border-bottom-color: rgb(244 64 185 / 1);
}

.border-b-primary-500\/20 {
  border-bottom-color: rgb(244 64 185 / 0.2);
}

.border-b-primary-500\/25 {
  border-bottom-color: rgb(244 64 185 / 0.25);
}

.border-b-primary-500\/30 {
  border-bottom-color: rgb(244 64 185 / 0.3);
}

.border-b-primary-500\/40 {
  border-bottom-color: rgb(244 64 185 / 0.4);
}

.border-b-primary-500\/5 {
  border-bottom-color: rgb(244 64 185 / 0.05);
}

.border-b-primary-500\/50 {
  border-bottom-color: rgb(244 64 185 / 0.5);
}

.border-b-primary-500\/60 {
  border-bottom-color: rgb(244 64 185 / 0.6);
}

.border-b-primary-500\/70 {
  border-bottom-color: rgb(244 64 185 / 0.7);
}

.border-b-primary-500\/75 {
  border-bottom-color: rgb(244 64 185 / 0.75);
}

.border-b-primary-500\/80 {
  border-bottom-color: rgb(244 64 185 / 0.8);
}

.border-b-primary-500\/90 {
  border-bottom-color: rgb(244 64 185 / 0.9);
}

.border-b-primary-500\/95 {
  border-bottom-color: rgb(244 64 185 / 0.95);
}

.border-b-primary-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(227 31 153 / var(--tw-border-opacity));
}

.border-b-primary-600\/0 {
  border-bottom-color: rgb(227 31 153 / 0);
}

.border-b-primary-600\/10 {
  border-bottom-color: rgb(227 31 153 / 0.1);
}

.border-b-primary-600\/100 {
  border-bottom-color: rgb(227 31 153 / 1);
}

.border-b-primary-600\/20 {
  border-bottom-color: rgb(227 31 153 / 0.2);
}

.border-b-primary-600\/25 {
  border-bottom-color: rgb(227 31 153 / 0.25);
}

.border-b-primary-600\/30 {
  border-bottom-color: rgb(227 31 153 / 0.3);
}

.border-b-primary-600\/40 {
  border-bottom-color: rgb(227 31 153 / 0.4);
}

.border-b-primary-600\/5 {
  border-bottom-color: rgb(227 31 153 / 0.05);
}

.border-b-primary-600\/50 {
  border-bottom-color: rgb(227 31 153 / 0.5);
}

.border-b-primary-600\/60 {
  border-bottom-color: rgb(227 31 153 / 0.6);
}

.border-b-primary-600\/70 {
  border-bottom-color: rgb(227 31 153 / 0.7);
}

.border-b-primary-600\/75 {
  border-bottom-color: rgb(227 31 153 / 0.75);
}

.border-b-primary-600\/80 {
  border-bottom-color: rgb(227 31 153 / 0.8);
}

.border-b-primary-600\/90 {
  border-bottom-color: rgb(227 31 153 / 0.9);
}

.border-b-primary-600\/95 {
  border-bottom-color: rgb(227 31 153 / 0.95);
}

.border-b-primary-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(198 16 124 / var(--tw-border-opacity));
}

.border-b-primary-700\/0 {
  border-bottom-color: rgb(198 16 124 / 0);
}

.border-b-primary-700\/10 {
  border-bottom-color: rgb(198 16 124 / 0.1);
}

.border-b-primary-700\/100 {
  border-bottom-color: rgb(198 16 124 / 1);
}

.border-b-primary-700\/20 {
  border-bottom-color: rgb(198 16 124 / 0.2);
}

.border-b-primary-700\/25 {
  border-bottom-color: rgb(198 16 124 / 0.25);
}

.border-b-primary-700\/30 {
  border-bottom-color: rgb(198 16 124 / 0.3);
}

.border-b-primary-700\/40 {
  border-bottom-color: rgb(198 16 124 / 0.4);
}

.border-b-primary-700\/5 {
  border-bottom-color: rgb(198 16 124 / 0.05);
}

.border-b-primary-700\/50 {
  border-bottom-color: rgb(198 16 124 / 0.5);
}

.border-b-primary-700\/60 {
  border-bottom-color: rgb(198 16 124 / 0.6);
}

.border-b-primary-700\/70 {
  border-bottom-color: rgb(198 16 124 / 0.7);
}

.border-b-primary-700\/75 {
  border-bottom-color: rgb(198 16 124 / 0.75);
}

.border-b-primary-700\/80 {
  border-bottom-color: rgb(198 16 124 / 0.8);
}

.border-b-primary-700\/90 {
  border-bottom-color: rgb(198 16 124 / 0.9);
}

.border-b-primary-700\/95 {
  border-bottom-color: rgb(198 16 124 / 0.95);
}

.border-b-primary-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(175 18 109 / var(--tw-border-opacity));
}

.border-b-primary-800\/0 {
  border-bottom-color: rgb(175 18 109 / 0);
}

.border-b-primary-800\/10 {
  border-bottom-color: rgb(175 18 109 / 0.1);
}

.border-b-primary-800\/100 {
  border-bottom-color: rgb(175 18 109 / 1);
}

.border-b-primary-800\/20 {
  border-bottom-color: rgb(175 18 109 / 0.2);
}

.border-b-primary-800\/25 {
  border-bottom-color: rgb(175 18 109 / 0.25);
}

.border-b-primary-800\/30 {
  border-bottom-color: rgb(175 18 109 / 0.3);
}

.border-b-primary-800\/40 {
  border-bottom-color: rgb(175 18 109 / 0.4);
}

.border-b-primary-800\/5 {
  border-bottom-color: rgb(175 18 109 / 0.05);
}

.border-b-primary-800\/50 {
  border-bottom-color: rgb(175 18 109 / 0.5);
}

.border-b-primary-800\/60 {
  border-bottom-color: rgb(175 18 109 / 0.6);
}

.border-b-primary-800\/70 {
  border-bottom-color: rgb(175 18 109 / 0.7);
}

.border-b-primary-800\/75 {
  border-bottom-color: rgb(175 18 109 / 0.75);
}

.border-b-primary-800\/80 {
  border-bottom-color: rgb(175 18 109 / 0.8);
}

.border-b-primary-800\/90 {
  border-bottom-color: rgb(175 18 109 / 0.9);
}

.border-b-primary-800\/95 {
  border-bottom-color: rgb(175 18 109 / 0.95);
}

.border-b-primary-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(136 19 87 / var(--tw-border-opacity));
}

.border-b-primary-900\/0 {
  border-bottom-color: rgb(136 19 87 / 0);
}

.border-b-primary-900\/10 {
  border-bottom-color: rgb(136 19 87 / 0.1);
}

.border-b-primary-900\/100 {
  border-bottom-color: rgb(136 19 87 / 1);
}

.border-b-primary-900\/20 {
  border-bottom-color: rgb(136 19 87 / 0.2);
}

.border-b-primary-900\/25 {
  border-bottom-color: rgb(136 19 87 / 0.25);
}

.border-b-primary-900\/30 {
  border-bottom-color: rgb(136 19 87 / 0.3);
}

.border-b-primary-900\/40 {
  border-bottom-color: rgb(136 19 87 / 0.4);
}

.border-b-primary-900\/5 {
  border-bottom-color: rgb(136 19 87 / 0.05);
}

.border-b-primary-900\/50 {
  border-bottom-color: rgb(136 19 87 / 0.5);
}

.border-b-primary-900\/60 {
  border-bottom-color: rgb(136 19 87 / 0.6);
}

.border-b-primary-900\/70 {
  border-bottom-color: rgb(136 19 87 / 0.7);
}

.border-b-primary-900\/75 {
  border-bottom-color: rgb(136 19 87 / 0.75);
}

.border-b-primary-900\/80 {
  border-bottom-color: rgb(136 19 87 / 0.8);
}

.border-b-primary-900\/90 {
  border-bottom-color: rgb(136 19 87 / 0.9);
}

.border-b-primary-900\/95 {
  border-bottom-color: rgb(136 19 87 / 0.95);
}

.border-b-primary\/0 {
  border-bottom-color: rgb(175 18 109 / 0);
}

.border-b-primary\/10 {
  border-bottom-color: rgb(175 18 109 / 0.1);
}

.border-b-primary\/100 {
  border-bottom-color: rgb(175 18 109 / 1);
}

.border-b-primary\/20 {
  border-bottom-color: rgb(175 18 109 / 0.2);
}

.border-b-primary\/25 {
  border-bottom-color: rgb(175 18 109 / 0.25);
}

.border-b-primary\/30 {
  border-bottom-color: rgb(175 18 109 / 0.3);
}

.border-b-primary\/40 {
  border-bottom-color: rgb(175 18 109 / 0.4);
}

.border-b-primary\/5 {
  border-bottom-color: rgb(175 18 109 / 0.05);
}

.border-b-primary\/50 {
  border-bottom-color: rgb(175 18 109 / 0.5);
}

.border-b-primary\/60 {
  border-bottom-color: rgb(175 18 109 / 0.6);
}

.border-b-primary\/70 {
  border-bottom-color: rgb(175 18 109 / 0.7);
}

.border-b-primary\/75 {
  border-bottom-color: rgb(175 18 109 / 0.75);
}

.border-b-primary\/80 {
  border-bottom-color: rgb(175 18 109 / 0.8);
}

.border-b-primary\/90 {
  border-bottom-color: rgb(175 18 109 / 0.9);
}

.border-b-primary\/95 {
  border-bottom-color: rgb(175 18 109 / 0.95);
}

.border-b-purple {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(108 72 145 / var(--tw-border-opacity));
}

.border-b-purple-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(242 238 249 / var(--tw-border-opacity));
}

.border-b-purple-100\/0 {
  border-bottom-color: rgb(242 238 249 / 0);
}

.border-b-purple-100\/10 {
  border-bottom-color: rgb(242 238 249 / 0.1);
}

.border-b-purple-100\/100 {
  border-bottom-color: rgb(242 238 249 / 1);
}

.border-b-purple-100\/20 {
  border-bottom-color: rgb(242 238 249 / 0.2);
}

.border-b-purple-100\/25 {
  border-bottom-color: rgb(242 238 249 / 0.25);
}

.border-b-purple-100\/30 {
  border-bottom-color: rgb(242 238 249 / 0.3);
}

.border-b-purple-100\/40 {
  border-bottom-color: rgb(242 238 249 / 0.4);
}

.border-b-purple-100\/5 {
  border-bottom-color: rgb(242 238 249 / 0.05);
}

.border-b-purple-100\/50 {
  border-bottom-color: rgb(242 238 249 / 0.5);
}

.border-b-purple-100\/60 {
  border-bottom-color: rgb(242 238 249 / 0.6);
}

.border-b-purple-100\/70 {
  border-bottom-color: rgb(242 238 249 / 0.7);
}

.border-b-purple-100\/75 {
  border-bottom-color: rgb(242 238 249 / 0.75);
}

.border-b-purple-100\/80 {
  border-bottom-color: rgb(242 238 249 / 0.8);
}

.border-b-purple-100\/90 {
  border-bottom-color: rgb(242 238 249 / 0.9);
}

.border-b-purple-100\/95 {
  border-bottom-color: rgb(242 238 249 / 0.95);
}

.border-b-purple-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(232 223 245 / var(--tw-border-opacity));
}

.border-b-purple-200\/0 {
  border-bottom-color: rgb(232 223 245 / 0);
}

.border-b-purple-200\/10 {
  border-bottom-color: rgb(232 223 245 / 0.1);
}

.border-b-purple-200\/100 {
  border-bottom-color: rgb(232 223 245 / 1);
}

.border-b-purple-200\/20 {
  border-bottom-color: rgb(232 223 245 / 0.2);
}

.border-b-purple-200\/25 {
  border-bottom-color: rgb(232 223 245 / 0.25);
}

.border-b-purple-200\/30 {
  border-bottom-color: rgb(232 223 245 / 0.3);
}

.border-b-purple-200\/40 {
  border-bottom-color: rgb(232 223 245 / 0.4);
}

.border-b-purple-200\/5 {
  border-bottom-color: rgb(232 223 245 / 0.05);
}

.border-b-purple-200\/50 {
  border-bottom-color: rgb(232 223 245 / 0.5);
}

.border-b-purple-200\/60 {
  border-bottom-color: rgb(232 223 245 / 0.6);
}

.border-b-purple-200\/70 {
  border-bottom-color: rgb(232 223 245 / 0.7);
}

.border-b-purple-200\/75 {
  border-bottom-color: rgb(232 223 245 / 0.75);
}

.border-b-purple-200\/80 {
  border-bottom-color: rgb(232 223 245 / 0.8);
}

.border-b-purple-200\/90 {
  border-bottom-color: rgb(232 223 245 / 0.9);
}

.border-b-purple-200\/95 {
  border-bottom-color: rgb(232 223 245 / 0.95);
}

.border-b-purple-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(214 198 236 / var(--tw-border-opacity));
}

.border-b-purple-300\/0 {
  border-bottom-color: rgb(214 198 236 / 0);
}

.border-b-purple-300\/10 {
  border-bottom-color: rgb(214 198 236 / 0.1);
}

.border-b-purple-300\/100 {
  border-bottom-color: rgb(214 198 236 / 1);
}

.border-b-purple-300\/20 {
  border-bottom-color: rgb(214 198 236 / 0.2);
}

.border-b-purple-300\/25 {
  border-bottom-color: rgb(214 198 236 / 0.25);
}

.border-b-purple-300\/30 {
  border-bottom-color: rgb(214 198 236 / 0.3);
}

.border-b-purple-300\/40 {
  border-bottom-color: rgb(214 198 236 / 0.4);
}

.border-b-purple-300\/5 {
  border-bottom-color: rgb(214 198 236 / 0.05);
}

.border-b-purple-300\/50 {
  border-bottom-color: rgb(214 198 236 / 0.5);
}

.border-b-purple-300\/60 {
  border-bottom-color: rgb(214 198 236 / 0.6);
}

.border-b-purple-300\/70 {
  border-bottom-color: rgb(214 198 236 / 0.7);
}

.border-b-purple-300\/75 {
  border-bottom-color: rgb(214 198 236 / 0.75);
}

.border-b-purple-300\/80 {
  border-bottom-color: rgb(214 198 236 / 0.8);
}

.border-b-purple-300\/90 {
  border-bottom-color: rgb(214 198 236 / 0.9);
}

.border-b-purple-300\/95 {
  border-bottom-color: rgb(214 198 236 / 0.95);
}

.border-b-purple-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(189 162 222 / var(--tw-border-opacity));
}

.border-b-purple-400\/0 {
  border-bottom-color: rgb(189 162 222 / 0);
}

.border-b-purple-400\/10 {
  border-bottom-color: rgb(189 162 222 / 0.1);
}

.border-b-purple-400\/100 {
  border-bottom-color: rgb(189 162 222 / 1);
}

.border-b-purple-400\/20 {
  border-bottom-color: rgb(189 162 222 / 0.2);
}

.border-b-purple-400\/25 {
  border-bottom-color: rgb(189 162 222 / 0.25);
}

.border-b-purple-400\/30 {
  border-bottom-color: rgb(189 162 222 / 0.3);
}

.border-b-purple-400\/40 {
  border-bottom-color: rgb(189 162 222 / 0.4);
}

.border-b-purple-400\/5 {
  border-bottom-color: rgb(189 162 222 / 0.05);
}

.border-b-purple-400\/50 {
  border-bottom-color: rgb(189 162 222 / 0.5);
}

.border-b-purple-400\/60 {
  border-bottom-color: rgb(189 162 222 / 0.6);
}

.border-b-purple-400\/70 {
  border-bottom-color: rgb(189 162 222 / 0.7);
}

.border-b-purple-400\/75 {
  border-bottom-color: rgb(189 162 222 / 0.75);
}

.border-b-purple-400\/80 {
  border-bottom-color: rgb(189 162 222 / 0.8);
}

.border-b-purple-400\/90 {
  border-bottom-color: rgb(189 162 222 / 0.9);
}

.border-b-purple-400\/95 {
  border-bottom-color: rgb(189 162 222 / 0.95);
}

.border-b-purple-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 247 253 / var(--tw-border-opacity));
}

.border-b-purple-50\/0 {
  border-bottom-color: rgb(250 247 253 / 0);
}

.border-b-purple-50\/10 {
  border-bottom-color: rgb(250 247 253 / 0.1);
}

.border-b-purple-50\/100 {
  border-bottom-color: rgb(250 247 253 / 1);
}

.border-b-purple-50\/20 {
  border-bottom-color: rgb(250 247 253 / 0.2);
}

.border-b-purple-50\/25 {
  border-bottom-color: rgb(250 247 253 / 0.25);
}

.border-b-purple-50\/30 {
  border-bottom-color: rgb(250 247 253 / 0.3);
}

.border-b-purple-50\/40 {
  border-bottom-color: rgb(250 247 253 / 0.4);
}

.border-b-purple-50\/5 {
  border-bottom-color: rgb(250 247 253 / 0.05);
}

.border-b-purple-50\/50 {
  border-bottom-color: rgb(250 247 253 / 0.5);
}

.border-b-purple-50\/60 {
  border-bottom-color: rgb(250 247 253 / 0.6);
}

.border-b-purple-50\/70 {
  border-bottom-color: rgb(250 247 253 / 0.7);
}

.border-b-purple-50\/75 {
  border-bottom-color: rgb(250 247 253 / 0.75);
}

.border-b-purple-50\/80 {
  border-bottom-color: rgb(250 247 253 / 0.8);
}

.border-b-purple-50\/90 {
  border-bottom-color: rgb(250 247 253 / 0.9);
}

.border-b-purple-50\/95 {
  border-bottom-color: rgb(250 247 253 / 0.95);
}

.border-b-purple-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(162 125 207 / var(--tw-border-opacity));
}

.border-b-purple-500\/0 {
  border-bottom-color: rgb(162 125 207 / 0);
}

.border-b-purple-500\/10 {
  border-bottom-color: rgb(162 125 207 / 0.1);
}

.border-b-purple-500\/100 {
  border-bottom-color: rgb(162 125 207 / 1);
}

.border-b-purple-500\/20 {
  border-bottom-color: rgb(162 125 207 / 0.2);
}

.border-b-purple-500\/25 {
  border-bottom-color: rgb(162 125 207 / 0.25);
}

.border-b-purple-500\/30 {
  border-bottom-color: rgb(162 125 207 / 0.3);
}

.border-b-purple-500\/40 {
  border-bottom-color: rgb(162 125 207 / 0.4);
}

.border-b-purple-500\/5 {
  border-bottom-color: rgb(162 125 207 / 0.05);
}

.border-b-purple-500\/50 {
  border-bottom-color: rgb(162 125 207 / 0.5);
}

.border-b-purple-500\/60 {
  border-bottom-color: rgb(162 125 207 / 0.6);
}

.border-b-purple-500\/70 {
  border-bottom-color: rgb(162 125 207 / 0.7);
}

.border-b-purple-500\/75 {
  border-bottom-color: rgb(162 125 207 / 0.75);
}

.border-b-purple-500\/80 {
  border-bottom-color: rgb(162 125 207 / 0.8);
}

.border-b-purple-500\/90 {
  border-bottom-color: rgb(162 125 207 / 0.9);
}

.border-b-purple-500\/95 {
  border-bottom-color: rgb(162 125 207 / 0.95);
}

.border-b-purple-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(140 97 188 / var(--tw-border-opacity));
}

.border-b-purple-600\/0 {
  border-bottom-color: rgb(140 97 188 / 0);
}

.border-b-purple-600\/10 {
  border-bottom-color: rgb(140 97 188 / 0.1);
}

.border-b-purple-600\/100 {
  border-bottom-color: rgb(140 97 188 / 1);
}

.border-b-purple-600\/20 {
  border-bottom-color: rgb(140 97 188 / 0.2);
}

.border-b-purple-600\/25 {
  border-bottom-color: rgb(140 97 188 / 0.25);
}

.border-b-purple-600\/30 {
  border-bottom-color: rgb(140 97 188 / 0.3);
}

.border-b-purple-600\/40 {
  border-bottom-color: rgb(140 97 188 / 0.4);
}

.border-b-purple-600\/5 {
  border-bottom-color: rgb(140 97 188 / 0.05);
}

.border-b-purple-600\/50 {
  border-bottom-color: rgb(140 97 188 / 0.5);
}

.border-b-purple-600\/60 {
  border-bottom-color: rgb(140 97 188 / 0.6);
}

.border-b-purple-600\/70 {
  border-bottom-color: rgb(140 97 188 / 0.7);
}

.border-b-purple-600\/75 {
  border-bottom-color: rgb(140 97 188 / 0.75);
}

.border-b-purple-600\/80 {
  border-bottom-color: rgb(140 97 188 / 0.8);
}

.border-b-purple-600\/90 {
  border-bottom-color: rgb(140 97 188 / 0.9);
}

.border-b-purple-600\/95 {
  border-bottom-color: rgb(140 97 188 / 0.95);
}

.border-b-purple-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(118 77 163 / var(--tw-border-opacity));
}

.border-b-purple-700\/0 {
  border-bottom-color: rgb(118 77 163 / 0);
}

.border-b-purple-700\/10 {
  border-bottom-color: rgb(118 77 163 / 0.1);
}

.border-b-purple-700\/100 {
  border-bottom-color: rgb(118 77 163 / 1);
}

.border-b-purple-700\/20 {
  border-bottom-color: rgb(118 77 163 / 0.2);
}

.border-b-purple-700\/25 {
  border-bottom-color: rgb(118 77 163 / 0.25);
}

.border-b-purple-700\/30 {
  border-bottom-color: rgb(118 77 163 / 0.3);
}

.border-b-purple-700\/40 {
  border-bottom-color: rgb(118 77 163 / 0.4);
}

.border-b-purple-700\/5 {
  border-bottom-color: rgb(118 77 163 / 0.05);
}

.border-b-purple-700\/50 {
  border-bottom-color: rgb(118 77 163 / 0.5);
}

.border-b-purple-700\/60 {
  border-bottom-color: rgb(118 77 163 / 0.6);
}

.border-b-purple-700\/70 {
  border-bottom-color: rgb(118 77 163 / 0.7);
}

.border-b-purple-700\/75 {
  border-bottom-color: rgb(118 77 163 / 0.75);
}

.border-b-purple-700\/80 {
  border-bottom-color: rgb(118 77 163 / 0.8);
}

.border-b-purple-700\/90 {
  border-bottom-color: rgb(118 77 163 / 0.9);
}

.border-b-purple-700\/95 {
  border-bottom-color: rgb(118 77 163 / 0.95);
}

.border-b-purple-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(108 72 145 / var(--tw-border-opacity));
}

.border-b-purple-800\/0 {
  border-bottom-color: rgb(108 72 145 / 0);
}

.border-b-purple-800\/10 {
  border-bottom-color: rgb(108 72 145 / 0.1);
}

.border-b-purple-800\/100 {
  border-bottom-color: rgb(108 72 145 / 1);
}

.border-b-purple-800\/20 {
  border-bottom-color: rgb(108 72 145 / 0.2);
}

.border-b-purple-800\/25 {
  border-bottom-color: rgb(108 72 145 / 0.25);
}

.border-b-purple-800\/30 {
  border-bottom-color: rgb(108 72 145 / 0.3);
}

.border-b-purple-800\/40 {
  border-bottom-color: rgb(108 72 145 / 0.4);
}

.border-b-purple-800\/5 {
  border-bottom-color: rgb(108 72 145 / 0.05);
}

.border-b-purple-800\/50 {
  border-bottom-color: rgb(108 72 145 / 0.5);
}

.border-b-purple-800\/60 {
  border-bottom-color: rgb(108 72 145 / 0.6);
}

.border-b-purple-800\/70 {
  border-bottom-color: rgb(108 72 145 / 0.7);
}

.border-b-purple-800\/75 {
  border-bottom-color: rgb(108 72 145 / 0.75);
}

.border-b-purple-800\/80 {
  border-bottom-color: rgb(108 72 145 / 0.8);
}

.border-b-purple-800\/90 {
  border-bottom-color: rgb(108 72 145 / 0.9);
}

.border-b-purple-800\/95 {
  border-bottom-color: rgb(108 72 145 / 0.95);
}

.border-b-purple-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(82 55 108 / var(--tw-border-opacity));
}

.border-b-purple-900\/0 {
  border-bottom-color: rgb(82 55 108 / 0);
}

.border-b-purple-900\/10 {
  border-bottom-color: rgb(82 55 108 / 0.1);
}

.border-b-purple-900\/100 {
  border-bottom-color: rgb(82 55 108 / 1);
}

.border-b-purple-900\/20 {
  border-bottom-color: rgb(82 55 108 / 0.2);
}

.border-b-purple-900\/25 {
  border-bottom-color: rgb(82 55 108 / 0.25);
}

.border-b-purple-900\/30 {
  border-bottom-color: rgb(82 55 108 / 0.3);
}

.border-b-purple-900\/40 {
  border-bottom-color: rgb(82 55 108 / 0.4);
}

.border-b-purple-900\/5 {
  border-bottom-color: rgb(82 55 108 / 0.05);
}

.border-b-purple-900\/50 {
  border-bottom-color: rgb(82 55 108 / 0.5);
}

.border-b-purple-900\/60 {
  border-bottom-color: rgb(82 55 108 / 0.6);
}

.border-b-purple-900\/70 {
  border-bottom-color: rgb(82 55 108 / 0.7);
}

.border-b-purple-900\/75 {
  border-bottom-color: rgb(82 55 108 / 0.75);
}

.border-b-purple-900\/80 {
  border-bottom-color: rgb(82 55 108 / 0.8);
}

.border-b-purple-900\/90 {
  border-bottom-color: rgb(82 55 108 / 0.9);
}

.border-b-purple-900\/95 {
  border-bottom-color: rgb(82 55 108 / 0.95);
}

.border-b-purple-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(53 30 77 / var(--tw-border-opacity));
}

.border-b-purple-950\/0 {
  border-bottom-color: rgb(53 30 77 / 0);
}

.border-b-purple-950\/10 {
  border-bottom-color: rgb(53 30 77 / 0.1);
}

.border-b-purple-950\/100 {
  border-bottom-color: rgb(53 30 77 / 1);
}

.border-b-purple-950\/20 {
  border-bottom-color: rgb(53 30 77 / 0.2);
}

.border-b-purple-950\/25 {
  border-bottom-color: rgb(53 30 77 / 0.25);
}

.border-b-purple-950\/30 {
  border-bottom-color: rgb(53 30 77 / 0.3);
}

.border-b-purple-950\/40 {
  border-bottom-color: rgb(53 30 77 / 0.4);
}

.border-b-purple-950\/5 {
  border-bottom-color: rgb(53 30 77 / 0.05);
}

.border-b-purple-950\/50 {
  border-bottom-color: rgb(53 30 77 / 0.5);
}

.border-b-purple-950\/60 {
  border-bottom-color: rgb(53 30 77 / 0.6);
}

.border-b-purple-950\/70 {
  border-bottom-color: rgb(53 30 77 / 0.7);
}

.border-b-purple-950\/75 {
  border-bottom-color: rgb(53 30 77 / 0.75);
}

.border-b-purple-950\/80 {
  border-bottom-color: rgb(53 30 77 / 0.8);
}

.border-b-purple-950\/90 {
  border-bottom-color: rgb(53 30 77 / 0.9);
}

.border-b-purple-950\/95 {
  border-bottom-color: rgb(53 30 77 / 0.95);
}

.border-b-purple\/0 {
  border-bottom-color: rgb(108 72 145 / 0);
}

.border-b-purple\/10 {
  border-bottom-color: rgb(108 72 145 / 0.1);
}

.border-b-purple\/100 {
  border-bottom-color: rgb(108 72 145 / 1);
}

.border-b-purple\/20 {
  border-bottom-color: rgb(108 72 145 / 0.2);
}

.border-b-purple\/25 {
  border-bottom-color: rgb(108 72 145 / 0.25);
}

.border-b-purple\/30 {
  border-bottom-color: rgb(108 72 145 / 0.3);
}

.border-b-purple\/40 {
  border-bottom-color: rgb(108 72 145 / 0.4);
}

.border-b-purple\/5 {
  border-bottom-color: rgb(108 72 145 / 0.05);
}

.border-b-purple\/50 {
  border-bottom-color: rgb(108 72 145 / 0.5);
}

.border-b-purple\/60 {
  border-bottom-color: rgb(108 72 145 / 0.6);
}

.border-b-purple\/70 {
  border-bottom-color: rgb(108 72 145 / 0.7);
}

.border-b-purple\/75 {
  border-bottom-color: rgb(108 72 145 / 0.75);
}

.border-b-purple\/80 {
  border-bottom-color: rgb(108 72 145 / 0.8);
}

.border-b-purple\/90 {
  border-bottom-color: rgb(108 72 145 / 0.9);
}

.border-b-purple\/95 {
  border-bottom-color: rgb(108 72 145 / 0.95);
}

.border-b-red {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(225 51 22 / var(--tw-border-opacity));
}

.border-b-red-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(246 176 164 / var(--tw-border-opacity));
}

.border-b-red-100\/0 {
  border-bottom-color: rgb(246 176 164 / 0);
}

.border-b-red-100\/10 {
  border-bottom-color: rgb(246 176 164 / 0.1);
}

.border-b-red-100\/100 {
  border-bottom-color: rgb(246 176 164 / 1);
}

.border-b-red-100\/20 {
  border-bottom-color: rgb(246 176 164 / 0.2);
}

.border-b-red-100\/25 {
  border-bottom-color: rgb(246 176 164 / 0.25);
}

.border-b-red-100\/30 {
  border-bottom-color: rgb(246 176 164 / 0.3);
}

.border-b-red-100\/40 {
  border-bottom-color: rgb(246 176 164 / 0.4);
}

.border-b-red-100\/5 {
  border-bottom-color: rgb(246 176 164 / 0.05);
}

.border-b-red-100\/50 {
  border-bottom-color: rgb(246 176 164 / 0.5);
}

.border-b-red-100\/60 {
  border-bottom-color: rgb(246 176 164 / 0.6);
}

.border-b-red-100\/70 {
  border-bottom-color: rgb(246 176 164 / 0.7);
}

.border-b-red-100\/75 {
  border-bottom-color: rgb(246 176 164 / 0.75);
}

.border-b-red-100\/80 {
  border-bottom-color: rgb(246 176 164 / 0.8);
}

.border-b-red-100\/90 {
  border-bottom-color: rgb(246 176 164 / 0.9);
}

.border-b-red-100\/95 {
  border-bottom-color: rgb(246 176 164 / 0.95);
}

.border-b-red-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(242 143 127 / var(--tw-border-opacity));
}

.border-b-red-200\/0 {
  border-bottom-color: rgb(242 143 127 / 0);
}

.border-b-red-200\/10 {
  border-bottom-color: rgb(242 143 127 / 0.1);
}

.border-b-red-200\/100 {
  border-bottom-color: rgb(242 143 127 / 1);
}

.border-b-red-200\/20 {
  border-bottom-color: rgb(242 143 127 / 0.2);
}

.border-b-red-200\/25 {
  border-bottom-color: rgb(242 143 127 / 0.25);
}

.border-b-red-200\/30 {
  border-bottom-color: rgb(242 143 127 / 0.3);
}

.border-b-red-200\/40 {
  border-bottom-color: rgb(242 143 127 / 0.4);
}

.border-b-red-200\/5 {
  border-bottom-color: rgb(242 143 127 / 0.05);
}

.border-b-red-200\/50 {
  border-bottom-color: rgb(242 143 127 / 0.5);
}

.border-b-red-200\/60 {
  border-bottom-color: rgb(242 143 127 / 0.6);
}

.border-b-red-200\/70 {
  border-bottom-color: rgb(242 143 127 / 0.7);
}

.border-b-red-200\/75 {
  border-bottom-color: rgb(242 143 127 / 0.75);
}

.border-b-red-200\/80 {
  border-bottom-color: rgb(242 143 127 / 0.8);
}

.border-b-red-200\/90 {
  border-bottom-color: rgb(242 143 127 / 0.9);
}

.border-b-red-200\/95 {
  border-bottom-color: rgb(242 143 127 / 0.95);
}

.border-b-red-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 111 90 / var(--tw-border-opacity));
}

.border-b-red-300\/0 {
  border-bottom-color: rgb(239 111 90 / 0);
}

.border-b-red-300\/10 {
  border-bottom-color: rgb(239 111 90 / 0.1);
}

.border-b-red-300\/100 {
  border-bottom-color: rgb(239 111 90 / 1);
}

.border-b-red-300\/20 {
  border-bottom-color: rgb(239 111 90 / 0.2);
}

.border-b-red-300\/25 {
  border-bottom-color: rgb(239 111 90 / 0.25);
}

.border-b-red-300\/30 {
  border-bottom-color: rgb(239 111 90 / 0.3);
}

.border-b-red-300\/40 {
  border-bottom-color: rgb(239 111 90 / 0.4);
}

.border-b-red-300\/5 {
  border-bottom-color: rgb(239 111 90 / 0.05);
}

.border-b-red-300\/50 {
  border-bottom-color: rgb(239 111 90 / 0.5);
}

.border-b-red-300\/60 {
  border-bottom-color: rgb(239 111 90 / 0.6);
}

.border-b-red-300\/70 {
  border-bottom-color: rgb(239 111 90 / 0.7);
}

.border-b-red-300\/75 {
  border-bottom-color: rgb(239 111 90 / 0.75);
}

.border-b-red-300\/80 {
  border-bottom-color: rgb(239 111 90 / 0.8);
}

.border-b-red-300\/90 {
  border-bottom-color: rgb(239 111 90 / 0.9);
}

.border-b-red-300\/95 {
  border-bottom-color: rgb(239 111 90 / 0.95);
}

.border-b-red-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(235 79 53 / var(--tw-border-opacity));
}

.border-b-red-400\/0 {
  border-bottom-color: rgb(235 79 53 / 0);
}

.border-b-red-400\/10 {
  border-bottom-color: rgb(235 79 53 / 0.1);
}

.border-b-red-400\/100 {
  border-bottom-color: rgb(235 79 53 / 1);
}

.border-b-red-400\/20 {
  border-bottom-color: rgb(235 79 53 / 0.2);
}

.border-b-red-400\/25 {
  border-bottom-color: rgb(235 79 53 / 0.25);
}

.border-b-red-400\/30 {
  border-bottom-color: rgb(235 79 53 / 0.3);
}

.border-b-red-400\/40 {
  border-bottom-color: rgb(235 79 53 / 0.4);
}

.border-b-red-400\/5 {
  border-bottom-color: rgb(235 79 53 / 0.05);
}

.border-b-red-400\/50 {
  border-bottom-color: rgb(235 79 53 / 0.5);
}

.border-b-red-400\/60 {
  border-bottom-color: rgb(235 79 53 / 0.6);
}

.border-b-red-400\/70 {
  border-bottom-color: rgb(235 79 53 / 0.7);
}

.border-b-red-400\/75 {
  border-bottom-color: rgb(235 79 53 / 0.75);
}

.border-b-red-400\/80 {
  border-bottom-color: rgb(235 79 53 / 0.8);
}

.border-b-red-400\/90 {
  border-bottom-color: rgb(235 79 53 / 0.9);
}

.border-b-red-400\/95 {
  border-bottom-color: rgb(235 79 53 / 0.95);
}

.border-b-red-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(248 192 183 / var(--tw-border-opacity));
}

.border-b-red-50\/0 {
  border-bottom-color: rgb(248 192 183 / 0);
}

.border-b-red-50\/10 {
  border-bottom-color: rgb(248 192 183 / 0.1);
}

.border-b-red-50\/100 {
  border-bottom-color: rgb(248 192 183 / 1);
}

.border-b-red-50\/20 {
  border-bottom-color: rgb(248 192 183 / 0.2);
}

.border-b-red-50\/25 {
  border-bottom-color: rgb(248 192 183 / 0.25);
}

.border-b-red-50\/30 {
  border-bottom-color: rgb(248 192 183 / 0.3);
}

.border-b-red-50\/40 {
  border-bottom-color: rgb(248 192 183 / 0.4);
}

.border-b-red-50\/5 {
  border-bottom-color: rgb(248 192 183 / 0.05);
}

.border-b-red-50\/50 {
  border-bottom-color: rgb(248 192 183 / 0.5);
}

.border-b-red-50\/60 {
  border-bottom-color: rgb(248 192 183 / 0.6);
}

.border-b-red-50\/70 {
  border-bottom-color: rgb(248 192 183 / 0.7);
}

.border-b-red-50\/75 {
  border-bottom-color: rgb(248 192 183 / 0.75);
}

.border-b-red-50\/80 {
  border-bottom-color: rgb(248 192 183 / 0.8);
}

.border-b-red-50\/90 {
  border-bottom-color: rgb(248 192 183 / 0.9);
}

.border-b-red-50\/95 {
  border-bottom-color: rgb(248 192 183 / 0.95);
}

.border-b-red-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(225 51 22 / var(--tw-border-opacity));
}

.border-b-red-500\/0 {
  border-bottom-color: rgb(225 51 22 / 0);
}

.border-b-red-500\/10 {
  border-bottom-color: rgb(225 51 22 / 0.1);
}

.border-b-red-500\/100 {
  border-bottom-color: rgb(225 51 22 / 1);
}

.border-b-red-500\/20 {
  border-bottom-color: rgb(225 51 22 / 0.2);
}

.border-b-red-500\/25 {
  border-bottom-color: rgb(225 51 22 / 0.25);
}

.border-b-red-500\/30 {
  border-bottom-color: rgb(225 51 22 / 0.3);
}

.border-b-red-500\/40 {
  border-bottom-color: rgb(225 51 22 / 0.4);
}

.border-b-red-500\/5 {
  border-bottom-color: rgb(225 51 22 / 0.05);
}

.border-b-red-500\/50 {
  border-bottom-color: rgb(225 51 22 / 0.5);
}

.border-b-red-500\/60 {
  border-bottom-color: rgb(225 51 22 / 0.6);
}

.border-b-red-500\/70 {
  border-bottom-color: rgb(225 51 22 / 0.7);
}

.border-b-red-500\/75 {
  border-bottom-color: rgb(225 51 22 / 0.75);
}

.border-b-red-500\/80 {
  border-bottom-color: rgb(225 51 22 / 0.8);
}

.border-b-red-500\/90 {
  border-bottom-color: rgb(225 51 22 / 0.9);
}

.border-b-red-500\/95 {
  border-bottom-color: rgb(225 51 22 / 0.95);
}

.border-b-red-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(174 39 17 / var(--tw-border-opacity));
}

.border-b-red-600\/0 {
  border-bottom-color: rgb(174 39 17 / 0);
}

.border-b-red-600\/10 {
  border-bottom-color: rgb(174 39 17 / 0.1);
}

.border-b-red-600\/100 {
  border-bottom-color: rgb(174 39 17 / 1);
}

.border-b-red-600\/20 {
  border-bottom-color: rgb(174 39 17 / 0.2);
}

.border-b-red-600\/25 {
  border-bottom-color: rgb(174 39 17 / 0.25);
}

.border-b-red-600\/30 {
  border-bottom-color: rgb(174 39 17 / 0.3);
}

.border-b-red-600\/40 {
  border-bottom-color: rgb(174 39 17 / 0.4);
}

.border-b-red-600\/5 {
  border-bottom-color: rgb(174 39 17 / 0.05);
}

.border-b-red-600\/50 {
  border-bottom-color: rgb(174 39 17 / 0.5);
}

.border-b-red-600\/60 {
  border-bottom-color: rgb(174 39 17 / 0.6);
}

.border-b-red-600\/70 {
  border-bottom-color: rgb(174 39 17 / 0.7);
}

.border-b-red-600\/75 {
  border-bottom-color: rgb(174 39 17 / 0.75);
}

.border-b-red-600\/80 {
  border-bottom-color: rgb(174 39 17 / 0.8);
}

.border-b-red-600\/90 {
  border-bottom-color: rgb(174 39 17 / 0.9);
}

.border-b-red-600\/95 {
  border-bottom-color: rgb(174 39 17 / 0.95);
}

.border-b-red-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(123 28 12 / var(--tw-border-opacity));
}

.border-b-red-700\/0 {
  border-bottom-color: rgb(123 28 12 / 0);
}

.border-b-red-700\/10 {
  border-bottom-color: rgb(123 28 12 / 0.1);
}

.border-b-red-700\/100 {
  border-bottom-color: rgb(123 28 12 / 1);
}

.border-b-red-700\/20 {
  border-bottom-color: rgb(123 28 12 / 0.2);
}

.border-b-red-700\/25 {
  border-bottom-color: rgb(123 28 12 / 0.25);
}

.border-b-red-700\/30 {
  border-bottom-color: rgb(123 28 12 / 0.3);
}

.border-b-red-700\/40 {
  border-bottom-color: rgb(123 28 12 / 0.4);
}

.border-b-red-700\/5 {
  border-bottom-color: rgb(123 28 12 / 0.05);
}

.border-b-red-700\/50 {
  border-bottom-color: rgb(123 28 12 / 0.5);
}

.border-b-red-700\/60 {
  border-bottom-color: rgb(123 28 12 / 0.6);
}

.border-b-red-700\/70 {
  border-bottom-color: rgb(123 28 12 / 0.7);
}

.border-b-red-700\/75 {
  border-bottom-color: rgb(123 28 12 / 0.75);
}

.border-b-red-700\/80 {
  border-bottom-color: rgb(123 28 12 / 0.8);
}

.border-b-red-700\/90 {
  border-bottom-color: rgb(123 28 12 / 0.9);
}

.border-b-red-700\/95 {
  border-bottom-color: rgb(123 28 12 / 0.95);
}

.border-b-red-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(72 16 7 / var(--tw-border-opacity));
}

.border-b-red-800\/0 {
  border-bottom-color: rgb(72 16 7 / 0);
}

.border-b-red-800\/10 {
  border-bottom-color: rgb(72 16 7 / 0.1);
}

.border-b-red-800\/100 {
  border-bottom-color: rgb(72 16 7 / 1);
}

.border-b-red-800\/20 {
  border-bottom-color: rgb(72 16 7 / 0.2);
}

.border-b-red-800\/25 {
  border-bottom-color: rgb(72 16 7 / 0.25);
}

.border-b-red-800\/30 {
  border-bottom-color: rgb(72 16 7 / 0.3);
}

.border-b-red-800\/40 {
  border-bottom-color: rgb(72 16 7 / 0.4);
}

.border-b-red-800\/5 {
  border-bottom-color: rgb(72 16 7 / 0.05);
}

.border-b-red-800\/50 {
  border-bottom-color: rgb(72 16 7 / 0.5);
}

.border-b-red-800\/60 {
  border-bottom-color: rgb(72 16 7 / 0.6);
}

.border-b-red-800\/70 {
  border-bottom-color: rgb(72 16 7 / 0.7);
}

.border-b-red-800\/75 {
  border-bottom-color: rgb(72 16 7 / 0.75);
}

.border-b-red-800\/80 {
  border-bottom-color: rgb(72 16 7 / 0.8);
}

.border-b-red-800\/90 {
  border-bottom-color: rgb(72 16 7 / 0.9);
}

.border-b-red-800\/95 {
  border-bottom-color: rgb(72 16 7 / 0.95);
}

.border-b-red-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(21 5 2 / var(--tw-border-opacity));
}

.border-b-red-900\/0 {
  border-bottom-color: rgb(21 5 2 / 0);
}

.border-b-red-900\/10 {
  border-bottom-color: rgb(21 5 2 / 0.1);
}

.border-b-red-900\/100 {
  border-bottom-color: rgb(21 5 2 / 1);
}

.border-b-red-900\/20 {
  border-bottom-color: rgb(21 5 2 / 0.2);
}

.border-b-red-900\/25 {
  border-bottom-color: rgb(21 5 2 / 0.25);
}

.border-b-red-900\/30 {
  border-bottom-color: rgb(21 5 2 / 0.3);
}

.border-b-red-900\/40 {
  border-bottom-color: rgb(21 5 2 / 0.4);
}

.border-b-red-900\/5 {
  border-bottom-color: rgb(21 5 2 / 0.05);
}

.border-b-red-900\/50 {
  border-bottom-color: rgb(21 5 2 / 0.5);
}

.border-b-red-900\/60 {
  border-bottom-color: rgb(21 5 2 / 0.6);
}

.border-b-red-900\/70 {
  border-bottom-color: rgb(21 5 2 / 0.7);
}

.border-b-red-900\/75 {
  border-bottom-color: rgb(21 5 2 / 0.75);
}

.border-b-red-900\/80 {
  border-bottom-color: rgb(21 5 2 / 0.8);
}

.border-b-red-900\/90 {
  border-bottom-color: rgb(21 5 2 / 0.9);
}

.border-b-red-900\/95 {
  border-bottom-color: rgb(21 5 2 / 0.95);
}

.border-b-red\/0 {
  border-bottom-color: rgb(225 51 22 / 0);
}

.border-b-red\/10 {
  border-bottom-color: rgb(225 51 22 / 0.1);
}

.border-b-red\/100 {
  border-bottom-color: rgb(225 51 22 / 1);
}

.border-b-red\/20 {
  border-bottom-color: rgb(225 51 22 / 0.2);
}

.border-b-red\/25 {
  border-bottom-color: rgb(225 51 22 / 0.25);
}

.border-b-red\/30 {
  border-bottom-color: rgb(225 51 22 / 0.3);
}

.border-b-red\/40 {
  border-bottom-color: rgb(225 51 22 / 0.4);
}

.border-b-red\/5 {
  border-bottom-color: rgb(225 51 22 / 0.05);
}

.border-b-red\/50 {
  border-bottom-color: rgb(225 51 22 / 0.5);
}

.border-b-red\/60 {
  border-bottom-color: rgb(225 51 22 / 0.6);
}

.border-b-red\/70 {
  border-bottom-color: rgb(225 51 22 / 0.7);
}

.border-b-red\/75 {
  border-bottom-color: rgb(225 51 22 / 0.75);
}

.border-b-red\/80 {
  border-bottom-color: rgb(225 51 22 / 0.8);
}

.border-b-red\/90 {
  border-bottom-color: rgb(225 51 22 / 0.9);
}

.border-b-red\/95 {
  border-bottom-color: rgb(225 51 22 / 0.95);
}

.border-b-teal {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(129 195 175 / var(--tw-border-opacity));
}

.border-b-teal-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 248 245 / var(--tw-border-opacity));
}

.border-b-teal-100\/0 {
  border-bottom-color: rgb(240 248 245 / 0);
}

.border-b-teal-100\/10 {
  border-bottom-color: rgb(240 248 245 / 0.1);
}

.border-b-teal-100\/100 {
  border-bottom-color: rgb(240 248 245 / 1);
}

.border-b-teal-100\/20 {
  border-bottom-color: rgb(240 248 245 / 0.2);
}

.border-b-teal-100\/25 {
  border-bottom-color: rgb(240 248 245 / 0.25);
}

.border-b-teal-100\/30 {
  border-bottom-color: rgb(240 248 245 / 0.3);
}

.border-b-teal-100\/40 {
  border-bottom-color: rgb(240 248 245 / 0.4);
}

.border-b-teal-100\/5 {
  border-bottom-color: rgb(240 248 245 / 0.05);
}

.border-b-teal-100\/50 {
  border-bottom-color: rgb(240 248 245 / 0.5);
}

.border-b-teal-100\/60 {
  border-bottom-color: rgb(240 248 245 / 0.6);
}

.border-b-teal-100\/70 {
  border-bottom-color: rgb(240 248 245 / 0.7);
}

.border-b-teal-100\/75 {
  border-bottom-color: rgb(240 248 245 / 0.75);
}

.border-b-teal-100\/80 {
  border-bottom-color: rgb(240 248 245 / 0.8);
}

.border-b-teal-100\/90 {
  border-bottom-color: rgb(240 248 245 / 0.9);
}

.border-b-teal-100\/95 {
  border-bottom-color: rgb(240 248 245 / 0.95);
}

.border-b-teal-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(212 234 228 / var(--tw-border-opacity));
}

.border-b-teal-200\/0 {
  border-bottom-color: rgb(212 234 228 / 0);
}

.border-b-teal-200\/10 {
  border-bottom-color: rgb(212 234 228 / 0.1);
}

.border-b-teal-200\/100 {
  border-bottom-color: rgb(212 234 228 / 1);
}

.border-b-teal-200\/20 {
  border-bottom-color: rgb(212 234 228 / 0.2);
}

.border-b-teal-200\/25 {
  border-bottom-color: rgb(212 234 228 / 0.25);
}

.border-b-teal-200\/30 {
  border-bottom-color: rgb(212 234 228 / 0.3);
}

.border-b-teal-200\/40 {
  border-bottom-color: rgb(212 234 228 / 0.4);
}

.border-b-teal-200\/5 {
  border-bottom-color: rgb(212 234 228 / 0.05);
}

.border-b-teal-200\/50 {
  border-bottom-color: rgb(212 234 228 / 0.5);
}

.border-b-teal-200\/60 {
  border-bottom-color: rgb(212 234 228 / 0.6);
}

.border-b-teal-200\/70 {
  border-bottom-color: rgb(212 234 228 / 0.7);
}

.border-b-teal-200\/75 {
  border-bottom-color: rgb(212 234 228 / 0.75);
}

.border-b-teal-200\/80 {
  border-bottom-color: rgb(212 234 228 / 0.8);
}

.border-b-teal-200\/90 {
  border-bottom-color: rgb(212 234 228 / 0.9);
}

.border-b-teal-200\/95 {
  border-bottom-color: rgb(212 234 228 / 0.95);
}

.border-b-teal-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(184 221 210 / var(--tw-border-opacity));
}

.border-b-teal-300\/0 {
  border-bottom-color: rgb(184 221 210 / 0);
}

.border-b-teal-300\/10 {
  border-bottom-color: rgb(184 221 210 / 0.1);
}

.border-b-teal-300\/100 {
  border-bottom-color: rgb(184 221 210 / 1);
}

.border-b-teal-300\/20 {
  border-bottom-color: rgb(184 221 210 / 0.2);
}

.border-b-teal-300\/25 {
  border-bottom-color: rgb(184 221 210 / 0.25);
}

.border-b-teal-300\/30 {
  border-bottom-color: rgb(184 221 210 / 0.3);
}

.border-b-teal-300\/40 {
  border-bottom-color: rgb(184 221 210 / 0.4);
}

.border-b-teal-300\/5 {
  border-bottom-color: rgb(184 221 210 / 0.05);
}

.border-b-teal-300\/50 {
  border-bottom-color: rgb(184 221 210 / 0.5);
}

.border-b-teal-300\/60 {
  border-bottom-color: rgb(184 221 210 / 0.6);
}

.border-b-teal-300\/70 {
  border-bottom-color: rgb(184 221 210 / 0.7);
}

.border-b-teal-300\/75 {
  border-bottom-color: rgb(184 221 210 / 0.75);
}

.border-b-teal-300\/80 {
  border-bottom-color: rgb(184 221 210 / 0.8);
}

.border-b-teal-300\/90 {
  border-bottom-color: rgb(184 221 210 / 0.9);
}

.border-b-teal-300\/95 {
  border-bottom-color: rgb(184 221 210 / 0.95);
}

.border-b-teal-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(157 208 193 / var(--tw-border-opacity));
}

.border-b-teal-400\/0 {
  border-bottom-color: rgb(157 208 193 / 0);
}

.border-b-teal-400\/10 {
  border-bottom-color: rgb(157 208 193 / 0.1);
}

.border-b-teal-400\/100 {
  border-bottom-color: rgb(157 208 193 / 1);
}

.border-b-teal-400\/20 {
  border-bottom-color: rgb(157 208 193 / 0.2);
}

.border-b-teal-400\/25 {
  border-bottom-color: rgb(157 208 193 / 0.25);
}

.border-b-teal-400\/30 {
  border-bottom-color: rgb(157 208 193 / 0.3);
}

.border-b-teal-400\/40 {
  border-bottom-color: rgb(157 208 193 / 0.4);
}

.border-b-teal-400\/5 {
  border-bottom-color: rgb(157 208 193 / 0.05);
}

.border-b-teal-400\/50 {
  border-bottom-color: rgb(157 208 193 / 0.5);
}

.border-b-teal-400\/60 {
  border-bottom-color: rgb(157 208 193 / 0.6);
}

.border-b-teal-400\/70 {
  border-bottom-color: rgb(157 208 193 / 0.7);
}

.border-b-teal-400\/75 {
  border-bottom-color: rgb(157 208 193 / 0.75);
}

.border-b-teal-400\/80 {
  border-bottom-color: rgb(157 208 193 / 0.8);
}

.border-b-teal-400\/90 {
  border-bottom-color: rgb(157 208 193 / 0.9);
}

.border-b-teal-400\/95 {
  border-bottom-color: rgb(157 208 193 / 0.95);
}

.border-b-teal-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 254 254 / var(--tw-border-opacity));
}

.border-b-teal-50\/0 {
  border-bottom-color: rgb(253 254 254 / 0);
}

.border-b-teal-50\/10 {
  border-bottom-color: rgb(253 254 254 / 0.1);
}

.border-b-teal-50\/100 {
  border-bottom-color: rgb(253 254 254 / 1);
}

.border-b-teal-50\/20 {
  border-bottom-color: rgb(253 254 254 / 0.2);
}

.border-b-teal-50\/25 {
  border-bottom-color: rgb(253 254 254 / 0.25);
}

.border-b-teal-50\/30 {
  border-bottom-color: rgb(253 254 254 / 0.3);
}

.border-b-teal-50\/40 {
  border-bottom-color: rgb(253 254 254 / 0.4);
}

.border-b-teal-50\/5 {
  border-bottom-color: rgb(253 254 254 / 0.05);
}

.border-b-teal-50\/50 {
  border-bottom-color: rgb(253 254 254 / 0.5);
}

.border-b-teal-50\/60 {
  border-bottom-color: rgb(253 254 254 / 0.6);
}

.border-b-teal-50\/70 {
  border-bottom-color: rgb(253 254 254 / 0.7);
}

.border-b-teal-50\/75 {
  border-bottom-color: rgb(253 254 254 / 0.75);
}

.border-b-teal-50\/80 {
  border-bottom-color: rgb(253 254 254 / 0.8);
}

.border-b-teal-50\/90 {
  border-bottom-color: rgb(253 254 254 / 0.9);
}

.border-b-teal-50\/95 {
  border-bottom-color: rgb(253 254 254 / 0.95);
}

.border-b-teal-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(129 195 175 / var(--tw-border-opacity));
}

.border-b-teal-500\/0 {
  border-bottom-color: rgb(129 195 175 / 0);
}

.border-b-teal-500\/10 {
  border-bottom-color: rgb(129 195 175 / 0.1);
}

.border-b-teal-500\/100 {
  border-bottom-color: rgb(129 195 175 / 1);
}

.border-b-teal-500\/20 {
  border-bottom-color: rgb(129 195 175 / 0.2);
}

.border-b-teal-500\/25 {
  border-bottom-color: rgb(129 195 175 / 0.25);
}

.border-b-teal-500\/30 {
  border-bottom-color: rgb(129 195 175 / 0.3);
}

.border-b-teal-500\/40 {
  border-bottom-color: rgb(129 195 175 / 0.4);
}

.border-b-teal-500\/5 {
  border-bottom-color: rgb(129 195 175 / 0.05);
}

.border-b-teal-500\/50 {
  border-bottom-color: rgb(129 195 175 / 0.5);
}

.border-b-teal-500\/60 {
  border-bottom-color: rgb(129 195 175 / 0.6);
}

.border-b-teal-500\/70 {
  border-bottom-color: rgb(129 195 175 / 0.7);
}

.border-b-teal-500\/75 {
  border-bottom-color: rgb(129 195 175 / 0.75);
}

.border-b-teal-500\/80 {
  border-bottom-color: rgb(129 195 175 / 0.8);
}

.border-b-teal-500\/90 {
  border-bottom-color: rgb(129 195 175 / 0.9);
}

.border-b-teal-500\/95 {
  border-bottom-color: rgb(129 195 175 / 0.95);
}

.border-b-teal-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(91 177 151 / var(--tw-border-opacity));
}

.border-b-teal-600\/0 {
  border-bottom-color: rgb(91 177 151 / 0);
}

.border-b-teal-600\/10 {
  border-bottom-color: rgb(91 177 151 / 0.1);
}

.border-b-teal-600\/100 {
  border-bottom-color: rgb(91 177 151 / 1);
}

.border-b-teal-600\/20 {
  border-bottom-color: rgb(91 177 151 / 0.2);
}

.border-b-teal-600\/25 {
  border-bottom-color: rgb(91 177 151 / 0.25);
}

.border-b-teal-600\/30 {
  border-bottom-color: rgb(91 177 151 / 0.3);
}

.border-b-teal-600\/40 {
  border-bottom-color: rgb(91 177 151 / 0.4);
}

.border-b-teal-600\/5 {
  border-bottom-color: rgb(91 177 151 / 0.05);
}

.border-b-teal-600\/50 {
  border-bottom-color: rgb(91 177 151 / 0.5);
}

.border-b-teal-600\/60 {
  border-bottom-color: rgb(91 177 151 / 0.6);
}

.border-b-teal-600\/70 {
  border-bottom-color: rgb(91 177 151 / 0.7);
}

.border-b-teal-600\/75 {
  border-bottom-color: rgb(91 177 151 / 0.75);
}

.border-b-teal-600\/80 {
  border-bottom-color: rgb(91 177 151 / 0.8);
}

.border-b-teal-600\/90 {
  border-bottom-color: rgb(91 177 151 / 0.9);
}

.border-b-teal-600\/95 {
  border-bottom-color: rgb(91 177 151 / 0.95);
}

.border-b-teal-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(68 143 121 / var(--tw-border-opacity));
}

.border-b-teal-700\/0 {
  border-bottom-color: rgb(68 143 121 / 0);
}

.border-b-teal-700\/10 {
  border-bottom-color: rgb(68 143 121 / 0.1);
}

.border-b-teal-700\/100 {
  border-bottom-color: rgb(68 143 121 / 1);
}

.border-b-teal-700\/20 {
  border-bottom-color: rgb(68 143 121 / 0.2);
}

.border-b-teal-700\/25 {
  border-bottom-color: rgb(68 143 121 / 0.25);
}

.border-b-teal-700\/30 {
  border-bottom-color: rgb(68 143 121 / 0.3);
}

.border-b-teal-700\/40 {
  border-bottom-color: rgb(68 143 121 / 0.4);
}

.border-b-teal-700\/5 {
  border-bottom-color: rgb(68 143 121 / 0.05);
}

.border-b-teal-700\/50 {
  border-bottom-color: rgb(68 143 121 / 0.5);
}

.border-b-teal-700\/60 {
  border-bottom-color: rgb(68 143 121 / 0.6);
}

.border-b-teal-700\/70 {
  border-bottom-color: rgb(68 143 121 / 0.7);
}

.border-b-teal-700\/75 {
  border-bottom-color: rgb(68 143 121 / 0.75);
}

.border-b-teal-700\/80 {
  border-bottom-color: rgb(68 143 121 / 0.8);
}

.border-b-teal-700\/90 {
  border-bottom-color: rgb(68 143 121 / 0.9);
}

.border-b-teal-700\/95 {
  border-bottom-color: rgb(68 143 121 / 0.95);
}

.border-b-teal-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(50 105 89 / var(--tw-border-opacity));
}

.border-b-teal-800\/0 {
  border-bottom-color: rgb(50 105 89 / 0);
}

.border-b-teal-800\/10 {
  border-bottom-color: rgb(50 105 89 / 0.1);
}

.border-b-teal-800\/100 {
  border-bottom-color: rgb(50 105 89 / 1);
}

.border-b-teal-800\/20 {
  border-bottom-color: rgb(50 105 89 / 0.2);
}

.border-b-teal-800\/25 {
  border-bottom-color: rgb(50 105 89 / 0.25);
}

.border-b-teal-800\/30 {
  border-bottom-color: rgb(50 105 89 / 0.3);
}

.border-b-teal-800\/40 {
  border-bottom-color: rgb(50 105 89 / 0.4);
}

.border-b-teal-800\/5 {
  border-bottom-color: rgb(50 105 89 / 0.05);
}

.border-b-teal-800\/50 {
  border-bottom-color: rgb(50 105 89 / 0.5);
}

.border-b-teal-800\/60 {
  border-bottom-color: rgb(50 105 89 / 0.6);
}

.border-b-teal-800\/70 {
  border-bottom-color: rgb(50 105 89 / 0.7);
}

.border-b-teal-800\/75 {
  border-bottom-color: rgb(50 105 89 / 0.75);
}

.border-b-teal-800\/80 {
  border-bottom-color: rgb(50 105 89 / 0.8);
}

.border-b-teal-800\/90 {
  border-bottom-color: rgb(50 105 89 / 0.9);
}

.border-b-teal-800\/95 {
  border-bottom-color: rgb(50 105 89 / 0.95);
}

.border-b-teal-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(32 67 57 / var(--tw-border-opacity));
}

.border-b-teal-900\/0 {
  border-bottom-color: rgb(32 67 57 / 0);
}

.border-b-teal-900\/10 {
  border-bottom-color: rgb(32 67 57 / 0.1);
}

.border-b-teal-900\/100 {
  border-bottom-color: rgb(32 67 57 / 1);
}

.border-b-teal-900\/20 {
  border-bottom-color: rgb(32 67 57 / 0.2);
}

.border-b-teal-900\/25 {
  border-bottom-color: rgb(32 67 57 / 0.25);
}

.border-b-teal-900\/30 {
  border-bottom-color: rgb(32 67 57 / 0.3);
}

.border-b-teal-900\/40 {
  border-bottom-color: rgb(32 67 57 / 0.4);
}

.border-b-teal-900\/5 {
  border-bottom-color: rgb(32 67 57 / 0.05);
}

.border-b-teal-900\/50 {
  border-bottom-color: rgb(32 67 57 / 0.5);
}

.border-b-teal-900\/60 {
  border-bottom-color: rgb(32 67 57 / 0.6);
}

.border-b-teal-900\/70 {
  border-bottom-color: rgb(32 67 57 / 0.7);
}

.border-b-teal-900\/75 {
  border-bottom-color: rgb(32 67 57 / 0.75);
}

.border-b-teal-900\/80 {
  border-bottom-color: rgb(32 67 57 / 0.8);
}

.border-b-teal-900\/90 {
  border-bottom-color: rgb(32 67 57 / 0.9);
}

.border-b-teal-900\/95 {
  border-bottom-color: rgb(32 67 57 / 0.95);
}

.border-b-teal\/0 {
  border-bottom-color: rgb(129 195 175 / 0);
}

.border-b-teal\/10 {
  border-bottom-color: rgb(129 195 175 / 0.1);
}

.border-b-teal\/100 {
  border-bottom-color: rgb(129 195 175 / 1);
}

.border-b-teal\/20 {
  border-bottom-color: rgb(129 195 175 / 0.2);
}

.border-b-teal\/25 {
  border-bottom-color: rgb(129 195 175 / 0.25);
}

.border-b-teal\/30 {
  border-bottom-color: rgb(129 195 175 / 0.3);
}

.border-b-teal\/40 {
  border-bottom-color: rgb(129 195 175 / 0.4);
}

.border-b-teal\/5 {
  border-bottom-color: rgb(129 195 175 / 0.05);
}

.border-b-teal\/50 {
  border-bottom-color: rgb(129 195 175 / 0.5);
}

.border-b-teal\/60 {
  border-bottom-color: rgb(129 195 175 / 0.6);
}

.border-b-teal\/70 {
  border-bottom-color: rgb(129 195 175 / 0.7);
}

.border-b-teal\/75 {
  border-bottom-color: rgb(129 195 175 / 0.75);
}

.border-b-teal\/80 {
  border-bottom-color: rgb(129 195 175 / 0.8);
}

.border-b-teal\/90 {
  border-bottom-color: rgb(129 195 175 / 0.9);
}

.border-b-teal\/95 {
  border-bottom-color: rgb(129 195 175 / 0.95);
}

.border-b-transparent {
  border-bottom-color: transparent;
}

.border-b-transparent\/0 {
  border-bottom-color: rgb(0 0 0 / 0);
}

.border-b-transparent\/10 {
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.border-b-transparent\/100 {
  border-bottom-color: rgb(0 0 0 / 1);
}

.border-b-transparent\/20 {
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.border-b-transparent\/25 {
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.border-b-transparent\/30 {
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.border-b-transparent\/40 {
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.border-b-transparent\/5 {
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.border-b-transparent\/50 {
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.border-b-transparent\/60 {
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.border-b-transparent\/70 {
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.border-b-transparent\/75 {
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.border-b-transparent\/80 {
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.border-b-transparent\/90 {
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.border-b-transparent\/95 {
  border-bottom-color: rgb(0 0 0 / 0.95);
}

.border-b-white {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-b-white\/0 {
  border-bottom-color: rgb(255 255 255 / 0);
}

.border-b-white\/10 {
  border-bottom-color: rgb(255 255 255 / 0.1);
}

.border-b-white\/100 {
  border-bottom-color: rgb(255 255 255 / 1);
}

.border-b-white\/20 {
  border-bottom-color: rgb(255 255 255 / 0.2);
}

.border-b-white\/25 {
  border-bottom-color: rgb(255 255 255 / 0.25);
}

.border-b-white\/30 {
  border-bottom-color: rgb(255 255 255 / 0.3);
}

.border-b-white\/40 {
  border-bottom-color: rgb(255 255 255 / 0.4);
}

.border-b-white\/5 {
  border-bottom-color: rgb(255 255 255 / 0.05);
}

.border-b-white\/50 {
  border-bottom-color: rgb(255 255 255 / 0.5);
}

.border-b-white\/60 {
  border-bottom-color: rgb(255 255 255 / 0.6);
}

.border-b-white\/70 {
  border-bottom-color: rgb(255 255 255 / 0.7);
}

.border-b-white\/75 {
  border-bottom-color: rgb(255 255 255 / 0.75);
}

.border-b-white\/80 {
  border-bottom-color: rgb(255 255 255 / 0.8);
}

.border-b-white\/90 {
  border-bottom-color: rgb(255 255 255 / 0.9);
}

.border-b-white\/95 {
  border-bottom-color: rgb(255 255 255 / 0.95);
}

.border-b-yellow {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(247 191 31 / var(--tw-border-opacity));
}

.border-b-yellow-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 243 200 / var(--tw-border-opacity));
}

.border-b-yellow-100\/0 {
  border-bottom-color: rgb(253 243 200 / 0);
}

.border-b-yellow-100\/10 {
  border-bottom-color: rgb(253 243 200 / 0.1);
}

.border-b-yellow-100\/100 {
  border-bottom-color: rgb(253 243 200 / 1);
}

.border-b-yellow-100\/20 {
  border-bottom-color: rgb(253 243 200 / 0.2);
}

.border-b-yellow-100\/25 {
  border-bottom-color: rgb(253 243 200 / 0.25);
}

.border-b-yellow-100\/30 {
  border-bottom-color: rgb(253 243 200 / 0.3);
}

.border-b-yellow-100\/40 {
  border-bottom-color: rgb(253 243 200 / 0.4);
}

.border-b-yellow-100\/5 {
  border-bottom-color: rgb(253 243 200 / 0.05);
}

.border-b-yellow-100\/50 {
  border-bottom-color: rgb(253 243 200 / 0.5);
}

.border-b-yellow-100\/60 {
  border-bottom-color: rgb(253 243 200 / 0.6);
}

.border-b-yellow-100\/70 {
  border-bottom-color: rgb(253 243 200 / 0.7);
}

.border-b-yellow-100\/75 {
  border-bottom-color: rgb(253 243 200 / 0.75);
}

.border-b-yellow-100\/80 {
  border-bottom-color: rgb(253 243 200 / 0.8);
}

.border-b-yellow-100\/90 {
  border-bottom-color: rgb(253 243 200 / 0.9);
}

.border-b-yellow-100\/95 {
  border-bottom-color: rgb(253 243 200 / 0.95);
}

.border-b-yellow-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(251 231 140 / var(--tw-border-opacity));
}

.border-b-yellow-200\/0 {
  border-bottom-color: rgb(251 231 140 / 0);
}

.border-b-yellow-200\/10 {
  border-bottom-color: rgb(251 231 140 / 0.1);
}

.border-b-yellow-200\/100 {
  border-bottom-color: rgb(251 231 140 / 1);
}

.border-b-yellow-200\/20 {
  border-bottom-color: rgb(251 231 140 / 0.2);
}

.border-b-yellow-200\/25 {
  border-bottom-color: rgb(251 231 140 / 0.25);
}

.border-b-yellow-200\/30 {
  border-bottom-color: rgb(251 231 140 / 0.3);
}

.border-b-yellow-200\/40 {
  border-bottom-color: rgb(251 231 140 / 0.4);
}

.border-b-yellow-200\/5 {
  border-bottom-color: rgb(251 231 140 / 0.05);
}

.border-b-yellow-200\/50 {
  border-bottom-color: rgb(251 231 140 / 0.5);
}

.border-b-yellow-200\/60 {
  border-bottom-color: rgb(251 231 140 / 0.6);
}

.border-b-yellow-200\/70 {
  border-bottom-color: rgb(251 231 140 / 0.7);
}

.border-b-yellow-200\/75 {
  border-bottom-color: rgb(251 231 140 / 0.75);
}

.border-b-yellow-200\/80 {
  border-bottom-color: rgb(251 231 140 / 0.8);
}

.border-b-yellow-200\/90 {
  border-bottom-color: rgb(251 231 140 / 0.9);
}

.border-b-yellow-200\/95 {
  border-bottom-color: rgb(251 231 140 / 0.95);
}

.border-b-yellow-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 212 80 / var(--tw-border-opacity));
}

.border-b-yellow-300\/0 {
  border-bottom-color: rgb(249 212 80 / 0);
}

.border-b-yellow-300\/10 {
  border-bottom-color: rgb(249 212 80 / 0.1);
}

.border-b-yellow-300\/100 {
  border-bottom-color: rgb(249 212 80 / 1);
}

.border-b-yellow-300\/20 {
  border-bottom-color: rgb(249 212 80 / 0.2);
}

.border-b-yellow-300\/25 {
  border-bottom-color: rgb(249 212 80 / 0.25);
}

.border-b-yellow-300\/30 {
  border-bottom-color: rgb(249 212 80 / 0.3);
}

.border-b-yellow-300\/40 {
  border-bottom-color: rgb(249 212 80 / 0.4);
}

.border-b-yellow-300\/5 {
  border-bottom-color: rgb(249 212 80 / 0.05);
}

.border-b-yellow-300\/50 {
  border-bottom-color: rgb(249 212 80 / 0.5);
}

.border-b-yellow-300\/60 {
  border-bottom-color: rgb(249 212 80 / 0.6);
}

.border-b-yellow-300\/70 {
  border-bottom-color: rgb(249 212 80 / 0.7);
}

.border-b-yellow-300\/75 {
  border-bottom-color: rgb(249 212 80 / 0.75);
}

.border-b-yellow-300\/80 {
  border-bottom-color: rgb(249 212 80 / 0.8);
}

.border-b-yellow-300\/90 {
  border-bottom-color: rgb(249 212 80 / 0.9);
}

.border-b-yellow-300\/95 {
  border-bottom-color: rgb(249 212 80 / 0.95);
}

.border-b-yellow-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(247 191 31 / var(--tw-border-opacity));
}

.border-b-yellow-400\/0 {
  border-bottom-color: rgb(247 191 31 / 0);
}

.border-b-yellow-400\/10 {
  border-bottom-color: rgb(247 191 31 / 0.1);
}

.border-b-yellow-400\/100 {
  border-bottom-color: rgb(247 191 31 / 1);
}

.border-b-yellow-400\/20 {
  border-bottom-color: rgb(247 191 31 / 0.2);
}

.border-b-yellow-400\/25 {
  border-bottom-color: rgb(247 191 31 / 0.25);
}

.border-b-yellow-400\/30 {
  border-bottom-color: rgb(247 191 31 / 0.3);
}

.border-b-yellow-400\/40 {
  border-bottom-color: rgb(247 191 31 / 0.4);
}

.border-b-yellow-400\/5 {
  border-bottom-color: rgb(247 191 31 / 0.05);
}

.border-b-yellow-400\/50 {
  border-bottom-color: rgb(247 191 31 / 0.5);
}

.border-b-yellow-400\/60 {
  border-bottom-color: rgb(247 191 31 / 0.6);
}

.border-b-yellow-400\/70 {
  border-bottom-color: rgb(247 191 31 / 0.7);
}

.border-b-yellow-400\/75 {
  border-bottom-color: rgb(247 191 31 / 0.75);
}

.border-b-yellow-400\/80 {
  border-bottom-color: rgb(247 191 31 / 0.8);
}

.border-b-yellow-400\/90 {
  border-bottom-color: rgb(247 191 31 / 0.9);
}

.border-b-yellow-400\/95 {
  border-bottom-color: rgb(247 191 31 / 0.95);
}

.border-b-yellow-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.border-b-yellow-50\/0 {
  border-bottom-color: rgb(255 251 235 / 0);
}

.border-b-yellow-50\/10 {
  border-bottom-color: rgb(255 251 235 / 0.1);
}

.border-b-yellow-50\/100 {
  border-bottom-color: rgb(255 251 235 / 1);
}

.border-b-yellow-50\/20 {
  border-bottom-color: rgb(255 251 235 / 0.2);
}

.border-b-yellow-50\/25 {
  border-bottom-color: rgb(255 251 235 / 0.25);
}

.border-b-yellow-50\/30 {
  border-bottom-color: rgb(255 251 235 / 0.3);
}

.border-b-yellow-50\/40 {
  border-bottom-color: rgb(255 251 235 / 0.4);
}

.border-b-yellow-50\/5 {
  border-bottom-color: rgb(255 251 235 / 0.05);
}

.border-b-yellow-50\/50 {
  border-bottom-color: rgb(255 251 235 / 0.5);
}

.border-b-yellow-50\/60 {
  border-bottom-color: rgb(255 251 235 / 0.6);
}

.border-b-yellow-50\/70 {
  border-bottom-color: rgb(255 251 235 / 0.7);
}

.border-b-yellow-50\/75 {
  border-bottom-color: rgb(255 251 235 / 0.75);
}

.border-b-yellow-50\/80 {
  border-bottom-color: rgb(255 251 235 / 0.8);
}

.border-b-yellow-50\/90 {
  border-bottom-color: rgb(255 251 235 / 0.9);
}

.border-b-yellow-50\/95 {
  border-bottom-color: rgb(255 251 235 / 0.95);
}

.border-b-yellow-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(241 161 15 / var(--tw-border-opacity));
}

.border-b-yellow-500\/0 {
  border-bottom-color: rgb(241 161 15 / 0);
}

.border-b-yellow-500\/10 {
  border-bottom-color: rgb(241 161 15 / 0.1);
}

.border-b-yellow-500\/100 {
  border-bottom-color: rgb(241 161 15 / 1);
}

.border-b-yellow-500\/20 {
  border-bottom-color: rgb(241 161 15 / 0.2);
}

.border-b-yellow-500\/25 {
  border-bottom-color: rgb(241 161 15 / 0.25);
}

.border-b-yellow-500\/30 {
  border-bottom-color: rgb(241 161 15 / 0.3);
}

.border-b-yellow-500\/40 {
  border-bottom-color: rgb(241 161 15 / 0.4);
}

.border-b-yellow-500\/5 {
  border-bottom-color: rgb(241 161 15 / 0.05);
}

.border-b-yellow-500\/50 {
  border-bottom-color: rgb(241 161 15 / 0.5);
}

.border-b-yellow-500\/60 {
  border-bottom-color: rgb(241 161 15 / 0.6);
}

.border-b-yellow-500\/70 {
  border-bottom-color: rgb(241 161 15 / 0.7);
}

.border-b-yellow-500\/75 {
  border-bottom-color: rgb(241 161 15 / 0.75);
}

.border-b-yellow-500\/80 {
  border-bottom-color: rgb(241 161 15 / 0.8);
}

.border-b-yellow-500\/90 {
  border-bottom-color: rgb(241 161 15 / 0.9);
}

.border-b-yellow-500\/95 {
  border-bottom-color: rgb(241 161 15 / 0.95);
}

.border-b-yellow-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(213 123 10 / var(--tw-border-opacity));
}

.border-b-yellow-600\/0 {
  border-bottom-color: rgb(213 123 10 / 0);
}

.border-b-yellow-600\/10 {
  border-bottom-color: rgb(213 123 10 / 0.1);
}

.border-b-yellow-600\/100 {
  border-bottom-color: rgb(213 123 10 / 1);
}

.border-b-yellow-600\/20 {
  border-bottom-color: rgb(213 123 10 / 0.2);
}

.border-b-yellow-600\/25 {
  border-bottom-color: rgb(213 123 10 / 0.25);
}

.border-b-yellow-600\/30 {
  border-bottom-color: rgb(213 123 10 / 0.3);
}

.border-b-yellow-600\/40 {
  border-bottom-color: rgb(213 123 10 / 0.4);
}

.border-b-yellow-600\/5 {
  border-bottom-color: rgb(213 123 10 / 0.05);
}

.border-b-yellow-600\/50 {
  border-bottom-color: rgb(213 123 10 / 0.5);
}

.border-b-yellow-600\/60 {
  border-bottom-color: rgb(213 123 10 / 0.6);
}

.border-b-yellow-600\/70 {
  border-bottom-color: rgb(213 123 10 / 0.7);
}

.border-b-yellow-600\/75 {
  border-bottom-color: rgb(213 123 10 / 0.75);
}

.border-b-yellow-600\/80 {
  border-bottom-color: rgb(213 123 10 / 0.8);
}

.border-b-yellow-600\/90 {
  border-bottom-color: rgb(213 123 10 / 0.9);
}

.border-b-yellow-600\/95 {
  border-bottom-color: rgb(213 123 10 / 0.95);
}

.border-b-yellow-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(177 86 12 / var(--tw-border-opacity));
}

.border-b-yellow-700\/0 {
  border-bottom-color: rgb(177 86 12 / 0);
}

.border-b-yellow-700\/10 {
  border-bottom-color: rgb(177 86 12 / 0.1);
}

.border-b-yellow-700\/100 {
  border-bottom-color: rgb(177 86 12 / 1);
}

.border-b-yellow-700\/20 {
  border-bottom-color: rgb(177 86 12 / 0.2);
}

.border-b-yellow-700\/25 {
  border-bottom-color: rgb(177 86 12 / 0.25);
}

.border-b-yellow-700\/30 {
  border-bottom-color: rgb(177 86 12 / 0.3);
}

.border-b-yellow-700\/40 {
  border-bottom-color: rgb(177 86 12 / 0.4);
}

.border-b-yellow-700\/5 {
  border-bottom-color: rgb(177 86 12 / 0.05);
}

.border-b-yellow-700\/50 {
  border-bottom-color: rgb(177 86 12 / 0.5);
}

.border-b-yellow-700\/60 {
  border-bottom-color: rgb(177 86 12 / 0.6);
}

.border-b-yellow-700\/70 {
  border-bottom-color: rgb(177 86 12 / 0.7);
}

.border-b-yellow-700\/75 {
  border-bottom-color: rgb(177 86 12 / 0.75);
}

.border-b-yellow-700\/80 {
  border-bottom-color: rgb(177 86 12 / 0.8);
}

.border-b-yellow-700\/90 {
  border-bottom-color: rgb(177 86 12 / 0.9);
}

.border-b-yellow-700\/95 {
  border-bottom-color: rgb(177 86 12 / 0.95);
}

.border-b-yellow-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(144 68 16 / var(--tw-border-opacity));
}

.border-b-yellow-800\/0 {
  border-bottom-color: rgb(144 68 16 / 0);
}

.border-b-yellow-800\/10 {
  border-bottom-color: rgb(144 68 16 / 0.1);
}

.border-b-yellow-800\/100 {
  border-bottom-color: rgb(144 68 16 / 1);
}

.border-b-yellow-800\/20 {
  border-bottom-color: rgb(144 68 16 / 0.2);
}

.border-b-yellow-800\/25 {
  border-bottom-color: rgb(144 68 16 / 0.25);
}

.border-b-yellow-800\/30 {
  border-bottom-color: rgb(144 68 16 / 0.3);
}

.border-b-yellow-800\/40 {
  border-bottom-color: rgb(144 68 16 / 0.4);
}

.border-b-yellow-800\/5 {
  border-bottom-color: rgb(144 68 16 / 0.05);
}

.border-b-yellow-800\/50 {
  border-bottom-color: rgb(144 68 16 / 0.5);
}

.border-b-yellow-800\/60 {
  border-bottom-color: rgb(144 68 16 / 0.6);
}

.border-b-yellow-800\/70 {
  border-bottom-color: rgb(144 68 16 / 0.7);
}

.border-b-yellow-800\/75 {
  border-bottom-color: rgb(144 68 16 / 0.75);
}

.border-b-yellow-800\/80 {
  border-bottom-color: rgb(144 68 16 / 0.8);
}

.border-b-yellow-800\/90 {
  border-bottom-color: rgb(144 68 16 / 0.9);
}

.border-b-yellow-800\/95 {
  border-bottom-color: rgb(144 68 16 / 0.95);
}

.border-b-yellow-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(118 55 17 / var(--tw-border-opacity));
}

.border-b-yellow-900\/0 {
  border-bottom-color: rgb(118 55 17 / 0);
}

.border-b-yellow-900\/10 {
  border-bottom-color: rgb(118 55 17 / 0.1);
}

.border-b-yellow-900\/100 {
  border-bottom-color: rgb(118 55 17 / 1);
}

.border-b-yellow-900\/20 {
  border-bottom-color: rgb(118 55 17 / 0.2);
}

.border-b-yellow-900\/25 {
  border-bottom-color: rgb(118 55 17 / 0.25);
}

.border-b-yellow-900\/30 {
  border-bottom-color: rgb(118 55 17 / 0.3);
}

.border-b-yellow-900\/40 {
  border-bottom-color: rgb(118 55 17 / 0.4);
}

.border-b-yellow-900\/5 {
  border-bottom-color: rgb(118 55 17 / 0.05);
}

.border-b-yellow-900\/50 {
  border-bottom-color: rgb(118 55 17 / 0.5);
}

.border-b-yellow-900\/60 {
  border-bottom-color: rgb(118 55 17 / 0.6);
}

.border-b-yellow-900\/70 {
  border-bottom-color: rgb(118 55 17 / 0.7);
}

.border-b-yellow-900\/75 {
  border-bottom-color: rgb(118 55 17 / 0.75);
}

.border-b-yellow-900\/80 {
  border-bottom-color: rgb(118 55 17 / 0.8);
}

.border-b-yellow-900\/90 {
  border-bottom-color: rgb(118 55 17 / 0.9);
}

.border-b-yellow-900\/95 {
  border-bottom-color: rgb(118 55 17 / 0.95);
}

.border-b-yellow-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(68 27 4 / var(--tw-border-opacity));
}

.border-b-yellow-950\/0 {
  border-bottom-color: rgb(68 27 4 / 0);
}

.border-b-yellow-950\/10 {
  border-bottom-color: rgb(68 27 4 / 0.1);
}

.border-b-yellow-950\/100 {
  border-bottom-color: rgb(68 27 4 / 1);
}

.border-b-yellow-950\/20 {
  border-bottom-color: rgb(68 27 4 / 0.2);
}

.border-b-yellow-950\/25 {
  border-bottom-color: rgb(68 27 4 / 0.25);
}

.border-b-yellow-950\/30 {
  border-bottom-color: rgb(68 27 4 / 0.3);
}

.border-b-yellow-950\/40 {
  border-bottom-color: rgb(68 27 4 / 0.4);
}

.border-b-yellow-950\/5 {
  border-bottom-color: rgb(68 27 4 / 0.05);
}

.border-b-yellow-950\/50 {
  border-bottom-color: rgb(68 27 4 / 0.5);
}

.border-b-yellow-950\/60 {
  border-bottom-color: rgb(68 27 4 / 0.6);
}

.border-b-yellow-950\/70 {
  border-bottom-color: rgb(68 27 4 / 0.7);
}

.border-b-yellow-950\/75 {
  border-bottom-color: rgb(68 27 4 / 0.75);
}

.border-b-yellow-950\/80 {
  border-bottom-color: rgb(68 27 4 / 0.8);
}

.border-b-yellow-950\/90 {
  border-bottom-color: rgb(68 27 4 / 0.9);
}

.border-b-yellow-950\/95 {
  border-bottom-color: rgb(68 27 4 / 0.95);
}

.border-b-yellow\/0 {
  border-bottom-color: rgb(247 191 31 / 0);
}

.border-b-yellow\/10 {
  border-bottom-color: rgb(247 191 31 / 0.1);
}

.border-b-yellow\/100 {
  border-bottom-color: rgb(247 191 31 / 1);
}

.border-b-yellow\/20 {
  border-bottom-color: rgb(247 191 31 / 0.2);
}

.border-b-yellow\/25 {
  border-bottom-color: rgb(247 191 31 / 0.25);
}

.border-b-yellow\/30 {
  border-bottom-color: rgb(247 191 31 / 0.3);
}

.border-b-yellow\/40 {
  border-bottom-color: rgb(247 191 31 / 0.4);
}

.border-b-yellow\/5 {
  border-bottom-color: rgb(247 191 31 / 0.05);
}

.border-b-yellow\/50 {
  border-bottom-color: rgb(247 191 31 / 0.5);
}

.border-b-yellow\/60 {
  border-bottom-color: rgb(247 191 31 / 0.6);
}

.border-b-yellow\/70 {
  border-bottom-color: rgb(247 191 31 / 0.7);
}

.border-b-yellow\/75 {
  border-bottom-color: rgb(247 191 31 / 0.75);
}

.border-b-yellow\/80 {
  border-bottom-color: rgb(247 191 31 / 0.8);
}

.border-b-yellow\/90 {
  border-bottom-color: rgb(247 191 31 / 0.9);
}

.border-b-yellow\/95 {
  border-bottom-color: rgb(247 191 31 / 0.95);
}

.border-e-aqua {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(129 195 175 / var(--tw-border-opacity));
}

.border-e-aqua-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(240 248 245 / var(--tw-border-opacity));
}

.border-e-aqua-100\/0 {
  border-inline-end-color: rgb(240 248 245 / 0);
}

.border-e-aqua-100\/10 {
  border-inline-end-color: rgb(240 248 245 / 0.1);
}

.border-e-aqua-100\/100 {
  border-inline-end-color: rgb(240 248 245 / 1);
}

.border-e-aqua-100\/20 {
  border-inline-end-color: rgb(240 248 245 / 0.2);
}

.border-e-aqua-100\/25 {
  border-inline-end-color: rgb(240 248 245 / 0.25);
}

.border-e-aqua-100\/30 {
  border-inline-end-color: rgb(240 248 245 / 0.3);
}

.border-e-aqua-100\/40 {
  border-inline-end-color: rgb(240 248 245 / 0.4);
}

.border-e-aqua-100\/5 {
  border-inline-end-color: rgb(240 248 245 / 0.05);
}

.border-e-aqua-100\/50 {
  border-inline-end-color: rgb(240 248 245 / 0.5);
}

.border-e-aqua-100\/60 {
  border-inline-end-color: rgb(240 248 245 / 0.6);
}

.border-e-aqua-100\/70 {
  border-inline-end-color: rgb(240 248 245 / 0.7);
}

.border-e-aqua-100\/75 {
  border-inline-end-color: rgb(240 248 245 / 0.75);
}

.border-e-aqua-100\/80 {
  border-inline-end-color: rgb(240 248 245 / 0.8);
}

.border-e-aqua-100\/90 {
  border-inline-end-color: rgb(240 248 245 / 0.9);
}

.border-e-aqua-100\/95 {
  border-inline-end-color: rgb(240 248 245 / 0.95);
}

.border-e-aqua-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(212 234 228 / var(--tw-border-opacity));
}

.border-e-aqua-200\/0 {
  border-inline-end-color: rgb(212 234 228 / 0);
}

.border-e-aqua-200\/10 {
  border-inline-end-color: rgb(212 234 228 / 0.1);
}

.border-e-aqua-200\/100 {
  border-inline-end-color: rgb(212 234 228 / 1);
}

.border-e-aqua-200\/20 {
  border-inline-end-color: rgb(212 234 228 / 0.2);
}

.border-e-aqua-200\/25 {
  border-inline-end-color: rgb(212 234 228 / 0.25);
}

.border-e-aqua-200\/30 {
  border-inline-end-color: rgb(212 234 228 / 0.3);
}

.border-e-aqua-200\/40 {
  border-inline-end-color: rgb(212 234 228 / 0.4);
}

.border-e-aqua-200\/5 {
  border-inline-end-color: rgb(212 234 228 / 0.05);
}

.border-e-aqua-200\/50 {
  border-inline-end-color: rgb(212 234 228 / 0.5);
}

.border-e-aqua-200\/60 {
  border-inline-end-color: rgb(212 234 228 / 0.6);
}

.border-e-aqua-200\/70 {
  border-inline-end-color: rgb(212 234 228 / 0.7);
}

.border-e-aqua-200\/75 {
  border-inline-end-color: rgb(212 234 228 / 0.75);
}

.border-e-aqua-200\/80 {
  border-inline-end-color: rgb(212 234 228 / 0.8);
}

.border-e-aqua-200\/90 {
  border-inline-end-color: rgb(212 234 228 / 0.9);
}

.border-e-aqua-200\/95 {
  border-inline-end-color: rgb(212 234 228 / 0.95);
}

.border-e-aqua-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(184 221 210 / var(--tw-border-opacity));
}

.border-e-aqua-300\/0 {
  border-inline-end-color: rgb(184 221 210 / 0);
}

.border-e-aqua-300\/10 {
  border-inline-end-color: rgb(184 221 210 / 0.1);
}

.border-e-aqua-300\/100 {
  border-inline-end-color: rgb(184 221 210 / 1);
}

.border-e-aqua-300\/20 {
  border-inline-end-color: rgb(184 221 210 / 0.2);
}

.border-e-aqua-300\/25 {
  border-inline-end-color: rgb(184 221 210 / 0.25);
}

.border-e-aqua-300\/30 {
  border-inline-end-color: rgb(184 221 210 / 0.3);
}

.border-e-aqua-300\/40 {
  border-inline-end-color: rgb(184 221 210 / 0.4);
}

.border-e-aqua-300\/5 {
  border-inline-end-color: rgb(184 221 210 / 0.05);
}

.border-e-aqua-300\/50 {
  border-inline-end-color: rgb(184 221 210 / 0.5);
}

.border-e-aqua-300\/60 {
  border-inline-end-color: rgb(184 221 210 / 0.6);
}

.border-e-aqua-300\/70 {
  border-inline-end-color: rgb(184 221 210 / 0.7);
}

.border-e-aqua-300\/75 {
  border-inline-end-color: rgb(184 221 210 / 0.75);
}

.border-e-aqua-300\/80 {
  border-inline-end-color: rgb(184 221 210 / 0.8);
}

.border-e-aqua-300\/90 {
  border-inline-end-color: rgb(184 221 210 / 0.9);
}

.border-e-aqua-300\/95 {
  border-inline-end-color: rgb(184 221 210 / 0.95);
}

.border-e-aqua-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(157 208 193 / var(--tw-border-opacity));
}

.border-e-aqua-400\/0 {
  border-inline-end-color: rgb(157 208 193 / 0);
}

.border-e-aqua-400\/10 {
  border-inline-end-color: rgb(157 208 193 / 0.1);
}

.border-e-aqua-400\/100 {
  border-inline-end-color: rgb(157 208 193 / 1);
}

.border-e-aqua-400\/20 {
  border-inline-end-color: rgb(157 208 193 / 0.2);
}

.border-e-aqua-400\/25 {
  border-inline-end-color: rgb(157 208 193 / 0.25);
}

.border-e-aqua-400\/30 {
  border-inline-end-color: rgb(157 208 193 / 0.3);
}

.border-e-aqua-400\/40 {
  border-inline-end-color: rgb(157 208 193 / 0.4);
}

.border-e-aqua-400\/5 {
  border-inline-end-color: rgb(157 208 193 / 0.05);
}

.border-e-aqua-400\/50 {
  border-inline-end-color: rgb(157 208 193 / 0.5);
}

.border-e-aqua-400\/60 {
  border-inline-end-color: rgb(157 208 193 / 0.6);
}

.border-e-aqua-400\/70 {
  border-inline-end-color: rgb(157 208 193 / 0.7);
}

.border-e-aqua-400\/75 {
  border-inline-end-color: rgb(157 208 193 / 0.75);
}

.border-e-aqua-400\/80 {
  border-inline-end-color: rgb(157 208 193 / 0.8);
}

.border-e-aqua-400\/90 {
  border-inline-end-color: rgb(157 208 193 / 0.9);
}

.border-e-aqua-400\/95 {
  border-inline-end-color: rgb(157 208 193 / 0.95);
}

.border-e-aqua-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 254 254 / var(--tw-border-opacity));
}

.border-e-aqua-50\/0 {
  border-inline-end-color: rgb(253 254 254 / 0);
}

.border-e-aqua-50\/10 {
  border-inline-end-color: rgb(253 254 254 / 0.1);
}

.border-e-aqua-50\/100 {
  border-inline-end-color: rgb(253 254 254 / 1);
}

.border-e-aqua-50\/20 {
  border-inline-end-color: rgb(253 254 254 / 0.2);
}

.border-e-aqua-50\/25 {
  border-inline-end-color: rgb(253 254 254 / 0.25);
}

.border-e-aqua-50\/30 {
  border-inline-end-color: rgb(253 254 254 / 0.3);
}

.border-e-aqua-50\/40 {
  border-inline-end-color: rgb(253 254 254 / 0.4);
}

.border-e-aqua-50\/5 {
  border-inline-end-color: rgb(253 254 254 / 0.05);
}

.border-e-aqua-50\/50 {
  border-inline-end-color: rgb(253 254 254 / 0.5);
}

.border-e-aqua-50\/60 {
  border-inline-end-color: rgb(253 254 254 / 0.6);
}

.border-e-aqua-50\/70 {
  border-inline-end-color: rgb(253 254 254 / 0.7);
}

.border-e-aqua-50\/75 {
  border-inline-end-color: rgb(253 254 254 / 0.75);
}

.border-e-aqua-50\/80 {
  border-inline-end-color: rgb(253 254 254 / 0.8);
}

.border-e-aqua-50\/90 {
  border-inline-end-color: rgb(253 254 254 / 0.9);
}

.border-e-aqua-50\/95 {
  border-inline-end-color: rgb(253 254 254 / 0.95);
}

.border-e-aqua-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(129 195 175 / var(--tw-border-opacity));
}

.border-e-aqua-500\/0 {
  border-inline-end-color: rgb(129 195 175 / 0);
}

.border-e-aqua-500\/10 {
  border-inline-end-color: rgb(129 195 175 / 0.1);
}

.border-e-aqua-500\/100 {
  border-inline-end-color: rgb(129 195 175 / 1);
}

.border-e-aqua-500\/20 {
  border-inline-end-color: rgb(129 195 175 / 0.2);
}

.border-e-aqua-500\/25 {
  border-inline-end-color: rgb(129 195 175 / 0.25);
}

.border-e-aqua-500\/30 {
  border-inline-end-color: rgb(129 195 175 / 0.3);
}

.border-e-aqua-500\/40 {
  border-inline-end-color: rgb(129 195 175 / 0.4);
}

.border-e-aqua-500\/5 {
  border-inline-end-color: rgb(129 195 175 / 0.05);
}

.border-e-aqua-500\/50 {
  border-inline-end-color: rgb(129 195 175 / 0.5);
}

.border-e-aqua-500\/60 {
  border-inline-end-color: rgb(129 195 175 / 0.6);
}

.border-e-aqua-500\/70 {
  border-inline-end-color: rgb(129 195 175 / 0.7);
}

.border-e-aqua-500\/75 {
  border-inline-end-color: rgb(129 195 175 / 0.75);
}

.border-e-aqua-500\/80 {
  border-inline-end-color: rgb(129 195 175 / 0.8);
}

.border-e-aqua-500\/90 {
  border-inline-end-color: rgb(129 195 175 / 0.9);
}

.border-e-aqua-500\/95 {
  border-inline-end-color: rgb(129 195 175 / 0.95);
}

.border-e-aqua-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(91 177 151 / var(--tw-border-opacity));
}

.border-e-aqua-600\/0 {
  border-inline-end-color: rgb(91 177 151 / 0);
}

.border-e-aqua-600\/10 {
  border-inline-end-color: rgb(91 177 151 / 0.1);
}

.border-e-aqua-600\/100 {
  border-inline-end-color: rgb(91 177 151 / 1);
}

.border-e-aqua-600\/20 {
  border-inline-end-color: rgb(91 177 151 / 0.2);
}

.border-e-aqua-600\/25 {
  border-inline-end-color: rgb(91 177 151 / 0.25);
}

.border-e-aqua-600\/30 {
  border-inline-end-color: rgb(91 177 151 / 0.3);
}

.border-e-aqua-600\/40 {
  border-inline-end-color: rgb(91 177 151 / 0.4);
}

.border-e-aqua-600\/5 {
  border-inline-end-color: rgb(91 177 151 / 0.05);
}

.border-e-aqua-600\/50 {
  border-inline-end-color: rgb(91 177 151 / 0.5);
}

.border-e-aqua-600\/60 {
  border-inline-end-color: rgb(91 177 151 / 0.6);
}

.border-e-aqua-600\/70 {
  border-inline-end-color: rgb(91 177 151 / 0.7);
}

.border-e-aqua-600\/75 {
  border-inline-end-color: rgb(91 177 151 / 0.75);
}

.border-e-aqua-600\/80 {
  border-inline-end-color: rgb(91 177 151 / 0.8);
}

.border-e-aqua-600\/90 {
  border-inline-end-color: rgb(91 177 151 / 0.9);
}

.border-e-aqua-600\/95 {
  border-inline-end-color: rgb(91 177 151 / 0.95);
}

.border-e-aqua-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(68 143 121 / var(--tw-border-opacity));
}

.border-e-aqua-700\/0 {
  border-inline-end-color: rgb(68 143 121 / 0);
}

.border-e-aqua-700\/10 {
  border-inline-end-color: rgb(68 143 121 / 0.1);
}

.border-e-aqua-700\/100 {
  border-inline-end-color: rgb(68 143 121 / 1);
}

.border-e-aqua-700\/20 {
  border-inline-end-color: rgb(68 143 121 / 0.2);
}

.border-e-aqua-700\/25 {
  border-inline-end-color: rgb(68 143 121 / 0.25);
}

.border-e-aqua-700\/30 {
  border-inline-end-color: rgb(68 143 121 / 0.3);
}

.border-e-aqua-700\/40 {
  border-inline-end-color: rgb(68 143 121 / 0.4);
}

.border-e-aqua-700\/5 {
  border-inline-end-color: rgb(68 143 121 / 0.05);
}

.border-e-aqua-700\/50 {
  border-inline-end-color: rgb(68 143 121 / 0.5);
}

.border-e-aqua-700\/60 {
  border-inline-end-color: rgb(68 143 121 / 0.6);
}

.border-e-aqua-700\/70 {
  border-inline-end-color: rgb(68 143 121 / 0.7);
}

.border-e-aqua-700\/75 {
  border-inline-end-color: rgb(68 143 121 / 0.75);
}

.border-e-aqua-700\/80 {
  border-inline-end-color: rgb(68 143 121 / 0.8);
}

.border-e-aqua-700\/90 {
  border-inline-end-color: rgb(68 143 121 / 0.9);
}

.border-e-aqua-700\/95 {
  border-inline-end-color: rgb(68 143 121 / 0.95);
}

.border-e-aqua-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(50 105 89 / var(--tw-border-opacity));
}

.border-e-aqua-800\/0 {
  border-inline-end-color: rgb(50 105 89 / 0);
}

.border-e-aqua-800\/10 {
  border-inline-end-color: rgb(50 105 89 / 0.1);
}

.border-e-aqua-800\/100 {
  border-inline-end-color: rgb(50 105 89 / 1);
}

.border-e-aqua-800\/20 {
  border-inline-end-color: rgb(50 105 89 / 0.2);
}

.border-e-aqua-800\/25 {
  border-inline-end-color: rgb(50 105 89 / 0.25);
}

.border-e-aqua-800\/30 {
  border-inline-end-color: rgb(50 105 89 / 0.3);
}

.border-e-aqua-800\/40 {
  border-inline-end-color: rgb(50 105 89 / 0.4);
}

.border-e-aqua-800\/5 {
  border-inline-end-color: rgb(50 105 89 / 0.05);
}

.border-e-aqua-800\/50 {
  border-inline-end-color: rgb(50 105 89 / 0.5);
}

.border-e-aqua-800\/60 {
  border-inline-end-color: rgb(50 105 89 / 0.6);
}

.border-e-aqua-800\/70 {
  border-inline-end-color: rgb(50 105 89 / 0.7);
}

.border-e-aqua-800\/75 {
  border-inline-end-color: rgb(50 105 89 / 0.75);
}

.border-e-aqua-800\/80 {
  border-inline-end-color: rgb(50 105 89 / 0.8);
}

.border-e-aqua-800\/90 {
  border-inline-end-color: rgb(50 105 89 / 0.9);
}

.border-e-aqua-800\/95 {
  border-inline-end-color: rgb(50 105 89 / 0.95);
}

.border-e-aqua-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(32 67 57 / var(--tw-border-opacity));
}

.border-e-aqua-900\/0 {
  border-inline-end-color: rgb(32 67 57 / 0);
}

.border-e-aqua-900\/10 {
  border-inline-end-color: rgb(32 67 57 / 0.1);
}

.border-e-aqua-900\/100 {
  border-inline-end-color: rgb(32 67 57 / 1);
}

.border-e-aqua-900\/20 {
  border-inline-end-color: rgb(32 67 57 / 0.2);
}

.border-e-aqua-900\/25 {
  border-inline-end-color: rgb(32 67 57 / 0.25);
}

.border-e-aqua-900\/30 {
  border-inline-end-color: rgb(32 67 57 / 0.3);
}

.border-e-aqua-900\/40 {
  border-inline-end-color: rgb(32 67 57 / 0.4);
}

.border-e-aqua-900\/5 {
  border-inline-end-color: rgb(32 67 57 / 0.05);
}

.border-e-aqua-900\/50 {
  border-inline-end-color: rgb(32 67 57 / 0.5);
}

.border-e-aqua-900\/60 {
  border-inline-end-color: rgb(32 67 57 / 0.6);
}

.border-e-aqua-900\/70 {
  border-inline-end-color: rgb(32 67 57 / 0.7);
}

.border-e-aqua-900\/75 {
  border-inline-end-color: rgb(32 67 57 / 0.75);
}

.border-e-aqua-900\/80 {
  border-inline-end-color: rgb(32 67 57 / 0.8);
}

.border-e-aqua-900\/90 {
  border-inline-end-color: rgb(32 67 57 / 0.9);
}

.border-e-aqua-900\/95 {
  border-inline-end-color: rgb(32 67 57 / 0.95);
}

.border-e-aqua\/0 {
  border-inline-end-color: rgb(129 195 175 / 0);
}

.border-e-aqua\/10 {
  border-inline-end-color: rgb(129 195 175 / 0.1);
}

.border-e-aqua\/100 {
  border-inline-end-color: rgb(129 195 175 / 1);
}

.border-e-aqua\/20 {
  border-inline-end-color: rgb(129 195 175 / 0.2);
}

.border-e-aqua\/25 {
  border-inline-end-color: rgb(129 195 175 / 0.25);
}

.border-e-aqua\/30 {
  border-inline-end-color: rgb(129 195 175 / 0.3);
}

.border-e-aqua\/40 {
  border-inline-end-color: rgb(129 195 175 / 0.4);
}

.border-e-aqua\/5 {
  border-inline-end-color: rgb(129 195 175 / 0.05);
}

.border-e-aqua\/50 {
  border-inline-end-color: rgb(129 195 175 / 0.5);
}

.border-e-aqua\/60 {
  border-inline-end-color: rgb(129 195 175 / 0.6);
}

.border-e-aqua\/70 {
  border-inline-end-color: rgb(129 195 175 / 0.7);
}

.border-e-aqua\/75 {
  border-inline-end-color: rgb(129 195 175 / 0.75);
}

.border-e-aqua\/80 {
  border-inline-end-color: rgb(129 195 175 / 0.8);
}

.border-e-aqua\/90 {
  border-inline-end-color: rgb(129 195 175 / 0.9);
}

.border-e-aqua\/95 {
  border-inline-end-color: rgb(129 195 175 / 0.95);
}

.border-e-black {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-e-black\/0 {
  border-inline-end-color: rgb(0 0 0 / 0);
}

.border-e-black\/10 {
  border-inline-end-color: rgb(0 0 0 / 0.1);
}

.border-e-black\/100 {
  border-inline-end-color: rgb(0 0 0 / 1);
}

.border-e-black\/20 {
  border-inline-end-color: rgb(0 0 0 / 0.2);
}

.border-e-black\/25 {
  border-inline-end-color: rgb(0 0 0 / 0.25);
}

.border-e-black\/30 {
  border-inline-end-color: rgb(0 0 0 / 0.3);
}

.border-e-black\/40 {
  border-inline-end-color: rgb(0 0 0 / 0.4);
}

.border-e-black\/5 {
  border-inline-end-color: rgb(0 0 0 / 0.05);
}

.border-e-black\/50 {
  border-inline-end-color: rgb(0 0 0 / 0.5);
}

.border-e-black\/60 {
  border-inline-end-color: rgb(0 0 0 / 0.6);
}

.border-e-black\/70 {
  border-inline-end-color: rgb(0 0 0 / 0.7);
}

.border-e-black\/75 {
  border-inline-end-color: rgb(0 0 0 / 0.75);
}

.border-e-black\/80 {
  border-inline-end-color: rgb(0 0 0 / 0.8);
}

.border-e-black\/90 {
  border-inline-end-color: rgb(0 0 0 / 0.9);
}

.border-e-black\/95 {
  border-inline-end-color: rgb(0 0 0 / 0.95);
}

.border-e-blue {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(155 211 242 / var(--tw-border-opacity));
}

.border-e-blue-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(227 240 251 / var(--tw-border-opacity));
}

.border-e-blue-100\/0 {
  border-inline-end-color: rgb(227 240 251 / 0);
}

.border-e-blue-100\/10 {
  border-inline-end-color: rgb(227 240 251 / 0.1);
}

.border-e-blue-100\/100 {
  border-inline-end-color: rgb(227 240 251 / 1);
}

.border-e-blue-100\/20 {
  border-inline-end-color: rgb(227 240 251 / 0.2);
}

.border-e-blue-100\/25 {
  border-inline-end-color: rgb(227 240 251 / 0.25);
}

.border-e-blue-100\/30 {
  border-inline-end-color: rgb(227 240 251 / 0.3);
}

.border-e-blue-100\/40 {
  border-inline-end-color: rgb(227 240 251 / 0.4);
}

.border-e-blue-100\/5 {
  border-inline-end-color: rgb(227 240 251 / 0.05);
}

.border-e-blue-100\/50 {
  border-inline-end-color: rgb(227 240 251 / 0.5);
}

.border-e-blue-100\/60 {
  border-inline-end-color: rgb(227 240 251 / 0.6);
}

.border-e-blue-100\/70 {
  border-inline-end-color: rgb(227 240 251 / 0.7);
}

.border-e-blue-100\/75 {
  border-inline-end-color: rgb(227 240 251 / 0.75);
}

.border-e-blue-100\/80 {
  border-inline-end-color: rgb(227 240 251 / 0.8);
}

.border-e-blue-100\/90 {
  border-inline-end-color: rgb(227 240 251 / 0.9);
}

.border-e-blue-100\/95 {
  border-inline-end-color: rgb(227 240 251 / 0.95);
}

.border-e-blue-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(192 226 247 / var(--tw-border-opacity));
}

.border-e-blue-200\/0 {
  border-inline-end-color: rgb(192 226 247 / 0);
}

.border-e-blue-200\/10 {
  border-inline-end-color: rgb(192 226 247 / 0.1);
}

.border-e-blue-200\/100 {
  border-inline-end-color: rgb(192 226 247 / 1);
}

.border-e-blue-200\/20 {
  border-inline-end-color: rgb(192 226 247 / 0.2);
}

.border-e-blue-200\/25 {
  border-inline-end-color: rgb(192 226 247 / 0.25);
}

.border-e-blue-200\/30 {
  border-inline-end-color: rgb(192 226 247 / 0.3);
}

.border-e-blue-200\/40 {
  border-inline-end-color: rgb(192 226 247 / 0.4);
}

.border-e-blue-200\/5 {
  border-inline-end-color: rgb(192 226 247 / 0.05);
}

.border-e-blue-200\/50 {
  border-inline-end-color: rgb(192 226 247 / 0.5);
}

.border-e-blue-200\/60 {
  border-inline-end-color: rgb(192 226 247 / 0.6);
}

.border-e-blue-200\/70 {
  border-inline-end-color: rgb(192 226 247 / 0.7);
}

.border-e-blue-200\/75 {
  border-inline-end-color: rgb(192 226 247 / 0.75);
}

.border-e-blue-200\/80 {
  border-inline-end-color: rgb(192 226 247 / 0.8);
}

.border-e-blue-200\/90 {
  border-inline-end-color: rgb(192 226 247 / 0.9);
}

.border-e-blue-200\/95 {
  border-inline-end-color: rgb(192 226 247 / 0.95);
}

.border-e-blue-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(155 211 242 / var(--tw-border-opacity));
}

.border-e-blue-300\/0 {
  border-inline-end-color: rgb(155 211 242 / 0);
}

.border-e-blue-300\/10 {
  border-inline-end-color: rgb(155 211 242 / 0.1);
}

.border-e-blue-300\/100 {
  border-inline-end-color: rgb(155 211 242 / 1);
}

.border-e-blue-300\/20 {
  border-inline-end-color: rgb(155 211 242 / 0.2);
}

.border-e-blue-300\/25 {
  border-inline-end-color: rgb(155 211 242 / 0.25);
}

.border-e-blue-300\/30 {
  border-inline-end-color: rgb(155 211 242 / 0.3);
}

.border-e-blue-300\/40 {
  border-inline-end-color: rgb(155 211 242 / 0.4);
}

.border-e-blue-300\/5 {
  border-inline-end-color: rgb(155 211 242 / 0.05);
}

.border-e-blue-300\/50 {
  border-inline-end-color: rgb(155 211 242 / 0.5);
}

.border-e-blue-300\/60 {
  border-inline-end-color: rgb(155 211 242 / 0.6);
}

.border-e-blue-300\/70 {
  border-inline-end-color: rgb(155 211 242 / 0.7);
}

.border-e-blue-300\/75 {
  border-inline-end-color: rgb(155 211 242 / 0.75);
}

.border-e-blue-300\/80 {
  border-inline-end-color: rgb(155 211 242 / 0.8);
}

.border-e-blue-300\/90 {
  border-inline-end-color: rgb(155 211 242 / 0.9);
}

.border-e-blue-300\/95 {
  border-inline-end-color: rgb(155 211 242 / 0.95);
}

.border-e-blue-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(75 177 229 / var(--tw-border-opacity));
}

.border-e-blue-400\/0 {
  border-inline-end-color: rgb(75 177 229 / 0);
}

.border-e-blue-400\/10 {
  border-inline-end-color: rgb(75 177 229 / 0.1);
}

.border-e-blue-400\/100 {
  border-inline-end-color: rgb(75 177 229 / 1);
}

.border-e-blue-400\/20 {
  border-inline-end-color: rgb(75 177 229 / 0.2);
}

.border-e-blue-400\/25 {
  border-inline-end-color: rgb(75 177 229 / 0.25);
}

.border-e-blue-400\/30 {
  border-inline-end-color: rgb(75 177 229 / 0.3);
}

.border-e-blue-400\/40 {
  border-inline-end-color: rgb(75 177 229 / 0.4);
}

.border-e-blue-400\/5 {
  border-inline-end-color: rgb(75 177 229 / 0.05);
}

.border-e-blue-400\/50 {
  border-inline-end-color: rgb(75 177 229 / 0.5);
}

.border-e-blue-400\/60 {
  border-inline-end-color: rgb(75 177 229 / 0.6);
}

.border-e-blue-400\/70 {
  border-inline-end-color: rgb(75 177 229 / 0.7);
}

.border-e-blue-400\/75 {
  border-inline-end-color: rgb(75 177 229 / 0.75);
}

.border-e-blue-400\/80 {
  border-inline-end-color: rgb(75 177 229 / 0.8);
}

.border-e-blue-400\/90 {
  border-inline-end-color: rgb(75 177 229 / 0.9);
}

.border-e-blue-400\/95 {
  border-inline-end-color: rgb(75 177 229 / 0.95);
}

.border-e-blue-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(241 249 254 / var(--tw-border-opacity));
}

.border-e-blue-50\/0 {
  border-inline-end-color: rgb(241 249 254 / 0);
}

.border-e-blue-50\/10 {
  border-inline-end-color: rgb(241 249 254 / 0.1);
}

.border-e-blue-50\/100 {
  border-inline-end-color: rgb(241 249 254 / 1);
}

.border-e-blue-50\/20 {
  border-inline-end-color: rgb(241 249 254 / 0.2);
}

.border-e-blue-50\/25 {
  border-inline-end-color: rgb(241 249 254 / 0.25);
}

.border-e-blue-50\/30 {
  border-inline-end-color: rgb(241 249 254 / 0.3);
}

.border-e-blue-50\/40 {
  border-inline-end-color: rgb(241 249 254 / 0.4);
}

.border-e-blue-50\/5 {
  border-inline-end-color: rgb(241 249 254 / 0.05);
}

.border-e-blue-50\/50 {
  border-inline-end-color: rgb(241 249 254 / 0.5);
}

.border-e-blue-50\/60 {
  border-inline-end-color: rgb(241 249 254 / 0.6);
}

.border-e-blue-50\/70 {
  border-inline-end-color: rgb(241 249 254 / 0.7);
}

.border-e-blue-50\/75 {
  border-inline-end-color: rgb(241 249 254 / 0.75);
}

.border-e-blue-50\/80 {
  border-inline-end-color: rgb(241 249 254 / 0.8);
}

.border-e-blue-50\/90 {
  border-inline-end-color: rgb(241 249 254 / 0.9);
}

.border-e-blue-50\/95 {
  border-inline-end-color: rgb(241 249 254 / 0.95);
}

.border-e-blue-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(35 151 212 / var(--tw-border-opacity));
}

.border-e-blue-500\/0 {
  border-inline-end-color: rgb(35 151 212 / 0);
}

.border-e-blue-500\/10 {
  border-inline-end-color: rgb(35 151 212 / 0.1);
}

.border-e-blue-500\/100 {
  border-inline-end-color: rgb(35 151 212 / 1);
}

.border-e-blue-500\/20 {
  border-inline-end-color: rgb(35 151 212 / 0.2);
}

.border-e-blue-500\/25 {
  border-inline-end-color: rgb(35 151 212 / 0.25);
}

.border-e-blue-500\/30 {
  border-inline-end-color: rgb(35 151 212 / 0.3);
}

.border-e-blue-500\/40 {
  border-inline-end-color: rgb(35 151 212 / 0.4);
}

.border-e-blue-500\/5 {
  border-inline-end-color: rgb(35 151 212 / 0.05);
}

.border-e-blue-500\/50 {
  border-inline-end-color: rgb(35 151 212 / 0.5);
}

.border-e-blue-500\/60 {
  border-inline-end-color: rgb(35 151 212 / 0.6);
}

.border-e-blue-500\/70 {
  border-inline-end-color: rgb(35 151 212 / 0.7);
}

.border-e-blue-500\/75 {
  border-inline-end-color: rgb(35 151 212 / 0.75);
}

.border-e-blue-500\/80 {
  border-inline-end-color: rgb(35 151 212 / 0.8);
}

.border-e-blue-500\/90 {
  border-inline-end-color: rgb(35 151 212 / 0.9);
}

.border-e-blue-500\/95 {
  border-inline-end-color: rgb(35 151 212 / 0.95);
}

.border-e-blue-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(21 121 180 / var(--tw-border-opacity));
}

.border-e-blue-600\/0 {
  border-inline-end-color: rgb(21 121 180 / 0);
}

.border-e-blue-600\/10 {
  border-inline-end-color: rgb(21 121 180 / 0.1);
}

.border-e-blue-600\/100 {
  border-inline-end-color: rgb(21 121 180 / 1);
}

.border-e-blue-600\/20 {
  border-inline-end-color: rgb(21 121 180 / 0.2);
}

.border-e-blue-600\/25 {
  border-inline-end-color: rgb(21 121 180 / 0.25);
}

.border-e-blue-600\/30 {
  border-inline-end-color: rgb(21 121 180 / 0.3);
}

.border-e-blue-600\/40 {
  border-inline-end-color: rgb(21 121 180 / 0.4);
}

.border-e-blue-600\/5 {
  border-inline-end-color: rgb(21 121 180 / 0.05);
}

.border-e-blue-600\/50 {
  border-inline-end-color: rgb(21 121 180 / 0.5);
}

.border-e-blue-600\/60 {
  border-inline-end-color: rgb(21 121 180 / 0.6);
}

.border-e-blue-600\/70 {
  border-inline-end-color: rgb(21 121 180 / 0.7);
}

.border-e-blue-600\/75 {
  border-inline-end-color: rgb(21 121 180 / 0.75);
}

.border-e-blue-600\/80 {
  border-inline-end-color: rgb(21 121 180 / 0.8);
}

.border-e-blue-600\/90 {
  border-inline-end-color: rgb(21 121 180 / 0.9);
}

.border-e-blue-600\/95 {
  border-inline-end-color: rgb(21 121 180 / 0.95);
}

.border-e-blue-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(18 97 146 / var(--tw-border-opacity));
}

.border-e-blue-700\/0 {
  border-inline-end-color: rgb(18 97 146 / 0);
}

.border-e-blue-700\/10 {
  border-inline-end-color: rgb(18 97 146 / 0.1);
}

.border-e-blue-700\/100 {
  border-inline-end-color: rgb(18 97 146 / 1);
}

.border-e-blue-700\/20 {
  border-inline-end-color: rgb(18 97 146 / 0.2);
}

.border-e-blue-700\/25 {
  border-inline-end-color: rgb(18 97 146 / 0.25);
}

.border-e-blue-700\/30 {
  border-inline-end-color: rgb(18 97 146 / 0.3);
}

.border-e-blue-700\/40 {
  border-inline-end-color: rgb(18 97 146 / 0.4);
}

.border-e-blue-700\/5 {
  border-inline-end-color: rgb(18 97 146 / 0.05);
}

.border-e-blue-700\/50 {
  border-inline-end-color: rgb(18 97 146 / 0.5);
}

.border-e-blue-700\/60 {
  border-inline-end-color: rgb(18 97 146 / 0.6);
}

.border-e-blue-700\/70 {
  border-inline-end-color: rgb(18 97 146 / 0.7);
}

.border-e-blue-700\/75 {
  border-inline-end-color: rgb(18 97 146 / 0.75);
}

.border-e-blue-700\/80 {
  border-inline-end-color: rgb(18 97 146 / 0.8);
}

.border-e-blue-700\/90 {
  border-inline-end-color: rgb(18 97 146 / 0.9);
}

.border-e-blue-700\/95 {
  border-inline-end-color: rgb(18 97 146 / 0.95);
}

.border-e-blue-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(19 82 121 / var(--tw-border-opacity));
}

.border-e-blue-800\/0 {
  border-inline-end-color: rgb(19 82 121 / 0);
}

.border-e-blue-800\/10 {
  border-inline-end-color: rgb(19 82 121 / 0.1);
}

.border-e-blue-800\/100 {
  border-inline-end-color: rgb(19 82 121 / 1);
}

.border-e-blue-800\/20 {
  border-inline-end-color: rgb(19 82 121 / 0.2);
}

.border-e-blue-800\/25 {
  border-inline-end-color: rgb(19 82 121 / 0.25);
}

.border-e-blue-800\/30 {
  border-inline-end-color: rgb(19 82 121 / 0.3);
}

.border-e-blue-800\/40 {
  border-inline-end-color: rgb(19 82 121 / 0.4);
}

.border-e-blue-800\/5 {
  border-inline-end-color: rgb(19 82 121 / 0.05);
}

.border-e-blue-800\/50 {
  border-inline-end-color: rgb(19 82 121 / 0.5);
}

.border-e-blue-800\/60 {
  border-inline-end-color: rgb(19 82 121 / 0.6);
}

.border-e-blue-800\/70 {
  border-inline-end-color: rgb(19 82 121 / 0.7);
}

.border-e-blue-800\/75 {
  border-inline-end-color: rgb(19 82 121 / 0.75);
}

.border-e-blue-800\/80 {
  border-inline-end-color: rgb(19 82 121 / 0.8);
}

.border-e-blue-800\/90 {
  border-inline-end-color: rgb(19 82 121 / 0.9);
}

.border-e-blue-800\/95 {
  border-inline-end-color: rgb(19 82 121 / 0.95);
}

.border-e-blue-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(21 68 101 / var(--tw-border-opacity));
}

.border-e-blue-900\/0 {
  border-inline-end-color: rgb(21 68 101 / 0);
}

.border-e-blue-900\/10 {
  border-inline-end-color: rgb(21 68 101 / 0.1);
}

.border-e-blue-900\/100 {
  border-inline-end-color: rgb(21 68 101 / 1);
}

.border-e-blue-900\/20 {
  border-inline-end-color: rgb(21 68 101 / 0.2);
}

.border-e-blue-900\/25 {
  border-inline-end-color: rgb(21 68 101 / 0.25);
}

.border-e-blue-900\/30 {
  border-inline-end-color: rgb(21 68 101 / 0.3);
}

.border-e-blue-900\/40 {
  border-inline-end-color: rgb(21 68 101 / 0.4);
}

.border-e-blue-900\/5 {
  border-inline-end-color: rgb(21 68 101 / 0.05);
}

.border-e-blue-900\/50 {
  border-inline-end-color: rgb(21 68 101 / 0.5);
}

.border-e-blue-900\/60 {
  border-inline-end-color: rgb(21 68 101 / 0.6);
}

.border-e-blue-900\/70 {
  border-inline-end-color: rgb(21 68 101 / 0.7);
}

.border-e-blue-900\/75 {
  border-inline-end-color: rgb(21 68 101 / 0.75);
}

.border-e-blue-900\/80 {
  border-inline-end-color: rgb(21 68 101 / 0.8);
}

.border-e-blue-900\/90 {
  border-inline-end-color: rgb(21 68 101 / 0.9);
}

.border-e-blue-900\/95 {
  border-inline-end-color: rgb(21 68 101 / 0.95);
}

.border-e-blue-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(14 44 67 / var(--tw-border-opacity));
}

.border-e-blue-950\/0 {
  border-inline-end-color: rgb(14 44 67 / 0);
}

.border-e-blue-950\/10 {
  border-inline-end-color: rgb(14 44 67 / 0.1);
}

.border-e-blue-950\/100 {
  border-inline-end-color: rgb(14 44 67 / 1);
}

.border-e-blue-950\/20 {
  border-inline-end-color: rgb(14 44 67 / 0.2);
}

.border-e-blue-950\/25 {
  border-inline-end-color: rgb(14 44 67 / 0.25);
}

.border-e-blue-950\/30 {
  border-inline-end-color: rgb(14 44 67 / 0.3);
}

.border-e-blue-950\/40 {
  border-inline-end-color: rgb(14 44 67 / 0.4);
}

.border-e-blue-950\/5 {
  border-inline-end-color: rgb(14 44 67 / 0.05);
}

.border-e-blue-950\/50 {
  border-inline-end-color: rgb(14 44 67 / 0.5);
}

.border-e-blue-950\/60 {
  border-inline-end-color: rgb(14 44 67 / 0.6);
}

.border-e-blue-950\/70 {
  border-inline-end-color: rgb(14 44 67 / 0.7);
}

.border-e-blue-950\/75 {
  border-inline-end-color: rgb(14 44 67 / 0.75);
}

.border-e-blue-950\/80 {
  border-inline-end-color: rgb(14 44 67 / 0.8);
}

.border-e-blue-950\/90 {
  border-inline-end-color: rgb(14 44 67 / 0.9);
}

.border-e-blue-950\/95 {
  border-inline-end-color: rgb(14 44 67 / 0.95);
}

.border-e-blue\/0 {
  border-inline-end-color: rgb(155 211 242 / 0);
}

.border-e-blue\/10 {
  border-inline-end-color: rgb(155 211 242 / 0.1);
}

.border-e-blue\/100 {
  border-inline-end-color: rgb(155 211 242 / 1);
}

.border-e-blue\/20 {
  border-inline-end-color: rgb(155 211 242 / 0.2);
}

.border-e-blue\/25 {
  border-inline-end-color: rgb(155 211 242 / 0.25);
}

.border-e-blue\/30 {
  border-inline-end-color: rgb(155 211 242 / 0.3);
}

.border-e-blue\/40 {
  border-inline-end-color: rgb(155 211 242 / 0.4);
}

.border-e-blue\/5 {
  border-inline-end-color: rgb(155 211 242 / 0.05);
}

.border-e-blue\/50 {
  border-inline-end-color: rgb(155 211 242 / 0.5);
}

.border-e-blue\/60 {
  border-inline-end-color: rgb(155 211 242 / 0.6);
}

.border-e-blue\/70 {
  border-inline-end-color: rgb(155 211 242 / 0.7);
}

.border-e-blue\/75 {
  border-inline-end-color: rgb(155 211 242 / 0.75);
}

.border-e-blue\/80 {
  border-inline-end-color: rgb(155 211 242 / 0.8);
}

.border-e-blue\/90 {
  border-inline-end-color: rgb(155 211 242 / 0.9);
}

.border-e-blue\/95 {
  border-inline-end-color: rgb(155 211 242 / 0.95);
}

.border-e-brown {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(128 66 54 / var(--tw-border-opacity));
}

.border-e-brown-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 234 223 / var(--tw-border-opacity));
}

.border-e-brown-100\/0 {
  border-inline-end-color: rgb(245 234 223 / 0);
}

.border-e-brown-100\/10 {
  border-inline-end-color: rgb(245 234 223 / 0.1);
}

.border-e-brown-100\/100 {
  border-inline-end-color: rgb(245 234 223 / 1);
}

.border-e-brown-100\/20 {
  border-inline-end-color: rgb(245 234 223 / 0.2);
}

.border-e-brown-100\/25 {
  border-inline-end-color: rgb(245 234 223 / 0.25);
}

.border-e-brown-100\/30 {
  border-inline-end-color: rgb(245 234 223 / 0.3);
}

.border-e-brown-100\/40 {
  border-inline-end-color: rgb(245 234 223 / 0.4);
}

.border-e-brown-100\/5 {
  border-inline-end-color: rgb(245 234 223 / 0.05);
}

.border-e-brown-100\/50 {
  border-inline-end-color: rgb(245 234 223 / 0.5);
}

.border-e-brown-100\/60 {
  border-inline-end-color: rgb(245 234 223 / 0.6);
}

.border-e-brown-100\/70 {
  border-inline-end-color: rgb(245 234 223 / 0.7);
}

.border-e-brown-100\/75 {
  border-inline-end-color: rgb(245 234 223 / 0.75);
}

.border-e-brown-100\/80 {
  border-inline-end-color: rgb(245 234 223 / 0.8);
}

.border-e-brown-100\/90 {
  border-inline-end-color: rgb(245 234 223 / 0.9);
}

.border-e-brown-100\/95 {
  border-inline-end-color: rgb(245 234 223 / 0.95);
}

.border-e-brown-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(234 210 190 / var(--tw-border-opacity));
}

.border-e-brown-200\/0 {
  border-inline-end-color: rgb(234 210 190 / 0);
}

.border-e-brown-200\/10 {
  border-inline-end-color: rgb(234 210 190 / 0.1);
}

.border-e-brown-200\/100 {
  border-inline-end-color: rgb(234 210 190 / 1);
}

.border-e-brown-200\/20 {
  border-inline-end-color: rgb(234 210 190 / 0.2);
}

.border-e-brown-200\/25 {
  border-inline-end-color: rgb(234 210 190 / 0.25);
}

.border-e-brown-200\/30 {
  border-inline-end-color: rgb(234 210 190 / 0.3);
}

.border-e-brown-200\/40 {
  border-inline-end-color: rgb(234 210 190 / 0.4);
}

.border-e-brown-200\/5 {
  border-inline-end-color: rgb(234 210 190 / 0.05);
}

.border-e-brown-200\/50 {
  border-inline-end-color: rgb(234 210 190 / 0.5);
}

.border-e-brown-200\/60 {
  border-inline-end-color: rgb(234 210 190 / 0.6);
}

.border-e-brown-200\/70 {
  border-inline-end-color: rgb(234 210 190 / 0.7);
}

.border-e-brown-200\/75 {
  border-inline-end-color: rgb(234 210 190 / 0.75);
}

.border-e-brown-200\/80 {
  border-inline-end-color: rgb(234 210 190 / 0.8);
}

.border-e-brown-200\/90 {
  border-inline-end-color: rgb(234 210 190 / 0.9);
}

.border-e-brown-200\/95 {
  border-inline-end-color: rgb(234 210 190 / 0.95);
}

.border-e-brown-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(220 179 149 / var(--tw-border-opacity));
}

.border-e-brown-300\/0 {
  border-inline-end-color: rgb(220 179 149 / 0);
}

.border-e-brown-300\/10 {
  border-inline-end-color: rgb(220 179 149 / 0.1);
}

.border-e-brown-300\/100 {
  border-inline-end-color: rgb(220 179 149 / 1);
}

.border-e-brown-300\/20 {
  border-inline-end-color: rgb(220 179 149 / 0.2);
}

.border-e-brown-300\/25 {
  border-inline-end-color: rgb(220 179 149 / 0.25);
}

.border-e-brown-300\/30 {
  border-inline-end-color: rgb(220 179 149 / 0.3);
}

.border-e-brown-300\/40 {
  border-inline-end-color: rgb(220 179 149 / 0.4);
}

.border-e-brown-300\/5 {
  border-inline-end-color: rgb(220 179 149 / 0.05);
}

.border-e-brown-300\/50 {
  border-inline-end-color: rgb(220 179 149 / 0.5);
}

.border-e-brown-300\/60 {
  border-inline-end-color: rgb(220 179 149 / 0.6);
}

.border-e-brown-300\/70 {
  border-inline-end-color: rgb(220 179 149 / 0.7);
}

.border-e-brown-300\/75 {
  border-inline-end-color: rgb(220 179 149 / 0.75);
}

.border-e-brown-300\/80 {
  border-inline-end-color: rgb(220 179 149 / 0.8);
}

.border-e-brown-300\/90 {
  border-inline-end-color: rgb(220 179 149 / 0.9);
}

.border-e-brown-300\/95 {
  border-inline-end-color: rgb(220 179 149 / 0.95);
}

.border-e-brown-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(205 142 106 / var(--tw-border-opacity));
}

.border-e-brown-400\/0 {
  border-inline-end-color: rgb(205 142 106 / 0);
}

.border-e-brown-400\/10 {
  border-inline-end-color: rgb(205 142 106 / 0.1);
}

.border-e-brown-400\/100 {
  border-inline-end-color: rgb(205 142 106 / 1);
}

.border-e-brown-400\/20 {
  border-inline-end-color: rgb(205 142 106 / 0.2);
}

.border-e-brown-400\/25 {
  border-inline-end-color: rgb(205 142 106 / 0.25);
}

.border-e-brown-400\/30 {
  border-inline-end-color: rgb(205 142 106 / 0.3);
}

.border-e-brown-400\/40 {
  border-inline-end-color: rgb(205 142 106 / 0.4);
}

.border-e-brown-400\/5 {
  border-inline-end-color: rgb(205 142 106 / 0.05);
}

.border-e-brown-400\/50 {
  border-inline-end-color: rgb(205 142 106 / 0.5);
}

.border-e-brown-400\/60 {
  border-inline-end-color: rgb(205 142 106 / 0.6);
}

.border-e-brown-400\/70 {
  border-inline-end-color: rgb(205 142 106 / 0.7);
}

.border-e-brown-400\/75 {
  border-inline-end-color: rgb(205 142 106 / 0.75);
}

.border-e-brown-400\/80 {
  border-inline-end-color: rgb(205 142 106 / 0.8);
}

.border-e-brown-400\/90 {
  border-inline-end-color: rgb(205 142 106 / 0.9);
}

.border-e-brown-400\/95 {
  border-inline-end-color: rgb(205 142 106 / 0.95);
}

.border-e-brown-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(251 246 241 / var(--tw-border-opacity));
}

.border-e-brown-50\/0 {
  border-inline-end-color: rgb(251 246 241 / 0);
}

.border-e-brown-50\/10 {
  border-inline-end-color: rgb(251 246 241 / 0.1);
}

.border-e-brown-50\/100 {
  border-inline-end-color: rgb(251 246 241 / 1);
}

.border-e-brown-50\/20 {
  border-inline-end-color: rgb(251 246 241 / 0.2);
}

.border-e-brown-50\/25 {
  border-inline-end-color: rgb(251 246 241 / 0.25);
}

.border-e-brown-50\/30 {
  border-inline-end-color: rgb(251 246 241 / 0.3);
}

.border-e-brown-50\/40 {
  border-inline-end-color: rgb(251 246 241 / 0.4);
}

.border-e-brown-50\/5 {
  border-inline-end-color: rgb(251 246 241 / 0.05);
}

.border-e-brown-50\/50 {
  border-inline-end-color: rgb(251 246 241 / 0.5);
}

.border-e-brown-50\/60 {
  border-inline-end-color: rgb(251 246 241 / 0.6);
}

.border-e-brown-50\/70 {
  border-inline-end-color: rgb(251 246 241 / 0.7);
}

.border-e-brown-50\/75 {
  border-inline-end-color: rgb(251 246 241 / 0.75);
}

.border-e-brown-50\/80 {
  border-inline-end-color: rgb(251 246 241 / 0.8);
}

.border-e-brown-50\/90 {
  border-inline-end-color: rgb(251 246 241 / 0.9);
}

.border-e-brown-50\/95 {
  border-inline-end-color: rgb(251 246 241 / 0.95);
}

.border-e-brown-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(194 115 77 / var(--tw-border-opacity));
}

.border-e-brown-500\/0 {
  border-inline-end-color: rgb(194 115 77 / 0);
}

.border-e-brown-500\/10 {
  border-inline-end-color: rgb(194 115 77 / 0.1);
}

.border-e-brown-500\/100 {
  border-inline-end-color: rgb(194 115 77 / 1);
}

.border-e-brown-500\/20 {
  border-inline-end-color: rgb(194 115 77 / 0.2);
}

.border-e-brown-500\/25 {
  border-inline-end-color: rgb(194 115 77 / 0.25);
}

.border-e-brown-500\/30 {
  border-inline-end-color: rgb(194 115 77 / 0.3);
}

.border-e-brown-500\/40 {
  border-inline-end-color: rgb(194 115 77 / 0.4);
}

.border-e-brown-500\/5 {
  border-inline-end-color: rgb(194 115 77 / 0.05);
}

.border-e-brown-500\/50 {
  border-inline-end-color: rgb(194 115 77 / 0.5);
}

.border-e-brown-500\/60 {
  border-inline-end-color: rgb(194 115 77 / 0.6);
}

.border-e-brown-500\/70 {
  border-inline-end-color: rgb(194 115 77 / 0.7);
}

.border-e-brown-500\/75 {
  border-inline-end-color: rgb(194 115 77 / 0.75);
}

.border-e-brown-500\/80 {
  border-inline-end-color: rgb(194 115 77 / 0.8);
}

.border-e-brown-500\/90 {
  border-inline-end-color: rgb(194 115 77 / 0.9);
}

.border-e-brown-500\/95 {
  border-inline-end-color: rgb(194 115 77 / 0.95);
}

.border-e-brown-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(180 95 66 / var(--tw-border-opacity));
}

.border-e-brown-600\/0 {
  border-inline-end-color: rgb(180 95 66 / 0);
}

.border-e-brown-600\/10 {
  border-inline-end-color: rgb(180 95 66 / 0.1);
}

.border-e-brown-600\/100 {
  border-inline-end-color: rgb(180 95 66 / 1);
}

.border-e-brown-600\/20 {
  border-inline-end-color: rgb(180 95 66 / 0.2);
}

.border-e-brown-600\/25 {
  border-inline-end-color: rgb(180 95 66 / 0.25);
}

.border-e-brown-600\/30 {
  border-inline-end-color: rgb(180 95 66 / 0.3);
}

.border-e-brown-600\/40 {
  border-inline-end-color: rgb(180 95 66 / 0.4);
}

.border-e-brown-600\/5 {
  border-inline-end-color: rgb(180 95 66 / 0.05);
}

.border-e-brown-600\/50 {
  border-inline-end-color: rgb(180 95 66 / 0.5);
}

.border-e-brown-600\/60 {
  border-inline-end-color: rgb(180 95 66 / 0.6);
}

.border-e-brown-600\/70 {
  border-inline-end-color: rgb(180 95 66 / 0.7);
}

.border-e-brown-600\/75 {
  border-inline-end-color: rgb(180 95 66 / 0.75);
}

.border-e-brown-600\/80 {
  border-inline-end-color: rgb(180 95 66 / 0.8);
}

.border-e-brown-600\/90 {
  border-inline-end-color: rgb(180 95 66 / 0.9);
}

.border-e-brown-600\/95 {
  border-inline-end-color: rgb(180 95 66 / 0.95);
}

.border-e-brown-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(150 75 56 / var(--tw-border-opacity));
}

.border-e-brown-700\/0 {
  border-inline-end-color: rgb(150 75 56 / 0);
}

.border-e-brown-700\/10 {
  border-inline-end-color: rgb(150 75 56 / 0.1);
}

.border-e-brown-700\/100 {
  border-inline-end-color: rgb(150 75 56 / 1);
}

.border-e-brown-700\/20 {
  border-inline-end-color: rgb(150 75 56 / 0.2);
}

.border-e-brown-700\/25 {
  border-inline-end-color: rgb(150 75 56 / 0.25);
}

.border-e-brown-700\/30 {
  border-inline-end-color: rgb(150 75 56 / 0.3);
}

.border-e-brown-700\/40 {
  border-inline-end-color: rgb(150 75 56 / 0.4);
}

.border-e-brown-700\/5 {
  border-inline-end-color: rgb(150 75 56 / 0.05);
}

.border-e-brown-700\/50 {
  border-inline-end-color: rgb(150 75 56 / 0.5);
}

.border-e-brown-700\/60 {
  border-inline-end-color: rgb(150 75 56 / 0.6);
}

.border-e-brown-700\/70 {
  border-inline-end-color: rgb(150 75 56 / 0.7);
}

.border-e-brown-700\/75 {
  border-inline-end-color: rgb(150 75 56 / 0.75);
}

.border-e-brown-700\/80 {
  border-inline-end-color: rgb(150 75 56 / 0.8);
}

.border-e-brown-700\/90 {
  border-inline-end-color: rgb(150 75 56 / 0.9);
}

.border-e-brown-700\/95 {
  border-inline-end-color: rgb(150 75 56 / 0.95);
}

.border-e-brown-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(128 66 54 / var(--tw-border-opacity));
}

.border-e-brown-800\/0 {
  border-inline-end-color: rgb(128 66 54 / 0);
}

.border-e-brown-800\/10 {
  border-inline-end-color: rgb(128 66 54 / 0.1);
}

.border-e-brown-800\/100 {
  border-inline-end-color: rgb(128 66 54 / 1);
}

.border-e-brown-800\/20 {
  border-inline-end-color: rgb(128 66 54 / 0.2);
}

.border-e-brown-800\/25 {
  border-inline-end-color: rgb(128 66 54 / 0.25);
}

.border-e-brown-800\/30 {
  border-inline-end-color: rgb(128 66 54 / 0.3);
}

.border-e-brown-800\/40 {
  border-inline-end-color: rgb(128 66 54 / 0.4);
}

.border-e-brown-800\/5 {
  border-inline-end-color: rgb(128 66 54 / 0.05);
}

.border-e-brown-800\/50 {
  border-inline-end-color: rgb(128 66 54 / 0.5);
}

.border-e-brown-800\/60 {
  border-inline-end-color: rgb(128 66 54 / 0.6);
}

.border-e-brown-800\/70 {
  border-inline-end-color: rgb(128 66 54 / 0.7);
}

.border-e-brown-800\/75 {
  border-inline-end-color: rgb(128 66 54 / 0.75);
}

.border-e-brown-800\/80 {
  border-inline-end-color: rgb(128 66 54 / 0.8);
}

.border-e-brown-800\/90 {
  border-inline-end-color: rgb(128 66 54 / 0.9);
}

.border-e-brown-800\/95 {
  border-inline-end-color: rgb(128 66 54 / 0.95);
}

.border-e-brown-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(98 53 44 / var(--tw-border-opacity));
}

.border-e-brown-900\/0 {
  border-inline-end-color: rgb(98 53 44 / 0);
}

.border-e-brown-900\/10 {
  border-inline-end-color: rgb(98 53 44 / 0.1);
}

.border-e-brown-900\/100 {
  border-inline-end-color: rgb(98 53 44 / 1);
}

.border-e-brown-900\/20 {
  border-inline-end-color: rgb(98 53 44 / 0.2);
}

.border-e-brown-900\/25 {
  border-inline-end-color: rgb(98 53 44 / 0.25);
}

.border-e-brown-900\/30 {
  border-inline-end-color: rgb(98 53 44 / 0.3);
}

.border-e-brown-900\/40 {
  border-inline-end-color: rgb(98 53 44 / 0.4);
}

.border-e-brown-900\/5 {
  border-inline-end-color: rgb(98 53 44 / 0.05);
}

.border-e-brown-900\/50 {
  border-inline-end-color: rgb(98 53 44 / 0.5);
}

.border-e-brown-900\/60 {
  border-inline-end-color: rgb(98 53 44 / 0.6);
}

.border-e-brown-900\/70 {
  border-inline-end-color: rgb(98 53 44 / 0.7);
}

.border-e-brown-900\/75 {
  border-inline-end-color: rgb(98 53 44 / 0.75);
}

.border-e-brown-900\/80 {
  border-inline-end-color: rgb(98 53 44 / 0.8);
}

.border-e-brown-900\/90 {
  border-inline-end-color: rgb(98 53 44 / 0.9);
}

.border-e-brown-900\/95 {
  border-inline-end-color: rgb(98 53 44 / 0.95);
}

.border-e-brown-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(52 25 22 / var(--tw-border-opacity));
}

.border-e-brown-950\/0 {
  border-inline-end-color: rgb(52 25 22 / 0);
}

.border-e-brown-950\/10 {
  border-inline-end-color: rgb(52 25 22 / 0.1);
}

.border-e-brown-950\/100 {
  border-inline-end-color: rgb(52 25 22 / 1);
}

.border-e-brown-950\/20 {
  border-inline-end-color: rgb(52 25 22 / 0.2);
}

.border-e-brown-950\/25 {
  border-inline-end-color: rgb(52 25 22 / 0.25);
}

.border-e-brown-950\/30 {
  border-inline-end-color: rgb(52 25 22 / 0.3);
}

.border-e-brown-950\/40 {
  border-inline-end-color: rgb(52 25 22 / 0.4);
}

.border-e-brown-950\/5 {
  border-inline-end-color: rgb(52 25 22 / 0.05);
}

.border-e-brown-950\/50 {
  border-inline-end-color: rgb(52 25 22 / 0.5);
}

.border-e-brown-950\/60 {
  border-inline-end-color: rgb(52 25 22 / 0.6);
}

.border-e-brown-950\/70 {
  border-inline-end-color: rgb(52 25 22 / 0.7);
}

.border-e-brown-950\/75 {
  border-inline-end-color: rgb(52 25 22 / 0.75);
}

.border-e-brown-950\/80 {
  border-inline-end-color: rgb(52 25 22 / 0.8);
}

.border-e-brown-950\/90 {
  border-inline-end-color: rgb(52 25 22 / 0.9);
}

.border-e-brown-950\/95 {
  border-inline-end-color: rgb(52 25 22 / 0.95);
}

.border-e-brown\/0 {
  border-inline-end-color: rgb(128 66 54 / 0);
}

.border-e-brown\/10 {
  border-inline-end-color: rgb(128 66 54 / 0.1);
}

.border-e-brown\/100 {
  border-inline-end-color: rgb(128 66 54 / 1);
}

.border-e-brown\/20 {
  border-inline-end-color: rgb(128 66 54 / 0.2);
}

.border-e-brown\/25 {
  border-inline-end-color: rgb(128 66 54 / 0.25);
}

.border-e-brown\/30 {
  border-inline-end-color: rgb(128 66 54 / 0.3);
}

.border-e-brown\/40 {
  border-inline-end-color: rgb(128 66 54 / 0.4);
}

.border-e-brown\/5 {
  border-inline-end-color: rgb(128 66 54 / 0.05);
}

.border-e-brown\/50 {
  border-inline-end-color: rgb(128 66 54 / 0.5);
}

.border-e-brown\/60 {
  border-inline-end-color: rgb(128 66 54 / 0.6);
}

.border-e-brown\/70 {
  border-inline-end-color: rgb(128 66 54 / 0.7);
}

.border-e-brown\/75 {
  border-inline-end-color: rgb(128 66 54 / 0.75);
}

.border-e-brown\/80 {
  border-inline-end-color: rgb(128 66 54 / 0.8);
}

.border-e-brown\/90 {
  border-inline-end-color: rgb(128 66 54 / 0.9);
}

.border-e-brown\/95 {
  border-inline-end-color: rgb(128 66 54 / 0.95);
}

.border-e-current {
  border-inline-end-color: currentColor;
}

.border-e-gray {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(77 79 83 / var(--tw-border-opacity));
}

.border-e-gray-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(229 230 232 / var(--tw-border-opacity));
}

.border-e-gray-100\/0 {
  border-inline-end-color: rgb(229 230 232 / 0);
}

.border-e-gray-100\/10 {
  border-inline-end-color: rgb(229 230 232 / 0.1);
}

.border-e-gray-100\/100 {
  border-inline-end-color: rgb(229 230 232 / 1);
}

.border-e-gray-100\/20 {
  border-inline-end-color: rgb(229 230 232 / 0.2);
}

.border-e-gray-100\/25 {
  border-inline-end-color: rgb(229 230 232 / 0.25);
}

.border-e-gray-100\/30 {
  border-inline-end-color: rgb(229 230 232 / 0.3);
}

.border-e-gray-100\/40 {
  border-inline-end-color: rgb(229 230 232 / 0.4);
}

.border-e-gray-100\/5 {
  border-inline-end-color: rgb(229 230 232 / 0.05);
}

.border-e-gray-100\/50 {
  border-inline-end-color: rgb(229 230 232 / 0.5);
}

.border-e-gray-100\/60 {
  border-inline-end-color: rgb(229 230 232 / 0.6);
}

.border-e-gray-100\/70 {
  border-inline-end-color: rgb(229 230 232 / 0.7);
}

.border-e-gray-100\/75 {
  border-inline-end-color: rgb(229 230 232 / 0.75);
}

.border-e-gray-100\/80 {
  border-inline-end-color: rgb(229 230 232 / 0.8);
}

.border-e-gray-100\/90 {
  border-inline-end-color: rgb(229 230 232 / 0.9);
}

.border-e-gray-100\/95 {
  border-inline-end-color: rgb(229 230 232 / 0.95);
}

.border-e-gray-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(207 209 210 / var(--tw-border-opacity));
}

.border-e-gray-200\/0 {
  border-inline-end-color: rgb(207 209 210 / 0);
}

.border-e-gray-200\/10 {
  border-inline-end-color: rgb(207 209 210 / 0.1);
}

.border-e-gray-200\/100 {
  border-inline-end-color: rgb(207 209 210 / 1);
}

.border-e-gray-200\/20 {
  border-inline-end-color: rgb(207 209 210 / 0.2);
}

.border-e-gray-200\/25 {
  border-inline-end-color: rgb(207 209 210 / 0.25);
}

.border-e-gray-200\/30 {
  border-inline-end-color: rgb(207 209 210 / 0.3);
}

.border-e-gray-200\/40 {
  border-inline-end-color: rgb(207 209 210 / 0.4);
}

.border-e-gray-200\/5 {
  border-inline-end-color: rgb(207 209 210 / 0.05);
}

.border-e-gray-200\/50 {
  border-inline-end-color: rgb(207 209 210 / 0.5);
}

.border-e-gray-200\/60 {
  border-inline-end-color: rgb(207 209 210 / 0.6);
}

.border-e-gray-200\/70 {
  border-inline-end-color: rgb(207 209 210 / 0.7);
}

.border-e-gray-200\/75 {
  border-inline-end-color: rgb(207 209 210 / 0.75);
}

.border-e-gray-200\/80 {
  border-inline-end-color: rgb(207 209 210 / 0.8);
}

.border-e-gray-200\/90 {
  border-inline-end-color: rgb(207 209 210 / 0.9);
}

.border-e-gray-200\/95 {
  border-inline-end-color: rgb(207 209 210 / 0.95);
}

.border-e-gray-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(173 176 179 / var(--tw-border-opacity));
}

.border-e-gray-300\/0 {
  border-inline-end-color: rgb(173 176 179 / 0);
}

.border-e-gray-300\/10 {
  border-inline-end-color: rgb(173 176 179 / 0.1);
}

.border-e-gray-300\/100 {
  border-inline-end-color: rgb(173 176 179 / 1);
}

.border-e-gray-300\/20 {
  border-inline-end-color: rgb(173 176 179 / 0.2);
}

.border-e-gray-300\/25 {
  border-inline-end-color: rgb(173 176 179 / 0.25);
}

.border-e-gray-300\/30 {
  border-inline-end-color: rgb(173 176 179 / 0.3);
}

.border-e-gray-300\/40 {
  border-inline-end-color: rgb(173 176 179 / 0.4);
}

.border-e-gray-300\/5 {
  border-inline-end-color: rgb(173 176 179 / 0.05);
}

.border-e-gray-300\/50 {
  border-inline-end-color: rgb(173 176 179 / 0.5);
}

.border-e-gray-300\/60 {
  border-inline-end-color: rgb(173 176 179 / 0.6);
}

.border-e-gray-300\/70 {
  border-inline-end-color: rgb(173 176 179 / 0.7);
}

.border-e-gray-300\/75 {
  border-inline-end-color: rgb(173 176 179 / 0.75);
}

.border-e-gray-300\/80 {
  border-inline-end-color: rgb(173 176 179 / 0.8);
}

.border-e-gray-300\/90 {
  border-inline-end-color: rgb(173 176 179 / 0.9);
}

.border-e-gray-300\/95 {
  border-inline-end-color: rgb(173 176 179 / 0.95);
}

.border-e-gray-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(131 134 141 / var(--tw-border-opacity));
}

.border-e-gray-400\/0 {
  border-inline-end-color: rgb(131 134 141 / 0);
}

.border-e-gray-400\/10 {
  border-inline-end-color: rgb(131 134 141 / 0.1);
}

.border-e-gray-400\/100 {
  border-inline-end-color: rgb(131 134 141 / 1);
}

.border-e-gray-400\/20 {
  border-inline-end-color: rgb(131 134 141 / 0.2);
}

.border-e-gray-400\/25 {
  border-inline-end-color: rgb(131 134 141 / 0.25);
}

.border-e-gray-400\/30 {
  border-inline-end-color: rgb(131 134 141 / 0.3);
}

.border-e-gray-400\/40 {
  border-inline-end-color: rgb(131 134 141 / 0.4);
}

.border-e-gray-400\/5 {
  border-inline-end-color: rgb(131 134 141 / 0.05);
}

.border-e-gray-400\/50 {
  border-inline-end-color: rgb(131 134 141 / 0.5);
}

.border-e-gray-400\/60 {
  border-inline-end-color: rgb(131 134 141 / 0.6);
}

.border-e-gray-400\/70 {
  border-inline-end-color: rgb(131 134 141 / 0.7);
}

.border-e-gray-400\/75 {
  border-inline-end-color: rgb(131 134 141 / 0.75);
}

.border-e-gray-400\/80 {
  border-inline-end-color: rgb(131 134 141 / 0.8);
}

.border-e-gray-400\/90 {
  border-inline-end-color: rgb(131 134 141 / 0.9);
}

.border-e-gray-400\/95 {
  border-inline-end-color: rgb(131 134 141 / 0.95);
}

.border-e-gray-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 246 246 / var(--tw-border-opacity));
}

.border-e-gray-50\/0 {
  border-inline-end-color: rgb(245 246 246 / 0);
}

.border-e-gray-50\/10 {
  border-inline-end-color: rgb(245 246 246 / 0.1);
}

.border-e-gray-50\/100 {
  border-inline-end-color: rgb(245 246 246 / 1);
}

.border-e-gray-50\/20 {
  border-inline-end-color: rgb(245 246 246 / 0.2);
}

.border-e-gray-50\/25 {
  border-inline-end-color: rgb(245 246 246 / 0.25);
}

.border-e-gray-50\/30 {
  border-inline-end-color: rgb(245 246 246 / 0.3);
}

.border-e-gray-50\/40 {
  border-inline-end-color: rgb(245 246 246 / 0.4);
}

.border-e-gray-50\/5 {
  border-inline-end-color: rgb(245 246 246 / 0.05);
}

.border-e-gray-50\/50 {
  border-inline-end-color: rgb(245 246 246 / 0.5);
}

.border-e-gray-50\/60 {
  border-inline-end-color: rgb(245 246 246 / 0.6);
}

.border-e-gray-50\/70 {
  border-inline-end-color: rgb(245 246 246 / 0.7);
}

.border-e-gray-50\/75 {
  border-inline-end-color: rgb(245 246 246 / 0.75);
}

.border-e-gray-50\/80 {
  border-inline-end-color: rgb(245 246 246 / 0.8);
}

.border-e-gray-50\/90 {
  border-inline-end-color: rgb(245 246 246 / 0.9);
}

.border-e-gray-50\/95 {
  border-inline-end-color: rgb(245 246 246 / 0.95);
}

.border-e-gray-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(104 107 114 / var(--tw-border-opacity));
}

.border-e-gray-500\/0 {
  border-inline-end-color: rgb(104 107 114 / 0);
}

.border-e-gray-500\/10 {
  border-inline-end-color: rgb(104 107 114 / 0.1);
}

.border-e-gray-500\/100 {
  border-inline-end-color: rgb(104 107 114 / 1);
}

.border-e-gray-500\/20 {
  border-inline-end-color: rgb(104 107 114 / 0.2);
}

.border-e-gray-500\/25 {
  border-inline-end-color: rgb(104 107 114 / 0.25);
}

.border-e-gray-500\/30 {
  border-inline-end-color: rgb(104 107 114 / 0.3);
}

.border-e-gray-500\/40 {
  border-inline-end-color: rgb(104 107 114 / 0.4);
}

.border-e-gray-500\/5 {
  border-inline-end-color: rgb(104 107 114 / 0.05);
}

.border-e-gray-500\/50 {
  border-inline-end-color: rgb(104 107 114 / 0.5);
}

.border-e-gray-500\/60 {
  border-inline-end-color: rgb(104 107 114 / 0.6);
}

.border-e-gray-500\/70 {
  border-inline-end-color: rgb(104 107 114 / 0.7);
}

.border-e-gray-500\/75 {
  border-inline-end-color: rgb(104 107 114 / 0.75);
}

.border-e-gray-500\/80 {
  border-inline-end-color: rgb(104 107 114 / 0.8);
}

.border-e-gray-500\/90 {
  border-inline-end-color: rgb(104 107 114 / 0.9);
}

.border-e-gray-500\/95 {
  border-inline-end-color: rgb(104 107 114 / 0.95);
}

.border-e-gray-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(89 91 97 / var(--tw-border-opacity));
}

.border-e-gray-600\/0 {
  border-inline-end-color: rgb(89 91 97 / 0);
}

.border-e-gray-600\/10 {
  border-inline-end-color: rgb(89 91 97 / 0.1);
}

.border-e-gray-600\/100 {
  border-inline-end-color: rgb(89 91 97 / 1);
}

.border-e-gray-600\/20 {
  border-inline-end-color: rgb(89 91 97 / 0.2);
}

.border-e-gray-600\/25 {
  border-inline-end-color: rgb(89 91 97 / 0.25);
}

.border-e-gray-600\/30 {
  border-inline-end-color: rgb(89 91 97 / 0.3);
}

.border-e-gray-600\/40 {
  border-inline-end-color: rgb(89 91 97 / 0.4);
}

.border-e-gray-600\/5 {
  border-inline-end-color: rgb(89 91 97 / 0.05);
}

.border-e-gray-600\/50 {
  border-inline-end-color: rgb(89 91 97 / 0.5);
}

.border-e-gray-600\/60 {
  border-inline-end-color: rgb(89 91 97 / 0.6);
}

.border-e-gray-600\/70 {
  border-inline-end-color: rgb(89 91 97 / 0.7);
}

.border-e-gray-600\/75 {
  border-inline-end-color: rgb(89 91 97 / 0.75);
}

.border-e-gray-600\/80 {
  border-inline-end-color: rgb(89 91 97 / 0.8);
}

.border-e-gray-600\/90 {
  border-inline-end-color: rgb(89 91 97 / 0.9);
}

.border-e-gray-600\/95 {
  border-inline-end-color: rgb(89 91 97 / 0.95);
}

.border-e-gray-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(77 79 83 / var(--tw-border-opacity));
}

.border-e-gray-700\/0 {
  border-inline-end-color: rgb(77 79 83 / 0);
}

.border-e-gray-700\/10 {
  border-inline-end-color: rgb(77 79 83 / 0.1);
}

.border-e-gray-700\/100 {
  border-inline-end-color: rgb(77 79 83 / 1);
}

.border-e-gray-700\/20 {
  border-inline-end-color: rgb(77 79 83 / 0.2);
}

.border-e-gray-700\/25 {
  border-inline-end-color: rgb(77 79 83 / 0.25);
}

.border-e-gray-700\/30 {
  border-inline-end-color: rgb(77 79 83 / 0.3);
}

.border-e-gray-700\/40 {
  border-inline-end-color: rgb(77 79 83 / 0.4);
}

.border-e-gray-700\/5 {
  border-inline-end-color: rgb(77 79 83 / 0.05);
}

.border-e-gray-700\/50 {
  border-inline-end-color: rgb(77 79 83 / 0.5);
}

.border-e-gray-700\/60 {
  border-inline-end-color: rgb(77 79 83 / 0.6);
}

.border-e-gray-700\/70 {
  border-inline-end-color: rgb(77 79 83 / 0.7);
}

.border-e-gray-700\/75 {
  border-inline-end-color: rgb(77 79 83 / 0.75);
}

.border-e-gray-700\/80 {
  border-inline-end-color: rgb(77 79 83 / 0.8);
}

.border-e-gray-700\/90 {
  border-inline-end-color: rgb(77 79 83 / 0.9);
}

.border-e-gray-700\/95 {
  border-inline-end-color: rgb(77 79 83 / 0.95);
}

.border-e-gray-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(67 68 71 / var(--tw-border-opacity));
}

.border-e-gray-800\/0 {
  border-inline-end-color: rgb(67 68 71 / 0);
}

.border-e-gray-800\/10 {
  border-inline-end-color: rgb(67 68 71 / 0.1);
}

.border-e-gray-800\/100 {
  border-inline-end-color: rgb(67 68 71 / 1);
}

.border-e-gray-800\/20 {
  border-inline-end-color: rgb(67 68 71 / 0.2);
}

.border-e-gray-800\/25 {
  border-inline-end-color: rgb(67 68 71 / 0.25);
}

.border-e-gray-800\/30 {
  border-inline-end-color: rgb(67 68 71 / 0.3);
}

.border-e-gray-800\/40 {
  border-inline-end-color: rgb(67 68 71 / 0.4);
}

.border-e-gray-800\/5 {
  border-inline-end-color: rgb(67 68 71 / 0.05);
}

.border-e-gray-800\/50 {
  border-inline-end-color: rgb(67 68 71 / 0.5);
}

.border-e-gray-800\/60 {
  border-inline-end-color: rgb(67 68 71 / 0.6);
}

.border-e-gray-800\/70 {
  border-inline-end-color: rgb(67 68 71 / 0.7);
}

.border-e-gray-800\/75 {
  border-inline-end-color: rgb(67 68 71 / 0.75);
}

.border-e-gray-800\/80 {
  border-inline-end-color: rgb(67 68 71 / 0.8);
}

.border-e-gray-800\/90 {
  border-inline-end-color: rgb(67 68 71 / 0.9);
}

.border-e-gray-800\/95 {
  border-inline-end-color: rgb(67 68 71 / 0.95);
}

.border-e-gray-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(59 60 62 / var(--tw-border-opacity));
}

.border-e-gray-900\/0 {
  border-inline-end-color: rgb(59 60 62 / 0);
}

.border-e-gray-900\/10 {
  border-inline-end-color: rgb(59 60 62 / 0.1);
}

.border-e-gray-900\/100 {
  border-inline-end-color: rgb(59 60 62 / 1);
}

.border-e-gray-900\/20 {
  border-inline-end-color: rgb(59 60 62 / 0.2);
}

.border-e-gray-900\/25 {
  border-inline-end-color: rgb(59 60 62 / 0.25);
}

.border-e-gray-900\/30 {
  border-inline-end-color: rgb(59 60 62 / 0.3);
}

.border-e-gray-900\/40 {
  border-inline-end-color: rgb(59 60 62 / 0.4);
}

.border-e-gray-900\/5 {
  border-inline-end-color: rgb(59 60 62 / 0.05);
}

.border-e-gray-900\/50 {
  border-inline-end-color: rgb(59 60 62 / 0.5);
}

.border-e-gray-900\/60 {
  border-inline-end-color: rgb(59 60 62 / 0.6);
}

.border-e-gray-900\/70 {
  border-inline-end-color: rgb(59 60 62 / 0.7);
}

.border-e-gray-900\/75 {
  border-inline-end-color: rgb(59 60 62 / 0.75);
}

.border-e-gray-900\/80 {
  border-inline-end-color: rgb(59 60 62 / 0.8);
}

.border-e-gray-900\/90 {
  border-inline-end-color: rgb(59 60 62 / 0.9);
}

.border-e-gray-900\/95 {
  border-inline-end-color: rgb(59 60 62 / 0.95);
}

.border-e-gray-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(37 38 39 / var(--tw-border-opacity));
}

.border-e-gray-950\/0 {
  border-inline-end-color: rgb(37 38 39 / 0);
}

.border-e-gray-950\/10 {
  border-inline-end-color: rgb(37 38 39 / 0.1);
}

.border-e-gray-950\/100 {
  border-inline-end-color: rgb(37 38 39 / 1);
}

.border-e-gray-950\/20 {
  border-inline-end-color: rgb(37 38 39 / 0.2);
}

.border-e-gray-950\/25 {
  border-inline-end-color: rgb(37 38 39 / 0.25);
}

.border-e-gray-950\/30 {
  border-inline-end-color: rgb(37 38 39 / 0.3);
}

.border-e-gray-950\/40 {
  border-inline-end-color: rgb(37 38 39 / 0.4);
}

.border-e-gray-950\/5 {
  border-inline-end-color: rgb(37 38 39 / 0.05);
}

.border-e-gray-950\/50 {
  border-inline-end-color: rgb(37 38 39 / 0.5);
}

.border-e-gray-950\/60 {
  border-inline-end-color: rgb(37 38 39 / 0.6);
}

.border-e-gray-950\/70 {
  border-inline-end-color: rgb(37 38 39 / 0.7);
}

.border-e-gray-950\/75 {
  border-inline-end-color: rgb(37 38 39 / 0.75);
}

.border-e-gray-950\/80 {
  border-inline-end-color: rgb(37 38 39 / 0.8);
}

.border-e-gray-950\/90 {
  border-inline-end-color: rgb(37 38 39 / 0.9);
}

.border-e-gray-950\/95 {
  border-inline-end-color: rgb(37 38 39 / 0.95);
}

.border-e-gray\/0 {
  border-inline-end-color: rgb(77 79 83 / 0);
}

.border-e-gray\/10 {
  border-inline-end-color: rgb(77 79 83 / 0.1);
}

.border-e-gray\/100 {
  border-inline-end-color: rgb(77 79 83 / 1);
}

.border-e-gray\/20 {
  border-inline-end-color: rgb(77 79 83 / 0.2);
}

.border-e-gray\/25 {
  border-inline-end-color: rgb(77 79 83 / 0.25);
}

.border-e-gray\/30 {
  border-inline-end-color: rgb(77 79 83 / 0.3);
}

.border-e-gray\/40 {
  border-inline-end-color: rgb(77 79 83 / 0.4);
}

.border-e-gray\/5 {
  border-inline-end-color: rgb(77 79 83 / 0.05);
}

.border-e-gray\/50 {
  border-inline-end-color: rgb(77 79 83 / 0.5);
}

.border-e-gray\/60 {
  border-inline-end-color: rgb(77 79 83 / 0.6);
}

.border-e-gray\/70 {
  border-inline-end-color: rgb(77 79 83 / 0.7);
}

.border-e-gray\/75 {
  border-inline-end-color: rgb(77 79 83 / 0.75);
}

.border-e-gray\/80 {
  border-inline-end-color: rgb(77 79 83 / 0.8);
}

.border-e-gray\/90 {
  border-inline-end-color: rgb(77 79 83 / 0.9);
}

.border-e-gray\/95 {
  border-inline-end-color: rgb(77 79 83 / 0.95);
}

.border-e-green {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(181 203 82 / var(--tw-border-opacity));
}

.border-e-green-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(235 241 207 / var(--tw-border-opacity));
}

.border-e-green-100\/0 {
  border-inline-end-color: rgb(235 241 207 / 0);
}

.border-e-green-100\/10 {
  border-inline-end-color: rgb(235 241 207 / 0.1);
}

.border-e-green-100\/100 {
  border-inline-end-color: rgb(235 241 207 / 1);
}

.border-e-green-100\/20 {
  border-inline-end-color: rgb(235 241 207 / 0.2);
}

.border-e-green-100\/25 {
  border-inline-end-color: rgb(235 241 207 / 0.25);
}

.border-e-green-100\/30 {
  border-inline-end-color: rgb(235 241 207 / 0.3);
}

.border-e-green-100\/40 {
  border-inline-end-color: rgb(235 241 207 / 0.4);
}

.border-e-green-100\/5 {
  border-inline-end-color: rgb(235 241 207 / 0.05);
}

.border-e-green-100\/50 {
  border-inline-end-color: rgb(235 241 207 / 0.5);
}

.border-e-green-100\/60 {
  border-inline-end-color: rgb(235 241 207 / 0.6);
}

.border-e-green-100\/70 {
  border-inline-end-color: rgb(235 241 207 / 0.7);
}

.border-e-green-100\/75 {
  border-inline-end-color: rgb(235 241 207 / 0.75);
}

.border-e-green-100\/80 {
  border-inline-end-color: rgb(235 241 207 / 0.8);
}

.border-e-green-100\/90 {
  border-inline-end-color: rgb(235 241 207 / 0.9);
}

.border-e-green-100\/95 {
  border-inline-end-color: rgb(235 241 207 / 0.95);
}

.border-e-green-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(221 231 176 / var(--tw-border-opacity));
}

.border-e-green-200\/0 {
  border-inline-end-color: rgb(221 231 176 / 0);
}

.border-e-green-200\/10 {
  border-inline-end-color: rgb(221 231 176 / 0.1);
}

.border-e-green-200\/100 {
  border-inline-end-color: rgb(221 231 176 / 1);
}

.border-e-green-200\/20 {
  border-inline-end-color: rgb(221 231 176 / 0.2);
}

.border-e-green-200\/25 {
  border-inline-end-color: rgb(221 231 176 / 0.25);
}

.border-e-green-200\/30 {
  border-inline-end-color: rgb(221 231 176 / 0.3);
}

.border-e-green-200\/40 {
  border-inline-end-color: rgb(221 231 176 / 0.4);
}

.border-e-green-200\/5 {
  border-inline-end-color: rgb(221 231 176 / 0.05);
}

.border-e-green-200\/50 {
  border-inline-end-color: rgb(221 231 176 / 0.5);
}

.border-e-green-200\/60 {
  border-inline-end-color: rgb(221 231 176 / 0.6);
}

.border-e-green-200\/70 {
  border-inline-end-color: rgb(221 231 176 / 0.7);
}

.border-e-green-200\/75 {
  border-inline-end-color: rgb(221 231 176 / 0.75);
}

.border-e-green-200\/80 {
  border-inline-end-color: rgb(221 231 176 / 0.8);
}

.border-e-green-200\/90 {
  border-inline-end-color: rgb(221 231 176 / 0.9);
}

.border-e-green-200\/95 {
  border-inline-end-color: rgb(221 231 176 / 0.95);
}

.border-e-green-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(208 222 145 / var(--tw-border-opacity));
}

.border-e-green-300\/0 {
  border-inline-end-color: rgb(208 222 145 / 0);
}

.border-e-green-300\/10 {
  border-inline-end-color: rgb(208 222 145 / 0.1);
}

.border-e-green-300\/100 {
  border-inline-end-color: rgb(208 222 145 / 1);
}

.border-e-green-300\/20 {
  border-inline-end-color: rgb(208 222 145 / 0.2);
}

.border-e-green-300\/25 {
  border-inline-end-color: rgb(208 222 145 / 0.25);
}

.border-e-green-300\/30 {
  border-inline-end-color: rgb(208 222 145 / 0.3);
}

.border-e-green-300\/40 {
  border-inline-end-color: rgb(208 222 145 / 0.4);
}

.border-e-green-300\/5 {
  border-inline-end-color: rgb(208 222 145 / 0.05);
}

.border-e-green-300\/50 {
  border-inline-end-color: rgb(208 222 145 / 0.5);
}

.border-e-green-300\/60 {
  border-inline-end-color: rgb(208 222 145 / 0.6);
}

.border-e-green-300\/70 {
  border-inline-end-color: rgb(208 222 145 / 0.7);
}

.border-e-green-300\/75 {
  border-inline-end-color: rgb(208 222 145 / 0.75);
}

.border-e-green-300\/80 {
  border-inline-end-color: rgb(208 222 145 / 0.8);
}

.border-e-green-300\/90 {
  border-inline-end-color: rgb(208 222 145 / 0.9);
}

.border-e-green-300\/95 {
  border-inline-end-color: rgb(208 222 145 / 0.95);
}

.border-e-green-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(194 212 113 / var(--tw-border-opacity));
}

.border-e-green-400\/0 {
  border-inline-end-color: rgb(194 212 113 / 0);
}

.border-e-green-400\/10 {
  border-inline-end-color: rgb(194 212 113 / 0.1);
}

.border-e-green-400\/100 {
  border-inline-end-color: rgb(194 212 113 / 1);
}

.border-e-green-400\/20 {
  border-inline-end-color: rgb(194 212 113 / 0.2);
}

.border-e-green-400\/25 {
  border-inline-end-color: rgb(194 212 113 / 0.25);
}

.border-e-green-400\/30 {
  border-inline-end-color: rgb(194 212 113 / 0.3);
}

.border-e-green-400\/40 {
  border-inline-end-color: rgb(194 212 113 / 0.4);
}

.border-e-green-400\/5 {
  border-inline-end-color: rgb(194 212 113 / 0.05);
}

.border-e-green-400\/50 {
  border-inline-end-color: rgb(194 212 113 / 0.5);
}

.border-e-green-400\/60 {
  border-inline-end-color: rgb(194 212 113 / 0.6);
}

.border-e-green-400\/70 {
  border-inline-end-color: rgb(194 212 113 / 0.7);
}

.border-e-green-400\/75 {
  border-inline-end-color: rgb(194 212 113 / 0.75);
}

.border-e-green-400\/80 {
  border-inline-end-color: rgb(194 212 113 / 0.8);
}

.border-e-green-400\/90 {
  border-inline-end-color: rgb(194 212 113 / 0.9);
}

.border-e-green-400\/95 {
  border-inline-end-color: rgb(194 212 113 / 0.95);
}

.border-e-green-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(241 245 223 / var(--tw-border-opacity));
}

.border-e-green-50\/0 {
  border-inline-end-color: rgb(241 245 223 / 0);
}

.border-e-green-50\/10 {
  border-inline-end-color: rgb(241 245 223 / 0.1);
}

.border-e-green-50\/100 {
  border-inline-end-color: rgb(241 245 223 / 1);
}

.border-e-green-50\/20 {
  border-inline-end-color: rgb(241 245 223 / 0.2);
}

.border-e-green-50\/25 {
  border-inline-end-color: rgb(241 245 223 / 0.25);
}

.border-e-green-50\/30 {
  border-inline-end-color: rgb(241 245 223 / 0.3);
}

.border-e-green-50\/40 {
  border-inline-end-color: rgb(241 245 223 / 0.4);
}

.border-e-green-50\/5 {
  border-inline-end-color: rgb(241 245 223 / 0.05);
}

.border-e-green-50\/50 {
  border-inline-end-color: rgb(241 245 223 / 0.5);
}

.border-e-green-50\/60 {
  border-inline-end-color: rgb(241 245 223 / 0.6);
}

.border-e-green-50\/70 {
  border-inline-end-color: rgb(241 245 223 / 0.7);
}

.border-e-green-50\/75 {
  border-inline-end-color: rgb(241 245 223 / 0.75);
}

.border-e-green-50\/80 {
  border-inline-end-color: rgb(241 245 223 / 0.8);
}

.border-e-green-50\/90 {
  border-inline-end-color: rgb(241 245 223 / 0.9);
}

.border-e-green-50\/95 {
  border-inline-end-color: rgb(241 245 223 / 0.95);
}

.border-e-green-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(181 203 82 / var(--tw-border-opacity));
}

.border-e-green-500\/0 {
  border-inline-end-color: rgb(181 203 82 / 0);
}

.border-e-green-500\/10 {
  border-inline-end-color: rgb(181 203 82 / 0.1);
}

.border-e-green-500\/100 {
  border-inline-end-color: rgb(181 203 82 / 1);
}

.border-e-green-500\/20 {
  border-inline-end-color: rgb(181 203 82 / 0.2);
}

.border-e-green-500\/25 {
  border-inline-end-color: rgb(181 203 82 / 0.25);
}

.border-e-green-500\/30 {
  border-inline-end-color: rgb(181 203 82 / 0.3);
}

.border-e-green-500\/40 {
  border-inline-end-color: rgb(181 203 82 / 0.4);
}

.border-e-green-500\/5 {
  border-inline-end-color: rgb(181 203 82 / 0.05);
}

.border-e-green-500\/50 {
  border-inline-end-color: rgb(181 203 82 / 0.5);
}

.border-e-green-500\/60 {
  border-inline-end-color: rgb(181 203 82 / 0.6);
}

.border-e-green-500\/70 {
  border-inline-end-color: rgb(181 203 82 / 0.7);
}

.border-e-green-500\/75 {
  border-inline-end-color: rgb(181 203 82 / 0.75);
}

.border-e-green-500\/80 {
  border-inline-end-color: rgb(181 203 82 / 0.8);
}

.border-e-green-500\/90 {
  border-inline-end-color: rgb(181 203 82 / 0.9);
}

.border-e-green-500\/95 {
  border-inline-end-color: rgb(181 203 82 / 0.95);
}

.border-e-green-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(154 176 53 / var(--tw-border-opacity));
}

.border-e-green-600\/0 {
  border-inline-end-color: rgb(154 176 53 / 0);
}

.border-e-green-600\/10 {
  border-inline-end-color: rgb(154 176 53 / 0.1);
}

.border-e-green-600\/100 {
  border-inline-end-color: rgb(154 176 53 / 1);
}

.border-e-green-600\/20 {
  border-inline-end-color: rgb(154 176 53 / 0.2);
}

.border-e-green-600\/25 {
  border-inline-end-color: rgb(154 176 53 / 0.25);
}

.border-e-green-600\/30 {
  border-inline-end-color: rgb(154 176 53 / 0.3);
}

.border-e-green-600\/40 {
  border-inline-end-color: rgb(154 176 53 / 0.4);
}

.border-e-green-600\/5 {
  border-inline-end-color: rgb(154 176 53 / 0.05);
}

.border-e-green-600\/50 {
  border-inline-end-color: rgb(154 176 53 / 0.5);
}

.border-e-green-600\/60 {
  border-inline-end-color: rgb(154 176 53 / 0.6);
}

.border-e-green-600\/70 {
  border-inline-end-color: rgb(154 176 53 / 0.7);
}

.border-e-green-600\/75 {
  border-inline-end-color: rgb(154 176 53 / 0.75);
}

.border-e-green-600\/80 {
  border-inline-end-color: rgb(154 176 53 / 0.8);
}

.border-e-green-600\/90 {
  border-inline-end-color: rgb(154 176 53 / 0.9);
}

.border-e-green-600\/95 {
  border-inline-end-color: rgb(154 176 53 / 0.95);
}

.border-e-green-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(116 133 40 / var(--tw-border-opacity));
}

.border-e-green-700\/0 {
  border-inline-end-color: rgb(116 133 40 / 0);
}

.border-e-green-700\/10 {
  border-inline-end-color: rgb(116 133 40 / 0.1);
}

.border-e-green-700\/100 {
  border-inline-end-color: rgb(116 133 40 / 1);
}

.border-e-green-700\/20 {
  border-inline-end-color: rgb(116 133 40 / 0.2);
}

.border-e-green-700\/25 {
  border-inline-end-color: rgb(116 133 40 / 0.25);
}

.border-e-green-700\/30 {
  border-inline-end-color: rgb(116 133 40 / 0.3);
}

.border-e-green-700\/40 {
  border-inline-end-color: rgb(116 133 40 / 0.4);
}

.border-e-green-700\/5 {
  border-inline-end-color: rgb(116 133 40 / 0.05);
}

.border-e-green-700\/50 {
  border-inline-end-color: rgb(116 133 40 / 0.5);
}

.border-e-green-700\/60 {
  border-inline-end-color: rgb(116 133 40 / 0.6);
}

.border-e-green-700\/70 {
  border-inline-end-color: rgb(116 133 40 / 0.7);
}

.border-e-green-700\/75 {
  border-inline-end-color: rgb(116 133 40 / 0.75);
}

.border-e-green-700\/80 {
  border-inline-end-color: rgb(116 133 40 / 0.8);
}

.border-e-green-700\/90 {
  border-inline-end-color: rgb(116 133 40 / 0.9);
}

.border-e-green-700\/95 {
  border-inline-end-color: rgb(116 133 40 / 0.95);
}

.border-e-green-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(78 90 27 / var(--tw-border-opacity));
}

.border-e-green-800\/0 {
  border-inline-end-color: rgb(78 90 27 / 0);
}

.border-e-green-800\/10 {
  border-inline-end-color: rgb(78 90 27 / 0.1);
}

.border-e-green-800\/100 {
  border-inline-end-color: rgb(78 90 27 / 1);
}

.border-e-green-800\/20 {
  border-inline-end-color: rgb(78 90 27 / 0.2);
}

.border-e-green-800\/25 {
  border-inline-end-color: rgb(78 90 27 / 0.25);
}

.border-e-green-800\/30 {
  border-inline-end-color: rgb(78 90 27 / 0.3);
}

.border-e-green-800\/40 {
  border-inline-end-color: rgb(78 90 27 / 0.4);
}

.border-e-green-800\/5 {
  border-inline-end-color: rgb(78 90 27 / 0.05);
}

.border-e-green-800\/50 {
  border-inline-end-color: rgb(78 90 27 / 0.5);
}

.border-e-green-800\/60 {
  border-inline-end-color: rgb(78 90 27 / 0.6);
}

.border-e-green-800\/70 {
  border-inline-end-color: rgb(78 90 27 / 0.7);
}

.border-e-green-800\/75 {
  border-inline-end-color: rgb(78 90 27 / 0.75);
}

.border-e-green-800\/80 {
  border-inline-end-color: rgb(78 90 27 / 0.8);
}

.border-e-green-800\/90 {
  border-inline-end-color: rgb(78 90 27 / 0.9);
}

.border-e-green-800\/95 {
  border-inline-end-color: rgb(78 90 27 / 0.95);
}

.border-e-green-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(41 47 14 / var(--tw-border-opacity));
}

.border-e-green-900\/0 {
  border-inline-end-color: rgb(41 47 14 / 0);
}

.border-e-green-900\/10 {
  border-inline-end-color: rgb(41 47 14 / 0.1);
}

.border-e-green-900\/100 {
  border-inline-end-color: rgb(41 47 14 / 1);
}

.border-e-green-900\/20 {
  border-inline-end-color: rgb(41 47 14 / 0.2);
}

.border-e-green-900\/25 {
  border-inline-end-color: rgb(41 47 14 / 0.25);
}

.border-e-green-900\/30 {
  border-inline-end-color: rgb(41 47 14 / 0.3);
}

.border-e-green-900\/40 {
  border-inline-end-color: rgb(41 47 14 / 0.4);
}

.border-e-green-900\/5 {
  border-inline-end-color: rgb(41 47 14 / 0.05);
}

.border-e-green-900\/50 {
  border-inline-end-color: rgb(41 47 14 / 0.5);
}

.border-e-green-900\/60 {
  border-inline-end-color: rgb(41 47 14 / 0.6);
}

.border-e-green-900\/70 {
  border-inline-end-color: rgb(41 47 14 / 0.7);
}

.border-e-green-900\/75 {
  border-inline-end-color: rgb(41 47 14 / 0.75);
}

.border-e-green-900\/80 {
  border-inline-end-color: rgb(41 47 14 / 0.8);
}

.border-e-green-900\/90 {
  border-inline-end-color: rgb(41 47 14 / 0.9);
}

.border-e-green-900\/95 {
  border-inline-end-color: rgb(41 47 14 / 0.95);
}

.border-e-green\/0 {
  border-inline-end-color: rgb(181 203 82 / 0);
}

.border-e-green\/10 {
  border-inline-end-color: rgb(181 203 82 / 0.1);
}

.border-e-green\/100 {
  border-inline-end-color: rgb(181 203 82 / 1);
}

.border-e-green\/20 {
  border-inline-end-color: rgb(181 203 82 / 0.2);
}

.border-e-green\/25 {
  border-inline-end-color: rgb(181 203 82 / 0.25);
}

.border-e-green\/30 {
  border-inline-end-color: rgb(181 203 82 / 0.3);
}

.border-e-green\/40 {
  border-inline-end-color: rgb(181 203 82 / 0.4);
}

.border-e-green\/5 {
  border-inline-end-color: rgb(181 203 82 / 0.05);
}

.border-e-green\/50 {
  border-inline-end-color: rgb(181 203 82 / 0.5);
}

.border-e-green\/60 {
  border-inline-end-color: rgb(181 203 82 / 0.6);
}

.border-e-green\/70 {
  border-inline-end-color: rgb(181 203 82 / 0.7);
}

.border-e-green\/75 {
  border-inline-end-color: rgb(181 203 82 / 0.75);
}

.border-e-green\/80 {
  border-inline-end-color: rgb(181 203 82 / 0.8);
}

.border-e-green\/90 {
  border-inline-end-color: rgb(181 203 82 / 0.9);
}

.border-e-green\/95 {
  border-inline-end-color: rgb(181 203 82 / 0.95);
}

.border-e-grey {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(77 79 83 / var(--tw-border-opacity));
}

.border-e-grey-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(229 230 232 / var(--tw-border-opacity));
}

.border-e-grey-100\/0 {
  border-inline-end-color: rgb(229 230 232 / 0);
}

.border-e-grey-100\/10 {
  border-inline-end-color: rgb(229 230 232 / 0.1);
}

.border-e-grey-100\/100 {
  border-inline-end-color: rgb(229 230 232 / 1);
}

.border-e-grey-100\/20 {
  border-inline-end-color: rgb(229 230 232 / 0.2);
}

.border-e-grey-100\/25 {
  border-inline-end-color: rgb(229 230 232 / 0.25);
}

.border-e-grey-100\/30 {
  border-inline-end-color: rgb(229 230 232 / 0.3);
}

.border-e-grey-100\/40 {
  border-inline-end-color: rgb(229 230 232 / 0.4);
}

.border-e-grey-100\/5 {
  border-inline-end-color: rgb(229 230 232 / 0.05);
}

.border-e-grey-100\/50 {
  border-inline-end-color: rgb(229 230 232 / 0.5);
}

.border-e-grey-100\/60 {
  border-inline-end-color: rgb(229 230 232 / 0.6);
}

.border-e-grey-100\/70 {
  border-inline-end-color: rgb(229 230 232 / 0.7);
}

.border-e-grey-100\/75 {
  border-inline-end-color: rgb(229 230 232 / 0.75);
}

.border-e-grey-100\/80 {
  border-inline-end-color: rgb(229 230 232 / 0.8);
}

.border-e-grey-100\/90 {
  border-inline-end-color: rgb(229 230 232 / 0.9);
}

.border-e-grey-100\/95 {
  border-inline-end-color: rgb(229 230 232 / 0.95);
}

.border-e-grey-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(207 209 210 / var(--tw-border-opacity));
}

.border-e-grey-200\/0 {
  border-inline-end-color: rgb(207 209 210 / 0);
}

.border-e-grey-200\/10 {
  border-inline-end-color: rgb(207 209 210 / 0.1);
}

.border-e-grey-200\/100 {
  border-inline-end-color: rgb(207 209 210 / 1);
}

.border-e-grey-200\/20 {
  border-inline-end-color: rgb(207 209 210 / 0.2);
}

.border-e-grey-200\/25 {
  border-inline-end-color: rgb(207 209 210 / 0.25);
}

.border-e-grey-200\/30 {
  border-inline-end-color: rgb(207 209 210 / 0.3);
}

.border-e-grey-200\/40 {
  border-inline-end-color: rgb(207 209 210 / 0.4);
}

.border-e-grey-200\/5 {
  border-inline-end-color: rgb(207 209 210 / 0.05);
}

.border-e-grey-200\/50 {
  border-inline-end-color: rgb(207 209 210 / 0.5);
}

.border-e-grey-200\/60 {
  border-inline-end-color: rgb(207 209 210 / 0.6);
}

.border-e-grey-200\/70 {
  border-inline-end-color: rgb(207 209 210 / 0.7);
}

.border-e-grey-200\/75 {
  border-inline-end-color: rgb(207 209 210 / 0.75);
}

.border-e-grey-200\/80 {
  border-inline-end-color: rgb(207 209 210 / 0.8);
}

.border-e-grey-200\/90 {
  border-inline-end-color: rgb(207 209 210 / 0.9);
}

.border-e-grey-200\/95 {
  border-inline-end-color: rgb(207 209 210 / 0.95);
}

.border-e-grey-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(173 176 179 / var(--tw-border-opacity));
}

.border-e-grey-300\/0 {
  border-inline-end-color: rgb(173 176 179 / 0);
}

.border-e-grey-300\/10 {
  border-inline-end-color: rgb(173 176 179 / 0.1);
}

.border-e-grey-300\/100 {
  border-inline-end-color: rgb(173 176 179 / 1);
}

.border-e-grey-300\/20 {
  border-inline-end-color: rgb(173 176 179 / 0.2);
}

.border-e-grey-300\/25 {
  border-inline-end-color: rgb(173 176 179 / 0.25);
}

.border-e-grey-300\/30 {
  border-inline-end-color: rgb(173 176 179 / 0.3);
}

.border-e-grey-300\/40 {
  border-inline-end-color: rgb(173 176 179 / 0.4);
}

.border-e-grey-300\/5 {
  border-inline-end-color: rgb(173 176 179 / 0.05);
}

.border-e-grey-300\/50 {
  border-inline-end-color: rgb(173 176 179 / 0.5);
}

.border-e-grey-300\/60 {
  border-inline-end-color: rgb(173 176 179 / 0.6);
}

.border-e-grey-300\/70 {
  border-inline-end-color: rgb(173 176 179 / 0.7);
}

.border-e-grey-300\/75 {
  border-inline-end-color: rgb(173 176 179 / 0.75);
}

.border-e-grey-300\/80 {
  border-inline-end-color: rgb(173 176 179 / 0.8);
}

.border-e-grey-300\/90 {
  border-inline-end-color: rgb(173 176 179 / 0.9);
}

.border-e-grey-300\/95 {
  border-inline-end-color: rgb(173 176 179 / 0.95);
}

.border-e-grey-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(131 134 141 / var(--tw-border-opacity));
}

.border-e-grey-400\/0 {
  border-inline-end-color: rgb(131 134 141 / 0);
}

.border-e-grey-400\/10 {
  border-inline-end-color: rgb(131 134 141 / 0.1);
}

.border-e-grey-400\/100 {
  border-inline-end-color: rgb(131 134 141 / 1);
}

.border-e-grey-400\/20 {
  border-inline-end-color: rgb(131 134 141 / 0.2);
}

.border-e-grey-400\/25 {
  border-inline-end-color: rgb(131 134 141 / 0.25);
}

.border-e-grey-400\/30 {
  border-inline-end-color: rgb(131 134 141 / 0.3);
}

.border-e-grey-400\/40 {
  border-inline-end-color: rgb(131 134 141 / 0.4);
}

.border-e-grey-400\/5 {
  border-inline-end-color: rgb(131 134 141 / 0.05);
}

.border-e-grey-400\/50 {
  border-inline-end-color: rgb(131 134 141 / 0.5);
}

.border-e-grey-400\/60 {
  border-inline-end-color: rgb(131 134 141 / 0.6);
}

.border-e-grey-400\/70 {
  border-inline-end-color: rgb(131 134 141 / 0.7);
}

.border-e-grey-400\/75 {
  border-inline-end-color: rgb(131 134 141 / 0.75);
}

.border-e-grey-400\/80 {
  border-inline-end-color: rgb(131 134 141 / 0.8);
}

.border-e-grey-400\/90 {
  border-inline-end-color: rgb(131 134 141 / 0.9);
}

.border-e-grey-400\/95 {
  border-inline-end-color: rgb(131 134 141 / 0.95);
}

.border-e-grey-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 246 246 / var(--tw-border-opacity));
}

.border-e-grey-50\/0 {
  border-inline-end-color: rgb(245 246 246 / 0);
}

.border-e-grey-50\/10 {
  border-inline-end-color: rgb(245 246 246 / 0.1);
}

.border-e-grey-50\/100 {
  border-inline-end-color: rgb(245 246 246 / 1);
}

.border-e-grey-50\/20 {
  border-inline-end-color: rgb(245 246 246 / 0.2);
}

.border-e-grey-50\/25 {
  border-inline-end-color: rgb(245 246 246 / 0.25);
}

.border-e-grey-50\/30 {
  border-inline-end-color: rgb(245 246 246 / 0.3);
}

.border-e-grey-50\/40 {
  border-inline-end-color: rgb(245 246 246 / 0.4);
}

.border-e-grey-50\/5 {
  border-inline-end-color: rgb(245 246 246 / 0.05);
}

.border-e-grey-50\/50 {
  border-inline-end-color: rgb(245 246 246 / 0.5);
}

.border-e-grey-50\/60 {
  border-inline-end-color: rgb(245 246 246 / 0.6);
}

.border-e-grey-50\/70 {
  border-inline-end-color: rgb(245 246 246 / 0.7);
}

.border-e-grey-50\/75 {
  border-inline-end-color: rgb(245 246 246 / 0.75);
}

.border-e-grey-50\/80 {
  border-inline-end-color: rgb(245 246 246 / 0.8);
}

.border-e-grey-50\/90 {
  border-inline-end-color: rgb(245 246 246 / 0.9);
}

.border-e-grey-50\/95 {
  border-inline-end-color: rgb(245 246 246 / 0.95);
}

.border-e-grey-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(104 107 114 / var(--tw-border-opacity));
}

.border-e-grey-500\/0 {
  border-inline-end-color: rgb(104 107 114 / 0);
}

.border-e-grey-500\/10 {
  border-inline-end-color: rgb(104 107 114 / 0.1);
}

.border-e-grey-500\/100 {
  border-inline-end-color: rgb(104 107 114 / 1);
}

.border-e-grey-500\/20 {
  border-inline-end-color: rgb(104 107 114 / 0.2);
}

.border-e-grey-500\/25 {
  border-inline-end-color: rgb(104 107 114 / 0.25);
}

.border-e-grey-500\/30 {
  border-inline-end-color: rgb(104 107 114 / 0.3);
}

.border-e-grey-500\/40 {
  border-inline-end-color: rgb(104 107 114 / 0.4);
}

.border-e-grey-500\/5 {
  border-inline-end-color: rgb(104 107 114 / 0.05);
}

.border-e-grey-500\/50 {
  border-inline-end-color: rgb(104 107 114 / 0.5);
}

.border-e-grey-500\/60 {
  border-inline-end-color: rgb(104 107 114 / 0.6);
}

.border-e-grey-500\/70 {
  border-inline-end-color: rgb(104 107 114 / 0.7);
}

.border-e-grey-500\/75 {
  border-inline-end-color: rgb(104 107 114 / 0.75);
}

.border-e-grey-500\/80 {
  border-inline-end-color: rgb(104 107 114 / 0.8);
}

.border-e-grey-500\/90 {
  border-inline-end-color: rgb(104 107 114 / 0.9);
}

.border-e-grey-500\/95 {
  border-inline-end-color: rgb(104 107 114 / 0.95);
}

.border-e-grey-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(89 91 97 / var(--tw-border-opacity));
}

.border-e-grey-600\/0 {
  border-inline-end-color: rgb(89 91 97 / 0);
}

.border-e-grey-600\/10 {
  border-inline-end-color: rgb(89 91 97 / 0.1);
}

.border-e-grey-600\/100 {
  border-inline-end-color: rgb(89 91 97 / 1);
}

.border-e-grey-600\/20 {
  border-inline-end-color: rgb(89 91 97 / 0.2);
}

.border-e-grey-600\/25 {
  border-inline-end-color: rgb(89 91 97 / 0.25);
}

.border-e-grey-600\/30 {
  border-inline-end-color: rgb(89 91 97 / 0.3);
}

.border-e-grey-600\/40 {
  border-inline-end-color: rgb(89 91 97 / 0.4);
}

.border-e-grey-600\/5 {
  border-inline-end-color: rgb(89 91 97 / 0.05);
}

.border-e-grey-600\/50 {
  border-inline-end-color: rgb(89 91 97 / 0.5);
}

.border-e-grey-600\/60 {
  border-inline-end-color: rgb(89 91 97 / 0.6);
}

.border-e-grey-600\/70 {
  border-inline-end-color: rgb(89 91 97 / 0.7);
}

.border-e-grey-600\/75 {
  border-inline-end-color: rgb(89 91 97 / 0.75);
}

.border-e-grey-600\/80 {
  border-inline-end-color: rgb(89 91 97 / 0.8);
}

.border-e-grey-600\/90 {
  border-inline-end-color: rgb(89 91 97 / 0.9);
}

.border-e-grey-600\/95 {
  border-inline-end-color: rgb(89 91 97 / 0.95);
}

.border-e-grey-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(77 79 83 / var(--tw-border-opacity));
}

.border-e-grey-700\/0 {
  border-inline-end-color: rgb(77 79 83 / 0);
}

.border-e-grey-700\/10 {
  border-inline-end-color: rgb(77 79 83 / 0.1);
}

.border-e-grey-700\/100 {
  border-inline-end-color: rgb(77 79 83 / 1);
}

.border-e-grey-700\/20 {
  border-inline-end-color: rgb(77 79 83 / 0.2);
}

.border-e-grey-700\/25 {
  border-inline-end-color: rgb(77 79 83 / 0.25);
}

.border-e-grey-700\/30 {
  border-inline-end-color: rgb(77 79 83 / 0.3);
}

.border-e-grey-700\/40 {
  border-inline-end-color: rgb(77 79 83 / 0.4);
}

.border-e-grey-700\/5 {
  border-inline-end-color: rgb(77 79 83 / 0.05);
}

.border-e-grey-700\/50 {
  border-inline-end-color: rgb(77 79 83 / 0.5);
}

.border-e-grey-700\/60 {
  border-inline-end-color: rgb(77 79 83 / 0.6);
}

.border-e-grey-700\/70 {
  border-inline-end-color: rgb(77 79 83 / 0.7);
}

.border-e-grey-700\/75 {
  border-inline-end-color: rgb(77 79 83 / 0.75);
}

.border-e-grey-700\/80 {
  border-inline-end-color: rgb(77 79 83 / 0.8);
}

.border-e-grey-700\/90 {
  border-inline-end-color: rgb(77 79 83 / 0.9);
}

.border-e-grey-700\/95 {
  border-inline-end-color: rgb(77 79 83 / 0.95);
}

.border-e-grey-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(67 68 71 / var(--tw-border-opacity));
}

.border-e-grey-800\/0 {
  border-inline-end-color: rgb(67 68 71 / 0);
}

.border-e-grey-800\/10 {
  border-inline-end-color: rgb(67 68 71 / 0.1);
}

.border-e-grey-800\/100 {
  border-inline-end-color: rgb(67 68 71 / 1);
}

.border-e-grey-800\/20 {
  border-inline-end-color: rgb(67 68 71 / 0.2);
}

.border-e-grey-800\/25 {
  border-inline-end-color: rgb(67 68 71 / 0.25);
}

.border-e-grey-800\/30 {
  border-inline-end-color: rgb(67 68 71 / 0.3);
}

.border-e-grey-800\/40 {
  border-inline-end-color: rgb(67 68 71 / 0.4);
}

.border-e-grey-800\/5 {
  border-inline-end-color: rgb(67 68 71 / 0.05);
}

.border-e-grey-800\/50 {
  border-inline-end-color: rgb(67 68 71 / 0.5);
}

.border-e-grey-800\/60 {
  border-inline-end-color: rgb(67 68 71 / 0.6);
}

.border-e-grey-800\/70 {
  border-inline-end-color: rgb(67 68 71 / 0.7);
}

.border-e-grey-800\/75 {
  border-inline-end-color: rgb(67 68 71 / 0.75);
}

.border-e-grey-800\/80 {
  border-inline-end-color: rgb(67 68 71 / 0.8);
}

.border-e-grey-800\/90 {
  border-inline-end-color: rgb(67 68 71 / 0.9);
}

.border-e-grey-800\/95 {
  border-inline-end-color: rgb(67 68 71 / 0.95);
}

.border-e-grey-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(59 60 62 / var(--tw-border-opacity));
}

.border-e-grey-900\/0 {
  border-inline-end-color: rgb(59 60 62 / 0);
}

.border-e-grey-900\/10 {
  border-inline-end-color: rgb(59 60 62 / 0.1);
}

.border-e-grey-900\/100 {
  border-inline-end-color: rgb(59 60 62 / 1);
}

.border-e-grey-900\/20 {
  border-inline-end-color: rgb(59 60 62 / 0.2);
}

.border-e-grey-900\/25 {
  border-inline-end-color: rgb(59 60 62 / 0.25);
}

.border-e-grey-900\/30 {
  border-inline-end-color: rgb(59 60 62 / 0.3);
}

.border-e-grey-900\/40 {
  border-inline-end-color: rgb(59 60 62 / 0.4);
}

.border-e-grey-900\/5 {
  border-inline-end-color: rgb(59 60 62 / 0.05);
}

.border-e-grey-900\/50 {
  border-inline-end-color: rgb(59 60 62 / 0.5);
}

.border-e-grey-900\/60 {
  border-inline-end-color: rgb(59 60 62 / 0.6);
}

.border-e-grey-900\/70 {
  border-inline-end-color: rgb(59 60 62 / 0.7);
}

.border-e-grey-900\/75 {
  border-inline-end-color: rgb(59 60 62 / 0.75);
}

.border-e-grey-900\/80 {
  border-inline-end-color: rgb(59 60 62 / 0.8);
}

.border-e-grey-900\/90 {
  border-inline-end-color: rgb(59 60 62 / 0.9);
}

.border-e-grey-900\/95 {
  border-inline-end-color: rgb(59 60 62 / 0.95);
}

.border-e-grey-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(37 38 39 / var(--tw-border-opacity));
}

.border-e-grey-950\/0 {
  border-inline-end-color: rgb(37 38 39 / 0);
}

.border-e-grey-950\/10 {
  border-inline-end-color: rgb(37 38 39 / 0.1);
}

.border-e-grey-950\/100 {
  border-inline-end-color: rgb(37 38 39 / 1);
}

.border-e-grey-950\/20 {
  border-inline-end-color: rgb(37 38 39 / 0.2);
}

.border-e-grey-950\/25 {
  border-inline-end-color: rgb(37 38 39 / 0.25);
}

.border-e-grey-950\/30 {
  border-inline-end-color: rgb(37 38 39 / 0.3);
}

.border-e-grey-950\/40 {
  border-inline-end-color: rgb(37 38 39 / 0.4);
}

.border-e-grey-950\/5 {
  border-inline-end-color: rgb(37 38 39 / 0.05);
}

.border-e-grey-950\/50 {
  border-inline-end-color: rgb(37 38 39 / 0.5);
}

.border-e-grey-950\/60 {
  border-inline-end-color: rgb(37 38 39 / 0.6);
}

.border-e-grey-950\/70 {
  border-inline-end-color: rgb(37 38 39 / 0.7);
}

.border-e-grey-950\/75 {
  border-inline-end-color: rgb(37 38 39 / 0.75);
}

.border-e-grey-950\/80 {
  border-inline-end-color: rgb(37 38 39 / 0.8);
}

.border-e-grey-950\/90 {
  border-inline-end-color: rgb(37 38 39 / 0.9);
}

.border-e-grey-950\/95 {
  border-inline-end-color: rgb(37 38 39 / 0.95);
}

.border-e-grey\/0 {
  border-inline-end-color: rgb(77 79 83 / 0);
}

.border-e-grey\/10 {
  border-inline-end-color: rgb(77 79 83 / 0.1);
}

.border-e-grey\/100 {
  border-inline-end-color: rgb(77 79 83 / 1);
}

.border-e-grey\/20 {
  border-inline-end-color: rgb(77 79 83 / 0.2);
}

.border-e-grey\/25 {
  border-inline-end-color: rgb(77 79 83 / 0.25);
}

.border-e-grey\/30 {
  border-inline-end-color: rgb(77 79 83 / 0.3);
}

.border-e-grey\/40 {
  border-inline-end-color: rgb(77 79 83 / 0.4);
}

.border-e-grey\/5 {
  border-inline-end-color: rgb(77 79 83 / 0.05);
}

.border-e-grey\/50 {
  border-inline-end-color: rgb(77 79 83 / 0.5);
}

.border-e-grey\/60 {
  border-inline-end-color: rgb(77 79 83 / 0.6);
}

.border-e-grey\/70 {
  border-inline-end-color: rgb(77 79 83 / 0.7);
}

.border-e-grey\/75 {
  border-inline-end-color: rgb(77 79 83 / 0.75);
}

.border-e-grey\/80 {
  border-inline-end-color: rgb(77 79 83 / 0.8);
}

.border-e-grey\/90 {
  border-inline-end-color: rgb(77 79 83 / 0.9);
}

.border-e-grey\/95 {
  border-inline-end-color: rgb(77 79 83 / 0.95);
}

.border-e-navy {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(10 81 122 / var(--tw-border-opacity));
}

.border-e-navy-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(225 242 253 / var(--tw-border-opacity));
}

.border-e-navy-100\/0 {
  border-inline-end-color: rgb(225 242 253 / 0);
}

.border-e-navy-100\/10 {
  border-inline-end-color: rgb(225 242 253 / 0.1);
}

.border-e-navy-100\/100 {
  border-inline-end-color: rgb(225 242 253 / 1);
}

.border-e-navy-100\/20 {
  border-inline-end-color: rgb(225 242 253 / 0.2);
}

.border-e-navy-100\/25 {
  border-inline-end-color: rgb(225 242 253 / 0.25);
}

.border-e-navy-100\/30 {
  border-inline-end-color: rgb(225 242 253 / 0.3);
}

.border-e-navy-100\/40 {
  border-inline-end-color: rgb(225 242 253 / 0.4);
}

.border-e-navy-100\/5 {
  border-inline-end-color: rgb(225 242 253 / 0.05);
}

.border-e-navy-100\/50 {
  border-inline-end-color: rgb(225 242 253 / 0.5);
}

.border-e-navy-100\/60 {
  border-inline-end-color: rgb(225 242 253 / 0.6);
}

.border-e-navy-100\/70 {
  border-inline-end-color: rgb(225 242 253 / 0.7);
}

.border-e-navy-100\/75 {
  border-inline-end-color: rgb(225 242 253 / 0.75);
}

.border-e-navy-100\/80 {
  border-inline-end-color: rgb(225 242 253 / 0.8);
}

.border-e-navy-100\/90 {
  border-inline-end-color: rgb(225 242 253 / 0.9);
}

.border-e-navy-100\/95 {
  border-inline-end-color: rgb(225 242 253 / 0.95);
}

.border-e-navy-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(188 228 251 / var(--tw-border-opacity));
}

.border-e-navy-200\/0 {
  border-inline-end-color: rgb(188 228 251 / 0);
}

.border-e-navy-200\/10 {
  border-inline-end-color: rgb(188 228 251 / 0.1);
}

.border-e-navy-200\/100 {
  border-inline-end-color: rgb(188 228 251 / 1);
}

.border-e-navy-200\/20 {
  border-inline-end-color: rgb(188 228 251 / 0.2);
}

.border-e-navy-200\/25 {
  border-inline-end-color: rgb(188 228 251 / 0.25);
}

.border-e-navy-200\/30 {
  border-inline-end-color: rgb(188 228 251 / 0.3);
}

.border-e-navy-200\/40 {
  border-inline-end-color: rgb(188 228 251 / 0.4);
}

.border-e-navy-200\/5 {
  border-inline-end-color: rgb(188 228 251 / 0.05);
}

.border-e-navy-200\/50 {
  border-inline-end-color: rgb(188 228 251 / 0.5);
}

.border-e-navy-200\/60 {
  border-inline-end-color: rgb(188 228 251 / 0.6);
}

.border-e-navy-200\/70 {
  border-inline-end-color: rgb(188 228 251 / 0.7);
}

.border-e-navy-200\/75 {
  border-inline-end-color: rgb(188 228 251 / 0.75);
}

.border-e-navy-200\/80 {
  border-inline-end-color: rgb(188 228 251 / 0.8);
}

.border-e-navy-200\/90 {
  border-inline-end-color: rgb(188 228 251 / 0.9);
}

.border-e-navy-200\/95 {
  border-inline-end-color: rgb(188 228 251 / 0.95);
}

.border-e-navy-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(129 208 248 / var(--tw-border-opacity));
}

.border-e-navy-300\/0 {
  border-inline-end-color: rgb(129 208 248 / 0);
}

.border-e-navy-300\/10 {
  border-inline-end-color: rgb(129 208 248 / 0.1);
}

.border-e-navy-300\/100 {
  border-inline-end-color: rgb(129 208 248 / 1);
}

.border-e-navy-300\/20 {
  border-inline-end-color: rgb(129 208 248 / 0.2);
}

.border-e-navy-300\/25 {
  border-inline-end-color: rgb(129 208 248 / 0.25);
}

.border-e-navy-300\/30 {
  border-inline-end-color: rgb(129 208 248 / 0.3);
}

.border-e-navy-300\/40 {
  border-inline-end-color: rgb(129 208 248 / 0.4);
}

.border-e-navy-300\/5 {
  border-inline-end-color: rgb(129 208 248 / 0.05);
}

.border-e-navy-300\/50 {
  border-inline-end-color: rgb(129 208 248 / 0.5);
}

.border-e-navy-300\/60 {
  border-inline-end-color: rgb(129 208 248 / 0.6);
}

.border-e-navy-300\/70 {
  border-inline-end-color: rgb(129 208 248 / 0.7);
}

.border-e-navy-300\/75 {
  border-inline-end-color: rgb(129 208 248 / 0.75);
}

.border-e-navy-300\/80 {
  border-inline-end-color: rgb(129 208 248 / 0.8);
}

.border-e-navy-300\/90 {
  border-inline-end-color: rgb(129 208 248 / 0.9);
}

.border-e-navy-300\/95 {
  border-inline-end-color: rgb(129 208 248 / 0.95);
}

.border-e-navy-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(61 184 243 / var(--tw-border-opacity));
}

.border-e-navy-400\/0 {
  border-inline-end-color: rgb(61 184 243 / 0);
}

.border-e-navy-400\/10 {
  border-inline-end-color: rgb(61 184 243 / 0.1);
}

.border-e-navy-400\/100 {
  border-inline-end-color: rgb(61 184 243 / 1);
}

.border-e-navy-400\/20 {
  border-inline-end-color: rgb(61 184 243 / 0.2);
}

.border-e-navy-400\/25 {
  border-inline-end-color: rgb(61 184 243 / 0.25);
}

.border-e-navy-400\/30 {
  border-inline-end-color: rgb(61 184 243 / 0.3);
}

.border-e-navy-400\/40 {
  border-inline-end-color: rgb(61 184 243 / 0.4);
}

.border-e-navy-400\/5 {
  border-inline-end-color: rgb(61 184 243 / 0.05);
}

.border-e-navy-400\/50 {
  border-inline-end-color: rgb(61 184 243 / 0.5);
}

.border-e-navy-400\/60 {
  border-inline-end-color: rgb(61 184 243 / 0.6);
}

.border-e-navy-400\/70 {
  border-inline-end-color: rgb(61 184 243 / 0.7);
}

.border-e-navy-400\/75 {
  border-inline-end-color: rgb(61 184 243 / 0.75);
}

.border-e-navy-400\/80 {
  border-inline-end-color: rgb(61 184 243 / 0.8);
}

.border-e-navy-400\/90 {
  border-inline-end-color: rgb(61 184 243 / 0.9);
}

.border-e-navy-400\/95 {
  border-inline-end-color: rgb(61 184 243 / 0.95);
}

.border-e-navy-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.border-e-navy-50\/0 {
  border-inline-end-color: rgb(240 249 255 / 0);
}

.border-e-navy-50\/10 {
  border-inline-end-color: rgb(240 249 255 / 0.1);
}

.border-e-navy-50\/100 {
  border-inline-end-color: rgb(240 249 255 / 1);
}

.border-e-navy-50\/20 {
  border-inline-end-color: rgb(240 249 255 / 0.2);
}

.border-e-navy-50\/25 {
  border-inline-end-color: rgb(240 249 255 / 0.25);
}

.border-e-navy-50\/30 {
  border-inline-end-color: rgb(240 249 255 / 0.3);
}

.border-e-navy-50\/40 {
  border-inline-end-color: rgb(240 249 255 / 0.4);
}

.border-e-navy-50\/5 {
  border-inline-end-color: rgb(240 249 255 / 0.05);
}

.border-e-navy-50\/50 {
  border-inline-end-color: rgb(240 249 255 / 0.5);
}

.border-e-navy-50\/60 {
  border-inline-end-color: rgb(240 249 255 / 0.6);
}

.border-e-navy-50\/70 {
  border-inline-end-color: rgb(240 249 255 / 0.7);
}

.border-e-navy-50\/75 {
  border-inline-end-color: rgb(240 249 255 / 0.75);
}

.border-e-navy-50\/80 {
  border-inline-end-color: rgb(240 249 255 / 0.8);
}

.border-e-navy-50\/90 {
  border-inline-end-color: rgb(240 249 255 / 0.9);
}

.border-e-navy-50\/95 {
  border-inline-end-color: rgb(240 249 255 / 0.95);
}

.border-e-navy-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(20 160 227 / var(--tw-border-opacity));
}

.border-e-navy-500\/0 {
  border-inline-end-color: rgb(20 160 227 / 0);
}

.border-e-navy-500\/10 {
  border-inline-end-color: rgb(20 160 227 / 0.1);
}

.border-e-navy-500\/100 {
  border-inline-end-color: rgb(20 160 227 / 1);
}

.border-e-navy-500\/20 {
  border-inline-end-color: rgb(20 160 227 / 0.2);
}

.border-e-navy-500\/25 {
  border-inline-end-color: rgb(20 160 227 / 0.25);
}

.border-e-navy-500\/30 {
  border-inline-end-color: rgb(20 160 227 / 0.3);
}

.border-e-navy-500\/40 {
  border-inline-end-color: rgb(20 160 227 / 0.4);
}

.border-e-navy-500\/5 {
  border-inline-end-color: rgb(20 160 227 / 0.05);
}

.border-e-navy-500\/50 {
  border-inline-end-color: rgb(20 160 227 / 0.5);
}

.border-e-navy-500\/60 {
  border-inline-end-color: rgb(20 160 227 / 0.6);
}

.border-e-navy-500\/70 {
  border-inline-end-color: rgb(20 160 227 / 0.7);
}

.border-e-navy-500\/75 {
  border-inline-end-color: rgb(20 160 227 / 0.75);
}

.border-e-navy-500\/80 {
  border-inline-end-color: rgb(20 160 227 / 0.8);
}

.border-e-navy-500\/90 {
  border-inline-end-color: rgb(20 160 227 / 0.9);
}

.border-e-navy-500\/95 {
  border-inline-end-color: rgb(20 160 227 / 0.95);
}

.border-e-navy-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(8 127 193 / var(--tw-border-opacity));
}

.border-e-navy-600\/0 {
  border-inline-end-color: rgb(8 127 193 / 0);
}

.border-e-navy-600\/10 {
  border-inline-end-color: rgb(8 127 193 / 0.1);
}

.border-e-navy-600\/100 {
  border-inline-end-color: rgb(8 127 193 / 1);
}

.border-e-navy-600\/20 {
  border-inline-end-color: rgb(8 127 193 / 0.2);
}

.border-e-navy-600\/25 {
  border-inline-end-color: rgb(8 127 193 / 0.25);
}

.border-e-navy-600\/30 {
  border-inline-end-color: rgb(8 127 193 / 0.3);
}

.border-e-navy-600\/40 {
  border-inline-end-color: rgb(8 127 193 / 0.4);
}

.border-e-navy-600\/5 {
  border-inline-end-color: rgb(8 127 193 / 0.05);
}

.border-e-navy-600\/50 {
  border-inline-end-color: rgb(8 127 193 / 0.5);
}

.border-e-navy-600\/60 {
  border-inline-end-color: rgb(8 127 193 / 0.6);
}

.border-e-navy-600\/70 {
  border-inline-end-color: rgb(8 127 193 / 0.7);
}

.border-e-navy-600\/75 {
  border-inline-end-color: rgb(8 127 193 / 0.75);
}

.border-e-navy-600\/80 {
  border-inline-end-color: rgb(8 127 193 / 0.8);
}

.border-e-navy-600\/90 {
  border-inline-end-color: rgb(8 127 193 / 0.9);
}

.border-e-navy-600\/95 {
  border-inline-end-color: rgb(8 127 193 / 0.95);
}

.border-e-navy-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(8 102 156 / var(--tw-border-opacity));
}

.border-e-navy-700\/0 {
  border-inline-end-color: rgb(8 102 156 / 0);
}

.border-e-navy-700\/10 {
  border-inline-end-color: rgb(8 102 156 / 0.1);
}

.border-e-navy-700\/100 {
  border-inline-end-color: rgb(8 102 156 / 1);
}

.border-e-navy-700\/20 {
  border-inline-end-color: rgb(8 102 156 / 0.2);
}

.border-e-navy-700\/25 {
  border-inline-end-color: rgb(8 102 156 / 0.25);
}

.border-e-navy-700\/30 {
  border-inline-end-color: rgb(8 102 156 / 0.3);
}

.border-e-navy-700\/40 {
  border-inline-end-color: rgb(8 102 156 / 0.4);
}

.border-e-navy-700\/5 {
  border-inline-end-color: rgb(8 102 156 / 0.05);
}

.border-e-navy-700\/50 {
  border-inline-end-color: rgb(8 102 156 / 0.5);
}

.border-e-navy-700\/60 {
  border-inline-end-color: rgb(8 102 156 / 0.6);
}

.border-e-navy-700\/70 {
  border-inline-end-color: rgb(8 102 156 / 0.7);
}

.border-e-navy-700\/75 {
  border-inline-end-color: rgb(8 102 156 / 0.75);
}

.border-e-navy-700\/80 {
  border-inline-end-color: rgb(8 102 156 / 0.8);
}

.border-e-navy-700\/90 {
  border-inline-end-color: rgb(8 102 156 / 0.9);
}

.border-e-navy-700\/95 {
  border-inline-end-color: rgb(8 102 156 / 0.95);
}

.border-e-navy-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(10 81 122 / var(--tw-border-opacity));
}

.border-e-navy-800\/0 {
  border-inline-end-color: rgb(10 81 122 / 0);
}

.border-e-navy-800\/10 {
  border-inline-end-color: rgb(10 81 122 / 0.1);
}

.border-e-navy-800\/100 {
  border-inline-end-color: rgb(10 81 122 / 1);
}

.border-e-navy-800\/20 {
  border-inline-end-color: rgb(10 81 122 / 0.2);
}

.border-e-navy-800\/25 {
  border-inline-end-color: rgb(10 81 122 / 0.25);
}

.border-e-navy-800\/30 {
  border-inline-end-color: rgb(10 81 122 / 0.3);
}

.border-e-navy-800\/40 {
  border-inline-end-color: rgb(10 81 122 / 0.4);
}

.border-e-navy-800\/5 {
  border-inline-end-color: rgb(10 81 122 / 0.05);
}

.border-e-navy-800\/50 {
  border-inline-end-color: rgb(10 81 122 / 0.5);
}

.border-e-navy-800\/60 {
  border-inline-end-color: rgb(10 81 122 / 0.6);
}

.border-e-navy-800\/70 {
  border-inline-end-color: rgb(10 81 122 / 0.7);
}

.border-e-navy-800\/75 {
  border-inline-end-color: rgb(10 81 122 / 0.75);
}

.border-e-navy-800\/80 {
  border-inline-end-color: rgb(10 81 122 / 0.8);
}

.border-e-navy-800\/90 {
  border-inline-end-color: rgb(10 81 122 / 0.9);
}

.border-e-navy-800\/95 {
  border-inline-end-color: rgb(10 81 122 / 0.95);
}

.border-e-navy-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(15 71 107 / var(--tw-border-opacity));
}

.border-e-navy-900\/0 {
  border-inline-end-color: rgb(15 71 107 / 0);
}

.border-e-navy-900\/10 {
  border-inline-end-color: rgb(15 71 107 / 0.1);
}

.border-e-navy-900\/100 {
  border-inline-end-color: rgb(15 71 107 / 1);
}

.border-e-navy-900\/20 {
  border-inline-end-color: rgb(15 71 107 / 0.2);
}

.border-e-navy-900\/25 {
  border-inline-end-color: rgb(15 71 107 / 0.25);
}

.border-e-navy-900\/30 {
  border-inline-end-color: rgb(15 71 107 / 0.3);
}

.border-e-navy-900\/40 {
  border-inline-end-color: rgb(15 71 107 / 0.4);
}

.border-e-navy-900\/5 {
  border-inline-end-color: rgb(15 71 107 / 0.05);
}

.border-e-navy-900\/50 {
  border-inline-end-color: rgb(15 71 107 / 0.5);
}

.border-e-navy-900\/60 {
  border-inline-end-color: rgb(15 71 107 / 0.6);
}

.border-e-navy-900\/70 {
  border-inline-end-color: rgb(15 71 107 / 0.7);
}

.border-e-navy-900\/75 {
  border-inline-end-color: rgb(15 71 107 / 0.75);
}

.border-e-navy-900\/80 {
  border-inline-end-color: rgb(15 71 107 / 0.8);
}

.border-e-navy-900\/90 {
  border-inline-end-color: rgb(15 71 107 / 0.9);
}

.border-e-navy-900\/95 {
  border-inline-end-color: rgb(15 71 107 / 0.95);
}

.border-e-navy-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(10 46 71 / var(--tw-border-opacity));
}

.border-e-navy-950\/0 {
  border-inline-end-color: rgb(10 46 71 / 0);
}

.border-e-navy-950\/10 {
  border-inline-end-color: rgb(10 46 71 / 0.1);
}

.border-e-navy-950\/100 {
  border-inline-end-color: rgb(10 46 71 / 1);
}

.border-e-navy-950\/20 {
  border-inline-end-color: rgb(10 46 71 / 0.2);
}

.border-e-navy-950\/25 {
  border-inline-end-color: rgb(10 46 71 / 0.25);
}

.border-e-navy-950\/30 {
  border-inline-end-color: rgb(10 46 71 / 0.3);
}

.border-e-navy-950\/40 {
  border-inline-end-color: rgb(10 46 71 / 0.4);
}

.border-e-navy-950\/5 {
  border-inline-end-color: rgb(10 46 71 / 0.05);
}

.border-e-navy-950\/50 {
  border-inline-end-color: rgb(10 46 71 / 0.5);
}

.border-e-navy-950\/60 {
  border-inline-end-color: rgb(10 46 71 / 0.6);
}

.border-e-navy-950\/70 {
  border-inline-end-color: rgb(10 46 71 / 0.7);
}

.border-e-navy-950\/75 {
  border-inline-end-color: rgb(10 46 71 / 0.75);
}

.border-e-navy-950\/80 {
  border-inline-end-color: rgb(10 46 71 / 0.8);
}

.border-e-navy-950\/90 {
  border-inline-end-color: rgb(10 46 71 / 0.9);
}

.border-e-navy-950\/95 {
  border-inline-end-color: rgb(10 46 71 / 0.95);
}

.border-e-navy\/0 {
  border-inline-end-color: rgb(10 81 122 / 0);
}

.border-e-navy\/10 {
  border-inline-end-color: rgb(10 81 122 / 0.1);
}

.border-e-navy\/100 {
  border-inline-end-color: rgb(10 81 122 / 1);
}

.border-e-navy\/20 {
  border-inline-end-color: rgb(10 81 122 / 0.2);
}

.border-e-navy\/25 {
  border-inline-end-color: rgb(10 81 122 / 0.25);
}

.border-e-navy\/30 {
  border-inline-end-color: rgb(10 81 122 / 0.3);
}

.border-e-navy\/40 {
  border-inline-end-color: rgb(10 81 122 / 0.4);
}

.border-e-navy\/5 {
  border-inline-end-color: rgb(10 81 122 / 0.05);
}

.border-e-navy\/50 {
  border-inline-end-color: rgb(10 81 122 / 0.5);
}

.border-e-navy\/60 {
  border-inline-end-color: rgb(10 81 122 / 0.6);
}

.border-e-navy\/70 {
  border-inline-end-color: rgb(10 81 122 / 0.7);
}

.border-e-navy\/75 {
  border-inline-end-color: rgb(10 81 122 / 0.75);
}

.border-e-navy\/80 {
  border-inline-end-color: rgb(10 81 122 / 0.8);
}

.border-e-navy\/90 {
  border-inline-end-color: rgb(10 81 122 / 0.9);
}

.border-e-navy\/95 {
  border-inline-end-color: rgb(10 81 122 / 0.95);
}

.border-e-neutral-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.border-e-neutral-100\/0 {
  border-inline-end-color: rgb(245 245 245 / 0);
}

.border-e-neutral-100\/10 {
  border-inline-end-color: rgb(245 245 245 / 0.1);
}

.border-e-neutral-100\/100 {
  border-inline-end-color: rgb(245 245 245 / 1);
}

.border-e-neutral-100\/20 {
  border-inline-end-color: rgb(245 245 245 / 0.2);
}

.border-e-neutral-100\/25 {
  border-inline-end-color: rgb(245 245 245 / 0.25);
}

.border-e-neutral-100\/30 {
  border-inline-end-color: rgb(245 245 245 / 0.3);
}

.border-e-neutral-100\/40 {
  border-inline-end-color: rgb(245 245 245 / 0.4);
}

.border-e-neutral-100\/5 {
  border-inline-end-color: rgb(245 245 245 / 0.05);
}

.border-e-neutral-100\/50 {
  border-inline-end-color: rgb(245 245 245 / 0.5);
}

.border-e-neutral-100\/60 {
  border-inline-end-color: rgb(245 245 245 / 0.6);
}

.border-e-neutral-100\/70 {
  border-inline-end-color: rgb(245 245 245 / 0.7);
}

.border-e-neutral-100\/75 {
  border-inline-end-color: rgb(245 245 245 / 0.75);
}

.border-e-neutral-100\/80 {
  border-inline-end-color: rgb(245 245 245 / 0.8);
}

.border-e-neutral-100\/90 {
  border-inline-end-color: rgb(245 245 245 / 0.9);
}

.border-e-neutral-100\/95 {
  border-inline-end-color: rgb(245 245 245 / 0.95);
}

.border-e-neutral-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-e-neutral-200\/0 {
  border-inline-end-color: rgb(229 229 229 / 0);
}

.border-e-neutral-200\/10 {
  border-inline-end-color: rgb(229 229 229 / 0.1);
}

.border-e-neutral-200\/100 {
  border-inline-end-color: rgb(229 229 229 / 1);
}

.border-e-neutral-200\/20 {
  border-inline-end-color: rgb(229 229 229 / 0.2);
}

.border-e-neutral-200\/25 {
  border-inline-end-color: rgb(229 229 229 / 0.25);
}

.border-e-neutral-200\/30 {
  border-inline-end-color: rgb(229 229 229 / 0.3);
}

.border-e-neutral-200\/40 {
  border-inline-end-color: rgb(229 229 229 / 0.4);
}

.border-e-neutral-200\/5 {
  border-inline-end-color: rgb(229 229 229 / 0.05);
}

.border-e-neutral-200\/50 {
  border-inline-end-color: rgb(229 229 229 / 0.5);
}

.border-e-neutral-200\/60 {
  border-inline-end-color: rgb(229 229 229 / 0.6);
}

.border-e-neutral-200\/70 {
  border-inline-end-color: rgb(229 229 229 / 0.7);
}

.border-e-neutral-200\/75 {
  border-inline-end-color: rgb(229 229 229 / 0.75);
}

.border-e-neutral-200\/80 {
  border-inline-end-color: rgb(229 229 229 / 0.8);
}

.border-e-neutral-200\/90 {
  border-inline-end-color: rgb(229 229 229 / 0.9);
}

.border-e-neutral-200\/95 {
  border-inline-end-color: rgb(229 229 229 / 0.95);
}

.border-e-neutral-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-e-neutral-300\/0 {
  border-inline-end-color: rgb(212 212 212 / 0);
}

.border-e-neutral-300\/10 {
  border-inline-end-color: rgb(212 212 212 / 0.1);
}

.border-e-neutral-300\/100 {
  border-inline-end-color: rgb(212 212 212 / 1);
}

.border-e-neutral-300\/20 {
  border-inline-end-color: rgb(212 212 212 / 0.2);
}

.border-e-neutral-300\/25 {
  border-inline-end-color: rgb(212 212 212 / 0.25);
}

.border-e-neutral-300\/30 {
  border-inline-end-color: rgb(212 212 212 / 0.3);
}

.border-e-neutral-300\/40 {
  border-inline-end-color: rgb(212 212 212 / 0.4);
}

.border-e-neutral-300\/5 {
  border-inline-end-color: rgb(212 212 212 / 0.05);
}

.border-e-neutral-300\/50 {
  border-inline-end-color: rgb(212 212 212 / 0.5);
}

.border-e-neutral-300\/60 {
  border-inline-end-color: rgb(212 212 212 / 0.6);
}

.border-e-neutral-300\/70 {
  border-inline-end-color: rgb(212 212 212 / 0.7);
}

.border-e-neutral-300\/75 {
  border-inline-end-color: rgb(212 212 212 / 0.75);
}

.border-e-neutral-300\/80 {
  border-inline-end-color: rgb(212 212 212 / 0.8);
}

.border-e-neutral-300\/90 {
  border-inline-end-color: rgb(212 212 212 / 0.9);
}

.border-e-neutral-300\/95 {
  border-inline-end-color: rgb(212 212 212 / 0.95);
}

.border-e-neutral-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.border-e-neutral-400\/0 {
  border-inline-end-color: rgb(163 163 163 / 0);
}

.border-e-neutral-400\/10 {
  border-inline-end-color: rgb(163 163 163 / 0.1);
}

.border-e-neutral-400\/100 {
  border-inline-end-color: rgb(163 163 163 / 1);
}

.border-e-neutral-400\/20 {
  border-inline-end-color: rgb(163 163 163 / 0.2);
}

.border-e-neutral-400\/25 {
  border-inline-end-color: rgb(163 163 163 / 0.25);
}

.border-e-neutral-400\/30 {
  border-inline-end-color: rgb(163 163 163 / 0.3);
}

.border-e-neutral-400\/40 {
  border-inline-end-color: rgb(163 163 163 / 0.4);
}

.border-e-neutral-400\/5 {
  border-inline-end-color: rgb(163 163 163 / 0.05);
}

.border-e-neutral-400\/50 {
  border-inline-end-color: rgb(163 163 163 / 0.5);
}

.border-e-neutral-400\/60 {
  border-inline-end-color: rgb(163 163 163 / 0.6);
}

.border-e-neutral-400\/70 {
  border-inline-end-color: rgb(163 163 163 / 0.7);
}

.border-e-neutral-400\/75 {
  border-inline-end-color: rgb(163 163 163 / 0.75);
}

.border-e-neutral-400\/80 {
  border-inline-end-color: rgb(163 163 163 / 0.8);
}

.border-e-neutral-400\/90 {
  border-inline-end-color: rgb(163 163 163 / 0.9);
}

.border-e-neutral-400\/95 {
  border-inline-end-color: rgb(163 163 163 / 0.95);
}

.border-e-neutral-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-e-neutral-50\/0 {
  border-inline-end-color: rgb(250 250 250 / 0);
}

.border-e-neutral-50\/10 {
  border-inline-end-color: rgb(250 250 250 / 0.1);
}

.border-e-neutral-50\/100 {
  border-inline-end-color: rgb(250 250 250 / 1);
}

.border-e-neutral-50\/20 {
  border-inline-end-color: rgb(250 250 250 / 0.2);
}

.border-e-neutral-50\/25 {
  border-inline-end-color: rgb(250 250 250 / 0.25);
}

.border-e-neutral-50\/30 {
  border-inline-end-color: rgb(250 250 250 / 0.3);
}

.border-e-neutral-50\/40 {
  border-inline-end-color: rgb(250 250 250 / 0.4);
}

.border-e-neutral-50\/5 {
  border-inline-end-color: rgb(250 250 250 / 0.05);
}

.border-e-neutral-50\/50 {
  border-inline-end-color: rgb(250 250 250 / 0.5);
}

.border-e-neutral-50\/60 {
  border-inline-end-color: rgb(250 250 250 / 0.6);
}

.border-e-neutral-50\/70 {
  border-inline-end-color: rgb(250 250 250 / 0.7);
}

.border-e-neutral-50\/75 {
  border-inline-end-color: rgb(250 250 250 / 0.75);
}

.border-e-neutral-50\/80 {
  border-inline-end-color: rgb(250 250 250 / 0.8);
}

.border-e-neutral-50\/90 {
  border-inline-end-color: rgb(250 250 250 / 0.9);
}

.border-e-neutral-50\/95 {
  border-inline-end-color: rgb(250 250 250 / 0.95);
}

.border-e-neutral-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.border-e-neutral-500\/0 {
  border-inline-end-color: rgb(115 115 115 / 0);
}

.border-e-neutral-500\/10 {
  border-inline-end-color: rgb(115 115 115 / 0.1);
}

.border-e-neutral-500\/100 {
  border-inline-end-color: rgb(115 115 115 / 1);
}

.border-e-neutral-500\/20 {
  border-inline-end-color: rgb(115 115 115 / 0.2);
}

.border-e-neutral-500\/25 {
  border-inline-end-color: rgb(115 115 115 / 0.25);
}

.border-e-neutral-500\/30 {
  border-inline-end-color: rgb(115 115 115 / 0.3);
}

.border-e-neutral-500\/40 {
  border-inline-end-color: rgb(115 115 115 / 0.4);
}

.border-e-neutral-500\/5 {
  border-inline-end-color: rgb(115 115 115 / 0.05);
}

.border-e-neutral-500\/50 {
  border-inline-end-color: rgb(115 115 115 / 0.5);
}

.border-e-neutral-500\/60 {
  border-inline-end-color: rgb(115 115 115 / 0.6);
}

.border-e-neutral-500\/70 {
  border-inline-end-color: rgb(115 115 115 / 0.7);
}

.border-e-neutral-500\/75 {
  border-inline-end-color: rgb(115 115 115 / 0.75);
}

.border-e-neutral-500\/80 {
  border-inline-end-color: rgb(115 115 115 / 0.8);
}

.border-e-neutral-500\/90 {
  border-inline-end-color: rgb(115 115 115 / 0.9);
}

.border-e-neutral-500\/95 {
  border-inline-end-color: rgb(115 115 115 / 0.95);
}

.border-e-neutral-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.border-e-neutral-600\/0 {
  border-inline-end-color: rgb(82 82 82 / 0);
}

.border-e-neutral-600\/10 {
  border-inline-end-color: rgb(82 82 82 / 0.1);
}

.border-e-neutral-600\/100 {
  border-inline-end-color: rgb(82 82 82 / 1);
}

.border-e-neutral-600\/20 {
  border-inline-end-color: rgb(82 82 82 / 0.2);
}

.border-e-neutral-600\/25 {
  border-inline-end-color: rgb(82 82 82 / 0.25);
}

.border-e-neutral-600\/30 {
  border-inline-end-color: rgb(82 82 82 / 0.3);
}

.border-e-neutral-600\/40 {
  border-inline-end-color: rgb(82 82 82 / 0.4);
}

.border-e-neutral-600\/5 {
  border-inline-end-color: rgb(82 82 82 / 0.05);
}

.border-e-neutral-600\/50 {
  border-inline-end-color: rgb(82 82 82 / 0.5);
}

.border-e-neutral-600\/60 {
  border-inline-end-color: rgb(82 82 82 / 0.6);
}

.border-e-neutral-600\/70 {
  border-inline-end-color: rgb(82 82 82 / 0.7);
}

.border-e-neutral-600\/75 {
  border-inline-end-color: rgb(82 82 82 / 0.75);
}

.border-e-neutral-600\/80 {
  border-inline-end-color: rgb(82 82 82 / 0.8);
}

.border-e-neutral-600\/90 {
  border-inline-end-color: rgb(82 82 82 / 0.9);
}

.border-e-neutral-600\/95 {
  border-inline-end-color: rgb(82 82 82 / 0.95);
}

.border-e-neutral-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.border-e-neutral-700\/0 {
  border-inline-end-color: rgb(64 64 64 / 0);
}

.border-e-neutral-700\/10 {
  border-inline-end-color: rgb(64 64 64 / 0.1);
}

.border-e-neutral-700\/100 {
  border-inline-end-color: rgb(64 64 64 / 1);
}

.border-e-neutral-700\/20 {
  border-inline-end-color: rgb(64 64 64 / 0.2);
}

.border-e-neutral-700\/25 {
  border-inline-end-color: rgb(64 64 64 / 0.25);
}

.border-e-neutral-700\/30 {
  border-inline-end-color: rgb(64 64 64 / 0.3);
}

.border-e-neutral-700\/40 {
  border-inline-end-color: rgb(64 64 64 / 0.4);
}

.border-e-neutral-700\/5 {
  border-inline-end-color: rgb(64 64 64 / 0.05);
}

.border-e-neutral-700\/50 {
  border-inline-end-color: rgb(64 64 64 / 0.5);
}

.border-e-neutral-700\/60 {
  border-inline-end-color: rgb(64 64 64 / 0.6);
}

.border-e-neutral-700\/70 {
  border-inline-end-color: rgb(64 64 64 / 0.7);
}

.border-e-neutral-700\/75 {
  border-inline-end-color: rgb(64 64 64 / 0.75);
}

.border-e-neutral-700\/80 {
  border-inline-end-color: rgb(64 64 64 / 0.8);
}

.border-e-neutral-700\/90 {
  border-inline-end-color: rgb(64 64 64 / 0.9);
}

.border-e-neutral-700\/95 {
  border-inline-end-color: rgb(64 64 64 / 0.95);
}

.border-e-neutral-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.border-e-neutral-800\/0 {
  border-inline-end-color: rgb(38 38 38 / 0);
}

.border-e-neutral-800\/10 {
  border-inline-end-color: rgb(38 38 38 / 0.1);
}

.border-e-neutral-800\/100 {
  border-inline-end-color: rgb(38 38 38 / 1);
}

.border-e-neutral-800\/20 {
  border-inline-end-color: rgb(38 38 38 / 0.2);
}

.border-e-neutral-800\/25 {
  border-inline-end-color: rgb(38 38 38 / 0.25);
}

.border-e-neutral-800\/30 {
  border-inline-end-color: rgb(38 38 38 / 0.3);
}

.border-e-neutral-800\/40 {
  border-inline-end-color: rgb(38 38 38 / 0.4);
}

.border-e-neutral-800\/5 {
  border-inline-end-color: rgb(38 38 38 / 0.05);
}

.border-e-neutral-800\/50 {
  border-inline-end-color: rgb(38 38 38 / 0.5);
}

.border-e-neutral-800\/60 {
  border-inline-end-color: rgb(38 38 38 / 0.6);
}

.border-e-neutral-800\/70 {
  border-inline-end-color: rgb(38 38 38 / 0.7);
}

.border-e-neutral-800\/75 {
  border-inline-end-color: rgb(38 38 38 / 0.75);
}

.border-e-neutral-800\/80 {
  border-inline-end-color: rgb(38 38 38 / 0.8);
}

.border-e-neutral-800\/90 {
  border-inline-end-color: rgb(38 38 38 / 0.9);
}

.border-e-neutral-800\/95 {
  border-inline-end-color: rgb(38 38 38 / 0.95);
}

.border-e-neutral-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.border-e-neutral-900\/0 {
  border-inline-end-color: rgb(23 23 23 / 0);
}

.border-e-neutral-900\/10 {
  border-inline-end-color: rgb(23 23 23 / 0.1);
}

.border-e-neutral-900\/100 {
  border-inline-end-color: rgb(23 23 23 / 1);
}

.border-e-neutral-900\/20 {
  border-inline-end-color: rgb(23 23 23 / 0.2);
}

.border-e-neutral-900\/25 {
  border-inline-end-color: rgb(23 23 23 / 0.25);
}

.border-e-neutral-900\/30 {
  border-inline-end-color: rgb(23 23 23 / 0.3);
}

.border-e-neutral-900\/40 {
  border-inline-end-color: rgb(23 23 23 / 0.4);
}

.border-e-neutral-900\/5 {
  border-inline-end-color: rgb(23 23 23 / 0.05);
}

.border-e-neutral-900\/50 {
  border-inline-end-color: rgb(23 23 23 / 0.5);
}

.border-e-neutral-900\/60 {
  border-inline-end-color: rgb(23 23 23 / 0.6);
}

.border-e-neutral-900\/70 {
  border-inline-end-color: rgb(23 23 23 / 0.7);
}

.border-e-neutral-900\/75 {
  border-inline-end-color: rgb(23 23 23 / 0.75);
}

.border-e-neutral-900\/80 {
  border-inline-end-color: rgb(23 23 23 / 0.8);
}

.border-e-neutral-900\/90 {
  border-inline-end-color: rgb(23 23 23 / 0.9);
}

.border-e-neutral-900\/95 {
  border-inline-end-color: rgb(23 23 23 / 0.95);
}

.border-e-neutral-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.border-e-neutral-950\/0 {
  border-inline-end-color: rgb(10 10 10 / 0);
}

.border-e-neutral-950\/10 {
  border-inline-end-color: rgb(10 10 10 / 0.1);
}

.border-e-neutral-950\/100 {
  border-inline-end-color: rgb(10 10 10 / 1);
}

.border-e-neutral-950\/20 {
  border-inline-end-color: rgb(10 10 10 / 0.2);
}

.border-e-neutral-950\/25 {
  border-inline-end-color: rgb(10 10 10 / 0.25);
}

.border-e-neutral-950\/30 {
  border-inline-end-color: rgb(10 10 10 / 0.3);
}

.border-e-neutral-950\/40 {
  border-inline-end-color: rgb(10 10 10 / 0.4);
}

.border-e-neutral-950\/5 {
  border-inline-end-color: rgb(10 10 10 / 0.05);
}

.border-e-neutral-950\/50 {
  border-inline-end-color: rgb(10 10 10 / 0.5);
}

.border-e-neutral-950\/60 {
  border-inline-end-color: rgb(10 10 10 / 0.6);
}

.border-e-neutral-950\/70 {
  border-inline-end-color: rgb(10 10 10 / 0.7);
}

.border-e-neutral-950\/75 {
  border-inline-end-color: rgb(10 10 10 / 0.75);
}

.border-e-neutral-950\/80 {
  border-inline-end-color: rgb(10 10 10 / 0.8);
}

.border-e-neutral-950\/90 {
  border-inline-end-color: rgb(10 10 10 / 0.9);
}

.border-e-neutral-950\/95 {
  border-inline-end-color: rgb(10 10 10 / 0.95);
}

.border-e-orange {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(237 140 1 / var(--tw-border-opacity));
}

.border-e-orange-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 247 198 / var(--tw-border-opacity));
}

.border-e-orange-100\/0 {
  border-inline-end-color: rgb(255 247 198 / 0);
}

.border-e-orange-100\/10 {
  border-inline-end-color: rgb(255 247 198 / 0.1);
}

.border-e-orange-100\/100 {
  border-inline-end-color: rgb(255 247 198 / 1);
}

.border-e-orange-100\/20 {
  border-inline-end-color: rgb(255 247 198 / 0.2);
}

.border-e-orange-100\/25 {
  border-inline-end-color: rgb(255 247 198 / 0.25);
}

.border-e-orange-100\/30 {
  border-inline-end-color: rgb(255 247 198 / 0.3);
}

.border-e-orange-100\/40 {
  border-inline-end-color: rgb(255 247 198 / 0.4);
}

.border-e-orange-100\/5 {
  border-inline-end-color: rgb(255 247 198 / 0.05);
}

.border-e-orange-100\/50 {
  border-inline-end-color: rgb(255 247 198 / 0.5);
}

.border-e-orange-100\/60 {
  border-inline-end-color: rgb(255 247 198 / 0.6);
}

.border-e-orange-100\/70 {
  border-inline-end-color: rgb(255 247 198 / 0.7);
}

.border-e-orange-100\/75 {
  border-inline-end-color: rgb(255 247 198 / 0.75);
}

.border-e-orange-100\/80 {
  border-inline-end-color: rgb(255 247 198 / 0.8);
}

.border-e-orange-100\/90 {
  border-inline-end-color: rgb(255 247 198 / 0.9);
}

.border-e-orange-100\/95 {
  border-inline-end-color: rgb(255 247 198 / 0.95);
}

.border-e-orange-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 238 135 / var(--tw-border-opacity));
}

.border-e-orange-200\/0 {
  border-inline-end-color: rgb(255 238 135 / 0);
}

.border-e-orange-200\/10 {
  border-inline-end-color: rgb(255 238 135 / 0.1);
}

.border-e-orange-200\/100 {
  border-inline-end-color: rgb(255 238 135 / 1);
}

.border-e-orange-200\/20 {
  border-inline-end-color: rgb(255 238 135 / 0.2);
}

.border-e-orange-200\/25 {
  border-inline-end-color: rgb(255 238 135 / 0.25);
}

.border-e-orange-200\/30 {
  border-inline-end-color: rgb(255 238 135 / 0.3);
}

.border-e-orange-200\/40 {
  border-inline-end-color: rgb(255 238 135 / 0.4);
}

.border-e-orange-200\/5 {
  border-inline-end-color: rgb(255 238 135 / 0.05);
}

.border-e-orange-200\/50 {
  border-inline-end-color: rgb(255 238 135 / 0.5);
}

.border-e-orange-200\/60 {
  border-inline-end-color: rgb(255 238 135 / 0.6);
}

.border-e-orange-200\/70 {
  border-inline-end-color: rgb(255 238 135 / 0.7);
}

.border-e-orange-200\/75 {
  border-inline-end-color: rgb(255 238 135 / 0.75);
}

.border-e-orange-200\/80 {
  border-inline-end-color: rgb(255 238 135 / 0.8);
}

.border-e-orange-200\/90 {
  border-inline-end-color: rgb(255 238 135 / 0.9);
}

.border-e-orange-200\/95 {
  border-inline-end-color: rgb(255 238 135 / 0.95);
}

.border-e-orange-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 223 73 / var(--tw-border-opacity));
}

.border-e-orange-300\/0 {
  border-inline-end-color: rgb(255 223 73 / 0);
}

.border-e-orange-300\/10 {
  border-inline-end-color: rgb(255 223 73 / 0.1);
}

.border-e-orange-300\/100 {
  border-inline-end-color: rgb(255 223 73 / 1);
}

.border-e-orange-300\/20 {
  border-inline-end-color: rgb(255 223 73 / 0.2);
}

.border-e-orange-300\/25 {
  border-inline-end-color: rgb(255 223 73 / 0.25);
}

.border-e-orange-300\/30 {
  border-inline-end-color: rgb(255 223 73 / 0.3);
}

.border-e-orange-300\/40 {
  border-inline-end-color: rgb(255 223 73 / 0.4);
}

.border-e-orange-300\/5 {
  border-inline-end-color: rgb(255 223 73 / 0.05);
}

.border-e-orange-300\/50 {
  border-inline-end-color: rgb(255 223 73 / 0.5);
}

.border-e-orange-300\/60 {
  border-inline-end-color: rgb(255 223 73 / 0.6);
}

.border-e-orange-300\/70 {
  border-inline-end-color: rgb(255 223 73 / 0.7);
}

.border-e-orange-300\/75 {
  border-inline-end-color: rgb(255 223 73 / 0.75);
}

.border-e-orange-300\/80 {
  border-inline-end-color: rgb(255 223 73 / 0.8);
}

.border-e-orange-300\/90 {
  border-inline-end-color: rgb(255 223 73 / 0.9);
}

.border-e-orange-300\/95 {
  border-inline-end-color: rgb(255 223 73 / 0.95);
}

.border-e-orange-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 205 31 / var(--tw-border-opacity));
}

.border-e-orange-400\/0 {
  border-inline-end-color: rgb(255 205 31 / 0);
}

.border-e-orange-400\/10 {
  border-inline-end-color: rgb(255 205 31 / 0.1);
}

.border-e-orange-400\/100 {
  border-inline-end-color: rgb(255 205 31 / 1);
}

.border-e-orange-400\/20 {
  border-inline-end-color: rgb(255 205 31 / 0.2);
}

.border-e-orange-400\/25 {
  border-inline-end-color: rgb(255 205 31 / 0.25);
}

.border-e-orange-400\/30 {
  border-inline-end-color: rgb(255 205 31 / 0.3);
}

.border-e-orange-400\/40 {
  border-inline-end-color: rgb(255 205 31 / 0.4);
}

.border-e-orange-400\/5 {
  border-inline-end-color: rgb(255 205 31 / 0.05);
}

.border-e-orange-400\/50 {
  border-inline-end-color: rgb(255 205 31 / 0.5);
}

.border-e-orange-400\/60 {
  border-inline-end-color: rgb(255 205 31 / 0.6);
}

.border-e-orange-400\/70 {
  border-inline-end-color: rgb(255 205 31 / 0.7);
}

.border-e-orange-400\/75 {
  border-inline-end-color: rgb(255 205 31 / 0.75);
}

.border-e-orange-400\/80 {
  border-inline-end-color: rgb(255 205 31 / 0.8);
}

.border-e-orange-400\/90 {
  border-inline-end-color: rgb(255 205 31 / 0.9);
}

.border-e-orange-400\/95 {
  border-inline-end-color: rgb(255 205 31 / 0.95);
}

.border-e-orange-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 252 235 / var(--tw-border-opacity));
}

.border-e-orange-50\/0 {
  border-inline-end-color: rgb(255 252 235 / 0);
}

.border-e-orange-50\/10 {
  border-inline-end-color: rgb(255 252 235 / 0.1);
}

.border-e-orange-50\/100 {
  border-inline-end-color: rgb(255 252 235 / 1);
}

.border-e-orange-50\/20 {
  border-inline-end-color: rgb(255 252 235 / 0.2);
}

.border-e-orange-50\/25 {
  border-inline-end-color: rgb(255 252 235 / 0.25);
}

.border-e-orange-50\/30 {
  border-inline-end-color: rgb(255 252 235 / 0.3);
}

.border-e-orange-50\/40 {
  border-inline-end-color: rgb(255 252 235 / 0.4);
}

.border-e-orange-50\/5 {
  border-inline-end-color: rgb(255 252 235 / 0.05);
}

.border-e-orange-50\/50 {
  border-inline-end-color: rgb(255 252 235 / 0.5);
}

.border-e-orange-50\/60 {
  border-inline-end-color: rgb(255 252 235 / 0.6);
}

.border-e-orange-50\/70 {
  border-inline-end-color: rgb(255 252 235 / 0.7);
}

.border-e-orange-50\/75 {
  border-inline-end-color: rgb(255 252 235 / 0.75);
}

.border-e-orange-50\/80 {
  border-inline-end-color: rgb(255 252 235 / 0.8);
}

.border-e-orange-50\/90 {
  border-inline-end-color: rgb(255 252 235 / 0.9);
}

.border-e-orange-50\/95 {
  border-inline-end-color: rgb(255 252 235 / 0.95);
}

.border-e-orange-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(251 172 5 / var(--tw-border-opacity));
}

.border-e-orange-500\/0 {
  border-inline-end-color: rgb(251 172 5 / 0);
}

.border-e-orange-500\/10 {
  border-inline-end-color: rgb(251 172 5 / 0.1);
}

.border-e-orange-500\/100 {
  border-inline-end-color: rgb(251 172 5 / 1);
}

.border-e-orange-500\/20 {
  border-inline-end-color: rgb(251 172 5 / 0.2);
}

.border-e-orange-500\/25 {
  border-inline-end-color: rgb(251 172 5 / 0.25);
}

.border-e-orange-500\/30 {
  border-inline-end-color: rgb(251 172 5 / 0.3);
}

.border-e-orange-500\/40 {
  border-inline-end-color: rgb(251 172 5 / 0.4);
}

.border-e-orange-500\/5 {
  border-inline-end-color: rgb(251 172 5 / 0.05);
}

.border-e-orange-500\/50 {
  border-inline-end-color: rgb(251 172 5 / 0.5);
}

.border-e-orange-500\/60 {
  border-inline-end-color: rgb(251 172 5 / 0.6);
}

.border-e-orange-500\/70 {
  border-inline-end-color: rgb(251 172 5 / 0.7);
}

.border-e-orange-500\/75 {
  border-inline-end-color: rgb(251 172 5 / 0.75);
}

.border-e-orange-500\/80 {
  border-inline-end-color: rgb(251 172 5 / 0.8);
}

.border-e-orange-500\/90 {
  border-inline-end-color: rgb(251 172 5 / 0.9);
}

.border-e-orange-500\/95 {
  border-inline-end-color: rgb(251 172 5 / 0.95);
}

.border-e-orange-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(237 140 1 / var(--tw-border-opacity));
}

.border-e-orange-600\/0 {
  border-inline-end-color: rgb(237 140 1 / 0);
}

.border-e-orange-600\/10 {
  border-inline-end-color: rgb(237 140 1 / 0.1);
}

.border-e-orange-600\/100 {
  border-inline-end-color: rgb(237 140 1 / 1);
}

.border-e-orange-600\/20 {
  border-inline-end-color: rgb(237 140 1 / 0.2);
}

.border-e-orange-600\/25 {
  border-inline-end-color: rgb(237 140 1 / 0.25);
}

.border-e-orange-600\/30 {
  border-inline-end-color: rgb(237 140 1 / 0.3);
}

.border-e-orange-600\/40 {
  border-inline-end-color: rgb(237 140 1 / 0.4);
}

.border-e-orange-600\/5 {
  border-inline-end-color: rgb(237 140 1 / 0.05);
}

.border-e-orange-600\/50 {
  border-inline-end-color: rgb(237 140 1 / 0.5);
}

.border-e-orange-600\/60 {
  border-inline-end-color: rgb(237 140 1 / 0.6);
}

.border-e-orange-600\/70 {
  border-inline-end-color: rgb(237 140 1 / 0.7);
}

.border-e-orange-600\/75 {
  border-inline-end-color: rgb(237 140 1 / 0.75);
}

.border-e-orange-600\/80 {
  border-inline-end-color: rgb(237 140 1 / 0.8);
}

.border-e-orange-600\/90 {
  border-inline-end-color: rgb(237 140 1 / 0.9);
}

.border-e-orange-600\/95 {
  border-inline-end-color: rgb(237 140 1 / 0.95);
}

.border-e-orange-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(184 92 5 / var(--tw-border-opacity));
}

.border-e-orange-700\/0 {
  border-inline-end-color: rgb(184 92 5 / 0);
}

.border-e-orange-700\/10 {
  border-inline-end-color: rgb(184 92 5 / 0.1);
}

.border-e-orange-700\/100 {
  border-inline-end-color: rgb(184 92 5 / 1);
}

.border-e-orange-700\/20 {
  border-inline-end-color: rgb(184 92 5 / 0.2);
}

.border-e-orange-700\/25 {
  border-inline-end-color: rgb(184 92 5 / 0.25);
}

.border-e-orange-700\/30 {
  border-inline-end-color: rgb(184 92 5 / 0.3);
}

.border-e-orange-700\/40 {
  border-inline-end-color: rgb(184 92 5 / 0.4);
}

.border-e-orange-700\/5 {
  border-inline-end-color: rgb(184 92 5 / 0.05);
}

.border-e-orange-700\/50 {
  border-inline-end-color: rgb(184 92 5 / 0.5);
}

.border-e-orange-700\/60 {
  border-inline-end-color: rgb(184 92 5 / 0.6);
}

.border-e-orange-700\/70 {
  border-inline-end-color: rgb(184 92 5 / 0.7);
}

.border-e-orange-700\/75 {
  border-inline-end-color: rgb(184 92 5 / 0.75);
}

.border-e-orange-700\/80 {
  border-inline-end-color: rgb(184 92 5 / 0.8);
}

.border-e-orange-700\/90 {
  border-inline-end-color: rgb(184 92 5 / 0.9);
}

.border-e-orange-700\/95 {
  border-inline-end-color: rgb(184 92 5 / 0.95);
}

.border-e-orange-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(149 70 11 / var(--tw-border-opacity));
}

.border-e-orange-800\/0 {
  border-inline-end-color: rgb(149 70 11 / 0);
}

.border-e-orange-800\/10 {
  border-inline-end-color: rgb(149 70 11 / 0.1);
}

.border-e-orange-800\/100 {
  border-inline-end-color: rgb(149 70 11 / 1);
}

.border-e-orange-800\/20 {
  border-inline-end-color: rgb(149 70 11 / 0.2);
}

.border-e-orange-800\/25 {
  border-inline-end-color: rgb(149 70 11 / 0.25);
}

.border-e-orange-800\/30 {
  border-inline-end-color: rgb(149 70 11 / 0.3);
}

.border-e-orange-800\/40 {
  border-inline-end-color: rgb(149 70 11 / 0.4);
}

.border-e-orange-800\/5 {
  border-inline-end-color: rgb(149 70 11 / 0.05);
}

.border-e-orange-800\/50 {
  border-inline-end-color: rgb(149 70 11 / 0.5);
}

.border-e-orange-800\/60 {
  border-inline-end-color: rgb(149 70 11 / 0.6);
}

.border-e-orange-800\/70 {
  border-inline-end-color: rgb(149 70 11 / 0.7);
}

.border-e-orange-800\/75 {
  border-inline-end-color: rgb(149 70 11 / 0.75);
}

.border-e-orange-800\/80 {
  border-inline-end-color: rgb(149 70 11 / 0.8);
}

.border-e-orange-800\/90 {
  border-inline-end-color: rgb(149 70 11 / 0.9);
}

.border-e-orange-800\/95 {
  border-inline-end-color: rgb(149 70 11 / 0.95);
}

.border-e-orange-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(123 58 12 / var(--tw-border-opacity));
}

.border-e-orange-900\/0 {
  border-inline-end-color: rgb(123 58 12 / 0);
}

.border-e-orange-900\/10 {
  border-inline-end-color: rgb(123 58 12 / 0.1);
}

.border-e-orange-900\/100 {
  border-inline-end-color: rgb(123 58 12 / 1);
}

.border-e-orange-900\/20 {
  border-inline-end-color: rgb(123 58 12 / 0.2);
}

.border-e-orange-900\/25 {
  border-inline-end-color: rgb(123 58 12 / 0.25);
}

.border-e-orange-900\/30 {
  border-inline-end-color: rgb(123 58 12 / 0.3);
}

.border-e-orange-900\/40 {
  border-inline-end-color: rgb(123 58 12 / 0.4);
}

.border-e-orange-900\/5 {
  border-inline-end-color: rgb(123 58 12 / 0.05);
}

.border-e-orange-900\/50 {
  border-inline-end-color: rgb(123 58 12 / 0.5);
}

.border-e-orange-900\/60 {
  border-inline-end-color: rgb(123 58 12 / 0.6);
}

.border-e-orange-900\/70 {
  border-inline-end-color: rgb(123 58 12 / 0.7);
}

.border-e-orange-900\/75 {
  border-inline-end-color: rgb(123 58 12 / 0.75);
}

.border-e-orange-900\/80 {
  border-inline-end-color: rgb(123 58 12 / 0.8);
}

.border-e-orange-900\/90 {
  border-inline-end-color: rgb(123 58 12 / 0.9);
}

.border-e-orange-900\/95 {
  border-inline-end-color: rgb(123 58 12 / 0.95);
}

.border-e-orange-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(71 30 1 / var(--tw-border-opacity));
}

.border-e-orange-950\/0 {
  border-inline-end-color: rgb(71 30 1 / 0);
}

.border-e-orange-950\/10 {
  border-inline-end-color: rgb(71 30 1 / 0.1);
}

.border-e-orange-950\/100 {
  border-inline-end-color: rgb(71 30 1 / 1);
}

.border-e-orange-950\/20 {
  border-inline-end-color: rgb(71 30 1 / 0.2);
}

.border-e-orange-950\/25 {
  border-inline-end-color: rgb(71 30 1 / 0.25);
}

.border-e-orange-950\/30 {
  border-inline-end-color: rgb(71 30 1 / 0.3);
}

.border-e-orange-950\/40 {
  border-inline-end-color: rgb(71 30 1 / 0.4);
}

.border-e-orange-950\/5 {
  border-inline-end-color: rgb(71 30 1 / 0.05);
}

.border-e-orange-950\/50 {
  border-inline-end-color: rgb(71 30 1 / 0.5);
}

.border-e-orange-950\/60 {
  border-inline-end-color: rgb(71 30 1 / 0.6);
}

.border-e-orange-950\/70 {
  border-inline-end-color: rgb(71 30 1 / 0.7);
}

.border-e-orange-950\/75 {
  border-inline-end-color: rgb(71 30 1 / 0.75);
}

.border-e-orange-950\/80 {
  border-inline-end-color: rgb(71 30 1 / 0.8);
}

.border-e-orange-950\/90 {
  border-inline-end-color: rgb(71 30 1 / 0.9);
}

.border-e-orange-950\/95 {
  border-inline-end-color: rgb(71 30 1 / 0.95);
}

.border-e-orange\/0 {
  border-inline-end-color: rgb(237 140 1 / 0);
}

.border-e-orange\/10 {
  border-inline-end-color: rgb(237 140 1 / 0.1);
}

.border-e-orange\/100 {
  border-inline-end-color: rgb(237 140 1 / 1);
}

.border-e-orange\/20 {
  border-inline-end-color: rgb(237 140 1 / 0.2);
}

.border-e-orange\/25 {
  border-inline-end-color: rgb(237 140 1 / 0.25);
}

.border-e-orange\/30 {
  border-inline-end-color: rgb(237 140 1 / 0.3);
}

.border-e-orange\/40 {
  border-inline-end-color: rgb(237 140 1 / 0.4);
}

.border-e-orange\/5 {
  border-inline-end-color: rgb(237 140 1 / 0.05);
}

.border-e-orange\/50 {
  border-inline-end-color: rgb(237 140 1 / 0.5);
}

.border-e-orange\/60 {
  border-inline-end-color: rgb(237 140 1 / 0.6);
}

.border-e-orange\/70 {
  border-inline-end-color: rgb(237 140 1 / 0.7);
}

.border-e-orange\/75 {
  border-inline-end-color: rgb(237 140 1 / 0.75);
}

.border-e-orange\/80 {
  border-inline-end-color: rgb(237 140 1 / 0.8);
}

.border-e-orange\/90 {
  border-inline-end-color: rgb(237 140 1 / 0.9);
}

.border-e-orange\/95 {
  border-inline-end-color: rgb(237 140 1 / 0.95);
}

.border-e-primary {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(175 18 109 / var(--tw-border-opacity));
}

.border-e-primary-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 230 247 / var(--tw-border-opacity));
}

.border-e-primary-100\/0 {
  border-inline-end-color: rgb(253 230 247 / 0);
}

.border-e-primary-100\/10 {
  border-inline-end-color: rgb(253 230 247 / 0.1);
}

.border-e-primary-100\/100 {
  border-inline-end-color: rgb(253 230 247 / 1);
}

.border-e-primary-100\/20 {
  border-inline-end-color: rgb(253 230 247 / 0.2);
}

.border-e-primary-100\/25 {
  border-inline-end-color: rgb(253 230 247 / 0.25);
}

.border-e-primary-100\/30 {
  border-inline-end-color: rgb(253 230 247 / 0.3);
}

.border-e-primary-100\/40 {
  border-inline-end-color: rgb(253 230 247 / 0.4);
}

.border-e-primary-100\/5 {
  border-inline-end-color: rgb(253 230 247 / 0.05);
}

.border-e-primary-100\/50 {
  border-inline-end-color: rgb(253 230 247 / 0.5);
}

.border-e-primary-100\/60 {
  border-inline-end-color: rgb(253 230 247 / 0.6);
}

.border-e-primary-100\/70 {
  border-inline-end-color: rgb(253 230 247 / 0.7);
}

.border-e-primary-100\/75 {
  border-inline-end-color: rgb(253 230 247 / 0.75);
}

.border-e-primary-100\/80 {
  border-inline-end-color: rgb(253 230 247 / 0.8);
}

.border-e-primary-100\/90 {
  border-inline-end-color: rgb(253 230 247 / 0.9);
}

.border-e-primary-100\/95 {
  border-inline-end-color: rgb(253 230 247 / 0.95);
}

.border-e-primary-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 205 240 / var(--tw-border-opacity));
}

.border-e-primary-200\/0 {
  border-inline-end-color: rgb(253 205 240 / 0);
}

.border-e-primary-200\/10 {
  border-inline-end-color: rgb(253 205 240 / 0.1);
}

.border-e-primary-200\/100 {
  border-inline-end-color: rgb(253 205 240 / 1);
}

.border-e-primary-200\/20 {
  border-inline-end-color: rgb(253 205 240 / 0.2);
}

.border-e-primary-200\/25 {
  border-inline-end-color: rgb(253 205 240 / 0.25);
}

.border-e-primary-200\/30 {
  border-inline-end-color: rgb(253 205 240 / 0.3);
}

.border-e-primary-200\/40 {
  border-inline-end-color: rgb(253 205 240 / 0.4);
}

.border-e-primary-200\/5 {
  border-inline-end-color: rgb(253 205 240 / 0.05);
}

.border-e-primary-200\/50 {
  border-inline-end-color: rgb(253 205 240 / 0.5);
}

.border-e-primary-200\/60 {
  border-inline-end-color: rgb(253 205 240 / 0.6);
}

.border-e-primary-200\/70 {
  border-inline-end-color: rgb(253 205 240 / 0.7);
}

.border-e-primary-200\/75 {
  border-inline-end-color: rgb(253 205 240 / 0.75);
}

.border-e-primary-200\/80 {
  border-inline-end-color: rgb(253 205 240 / 0.8);
}

.border-e-primary-200\/90 {
  border-inline-end-color: rgb(253 205 240 / 0.9);
}

.border-e-primary-200\/95 {
  border-inline-end-color: rgb(253 205 240 / 0.95);
}

.border-e-primary-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 164 228 / var(--tw-border-opacity));
}

.border-e-primary-300\/0 {
  border-inline-end-color: rgb(253 164 228 / 0);
}

.border-e-primary-300\/10 {
  border-inline-end-color: rgb(253 164 228 / 0.1);
}

.border-e-primary-300\/100 {
  border-inline-end-color: rgb(253 164 228 / 1);
}

.border-e-primary-300\/20 {
  border-inline-end-color: rgb(253 164 228 / 0.2);
}

.border-e-primary-300\/25 {
  border-inline-end-color: rgb(253 164 228 / 0.25);
}

.border-e-primary-300\/30 {
  border-inline-end-color: rgb(253 164 228 / 0.3);
}

.border-e-primary-300\/40 {
  border-inline-end-color: rgb(253 164 228 / 0.4);
}

.border-e-primary-300\/5 {
  border-inline-end-color: rgb(253 164 228 / 0.05);
}

.border-e-primary-300\/50 {
  border-inline-end-color: rgb(253 164 228 / 0.5);
}

.border-e-primary-300\/60 {
  border-inline-end-color: rgb(253 164 228 / 0.6);
}

.border-e-primary-300\/70 {
  border-inline-end-color: rgb(253 164 228 / 0.7);
}

.border-e-primary-300\/75 {
  border-inline-end-color: rgb(253 164 228 / 0.75);
}

.border-e-primary-300\/80 {
  border-inline-end-color: rgb(253 164 228 / 0.8);
}

.border-e-primary-300\/90 {
  border-inline-end-color: rgb(253 164 228 / 0.9);
}

.border-e-primary-300\/95 {
  border-inline-end-color: rgb(253 164 228 / 0.95);
}

.border-e-primary-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 108 207 / var(--tw-border-opacity));
}

.border-e-primary-400\/0 {
  border-inline-end-color: rgb(250 108 207 / 0);
}

.border-e-primary-400\/10 {
  border-inline-end-color: rgb(250 108 207 / 0.1);
}

.border-e-primary-400\/100 {
  border-inline-end-color: rgb(250 108 207 / 1);
}

.border-e-primary-400\/20 {
  border-inline-end-color: rgb(250 108 207 / 0.2);
}

.border-e-primary-400\/25 {
  border-inline-end-color: rgb(250 108 207 / 0.25);
}

.border-e-primary-400\/30 {
  border-inline-end-color: rgb(250 108 207 / 0.3);
}

.border-e-primary-400\/40 {
  border-inline-end-color: rgb(250 108 207 / 0.4);
}

.border-e-primary-400\/5 {
  border-inline-end-color: rgb(250 108 207 / 0.05);
}

.border-e-primary-400\/50 {
  border-inline-end-color: rgb(250 108 207 / 0.5);
}

.border-e-primary-400\/60 {
  border-inline-end-color: rgb(250 108 207 / 0.6);
}

.border-e-primary-400\/70 {
  border-inline-end-color: rgb(250 108 207 / 0.7);
}

.border-e-primary-400\/75 {
  border-inline-end-color: rgb(250 108 207 / 0.75);
}

.border-e-primary-400\/80 {
  border-inline-end-color: rgb(250 108 207 / 0.8);
}

.border-e-primary-400\/90 {
  border-inline-end-color: rgb(250 108 207 / 0.9);
}

.border-e-primary-400\/95 {
  border-inline-end-color: rgb(250 108 207 / 0.95);
}

.border-e-primary-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 241 250 / var(--tw-border-opacity));
}

.border-e-primary-50\/0 {
  border-inline-end-color: rgb(254 241 250 / 0);
}

.border-e-primary-50\/10 {
  border-inline-end-color: rgb(254 241 250 / 0.1);
}

.border-e-primary-50\/100 {
  border-inline-end-color: rgb(254 241 250 / 1);
}

.border-e-primary-50\/20 {
  border-inline-end-color: rgb(254 241 250 / 0.2);
}

.border-e-primary-50\/25 {
  border-inline-end-color: rgb(254 241 250 / 0.25);
}

.border-e-primary-50\/30 {
  border-inline-end-color: rgb(254 241 250 / 0.3);
}

.border-e-primary-50\/40 {
  border-inline-end-color: rgb(254 241 250 / 0.4);
}

.border-e-primary-50\/5 {
  border-inline-end-color: rgb(254 241 250 / 0.05);
}

.border-e-primary-50\/50 {
  border-inline-end-color: rgb(254 241 250 / 0.5);
}

.border-e-primary-50\/60 {
  border-inline-end-color: rgb(254 241 250 / 0.6);
}

.border-e-primary-50\/70 {
  border-inline-end-color: rgb(254 241 250 / 0.7);
}

.border-e-primary-50\/75 {
  border-inline-end-color: rgb(254 241 250 / 0.75);
}

.border-e-primary-50\/80 {
  border-inline-end-color: rgb(254 241 250 / 0.8);
}

.border-e-primary-50\/90 {
  border-inline-end-color: rgb(254 241 250 / 0.9);
}

.border-e-primary-50\/95 {
  border-inline-end-color: rgb(254 241 250 / 0.95);
}

.border-e-primary-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(244 64 185 / var(--tw-border-opacity));
}

.border-e-primary-500\/0 {
  border-inline-end-color: rgb(244 64 185 / 0);
}

.border-e-primary-500\/10 {
  border-inline-end-color: rgb(244 64 185 / 0.1);
}

.border-e-primary-500\/100 {
  border-inline-end-color: rgb(244 64 185 / 1);
}

.border-e-primary-500\/20 {
  border-inline-end-color: rgb(244 64 185 / 0.2);
}

.border-e-primary-500\/25 {
  border-inline-end-color: rgb(244 64 185 / 0.25);
}

.border-e-primary-500\/30 {
  border-inline-end-color: rgb(244 64 185 / 0.3);
}

.border-e-primary-500\/40 {
  border-inline-end-color: rgb(244 64 185 / 0.4);
}

.border-e-primary-500\/5 {
  border-inline-end-color: rgb(244 64 185 / 0.05);
}

.border-e-primary-500\/50 {
  border-inline-end-color: rgb(244 64 185 / 0.5);
}

.border-e-primary-500\/60 {
  border-inline-end-color: rgb(244 64 185 / 0.6);
}

.border-e-primary-500\/70 {
  border-inline-end-color: rgb(244 64 185 / 0.7);
}

.border-e-primary-500\/75 {
  border-inline-end-color: rgb(244 64 185 / 0.75);
}

.border-e-primary-500\/80 {
  border-inline-end-color: rgb(244 64 185 / 0.8);
}

.border-e-primary-500\/90 {
  border-inline-end-color: rgb(244 64 185 / 0.9);
}

.border-e-primary-500\/95 {
  border-inline-end-color: rgb(244 64 185 / 0.95);
}

.border-e-primary-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(227 31 153 / var(--tw-border-opacity));
}

.border-e-primary-600\/0 {
  border-inline-end-color: rgb(227 31 153 / 0);
}

.border-e-primary-600\/10 {
  border-inline-end-color: rgb(227 31 153 / 0.1);
}

.border-e-primary-600\/100 {
  border-inline-end-color: rgb(227 31 153 / 1);
}

.border-e-primary-600\/20 {
  border-inline-end-color: rgb(227 31 153 / 0.2);
}

.border-e-primary-600\/25 {
  border-inline-end-color: rgb(227 31 153 / 0.25);
}

.border-e-primary-600\/30 {
  border-inline-end-color: rgb(227 31 153 / 0.3);
}

.border-e-primary-600\/40 {
  border-inline-end-color: rgb(227 31 153 / 0.4);
}

.border-e-primary-600\/5 {
  border-inline-end-color: rgb(227 31 153 / 0.05);
}

.border-e-primary-600\/50 {
  border-inline-end-color: rgb(227 31 153 / 0.5);
}

.border-e-primary-600\/60 {
  border-inline-end-color: rgb(227 31 153 / 0.6);
}

.border-e-primary-600\/70 {
  border-inline-end-color: rgb(227 31 153 / 0.7);
}

.border-e-primary-600\/75 {
  border-inline-end-color: rgb(227 31 153 / 0.75);
}

.border-e-primary-600\/80 {
  border-inline-end-color: rgb(227 31 153 / 0.8);
}

.border-e-primary-600\/90 {
  border-inline-end-color: rgb(227 31 153 / 0.9);
}

.border-e-primary-600\/95 {
  border-inline-end-color: rgb(227 31 153 / 0.95);
}

.border-e-primary-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(198 16 124 / var(--tw-border-opacity));
}

.border-e-primary-700\/0 {
  border-inline-end-color: rgb(198 16 124 / 0);
}

.border-e-primary-700\/10 {
  border-inline-end-color: rgb(198 16 124 / 0.1);
}

.border-e-primary-700\/100 {
  border-inline-end-color: rgb(198 16 124 / 1);
}

.border-e-primary-700\/20 {
  border-inline-end-color: rgb(198 16 124 / 0.2);
}

.border-e-primary-700\/25 {
  border-inline-end-color: rgb(198 16 124 / 0.25);
}

.border-e-primary-700\/30 {
  border-inline-end-color: rgb(198 16 124 / 0.3);
}

.border-e-primary-700\/40 {
  border-inline-end-color: rgb(198 16 124 / 0.4);
}

.border-e-primary-700\/5 {
  border-inline-end-color: rgb(198 16 124 / 0.05);
}

.border-e-primary-700\/50 {
  border-inline-end-color: rgb(198 16 124 / 0.5);
}

.border-e-primary-700\/60 {
  border-inline-end-color: rgb(198 16 124 / 0.6);
}

.border-e-primary-700\/70 {
  border-inline-end-color: rgb(198 16 124 / 0.7);
}

.border-e-primary-700\/75 {
  border-inline-end-color: rgb(198 16 124 / 0.75);
}

.border-e-primary-700\/80 {
  border-inline-end-color: rgb(198 16 124 / 0.8);
}

.border-e-primary-700\/90 {
  border-inline-end-color: rgb(198 16 124 / 0.9);
}

.border-e-primary-700\/95 {
  border-inline-end-color: rgb(198 16 124 / 0.95);
}

.border-e-primary-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(175 18 109 / var(--tw-border-opacity));
}

.border-e-primary-800\/0 {
  border-inline-end-color: rgb(175 18 109 / 0);
}

.border-e-primary-800\/10 {
  border-inline-end-color: rgb(175 18 109 / 0.1);
}

.border-e-primary-800\/100 {
  border-inline-end-color: rgb(175 18 109 / 1);
}

.border-e-primary-800\/20 {
  border-inline-end-color: rgb(175 18 109 / 0.2);
}

.border-e-primary-800\/25 {
  border-inline-end-color: rgb(175 18 109 / 0.25);
}

.border-e-primary-800\/30 {
  border-inline-end-color: rgb(175 18 109 / 0.3);
}

.border-e-primary-800\/40 {
  border-inline-end-color: rgb(175 18 109 / 0.4);
}

.border-e-primary-800\/5 {
  border-inline-end-color: rgb(175 18 109 / 0.05);
}

.border-e-primary-800\/50 {
  border-inline-end-color: rgb(175 18 109 / 0.5);
}

.border-e-primary-800\/60 {
  border-inline-end-color: rgb(175 18 109 / 0.6);
}

.border-e-primary-800\/70 {
  border-inline-end-color: rgb(175 18 109 / 0.7);
}

.border-e-primary-800\/75 {
  border-inline-end-color: rgb(175 18 109 / 0.75);
}

.border-e-primary-800\/80 {
  border-inline-end-color: rgb(175 18 109 / 0.8);
}

.border-e-primary-800\/90 {
  border-inline-end-color: rgb(175 18 109 / 0.9);
}

.border-e-primary-800\/95 {
  border-inline-end-color: rgb(175 18 109 / 0.95);
}

.border-e-primary-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(136 19 87 / var(--tw-border-opacity));
}

.border-e-primary-900\/0 {
  border-inline-end-color: rgb(136 19 87 / 0);
}

.border-e-primary-900\/10 {
  border-inline-end-color: rgb(136 19 87 / 0.1);
}

.border-e-primary-900\/100 {
  border-inline-end-color: rgb(136 19 87 / 1);
}

.border-e-primary-900\/20 {
  border-inline-end-color: rgb(136 19 87 / 0.2);
}

.border-e-primary-900\/25 {
  border-inline-end-color: rgb(136 19 87 / 0.25);
}

.border-e-primary-900\/30 {
  border-inline-end-color: rgb(136 19 87 / 0.3);
}

.border-e-primary-900\/40 {
  border-inline-end-color: rgb(136 19 87 / 0.4);
}

.border-e-primary-900\/5 {
  border-inline-end-color: rgb(136 19 87 / 0.05);
}

.border-e-primary-900\/50 {
  border-inline-end-color: rgb(136 19 87 / 0.5);
}

.border-e-primary-900\/60 {
  border-inline-end-color: rgb(136 19 87 / 0.6);
}

.border-e-primary-900\/70 {
  border-inline-end-color: rgb(136 19 87 / 0.7);
}

.border-e-primary-900\/75 {
  border-inline-end-color: rgb(136 19 87 / 0.75);
}

.border-e-primary-900\/80 {
  border-inline-end-color: rgb(136 19 87 / 0.8);
}

.border-e-primary-900\/90 {
  border-inline-end-color: rgb(136 19 87 / 0.9);
}

.border-e-primary-900\/95 {
  border-inline-end-color: rgb(136 19 87 / 0.95);
}

.border-e-primary\/0 {
  border-inline-end-color: rgb(175 18 109 / 0);
}

.border-e-primary\/10 {
  border-inline-end-color: rgb(175 18 109 / 0.1);
}

.border-e-primary\/100 {
  border-inline-end-color: rgb(175 18 109 / 1);
}

.border-e-primary\/20 {
  border-inline-end-color: rgb(175 18 109 / 0.2);
}

.border-e-primary\/25 {
  border-inline-end-color: rgb(175 18 109 / 0.25);
}

.border-e-primary\/30 {
  border-inline-end-color: rgb(175 18 109 / 0.3);
}

.border-e-primary\/40 {
  border-inline-end-color: rgb(175 18 109 / 0.4);
}

.border-e-primary\/5 {
  border-inline-end-color: rgb(175 18 109 / 0.05);
}

.border-e-primary\/50 {
  border-inline-end-color: rgb(175 18 109 / 0.5);
}

.border-e-primary\/60 {
  border-inline-end-color: rgb(175 18 109 / 0.6);
}

.border-e-primary\/70 {
  border-inline-end-color: rgb(175 18 109 / 0.7);
}

.border-e-primary\/75 {
  border-inline-end-color: rgb(175 18 109 / 0.75);
}

.border-e-primary\/80 {
  border-inline-end-color: rgb(175 18 109 / 0.8);
}

.border-e-primary\/90 {
  border-inline-end-color: rgb(175 18 109 / 0.9);
}

.border-e-primary\/95 {
  border-inline-end-color: rgb(175 18 109 / 0.95);
}

.border-e-purple {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(108 72 145 / var(--tw-border-opacity));
}

.border-e-purple-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(242 238 249 / var(--tw-border-opacity));
}

.border-e-purple-100\/0 {
  border-inline-end-color: rgb(242 238 249 / 0);
}

.border-e-purple-100\/10 {
  border-inline-end-color: rgb(242 238 249 / 0.1);
}

.border-e-purple-100\/100 {
  border-inline-end-color: rgb(242 238 249 / 1);
}

.border-e-purple-100\/20 {
  border-inline-end-color: rgb(242 238 249 / 0.2);
}

.border-e-purple-100\/25 {
  border-inline-end-color: rgb(242 238 249 / 0.25);
}

.border-e-purple-100\/30 {
  border-inline-end-color: rgb(242 238 249 / 0.3);
}

.border-e-purple-100\/40 {
  border-inline-end-color: rgb(242 238 249 / 0.4);
}

.border-e-purple-100\/5 {
  border-inline-end-color: rgb(242 238 249 / 0.05);
}

.border-e-purple-100\/50 {
  border-inline-end-color: rgb(242 238 249 / 0.5);
}

.border-e-purple-100\/60 {
  border-inline-end-color: rgb(242 238 249 / 0.6);
}

.border-e-purple-100\/70 {
  border-inline-end-color: rgb(242 238 249 / 0.7);
}

.border-e-purple-100\/75 {
  border-inline-end-color: rgb(242 238 249 / 0.75);
}

.border-e-purple-100\/80 {
  border-inline-end-color: rgb(242 238 249 / 0.8);
}

.border-e-purple-100\/90 {
  border-inline-end-color: rgb(242 238 249 / 0.9);
}

.border-e-purple-100\/95 {
  border-inline-end-color: rgb(242 238 249 / 0.95);
}

.border-e-purple-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(232 223 245 / var(--tw-border-opacity));
}

.border-e-purple-200\/0 {
  border-inline-end-color: rgb(232 223 245 / 0);
}

.border-e-purple-200\/10 {
  border-inline-end-color: rgb(232 223 245 / 0.1);
}

.border-e-purple-200\/100 {
  border-inline-end-color: rgb(232 223 245 / 1);
}

.border-e-purple-200\/20 {
  border-inline-end-color: rgb(232 223 245 / 0.2);
}

.border-e-purple-200\/25 {
  border-inline-end-color: rgb(232 223 245 / 0.25);
}

.border-e-purple-200\/30 {
  border-inline-end-color: rgb(232 223 245 / 0.3);
}

.border-e-purple-200\/40 {
  border-inline-end-color: rgb(232 223 245 / 0.4);
}

.border-e-purple-200\/5 {
  border-inline-end-color: rgb(232 223 245 / 0.05);
}

.border-e-purple-200\/50 {
  border-inline-end-color: rgb(232 223 245 / 0.5);
}

.border-e-purple-200\/60 {
  border-inline-end-color: rgb(232 223 245 / 0.6);
}

.border-e-purple-200\/70 {
  border-inline-end-color: rgb(232 223 245 / 0.7);
}

.border-e-purple-200\/75 {
  border-inline-end-color: rgb(232 223 245 / 0.75);
}

.border-e-purple-200\/80 {
  border-inline-end-color: rgb(232 223 245 / 0.8);
}

.border-e-purple-200\/90 {
  border-inline-end-color: rgb(232 223 245 / 0.9);
}

.border-e-purple-200\/95 {
  border-inline-end-color: rgb(232 223 245 / 0.95);
}

.border-e-purple-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(214 198 236 / var(--tw-border-opacity));
}

.border-e-purple-300\/0 {
  border-inline-end-color: rgb(214 198 236 / 0);
}

.border-e-purple-300\/10 {
  border-inline-end-color: rgb(214 198 236 / 0.1);
}

.border-e-purple-300\/100 {
  border-inline-end-color: rgb(214 198 236 / 1);
}

.border-e-purple-300\/20 {
  border-inline-end-color: rgb(214 198 236 / 0.2);
}

.border-e-purple-300\/25 {
  border-inline-end-color: rgb(214 198 236 / 0.25);
}

.border-e-purple-300\/30 {
  border-inline-end-color: rgb(214 198 236 / 0.3);
}

.border-e-purple-300\/40 {
  border-inline-end-color: rgb(214 198 236 / 0.4);
}

.border-e-purple-300\/5 {
  border-inline-end-color: rgb(214 198 236 / 0.05);
}

.border-e-purple-300\/50 {
  border-inline-end-color: rgb(214 198 236 / 0.5);
}

.border-e-purple-300\/60 {
  border-inline-end-color: rgb(214 198 236 / 0.6);
}

.border-e-purple-300\/70 {
  border-inline-end-color: rgb(214 198 236 / 0.7);
}

.border-e-purple-300\/75 {
  border-inline-end-color: rgb(214 198 236 / 0.75);
}

.border-e-purple-300\/80 {
  border-inline-end-color: rgb(214 198 236 / 0.8);
}

.border-e-purple-300\/90 {
  border-inline-end-color: rgb(214 198 236 / 0.9);
}

.border-e-purple-300\/95 {
  border-inline-end-color: rgb(214 198 236 / 0.95);
}

.border-e-purple-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(189 162 222 / var(--tw-border-opacity));
}

.border-e-purple-400\/0 {
  border-inline-end-color: rgb(189 162 222 / 0);
}

.border-e-purple-400\/10 {
  border-inline-end-color: rgb(189 162 222 / 0.1);
}

.border-e-purple-400\/100 {
  border-inline-end-color: rgb(189 162 222 / 1);
}

.border-e-purple-400\/20 {
  border-inline-end-color: rgb(189 162 222 / 0.2);
}

.border-e-purple-400\/25 {
  border-inline-end-color: rgb(189 162 222 / 0.25);
}

.border-e-purple-400\/30 {
  border-inline-end-color: rgb(189 162 222 / 0.3);
}

.border-e-purple-400\/40 {
  border-inline-end-color: rgb(189 162 222 / 0.4);
}

.border-e-purple-400\/5 {
  border-inline-end-color: rgb(189 162 222 / 0.05);
}

.border-e-purple-400\/50 {
  border-inline-end-color: rgb(189 162 222 / 0.5);
}

.border-e-purple-400\/60 {
  border-inline-end-color: rgb(189 162 222 / 0.6);
}

.border-e-purple-400\/70 {
  border-inline-end-color: rgb(189 162 222 / 0.7);
}

.border-e-purple-400\/75 {
  border-inline-end-color: rgb(189 162 222 / 0.75);
}

.border-e-purple-400\/80 {
  border-inline-end-color: rgb(189 162 222 / 0.8);
}

.border-e-purple-400\/90 {
  border-inline-end-color: rgb(189 162 222 / 0.9);
}

.border-e-purple-400\/95 {
  border-inline-end-color: rgb(189 162 222 / 0.95);
}

.border-e-purple-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 247 253 / var(--tw-border-opacity));
}

.border-e-purple-50\/0 {
  border-inline-end-color: rgb(250 247 253 / 0);
}

.border-e-purple-50\/10 {
  border-inline-end-color: rgb(250 247 253 / 0.1);
}

.border-e-purple-50\/100 {
  border-inline-end-color: rgb(250 247 253 / 1);
}

.border-e-purple-50\/20 {
  border-inline-end-color: rgb(250 247 253 / 0.2);
}

.border-e-purple-50\/25 {
  border-inline-end-color: rgb(250 247 253 / 0.25);
}

.border-e-purple-50\/30 {
  border-inline-end-color: rgb(250 247 253 / 0.3);
}

.border-e-purple-50\/40 {
  border-inline-end-color: rgb(250 247 253 / 0.4);
}

.border-e-purple-50\/5 {
  border-inline-end-color: rgb(250 247 253 / 0.05);
}

.border-e-purple-50\/50 {
  border-inline-end-color: rgb(250 247 253 / 0.5);
}

.border-e-purple-50\/60 {
  border-inline-end-color: rgb(250 247 253 / 0.6);
}

.border-e-purple-50\/70 {
  border-inline-end-color: rgb(250 247 253 / 0.7);
}

.border-e-purple-50\/75 {
  border-inline-end-color: rgb(250 247 253 / 0.75);
}

.border-e-purple-50\/80 {
  border-inline-end-color: rgb(250 247 253 / 0.8);
}

.border-e-purple-50\/90 {
  border-inline-end-color: rgb(250 247 253 / 0.9);
}

.border-e-purple-50\/95 {
  border-inline-end-color: rgb(250 247 253 / 0.95);
}

.border-e-purple-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(162 125 207 / var(--tw-border-opacity));
}

.border-e-purple-500\/0 {
  border-inline-end-color: rgb(162 125 207 / 0);
}

.border-e-purple-500\/10 {
  border-inline-end-color: rgb(162 125 207 / 0.1);
}

.border-e-purple-500\/100 {
  border-inline-end-color: rgb(162 125 207 / 1);
}

.border-e-purple-500\/20 {
  border-inline-end-color: rgb(162 125 207 / 0.2);
}

.border-e-purple-500\/25 {
  border-inline-end-color: rgb(162 125 207 / 0.25);
}

.border-e-purple-500\/30 {
  border-inline-end-color: rgb(162 125 207 / 0.3);
}

.border-e-purple-500\/40 {
  border-inline-end-color: rgb(162 125 207 / 0.4);
}

.border-e-purple-500\/5 {
  border-inline-end-color: rgb(162 125 207 / 0.05);
}

.border-e-purple-500\/50 {
  border-inline-end-color: rgb(162 125 207 / 0.5);
}

.border-e-purple-500\/60 {
  border-inline-end-color: rgb(162 125 207 / 0.6);
}

.border-e-purple-500\/70 {
  border-inline-end-color: rgb(162 125 207 / 0.7);
}

.border-e-purple-500\/75 {
  border-inline-end-color: rgb(162 125 207 / 0.75);
}

.border-e-purple-500\/80 {
  border-inline-end-color: rgb(162 125 207 / 0.8);
}

.border-e-purple-500\/90 {
  border-inline-end-color: rgb(162 125 207 / 0.9);
}

.border-e-purple-500\/95 {
  border-inline-end-color: rgb(162 125 207 / 0.95);
}

.border-e-purple-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(140 97 188 / var(--tw-border-opacity));
}

.border-e-purple-600\/0 {
  border-inline-end-color: rgb(140 97 188 / 0);
}

.border-e-purple-600\/10 {
  border-inline-end-color: rgb(140 97 188 / 0.1);
}

.border-e-purple-600\/100 {
  border-inline-end-color: rgb(140 97 188 / 1);
}

.border-e-purple-600\/20 {
  border-inline-end-color: rgb(140 97 188 / 0.2);
}

.border-e-purple-600\/25 {
  border-inline-end-color: rgb(140 97 188 / 0.25);
}

.border-e-purple-600\/30 {
  border-inline-end-color: rgb(140 97 188 / 0.3);
}

.border-e-purple-600\/40 {
  border-inline-end-color: rgb(140 97 188 / 0.4);
}

.border-e-purple-600\/5 {
  border-inline-end-color: rgb(140 97 188 / 0.05);
}

.border-e-purple-600\/50 {
  border-inline-end-color: rgb(140 97 188 / 0.5);
}

.border-e-purple-600\/60 {
  border-inline-end-color: rgb(140 97 188 / 0.6);
}

.border-e-purple-600\/70 {
  border-inline-end-color: rgb(140 97 188 / 0.7);
}

.border-e-purple-600\/75 {
  border-inline-end-color: rgb(140 97 188 / 0.75);
}

.border-e-purple-600\/80 {
  border-inline-end-color: rgb(140 97 188 / 0.8);
}

.border-e-purple-600\/90 {
  border-inline-end-color: rgb(140 97 188 / 0.9);
}

.border-e-purple-600\/95 {
  border-inline-end-color: rgb(140 97 188 / 0.95);
}

.border-e-purple-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(118 77 163 / var(--tw-border-opacity));
}

.border-e-purple-700\/0 {
  border-inline-end-color: rgb(118 77 163 / 0);
}

.border-e-purple-700\/10 {
  border-inline-end-color: rgb(118 77 163 / 0.1);
}

.border-e-purple-700\/100 {
  border-inline-end-color: rgb(118 77 163 / 1);
}

.border-e-purple-700\/20 {
  border-inline-end-color: rgb(118 77 163 / 0.2);
}

.border-e-purple-700\/25 {
  border-inline-end-color: rgb(118 77 163 / 0.25);
}

.border-e-purple-700\/30 {
  border-inline-end-color: rgb(118 77 163 / 0.3);
}

.border-e-purple-700\/40 {
  border-inline-end-color: rgb(118 77 163 / 0.4);
}

.border-e-purple-700\/5 {
  border-inline-end-color: rgb(118 77 163 / 0.05);
}

.border-e-purple-700\/50 {
  border-inline-end-color: rgb(118 77 163 / 0.5);
}

.border-e-purple-700\/60 {
  border-inline-end-color: rgb(118 77 163 / 0.6);
}

.border-e-purple-700\/70 {
  border-inline-end-color: rgb(118 77 163 / 0.7);
}

.border-e-purple-700\/75 {
  border-inline-end-color: rgb(118 77 163 / 0.75);
}

.border-e-purple-700\/80 {
  border-inline-end-color: rgb(118 77 163 / 0.8);
}

.border-e-purple-700\/90 {
  border-inline-end-color: rgb(118 77 163 / 0.9);
}

.border-e-purple-700\/95 {
  border-inline-end-color: rgb(118 77 163 / 0.95);
}

.border-e-purple-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(108 72 145 / var(--tw-border-opacity));
}

.border-e-purple-800\/0 {
  border-inline-end-color: rgb(108 72 145 / 0);
}

.border-e-purple-800\/10 {
  border-inline-end-color: rgb(108 72 145 / 0.1);
}

.border-e-purple-800\/100 {
  border-inline-end-color: rgb(108 72 145 / 1);
}

.border-e-purple-800\/20 {
  border-inline-end-color: rgb(108 72 145 / 0.2);
}

.border-e-purple-800\/25 {
  border-inline-end-color: rgb(108 72 145 / 0.25);
}

.border-e-purple-800\/30 {
  border-inline-end-color: rgb(108 72 145 / 0.3);
}

.border-e-purple-800\/40 {
  border-inline-end-color: rgb(108 72 145 / 0.4);
}

.border-e-purple-800\/5 {
  border-inline-end-color: rgb(108 72 145 / 0.05);
}

.border-e-purple-800\/50 {
  border-inline-end-color: rgb(108 72 145 / 0.5);
}

.border-e-purple-800\/60 {
  border-inline-end-color: rgb(108 72 145 / 0.6);
}

.border-e-purple-800\/70 {
  border-inline-end-color: rgb(108 72 145 / 0.7);
}

.border-e-purple-800\/75 {
  border-inline-end-color: rgb(108 72 145 / 0.75);
}

.border-e-purple-800\/80 {
  border-inline-end-color: rgb(108 72 145 / 0.8);
}

.border-e-purple-800\/90 {
  border-inline-end-color: rgb(108 72 145 / 0.9);
}

.border-e-purple-800\/95 {
  border-inline-end-color: rgb(108 72 145 / 0.95);
}

.border-e-purple-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(82 55 108 / var(--tw-border-opacity));
}

.border-e-purple-900\/0 {
  border-inline-end-color: rgb(82 55 108 / 0);
}

.border-e-purple-900\/10 {
  border-inline-end-color: rgb(82 55 108 / 0.1);
}

.border-e-purple-900\/100 {
  border-inline-end-color: rgb(82 55 108 / 1);
}

.border-e-purple-900\/20 {
  border-inline-end-color: rgb(82 55 108 / 0.2);
}

.border-e-purple-900\/25 {
  border-inline-end-color: rgb(82 55 108 / 0.25);
}

.border-e-purple-900\/30 {
  border-inline-end-color: rgb(82 55 108 / 0.3);
}

.border-e-purple-900\/40 {
  border-inline-end-color: rgb(82 55 108 / 0.4);
}

.border-e-purple-900\/5 {
  border-inline-end-color: rgb(82 55 108 / 0.05);
}

.border-e-purple-900\/50 {
  border-inline-end-color: rgb(82 55 108 / 0.5);
}

.border-e-purple-900\/60 {
  border-inline-end-color: rgb(82 55 108 / 0.6);
}

.border-e-purple-900\/70 {
  border-inline-end-color: rgb(82 55 108 / 0.7);
}

.border-e-purple-900\/75 {
  border-inline-end-color: rgb(82 55 108 / 0.75);
}

.border-e-purple-900\/80 {
  border-inline-end-color: rgb(82 55 108 / 0.8);
}

.border-e-purple-900\/90 {
  border-inline-end-color: rgb(82 55 108 / 0.9);
}

.border-e-purple-900\/95 {
  border-inline-end-color: rgb(82 55 108 / 0.95);
}

.border-e-purple-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(53 30 77 / var(--tw-border-opacity));
}

.border-e-purple-950\/0 {
  border-inline-end-color: rgb(53 30 77 / 0);
}

.border-e-purple-950\/10 {
  border-inline-end-color: rgb(53 30 77 / 0.1);
}

.border-e-purple-950\/100 {
  border-inline-end-color: rgb(53 30 77 / 1);
}

.border-e-purple-950\/20 {
  border-inline-end-color: rgb(53 30 77 / 0.2);
}

.border-e-purple-950\/25 {
  border-inline-end-color: rgb(53 30 77 / 0.25);
}

.border-e-purple-950\/30 {
  border-inline-end-color: rgb(53 30 77 / 0.3);
}

.border-e-purple-950\/40 {
  border-inline-end-color: rgb(53 30 77 / 0.4);
}

.border-e-purple-950\/5 {
  border-inline-end-color: rgb(53 30 77 / 0.05);
}

.border-e-purple-950\/50 {
  border-inline-end-color: rgb(53 30 77 / 0.5);
}

.border-e-purple-950\/60 {
  border-inline-end-color: rgb(53 30 77 / 0.6);
}

.border-e-purple-950\/70 {
  border-inline-end-color: rgb(53 30 77 / 0.7);
}

.border-e-purple-950\/75 {
  border-inline-end-color: rgb(53 30 77 / 0.75);
}

.border-e-purple-950\/80 {
  border-inline-end-color: rgb(53 30 77 / 0.8);
}

.border-e-purple-950\/90 {
  border-inline-end-color: rgb(53 30 77 / 0.9);
}

.border-e-purple-950\/95 {
  border-inline-end-color: rgb(53 30 77 / 0.95);
}

.border-e-purple\/0 {
  border-inline-end-color: rgb(108 72 145 / 0);
}

.border-e-purple\/10 {
  border-inline-end-color: rgb(108 72 145 / 0.1);
}

.border-e-purple\/100 {
  border-inline-end-color: rgb(108 72 145 / 1);
}

.border-e-purple\/20 {
  border-inline-end-color: rgb(108 72 145 / 0.2);
}

.border-e-purple\/25 {
  border-inline-end-color: rgb(108 72 145 / 0.25);
}

.border-e-purple\/30 {
  border-inline-end-color: rgb(108 72 145 / 0.3);
}

.border-e-purple\/40 {
  border-inline-end-color: rgb(108 72 145 / 0.4);
}

.border-e-purple\/5 {
  border-inline-end-color: rgb(108 72 145 / 0.05);
}

.border-e-purple\/50 {
  border-inline-end-color: rgb(108 72 145 / 0.5);
}

.border-e-purple\/60 {
  border-inline-end-color: rgb(108 72 145 / 0.6);
}

.border-e-purple\/70 {
  border-inline-end-color: rgb(108 72 145 / 0.7);
}

.border-e-purple\/75 {
  border-inline-end-color: rgb(108 72 145 / 0.75);
}

.border-e-purple\/80 {
  border-inline-end-color: rgb(108 72 145 / 0.8);
}

.border-e-purple\/90 {
  border-inline-end-color: rgb(108 72 145 / 0.9);
}

.border-e-purple\/95 {
  border-inline-end-color: rgb(108 72 145 / 0.95);
}

.border-e-red {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(225 51 22 / var(--tw-border-opacity));
}

.border-e-red-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(246 176 164 / var(--tw-border-opacity));
}

.border-e-red-100\/0 {
  border-inline-end-color: rgb(246 176 164 / 0);
}

.border-e-red-100\/10 {
  border-inline-end-color: rgb(246 176 164 / 0.1);
}

.border-e-red-100\/100 {
  border-inline-end-color: rgb(246 176 164 / 1);
}

.border-e-red-100\/20 {
  border-inline-end-color: rgb(246 176 164 / 0.2);
}

.border-e-red-100\/25 {
  border-inline-end-color: rgb(246 176 164 / 0.25);
}

.border-e-red-100\/30 {
  border-inline-end-color: rgb(246 176 164 / 0.3);
}

.border-e-red-100\/40 {
  border-inline-end-color: rgb(246 176 164 / 0.4);
}

.border-e-red-100\/5 {
  border-inline-end-color: rgb(246 176 164 / 0.05);
}

.border-e-red-100\/50 {
  border-inline-end-color: rgb(246 176 164 / 0.5);
}

.border-e-red-100\/60 {
  border-inline-end-color: rgb(246 176 164 / 0.6);
}

.border-e-red-100\/70 {
  border-inline-end-color: rgb(246 176 164 / 0.7);
}

.border-e-red-100\/75 {
  border-inline-end-color: rgb(246 176 164 / 0.75);
}

.border-e-red-100\/80 {
  border-inline-end-color: rgb(246 176 164 / 0.8);
}

.border-e-red-100\/90 {
  border-inline-end-color: rgb(246 176 164 / 0.9);
}

.border-e-red-100\/95 {
  border-inline-end-color: rgb(246 176 164 / 0.95);
}

.border-e-red-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(242 143 127 / var(--tw-border-opacity));
}

.border-e-red-200\/0 {
  border-inline-end-color: rgb(242 143 127 / 0);
}

.border-e-red-200\/10 {
  border-inline-end-color: rgb(242 143 127 / 0.1);
}

.border-e-red-200\/100 {
  border-inline-end-color: rgb(242 143 127 / 1);
}

.border-e-red-200\/20 {
  border-inline-end-color: rgb(242 143 127 / 0.2);
}

.border-e-red-200\/25 {
  border-inline-end-color: rgb(242 143 127 / 0.25);
}

.border-e-red-200\/30 {
  border-inline-end-color: rgb(242 143 127 / 0.3);
}

.border-e-red-200\/40 {
  border-inline-end-color: rgb(242 143 127 / 0.4);
}

.border-e-red-200\/5 {
  border-inline-end-color: rgb(242 143 127 / 0.05);
}

.border-e-red-200\/50 {
  border-inline-end-color: rgb(242 143 127 / 0.5);
}

.border-e-red-200\/60 {
  border-inline-end-color: rgb(242 143 127 / 0.6);
}

.border-e-red-200\/70 {
  border-inline-end-color: rgb(242 143 127 / 0.7);
}

.border-e-red-200\/75 {
  border-inline-end-color: rgb(242 143 127 / 0.75);
}

.border-e-red-200\/80 {
  border-inline-end-color: rgb(242 143 127 / 0.8);
}

.border-e-red-200\/90 {
  border-inline-end-color: rgb(242 143 127 / 0.9);
}

.border-e-red-200\/95 {
  border-inline-end-color: rgb(242 143 127 / 0.95);
}

.border-e-red-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(239 111 90 / var(--tw-border-opacity));
}

.border-e-red-300\/0 {
  border-inline-end-color: rgb(239 111 90 / 0);
}

.border-e-red-300\/10 {
  border-inline-end-color: rgb(239 111 90 / 0.1);
}

.border-e-red-300\/100 {
  border-inline-end-color: rgb(239 111 90 / 1);
}

.border-e-red-300\/20 {
  border-inline-end-color: rgb(239 111 90 / 0.2);
}

.border-e-red-300\/25 {
  border-inline-end-color: rgb(239 111 90 / 0.25);
}

.border-e-red-300\/30 {
  border-inline-end-color: rgb(239 111 90 / 0.3);
}

.border-e-red-300\/40 {
  border-inline-end-color: rgb(239 111 90 / 0.4);
}

.border-e-red-300\/5 {
  border-inline-end-color: rgb(239 111 90 / 0.05);
}

.border-e-red-300\/50 {
  border-inline-end-color: rgb(239 111 90 / 0.5);
}

.border-e-red-300\/60 {
  border-inline-end-color: rgb(239 111 90 / 0.6);
}

.border-e-red-300\/70 {
  border-inline-end-color: rgb(239 111 90 / 0.7);
}

.border-e-red-300\/75 {
  border-inline-end-color: rgb(239 111 90 / 0.75);
}

.border-e-red-300\/80 {
  border-inline-end-color: rgb(239 111 90 / 0.8);
}

.border-e-red-300\/90 {
  border-inline-end-color: rgb(239 111 90 / 0.9);
}

.border-e-red-300\/95 {
  border-inline-end-color: rgb(239 111 90 / 0.95);
}

.border-e-red-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(235 79 53 / var(--tw-border-opacity));
}

.border-e-red-400\/0 {
  border-inline-end-color: rgb(235 79 53 / 0);
}

.border-e-red-400\/10 {
  border-inline-end-color: rgb(235 79 53 / 0.1);
}

.border-e-red-400\/100 {
  border-inline-end-color: rgb(235 79 53 / 1);
}

.border-e-red-400\/20 {
  border-inline-end-color: rgb(235 79 53 / 0.2);
}

.border-e-red-400\/25 {
  border-inline-end-color: rgb(235 79 53 / 0.25);
}

.border-e-red-400\/30 {
  border-inline-end-color: rgb(235 79 53 / 0.3);
}

.border-e-red-400\/40 {
  border-inline-end-color: rgb(235 79 53 / 0.4);
}

.border-e-red-400\/5 {
  border-inline-end-color: rgb(235 79 53 / 0.05);
}

.border-e-red-400\/50 {
  border-inline-end-color: rgb(235 79 53 / 0.5);
}

.border-e-red-400\/60 {
  border-inline-end-color: rgb(235 79 53 / 0.6);
}

.border-e-red-400\/70 {
  border-inline-end-color: rgb(235 79 53 / 0.7);
}

.border-e-red-400\/75 {
  border-inline-end-color: rgb(235 79 53 / 0.75);
}

.border-e-red-400\/80 {
  border-inline-end-color: rgb(235 79 53 / 0.8);
}

.border-e-red-400\/90 {
  border-inline-end-color: rgb(235 79 53 / 0.9);
}

.border-e-red-400\/95 {
  border-inline-end-color: rgb(235 79 53 / 0.95);
}

.border-e-red-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(248 192 183 / var(--tw-border-opacity));
}

.border-e-red-50\/0 {
  border-inline-end-color: rgb(248 192 183 / 0);
}

.border-e-red-50\/10 {
  border-inline-end-color: rgb(248 192 183 / 0.1);
}

.border-e-red-50\/100 {
  border-inline-end-color: rgb(248 192 183 / 1);
}

.border-e-red-50\/20 {
  border-inline-end-color: rgb(248 192 183 / 0.2);
}

.border-e-red-50\/25 {
  border-inline-end-color: rgb(248 192 183 / 0.25);
}

.border-e-red-50\/30 {
  border-inline-end-color: rgb(248 192 183 / 0.3);
}

.border-e-red-50\/40 {
  border-inline-end-color: rgb(248 192 183 / 0.4);
}

.border-e-red-50\/5 {
  border-inline-end-color: rgb(248 192 183 / 0.05);
}

.border-e-red-50\/50 {
  border-inline-end-color: rgb(248 192 183 / 0.5);
}

.border-e-red-50\/60 {
  border-inline-end-color: rgb(248 192 183 / 0.6);
}

.border-e-red-50\/70 {
  border-inline-end-color: rgb(248 192 183 / 0.7);
}

.border-e-red-50\/75 {
  border-inline-end-color: rgb(248 192 183 / 0.75);
}

.border-e-red-50\/80 {
  border-inline-end-color: rgb(248 192 183 / 0.8);
}

.border-e-red-50\/90 {
  border-inline-end-color: rgb(248 192 183 / 0.9);
}

.border-e-red-50\/95 {
  border-inline-end-color: rgb(248 192 183 / 0.95);
}

.border-e-red-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(225 51 22 / var(--tw-border-opacity));
}

.border-e-red-500\/0 {
  border-inline-end-color: rgb(225 51 22 / 0);
}

.border-e-red-500\/10 {
  border-inline-end-color: rgb(225 51 22 / 0.1);
}

.border-e-red-500\/100 {
  border-inline-end-color: rgb(225 51 22 / 1);
}

.border-e-red-500\/20 {
  border-inline-end-color: rgb(225 51 22 / 0.2);
}

.border-e-red-500\/25 {
  border-inline-end-color: rgb(225 51 22 / 0.25);
}

.border-e-red-500\/30 {
  border-inline-end-color: rgb(225 51 22 / 0.3);
}

.border-e-red-500\/40 {
  border-inline-end-color: rgb(225 51 22 / 0.4);
}

.border-e-red-500\/5 {
  border-inline-end-color: rgb(225 51 22 / 0.05);
}

.border-e-red-500\/50 {
  border-inline-end-color: rgb(225 51 22 / 0.5);
}

.border-e-red-500\/60 {
  border-inline-end-color: rgb(225 51 22 / 0.6);
}

.border-e-red-500\/70 {
  border-inline-end-color: rgb(225 51 22 / 0.7);
}

.border-e-red-500\/75 {
  border-inline-end-color: rgb(225 51 22 / 0.75);
}

.border-e-red-500\/80 {
  border-inline-end-color: rgb(225 51 22 / 0.8);
}

.border-e-red-500\/90 {
  border-inline-end-color: rgb(225 51 22 / 0.9);
}

.border-e-red-500\/95 {
  border-inline-end-color: rgb(225 51 22 / 0.95);
}

.border-e-red-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(174 39 17 / var(--tw-border-opacity));
}

.border-e-red-600\/0 {
  border-inline-end-color: rgb(174 39 17 / 0);
}

.border-e-red-600\/10 {
  border-inline-end-color: rgb(174 39 17 / 0.1);
}

.border-e-red-600\/100 {
  border-inline-end-color: rgb(174 39 17 / 1);
}

.border-e-red-600\/20 {
  border-inline-end-color: rgb(174 39 17 / 0.2);
}

.border-e-red-600\/25 {
  border-inline-end-color: rgb(174 39 17 / 0.25);
}

.border-e-red-600\/30 {
  border-inline-end-color: rgb(174 39 17 / 0.3);
}

.border-e-red-600\/40 {
  border-inline-end-color: rgb(174 39 17 / 0.4);
}

.border-e-red-600\/5 {
  border-inline-end-color: rgb(174 39 17 / 0.05);
}

.border-e-red-600\/50 {
  border-inline-end-color: rgb(174 39 17 / 0.5);
}

.border-e-red-600\/60 {
  border-inline-end-color: rgb(174 39 17 / 0.6);
}

.border-e-red-600\/70 {
  border-inline-end-color: rgb(174 39 17 / 0.7);
}

.border-e-red-600\/75 {
  border-inline-end-color: rgb(174 39 17 / 0.75);
}

.border-e-red-600\/80 {
  border-inline-end-color: rgb(174 39 17 / 0.8);
}

.border-e-red-600\/90 {
  border-inline-end-color: rgb(174 39 17 / 0.9);
}

.border-e-red-600\/95 {
  border-inline-end-color: rgb(174 39 17 / 0.95);
}

.border-e-red-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(123 28 12 / var(--tw-border-opacity));
}

.border-e-red-700\/0 {
  border-inline-end-color: rgb(123 28 12 / 0);
}

.border-e-red-700\/10 {
  border-inline-end-color: rgb(123 28 12 / 0.1);
}

.border-e-red-700\/100 {
  border-inline-end-color: rgb(123 28 12 / 1);
}

.border-e-red-700\/20 {
  border-inline-end-color: rgb(123 28 12 / 0.2);
}

.border-e-red-700\/25 {
  border-inline-end-color: rgb(123 28 12 / 0.25);
}

.border-e-red-700\/30 {
  border-inline-end-color: rgb(123 28 12 / 0.3);
}

.border-e-red-700\/40 {
  border-inline-end-color: rgb(123 28 12 / 0.4);
}

.border-e-red-700\/5 {
  border-inline-end-color: rgb(123 28 12 / 0.05);
}

.border-e-red-700\/50 {
  border-inline-end-color: rgb(123 28 12 / 0.5);
}

.border-e-red-700\/60 {
  border-inline-end-color: rgb(123 28 12 / 0.6);
}

.border-e-red-700\/70 {
  border-inline-end-color: rgb(123 28 12 / 0.7);
}

.border-e-red-700\/75 {
  border-inline-end-color: rgb(123 28 12 / 0.75);
}

.border-e-red-700\/80 {
  border-inline-end-color: rgb(123 28 12 / 0.8);
}

.border-e-red-700\/90 {
  border-inline-end-color: rgb(123 28 12 / 0.9);
}

.border-e-red-700\/95 {
  border-inline-end-color: rgb(123 28 12 / 0.95);
}

.border-e-red-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(72 16 7 / var(--tw-border-opacity));
}

.border-e-red-800\/0 {
  border-inline-end-color: rgb(72 16 7 / 0);
}

.border-e-red-800\/10 {
  border-inline-end-color: rgb(72 16 7 / 0.1);
}

.border-e-red-800\/100 {
  border-inline-end-color: rgb(72 16 7 / 1);
}

.border-e-red-800\/20 {
  border-inline-end-color: rgb(72 16 7 / 0.2);
}

.border-e-red-800\/25 {
  border-inline-end-color: rgb(72 16 7 / 0.25);
}

.border-e-red-800\/30 {
  border-inline-end-color: rgb(72 16 7 / 0.3);
}

.border-e-red-800\/40 {
  border-inline-end-color: rgb(72 16 7 / 0.4);
}

.border-e-red-800\/5 {
  border-inline-end-color: rgb(72 16 7 / 0.05);
}

.border-e-red-800\/50 {
  border-inline-end-color: rgb(72 16 7 / 0.5);
}

.border-e-red-800\/60 {
  border-inline-end-color: rgb(72 16 7 / 0.6);
}

.border-e-red-800\/70 {
  border-inline-end-color: rgb(72 16 7 / 0.7);
}

.border-e-red-800\/75 {
  border-inline-end-color: rgb(72 16 7 / 0.75);
}

.border-e-red-800\/80 {
  border-inline-end-color: rgb(72 16 7 / 0.8);
}

.border-e-red-800\/90 {
  border-inline-end-color: rgb(72 16 7 / 0.9);
}

.border-e-red-800\/95 {
  border-inline-end-color: rgb(72 16 7 / 0.95);
}

.border-e-red-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(21 5 2 / var(--tw-border-opacity));
}

.border-e-red-900\/0 {
  border-inline-end-color: rgb(21 5 2 / 0);
}

.border-e-red-900\/10 {
  border-inline-end-color: rgb(21 5 2 / 0.1);
}

.border-e-red-900\/100 {
  border-inline-end-color: rgb(21 5 2 / 1);
}

.border-e-red-900\/20 {
  border-inline-end-color: rgb(21 5 2 / 0.2);
}

.border-e-red-900\/25 {
  border-inline-end-color: rgb(21 5 2 / 0.25);
}

.border-e-red-900\/30 {
  border-inline-end-color: rgb(21 5 2 / 0.3);
}

.border-e-red-900\/40 {
  border-inline-end-color: rgb(21 5 2 / 0.4);
}

.border-e-red-900\/5 {
  border-inline-end-color: rgb(21 5 2 / 0.05);
}

.border-e-red-900\/50 {
  border-inline-end-color: rgb(21 5 2 / 0.5);
}

.border-e-red-900\/60 {
  border-inline-end-color: rgb(21 5 2 / 0.6);
}

.border-e-red-900\/70 {
  border-inline-end-color: rgb(21 5 2 / 0.7);
}

.border-e-red-900\/75 {
  border-inline-end-color: rgb(21 5 2 / 0.75);
}

.border-e-red-900\/80 {
  border-inline-end-color: rgb(21 5 2 / 0.8);
}

.border-e-red-900\/90 {
  border-inline-end-color: rgb(21 5 2 / 0.9);
}

.border-e-red-900\/95 {
  border-inline-end-color: rgb(21 5 2 / 0.95);
}

.border-e-red\/0 {
  border-inline-end-color: rgb(225 51 22 / 0);
}

.border-e-red\/10 {
  border-inline-end-color: rgb(225 51 22 / 0.1);
}

.border-e-red\/100 {
  border-inline-end-color: rgb(225 51 22 / 1);
}

.border-e-red\/20 {
  border-inline-end-color: rgb(225 51 22 / 0.2);
}

.border-e-red\/25 {
  border-inline-end-color: rgb(225 51 22 / 0.25);
}

.border-e-red\/30 {
  border-inline-end-color: rgb(225 51 22 / 0.3);
}

.border-e-red\/40 {
  border-inline-end-color: rgb(225 51 22 / 0.4);
}

.border-e-red\/5 {
  border-inline-end-color: rgb(225 51 22 / 0.05);
}

.border-e-red\/50 {
  border-inline-end-color: rgb(225 51 22 / 0.5);
}

.border-e-red\/60 {
  border-inline-end-color: rgb(225 51 22 / 0.6);
}

.border-e-red\/70 {
  border-inline-end-color: rgb(225 51 22 / 0.7);
}

.border-e-red\/75 {
  border-inline-end-color: rgb(225 51 22 / 0.75);
}

.border-e-red\/80 {
  border-inline-end-color: rgb(225 51 22 / 0.8);
}

.border-e-red\/90 {
  border-inline-end-color: rgb(225 51 22 / 0.9);
}

.border-e-red\/95 {
  border-inline-end-color: rgb(225 51 22 / 0.95);
}

.border-e-teal {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(129 195 175 / var(--tw-border-opacity));
}

.border-e-teal-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(240 248 245 / var(--tw-border-opacity));
}

.border-e-teal-100\/0 {
  border-inline-end-color: rgb(240 248 245 / 0);
}

.border-e-teal-100\/10 {
  border-inline-end-color: rgb(240 248 245 / 0.1);
}

.border-e-teal-100\/100 {
  border-inline-end-color: rgb(240 248 245 / 1);
}

.border-e-teal-100\/20 {
  border-inline-end-color: rgb(240 248 245 / 0.2);
}

.border-e-teal-100\/25 {
  border-inline-end-color: rgb(240 248 245 / 0.25);
}

.border-e-teal-100\/30 {
  border-inline-end-color: rgb(240 248 245 / 0.3);
}

.border-e-teal-100\/40 {
  border-inline-end-color: rgb(240 248 245 / 0.4);
}

.border-e-teal-100\/5 {
  border-inline-end-color: rgb(240 248 245 / 0.05);
}

.border-e-teal-100\/50 {
  border-inline-end-color: rgb(240 248 245 / 0.5);
}

.border-e-teal-100\/60 {
  border-inline-end-color: rgb(240 248 245 / 0.6);
}

.border-e-teal-100\/70 {
  border-inline-end-color: rgb(240 248 245 / 0.7);
}

.border-e-teal-100\/75 {
  border-inline-end-color: rgb(240 248 245 / 0.75);
}

.border-e-teal-100\/80 {
  border-inline-end-color: rgb(240 248 245 / 0.8);
}

.border-e-teal-100\/90 {
  border-inline-end-color: rgb(240 248 245 / 0.9);
}

.border-e-teal-100\/95 {
  border-inline-end-color: rgb(240 248 245 / 0.95);
}

.border-e-teal-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(212 234 228 / var(--tw-border-opacity));
}

.border-e-teal-200\/0 {
  border-inline-end-color: rgb(212 234 228 / 0);
}

.border-e-teal-200\/10 {
  border-inline-end-color: rgb(212 234 228 / 0.1);
}

.border-e-teal-200\/100 {
  border-inline-end-color: rgb(212 234 228 / 1);
}

.border-e-teal-200\/20 {
  border-inline-end-color: rgb(212 234 228 / 0.2);
}

.border-e-teal-200\/25 {
  border-inline-end-color: rgb(212 234 228 / 0.25);
}

.border-e-teal-200\/30 {
  border-inline-end-color: rgb(212 234 228 / 0.3);
}

.border-e-teal-200\/40 {
  border-inline-end-color: rgb(212 234 228 / 0.4);
}

.border-e-teal-200\/5 {
  border-inline-end-color: rgb(212 234 228 / 0.05);
}

.border-e-teal-200\/50 {
  border-inline-end-color: rgb(212 234 228 / 0.5);
}

.border-e-teal-200\/60 {
  border-inline-end-color: rgb(212 234 228 / 0.6);
}

.border-e-teal-200\/70 {
  border-inline-end-color: rgb(212 234 228 / 0.7);
}

.border-e-teal-200\/75 {
  border-inline-end-color: rgb(212 234 228 / 0.75);
}

.border-e-teal-200\/80 {
  border-inline-end-color: rgb(212 234 228 / 0.8);
}

.border-e-teal-200\/90 {
  border-inline-end-color: rgb(212 234 228 / 0.9);
}

.border-e-teal-200\/95 {
  border-inline-end-color: rgb(212 234 228 / 0.95);
}

.border-e-teal-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(184 221 210 / var(--tw-border-opacity));
}

.border-e-teal-300\/0 {
  border-inline-end-color: rgb(184 221 210 / 0);
}

.border-e-teal-300\/10 {
  border-inline-end-color: rgb(184 221 210 / 0.1);
}

.border-e-teal-300\/100 {
  border-inline-end-color: rgb(184 221 210 / 1);
}

.border-e-teal-300\/20 {
  border-inline-end-color: rgb(184 221 210 / 0.2);
}

.border-e-teal-300\/25 {
  border-inline-end-color: rgb(184 221 210 / 0.25);
}

.border-e-teal-300\/30 {
  border-inline-end-color: rgb(184 221 210 / 0.3);
}

.border-e-teal-300\/40 {
  border-inline-end-color: rgb(184 221 210 / 0.4);
}

.border-e-teal-300\/5 {
  border-inline-end-color: rgb(184 221 210 / 0.05);
}

.border-e-teal-300\/50 {
  border-inline-end-color: rgb(184 221 210 / 0.5);
}

.border-e-teal-300\/60 {
  border-inline-end-color: rgb(184 221 210 / 0.6);
}

.border-e-teal-300\/70 {
  border-inline-end-color: rgb(184 221 210 / 0.7);
}

.border-e-teal-300\/75 {
  border-inline-end-color: rgb(184 221 210 / 0.75);
}

.border-e-teal-300\/80 {
  border-inline-end-color: rgb(184 221 210 / 0.8);
}

.border-e-teal-300\/90 {
  border-inline-end-color: rgb(184 221 210 / 0.9);
}

.border-e-teal-300\/95 {
  border-inline-end-color: rgb(184 221 210 / 0.95);
}

.border-e-teal-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(157 208 193 / var(--tw-border-opacity));
}

.border-e-teal-400\/0 {
  border-inline-end-color: rgb(157 208 193 / 0);
}

.border-e-teal-400\/10 {
  border-inline-end-color: rgb(157 208 193 / 0.1);
}

.border-e-teal-400\/100 {
  border-inline-end-color: rgb(157 208 193 / 1);
}

.border-e-teal-400\/20 {
  border-inline-end-color: rgb(157 208 193 / 0.2);
}

.border-e-teal-400\/25 {
  border-inline-end-color: rgb(157 208 193 / 0.25);
}

.border-e-teal-400\/30 {
  border-inline-end-color: rgb(157 208 193 / 0.3);
}

.border-e-teal-400\/40 {
  border-inline-end-color: rgb(157 208 193 / 0.4);
}

.border-e-teal-400\/5 {
  border-inline-end-color: rgb(157 208 193 / 0.05);
}

.border-e-teal-400\/50 {
  border-inline-end-color: rgb(157 208 193 / 0.5);
}

.border-e-teal-400\/60 {
  border-inline-end-color: rgb(157 208 193 / 0.6);
}

.border-e-teal-400\/70 {
  border-inline-end-color: rgb(157 208 193 / 0.7);
}

.border-e-teal-400\/75 {
  border-inline-end-color: rgb(157 208 193 / 0.75);
}

.border-e-teal-400\/80 {
  border-inline-end-color: rgb(157 208 193 / 0.8);
}

.border-e-teal-400\/90 {
  border-inline-end-color: rgb(157 208 193 / 0.9);
}

.border-e-teal-400\/95 {
  border-inline-end-color: rgb(157 208 193 / 0.95);
}

.border-e-teal-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 254 254 / var(--tw-border-opacity));
}

.border-e-teal-50\/0 {
  border-inline-end-color: rgb(253 254 254 / 0);
}

.border-e-teal-50\/10 {
  border-inline-end-color: rgb(253 254 254 / 0.1);
}

.border-e-teal-50\/100 {
  border-inline-end-color: rgb(253 254 254 / 1);
}

.border-e-teal-50\/20 {
  border-inline-end-color: rgb(253 254 254 / 0.2);
}

.border-e-teal-50\/25 {
  border-inline-end-color: rgb(253 254 254 / 0.25);
}

.border-e-teal-50\/30 {
  border-inline-end-color: rgb(253 254 254 / 0.3);
}

.border-e-teal-50\/40 {
  border-inline-end-color: rgb(253 254 254 / 0.4);
}

.border-e-teal-50\/5 {
  border-inline-end-color: rgb(253 254 254 / 0.05);
}

.border-e-teal-50\/50 {
  border-inline-end-color: rgb(253 254 254 / 0.5);
}

.border-e-teal-50\/60 {
  border-inline-end-color: rgb(253 254 254 / 0.6);
}

.border-e-teal-50\/70 {
  border-inline-end-color: rgb(253 254 254 / 0.7);
}

.border-e-teal-50\/75 {
  border-inline-end-color: rgb(253 254 254 / 0.75);
}

.border-e-teal-50\/80 {
  border-inline-end-color: rgb(253 254 254 / 0.8);
}

.border-e-teal-50\/90 {
  border-inline-end-color: rgb(253 254 254 / 0.9);
}

.border-e-teal-50\/95 {
  border-inline-end-color: rgb(253 254 254 / 0.95);
}

.border-e-teal-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(129 195 175 / var(--tw-border-opacity));
}

.border-e-teal-500\/0 {
  border-inline-end-color: rgb(129 195 175 / 0);
}

.border-e-teal-500\/10 {
  border-inline-end-color: rgb(129 195 175 / 0.1);
}

.border-e-teal-500\/100 {
  border-inline-end-color: rgb(129 195 175 / 1);
}

.border-e-teal-500\/20 {
  border-inline-end-color: rgb(129 195 175 / 0.2);
}

.border-e-teal-500\/25 {
  border-inline-end-color: rgb(129 195 175 / 0.25);
}

.border-e-teal-500\/30 {
  border-inline-end-color: rgb(129 195 175 / 0.3);
}

.border-e-teal-500\/40 {
  border-inline-end-color: rgb(129 195 175 / 0.4);
}

.border-e-teal-500\/5 {
  border-inline-end-color: rgb(129 195 175 / 0.05);
}

.border-e-teal-500\/50 {
  border-inline-end-color: rgb(129 195 175 / 0.5);
}

.border-e-teal-500\/60 {
  border-inline-end-color: rgb(129 195 175 / 0.6);
}

.border-e-teal-500\/70 {
  border-inline-end-color: rgb(129 195 175 / 0.7);
}

.border-e-teal-500\/75 {
  border-inline-end-color: rgb(129 195 175 / 0.75);
}

.border-e-teal-500\/80 {
  border-inline-end-color: rgb(129 195 175 / 0.8);
}

.border-e-teal-500\/90 {
  border-inline-end-color: rgb(129 195 175 / 0.9);
}

.border-e-teal-500\/95 {
  border-inline-end-color: rgb(129 195 175 / 0.95);
}

.border-e-teal-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(91 177 151 / var(--tw-border-opacity));
}

.border-e-teal-600\/0 {
  border-inline-end-color: rgb(91 177 151 / 0);
}

.border-e-teal-600\/10 {
  border-inline-end-color: rgb(91 177 151 / 0.1);
}

.border-e-teal-600\/100 {
  border-inline-end-color: rgb(91 177 151 / 1);
}

.border-e-teal-600\/20 {
  border-inline-end-color: rgb(91 177 151 / 0.2);
}

.border-e-teal-600\/25 {
  border-inline-end-color: rgb(91 177 151 / 0.25);
}

.border-e-teal-600\/30 {
  border-inline-end-color: rgb(91 177 151 / 0.3);
}

.border-e-teal-600\/40 {
  border-inline-end-color: rgb(91 177 151 / 0.4);
}

.border-e-teal-600\/5 {
  border-inline-end-color: rgb(91 177 151 / 0.05);
}

.border-e-teal-600\/50 {
  border-inline-end-color: rgb(91 177 151 / 0.5);
}

.border-e-teal-600\/60 {
  border-inline-end-color: rgb(91 177 151 / 0.6);
}

.border-e-teal-600\/70 {
  border-inline-end-color: rgb(91 177 151 / 0.7);
}

.border-e-teal-600\/75 {
  border-inline-end-color: rgb(91 177 151 / 0.75);
}

.border-e-teal-600\/80 {
  border-inline-end-color: rgb(91 177 151 / 0.8);
}

.border-e-teal-600\/90 {
  border-inline-end-color: rgb(91 177 151 / 0.9);
}

.border-e-teal-600\/95 {
  border-inline-end-color: rgb(91 177 151 / 0.95);
}

.border-e-teal-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(68 143 121 / var(--tw-border-opacity));
}

.border-e-teal-700\/0 {
  border-inline-end-color: rgb(68 143 121 / 0);
}

.border-e-teal-700\/10 {
  border-inline-end-color: rgb(68 143 121 / 0.1);
}

.border-e-teal-700\/100 {
  border-inline-end-color: rgb(68 143 121 / 1);
}

.border-e-teal-700\/20 {
  border-inline-end-color: rgb(68 143 121 / 0.2);
}

.border-e-teal-700\/25 {
  border-inline-end-color: rgb(68 143 121 / 0.25);
}

.border-e-teal-700\/30 {
  border-inline-end-color: rgb(68 143 121 / 0.3);
}

.border-e-teal-700\/40 {
  border-inline-end-color: rgb(68 143 121 / 0.4);
}

.border-e-teal-700\/5 {
  border-inline-end-color: rgb(68 143 121 / 0.05);
}

.border-e-teal-700\/50 {
  border-inline-end-color: rgb(68 143 121 / 0.5);
}

.border-e-teal-700\/60 {
  border-inline-end-color: rgb(68 143 121 / 0.6);
}

.border-e-teal-700\/70 {
  border-inline-end-color: rgb(68 143 121 / 0.7);
}

.border-e-teal-700\/75 {
  border-inline-end-color: rgb(68 143 121 / 0.75);
}

.border-e-teal-700\/80 {
  border-inline-end-color: rgb(68 143 121 / 0.8);
}

.border-e-teal-700\/90 {
  border-inline-end-color: rgb(68 143 121 / 0.9);
}

.border-e-teal-700\/95 {
  border-inline-end-color: rgb(68 143 121 / 0.95);
}

.border-e-teal-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(50 105 89 / var(--tw-border-opacity));
}

.border-e-teal-800\/0 {
  border-inline-end-color: rgb(50 105 89 / 0);
}

.border-e-teal-800\/10 {
  border-inline-end-color: rgb(50 105 89 / 0.1);
}

.border-e-teal-800\/100 {
  border-inline-end-color: rgb(50 105 89 / 1);
}

.border-e-teal-800\/20 {
  border-inline-end-color: rgb(50 105 89 / 0.2);
}

.border-e-teal-800\/25 {
  border-inline-end-color: rgb(50 105 89 / 0.25);
}

.border-e-teal-800\/30 {
  border-inline-end-color: rgb(50 105 89 / 0.3);
}

.border-e-teal-800\/40 {
  border-inline-end-color: rgb(50 105 89 / 0.4);
}

.border-e-teal-800\/5 {
  border-inline-end-color: rgb(50 105 89 / 0.05);
}

.border-e-teal-800\/50 {
  border-inline-end-color: rgb(50 105 89 / 0.5);
}

.border-e-teal-800\/60 {
  border-inline-end-color: rgb(50 105 89 / 0.6);
}

.border-e-teal-800\/70 {
  border-inline-end-color: rgb(50 105 89 / 0.7);
}

.border-e-teal-800\/75 {
  border-inline-end-color: rgb(50 105 89 / 0.75);
}

.border-e-teal-800\/80 {
  border-inline-end-color: rgb(50 105 89 / 0.8);
}

.border-e-teal-800\/90 {
  border-inline-end-color: rgb(50 105 89 / 0.9);
}

.border-e-teal-800\/95 {
  border-inline-end-color: rgb(50 105 89 / 0.95);
}

.border-e-teal-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(32 67 57 / var(--tw-border-opacity));
}

.border-e-teal-900\/0 {
  border-inline-end-color: rgb(32 67 57 / 0);
}

.border-e-teal-900\/10 {
  border-inline-end-color: rgb(32 67 57 / 0.1);
}

.border-e-teal-900\/100 {
  border-inline-end-color: rgb(32 67 57 / 1);
}

.border-e-teal-900\/20 {
  border-inline-end-color: rgb(32 67 57 / 0.2);
}

.border-e-teal-900\/25 {
  border-inline-end-color: rgb(32 67 57 / 0.25);
}

.border-e-teal-900\/30 {
  border-inline-end-color: rgb(32 67 57 / 0.3);
}

.border-e-teal-900\/40 {
  border-inline-end-color: rgb(32 67 57 / 0.4);
}

.border-e-teal-900\/5 {
  border-inline-end-color: rgb(32 67 57 / 0.05);
}

.border-e-teal-900\/50 {
  border-inline-end-color: rgb(32 67 57 / 0.5);
}

.border-e-teal-900\/60 {
  border-inline-end-color: rgb(32 67 57 / 0.6);
}

.border-e-teal-900\/70 {
  border-inline-end-color: rgb(32 67 57 / 0.7);
}

.border-e-teal-900\/75 {
  border-inline-end-color: rgb(32 67 57 / 0.75);
}

.border-e-teal-900\/80 {
  border-inline-end-color: rgb(32 67 57 / 0.8);
}

.border-e-teal-900\/90 {
  border-inline-end-color: rgb(32 67 57 / 0.9);
}

.border-e-teal-900\/95 {
  border-inline-end-color: rgb(32 67 57 / 0.95);
}

.border-e-teal\/0 {
  border-inline-end-color: rgb(129 195 175 / 0);
}

.border-e-teal\/10 {
  border-inline-end-color: rgb(129 195 175 / 0.1);
}

.border-e-teal\/100 {
  border-inline-end-color: rgb(129 195 175 / 1);
}

.border-e-teal\/20 {
  border-inline-end-color: rgb(129 195 175 / 0.2);
}

.border-e-teal\/25 {
  border-inline-end-color: rgb(129 195 175 / 0.25);
}

.border-e-teal\/30 {
  border-inline-end-color: rgb(129 195 175 / 0.3);
}

.border-e-teal\/40 {
  border-inline-end-color: rgb(129 195 175 / 0.4);
}

.border-e-teal\/5 {
  border-inline-end-color: rgb(129 195 175 / 0.05);
}

.border-e-teal\/50 {
  border-inline-end-color: rgb(129 195 175 / 0.5);
}

.border-e-teal\/60 {
  border-inline-end-color: rgb(129 195 175 / 0.6);
}

.border-e-teal\/70 {
  border-inline-end-color: rgb(129 195 175 / 0.7);
}

.border-e-teal\/75 {
  border-inline-end-color: rgb(129 195 175 / 0.75);
}

.border-e-teal\/80 {
  border-inline-end-color: rgb(129 195 175 / 0.8);
}

.border-e-teal\/90 {
  border-inline-end-color: rgb(129 195 175 / 0.9);
}

.border-e-teal\/95 {
  border-inline-end-color: rgb(129 195 175 / 0.95);
}

.border-e-transparent {
  border-inline-end-color: transparent;
}

.border-e-transparent\/0 {
  border-inline-end-color: rgb(0 0 0 / 0);
}

.border-e-transparent\/10 {
  border-inline-end-color: rgb(0 0 0 / 0.1);
}

.border-e-transparent\/100 {
  border-inline-end-color: rgb(0 0 0 / 1);
}

.border-e-transparent\/20 {
  border-inline-end-color: rgb(0 0 0 / 0.2);
}

.border-e-transparent\/25 {
  border-inline-end-color: rgb(0 0 0 / 0.25);
}

.border-e-transparent\/30 {
  border-inline-end-color: rgb(0 0 0 / 0.3);
}

.border-e-transparent\/40 {
  border-inline-end-color: rgb(0 0 0 / 0.4);
}

.border-e-transparent\/5 {
  border-inline-end-color: rgb(0 0 0 / 0.05);
}

.border-e-transparent\/50 {
  border-inline-end-color: rgb(0 0 0 / 0.5);
}

.border-e-transparent\/60 {
  border-inline-end-color: rgb(0 0 0 / 0.6);
}

.border-e-transparent\/70 {
  border-inline-end-color: rgb(0 0 0 / 0.7);
}

.border-e-transparent\/75 {
  border-inline-end-color: rgb(0 0 0 / 0.75);
}

.border-e-transparent\/80 {
  border-inline-end-color: rgb(0 0 0 / 0.8);
}

.border-e-transparent\/90 {
  border-inline-end-color: rgb(0 0 0 / 0.9);
}

.border-e-transparent\/95 {
  border-inline-end-color: rgb(0 0 0 / 0.95);
}

.border-e-white {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-e-white\/0 {
  border-inline-end-color: rgb(255 255 255 / 0);
}

.border-e-white\/10 {
  border-inline-end-color: rgb(255 255 255 / 0.1);
}

.border-e-white\/100 {
  border-inline-end-color: rgb(255 255 255 / 1);
}

.border-e-white\/20 {
  border-inline-end-color: rgb(255 255 255 / 0.2);
}

.border-e-white\/25 {
  border-inline-end-color: rgb(255 255 255 / 0.25);
}

.border-e-white\/30 {
  border-inline-end-color: rgb(255 255 255 / 0.3);
}

.border-e-white\/40 {
  border-inline-end-color: rgb(255 255 255 / 0.4);
}

.border-e-white\/5 {
  border-inline-end-color: rgb(255 255 255 / 0.05);
}

.border-e-white\/50 {
  border-inline-end-color: rgb(255 255 255 / 0.5);
}

.border-e-white\/60 {
  border-inline-end-color: rgb(255 255 255 / 0.6);
}

.border-e-white\/70 {
  border-inline-end-color: rgb(255 255 255 / 0.7);
}

.border-e-white\/75 {
  border-inline-end-color: rgb(255 255 255 / 0.75);
}

.border-e-white\/80 {
  border-inline-end-color: rgb(255 255 255 / 0.8);
}

.border-e-white\/90 {
  border-inline-end-color: rgb(255 255 255 / 0.9);
}

.border-e-white\/95 {
  border-inline-end-color: rgb(255 255 255 / 0.95);
}

.border-e-yellow {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(247 191 31 / var(--tw-border-opacity));
}

.border-e-yellow-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 243 200 / var(--tw-border-opacity));
}

.border-e-yellow-100\/0 {
  border-inline-end-color: rgb(253 243 200 / 0);
}

.border-e-yellow-100\/10 {
  border-inline-end-color: rgb(253 243 200 / 0.1);
}

.border-e-yellow-100\/100 {
  border-inline-end-color: rgb(253 243 200 / 1);
}

.border-e-yellow-100\/20 {
  border-inline-end-color: rgb(253 243 200 / 0.2);
}

.border-e-yellow-100\/25 {
  border-inline-end-color: rgb(253 243 200 / 0.25);
}

.border-e-yellow-100\/30 {
  border-inline-end-color: rgb(253 243 200 / 0.3);
}

.border-e-yellow-100\/40 {
  border-inline-end-color: rgb(253 243 200 / 0.4);
}

.border-e-yellow-100\/5 {
  border-inline-end-color: rgb(253 243 200 / 0.05);
}

.border-e-yellow-100\/50 {
  border-inline-end-color: rgb(253 243 200 / 0.5);
}

.border-e-yellow-100\/60 {
  border-inline-end-color: rgb(253 243 200 / 0.6);
}

.border-e-yellow-100\/70 {
  border-inline-end-color: rgb(253 243 200 / 0.7);
}

.border-e-yellow-100\/75 {
  border-inline-end-color: rgb(253 243 200 / 0.75);
}

.border-e-yellow-100\/80 {
  border-inline-end-color: rgb(253 243 200 / 0.8);
}

.border-e-yellow-100\/90 {
  border-inline-end-color: rgb(253 243 200 / 0.9);
}

.border-e-yellow-100\/95 {
  border-inline-end-color: rgb(253 243 200 / 0.95);
}

.border-e-yellow-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(251 231 140 / var(--tw-border-opacity));
}

.border-e-yellow-200\/0 {
  border-inline-end-color: rgb(251 231 140 / 0);
}

.border-e-yellow-200\/10 {
  border-inline-end-color: rgb(251 231 140 / 0.1);
}

.border-e-yellow-200\/100 {
  border-inline-end-color: rgb(251 231 140 / 1);
}

.border-e-yellow-200\/20 {
  border-inline-end-color: rgb(251 231 140 / 0.2);
}

.border-e-yellow-200\/25 {
  border-inline-end-color: rgb(251 231 140 / 0.25);
}

.border-e-yellow-200\/30 {
  border-inline-end-color: rgb(251 231 140 / 0.3);
}

.border-e-yellow-200\/40 {
  border-inline-end-color: rgb(251 231 140 / 0.4);
}

.border-e-yellow-200\/5 {
  border-inline-end-color: rgb(251 231 140 / 0.05);
}

.border-e-yellow-200\/50 {
  border-inline-end-color: rgb(251 231 140 / 0.5);
}

.border-e-yellow-200\/60 {
  border-inline-end-color: rgb(251 231 140 / 0.6);
}

.border-e-yellow-200\/70 {
  border-inline-end-color: rgb(251 231 140 / 0.7);
}

.border-e-yellow-200\/75 {
  border-inline-end-color: rgb(251 231 140 / 0.75);
}

.border-e-yellow-200\/80 {
  border-inline-end-color: rgb(251 231 140 / 0.8);
}

.border-e-yellow-200\/90 {
  border-inline-end-color: rgb(251 231 140 / 0.9);
}

.border-e-yellow-200\/95 {
  border-inline-end-color: rgb(251 231 140 / 0.95);
}

.border-e-yellow-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(249 212 80 / var(--tw-border-opacity));
}

.border-e-yellow-300\/0 {
  border-inline-end-color: rgb(249 212 80 / 0);
}

.border-e-yellow-300\/10 {
  border-inline-end-color: rgb(249 212 80 / 0.1);
}

.border-e-yellow-300\/100 {
  border-inline-end-color: rgb(249 212 80 / 1);
}

.border-e-yellow-300\/20 {
  border-inline-end-color: rgb(249 212 80 / 0.2);
}

.border-e-yellow-300\/25 {
  border-inline-end-color: rgb(249 212 80 / 0.25);
}

.border-e-yellow-300\/30 {
  border-inline-end-color: rgb(249 212 80 / 0.3);
}

.border-e-yellow-300\/40 {
  border-inline-end-color: rgb(249 212 80 / 0.4);
}

.border-e-yellow-300\/5 {
  border-inline-end-color: rgb(249 212 80 / 0.05);
}

.border-e-yellow-300\/50 {
  border-inline-end-color: rgb(249 212 80 / 0.5);
}

.border-e-yellow-300\/60 {
  border-inline-end-color: rgb(249 212 80 / 0.6);
}

.border-e-yellow-300\/70 {
  border-inline-end-color: rgb(249 212 80 / 0.7);
}

.border-e-yellow-300\/75 {
  border-inline-end-color: rgb(249 212 80 / 0.75);
}

.border-e-yellow-300\/80 {
  border-inline-end-color: rgb(249 212 80 / 0.8);
}

.border-e-yellow-300\/90 {
  border-inline-end-color: rgb(249 212 80 / 0.9);
}

.border-e-yellow-300\/95 {
  border-inline-end-color: rgb(249 212 80 / 0.95);
}

.border-e-yellow-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(247 191 31 / var(--tw-border-opacity));
}

.border-e-yellow-400\/0 {
  border-inline-end-color: rgb(247 191 31 / 0);
}

.border-e-yellow-400\/10 {
  border-inline-end-color: rgb(247 191 31 / 0.1);
}

.border-e-yellow-400\/100 {
  border-inline-end-color: rgb(247 191 31 / 1);
}

.border-e-yellow-400\/20 {
  border-inline-end-color: rgb(247 191 31 / 0.2);
}

.border-e-yellow-400\/25 {
  border-inline-end-color: rgb(247 191 31 / 0.25);
}

.border-e-yellow-400\/30 {
  border-inline-end-color: rgb(247 191 31 / 0.3);
}

.border-e-yellow-400\/40 {
  border-inline-end-color: rgb(247 191 31 / 0.4);
}

.border-e-yellow-400\/5 {
  border-inline-end-color: rgb(247 191 31 / 0.05);
}

.border-e-yellow-400\/50 {
  border-inline-end-color: rgb(247 191 31 / 0.5);
}

.border-e-yellow-400\/60 {
  border-inline-end-color: rgb(247 191 31 / 0.6);
}

.border-e-yellow-400\/70 {
  border-inline-end-color: rgb(247 191 31 / 0.7);
}

.border-e-yellow-400\/75 {
  border-inline-end-color: rgb(247 191 31 / 0.75);
}

.border-e-yellow-400\/80 {
  border-inline-end-color: rgb(247 191 31 / 0.8);
}

.border-e-yellow-400\/90 {
  border-inline-end-color: rgb(247 191 31 / 0.9);
}

.border-e-yellow-400\/95 {
  border-inline-end-color: rgb(247 191 31 / 0.95);
}

.border-e-yellow-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.border-e-yellow-50\/0 {
  border-inline-end-color: rgb(255 251 235 / 0);
}

.border-e-yellow-50\/10 {
  border-inline-end-color: rgb(255 251 235 / 0.1);
}

.border-e-yellow-50\/100 {
  border-inline-end-color: rgb(255 251 235 / 1);
}

.border-e-yellow-50\/20 {
  border-inline-end-color: rgb(255 251 235 / 0.2);
}

.border-e-yellow-50\/25 {
  border-inline-end-color: rgb(255 251 235 / 0.25);
}

.border-e-yellow-50\/30 {
  border-inline-end-color: rgb(255 251 235 / 0.3);
}

.border-e-yellow-50\/40 {
  border-inline-end-color: rgb(255 251 235 / 0.4);
}

.border-e-yellow-50\/5 {
  border-inline-end-color: rgb(255 251 235 / 0.05);
}

.border-e-yellow-50\/50 {
  border-inline-end-color: rgb(255 251 235 / 0.5);
}

.border-e-yellow-50\/60 {
  border-inline-end-color: rgb(255 251 235 / 0.6);
}

.border-e-yellow-50\/70 {
  border-inline-end-color: rgb(255 251 235 / 0.7);
}

.border-e-yellow-50\/75 {
  border-inline-end-color: rgb(255 251 235 / 0.75);
}

.border-e-yellow-50\/80 {
  border-inline-end-color: rgb(255 251 235 / 0.8);
}

.border-e-yellow-50\/90 {
  border-inline-end-color: rgb(255 251 235 / 0.9);
}

.border-e-yellow-50\/95 {
  border-inline-end-color: rgb(255 251 235 / 0.95);
}

.border-e-yellow-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(241 161 15 / var(--tw-border-opacity));
}

.border-e-yellow-500\/0 {
  border-inline-end-color: rgb(241 161 15 / 0);
}

.border-e-yellow-500\/10 {
  border-inline-end-color: rgb(241 161 15 / 0.1);
}

.border-e-yellow-500\/100 {
  border-inline-end-color: rgb(241 161 15 / 1);
}

.border-e-yellow-500\/20 {
  border-inline-end-color: rgb(241 161 15 / 0.2);
}

.border-e-yellow-500\/25 {
  border-inline-end-color: rgb(241 161 15 / 0.25);
}

.border-e-yellow-500\/30 {
  border-inline-end-color: rgb(241 161 15 / 0.3);
}

.border-e-yellow-500\/40 {
  border-inline-end-color: rgb(241 161 15 / 0.4);
}

.border-e-yellow-500\/5 {
  border-inline-end-color: rgb(241 161 15 / 0.05);
}

.border-e-yellow-500\/50 {
  border-inline-end-color: rgb(241 161 15 / 0.5);
}

.border-e-yellow-500\/60 {
  border-inline-end-color: rgb(241 161 15 / 0.6);
}

.border-e-yellow-500\/70 {
  border-inline-end-color: rgb(241 161 15 / 0.7);
}

.border-e-yellow-500\/75 {
  border-inline-end-color: rgb(241 161 15 / 0.75);
}

.border-e-yellow-500\/80 {
  border-inline-end-color: rgb(241 161 15 / 0.8);
}

.border-e-yellow-500\/90 {
  border-inline-end-color: rgb(241 161 15 / 0.9);
}

.border-e-yellow-500\/95 {
  border-inline-end-color: rgb(241 161 15 / 0.95);
}

.border-e-yellow-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(213 123 10 / var(--tw-border-opacity));
}

.border-e-yellow-600\/0 {
  border-inline-end-color: rgb(213 123 10 / 0);
}

.border-e-yellow-600\/10 {
  border-inline-end-color: rgb(213 123 10 / 0.1);
}

.border-e-yellow-600\/100 {
  border-inline-end-color: rgb(213 123 10 / 1);
}

.border-e-yellow-600\/20 {
  border-inline-end-color: rgb(213 123 10 / 0.2);
}

.border-e-yellow-600\/25 {
  border-inline-end-color: rgb(213 123 10 / 0.25);
}

.border-e-yellow-600\/30 {
  border-inline-end-color: rgb(213 123 10 / 0.3);
}

.border-e-yellow-600\/40 {
  border-inline-end-color: rgb(213 123 10 / 0.4);
}

.border-e-yellow-600\/5 {
  border-inline-end-color: rgb(213 123 10 / 0.05);
}

.border-e-yellow-600\/50 {
  border-inline-end-color: rgb(213 123 10 / 0.5);
}

.border-e-yellow-600\/60 {
  border-inline-end-color: rgb(213 123 10 / 0.6);
}

.border-e-yellow-600\/70 {
  border-inline-end-color: rgb(213 123 10 / 0.7);
}

.border-e-yellow-600\/75 {
  border-inline-end-color: rgb(213 123 10 / 0.75);
}

.border-e-yellow-600\/80 {
  border-inline-end-color: rgb(213 123 10 / 0.8);
}

.border-e-yellow-600\/90 {
  border-inline-end-color: rgb(213 123 10 / 0.9);
}

.border-e-yellow-600\/95 {
  border-inline-end-color: rgb(213 123 10 / 0.95);
}

.border-e-yellow-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(177 86 12 / var(--tw-border-opacity));
}

.border-e-yellow-700\/0 {
  border-inline-end-color: rgb(177 86 12 / 0);
}

.border-e-yellow-700\/10 {
  border-inline-end-color: rgb(177 86 12 / 0.1);
}

.border-e-yellow-700\/100 {
  border-inline-end-color: rgb(177 86 12 / 1);
}

.border-e-yellow-700\/20 {
  border-inline-end-color: rgb(177 86 12 / 0.2);
}

.border-e-yellow-700\/25 {
  border-inline-end-color: rgb(177 86 12 / 0.25);
}

.border-e-yellow-700\/30 {
  border-inline-end-color: rgb(177 86 12 / 0.3);
}

.border-e-yellow-700\/40 {
  border-inline-end-color: rgb(177 86 12 / 0.4);
}

.border-e-yellow-700\/5 {
  border-inline-end-color: rgb(177 86 12 / 0.05);
}

.border-e-yellow-700\/50 {
  border-inline-end-color: rgb(177 86 12 / 0.5);
}

.border-e-yellow-700\/60 {
  border-inline-end-color: rgb(177 86 12 / 0.6);
}

.border-e-yellow-700\/70 {
  border-inline-end-color: rgb(177 86 12 / 0.7);
}

.border-e-yellow-700\/75 {
  border-inline-end-color: rgb(177 86 12 / 0.75);
}

.border-e-yellow-700\/80 {
  border-inline-end-color: rgb(177 86 12 / 0.8);
}

.border-e-yellow-700\/90 {
  border-inline-end-color: rgb(177 86 12 / 0.9);
}

.border-e-yellow-700\/95 {
  border-inline-end-color: rgb(177 86 12 / 0.95);
}

.border-e-yellow-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(144 68 16 / var(--tw-border-opacity));
}

.border-e-yellow-800\/0 {
  border-inline-end-color: rgb(144 68 16 / 0);
}

.border-e-yellow-800\/10 {
  border-inline-end-color: rgb(144 68 16 / 0.1);
}

.border-e-yellow-800\/100 {
  border-inline-end-color: rgb(144 68 16 / 1);
}

.border-e-yellow-800\/20 {
  border-inline-end-color: rgb(144 68 16 / 0.2);
}

.border-e-yellow-800\/25 {
  border-inline-end-color: rgb(144 68 16 / 0.25);
}

.border-e-yellow-800\/30 {
  border-inline-end-color: rgb(144 68 16 / 0.3);
}

.border-e-yellow-800\/40 {
  border-inline-end-color: rgb(144 68 16 / 0.4);
}

.border-e-yellow-800\/5 {
  border-inline-end-color: rgb(144 68 16 / 0.05);
}

.border-e-yellow-800\/50 {
  border-inline-end-color: rgb(144 68 16 / 0.5);
}

.border-e-yellow-800\/60 {
  border-inline-end-color: rgb(144 68 16 / 0.6);
}

.border-e-yellow-800\/70 {
  border-inline-end-color: rgb(144 68 16 / 0.7);
}

.border-e-yellow-800\/75 {
  border-inline-end-color: rgb(144 68 16 / 0.75);
}

.border-e-yellow-800\/80 {
  border-inline-end-color: rgb(144 68 16 / 0.8);
}

.border-e-yellow-800\/90 {
  border-inline-end-color: rgb(144 68 16 / 0.9);
}

.border-e-yellow-800\/95 {
  border-inline-end-color: rgb(144 68 16 / 0.95);
}

.border-e-yellow-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(118 55 17 / var(--tw-border-opacity));
}

.border-e-yellow-900\/0 {
  border-inline-end-color: rgb(118 55 17 / 0);
}

.border-e-yellow-900\/10 {
  border-inline-end-color: rgb(118 55 17 / 0.1);
}

.border-e-yellow-900\/100 {
  border-inline-end-color: rgb(118 55 17 / 1);
}

.border-e-yellow-900\/20 {
  border-inline-end-color: rgb(118 55 17 / 0.2);
}

.border-e-yellow-900\/25 {
  border-inline-end-color: rgb(118 55 17 / 0.25);
}

.border-e-yellow-900\/30 {
  border-inline-end-color: rgb(118 55 17 / 0.3);
}

.border-e-yellow-900\/40 {
  border-inline-end-color: rgb(118 55 17 / 0.4);
}

.border-e-yellow-900\/5 {
  border-inline-end-color: rgb(118 55 17 / 0.05);
}

.border-e-yellow-900\/50 {
  border-inline-end-color: rgb(118 55 17 / 0.5);
}

.border-e-yellow-900\/60 {
  border-inline-end-color: rgb(118 55 17 / 0.6);
}

.border-e-yellow-900\/70 {
  border-inline-end-color: rgb(118 55 17 / 0.7);
}

.border-e-yellow-900\/75 {
  border-inline-end-color: rgb(118 55 17 / 0.75);
}

.border-e-yellow-900\/80 {
  border-inline-end-color: rgb(118 55 17 / 0.8);
}

.border-e-yellow-900\/90 {
  border-inline-end-color: rgb(118 55 17 / 0.9);
}

.border-e-yellow-900\/95 {
  border-inline-end-color: rgb(118 55 17 / 0.95);
}

.border-e-yellow-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(68 27 4 / var(--tw-border-opacity));
}

.border-e-yellow-950\/0 {
  border-inline-end-color: rgb(68 27 4 / 0);
}

.border-e-yellow-950\/10 {
  border-inline-end-color: rgb(68 27 4 / 0.1);
}

.border-e-yellow-950\/100 {
  border-inline-end-color: rgb(68 27 4 / 1);
}

.border-e-yellow-950\/20 {
  border-inline-end-color: rgb(68 27 4 / 0.2);
}

.border-e-yellow-950\/25 {
  border-inline-end-color: rgb(68 27 4 / 0.25);
}

.border-e-yellow-950\/30 {
  border-inline-end-color: rgb(68 27 4 / 0.3);
}

.border-e-yellow-950\/40 {
  border-inline-end-color: rgb(68 27 4 / 0.4);
}

.border-e-yellow-950\/5 {
  border-inline-end-color: rgb(68 27 4 / 0.05);
}

.border-e-yellow-950\/50 {
  border-inline-end-color: rgb(68 27 4 / 0.5);
}

.border-e-yellow-950\/60 {
  border-inline-end-color: rgb(68 27 4 / 0.6);
}

.border-e-yellow-950\/70 {
  border-inline-end-color: rgb(68 27 4 / 0.7);
}

.border-e-yellow-950\/75 {
  border-inline-end-color: rgb(68 27 4 / 0.75);
}

.border-e-yellow-950\/80 {
  border-inline-end-color: rgb(68 27 4 / 0.8);
}

.border-e-yellow-950\/90 {
  border-inline-end-color: rgb(68 27 4 / 0.9);
}

.border-e-yellow-950\/95 {
  border-inline-end-color: rgb(68 27 4 / 0.95);
}

.border-e-yellow\/0 {
  border-inline-end-color: rgb(247 191 31 / 0);
}

.border-e-yellow\/10 {
  border-inline-end-color: rgb(247 191 31 / 0.1);
}

.border-e-yellow\/100 {
  border-inline-end-color: rgb(247 191 31 / 1);
}

.border-e-yellow\/20 {
  border-inline-end-color: rgb(247 191 31 / 0.2);
}

.border-e-yellow\/25 {
  border-inline-end-color: rgb(247 191 31 / 0.25);
}

.border-e-yellow\/30 {
  border-inline-end-color: rgb(247 191 31 / 0.3);
}

.border-e-yellow\/40 {
  border-inline-end-color: rgb(247 191 31 / 0.4);
}

.border-e-yellow\/5 {
  border-inline-end-color: rgb(247 191 31 / 0.05);
}

.border-e-yellow\/50 {
  border-inline-end-color: rgb(247 191 31 / 0.5);
}

.border-e-yellow\/60 {
  border-inline-end-color: rgb(247 191 31 / 0.6);
}

.border-e-yellow\/70 {
  border-inline-end-color: rgb(247 191 31 / 0.7);
}

.border-e-yellow\/75 {
  border-inline-end-color: rgb(247 191 31 / 0.75);
}

.border-e-yellow\/80 {
  border-inline-end-color: rgb(247 191 31 / 0.8);
}

.border-e-yellow\/90 {
  border-inline-end-color: rgb(247 191 31 / 0.9);
}

.border-e-yellow\/95 {
  border-inline-end-color: rgb(247 191 31 / 0.95);
}

.border-l-aqua {
  --tw-border-opacity: 1;
  border-left-color: rgb(129 195 175 / var(--tw-border-opacity));
}

.border-l-aqua-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 248 245 / var(--tw-border-opacity));
}

.border-l-aqua-100\/0 {
  border-left-color: rgb(240 248 245 / 0);
}

.border-l-aqua-100\/10 {
  border-left-color: rgb(240 248 245 / 0.1);
}

.border-l-aqua-100\/100 {
  border-left-color: rgb(240 248 245 / 1);
}

.border-l-aqua-100\/20 {
  border-left-color: rgb(240 248 245 / 0.2);
}

.border-l-aqua-100\/25 {
  border-left-color: rgb(240 248 245 / 0.25);
}

.border-l-aqua-100\/30 {
  border-left-color: rgb(240 248 245 / 0.3);
}

.border-l-aqua-100\/40 {
  border-left-color: rgb(240 248 245 / 0.4);
}

.border-l-aqua-100\/5 {
  border-left-color: rgb(240 248 245 / 0.05);
}

.border-l-aqua-100\/50 {
  border-left-color: rgb(240 248 245 / 0.5);
}

.border-l-aqua-100\/60 {
  border-left-color: rgb(240 248 245 / 0.6);
}

.border-l-aqua-100\/70 {
  border-left-color: rgb(240 248 245 / 0.7);
}

.border-l-aqua-100\/75 {
  border-left-color: rgb(240 248 245 / 0.75);
}

.border-l-aqua-100\/80 {
  border-left-color: rgb(240 248 245 / 0.8);
}

.border-l-aqua-100\/90 {
  border-left-color: rgb(240 248 245 / 0.9);
}

.border-l-aqua-100\/95 {
  border-left-color: rgb(240 248 245 / 0.95);
}

.border-l-aqua-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(212 234 228 / var(--tw-border-opacity));
}

.border-l-aqua-200\/0 {
  border-left-color: rgb(212 234 228 / 0);
}

.border-l-aqua-200\/10 {
  border-left-color: rgb(212 234 228 / 0.1);
}

.border-l-aqua-200\/100 {
  border-left-color: rgb(212 234 228 / 1);
}

.border-l-aqua-200\/20 {
  border-left-color: rgb(212 234 228 / 0.2);
}

.border-l-aqua-200\/25 {
  border-left-color: rgb(212 234 228 / 0.25);
}

.border-l-aqua-200\/30 {
  border-left-color: rgb(212 234 228 / 0.3);
}

.border-l-aqua-200\/40 {
  border-left-color: rgb(212 234 228 / 0.4);
}

.border-l-aqua-200\/5 {
  border-left-color: rgb(212 234 228 / 0.05);
}

.border-l-aqua-200\/50 {
  border-left-color: rgb(212 234 228 / 0.5);
}

.border-l-aqua-200\/60 {
  border-left-color: rgb(212 234 228 / 0.6);
}

.border-l-aqua-200\/70 {
  border-left-color: rgb(212 234 228 / 0.7);
}

.border-l-aqua-200\/75 {
  border-left-color: rgb(212 234 228 / 0.75);
}

.border-l-aqua-200\/80 {
  border-left-color: rgb(212 234 228 / 0.8);
}

.border-l-aqua-200\/90 {
  border-left-color: rgb(212 234 228 / 0.9);
}

.border-l-aqua-200\/95 {
  border-left-color: rgb(212 234 228 / 0.95);
}

.border-l-aqua-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(184 221 210 / var(--tw-border-opacity));
}

.border-l-aqua-300\/0 {
  border-left-color: rgb(184 221 210 / 0);
}

.border-l-aqua-300\/10 {
  border-left-color: rgb(184 221 210 / 0.1);
}

.border-l-aqua-300\/100 {
  border-left-color: rgb(184 221 210 / 1);
}

.border-l-aqua-300\/20 {
  border-left-color: rgb(184 221 210 / 0.2);
}

.border-l-aqua-300\/25 {
  border-left-color: rgb(184 221 210 / 0.25);
}

.border-l-aqua-300\/30 {
  border-left-color: rgb(184 221 210 / 0.3);
}

.border-l-aqua-300\/40 {
  border-left-color: rgb(184 221 210 / 0.4);
}

.border-l-aqua-300\/5 {
  border-left-color: rgb(184 221 210 / 0.05);
}

.border-l-aqua-300\/50 {
  border-left-color: rgb(184 221 210 / 0.5);
}

.border-l-aqua-300\/60 {
  border-left-color: rgb(184 221 210 / 0.6);
}

.border-l-aqua-300\/70 {
  border-left-color: rgb(184 221 210 / 0.7);
}

.border-l-aqua-300\/75 {
  border-left-color: rgb(184 221 210 / 0.75);
}

.border-l-aqua-300\/80 {
  border-left-color: rgb(184 221 210 / 0.8);
}

.border-l-aqua-300\/90 {
  border-left-color: rgb(184 221 210 / 0.9);
}

.border-l-aqua-300\/95 {
  border-left-color: rgb(184 221 210 / 0.95);
}

.border-l-aqua-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(157 208 193 / var(--tw-border-opacity));
}

.border-l-aqua-400\/0 {
  border-left-color: rgb(157 208 193 / 0);
}

.border-l-aqua-400\/10 {
  border-left-color: rgb(157 208 193 / 0.1);
}

.border-l-aqua-400\/100 {
  border-left-color: rgb(157 208 193 / 1);
}

.border-l-aqua-400\/20 {
  border-left-color: rgb(157 208 193 / 0.2);
}

.border-l-aqua-400\/25 {
  border-left-color: rgb(157 208 193 / 0.25);
}

.border-l-aqua-400\/30 {
  border-left-color: rgb(157 208 193 / 0.3);
}

.border-l-aqua-400\/40 {
  border-left-color: rgb(157 208 193 / 0.4);
}

.border-l-aqua-400\/5 {
  border-left-color: rgb(157 208 193 / 0.05);
}

.border-l-aqua-400\/50 {
  border-left-color: rgb(157 208 193 / 0.5);
}

.border-l-aqua-400\/60 {
  border-left-color: rgb(157 208 193 / 0.6);
}

.border-l-aqua-400\/70 {
  border-left-color: rgb(157 208 193 / 0.7);
}

.border-l-aqua-400\/75 {
  border-left-color: rgb(157 208 193 / 0.75);
}

.border-l-aqua-400\/80 {
  border-left-color: rgb(157 208 193 / 0.8);
}

.border-l-aqua-400\/90 {
  border-left-color: rgb(157 208 193 / 0.9);
}

.border-l-aqua-400\/95 {
  border-left-color: rgb(157 208 193 / 0.95);
}

.border-l-aqua-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 254 254 / var(--tw-border-opacity));
}

.border-l-aqua-50\/0 {
  border-left-color: rgb(253 254 254 / 0);
}

.border-l-aqua-50\/10 {
  border-left-color: rgb(253 254 254 / 0.1);
}

.border-l-aqua-50\/100 {
  border-left-color: rgb(253 254 254 / 1);
}

.border-l-aqua-50\/20 {
  border-left-color: rgb(253 254 254 / 0.2);
}

.border-l-aqua-50\/25 {
  border-left-color: rgb(253 254 254 / 0.25);
}

.border-l-aqua-50\/30 {
  border-left-color: rgb(253 254 254 / 0.3);
}

.border-l-aqua-50\/40 {
  border-left-color: rgb(253 254 254 / 0.4);
}

.border-l-aqua-50\/5 {
  border-left-color: rgb(253 254 254 / 0.05);
}

.border-l-aqua-50\/50 {
  border-left-color: rgb(253 254 254 / 0.5);
}

.border-l-aqua-50\/60 {
  border-left-color: rgb(253 254 254 / 0.6);
}

.border-l-aqua-50\/70 {
  border-left-color: rgb(253 254 254 / 0.7);
}

.border-l-aqua-50\/75 {
  border-left-color: rgb(253 254 254 / 0.75);
}

.border-l-aqua-50\/80 {
  border-left-color: rgb(253 254 254 / 0.8);
}

.border-l-aqua-50\/90 {
  border-left-color: rgb(253 254 254 / 0.9);
}

.border-l-aqua-50\/95 {
  border-left-color: rgb(253 254 254 / 0.95);
}

.border-l-aqua-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(129 195 175 / var(--tw-border-opacity));
}

.border-l-aqua-500\/0 {
  border-left-color: rgb(129 195 175 / 0);
}

.border-l-aqua-500\/10 {
  border-left-color: rgb(129 195 175 / 0.1);
}

.border-l-aqua-500\/100 {
  border-left-color: rgb(129 195 175 / 1);
}

.border-l-aqua-500\/20 {
  border-left-color: rgb(129 195 175 / 0.2);
}

.border-l-aqua-500\/25 {
  border-left-color: rgb(129 195 175 / 0.25);
}

.border-l-aqua-500\/30 {
  border-left-color: rgb(129 195 175 / 0.3);
}

.border-l-aqua-500\/40 {
  border-left-color: rgb(129 195 175 / 0.4);
}

.border-l-aqua-500\/5 {
  border-left-color: rgb(129 195 175 / 0.05);
}

.border-l-aqua-500\/50 {
  border-left-color: rgb(129 195 175 / 0.5);
}

.border-l-aqua-500\/60 {
  border-left-color: rgb(129 195 175 / 0.6);
}

.border-l-aqua-500\/70 {
  border-left-color: rgb(129 195 175 / 0.7);
}

.border-l-aqua-500\/75 {
  border-left-color: rgb(129 195 175 / 0.75);
}

.border-l-aqua-500\/80 {
  border-left-color: rgb(129 195 175 / 0.8);
}

.border-l-aqua-500\/90 {
  border-left-color: rgb(129 195 175 / 0.9);
}

.border-l-aqua-500\/95 {
  border-left-color: rgb(129 195 175 / 0.95);
}

.border-l-aqua-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(91 177 151 / var(--tw-border-opacity));
}

.border-l-aqua-600\/0 {
  border-left-color: rgb(91 177 151 / 0);
}

.border-l-aqua-600\/10 {
  border-left-color: rgb(91 177 151 / 0.1);
}

.border-l-aqua-600\/100 {
  border-left-color: rgb(91 177 151 / 1);
}

.border-l-aqua-600\/20 {
  border-left-color: rgb(91 177 151 / 0.2);
}

.border-l-aqua-600\/25 {
  border-left-color: rgb(91 177 151 / 0.25);
}

.border-l-aqua-600\/30 {
  border-left-color: rgb(91 177 151 / 0.3);
}

.border-l-aqua-600\/40 {
  border-left-color: rgb(91 177 151 / 0.4);
}

.border-l-aqua-600\/5 {
  border-left-color: rgb(91 177 151 / 0.05);
}

.border-l-aqua-600\/50 {
  border-left-color: rgb(91 177 151 / 0.5);
}

.border-l-aqua-600\/60 {
  border-left-color: rgb(91 177 151 / 0.6);
}

.border-l-aqua-600\/70 {
  border-left-color: rgb(91 177 151 / 0.7);
}

.border-l-aqua-600\/75 {
  border-left-color: rgb(91 177 151 / 0.75);
}

.border-l-aqua-600\/80 {
  border-left-color: rgb(91 177 151 / 0.8);
}

.border-l-aqua-600\/90 {
  border-left-color: rgb(91 177 151 / 0.9);
}

.border-l-aqua-600\/95 {
  border-left-color: rgb(91 177 151 / 0.95);
}

.border-l-aqua-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(68 143 121 / var(--tw-border-opacity));
}

.border-l-aqua-700\/0 {
  border-left-color: rgb(68 143 121 / 0);
}

.border-l-aqua-700\/10 {
  border-left-color: rgb(68 143 121 / 0.1);
}

.border-l-aqua-700\/100 {
  border-left-color: rgb(68 143 121 / 1);
}

.border-l-aqua-700\/20 {
  border-left-color: rgb(68 143 121 / 0.2);
}

.border-l-aqua-700\/25 {
  border-left-color: rgb(68 143 121 / 0.25);
}

.border-l-aqua-700\/30 {
  border-left-color: rgb(68 143 121 / 0.3);
}

.border-l-aqua-700\/40 {
  border-left-color: rgb(68 143 121 / 0.4);
}

.border-l-aqua-700\/5 {
  border-left-color: rgb(68 143 121 / 0.05);
}

.border-l-aqua-700\/50 {
  border-left-color: rgb(68 143 121 / 0.5);
}

.border-l-aqua-700\/60 {
  border-left-color: rgb(68 143 121 / 0.6);
}

.border-l-aqua-700\/70 {
  border-left-color: rgb(68 143 121 / 0.7);
}

.border-l-aqua-700\/75 {
  border-left-color: rgb(68 143 121 / 0.75);
}

.border-l-aqua-700\/80 {
  border-left-color: rgb(68 143 121 / 0.8);
}

.border-l-aqua-700\/90 {
  border-left-color: rgb(68 143 121 / 0.9);
}

.border-l-aqua-700\/95 {
  border-left-color: rgb(68 143 121 / 0.95);
}

.border-l-aqua-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(50 105 89 / var(--tw-border-opacity));
}

.border-l-aqua-800\/0 {
  border-left-color: rgb(50 105 89 / 0);
}

.border-l-aqua-800\/10 {
  border-left-color: rgb(50 105 89 / 0.1);
}

.border-l-aqua-800\/100 {
  border-left-color: rgb(50 105 89 / 1);
}

.border-l-aqua-800\/20 {
  border-left-color: rgb(50 105 89 / 0.2);
}

.border-l-aqua-800\/25 {
  border-left-color: rgb(50 105 89 / 0.25);
}

.border-l-aqua-800\/30 {
  border-left-color: rgb(50 105 89 / 0.3);
}

.border-l-aqua-800\/40 {
  border-left-color: rgb(50 105 89 / 0.4);
}

.border-l-aqua-800\/5 {
  border-left-color: rgb(50 105 89 / 0.05);
}

.border-l-aqua-800\/50 {
  border-left-color: rgb(50 105 89 / 0.5);
}

.border-l-aqua-800\/60 {
  border-left-color: rgb(50 105 89 / 0.6);
}

.border-l-aqua-800\/70 {
  border-left-color: rgb(50 105 89 / 0.7);
}

.border-l-aqua-800\/75 {
  border-left-color: rgb(50 105 89 / 0.75);
}

.border-l-aqua-800\/80 {
  border-left-color: rgb(50 105 89 / 0.8);
}

.border-l-aqua-800\/90 {
  border-left-color: rgb(50 105 89 / 0.9);
}

.border-l-aqua-800\/95 {
  border-left-color: rgb(50 105 89 / 0.95);
}

.border-l-aqua-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(32 67 57 / var(--tw-border-opacity));
}

.border-l-aqua-900\/0 {
  border-left-color: rgb(32 67 57 / 0);
}

.border-l-aqua-900\/10 {
  border-left-color: rgb(32 67 57 / 0.1);
}

.border-l-aqua-900\/100 {
  border-left-color: rgb(32 67 57 / 1);
}

.border-l-aqua-900\/20 {
  border-left-color: rgb(32 67 57 / 0.2);
}

.border-l-aqua-900\/25 {
  border-left-color: rgb(32 67 57 / 0.25);
}

.border-l-aqua-900\/30 {
  border-left-color: rgb(32 67 57 / 0.3);
}

.border-l-aqua-900\/40 {
  border-left-color: rgb(32 67 57 / 0.4);
}

.border-l-aqua-900\/5 {
  border-left-color: rgb(32 67 57 / 0.05);
}

.border-l-aqua-900\/50 {
  border-left-color: rgb(32 67 57 / 0.5);
}

.border-l-aqua-900\/60 {
  border-left-color: rgb(32 67 57 / 0.6);
}

.border-l-aqua-900\/70 {
  border-left-color: rgb(32 67 57 / 0.7);
}

.border-l-aqua-900\/75 {
  border-left-color: rgb(32 67 57 / 0.75);
}

.border-l-aqua-900\/80 {
  border-left-color: rgb(32 67 57 / 0.8);
}

.border-l-aqua-900\/90 {
  border-left-color: rgb(32 67 57 / 0.9);
}

.border-l-aqua-900\/95 {
  border-left-color: rgb(32 67 57 / 0.95);
}

.border-l-aqua\/0 {
  border-left-color: rgb(129 195 175 / 0);
}

.border-l-aqua\/10 {
  border-left-color: rgb(129 195 175 / 0.1);
}

.border-l-aqua\/100 {
  border-left-color: rgb(129 195 175 / 1);
}

.border-l-aqua\/20 {
  border-left-color: rgb(129 195 175 / 0.2);
}

.border-l-aqua\/25 {
  border-left-color: rgb(129 195 175 / 0.25);
}

.border-l-aqua\/30 {
  border-left-color: rgb(129 195 175 / 0.3);
}

.border-l-aqua\/40 {
  border-left-color: rgb(129 195 175 / 0.4);
}

.border-l-aqua\/5 {
  border-left-color: rgb(129 195 175 / 0.05);
}

.border-l-aqua\/50 {
  border-left-color: rgb(129 195 175 / 0.5);
}

.border-l-aqua\/60 {
  border-left-color: rgb(129 195 175 / 0.6);
}

.border-l-aqua\/70 {
  border-left-color: rgb(129 195 175 / 0.7);
}

.border-l-aqua\/75 {
  border-left-color: rgb(129 195 175 / 0.75);
}

.border-l-aqua\/80 {
  border-left-color: rgb(129 195 175 / 0.8);
}

.border-l-aqua\/90 {
  border-left-color: rgb(129 195 175 / 0.9);
}

.border-l-aqua\/95 {
  border-left-color: rgb(129 195 175 / 0.95);
}

.border-l-black {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-l-black\/0 {
  border-left-color: rgb(0 0 0 / 0);
}

.border-l-black\/10 {
  border-left-color: rgb(0 0 0 / 0.1);
}

.border-l-black\/100 {
  border-left-color: rgb(0 0 0 / 1);
}

.border-l-black\/20 {
  border-left-color: rgb(0 0 0 / 0.2);
}

.border-l-black\/25 {
  border-left-color: rgb(0 0 0 / 0.25);
}

.border-l-black\/30 {
  border-left-color: rgb(0 0 0 / 0.3);
}

.border-l-black\/40 {
  border-left-color: rgb(0 0 0 / 0.4);
}

.border-l-black\/5 {
  border-left-color: rgb(0 0 0 / 0.05);
}

.border-l-black\/50 {
  border-left-color: rgb(0 0 0 / 0.5);
}

.border-l-black\/60 {
  border-left-color: rgb(0 0 0 / 0.6);
}

.border-l-black\/70 {
  border-left-color: rgb(0 0 0 / 0.7);
}

.border-l-black\/75 {
  border-left-color: rgb(0 0 0 / 0.75);
}

.border-l-black\/80 {
  border-left-color: rgb(0 0 0 / 0.8);
}

.border-l-black\/90 {
  border-left-color: rgb(0 0 0 / 0.9);
}

.border-l-black\/95 {
  border-left-color: rgb(0 0 0 / 0.95);
}

.border-l-blue {
  --tw-border-opacity: 1;
  border-left-color: rgb(155 211 242 / var(--tw-border-opacity));
}

.border-l-blue-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(227 240 251 / var(--tw-border-opacity));
}

.border-l-blue-100\/0 {
  border-left-color: rgb(227 240 251 / 0);
}

.border-l-blue-100\/10 {
  border-left-color: rgb(227 240 251 / 0.1);
}

.border-l-blue-100\/100 {
  border-left-color: rgb(227 240 251 / 1);
}

.border-l-blue-100\/20 {
  border-left-color: rgb(227 240 251 / 0.2);
}

.border-l-blue-100\/25 {
  border-left-color: rgb(227 240 251 / 0.25);
}

.border-l-blue-100\/30 {
  border-left-color: rgb(227 240 251 / 0.3);
}

.border-l-blue-100\/40 {
  border-left-color: rgb(227 240 251 / 0.4);
}

.border-l-blue-100\/5 {
  border-left-color: rgb(227 240 251 / 0.05);
}

.border-l-blue-100\/50 {
  border-left-color: rgb(227 240 251 / 0.5);
}

.border-l-blue-100\/60 {
  border-left-color: rgb(227 240 251 / 0.6);
}

.border-l-blue-100\/70 {
  border-left-color: rgb(227 240 251 / 0.7);
}

.border-l-blue-100\/75 {
  border-left-color: rgb(227 240 251 / 0.75);
}

.border-l-blue-100\/80 {
  border-left-color: rgb(227 240 251 / 0.8);
}

.border-l-blue-100\/90 {
  border-left-color: rgb(227 240 251 / 0.9);
}

.border-l-blue-100\/95 {
  border-left-color: rgb(227 240 251 / 0.95);
}

.border-l-blue-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(192 226 247 / var(--tw-border-opacity));
}

.border-l-blue-200\/0 {
  border-left-color: rgb(192 226 247 / 0);
}

.border-l-blue-200\/10 {
  border-left-color: rgb(192 226 247 / 0.1);
}

.border-l-blue-200\/100 {
  border-left-color: rgb(192 226 247 / 1);
}

.border-l-blue-200\/20 {
  border-left-color: rgb(192 226 247 / 0.2);
}

.border-l-blue-200\/25 {
  border-left-color: rgb(192 226 247 / 0.25);
}

.border-l-blue-200\/30 {
  border-left-color: rgb(192 226 247 / 0.3);
}

.border-l-blue-200\/40 {
  border-left-color: rgb(192 226 247 / 0.4);
}

.border-l-blue-200\/5 {
  border-left-color: rgb(192 226 247 / 0.05);
}

.border-l-blue-200\/50 {
  border-left-color: rgb(192 226 247 / 0.5);
}

.border-l-blue-200\/60 {
  border-left-color: rgb(192 226 247 / 0.6);
}

.border-l-blue-200\/70 {
  border-left-color: rgb(192 226 247 / 0.7);
}

.border-l-blue-200\/75 {
  border-left-color: rgb(192 226 247 / 0.75);
}

.border-l-blue-200\/80 {
  border-left-color: rgb(192 226 247 / 0.8);
}

.border-l-blue-200\/90 {
  border-left-color: rgb(192 226 247 / 0.9);
}

.border-l-blue-200\/95 {
  border-left-color: rgb(192 226 247 / 0.95);
}

.border-l-blue-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(155 211 242 / var(--tw-border-opacity));
}

.border-l-blue-300\/0 {
  border-left-color: rgb(155 211 242 / 0);
}

.border-l-blue-300\/10 {
  border-left-color: rgb(155 211 242 / 0.1);
}

.border-l-blue-300\/100 {
  border-left-color: rgb(155 211 242 / 1);
}

.border-l-blue-300\/20 {
  border-left-color: rgb(155 211 242 / 0.2);
}

.border-l-blue-300\/25 {
  border-left-color: rgb(155 211 242 / 0.25);
}

.border-l-blue-300\/30 {
  border-left-color: rgb(155 211 242 / 0.3);
}

.border-l-blue-300\/40 {
  border-left-color: rgb(155 211 242 / 0.4);
}

.border-l-blue-300\/5 {
  border-left-color: rgb(155 211 242 / 0.05);
}

.border-l-blue-300\/50 {
  border-left-color: rgb(155 211 242 / 0.5);
}

.border-l-blue-300\/60 {
  border-left-color: rgb(155 211 242 / 0.6);
}

.border-l-blue-300\/70 {
  border-left-color: rgb(155 211 242 / 0.7);
}

.border-l-blue-300\/75 {
  border-left-color: rgb(155 211 242 / 0.75);
}

.border-l-blue-300\/80 {
  border-left-color: rgb(155 211 242 / 0.8);
}

.border-l-blue-300\/90 {
  border-left-color: rgb(155 211 242 / 0.9);
}

.border-l-blue-300\/95 {
  border-left-color: rgb(155 211 242 / 0.95);
}

.border-l-blue-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(75 177 229 / var(--tw-border-opacity));
}

.border-l-blue-400\/0 {
  border-left-color: rgb(75 177 229 / 0);
}

.border-l-blue-400\/10 {
  border-left-color: rgb(75 177 229 / 0.1);
}

.border-l-blue-400\/100 {
  border-left-color: rgb(75 177 229 / 1);
}

.border-l-blue-400\/20 {
  border-left-color: rgb(75 177 229 / 0.2);
}

.border-l-blue-400\/25 {
  border-left-color: rgb(75 177 229 / 0.25);
}

.border-l-blue-400\/30 {
  border-left-color: rgb(75 177 229 / 0.3);
}

.border-l-blue-400\/40 {
  border-left-color: rgb(75 177 229 / 0.4);
}

.border-l-blue-400\/5 {
  border-left-color: rgb(75 177 229 / 0.05);
}

.border-l-blue-400\/50 {
  border-left-color: rgb(75 177 229 / 0.5);
}

.border-l-blue-400\/60 {
  border-left-color: rgb(75 177 229 / 0.6);
}

.border-l-blue-400\/70 {
  border-left-color: rgb(75 177 229 / 0.7);
}

.border-l-blue-400\/75 {
  border-left-color: rgb(75 177 229 / 0.75);
}

.border-l-blue-400\/80 {
  border-left-color: rgb(75 177 229 / 0.8);
}

.border-l-blue-400\/90 {
  border-left-color: rgb(75 177 229 / 0.9);
}

.border-l-blue-400\/95 {
  border-left-color: rgb(75 177 229 / 0.95);
}

.border-l-blue-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(241 249 254 / var(--tw-border-opacity));
}

.border-l-blue-50\/0 {
  border-left-color: rgb(241 249 254 / 0);
}

.border-l-blue-50\/10 {
  border-left-color: rgb(241 249 254 / 0.1);
}

.border-l-blue-50\/100 {
  border-left-color: rgb(241 249 254 / 1);
}

.border-l-blue-50\/20 {
  border-left-color: rgb(241 249 254 / 0.2);
}

.border-l-blue-50\/25 {
  border-left-color: rgb(241 249 254 / 0.25);
}

.border-l-blue-50\/30 {
  border-left-color: rgb(241 249 254 / 0.3);
}

.border-l-blue-50\/40 {
  border-left-color: rgb(241 249 254 / 0.4);
}

.border-l-blue-50\/5 {
  border-left-color: rgb(241 249 254 / 0.05);
}

.border-l-blue-50\/50 {
  border-left-color: rgb(241 249 254 / 0.5);
}

.border-l-blue-50\/60 {
  border-left-color: rgb(241 249 254 / 0.6);
}

.border-l-blue-50\/70 {
  border-left-color: rgb(241 249 254 / 0.7);
}

.border-l-blue-50\/75 {
  border-left-color: rgb(241 249 254 / 0.75);
}

.border-l-blue-50\/80 {
  border-left-color: rgb(241 249 254 / 0.8);
}

.border-l-blue-50\/90 {
  border-left-color: rgb(241 249 254 / 0.9);
}

.border-l-blue-50\/95 {
  border-left-color: rgb(241 249 254 / 0.95);
}

.border-l-blue-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(35 151 212 / var(--tw-border-opacity));
}

.border-l-blue-500\/0 {
  border-left-color: rgb(35 151 212 / 0);
}

.border-l-blue-500\/10 {
  border-left-color: rgb(35 151 212 / 0.1);
}

.border-l-blue-500\/100 {
  border-left-color: rgb(35 151 212 / 1);
}

.border-l-blue-500\/20 {
  border-left-color: rgb(35 151 212 / 0.2);
}

.border-l-blue-500\/25 {
  border-left-color: rgb(35 151 212 / 0.25);
}

.border-l-blue-500\/30 {
  border-left-color: rgb(35 151 212 / 0.3);
}

.border-l-blue-500\/40 {
  border-left-color: rgb(35 151 212 / 0.4);
}

.border-l-blue-500\/5 {
  border-left-color: rgb(35 151 212 / 0.05);
}

.border-l-blue-500\/50 {
  border-left-color: rgb(35 151 212 / 0.5);
}

.border-l-blue-500\/60 {
  border-left-color: rgb(35 151 212 / 0.6);
}

.border-l-blue-500\/70 {
  border-left-color: rgb(35 151 212 / 0.7);
}

.border-l-blue-500\/75 {
  border-left-color: rgb(35 151 212 / 0.75);
}

.border-l-blue-500\/80 {
  border-left-color: rgb(35 151 212 / 0.8);
}

.border-l-blue-500\/90 {
  border-left-color: rgb(35 151 212 / 0.9);
}

.border-l-blue-500\/95 {
  border-left-color: rgb(35 151 212 / 0.95);
}

.border-l-blue-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(21 121 180 / var(--tw-border-opacity));
}

.border-l-blue-600\/0 {
  border-left-color: rgb(21 121 180 / 0);
}

.border-l-blue-600\/10 {
  border-left-color: rgb(21 121 180 / 0.1);
}

.border-l-blue-600\/100 {
  border-left-color: rgb(21 121 180 / 1);
}

.border-l-blue-600\/20 {
  border-left-color: rgb(21 121 180 / 0.2);
}

.border-l-blue-600\/25 {
  border-left-color: rgb(21 121 180 / 0.25);
}

.border-l-blue-600\/30 {
  border-left-color: rgb(21 121 180 / 0.3);
}

.border-l-blue-600\/40 {
  border-left-color: rgb(21 121 180 / 0.4);
}

.border-l-blue-600\/5 {
  border-left-color: rgb(21 121 180 / 0.05);
}

.border-l-blue-600\/50 {
  border-left-color: rgb(21 121 180 / 0.5);
}

.border-l-blue-600\/60 {
  border-left-color: rgb(21 121 180 / 0.6);
}

.border-l-blue-600\/70 {
  border-left-color: rgb(21 121 180 / 0.7);
}

.border-l-blue-600\/75 {
  border-left-color: rgb(21 121 180 / 0.75);
}

.border-l-blue-600\/80 {
  border-left-color: rgb(21 121 180 / 0.8);
}

.border-l-blue-600\/90 {
  border-left-color: rgb(21 121 180 / 0.9);
}

.border-l-blue-600\/95 {
  border-left-color: rgb(21 121 180 / 0.95);
}

.border-l-blue-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(18 97 146 / var(--tw-border-opacity));
}

.border-l-blue-700\/0 {
  border-left-color: rgb(18 97 146 / 0);
}

.border-l-blue-700\/10 {
  border-left-color: rgb(18 97 146 / 0.1);
}

.border-l-blue-700\/100 {
  border-left-color: rgb(18 97 146 / 1);
}

.border-l-blue-700\/20 {
  border-left-color: rgb(18 97 146 / 0.2);
}

.border-l-blue-700\/25 {
  border-left-color: rgb(18 97 146 / 0.25);
}

.border-l-blue-700\/30 {
  border-left-color: rgb(18 97 146 / 0.3);
}

.border-l-blue-700\/40 {
  border-left-color: rgb(18 97 146 / 0.4);
}

.border-l-blue-700\/5 {
  border-left-color: rgb(18 97 146 / 0.05);
}

.border-l-blue-700\/50 {
  border-left-color: rgb(18 97 146 / 0.5);
}

.border-l-blue-700\/60 {
  border-left-color: rgb(18 97 146 / 0.6);
}

.border-l-blue-700\/70 {
  border-left-color: rgb(18 97 146 / 0.7);
}

.border-l-blue-700\/75 {
  border-left-color: rgb(18 97 146 / 0.75);
}

.border-l-blue-700\/80 {
  border-left-color: rgb(18 97 146 / 0.8);
}

.border-l-blue-700\/90 {
  border-left-color: rgb(18 97 146 / 0.9);
}

.border-l-blue-700\/95 {
  border-left-color: rgb(18 97 146 / 0.95);
}

.border-l-blue-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(19 82 121 / var(--tw-border-opacity));
}

.border-l-blue-800\/0 {
  border-left-color: rgb(19 82 121 / 0);
}

.border-l-blue-800\/10 {
  border-left-color: rgb(19 82 121 / 0.1);
}

.border-l-blue-800\/100 {
  border-left-color: rgb(19 82 121 / 1);
}

.border-l-blue-800\/20 {
  border-left-color: rgb(19 82 121 / 0.2);
}

.border-l-blue-800\/25 {
  border-left-color: rgb(19 82 121 / 0.25);
}

.border-l-blue-800\/30 {
  border-left-color: rgb(19 82 121 / 0.3);
}

.border-l-blue-800\/40 {
  border-left-color: rgb(19 82 121 / 0.4);
}

.border-l-blue-800\/5 {
  border-left-color: rgb(19 82 121 / 0.05);
}

.border-l-blue-800\/50 {
  border-left-color: rgb(19 82 121 / 0.5);
}

.border-l-blue-800\/60 {
  border-left-color: rgb(19 82 121 / 0.6);
}

.border-l-blue-800\/70 {
  border-left-color: rgb(19 82 121 / 0.7);
}

.border-l-blue-800\/75 {
  border-left-color: rgb(19 82 121 / 0.75);
}

.border-l-blue-800\/80 {
  border-left-color: rgb(19 82 121 / 0.8);
}

.border-l-blue-800\/90 {
  border-left-color: rgb(19 82 121 / 0.9);
}

.border-l-blue-800\/95 {
  border-left-color: rgb(19 82 121 / 0.95);
}

.border-l-blue-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(21 68 101 / var(--tw-border-opacity));
}

.border-l-blue-900\/0 {
  border-left-color: rgb(21 68 101 / 0);
}

.border-l-blue-900\/10 {
  border-left-color: rgb(21 68 101 / 0.1);
}

.border-l-blue-900\/100 {
  border-left-color: rgb(21 68 101 / 1);
}

.border-l-blue-900\/20 {
  border-left-color: rgb(21 68 101 / 0.2);
}

.border-l-blue-900\/25 {
  border-left-color: rgb(21 68 101 / 0.25);
}

.border-l-blue-900\/30 {
  border-left-color: rgb(21 68 101 / 0.3);
}

.border-l-blue-900\/40 {
  border-left-color: rgb(21 68 101 / 0.4);
}

.border-l-blue-900\/5 {
  border-left-color: rgb(21 68 101 / 0.05);
}

.border-l-blue-900\/50 {
  border-left-color: rgb(21 68 101 / 0.5);
}

.border-l-blue-900\/60 {
  border-left-color: rgb(21 68 101 / 0.6);
}

.border-l-blue-900\/70 {
  border-left-color: rgb(21 68 101 / 0.7);
}

.border-l-blue-900\/75 {
  border-left-color: rgb(21 68 101 / 0.75);
}

.border-l-blue-900\/80 {
  border-left-color: rgb(21 68 101 / 0.8);
}

.border-l-blue-900\/90 {
  border-left-color: rgb(21 68 101 / 0.9);
}

.border-l-blue-900\/95 {
  border-left-color: rgb(21 68 101 / 0.95);
}

.border-l-blue-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(14 44 67 / var(--tw-border-opacity));
}

.border-l-blue-950\/0 {
  border-left-color: rgb(14 44 67 / 0);
}

.border-l-blue-950\/10 {
  border-left-color: rgb(14 44 67 / 0.1);
}

.border-l-blue-950\/100 {
  border-left-color: rgb(14 44 67 / 1);
}

.border-l-blue-950\/20 {
  border-left-color: rgb(14 44 67 / 0.2);
}

.border-l-blue-950\/25 {
  border-left-color: rgb(14 44 67 / 0.25);
}

.border-l-blue-950\/30 {
  border-left-color: rgb(14 44 67 / 0.3);
}

.border-l-blue-950\/40 {
  border-left-color: rgb(14 44 67 / 0.4);
}

.border-l-blue-950\/5 {
  border-left-color: rgb(14 44 67 / 0.05);
}

.border-l-blue-950\/50 {
  border-left-color: rgb(14 44 67 / 0.5);
}

.border-l-blue-950\/60 {
  border-left-color: rgb(14 44 67 / 0.6);
}

.border-l-blue-950\/70 {
  border-left-color: rgb(14 44 67 / 0.7);
}

.border-l-blue-950\/75 {
  border-left-color: rgb(14 44 67 / 0.75);
}

.border-l-blue-950\/80 {
  border-left-color: rgb(14 44 67 / 0.8);
}

.border-l-blue-950\/90 {
  border-left-color: rgb(14 44 67 / 0.9);
}

.border-l-blue-950\/95 {
  border-left-color: rgb(14 44 67 / 0.95);
}

.border-l-blue\/0 {
  border-left-color: rgb(155 211 242 / 0);
}

.border-l-blue\/10 {
  border-left-color: rgb(155 211 242 / 0.1);
}

.border-l-blue\/100 {
  border-left-color: rgb(155 211 242 / 1);
}

.border-l-blue\/20 {
  border-left-color: rgb(155 211 242 / 0.2);
}

.border-l-blue\/25 {
  border-left-color: rgb(155 211 242 / 0.25);
}

.border-l-blue\/30 {
  border-left-color: rgb(155 211 242 / 0.3);
}

.border-l-blue\/40 {
  border-left-color: rgb(155 211 242 / 0.4);
}

.border-l-blue\/5 {
  border-left-color: rgb(155 211 242 / 0.05);
}

.border-l-blue\/50 {
  border-left-color: rgb(155 211 242 / 0.5);
}

.border-l-blue\/60 {
  border-left-color: rgb(155 211 242 / 0.6);
}

.border-l-blue\/70 {
  border-left-color: rgb(155 211 242 / 0.7);
}

.border-l-blue\/75 {
  border-left-color: rgb(155 211 242 / 0.75);
}

.border-l-blue\/80 {
  border-left-color: rgb(155 211 242 / 0.8);
}

.border-l-blue\/90 {
  border-left-color: rgb(155 211 242 / 0.9);
}

.border-l-blue\/95 {
  border-left-color: rgb(155 211 242 / 0.95);
}

.border-l-brown {
  --tw-border-opacity: 1;
  border-left-color: rgb(128 66 54 / var(--tw-border-opacity));
}

.border-l-brown-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 234 223 / var(--tw-border-opacity));
}

.border-l-brown-100\/0 {
  border-left-color: rgb(245 234 223 / 0);
}

.border-l-brown-100\/10 {
  border-left-color: rgb(245 234 223 / 0.1);
}

.border-l-brown-100\/100 {
  border-left-color: rgb(245 234 223 / 1);
}

.border-l-brown-100\/20 {
  border-left-color: rgb(245 234 223 / 0.2);
}

.border-l-brown-100\/25 {
  border-left-color: rgb(245 234 223 / 0.25);
}

.border-l-brown-100\/30 {
  border-left-color: rgb(245 234 223 / 0.3);
}

.border-l-brown-100\/40 {
  border-left-color: rgb(245 234 223 / 0.4);
}

.border-l-brown-100\/5 {
  border-left-color: rgb(245 234 223 / 0.05);
}

.border-l-brown-100\/50 {
  border-left-color: rgb(245 234 223 / 0.5);
}

.border-l-brown-100\/60 {
  border-left-color: rgb(245 234 223 / 0.6);
}

.border-l-brown-100\/70 {
  border-left-color: rgb(245 234 223 / 0.7);
}

.border-l-brown-100\/75 {
  border-left-color: rgb(245 234 223 / 0.75);
}

.border-l-brown-100\/80 {
  border-left-color: rgb(245 234 223 / 0.8);
}

.border-l-brown-100\/90 {
  border-left-color: rgb(245 234 223 / 0.9);
}

.border-l-brown-100\/95 {
  border-left-color: rgb(245 234 223 / 0.95);
}

.border-l-brown-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(234 210 190 / var(--tw-border-opacity));
}

.border-l-brown-200\/0 {
  border-left-color: rgb(234 210 190 / 0);
}

.border-l-brown-200\/10 {
  border-left-color: rgb(234 210 190 / 0.1);
}

.border-l-brown-200\/100 {
  border-left-color: rgb(234 210 190 / 1);
}

.border-l-brown-200\/20 {
  border-left-color: rgb(234 210 190 / 0.2);
}

.border-l-brown-200\/25 {
  border-left-color: rgb(234 210 190 / 0.25);
}

.border-l-brown-200\/30 {
  border-left-color: rgb(234 210 190 / 0.3);
}

.border-l-brown-200\/40 {
  border-left-color: rgb(234 210 190 / 0.4);
}

.border-l-brown-200\/5 {
  border-left-color: rgb(234 210 190 / 0.05);
}

.border-l-brown-200\/50 {
  border-left-color: rgb(234 210 190 / 0.5);
}

.border-l-brown-200\/60 {
  border-left-color: rgb(234 210 190 / 0.6);
}

.border-l-brown-200\/70 {
  border-left-color: rgb(234 210 190 / 0.7);
}

.border-l-brown-200\/75 {
  border-left-color: rgb(234 210 190 / 0.75);
}

.border-l-brown-200\/80 {
  border-left-color: rgb(234 210 190 / 0.8);
}

.border-l-brown-200\/90 {
  border-left-color: rgb(234 210 190 / 0.9);
}

.border-l-brown-200\/95 {
  border-left-color: rgb(234 210 190 / 0.95);
}

.border-l-brown-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(220 179 149 / var(--tw-border-opacity));
}

.border-l-brown-300\/0 {
  border-left-color: rgb(220 179 149 / 0);
}

.border-l-brown-300\/10 {
  border-left-color: rgb(220 179 149 / 0.1);
}

.border-l-brown-300\/100 {
  border-left-color: rgb(220 179 149 / 1);
}

.border-l-brown-300\/20 {
  border-left-color: rgb(220 179 149 / 0.2);
}

.border-l-brown-300\/25 {
  border-left-color: rgb(220 179 149 / 0.25);
}

.border-l-brown-300\/30 {
  border-left-color: rgb(220 179 149 / 0.3);
}

.border-l-brown-300\/40 {
  border-left-color: rgb(220 179 149 / 0.4);
}

.border-l-brown-300\/5 {
  border-left-color: rgb(220 179 149 / 0.05);
}

.border-l-brown-300\/50 {
  border-left-color: rgb(220 179 149 / 0.5);
}

.border-l-brown-300\/60 {
  border-left-color: rgb(220 179 149 / 0.6);
}

.border-l-brown-300\/70 {
  border-left-color: rgb(220 179 149 / 0.7);
}

.border-l-brown-300\/75 {
  border-left-color: rgb(220 179 149 / 0.75);
}

.border-l-brown-300\/80 {
  border-left-color: rgb(220 179 149 / 0.8);
}

.border-l-brown-300\/90 {
  border-left-color: rgb(220 179 149 / 0.9);
}

.border-l-brown-300\/95 {
  border-left-color: rgb(220 179 149 / 0.95);
}

.border-l-brown-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(205 142 106 / var(--tw-border-opacity));
}

.border-l-brown-400\/0 {
  border-left-color: rgb(205 142 106 / 0);
}

.border-l-brown-400\/10 {
  border-left-color: rgb(205 142 106 / 0.1);
}

.border-l-brown-400\/100 {
  border-left-color: rgb(205 142 106 / 1);
}

.border-l-brown-400\/20 {
  border-left-color: rgb(205 142 106 / 0.2);
}

.border-l-brown-400\/25 {
  border-left-color: rgb(205 142 106 / 0.25);
}

.border-l-brown-400\/30 {
  border-left-color: rgb(205 142 106 / 0.3);
}

.border-l-brown-400\/40 {
  border-left-color: rgb(205 142 106 / 0.4);
}

.border-l-brown-400\/5 {
  border-left-color: rgb(205 142 106 / 0.05);
}

.border-l-brown-400\/50 {
  border-left-color: rgb(205 142 106 / 0.5);
}

.border-l-brown-400\/60 {
  border-left-color: rgb(205 142 106 / 0.6);
}

.border-l-brown-400\/70 {
  border-left-color: rgb(205 142 106 / 0.7);
}

.border-l-brown-400\/75 {
  border-left-color: rgb(205 142 106 / 0.75);
}

.border-l-brown-400\/80 {
  border-left-color: rgb(205 142 106 / 0.8);
}

.border-l-brown-400\/90 {
  border-left-color: rgb(205 142 106 / 0.9);
}

.border-l-brown-400\/95 {
  border-left-color: rgb(205 142 106 / 0.95);
}

.border-l-brown-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 246 241 / var(--tw-border-opacity));
}

.border-l-brown-50\/0 {
  border-left-color: rgb(251 246 241 / 0);
}

.border-l-brown-50\/10 {
  border-left-color: rgb(251 246 241 / 0.1);
}

.border-l-brown-50\/100 {
  border-left-color: rgb(251 246 241 / 1);
}

.border-l-brown-50\/20 {
  border-left-color: rgb(251 246 241 / 0.2);
}

.border-l-brown-50\/25 {
  border-left-color: rgb(251 246 241 / 0.25);
}

.border-l-brown-50\/30 {
  border-left-color: rgb(251 246 241 / 0.3);
}

.border-l-brown-50\/40 {
  border-left-color: rgb(251 246 241 / 0.4);
}

.border-l-brown-50\/5 {
  border-left-color: rgb(251 246 241 / 0.05);
}

.border-l-brown-50\/50 {
  border-left-color: rgb(251 246 241 / 0.5);
}

.border-l-brown-50\/60 {
  border-left-color: rgb(251 246 241 / 0.6);
}

.border-l-brown-50\/70 {
  border-left-color: rgb(251 246 241 / 0.7);
}

.border-l-brown-50\/75 {
  border-left-color: rgb(251 246 241 / 0.75);
}

.border-l-brown-50\/80 {
  border-left-color: rgb(251 246 241 / 0.8);
}

.border-l-brown-50\/90 {
  border-left-color: rgb(251 246 241 / 0.9);
}

.border-l-brown-50\/95 {
  border-left-color: rgb(251 246 241 / 0.95);
}

.border-l-brown-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(194 115 77 / var(--tw-border-opacity));
}

.border-l-brown-500\/0 {
  border-left-color: rgb(194 115 77 / 0);
}

.border-l-brown-500\/10 {
  border-left-color: rgb(194 115 77 / 0.1);
}

.border-l-brown-500\/100 {
  border-left-color: rgb(194 115 77 / 1);
}

.border-l-brown-500\/20 {
  border-left-color: rgb(194 115 77 / 0.2);
}

.border-l-brown-500\/25 {
  border-left-color: rgb(194 115 77 / 0.25);
}

.border-l-brown-500\/30 {
  border-left-color: rgb(194 115 77 / 0.3);
}

.border-l-brown-500\/40 {
  border-left-color: rgb(194 115 77 / 0.4);
}

.border-l-brown-500\/5 {
  border-left-color: rgb(194 115 77 / 0.05);
}

.border-l-brown-500\/50 {
  border-left-color: rgb(194 115 77 / 0.5);
}

.border-l-brown-500\/60 {
  border-left-color: rgb(194 115 77 / 0.6);
}

.border-l-brown-500\/70 {
  border-left-color: rgb(194 115 77 / 0.7);
}

.border-l-brown-500\/75 {
  border-left-color: rgb(194 115 77 / 0.75);
}

.border-l-brown-500\/80 {
  border-left-color: rgb(194 115 77 / 0.8);
}

.border-l-brown-500\/90 {
  border-left-color: rgb(194 115 77 / 0.9);
}

.border-l-brown-500\/95 {
  border-left-color: rgb(194 115 77 / 0.95);
}

.border-l-brown-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(180 95 66 / var(--tw-border-opacity));
}

.border-l-brown-600\/0 {
  border-left-color: rgb(180 95 66 / 0);
}

.border-l-brown-600\/10 {
  border-left-color: rgb(180 95 66 / 0.1);
}

.border-l-brown-600\/100 {
  border-left-color: rgb(180 95 66 / 1);
}

.border-l-brown-600\/20 {
  border-left-color: rgb(180 95 66 / 0.2);
}

.border-l-brown-600\/25 {
  border-left-color: rgb(180 95 66 / 0.25);
}

.border-l-brown-600\/30 {
  border-left-color: rgb(180 95 66 / 0.3);
}

.border-l-brown-600\/40 {
  border-left-color: rgb(180 95 66 / 0.4);
}

.border-l-brown-600\/5 {
  border-left-color: rgb(180 95 66 / 0.05);
}

.border-l-brown-600\/50 {
  border-left-color: rgb(180 95 66 / 0.5);
}

.border-l-brown-600\/60 {
  border-left-color: rgb(180 95 66 / 0.6);
}

.border-l-brown-600\/70 {
  border-left-color: rgb(180 95 66 / 0.7);
}

.border-l-brown-600\/75 {
  border-left-color: rgb(180 95 66 / 0.75);
}

.border-l-brown-600\/80 {
  border-left-color: rgb(180 95 66 / 0.8);
}

.border-l-brown-600\/90 {
  border-left-color: rgb(180 95 66 / 0.9);
}

.border-l-brown-600\/95 {
  border-left-color: rgb(180 95 66 / 0.95);
}

.border-l-brown-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(150 75 56 / var(--tw-border-opacity));
}

.border-l-brown-700\/0 {
  border-left-color: rgb(150 75 56 / 0);
}

.border-l-brown-700\/10 {
  border-left-color: rgb(150 75 56 / 0.1);
}

.border-l-brown-700\/100 {
  border-left-color: rgb(150 75 56 / 1);
}

.border-l-brown-700\/20 {
  border-left-color: rgb(150 75 56 / 0.2);
}

.border-l-brown-700\/25 {
  border-left-color: rgb(150 75 56 / 0.25);
}

.border-l-brown-700\/30 {
  border-left-color: rgb(150 75 56 / 0.3);
}

.border-l-brown-700\/40 {
  border-left-color: rgb(150 75 56 / 0.4);
}

.border-l-brown-700\/5 {
  border-left-color: rgb(150 75 56 / 0.05);
}

.border-l-brown-700\/50 {
  border-left-color: rgb(150 75 56 / 0.5);
}

.border-l-brown-700\/60 {
  border-left-color: rgb(150 75 56 / 0.6);
}

.border-l-brown-700\/70 {
  border-left-color: rgb(150 75 56 / 0.7);
}

.border-l-brown-700\/75 {
  border-left-color: rgb(150 75 56 / 0.75);
}

.border-l-brown-700\/80 {
  border-left-color: rgb(150 75 56 / 0.8);
}

.border-l-brown-700\/90 {
  border-left-color: rgb(150 75 56 / 0.9);
}

.border-l-brown-700\/95 {
  border-left-color: rgb(150 75 56 / 0.95);
}

.border-l-brown-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(128 66 54 / var(--tw-border-opacity));
}

.border-l-brown-800\/0 {
  border-left-color: rgb(128 66 54 / 0);
}

.border-l-brown-800\/10 {
  border-left-color: rgb(128 66 54 / 0.1);
}

.border-l-brown-800\/100 {
  border-left-color: rgb(128 66 54 / 1);
}

.border-l-brown-800\/20 {
  border-left-color: rgb(128 66 54 / 0.2);
}

.border-l-brown-800\/25 {
  border-left-color: rgb(128 66 54 / 0.25);
}

.border-l-brown-800\/30 {
  border-left-color: rgb(128 66 54 / 0.3);
}

.border-l-brown-800\/40 {
  border-left-color: rgb(128 66 54 / 0.4);
}

.border-l-brown-800\/5 {
  border-left-color: rgb(128 66 54 / 0.05);
}

.border-l-brown-800\/50 {
  border-left-color: rgb(128 66 54 / 0.5);
}

.border-l-brown-800\/60 {
  border-left-color: rgb(128 66 54 / 0.6);
}

.border-l-brown-800\/70 {
  border-left-color: rgb(128 66 54 / 0.7);
}

.border-l-brown-800\/75 {
  border-left-color: rgb(128 66 54 / 0.75);
}

.border-l-brown-800\/80 {
  border-left-color: rgb(128 66 54 / 0.8);
}

.border-l-brown-800\/90 {
  border-left-color: rgb(128 66 54 / 0.9);
}

.border-l-brown-800\/95 {
  border-left-color: rgb(128 66 54 / 0.95);
}

.border-l-brown-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(98 53 44 / var(--tw-border-opacity));
}

.border-l-brown-900\/0 {
  border-left-color: rgb(98 53 44 / 0);
}

.border-l-brown-900\/10 {
  border-left-color: rgb(98 53 44 / 0.1);
}

.border-l-brown-900\/100 {
  border-left-color: rgb(98 53 44 / 1);
}

.border-l-brown-900\/20 {
  border-left-color: rgb(98 53 44 / 0.2);
}

.border-l-brown-900\/25 {
  border-left-color: rgb(98 53 44 / 0.25);
}

.border-l-brown-900\/30 {
  border-left-color: rgb(98 53 44 / 0.3);
}

.border-l-brown-900\/40 {
  border-left-color: rgb(98 53 44 / 0.4);
}

.border-l-brown-900\/5 {
  border-left-color: rgb(98 53 44 / 0.05);
}

.border-l-brown-900\/50 {
  border-left-color: rgb(98 53 44 / 0.5);
}

.border-l-brown-900\/60 {
  border-left-color: rgb(98 53 44 / 0.6);
}

.border-l-brown-900\/70 {
  border-left-color: rgb(98 53 44 / 0.7);
}

.border-l-brown-900\/75 {
  border-left-color: rgb(98 53 44 / 0.75);
}

.border-l-brown-900\/80 {
  border-left-color: rgb(98 53 44 / 0.8);
}

.border-l-brown-900\/90 {
  border-left-color: rgb(98 53 44 / 0.9);
}

.border-l-brown-900\/95 {
  border-left-color: rgb(98 53 44 / 0.95);
}

.border-l-brown-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(52 25 22 / var(--tw-border-opacity));
}

.border-l-brown-950\/0 {
  border-left-color: rgb(52 25 22 / 0);
}

.border-l-brown-950\/10 {
  border-left-color: rgb(52 25 22 / 0.1);
}

.border-l-brown-950\/100 {
  border-left-color: rgb(52 25 22 / 1);
}

.border-l-brown-950\/20 {
  border-left-color: rgb(52 25 22 / 0.2);
}

.border-l-brown-950\/25 {
  border-left-color: rgb(52 25 22 / 0.25);
}

.border-l-brown-950\/30 {
  border-left-color: rgb(52 25 22 / 0.3);
}

.border-l-brown-950\/40 {
  border-left-color: rgb(52 25 22 / 0.4);
}

.border-l-brown-950\/5 {
  border-left-color: rgb(52 25 22 / 0.05);
}

.border-l-brown-950\/50 {
  border-left-color: rgb(52 25 22 / 0.5);
}

.border-l-brown-950\/60 {
  border-left-color: rgb(52 25 22 / 0.6);
}

.border-l-brown-950\/70 {
  border-left-color: rgb(52 25 22 / 0.7);
}

.border-l-brown-950\/75 {
  border-left-color: rgb(52 25 22 / 0.75);
}

.border-l-brown-950\/80 {
  border-left-color: rgb(52 25 22 / 0.8);
}

.border-l-brown-950\/90 {
  border-left-color: rgb(52 25 22 / 0.9);
}

.border-l-brown-950\/95 {
  border-left-color: rgb(52 25 22 / 0.95);
}

.border-l-brown\/0 {
  border-left-color: rgb(128 66 54 / 0);
}

.border-l-brown\/10 {
  border-left-color: rgb(128 66 54 / 0.1);
}

.border-l-brown\/100 {
  border-left-color: rgb(128 66 54 / 1);
}

.border-l-brown\/20 {
  border-left-color: rgb(128 66 54 / 0.2);
}

.border-l-brown\/25 {
  border-left-color: rgb(128 66 54 / 0.25);
}

.border-l-brown\/30 {
  border-left-color: rgb(128 66 54 / 0.3);
}

.border-l-brown\/40 {
  border-left-color: rgb(128 66 54 / 0.4);
}

.border-l-brown\/5 {
  border-left-color: rgb(128 66 54 / 0.05);
}

.border-l-brown\/50 {
  border-left-color: rgb(128 66 54 / 0.5);
}

.border-l-brown\/60 {
  border-left-color: rgb(128 66 54 / 0.6);
}

.border-l-brown\/70 {
  border-left-color: rgb(128 66 54 / 0.7);
}

.border-l-brown\/75 {
  border-left-color: rgb(128 66 54 / 0.75);
}

.border-l-brown\/80 {
  border-left-color: rgb(128 66 54 / 0.8);
}

.border-l-brown\/90 {
  border-left-color: rgb(128 66 54 / 0.9);
}

.border-l-brown\/95 {
  border-left-color: rgb(128 66 54 / 0.95);
}

.border-l-current {
  border-left-color: currentColor;
}

.border-l-gray {
  --tw-border-opacity: 1;
  border-left-color: rgb(77 79 83 / var(--tw-border-opacity));
}

.border-l-gray-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(229 230 232 / var(--tw-border-opacity));
}

.border-l-gray-100\/0 {
  border-left-color: rgb(229 230 232 / 0);
}

.border-l-gray-100\/10 {
  border-left-color: rgb(229 230 232 / 0.1);
}

.border-l-gray-100\/100 {
  border-left-color: rgb(229 230 232 / 1);
}

.border-l-gray-100\/20 {
  border-left-color: rgb(229 230 232 / 0.2);
}

.border-l-gray-100\/25 {
  border-left-color: rgb(229 230 232 / 0.25);
}

.border-l-gray-100\/30 {
  border-left-color: rgb(229 230 232 / 0.3);
}

.border-l-gray-100\/40 {
  border-left-color: rgb(229 230 232 / 0.4);
}

.border-l-gray-100\/5 {
  border-left-color: rgb(229 230 232 / 0.05);
}

.border-l-gray-100\/50 {
  border-left-color: rgb(229 230 232 / 0.5);
}

.border-l-gray-100\/60 {
  border-left-color: rgb(229 230 232 / 0.6);
}

.border-l-gray-100\/70 {
  border-left-color: rgb(229 230 232 / 0.7);
}

.border-l-gray-100\/75 {
  border-left-color: rgb(229 230 232 / 0.75);
}

.border-l-gray-100\/80 {
  border-left-color: rgb(229 230 232 / 0.8);
}

.border-l-gray-100\/90 {
  border-left-color: rgb(229 230 232 / 0.9);
}

.border-l-gray-100\/95 {
  border-left-color: rgb(229 230 232 / 0.95);
}

.border-l-gray-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(207 209 210 / var(--tw-border-opacity));
}

.border-l-gray-200\/0 {
  border-left-color: rgb(207 209 210 / 0);
}

.border-l-gray-200\/10 {
  border-left-color: rgb(207 209 210 / 0.1);
}

.border-l-gray-200\/100 {
  border-left-color: rgb(207 209 210 / 1);
}

.border-l-gray-200\/20 {
  border-left-color: rgb(207 209 210 / 0.2);
}

.border-l-gray-200\/25 {
  border-left-color: rgb(207 209 210 / 0.25);
}

.border-l-gray-200\/30 {
  border-left-color: rgb(207 209 210 / 0.3);
}

.border-l-gray-200\/40 {
  border-left-color: rgb(207 209 210 / 0.4);
}

.border-l-gray-200\/5 {
  border-left-color: rgb(207 209 210 / 0.05);
}

.border-l-gray-200\/50 {
  border-left-color: rgb(207 209 210 / 0.5);
}

.border-l-gray-200\/60 {
  border-left-color: rgb(207 209 210 / 0.6);
}

.border-l-gray-200\/70 {
  border-left-color: rgb(207 209 210 / 0.7);
}

.border-l-gray-200\/75 {
  border-left-color: rgb(207 209 210 / 0.75);
}

.border-l-gray-200\/80 {
  border-left-color: rgb(207 209 210 / 0.8);
}

.border-l-gray-200\/90 {
  border-left-color: rgb(207 209 210 / 0.9);
}

.border-l-gray-200\/95 {
  border-left-color: rgb(207 209 210 / 0.95);
}

.border-l-gray-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(173 176 179 / var(--tw-border-opacity));
}

.border-l-gray-300\/0 {
  border-left-color: rgb(173 176 179 / 0);
}

.border-l-gray-300\/10 {
  border-left-color: rgb(173 176 179 / 0.1);
}

.border-l-gray-300\/100 {
  border-left-color: rgb(173 176 179 / 1);
}

.border-l-gray-300\/20 {
  border-left-color: rgb(173 176 179 / 0.2);
}

.border-l-gray-300\/25 {
  border-left-color: rgb(173 176 179 / 0.25);
}

.border-l-gray-300\/30 {
  border-left-color: rgb(173 176 179 / 0.3);
}

.border-l-gray-300\/40 {
  border-left-color: rgb(173 176 179 / 0.4);
}

.border-l-gray-300\/5 {
  border-left-color: rgb(173 176 179 / 0.05);
}

.border-l-gray-300\/50 {
  border-left-color: rgb(173 176 179 / 0.5);
}

.border-l-gray-300\/60 {
  border-left-color: rgb(173 176 179 / 0.6);
}

.border-l-gray-300\/70 {
  border-left-color: rgb(173 176 179 / 0.7);
}

.border-l-gray-300\/75 {
  border-left-color: rgb(173 176 179 / 0.75);
}

.border-l-gray-300\/80 {
  border-left-color: rgb(173 176 179 / 0.8);
}

.border-l-gray-300\/90 {
  border-left-color: rgb(173 176 179 / 0.9);
}

.border-l-gray-300\/95 {
  border-left-color: rgb(173 176 179 / 0.95);
}

.border-l-gray-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(131 134 141 / var(--tw-border-opacity));
}

.border-l-gray-400\/0 {
  border-left-color: rgb(131 134 141 / 0);
}

.border-l-gray-400\/10 {
  border-left-color: rgb(131 134 141 / 0.1);
}

.border-l-gray-400\/100 {
  border-left-color: rgb(131 134 141 / 1);
}

.border-l-gray-400\/20 {
  border-left-color: rgb(131 134 141 / 0.2);
}

.border-l-gray-400\/25 {
  border-left-color: rgb(131 134 141 / 0.25);
}

.border-l-gray-400\/30 {
  border-left-color: rgb(131 134 141 / 0.3);
}

.border-l-gray-400\/40 {
  border-left-color: rgb(131 134 141 / 0.4);
}

.border-l-gray-400\/5 {
  border-left-color: rgb(131 134 141 / 0.05);
}

.border-l-gray-400\/50 {
  border-left-color: rgb(131 134 141 / 0.5);
}

.border-l-gray-400\/60 {
  border-left-color: rgb(131 134 141 / 0.6);
}

.border-l-gray-400\/70 {
  border-left-color: rgb(131 134 141 / 0.7);
}

.border-l-gray-400\/75 {
  border-left-color: rgb(131 134 141 / 0.75);
}

.border-l-gray-400\/80 {
  border-left-color: rgb(131 134 141 / 0.8);
}

.border-l-gray-400\/90 {
  border-left-color: rgb(131 134 141 / 0.9);
}

.border-l-gray-400\/95 {
  border-left-color: rgb(131 134 141 / 0.95);
}

.border-l-gray-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 246 246 / var(--tw-border-opacity));
}

.border-l-gray-50\/0 {
  border-left-color: rgb(245 246 246 / 0);
}

.border-l-gray-50\/10 {
  border-left-color: rgb(245 246 246 / 0.1);
}

.border-l-gray-50\/100 {
  border-left-color: rgb(245 246 246 / 1);
}

.border-l-gray-50\/20 {
  border-left-color: rgb(245 246 246 / 0.2);
}

.border-l-gray-50\/25 {
  border-left-color: rgb(245 246 246 / 0.25);
}

.border-l-gray-50\/30 {
  border-left-color: rgb(245 246 246 / 0.3);
}

.border-l-gray-50\/40 {
  border-left-color: rgb(245 246 246 / 0.4);
}

.border-l-gray-50\/5 {
  border-left-color: rgb(245 246 246 / 0.05);
}

.border-l-gray-50\/50 {
  border-left-color: rgb(245 246 246 / 0.5);
}

.border-l-gray-50\/60 {
  border-left-color: rgb(245 246 246 / 0.6);
}

.border-l-gray-50\/70 {
  border-left-color: rgb(245 246 246 / 0.7);
}

.border-l-gray-50\/75 {
  border-left-color: rgb(245 246 246 / 0.75);
}

.border-l-gray-50\/80 {
  border-left-color: rgb(245 246 246 / 0.8);
}

.border-l-gray-50\/90 {
  border-left-color: rgb(245 246 246 / 0.9);
}

.border-l-gray-50\/95 {
  border-left-color: rgb(245 246 246 / 0.95);
}

.border-l-gray-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(104 107 114 / var(--tw-border-opacity));
}

.border-l-gray-500\/0 {
  border-left-color: rgb(104 107 114 / 0);
}

.border-l-gray-500\/10 {
  border-left-color: rgb(104 107 114 / 0.1);
}

.border-l-gray-500\/100 {
  border-left-color: rgb(104 107 114 / 1);
}

.border-l-gray-500\/20 {
  border-left-color: rgb(104 107 114 / 0.2);
}

.border-l-gray-500\/25 {
  border-left-color: rgb(104 107 114 / 0.25);
}

.border-l-gray-500\/30 {
  border-left-color: rgb(104 107 114 / 0.3);
}

.border-l-gray-500\/40 {
  border-left-color: rgb(104 107 114 / 0.4);
}

.border-l-gray-500\/5 {
  border-left-color: rgb(104 107 114 / 0.05);
}

.border-l-gray-500\/50 {
  border-left-color: rgb(104 107 114 / 0.5);
}

.border-l-gray-500\/60 {
  border-left-color: rgb(104 107 114 / 0.6);
}

.border-l-gray-500\/70 {
  border-left-color: rgb(104 107 114 / 0.7);
}

.border-l-gray-500\/75 {
  border-left-color: rgb(104 107 114 / 0.75);
}

.border-l-gray-500\/80 {
  border-left-color: rgb(104 107 114 / 0.8);
}

.border-l-gray-500\/90 {
  border-left-color: rgb(104 107 114 / 0.9);
}

.border-l-gray-500\/95 {
  border-left-color: rgb(104 107 114 / 0.95);
}

.border-l-gray-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(89 91 97 / var(--tw-border-opacity));
}

.border-l-gray-600\/0 {
  border-left-color: rgb(89 91 97 / 0);
}

.border-l-gray-600\/10 {
  border-left-color: rgb(89 91 97 / 0.1);
}

.border-l-gray-600\/100 {
  border-left-color: rgb(89 91 97 / 1);
}

.border-l-gray-600\/20 {
  border-left-color: rgb(89 91 97 / 0.2);
}

.border-l-gray-600\/25 {
  border-left-color: rgb(89 91 97 / 0.25);
}

.border-l-gray-600\/30 {
  border-left-color: rgb(89 91 97 / 0.3);
}

.border-l-gray-600\/40 {
  border-left-color: rgb(89 91 97 / 0.4);
}

.border-l-gray-600\/5 {
  border-left-color: rgb(89 91 97 / 0.05);
}

.border-l-gray-600\/50 {
  border-left-color: rgb(89 91 97 / 0.5);
}

.border-l-gray-600\/60 {
  border-left-color: rgb(89 91 97 / 0.6);
}

.border-l-gray-600\/70 {
  border-left-color: rgb(89 91 97 / 0.7);
}

.border-l-gray-600\/75 {
  border-left-color: rgb(89 91 97 / 0.75);
}

.border-l-gray-600\/80 {
  border-left-color: rgb(89 91 97 / 0.8);
}

.border-l-gray-600\/90 {
  border-left-color: rgb(89 91 97 / 0.9);
}

.border-l-gray-600\/95 {
  border-left-color: rgb(89 91 97 / 0.95);
}

.border-l-gray-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(77 79 83 / var(--tw-border-opacity));
}

.border-l-gray-700\/0 {
  border-left-color: rgb(77 79 83 / 0);
}

.border-l-gray-700\/10 {
  border-left-color: rgb(77 79 83 / 0.1);
}

.border-l-gray-700\/100 {
  border-left-color: rgb(77 79 83 / 1);
}

.border-l-gray-700\/20 {
  border-left-color: rgb(77 79 83 / 0.2);
}

.border-l-gray-700\/25 {
  border-left-color: rgb(77 79 83 / 0.25);
}

.border-l-gray-700\/30 {
  border-left-color: rgb(77 79 83 / 0.3);
}

.border-l-gray-700\/40 {
  border-left-color: rgb(77 79 83 / 0.4);
}

.border-l-gray-700\/5 {
  border-left-color: rgb(77 79 83 / 0.05);
}

.border-l-gray-700\/50 {
  border-left-color: rgb(77 79 83 / 0.5);
}

.border-l-gray-700\/60 {
  border-left-color: rgb(77 79 83 / 0.6);
}

.border-l-gray-700\/70 {
  border-left-color: rgb(77 79 83 / 0.7);
}

.border-l-gray-700\/75 {
  border-left-color: rgb(77 79 83 / 0.75);
}

.border-l-gray-700\/80 {
  border-left-color: rgb(77 79 83 / 0.8);
}

.border-l-gray-700\/90 {
  border-left-color: rgb(77 79 83 / 0.9);
}

.border-l-gray-700\/95 {
  border-left-color: rgb(77 79 83 / 0.95);
}

.border-l-gray-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(67 68 71 / var(--tw-border-opacity));
}

.border-l-gray-800\/0 {
  border-left-color: rgb(67 68 71 / 0);
}

.border-l-gray-800\/10 {
  border-left-color: rgb(67 68 71 / 0.1);
}

.border-l-gray-800\/100 {
  border-left-color: rgb(67 68 71 / 1);
}

.border-l-gray-800\/20 {
  border-left-color: rgb(67 68 71 / 0.2);
}

.border-l-gray-800\/25 {
  border-left-color: rgb(67 68 71 / 0.25);
}

.border-l-gray-800\/30 {
  border-left-color: rgb(67 68 71 / 0.3);
}

.border-l-gray-800\/40 {
  border-left-color: rgb(67 68 71 / 0.4);
}

.border-l-gray-800\/5 {
  border-left-color: rgb(67 68 71 / 0.05);
}

.border-l-gray-800\/50 {
  border-left-color: rgb(67 68 71 / 0.5);
}

.border-l-gray-800\/60 {
  border-left-color: rgb(67 68 71 / 0.6);
}

.border-l-gray-800\/70 {
  border-left-color: rgb(67 68 71 / 0.7);
}

.border-l-gray-800\/75 {
  border-left-color: rgb(67 68 71 / 0.75);
}

.border-l-gray-800\/80 {
  border-left-color: rgb(67 68 71 / 0.8);
}

.border-l-gray-800\/90 {
  border-left-color: rgb(67 68 71 / 0.9);
}

.border-l-gray-800\/95 {
  border-left-color: rgb(67 68 71 / 0.95);
}

.border-l-gray-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(59 60 62 / var(--tw-border-opacity));
}

.border-l-gray-900\/0 {
  border-left-color: rgb(59 60 62 / 0);
}

.border-l-gray-900\/10 {
  border-left-color: rgb(59 60 62 / 0.1);
}

.border-l-gray-900\/100 {
  border-left-color: rgb(59 60 62 / 1);
}

.border-l-gray-900\/20 {
  border-left-color: rgb(59 60 62 / 0.2);
}

.border-l-gray-900\/25 {
  border-left-color: rgb(59 60 62 / 0.25);
}

.border-l-gray-900\/30 {
  border-left-color: rgb(59 60 62 / 0.3);
}

.border-l-gray-900\/40 {
  border-left-color: rgb(59 60 62 / 0.4);
}

.border-l-gray-900\/5 {
  border-left-color: rgb(59 60 62 / 0.05);
}

.border-l-gray-900\/50 {
  border-left-color: rgb(59 60 62 / 0.5);
}

.border-l-gray-900\/60 {
  border-left-color: rgb(59 60 62 / 0.6);
}

.border-l-gray-900\/70 {
  border-left-color: rgb(59 60 62 / 0.7);
}

.border-l-gray-900\/75 {
  border-left-color: rgb(59 60 62 / 0.75);
}

.border-l-gray-900\/80 {
  border-left-color: rgb(59 60 62 / 0.8);
}

.border-l-gray-900\/90 {
  border-left-color: rgb(59 60 62 / 0.9);
}

.border-l-gray-900\/95 {
  border-left-color: rgb(59 60 62 / 0.95);
}

.border-l-gray-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(37 38 39 / var(--tw-border-opacity));
}

.border-l-gray-950\/0 {
  border-left-color: rgb(37 38 39 / 0);
}

.border-l-gray-950\/10 {
  border-left-color: rgb(37 38 39 / 0.1);
}

.border-l-gray-950\/100 {
  border-left-color: rgb(37 38 39 / 1);
}

.border-l-gray-950\/20 {
  border-left-color: rgb(37 38 39 / 0.2);
}

.border-l-gray-950\/25 {
  border-left-color: rgb(37 38 39 / 0.25);
}

.border-l-gray-950\/30 {
  border-left-color: rgb(37 38 39 / 0.3);
}

.border-l-gray-950\/40 {
  border-left-color: rgb(37 38 39 / 0.4);
}

.border-l-gray-950\/5 {
  border-left-color: rgb(37 38 39 / 0.05);
}

.border-l-gray-950\/50 {
  border-left-color: rgb(37 38 39 / 0.5);
}

.border-l-gray-950\/60 {
  border-left-color: rgb(37 38 39 / 0.6);
}

.border-l-gray-950\/70 {
  border-left-color: rgb(37 38 39 / 0.7);
}

.border-l-gray-950\/75 {
  border-left-color: rgb(37 38 39 / 0.75);
}

.border-l-gray-950\/80 {
  border-left-color: rgb(37 38 39 / 0.8);
}

.border-l-gray-950\/90 {
  border-left-color: rgb(37 38 39 / 0.9);
}

.border-l-gray-950\/95 {
  border-left-color: rgb(37 38 39 / 0.95);
}

.border-l-gray\/0 {
  border-left-color: rgb(77 79 83 / 0);
}

.border-l-gray\/10 {
  border-left-color: rgb(77 79 83 / 0.1);
}

.border-l-gray\/100 {
  border-left-color: rgb(77 79 83 / 1);
}

.border-l-gray\/20 {
  border-left-color: rgb(77 79 83 / 0.2);
}

.border-l-gray\/25 {
  border-left-color: rgb(77 79 83 / 0.25);
}

.border-l-gray\/30 {
  border-left-color: rgb(77 79 83 / 0.3);
}

.border-l-gray\/40 {
  border-left-color: rgb(77 79 83 / 0.4);
}

.border-l-gray\/5 {
  border-left-color: rgb(77 79 83 / 0.05);
}

.border-l-gray\/50 {
  border-left-color: rgb(77 79 83 / 0.5);
}

.border-l-gray\/60 {
  border-left-color: rgb(77 79 83 / 0.6);
}

.border-l-gray\/70 {
  border-left-color: rgb(77 79 83 / 0.7);
}

.border-l-gray\/75 {
  border-left-color: rgb(77 79 83 / 0.75);
}

.border-l-gray\/80 {
  border-left-color: rgb(77 79 83 / 0.8);
}

.border-l-gray\/90 {
  border-left-color: rgb(77 79 83 / 0.9);
}

.border-l-gray\/95 {
  border-left-color: rgb(77 79 83 / 0.95);
}

.border-l-green {
  --tw-border-opacity: 1;
  border-left-color: rgb(181 203 82 / var(--tw-border-opacity));
}

.border-l-green-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(235 241 207 / var(--tw-border-opacity));
}

.border-l-green-100\/0 {
  border-left-color: rgb(235 241 207 / 0);
}

.border-l-green-100\/10 {
  border-left-color: rgb(235 241 207 / 0.1);
}

.border-l-green-100\/100 {
  border-left-color: rgb(235 241 207 / 1);
}

.border-l-green-100\/20 {
  border-left-color: rgb(235 241 207 / 0.2);
}

.border-l-green-100\/25 {
  border-left-color: rgb(235 241 207 / 0.25);
}

.border-l-green-100\/30 {
  border-left-color: rgb(235 241 207 / 0.3);
}

.border-l-green-100\/40 {
  border-left-color: rgb(235 241 207 / 0.4);
}

.border-l-green-100\/5 {
  border-left-color: rgb(235 241 207 / 0.05);
}

.border-l-green-100\/50 {
  border-left-color: rgb(235 241 207 / 0.5);
}

.border-l-green-100\/60 {
  border-left-color: rgb(235 241 207 / 0.6);
}

.border-l-green-100\/70 {
  border-left-color: rgb(235 241 207 / 0.7);
}

.border-l-green-100\/75 {
  border-left-color: rgb(235 241 207 / 0.75);
}

.border-l-green-100\/80 {
  border-left-color: rgb(235 241 207 / 0.8);
}

.border-l-green-100\/90 {
  border-left-color: rgb(235 241 207 / 0.9);
}

.border-l-green-100\/95 {
  border-left-color: rgb(235 241 207 / 0.95);
}

.border-l-green-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(221 231 176 / var(--tw-border-opacity));
}

.border-l-green-200\/0 {
  border-left-color: rgb(221 231 176 / 0);
}

.border-l-green-200\/10 {
  border-left-color: rgb(221 231 176 / 0.1);
}

.border-l-green-200\/100 {
  border-left-color: rgb(221 231 176 / 1);
}

.border-l-green-200\/20 {
  border-left-color: rgb(221 231 176 / 0.2);
}

.border-l-green-200\/25 {
  border-left-color: rgb(221 231 176 / 0.25);
}

.border-l-green-200\/30 {
  border-left-color: rgb(221 231 176 / 0.3);
}

.border-l-green-200\/40 {
  border-left-color: rgb(221 231 176 / 0.4);
}

.border-l-green-200\/5 {
  border-left-color: rgb(221 231 176 / 0.05);
}

.border-l-green-200\/50 {
  border-left-color: rgb(221 231 176 / 0.5);
}

.border-l-green-200\/60 {
  border-left-color: rgb(221 231 176 / 0.6);
}

.border-l-green-200\/70 {
  border-left-color: rgb(221 231 176 / 0.7);
}

.border-l-green-200\/75 {
  border-left-color: rgb(221 231 176 / 0.75);
}

.border-l-green-200\/80 {
  border-left-color: rgb(221 231 176 / 0.8);
}

.border-l-green-200\/90 {
  border-left-color: rgb(221 231 176 / 0.9);
}

.border-l-green-200\/95 {
  border-left-color: rgb(221 231 176 / 0.95);
}

.border-l-green-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(208 222 145 / var(--tw-border-opacity));
}

.border-l-green-300\/0 {
  border-left-color: rgb(208 222 145 / 0);
}

.border-l-green-300\/10 {
  border-left-color: rgb(208 222 145 / 0.1);
}

.border-l-green-300\/100 {
  border-left-color: rgb(208 222 145 / 1);
}

.border-l-green-300\/20 {
  border-left-color: rgb(208 222 145 / 0.2);
}

.border-l-green-300\/25 {
  border-left-color: rgb(208 222 145 / 0.25);
}

.border-l-green-300\/30 {
  border-left-color: rgb(208 222 145 / 0.3);
}

.border-l-green-300\/40 {
  border-left-color: rgb(208 222 145 / 0.4);
}

.border-l-green-300\/5 {
  border-left-color: rgb(208 222 145 / 0.05);
}

.border-l-green-300\/50 {
  border-left-color: rgb(208 222 145 / 0.5);
}

.border-l-green-300\/60 {
  border-left-color: rgb(208 222 145 / 0.6);
}

.border-l-green-300\/70 {
  border-left-color: rgb(208 222 145 / 0.7);
}

.border-l-green-300\/75 {
  border-left-color: rgb(208 222 145 / 0.75);
}

.border-l-green-300\/80 {
  border-left-color: rgb(208 222 145 / 0.8);
}

.border-l-green-300\/90 {
  border-left-color: rgb(208 222 145 / 0.9);
}

.border-l-green-300\/95 {
  border-left-color: rgb(208 222 145 / 0.95);
}

.border-l-green-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(194 212 113 / var(--tw-border-opacity));
}

.border-l-green-400\/0 {
  border-left-color: rgb(194 212 113 / 0);
}

.border-l-green-400\/10 {
  border-left-color: rgb(194 212 113 / 0.1);
}

.border-l-green-400\/100 {
  border-left-color: rgb(194 212 113 / 1);
}

.border-l-green-400\/20 {
  border-left-color: rgb(194 212 113 / 0.2);
}

.border-l-green-400\/25 {
  border-left-color: rgb(194 212 113 / 0.25);
}

.border-l-green-400\/30 {
  border-left-color: rgb(194 212 113 / 0.3);
}

.border-l-green-400\/40 {
  border-left-color: rgb(194 212 113 / 0.4);
}

.border-l-green-400\/5 {
  border-left-color: rgb(194 212 113 / 0.05);
}

.border-l-green-400\/50 {
  border-left-color: rgb(194 212 113 / 0.5);
}

.border-l-green-400\/60 {
  border-left-color: rgb(194 212 113 / 0.6);
}

.border-l-green-400\/70 {
  border-left-color: rgb(194 212 113 / 0.7);
}

.border-l-green-400\/75 {
  border-left-color: rgb(194 212 113 / 0.75);
}

.border-l-green-400\/80 {
  border-left-color: rgb(194 212 113 / 0.8);
}

.border-l-green-400\/90 {
  border-left-color: rgb(194 212 113 / 0.9);
}

.border-l-green-400\/95 {
  border-left-color: rgb(194 212 113 / 0.95);
}

.border-l-green-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(241 245 223 / var(--tw-border-opacity));
}

.border-l-green-50\/0 {
  border-left-color: rgb(241 245 223 / 0);
}

.border-l-green-50\/10 {
  border-left-color: rgb(241 245 223 / 0.1);
}

.border-l-green-50\/100 {
  border-left-color: rgb(241 245 223 / 1);
}

.border-l-green-50\/20 {
  border-left-color: rgb(241 245 223 / 0.2);
}

.border-l-green-50\/25 {
  border-left-color: rgb(241 245 223 / 0.25);
}

.border-l-green-50\/30 {
  border-left-color: rgb(241 245 223 / 0.3);
}

.border-l-green-50\/40 {
  border-left-color: rgb(241 245 223 / 0.4);
}

.border-l-green-50\/5 {
  border-left-color: rgb(241 245 223 / 0.05);
}

.border-l-green-50\/50 {
  border-left-color: rgb(241 245 223 / 0.5);
}

.border-l-green-50\/60 {
  border-left-color: rgb(241 245 223 / 0.6);
}

.border-l-green-50\/70 {
  border-left-color: rgb(241 245 223 / 0.7);
}

.border-l-green-50\/75 {
  border-left-color: rgb(241 245 223 / 0.75);
}

.border-l-green-50\/80 {
  border-left-color: rgb(241 245 223 / 0.8);
}

.border-l-green-50\/90 {
  border-left-color: rgb(241 245 223 / 0.9);
}

.border-l-green-50\/95 {
  border-left-color: rgb(241 245 223 / 0.95);
}

.border-l-green-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(181 203 82 / var(--tw-border-opacity));
}

.border-l-green-500\/0 {
  border-left-color: rgb(181 203 82 / 0);
}

.border-l-green-500\/10 {
  border-left-color: rgb(181 203 82 / 0.1);
}

.border-l-green-500\/100 {
  border-left-color: rgb(181 203 82 / 1);
}

.border-l-green-500\/20 {
  border-left-color: rgb(181 203 82 / 0.2);
}

.border-l-green-500\/25 {
  border-left-color: rgb(181 203 82 / 0.25);
}

.border-l-green-500\/30 {
  border-left-color: rgb(181 203 82 / 0.3);
}

.border-l-green-500\/40 {
  border-left-color: rgb(181 203 82 / 0.4);
}

.border-l-green-500\/5 {
  border-left-color: rgb(181 203 82 / 0.05);
}

.border-l-green-500\/50 {
  border-left-color: rgb(181 203 82 / 0.5);
}

.border-l-green-500\/60 {
  border-left-color: rgb(181 203 82 / 0.6);
}

.border-l-green-500\/70 {
  border-left-color: rgb(181 203 82 / 0.7);
}

.border-l-green-500\/75 {
  border-left-color: rgb(181 203 82 / 0.75);
}

.border-l-green-500\/80 {
  border-left-color: rgb(181 203 82 / 0.8);
}

.border-l-green-500\/90 {
  border-left-color: rgb(181 203 82 / 0.9);
}

.border-l-green-500\/95 {
  border-left-color: rgb(181 203 82 / 0.95);
}

.border-l-green-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(154 176 53 / var(--tw-border-opacity));
}

.border-l-green-600\/0 {
  border-left-color: rgb(154 176 53 / 0);
}

.border-l-green-600\/10 {
  border-left-color: rgb(154 176 53 / 0.1);
}

.border-l-green-600\/100 {
  border-left-color: rgb(154 176 53 / 1);
}

.border-l-green-600\/20 {
  border-left-color: rgb(154 176 53 / 0.2);
}

.border-l-green-600\/25 {
  border-left-color: rgb(154 176 53 / 0.25);
}

.border-l-green-600\/30 {
  border-left-color: rgb(154 176 53 / 0.3);
}

.border-l-green-600\/40 {
  border-left-color: rgb(154 176 53 / 0.4);
}

.border-l-green-600\/5 {
  border-left-color: rgb(154 176 53 / 0.05);
}

.border-l-green-600\/50 {
  border-left-color: rgb(154 176 53 / 0.5);
}

.border-l-green-600\/60 {
  border-left-color: rgb(154 176 53 / 0.6);
}

.border-l-green-600\/70 {
  border-left-color: rgb(154 176 53 / 0.7);
}

.border-l-green-600\/75 {
  border-left-color: rgb(154 176 53 / 0.75);
}

.border-l-green-600\/80 {
  border-left-color: rgb(154 176 53 / 0.8);
}

.border-l-green-600\/90 {
  border-left-color: rgb(154 176 53 / 0.9);
}

.border-l-green-600\/95 {
  border-left-color: rgb(154 176 53 / 0.95);
}

.border-l-green-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(116 133 40 / var(--tw-border-opacity));
}

.border-l-green-700\/0 {
  border-left-color: rgb(116 133 40 / 0);
}

.border-l-green-700\/10 {
  border-left-color: rgb(116 133 40 / 0.1);
}

.border-l-green-700\/100 {
  border-left-color: rgb(116 133 40 / 1);
}

.border-l-green-700\/20 {
  border-left-color: rgb(116 133 40 / 0.2);
}

.border-l-green-700\/25 {
  border-left-color: rgb(116 133 40 / 0.25);
}

.border-l-green-700\/30 {
  border-left-color: rgb(116 133 40 / 0.3);
}

.border-l-green-700\/40 {
  border-left-color: rgb(116 133 40 / 0.4);
}

.border-l-green-700\/5 {
  border-left-color: rgb(116 133 40 / 0.05);
}

.border-l-green-700\/50 {
  border-left-color: rgb(116 133 40 / 0.5);
}

.border-l-green-700\/60 {
  border-left-color: rgb(116 133 40 / 0.6);
}

.border-l-green-700\/70 {
  border-left-color: rgb(116 133 40 / 0.7);
}

.border-l-green-700\/75 {
  border-left-color: rgb(116 133 40 / 0.75);
}

.border-l-green-700\/80 {
  border-left-color: rgb(116 133 40 / 0.8);
}

.border-l-green-700\/90 {
  border-left-color: rgb(116 133 40 / 0.9);
}

.border-l-green-700\/95 {
  border-left-color: rgb(116 133 40 / 0.95);
}

.border-l-green-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(78 90 27 / var(--tw-border-opacity));
}

.border-l-green-800\/0 {
  border-left-color: rgb(78 90 27 / 0);
}

.border-l-green-800\/10 {
  border-left-color: rgb(78 90 27 / 0.1);
}

.border-l-green-800\/100 {
  border-left-color: rgb(78 90 27 / 1);
}

.border-l-green-800\/20 {
  border-left-color: rgb(78 90 27 / 0.2);
}

.border-l-green-800\/25 {
  border-left-color: rgb(78 90 27 / 0.25);
}

.border-l-green-800\/30 {
  border-left-color: rgb(78 90 27 / 0.3);
}

.border-l-green-800\/40 {
  border-left-color: rgb(78 90 27 / 0.4);
}

.border-l-green-800\/5 {
  border-left-color: rgb(78 90 27 / 0.05);
}

.border-l-green-800\/50 {
  border-left-color: rgb(78 90 27 / 0.5);
}

.border-l-green-800\/60 {
  border-left-color: rgb(78 90 27 / 0.6);
}

.border-l-green-800\/70 {
  border-left-color: rgb(78 90 27 / 0.7);
}

.border-l-green-800\/75 {
  border-left-color: rgb(78 90 27 / 0.75);
}

.border-l-green-800\/80 {
  border-left-color: rgb(78 90 27 / 0.8);
}

.border-l-green-800\/90 {
  border-left-color: rgb(78 90 27 / 0.9);
}

.border-l-green-800\/95 {
  border-left-color: rgb(78 90 27 / 0.95);
}

.border-l-green-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(41 47 14 / var(--tw-border-opacity));
}

.border-l-green-900\/0 {
  border-left-color: rgb(41 47 14 / 0);
}

.border-l-green-900\/10 {
  border-left-color: rgb(41 47 14 / 0.1);
}

.border-l-green-900\/100 {
  border-left-color: rgb(41 47 14 / 1);
}

.border-l-green-900\/20 {
  border-left-color: rgb(41 47 14 / 0.2);
}

.border-l-green-900\/25 {
  border-left-color: rgb(41 47 14 / 0.25);
}

.border-l-green-900\/30 {
  border-left-color: rgb(41 47 14 / 0.3);
}

.border-l-green-900\/40 {
  border-left-color: rgb(41 47 14 / 0.4);
}

.border-l-green-900\/5 {
  border-left-color: rgb(41 47 14 / 0.05);
}

.border-l-green-900\/50 {
  border-left-color: rgb(41 47 14 / 0.5);
}

.border-l-green-900\/60 {
  border-left-color: rgb(41 47 14 / 0.6);
}

.border-l-green-900\/70 {
  border-left-color: rgb(41 47 14 / 0.7);
}

.border-l-green-900\/75 {
  border-left-color: rgb(41 47 14 / 0.75);
}

.border-l-green-900\/80 {
  border-left-color: rgb(41 47 14 / 0.8);
}

.border-l-green-900\/90 {
  border-left-color: rgb(41 47 14 / 0.9);
}

.border-l-green-900\/95 {
  border-left-color: rgb(41 47 14 / 0.95);
}

.border-l-green\/0 {
  border-left-color: rgb(181 203 82 / 0);
}

.border-l-green\/10 {
  border-left-color: rgb(181 203 82 / 0.1);
}

.border-l-green\/100 {
  border-left-color: rgb(181 203 82 / 1);
}

.border-l-green\/20 {
  border-left-color: rgb(181 203 82 / 0.2);
}

.border-l-green\/25 {
  border-left-color: rgb(181 203 82 / 0.25);
}

.border-l-green\/30 {
  border-left-color: rgb(181 203 82 / 0.3);
}

.border-l-green\/40 {
  border-left-color: rgb(181 203 82 / 0.4);
}

.border-l-green\/5 {
  border-left-color: rgb(181 203 82 / 0.05);
}

.border-l-green\/50 {
  border-left-color: rgb(181 203 82 / 0.5);
}

.border-l-green\/60 {
  border-left-color: rgb(181 203 82 / 0.6);
}

.border-l-green\/70 {
  border-left-color: rgb(181 203 82 / 0.7);
}

.border-l-green\/75 {
  border-left-color: rgb(181 203 82 / 0.75);
}

.border-l-green\/80 {
  border-left-color: rgb(181 203 82 / 0.8);
}

.border-l-green\/90 {
  border-left-color: rgb(181 203 82 / 0.9);
}

.border-l-green\/95 {
  border-left-color: rgb(181 203 82 / 0.95);
}

.border-l-grey {
  --tw-border-opacity: 1;
  border-left-color: rgb(77 79 83 / var(--tw-border-opacity));
}

.border-l-grey-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(229 230 232 / var(--tw-border-opacity));
}

.border-l-grey-100\/0 {
  border-left-color: rgb(229 230 232 / 0);
}

.border-l-grey-100\/10 {
  border-left-color: rgb(229 230 232 / 0.1);
}

.border-l-grey-100\/100 {
  border-left-color: rgb(229 230 232 / 1);
}

.border-l-grey-100\/20 {
  border-left-color: rgb(229 230 232 / 0.2);
}

.border-l-grey-100\/25 {
  border-left-color: rgb(229 230 232 / 0.25);
}

.border-l-grey-100\/30 {
  border-left-color: rgb(229 230 232 / 0.3);
}

.border-l-grey-100\/40 {
  border-left-color: rgb(229 230 232 / 0.4);
}

.border-l-grey-100\/5 {
  border-left-color: rgb(229 230 232 / 0.05);
}

.border-l-grey-100\/50 {
  border-left-color: rgb(229 230 232 / 0.5);
}

.border-l-grey-100\/60 {
  border-left-color: rgb(229 230 232 / 0.6);
}

.border-l-grey-100\/70 {
  border-left-color: rgb(229 230 232 / 0.7);
}

.border-l-grey-100\/75 {
  border-left-color: rgb(229 230 232 / 0.75);
}

.border-l-grey-100\/80 {
  border-left-color: rgb(229 230 232 / 0.8);
}

.border-l-grey-100\/90 {
  border-left-color: rgb(229 230 232 / 0.9);
}

.border-l-grey-100\/95 {
  border-left-color: rgb(229 230 232 / 0.95);
}

.border-l-grey-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(207 209 210 / var(--tw-border-opacity));
}

.border-l-grey-200\/0 {
  border-left-color: rgb(207 209 210 / 0);
}

.border-l-grey-200\/10 {
  border-left-color: rgb(207 209 210 / 0.1);
}

.border-l-grey-200\/100 {
  border-left-color: rgb(207 209 210 / 1);
}

.border-l-grey-200\/20 {
  border-left-color: rgb(207 209 210 / 0.2);
}

.border-l-grey-200\/25 {
  border-left-color: rgb(207 209 210 / 0.25);
}

.border-l-grey-200\/30 {
  border-left-color: rgb(207 209 210 / 0.3);
}

.border-l-grey-200\/40 {
  border-left-color: rgb(207 209 210 / 0.4);
}

.border-l-grey-200\/5 {
  border-left-color: rgb(207 209 210 / 0.05);
}

.border-l-grey-200\/50 {
  border-left-color: rgb(207 209 210 / 0.5);
}

.border-l-grey-200\/60 {
  border-left-color: rgb(207 209 210 / 0.6);
}

.border-l-grey-200\/70 {
  border-left-color: rgb(207 209 210 / 0.7);
}

.border-l-grey-200\/75 {
  border-left-color: rgb(207 209 210 / 0.75);
}

.border-l-grey-200\/80 {
  border-left-color: rgb(207 209 210 / 0.8);
}

.border-l-grey-200\/90 {
  border-left-color: rgb(207 209 210 / 0.9);
}

.border-l-grey-200\/95 {
  border-left-color: rgb(207 209 210 / 0.95);
}

.border-l-grey-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(173 176 179 / var(--tw-border-opacity));
}

.border-l-grey-300\/0 {
  border-left-color: rgb(173 176 179 / 0);
}

.border-l-grey-300\/10 {
  border-left-color: rgb(173 176 179 / 0.1);
}

.border-l-grey-300\/100 {
  border-left-color: rgb(173 176 179 / 1);
}

.border-l-grey-300\/20 {
  border-left-color: rgb(173 176 179 / 0.2);
}

.border-l-grey-300\/25 {
  border-left-color: rgb(173 176 179 / 0.25);
}

.border-l-grey-300\/30 {
  border-left-color: rgb(173 176 179 / 0.3);
}

.border-l-grey-300\/40 {
  border-left-color: rgb(173 176 179 / 0.4);
}

.border-l-grey-300\/5 {
  border-left-color: rgb(173 176 179 / 0.05);
}

.border-l-grey-300\/50 {
  border-left-color: rgb(173 176 179 / 0.5);
}

.border-l-grey-300\/60 {
  border-left-color: rgb(173 176 179 / 0.6);
}

.border-l-grey-300\/70 {
  border-left-color: rgb(173 176 179 / 0.7);
}

.border-l-grey-300\/75 {
  border-left-color: rgb(173 176 179 / 0.75);
}

.border-l-grey-300\/80 {
  border-left-color: rgb(173 176 179 / 0.8);
}

.border-l-grey-300\/90 {
  border-left-color: rgb(173 176 179 / 0.9);
}

.border-l-grey-300\/95 {
  border-left-color: rgb(173 176 179 / 0.95);
}

.border-l-grey-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(131 134 141 / var(--tw-border-opacity));
}

.border-l-grey-400\/0 {
  border-left-color: rgb(131 134 141 / 0);
}

.border-l-grey-400\/10 {
  border-left-color: rgb(131 134 141 / 0.1);
}

.border-l-grey-400\/100 {
  border-left-color: rgb(131 134 141 / 1);
}

.border-l-grey-400\/20 {
  border-left-color: rgb(131 134 141 / 0.2);
}

.border-l-grey-400\/25 {
  border-left-color: rgb(131 134 141 / 0.25);
}

.border-l-grey-400\/30 {
  border-left-color: rgb(131 134 141 / 0.3);
}

.border-l-grey-400\/40 {
  border-left-color: rgb(131 134 141 / 0.4);
}

.border-l-grey-400\/5 {
  border-left-color: rgb(131 134 141 / 0.05);
}

.border-l-grey-400\/50 {
  border-left-color: rgb(131 134 141 / 0.5);
}

.border-l-grey-400\/60 {
  border-left-color: rgb(131 134 141 / 0.6);
}

.border-l-grey-400\/70 {
  border-left-color: rgb(131 134 141 / 0.7);
}

.border-l-grey-400\/75 {
  border-left-color: rgb(131 134 141 / 0.75);
}

.border-l-grey-400\/80 {
  border-left-color: rgb(131 134 141 / 0.8);
}

.border-l-grey-400\/90 {
  border-left-color: rgb(131 134 141 / 0.9);
}

.border-l-grey-400\/95 {
  border-left-color: rgb(131 134 141 / 0.95);
}

.border-l-grey-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 246 246 / var(--tw-border-opacity));
}

.border-l-grey-50\/0 {
  border-left-color: rgb(245 246 246 / 0);
}

.border-l-grey-50\/10 {
  border-left-color: rgb(245 246 246 / 0.1);
}

.border-l-grey-50\/100 {
  border-left-color: rgb(245 246 246 / 1);
}

.border-l-grey-50\/20 {
  border-left-color: rgb(245 246 246 / 0.2);
}

.border-l-grey-50\/25 {
  border-left-color: rgb(245 246 246 / 0.25);
}

.border-l-grey-50\/30 {
  border-left-color: rgb(245 246 246 / 0.3);
}

.border-l-grey-50\/40 {
  border-left-color: rgb(245 246 246 / 0.4);
}

.border-l-grey-50\/5 {
  border-left-color: rgb(245 246 246 / 0.05);
}

.border-l-grey-50\/50 {
  border-left-color: rgb(245 246 246 / 0.5);
}

.border-l-grey-50\/60 {
  border-left-color: rgb(245 246 246 / 0.6);
}

.border-l-grey-50\/70 {
  border-left-color: rgb(245 246 246 / 0.7);
}

.border-l-grey-50\/75 {
  border-left-color: rgb(245 246 246 / 0.75);
}

.border-l-grey-50\/80 {
  border-left-color: rgb(245 246 246 / 0.8);
}

.border-l-grey-50\/90 {
  border-left-color: rgb(245 246 246 / 0.9);
}

.border-l-grey-50\/95 {
  border-left-color: rgb(245 246 246 / 0.95);
}

.border-l-grey-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(104 107 114 / var(--tw-border-opacity));
}

.border-l-grey-500\/0 {
  border-left-color: rgb(104 107 114 / 0);
}

.border-l-grey-500\/10 {
  border-left-color: rgb(104 107 114 / 0.1);
}

.border-l-grey-500\/100 {
  border-left-color: rgb(104 107 114 / 1);
}

.border-l-grey-500\/20 {
  border-left-color: rgb(104 107 114 / 0.2);
}

.border-l-grey-500\/25 {
  border-left-color: rgb(104 107 114 / 0.25);
}

.border-l-grey-500\/30 {
  border-left-color: rgb(104 107 114 / 0.3);
}

.border-l-grey-500\/40 {
  border-left-color: rgb(104 107 114 / 0.4);
}

.border-l-grey-500\/5 {
  border-left-color: rgb(104 107 114 / 0.05);
}

.border-l-grey-500\/50 {
  border-left-color: rgb(104 107 114 / 0.5);
}

.border-l-grey-500\/60 {
  border-left-color: rgb(104 107 114 / 0.6);
}

.border-l-grey-500\/70 {
  border-left-color: rgb(104 107 114 / 0.7);
}

.border-l-grey-500\/75 {
  border-left-color: rgb(104 107 114 / 0.75);
}

.border-l-grey-500\/80 {
  border-left-color: rgb(104 107 114 / 0.8);
}

.border-l-grey-500\/90 {
  border-left-color: rgb(104 107 114 / 0.9);
}

.border-l-grey-500\/95 {
  border-left-color: rgb(104 107 114 / 0.95);
}

.border-l-grey-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(89 91 97 / var(--tw-border-opacity));
}

.border-l-grey-600\/0 {
  border-left-color: rgb(89 91 97 / 0);
}

.border-l-grey-600\/10 {
  border-left-color: rgb(89 91 97 / 0.1);
}

.border-l-grey-600\/100 {
  border-left-color: rgb(89 91 97 / 1);
}

.border-l-grey-600\/20 {
  border-left-color: rgb(89 91 97 / 0.2);
}

.border-l-grey-600\/25 {
  border-left-color: rgb(89 91 97 / 0.25);
}

.border-l-grey-600\/30 {
  border-left-color: rgb(89 91 97 / 0.3);
}

.border-l-grey-600\/40 {
  border-left-color: rgb(89 91 97 / 0.4);
}

.border-l-grey-600\/5 {
  border-left-color: rgb(89 91 97 / 0.05);
}

.border-l-grey-600\/50 {
  border-left-color: rgb(89 91 97 / 0.5);
}

.border-l-grey-600\/60 {
  border-left-color: rgb(89 91 97 / 0.6);
}

.border-l-grey-600\/70 {
  border-left-color: rgb(89 91 97 / 0.7);
}

.border-l-grey-600\/75 {
  border-left-color: rgb(89 91 97 / 0.75);
}

.border-l-grey-600\/80 {
  border-left-color: rgb(89 91 97 / 0.8);
}

.border-l-grey-600\/90 {
  border-left-color: rgb(89 91 97 / 0.9);
}

.border-l-grey-600\/95 {
  border-left-color: rgb(89 91 97 / 0.95);
}

.border-l-grey-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(77 79 83 / var(--tw-border-opacity));
}

.border-l-grey-700\/0 {
  border-left-color: rgb(77 79 83 / 0);
}

.border-l-grey-700\/10 {
  border-left-color: rgb(77 79 83 / 0.1);
}

.border-l-grey-700\/100 {
  border-left-color: rgb(77 79 83 / 1);
}

.border-l-grey-700\/20 {
  border-left-color: rgb(77 79 83 / 0.2);
}

.border-l-grey-700\/25 {
  border-left-color: rgb(77 79 83 / 0.25);
}

.border-l-grey-700\/30 {
  border-left-color: rgb(77 79 83 / 0.3);
}

.border-l-grey-700\/40 {
  border-left-color: rgb(77 79 83 / 0.4);
}

.border-l-grey-700\/5 {
  border-left-color: rgb(77 79 83 / 0.05);
}

.border-l-grey-700\/50 {
  border-left-color: rgb(77 79 83 / 0.5);
}

.border-l-grey-700\/60 {
  border-left-color: rgb(77 79 83 / 0.6);
}

.border-l-grey-700\/70 {
  border-left-color: rgb(77 79 83 / 0.7);
}

.border-l-grey-700\/75 {
  border-left-color: rgb(77 79 83 / 0.75);
}

.border-l-grey-700\/80 {
  border-left-color: rgb(77 79 83 / 0.8);
}

.border-l-grey-700\/90 {
  border-left-color: rgb(77 79 83 / 0.9);
}

.border-l-grey-700\/95 {
  border-left-color: rgb(77 79 83 / 0.95);
}

.border-l-grey-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(67 68 71 / var(--tw-border-opacity));
}

.border-l-grey-800\/0 {
  border-left-color: rgb(67 68 71 / 0);
}

.border-l-grey-800\/10 {
  border-left-color: rgb(67 68 71 / 0.1);
}

.border-l-grey-800\/100 {
  border-left-color: rgb(67 68 71 / 1);
}

.border-l-grey-800\/20 {
  border-left-color: rgb(67 68 71 / 0.2);
}

.border-l-grey-800\/25 {
  border-left-color: rgb(67 68 71 / 0.25);
}

.border-l-grey-800\/30 {
  border-left-color: rgb(67 68 71 / 0.3);
}

.border-l-grey-800\/40 {
  border-left-color: rgb(67 68 71 / 0.4);
}

.border-l-grey-800\/5 {
  border-left-color: rgb(67 68 71 / 0.05);
}

.border-l-grey-800\/50 {
  border-left-color: rgb(67 68 71 / 0.5);
}

.border-l-grey-800\/60 {
  border-left-color: rgb(67 68 71 / 0.6);
}

.border-l-grey-800\/70 {
  border-left-color: rgb(67 68 71 / 0.7);
}

.border-l-grey-800\/75 {
  border-left-color: rgb(67 68 71 / 0.75);
}

.border-l-grey-800\/80 {
  border-left-color: rgb(67 68 71 / 0.8);
}

.border-l-grey-800\/90 {
  border-left-color: rgb(67 68 71 / 0.9);
}

.border-l-grey-800\/95 {
  border-left-color: rgb(67 68 71 / 0.95);
}

.border-l-grey-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(59 60 62 / var(--tw-border-opacity));
}

.border-l-grey-900\/0 {
  border-left-color: rgb(59 60 62 / 0);
}

.border-l-grey-900\/10 {
  border-left-color: rgb(59 60 62 / 0.1);
}

.border-l-grey-900\/100 {
  border-left-color: rgb(59 60 62 / 1);
}

.border-l-grey-900\/20 {
  border-left-color: rgb(59 60 62 / 0.2);
}

.border-l-grey-900\/25 {
  border-left-color: rgb(59 60 62 / 0.25);
}

.border-l-grey-900\/30 {
  border-left-color: rgb(59 60 62 / 0.3);
}

.border-l-grey-900\/40 {
  border-left-color: rgb(59 60 62 / 0.4);
}

.border-l-grey-900\/5 {
  border-left-color: rgb(59 60 62 / 0.05);
}

.border-l-grey-900\/50 {
  border-left-color: rgb(59 60 62 / 0.5);
}

.border-l-grey-900\/60 {
  border-left-color: rgb(59 60 62 / 0.6);
}

.border-l-grey-900\/70 {
  border-left-color: rgb(59 60 62 / 0.7);
}

.border-l-grey-900\/75 {
  border-left-color: rgb(59 60 62 / 0.75);
}

.border-l-grey-900\/80 {
  border-left-color: rgb(59 60 62 / 0.8);
}

.border-l-grey-900\/90 {
  border-left-color: rgb(59 60 62 / 0.9);
}

.border-l-grey-900\/95 {
  border-left-color: rgb(59 60 62 / 0.95);
}

.border-l-grey-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(37 38 39 / var(--tw-border-opacity));
}

.border-l-grey-950\/0 {
  border-left-color: rgb(37 38 39 / 0);
}

.border-l-grey-950\/10 {
  border-left-color: rgb(37 38 39 / 0.1);
}

.border-l-grey-950\/100 {
  border-left-color: rgb(37 38 39 / 1);
}

.border-l-grey-950\/20 {
  border-left-color: rgb(37 38 39 / 0.2);
}

.border-l-grey-950\/25 {
  border-left-color: rgb(37 38 39 / 0.25);
}

.border-l-grey-950\/30 {
  border-left-color: rgb(37 38 39 / 0.3);
}

.border-l-grey-950\/40 {
  border-left-color: rgb(37 38 39 / 0.4);
}

.border-l-grey-950\/5 {
  border-left-color: rgb(37 38 39 / 0.05);
}

.border-l-grey-950\/50 {
  border-left-color: rgb(37 38 39 / 0.5);
}

.border-l-grey-950\/60 {
  border-left-color: rgb(37 38 39 / 0.6);
}

.border-l-grey-950\/70 {
  border-left-color: rgb(37 38 39 / 0.7);
}

.border-l-grey-950\/75 {
  border-left-color: rgb(37 38 39 / 0.75);
}

.border-l-grey-950\/80 {
  border-left-color: rgb(37 38 39 / 0.8);
}

.border-l-grey-950\/90 {
  border-left-color: rgb(37 38 39 / 0.9);
}

.border-l-grey-950\/95 {
  border-left-color: rgb(37 38 39 / 0.95);
}

.border-l-grey\/0 {
  border-left-color: rgb(77 79 83 / 0);
}

.border-l-grey\/10 {
  border-left-color: rgb(77 79 83 / 0.1);
}

.border-l-grey\/100 {
  border-left-color: rgb(77 79 83 / 1);
}

.border-l-grey\/20 {
  border-left-color: rgb(77 79 83 / 0.2);
}

.border-l-grey\/25 {
  border-left-color: rgb(77 79 83 / 0.25);
}

.border-l-grey\/30 {
  border-left-color: rgb(77 79 83 / 0.3);
}

.border-l-grey\/40 {
  border-left-color: rgb(77 79 83 / 0.4);
}

.border-l-grey\/5 {
  border-left-color: rgb(77 79 83 / 0.05);
}

.border-l-grey\/50 {
  border-left-color: rgb(77 79 83 / 0.5);
}

.border-l-grey\/60 {
  border-left-color: rgb(77 79 83 / 0.6);
}

.border-l-grey\/70 {
  border-left-color: rgb(77 79 83 / 0.7);
}

.border-l-grey\/75 {
  border-left-color: rgb(77 79 83 / 0.75);
}

.border-l-grey\/80 {
  border-left-color: rgb(77 79 83 / 0.8);
}

.border-l-grey\/90 {
  border-left-color: rgb(77 79 83 / 0.9);
}

.border-l-grey\/95 {
  border-left-color: rgb(77 79 83 / 0.95);
}

.border-l-navy {
  --tw-border-opacity: 1;
  border-left-color: rgb(10 81 122 / var(--tw-border-opacity));
}

.border-l-navy-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(225 242 253 / var(--tw-border-opacity));
}

.border-l-navy-100\/0 {
  border-left-color: rgb(225 242 253 / 0);
}

.border-l-navy-100\/10 {
  border-left-color: rgb(225 242 253 / 0.1);
}

.border-l-navy-100\/100 {
  border-left-color: rgb(225 242 253 / 1);
}

.border-l-navy-100\/20 {
  border-left-color: rgb(225 242 253 / 0.2);
}

.border-l-navy-100\/25 {
  border-left-color: rgb(225 242 253 / 0.25);
}

.border-l-navy-100\/30 {
  border-left-color: rgb(225 242 253 / 0.3);
}

.border-l-navy-100\/40 {
  border-left-color: rgb(225 242 253 / 0.4);
}

.border-l-navy-100\/5 {
  border-left-color: rgb(225 242 253 / 0.05);
}

.border-l-navy-100\/50 {
  border-left-color: rgb(225 242 253 / 0.5);
}

.border-l-navy-100\/60 {
  border-left-color: rgb(225 242 253 / 0.6);
}

.border-l-navy-100\/70 {
  border-left-color: rgb(225 242 253 / 0.7);
}

.border-l-navy-100\/75 {
  border-left-color: rgb(225 242 253 / 0.75);
}

.border-l-navy-100\/80 {
  border-left-color: rgb(225 242 253 / 0.8);
}

.border-l-navy-100\/90 {
  border-left-color: rgb(225 242 253 / 0.9);
}

.border-l-navy-100\/95 {
  border-left-color: rgb(225 242 253 / 0.95);
}

.border-l-navy-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(188 228 251 / var(--tw-border-opacity));
}

.border-l-navy-200\/0 {
  border-left-color: rgb(188 228 251 / 0);
}

.border-l-navy-200\/10 {
  border-left-color: rgb(188 228 251 / 0.1);
}

.border-l-navy-200\/100 {
  border-left-color: rgb(188 228 251 / 1);
}

.border-l-navy-200\/20 {
  border-left-color: rgb(188 228 251 / 0.2);
}

.border-l-navy-200\/25 {
  border-left-color: rgb(188 228 251 / 0.25);
}

.border-l-navy-200\/30 {
  border-left-color: rgb(188 228 251 / 0.3);
}

.border-l-navy-200\/40 {
  border-left-color: rgb(188 228 251 / 0.4);
}

.border-l-navy-200\/5 {
  border-left-color: rgb(188 228 251 / 0.05);
}

.border-l-navy-200\/50 {
  border-left-color: rgb(188 228 251 / 0.5);
}

.border-l-navy-200\/60 {
  border-left-color: rgb(188 228 251 / 0.6);
}

.border-l-navy-200\/70 {
  border-left-color: rgb(188 228 251 / 0.7);
}

.border-l-navy-200\/75 {
  border-left-color: rgb(188 228 251 / 0.75);
}

.border-l-navy-200\/80 {
  border-left-color: rgb(188 228 251 / 0.8);
}

.border-l-navy-200\/90 {
  border-left-color: rgb(188 228 251 / 0.9);
}

.border-l-navy-200\/95 {
  border-left-color: rgb(188 228 251 / 0.95);
}

.border-l-navy-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(129 208 248 / var(--tw-border-opacity));
}

.border-l-navy-300\/0 {
  border-left-color: rgb(129 208 248 / 0);
}

.border-l-navy-300\/10 {
  border-left-color: rgb(129 208 248 / 0.1);
}

.border-l-navy-300\/100 {
  border-left-color: rgb(129 208 248 / 1);
}

.border-l-navy-300\/20 {
  border-left-color: rgb(129 208 248 / 0.2);
}

.border-l-navy-300\/25 {
  border-left-color: rgb(129 208 248 / 0.25);
}

.border-l-navy-300\/30 {
  border-left-color: rgb(129 208 248 / 0.3);
}

.border-l-navy-300\/40 {
  border-left-color: rgb(129 208 248 / 0.4);
}

.border-l-navy-300\/5 {
  border-left-color: rgb(129 208 248 / 0.05);
}

.border-l-navy-300\/50 {
  border-left-color: rgb(129 208 248 / 0.5);
}

.border-l-navy-300\/60 {
  border-left-color: rgb(129 208 248 / 0.6);
}

.border-l-navy-300\/70 {
  border-left-color: rgb(129 208 248 / 0.7);
}

.border-l-navy-300\/75 {
  border-left-color: rgb(129 208 248 / 0.75);
}

.border-l-navy-300\/80 {
  border-left-color: rgb(129 208 248 / 0.8);
}

.border-l-navy-300\/90 {
  border-left-color: rgb(129 208 248 / 0.9);
}

.border-l-navy-300\/95 {
  border-left-color: rgb(129 208 248 / 0.95);
}

.border-l-navy-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(61 184 243 / var(--tw-border-opacity));
}

.border-l-navy-400\/0 {
  border-left-color: rgb(61 184 243 / 0);
}

.border-l-navy-400\/10 {
  border-left-color: rgb(61 184 243 / 0.1);
}

.border-l-navy-400\/100 {
  border-left-color: rgb(61 184 243 / 1);
}

.border-l-navy-400\/20 {
  border-left-color: rgb(61 184 243 / 0.2);
}

.border-l-navy-400\/25 {
  border-left-color: rgb(61 184 243 / 0.25);
}

.border-l-navy-400\/30 {
  border-left-color: rgb(61 184 243 / 0.3);
}

.border-l-navy-400\/40 {
  border-left-color: rgb(61 184 243 / 0.4);
}

.border-l-navy-400\/5 {
  border-left-color: rgb(61 184 243 / 0.05);
}

.border-l-navy-400\/50 {
  border-left-color: rgb(61 184 243 / 0.5);
}

.border-l-navy-400\/60 {
  border-left-color: rgb(61 184 243 / 0.6);
}

.border-l-navy-400\/70 {
  border-left-color: rgb(61 184 243 / 0.7);
}

.border-l-navy-400\/75 {
  border-left-color: rgb(61 184 243 / 0.75);
}

.border-l-navy-400\/80 {
  border-left-color: rgb(61 184 243 / 0.8);
}

.border-l-navy-400\/90 {
  border-left-color: rgb(61 184 243 / 0.9);
}

.border-l-navy-400\/95 {
  border-left-color: rgb(61 184 243 / 0.95);
}

.border-l-navy-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.border-l-navy-50\/0 {
  border-left-color: rgb(240 249 255 / 0);
}

.border-l-navy-50\/10 {
  border-left-color: rgb(240 249 255 / 0.1);
}

.border-l-navy-50\/100 {
  border-left-color: rgb(240 249 255 / 1);
}

.border-l-navy-50\/20 {
  border-left-color: rgb(240 249 255 / 0.2);
}

.border-l-navy-50\/25 {
  border-left-color: rgb(240 249 255 / 0.25);
}

.border-l-navy-50\/30 {
  border-left-color: rgb(240 249 255 / 0.3);
}

.border-l-navy-50\/40 {
  border-left-color: rgb(240 249 255 / 0.4);
}

.border-l-navy-50\/5 {
  border-left-color: rgb(240 249 255 / 0.05);
}

.border-l-navy-50\/50 {
  border-left-color: rgb(240 249 255 / 0.5);
}

.border-l-navy-50\/60 {
  border-left-color: rgb(240 249 255 / 0.6);
}

.border-l-navy-50\/70 {
  border-left-color: rgb(240 249 255 / 0.7);
}

.border-l-navy-50\/75 {
  border-left-color: rgb(240 249 255 / 0.75);
}

.border-l-navy-50\/80 {
  border-left-color: rgb(240 249 255 / 0.8);
}

.border-l-navy-50\/90 {
  border-left-color: rgb(240 249 255 / 0.9);
}

.border-l-navy-50\/95 {
  border-left-color: rgb(240 249 255 / 0.95);
}

.border-l-navy-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(20 160 227 / var(--tw-border-opacity));
}

.border-l-navy-500\/0 {
  border-left-color: rgb(20 160 227 / 0);
}

.border-l-navy-500\/10 {
  border-left-color: rgb(20 160 227 / 0.1);
}

.border-l-navy-500\/100 {
  border-left-color: rgb(20 160 227 / 1);
}

.border-l-navy-500\/20 {
  border-left-color: rgb(20 160 227 / 0.2);
}

.border-l-navy-500\/25 {
  border-left-color: rgb(20 160 227 / 0.25);
}

.border-l-navy-500\/30 {
  border-left-color: rgb(20 160 227 / 0.3);
}

.border-l-navy-500\/40 {
  border-left-color: rgb(20 160 227 / 0.4);
}

.border-l-navy-500\/5 {
  border-left-color: rgb(20 160 227 / 0.05);
}

.border-l-navy-500\/50 {
  border-left-color: rgb(20 160 227 / 0.5);
}

.border-l-navy-500\/60 {
  border-left-color: rgb(20 160 227 / 0.6);
}

.border-l-navy-500\/70 {
  border-left-color: rgb(20 160 227 / 0.7);
}

.border-l-navy-500\/75 {
  border-left-color: rgb(20 160 227 / 0.75);
}

.border-l-navy-500\/80 {
  border-left-color: rgb(20 160 227 / 0.8);
}

.border-l-navy-500\/90 {
  border-left-color: rgb(20 160 227 / 0.9);
}

.border-l-navy-500\/95 {
  border-left-color: rgb(20 160 227 / 0.95);
}

.border-l-navy-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(8 127 193 / var(--tw-border-opacity));
}

.border-l-navy-600\/0 {
  border-left-color: rgb(8 127 193 / 0);
}

.border-l-navy-600\/10 {
  border-left-color: rgb(8 127 193 / 0.1);
}

.border-l-navy-600\/100 {
  border-left-color: rgb(8 127 193 / 1);
}

.border-l-navy-600\/20 {
  border-left-color: rgb(8 127 193 / 0.2);
}

.border-l-navy-600\/25 {
  border-left-color: rgb(8 127 193 / 0.25);
}

.border-l-navy-600\/30 {
  border-left-color: rgb(8 127 193 / 0.3);
}

.border-l-navy-600\/40 {
  border-left-color: rgb(8 127 193 / 0.4);
}

.border-l-navy-600\/5 {
  border-left-color: rgb(8 127 193 / 0.05);
}

.border-l-navy-600\/50 {
  border-left-color: rgb(8 127 193 / 0.5);
}

.border-l-navy-600\/60 {
  border-left-color: rgb(8 127 193 / 0.6);
}

.border-l-navy-600\/70 {
  border-left-color: rgb(8 127 193 / 0.7);
}

.border-l-navy-600\/75 {
  border-left-color: rgb(8 127 193 / 0.75);
}

.border-l-navy-600\/80 {
  border-left-color: rgb(8 127 193 / 0.8);
}

.border-l-navy-600\/90 {
  border-left-color: rgb(8 127 193 / 0.9);
}

.border-l-navy-600\/95 {
  border-left-color: rgb(8 127 193 / 0.95);
}

.border-l-navy-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(8 102 156 / var(--tw-border-opacity));
}

.border-l-navy-700\/0 {
  border-left-color: rgb(8 102 156 / 0);
}

.border-l-navy-700\/10 {
  border-left-color: rgb(8 102 156 / 0.1);
}

.border-l-navy-700\/100 {
  border-left-color: rgb(8 102 156 / 1);
}

.border-l-navy-700\/20 {
  border-left-color: rgb(8 102 156 / 0.2);
}

.border-l-navy-700\/25 {
  border-left-color: rgb(8 102 156 / 0.25);
}

.border-l-navy-700\/30 {
  border-left-color: rgb(8 102 156 / 0.3);
}

.border-l-navy-700\/40 {
  border-left-color: rgb(8 102 156 / 0.4);
}

.border-l-navy-700\/5 {
  border-left-color: rgb(8 102 156 / 0.05);
}

.border-l-navy-700\/50 {
  border-left-color: rgb(8 102 156 / 0.5);
}

.border-l-navy-700\/60 {
  border-left-color: rgb(8 102 156 / 0.6);
}

.border-l-navy-700\/70 {
  border-left-color: rgb(8 102 156 / 0.7);
}

.border-l-navy-700\/75 {
  border-left-color: rgb(8 102 156 / 0.75);
}

.border-l-navy-700\/80 {
  border-left-color: rgb(8 102 156 / 0.8);
}

.border-l-navy-700\/90 {
  border-left-color: rgb(8 102 156 / 0.9);
}

.border-l-navy-700\/95 {
  border-left-color: rgb(8 102 156 / 0.95);
}

.border-l-navy-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(10 81 122 / var(--tw-border-opacity));
}

.border-l-navy-800\/0 {
  border-left-color: rgb(10 81 122 / 0);
}

.border-l-navy-800\/10 {
  border-left-color: rgb(10 81 122 / 0.1);
}

.border-l-navy-800\/100 {
  border-left-color: rgb(10 81 122 / 1);
}

.border-l-navy-800\/20 {
  border-left-color: rgb(10 81 122 / 0.2);
}

.border-l-navy-800\/25 {
  border-left-color: rgb(10 81 122 / 0.25);
}

.border-l-navy-800\/30 {
  border-left-color: rgb(10 81 122 / 0.3);
}

.border-l-navy-800\/40 {
  border-left-color: rgb(10 81 122 / 0.4);
}

.border-l-navy-800\/5 {
  border-left-color: rgb(10 81 122 / 0.05);
}

.border-l-navy-800\/50 {
  border-left-color: rgb(10 81 122 / 0.5);
}

.border-l-navy-800\/60 {
  border-left-color: rgb(10 81 122 / 0.6);
}

.border-l-navy-800\/70 {
  border-left-color: rgb(10 81 122 / 0.7);
}

.border-l-navy-800\/75 {
  border-left-color: rgb(10 81 122 / 0.75);
}

.border-l-navy-800\/80 {
  border-left-color: rgb(10 81 122 / 0.8);
}

.border-l-navy-800\/90 {
  border-left-color: rgb(10 81 122 / 0.9);
}

.border-l-navy-800\/95 {
  border-left-color: rgb(10 81 122 / 0.95);
}

.border-l-navy-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(15 71 107 / var(--tw-border-opacity));
}

.border-l-navy-900\/0 {
  border-left-color: rgb(15 71 107 / 0);
}

.border-l-navy-900\/10 {
  border-left-color: rgb(15 71 107 / 0.1);
}

.border-l-navy-900\/100 {
  border-left-color: rgb(15 71 107 / 1);
}

.border-l-navy-900\/20 {
  border-left-color: rgb(15 71 107 / 0.2);
}

.border-l-navy-900\/25 {
  border-left-color: rgb(15 71 107 / 0.25);
}

.border-l-navy-900\/30 {
  border-left-color: rgb(15 71 107 / 0.3);
}

.border-l-navy-900\/40 {
  border-left-color: rgb(15 71 107 / 0.4);
}

.border-l-navy-900\/5 {
  border-left-color: rgb(15 71 107 / 0.05);
}

.border-l-navy-900\/50 {
  border-left-color: rgb(15 71 107 / 0.5);
}

.border-l-navy-900\/60 {
  border-left-color: rgb(15 71 107 / 0.6);
}

.border-l-navy-900\/70 {
  border-left-color: rgb(15 71 107 / 0.7);
}

.border-l-navy-900\/75 {
  border-left-color: rgb(15 71 107 / 0.75);
}

.border-l-navy-900\/80 {
  border-left-color: rgb(15 71 107 / 0.8);
}

.border-l-navy-900\/90 {
  border-left-color: rgb(15 71 107 / 0.9);
}

.border-l-navy-900\/95 {
  border-left-color: rgb(15 71 107 / 0.95);
}

.border-l-navy-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(10 46 71 / var(--tw-border-opacity));
}

.border-l-navy-950\/0 {
  border-left-color: rgb(10 46 71 / 0);
}

.border-l-navy-950\/10 {
  border-left-color: rgb(10 46 71 / 0.1);
}

.border-l-navy-950\/100 {
  border-left-color: rgb(10 46 71 / 1);
}

.border-l-navy-950\/20 {
  border-left-color: rgb(10 46 71 / 0.2);
}

.border-l-navy-950\/25 {
  border-left-color: rgb(10 46 71 / 0.25);
}

.border-l-navy-950\/30 {
  border-left-color: rgb(10 46 71 / 0.3);
}

.border-l-navy-950\/40 {
  border-left-color: rgb(10 46 71 / 0.4);
}

.border-l-navy-950\/5 {
  border-left-color: rgb(10 46 71 / 0.05);
}

.border-l-navy-950\/50 {
  border-left-color: rgb(10 46 71 / 0.5);
}

.border-l-navy-950\/60 {
  border-left-color: rgb(10 46 71 / 0.6);
}

.border-l-navy-950\/70 {
  border-left-color: rgb(10 46 71 / 0.7);
}

.border-l-navy-950\/75 {
  border-left-color: rgb(10 46 71 / 0.75);
}

.border-l-navy-950\/80 {
  border-left-color: rgb(10 46 71 / 0.8);
}

.border-l-navy-950\/90 {
  border-left-color: rgb(10 46 71 / 0.9);
}

.border-l-navy-950\/95 {
  border-left-color: rgb(10 46 71 / 0.95);
}

.border-l-navy\/0 {
  border-left-color: rgb(10 81 122 / 0);
}

.border-l-navy\/10 {
  border-left-color: rgb(10 81 122 / 0.1);
}

.border-l-navy\/100 {
  border-left-color: rgb(10 81 122 / 1);
}

.border-l-navy\/20 {
  border-left-color: rgb(10 81 122 / 0.2);
}

.border-l-navy\/25 {
  border-left-color: rgb(10 81 122 / 0.25);
}

.border-l-navy\/30 {
  border-left-color: rgb(10 81 122 / 0.3);
}

.border-l-navy\/40 {
  border-left-color: rgb(10 81 122 / 0.4);
}

.border-l-navy\/5 {
  border-left-color: rgb(10 81 122 / 0.05);
}

.border-l-navy\/50 {
  border-left-color: rgb(10 81 122 / 0.5);
}

.border-l-navy\/60 {
  border-left-color: rgb(10 81 122 / 0.6);
}

.border-l-navy\/70 {
  border-left-color: rgb(10 81 122 / 0.7);
}

.border-l-navy\/75 {
  border-left-color: rgb(10 81 122 / 0.75);
}

.border-l-navy\/80 {
  border-left-color: rgb(10 81 122 / 0.8);
}

.border-l-navy\/90 {
  border-left-color: rgb(10 81 122 / 0.9);
}

.border-l-navy\/95 {
  border-left-color: rgb(10 81 122 / 0.95);
}

.border-l-neutral-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.border-l-neutral-100\/0 {
  border-left-color: rgb(245 245 245 / 0);
}

.border-l-neutral-100\/10 {
  border-left-color: rgb(245 245 245 / 0.1);
}

.border-l-neutral-100\/100 {
  border-left-color: rgb(245 245 245 / 1);
}

.border-l-neutral-100\/20 {
  border-left-color: rgb(245 245 245 / 0.2);
}

.border-l-neutral-100\/25 {
  border-left-color: rgb(245 245 245 / 0.25);
}

.border-l-neutral-100\/30 {
  border-left-color: rgb(245 245 245 / 0.3);
}

.border-l-neutral-100\/40 {
  border-left-color: rgb(245 245 245 / 0.4);
}

.border-l-neutral-100\/5 {
  border-left-color: rgb(245 245 245 / 0.05);
}

.border-l-neutral-100\/50 {
  border-left-color: rgb(245 245 245 / 0.5);
}

.border-l-neutral-100\/60 {
  border-left-color: rgb(245 245 245 / 0.6);
}

.border-l-neutral-100\/70 {
  border-left-color: rgb(245 245 245 / 0.7);
}

.border-l-neutral-100\/75 {
  border-left-color: rgb(245 245 245 / 0.75);
}

.border-l-neutral-100\/80 {
  border-left-color: rgb(245 245 245 / 0.8);
}

.border-l-neutral-100\/90 {
  border-left-color: rgb(245 245 245 / 0.9);
}

.border-l-neutral-100\/95 {
  border-left-color: rgb(245 245 245 / 0.95);
}

.border-l-neutral-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-l-neutral-200\/0 {
  border-left-color: rgb(229 229 229 / 0);
}

.border-l-neutral-200\/10 {
  border-left-color: rgb(229 229 229 / 0.1);
}

.border-l-neutral-200\/100 {
  border-left-color: rgb(229 229 229 / 1);
}

.border-l-neutral-200\/20 {
  border-left-color: rgb(229 229 229 / 0.2);
}

.border-l-neutral-200\/25 {
  border-left-color: rgb(229 229 229 / 0.25);
}

.border-l-neutral-200\/30 {
  border-left-color: rgb(229 229 229 / 0.3);
}

.border-l-neutral-200\/40 {
  border-left-color: rgb(229 229 229 / 0.4);
}

.border-l-neutral-200\/5 {
  border-left-color: rgb(229 229 229 / 0.05);
}

.border-l-neutral-200\/50 {
  border-left-color: rgb(229 229 229 / 0.5);
}

.border-l-neutral-200\/60 {
  border-left-color: rgb(229 229 229 / 0.6);
}

.border-l-neutral-200\/70 {
  border-left-color: rgb(229 229 229 / 0.7);
}

.border-l-neutral-200\/75 {
  border-left-color: rgb(229 229 229 / 0.75);
}

.border-l-neutral-200\/80 {
  border-left-color: rgb(229 229 229 / 0.8);
}

.border-l-neutral-200\/90 {
  border-left-color: rgb(229 229 229 / 0.9);
}

.border-l-neutral-200\/95 {
  border-left-color: rgb(229 229 229 / 0.95);
}

.border-l-neutral-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-l-neutral-300\/0 {
  border-left-color: rgb(212 212 212 / 0);
}

.border-l-neutral-300\/10 {
  border-left-color: rgb(212 212 212 / 0.1);
}

.border-l-neutral-300\/100 {
  border-left-color: rgb(212 212 212 / 1);
}

.border-l-neutral-300\/20 {
  border-left-color: rgb(212 212 212 / 0.2);
}

.border-l-neutral-300\/25 {
  border-left-color: rgb(212 212 212 / 0.25);
}

.border-l-neutral-300\/30 {
  border-left-color: rgb(212 212 212 / 0.3);
}

.border-l-neutral-300\/40 {
  border-left-color: rgb(212 212 212 / 0.4);
}

.border-l-neutral-300\/5 {
  border-left-color: rgb(212 212 212 / 0.05);
}

.border-l-neutral-300\/50 {
  border-left-color: rgb(212 212 212 / 0.5);
}

.border-l-neutral-300\/60 {
  border-left-color: rgb(212 212 212 / 0.6);
}

.border-l-neutral-300\/70 {
  border-left-color: rgb(212 212 212 / 0.7);
}

.border-l-neutral-300\/75 {
  border-left-color: rgb(212 212 212 / 0.75);
}

.border-l-neutral-300\/80 {
  border-left-color: rgb(212 212 212 / 0.8);
}

.border-l-neutral-300\/90 {
  border-left-color: rgb(212 212 212 / 0.9);
}

.border-l-neutral-300\/95 {
  border-left-color: rgb(212 212 212 / 0.95);
}

.border-l-neutral-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.border-l-neutral-400\/0 {
  border-left-color: rgb(163 163 163 / 0);
}

.border-l-neutral-400\/10 {
  border-left-color: rgb(163 163 163 / 0.1);
}

.border-l-neutral-400\/100 {
  border-left-color: rgb(163 163 163 / 1);
}

.border-l-neutral-400\/20 {
  border-left-color: rgb(163 163 163 / 0.2);
}

.border-l-neutral-400\/25 {
  border-left-color: rgb(163 163 163 / 0.25);
}

.border-l-neutral-400\/30 {
  border-left-color: rgb(163 163 163 / 0.3);
}

.border-l-neutral-400\/40 {
  border-left-color: rgb(163 163 163 / 0.4);
}

.border-l-neutral-400\/5 {
  border-left-color: rgb(163 163 163 / 0.05);
}

.border-l-neutral-400\/50 {
  border-left-color: rgb(163 163 163 / 0.5);
}

.border-l-neutral-400\/60 {
  border-left-color: rgb(163 163 163 / 0.6);
}

.border-l-neutral-400\/70 {
  border-left-color: rgb(163 163 163 / 0.7);
}

.border-l-neutral-400\/75 {
  border-left-color: rgb(163 163 163 / 0.75);
}

.border-l-neutral-400\/80 {
  border-left-color: rgb(163 163 163 / 0.8);
}

.border-l-neutral-400\/90 {
  border-left-color: rgb(163 163 163 / 0.9);
}

.border-l-neutral-400\/95 {
  border-left-color: rgb(163 163 163 / 0.95);
}

.border-l-neutral-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-l-neutral-50\/0 {
  border-left-color: rgb(250 250 250 / 0);
}

.border-l-neutral-50\/10 {
  border-left-color: rgb(250 250 250 / 0.1);
}

.border-l-neutral-50\/100 {
  border-left-color: rgb(250 250 250 / 1);
}

.border-l-neutral-50\/20 {
  border-left-color: rgb(250 250 250 / 0.2);
}

.border-l-neutral-50\/25 {
  border-left-color: rgb(250 250 250 / 0.25);
}

.border-l-neutral-50\/30 {
  border-left-color: rgb(250 250 250 / 0.3);
}

.border-l-neutral-50\/40 {
  border-left-color: rgb(250 250 250 / 0.4);
}

.border-l-neutral-50\/5 {
  border-left-color: rgb(250 250 250 / 0.05);
}

.border-l-neutral-50\/50 {
  border-left-color: rgb(250 250 250 / 0.5);
}

.border-l-neutral-50\/60 {
  border-left-color: rgb(250 250 250 / 0.6);
}

.border-l-neutral-50\/70 {
  border-left-color: rgb(250 250 250 / 0.7);
}

.border-l-neutral-50\/75 {
  border-left-color: rgb(250 250 250 / 0.75);
}

.border-l-neutral-50\/80 {
  border-left-color: rgb(250 250 250 / 0.8);
}

.border-l-neutral-50\/90 {
  border-left-color: rgb(250 250 250 / 0.9);
}

.border-l-neutral-50\/95 {
  border-left-color: rgb(250 250 250 / 0.95);
}

.border-l-neutral-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.border-l-neutral-500\/0 {
  border-left-color: rgb(115 115 115 / 0);
}

.border-l-neutral-500\/10 {
  border-left-color: rgb(115 115 115 / 0.1);
}

.border-l-neutral-500\/100 {
  border-left-color: rgb(115 115 115 / 1);
}

.border-l-neutral-500\/20 {
  border-left-color: rgb(115 115 115 / 0.2);
}

.border-l-neutral-500\/25 {
  border-left-color: rgb(115 115 115 / 0.25);
}

.border-l-neutral-500\/30 {
  border-left-color: rgb(115 115 115 / 0.3);
}

.border-l-neutral-500\/40 {
  border-left-color: rgb(115 115 115 / 0.4);
}

.border-l-neutral-500\/5 {
  border-left-color: rgb(115 115 115 / 0.05);
}

.border-l-neutral-500\/50 {
  border-left-color: rgb(115 115 115 / 0.5);
}

.border-l-neutral-500\/60 {
  border-left-color: rgb(115 115 115 / 0.6);
}

.border-l-neutral-500\/70 {
  border-left-color: rgb(115 115 115 / 0.7);
}

.border-l-neutral-500\/75 {
  border-left-color: rgb(115 115 115 / 0.75);
}

.border-l-neutral-500\/80 {
  border-left-color: rgb(115 115 115 / 0.8);
}

.border-l-neutral-500\/90 {
  border-left-color: rgb(115 115 115 / 0.9);
}

.border-l-neutral-500\/95 {
  border-left-color: rgb(115 115 115 / 0.95);
}

.border-l-neutral-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.border-l-neutral-600\/0 {
  border-left-color: rgb(82 82 82 / 0);
}

.border-l-neutral-600\/10 {
  border-left-color: rgb(82 82 82 / 0.1);
}

.border-l-neutral-600\/100 {
  border-left-color: rgb(82 82 82 / 1);
}

.border-l-neutral-600\/20 {
  border-left-color: rgb(82 82 82 / 0.2);
}

.border-l-neutral-600\/25 {
  border-left-color: rgb(82 82 82 / 0.25);
}

.border-l-neutral-600\/30 {
  border-left-color: rgb(82 82 82 / 0.3);
}

.border-l-neutral-600\/40 {
  border-left-color: rgb(82 82 82 / 0.4);
}

.border-l-neutral-600\/5 {
  border-left-color: rgb(82 82 82 / 0.05);
}

.border-l-neutral-600\/50 {
  border-left-color: rgb(82 82 82 / 0.5);
}

.border-l-neutral-600\/60 {
  border-left-color: rgb(82 82 82 / 0.6);
}

.border-l-neutral-600\/70 {
  border-left-color: rgb(82 82 82 / 0.7);
}

.border-l-neutral-600\/75 {
  border-left-color: rgb(82 82 82 / 0.75);
}

.border-l-neutral-600\/80 {
  border-left-color: rgb(82 82 82 / 0.8);
}

.border-l-neutral-600\/90 {
  border-left-color: rgb(82 82 82 / 0.9);
}

.border-l-neutral-600\/95 {
  border-left-color: rgb(82 82 82 / 0.95);
}

.border-l-neutral-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.border-l-neutral-700\/0 {
  border-left-color: rgb(64 64 64 / 0);
}

.border-l-neutral-700\/10 {
  border-left-color: rgb(64 64 64 / 0.1);
}

.border-l-neutral-700\/100 {
  border-left-color: rgb(64 64 64 / 1);
}

.border-l-neutral-700\/20 {
  border-left-color: rgb(64 64 64 / 0.2);
}

.border-l-neutral-700\/25 {
  border-left-color: rgb(64 64 64 / 0.25);
}

.border-l-neutral-700\/30 {
  border-left-color: rgb(64 64 64 / 0.3);
}

.border-l-neutral-700\/40 {
  border-left-color: rgb(64 64 64 / 0.4);
}

.border-l-neutral-700\/5 {
  border-left-color: rgb(64 64 64 / 0.05);
}

.border-l-neutral-700\/50 {
  border-left-color: rgb(64 64 64 / 0.5);
}

.border-l-neutral-700\/60 {
  border-left-color: rgb(64 64 64 / 0.6);
}

.border-l-neutral-700\/70 {
  border-left-color: rgb(64 64 64 / 0.7);
}

.border-l-neutral-700\/75 {
  border-left-color: rgb(64 64 64 / 0.75);
}

.border-l-neutral-700\/80 {
  border-left-color: rgb(64 64 64 / 0.8);
}

.border-l-neutral-700\/90 {
  border-left-color: rgb(64 64 64 / 0.9);
}

.border-l-neutral-700\/95 {
  border-left-color: rgb(64 64 64 / 0.95);
}

.border-l-neutral-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.border-l-neutral-800\/0 {
  border-left-color: rgb(38 38 38 / 0);
}

.border-l-neutral-800\/10 {
  border-left-color: rgb(38 38 38 / 0.1);
}

.border-l-neutral-800\/100 {
  border-left-color: rgb(38 38 38 / 1);
}

.border-l-neutral-800\/20 {
  border-left-color: rgb(38 38 38 / 0.2);
}

.border-l-neutral-800\/25 {
  border-left-color: rgb(38 38 38 / 0.25);
}

.border-l-neutral-800\/30 {
  border-left-color: rgb(38 38 38 / 0.3);
}

.border-l-neutral-800\/40 {
  border-left-color: rgb(38 38 38 / 0.4);
}

.border-l-neutral-800\/5 {
  border-left-color: rgb(38 38 38 / 0.05);
}

.border-l-neutral-800\/50 {
  border-left-color: rgb(38 38 38 / 0.5);
}

.border-l-neutral-800\/60 {
  border-left-color: rgb(38 38 38 / 0.6);
}

.border-l-neutral-800\/70 {
  border-left-color: rgb(38 38 38 / 0.7);
}

.border-l-neutral-800\/75 {
  border-left-color: rgb(38 38 38 / 0.75);
}

.border-l-neutral-800\/80 {
  border-left-color: rgb(38 38 38 / 0.8);
}

.border-l-neutral-800\/90 {
  border-left-color: rgb(38 38 38 / 0.9);
}

.border-l-neutral-800\/95 {
  border-left-color: rgb(38 38 38 / 0.95);
}

.border-l-neutral-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.border-l-neutral-900\/0 {
  border-left-color: rgb(23 23 23 / 0);
}

.border-l-neutral-900\/10 {
  border-left-color: rgb(23 23 23 / 0.1);
}

.border-l-neutral-900\/100 {
  border-left-color: rgb(23 23 23 / 1);
}

.border-l-neutral-900\/20 {
  border-left-color: rgb(23 23 23 / 0.2);
}

.border-l-neutral-900\/25 {
  border-left-color: rgb(23 23 23 / 0.25);
}

.border-l-neutral-900\/30 {
  border-left-color: rgb(23 23 23 / 0.3);
}

.border-l-neutral-900\/40 {
  border-left-color: rgb(23 23 23 / 0.4);
}

.border-l-neutral-900\/5 {
  border-left-color: rgb(23 23 23 / 0.05);
}

.border-l-neutral-900\/50 {
  border-left-color: rgb(23 23 23 / 0.5);
}

.border-l-neutral-900\/60 {
  border-left-color: rgb(23 23 23 / 0.6);
}

.border-l-neutral-900\/70 {
  border-left-color: rgb(23 23 23 / 0.7);
}

.border-l-neutral-900\/75 {
  border-left-color: rgb(23 23 23 / 0.75);
}

.border-l-neutral-900\/80 {
  border-left-color: rgb(23 23 23 / 0.8);
}

.border-l-neutral-900\/90 {
  border-left-color: rgb(23 23 23 / 0.9);
}

.border-l-neutral-900\/95 {
  border-left-color: rgb(23 23 23 / 0.95);
}

.border-l-neutral-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.border-l-neutral-950\/0 {
  border-left-color: rgb(10 10 10 / 0);
}

.border-l-neutral-950\/10 {
  border-left-color: rgb(10 10 10 / 0.1);
}

.border-l-neutral-950\/100 {
  border-left-color: rgb(10 10 10 / 1);
}

.border-l-neutral-950\/20 {
  border-left-color: rgb(10 10 10 / 0.2);
}

.border-l-neutral-950\/25 {
  border-left-color: rgb(10 10 10 / 0.25);
}

.border-l-neutral-950\/30 {
  border-left-color: rgb(10 10 10 / 0.3);
}

.border-l-neutral-950\/40 {
  border-left-color: rgb(10 10 10 / 0.4);
}

.border-l-neutral-950\/5 {
  border-left-color: rgb(10 10 10 / 0.05);
}

.border-l-neutral-950\/50 {
  border-left-color: rgb(10 10 10 / 0.5);
}

.border-l-neutral-950\/60 {
  border-left-color: rgb(10 10 10 / 0.6);
}

.border-l-neutral-950\/70 {
  border-left-color: rgb(10 10 10 / 0.7);
}

.border-l-neutral-950\/75 {
  border-left-color: rgb(10 10 10 / 0.75);
}

.border-l-neutral-950\/80 {
  border-left-color: rgb(10 10 10 / 0.8);
}

.border-l-neutral-950\/90 {
  border-left-color: rgb(10 10 10 / 0.9);
}

.border-l-neutral-950\/95 {
  border-left-color: rgb(10 10 10 / 0.95);
}

.border-l-orange {
  --tw-border-opacity: 1;
  border-left-color: rgb(237 140 1 / var(--tw-border-opacity));
}

.border-l-orange-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 247 198 / var(--tw-border-opacity));
}

.border-l-orange-100\/0 {
  border-left-color: rgb(255 247 198 / 0);
}

.border-l-orange-100\/10 {
  border-left-color: rgb(255 247 198 / 0.1);
}

.border-l-orange-100\/100 {
  border-left-color: rgb(255 247 198 / 1);
}

.border-l-orange-100\/20 {
  border-left-color: rgb(255 247 198 / 0.2);
}

.border-l-orange-100\/25 {
  border-left-color: rgb(255 247 198 / 0.25);
}

.border-l-orange-100\/30 {
  border-left-color: rgb(255 247 198 / 0.3);
}

.border-l-orange-100\/40 {
  border-left-color: rgb(255 247 198 / 0.4);
}

.border-l-orange-100\/5 {
  border-left-color: rgb(255 247 198 / 0.05);
}

.border-l-orange-100\/50 {
  border-left-color: rgb(255 247 198 / 0.5);
}

.border-l-orange-100\/60 {
  border-left-color: rgb(255 247 198 / 0.6);
}

.border-l-orange-100\/70 {
  border-left-color: rgb(255 247 198 / 0.7);
}

.border-l-orange-100\/75 {
  border-left-color: rgb(255 247 198 / 0.75);
}

.border-l-orange-100\/80 {
  border-left-color: rgb(255 247 198 / 0.8);
}

.border-l-orange-100\/90 {
  border-left-color: rgb(255 247 198 / 0.9);
}

.border-l-orange-100\/95 {
  border-left-color: rgb(255 247 198 / 0.95);
}

.border-l-orange-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 238 135 / var(--tw-border-opacity));
}

.border-l-orange-200\/0 {
  border-left-color: rgb(255 238 135 / 0);
}

.border-l-orange-200\/10 {
  border-left-color: rgb(255 238 135 / 0.1);
}

.border-l-orange-200\/100 {
  border-left-color: rgb(255 238 135 / 1);
}

.border-l-orange-200\/20 {
  border-left-color: rgb(255 238 135 / 0.2);
}

.border-l-orange-200\/25 {
  border-left-color: rgb(255 238 135 / 0.25);
}

.border-l-orange-200\/30 {
  border-left-color: rgb(255 238 135 / 0.3);
}

.border-l-orange-200\/40 {
  border-left-color: rgb(255 238 135 / 0.4);
}

.border-l-orange-200\/5 {
  border-left-color: rgb(255 238 135 / 0.05);
}

.border-l-orange-200\/50 {
  border-left-color: rgb(255 238 135 / 0.5);
}

.border-l-orange-200\/60 {
  border-left-color: rgb(255 238 135 / 0.6);
}

.border-l-orange-200\/70 {
  border-left-color: rgb(255 238 135 / 0.7);
}

.border-l-orange-200\/75 {
  border-left-color: rgb(255 238 135 / 0.75);
}

.border-l-orange-200\/80 {
  border-left-color: rgb(255 238 135 / 0.8);
}

.border-l-orange-200\/90 {
  border-left-color: rgb(255 238 135 / 0.9);
}

.border-l-orange-200\/95 {
  border-left-color: rgb(255 238 135 / 0.95);
}

.border-l-orange-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 223 73 / var(--tw-border-opacity));
}

.border-l-orange-300\/0 {
  border-left-color: rgb(255 223 73 / 0);
}

.border-l-orange-300\/10 {
  border-left-color: rgb(255 223 73 / 0.1);
}

.border-l-orange-300\/100 {
  border-left-color: rgb(255 223 73 / 1);
}

.border-l-orange-300\/20 {
  border-left-color: rgb(255 223 73 / 0.2);
}

.border-l-orange-300\/25 {
  border-left-color: rgb(255 223 73 / 0.25);
}

.border-l-orange-300\/30 {
  border-left-color: rgb(255 223 73 / 0.3);
}

.border-l-orange-300\/40 {
  border-left-color: rgb(255 223 73 / 0.4);
}

.border-l-orange-300\/5 {
  border-left-color: rgb(255 223 73 / 0.05);
}

.border-l-orange-300\/50 {
  border-left-color: rgb(255 223 73 / 0.5);
}

.border-l-orange-300\/60 {
  border-left-color: rgb(255 223 73 / 0.6);
}

.border-l-orange-300\/70 {
  border-left-color: rgb(255 223 73 / 0.7);
}

.border-l-orange-300\/75 {
  border-left-color: rgb(255 223 73 / 0.75);
}

.border-l-orange-300\/80 {
  border-left-color: rgb(255 223 73 / 0.8);
}

.border-l-orange-300\/90 {
  border-left-color: rgb(255 223 73 / 0.9);
}

.border-l-orange-300\/95 {
  border-left-color: rgb(255 223 73 / 0.95);
}

.border-l-orange-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 205 31 / var(--tw-border-opacity));
}

.border-l-orange-400\/0 {
  border-left-color: rgb(255 205 31 / 0);
}

.border-l-orange-400\/10 {
  border-left-color: rgb(255 205 31 / 0.1);
}

.border-l-orange-400\/100 {
  border-left-color: rgb(255 205 31 / 1);
}

.border-l-orange-400\/20 {
  border-left-color: rgb(255 205 31 / 0.2);
}

.border-l-orange-400\/25 {
  border-left-color: rgb(255 205 31 / 0.25);
}

.border-l-orange-400\/30 {
  border-left-color: rgb(255 205 31 / 0.3);
}

.border-l-orange-400\/40 {
  border-left-color: rgb(255 205 31 / 0.4);
}

.border-l-orange-400\/5 {
  border-left-color: rgb(255 205 31 / 0.05);
}

.border-l-orange-400\/50 {
  border-left-color: rgb(255 205 31 / 0.5);
}

.border-l-orange-400\/60 {
  border-left-color: rgb(255 205 31 / 0.6);
}

.border-l-orange-400\/70 {
  border-left-color: rgb(255 205 31 / 0.7);
}

.border-l-orange-400\/75 {
  border-left-color: rgb(255 205 31 / 0.75);
}

.border-l-orange-400\/80 {
  border-left-color: rgb(255 205 31 / 0.8);
}

.border-l-orange-400\/90 {
  border-left-color: rgb(255 205 31 / 0.9);
}

.border-l-orange-400\/95 {
  border-left-color: rgb(255 205 31 / 0.95);
}

.border-l-orange-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 252 235 / var(--tw-border-opacity));
}

.border-l-orange-50\/0 {
  border-left-color: rgb(255 252 235 / 0);
}

.border-l-orange-50\/10 {
  border-left-color: rgb(255 252 235 / 0.1);
}

.border-l-orange-50\/100 {
  border-left-color: rgb(255 252 235 / 1);
}

.border-l-orange-50\/20 {
  border-left-color: rgb(255 252 235 / 0.2);
}

.border-l-orange-50\/25 {
  border-left-color: rgb(255 252 235 / 0.25);
}

.border-l-orange-50\/30 {
  border-left-color: rgb(255 252 235 / 0.3);
}

.border-l-orange-50\/40 {
  border-left-color: rgb(255 252 235 / 0.4);
}

.border-l-orange-50\/5 {
  border-left-color: rgb(255 252 235 / 0.05);
}

.border-l-orange-50\/50 {
  border-left-color: rgb(255 252 235 / 0.5);
}

.border-l-orange-50\/60 {
  border-left-color: rgb(255 252 235 / 0.6);
}

.border-l-orange-50\/70 {
  border-left-color: rgb(255 252 235 / 0.7);
}

.border-l-orange-50\/75 {
  border-left-color: rgb(255 252 235 / 0.75);
}

.border-l-orange-50\/80 {
  border-left-color: rgb(255 252 235 / 0.8);
}

.border-l-orange-50\/90 {
  border-left-color: rgb(255 252 235 / 0.9);
}

.border-l-orange-50\/95 {
  border-left-color: rgb(255 252 235 / 0.95);
}

.border-l-orange-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 172 5 / var(--tw-border-opacity));
}

.border-l-orange-500\/0 {
  border-left-color: rgb(251 172 5 / 0);
}

.border-l-orange-500\/10 {
  border-left-color: rgb(251 172 5 / 0.1);
}

.border-l-orange-500\/100 {
  border-left-color: rgb(251 172 5 / 1);
}

.border-l-orange-500\/20 {
  border-left-color: rgb(251 172 5 / 0.2);
}

.border-l-orange-500\/25 {
  border-left-color: rgb(251 172 5 / 0.25);
}

.border-l-orange-500\/30 {
  border-left-color: rgb(251 172 5 / 0.3);
}

.border-l-orange-500\/40 {
  border-left-color: rgb(251 172 5 / 0.4);
}

.border-l-orange-500\/5 {
  border-left-color: rgb(251 172 5 / 0.05);
}

.border-l-orange-500\/50 {
  border-left-color: rgb(251 172 5 / 0.5);
}

.border-l-orange-500\/60 {
  border-left-color: rgb(251 172 5 / 0.6);
}

.border-l-orange-500\/70 {
  border-left-color: rgb(251 172 5 / 0.7);
}

.border-l-orange-500\/75 {
  border-left-color: rgb(251 172 5 / 0.75);
}

.border-l-orange-500\/80 {
  border-left-color: rgb(251 172 5 / 0.8);
}

.border-l-orange-500\/90 {
  border-left-color: rgb(251 172 5 / 0.9);
}

.border-l-orange-500\/95 {
  border-left-color: rgb(251 172 5 / 0.95);
}

.border-l-orange-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(237 140 1 / var(--tw-border-opacity));
}

.border-l-orange-600\/0 {
  border-left-color: rgb(237 140 1 / 0);
}

.border-l-orange-600\/10 {
  border-left-color: rgb(237 140 1 / 0.1);
}

.border-l-orange-600\/100 {
  border-left-color: rgb(237 140 1 / 1);
}

.border-l-orange-600\/20 {
  border-left-color: rgb(237 140 1 / 0.2);
}

.border-l-orange-600\/25 {
  border-left-color: rgb(237 140 1 / 0.25);
}

.border-l-orange-600\/30 {
  border-left-color: rgb(237 140 1 / 0.3);
}

.border-l-orange-600\/40 {
  border-left-color: rgb(237 140 1 / 0.4);
}

.border-l-orange-600\/5 {
  border-left-color: rgb(237 140 1 / 0.05);
}

.border-l-orange-600\/50 {
  border-left-color: rgb(237 140 1 / 0.5);
}

.border-l-orange-600\/60 {
  border-left-color: rgb(237 140 1 / 0.6);
}

.border-l-orange-600\/70 {
  border-left-color: rgb(237 140 1 / 0.7);
}

.border-l-orange-600\/75 {
  border-left-color: rgb(237 140 1 / 0.75);
}

.border-l-orange-600\/80 {
  border-left-color: rgb(237 140 1 / 0.8);
}

.border-l-orange-600\/90 {
  border-left-color: rgb(237 140 1 / 0.9);
}

.border-l-orange-600\/95 {
  border-left-color: rgb(237 140 1 / 0.95);
}

.border-l-orange-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(184 92 5 / var(--tw-border-opacity));
}

.border-l-orange-700\/0 {
  border-left-color: rgb(184 92 5 / 0);
}

.border-l-orange-700\/10 {
  border-left-color: rgb(184 92 5 / 0.1);
}

.border-l-orange-700\/100 {
  border-left-color: rgb(184 92 5 / 1);
}

.border-l-orange-700\/20 {
  border-left-color: rgb(184 92 5 / 0.2);
}

.border-l-orange-700\/25 {
  border-left-color: rgb(184 92 5 / 0.25);
}

.border-l-orange-700\/30 {
  border-left-color: rgb(184 92 5 / 0.3);
}

.border-l-orange-700\/40 {
  border-left-color: rgb(184 92 5 / 0.4);
}

.border-l-orange-700\/5 {
  border-left-color: rgb(184 92 5 / 0.05);
}

.border-l-orange-700\/50 {
  border-left-color: rgb(184 92 5 / 0.5);
}

.border-l-orange-700\/60 {
  border-left-color: rgb(184 92 5 / 0.6);
}

.border-l-orange-700\/70 {
  border-left-color: rgb(184 92 5 / 0.7);
}

.border-l-orange-700\/75 {
  border-left-color: rgb(184 92 5 / 0.75);
}

.border-l-orange-700\/80 {
  border-left-color: rgb(184 92 5 / 0.8);
}

.border-l-orange-700\/90 {
  border-left-color: rgb(184 92 5 / 0.9);
}

.border-l-orange-700\/95 {
  border-left-color: rgb(184 92 5 / 0.95);
}

.border-l-orange-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(149 70 11 / var(--tw-border-opacity));
}

.border-l-orange-800\/0 {
  border-left-color: rgb(149 70 11 / 0);
}

.border-l-orange-800\/10 {
  border-left-color: rgb(149 70 11 / 0.1);
}

.border-l-orange-800\/100 {
  border-left-color: rgb(149 70 11 / 1);
}

.border-l-orange-800\/20 {
  border-left-color: rgb(149 70 11 / 0.2);
}

.border-l-orange-800\/25 {
  border-left-color: rgb(149 70 11 / 0.25);
}

.border-l-orange-800\/30 {
  border-left-color: rgb(149 70 11 / 0.3);
}

.border-l-orange-800\/40 {
  border-left-color: rgb(149 70 11 / 0.4);
}

.border-l-orange-800\/5 {
  border-left-color: rgb(149 70 11 / 0.05);
}

.border-l-orange-800\/50 {
  border-left-color: rgb(149 70 11 / 0.5);
}

.border-l-orange-800\/60 {
  border-left-color: rgb(149 70 11 / 0.6);
}

.border-l-orange-800\/70 {
  border-left-color: rgb(149 70 11 / 0.7);
}

.border-l-orange-800\/75 {
  border-left-color: rgb(149 70 11 / 0.75);
}

.border-l-orange-800\/80 {
  border-left-color: rgb(149 70 11 / 0.8);
}

.border-l-orange-800\/90 {
  border-left-color: rgb(149 70 11 / 0.9);
}

.border-l-orange-800\/95 {
  border-left-color: rgb(149 70 11 / 0.95);
}

.border-l-orange-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(123 58 12 / var(--tw-border-opacity));
}

.border-l-orange-900\/0 {
  border-left-color: rgb(123 58 12 / 0);
}

.border-l-orange-900\/10 {
  border-left-color: rgb(123 58 12 / 0.1);
}

.border-l-orange-900\/100 {
  border-left-color: rgb(123 58 12 / 1);
}

.border-l-orange-900\/20 {
  border-left-color: rgb(123 58 12 / 0.2);
}

.border-l-orange-900\/25 {
  border-left-color: rgb(123 58 12 / 0.25);
}

.border-l-orange-900\/30 {
  border-left-color: rgb(123 58 12 / 0.3);
}

.border-l-orange-900\/40 {
  border-left-color: rgb(123 58 12 / 0.4);
}

.border-l-orange-900\/5 {
  border-left-color: rgb(123 58 12 / 0.05);
}

.border-l-orange-900\/50 {
  border-left-color: rgb(123 58 12 / 0.5);
}

.border-l-orange-900\/60 {
  border-left-color: rgb(123 58 12 / 0.6);
}

.border-l-orange-900\/70 {
  border-left-color: rgb(123 58 12 / 0.7);
}

.border-l-orange-900\/75 {
  border-left-color: rgb(123 58 12 / 0.75);
}

.border-l-orange-900\/80 {
  border-left-color: rgb(123 58 12 / 0.8);
}

.border-l-orange-900\/90 {
  border-left-color: rgb(123 58 12 / 0.9);
}

.border-l-orange-900\/95 {
  border-left-color: rgb(123 58 12 / 0.95);
}

.border-l-orange-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(71 30 1 / var(--tw-border-opacity));
}

.border-l-orange-950\/0 {
  border-left-color: rgb(71 30 1 / 0);
}

.border-l-orange-950\/10 {
  border-left-color: rgb(71 30 1 / 0.1);
}

.border-l-orange-950\/100 {
  border-left-color: rgb(71 30 1 / 1);
}

.border-l-orange-950\/20 {
  border-left-color: rgb(71 30 1 / 0.2);
}

.border-l-orange-950\/25 {
  border-left-color: rgb(71 30 1 / 0.25);
}

.border-l-orange-950\/30 {
  border-left-color: rgb(71 30 1 / 0.3);
}

.border-l-orange-950\/40 {
  border-left-color: rgb(71 30 1 / 0.4);
}

.border-l-orange-950\/5 {
  border-left-color: rgb(71 30 1 / 0.05);
}

.border-l-orange-950\/50 {
  border-left-color: rgb(71 30 1 / 0.5);
}

.border-l-orange-950\/60 {
  border-left-color: rgb(71 30 1 / 0.6);
}

.border-l-orange-950\/70 {
  border-left-color: rgb(71 30 1 / 0.7);
}

.border-l-orange-950\/75 {
  border-left-color: rgb(71 30 1 / 0.75);
}

.border-l-orange-950\/80 {
  border-left-color: rgb(71 30 1 / 0.8);
}

.border-l-orange-950\/90 {
  border-left-color: rgb(71 30 1 / 0.9);
}

.border-l-orange-950\/95 {
  border-left-color: rgb(71 30 1 / 0.95);
}

.border-l-orange\/0 {
  border-left-color: rgb(237 140 1 / 0);
}

.border-l-orange\/10 {
  border-left-color: rgb(237 140 1 / 0.1);
}

.border-l-orange\/100 {
  border-left-color: rgb(237 140 1 / 1);
}

.border-l-orange\/20 {
  border-left-color: rgb(237 140 1 / 0.2);
}

.border-l-orange\/25 {
  border-left-color: rgb(237 140 1 / 0.25);
}

.border-l-orange\/30 {
  border-left-color: rgb(237 140 1 / 0.3);
}

.border-l-orange\/40 {
  border-left-color: rgb(237 140 1 / 0.4);
}

.border-l-orange\/5 {
  border-left-color: rgb(237 140 1 / 0.05);
}

.border-l-orange\/50 {
  border-left-color: rgb(237 140 1 / 0.5);
}

.border-l-orange\/60 {
  border-left-color: rgb(237 140 1 / 0.6);
}

.border-l-orange\/70 {
  border-left-color: rgb(237 140 1 / 0.7);
}

.border-l-orange\/75 {
  border-left-color: rgb(237 140 1 / 0.75);
}

.border-l-orange\/80 {
  border-left-color: rgb(237 140 1 / 0.8);
}

.border-l-orange\/90 {
  border-left-color: rgb(237 140 1 / 0.9);
}

.border-l-orange\/95 {
  border-left-color: rgb(237 140 1 / 0.95);
}

.border-l-primary {
  --tw-border-opacity: 1;
  border-left-color: rgb(175 18 109 / var(--tw-border-opacity));
}

.border-l-primary-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 230 247 / var(--tw-border-opacity));
}

.border-l-primary-100\/0 {
  border-left-color: rgb(253 230 247 / 0);
}

.border-l-primary-100\/10 {
  border-left-color: rgb(253 230 247 / 0.1);
}

.border-l-primary-100\/100 {
  border-left-color: rgb(253 230 247 / 1);
}

.border-l-primary-100\/20 {
  border-left-color: rgb(253 230 247 / 0.2);
}

.border-l-primary-100\/25 {
  border-left-color: rgb(253 230 247 / 0.25);
}

.border-l-primary-100\/30 {
  border-left-color: rgb(253 230 247 / 0.3);
}

.border-l-primary-100\/40 {
  border-left-color: rgb(253 230 247 / 0.4);
}

.border-l-primary-100\/5 {
  border-left-color: rgb(253 230 247 / 0.05);
}

.border-l-primary-100\/50 {
  border-left-color: rgb(253 230 247 / 0.5);
}

.border-l-primary-100\/60 {
  border-left-color: rgb(253 230 247 / 0.6);
}

.border-l-primary-100\/70 {
  border-left-color: rgb(253 230 247 / 0.7);
}

.border-l-primary-100\/75 {
  border-left-color: rgb(253 230 247 / 0.75);
}

.border-l-primary-100\/80 {
  border-left-color: rgb(253 230 247 / 0.8);
}

.border-l-primary-100\/90 {
  border-left-color: rgb(253 230 247 / 0.9);
}

.border-l-primary-100\/95 {
  border-left-color: rgb(253 230 247 / 0.95);
}

.border-l-primary-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 205 240 / var(--tw-border-opacity));
}

.border-l-primary-200\/0 {
  border-left-color: rgb(253 205 240 / 0);
}

.border-l-primary-200\/10 {
  border-left-color: rgb(253 205 240 / 0.1);
}

.border-l-primary-200\/100 {
  border-left-color: rgb(253 205 240 / 1);
}

.border-l-primary-200\/20 {
  border-left-color: rgb(253 205 240 / 0.2);
}

.border-l-primary-200\/25 {
  border-left-color: rgb(253 205 240 / 0.25);
}

.border-l-primary-200\/30 {
  border-left-color: rgb(253 205 240 / 0.3);
}

.border-l-primary-200\/40 {
  border-left-color: rgb(253 205 240 / 0.4);
}

.border-l-primary-200\/5 {
  border-left-color: rgb(253 205 240 / 0.05);
}

.border-l-primary-200\/50 {
  border-left-color: rgb(253 205 240 / 0.5);
}

.border-l-primary-200\/60 {
  border-left-color: rgb(253 205 240 / 0.6);
}

.border-l-primary-200\/70 {
  border-left-color: rgb(253 205 240 / 0.7);
}

.border-l-primary-200\/75 {
  border-left-color: rgb(253 205 240 / 0.75);
}

.border-l-primary-200\/80 {
  border-left-color: rgb(253 205 240 / 0.8);
}

.border-l-primary-200\/90 {
  border-left-color: rgb(253 205 240 / 0.9);
}

.border-l-primary-200\/95 {
  border-left-color: rgb(253 205 240 / 0.95);
}

.border-l-primary-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 164 228 / var(--tw-border-opacity));
}

.border-l-primary-300\/0 {
  border-left-color: rgb(253 164 228 / 0);
}

.border-l-primary-300\/10 {
  border-left-color: rgb(253 164 228 / 0.1);
}

.border-l-primary-300\/100 {
  border-left-color: rgb(253 164 228 / 1);
}

.border-l-primary-300\/20 {
  border-left-color: rgb(253 164 228 / 0.2);
}

.border-l-primary-300\/25 {
  border-left-color: rgb(253 164 228 / 0.25);
}

.border-l-primary-300\/30 {
  border-left-color: rgb(253 164 228 / 0.3);
}

.border-l-primary-300\/40 {
  border-left-color: rgb(253 164 228 / 0.4);
}

.border-l-primary-300\/5 {
  border-left-color: rgb(253 164 228 / 0.05);
}

.border-l-primary-300\/50 {
  border-left-color: rgb(253 164 228 / 0.5);
}

.border-l-primary-300\/60 {
  border-left-color: rgb(253 164 228 / 0.6);
}

.border-l-primary-300\/70 {
  border-left-color: rgb(253 164 228 / 0.7);
}

.border-l-primary-300\/75 {
  border-left-color: rgb(253 164 228 / 0.75);
}

.border-l-primary-300\/80 {
  border-left-color: rgb(253 164 228 / 0.8);
}

.border-l-primary-300\/90 {
  border-left-color: rgb(253 164 228 / 0.9);
}

.border-l-primary-300\/95 {
  border-left-color: rgb(253 164 228 / 0.95);
}

.border-l-primary-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 108 207 / var(--tw-border-opacity));
}

.border-l-primary-400\/0 {
  border-left-color: rgb(250 108 207 / 0);
}

.border-l-primary-400\/10 {
  border-left-color: rgb(250 108 207 / 0.1);
}

.border-l-primary-400\/100 {
  border-left-color: rgb(250 108 207 / 1);
}

.border-l-primary-400\/20 {
  border-left-color: rgb(250 108 207 / 0.2);
}

.border-l-primary-400\/25 {
  border-left-color: rgb(250 108 207 / 0.25);
}

.border-l-primary-400\/30 {
  border-left-color: rgb(250 108 207 / 0.3);
}

.border-l-primary-400\/40 {
  border-left-color: rgb(250 108 207 / 0.4);
}

.border-l-primary-400\/5 {
  border-left-color: rgb(250 108 207 / 0.05);
}

.border-l-primary-400\/50 {
  border-left-color: rgb(250 108 207 / 0.5);
}

.border-l-primary-400\/60 {
  border-left-color: rgb(250 108 207 / 0.6);
}

.border-l-primary-400\/70 {
  border-left-color: rgb(250 108 207 / 0.7);
}

.border-l-primary-400\/75 {
  border-left-color: rgb(250 108 207 / 0.75);
}

.border-l-primary-400\/80 {
  border-left-color: rgb(250 108 207 / 0.8);
}

.border-l-primary-400\/90 {
  border-left-color: rgb(250 108 207 / 0.9);
}

.border-l-primary-400\/95 {
  border-left-color: rgb(250 108 207 / 0.95);
}

.border-l-primary-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 241 250 / var(--tw-border-opacity));
}

.border-l-primary-50\/0 {
  border-left-color: rgb(254 241 250 / 0);
}

.border-l-primary-50\/10 {
  border-left-color: rgb(254 241 250 / 0.1);
}

.border-l-primary-50\/100 {
  border-left-color: rgb(254 241 250 / 1);
}

.border-l-primary-50\/20 {
  border-left-color: rgb(254 241 250 / 0.2);
}

.border-l-primary-50\/25 {
  border-left-color: rgb(254 241 250 / 0.25);
}

.border-l-primary-50\/30 {
  border-left-color: rgb(254 241 250 / 0.3);
}

.border-l-primary-50\/40 {
  border-left-color: rgb(254 241 250 / 0.4);
}

.border-l-primary-50\/5 {
  border-left-color: rgb(254 241 250 / 0.05);
}

.border-l-primary-50\/50 {
  border-left-color: rgb(254 241 250 / 0.5);
}

.border-l-primary-50\/60 {
  border-left-color: rgb(254 241 250 / 0.6);
}

.border-l-primary-50\/70 {
  border-left-color: rgb(254 241 250 / 0.7);
}

.border-l-primary-50\/75 {
  border-left-color: rgb(254 241 250 / 0.75);
}

.border-l-primary-50\/80 {
  border-left-color: rgb(254 241 250 / 0.8);
}

.border-l-primary-50\/90 {
  border-left-color: rgb(254 241 250 / 0.9);
}

.border-l-primary-50\/95 {
  border-left-color: rgb(254 241 250 / 0.95);
}

.border-l-primary-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(244 64 185 / var(--tw-border-opacity));
}

.border-l-primary-500\/0 {
  border-left-color: rgb(244 64 185 / 0);
}

.border-l-primary-500\/10 {
  border-left-color: rgb(244 64 185 / 0.1);
}

.border-l-primary-500\/100 {
  border-left-color: rgb(244 64 185 / 1);
}

.border-l-primary-500\/20 {
  border-left-color: rgb(244 64 185 / 0.2);
}

.border-l-primary-500\/25 {
  border-left-color: rgb(244 64 185 / 0.25);
}

.border-l-primary-500\/30 {
  border-left-color: rgb(244 64 185 / 0.3);
}

.border-l-primary-500\/40 {
  border-left-color: rgb(244 64 185 / 0.4);
}

.border-l-primary-500\/5 {
  border-left-color: rgb(244 64 185 / 0.05);
}

.border-l-primary-500\/50 {
  border-left-color: rgb(244 64 185 / 0.5);
}

.border-l-primary-500\/60 {
  border-left-color: rgb(244 64 185 / 0.6);
}

.border-l-primary-500\/70 {
  border-left-color: rgb(244 64 185 / 0.7);
}

.border-l-primary-500\/75 {
  border-left-color: rgb(244 64 185 / 0.75);
}

.border-l-primary-500\/80 {
  border-left-color: rgb(244 64 185 / 0.8);
}

.border-l-primary-500\/90 {
  border-left-color: rgb(244 64 185 / 0.9);
}

.border-l-primary-500\/95 {
  border-left-color: rgb(244 64 185 / 0.95);
}

.border-l-primary-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(227 31 153 / var(--tw-border-opacity));
}

.border-l-primary-600\/0 {
  border-left-color: rgb(227 31 153 / 0);
}

.border-l-primary-600\/10 {
  border-left-color: rgb(227 31 153 / 0.1);
}

.border-l-primary-600\/100 {
  border-left-color: rgb(227 31 153 / 1);
}

.border-l-primary-600\/20 {
  border-left-color: rgb(227 31 153 / 0.2);
}

.border-l-primary-600\/25 {
  border-left-color: rgb(227 31 153 / 0.25);
}

.border-l-primary-600\/30 {
  border-left-color: rgb(227 31 153 / 0.3);
}

.border-l-primary-600\/40 {
  border-left-color: rgb(227 31 153 / 0.4);
}

.border-l-primary-600\/5 {
  border-left-color: rgb(227 31 153 / 0.05);
}

.border-l-primary-600\/50 {
  border-left-color: rgb(227 31 153 / 0.5);
}

.border-l-primary-600\/60 {
  border-left-color: rgb(227 31 153 / 0.6);
}

.border-l-primary-600\/70 {
  border-left-color: rgb(227 31 153 / 0.7);
}

.border-l-primary-600\/75 {
  border-left-color: rgb(227 31 153 / 0.75);
}

.border-l-primary-600\/80 {
  border-left-color: rgb(227 31 153 / 0.8);
}

.border-l-primary-600\/90 {
  border-left-color: rgb(227 31 153 / 0.9);
}

.border-l-primary-600\/95 {
  border-left-color: rgb(227 31 153 / 0.95);
}

.border-l-primary-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(198 16 124 / var(--tw-border-opacity));
}

.border-l-primary-700\/0 {
  border-left-color: rgb(198 16 124 / 0);
}

.border-l-primary-700\/10 {
  border-left-color: rgb(198 16 124 / 0.1);
}

.border-l-primary-700\/100 {
  border-left-color: rgb(198 16 124 / 1);
}

.border-l-primary-700\/20 {
  border-left-color: rgb(198 16 124 / 0.2);
}

.border-l-primary-700\/25 {
  border-left-color: rgb(198 16 124 / 0.25);
}

.border-l-primary-700\/30 {
  border-left-color: rgb(198 16 124 / 0.3);
}

.border-l-primary-700\/40 {
  border-left-color: rgb(198 16 124 / 0.4);
}

.border-l-primary-700\/5 {
  border-left-color: rgb(198 16 124 / 0.05);
}

.border-l-primary-700\/50 {
  border-left-color: rgb(198 16 124 / 0.5);
}

.border-l-primary-700\/60 {
  border-left-color: rgb(198 16 124 / 0.6);
}

.border-l-primary-700\/70 {
  border-left-color: rgb(198 16 124 / 0.7);
}

.border-l-primary-700\/75 {
  border-left-color: rgb(198 16 124 / 0.75);
}

.border-l-primary-700\/80 {
  border-left-color: rgb(198 16 124 / 0.8);
}

.border-l-primary-700\/90 {
  border-left-color: rgb(198 16 124 / 0.9);
}

.border-l-primary-700\/95 {
  border-left-color: rgb(198 16 124 / 0.95);
}

.border-l-primary-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(175 18 109 / var(--tw-border-opacity));
}

.border-l-primary-800\/0 {
  border-left-color: rgb(175 18 109 / 0);
}

.border-l-primary-800\/10 {
  border-left-color: rgb(175 18 109 / 0.1);
}

.border-l-primary-800\/100 {
  border-left-color: rgb(175 18 109 / 1);
}

.border-l-primary-800\/20 {
  border-left-color: rgb(175 18 109 / 0.2);
}

.border-l-primary-800\/25 {
  border-left-color: rgb(175 18 109 / 0.25);
}

.border-l-primary-800\/30 {
  border-left-color: rgb(175 18 109 / 0.3);
}

.border-l-primary-800\/40 {
  border-left-color: rgb(175 18 109 / 0.4);
}

.border-l-primary-800\/5 {
  border-left-color: rgb(175 18 109 / 0.05);
}

.border-l-primary-800\/50 {
  border-left-color: rgb(175 18 109 / 0.5);
}

.border-l-primary-800\/60 {
  border-left-color: rgb(175 18 109 / 0.6);
}

.border-l-primary-800\/70 {
  border-left-color: rgb(175 18 109 / 0.7);
}

.border-l-primary-800\/75 {
  border-left-color: rgb(175 18 109 / 0.75);
}

.border-l-primary-800\/80 {
  border-left-color: rgb(175 18 109 / 0.8);
}

.border-l-primary-800\/90 {
  border-left-color: rgb(175 18 109 / 0.9);
}

.border-l-primary-800\/95 {
  border-left-color: rgb(175 18 109 / 0.95);
}

.border-l-primary-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(136 19 87 / var(--tw-border-opacity));
}

.border-l-primary-900\/0 {
  border-left-color: rgb(136 19 87 / 0);
}

.border-l-primary-900\/10 {
  border-left-color: rgb(136 19 87 / 0.1);
}

.border-l-primary-900\/100 {
  border-left-color: rgb(136 19 87 / 1);
}

.border-l-primary-900\/20 {
  border-left-color: rgb(136 19 87 / 0.2);
}

.border-l-primary-900\/25 {
  border-left-color: rgb(136 19 87 / 0.25);
}

.border-l-primary-900\/30 {
  border-left-color: rgb(136 19 87 / 0.3);
}

.border-l-primary-900\/40 {
  border-left-color: rgb(136 19 87 / 0.4);
}

.border-l-primary-900\/5 {
  border-left-color: rgb(136 19 87 / 0.05);
}

.border-l-primary-900\/50 {
  border-left-color: rgb(136 19 87 / 0.5);
}

.border-l-primary-900\/60 {
  border-left-color: rgb(136 19 87 / 0.6);
}

.border-l-primary-900\/70 {
  border-left-color: rgb(136 19 87 / 0.7);
}

.border-l-primary-900\/75 {
  border-left-color: rgb(136 19 87 / 0.75);
}

.border-l-primary-900\/80 {
  border-left-color: rgb(136 19 87 / 0.8);
}

.border-l-primary-900\/90 {
  border-left-color: rgb(136 19 87 / 0.9);
}

.border-l-primary-900\/95 {
  border-left-color: rgb(136 19 87 / 0.95);
}

.border-l-primary\/0 {
  border-left-color: rgb(175 18 109 / 0);
}

.border-l-primary\/10 {
  border-left-color: rgb(175 18 109 / 0.1);
}

.border-l-primary\/100 {
  border-left-color: rgb(175 18 109 / 1);
}

.border-l-primary\/20 {
  border-left-color: rgb(175 18 109 / 0.2);
}

.border-l-primary\/25 {
  border-left-color: rgb(175 18 109 / 0.25);
}

.border-l-primary\/30 {
  border-left-color: rgb(175 18 109 / 0.3);
}

.border-l-primary\/40 {
  border-left-color: rgb(175 18 109 / 0.4);
}

.border-l-primary\/5 {
  border-left-color: rgb(175 18 109 / 0.05);
}

.border-l-primary\/50 {
  border-left-color: rgb(175 18 109 / 0.5);
}

.border-l-primary\/60 {
  border-left-color: rgb(175 18 109 / 0.6);
}

.border-l-primary\/70 {
  border-left-color: rgb(175 18 109 / 0.7);
}

.border-l-primary\/75 {
  border-left-color: rgb(175 18 109 / 0.75);
}

.border-l-primary\/80 {
  border-left-color: rgb(175 18 109 / 0.8);
}

.border-l-primary\/90 {
  border-left-color: rgb(175 18 109 / 0.9);
}

.border-l-primary\/95 {
  border-left-color: rgb(175 18 109 / 0.95);
}

.border-l-purple {
  --tw-border-opacity: 1;
  border-left-color: rgb(108 72 145 / var(--tw-border-opacity));
}

.border-l-purple-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(242 238 249 / var(--tw-border-opacity));
}

.border-l-purple-100\/0 {
  border-left-color: rgb(242 238 249 / 0);
}

.border-l-purple-100\/10 {
  border-left-color: rgb(242 238 249 / 0.1);
}

.border-l-purple-100\/100 {
  border-left-color: rgb(242 238 249 / 1);
}

.border-l-purple-100\/20 {
  border-left-color: rgb(242 238 249 / 0.2);
}

.border-l-purple-100\/25 {
  border-left-color: rgb(242 238 249 / 0.25);
}

.border-l-purple-100\/30 {
  border-left-color: rgb(242 238 249 / 0.3);
}

.border-l-purple-100\/40 {
  border-left-color: rgb(242 238 249 / 0.4);
}

.border-l-purple-100\/5 {
  border-left-color: rgb(242 238 249 / 0.05);
}

.border-l-purple-100\/50 {
  border-left-color: rgb(242 238 249 / 0.5);
}

.border-l-purple-100\/60 {
  border-left-color: rgb(242 238 249 / 0.6);
}

.border-l-purple-100\/70 {
  border-left-color: rgb(242 238 249 / 0.7);
}

.border-l-purple-100\/75 {
  border-left-color: rgb(242 238 249 / 0.75);
}

.border-l-purple-100\/80 {
  border-left-color: rgb(242 238 249 / 0.8);
}

.border-l-purple-100\/90 {
  border-left-color: rgb(242 238 249 / 0.9);
}

.border-l-purple-100\/95 {
  border-left-color: rgb(242 238 249 / 0.95);
}

.border-l-purple-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(232 223 245 / var(--tw-border-opacity));
}

.border-l-purple-200\/0 {
  border-left-color: rgb(232 223 245 / 0);
}

.border-l-purple-200\/10 {
  border-left-color: rgb(232 223 245 / 0.1);
}

.border-l-purple-200\/100 {
  border-left-color: rgb(232 223 245 / 1);
}

.border-l-purple-200\/20 {
  border-left-color: rgb(232 223 245 / 0.2);
}

.border-l-purple-200\/25 {
  border-left-color: rgb(232 223 245 / 0.25);
}

.border-l-purple-200\/30 {
  border-left-color: rgb(232 223 245 / 0.3);
}

.border-l-purple-200\/40 {
  border-left-color: rgb(232 223 245 / 0.4);
}

.border-l-purple-200\/5 {
  border-left-color: rgb(232 223 245 / 0.05);
}

.border-l-purple-200\/50 {
  border-left-color: rgb(232 223 245 / 0.5);
}

.border-l-purple-200\/60 {
  border-left-color: rgb(232 223 245 / 0.6);
}

.border-l-purple-200\/70 {
  border-left-color: rgb(232 223 245 / 0.7);
}

.border-l-purple-200\/75 {
  border-left-color: rgb(232 223 245 / 0.75);
}

.border-l-purple-200\/80 {
  border-left-color: rgb(232 223 245 / 0.8);
}

.border-l-purple-200\/90 {
  border-left-color: rgb(232 223 245 / 0.9);
}

.border-l-purple-200\/95 {
  border-left-color: rgb(232 223 245 / 0.95);
}

.border-l-purple-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(214 198 236 / var(--tw-border-opacity));
}

.border-l-purple-300\/0 {
  border-left-color: rgb(214 198 236 / 0);
}

.border-l-purple-300\/10 {
  border-left-color: rgb(214 198 236 / 0.1);
}

.border-l-purple-300\/100 {
  border-left-color: rgb(214 198 236 / 1);
}

.border-l-purple-300\/20 {
  border-left-color: rgb(214 198 236 / 0.2);
}

.border-l-purple-300\/25 {
  border-left-color: rgb(214 198 236 / 0.25);
}

.border-l-purple-300\/30 {
  border-left-color: rgb(214 198 236 / 0.3);
}

.border-l-purple-300\/40 {
  border-left-color: rgb(214 198 236 / 0.4);
}

.border-l-purple-300\/5 {
  border-left-color: rgb(214 198 236 / 0.05);
}

.border-l-purple-300\/50 {
  border-left-color: rgb(214 198 236 / 0.5);
}

.border-l-purple-300\/60 {
  border-left-color: rgb(214 198 236 / 0.6);
}

.border-l-purple-300\/70 {
  border-left-color: rgb(214 198 236 / 0.7);
}

.border-l-purple-300\/75 {
  border-left-color: rgb(214 198 236 / 0.75);
}

.border-l-purple-300\/80 {
  border-left-color: rgb(214 198 236 / 0.8);
}

.border-l-purple-300\/90 {
  border-left-color: rgb(214 198 236 / 0.9);
}

.border-l-purple-300\/95 {
  border-left-color: rgb(214 198 236 / 0.95);
}

.border-l-purple-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(189 162 222 / var(--tw-border-opacity));
}

.border-l-purple-400\/0 {
  border-left-color: rgb(189 162 222 / 0);
}

.border-l-purple-400\/10 {
  border-left-color: rgb(189 162 222 / 0.1);
}

.border-l-purple-400\/100 {
  border-left-color: rgb(189 162 222 / 1);
}

.border-l-purple-400\/20 {
  border-left-color: rgb(189 162 222 / 0.2);
}

.border-l-purple-400\/25 {
  border-left-color: rgb(189 162 222 / 0.25);
}

.border-l-purple-400\/30 {
  border-left-color: rgb(189 162 222 / 0.3);
}

.border-l-purple-400\/40 {
  border-left-color: rgb(189 162 222 / 0.4);
}

.border-l-purple-400\/5 {
  border-left-color: rgb(189 162 222 / 0.05);
}

.border-l-purple-400\/50 {
  border-left-color: rgb(189 162 222 / 0.5);
}

.border-l-purple-400\/60 {
  border-left-color: rgb(189 162 222 / 0.6);
}

.border-l-purple-400\/70 {
  border-left-color: rgb(189 162 222 / 0.7);
}

.border-l-purple-400\/75 {
  border-left-color: rgb(189 162 222 / 0.75);
}

.border-l-purple-400\/80 {
  border-left-color: rgb(189 162 222 / 0.8);
}

.border-l-purple-400\/90 {
  border-left-color: rgb(189 162 222 / 0.9);
}

.border-l-purple-400\/95 {
  border-left-color: rgb(189 162 222 / 0.95);
}

.border-l-purple-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 247 253 / var(--tw-border-opacity));
}

.border-l-purple-50\/0 {
  border-left-color: rgb(250 247 253 / 0);
}

.border-l-purple-50\/10 {
  border-left-color: rgb(250 247 253 / 0.1);
}

.border-l-purple-50\/100 {
  border-left-color: rgb(250 247 253 / 1);
}

.border-l-purple-50\/20 {
  border-left-color: rgb(250 247 253 / 0.2);
}

.border-l-purple-50\/25 {
  border-left-color: rgb(250 247 253 / 0.25);
}

.border-l-purple-50\/30 {
  border-left-color: rgb(250 247 253 / 0.3);
}

.border-l-purple-50\/40 {
  border-left-color: rgb(250 247 253 / 0.4);
}

.border-l-purple-50\/5 {
  border-left-color: rgb(250 247 253 / 0.05);
}

.border-l-purple-50\/50 {
  border-left-color: rgb(250 247 253 / 0.5);
}

.border-l-purple-50\/60 {
  border-left-color: rgb(250 247 253 / 0.6);
}

.border-l-purple-50\/70 {
  border-left-color: rgb(250 247 253 / 0.7);
}

.border-l-purple-50\/75 {
  border-left-color: rgb(250 247 253 / 0.75);
}

.border-l-purple-50\/80 {
  border-left-color: rgb(250 247 253 / 0.8);
}

.border-l-purple-50\/90 {
  border-left-color: rgb(250 247 253 / 0.9);
}

.border-l-purple-50\/95 {
  border-left-color: rgb(250 247 253 / 0.95);
}

.border-l-purple-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(162 125 207 / var(--tw-border-opacity));
}

.border-l-purple-500\/0 {
  border-left-color: rgb(162 125 207 / 0);
}

.border-l-purple-500\/10 {
  border-left-color: rgb(162 125 207 / 0.1);
}

.border-l-purple-500\/100 {
  border-left-color: rgb(162 125 207 / 1);
}

.border-l-purple-500\/20 {
  border-left-color: rgb(162 125 207 / 0.2);
}

.border-l-purple-500\/25 {
  border-left-color: rgb(162 125 207 / 0.25);
}

.border-l-purple-500\/30 {
  border-left-color: rgb(162 125 207 / 0.3);
}

.border-l-purple-500\/40 {
  border-left-color: rgb(162 125 207 / 0.4);
}

.border-l-purple-500\/5 {
  border-left-color: rgb(162 125 207 / 0.05);
}

.border-l-purple-500\/50 {
  border-left-color: rgb(162 125 207 / 0.5);
}

.border-l-purple-500\/60 {
  border-left-color: rgb(162 125 207 / 0.6);
}

.border-l-purple-500\/70 {
  border-left-color: rgb(162 125 207 / 0.7);
}

.border-l-purple-500\/75 {
  border-left-color: rgb(162 125 207 / 0.75);
}

.border-l-purple-500\/80 {
  border-left-color: rgb(162 125 207 / 0.8);
}

.border-l-purple-500\/90 {
  border-left-color: rgb(162 125 207 / 0.9);
}

.border-l-purple-500\/95 {
  border-left-color: rgb(162 125 207 / 0.95);
}

.border-l-purple-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(140 97 188 / var(--tw-border-opacity));
}

.border-l-purple-600\/0 {
  border-left-color: rgb(140 97 188 / 0);
}

.border-l-purple-600\/10 {
  border-left-color: rgb(140 97 188 / 0.1);
}

.border-l-purple-600\/100 {
  border-left-color: rgb(140 97 188 / 1);
}

.border-l-purple-600\/20 {
  border-left-color: rgb(140 97 188 / 0.2);
}

.border-l-purple-600\/25 {
  border-left-color: rgb(140 97 188 / 0.25);
}

.border-l-purple-600\/30 {
  border-left-color: rgb(140 97 188 / 0.3);
}

.border-l-purple-600\/40 {
  border-left-color: rgb(140 97 188 / 0.4);
}

.border-l-purple-600\/5 {
  border-left-color: rgb(140 97 188 / 0.05);
}

.border-l-purple-600\/50 {
  border-left-color: rgb(140 97 188 / 0.5);
}

.border-l-purple-600\/60 {
  border-left-color: rgb(140 97 188 / 0.6);
}

.border-l-purple-600\/70 {
  border-left-color: rgb(140 97 188 / 0.7);
}

.border-l-purple-600\/75 {
  border-left-color: rgb(140 97 188 / 0.75);
}

.border-l-purple-600\/80 {
  border-left-color: rgb(140 97 188 / 0.8);
}

.border-l-purple-600\/90 {
  border-left-color: rgb(140 97 188 / 0.9);
}

.border-l-purple-600\/95 {
  border-left-color: rgb(140 97 188 / 0.95);
}

.border-l-purple-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(118 77 163 / var(--tw-border-opacity));
}

.border-l-purple-700\/0 {
  border-left-color: rgb(118 77 163 / 0);
}

.border-l-purple-700\/10 {
  border-left-color: rgb(118 77 163 / 0.1);
}

.border-l-purple-700\/100 {
  border-left-color: rgb(118 77 163 / 1);
}

.border-l-purple-700\/20 {
  border-left-color: rgb(118 77 163 / 0.2);
}

.border-l-purple-700\/25 {
  border-left-color: rgb(118 77 163 / 0.25);
}

.border-l-purple-700\/30 {
  border-left-color: rgb(118 77 163 / 0.3);
}

.border-l-purple-700\/40 {
  border-left-color: rgb(118 77 163 / 0.4);
}

.border-l-purple-700\/5 {
  border-left-color: rgb(118 77 163 / 0.05);
}

.border-l-purple-700\/50 {
  border-left-color: rgb(118 77 163 / 0.5);
}

.border-l-purple-700\/60 {
  border-left-color: rgb(118 77 163 / 0.6);
}

.border-l-purple-700\/70 {
  border-left-color: rgb(118 77 163 / 0.7);
}

.border-l-purple-700\/75 {
  border-left-color: rgb(118 77 163 / 0.75);
}

.border-l-purple-700\/80 {
  border-left-color: rgb(118 77 163 / 0.8);
}

.border-l-purple-700\/90 {
  border-left-color: rgb(118 77 163 / 0.9);
}

.border-l-purple-700\/95 {
  border-left-color: rgb(118 77 163 / 0.95);
}

.border-l-purple-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(108 72 145 / var(--tw-border-opacity));
}

.border-l-purple-800\/0 {
  border-left-color: rgb(108 72 145 / 0);
}

.border-l-purple-800\/10 {
  border-left-color: rgb(108 72 145 / 0.1);
}

.border-l-purple-800\/100 {
  border-left-color: rgb(108 72 145 / 1);
}

.border-l-purple-800\/20 {
  border-left-color: rgb(108 72 145 / 0.2);
}

.border-l-purple-800\/25 {
  border-left-color: rgb(108 72 145 / 0.25);
}

.border-l-purple-800\/30 {
  border-left-color: rgb(108 72 145 / 0.3);
}

.border-l-purple-800\/40 {
  border-left-color: rgb(108 72 145 / 0.4);
}

.border-l-purple-800\/5 {
  border-left-color: rgb(108 72 145 / 0.05);
}

.border-l-purple-800\/50 {
  border-left-color: rgb(108 72 145 / 0.5);
}

.border-l-purple-800\/60 {
  border-left-color: rgb(108 72 145 / 0.6);
}

.border-l-purple-800\/70 {
  border-left-color: rgb(108 72 145 / 0.7);
}

.border-l-purple-800\/75 {
  border-left-color: rgb(108 72 145 / 0.75);
}

.border-l-purple-800\/80 {
  border-left-color: rgb(108 72 145 / 0.8);
}

.border-l-purple-800\/90 {
  border-left-color: rgb(108 72 145 / 0.9);
}

.border-l-purple-800\/95 {
  border-left-color: rgb(108 72 145 / 0.95);
}

.border-l-purple-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(82 55 108 / var(--tw-border-opacity));
}

.border-l-purple-900\/0 {
  border-left-color: rgb(82 55 108 / 0);
}

.border-l-purple-900\/10 {
  border-left-color: rgb(82 55 108 / 0.1);
}

.border-l-purple-900\/100 {
  border-left-color: rgb(82 55 108 / 1);
}

.border-l-purple-900\/20 {
  border-left-color: rgb(82 55 108 / 0.2);
}

.border-l-purple-900\/25 {
  border-left-color: rgb(82 55 108 / 0.25);
}

.border-l-purple-900\/30 {
  border-left-color: rgb(82 55 108 / 0.3);
}

.border-l-purple-900\/40 {
  border-left-color: rgb(82 55 108 / 0.4);
}

.border-l-purple-900\/5 {
  border-left-color: rgb(82 55 108 / 0.05);
}

.border-l-purple-900\/50 {
  border-left-color: rgb(82 55 108 / 0.5);
}

.border-l-purple-900\/60 {
  border-left-color: rgb(82 55 108 / 0.6);
}

.border-l-purple-900\/70 {
  border-left-color: rgb(82 55 108 / 0.7);
}

.border-l-purple-900\/75 {
  border-left-color: rgb(82 55 108 / 0.75);
}

.border-l-purple-900\/80 {
  border-left-color: rgb(82 55 108 / 0.8);
}

.border-l-purple-900\/90 {
  border-left-color: rgb(82 55 108 / 0.9);
}

.border-l-purple-900\/95 {
  border-left-color: rgb(82 55 108 / 0.95);
}

.border-l-purple-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(53 30 77 / var(--tw-border-opacity));
}

.border-l-purple-950\/0 {
  border-left-color: rgb(53 30 77 / 0);
}

.border-l-purple-950\/10 {
  border-left-color: rgb(53 30 77 / 0.1);
}

.border-l-purple-950\/100 {
  border-left-color: rgb(53 30 77 / 1);
}

.border-l-purple-950\/20 {
  border-left-color: rgb(53 30 77 / 0.2);
}

.border-l-purple-950\/25 {
  border-left-color: rgb(53 30 77 / 0.25);
}

.border-l-purple-950\/30 {
  border-left-color: rgb(53 30 77 / 0.3);
}

.border-l-purple-950\/40 {
  border-left-color: rgb(53 30 77 / 0.4);
}

.border-l-purple-950\/5 {
  border-left-color: rgb(53 30 77 / 0.05);
}

.border-l-purple-950\/50 {
  border-left-color: rgb(53 30 77 / 0.5);
}

.border-l-purple-950\/60 {
  border-left-color: rgb(53 30 77 / 0.6);
}

.border-l-purple-950\/70 {
  border-left-color: rgb(53 30 77 / 0.7);
}

.border-l-purple-950\/75 {
  border-left-color: rgb(53 30 77 / 0.75);
}

.border-l-purple-950\/80 {
  border-left-color: rgb(53 30 77 / 0.8);
}

.border-l-purple-950\/90 {
  border-left-color: rgb(53 30 77 / 0.9);
}

.border-l-purple-950\/95 {
  border-left-color: rgb(53 30 77 / 0.95);
}

.border-l-purple\/0 {
  border-left-color: rgb(108 72 145 / 0);
}

.border-l-purple\/10 {
  border-left-color: rgb(108 72 145 / 0.1);
}

.border-l-purple\/100 {
  border-left-color: rgb(108 72 145 / 1);
}

.border-l-purple\/20 {
  border-left-color: rgb(108 72 145 / 0.2);
}

.border-l-purple\/25 {
  border-left-color: rgb(108 72 145 / 0.25);
}

.border-l-purple\/30 {
  border-left-color: rgb(108 72 145 / 0.3);
}

.border-l-purple\/40 {
  border-left-color: rgb(108 72 145 / 0.4);
}

.border-l-purple\/5 {
  border-left-color: rgb(108 72 145 / 0.05);
}

.border-l-purple\/50 {
  border-left-color: rgb(108 72 145 / 0.5);
}

.border-l-purple\/60 {
  border-left-color: rgb(108 72 145 / 0.6);
}

.border-l-purple\/70 {
  border-left-color: rgb(108 72 145 / 0.7);
}

.border-l-purple\/75 {
  border-left-color: rgb(108 72 145 / 0.75);
}

.border-l-purple\/80 {
  border-left-color: rgb(108 72 145 / 0.8);
}

.border-l-purple\/90 {
  border-left-color: rgb(108 72 145 / 0.9);
}

.border-l-purple\/95 {
  border-left-color: rgb(108 72 145 / 0.95);
}

.border-l-red {
  --tw-border-opacity: 1;
  border-left-color: rgb(225 51 22 / var(--tw-border-opacity));
}

.border-l-red-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(246 176 164 / var(--tw-border-opacity));
}

.border-l-red-100\/0 {
  border-left-color: rgb(246 176 164 / 0);
}

.border-l-red-100\/10 {
  border-left-color: rgb(246 176 164 / 0.1);
}

.border-l-red-100\/100 {
  border-left-color: rgb(246 176 164 / 1);
}

.border-l-red-100\/20 {
  border-left-color: rgb(246 176 164 / 0.2);
}

.border-l-red-100\/25 {
  border-left-color: rgb(246 176 164 / 0.25);
}

.border-l-red-100\/30 {
  border-left-color: rgb(246 176 164 / 0.3);
}

.border-l-red-100\/40 {
  border-left-color: rgb(246 176 164 / 0.4);
}

.border-l-red-100\/5 {
  border-left-color: rgb(246 176 164 / 0.05);
}

.border-l-red-100\/50 {
  border-left-color: rgb(246 176 164 / 0.5);
}

.border-l-red-100\/60 {
  border-left-color: rgb(246 176 164 / 0.6);
}

.border-l-red-100\/70 {
  border-left-color: rgb(246 176 164 / 0.7);
}

.border-l-red-100\/75 {
  border-left-color: rgb(246 176 164 / 0.75);
}

.border-l-red-100\/80 {
  border-left-color: rgb(246 176 164 / 0.8);
}

.border-l-red-100\/90 {
  border-left-color: rgb(246 176 164 / 0.9);
}

.border-l-red-100\/95 {
  border-left-color: rgb(246 176 164 / 0.95);
}

.border-l-red-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(242 143 127 / var(--tw-border-opacity));
}

.border-l-red-200\/0 {
  border-left-color: rgb(242 143 127 / 0);
}

.border-l-red-200\/10 {
  border-left-color: rgb(242 143 127 / 0.1);
}

.border-l-red-200\/100 {
  border-left-color: rgb(242 143 127 / 1);
}

.border-l-red-200\/20 {
  border-left-color: rgb(242 143 127 / 0.2);
}

.border-l-red-200\/25 {
  border-left-color: rgb(242 143 127 / 0.25);
}

.border-l-red-200\/30 {
  border-left-color: rgb(242 143 127 / 0.3);
}

.border-l-red-200\/40 {
  border-left-color: rgb(242 143 127 / 0.4);
}

.border-l-red-200\/5 {
  border-left-color: rgb(242 143 127 / 0.05);
}

.border-l-red-200\/50 {
  border-left-color: rgb(242 143 127 / 0.5);
}

.border-l-red-200\/60 {
  border-left-color: rgb(242 143 127 / 0.6);
}

.border-l-red-200\/70 {
  border-left-color: rgb(242 143 127 / 0.7);
}

.border-l-red-200\/75 {
  border-left-color: rgb(242 143 127 / 0.75);
}

.border-l-red-200\/80 {
  border-left-color: rgb(242 143 127 / 0.8);
}

.border-l-red-200\/90 {
  border-left-color: rgb(242 143 127 / 0.9);
}

.border-l-red-200\/95 {
  border-left-color: rgb(242 143 127 / 0.95);
}

.border-l-red-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(239 111 90 / var(--tw-border-opacity));
}

.border-l-red-300\/0 {
  border-left-color: rgb(239 111 90 / 0);
}

.border-l-red-300\/10 {
  border-left-color: rgb(239 111 90 / 0.1);
}

.border-l-red-300\/100 {
  border-left-color: rgb(239 111 90 / 1);
}

.border-l-red-300\/20 {
  border-left-color: rgb(239 111 90 / 0.2);
}

.border-l-red-300\/25 {
  border-left-color: rgb(239 111 90 / 0.25);
}

.border-l-red-300\/30 {
  border-left-color: rgb(239 111 90 / 0.3);
}

.border-l-red-300\/40 {
  border-left-color: rgb(239 111 90 / 0.4);
}

.border-l-red-300\/5 {
  border-left-color: rgb(239 111 90 / 0.05);
}

.border-l-red-300\/50 {
  border-left-color: rgb(239 111 90 / 0.5);
}

.border-l-red-300\/60 {
  border-left-color: rgb(239 111 90 / 0.6);
}

.border-l-red-300\/70 {
  border-left-color: rgb(239 111 90 / 0.7);
}

.border-l-red-300\/75 {
  border-left-color: rgb(239 111 90 / 0.75);
}

.border-l-red-300\/80 {
  border-left-color: rgb(239 111 90 / 0.8);
}

.border-l-red-300\/90 {
  border-left-color: rgb(239 111 90 / 0.9);
}

.border-l-red-300\/95 {
  border-left-color: rgb(239 111 90 / 0.95);
}

.border-l-red-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(235 79 53 / var(--tw-border-opacity));
}

.border-l-red-400\/0 {
  border-left-color: rgb(235 79 53 / 0);
}

.border-l-red-400\/10 {
  border-left-color: rgb(235 79 53 / 0.1);
}

.border-l-red-400\/100 {
  border-left-color: rgb(235 79 53 / 1);
}

.border-l-red-400\/20 {
  border-left-color: rgb(235 79 53 / 0.2);
}

.border-l-red-400\/25 {
  border-left-color: rgb(235 79 53 / 0.25);
}

.border-l-red-400\/30 {
  border-left-color: rgb(235 79 53 / 0.3);
}

.border-l-red-400\/40 {
  border-left-color: rgb(235 79 53 / 0.4);
}

.border-l-red-400\/5 {
  border-left-color: rgb(235 79 53 / 0.05);
}

.border-l-red-400\/50 {
  border-left-color: rgb(235 79 53 / 0.5);
}

.border-l-red-400\/60 {
  border-left-color: rgb(235 79 53 / 0.6);
}

.border-l-red-400\/70 {
  border-left-color: rgb(235 79 53 / 0.7);
}

.border-l-red-400\/75 {
  border-left-color: rgb(235 79 53 / 0.75);
}

.border-l-red-400\/80 {
  border-left-color: rgb(235 79 53 / 0.8);
}

.border-l-red-400\/90 {
  border-left-color: rgb(235 79 53 / 0.9);
}

.border-l-red-400\/95 {
  border-left-color: rgb(235 79 53 / 0.95);
}

.border-l-red-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(248 192 183 / var(--tw-border-opacity));
}

.border-l-red-50\/0 {
  border-left-color: rgb(248 192 183 / 0);
}

.border-l-red-50\/10 {
  border-left-color: rgb(248 192 183 / 0.1);
}

.border-l-red-50\/100 {
  border-left-color: rgb(248 192 183 / 1);
}

.border-l-red-50\/20 {
  border-left-color: rgb(248 192 183 / 0.2);
}

.border-l-red-50\/25 {
  border-left-color: rgb(248 192 183 / 0.25);
}

.border-l-red-50\/30 {
  border-left-color: rgb(248 192 183 / 0.3);
}

.border-l-red-50\/40 {
  border-left-color: rgb(248 192 183 / 0.4);
}

.border-l-red-50\/5 {
  border-left-color: rgb(248 192 183 / 0.05);
}

.border-l-red-50\/50 {
  border-left-color: rgb(248 192 183 / 0.5);
}

.border-l-red-50\/60 {
  border-left-color: rgb(248 192 183 / 0.6);
}

.border-l-red-50\/70 {
  border-left-color: rgb(248 192 183 / 0.7);
}

.border-l-red-50\/75 {
  border-left-color: rgb(248 192 183 / 0.75);
}

.border-l-red-50\/80 {
  border-left-color: rgb(248 192 183 / 0.8);
}

.border-l-red-50\/90 {
  border-left-color: rgb(248 192 183 / 0.9);
}

.border-l-red-50\/95 {
  border-left-color: rgb(248 192 183 / 0.95);
}

.border-l-red-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(225 51 22 / var(--tw-border-opacity));
}

.border-l-red-500\/0 {
  border-left-color: rgb(225 51 22 / 0);
}

.border-l-red-500\/10 {
  border-left-color: rgb(225 51 22 / 0.1);
}

.border-l-red-500\/100 {
  border-left-color: rgb(225 51 22 / 1);
}

.border-l-red-500\/20 {
  border-left-color: rgb(225 51 22 / 0.2);
}

.border-l-red-500\/25 {
  border-left-color: rgb(225 51 22 / 0.25);
}

.border-l-red-500\/30 {
  border-left-color: rgb(225 51 22 / 0.3);
}

.border-l-red-500\/40 {
  border-left-color: rgb(225 51 22 / 0.4);
}

.border-l-red-500\/5 {
  border-left-color: rgb(225 51 22 / 0.05);
}

.border-l-red-500\/50 {
  border-left-color: rgb(225 51 22 / 0.5);
}

.border-l-red-500\/60 {
  border-left-color: rgb(225 51 22 / 0.6);
}

.border-l-red-500\/70 {
  border-left-color: rgb(225 51 22 / 0.7);
}

.border-l-red-500\/75 {
  border-left-color: rgb(225 51 22 / 0.75);
}

.border-l-red-500\/80 {
  border-left-color: rgb(225 51 22 / 0.8);
}

.border-l-red-500\/90 {
  border-left-color: rgb(225 51 22 / 0.9);
}

.border-l-red-500\/95 {
  border-left-color: rgb(225 51 22 / 0.95);
}

.border-l-red-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(174 39 17 / var(--tw-border-opacity));
}

.border-l-red-600\/0 {
  border-left-color: rgb(174 39 17 / 0);
}

.border-l-red-600\/10 {
  border-left-color: rgb(174 39 17 / 0.1);
}

.border-l-red-600\/100 {
  border-left-color: rgb(174 39 17 / 1);
}

.border-l-red-600\/20 {
  border-left-color: rgb(174 39 17 / 0.2);
}

.border-l-red-600\/25 {
  border-left-color: rgb(174 39 17 / 0.25);
}

.border-l-red-600\/30 {
  border-left-color: rgb(174 39 17 / 0.3);
}

.border-l-red-600\/40 {
  border-left-color: rgb(174 39 17 / 0.4);
}

.border-l-red-600\/5 {
  border-left-color: rgb(174 39 17 / 0.05);
}

.border-l-red-600\/50 {
  border-left-color: rgb(174 39 17 / 0.5);
}

.border-l-red-600\/60 {
  border-left-color: rgb(174 39 17 / 0.6);
}

.border-l-red-600\/70 {
  border-left-color: rgb(174 39 17 / 0.7);
}

.border-l-red-600\/75 {
  border-left-color: rgb(174 39 17 / 0.75);
}

.border-l-red-600\/80 {
  border-left-color: rgb(174 39 17 / 0.8);
}

.border-l-red-600\/90 {
  border-left-color: rgb(174 39 17 / 0.9);
}

.border-l-red-600\/95 {
  border-left-color: rgb(174 39 17 / 0.95);
}

.border-l-red-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(123 28 12 / var(--tw-border-opacity));
}

.border-l-red-700\/0 {
  border-left-color: rgb(123 28 12 / 0);
}

.border-l-red-700\/10 {
  border-left-color: rgb(123 28 12 / 0.1);
}

.border-l-red-700\/100 {
  border-left-color: rgb(123 28 12 / 1);
}

.border-l-red-700\/20 {
  border-left-color: rgb(123 28 12 / 0.2);
}

.border-l-red-700\/25 {
  border-left-color: rgb(123 28 12 / 0.25);
}

.border-l-red-700\/30 {
  border-left-color: rgb(123 28 12 / 0.3);
}

.border-l-red-700\/40 {
  border-left-color: rgb(123 28 12 / 0.4);
}

.border-l-red-700\/5 {
  border-left-color: rgb(123 28 12 / 0.05);
}

.border-l-red-700\/50 {
  border-left-color: rgb(123 28 12 / 0.5);
}

.border-l-red-700\/60 {
  border-left-color: rgb(123 28 12 / 0.6);
}

.border-l-red-700\/70 {
  border-left-color: rgb(123 28 12 / 0.7);
}

.border-l-red-700\/75 {
  border-left-color: rgb(123 28 12 / 0.75);
}

.border-l-red-700\/80 {
  border-left-color: rgb(123 28 12 / 0.8);
}

.border-l-red-700\/90 {
  border-left-color: rgb(123 28 12 / 0.9);
}

.border-l-red-700\/95 {
  border-left-color: rgb(123 28 12 / 0.95);
}

.border-l-red-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(72 16 7 / var(--tw-border-opacity));
}

.border-l-red-800\/0 {
  border-left-color: rgb(72 16 7 / 0);
}

.border-l-red-800\/10 {
  border-left-color: rgb(72 16 7 / 0.1);
}

.border-l-red-800\/100 {
  border-left-color: rgb(72 16 7 / 1);
}

.border-l-red-800\/20 {
  border-left-color: rgb(72 16 7 / 0.2);
}

.border-l-red-800\/25 {
  border-left-color: rgb(72 16 7 / 0.25);
}

.border-l-red-800\/30 {
  border-left-color: rgb(72 16 7 / 0.3);
}

.border-l-red-800\/40 {
  border-left-color: rgb(72 16 7 / 0.4);
}

.border-l-red-800\/5 {
  border-left-color: rgb(72 16 7 / 0.05);
}

.border-l-red-800\/50 {
  border-left-color: rgb(72 16 7 / 0.5);
}

.border-l-red-800\/60 {
  border-left-color: rgb(72 16 7 / 0.6);
}

.border-l-red-800\/70 {
  border-left-color: rgb(72 16 7 / 0.7);
}

.border-l-red-800\/75 {
  border-left-color: rgb(72 16 7 / 0.75);
}

.border-l-red-800\/80 {
  border-left-color: rgb(72 16 7 / 0.8);
}

.border-l-red-800\/90 {
  border-left-color: rgb(72 16 7 / 0.9);
}

.border-l-red-800\/95 {
  border-left-color: rgb(72 16 7 / 0.95);
}

.border-l-red-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(21 5 2 / var(--tw-border-opacity));
}

.border-l-red-900\/0 {
  border-left-color: rgb(21 5 2 / 0);
}

.border-l-red-900\/10 {
  border-left-color: rgb(21 5 2 / 0.1);
}

.border-l-red-900\/100 {
  border-left-color: rgb(21 5 2 / 1);
}

.border-l-red-900\/20 {
  border-left-color: rgb(21 5 2 / 0.2);
}

.border-l-red-900\/25 {
  border-left-color: rgb(21 5 2 / 0.25);
}

.border-l-red-900\/30 {
  border-left-color: rgb(21 5 2 / 0.3);
}

.border-l-red-900\/40 {
  border-left-color: rgb(21 5 2 / 0.4);
}

.border-l-red-900\/5 {
  border-left-color: rgb(21 5 2 / 0.05);
}

.border-l-red-900\/50 {
  border-left-color: rgb(21 5 2 / 0.5);
}

.border-l-red-900\/60 {
  border-left-color: rgb(21 5 2 / 0.6);
}

.border-l-red-900\/70 {
  border-left-color: rgb(21 5 2 / 0.7);
}

.border-l-red-900\/75 {
  border-left-color: rgb(21 5 2 / 0.75);
}

.border-l-red-900\/80 {
  border-left-color: rgb(21 5 2 / 0.8);
}

.border-l-red-900\/90 {
  border-left-color: rgb(21 5 2 / 0.9);
}

.border-l-red-900\/95 {
  border-left-color: rgb(21 5 2 / 0.95);
}

.border-l-red\/0 {
  border-left-color: rgb(225 51 22 / 0);
}

.border-l-red\/10 {
  border-left-color: rgb(225 51 22 / 0.1);
}

.border-l-red\/100 {
  border-left-color: rgb(225 51 22 / 1);
}

.border-l-red\/20 {
  border-left-color: rgb(225 51 22 / 0.2);
}

.border-l-red\/25 {
  border-left-color: rgb(225 51 22 / 0.25);
}

.border-l-red\/30 {
  border-left-color: rgb(225 51 22 / 0.3);
}

.border-l-red\/40 {
  border-left-color: rgb(225 51 22 / 0.4);
}

.border-l-red\/5 {
  border-left-color: rgb(225 51 22 / 0.05);
}

.border-l-red\/50 {
  border-left-color: rgb(225 51 22 / 0.5);
}

.border-l-red\/60 {
  border-left-color: rgb(225 51 22 / 0.6);
}

.border-l-red\/70 {
  border-left-color: rgb(225 51 22 / 0.7);
}

.border-l-red\/75 {
  border-left-color: rgb(225 51 22 / 0.75);
}

.border-l-red\/80 {
  border-left-color: rgb(225 51 22 / 0.8);
}

.border-l-red\/90 {
  border-left-color: rgb(225 51 22 / 0.9);
}

.border-l-red\/95 {
  border-left-color: rgb(225 51 22 / 0.95);
}

.border-l-teal {
  --tw-border-opacity: 1;
  border-left-color: rgb(129 195 175 / var(--tw-border-opacity));
}

.border-l-teal-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 248 245 / var(--tw-border-opacity));
}

.border-l-teal-100\/0 {
  border-left-color: rgb(240 248 245 / 0);
}

.border-l-teal-100\/10 {
  border-left-color: rgb(240 248 245 / 0.1);
}

.border-l-teal-100\/100 {
  border-left-color: rgb(240 248 245 / 1);
}

.border-l-teal-100\/20 {
  border-left-color: rgb(240 248 245 / 0.2);
}

.border-l-teal-100\/25 {
  border-left-color: rgb(240 248 245 / 0.25);
}

.border-l-teal-100\/30 {
  border-left-color: rgb(240 248 245 / 0.3);
}

.border-l-teal-100\/40 {
  border-left-color: rgb(240 248 245 / 0.4);
}

.border-l-teal-100\/5 {
  border-left-color: rgb(240 248 245 / 0.05);
}

.border-l-teal-100\/50 {
  border-left-color: rgb(240 248 245 / 0.5);
}

.border-l-teal-100\/60 {
  border-left-color: rgb(240 248 245 / 0.6);
}

.border-l-teal-100\/70 {
  border-left-color: rgb(240 248 245 / 0.7);
}

.border-l-teal-100\/75 {
  border-left-color: rgb(240 248 245 / 0.75);
}

.border-l-teal-100\/80 {
  border-left-color: rgb(240 248 245 / 0.8);
}

.border-l-teal-100\/90 {
  border-left-color: rgb(240 248 245 / 0.9);
}

.border-l-teal-100\/95 {
  border-left-color: rgb(240 248 245 / 0.95);
}

.border-l-teal-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(212 234 228 / var(--tw-border-opacity));
}

.border-l-teal-200\/0 {
  border-left-color: rgb(212 234 228 / 0);
}

.border-l-teal-200\/10 {
  border-left-color: rgb(212 234 228 / 0.1);
}

.border-l-teal-200\/100 {
  border-left-color: rgb(212 234 228 / 1);
}

.border-l-teal-200\/20 {
  border-left-color: rgb(212 234 228 / 0.2);
}

.border-l-teal-200\/25 {
  border-left-color: rgb(212 234 228 / 0.25);
}

.border-l-teal-200\/30 {
  border-left-color: rgb(212 234 228 / 0.3);
}

.border-l-teal-200\/40 {
  border-left-color: rgb(212 234 228 / 0.4);
}

.border-l-teal-200\/5 {
  border-left-color: rgb(212 234 228 / 0.05);
}

.border-l-teal-200\/50 {
  border-left-color: rgb(212 234 228 / 0.5);
}

.border-l-teal-200\/60 {
  border-left-color: rgb(212 234 228 / 0.6);
}

.border-l-teal-200\/70 {
  border-left-color: rgb(212 234 228 / 0.7);
}

.border-l-teal-200\/75 {
  border-left-color: rgb(212 234 228 / 0.75);
}

.border-l-teal-200\/80 {
  border-left-color: rgb(212 234 228 / 0.8);
}

.border-l-teal-200\/90 {
  border-left-color: rgb(212 234 228 / 0.9);
}

.border-l-teal-200\/95 {
  border-left-color: rgb(212 234 228 / 0.95);
}

.border-l-teal-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(184 221 210 / var(--tw-border-opacity));
}

.border-l-teal-300\/0 {
  border-left-color: rgb(184 221 210 / 0);
}

.border-l-teal-300\/10 {
  border-left-color: rgb(184 221 210 / 0.1);
}

.border-l-teal-300\/100 {
  border-left-color: rgb(184 221 210 / 1);
}

.border-l-teal-300\/20 {
  border-left-color: rgb(184 221 210 / 0.2);
}

.border-l-teal-300\/25 {
  border-left-color: rgb(184 221 210 / 0.25);
}

.border-l-teal-300\/30 {
  border-left-color: rgb(184 221 210 / 0.3);
}

.border-l-teal-300\/40 {
  border-left-color: rgb(184 221 210 / 0.4);
}

.border-l-teal-300\/5 {
  border-left-color: rgb(184 221 210 / 0.05);
}

.border-l-teal-300\/50 {
  border-left-color: rgb(184 221 210 / 0.5);
}

.border-l-teal-300\/60 {
  border-left-color: rgb(184 221 210 / 0.6);
}

.border-l-teal-300\/70 {
  border-left-color: rgb(184 221 210 / 0.7);
}

.border-l-teal-300\/75 {
  border-left-color: rgb(184 221 210 / 0.75);
}

.border-l-teal-300\/80 {
  border-left-color: rgb(184 221 210 / 0.8);
}

.border-l-teal-300\/90 {
  border-left-color: rgb(184 221 210 / 0.9);
}

.border-l-teal-300\/95 {
  border-left-color: rgb(184 221 210 / 0.95);
}

.border-l-teal-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(157 208 193 / var(--tw-border-opacity));
}

.border-l-teal-400\/0 {
  border-left-color: rgb(157 208 193 / 0);
}

.border-l-teal-400\/10 {
  border-left-color: rgb(157 208 193 / 0.1);
}

.border-l-teal-400\/100 {
  border-left-color: rgb(157 208 193 / 1);
}

.border-l-teal-400\/20 {
  border-left-color: rgb(157 208 193 / 0.2);
}

.border-l-teal-400\/25 {
  border-left-color: rgb(157 208 193 / 0.25);
}

.border-l-teal-400\/30 {
  border-left-color: rgb(157 208 193 / 0.3);
}

.border-l-teal-400\/40 {
  border-left-color: rgb(157 208 193 / 0.4);
}

.border-l-teal-400\/5 {
  border-left-color: rgb(157 208 193 / 0.05);
}

.border-l-teal-400\/50 {
  border-left-color: rgb(157 208 193 / 0.5);
}

.border-l-teal-400\/60 {
  border-left-color: rgb(157 208 193 / 0.6);
}

.border-l-teal-400\/70 {
  border-left-color: rgb(157 208 193 / 0.7);
}

.border-l-teal-400\/75 {
  border-left-color: rgb(157 208 193 / 0.75);
}

.border-l-teal-400\/80 {
  border-left-color: rgb(157 208 193 / 0.8);
}

.border-l-teal-400\/90 {
  border-left-color: rgb(157 208 193 / 0.9);
}

.border-l-teal-400\/95 {
  border-left-color: rgb(157 208 193 / 0.95);
}

.border-l-teal-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 254 254 / var(--tw-border-opacity));
}

.border-l-teal-50\/0 {
  border-left-color: rgb(253 254 254 / 0);
}

.border-l-teal-50\/10 {
  border-left-color: rgb(253 254 254 / 0.1);
}

.border-l-teal-50\/100 {
  border-left-color: rgb(253 254 254 / 1);
}

.border-l-teal-50\/20 {
  border-left-color: rgb(253 254 254 / 0.2);
}

.border-l-teal-50\/25 {
  border-left-color: rgb(253 254 254 / 0.25);
}

.border-l-teal-50\/30 {
  border-left-color: rgb(253 254 254 / 0.3);
}

.border-l-teal-50\/40 {
  border-left-color: rgb(253 254 254 / 0.4);
}

.border-l-teal-50\/5 {
  border-left-color: rgb(253 254 254 / 0.05);
}

.border-l-teal-50\/50 {
  border-left-color: rgb(253 254 254 / 0.5);
}

.border-l-teal-50\/60 {
  border-left-color: rgb(253 254 254 / 0.6);
}

.border-l-teal-50\/70 {
  border-left-color: rgb(253 254 254 / 0.7);
}

.border-l-teal-50\/75 {
  border-left-color: rgb(253 254 254 / 0.75);
}

.border-l-teal-50\/80 {
  border-left-color: rgb(253 254 254 / 0.8);
}

.border-l-teal-50\/90 {
  border-left-color: rgb(253 254 254 / 0.9);
}

.border-l-teal-50\/95 {
  border-left-color: rgb(253 254 254 / 0.95);
}

.border-l-teal-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(129 195 175 / var(--tw-border-opacity));
}

.border-l-teal-500\/0 {
  border-left-color: rgb(129 195 175 / 0);
}

.border-l-teal-500\/10 {
  border-left-color: rgb(129 195 175 / 0.1);
}

.border-l-teal-500\/100 {
  border-left-color: rgb(129 195 175 / 1);
}

.border-l-teal-500\/20 {
  border-left-color: rgb(129 195 175 / 0.2);
}

.border-l-teal-500\/25 {
  border-left-color: rgb(129 195 175 / 0.25);
}

.border-l-teal-500\/30 {
  border-left-color: rgb(129 195 175 / 0.3);
}

.border-l-teal-500\/40 {
  border-left-color: rgb(129 195 175 / 0.4);
}

.border-l-teal-500\/5 {
  border-left-color: rgb(129 195 175 / 0.05);
}

.border-l-teal-500\/50 {
  border-left-color: rgb(129 195 175 / 0.5);
}

.border-l-teal-500\/60 {
  border-left-color: rgb(129 195 175 / 0.6);
}

.border-l-teal-500\/70 {
  border-left-color: rgb(129 195 175 / 0.7);
}

.border-l-teal-500\/75 {
  border-left-color: rgb(129 195 175 / 0.75);
}

.border-l-teal-500\/80 {
  border-left-color: rgb(129 195 175 / 0.8);
}

.border-l-teal-500\/90 {
  border-left-color: rgb(129 195 175 / 0.9);
}

.border-l-teal-500\/95 {
  border-left-color: rgb(129 195 175 / 0.95);
}

.border-l-teal-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(91 177 151 / var(--tw-border-opacity));
}

.border-l-teal-600\/0 {
  border-left-color: rgb(91 177 151 / 0);
}

.border-l-teal-600\/10 {
  border-left-color: rgb(91 177 151 / 0.1);
}

.border-l-teal-600\/100 {
  border-left-color: rgb(91 177 151 / 1);
}

.border-l-teal-600\/20 {
  border-left-color: rgb(91 177 151 / 0.2);
}

.border-l-teal-600\/25 {
  border-left-color: rgb(91 177 151 / 0.25);
}

.border-l-teal-600\/30 {
  border-left-color: rgb(91 177 151 / 0.3);
}

.border-l-teal-600\/40 {
  border-left-color: rgb(91 177 151 / 0.4);
}

.border-l-teal-600\/5 {
  border-left-color: rgb(91 177 151 / 0.05);
}

.border-l-teal-600\/50 {
  border-left-color: rgb(91 177 151 / 0.5);
}

.border-l-teal-600\/60 {
  border-left-color: rgb(91 177 151 / 0.6);
}

.border-l-teal-600\/70 {
  border-left-color: rgb(91 177 151 / 0.7);
}

.border-l-teal-600\/75 {
  border-left-color: rgb(91 177 151 / 0.75);
}

.border-l-teal-600\/80 {
  border-left-color: rgb(91 177 151 / 0.8);
}

.border-l-teal-600\/90 {
  border-left-color: rgb(91 177 151 / 0.9);
}

.border-l-teal-600\/95 {
  border-left-color: rgb(91 177 151 / 0.95);
}

.border-l-teal-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(68 143 121 / var(--tw-border-opacity));
}

.border-l-teal-700\/0 {
  border-left-color: rgb(68 143 121 / 0);
}

.border-l-teal-700\/10 {
  border-left-color: rgb(68 143 121 / 0.1);
}

.border-l-teal-700\/100 {
  border-left-color: rgb(68 143 121 / 1);
}

.border-l-teal-700\/20 {
  border-left-color: rgb(68 143 121 / 0.2);
}

.border-l-teal-700\/25 {
  border-left-color: rgb(68 143 121 / 0.25);
}

.border-l-teal-700\/30 {
  border-left-color: rgb(68 143 121 / 0.3);
}

.border-l-teal-700\/40 {
  border-left-color: rgb(68 143 121 / 0.4);
}

.border-l-teal-700\/5 {
  border-left-color: rgb(68 143 121 / 0.05);
}

.border-l-teal-700\/50 {
  border-left-color: rgb(68 143 121 / 0.5);
}

.border-l-teal-700\/60 {
  border-left-color: rgb(68 143 121 / 0.6);
}

.border-l-teal-700\/70 {
  border-left-color: rgb(68 143 121 / 0.7);
}

.border-l-teal-700\/75 {
  border-left-color: rgb(68 143 121 / 0.75);
}

.border-l-teal-700\/80 {
  border-left-color: rgb(68 143 121 / 0.8);
}

.border-l-teal-700\/90 {
  border-left-color: rgb(68 143 121 / 0.9);
}

.border-l-teal-700\/95 {
  border-left-color: rgb(68 143 121 / 0.95);
}

.border-l-teal-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(50 105 89 / var(--tw-border-opacity));
}

.border-l-teal-800\/0 {
  border-left-color: rgb(50 105 89 / 0);
}

.border-l-teal-800\/10 {
  border-left-color: rgb(50 105 89 / 0.1);
}

.border-l-teal-800\/100 {
  border-left-color: rgb(50 105 89 / 1);
}

.border-l-teal-800\/20 {
  border-left-color: rgb(50 105 89 / 0.2);
}

.border-l-teal-800\/25 {
  border-left-color: rgb(50 105 89 / 0.25);
}

.border-l-teal-800\/30 {
  border-left-color: rgb(50 105 89 / 0.3);
}

.border-l-teal-800\/40 {
  border-left-color: rgb(50 105 89 / 0.4);
}

.border-l-teal-800\/5 {
  border-left-color: rgb(50 105 89 / 0.05);
}

.border-l-teal-800\/50 {
  border-left-color: rgb(50 105 89 / 0.5);
}

.border-l-teal-800\/60 {
  border-left-color: rgb(50 105 89 / 0.6);
}

.border-l-teal-800\/70 {
  border-left-color: rgb(50 105 89 / 0.7);
}

.border-l-teal-800\/75 {
  border-left-color: rgb(50 105 89 / 0.75);
}

.border-l-teal-800\/80 {
  border-left-color: rgb(50 105 89 / 0.8);
}

.border-l-teal-800\/90 {
  border-left-color: rgb(50 105 89 / 0.9);
}

.border-l-teal-800\/95 {
  border-left-color: rgb(50 105 89 / 0.95);
}

.border-l-teal-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(32 67 57 / var(--tw-border-opacity));
}

.border-l-teal-900\/0 {
  border-left-color: rgb(32 67 57 / 0);
}

.border-l-teal-900\/10 {
  border-left-color: rgb(32 67 57 / 0.1);
}

.border-l-teal-900\/100 {
  border-left-color: rgb(32 67 57 / 1);
}

.border-l-teal-900\/20 {
  border-left-color: rgb(32 67 57 / 0.2);
}

.border-l-teal-900\/25 {
  border-left-color: rgb(32 67 57 / 0.25);
}

.border-l-teal-900\/30 {
  border-left-color: rgb(32 67 57 / 0.3);
}

.border-l-teal-900\/40 {
  border-left-color: rgb(32 67 57 / 0.4);
}

.border-l-teal-900\/5 {
  border-left-color: rgb(32 67 57 / 0.05);
}

.border-l-teal-900\/50 {
  border-left-color: rgb(32 67 57 / 0.5);
}

.border-l-teal-900\/60 {
  border-left-color: rgb(32 67 57 / 0.6);
}

.border-l-teal-900\/70 {
  border-left-color: rgb(32 67 57 / 0.7);
}

.border-l-teal-900\/75 {
  border-left-color: rgb(32 67 57 / 0.75);
}

.border-l-teal-900\/80 {
  border-left-color: rgb(32 67 57 / 0.8);
}

.border-l-teal-900\/90 {
  border-left-color: rgb(32 67 57 / 0.9);
}

.border-l-teal-900\/95 {
  border-left-color: rgb(32 67 57 / 0.95);
}

.border-l-teal\/0 {
  border-left-color: rgb(129 195 175 / 0);
}

.border-l-teal\/10 {
  border-left-color: rgb(129 195 175 / 0.1);
}

.border-l-teal\/100 {
  border-left-color: rgb(129 195 175 / 1);
}

.border-l-teal\/20 {
  border-left-color: rgb(129 195 175 / 0.2);
}

.border-l-teal\/25 {
  border-left-color: rgb(129 195 175 / 0.25);
}

.border-l-teal\/30 {
  border-left-color: rgb(129 195 175 / 0.3);
}

.border-l-teal\/40 {
  border-left-color: rgb(129 195 175 / 0.4);
}

.border-l-teal\/5 {
  border-left-color: rgb(129 195 175 / 0.05);
}

.border-l-teal\/50 {
  border-left-color: rgb(129 195 175 / 0.5);
}

.border-l-teal\/60 {
  border-left-color: rgb(129 195 175 / 0.6);
}

.border-l-teal\/70 {
  border-left-color: rgb(129 195 175 / 0.7);
}

.border-l-teal\/75 {
  border-left-color: rgb(129 195 175 / 0.75);
}

.border-l-teal\/80 {
  border-left-color: rgb(129 195 175 / 0.8);
}

.border-l-teal\/90 {
  border-left-color: rgb(129 195 175 / 0.9);
}

.border-l-teal\/95 {
  border-left-color: rgb(129 195 175 / 0.95);
}

.border-l-transparent {
  border-left-color: transparent;
}

.border-l-transparent\/0 {
  border-left-color: rgb(0 0 0 / 0);
}

.border-l-transparent\/10 {
  border-left-color: rgb(0 0 0 / 0.1);
}

.border-l-transparent\/100 {
  border-left-color: rgb(0 0 0 / 1);
}

.border-l-transparent\/20 {
  border-left-color: rgb(0 0 0 / 0.2);
}

.border-l-transparent\/25 {
  border-left-color: rgb(0 0 0 / 0.25);
}

.border-l-transparent\/30 {
  border-left-color: rgb(0 0 0 / 0.3);
}

.border-l-transparent\/40 {
  border-left-color: rgb(0 0 0 / 0.4);
}

.border-l-transparent\/5 {
  border-left-color: rgb(0 0 0 / 0.05);
}

.border-l-transparent\/50 {
  border-left-color: rgb(0 0 0 / 0.5);
}

.border-l-transparent\/60 {
  border-left-color: rgb(0 0 0 / 0.6);
}

.border-l-transparent\/70 {
  border-left-color: rgb(0 0 0 / 0.7);
}

.border-l-transparent\/75 {
  border-left-color: rgb(0 0 0 / 0.75);
}

.border-l-transparent\/80 {
  border-left-color: rgb(0 0 0 / 0.8);
}

.border-l-transparent\/90 {
  border-left-color: rgb(0 0 0 / 0.9);
}

.border-l-transparent\/95 {
  border-left-color: rgb(0 0 0 / 0.95);
}

.border-l-white {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-l-white\/0 {
  border-left-color: rgb(255 255 255 / 0);
}

.border-l-white\/10 {
  border-left-color: rgb(255 255 255 / 0.1);
}

.border-l-white\/100 {
  border-left-color: rgb(255 255 255 / 1);
}

.border-l-white\/20 {
  border-left-color: rgb(255 255 255 / 0.2);
}

.border-l-white\/25 {
  border-left-color: rgb(255 255 255 / 0.25);
}

.border-l-white\/30 {
  border-left-color: rgb(255 255 255 / 0.3);
}

.border-l-white\/40 {
  border-left-color: rgb(255 255 255 / 0.4);
}

.border-l-white\/5 {
  border-left-color: rgb(255 255 255 / 0.05);
}

.border-l-white\/50 {
  border-left-color: rgb(255 255 255 / 0.5);
}

.border-l-white\/60 {
  border-left-color: rgb(255 255 255 / 0.6);
}

.border-l-white\/70 {
  border-left-color: rgb(255 255 255 / 0.7);
}

.border-l-white\/75 {
  border-left-color: rgb(255 255 255 / 0.75);
}

.border-l-white\/80 {
  border-left-color: rgb(255 255 255 / 0.8);
}

.border-l-white\/90 {
  border-left-color: rgb(255 255 255 / 0.9);
}

.border-l-white\/95 {
  border-left-color: rgb(255 255 255 / 0.95);
}

.border-l-yellow {
  --tw-border-opacity: 1;
  border-left-color: rgb(247 191 31 / var(--tw-border-opacity));
}

.border-l-yellow-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 243 200 / var(--tw-border-opacity));
}

.border-l-yellow-100\/0 {
  border-left-color: rgb(253 243 200 / 0);
}

.border-l-yellow-100\/10 {
  border-left-color: rgb(253 243 200 / 0.1);
}

.border-l-yellow-100\/100 {
  border-left-color: rgb(253 243 200 / 1);
}

.border-l-yellow-100\/20 {
  border-left-color: rgb(253 243 200 / 0.2);
}

.border-l-yellow-100\/25 {
  border-left-color: rgb(253 243 200 / 0.25);
}

.border-l-yellow-100\/30 {
  border-left-color: rgb(253 243 200 / 0.3);
}

.border-l-yellow-100\/40 {
  border-left-color: rgb(253 243 200 / 0.4);
}

.border-l-yellow-100\/5 {
  border-left-color: rgb(253 243 200 / 0.05);
}

.border-l-yellow-100\/50 {
  border-left-color: rgb(253 243 200 / 0.5);
}

.border-l-yellow-100\/60 {
  border-left-color: rgb(253 243 200 / 0.6);
}

.border-l-yellow-100\/70 {
  border-left-color: rgb(253 243 200 / 0.7);
}

.border-l-yellow-100\/75 {
  border-left-color: rgb(253 243 200 / 0.75);
}

.border-l-yellow-100\/80 {
  border-left-color: rgb(253 243 200 / 0.8);
}

.border-l-yellow-100\/90 {
  border-left-color: rgb(253 243 200 / 0.9);
}

.border-l-yellow-100\/95 {
  border-left-color: rgb(253 243 200 / 0.95);
}

.border-l-yellow-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 231 140 / var(--tw-border-opacity));
}

.border-l-yellow-200\/0 {
  border-left-color: rgb(251 231 140 / 0);
}

.border-l-yellow-200\/10 {
  border-left-color: rgb(251 231 140 / 0.1);
}

.border-l-yellow-200\/100 {
  border-left-color: rgb(251 231 140 / 1);
}

.border-l-yellow-200\/20 {
  border-left-color: rgb(251 231 140 / 0.2);
}

.border-l-yellow-200\/25 {
  border-left-color: rgb(251 231 140 / 0.25);
}

.border-l-yellow-200\/30 {
  border-left-color: rgb(251 231 140 / 0.3);
}

.border-l-yellow-200\/40 {
  border-left-color: rgb(251 231 140 / 0.4);
}

.border-l-yellow-200\/5 {
  border-left-color: rgb(251 231 140 / 0.05);
}

.border-l-yellow-200\/50 {
  border-left-color: rgb(251 231 140 / 0.5);
}

.border-l-yellow-200\/60 {
  border-left-color: rgb(251 231 140 / 0.6);
}

.border-l-yellow-200\/70 {
  border-left-color: rgb(251 231 140 / 0.7);
}

.border-l-yellow-200\/75 {
  border-left-color: rgb(251 231 140 / 0.75);
}

.border-l-yellow-200\/80 {
  border-left-color: rgb(251 231 140 / 0.8);
}

.border-l-yellow-200\/90 {
  border-left-color: rgb(251 231 140 / 0.9);
}

.border-l-yellow-200\/95 {
  border-left-color: rgb(251 231 140 / 0.95);
}

.border-l-yellow-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 212 80 / var(--tw-border-opacity));
}

.border-l-yellow-300\/0 {
  border-left-color: rgb(249 212 80 / 0);
}

.border-l-yellow-300\/10 {
  border-left-color: rgb(249 212 80 / 0.1);
}

.border-l-yellow-300\/100 {
  border-left-color: rgb(249 212 80 / 1);
}

.border-l-yellow-300\/20 {
  border-left-color: rgb(249 212 80 / 0.2);
}

.border-l-yellow-300\/25 {
  border-left-color: rgb(249 212 80 / 0.25);
}

.border-l-yellow-300\/30 {
  border-left-color: rgb(249 212 80 / 0.3);
}

.border-l-yellow-300\/40 {
  border-left-color: rgb(249 212 80 / 0.4);
}

.border-l-yellow-300\/5 {
  border-left-color: rgb(249 212 80 / 0.05);
}

.border-l-yellow-300\/50 {
  border-left-color: rgb(249 212 80 / 0.5);
}

.border-l-yellow-300\/60 {
  border-left-color: rgb(249 212 80 / 0.6);
}

.border-l-yellow-300\/70 {
  border-left-color: rgb(249 212 80 / 0.7);
}

.border-l-yellow-300\/75 {
  border-left-color: rgb(249 212 80 / 0.75);
}

.border-l-yellow-300\/80 {
  border-left-color: rgb(249 212 80 / 0.8);
}

.border-l-yellow-300\/90 {
  border-left-color: rgb(249 212 80 / 0.9);
}

.border-l-yellow-300\/95 {
  border-left-color: rgb(249 212 80 / 0.95);
}

.border-l-yellow-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(247 191 31 / var(--tw-border-opacity));
}

.border-l-yellow-400\/0 {
  border-left-color: rgb(247 191 31 / 0);
}

.border-l-yellow-400\/10 {
  border-left-color: rgb(247 191 31 / 0.1);
}

.border-l-yellow-400\/100 {
  border-left-color: rgb(247 191 31 / 1);
}

.border-l-yellow-400\/20 {
  border-left-color: rgb(247 191 31 / 0.2);
}

.border-l-yellow-400\/25 {
  border-left-color: rgb(247 191 31 / 0.25);
}

.border-l-yellow-400\/30 {
  border-left-color: rgb(247 191 31 / 0.3);
}

.border-l-yellow-400\/40 {
  border-left-color: rgb(247 191 31 / 0.4);
}

.border-l-yellow-400\/5 {
  border-left-color: rgb(247 191 31 / 0.05);
}

.border-l-yellow-400\/50 {
  border-left-color: rgb(247 191 31 / 0.5);
}

.border-l-yellow-400\/60 {
  border-left-color: rgb(247 191 31 / 0.6);
}

.border-l-yellow-400\/70 {
  border-left-color: rgb(247 191 31 / 0.7);
}

.border-l-yellow-400\/75 {
  border-left-color: rgb(247 191 31 / 0.75);
}

.border-l-yellow-400\/80 {
  border-left-color: rgb(247 191 31 / 0.8);
}

.border-l-yellow-400\/90 {
  border-left-color: rgb(247 191 31 / 0.9);
}

.border-l-yellow-400\/95 {
  border-left-color: rgb(247 191 31 / 0.95);
}

.border-l-yellow-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.border-l-yellow-50\/0 {
  border-left-color: rgb(255 251 235 / 0);
}

.border-l-yellow-50\/10 {
  border-left-color: rgb(255 251 235 / 0.1);
}

.border-l-yellow-50\/100 {
  border-left-color: rgb(255 251 235 / 1);
}

.border-l-yellow-50\/20 {
  border-left-color: rgb(255 251 235 / 0.2);
}

.border-l-yellow-50\/25 {
  border-left-color: rgb(255 251 235 / 0.25);
}

.border-l-yellow-50\/30 {
  border-left-color: rgb(255 251 235 / 0.3);
}

.border-l-yellow-50\/40 {
  border-left-color: rgb(255 251 235 / 0.4);
}

.border-l-yellow-50\/5 {
  border-left-color: rgb(255 251 235 / 0.05);
}

.border-l-yellow-50\/50 {
  border-left-color: rgb(255 251 235 / 0.5);
}

.border-l-yellow-50\/60 {
  border-left-color: rgb(255 251 235 / 0.6);
}

.border-l-yellow-50\/70 {
  border-left-color: rgb(255 251 235 / 0.7);
}

.border-l-yellow-50\/75 {
  border-left-color: rgb(255 251 235 / 0.75);
}

.border-l-yellow-50\/80 {
  border-left-color: rgb(255 251 235 / 0.8);
}

.border-l-yellow-50\/90 {
  border-left-color: rgb(255 251 235 / 0.9);
}

.border-l-yellow-50\/95 {
  border-left-color: rgb(255 251 235 / 0.95);
}

.border-l-yellow-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(241 161 15 / var(--tw-border-opacity));
}

.border-l-yellow-500\/0 {
  border-left-color: rgb(241 161 15 / 0);
}

.border-l-yellow-500\/10 {
  border-left-color: rgb(241 161 15 / 0.1);
}

.border-l-yellow-500\/100 {
  border-left-color: rgb(241 161 15 / 1);
}

.border-l-yellow-500\/20 {
  border-left-color: rgb(241 161 15 / 0.2);
}

.border-l-yellow-500\/25 {
  border-left-color: rgb(241 161 15 / 0.25);
}

.border-l-yellow-500\/30 {
  border-left-color: rgb(241 161 15 / 0.3);
}

.border-l-yellow-500\/40 {
  border-left-color: rgb(241 161 15 / 0.4);
}

.border-l-yellow-500\/5 {
  border-left-color: rgb(241 161 15 / 0.05);
}

.border-l-yellow-500\/50 {
  border-left-color: rgb(241 161 15 / 0.5);
}

.border-l-yellow-500\/60 {
  border-left-color: rgb(241 161 15 / 0.6);
}

.border-l-yellow-500\/70 {
  border-left-color: rgb(241 161 15 / 0.7);
}

.border-l-yellow-500\/75 {
  border-left-color: rgb(241 161 15 / 0.75);
}

.border-l-yellow-500\/80 {
  border-left-color: rgb(241 161 15 / 0.8);
}

.border-l-yellow-500\/90 {
  border-left-color: rgb(241 161 15 / 0.9);
}

.border-l-yellow-500\/95 {
  border-left-color: rgb(241 161 15 / 0.95);
}

.border-l-yellow-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(213 123 10 / var(--tw-border-opacity));
}

.border-l-yellow-600\/0 {
  border-left-color: rgb(213 123 10 / 0);
}

.border-l-yellow-600\/10 {
  border-left-color: rgb(213 123 10 / 0.1);
}

.border-l-yellow-600\/100 {
  border-left-color: rgb(213 123 10 / 1);
}

.border-l-yellow-600\/20 {
  border-left-color: rgb(213 123 10 / 0.2);
}

.border-l-yellow-600\/25 {
  border-left-color: rgb(213 123 10 / 0.25);
}

.border-l-yellow-600\/30 {
  border-left-color: rgb(213 123 10 / 0.3);
}

.border-l-yellow-600\/40 {
  border-left-color: rgb(213 123 10 / 0.4);
}

.border-l-yellow-600\/5 {
  border-left-color: rgb(213 123 10 / 0.05);
}

.border-l-yellow-600\/50 {
  border-left-color: rgb(213 123 10 / 0.5);
}

.border-l-yellow-600\/60 {
  border-left-color: rgb(213 123 10 / 0.6);
}

.border-l-yellow-600\/70 {
  border-left-color: rgb(213 123 10 / 0.7);
}

.border-l-yellow-600\/75 {
  border-left-color: rgb(213 123 10 / 0.75);
}

.border-l-yellow-600\/80 {
  border-left-color: rgb(213 123 10 / 0.8);
}

.border-l-yellow-600\/90 {
  border-left-color: rgb(213 123 10 / 0.9);
}

.border-l-yellow-600\/95 {
  border-left-color: rgb(213 123 10 / 0.95);
}

.border-l-yellow-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(177 86 12 / var(--tw-border-opacity));
}

.border-l-yellow-700\/0 {
  border-left-color: rgb(177 86 12 / 0);
}

.border-l-yellow-700\/10 {
  border-left-color: rgb(177 86 12 / 0.1);
}

.border-l-yellow-700\/100 {
  border-left-color: rgb(177 86 12 / 1);
}

.border-l-yellow-700\/20 {
  border-left-color: rgb(177 86 12 / 0.2);
}

.border-l-yellow-700\/25 {
  border-left-color: rgb(177 86 12 / 0.25);
}

.border-l-yellow-700\/30 {
  border-left-color: rgb(177 86 12 / 0.3);
}

.border-l-yellow-700\/40 {
  border-left-color: rgb(177 86 12 / 0.4);
}

.border-l-yellow-700\/5 {
  border-left-color: rgb(177 86 12 / 0.05);
}

.border-l-yellow-700\/50 {
  border-left-color: rgb(177 86 12 / 0.5);
}

.border-l-yellow-700\/60 {
  border-left-color: rgb(177 86 12 / 0.6);
}

.border-l-yellow-700\/70 {
  border-left-color: rgb(177 86 12 / 0.7);
}

.border-l-yellow-700\/75 {
  border-left-color: rgb(177 86 12 / 0.75);
}

.border-l-yellow-700\/80 {
  border-left-color: rgb(177 86 12 / 0.8);
}

.border-l-yellow-700\/90 {
  border-left-color: rgb(177 86 12 / 0.9);
}

.border-l-yellow-700\/95 {
  border-left-color: rgb(177 86 12 / 0.95);
}

.border-l-yellow-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(144 68 16 / var(--tw-border-opacity));
}

.border-l-yellow-800\/0 {
  border-left-color: rgb(144 68 16 / 0);
}

.border-l-yellow-800\/10 {
  border-left-color: rgb(144 68 16 / 0.1);
}

.border-l-yellow-800\/100 {
  border-left-color: rgb(144 68 16 / 1);
}

.border-l-yellow-800\/20 {
  border-left-color: rgb(144 68 16 / 0.2);
}

.border-l-yellow-800\/25 {
  border-left-color: rgb(144 68 16 / 0.25);
}

.border-l-yellow-800\/30 {
  border-left-color: rgb(144 68 16 / 0.3);
}

.border-l-yellow-800\/40 {
  border-left-color: rgb(144 68 16 / 0.4);
}

.border-l-yellow-800\/5 {
  border-left-color: rgb(144 68 16 / 0.05);
}

.border-l-yellow-800\/50 {
  border-left-color: rgb(144 68 16 / 0.5);
}

.border-l-yellow-800\/60 {
  border-left-color: rgb(144 68 16 / 0.6);
}

.border-l-yellow-800\/70 {
  border-left-color: rgb(144 68 16 / 0.7);
}

.border-l-yellow-800\/75 {
  border-left-color: rgb(144 68 16 / 0.75);
}

.border-l-yellow-800\/80 {
  border-left-color: rgb(144 68 16 / 0.8);
}

.border-l-yellow-800\/90 {
  border-left-color: rgb(144 68 16 / 0.9);
}

.border-l-yellow-800\/95 {
  border-left-color: rgb(144 68 16 / 0.95);
}

.border-l-yellow-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(118 55 17 / var(--tw-border-opacity));
}

.border-l-yellow-900\/0 {
  border-left-color: rgb(118 55 17 / 0);
}

.border-l-yellow-900\/10 {
  border-left-color: rgb(118 55 17 / 0.1);
}

.border-l-yellow-900\/100 {
  border-left-color: rgb(118 55 17 / 1);
}

.border-l-yellow-900\/20 {
  border-left-color: rgb(118 55 17 / 0.2);
}

.border-l-yellow-900\/25 {
  border-left-color: rgb(118 55 17 / 0.25);
}

.border-l-yellow-900\/30 {
  border-left-color: rgb(118 55 17 / 0.3);
}

.border-l-yellow-900\/40 {
  border-left-color: rgb(118 55 17 / 0.4);
}

.border-l-yellow-900\/5 {
  border-left-color: rgb(118 55 17 / 0.05);
}

.border-l-yellow-900\/50 {
  border-left-color: rgb(118 55 17 / 0.5);
}

.border-l-yellow-900\/60 {
  border-left-color: rgb(118 55 17 / 0.6);
}

.border-l-yellow-900\/70 {
  border-left-color: rgb(118 55 17 / 0.7);
}

.border-l-yellow-900\/75 {
  border-left-color: rgb(118 55 17 / 0.75);
}

.border-l-yellow-900\/80 {
  border-left-color: rgb(118 55 17 / 0.8);
}

.border-l-yellow-900\/90 {
  border-left-color: rgb(118 55 17 / 0.9);
}

.border-l-yellow-900\/95 {
  border-left-color: rgb(118 55 17 / 0.95);
}

.border-l-yellow-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(68 27 4 / var(--tw-border-opacity));
}

.border-l-yellow-950\/0 {
  border-left-color: rgb(68 27 4 / 0);
}

.border-l-yellow-950\/10 {
  border-left-color: rgb(68 27 4 / 0.1);
}

.border-l-yellow-950\/100 {
  border-left-color: rgb(68 27 4 / 1);
}

.border-l-yellow-950\/20 {
  border-left-color: rgb(68 27 4 / 0.2);
}

.border-l-yellow-950\/25 {
  border-left-color: rgb(68 27 4 / 0.25);
}

.border-l-yellow-950\/30 {
  border-left-color: rgb(68 27 4 / 0.3);
}

.border-l-yellow-950\/40 {
  border-left-color: rgb(68 27 4 / 0.4);
}

.border-l-yellow-950\/5 {
  border-left-color: rgb(68 27 4 / 0.05);
}

.border-l-yellow-950\/50 {
  border-left-color: rgb(68 27 4 / 0.5);
}

.border-l-yellow-950\/60 {
  border-left-color: rgb(68 27 4 / 0.6);
}

.border-l-yellow-950\/70 {
  border-left-color: rgb(68 27 4 / 0.7);
}

.border-l-yellow-950\/75 {
  border-left-color: rgb(68 27 4 / 0.75);
}

.border-l-yellow-950\/80 {
  border-left-color: rgb(68 27 4 / 0.8);
}

.border-l-yellow-950\/90 {
  border-left-color: rgb(68 27 4 / 0.9);
}

.border-l-yellow-950\/95 {
  border-left-color: rgb(68 27 4 / 0.95);
}

.border-l-yellow\/0 {
  border-left-color: rgb(247 191 31 / 0);
}

.border-l-yellow\/10 {
  border-left-color: rgb(247 191 31 / 0.1);
}

.border-l-yellow\/100 {
  border-left-color: rgb(247 191 31 / 1);
}

.border-l-yellow\/20 {
  border-left-color: rgb(247 191 31 / 0.2);
}

.border-l-yellow\/25 {
  border-left-color: rgb(247 191 31 / 0.25);
}

.border-l-yellow\/30 {
  border-left-color: rgb(247 191 31 / 0.3);
}

.border-l-yellow\/40 {
  border-left-color: rgb(247 191 31 / 0.4);
}

.border-l-yellow\/5 {
  border-left-color: rgb(247 191 31 / 0.05);
}

.border-l-yellow\/50 {
  border-left-color: rgb(247 191 31 / 0.5);
}

.border-l-yellow\/60 {
  border-left-color: rgb(247 191 31 / 0.6);
}

.border-l-yellow\/70 {
  border-left-color: rgb(247 191 31 / 0.7);
}

.border-l-yellow\/75 {
  border-left-color: rgb(247 191 31 / 0.75);
}

.border-l-yellow\/80 {
  border-left-color: rgb(247 191 31 / 0.8);
}

.border-l-yellow\/90 {
  border-left-color: rgb(247 191 31 / 0.9);
}

.border-l-yellow\/95 {
  border-left-color: rgb(247 191 31 / 0.95);
}

.border-r-aqua {
  --tw-border-opacity: 1;
  border-right-color: rgb(129 195 175 / var(--tw-border-opacity));
}

.border-r-aqua-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(240 248 245 / var(--tw-border-opacity));
}

.border-r-aqua-100\/0 {
  border-right-color: rgb(240 248 245 / 0);
}

.border-r-aqua-100\/10 {
  border-right-color: rgb(240 248 245 / 0.1);
}

.border-r-aqua-100\/100 {
  border-right-color: rgb(240 248 245 / 1);
}

.border-r-aqua-100\/20 {
  border-right-color: rgb(240 248 245 / 0.2);
}

.border-r-aqua-100\/25 {
  border-right-color: rgb(240 248 245 / 0.25);
}

.border-r-aqua-100\/30 {
  border-right-color: rgb(240 248 245 / 0.3);
}

.border-r-aqua-100\/40 {
  border-right-color: rgb(240 248 245 / 0.4);
}

.border-r-aqua-100\/5 {
  border-right-color: rgb(240 248 245 / 0.05);
}

.border-r-aqua-100\/50 {
  border-right-color: rgb(240 248 245 / 0.5);
}

.border-r-aqua-100\/60 {
  border-right-color: rgb(240 248 245 / 0.6);
}

.border-r-aqua-100\/70 {
  border-right-color: rgb(240 248 245 / 0.7);
}

.border-r-aqua-100\/75 {
  border-right-color: rgb(240 248 245 / 0.75);
}

.border-r-aqua-100\/80 {
  border-right-color: rgb(240 248 245 / 0.8);
}

.border-r-aqua-100\/90 {
  border-right-color: rgb(240 248 245 / 0.9);
}

.border-r-aqua-100\/95 {
  border-right-color: rgb(240 248 245 / 0.95);
}

.border-r-aqua-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(212 234 228 / var(--tw-border-opacity));
}

.border-r-aqua-200\/0 {
  border-right-color: rgb(212 234 228 / 0);
}

.border-r-aqua-200\/10 {
  border-right-color: rgb(212 234 228 / 0.1);
}

.border-r-aqua-200\/100 {
  border-right-color: rgb(212 234 228 / 1);
}

.border-r-aqua-200\/20 {
  border-right-color: rgb(212 234 228 / 0.2);
}

.border-r-aqua-200\/25 {
  border-right-color: rgb(212 234 228 / 0.25);
}

.border-r-aqua-200\/30 {
  border-right-color: rgb(212 234 228 / 0.3);
}

.border-r-aqua-200\/40 {
  border-right-color: rgb(212 234 228 / 0.4);
}

.border-r-aqua-200\/5 {
  border-right-color: rgb(212 234 228 / 0.05);
}

.border-r-aqua-200\/50 {
  border-right-color: rgb(212 234 228 / 0.5);
}

.border-r-aqua-200\/60 {
  border-right-color: rgb(212 234 228 / 0.6);
}

.border-r-aqua-200\/70 {
  border-right-color: rgb(212 234 228 / 0.7);
}

.border-r-aqua-200\/75 {
  border-right-color: rgb(212 234 228 / 0.75);
}

.border-r-aqua-200\/80 {
  border-right-color: rgb(212 234 228 / 0.8);
}

.border-r-aqua-200\/90 {
  border-right-color: rgb(212 234 228 / 0.9);
}

.border-r-aqua-200\/95 {
  border-right-color: rgb(212 234 228 / 0.95);
}

.border-r-aqua-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(184 221 210 / var(--tw-border-opacity));
}

.border-r-aqua-300\/0 {
  border-right-color: rgb(184 221 210 / 0);
}

.border-r-aqua-300\/10 {
  border-right-color: rgb(184 221 210 / 0.1);
}

.border-r-aqua-300\/100 {
  border-right-color: rgb(184 221 210 / 1);
}

.border-r-aqua-300\/20 {
  border-right-color: rgb(184 221 210 / 0.2);
}

.border-r-aqua-300\/25 {
  border-right-color: rgb(184 221 210 / 0.25);
}

.border-r-aqua-300\/30 {
  border-right-color: rgb(184 221 210 / 0.3);
}

.border-r-aqua-300\/40 {
  border-right-color: rgb(184 221 210 / 0.4);
}

.border-r-aqua-300\/5 {
  border-right-color: rgb(184 221 210 / 0.05);
}

.border-r-aqua-300\/50 {
  border-right-color: rgb(184 221 210 / 0.5);
}

.border-r-aqua-300\/60 {
  border-right-color: rgb(184 221 210 / 0.6);
}

.border-r-aqua-300\/70 {
  border-right-color: rgb(184 221 210 / 0.7);
}

.border-r-aqua-300\/75 {
  border-right-color: rgb(184 221 210 / 0.75);
}

.border-r-aqua-300\/80 {
  border-right-color: rgb(184 221 210 / 0.8);
}

.border-r-aqua-300\/90 {
  border-right-color: rgb(184 221 210 / 0.9);
}

.border-r-aqua-300\/95 {
  border-right-color: rgb(184 221 210 / 0.95);
}

.border-r-aqua-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(157 208 193 / var(--tw-border-opacity));
}

.border-r-aqua-400\/0 {
  border-right-color: rgb(157 208 193 / 0);
}

.border-r-aqua-400\/10 {
  border-right-color: rgb(157 208 193 / 0.1);
}

.border-r-aqua-400\/100 {
  border-right-color: rgb(157 208 193 / 1);
}

.border-r-aqua-400\/20 {
  border-right-color: rgb(157 208 193 / 0.2);
}

.border-r-aqua-400\/25 {
  border-right-color: rgb(157 208 193 / 0.25);
}

.border-r-aqua-400\/30 {
  border-right-color: rgb(157 208 193 / 0.3);
}

.border-r-aqua-400\/40 {
  border-right-color: rgb(157 208 193 / 0.4);
}

.border-r-aqua-400\/5 {
  border-right-color: rgb(157 208 193 / 0.05);
}

.border-r-aqua-400\/50 {
  border-right-color: rgb(157 208 193 / 0.5);
}

.border-r-aqua-400\/60 {
  border-right-color: rgb(157 208 193 / 0.6);
}

.border-r-aqua-400\/70 {
  border-right-color: rgb(157 208 193 / 0.7);
}

.border-r-aqua-400\/75 {
  border-right-color: rgb(157 208 193 / 0.75);
}

.border-r-aqua-400\/80 {
  border-right-color: rgb(157 208 193 / 0.8);
}

.border-r-aqua-400\/90 {
  border-right-color: rgb(157 208 193 / 0.9);
}

.border-r-aqua-400\/95 {
  border-right-color: rgb(157 208 193 / 0.95);
}

.border-r-aqua-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 254 254 / var(--tw-border-opacity));
}

.border-r-aqua-50\/0 {
  border-right-color: rgb(253 254 254 / 0);
}

.border-r-aqua-50\/10 {
  border-right-color: rgb(253 254 254 / 0.1);
}

.border-r-aqua-50\/100 {
  border-right-color: rgb(253 254 254 / 1);
}

.border-r-aqua-50\/20 {
  border-right-color: rgb(253 254 254 / 0.2);
}

.border-r-aqua-50\/25 {
  border-right-color: rgb(253 254 254 / 0.25);
}

.border-r-aqua-50\/30 {
  border-right-color: rgb(253 254 254 / 0.3);
}

.border-r-aqua-50\/40 {
  border-right-color: rgb(253 254 254 / 0.4);
}

.border-r-aqua-50\/5 {
  border-right-color: rgb(253 254 254 / 0.05);
}

.border-r-aqua-50\/50 {
  border-right-color: rgb(253 254 254 / 0.5);
}

.border-r-aqua-50\/60 {
  border-right-color: rgb(253 254 254 / 0.6);
}

.border-r-aqua-50\/70 {
  border-right-color: rgb(253 254 254 / 0.7);
}

.border-r-aqua-50\/75 {
  border-right-color: rgb(253 254 254 / 0.75);
}

.border-r-aqua-50\/80 {
  border-right-color: rgb(253 254 254 / 0.8);
}

.border-r-aqua-50\/90 {
  border-right-color: rgb(253 254 254 / 0.9);
}

.border-r-aqua-50\/95 {
  border-right-color: rgb(253 254 254 / 0.95);
}

.border-r-aqua-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(129 195 175 / var(--tw-border-opacity));
}

.border-r-aqua-500\/0 {
  border-right-color: rgb(129 195 175 / 0);
}

.border-r-aqua-500\/10 {
  border-right-color: rgb(129 195 175 / 0.1);
}

.border-r-aqua-500\/100 {
  border-right-color: rgb(129 195 175 / 1);
}

.border-r-aqua-500\/20 {
  border-right-color: rgb(129 195 175 / 0.2);
}

.border-r-aqua-500\/25 {
  border-right-color: rgb(129 195 175 / 0.25);
}

.border-r-aqua-500\/30 {
  border-right-color: rgb(129 195 175 / 0.3);
}

.border-r-aqua-500\/40 {
  border-right-color: rgb(129 195 175 / 0.4);
}

.border-r-aqua-500\/5 {
  border-right-color: rgb(129 195 175 / 0.05);
}

.border-r-aqua-500\/50 {
  border-right-color: rgb(129 195 175 / 0.5);
}

.border-r-aqua-500\/60 {
  border-right-color: rgb(129 195 175 / 0.6);
}

.border-r-aqua-500\/70 {
  border-right-color: rgb(129 195 175 / 0.7);
}

.border-r-aqua-500\/75 {
  border-right-color: rgb(129 195 175 / 0.75);
}

.border-r-aqua-500\/80 {
  border-right-color: rgb(129 195 175 / 0.8);
}

.border-r-aqua-500\/90 {
  border-right-color: rgb(129 195 175 / 0.9);
}

.border-r-aqua-500\/95 {
  border-right-color: rgb(129 195 175 / 0.95);
}

.border-r-aqua-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(91 177 151 / var(--tw-border-opacity));
}

.border-r-aqua-600\/0 {
  border-right-color: rgb(91 177 151 / 0);
}

.border-r-aqua-600\/10 {
  border-right-color: rgb(91 177 151 / 0.1);
}

.border-r-aqua-600\/100 {
  border-right-color: rgb(91 177 151 / 1);
}

.border-r-aqua-600\/20 {
  border-right-color: rgb(91 177 151 / 0.2);
}

.border-r-aqua-600\/25 {
  border-right-color: rgb(91 177 151 / 0.25);
}

.border-r-aqua-600\/30 {
  border-right-color: rgb(91 177 151 / 0.3);
}

.border-r-aqua-600\/40 {
  border-right-color: rgb(91 177 151 / 0.4);
}

.border-r-aqua-600\/5 {
  border-right-color: rgb(91 177 151 / 0.05);
}

.border-r-aqua-600\/50 {
  border-right-color: rgb(91 177 151 / 0.5);
}

.border-r-aqua-600\/60 {
  border-right-color: rgb(91 177 151 / 0.6);
}

.border-r-aqua-600\/70 {
  border-right-color: rgb(91 177 151 / 0.7);
}

.border-r-aqua-600\/75 {
  border-right-color: rgb(91 177 151 / 0.75);
}

.border-r-aqua-600\/80 {
  border-right-color: rgb(91 177 151 / 0.8);
}

.border-r-aqua-600\/90 {
  border-right-color: rgb(91 177 151 / 0.9);
}

.border-r-aqua-600\/95 {
  border-right-color: rgb(91 177 151 / 0.95);
}

.border-r-aqua-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(68 143 121 / var(--tw-border-opacity));
}

.border-r-aqua-700\/0 {
  border-right-color: rgb(68 143 121 / 0);
}

.border-r-aqua-700\/10 {
  border-right-color: rgb(68 143 121 / 0.1);
}

.border-r-aqua-700\/100 {
  border-right-color: rgb(68 143 121 / 1);
}

.border-r-aqua-700\/20 {
  border-right-color: rgb(68 143 121 / 0.2);
}

.border-r-aqua-700\/25 {
  border-right-color: rgb(68 143 121 / 0.25);
}

.border-r-aqua-700\/30 {
  border-right-color: rgb(68 143 121 / 0.3);
}

.border-r-aqua-700\/40 {
  border-right-color: rgb(68 143 121 / 0.4);
}

.border-r-aqua-700\/5 {
  border-right-color: rgb(68 143 121 / 0.05);
}

.border-r-aqua-700\/50 {
  border-right-color: rgb(68 143 121 / 0.5);
}

.border-r-aqua-700\/60 {
  border-right-color: rgb(68 143 121 / 0.6);
}

.border-r-aqua-700\/70 {
  border-right-color: rgb(68 143 121 / 0.7);
}

.border-r-aqua-700\/75 {
  border-right-color: rgb(68 143 121 / 0.75);
}

.border-r-aqua-700\/80 {
  border-right-color: rgb(68 143 121 / 0.8);
}

.border-r-aqua-700\/90 {
  border-right-color: rgb(68 143 121 / 0.9);
}

.border-r-aqua-700\/95 {
  border-right-color: rgb(68 143 121 / 0.95);
}

.border-r-aqua-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(50 105 89 / var(--tw-border-opacity));
}

.border-r-aqua-800\/0 {
  border-right-color: rgb(50 105 89 / 0);
}

.border-r-aqua-800\/10 {
  border-right-color: rgb(50 105 89 / 0.1);
}

.border-r-aqua-800\/100 {
  border-right-color: rgb(50 105 89 / 1);
}

.border-r-aqua-800\/20 {
  border-right-color: rgb(50 105 89 / 0.2);
}

.border-r-aqua-800\/25 {
  border-right-color: rgb(50 105 89 / 0.25);
}

.border-r-aqua-800\/30 {
  border-right-color: rgb(50 105 89 / 0.3);
}

.border-r-aqua-800\/40 {
  border-right-color: rgb(50 105 89 / 0.4);
}

.border-r-aqua-800\/5 {
  border-right-color: rgb(50 105 89 / 0.05);
}

.border-r-aqua-800\/50 {
  border-right-color: rgb(50 105 89 / 0.5);
}

.border-r-aqua-800\/60 {
  border-right-color: rgb(50 105 89 / 0.6);
}

.border-r-aqua-800\/70 {
  border-right-color: rgb(50 105 89 / 0.7);
}

.border-r-aqua-800\/75 {
  border-right-color: rgb(50 105 89 / 0.75);
}

.border-r-aqua-800\/80 {
  border-right-color: rgb(50 105 89 / 0.8);
}

.border-r-aqua-800\/90 {
  border-right-color: rgb(50 105 89 / 0.9);
}

.border-r-aqua-800\/95 {
  border-right-color: rgb(50 105 89 / 0.95);
}

.border-r-aqua-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(32 67 57 / var(--tw-border-opacity));
}

.border-r-aqua-900\/0 {
  border-right-color: rgb(32 67 57 / 0);
}

.border-r-aqua-900\/10 {
  border-right-color: rgb(32 67 57 / 0.1);
}

.border-r-aqua-900\/100 {
  border-right-color: rgb(32 67 57 / 1);
}

.border-r-aqua-900\/20 {
  border-right-color: rgb(32 67 57 / 0.2);
}

.border-r-aqua-900\/25 {
  border-right-color: rgb(32 67 57 / 0.25);
}

.border-r-aqua-900\/30 {
  border-right-color: rgb(32 67 57 / 0.3);
}

.border-r-aqua-900\/40 {
  border-right-color: rgb(32 67 57 / 0.4);
}

.border-r-aqua-900\/5 {
  border-right-color: rgb(32 67 57 / 0.05);
}

.border-r-aqua-900\/50 {
  border-right-color: rgb(32 67 57 / 0.5);
}

.border-r-aqua-900\/60 {
  border-right-color: rgb(32 67 57 / 0.6);
}

.border-r-aqua-900\/70 {
  border-right-color: rgb(32 67 57 / 0.7);
}

.border-r-aqua-900\/75 {
  border-right-color: rgb(32 67 57 / 0.75);
}

.border-r-aqua-900\/80 {
  border-right-color: rgb(32 67 57 / 0.8);
}

.border-r-aqua-900\/90 {
  border-right-color: rgb(32 67 57 / 0.9);
}

.border-r-aqua-900\/95 {
  border-right-color: rgb(32 67 57 / 0.95);
}

.border-r-aqua\/0 {
  border-right-color: rgb(129 195 175 / 0);
}

.border-r-aqua\/10 {
  border-right-color: rgb(129 195 175 / 0.1);
}

.border-r-aqua\/100 {
  border-right-color: rgb(129 195 175 / 1);
}

.border-r-aqua\/20 {
  border-right-color: rgb(129 195 175 / 0.2);
}

.border-r-aqua\/25 {
  border-right-color: rgb(129 195 175 / 0.25);
}

.border-r-aqua\/30 {
  border-right-color: rgb(129 195 175 / 0.3);
}

.border-r-aqua\/40 {
  border-right-color: rgb(129 195 175 / 0.4);
}

.border-r-aqua\/5 {
  border-right-color: rgb(129 195 175 / 0.05);
}

.border-r-aqua\/50 {
  border-right-color: rgb(129 195 175 / 0.5);
}

.border-r-aqua\/60 {
  border-right-color: rgb(129 195 175 / 0.6);
}

.border-r-aqua\/70 {
  border-right-color: rgb(129 195 175 / 0.7);
}

.border-r-aqua\/75 {
  border-right-color: rgb(129 195 175 / 0.75);
}

.border-r-aqua\/80 {
  border-right-color: rgb(129 195 175 / 0.8);
}

.border-r-aqua\/90 {
  border-right-color: rgb(129 195 175 / 0.9);
}

.border-r-aqua\/95 {
  border-right-color: rgb(129 195 175 / 0.95);
}

.border-r-black {
  --tw-border-opacity: 1;
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-r-black\/0 {
  border-right-color: rgb(0 0 0 / 0);
}

.border-r-black\/10 {
  border-right-color: rgb(0 0 0 / 0.1);
}

.border-r-black\/100 {
  border-right-color: rgb(0 0 0 / 1);
}

.border-r-black\/20 {
  border-right-color: rgb(0 0 0 / 0.2);
}

.border-r-black\/25 {
  border-right-color: rgb(0 0 0 / 0.25);
}

.border-r-black\/30 {
  border-right-color: rgb(0 0 0 / 0.3);
}

.border-r-black\/40 {
  border-right-color: rgb(0 0 0 / 0.4);
}

.border-r-black\/5 {
  border-right-color: rgb(0 0 0 / 0.05);
}

.border-r-black\/50 {
  border-right-color: rgb(0 0 0 / 0.5);
}

.border-r-black\/60 {
  border-right-color: rgb(0 0 0 / 0.6);
}

.border-r-black\/70 {
  border-right-color: rgb(0 0 0 / 0.7);
}

.border-r-black\/75 {
  border-right-color: rgb(0 0 0 / 0.75);
}

.border-r-black\/80 {
  border-right-color: rgb(0 0 0 / 0.8);
}

.border-r-black\/90 {
  border-right-color: rgb(0 0 0 / 0.9);
}

.border-r-black\/95 {
  border-right-color: rgb(0 0 0 / 0.95);
}

.border-r-blue {
  --tw-border-opacity: 1;
  border-right-color: rgb(155 211 242 / var(--tw-border-opacity));
}

.border-r-blue-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(227 240 251 / var(--tw-border-opacity));
}

.border-r-blue-100\/0 {
  border-right-color: rgb(227 240 251 / 0);
}

.border-r-blue-100\/10 {
  border-right-color: rgb(227 240 251 / 0.1);
}

.border-r-blue-100\/100 {
  border-right-color: rgb(227 240 251 / 1);
}

.border-r-blue-100\/20 {
  border-right-color: rgb(227 240 251 / 0.2);
}

.border-r-blue-100\/25 {
  border-right-color: rgb(227 240 251 / 0.25);
}

.border-r-blue-100\/30 {
  border-right-color: rgb(227 240 251 / 0.3);
}

.border-r-blue-100\/40 {
  border-right-color: rgb(227 240 251 / 0.4);
}

.border-r-blue-100\/5 {
  border-right-color: rgb(227 240 251 / 0.05);
}

.border-r-blue-100\/50 {
  border-right-color: rgb(227 240 251 / 0.5);
}

.border-r-blue-100\/60 {
  border-right-color: rgb(227 240 251 / 0.6);
}

.border-r-blue-100\/70 {
  border-right-color: rgb(227 240 251 / 0.7);
}

.border-r-blue-100\/75 {
  border-right-color: rgb(227 240 251 / 0.75);
}

.border-r-blue-100\/80 {
  border-right-color: rgb(227 240 251 / 0.8);
}

.border-r-blue-100\/90 {
  border-right-color: rgb(227 240 251 / 0.9);
}

.border-r-blue-100\/95 {
  border-right-color: rgb(227 240 251 / 0.95);
}

.border-r-blue-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(192 226 247 / var(--tw-border-opacity));
}

.border-r-blue-200\/0 {
  border-right-color: rgb(192 226 247 / 0);
}

.border-r-blue-200\/10 {
  border-right-color: rgb(192 226 247 / 0.1);
}

.border-r-blue-200\/100 {
  border-right-color: rgb(192 226 247 / 1);
}

.border-r-blue-200\/20 {
  border-right-color: rgb(192 226 247 / 0.2);
}

.border-r-blue-200\/25 {
  border-right-color: rgb(192 226 247 / 0.25);
}

.border-r-blue-200\/30 {
  border-right-color: rgb(192 226 247 / 0.3);
}

.border-r-blue-200\/40 {
  border-right-color: rgb(192 226 247 / 0.4);
}

.border-r-blue-200\/5 {
  border-right-color: rgb(192 226 247 / 0.05);
}

.border-r-blue-200\/50 {
  border-right-color: rgb(192 226 247 / 0.5);
}

.border-r-blue-200\/60 {
  border-right-color: rgb(192 226 247 / 0.6);
}

.border-r-blue-200\/70 {
  border-right-color: rgb(192 226 247 / 0.7);
}

.border-r-blue-200\/75 {
  border-right-color: rgb(192 226 247 / 0.75);
}

.border-r-blue-200\/80 {
  border-right-color: rgb(192 226 247 / 0.8);
}

.border-r-blue-200\/90 {
  border-right-color: rgb(192 226 247 / 0.9);
}

.border-r-blue-200\/95 {
  border-right-color: rgb(192 226 247 / 0.95);
}

.border-r-blue-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(155 211 242 / var(--tw-border-opacity));
}

.border-r-blue-300\/0 {
  border-right-color: rgb(155 211 242 / 0);
}

.border-r-blue-300\/10 {
  border-right-color: rgb(155 211 242 / 0.1);
}

.border-r-blue-300\/100 {
  border-right-color: rgb(155 211 242 / 1);
}

.border-r-blue-300\/20 {
  border-right-color: rgb(155 211 242 / 0.2);
}

.border-r-blue-300\/25 {
  border-right-color: rgb(155 211 242 / 0.25);
}

.border-r-blue-300\/30 {
  border-right-color: rgb(155 211 242 / 0.3);
}

.border-r-blue-300\/40 {
  border-right-color: rgb(155 211 242 / 0.4);
}

.border-r-blue-300\/5 {
  border-right-color: rgb(155 211 242 / 0.05);
}

.border-r-blue-300\/50 {
  border-right-color: rgb(155 211 242 / 0.5);
}

.border-r-blue-300\/60 {
  border-right-color: rgb(155 211 242 / 0.6);
}

.border-r-blue-300\/70 {
  border-right-color: rgb(155 211 242 / 0.7);
}

.border-r-blue-300\/75 {
  border-right-color: rgb(155 211 242 / 0.75);
}

.border-r-blue-300\/80 {
  border-right-color: rgb(155 211 242 / 0.8);
}

.border-r-blue-300\/90 {
  border-right-color: rgb(155 211 242 / 0.9);
}

.border-r-blue-300\/95 {
  border-right-color: rgb(155 211 242 / 0.95);
}

.border-r-blue-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(75 177 229 / var(--tw-border-opacity));
}

.border-r-blue-400\/0 {
  border-right-color: rgb(75 177 229 / 0);
}

.border-r-blue-400\/10 {
  border-right-color: rgb(75 177 229 / 0.1);
}

.border-r-blue-400\/100 {
  border-right-color: rgb(75 177 229 / 1);
}

.border-r-blue-400\/20 {
  border-right-color: rgb(75 177 229 / 0.2);
}

.border-r-blue-400\/25 {
  border-right-color: rgb(75 177 229 / 0.25);
}

.border-r-blue-400\/30 {
  border-right-color: rgb(75 177 229 / 0.3);
}

.border-r-blue-400\/40 {
  border-right-color: rgb(75 177 229 / 0.4);
}

.border-r-blue-400\/5 {
  border-right-color: rgb(75 177 229 / 0.05);
}

.border-r-blue-400\/50 {
  border-right-color: rgb(75 177 229 / 0.5);
}

.border-r-blue-400\/60 {
  border-right-color: rgb(75 177 229 / 0.6);
}

.border-r-blue-400\/70 {
  border-right-color: rgb(75 177 229 / 0.7);
}

.border-r-blue-400\/75 {
  border-right-color: rgb(75 177 229 / 0.75);
}

.border-r-blue-400\/80 {
  border-right-color: rgb(75 177 229 / 0.8);
}

.border-r-blue-400\/90 {
  border-right-color: rgb(75 177 229 / 0.9);
}

.border-r-blue-400\/95 {
  border-right-color: rgb(75 177 229 / 0.95);
}

.border-r-blue-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(241 249 254 / var(--tw-border-opacity));
}

.border-r-blue-50\/0 {
  border-right-color: rgb(241 249 254 / 0);
}

.border-r-blue-50\/10 {
  border-right-color: rgb(241 249 254 / 0.1);
}

.border-r-blue-50\/100 {
  border-right-color: rgb(241 249 254 / 1);
}

.border-r-blue-50\/20 {
  border-right-color: rgb(241 249 254 / 0.2);
}

.border-r-blue-50\/25 {
  border-right-color: rgb(241 249 254 / 0.25);
}

.border-r-blue-50\/30 {
  border-right-color: rgb(241 249 254 / 0.3);
}

.border-r-blue-50\/40 {
  border-right-color: rgb(241 249 254 / 0.4);
}

.border-r-blue-50\/5 {
  border-right-color: rgb(241 249 254 / 0.05);
}

.border-r-blue-50\/50 {
  border-right-color: rgb(241 249 254 / 0.5);
}

.border-r-blue-50\/60 {
  border-right-color: rgb(241 249 254 / 0.6);
}

.border-r-blue-50\/70 {
  border-right-color: rgb(241 249 254 / 0.7);
}

.border-r-blue-50\/75 {
  border-right-color: rgb(241 249 254 / 0.75);
}

.border-r-blue-50\/80 {
  border-right-color: rgb(241 249 254 / 0.8);
}

.border-r-blue-50\/90 {
  border-right-color: rgb(241 249 254 / 0.9);
}

.border-r-blue-50\/95 {
  border-right-color: rgb(241 249 254 / 0.95);
}

.border-r-blue-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(35 151 212 / var(--tw-border-opacity));
}

.border-r-blue-500\/0 {
  border-right-color: rgb(35 151 212 / 0);
}

.border-r-blue-500\/10 {
  border-right-color: rgb(35 151 212 / 0.1);
}

.border-r-blue-500\/100 {
  border-right-color: rgb(35 151 212 / 1);
}

.border-r-blue-500\/20 {
  border-right-color: rgb(35 151 212 / 0.2);
}

.border-r-blue-500\/25 {
  border-right-color: rgb(35 151 212 / 0.25);
}

.border-r-blue-500\/30 {
  border-right-color: rgb(35 151 212 / 0.3);
}

.border-r-blue-500\/40 {
  border-right-color: rgb(35 151 212 / 0.4);
}

.border-r-blue-500\/5 {
  border-right-color: rgb(35 151 212 / 0.05);
}

.border-r-blue-500\/50 {
  border-right-color: rgb(35 151 212 / 0.5);
}

.border-r-blue-500\/60 {
  border-right-color: rgb(35 151 212 / 0.6);
}

.border-r-blue-500\/70 {
  border-right-color: rgb(35 151 212 / 0.7);
}

.border-r-blue-500\/75 {
  border-right-color: rgb(35 151 212 / 0.75);
}

.border-r-blue-500\/80 {
  border-right-color: rgb(35 151 212 / 0.8);
}

.border-r-blue-500\/90 {
  border-right-color: rgb(35 151 212 / 0.9);
}

.border-r-blue-500\/95 {
  border-right-color: rgb(35 151 212 / 0.95);
}

.border-r-blue-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(21 121 180 / var(--tw-border-opacity));
}

.border-r-blue-600\/0 {
  border-right-color: rgb(21 121 180 / 0);
}

.border-r-blue-600\/10 {
  border-right-color: rgb(21 121 180 / 0.1);
}

.border-r-blue-600\/100 {
  border-right-color: rgb(21 121 180 / 1);
}

.border-r-blue-600\/20 {
  border-right-color: rgb(21 121 180 / 0.2);
}

.border-r-blue-600\/25 {
  border-right-color: rgb(21 121 180 / 0.25);
}

.border-r-blue-600\/30 {
  border-right-color: rgb(21 121 180 / 0.3);
}

.border-r-blue-600\/40 {
  border-right-color: rgb(21 121 180 / 0.4);
}

.border-r-blue-600\/5 {
  border-right-color: rgb(21 121 180 / 0.05);
}

.border-r-blue-600\/50 {
  border-right-color: rgb(21 121 180 / 0.5);
}

.border-r-blue-600\/60 {
  border-right-color: rgb(21 121 180 / 0.6);
}

.border-r-blue-600\/70 {
  border-right-color: rgb(21 121 180 / 0.7);
}

.border-r-blue-600\/75 {
  border-right-color: rgb(21 121 180 / 0.75);
}

.border-r-blue-600\/80 {
  border-right-color: rgb(21 121 180 / 0.8);
}

.border-r-blue-600\/90 {
  border-right-color: rgb(21 121 180 / 0.9);
}

.border-r-blue-600\/95 {
  border-right-color: rgb(21 121 180 / 0.95);
}

.border-r-blue-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(18 97 146 / var(--tw-border-opacity));
}

.border-r-blue-700\/0 {
  border-right-color: rgb(18 97 146 / 0);
}

.border-r-blue-700\/10 {
  border-right-color: rgb(18 97 146 / 0.1);
}

.border-r-blue-700\/100 {
  border-right-color: rgb(18 97 146 / 1);
}

.border-r-blue-700\/20 {
  border-right-color: rgb(18 97 146 / 0.2);
}

.border-r-blue-700\/25 {
  border-right-color: rgb(18 97 146 / 0.25);
}

.border-r-blue-700\/30 {
  border-right-color: rgb(18 97 146 / 0.3);
}

.border-r-blue-700\/40 {
  border-right-color: rgb(18 97 146 / 0.4);
}

.border-r-blue-700\/5 {
  border-right-color: rgb(18 97 146 / 0.05);
}

.border-r-blue-700\/50 {
  border-right-color: rgb(18 97 146 / 0.5);
}

.border-r-blue-700\/60 {
  border-right-color: rgb(18 97 146 / 0.6);
}

.border-r-blue-700\/70 {
  border-right-color: rgb(18 97 146 / 0.7);
}

.border-r-blue-700\/75 {
  border-right-color: rgb(18 97 146 / 0.75);
}

.border-r-blue-700\/80 {
  border-right-color: rgb(18 97 146 / 0.8);
}

.border-r-blue-700\/90 {
  border-right-color: rgb(18 97 146 / 0.9);
}

.border-r-blue-700\/95 {
  border-right-color: rgb(18 97 146 / 0.95);
}

.border-r-blue-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(19 82 121 / var(--tw-border-opacity));
}

.border-r-blue-800\/0 {
  border-right-color: rgb(19 82 121 / 0);
}

.border-r-blue-800\/10 {
  border-right-color: rgb(19 82 121 / 0.1);
}

.border-r-blue-800\/100 {
  border-right-color: rgb(19 82 121 / 1);
}

.border-r-blue-800\/20 {
  border-right-color: rgb(19 82 121 / 0.2);
}

.border-r-blue-800\/25 {
  border-right-color: rgb(19 82 121 / 0.25);
}

.border-r-blue-800\/30 {
  border-right-color: rgb(19 82 121 / 0.3);
}

.border-r-blue-800\/40 {
  border-right-color: rgb(19 82 121 / 0.4);
}

.border-r-blue-800\/5 {
  border-right-color: rgb(19 82 121 / 0.05);
}

.border-r-blue-800\/50 {
  border-right-color: rgb(19 82 121 / 0.5);
}

.border-r-blue-800\/60 {
  border-right-color: rgb(19 82 121 / 0.6);
}

.border-r-blue-800\/70 {
  border-right-color: rgb(19 82 121 / 0.7);
}

.border-r-blue-800\/75 {
  border-right-color: rgb(19 82 121 / 0.75);
}

.border-r-blue-800\/80 {
  border-right-color: rgb(19 82 121 / 0.8);
}

.border-r-blue-800\/90 {
  border-right-color: rgb(19 82 121 / 0.9);
}

.border-r-blue-800\/95 {
  border-right-color: rgb(19 82 121 / 0.95);
}

.border-r-blue-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(21 68 101 / var(--tw-border-opacity));
}

.border-r-blue-900\/0 {
  border-right-color: rgb(21 68 101 / 0);
}

.border-r-blue-900\/10 {
  border-right-color: rgb(21 68 101 / 0.1);
}

.border-r-blue-900\/100 {
  border-right-color: rgb(21 68 101 / 1);
}

.border-r-blue-900\/20 {
  border-right-color: rgb(21 68 101 / 0.2);
}

.border-r-blue-900\/25 {
  border-right-color: rgb(21 68 101 / 0.25);
}

.border-r-blue-900\/30 {
  border-right-color: rgb(21 68 101 / 0.3);
}

.border-r-blue-900\/40 {
  border-right-color: rgb(21 68 101 / 0.4);
}

.border-r-blue-900\/5 {
  border-right-color: rgb(21 68 101 / 0.05);
}

.border-r-blue-900\/50 {
  border-right-color: rgb(21 68 101 / 0.5);
}

.border-r-blue-900\/60 {
  border-right-color: rgb(21 68 101 / 0.6);
}

.border-r-blue-900\/70 {
  border-right-color: rgb(21 68 101 / 0.7);
}

.border-r-blue-900\/75 {
  border-right-color: rgb(21 68 101 / 0.75);
}

.border-r-blue-900\/80 {
  border-right-color: rgb(21 68 101 / 0.8);
}

.border-r-blue-900\/90 {
  border-right-color: rgb(21 68 101 / 0.9);
}

.border-r-blue-900\/95 {
  border-right-color: rgb(21 68 101 / 0.95);
}

.border-r-blue-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(14 44 67 / var(--tw-border-opacity));
}

.border-r-blue-950\/0 {
  border-right-color: rgb(14 44 67 / 0);
}

.border-r-blue-950\/10 {
  border-right-color: rgb(14 44 67 / 0.1);
}

.border-r-blue-950\/100 {
  border-right-color: rgb(14 44 67 / 1);
}

.border-r-blue-950\/20 {
  border-right-color: rgb(14 44 67 / 0.2);
}

.border-r-blue-950\/25 {
  border-right-color: rgb(14 44 67 / 0.25);
}

.border-r-blue-950\/30 {
  border-right-color: rgb(14 44 67 / 0.3);
}

.border-r-blue-950\/40 {
  border-right-color: rgb(14 44 67 / 0.4);
}

.border-r-blue-950\/5 {
  border-right-color: rgb(14 44 67 / 0.05);
}

.border-r-blue-950\/50 {
  border-right-color: rgb(14 44 67 / 0.5);
}

.border-r-blue-950\/60 {
  border-right-color: rgb(14 44 67 / 0.6);
}

.border-r-blue-950\/70 {
  border-right-color: rgb(14 44 67 / 0.7);
}

.border-r-blue-950\/75 {
  border-right-color: rgb(14 44 67 / 0.75);
}

.border-r-blue-950\/80 {
  border-right-color: rgb(14 44 67 / 0.8);
}

.border-r-blue-950\/90 {
  border-right-color: rgb(14 44 67 / 0.9);
}

.border-r-blue-950\/95 {
  border-right-color: rgb(14 44 67 / 0.95);
}

.border-r-blue\/0 {
  border-right-color: rgb(155 211 242 / 0);
}

.border-r-blue\/10 {
  border-right-color: rgb(155 211 242 / 0.1);
}

.border-r-blue\/100 {
  border-right-color: rgb(155 211 242 / 1);
}

.border-r-blue\/20 {
  border-right-color: rgb(155 211 242 / 0.2);
}

.border-r-blue\/25 {
  border-right-color: rgb(155 211 242 / 0.25);
}

.border-r-blue\/30 {
  border-right-color: rgb(155 211 242 / 0.3);
}

.border-r-blue\/40 {
  border-right-color: rgb(155 211 242 / 0.4);
}

.border-r-blue\/5 {
  border-right-color: rgb(155 211 242 / 0.05);
}

.border-r-blue\/50 {
  border-right-color: rgb(155 211 242 / 0.5);
}

.border-r-blue\/60 {
  border-right-color: rgb(155 211 242 / 0.6);
}

.border-r-blue\/70 {
  border-right-color: rgb(155 211 242 / 0.7);
}

.border-r-blue\/75 {
  border-right-color: rgb(155 211 242 / 0.75);
}

.border-r-blue\/80 {
  border-right-color: rgb(155 211 242 / 0.8);
}

.border-r-blue\/90 {
  border-right-color: rgb(155 211 242 / 0.9);
}

.border-r-blue\/95 {
  border-right-color: rgb(155 211 242 / 0.95);
}

.border-r-brown {
  --tw-border-opacity: 1;
  border-right-color: rgb(128 66 54 / var(--tw-border-opacity));
}

.border-r-brown-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 234 223 / var(--tw-border-opacity));
}

.border-r-brown-100\/0 {
  border-right-color: rgb(245 234 223 / 0);
}

.border-r-brown-100\/10 {
  border-right-color: rgb(245 234 223 / 0.1);
}

.border-r-brown-100\/100 {
  border-right-color: rgb(245 234 223 / 1);
}

.border-r-brown-100\/20 {
  border-right-color: rgb(245 234 223 / 0.2);
}

.border-r-brown-100\/25 {
  border-right-color: rgb(245 234 223 / 0.25);
}

.border-r-brown-100\/30 {
  border-right-color: rgb(245 234 223 / 0.3);
}

.border-r-brown-100\/40 {
  border-right-color: rgb(245 234 223 / 0.4);
}

.border-r-brown-100\/5 {
  border-right-color: rgb(245 234 223 / 0.05);
}

.border-r-brown-100\/50 {
  border-right-color: rgb(245 234 223 / 0.5);
}

.border-r-brown-100\/60 {
  border-right-color: rgb(245 234 223 / 0.6);
}

.border-r-brown-100\/70 {
  border-right-color: rgb(245 234 223 / 0.7);
}

.border-r-brown-100\/75 {
  border-right-color: rgb(245 234 223 / 0.75);
}

.border-r-brown-100\/80 {
  border-right-color: rgb(245 234 223 / 0.8);
}

.border-r-brown-100\/90 {
  border-right-color: rgb(245 234 223 / 0.9);
}

.border-r-brown-100\/95 {
  border-right-color: rgb(245 234 223 / 0.95);
}

.border-r-brown-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(234 210 190 / var(--tw-border-opacity));
}

.border-r-brown-200\/0 {
  border-right-color: rgb(234 210 190 / 0);
}

.border-r-brown-200\/10 {
  border-right-color: rgb(234 210 190 / 0.1);
}

.border-r-brown-200\/100 {
  border-right-color: rgb(234 210 190 / 1);
}

.border-r-brown-200\/20 {
  border-right-color: rgb(234 210 190 / 0.2);
}

.border-r-brown-200\/25 {
  border-right-color: rgb(234 210 190 / 0.25);
}

.border-r-brown-200\/30 {
  border-right-color: rgb(234 210 190 / 0.3);
}

.border-r-brown-200\/40 {
  border-right-color: rgb(234 210 190 / 0.4);
}

.border-r-brown-200\/5 {
  border-right-color: rgb(234 210 190 / 0.05);
}

.border-r-brown-200\/50 {
  border-right-color: rgb(234 210 190 / 0.5);
}

.border-r-brown-200\/60 {
  border-right-color: rgb(234 210 190 / 0.6);
}

.border-r-brown-200\/70 {
  border-right-color: rgb(234 210 190 / 0.7);
}

.border-r-brown-200\/75 {
  border-right-color: rgb(234 210 190 / 0.75);
}

.border-r-brown-200\/80 {
  border-right-color: rgb(234 210 190 / 0.8);
}

.border-r-brown-200\/90 {
  border-right-color: rgb(234 210 190 / 0.9);
}

.border-r-brown-200\/95 {
  border-right-color: rgb(234 210 190 / 0.95);
}

.border-r-brown-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(220 179 149 / var(--tw-border-opacity));
}

.border-r-brown-300\/0 {
  border-right-color: rgb(220 179 149 / 0);
}

.border-r-brown-300\/10 {
  border-right-color: rgb(220 179 149 / 0.1);
}

.border-r-brown-300\/100 {
  border-right-color: rgb(220 179 149 / 1);
}

.border-r-brown-300\/20 {
  border-right-color: rgb(220 179 149 / 0.2);
}

.border-r-brown-300\/25 {
  border-right-color: rgb(220 179 149 / 0.25);
}

.border-r-brown-300\/30 {
  border-right-color: rgb(220 179 149 / 0.3);
}

.border-r-brown-300\/40 {
  border-right-color: rgb(220 179 149 / 0.4);
}

.border-r-brown-300\/5 {
  border-right-color: rgb(220 179 149 / 0.05);
}

.border-r-brown-300\/50 {
  border-right-color: rgb(220 179 149 / 0.5);
}

.border-r-brown-300\/60 {
  border-right-color: rgb(220 179 149 / 0.6);
}

.border-r-brown-300\/70 {
  border-right-color: rgb(220 179 149 / 0.7);
}

.border-r-brown-300\/75 {
  border-right-color: rgb(220 179 149 / 0.75);
}

.border-r-brown-300\/80 {
  border-right-color: rgb(220 179 149 / 0.8);
}

.border-r-brown-300\/90 {
  border-right-color: rgb(220 179 149 / 0.9);
}

.border-r-brown-300\/95 {
  border-right-color: rgb(220 179 149 / 0.95);
}

.border-r-brown-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(205 142 106 / var(--tw-border-opacity));
}

.border-r-brown-400\/0 {
  border-right-color: rgb(205 142 106 / 0);
}

.border-r-brown-400\/10 {
  border-right-color: rgb(205 142 106 / 0.1);
}

.border-r-brown-400\/100 {
  border-right-color: rgb(205 142 106 / 1);
}

.border-r-brown-400\/20 {
  border-right-color: rgb(205 142 106 / 0.2);
}

.border-r-brown-400\/25 {
  border-right-color: rgb(205 142 106 / 0.25);
}

.border-r-brown-400\/30 {
  border-right-color: rgb(205 142 106 / 0.3);
}

.border-r-brown-400\/40 {
  border-right-color: rgb(205 142 106 / 0.4);
}

.border-r-brown-400\/5 {
  border-right-color: rgb(205 142 106 / 0.05);
}

.border-r-brown-400\/50 {
  border-right-color: rgb(205 142 106 / 0.5);
}

.border-r-brown-400\/60 {
  border-right-color: rgb(205 142 106 / 0.6);
}

.border-r-brown-400\/70 {
  border-right-color: rgb(205 142 106 / 0.7);
}

.border-r-brown-400\/75 {
  border-right-color: rgb(205 142 106 / 0.75);
}

.border-r-brown-400\/80 {
  border-right-color: rgb(205 142 106 / 0.8);
}

.border-r-brown-400\/90 {
  border-right-color: rgb(205 142 106 / 0.9);
}

.border-r-brown-400\/95 {
  border-right-color: rgb(205 142 106 / 0.95);
}

.border-r-brown-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(251 246 241 / var(--tw-border-opacity));
}

.border-r-brown-50\/0 {
  border-right-color: rgb(251 246 241 / 0);
}

.border-r-brown-50\/10 {
  border-right-color: rgb(251 246 241 / 0.1);
}

.border-r-brown-50\/100 {
  border-right-color: rgb(251 246 241 / 1);
}

.border-r-brown-50\/20 {
  border-right-color: rgb(251 246 241 / 0.2);
}

.border-r-brown-50\/25 {
  border-right-color: rgb(251 246 241 / 0.25);
}

.border-r-brown-50\/30 {
  border-right-color: rgb(251 246 241 / 0.3);
}

.border-r-brown-50\/40 {
  border-right-color: rgb(251 246 241 / 0.4);
}

.border-r-brown-50\/5 {
  border-right-color: rgb(251 246 241 / 0.05);
}

.border-r-brown-50\/50 {
  border-right-color: rgb(251 246 241 / 0.5);
}

.border-r-brown-50\/60 {
  border-right-color: rgb(251 246 241 / 0.6);
}

.border-r-brown-50\/70 {
  border-right-color: rgb(251 246 241 / 0.7);
}

.border-r-brown-50\/75 {
  border-right-color: rgb(251 246 241 / 0.75);
}

.border-r-brown-50\/80 {
  border-right-color: rgb(251 246 241 / 0.8);
}

.border-r-brown-50\/90 {
  border-right-color: rgb(251 246 241 / 0.9);
}

.border-r-brown-50\/95 {
  border-right-color: rgb(251 246 241 / 0.95);
}

.border-r-brown-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(194 115 77 / var(--tw-border-opacity));
}

.border-r-brown-500\/0 {
  border-right-color: rgb(194 115 77 / 0);
}

.border-r-brown-500\/10 {
  border-right-color: rgb(194 115 77 / 0.1);
}

.border-r-brown-500\/100 {
  border-right-color: rgb(194 115 77 / 1);
}

.border-r-brown-500\/20 {
  border-right-color: rgb(194 115 77 / 0.2);
}

.border-r-brown-500\/25 {
  border-right-color: rgb(194 115 77 / 0.25);
}

.border-r-brown-500\/30 {
  border-right-color: rgb(194 115 77 / 0.3);
}

.border-r-brown-500\/40 {
  border-right-color: rgb(194 115 77 / 0.4);
}

.border-r-brown-500\/5 {
  border-right-color: rgb(194 115 77 / 0.05);
}

.border-r-brown-500\/50 {
  border-right-color: rgb(194 115 77 / 0.5);
}

.border-r-brown-500\/60 {
  border-right-color: rgb(194 115 77 / 0.6);
}

.border-r-brown-500\/70 {
  border-right-color: rgb(194 115 77 / 0.7);
}

.border-r-brown-500\/75 {
  border-right-color: rgb(194 115 77 / 0.75);
}

.border-r-brown-500\/80 {
  border-right-color: rgb(194 115 77 / 0.8);
}

.border-r-brown-500\/90 {
  border-right-color: rgb(194 115 77 / 0.9);
}

.border-r-brown-500\/95 {
  border-right-color: rgb(194 115 77 / 0.95);
}

.border-r-brown-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(180 95 66 / var(--tw-border-opacity));
}

.border-r-brown-600\/0 {
  border-right-color: rgb(180 95 66 / 0);
}

.border-r-brown-600\/10 {
  border-right-color: rgb(180 95 66 / 0.1);
}

.border-r-brown-600\/100 {
  border-right-color: rgb(180 95 66 / 1);
}

.border-r-brown-600\/20 {
  border-right-color: rgb(180 95 66 / 0.2);
}

.border-r-brown-600\/25 {
  border-right-color: rgb(180 95 66 / 0.25);
}

.border-r-brown-600\/30 {
  border-right-color: rgb(180 95 66 / 0.3);
}

.border-r-brown-600\/40 {
  border-right-color: rgb(180 95 66 / 0.4);
}

.border-r-brown-600\/5 {
  border-right-color: rgb(180 95 66 / 0.05);
}

.border-r-brown-600\/50 {
  border-right-color: rgb(180 95 66 / 0.5);
}

.border-r-brown-600\/60 {
  border-right-color: rgb(180 95 66 / 0.6);
}

.border-r-brown-600\/70 {
  border-right-color: rgb(180 95 66 / 0.7);
}

.border-r-brown-600\/75 {
  border-right-color: rgb(180 95 66 / 0.75);
}

.border-r-brown-600\/80 {
  border-right-color: rgb(180 95 66 / 0.8);
}

.border-r-brown-600\/90 {
  border-right-color: rgb(180 95 66 / 0.9);
}

.border-r-brown-600\/95 {
  border-right-color: rgb(180 95 66 / 0.95);
}

.border-r-brown-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(150 75 56 / var(--tw-border-opacity));
}

.border-r-brown-700\/0 {
  border-right-color: rgb(150 75 56 / 0);
}

.border-r-brown-700\/10 {
  border-right-color: rgb(150 75 56 / 0.1);
}

.border-r-brown-700\/100 {
  border-right-color: rgb(150 75 56 / 1);
}

.border-r-brown-700\/20 {
  border-right-color: rgb(150 75 56 / 0.2);
}

.border-r-brown-700\/25 {
  border-right-color: rgb(150 75 56 / 0.25);
}

.border-r-brown-700\/30 {
  border-right-color: rgb(150 75 56 / 0.3);
}

.border-r-brown-700\/40 {
  border-right-color: rgb(150 75 56 / 0.4);
}

.border-r-brown-700\/5 {
  border-right-color: rgb(150 75 56 / 0.05);
}

.border-r-brown-700\/50 {
  border-right-color: rgb(150 75 56 / 0.5);
}

.border-r-brown-700\/60 {
  border-right-color: rgb(150 75 56 / 0.6);
}

.border-r-brown-700\/70 {
  border-right-color: rgb(150 75 56 / 0.7);
}

.border-r-brown-700\/75 {
  border-right-color: rgb(150 75 56 / 0.75);
}

.border-r-brown-700\/80 {
  border-right-color: rgb(150 75 56 / 0.8);
}

.border-r-brown-700\/90 {
  border-right-color: rgb(150 75 56 / 0.9);
}

.border-r-brown-700\/95 {
  border-right-color: rgb(150 75 56 / 0.95);
}

.border-r-brown-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(128 66 54 / var(--tw-border-opacity));
}

.border-r-brown-800\/0 {
  border-right-color: rgb(128 66 54 / 0);
}

.border-r-brown-800\/10 {
  border-right-color: rgb(128 66 54 / 0.1);
}

.border-r-brown-800\/100 {
  border-right-color: rgb(128 66 54 / 1);
}

.border-r-brown-800\/20 {
  border-right-color: rgb(128 66 54 / 0.2);
}

.border-r-brown-800\/25 {
  border-right-color: rgb(128 66 54 / 0.25);
}

.border-r-brown-800\/30 {
  border-right-color: rgb(128 66 54 / 0.3);
}

.border-r-brown-800\/40 {
  border-right-color: rgb(128 66 54 / 0.4);
}

.border-r-brown-800\/5 {
  border-right-color: rgb(128 66 54 / 0.05);
}

.border-r-brown-800\/50 {
  border-right-color: rgb(128 66 54 / 0.5);
}

.border-r-brown-800\/60 {
  border-right-color: rgb(128 66 54 / 0.6);
}

.border-r-brown-800\/70 {
  border-right-color: rgb(128 66 54 / 0.7);
}

.border-r-brown-800\/75 {
  border-right-color: rgb(128 66 54 / 0.75);
}

.border-r-brown-800\/80 {
  border-right-color: rgb(128 66 54 / 0.8);
}

.border-r-brown-800\/90 {
  border-right-color: rgb(128 66 54 / 0.9);
}

.border-r-brown-800\/95 {
  border-right-color: rgb(128 66 54 / 0.95);
}

.border-r-brown-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(98 53 44 / var(--tw-border-opacity));
}

.border-r-brown-900\/0 {
  border-right-color: rgb(98 53 44 / 0);
}

.border-r-brown-900\/10 {
  border-right-color: rgb(98 53 44 / 0.1);
}

.border-r-brown-900\/100 {
  border-right-color: rgb(98 53 44 / 1);
}

.border-r-brown-900\/20 {
  border-right-color: rgb(98 53 44 / 0.2);
}

.border-r-brown-900\/25 {
  border-right-color: rgb(98 53 44 / 0.25);
}

.border-r-brown-900\/30 {
  border-right-color: rgb(98 53 44 / 0.3);
}

.border-r-brown-900\/40 {
  border-right-color: rgb(98 53 44 / 0.4);
}

.border-r-brown-900\/5 {
  border-right-color: rgb(98 53 44 / 0.05);
}

.border-r-brown-900\/50 {
  border-right-color: rgb(98 53 44 / 0.5);
}

.border-r-brown-900\/60 {
  border-right-color: rgb(98 53 44 / 0.6);
}

.border-r-brown-900\/70 {
  border-right-color: rgb(98 53 44 / 0.7);
}

.border-r-brown-900\/75 {
  border-right-color: rgb(98 53 44 / 0.75);
}

.border-r-brown-900\/80 {
  border-right-color: rgb(98 53 44 / 0.8);
}

.border-r-brown-900\/90 {
  border-right-color: rgb(98 53 44 / 0.9);
}

.border-r-brown-900\/95 {
  border-right-color: rgb(98 53 44 / 0.95);
}

.border-r-brown-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(52 25 22 / var(--tw-border-opacity));
}

.border-r-brown-950\/0 {
  border-right-color: rgb(52 25 22 / 0);
}

.border-r-brown-950\/10 {
  border-right-color: rgb(52 25 22 / 0.1);
}

.border-r-brown-950\/100 {
  border-right-color: rgb(52 25 22 / 1);
}

.border-r-brown-950\/20 {
  border-right-color: rgb(52 25 22 / 0.2);
}

.border-r-brown-950\/25 {
  border-right-color: rgb(52 25 22 / 0.25);
}

.border-r-brown-950\/30 {
  border-right-color: rgb(52 25 22 / 0.3);
}

.border-r-brown-950\/40 {
  border-right-color: rgb(52 25 22 / 0.4);
}

.border-r-brown-950\/5 {
  border-right-color: rgb(52 25 22 / 0.05);
}

.border-r-brown-950\/50 {
  border-right-color: rgb(52 25 22 / 0.5);
}

.border-r-brown-950\/60 {
  border-right-color: rgb(52 25 22 / 0.6);
}

.border-r-brown-950\/70 {
  border-right-color: rgb(52 25 22 / 0.7);
}

.border-r-brown-950\/75 {
  border-right-color: rgb(52 25 22 / 0.75);
}

.border-r-brown-950\/80 {
  border-right-color: rgb(52 25 22 / 0.8);
}

.border-r-brown-950\/90 {
  border-right-color: rgb(52 25 22 / 0.9);
}

.border-r-brown-950\/95 {
  border-right-color: rgb(52 25 22 / 0.95);
}

.border-r-brown\/0 {
  border-right-color: rgb(128 66 54 / 0);
}

.border-r-brown\/10 {
  border-right-color: rgb(128 66 54 / 0.1);
}

.border-r-brown\/100 {
  border-right-color: rgb(128 66 54 / 1);
}

.border-r-brown\/20 {
  border-right-color: rgb(128 66 54 / 0.2);
}

.border-r-brown\/25 {
  border-right-color: rgb(128 66 54 / 0.25);
}

.border-r-brown\/30 {
  border-right-color: rgb(128 66 54 / 0.3);
}

.border-r-brown\/40 {
  border-right-color: rgb(128 66 54 / 0.4);
}

.border-r-brown\/5 {
  border-right-color: rgb(128 66 54 / 0.05);
}

.border-r-brown\/50 {
  border-right-color: rgb(128 66 54 / 0.5);
}

.border-r-brown\/60 {
  border-right-color: rgb(128 66 54 / 0.6);
}

.border-r-brown\/70 {
  border-right-color: rgb(128 66 54 / 0.7);
}

.border-r-brown\/75 {
  border-right-color: rgb(128 66 54 / 0.75);
}

.border-r-brown\/80 {
  border-right-color: rgb(128 66 54 / 0.8);
}

.border-r-brown\/90 {
  border-right-color: rgb(128 66 54 / 0.9);
}

.border-r-brown\/95 {
  border-right-color: rgb(128 66 54 / 0.95);
}

.border-r-current {
  border-right-color: currentColor;
}

.border-r-gray {
  --tw-border-opacity: 1;
  border-right-color: rgb(77 79 83 / var(--tw-border-opacity));
}

.border-r-gray-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(229 230 232 / var(--tw-border-opacity));
}

.border-r-gray-100\/0 {
  border-right-color: rgb(229 230 232 / 0);
}

.border-r-gray-100\/10 {
  border-right-color: rgb(229 230 232 / 0.1);
}

.border-r-gray-100\/100 {
  border-right-color: rgb(229 230 232 / 1);
}

.border-r-gray-100\/20 {
  border-right-color: rgb(229 230 232 / 0.2);
}

.border-r-gray-100\/25 {
  border-right-color: rgb(229 230 232 / 0.25);
}

.border-r-gray-100\/30 {
  border-right-color: rgb(229 230 232 / 0.3);
}

.border-r-gray-100\/40 {
  border-right-color: rgb(229 230 232 / 0.4);
}

.border-r-gray-100\/5 {
  border-right-color: rgb(229 230 232 / 0.05);
}

.border-r-gray-100\/50 {
  border-right-color: rgb(229 230 232 / 0.5);
}

.border-r-gray-100\/60 {
  border-right-color: rgb(229 230 232 / 0.6);
}

.border-r-gray-100\/70 {
  border-right-color: rgb(229 230 232 / 0.7);
}

.border-r-gray-100\/75 {
  border-right-color: rgb(229 230 232 / 0.75);
}

.border-r-gray-100\/80 {
  border-right-color: rgb(229 230 232 / 0.8);
}

.border-r-gray-100\/90 {
  border-right-color: rgb(229 230 232 / 0.9);
}

.border-r-gray-100\/95 {
  border-right-color: rgb(229 230 232 / 0.95);
}

.border-r-gray-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(207 209 210 / var(--tw-border-opacity));
}

.border-r-gray-200\/0 {
  border-right-color: rgb(207 209 210 / 0);
}

.border-r-gray-200\/10 {
  border-right-color: rgb(207 209 210 / 0.1);
}

.border-r-gray-200\/100 {
  border-right-color: rgb(207 209 210 / 1);
}

.border-r-gray-200\/20 {
  border-right-color: rgb(207 209 210 / 0.2);
}

.border-r-gray-200\/25 {
  border-right-color: rgb(207 209 210 / 0.25);
}

.border-r-gray-200\/30 {
  border-right-color: rgb(207 209 210 / 0.3);
}

.border-r-gray-200\/40 {
  border-right-color: rgb(207 209 210 / 0.4);
}

.border-r-gray-200\/5 {
  border-right-color: rgb(207 209 210 / 0.05);
}

.border-r-gray-200\/50 {
  border-right-color: rgb(207 209 210 / 0.5);
}

.border-r-gray-200\/60 {
  border-right-color: rgb(207 209 210 / 0.6);
}

.border-r-gray-200\/70 {
  border-right-color: rgb(207 209 210 / 0.7);
}

.border-r-gray-200\/75 {
  border-right-color: rgb(207 209 210 / 0.75);
}

.border-r-gray-200\/80 {
  border-right-color: rgb(207 209 210 / 0.8);
}

.border-r-gray-200\/90 {
  border-right-color: rgb(207 209 210 / 0.9);
}

.border-r-gray-200\/95 {
  border-right-color: rgb(207 209 210 / 0.95);
}

.border-r-gray-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(173 176 179 / var(--tw-border-opacity));
}

.border-r-gray-300\/0 {
  border-right-color: rgb(173 176 179 / 0);
}

.border-r-gray-300\/10 {
  border-right-color: rgb(173 176 179 / 0.1);
}

.border-r-gray-300\/100 {
  border-right-color: rgb(173 176 179 / 1);
}

.border-r-gray-300\/20 {
  border-right-color: rgb(173 176 179 / 0.2);
}

.border-r-gray-300\/25 {
  border-right-color: rgb(173 176 179 / 0.25);
}

.border-r-gray-300\/30 {
  border-right-color: rgb(173 176 179 / 0.3);
}

.border-r-gray-300\/40 {
  border-right-color: rgb(173 176 179 / 0.4);
}

.border-r-gray-300\/5 {
  border-right-color: rgb(173 176 179 / 0.05);
}

.border-r-gray-300\/50 {
  border-right-color: rgb(173 176 179 / 0.5);
}

.border-r-gray-300\/60 {
  border-right-color: rgb(173 176 179 / 0.6);
}

.border-r-gray-300\/70 {
  border-right-color: rgb(173 176 179 / 0.7);
}

.border-r-gray-300\/75 {
  border-right-color: rgb(173 176 179 / 0.75);
}

.border-r-gray-300\/80 {
  border-right-color: rgb(173 176 179 / 0.8);
}

.border-r-gray-300\/90 {
  border-right-color: rgb(173 176 179 / 0.9);
}

.border-r-gray-300\/95 {
  border-right-color: rgb(173 176 179 / 0.95);
}

.border-r-gray-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(131 134 141 / var(--tw-border-opacity));
}

.border-r-gray-400\/0 {
  border-right-color: rgb(131 134 141 / 0);
}

.border-r-gray-400\/10 {
  border-right-color: rgb(131 134 141 / 0.1);
}

.border-r-gray-400\/100 {
  border-right-color: rgb(131 134 141 / 1);
}

.border-r-gray-400\/20 {
  border-right-color: rgb(131 134 141 / 0.2);
}

.border-r-gray-400\/25 {
  border-right-color: rgb(131 134 141 / 0.25);
}

.border-r-gray-400\/30 {
  border-right-color: rgb(131 134 141 / 0.3);
}

.border-r-gray-400\/40 {
  border-right-color: rgb(131 134 141 / 0.4);
}

.border-r-gray-400\/5 {
  border-right-color: rgb(131 134 141 / 0.05);
}

.border-r-gray-400\/50 {
  border-right-color: rgb(131 134 141 / 0.5);
}

.border-r-gray-400\/60 {
  border-right-color: rgb(131 134 141 / 0.6);
}

.border-r-gray-400\/70 {
  border-right-color: rgb(131 134 141 / 0.7);
}

.border-r-gray-400\/75 {
  border-right-color: rgb(131 134 141 / 0.75);
}

.border-r-gray-400\/80 {
  border-right-color: rgb(131 134 141 / 0.8);
}

.border-r-gray-400\/90 {
  border-right-color: rgb(131 134 141 / 0.9);
}

.border-r-gray-400\/95 {
  border-right-color: rgb(131 134 141 / 0.95);
}

.border-r-gray-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 246 246 / var(--tw-border-opacity));
}

.border-r-gray-50\/0 {
  border-right-color: rgb(245 246 246 / 0);
}

.border-r-gray-50\/10 {
  border-right-color: rgb(245 246 246 / 0.1);
}

.border-r-gray-50\/100 {
  border-right-color: rgb(245 246 246 / 1);
}

.border-r-gray-50\/20 {
  border-right-color: rgb(245 246 246 / 0.2);
}

.border-r-gray-50\/25 {
  border-right-color: rgb(245 246 246 / 0.25);
}

.border-r-gray-50\/30 {
  border-right-color: rgb(245 246 246 / 0.3);
}

.border-r-gray-50\/40 {
  border-right-color: rgb(245 246 246 / 0.4);
}

.border-r-gray-50\/5 {
  border-right-color: rgb(245 246 246 / 0.05);
}

.border-r-gray-50\/50 {
  border-right-color: rgb(245 246 246 / 0.5);
}

.border-r-gray-50\/60 {
  border-right-color: rgb(245 246 246 / 0.6);
}

.border-r-gray-50\/70 {
  border-right-color: rgb(245 246 246 / 0.7);
}

.border-r-gray-50\/75 {
  border-right-color: rgb(245 246 246 / 0.75);
}

.border-r-gray-50\/80 {
  border-right-color: rgb(245 246 246 / 0.8);
}

.border-r-gray-50\/90 {
  border-right-color: rgb(245 246 246 / 0.9);
}

.border-r-gray-50\/95 {
  border-right-color: rgb(245 246 246 / 0.95);
}

.border-r-gray-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(104 107 114 / var(--tw-border-opacity));
}

.border-r-gray-500\/0 {
  border-right-color: rgb(104 107 114 / 0);
}

.border-r-gray-500\/10 {
  border-right-color: rgb(104 107 114 / 0.1);
}

.border-r-gray-500\/100 {
  border-right-color: rgb(104 107 114 / 1);
}

.border-r-gray-500\/20 {
  border-right-color: rgb(104 107 114 / 0.2);
}

.border-r-gray-500\/25 {
  border-right-color: rgb(104 107 114 / 0.25);
}

.border-r-gray-500\/30 {
  border-right-color: rgb(104 107 114 / 0.3);
}

.border-r-gray-500\/40 {
  border-right-color: rgb(104 107 114 / 0.4);
}

.border-r-gray-500\/5 {
  border-right-color: rgb(104 107 114 / 0.05);
}

.border-r-gray-500\/50 {
  border-right-color: rgb(104 107 114 / 0.5);
}

.border-r-gray-500\/60 {
  border-right-color: rgb(104 107 114 / 0.6);
}

.border-r-gray-500\/70 {
  border-right-color: rgb(104 107 114 / 0.7);
}

.border-r-gray-500\/75 {
  border-right-color: rgb(104 107 114 / 0.75);
}

.border-r-gray-500\/80 {
  border-right-color: rgb(104 107 114 / 0.8);
}

.border-r-gray-500\/90 {
  border-right-color: rgb(104 107 114 / 0.9);
}

.border-r-gray-500\/95 {
  border-right-color: rgb(104 107 114 / 0.95);
}

.border-r-gray-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(89 91 97 / var(--tw-border-opacity));
}

.border-r-gray-600\/0 {
  border-right-color: rgb(89 91 97 / 0);
}

.border-r-gray-600\/10 {
  border-right-color: rgb(89 91 97 / 0.1);
}

.border-r-gray-600\/100 {
  border-right-color: rgb(89 91 97 / 1);
}

.border-r-gray-600\/20 {
  border-right-color: rgb(89 91 97 / 0.2);
}

.border-r-gray-600\/25 {
  border-right-color: rgb(89 91 97 / 0.25);
}

.border-r-gray-600\/30 {
  border-right-color: rgb(89 91 97 / 0.3);
}

.border-r-gray-600\/40 {
  border-right-color: rgb(89 91 97 / 0.4);
}

.border-r-gray-600\/5 {
  border-right-color: rgb(89 91 97 / 0.05);
}

.border-r-gray-600\/50 {
  border-right-color: rgb(89 91 97 / 0.5);
}

.border-r-gray-600\/60 {
  border-right-color: rgb(89 91 97 / 0.6);
}

.border-r-gray-600\/70 {
  border-right-color: rgb(89 91 97 / 0.7);
}

.border-r-gray-600\/75 {
  border-right-color: rgb(89 91 97 / 0.75);
}

.border-r-gray-600\/80 {
  border-right-color: rgb(89 91 97 / 0.8);
}

.border-r-gray-600\/90 {
  border-right-color: rgb(89 91 97 / 0.9);
}

.border-r-gray-600\/95 {
  border-right-color: rgb(89 91 97 / 0.95);
}

.border-r-gray-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(77 79 83 / var(--tw-border-opacity));
}

.border-r-gray-700\/0 {
  border-right-color: rgb(77 79 83 / 0);
}

.border-r-gray-700\/10 {
  border-right-color: rgb(77 79 83 / 0.1);
}

.border-r-gray-700\/100 {
  border-right-color: rgb(77 79 83 / 1);
}

.border-r-gray-700\/20 {
  border-right-color: rgb(77 79 83 / 0.2);
}

.border-r-gray-700\/25 {
  border-right-color: rgb(77 79 83 / 0.25);
}

.border-r-gray-700\/30 {
  border-right-color: rgb(77 79 83 / 0.3);
}

.border-r-gray-700\/40 {
  border-right-color: rgb(77 79 83 / 0.4);
}

.border-r-gray-700\/5 {
  border-right-color: rgb(77 79 83 / 0.05);
}

.border-r-gray-700\/50 {
  border-right-color: rgb(77 79 83 / 0.5);
}

.border-r-gray-700\/60 {
  border-right-color: rgb(77 79 83 / 0.6);
}

.border-r-gray-700\/70 {
  border-right-color: rgb(77 79 83 / 0.7);
}

.border-r-gray-700\/75 {
  border-right-color: rgb(77 79 83 / 0.75);
}

.border-r-gray-700\/80 {
  border-right-color: rgb(77 79 83 / 0.8);
}

.border-r-gray-700\/90 {
  border-right-color: rgb(77 79 83 / 0.9);
}

.border-r-gray-700\/95 {
  border-right-color: rgb(77 79 83 / 0.95);
}

.border-r-gray-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(67 68 71 / var(--tw-border-opacity));
}

.border-r-gray-800\/0 {
  border-right-color: rgb(67 68 71 / 0);
}

.border-r-gray-800\/10 {
  border-right-color: rgb(67 68 71 / 0.1);
}

.border-r-gray-800\/100 {
  border-right-color: rgb(67 68 71 / 1);
}

.border-r-gray-800\/20 {
  border-right-color: rgb(67 68 71 / 0.2);
}

.border-r-gray-800\/25 {
  border-right-color: rgb(67 68 71 / 0.25);
}

.border-r-gray-800\/30 {
  border-right-color: rgb(67 68 71 / 0.3);
}

.border-r-gray-800\/40 {
  border-right-color: rgb(67 68 71 / 0.4);
}

.border-r-gray-800\/5 {
  border-right-color: rgb(67 68 71 / 0.05);
}

.border-r-gray-800\/50 {
  border-right-color: rgb(67 68 71 / 0.5);
}

.border-r-gray-800\/60 {
  border-right-color: rgb(67 68 71 / 0.6);
}

.border-r-gray-800\/70 {
  border-right-color: rgb(67 68 71 / 0.7);
}

.border-r-gray-800\/75 {
  border-right-color: rgb(67 68 71 / 0.75);
}

.border-r-gray-800\/80 {
  border-right-color: rgb(67 68 71 / 0.8);
}

.border-r-gray-800\/90 {
  border-right-color: rgb(67 68 71 / 0.9);
}

.border-r-gray-800\/95 {
  border-right-color: rgb(67 68 71 / 0.95);
}

.border-r-gray-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(59 60 62 / var(--tw-border-opacity));
}

.border-r-gray-900\/0 {
  border-right-color: rgb(59 60 62 / 0);
}

.border-r-gray-900\/10 {
  border-right-color: rgb(59 60 62 / 0.1);
}

.border-r-gray-900\/100 {
  border-right-color: rgb(59 60 62 / 1);
}

.border-r-gray-900\/20 {
  border-right-color: rgb(59 60 62 / 0.2);
}

.border-r-gray-900\/25 {
  border-right-color: rgb(59 60 62 / 0.25);
}

.border-r-gray-900\/30 {
  border-right-color: rgb(59 60 62 / 0.3);
}

.border-r-gray-900\/40 {
  border-right-color: rgb(59 60 62 / 0.4);
}

.border-r-gray-900\/5 {
  border-right-color: rgb(59 60 62 / 0.05);
}

.border-r-gray-900\/50 {
  border-right-color: rgb(59 60 62 / 0.5);
}

.border-r-gray-900\/60 {
  border-right-color: rgb(59 60 62 / 0.6);
}

.border-r-gray-900\/70 {
  border-right-color: rgb(59 60 62 / 0.7);
}

.border-r-gray-900\/75 {
  border-right-color: rgb(59 60 62 / 0.75);
}

.border-r-gray-900\/80 {
  border-right-color: rgb(59 60 62 / 0.8);
}

.border-r-gray-900\/90 {
  border-right-color: rgb(59 60 62 / 0.9);
}

.border-r-gray-900\/95 {
  border-right-color: rgb(59 60 62 / 0.95);
}

.border-r-gray-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(37 38 39 / var(--tw-border-opacity));
}

.border-r-gray-950\/0 {
  border-right-color: rgb(37 38 39 / 0);
}

.border-r-gray-950\/10 {
  border-right-color: rgb(37 38 39 / 0.1);
}

.border-r-gray-950\/100 {
  border-right-color: rgb(37 38 39 / 1);
}

.border-r-gray-950\/20 {
  border-right-color: rgb(37 38 39 / 0.2);
}

.border-r-gray-950\/25 {
  border-right-color: rgb(37 38 39 / 0.25);
}

.border-r-gray-950\/30 {
  border-right-color: rgb(37 38 39 / 0.3);
}

.border-r-gray-950\/40 {
  border-right-color: rgb(37 38 39 / 0.4);
}

.border-r-gray-950\/5 {
  border-right-color: rgb(37 38 39 / 0.05);
}

.border-r-gray-950\/50 {
  border-right-color: rgb(37 38 39 / 0.5);
}

.border-r-gray-950\/60 {
  border-right-color: rgb(37 38 39 / 0.6);
}

.border-r-gray-950\/70 {
  border-right-color: rgb(37 38 39 / 0.7);
}

.border-r-gray-950\/75 {
  border-right-color: rgb(37 38 39 / 0.75);
}

.border-r-gray-950\/80 {
  border-right-color: rgb(37 38 39 / 0.8);
}

.border-r-gray-950\/90 {
  border-right-color: rgb(37 38 39 / 0.9);
}

.border-r-gray-950\/95 {
  border-right-color: rgb(37 38 39 / 0.95);
}

.border-r-gray\/0 {
  border-right-color: rgb(77 79 83 / 0);
}

.border-r-gray\/10 {
  border-right-color: rgb(77 79 83 / 0.1);
}

.border-r-gray\/100 {
  border-right-color: rgb(77 79 83 / 1);
}

.border-r-gray\/20 {
  border-right-color: rgb(77 79 83 / 0.2);
}

.border-r-gray\/25 {
  border-right-color: rgb(77 79 83 / 0.25);
}

.border-r-gray\/30 {
  border-right-color: rgb(77 79 83 / 0.3);
}

.border-r-gray\/40 {
  border-right-color: rgb(77 79 83 / 0.4);
}

.border-r-gray\/5 {
  border-right-color: rgb(77 79 83 / 0.05);
}

.border-r-gray\/50 {
  border-right-color: rgb(77 79 83 / 0.5);
}

.border-r-gray\/60 {
  border-right-color: rgb(77 79 83 / 0.6);
}

.border-r-gray\/70 {
  border-right-color: rgb(77 79 83 / 0.7);
}

.border-r-gray\/75 {
  border-right-color: rgb(77 79 83 / 0.75);
}

.border-r-gray\/80 {
  border-right-color: rgb(77 79 83 / 0.8);
}

.border-r-gray\/90 {
  border-right-color: rgb(77 79 83 / 0.9);
}

.border-r-gray\/95 {
  border-right-color: rgb(77 79 83 / 0.95);
}

.border-r-green {
  --tw-border-opacity: 1;
  border-right-color: rgb(181 203 82 / var(--tw-border-opacity));
}

.border-r-green-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(235 241 207 / var(--tw-border-opacity));
}

.border-r-green-100\/0 {
  border-right-color: rgb(235 241 207 / 0);
}

.border-r-green-100\/10 {
  border-right-color: rgb(235 241 207 / 0.1);
}

.border-r-green-100\/100 {
  border-right-color: rgb(235 241 207 / 1);
}

.border-r-green-100\/20 {
  border-right-color: rgb(235 241 207 / 0.2);
}

.border-r-green-100\/25 {
  border-right-color: rgb(235 241 207 / 0.25);
}

.border-r-green-100\/30 {
  border-right-color: rgb(235 241 207 / 0.3);
}

.border-r-green-100\/40 {
  border-right-color: rgb(235 241 207 / 0.4);
}

.border-r-green-100\/5 {
  border-right-color: rgb(235 241 207 / 0.05);
}

.border-r-green-100\/50 {
  border-right-color: rgb(235 241 207 / 0.5);
}

.border-r-green-100\/60 {
  border-right-color: rgb(235 241 207 / 0.6);
}

.border-r-green-100\/70 {
  border-right-color: rgb(235 241 207 / 0.7);
}

.border-r-green-100\/75 {
  border-right-color: rgb(235 241 207 / 0.75);
}

.border-r-green-100\/80 {
  border-right-color: rgb(235 241 207 / 0.8);
}

.border-r-green-100\/90 {
  border-right-color: rgb(235 241 207 / 0.9);
}

.border-r-green-100\/95 {
  border-right-color: rgb(235 241 207 / 0.95);
}

.border-r-green-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(221 231 176 / var(--tw-border-opacity));
}

.border-r-green-200\/0 {
  border-right-color: rgb(221 231 176 / 0);
}

.border-r-green-200\/10 {
  border-right-color: rgb(221 231 176 / 0.1);
}

.border-r-green-200\/100 {
  border-right-color: rgb(221 231 176 / 1);
}

.border-r-green-200\/20 {
  border-right-color: rgb(221 231 176 / 0.2);
}

.border-r-green-200\/25 {
  border-right-color: rgb(221 231 176 / 0.25);
}

.border-r-green-200\/30 {
  border-right-color: rgb(221 231 176 / 0.3);
}

.border-r-green-200\/40 {
  border-right-color: rgb(221 231 176 / 0.4);
}

.border-r-green-200\/5 {
  border-right-color: rgb(221 231 176 / 0.05);
}

.border-r-green-200\/50 {
  border-right-color: rgb(221 231 176 / 0.5);
}

.border-r-green-200\/60 {
  border-right-color: rgb(221 231 176 / 0.6);
}

.border-r-green-200\/70 {
  border-right-color: rgb(221 231 176 / 0.7);
}

.border-r-green-200\/75 {
  border-right-color: rgb(221 231 176 / 0.75);
}

.border-r-green-200\/80 {
  border-right-color: rgb(221 231 176 / 0.8);
}

.border-r-green-200\/90 {
  border-right-color: rgb(221 231 176 / 0.9);
}

.border-r-green-200\/95 {
  border-right-color: rgb(221 231 176 / 0.95);
}

.border-r-green-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(208 222 145 / var(--tw-border-opacity));
}

.border-r-green-300\/0 {
  border-right-color: rgb(208 222 145 / 0);
}

.border-r-green-300\/10 {
  border-right-color: rgb(208 222 145 / 0.1);
}

.border-r-green-300\/100 {
  border-right-color: rgb(208 222 145 / 1);
}

.border-r-green-300\/20 {
  border-right-color: rgb(208 222 145 / 0.2);
}

.border-r-green-300\/25 {
  border-right-color: rgb(208 222 145 / 0.25);
}

.border-r-green-300\/30 {
  border-right-color: rgb(208 222 145 / 0.3);
}

.border-r-green-300\/40 {
  border-right-color: rgb(208 222 145 / 0.4);
}

.border-r-green-300\/5 {
  border-right-color: rgb(208 222 145 / 0.05);
}

.border-r-green-300\/50 {
  border-right-color: rgb(208 222 145 / 0.5);
}

.border-r-green-300\/60 {
  border-right-color: rgb(208 222 145 / 0.6);
}

.border-r-green-300\/70 {
  border-right-color: rgb(208 222 145 / 0.7);
}

.border-r-green-300\/75 {
  border-right-color: rgb(208 222 145 / 0.75);
}

.border-r-green-300\/80 {
  border-right-color: rgb(208 222 145 / 0.8);
}

.border-r-green-300\/90 {
  border-right-color: rgb(208 222 145 / 0.9);
}

.border-r-green-300\/95 {
  border-right-color: rgb(208 222 145 / 0.95);
}

.border-r-green-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(194 212 113 / var(--tw-border-opacity));
}

.border-r-green-400\/0 {
  border-right-color: rgb(194 212 113 / 0);
}

.border-r-green-400\/10 {
  border-right-color: rgb(194 212 113 / 0.1);
}

.border-r-green-400\/100 {
  border-right-color: rgb(194 212 113 / 1);
}

.border-r-green-400\/20 {
  border-right-color: rgb(194 212 113 / 0.2);
}

.border-r-green-400\/25 {
  border-right-color: rgb(194 212 113 / 0.25);
}

.border-r-green-400\/30 {
  border-right-color: rgb(194 212 113 / 0.3);
}

.border-r-green-400\/40 {
  border-right-color: rgb(194 212 113 / 0.4);
}

.border-r-green-400\/5 {
  border-right-color: rgb(194 212 113 / 0.05);
}

.border-r-green-400\/50 {
  border-right-color: rgb(194 212 113 / 0.5);
}

.border-r-green-400\/60 {
  border-right-color: rgb(194 212 113 / 0.6);
}

.border-r-green-400\/70 {
  border-right-color: rgb(194 212 113 / 0.7);
}

.border-r-green-400\/75 {
  border-right-color: rgb(194 212 113 / 0.75);
}

.border-r-green-400\/80 {
  border-right-color: rgb(194 212 113 / 0.8);
}

.border-r-green-400\/90 {
  border-right-color: rgb(194 212 113 / 0.9);
}

.border-r-green-400\/95 {
  border-right-color: rgb(194 212 113 / 0.95);
}

.border-r-green-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(241 245 223 / var(--tw-border-opacity));
}

.border-r-green-50\/0 {
  border-right-color: rgb(241 245 223 / 0);
}

.border-r-green-50\/10 {
  border-right-color: rgb(241 245 223 / 0.1);
}

.border-r-green-50\/100 {
  border-right-color: rgb(241 245 223 / 1);
}

.border-r-green-50\/20 {
  border-right-color: rgb(241 245 223 / 0.2);
}

.border-r-green-50\/25 {
  border-right-color: rgb(241 245 223 / 0.25);
}

.border-r-green-50\/30 {
  border-right-color: rgb(241 245 223 / 0.3);
}

.border-r-green-50\/40 {
  border-right-color: rgb(241 245 223 / 0.4);
}

.border-r-green-50\/5 {
  border-right-color: rgb(241 245 223 / 0.05);
}

.border-r-green-50\/50 {
  border-right-color: rgb(241 245 223 / 0.5);
}

.border-r-green-50\/60 {
  border-right-color: rgb(241 245 223 / 0.6);
}

.border-r-green-50\/70 {
  border-right-color: rgb(241 245 223 / 0.7);
}

.border-r-green-50\/75 {
  border-right-color: rgb(241 245 223 / 0.75);
}

.border-r-green-50\/80 {
  border-right-color: rgb(241 245 223 / 0.8);
}

.border-r-green-50\/90 {
  border-right-color: rgb(241 245 223 / 0.9);
}

.border-r-green-50\/95 {
  border-right-color: rgb(241 245 223 / 0.95);
}

.border-r-green-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(181 203 82 / var(--tw-border-opacity));
}

.border-r-green-500\/0 {
  border-right-color: rgb(181 203 82 / 0);
}

.border-r-green-500\/10 {
  border-right-color: rgb(181 203 82 / 0.1);
}

.border-r-green-500\/100 {
  border-right-color: rgb(181 203 82 / 1);
}

.border-r-green-500\/20 {
  border-right-color: rgb(181 203 82 / 0.2);
}

.border-r-green-500\/25 {
  border-right-color: rgb(181 203 82 / 0.25);
}

.border-r-green-500\/30 {
  border-right-color: rgb(181 203 82 / 0.3);
}

.border-r-green-500\/40 {
  border-right-color: rgb(181 203 82 / 0.4);
}

.border-r-green-500\/5 {
  border-right-color: rgb(181 203 82 / 0.05);
}

.border-r-green-500\/50 {
  border-right-color: rgb(181 203 82 / 0.5);
}

.border-r-green-500\/60 {
  border-right-color: rgb(181 203 82 / 0.6);
}

.border-r-green-500\/70 {
  border-right-color: rgb(181 203 82 / 0.7);
}

.border-r-green-500\/75 {
  border-right-color: rgb(181 203 82 / 0.75);
}

.border-r-green-500\/80 {
  border-right-color: rgb(181 203 82 / 0.8);
}

.border-r-green-500\/90 {
  border-right-color: rgb(181 203 82 / 0.9);
}

.border-r-green-500\/95 {
  border-right-color: rgb(181 203 82 / 0.95);
}

.border-r-green-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(154 176 53 / var(--tw-border-opacity));
}

.border-r-green-600\/0 {
  border-right-color: rgb(154 176 53 / 0);
}

.border-r-green-600\/10 {
  border-right-color: rgb(154 176 53 / 0.1);
}

.border-r-green-600\/100 {
  border-right-color: rgb(154 176 53 / 1);
}

.border-r-green-600\/20 {
  border-right-color: rgb(154 176 53 / 0.2);
}

.border-r-green-600\/25 {
  border-right-color: rgb(154 176 53 / 0.25);
}

.border-r-green-600\/30 {
  border-right-color: rgb(154 176 53 / 0.3);
}

.border-r-green-600\/40 {
  border-right-color: rgb(154 176 53 / 0.4);
}

.border-r-green-600\/5 {
  border-right-color: rgb(154 176 53 / 0.05);
}

.border-r-green-600\/50 {
  border-right-color: rgb(154 176 53 / 0.5);
}

.border-r-green-600\/60 {
  border-right-color: rgb(154 176 53 / 0.6);
}

.border-r-green-600\/70 {
  border-right-color: rgb(154 176 53 / 0.7);
}

.border-r-green-600\/75 {
  border-right-color: rgb(154 176 53 / 0.75);
}

.border-r-green-600\/80 {
  border-right-color: rgb(154 176 53 / 0.8);
}

.border-r-green-600\/90 {
  border-right-color: rgb(154 176 53 / 0.9);
}

.border-r-green-600\/95 {
  border-right-color: rgb(154 176 53 / 0.95);
}

.border-r-green-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(116 133 40 / var(--tw-border-opacity));
}

.border-r-green-700\/0 {
  border-right-color: rgb(116 133 40 / 0);
}

.border-r-green-700\/10 {
  border-right-color: rgb(116 133 40 / 0.1);
}

.border-r-green-700\/100 {
  border-right-color: rgb(116 133 40 / 1);
}

.border-r-green-700\/20 {
  border-right-color: rgb(116 133 40 / 0.2);
}

.border-r-green-700\/25 {
  border-right-color: rgb(116 133 40 / 0.25);
}

.border-r-green-700\/30 {
  border-right-color: rgb(116 133 40 / 0.3);
}

.border-r-green-700\/40 {
  border-right-color: rgb(116 133 40 / 0.4);
}

.border-r-green-700\/5 {
  border-right-color: rgb(116 133 40 / 0.05);
}

.border-r-green-700\/50 {
  border-right-color: rgb(116 133 40 / 0.5);
}

.border-r-green-700\/60 {
  border-right-color: rgb(116 133 40 / 0.6);
}

.border-r-green-700\/70 {
  border-right-color: rgb(116 133 40 / 0.7);
}

.border-r-green-700\/75 {
  border-right-color: rgb(116 133 40 / 0.75);
}

.border-r-green-700\/80 {
  border-right-color: rgb(116 133 40 / 0.8);
}

.border-r-green-700\/90 {
  border-right-color: rgb(116 133 40 / 0.9);
}

.border-r-green-700\/95 {
  border-right-color: rgb(116 133 40 / 0.95);
}

.border-r-green-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(78 90 27 / var(--tw-border-opacity));
}

.border-r-green-800\/0 {
  border-right-color: rgb(78 90 27 / 0);
}

.border-r-green-800\/10 {
  border-right-color: rgb(78 90 27 / 0.1);
}

.border-r-green-800\/100 {
  border-right-color: rgb(78 90 27 / 1);
}

.border-r-green-800\/20 {
  border-right-color: rgb(78 90 27 / 0.2);
}

.border-r-green-800\/25 {
  border-right-color: rgb(78 90 27 / 0.25);
}

.border-r-green-800\/30 {
  border-right-color: rgb(78 90 27 / 0.3);
}

.border-r-green-800\/40 {
  border-right-color: rgb(78 90 27 / 0.4);
}

.border-r-green-800\/5 {
  border-right-color: rgb(78 90 27 / 0.05);
}

.border-r-green-800\/50 {
  border-right-color: rgb(78 90 27 / 0.5);
}

.border-r-green-800\/60 {
  border-right-color: rgb(78 90 27 / 0.6);
}

.border-r-green-800\/70 {
  border-right-color: rgb(78 90 27 / 0.7);
}

.border-r-green-800\/75 {
  border-right-color: rgb(78 90 27 / 0.75);
}

.border-r-green-800\/80 {
  border-right-color: rgb(78 90 27 / 0.8);
}

.border-r-green-800\/90 {
  border-right-color: rgb(78 90 27 / 0.9);
}

.border-r-green-800\/95 {
  border-right-color: rgb(78 90 27 / 0.95);
}

.border-r-green-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(41 47 14 / var(--tw-border-opacity));
}

.border-r-green-900\/0 {
  border-right-color: rgb(41 47 14 / 0);
}

.border-r-green-900\/10 {
  border-right-color: rgb(41 47 14 / 0.1);
}

.border-r-green-900\/100 {
  border-right-color: rgb(41 47 14 / 1);
}

.border-r-green-900\/20 {
  border-right-color: rgb(41 47 14 / 0.2);
}

.border-r-green-900\/25 {
  border-right-color: rgb(41 47 14 / 0.25);
}

.border-r-green-900\/30 {
  border-right-color: rgb(41 47 14 / 0.3);
}

.border-r-green-900\/40 {
  border-right-color: rgb(41 47 14 / 0.4);
}

.border-r-green-900\/5 {
  border-right-color: rgb(41 47 14 / 0.05);
}

.border-r-green-900\/50 {
  border-right-color: rgb(41 47 14 / 0.5);
}

.border-r-green-900\/60 {
  border-right-color: rgb(41 47 14 / 0.6);
}

.border-r-green-900\/70 {
  border-right-color: rgb(41 47 14 / 0.7);
}

.border-r-green-900\/75 {
  border-right-color: rgb(41 47 14 / 0.75);
}

.border-r-green-900\/80 {
  border-right-color: rgb(41 47 14 / 0.8);
}

.border-r-green-900\/90 {
  border-right-color: rgb(41 47 14 / 0.9);
}

.border-r-green-900\/95 {
  border-right-color: rgb(41 47 14 / 0.95);
}

.border-r-green\/0 {
  border-right-color: rgb(181 203 82 / 0);
}

.border-r-green\/10 {
  border-right-color: rgb(181 203 82 / 0.1);
}

.border-r-green\/100 {
  border-right-color: rgb(181 203 82 / 1);
}

.border-r-green\/20 {
  border-right-color: rgb(181 203 82 / 0.2);
}

.border-r-green\/25 {
  border-right-color: rgb(181 203 82 / 0.25);
}

.border-r-green\/30 {
  border-right-color: rgb(181 203 82 / 0.3);
}

.border-r-green\/40 {
  border-right-color: rgb(181 203 82 / 0.4);
}

.border-r-green\/5 {
  border-right-color: rgb(181 203 82 / 0.05);
}

.border-r-green\/50 {
  border-right-color: rgb(181 203 82 / 0.5);
}

.border-r-green\/60 {
  border-right-color: rgb(181 203 82 / 0.6);
}

.border-r-green\/70 {
  border-right-color: rgb(181 203 82 / 0.7);
}

.border-r-green\/75 {
  border-right-color: rgb(181 203 82 / 0.75);
}

.border-r-green\/80 {
  border-right-color: rgb(181 203 82 / 0.8);
}

.border-r-green\/90 {
  border-right-color: rgb(181 203 82 / 0.9);
}

.border-r-green\/95 {
  border-right-color: rgb(181 203 82 / 0.95);
}

.border-r-grey {
  --tw-border-opacity: 1;
  border-right-color: rgb(77 79 83 / var(--tw-border-opacity));
}

.border-r-grey-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(229 230 232 / var(--tw-border-opacity));
}

.border-r-grey-100\/0 {
  border-right-color: rgb(229 230 232 / 0);
}

.border-r-grey-100\/10 {
  border-right-color: rgb(229 230 232 / 0.1);
}

.border-r-grey-100\/100 {
  border-right-color: rgb(229 230 232 / 1);
}

.border-r-grey-100\/20 {
  border-right-color: rgb(229 230 232 / 0.2);
}

.border-r-grey-100\/25 {
  border-right-color: rgb(229 230 232 / 0.25);
}

.border-r-grey-100\/30 {
  border-right-color: rgb(229 230 232 / 0.3);
}

.border-r-grey-100\/40 {
  border-right-color: rgb(229 230 232 / 0.4);
}

.border-r-grey-100\/5 {
  border-right-color: rgb(229 230 232 / 0.05);
}

.border-r-grey-100\/50 {
  border-right-color: rgb(229 230 232 / 0.5);
}

.border-r-grey-100\/60 {
  border-right-color: rgb(229 230 232 / 0.6);
}

.border-r-grey-100\/70 {
  border-right-color: rgb(229 230 232 / 0.7);
}

.border-r-grey-100\/75 {
  border-right-color: rgb(229 230 232 / 0.75);
}

.border-r-grey-100\/80 {
  border-right-color: rgb(229 230 232 / 0.8);
}

.border-r-grey-100\/90 {
  border-right-color: rgb(229 230 232 / 0.9);
}

.border-r-grey-100\/95 {
  border-right-color: rgb(229 230 232 / 0.95);
}

.border-r-grey-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(207 209 210 / var(--tw-border-opacity));
}

.border-r-grey-200\/0 {
  border-right-color: rgb(207 209 210 / 0);
}

.border-r-grey-200\/10 {
  border-right-color: rgb(207 209 210 / 0.1);
}

.border-r-grey-200\/100 {
  border-right-color: rgb(207 209 210 / 1);
}

.border-r-grey-200\/20 {
  border-right-color: rgb(207 209 210 / 0.2);
}

.border-r-grey-200\/25 {
  border-right-color: rgb(207 209 210 / 0.25);
}

.border-r-grey-200\/30 {
  border-right-color: rgb(207 209 210 / 0.3);
}

.border-r-grey-200\/40 {
  border-right-color: rgb(207 209 210 / 0.4);
}

.border-r-grey-200\/5 {
  border-right-color: rgb(207 209 210 / 0.05);
}

.border-r-grey-200\/50 {
  border-right-color: rgb(207 209 210 / 0.5);
}

.border-r-grey-200\/60 {
  border-right-color: rgb(207 209 210 / 0.6);
}

.border-r-grey-200\/70 {
  border-right-color: rgb(207 209 210 / 0.7);
}

.border-r-grey-200\/75 {
  border-right-color: rgb(207 209 210 / 0.75);
}

.border-r-grey-200\/80 {
  border-right-color: rgb(207 209 210 / 0.8);
}

.border-r-grey-200\/90 {
  border-right-color: rgb(207 209 210 / 0.9);
}

.border-r-grey-200\/95 {
  border-right-color: rgb(207 209 210 / 0.95);
}

.border-r-grey-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(173 176 179 / var(--tw-border-opacity));
}

.border-r-grey-300\/0 {
  border-right-color: rgb(173 176 179 / 0);
}

.border-r-grey-300\/10 {
  border-right-color: rgb(173 176 179 / 0.1);
}

.border-r-grey-300\/100 {
  border-right-color: rgb(173 176 179 / 1);
}

.border-r-grey-300\/20 {
  border-right-color: rgb(173 176 179 / 0.2);
}

.border-r-grey-300\/25 {
  border-right-color: rgb(173 176 179 / 0.25);
}

.border-r-grey-300\/30 {
  border-right-color: rgb(173 176 179 / 0.3);
}

.border-r-grey-300\/40 {
  border-right-color: rgb(173 176 179 / 0.4);
}

.border-r-grey-300\/5 {
  border-right-color: rgb(173 176 179 / 0.05);
}

.border-r-grey-300\/50 {
  border-right-color: rgb(173 176 179 / 0.5);
}

.border-r-grey-300\/60 {
  border-right-color: rgb(173 176 179 / 0.6);
}

.border-r-grey-300\/70 {
  border-right-color: rgb(173 176 179 / 0.7);
}

.border-r-grey-300\/75 {
  border-right-color: rgb(173 176 179 / 0.75);
}

.border-r-grey-300\/80 {
  border-right-color: rgb(173 176 179 / 0.8);
}

.border-r-grey-300\/90 {
  border-right-color: rgb(173 176 179 / 0.9);
}

.border-r-grey-300\/95 {
  border-right-color: rgb(173 176 179 / 0.95);
}

.border-r-grey-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(131 134 141 / var(--tw-border-opacity));
}

.border-r-grey-400\/0 {
  border-right-color: rgb(131 134 141 / 0);
}

.border-r-grey-400\/10 {
  border-right-color: rgb(131 134 141 / 0.1);
}

.border-r-grey-400\/100 {
  border-right-color: rgb(131 134 141 / 1);
}

.border-r-grey-400\/20 {
  border-right-color: rgb(131 134 141 / 0.2);
}

.border-r-grey-400\/25 {
  border-right-color: rgb(131 134 141 / 0.25);
}

.border-r-grey-400\/30 {
  border-right-color: rgb(131 134 141 / 0.3);
}

.border-r-grey-400\/40 {
  border-right-color: rgb(131 134 141 / 0.4);
}

.border-r-grey-400\/5 {
  border-right-color: rgb(131 134 141 / 0.05);
}

.border-r-grey-400\/50 {
  border-right-color: rgb(131 134 141 / 0.5);
}

.border-r-grey-400\/60 {
  border-right-color: rgb(131 134 141 / 0.6);
}

.border-r-grey-400\/70 {
  border-right-color: rgb(131 134 141 / 0.7);
}

.border-r-grey-400\/75 {
  border-right-color: rgb(131 134 141 / 0.75);
}

.border-r-grey-400\/80 {
  border-right-color: rgb(131 134 141 / 0.8);
}

.border-r-grey-400\/90 {
  border-right-color: rgb(131 134 141 / 0.9);
}

.border-r-grey-400\/95 {
  border-right-color: rgb(131 134 141 / 0.95);
}

.border-r-grey-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 246 246 / var(--tw-border-opacity));
}

.border-r-grey-50\/0 {
  border-right-color: rgb(245 246 246 / 0);
}

.border-r-grey-50\/10 {
  border-right-color: rgb(245 246 246 / 0.1);
}

.border-r-grey-50\/100 {
  border-right-color: rgb(245 246 246 / 1);
}

.border-r-grey-50\/20 {
  border-right-color: rgb(245 246 246 / 0.2);
}

.border-r-grey-50\/25 {
  border-right-color: rgb(245 246 246 / 0.25);
}

.border-r-grey-50\/30 {
  border-right-color: rgb(245 246 246 / 0.3);
}

.border-r-grey-50\/40 {
  border-right-color: rgb(245 246 246 / 0.4);
}

.border-r-grey-50\/5 {
  border-right-color: rgb(245 246 246 / 0.05);
}

.border-r-grey-50\/50 {
  border-right-color: rgb(245 246 246 / 0.5);
}

.border-r-grey-50\/60 {
  border-right-color: rgb(245 246 246 / 0.6);
}

.border-r-grey-50\/70 {
  border-right-color: rgb(245 246 246 / 0.7);
}

.border-r-grey-50\/75 {
  border-right-color: rgb(245 246 246 / 0.75);
}

.border-r-grey-50\/80 {
  border-right-color: rgb(245 246 246 / 0.8);
}

.border-r-grey-50\/90 {
  border-right-color: rgb(245 246 246 / 0.9);
}

.border-r-grey-50\/95 {
  border-right-color: rgb(245 246 246 / 0.95);
}

.border-r-grey-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(104 107 114 / var(--tw-border-opacity));
}

.border-r-grey-500\/0 {
  border-right-color: rgb(104 107 114 / 0);
}

.border-r-grey-500\/10 {
  border-right-color: rgb(104 107 114 / 0.1);
}

.border-r-grey-500\/100 {
  border-right-color: rgb(104 107 114 / 1);
}

.border-r-grey-500\/20 {
  border-right-color: rgb(104 107 114 / 0.2);
}

.border-r-grey-500\/25 {
  border-right-color: rgb(104 107 114 / 0.25);
}

.border-r-grey-500\/30 {
  border-right-color: rgb(104 107 114 / 0.3);
}

.border-r-grey-500\/40 {
  border-right-color: rgb(104 107 114 / 0.4);
}

.border-r-grey-500\/5 {
  border-right-color: rgb(104 107 114 / 0.05);
}

.border-r-grey-500\/50 {
  border-right-color: rgb(104 107 114 / 0.5);
}

.border-r-grey-500\/60 {
  border-right-color: rgb(104 107 114 / 0.6);
}

.border-r-grey-500\/70 {
  border-right-color: rgb(104 107 114 / 0.7);
}

.border-r-grey-500\/75 {
  border-right-color: rgb(104 107 114 / 0.75);
}

.border-r-grey-500\/80 {
  border-right-color: rgb(104 107 114 / 0.8);
}

.border-r-grey-500\/90 {
  border-right-color: rgb(104 107 114 / 0.9);
}

.border-r-grey-500\/95 {
  border-right-color: rgb(104 107 114 / 0.95);
}

.border-r-grey-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(89 91 97 / var(--tw-border-opacity));
}

.border-r-grey-600\/0 {
  border-right-color: rgb(89 91 97 / 0);
}

.border-r-grey-600\/10 {
  border-right-color: rgb(89 91 97 / 0.1);
}

.border-r-grey-600\/100 {
  border-right-color: rgb(89 91 97 / 1);
}

.border-r-grey-600\/20 {
  border-right-color: rgb(89 91 97 / 0.2);
}

.border-r-grey-600\/25 {
  border-right-color: rgb(89 91 97 / 0.25);
}

.border-r-grey-600\/30 {
  border-right-color: rgb(89 91 97 / 0.3);
}

.border-r-grey-600\/40 {
  border-right-color: rgb(89 91 97 / 0.4);
}

.border-r-grey-600\/5 {
  border-right-color: rgb(89 91 97 / 0.05);
}

.border-r-grey-600\/50 {
  border-right-color: rgb(89 91 97 / 0.5);
}

.border-r-grey-600\/60 {
  border-right-color: rgb(89 91 97 / 0.6);
}

.border-r-grey-600\/70 {
  border-right-color: rgb(89 91 97 / 0.7);
}

.border-r-grey-600\/75 {
  border-right-color: rgb(89 91 97 / 0.75);
}

.border-r-grey-600\/80 {
  border-right-color: rgb(89 91 97 / 0.8);
}

.border-r-grey-600\/90 {
  border-right-color: rgb(89 91 97 / 0.9);
}

.border-r-grey-600\/95 {
  border-right-color: rgb(89 91 97 / 0.95);
}

.border-r-grey-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(77 79 83 / var(--tw-border-opacity));
}

.border-r-grey-700\/0 {
  border-right-color: rgb(77 79 83 / 0);
}

.border-r-grey-700\/10 {
  border-right-color: rgb(77 79 83 / 0.1);
}

.border-r-grey-700\/100 {
  border-right-color: rgb(77 79 83 / 1);
}

.border-r-grey-700\/20 {
  border-right-color: rgb(77 79 83 / 0.2);
}

.border-r-grey-700\/25 {
  border-right-color: rgb(77 79 83 / 0.25);
}

.border-r-grey-700\/30 {
  border-right-color: rgb(77 79 83 / 0.3);
}

.border-r-grey-700\/40 {
  border-right-color: rgb(77 79 83 / 0.4);
}

.border-r-grey-700\/5 {
  border-right-color: rgb(77 79 83 / 0.05);
}

.border-r-grey-700\/50 {
  border-right-color: rgb(77 79 83 / 0.5);
}

.border-r-grey-700\/60 {
  border-right-color: rgb(77 79 83 / 0.6);
}

.border-r-grey-700\/70 {
  border-right-color: rgb(77 79 83 / 0.7);
}

.border-r-grey-700\/75 {
  border-right-color: rgb(77 79 83 / 0.75);
}

.border-r-grey-700\/80 {
  border-right-color: rgb(77 79 83 / 0.8);
}

.border-r-grey-700\/90 {
  border-right-color: rgb(77 79 83 / 0.9);
}

.border-r-grey-700\/95 {
  border-right-color: rgb(77 79 83 / 0.95);
}

.border-r-grey-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(67 68 71 / var(--tw-border-opacity));
}

.border-r-grey-800\/0 {
  border-right-color: rgb(67 68 71 / 0);
}

.border-r-grey-800\/10 {
  border-right-color: rgb(67 68 71 / 0.1);
}

.border-r-grey-800\/100 {
  border-right-color: rgb(67 68 71 / 1);
}

.border-r-grey-800\/20 {
  border-right-color: rgb(67 68 71 / 0.2);
}

.border-r-grey-800\/25 {
  border-right-color: rgb(67 68 71 / 0.25);
}

.border-r-grey-800\/30 {
  border-right-color: rgb(67 68 71 / 0.3);
}

.border-r-grey-800\/40 {
  border-right-color: rgb(67 68 71 / 0.4);
}

.border-r-grey-800\/5 {
  border-right-color: rgb(67 68 71 / 0.05);
}

.border-r-grey-800\/50 {
  border-right-color: rgb(67 68 71 / 0.5);
}

.border-r-grey-800\/60 {
  border-right-color: rgb(67 68 71 / 0.6);
}

.border-r-grey-800\/70 {
  border-right-color: rgb(67 68 71 / 0.7);
}

.border-r-grey-800\/75 {
  border-right-color: rgb(67 68 71 / 0.75);
}

.border-r-grey-800\/80 {
  border-right-color: rgb(67 68 71 / 0.8);
}

.border-r-grey-800\/90 {
  border-right-color: rgb(67 68 71 / 0.9);
}

.border-r-grey-800\/95 {
  border-right-color: rgb(67 68 71 / 0.95);
}

.border-r-grey-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(59 60 62 / var(--tw-border-opacity));
}

.border-r-grey-900\/0 {
  border-right-color: rgb(59 60 62 / 0);
}

.border-r-grey-900\/10 {
  border-right-color: rgb(59 60 62 / 0.1);
}

.border-r-grey-900\/100 {
  border-right-color: rgb(59 60 62 / 1);
}

.border-r-grey-900\/20 {
  border-right-color: rgb(59 60 62 / 0.2);
}

.border-r-grey-900\/25 {
  border-right-color: rgb(59 60 62 / 0.25);
}

.border-r-grey-900\/30 {
  border-right-color: rgb(59 60 62 / 0.3);
}

.border-r-grey-900\/40 {
  border-right-color: rgb(59 60 62 / 0.4);
}

.border-r-grey-900\/5 {
  border-right-color: rgb(59 60 62 / 0.05);
}

.border-r-grey-900\/50 {
  border-right-color: rgb(59 60 62 / 0.5);
}

.border-r-grey-900\/60 {
  border-right-color: rgb(59 60 62 / 0.6);
}

.border-r-grey-900\/70 {
  border-right-color: rgb(59 60 62 / 0.7);
}

.border-r-grey-900\/75 {
  border-right-color: rgb(59 60 62 / 0.75);
}

.border-r-grey-900\/80 {
  border-right-color: rgb(59 60 62 / 0.8);
}

.border-r-grey-900\/90 {
  border-right-color: rgb(59 60 62 / 0.9);
}

.border-r-grey-900\/95 {
  border-right-color: rgb(59 60 62 / 0.95);
}

.border-r-grey-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(37 38 39 / var(--tw-border-opacity));
}

.border-r-grey-950\/0 {
  border-right-color: rgb(37 38 39 / 0);
}

.border-r-grey-950\/10 {
  border-right-color: rgb(37 38 39 / 0.1);
}

.border-r-grey-950\/100 {
  border-right-color: rgb(37 38 39 / 1);
}

.border-r-grey-950\/20 {
  border-right-color: rgb(37 38 39 / 0.2);
}

.border-r-grey-950\/25 {
  border-right-color: rgb(37 38 39 / 0.25);
}

.border-r-grey-950\/30 {
  border-right-color: rgb(37 38 39 / 0.3);
}

.border-r-grey-950\/40 {
  border-right-color: rgb(37 38 39 / 0.4);
}

.border-r-grey-950\/5 {
  border-right-color: rgb(37 38 39 / 0.05);
}

.border-r-grey-950\/50 {
  border-right-color: rgb(37 38 39 / 0.5);
}

.border-r-grey-950\/60 {
  border-right-color: rgb(37 38 39 / 0.6);
}

.border-r-grey-950\/70 {
  border-right-color: rgb(37 38 39 / 0.7);
}

.border-r-grey-950\/75 {
  border-right-color: rgb(37 38 39 / 0.75);
}

.border-r-grey-950\/80 {
  border-right-color: rgb(37 38 39 / 0.8);
}

.border-r-grey-950\/90 {
  border-right-color: rgb(37 38 39 / 0.9);
}

.border-r-grey-950\/95 {
  border-right-color: rgb(37 38 39 / 0.95);
}

.border-r-grey\/0 {
  border-right-color: rgb(77 79 83 / 0);
}

.border-r-grey\/10 {
  border-right-color: rgb(77 79 83 / 0.1);
}

.border-r-grey\/100 {
  border-right-color: rgb(77 79 83 / 1);
}

.border-r-grey\/20 {
  border-right-color: rgb(77 79 83 / 0.2);
}

.border-r-grey\/25 {
  border-right-color: rgb(77 79 83 / 0.25);
}

.border-r-grey\/30 {
  border-right-color: rgb(77 79 83 / 0.3);
}

.border-r-grey\/40 {
  border-right-color: rgb(77 79 83 / 0.4);
}

.border-r-grey\/5 {
  border-right-color: rgb(77 79 83 / 0.05);
}

.border-r-grey\/50 {
  border-right-color: rgb(77 79 83 / 0.5);
}

.border-r-grey\/60 {
  border-right-color: rgb(77 79 83 / 0.6);
}

.border-r-grey\/70 {
  border-right-color: rgb(77 79 83 / 0.7);
}

.border-r-grey\/75 {
  border-right-color: rgb(77 79 83 / 0.75);
}

.border-r-grey\/80 {
  border-right-color: rgb(77 79 83 / 0.8);
}

.border-r-grey\/90 {
  border-right-color: rgb(77 79 83 / 0.9);
}

.border-r-grey\/95 {
  border-right-color: rgb(77 79 83 / 0.95);
}

.border-r-navy {
  --tw-border-opacity: 1;
  border-right-color: rgb(10 81 122 / var(--tw-border-opacity));
}

.border-r-navy-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(225 242 253 / var(--tw-border-opacity));
}

.border-r-navy-100\/0 {
  border-right-color: rgb(225 242 253 / 0);
}

.border-r-navy-100\/10 {
  border-right-color: rgb(225 242 253 / 0.1);
}

.border-r-navy-100\/100 {
  border-right-color: rgb(225 242 253 / 1);
}

.border-r-navy-100\/20 {
  border-right-color: rgb(225 242 253 / 0.2);
}

.border-r-navy-100\/25 {
  border-right-color: rgb(225 242 253 / 0.25);
}

.border-r-navy-100\/30 {
  border-right-color: rgb(225 242 253 / 0.3);
}

.border-r-navy-100\/40 {
  border-right-color: rgb(225 242 253 / 0.4);
}

.border-r-navy-100\/5 {
  border-right-color: rgb(225 242 253 / 0.05);
}

.border-r-navy-100\/50 {
  border-right-color: rgb(225 242 253 / 0.5);
}

.border-r-navy-100\/60 {
  border-right-color: rgb(225 242 253 / 0.6);
}

.border-r-navy-100\/70 {
  border-right-color: rgb(225 242 253 / 0.7);
}

.border-r-navy-100\/75 {
  border-right-color: rgb(225 242 253 / 0.75);
}

.border-r-navy-100\/80 {
  border-right-color: rgb(225 242 253 / 0.8);
}

.border-r-navy-100\/90 {
  border-right-color: rgb(225 242 253 / 0.9);
}

.border-r-navy-100\/95 {
  border-right-color: rgb(225 242 253 / 0.95);
}

.border-r-navy-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(188 228 251 / var(--tw-border-opacity));
}

.border-r-navy-200\/0 {
  border-right-color: rgb(188 228 251 / 0);
}

.border-r-navy-200\/10 {
  border-right-color: rgb(188 228 251 / 0.1);
}

.border-r-navy-200\/100 {
  border-right-color: rgb(188 228 251 / 1);
}

.border-r-navy-200\/20 {
  border-right-color: rgb(188 228 251 / 0.2);
}

.border-r-navy-200\/25 {
  border-right-color: rgb(188 228 251 / 0.25);
}

.border-r-navy-200\/30 {
  border-right-color: rgb(188 228 251 / 0.3);
}

.border-r-navy-200\/40 {
  border-right-color: rgb(188 228 251 / 0.4);
}

.border-r-navy-200\/5 {
  border-right-color: rgb(188 228 251 / 0.05);
}

.border-r-navy-200\/50 {
  border-right-color: rgb(188 228 251 / 0.5);
}

.border-r-navy-200\/60 {
  border-right-color: rgb(188 228 251 / 0.6);
}

.border-r-navy-200\/70 {
  border-right-color: rgb(188 228 251 / 0.7);
}

.border-r-navy-200\/75 {
  border-right-color: rgb(188 228 251 / 0.75);
}

.border-r-navy-200\/80 {
  border-right-color: rgb(188 228 251 / 0.8);
}

.border-r-navy-200\/90 {
  border-right-color: rgb(188 228 251 / 0.9);
}

.border-r-navy-200\/95 {
  border-right-color: rgb(188 228 251 / 0.95);
}

.border-r-navy-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(129 208 248 / var(--tw-border-opacity));
}

.border-r-navy-300\/0 {
  border-right-color: rgb(129 208 248 / 0);
}

.border-r-navy-300\/10 {
  border-right-color: rgb(129 208 248 / 0.1);
}

.border-r-navy-300\/100 {
  border-right-color: rgb(129 208 248 / 1);
}

.border-r-navy-300\/20 {
  border-right-color: rgb(129 208 248 / 0.2);
}

.border-r-navy-300\/25 {
  border-right-color: rgb(129 208 248 / 0.25);
}

.border-r-navy-300\/30 {
  border-right-color: rgb(129 208 248 / 0.3);
}

.border-r-navy-300\/40 {
  border-right-color: rgb(129 208 248 / 0.4);
}

.border-r-navy-300\/5 {
  border-right-color: rgb(129 208 248 / 0.05);
}

.border-r-navy-300\/50 {
  border-right-color: rgb(129 208 248 / 0.5);
}

.border-r-navy-300\/60 {
  border-right-color: rgb(129 208 248 / 0.6);
}

.border-r-navy-300\/70 {
  border-right-color: rgb(129 208 248 / 0.7);
}

.border-r-navy-300\/75 {
  border-right-color: rgb(129 208 248 / 0.75);
}

.border-r-navy-300\/80 {
  border-right-color: rgb(129 208 248 / 0.8);
}

.border-r-navy-300\/90 {
  border-right-color: rgb(129 208 248 / 0.9);
}

.border-r-navy-300\/95 {
  border-right-color: rgb(129 208 248 / 0.95);
}

.border-r-navy-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(61 184 243 / var(--tw-border-opacity));
}

.border-r-navy-400\/0 {
  border-right-color: rgb(61 184 243 / 0);
}

.border-r-navy-400\/10 {
  border-right-color: rgb(61 184 243 / 0.1);
}

.border-r-navy-400\/100 {
  border-right-color: rgb(61 184 243 / 1);
}

.border-r-navy-400\/20 {
  border-right-color: rgb(61 184 243 / 0.2);
}

.border-r-navy-400\/25 {
  border-right-color: rgb(61 184 243 / 0.25);
}

.border-r-navy-400\/30 {
  border-right-color: rgb(61 184 243 / 0.3);
}

.border-r-navy-400\/40 {
  border-right-color: rgb(61 184 243 / 0.4);
}

.border-r-navy-400\/5 {
  border-right-color: rgb(61 184 243 / 0.05);
}

.border-r-navy-400\/50 {
  border-right-color: rgb(61 184 243 / 0.5);
}

.border-r-navy-400\/60 {
  border-right-color: rgb(61 184 243 / 0.6);
}

.border-r-navy-400\/70 {
  border-right-color: rgb(61 184 243 / 0.7);
}

.border-r-navy-400\/75 {
  border-right-color: rgb(61 184 243 / 0.75);
}

.border-r-navy-400\/80 {
  border-right-color: rgb(61 184 243 / 0.8);
}

.border-r-navy-400\/90 {
  border-right-color: rgb(61 184 243 / 0.9);
}

.border-r-navy-400\/95 {
  border-right-color: rgb(61 184 243 / 0.95);
}

.border-r-navy-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.border-r-navy-50\/0 {
  border-right-color: rgb(240 249 255 / 0);
}

.border-r-navy-50\/10 {
  border-right-color: rgb(240 249 255 / 0.1);
}

.border-r-navy-50\/100 {
  border-right-color: rgb(240 249 255 / 1);
}

.border-r-navy-50\/20 {
  border-right-color: rgb(240 249 255 / 0.2);
}

.border-r-navy-50\/25 {
  border-right-color: rgb(240 249 255 / 0.25);
}

.border-r-navy-50\/30 {
  border-right-color: rgb(240 249 255 / 0.3);
}

.border-r-navy-50\/40 {
  border-right-color: rgb(240 249 255 / 0.4);
}

.border-r-navy-50\/5 {
  border-right-color: rgb(240 249 255 / 0.05);
}

.border-r-navy-50\/50 {
  border-right-color: rgb(240 249 255 / 0.5);
}

.border-r-navy-50\/60 {
  border-right-color: rgb(240 249 255 / 0.6);
}

.border-r-navy-50\/70 {
  border-right-color: rgb(240 249 255 / 0.7);
}

.border-r-navy-50\/75 {
  border-right-color: rgb(240 249 255 / 0.75);
}

.border-r-navy-50\/80 {
  border-right-color: rgb(240 249 255 / 0.8);
}

.border-r-navy-50\/90 {
  border-right-color: rgb(240 249 255 / 0.9);
}

.border-r-navy-50\/95 {
  border-right-color: rgb(240 249 255 / 0.95);
}

.border-r-navy-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(20 160 227 / var(--tw-border-opacity));
}

.border-r-navy-500\/0 {
  border-right-color: rgb(20 160 227 / 0);
}

.border-r-navy-500\/10 {
  border-right-color: rgb(20 160 227 / 0.1);
}

.border-r-navy-500\/100 {
  border-right-color: rgb(20 160 227 / 1);
}

.border-r-navy-500\/20 {
  border-right-color: rgb(20 160 227 / 0.2);
}

.border-r-navy-500\/25 {
  border-right-color: rgb(20 160 227 / 0.25);
}

.border-r-navy-500\/30 {
  border-right-color: rgb(20 160 227 / 0.3);
}

.border-r-navy-500\/40 {
  border-right-color: rgb(20 160 227 / 0.4);
}

.border-r-navy-500\/5 {
  border-right-color: rgb(20 160 227 / 0.05);
}

.border-r-navy-500\/50 {
  border-right-color: rgb(20 160 227 / 0.5);
}

.border-r-navy-500\/60 {
  border-right-color: rgb(20 160 227 / 0.6);
}

.border-r-navy-500\/70 {
  border-right-color: rgb(20 160 227 / 0.7);
}

.border-r-navy-500\/75 {
  border-right-color: rgb(20 160 227 / 0.75);
}

.border-r-navy-500\/80 {
  border-right-color: rgb(20 160 227 / 0.8);
}

.border-r-navy-500\/90 {
  border-right-color: rgb(20 160 227 / 0.9);
}

.border-r-navy-500\/95 {
  border-right-color: rgb(20 160 227 / 0.95);
}

.border-r-navy-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(8 127 193 / var(--tw-border-opacity));
}

.border-r-navy-600\/0 {
  border-right-color: rgb(8 127 193 / 0);
}

.border-r-navy-600\/10 {
  border-right-color: rgb(8 127 193 / 0.1);
}

.border-r-navy-600\/100 {
  border-right-color: rgb(8 127 193 / 1);
}

.border-r-navy-600\/20 {
  border-right-color: rgb(8 127 193 / 0.2);
}

.border-r-navy-600\/25 {
  border-right-color: rgb(8 127 193 / 0.25);
}

.border-r-navy-600\/30 {
  border-right-color: rgb(8 127 193 / 0.3);
}

.border-r-navy-600\/40 {
  border-right-color: rgb(8 127 193 / 0.4);
}

.border-r-navy-600\/5 {
  border-right-color: rgb(8 127 193 / 0.05);
}

.border-r-navy-600\/50 {
  border-right-color: rgb(8 127 193 / 0.5);
}

.border-r-navy-600\/60 {
  border-right-color: rgb(8 127 193 / 0.6);
}

.border-r-navy-600\/70 {
  border-right-color: rgb(8 127 193 / 0.7);
}

.border-r-navy-600\/75 {
  border-right-color: rgb(8 127 193 / 0.75);
}

.border-r-navy-600\/80 {
  border-right-color: rgb(8 127 193 / 0.8);
}

.border-r-navy-600\/90 {
  border-right-color: rgb(8 127 193 / 0.9);
}

.border-r-navy-600\/95 {
  border-right-color: rgb(8 127 193 / 0.95);
}

.border-r-navy-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(8 102 156 / var(--tw-border-opacity));
}

.border-r-navy-700\/0 {
  border-right-color: rgb(8 102 156 / 0);
}

.border-r-navy-700\/10 {
  border-right-color: rgb(8 102 156 / 0.1);
}

.border-r-navy-700\/100 {
  border-right-color: rgb(8 102 156 / 1);
}

.border-r-navy-700\/20 {
  border-right-color: rgb(8 102 156 / 0.2);
}

.border-r-navy-700\/25 {
  border-right-color: rgb(8 102 156 / 0.25);
}

.border-r-navy-700\/30 {
  border-right-color: rgb(8 102 156 / 0.3);
}

.border-r-navy-700\/40 {
  border-right-color: rgb(8 102 156 / 0.4);
}

.border-r-navy-700\/5 {
  border-right-color: rgb(8 102 156 / 0.05);
}

.border-r-navy-700\/50 {
  border-right-color: rgb(8 102 156 / 0.5);
}

.border-r-navy-700\/60 {
  border-right-color: rgb(8 102 156 / 0.6);
}

.border-r-navy-700\/70 {
  border-right-color: rgb(8 102 156 / 0.7);
}

.border-r-navy-700\/75 {
  border-right-color: rgb(8 102 156 / 0.75);
}

.border-r-navy-700\/80 {
  border-right-color: rgb(8 102 156 / 0.8);
}

.border-r-navy-700\/90 {
  border-right-color: rgb(8 102 156 / 0.9);
}

.border-r-navy-700\/95 {
  border-right-color: rgb(8 102 156 / 0.95);
}

.border-r-navy-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(10 81 122 / var(--tw-border-opacity));
}

.border-r-navy-800\/0 {
  border-right-color: rgb(10 81 122 / 0);
}

.border-r-navy-800\/10 {
  border-right-color: rgb(10 81 122 / 0.1);
}

.border-r-navy-800\/100 {
  border-right-color: rgb(10 81 122 / 1);
}

.border-r-navy-800\/20 {
  border-right-color: rgb(10 81 122 / 0.2);
}

.border-r-navy-800\/25 {
  border-right-color: rgb(10 81 122 / 0.25);
}

.border-r-navy-800\/30 {
  border-right-color: rgb(10 81 122 / 0.3);
}

.border-r-navy-800\/40 {
  border-right-color: rgb(10 81 122 / 0.4);
}

.border-r-navy-800\/5 {
  border-right-color: rgb(10 81 122 / 0.05);
}

.border-r-navy-800\/50 {
  border-right-color: rgb(10 81 122 / 0.5);
}

.border-r-navy-800\/60 {
  border-right-color: rgb(10 81 122 / 0.6);
}

.border-r-navy-800\/70 {
  border-right-color: rgb(10 81 122 / 0.7);
}

.border-r-navy-800\/75 {
  border-right-color: rgb(10 81 122 / 0.75);
}

.border-r-navy-800\/80 {
  border-right-color: rgb(10 81 122 / 0.8);
}

.border-r-navy-800\/90 {
  border-right-color: rgb(10 81 122 / 0.9);
}

.border-r-navy-800\/95 {
  border-right-color: rgb(10 81 122 / 0.95);
}

.border-r-navy-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(15 71 107 / var(--tw-border-opacity));
}

.border-r-navy-900\/0 {
  border-right-color: rgb(15 71 107 / 0);
}

.border-r-navy-900\/10 {
  border-right-color: rgb(15 71 107 / 0.1);
}

.border-r-navy-900\/100 {
  border-right-color: rgb(15 71 107 / 1);
}

.border-r-navy-900\/20 {
  border-right-color: rgb(15 71 107 / 0.2);
}

.border-r-navy-900\/25 {
  border-right-color: rgb(15 71 107 / 0.25);
}

.border-r-navy-900\/30 {
  border-right-color: rgb(15 71 107 / 0.3);
}

.border-r-navy-900\/40 {
  border-right-color: rgb(15 71 107 / 0.4);
}

.border-r-navy-900\/5 {
  border-right-color: rgb(15 71 107 / 0.05);
}

.border-r-navy-900\/50 {
  border-right-color: rgb(15 71 107 / 0.5);
}

.border-r-navy-900\/60 {
  border-right-color: rgb(15 71 107 / 0.6);
}

.border-r-navy-900\/70 {
  border-right-color: rgb(15 71 107 / 0.7);
}

.border-r-navy-900\/75 {
  border-right-color: rgb(15 71 107 / 0.75);
}

.border-r-navy-900\/80 {
  border-right-color: rgb(15 71 107 / 0.8);
}

.border-r-navy-900\/90 {
  border-right-color: rgb(15 71 107 / 0.9);
}

.border-r-navy-900\/95 {
  border-right-color: rgb(15 71 107 / 0.95);
}

.border-r-navy-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(10 46 71 / var(--tw-border-opacity));
}

.border-r-navy-950\/0 {
  border-right-color: rgb(10 46 71 / 0);
}

.border-r-navy-950\/10 {
  border-right-color: rgb(10 46 71 / 0.1);
}

.border-r-navy-950\/100 {
  border-right-color: rgb(10 46 71 / 1);
}

.border-r-navy-950\/20 {
  border-right-color: rgb(10 46 71 / 0.2);
}

.border-r-navy-950\/25 {
  border-right-color: rgb(10 46 71 / 0.25);
}

.border-r-navy-950\/30 {
  border-right-color: rgb(10 46 71 / 0.3);
}

.border-r-navy-950\/40 {
  border-right-color: rgb(10 46 71 / 0.4);
}

.border-r-navy-950\/5 {
  border-right-color: rgb(10 46 71 / 0.05);
}

.border-r-navy-950\/50 {
  border-right-color: rgb(10 46 71 / 0.5);
}

.border-r-navy-950\/60 {
  border-right-color: rgb(10 46 71 / 0.6);
}

.border-r-navy-950\/70 {
  border-right-color: rgb(10 46 71 / 0.7);
}

.border-r-navy-950\/75 {
  border-right-color: rgb(10 46 71 / 0.75);
}

.border-r-navy-950\/80 {
  border-right-color: rgb(10 46 71 / 0.8);
}

.border-r-navy-950\/90 {
  border-right-color: rgb(10 46 71 / 0.9);
}

.border-r-navy-950\/95 {
  border-right-color: rgb(10 46 71 / 0.95);
}

.border-r-navy\/0 {
  border-right-color: rgb(10 81 122 / 0);
}

.border-r-navy\/10 {
  border-right-color: rgb(10 81 122 / 0.1);
}

.border-r-navy\/100 {
  border-right-color: rgb(10 81 122 / 1);
}

.border-r-navy\/20 {
  border-right-color: rgb(10 81 122 / 0.2);
}

.border-r-navy\/25 {
  border-right-color: rgb(10 81 122 / 0.25);
}

.border-r-navy\/30 {
  border-right-color: rgb(10 81 122 / 0.3);
}

.border-r-navy\/40 {
  border-right-color: rgb(10 81 122 / 0.4);
}

.border-r-navy\/5 {
  border-right-color: rgb(10 81 122 / 0.05);
}

.border-r-navy\/50 {
  border-right-color: rgb(10 81 122 / 0.5);
}

.border-r-navy\/60 {
  border-right-color: rgb(10 81 122 / 0.6);
}

.border-r-navy\/70 {
  border-right-color: rgb(10 81 122 / 0.7);
}

.border-r-navy\/75 {
  border-right-color: rgb(10 81 122 / 0.75);
}

.border-r-navy\/80 {
  border-right-color: rgb(10 81 122 / 0.8);
}

.border-r-navy\/90 {
  border-right-color: rgb(10 81 122 / 0.9);
}

.border-r-navy\/95 {
  border-right-color: rgb(10 81 122 / 0.95);
}

.border-r-neutral-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.border-r-neutral-100\/0 {
  border-right-color: rgb(245 245 245 / 0);
}

.border-r-neutral-100\/10 {
  border-right-color: rgb(245 245 245 / 0.1);
}

.border-r-neutral-100\/100 {
  border-right-color: rgb(245 245 245 / 1);
}

.border-r-neutral-100\/20 {
  border-right-color: rgb(245 245 245 / 0.2);
}

.border-r-neutral-100\/25 {
  border-right-color: rgb(245 245 245 / 0.25);
}

.border-r-neutral-100\/30 {
  border-right-color: rgb(245 245 245 / 0.3);
}

.border-r-neutral-100\/40 {
  border-right-color: rgb(245 245 245 / 0.4);
}

.border-r-neutral-100\/5 {
  border-right-color: rgb(245 245 245 / 0.05);
}

.border-r-neutral-100\/50 {
  border-right-color: rgb(245 245 245 / 0.5);
}

.border-r-neutral-100\/60 {
  border-right-color: rgb(245 245 245 / 0.6);
}

.border-r-neutral-100\/70 {
  border-right-color: rgb(245 245 245 / 0.7);
}

.border-r-neutral-100\/75 {
  border-right-color: rgb(245 245 245 / 0.75);
}

.border-r-neutral-100\/80 {
  border-right-color: rgb(245 245 245 / 0.8);
}

.border-r-neutral-100\/90 {
  border-right-color: rgb(245 245 245 / 0.9);
}

.border-r-neutral-100\/95 {
  border-right-color: rgb(245 245 245 / 0.95);
}

.border-r-neutral-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-r-neutral-200\/0 {
  border-right-color: rgb(229 229 229 / 0);
}

.border-r-neutral-200\/10 {
  border-right-color: rgb(229 229 229 / 0.1);
}

.border-r-neutral-200\/100 {
  border-right-color: rgb(229 229 229 / 1);
}

.border-r-neutral-200\/20 {
  border-right-color: rgb(229 229 229 / 0.2);
}

.border-r-neutral-200\/25 {
  border-right-color: rgb(229 229 229 / 0.25);
}

.border-r-neutral-200\/30 {
  border-right-color: rgb(229 229 229 / 0.3);
}

.border-r-neutral-200\/40 {
  border-right-color: rgb(229 229 229 / 0.4);
}

.border-r-neutral-200\/5 {
  border-right-color: rgb(229 229 229 / 0.05);
}

.border-r-neutral-200\/50 {
  border-right-color: rgb(229 229 229 / 0.5);
}

.border-r-neutral-200\/60 {
  border-right-color: rgb(229 229 229 / 0.6);
}

.border-r-neutral-200\/70 {
  border-right-color: rgb(229 229 229 / 0.7);
}

.border-r-neutral-200\/75 {
  border-right-color: rgb(229 229 229 / 0.75);
}

.border-r-neutral-200\/80 {
  border-right-color: rgb(229 229 229 / 0.8);
}

.border-r-neutral-200\/90 {
  border-right-color: rgb(229 229 229 / 0.9);
}

.border-r-neutral-200\/95 {
  border-right-color: rgb(229 229 229 / 0.95);
}

.border-r-neutral-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-r-neutral-300\/0 {
  border-right-color: rgb(212 212 212 / 0);
}

.border-r-neutral-300\/10 {
  border-right-color: rgb(212 212 212 / 0.1);
}

.border-r-neutral-300\/100 {
  border-right-color: rgb(212 212 212 / 1);
}

.border-r-neutral-300\/20 {
  border-right-color: rgb(212 212 212 / 0.2);
}

.border-r-neutral-300\/25 {
  border-right-color: rgb(212 212 212 / 0.25);
}

.border-r-neutral-300\/30 {
  border-right-color: rgb(212 212 212 / 0.3);
}

.border-r-neutral-300\/40 {
  border-right-color: rgb(212 212 212 / 0.4);
}

.border-r-neutral-300\/5 {
  border-right-color: rgb(212 212 212 / 0.05);
}

.border-r-neutral-300\/50 {
  border-right-color: rgb(212 212 212 / 0.5);
}

.border-r-neutral-300\/60 {
  border-right-color: rgb(212 212 212 / 0.6);
}

.border-r-neutral-300\/70 {
  border-right-color: rgb(212 212 212 / 0.7);
}

.border-r-neutral-300\/75 {
  border-right-color: rgb(212 212 212 / 0.75);
}

.border-r-neutral-300\/80 {
  border-right-color: rgb(212 212 212 / 0.8);
}

.border-r-neutral-300\/90 {
  border-right-color: rgb(212 212 212 / 0.9);
}

.border-r-neutral-300\/95 {
  border-right-color: rgb(212 212 212 / 0.95);
}

.border-r-neutral-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.border-r-neutral-400\/0 {
  border-right-color: rgb(163 163 163 / 0);
}

.border-r-neutral-400\/10 {
  border-right-color: rgb(163 163 163 / 0.1);
}

.border-r-neutral-400\/100 {
  border-right-color: rgb(163 163 163 / 1);
}

.border-r-neutral-400\/20 {
  border-right-color: rgb(163 163 163 / 0.2);
}

.border-r-neutral-400\/25 {
  border-right-color: rgb(163 163 163 / 0.25);
}

.border-r-neutral-400\/30 {
  border-right-color: rgb(163 163 163 / 0.3);
}

.border-r-neutral-400\/40 {
  border-right-color: rgb(163 163 163 / 0.4);
}

.border-r-neutral-400\/5 {
  border-right-color: rgb(163 163 163 / 0.05);
}

.border-r-neutral-400\/50 {
  border-right-color: rgb(163 163 163 / 0.5);
}

.border-r-neutral-400\/60 {
  border-right-color: rgb(163 163 163 / 0.6);
}

.border-r-neutral-400\/70 {
  border-right-color: rgb(163 163 163 / 0.7);
}

.border-r-neutral-400\/75 {
  border-right-color: rgb(163 163 163 / 0.75);
}

.border-r-neutral-400\/80 {
  border-right-color: rgb(163 163 163 / 0.8);
}

.border-r-neutral-400\/90 {
  border-right-color: rgb(163 163 163 / 0.9);
}

.border-r-neutral-400\/95 {
  border-right-color: rgb(163 163 163 / 0.95);
}

.border-r-neutral-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-r-neutral-50\/0 {
  border-right-color: rgb(250 250 250 / 0);
}

.border-r-neutral-50\/10 {
  border-right-color: rgb(250 250 250 / 0.1);
}

.border-r-neutral-50\/100 {
  border-right-color: rgb(250 250 250 / 1);
}

.border-r-neutral-50\/20 {
  border-right-color: rgb(250 250 250 / 0.2);
}

.border-r-neutral-50\/25 {
  border-right-color: rgb(250 250 250 / 0.25);
}

.border-r-neutral-50\/30 {
  border-right-color: rgb(250 250 250 / 0.3);
}

.border-r-neutral-50\/40 {
  border-right-color: rgb(250 250 250 / 0.4);
}

.border-r-neutral-50\/5 {
  border-right-color: rgb(250 250 250 / 0.05);
}

.border-r-neutral-50\/50 {
  border-right-color: rgb(250 250 250 / 0.5);
}

.border-r-neutral-50\/60 {
  border-right-color: rgb(250 250 250 / 0.6);
}

.border-r-neutral-50\/70 {
  border-right-color: rgb(250 250 250 / 0.7);
}

.border-r-neutral-50\/75 {
  border-right-color: rgb(250 250 250 / 0.75);
}

.border-r-neutral-50\/80 {
  border-right-color: rgb(250 250 250 / 0.8);
}

.border-r-neutral-50\/90 {
  border-right-color: rgb(250 250 250 / 0.9);
}

.border-r-neutral-50\/95 {
  border-right-color: rgb(250 250 250 / 0.95);
}

.border-r-neutral-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.border-r-neutral-500\/0 {
  border-right-color: rgb(115 115 115 / 0);
}

.border-r-neutral-500\/10 {
  border-right-color: rgb(115 115 115 / 0.1);
}

.border-r-neutral-500\/100 {
  border-right-color: rgb(115 115 115 / 1);
}

.border-r-neutral-500\/20 {
  border-right-color: rgb(115 115 115 / 0.2);
}

.border-r-neutral-500\/25 {
  border-right-color: rgb(115 115 115 / 0.25);
}

.border-r-neutral-500\/30 {
  border-right-color: rgb(115 115 115 / 0.3);
}

.border-r-neutral-500\/40 {
  border-right-color: rgb(115 115 115 / 0.4);
}

.border-r-neutral-500\/5 {
  border-right-color: rgb(115 115 115 / 0.05);
}

.border-r-neutral-500\/50 {
  border-right-color: rgb(115 115 115 / 0.5);
}

.border-r-neutral-500\/60 {
  border-right-color: rgb(115 115 115 / 0.6);
}

.border-r-neutral-500\/70 {
  border-right-color: rgb(115 115 115 / 0.7);
}

.border-r-neutral-500\/75 {
  border-right-color: rgb(115 115 115 / 0.75);
}

.border-r-neutral-500\/80 {
  border-right-color: rgb(115 115 115 / 0.8);
}

.border-r-neutral-500\/90 {
  border-right-color: rgb(115 115 115 / 0.9);
}

.border-r-neutral-500\/95 {
  border-right-color: rgb(115 115 115 / 0.95);
}

.border-r-neutral-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.border-r-neutral-600\/0 {
  border-right-color: rgb(82 82 82 / 0);
}

.border-r-neutral-600\/10 {
  border-right-color: rgb(82 82 82 / 0.1);
}

.border-r-neutral-600\/100 {
  border-right-color: rgb(82 82 82 / 1);
}

.border-r-neutral-600\/20 {
  border-right-color: rgb(82 82 82 / 0.2);
}

.border-r-neutral-600\/25 {
  border-right-color: rgb(82 82 82 / 0.25);
}

.border-r-neutral-600\/30 {
  border-right-color: rgb(82 82 82 / 0.3);
}

.border-r-neutral-600\/40 {
  border-right-color: rgb(82 82 82 / 0.4);
}

.border-r-neutral-600\/5 {
  border-right-color: rgb(82 82 82 / 0.05);
}

.border-r-neutral-600\/50 {
  border-right-color: rgb(82 82 82 / 0.5);
}

.border-r-neutral-600\/60 {
  border-right-color: rgb(82 82 82 / 0.6);
}

.border-r-neutral-600\/70 {
  border-right-color: rgb(82 82 82 / 0.7);
}

.border-r-neutral-600\/75 {
  border-right-color: rgb(82 82 82 / 0.75);
}

.border-r-neutral-600\/80 {
  border-right-color: rgb(82 82 82 / 0.8);
}

.border-r-neutral-600\/90 {
  border-right-color: rgb(82 82 82 / 0.9);
}

.border-r-neutral-600\/95 {
  border-right-color: rgb(82 82 82 / 0.95);
}

.border-r-neutral-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.border-r-neutral-700\/0 {
  border-right-color: rgb(64 64 64 / 0);
}

.border-r-neutral-700\/10 {
  border-right-color: rgb(64 64 64 / 0.1);
}

.border-r-neutral-700\/100 {
  border-right-color: rgb(64 64 64 / 1);
}

.border-r-neutral-700\/20 {
  border-right-color: rgb(64 64 64 / 0.2);
}

.border-r-neutral-700\/25 {
  border-right-color: rgb(64 64 64 / 0.25);
}

.border-r-neutral-700\/30 {
  border-right-color: rgb(64 64 64 / 0.3);
}

.border-r-neutral-700\/40 {
  border-right-color: rgb(64 64 64 / 0.4);
}

.border-r-neutral-700\/5 {
  border-right-color: rgb(64 64 64 / 0.05);
}

.border-r-neutral-700\/50 {
  border-right-color: rgb(64 64 64 / 0.5);
}

.border-r-neutral-700\/60 {
  border-right-color: rgb(64 64 64 / 0.6);
}

.border-r-neutral-700\/70 {
  border-right-color: rgb(64 64 64 / 0.7);
}

.border-r-neutral-700\/75 {
  border-right-color: rgb(64 64 64 / 0.75);
}

.border-r-neutral-700\/80 {
  border-right-color: rgb(64 64 64 / 0.8);
}

.border-r-neutral-700\/90 {
  border-right-color: rgb(64 64 64 / 0.9);
}

.border-r-neutral-700\/95 {
  border-right-color: rgb(64 64 64 / 0.95);
}

.border-r-neutral-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.border-r-neutral-800\/0 {
  border-right-color: rgb(38 38 38 / 0);
}

.border-r-neutral-800\/10 {
  border-right-color: rgb(38 38 38 / 0.1);
}

.border-r-neutral-800\/100 {
  border-right-color: rgb(38 38 38 / 1);
}

.border-r-neutral-800\/20 {
  border-right-color: rgb(38 38 38 / 0.2);
}

.border-r-neutral-800\/25 {
  border-right-color: rgb(38 38 38 / 0.25);
}

.border-r-neutral-800\/30 {
  border-right-color: rgb(38 38 38 / 0.3);
}

.border-r-neutral-800\/40 {
  border-right-color: rgb(38 38 38 / 0.4);
}

.border-r-neutral-800\/5 {
  border-right-color: rgb(38 38 38 / 0.05);
}

.border-r-neutral-800\/50 {
  border-right-color: rgb(38 38 38 / 0.5);
}

.border-r-neutral-800\/60 {
  border-right-color: rgb(38 38 38 / 0.6);
}

.border-r-neutral-800\/70 {
  border-right-color: rgb(38 38 38 / 0.7);
}

.border-r-neutral-800\/75 {
  border-right-color: rgb(38 38 38 / 0.75);
}

.border-r-neutral-800\/80 {
  border-right-color: rgb(38 38 38 / 0.8);
}

.border-r-neutral-800\/90 {
  border-right-color: rgb(38 38 38 / 0.9);
}

.border-r-neutral-800\/95 {
  border-right-color: rgb(38 38 38 / 0.95);
}

.border-r-neutral-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.border-r-neutral-900\/0 {
  border-right-color: rgb(23 23 23 / 0);
}

.border-r-neutral-900\/10 {
  border-right-color: rgb(23 23 23 / 0.1);
}

.border-r-neutral-900\/100 {
  border-right-color: rgb(23 23 23 / 1);
}

.border-r-neutral-900\/20 {
  border-right-color: rgb(23 23 23 / 0.2);
}

.border-r-neutral-900\/25 {
  border-right-color: rgb(23 23 23 / 0.25);
}

.border-r-neutral-900\/30 {
  border-right-color: rgb(23 23 23 / 0.3);
}

.border-r-neutral-900\/40 {
  border-right-color: rgb(23 23 23 / 0.4);
}

.border-r-neutral-900\/5 {
  border-right-color: rgb(23 23 23 / 0.05);
}

.border-r-neutral-900\/50 {
  border-right-color: rgb(23 23 23 / 0.5);
}

.border-r-neutral-900\/60 {
  border-right-color: rgb(23 23 23 / 0.6);
}

.border-r-neutral-900\/70 {
  border-right-color: rgb(23 23 23 / 0.7);
}

.border-r-neutral-900\/75 {
  border-right-color: rgb(23 23 23 / 0.75);
}

.border-r-neutral-900\/80 {
  border-right-color: rgb(23 23 23 / 0.8);
}

.border-r-neutral-900\/90 {
  border-right-color: rgb(23 23 23 / 0.9);
}

.border-r-neutral-900\/95 {
  border-right-color: rgb(23 23 23 / 0.95);
}

.border-r-neutral-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.border-r-neutral-950\/0 {
  border-right-color: rgb(10 10 10 / 0);
}

.border-r-neutral-950\/10 {
  border-right-color: rgb(10 10 10 / 0.1);
}

.border-r-neutral-950\/100 {
  border-right-color: rgb(10 10 10 / 1);
}

.border-r-neutral-950\/20 {
  border-right-color: rgb(10 10 10 / 0.2);
}

.border-r-neutral-950\/25 {
  border-right-color: rgb(10 10 10 / 0.25);
}

.border-r-neutral-950\/30 {
  border-right-color: rgb(10 10 10 / 0.3);
}

.border-r-neutral-950\/40 {
  border-right-color: rgb(10 10 10 / 0.4);
}

.border-r-neutral-950\/5 {
  border-right-color: rgb(10 10 10 / 0.05);
}

.border-r-neutral-950\/50 {
  border-right-color: rgb(10 10 10 / 0.5);
}

.border-r-neutral-950\/60 {
  border-right-color: rgb(10 10 10 / 0.6);
}

.border-r-neutral-950\/70 {
  border-right-color: rgb(10 10 10 / 0.7);
}

.border-r-neutral-950\/75 {
  border-right-color: rgb(10 10 10 / 0.75);
}

.border-r-neutral-950\/80 {
  border-right-color: rgb(10 10 10 / 0.8);
}

.border-r-neutral-950\/90 {
  border-right-color: rgb(10 10 10 / 0.9);
}

.border-r-neutral-950\/95 {
  border-right-color: rgb(10 10 10 / 0.95);
}

.border-r-orange {
  --tw-border-opacity: 1;
  border-right-color: rgb(237 140 1 / var(--tw-border-opacity));
}

.border-r-orange-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 247 198 / var(--tw-border-opacity));
}

.border-r-orange-100\/0 {
  border-right-color: rgb(255 247 198 / 0);
}

.border-r-orange-100\/10 {
  border-right-color: rgb(255 247 198 / 0.1);
}

.border-r-orange-100\/100 {
  border-right-color: rgb(255 247 198 / 1);
}

.border-r-orange-100\/20 {
  border-right-color: rgb(255 247 198 / 0.2);
}

.border-r-orange-100\/25 {
  border-right-color: rgb(255 247 198 / 0.25);
}

.border-r-orange-100\/30 {
  border-right-color: rgb(255 247 198 / 0.3);
}

.border-r-orange-100\/40 {
  border-right-color: rgb(255 247 198 / 0.4);
}

.border-r-orange-100\/5 {
  border-right-color: rgb(255 247 198 / 0.05);
}

.border-r-orange-100\/50 {
  border-right-color: rgb(255 247 198 / 0.5);
}

.border-r-orange-100\/60 {
  border-right-color: rgb(255 247 198 / 0.6);
}

.border-r-orange-100\/70 {
  border-right-color: rgb(255 247 198 / 0.7);
}

.border-r-orange-100\/75 {
  border-right-color: rgb(255 247 198 / 0.75);
}

.border-r-orange-100\/80 {
  border-right-color: rgb(255 247 198 / 0.8);
}

.border-r-orange-100\/90 {
  border-right-color: rgb(255 247 198 / 0.9);
}

.border-r-orange-100\/95 {
  border-right-color: rgb(255 247 198 / 0.95);
}

.border-r-orange-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 238 135 / var(--tw-border-opacity));
}

.border-r-orange-200\/0 {
  border-right-color: rgb(255 238 135 / 0);
}

.border-r-orange-200\/10 {
  border-right-color: rgb(255 238 135 / 0.1);
}

.border-r-orange-200\/100 {
  border-right-color: rgb(255 238 135 / 1);
}

.border-r-orange-200\/20 {
  border-right-color: rgb(255 238 135 / 0.2);
}

.border-r-orange-200\/25 {
  border-right-color: rgb(255 238 135 / 0.25);
}

.border-r-orange-200\/30 {
  border-right-color: rgb(255 238 135 / 0.3);
}

.border-r-orange-200\/40 {
  border-right-color: rgb(255 238 135 / 0.4);
}

.border-r-orange-200\/5 {
  border-right-color: rgb(255 238 135 / 0.05);
}

.border-r-orange-200\/50 {
  border-right-color: rgb(255 238 135 / 0.5);
}

.border-r-orange-200\/60 {
  border-right-color: rgb(255 238 135 / 0.6);
}

.border-r-orange-200\/70 {
  border-right-color: rgb(255 238 135 / 0.7);
}

.border-r-orange-200\/75 {
  border-right-color: rgb(255 238 135 / 0.75);
}

.border-r-orange-200\/80 {
  border-right-color: rgb(255 238 135 / 0.8);
}

.border-r-orange-200\/90 {
  border-right-color: rgb(255 238 135 / 0.9);
}

.border-r-orange-200\/95 {
  border-right-color: rgb(255 238 135 / 0.95);
}

.border-r-orange-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 223 73 / var(--tw-border-opacity));
}

.border-r-orange-300\/0 {
  border-right-color: rgb(255 223 73 / 0);
}

.border-r-orange-300\/10 {
  border-right-color: rgb(255 223 73 / 0.1);
}

.border-r-orange-300\/100 {
  border-right-color: rgb(255 223 73 / 1);
}

.border-r-orange-300\/20 {
  border-right-color: rgb(255 223 73 / 0.2);
}

.border-r-orange-300\/25 {
  border-right-color: rgb(255 223 73 / 0.25);
}

.border-r-orange-300\/30 {
  border-right-color: rgb(255 223 73 / 0.3);
}

.border-r-orange-300\/40 {
  border-right-color: rgb(255 223 73 / 0.4);
}

.border-r-orange-300\/5 {
  border-right-color: rgb(255 223 73 / 0.05);
}

.border-r-orange-300\/50 {
  border-right-color: rgb(255 223 73 / 0.5);
}

.border-r-orange-300\/60 {
  border-right-color: rgb(255 223 73 / 0.6);
}

.border-r-orange-300\/70 {
  border-right-color: rgb(255 223 73 / 0.7);
}

.border-r-orange-300\/75 {
  border-right-color: rgb(255 223 73 / 0.75);
}

.border-r-orange-300\/80 {
  border-right-color: rgb(255 223 73 / 0.8);
}

.border-r-orange-300\/90 {
  border-right-color: rgb(255 223 73 / 0.9);
}

.border-r-orange-300\/95 {
  border-right-color: rgb(255 223 73 / 0.95);
}

.border-r-orange-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 205 31 / var(--tw-border-opacity));
}

.border-r-orange-400\/0 {
  border-right-color: rgb(255 205 31 / 0);
}

.border-r-orange-400\/10 {
  border-right-color: rgb(255 205 31 / 0.1);
}

.border-r-orange-400\/100 {
  border-right-color: rgb(255 205 31 / 1);
}

.border-r-orange-400\/20 {
  border-right-color: rgb(255 205 31 / 0.2);
}

.border-r-orange-400\/25 {
  border-right-color: rgb(255 205 31 / 0.25);
}

.border-r-orange-400\/30 {
  border-right-color: rgb(255 205 31 / 0.3);
}

.border-r-orange-400\/40 {
  border-right-color: rgb(255 205 31 / 0.4);
}

.border-r-orange-400\/5 {
  border-right-color: rgb(255 205 31 / 0.05);
}

.border-r-orange-400\/50 {
  border-right-color: rgb(255 205 31 / 0.5);
}

.border-r-orange-400\/60 {
  border-right-color: rgb(255 205 31 / 0.6);
}

.border-r-orange-400\/70 {
  border-right-color: rgb(255 205 31 / 0.7);
}

.border-r-orange-400\/75 {
  border-right-color: rgb(255 205 31 / 0.75);
}

.border-r-orange-400\/80 {
  border-right-color: rgb(255 205 31 / 0.8);
}

.border-r-orange-400\/90 {
  border-right-color: rgb(255 205 31 / 0.9);
}

.border-r-orange-400\/95 {
  border-right-color: rgb(255 205 31 / 0.95);
}

.border-r-orange-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 252 235 / var(--tw-border-opacity));
}

.border-r-orange-50\/0 {
  border-right-color: rgb(255 252 235 / 0);
}

.border-r-orange-50\/10 {
  border-right-color: rgb(255 252 235 / 0.1);
}

.border-r-orange-50\/100 {
  border-right-color: rgb(255 252 235 / 1);
}

.border-r-orange-50\/20 {
  border-right-color: rgb(255 252 235 / 0.2);
}

.border-r-orange-50\/25 {
  border-right-color: rgb(255 252 235 / 0.25);
}

.border-r-orange-50\/30 {
  border-right-color: rgb(255 252 235 / 0.3);
}

.border-r-orange-50\/40 {
  border-right-color: rgb(255 252 235 / 0.4);
}

.border-r-orange-50\/5 {
  border-right-color: rgb(255 252 235 / 0.05);
}

.border-r-orange-50\/50 {
  border-right-color: rgb(255 252 235 / 0.5);
}

.border-r-orange-50\/60 {
  border-right-color: rgb(255 252 235 / 0.6);
}

.border-r-orange-50\/70 {
  border-right-color: rgb(255 252 235 / 0.7);
}

.border-r-orange-50\/75 {
  border-right-color: rgb(255 252 235 / 0.75);
}

.border-r-orange-50\/80 {
  border-right-color: rgb(255 252 235 / 0.8);
}

.border-r-orange-50\/90 {
  border-right-color: rgb(255 252 235 / 0.9);
}

.border-r-orange-50\/95 {
  border-right-color: rgb(255 252 235 / 0.95);
}

.border-r-orange-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(251 172 5 / var(--tw-border-opacity));
}

.border-r-orange-500\/0 {
  border-right-color: rgb(251 172 5 / 0);
}

.border-r-orange-500\/10 {
  border-right-color: rgb(251 172 5 / 0.1);
}

.border-r-orange-500\/100 {
  border-right-color: rgb(251 172 5 / 1);
}

.border-r-orange-500\/20 {
  border-right-color: rgb(251 172 5 / 0.2);
}

.border-r-orange-500\/25 {
  border-right-color: rgb(251 172 5 / 0.25);
}

.border-r-orange-500\/30 {
  border-right-color: rgb(251 172 5 / 0.3);
}

.border-r-orange-500\/40 {
  border-right-color: rgb(251 172 5 / 0.4);
}

.border-r-orange-500\/5 {
  border-right-color: rgb(251 172 5 / 0.05);
}

.border-r-orange-500\/50 {
  border-right-color: rgb(251 172 5 / 0.5);
}

.border-r-orange-500\/60 {
  border-right-color: rgb(251 172 5 / 0.6);
}

.border-r-orange-500\/70 {
  border-right-color: rgb(251 172 5 / 0.7);
}

.border-r-orange-500\/75 {
  border-right-color: rgb(251 172 5 / 0.75);
}

.border-r-orange-500\/80 {
  border-right-color: rgb(251 172 5 / 0.8);
}

.border-r-orange-500\/90 {
  border-right-color: rgb(251 172 5 / 0.9);
}

.border-r-orange-500\/95 {
  border-right-color: rgb(251 172 5 / 0.95);
}

.border-r-orange-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(237 140 1 / var(--tw-border-opacity));
}

.border-r-orange-600\/0 {
  border-right-color: rgb(237 140 1 / 0);
}

.border-r-orange-600\/10 {
  border-right-color: rgb(237 140 1 / 0.1);
}

.border-r-orange-600\/100 {
  border-right-color: rgb(237 140 1 / 1);
}

.border-r-orange-600\/20 {
  border-right-color: rgb(237 140 1 / 0.2);
}

.border-r-orange-600\/25 {
  border-right-color: rgb(237 140 1 / 0.25);
}

.border-r-orange-600\/30 {
  border-right-color: rgb(237 140 1 / 0.3);
}

.border-r-orange-600\/40 {
  border-right-color: rgb(237 140 1 / 0.4);
}

.border-r-orange-600\/5 {
  border-right-color: rgb(237 140 1 / 0.05);
}

.border-r-orange-600\/50 {
  border-right-color: rgb(237 140 1 / 0.5);
}

.border-r-orange-600\/60 {
  border-right-color: rgb(237 140 1 / 0.6);
}

.border-r-orange-600\/70 {
  border-right-color: rgb(237 140 1 / 0.7);
}

.border-r-orange-600\/75 {
  border-right-color: rgb(237 140 1 / 0.75);
}

.border-r-orange-600\/80 {
  border-right-color: rgb(237 140 1 / 0.8);
}

.border-r-orange-600\/90 {
  border-right-color: rgb(237 140 1 / 0.9);
}

.border-r-orange-600\/95 {
  border-right-color: rgb(237 140 1 / 0.95);
}

.border-r-orange-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(184 92 5 / var(--tw-border-opacity));
}

.border-r-orange-700\/0 {
  border-right-color: rgb(184 92 5 / 0);
}

.border-r-orange-700\/10 {
  border-right-color: rgb(184 92 5 / 0.1);
}

.border-r-orange-700\/100 {
  border-right-color: rgb(184 92 5 / 1);
}

.border-r-orange-700\/20 {
  border-right-color: rgb(184 92 5 / 0.2);
}

.border-r-orange-700\/25 {
  border-right-color: rgb(184 92 5 / 0.25);
}

.border-r-orange-700\/30 {
  border-right-color: rgb(184 92 5 / 0.3);
}

.border-r-orange-700\/40 {
  border-right-color: rgb(184 92 5 / 0.4);
}

.border-r-orange-700\/5 {
  border-right-color: rgb(184 92 5 / 0.05);
}

.border-r-orange-700\/50 {
  border-right-color: rgb(184 92 5 / 0.5);
}

.border-r-orange-700\/60 {
  border-right-color: rgb(184 92 5 / 0.6);
}

.border-r-orange-700\/70 {
  border-right-color: rgb(184 92 5 / 0.7);
}

.border-r-orange-700\/75 {
  border-right-color: rgb(184 92 5 / 0.75);
}

.border-r-orange-700\/80 {
  border-right-color: rgb(184 92 5 / 0.8);
}

.border-r-orange-700\/90 {
  border-right-color: rgb(184 92 5 / 0.9);
}

.border-r-orange-700\/95 {
  border-right-color: rgb(184 92 5 / 0.95);
}

.border-r-orange-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(149 70 11 / var(--tw-border-opacity));
}

.border-r-orange-800\/0 {
  border-right-color: rgb(149 70 11 / 0);
}

.border-r-orange-800\/10 {
  border-right-color: rgb(149 70 11 / 0.1);
}

.border-r-orange-800\/100 {
  border-right-color: rgb(149 70 11 / 1);
}

.border-r-orange-800\/20 {
  border-right-color: rgb(149 70 11 / 0.2);
}

.border-r-orange-800\/25 {
  border-right-color: rgb(149 70 11 / 0.25);
}

.border-r-orange-800\/30 {
  border-right-color: rgb(149 70 11 / 0.3);
}

.border-r-orange-800\/40 {
  border-right-color: rgb(149 70 11 / 0.4);
}

.border-r-orange-800\/5 {
  border-right-color: rgb(149 70 11 / 0.05);
}

.border-r-orange-800\/50 {
  border-right-color: rgb(149 70 11 / 0.5);
}

.border-r-orange-800\/60 {
  border-right-color: rgb(149 70 11 / 0.6);
}

.border-r-orange-800\/70 {
  border-right-color: rgb(149 70 11 / 0.7);
}

.border-r-orange-800\/75 {
  border-right-color: rgb(149 70 11 / 0.75);
}

.border-r-orange-800\/80 {
  border-right-color: rgb(149 70 11 / 0.8);
}

.border-r-orange-800\/90 {
  border-right-color: rgb(149 70 11 / 0.9);
}

.border-r-orange-800\/95 {
  border-right-color: rgb(149 70 11 / 0.95);
}

.border-r-orange-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(123 58 12 / var(--tw-border-opacity));
}

.border-r-orange-900\/0 {
  border-right-color: rgb(123 58 12 / 0);
}

.border-r-orange-900\/10 {
  border-right-color: rgb(123 58 12 / 0.1);
}

.border-r-orange-900\/100 {
  border-right-color: rgb(123 58 12 / 1);
}

.border-r-orange-900\/20 {
  border-right-color: rgb(123 58 12 / 0.2);
}

.border-r-orange-900\/25 {
  border-right-color: rgb(123 58 12 / 0.25);
}

.border-r-orange-900\/30 {
  border-right-color: rgb(123 58 12 / 0.3);
}

.border-r-orange-900\/40 {
  border-right-color: rgb(123 58 12 / 0.4);
}

.border-r-orange-900\/5 {
  border-right-color: rgb(123 58 12 / 0.05);
}

.border-r-orange-900\/50 {
  border-right-color: rgb(123 58 12 / 0.5);
}

.border-r-orange-900\/60 {
  border-right-color: rgb(123 58 12 / 0.6);
}

.border-r-orange-900\/70 {
  border-right-color: rgb(123 58 12 / 0.7);
}

.border-r-orange-900\/75 {
  border-right-color: rgb(123 58 12 / 0.75);
}

.border-r-orange-900\/80 {
  border-right-color: rgb(123 58 12 / 0.8);
}

.border-r-orange-900\/90 {
  border-right-color: rgb(123 58 12 / 0.9);
}

.border-r-orange-900\/95 {
  border-right-color: rgb(123 58 12 / 0.95);
}

.border-r-orange-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(71 30 1 / var(--tw-border-opacity));
}

.border-r-orange-950\/0 {
  border-right-color: rgb(71 30 1 / 0);
}

.border-r-orange-950\/10 {
  border-right-color: rgb(71 30 1 / 0.1);
}

.border-r-orange-950\/100 {
  border-right-color: rgb(71 30 1 / 1);
}

.border-r-orange-950\/20 {
  border-right-color: rgb(71 30 1 / 0.2);
}

.border-r-orange-950\/25 {
  border-right-color: rgb(71 30 1 / 0.25);
}

.border-r-orange-950\/30 {
  border-right-color: rgb(71 30 1 / 0.3);
}

.border-r-orange-950\/40 {
  border-right-color: rgb(71 30 1 / 0.4);
}

.border-r-orange-950\/5 {
  border-right-color: rgb(71 30 1 / 0.05);
}

.border-r-orange-950\/50 {
  border-right-color: rgb(71 30 1 / 0.5);
}

.border-r-orange-950\/60 {
  border-right-color: rgb(71 30 1 / 0.6);
}

.border-r-orange-950\/70 {
  border-right-color: rgb(71 30 1 / 0.7);
}

.border-r-orange-950\/75 {
  border-right-color: rgb(71 30 1 / 0.75);
}

.border-r-orange-950\/80 {
  border-right-color: rgb(71 30 1 / 0.8);
}

.border-r-orange-950\/90 {
  border-right-color: rgb(71 30 1 / 0.9);
}

.border-r-orange-950\/95 {
  border-right-color: rgb(71 30 1 / 0.95);
}

.border-r-orange\/0 {
  border-right-color: rgb(237 140 1 / 0);
}

.border-r-orange\/10 {
  border-right-color: rgb(237 140 1 / 0.1);
}

.border-r-orange\/100 {
  border-right-color: rgb(237 140 1 / 1);
}

.border-r-orange\/20 {
  border-right-color: rgb(237 140 1 / 0.2);
}

.border-r-orange\/25 {
  border-right-color: rgb(237 140 1 / 0.25);
}

.border-r-orange\/30 {
  border-right-color: rgb(237 140 1 / 0.3);
}

.border-r-orange\/40 {
  border-right-color: rgb(237 140 1 / 0.4);
}

.border-r-orange\/5 {
  border-right-color: rgb(237 140 1 / 0.05);
}

.border-r-orange\/50 {
  border-right-color: rgb(237 140 1 / 0.5);
}

.border-r-orange\/60 {
  border-right-color: rgb(237 140 1 / 0.6);
}

.border-r-orange\/70 {
  border-right-color: rgb(237 140 1 / 0.7);
}

.border-r-orange\/75 {
  border-right-color: rgb(237 140 1 / 0.75);
}

.border-r-orange\/80 {
  border-right-color: rgb(237 140 1 / 0.8);
}

.border-r-orange\/90 {
  border-right-color: rgb(237 140 1 / 0.9);
}

.border-r-orange\/95 {
  border-right-color: rgb(237 140 1 / 0.95);
}

.border-r-primary {
  --tw-border-opacity: 1;
  border-right-color: rgb(175 18 109 / var(--tw-border-opacity));
}

.border-r-primary-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 230 247 / var(--tw-border-opacity));
}

.border-r-primary-100\/0 {
  border-right-color: rgb(253 230 247 / 0);
}

.border-r-primary-100\/10 {
  border-right-color: rgb(253 230 247 / 0.1);
}

.border-r-primary-100\/100 {
  border-right-color: rgb(253 230 247 / 1);
}

.border-r-primary-100\/20 {
  border-right-color: rgb(253 230 247 / 0.2);
}

.border-r-primary-100\/25 {
  border-right-color: rgb(253 230 247 / 0.25);
}

.border-r-primary-100\/30 {
  border-right-color: rgb(253 230 247 / 0.3);
}

.border-r-primary-100\/40 {
  border-right-color: rgb(253 230 247 / 0.4);
}

.border-r-primary-100\/5 {
  border-right-color: rgb(253 230 247 / 0.05);
}

.border-r-primary-100\/50 {
  border-right-color: rgb(253 230 247 / 0.5);
}

.border-r-primary-100\/60 {
  border-right-color: rgb(253 230 247 / 0.6);
}

.border-r-primary-100\/70 {
  border-right-color: rgb(253 230 247 / 0.7);
}

.border-r-primary-100\/75 {
  border-right-color: rgb(253 230 247 / 0.75);
}

.border-r-primary-100\/80 {
  border-right-color: rgb(253 230 247 / 0.8);
}

.border-r-primary-100\/90 {
  border-right-color: rgb(253 230 247 / 0.9);
}

.border-r-primary-100\/95 {
  border-right-color: rgb(253 230 247 / 0.95);
}

.border-r-primary-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 205 240 / var(--tw-border-opacity));
}

.border-r-primary-200\/0 {
  border-right-color: rgb(253 205 240 / 0);
}

.border-r-primary-200\/10 {
  border-right-color: rgb(253 205 240 / 0.1);
}

.border-r-primary-200\/100 {
  border-right-color: rgb(253 205 240 / 1);
}

.border-r-primary-200\/20 {
  border-right-color: rgb(253 205 240 / 0.2);
}

.border-r-primary-200\/25 {
  border-right-color: rgb(253 205 240 / 0.25);
}

.border-r-primary-200\/30 {
  border-right-color: rgb(253 205 240 / 0.3);
}

.border-r-primary-200\/40 {
  border-right-color: rgb(253 205 240 / 0.4);
}

.border-r-primary-200\/5 {
  border-right-color: rgb(253 205 240 / 0.05);
}

.border-r-primary-200\/50 {
  border-right-color: rgb(253 205 240 / 0.5);
}

.border-r-primary-200\/60 {
  border-right-color: rgb(253 205 240 / 0.6);
}

.border-r-primary-200\/70 {
  border-right-color: rgb(253 205 240 / 0.7);
}

.border-r-primary-200\/75 {
  border-right-color: rgb(253 205 240 / 0.75);
}

.border-r-primary-200\/80 {
  border-right-color: rgb(253 205 240 / 0.8);
}

.border-r-primary-200\/90 {
  border-right-color: rgb(253 205 240 / 0.9);
}

.border-r-primary-200\/95 {
  border-right-color: rgb(253 205 240 / 0.95);
}

.border-r-primary-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 164 228 / var(--tw-border-opacity));
}

.border-r-primary-300\/0 {
  border-right-color: rgb(253 164 228 / 0);
}

.border-r-primary-300\/10 {
  border-right-color: rgb(253 164 228 / 0.1);
}

.border-r-primary-300\/100 {
  border-right-color: rgb(253 164 228 / 1);
}

.border-r-primary-300\/20 {
  border-right-color: rgb(253 164 228 / 0.2);
}

.border-r-primary-300\/25 {
  border-right-color: rgb(253 164 228 / 0.25);
}

.border-r-primary-300\/30 {
  border-right-color: rgb(253 164 228 / 0.3);
}

.border-r-primary-300\/40 {
  border-right-color: rgb(253 164 228 / 0.4);
}

.border-r-primary-300\/5 {
  border-right-color: rgb(253 164 228 / 0.05);
}

.border-r-primary-300\/50 {
  border-right-color: rgb(253 164 228 / 0.5);
}

.border-r-primary-300\/60 {
  border-right-color: rgb(253 164 228 / 0.6);
}

.border-r-primary-300\/70 {
  border-right-color: rgb(253 164 228 / 0.7);
}

.border-r-primary-300\/75 {
  border-right-color: rgb(253 164 228 / 0.75);
}

.border-r-primary-300\/80 {
  border-right-color: rgb(253 164 228 / 0.8);
}

.border-r-primary-300\/90 {
  border-right-color: rgb(253 164 228 / 0.9);
}

.border-r-primary-300\/95 {
  border-right-color: rgb(253 164 228 / 0.95);
}

.border-r-primary-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 108 207 / var(--tw-border-opacity));
}

.border-r-primary-400\/0 {
  border-right-color: rgb(250 108 207 / 0);
}

.border-r-primary-400\/10 {
  border-right-color: rgb(250 108 207 / 0.1);
}

.border-r-primary-400\/100 {
  border-right-color: rgb(250 108 207 / 1);
}

.border-r-primary-400\/20 {
  border-right-color: rgb(250 108 207 / 0.2);
}

.border-r-primary-400\/25 {
  border-right-color: rgb(250 108 207 / 0.25);
}

.border-r-primary-400\/30 {
  border-right-color: rgb(250 108 207 / 0.3);
}

.border-r-primary-400\/40 {
  border-right-color: rgb(250 108 207 / 0.4);
}

.border-r-primary-400\/5 {
  border-right-color: rgb(250 108 207 / 0.05);
}

.border-r-primary-400\/50 {
  border-right-color: rgb(250 108 207 / 0.5);
}

.border-r-primary-400\/60 {
  border-right-color: rgb(250 108 207 / 0.6);
}

.border-r-primary-400\/70 {
  border-right-color: rgb(250 108 207 / 0.7);
}

.border-r-primary-400\/75 {
  border-right-color: rgb(250 108 207 / 0.75);
}

.border-r-primary-400\/80 {
  border-right-color: rgb(250 108 207 / 0.8);
}

.border-r-primary-400\/90 {
  border-right-color: rgb(250 108 207 / 0.9);
}

.border-r-primary-400\/95 {
  border-right-color: rgb(250 108 207 / 0.95);
}

.border-r-primary-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 241 250 / var(--tw-border-opacity));
}

.border-r-primary-50\/0 {
  border-right-color: rgb(254 241 250 / 0);
}

.border-r-primary-50\/10 {
  border-right-color: rgb(254 241 250 / 0.1);
}

.border-r-primary-50\/100 {
  border-right-color: rgb(254 241 250 / 1);
}

.border-r-primary-50\/20 {
  border-right-color: rgb(254 241 250 / 0.2);
}

.border-r-primary-50\/25 {
  border-right-color: rgb(254 241 250 / 0.25);
}

.border-r-primary-50\/30 {
  border-right-color: rgb(254 241 250 / 0.3);
}

.border-r-primary-50\/40 {
  border-right-color: rgb(254 241 250 / 0.4);
}

.border-r-primary-50\/5 {
  border-right-color: rgb(254 241 250 / 0.05);
}

.border-r-primary-50\/50 {
  border-right-color: rgb(254 241 250 / 0.5);
}

.border-r-primary-50\/60 {
  border-right-color: rgb(254 241 250 / 0.6);
}

.border-r-primary-50\/70 {
  border-right-color: rgb(254 241 250 / 0.7);
}

.border-r-primary-50\/75 {
  border-right-color: rgb(254 241 250 / 0.75);
}

.border-r-primary-50\/80 {
  border-right-color: rgb(254 241 250 / 0.8);
}

.border-r-primary-50\/90 {
  border-right-color: rgb(254 241 250 / 0.9);
}

.border-r-primary-50\/95 {
  border-right-color: rgb(254 241 250 / 0.95);
}

.border-r-primary-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(244 64 185 / var(--tw-border-opacity));
}

.border-r-primary-500\/0 {
  border-right-color: rgb(244 64 185 / 0);
}

.border-r-primary-500\/10 {
  border-right-color: rgb(244 64 185 / 0.1);
}

.border-r-primary-500\/100 {
  border-right-color: rgb(244 64 185 / 1);
}

.border-r-primary-500\/20 {
  border-right-color: rgb(244 64 185 / 0.2);
}

.border-r-primary-500\/25 {
  border-right-color: rgb(244 64 185 / 0.25);
}

.border-r-primary-500\/30 {
  border-right-color: rgb(244 64 185 / 0.3);
}

.border-r-primary-500\/40 {
  border-right-color: rgb(244 64 185 / 0.4);
}

.border-r-primary-500\/5 {
  border-right-color: rgb(244 64 185 / 0.05);
}

.border-r-primary-500\/50 {
  border-right-color: rgb(244 64 185 / 0.5);
}

.border-r-primary-500\/60 {
  border-right-color: rgb(244 64 185 / 0.6);
}

.border-r-primary-500\/70 {
  border-right-color: rgb(244 64 185 / 0.7);
}

.border-r-primary-500\/75 {
  border-right-color: rgb(244 64 185 / 0.75);
}

.border-r-primary-500\/80 {
  border-right-color: rgb(244 64 185 / 0.8);
}

.border-r-primary-500\/90 {
  border-right-color: rgb(244 64 185 / 0.9);
}

.border-r-primary-500\/95 {
  border-right-color: rgb(244 64 185 / 0.95);
}

.border-r-primary-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(227 31 153 / var(--tw-border-opacity));
}

.border-r-primary-600\/0 {
  border-right-color: rgb(227 31 153 / 0);
}

.border-r-primary-600\/10 {
  border-right-color: rgb(227 31 153 / 0.1);
}

.border-r-primary-600\/100 {
  border-right-color: rgb(227 31 153 / 1);
}

.border-r-primary-600\/20 {
  border-right-color: rgb(227 31 153 / 0.2);
}

.border-r-primary-600\/25 {
  border-right-color: rgb(227 31 153 / 0.25);
}

.border-r-primary-600\/30 {
  border-right-color: rgb(227 31 153 / 0.3);
}

.border-r-primary-600\/40 {
  border-right-color: rgb(227 31 153 / 0.4);
}

.border-r-primary-600\/5 {
  border-right-color: rgb(227 31 153 / 0.05);
}

.border-r-primary-600\/50 {
  border-right-color: rgb(227 31 153 / 0.5);
}

.border-r-primary-600\/60 {
  border-right-color: rgb(227 31 153 / 0.6);
}

.border-r-primary-600\/70 {
  border-right-color: rgb(227 31 153 / 0.7);
}

.border-r-primary-600\/75 {
  border-right-color: rgb(227 31 153 / 0.75);
}

.border-r-primary-600\/80 {
  border-right-color: rgb(227 31 153 / 0.8);
}

.border-r-primary-600\/90 {
  border-right-color: rgb(227 31 153 / 0.9);
}

.border-r-primary-600\/95 {
  border-right-color: rgb(227 31 153 / 0.95);
}

.border-r-primary-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(198 16 124 / var(--tw-border-opacity));
}

.border-r-primary-700\/0 {
  border-right-color: rgb(198 16 124 / 0);
}

.border-r-primary-700\/10 {
  border-right-color: rgb(198 16 124 / 0.1);
}

.border-r-primary-700\/100 {
  border-right-color: rgb(198 16 124 / 1);
}

.border-r-primary-700\/20 {
  border-right-color: rgb(198 16 124 / 0.2);
}

.border-r-primary-700\/25 {
  border-right-color: rgb(198 16 124 / 0.25);
}

.border-r-primary-700\/30 {
  border-right-color: rgb(198 16 124 / 0.3);
}

.border-r-primary-700\/40 {
  border-right-color: rgb(198 16 124 / 0.4);
}

.border-r-primary-700\/5 {
  border-right-color: rgb(198 16 124 / 0.05);
}

.border-r-primary-700\/50 {
  border-right-color: rgb(198 16 124 / 0.5);
}

.border-r-primary-700\/60 {
  border-right-color: rgb(198 16 124 / 0.6);
}

.border-r-primary-700\/70 {
  border-right-color: rgb(198 16 124 / 0.7);
}

.border-r-primary-700\/75 {
  border-right-color: rgb(198 16 124 / 0.75);
}

.border-r-primary-700\/80 {
  border-right-color: rgb(198 16 124 / 0.8);
}

.border-r-primary-700\/90 {
  border-right-color: rgb(198 16 124 / 0.9);
}

.border-r-primary-700\/95 {
  border-right-color: rgb(198 16 124 / 0.95);
}

.border-r-primary-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(175 18 109 / var(--tw-border-opacity));
}

.border-r-primary-800\/0 {
  border-right-color: rgb(175 18 109 / 0);
}

.border-r-primary-800\/10 {
  border-right-color: rgb(175 18 109 / 0.1);
}

.border-r-primary-800\/100 {
  border-right-color: rgb(175 18 109 / 1);
}

.border-r-primary-800\/20 {
  border-right-color: rgb(175 18 109 / 0.2);
}

.border-r-primary-800\/25 {
  border-right-color: rgb(175 18 109 / 0.25);
}

.border-r-primary-800\/30 {
  border-right-color: rgb(175 18 109 / 0.3);
}

.border-r-primary-800\/40 {
  border-right-color: rgb(175 18 109 / 0.4);
}

.border-r-primary-800\/5 {
  border-right-color: rgb(175 18 109 / 0.05);
}

.border-r-primary-800\/50 {
  border-right-color: rgb(175 18 109 / 0.5);
}

.border-r-primary-800\/60 {
  border-right-color: rgb(175 18 109 / 0.6);
}

.border-r-primary-800\/70 {
  border-right-color: rgb(175 18 109 / 0.7);
}

.border-r-primary-800\/75 {
  border-right-color: rgb(175 18 109 / 0.75);
}

.border-r-primary-800\/80 {
  border-right-color: rgb(175 18 109 / 0.8);
}

.border-r-primary-800\/90 {
  border-right-color: rgb(175 18 109 / 0.9);
}

.border-r-primary-800\/95 {
  border-right-color: rgb(175 18 109 / 0.95);
}

.border-r-primary-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(136 19 87 / var(--tw-border-opacity));
}

.border-r-primary-900\/0 {
  border-right-color: rgb(136 19 87 / 0);
}

.border-r-primary-900\/10 {
  border-right-color: rgb(136 19 87 / 0.1);
}

.border-r-primary-900\/100 {
  border-right-color: rgb(136 19 87 / 1);
}

.border-r-primary-900\/20 {
  border-right-color: rgb(136 19 87 / 0.2);
}

.border-r-primary-900\/25 {
  border-right-color: rgb(136 19 87 / 0.25);
}

.border-r-primary-900\/30 {
  border-right-color: rgb(136 19 87 / 0.3);
}

.border-r-primary-900\/40 {
  border-right-color: rgb(136 19 87 / 0.4);
}

.border-r-primary-900\/5 {
  border-right-color: rgb(136 19 87 / 0.05);
}

.border-r-primary-900\/50 {
  border-right-color: rgb(136 19 87 / 0.5);
}

.border-r-primary-900\/60 {
  border-right-color: rgb(136 19 87 / 0.6);
}

.border-r-primary-900\/70 {
  border-right-color: rgb(136 19 87 / 0.7);
}

.border-r-primary-900\/75 {
  border-right-color: rgb(136 19 87 / 0.75);
}

.border-r-primary-900\/80 {
  border-right-color: rgb(136 19 87 / 0.8);
}

.border-r-primary-900\/90 {
  border-right-color: rgb(136 19 87 / 0.9);
}

.border-r-primary-900\/95 {
  border-right-color: rgb(136 19 87 / 0.95);
}

.border-r-primary\/0 {
  border-right-color: rgb(175 18 109 / 0);
}

.border-r-primary\/10 {
  border-right-color: rgb(175 18 109 / 0.1);
}

.border-r-primary\/100 {
  border-right-color: rgb(175 18 109 / 1);
}

.border-r-primary\/20 {
  border-right-color: rgb(175 18 109 / 0.2);
}

.border-r-primary\/25 {
  border-right-color: rgb(175 18 109 / 0.25);
}

.border-r-primary\/30 {
  border-right-color: rgb(175 18 109 / 0.3);
}

.border-r-primary\/40 {
  border-right-color: rgb(175 18 109 / 0.4);
}

.border-r-primary\/5 {
  border-right-color: rgb(175 18 109 / 0.05);
}

.border-r-primary\/50 {
  border-right-color: rgb(175 18 109 / 0.5);
}

.border-r-primary\/60 {
  border-right-color: rgb(175 18 109 / 0.6);
}

.border-r-primary\/70 {
  border-right-color: rgb(175 18 109 / 0.7);
}

.border-r-primary\/75 {
  border-right-color: rgb(175 18 109 / 0.75);
}

.border-r-primary\/80 {
  border-right-color: rgb(175 18 109 / 0.8);
}

.border-r-primary\/90 {
  border-right-color: rgb(175 18 109 / 0.9);
}

.border-r-primary\/95 {
  border-right-color: rgb(175 18 109 / 0.95);
}

.border-r-purple {
  --tw-border-opacity: 1;
  border-right-color: rgb(108 72 145 / var(--tw-border-opacity));
}

.border-r-purple-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(242 238 249 / var(--tw-border-opacity));
}

.border-r-purple-100\/0 {
  border-right-color: rgb(242 238 249 / 0);
}

.border-r-purple-100\/10 {
  border-right-color: rgb(242 238 249 / 0.1);
}

.border-r-purple-100\/100 {
  border-right-color: rgb(242 238 249 / 1);
}

.border-r-purple-100\/20 {
  border-right-color: rgb(242 238 249 / 0.2);
}

.border-r-purple-100\/25 {
  border-right-color: rgb(242 238 249 / 0.25);
}

.border-r-purple-100\/30 {
  border-right-color: rgb(242 238 249 / 0.3);
}

.border-r-purple-100\/40 {
  border-right-color: rgb(242 238 249 / 0.4);
}

.border-r-purple-100\/5 {
  border-right-color: rgb(242 238 249 / 0.05);
}

.border-r-purple-100\/50 {
  border-right-color: rgb(242 238 249 / 0.5);
}

.border-r-purple-100\/60 {
  border-right-color: rgb(242 238 249 / 0.6);
}

.border-r-purple-100\/70 {
  border-right-color: rgb(242 238 249 / 0.7);
}

.border-r-purple-100\/75 {
  border-right-color: rgb(242 238 249 / 0.75);
}

.border-r-purple-100\/80 {
  border-right-color: rgb(242 238 249 / 0.8);
}

.border-r-purple-100\/90 {
  border-right-color: rgb(242 238 249 / 0.9);
}

.border-r-purple-100\/95 {
  border-right-color: rgb(242 238 249 / 0.95);
}

.border-r-purple-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(232 223 245 / var(--tw-border-opacity));
}

.border-r-purple-200\/0 {
  border-right-color: rgb(232 223 245 / 0);
}

.border-r-purple-200\/10 {
  border-right-color: rgb(232 223 245 / 0.1);
}

.border-r-purple-200\/100 {
  border-right-color: rgb(232 223 245 / 1);
}

.border-r-purple-200\/20 {
  border-right-color: rgb(232 223 245 / 0.2);
}

.border-r-purple-200\/25 {
  border-right-color: rgb(232 223 245 / 0.25);
}

.border-r-purple-200\/30 {
  border-right-color: rgb(232 223 245 / 0.3);
}

.border-r-purple-200\/40 {
  border-right-color: rgb(232 223 245 / 0.4);
}

.border-r-purple-200\/5 {
  border-right-color: rgb(232 223 245 / 0.05);
}

.border-r-purple-200\/50 {
  border-right-color: rgb(232 223 245 / 0.5);
}

.border-r-purple-200\/60 {
  border-right-color: rgb(232 223 245 / 0.6);
}

.border-r-purple-200\/70 {
  border-right-color: rgb(232 223 245 / 0.7);
}

.border-r-purple-200\/75 {
  border-right-color: rgb(232 223 245 / 0.75);
}

.border-r-purple-200\/80 {
  border-right-color: rgb(232 223 245 / 0.8);
}

.border-r-purple-200\/90 {
  border-right-color: rgb(232 223 245 / 0.9);
}

.border-r-purple-200\/95 {
  border-right-color: rgb(232 223 245 / 0.95);
}

.border-r-purple-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(214 198 236 / var(--tw-border-opacity));
}

.border-r-purple-300\/0 {
  border-right-color: rgb(214 198 236 / 0);
}

.border-r-purple-300\/10 {
  border-right-color: rgb(214 198 236 / 0.1);
}

.border-r-purple-300\/100 {
  border-right-color: rgb(214 198 236 / 1);
}

.border-r-purple-300\/20 {
  border-right-color: rgb(214 198 236 / 0.2);
}

.border-r-purple-300\/25 {
  border-right-color: rgb(214 198 236 / 0.25);
}

.border-r-purple-300\/30 {
  border-right-color: rgb(214 198 236 / 0.3);
}

.border-r-purple-300\/40 {
  border-right-color: rgb(214 198 236 / 0.4);
}

.border-r-purple-300\/5 {
  border-right-color: rgb(214 198 236 / 0.05);
}

.border-r-purple-300\/50 {
  border-right-color: rgb(214 198 236 / 0.5);
}

.border-r-purple-300\/60 {
  border-right-color: rgb(214 198 236 / 0.6);
}

.border-r-purple-300\/70 {
  border-right-color: rgb(214 198 236 / 0.7);
}

.border-r-purple-300\/75 {
  border-right-color: rgb(214 198 236 / 0.75);
}

.border-r-purple-300\/80 {
  border-right-color: rgb(214 198 236 / 0.8);
}

.border-r-purple-300\/90 {
  border-right-color: rgb(214 198 236 / 0.9);
}

.border-r-purple-300\/95 {
  border-right-color: rgb(214 198 236 / 0.95);
}

.border-r-purple-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(189 162 222 / var(--tw-border-opacity));
}

.border-r-purple-400\/0 {
  border-right-color: rgb(189 162 222 / 0);
}

.border-r-purple-400\/10 {
  border-right-color: rgb(189 162 222 / 0.1);
}

.border-r-purple-400\/100 {
  border-right-color: rgb(189 162 222 / 1);
}

.border-r-purple-400\/20 {
  border-right-color: rgb(189 162 222 / 0.2);
}

.border-r-purple-400\/25 {
  border-right-color: rgb(189 162 222 / 0.25);
}

.border-r-purple-400\/30 {
  border-right-color: rgb(189 162 222 / 0.3);
}

.border-r-purple-400\/40 {
  border-right-color: rgb(189 162 222 / 0.4);
}

.border-r-purple-400\/5 {
  border-right-color: rgb(189 162 222 / 0.05);
}

.border-r-purple-400\/50 {
  border-right-color: rgb(189 162 222 / 0.5);
}

.border-r-purple-400\/60 {
  border-right-color: rgb(189 162 222 / 0.6);
}

.border-r-purple-400\/70 {
  border-right-color: rgb(189 162 222 / 0.7);
}

.border-r-purple-400\/75 {
  border-right-color: rgb(189 162 222 / 0.75);
}

.border-r-purple-400\/80 {
  border-right-color: rgb(189 162 222 / 0.8);
}

.border-r-purple-400\/90 {
  border-right-color: rgb(189 162 222 / 0.9);
}

.border-r-purple-400\/95 {
  border-right-color: rgb(189 162 222 / 0.95);
}

.border-r-purple-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 247 253 / var(--tw-border-opacity));
}

.border-r-purple-50\/0 {
  border-right-color: rgb(250 247 253 / 0);
}

.border-r-purple-50\/10 {
  border-right-color: rgb(250 247 253 / 0.1);
}

.border-r-purple-50\/100 {
  border-right-color: rgb(250 247 253 / 1);
}

.border-r-purple-50\/20 {
  border-right-color: rgb(250 247 253 / 0.2);
}

.border-r-purple-50\/25 {
  border-right-color: rgb(250 247 253 / 0.25);
}

.border-r-purple-50\/30 {
  border-right-color: rgb(250 247 253 / 0.3);
}

.border-r-purple-50\/40 {
  border-right-color: rgb(250 247 253 / 0.4);
}

.border-r-purple-50\/5 {
  border-right-color: rgb(250 247 253 / 0.05);
}

.border-r-purple-50\/50 {
  border-right-color: rgb(250 247 253 / 0.5);
}

.border-r-purple-50\/60 {
  border-right-color: rgb(250 247 253 / 0.6);
}

.border-r-purple-50\/70 {
  border-right-color: rgb(250 247 253 / 0.7);
}

.border-r-purple-50\/75 {
  border-right-color: rgb(250 247 253 / 0.75);
}

.border-r-purple-50\/80 {
  border-right-color: rgb(250 247 253 / 0.8);
}

.border-r-purple-50\/90 {
  border-right-color: rgb(250 247 253 / 0.9);
}

.border-r-purple-50\/95 {
  border-right-color: rgb(250 247 253 / 0.95);
}

.border-r-purple-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(162 125 207 / var(--tw-border-opacity));
}

.border-r-purple-500\/0 {
  border-right-color: rgb(162 125 207 / 0);
}

.border-r-purple-500\/10 {
  border-right-color: rgb(162 125 207 / 0.1);
}

.border-r-purple-500\/100 {
  border-right-color: rgb(162 125 207 / 1);
}

.border-r-purple-500\/20 {
  border-right-color: rgb(162 125 207 / 0.2);
}

.border-r-purple-500\/25 {
  border-right-color: rgb(162 125 207 / 0.25);
}

.border-r-purple-500\/30 {
  border-right-color: rgb(162 125 207 / 0.3);
}

.border-r-purple-500\/40 {
  border-right-color: rgb(162 125 207 / 0.4);
}

.border-r-purple-500\/5 {
  border-right-color: rgb(162 125 207 / 0.05);
}

.border-r-purple-500\/50 {
  border-right-color: rgb(162 125 207 / 0.5);
}

.border-r-purple-500\/60 {
  border-right-color: rgb(162 125 207 / 0.6);
}

.border-r-purple-500\/70 {
  border-right-color: rgb(162 125 207 / 0.7);
}

.border-r-purple-500\/75 {
  border-right-color: rgb(162 125 207 / 0.75);
}

.border-r-purple-500\/80 {
  border-right-color: rgb(162 125 207 / 0.8);
}

.border-r-purple-500\/90 {
  border-right-color: rgb(162 125 207 / 0.9);
}

.border-r-purple-500\/95 {
  border-right-color: rgb(162 125 207 / 0.95);
}

.border-r-purple-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(140 97 188 / var(--tw-border-opacity));
}

.border-r-purple-600\/0 {
  border-right-color: rgb(140 97 188 / 0);
}

.border-r-purple-600\/10 {
  border-right-color: rgb(140 97 188 / 0.1);
}

.border-r-purple-600\/100 {
  border-right-color: rgb(140 97 188 / 1);
}

.border-r-purple-600\/20 {
  border-right-color: rgb(140 97 188 / 0.2);
}

.border-r-purple-600\/25 {
  border-right-color: rgb(140 97 188 / 0.25);
}

.border-r-purple-600\/30 {
  border-right-color: rgb(140 97 188 / 0.3);
}

.border-r-purple-600\/40 {
  border-right-color: rgb(140 97 188 / 0.4);
}

.border-r-purple-600\/5 {
  border-right-color: rgb(140 97 188 / 0.05);
}

.border-r-purple-600\/50 {
  border-right-color: rgb(140 97 188 / 0.5);
}

.border-r-purple-600\/60 {
  border-right-color: rgb(140 97 188 / 0.6);
}

.border-r-purple-600\/70 {
  border-right-color: rgb(140 97 188 / 0.7);
}

.border-r-purple-600\/75 {
  border-right-color: rgb(140 97 188 / 0.75);
}

.border-r-purple-600\/80 {
  border-right-color: rgb(140 97 188 / 0.8);
}

.border-r-purple-600\/90 {
  border-right-color: rgb(140 97 188 / 0.9);
}

.border-r-purple-600\/95 {
  border-right-color: rgb(140 97 188 / 0.95);
}

.border-r-purple-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(118 77 163 / var(--tw-border-opacity));
}

.border-r-purple-700\/0 {
  border-right-color: rgb(118 77 163 / 0);
}

.border-r-purple-700\/10 {
  border-right-color: rgb(118 77 163 / 0.1);
}

.border-r-purple-700\/100 {
  border-right-color: rgb(118 77 163 / 1);
}

.border-r-purple-700\/20 {
  border-right-color: rgb(118 77 163 / 0.2);
}

.border-r-purple-700\/25 {
  border-right-color: rgb(118 77 163 / 0.25);
}

.border-r-purple-700\/30 {
  border-right-color: rgb(118 77 163 / 0.3);
}

.border-r-purple-700\/40 {
  border-right-color: rgb(118 77 163 / 0.4);
}

.border-r-purple-700\/5 {
  border-right-color: rgb(118 77 163 / 0.05);
}

.border-r-purple-700\/50 {
  border-right-color: rgb(118 77 163 / 0.5);
}

.border-r-purple-700\/60 {
  border-right-color: rgb(118 77 163 / 0.6);
}

.border-r-purple-700\/70 {
  border-right-color: rgb(118 77 163 / 0.7);
}

.border-r-purple-700\/75 {
  border-right-color: rgb(118 77 163 / 0.75);
}

.border-r-purple-700\/80 {
  border-right-color: rgb(118 77 163 / 0.8);
}

.border-r-purple-700\/90 {
  border-right-color: rgb(118 77 163 / 0.9);
}

.border-r-purple-700\/95 {
  border-right-color: rgb(118 77 163 / 0.95);
}

.border-r-purple-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(108 72 145 / var(--tw-border-opacity));
}

.border-r-purple-800\/0 {
  border-right-color: rgb(108 72 145 / 0);
}

.border-r-purple-800\/10 {
  border-right-color: rgb(108 72 145 / 0.1);
}

.border-r-purple-800\/100 {
  border-right-color: rgb(108 72 145 / 1);
}

.border-r-purple-800\/20 {
  border-right-color: rgb(108 72 145 / 0.2);
}

.border-r-purple-800\/25 {
  border-right-color: rgb(108 72 145 / 0.25);
}

.border-r-purple-800\/30 {
  border-right-color: rgb(108 72 145 / 0.3);
}

.border-r-purple-800\/40 {
  border-right-color: rgb(108 72 145 / 0.4);
}

.border-r-purple-800\/5 {
  border-right-color: rgb(108 72 145 / 0.05);
}

.border-r-purple-800\/50 {
  border-right-color: rgb(108 72 145 / 0.5);
}

.border-r-purple-800\/60 {
  border-right-color: rgb(108 72 145 / 0.6);
}

.border-r-purple-800\/70 {
  border-right-color: rgb(108 72 145 / 0.7);
}

.border-r-purple-800\/75 {
  border-right-color: rgb(108 72 145 / 0.75);
}

.border-r-purple-800\/80 {
  border-right-color: rgb(108 72 145 / 0.8);
}

.border-r-purple-800\/90 {
  border-right-color: rgb(108 72 145 / 0.9);
}

.border-r-purple-800\/95 {
  border-right-color: rgb(108 72 145 / 0.95);
}

.border-r-purple-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(82 55 108 / var(--tw-border-opacity));
}

.border-r-purple-900\/0 {
  border-right-color: rgb(82 55 108 / 0);
}

.border-r-purple-900\/10 {
  border-right-color: rgb(82 55 108 / 0.1);
}

.border-r-purple-900\/100 {
  border-right-color: rgb(82 55 108 / 1);
}

.border-r-purple-900\/20 {
  border-right-color: rgb(82 55 108 / 0.2);
}

.border-r-purple-900\/25 {
  border-right-color: rgb(82 55 108 / 0.25);
}

.border-r-purple-900\/30 {
  border-right-color: rgb(82 55 108 / 0.3);
}

.border-r-purple-900\/40 {
  border-right-color: rgb(82 55 108 / 0.4);
}

.border-r-purple-900\/5 {
  border-right-color: rgb(82 55 108 / 0.05);
}

.border-r-purple-900\/50 {
  border-right-color: rgb(82 55 108 / 0.5);
}

.border-r-purple-900\/60 {
  border-right-color: rgb(82 55 108 / 0.6);
}

.border-r-purple-900\/70 {
  border-right-color: rgb(82 55 108 / 0.7);
}

.border-r-purple-900\/75 {
  border-right-color: rgb(82 55 108 / 0.75);
}

.border-r-purple-900\/80 {
  border-right-color: rgb(82 55 108 / 0.8);
}

.border-r-purple-900\/90 {
  border-right-color: rgb(82 55 108 / 0.9);
}

.border-r-purple-900\/95 {
  border-right-color: rgb(82 55 108 / 0.95);
}

.border-r-purple-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(53 30 77 / var(--tw-border-opacity));
}

.border-r-purple-950\/0 {
  border-right-color: rgb(53 30 77 / 0);
}

.border-r-purple-950\/10 {
  border-right-color: rgb(53 30 77 / 0.1);
}

.border-r-purple-950\/100 {
  border-right-color: rgb(53 30 77 / 1);
}

.border-r-purple-950\/20 {
  border-right-color: rgb(53 30 77 / 0.2);
}

.border-r-purple-950\/25 {
  border-right-color: rgb(53 30 77 / 0.25);
}

.border-r-purple-950\/30 {
  border-right-color: rgb(53 30 77 / 0.3);
}

.border-r-purple-950\/40 {
  border-right-color: rgb(53 30 77 / 0.4);
}

.border-r-purple-950\/5 {
  border-right-color: rgb(53 30 77 / 0.05);
}

.border-r-purple-950\/50 {
  border-right-color: rgb(53 30 77 / 0.5);
}

.border-r-purple-950\/60 {
  border-right-color: rgb(53 30 77 / 0.6);
}

.border-r-purple-950\/70 {
  border-right-color: rgb(53 30 77 / 0.7);
}

.border-r-purple-950\/75 {
  border-right-color: rgb(53 30 77 / 0.75);
}

.border-r-purple-950\/80 {
  border-right-color: rgb(53 30 77 / 0.8);
}

.border-r-purple-950\/90 {
  border-right-color: rgb(53 30 77 / 0.9);
}

.border-r-purple-950\/95 {
  border-right-color: rgb(53 30 77 / 0.95);
}

.border-r-purple\/0 {
  border-right-color: rgb(108 72 145 / 0);
}

.border-r-purple\/10 {
  border-right-color: rgb(108 72 145 / 0.1);
}

.border-r-purple\/100 {
  border-right-color: rgb(108 72 145 / 1);
}

.border-r-purple\/20 {
  border-right-color: rgb(108 72 145 / 0.2);
}

.border-r-purple\/25 {
  border-right-color: rgb(108 72 145 / 0.25);
}

.border-r-purple\/30 {
  border-right-color: rgb(108 72 145 / 0.3);
}

.border-r-purple\/40 {
  border-right-color: rgb(108 72 145 / 0.4);
}

.border-r-purple\/5 {
  border-right-color: rgb(108 72 145 / 0.05);
}

.border-r-purple\/50 {
  border-right-color: rgb(108 72 145 / 0.5);
}

.border-r-purple\/60 {
  border-right-color: rgb(108 72 145 / 0.6);
}

.border-r-purple\/70 {
  border-right-color: rgb(108 72 145 / 0.7);
}

.border-r-purple\/75 {
  border-right-color: rgb(108 72 145 / 0.75);
}

.border-r-purple\/80 {
  border-right-color: rgb(108 72 145 / 0.8);
}

.border-r-purple\/90 {
  border-right-color: rgb(108 72 145 / 0.9);
}

.border-r-purple\/95 {
  border-right-color: rgb(108 72 145 / 0.95);
}

.border-r-red {
  --tw-border-opacity: 1;
  border-right-color: rgb(225 51 22 / var(--tw-border-opacity));
}

.border-r-red-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(246 176 164 / var(--tw-border-opacity));
}

.border-r-red-100\/0 {
  border-right-color: rgb(246 176 164 / 0);
}

.border-r-red-100\/10 {
  border-right-color: rgb(246 176 164 / 0.1);
}

.border-r-red-100\/100 {
  border-right-color: rgb(246 176 164 / 1);
}

.border-r-red-100\/20 {
  border-right-color: rgb(246 176 164 / 0.2);
}

.border-r-red-100\/25 {
  border-right-color: rgb(246 176 164 / 0.25);
}

.border-r-red-100\/30 {
  border-right-color: rgb(246 176 164 / 0.3);
}

.border-r-red-100\/40 {
  border-right-color: rgb(246 176 164 / 0.4);
}

.border-r-red-100\/5 {
  border-right-color: rgb(246 176 164 / 0.05);
}

.border-r-red-100\/50 {
  border-right-color: rgb(246 176 164 / 0.5);
}

.border-r-red-100\/60 {
  border-right-color: rgb(246 176 164 / 0.6);
}

.border-r-red-100\/70 {
  border-right-color: rgb(246 176 164 / 0.7);
}

.border-r-red-100\/75 {
  border-right-color: rgb(246 176 164 / 0.75);
}

.border-r-red-100\/80 {
  border-right-color: rgb(246 176 164 / 0.8);
}

.border-r-red-100\/90 {
  border-right-color: rgb(246 176 164 / 0.9);
}

.border-r-red-100\/95 {
  border-right-color: rgb(246 176 164 / 0.95);
}

.border-r-red-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(242 143 127 / var(--tw-border-opacity));
}

.border-r-red-200\/0 {
  border-right-color: rgb(242 143 127 / 0);
}

.border-r-red-200\/10 {
  border-right-color: rgb(242 143 127 / 0.1);
}

.border-r-red-200\/100 {
  border-right-color: rgb(242 143 127 / 1);
}

.border-r-red-200\/20 {
  border-right-color: rgb(242 143 127 / 0.2);
}

.border-r-red-200\/25 {
  border-right-color: rgb(242 143 127 / 0.25);
}

.border-r-red-200\/30 {
  border-right-color: rgb(242 143 127 / 0.3);
}

.border-r-red-200\/40 {
  border-right-color: rgb(242 143 127 / 0.4);
}

.border-r-red-200\/5 {
  border-right-color: rgb(242 143 127 / 0.05);
}

.border-r-red-200\/50 {
  border-right-color: rgb(242 143 127 / 0.5);
}

.border-r-red-200\/60 {
  border-right-color: rgb(242 143 127 / 0.6);
}

.border-r-red-200\/70 {
  border-right-color: rgb(242 143 127 / 0.7);
}

.border-r-red-200\/75 {
  border-right-color: rgb(242 143 127 / 0.75);
}

.border-r-red-200\/80 {
  border-right-color: rgb(242 143 127 / 0.8);
}

.border-r-red-200\/90 {
  border-right-color: rgb(242 143 127 / 0.9);
}

.border-r-red-200\/95 {
  border-right-color: rgb(242 143 127 / 0.95);
}

.border-r-red-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(239 111 90 / var(--tw-border-opacity));
}

.border-r-red-300\/0 {
  border-right-color: rgb(239 111 90 / 0);
}

.border-r-red-300\/10 {
  border-right-color: rgb(239 111 90 / 0.1);
}

.border-r-red-300\/100 {
  border-right-color: rgb(239 111 90 / 1);
}

.border-r-red-300\/20 {
  border-right-color: rgb(239 111 90 / 0.2);
}

.border-r-red-300\/25 {
  border-right-color: rgb(239 111 90 / 0.25);
}

.border-r-red-300\/30 {
  border-right-color: rgb(239 111 90 / 0.3);
}

.border-r-red-300\/40 {
  border-right-color: rgb(239 111 90 / 0.4);
}

.border-r-red-300\/5 {
  border-right-color: rgb(239 111 90 / 0.05);
}

.border-r-red-300\/50 {
  border-right-color: rgb(239 111 90 / 0.5);
}

.border-r-red-300\/60 {
  border-right-color: rgb(239 111 90 / 0.6);
}

.border-r-red-300\/70 {
  border-right-color: rgb(239 111 90 / 0.7);
}

.border-r-red-300\/75 {
  border-right-color: rgb(239 111 90 / 0.75);
}

.border-r-red-300\/80 {
  border-right-color: rgb(239 111 90 / 0.8);
}

.border-r-red-300\/90 {
  border-right-color: rgb(239 111 90 / 0.9);
}

.border-r-red-300\/95 {
  border-right-color: rgb(239 111 90 / 0.95);
}

.border-r-red-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(235 79 53 / var(--tw-border-opacity));
}

.border-r-red-400\/0 {
  border-right-color: rgb(235 79 53 / 0);
}

.border-r-red-400\/10 {
  border-right-color: rgb(235 79 53 / 0.1);
}

.border-r-red-400\/100 {
  border-right-color: rgb(235 79 53 / 1);
}

.border-r-red-400\/20 {
  border-right-color: rgb(235 79 53 / 0.2);
}

.border-r-red-400\/25 {
  border-right-color: rgb(235 79 53 / 0.25);
}

.border-r-red-400\/30 {
  border-right-color: rgb(235 79 53 / 0.3);
}

.border-r-red-400\/40 {
  border-right-color: rgb(235 79 53 / 0.4);
}

.border-r-red-400\/5 {
  border-right-color: rgb(235 79 53 / 0.05);
}

.border-r-red-400\/50 {
  border-right-color: rgb(235 79 53 / 0.5);
}

.border-r-red-400\/60 {
  border-right-color: rgb(235 79 53 / 0.6);
}

.border-r-red-400\/70 {
  border-right-color: rgb(235 79 53 / 0.7);
}

.border-r-red-400\/75 {
  border-right-color: rgb(235 79 53 / 0.75);
}

.border-r-red-400\/80 {
  border-right-color: rgb(235 79 53 / 0.8);
}

.border-r-red-400\/90 {
  border-right-color: rgb(235 79 53 / 0.9);
}

.border-r-red-400\/95 {
  border-right-color: rgb(235 79 53 / 0.95);
}

.border-r-red-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(248 192 183 / var(--tw-border-opacity));
}

.border-r-red-50\/0 {
  border-right-color: rgb(248 192 183 / 0);
}

.border-r-red-50\/10 {
  border-right-color: rgb(248 192 183 / 0.1);
}

.border-r-red-50\/100 {
  border-right-color: rgb(248 192 183 / 1);
}

.border-r-red-50\/20 {
  border-right-color: rgb(248 192 183 / 0.2);
}

.border-r-red-50\/25 {
  border-right-color: rgb(248 192 183 / 0.25);
}

.border-r-red-50\/30 {
  border-right-color: rgb(248 192 183 / 0.3);
}

.border-r-red-50\/40 {
  border-right-color: rgb(248 192 183 / 0.4);
}

.border-r-red-50\/5 {
  border-right-color: rgb(248 192 183 / 0.05);
}

.border-r-red-50\/50 {
  border-right-color: rgb(248 192 183 / 0.5);
}

.border-r-red-50\/60 {
  border-right-color: rgb(248 192 183 / 0.6);
}

.border-r-red-50\/70 {
  border-right-color: rgb(248 192 183 / 0.7);
}

.border-r-red-50\/75 {
  border-right-color: rgb(248 192 183 / 0.75);
}

.border-r-red-50\/80 {
  border-right-color: rgb(248 192 183 / 0.8);
}

.border-r-red-50\/90 {
  border-right-color: rgb(248 192 183 / 0.9);
}

.border-r-red-50\/95 {
  border-right-color: rgb(248 192 183 / 0.95);
}

.border-r-red-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(225 51 22 / var(--tw-border-opacity));
}

.border-r-red-500\/0 {
  border-right-color: rgb(225 51 22 / 0);
}

.border-r-red-500\/10 {
  border-right-color: rgb(225 51 22 / 0.1);
}

.border-r-red-500\/100 {
  border-right-color: rgb(225 51 22 / 1);
}

.border-r-red-500\/20 {
  border-right-color: rgb(225 51 22 / 0.2);
}

.border-r-red-500\/25 {
  border-right-color: rgb(225 51 22 / 0.25);
}

.border-r-red-500\/30 {
  border-right-color: rgb(225 51 22 / 0.3);
}

.border-r-red-500\/40 {
  border-right-color: rgb(225 51 22 / 0.4);
}

.border-r-red-500\/5 {
  border-right-color: rgb(225 51 22 / 0.05);
}

.border-r-red-500\/50 {
  border-right-color: rgb(225 51 22 / 0.5);
}

.border-r-red-500\/60 {
  border-right-color: rgb(225 51 22 / 0.6);
}

.border-r-red-500\/70 {
  border-right-color: rgb(225 51 22 / 0.7);
}

.border-r-red-500\/75 {
  border-right-color: rgb(225 51 22 / 0.75);
}

.border-r-red-500\/80 {
  border-right-color: rgb(225 51 22 / 0.8);
}

.border-r-red-500\/90 {
  border-right-color: rgb(225 51 22 / 0.9);
}

.border-r-red-500\/95 {
  border-right-color: rgb(225 51 22 / 0.95);
}

.border-r-red-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(174 39 17 / var(--tw-border-opacity));
}

.border-r-red-600\/0 {
  border-right-color: rgb(174 39 17 / 0);
}

.border-r-red-600\/10 {
  border-right-color: rgb(174 39 17 / 0.1);
}

.border-r-red-600\/100 {
  border-right-color: rgb(174 39 17 / 1);
}

.border-r-red-600\/20 {
  border-right-color: rgb(174 39 17 / 0.2);
}

.border-r-red-600\/25 {
  border-right-color: rgb(174 39 17 / 0.25);
}

.border-r-red-600\/30 {
  border-right-color: rgb(174 39 17 / 0.3);
}

.border-r-red-600\/40 {
  border-right-color: rgb(174 39 17 / 0.4);
}

.border-r-red-600\/5 {
  border-right-color: rgb(174 39 17 / 0.05);
}

.border-r-red-600\/50 {
  border-right-color: rgb(174 39 17 / 0.5);
}

.border-r-red-600\/60 {
  border-right-color: rgb(174 39 17 / 0.6);
}

.border-r-red-600\/70 {
  border-right-color: rgb(174 39 17 / 0.7);
}

.border-r-red-600\/75 {
  border-right-color: rgb(174 39 17 / 0.75);
}

.border-r-red-600\/80 {
  border-right-color: rgb(174 39 17 / 0.8);
}

.border-r-red-600\/90 {
  border-right-color: rgb(174 39 17 / 0.9);
}

.border-r-red-600\/95 {
  border-right-color: rgb(174 39 17 / 0.95);
}

.border-r-red-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(123 28 12 / var(--tw-border-opacity));
}

.border-r-red-700\/0 {
  border-right-color: rgb(123 28 12 / 0);
}

.border-r-red-700\/10 {
  border-right-color: rgb(123 28 12 / 0.1);
}

.border-r-red-700\/100 {
  border-right-color: rgb(123 28 12 / 1);
}

.border-r-red-700\/20 {
  border-right-color: rgb(123 28 12 / 0.2);
}

.border-r-red-700\/25 {
  border-right-color: rgb(123 28 12 / 0.25);
}

.border-r-red-700\/30 {
  border-right-color: rgb(123 28 12 / 0.3);
}

.border-r-red-700\/40 {
  border-right-color: rgb(123 28 12 / 0.4);
}

.border-r-red-700\/5 {
  border-right-color: rgb(123 28 12 / 0.05);
}

.border-r-red-700\/50 {
  border-right-color: rgb(123 28 12 / 0.5);
}

.border-r-red-700\/60 {
  border-right-color: rgb(123 28 12 / 0.6);
}

.border-r-red-700\/70 {
  border-right-color: rgb(123 28 12 / 0.7);
}

.border-r-red-700\/75 {
  border-right-color: rgb(123 28 12 / 0.75);
}

.border-r-red-700\/80 {
  border-right-color: rgb(123 28 12 / 0.8);
}

.border-r-red-700\/90 {
  border-right-color: rgb(123 28 12 / 0.9);
}

.border-r-red-700\/95 {
  border-right-color: rgb(123 28 12 / 0.95);
}

.border-r-red-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(72 16 7 / var(--tw-border-opacity));
}

.border-r-red-800\/0 {
  border-right-color: rgb(72 16 7 / 0);
}

.border-r-red-800\/10 {
  border-right-color: rgb(72 16 7 / 0.1);
}

.border-r-red-800\/100 {
  border-right-color: rgb(72 16 7 / 1);
}

.border-r-red-800\/20 {
  border-right-color: rgb(72 16 7 / 0.2);
}

.border-r-red-800\/25 {
  border-right-color: rgb(72 16 7 / 0.25);
}

.border-r-red-800\/30 {
  border-right-color: rgb(72 16 7 / 0.3);
}

.border-r-red-800\/40 {
  border-right-color: rgb(72 16 7 / 0.4);
}

.border-r-red-800\/5 {
  border-right-color: rgb(72 16 7 / 0.05);
}

.border-r-red-800\/50 {
  border-right-color: rgb(72 16 7 / 0.5);
}

.border-r-red-800\/60 {
  border-right-color: rgb(72 16 7 / 0.6);
}

.border-r-red-800\/70 {
  border-right-color: rgb(72 16 7 / 0.7);
}

.border-r-red-800\/75 {
  border-right-color: rgb(72 16 7 / 0.75);
}

.border-r-red-800\/80 {
  border-right-color: rgb(72 16 7 / 0.8);
}

.border-r-red-800\/90 {
  border-right-color: rgb(72 16 7 / 0.9);
}

.border-r-red-800\/95 {
  border-right-color: rgb(72 16 7 / 0.95);
}

.border-r-red-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(21 5 2 / var(--tw-border-opacity));
}

.border-r-red-900\/0 {
  border-right-color: rgb(21 5 2 / 0);
}

.border-r-red-900\/10 {
  border-right-color: rgb(21 5 2 / 0.1);
}

.border-r-red-900\/100 {
  border-right-color: rgb(21 5 2 / 1);
}

.border-r-red-900\/20 {
  border-right-color: rgb(21 5 2 / 0.2);
}

.border-r-red-900\/25 {
  border-right-color: rgb(21 5 2 / 0.25);
}

.border-r-red-900\/30 {
  border-right-color: rgb(21 5 2 / 0.3);
}

.border-r-red-900\/40 {
  border-right-color: rgb(21 5 2 / 0.4);
}

.border-r-red-900\/5 {
  border-right-color: rgb(21 5 2 / 0.05);
}

.border-r-red-900\/50 {
  border-right-color: rgb(21 5 2 / 0.5);
}

.border-r-red-900\/60 {
  border-right-color: rgb(21 5 2 / 0.6);
}

.border-r-red-900\/70 {
  border-right-color: rgb(21 5 2 / 0.7);
}

.border-r-red-900\/75 {
  border-right-color: rgb(21 5 2 / 0.75);
}

.border-r-red-900\/80 {
  border-right-color: rgb(21 5 2 / 0.8);
}

.border-r-red-900\/90 {
  border-right-color: rgb(21 5 2 / 0.9);
}

.border-r-red-900\/95 {
  border-right-color: rgb(21 5 2 / 0.95);
}

.border-r-red\/0 {
  border-right-color: rgb(225 51 22 / 0);
}

.border-r-red\/10 {
  border-right-color: rgb(225 51 22 / 0.1);
}

.border-r-red\/100 {
  border-right-color: rgb(225 51 22 / 1);
}

.border-r-red\/20 {
  border-right-color: rgb(225 51 22 / 0.2);
}

.border-r-red\/25 {
  border-right-color: rgb(225 51 22 / 0.25);
}

.border-r-red\/30 {
  border-right-color: rgb(225 51 22 / 0.3);
}

.border-r-red\/40 {
  border-right-color: rgb(225 51 22 / 0.4);
}

.border-r-red\/5 {
  border-right-color: rgb(225 51 22 / 0.05);
}

.border-r-red\/50 {
  border-right-color: rgb(225 51 22 / 0.5);
}

.border-r-red\/60 {
  border-right-color: rgb(225 51 22 / 0.6);
}

.border-r-red\/70 {
  border-right-color: rgb(225 51 22 / 0.7);
}

.border-r-red\/75 {
  border-right-color: rgb(225 51 22 / 0.75);
}

.border-r-red\/80 {
  border-right-color: rgb(225 51 22 / 0.8);
}

.border-r-red\/90 {
  border-right-color: rgb(225 51 22 / 0.9);
}

.border-r-red\/95 {
  border-right-color: rgb(225 51 22 / 0.95);
}

.border-r-teal {
  --tw-border-opacity: 1;
  border-right-color: rgb(129 195 175 / var(--tw-border-opacity));
}

.border-r-teal-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(240 248 245 / var(--tw-border-opacity));
}

.border-r-teal-100\/0 {
  border-right-color: rgb(240 248 245 / 0);
}

.border-r-teal-100\/10 {
  border-right-color: rgb(240 248 245 / 0.1);
}

.border-r-teal-100\/100 {
  border-right-color: rgb(240 248 245 / 1);
}

.border-r-teal-100\/20 {
  border-right-color: rgb(240 248 245 / 0.2);
}

.border-r-teal-100\/25 {
  border-right-color: rgb(240 248 245 / 0.25);
}

.border-r-teal-100\/30 {
  border-right-color: rgb(240 248 245 / 0.3);
}

.border-r-teal-100\/40 {
  border-right-color: rgb(240 248 245 / 0.4);
}

.border-r-teal-100\/5 {
  border-right-color: rgb(240 248 245 / 0.05);
}

.border-r-teal-100\/50 {
  border-right-color: rgb(240 248 245 / 0.5);
}

.border-r-teal-100\/60 {
  border-right-color: rgb(240 248 245 / 0.6);
}

.border-r-teal-100\/70 {
  border-right-color: rgb(240 248 245 / 0.7);
}

.border-r-teal-100\/75 {
  border-right-color: rgb(240 248 245 / 0.75);
}

.border-r-teal-100\/80 {
  border-right-color: rgb(240 248 245 / 0.8);
}

.border-r-teal-100\/90 {
  border-right-color: rgb(240 248 245 / 0.9);
}

.border-r-teal-100\/95 {
  border-right-color: rgb(240 248 245 / 0.95);
}

.border-r-teal-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(212 234 228 / var(--tw-border-opacity));
}

.border-r-teal-200\/0 {
  border-right-color: rgb(212 234 228 / 0);
}

.border-r-teal-200\/10 {
  border-right-color: rgb(212 234 228 / 0.1);
}

.border-r-teal-200\/100 {
  border-right-color: rgb(212 234 228 / 1);
}

.border-r-teal-200\/20 {
  border-right-color: rgb(212 234 228 / 0.2);
}

.border-r-teal-200\/25 {
  border-right-color: rgb(212 234 228 / 0.25);
}

.border-r-teal-200\/30 {
  border-right-color: rgb(212 234 228 / 0.3);
}

.border-r-teal-200\/40 {
  border-right-color: rgb(212 234 228 / 0.4);
}

.border-r-teal-200\/5 {
  border-right-color: rgb(212 234 228 / 0.05);
}

.border-r-teal-200\/50 {
  border-right-color: rgb(212 234 228 / 0.5);
}

.border-r-teal-200\/60 {
  border-right-color: rgb(212 234 228 / 0.6);
}

.border-r-teal-200\/70 {
  border-right-color: rgb(212 234 228 / 0.7);
}

.border-r-teal-200\/75 {
  border-right-color: rgb(212 234 228 / 0.75);
}

.border-r-teal-200\/80 {
  border-right-color: rgb(212 234 228 / 0.8);
}

.border-r-teal-200\/90 {
  border-right-color: rgb(212 234 228 / 0.9);
}

.border-r-teal-200\/95 {
  border-right-color: rgb(212 234 228 / 0.95);
}

.border-r-teal-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(184 221 210 / var(--tw-border-opacity));
}

.border-r-teal-300\/0 {
  border-right-color: rgb(184 221 210 / 0);
}

.border-r-teal-300\/10 {
  border-right-color: rgb(184 221 210 / 0.1);
}

.border-r-teal-300\/100 {
  border-right-color: rgb(184 221 210 / 1);
}

.border-r-teal-300\/20 {
  border-right-color: rgb(184 221 210 / 0.2);
}

.border-r-teal-300\/25 {
  border-right-color: rgb(184 221 210 / 0.25);
}

.border-r-teal-300\/30 {
  border-right-color: rgb(184 221 210 / 0.3);
}

.border-r-teal-300\/40 {
  border-right-color: rgb(184 221 210 / 0.4);
}

.border-r-teal-300\/5 {
  border-right-color: rgb(184 221 210 / 0.05);
}

.border-r-teal-300\/50 {
  border-right-color: rgb(184 221 210 / 0.5);
}

.border-r-teal-300\/60 {
  border-right-color: rgb(184 221 210 / 0.6);
}

.border-r-teal-300\/70 {
  border-right-color: rgb(184 221 210 / 0.7);
}

.border-r-teal-300\/75 {
  border-right-color: rgb(184 221 210 / 0.75);
}

.border-r-teal-300\/80 {
  border-right-color: rgb(184 221 210 / 0.8);
}

.border-r-teal-300\/90 {
  border-right-color: rgb(184 221 210 / 0.9);
}

.border-r-teal-300\/95 {
  border-right-color: rgb(184 221 210 / 0.95);
}

.border-r-teal-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(157 208 193 / var(--tw-border-opacity));
}

.border-r-teal-400\/0 {
  border-right-color: rgb(157 208 193 / 0);
}

.border-r-teal-400\/10 {
  border-right-color: rgb(157 208 193 / 0.1);
}

.border-r-teal-400\/100 {
  border-right-color: rgb(157 208 193 / 1);
}

.border-r-teal-400\/20 {
  border-right-color: rgb(157 208 193 / 0.2);
}

.border-r-teal-400\/25 {
  border-right-color: rgb(157 208 193 / 0.25);
}

.border-r-teal-400\/30 {
  border-right-color: rgb(157 208 193 / 0.3);
}

.border-r-teal-400\/40 {
  border-right-color: rgb(157 208 193 / 0.4);
}

.border-r-teal-400\/5 {
  border-right-color: rgb(157 208 193 / 0.05);
}

.border-r-teal-400\/50 {
  border-right-color: rgb(157 208 193 / 0.5);
}

.border-r-teal-400\/60 {
  border-right-color: rgb(157 208 193 / 0.6);
}

.border-r-teal-400\/70 {
  border-right-color: rgb(157 208 193 / 0.7);
}

.border-r-teal-400\/75 {
  border-right-color: rgb(157 208 193 / 0.75);
}

.border-r-teal-400\/80 {
  border-right-color: rgb(157 208 193 / 0.8);
}

.border-r-teal-400\/90 {
  border-right-color: rgb(157 208 193 / 0.9);
}

.border-r-teal-400\/95 {
  border-right-color: rgb(157 208 193 / 0.95);
}

.border-r-teal-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 254 254 / var(--tw-border-opacity));
}

.border-r-teal-50\/0 {
  border-right-color: rgb(253 254 254 / 0);
}

.border-r-teal-50\/10 {
  border-right-color: rgb(253 254 254 / 0.1);
}

.border-r-teal-50\/100 {
  border-right-color: rgb(253 254 254 / 1);
}

.border-r-teal-50\/20 {
  border-right-color: rgb(253 254 254 / 0.2);
}

.border-r-teal-50\/25 {
  border-right-color: rgb(253 254 254 / 0.25);
}

.border-r-teal-50\/30 {
  border-right-color: rgb(253 254 254 / 0.3);
}

.border-r-teal-50\/40 {
  border-right-color: rgb(253 254 254 / 0.4);
}

.border-r-teal-50\/5 {
  border-right-color: rgb(253 254 254 / 0.05);
}

.border-r-teal-50\/50 {
  border-right-color: rgb(253 254 254 / 0.5);
}

.border-r-teal-50\/60 {
  border-right-color: rgb(253 254 254 / 0.6);
}

.border-r-teal-50\/70 {
  border-right-color: rgb(253 254 254 / 0.7);
}

.border-r-teal-50\/75 {
  border-right-color: rgb(253 254 254 / 0.75);
}

.border-r-teal-50\/80 {
  border-right-color: rgb(253 254 254 / 0.8);
}

.border-r-teal-50\/90 {
  border-right-color: rgb(253 254 254 / 0.9);
}

.border-r-teal-50\/95 {
  border-right-color: rgb(253 254 254 / 0.95);
}

.border-r-teal-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(129 195 175 / var(--tw-border-opacity));
}

.border-r-teal-500\/0 {
  border-right-color: rgb(129 195 175 / 0);
}

.border-r-teal-500\/10 {
  border-right-color: rgb(129 195 175 / 0.1);
}

.border-r-teal-500\/100 {
  border-right-color: rgb(129 195 175 / 1);
}

.border-r-teal-500\/20 {
  border-right-color: rgb(129 195 175 / 0.2);
}

.border-r-teal-500\/25 {
  border-right-color: rgb(129 195 175 / 0.25);
}

.border-r-teal-500\/30 {
  border-right-color: rgb(129 195 175 / 0.3);
}

.border-r-teal-500\/40 {
  border-right-color: rgb(129 195 175 / 0.4);
}

.border-r-teal-500\/5 {
  border-right-color: rgb(129 195 175 / 0.05);
}

.border-r-teal-500\/50 {
  border-right-color: rgb(129 195 175 / 0.5);
}

.border-r-teal-500\/60 {
  border-right-color: rgb(129 195 175 / 0.6);
}

.border-r-teal-500\/70 {
  border-right-color: rgb(129 195 175 / 0.7);
}

.border-r-teal-500\/75 {
  border-right-color: rgb(129 195 175 / 0.75);
}

.border-r-teal-500\/80 {
  border-right-color: rgb(129 195 175 / 0.8);
}

.border-r-teal-500\/90 {
  border-right-color: rgb(129 195 175 / 0.9);
}

.border-r-teal-500\/95 {
  border-right-color: rgb(129 195 175 / 0.95);
}

.border-r-teal-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(91 177 151 / var(--tw-border-opacity));
}

.border-r-teal-600\/0 {
  border-right-color: rgb(91 177 151 / 0);
}

.border-r-teal-600\/10 {
  border-right-color: rgb(91 177 151 / 0.1);
}

.border-r-teal-600\/100 {
  border-right-color: rgb(91 177 151 / 1);
}

.border-r-teal-600\/20 {
  border-right-color: rgb(91 177 151 / 0.2);
}

.border-r-teal-600\/25 {
  border-right-color: rgb(91 177 151 / 0.25);
}

.border-r-teal-600\/30 {
  border-right-color: rgb(91 177 151 / 0.3);
}

.border-r-teal-600\/40 {
  border-right-color: rgb(91 177 151 / 0.4);
}

.border-r-teal-600\/5 {
  border-right-color: rgb(91 177 151 / 0.05);
}

.border-r-teal-600\/50 {
  border-right-color: rgb(91 177 151 / 0.5);
}

.border-r-teal-600\/60 {
  border-right-color: rgb(91 177 151 / 0.6);
}

.border-r-teal-600\/70 {
  border-right-color: rgb(91 177 151 / 0.7);
}

.border-r-teal-600\/75 {
  border-right-color: rgb(91 177 151 / 0.75);
}

.border-r-teal-600\/80 {
  border-right-color: rgb(91 177 151 / 0.8);
}

.border-r-teal-600\/90 {
  border-right-color: rgb(91 177 151 / 0.9);
}

.border-r-teal-600\/95 {
  border-right-color: rgb(91 177 151 / 0.95);
}

.border-r-teal-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(68 143 121 / var(--tw-border-opacity));
}

.border-r-teal-700\/0 {
  border-right-color: rgb(68 143 121 / 0);
}

.border-r-teal-700\/10 {
  border-right-color: rgb(68 143 121 / 0.1);
}

.border-r-teal-700\/100 {
  border-right-color: rgb(68 143 121 / 1);
}

.border-r-teal-700\/20 {
  border-right-color: rgb(68 143 121 / 0.2);
}

.border-r-teal-700\/25 {
  border-right-color: rgb(68 143 121 / 0.25);
}

.border-r-teal-700\/30 {
  border-right-color: rgb(68 143 121 / 0.3);
}

.border-r-teal-700\/40 {
  border-right-color: rgb(68 143 121 / 0.4);
}

.border-r-teal-700\/5 {
  border-right-color: rgb(68 143 121 / 0.05);
}

.border-r-teal-700\/50 {
  border-right-color: rgb(68 143 121 / 0.5);
}

.border-r-teal-700\/60 {
  border-right-color: rgb(68 143 121 / 0.6);
}

.border-r-teal-700\/70 {
  border-right-color: rgb(68 143 121 / 0.7);
}

.border-r-teal-700\/75 {
  border-right-color: rgb(68 143 121 / 0.75);
}

.border-r-teal-700\/80 {
  border-right-color: rgb(68 143 121 / 0.8);
}

.border-r-teal-700\/90 {
  border-right-color: rgb(68 143 121 / 0.9);
}

.border-r-teal-700\/95 {
  border-right-color: rgb(68 143 121 / 0.95);
}

.border-r-teal-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(50 105 89 / var(--tw-border-opacity));
}

.border-r-teal-800\/0 {
  border-right-color: rgb(50 105 89 / 0);
}

.border-r-teal-800\/10 {
  border-right-color: rgb(50 105 89 / 0.1);
}

.border-r-teal-800\/100 {
  border-right-color: rgb(50 105 89 / 1);
}

.border-r-teal-800\/20 {
  border-right-color: rgb(50 105 89 / 0.2);
}

.border-r-teal-800\/25 {
  border-right-color: rgb(50 105 89 / 0.25);
}

.border-r-teal-800\/30 {
  border-right-color: rgb(50 105 89 / 0.3);
}

.border-r-teal-800\/40 {
  border-right-color: rgb(50 105 89 / 0.4);
}

.border-r-teal-800\/5 {
  border-right-color: rgb(50 105 89 / 0.05);
}

.border-r-teal-800\/50 {
  border-right-color: rgb(50 105 89 / 0.5);
}

.border-r-teal-800\/60 {
  border-right-color: rgb(50 105 89 / 0.6);
}

.border-r-teal-800\/70 {
  border-right-color: rgb(50 105 89 / 0.7);
}

.border-r-teal-800\/75 {
  border-right-color: rgb(50 105 89 / 0.75);
}

.border-r-teal-800\/80 {
  border-right-color: rgb(50 105 89 / 0.8);
}

.border-r-teal-800\/90 {
  border-right-color: rgb(50 105 89 / 0.9);
}

.border-r-teal-800\/95 {
  border-right-color: rgb(50 105 89 / 0.95);
}

.border-r-teal-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(32 67 57 / var(--tw-border-opacity));
}

.border-r-teal-900\/0 {
  border-right-color: rgb(32 67 57 / 0);
}

.border-r-teal-900\/10 {
  border-right-color: rgb(32 67 57 / 0.1);
}

.border-r-teal-900\/100 {
  border-right-color: rgb(32 67 57 / 1);
}

.border-r-teal-900\/20 {
  border-right-color: rgb(32 67 57 / 0.2);
}

.border-r-teal-900\/25 {
  border-right-color: rgb(32 67 57 / 0.25);
}

.border-r-teal-900\/30 {
  border-right-color: rgb(32 67 57 / 0.3);
}

.border-r-teal-900\/40 {
  border-right-color: rgb(32 67 57 / 0.4);
}

.border-r-teal-900\/5 {
  border-right-color: rgb(32 67 57 / 0.05);
}

.border-r-teal-900\/50 {
  border-right-color: rgb(32 67 57 / 0.5);
}

.border-r-teal-900\/60 {
  border-right-color: rgb(32 67 57 / 0.6);
}

.border-r-teal-900\/70 {
  border-right-color: rgb(32 67 57 / 0.7);
}

.border-r-teal-900\/75 {
  border-right-color: rgb(32 67 57 / 0.75);
}

.border-r-teal-900\/80 {
  border-right-color: rgb(32 67 57 / 0.8);
}

.border-r-teal-900\/90 {
  border-right-color: rgb(32 67 57 / 0.9);
}

.border-r-teal-900\/95 {
  border-right-color: rgb(32 67 57 / 0.95);
}

.border-r-teal\/0 {
  border-right-color: rgb(129 195 175 / 0);
}

.border-r-teal\/10 {
  border-right-color: rgb(129 195 175 / 0.1);
}

.border-r-teal\/100 {
  border-right-color: rgb(129 195 175 / 1);
}

.border-r-teal\/20 {
  border-right-color: rgb(129 195 175 / 0.2);
}

.border-r-teal\/25 {
  border-right-color: rgb(129 195 175 / 0.25);
}

.border-r-teal\/30 {
  border-right-color: rgb(129 195 175 / 0.3);
}

.border-r-teal\/40 {
  border-right-color: rgb(129 195 175 / 0.4);
}

.border-r-teal\/5 {
  border-right-color: rgb(129 195 175 / 0.05);
}

.border-r-teal\/50 {
  border-right-color: rgb(129 195 175 / 0.5);
}

.border-r-teal\/60 {
  border-right-color: rgb(129 195 175 / 0.6);
}

.border-r-teal\/70 {
  border-right-color: rgb(129 195 175 / 0.7);
}

.border-r-teal\/75 {
  border-right-color: rgb(129 195 175 / 0.75);
}

.border-r-teal\/80 {
  border-right-color: rgb(129 195 175 / 0.8);
}

.border-r-teal\/90 {
  border-right-color: rgb(129 195 175 / 0.9);
}

.border-r-teal\/95 {
  border-right-color: rgb(129 195 175 / 0.95);
}

.border-r-transparent {
  border-right-color: transparent;
}

.border-r-transparent\/0 {
  border-right-color: rgb(0 0 0 / 0);
}

.border-r-transparent\/10 {
  border-right-color: rgb(0 0 0 / 0.1);
}

.border-r-transparent\/100 {
  border-right-color: rgb(0 0 0 / 1);
}

.border-r-transparent\/20 {
  border-right-color: rgb(0 0 0 / 0.2);
}

.border-r-transparent\/25 {
  border-right-color: rgb(0 0 0 / 0.25);
}

.border-r-transparent\/30 {
  border-right-color: rgb(0 0 0 / 0.3);
}

.border-r-transparent\/40 {
  border-right-color: rgb(0 0 0 / 0.4);
}

.border-r-transparent\/5 {
  border-right-color: rgb(0 0 0 / 0.05);
}

.border-r-transparent\/50 {
  border-right-color: rgb(0 0 0 / 0.5);
}

.border-r-transparent\/60 {
  border-right-color: rgb(0 0 0 / 0.6);
}

.border-r-transparent\/70 {
  border-right-color: rgb(0 0 0 / 0.7);
}

.border-r-transparent\/75 {
  border-right-color: rgb(0 0 0 / 0.75);
}

.border-r-transparent\/80 {
  border-right-color: rgb(0 0 0 / 0.8);
}

.border-r-transparent\/90 {
  border-right-color: rgb(0 0 0 / 0.9);
}

.border-r-transparent\/95 {
  border-right-color: rgb(0 0 0 / 0.95);
}

.border-r-white {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-r-white\/0 {
  border-right-color: rgb(255 255 255 / 0);
}

.border-r-white\/10 {
  border-right-color: rgb(255 255 255 / 0.1);
}

.border-r-white\/100 {
  border-right-color: rgb(255 255 255 / 1);
}

.border-r-white\/20 {
  border-right-color: rgb(255 255 255 / 0.2);
}

.border-r-white\/25 {
  border-right-color: rgb(255 255 255 / 0.25);
}

.border-r-white\/30 {
  border-right-color: rgb(255 255 255 / 0.3);
}

.border-r-white\/40 {
  border-right-color: rgb(255 255 255 / 0.4);
}

.border-r-white\/5 {
  border-right-color: rgb(255 255 255 / 0.05);
}

.border-r-white\/50 {
  border-right-color: rgb(255 255 255 / 0.5);
}

.border-r-white\/60 {
  border-right-color: rgb(255 255 255 / 0.6);
}

.border-r-white\/70 {
  border-right-color: rgb(255 255 255 / 0.7);
}

.border-r-white\/75 {
  border-right-color: rgb(255 255 255 / 0.75);
}

.border-r-white\/80 {
  border-right-color: rgb(255 255 255 / 0.8);
}

.border-r-white\/90 {
  border-right-color: rgb(255 255 255 / 0.9);
}

.border-r-white\/95 {
  border-right-color: rgb(255 255 255 / 0.95);
}

.border-r-yellow {
  --tw-border-opacity: 1;
  border-right-color: rgb(247 191 31 / var(--tw-border-opacity));
}

.border-r-yellow-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 243 200 / var(--tw-border-opacity));
}

.border-r-yellow-100\/0 {
  border-right-color: rgb(253 243 200 / 0);
}

.border-r-yellow-100\/10 {
  border-right-color: rgb(253 243 200 / 0.1);
}

.border-r-yellow-100\/100 {
  border-right-color: rgb(253 243 200 / 1);
}

.border-r-yellow-100\/20 {
  border-right-color: rgb(253 243 200 / 0.2);
}

.border-r-yellow-100\/25 {
  border-right-color: rgb(253 243 200 / 0.25);
}

.border-r-yellow-100\/30 {
  border-right-color: rgb(253 243 200 / 0.3);
}

.border-r-yellow-100\/40 {
  border-right-color: rgb(253 243 200 / 0.4);
}

.border-r-yellow-100\/5 {
  border-right-color: rgb(253 243 200 / 0.05);
}

.border-r-yellow-100\/50 {
  border-right-color: rgb(253 243 200 / 0.5);
}

.border-r-yellow-100\/60 {
  border-right-color: rgb(253 243 200 / 0.6);
}

.border-r-yellow-100\/70 {
  border-right-color: rgb(253 243 200 / 0.7);
}

.border-r-yellow-100\/75 {
  border-right-color: rgb(253 243 200 / 0.75);
}

.border-r-yellow-100\/80 {
  border-right-color: rgb(253 243 200 / 0.8);
}

.border-r-yellow-100\/90 {
  border-right-color: rgb(253 243 200 / 0.9);
}

.border-r-yellow-100\/95 {
  border-right-color: rgb(253 243 200 / 0.95);
}

.border-r-yellow-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(251 231 140 / var(--tw-border-opacity));
}

.border-r-yellow-200\/0 {
  border-right-color: rgb(251 231 140 / 0);
}

.border-r-yellow-200\/10 {
  border-right-color: rgb(251 231 140 / 0.1);
}

.border-r-yellow-200\/100 {
  border-right-color: rgb(251 231 140 / 1);
}

.border-r-yellow-200\/20 {
  border-right-color: rgb(251 231 140 / 0.2);
}

.border-r-yellow-200\/25 {
  border-right-color: rgb(251 231 140 / 0.25);
}

.border-r-yellow-200\/30 {
  border-right-color: rgb(251 231 140 / 0.3);
}

.border-r-yellow-200\/40 {
  border-right-color: rgb(251 231 140 / 0.4);
}

.border-r-yellow-200\/5 {
  border-right-color: rgb(251 231 140 / 0.05);
}

.border-r-yellow-200\/50 {
  border-right-color: rgb(251 231 140 / 0.5);
}

.border-r-yellow-200\/60 {
  border-right-color: rgb(251 231 140 / 0.6);
}

.border-r-yellow-200\/70 {
  border-right-color: rgb(251 231 140 / 0.7);
}

.border-r-yellow-200\/75 {
  border-right-color: rgb(251 231 140 / 0.75);
}

.border-r-yellow-200\/80 {
  border-right-color: rgb(251 231 140 / 0.8);
}

.border-r-yellow-200\/90 {
  border-right-color: rgb(251 231 140 / 0.9);
}

.border-r-yellow-200\/95 {
  border-right-color: rgb(251 231 140 / 0.95);
}

.border-r-yellow-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(249 212 80 / var(--tw-border-opacity));
}

.border-r-yellow-300\/0 {
  border-right-color: rgb(249 212 80 / 0);
}

.border-r-yellow-300\/10 {
  border-right-color: rgb(249 212 80 / 0.1);
}

.border-r-yellow-300\/100 {
  border-right-color: rgb(249 212 80 / 1);
}

.border-r-yellow-300\/20 {
  border-right-color: rgb(249 212 80 / 0.2);
}

.border-r-yellow-300\/25 {
  border-right-color: rgb(249 212 80 / 0.25);
}

.border-r-yellow-300\/30 {
  border-right-color: rgb(249 212 80 / 0.3);
}

.border-r-yellow-300\/40 {
  border-right-color: rgb(249 212 80 / 0.4);
}

.border-r-yellow-300\/5 {
  border-right-color: rgb(249 212 80 / 0.05);
}

.border-r-yellow-300\/50 {
  border-right-color: rgb(249 212 80 / 0.5);
}

.border-r-yellow-300\/60 {
  border-right-color: rgb(249 212 80 / 0.6);
}

.border-r-yellow-300\/70 {
  border-right-color: rgb(249 212 80 / 0.7);
}

.border-r-yellow-300\/75 {
  border-right-color: rgb(249 212 80 / 0.75);
}

.border-r-yellow-300\/80 {
  border-right-color: rgb(249 212 80 / 0.8);
}

.border-r-yellow-300\/90 {
  border-right-color: rgb(249 212 80 / 0.9);
}

.border-r-yellow-300\/95 {
  border-right-color: rgb(249 212 80 / 0.95);
}

.border-r-yellow-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(247 191 31 / var(--tw-border-opacity));
}

.border-r-yellow-400\/0 {
  border-right-color: rgb(247 191 31 / 0);
}

.border-r-yellow-400\/10 {
  border-right-color: rgb(247 191 31 / 0.1);
}

.border-r-yellow-400\/100 {
  border-right-color: rgb(247 191 31 / 1);
}

.border-r-yellow-400\/20 {
  border-right-color: rgb(247 191 31 / 0.2);
}

.border-r-yellow-400\/25 {
  border-right-color: rgb(247 191 31 / 0.25);
}

.border-r-yellow-400\/30 {
  border-right-color: rgb(247 191 31 / 0.3);
}

.border-r-yellow-400\/40 {
  border-right-color: rgb(247 191 31 / 0.4);
}

.border-r-yellow-400\/5 {
  border-right-color: rgb(247 191 31 / 0.05);
}

.border-r-yellow-400\/50 {
  border-right-color: rgb(247 191 31 / 0.5);
}

.border-r-yellow-400\/60 {
  border-right-color: rgb(247 191 31 / 0.6);
}

.border-r-yellow-400\/70 {
  border-right-color: rgb(247 191 31 / 0.7);
}

.border-r-yellow-400\/75 {
  border-right-color: rgb(247 191 31 / 0.75);
}

.border-r-yellow-400\/80 {
  border-right-color: rgb(247 191 31 / 0.8);
}

.border-r-yellow-400\/90 {
  border-right-color: rgb(247 191 31 / 0.9);
}

.border-r-yellow-400\/95 {
  border-right-color: rgb(247 191 31 / 0.95);
}

.border-r-yellow-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.border-r-yellow-50\/0 {
  border-right-color: rgb(255 251 235 / 0);
}

.border-r-yellow-50\/10 {
  border-right-color: rgb(255 251 235 / 0.1);
}

.border-r-yellow-50\/100 {
  border-right-color: rgb(255 251 235 / 1);
}

.border-r-yellow-50\/20 {
  border-right-color: rgb(255 251 235 / 0.2);
}

.border-r-yellow-50\/25 {
  border-right-color: rgb(255 251 235 / 0.25);
}

.border-r-yellow-50\/30 {
  border-right-color: rgb(255 251 235 / 0.3);
}

.border-r-yellow-50\/40 {
  border-right-color: rgb(255 251 235 / 0.4);
}

.border-r-yellow-50\/5 {
  border-right-color: rgb(255 251 235 / 0.05);
}

.border-r-yellow-50\/50 {
  border-right-color: rgb(255 251 235 / 0.5);
}

.border-r-yellow-50\/60 {
  border-right-color: rgb(255 251 235 / 0.6);
}

.border-r-yellow-50\/70 {
  border-right-color: rgb(255 251 235 / 0.7);
}

.border-r-yellow-50\/75 {
  border-right-color: rgb(255 251 235 / 0.75);
}

.border-r-yellow-50\/80 {
  border-right-color: rgb(255 251 235 / 0.8);
}

.border-r-yellow-50\/90 {
  border-right-color: rgb(255 251 235 / 0.9);
}

.border-r-yellow-50\/95 {
  border-right-color: rgb(255 251 235 / 0.95);
}

.border-r-yellow-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(241 161 15 / var(--tw-border-opacity));
}

.border-r-yellow-500\/0 {
  border-right-color: rgb(241 161 15 / 0);
}

.border-r-yellow-500\/10 {
  border-right-color: rgb(241 161 15 / 0.1);
}

.border-r-yellow-500\/100 {
  border-right-color: rgb(241 161 15 / 1);
}

.border-r-yellow-500\/20 {
  border-right-color: rgb(241 161 15 / 0.2);
}

.border-r-yellow-500\/25 {
  border-right-color: rgb(241 161 15 / 0.25);
}

.border-r-yellow-500\/30 {
  border-right-color: rgb(241 161 15 / 0.3);
}

.border-r-yellow-500\/40 {
  border-right-color: rgb(241 161 15 / 0.4);
}

.border-r-yellow-500\/5 {
  border-right-color: rgb(241 161 15 / 0.05);
}

.border-r-yellow-500\/50 {
  border-right-color: rgb(241 161 15 / 0.5);
}

.border-r-yellow-500\/60 {
  border-right-color: rgb(241 161 15 / 0.6);
}

.border-r-yellow-500\/70 {
  border-right-color: rgb(241 161 15 / 0.7);
}

.border-r-yellow-500\/75 {
  border-right-color: rgb(241 161 15 / 0.75);
}

.border-r-yellow-500\/80 {
  border-right-color: rgb(241 161 15 / 0.8);
}

.border-r-yellow-500\/90 {
  border-right-color: rgb(241 161 15 / 0.9);
}

.border-r-yellow-500\/95 {
  border-right-color: rgb(241 161 15 / 0.95);
}

.border-r-yellow-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(213 123 10 / var(--tw-border-opacity));
}

.border-r-yellow-600\/0 {
  border-right-color: rgb(213 123 10 / 0);
}

.border-r-yellow-600\/10 {
  border-right-color: rgb(213 123 10 / 0.1);
}

.border-r-yellow-600\/100 {
  border-right-color: rgb(213 123 10 / 1);
}

.border-r-yellow-600\/20 {
  border-right-color: rgb(213 123 10 / 0.2);
}

.border-r-yellow-600\/25 {
  border-right-color: rgb(213 123 10 / 0.25);
}

.border-r-yellow-600\/30 {
  border-right-color: rgb(213 123 10 / 0.3);
}

.border-r-yellow-600\/40 {
  border-right-color: rgb(213 123 10 / 0.4);
}

.border-r-yellow-600\/5 {
  border-right-color: rgb(213 123 10 / 0.05);
}

.border-r-yellow-600\/50 {
  border-right-color: rgb(213 123 10 / 0.5);
}

.border-r-yellow-600\/60 {
  border-right-color: rgb(213 123 10 / 0.6);
}

.border-r-yellow-600\/70 {
  border-right-color: rgb(213 123 10 / 0.7);
}

.border-r-yellow-600\/75 {
  border-right-color: rgb(213 123 10 / 0.75);
}

.border-r-yellow-600\/80 {
  border-right-color: rgb(213 123 10 / 0.8);
}

.border-r-yellow-600\/90 {
  border-right-color: rgb(213 123 10 / 0.9);
}

.border-r-yellow-600\/95 {
  border-right-color: rgb(213 123 10 / 0.95);
}

.border-r-yellow-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(177 86 12 / var(--tw-border-opacity));
}

.border-r-yellow-700\/0 {
  border-right-color: rgb(177 86 12 / 0);
}

.border-r-yellow-700\/10 {
  border-right-color: rgb(177 86 12 / 0.1);
}

.border-r-yellow-700\/100 {
  border-right-color: rgb(177 86 12 / 1);
}

.border-r-yellow-700\/20 {
  border-right-color: rgb(177 86 12 / 0.2);
}

.border-r-yellow-700\/25 {
  border-right-color: rgb(177 86 12 / 0.25);
}

.border-r-yellow-700\/30 {
  border-right-color: rgb(177 86 12 / 0.3);
}

.border-r-yellow-700\/40 {
  border-right-color: rgb(177 86 12 / 0.4);
}

.border-r-yellow-700\/5 {
  border-right-color: rgb(177 86 12 / 0.05);
}

.border-r-yellow-700\/50 {
  border-right-color: rgb(177 86 12 / 0.5);
}

.border-r-yellow-700\/60 {
  border-right-color: rgb(177 86 12 / 0.6);
}

.border-r-yellow-700\/70 {
  border-right-color: rgb(177 86 12 / 0.7);
}

.border-r-yellow-700\/75 {
  border-right-color: rgb(177 86 12 / 0.75);
}

.border-r-yellow-700\/80 {
  border-right-color: rgb(177 86 12 / 0.8);
}

.border-r-yellow-700\/90 {
  border-right-color: rgb(177 86 12 / 0.9);
}

.border-r-yellow-700\/95 {
  border-right-color: rgb(177 86 12 / 0.95);
}

.border-r-yellow-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(144 68 16 / var(--tw-border-opacity));
}

.border-r-yellow-800\/0 {
  border-right-color: rgb(144 68 16 / 0);
}

.border-r-yellow-800\/10 {
  border-right-color: rgb(144 68 16 / 0.1);
}

.border-r-yellow-800\/100 {
  border-right-color: rgb(144 68 16 / 1);
}

.border-r-yellow-800\/20 {
  border-right-color: rgb(144 68 16 / 0.2);
}

.border-r-yellow-800\/25 {
  border-right-color: rgb(144 68 16 / 0.25);
}

.border-r-yellow-800\/30 {
  border-right-color: rgb(144 68 16 / 0.3);
}

.border-r-yellow-800\/40 {
  border-right-color: rgb(144 68 16 / 0.4);
}

.border-r-yellow-800\/5 {
  border-right-color: rgb(144 68 16 / 0.05);
}

.border-r-yellow-800\/50 {
  border-right-color: rgb(144 68 16 / 0.5);
}

.border-r-yellow-800\/60 {
  border-right-color: rgb(144 68 16 / 0.6);
}

.border-r-yellow-800\/70 {
  border-right-color: rgb(144 68 16 / 0.7);
}

.border-r-yellow-800\/75 {
  border-right-color: rgb(144 68 16 / 0.75);
}

.border-r-yellow-800\/80 {
  border-right-color: rgb(144 68 16 / 0.8);
}

.border-r-yellow-800\/90 {
  border-right-color: rgb(144 68 16 / 0.9);
}

.border-r-yellow-800\/95 {
  border-right-color: rgb(144 68 16 / 0.95);
}

.border-r-yellow-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(118 55 17 / var(--tw-border-opacity));
}

.border-r-yellow-900\/0 {
  border-right-color: rgb(118 55 17 / 0);
}

.border-r-yellow-900\/10 {
  border-right-color: rgb(118 55 17 / 0.1);
}

.border-r-yellow-900\/100 {
  border-right-color: rgb(118 55 17 / 1);
}

.border-r-yellow-900\/20 {
  border-right-color: rgb(118 55 17 / 0.2);
}

.border-r-yellow-900\/25 {
  border-right-color: rgb(118 55 17 / 0.25);
}

.border-r-yellow-900\/30 {
  border-right-color: rgb(118 55 17 / 0.3);
}

.border-r-yellow-900\/40 {
  border-right-color: rgb(118 55 17 / 0.4);
}

.border-r-yellow-900\/5 {
  border-right-color: rgb(118 55 17 / 0.05);
}

.border-r-yellow-900\/50 {
  border-right-color: rgb(118 55 17 / 0.5);
}

.border-r-yellow-900\/60 {
  border-right-color: rgb(118 55 17 / 0.6);
}

.border-r-yellow-900\/70 {
  border-right-color: rgb(118 55 17 / 0.7);
}

.border-r-yellow-900\/75 {
  border-right-color: rgb(118 55 17 / 0.75);
}

.border-r-yellow-900\/80 {
  border-right-color: rgb(118 55 17 / 0.8);
}

.border-r-yellow-900\/90 {
  border-right-color: rgb(118 55 17 / 0.9);
}

.border-r-yellow-900\/95 {
  border-right-color: rgb(118 55 17 / 0.95);
}

.border-r-yellow-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(68 27 4 / var(--tw-border-opacity));
}

.border-r-yellow-950\/0 {
  border-right-color: rgb(68 27 4 / 0);
}

.border-r-yellow-950\/10 {
  border-right-color: rgb(68 27 4 / 0.1);
}

.border-r-yellow-950\/100 {
  border-right-color: rgb(68 27 4 / 1);
}

.border-r-yellow-950\/20 {
  border-right-color: rgb(68 27 4 / 0.2);
}

.border-r-yellow-950\/25 {
  border-right-color: rgb(68 27 4 / 0.25);
}

.border-r-yellow-950\/30 {
  border-right-color: rgb(68 27 4 / 0.3);
}

.border-r-yellow-950\/40 {
  border-right-color: rgb(68 27 4 / 0.4);
}

.border-r-yellow-950\/5 {
  border-right-color: rgb(68 27 4 / 0.05);
}

.border-r-yellow-950\/50 {
  border-right-color: rgb(68 27 4 / 0.5);
}

.border-r-yellow-950\/60 {
  border-right-color: rgb(68 27 4 / 0.6);
}

.border-r-yellow-950\/70 {
  border-right-color: rgb(68 27 4 / 0.7);
}

.border-r-yellow-950\/75 {
  border-right-color: rgb(68 27 4 / 0.75);
}

.border-r-yellow-950\/80 {
  border-right-color: rgb(68 27 4 / 0.8);
}

.border-r-yellow-950\/90 {
  border-right-color: rgb(68 27 4 / 0.9);
}

.border-r-yellow-950\/95 {
  border-right-color: rgb(68 27 4 / 0.95);
}

.border-r-yellow\/0 {
  border-right-color: rgb(247 191 31 / 0);
}

.border-r-yellow\/10 {
  border-right-color: rgb(247 191 31 / 0.1);
}

.border-r-yellow\/100 {
  border-right-color: rgb(247 191 31 / 1);
}

.border-r-yellow\/20 {
  border-right-color: rgb(247 191 31 / 0.2);
}

.border-r-yellow\/25 {
  border-right-color: rgb(247 191 31 / 0.25);
}

.border-r-yellow\/30 {
  border-right-color: rgb(247 191 31 / 0.3);
}

.border-r-yellow\/40 {
  border-right-color: rgb(247 191 31 / 0.4);
}

.border-r-yellow\/5 {
  border-right-color: rgb(247 191 31 / 0.05);
}

.border-r-yellow\/50 {
  border-right-color: rgb(247 191 31 / 0.5);
}

.border-r-yellow\/60 {
  border-right-color: rgb(247 191 31 / 0.6);
}

.border-r-yellow\/70 {
  border-right-color: rgb(247 191 31 / 0.7);
}

.border-r-yellow\/75 {
  border-right-color: rgb(247 191 31 / 0.75);
}

.border-r-yellow\/80 {
  border-right-color: rgb(247 191 31 / 0.8);
}

.border-r-yellow\/90 {
  border-right-color: rgb(247 191 31 / 0.9);
}

.border-r-yellow\/95 {
  border-right-color: rgb(247 191 31 / 0.95);
}

.border-s-aqua {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(129 195 175 / var(--tw-border-opacity));
}

.border-s-aqua-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(240 248 245 / var(--tw-border-opacity));
}

.border-s-aqua-100\/0 {
  border-inline-start-color: rgb(240 248 245 / 0);
}

.border-s-aqua-100\/10 {
  border-inline-start-color: rgb(240 248 245 / 0.1);
}

.border-s-aqua-100\/100 {
  border-inline-start-color: rgb(240 248 245 / 1);
}

.border-s-aqua-100\/20 {
  border-inline-start-color: rgb(240 248 245 / 0.2);
}

.border-s-aqua-100\/25 {
  border-inline-start-color: rgb(240 248 245 / 0.25);
}

.border-s-aqua-100\/30 {
  border-inline-start-color: rgb(240 248 245 / 0.3);
}

.border-s-aqua-100\/40 {
  border-inline-start-color: rgb(240 248 245 / 0.4);
}

.border-s-aqua-100\/5 {
  border-inline-start-color: rgb(240 248 245 / 0.05);
}

.border-s-aqua-100\/50 {
  border-inline-start-color: rgb(240 248 245 / 0.5);
}

.border-s-aqua-100\/60 {
  border-inline-start-color: rgb(240 248 245 / 0.6);
}

.border-s-aqua-100\/70 {
  border-inline-start-color: rgb(240 248 245 / 0.7);
}

.border-s-aqua-100\/75 {
  border-inline-start-color: rgb(240 248 245 / 0.75);
}

.border-s-aqua-100\/80 {
  border-inline-start-color: rgb(240 248 245 / 0.8);
}

.border-s-aqua-100\/90 {
  border-inline-start-color: rgb(240 248 245 / 0.9);
}

.border-s-aqua-100\/95 {
  border-inline-start-color: rgb(240 248 245 / 0.95);
}

.border-s-aqua-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(212 234 228 / var(--tw-border-opacity));
}

.border-s-aqua-200\/0 {
  border-inline-start-color: rgb(212 234 228 / 0);
}

.border-s-aqua-200\/10 {
  border-inline-start-color: rgb(212 234 228 / 0.1);
}

.border-s-aqua-200\/100 {
  border-inline-start-color: rgb(212 234 228 / 1);
}

.border-s-aqua-200\/20 {
  border-inline-start-color: rgb(212 234 228 / 0.2);
}

.border-s-aqua-200\/25 {
  border-inline-start-color: rgb(212 234 228 / 0.25);
}

.border-s-aqua-200\/30 {
  border-inline-start-color: rgb(212 234 228 / 0.3);
}

.border-s-aqua-200\/40 {
  border-inline-start-color: rgb(212 234 228 / 0.4);
}

.border-s-aqua-200\/5 {
  border-inline-start-color: rgb(212 234 228 / 0.05);
}

.border-s-aqua-200\/50 {
  border-inline-start-color: rgb(212 234 228 / 0.5);
}

.border-s-aqua-200\/60 {
  border-inline-start-color: rgb(212 234 228 / 0.6);
}

.border-s-aqua-200\/70 {
  border-inline-start-color: rgb(212 234 228 / 0.7);
}

.border-s-aqua-200\/75 {
  border-inline-start-color: rgb(212 234 228 / 0.75);
}

.border-s-aqua-200\/80 {
  border-inline-start-color: rgb(212 234 228 / 0.8);
}

.border-s-aqua-200\/90 {
  border-inline-start-color: rgb(212 234 228 / 0.9);
}

.border-s-aqua-200\/95 {
  border-inline-start-color: rgb(212 234 228 / 0.95);
}

.border-s-aqua-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(184 221 210 / var(--tw-border-opacity));
}

.border-s-aqua-300\/0 {
  border-inline-start-color: rgb(184 221 210 / 0);
}

.border-s-aqua-300\/10 {
  border-inline-start-color: rgb(184 221 210 / 0.1);
}

.border-s-aqua-300\/100 {
  border-inline-start-color: rgb(184 221 210 / 1);
}

.border-s-aqua-300\/20 {
  border-inline-start-color: rgb(184 221 210 / 0.2);
}

.border-s-aqua-300\/25 {
  border-inline-start-color: rgb(184 221 210 / 0.25);
}

.border-s-aqua-300\/30 {
  border-inline-start-color: rgb(184 221 210 / 0.3);
}

.border-s-aqua-300\/40 {
  border-inline-start-color: rgb(184 221 210 / 0.4);
}

.border-s-aqua-300\/5 {
  border-inline-start-color: rgb(184 221 210 / 0.05);
}

.border-s-aqua-300\/50 {
  border-inline-start-color: rgb(184 221 210 / 0.5);
}

.border-s-aqua-300\/60 {
  border-inline-start-color: rgb(184 221 210 / 0.6);
}

.border-s-aqua-300\/70 {
  border-inline-start-color: rgb(184 221 210 / 0.7);
}

.border-s-aqua-300\/75 {
  border-inline-start-color: rgb(184 221 210 / 0.75);
}

.border-s-aqua-300\/80 {
  border-inline-start-color: rgb(184 221 210 / 0.8);
}

.border-s-aqua-300\/90 {
  border-inline-start-color: rgb(184 221 210 / 0.9);
}

.border-s-aqua-300\/95 {
  border-inline-start-color: rgb(184 221 210 / 0.95);
}

.border-s-aqua-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(157 208 193 / var(--tw-border-opacity));
}

.border-s-aqua-400\/0 {
  border-inline-start-color: rgb(157 208 193 / 0);
}

.border-s-aqua-400\/10 {
  border-inline-start-color: rgb(157 208 193 / 0.1);
}

.border-s-aqua-400\/100 {
  border-inline-start-color: rgb(157 208 193 / 1);
}

.border-s-aqua-400\/20 {
  border-inline-start-color: rgb(157 208 193 / 0.2);
}

.border-s-aqua-400\/25 {
  border-inline-start-color: rgb(157 208 193 / 0.25);
}

.border-s-aqua-400\/30 {
  border-inline-start-color: rgb(157 208 193 / 0.3);
}

.border-s-aqua-400\/40 {
  border-inline-start-color: rgb(157 208 193 / 0.4);
}

.border-s-aqua-400\/5 {
  border-inline-start-color: rgb(157 208 193 / 0.05);
}

.border-s-aqua-400\/50 {
  border-inline-start-color: rgb(157 208 193 / 0.5);
}

.border-s-aqua-400\/60 {
  border-inline-start-color: rgb(157 208 193 / 0.6);
}

.border-s-aqua-400\/70 {
  border-inline-start-color: rgb(157 208 193 / 0.7);
}

.border-s-aqua-400\/75 {
  border-inline-start-color: rgb(157 208 193 / 0.75);
}

.border-s-aqua-400\/80 {
  border-inline-start-color: rgb(157 208 193 / 0.8);
}

.border-s-aqua-400\/90 {
  border-inline-start-color: rgb(157 208 193 / 0.9);
}

.border-s-aqua-400\/95 {
  border-inline-start-color: rgb(157 208 193 / 0.95);
}

.border-s-aqua-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 254 254 / var(--tw-border-opacity));
}

.border-s-aqua-50\/0 {
  border-inline-start-color: rgb(253 254 254 / 0);
}

.border-s-aqua-50\/10 {
  border-inline-start-color: rgb(253 254 254 / 0.1);
}

.border-s-aqua-50\/100 {
  border-inline-start-color: rgb(253 254 254 / 1);
}

.border-s-aqua-50\/20 {
  border-inline-start-color: rgb(253 254 254 / 0.2);
}

.border-s-aqua-50\/25 {
  border-inline-start-color: rgb(253 254 254 / 0.25);
}

.border-s-aqua-50\/30 {
  border-inline-start-color: rgb(253 254 254 / 0.3);
}

.border-s-aqua-50\/40 {
  border-inline-start-color: rgb(253 254 254 / 0.4);
}

.border-s-aqua-50\/5 {
  border-inline-start-color: rgb(253 254 254 / 0.05);
}

.border-s-aqua-50\/50 {
  border-inline-start-color: rgb(253 254 254 / 0.5);
}

.border-s-aqua-50\/60 {
  border-inline-start-color: rgb(253 254 254 / 0.6);
}

.border-s-aqua-50\/70 {
  border-inline-start-color: rgb(253 254 254 / 0.7);
}

.border-s-aqua-50\/75 {
  border-inline-start-color: rgb(253 254 254 / 0.75);
}

.border-s-aqua-50\/80 {
  border-inline-start-color: rgb(253 254 254 / 0.8);
}

.border-s-aqua-50\/90 {
  border-inline-start-color: rgb(253 254 254 / 0.9);
}

.border-s-aqua-50\/95 {
  border-inline-start-color: rgb(253 254 254 / 0.95);
}

.border-s-aqua-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(129 195 175 / var(--tw-border-opacity));
}

.border-s-aqua-500\/0 {
  border-inline-start-color: rgb(129 195 175 / 0);
}

.border-s-aqua-500\/10 {
  border-inline-start-color: rgb(129 195 175 / 0.1);
}

.border-s-aqua-500\/100 {
  border-inline-start-color: rgb(129 195 175 / 1);
}

.border-s-aqua-500\/20 {
  border-inline-start-color: rgb(129 195 175 / 0.2);
}

.border-s-aqua-500\/25 {
  border-inline-start-color: rgb(129 195 175 / 0.25);
}

.border-s-aqua-500\/30 {
  border-inline-start-color: rgb(129 195 175 / 0.3);
}

.border-s-aqua-500\/40 {
  border-inline-start-color: rgb(129 195 175 / 0.4);
}

.border-s-aqua-500\/5 {
  border-inline-start-color: rgb(129 195 175 / 0.05);
}

.border-s-aqua-500\/50 {
  border-inline-start-color: rgb(129 195 175 / 0.5);
}

.border-s-aqua-500\/60 {
  border-inline-start-color: rgb(129 195 175 / 0.6);
}

.border-s-aqua-500\/70 {
  border-inline-start-color: rgb(129 195 175 / 0.7);
}

.border-s-aqua-500\/75 {
  border-inline-start-color: rgb(129 195 175 / 0.75);
}

.border-s-aqua-500\/80 {
  border-inline-start-color: rgb(129 195 175 / 0.8);
}

.border-s-aqua-500\/90 {
  border-inline-start-color: rgb(129 195 175 / 0.9);
}

.border-s-aqua-500\/95 {
  border-inline-start-color: rgb(129 195 175 / 0.95);
}

.border-s-aqua-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(91 177 151 / var(--tw-border-opacity));
}

.border-s-aqua-600\/0 {
  border-inline-start-color: rgb(91 177 151 / 0);
}

.border-s-aqua-600\/10 {
  border-inline-start-color: rgb(91 177 151 / 0.1);
}

.border-s-aqua-600\/100 {
  border-inline-start-color: rgb(91 177 151 / 1);
}

.border-s-aqua-600\/20 {
  border-inline-start-color: rgb(91 177 151 / 0.2);
}

.border-s-aqua-600\/25 {
  border-inline-start-color: rgb(91 177 151 / 0.25);
}

.border-s-aqua-600\/30 {
  border-inline-start-color: rgb(91 177 151 / 0.3);
}

.border-s-aqua-600\/40 {
  border-inline-start-color: rgb(91 177 151 / 0.4);
}

.border-s-aqua-600\/5 {
  border-inline-start-color: rgb(91 177 151 / 0.05);
}

.border-s-aqua-600\/50 {
  border-inline-start-color: rgb(91 177 151 / 0.5);
}

.border-s-aqua-600\/60 {
  border-inline-start-color: rgb(91 177 151 / 0.6);
}

.border-s-aqua-600\/70 {
  border-inline-start-color: rgb(91 177 151 / 0.7);
}

.border-s-aqua-600\/75 {
  border-inline-start-color: rgb(91 177 151 / 0.75);
}

.border-s-aqua-600\/80 {
  border-inline-start-color: rgb(91 177 151 / 0.8);
}

.border-s-aqua-600\/90 {
  border-inline-start-color: rgb(91 177 151 / 0.9);
}

.border-s-aqua-600\/95 {
  border-inline-start-color: rgb(91 177 151 / 0.95);
}

.border-s-aqua-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(68 143 121 / var(--tw-border-opacity));
}

.border-s-aqua-700\/0 {
  border-inline-start-color: rgb(68 143 121 / 0);
}

.border-s-aqua-700\/10 {
  border-inline-start-color: rgb(68 143 121 / 0.1);
}

.border-s-aqua-700\/100 {
  border-inline-start-color: rgb(68 143 121 / 1);
}

.border-s-aqua-700\/20 {
  border-inline-start-color: rgb(68 143 121 / 0.2);
}

.border-s-aqua-700\/25 {
  border-inline-start-color: rgb(68 143 121 / 0.25);
}

.border-s-aqua-700\/30 {
  border-inline-start-color: rgb(68 143 121 / 0.3);
}

.border-s-aqua-700\/40 {
  border-inline-start-color: rgb(68 143 121 / 0.4);
}

.border-s-aqua-700\/5 {
  border-inline-start-color: rgb(68 143 121 / 0.05);
}

.border-s-aqua-700\/50 {
  border-inline-start-color: rgb(68 143 121 / 0.5);
}

.border-s-aqua-700\/60 {
  border-inline-start-color: rgb(68 143 121 / 0.6);
}

.border-s-aqua-700\/70 {
  border-inline-start-color: rgb(68 143 121 / 0.7);
}

.border-s-aqua-700\/75 {
  border-inline-start-color: rgb(68 143 121 / 0.75);
}

.border-s-aqua-700\/80 {
  border-inline-start-color: rgb(68 143 121 / 0.8);
}

.border-s-aqua-700\/90 {
  border-inline-start-color: rgb(68 143 121 / 0.9);
}

.border-s-aqua-700\/95 {
  border-inline-start-color: rgb(68 143 121 / 0.95);
}

.border-s-aqua-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(50 105 89 / var(--tw-border-opacity));
}

.border-s-aqua-800\/0 {
  border-inline-start-color: rgb(50 105 89 / 0);
}

.border-s-aqua-800\/10 {
  border-inline-start-color: rgb(50 105 89 / 0.1);
}

.border-s-aqua-800\/100 {
  border-inline-start-color: rgb(50 105 89 / 1);
}

.border-s-aqua-800\/20 {
  border-inline-start-color: rgb(50 105 89 / 0.2);
}

.border-s-aqua-800\/25 {
  border-inline-start-color: rgb(50 105 89 / 0.25);
}

.border-s-aqua-800\/30 {
  border-inline-start-color: rgb(50 105 89 / 0.3);
}

.border-s-aqua-800\/40 {
  border-inline-start-color: rgb(50 105 89 / 0.4);
}

.border-s-aqua-800\/5 {
  border-inline-start-color: rgb(50 105 89 / 0.05);
}

.border-s-aqua-800\/50 {
  border-inline-start-color: rgb(50 105 89 / 0.5);
}

.border-s-aqua-800\/60 {
  border-inline-start-color: rgb(50 105 89 / 0.6);
}

.border-s-aqua-800\/70 {
  border-inline-start-color: rgb(50 105 89 / 0.7);
}

.border-s-aqua-800\/75 {
  border-inline-start-color: rgb(50 105 89 / 0.75);
}

.border-s-aqua-800\/80 {
  border-inline-start-color: rgb(50 105 89 / 0.8);
}

.border-s-aqua-800\/90 {
  border-inline-start-color: rgb(50 105 89 / 0.9);
}

.border-s-aqua-800\/95 {
  border-inline-start-color: rgb(50 105 89 / 0.95);
}

.border-s-aqua-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(32 67 57 / var(--tw-border-opacity));
}

.border-s-aqua-900\/0 {
  border-inline-start-color: rgb(32 67 57 / 0);
}

.border-s-aqua-900\/10 {
  border-inline-start-color: rgb(32 67 57 / 0.1);
}

.border-s-aqua-900\/100 {
  border-inline-start-color: rgb(32 67 57 / 1);
}

.border-s-aqua-900\/20 {
  border-inline-start-color: rgb(32 67 57 / 0.2);
}

.border-s-aqua-900\/25 {
  border-inline-start-color: rgb(32 67 57 / 0.25);
}

.border-s-aqua-900\/30 {
  border-inline-start-color: rgb(32 67 57 / 0.3);
}

.border-s-aqua-900\/40 {
  border-inline-start-color: rgb(32 67 57 / 0.4);
}

.border-s-aqua-900\/5 {
  border-inline-start-color: rgb(32 67 57 / 0.05);
}

.border-s-aqua-900\/50 {
  border-inline-start-color: rgb(32 67 57 / 0.5);
}

.border-s-aqua-900\/60 {
  border-inline-start-color: rgb(32 67 57 / 0.6);
}

.border-s-aqua-900\/70 {
  border-inline-start-color: rgb(32 67 57 / 0.7);
}

.border-s-aqua-900\/75 {
  border-inline-start-color: rgb(32 67 57 / 0.75);
}

.border-s-aqua-900\/80 {
  border-inline-start-color: rgb(32 67 57 / 0.8);
}

.border-s-aqua-900\/90 {
  border-inline-start-color: rgb(32 67 57 / 0.9);
}

.border-s-aqua-900\/95 {
  border-inline-start-color: rgb(32 67 57 / 0.95);
}

.border-s-aqua\/0 {
  border-inline-start-color: rgb(129 195 175 / 0);
}

.border-s-aqua\/10 {
  border-inline-start-color: rgb(129 195 175 / 0.1);
}

.border-s-aqua\/100 {
  border-inline-start-color: rgb(129 195 175 / 1);
}

.border-s-aqua\/20 {
  border-inline-start-color: rgb(129 195 175 / 0.2);
}

.border-s-aqua\/25 {
  border-inline-start-color: rgb(129 195 175 / 0.25);
}

.border-s-aqua\/30 {
  border-inline-start-color: rgb(129 195 175 / 0.3);
}

.border-s-aqua\/40 {
  border-inline-start-color: rgb(129 195 175 / 0.4);
}

.border-s-aqua\/5 {
  border-inline-start-color: rgb(129 195 175 / 0.05);
}

.border-s-aqua\/50 {
  border-inline-start-color: rgb(129 195 175 / 0.5);
}

.border-s-aqua\/60 {
  border-inline-start-color: rgb(129 195 175 / 0.6);
}

.border-s-aqua\/70 {
  border-inline-start-color: rgb(129 195 175 / 0.7);
}

.border-s-aqua\/75 {
  border-inline-start-color: rgb(129 195 175 / 0.75);
}

.border-s-aqua\/80 {
  border-inline-start-color: rgb(129 195 175 / 0.8);
}

.border-s-aqua\/90 {
  border-inline-start-color: rgb(129 195 175 / 0.9);
}

.border-s-aqua\/95 {
  border-inline-start-color: rgb(129 195 175 / 0.95);
}

.border-s-black {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-s-black\/0 {
  border-inline-start-color: rgb(0 0 0 / 0);
}

.border-s-black\/10 {
  border-inline-start-color: rgb(0 0 0 / 0.1);
}

.border-s-black\/100 {
  border-inline-start-color: rgb(0 0 0 / 1);
}

.border-s-black\/20 {
  border-inline-start-color: rgb(0 0 0 / 0.2);
}

.border-s-black\/25 {
  border-inline-start-color: rgb(0 0 0 / 0.25);
}

.border-s-black\/30 {
  border-inline-start-color: rgb(0 0 0 / 0.3);
}

.border-s-black\/40 {
  border-inline-start-color: rgb(0 0 0 / 0.4);
}

.border-s-black\/5 {
  border-inline-start-color: rgb(0 0 0 / 0.05);
}

.border-s-black\/50 {
  border-inline-start-color: rgb(0 0 0 / 0.5);
}

.border-s-black\/60 {
  border-inline-start-color: rgb(0 0 0 / 0.6);
}

.border-s-black\/70 {
  border-inline-start-color: rgb(0 0 0 / 0.7);
}

.border-s-black\/75 {
  border-inline-start-color: rgb(0 0 0 / 0.75);
}

.border-s-black\/80 {
  border-inline-start-color: rgb(0 0 0 / 0.8);
}

.border-s-black\/90 {
  border-inline-start-color: rgb(0 0 0 / 0.9);
}

.border-s-black\/95 {
  border-inline-start-color: rgb(0 0 0 / 0.95);
}

.border-s-blue {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(155 211 242 / var(--tw-border-opacity));
}

.border-s-blue-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(227 240 251 / var(--tw-border-opacity));
}

.border-s-blue-100\/0 {
  border-inline-start-color: rgb(227 240 251 / 0);
}

.border-s-blue-100\/10 {
  border-inline-start-color: rgb(227 240 251 / 0.1);
}

.border-s-blue-100\/100 {
  border-inline-start-color: rgb(227 240 251 / 1);
}

.border-s-blue-100\/20 {
  border-inline-start-color: rgb(227 240 251 / 0.2);
}

.border-s-blue-100\/25 {
  border-inline-start-color: rgb(227 240 251 / 0.25);
}

.border-s-blue-100\/30 {
  border-inline-start-color: rgb(227 240 251 / 0.3);
}

.border-s-blue-100\/40 {
  border-inline-start-color: rgb(227 240 251 / 0.4);
}

.border-s-blue-100\/5 {
  border-inline-start-color: rgb(227 240 251 / 0.05);
}

.border-s-blue-100\/50 {
  border-inline-start-color: rgb(227 240 251 / 0.5);
}

.border-s-blue-100\/60 {
  border-inline-start-color: rgb(227 240 251 / 0.6);
}

.border-s-blue-100\/70 {
  border-inline-start-color: rgb(227 240 251 / 0.7);
}

.border-s-blue-100\/75 {
  border-inline-start-color: rgb(227 240 251 / 0.75);
}

.border-s-blue-100\/80 {
  border-inline-start-color: rgb(227 240 251 / 0.8);
}

.border-s-blue-100\/90 {
  border-inline-start-color: rgb(227 240 251 / 0.9);
}

.border-s-blue-100\/95 {
  border-inline-start-color: rgb(227 240 251 / 0.95);
}

.border-s-blue-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(192 226 247 / var(--tw-border-opacity));
}

.border-s-blue-200\/0 {
  border-inline-start-color: rgb(192 226 247 / 0);
}

.border-s-blue-200\/10 {
  border-inline-start-color: rgb(192 226 247 / 0.1);
}

.border-s-blue-200\/100 {
  border-inline-start-color: rgb(192 226 247 / 1);
}

.border-s-blue-200\/20 {
  border-inline-start-color: rgb(192 226 247 / 0.2);
}

.border-s-blue-200\/25 {
  border-inline-start-color: rgb(192 226 247 / 0.25);
}

.border-s-blue-200\/30 {
  border-inline-start-color: rgb(192 226 247 / 0.3);
}

.border-s-blue-200\/40 {
  border-inline-start-color: rgb(192 226 247 / 0.4);
}

.border-s-blue-200\/5 {
  border-inline-start-color: rgb(192 226 247 / 0.05);
}

.border-s-blue-200\/50 {
  border-inline-start-color: rgb(192 226 247 / 0.5);
}

.border-s-blue-200\/60 {
  border-inline-start-color: rgb(192 226 247 / 0.6);
}

.border-s-blue-200\/70 {
  border-inline-start-color: rgb(192 226 247 / 0.7);
}

.border-s-blue-200\/75 {
  border-inline-start-color: rgb(192 226 247 / 0.75);
}

.border-s-blue-200\/80 {
  border-inline-start-color: rgb(192 226 247 / 0.8);
}

.border-s-blue-200\/90 {
  border-inline-start-color: rgb(192 226 247 / 0.9);
}

.border-s-blue-200\/95 {
  border-inline-start-color: rgb(192 226 247 / 0.95);
}

.border-s-blue-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(155 211 242 / var(--tw-border-opacity));
}

.border-s-blue-300\/0 {
  border-inline-start-color: rgb(155 211 242 / 0);
}

.border-s-blue-300\/10 {
  border-inline-start-color: rgb(155 211 242 / 0.1);
}

.border-s-blue-300\/100 {
  border-inline-start-color: rgb(155 211 242 / 1);
}

.border-s-blue-300\/20 {
  border-inline-start-color: rgb(155 211 242 / 0.2);
}

.border-s-blue-300\/25 {
  border-inline-start-color: rgb(155 211 242 / 0.25);
}

.border-s-blue-300\/30 {
  border-inline-start-color: rgb(155 211 242 / 0.3);
}

.border-s-blue-300\/40 {
  border-inline-start-color: rgb(155 211 242 / 0.4);
}

.border-s-blue-300\/5 {
  border-inline-start-color: rgb(155 211 242 / 0.05);
}

.border-s-blue-300\/50 {
  border-inline-start-color: rgb(155 211 242 / 0.5);
}

.border-s-blue-300\/60 {
  border-inline-start-color: rgb(155 211 242 / 0.6);
}

.border-s-blue-300\/70 {
  border-inline-start-color: rgb(155 211 242 / 0.7);
}

.border-s-blue-300\/75 {
  border-inline-start-color: rgb(155 211 242 / 0.75);
}

.border-s-blue-300\/80 {
  border-inline-start-color: rgb(155 211 242 / 0.8);
}

.border-s-blue-300\/90 {
  border-inline-start-color: rgb(155 211 242 / 0.9);
}

.border-s-blue-300\/95 {
  border-inline-start-color: rgb(155 211 242 / 0.95);
}

.border-s-blue-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(75 177 229 / var(--tw-border-opacity));
}

.border-s-blue-400\/0 {
  border-inline-start-color: rgb(75 177 229 / 0);
}

.border-s-blue-400\/10 {
  border-inline-start-color: rgb(75 177 229 / 0.1);
}

.border-s-blue-400\/100 {
  border-inline-start-color: rgb(75 177 229 / 1);
}

.border-s-blue-400\/20 {
  border-inline-start-color: rgb(75 177 229 / 0.2);
}

.border-s-blue-400\/25 {
  border-inline-start-color: rgb(75 177 229 / 0.25);
}

.border-s-blue-400\/30 {
  border-inline-start-color: rgb(75 177 229 / 0.3);
}

.border-s-blue-400\/40 {
  border-inline-start-color: rgb(75 177 229 / 0.4);
}

.border-s-blue-400\/5 {
  border-inline-start-color: rgb(75 177 229 / 0.05);
}

.border-s-blue-400\/50 {
  border-inline-start-color: rgb(75 177 229 / 0.5);
}

.border-s-blue-400\/60 {
  border-inline-start-color: rgb(75 177 229 / 0.6);
}

.border-s-blue-400\/70 {
  border-inline-start-color: rgb(75 177 229 / 0.7);
}

.border-s-blue-400\/75 {
  border-inline-start-color: rgb(75 177 229 / 0.75);
}

.border-s-blue-400\/80 {
  border-inline-start-color: rgb(75 177 229 / 0.8);
}

.border-s-blue-400\/90 {
  border-inline-start-color: rgb(75 177 229 / 0.9);
}

.border-s-blue-400\/95 {
  border-inline-start-color: rgb(75 177 229 / 0.95);
}

.border-s-blue-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(241 249 254 / var(--tw-border-opacity));
}

.border-s-blue-50\/0 {
  border-inline-start-color: rgb(241 249 254 / 0);
}

.border-s-blue-50\/10 {
  border-inline-start-color: rgb(241 249 254 / 0.1);
}

.border-s-blue-50\/100 {
  border-inline-start-color: rgb(241 249 254 / 1);
}

.border-s-blue-50\/20 {
  border-inline-start-color: rgb(241 249 254 / 0.2);
}

.border-s-blue-50\/25 {
  border-inline-start-color: rgb(241 249 254 / 0.25);
}

.border-s-blue-50\/30 {
  border-inline-start-color: rgb(241 249 254 / 0.3);
}

.border-s-blue-50\/40 {
  border-inline-start-color: rgb(241 249 254 / 0.4);
}

.border-s-blue-50\/5 {
  border-inline-start-color: rgb(241 249 254 / 0.05);
}

.border-s-blue-50\/50 {
  border-inline-start-color: rgb(241 249 254 / 0.5);
}

.border-s-blue-50\/60 {
  border-inline-start-color: rgb(241 249 254 / 0.6);
}

.border-s-blue-50\/70 {
  border-inline-start-color: rgb(241 249 254 / 0.7);
}

.border-s-blue-50\/75 {
  border-inline-start-color: rgb(241 249 254 / 0.75);
}

.border-s-blue-50\/80 {
  border-inline-start-color: rgb(241 249 254 / 0.8);
}

.border-s-blue-50\/90 {
  border-inline-start-color: rgb(241 249 254 / 0.9);
}

.border-s-blue-50\/95 {
  border-inline-start-color: rgb(241 249 254 / 0.95);
}

.border-s-blue-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(35 151 212 / var(--tw-border-opacity));
}

.border-s-blue-500\/0 {
  border-inline-start-color: rgb(35 151 212 / 0);
}

.border-s-blue-500\/10 {
  border-inline-start-color: rgb(35 151 212 / 0.1);
}

.border-s-blue-500\/100 {
  border-inline-start-color: rgb(35 151 212 / 1);
}

.border-s-blue-500\/20 {
  border-inline-start-color: rgb(35 151 212 / 0.2);
}

.border-s-blue-500\/25 {
  border-inline-start-color: rgb(35 151 212 / 0.25);
}

.border-s-blue-500\/30 {
  border-inline-start-color: rgb(35 151 212 / 0.3);
}

.border-s-blue-500\/40 {
  border-inline-start-color: rgb(35 151 212 / 0.4);
}

.border-s-blue-500\/5 {
  border-inline-start-color: rgb(35 151 212 / 0.05);
}

.border-s-blue-500\/50 {
  border-inline-start-color: rgb(35 151 212 / 0.5);
}

.border-s-blue-500\/60 {
  border-inline-start-color: rgb(35 151 212 / 0.6);
}

.border-s-blue-500\/70 {
  border-inline-start-color: rgb(35 151 212 / 0.7);
}

.border-s-blue-500\/75 {
  border-inline-start-color: rgb(35 151 212 / 0.75);
}

.border-s-blue-500\/80 {
  border-inline-start-color: rgb(35 151 212 / 0.8);
}

.border-s-blue-500\/90 {
  border-inline-start-color: rgb(35 151 212 / 0.9);
}

.border-s-blue-500\/95 {
  border-inline-start-color: rgb(35 151 212 / 0.95);
}

.border-s-blue-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(21 121 180 / var(--tw-border-opacity));
}

.border-s-blue-600\/0 {
  border-inline-start-color: rgb(21 121 180 / 0);
}

.border-s-blue-600\/10 {
  border-inline-start-color: rgb(21 121 180 / 0.1);
}

.border-s-blue-600\/100 {
  border-inline-start-color: rgb(21 121 180 / 1);
}

.border-s-blue-600\/20 {
  border-inline-start-color: rgb(21 121 180 / 0.2);
}

.border-s-blue-600\/25 {
  border-inline-start-color: rgb(21 121 180 / 0.25);
}

.border-s-blue-600\/30 {
  border-inline-start-color: rgb(21 121 180 / 0.3);
}

.border-s-blue-600\/40 {
  border-inline-start-color: rgb(21 121 180 / 0.4);
}

.border-s-blue-600\/5 {
  border-inline-start-color: rgb(21 121 180 / 0.05);
}

.border-s-blue-600\/50 {
  border-inline-start-color: rgb(21 121 180 / 0.5);
}

.border-s-blue-600\/60 {
  border-inline-start-color: rgb(21 121 180 / 0.6);
}

.border-s-blue-600\/70 {
  border-inline-start-color: rgb(21 121 180 / 0.7);
}

.border-s-blue-600\/75 {
  border-inline-start-color: rgb(21 121 180 / 0.75);
}

.border-s-blue-600\/80 {
  border-inline-start-color: rgb(21 121 180 / 0.8);
}

.border-s-blue-600\/90 {
  border-inline-start-color: rgb(21 121 180 / 0.9);
}

.border-s-blue-600\/95 {
  border-inline-start-color: rgb(21 121 180 / 0.95);
}

.border-s-blue-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(18 97 146 / var(--tw-border-opacity));
}

.border-s-blue-700\/0 {
  border-inline-start-color: rgb(18 97 146 / 0);
}

.border-s-blue-700\/10 {
  border-inline-start-color: rgb(18 97 146 / 0.1);
}

.border-s-blue-700\/100 {
  border-inline-start-color: rgb(18 97 146 / 1);
}

.border-s-blue-700\/20 {
  border-inline-start-color: rgb(18 97 146 / 0.2);
}

.border-s-blue-700\/25 {
  border-inline-start-color: rgb(18 97 146 / 0.25);
}

.border-s-blue-700\/30 {
  border-inline-start-color: rgb(18 97 146 / 0.3);
}

.border-s-blue-700\/40 {
  border-inline-start-color: rgb(18 97 146 / 0.4);
}

.border-s-blue-700\/5 {
  border-inline-start-color: rgb(18 97 146 / 0.05);
}

.border-s-blue-700\/50 {
  border-inline-start-color: rgb(18 97 146 / 0.5);
}

.border-s-blue-700\/60 {
  border-inline-start-color: rgb(18 97 146 / 0.6);
}

.border-s-blue-700\/70 {
  border-inline-start-color: rgb(18 97 146 / 0.7);
}

.border-s-blue-700\/75 {
  border-inline-start-color: rgb(18 97 146 / 0.75);
}

.border-s-blue-700\/80 {
  border-inline-start-color: rgb(18 97 146 / 0.8);
}

.border-s-blue-700\/90 {
  border-inline-start-color: rgb(18 97 146 / 0.9);
}

.border-s-blue-700\/95 {
  border-inline-start-color: rgb(18 97 146 / 0.95);
}

.border-s-blue-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(19 82 121 / var(--tw-border-opacity));
}

.border-s-blue-800\/0 {
  border-inline-start-color: rgb(19 82 121 / 0);
}

.border-s-blue-800\/10 {
  border-inline-start-color: rgb(19 82 121 / 0.1);
}

.border-s-blue-800\/100 {
  border-inline-start-color: rgb(19 82 121 / 1);
}

.border-s-blue-800\/20 {
  border-inline-start-color: rgb(19 82 121 / 0.2);
}

.border-s-blue-800\/25 {
  border-inline-start-color: rgb(19 82 121 / 0.25);
}

.border-s-blue-800\/30 {
  border-inline-start-color: rgb(19 82 121 / 0.3);
}

.border-s-blue-800\/40 {
  border-inline-start-color: rgb(19 82 121 / 0.4);
}

.border-s-blue-800\/5 {
  border-inline-start-color: rgb(19 82 121 / 0.05);
}

.border-s-blue-800\/50 {
  border-inline-start-color: rgb(19 82 121 / 0.5);
}

.border-s-blue-800\/60 {
  border-inline-start-color: rgb(19 82 121 / 0.6);
}

.border-s-blue-800\/70 {
  border-inline-start-color: rgb(19 82 121 / 0.7);
}

.border-s-blue-800\/75 {
  border-inline-start-color: rgb(19 82 121 / 0.75);
}

.border-s-blue-800\/80 {
  border-inline-start-color: rgb(19 82 121 / 0.8);
}

.border-s-blue-800\/90 {
  border-inline-start-color: rgb(19 82 121 / 0.9);
}

.border-s-blue-800\/95 {
  border-inline-start-color: rgb(19 82 121 / 0.95);
}

.border-s-blue-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(21 68 101 / var(--tw-border-opacity));
}

.border-s-blue-900\/0 {
  border-inline-start-color: rgb(21 68 101 / 0);
}

.border-s-blue-900\/10 {
  border-inline-start-color: rgb(21 68 101 / 0.1);
}

.border-s-blue-900\/100 {
  border-inline-start-color: rgb(21 68 101 / 1);
}

.border-s-blue-900\/20 {
  border-inline-start-color: rgb(21 68 101 / 0.2);
}

.border-s-blue-900\/25 {
  border-inline-start-color: rgb(21 68 101 / 0.25);
}

.border-s-blue-900\/30 {
  border-inline-start-color: rgb(21 68 101 / 0.3);
}

.border-s-blue-900\/40 {
  border-inline-start-color: rgb(21 68 101 / 0.4);
}

.border-s-blue-900\/5 {
  border-inline-start-color: rgb(21 68 101 / 0.05);
}

.border-s-blue-900\/50 {
  border-inline-start-color: rgb(21 68 101 / 0.5);
}

.border-s-blue-900\/60 {
  border-inline-start-color: rgb(21 68 101 / 0.6);
}

.border-s-blue-900\/70 {
  border-inline-start-color: rgb(21 68 101 / 0.7);
}

.border-s-blue-900\/75 {
  border-inline-start-color: rgb(21 68 101 / 0.75);
}

.border-s-blue-900\/80 {
  border-inline-start-color: rgb(21 68 101 / 0.8);
}

.border-s-blue-900\/90 {
  border-inline-start-color: rgb(21 68 101 / 0.9);
}

.border-s-blue-900\/95 {
  border-inline-start-color: rgb(21 68 101 / 0.95);
}

.border-s-blue-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(14 44 67 / var(--tw-border-opacity));
}

.border-s-blue-950\/0 {
  border-inline-start-color: rgb(14 44 67 / 0);
}

.border-s-blue-950\/10 {
  border-inline-start-color: rgb(14 44 67 / 0.1);
}

.border-s-blue-950\/100 {
  border-inline-start-color: rgb(14 44 67 / 1);
}

.border-s-blue-950\/20 {
  border-inline-start-color: rgb(14 44 67 / 0.2);
}

.border-s-blue-950\/25 {
  border-inline-start-color: rgb(14 44 67 / 0.25);
}

.border-s-blue-950\/30 {
  border-inline-start-color: rgb(14 44 67 / 0.3);
}

.border-s-blue-950\/40 {
  border-inline-start-color: rgb(14 44 67 / 0.4);
}

.border-s-blue-950\/5 {
  border-inline-start-color: rgb(14 44 67 / 0.05);
}

.border-s-blue-950\/50 {
  border-inline-start-color: rgb(14 44 67 / 0.5);
}

.border-s-blue-950\/60 {
  border-inline-start-color: rgb(14 44 67 / 0.6);
}

.border-s-blue-950\/70 {
  border-inline-start-color: rgb(14 44 67 / 0.7);
}

.border-s-blue-950\/75 {
  border-inline-start-color: rgb(14 44 67 / 0.75);
}

.border-s-blue-950\/80 {
  border-inline-start-color: rgb(14 44 67 / 0.8);
}

.border-s-blue-950\/90 {
  border-inline-start-color: rgb(14 44 67 / 0.9);
}

.border-s-blue-950\/95 {
  border-inline-start-color: rgb(14 44 67 / 0.95);
}

.border-s-blue\/0 {
  border-inline-start-color: rgb(155 211 242 / 0);
}

.border-s-blue\/10 {
  border-inline-start-color: rgb(155 211 242 / 0.1);
}

.border-s-blue\/100 {
  border-inline-start-color: rgb(155 211 242 / 1);
}

.border-s-blue\/20 {
  border-inline-start-color: rgb(155 211 242 / 0.2);
}

.border-s-blue\/25 {
  border-inline-start-color: rgb(155 211 242 / 0.25);
}

.border-s-blue\/30 {
  border-inline-start-color: rgb(155 211 242 / 0.3);
}

.border-s-blue\/40 {
  border-inline-start-color: rgb(155 211 242 / 0.4);
}

.border-s-blue\/5 {
  border-inline-start-color: rgb(155 211 242 / 0.05);
}

.border-s-blue\/50 {
  border-inline-start-color: rgb(155 211 242 / 0.5);
}

.border-s-blue\/60 {
  border-inline-start-color: rgb(155 211 242 / 0.6);
}

.border-s-blue\/70 {
  border-inline-start-color: rgb(155 211 242 / 0.7);
}

.border-s-blue\/75 {
  border-inline-start-color: rgb(155 211 242 / 0.75);
}

.border-s-blue\/80 {
  border-inline-start-color: rgb(155 211 242 / 0.8);
}

.border-s-blue\/90 {
  border-inline-start-color: rgb(155 211 242 / 0.9);
}

.border-s-blue\/95 {
  border-inline-start-color: rgb(155 211 242 / 0.95);
}

.border-s-brown {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(128 66 54 / var(--tw-border-opacity));
}

.border-s-brown-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 234 223 / var(--tw-border-opacity));
}

.border-s-brown-100\/0 {
  border-inline-start-color: rgb(245 234 223 / 0);
}

.border-s-brown-100\/10 {
  border-inline-start-color: rgb(245 234 223 / 0.1);
}

.border-s-brown-100\/100 {
  border-inline-start-color: rgb(245 234 223 / 1);
}

.border-s-brown-100\/20 {
  border-inline-start-color: rgb(245 234 223 / 0.2);
}

.border-s-brown-100\/25 {
  border-inline-start-color: rgb(245 234 223 / 0.25);
}

.border-s-brown-100\/30 {
  border-inline-start-color: rgb(245 234 223 / 0.3);
}

.border-s-brown-100\/40 {
  border-inline-start-color: rgb(245 234 223 / 0.4);
}

.border-s-brown-100\/5 {
  border-inline-start-color: rgb(245 234 223 / 0.05);
}

.border-s-brown-100\/50 {
  border-inline-start-color: rgb(245 234 223 / 0.5);
}

.border-s-brown-100\/60 {
  border-inline-start-color: rgb(245 234 223 / 0.6);
}

.border-s-brown-100\/70 {
  border-inline-start-color: rgb(245 234 223 / 0.7);
}

.border-s-brown-100\/75 {
  border-inline-start-color: rgb(245 234 223 / 0.75);
}

.border-s-brown-100\/80 {
  border-inline-start-color: rgb(245 234 223 / 0.8);
}

.border-s-brown-100\/90 {
  border-inline-start-color: rgb(245 234 223 / 0.9);
}

.border-s-brown-100\/95 {
  border-inline-start-color: rgb(245 234 223 / 0.95);
}

.border-s-brown-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(234 210 190 / var(--tw-border-opacity));
}

.border-s-brown-200\/0 {
  border-inline-start-color: rgb(234 210 190 / 0);
}

.border-s-brown-200\/10 {
  border-inline-start-color: rgb(234 210 190 / 0.1);
}

.border-s-brown-200\/100 {
  border-inline-start-color: rgb(234 210 190 / 1);
}

.border-s-brown-200\/20 {
  border-inline-start-color: rgb(234 210 190 / 0.2);
}

.border-s-brown-200\/25 {
  border-inline-start-color: rgb(234 210 190 / 0.25);
}

.border-s-brown-200\/30 {
  border-inline-start-color: rgb(234 210 190 / 0.3);
}

.border-s-brown-200\/40 {
  border-inline-start-color: rgb(234 210 190 / 0.4);
}

.border-s-brown-200\/5 {
  border-inline-start-color: rgb(234 210 190 / 0.05);
}

.border-s-brown-200\/50 {
  border-inline-start-color: rgb(234 210 190 / 0.5);
}

.border-s-brown-200\/60 {
  border-inline-start-color: rgb(234 210 190 / 0.6);
}

.border-s-brown-200\/70 {
  border-inline-start-color: rgb(234 210 190 / 0.7);
}

.border-s-brown-200\/75 {
  border-inline-start-color: rgb(234 210 190 / 0.75);
}

.border-s-brown-200\/80 {
  border-inline-start-color: rgb(234 210 190 / 0.8);
}

.border-s-brown-200\/90 {
  border-inline-start-color: rgb(234 210 190 / 0.9);
}

.border-s-brown-200\/95 {
  border-inline-start-color: rgb(234 210 190 / 0.95);
}

.border-s-brown-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(220 179 149 / var(--tw-border-opacity));
}

.border-s-brown-300\/0 {
  border-inline-start-color: rgb(220 179 149 / 0);
}

.border-s-brown-300\/10 {
  border-inline-start-color: rgb(220 179 149 / 0.1);
}

.border-s-brown-300\/100 {
  border-inline-start-color: rgb(220 179 149 / 1);
}

.border-s-brown-300\/20 {
  border-inline-start-color: rgb(220 179 149 / 0.2);
}

.border-s-brown-300\/25 {
  border-inline-start-color: rgb(220 179 149 / 0.25);
}

.border-s-brown-300\/30 {
  border-inline-start-color: rgb(220 179 149 / 0.3);
}

.border-s-brown-300\/40 {
  border-inline-start-color: rgb(220 179 149 / 0.4);
}

.border-s-brown-300\/5 {
  border-inline-start-color: rgb(220 179 149 / 0.05);
}

.border-s-brown-300\/50 {
  border-inline-start-color: rgb(220 179 149 / 0.5);
}

.border-s-brown-300\/60 {
  border-inline-start-color: rgb(220 179 149 / 0.6);
}

.border-s-brown-300\/70 {
  border-inline-start-color: rgb(220 179 149 / 0.7);
}

.border-s-brown-300\/75 {
  border-inline-start-color: rgb(220 179 149 / 0.75);
}

.border-s-brown-300\/80 {
  border-inline-start-color: rgb(220 179 149 / 0.8);
}

.border-s-brown-300\/90 {
  border-inline-start-color: rgb(220 179 149 / 0.9);
}

.border-s-brown-300\/95 {
  border-inline-start-color: rgb(220 179 149 / 0.95);
}

.border-s-brown-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(205 142 106 / var(--tw-border-opacity));
}

.border-s-brown-400\/0 {
  border-inline-start-color: rgb(205 142 106 / 0);
}

.border-s-brown-400\/10 {
  border-inline-start-color: rgb(205 142 106 / 0.1);
}

.border-s-brown-400\/100 {
  border-inline-start-color: rgb(205 142 106 / 1);
}

.border-s-brown-400\/20 {
  border-inline-start-color: rgb(205 142 106 / 0.2);
}

.border-s-brown-400\/25 {
  border-inline-start-color: rgb(205 142 106 / 0.25);
}

.border-s-brown-400\/30 {
  border-inline-start-color: rgb(205 142 106 / 0.3);
}

.border-s-brown-400\/40 {
  border-inline-start-color: rgb(205 142 106 / 0.4);
}

.border-s-brown-400\/5 {
  border-inline-start-color: rgb(205 142 106 / 0.05);
}

.border-s-brown-400\/50 {
  border-inline-start-color: rgb(205 142 106 / 0.5);
}

.border-s-brown-400\/60 {
  border-inline-start-color: rgb(205 142 106 / 0.6);
}

.border-s-brown-400\/70 {
  border-inline-start-color: rgb(205 142 106 / 0.7);
}

.border-s-brown-400\/75 {
  border-inline-start-color: rgb(205 142 106 / 0.75);
}

.border-s-brown-400\/80 {
  border-inline-start-color: rgb(205 142 106 / 0.8);
}

.border-s-brown-400\/90 {
  border-inline-start-color: rgb(205 142 106 / 0.9);
}

.border-s-brown-400\/95 {
  border-inline-start-color: rgb(205 142 106 / 0.95);
}

.border-s-brown-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(251 246 241 / var(--tw-border-opacity));
}

.border-s-brown-50\/0 {
  border-inline-start-color: rgb(251 246 241 / 0);
}

.border-s-brown-50\/10 {
  border-inline-start-color: rgb(251 246 241 / 0.1);
}

.border-s-brown-50\/100 {
  border-inline-start-color: rgb(251 246 241 / 1);
}

.border-s-brown-50\/20 {
  border-inline-start-color: rgb(251 246 241 / 0.2);
}

.border-s-brown-50\/25 {
  border-inline-start-color: rgb(251 246 241 / 0.25);
}

.border-s-brown-50\/30 {
  border-inline-start-color: rgb(251 246 241 / 0.3);
}

.border-s-brown-50\/40 {
  border-inline-start-color: rgb(251 246 241 / 0.4);
}

.border-s-brown-50\/5 {
  border-inline-start-color: rgb(251 246 241 / 0.05);
}

.border-s-brown-50\/50 {
  border-inline-start-color: rgb(251 246 241 / 0.5);
}

.border-s-brown-50\/60 {
  border-inline-start-color: rgb(251 246 241 / 0.6);
}

.border-s-brown-50\/70 {
  border-inline-start-color: rgb(251 246 241 / 0.7);
}

.border-s-brown-50\/75 {
  border-inline-start-color: rgb(251 246 241 / 0.75);
}

.border-s-brown-50\/80 {
  border-inline-start-color: rgb(251 246 241 / 0.8);
}

.border-s-brown-50\/90 {
  border-inline-start-color: rgb(251 246 241 / 0.9);
}

.border-s-brown-50\/95 {
  border-inline-start-color: rgb(251 246 241 / 0.95);
}

.border-s-brown-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(194 115 77 / var(--tw-border-opacity));
}

.border-s-brown-500\/0 {
  border-inline-start-color: rgb(194 115 77 / 0);
}

.border-s-brown-500\/10 {
  border-inline-start-color: rgb(194 115 77 / 0.1);
}

.border-s-brown-500\/100 {
  border-inline-start-color: rgb(194 115 77 / 1);
}

.border-s-brown-500\/20 {
  border-inline-start-color: rgb(194 115 77 / 0.2);
}

.border-s-brown-500\/25 {
  border-inline-start-color: rgb(194 115 77 / 0.25);
}

.border-s-brown-500\/30 {
  border-inline-start-color: rgb(194 115 77 / 0.3);
}

.border-s-brown-500\/40 {
  border-inline-start-color: rgb(194 115 77 / 0.4);
}

.border-s-brown-500\/5 {
  border-inline-start-color: rgb(194 115 77 / 0.05);
}

.border-s-brown-500\/50 {
  border-inline-start-color: rgb(194 115 77 / 0.5);
}

.border-s-brown-500\/60 {
  border-inline-start-color: rgb(194 115 77 / 0.6);
}

.border-s-brown-500\/70 {
  border-inline-start-color: rgb(194 115 77 / 0.7);
}

.border-s-brown-500\/75 {
  border-inline-start-color: rgb(194 115 77 / 0.75);
}

.border-s-brown-500\/80 {
  border-inline-start-color: rgb(194 115 77 / 0.8);
}

.border-s-brown-500\/90 {
  border-inline-start-color: rgb(194 115 77 / 0.9);
}

.border-s-brown-500\/95 {
  border-inline-start-color: rgb(194 115 77 / 0.95);
}

.border-s-brown-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(180 95 66 / var(--tw-border-opacity));
}

.border-s-brown-600\/0 {
  border-inline-start-color: rgb(180 95 66 / 0);
}

.border-s-brown-600\/10 {
  border-inline-start-color: rgb(180 95 66 / 0.1);
}

.border-s-brown-600\/100 {
  border-inline-start-color: rgb(180 95 66 / 1);
}

.border-s-brown-600\/20 {
  border-inline-start-color: rgb(180 95 66 / 0.2);
}

.border-s-brown-600\/25 {
  border-inline-start-color: rgb(180 95 66 / 0.25);
}

.border-s-brown-600\/30 {
  border-inline-start-color: rgb(180 95 66 / 0.3);
}

.border-s-brown-600\/40 {
  border-inline-start-color: rgb(180 95 66 / 0.4);
}

.border-s-brown-600\/5 {
  border-inline-start-color: rgb(180 95 66 / 0.05);
}

.border-s-brown-600\/50 {
  border-inline-start-color: rgb(180 95 66 / 0.5);
}

.border-s-brown-600\/60 {
  border-inline-start-color: rgb(180 95 66 / 0.6);
}

.border-s-brown-600\/70 {
  border-inline-start-color: rgb(180 95 66 / 0.7);
}

.border-s-brown-600\/75 {
  border-inline-start-color: rgb(180 95 66 / 0.75);
}

.border-s-brown-600\/80 {
  border-inline-start-color: rgb(180 95 66 / 0.8);
}

.border-s-brown-600\/90 {
  border-inline-start-color: rgb(180 95 66 / 0.9);
}

.border-s-brown-600\/95 {
  border-inline-start-color: rgb(180 95 66 / 0.95);
}

.border-s-brown-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(150 75 56 / var(--tw-border-opacity));
}

.border-s-brown-700\/0 {
  border-inline-start-color: rgb(150 75 56 / 0);
}

.border-s-brown-700\/10 {
  border-inline-start-color: rgb(150 75 56 / 0.1);
}

.border-s-brown-700\/100 {
  border-inline-start-color: rgb(150 75 56 / 1);
}

.border-s-brown-700\/20 {
  border-inline-start-color: rgb(150 75 56 / 0.2);
}

.border-s-brown-700\/25 {
  border-inline-start-color: rgb(150 75 56 / 0.25);
}

.border-s-brown-700\/30 {
  border-inline-start-color: rgb(150 75 56 / 0.3);
}

.border-s-brown-700\/40 {
  border-inline-start-color: rgb(150 75 56 / 0.4);
}

.border-s-brown-700\/5 {
  border-inline-start-color: rgb(150 75 56 / 0.05);
}

.border-s-brown-700\/50 {
  border-inline-start-color: rgb(150 75 56 / 0.5);
}

.border-s-brown-700\/60 {
  border-inline-start-color: rgb(150 75 56 / 0.6);
}

.border-s-brown-700\/70 {
  border-inline-start-color: rgb(150 75 56 / 0.7);
}

.border-s-brown-700\/75 {
  border-inline-start-color: rgb(150 75 56 / 0.75);
}

.border-s-brown-700\/80 {
  border-inline-start-color: rgb(150 75 56 / 0.8);
}

.border-s-brown-700\/90 {
  border-inline-start-color: rgb(150 75 56 / 0.9);
}

.border-s-brown-700\/95 {
  border-inline-start-color: rgb(150 75 56 / 0.95);
}

.border-s-brown-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(128 66 54 / var(--tw-border-opacity));
}

.border-s-brown-800\/0 {
  border-inline-start-color: rgb(128 66 54 / 0);
}

.border-s-brown-800\/10 {
  border-inline-start-color: rgb(128 66 54 / 0.1);
}

.border-s-brown-800\/100 {
  border-inline-start-color: rgb(128 66 54 / 1);
}

.border-s-brown-800\/20 {
  border-inline-start-color: rgb(128 66 54 / 0.2);
}

.border-s-brown-800\/25 {
  border-inline-start-color: rgb(128 66 54 / 0.25);
}

.border-s-brown-800\/30 {
  border-inline-start-color: rgb(128 66 54 / 0.3);
}

.border-s-brown-800\/40 {
  border-inline-start-color: rgb(128 66 54 / 0.4);
}

.border-s-brown-800\/5 {
  border-inline-start-color: rgb(128 66 54 / 0.05);
}

.border-s-brown-800\/50 {
  border-inline-start-color: rgb(128 66 54 / 0.5);
}

.border-s-brown-800\/60 {
  border-inline-start-color: rgb(128 66 54 / 0.6);
}

.border-s-brown-800\/70 {
  border-inline-start-color: rgb(128 66 54 / 0.7);
}

.border-s-brown-800\/75 {
  border-inline-start-color: rgb(128 66 54 / 0.75);
}

.border-s-brown-800\/80 {
  border-inline-start-color: rgb(128 66 54 / 0.8);
}

.border-s-brown-800\/90 {
  border-inline-start-color: rgb(128 66 54 / 0.9);
}

.border-s-brown-800\/95 {
  border-inline-start-color: rgb(128 66 54 / 0.95);
}

.border-s-brown-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(98 53 44 / var(--tw-border-opacity));
}

.border-s-brown-900\/0 {
  border-inline-start-color: rgb(98 53 44 / 0);
}

.border-s-brown-900\/10 {
  border-inline-start-color: rgb(98 53 44 / 0.1);
}

.border-s-brown-900\/100 {
  border-inline-start-color: rgb(98 53 44 / 1);
}

.border-s-brown-900\/20 {
  border-inline-start-color: rgb(98 53 44 / 0.2);
}

.border-s-brown-900\/25 {
  border-inline-start-color: rgb(98 53 44 / 0.25);
}

.border-s-brown-900\/30 {
  border-inline-start-color: rgb(98 53 44 / 0.3);
}

.border-s-brown-900\/40 {
  border-inline-start-color: rgb(98 53 44 / 0.4);
}

.border-s-brown-900\/5 {
  border-inline-start-color: rgb(98 53 44 / 0.05);
}

.border-s-brown-900\/50 {
  border-inline-start-color: rgb(98 53 44 / 0.5);
}

.border-s-brown-900\/60 {
  border-inline-start-color: rgb(98 53 44 / 0.6);
}

.border-s-brown-900\/70 {
  border-inline-start-color: rgb(98 53 44 / 0.7);
}

.border-s-brown-900\/75 {
  border-inline-start-color: rgb(98 53 44 / 0.75);
}

.border-s-brown-900\/80 {
  border-inline-start-color: rgb(98 53 44 / 0.8);
}

.border-s-brown-900\/90 {
  border-inline-start-color: rgb(98 53 44 / 0.9);
}

.border-s-brown-900\/95 {
  border-inline-start-color: rgb(98 53 44 / 0.95);
}

.border-s-brown-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(52 25 22 / var(--tw-border-opacity));
}

.border-s-brown-950\/0 {
  border-inline-start-color: rgb(52 25 22 / 0);
}

.border-s-brown-950\/10 {
  border-inline-start-color: rgb(52 25 22 / 0.1);
}

.border-s-brown-950\/100 {
  border-inline-start-color: rgb(52 25 22 / 1);
}

.border-s-brown-950\/20 {
  border-inline-start-color: rgb(52 25 22 / 0.2);
}

.border-s-brown-950\/25 {
  border-inline-start-color: rgb(52 25 22 / 0.25);
}

.border-s-brown-950\/30 {
  border-inline-start-color: rgb(52 25 22 / 0.3);
}

.border-s-brown-950\/40 {
  border-inline-start-color: rgb(52 25 22 / 0.4);
}

.border-s-brown-950\/5 {
  border-inline-start-color: rgb(52 25 22 / 0.05);
}

.border-s-brown-950\/50 {
  border-inline-start-color: rgb(52 25 22 / 0.5);
}

.border-s-brown-950\/60 {
  border-inline-start-color: rgb(52 25 22 / 0.6);
}

.border-s-brown-950\/70 {
  border-inline-start-color: rgb(52 25 22 / 0.7);
}

.border-s-brown-950\/75 {
  border-inline-start-color: rgb(52 25 22 / 0.75);
}

.border-s-brown-950\/80 {
  border-inline-start-color: rgb(52 25 22 / 0.8);
}

.border-s-brown-950\/90 {
  border-inline-start-color: rgb(52 25 22 / 0.9);
}

.border-s-brown-950\/95 {
  border-inline-start-color: rgb(52 25 22 / 0.95);
}

.border-s-brown\/0 {
  border-inline-start-color: rgb(128 66 54 / 0);
}

.border-s-brown\/10 {
  border-inline-start-color: rgb(128 66 54 / 0.1);
}

.border-s-brown\/100 {
  border-inline-start-color: rgb(128 66 54 / 1);
}

.border-s-brown\/20 {
  border-inline-start-color: rgb(128 66 54 / 0.2);
}

.border-s-brown\/25 {
  border-inline-start-color: rgb(128 66 54 / 0.25);
}

.border-s-brown\/30 {
  border-inline-start-color: rgb(128 66 54 / 0.3);
}

.border-s-brown\/40 {
  border-inline-start-color: rgb(128 66 54 / 0.4);
}

.border-s-brown\/5 {
  border-inline-start-color: rgb(128 66 54 / 0.05);
}

.border-s-brown\/50 {
  border-inline-start-color: rgb(128 66 54 / 0.5);
}

.border-s-brown\/60 {
  border-inline-start-color: rgb(128 66 54 / 0.6);
}

.border-s-brown\/70 {
  border-inline-start-color: rgb(128 66 54 / 0.7);
}

.border-s-brown\/75 {
  border-inline-start-color: rgb(128 66 54 / 0.75);
}

.border-s-brown\/80 {
  border-inline-start-color: rgb(128 66 54 / 0.8);
}

.border-s-brown\/90 {
  border-inline-start-color: rgb(128 66 54 / 0.9);
}

.border-s-brown\/95 {
  border-inline-start-color: rgb(128 66 54 / 0.95);
}

.border-s-current {
  border-inline-start-color: currentColor;
}

.border-s-gray {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(77 79 83 / var(--tw-border-opacity));
}

.border-s-gray-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(229 230 232 / var(--tw-border-opacity));
}

.border-s-gray-100\/0 {
  border-inline-start-color: rgb(229 230 232 / 0);
}

.border-s-gray-100\/10 {
  border-inline-start-color: rgb(229 230 232 / 0.1);
}

.border-s-gray-100\/100 {
  border-inline-start-color: rgb(229 230 232 / 1);
}

.border-s-gray-100\/20 {
  border-inline-start-color: rgb(229 230 232 / 0.2);
}

.border-s-gray-100\/25 {
  border-inline-start-color: rgb(229 230 232 / 0.25);
}

.border-s-gray-100\/30 {
  border-inline-start-color: rgb(229 230 232 / 0.3);
}

.border-s-gray-100\/40 {
  border-inline-start-color: rgb(229 230 232 / 0.4);
}

.border-s-gray-100\/5 {
  border-inline-start-color: rgb(229 230 232 / 0.05);
}

.border-s-gray-100\/50 {
  border-inline-start-color: rgb(229 230 232 / 0.5);
}

.border-s-gray-100\/60 {
  border-inline-start-color: rgb(229 230 232 / 0.6);
}

.border-s-gray-100\/70 {
  border-inline-start-color: rgb(229 230 232 / 0.7);
}

.border-s-gray-100\/75 {
  border-inline-start-color: rgb(229 230 232 / 0.75);
}

.border-s-gray-100\/80 {
  border-inline-start-color: rgb(229 230 232 / 0.8);
}

.border-s-gray-100\/90 {
  border-inline-start-color: rgb(229 230 232 / 0.9);
}

.border-s-gray-100\/95 {
  border-inline-start-color: rgb(229 230 232 / 0.95);
}

.border-s-gray-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(207 209 210 / var(--tw-border-opacity));
}

.border-s-gray-200\/0 {
  border-inline-start-color: rgb(207 209 210 / 0);
}

.border-s-gray-200\/10 {
  border-inline-start-color: rgb(207 209 210 / 0.1);
}

.border-s-gray-200\/100 {
  border-inline-start-color: rgb(207 209 210 / 1);
}

.border-s-gray-200\/20 {
  border-inline-start-color: rgb(207 209 210 / 0.2);
}

.border-s-gray-200\/25 {
  border-inline-start-color: rgb(207 209 210 / 0.25);
}

.border-s-gray-200\/30 {
  border-inline-start-color: rgb(207 209 210 / 0.3);
}

.border-s-gray-200\/40 {
  border-inline-start-color: rgb(207 209 210 / 0.4);
}

.border-s-gray-200\/5 {
  border-inline-start-color: rgb(207 209 210 / 0.05);
}

.border-s-gray-200\/50 {
  border-inline-start-color: rgb(207 209 210 / 0.5);
}

.border-s-gray-200\/60 {
  border-inline-start-color: rgb(207 209 210 / 0.6);
}

.border-s-gray-200\/70 {
  border-inline-start-color: rgb(207 209 210 / 0.7);
}

.border-s-gray-200\/75 {
  border-inline-start-color: rgb(207 209 210 / 0.75);
}

.border-s-gray-200\/80 {
  border-inline-start-color: rgb(207 209 210 / 0.8);
}

.border-s-gray-200\/90 {
  border-inline-start-color: rgb(207 209 210 / 0.9);
}

.border-s-gray-200\/95 {
  border-inline-start-color: rgb(207 209 210 / 0.95);
}

.border-s-gray-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(173 176 179 / var(--tw-border-opacity));
}

.border-s-gray-300\/0 {
  border-inline-start-color: rgb(173 176 179 / 0);
}

.border-s-gray-300\/10 {
  border-inline-start-color: rgb(173 176 179 / 0.1);
}

.border-s-gray-300\/100 {
  border-inline-start-color: rgb(173 176 179 / 1);
}

.border-s-gray-300\/20 {
  border-inline-start-color: rgb(173 176 179 / 0.2);
}

.border-s-gray-300\/25 {
  border-inline-start-color: rgb(173 176 179 / 0.25);
}

.border-s-gray-300\/30 {
  border-inline-start-color: rgb(173 176 179 / 0.3);
}

.border-s-gray-300\/40 {
  border-inline-start-color: rgb(173 176 179 / 0.4);
}

.border-s-gray-300\/5 {
  border-inline-start-color: rgb(173 176 179 / 0.05);
}

.border-s-gray-300\/50 {
  border-inline-start-color: rgb(173 176 179 / 0.5);
}

.border-s-gray-300\/60 {
  border-inline-start-color: rgb(173 176 179 / 0.6);
}

.border-s-gray-300\/70 {
  border-inline-start-color: rgb(173 176 179 / 0.7);
}

.border-s-gray-300\/75 {
  border-inline-start-color: rgb(173 176 179 / 0.75);
}

.border-s-gray-300\/80 {
  border-inline-start-color: rgb(173 176 179 / 0.8);
}

.border-s-gray-300\/90 {
  border-inline-start-color: rgb(173 176 179 / 0.9);
}

.border-s-gray-300\/95 {
  border-inline-start-color: rgb(173 176 179 / 0.95);
}

.border-s-gray-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(131 134 141 / var(--tw-border-opacity));
}

.border-s-gray-400\/0 {
  border-inline-start-color: rgb(131 134 141 / 0);
}

.border-s-gray-400\/10 {
  border-inline-start-color: rgb(131 134 141 / 0.1);
}

.border-s-gray-400\/100 {
  border-inline-start-color: rgb(131 134 141 / 1);
}

.border-s-gray-400\/20 {
  border-inline-start-color: rgb(131 134 141 / 0.2);
}

.border-s-gray-400\/25 {
  border-inline-start-color: rgb(131 134 141 / 0.25);
}

.border-s-gray-400\/30 {
  border-inline-start-color: rgb(131 134 141 / 0.3);
}

.border-s-gray-400\/40 {
  border-inline-start-color: rgb(131 134 141 / 0.4);
}

.border-s-gray-400\/5 {
  border-inline-start-color: rgb(131 134 141 / 0.05);
}

.border-s-gray-400\/50 {
  border-inline-start-color: rgb(131 134 141 / 0.5);
}

.border-s-gray-400\/60 {
  border-inline-start-color: rgb(131 134 141 / 0.6);
}

.border-s-gray-400\/70 {
  border-inline-start-color: rgb(131 134 141 / 0.7);
}

.border-s-gray-400\/75 {
  border-inline-start-color: rgb(131 134 141 / 0.75);
}

.border-s-gray-400\/80 {
  border-inline-start-color: rgb(131 134 141 / 0.8);
}

.border-s-gray-400\/90 {
  border-inline-start-color: rgb(131 134 141 / 0.9);
}

.border-s-gray-400\/95 {
  border-inline-start-color: rgb(131 134 141 / 0.95);
}

.border-s-gray-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 246 246 / var(--tw-border-opacity));
}

.border-s-gray-50\/0 {
  border-inline-start-color: rgb(245 246 246 / 0);
}

.border-s-gray-50\/10 {
  border-inline-start-color: rgb(245 246 246 / 0.1);
}

.border-s-gray-50\/100 {
  border-inline-start-color: rgb(245 246 246 / 1);
}

.border-s-gray-50\/20 {
  border-inline-start-color: rgb(245 246 246 / 0.2);
}

.border-s-gray-50\/25 {
  border-inline-start-color: rgb(245 246 246 / 0.25);
}

.border-s-gray-50\/30 {
  border-inline-start-color: rgb(245 246 246 / 0.3);
}

.border-s-gray-50\/40 {
  border-inline-start-color: rgb(245 246 246 / 0.4);
}

.border-s-gray-50\/5 {
  border-inline-start-color: rgb(245 246 246 / 0.05);
}

.border-s-gray-50\/50 {
  border-inline-start-color: rgb(245 246 246 / 0.5);
}

.border-s-gray-50\/60 {
  border-inline-start-color: rgb(245 246 246 / 0.6);
}

.border-s-gray-50\/70 {
  border-inline-start-color: rgb(245 246 246 / 0.7);
}

.border-s-gray-50\/75 {
  border-inline-start-color: rgb(245 246 246 / 0.75);
}

.border-s-gray-50\/80 {
  border-inline-start-color: rgb(245 246 246 / 0.8);
}

.border-s-gray-50\/90 {
  border-inline-start-color: rgb(245 246 246 / 0.9);
}

.border-s-gray-50\/95 {
  border-inline-start-color: rgb(245 246 246 / 0.95);
}

.border-s-gray-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(104 107 114 / var(--tw-border-opacity));
}

.border-s-gray-500\/0 {
  border-inline-start-color: rgb(104 107 114 / 0);
}

.border-s-gray-500\/10 {
  border-inline-start-color: rgb(104 107 114 / 0.1);
}

.border-s-gray-500\/100 {
  border-inline-start-color: rgb(104 107 114 / 1);
}

.border-s-gray-500\/20 {
  border-inline-start-color: rgb(104 107 114 / 0.2);
}

.border-s-gray-500\/25 {
  border-inline-start-color: rgb(104 107 114 / 0.25);
}

.border-s-gray-500\/30 {
  border-inline-start-color: rgb(104 107 114 / 0.3);
}

.border-s-gray-500\/40 {
  border-inline-start-color: rgb(104 107 114 / 0.4);
}

.border-s-gray-500\/5 {
  border-inline-start-color: rgb(104 107 114 / 0.05);
}

.border-s-gray-500\/50 {
  border-inline-start-color: rgb(104 107 114 / 0.5);
}

.border-s-gray-500\/60 {
  border-inline-start-color: rgb(104 107 114 / 0.6);
}

.border-s-gray-500\/70 {
  border-inline-start-color: rgb(104 107 114 / 0.7);
}

.border-s-gray-500\/75 {
  border-inline-start-color: rgb(104 107 114 / 0.75);
}

.border-s-gray-500\/80 {
  border-inline-start-color: rgb(104 107 114 / 0.8);
}

.border-s-gray-500\/90 {
  border-inline-start-color: rgb(104 107 114 / 0.9);
}

.border-s-gray-500\/95 {
  border-inline-start-color: rgb(104 107 114 / 0.95);
}

.border-s-gray-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(89 91 97 / var(--tw-border-opacity));
}

.border-s-gray-600\/0 {
  border-inline-start-color: rgb(89 91 97 / 0);
}

.border-s-gray-600\/10 {
  border-inline-start-color: rgb(89 91 97 / 0.1);
}

.border-s-gray-600\/100 {
  border-inline-start-color: rgb(89 91 97 / 1);
}

.border-s-gray-600\/20 {
  border-inline-start-color: rgb(89 91 97 / 0.2);
}

.border-s-gray-600\/25 {
  border-inline-start-color: rgb(89 91 97 / 0.25);
}

.border-s-gray-600\/30 {
  border-inline-start-color: rgb(89 91 97 / 0.3);
}

.border-s-gray-600\/40 {
  border-inline-start-color: rgb(89 91 97 / 0.4);
}

.border-s-gray-600\/5 {
  border-inline-start-color: rgb(89 91 97 / 0.05);
}

.border-s-gray-600\/50 {
  border-inline-start-color: rgb(89 91 97 / 0.5);
}

.border-s-gray-600\/60 {
  border-inline-start-color: rgb(89 91 97 / 0.6);
}

.border-s-gray-600\/70 {
  border-inline-start-color: rgb(89 91 97 / 0.7);
}

.border-s-gray-600\/75 {
  border-inline-start-color: rgb(89 91 97 / 0.75);
}

.border-s-gray-600\/80 {
  border-inline-start-color: rgb(89 91 97 / 0.8);
}

.border-s-gray-600\/90 {
  border-inline-start-color: rgb(89 91 97 / 0.9);
}

.border-s-gray-600\/95 {
  border-inline-start-color: rgb(89 91 97 / 0.95);
}

.border-s-gray-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(77 79 83 / var(--tw-border-opacity));
}

.border-s-gray-700\/0 {
  border-inline-start-color: rgb(77 79 83 / 0);
}

.border-s-gray-700\/10 {
  border-inline-start-color: rgb(77 79 83 / 0.1);
}

.border-s-gray-700\/100 {
  border-inline-start-color: rgb(77 79 83 / 1);
}

.border-s-gray-700\/20 {
  border-inline-start-color: rgb(77 79 83 / 0.2);
}

.border-s-gray-700\/25 {
  border-inline-start-color: rgb(77 79 83 / 0.25);
}

.border-s-gray-700\/30 {
  border-inline-start-color: rgb(77 79 83 / 0.3);
}

.border-s-gray-700\/40 {
  border-inline-start-color: rgb(77 79 83 / 0.4);
}

.border-s-gray-700\/5 {
  border-inline-start-color: rgb(77 79 83 / 0.05);
}

.border-s-gray-700\/50 {
  border-inline-start-color: rgb(77 79 83 / 0.5);
}

.border-s-gray-700\/60 {
  border-inline-start-color: rgb(77 79 83 / 0.6);
}

.border-s-gray-700\/70 {
  border-inline-start-color: rgb(77 79 83 / 0.7);
}

.border-s-gray-700\/75 {
  border-inline-start-color: rgb(77 79 83 / 0.75);
}

.border-s-gray-700\/80 {
  border-inline-start-color: rgb(77 79 83 / 0.8);
}

.border-s-gray-700\/90 {
  border-inline-start-color: rgb(77 79 83 / 0.9);
}

.border-s-gray-700\/95 {
  border-inline-start-color: rgb(77 79 83 / 0.95);
}

.border-s-gray-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(67 68 71 / var(--tw-border-opacity));
}

.border-s-gray-800\/0 {
  border-inline-start-color: rgb(67 68 71 / 0);
}

.border-s-gray-800\/10 {
  border-inline-start-color: rgb(67 68 71 / 0.1);
}

.border-s-gray-800\/100 {
  border-inline-start-color: rgb(67 68 71 / 1);
}

.border-s-gray-800\/20 {
  border-inline-start-color: rgb(67 68 71 / 0.2);
}

.border-s-gray-800\/25 {
  border-inline-start-color: rgb(67 68 71 / 0.25);
}

.border-s-gray-800\/30 {
  border-inline-start-color: rgb(67 68 71 / 0.3);
}

.border-s-gray-800\/40 {
  border-inline-start-color: rgb(67 68 71 / 0.4);
}

.border-s-gray-800\/5 {
  border-inline-start-color: rgb(67 68 71 / 0.05);
}

.border-s-gray-800\/50 {
  border-inline-start-color: rgb(67 68 71 / 0.5);
}

.border-s-gray-800\/60 {
  border-inline-start-color: rgb(67 68 71 / 0.6);
}

.border-s-gray-800\/70 {
  border-inline-start-color: rgb(67 68 71 / 0.7);
}

.border-s-gray-800\/75 {
  border-inline-start-color: rgb(67 68 71 / 0.75);
}

.border-s-gray-800\/80 {
  border-inline-start-color: rgb(67 68 71 / 0.8);
}

.border-s-gray-800\/90 {
  border-inline-start-color: rgb(67 68 71 / 0.9);
}

.border-s-gray-800\/95 {
  border-inline-start-color: rgb(67 68 71 / 0.95);
}

.border-s-gray-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(59 60 62 / var(--tw-border-opacity));
}

.border-s-gray-900\/0 {
  border-inline-start-color: rgb(59 60 62 / 0);
}

.border-s-gray-900\/10 {
  border-inline-start-color: rgb(59 60 62 / 0.1);
}

.border-s-gray-900\/100 {
  border-inline-start-color: rgb(59 60 62 / 1);
}

.border-s-gray-900\/20 {
  border-inline-start-color: rgb(59 60 62 / 0.2);
}

.border-s-gray-900\/25 {
  border-inline-start-color: rgb(59 60 62 / 0.25);
}

.border-s-gray-900\/30 {
  border-inline-start-color: rgb(59 60 62 / 0.3);
}

.border-s-gray-900\/40 {
  border-inline-start-color: rgb(59 60 62 / 0.4);
}

.border-s-gray-900\/5 {
  border-inline-start-color: rgb(59 60 62 / 0.05);
}

.border-s-gray-900\/50 {
  border-inline-start-color: rgb(59 60 62 / 0.5);
}

.border-s-gray-900\/60 {
  border-inline-start-color: rgb(59 60 62 / 0.6);
}

.border-s-gray-900\/70 {
  border-inline-start-color: rgb(59 60 62 / 0.7);
}

.border-s-gray-900\/75 {
  border-inline-start-color: rgb(59 60 62 / 0.75);
}

.border-s-gray-900\/80 {
  border-inline-start-color: rgb(59 60 62 / 0.8);
}

.border-s-gray-900\/90 {
  border-inline-start-color: rgb(59 60 62 / 0.9);
}

.border-s-gray-900\/95 {
  border-inline-start-color: rgb(59 60 62 / 0.95);
}

.border-s-gray-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(37 38 39 / var(--tw-border-opacity));
}

.border-s-gray-950\/0 {
  border-inline-start-color: rgb(37 38 39 / 0);
}

.border-s-gray-950\/10 {
  border-inline-start-color: rgb(37 38 39 / 0.1);
}

.border-s-gray-950\/100 {
  border-inline-start-color: rgb(37 38 39 / 1);
}

.border-s-gray-950\/20 {
  border-inline-start-color: rgb(37 38 39 / 0.2);
}

.border-s-gray-950\/25 {
  border-inline-start-color: rgb(37 38 39 / 0.25);
}

.border-s-gray-950\/30 {
  border-inline-start-color: rgb(37 38 39 / 0.3);
}

.border-s-gray-950\/40 {
  border-inline-start-color: rgb(37 38 39 / 0.4);
}

.border-s-gray-950\/5 {
  border-inline-start-color: rgb(37 38 39 / 0.05);
}

.border-s-gray-950\/50 {
  border-inline-start-color: rgb(37 38 39 / 0.5);
}

.border-s-gray-950\/60 {
  border-inline-start-color: rgb(37 38 39 / 0.6);
}

.border-s-gray-950\/70 {
  border-inline-start-color: rgb(37 38 39 / 0.7);
}

.border-s-gray-950\/75 {
  border-inline-start-color: rgb(37 38 39 / 0.75);
}

.border-s-gray-950\/80 {
  border-inline-start-color: rgb(37 38 39 / 0.8);
}

.border-s-gray-950\/90 {
  border-inline-start-color: rgb(37 38 39 / 0.9);
}

.border-s-gray-950\/95 {
  border-inline-start-color: rgb(37 38 39 / 0.95);
}

.border-s-gray\/0 {
  border-inline-start-color: rgb(77 79 83 / 0);
}

.border-s-gray\/10 {
  border-inline-start-color: rgb(77 79 83 / 0.1);
}

.border-s-gray\/100 {
  border-inline-start-color: rgb(77 79 83 / 1);
}

.border-s-gray\/20 {
  border-inline-start-color: rgb(77 79 83 / 0.2);
}

.border-s-gray\/25 {
  border-inline-start-color: rgb(77 79 83 / 0.25);
}

.border-s-gray\/30 {
  border-inline-start-color: rgb(77 79 83 / 0.3);
}

.border-s-gray\/40 {
  border-inline-start-color: rgb(77 79 83 / 0.4);
}

.border-s-gray\/5 {
  border-inline-start-color: rgb(77 79 83 / 0.05);
}

.border-s-gray\/50 {
  border-inline-start-color: rgb(77 79 83 / 0.5);
}

.border-s-gray\/60 {
  border-inline-start-color: rgb(77 79 83 / 0.6);
}

.border-s-gray\/70 {
  border-inline-start-color: rgb(77 79 83 / 0.7);
}

.border-s-gray\/75 {
  border-inline-start-color: rgb(77 79 83 / 0.75);
}

.border-s-gray\/80 {
  border-inline-start-color: rgb(77 79 83 / 0.8);
}

.border-s-gray\/90 {
  border-inline-start-color: rgb(77 79 83 / 0.9);
}

.border-s-gray\/95 {
  border-inline-start-color: rgb(77 79 83 / 0.95);
}

.border-s-green {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(181 203 82 / var(--tw-border-opacity));
}

.border-s-green-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(235 241 207 / var(--tw-border-opacity));
}

.border-s-green-100\/0 {
  border-inline-start-color: rgb(235 241 207 / 0);
}

.border-s-green-100\/10 {
  border-inline-start-color: rgb(235 241 207 / 0.1);
}

.border-s-green-100\/100 {
  border-inline-start-color: rgb(235 241 207 / 1);
}

.border-s-green-100\/20 {
  border-inline-start-color: rgb(235 241 207 / 0.2);
}

.border-s-green-100\/25 {
  border-inline-start-color: rgb(235 241 207 / 0.25);
}

.border-s-green-100\/30 {
  border-inline-start-color: rgb(235 241 207 / 0.3);
}

.border-s-green-100\/40 {
  border-inline-start-color: rgb(235 241 207 / 0.4);
}

.border-s-green-100\/5 {
  border-inline-start-color: rgb(235 241 207 / 0.05);
}

.border-s-green-100\/50 {
  border-inline-start-color: rgb(235 241 207 / 0.5);
}

.border-s-green-100\/60 {
  border-inline-start-color: rgb(235 241 207 / 0.6);
}

.border-s-green-100\/70 {
  border-inline-start-color: rgb(235 241 207 / 0.7);
}

.border-s-green-100\/75 {
  border-inline-start-color: rgb(235 241 207 / 0.75);
}

.border-s-green-100\/80 {
  border-inline-start-color: rgb(235 241 207 / 0.8);
}

.border-s-green-100\/90 {
  border-inline-start-color: rgb(235 241 207 / 0.9);
}

.border-s-green-100\/95 {
  border-inline-start-color: rgb(235 241 207 / 0.95);
}

.border-s-green-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(221 231 176 / var(--tw-border-opacity));
}

.border-s-green-200\/0 {
  border-inline-start-color: rgb(221 231 176 / 0);
}

.border-s-green-200\/10 {
  border-inline-start-color: rgb(221 231 176 / 0.1);
}

.border-s-green-200\/100 {
  border-inline-start-color: rgb(221 231 176 / 1);
}

.border-s-green-200\/20 {
  border-inline-start-color: rgb(221 231 176 / 0.2);
}

.border-s-green-200\/25 {
  border-inline-start-color: rgb(221 231 176 / 0.25);
}

.border-s-green-200\/30 {
  border-inline-start-color: rgb(221 231 176 / 0.3);
}

.border-s-green-200\/40 {
  border-inline-start-color: rgb(221 231 176 / 0.4);
}

.border-s-green-200\/5 {
  border-inline-start-color: rgb(221 231 176 / 0.05);
}

.border-s-green-200\/50 {
  border-inline-start-color: rgb(221 231 176 / 0.5);
}

.border-s-green-200\/60 {
  border-inline-start-color: rgb(221 231 176 / 0.6);
}

.border-s-green-200\/70 {
  border-inline-start-color: rgb(221 231 176 / 0.7);
}

.border-s-green-200\/75 {
  border-inline-start-color: rgb(221 231 176 / 0.75);
}

.border-s-green-200\/80 {
  border-inline-start-color: rgb(221 231 176 / 0.8);
}

.border-s-green-200\/90 {
  border-inline-start-color: rgb(221 231 176 / 0.9);
}

.border-s-green-200\/95 {
  border-inline-start-color: rgb(221 231 176 / 0.95);
}

.border-s-green-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(208 222 145 / var(--tw-border-opacity));
}

.border-s-green-300\/0 {
  border-inline-start-color: rgb(208 222 145 / 0);
}

.border-s-green-300\/10 {
  border-inline-start-color: rgb(208 222 145 / 0.1);
}

.border-s-green-300\/100 {
  border-inline-start-color: rgb(208 222 145 / 1);
}

.border-s-green-300\/20 {
  border-inline-start-color: rgb(208 222 145 / 0.2);
}

.border-s-green-300\/25 {
  border-inline-start-color: rgb(208 222 145 / 0.25);
}

.border-s-green-300\/30 {
  border-inline-start-color: rgb(208 222 145 / 0.3);
}

.border-s-green-300\/40 {
  border-inline-start-color: rgb(208 222 145 / 0.4);
}

.border-s-green-300\/5 {
  border-inline-start-color: rgb(208 222 145 / 0.05);
}

.border-s-green-300\/50 {
  border-inline-start-color: rgb(208 222 145 / 0.5);
}

.border-s-green-300\/60 {
  border-inline-start-color: rgb(208 222 145 / 0.6);
}

.border-s-green-300\/70 {
  border-inline-start-color: rgb(208 222 145 / 0.7);
}

.border-s-green-300\/75 {
  border-inline-start-color: rgb(208 222 145 / 0.75);
}

.border-s-green-300\/80 {
  border-inline-start-color: rgb(208 222 145 / 0.8);
}

.border-s-green-300\/90 {
  border-inline-start-color: rgb(208 222 145 / 0.9);
}

.border-s-green-300\/95 {
  border-inline-start-color: rgb(208 222 145 / 0.95);
}

.border-s-green-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(194 212 113 / var(--tw-border-opacity));
}

.border-s-green-400\/0 {
  border-inline-start-color: rgb(194 212 113 / 0);
}

.border-s-green-400\/10 {
  border-inline-start-color: rgb(194 212 113 / 0.1);
}

.border-s-green-400\/100 {
  border-inline-start-color: rgb(194 212 113 / 1);
}

.border-s-green-400\/20 {
  border-inline-start-color: rgb(194 212 113 / 0.2);
}

.border-s-green-400\/25 {
  border-inline-start-color: rgb(194 212 113 / 0.25);
}

.border-s-green-400\/30 {
  border-inline-start-color: rgb(194 212 113 / 0.3);
}

.border-s-green-400\/40 {
  border-inline-start-color: rgb(194 212 113 / 0.4);
}

.border-s-green-400\/5 {
  border-inline-start-color: rgb(194 212 113 / 0.05);
}

.border-s-green-400\/50 {
  border-inline-start-color: rgb(194 212 113 / 0.5);
}

.border-s-green-400\/60 {
  border-inline-start-color: rgb(194 212 113 / 0.6);
}

.border-s-green-400\/70 {
  border-inline-start-color: rgb(194 212 113 / 0.7);
}

.border-s-green-400\/75 {
  border-inline-start-color: rgb(194 212 113 / 0.75);
}

.border-s-green-400\/80 {
  border-inline-start-color: rgb(194 212 113 / 0.8);
}

.border-s-green-400\/90 {
  border-inline-start-color: rgb(194 212 113 / 0.9);
}

.border-s-green-400\/95 {
  border-inline-start-color: rgb(194 212 113 / 0.95);
}

.border-s-green-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(241 245 223 / var(--tw-border-opacity));
}

.border-s-green-50\/0 {
  border-inline-start-color: rgb(241 245 223 / 0);
}

.border-s-green-50\/10 {
  border-inline-start-color: rgb(241 245 223 / 0.1);
}

.border-s-green-50\/100 {
  border-inline-start-color: rgb(241 245 223 / 1);
}

.border-s-green-50\/20 {
  border-inline-start-color: rgb(241 245 223 / 0.2);
}

.border-s-green-50\/25 {
  border-inline-start-color: rgb(241 245 223 / 0.25);
}

.border-s-green-50\/30 {
  border-inline-start-color: rgb(241 245 223 / 0.3);
}

.border-s-green-50\/40 {
  border-inline-start-color: rgb(241 245 223 / 0.4);
}

.border-s-green-50\/5 {
  border-inline-start-color: rgb(241 245 223 / 0.05);
}

.border-s-green-50\/50 {
  border-inline-start-color: rgb(241 245 223 / 0.5);
}

.border-s-green-50\/60 {
  border-inline-start-color: rgb(241 245 223 / 0.6);
}

.border-s-green-50\/70 {
  border-inline-start-color: rgb(241 245 223 / 0.7);
}

.border-s-green-50\/75 {
  border-inline-start-color: rgb(241 245 223 / 0.75);
}

.border-s-green-50\/80 {
  border-inline-start-color: rgb(241 245 223 / 0.8);
}

.border-s-green-50\/90 {
  border-inline-start-color: rgb(241 245 223 / 0.9);
}

.border-s-green-50\/95 {
  border-inline-start-color: rgb(241 245 223 / 0.95);
}

.border-s-green-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(181 203 82 / var(--tw-border-opacity));
}

.border-s-green-500\/0 {
  border-inline-start-color: rgb(181 203 82 / 0);
}

.border-s-green-500\/10 {
  border-inline-start-color: rgb(181 203 82 / 0.1);
}

.border-s-green-500\/100 {
  border-inline-start-color: rgb(181 203 82 / 1);
}

.border-s-green-500\/20 {
  border-inline-start-color: rgb(181 203 82 / 0.2);
}

.border-s-green-500\/25 {
  border-inline-start-color: rgb(181 203 82 / 0.25);
}

.border-s-green-500\/30 {
  border-inline-start-color: rgb(181 203 82 / 0.3);
}

.border-s-green-500\/40 {
  border-inline-start-color: rgb(181 203 82 / 0.4);
}

.border-s-green-500\/5 {
  border-inline-start-color: rgb(181 203 82 / 0.05);
}

.border-s-green-500\/50 {
  border-inline-start-color: rgb(181 203 82 / 0.5);
}

.border-s-green-500\/60 {
  border-inline-start-color: rgb(181 203 82 / 0.6);
}

.border-s-green-500\/70 {
  border-inline-start-color: rgb(181 203 82 / 0.7);
}

.border-s-green-500\/75 {
  border-inline-start-color: rgb(181 203 82 / 0.75);
}

.border-s-green-500\/80 {
  border-inline-start-color: rgb(181 203 82 / 0.8);
}

.border-s-green-500\/90 {
  border-inline-start-color: rgb(181 203 82 / 0.9);
}

.border-s-green-500\/95 {
  border-inline-start-color: rgb(181 203 82 / 0.95);
}

.border-s-green-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(154 176 53 / var(--tw-border-opacity));
}

.border-s-green-600\/0 {
  border-inline-start-color: rgb(154 176 53 / 0);
}

.border-s-green-600\/10 {
  border-inline-start-color: rgb(154 176 53 / 0.1);
}

.border-s-green-600\/100 {
  border-inline-start-color: rgb(154 176 53 / 1);
}

.border-s-green-600\/20 {
  border-inline-start-color: rgb(154 176 53 / 0.2);
}

.border-s-green-600\/25 {
  border-inline-start-color: rgb(154 176 53 / 0.25);
}

.border-s-green-600\/30 {
  border-inline-start-color: rgb(154 176 53 / 0.3);
}

.border-s-green-600\/40 {
  border-inline-start-color: rgb(154 176 53 / 0.4);
}

.border-s-green-600\/5 {
  border-inline-start-color: rgb(154 176 53 / 0.05);
}

.border-s-green-600\/50 {
  border-inline-start-color: rgb(154 176 53 / 0.5);
}

.border-s-green-600\/60 {
  border-inline-start-color: rgb(154 176 53 / 0.6);
}

.border-s-green-600\/70 {
  border-inline-start-color: rgb(154 176 53 / 0.7);
}

.border-s-green-600\/75 {
  border-inline-start-color: rgb(154 176 53 / 0.75);
}

.border-s-green-600\/80 {
  border-inline-start-color: rgb(154 176 53 / 0.8);
}

.border-s-green-600\/90 {
  border-inline-start-color: rgb(154 176 53 / 0.9);
}

.border-s-green-600\/95 {
  border-inline-start-color: rgb(154 176 53 / 0.95);
}

.border-s-green-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(116 133 40 / var(--tw-border-opacity));
}

.border-s-green-700\/0 {
  border-inline-start-color: rgb(116 133 40 / 0);
}

.border-s-green-700\/10 {
  border-inline-start-color: rgb(116 133 40 / 0.1);
}

.border-s-green-700\/100 {
  border-inline-start-color: rgb(116 133 40 / 1);
}

.border-s-green-700\/20 {
  border-inline-start-color: rgb(116 133 40 / 0.2);
}

.border-s-green-700\/25 {
  border-inline-start-color: rgb(116 133 40 / 0.25);
}

.border-s-green-700\/30 {
  border-inline-start-color: rgb(116 133 40 / 0.3);
}

.border-s-green-700\/40 {
  border-inline-start-color: rgb(116 133 40 / 0.4);
}

.border-s-green-700\/5 {
  border-inline-start-color: rgb(116 133 40 / 0.05);
}

.border-s-green-700\/50 {
  border-inline-start-color: rgb(116 133 40 / 0.5);
}

.border-s-green-700\/60 {
  border-inline-start-color: rgb(116 133 40 / 0.6);
}

.border-s-green-700\/70 {
  border-inline-start-color: rgb(116 133 40 / 0.7);
}

.border-s-green-700\/75 {
  border-inline-start-color: rgb(116 133 40 / 0.75);
}

.border-s-green-700\/80 {
  border-inline-start-color: rgb(116 133 40 / 0.8);
}

.border-s-green-700\/90 {
  border-inline-start-color: rgb(116 133 40 / 0.9);
}

.border-s-green-700\/95 {
  border-inline-start-color: rgb(116 133 40 / 0.95);
}

.border-s-green-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(78 90 27 / var(--tw-border-opacity));
}

.border-s-green-800\/0 {
  border-inline-start-color: rgb(78 90 27 / 0);
}

.border-s-green-800\/10 {
  border-inline-start-color: rgb(78 90 27 / 0.1);
}

.border-s-green-800\/100 {
  border-inline-start-color: rgb(78 90 27 / 1);
}

.border-s-green-800\/20 {
  border-inline-start-color: rgb(78 90 27 / 0.2);
}

.border-s-green-800\/25 {
  border-inline-start-color: rgb(78 90 27 / 0.25);
}

.border-s-green-800\/30 {
  border-inline-start-color: rgb(78 90 27 / 0.3);
}

.border-s-green-800\/40 {
  border-inline-start-color: rgb(78 90 27 / 0.4);
}

.border-s-green-800\/5 {
  border-inline-start-color: rgb(78 90 27 / 0.05);
}

.border-s-green-800\/50 {
  border-inline-start-color: rgb(78 90 27 / 0.5);
}

.border-s-green-800\/60 {
  border-inline-start-color: rgb(78 90 27 / 0.6);
}

.border-s-green-800\/70 {
  border-inline-start-color: rgb(78 90 27 / 0.7);
}

.border-s-green-800\/75 {
  border-inline-start-color: rgb(78 90 27 / 0.75);
}

.border-s-green-800\/80 {
  border-inline-start-color: rgb(78 90 27 / 0.8);
}

.border-s-green-800\/90 {
  border-inline-start-color: rgb(78 90 27 / 0.9);
}

.border-s-green-800\/95 {
  border-inline-start-color: rgb(78 90 27 / 0.95);
}

.border-s-green-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(41 47 14 / var(--tw-border-opacity));
}

.border-s-green-900\/0 {
  border-inline-start-color: rgb(41 47 14 / 0);
}

.border-s-green-900\/10 {
  border-inline-start-color: rgb(41 47 14 / 0.1);
}

.border-s-green-900\/100 {
  border-inline-start-color: rgb(41 47 14 / 1);
}

.border-s-green-900\/20 {
  border-inline-start-color: rgb(41 47 14 / 0.2);
}

.border-s-green-900\/25 {
  border-inline-start-color: rgb(41 47 14 / 0.25);
}

.border-s-green-900\/30 {
  border-inline-start-color: rgb(41 47 14 / 0.3);
}

.border-s-green-900\/40 {
  border-inline-start-color: rgb(41 47 14 / 0.4);
}

.border-s-green-900\/5 {
  border-inline-start-color: rgb(41 47 14 / 0.05);
}

.border-s-green-900\/50 {
  border-inline-start-color: rgb(41 47 14 / 0.5);
}

.border-s-green-900\/60 {
  border-inline-start-color: rgb(41 47 14 / 0.6);
}

.border-s-green-900\/70 {
  border-inline-start-color: rgb(41 47 14 / 0.7);
}

.border-s-green-900\/75 {
  border-inline-start-color: rgb(41 47 14 / 0.75);
}

.border-s-green-900\/80 {
  border-inline-start-color: rgb(41 47 14 / 0.8);
}

.border-s-green-900\/90 {
  border-inline-start-color: rgb(41 47 14 / 0.9);
}

.border-s-green-900\/95 {
  border-inline-start-color: rgb(41 47 14 / 0.95);
}

.border-s-green\/0 {
  border-inline-start-color: rgb(181 203 82 / 0);
}

.border-s-green\/10 {
  border-inline-start-color: rgb(181 203 82 / 0.1);
}

.border-s-green\/100 {
  border-inline-start-color: rgb(181 203 82 / 1);
}

.border-s-green\/20 {
  border-inline-start-color: rgb(181 203 82 / 0.2);
}

.border-s-green\/25 {
  border-inline-start-color: rgb(181 203 82 / 0.25);
}

.border-s-green\/30 {
  border-inline-start-color: rgb(181 203 82 / 0.3);
}

.border-s-green\/40 {
  border-inline-start-color: rgb(181 203 82 / 0.4);
}

.border-s-green\/5 {
  border-inline-start-color: rgb(181 203 82 / 0.05);
}

.border-s-green\/50 {
  border-inline-start-color: rgb(181 203 82 / 0.5);
}

.border-s-green\/60 {
  border-inline-start-color: rgb(181 203 82 / 0.6);
}

.border-s-green\/70 {
  border-inline-start-color: rgb(181 203 82 / 0.7);
}

.border-s-green\/75 {
  border-inline-start-color: rgb(181 203 82 / 0.75);
}

.border-s-green\/80 {
  border-inline-start-color: rgb(181 203 82 / 0.8);
}

.border-s-green\/90 {
  border-inline-start-color: rgb(181 203 82 / 0.9);
}

.border-s-green\/95 {
  border-inline-start-color: rgb(181 203 82 / 0.95);
}

.border-s-grey {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(77 79 83 / var(--tw-border-opacity));
}

.border-s-grey-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(229 230 232 / var(--tw-border-opacity));
}

.border-s-grey-100\/0 {
  border-inline-start-color: rgb(229 230 232 / 0);
}

.border-s-grey-100\/10 {
  border-inline-start-color: rgb(229 230 232 / 0.1);
}

.border-s-grey-100\/100 {
  border-inline-start-color: rgb(229 230 232 / 1);
}

.border-s-grey-100\/20 {
  border-inline-start-color: rgb(229 230 232 / 0.2);
}

.border-s-grey-100\/25 {
  border-inline-start-color: rgb(229 230 232 / 0.25);
}

.border-s-grey-100\/30 {
  border-inline-start-color: rgb(229 230 232 / 0.3);
}

.border-s-grey-100\/40 {
  border-inline-start-color: rgb(229 230 232 / 0.4);
}

.border-s-grey-100\/5 {
  border-inline-start-color: rgb(229 230 232 / 0.05);
}

.border-s-grey-100\/50 {
  border-inline-start-color: rgb(229 230 232 / 0.5);
}

.border-s-grey-100\/60 {
  border-inline-start-color: rgb(229 230 232 / 0.6);
}

.border-s-grey-100\/70 {
  border-inline-start-color: rgb(229 230 232 / 0.7);
}

.border-s-grey-100\/75 {
  border-inline-start-color: rgb(229 230 232 / 0.75);
}

.border-s-grey-100\/80 {
  border-inline-start-color: rgb(229 230 232 / 0.8);
}

.border-s-grey-100\/90 {
  border-inline-start-color: rgb(229 230 232 / 0.9);
}

.border-s-grey-100\/95 {
  border-inline-start-color: rgb(229 230 232 / 0.95);
}

.border-s-grey-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(207 209 210 / var(--tw-border-opacity));
}

.border-s-grey-200\/0 {
  border-inline-start-color: rgb(207 209 210 / 0);
}

.border-s-grey-200\/10 {
  border-inline-start-color: rgb(207 209 210 / 0.1);
}

.border-s-grey-200\/100 {
  border-inline-start-color: rgb(207 209 210 / 1);
}

.border-s-grey-200\/20 {
  border-inline-start-color: rgb(207 209 210 / 0.2);
}

.border-s-grey-200\/25 {
  border-inline-start-color: rgb(207 209 210 / 0.25);
}

.border-s-grey-200\/30 {
  border-inline-start-color: rgb(207 209 210 / 0.3);
}

.border-s-grey-200\/40 {
  border-inline-start-color: rgb(207 209 210 / 0.4);
}

.border-s-grey-200\/5 {
  border-inline-start-color: rgb(207 209 210 / 0.05);
}

.border-s-grey-200\/50 {
  border-inline-start-color: rgb(207 209 210 / 0.5);
}

.border-s-grey-200\/60 {
  border-inline-start-color: rgb(207 209 210 / 0.6);
}

.border-s-grey-200\/70 {
  border-inline-start-color: rgb(207 209 210 / 0.7);
}

.border-s-grey-200\/75 {
  border-inline-start-color: rgb(207 209 210 / 0.75);
}

.border-s-grey-200\/80 {
  border-inline-start-color: rgb(207 209 210 / 0.8);
}

.border-s-grey-200\/90 {
  border-inline-start-color: rgb(207 209 210 / 0.9);
}

.border-s-grey-200\/95 {
  border-inline-start-color: rgb(207 209 210 / 0.95);
}

.border-s-grey-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(173 176 179 / var(--tw-border-opacity));
}

.border-s-grey-300\/0 {
  border-inline-start-color: rgb(173 176 179 / 0);
}

.border-s-grey-300\/10 {
  border-inline-start-color: rgb(173 176 179 / 0.1);
}

.border-s-grey-300\/100 {
  border-inline-start-color: rgb(173 176 179 / 1);
}

.border-s-grey-300\/20 {
  border-inline-start-color: rgb(173 176 179 / 0.2);
}

.border-s-grey-300\/25 {
  border-inline-start-color: rgb(173 176 179 / 0.25);
}

.border-s-grey-300\/30 {
  border-inline-start-color: rgb(173 176 179 / 0.3);
}

.border-s-grey-300\/40 {
  border-inline-start-color: rgb(173 176 179 / 0.4);
}

.border-s-grey-300\/5 {
  border-inline-start-color: rgb(173 176 179 / 0.05);
}

.border-s-grey-300\/50 {
  border-inline-start-color: rgb(173 176 179 / 0.5);
}

.border-s-grey-300\/60 {
  border-inline-start-color: rgb(173 176 179 / 0.6);
}

.border-s-grey-300\/70 {
  border-inline-start-color: rgb(173 176 179 / 0.7);
}

.border-s-grey-300\/75 {
  border-inline-start-color: rgb(173 176 179 / 0.75);
}

.border-s-grey-300\/80 {
  border-inline-start-color: rgb(173 176 179 / 0.8);
}

.border-s-grey-300\/90 {
  border-inline-start-color: rgb(173 176 179 / 0.9);
}

.border-s-grey-300\/95 {
  border-inline-start-color: rgb(173 176 179 / 0.95);
}

.border-s-grey-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(131 134 141 / var(--tw-border-opacity));
}

.border-s-grey-400\/0 {
  border-inline-start-color: rgb(131 134 141 / 0);
}

.border-s-grey-400\/10 {
  border-inline-start-color: rgb(131 134 141 / 0.1);
}

.border-s-grey-400\/100 {
  border-inline-start-color: rgb(131 134 141 / 1);
}

.border-s-grey-400\/20 {
  border-inline-start-color: rgb(131 134 141 / 0.2);
}

.border-s-grey-400\/25 {
  border-inline-start-color: rgb(131 134 141 / 0.25);
}

.border-s-grey-400\/30 {
  border-inline-start-color: rgb(131 134 141 / 0.3);
}

.border-s-grey-400\/40 {
  border-inline-start-color: rgb(131 134 141 / 0.4);
}

.border-s-grey-400\/5 {
  border-inline-start-color: rgb(131 134 141 / 0.05);
}

.border-s-grey-400\/50 {
  border-inline-start-color: rgb(131 134 141 / 0.5);
}

.border-s-grey-400\/60 {
  border-inline-start-color: rgb(131 134 141 / 0.6);
}

.border-s-grey-400\/70 {
  border-inline-start-color: rgb(131 134 141 / 0.7);
}

.border-s-grey-400\/75 {
  border-inline-start-color: rgb(131 134 141 / 0.75);
}

.border-s-grey-400\/80 {
  border-inline-start-color: rgb(131 134 141 / 0.8);
}

.border-s-grey-400\/90 {
  border-inline-start-color: rgb(131 134 141 / 0.9);
}

.border-s-grey-400\/95 {
  border-inline-start-color: rgb(131 134 141 / 0.95);
}

.border-s-grey-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 246 246 / var(--tw-border-opacity));
}

.border-s-grey-50\/0 {
  border-inline-start-color: rgb(245 246 246 / 0);
}

.border-s-grey-50\/10 {
  border-inline-start-color: rgb(245 246 246 / 0.1);
}

.border-s-grey-50\/100 {
  border-inline-start-color: rgb(245 246 246 / 1);
}

.border-s-grey-50\/20 {
  border-inline-start-color: rgb(245 246 246 / 0.2);
}

.border-s-grey-50\/25 {
  border-inline-start-color: rgb(245 246 246 / 0.25);
}

.border-s-grey-50\/30 {
  border-inline-start-color: rgb(245 246 246 / 0.3);
}

.border-s-grey-50\/40 {
  border-inline-start-color: rgb(245 246 246 / 0.4);
}

.border-s-grey-50\/5 {
  border-inline-start-color: rgb(245 246 246 / 0.05);
}

.border-s-grey-50\/50 {
  border-inline-start-color: rgb(245 246 246 / 0.5);
}

.border-s-grey-50\/60 {
  border-inline-start-color: rgb(245 246 246 / 0.6);
}

.border-s-grey-50\/70 {
  border-inline-start-color: rgb(245 246 246 / 0.7);
}

.border-s-grey-50\/75 {
  border-inline-start-color: rgb(245 246 246 / 0.75);
}

.border-s-grey-50\/80 {
  border-inline-start-color: rgb(245 246 246 / 0.8);
}

.border-s-grey-50\/90 {
  border-inline-start-color: rgb(245 246 246 / 0.9);
}

.border-s-grey-50\/95 {
  border-inline-start-color: rgb(245 246 246 / 0.95);
}

.border-s-grey-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(104 107 114 / var(--tw-border-opacity));
}

.border-s-grey-500\/0 {
  border-inline-start-color: rgb(104 107 114 / 0);
}

.border-s-grey-500\/10 {
  border-inline-start-color: rgb(104 107 114 / 0.1);
}

.border-s-grey-500\/100 {
  border-inline-start-color: rgb(104 107 114 / 1);
}

.border-s-grey-500\/20 {
  border-inline-start-color: rgb(104 107 114 / 0.2);
}

.border-s-grey-500\/25 {
  border-inline-start-color: rgb(104 107 114 / 0.25);
}

.border-s-grey-500\/30 {
  border-inline-start-color: rgb(104 107 114 / 0.3);
}

.border-s-grey-500\/40 {
  border-inline-start-color: rgb(104 107 114 / 0.4);
}

.border-s-grey-500\/5 {
  border-inline-start-color: rgb(104 107 114 / 0.05);
}

.border-s-grey-500\/50 {
  border-inline-start-color: rgb(104 107 114 / 0.5);
}

.border-s-grey-500\/60 {
  border-inline-start-color: rgb(104 107 114 / 0.6);
}

.border-s-grey-500\/70 {
  border-inline-start-color: rgb(104 107 114 / 0.7);
}

.border-s-grey-500\/75 {
  border-inline-start-color: rgb(104 107 114 / 0.75);
}

.border-s-grey-500\/80 {
  border-inline-start-color: rgb(104 107 114 / 0.8);
}

.border-s-grey-500\/90 {
  border-inline-start-color: rgb(104 107 114 / 0.9);
}

.border-s-grey-500\/95 {
  border-inline-start-color: rgb(104 107 114 / 0.95);
}

.border-s-grey-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(89 91 97 / var(--tw-border-opacity));
}

.border-s-grey-600\/0 {
  border-inline-start-color: rgb(89 91 97 / 0);
}

.border-s-grey-600\/10 {
  border-inline-start-color: rgb(89 91 97 / 0.1);
}

.border-s-grey-600\/100 {
  border-inline-start-color: rgb(89 91 97 / 1);
}

.border-s-grey-600\/20 {
  border-inline-start-color: rgb(89 91 97 / 0.2);
}

.border-s-grey-600\/25 {
  border-inline-start-color: rgb(89 91 97 / 0.25);
}

.border-s-grey-600\/30 {
  border-inline-start-color: rgb(89 91 97 / 0.3);
}

.border-s-grey-600\/40 {
  border-inline-start-color: rgb(89 91 97 / 0.4);
}

.border-s-grey-600\/5 {
  border-inline-start-color: rgb(89 91 97 / 0.05);
}

.border-s-grey-600\/50 {
  border-inline-start-color: rgb(89 91 97 / 0.5);
}

.border-s-grey-600\/60 {
  border-inline-start-color: rgb(89 91 97 / 0.6);
}

.border-s-grey-600\/70 {
  border-inline-start-color: rgb(89 91 97 / 0.7);
}

.border-s-grey-600\/75 {
  border-inline-start-color: rgb(89 91 97 / 0.75);
}

.border-s-grey-600\/80 {
  border-inline-start-color: rgb(89 91 97 / 0.8);
}

.border-s-grey-600\/90 {
  border-inline-start-color: rgb(89 91 97 / 0.9);
}

.border-s-grey-600\/95 {
  border-inline-start-color: rgb(89 91 97 / 0.95);
}

.border-s-grey-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(77 79 83 / var(--tw-border-opacity));
}

.border-s-grey-700\/0 {
  border-inline-start-color: rgb(77 79 83 / 0);
}

.border-s-grey-700\/10 {
  border-inline-start-color: rgb(77 79 83 / 0.1);
}

.border-s-grey-700\/100 {
  border-inline-start-color: rgb(77 79 83 / 1);
}

.border-s-grey-700\/20 {
  border-inline-start-color: rgb(77 79 83 / 0.2);
}

.border-s-grey-700\/25 {
  border-inline-start-color: rgb(77 79 83 / 0.25);
}

.border-s-grey-700\/30 {
  border-inline-start-color: rgb(77 79 83 / 0.3);
}

.border-s-grey-700\/40 {
  border-inline-start-color: rgb(77 79 83 / 0.4);
}

.border-s-grey-700\/5 {
  border-inline-start-color: rgb(77 79 83 / 0.05);
}

.border-s-grey-700\/50 {
  border-inline-start-color: rgb(77 79 83 / 0.5);
}

.border-s-grey-700\/60 {
  border-inline-start-color: rgb(77 79 83 / 0.6);
}

.border-s-grey-700\/70 {
  border-inline-start-color: rgb(77 79 83 / 0.7);
}

.border-s-grey-700\/75 {
  border-inline-start-color: rgb(77 79 83 / 0.75);
}

.border-s-grey-700\/80 {
  border-inline-start-color: rgb(77 79 83 / 0.8);
}

.border-s-grey-700\/90 {
  border-inline-start-color: rgb(77 79 83 / 0.9);
}

.border-s-grey-700\/95 {
  border-inline-start-color: rgb(77 79 83 / 0.95);
}

.border-s-grey-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(67 68 71 / var(--tw-border-opacity));
}

.border-s-grey-800\/0 {
  border-inline-start-color: rgb(67 68 71 / 0);
}

.border-s-grey-800\/10 {
  border-inline-start-color: rgb(67 68 71 / 0.1);
}

.border-s-grey-800\/100 {
  border-inline-start-color: rgb(67 68 71 / 1);
}

.border-s-grey-800\/20 {
  border-inline-start-color: rgb(67 68 71 / 0.2);
}

.border-s-grey-800\/25 {
  border-inline-start-color: rgb(67 68 71 / 0.25);
}

.border-s-grey-800\/30 {
  border-inline-start-color: rgb(67 68 71 / 0.3);
}

.border-s-grey-800\/40 {
  border-inline-start-color: rgb(67 68 71 / 0.4);
}

.border-s-grey-800\/5 {
  border-inline-start-color: rgb(67 68 71 / 0.05);
}

.border-s-grey-800\/50 {
  border-inline-start-color: rgb(67 68 71 / 0.5);
}

.border-s-grey-800\/60 {
  border-inline-start-color: rgb(67 68 71 / 0.6);
}

.border-s-grey-800\/70 {
  border-inline-start-color: rgb(67 68 71 / 0.7);
}

.border-s-grey-800\/75 {
  border-inline-start-color: rgb(67 68 71 / 0.75);
}

.border-s-grey-800\/80 {
  border-inline-start-color: rgb(67 68 71 / 0.8);
}

.border-s-grey-800\/90 {
  border-inline-start-color: rgb(67 68 71 / 0.9);
}

.border-s-grey-800\/95 {
  border-inline-start-color: rgb(67 68 71 / 0.95);
}

.border-s-grey-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(59 60 62 / var(--tw-border-opacity));
}

.border-s-grey-900\/0 {
  border-inline-start-color: rgb(59 60 62 / 0);
}

.border-s-grey-900\/10 {
  border-inline-start-color: rgb(59 60 62 / 0.1);
}

.border-s-grey-900\/100 {
  border-inline-start-color: rgb(59 60 62 / 1);
}

.border-s-grey-900\/20 {
  border-inline-start-color: rgb(59 60 62 / 0.2);
}

.border-s-grey-900\/25 {
  border-inline-start-color: rgb(59 60 62 / 0.25);
}

.border-s-grey-900\/30 {
  border-inline-start-color: rgb(59 60 62 / 0.3);
}

.border-s-grey-900\/40 {
  border-inline-start-color: rgb(59 60 62 / 0.4);
}

.border-s-grey-900\/5 {
  border-inline-start-color: rgb(59 60 62 / 0.05);
}

.border-s-grey-900\/50 {
  border-inline-start-color: rgb(59 60 62 / 0.5);
}

.border-s-grey-900\/60 {
  border-inline-start-color: rgb(59 60 62 / 0.6);
}

.border-s-grey-900\/70 {
  border-inline-start-color: rgb(59 60 62 / 0.7);
}

.border-s-grey-900\/75 {
  border-inline-start-color: rgb(59 60 62 / 0.75);
}

.border-s-grey-900\/80 {
  border-inline-start-color: rgb(59 60 62 / 0.8);
}

.border-s-grey-900\/90 {
  border-inline-start-color: rgb(59 60 62 / 0.9);
}

.border-s-grey-900\/95 {
  border-inline-start-color: rgb(59 60 62 / 0.95);
}

.border-s-grey-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(37 38 39 / var(--tw-border-opacity));
}

.border-s-grey-950\/0 {
  border-inline-start-color: rgb(37 38 39 / 0);
}

.border-s-grey-950\/10 {
  border-inline-start-color: rgb(37 38 39 / 0.1);
}

.border-s-grey-950\/100 {
  border-inline-start-color: rgb(37 38 39 / 1);
}

.border-s-grey-950\/20 {
  border-inline-start-color: rgb(37 38 39 / 0.2);
}

.border-s-grey-950\/25 {
  border-inline-start-color: rgb(37 38 39 / 0.25);
}

.border-s-grey-950\/30 {
  border-inline-start-color: rgb(37 38 39 / 0.3);
}

.border-s-grey-950\/40 {
  border-inline-start-color: rgb(37 38 39 / 0.4);
}

.border-s-grey-950\/5 {
  border-inline-start-color: rgb(37 38 39 / 0.05);
}

.border-s-grey-950\/50 {
  border-inline-start-color: rgb(37 38 39 / 0.5);
}

.border-s-grey-950\/60 {
  border-inline-start-color: rgb(37 38 39 / 0.6);
}

.border-s-grey-950\/70 {
  border-inline-start-color: rgb(37 38 39 / 0.7);
}

.border-s-grey-950\/75 {
  border-inline-start-color: rgb(37 38 39 / 0.75);
}

.border-s-grey-950\/80 {
  border-inline-start-color: rgb(37 38 39 / 0.8);
}

.border-s-grey-950\/90 {
  border-inline-start-color: rgb(37 38 39 / 0.9);
}

.border-s-grey-950\/95 {
  border-inline-start-color: rgb(37 38 39 / 0.95);
}

.border-s-grey\/0 {
  border-inline-start-color: rgb(77 79 83 / 0);
}

.border-s-grey\/10 {
  border-inline-start-color: rgb(77 79 83 / 0.1);
}

.border-s-grey\/100 {
  border-inline-start-color: rgb(77 79 83 / 1);
}

.border-s-grey\/20 {
  border-inline-start-color: rgb(77 79 83 / 0.2);
}

.border-s-grey\/25 {
  border-inline-start-color: rgb(77 79 83 / 0.25);
}

.border-s-grey\/30 {
  border-inline-start-color: rgb(77 79 83 / 0.3);
}

.border-s-grey\/40 {
  border-inline-start-color: rgb(77 79 83 / 0.4);
}

.border-s-grey\/5 {
  border-inline-start-color: rgb(77 79 83 / 0.05);
}

.border-s-grey\/50 {
  border-inline-start-color: rgb(77 79 83 / 0.5);
}

.border-s-grey\/60 {
  border-inline-start-color: rgb(77 79 83 / 0.6);
}

.border-s-grey\/70 {
  border-inline-start-color: rgb(77 79 83 / 0.7);
}

.border-s-grey\/75 {
  border-inline-start-color: rgb(77 79 83 / 0.75);
}

.border-s-grey\/80 {
  border-inline-start-color: rgb(77 79 83 / 0.8);
}

.border-s-grey\/90 {
  border-inline-start-color: rgb(77 79 83 / 0.9);
}

.border-s-grey\/95 {
  border-inline-start-color: rgb(77 79 83 / 0.95);
}

.border-s-navy {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(10 81 122 / var(--tw-border-opacity));
}

.border-s-navy-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(225 242 253 / var(--tw-border-opacity));
}

.border-s-navy-100\/0 {
  border-inline-start-color: rgb(225 242 253 / 0);
}

.border-s-navy-100\/10 {
  border-inline-start-color: rgb(225 242 253 / 0.1);
}

.border-s-navy-100\/100 {
  border-inline-start-color: rgb(225 242 253 / 1);
}

.border-s-navy-100\/20 {
  border-inline-start-color: rgb(225 242 253 / 0.2);
}

.border-s-navy-100\/25 {
  border-inline-start-color: rgb(225 242 253 / 0.25);
}

.border-s-navy-100\/30 {
  border-inline-start-color: rgb(225 242 253 / 0.3);
}

.border-s-navy-100\/40 {
  border-inline-start-color: rgb(225 242 253 / 0.4);
}

.border-s-navy-100\/5 {
  border-inline-start-color: rgb(225 242 253 / 0.05);
}

.border-s-navy-100\/50 {
  border-inline-start-color: rgb(225 242 253 / 0.5);
}

.border-s-navy-100\/60 {
  border-inline-start-color: rgb(225 242 253 / 0.6);
}

.border-s-navy-100\/70 {
  border-inline-start-color: rgb(225 242 253 / 0.7);
}

.border-s-navy-100\/75 {
  border-inline-start-color: rgb(225 242 253 / 0.75);
}

.border-s-navy-100\/80 {
  border-inline-start-color: rgb(225 242 253 / 0.8);
}

.border-s-navy-100\/90 {
  border-inline-start-color: rgb(225 242 253 / 0.9);
}

.border-s-navy-100\/95 {
  border-inline-start-color: rgb(225 242 253 / 0.95);
}

.border-s-navy-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(188 228 251 / var(--tw-border-opacity));
}

.border-s-navy-200\/0 {
  border-inline-start-color: rgb(188 228 251 / 0);
}

.border-s-navy-200\/10 {
  border-inline-start-color: rgb(188 228 251 / 0.1);
}

.border-s-navy-200\/100 {
  border-inline-start-color: rgb(188 228 251 / 1);
}

.border-s-navy-200\/20 {
  border-inline-start-color: rgb(188 228 251 / 0.2);
}

.border-s-navy-200\/25 {
  border-inline-start-color: rgb(188 228 251 / 0.25);
}

.border-s-navy-200\/30 {
  border-inline-start-color: rgb(188 228 251 / 0.3);
}

.border-s-navy-200\/40 {
  border-inline-start-color: rgb(188 228 251 / 0.4);
}

.border-s-navy-200\/5 {
  border-inline-start-color: rgb(188 228 251 / 0.05);
}

.border-s-navy-200\/50 {
  border-inline-start-color: rgb(188 228 251 / 0.5);
}

.border-s-navy-200\/60 {
  border-inline-start-color: rgb(188 228 251 / 0.6);
}

.border-s-navy-200\/70 {
  border-inline-start-color: rgb(188 228 251 / 0.7);
}

.border-s-navy-200\/75 {
  border-inline-start-color: rgb(188 228 251 / 0.75);
}

.border-s-navy-200\/80 {
  border-inline-start-color: rgb(188 228 251 / 0.8);
}

.border-s-navy-200\/90 {
  border-inline-start-color: rgb(188 228 251 / 0.9);
}

.border-s-navy-200\/95 {
  border-inline-start-color: rgb(188 228 251 / 0.95);
}

.border-s-navy-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(129 208 248 / var(--tw-border-opacity));
}

.border-s-navy-300\/0 {
  border-inline-start-color: rgb(129 208 248 / 0);
}

.border-s-navy-300\/10 {
  border-inline-start-color: rgb(129 208 248 / 0.1);
}

.border-s-navy-300\/100 {
  border-inline-start-color: rgb(129 208 248 / 1);
}

.border-s-navy-300\/20 {
  border-inline-start-color: rgb(129 208 248 / 0.2);
}

.border-s-navy-300\/25 {
  border-inline-start-color: rgb(129 208 248 / 0.25);
}

.border-s-navy-300\/30 {
  border-inline-start-color: rgb(129 208 248 / 0.3);
}

.border-s-navy-300\/40 {
  border-inline-start-color: rgb(129 208 248 / 0.4);
}

.border-s-navy-300\/5 {
  border-inline-start-color: rgb(129 208 248 / 0.05);
}

.border-s-navy-300\/50 {
  border-inline-start-color: rgb(129 208 248 / 0.5);
}

.border-s-navy-300\/60 {
  border-inline-start-color: rgb(129 208 248 / 0.6);
}

.border-s-navy-300\/70 {
  border-inline-start-color: rgb(129 208 248 / 0.7);
}

.border-s-navy-300\/75 {
  border-inline-start-color: rgb(129 208 248 / 0.75);
}

.border-s-navy-300\/80 {
  border-inline-start-color: rgb(129 208 248 / 0.8);
}

.border-s-navy-300\/90 {
  border-inline-start-color: rgb(129 208 248 / 0.9);
}

.border-s-navy-300\/95 {
  border-inline-start-color: rgb(129 208 248 / 0.95);
}

.border-s-navy-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(61 184 243 / var(--tw-border-opacity));
}

.border-s-navy-400\/0 {
  border-inline-start-color: rgb(61 184 243 / 0);
}

.border-s-navy-400\/10 {
  border-inline-start-color: rgb(61 184 243 / 0.1);
}

.border-s-navy-400\/100 {
  border-inline-start-color: rgb(61 184 243 / 1);
}

.border-s-navy-400\/20 {
  border-inline-start-color: rgb(61 184 243 / 0.2);
}

.border-s-navy-400\/25 {
  border-inline-start-color: rgb(61 184 243 / 0.25);
}

.border-s-navy-400\/30 {
  border-inline-start-color: rgb(61 184 243 / 0.3);
}

.border-s-navy-400\/40 {
  border-inline-start-color: rgb(61 184 243 / 0.4);
}

.border-s-navy-400\/5 {
  border-inline-start-color: rgb(61 184 243 / 0.05);
}

.border-s-navy-400\/50 {
  border-inline-start-color: rgb(61 184 243 / 0.5);
}

.border-s-navy-400\/60 {
  border-inline-start-color: rgb(61 184 243 / 0.6);
}

.border-s-navy-400\/70 {
  border-inline-start-color: rgb(61 184 243 / 0.7);
}

.border-s-navy-400\/75 {
  border-inline-start-color: rgb(61 184 243 / 0.75);
}

.border-s-navy-400\/80 {
  border-inline-start-color: rgb(61 184 243 / 0.8);
}

.border-s-navy-400\/90 {
  border-inline-start-color: rgb(61 184 243 / 0.9);
}

.border-s-navy-400\/95 {
  border-inline-start-color: rgb(61 184 243 / 0.95);
}

.border-s-navy-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.border-s-navy-50\/0 {
  border-inline-start-color: rgb(240 249 255 / 0);
}

.border-s-navy-50\/10 {
  border-inline-start-color: rgb(240 249 255 / 0.1);
}

.border-s-navy-50\/100 {
  border-inline-start-color: rgb(240 249 255 / 1);
}

.border-s-navy-50\/20 {
  border-inline-start-color: rgb(240 249 255 / 0.2);
}

.border-s-navy-50\/25 {
  border-inline-start-color: rgb(240 249 255 / 0.25);
}

.border-s-navy-50\/30 {
  border-inline-start-color: rgb(240 249 255 / 0.3);
}

.border-s-navy-50\/40 {
  border-inline-start-color: rgb(240 249 255 / 0.4);
}

.border-s-navy-50\/5 {
  border-inline-start-color: rgb(240 249 255 / 0.05);
}

.border-s-navy-50\/50 {
  border-inline-start-color: rgb(240 249 255 / 0.5);
}

.border-s-navy-50\/60 {
  border-inline-start-color: rgb(240 249 255 / 0.6);
}

.border-s-navy-50\/70 {
  border-inline-start-color: rgb(240 249 255 / 0.7);
}

.border-s-navy-50\/75 {
  border-inline-start-color: rgb(240 249 255 / 0.75);
}

.border-s-navy-50\/80 {
  border-inline-start-color: rgb(240 249 255 / 0.8);
}

.border-s-navy-50\/90 {
  border-inline-start-color: rgb(240 249 255 / 0.9);
}

.border-s-navy-50\/95 {
  border-inline-start-color: rgb(240 249 255 / 0.95);
}

.border-s-navy-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(20 160 227 / var(--tw-border-opacity));
}

.border-s-navy-500\/0 {
  border-inline-start-color: rgb(20 160 227 / 0);
}

.border-s-navy-500\/10 {
  border-inline-start-color: rgb(20 160 227 / 0.1);
}

.border-s-navy-500\/100 {
  border-inline-start-color: rgb(20 160 227 / 1);
}

.border-s-navy-500\/20 {
  border-inline-start-color: rgb(20 160 227 / 0.2);
}

.border-s-navy-500\/25 {
  border-inline-start-color: rgb(20 160 227 / 0.25);
}

.border-s-navy-500\/30 {
  border-inline-start-color: rgb(20 160 227 / 0.3);
}

.border-s-navy-500\/40 {
  border-inline-start-color: rgb(20 160 227 / 0.4);
}

.border-s-navy-500\/5 {
  border-inline-start-color: rgb(20 160 227 / 0.05);
}

.border-s-navy-500\/50 {
  border-inline-start-color: rgb(20 160 227 / 0.5);
}

.border-s-navy-500\/60 {
  border-inline-start-color: rgb(20 160 227 / 0.6);
}

.border-s-navy-500\/70 {
  border-inline-start-color: rgb(20 160 227 / 0.7);
}

.border-s-navy-500\/75 {
  border-inline-start-color: rgb(20 160 227 / 0.75);
}

.border-s-navy-500\/80 {
  border-inline-start-color: rgb(20 160 227 / 0.8);
}

.border-s-navy-500\/90 {
  border-inline-start-color: rgb(20 160 227 / 0.9);
}

.border-s-navy-500\/95 {
  border-inline-start-color: rgb(20 160 227 / 0.95);
}

.border-s-navy-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(8 127 193 / var(--tw-border-opacity));
}

.border-s-navy-600\/0 {
  border-inline-start-color: rgb(8 127 193 / 0);
}

.border-s-navy-600\/10 {
  border-inline-start-color: rgb(8 127 193 / 0.1);
}

.border-s-navy-600\/100 {
  border-inline-start-color: rgb(8 127 193 / 1);
}

.border-s-navy-600\/20 {
  border-inline-start-color: rgb(8 127 193 / 0.2);
}

.border-s-navy-600\/25 {
  border-inline-start-color: rgb(8 127 193 / 0.25);
}

.border-s-navy-600\/30 {
  border-inline-start-color: rgb(8 127 193 / 0.3);
}

.border-s-navy-600\/40 {
  border-inline-start-color: rgb(8 127 193 / 0.4);
}

.border-s-navy-600\/5 {
  border-inline-start-color: rgb(8 127 193 / 0.05);
}

.border-s-navy-600\/50 {
  border-inline-start-color: rgb(8 127 193 / 0.5);
}

.border-s-navy-600\/60 {
  border-inline-start-color: rgb(8 127 193 / 0.6);
}

.border-s-navy-600\/70 {
  border-inline-start-color: rgb(8 127 193 / 0.7);
}

.border-s-navy-600\/75 {
  border-inline-start-color: rgb(8 127 193 / 0.75);
}

.border-s-navy-600\/80 {
  border-inline-start-color: rgb(8 127 193 / 0.8);
}

.border-s-navy-600\/90 {
  border-inline-start-color: rgb(8 127 193 / 0.9);
}

.border-s-navy-600\/95 {
  border-inline-start-color: rgb(8 127 193 / 0.95);
}

.border-s-navy-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(8 102 156 / var(--tw-border-opacity));
}

.border-s-navy-700\/0 {
  border-inline-start-color: rgb(8 102 156 / 0);
}

.border-s-navy-700\/10 {
  border-inline-start-color: rgb(8 102 156 / 0.1);
}

.border-s-navy-700\/100 {
  border-inline-start-color: rgb(8 102 156 / 1);
}

.border-s-navy-700\/20 {
  border-inline-start-color: rgb(8 102 156 / 0.2);
}

.border-s-navy-700\/25 {
  border-inline-start-color: rgb(8 102 156 / 0.25);
}

.border-s-navy-700\/30 {
  border-inline-start-color: rgb(8 102 156 / 0.3);
}

.border-s-navy-700\/40 {
  border-inline-start-color: rgb(8 102 156 / 0.4);
}

.border-s-navy-700\/5 {
  border-inline-start-color: rgb(8 102 156 / 0.05);
}

.border-s-navy-700\/50 {
  border-inline-start-color: rgb(8 102 156 / 0.5);
}

.border-s-navy-700\/60 {
  border-inline-start-color: rgb(8 102 156 / 0.6);
}

.border-s-navy-700\/70 {
  border-inline-start-color: rgb(8 102 156 / 0.7);
}

.border-s-navy-700\/75 {
  border-inline-start-color: rgb(8 102 156 / 0.75);
}

.border-s-navy-700\/80 {
  border-inline-start-color: rgb(8 102 156 / 0.8);
}

.border-s-navy-700\/90 {
  border-inline-start-color: rgb(8 102 156 / 0.9);
}

.border-s-navy-700\/95 {
  border-inline-start-color: rgb(8 102 156 / 0.95);
}

.border-s-navy-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(10 81 122 / var(--tw-border-opacity));
}

.border-s-navy-800\/0 {
  border-inline-start-color: rgb(10 81 122 / 0);
}

.border-s-navy-800\/10 {
  border-inline-start-color: rgb(10 81 122 / 0.1);
}

.border-s-navy-800\/100 {
  border-inline-start-color: rgb(10 81 122 / 1);
}

.border-s-navy-800\/20 {
  border-inline-start-color: rgb(10 81 122 / 0.2);
}

.border-s-navy-800\/25 {
  border-inline-start-color: rgb(10 81 122 / 0.25);
}

.border-s-navy-800\/30 {
  border-inline-start-color: rgb(10 81 122 / 0.3);
}

.border-s-navy-800\/40 {
  border-inline-start-color: rgb(10 81 122 / 0.4);
}

.border-s-navy-800\/5 {
  border-inline-start-color: rgb(10 81 122 / 0.05);
}

.border-s-navy-800\/50 {
  border-inline-start-color: rgb(10 81 122 / 0.5);
}

.border-s-navy-800\/60 {
  border-inline-start-color: rgb(10 81 122 / 0.6);
}

.border-s-navy-800\/70 {
  border-inline-start-color: rgb(10 81 122 / 0.7);
}

.border-s-navy-800\/75 {
  border-inline-start-color: rgb(10 81 122 / 0.75);
}

.border-s-navy-800\/80 {
  border-inline-start-color: rgb(10 81 122 / 0.8);
}

.border-s-navy-800\/90 {
  border-inline-start-color: rgb(10 81 122 / 0.9);
}

.border-s-navy-800\/95 {
  border-inline-start-color: rgb(10 81 122 / 0.95);
}

.border-s-navy-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(15 71 107 / var(--tw-border-opacity));
}

.border-s-navy-900\/0 {
  border-inline-start-color: rgb(15 71 107 / 0);
}

.border-s-navy-900\/10 {
  border-inline-start-color: rgb(15 71 107 / 0.1);
}

.border-s-navy-900\/100 {
  border-inline-start-color: rgb(15 71 107 / 1);
}

.border-s-navy-900\/20 {
  border-inline-start-color: rgb(15 71 107 / 0.2);
}

.border-s-navy-900\/25 {
  border-inline-start-color: rgb(15 71 107 / 0.25);
}

.border-s-navy-900\/30 {
  border-inline-start-color: rgb(15 71 107 / 0.3);
}

.border-s-navy-900\/40 {
  border-inline-start-color: rgb(15 71 107 / 0.4);
}

.border-s-navy-900\/5 {
  border-inline-start-color: rgb(15 71 107 / 0.05);
}

.border-s-navy-900\/50 {
  border-inline-start-color: rgb(15 71 107 / 0.5);
}

.border-s-navy-900\/60 {
  border-inline-start-color: rgb(15 71 107 / 0.6);
}

.border-s-navy-900\/70 {
  border-inline-start-color: rgb(15 71 107 / 0.7);
}

.border-s-navy-900\/75 {
  border-inline-start-color: rgb(15 71 107 / 0.75);
}

.border-s-navy-900\/80 {
  border-inline-start-color: rgb(15 71 107 / 0.8);
}

.border-s-navy-900\/90 {
  border-inline-start-color: rgb(15 71 107 / 0.9);
}

.border-s-navy-900\/95 {
  border-inline-start-color: rgb(15 71 107 / 0.95);
}

.border-s-navy-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(10 46 71 / var(--tw-border-opacity));
}

.border-s-navy-950\/0 {
  border-inline-start-color: rgb(10 46 71 / 0);
}

.border-s-navy-950\/10 {
  border-inline-start-color: rgb(10 46 71 / 0.1);
}

.border-s-navy-950\/100 {
  border-inline-start-color: rgb(10 46 71 / 1);
}

.border-s-navy-950\/20 {
  border-inline-start-color: rgb(10 46 71 / 0.2);
}

.border-s-navy-950\/25 {
  border-inline-start-color: rgb(10 46 71 / 0.25);
}

.border-s-navy-950\/30 {
  border-inline-start-color: rgb(10 46 71 / 0.3);
}

.border-s-navy-950\/40 {
  border-inline-start-color: rgb(10 46 71 / 0.4);
}

.border-s-navy-950\/5 {
  border-inline-start-color: rgb(10 46 71 / 0.05);
}

.border-s-navy-950\/50 {
  border-inline-start-color: rgb(10 46 71 / 0.5);
}

.border-s-navy-950\/60 {
  border-inline-start-color: rgb(10 46 71 / 0.6);
}

.border-s-navy-950\/70 {
  border-inline-start-color: rgb(10 46 71 / 0.7);
}

.border-s-navy-950\/75 {
  border-inline-start-color: rgb(10 46 71 / 0.75);
}

.border-s-navy-950\/80 {
  border-inline-start-color: rgb(10 46 71 / 0.8);
}

.border-s-navy-950\/90 {
  border-inline-start-color: rgb(10 46 71 / 0.9);
}

.border-s-navy-950\/95 {
  border-inline-start-color: rgb(10 46 71 / 0.95);
}

.border-s-navy\/0 {
  border-inline-start-color: rgb(10 81 122 / 0);
}

.border-s-navy\/10 {
  border-inline-start-color: rgb(10 81 122 / 0.1);
}

.border-s-navy\/100 {
  border-inline-start-color: rgb(10 81 122 / 1);
}

.border-s-navy\/20 {
  border-inline-start-color: rgb(10 81 122 / 0.2);
}

.border-s-navy\/25 {
  border-inline-start-color: rgb(10 81 122 / 0.25);
}

.border-s-navy\/30 {
  border-inline-start-color: rgb(10 81 122 / 0.3);
}

.border-s-navy\/40 {
  border-inline-start-color: rgb(10 81 122 / 0.4);
}

.border-s-navy\/5 {
  border-inline-start-color: rgb(10 81 122 / 0.05);
}

.border-s-navy\/50 {
  border-inline-start-color: rgb(10 81 122 / 0.5);
}

.border-s-navy\/60 {
  border-inline-start-color: rgb(10 81 122 / 0.6);
}

.border-s-navy\/70 {
  border-inline-start-color: rgb(10 81 122 / 0.7);
}

.border-s-navy\/75 {
  border-inline-start-color: rgb(10 81 122 / 0.75);
}

.border-s-navy\/80 {
  border-inline-start-color: rgb(10 81 122 / 0.8);
}

.border-s-navy\/90 {
  border-inline-start-color: rgb(10 81 122 / 0.9);
}

.border-s-navy\/95 {
  border-inline-start-color: rgb(10 81 122 / 0.95);
}

.border-s-neutral-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.border-s-neutral-100\/0 {
  border-inline-start-color: rgb(245 245 245 / 0);
}

.border-s-neutral-100\/10 {
  border-inline-start-color: rgb(245 245 245 / 0.1);
}

.border-s-neutral-100\/100 {
  border-inline-start-color: rgb(245 245 245 / 1);
}

.border-s-neutral-100\/20 {
  border-inline-start-color: rgb(245 245 245 / 0.2);
}

.border-s-neutral-100\/25 {
  border-inline-start-color: rgb(245 245 245 / 0.25);
}

.border-s-neutral-100\/30 {
  border-inline-start-color: rgb(245 245 245 / 0.3);
}

.border-s-neutral-100\/40 {
  border-inline-start-color: rgb(245 245 245 / 0.4);
}

.border-s-neutral-100\/5 {
  border-inline-start-color: rgb(245 245 245 / 0.05);
}

.border-s-neutral-100\/50 {
  border-inline-start-color: rgb(245 245 245 / 0.5);
}

.border-s-neutral-100\/60 {
  border-inline-start-color: rgb(245 245 245 / 0.6);
}

.border-s-neutral-100\/70 {
  border-inline-start-color: rgb(245 245 245 / 0.7);
}

.border-s-neutral-100\/75 {
  border-inline-start-color: rgb(245 245 245 / 0.75);
}

.border-s-neutral-100\/80 {
  border-inline-start-color: rgb(245 245 245 / 0.8);
}

.border-s-neutral-100\/90 {
  border-inline-start-color: rgb(245 245 245 / 0.9);
}

.border-s-neutral-100\/95 {
  border-inline-start-color: rgb(245 245 245 / 0.95);
}

.border-s-neutral-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-s-neutral-200\/0 {
  border-inline-start-color: rgb(229 229 229 / 0);
}

.border-s-neutral-200\/10 {
  border-inline-start-color: rgb(229 229 229 / 0.1);
}

.border-s-neutral-200\/100 {
  border-inline-start-color: rgb(229 229 229 / 1);
}

.border-s-neutral-200\/20 {
  border-inline-start-color: rgb(229 229 229 / 0.2);
}

.border-s-neutral-200\/25 {
  border-inline-start-color: rgb(229 229 229 / 0.25);
}

.border-s-neutral-200\/30 {
  border-inline-start-color: rgb(229 229 229 / 0.3);
}

.border-s-neutral-200\/40 {
  border-inline-start-color: rgb(229 229 229 / 0.4);
}

.border-s-neutral-200\/5 {
  border-inline-start-color: rgb(229 229 229 / 0.05);
}

.border-s-neutral-200\/50 {
  border-inline-start-color: rgb(229 229 229 / 0.5);
}

.border-s-neutral-200\/60 {
  border-inline-start-color: rgb(229 229 229 / 0.6);
}

.border-s-neutral-200\/70 {
  border-inline-start-color: rgb(229 229 229 / 0.7);
}

.border-s-neutral-200\/75 {
  border-inline-start-color: rgb(229 229 229 / 0.75);
}

.border-s-neutral-200\/80 {
  border-inline-start-color: rgb(229 229 229 / 0.8);
}

.border-s-neutral-200\/90 {
  border-inline-start-color: rgb(229 229 229 / 0.9);
}

.border-s-neutral-200\/95 {
  border-inline-start-color: rgb(229 229 229 / 0.95);
}

.border-s-neutral-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-s-neutral-300\/0 {
  border-inline-start-color: rgb(212 212 212 / 0);
}

.border-s-neutral-300\/10 {
  border-inline-start-color: rgb(212 212 212 / 0.1);
}

.border-s-neutral-300\/100 {
  border-inline-start-color: rgb(212 212 212 / 1);
}

.border-s-neutral-300\/20 {
  border-inline-start-color: rgb(212 212 212 / 0.2);
}

.border-s-neutral-300\/25 {
  border-inline-start-color: rgb(212 212 212 / 0.25);
}

.border-s-neutral-300\/30 {
  border-inline-start-color: rgb(212 212 212 / 0.3);
}

.border-s-neutral-300\/40 {
  border-inline-start-color: rgb(212 212 212 / 0.4);
}

.border-s-neutral-300\/5 {
  border-inline-start-color: rgb(212 212 212 / 0.05);
}

.border-s-neutral-300\/50 {
  border-inline-start-color: rgb(212 212 212 / 0.5);
}

.border-s-neutral-300\/60 {
  border-inline-start-color: rgb(212 212 212 / 0.6);
}

.border-s-neutral-300\/70 {
  border-inline-start-color: rgb(212 212 212 / 0.7);
}

.border-s-neutral-300\/75 {
  border-inline-start-color: rgb(212 212 212 / 0.75);
}

.border-s-neutral-300\/80 {
  border-inline-start-color: rgb(212 212 212 / 0.8);
}

.border-s-neutral-300\/90 {
  border-inline-start-color: rgb(212 212 212 / 0.9);
}

.border-s-neutral-300\/95 {
  border-inline-start-color: rgb(212 212 212 / 0.95);
}

.border-s-neutral-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.border-s-neutral-400\/0 {
  border-inline-start-color: rgb(163 163 163 / 0);
}

.border-s-neutral-400\/10 {
  border-inline-start-color: rgb(163 163 163 / 0.1);
}

.border-s-neutral-400\/100 {
  border-inline-start-color: rgb(163 163 163 / 1);
}

.border-s-neutral-400\/20 {
  border-inline-start-color: rgb(163 163 163 / 0.2);
}

.border-s-neutral-400\/25 {
  border-inline-start-color: rgb(163 163 163 / 0.25);
}

.border-s-neutral-400\/30 {
  border-inline-start-color: rgb(163 163 163 / 0.3);
}

.border-s-neutral-400\/40 {
  border-inline-start-color: rgb(163 163 163 / 0.4);
}

.border-s-neutral-400\/5 {
  border-inline-start-color: rgb(163 163 163 / 0.05);
}

.border-s-neutral-400\/50 {
  border-inline-start-color: rgb(163 163 163 / 0.5);
}

.border-s-neutral-400\/60 {
  border-inline-start-color: rgb(163 163 163 / 0.6);
}

.border-s-neutral-400\/70 {
  border-inline-start-color: rgb(163 163 163 / 0.7);
}

.border-s-neutral-400\/75 {
  border-inline-start-color: rgb(163 163 163 / 0.75);
}

.border-s-neutral-400\/80 {
  border-inline-start-color: rgb(163 163 163 / 0.8);
}

.border-s-neutral-400\/90 {
  border-inline-start-color: rgb(163 163 163 / 0.9);
}

.border-s-neutral-400\/95 {
  border-inline-start-color: rgb(163 163 163 / 0.95);
}

.border-s-neutral-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-s-neutral-50\/0 {
  border-inline-start-color: rgb(250 250 250 / 0);
}

.border-s-neutral-50\/10 {
  border-inline-start-color: rgb(250 250 250 / 0.1);
}

.border-s-neutral-50\/100 {
  border-inline-start-color: rgb(250 250 250 / 1);
}

.border-s-neutral-50\/20 {
  border-inline-start-color: rgb(250 250 250 / 0.2);
}

.border-s-neutral-50\/25 {
  border-inline-start-color: rgb(250 250 250 / 0.25);
}

.border-s-neutral-50\/30 {
  border-inline-start-color: rgb(250 250 250 / 0.3);
}

.border-s-neutral-50\/40 {
  border-inline-start-color: rgb(250 250 250 / 0.4);
}

.border-s-neutral-50\/5 {
  border-inline-start-color: rgb(250 250 250 / 0.05);
}

.border-s-neutral-50\/50 {
  border-inline-start-color: rgb(250 250 250 / 0.5);
}

.border-s-neutral-50\/60 {
  border-inline-start-color: rgb(250 250 250 / 0.6);
}

.border-s-neutral-50\/70 {
  border-inline-start-color: rgb(250 250 250 / 0.7);
}

.border-s-neutral-50\/75 {
  border-inline-start-color: rgb(250 250 250 / 0.75);
}

.border-s-neutral-50\/80 {
  border-inline-start-color: rgb(250 250 250 / 0.8);
}

.border-s-neutral-50\/90 {
  border-inline-start-color: rgb(250 250 250 / 0.9);
}

.border-s-neutral-50\/95 {
  border-inline-start-color: rgb(250 250 250 / 0.95);
}

.border-s-neutral-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.border-s-neutral-500\/0 {
  border-inline-start-color: rgb(115 115 115 / 0);
}

.border-s-neutral-500\/10 {
  border-inline-start-color: rgb(115 115 115 / 0.1);
}

.border-s-neutral-500\/100 {
  border-inline-start-color: rgb(115 115 115 / 1);
}

.border-s-neutral-500\/20 {
  border-inline-start-color: rgb(115 115 115 / 0.2);
}

.border-s-neutral-500\/25 {
  border-inline-start-color: rgb(115 115 115 / 0.25);
}

.border-s-neutral-500\/30 {
  border-inline-start-color: rgb(115 115 115 / 0.3);
}

.border-s-neutral-500\/40 {
  border-inline-start-color: rgb(115 115 115 / 0.4);
}

.border-s-neutral-500\/5 {
  border-inline-start-color: rgb(115 115 115 / 0.05);
}

.border-s-neutral-500\/50 {
  border-inline-start-color: rgb(115 115 115 / 0.5);
}

.border-s-neutral-500\/60 {
  border-inline-start-color: rgb(115 115 115 / 0.6);
}

.border-s-neutral-500\/70 {
  border-inline-start-color: rgb(115 115 115 / 0.7);
}

.border-s-neutral-500\/75 {
  border-inline-start-color: rgb(115 115 115 / 0.75);
}

.border-s-neutral-500\/80 {
  border-inline-start-color: rgb(115 115 115 / 0.8);
}

.border-s-neutral-500\/90 {
  border-inline-start-color: rgb(115 115 115 / 0.9);
}

.border-s-neutral-500\/95 {
  border-inline-start-color: rgb(115 115 115 / 0.95);
}

.border-s-neutral-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.border-s-neutral-600\/0 {
  border-inline-start-color: rgb(82 82 82 / 0);
}

.border-s-neutral-600\/10 {
  border-inline-start-color: rgb(82 82 82 / 0.1);
}

.border-s-neutral-600\/100 {
  border-inline-start-color: rgb(82 82 82 / 1);
}

.border-s-neutral-600\/20 {
  border-inline-start-color: rgb(82 82 82 / 0.2);
}

.border-s-neutral-600\/25 {
  border-inline-start-color: rgb(82 82 82 / 0.25);
}

.border-s-neutral-600\/30 {
  border-inline-start-color: rgb(82 82 82 / 0.3);
}

.border-s-neutral-600\/40 {
  border-inline-start-color: rgb(82 82 82 / 0.4);
}

.border-s-neutral-600\/5 {
  border-inline-start-color: rgb(82 82 82 / 0.05);
}

.border-s-neutral-600\/50 {
  border-inline-start-color: rgb(82 82 82 / 0.5);
}

.border-s-neutral-600\/60 {
  border-inline-start-color: rgb(82 82 82 / 0.6);
}

.border-s-neutral-600\/70 {
  border-inline-start-color: rgb(82 82 82 / 0.7);
}

.border-s-neutral-600\/75 {
  border-inline-start-color: rgb(82 82 82 / 0.75);
}

.border-s-neutral-600\/80 {
  border-inline-start-color: rgb(82 82 82 / 0.8);
}

.border-s-neutral-600\/90 {
  border-inline-start-color: rgb(82 82 82 / 0.9);
}

.border-s-neutral-600\/95 {
  border-inline-start-color: rgb(82 82 82 / 0.95);
}

.border-s-neutral-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.border-s-neutral-700\/0 {
  border-inline-start-color: rgb(64 64 64 / 0);
}

.border-s-neutral-700\/10 {
  border-inline-start-color: rgb(64 64 64 / 0.1);
}

.border-s-neutral-700\/100 {
  border-inline-start-color: rgb(64 64 64 / 1);
}

.border-s-neutral-700\/20 {
  border-inline-start-color: rgb(64 64 64 / 0.2);
}

.border-s-neutral-700\/25 {
  border-inline-start-color: rgb(64 64 64 / 0.25);
}

.border-s-neutral-700\/30 {
  border-inline-start-color: rgb(64 64 64 / 0.3);
}

.border-s-neutral-700\/40 {
  border-inline-start-color: rgb(64 64 64 / 0.4);
}

.border-s-neutral-700\/5 {
  border-inline-start-color: rgb(64 64 64 / 0.05);
}

.border-s-neutral-700\/50 {
  border-inline-start-color: rgb(64 64 64 / 0.5);
}

.border-s-neutral-700\/60 {
  border-inline-start-color: rgb(64 64 64 / 0.6);
}

.border-s-neutral-700\/70 {
  border-inline-start-color: rgb(64 64 64 / 0.7);
}

.border-s-neutral-700\/75 {
  border-inline-start-color: rgb(64 64 64 / 0.75);
}

.border-s-neutral-700\/80 {
  border-inline-start-color: rgb(64 64 64 / 0.8);
}

.border-s-neutral-700\/90 {
  border-inline-start-color: rgb(64 64 64 / 0.9);
}

.border-s-neutral-700\/95 {
  border-inline-start-color: rgb(64 64 64 / 0.95);
}

.border-s-neutral-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.border-s-neutral-800\/0 {
  border-inline-start-color: rgb(38 38 38 / 0);
}

.border-s-neutral-800\/10 {
  border-inline-start-color: rgb(38 38 38 / 0.1);
}

.border-s-neutral-800\/100 {
  border-inline-start-color: rgb(38 38 38 / 1);
}

.border-s-neutral-800\/20 {
  border-inline-start-color: rgb(38 38 38 / 0.2);
}

.border-s-neutral-800\/25 {
  border-inline-start-color: rgb(38 38 38 / 0.25);
}

.border-s-neutral-800\/30 {
  border-inline-start-color: rgb(38 38 38 / 0.3);
}

.border-s-neutral-800\/40 {
  border-inline-start-color: rgb(38 38 38 / 0.4);
}

.border-s-neutral-800\/5 {
  border-inline-start-color: rgb(38 38 38 / 0.05);
}

.border-s-neutral-800\/50 {
  border-inline-start-color: rgb(38 38 38 / 0.5);
}

.border-s-neutral-800\/60 {
  border-inline-start-color: rgb(38 38 38 / 0.6);
}

.border-s-neutral-800\/70 {
  border-inline-start-color: rgb(38 38 38 / 0.7);
}

.border-s-neutral-800\/75 {
  border-inline-start-color: rgb(38 38 38 / 0.75);
}

.border-s-neutral-800\/80 {
  border-inline-start-color: rgb(38 38 38 / 0.8);
}

.border-s-neutral-800\/90 {
  border-inline-start-color: rgb(38 38 38 / 0.9);
}

.border-s-neutral-800\/95 {
  border-inline-start-color: rgb(38 38 38 / 0.95);
}

.border-s-neutral-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.border-s-neutral-900\/0 {
  border-inline-start-color: rgb(23 23 23 / 0);
}

.border-s-neutral-900\/10 {
  border-inline-start-color: rgb(23 23 23 / 0.1);
}

.border-s-neutral-900\/100 {
  border-inline-start-color: rgb(23 23 23 / 1);
}

.border-s-neutral-900\/20 {
  border-inline-start-color: rgb(23 23 23 / 0.2);
}

.border-s-neutral-900\/25 {
  border-inline-start-color: rgb(23 23 23 / 0.25);
}

.border-s-neutral-900\/30 {
  border-inline-start-color: rgb(23 23 23 / 0.3);
}

.border-s-neutral-900\/40 {
  border-inline-start-color: rgb(23 23 23 / 0.4);
}

.border-s-neutral-900\/5 {
  border-inline-start-color: rgb(23 23 23 / 0.05);
}

.border-s-neutral-900\/50 {
  border-inline-start-color: rgb(23 23 23 / 0.5);
}

.border-s-neutral-900\/60 {
  border-inline-start-color: rgb(23 23 23 / 0.6);
}

.border-s-neutral-900\/70 {
  border-inline-start-color: rgb(23 23 23 / 0.7);
}

.border-s-neutral-900\/75 {
  border-inline-start-color: rgb(23 23 23 / 0.75);
}

.border-s-neutral-900\/80 {
  border-inline-start-color: rgb(23 23 23 / 0.8);
}

.border-s-neutral-900\/90 {
  border-inline-start-color: rgb(23 23 23 / 0.9);
}

.border-s-neutral-900\/95 {
  border-inline-start-color: rgb(23 23 23 / 0.95);
}

.border-s-neutral-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.border-s-neutral-950\/0 {
  border-inline-start-color: rgb(10 10 10 / 0);
}

.border-s-neutral-950\/10 {
  border-inline-start-color: rgb(10 10 10 / 0.1);
}

.border-s-neutral-950\/100 {
  border-inline-start-color: rgb(10 10 10 / 1);
}

.border-s-neutral-950\/20 {
  border-inline-start-color: rgb(10 10 10 / 0.2);
}

.border-s-neutral-950\/25 {
  border-inline-start-color: rgb(10 10 10 / 0.25);
}

.border-s-neutral-950\/30 {
  border-inline-start-color: rgb(10 10 10 / 0.3);
}

.border-s-neutral-950\/40 {
  border-inline-start-color: rgb(10 10 10 / 0.4);
}

.border-s-neutral-950\/5 {
  border-inline-start-color: rgb(10 10 10 / 0.05);
}

.border-s-neutral-950\/50 {
  border-inline-start-color: rgb(10 10 10 / 0.5);
}

.border-s-neutral-950\/60 {
  border-inline-start-color: rgb(10 10 10 / 0.6);
}

.border-s-neutral-950\/70 {
  border-inline-start-color: rgb(10 10 10 / 0.7);
}

.border-s-neutral-950\/75 {
  border-inline-start-color: rgb(10 10 10 / 0.75);
}

.border-s-neutral-950\/80 {
  border-inline-start-color: rgb(10 10 10 / 0.8);
}

.border-s-neutral-950\/90 {
  border-inline-start-color: rgb(10 10 10 / 0.9);
}

.border-s-neutral-950\/95 {
  border-inline-start-color: rgb(10 10 10 / 0.95);
}

.border-s-orange {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(237 140 1 / var(--tw-border-opacity));
}

.border-s-orange-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 247 198 / var(--tw-border-opacity));
}

.border-s-orange-100\/0 {
  border-inline-start-color: rgb(255 247 198 / 0);
}

.border-s-orange-100\/10 {
  border-inline-start-color: rgb(255 247 198 / 0.1);
}

.border-s-orange-100\/100 {
  border-inline-start-color: rgb(255 247 198 / 1);
}

.border-s-orange-100\/20 {
  border-inline-start-color: rgb(255 247 198 / 0.2);
}

.border-s-orange-100\/25 {
  border-inline-start-color: rgb(255 247 198 / 0.25);
}

.border-s-orange-100\/30 {
  border-inline-start-color: rgb(255 247 198 / 0.3);
}

.border-s-orange-100\/40 {
  border-inline-start-color: rgb(255 247 198 / 0.4);
}

.border-s-orange-100\/5 {
  border-inline-start-color: rgb(255 247 198 / 0.05);
}

.border-s-orange-100\/50 {
  border-inline-start-color: rgb(255 247 198 / 0.5);
}

.border-s-orange-100\/60 {
  border-inline-start-color: rgb(255 247 198 / 0.6);
}

.border-s-orange-100\/70 {
  border-inline-start-color: rgb(255 247 198 / 0.7);
}

.border-s-orange-100\/75 {
  border-inline-start-color: rgb(255 247 198 / 0.75);
}

.border-s-orange-100\/80 {
  border-inline-start-color: rgb(255 247 198 / 0.8);
}

.border-s-orange-100\/90 {
  border-inline-start-color: rgb(255 247 198 / 0.9);
}

.border-s-orange-100\/95 {
  border-inline-start-color: rgb(255 247 198 / 0.95);
}

.border-s-orange-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 238 135 / var(--tw-border-opacity));
}

.border-s-orange-200\/0 {
  border-inline-start-color: rgb(255 238 135 / 0);
}

.border-s-orange-200\/10 {
  border-inline-start-color: rgb(255 238 135 / 0.1);
}

.border-s-orange-200\/100 {
  border-inline-start-color: rgb(255 238 135 / 1);
}

.border-s-orange-200\/20 {
  border-inline-start-color: rgb(255 238 135 / 0.2);
}

.border-s-orange-200\/25 {
  border-inline-start-color: rgb(255 238 135 / 0.25);
}

.border-s-orange-200\/30 {
  border-inline-start-color: rgb(255 238 135 / 0.3);
}

.border-s-orange-200\/40 {
  border-inline-start-color: rgb(255 238 135 / 0.4);
}

.border-s-orange-200\/5 {
  border-inline-start-color: rgb(255 238 135 / 0.05);
}

.border-s-orange-200\/50 {
  border-inline-start-color: rgb(255 238 135 / 0.5);
}

.border-s-orange-200\/60 {
  border-inline-start-color: rgb(255 238 135 / 0.6);
}

.border-s-orange-200\/70 {
  border-inline-start-color: rgb(255 238 135 / 0.7);
}

.border-s-orange-200\/75 {
  border-inline-start-color: rgb(255 238 135 / 0.75);
}

.border-s-orange-200\/80 {
  border-inline-start-color: rgb(255 238 135 / 0.8);
}

.border-s-orange-200\/90 {
  border-inline-start-color: rgb(255 238 135 / 0.9);
}

.border-s-orange-200\/95 {
  border-inline-start-color: rgb(255 238 135 / 0.95);
}

.border-s-orange-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 223 73 / var(--tw-border-opacity));
}

.border-s-orange-300\/0 {
  border-inline-start-color: rgb(255 223 73 / 0);
}

.border-s-orange-300\/10 {
  border-inline-start-color: rgb(255 223 73 / 0.1);
}

.border-s-orange-300\/100 {
  border-inline-start-color: rgb(255 223 73 / 1);
}

.border-s-orange-300\/20 {
  border-inline-start-color: rgb(255 223 73 / 0.2);
}

.border-s-orange-300\/25 {
  border-inline-start-color: rgb(255 223 73 / 0.25);
}

.border-s-orange-300\/30 {
  border-inline-start-color: rgb(255 223 73 / 0.3);
}

.border-s-orange-300\/40 {
  border-inline-start-color: rgb(255 223 73 / 0.4);
}

.border-s-orange-300\/5 {
  border-inline-start-color: rgb(255 223 73 / 0.05);
}

.border-s-orange-300\/50 {
  border-inline-start-color: rgb(255 223 73 / 0.5);
}

.border-s-orange-300\/60 {
  border-inline-start-color: rgb(255 223 73 / 0.6);
}

.border-s-orange-300\/70 {
  border-inline-start-color: rgb(255 223 73 / 0.7);
}

.border-s-orange-300\/75 {
  border-inline-start-color: rgb(255 223 73 / 0.75);
}

.border-s-orange-300\/80 {
  border-inline-start-color: rgb(255 223 73 / 0.8);
}

.border-s-orange-300\/90 {
  border-inline-start-color: rgb(255 223 73 / 0.9);
}

.border-s-orange-300\/95 {
  border-inline-start-color: rgb(255 223 73 / 0.95);
}

.border-s-orange-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 205 31 / var(--tw-border-opacity));
}

.border-s-orange-400\/0 {
  border-inline-start-color: rgb(255 205 31 / 0);
}

.border-s-orange-400\/10 {
  border-inline-start-color: rgb(255 205 31 / 0.1);
}

.border-s-orange-400\/100 {
  border-inline-start-color: rgb(255 205 31 / 1);
}

.border-s-orange-400\/20 {
  border-inline-start-color: rgb(255 205 31 / 0.2);
}

.border-s-orange-400\/25 {
  border-inline-start-color: rgb(255 205 31 / 0.25);
}

.border-s-orange-400\/30 {
  border-inline-start-color: rgb(255 205 31 / 0.3);
}

.border-s-orange-400\/40 {
  border-inline-start-color: rgb(255 205 31 / 0.4);
}

.border-s-orange-400\/5 {
  border-inline-start-color: rgb(255 205 31 / 0.05);
}

.border-s-orange-400\/50 {
  border-inline-start-color: rgb(255 205 31 / 0.5);
}

.border-s-orange-400\/60 {
  border-inline-start-color: rgb(255 205 31 / 0.6);
}

.border-s-orange-400\/70 {
  border-inline-start-color: rgb(255 205 31 / 0.7);
}

.border-s-orange-400\/75 {
  border-inline-start-color: rgb(255 205 31 / 0.75);
}

.border-s-orange-400\/80 {
  border-inline-start-color: rgb(255 205 31 / 0.8);
}

.border-s-orange-400\/90 {
  border-inline-start-color: rgb(255 205 31 / 0.9);
}

.border-s-orange-400\/95 {
  border-inline-start-color: rgb(255 205 31 / 0.95);
}

.border-s-orange-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 252 235 / var(--tw-border-opacity));
}

.border-s-orange-50\/0 {
  border-inline-start-color: rgb(255 252 235 / 0);
}

.border-s-orange-50\/10 {
  border-inline-start-color: rgb(255 252 235 / 0.1);
}

.border-s-orange-50\/100 {
  border-inline-start-color: rgb(255 252 235 / 1);
}

.border-s-orange-50\/20 {
  border-inline-start-color: rgb(255 252 235 / 0.2);
}

.border-s-orange-50\/25 {
  border-inline-start-color: rgb(255 252 235 / 0.25);
}

.border-s-orange-50\/30 {
  border-inline-start-color: rgb(255 252 235 / 0.3);
}

.border-s-orange-50\/40 {
  border-inline-start-color: rgb(255 252 235 / 0.4);
}

.border-s-orange-50\/5 {
  border-inline-start-color: rgb(255 252 235 / 0.05);
}

.border-s-orange-50\/50 {
  border-inline-start-color: rgb(255 252 235 / 0.5);
}

.border-s-orange-50\/60 {
  border-inline-start-color: rgb(255 252 235 / 0.6);
}

.border-s-orange-50\/70 {
  border-inline-start-color: rgb(255 252 235 / 0.7);
}

.border-s-orange-50\/75 {
  border-inline-start-color: rgb(255 252 235 / 0.75);
}

.border-s-orange-50\/80 {
  border-inline-start-color: rgb(255 252 235 / 0.8);
}

.border-s-orange-50\/90 {
  border-inline-start-color: rgb(255 252 235 / 0.9);
}

.border-s-orange-50\/95 {
  border-inline-start-color: rgb(255 252 235 / 0.95);
}

.border-s-orange-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(251 172 5 / var(--tw-border-opacity));
}

.border-s-orange-500\/0 {
  border-inline-start-color: rgb(251 172 5 / 0);
}

.border-s-orange-500\/10 {
  border-inline-start-color: rgb(251 172 5 / 0.1);
}

.border-s-orange-500\/100 {
  border-inline-start-color: rgb(251 172 5 / 1);
}

.border-s-orange-500\/20 {
  border-inline-start-color: rgb(251 172 5 / 0.2);
}

.border-s-orange-500\/25 {
  border-inline-start-color: rgb(251 172 5 / 0.25);
}

.border-s-orange-500\/30 {
  border-inline-start-color: rgb(251 172 5 / 0.3);
}

.border-s-orange-500\/40 {
  border-inline-start-color: rgb(251 172 5 / 0.4);
}

.border-s-orange-500\/5 {
  border-inline-start-color: rgb(251 172 5 / 0.05);
}

.border-s-orange-500\/50 {
  border-inline-start-color: rgb(251 172 5 / 0.5);
}

.border-s-orange-500\/60 {
  border-inline-start-color: rgb(251 172 5 / 0.6);
}

.border-s-orange-500\/70 {
  border-inline-start-color: rgb(251 172 5 / 0.7);
}

.border-s-orange-500\/75 {
  border-inline-start-color: rgb(251 172 5 / 0.75);
}

.border-s-orange-500\/80 {
  border-inline-start-color: rgb(251 172 5 / 0.8);
}

.border-s-orange-500\/90 {
  border-inline-start-color: rgb(251 172 5 / 0.9);
}

.border-s-orange-500\/95 {
  border-inline-start-color: rgb(251 172 5 / 0.95);
}

.border-s-orange-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(237 140 1 / var(--tw-border-opacity));
}

.border-s-orange-600\/0 {
  border-inline-start-color: rgb(237 140 1 / 0);
}

.border-s-orange-600\/10 {
  border-inline-start-color: rgb(237 140 1 / 0.1);
}

.border-s-orange-600\/100 {
  border-inline-start-color: rgb(237 140 1 / 1);
}

.border-s-orange-600\/20 {
  border-inline-start-color: rgb(237 140 1 / 0.2);
}

.border-s-orange-600\/25 {
  border-inline-start-color: rgb(237 140 1 / 0.25);
}

.border-s-orange-600\/30 {
  border-inline-start-color: rgb(237 140 1 / 0.3);
}

.border-s-orange-600\/40 {
  border-inline-start-color: rgb(237 140 1 / 0.4);
}

.border-s-orange-600\/5 {
  border-inline-start-color: rgb(237 140 1 / 0.05);
}

.border-s-orange-600\/50 {
  border-inline-start-color: rgb(237 140 1 / 0.5);
}

.border-s-orange-600\/60 {
  border-inline-start-color: rgb(237 140 1 / 0.6);
}

.border-s-orange-600\/70 {
  border-inline-start-color: rgb(237 140 1 / 0.7);
}

.border-s-orange-600\/75 {
  border-inline-start-color: rgb(237 140 1 / 0.75);
}

.border-s-orange-600\/80 {
  border-inline-start-color: rgb(237 140 1 / 0.8);
}

.border-s-orange-600\/90 {
  border-inline-start-color: rgb(237 140 1 / 0.9);
}

.border-s-orange-600\/95 {
  border-inline-start-color: rgb(237 140 1 / 0.95);
}

.border-s-orange-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(184 92 5 / var(--tw-border-opacity));
}

.border-s-orange-700\/0 {
  border-inline-start-color: rgb(184 92 5 / 0);
}

.border-s-orange-700\/10 {
  border-inline-start-color: rgb(184 92 5 / 0.1);
}

.border-s-orange-700\/100 {
  border-inline-start-color: rgb(184 92 5 / 1);
}

.border-s-orange-700\/20 {
  border-inline-start-color: rgb(184 92 5 / 0.2);
}

.border-s-orange-700\/25 {
  border-inline-start-color: rgb(184 92 5 / 0.25);
}

.border-s-orange-700\/30 {
  border-inline-start-color: rgb(184 92 5 / 0.3);
}

.border-s-orange-700\/40 {
  border-inline-start-color: rgb(184 92 5 / 0.4);
}

.border-s-orange-700\/5 {
  border-inline-start-color: rgb(184 92 5 / 0.05);
}

.border-s-orange-700\/50 {
  border-inline-start-color: rgb(184 92 5 / 0.5);
}

.border-s-orange-700\/60 {
  border-inline-start-color: rgb(184 92 5 / 0.6);
}

.border-s-orange-700\/70 {
  border-inline-start-color: rgb(184 92 5 / 0.7);
}

.border-s-orange-700\/75 {
  border-inline-start-color: rgb(184 92 5 / 0.75);
}

.border-s-orange-700\/80 {
  border-inline-start-color: rgb(184 92 5 / 0.8);
}

.border-s-orange-700\/90 {
  border-inline-start-color: rgb(184 92 5 / 0.9);
}

.border-s-orange-700\/95 {
  border-inline-start-color: rgb(184 92 5 / 0.95);
}

.border-s-orange-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(149 70 11 / var(--tw-border-opacity));
}

.border-s-orange-800\/0 {
  border-inline-start-color: rgb(149 70 11 / 0);
}

.border-s-orange-800\/10 {
  border-inline-start-color: rgb(149 70 11 / 0.1);
}

.border-s-orange-800\/100 {
  border-inline-start-color: rgb(149 70 11 / 1);
}

.border-s-orange-800\/20 {
  border-inline-start-color: rgb(149 70 11 / 0.2);
}

.border-s-orange-800\/25 {
  border-inline-start-color: rgb(149 70 11 / 0.25);
}

.border-s-orange-800\/30 {
  border-inline-start-color: rgb(149 70 11 / 0.3);
}

.border-s-orange-800\/40 {
  border-inline-start-color: rgb(149 70 11 / 0.4);
}

.border-s-orange-800\/5 {
  border-inline-start-color: rgb(149 70 11 / 0.05);
}

.border-s-orange-800\/50 {
  border-inline-start-color: rgb(149 70 11 / 0.5);
}

.border-s-orange-800\/60 {
  border-inline-start-color: rgb(149 70 11 / 0.6);
}

.border-s-orange-800\/70 {
  border-inline-start-color: rgb(149 70 11 / 0.7);
}

.border-s-orange-800\/75 {
  border-inline-start-color: rgb(149 70 11 / 0.75);
}

.border-s-orange-800\/80 {
  border-inline-start-color: rgb(149 70 11 / 0.8);
}

.border-s-orange-800\/90 {
  border-inline-start-color: rgb(149 70 11 / 0.9);
}

.border-s-orange-800\/95 {
  border-inline-start-color: rgb(149 70 11 / 0.95);
}

.border-s-orange-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(123 58 12 / var(--tw-border-opacity));
}

.border-s-orange-900\/0 {
  border-inline-start-color: rgb(123 58 12 / 0);
}

.border-s-orange-900\/10 {
  border-inline-start-color: rgb(123 58 12 / 0.1);
}

.border-s-orange-900\/100 {
  border-inline-start-color: rgb(123 58 12 / 1);
}

.border-s-orange-900\/20 {
  border-inline-start-color: rgb(123 58 12 / 0.2);
}

.border-s-orange-900\/25 {
  border-inline-start-color: rgb(123 58 12 / 0.25);
}

.border-s-orange-900\/30 {
  border-inline-start-color: rgb(123 58 12 / 0.3);
}

.border-s-orange-900\/40 {
  border-inline-start-color: rgb(123 58 12 / 0.4);
}

.border-s-orange-900\/5 {
  border-inline-start-color: rgb(123 58 12 / 0.05);
}

.border-s-orange-900\/50 {
  border-inline-start-color: rgb(123 58 12 / 0.5);
}

.border-s-orange-900\/60 {
  border-inline-start-color: rgb(123 58 12 / 0.6);
}

.border-s-orange-900\/70 {
  border-inline-start-color: rgb(123 58 12 / 0.7);
}

.border-s-orange-900\/75 {
  border-inline-start-color: rgb(123 58 12 / 0.75);
}

.border-s-orange-900\/80 {
  border-inline-start-color: rgb(123 58 12 / 0.8);
}

.border-s-orange-900\/90 {
  border-inline-start-color: rgb(123 58 12 / 0.9);
}

.border-s-orange-900\/95 {
  border-inline-start-color: rgb(123 58 12 / 0.95);
}

.border-s-orange-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(71 30 1 / var(--tw-border-opacity));
}

.border-s-orange-950\/0 {
  border-inline-start-color: rgb(71 30 1 / 0);
}

.border-s-orange-950\/10 {
  border-inline-start-color: rgb(71 30 1 / 0.1);
}

.border-s-orange-950\/100 {
  border-inline-start-color: rgb(71 30 1 / 1);
}

.border-s-orange-950\/20 {
  border-inline-start-color: rgb(71 30 1 / 0.2);
}

.border-s-orange-950\/25 {
  border-inline-start-color: rgb(71 30 1 / 0.25);
}

.border-s-orange-950\/30 {
  border-inline-start-color: rgb(71 30 1 / 0.3);
}

.border-s-orange-950\/40 {
  border-inline-start-color: rgb(71 30 1 / 0.4);
}

.border-s-orange-950\/5 {
  border-inline-start-color: rgb(71 30 1 / 0.05);
}

.border-s-orange-950\/50 {
  border-inline-start-color: rgb(71 30 1 / 0.5);
}

.border-s-orange-950\/60 {
  border-inline-start-color: rgb(71 30 1 / 0.6);
}

.border-s-orange-950\/70 {
  border-inline-start-color: rgb(71 30 1 / 0.7);
}

.border-s-orange-950\/75 {
  border-inline-start-color: rgb(71 30 1 / 0.75);
}

.border-s-orange-950\/80 {
  border-inline-start-color: rgb(71 30 1 / 0.8);
}

.border-s-orange-950\/90 {
  border-inline-start-color: rgb(71 30 1 / 0.9);
}

.border-s-orange-950\/95 {
  border-inline-start-color: rgb(71 30 1 / 0.95);
}

.border-s-orange\/0 {
  border-inline-start-color: rgb(237 140 1 / 0);
}

.border-s-orange\/10 {
  border-inline-start-color: rgb(237 140 1 / 0.1);
}

.border-s-orange\/100 {
  border-inline-start-color: rgb(237 140 1 / 1);
}

.border-s-orange\/20 {
  border-inline-start-color: rgb(237 140 1 / 0.2);
}

.border-s-orange\/25 {
  border-inline-start-color: rgb(237 140 1 / 0.25);
}

.border-s-orange\/30 {
  border-inline-start-color: rgb(237 140 1 / 0.3);
}

.border-s-orange\/40 {
  border-inline-start-color: rgb(237 140 1 / 0.4);
}

.border-s-orange\/5 {
  border-inline-start-color: rgb(237 140 1 / 0.05);
}

.border-s-orange\/50 {
  border-inline-start-color: rgb(237 140 1 / 0.5);
}

.border-s-orange\/60 {
  border-inline-start-color: rgb(237 140 1 / 0.6);
}

.border-s-orange\/70 {
  border-inline-start-color: rgb(237 140 1 / 0.7);
}

.border-s-orange\/75 {
  border-inline-start-color: rgb(237 140 1 / 0.75);
}

.border-s-orange\/80 {
  border-inline-start-color: rgb(237 140 1 / 0.8);
}

.border-s-orange\/90 {
  border-inline-start-color: rgb(237 140 1 / 0.9);
}

.border-s-orange\/95 {
  border-inline-start-color: rgb(237 140 1 / 0.95);
}

.border-s-primary {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(175 18 109 / var(--tw-border-opacity));
}

.border-s-primary-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 230 247 / var(--tw-border-opacity));
}

.border-s-primary-100\/0 {
  border-inline-start-color: rgb(253 230 247 / 0);
}

.border-s-primary-100\/10 {
  border-inline-start-color: rgb(253 230 247 / 0.1);
}

.border-s-primary-100\/100 {
  border-inline-start-color: rgb(253 230 247 / 1);
}

.border-s-primary-100\/20 {
  border-inline-start-color: rgb(253 230 247 / 0.2);
}

.border-s-primary-100\/25 {
  border-inline-start-color: rgb(253 230 247 / 0.25);
}

.border-s-primary-100\/30 {
  border-inline-start-color: rgb(253 230 247 / 0.3);
}

.border-s-primary-100\/40 {
  border-inline-start-color: rgb(253 230 247 / 0.4);
}

.border-s-primary-100\/5 {
  border-inline-start-color: rgb(253 230 247 / 0.05);
}

.border-s-primary-100\/50 {
  border-inline-start-color: rgb(253 230 247 / 0.5);
}

.border-s-primary-100\/60 {
  border-inline-start-color: rgb(253 230 247 / 0.6);
}

.border-s-primary-100\/70 {
  border-inline-start-color: rgb(253 230 247 / 0.7);
}

.border-s-primary-100\/75 {
  border-inline-start-color: rgb(253 230 247 / 0.75);
}

.border-s-primary-100\/80 {
  border-inline-start-color: rgb(253 230 247 / 0.8);
}

.border-s-primary-100\/90 {
  border-inline-start-color: rgb(253 230 247 / 0.9);
}

.border-s-primary-100\/95 {
  border-inline-start-color: rgb(253 230 247 / 0.95);
}

.border-s-primary-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 205 240 / var(--tw-border-opacity));
}

.border-s-primary-200\/0 {
  border-inline-start-color: rgb(253 205 240 / 0);
}

.border-s-primary-200\/10 {
  border-inline-start-color: rgb(253 205 240 / 0.1);
}

.border-s-primary-200\/100 {
  border-inline-start-color: rgb(253 205 240 / 1);
}

.border-s-primary-200\/20 {
  border-inline-start-color: rgb(253 205 240 / 0.2);
}

.border-s-primary-200\/25 {
  border-inline-start-color: rgb(253 205 240 / 0.25);
}

.border-s-primary-200\/30 {
  border-inline-start-color: rgb(253 205 240 / 0.3);
}

.border-s-primary-200\/40 {
  border-inline-start-color: rgb(253 205 240 / 0.4);
}

.border-s-primary-200\/5 {
  border-inline-start-color: rgb(253 205 240 / 0.05);
}

.border-s-primary-200\/50 {
  border-inline-start-color: rgb(253 205 240 / 0.5);
}

.border-s-primary-200\/60 {
  border-inline-start-color: rgb(253 205 240 / 0.6);
}

.border-s-primary-200\/70 {
  border-inline-start-color: rgb(253 205 240 / 0.7);
}

.border-s-primary-200\/75 {
  border-inline-start-color: rgb(253 205 240 / 0.75);
}

.border-s-primary-200\/80 {
  border-inline-start-color: rgb(253 205 240 / 0.8);
}

.border-s-primary-200\/90 {
  border-inline-start-color: rgb(253 205 240 / 0.9);
}

.border-s-primary-200\/95 {
  border-inline-start-color: rgb(253 205 240 / 0.95);
}

.border-s-primary-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 164 228 / var(--tw-border-opacity));
}

.border-s-primary-300\/0 {
  border-inline-start-color: rgb(253 164 228 / 0);
}

.border-s-primary-300\/10 {
  border-inline-start-color: rgb(253 164 228 / 0.1);
}

.border-s-primary-300\/100 {
  border-inline-start-color: rgb(253 164 228 / 1);
}

.border-s-primary-300\/20 {
  border-inline-start-color: rgb(253 164 228 / 0.2);
}

.border-s-primary-300\/25 {
  border-inline-start-color: rgb(253 164 228 / 0.25);
}

.border-s-primary-300\/30 {
  border-inline-start-color: rgb(253 164 228 / 0.3);
}

.border-s-primary-300\/40 {
  border-inline-start-color: rgb(253 164 228 / 0.4);
}

.border-s-primary-300\/5 {
  border-inline-start-color: rgb(253 164 228 / 0.05);
}

.border-s-primary-300\/50 {
  border-inline-start-color: rgb(253 164 228 / 0.5);
}

.border-s-primary-300\/60 {
  border-inline-start-color: rgb(253 164 228 / 0.6);
}

.border-s-primary-300\/70 {
  border-inline-start-color: rgb(253 164 228 / 0.7);
}

.border-s-primary-300\/75 {
  border-inline-start-color: rgb(253 164 228 / 0.75);
}

.border-s-primary-300\/80 {
  border-inline-start-color: rgb(253 164 228 / 0.8);
}

.border-s-primary-300\/90 {
  border-inline-start-color: rgb(253 164 228 / 0.9);
}

.border-s-primary-300\/95 {
  border-inline-start-color: rgb(253 164 228 / 0.95);
}

.border-s-primary-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 108 207 / var(--tw-border-opacity));
}

.border-s-primary-400\/0 {
  border-inline-start-color: rgb(250 108 207 / 0);
}

.border-s-primary-400\/10 {
  border-inline-start-color: rgb(250 108 207 / 0.1);
}

.border-s-primary-400\/100 {
  border-inline-start-color: rgb(250 108 207 / 1);
}

.border-s-primary-400\/20 {
  border-inline-start-color: rgb(250 108 207 / 0.2);
}

.border-s-primary-400\/25 {
  border-inline-start-color: rgb(250 108 207 / 0.25);
}

.border-s-primary-400\/30 {
  border-inline-start-color: rgb(250 108 207 / 0.3);
}

.border-s-primary-400\/40 {
  border-inline-start-color: rgb(250 108 207 / 0.4);
}

.border-s-primary-400\/5 {
  border-inline-start-color: rgb(250 108 207 / 0.05);
}

.border-s-primary-400\/50 {
  border-inline-start-color: rgb(250 108 207 / 0.5);
}

.border-s-primary-400\/60 {
  border-inline-start-color: rgb(250 108 207 / 0.6);
}

.border-s-primary-400\/70 {
  border-inline-start-color: rgb(250 108 207 / 0.7);
}

.border-s-primary-400\/75 {
  border-inline-start-color: rgb(250 108 207 / 0.75);
}

.border-s-primary-400\/80 {
  border-inline-start-color: rgb(250 108 207 / 0.8);
}

.border-s-primary-400\/90 {
  border-inline-start-color: rgb(250 108 207 / 0.9);
}

.border-s-primary-400\/95 {
  border-inline-start-color: rgb(250 108 207 / 0.95);
}

.border-s-primary-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 241 250 / var(--tw-border-opacity));
}

.border-s-primary-50\/0 {
  border-inline-start-color: rgb(254 241 250 / 0);
}

.border-s-primary-50\/10 {
  border-inline-start-color: rgb(254 241 250 / 0.1);
}

.border-s-primary-50\/100 {
  border-inline-start-color: rgb(254 241 250 / 1);
}

.border-s-primary-50\/20 {
  border-inline-start-color: rgb(254 241 250 / 0.2);
}

.border-s-primary-50\/25 {
  border-inline-start-color: rgb(254 241 250 / 0.25);
}

.border-s-primary-50\/30 {
  border-inline-start-color: rgb(254 241 250 / 0.3);
}

.border-s-primary-50\/40 {
  border-inline-start-color: rgb(254 241 250 / 0.4);
}

.border-s-primary-50\/5 {
  border-inline-start-color: rgb(254 241 250 / 0.05);
}

.border-s-primary-50\/50 {
  border-inline-start-color: rgb(254 241 250 / 0.5);
}

.border-s-primary-50\/60 {
  border-inline-start-color: rgb(254 241 250 / 0.6);
}

.border-s-primary-50\/70 {
  border-inline-start-color: rgb(254 241 250 / 0.7);
}

.border-s-primary-50\/75 {
  border-inline-start-color: rgb(254 241 250 / 0.75);
}

.border-s-primary-50\/80 {
  border-inline-start-color: rgb(254 241 250 / 0.8);
}

.border-s-primary-50\/90 {
  border-inline-start-color: rgb(254 241 250 / 0.9);
}

.border-s-primary-50\/95 {
  border-inline-start-color: rgb(254 241 250 / 0.95);
}

.border-s-primary-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(244 64 185 / var(--tw-border-opacity));
}

.border-s-primary-500\/0 {
  border-inline-start-color: rgb(244 64 185 / 0);
}

.border-s-primary-500\/10 {
  border-inline-start-color: rgb(244 64 185 / 0.1);
}

.border-s-primary-500\/100 {
  border-inline-start-color: rgb(244 64 185 / 1);
}

.border-s-primary-500\/20 {
  border-inline-start-color: rgb(244 64 185 / 0.2);
}

.border-s-primary-500\/25 {
  border-inline-start-color: rgb(244 64 185 / 0.25);
}

.border-s-primary-500\/30 {
  border-inline-start-color: rgb(244 64 185 / 0.3);
}

.border-s-primary-500\/40 {
  border-inline-start-color: rgb(244 64 185 / 0.4);
}

.border-s-primary-500\/5 {
  border-inline-start-color: rgb(244 64 185 / 0.05);
}

.border-s-primary-500\/50 {
  border-inline-start-color: rgb(244 64 185 / 0.5);
}

.border-s-primary-500\/60 {
  border-inline-start-color: rgb(244 64 185 / 0.6);
}

.border-s-primary-500\/70 {
  border-inline-start-color: rgb(244 64 185 / 0.7);
}

.border-s-primary-500\/75 {
  border-inline-start-color: rgb(244 64 185 / 0.75);
}

.border-s-primary-500\/80 {
  border-inline-start-color: rgb(244 64 185 / 0.8);
}

.border-s-primary-500\/90 {
  border-inline-start-color: rgb(244 64 185 / 0.9);
}

.border-s-primary-500\/95 {
  border-inline-start-color: rgb(244 64 185 / 0.95);
}

.border-s-primary-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(227 31 153 / var(--tw-border-opacity));
}

.border-s-primary-600\/0 {
  border-inline-start-color: rgb(227 31 153 / 0);
}

.border-s-primary-600\/10 {
  border-inline-start-color: rgb(227 31 153 / 0.1);
}

.border-s-primary-600\/100 {
  border-inline-start-color: rgb(227 31 153 / 1);
}

.border-s-primary-600\/20 {
  border-inline-start-color: rgb(227 31 153 / 0.2);
}

.border-s-primary-600\/25 {
  border-inline-start-color: rgb(227 31 153 / 0.25);
}

.border-s-primary-600\/30 {
  border-inline-start-color: rgb(227 31 153 / 0.3);
}

.border-s-primary-600\/40 {
  border-inline-start-color: rgb(227 31 153 / 0.4);
}

.border-s-primary-600\/5 {
  border-inline-start-color: rgb(227 31 153 / 0.05);
}

.border-s-primary-600\/50 {
  border-inline-start-color: rgb(227 31 153 / 0.5);
}

.border-s-primary-600\/60 {
  border-inline-start-color: rgb(227 31 153 / 0.6);
}

.border-s-primary-600\/70 {
  border-inline-start-color: rgb(227 31 153 / 0.7);
}

.border-s-primary-600\/75 {
  border-inline-start-color: rgb(227 31 153 / 0.75);
}

.border-s-primary-600\/80 {
  border-inline-start-color: rgb(227 31 153 / 0.8);
}

.border-s-primary-600\/90 {
  border-inline-start-color: rgb(227 31 153 / 0.9);
}

.border-s-primary-600\/95 {
  border-inline-start-color: rgb(227 31 153 / 0.95);
}

.border-s-primary-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(198 16 124 / var(--tw-border-opacity));
}

.border-s-primary-700\/0 {
  border-inline-start-color: rgb(198 16 124 / 0);
}

.border-s-primary-700\/10 {
  border-inline-start-color: rgb(198 16 124 / 0.1);
}

.border-s-primary-700\/100 {
  border-inline-start-color: rgb(198 16 124 / 1);
}

.border-s-primary-700\/20 {
  border-inline-start-color: rgb(198 16 124 / 0.2);
}

.border-s-primary-700\/25 {
  border-inline-start-color: rgb(198 16 124 / 0.25);
}

.border-s-primary-700\/30 {
  border-inline-start-color: rgb(198 16 124 / 0.3);
}

.border-s-primary-700\/40 {
  border-inline-start-color: rgb(198 16 124 / 0.4);
}

.border-s-primary-700\/5 {
  border-inline-start-color: rgb(198 16 124 / 0.05);
}

.border-s-primary-700\/50 {
  border-inline-start-color: rgb(198 16 124 / 0.5);
}

.border-s-primary-700\/60 {
  border-inline-start-color: rgb(198 16 124 / 0.6);
}

.border-s-primary-700\/70 {
  border-inline-start-color: rgb(198 16 124 / 0.7);
}

.border-s-primary-700\/75 {
  border-inline-start-color: rgb(198 16 124 / 0.75);
}

.border-s-primary-700\/80 {
  border-inline-start-color: rgb(198 16 124 / 0.8);
}

.border-s-primary-700\/90 {
  border-inline-start-color: rgb(198 16 124 / 0.9);
}

.border-s-primary-700\/95 {
  border-inline-start-color: rgb(198 16 124 / 0.95);
}

.border-s-primary-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(175 18 109 / var(--tw-border-opacity));
}

.border-s-primary-800\/0 {
  border-inline-start-color: rgb(175 18 109 / 0);
}

.border-s-primary-800\/10 {
  border-inline-start-color: rgb(175 18 109 / 0.1);
}

.border-s-primary-800\/100 {
  border-inline-start-color: rgb(175 18 109 / 1);
}

.border-s-primary-800\/20 {
  border-inline-start-color: rgb(175 18 109 / 0.2);
}

.border-s-primary-800\/25 {
  border-inline-start-color: rgb(175 18 109 / 0.25);
}

.border-s-primary-800\/30 {
  border-inline-start-color: rgb(175 18 109 / 0.3);
}

.border-s-primary-800\/40 {
  border-inline-start-color: rgb(175 18 109 / 0.4);
}

.border-s-primary-800\/5 {
  border-inline-start-color: rgb(175 18 109 / 0.05);
}

.border-s-primary-800\/50 {
  border-inline-start-color: rgb(175 18 109 / 0.5);
}

.border-s-primary-800\/60 {
  border-inline-start-color: rgb(175 18 109 / 0.6);
}

.border-s-primary-800\/70 {
  border-inline-start-color: rgb(175 18 109 / 0.7);
}

.border-s-primary-800\/75 {
  border-inline-start-color: rgb(175 18 109 / 0.75);
}

.border-s-primary-800\/80 {
  border-inline-start-color: rgb(175 18 109 / 0.8);
}

.border-s-primary-800\/90 {
  border-inline-start-color: rgb(175 18 109 / 0.9);
}

.border-s-primary-800\/95 {
  border-inline-start-color: rgb(175 18 109 / 0.95);
}

.border-s-primary-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(136 19 87 / var(--tw-border-opacity));
}

.border-s-primary-900\/0 {
  border-inline-start-color: rgb(136 19 87 / 0);
}

.border-s-primary-900\/10 {
  border-inline-start-color: rgb(136 19 87 / 0.1);
}

.border-s-primary-900\/100 {
  border-inline-start-color: rgb(136 19 87 / 1);
}

.border-s-primary-900\/20 {
  border-inline-start-color: rgb(136 19 87 / 0.2);
}

.border-s-primary-900\/25 {
  border-inline-start-color: rgb(136 19 87 / 0.25);
}

.border-s-primary-900\/30 {
  border-inline-start-color: rgb(136 19 87 / 0.3);
}

.border-s-primary-900\/40 {
  border-inline-start-color: rgb(136 19 87 / 0.4);
}

.border-s-primary-900\/5 {
  border-inline-start-color: rgb(136 19 87 / 0.05);
}

.border-s-primary-900\/50 {
  border-inline-start-color: rgb(136 19 87 / 0.5);
}

.border-s-primary-900\/60 {
  border-inline-start-color: rgb(136 19 87 / 0.6);
}

.border-s-primary-900\/70 {
  border-inline-start-color: rgb(136 19 87 / 0.7);
}

.border-s-primary-900\/75 {
  border-inline-start-color: rgb(136 19 87 / 0.75);
}

.border-s-primary-900\/80 {
  border-inline-start-color: rgb(136 19 87 / 0.8);
}

.border-s-primary-900\/90 {
  border-inline-start-color: rgb(136 19 87 / 0.9);
}

.border-s-primary-900\/95 {
  border-inline-start-color: rgb(136 19 87 / 0.95);
}

.border-s-primary\/0 {
  border-inline-start-color: rgb(175 18 109 / 0);
}

.border-s-primary\/10 {
  border-inline-start-color: rgb(175 18 109 / 0.1);
}

.border-s-primary\/100 {
  border-inline-start-color: rgb(175 18 109 / 1);
}

.border-s-primary\/20 {
  border-inline-start-color: rgb(175 18 109 / 0.2);
}

.border-s-primary\/25 {
  border-inline-start-color: rgb(175 18 109 / 0.25);
}

.border-s-primary\/30 {
  border-inline-start-color: rgb(175 18 109 / 0.3);
}

.border-s-primary\/40 {
  border-inline-start-color: rgb(175 18 109 / 0.4);
}

.border-s-primary\/5 {
  border-inline-start-color: rgb(175 18 109 / 0.05);
}

.border-s-primary\/50 {
  border-inline-start-color: rgb(175 18 109 / 0.5);
}

.border-s-primary\/60 {
  border-inline-start-color: rgb(175 18 109 / 0.6);
}

.border-s-primary\/70 {
  border-inline-start-color: rgb(175 18 109 / 0.7);
}

.border-s-primary\/75 {
  border-inline-start-color: rgb(175 18 109 / 0.75);
}

.border-s-primary\/80 {
  border-inline-start-color: rgb(175 18 109 / 0.8);
}

.border-s-primary\/90 {
  border-inline-start-color: rgb(175 18 109 / 0.9);
}

.border-s-primary\/95 {
  border-inline-start-color: rgb(175 18 109 / 0.95);
}

.border-s-purple {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(108 72 145 / var(--tw-border-opacity));
}

.border-s-purple-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(242 238 249 / var(--tw-border-opacity));
}

.border-s-purple-100\/0 {
  border-inline-start-color: rgb(242 238 249 / 0);
}

.border-s-purple-100\/10 {
  border-inline-start-color: rgb(242 238 249 / 0.1);
}

.border-s-purple-100\/100 {
  border-inline-start-color: rgb(242 238 249 / 1);
}

.border-s-purple-100\/20 {
  border-inline-start-color: rgb(242 238 249 / 0.2);
}

.border-s-purple-100\/25 {
  border-inline-start-color: rgb(242 238 249 / 0.25);
}

.border-s-purple-100\/30 {
  border-inline-start-color: rgb(242 238 249 / 0.3);
}

.border-s-purple-100\/40 {
  border-inline-start-color: rgb(242 238 249 / 0.4);
}

.border-s-purple-100\/5 {
  border-inline-start-color: rgb(242 238 249 / 0.05);
}

.border-s-purple-100\/50 {
  border-inline-start-color: rgb(242 238 249 / 0.5);
}

.border-s-purple-100\/60 {
  border-inline-start-color: rgb(242 238 249 / 0.6);
}

.border-s-purple-100\/70 {
  border-inline-start-color: rgb(242 238 249 / 0.7);
}

.border-s-purple-100\/75 {
  border-inline-start-color: rgb(242 238 249 / 0.75);
}

.border-s-purple-100\/80 {
  border-inline-start-color: rgb(242 238 249 / 0.8);
}

.border-s-purple-100\/90 {
  border-inline-start-color: rgb(242 238 249 / 0.9);
}

.border-s-purple-100\/95 {
  border-inline-start-color: rgb(242 238 249 / 0.95);
}

.border-s-purple-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(232 223 245 / var(--tw-border-opacity));
}

.border-s-purple-200\/0 {
  border-inline-start-color: rgb(232 223 245 / 0);
}

.border-s-purple-200\/10 {
  border-inline-start-color: rgb(232 223 245 / 0.1);
}

.border-s-purple-200\/100 {
  border-inline-start-color: rgb(232 223 245 / 1);
}

.border-s-purple-200\/20 {
  border-inline-start-color: rgb(232 223 245 / 0.2);
}

.border-s-purple-200\/25 {
  border-inline-start-color: rgb(232 223 245 / 0.25);
}

.border-s-purple-200\/30 {
  border-inline-start-color: rgb(232 223 245 / 0.3);
}

.border-s-purple-200\/40 {
  border-inline-start-color: rgb(232 223 245 / 0.4);
}

.border-s-purple-200\/5 {
  border-inline-start-color: rgb(232 223 245 / 0.05);
}

.border-s-purple-200\/50 {
  border-inline-start-color: rgb(232 223 245 / 0.5);
}

.border-s-purple-200\/60 {
  border-inline-start-color: rgb(232 223 245 / 0.6);
}

.border-s-purple-200\/70 {
  border-inline-start-color: rgb(232 223 245 / 0.7);
}

.border-s-purple-200\/75 {
  border-inline-start-color: rgb(232 223 245 / 0.75);
}

.border-s-purple-200\/80 {
  border-inline-start-color: rgb(232 223 245 / 0.8);
}

.border-s-purple-200\/90 {
  border-inline-start-color: rgb(232 223 245 / 0.9);
}

.border-s-purple-200\/95 {
  border-inline-start-color: rgb(232 223 245 / 0.95);
}

.border-s-purple-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(214 198 236 / var(--tw-border-opacity));
}

.border-s-purple-300\/0 {
  border-inline-start-color: rgb(214 198 236 / 0);
}

.border-s-purple-300\/10 {
  border-inline-start-color: rgb(214 198 236 / 0.1);
}

.border-s-purple-300\/100 {
  border-inline-start-color: rgb(214 198 236 / 1);
}

.border-s-purple-300\/20 {
  border-inline-start-color: rgb(214 198 236 / 0.2);
}

.border-s-purple-300\/25 {
  border-inline-start-color: rgb(214 198 236 / 0.25);
}

.border-s-purple-300\/30 {
  border-inline-start-color: rgb(214 198 236 / 0.3);
}

.border-s-purple-300\/40 {
  border-inline-start-color: rgb(214 198 236 / 0.4);
}

.border-s-purple-300\/5 {
  border-inline-start-color: rgb(214 198 236 / 0.05);
}

.border-s-purple-300\/50 {
  border-inline-start-color: rgb(214 198 236 / 0.5);
}

.border-s-purple-300\/60 {
  border-inline-start-color: rgb(214 198 236 / 0.6);
}

.border-s-purple-300\/70 {
  border-inline-start-color: rgb(214 198 236 / 0.7);
}

.border-s-purple-300\/75 {
  border-inline-start-color: rgb(214 198 236 / 0.75);
}

.border-s-purple-300\/80 {
  border-inline-start-color: rgb(214 198 236 / 0.8);
}

.border-s-purple-300\/90 {
  border-inline-start-color: rgb(214 198 236 / 0.9);
}

.border-s-purple-300\/95 {
  border-inline-start-color: rgb(214 198 236 / 0.95);
}

.border-s-purple-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(189 162 222 / var(--tw-border-opacity));
}

.border-s-purple-400\/0 {
  border-inline-start-color: rgb(189 162 222 / 0);
}

.border-s-purple-400\/10 {
  border-inline-start-color: rgb(189 162 222 / 0.1);
}

.border-s-purple-400\/100 {
  border-inline-start-color: rgb(189 162 222 / 1);
}

.border-s-purple-400\/20 {
  border-inline-start-color: rgb(189 162 222 / 0.2);
}

.border-s-purple-400\/25 {
  border-inline-start-color: rgb(189 162 222 / 0.25);
}

.border-s-purple-400\/30 {
  border-inline-start-color: rgb(189 162 222 / 0.3);
}

.border-s-purple-400\/40 {
  border-inline-start-color: rgb(189 162 222 / 0.4);
}

.border-s-purple-400\/5 {
  border-inline-start-color: rgb(189 162 222 / 0.05);
}

.border-s-purple-400\/50 {
  border-inline-start-color: rgb(189 162 222 / 0.5);
}

.border-s-purple-400\/60 {
  border-inline-start-color: rgb(189 162 222 / 0.6);
}

.border-s-purple-400\/70 {
  border-inline-start-color: rgb(189 162 222 / 0.7);
}

.border-s-purple-400\/75 {
  border-inline-start-color: rgb(189 162 222 / 0.75);
}

.border-s-purple-400\/80 {
  border-inline-start-color: rgb(189 162 222 / 0.8);
}

.border-s-purple-400\/90 {
  border-inline-start-color: rgb(189 162 222 / 0.9);
}

.border-s-purple-400\/95 {
  border-inline-start-color: rgb(189 162 222 / 0.95);
}

.border-s-purple-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 247 253 / var(--tw-border-opacity));
}

.border-s-purple-50\/0 {
  border-inline-start-color: rgb(250 247 253 / 0);
}

.border-s-purple-50\/10 {
  border-inline-start-color: rgb(250 247 253 / 0.1);
}

.border-s-purple-50\/100 {
  border-inline-start-color: rgb(250 247 253 / 1);
}

.border-s-purple-50\/20 {
  border-inline-start-color: rgb(250 247 253 / 0.2);
}

.border-s-purple-50\/25 {
  border-inline-start-color: rgb(250 247 253 / 0.25);
}

.border-s-purple-50\/30 {
  border-inline-start-color: rgb(250 247 253 / 0.3);
}

.border-s-purple-50\/40 {
  border-inline-start-color: rgb(250 247 253 / 0.4);
}

.border-s-purple-50\/5 {
  border-inline-start-color: rgb(250 247 253 / 0.05);
}

.border-s-purple-50\/50 {
  border-inline-start-color: rgb(250 247 253 / 0.5);
}

.border-s-purple-50\/60 {
  border-inline-start-color: rgb(250 247 253 / 0.6);
}

.border-s-purple-50\/70 {
  border-inline-start-color: rgb(250 247 253 / 0.7);
}

.border-s-purple-50\/75 {
  border-inline-start-color: rgb(250 247 253 / 0.75);
}

.border-s-purple-50\/80 {
  border-inline-start-color: rgb(250 247 253 / 0.8);
}

.border-s-purple-50\/90 {
  border-inline-start-color: rgb(250 247 253 / 0.9);
}

.border-s-purple-50\/95 {
  border-inline-start-color: rgb(250 247 253 / 0.95);
}

.border-s-purple-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(162 125 207 / var(--tw-border-opacity));
}

.border-s-purple-500\/0 {
  border-inline-start-color: rgb(162 125 207 / 0);
}

.border-s-purple-500\/10 {
  border-inline-start-color: rgb(162 125 207 / 0.1);
}

.border-s-purple-500\/100 {
  border-inline-start-color: rgb(162 125 207 / 1);
}

.border-s-purple-500\/20 {
  border-inline-start-color: rgb(162 125 207 / 0.2);
}

.border-s-purple-500\/25 {
  border-inline-start-color: rgb(162 125 207 / 0.25);
}

.border-s-purple-500\/30 {
  border-inline-start-color: rgb(162 125 207 / 0.3);
}

.border-s-purple-500\/40 {
  border-inline-start-color: rgb(162 125 207 / 0.4);
}

.border-s-purple-500\/5 {
  border-inline-start-color: rgb(162 125 207 / 0.05);
}

.border-s-purple-500\/50 {
  border-inline-start-color: rgb(162 125 207 / 0.5);
}

.border-s-purple-500\/60 {
  border-inline-start-color: rgb(162 125 207 / 0.6);
}

.border-s-purple-500\/70 {
  border-inline-start-color: rgb(162 125 207 / 0.7);
}

.border-s-purple-500\/75 {
  border-inline-start-color: rgb(162 125 207 / 0.75);
}

.border-s-purple-500\/80 {
  border-inline-start-color: rgb(162 125 207 / 0.8);
}

.border-s-purple-500\/90 {
  border-inline-start-color: rgb(162 125 207 / 0.9);
}

.border-s-purple-500\/95 {
  border-inline-start-color: rgb(162 125 207 / 0.95);
}

.border-s-purple-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(140 97 188 / var(--tw-border-opacity));
}

.border-s-purple-600\/0 {
  border-inline-start-color: rgb(140 97 188 / 0);
}

.border-s-purple-600\/10 {
  border-inline-start-color: rgb(140 97 188 / 0.1);
}

.border-s-purple-600\/100 {
  border-inline-start-color: rgb(140 97 188 / 1);
}

.border-s-purple-600\/20 {
  border-inline-start-color: rgb(140 97 188 / 0.2);
}

.border-s-purple-600\/25 {
  border-inline-start-color: rgb(140 97 188 / 0.25);
}

.border-s-purple-600\/30 {
  border-inline-start-color: rgb(140 97 188 / 0.3);
}

.border-s-purple-600\/40 {
  border-inline-start-color: rgb(140 97 188 / 0.4);
}

.border-s-purple-600\/5 {
  border-inline-start-color: rgb(140 97 188 / 0.05);
}

.border-s-purple-600\/50 {
  border-inline-start-color: rgb(140 97 188 / 0.5);
}

.border-s-purple-600\/60 {
  border-inline-start-color: rgb(140 97 188 / 0.6);
}

.border-s-purple-600\/70 {
  border-inline-start-color: rgb(140 97 188 / 0.7);
}

.border-s-purple-600\/75 {
  border-inline-start-color: rgb(140 97 188 / 0.75);
}

.border-s-purple-600\/80 {
  border-inline-start-color: rgb(140 97 188 / 0.8);
}

.border-s-purple-600\/90 {
  border-inline-start-color: rgb(140 97 188 / 0.9);
}

.border-s-purple-600\/95 {
  border-inline-start-color: rgb(140 97 188 / 0.95);
}

.border-s-purple-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(118 77 163 / var(--tw-border-opacity));
}

.border-s-purple-700\/0 {
  border-inline-start-color: rgb(118 77 163 / 0);
}

.border-s-purple-700\/10 {
  border-inline-start-color: rgb(118 77 163 / 0.1);
}

.border-s-purple-700\/100 {
  border-inline-start-color: rgb(118 77 163 / 1);
}

.border-s-purple-700\/20 {
  border-inline-start-color: rgb(118 77 163 / 0.2);
}

.border-s-purple-700\/25 {
  border-inline-start-color: rgb(118 77 163 / 0.25);
}

.border-s-purple-700\/30 {
  border-inline-start-color: rgb(118 77 163 / 0.3);
}

.border-s-purple-700\/40 {
  border-inline-start-color: rgb(118 77 163 / 0.4);
}

.border-s-purple-700\/5 {
  border-inline-start-color: rgb(118 77 163 / 0.05);
}

.border-s-purple-700\/50 {
  border-inline-start-color: rgb(118 77 163 / 0.5);
}

.border-s-purple-700\/60 {
  border-inline-start-color: rgb(118 77 163 / 0.6);
}

.border-s-purple-700\/70 {
  border-inline-start-color: rgb(118 77 163 / 0.7);
}

.border-s-purple-700\/75 {
  border-inline-start-color: rgb(118 77 163 / 0.75);
}

.border-s-purple-700\/80 {
  border-inline-start-color: rgb(118 77 163 / 0.8);
}

.border-s-purple-700\/90 {
  border-inline-start-color: rgb(118 77 163 / 0.9);
}

.border-s-purple-700\/95 {
  border-inline-start-color: rgb(118 77 163 / 0.95);
}

.border-s-purple-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(108 72 145 / var(--tw-border-opacity));
}

.border-s-purple-800\/0 {
  border-inline-start-color: rgb(108 72 145 / 0);
}

.border-s-purple-800\/10 {
  border-inline-start-color: rgb(108 72 145 / 0.1);
}

.border-s-purple-800\/100 {
  border-inline-start-color: rgb(108 72 145 / 1);
}

.border-s-purple-800\/20 {
  border-inline-start-color: rgb(108 72 145 / 0.2);
}

.border-s-purple-800\/25 {
  border-inline-start-color: rgb(108 72 145 / 0.25);
}

.border-s-purple-800\/30 {
  border-inline-start-color: rgb(108 72 145 / 0.3);
}

.border-s-purple-800\/40 {
  border-inline-start-color: rgb(108 72 145 / 0.4);
}

.border-s-purple-800\/5 {
  border-inline-start-color: rgb(108 72 145 / 0.05);
}

.border-s-purple-800\/50 {
  border-inline-start-color: rgb(108 72 145 / 0.5);
}

.border-s-purple-800\/60 {
  border-inline-start-color: rgb(108 72 145 / 0.6);
}

.border-s-purple-800\/70 {
  border-inline-start-color: rgb(108 72 145 / 0.7);
}

.border-s-purple-800\/75 {
  border-inline-start-color: rgb(108 72 145 / 0.75);
}

.border-s-purple-800\/80 {
  border-inline-start-color: rgb(108 72 145 / 0.8);
}

.border-s-purple-800\/90 {
  border-inline-start-color: rgb(108 72 145 / 0.9);
}

.border-s-purple-800\/95 {
  border-inline-start-color: rgb(108 72 145 / 0.95);
}

.border-s-purple-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(82 55 108 / var(--tw-border-opacity));
}

.border-s-purple-900\/0 {
  border-inline-start-color: rgb(82 55 108 / 0);
}

.border-s-purple-900\/10 {
  border-inline-start-color: rgb(82 55 108 / 0.1);
}

.border-s-purple-900\/100 {
  border-inline-start-color: rgb(82 55 108 / 1);
}

.border-s-purple-900\/20 {
  border-inline-start-color: rgb(82 55 108 / 0.2);
}

.border-s-purple-900\/25 {
  border-inline-start-color: rgb(82 55 108 / 0.25);
}

.border-s-purple-900\/30 {
  border-inline-start-color: rgb(82 55 108 / 0.3);
}

.border-s-purple-900\/40 {
  border-inline-start-color: rgb(82 55 108 / 0.4);
}

.border-s-purple-900\/5 {
  border-inline-start-color: rgb(82 55 108 / 0.05);
}

.border-s-purple-900\/50 {
  border-inline-start-color: rgb(82 55 108 / 0.5);
}

.border-s-purple-900\/60 {
  border-inline-start-color: rgb(82 55 108 / 0.6);
}

.border-s-purple-900\/70 {
  border-inline-start-color: rgb(82 55 108 / 0.7);
}

.border-s-purple-900\/75 {
  border-inline-start-color: rgb(82 55 108 / 0.75);
}

.border-s-purple-900\/80 {
  border-inline-start-color: rgb(82 55 108 / 0.8);
}

.border-s-purple-900\/90 {
  border-inline-start-color: rgb(82 55 108 / 0.9);
}

.border-s-purple-900\/95 {
  border-inline-start-color: rgb(82 55 108 / 0.95);
}

.border-s-purple-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(53 30 77 / var(--tw-border-opacity));
}

.border-s-purple-950\/0 {
  border-inline-start-color: rgb(53 30 77 / 0);
}

.border-s-purple-950\/10 {
  border-inline-start-color: rgb(53 30 77 / 0.1);
}

.border-s-purple-950\/100 {
  border-inline-start-color: rgb(53 30 77 / 1);
}

.border-s-purple-950\/20 {
  border-inline-start-color: rgb(53 30 77 / 0.2);
}

.border-s-purple-950\/25 {
  border-inline-start-color: rgb(53 30 77 / 0.25);
}

.border-s-purple-950\/30 {
  border-inline-start-color: rgb(53 30 77 / 0.3);
}

.border-s-purple-950\/40 {
  border-inline-start-color: rgb(53 30 77 / 0.4);
}

.border-s-purple-950\/5 {
  border-inline-start-color: rgb(53 30 77 / 0.05);
}

.border-s-purple-950\/50 {
  border-inline-start-color: rgb(53 30 77 / 0.5);
}

.border-s-purple-950\/60 {
  border-inline-start-color: rgb(53 30 77 / 0.6);
}

.border-s-purple-950\/70 {
  border-inline-start-color: rgb(53 30 77 / 0.7);
}

.border-s-purple-950\/75 {
  border-inline-start-color: rgb(53 30 77 / 0.75);
}

.border-s-purple-950\/80 {
  border-inline-start-color: rgb(53 30 77 / 0.8);
}

.border-s-purple-950\/90 {
  border-inline-start-color: rgb(53 30 77 / 0.9);
}

.border-s-purple-950\/95 {
  border-inline-start-color: rgb(53 30 77 / 0.95);
}

.border-s-purple\/0 {
  border-inline-start-color: rgb(108 72 145 / 0);
}

.border-s-purple\/10 {
  border-inline-start-color: rgb(108 72 145 / 0.1);
}

.border-s-purple\/100 {
  border-inline-start-color: rgb(108 72 145 / 1);
}

.border-s-purple\/20 {
  border-inline-start-color: rgb(108 72 145 / 0.2);
}

.border-s-purple\/25 {
  border-inline-start-color: rgb(108 72 145 / 0.25);
}

.border-s-purple\/30 {
  border-inline-start-color: rgb(108 72 145 / 0.3);
}

.border-s-purple\/40 {
  border-inline-start-color: rgb(108 72 145 / 0.4);
}

.border-s-purple\/5 {
  border-inline-start-color: rgb(108 72 145 / 0.05);
}

.border-s-purple\/50 {
  border-inline-start-color: rgb(108 72 145 / 0.5);
}

.border-s-purple\/60 {
  border-inline-start-color: rgb(108 72 145 / 0.6);
}

.border-s-purple\/70 {
  border-inline-start-color: rgb(108 72 145 / 0.7);
}

.border-s-purple\/75 {
  border-inline-start-color: rgb(108 72 145 / 0.75);
}

.border-s-purple\/80 {
  border-inline-start-color: rgb(108 72 145 / 0.8);
}

.border-s-purple\/90 {
  border-inline-start-color: rgb(108 72 145 / 0.9);
}

.border-s-purple\/95 {
  border-inline-start-color: rgb(108 72 145 / 0.95);
}

.border-s-red {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(225 51 22 / var(--tw-border-opacity));
}

.border-s-red-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(246 176 164 / var(--tw-border-opacity));
}

.border-s-red-100\/0 {
  border-inline-start-color: rgb(246 176 164 / 0);
}

.border-s-red-100\/10 {
  border-inline-start-color: rgb(246 176 164 / 0.1);
}

.border-s-red-100\/100 {
  border-inline-start-color: rgb(246 176 164 / 1);
}

.border-s-red-100\/20 {
  border-inline-start-color: rgb(246 176 164 / 0.2);
}

.border-s-red-100\/25 {
  border-inline-start-color: rgb(246 176 164 / 0.25);
}

.border-s-red-100\/30 {
  border-inline-start-color: rgb(246 176 164 / 0.3);
}

.border-s-red-100\/40 {
  border-inline-start-color: rgb(246 176 164 / 0.4);
}

.border-s-red-100\/5 {
  border-inline-start-color: rgb(246 176 164 / 0.05);
}

.border-s-red-100\/50 {
  border-inline-start-color: rgb(246 176 164 / 0.5);
}

.border-s-red-100\/60 {
  border-inline-start-color: rgb(246 176 164 / 0.6);
}

.border-s-red-100\/70 {
  border-inline-start-color: rgb(246 176 164 / 0.7);
}

.border-s-red-100\/75 {
  border-inline-start-color: rgb(246 176 164 / 0.75);
}

.border-s-red-100\/80 {
  border-inline-start-color: rgb(246 176 164 / 0.8);
}

.border-s-red-100\/90 {
  border-inline-start-color: rgb(246 176 164 / 0.9);
}

.border-s-red-100\/95 {
  border-inline-start-color: rgb(246 176 164 / 0.95);
}

.border-s-red-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(242 143 127 / var(--tw-border-opacity));
}

.border-s-red-200\/0 {
  border-inline-start-color: rgb(242 143 127 / 0);
}

.border-s-red-200\/10 {
  border-inline-start-color: rgb(242 143 127 / 0.1);
}

.border-s-red-200\/100 {
  border-inline-start-color: rgb(242 143 127 / 1);
}

.border-s-red-200\/20 {
  border-inline-start-color: rgb(242 143 127 / 0.2);
}

.border-s-red-200\/25 {
  border-inline-start-color: rgb(242 143 127 / 0.25);
}

.border-s-red-200\/30 {
  border-inline-start-color: rgb(242 143 127 / 0.3);
}

.border-s-red-200\/40 {
  border-inline-start-color: rgb(242 143 127 / 0.4);
}

.border-s-red-200\/5 {
  border-inline-start-color: rgb(242 143 127 / 0.05);
}

.border-s-red-200\/50 {
  border-inline-start-color: rgb(242 143 127 / 0.5);
}

.border-s-red-200\/60 {
  border-inline-start-color: rgb(242 143 127 / 0.6);
}

.border-s-red-200\/70 {
  border-inline-start-color: rgb(242 143 127 / 0.7);
}

.border-s-red-200\/75 {
  border-inline-start-color: rgb(242 143 127 / 0.75);
}

.border-s-red-200\/80 {
  border-inline-start-color: rgb(242 143 127 / 0.8);
}

.border-s-red-200\/90 {
  border-inline-start-color: rgb(242 143 127 / 0.9);
}

.border-s-red-200\/95 {
  border-inline-start-color: rgb(242 143 127 / 0.95);
}

.border-s-red-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(239 111 90 / var(--tw-border-opacity));
}

.border-s-red-300\/0 {
  border-inline-start-color: rgb(239 111 90 / 0);
}

.border-s-red-300\/10 {
  border-inline-start-color: rgb(239 111 90 / 0.1);
}

.border-s-red-300\/100 {
  border-inline-start-color: rgb(239 111 90 / 1);
}

.border-s-red-300\/20 {
  border-inline-start-color: rgb(239 111 90 / 0.2);
}

.border-s-red-300\/25 {
  border-inline-start-color: rgb(239 111 90 / 0.25);
}

.border-s-red-300\/30 {
  border-inline-start-color: rgb(239 111 90 / 0.3);
}

.border-s-red-300\/40 {
  border-inline-start-color: rgb(239 111 90 / 0.4);
}

.border-s-red-300\/5 {
  border-inline-start-color: rgb(239 111 90 / 0.05);
}

.border-s-red-300\/50 {
  border-inline-start-color: rgb(239 111 90 / 0.5);
}

.border-s-red-300\/60 {
  border-inline-start-color: rgb(239 111 90 / 0.6);
}

.border-s-red-300\/70 {
  border-inline-start-color: rgb(239 111 90 / 0.7);
}

.border-s-red-300\/75 {
  border-inline-start-color: rgb(239 111 90 / 0.75);
}

.border-s-red-300\/80 {
  border-inline-start-color: rgb(239 111 90 / 0.8);
}

.border-s-red-300\/90 {
  border-inline-start-color: rgb(239 111 90 / 0.9);
}

.border-s-red-300\/95 {
  border-inline-start-color: rgb(239 111 90 / 0.95);
}

.border-s-red-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(235 79 53 / var(--tw-border-opacity));
}

.border-s-red-400\/0 {
  border-inline-start-color: rgb(235 79 53 / 0);
}

.border-s-red-400\/10 {
  border-inline-start-color: rgb(235 79 53 / 0.1);
}

.border-s-red-400\/100 {
  border-inline-start-color: rgb(235 79 53 / 1);
}

.border-s-red-400\/20 {
  border-inline-start-color: rgb(235 79 53 / 0.2);
}

.border-s-red-400\/25 {
  border-inline-start-color: rgb(235 79 53 / 0.25);
}

.border-s-red-400\/30 {
  border-inline-start-color: rgb(235 79 53 / 0.3);
}

.border-s-red-400\/40 {
  border-inline-start-color: rgb(235 79 53 / 0.4);
}

.border-s-red-400\/5 {
  border-inline-start-color: rgb(235 79 53 / 0.05);
}

.border-s-red-400\/50 {
  border-inline-start-color: rgb(235 79 53 / 0.5);
}

.border-s-red-400\/60 {
  border-inline-start-color: rgb(235 79 53 / 0.6);
}

.border-s-red-400\/70 {
  border-inline-start-color: rgb(235 79 53 / 0.7);
}

.border-s-red-400\/75 {
  border-inline-start-color: rgb(235 79 53 / 0.75);
}

.border-s-red-400\/80 {
  border-inline-start-color: rgb(235 79 53 / 0.8);
}

.border-s-red-400\/90 {
  border-inline-start-color: rgb(235 79 53 / 0.9);
}

.border-s-red-400\/95 {
  border-inline-start-color: rgb(235 79 53 / 0.95);
}

.border-s-red-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(248 192 183 / var(--tw-border-opacity));
}

.border-s-red-50\/0 {
  border-inline-start-color: rgb(248 192 183 / 0);
}

.border-s-red-50\/10 {
  border-inline-start-color: rgb(248 192 183 / 0.1);
}

.border-s-red-50\/100 {
  border-inline-start-color: rgb(248 192 183 / 1);
}

.border-s-red-50\/20 {
  border-inline-start-color: rgb(248 192 183 / 0.2);
}

.border-s-red-50\/25 {
  border-inline-start-color: rgb(248 192 183 / 0.25);
}

.border-s-red-50\/30 {
  border-inline-start-color: rgb(248 192 183 / 0.3);
}

.border-s-red-50\/40 {
  border-inline-start-color: rgb(248 192 183 / 0.4);
}

.border-s-red-50\/5 {
  border-inline-start-color: rgb(248 192 183 / 0.05);
}

.border-s-red-50\/50 {
  border-inline-start-color: rgb(248 192 183 / 0.5);
}

.border-s-red-50\/60 {
  border-inline-start-color: rgb(248 192 183 / 0.6);
}

.border-s-red-50\/70 {
  border-inline-start-color: rgb(248 192 183 / 0.7);
}

.border-s-red-50\/75 {
  border-inline-start-color: rgb(248 192 183 / 0.75);
}

.border-s-red-50\/80 {
  border-inline-start-color: rgb(248 192 183 / 0.8);
}

.border-s-red-50\/90 {
  border-inline-start-color: rgb(248 192 183 / 0.9);
}

.border-s-red-50\/95 {
  border-inline-start-color: rgb(248 192 183 / 0.95);
}

.border-s-red-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(225 51 22 / var(--tw-border-opacity));
}

.border-s-red-500\/0 {
  border-inline-start-color: rgb(225 51 22 / 0);
}

.border-s-red-500\/10 {
  border-inline-start-color: rgb(225 51 22 / 0.1);
}

.border-s-red-500\/100 {
  border-inline-start-color: rgb(225 51 22 / 1);
}

.border-s-red-500\/20 {
  border-inline-start-color: rgb(225 51 22 / 0.2);
}

.border-s-red-500\/25 {
  border-inline-start-color: rgb(225 51 22 / 0.25);
}

.border-s-red-500\/30 {
  border-inline-start-color: rgb(225 51 22 / 0.3);
}

.border-s-red-500\/40 {
  border-inline-start-color: rgb(225 51 22 / 0.4);
}

.border-s-red-500\/5 {
  border-inline-start-color: rgb(225 51 22 / 0.05);
}

.border-s-red-500\/50 {
  border-inline-start-color: rgb(225 51 22 / 0.5);
}

.border-s-red-500\/60 {
  border-inline-start-color: rgb(225 51 22 / 0.6);
}

.border-s-red-500\/70 {
  border-inline-start-color: rgb(225 51 22 / 0.7);
}

.border-s-red-500\/75 {
  border-inline-start-color: rgb(225 51 22 / 0.75);
}

.border-s-red-500\/80 {
  border-inline-start-color: rgb(225 51 22 / 0.8);
}

.border-s-red-500\/90 {
  border-inline-start-color: rgb(225 51 22 / 0.9);
}

.border-s-red-500\/95 {
  border-inline-start-color: rgb(225 51 22 / 0.95);
}

.border-s-red-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(174 39 17 / var(--tw-border-opacity));
}

.border-s-red-600\/0 {
  border-inline-start-color: rgb(174 39 17 / 0);
}

.border-s-red-600\/10 {
  border-inline-start-color: rgb(174 39 17 / 0.1);
}

.border-s-red-600\/100 {
  border-inline-start-color: rgb(174 39 17 / 1);
}

.border-s-red-600\/20 {
  border-inline-start-color: rgb(174 39 17 / 0.2);
}

.border-s-red-600\/25 {
  border-inline-start-color: rgb(174 39 17 / 0.25);
}

.border-s-red-600\/30 {
  border-inline-start-color: rgb(174 39 17 / 0.3);
}

.border-s-red-600\/40 {
  border-inline-start-color: rgb(174 39 17 / 0.4);
}

.border-s-red-600\/5 {
  border-inline-start-color: rgb(174 39 17 / 0.05);
}

.border-s-red-600\/50 {
  border-inline-start-color: rgb(174 39 17 / 0.5);
}

.border-s-red-600\/60 {
  border-inline-start-color: rgb(174 39 17 / 0.6);
}

.border-s-red-600\/70 {
  border-inline-start-color: rgb(174 39 17 / 0.7);
}

.border-s-red-600\/75 {
  border-inline-start-color: rgb(174 39 17 / 0.75);
}

.border-s-red-600\/80 {
  border-inline-start-color: rgb(174 39 17 / 0.8);
}

.border-s-red-600\/90 {
  border-inline-start-color: rgb(174 39 17 / 0.9);
}

.border-s-red-600\/95 {
  border-inline-start-color: rgb(174 39 17 / 0.95);
}

.border-s-red-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(123 28 12 / var(--tw-border-opacity));
}

.border-s-red-700\/0 {
  border-inline-start-color: rgb(123 28 12 / 0);
}

.border-s-red-700\/10 {
  border-inline-start-color: rgb(123 28 12 / 0.1);
}

.border-s-red-700\/100 {
  border-inline-start-color: rgb(123 28 12 / 1);
}

.border-s-red-700\/20 {
  border-inline-start-color: rgb(123 28 12 / 0.2);
}

.border-s-red-700\/25 {
  border-inline-start-color: rgb(123 28 12 / 0.25);
}

.border-s-red-700\/30 {
  border-inline-start-color: rgb(123 28 12 / 0.3);
}

.border-s-red-700\/40 {
  border-inline-start-color: rgb(123 28 12 / 0.4);
}

.border-s-red-700\/5 {
  border-inline-start-color: rgb(123 28 12 / 0.05);
}

.border-s-red-700\/50 {
  border-inline-start-color: rgb(123 28 12 / 0.5);
}

.border-s-red-700\/60 {
  border-inline-start-color: rgb(123 28 12 / 0.6);
}

.border-s-red-700\/70 {
  border-inline-start-color: rgb(123 28 12 / 0.7);
}

.border-s-red-700\/75 {
  border-inline-start-color: rgb(123 28 12 / 0.75);
}

.border-s-red-700\/80 {
  border-inline-start-color: rgb(123 28 12 / 0.8);
}

.border-s-red-700\/90 {
  border-inline-start-color: rgb(123 28 12 / 0.9);
}

.border-s-red-700\/95 {
  border-inline-start-color: rgb(123 28 12 / 0.95);
}

.border-s-red-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(72 16 7 / var(--tw-border-opacity));
}

.border-s-red-800\/0 {
  border-inline-start-color: rgb(72 16 7 / 0);
}

.border-s-red-800\/10 {
  border-inline-start-color: rgb(72 16 7 / 0.1);
}

.border-s-red-800\/100 {
  border-inline-start-color: rgb(72 16 7 / 1);
}

.border-s-red-800\/20 {
  border-inline-start-color: rgb(72 16 7 / 0.2);
}

.border-s-red-800\/25 {
  border-inline-start-color: rgb(72 16 7 / 0.25);
}

.border-s-red-800\/30 {
  border-inline-start-color: rgb(72 16 7 / 0.3);
}

.border-s-red-800\/40 {
  border-inline-start-color: rgb(72 16 7 / 0.4);
}

.border-s-red-800\/5 {
  border-inline-start-color: rgb(72 16 7 / 0.05);
}

.border-s-red-800\/50 {
  border-inline-start-color: rgb(72 16 7 / 0.5);
}

.border-s-red-800\/60 {
  border-inline-start-color: rgb(72 16 7 / 0.6);
}

.border-s-red-800\/70 {
  border-inline-start-color: rgb(72 16 7 / 0.7);
}

.border-s-red-800\/75 {
  border-inline-start-color: rgb(72 16 7 / 0.75);
}

.border-s-red-800\/80 {
  border-inline-start-color: rgb(72 16 7 / 0.8);
}

.border-s-red-800\/90 {
  border-inline-start-color: rgb(72 16 7 / 0.9);
}

.border-s-red-800\/95 {
  border-inline-start-color: rgb(72 16 7 / 0.95);
}

.border-s-red-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(21 5 2 / var(--tw-border-opacity));
}

.border-s-red-900\/0 {
  border-inline-start-color: rgb(21 5 2 / 0);
}

.border-s-red-900\/10 {
  border-inline-start-color: rgb(21 5 2 / 0.1);
}

.border-s-red-900\/100 {
  border-inline-start-color: rgb(21 5 2 / 1);
}

.border-s-red-900\/20 {
  border-inline-start-color: rgb(21 5 2 / 0.2);
}

.border-s-red-900\/25 {
  border-inline-start-color: rgb(21 5 2 / 0.25);
}

.border-s-red-900\/30 {
  border-inline-start-color: rgb(21 5 2 / 0.3);
}

.border-s-red-900\/40 {
  border-inline-start-color: rgb(21 5 2 / 0.4);
}

.border-s-red-900\/5 {
  border-inline-start-color: rgb(21 5 2 / 0.05);
}

.border-s-red-900\/50 {
  border-inline-start-color: rgb(21 5 2 / 0.5);
}

.border-s-red-900\/60 {
  border-inline-start-color: rgb(21 5 2 / 0.6);
}

.border-s-red-900\/70 {
  border-inline-start-color: rgb(21 5 2 / 0.7);
}

.border-s-red-900\/75 {
  border-inline-start-color: rgb(21 5 2 / 0.75);
}

.border-s-red-900\/80 {
  border-inline-start-color: rgb(21 5 2 / 0.8);
}

.border-s-red-900\/90 {
  border-inline-start-color: rgb(21 5 2 / 0.9);
}

.border-s-red-900\/95 {
  border-inline-start-color: rgb(21 5 2 / 0.95);
}

.border-s-red\/0 {
  border-inline-start-color: rgb(225 51 22 / 0);
}

.border-s-red\/10 {
  border-inline-start-color: rgb(225 51 22 / 0.1);
}

.border-s-red\/100 {
  border-inline-start-color: rgb(225 51 22 / 1);
}

.border-s-red\/20 {
  border-inline-start-color: rgb(225 51 22 / 0.2);
}

.border-s-red\/25 {
  border-inline-start-color: rgb(225 51 22 / 0.25);
}

.border-s-red\/30 {
  border-inline-start-color: rgb(225 51 22 / 0.3);
}

.border-s-red\/40 {
  border-inline-start-color: rgb(225 51 22 / 0.4);
}

.border-s-red\/5 {
  border-inline-start-color: rgb(225 51 22 / 0.05);
}

.border-s-red\/50 {
  border-inline-start-color: rgb(225 51 22 / 0.5);
}

.border-s-red\/60 {
  border-inline-start-color: rgb(225 51 22 / 0.6);
}

.border-s-red\/70 {
  border-inline-start-color: rgb(225 51 22 / 0.7);
}

.border-s-red\/75 {
  border-inline-start-color: rgb(225 51 22 / 0.75);
}

.border-s-red\/80 {
  border-inline-start-color: rgb(225 51 22 / 0.8);
}

.border-s-red\/90 {
  border-inline-start-color: rgb(225 51 22 / 0.9);
}

.border-s-red\/95 {
  border-inline-start-color: rgb(225 51 22 / 0.95);
}

.border-s-teal {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(129 195 175 / var(--tw-border-opacity));
}

.border-s-teal-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(240 248 245 / var(--tw-border-opacity));
}

.border-s-teal-100\/0 {
  border-inline-start-color: rgb(240 248 245 / 0);
}

.border-s-teal-100\/10 {
  border-inline-start-color: rgb(240 248 245 / 0.1);
}

.border-s-teal-100\/100 {
  border-inline-start-color: rgb(240 248 245 / 1);
}

.border-s-teal-100\/20 {
  border-inline-start-color: rgb(240 248 245 / 0.2);
}

.border-s-teal-100\/25 {
  border-inline-start-color: rgb(240 248 245 / 0.25);
}

.border-s-teal-100\/30 {
  border-inline-start-color: rgb(240 248 245 / 0.3);
}

.border-s-teal-100\/40 {
  border-inline-start-color: rgb(240 248 245 / 0.4);
}

.border-s-teal-100\/5 {
  border-inline-start-color: rgb(240 248 245 / 0.05);
}

.border-s-teal-100\/50 {
  border-inline-start-color: rgb(240 248 245 / 0.5);
}

.border-s-teal-100\/60 {
  border-inline-start-color: rgb(240 248 245 / 0.6);
}

.border-s-teal-100\/70 {
  border-inline-start-color: rgb(240 248 245 / 0.7);
}

.border-s-teal-100\/75 {
  border-inline-start-color: rgb(240 248 245 / 0.75);
}

.border-s-teal-100\/80 {
  border-inline-start-color: rgb(240 248 245 / 0.8);
}

.border-s-teal-100\/90 {
  border-inline-start-color: rgb(240 248 245 / 0.9);
}

.border-s-teal-100\/95 {
  border-inline-start-color: rgb(240 248 245 / 0.95);
}

.border-s-teal-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(212 234 228 / var(--tw-border-opacity));
}

.border-s-teal-200\/0 {
  border-inline-start-color: rgb(212 234 228 / 0);
}

.border-s-teal-200\/10 {
  border-inline-start-color: rgb(212 234 228 / 0.1);
}

.border-s-teal-200\/100 {
  border-inline-start-color: rgb(212 234 228 / 1);
}

.border-s-teal-200\/20 {
  border-inline-start-color: rgb(212 234 228 / 0.2);
}

.border-s-teal-200\/25 {
  border-inline-start-color: rgb(212 234 228 / 0.25);
}

.border-s-teal-200\/30 {
  border-inline-start-color: rgb(212 234 228 / 0.3);
}

.border-s-teal-200\/40 {
  border-inline-start-color: rgb(212 234 228 / 0.4);
}

.border-s-teal-200\/5 {
  border-inline-start-color: rgb(212 234 228 / 0.05);
}

.border-s-teal-200\/50 {
  border-inline-start-color: rgb(212 234 228 / 0.5);
}

.border-s-teal-200\/60 {
  border-inline-start-color: rgb(212 234 228 / 0.6);
}

.border-s-teal-200\/70 {
  border-inline-start-color: rgb(212 234 228 / 0.7);
}

.border-s-teal-200\/75 {
  border-inline-start-color: rgb(212 234 228 / 0.75);
}

.border-s-teal-200\/80 {
  border-inline-start-color: rgb(212 234 228 / 0.8);
}

.border-s-teal-200\/90 {
  border-inline-start-color: rgb(212 234 228 / 0.9);
}

.border-s-teal-200\/95 {
  border-inline-start-color: rgb(212 234 228 / 0.95);
}

.border-s-teal-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(184 221 210 / var(--tw-border-opacity));
}

.border-s-teal-300\/0 {
  border-inline-start-color: rgb(184 221 210 / 0);
}

.border-s-teal-300\/10 {
  border-inline-start-color: rgb(184 221 210 / 0.1);
}

.border-s-teal-300\/100 {
  border-inline-start-color: rgb(184 221 210 / 1);
}

.border-s-teal-300\/20 {
  border-inline-start-color: rgb(184 221 210 / 0.2);
}

.border-s-teal-300\/25 {
  border-inline-start-color: rgb(184 221 210 / 0.25);
}

.border-s-teal-300\/30 {
  border-inline-start-color: rgb(184 221 210 / 0.3);
}

.border-s-teal-300\/40 {
  border-inline-start-color: rgb(184 221 210 / 0.4);
}

.border-s-teal-300\/5 {
  border-inline-start-color: rgb(184 221 210 / 0.05);
}

.border-s-teal-300\/50 {
  border-inline-start-color: rgb(184 221 210 / 0.5);
}

.border-s-teal-300\/60 {
  border-inline-start-color: rgb(184 221 210 / 0.6);
}

.border-s-teal-300\/70 {
  border-inline-start-color: rgb(184 221 210 / 0.7);
}

.border-s-teal-300\/75 {
  border-inline-start-color: rgb(184 221 210 / 0.75);
}

.border-s-teal-300\/80 {
  border-inline-start-color: rgb(184 221 210 / 0.8);
}

.border-s-teal-300\/90 {
  border-inline-start-color: rgb(184 221 210 / 0.9);
}

.border-s-teal-300\/95 {
  border-inline-start-color: rgb(184 221 210 / 0.95);
}

.border-s-teal-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(157 208 193 / var(--tw-border-opacity));
}

.border-s-teal-400\/0 {
  border-inline-start-color: rgb(157 208 193 / 0);
}

.border-s-teal-400\/10 {
  border-inline-start-color: rgb(157 208 193 / 0.1);
}

.border-s-teal-400\/100 {
  border-inline-start-color: rgb(157 208 193 / 1);
}

.border-s-teal-400\/20 {
  border-inline-start-color: rgb(157 208 193 / 0.2);
}

.border-s-teal-400\/25 {
  border-inline-start-color: rgb(157 208 193 / 0.25);
}

.border-s-teal-400\/30 {
  border-inline-start-color: rgb(157 208 193 / 0.3);
}

.border-s-teal-400\/40 {
  border-inline-start-color: rgb(157 208 193 / 0.4);
}

.border-s-teal-400\/5 {
  border-inline-start-color: rgb(157 208 193 / 0.05);
}

.border-s-teal-400\/50 {
  border-inline-start-color: rgb(157 208 193 / 0.5);
}

.border-s-teal-400\/60 {
  border-inline-start-color: rgb(157 208 193 / 0.6);
}

.border-s-teal-400\/70 {
  border-inline-start-color: rgb(157 208 193 / 0.7);
}

.border-s-teal-400\/75 {
  border-inline-start-color: rgb(157 208 193 / 0.75);
}

.border-s-teal-400\/80 {
  border-inline-start-color: rgb(157 208 193 / 0.8);
}

.border-s-teal-400\/90 {
  border-inline-start-color: rgb(157 208 193 / 0.9);
}

.border-s-teal-400\/95 {
  border-inline-start-color: rgb(157 208 193 / 0.95);
}

.border-s-teal-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 254 254 / var(--tw-border-opacity));
}

.border-s-teal-50\/0 {
  border-inline-start-color: rgb(253 254 254 / 0);
}

.border-s-teal-50\/10 {
  border-inline-start-color: rgb(253 254 254 / 0.1);
}

.border-s-teal-50\/100 {
  border-inline-start-color: rgb(253 254 254 / 1);
}

.border-s-teal-50\/20 {
  border-inline-start-color: rgb(253 254 254 / 0.2);
}

.border-s-teal-50\/25 {
  border-inline-start-color: rgb(253 254 254 / 0.25);
}

.border-s-teal-50\/30 {
  border-inline-start-color: rgb(253 254 254 / 0.3);
}

.border-s-teal-50\/40 {
  border-inline-start-color: rgb(253 254 254 / 0.4);
}

.border-s-teal-50\/5 {
  border-inline-start-color: rgb(253 254 254 / 0.05);
}

.border-s-teal-50\/50 {
  border-inline-start-color: rgb(253 254 254 / 0.5);
}

.border-s-teal-50\/60 {
  border-inline-start-color: rgb(253 254 254 / 0.6);
}

.border-s-teal-50\/70 {
  border-inline-start-color: rgb(253 254 254 / 0.7);
}

.border-s-teal-50\/75 {
  border-inline-start-color: rgb(253 254 254 / 0.75);
}

.border-s-teal-50\/80 {
  border-inline-start-color: rgb(253 254 254 / 0.8);
}

.border-s-teal-50\/90 {
  border-inline-start-color: rgb(253 254 254 / 0.9);
}

.border-s-teal-50\/95 {
  border-inline-start-color: rgb(253 254 254 / 0.95);
}

.border-s-teal-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(129 195 175 / var(--tw-border-opacity));
}

.border-s-teal-500\/0 {
  border-inline-start-color: rgb(129 195 175 / 0);
}

.border-s-teal-500\/10 {
  border-inline-start-color: rgb(129 195 175 / 0.1);
}

.border-s-teal-500\/100 {
  border-inline-start-color: rgb(129 195 175 / 1);
}

.border-s-teal-500\/20 {
  border-inline-start-color: rgb(129 195 175 / 0.2);
}

.border-s-teal-500\/25 {
  border-inline-start-color: rgb(129 195 175 / 0.25);
}

.border-s-teal-500\/30 {
  border-inline-start-color: rgb(129 195 175 / 0.3);
}

.border-s-teal-500\/40 {
  border-inline-start-color: rgb(129 195 175 / 0.4);
}

.border-s-teal-500\/5 {
  border-inline-start-color: rgb(129 195 175 / 0.05);
}

.border-s-teal-500\/50 {
  border-inline-start-color: rgb(129 195 175 / 0.5);
}

.border-s-teal-500\/60 {
  border-inline-start-color: rgb(129 195 175 / 0.6);
}

.border-s-teal-500\/70 {
  border-inline-start-color: rgb(129 195 175 / 0.7);
}

.border-s-teal-500\/75 {
  border-inline-start-color: rgb(129 195 175 / 0.75);
}

.border-s-teal-500\/80 {
  border-inline-start-color: rgb(129 195 175 / 0.8);
}

.border-s-teal-500\/90 {
  border-inline-start-color: rgb(129 195 175 / 0.9);
}

.border-s-teal-500\/95 {
  border-inline-start-color: rgb(129 195 175 / 0.95);
}

.border-s-teal-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(91 177 151 / var(--tw-border-opacity));
}

.border-s-teal-600\/0 {
  border-inline-start-color: rgb(91 177 151 / 0);
}

.border-s-teal-600\/10 {
  border-inline-start-color: rgb(91 177 151 / 0.1);
}

.border-s-teal-600\/100 {
  border-inline-start-color: rgb(91 177 151 / 1);
}

.border-s-teal-600\/20 {
  border-inline-start-color: rgb(91 177 151 / 0.2);
}

.border-s-teal-600\/25 {
  border-inline-start-color: rgb(91 177 151 / 0.25);
}

.border-s-teal-600\/30 {
  border-inline-start-color: rgb(91 177 151 / 0.3);
}

.border-s-teal-600\/40 {
  border-inline-start-color: rgb(91 177 151 / 0.4);
}

.border-s-teal-600\/5 {
  border-inline-start-color: rgb(91 177 151 / 0.05);
}

.border-s-teal-600\/50 {
  border-inline-start-color: rgb(91 177 151 / 0.5);
}

.border-s-teal-600\/60 {
  border-inline-start-color: rgb(91 177 151 / 0.6);
}

.border-s-teal-600\/70 {
  border-inline-start-color: rgb(91 177 151 / 0.7);
}

.border-s-teal-600\/75 {
  border-inline-start-color: rgb(91 177 151 / 0.75);
}

.border-s-teal-600\/80 {
  border-inline-start-color: rgb(91 177 151 / 0.8);
}

.border-s-teal-600\/90 {
  border-inline-start-color: rgb(91 177 151 / 0.9);
}

.border-s-teal-600\/95 {
  border-inline-start-color: rgb(91 177 151 / 0.95);
}

.border-s-teal-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(68 143 121 / var(--tw-border-opacity));
}

.border-s-teal-700\/0 {
  border-inline-start-color: rgb(68 143 121 / 0);
}

.border-s-teal-700\/10 {
  border-inline-start-color: rgb(68 143 121 / 0.1);
}

.border-s-teal-700\/100 {
  border-inline-start-color: rgb(68 143 121 / 1);
}

.border-s-teal-700\/20 {
  border-inline-start-color: rgb(68 143 121 / 0.2);
}

.border-s-teal-700\/25 {
  border-inline-start-color: rgb(68 143 121 / 0.25);
}

.border-s-teal-700\/30 {
  border-inline-start-color: rgb(68 143 121 / 0.3);
}

.border-s-teal-700\/40 {
  border-inline-start-color: rgb(68 143 121 / 0.4);
}

.border-s-teal-700\/5 {
  border-inline-start-color: rgb(68 143 121 / 0.05);
}

.border-s-teal-700\/50 {
  border-inline-start-color: rgb(68 143 121 / 0.5);
}

.border-s-teal-700\/60 {
  border-inline-start-color: rgb(68 143 121 / 0.6);
}

.border-s-teal-700\/70 {
  border-inline-start-color: rgb(68 143 121 / 0.7);
}

.border-s-teal-700\/75 {
  border-inline-start-color: rgb(68 143 121 / 0.75);
}

.border-s-teal-700\/80 {
  border-inline-start-color: rgb(68 143 121 / 0.8);
}

.border-s-teal-700\/90 {
  border-inline-start-color: rgb(68 143 121 / 0.9);
}

.border-s-teal-700\/95 {
  border-inline-start-color: rgb(68 143 121 / 0.95);
}

.border-s-teal-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(50 105 89 / var(--tw-border-opacity));
}

.border-s-teal-800\/0 {
  border-inline-start-color: rgb(50 105 89 / 0);
}

.border-s-teal-800\/10 {
  border-inline-start-color: rgb(50 105 89 / 0.1);
}

.border-s-teal-800\/100 {
  border-inline-start-color: rgb(50 105 89 / 1);
}

.border-s-teal-800\/20 {
  border-inline-start-color: rgb(50 105 89 / 0.2);
}

.border-s-teal-800\/25 {
  border-inline-start-color: rgb(50 105 89 / 0.25);
}

.border-s-teal-800\/30 {
  border-inline-start-color: rgb(50 105 89 / 0.3);
}

.border-s-teal-800\/40 {
  border-inline-start-color: rgb(50 105 89 / 0.4);
}

.border-s-teal-800\/5 {
  border-inline-start-color: rgb(50 105 89 / 0.05);
}

.border-s-teal-800\/50 {
  border-inline-start-color: rgb(50 105 89 / 0.5);
}

.border-s-teal-800\/60 {
  border-inline-start-color: rgb(50 105 89 / 0.6);
}

.border-s-teal-800\/70 {
  border-inline-start-color: rgb(50 105 89 / 0.7);
}

.border-s-teal-800\/75 {
  border-inline-start-color: rgb(50 105 89 / 0.75);
}

.border-s-teal-800\/80 {
  border-inline-start-color: rgb(50 105 89 / 0.8);
}

.border-s-teal-800\/90 {
  border-inline-start-color: rgb(50 105 89 / 0.9);
}

.border-s-teal-800\/95 {
  border-inline-start-color: rgb(50 105 89 / 0.95);
}

.border-s-teal-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(32 67 57 / var(--tw-border-opacity));
}

.border-s-teal-900\/0 {
  border-inline-start-color: rgb(32 67 57 / 0);
}

.border-s-teal-900\/10 {
  border-inline-start-color: rgb(32 67 57 / 0.1);
}

.border-s-teal-900\/100 {
  border-inline-start-color: rgb(32 67 57 / 1);
}

.border-s-teal-900\/20 {
  border-inline-start-color: rgb(32 67 57 / 0.2);
}

.border-s-teal-900\/25 {
  border-inline-start-color: rgb(32 67 57 / 0.25);
}

.border-s-teal-900\/30 {
  border-inline-start-color: rgb(32 67 57 / 0.3);
}

.border-s-teal-900\/40 {
  border-inline-start-color: rgb(32 67 57 / 0.4);
}

.border-s-teal-900\/5 {
  border-inline-start-color: rgb(32 67 57 / 0.05);
}

.border-s-teal-900\/50 {
  border-inline-start-color: rgb(32 67 57 / 0.5);
}

.border-s-teal-900\/60 {
  border-inline-start-color: rgb(32 67 57 / 0.6);
}

.border-s-teal-900\/70 {
  border-inline-start-color: rgb(32 67 57 / 0.7);
}

.border-s-teal-900\/75 {
  border-inline-start-color: rgb(32 67 57 / 0.75);
}

.border-s-teal-900\/80 {
  border-inline-start-color: rgb(32 67 57 / 0.8);
}

.border-s-teal-900\/90 {
  border-inline-start-color: rgb(32 67 57 / 0.9);
}

.border-s-teal-900\/95 {
  border-inline-start-color: rgb(32 67 57 / 0.95);
}

.border-s-teal\/0 {
  border-inline-start-color: rgb(129 195 175 / 0);
}

.border-s-teal\/10 {
  border-inline-start-color: rgb(129 195 175 / 0.1);
}

.border-s-teal\/100 {
  border-inline-start-color: rgb(129 195 175 / 1);
}

.border-s-teal\/20 {
  border-inline-start-color: rgb(129 195 175 / 0.2);
}

.border-s-teal\/25 {
  border-inline-start-color: rgb(129 195 175 / 0.25);
}

.border-s-teal\/30 {
  border-inline-start-color: rgb(129 195 175 / 0.3);
}

.border-s-teal\/40 {
  border-inline-start-color: rgb(129 195 175 / 0.4);
}

.border-s-teal\/5 {
  border-inline-start-color: rgb(129 195 175 / 0.05);
}

.border-s-teal\/50 {
  border-inline-start-color: rgb(129 195 175 / 0.5);
}

.border-s-teal\/60 {
  border-inline-start-color: rgb(129 195 175 / 0.6);
}

.border-s-teal\/70 {
  border-inline-start-color: rgb(129 195 175 / 0.7);
}

.border-s-teal\/75 {
  border-inline-start-color: rgb(129 195 175 / 0.75);
}

.border-s-teal\/80 {
  border-inline-start-color: rgb(129 195 175 / 0.8);
}

.border-s-teal\/90 {
  border-inline-start-color: rgb(129 195 175 / 0.9);
}

.border-s-teal\/95 {
  border-inline-start-color: rgb(129 195 175 / 0.95);
}

.border-s-transparent {
  border-inline-start-color: transparent;
}

.border-s-transparent\/0 {
  border-inline-start-color: rgb(0 0 0 / 0);
}

.border-s-transparent\/10 {
  border-inline-start-color: rgb(0 0 0 / 0.1);
}

.border-s-transparent\/100 {
  border-inline-start-color: rgb(0 0 0 / 1);
}

.border-s-transparent\/20 {
  border-inline-start-color: rgb(0 0 0 / 0.2);
}

.border-s-transparent\/25 {
  border-inline-start-color: rgb(0 0 0 / 0.25);
}

.border-s-transparent\/30 {
  border-inline-start-color: rgb(0 0 0 / 0.3);
}

.border-s-transparent\/40 {
  border-inline-start-color: rgb(0 0 0 / 0.4);
}

.border-s-transparent\/5 {
  border-inline-start-color: rgb(0 0 0 / 0.05);
}

.border-s-transparent\/50 {
  border-inline-start-color: rgb(0 0 0 / 0.5);
}

.border-s-transparent\/60 {
  border-inline-start-color: rgb(0 0 0 / 0.6);
}

.border-s-transparent\/70 {
  border-inline-start-color: rgb(0 0 0 / 0.7);
}

.border-s-transparent\/75 {
  border-inline-start-color: rgb(0 0 0 / 0.75);
}

.border-s-transparent\/80 {
  border-inline-start-color: rgb(0 0 0 / 0.8);
}

.border-s-transparent\/90 {
  border-inline-start-color: rgb(0 0 0 / 0.9);
}

.border-s-transparent\/95 {
  border-inline-start-color: rgb(0 0 0 / 0.95);
}

.border-s-white {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-s-white\/0 {
  border-inline-start-color: rgb(255 255 255 / 0);
}

.border-s-white\/10 {
  border-inline-start-color: rgb(255 255 255 / 0.1);
}

.border-s-white\/100 {
  border-inline-start-color: rgb(255 255 255 / 1);
}

.border-s-white\/20 {
  border-inline-start-color: rgb(255 255 255 / 0.2);
}

.border-s-white\/25 {
  border-inline-start-color: rgb(255 255 255 / 0.25);
}

.border-s-white\/30 {
  border-inline-start-color: rgb(255 255 255 / 0.3);
}

.border-s-white\/40 {
  border-inline-start-color: rgb(255 255 255 / 0.4);
}

.border-s-white\/5 {
  border-inline-start-color: rgb(255 255 255 / 0.05);
}

.border-s-white\/50 {
  border-inline-start-color: rgb(255 255 255 / 0.5);
}

.border-s-white\/60 {
  border-inline-start-color: rgb(255 255 255 / 0.6);
}

.border-s-white\/70 {
  border-inline-start-color: rgb(255 255 255 / 0.7);
}

.border-s-white\/75 {
  border-inline-start-color: rgb(255 255 255 / 0.75);
}

.border-s-white\/80 {
  border-inline-start-color: rgb(255 255 255 / 0.8);
}

.border-s-white\/90 {
  border-inline-start-color: rgb(255 255 255 / 0.9);
}

.border-s-white\/95 {
  border-inline-start-color: rgb(255 255 255 / 0.95);
}

.border-s-yellow {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(247 191 31 / var(--tw-border-opacity));
}

.border-s-yellow-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 243 200 / var(--tw-border-opacity));
}

.border-s-yellow-100\/0 {
  border-inline-start-color: rgb(253 243 200 / 0);
}

.border-s-yellow-100\/10 {
  border-inline-start-color: rgb(253 243 200 / 0.1);
}

.border-s-yellow-100\/100 {
  border-inline-start-color: rgb(253 243 200 / 1);
}

.border-s-yellow-100\/20 {
  border-inline-start-color: rgb(253 243 200 / 0.2);
}

.border-s-yellow-100\/25 {
  border-inline-start-color: rgb(253 243 200 / 0.25);
}

.border-s-yellow-100\/30 {
  border-inline-start-color: rgb(253 243 200 / 0.3);
}

.border-s-yellow-100\/40 {
  border-inline-start-color: rgb(253 243 200 / 0.4);
}

.border-s-yellow-100\/5 {
  border-inline-start-color: rgb(253 243 200 / 0.05);
}

.border-s-yellow-100\/50 {
  border-inline-start-color: rgb(253 243 200 / 0.5);
}

.border-s-yellow-100\/60 {
  border-inline-start-color: rgb(253 243 200 / 0.6);
}

.border-s-yellow-100\/70 {
  border-inline-start-color: rgb(253 243 200 / 0.7);
}

.border-s-yellow-100\/75 {
  border-inline-start-color: rgb(253 243 200 / 0.75);
}

.border-s-yellow-100\/80 {
  border-inline-start-color: rgb(253 243 200 / 0.8);
}

.border-s-yellow-100\/90 {
  border-inline-start-color: rgb(253 243 200 / 0.9);
}

.border-s-yellow-100\/95 {
  border-inline-start-color: rgb(253 243 200 / 0.95);
}

.border-s-yellow-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(251 231 140 / var(--tw-border-opacity));
}

.border-s-yellow-200\/0 {
  border-inline-start-color: rgb(251 231 140 / 0);
}

.border-s-yellow-200\/10 {
  border-inline-start-color: rgb(251 231 140 / 0.1);
}

.border-s-yellow-200\/100 {
  border-inline-start-color: rgb(251 231 140 / 1);
}

.border-s-yellow-200\/20 {
  border-inline-start-color: rgb(251 231 140 / 0.2);
}

.border-s-yellow-200\/25 {
  border-inline-start-color: rgb(251 231 140 / 0.25);
}

.border-s-yellow-200\/30 {
  border-inline-start-color: rgb(251 231 140 / 0.3);
}

.border-s-yellow-200\/40 {
  border-inline-start-color: rgb(251 231 140 / 0.4);
}

.border-s-yellow-200\/5 {
  border-inline-start-color: rgb(251 231 140 / 0.05);
}

.border-s-yellow-200\/50 {
  border-inline-start-color: rgb(251 231 140 / 0.5);
}

.border-s-yellow-200\/60 {
  border-inline-start-color: rgb(251 231 140 / 0.6);
}

.border-s-yellow-200\/70 {
  border-inline-start-color: rgb(251 231 140 / 0.7);
}

.border-s-yellow-200\/75 {
  border-inline-start-color: rgb(251 231 140 / 0.75);
}

.border-s-yellow-200\/80 {
  border-inline-start-color: rgb(251 231 140 / 0.8);
}

.border-s-yellow-200\/90 {
  border-inline-start-color: rgb(251 231 140 / 0.9);
}

.border-s-yellow-200\/95 {
  border-inline-start-color: rgb(251 231 140 / 0.95);
}

.border-s-yellow-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(249 212 80 / var(--tw-border-opacity));
}

.border-s-yellow-300\/0 {
  border-inline-start-color: rgb(249 212 80 / 0);
}

.border-s-yellow-300\/10 {
  border-inline-start-color: rgb(249 212 80 / 0.1);
}

.border-s-yellow-300\/100 {
  border-inline-start-color: rgb(249 212 80 / 1);
}

.border-s-yellow-300\/20 {
  border-inline-start-color: rgb(249 212 80 / 0.2);
}

.border-s-yellow-300\/25 {
  border-inline-start-color: rgb(249 212 80 / 0.25);
}

.border-s-yellow-300\/30 {
  border-inline-start-color: rgb(249 212 80 / 0.3);
}

.border-s-yellow-300\/40 {
  border-inline-start-color: rgb(249 212 80 / 0.4);
}

.border-s-yellow-300\/5 {
  border-inline-start-color: rgb(249 212 80 / 0.05);
}

.border-s-yellow-300\/50 {
  border-inline-start-color: rgb(249 212 80 / 0.5);
}

.border-s-yellow-300\/60 {
  border-inline-start-color: rgb(249 212 80 / 0.6);
}

.border-s-yellow-300\/70 {
  border-inline-start-color: rgb(249 212 80 / 0.7);
}

.border-s-yellow-300\/75 {
  border-inline-start-color: rgb(249 212 80 / 0.75);
}

.border-s-yellow-300\/80 {
  border-inline-start-color: rgb(249 212 80 / 0.8);
}

.border-s-yellow-300\/90 {
  border-inline-start-color: rgb(249 212 80 / 0.9);
}

.border-s-yellow-300\/95 {
  border-inline-start-color: rgb(249 212 80 / 0.95);
}

.border-s-yellow-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(247 191 31 / var(--tw-border-opacity));
}

.border-s-yellow-400\/0 {
  border-inline-start-color: rgb(247 191 31 / 0);
}

.border-s-yellow-400\/10 {
  border-inline-start-color: rgb(247 191 31 / 0.1);
}

.border-s-yellow-400\/100 {
  border-inline-start-color: rgb(247 191 31 / 1);
}

.border-s-yellow-400\/20 {
  border-inline-start-color: rgb(247 191 31 / 0.2);
}

.border-s-yellow-400\/25 {
  border-inline-start-color: rgb(247 191 31 / 0.25);
}

.border-s-yellow-400\/30 {
  border-inline-start-color: rgb(247 191 31 / 0.3);
}

.border-s-yellow-400\/40 {
  border-inline-start-color: rgb(247 191 31 / 0.4);
}

.border-s-yellow-400\/5 {
  border-inline-start-color: rgb(247 191 31 / 0.05);
}

.border-s-yellow-400\/50 {
  border-inline-start-color: rgb(247 191 31 / 0.5);
}

.border-s-yellow-400\/60 {
  border-inline-start-color: rgb(247 191 31 / 0.6);
}

.border-s-yellow-400\/70 {
  border-inline-start-color: rgb(247 191 31 / 0.7);
}

.border-s-yellow-400\/75 {
  border-inline-start-color: rgb(247 191 31 / 0.75);
}

.border-s-yellow-400\/80 {
  border-inline-start-color: rgb(247 191 31 / 0.8);
}

.border-s-yellow-400\/90 {
  border-inline-start-color: rgb(247 191 31 / 0.9);
}

.border-s-yellow-400\/95 {
  border-inline-start-color: rgb(247 191 31 / 0.95);
}

.border-s-yellow-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.border-s-yellow-50\/0 {
  border-inline-start-color: rgb(255 251 235 / 0);
}

.border-s-yellow-50\/10 {
  border-inline-start-color: rgb(255 251 235 / 0.1);
}

.border-s-yellow-50\/100 {
  border-inline-start-color: rgb(255 251 235 / 1);
}

.border-s-yellow-50\/20 {
  border-inline-start-color: rgb(255 251 235 / 0.2);
}

.border-s-yellow-50\/25 {
  border-inline-start-color: rgb(255 251 235 / 0.25);
}

.border-s-yellow-50\/30 {
  border-inline-start-color: rgb(255 251 235 / 0.3);
}

.border-s-yellow-50\/40 {
  border-inline-start-color: rgb(255 251 235 / 0.4);
}

.border-s-yellow-50\/5 {
  border-inline-start-color: rgb(255 251 235 / 0.05);
}

.border-s-yellow-50\/50 {
  border-inline-start-color: rgb(255 251 235 / 0.5);
}

.border-s-yellow-50\/60 {
  border-inline-start-color: rgb(255 251 235 / 0.6);
}

.border-s-yellow-50\/70 {
  border-inline-start-color: rgb(255 251 235 / 0.7);
}

.border-s-yellow-50\/75 {
  border-inline-start-color: rgb(255 251 235 / 0.75);
}

.border-s-yellow-50\/80 {
  border-inline-start-color: rgb(255 251 235 / 0.8);
}

.border-s-yellow-50\/90 {
  border-inline-start-color: rgb(255 251 235 / 0.9);
}

.border-s-yellow-50\/95 {
  border-inline-start-color: rgb(255 251 235 / 0.95);
}

.border-s-yellow-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(241 161 15 / var(--tw-border-opacity));
}

.border-s-yellow-500\/0 {
  border-inline-start-color: rgb(241 161 15 / 0);
}

.border-s-yellow-500\/10 {
  border-inline-start-color: rgb(241 161 15 / 0.1);
}

.border-s-yellow-500\/100 {
  border-inline-start-color: rgb(241 161 15 / 1);
}

.border-s-yellow-500\/20 {
  border-inline-start-color: rgb(241 161 15 / 0.2);
}

.border-s-yellow-500\/25 {
  border-inline-start-color: rgb(241 161 15 / 0.25);
}

.border-s-yellow-500\/30 {
  border-inline-start-color: rgb(241 161 15 / 0.3);
}

.border-s-yellow-500\/40 {
  border-inline-start-color: rgb(241 161 15 / 0.4);
}

.border-s-yellow-500\/5 {
  border-inline-start-color: rgb(241 161 15 / 0.05);
}

.border-s-yellow-500\/50 {
  border-inline-start-color: rgb(241 161 15 / 0.5);
}

.border-s-yellow-500\/60 {
  border-inline-start-color: rgb(241 161 15 / 0.6);
}

.border-s-yellow-500\/70 {
  border-inline-start-color: rgb(241 161 15 / 0.7);
}

.border-s-yellow-500\/75 {
  border-inline-start-color: rgb(241 161 15 / 0.75);
}

.border-s-yellow-500\/80 {
  border-inline-start-color: rgb(241 161 15 / 0.8);
}

.border-s-yellow-500\/90 {
  border-inline-start-color: rgb(241 161 15 / 0.9);
}

.border-s-yellow-500\/95 {
  border-inline-start-color: rgb(241 161 15 / 0.95);
}

.border-s-yellow-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(213 123 10 / var(--tw-border-opacity));
}

.border-s-yellow-600\/0 {
  border-inline-start-color: rgb(213 123 10 / 0);
}

.border-s-yellow-600\/10 {
  border-inline-start-color: rgb(213 123 10 / 0.1);
}

.border-s-yellow-600\/100 {
  border-inline-start-color: rgb(213 123 10 / 1);
}

.border-s-yellow-600\/20 {
  border-inline-start-color: rgb(213 123 10 / 0.2);
}

.border-s-yellow-600\/25 {
  border-inline-start-color: rgb(213 123 10 / 0.25);
}

.border-s-yellow-600\/30 {
  border-inline-start-color: rgb(213 123 10 / 0.3);
}

.border-s-yellow-600\/40 {
  border-inline-start-color: rgb(213 123 10 / 0.4);
}

.border-s-yellow-600\/5 {
  border-inline-start-color: rgb(213 123 10 / 0.05);
}

.border-s-yellow-600\/50 {
  border-inline-start-color: rgb(213 123 10 / 0.5);
}

.border-s-yellow-600\/60 {
  border-inline-start-color: rgb(213 123 10 / 0.6);
}

.border-s-yellow-600\/70 {
  border-inline-start-color: rgb(213 123 10 / 0.7);
}

.border-s-yellow-600\/75 {
  border-inline-start-color: rgb(213 123 10 / 0.75);
}

.border-s-yellow-600\/80 {
  border-inline-start-color: rgb(213 123 10 / 0.8);
}

.border-s-yellow-600\/90 {
  border-inline-start-color: rgb(213 123 10 / 0.9);
}

.border-s-yellow-600\/95 {
  border-inline-start-color: rgb(213 123 10 / 0.95);
}

.border-s-yellow-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(177 86 12 / var(--tw-border-opacity));
}

.border-s-yellow-700\/0 {
  border-inline-start-color: rgb(177 86 12 / 0);
}

.border-s-yellow-700\/10 {
  border-inline-start-color: rgb(177 86 12 / 0.1);
}

.border-s-yellow-700\/100 {
  border-inline-start-color: rgb(177 86 12 / 1);
}

.border-s-yellow-700\/20 {
  border-inline-start-color: rgb(177 86 12 / 0.2);
}

.border-s-yellow-700\/25 {
  border-inline-start-color: rgb(177 86 12 / 0.25);
}

.border-s-yellow-700\/30 {
  border-inline-start-color: rgb(177 86 12 / 0.3);
}

.border-s-yellow-700\/40 {
  border-inline-start-color: rgb(177 86 12 / 0.4);
}

.border-s-yellow-700\/5 {
  border-inline-start-color: rgb(177 86 12 / 0.05);
}

.border-s-yellow-700\/50 {
  border-inline-start-color: rgb(177 86 12 / 0.5);
}

.border-s-yellow-700\/60 {
  border-inline-start-color: rgb(177 86 12 / 0.6);
}

.border-s-yellow-700\/70 {
  border-inline-start-color: rgb(177 86 12 / 0.7);
}

.border-s-yellow-700\/75 {
  border-inline-start-color: rgb(177 86 12 / 0.75);
}

.border-s-yellow-700\/80 {
  border-inline-start-color: rgb(177 86 12 / 0.8);
}

.border-s-yellow-700\/90 {
  border-inline-start-color: rgb(177 86 12 / 0.9);
}

.border-s-yellow-700\/95 {
  border-inline-start-color: rgb(177 86 12 / 0.95);
}

.border-s-yellow-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(144 68 16 / var(--tw-border-opacity));
}

.border-s-yellow-800\/0 {
  border-inline-start-color: rgb(144 68 16 / 0);
}

.border-s-yellow-800\/10 {
  border-inline-start-color: rgb(144 68 16 / 0.1);
}

.border-s-yellow-800\/100 {
  border-inline-start-color: rgb(144 68 16 / 1);
}

.border-s-yellow-800\/20 {
  border-inline-start-color: rgb(144 68 16 / 0.2);
}

.border-s-yellow-800\/25 {
  border-inline-start-color: rgb(144 68 16 / 0.25);
}

.border-s-yellow-800\/30 {
  border-inline-start-color: rgb(144 68 16 / 0.3);
}

.border-s-yellow-800\/40 {
  border-inline-start-color: rgb(144 68 16 / 0.4);
}

.border-s-yellow-800\/5 {
  border-inline-start-color: rgb(144 68 16 / 0.05);
}

.border-s-yellow-800\/50 {
  border-inline-start-color: rgb(144 68 16 / 0.5);
}

.border-s-yellow-800\/60 {
  border-inline-start-color: rgb(144 68 16 / 0.6);
}

.border-s-yellow-800\/70 {
  border-inline-start-color: rgb(144 68 16 / 0.7);
}

.border-s-yellow-800\/75 {
  border-inline-start-color: rgb(144 68 16 / 0.75);
}

.border-s-yellow-800\/80 {
  border-inline-start-color: rgb(144 68 16 / 0.8);
}

.border-s-yellow-800\/90 {
  border-inline-start-color: rgb(144 68 16 / 0.9);
}

.border-s-yellow-800\/95 {
  border-inline-start-color: rgb(144 68 16 / 0.95);
}

.border-s-yellow-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(118 55 17 / var(--tw-border-opacity));
}

.border-s-yellow-900\/0 {
  border-inline-start-color: rgb(118 55 17 / 0);
}

.border-s-yellow-900\/10 {
  border-inline-start-color: rgb(118 55 17 / 0.1);
}

.border-s-yellow-900\/100 {
  border-inline-start-color: rgb(118 55 17 / 1);
}

.border-s-yellow-900\/20 {
  border-inline-start-color: rgb(118 55 17 / 0.2);
}

.border-s-yellow-900\/25 {
  border-inline-start-color: rgb(118 55 17 / 0.25);
}

.border-s-yellow-900\/30 {
  border-inline-start-color: rgb(118 55 17 / 0.3);
}

.border-s-yellow-900\/40 {
  border-inline-start-color: rgb(118 55 17 / 0.4);
}

.border-s-yellow-900\/5 {
  border-inline-start-color: rgb(118 55 17 / 0.05);
}

.border-s-yellow-900\/50 {
  border-inline-start-color: rgb(118 55 17 / 0.5);
}

.border-s-yellow-900\/60 {
  border-inline-start-color: rgb(118 55 17 / 0.6);
}

.border-s-yellow-900\/70 {
  border-inline-start-color: rgb(118 55 17 / 0.7);
}

.border-s-yellow-900\/75 {
  border-inline-start-color: rgb(118 55 17 / 0.75);
}

.border-s-yellow-900\/80 {
  border-inline-start-color: rgb(118 55 17 / 0.8);
}

.border-s-yellow-900\/90 {
  border-inline-start-color: rgb(118 55 17 / 0.9);
}

.border-s-yellow-900\/95 {
  border-inline-start-color: rgb(118 55 17 / 0.95);
}

.border-s-yellow-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(68 27 4 / var(--tw-border-opacity));
}

.border-s-yellow-950\/0 {
  border-inline-start-color: rgb(68 27 4 / 0);
}

.border-s-yellow-950\/10 {
  border-inline-start-color: rgb(68 27 4 / 0.1);
}

.border-s-yellow-950\/100 {
  border-inline-start-color: rgb(68 27 4 / 1);
}

.border-s-yellow-950\/20 {
  border-inline-start-color: rgb(68 27 4 / 0.2);
}

.border-s-yellow-950\/25 {
  border-inline-start-color: rgb(68 27 4 / 0.25);
}

.border-s-yellow-950\/30 {
  border-inline-start-color: rgb(68 27 4 / 0.3);
}

.border-s-yellow-950\/40 {
  border-inline-start-color: rgb(68 27 4 / 0.4);
}

.border-s-yellow-950\/5 {
  border-inline-start-color: rgb(68 27 4 / 0.05);
}

.border-s-yellow-950\/50 {
  border-inline-start-color: rgb(68 27 4 / 0.5);
}

.border-s-yellow-950\/60 {
  border-inline-start-color: rgb(68 27 4 / 0.6);
}

.border-s-yellow-950\/70 {
  border-inline-start-color: rgb(68 27 4 / 0.7);
}

.border-s-yellow-950\/75 {
  border-inline-start-color: rgb(68 27 4 / 0.75);
}

.border-s-yellow-950\/80 {
  border-inline-start-color: rgb(68 27 4 / 0.8);
}

.border-s-yellow-950\/90 {
  border-inline-start-color: rgb(68 27 4 / 0.9);
}

.border-s-yellow-950\/95 {
  border-inline-start-color: rgb(68 27 4 / 0.95);
}

.border-s-yellow\/0 {
  border-inline-start-color: rgb(247 191 31 / 0);
}

.border-s-yellow\/10 {
  border-inline-start-color: rgb(247 191 31 / 0.1);
}

.border-s-yellow\/100 {
  border-inline-start-color: rgb(247 191 31 / 1);
}

.border-s-yellow\/20 {
  border-inline-start-color: rgb(247 191 31 / 0.2);
}

.border-s-yellow\/25 {
  border-inline-start-color: rgb(247 191 31 / 0.25);
}

.border-s-yellow\/30 {
  border-inline-start-color: rgb(247 191 31 / 0.3);
}

.border-s-yellow\/40 {
  border-inline-start-color: rgb(247 191 31 / 0.4);
}

.border-s-yellow\/5 {
  border-inline-start-color: rgb(247 191 31 / 0.05);
}

.border-s-yellow\/50 {
  border-inline-start-color: rgb(247 191 31 / 0.5);
}

.border-s-yellow\/60 {
  border-inline-start-color: rgb(247 191 31 / 0.6);
}

.border-s-yellow\/70 {
  border-inline-start-color: rgb(247 191 31 / 0.7);
}

.border-s-yellow\/75 {
  border-inline-start-color: rgb(247 191 31 / 0.75);
}

.border-s-yellow\/80 {
  border-inline-start-color: rgb(247 191 31 / 0.8);
}

.border-s-yellow\/90 {
  border-inline-start-color: rgb(247 191 31 / 0.9);
}

.border-s-yellow\/95 {
  border-inline-start-color: rgb(247 191 31 / 0.95);
}

.border-t-aqua {
  --tw-border-opacity: 1;
  border-top-color: rgb(129 195 175 / var(--tw-border-opacity));
}

.border-t-aqua-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 248 245 / var(--tw-border-opacity));
}

.border-t-aqua-100\/0 {
  border-top-color: rgb(240 248 245 / 0);
}

.border-t-aqua-100\/10 {
  border-top-color: rgb(240 248 245 / 0.1);
}

.border-t-aqua-100\/100 {
  border-top-color: rgb(240 248 245 / 1);
}

.border-t-aqua-100\/20 {
  border-top-color: rgb(240 248 245 / 0.2);
}

.border-t-aqua-100\/25 {
  border-top-color: rgb(240 248 245 / 0.25);
}

.border-t-aqua-100\/30 {
  border-top-color: rgb(240 248 245 / 0.3);
}

.border-t-aqua-100\/40 {
  border-top-color: rgb(240 248 245 / 0.4);
}

.border-t-aqua-100\/5 {
  border-top-color: rgb(240 248 245 / 0.05);
}

.border-t-aqua-100\/50 {
  border-top-color: rgb(240 248 245 / 0.5);
}

.border-t-aqua-100\/60 {
  border-top-color: rgb(240 248 245 / 0.6);
}

.border-t-aqua-100\/70 {
  border-top-color: rgb(240 248 245 / 0.7);
}

.border-t-aqua-100\/75 {
  border-top-color: rgb(240 248 245 / 0.75);
}

.border-t-aqua-100\/80 {
  border-top-color: rgb(240 248 245 / 0.8);
}

.border-t-aqua-100\/90 {
  border-top-color: rgb(240 248 245 / 0.9);
}

.border-t-aqua-100\/95 {
  border-top-color: rgb(240 248 245 / 0.95);
}

.border-t-aqua-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(212 234 228 / var(--tw-border-opacity));
}

.border-t-aqua-200\/0 {
  border-top-color: rgb(212 234 228 / 0);
}

.border-t-aqua-200\/10 {
  border-top-color: rgb(212 234 228 / 0.1);
}

.border-t-aqua-200\/100 {
  border-top-color: rgb(212 234 228 / 1);
}

.border-t-aqua-200\/20 {
  border-top-color: rgb(212 234 228 / 0.2);
}

.border-t-aqua-200\/25 {
  border-top-color: rgb(212 234 228 / 0.25);
}

.border-t-aqua-200\/30 {
  border-top-color: rgb(212 234 228 / 0.3);
}

.border-t-aqua-200\/40 {
  border-top-color: rgb(212 234 228 / 0.4);
}

.border-t-aqua-200\/5 {
  border-top-color: rgb(212 234 228 / 0.05);
}

.border-t-aqua-200\/50 {
  border-top-color: rgb(212 234 228 / 0.5);
}

.border-t-aqua-200\/60 {
  border-top-color: rgb(212 234 228 / 0.6);
}

.border-t-aqua-200\/70 {
  border-top-color: rgb(212 234 228 / 0.7);
}

.border-t-aqua-200\/75 {
  border-top-color: rgb(212 234 228 / 0.75);
}

.border-t-aqua-200\/80 {
  border-top-color: rgb(212 234 228 / 0.8);
}

.border-t-aqua-200\/90 {
  border-top-color: rgb(212 234 228 / 0.9);
}

.border-t-aqua-200\/95 {
  border-top-color: rgb(212 234 228 / 0.95);
}

.border-t-aqua-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(184 221 210 / var(--tw-border-opacity));
}

.border-t-aqua-300\/0 {
  border-top-color: rgb(184 221 210 / 0);
}

.border-t-aqua-300\/10 {
  border-top-color: rgb(184 221 210 / 0.1);
}

.border-t-aqua-300\/100 {
  border-top-color: rgb(184 221 210 / 1);
}

.border-t-aqua-300\/20 {
  border-top-color: rgb(184 221 210 / 0.2);
}

.border-t-aqua-300\/25 {
  border-top-color: rgb(184 221 210 / 0.25);
}

.border-t-aqua-300\/30 {
  border-top-color: rgb(184 221 210 / 0.3);
}

.border-t-aqua-300\/40 {
  border-top-color: rgb(184 221 210 / 0.4);
}

.border-t-aqua-300\/5 {
  border-top-color: rgb(184 221 210 / 0.05);
}

.border-t-aqua-300\/50 {
  border-top-color: rgb(184 221 210 / 0.5);
}

.border-t-aqua-300\/60 {
  border-top-color: rgb(184 221 210 / 0.6);
}

.border-t-aqua-300\/70 {
  border-top-color: rgb(184 221 210 / 0.7);
}

.border-t-aqua-300\/75 {
  border-top-color: rgb(184 221 210 / 0.75);
}

.border-t-aqua-300\/80 {
  border-top-color: rgb(184 221 210 / 0.8);
}

.border-t-aqua-300\/90 {
  border-top-color: rgb(184 221 210 / 0.9);
}

.border-t-aqua-300\/95 {
  border-top-color: rgb(184 221 210 / 0.95);
}

.border-t-aqua-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(157 208 193 / var(--tw-border-opacity));
}

.border-t-aqua-400\/0 {
  border-top-color: rgb(157 208 193 / 0);
}

.border-t-aqua-400\/10 {
  border-top-color: rgb(157 208 193 / 0.1);
}

.border-t-aqua-400\/100 {
  border-top-color: rgb(157 208 193 / 1);
}

.border-t-aqua-400\/20 {
  border-top-color: rgb(157 208 193 / 0.2);
}

.border-t-aqua-400\/25 {
  border-top-color: rgb(157 208 193 / 0.25);
}

.border-t-aqua-400\/30 {
  border-top-color: rgb(157 208 193 / 0.3);
}

.border-t-aqua-400\/40 {
  border-top-color: rgb(157 208 193 / 0.4);
}

.border-t-aqua-400\/5 {
  border-top-color: rgb(157 208 193 / 0.05);
}

.border-t-aqua-400\/50 {
  border-top-color: rgb(157 208 193 / 0.5);
}

.border-t-aqua-400\/60 {
  border-top-color: rgb(157 208 193 / 0.6);
}

.border-t-aqua-400\/70 {
  border-top-color: rgb(157 208 193 / 0.7);
}

.border-t-aqua-400\/75 {
  border-top-color: rgb(157 208 193 / 0.75);
}

.border-t-aqua-400\/80 {
  border-top-color: rgb(157 208 193 / 0.8);
}

.border-t-aqua-400\/90 {
  border-top-color: rgb(157 208 193 / 0.9);
}

.border-t-aqua-400\/95 {
  border-top-color: rgb(157 208 193 / 0.95);
}

.border-t-aqua-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 254 254 / var(--tw-border-opacity));
}

.border-t-aqua-50\/0 {
  border-top-color: rgb(253 254 254 / 0);
}

.border-t-aqua-50\/10 {
  border-top-color: rgb(253 254 254 / 0.1);
}

.border-t-aqua-50\/100 {
  border-top-color: rgb(253 254 254 / 1);
}

.border-t-aqua-50\/20 {
  border-top-color: rgb(253 254 254 / 0.2);
}

.border-t-aqua-50\/25 {
  border-top-color: rgb(253 254 254 / 0.25);
}

.border-t-aqua-50\/30 {
  border-top-color: rgb(253 254 254 / 0.3);
}

.border-t-aqua-50\/40 {
  border-top-color: rgb(253 254 254 / 0.4);
}

.border-t-aqua-50\/5 {
  border-top-color: rgb(253 254 254 / 0.05);
}

.border-t-aqua-50\/50 {
  border-top-color: rgb(253 254 254 / 0.5);
}

.border-t-aqua-50\/60 {
  border-top-color: rgb(253 254 254 / 0.6);
}

.border-t-aqua-50\/70 {
  border-top-color: rgb(253 254 254 / 0.7);
}

.border-t-aqua-50\/75 {
  border-top-color: rgb(253 254 254 / 0.75);
}

.border-t-aqua-50\/80 {
  border-top-color: rgb(253 254 254 / 0.8);
}

.border-t-aqua-50\/90 {
  border-top-color: rgb(253 254 254 / 0.9);
}

.border-t-aqua-50\/95 {
  border-top-color: rgb(253 254 254 / 0.95);
}

.border-t-aqua-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(129 195 175 / var(--tw-border-opacity));
}

.border-t-aqua-500\/0 {
  border-top-color: rgb(129 195 175 / 0);
}

.border-t-aqua-500\/10 {
  border-top-color: rgb(129 195 175 / 0.1);
}

.border-t-aqua-500\/100 {
  border-top-color: rgb(129 195 175 / 1);
}

.border-t-aqua-500\/20 {
  border-top-color: rgb(129 195 175 / 0.2);
}

.border-t-aqua-500\/25 {
  border-top-color: rgb(129 195 175 / 0.25);
}

.border-t-aqua-500\/30 {
  border-top-color: rgb(129 195 175 / 0.3);
}

.border-t-aqua-500\/40 {
  border-top-color: rgb(129 195 175 / 0.4);
}

.border-t-aqua-500\/5 {
  border-top-color: rgb(129 195 175 / 0.05);
}

.border-t-aqua-500\/50 {
  border-top-color: rgb(129 195 175 / 0.5);
}

.border-t-aqua-500\/60 {
  border-top-color: rgb(129 195 175 / 0.6);
}

.border-t-aqua-500\/70 {
  border-top-color: rgb(129 195 175 / 0.7);
}

.border-t-aqua-500\/75 {
  border-top-color: rgb(129 195 175 / 0.75);
}

.border-t-aqua-500\/80 {
  border-top-color: rgb(129 195 175 / 0.8);
}

.border-t-aqua-500\/90 {
  border-top-color: rgb(129 195 175 / 0.9);
}

.border-t-aqua-500\/95 {
  border-top-color: rgb(129 195 175 / 0.95);
}

.border-t-aqua-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(91 177 151 / var(--tw-border-opacity));
}

.border-t-aqua-600\/0 {
  border-top-color: rgb(91 177 151 / 0);
}

.border-t-aqua-600\/10 {
  border-top-color: rgb(91 177 151 / 0.1);
}

.border-t-aqua-600\/100 {
  border-top-color: rgb(91 177 151 / 1);
}

.border-t-aqua-600\/20 {
  border-top-color: rgb(91 177 151 / 0.2);
}

.border-t-aqua-600\/25 {
  border-top-color: rgb(91 177 151 / 0.25);
}

.border-t-aqua-600\/30 {
  border-top-color: rgb(91 177 151 / 0.3);
}

.border-t-aqua-600\/40 {
  border-top-color: rgb(91 177 151 / 0.4);
}

.border-t-aqua-600\/5 {
  border-top-color: rgb(91 177 151 / 0.05);
}

.border-t-aqua-600\/50 {
  border-top-color: rgb(91 177 151 / 0.5);
}

.border-t-aqua-600\/60 {
  border-top-color: rgb(91 177 151 / 0.6);
}

.border-t-aqua-600\/70 {
  border-top-color: rgb(91 177 151 / 0.7);
}

.border-t-aqua-600\/75 {
  border-top-color: rgb(91 177 151 / 0.75);
}

.border-t-aqua-600\/80 {
  border-top-color: rgb(91 177 151 / 0.8);
}

.border-t-aqua-600\/90 {
  border-top-color: rgb(91 177 151 / 0.9);
}

.border-t-aqua-600\/95 {
  border-top-color: rgb(91 177 151 / 0.95);
}

.border-t-aqua-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(68 143 121 / var(--tw-border-opacity));
}

.border-t-aqua-700\/0 {
  border-top-color: rgb(68 143 121 / 0);
}

.border-t-aqua-700\/10 {
  border-top-color: rgb(68 143 121 / 0.1);
}

.border-t-aqua-700\/100 {
  border-top-color: rgb(68 143 121 / 1);
}

.border-t-aqua-700\/20 {
  border-top-color: rgb(68 143 121 / 0.2);
}

.border-t-aqua-700\/25 {
  border-top-color: rgb(68 143 121 / 0.25);
}

.border-t-aqua-700\/30 {
  border-top-color: rgb(68 143 121 / 0.3);
}

.border-t-aqua-700\/40 {
  border-top-color: rgb(68 143 121 / 0.4);
}

.border-t-aqua-700\/5 {
  border-top-color: rgb(68 143 121 / 0.05);
}

.border-t-aqua-700\/50 {
  border-top-color: rgb(68 143 121 / 0.5);
}

.border-t-aqua-700\/60 {
  border-top-color: rgb(68 143 121 / 0.6);
}

.border-t-aqua-700\/70 {
  border-top-color: rgb(68 143 121 / 0.7);
}

.border-t-aqua-700\/75 {
  border-top-color: rgb(68 143 121 / 0.75);
}

.border-t-aqua-700\/80 {
  border-top-color: rgb(68 143 121 / 0.8);
}

.border-t-aqua-700\/90 {
  border-top-color: rgb(68 143 121 / 0.9);
}

.border-t-aqua-700\/95 {
  border-top-color: rgb(68 143 121 / 0.95);
}

.border-t-aqua-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(50 105 89 / var(--tw-border-opacity));
}

.border-t-aqua-800\/0 {
  border-top-color: rgb(50 105 89 / 0);
}

.border-t-aqua-800\/10 {
  border-top-color: rgb(50 105 89 / 0.1);
}

.border-t-aqua-800\/100 {
  border-top-color: rgb(50 105 89 / 1);
}

.border-t-aqua-800\/20 {
  border-top-color: rgb(50 105 89 / 0.2);
}

.border-t-aqua-800\/25 {
  border-top-color: rgb(50 105 89 / 0.25);
}

.border-t-aqua-800\/30 {
  border-top-color: rgb(50 105 89 / 0.3);
}

.border-t-aqua-800\/40 {
  border-top-color: rgb(50 105 89 / 0.4);
}

.border-t-aqua-800\/5 {
  border-top-color: rgb(50 105 89 / 0.05);
}

.border-t-aqua-800\/50 {
  border-top-color: rgb(50 105 89 / 0.5);
}

.border-t-aqua-800\/60 {
  border-top-color: rgb(50 105 89 / 0.6);
}

.border-t-aqua-800\/70 {
  border-top-color: rgb(50 105 89 / 0.7);
}

.border-t-aqua-800\/75 {
  border-top-color: rgb(50 105 89 / 0.75);
}

.border-t-aqua-800\/80 {
  border-top-color: rgb(50 105 89 / 0.8);
}

.border-t-aqua-800\/90 {
  border-top-color: rgb(50 105 89 / 0.9);
}

.border-t-aqua-800\/95 {
  border-top-color: rgb(50 105 89 / 0.95);
}

.border-t-aqua-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(32 67 57 / var(--tw-border-opacity));
}

.border-t-aqua-900\/0 {
  border-top-color: rgb(32 67 57 / 0);
}

.border-t-aqua-900\/10 {
  border-top-color: rgb(32 67 57 / 0.1);
}

.border-t-aqua-900\/100 {
  border-top-color: rgb(32 67 57 / 1);
}

.border-t-aqua-900\/20 {
  border-top-color: rgb(32 67 57 / 0.2);
}

.border-t-aqua-900\/25 {
  border-top-color: rgb(32 67 57 / 0.25);
}

.border-t-aqua-900\/30 {
  border-top-color: rgb(32 67 57 / 0.3);
}

.border-t-aqua-900\/40 {
  border-top-color: rgb(32 67 57 / 0.4);
}

.border-t-aqua-900\/5 {
  border-top-color: rgb(32 67 57 / 0.05);
}

.border-t-aqua-900\/50 {
  border-top-color: rgb(32 67 57 / 0.5);
}

.border-t-aqua-900\/60 {
  border-top-color: rgb(32 67 57 / 0.6);
}

.border-t-aqua-900\/70 {
  border-top-color: rgb(32 67 57 / 0.7);
}

.border-t-aqua-900\/75 {
  border-top-color: rgb(32 67 57 / 0.75);
}

.border-t-aqua-900\/80 {
  border-top-color: rgb(32 67 57 / 0.8);
}

.border-t-aqua-900\/90 {
  border-top-color: rgb(32 67 57 / 0.9);
}

.border-t-aqua-900\/95 {
  border-top-color: rgb(32 67 57 / 0.95);
}

.border-t-aqua\/0 {
  border-top-color: rgb(129 195 175 / 0);
}

.border-t-aqua\/10 {
  border-top-color: rgb(129 195 175 / 0.1);
}

.border-t-aqua\/100 {
  border-top-color: rgb(129 195 175 / 1);
}

.border-t-aqua\/20 {
  border-top-color: rgb(129 195 175 / 0.2);
}

.border-t-aqua\/25 {
  border-top-color: rgb(129 195 175 / 0.25);
}

.border-t-aqua\/30 {
  border-top-color: rgb(129 195 175 / 0.3);
}

.border-t-aqua\/40 {
  border-top-color: rgb(129 195 175 / 0.4);
}

.border-t-aqua\/5 {
  border-top-color: rgb(129 195 175 / 0.05);
}

.border-t-aqua\/50 {
  border-top-color: rgb(129 195 175 / 0.5);
}

.border-t-aqua\/60 {
  border-top-color: rgb(129 195 175 / 0.6);
}

.border-t-aqua\/70 {
  border-top-color: rgb(129 195 175 / 0.7);
}

.border-t-aqua\/75 {
  border-top-color: rgb(129 195 175 / 0.75);
}

.border-t-aqua\/80 {
  border-top-color: rgb(129 195 175 / 0.8);
}

.border-t-aqua\/90 {
  border-top-color: rgb(129 195 175 / 0.9);
}

.border-t-aqua\/95 {
  border-top-color: rgb(129 195 175 / 0.95);
}

.border-t-black {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-t-black\/0 {
  border-top-color: rgb(0 0 0 / 0);
}

.border-t-black\/10 {
  border-top-color: rgb(0 0 0 / 0.1);
}

.border-t-black\/100 {
  border-top-color: rgb(0 0 0 / 1);
}

.border-t-black\/20 {
  border-top-color: rgb(0 0 0 / 0.2);
}

.border-t-black\/25 {
  border-top-color: rgb(0 0 0 / 0.25);
}

.border-t-black\/30 {
  border-top-color: rgb(0 0 0 / 0.3);
}

.border-t-black\/40 {
  border-top-color: rgb(0 0 0 / 0.4);
}

.border-t-black\/5 {
  border-top-color: rgb(0 0 0 / 0.05);
}

.border-t-black\/50 {
  border-top-color: rgb(0 0 0 / 0.5);
}

.border-t-black\/60 {
  border-top-color: rgb(0 0 0 / 0.6);
}

.border-t-black\/70 {
  border-top-color: rgb(0 0 0 / 0.7);
}

.border-t-black\/75 {
  border-top-color: rgb(0 0 0 / 0.75);
}

.border-t-black\/80 {
  border-top-color: rgb(0 0 0 / 0.8);
}

.border-t-black\/90 {
  border-top-color: rgb(0 0 0 / 0.9);
}

.border-t-black\/95 {
  border-top-color: rgb(0 0 0 / 0.95);
}

.border-t-blue {
  --tw-border-opacity: 1;
  border-top-color: rgb(155 211 242 / var(--tw-border-opacity));
}

.border-t-blue-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(227 240 251 / var(--tw-border-opacity));
}

.border-t-blue-100\/0 {
  border-top-color: rgb(227 240 251 / 0);
}

.border-t-blue-100\/10 {
  border-top-color: rgb(227 240 251 / 0.1);
}

.border-t-blue-100\/100 {
  border-top-color: rgb(227 240 251 / 1);
}

.border-t-blue-100\/20 {
  border-top-color: rgb(227 240 251 / 0.2);
}

.border-t-blue-100\/25 {
  border-top-color: rgb(227 240 251 / 0.25);
}

.border-t-blue-100\/30 {
  border-top-color: rgb(227 240 251 / 0.3);
}

.border-t-blue-100\/40 {
  border-top-color: rgb(227 240 251 / 0.4);
}

.border-t-blue-100\/5 {
  border-top-color: rgb(227 240 251 / 0.05);
}

.border-t-blue-100\/50 {
  border-top-color: rgb(227 240 251 / 0.5);
}

.border-t-blue-100\/60 {
  border-top-color: rgb(227 240 251 / 0.6);
}

.border-t-blue-100\/70 {
  border-top-color: rgb(227 240 251 / 0.7);
}

.border-t-blue-100\/75 {
  border-top-color: rgb(227 240 251 / 0.75);
}

.border-t-blue-100\/80 {
  border-top-color: rgb(227 240 251 / 0.8);
}

.border-t-blue-100\/90 {
  border-top-color: rgb(227 240 251 / 0.9);
}

.border-t-blue-100\/95 {
  border-top-color: rgb(227 240 251 / 0.95);
}

.border-t-blue-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(192 226 247 / var(--tw-border-opacity));
}

.border-t-blue-200\/0 {
  border-top-color: rgb(192 226 247 / 0);
}

.border-t-blue-200\/10 {
  border-top-color: rgb(192 226 247 / 0.1);
}

.border-t-blue-200\/100 {
  border-top-color: rgb(192 226 247 / 1);
}

.border-t-blue-200\/20 {
  border-top-color: rgb(192 226 247 / 0.2);
}

.border-t-blue-200\/25 {
  border-top-color: rgb(192 226 247 / 0.25);
}

.border-t-blue-200\/30 {
  border-top-color: rgb(192 226 247 / 0.3);
}

.border-t-blue-200\/40 {
  border-top-color: rgb(192 226 247 / 0.4);
}

.border-t-blue-200\/5 {
  border-top-color: rgb(192 226 247 / 0.05);
}

.border-t-blue-200\/50 {
  border-top-color: rgb(192 226 247 / 0.5);
}

.border-t-blue-200\/60 {
  border-top-color: rgb(192 226 247 / 0.6);
}

.border-t-blue-200\/70 {
  border-top-color: rgb(192 226 247 / 0.7);
}

.border-t-blue-200\/75 {
  border-top-color: rgb(192 226 247 / 0.75);
}

.border-t-blue-200\/80 {
  border-top-color: rgb(192 226 247 / 0.8);
}

.border-t-blue-200\/90 {
  border-top-color: rgb(192 226 247 / 0.9);
}

.border-t-blue-200\/95 {
  border-top-color: rgb(192 226 247 / 0.95);
}

.border-t-blue-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(155 211 242 / var(--tw-border-opacity));
}

.border-t-blue-300\/0 {
  border-top-color: rgb(155 211 242 / 0);
}

.border-t-blue-300\/10 {
  border-top-color: rgb(155 211 242 / 0.1);
}

.border-t-blue-300\/100 {
  border-top-color: rgb(155 211 242 / 1);
}

.border-t-blue-300\/20 {
  border-top-color: rgb(155 211 242 / 0.2);
}

.border-t-blue-300\/25 {
  border-top-color: rgb(155 211 242 / 0.25);
}

.border-t-blue-300\/30 {
  border-top-color: rgb(155 211 242 / 0.3);
}

.border-t-blue-300\/40 {
  border-top-color: rgb(155 211 242 / 0.4);
}

.border-t-blue-300\/5 {
  border-top-color: rgb(155 211 242 / 0.05);
}

.border-t-blue-300\/50 {
  border-top-color: rgb(155 211 242 / 0.5);
}

.border-t-blue-300\/60 {
  border-top-color: rgb(155 211 242 / 0.6);
}

.border-t-blue-300\/70 {
  border-top-color: rgb(155 211 242 / 0.7);
}

.border-t-blue-300\/75 {
  border-top-color: rgb(155 211 242 / 0.75);
}

.border-t-blue-300\/80 {
  border-top-color: rgb(155 211 242 / 0.8);
}

.border-t-blue-300\/90 {
  border-top-color: rgb(155 211 242 / 0.9);
}

.border-t-blue-300\/95 {
  border-top-color: rgb(155 211 242 / 0.95);
}

.border-t-blue-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(75 177 229 / var(--tw-border-opacity));
}

.border-t-blue-400\/0 {
  border-top-color: rgb(75 177 229 / 0);
}

.border-t-blue-400\/10 {
  border-top-color: rgb(75 177 229 / 0.1);
}

.border-t-blue-400\/100 {
  border-top-color: rgb(75 177 229 / 1);
}

.border-t-blue-400\/20 {
  border-top-color: rgb(75 177 229 / 0.2);
}

.border-t-blue-400\/25 {
  border-top-color: rgb(75 177 229 / 0.25);
}

.border-t-blue-400\/30 {
  border-top-color: rgb(75 177 229 / 0.3);
}

.border-t-blue-400\/40 {
  border-top-color: rgb(75 177 229 / 0.4);
}

.border-t-blue-400\/5 {
  border-top-color: rgb(75 177 229 / 0.05);
}

.border-t-blue-400\/50 {
  border-top-color: rgb(75 177 229 / 0.5);
}

.border-t-blue-400\/60 {
  border-top-color: rgb(75 177 229 / 0.6);
}

.border-t-blue-400\/70 {
  border-top-color: rgb(75 177 229 / 0.7);
}

.border-t-blue-400\/75 {
  border-top-color: rgb(75 177 229 / 0.75);
}

.border-t-blue-400\/80 {
  border-top-color: rgb(75 177 229 / 0.8);
}

.border-t-blue-400\/90 {
  border-top-color: rgb(75 177 229 / 0.9);
}

.border-t-blue-400\/95 {
  border-top-color: rgb(75 177 229 / 0.95);
}

.border-t-blue-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(241 249 254 / var(--tw-border-opacity));
}

.border-t-blue-50\/0 {
  border-top-color: rgb(241 249 254 / 0);
}

.border-t-blue-50\/10 {
  border-top-color: rgb(241 249 254 / 0.1);
}

.border-t-blue-50\/100 {
  border-top-color: rgb(241 249 254 / 1);
}

.border-t-blue-50\/20 {
  border-top-color: rgb(241 249 254 / 0.2);
}

.border-t-blue-50\/25 {
  border-top-color: rgb(241 249 254 / 0.25);
}

.border-t-blue-50\/30 {
  border-top-color: rgb(241 249 254 / 0.3);
}

.border-t-blue-50\/40 {
  border-top-color: rgb(241 249 254 / 0.4);
}

.border-t-blue-50\/5 {
  border-top-color: rgb(241 249 254 / 0.05);
}

.border-t-blue-50\/50 {
  border-top-color: rgb(241 249 254 / 0.5);
}

.border-t-blue-50\/60 {
  border-top-color: rgb(241 249 254 / 0.6);
}

.border-t-blue-50\/70 {
  border-top-color: rgb(241 249 254 / 0.7);
}

.border-t-blue-50\/75 {
  border-top-color: rgb(241 249 254 / 0.75);
}

.border-t-blue-50\/80 {
  border-top-color: rgb(241 249 254 / 0.8);
}

.border-t-blue-50\/90 {
  border-top-color: rgb(241 249 254 / 0.9);
}

.border-t-blue-50\/95 {
  border-top-color: rgb(241 249 254 / 0.95);
}

.border-t-blue-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(35 151 212 / var(--tw-border-opacity));
}

.border-t-blue-500\/0 {
  border-top-color: rgb(35 151 212 / 0);
}

.border-t-blue-500\/10 {
  border-top-color: rgb(35 151 212 / 0.1);
}

.border-t-blue-500\/100 {
  border-top-color: rgb(35 151 212 / 1);
}

.border-t-blue-500\/20 {
  border-top-color: rgb(35 151 212 / 0.2);
}

.border-t-blue-500\/25 {
  border-top-color: rgb(35 151 212 / 0.25);
}

.border-t-blue-500\/30 {
  border-top-color: rgb(35 151 212 / 0.3);
}

.border-t-blue-500\/40 {
  border-top-color: rgb(35 151 212 / 0.4);
}

.border-t-blue-500\/5 {
  border-top-color: rgb(35 151 212 / 0.05);
}

.border-t-blue-500\/50 {
  border-top-color: rgb(35 151 212 / 0.5);
}

.border-t-blue-500\/60 {
  border-top-color: rgb(35 151 212 / 0.6);
}

.border-t-blue-500\/70 {
  border-top-color: rgb(35 151 212 / 0.7);
}

.border-t-blue-500\/75 {
  border-top-color: rgb(35 151 212 / 0.75);
}

.border-t-blue-500\/80 {
  border-top-color: rgb(35 151 212 / 0.8);
}

.border-t-blue-500\/90 {
  border-top-color: rgb(35 151 212 / 0.9);
}

.border-t-blue-500\/95 {
  border-top-color: rgb(35 151 212 / 0.95);
}

.border-t-blue-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(21 121 180 / var(--tw-border-opacity));
}

.border-t-blue-600\/0 {
  border-top-color: rgb(21 121 180 / 0);
}

.border-t-blue-600\/10 {
  border-top-color: rgb(21 121 180 / 0.1);
}

.border-t-blue-600\/100 {
  border-top-color: rgb(21 121 180 / 1);
}

.border-t-blue-600\/20 {
  border-top-color: rgb(21 121 180 / 0.2);
}

.border-t-blue-600\/25 {
  border-top-color: rgb(21 121 180 / 0.25);
}

.border-t-blue-600\/30 {
  border-top-color: rgb(21 121 180 / 0.3);
}

.border-t-blue-600\/40 {
  border-top-color: rgb(21 121 180 / 0.4);
}

.border-t-blue-600\/5 {
  border-top-color: rgb(21 121 180 / 0.05);
}

.border-t-blue-600\/50 {
  border-top-color: rgb(21 121 180 / 0.5);
}

.border-t-blue-600\/60 {
  border-top-color: rgb(21 121 180 / 0.6);
}

.border-t-blue-600\/70 {
  border-top-color: rgb(21 121 180 / 0.7);
}

.border-t-blue-600\/75 {
  border-top-color: rgb(21 121 180 / 0.75);
}

.border-t-blue-600\/80 {
  border-top-color: rgb(21 121 180 / 0.8);
}

.border-t-blue-600\/90 {
  border-top-color: rgb(21 121 180 / 0.9);
}

.border-t-blue-600\/95 {
  border-top-color: rgb(21 121 180 / 0.95);
}

.border-t-blue-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(18 97 146 / var(--tw-border-opacity));
}

.border-t-blue-700\/0 {
  border-top-color: rgb(18 97 146 / 0);
}

.border-t-blue-700\/10 {
  border-top-color: rgb(18 97 146 / 0.1);
}

.border-t-blue-700\/100 {
  border-top-color: rgb(18 97 146 / 1);
}

.border-t-blue-700\/20 {
  border-top-color: rgb(18 97 146 / 0.2);
}

.border-t-blue-700\/25 {
  border-top-color: rgb(18 97 146 / 0.25);
}

.border-t-blue-700\/30 {
  border-top-color: rgb(18 97 146 / 0.3);
}

.border-t-blue-700\/40 {
  border-top-color: rgb(18 97 146 / 0.4);
}

.border-t-blue-700\/5 {
  border-top-color: rgb(18 97 146 / 0.05);
}

.border-t-blue-700\/50 {
  border-top-color: rgb(18 97 146 / 0.5);
}

.border-t-blue-700\/60 {
  border-top-color: rgb(18 97 146 / 0.6);
}

.border-t-blue-700\/70 {
  border-top-color: rgb(18 97 146 / 0.7);
}

.border-t-blue-700\/75 {
  border-top-color: rgb(18 97 146 / 0.75);
}

.border-t-blue-700\/80 {
  border-top-color: rgb(18 97 146 / 0.8);
}

.border-t-blue-700\/90 {
  border-top-color: rgb(18 97 146 / 0.9);
}

.border-t-blue-700\/95 {
  border-top-color: rgb(18 97 146 / 0.95);
}

.border-t-blue-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(19 82 121 / var(--tw-border-opacity));
}

.border-t-blue-800\/0 {
  border-top-color: rgb(19 82 121 / 0);
}

.border-t-blue-800\/10 {
  border-top-color: rgb(19 82 121 / 0.1);
}

.border-t-blue-800\/100 {
  border-top-color: rgb(19 82 121 / 1);
}

.border-t-blue-800\/20 {
  border-top-color: rgb(19 82 121 / 0.2);
}

.border-t-blue-800\/25 {
  border-top-color: rgb(19 82 121 / 0.25);
}

.border-t-blue-800\/30 {
  border-top-color: rgb(19 82 121 / 0.3);
}

.border-t-blue-800\/40 {
  border-top-color: rgb(19 82 121 / 0.4);
}

.border-t-blue-800\/5 {
  border-top-color: rgb(19 82 121 / 0.05);
}

.border-t-blue-800\/50 {
  border-top-color: rgb(19 82 121 / 0.5);
}

.border-t-blue-800\/60 {
  border-top-color: rgb(19 82 121 / 0.6);
}

.border-t-blue-800\/70 {
  border-top-color: rgb(19 82 121 / 0.7);
}

.border-t-blue-800\/75 {
  border-top-color: rgb(19 82 121 / 0.75);
}

.border-t-blue-800\/80 {
  border-top-color: rgb(19 82 121 / 0.8);
}

.border-t-blue-800\/90 {
  border-top-color: rgb(19 82 121 / 0.9);
}

.border-t-blue-800\/95 {
  border-top-color: rgb(19 82 121 / 0.95);
}

.border-t-blue-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(21 68 101 / var(--tw-border-opacity));
}

.border-t-blue-900\/0 {
  border-top-color: rgb(21 68 101 / 0);
}

.border-t-blue-900\/10 {
  border-top-color: rgb(21 68 101 / 0.1);
}

.border-t-blue-900\/100 {
  border-top-color: rgb(21 68 101 / 1);
}

.border-t-blue-900\/20 {
  border-top-color: rgb(21 68 101 / 0.2);
}

.border-t-blue-900\/25 {
  border-top-color: rgb(21 68 101 / 0.25);
}

.border-t-blue-900\/30 {
  border-top-color: rgb(21 68 101 / 0.3);
}

.border-t-blue-900\/40 {
  border-top-color: rgb(21 68 101 / 0.4);
}

.border-t-blue-900\/5 {
  border-top-color: rgb(21 68 101 / 0.05);
}

.border-t-blue-900\/50 {
  border-top-color: rgb(21 68 101 / 0.5);
}

.border-t-blue-900\/60 {
  border-top-color: rgb(21 68 101 / 0.6);
}

.border-t-blue-900\/70 {
  border-top-color: rgb(21 68 101 / 0.7);
}

.border-t-blue-900\/75 {
  border-top-color: rgb(21 68 101 / 0.75);
}

.border-t-blue-900\/80 {
  border-top-color: rgb(21 68 101 / 0.8);
}

.border-t-blue-900\/90 {
  border-top-color: rgb(21 68 101 / 0.9);
}

.border-t-blue-900\/95 {
  border-top-color: rgb(21 68 101 / 0.95);
}

.border-t-blue-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(14 44 67 / var(--tw-border-opacity));
}

.border-t-blue-950\/0 {
  border-top-color: rgb(14 44 67 / 0);
}

.border-t-blue-950\/10 {
  border-top-color: rgb(14 44 67 / 0.1);
}

.border-t-blue-950\/100 {
  border-top-color: rgb(14 44 67 / 1);
}

.border-t-blue-950\/20 {
  border-top-color: rgb(14 44 67 / 0.2);
}

.border-t-blue-950\/25 {
  border-top-color: rgb(14 44 67 / 0.25);
}

.border-t-blue-950\/30 {
  border-top-color: rgb(14 44 67 / 0.3);
}

.border-t-blue-950\/40 {
  border-top-color: rgb(14 44 67 / 0.4);
}

.border-t-blue-950\/5 {
  border-top-color: rgb(14 44 67 / 0.05);
}

.border-t-blue-950\/50 {
  border-top-color: rgb(14 44 67 / 0.5);
}

.border-t-blue-950\/60 {
  border-top-color: rgb(14 44 67 / 0.6);
}

.border-t-blue-950\/70 {
  border-top-color: rgb(14 44 67 / 0.7);
}

.border-t-blue-950\/75 {
  border-top-color: rgb(14 44 67 / 0.75);
}

.border-t-blue-950\/80 {
  border-top-color: rgb(14 44 67 / 0.8);
}

.border-t-blue-950\/90 {
  border-top-color: rgb(14 44 67 / 0.9);
}

.border-t-blue-950\/95 {
  border-top-color: rgb(14 44 67 / 0.95);
}

.border-t-blue\/0 {
  border-top-color: rgb(155 211 242 / 0);
}

.border-t-blue\/10 {
  border-top-color: rgb(155 211 242 / 0.1);
}

.border-t-blue\/100 {
  border-top-color: rgb(155 211 242 / 1);
}

.border-t-blue\/20 {
  border-top-color: rgb(155 211 242 / 0.2);
}

.border-t-blue\/25 {
  border-top-color: rgb(155 211 242 / 0.25);
}

.border-t-blue\/30 {
  border-top-color: rgb(155 211 242 / 0.3);
}

.border-t-blue\/40 {
  border-top-color: rgb(155 211 242 / 0.4);
}

.border-t-blue\/5 {
  border-top-color: rgb(155 211 242 / 0.05);
}

.border-t-blue\/50 {
  border-top-color: rgb(155 211 242 / 0.5);
}

.border-t-blue\/60 {
  border-top-color: rgb(155 211 242 / 0.6);
}

.border-t-blue\/70 {
  border-top-color: rgb(155 211 242 / 0.7);
}

.border-t-blue\/75 {
  border-top-color: rgb(155 211 242 / 0.75);
}

.border-t-blue\/80 {
  border-top-color: rgb(155 211 242 / 0.8);
}

.border-t-blue\/90 {
  border-top-color: rgb(155 211 242 / 0.9);
}

.border-t-blue\/95 {
  border-top-color: rgb(155 211 242 / 0.95);
}

.border-t-brown {
  --tw-border-opacity: 1;
  border-top-color: rgb(128 66 54 / var(--tw-border-opacity));
}

.border-t-brown-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 234 223 / var(--tw-border-opacity));
}

.border-t-brown-100\/0 {
  border-top-color: rgb(245 234 223 / 0);
}

.border-t-brown-100\/10 {
  border-top-color: rgb(245 234 223 / 0.1);
}

.border-t-brown-100\/100 {
  border-top-color: rgb(245 234 223 / 1);
}

.border-t-brown-100\/20 {
  border-top-color: rgb(245 234 223 / 0.2);
}

.border-t-brown-100\/25 {
  border-top-color: rgb(245 234 223 / 0.25);
}

.border-t-brown-100\/30 {
  border-top-color: rgb(245 234 223 / 0.3);
}

.border-t-brown-100\/40 {
  border-top-color: rgb(245 234 223 / 0.4);
}

.border-t-brown-100\/5 {
  border-top-color: rgb(245 234 223 / 0.05);
}

.border-t-brown-100\/50 {
  border-top-color: rgb(245 234 223 / 0.5);
}

.border-t-brown-100\/60 {
  border-top-color: rgb(245 234 223 / 0.6);
}

.border-t-brown-100\/70 {
  border-top-color: rgb(245 234 223 / 0.7);
}

.border-t-brown-100\/75 {
  border-top-color: rgb(245 234 223 / 0.75);
}

.border-t-brown-100\/80 {
  border-top-color: rgb(245 234 223 / 0.8);
}

.border-t-brown-100\/90 {
  border-top-color: rgb(245 234 223 / 0.9);
}

.border-t-brown-100\/95 {
  border-top-color: rgb(245 234 223 / 0.95);
}

.border-t-brown-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(234 210 190 / var(--tw-border-opacity));
}

.border-t-brown-200\/0 {
  border-top-color: rgb(234 210 190 / 0);
}

.border-t-brown-200\/10 {
  border-top-color: rgb(234 210 190 / 0.1);
}

.border-t-brown-200\/100 {
  border-top-color: rgb(234 210 190 / 1);
}

.border-t-brown-200\/20 {
  border-top-color: rgb(234 210 190 / 0.2);
}

.border-t-brown-200\/25 {
  border-top-color: rgb(234 210 190 / 0.25);
}

.border-t-brown-200\/30 {
  border-top-color: rgb(234 210 190 / 0.3);
}

.border-t-brown-200\/40 {
  border-top-color: rgb(234 210 190 / 0.4);
}

.border-t-brown-200\/5 {
  border-top-color: rgb(234 210 190 / 0.05);
}

.border-t-brown-200\/50 {
  border-top-color: rgb(234 210 190 / 0.5);
}

.border-t-brown-200\/60 {
  border-top-color: rgb(234 210 190 / 0.6);
}

.border-t-brown-200\/70 {
  border-top-color: rgb(234 210 190 / 0.7);
}

.border-t-brown-200\/75 {
  border-top-color: rgb(234 210 190 / 0.75);
}

.border-t-brown-200\/80 {
  border-top-color: rgb(234 210 190 / 0.8);
}

.border-t-brown-200\/90 {
  border-top-color: rgb(234 210 190 / 0.9);
}

.border-t-brown-200\/95 {
  border-top-color: rgb(234 210 190 / 0.95);
}

.border-t-brown-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(220 179 149 / var(--tw-border-opacity));
}

.border-t-brown-300\/0 {
  border-top-color: rgb(220 179 149 / 0);
}

.border-t-brown-300\/10 {
  border-top-color: rgb(220 179 149 / 0.1);
}

.border-t-brown-300\/100 {
  border-top-color: rgb(220 179 149 / 1);
}

.border-t-brown-300\/20 {
  border-top-color: rgb(220 179 149 / 0.2);
}

.border-t-brown-300\/25 {
  border-top-color: rgb(220 179 149 / 0.25);
}

.border-t-brown-300\/30 {
  border-top-color: rgb(220 179 149 / 0.3);
}

.border-t-brown-300\/40 {
  border-top-color: rgb(220 179 149 / 0.4);
}

.border-t-brown-300\/5 {
  border-top-color: rgb(220 179 149 / 0.05);
}

.border-t-brown-300\/50 {
  border-top-color: rgb(220 179 149 / 0.5);
}

.border-t-brown-300\/60 {
  border-top-color: rgb(220 179 149 / 0.6);
}

.border-t-brown-300\/70 {
  border-top-color: rgb(220 179 149 / 0.7);
}

.border-t-brown-300\/75 {
  border-top-color: rgb(220 179 149 / 0.75);
}

.border-t-brown-300\/80 {
  border-top-color: rgb(220 179 149 / 0.8);
}

.border-t-brown-300\/90 {
  border-top-color: rgb(220 179 149 / 0.9);
}

.border-t-brown-300\/95 {
  border-top-color: rgb(220 179 149 / 0.95);
}

.border-t-brown-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(205 142 106 / var(--tw-border-opacity));
}

.border-t-brown-400\/0 {
  border-top-color: rgb(205 142 106 / 0);
}

.border-t-brown-400\/10 {
  border-top-color: rgb(205 142 106 / 0.1);
}

.border-t-brown-400\/100 {
  border-top-color: rgb(205 142 106 / 1);
}

.border-t-brown-400\/20 {
  border-top-color: rgb(205 142 106 / 0.2);
}

.border-t-brown-400\/25 {
  border-top-color: rgb(205 142 106 / 0.25);
}

.border-t-brown-400\/30 {
  border-top-color: rgb(205 142 106 / 0.3);
}

.border-t-brown-400\/40 {
  border-top-color: rgb(205 142 106 / 0.4);
}

.border-t-brown-400\/5 {
  border-top-color: rgb(205 142 106 / 0.05);
}

.border-t-brown-400\/50 {
  border-top-color: rgb(205 142 106 / 0.5);
}

.border-t-brown-400\/60 {
  border-top-color: rgb(205 142 106 / 0.6);
}

.border-t-brown-400\/70 {
  border-top-color: rgb(205 142 106 / 0.7);
}

.border-t-brown-400\/75 {
  border-top-color: rgb(205 142 106 / 0.75);
}

.border-t-brown-400\/80 {
  border-top-color: rgb(205 142 106 / 0.8);
}

.border-t-brown-400\/90 {
  border-top-color: rgb(205 142 106 / 0.9);
}

.border-t-brown-400\/95 {
  border-top-color: rgb(205 142 106 / 0.95);
}

.border-t-brown-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(251 246 241 / var(--tw-border-opacity));
}

.border-t-brown-50\/0 {
  border-top-color: rgb(251 246 241 / 0);
}

.border-t-brown-50\/10 {
  border-top-color: rgb(251 246 241 / 0.1);
}

.border-t-brown-50\/100 {
  border-top-color: rgb(251 246 241 / 1);
}

.border-t-brown-50\/20 {
  border-top-color: rgb(251 246 241 / 0.2);
}

.border-t-brown-50\/25 {
  border-top-color: rgb(251 246 241 / 0.25);
}

.border-t-brown-50\/30 {
  border-top-color: rgb(251 246 241 / 0.3);
}

.border-t-brown-50\/40 {
  border-top-color: rgb(251 246 241 / 0.4);
}

.border-t-brown-50\/5 {
  border-top-color: rgb(251 246 241 / 0.05);
}

.border-t-brown-50\/50 {
  border-top-color: rgb(251 246 241 / 0.5);
}

.border-t-brown-50\/60 {
  border-top-color: rgb(251 246 241 / 0.6);
}

.border-t-brown-50\/70 {
  border-top-color: rgb(251 246 241 / 0.7);
}

.border-t-brown-50\/75 {
  border-top-color: rgb(251 246 241 / 0.75);
}

.border-t-brown-50\/80 {
  border-top-color: rgb(251 246 241 / 0.8);
}

.border-t-brown-50\/90 {
  border-top-color: rgb(251 246 241 / 0.9);
}

.border-t-brown-50\/95 {
  border-top-color: rgb(251 246 241 / 0.95);
}

.border-t-brown-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(194 115 77 / var(--tw-border-opacity));
}

.border-t-brown-500\/0 {
  border-top-color: rgb(194 115 77 / 0);
}

.border-t-brown-500\/10 {
  border-top-color: rgb(194 115 77 / 0.1);
}

.border-t-brown-500\/100 {
  border-top-color: rgb(194 115 77 / 1);
}

.border-t-brown-500\/20 {
  border-top-color: rgb(194 115 77 / 0.2);
}

.border-t-brown-500\/25 {
  border-top-color: rgb(194 115 77 / 0.25);
}

.border-t-brown-500\/30 {
  border-top-color: rgb(194 115 77 / 0.3);
}

.border-t-brown-500\/40 {
  border-top-color: rgb(194 115 77 / 0.4);
}

.border-t-brown-500\/5 {
  border-top-color: rgb(194 115 77 / 0.05);
}

.border-t-brown-500\/50 {
  border-top-color: rgb(194 115 77 / 0.5);
}

.border-t-brown-500\/60 {
  border-top-color: rgb(194 115 77 / 0.6);
}

.border-t-brown-500\/70 {
  border-top-color: rgb(194 115 77 / 0.7);
}

.border-t-brown-500\/75 {
  border-top-color: rgb(194 115 77 / 0.75);
}

.border-t-brown-500\/80 {
  border-top-color: rgb(194 115 77 / 0.8);
}

.border-t-brown-500\/90 {
  border-top-color: rgb(194 115 77 / 0.9);
}

.border-t-brown-500\/95 {
  border-top-color: rgb(194 115 77 / 0.95);
}

.border-t-brown-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(180 95 66 / var(--tw-border-opacity));
}

.border-t-brown-600\/0 {
  border-top-color: rgb(180 95 66 / 0);
}

.border-t-brown-600\/10 {
  border-top-color: rgb(180 95 66 / 0.1);
}

.border-t-brown-600\/100 {
  border-top-color: rgb(180 95 66 / 1);
}

.border-t-brown-600\/20 {
  border-top-color: rgb(180 95 66 / 0.2);
}

.border-t-brown-600\/25 {
  border-top-color: rgb(180 95 66 / 0.25);
}

.border-t-brown-600\/30 {
  border-top-color: rgb(180 95 66 / 0.3);
}

.border-t-brown-600\/40 {
  border-top-color: rgb(180 95 66 / 0.4);
}

.border-t-brown-600\/5 {
  border-top-color: rgb(180 95 66 / 0.05);
}

.border-t-brown-600\/50 {
  border-top-color: rgb(180 95 66 / 0.5);
}

.border-t-brown-600\/60 {
  border-top-color: rgb(180 95 66 / 0.6);
}

.border-t-brown-600\/70 {
  border-top-color: rgb(180 95 66 / 0.7);
}

.border-t-brown-600\/75 {
  border-top-color: rgb(180 95 66 / 0.75);
}

.border-t-brown-600\/80 {
  border-top-color: rgb(180 95 66 / 0.8);
}

.border-t-brown-600\/90 {
  border-top-color: rgb(180 95 66 / 0.9);
}

.border-t-brown-600\/95 {
  border-top-color: rgb(180 95 66 / 0.95);
}

.border-t-brown-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(150 75 56 / var(--tw-border-opacity));
}

.border-t-brown-700\/0 {
  border-top-color: rgb(150 75 56 / 0);
}

.border-t-brown-700\/10 {
  border-top-color: rgb(150 75 56 / 0.1);
}

.border-t-brown-700\/100 {
  border-top-color: rgb(150 75 56 / 1);
}

.border-t-brown-700\/20 {
  border-top-color: rgb(150 75 56 / 0.2);
}

.border-t-brown-700\/25 {
  border-top-color: rgb(150 75 56 / 0.25);
}

.border-t-brown-700\/30 {
  border-top-color: rgb(150 75 56 / 0.3);
}

.border-t-brown-700\/40 {
  border-top-color: rgb(150 75 56 / 0.4);
}

.border-t-brown-700\/5 {
  border-top-color: rgb(150 75 56 / 0.05);
}

.border-t-brown-700\/50 {
  border-top-color: rgb(150 75 56 / 0.5);
}

.border-t-brown-700\/60 {
  border-top-color: rgb(150 75 56 / 0.6);
}

.border-t-brown-700\/70 {
  border-top-color: rgb(150 75 56 / 0.7);
}

.border-t-brown-700\/75 {
  border-top-color: rgb(150 75 56 / 0.75);
}

.border-t-brown-700\/80 {
  border-top-color: rgb(150 75 56 / 0.8);
}

.border-t-brown-700\/90 {
  border-top-color: rgb(150 75 56 / 0.9);
}

.border-t-brown-700\/95 {
  border-top-color: rgb(150 75 56 / 0.95);
}

.border-t-brown-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(128 66 54 / var(--tw-border-opacity));
}

.border-t-brown-800\/0 {
  border-top-color: rgb(128 66 54 / 0);
}

.border-t-brown-800\/10 {
  border-top-color: rgb(128 66 54 / 0.1);
}

.border-t-brown-800\/100 {
  border-top-color: rgb(128 66 54 / 1);
}

.border-t-brown-800\/20 {
  border-top-color: rgb(128 66 54 / 0.2);
}

.border-t-brown-800\/25 {
  border-top-color: rgb(128 66 54 / 0.25);
}

.border-t-brown-800\/30 {
  border-top-color: rgb(128 66 54 / 0.3);
}

.border-t-brown-800\/40 {
  border-top-color: rgb(128 66 54 / 0.4);
}

.border-t-brown-800\/5 {
  border-top-color: rgb(128 66 54 / 0.05);
}

.border-t-brown-800\/50 {
  border-top-color: rgb(128 66 54 / 0.5);
}

.border-t-brown-800\/60 {
  border-top-color: rgb(128 66 54 / 0.6);
}

.border-t-brown-800\/70 {
  border-top-color: rgb(128 66 54 / 0.7);
}

.border-t-brown-800\/75 {
  border-top-color: rgb(128 66 54 / 0.75);
}

.border-t-brown-800\/80 {
  border-top-color: rgb(128 66 54 / 0.8);
}

.border-t-brown-800\/90 {
  border-top-color: rgb(128 66 54 / 0.9);
}

.border-t-brown-800\/95 {
  border-top-color: rgb(128 66 54 / 0.95);
}

.border-t-brown-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(98 53 44 / var(--tw-border-opacity));
}

.border-t-brown-900\/0 {
  border-top-color: rgb(98 53 44 / 0);
}

.border-t-brown-900\/10 {
  border-top-color: rgb(98 53 44 / 0.1);
}

.border-t-brown-900\/100 {
  border-top-color: rgb(98 53 44 / 1);
}

.border-t-brown-900\/20 {
  border-top-color: rgb(98 53 44 / 0.2);
}

.border-t-brown-900\/25 {
  border-top-color: rgb(98 53 44 / 0.25);
}

.border-t-brown-900\/30 {
  border-top-color: rgb(98 53 44 / 0.3);
}

.border-t-brown-900\/40 {
  border-top-color: rgb(98 53 44 / 0.4);
}

.border-t-brown-900\/5 {
  border-top-color: rgb(98 53 44 / 0.05);
}

.border-t-brown-900\/50 {
  border-top-color: rgb(98 53 44 / 0.5);
}

.border-t-brown-900\/60 {
  border-top-color: rgb(98 53 44 / 0.6);
}

.border-t-brown-900\/70 {
  border-top-color: rgb(98 53 44 / 0.7);
}

.border-t-brown-900\/75 {
  border-top-color: rgb(98 53 44 / 0.75);
}

.border-t-brown-900\/80 {
  border-top-color: rgb(98 53 44 / 0.8);
}

.border-t-brown-900\/90 {
  border-top-color: rgb(98 53 44 / 0.9);
}

.border-t-brown-900\/95 {
  border-top-color: rgb(98 53 44 / 0.95);
}

.border-t-brown-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(52 25 22 / var(--tw-border-opacity));
}

.border-t-brown-950\/0 {
  border-top-color: rgb(52 25 22 / 0);
}

.border-t-brown-950\/10 {
  border-top-color: rgb(52 25 22 / 0.1);
}

.border-t-brown-950\/100 {
  border-top-color: rgb(52 25 22 / 1);
}

.border-t-brown-950\/20 {
  border-top-color: rgb(52 25 22 / 0.2);
}

.border-t-brown-950\/25 {
  border-top-color: rgb(52 25 22 / 0.25);
}

.border-t-brown-950\/30 {
  border-top-color: rgb(52 25 22 / 0.3);
}

.border-t-brown-950\/40 {
  border-top-color: rgb(52 25 22 / 0.4);
}

.border-t-brown-950\/5 {
  border-top-color: rgb(52 25 22 / 0.05);
}

.border-t-brown-950\/50 {
  border-top-color: rgb(52 25 22 / 0.5);
}

.border-t-brown-950\/60 {
  border-top-color: rgb(52 25 22 / 0.6);
}

.border-t-brown-950\/70 {
  border-top-color: rgb(52 25 22 / 0.7);
}

.border-t-brown-950\/75 {
  border-top-color: rgb(52 25 22 / 0.75);
}

.border-t-brown-950\/80 {
  border-top-color: rgb(52 25 22 / 0.8);
}

.border-t-brown-950\/90 {
  border-top-color: rgb(52 25 22 / 0.9);
}

.border-t-brown-950\/95 {
  border-top-color: rgb(52 25 22 / 0.95);
}

.border-t-brown\/0 {
  border-top-color: rgb(128 66 54 / 0);
}

.border-t-brown\/10 {
  border-top-color: rgb(128 66 54 / 0.1);
}

.border-t-brown\/100 {
  border-top-color: rgb(128 66 54 / 1);
}

.border-t-brown\/20 {
  border-top-color: rgb(128 66 54 / 0.2);
}

.border-t-brown\/25 {
  border-top-color: rgb(128 66 54 / 0.25);
}

.border-t-brown\/30 {
  border-top-color: rgb(128 66 54 / 0.3);
}

.border-t-brown\/40 {
  border-top-color: rgb(128 66 54 / 0.4);
}

.border-t-brown\/5 {
  border-top-color: rgb(128 66 54 / 0.05);
}

.border-t-brown\/50 {
  border-top-color: rgb(128 66 54 / 0.5);
}

.border-t-brown\/60 {
  border-top-color: rgb(128 66 54 / 0.6);
}

.border-t-brown\/70 {
  border-top-color: rgb(128 66 54 / 0.7);
}

.border-t-brown\/75 {
  border-top-color: rgb(128 66 54 / 0.75);
}

.border-t-brown\/80 {
  border-top-color: rgb(128 66 54 / 0.8);
}

.border-t-brown\/90 {
  border-top-color: rgb(128 66 54 / 0.9);
}

.border-t-brown\/95 {
  border-top-color: rgb(128 66 54 / 0.95);
}

.border-t-current {
  border-top-color: currentColor;
}

.border-t-gray {
  --tw-border-opacity: 1;
  border-top-color: rgb(77 79 83 / var(--tw-border-opacity));
}

.border-t-gray-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(229 230 232 / var(--tw-border-opacity));
}

.border-t-gray-100\/0 {
  border-top-color: rgb(229 230 232 / 0);
}

.border-t-gray-100\/10 {
  border-top-color: rgb(229 230 232 / 0.1);
}

.border-t-gray-100\/100 {
  border-top-color: rgb(229 230 232 / 1);
}

.border-t-gray-100\/20 {
  border-top-color: rgb(229 230 232 / 0.2);
}

.border-t-gray-100\/25 {
  border-top-color: rgb(229 230 232 / 0.25);
}

.border-t-gray-100\/30 {
  border-top-color: rgb(229 230 232 / 0.3);
}

.border-t-gray-100\/40 {
  border-top-color: rgb(229 230 232 / 0.4);
}

.border-t-gray-100\/5 {
  border-top-color: rgb(229 230 232 / 0.05);
}

.border-t-gray-100\/50 {
  border-top-color: rgb(229 230 232 / 0.5);
}

.border-t-gray-100\/60 {
  border-top-color: rgb(229 230 232 / 0.6);
}

.border-t-gray-100\/70 {
  border-top-color: rgb(229 230 232 / 0.7);
}

.border-t-gray-100\/75 {
  border-top-color: rgb(229 230 232 / 0.75);
}

.border-t-gray-100\/80 {
  border-top-color: rgb(229 230 232 / 0.8);
}

.border-t-gray-100\/90 {
  border-top-color: rgb(229 230 232 / 0.9);
}

.border-t-gray-100\/95 {
  border-top-color: rgb(229 230 232 / 0.95);
}

.border-t-gray-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(207 209 210 / var(--tw-border-opacity));
}

.border-t-gray-200\/0 {
  border-top-color: rgb(207 209 210 / 0);
}

.border-t-gray-200\/10 {
  border-top-color: rgb(207 209 210 / 0.1);
}

.border-t-gray-200\/100 {
  border-top-color: rgb(207 209 210 / 1);
}

.border-t-gray-200\/20 {
  border-top-color: rgb(207 209 210 / 0.2);
}

.border-t-gray-200\/25 {
  border-top-color: rgb(207 209 210 / 0.25);
}

.border-t-gray-200\/30 {
  border-top-color: rgb(207 209 210 / 0.3);
}

.border-t-gray-200\/40 {
  border-top-color: rgb(207 209 210 / 0.4);
}

.border-t-gray-200\/5 {
  border-top-color: rgb(207 209 210 / 0.05);
}

.border-t-gray-200\/50 {
  border-top-color: rgb(207 209 210 / 0.5);
}

.border-t-gray-200\/60 {
  border-top-color: rgb(207 209 210 / 0.6);
}

.border-t-gray-200\/70 {
  border-top-color: rgb(207 209 210 / 0.7);
}

.border-t-gray-200\/75 {
  border-top-color: rgb(207 209 210 / 0.75);
}

.border-t-gray-200\/80 {
  border-top-color: rgb(207 209 210 / 0.8);
}

.border-t-gray-200\/90 {
  border-top-color: rgb(207 209 210 / 0.9);
}

.border-t-gray-200\/95 {
  border-top-color: rgb(207 209 210 / 0.95);
}

.border-t-gray-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(173 176 179 / var(--tw-border-opacity));
}

.border-t-gray-300\/0 {
  border-top-color: rgb(173 176 179 / 0);
}

.border-t-gray-300\/10 {
  border-top-color: rgb(173 176 179 / 0.1);
}

.border-t-gray-300\/100 {
  border-top-color: rgb(173 176 179 / 1);
}

.border-t-gray-300\/20 {
  border-top-color: rgb(173 176 179 / 0.2);
}

.border-t-gray-300\/25 {
  border-top-color: rgb(173 176 179 / 0.25);
}

.border-t-gray-300\/30 {
  border-top-color: rgb(173 176 179 / 0.3);
}

.border-t-gray-300\/40 {
  border-top-color: rgb(173 176 179 / 0.4);
}

.border-t-gray-300\/5 {
  border-top-color: rgb(173 176 179 / 0.05);
}

.border-t-gray-300\/50 {
  border-top-color: rgb(173 176 179 / 0.5);
}

.border-t-gray-300\/60 {
  border-top-color: rgb(173 176 179 / 0.6);
}

.border-t-gray-300\/70 {
  border-top-color: rgb(173 176 179 / 0.7);
}

.border-t-gray-300\/75 {
  border-top-color: rgb(173 176 179 / 0.75);
}

.border-t-gray-300\/80 {
  border-top-color: rgb(173 176 179 / 0.8);
}

.border-t-gray-300\/90 {
  border-top-color: rgb(173 176 179 / 0.9);
}

.border-t-gray-300\/95 {
  border-top-color: rgb(173 176 179 / 0.95);
}

.border-t-gray-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(131 134 141 / var(--tw-border-opacity));
}

.border-t-gray-400\/0 {
  border-top-color: rgb(131 134 141 / 0);
}

.border-t-gray-400\/10 {
  border-top-color: rgb(131 134 141 / 0.1);
}

.border-t-gray-400\/100 {
  border-top-color: rgb(131 134 141 / 1);
}

.border-t-gray-400\/20 {
  border-top-color: rgb(131 134 141 / 0.2);
}

.border-t-gray-400\/25 {
  border-top-color: rgb(131 134 141 / 0.25);
}

.border-t-gray-400\/30 {
  border-top-color: rgb(131 134 141 / 0.3);
}

.border-t-gray-400\/40 {
  border-top-color: rgb(131 134 141 / 0.4);
}

.border-t-gray-400\/5 {
  border-top-color: rgb(131 134 141 / 0.05);
}

.border-t-gray-400\/50 {
  border-top-color: rgb(131 134 141 / 0.5);
}

.border-t-gray-400\/60 {
  border-top-color: rgb(131 134 141 / 0.6);
}

.border-t-gray-400\/70 {
  border-top-color: rgb(131 134 141 / 0.7);
}

.border-t-gray-400\/75 {
  border-top-color: rgb(131 134 141 / 0.75);
}

.border-t-gray-400\/80 {
  border-top-color: rgb(131 134 141 / 0.8);
}

.border-t-gray-400\/90 {
  border-top-color: rgb(131 134 141 / 0.9);
}

.border-t-gray-400\/95 {
  border-top-color: rgb(131 134 141 / 0.95);
}

.border-t-gray-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 246 246 / var(--tw-border-opacity));
}

.border-t-gray-50\/0 {
  border-top-color: rgb(245 246 246 / 0);
}

.border-t-gray-50\/10 {
  border-top-color: rgb(245 246 246 / 0.1);
}

.border-t-gray-50\/100 {
  border-top-color: rgb(245 246 246 / 1);
}

.border-t-gray-50\/20 {
  border-top-color: rgb(245 246 246 / 0.2);
}

.border-t-gray-50\/25 {
  border-top-color: rgb(245 246 246 / 0.25);
}

.border-t-gray-50\/30 {
  border-top-color: rgb(245 246 246 / 0.3);
}

.border-t-gray-50\/40 {
  border-top-color: rgb(245 246 246 / 0.4);
}

.border-t-gray-50\/5 {
  border-top-color: rgb(245 246 246 / 0.05);
}

.border-t-gray-50\/50 {
  border-top-color: rgb(245 246 246 / 0.5);
}

.border-t-gray-50\/60 {
  border-top-color: rgb(245 246 246 / 0.6);
}

.border-t-gray-50\/70 {
  border-top-color: rgb(245 246 246 / 0.7);
}

.border-t-gray-50\/75 {
  border-top-color: rgb(245 246 246 / 0.75);
}

.border-t-gray-50\/80 {
  border-top-color: rgb(245 246 246 / 0.8);
}

.border-t-gray-50\/90 {
  border-top-color: rgb(245 246 246 / 0.9);
}

.border-t-gray-50\/95 {
  border-top-color: rgb(245 246 246 / 0.95);
}

.border-t-gray-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(104 107 114 / var(--tw-border-opacity));
}

.border-t-gray-500\/0 {
  border-top-color: rgb(104 107 114 / 0);
}

.border-t-gray-500\/10 {
  border-top-color: rgb(104 107 114 / 0.1);
}

.border-t-gray-500\/100 {
  border-top-color: rgb(104 107 114 / 1);
}

.border-t-gray-500\/20 {
  border-top-color: rgb(104 107 114 / 0.2);
}

.border-t-gray-500\/25 {
  border-top-color: rgb(104 107 114 / 0.25);
}

.border-t-gray-500\/30 {
  border-top-color: rgb(104 107 114 / 0.3);
}

.border-t-gray-500\/40 {
  border-top-color: rgb(104 107 114 / 0.4);
}

.border-t-gray-500\/5 {
  border-top-color: rgb(104 107 114 / 0.05);
}

.border-t-gray-500\/50 {
  border-top-color: rgb(104 107 114 / 0.5);
}

.border-t-gray-500\/60 {
  border-top-color: rgb(104 107 114 / 0.6);
}

.border-t-gray-500\/70 {
  border-top-color: rgb(104 107 114 / 0.7);
}

.border-t-gray-500\/75 {
  border-top-color: rgb(104 107 114 / 0.75);
}

.border-t-gray-500\/80 {
  border-top-color: rgb(104 107 114 / 0.8);
}

.border-t-gray-500\/90 {
  border-top-color: rgb(104 107 114 / 0.9);
}

.border-t-gray-500\/95 {
  border-top-color: rgb(104 107 114 / 0.95);
}

.border-t-gray-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(89 91 97 / var(--tw-border-opacity));
}

.border-t-gray-600\/0 {
  border-top-color: rgb(89 91 97 / 0);
}

.border-t-gray-600\/10 {
  border-top-color: rgb(89 91 97 / 0.1);
}

.border-t-gray-600\/100 {
  border-top-color: rgb(89 91 97 / 1);
}

.border-t-gray-600\/20 {
  border-top-color: rgb(89 91 97 / 0.2);
}

.border-t-gray-600\/25 {
  border-top-color: rgb(89 91 97 / 0.25);
}

.border-t-gray-600\/30 {
  border-top-color: rgb(89 91 97 / 0.3);
}

.border-t-gray-600\/40 {
  border-top-color: rgb(89 91 97 / 0.4);
}

.border-t-gray-600\/5 {
  border-top-color: rgb(89 91 97 / 0.05);
}

.border-t-gray-600\/50 {
  border-top-color: rgb(89 91 97 / 0.5);
}

.border-t-gray-600\/60 {
  border-top-color: rgb(89 91 97 / 0.6);
}

.border-t-gray-600\/70 {
  border-top-color: rgb(89 91 97 / 0.7);
}

.border-t-gray-600\/75 {
  border-top-color: rgb(89 91 97 / 0.75);
}

.border-t-gray-600\/80 {
  border-top-color: rgb(89 91 97 / 0.8);
}

.border-t-gray-600\/90 {
  border-top-color: rgb(89 91 97 / 0.9);
}

.border-t-gray-600\/95 {
  border-top-color: rgb(89 91 97 / 0.95);
}

.border-t-gray-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(77 79 83 / var(--tw-border-opacity));
}

.border-t-gray-700\/0 {
  border-top-color: rgb(77 79 83 / 0);
}

.border-t-gray-700\/10 {
  border-top-color: rgb(77 79 83 / 0.1);
}

.border-t-gray-700\/100 {
  border-top-color: rgb(77 79 83 / 1);
}

.border-t-gray-700\/20 {
  border-top-color: rgb(77 79 83 / 0.2);
}

.border-t-gray-700\/25 {
  border-top-color: rgb(77 79 83 / 0.25);
}

.border-t-gray-700\/30 {
  border-top-color: rgb(77 79 83 / 0.3);
}

.border-t-gray-700\/40 {
  border-top-color: rgb(77 79 83 / 0.4);
}

.border-t-gray-700\/5 {
  border-top-color: rgb(77 79 83 / 0.05);
}

.border-t-gray-700\/50 {
  border-top-color: rgb(77 79 83 / 0.5);
}

.border-t-gray-700\/60 {
  border-top-color: rgb(77 79 83 / 0.6);
}

.border-t-gray-700\/70 {
  border-top-color: rgb(77 79 83 / 0.7);
}

.border-t-gray-700\/75 {
  border-top-color: rgb(77 79 83 / 0.75);
}

.border-t-gray-700\/80 {
  border-top-color: rgb(77 79 83 / 0.8);
}

.border-t-gray-700\/90 {
  border-top-color: rgb(77 79 83 / 0.9);
}

.border-t-gray-700\/95 {
  border-top-color: rgb(77 79 83 / 0.95);
}

.border-t-gray-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(67 68 71 / var(--tw-border-opacity));
}

.border-t-gray-800\/0 {
  border-top-color: rgb(67 68 71 / 0);
}

.border-t-gray-800\/10 {
  border-top-color: rgb(67 68 71 / 0.1);
}

.border-t-gray-800\/100 {
  border-top-color: rgb(67 68 71 / 1);
}

.border-t-gray-800\/20 {
  border-top-color: rgb(67 68 71 / 0.2);
}

.border-t-gray-800\/25 {
  border-top-color: rgb(67 68 71 / 0.25);
}

.border-t-gray-800\/30 {
  border-top-color: rgb(67 68 71 / 0.3);
}

.border-t-gray-800\/40 {
  border-top-color: rgb(67 68 71 / 0.4);
}

.border-t-gray-800\/5 {
  border-top-color: rgb(67 68 71 / 0.05);
}

.border-t-gray-800\/50 {
  border-top-color: rgb(67 68 71 / 0.5);
}

.border-t-gray-800\/60 {
  border-top-color: rgb(67 68 71 / 0.6);
}

.border-t-gray-800\/70 {
  border-top-color: rgb(67 68 71 / 0.7);
}

.border-t-gray-800\/75 {
  border-top-color: rgb(67 68 71 / 0.75);
}

.border-t-gray-800\/80 {
  border-top-color: rgb(67 68 71 / 0.8);
}

.border-t-gray-800\/90 {
  border-top-color: rgb(67 68 71 / 0.9);
}

.border-t-gray-800\/95 {
  border-top-color: rgb(67 68 71 / 0.95);
}

.border-t-gray-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(59 60 62 / var(--tw-border-opacity));
}

.border-t-gray-900\/0 {
  border-top-color: rgb(59 60 62 / 0);
}

.border-t-gray-900\/10 {
  border-top-color: rgb(59 60 62 / 0.1);
}

.border-t-gray-900\/100 {
  border-top-color: rgb(59 60 62 / 1);
}

.border-t-gray-900\/20 {
  border-top-color: rgb(59 60 62 / 0.2);
}

.border-t-gray-900\/25 {
  border-top-color: rgb(59 60 62 / 0.25);
}

.border-t-gray-900\/30 {
  border-top-color: rgb(59 60 62 / 0.3);
}

.border-t-gray-900\/40 {
  border-top-color: rgb(59 60 62 / 0.4);
}

.border-t-gray-900\/5 {
  border-top-color: rgb(59 60 62 / 0.05);
}

.border-t-gray-900\/50 {
  border-top-color: rgb(59 60 62 / 0.5);
}

.border-t-gray-900\/60 {
  border-top-color: rgb(59 60 62 / 0.6);
}

.border-t-gray-900\/70 {
  border-top-color: rgb(59 60 62 / 0.7);
}

.border-t-gray-900\/75 {
  border-top-color: rgb(59 60 62 / 0.75);
}

.border-t-gray-900\/80 {
  border-top-color: rgb(59 60 62 / 0.8);
}

.border-t-gray-900\/90 {
  border-top-color: rgb(59 60 62 / 0.9);
}

.border-t-gray-900\/95 {
  border-top-color: rgb(59 60 62 / 0.95);
}

.border-t-gray-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(37 38 39 / var(--tw-border-opacity));
}

.border-t-gray-950\/0 {
  border-top-color: rgb(37 38 39 / 0);
}

.border-t-gray-950\/10 {
  border-top-color: rgb(37 38 39 / 0.1);
}

.border-t-gray-950\/100 {
  border-top-color: rgb(37 38 39 / 1);
}

.border-t-gray-950\/20 {
  border-top-color: rgb(37 38 39 / 0.2);
}

.border-t-gray-950\/25 {
  border-top-color: rgb(37 38 39 / 0.25);
}

.border-t-gray-950\/30 {
  border-top-color: rgb(37 38 39 / 0.3);
}

.border-t-gray-950\/40 {
  border-top-color: rgb(37 38 39 / 0.4);
}

.border-t-gray-950\/5 {
  border-top-color: rgb(37 38 39 / 0.05);
}

.border-t-gray-950\/50 {
  border-top-color: rgb(37 38 39 / 0.5);
}

.border-t-gray-950\/60 {
  border-top-color: rgb(37 38 39 / 0.6);
}

.border-t-gray-950\/70 {
  border-top-color: rgb(37 38 39 / 0.7);
}

.border-t-gray-950\/75 {
  border-top-color: rgb(37 38 39 / 0.75);
}

.border-t-gray-950\/80 {
  border-top-color: rgb(37 38 39 / 0.8);
}

.border-t-gray-950\/90 {
  border-top-color: rgb(37 38 39 / 0.9);
}

.border-t-gray-950\/95 {
  border-top-color: rgb(37 38 39 / 0.95);
}

.border-t-gray\/0 {
  border-top-color: rgb(77 79 83 / 0);
}

.border-t-gray\/10 {
  border-top-color: rgb(77 79 83 / 0.1);
}

.border-t-gray\/100 {
  border-top-color: rgb(77 79 83 / 1);
}

.border-t-gray\/20 {
  border-top-color: rgb(77 79 83 / 0.2);
}

.border-t-gray\/25 {
  border-top-color: rgb(77 79 83 / 0.25);
}

.border-t-gray\/30 {
  border-top-color: rgb(77 79 83 / 0.3);
}

.border-t-gray\/40 {
  border-top-color: rgb(77 79 83 / 0.4);
}

.border-t-gray\/5 {
  border-top-color: rgb(77 79 83 / 0.05);
}

.border-t-gray\/50 {
  border-top-color: rgb(77 79 83 / 0.5);
}

.border-t-gray\/60 {
  border-top-color: rgb(77 79 83 / 0.6);
}

.border-t-gray\/70 {
  border-top-color: rgb(77 79 83 / 0.7);
}

.border-t-gray\/75 {
  border-top-color: rgb(77 79 83 / 0.75);
}

.border-t-gray\/80 {
  border-top-color: rgb(77 79 83 / 0.8);
}

.border-t-gray\/90 {
  border-top-color: rgb(77 79 83 / 0.9);
}

.border-t-gray\/95 {
  border-top-color: rgb(77 79 83 / 0.95);
}

.border-t-green {
  --tw-border-opacity: 1;
  border-top-color: rgb(181 203 82 / var(--tw-border-opacity));
}

.border-t-green-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(235 241 207 / var(--tw-border-opacity));
}

.border-t-green-100\/0 {
  border-top-color: rgb(235 241 207 / 0);
}

.border-t-green-100\/10 {
  border-top-color: rgb(235 241 207 / 0.1);
}

.border-t-green-100\/100 {
  border-top-color: rgb(235 241 207 / 1);
}

.border-t-green-100\/20 {
  border-top-color: rgb(235 241 207 / 0.2);
}

.border-t-green-100\/25 {
  border-top-color: rgb(235 241 207 / 0.25);
}

.border-t-green-100\/30 {
  border-top-color: rgb(235 241 207 / 0.3);
}

.border-t-green-100\/40 {
  border-top-color: rgb(235 241 207 / 0.4);
}

.border-t-green-100\/5 {
  border-top-color: rgb(235 241 207 / 0.05);
}

.border-t-green-100\/50 {
  border-top-color: rgb(235 241 207 / 0.5);
}

.border-t-green-100\/60 {
  border-top-color: rgb(235 241 207 / 0.6);
}

.border-t-green-100\/70 {
  border-top-color: rgb(235 241 207 / 0.7);
}

.border-t-green-100\/75 {
  border-top-color: rgb(235 241 207 / 0.75);
}

.border-t-green-100\/80 {
  border-top-color: rgb(235 241 207 / 0.8);
}

.border-t-green-100\/90 {
  border-top-color: rgb(235 241 207 / 0.9);
}

.border-t-green-100\/95 {
  border-top-color: rgb(235 241 207 / 0.95);
}

.border-t-green-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(221 231 176 / var(--tw-border-opacity));
}

.border-t-green-200\/0 {
  border-top-color: rgb(221 231 176 / 0);
}

.border-t-green-200\/10 {
  border-top-color: rgb(221 231 176 / 0.1);
}

.border-t-green-200\/100 {
  border-top-color: rgb(221 231 176 / 1);
}

.border-t-green-200\/20 {
  border-top-color: rgb(221 231 176 / 0.2);
}

.border-t-green-200\/25 {
  border-top-color: rgb(221 231 176 / 0.25);
}

.border-t-green-200\/30 {
  border-top-color: rgb(221 231 176 / 0.3);
}

.border-t-green-200\/40 {
  border-top-color: rgb(221 231 176 / 0.4);
}

.border-t-green-200\/5 {
  border-top-color: rgb(221 231 176 / 0.05);
}

.border-t-green-200\/50 {
  border-top-color: rgb(221 231 176 / 0.5);
}

.border-t-green-200\/60 {
  border-top-color: rgb(221 231 176 / 0.6);
}

.border-t-green-200\/70 {
  border-top-color: rgb(221 231 176 / 0.7);
}

.border-t-green-200\/75 {
  border-top-color: rgb(221 231 176 / 0.75);
}

.border-t-green-200\/80 {
  border-top-color: rgb(221 231 176 / 0.8);
}

.border-t-green-200\/90 {
  border-top-color: rgb(221 231 176 / 0.9);
}

.border-t-green-200\/95 {
  border-top-color: rgb(221 231 176 / 0.95);
}

.border-t-green-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(208 222 145 / var(--tw-border-opacity));
}

.border-t-green-300\/0 {
  border-top-color: rgb(208 222 145 / 0);
}

.border-t-green-300\/10 {
  border-top-color: rgb(208 222 145 / 0.1);
}

.border-t-green-300\/100 {
  border-top-color: rgb(208 222 145 / 1);
}

.border-t-green-300\/20 {
  border-top-color: rgb(208 222 145 / 0.2);
}

.border-t-green-300\/25 {
  border-top-color: rgb(208 222 145 / 0.25);
}

.border-t-green-300\/30 {
  border-top-color: rgb(208 222 145 / 0.3);
}

.border-t-green-300\/40 {
  border-top-color: rgb(208 222 145 / 0.4);
}

.border-t-green-300\/5 {
  border-top-color: rgb(208 222 145 / 0.05);
}

.border-t-green-300\/50 {
  border-top-color: rgb(208 222 145 / 0.5);
}

.border-t-green-300\/60 {
  border-top-color: rgb(208 222 145 / 0.6);
}

.border-t-green-300\/70 {
  border-top-color: rgb(208 222 145 / 0.7);
}

.border-t-green-300\/75 {
  border-top-color: rgb(208 222 145 / 0.75);
}

.border-t-green-300\/80 {
  border-top-color: rgb(208 222 145 / 0.8);
}

.border-t-green-300\/90 {
  border-top-color: rgb(208 222 145 / 0.9);
}

.border-t-green-300\/95 {
  border-top-color: rgb(208 222 145 / 0.95);
}

.border-t-green-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(194 212 113 / var(--tw-border-opacity));
}

.border-t-green-400\/0 {
  border-top-color: rgb(194 212 113 / 0);
}

.border-t-green-400\/10 {
  border-top-color: rgb(194 212 113 / 0.1);
}

.border-t-green-400\/100 {
  border-top-color: rgb(194 212 113 / 1);
}

.border-t-green-400\/20 {
  border-top-color: rgb(194 212 113 / 0.2);
}

.border-t-green-400\/25 {
  border-top-color: rgb(194 212 113 / 0.25);
}

.border-t-green-400\/30 {
  border-top-color: rgb(194 212 113 / 0.3);
}

.border-t-green-400\/40 {
  border-top-color: rgb(194 212 113 / 0.4);
}

.border-t-green-400\/5 {
  border-top-color: rgb(194 212 113 / 0.05);
}

.border-t-green-400\/50 {
  border-top-color: rgb(194 212 113 / 0.5);
}

.border-t-green-400\/60 {
  border-top-color: rgb(194 212 113 / 0.6);
}

.border-t-green-400\/70 {
  border-top-color: rgb(194 212 113 / 0.7);
}

.border-t-green-400\/75 {
  border-top-color: rgb(194 212 113 / 0.75);
}

.border-t-green-400\/80 {
  border-top-color: rgb(194 212 113 / 0.8);
}

.border-t-green-400\/90 {
  border-top-color: rgb(194 212 113 / 0.9);
}

.border-t-green-400\/95 {
  border-top-color: rgb(194 212 113 / 0.95);
}

.border-t-green-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(241 245 223 / var(--tw-border-opacity));
}

.border-t-green-50\/0 {
  border-top-color: rgb(241 245 223 / 0);
}

.border-t-green-50\/10 {
  border-top-color: rgb(241 245 223 / 0.1);
}

.border-t-green-50\/100 {
  border-top-color: rgb(241 245 223 / 1);
}

.border-t-green-50\/20 {
  border-top-color: rgb(241 245 223 / 0.2);
}

.border-t-green-50\/25 {
  border-top-color: rgb(241 245 223 / 0.25);
}

.border-t-green-50\/30 {
  border-top-color: rgb(241 245 223 / 0.3);
}

.border-t-green-50\/40 {
  border-top-color: rgb(241 245 223 / 0.4);
}

.border-t-green-50\/5 {
  border-top-color: rgb(241 245 223 / 0.05);
}

.border-t-green-50\/50 {
  border-top-color: rgb(241 245 223 / 0.5);
}

.border-t-green-50\/60 {
  border-top-color: rgb(241 245 223 / 0.6);
}

.border-t-green-50\/70 {
  border-top-color: rgb(241 245 223 / 0.7);
}

.border-t-green-50\/75 {
  border-top-color: rgb(241 245 223 / 0.75);
}

.border-t-green-50\/80 {
  border-top-color: rgb(241 245 223 / 0.8);
}

.border-t-green-50\/90 {
  border-top-color: rgb(241 245 223 / 0.9);
}

.border-t-green-50\/95 {
  border-top-color: rgb(241 245 223 / 0.95);
}

.border-t-green-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(181 203 82 / var(--tw-border-opacity));
}

.border-t-green-500\/0 {
  border-top-color: rgb(181 203 82 / 0);
}

.border-t-green-500\/10 {
  border-top-color: rgb(181 203 82 / 0.1);
}

.border-t-green-500\/100 {
  border-top-color: rgb(181 203 82 / 1);
}

.border-t-green-500\/20 {
  border-top-color: rgb(181 203 82 / 0.2);
}

.border-t-green-500\/25 {
  border-top-color: rgb(181 203 82 / 0.25);
}

.border-t-green-500\/30 {
  border-top-color: rgb(181 203 82 / 0.3);
}

.border-t-green-500\/40 {
  border-top-color: rgb(181 203 82 / 0.4);
}

.border-t-green-500\/5 {
  border-top-color: rgb(181 203 82 / 0.05);
}

.border-t-green-500\/50 {
  border-top-color: rgb(181 203 82 / 0.5);
}

.border-t-green-500\/60 {
  border-top-color: rgb(181 203 82 / 0.6);
}

.border-t-green-500\/70 {
  border-top-color: rgb(181 203 82 / 0.7);
}

.border-t-green-500\/75 {
  border-top-color: rgb(181 203 82 / 0.75);
}

.border-t-green-500\/80 {
  border-top-color: rgb(181 203 82 / 0.8);
}

.border-t-green-500\/90 {
  border-top-color: rgb(181 203 82 / 0.9);
}

.border-t-green-500\/95 {
  border-top-color: rgb(181 203 82 / 0.95);
}

.border-t-green-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(154 176 53 / var(--tw-border-opacity));
}

.border-t-green-600\/0 {
  border-top-color: rgb(154 176 53 / 0);
}

.border-t-green-600\/10 {
  border-top-color: rgb(154 176 53 / 0.1);
}

.border-t-green-600\/100 {
  border-top-color: rgb(154 176 53 / 1);
}

.border-t-green-600\/20 {
  border-top-color: rgb(154 176 53 / 0.2);
}

.border-t-green-600\/25 {
  border-top-color: rgb(154 176 53 / 0.25);
}

.border-t-green-600\/30 {
  border-top-color: rgb(154 176 53 / 0.3);
}

.border-t-green-600\/40 {
  border-top-color: rgb(154 176 53 / 0.4);
}

.border-t-green-600\/5 {
  border-top-color: rgb(154 176 53 / 0.05);
}

.border-t-green-600\/50 {
  border-top-color: rgb(154 176 53 / 0.5);
}

.border-t-green-600\/60 {
  border-top-color: rgb(154 176 53 / 0.6);
}

.border-t-green-600\/70 {
  border-top-color: rgb(154 176 53 / 0.7);
}

.border-t-green-600\/75 {
  border-top-color: rgb(154 176 53 / 0.75);
}

.border-t-green-600\/80 {
  border-top-color: rgb(154 176 53 / 0.8);
}

.border-t-green-600\/90 {
  border-top-color: rgb(154 176 53 / 0.9);
}

.border-t-green-600\/95 {
  border-top-color: rgb(154 176 53 / 0.95);
}

.border-t-green-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(116 133 40 / var(--tw-border-opacity));
}

.border-t-green-700\/0 {
  border-top-color: rgb(116 133 40 / 0);
}

.border-t-green-700\/10 {
  border-top-color: rgb(116 133 40 / 0.1);
}

.border-t-green-700\/100 {
  border-top-color: rgb(116 133 40 / 1);
}

.border-t-green-700\/20 {
  border-top-color: rgb(116 133 40 / 0.2);
}

.border-t-green-700\/25 {
  border-top-color: rgb(116 133 40 / 0.25);
}

.border-t-green-700\/30 {
  border-top-color: rgb(116 133 40 / 0.3);
}

.border-t-green-700\/40 {
  border-top-color: rgb(116 133 40 / 0.4);
}

.border-t-green-700\/5 {
  border-top-color: rgb(116 133 40 / 0.05);
}

.border-t-green-700\/50 {
  border-top-color: rgb(116 133 40 / 0.5);
}

.border-t-green-700\/60 {
  border-top-color: rgb(116 133 40 / 0.6);
}

.border-t-green-700\/70 {
  border-top-color: rgb(116 133 40 / 0.7);
}

.border-t-green-700\/75 {
  border-top-color: rgb(116 133 40 / 0.75);
}

.border-t-green-700\/80 {
  border-top-color: rgb(116 133 40 / 0.8);
}

.border-t-green-700\/90 {
  border-top-color: rgb(116 133 40 / 0.9);
}

.border-t-green-700\/95 {
  border-top-color: rgb(116 133 40 / 0.95);
}

.border-t-green-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(78 90 27 / var(--tw-border-opacity));
}

.border-t-green-800\/0 {
  border-top-color: rgb(78 90 27 / 0);
}

.border-t-green-800\/10 {
  border-top-color: rgb(78 90 27 / 0.1);
}

.border-t-green-800\/100 {
  border-top-color: rgb(78 90 27 / 1);
}

.border-t-green-800\/20 {
  border-top-color: rgb(78 90 27 / 0.2);
}

.border-t-green-800\/25 {
  border-top-color: rgb(78 90 27 / 0.25);
}

.border-t-green-800\/30 {
  border-top-color: rgb(78 90 27 / 0.3);
}

.border-t-green-800\/40 {
  border-top-color: rgb(78 90 27 / 0.4);
}

.border-t-green-800\/5 {
  border-top-color: rgb(78 90 27 / 0.05);
}

.border-t-green-800\/50 {
  border-top-color: rgb(78 90 27 / 0.5);
}

.border-t-green-800\/60 {
  border-top-color: rgb(78 90 27 / 0.6);
}

.border-t-green-800\/70 {
  border-top-color: rgb(78 90 27 / 0.7);
}

.border-t-green-800\/75 {
  border-top-color: rgb(78 90 27 / 0.75);
}

.border-t-green-800\/80 {
  border-top-color: rgb(78 90 27 / 0.8);
}

.border-t-green-800\/90 {
  border-top-color: rgb(78 90 27 / 0.9);
}

.border-t-green-800\/95 {
  border-top-color: rgb(78 90 27 / 0.95);
}

.border-t-green-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(41 47 14 / var(--tw-border-opacity));
}

.border-t-green-900\/0 {
  border-top-color: rgb(41 47 14 / 0);
}

.border-t-green-900\/10 {
  border-top-color: rgb(41 47 14 / 0.1);
}

.border-t-green-900\/100 {
  border-top-color: rgb(41 47 14 / 1);
}

.border-t-green-900\/20 {
  border-top-color: rgb(41 47 14 / 0.2);
}

.border-t-green-900\/25 {
  border-top-color: rgb(41 47 14 / 0.25);
}

.border-t-green-900\/30 {
  border-top-color: rgb(41 47 14 / 0.3);
}

.border-t-green-900\/40 {
  border-top-color: rgb(41 47 14 / 0.4);
}

.border-t-green-900\/5 {
  border-top-color: rgb(41 47 14 / 0.05);
}

.border-t-green-900\/50 {
  border-top-color: rgb(41 47 14 / 0.5);
}

.border-t-green-900\/60 {
  border-top-color: rgb(41 47 14 / 0.6);
}

.border-t-green-900\/70 {
  border-top-color: rgb(41 47 14 / 0.7);
}

.border-t-green-900\/75 {
  border-top-color: rgb(41 47 14 / 0.75);
}

.border-t-green-900\/80 {
  border-top-color: rgb(41 47 14 / 0.8);
}

.border-t-green-900\/90 {
  border-top-color: rgb(41 47 14 / 0.9);
}

.border-t-green-900\/95 {
  border-top-color: rgb(41 47 14 / 0.95);
}

.border-t-green\/0 {
  border-top-color: rgb(181 203 82 / 0);
}

.border-t-green\/10 {
  border-top-color: rgb(181 203 82 / 0.1);
}

.border-t-green\/100 {
  border-top-color: rgb(181 203 82 / 1);
}

.border-t-green\/20 {
  border-top-color: rgb(181 203 82 / 0.2);
}

.border-t-green\/25 {
  border-top-color: rgb(181 203 82 / 0.25);
}

.border-t-green\/30 {
  border-top-color: rgb(181 203 82 / 0.3);
}

.border-t-green\/40 {
  border-top-color: rgb(181 203 82 / 0.4);
}

.border-t-green\/5 {
  border-top-color: rgb(181 203 82 / 0.05);
}

.border-t-green\/50 {
  border-top-color: rgb(181 203 82 / 0.5);
}

.border-t-green\/60 {
  border-top-color: rgb(181 203 82 / 0.6);
}

.border-t-green\/70 {
  border-top-color: rgb(181 203 82 / 0.7);
}

.border-t-green\/75 {
  border-top-color: rgb(181 203 82 / 0.75);
}

.border-t-green\/80 {
  border-top-color: rgb(181 203 82 / 0.8);
}

.border-t-green\/90 {
  border-top-color: rgb(181 203 82 / 0.9);
}

.border-t-green\/95 {
  border-top-color: rgb(181 203 82 / 0.95);
}

.border-t-grey {
  --tw-border-opacity: 1;
  border-top-color: rgb(77 79 83 / var(--tw-border-opacity));
}

.border-t-grey-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(229 230 232 / var(--tw-border-opacity));
}

.border-t-grey-100\/0 {
  border-top-color: rgb(229 230 232 / 0);
}

.border-t-grey-100\/10 {
  border-top-color: rgb(229 230 232 / 0.1);
}

.border-t-grey-100\/100 {
  border-top-color: rgb(229 230 232 / 1);
}

.border-t-grey-100\/20 {
  border-top-color: rgb(229 230 232 / 0.2);
}

.border-t-grey-100\/25 {
  border-top-color: rgb(229 230 232 / 0.25);
}

.border-t-grey-100\/30 {
  border-top-color: rgb(229 230 232 / 0.3);
}

.border-t-grey-100\/40 {
  border-top-color: rgb(229 230 232 / 0.4);
}

.border-t-grey-100\/5 {
  border-top-color: rgb(229 230 232 / 0.05);
}

.border-t-grey-100\/50 {
  border-top-color: rgb(229 230 232 / 0.5);
}

.border-t-grey-100\/60 {
  border-top-color: rgb(229 230 232 / 0.6);
}

.border-t-grey-100\/70 {
  border-top-color: rgb(229 230 232 / 0.7);
}

.border-t-grey-100\/75 {
  border-top-color: rgb(229 230 232 / 0.75);
}

.border-t-grey-100\/80 {
  border-top-color: rgb(229 230 232 / 0.8);
}

.border-t-grey-100\/90 {
  border-top-color: rgb(229 230 232 / 0.9);
}

.border-t-grey-100\/95 {
  border-top-color: rgb(229 230 232 / 0.95);
}

.border-t-grey-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(207 209 210 / var(--tw-border-opacity));
}

.border-t-grey-200\/0 {
  border-top-color: rgb(207 209 210 / 0);
}

.border-t-grey-200\/10 {
  border-top-color: rgb(207 209 210 / 0.1);
}

.border-t-grey-200\/100 {
  border-top-color: rgb(207 209 210 / 1);
}

.border-t-grey-200\/20 {
  border-top-color: rgb(207 209 210 / 0.2);
}

.border-t-grey-200\/25 {
  border-top-color: rgb(207 209 210 / 0.25);
}

.border-t-grey-200\/30 {
  border-top-color: rgb(207 209 210 / 0.3);
}

.border-t-grey-200\/40 {
  border-top-color: rgb(207 209 210 / 0.4);
}

.border-t-grey-200\/5 {
  border-top-color: rgb(207 209 210 / 0.05);
}

.border-t-grey-200\/50 {
  border-top-color: rgb(207 209 210 / 0.5);
}

.border-t-grey-200\/60 {
  border-top-color: rgb(207 209 210 / 0.6);
}

.border-t-grey-200\/70 {
  border-top-color: rgb(207 209 210 / 0.7);
}

.border-t-grey-200\/75 {
  border-top-color: rgb(207 209 210 / 0.75);
}

.border-t-grey-200\/80 {
  border-top-color: rgb(207 209 210 / 0.8);
}

.border-t-grey-200\/90 {
  border-top-color: rgb(207 209 210 / 0.9);
}

.border-t-grey-200\/95 {
  border-top-color: rgb(207 209 210 / 0.95);
}

.border-t-grey-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(173 176 179 / var(--tw-border-opacity));
}

.border-t-grey-300\/0 {
  border-top-color: rgb(173 176 179 / 0);
}

.border-t-grey-300\/10 {
  border-top-color: rgb(173 176 179 / 0.1);
}

.border-t-grey-300\/100 {
  border-top-color: rgb(173 176 179 / 1);
}

.border-t-grey-300\/20 {
  border-top-color: rgb(173 176 179 / 0.2);
}

.border-t-grey-300\/25 {
  border-top-color: rgb(173 176 179 / 0.25);
}

.border-t-grey-300\/30 {
  border-top-color: rgb(173 176 179 / 0.3);
}

.border-t-grey-300\/40 {
  border-top-color: rgb(173 176 179 / 0.4);
}

.border-t-grey-300\/5 {
  border-top-color: rgb(173 176 179 / 0.05);
}

.border-t-grey-300\/50 {
  border-top-color: rgb(173 176 179 / 0.5);
}

.border-t-grey-300\/60 {
  border-top-color: rgb(173 176 179 / 0.6);
}

.border-t-grey-300\/70 {
  border-top-color: rgb(173 176 179 / 0.7);
}

.border-t-grey-300\/75 {
  border-top-color: rgb(173 176 179 / 0.75);
}

.border-t-grey-300\/80 {
  border-top-color: rgb(173 176 179 / 0.8);
}

.border-t-grey-300\/90 {
  border-top-color: rgb(173 176 179 / 0.9);
}

.border-t-grey-300\/95 {
  border-top-color: rgb(173 176 179 / 0.95);
}

.border-t-grey-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(131 134 141 / var(--tw-border-opacity));
}

.border-t-grey-400\/0 {
  border-top-color: rgb(131 134 141 / 0);
}

.border-t-grey-400\/10 {
  border-top-color: rgb(131 134 141 / 0.1);
}

.border-t-grey-400\/100 {
  border-top-color: rgb(131 134 141 / 1);
}

.border-t-grey-400\/20 {
  border-top-color: rgb(131 134 141 / 0.2);
}

.border-t-grey-400\/25 {
  border-top-color: rgb(131 134 141 / 0.25);
}

.border-t-grey-400\/30 {
  border-top-color: rgb(131 134 141 / 0.3);
}

.border-t-grey-400\/40 {
  border-top-color: rgb(131 134 141 / 0.4);
}

.border-t-grey-400\/5 {
  border-top-color: rgb(131 134 141 / 0.05);
}

.border-t-grey-400\/50 {
  border-top-color: rgb(131 134 141 / 0.5);
}

.border-t-grey-400\/60 {
  border-top-color: rgb(131 134 141 / 0.6);
}

.border-t-grey-400\/70 {
  border-top-color: rgb(131 134 141 / 0.7);
}

.border-t-grey-400\/75 {
  border-top-color: rgb(131 134 141 / 0.75);
}

.border-t-grey-400\/80 {
  border-top-color: rgb(131 134 141 / 0.8);
}

.border-t-grey-400\/90 {
  border-top-color: rgb(131 134 141 / 0.9);
}

.border-t-grey-400\/95 {
  border-top-color: rgb(131 134 141 / 0.95);
}

.border-t-grey-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 246 246 / var(--tw-border-opacity));
}

.border-t-grey-50\/0 {
  border-top-color: rgb(245 246 246 / 0);
}

.border-t-grey-50\/10 {
  border-top-color: rgb(245 246 246 / 0.1);
}

.border-t-grey-50\/100 {
  border-top-color: rgb(245 246 246 / 1);
}

.border-t-grey-50\/20 {
  border-top-color: rgb(245 246 246 / 0.2);
}

.border-t-grey-50\/25 {
  border-top-color: rgb(245 246 246 / 0.25);
}

.border-t-grey-50\/30 {
  border-top-color: rgb(245 246 246 / 0.3);
}

.border-t-grey-50\/40 {
  border-top-color: rgb(245 246 246 / 0.4);
}

.border-t-grey-50\/5 {
  border-top-color: rgb(245 246 246 / 0.05);
}

.border-t-grey-50\/50 {
  border-top-color: rgb(245 246 246 / 0.5);
}

.border-t-grey-50\/60 {
  border-top-color: rgb(245 246 246 / 0.6);
}

.border-t-grey-50\/70 {
  border-top-color: rgb(245 246 246 / 0.7);
}

.border-t-grey-50\/75 {
  border-top-color: rgb(245 246 246 / 0.75);
}

.border-t-grey-50\/80 {
  border-top-color: rgb(245 246 246 / 0.8);
}

.border-t-grey-50\/90 {
  border-top-color: rgb(245 246 246 / 0.9);
}

.border-t-grey-50\/95 {
  border-top-color: rgb(245 246 246 / 0.95);
}

.border-t-grey-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(104 107 114 / var(--tw-border-opacity));
}

.border-t-grey-500\/0 {
  border-top-color: rgb(104 107 114 / 0);
}

.border-t-grey-500\/10 {
  border-top-color: rgb(104 107 114 / 0.1);
}

.border-t-grey-500\/100 {
  border-top-color: rgb(104 107 114 / 1);
}

.border-t-grey-500\/20 {
  border-top-color: rgb(104 107 114 / 0.2);
}

.border-t-grey-500\/25 {
  border-top-color: rgb(104 107 114 / 0.25);
}

.border-t-grey-500\/30 {
  border-top-color: rgb(104 107 114 / 0.3);
}

.border-t-grey-500\/40 {
  border-top-color: rgb(104 107 114 / 0.4);
}

.border-t-grey-500\/5 {
  border-top-color: rgb(104 107 114 / 0.05);
}

.border-t-grey-500\/50 {
  border-top-color: rgb(104 107 114 / 0.5);
}

.border-t-grey-500\/60 {
  border-top-color: rgb(104 107 114 / 0.6);
}

.border-t-grey-500\/70 {
  border-top-color: rgb(104 107 114 / 0.7);
}

.border-t-grey-500\/75 {
  border-top-color: rgb(104 107 114 / 0.75);
}

.border-t-grey-500\/80 {
  border-top-color: rgb(104 107 114 / 0.8);
}

.border-t-grey-500\/90 {
  border-top-color: rgb(104 107 114 / 0.9);
}

.border-t-grey-500\/95 {
  border-top-color: rgb(104 107 114 / 0.95);
}

.border-t-grey-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(89 91 97 / var(--tw-border-opacity));
}

.border-t-grey-600\/0 {
  border-top-color: rgb(89 91 97 / 0);
}

.border-t-grey-600\/10 {
  border-top-color: rgb(89 91 97 / 0.1);
}

.border-t-grey-600\/100 {
  border-top-color: rgb(89 91 97 / 1);
}

.border-t-grey-600\/20 {
  border-top-color: rgb(89 91 97 / 0.2);
}

.border-t-grey-600\/25 {
  border-top-color: rgb(89 91 97 / 0.25);
}

.border-t-grey-600\/30 {
  border-top-color: rgb(89 91 97 / 0.3);
}

.border-t-grey-600\/40 {
  border-top-color: rgb(89 91 97 / 0.4);
}

.border-t-grey-600\/5 {
  border-top-color: rgb(89 91 97 / 0.05);
}

.border-t-grey-600\/50 {
  border-top-color: rgb(89 91 97 / 0.5);
}

.border-t-grey-600\/60 {
  border-top-color: rgb(89 91 97 / 0.6);
}

.border-t-grey-600\/70 {
  border-top-color: rgb(89 91 97 / 0.7);
}

.border-t-grey-600\/75 {
  border-top-color: rgb(89 91 97 / 0.75);
}

.border-t-grey-600\/80 {
  border-top-color: rgb(89 91 97 / 0.8);
}

.border-t-grey-600\/90 {
  border-top-color: rgb(89 91 97 / 0.9);
}

.border-t-grey-600\/95 {
  border-top-color: rgb(89 91 97 / 0.95);
}

.border-t-grey-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(77 79 83 / var(--tw-border-opacity));
}

.border-t-grey-700\/0 {
  border-top-color: rgb(77 79 83 / 0);
}

.border-t-grey-700\/10 {
  border-top-color: rgb(77 79 83 / 0.1);
}

.border-t-grey-700\/100 {
  border-top-color: rgb(77 79 83 / 1);
}

.border-t-grey-700\/20 {
  border-top-color: rgb(77 79 83 / 0.2);
}

.border-t-grey-700\/25 {
  border-top-color: rgb(77 79 83 / 0.25);
}

.border-t-grey-700\/30 {
  border-top-color: rgb(77 79 83 / 0.3);
}

.border-t-grey-700\/40 {
  border-top-color: rgb(77 79 83 / 0.4);
}

.border-t-grey-700\/5 {
  border-top-color: rgb(77 79 83 / 0.05);
}

.border-t-grey-700\/50 {
  border-top-color: rgb(77 79 83 / 0.5);
}

.border-t-grey-700\/60 {
  border-top-color: rgb(77 79 83 / 0.6);
}

.border-t-grey-700\/70 {
  border-top-color: rgb(77 79 83 / 0.7);
}

.border-t-grey-700\/75 {
  border-top-color: rgb(77 79 83 / 0.75);
}

.border-t-grey-700\/80 {
  border-top-color: rgb(77 79 83 / 0.8);
}

.border-t-grey-700\/90 {
  border-top-color: rgb(77 79 83 / 0.9);
}

.border-t-grey-700\/95 {
  border-top-color: rgb(77 79 83 / 0.95);
}

.border-t-grey-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(67 68 71 / var(--tw-border-opacity));
}

.border-t-grey-800\/0 {
  border-top-color: rgb(67 68 71 / 0);
}

.border-t-grey-800\/10 {
  border-top-color: rgb(67 68 71 / 0.1);
}

.border-t-grey-800\/100 {
  border-top-color: rgb(67 68 71 / 1);
}

.border-t-grey-800\/20 {
  border-top-color: rgb(67 68 71 / 0.2);
}

.border-t-grey-800\/25 {
  border-top-color: rgb(67 68 71 / 0.25);
}

.border-t-grey-800\/30 {
  border-top-color: rgb(67 68 71 / 0.3);
}

.border-t-grey-800\/40 {
  border-top-color: rgb(67 68 71 / 0.4);
}

.border-t-grey-800\/5 {
  border-top-color: rgb(67 68 71 / 0.05);
}

.border-t-grey-800\/50 {
  border-top-color: rgb(67 68 71 / 0.5);
}

.border-t-grey-800\/60 {
  border-top-color: rgb(67 68 71 / 0.6);
}

.border-t-grey-800\/70 {
  border-top-color: rgb(67 68 71 / 0.7);
}

.border-t-grey-800\/75 {
  border-top-color: rgb(67 68 71 / 0.75);
}

.border-t-grey-800\/80 {
  border-top-color: rgb(67 68 71 / 0.8);
}

.border-t-grey-800\/90 {
  border-top-color: rgb(67 68 71 / 0.9);
}

.border-t-grey-800\/95 {
  border-top-color: rgb(67 68 71 / 0.95);
}

.border-t-grey-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(59 60 62 / var(--tw-border-opacity));
}

.border-t-grey-900\/0 {
  border-top-color: rgb(59 60 62 / 0);
}

.border-t-grey-900\/10 {
  border-top-color: rgb(59 60 62 / 0.1);
}

.border-t-grey-900\/100 {
  border-top-color: rgb(59 60 62 / 1);
}

.border-t-grey-900\/20 {
  border-top-color: rgb(59 60 62 / 0.2);
}

.border-t-grey-900\/25 {
  border-top-color: rgb(59 60 62 / 0.25);
}

.border-t-grey-900\/30 {
  border-top-color: rgb(59 60 62 / 0.3);
}

.border-t-grey-900\/40 {
  border-top-color: rgb(59 60 62 / 0.4);
}

.border-t-grey-900\/5 {
  border-top-color: rgb(59 60 62 / 0.05);
}

.border-t-grey-900\/50 {
  border-top-color: rgb(59 60 62 / 0.5);
}

.border-t-grey-900\/60 {
  border-top-color: rgb(59 60 62 / 0.6);
}

.border-t-grey-900\/70 {
  border-top-color: rgb(59 60 62 / 0.7);
}

.border-t-grey-900\/75 {
  border-top-color: rgb(59 60 62 / 0.75);
}

.border-t-grey-900\/80 {
  border-top-color: rgb(59 60 62 / 0.8);
}

.border-t-grey-900\/90 {
  border-top-color: rgb(59 60 62 / 0.9);
}

.border-t-grey-900\/95 {
  border-top-color: rgb(59 60 62 / 0.95);
}

.border-t-grey-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(37 38 39 / var(--tw-border-opacity));
}

.border-t-grey-950\/0 {
  border-top-color: rgb(37 38 39 / 0);
}

.border-t-grey-950\/10 {
  border-top-color: rgb(37 38 39 / 0.1);
}

.border-t-grey-950\/100 {
  border-top-color: rgb(37 38 39 / 1);
}

.border-t-grey-950\/20 {
  border-top-color: rgb(37 38 39 / 0.2);
}

.border-t-grey-950\/25 {
  border-top-color: rgb(37 38 39 / 0.25);
}

.border-t-grey-950\/30 {
  border-top-color: rgb(37 38 39 / 0.3);
}

.border-t-grey-950\/40 {
  border-top-color: rgb(37 38 39 / 0.4);
}

.border-t-grey-950\/5 {
  border-top-color: rgb(37 38 39 / 0.05);
}

.border-t-grey-950\/50 {
  border-top-color: rgb(37 38 39 / 0.5);
}

.border-t-grey-950\/60 {
  border-top-color: rgb(37 38 39 / 0.6);
}

.border-t-grey-950\/70 {
  border-top-color: rgb(37 38 39 / 0.7);
}

.border-t-grey-950\/75 {
  border-top-color: rgb(37 38 39 / 0.75);
}

.border-t-grey-950\/80 {
  border-top-color: rgb(37 38 39 / 0.8);
}

.border-t-grey-950\/90 {
  border-top-color: rgb(37 38 39 / 0.9);
}

.border-t-grey-950\/95 {
  border-top-color: rgb(37 38 39 / 0.95);
}

.border-t-grey\/0 {
  border-top-color: rgb(77 79 83 / 0);
}

.border-t-grey\/10 {
  border-top-color: rgb(77 79 83 / 0.1);
}

.border-t-grey\/100 {
  border-top-color: rgb(77 79 83 / 1);
}

.border-t-grey\/20 {
  border-top-color: rgb(77 79 83 / 0.2);
}

.border-t-grey\/25 {
  border-top-color: rgb(77 79 83 / 0.25);
}

.border-t-grey\/30 {
  border-top-color: rgb(77 79 83 / 0.3);
}

.border-t-grey\/40 {
  border-top-color: rgb(77 79 83 / 0.4);
}

.border-t-grey\/5 {
  border-top-color: rgb(77 79 83 / 0.05);
}

.border-t-grey\/50 {
  border-top-color: rgb(77 79 83 / 0.5);
}

.border-t-grey\/60 {
  border-top-color: rgb(77 79 83 / 0.6);
}

.border-t-grey\/70 {
  border-top-color: rgb(77 79 83 / 0.7);
}

.border-t-grey\/75 {
  border-top-color: rgb(77 79 83 / 0.75);
}

.border-t-grey\/80 {
  border-top-color: rgb(77 79 83 / 0.8);
}

.border-t-grey\/90 {
  border-top-color: rgb(77 79 83 / 0.9);
}

.border-t-grey\/95 {
  border-top-color: rgb(77 79 83 / 0.95);
}

.border-t-navy {
  --tw-border-opacity: 1;
  border-top-color: rgb(10 81 122 / var(--tw-border-opacity));
}

.border-t-navy-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(225 242 253 / var(--tw-border-opacity));
}

.border-t-navy-100\/0 {
  border-top-color: rgb(225 242 253 / 0);
}

.border-t-navy-100\/10 {
  border-top-color: rgb(225 242 253 / 0.1);
}

.border-t-navy-100\/100 {
  border-top-color: rgb(225 242 253 / 1);
}

.border-t-navy-100\/20 {
  border-top-color: rgb(225 242 253 / 0.2);
}

.border-t-navy-100\/25 {
  border-top-color: rgb(225 242 253 / 0.25);
}

.border-t-navy-100\/30 {
  border-top-color: rgb(225 242 253 / 0.3);
}

.border-t-navy-100\/40 {
  border-top-color: rgb(225 242 253 / 0.4);
}

.border-t-navy-100\/5 {
  border-top-color: rgb(225 242 253 / 0.05);
}

.border-t-navy-100\/50 {
  border-top-color: rgb(225 242 253 / 0.5);
}

.border-t-navy-100\/60 {
  border-top-color: rgb(225 242 253 / 0.6);
}

.border-t-navy-100\/70 {
  border-top-color: rgb(225 242 253 / 0.7);
}

.border-t-navy-100\/75 {
  border-top-color: rgb(225 242 253 / 0.75);
}

.border-t-navy-100\/80 {
  border-top-color: rgb(225 242 253 / 0.8);
}

.border-t-navy-100\/90 {
  border-top-color: rgb(225 242 253 / 0.9);
}

.border-t-navy-100\/95 {
  border-top-color: rgb(225 242 253 / 0.95);
}

.border-t-navy-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(188 228 251 / var(--tw-border-opacity));
}

.border-t-navy-200\/0 {
  border-top-color: rgb(188 228 251 / 0);
}

.border-t-navy-200\/10 {
  border-top-color: rgb(188 228 251 / 0.1);
}

.border-t-navy-200\/100 {
  border-top-color: rgb(188 228 251 / 1);
}

.border-t-navy-200\/20 {
  border-top-color: rgb(188 228 251 / 0.2);
}

.border-t-navy-200\/25 {
  border-top-color: rgb(188 228 251 / 0.25);
}

.border-t-navy-200\/30 {
  border-top-color: rgb(188 228 251 / 0.3);
}

.border-t-navy-200\/40 {
  border-top-color: rgb(188 228 251 / 0.4);
}

.border-t-navy-200\/5 {
  border-top-color: rgb(188 228 251 / 0.05);
}

.border-t-navy-200\/50 {
  border-top-color: rgb(188 228 251 / 0.5);
}

.border-t-navy-200\/60 {
  border-top-color: rgb(188 228 251 / 0.6);
}

.border-t-navy-200\/70 {
  border-top-color: rgb(188 228 251 / 0.7);
}

.border-t-navy-200\/75 {
  border-top-color: rgb(188 228 251 / 0.75);
}

.border-t-navy-200\/80 {
  border-top-color: rgb(188 228 251 / 0.8);
}

.border-t-navy-200\/90 {
  border-top-color: rgb(188 228 251 / 0.9);
}

.border-t-navy-200\/95 {
  border-top-color: rgb(188 228 251 / 0.95);
}

.border-t-navy-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(129 208 248 / var(--tw-border-opacity));
}

.border-t-navy-300\/0 {
  border-top-color: rgb(129 208 248 / 0);
}

.border-t-navy-300\/10 {
  border-top-color: rgb(129 208 248 / 0.1);
}

.border-t-navy-300\/100 {
  border-top-color: rgb(129 208 248 / 1);
}

.border-t-navy-300\/20 {
  border-top-color: rgb(129 208 248 / 0.2);
}

.border-t-navy-300\/25 {
  border-top-color: rgb(129 208 248 / 0.25);
}

.border-t-navy-300\/30 {
  border-top-color: rgb(129 208 248 / 0.3);
}

.border-t-navy-300\/40 {
  border-top-color: rgb(129 208 248 / 0.4);
}

.border-t-navy-300\/5 {
  border-top-color: rgb(129 208 248 / 0.05);
}

.border-t-navy-300\/50 {
  border-top-color: rgb(129 208 248 / 0.5);
}

.border-t-navy-300\/60 {
  border-top-color: rgb(129 208 248 / 0.6);
}

.border-t-navy-300\/70 {
  border-top-color: rgb(129 208 248 / 0.7);
}

.border-t-navy-300\/75 {
  border-top-color: rgb(129 208 248 / 0.75);
}

.border-t-navy-300\/80 {
  border-top-color: rgb(129 208 248 / 0.8);
}

.border-t-navy-300\/90 {
  border-top-color: rgb(129 208 248 / 0.9);
}

.border-t-navy-300\/95 {
  border-top-color: rgb(129 208 248 / 0.95);
}

.border-t-navy-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(61 184 243 / var(--tw-border-opacity));
}

.border-t-navy-400\/0 {
  border-top-color: rgb(61 184 243 / 0);
}

.border-t-navy-400\/10 {
  border-top-color: rgb(61 184 243 / 0.1);
}

.border-t-navy-400\/100 {
  border-top-color: rgb(61 184 243 / 1);
}

.border-t-navy-400\/20 {
  border-top-color: rgb(61 184 243 / 0.2);
}

.border-t-navy-400\/25 {
  border-top-color: rgb(61 184 243 / 0.25);
}

.border-t-navy-400\/30 {
  border-top-color: rgb(61 184 243 / 0.3);
}

.border-t-navy-400\/40 {
  border-top-color: rgb(61 184 243 / 0.4);
}

.border-t-navy-400\/5 {
  border-top-color: rgb(61 184 243 / 0.05);
}

.border-t-navy-400\/50 {
  border-top-color: rgb(61 184 243 / 0.5);
}

.border-t-navy-400\/60 {
  border-top-color: rgb(61 184 243 / 0.6);
}

.border-t-navy-400\/70 {
  border-top-color: rgb(61 184 243 / 0.7);
}

.border-t-navy-400\/75 {
  border-top-color: rgb(61 184 243 / 0.75);
}

.border-t-navy-400\/80 {
  border-top-color: rgb(61 184 243 / 0.8);
}

.border-t-navy-400\/90 {
  border-top-color: rgb(61 184 243 / 0.9);
}

.border-t-navy-400\/95 {
  border-top-color: rgb(61 184 243 / 0.95);
}

.border-t-navy-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.border-t-navy-50\/0 {
  border-top-color: rgb(240 249 255 / 0);
}

.border-t-navy-50\/10 {
  border-top-color: rgb(240 249 255 / 0.1);
}

.border-t-navy-50\/100 {
  border-top-color: rgb(240 249 255 / 1);
}

.border-t-navy-50\/20 {
  border-top-color: rgb(240 249 255 / 0.2);
}

.border-t-navy-50\/25 {
  border-top-color: rgb(240 249 255 / 0.25);
}

.border-t-navy-50\/30 {
  border-top-color: rgb(240 249 255 / 0.3);
}

.border-t-navy-50\/40 {
  border-top-color: rgb(240 249 255 / 0.4);
}

.border-t-navy-50\/5 {
  border-top-color: rgb(240 249 255 / 0.05);
}

.border-t-navy-50\/50 {
  border-top-color: rgb(240 249 255 / 0.5);
}

.border-t-navy-50\/60 {
  border-top-color: rgb(240 249 255 / 0.6);
}

.border-t-navy-50\/70 {
  border-top-color: rgb(240 249 255 / 0.7);
}

.border-t-navy-50\/75 {
  border-top-color: rgb(240 249 255 / 0.75);
}

.border-t-navy-50\/80 {
  border-top-color: rgb(240 249 255 / 0.8);
}

.border-t-navy-50\/90 {
  border-top-color: rgb(240 249 255 / 0.9);
}

.border-t-navy-50\/95 {
  border-top-color: rgb(240 249 255 / 0.95);
}

.border-t-navy-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(20 160 227 / var(--tw-border-opacity));
}

.border-t-navy-500\/0 {
  border-top-color: rgb(20 160 227 / 0);
}

.border-t-navy-500\/10 {
  border-top-color: rgb(20 160 227 / 0.1);
}

.border-t-navy-500\/100 {
  border-top-color: rgb(20 160 227 / 1);
}

.border-t-navy-500\/20 {
  border-top-color: rgb(20 160 227 / 0.2);
}

.border-t-navy-500\/25 {
  border-top-color: rgb(20 160 227 / 0.25);
}

.border-t-navy-500\/30 {
  border-top-color: rgb(20 160 227 / 0.3);
}

.border-t-navy-500\/40 {
  border-top-color: rgb(20 160 227 / 0.4);
}

.border-t-navy-500\/5 {
  border-top-color: rgb(20 160 227 / 0.05);
}

.border-t-navy-500\/50 {
  border-top-color: rgb(20 160 227 / 0.5);
}

.border-t-navy-500\/60 {
  border-top-color: rgb(20 160 227 / 0.6);
}

.border-t-navy-500\/70 {
  border-top-color: rgb(20 160 227 / 0.7);
}

.border-t-navy-500\/75 {
  border-top-color: rgb(20 160 227 / 0.75);
}

.border-t-navy-500\/80 {
  border-top-color: rgb(20 160 227 / 0.8);
}

.border-t-navy-500\/90 {
  border-top-color: rgb(20 160 227 / 0.9);
}

.border-t-navy-500\/95 {
  border-top-color: rgb(20 160 227 / 0.95);
}

.border-t-navy-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(8 127 193 / var(--tw-border-opacity));
}

.border-t-navy-600\/0 {
  border-top-color: rgb(8 127 193 / 0);
}

.border-t-navy-600\/10 {
  border-top-color: rgb(8 127 193 / 0.1);
}

.border-t-navy-600\/100 {
  border-top-color: rgb(8 127 193 / 1);
}

.border-t-navy-600\/20 {
  border-top-color: rgb(8 127 193 / 0.2);
}

.border-t-navy-600\/25 {
  border-top-color: rgb(8 127 193 / 0.25);
}

.border-t-navy-600\/30 {
  border-top-color: rgb(8 127 193 / 0.3);
}

.border-t-navy-600\/40 {
  border-top-color: rgb(8 127 193 / 0.4);
}

.border-t-navy-600\/5 {
  border-top-color: rgb(8 127 193 / 0.05);
}

.border-t-navy-600\/50 {
  border-top-color: rgb(8 127 193 / 0.5);
}

.border-t-navy-600\/60 {
  border-top-color: rgb(8 127 193 / 0.6);
}

.border-t-navy-600\/70 {
  border-top-color: rgb(8 127 193 / 0.7);
}

.border-t-navy-600\/75 {
  border-top-color: rgb(8 127 193 / 0.75);
}

.border-t-navy-600\/80 {
  border-top-color: rgb(8 127 193 / 0.8);
}

.border-t-navy-600\/90 {
  border-top-color: rgb(8 127 193 / 0.9);
}

.border-t-navy-600\/95 {
  border-top-color: rgb(8 127 193 / 0.95);
}

.border-t-navy-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(8 102 156 / var(--tw-border-opacity));
}

.border-t-navy-700\/0 {
  border-top-color: rgb(8 102 156 / 0);
}

.border-t-navy-700\/10 {
  border-top-color: rgb(8 102 156 / 0.1);
}

.border-t-navy-700\/100 {
  border-top-color: rgb(8 102 156 / 1);
}

.border-t-navy-700\/20 {
  border-top-color: rgb(8 102 156 / 0.2);
}

.border-t-navy-700\/25 {
  border-top-color: rgb(8 102 156 / 0.25);
}

.border-t-navy-700\/30 {
  border-top-color: rgb(8 102 156 / 0.3);
}

.border-t-navy-700\/40 {
  border-top-color: rgb(8 102 156 / 0.4);
}

.border-t-navy-700\/5 {
  border-top-color: rgb(8 102 156 / 0.05);
}

.border-t-navy-700\/50 {
  border-top-color: rgb(8 102 156 / 0.5);
}

.border-t-navy-700\/60 {
  border-top-color: rgb(8 102 156 / 0.6);
}

.border-t-navy-700\/70 {
  border-top-color: rgb(8 102 156 / 0.7);
}

.border-t-navy-700\/75 {
  border-top-color: rgb(8 102 156 / 0.75);
}

.border-t-navy-700\/80 {
  border-top-color: rgb(8 102 156 / 0.8);
}

.border-t-navy-700\/90 {
  border-top-color: rgb(8 102 156 / 0.9);
}

.border-t-navy-700\/95 {
  border-top-color: rgb(8 102 156 / 0.95);
}

.border-t-navy-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(10 81 122 / var(--tw-border-opacity));
}

.border-t-navy-800\/0 {
  border-top-color: rgb(10 81 122 / 0);
}

.border-t-navy-800\/10 {
  border-top-color: rgb(10 81 122 / 0.1);
}

.border-t-navy-800\/100 {
  border-top-color: rgb(10 81 122 / 1);
}

.border-t-navy-800\/20 {
  border-top-color: rgb(10 81 122 / 0.2);
}

.border-t-navy-800\/25 {
  border-top-color: rgb(10 81 122 / 0.25);
}

.border-t-navy-800\/30 {
  border-top-color: rgb(10 81 122 / 0.3);
}

.border-t-navy-800\/40 {
  border-top-color: rgb(10 81 122 / 0.4);
}

.border-t-navy-800\/5 {
  border-top-color: rgb(10 81 122 / 0.05);
}

.border-t-navy-800\/50 {
  border-top-color: rgb(10 81 122 / 0.5);
}

.border-t-navy-800\/60 {
  border-top-color: rgb(10 81 122 / 0.6);
}

.border-t-navy-800\/70 {
  border-top-color: rgb(10 81 122 / 0.7);
}

.border-t-navy-800\/75 {
  border-top-color: rgb(10 81 122 / 0.75);
}

.border-t-navy-800\/80 {
  border-top-color: rgb(10 81 122 / 0.8);
}

.border-t-navy-800\/90 {
  border-top-color: rgb(10 81 122 / 0.9);
}

.border-t-navy-800\/95 {
  border-top-color: rgb(10 81 122 / 0.95);
}

.border-t-navy-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(15 71 107 / var(--tw-border-opacity));
}

.border-t-navy-900\/0 {
  border-top-color: rgb(15 71 107 / 0);
}

.border-t-navy-900\/10 {
  border-top-color: rgb(15 71 107 / 0.1);
}

.border-t-navy-900\/100 {
  border-top-color: rgb(15 71 107 / 1);
}

.border-t-navy-900\/20 {
  border-top-color: rgb(15 71 107 / 0.2);
}

.border-t-navy-900\/25 {
  border-top-color: rgb(15 71 107 / 0.25);
}

.border-t-navy-900\/30 {
  border-top-color: rgb(15 71 107 / 0.3);
}

.border-t-navy-900\/40 {
  border-top-color: rgb(15 71 107 / 0.4);
}

.border-t-navy-900\/5 {
  border-top-color: rgb(15 71 107 / 0.05);
}

.border-t-navy-900\/50 {
  border-top-color: rgb(15 71 107 / 0.5);
}

.border-t-navy-900\/60 {
  border-top-color: rgb(15 71 107 / 0.6);
}

.border-t-navy-900\/70 {
  border-top-color: rgb(15 71 107 / 0.7);
}

.border-t-navy-900\/75 {
  border-top-color: rgb(15 71 107 / 0.75);
}

.border-t-navy-900\/80 {
  border-top-color: rgb(15 71 107 / 0.8);
}

.border-t-navy-900\/90 {
  border-top-color: rgb(15 71 107 / 0.9);
}

.border-t-navy-900\/95 {
  border-top-color: rgb(15 71 107 / 0.95);
}

.border-t-navy-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(10 46 71 / var(--tw-border-opacity));
}

.border-t-navy-950\/0 {
  border-top-color: rgb(10 46 71 / 0);
}

.border-t-navy-950\/10 {
  border-top-color: rgb(10 46 71 / 0.1);
}

.border-t-navy-950\/100 {
  border-top-color: rgb(10 46 71 / 1);
}

.border-t-navy-950\/20 {
  border-top-color: rgb(10 46 71 / 0.2);
}

.border-t-navy-950\/25 {
  border-top-color: rgb(10 46 71 / 0.25);
}

.border-t-navy-950\/30 {
  border-top-color: rgb(10 46 71 / 0.3);
}

.border-t-navy-950\/40 {
  border-top-color: rgb(10 46 71 / 0.4);
}

.border-t-navy-950\/5 {
  border-top-color: rgb(10 46 71 / 0.05);
}

.border-t-navy-950\/50 {
  border-top-color: rgb(10 46 71 / 0.5);
}

.border-t-navy-950\/60 {
  border-top-color: rgb(10 46 71 / 0.6);
}

.border-t-navy-950\/70 {
  border-top-color: rgb(10 46 71 / 0.7);
}

.border-t-navy-950\/75 {
  border-top-color: rgb(10 46 71 / 0.75);
}

.border-t-navy-950\/80 {
  border-top-color: rgb(10 46 71 / 0.8);
}

.border-t-navy-950\/90 {
  border-top-color: rgb(10 46 71 / 0.9);
}

.border-t-navy-950\/95 {
  border-top-color: rgb(10 46 71 / 0.95);
}

.border-t-navy\/0 {
  border-top-color: rgb(10 81 122 / 0);
}

.border-t-navy\/10 {
  border-top-color: rgb(10 81 122 / 0.1);
}

.border-t-navy\/100 {
  border-top-color: rgb(10 81 122 / 1);
}

.border-t-navy\/20 {
  border-top-color: rgb(10 81 122 / 0.2);
}

.border-t-navy\/25 {
  border-top-color: rgb(10 81 122 / 0.25);
}

.border-t-navy\/30 {
  border-top-color: rgb(10 81 122 / 0.3);
}

.border-t-navy\/40 {
  border-top-color: rgb(10 81 122 / 0.4);
}

.border-t-navy\/5 {
  border-top-color: rgb(10 81 122 / 0.05);
}

.border-t-navy\/50 {
  border-top-color: rgb(10 81 122 / 0.5);
}

.border-t-navy\/60 {
  border-top-color: rgb(10 81 122 / 0.6);
}

.border-t-navy\/70 {
  border-top-color: rgb(10 81 122 / 0.7);
}

.border-t-navy\/75 {
  border-top-color: rgb(10 81 122 / 0.75);
}

.border-t-navy\/80 {
  border-top-color: rgb(10 81 122 / 0.8);
}

.border-t-navy\/90 {
  border-top-color: rgb(10 81 122 / 0.9);
}

.border-t-navy\/95 {
  border-top-color: rgb(10 81 122 / 0.95);
}

.border-t-neutral-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.border-t-neutral-100\/0 {
  border-top-color: rgb(245 245 245 / 0);
}

.border-t-neutral-100\/10 {
  border-top-color: rgb(245 245 245 / 0.1);
}

.border-t-neutral-100\/100 {
  border-top-color: rgb(245 245 245 / 1);
}

.border-t-neutral-100\/20 {
  border-top-color: rgb(245 245 245 / 0.2);
}

.border-t-neutral-100\/25 {
  border-top-color: rgb(245 245 245 / 0.25);
}

.border-t-neutral-100\/30 {
  border-top-color: rgb(245 245 245 / 0.3);
}

.border-t-neutral-100\/40 {
  border-top-color: rgb(245 245 245 / 0.4);
}

.border-t-neutral-100\/5 {
  border-top-color: rgb(245 245 245 / 0.05);
}

.border-t-neutral-100\/50 {
  border-top-color: rgb(245 245 245 / 0.5);
}

.border-t-neutral-100\/60 {
  border-top-color: rgb(245 245 245 / 0.6);
}

.border-t-neutral-100\/70 {
  border-top-color: rgb(245 245 245 / 0.7);
}

.border-t-neutral-100\/75 {
  border-top-color: rgb(245 245 245 / 0.75);
}

.border-t-neutral-100\/80 {
  border-top-color: rgb(245 245 245 / 0.8);
}

.border-t-neutral-100\/90 {
  border-top-color: rgb(245 245 245 / 0.9);
}

.border-t-neutral-100\/95 {
  border-top-color: rgb(245 245 245 / 0.95);
}

.border-t-neutral-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-t-neutral-200\/0 {
  border-top-color: rgb(229 229 229 / 0);
}

.border-t-neutral-200\/10 {
  border-top-color: rgb(229 229 229 / 0.1);
}

.border-t-neutral-200\/100 {
  border-top-color: rgb(229 229 229 / 1);
}

.border-t-neutral-200\/20 {
  border-top-color: rgb(229 229 229 / 0.2);
}

.border-t-neutral-200\/25 {
  border-top-color: rgb(229 229 229 / 0.25);
}

.border-t-neutral-200\/30 {
  border-top-color: rgb(229 229 229 / 0.3);
}

.border-t-neutral-200\/40 {
  border-top-color: rgb(229 229 229 / 0.4);
}

.border-t-neutral-200\/5 {
  border-top-color: rgb(229 229 229 / 0.05);
}

.border-t-neutral-200\/50 {
  border-top-color: rgb(229 229 229 / 0.5);
}

.border-t-neutral-200\/60 {
  border-top-color: rgb(229 229 229 / 0.6);
}

.border-t-neutral-200\/70 {
  border-top-color: rgb(229 229 229 / 0.7);
}

.border-t-neutral-200\/75 {
  border-top-color: rgb(229 229 229 / 0.75);
}

.border-t-neutral-200\/80 {
  border-top-color: rgb(229 229 229 / 0.8);
}

.border-t-neutral-200\/90 {
  border-top-color: rgb(229 229 229 / 0.9);
}

.border-t-neutral-200\/95 {
  border-top-color: rgb(229 229 229 / 0.95);
}

.border-t-neutral-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-t-neutral-300\/0 {
  border-top-color: rgb(212 212 212 / 0);
}

.border-t-neutral-300\/10 {
  border-top-color: rgb(212 212 212 / 0.1);
}

.border-t-neutral-300\/100 {
  border-top-color: rgb(212 212 212 / 1);
}

.border-t-neutral-300\/20 {
  border-top-color: rgb(212 212 212 / 0.2);
}

.border-t-neutral-300\/25 {
  border-top-color: rgb(212 212 212 / 0.25);
}

.border-t-neutral-300\/30 {
  border-top-color: rgb(212 212 212 / 0.3);
}

.border-t-neutral-300\/40 {
  border-top-color: rgb(212 212 212 / 0.4);
}

.border-t-neutral-300\/5 {
  border-top-color: rgb(212 212 212 / 0.05);
}

.border-t-neutral-300\/50 {
  border-top-color: rgb(212 212 212 / 0.5);
}

.border-t-neutral-300\/60 {
  border-top-color: rgb(212 212 212 / 0.6);
}

.border-t-neutral-300\/70 {
  border-top-color: rgb(212 212 212 / 0.7);
}

.border-t-neutral-300\/75 {
  border-top-color: rgb(212 212 212 / 0.75);
}

.border-t-neutral-300\/80 {
  border-top-color: rgb(212 212 212 / 0.8);
}

.border-t-neutral-300\/90 {
  border-top-color: rgb(212 212 212 / 0.9);
}

.border-t-neutral-300\/95 {
  border-top-color: rgb(212 212 212 / 0.95);
}

.border-t-neutral-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.border-t-neutral-400\/0 {
  border-top-color: rgb(163 163 163 / 0);
}

.border-t-neutral-400\/10 {
  border-top-color: rgb(163 163 163 / 0.1);
}

.border-t-neutral-400\/100 {
  border-top-color: rgb(163 163 163 / 1);
}

.border-t-neutral-400\/20 {
  border-top-color: rgb(163 163 163 / 0.2);
}

.border-t-neutral-400\/25 {
  border-top-color: rgb(163 163 163 / 0.25);
}

.border-t-neutral-400\/30 {
  border-top-color: rgb(163 163 163 / 0.3);
}

.border-t-neutral-400\/40 {
  border-top-color: rgb(163 163 163 / 0.4);
}

.border-t-neutral-400\/5 {
  border-top-color: rgb(163 163 163 / 0.05);
}

.border-t-neutral-400\/50 {
  border-top-color: rgb(163 163 163 / 0.5);
}

.border-t-neutral-400\/60 {
  border-top-color: rgb(163 163 163 / 0.6);
}

.border-t-neutral-400\/70 {
  border-top-color: rgb(163 163 163 / 0.7);
}

.border-t-neutral-400\/75 {
  border-top-color: rgb(163 163 163 / 0.75);
}

.border-t-neutral-400\/80 {
  border-top-color: rgb(163 163 163 / 0.8);
}

.border-t-neutral-400\/90 {
  border-top-color: rgb(163 163 163 / 0.9);
}

.border-t-neutral-400\/95 {
  border-top-color: rgb(163 163 163 / 0.95);
}

.border-t-neutral-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-t-neutral-50\/0 {
  border-top-color: rgb(250 250 250 / 0);
}

.border-t-neutral-50\/10 {
  border-top-color: rgb(250 250 250 / 0.1);
}

.border-t-neutral-50\/100 {
  border-top-color: rgb(250 250 250 / 1);
}

.border-t-neutral-50\/20 {
  border-top-color: rgb(250 250 250 / 0.2);
}

.border-t-neutral-50\/25 {
  border-top-color: rgb(250 250 250 / 0.25);
}

.border-t-neutral-50\/30 {
  border-top-color: rgb(250 250 250 / 0.3);
}

.border-t-neutral-50\/40 {
  border-top-color: rgb(250 250 250 / 0.4);
}

.border-t-neutral-50\/5 {
  border-top-color: rgb(250 250 250 / 0.05);
}

.border-t-neutral-50\/50 {
  border-top-color: rgb(250 250 250 / 0.5);
}

.border-t-neutral-50\/60 {
  border-top-color: rgb(250 250 250 / 0.6);
}

.border-t-neutral-50\/70 {
  border-top-color: rgb(250 250 250 / 0.7);
}

.border-t-neutral-50\/75 {
  border-top-color: rgb(250 250 250 / 0.75);
}

.border-t-neutral-50\/80 {
  border-top-color: rgb(250 250 250 / 0.8);
}

.border-t-neutral-50\/90 {
  border-top-color: rgb(250 250 250 / 0.9);
}

.border-t-neutral-50\/95 {
  border-top-color: rgb(250 250 250 / 0.95);
}

.border-t-neutral-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.border-t-neutral-500\/0 {
  border-top-color: rgb(115 115 115 / 0);
}

.border-t-neutral-500\/10 {
  border-top-color: rgb(115 115 115 / 0.1);
}

.border-t-neutral-500\/100 {
  border-top-color: rgb(115 115 115 / 1);
}

.border-t-neutral-500\/20 {
  border-top-color: rgb(115 115 115 / 0.2);
}

.border-t-neutral-500\/25 {
  border-top-color: rgb(115 115 115 / 0.25);
}

.border-t-neutral-500\/30 {
  border-top-color: rgb(115 115 115 / 0.3);
}

.border-t-neutral-500\/40 {
  border-top-color: rgb(115 115 115 / 0.4);
}

.border-t-neutral-500\/5 {
  border-top-color: rgb(115 115 115 / 0.05);
}

.border-t-neutral-500\/50 {
  border-top-color: rgb(115 115 115 / 0.5);
}

.border-t-neutral-500\/60 {
  border-top-color: rgb(115 115 115 / 0.6);
}

.border-t-neutral-500\/70 {
  border-top-color: rgb(115 115 115 / 0.7);
}

.border-t-neutral-500\/75 {
  border-top-color: rgb(115 115 115 / 0.75);
}

.border-t-neutral-500\/80 {
  border-top-color: rgb(115 115 115 / 0.8);
}

.border-t-neutral-500\/90 {
  border-top-color: rgb(115 115 115 / 0.9);
}

.border-t-neutral-500\/95 {
  border-top-color: rgb(115 115 115 / 0.95);
}

.border-t-neutral-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.border-t-neutral-600\/0 {
  border-top-color: rgb(82 82 82 / 0);
}

.border-t-neutral-600\/10 {
  border-top-color: rgb(82 82 82 / 0.1);
}

.border-t-neutral-600\/100 {
  border-top-color: rgb(82 82 82 / 1);
}

.border-t-neutral-600\/20 {
  border-top-color: rgb(82 82 82 / 0.2);
}

.border-t-neutral-600\/25 {
  border-top-color: rgb(82 82 82 / 0.25);
}

.border-t-neutral-600\/30 {
  border-top-color: rgb(82 82 82 / 0.3);
}

.border-t-neutral-600\/40 {
  border-top-color: rgb(82 82 82 / 0.4);
}

.border-t-neutral-600\/5 {
  border-top-color: rgb(82 82 82 / 0.05);
}

.border-t-neutral-600\/50 {
  border-top-color: rgb(82 82 82 / 0.5);
}

.border-t-neutral-600\/60 {
  border-top-color: rgb(82 82 82 / 0.6);
}

.border-t-neutral-600\/70 {
  border-top-color: rgb(82 82 82 / 0.7);
}

.border-t-neutral-600\/75 {
  border-top-color: rgb(82 82 82 / 0.75);
}

.border-t-neutral-600\/80 {
  border-top-color: rgb(82 82 82 / 0.8);
}

.border-t-neutral-600\/90 {
  border-top-color: rgb(82 82 82 / 0.9);
}

.border-t-neutral-600\/95 {
  border-top-color: rgb(82 82 82 / 0.95);
}

.border-t-neutral-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.border-t-neutral-700\/0 {
  border-top-color: rgb(64 64 64 / 0);
}

.border-t-neutral-700\/10 {
  border-top-color: rgb(64 64 64 / 0.1);
}

.border-t-neutral-700\/100 {
  border-top-color: rgb(64 64 64 / 1);
}

.border-t-neutral-700\/20 {
  border-top-color: rgb(64 64 64 / 0.2);
}

.border-t-neutral-700\/25 {
  border-top-color: rgb(64 64 64 / 0.25);
}

.border-t-neutral-700\/30 {
  border-top-color: rgb(64 64 64 / 0.3);
}

.border-t-neutral-700\/40 {
  border-top-color: rgb(64 64 64 / 0.4);
}

.border-t-neutral-700\/5 {
  border-top-color: rgb(64 64 64 / 0.05);
}

.border-t-neutral-700\/50 {
  border-top-color: rgb(64 64 64 / 0.5);
}

.border-t-neutral-700\/60 {
  border-top-color: rgb(64 64 64 / 0.6);
}

.border-t-neutral-700\/70 {
  border-top-color: rgb(64 64 64 / 0.7);
}

.border-t-neutral-700\/75 {
  border-top-color: rgb(64 64 64 / 0.75);
}

.border-t-neutral-700\/80 {
  border-top-color: rgb(64 64 64 / 0.8);
}

.border-t-neutral-700\/90 {
  border-top-color: rgb(64 64 64 / 0.9);
}

.border-t-neutral-700\/95 {
  border-top-color: rgb(64 64 64 / 0.95);
}

.border-t-neutral-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.border-t-neutral-800\/0 {
  border-top-color: rgb(38 38 38 / 0);
}

.border-t-neutral-800\/10 {
  border-top-color: rgb(38 38 38 / 0.1);
}

.border-t-neutral-800\/100 {
  border-top-color: rgb(38 38 38 / 1);
}

.border-t-neutral-800\/20 {
  border-top-color: rgb(38 38 38 / 0.2);
}

.border-t-neutral-800\/25 {
  border-top-color: rgb(38 38 38 / 0.25);
}

.border-t-neutral-800\/30 {
  border-top-color: rgb(38 38 38 / 0.3);
}

.border-t-neutral-800\/40 {
  border-top-color: rgb(38 38 38 / 0.4);
}

.border-t-neutral-800\/5 {
  border-top-color: rgb(38 38 38 / 0.05);
}

.border-t-neutral-800\/50 {
  border-top-color: rgb(38 38 38 / 0.5);
}

.border-t-neutral-800\/60 {
  border-top-color: rgb(38 38 38 / 0.6);
}

.border-t-neutral-800\/70 {
  border-top-color: rgb(38 38 38 / 0.7);
}

.border-t-neutral-800\/75 {
  border-top-color: rgb(38 38 38 / 0.75);
}

.border-t-neutral-800\/80 {
  border-top-color: rgb(38 38 38 / 0.8);
}

.border-t-neutral-800\/90 {
  border-top-color: rgb(38 38 38 / 0.9);
}

.border-t-neutral-800\/95 {
  border-top-color: rgb(38 38 38 / 0.95);
}

.border-t-neutral-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.border-t-neutral-900\/0 {
  border-top-color: rgb(23 23 23 / 0);
}

.border-t-neutral-900\/10 {
  border-top-color: rgb(23 23 23 / 0.1);
}

.border-t-neutral-900\/100 {
  border-top-color: rgb(23 23 23 / 1);
}

.border-t-neutral-900\/20 {
  border-top-color: rgb(23 23 23 / 0.2);
}

.border-t-neutral-900\/25 {
  border-top-color: rgb(23 23 23 / 0.25);
}

.border-t-neutral-900\/30 {
  border-top-color: rgb(23 23 23 / 0.3);
}

.border-t-neutral-900\/40 {
  border-top-color: rgb(23 23 23 / 0.4);
}

.border-t-neutral-900\/5 {
  border-top-color: rgb(23 23 23 / 0.05);
}

.border-t-neutral-900\/50 {
  border-top-color: rgb(23 23 23 / 0.5);
}

.border-t-neutral-900\/60 {
  border-top-color: rgb(23 23 23 / 0.6);
}

.border-t-neutral-900\/70 {
  border-top-color: rgb(23 23 23 / 0.7);
}

.border-t-neutral-900\/75 {
  border-top-color: rgb(23 23 23 / 0.75);
}

.border-t-neutral-900\/80 {
  border-top-color: rgb(23 23 23 / 0.8);
}

.border-t-neutral-900\/90 {
  border-top-color: rgb(23 23 23 / 0.9);
}

.border-t-neutral-900\/95 {
  border-top-color: rgb(23 23 23 / 0.95);
}

.border-t-neutral-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.border-t-neutral-950\/0 {
  border-top-color: rgb(10 10 10 / 0);
}

.border-t-neutral-950\/10 {
  border-top-color: rgb(10 10 10 / 0.1);
}

.border-t-neutral-950\/100 {
  border-top-color: rgb(10 10 10 / 1);
}

.border-t-neutral-950\/20 {
  border-top-color: rgb(10 10 10 / 0.2);
}

.border-t-neutral-950\/25 {
  border-top-color: rgb(10 10 10 / 0.25);
}

.border-t-neutral-950\/30 {
  border-top-color: rgb(10 10 10 / 0.3);
}

.border-t-neutral-950\/40 {
  border-top-color: rgb(10 10 10 / 0.4);
}

.border-t-neutral-950\/5 {
  border-top-color: rgb(10 10 10 / 0.05);
}

.border-t-neutral-950\/50 {
  border-top-color: rgb(10 10 10 / 0.5);
}

.border-t-neutral-950\/60 {
  border-top-color: rgb(10 10 10 / 0.6);
}

.border-t-neutral-950\/70 {
  border-top-color: rgb(10 10 10 / 0.7);
}

.border-t-neutral-950\/75 {
  border-top-color: rgb(10 10 10 / 0.75);
}

.border-t-neutral-950\/80 {
  border-top-color: rgb(10 10 10 / 0.8);
}

.border-t-neutral-950\/90 {
  border-top-color: rgb(10 10 10 / 0.9);
}

.border-t-neutral-950\/95 {
  border-top-color: rgb(10 10 10 / 0.95);
}

.border-t-orange {
  --tw-border-opacity: 1;
  border-top-color: rgb(237 140 1 / var(--tw-border-opacity));
}

.border-t-orange-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 247 198 / var(--tw-border-opacity));
}

.border-t-orange-100\/0 {
  border-top-color: rgb(255 247 198 / 0);
}

.border-t-orange-100\/10 {
  border-top-color: rgb(255 247 198 / 0.1);
}

.border-t-orange-100\/100 {
  border-top-color: rgb(255 247 198 / 1);
}

.border-t-orange-100\/20 {
  border-top-color: rgb(255 247 198 / 0.2);
}

.border-t-orange-100\/25 {
  border-top-color: rgb(255 247 198 / 0.25);
}

.border-t-orange-100\/30 {
  border-top-color: rgb(255 247 198 / 0.3);
}

.border-t-orange-100\/40 {
  border-top-color: rgb(255 247 198 / 0.4);
}

.border-t-orange-100\/5 {
  border-top-color: rgb(255 247 198 / 0.05);
}

.border-t-orange-100\/50 {
  border-top-color: rgb(255 247 198 / 0.5);
}

.border-t-orange-100\/60 {
  border-top-color: rgb(255 247 198 / 0.6);
}

.border-t-orange-100\/70 {
  border-top-color: rgb(255 247 198 / 0.7);
}

.border-t-orange-100\/75 {
  border-top-color: rgb(255 247 198 / 0.75);
}

.border-t-orange-100\/80 {
  border-top-color: rgb(255 247 198 / 0.8);
}

.border-t-orange-100\/90 {
  border-top-color: rgb(255 247 198 / 0.9);
}

.border-t-orange-100\/95 {
  border-top-color: rgb(255 247 198 / 0.95);
}

.border-t-orange-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 238 135 / var(--tw-border-opacity));
}

.border-t-orange-200\/0 {
  border-top-color: rgb(255 238 135 / 0);
}

.border-t-orange-200\/10 {
  border-top-color: rgb(255 238 135 / 0.1);
}

.border-t-orange-200\/100 {
  border-top-color: rgb(255 238 135 / 1);
}

.border-t-orange-200\/20 {
  border-top-color: rgb(255 238 135 / 0.2);
}

.border-t-orange-200\/25 {
  border-top-color: rgb(255 238 135 / 0.25);
}

.border-t-orange-200\/30 {
  border-top-color: rgb(255 238 135 / 0.3);
}

.border-t-orange-200\/40 {
  border-top-color: rgb(255 238 135 / 0.4);
}

.border-t-orange-200\/5 {
  border-top-color: rgb(255 238 135 / 0.05);
}

.border-t-orange-200\/50 {
  border-top-color: rgb(255 238 135 / 0.5);
}

.border-t-orange-200\/60 {
  border-top-color: rgb(255 238 135 / 0.6);
}

.border-t-orange-200\/70 {
  border-top-color: rgb(255 238 135 / 0.7);
}

.border-t-orange-200\/75 {
  border-top-color: rgb(255 238 135 / 0.75);
}

.border-t-orange-200\/80 {
  border-top-color: rgb(255 238 135 / 0.8);
}

.border-t-orange-200\/90 {
  border-top-color: rgb(255 238 135 / 0.9);
}

.border-t-orange-200\/95 {
  border-top-color: rgb(255 238 135 / 0.95);
}

.border-t-orange-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 223 73 / var(--tw-border-opacity));
}

.border-t-orange-300\/0 {
  border-top-color: rgb(255 223 73 / 0);
}

.border-t-orange-300\/10 {
  border-top-color: rgb(255 223 73 / 0.1);
}

.border-t-orange-300\/100 {
  border-top-color: rgb(255 223 73 / 1);
}

.border-t-orange-300\/20 {
  border-top-color: rgb(255 223 73 / 0.2);
}

.border-t-orange-300\/25 {
  border-top-color: rgb(255 223 73 / 0.25);
}

.border-t-orange-300\/30 {
  border-top-color: rgb(255 223 73 / 0.3);
}

.border-t-orange-300\/40 {
  border-top-color: rgb(255 223 73 / 0.4);
}

.border-t-orange-300\/5 {
  border-top-color: rgb(255 223 73 / 0.05);
}

.border-t-orange-300\/50 {
  border-top-color: rgb(255 223 73 / 0.5);
}

.border-t-orange-300\/60 {
  border-top-color: rgb(255 223 73 / 0.6);
}

.border-t-orange-300\/70 {
  border-top-color: rgb(255 223 73 / 0.7);
}

.border-t-orange-300\/75 {
  border-top-color: rgb(255 223 73 / 0.75);
}

.border-t-orange-300\/80 {
  border-top-color: rgb(255 223 73 / 0.8);
}

.border-t-orange-300\/90 {
  border-top-color: rgb(255 223 73 / 0.9);
}

.border-t-orange-300\/95 {
  border-top-color: rgb(255 223 73 / 0.95);
}

.border-t-orange-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 205 31 / var(--tw-border-opacity));
}

.border-t-orange-400\/0 {
  border-top-color: rgb(255 205 31 / 0);
}

.border-t-orange-400\/10 {
  border-top-color: rgb(255 205 31 / 0.1);
}

.border-t-orange-400\/100 {
  border-top-color: rgb(255 205 31 / 1);
}

.border-t-orange-400\/20 {
  border-top-color: rgb(255 205 31 / 0.2);
}

.border-t-orange-400\/25 {
  border-top-color: rgb(255 205 31 / 0.25);
}

.border-t-orange-400\/30 {
  border-top-color: rgb(255 205 31 / 0.3);
}

.border-t-orange-400\/40 {
  border-top-color: rgb(255 205 31 / 0.4);
}

.border-t-orange-400\/5 {
  border-top-color: rgb(255 205 31 / 0.05);
}

.border-t-orange-400\/50 {
  border-top-color: rgb(255 205 31 / 0.5);
}

.border-t-orange-400\/60 {
  border-top-color: rgb(255 205 31 / 0.6);
}

.border-t-orange-400\/70 {
  border-top-color: rgb(255 205 31 / 0.7);
}

.border-t-orange-400\/75 {
  border-top-color: rgb(255 205 31 / 0.75);
}

.border-t-orange-400\/80 {
  border-top-color: rgb(255 205 31 / 0.8);
}

.border-t-orange-400\/90 {
  border-top-color: rgb(255 205 31 / 0.9);
}

.border-t-orange-400\/95 {
  border-top-color: rgb(255 205 31 / 0.95);
}

.border-t-orange-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 252 235 / var(--tw-border-opacity));
}

.border-t-orange-50\/0 {
  border-top-color: rgb(255 252 235 / 0);
}

.border-t-orange-50\/10 {
  border-top-color: rgb(255 252 235 / 0.1);
}

.border-t-orange-50\/100 {
  border-top-color: rgb(255 252 235 / 1);
}

.border-t-orange-50\/20 {
  border-top-color: rgb(255 252 235 / 0.2);
}

.border-t-orange-50\/25 {
  border-top-color: rgb(255 252 235 / 0.25);
}

.border-t-orange-50\/30 {
  border-top-color: rgb(255 252 235 / 0.3);
}

.border-t-orange-50\/40 {
  border-top-color: rgb(255 252 235 / 0.4);
}

.border-t-orange-50\/5 {
  border-top-color: rgb(255 252 235 / 0.05);
}

.border-t-orange-50\/50 {
  border-top-color: rgb(255 252 235 / 0.5);
}

.border-t-orange-50\/60 {
  border-top-color: rgb(255 252 235 / 0.6);
}

.border-t-orange-50\/70 {
  border-top-color: rgb(255 252 235 / 0.7);
}

.border-t-orange-50\/75 {
  border-top-color: rgb(255 252 235 / 0.75);
}

.border-t-orange-50\/80 {
  border-top-color: rgb(255 252 235 / 0.8);
}

.border-t-orange-50\/90 {
  border-top-color: rgb(255 252 235 / 0.9);
}

.border-t-orange-50\/95 {
  border-top-color: rgb(255 252 235 / 0.95);
}

.border-t-orange-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(251 172 5 / var(--tw-border-opacity));
}

.border-t-orange-500\/0 {
  border-top-color: rgb(251 172 5 / 0);
}

.border-t-orange-500\/10 {
  border-top-color: rgb(251 172 5 / 0.1);
}

.border-t-orange-500\/100 {
  border-top-color: rgb(251 172 5 / 1);
}

.border-t-orange-500\/20 {
  border-top-color: rgb(251 172 5 / 0.2);
}

.border-t-orange-500\/25 {
  border-top-color: rgb(251 172 5 / 0.25);
}

.border-t-orange-500\/30 {
  border-top-color: rgb(251 172 5 / 0.3);
}

.border-t-orange-500\/40 {
  border-top-color: rgb(251 172 5 / 0.4);
}

.border-t-orange-500\/5 {
  border-top-color: rgb(251 172 5 / 0.05);
}

.border-t-orange-500\/50 {
  border-top-color: rgb(251 172 5 / 0.5);
}

.border-t-orange-500\/60 {
  border-top-color: rgb(251 172 5 / 0.6);
}

.border-t-orange-500\/70 {
  border-top-color: rgb(251 172 5 / 0.7);
}

.border-t-orange-500\/75 {
  border-top-color: rgb(251 172 5 / 0.75);
}

.border-t-orange-500\/80 {
  border-top-color: rgb(251 172 5 / 0.8);
}

.border-t-orange-500\/90 {
  border-top-color: rgb(251 172 5 / 0.9);
}

.border-t-orange-500\/95 {
  border-top-color: rgb(251 172 5 / 0.95);
}

.border-t-orange-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(237 140 1 / var(--tw-border-opacity));
}

.border-t-orange-600\/0 {
  border-top-color: rgb(237 140 1 / 0);
}

.border-t-orange-600\/10 {
  border-top-color: rgb(237 140 1 / 0.1);
}

.border-t-orange-600\/100 {
  border-top-color: rgb(237 140 1 / 1);
}

.border-t-orange-600\/20 {
  border-top-color: rgb(237 140 1 / 0.2);
}

.border-t-orange-600\/25 {
  border-top-color: rgb(237 140 1 / 0.25);
}

.border-t-orange-600\/30 {
  border-top-color: rgb(237 140 1 / 0.3);
}

.border-t-orange-600\/40 {
  border-top-color: rgb(237 140 1 / 0.4);
}

.border-t-orange-600\/5 {
  border-top-color: rgb(237 140 1 / 0.05);
}

.border-t-orange-600\/50 {
  border-top-color: rgb(237 140 1 / 0.5);
}

.border-t-orange-600\/60 {
  border-top-color: rgb(237 140 1 / 0.6);
}

.border-t-orange-600\/70 {
  border-top-color: rgb(237 140 1 / 0.7);
}

.border-t-orange-600\/75 {
  border-top-color: rgb(237 140 1 / 0.75);
}

.border-t-orange-600\/80 {
  border-top-color: rgb(237 140 1 / 0.8);
}

.border-t-orange-600\/90 {
  border-top-color: rgb(237 140 1 / 0.9);
}

.border-t-orange-600\/95 {
  border-top-color: rgb(237 140 1 / 0.95);
}

.border-t-orange-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(184 92 5 / var(--tw-border-opacity));
}

.border-t-orange-700\/0 {
  border-top-color: rgb(184 92 5 / 0);
}

.border-t-orange-700\/10 {
  border-top-color: rgb(184 92 5 / 0.1);
}

.border-t-orange-700\/100 {
  border-top-color: rgb(184 92 5 / 1);
}

.border-t-orange-700\/20 {
  border-top-color: rgb(184 92 5 / 0.2);
}

.border-t-orange-700\/25 {
  border-top-color: rgb(184 92 5 / 0.25);
}

.border-t-orange-700\/30 {
  border-top-color: rgb(184 92 5 / 0.3);
}

.border-t-orange-700\/40 {
  border-top-color: rgb(184 92 5 / 0.4);
}

.border-t-orange-700\/5 {
  border-top-color: rgb(184 92 5 / 0.05);
}

.border-t-orange-700\/50 {
  border-top-color: rgb(184 92 5 / 0.5);
}

.border-t-orange-700\/60 {
  border-top-color: rgb(184 92 5 / 0.6);
}

.border-t-orange-700\/70 {
  border-top-color: rgb(184 92 5 / 0.7);
}

.border-t-orange-700\/75 {
  border-top-color: rgb(184 92 5 / 0.75);
}

.border-t-orange-700\/80 {
  border-top-color: rgb(184 92 5 / 0.8);
}

.border-t-orange-700\/90 {
  border-top-color: rgb(184 92 5 / 0.9);
}

.border-t-orange-700\/95 {
  border-top-color: rgb(184 92 5 / 0.95);
}

.border-t-orange-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(149 70 11 / var(--tw-border-opacity));
}

.border-t-orange-800\/0 {
  border-top-color: rgb(149 70 11 / 0);
}

.border-t-orange-800\/10 {
  border-top-color: rgb(149 70 11 / 0.1);
}

.border-t-orange-800\/100 {
  border-top-color: rgb(149 70 11 / 1);
}

.border-t-orange-800\/20 {
  border-top-color: rgb(149 70 11 / 0.2);
}

.border-t-orange-800\/25 {
  border-top-color: rgb(149 70 11 / 0.25);
}

.border-t-orange-800\/30 {
  border-top-color: rgb(149 70 11 / 0.3);
}

.border-t-orange-800\/40 {
  border-top-color: rgb(149 70 11 / 0.4);
}

.border-t-orange-800\/5 {
  border-top-color: rgb(149 70 11 / 0.05);
}

.border-t-orange-800\/50 {
  border-top-color: rgb(149 70 11 / 0.5);
}

.border-t-orange-800\/60 {
  border-top-color: rgb(149 70 11 / 0.6);
}

.border-t-orange-800\/70 {
  border-top-color: rgb(149 70 11 / 0.7);
}

.border-t-orange-800\/75 {
  border-top-color: rgb(149 70 11 / 0.75);
}

.border-t-orange-800\/80 {
  border-top-color: rgb(149 70 11 / 0.8);
}

.border-t-orange-800\/90 {
  border-top-color: rgb(149 70 11 / 0.9);
}

.border-t-orange-800\/95 {
  border-top-color: rgb(149 70 11 / 0.95);
}

.border-t-orange-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(123 58 12 / var(--tw-border-opacity));
}

.border-t-orange-900\/0 {
  border-top-color: rgb(123 58 12 / 0);
}

.border-t-orange-900\/10 {
  border-top-color: rgb(123 58 12 / 0.1);
}

.border-t-orange-900\/100 {
  border-top-color: rgb(123 58 12 / 1);
}

.border-t-orange-900\/20 {
  border-top-color: rgb(123 58 12 / 0.2);
}

.border-t-orange-900\/25 {
  border-top-color: rgb(123 58 12 / 0.25);
}

.border-t-orange-900\/30 {
  border-top-color: rgb(123 58 12 / 0.3);
}

.border-t-orange-900\/40 {
  border-top-color: rgb(123 58 12 / 0.4);
}

.border-t-orange-900\/5 {
  border-top-color: rgb(123 58 12 / 0.05);
}

.border-t-orange-900\/50 {
  border-top-color: rgb(123 58 12 / 0.5);
}

.border-t-orange-900\/60 {
  border-top-color: rgb(123 58 12 / 0.6);
}

.border-t-orange-900\/70 {
  border-top-color: rgb(123 58 12 / 0.7);
}

.border-t-orange-900\/75 {
  border-top-color: rgb(123 58 12 / 0.75);
}

.border-t-orange-900\/80 {
  border-top-color: rgb(123 58 12 / 0.8);
}

.border-t-orange-900\/90 {
  border-top-color: rgb(123 58 12 / 0.9);
}

.border-t-orange-900\/95 {
  border-top-color: rgb(123 58 12 / 0.95);
}

.border-t-orange-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(71 30 1 / var(--tw-border-opacity));
}

.border-t-orange-950\/0 {
  border-top-color: rgb(71 30 1 / 0);
}

.border-t-orange-950\/10 {
  border-top-color: rgb(71 30 1 / 0.1);
}

.border-t-orange-950\/100 {
  border-top-color: rgb(71 30 1 / 1);
}

.border-t-orange-950\/20 {
  border-top-color: rgb(71 30 1 / 0.2);
}

.border-t-orange-950\/25 {
  border-top-color: rgb(71 30 1 / 0.25);
}

.border-t-orange-950\/30 {
  border-top-color: rgb(71 30 1 / 0.3);
}

.border-t-orange-950\/40 {
  border-top-color: rgb(71 30 1 / 0.4);
}

.border-t-orange-950\/5 {
  border-top-color: rgb(71 30 1 / 0.05);
}

.border-t-orange-950\/50 {
  border-top-color: rgb(71 30 1 / 0.5);
}

.border-t-orange-950\/60 {
  border-top-color: rgb(71 30 1 / 0.6);
}

.border-t-orange-950\/70 {
  border-top-color: rgb(71 30 1 / 0.7);
}

.border-t-orange-950\/75 {
  border-top-color: rgb(71 30 1 / 0.75);
}

.border-t-orange-950\/80 {
  border-top-color: rgb(71 30 1 / 0.8);
}

.border-t-orange-950\/90 {
  border-top-color: rgb(71 30 1 / 0.9);
}

.border-t-orange-950\/95 {
  border-top-color: rgb(71 30 1 / 0.95);
}

.border-t-orange\/0 {
  border-top-color: rgb(237 140 1 / 0);
}

.border-t-orange\/10 {
  border-top-color: rgb(237 140 1 / 0.1);
}

.border-t-orange\/100 {
  border-top-color: rgb(237 140 1 / 1);
}

.border-t-orange\/20 {
  border-top-color: rgb(237 140 1 / 0.2);
}

.border-t-orange\/25 {
  border-top-color: rgb(237 140 1 / 0.25);
}

.border-t-orange\/30 {
  border-top-color: rgb(237 140 1 / 0.3);
}

.border-t-orange\/40 {
  border-top-color: rgb(237 140 1 / 0.4);
}

.border-t-orange\/5 {
  border-top-color: rgb(237 140 1 / 0.05);
}

.border-t-orange\/50 {
  border-top-color: rgb(237 140 1 / 0.5);
}

.border-t-orange\/60 {
  border-top-color: rgb(237 140 1 / 0.6);
}

.border-t-orange\/70 {
  border-top-color: rgb(237 140 1 / 0.7);
}

.border-t-orange\/75 {
  border-top-color: rgb(237 140 1 / 0.75);
}

.border-t-orange\/80 {
  border-top-color: rgb(237 140 1 / 0.8);
}

.border-t-orange\/90 {
  border-top-color: rgb(237 140 1 / 0.9);
}

.border-t-orange\/95 {
  border-top-color: rgb(237 140 1 / 0.95);
}

.border-t-primary {
  --tw-border-opacity: 1;
  border-top-color: rgb(175 18 109 / var(--tw-border-opacity));
}

.border-t-primary-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 230 247 / var(--tw-border-opacity));
}

.border-t-primary-100\/0 {
  border-top-color: rgb(253 230 247 / 0);
}

.border-t-primary-100\/10 {
  border-top-color: rgb(253 230 247 / 0.1);
}

.border-t-primary-100\/100 {
  border-top-color: rgb(253 230 247 / 1);
}

.border-t-primary-100\/20 {
  border-top-color: rgb(253 230 247 / 0.2);
}

.border-t-primary-100\/25 {
  border-top-color: rgb(253 230 247 / 0.25);
}

.border-t-primary-100\/30 {
  border-top-color: rgb(253 230 247 / 0.3);
}

.border-t-primary-100\/40 {
  border-top-color: rgb(253 230 247 / 0.4);
}

.border-t-primary-100\/5 {
  border-top-color: rgb(253 230 247 / 0.05);
}

.border-t-primary-100\/50 {
  border-top-color: rgb(253 230 247 / 0.5);
}

.border-t-primary-100\/60 {
  border-top-color: rgb(253 230 247 / 0.6);
}

.border-t-primary-100\/70 {
  border-top-color: rgb(253 230 247 / 0.7);
}

.border-t-primary-100\/75 {
  border-top-color: rgb(253 230 247 / 0.75);
}

.border-t-primary-100\/80 {
  border-top-color: rgb(253 230 247 / 0.8);
}

.border-t-primary-100\/90 {
  border-top-color: rgb(253 230 247 / 0.9);
}

.border-t-primary-100\/95 {
  border-top-color: rgb(253 230 247 / 0.95);
}

.border-t-primary-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 205 240 / var(--tw-border-opacity));
}

.border-t-primary-200\/0 {
  border-top-color: rgb(253 205 240 / 0);
}

.border-t-primary-200\/10 {
  border-top-color: rgb(253 205 240 / 0.1);
}

.border-t-primary-200\/100 {
  border-top-color: rgb(253 205 240 / 1);
}

.border-t-primary-200\/20 {
  border-top-color: rgb(253 205 240 / 0.2);
}

.border-t-primary-200\/25 {
  border-top-color: rgb(253 205 240 / 0.25);
}

.border-t-primary-200\/30 {
  border-top-color: rgb(253 205 240 / 0.3);
}

.border-t-primary-200\/40 {
  border-top-color: rgb(253 205 240 / 0.4);
}

.border-t-primary-200\/5 {
  border-top-color: rgb(253 205 240 / 0.05);
}

.border-t-primary-200\/50 {
  border-top-color: rgb(253 205 240 / 0.5);
}

.border-t-primary-200\/60 {
  border-top-color: rgb(253 205 240 / 0.6);
}

.border-t-primary-200\/70 {
  border-top-color: rgb(253 205 240 / 0.7);
}

.border-t-primary-200\/75 {
  border-top-color: rgb(253 205 240 / 0.75);
}

.border-t-primary-200\/80 {
  border-top-color: rgb(253 205 240 / 0.8);
}

.border-t-primary-200\/90 {
  border-top-color: rgb(253 205 240 / 0.9);
}

.border-t-primary-200\/95 {
  border-top-color: rgb(253 205 240 / 0.95);
}

.border-t-primary-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 164 228 / var(--tw-border-opacity));
}

.border-t-primary-300\/0 {
  border-top-color: rgb(253 164 228 / 0);
}

.border-t-primary-300\/10 {
  border-top-color: rgb(253 164 228 / 0.1);
}

.border-t-primary-300\/100 {
  border-top-color: rgb(253 164 228 / 1);
}

.border-t-primary-300\/20 {
  border-top-color: rgb(253 164 228 / 0.2);
}

.border-t-primary-300\/25 {
  border-top-color: rgb(253 164 228 / 0.25);
}

.border-t-primary-300\/30 {
  border-top-color: rgb(253 164 228 / 0.3);
}

.border-t-primary-300\/40 {
  border-top-color: rgb(253 164 228 / 0.4);
}

.border-t-primary-300\/5 {
  border-top-color: rgb(253 164 228 / 0.05);
}

.border-t-primary-300\/50 {
  border-top-color: rgb(253 164 228 / 0.5);
}

.border-t-primary-300\/60 {
  border-top-color: rgb(253 164 228 / 0.6);
}

.border-t-primary-300\/70 {
  border-top-color: rgb(253 164 228 / 0.7);
}

.border-t-primary-300\/75 {
  border-top-color: rgb(253 164 228 / 0.75);
}

.border-t-primary-300\/80 {
  border-top-color: rgb(253 164 228 / 0.8);
}

.border-t-primary-300\/90 {
  border-top-color: rgb(253 164 228 / 0.9);
}

.border-t-primary-300\/95 {
  border-top-color: rgb(253 164 228 / 0.95);
}

.border-t-primary-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 108 207 / var(--tw-border-opacity));
}

.border-t-primary-400\/0 {
  border-top-color: rgb(250 108 207 / 0);
}

.border-t-primary-400\/10 {
  border-top-color: rgb(250 108 207 / 0.1);
}

.border-t-primary-400\/100 {
  border-top-color: rgb(250 108 207 / 1);
}

.border-t-primary-400\/20 {
  border-top-color: rgb(250 108 207 / 0.2);
}

.border-t-primary-400\/25 {
  border-top-color: rgb(250 108 207 / 0.25);
}

.border-t-primary-400\/30 {
  border-top-color: rgb(250 108 207 / 0.3);
}

.border-t-primary-400\/40 {
  border-top-color: rgb(250 108 207 / 0.4);
}

.border-t-primary-400\/5 {
  border-top-color: rgb(250 108 207 / 0.05);
}

.border-t-primary-400\/50 {
  border-top-color: rgb(250 108 207 / 0.5);
}

.border-t-primary-400\/60 {
  border-top-color: rgb(250 108 207 / 0.6);
}

.border-t-primary-400\/70 {
  border-top-color: rgb(250 108 207 / 0.7);
}

.border-t-primary-400\/75 {
  border-top-color: rgb(250 108 207 / 0.75);
}

.border-t-primary-400\/80 {
  border-top-color: rgb(250 108 207 / 0.8);
}

.border-t-primary-400\/90 {
  border-top-color: rgb(250 108 207 / 0.9);
}

.border-t-primary-400\/95 {
  border-top-color: rgb(250 108 207 / 0.95);
}

.border-t-primary-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 241 250 / var(--tw-border-opacity));
}

.border-t-primary-50\/0 {
  border-top-color: rgb(254 241 250 / 0);
}

.border-t-primary-50\/10 {
  border-top-color: rgb(254 241 250 / 0.1);
}

.border-t-primary-50\/100 {
  border-top-color: rgb(254 241 250 / 1);
}

.border-t-primary-50\/20 {
  border-top-color: rgb(254 241 250 / 0.2);
}

.border-t-primary-50\/25 {
  border-top-color: rgb(254 241 250 / 0.25);
}

.border-t-primary-50\/30 {
  border-top-color: rgb(254 241 250 / 0.3);
}

.border-t-primary-50\/40 {
  border-top-color: rgb(254 241 250 / 0.4);
}

.border-t-primary-50\/5 {
  border-top-color: rgb(254 241 250 / 0.05);
}

.border-t-primary-50\/50 {
  border-top-color: rgb(254 241 250 / 0.5);
}

.border-t-primary-50\/60 {
  border-top-color: rgb(254 241 250 / 0.6);
}

.border-t-primary-50\/70 {
  border-top-color: rgb(254 241 250 / 0.7);
}

.border-t-primary-50\/75 {
  border-top-color: rgb(254 241 250 / 0.75);
}

.border-t-primary-50\/80 {
  border-top-color: rgb(254 241 250 / 0.8);
}

.border-t-primary-50\/90 {
  border-top-color: rgb(254 241 250 / 0.9);
}

.border-t-primary-50\/95 {
  border-top-color: rgb(254 241 250 / 0.95);
}

.border-t-primary-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(244 64 185 / var(--tw-border-opacity));
}

.border-t-primary-500\/0 {
  border-top-color: rgb(244 64 185 / 0);
}

.border-t-primary-500\/10 {
  border-top-color: rgb(244 64 185 / 0.1);
}

.border-t-primary-500\/100 {
  border-top-color: rgb(244 64 185 / 1);
}

.border-t-primary-500\/20 {
  border-top-color: rgb(244 64 185 / 0.2);
}

.border-t-primary-500\/25 {
  border-top-color: rgb(244 64 185 / 0.25);
}

.border-t-primary-500\/30 {
  border-top-color: rgb(244 64 185 / 0.3);
}

.border-t-primary-500\/40 {
  border-top-color: rgb(244 64 185 / 0.4);
}

.border-t-primary-500\/5 {
  border-top-color: rgb(244 64 185 / 0.05);
}

.border-t-primary-500\/50 {
  border-top-color: rgb(244 64 185 / 0.5);
}

.border-t-primary-500\/60 {
  border-top-color: rgb(244 64 185 / 0.6);
}

.border-t-primary-500\/70 {
  border-top-color: rgb(244 64 185 / 0.7);
}

.border-t-primary-500\/75 {
  border-top-color: rgb(244 64 185 / 0.75);
}

.border-t-primary-500\/80 {
  border-top-color: rgb(244 64 185 / 0.8);
}

.border-t-primary-500\/90 {
  border-top-color: rgb(244 64 185 / 0.9);
}

.border-t-primary-500\/95 {
  border-top-color: rgb(244 64 185 / 0.95);
}

.border-t-primary-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(227 31 153 / var(--tw-border-opacity));
}

.border-t-primary-600\/0 {
  border-top-color: rgb(227 31 153 / 0);
}

.border-t-primary-600\/10 {
  border-top-color: rgb(227 31 153 / 0.1);
}

.border-t-primary-600\/100 {
  border-top-color: rgb(227 31 153 / 1);
}

.border-t-primary-600\/20 {
  border-top-color: rgb(227 31 153 / 0.2);
}

.border-t-primary-600\/25 {
  border-top-color: rgb(227 31 153 / 0.25);
}

.border-t-primary-600\/30 {
  border-top-color: rgb(227 31 153 / 0.3);
}

.border-t-primary-600\/40 {
  border-top-color: rgb(227 31 153 / 0.4);
}

.border-t-primary-600\/5 {
  border-top-color: rgb(227 31 153 / 0.05);
}

.border-t-primary-600\/50 {
  border-top-color: rgb(227 31 153 / 0.5);
}

.border-t-primary-600\/60 {
  border-top-color: rgb(227 31 153 / 0.6);
}

.border-t-primary-600\/70 {
  border-top-color: rgb(227 31 153 / 0.7);
}

.border-t-primary-600\/75 {
  border-top-color: rgb(227 31 153 / 0.75);
}

.border-t-primary-600\/80 {
  border-top-color: rgb(227 31 153 / 0.8);
}

.border-t-primary-600\/90 {
  border-top-color: rgb(227 31 153 / 0.9);
}

.border-t-primary-600\/95 {
  border-top-color: rgb(227 31 153 / 0.95);
}

.border-t-primary-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(198 16 124 / var(--tw-border-opacity));
}

.border-t-primary-700\/0 {
  border-top-color: rgb(198 16 124 / 0);
}

.border-t-primary-700\/10 {
  border-top-color: rgb(198 16 124 / 0.1);
}

.border-t-primary-700\/100 {
  border-top-color: rgb(198 16 124 / 1);
}

.border-t-primary-700\/20 {
  border-top-color: rgb(198 16 124 / 0.2);
}

.border-t-primary-700\/25 {
  border-top-color: rgb(198 16 124 / 0.25);
}

.border-t-primary-700\/30 {
  border-top-color: rgb(198 16 124 / 0.3);
}

.border-t-primary-700\/40 {
  border-top-color: rgb(198 16 124 / 0.4);
}

.border-t-primary-700\/5 {
  border-top-color: rgb(198 16 124 / 0.05);
}

.border-t-primary-700\/50 {
  border-top-color: rgb(198 16 124 / 0.5);
}

.border-t-primary-700\/60 {
  border-top-color: rgb(198 16 124 / 0.6);
}

.border-t-primary-700\/70 {
  border-top-color: rgb(198 16 124 / 0.7);
}

.border-t-primary-700\/75 {
  border-top-color: rgb(198 16 124 / 0.75);
}

.border-t-primary-700\/80 {
  border-top-color: rgb(198 16 124 / 0.8);
}

.border-t-primary-700\/90 {
  border-top-color: rgb(198 16 124 / 0.9);
}

.border-t-primary-700\/95 {
  border-top-color: rgb(198 16 124 / 0.95);
}

.border-t-primary-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(175 18 109 / var(--tw-border-opacity));
}

.border-t-primary-800\/0 {
  border-top-color: rgb(175 18 109 / 0);
}

.border-t-primary-800\/10 {
  border-top-color: rgb(175 18 109 / 0.1);
}

.border-t-primary-800\/100 {
  border-top-color: rgb(175 18 109 / 1);
}

.border-t-primary-800\/20 {
  border-top-color: rgb(175 18 109 / 0.2);
}

.border-t-primary-800\/25 {
  border-top-color: rgb(175 18 109 / 0.25);
}

.border-t-primary-800\/30 {
  border-top-color: rgb(175 18 109 / 0.3);
}

.border-t-primary-800\/40 {
  border-top-color: rgb(175 18 109 / 0.4);
}

.border-t-primary-800\/5 {
  border-top-color: rgb(175 18 109 / 0.05);
}

.border-t-primary-800\/50 {
  border-top-color: rgb(175 18 109 / 0.5);
}

.border-t-primary-800\/60 {
  border-top-color: rgb(175 18 109 / 0.6);
}

.border-t-primary-800\/70 {
  border-top-color: rgb(175 18 109 / 0.7);
}

.border-t-primary-800\/75 {
  border-top-color: rgb(175 18 109 / 0.75);
}

.border-t-primary-800\/80 {
  border-top-color: rgb(175 18 109 / 0.8);
}

.border-t-primary-800\/90 {
  border-top-color: rgb(175 18 109 / 0.9);
}

.border-t-primary-800\/95 {
  border-top-color: rgb(175 18 109 / 0.95);
}

.border-t-primary-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(136 19 87 / var(--tw-border-opacity));
}

.border-t-primary-900\/0 {
  border-top-color: rgb(136 19 87 / 0);
}

.border-t-primary-900\/10 {
  border-top-color: rgb(136 19 87 / 0.1);
}

.border-t-primary-900\/100 {
  border-top-color: rgb(136 19 87 / 1);
}

.border-t-primary-900\/20 {
  border-top-color: rgb(136 19 87 / 0.2);
}

.border-t-primary-900\/25 {
  border-top-color: rgb(136 19 87 / 0.25);
}

.border-t-primary-900\/30 {
  border-top-color: rgb(136 19 87 / 0.3);
}

.border-t-primary-900\/40 {
  border-top-color: rgb(136 19 87 / 0.4);
}

.border-t-primary-900\/5 {
  border-top-color: rgb(136 19 87 / 0.05);
}

.border-t-primary-900\/50 {
  border-top-color: rgb(136 19 87 / 0.5);
}

.border-t-primary-900\/60 {
  border-top-color: rgb(136 19 87 / 0.6);
}

.border-t-primary-900\/70 {
  border-top-color: rgb(136 19 87 / 0.7);
}

.border-t-primary-900\/75 {
  border-top-color: rgb(136 19 87 / 0.75);
}

.border-t-primary-900\/80 {
  border-top-color: rgb(136 19 87 / 0.8);
}

.border-t-primary-900\/90 {
  border-top-color: rgb(136 19 87 / 0.9);
}

.border-t-primary-900\/95 {
  border-top-color: rgb(136 19 87 / 0.95);
}

.border-t-primary\/0 {
  border-top-color: rgb(175 18 109 / 0);
}

.border-t-primary\/10 {
  border-top-color: rgb(175 18 109 / 0.1);
}

.border-t-primary\/100 {
  border-top-color: rgb(175 18 109 / 1);
}

.border-t-primary\/20 {
  border-top-color: rgb(175 18 109 / 0.2);
}

.border-t-primary\/25 {
  border-top-color: rgb(175 18 109 / 0.25);
}

.border-t-primary\/30 {
  border-top-color: rgb(175 18 109 / 0.3);
}

.border-t-primary\/40 {
  border-top-color: rgb(175 18 109 / 0.4);
}

.border-t-primary\/5 {
  border-top-color: rgb(175 18 109 / 0.05);
}

.border-t-primary\/50 {
  border-top-color: rgb(175 18 109 / 0.5);
}

.border-t-primary\/60 {
  border-top-color: rgb(175 18 109 / 0.6);
}

.border-t-primary\/70 {
  border-top-color: rgb(175 18 109 / 0.7);
}

.border-t-primary\/75 {
  border-top-color: rgb(175 18 109 / 0.75);
}

.border-t-primary\/80 {
  border-top-color: rgb(175 18 109 / 0.8);
}

.border-t-primary\/90 {
  border-top-color: rgb(175 18 109 / 0.9);
}

.border-t-primary\/95 {
  border-top-color: rgb(175 18 109 / 0.95);
}

.border-t-purple {
  --tw-border-opacity: 1;
  border-top-color: rgb(108 72 145 / var(--tw-border-opacity));
}

.border-t-purple-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(242 238 249 / var(--tw-border-opacity));
}

.border-t-purple-100\/0 {
  border-top-color: rgb(242 238 249 / 0);
}

.border-t-purple-100\/10 {
  border-top-color: rgb(242 238 249 / 0.1);
}

.border-t-purple-100\/100 {
  border-top-color: rgb(242 238 249 / 1);
}

.border-t-purple-100\/20 {
  border-top-color: rgb(242 238 249 / 0.2);
}

.border-t-purple-100\/25 {
  border-top-color: rgb(242 238 249 / 0.25);
}

.border-t-purple-100\/30 {
  border-top-color: rgb(242 238 249 / 0.3);
}

.border-t-purple-100\/40 {
  border-top-color: rgb(242 238 249 / 0.4);
}

.border-t-purple-100\/5 {
  border-top-color: rgb(242 238 249 / 0.05);
}

.border-t-purple-100\/50 {
  border-top-color: rgb(242 238 249 / 0.5);
}

.border-t-purple-100\/60 {
  border-top-color: rgb(242 238 249 / 0.6);
}

.border-t-purple-100\/70 {
  border-top-color: rgb(242 238 249 / 0.7);
}

.border-t-purple-100\/75 {
  border-top-color: rgb(242 238 249 / 0.75);
}

.border-t-purple-100\/80 {
  border-top-color: rgb(242 238 249 / 0.8);
}

.border-t-purple-100\/90 {
  border-top-color: rgb(242 238 249 / 0.9);
}

.border-t-purple-100\/95 {
  border-top-color: rgb(242 238 249 / 0.95);
}

.border-t-purple-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(232 223 245 / var(--tw-border-opacity));
}

.border-t-purple-200\/0 {
  border-top-color: rgb(232 223 245 / 0);
}

.border-t-purple-200\/10 {
  border-top-color: rgb(232 223 245 / 0.1);
}

.border-t-purple-200\/100 {
  border-top-color: rgb(232 223 245 / 1);
}

.border-t-purple-200\/20 {
  border-top-color: rgb(232 223 245 / 0.2);
}

.border-t-purple-200\/25 {
  border-top-color: rgb(232 223 245 / 0.25);
}

.border-t-purple-200\/30 {
  border-top-color: rgb(232 223 245 / 0.3);
}

.border-t-purple-200\/40 {
  border-top-color: rgb(232 223 245 / 0.4);
}

.border-t-purple-200\/5 {
  border-top-color: rgb(232 223 245 / 0.05);
}

.border-t-purple-200\/50 {
  border-top-color: rgb(232 223 245 / 0.5);
}

.border-t-purple-200\/60 {
  border-top-color: rgb(232 223 245 / 0.6);
}

.border-t-purple-200\/70 {
  border-top-color: rgb(232 223 245 / 0.7);
}

.border-t-purple-200\/75 {
  border-top-color: rgb(232 223 245 / 0.75);
}

.border-t-purple-200\/80 {
  border-top-color: rgb(232 223 245 / 0.8);
}

.border-t-purple-200\/90 {
  border-top-color: rgb(232 223 245 / 0.9);
}

.border-t-purple-200\/95 {
  border-top-color: rgb(232 223 245 / 0.95);
}

.border-t-purple-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(214 198 236 / var(--tw-border-opacity));
}

.border-t-purple-300\/0 {
  border-top-color: rgb(214 198 236 / 0);
}

.border-t-purple-300\/10 {
  border-top-color: rgb(214 198 236 / 0.1);
}

.border-t-purple-300\/100 {
  border-top-color: rgb(214 198 236 / 1);
}

.border-t-purple-300\/20 {
  border-top-color: rgb(214 198 236 / 0.2);
}

.border-t-purple-300\/25 {
  border-top-color: rgb(214 198 236 / 0.25);
}

.border-t-purple-300\/30 {
  border-top-color: rgb(214 198 236 / 0.3);
}

.border-t-purple-300\/40 {
  border-top-color: rgb(214 198 236 / 0.4);
}

.border-t-purple-300\/5 {
  border-top-color: rgb(214 198 236 / 0.05);
}

.border-t-purple-300\/50 {
  border-top-color: rgb(214 198 236 / 0.5);
}

.border-t-purple-300\/60 {
  border-top-color: rgb(214 198 236 / 0.6);
}

.border-t-purple-300\/70 {
  border-top-color: rgb(214 198 236 / 0.7);
}

.border-t-purple-300\/75 {
  border-top-color: rgb(214 198 236 / 0.75);
}

.border-t-purple-300\/80 {
  border-top-color: rgb(214 198 236 / 0.8);
}

.border-t-purple-300\/90 {
  border-top-color: rgb(214 198 236 / 0.9);
}

.border-t-purple-300\/95 {
  border-top-color: rgb(214 198 236 / 0.95);
}

.border-t-purple-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(189 162 222 / var(--tw-border-opacity));
}

.border-t-purple-400\/0 {
  border-top-color: rgb(189 162 222 / 0);
}

.border-t-purple-400\/10 {
  border-top-color: rgb(189 162 222 / 0.1);
}

.border-t-purple-400\/100 {
  border-top-color: rgb(189 162 222 / 1);
}

.border-t-purple-400\/20 {
  border-top-color: rgb(189 162 222 / 0.2);
}

.border-t-purple-400\/25 {
  border-top-color: rgb(189 162 222 / 0.25);
}

.border-t-purple-400\/30 {
  border-top-color: rgb(189 162 222 / 0.3);
}

.border-t-purple-400\/40 {
  border-top-color: rgb(189 162 222 / 0.4);
}

.border-t-purple-400\/5 {
  border-top-color: rgb(189 162 222 / 0.05);
}

.border-t-purple-400\/50 {
  border-top-color: rgb(189 162 222 / 0.5);
}

.border-t-purple-400\/60 {
  border-top-color: rgb(189 162 222 / 0.6);
}

.border-t-purple-400\/70 {
  border-top-color: rgb(189 162 222 / 0.7);
}

.border-t-purple-400\/75 {
  border-top-color: rgb(189 162 222 / 0.75);
}

.border-t-purple-400\/80 {
  border-top-color: rgb(189 162 222 / 0.8);
}

.border-t-purple-400\/90 {
  border-top-color: rgb(189 162 222 / 0.9);
}

.border-t-purple-400\/95 {
  border-top-color: rgb(189 162 222 / 0.95);
}

.border-t-purple-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 247 253 / var(--tw-border-opacity));
}

.border-t-purple-50\/0 {
  border-top-color: rgb(250 247 253 / 0);
}

.border-t-purple-50\/10 {
  border-top-color: rgb(250 247 253 / 0.1);
}

.border-t-purple-50\/100 {
  border-top-color: rgb(250 247 253 / 1);
}

.border-t-purple-50\/20 {
  border-top-color: rgb(250 247 253 / 0.2);
}

.border-t-purple-50\/25 {
  border-top-color: rgb(250 247 253 / 0.25);
}

.border-t-purple-50\/30 {
  border-top-color: rgb(250 247 253 / 0.3);
}

.border-t-purple-50\/40 {
  border-top-color: rgb(250 247 253 / 0.4);
}

.border-t-purple-50\/5 {
  border-top-color: rgb(250 247 253 / 0.05);
}

.border-t-purple-50\/50 {
  border-top-color: rgb(250 247 253 / 0.5);
}

.border-t-purple-50\/60 {
  border-top-color: rgb(250 247 253 / 0.6);
}

.border-t-purple-50\/70 {
  border-top-color: rgb(250 247 253 / 0.7);
}

.border-t-purple-50\/75 {
  border-top-color: rgb(250 247 253 / 0.75);
}

.border-t-purple-50\/80 {
  border-top-color: rgb(250 247 253 / 0.8);
}

.border-t-purple-50\/90 {
  border-top-color: rgb(250 247 253 / 0.9);
}

.border-t-purple-50\/95 {
  border-top-color: rgb(250 247 253 / 0.95);
}

.border-t-purple-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(162 125 207 / var(--tw-border-opacity));
}

.border-t-purple-500\/0 {
  border-top-color: rgb(162 125 207 / 0);
}

.border-t-purple-500\/10 {
  border-top-color: rgb(162 125 207 / 0.1);
}

.border-t-purple-500\/100 {
  border-top-color: rgb(162 125 207 / 1);
}

.border-t-purple-500\/20 {
  border-top-color: rgb(162 125 207 / 0.2);
}

.border-t-purple-500\/25 {
  border-top-color: rgb(162 125 207 / 0.25);
}

.border-t-purple-500\/30 {
  border-top-color: rgb(162 125 207 / 0.3);
}

.border-t-purple-500\/40 {
  border-top-color: rgb(162 125 207 / 0.4);
}

.border-t-purple-500\/5 {
  border-top-color: rgb(162 125 207 / 0.05);
}

.border-t-purple-500\/50 {
  border-top-color: rgb(162 125 207 / 0.5);
}

.border-t-purple-500\/60 {
  border-top-color: rgb(162 125 207 / 0.6);
}

.border-t-purple-500\/70 {
  border-top-color: rgb(162 125 207 / 0.7);
}

.border-t-purple-500\/75 {
  border-top-color: rgb(162 125 207 / 0.75);
}

.border-t-purple-500\/80 {
  border-top-color: rgb(162 125 207 / 0.8);
}

.border-t-purple-500\/90 {
  border-top-color: rgb(162 125 207 / 0.9);
}

.border-t-purple-500\/95 {
  border-top-color: rgb(162 125 207 / 0.95);
}

.border-t-purple-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(140 97 188 / var(--tw-border-opacity));
}

.border-t-purple-600\/0 {
  border-top-color: rgb(140 97 188 / 0);
}

.border-t-purple-600\/10 {
  border-top-color: rgb(140 97 188 / 0.1);
}

.border-t-purple-600\/100 {
  border-top-color: rgb(140 97 188 / 1);
}

.border-t-purple-600\/20 {
  border-top-color: rgb(140 97 188 / 0.2);
}

.border-t-purple-600\/25 {
  border-top-color: rgb(140 97 188 / 0.25);
}

.border-t-purple-600\/30 {
  border-top-color: rgb(140 97 188 / 0.3);
}

.border-t-purple-600\/40 {
  border-top-color: rgb(140 97 188 / 0.4);
}

.border-t-purple-600\/5 {
  border-top-color: rgb(140 97 188 / 0.05);
}

.border-t-purple-600\/50 {
  border-top-color: rgb(140 97 188 / 0.5);
}

.border-t-purple-600\/60 {
  border-top-color: rgb(140 97 188 / 0.6);
}

.border-t-purple-600\/70 {
  border-top-color: rgb(140 97 188 / 0.7);
}

.border-t-purple-600\/75 {
  border-top-color: rgb(140 97 188 / 0.75);
}

.border-t-purple-600\/80 {
  border-top-color: rgb(140 97 188 / 0.8);
}

.border-t-purple-600\/90 {
  border-top-color: rgb(140 97 188 / 0.9);
}

.border-t-purple-600\/95 {
  border-top-color: rgb(140 97 188 / 0.95);
}

.border-t-purple-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(118 77 163 / var(--tw-border-opacity));
}

.border-t-purple-700\/0 {
  border-top-color: rgb(118 77 163 / 0);
}

.border-t-purple-700\/10 {
  border-top-color: rgb(118 77 163 / 0.1);
}

.border-t-purple-700\/100 {
  border-top-color: rgb(118 77 163 / 1);
}

.border-t-purple-700\/20 {
  border-top-color: rgb(118 77 163 / 0.2);
}

.border-t-purple-700\/25 {
  border-top-color: rgb(118 77 163 / 0.25);
}

.border-t-purple-700\/30 {
  border-top-color: rgb(118 77 163 / 0.3);
}

.border-t-purple-700\/40 {
  border-top-color: rgb(118 77 163 / 0.4);
}

.border-t-purple-700\/5 {
  border-top-color: rgb(118 77 163 / 0.05);
}

.border-t-purple-700\/50 {
  border-top-color: rgb(118 77 163 / 0.5);
}

.border-t-purple-700\/60 {
  border-top-color: rgb(118 77 163 / 0.6);
}

.border-t-purple-700\/70 {
  border-top-color: rgb(118 77 163 / 0.7);
}

.border-t-purple-700\/75 {
  border-top-color: rgb(118 77 163 / 0.75);
}

.border-t-purple-700\/80 {
  border-top-color: rgb(118 77 163 / 0.8);
}

.border-t-purple-700\/90 {
  border-top-color: rgb(118 77 163 / 0.9);
}

.border-t-purple-700\/95 {
  border-top-color: rgb(118 77 163 / 0.95);
}

.border-t-purple-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(108 72 145 / var(--tw-border-opacity));
}

.border-t-purple-800\/0 {
  border-top-color: rgb(108 72 145 / 0);
}

.border-t-purple-800\/10 {
  border-top-color: rgb(108 72 145 / 0.1);
}

.border-t-purple-800\/100 {
  border-top-color: rgb(108 72 145 / 1);
}

.border-t-purple-800\/20 {
  border-top-color: rgb(108 72 145 / 0.2);
}

.border-t-purple-800\/25 {
  border-top-color: rgb(108 72 145 / 0.25);
}

.border-t-purple-800\/30 {
  border-top-color: rgb(108 72 145 / 0.3);
}

.border-t-purple-800\/40 {
  border-top-color: rgb(108 72 145 / 0.4);
}

.border-t-purple-800\/5 {
  border-top-color: rgb(108 72 145 / 0.05);
}

.border-t-purple-800\/50 {
  border-top-color: rgb(108 72 145 / 0.5);
}

.border-t-purple-800\/60 {
  border-top-color: rgb(108 72 145 / 0.6);
}

.border-t-purple-800\/70 {
  border-top-color: rgb(108 72 145 / 0.7);
}

.border-t-purple-800\/75 {
  border-top-color: rgb(108 72 145 / 0.75);
}

.border-t-purple-800\/80 {
  border-top-color: rgb(108 72 145 / 0.8);
}

.border-t-purple-800\/90 {
  border-top-color: rgb(108 72 145 / 0.9);
}

.border-t-purple-800\/95 {
  border-top-color: rgb(108 72 145 / 0.95);
}

.border-t-purple-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(82 55 108 / var(--tw-border-opacity));
}

.border-t-purple-900\/0 {
  border-top-color: rgb(82 55 108 / 0);
}

.border-t-purple-900\/10 {
  border-top-color: rgb(82 55 108 / 0.1);
}

.border-t-purple-900\/100 {
  border-top-color: rgb(82 55 108 / 1);
}

.border-t-purple-900\/20 {
  border-top-color: rgb(82 55 108 / 0.2);
}

.border-t-purple-900\/25 {
  border-top-color: rgb(82 55 108 / 0.25);
}

.border-t-purple-900\/30 {
  border-top-color: rgb(82 55 108 / 0.3);
}

.border-t-purple-900\/40 {
  border-top-color: rgb(82 55 108 / 0.4);
}

.border-t-purple-900\/5 {
  border-top-color: rgb(82 55 108 / 0.05);
}

.border-t-purple-900\/50 {
  border-top-color: rgb(82 55 108 / 0.5);
}

.border-t-purple-900\/60 {
  border-top-color: rgb(82 55 108 / 0.6);
}

.border-t-purple-900\/70 {
  border-top-color: rgb(82 55 108 / 0.7);
}

.border-t-purple-900\/75 {
  border-top-color: rgb(82 55 108 / 0.75);
}

.border-t-purple-900\/80 {
  border-top-color: rgb(82 55 108 / 0.8);
}

.border-t-purple-900\/90 {
  border-top-color: rgb(82 55 108 / 0.9);
}

.border-t-purple-900\/95 {
  border-top-color: rgb(82 55 108 / 0.95);
}

.border-t-purple-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(53 30 77 / var(--tw-border-opacity));
}

.border-t-purple-950\/0 {
  border-top-color: rgb(53 30 77 / 0);
}

.border-t-purple-950\/10 {
  border-top-color: rgb(53 30 77 / 0.1);
}

.border-t-purple-950\/100 {
  border-top-color: rgb(53 30 77 / 1);
}

.border-t-purple-950\/20 {
  border-top-color: rgb(53 30 77 / 0.2);
}

.border-t-purple-950\/25 {
  border-top-color: rgb(53 30 77 / 0.25);
}

.border-t-purple-950\/30 {
  border-top-color: rgb(53 30 77 / 0.3);
}

.border-t-purple-950\/40 {
  border-top-color: rgb(53 30 77 / 0.4);
}

.border-t-purple-950\/5 {
  border-top-color: rgb(53 30 77 / 0.05);
}

.border-t-purple-950\/50 {
  border-top-color: rgb(53 30 77 / 0.5);
}

.border-t-purple-950\/60 {
  border-top-color: rgb(53 30 77 / 0.6);
}

.border-t-purple-950\/70 {
  border-top-color: rgb(53 30 77 / 0.7);
}

.border-t-purple-950\/75 {
  border-top-color: rgb(53 30 77 / 0.75);
}

.border-t-purple-950\/80 {
  border-top-color: rgb(53 30 77 / 0.8);
}

.border-t-purple-950\/90 {
  border-top-color: rgb(53 30 77 / 0.9);
}

.border-t-purple-950\/95 {
  border-top-color: rgb(53 30 77 / 0.95);
}

.border-t-purple\/0 {
  border-top-color: rgb(108 72 145 / 0);
}

.border-t-purple\/10 {
  border-top-color: rgb(108 72 145 / 0.1);
}

.border-t-purple\/100 {
  border-top-color: rgb(108 72 145 / 1);
}

.border-t-purple\/20 {
  border-top-color: rgb(108 72 145 / 0.2);
}

.border-t-purple\/25 {
  border-top-color: rgb(108 72 145 / 0.25);
}

.border-t-purple\/30 {
  border-top-color: rgb(108 72 145 / 0.3);
}

.border-t-purple\/40 {
  border-top-color: rgb(108 72 145 / 0.4);
}

.border-t-purple\/5 {
  border-top-color: rgb(108 72 145 / 0.05);
}

.border-t-purple\/50 {
  border-top-color: rgb(108 72 145 / 0.5);
}

.border-t-purple\/60 {
  border-top-color: rgb(108 72 145 / 0.6);
}

.border-t-purple\/70 {
  border-top-color: rgb(108 72 145 / 0.7);
}

.border-t-purple\/75 {
  border-top-color: rgb(108 72 145 / 0.75);
}

.border-t-purple\/80 {
  border-top-color: rgb(108 72 145 / 0.8);
}

.border-t-purple\/90 {
  border-top-color: rgb(108 72 145 / 0.9);
}

.border-t-purple\/95 {
  border-top-color: rgb(108 72 145 / 0.95);
}

.border-t-red {
  --tw-border-opacity: 1;
  border-top-color: rgb(225 51 22 / var(--tw-border-opacity));
}

.border-t-red-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(246 176 164 / var(--tw-border-opacity));
}

.border-t-red-100\/0 {
  border-top-color: rgb(246 176 164 / 0);
}

.border-t-red-100\/10 {
  border-top-color: rgb(246 176 164 / 0.1);
}

.border-t-red-100\/100 {
  border-top-color: rgb(246 176 164 / 1);
}

.border-t-red-100\/20 {
  border-top-color: rgb(246 176 164 / 0.2);
}

.border-t-red-100\/25 {
  border-top-color: rgb(246 176 164 / 0.25);
}

.border-t-red-100\/30 {
  border-top-color: rgb(246 176 164 / 0.3);
}

.border-t-red-100\/40 {
  border-top-color: rgb(246 176 164 / 0.4);
}

.border-t-red-100\/5 {
  border-top-color: rgb(246 176 164 / 0.05);
}

.border-t-red-100\/50 {
  border-top-color: rgb(246 176 164 / 0.5);
}

.border-t-red-100\/60 {
  border-top-color: rgb(246 176 164 / 0.6);
}

.border-t-red-100\/70 {
  border-top-color: rgb(246 176 164 / 0.7);
}

.border-t-red-100\/75 {
  border-top-color: rgb(246 176 164 / 0.75);
}

.border-t-red-100\/80 {
  border-top-color: rgb(246 176 164 / 0.8);
}

.border-t-red-100\/90 {
  border-top-color: rgb(246 176 164 / 0.9);
}

.border-t-red-100\/95 {
  border-top-color: rgb(246 176 164 / 0.95);
}

.border-t-red-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(242 143 127 / var(--tw-border-opacity));
}

.border-t-red-200\/0 {
  border-top-color: rgb(242 143 127 / 0);
}

.border-t-red-200\/10 {
  border-top-color: rgb(242 143 127 / 0.1);
}

.border-t-red-200\/100 {
  border-top-color: rgb(242 143 127 / 1);
}

.border-t-red-200\/20 {
  border-top-color: rgb(242 143 127 / 0.2);
}

.border-t-red-200\/25 {
  border-top-color: rgb(242 143 127 / 0.25);
}

.border-t-red-200\/30 {
  border-top-color: rgb(242 143 127 / 0.3);
}

.border-t-red-200\/40 {
  border-top-color: rgb(242 143 127 / 0.4);
}

.border-t-red-200\/5 {
  border-top-color: rgb(242 143 127 / 0.05);
}

.border-t-red-200\/50 {
  border-top-color: rgb(242 143 127 / 0.5);
}

.border-t-red-200\/60 {
  border-top-color: rgb(242 143 127 / 0.6);
}

.border-t-red-200\/70 {
  border-top-color: rgb(242 143 127 / 0.7);
}

.border-t-red-200\/75 {
  border-top-color: rgb(242 143 127 / 0.75);
}

.border-t-red-200\/80 {
  border-top-color: rgb(242 143 127 / 0.8);
}

.border-t-red-200\/90 {
  border-top-color: rgb(242 143 127 / 0.9);
}

.border-t-red-200\/95 {
  border-top-color: rgb(242 143 127 / 0.95);
}

.border-t-red-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(239 111 90 / var(--tw-border-opacity));
}

.border-t-red-300\/0 {
  border-top-color: rgb(239 111 90 / 0);
}

.border-t-red-300\/10 {
  border-top-color: rgb(239 111 90 / 0.1);
}

.border-t-red-300\/100 {
  border-top-color: rgb(239 111 90 / 1);
}

.border-t-red-300\/20 {
  border-top-color: rgb(239 111 90 / 0.2);
}

.border-t-red-300\/25 {
  border-top-color: rgb(239 111 90 / 0.25);
}

.border-t-red-300\/30 {
  border-top-color: rgb(239 111 90 / 0.3);
}

.border-t-red-300\/40 {
  border-top-color: rgb(239 111 90 / 0.4);
}

.border-t-red-300\/5 {
  border-top-color: rgb(239 111 90 / 0.05);
}

.border-t-red-300\/50 {
  border-top-color: rgb(239 111 90 / 0.5);
}

.border-t-red-300\/60 {
  border-top-color: rgb(239 111 90 / 0.6);
}

.border-t-red-300\/70 {
  border-top-color: rgb(239 111 90 / 0.7);
}

.border-t-red-300\/75 {
  border-top-color: rgb(239 111 90 / 0.75);
}

.border-t-red-300\/80 {
  border-top-color: rgb(239 111 90 / 0.8);
}

.border-t-red-300\/90 {
  border-top-color: rgb(239 111 90 / 0.9);
}

.border-t-red-300\/95 {
  border-top-color: rgb(239 111 90 / 0.95);
}

.border-t-red-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(235 79 53 / var(--tw-border-opacity));
}

.border-t-red-400\/0 {
  border-top-color: rgb(235 79 53 / 0);
}

.border-t-red-400\/10 {
  border-top-color: rgb(235 79 53 / 0.1);
}

.border-t-red-400\/100 {
  border-top-color: rgb(235 79 53 / 1);
}

.border-t-red-400\/20 {
  border-top-color: rgb(235 79 53 / 0.2);
}

.border-t-red-400\/25 {
  border-top-color: rgb(235 79 53 / 0.25);
}

.border-t-red-400\/30 {
  border-top-color: rgb(235 79 53 / 0.3);
}

.border-t-red-400\/40 {
  border-top-color: rgb(235 79 53 / 0.4);
}

.border-t-red-400\/5 {
  border-top-color: rgb(235 79 53 / 0.05);
}

.border-t-red-400\/50 {
  border-top-color: rgb(235 79 53 / 0.5);
}

.border-t-red-400\/60 {
  border-top-color: rgb(235 79 53 / 0.6);
}

.border-t-red-400\/70 {
  border-top-color: rgb(235 79 53 / 0.7);
}

.border-t-red-400\/75 {
  border-top-color: rgb(235 79 53 / 0.75);
}

.border-t-red-400\/80 {
  border-top-color: rgb(235 79 53 / 0.8);
}

.border-t-red-400\/90 {
  border-top-color: rgb(235 79 53 / 0.9);
}

.border-t-red-400\/95 {
  border-top-color: rgb(235 79 53 / 0.95);
}

.border-t-red-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(248 192 183 / var(--tw-border-opacity));
}

.border-t-red-50\/0 {
  border-top-color: rgb(248 192 183 / 0);
}

.border-t-red-50\/10 {
  border-top-color: rgb(248 192 183 / 0.1);
}

.border-t-red-50\/100 {
  border-top-color: rgb(248 192 183 / 1);
}

.border-t-red-50\/20 {
  border-top-color: rgb(248 192 183 / 0.2);
}

.border-t-red-50\/25 {
  border-top-color: rgb(248 192 183 / 0.25);
}

.border-t-red-50\/30 {
  border-top-color: rgb(248 192 183 / 0.3);
}

.border-t-red-50\/40 {
  border-top-color: rgb(248 192 183 / 0.4);
}

.border-t-red-50\/5 {
  border-top-color: rgb(248 192 183 / 0.05);
}

.border-t-red-50\/50 {
  border-top-color: rgb(248 192 183 / 0.5);
}

.border-t-red-50\/60 {
  border-top-color: rgb(248 192 183 / 0.6);
}

.border-t-red-50\/70 {
  border-top-color: rgb(248 192 183 / 0.7);
}

.border-t-red-50\/75 {
  border-top-color: rgb(248 192 183 / 0.75);
}

.border-t-red-50\/80 {
  border-top-color: rgb(248 192 183 / 0.8);
}

.border-t-red-50\/90 {
  border-top-color: rgb(248 192 183 / 0.9);
}

.border-t-red-50\/95 {
  border-top-color: rgb(248 192 183 / 0.95);
}

.border-t-red-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(225 51 22 / var(--tw-border-opacity));
}

.border-t-red-500\/0 {
  border-top-color: rgb(225 51 22 / 0);
}

.border-t-red-500\/10 {
  border-top-color: rgb(225 51 22 / 0.1);
}

.border-t-red-500\/100 {
  border-top-color: rgb(225 51 22 / 1);
}

.border-t-red-500\/20 {
  border-top-color: rgb(225 51 22 / 0.2);
}

.border-t-red-500\/25 {
  border-top-color: rgb(225 51 22 / 0.25);
}

.border-t-red-500\/30 {
  border-top-color: rgb(225 51 22 / 0.3);
}

.border-t-red-500\/40 {
  border-top-color: rgb(225 51 22 / 0.4);
}

.border-t-red-500\/5 {
  border-top-color: rgb(225 51 22 / 0.05);
}

.border-t-red-500\/50 {
  border-top-color: rgb(225 51 22 / 0.5);
}

.border-t-red-500\/60 {
  border-top-color: rgb(225 51 22 / 0.6);
}

.border-t-red-500\/70 {
  border-top-color: rgb(225 51 22 / 0.7);
}

.border-t-red-500\/75 {
  border-top-color: rgb(225 51 22 / 0.75);
}

.border-t-red-500\/80 {
  border-top-color: rgb(225 51 22 / 0.8);
}

.border-t-red-500\/90 {
  border-top-color: rgb(225 51 22 / 0.9);
}

.border-t-red-500\/95 {
  border-top-color: rgb(225 51 22 / 0.95);
}

.border-t-red-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(174 39 17 / var(--tw-border-opacity));
}

.border-t-red-600\/0 {
  border-top-color: rgb(174 39 17 / 0);
}

.border-t-red-600\/10 {
  border-top-color: rgb(174 39 17 / 0.1);
}

.border-t-red-600\/100 {
  border-top-color: rgb(174 39 17 / 1);
}

.border-t-red-600\/20 {
  border-top-color: rgb(174 39 17 / 0.2);
}

.border-t-red-600\/25 {
  border-top-color: rgb(174 39 17 / 0.25);
}

.border-t-red-600\/30 {
  border-top-color: rgb(174 39 17 / 0.3);
}

.border-t-red-600\/40 {
  border-top-color: rgb(174 39 17 / 0.4);
}

.border-t-red-600\/5 {
  border-top-color: rgb(174 39 17 / 0.05);
}

.border-t-red-600\/50 {
  border-top-color: rgb(174 39 17 / 0.5);
}

.border-t-red-600\/60 {
  border-top-color: rgb(174 39 17 / 0.6);
}

.border-t-red-600\/70 {
  border-top-color: rgb(174 39 17 / 0.7);
}

.border-t-red-600\/75 {
  border-top-color: rgb(174 39 17 / 0.75);
}

.border-t-red-600\/80 {
  border-top-color: rgb(174 39 17 / 0.8);
}

.border-t-red-600\/90 {
  border-top-color: rgb(174 39 17 / 0.9);
}

.border-t-red-600\/95 {
  border-top-color: rgb(174 39 17 / 0.95);
}

.border-t-red-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(123 28 12 / var(--tw-border-opacity));
}

.border-t-red-700\/0 {
  border-top-color: rgb(123 28 12 / 0);
}

.border-t-red-700\/10 {
  border-top-color: rgb(123 28 12 / 0.1);
}

.border-t-red-700\/100 {
  border-top-color: rgb(123 28 12 / 1);
}

.border-t-red-700\/20 {
  border-top-color: rgb(123 28 12 / 0.2);
}

.border-t-red-700\/25 {
  border-top-color: rgb(123 28 12 / 0.25);
}

.border-t-red-700\/30 {
  border-top-color: rgb(123 28 12 / 0.3);
}

.border-t-red-700\/40 {
  border-top-color: rgb(123 28 12 / 0.4);
}

.border-t-red-700\/5 {
  border-top-color: rgb(123 28 12 / 0.05);
}

.border-t-red-700\/50 {
  border-top-color: rgb(123 28 12 / 0.5);
}

.border-t-red-700\/60 {
  border-top-color: rgb(123 28 12 / 0.6);
}

.border-t-red-700\/70 {
  border-top-color: rgb(123 28 12 / 0.7);
}

.border-t-red-700\/75 {
  border-top-color: rgb(123 28 12 / 0.75);
}

.border-t-red-700\/80 {
  border-top-color: rgb(123 28 12 / 0.8);
}

.border-t-red-700\/90 {
  border-top-color: rgb(123 28 12 / 0.9);
}

.border-t-red-700\/95 {
  border-top-color: rgb(123 28 12 / 0.95);
}

.border-t-red-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(72 16 7 / var(--tw-border-opacity));
}

.border-t-red-800\/0 {
  border-top-color: rgb(72 16 7 / 0);
}

.border-t-red-800\/10 {
  border-top-color: rgb(72 16 7 / 0.1);
}

.border-t-red-800\/100 {
  border-top-color: rgb(72 16 7 / 1);
}

.border-t-red-800\/20 {
  border-top-color: rgb(72 16 7 / 0.2);
}

.border-t-red-800\/25 {
  border-top-color: rgb(72 16 7 / 0.25);
}

.border-t-red-800\/30 {
  border-top-color: rgb(72 16 7 / 0.3);
}

.border-t-red-800\/40 {
  border-top-color: rgb(72 16 7 / 0.4);
}

.border-t-red-800\/5 {
  border-top-color: rgb(72 16 7 / 0.05);
}

.border-t-red-800\/50 {
  border-top-color: rgb(72 16 7 / 0.5);
}

.border-t-red-800\/60 {
  border-top-color: rgb(72 16 7 / 0.6);
}

.border-t-red-800\/70 {
  border-top-color: rgb(72 16 7 / 0.7);
}

.border-t-red-800\/75 {
  border-top-color: rgb(72 16 7 / 0.75);
}

.border-t-red-800\/80 {
  border-top-color: rgb(72 16 7 / 0.8);
}

.border-t-red-800\/90 {
  border-top-color: rgb(72 16 7 / 0.9);
}

.border-t-red-800\/95 {
  border-top-color: rgb(72 16 7 / 0.95);
}

.border-t-red-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(21 5 2 / var(--tw-border-opacity));
}

.border-t-red-900\/0 {
  border-top-color: rgb(21 5 2 / 0);
}

.border-t-red-900\/10 {
  border-top-color: rgb(21 5 2 / 0.1);
}

.border-t-red-900\/100 {
  border-top-color: rgb(21 5 2 / 1);
}

.border-t-red-900\/20 {
  border-top-color: rgb(21 5 2 / 0.2);
}

.border-t-red-900\/25 {
  border-top-color: rgb(21 5 2 / 0.25);
}

.border-t-red-900\/30 {
  border-top-color: rgb(21 5 2 / 0.3);
}

.border-t-red-900\/40 {
  border-top-color: rgb(21 5 2 / 0.4);
}

.border-t-red-900\/5 {
  border-top-color: rgb(21 5 2 / 0.05);
}

.border-t-red-900\/50 {
  border-top-color: rgb(21 5 2 / 0.5);
}

.border-t-red-900\/60 {
  border-top-color: rgb(21 5 2 / 0.6);
}

.border-t-red-900\/70 {
  border-top-color: rgb(21 5 2 / 0.7);
}

.border-t-red-900\/75 {
  border-top-color: rgb(21 5 2 / 0.75);
}

.border-t-red-900\/80 {
  border-top-color: rgb(21 5 2 / 0.8);
}

.border-t-red-900\/90 {
  border-top-color: rgb(21 5 2 / 0.9);
}

.border-t-red-900\/95 {
  border-top-color: rgb(21 5 2 / 0.95);
}

.border-t-red\/0 {
  border-top-color: rgb(225 51 22 / 0);
}

.border-t-red\/10 {
  border-top-color: rgb(225 51 22 / 0.1);
}

.border-t-red\/100 {
  border-top-color: rgb(225 51 22 / 1);
}

.border-t-red\/20 {
  border-top-color: rgb(225 51 22 / 0.2);
}

.border-t-red\/25 {
  border-top-color: rgb(225 51 22 / 0.25);
}

.border-t-red\/30 {
  border-top-color: rgb(225 51 22 / 0.3);
}

.border-t-red\/40 {
  border-top-color: rgb(225 51 22 / 0.4);
}

.border-t-red\/5 {
  border-top-color: rgb(225 51 22 / 0.05);
}

.border-t-red\/50 {
  border-top-color: rgb(225 51 22 / 0.5);
}

.border-t-red\/60 {
  border-top-color: rgb(225 51 22 / 0.6);
}

.border-t-red\/70 {
  border-top-color: rgb(225 51 22 / 0.7);
}

.border-t-red\/75 {
  border-top-color: rgb(225 51 22 / 0.75);
}

.border-t-red\/80 {
  border-top-color: rgb(225 51 22 / 0.8);
}

.border-t-red\/90 {
  border-top-color: rgb(225 51 22 / 0.9);
}

.border-t-red\/95 {
  border-top-color: rgb(225 51 22 / 0.95);
}

.border-t-teal {
  --tw-border-opacity: 1;
  border-top-color: rgb(129 195 175 / var(--tw-border-opacity));
}

.border-t-teal-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 248 245 / var(--tw-border-opacity));
}

.border-t-teal-100\/0 {
  border-top-color: rgb(240 248 245 / 0);
}

.border-t-teal-100\/10 {
  border-top-color: rgb(240 248 245 / 0.1);
}

.border-t-teal-100\/100 {
  border-top-color: rgb(240 248 245 / 1);
}

.border-t-teal-100\/20 {
  border-top-color: rgb(240 248 245 / 0.2);
}

.border-t-teal-100\/25 {
  border-top-color: rgb(240 248 245 / 0.25);
}

.border-t-teal-100\/30 {
  border-top-color: rgb(240 248 245 / 0.3);
}

.border-t-teal-100\/40 {
  border-top-color: rgb(240 248 245 / 0.4);
}

.border-t-teal-100\/5 {
  border-top-color: rgb(240 248 245 / 0.05);
}

.border-t-teal-100\/50 {
  border-top-color: rgb(240 248 245 / 0.5);
}

.border-t-teal-100\/60 {
  border-top-color: rgb(240 248 245 / 0.6);
}

.border-t-teal-100\/70 {
  border-top-color: rgb(240 248 245 / 0.7);
}

.border-t-teal-100\/75 {
  border-top-color: rgb(240 248 245 / 0.75);
}

.border-t-teal-100\/80 {
  border-top-color: rgb(240 248 245 / 0.8);
}

.border-t-teal-100\/90 {
  border-top-color: rgb(240 248 245 / 0.9);
}

.border-t-teal-100\/95 {
  border-top-color: rgb(240 248 245 / 0.95);
}

.border-t-teal-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(212 234 228 / var(--tw-border-opacity));
}

.border-t-teal-200\/0 {
  border-top-color: rgb(212 234 228 / 0);
}

.border-t-teal-200\/10 {
  border-top-color: rgb(212 234 228 / 0.1);
}

.border-t-teal-200\/100 {
  border-top-color: rgb(212 234 228 / 1);
}

.border-t-teal-200\/20 {
  border-top-color: rgb(212 234 228 / 0.2);
}

.border-t-teal-200\/25 {
  border-top-color: rgb(212 234 228 / 0.25);
}

.border-t-teal-200\/30 {
  border-top-color: rgb(212 234 228 / 0.3);
}

.border-t-teal-200\/40 {
  border-top-color: rgb(212 234 228 / 0.4);
}

.border-t-teal-200\/5 {
  border-top-color: rgb(212 234 228 / 0.05);
}

.border-t-teal-200\/50 {
  border-top-color: rgb(212 234 228 / 0.5);
}

.border-t-teal-200\/60 {
  border-top-color: rgb(212 234 228 / 0.6);
}

.border-t-teal-200\/70 {
  border-top-color: rgb(212 234 228 / 0.7);
}

.border-t-teal-200\/75 {
  border-top-color: rgb(212 234 228 / 0.75);
}

.border-t-teal-200\/80 {
  border-top-color: rgb(212 234 228 / 0.8);
}

.border-t-teal-200\/90 {
  border-top-color: rgb(212 234 228 / 0.9);
}

.border-t-teal-200\/95 {
  border-top-color: rgb(212 234 228 / 0.95);
}

.border-t-teal-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(184 221 210 / var(--tw-border-opacity));
}

.border-t-teal-300\/0 {
  border-top-color: rgb(184 221 210 / 0);
}

.border-t-teal-300\/10 {
  border-top-color: rgb(184 221 210 / 0.1);
}

.border-t-teal-300\/100 {
  border-top-color: rgb(184 221 210 / 1);
}

.border-t-teal-300\/20 {
  border-top-color: rgb(184 221 210 / 0.2);
}

.border-t-teal-300\/25 {
  border-top-color: rgb(184 221 210 / 0.25);
}

.border-t-teal-300\/30 {
  border-top-color: rgb(184 221 210 / 0.3);
}

.border-t-teal-300\/40 {
  border-top-color: rgb(184 221 210 / 0.4);
}

.border-t-teal-300\/5 {
  border-top-color: rgb(184 221 210 / 0.05);
}

.border-t-teal-300\/50 {
  border-top-color: rgb(184 221 210 / 0.5);
}

.border-t-teal-300\/60 {
  border-top-color: rgb(184 221 210 / 0.6);
}

.border-t-teal-300\/70 {
  border-top-color: rgb(184 221 210 / 0.7);
}

.border-t-teal-300\/75 {
  border-top-color: rgb(184 221 210 / 0.75);
}

.border-t-teal-300\/80 {
  border-top-color: rgb(184 221 210 / 0.8);
}

.border-t-teal-300\/90 {
  border-top-color: rgb(184 221 210 / 0.9);
}

.border-t-teal-300\/95 {
  border-top-color: rgb(184 221 210 / 0.95);
}

.border-t-teal-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(157 208 193 / var(--tw-border-opacity));
}

.border-t-teal-400\/0 {
  border-top-color: rgb(157 208 193 / 0);
}

.border-t-teal-400\/10 {
  border-top-color: rgb(157 208 193 / 0.1);
}

.border-t-teal-400\/100 {
  border-top-color: rgb(157 208 193 / 1);
}

.border-t-teal-400\/20 {
  border-top-color: rgb(157 208 193 / 0.2);
}

.border-t-teal-400\/25 {
  border-top-color: rgb(157 208 193 / 0.25);
}

.border-t-teal-400\/30 {
  border-top-color: rgb(157 208 193 / 0.3);
}

.border-t-teal-400\/40 {
  border-top-color: rgb(157 208 193 / 0.4);
}

.border-t-teal-400\/5 {
  border-top-color: rgb(157 208 193 / 0.05);
}

.border-t-teal-400\/50 {
  border-top-color: rgb(157 208 193 / 0.5);
}

.border-t-teal-400\/60 {
  border-top-color: rgb(157 208 193 / 0.6);
}

.border-t-teal-400\/70 {
  border-top-color: rgb(157 208 193 / 0.7);
}

.border-t-teal-400\/75 {
  border-top-color: rgb(157 208 193 / 0.75);
}

.border-t-teal-400\/80 {
  border-top-color: rgb(157 208 193 / 0.8);
}

.border-t-teal-400\/90 {
  border-top-color: rgb(157 208 193 / 0.9);
}

.border-t-teal-400\/95 {
  border-top-color: rgb(157 208 193 / 0.95);
}

.border-t-teal-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 254 254 / var(--tw-border-opacity));
}

.border-t-teal-50\/0 {
  border-top-color: rgb(253 254 254 / 0);
}

.border-t-teal-50\/10 {
  border-top-color: rgb(253 254 254 / 0.1);
}

.border-t-teal-50\/100 {
  border-top-color: rgb(253 254 254 / 1);
}

.border-t-teal-50\/20 {
  border-top-color: rgb(253 254 254 / 0.2);
}

.border-t-teal-50\/25 {
  border-top-color: rgb(253 254 254 / 0.25);
}

.border-t-teal-50\/30 {
  border-top-color: rgb(253 254 254 / 0.3);
}

.border-t-teal-50\/40 {
  border-top-color: rgb(253 254 254 / 0.4);
}

.border-t-teal-50\/5 {
  border-top-color: rgb(253 254 254 / 0.05);
}

.border-t-teal-50\/50 {
  border-top-color: rgb(253 254 254 / 0.5);
}

.border-t-teal-50\/60 {
  border-top-color: rgb(253 254 254 / 0.6);
}

.border-t-teal-50\/70 {
  border-top-color: rgb(253 254 254 / 0.7);
}

.border-t-teal-50\/75 {
  border-top-color: rgb(253 254 254 / 0.75);
}

.border-t-teal-50\/80 {
  border-top-color: rgb(253 254 254 / 0.8);
}

.border-t-teal-50\/90 {
  border-top-color: rgb(253 254 254 / 0.9);
}

.border-t-teal-50\/95 {
  border-top-color: rgb(253 254 254 / 0.95);
}

.border-t-teal-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(129 195 175 / var(--tw-border-opacity));
}

.border-t-teal-500\/0 {
  border-top-color: rgb(129 195 175 / 0);
}

.border-t-teal-500\/10 {
  border-top-color: rgb(129 195 175 / 0.1);
}

.border-t-teal-500\/100 {
  border-top-color: rgb(129 195 175 / 1);
}

.border-t-teal-500\/20 {
  border-top-color: rgb(129 195 175 / 0.2);
}

.border-t-teal-500\/25 {
  border-top-color: rgb(129 195 175 / 0.25);
}

.border-t-teal-500\/30 {
  border-top-color: rgb(129 195 175 / 0.3);
}

.border-t-teal-500\/40 {
  border-top-color: rgb(129 195 175 / 0.4);
}

.border-t-teal-500\/5 {
  border-top-color: rgb(129 195 175 / 0.05);
}

.border-t-teal-500\/50 {
  border-top-color: rgb(129 195 175 / 0.5);
}

.border-t-teal-500\/60 {
  border-top-color: rgb(129 195 175 / 0.6);
}

.border-t-teal-500\/70 {
  border-top-color: rgb(129 195 175 / 0.7);
}

.border-t-teal-500\/75 {
  border-top-color: rgb(129 195 175 / 0.75);
}

.border-t-teal-500\/80 {
  border-top-color: rgb(129 195 175 / 0.8);
}

.border-t-teal-500\/90 {
  border-top-color: rgb(129 195 175 / 0.9);
}

.border-t-teal-500\/95 {
  border-top-color: rgb(129 195 175 / 0.95);
}

.border-t-teal-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(91 177 151 / var(--tw-border-opacity));
}

.border-t-teal-600\/0 {
  border-top-color: rgb(91 177 151 / 0);
}

.border-t-teal-600\/10 {
  border-top-color: rgb(91 177 151 / 0.1);
}

.border-t-teal-600\/100 {
  border-top-color: rgb(91 177 151 / 1);
}

.border-t-teal-600\/20 {
  border-top-color: rgb(91 177 151 / 0.2);
}

.border-t-teal-600\/25 {
  border-top-color: rgb(91 177 151 / 0.25);
}

.border-t-teal-600\/30 {
  border-top-color: rgb(91 177 151 / 0.3);
}

.border-t-teal-600\/40 {
  border-top-color: rgb(91 177 151 / 0.4);
}

.border-t-teal-600\/5 {
  border-top-color: rgb(91 177 151 / 0.05);
}

.border-t-teal-600\/50 {
  border-top-color: rgb(91 177 151 / 0.5);
}

.border-t-teal-600\/60 {
  border-top-color: rgb(91 177 151 / 0.6);
}

.border-t-teal-600\/70 {
  border-top-color: rgb(91 177 151 / 0.7);
}

.border-t-teal-600\/75 {
  border-top-color: rgb(91 177 151 / 0.75);
}

.border-t-teal-600\/80 {
  border-top-color: rgb(91 177 151 / 0.8);
}

.border-t-teal-600\/90 {
  border-top-color: rgb(91 177 151 / 0.9);
}

.border-t-teal-600\/95 {
  border-top-color: rgb(91 177 151 / 0.95);
}

.border-t-teal-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(68 143 121 / var(--tw-border-opacity));
}

.border-t-teal-700\/0 {
  border-top-color: rgb(68 143 121 / 0);
}

.border-t-teal-700\/10 {
  border-top-color: rgb(68 143 121 / 0.1);
}

.border-t-teal-700\/100 {
  border-top-color: rgb(68 143 121 / 1);
}

.border-t-teal-700\/20 {
  border-top-color: rgb(68 143 121 / 0.2);
}

.border-t-teal-700\/25 {
  border-top-color: rgb(68 143 121 / 0.25);
}

.border-t-teal-700\/30 {
  border-top-color: rgb(68 143 121 / 0.3);
}

.border-t-teal-700\/40 {
  border-top-color: rgb(68 143 121 / 0.4);
}

.border-t-teal-700\/5 {
  border-top-color: rgb(68 143 121 / 0.05);
}

.border-t-teal-700\/50 {
  border-top-color: rgb(68 143 121 / 0.5);
}

.border-t-teal-700\/60 {
  border-top-color: rgb(68 143 121 / 0.6);
}

.border-t-teal-700\/70 {
  border-top-color: rgb(68 143 121 / 0.7);
}

.border-t-teal-700\/75 {
  border-top-color: rgb(68 143 121 / 0.75);
}

.border-t-teal-700\/80 {
  border-top-color: rgb(68 143 121 / 0.8);
}

.border-t-teal-700\/90 {
  border-top-color: rgb(68 143 121 / 0.9);
}

.border-t-teal-700\/95 {
  border-top-color: rgb(68 143 121 / 0.95);
}

.border-t-teal-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(50 105 89 / var(--tw-border-opacity));
}

.border-t-teal-800\/0 {
  border-top-color: rgb(50 105 89 / 0);
}

.border-t-teal-800\/10 {
  border-top-color: rgb(50 105 89 / 0.1);
}

.border-t-teal-800\/100 {
  border-top-color: rgb(50 105 89 / 1);
}

.border-t-teal-800\/20 {
  border-top-color: rgb(50 105 89 / 0.2);
}

.border-t-teal-800\/25 {
  border-top-color: rgb(50 105 89 / 0.25);
}

.border-t-teal-800\/30 {
  border-top-color: rgb(50 105 89 / 0.3);
}

.border-t-teal-800\/40 {
  border-top-color: rgb(50 105 89 / 0.4);
}

.border-t-teal-800\/5 {
  border-top-color: rgb(50 105 89 / 0.05);
}

.border-t-teal-800\/50 {
  border-top-color: rgb(50 105 89 / 0.5);
}

.border-t-teal-800\/60 {
  border-top-color: rgb(50 105 89 / 0.6);
}

.border-t-teal-800\/70 {
  border-top-color: rgb(50 105 89 / 0.7);
}

.border-t-teal-800\/75 {
  border-top-color: rgb(50 105 89 / 0.75);
}

.border-t-teal-800\/80 {
  border-top-color: rgb(50 105 89 / 0.8);
}

.border-t-teal-800\/90 {
  border-top-color: rgb(50 105 89 / 0.9);
}

.border-t-teal-800\/95 {
  border-top-color: rgb(50 105 89 / 0.95);
}

.border-t-teal-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(32 67 57 / var(--tw-border-opacity));
}

.border-t-teal-900\/0 {
  border-top-color: rgb(32 67 57 / 0);
}

.border-t-teal-900\/10 {
  border-top-color: rgb(32 67 57 / 0.1);
}

.border-t-teal-900\/100 {
  border-top-color: rgb(32 67 57 / 1);
}

.border-t-teal-900\/20 {
  border-top-color: rgb(32 67 57 / 0.2);
}

.border-t-teal-900\/25 {
  border-top-color: rgb(32 67 57 / 0.25);
}

.border-t-teal-900\/30 {
  border-top-color: rgb(32 67 57 / 0.3);
}

.border-t-teal-900\/40 {
  border-top-color: rgb(32 67 57 / 0.4);
}

.border-t-teal-900\/5 {
  border-top-color: rgb(32 67 57 / 0.05);
}

.border-t-teal-900\/50 {
  border-top-color: rgb(32 67 57 / 0.5);
}

.border-t-teal-900\/60 {
  border-top-color: rgb(32 67 57 / 0.6);
}

.border-t-teal-900\/70 {
  border-top-color: rgb(32 67 57 / 0.7);
}

.border-t-teal-900\/75 {
  border-top-color: rgb(32 67 57 / 0.75);
}

.border-t-teal-900\/80 {
  border-top-color: rgb(32 67 57 / 0.8);
}

.border-t-teal-900\/90 {
  border-top-color: rgb(32 67 57 / 0.9);
}

.border-t-teal-900\/95 {
  border-top-color: rgb(32 67 57 / 0.95);
}

.border-t-teal\/0 {
  border-top-color: rgb(129 195 175 / 0);
}

.border-t-teal\/10 {
  border-top-color: rgb(129 195 175 / 0.1);
}

.border-t-teal\/100 {
  border-top-color: rgb(129 195 175 / 1);
}

.border-t-teal\/20 {
  border-top-color: rgb(129 195 175 / 0.2);
}

.border-t-teal\/25 {
  border-top-color: rgb(129 195 175 / 0.25);
}

.border-t-teal\/30 {
  border-top-color: rgb(129 195 175 / 0.3);
}

.border-t-teal\/40 {
  border-top-color: rgb(129 195 175 / 0.4);
}

.border-t-teal\/5 {
  border-top-color: rgb(129 195 175 / 0.05);
}

.border-t-teal\/50 {
  border-top-color: rgb(129 195 175 / 0.5);
}

.border-t-teal\/60 {
  border-top-color: rgb(129 195 175 / 0.6);
}

.border-t-teal\/70 {
  border-top-color: rgb(129 195 175 / 0.7);
}

.border-t-teal\/75 {
  border-top-color: rgb(129 195 175 / 0.75);
}

.border-t-teal\/80 {
  border-top-color: rgb(129 195 175 / 0.8);
}

.border-t-teal\/90 {
  border-top-color: rgb(129 195 175 / 0.9);
}

.border-t-teal\/95 {
  border-top-color: rgb(129 195 175 / 0.95);
}

.border-t-transparent {
  border-top-color: transparent;
}

.border-t-transparent\/0 {
  border-top-color: rgb(0 0 0 / 0);
}

.border-t-transparent\/10 {
  border-top-color: rgb(0 0 0 / 0.1);
}

.border-t-transparent\/100 {
  border-top-color: rgb(0 0 0 / 1);
}

.border-t-transparent\/20 {
  border-top-color: rgb(0 0 0 / 0.2);
}

.border-t-transparent\/25 {
  border-top-color: rgb(0 0 0 / 0.25);
}

.border-t-transparent\/30 {
  border-top-color: rgb(0 0 0 / 0.3);
}

.border-t-transparent\/40 {
  border-top-color: rgb(0 0 0 / 0.4);
}

.border-t-transparent\/5 {
  border-top-color: rgb(0 0 0 / 0.05);
}

.border-t-transparent\/50 {
  border-top-color: rgb(0 0 0 / 0.5);
}

.border-t-transparent\/60 {
  border-top-color: rgb(0 0 0 / 0.6);
}

.border-t-transparent\/70 {
  border-top-color: rgb(0 0 0 / 0.7);
}

.border-t-transparent\/75 {
  border-top-color: rgb(0 0 0 / 0.75);
}

.border-t-transparent\/80 {
  border-top-color: rgb(0 0 0 / 0.8);
}

.border-t-transparent\/90 {
  border-top-color: rgb(0 0 0 / 0.9);
}

.border-t-transparent\/95 {
  border-top-color: rgb(0 0 0 / 0.95);
}

.border-t-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-t-white\/0 {
  border-top-color: rgb(255 255 255 / 0);
}

.border-t-white\/10 {
  border-top-color: rgb(255 255 255 / 0.1);
}

.border-t-white\/100 {
  border-top-color: rgb(255 255 255 / 1);
}

.border-t-white\/20 {
  border-top-color: rgb(255 255 255 / 0.2);
}

.border-t-white\/25 {
  border-top-color: rgb(255 255 255 / 0.25);
}

.border-t-white\/30 {
  border-top-color: rgb(255 255 255 / 0.3);
}

.border-t-white\/40 {
  border-top-color: rgb(255 255 255 / 0.4);
}

.border-t-white\/5 {
  border-top-color: rgb(255 255 255 / 0.05);
}

.border-t-white\/50 {
  border-top-color: rgb(255 255 255 / 0.5);
}

.border-t-white\/60 {
  border-top-color: rgb(255 255 255 / 0.6);
}

.border-t-white\/70 {
  border-top-color: rgb(255 255 255 / 0.7);
}

.border-t-white\/75 {
  border-top-color: rgb(255 255 255 / 0.75);
}

.border-t-white\/80 {
  border-top-color: rgb(255 255 255 / 0.8);
}

.border-t-white\/90 {
  border-top-color: rgb(255 255 255 / 0.9);
}

.border-t-white\/95 {
  border-top-color: rgb(255 255 255 / 0.95);
}

.border-t-yellow {
  --tw-border-opacity: 1;
  border-top-color: rgb(247 191 31 / var(--tw-border-opacity));
}

.border-t-yellow-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 243 200 / var(--tw-border-opacity));
}

.border-t-yellow-100\/0 {
  border-top-color: rgb(253 243 200 / 0);
}

.border-t-yellow-100\/10 {
  border-top-color: rgb(253 243 200 / 0.1);
}

.border-t-yellow-100\/100 {
  border-top-color: rgb(253 243 200 / 1);
}

.border-t-yellow-100\/20 {
  border-top-color: rgb(253 243 200 / 0.2);
}

.border-t-yellow-100\/25 {
  border-top-color: rgb(253 243 200 / 0.25);
}

.border-t-yellow-100\/30 {
  border-top-color: rgb(253 243 200 / 0.3);
}

.border-t-yellow-100\/40 {
  border-top-color: rgb(253 243 200 / 0.4);
}

.border-t-yellow-100\/5 {
  border-top-color: rgb(253 243 200 / 0.05);
}

.border-t-yellow-100\/50 {
  border-top-color: rgb(253 243 200 / 0.5);
}

.border-t-yellow-100\/60 {
  border-top-color: rgb(253 243 200 / 0.6);
}

.border-t-yellow-100\/70 {
  border-top-color: rgb(253 243 200 / 0.7);
}

.border-t-yellow-100\/75 {
  border-top-color: rgb(253 243 200 / 0.75);
}

.border-t-yellow-100\/80 {
  border-top-color: rgb(253 243 200 / 0.8);
}

.border-t-yellow-100\/90 {
  border-top-color: rgb(253 243 200 / 0.9);
}

.border-t-yellow-100\/95 {
  border-top-color: rgb(253 243 200 / 0.95);
}

.border-t-yellow-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(251 231 140 / var(--tw-border-opacity));
}

.border-t-yellow-200\/0 {
  border-top-color: rgb(251 231 140 / 0);
}

.border-t-yellow-200\/10 {
  border-top-color: rgb(251 231 140 / 0.1);
}

.border-t-yellow-200\/100 {
  border-top-color: rgb(251 231 140 / 1);
}

.border-t-yellow-200\/20 {
  border-top-color: rgb(251 231 140 / 0.2);
}

.border-t-yellow-200\/25 {
  border-top-color: rgb(251 231 140 / 0.25);
}

.border-t-yellow-200\/30 {
  border-top-color: rgb(251 231 140 / 0.3);
}

.border-t-yellow-200\/40 {
  border-top-color: rgb(251 231 140 / 0.4);
}

.border-t-yellow-200\/5 {
  border-top-color: rgb(251 231 140 / 0.05);
}

.border-t-yellow-200\/50 {
  border-top-color: rgb(251 231 140 / 0.5);
}

.border-t-yellow-200\/60 {
  border-top-color: rgb(251 231 140 / 0.6);
}

.border-t-yellow-200\/70 {
  border-top-color: rgb(251 231 140 / 0.7);
}

.border-t-yellow-200\/75 {
  border-top-color: rgb(251 231 140 / 0.75);
}

.border-t-yellow-200\/80 {
  border-top-color: rgb(251 231 140 / 0.8);
}

.border-t-yellow-200\/90 {
  border-top-color: rgb(251 231 140 / 0.9);
}

.border-t-yellow-200\/95 {
  border-top-color: rgb(251 231 140 / 0.95);
}

.border-t-yellow-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 212 80 / var(--tw-border-opacity));
}

.border-t-yellow-300\/0 {
  border-top-color: rgb(249 212 80 / 0);
}

.border-t-yellow-300\/10 {
  border-top-color: rgb(249 212 80 / 0.1);
}

.border-t-yellow-300\/100 {
  border-top-color: rgb(249 212 80 / 1);
}

.border-t-yellow-300\/20 {
  border-top-color: rgb(249 212 80 / 0.2);
}

.border-t-yellow-300\/25 {
  border-top-color: rgb(249 212 80 / 0.25);
}

.border-t-yellow-300\/30 {
  border-top-color: rgb(249 212 80 / 0.3);
}

.border-t-yellow-300\/40 {
  border-top-color: rgb(249 212 80 / 0.4);
}

.border-t-yellow-300\/5 {
  border-top-color: rgb(249 212 80 / 0.05);
}

.border-t-yellow-300\/50 {
  border-top-color: rgb(249 212 80 / 0.5);
}

.border-t-yellow-300\/60 {
  border-top-color: rgb(249 212 80 / 0.6);
}

.border-t-yellow-300\/70 {
  border-top-color: rgb(249 212 80 / 0.7);
}

.border-t-yellow-300\/75 {
  border-top-color: rgb(249 212 80 / 0.75);
}

.border-t-yellow-300\/80 {
  border-top-color: rgb(249 212 80 / 0.8);
}

.border-t-yellow-300\/90 {
  border-top-color: rgb(249 212 80 / 0.9);
}

.border-t-yellow-300\/95 {
  border-top-color: rgb(249 212 80 / 0.95);
}

.border-t-yellow-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(247 191 31 / var(--tw-border-opacity));
}

.border-t-yellow-400\/0 {
  border-top-color: rgb(247 191 31 / 0);
}

.border-t-yellow-400\/10 {
  border-top-color: rgb(247 191 31 / 0.1);
}

.border-t-yellow-400\/100 {
  border-top-color: rgb(247 191 31 / 1);
}

.border-t-yellow-400\/20 {
  border-top-color: rgb(247 191 31 / 0.2);
}

.border-t-yellow-400\/25 {
  border-top-color: rgb(247 191 31 / 0.25);
}

.border-t-yellow-400\/30 {
  border-top-color: rgb(247 191 31 / 0.3);
}

.border-t-yellow-400\/40 {
  border-top-color: rgb(247 191 31 / 0.4);
}

.border-t-yellow-400\/5 {
  border-top-color: rgb(247 191 31 / 0.05);
}

.border-t-yellow-400\/50 {
  border-top-color: rgb(247 191 31 / 0.5);
}

.border-t-yellow-400\/60 {
  border-top-color: rgb(247 191 31 / 0.6);
}

.border-t-yellow-400\/70 {
  border-top-color: rgb(247 191 31 / 0.7);
}

.border-t-yellow-400\/75 {
  border-top-color: rgb(247 191 31 / 0.75);
}

.border-t-yellow-400\/80 {
  border-top-color: rgb(247 191 31 / 0.8);
}

.border-t-yellow-400\/90 {
  border-top-color: rgb(247 191 31 / 0.9);
}

.border-t-yellow-400\/95 {
  border-top-color: rgb(247 191 31 / 0.95);
}

.border-t-yellow-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.border-t-yellow-50\/0 {
  border-top-color: rgb(255 251 235 / 0);
}

.border-t-yellow-50\/10 {
  border-top-color: rgb(255 251 235 / 0.1);
}

.border-t-yellow-50\/100 {
  border-top-color: rgb(255 251 235 / 1);
}

.border-t-yellow-50\/20 {
  border-top-color: rgb(255 251 235 / 0.2);
}

.border-t-yellow-50\/25 {
  border-top-color: rgb(255 251 235 / 0.25);
}

.border-t-yellow-50\/30 {
  border-top-color: rgb(255 251 235 / 0.3);
}

.border-t-yellow-50\/40 {
  border-top-color: rgb(255 251 235 / 0.4);
}

.border-t-yellow-50\/5 {
  border-top-color: rgb(255 251 235 / 0.05);
}

.border-t-yellow-50\/50 {
  border-top-color: rgb(255 251 235 / 0.5);
}

.border-t-yellow-50\/60 {
  border-top-color: rgb(255 251 235 / 0.6);
}

.border-t-yellow-50\/70 {
  border-top-color: rgb(255 251 235 / 0.7);
}

.border-t-yellow-50\/75 {
  border-top-color: rgb(255 251 235 / 0.75);
}

.border-t-yellow-50\/80 {
  border-top-color: rgb(255 251 235 / 0.8);
}

.border-t-yellow-50\/90 {
  border-top-color: rgb(255 251 235 / 0.9);
}

.border-t-yellow-50\/95 {
  border-top-color: rgb(255 251 235 / 0.95);
}

.border-t-yellow-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(241 161 15 / var(--tw-border-opacity));
}

.border-t-yellow-500\/0 {
  border-top-color: rgb(241 161 15 / 0);
}

.border-t-yellow-500\/10 {
  border-top-color: rgb(241 161 15 / 0.1);
}

.border-t-yellow-500\/100 {
  border-top-color: rgb(241 161 15 / 1);
}

.border-t-yellow-500\/20 {
  border-top-color: rgb(241 161 15 / 0.2);
}

.border-t-yellow-500\/25 {
  border-top-color: rgb(241 161 15 / 0.25);
}

.border-t-yellow-500\/30 {
  border-top-color: rgb(241 161 15 / 0.3);
}

.border-t-yellow-500\/40 {
  border-top-color: rgb(241 161 15 / 0.4);
}

.border-t-yellow-500\/5 {
  border-top-color: rgb(241 161 15 / 0.05);
}

.border-t-yellow-500\/50 {
  border-top-color: rgb(241 161 15 / 0.5);
}

.border-t-yellow-500\/60 {
  border-top-color: rgb(241 161 15 / 0.6);
}

.border-t-yellow-500\/70 {
  border-top-color: rgb(241 161 15 / 0.7);
}

.border-t-yellow-500\/75 {
  border-top-color: rgb(241 161 15 / 0.75);
}

.border-t-yellow-500\/80 {
  border-top-color: rgb(241 161 15 / 0.8);
}

.border-t-yellow-500\/90 {
  border-top-color: rgb(241 161 15 / 0.9);
}

.border-t-yellow-500\/95 {
  border-top-color: rgb(241 161 15 / 0.95);
}

.border-t-yellow-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(213 123 10 / var(--tw-border-opacity));
}

.border-t-yellow-600\/0 {
  border-top-color: rgb(213 123 10 / 0);
}

.border-t-yellow-600\/10 {
  border-top-color: rgb(213 123 10 / 0.1);
}

.border-t-yellow-600\/100 {
  border-top-color: rgb(213 123 10 / 1);
}

.border-t-yellow-600\/20 {
  border-top-color: rgb(213 123 10 / 0.2);
}

.border-t-yellow-600\/25 {
  border-top-color: rgb(213 123 10 / 0.25);
}

.border-t-yellow-600\/30 {
  border-top-color: rgb(213 123 10 / 0.3);
}

.border-t-yellow-600\/40 {
  border-top-color: rgb(213 123 10 / 0.4);
}

.border-t-yellow-600\/5 {
  border-top-color: rgb(213 123 10 / 0.05);
}

.border-t-yellow-600\/50 {
  border-top-color: rgb(213 123 10 / 0.5);
}

.border-t-yellow-600\/60 {
  border-top-color: rgb(213 123 10 / 0.6);
}

.border-t-yellow-600\/70 {
  border-top-color: rgb(213 123 10 / 0.7);
}

.border-t-yellow-600\/75 {
  border-top-color: rgb(213 123 10 / 0.75);
}

.border-t-yellow-600\/80 {
  border-top-color: rgb(213 123 10 / 0.8);
}

.border-t-yellow-600\/90 {
  border-top-color: rgb(213 123 10 / 0.9);
}

.border-t-yellow-600\/95 {
  border-top-color: rgb(213 123 10 / 0.95);
}

.border-t-yellow-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(177 86 12 / var(--tw-border-opacity));
}

.border-t-yellow-700\/0 {
  border-top-color: rgb(177 86 12 / 0);
}

.border-t-yellow-700\/10 {
  border-top-color: rgb(177 86 12 / 0.1);
}

.border-t-yellow-700\/100 {
  border-top-color: rgb(177 86 12 / 1);
}

.border-t-yellow-700\/20 {
  border-top-color: rgb(177 86 12 / 0.2);
}

.border-t-yellow-700\/25 {
  border-top-color: rgb(177 86 12 / 0.25);
}

.border-t-yellow-700\/30 {
  border-top-color: rgb(177 86 12 / 0.3);
}

.border-t-yellow-700\/40 {
  border-top-color: rgb(177 86 12 / 0.4);
}

.border-t-yellow-700\/5 {
  border-top-color: rgb(177 86 12 / 0.05);
}

.border-t-yellow-700\/50 {
  border-top-color: rgb(177 86 12 / 0.5);
}

.border-t-yellow-700\/60 {
  border-top-color: rgb(177 86 12 / 0.6);
}

.border-t-yellow-700\/70 {
  border-top-color: rgb(177 86 12 / 0.7);
}

.border-t-yellow-700\/75 {
  border-top-color: rgb(177 86 12 / 0.75);
}

.border-t-yellow-700\/80 {
  border-top-color: rgb(177 86 12 / 0.8);
}

.border-t-yellow-700\/90 {
  border-top-color: rgb(177 86 12 / 0.9);
}

.border-t-yellow-700\/95 {
  border-top-color: rgb(177 86 12 / 0.95);
}

.border-t-yellow-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(144 68 16 / var(--tw-border-opacity));
}

.border-t-yellow-800\/0 {
  border-top-color: rgb(144 68 16 / 0);
}

.border-t-yellow-800\/10 {
  border-top-color: rgb(144 68 16 / 0.1);
}

.border-t-yellow-800\/100 {
  border-top-color: rgb(144 68 16 / 1);
}

.border-t-yellow-800\/20 {
  border-top-color: rgb(144 68 16 / 0.2);
}

.border-t-yellow-800\/25 {
  border-top-color: rgb(144 68 16 / 0.25);
}

.border-t-yellow-800\/30 {
  border-top-color: rgb(144 68 16 / 0.3);
}

.border-t-yellow-800\/40 {
  border-top-color: rgb(144 68 16 / 0.4);
}

.border-t-yellow-800\/5 {
  border-top-color: rgb(144 68 16 / 0.05);
}

.border-t-yellow-800\/50 {
  border-top-color: rgb(144 68 16 / 0.5);
}

.border-t-yellow-800\/60 {
  border-top-color: rgb(144 68 16 / 0.6);
}

.border-t-yellow-800\/70 {
  border-top-color: rgb(144 68 16 / 0.7);
}

.border-t-yellow-800\/75 {
  border-top-color: rgb(144 68 16 / 0.75);
}

.border-t-yellow-800\/80 {
  border-top-color: rgb(144 68 16 / 0.8);
}

.border-t-yellow-800\/90 {
  border-top-color: rgb(144 68 16 / 0.9);
}

.border-t-yellow-800\/95 {
  border-top-color: rgb(144 68 16 / 0.95);
}

.border-t-yellow-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(118 55 17 / var(--tw-border-opacity));
}

.border-t-yellow-900\/0 {
  border-top-color: rgb(118 55 17 / 0);
}

.border-t-yellow-900\/10 {
  border-top-color: rgb(118 55 17 / 0.1);
}

.border-t-yellow-900\/100 {
  border-top-color: rgb(118 55 17 / 1);
}

.border-t-yellow-900\/20 {
  border-top-color: rgb(118 55 17 / 0.2);
}

.border-t-yellow-900\/25 {
  border-top-color: rgb(118 55 17 / 0.25);
}

.border-t-yellow-900\/30 {
  border-top-color: rgb(118 55 17 / 0.3);
}

.border-t-yellow-900\/40 {
  border-top-color: rgb(118 55 17 / 0.4);
}

.border-t-yellow-900\/5 {
  border-top-color: rgb(118 55 17 / 0.05);
}

.border-t-yellow-900\/50 {
  border-top-color: rgb(118 55 17 / 0.5);
}

.border-t-yellow-900\/60 {
  border-top-color: rgb(118 55 17 / 0.6);
}

.border-t-yellow-900\/70 {
  border-top-color: rgb(118 55 17 / 0.7);
}

.border-t-yellow-900\/75 {
  border-top-color: rgb(118 55 17 / 0.75);
}

.border-t-yellow-900\/80 {
  border-top-color: rgb(118 55 17 / 0.8);
}

.border-t-yellow-900\/90 {
  border-top-color: rgb(118 55 17 / 0.9);
}

.border-t-yellow-900\/95 {
  border-top-color: rgb(118 55 17 / 0.95);
}

.border-t-yellow-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(68 27 4 / var(--tw-border-opacity));
}

.border-t-yellow-950\/0 {
  border-top-color: rgb(68 27 4 / 0);
}

.border-t-yellow-950\/10 {
  border-top-color: rgb(68 27 4 / 0.1);
}

.border-t-yellow-950\/100 {
  border-top-color: rgb(68 27 4 / 1);
}

.border-t-yellow-950\/20 {
  border-top-color: rgb(68 27 4 / 0.2);
}

.border-t-yellow-950\/25 {
  border-top-color: rgb(68 27 4 / 0.25);
}

.border-t-yellow-950\/30 {
  border-top-color: rgb(68 27 4 / 0.3);
}

.border-t-yellow-950\/40 {
  border-top-color: rgb(68 27 4 / 0.4);
}

.border-t-yellow-950\/5 {
  border-top-color: rgb(68 27 4 / 0.05);
}

.border-t-yellow-950\/50 {
  border-top-color: rgb(68 27 4 / 0.5);
}

.border-t-yellow-950\/60 {
  border-top-color: rgb(68 27 4 / 0.6);
}

.border-t-yellow-950\/70 {
  border-top-color: rgb(68 27 4 / 0.7);
}

.border-t-yellow-950\/75 {
  border-top-color: rgb(68 27 4 / 0.75);
}

.border-t-yellow-950\/80 {
  border-top-color: rgb(68 27 4 / 0.8);
}

.border-t-yellow-950\/90 {
  border-top-color: rgb(68 27 4 / 0.9);
}

.border-t-yellow-950\/95 {
  border-top-color: rgb(68 27 4 / 0.95);
}

.border-t-yellow\/0 {
  border-top-color: rgb(247 191 31 / 0);
}

.border-t-yellow\/10 {
  border-top-color: rgb(247 191 31 / 0.1);
}

.border-t-yellow\/100 {
  border-top-color: rgb(247 191 31 / 1);
}

.border-t-yellow\/20 {
  border-top-color: rgb(247 191 31 / 0.2);
}

.border-t-yellow\/25 {
  border-top-color: rgb(247 191 31 / 0.25);
}

.border-t-yellow\/30 {
  border-top-color: rgb(247 191 31 / 0.3);
}

.border-t-yellow\/40 {
  border-top-color: rgb(247 191 31 / 0.4);
}

.border-t-yellow\/5 {
  border-top-color: rgb(247 191 31 / 0.05);
}

.border-t-yellow\/50 {
  border-top-color: rgb(247 191 31 / 0.5);
}

.border-t-yellow\/60 {
  border-top-color: rgb(247 191 31 / 0.6);
}

.border-t-yellow\/70 {
  border-top-color: rgb(247 191 31 / 0.7);
}

.border-t-yellow\/75 {
  border-top-color: rgb(247 191 31 / 0.75);
}

.border-t-yellow\/80 {
  border-top-color: rgb(247 191 31 / 0.8);
}

.border-t-yellow\/90 {
  border-top-color: rgb(247 191 31 / 0.9);
}

.border-t-yellow\/95 {
  border-top-color: rgb(247 191 31 / 0.95);
}

.border-opacity-0 {
  --tw-border-opacity: 0;
}

.border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.border-opacity-100 {
  --tw-border-opacity: 1;
}

.border-opacity-20 {
  --tw-border-opacity: 0.2;
}

.border-opacity-25 {
  --tw-border-opacity: 0.25;
}

.border-opacity-30 {
  --tw-border-opacity: 0.3;
}

.border-opacity-40 {
  --tw-border-opacity: 0.4;
}

.border-opacity-5 {
  --tw-border-opacity: 0.05;
}

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.border-opacity-60 {
  --tw-border-opacity: 0.6;
}

.border-opacity-70 {
  --tw-border-opacity: 0.7;
}

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

.border-opacity-80 {
  --tw-border-opacity: 0.8;
}

.border-opacity-90 {
  --tw-border-opacity: 0.9;
}

.border-opacity-95 {
  --tw-border-opacity: 0.95;
}

.\!bg-transparent {
  background-color: transparent !important;
}

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

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

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

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

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

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

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(155 211 242 / var(--tw-bg-opacity));
}

.bg-current {
  background-color: currentColor;
}

.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(77 79 83 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 230 232 / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 246 / var(--tw-bg-opacity));
}

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(181 203 82 / var(--tw-bg-opacity));
}

.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(237 140 1 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(175 18 109 / var(--tw-bg-opacity));
}

.bg-primary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 87 / var(--tw-bg-opacity));
}

.bg-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(108 72 145 / var(--tw-bg-opacity));
}

.bg-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(129 195 175 / var(--tw-bg-opacity));
}

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

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

.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(247 191 31 / var(--tw-bg-opacity));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-pattern-magenta {
  background-image: url('../img/bg-tiles/magenta.jpeg');
}

.bg-pattern-multi-colour {
  background-image: url('../img/bg-tiles/multi-colour.jpeg');
}

.bg-pattern-pink {
  background-image: url('../img/bg-tiles/magenta.jpeg');
}

.bg-pattern-primary {
  background-image: url('../img/bg-tiles/magenta.jpeg');
}

.bg-pattern-purple {
  background-image: url('../img/bg-tiles/purple.jpeg');
}

.from-black {
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.bg-cover {
  background-size: cover;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-top {
  background-position: top;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-mobile {
  padding: 50px 0px 70px 0px;
}

.p-section {
  padding: 100px 0px 130px 0px;
}

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

.\!px-7 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}

.\!py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

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

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

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

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

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

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

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

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

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

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

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

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

.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-1 {
  padding-bottom: 0.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

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

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-44 {
  padding-bottom: 11rem;
}

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

.pb-8 {
  padding-bottom: 2rem;
}

.pb-\[20px\] {
  padding-bottom: 20px;
}

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

.pl-2 {
  padding-left: 0.5rem;
}

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

.pl-3 {
  padding-left: 0.75rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-20 {
  padding-right: 5rem;
}

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

.ps-2 {
  -webkit-padding-start: 0.5rem;
          padding-inline-start: 0.5rem;
}

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

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

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

.pt-20 {
  padding-top: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-28 {
  padding-top: 7rem;
}

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

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

.pt-\[20px\] {
  padding-top: 20px;
}

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

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

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

.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-9xl {
  font-size: 8rem;
  line-height: 1;
}

.text-\[0px\] {
  font-size: 0px;
}

.text-\[1\.25rem\] {
  font-size: 1.25rem;
}

.text-\[1\.5rem\] {
  font-size: 1.5rem;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[300px\] {
  font-size: 300px;
}

.text-\[8rem\] {
  font-size: 8rem;
}

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

.text-bgLg {
  font-size: 36rem;
}

.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-bold {
  font-weight: 700;
}

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

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

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-none {
  line-height: 1;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.\!text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(175 18 109 / var(--tw-text-opacity)) !important;
}

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

.text-\[\#4E5053\] {
  --tw-text-opacity: 1;
  color: rgb(78 80 83 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}

.text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}

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

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(89 91 97 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(77 79 83 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(59 60 62 / var(--tw-text-opacity));
}

.text-green {
  --tw-text-opacity: 1;
  color: rgb(181 203 82 / var(--tw-text-opacity));
}

.text-orange {
  --tw-text-opacity: 1;
  color: rgb(237 140 1 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / var(--tw-text-opacity));
}

.text-primary-900 {
  --tw-text-opacity: 1;
  color: rgb(136 19 87 / var(--tw-text-opacity));
}

.text-purple {
  --tw-text-opacity: 1;
  color: rgb(108 72 145 / var(--tw-text-opacity));
}

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

.underline {
  text-decoration-line: underline;
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.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-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-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline-primary {
  outline-color: #AF126D;
}

.ring-primary {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(175 18 109 / var(--tw-ring-opacity));
}

.blur-sm {
  --tw-blur: blur(4px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.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-md {
  --tw-backdrop-blur: blur(12px);
  -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-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.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-spacing {
  transition-property: margin, padding;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.\!ease-linear {
  transition-timing-function: linear !important;
}

.will-change-auto {
  will-change: auto;
}

.wp-block-gallery {
  margin: 1em 0 !important;
}

/** Gravity Forms */

.gform_required_legend {
  display: none;
}

.gform_fileupload_rules {
  display: none !important;
}

.gform_button_select_files {
  display: none;
}

.gform_wrapper h2.gform_title {
  display: none !important;
}

.gform_wrapper .gform_heading {
  margin-bottom: 1rem;
}

.gform_wrapper span.gform_description {
  width: auto;
}

.gform_wrapper label.gfield_label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  font-family: FS Me, Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400 !important;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0em;
}

.gform_wrapper.gravity-theme .ginput_complex label,
.gform_wrapper.gravity-theme .ginput_complex legend {
  margin-bottom: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

body .gform_wrapper.gravity-theme .ginput_container_time {
  max-width: unset;
  width: 100%;
  flex-basis: unset
}

body .gfield--type-time .ginput_complex {
  flex-flow: row !important;
  align-items: center !important;
}

body .gfield--type-time .gfield_label {
  font-weight: normal !important;
  margin: 0 !important;
}

body .gfield--type-time .ginput_complex .hour_minute_colon {
  align-self: center !important;
}

body .gform_wrapper.gravity-theme .ginput_container_time label {
  display: none !important;
}

body .gform_wrapper.gravity-theme .ginput_container_time input[type="number"]:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body .gform_wrapper.gravity-theme .ginput_container_time select {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

body .gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100%;
}

.gform_confirmation_message {
  text-align: center;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type='submit'] {
  color: #ffffff;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 1px 0px rgba(114, 114, 114, 0.3);
  -moz-box-shadow: 0 1px 0px rgba(114, 114, 114, 0.3);
  -webkit-box-shadow: 0 1px 0px rgba(114, 114, 114, 0.3);
  border-radius: 9999px;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(175 18 109 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(175 18 109 / var(--tw-border-opacity));
}

.gform_wrapper input[type="email"],
    .gform_wrapper input[type="date"],
    .gform_wrapper input[type="datetime"],
    .gform_wrapper input[type="datetime-local"],
    .gform_wrapper input[type="month"],
    .gform_wrapper input[type="number"],
    .gform_wrapper input[type="password"],
    .gform_wrapper input[type="search"],
    .gform_wrapper input[type="tel"],
    .gform_wrapper input[type="text"],
    .gform_wrapper input[type="time"],
    .gform_wrapper input[type="week"],
    .gform_wrapper input[type="url"],
    .gform_wrapper select,
    .gform_wrapper textarea,
    
    .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-border-opacity: 1;
  border-color: rgb(77 79 83 / var(--tw-border-opacity));
  transition: all 200ms ease-in-out;
  &:focus {
    --tw-border-opacity: 1;
    border-color: rgb(175 18 109 / var(--tw-border-opacity));
  }
  &:focus {
    --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);
  }
  &:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  &:focus {
    --tw-border-opacity: 1;
    border-color: rgb(175 18 109 / var(--tw-border-opacity));
  }
}

.gform_wrapper input[type='file'] {
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  padding-top: .95rem !important;
  padding-bottom: .95rem !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-border-opacity: 1;
  border-color: rgb(77 79 83 / var(--tw-border-opacity));
  transition: all 200ms ease-in-out;
  &:focus {
    --tw-border-opacity: 1;
    border-color: rgb(175 18 109 / var(--tw-border-opacity));
  }
  &:focus {
    --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);
  }
  &:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  &:focus {
    --tw-border-opacity: 1;
    border-color: rgb(175 18 109 / var(--tw-border-opacity));
  }
}

.gform_wrapper textarea {
  border-radius: 1.5rem;
  border-width: 1px;
  border-style: solid;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(77 79 83 / var(--tw-border-opacity));
  transition: all 200ms ease-in-out;
  &:focus {
    --tw-border-opacity: 1;
    border-color: rgb(175 18 109 / var(--tw-border-opacity));
  }
  &:focus {
    --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);
  }
  &:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  &:focus {
    --tw-border-opacity: 1;
    border-color: rgb(175 18 109 / var(--tw-border-opacity));
  }
}

.gform_wrapper .button,
.gform_wrapper .gform_footer input[type='submit'] {
  @extend %btn;
}

.gform_wrapper .gfield_required {
  color: inherit;
}

.gform_wrapper .validation_error {
  padding: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(225 51 22 / var(--tw-text-opacity));
}

.gfield_error [aria-invalid='true'] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(225 51 22 / var(--tw-border-opacity)) !important;
}

.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper li.gfield_error ul.gfield_radio {
  --tw-text-opacity: 1;
  color: rgb(225 51 22 / var(--tw-text-opacity));
}

/* prettier-ignore */

.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
    .gform_wrapper li.gfield_error textarea {
  --tw-border-opacity: 1;
  border-color: rgb(225 51 22 / var(--tw-border-opacity));
}

.gform_wrapper .validation_message {
  display: none !important;
}

.gform_validation_container {
  display: none !important;
}

.gfield .ginput_container input[type='file'] {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.gfield .ginput_container input[type='file']::file-selector-button {
  margin-right: 1rem;
  border-radius: 9999px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(175 18 109 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.gfield .ginput_container input[type='file']::file-selector-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 87 / var(--tw-bg-opacity));
}

.wp-block-embed__wrapper iframe {
  aspect-ratio: 16 / 9 !important;
  height: 100% !important;
  width: 100%;
  min-width: 100% !important;
}

/* ===== Scrollbar CSS ===== */

/* Firefox */

.custom-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #af0064 transparent;
}

/* Chrome, Edge, and Safari */

.custom-scrollbar::-webkit-scrollbar {
  width: 5px !important;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #af0064;
  border-radius: 20px;
}

/* ===== Light crollbar CSS ===== */

/* Firefox */

.custom-scrollbar-light {
  scrollbar-width: thin;
  scrollbar-color: #af0064 white;
}

/* Chrome, Edge, and Safari */

.custom-scrollbar-light::-webkit-scrollbar {
  width: 5px !important;
}

.custom-scrollbar-light::-webkit-scrollbar-track {
  background: white;
}

.custom-scrollbar-light::-webkit-scrollbar-thumb {
  background-color: #af0064;
  border-radius: 20px;
  border: 4px solid white;
}

/* ===== White crollbar CSS ===== */

/* Firefox */

.custom-scrollbar-white {
  scrollbar-width: thin;
  scrollbar-color: #fff transparent;
}

/* Chrome, Edge, and Safari */

.custom-scrollbar-white::-webkit-scrollbar {
  width: 5px !important;
}

.custom-scrollbar-white::-webkit-scrollbar-track {
  background: transparent;
}

.custom-scrollbar-white::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 20px;
  border: 4px solid transparent;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.scrollbar::-webkit-scrollbar {
  display: unset;
}

.scrollbar {
  -ms-overflow-style: unset;
  /* IE and Edge */
  scrollbar-width: unset;
  /* Firefox */
}

#sbi_images {
  padding: 0 !important;
}

/* BACKGROUND COLORS */

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(175 18 109 / var(--tw-bg-opacity));
}

.bg-teal,
.bg-aqua,
.hover\:bg-teal:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(129 195 175 / var(--tw-bg-opacity));
}

.bg-green,
.hover\:bg-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(181 203 82 / var(--tw-bg-opacity));
}

.bg-red,
.hover\:bg-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(225 51 22 / var(--tw-bg-opacity));
}

.bg-grey,
.bg-gray,
.hover\:bg-gray:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(77 79 83 / var(--tw-bg-opacity));
}

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

.bg-yellow,
.hover\:bg-yellow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 191 31 / var(--tw-bg-opacity));
}

.bg-blue,
.hover\:bg-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(155 211 242 / var(--tw-bg-opacity));
}

.bg-purple,
.hover\:bg-purple:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(108 72 145 / var(--tw-bg-opacity));
}

.bg-navy,
.hover\:bg-navy:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(10 81 122 / var(--tw-bg-opacity));
}

.bg-brown,
.hover\:bg-brown:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(128 66 54 / var(--tw-bg-opacity));
}

.\!bg-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(175 18 109 / var(--tw-bg-opacity)) !important;
}

.\!bg-teal,
.\!bg-aqua {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(129 195 175 / var(--tw-bg-opacity)) !important;
}

.\!bg-green {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(181 203 82 / var(--tw-bg-opacity)) !important;
}

.\!bg-red {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(225 51 22 / var(--tw-bg-opacity)) !important;
}

.\!bg-grey,
.\!bg-gray {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(77 79 83 / var(--tw-bg-opacity)) !important;
}

.\!bg-orange {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 140 1 / var(--tw-bg-opacity)) !important;
}

.\!bg-yellow {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 191 31 / var(--tw-bg-opacity)) !important;
}

.\!bg-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(155 211 242 / var(--tw-bg-opacity)) !important;
}

.\!bg-purple {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(108 72 145 / var(--tw-bg-opacity)) !important;
}

.\!bg-navy {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(10 81 122 / var(--tw-bg-opacity)) !important;
}

.\!bg-brown {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(128 66 54 / var(--tw-bg-opacity)) !important;
}

/* BACKGROUND PATTERNS */

.bg-pattern-primary {
  background-image: url('../img/bg-tiles/pink.jpeg');
  background-size: cover;
  background-position: center;
}

.bg-pattern-teal,
.bg-pattern-aqua {
  background-image: url('../img/bg-tiles/teal.jpeg');
  background-size: cover;
  background-position: center;
}

.bg-pattern-green {
  background-image: url('../img/bg-tiles/green.jpeg');
  background-size: cover;
  background-position: center;
}

.bg-pattern-red {
  background-image: url('../img/bg-tiles/red.jpeg');
  background-size: cover;
  background-position: center;
}

.bg-pattern-grey,
.bg-pattern-gray {
  background-image: url('../img/bg-tiles/grey.jpeg');
  background-size: cover;
  background-position: center;
}

.bg-pattern-orange {
  background-image: url('../img/bg-tiles/orange.jpeg');
  background-size: cover;
  background-position: center;
}

.bg-pattern-yellow {
  background-image: url('../img/bg-tiles/yellow.jpeg');
  background-size: cover;
  background-position: center;
}

.bg-pattern-blue {
  background-image: url('../img/bg-tiles/blue.jpeg');
  background-size: cover;
  background-position: center;
}

.bg-pattern-purple {
  background-image: url('../img/bg-tiles/purple.jpeg');
  background-size: cover;
  background-position: center;
}

.bg-pattern-navy {
  background-image: url('../img//bg-tiles/navy.jpeg');
  background-size: cover;
  background-position: center;
}

.bg-pattern-black {
  background-image: url('../img//bg-tiles/black.jpeg');
  background-size: cover;
  background-position: center;
}

.bg-pattern-white {
  background-image: url('../img//bg-tiles/white.jpeg');
  background-size: cover;
  background-position: center;
}

.bg-pattern-brown {
  --tw-bg-opacity: 1;
  background-color: rgb(128 66 54 / var(--tw-bg-opacity));
}

/* TEXT COLOR */

.text-primary,
.after\:text-primary::after,
.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / var(--tw-text-opacity));
}

.text-teal,
.text-aqua,
.after\:text-teal::after,
.after\:text-aqua::after,
.hover\:text-teal:hover,
.hover\:text-aqua:hover,
.hover\:\!text-teal:hover,
.hover\:\!text-aqua:hover,
.hover\:\!text-teal,
.hover\:\!text-aqua {
  --tw-text-opacity: 1;
  color: rgb(129 195 175 / var(--tw-text-opacity));
}

.text-green,
.after\:text-green::after,
.hover\:text-green:hover {
  --tw-text-opacity: 1;
  color: rgb(181 203 82 / var(--tw-text-opacity));
}

.text-red,
.after\:text-red::after,
.hover\:text-red:hover {
  --tw-text-opacity: 1;
  color: rgb(225 51 22 / var(--tw-text-opacity));
}

.text-grey,
.text-gray,
.after\:text-grey::after,
.after\:text-gray::after,
.hover\:text-grey:hover,
.hover\:text-gray:hover {
  --tw-text-opacity: 1;
  color: rgb(77 79 83 / var(--tw-text-opacity));
}

.text-orange,
.after\:text-orange::after,
.hover\:text-orange:hover {
  --tw-text-opacity: 1;
  color: rgb(237 140 1 / var(--tw-text-opacity));
}

.text-yellow,
.after\:text-yellow::after,
.hover\:text-yellow:hover {
  --tw-text-opacity: 1;
  color: rgb(247 191 31 / var(--tw-text-opacity));
}

.text-blue,
.after\:text-blue::after,
.hover\:text-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(155 211 242 / var(--tw-text-opacity));
}

.text-purple,
.after\:text-purple::after,
.hover\:text-purple:hover {
  --tw-text-opacity: 1;
  color: rgb(108 72 145 / var(--tw-text-opacity));
}

.text-navy,
.after\:text-navy::after,
.hover\:text-navy:hover {
  --tw-text-opacity: 1;
  color: rgb(10 81 122 / var(--tw-text-opacity));
}

.text-brown,
.after\:text-brown,
.after\:text-brown::after {
  --tw-text-opacity: 1;
  color: rgb(128 66 54 / var(--tw-text-opacity));
}

.\!text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(175 18 109 / var(--tw-text-opacity)) !important;
}

.\!text-teal,
.\!text-aqua {
  --tw-text-opacity: 1 !important;
  color: rgb(129 195 175 / var(--tw-text-opacity)) !important;
}

.\!text-green {
  --tw-text-opacity: 1 !important;
  color: rgb(181 203 82 / var(--tw-text-opacity)) !important;
}

.\!text-red {
  --tw-text-opacity: 1 !important;
  color: rgb(225 51 22 / var(--tw-text-opacity)) !important;
}

.\!text-grey,
.\!text-gray {
  --tw-text-opacity: 1 !important;
  color: rgb(77 79 83 / var(--tw-text-opacity)) !important;
}

.\!text-orange {
  --tw-text-opacity: 1 !important;
  color: rgb(237 140 1 / var(--tw-text-opacity)) !important;
}

.\!text-yellow {
  --tw-text-opacity: 1 !important;
  color: rgb(247 191 31 / var(--tw-text-opacity)) !important;
}

.\!text-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(155 211 242 / var(--tw-text-opacity)) !important;
}

.\!text-purple {
  --tw-text-opacity: 1 !important;
  color: rgb(108 72 145 / var(--tw-text-opacity)) !important;
}

.\!text-navy {
  --tw-text-opacity: 1 !important;
  color: rgb(10 81 122 / var(--tw-text-opacity)) !important;
}

.\!text-brown {
  --tw-text-opacity: 1 !important;
  color: rgb(128 66 54 / var(--tw-text-opacity)) !important;
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(175 18 109 / var(--tw-border-opacity));
}

.border-teal,
.border-aqua {
  --tw-border-opacity: 1;
  border-color: rgb(129 195 175 / var(--tw-border-opacity));
}

.border-green {
  --tw-border-opacity: 1;
  border-color: rgb(181 203 82 / var(--tw-border-opacity));
}

.border-red {
  --tw-border-opacity: 1;
  border-color: rgb(225 51 22 / var(--tw-border-opacity));
}

.border-grey,
.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(77 79 83 / var(--tw-border-opacity));
}

.border-orange {
  --tw-border-opacity: 1;
  border-color: rgb(237 140 1 / var(--tw-border-opacity));
}

.border-yellow {
  --tw-border-opacity: 1;
  border-color: rgb(247 191 31 / var(--tw-border-opacity));
}

.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(155 211 242 / var(--tw-border-opacity));
}

.border-purple {
  --tw-border-opacity: 1;
  border-color: rgb(108 72 145 / var(--tw-border-opacity));
}

.border-navy {
  --tw-border-opacity: 1;
  border-color: rgb(10 81 122 / var(--tw-border-opacity));
}

.border-brown {
  --tw-border-opacity: 1;
  border-color: rgb(128 66 54 / var(--tw-border-opacity));
}

.border-black {
  border-color: black;
}

.border-white {
  border-color: white;
}

.button-base {
  display: flex;
  min-height: 50px;
  min-width: 145px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  white-space: normal;
  border-radius: 9999px;
  border-width: 2px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-decoration-line: none !important;
  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;
}

.button-teal {
  border-color: transparent;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(129 195 175 / var(--tw-bg-opacity));
}

.button-teal:hover,.button-teal {
  --tw-text-opacity: 1;
  color: rgb(129 195 175 / var(--tw-text-opacity));
}

.button-teal:hover {
  --tw-border-opacity: 1;
  border-color: rgb(129 195 175 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1 !important;
  color: rgb(129 195 175 / var(--tw-text-opacity)) !important;
}

.button-green {
  border-color: transparent;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(181 203 82 / var(--tw-bg-opacity));
}

.button-green:hover {
  --tw-border-opacity: 1;
  border-color: rgb(181 203 82 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1 !important;
  color: rgb(181 203 82 / var(--tw-text-opacity)) !important;
}

.button-red {
  border-color: transparent;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(225 51 22 / var(--tw-bg-opacity));
}

.button-red:hover {
  --tw-border-opacity: 1;
  border-color: rgb(225 51 22 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1 !important;
  color: rgb(225 51 22 / var(--tw-text-opacity)) !important;
}

.button-grey {
  border-color: transparent;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(77 79 83 / var(--tw-bg-opacity));
}

.button-grey:hover {
  --tw-border-opacity: 1;
  border-color: rgb(77 79 83 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1 !important;
  color: rgb(77 79 83 / var(--tw-text-opacity)) !important;
}

.button-orange {
  border-color: transparent;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(237 140 1 / var(--tw-bg-opacity));
}

.button-orange:hover {
  --tw-border-opacity: 1;
  border-color: rgb(237 140 1 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1 !important;
  color: rgb(237 140 1 / var(--tw-text-opacity)) !important;
}

.button-yellow {
  border-color: transparent;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(247 191 31 / var(--tw-bg-opacity));
}

.button-yellow:hover {
  --tw-border-opacity: 1;
  border-color: rgb(247 191 31 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1 !important;
  color: rgb(247 191 31 / var(--tw-text-opacity)) !important;
}

.button-blue {
  border-color: transparent;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(155 211 242 / var(--tw-bg-opacity));
}

.button-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(155 211 242 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1 !important;
  color: rgb(155 211 242 / var(--tw-text-opacity)) !important;
}

.button-purple {
  border-color: transparent;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(108 72 145 / var(--tw-bg-opacity));
}

.button-purple:hover {
  --tw-border-opacity: 1;
  border-color: rgb(237 140 1 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1 !important;
  color: rgb(108 72 145 / var(--tw-text-opacity)) !important;
}

.button-navy {
  border-color: transparent;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(10 81 122 / var(--tw-bg-opacity));
}

.button-navy:hover {
  --tw-border-opacity: 1;
  border-color: rgb(10 81 122 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1 !important;
  color: rgb(10 81 122 / var(--tw-text-opacity)) !important;
}

.button-brown {
  border-color: transparent;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(128 66 54 / var(--tw-bg-opacity));
}

.button-brown:hover {
  --tw-border-opacity: 1;
  border-color: rgb(128 66 54 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1 !important;
  color: rgb(128 66 54 / var(--tw-text-opacity)) !important;
}

.button-black {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.button-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.button-white-base,
.button-white-primary {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(175 18 109 / var(--tw-text-opacity)) !important;
}

.button-white-base:hover,
.button-white-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(175 18 109 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.button-white-teal,
.button-white-aqua {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(129 195 175 / var(--tw-text-opacity)) !important;
}

.button-white-teal:hover,
.button-white-aqua:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(129 195 175 / var(--tw-bg-opacity));
}

.button-white-teal,
.button-white-aqua {
  --tw-text-opacity: 1 !important;
  color: rgb(129 195 175 / var(--tw-text-opacity)) !important;
}

.button-white-teal:hover,
.button-white-aqua:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(129 195 175 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.button-white-green {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(181 203 82 / var(--tw-text-opacity)) !important;
}

.button-white-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(181 203 82 / var(--tw-bg-opacity));
}

.button-white-green {
  --tw-text-opacity: 1 !important;
  color: rgb(181 203 82 / var(--tw-text-opacity)) !important;
}

.button-white-green:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(181 203 82 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.button-white-red {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(225 51 22 / var(--tw-text-opacity)) !important;
}

.button-white-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(225 51 22 / var(--tw-bg-opacity));
}

.button-white-red {
  --tw-text-opacity: 1 !important;
  color: rgb(225 51 22 / var(--tw-text-opacity)) !important;
}

.button-white-red:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(225 51 22 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.button-white-grey {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(77 79 83 / var(--tw-text-opacity)) !important;
}

.button-white-grey:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(77 79 83 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.button-white-orange {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(237 140 1 / var(--tw-text-opacity)) !important;
}

.button-white-orange:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 140 1 / var(--tw-bg-opacity));
}

.button-white-orange {
  --tw-text-opacity: 1 !important;
  color: rgb(237 140 1 / var(--tw-text-opacity)) !important;
}

.button-white-orange:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(237 140 1 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.button-white-yellow {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(247 191 31 / var(--tw-text-opacity)) !important;
}

.button-white-yellow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 191 31 / var(--tw-bg-opacity));
}

.button-white-yellow {
  --tw-text-opacity: 1 !important;
  color: rgb(247 191 31 / var(--tw-text-opacity)) !important;
}

.button-white-yellow:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(247 191 31 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.button-white-blue {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(155 211 242 / var(--tw-text-opacity)) !important;
}

.button-white-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(155 211 242 / var(--tw-bg-opacity));
}

.button-white-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(155 211 242 / var(--tw-text-opacity)) !important;
}

.button-white-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(155 211 242 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.button-white-purple {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(108 72 145 / var(--tw-text-opacity)) !important;
}

.button-white-purple:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(108 72 145 / var(--tw-bg-opacity));
}

.button-white-purple {
  --tw-text-opacity: 1 !important;
  color: rgb(108 72 145 / var(--tw-text-opacity)) !important;
}

.button-white-purple:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(108 72 145 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.button-white-navy {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(10 81 122 / var(--tw-text-opacity)) !important;
}

.button-white-navy:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(10 81 122 / var(--tw-bg-opacity));
}

.button-white-navy {
  --tw-text-opacity: 1 !important;
  color: rgb(10 81 122 / var(--tw-text-opacity)) !important;
}

.button-white-navy:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(10 81 122 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.button-white-brown {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(128 66 54 / var(--tw-text-opacity)) !important;
}

.button-white-brown:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(128 66 54 / var(--tw-bg-opacity));
}

.button-white-brown {
  --tw-text-opacity: 1 !important;
  color: rgb(128 66 54 / var(--tw-text-opacity)) !important;
}

.button-white-brown:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(128 66 54 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.button-white-black {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.button-white-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.button-outline-base,
.button-outline-primary {
  display: flex;
  min-height: 50px;
  min-width: 145px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 9999px;
  border-width: 2px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-decoration-line: none !important;
  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;
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(175 18 109 / var(--tw-border-opacity));
}

.button-outline-base:hover,
.button-outline-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(175 18 109 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button-outline-teal,
.button-outline-aqua {
  --tw-border-opacity: 1;
  border-color: rgb(129 195 175 / var(--tw-border-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(129 195 175 / var(--tw-text-opacity)) !important;
}

.button-outline-teal:hover,
.button-outline-aqua:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(129 195 175 / var(--tw-bg-opacity));
}

.button-outline-teal,
.button-outline-aqua {
  --tw-text-opacity: 1 !important;
  color: rgb(129 195 175 / var(--tw-text-opacity)) !important;
  --tw-border-opacity: 1;
  border-color: rgb(129 195 175 / var(--tw-border-opacity));
}

.button-outline-teal:hover,
.button-outline-aqua:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(129 195 175 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.button-outline-green {
  --tw-border-opacity: 1;
  border-color: rgb(181 203 82 / var(--tw-border-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(181 203 82 / var(--tw-text-opacity)) !important;
}

.button-outline-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(181 203 82 / var(--tw-bg-opacity));
}

.button-outline-green {
  --tw-text-opacity: 1 !important;
  color: rgb(181 203 82 / var(--tw-text-opacity)) !important;
  --tw-border-opacity: 1;
  border-color: rgb(181 203 82 / var(--tw-border-opacity));
}

.button-outline-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(181 203 82 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.button-outline-red {
  --tw-border-opacity: 1;
  border-color: rgb(225 51 22 / var(--tw-border-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(225 51 22 / var(--tw-text-opacity)) !important;
}

.button-outline-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(225 51 22 / var(--tw-bg-opacity));
}

.button-outline-red {
  --tw-text-opacity: 1 !important;
  color: rgb(225 51 22 / var(--tw-text-opacity)) !important;
  --tw-border-opacity: 1;
  border-color: rgb(225 51 22 / var(--tw-border-opacity));
}

.button-outline-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(225 51 22 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.button-outline-grey {
  --tw-text-opacity: 1 !important;
  color: rgb(77 79 83 / var(--tw-text-opacity)) !important;
  --tw-border-opacity: 1;
  border-color: rgb(77 79 83 / var(--tw-border-opacity));
}

.button-outline-grey:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(77 79 83 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.button-outline-orange {
  --tw-border-opacity: 1;
  border-color: rgb(237 140 1 / var(--tw-border-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(237 140 1 / var(--tw-text-opacity)) !important;
}

.button-outline-orange:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 140 1 / var(--tw-bg-opacity));
}

.button-outline-orange {
  --tw-text-opacity: 1 !important;
  color: rgb(237 140 1 / var(--tw-text-opacity)) !important;
  --tw-border-opacity: 1;
  border-color: rgb(237 140 1 / var(--tw-border-opacity));
}

.button-outline-orange:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 140 1 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.button-outline-yellow {
  --tw-border-opacity: 1;
  border-color: rgb(247 191 31 / var(--tw-border-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(247 191 31 / var(--tw-text-opacity)) !important;
}

.button-outline-yellow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 191 31 / var(--tw-bg-opacity));
}

.button-outline-yellow {
  --tw-text-opacity: 1 !important;
  color: rgb(247 191 31 / var(--tw-text-opacity)) !important;
  --tw-border-opacity: 1;
  border-color: rgb(247 191 31 / var(--tw-border-opacity));
}

.button-outline-yellow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 191 31 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.button-outline-blue {
  --tw-border-opacity: 1;
  border-color: rgb(155 211 242 / var(--tw-border-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(155 211 242 / var(--tw-text-opacity)) !important;
}

.button-outline-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(155 211 242 / var(--tw-bg-opacity));
}

.button-outline-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(155 211 242 / var(--tw-text-opacity)) !important;
  --tw-border-opacity: 1;
  border-color: rgb(155 211 242 / var(--tw-border-opacity));
}

.button-outline-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(155 211 242 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.button-outline-purple {
  --tw-border-opacity: 1;
  border-color: rgb(108 72 145 / var(--tw-border-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(108 72 145 / var(--tw-text-opacity)) !important;
}

.button-outline-purple:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(108 72 145 / var(--tw-bg-opacity));
}

.button-outline-purple {
  --tw-text-opacity: 1 !important;
  color: rgb(108 72 145 / var(--tw-text-opacity)) !important;
  --tw-border-opacity: 1;
  border-color: rgb(108 72 145 / var(--tw-border-opacity));
}

.button-outline-purple:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(108 72 145 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.button-outline-navy {
  --tw-border-opacity: 1;
  border-color: rgb(10 81 122 / var(--tw-border-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(10 81 122 / var(--tw-text-opacity)) !important;
}

.button-outline-navy:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(10 81 122 / var(--tw-bg-opacity));
}

.button-outline-navy {
  --tw-text-opacity: 1 !important;
  color: rgb(10 81 122 / var(--tw-text-opacity)) !important;
  --tw-border-opacity: 1;
  border-color: rgb(10 81 122 / var(--tw-border-opacity));
}

.button-outline-navy:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(10 81 122 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.button-outline-brown {
  --tw-border-opacity: 1;
  border-color: rgb(128 66 54 / var(--tw-border-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(128 66 54 / var(--tw-text-opacity)) !important;
}

.button-outline-brown:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(128 66 54 / var(--tw-bg-opacity));
}

.button-outline-brown {
  --tw-text-opacity: 1 !important;
  color: rgb(128 66 54 / var(--tw-text-opacity)) !important;
  --tw-border-opacity: 1;
  border-color: rgb(128 66 54 / var(--tw-border-opacity));
}

.button-outline-brown:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(128 66 54 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.button-outline-green {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  border-color: white;
}

.button-outline-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.button-outline-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  border-color: black;
}

.button-outline-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.button-outine-white-base,
.button-outline-white-primary {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(175 18 109 / var(--tw-bg-opacity));
  border-color: white;
}

.button-outine-white-base:hover,
.button-outline-white-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(175 18 109 / var(--tw-text-opacity)) !important;
}

.button-outline-white-teal,
.button-outline-white-aqua {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(129 195 175 / var(--tw-bg-opacity));
}

.button-outline-white-teal:hover,.button-outline-white-teal,
.button-outline-white-aqua:hover,
.button-outline-white-aqua {
  --tw-text-opacity: 1;
  color: rgb(129 195 175 / var(--tw-text-opacity));
}

.button-outline-white-teal,
.button-outline-white-aqua {
  border-color: white;
}

.button-outline-white-teal:hover,
.button-outline-white-aqua:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(129 195 175 / var(--tw-text-opacity)) !important;
}

.button-outline-white-green {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(181 203 82 / var(--tw-bg-opacity));
  border-color: white;
}

.button-outline-white-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(181 203 82 / var(--tw-text-opacity)) !important;
}

.button-outline-white-red {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(225 51 22 / var(--tw-bg-opacity));
  border-color: white;
}

.button-outline-white-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(225 51 22 / var(--tw-text-opacity)) !important;
}

.button-outline-white-grey {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(77 79 83 / var(--tw-bg-opacity));
  border-color: white;
}

.button-outline-white-grey:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(77 79 83 / var(--tw-text-opacity)) !important;
}

.button-outline-white-orange {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(237 140 1 / var(--tw-bg-opacity));
  border-color: white;
}

.button-outline-white-orange:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(237 140 1 / var(--tw-text-opacity)) !important;
}

.button-outline-white-yellow {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(247 191 31 / var(--tw-bg-opacity));
  border-color: white;
}

.button-outline-white-yellow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(247 191 31 / var(--tw-text-opacity)) !important;
}

.button-outline-white-blue {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(155 211 242 / var(--tw-bg-opacity));
  border-color: white;
}

.button-outline-white-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(155 211 242 / var(--tw-text-opacity)) !important;
}

.button-outline-white-purple {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(108 72 145 / var(--tw-bg-opacity));
  border-color: white;
}

.button-outline-white-purple:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(108 72 145 / var(--tw-text-opacity)) !important;
}

.button-outline-white-navy {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(10 81 122 / var(--tw-bg-opacity));
  border-color: white;
}

.button-outline-white-navy:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(10 81 122 / var(--tw-text-opacity)) !important;
}

.button-outline-white-brown {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(128 66 54 / var(--tw-bg-opacity));
  border-color: white;
}

.button-outline-white-brown:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(128 66 54 / var(--tw-text-opacity)) !important;
}

.button-outline-white-black {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  border-color: white;
}

.button-outline-white-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

@media (min-width: 768px) {
  .md\:h1 {
    margin-bottom: 1.5rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:underline-anim {
    position: relative;
  }

  .md\:underline-anim::after {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 3px;
    width: 0%;
    background-color: currentColor;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    --tw-content: '';
    content: var(--tw-content);
  }

  .md\:underline-anim:hover::after {
    left: 0px;
    right: unset;
    content: var(--tw-content);
    width: 100%;
  }
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:-bottom-1::after {
  content: var(--tw-content);
  bottom: -0.25rem;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:border-b-2::after {
  content: var(--tw-content);
  border-bottom-width: 2px;
}

.after\:border-primary::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(175 18 109 / var(--tw-border-opacity));
}

.after\:text-primary::after {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / var(--tw-text-opacity));
}

.after\:opacity-0::after {
  content: var(--tw-content);
  opacity: 0;
}

.after\:transition-opacity::after {
  content: var(--tw-content);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.last\:pb-2:last-child {
  padding-bottom: 0.5rem;
}

.odd\:bg-blue-50:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(241 249 254 / var(--tw-bg-opacity));
}

.hover\:scale-150:hover {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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-90:hover {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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\:gap-0:hover {
  gap: 0px;
}

.hover\:gap-0\.5:hover {
  gap: 0.125rem;
}

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

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

.hover\:\!bg-black\/20:hover {
  background-color: rgb(0 0 0 / 0.2) !important;
}

.hover\:\!bg-primary:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(175 18 109 / var(--tw-bg-opacity)) !important;
}

.hover\:\!bg-primary-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(136 19 87 / var(--tw-bg-opacity)) !important;
}

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

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 230 232 / var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(207 209 210 / var(--tw-bg-opacity));
}

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

.hover\:bg-primary-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 87 / var(--tw-bg-opacity));
}

.hover\:bg-purple:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(108 72 145 / var(--tw-bg-opacity));
}

.hover\:\!text-primary:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(175 18 109 / var(--tw-text-opacity)) !important;
}

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

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / var(--tw-text-opacity));
}

.hover\:text-primary-600:hover {
  --tw-text-opacity: 1;
  color: rgb(227 31 153 / var(--tw-text-opacity));
}

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

.hover\:opacity-60:hover {
  opacity: 0.6;
}

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

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(175 18 109 / var(--tw-border-opacity));
}

.focus\:ring-primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(175 18 109 / var(--tw-ring-opacity));
}

.group\/child:hover .group-hover\/child\:pointer-events-auto {
  pointer-events: auto;
}

.group\/top:hover .group-hover\/top\:pointer-events-auto {
  pointer-events: auto;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:h-\[100px\] {
  height: 100px;
}

.group:hover .group-hover\:min-h-\[unset\] {
  min-height: unset;
}

.group:hover .group-hover\:translate-y-\[175px\] {
  --tw-translate-y: 175px;
  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\/child:hover .group-hover\/child\: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));
}

.group\/top:hover .group-hover\/top\: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));
}

.group:hover .group-hover\:scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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\:scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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\:rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.group:hover .group-hover\:border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(175 18 109 / var(--tw-border-opacity));
}

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

.group\/child:hover .group-hover\/child\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(175 18 109 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-\[var\(--service-color\)\] {
  background-color: var(--service-color);
}

.group:hover .group-hover\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(175 18 109 / var(--tw-bg-opacity));
}

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

.group:hover .group-hover\:fill-white {
  fill: #fff;
}

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

.group\/top:hover .group-hover\/top\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-transparent {
  color: transparent;
}

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

.group\/child:hover .group-hover\/child\:opacity-100 {
  opacity: 1;
}

.group\/top:hover .group-hover\/top\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:brightness-\[10\] {
  --tw-brightness: brightness(10);
  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);
}

.group:hover .group-hover\:invert-0 {
  --tw-invert: invert(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.group\/top:hover .group-hover\/top\:after\:opacity-100::after {
  content: var(--tw-content);
  opacity: 1;
}

.peer:checked ~ .peer-checked\:bg-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(108 72 145 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.prose-headings\:text-4xl :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.prose-headings\:text-primary :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / var(--tw-text-opacity));
}

.prose-figure\:m-0 :is(:where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin: 0px;
}

@media (prefers-reduced-motion: no-preference) {
  .motion-safe\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

@media (min-width: 500px) {
  .min-\[500px\]\:flex {
    display: flex;
  }
}

@media (min-width: 640px) {
  .sm\:static {
    position: static;
  }

  .sm\:absolute {
    position: absolute;
  }

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

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

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

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

  .sm\:flex {
    display: flex;
  }

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

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

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

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

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

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

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

  .sm\:w-\[50px\] {
    width: 50px;
  }

  .sm\:min-w-\[50px\] {
    min-width: 50px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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\:rounded-3xl {
    border-radius: 1.5rem;
  }

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

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

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

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

  .sm\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

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

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

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

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

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

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

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:-left-\[24px\] {
    left: -24px;
  }

  .md\:-left-\[90px\] {
    left: -90px;
  }

  .md\:-right-\[10\%\] {
    right: -10%;
  }

  .md\:-right-\[24px\] {
    right: -24px;
  }

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

  .md\:bottom-\[50px\] {
    bottom: 50px;
  }

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

  .md\:left-\[-27\%\] {
    left: -27%;
  }

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

  .md\:left-\[unset\] {
    left: unset;
  }

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

  .md\:right-\[-27\%\] {
    right: -27%;
  }

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

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

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

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

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

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

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

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

  .md\:me-10 {
    -webkit-margin-end: 2.5rem;
            margin-inline-end: 2.5rem;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-video {
    aspect-ratio: 16 / 9;
  }

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

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

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

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

  .md\:h-section {
    height: calc(100vh - var(--h-header));
  }

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

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

  .md\:min-h-\[618px\] {
    min-height: 618px;
  }

  .md\:min-h-\[unset\] {
    min-height: unset;
  }

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

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

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

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

  .md\:w-8\/12 {
    width: 66.666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:-translate-x-\[100\%\] {
    --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));
  }

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

  .md\:-translate-y-\[50\%\] {
    --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));
  }

  .md\:translate-x-\[50\%\] {
    --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));
  }

  .md\:translate-y-\[70\%\] {
    --tw-translate-y: 70%;
    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));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:grid-cols-\[1\.5fr_1\.5fr_1fr_1fr_1fr\] {
    grid-template-columns: 1.5fr 1.5fr 1fr 1fr 1fr;
  }

  .md\:grid-cols-\[2fr_1fr\] {
    grid-template-columns: 2fr 1fr;
  }

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

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

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

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:overflow-visible {
    overflow: visible;
  }

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

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

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

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

  .md\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

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

  .md\:border-r-\[10px\] {
    border-right-width: 10px;
  }

  .md\:\!bg-transparent {
    background-color: transparent !important;
  }

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

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

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

  .md\:p-12 {
    padding: 3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

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

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

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pb-\[unset\] {
    padding-bottom: unset;
  }

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

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

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

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-28 {
    padding-top: 7rem;
  }

  .md\:pt-48 {
    padding-top: 12rem;
  }

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

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pt-\[120px\] {
    padding-top: 120px;
  }

  .md\:pt-\[200px\] {
    padding-top: 200px;
  }

  .md\:pt-\[68px\] {
    padding-top: 68px;
  }

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

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

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

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

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

  .md\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .md\:text-\[1\.75rem\] {
    font-size: 1.75rem;
  }

  .md\:text-bg {
    font-size: 26rem;
  }

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

  .md\:font-bold {
    font-weight: 700;
  }

  .md\:leading-\[80px\] {
    line-height: 80px;
  }

  .md\:text-\[\#4E5053\] {
    --tw-text-opacity: 1;
    color: rgb(78 80 83 / var(--tw-text-opacity));
  }

  .md\:text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

  .md\:after\:w-full::after {
    content: var(--tw-content);
    width: 100%;
  }

  .md\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.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));
  }

  .md\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(229 230 232 / var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:translate-y-6 {
    --tw-translate-y: 1.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .group:hover .md\:group-hover\:translate-y-\[20\%\] {
    --tw-translate-y: 20%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .group:hover .md\:group-hover\:scale-110 {
    --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));
  }

  .group:hover .md\:group-hover\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(175 18 109 / var(--tw-bg-opacity));
  }

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

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:left-\[-27\%\] {
    left: -27%;
  }

  .lg\:right-10 {
    right: 2.5rem;
  }

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

  .lg\:right-\[-27\%\] {
    right: -27%;
  }

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

  .lg\:top-7 {
    top: 1.75rem;
  }

  .lg\:me-10 {
    -webkit-margin-end: 2.5rem;
            margin-inline-end: 2.5rem;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[60vh\] {
    height: 60vh;
  }

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

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

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

  .lg\:max-w-\[220px\] {
    max-width: 220px;
  }

  .lg\:max-w-\[450px\] {
    max-width: 450px;
  }

  .lg\:max-w-\[480px\] {
    max-width: 480px;
  }

  .lg\:max-w-\[80\%\] {
    max-width: 80%;
  }

  .lg\:max-w-column {
    max-width: 470px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:grid-cols-\[10\%_minmax\(0px\2c 1fr\)_minmax\(0px\2c 1fr\)_minmax\(0px\2c 1fr\)_minmax\(0px\2c 1fr\)_minmax\(0px\2c 1fr\)\] {
    grid-template-columns: 10% minmax(0px,1fr) minmax(0px,1fr) minmax(0px,1fr) minmax(0px,1fr) minmax(0px,1fr);
  }

  .lg\:grid-cols-\[20\%_minmax\(0px\2c 1fr\)_minmax\(0px\2c 1fr\)_minmax\(0px\2c 1fr\)_minmax\(0px\2c 1fr\)\] {
    grid-template-columns: 20% minmax(0px,1fr) minmax(0px,1fr) minmax(0px,1fr) minmax(0px,1fr);
  }

  .lg\:grid-cols-\[40\%_60\%\] {
    grid-template-columns: 40% 60%;
  }

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

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

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

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

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

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

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

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

  .lg\:overflow-hidden {
    overflow: hidden;
  }

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

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

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

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

  .lg\:p-20 {
    padding: 5rem;
  }

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

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

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

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

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

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

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

  .lg\:text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

  .lg\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
}

@media (min-width: 1280px) {
  .xl\:bottom-0 {
    bottom: 0px;
  }

  .xl\:left-16 {
    left: 4rem;
  }

  .xl\:right-0 {
    right: 0px;
  }

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

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

  .xl\:w-\[80\%\] {
    width: 80%;
  }

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

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

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

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:p-16 {
    padding: 4rem;
  }

  .xl\:p-20 {
    padding: 5rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

  .xl\:pr-0 {
    padding-right: 0px;
  }

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

@media (min-width: 1536px) {
  .\32xl\:left-20 {
    left: 5rem;
  }

  .\32xl\:right-20 {
    right: 5rem;
  }

  .\32xl\:max-w-\[900px\] {
    max-width: 900px;
  }

  .\32xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .\32xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}

.\[\&\.bg-white\]\:\!text-black.bg-white {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.\[\&\.swiper-slide-active\]\:z-\[1\].swiper-slide-active {
  z-index: 1;
}

.\[\&\.swiper-slide-active\]\:text-white.swiper-slide-active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&\>\*\:nth-child\(even\)\]\:bg-gray-50>*:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 246 / var(--tw-bg-opacity));
}

.\[\&\>\*\]\:h-full>* {
  height: 100%;
}

.\[\&\>\*\]\:w-full>* {
  width: 100%;
}

.\[\&\>\*\]\:border-gray-100>* {
  --tw-border-opacity: 1;
  border-color: rgb(229 230 232 / var(--tw-border-opacity));
}

.\[\&\>\*\]\:bg-gray-100>* {
  --tw-bg-opacity: 1;
  background-color: rgb(229 230 232 / var(--tw-bg-opacity));
}

.\[\&\>\*\]\:object-cover>* {
  -o-object-fit: cover;
     object-fit: cover;
}

.\[\&\>\*\]\:\!text-primary>* {
  --tw-text-opacity: 1 !important;
  color: rgb(175 18 109 / var(--tw-text-opacity)) !important;
}

.\[\&\>\.swiper-pagination-bullet-active\]\:bg-teal>.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(129 195 175 / var(--tw-bg-opacity));
}

.\[\&\>\.swiper-pagination-bullet\]\:h-\[10px\]>.swiper-pagination-bullet {
  height: 10px;
}

.\[\&\>\.swiper-pagination-bullet\]\:w-\[10px\]>.swiper-pagination-bullet {
  width: 10px;
}

.\[\&\>h2\]\:pt-10>h2 {
  padding-top: 2.5rem;
}

.\[\&\>h2\]\:text-4xl>h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.\[\&\>h2\]\:font-light>h2 {
  font-weight: 300;
}

.\[\&\>h2\]\:leading-tight>h2 {
  line-height: 1.25;
}

.\[\&\>h2\]\:text-primary>h2 {
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .md\:\[\&\>h2\]\:text-5xl>h2 {
    font-size: 3rem;
    line-height: 1;
  }
}

.\[\&\>p\]\:mb-0>p {
  margin-bottom: 0px;
}

.\[\&\>svg\]\:h-7>svg {
  height: 1.75rem;
}

.\[\&\>svg\]\:w-2>svg {
  width: 0.5rem;
}

.\[\&\>svg\]\:w-7>svg {
  width: 1.75rem;
}

.\[\&\>ul\]\:justify-start>ul {
  justify-content: flex-start;
}

.\[\&\>ul\]\:gap-5>ul {
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .md\:\[\&\>ul\]\:justify-end>ul {
    justify-content: flex-end;
  }
}

.\[\&_\.gform_footer\]\:justify-center .gform footer {
  justify-content: center;
}

.\[\&_\.swiper-button-disabled\]\:\!text-gray-200 .swiper-button-disabled {
  --tw-text-opacity: 1 !important;
  color: rgb(207 209 210 / var(--tw-text-opacity)) !important;
}

.\[\&_\>_h1\]\:pr-7 > h1 {
  padding-right: 1.75rem;
}

.\[\&_a\]\:\!text-white a {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.\[\&_a\]\:text-primary a {
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / var(--tw-text-opacity));
}

.\[\&_a\]\:text-primary-700 a {
  --tw-text-opacity: 1;
  color: rgb(198 16 124 / var(--tw-text-opacity));
}

.\[\&_a\]\:hover\:text-primary:hover a {
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / var(--tw-text-opacity));
}

.\[\&_h2\]\:mb-0 h2 {
  margin-bottom: 0px;
}

.\[\&_h2\]\:text-3xl h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.\[\&_h2\]\:\!text-white h2 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.\[\&_h2\]\:text-primary h2 {
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / var(--tw-text-opacity));
}

.\[\&_p\]\:mb-0 p {
  margin-bottom: 0px;
}

.\[\&_p\]\:mt-5 p {
  margin-top: 1.25rem;
}

.\[\&_p\]\:pt-5 p {
  padding-top: 1.25rem;
}

.\[\&_p\]\:\!text-white p {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.\[\&_p\]\:text-black p {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.swiper-slide-active .\[\.swiper-slide-active_\&\]\:text-current {
  color: currentColor;
}

.swiper-slide-active .\[\.swiper-slide-active_\&\]\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.swiper-slide-active .\[\.swiper-slide-active_\&\]\:opacity-100 {
  opacity: 1;
}
