@import url(https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap);
/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #E5E7EB; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/
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: calibri, arial, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
}
/*
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: #9FBDC3; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9FBDC3; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9FBDC3; /* 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;
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6B7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1C64F2;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #1C64F2;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6B7280;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
  color: #6B7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #6B7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #1C64F2;
  background-color: #fff;
  border-color: #6B7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1C64F2;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked,.dark [type='checkbox']:checked,.dark [type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px auto -webkit-focus-ring-color;
}
input[type=file]::-webkit-file-upload-button{
  color: white;
  background: #DDDDDD;
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
  border: 0;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2rem;
  padding-right: 1rem;
  -webkit-margin-start: -1rem;
          margin-inline-start: -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
input[type=file]::file-selector-button{
  color: white;
  background: #DDDDDD;
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
  border: 0;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2rem;
  padding-right: 1rem;
  -webkit-margin-start: -1rem;
          margin-inline-start: -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
input[type=file]::-webkit-file-upload-button:hover{
  background: #C4C4C4;
}
input[type=file]::file-selector-button:hover{
  background: #C4C4C4;
}
.dark input[type=file]::-webkit-file-upload-button{
  color: white;
  background: #C4C4C4;
}
.dark input[type=file]::file-selector-button{
  color: white;
  background: #C4C4C4;
}
.dark input[type=file]::-webkit-file-upload-button:hover{
  background: #6B7280;
}
.dark input[type=file]::file-selector-button:hover{
  background: #6B7280;
}
.toggle-bg:after{
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  background: white;
  border-color: #646C7A;
  border-width: 1px;
  border-radius: 9999px;
  height: 5px;
  width: 5px;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  transition-duration: .15s;
  box-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}
input:checked + .toggle-bg:after{
  transform: translateX(100%);;
  border-color: white;
}
input:checked + .toggle-bg{
  background: #1C64F2;
  border-color: #1C64F2;
}
.tooltip-arrow,.tooltip-arrow:before{
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}
.tooltip-arrow{
  visibility: hidden;
}
.tooltip-arrow:before{
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}
[data-tooltip-style^='light'] + .tooltip > .tooltip-arrow:before{
  border-style: solid;
  border-color: #e5e7eb;
}
[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='top'] > .tooltip-arrow:before{
  border-bottom-width: 1px;
  border-right-width: 1px;
}
[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='right'] > .tooltip-arrow:before{
  border-bottom-width: 1px;
  border-left-width: 1px;
}
[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='bottom'] > .tooltip-arrow:before{
  border-top-width: 1px;
  border-left-width: 1px;
}
[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='left'] > .tooltip-arrow:before{
  border-top-width: 1px;
  border-right-width: 1px;
}
.tooltip[data-popper-placement^='top'] > .tooltip-arrow{
  bottom: -4px;
}
.tooltip[data-popper-placement^='bottom'] > .tooltip-arrow{
  top: -4px;
}
.tooltip[data-popper-placement^='left'] > .tooltip-arrow{
  right: -4px;
}
.tooltip[data-popper-placement^='right'] > .tooltip-arrow{
  left: -4px;
}
.tooltip.invisible > .tooltip-arrow:before{
  visibility: hidden;
}
.container-fluid{
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
*, ::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-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(63 131 248 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::-webkit-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-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(63 131 248 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::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-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(63 131 248 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 90%;
  margin: auto;
}
@media (min-width: 1280px){
  .container{
    width: 1200px;
  }
}
@media (min-width: 1536px){
  .container{
    width: 1440px;
  }
}
.gradient-cta{
  border-radius: 0.25rem;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
    /* background: linear-gradient(90deg, #0097A7 0%, #00BCD4 48.96%, #4DD0E1 100%); */
    background: linear-gradient(
      90deg,
      #0097a7 0%,
      #00bcd4 99.99%,
      #6dcbd7 100%
    );
}
.gradient-cta:hover{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.gradient-cta:hover{
  transition-duration: 300ms;
}
.gradient-cta:hover {
    /* background: linear-gradient(90deg, #0097A7 0%, #00BCD4 48.96%, #4DD0E1 100%); */
    background: linear-gradient(
      90deg,
      #0097a7 0%,
      #00bcd4 48.96%,
      #4dd0e1 100%
    );
  }
.gradient-cta input[type="submit"]:disabled {
      background: lightgray;
    }
.gradient-cta-filter{
  border-radius: 0.25rem;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    /* background: linear-gradient(90deg, #0097A7 0%, #00BCD4 48.96%, #4DD0E1 100%); */
    background: linear-gradient(
      90deg,
      #0097a7 0%,
      #00bcd4 99.99%,
      #6dcbd7 100%
    );
}
.gradient-cta-filter:hover{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.gradient-cta-filter:hover{
  transition-duration: 300ms;
}
.gradient-cta-filter:hover {
    /* background: linear-gradient(90deg, #0097A7 0%, #00BCD4 48.96%, #4DD0E1 100%); */
    background: linear-gradient(
      90deg,
      #0097a7 0%,
      #00bcd4 48.96%,
      #4dd0e1 100%
    );
  }
.trasparent-cta-filter{
  border-radius: 0.25rem;
  border-width: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
  font-size: 14px;
}
.trasparent-cta-filter:hover{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.trasparent-cta-filter:hover{
  transition-duration: 300ms;
}
.trasparent-cta-filter:hover {
    /* background: linear-gradient(90deg, #0097A7 0%, #00BCD4 48.96%, #4DD0E1 100%); */
    background: linear-gradient(
      90deg,
      #0097a7 0%,
      #00bcd4 48.96%,
      #4dd0e1 100%
    );
  }
.trasparent-cta-filter{
    
    border-color: #00BCD4;
}
.ottanio-cta{
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(5 79 89 / var(--tw-bg-opacity));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ottanio-cta:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 151 167 / var(--tw-bg-opacity));
}
.ottanio-cta:hover{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ottanio-cta:hover{
  transition-duration: 300ms;
}
.transparent-cta{
  border-radius: 0.25rem;
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.transparent-cta:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.transparent-cta:hover{
  --tw-text-opacity: 1;
  color: rgb(5 79 89 / var(--tw-text-opacity));
}
.transparent-cta:hover{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transparent-cta:hover{
  transition-duration: 300ms;
}
.magenta-cta{
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(224 14 102 / var(--tw-bg-opacity));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.magenta-cta:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 149 149 / var(--tw-bg-opacity));
}
.magenta-cta:hover{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.magenta-cta:hover{
  transition-duration: 300ms;
}
.badge-cta{
  border-radius: 0.25rem;
  background-color: rgb(224 14 102 / 0.75);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));

    font-family: Open Sans;
    line-height: 30.4px;
    letter-spacing: 2.4px;
}
.title-page{
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(86 200 216 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .title-page{
    margin-bottom: 24px;
  }
}
.info-page{
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(112 142 148 / 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;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: -webkit-sticky;
  position: sticky;
}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.top-0{
  top: 0px;
}
.right-0{
  right: 0px;
}
.top-\[100px\]{
  top: 100px;
}
.top-\[-50px\]{
  top: -50px;
}
.left-0{
  left: 0px;
}
.top-21{
  top: 21px;
}
.left-24{
  left: 24px;
}
.top-10{
  top: 10px;
}
.left-10{
  left: 10px;
}
.top-1\/2{
  top: 50%;
}
.left-1\/2{
  left: 50%;
}
.bottom-\[65px\]{
  bottom: 65px;
}
.bottom-0{
  bottom: 0px;
}
.right-12{
  right: 12px;
}
.top-\[10\%\]{
  top: 10%;
}
.left-40{
  left: 40px;
}
.bottom-\[10\%\]{
  bottom: 10%;
}
.top-\[50\%\]{
  top: 50%;
}
.left-\[10\%\]{
  left: 10%;
}
.bottom-5{
  bottom: 5px;
}
.\!bottom-0{
  bottom: 0px !important;
}
.top-\[25\%\]{
  top: 25%;
}
.top-\[80\%\]{
  top: 80%;
}
.top-\[-95px\]{
  top: -95px;
}
.bottom-27{
  bottom: 27px;
}
.\!-bottom-30{
  bottom: -30px !important;
}
.\!-bottom-26{
  bottom: -26px !important;
}
.-z-10{
  z-index: -10;
}
.z-10{
  z-index: 10;
}
.z-30{
  z-index: 30;
}
.z-20{
  z-index: 20;
}
.\!z-0{
  z-index: 0 !important;
}
.z-50{
  z-index: 50;
}
.z-40{
  z-index: 40;
}
.order-2{
  order: 2;
}
.order-1{
  order: 1;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.col-span-4{
  grid-column: span 4 / span 4;
}
.col-span-6{
  grid-column: span 6 / span 6;
}
.col-span-8{
  grid-column: span 8 / span 8;
}
.col-span-10{
  grid-column: span 10 / span 10;
}
.col-span-5{
  grid-column: span 5 / span 5;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.col-span-7{
  grid-column: span 7 / span 7;
}
.col-start-3{
  grid-column-start: 3;
}
.col-start-2{
  grid-column-start: 2;
}
.col-start-9{
  grid-column-start: 9;
}
.row-start-2{
  grid-row-start: 2;
}
.m-0{
  margin: 0px;
}
.m-auto{
  margin: auto;
}
.my-40{
  margin-top: 40px;
  margin-bottom: 40px;
}
.-mx-15{
  margin-left: -15px;
  margin-right: -15px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-2{
  margin-top: 2px;
  margin-bottom: 2px;
}
.my-\[100px\]{
  margin-top: 100px;
  margin-bottom: 100px;
}
.my-15{
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-\[20px\]{
  margin-top: 20px;
  margin-bottom: 20px;
}
.\!my-0{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.my-10{
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-100{
  margin-top: 100px;
  margin-bottom: 100px;
}
.my-16{
  margin-top: 16px;
  margin-bottom: 16px;
}
.my-5{
  margin-top: 5px;
  margin-bottom: 5px;
}
.mx-15{
  margin-left: 15px;
  margin-right: 15px;
}
.my-3{
  margin-top: 3px;
  margin-bottom: 3px;
}
.my-\[60px\]{
  margin-top: 60px;
  margin-bottom: 60px;
}
.mb-8{
  margin-bottom: 8px;
}
.mb-38{
  margin-bottom: 38px;
}
.mb-30{
  margin-bottom: 30px;
}
.mr-12{
  margin-right: 12px;
}
.mt-100{
  margin-top: 100px;
}
.mb-40{
  margin-bottom: 40px;
}
.mb-16{
  margin-bottom: 16px;
}
.mt-\[55px\]{
  margin-top: 55px;
}
.mb-\[55px\]{
  margin-bottom: 55px;
}
.mt-\[30px\]{
  margin-top: 30px;
}
.mt-78{
  margin-top: 78px;
}
.mt-40{
  margin-top: 40px;
}
.mt-120{
  margin-top: 120px;
}
.mr-20{
  margin-right: 20px;
}
.ml-20{
  margin-left: 20px;
}
.mb-20{
  margin-bottom: 20px;
}
.mb-32{
  margin-bottom: 32px;
}
.mr-24{
  margin-right: 24px;
}
.mt-32{
  margin-top: 32px;
}
.mb-19{
  margin-bottom: 19px;
}
.mb-15{
  margin-bottom: 15px;
}
.mb-23{
  margin-bottom: 23px;
}
.mr-10{
  margin-right: 10px;
}
.mr-40{
  margin-right: 40px;
}
.mb-43{
  margin-bottom: 43px;
}
.mt-24{
  margin-top: 24px;
}
.mb-14{
  margin-bottom: 14px;
}
.mt-34{
  margin-top: 34px;
}
.mb-24{
  margin-bottom: 24px;
}
.mt-70{
  margin-top: 70px;
}
.mt-60{
  margin-top: 60px;
}
.mb-34{
  margin-bottom: 34px;
}
.mb-10{
  margin-bottom: 10px;
}
.mb-94{
  margin-bottom: 94px;
}
.mb-42{
  margin-bottom: 42px;
}
.ml-24{
  margin-left: 24px;
}
.mb-80{
  margin-bottom: 80px;
}
.mt-14{
  margin-top: 14px;
}
.mb-33{
  margin-bottom: 33px;
}
.mr-5{
  margin-right: 5px;
}
.mr-8{
  margin-right: 8px;
}
.mb-25{
  margin-bottom: 25px;
}
.mb-0{
  margin-bottom: 0px;
}
.mt-20{
  margin-top: 20px;
}
.mb-70{
  margin-bottom: 70px;
}
.mt-26{
  margin-top: 26px;
}
.mb-35{
  margin-bottom: 35px;
}
.mt-30{
  margin-top: 30px;
}
.mb-60{
  margin-bottom: 60px;
}
.mt-50{
  margin-top: 50px;
}
.mb-50{
  margin-bottom: 50px;
}
.mb-9{
  margin-bottom: 9px;
}
.ml-8{
  margin-left: 8px;
}
.mb-6{
  margin-bottom: 6px;
}
.ml-0{
  margin-left: 0px;
}
.mr-4{
  margin-right: 4px;
}
.mb-55{
  margin-bottom: 55px;
}
.mb-18{
  margin-bottom: 18px;
}
.mt-25{
  margin-top: 25px;
}
.mt-\[60px\]{
  margin-top: 60px;
}
.mt-\[64px\]{
  margin-top: 64px;
}
.mb-4{
  margin-bottom: 4px;
}
.mr-16{
  margin-right: 16px;
}
.ml-10{
  margin-left: 10px;
}
.mb-36{
  margin-bottom: 36px;
}
.mb-\[38px\]{
  margin-bottom: 38px;
}
.mb-26{
  margin-bottom: 26px;
}
.mb-28{
  margin-bottom: 28px;
}
.mb-12{
  margin-bottom: 12px;
}
.ml-3{
  margin-left: 3px;
}
.mt-\[46px\]{
  margin-top: 46px;
}
.mt-\[135px\]{
  margin-top: 135px;
}
.mt-10{
  margin-top: 10px;
}
.mt-\[16px\]{
  margin-top: 16px;
}
.ml-\[30px\]{
  margin-left: 30px;
}
.mt-\[70px\]{
  margin-top: 70px;
}
.ml-5{
  margin-left: 5px;
}
.mt-0{
  margin-top: 0px;
}
.mb-64{
  margin-bottom: 64px;
}
.mt-\[36px\]{
  margin-top: 36px;
}
.mt-\[32px\]{
  margin-top: 32px;
}
.mt-\[35px\]{
  margin-top: 35px;
}
.mt-112{
  margin-top: 112px;
}
.mt-80{
  margin-top: 80px;
}
.mt-5{
  margin-top: 5px;
}
.mb-1{
  margin-bottom: 1px;
}
.mr-3{
  margin-right: 3px;
}
.mt-35{
  margin-top: 35px;
}
.mt-\[50px\]{
  margin-top: 50px;
}
.mt-\[48px\]{
  margin-top: 48px;
}
.mt-\[20px\]{
  margin-top: 20px;
}
.mt-\[120px\]{
  margin-top: 120px;
}
.mt-\[100px\]{
  margin-top: 100px;
}
.mb-100{
  margin-bottom: 100px;
}
.mb-5{
  margin-bottom: 5px;
}
.mt-1{
  margin-top: 1px;
}
.mt-15{
  margin-top: 15px;
}
.mb-\[120px\]{
  margin-bottom: 120px;
}
.mt-160{
  margin-top: 160px;
}
.mt-45{
  margin-top: 45px;
}
.mt-\[125px\]{
  margin-top: 125px;
}
.mt-4{
  margin-top: 4px;
}
.mt-23{
  margin-top: 23px;
}
.mb-\[50px\]{
  margin-bottom: 50px;
}
.mb-\[95px\]{
  margin-bottom: 95px;
}
.ml-\[10\%\]{
  margin-left: 10%;
}
.ml-auto{
  margin-left: auto;
}
.ml-35{
  margin-left: 35px;
}
.mr-2{
  margin-right: 2px;
}
.ml-30{
  margin-left: 30px;
}
.mb-120{
  margin-bottom: 120px;
}
.mr-50{
  margin-right: 50px;
}
.mt-\[89px\]{
  margin-top: 89px;
}
.mt-\[95px\]{
  margin-top: 95px;
}
.ml-26{
  margin-left: 26px;
}
.mb-17{
  margin-bottom: 17px;
}
.ml-15{
  margin-left: 15px;
}
.mb-45{
  margin-bottom: 45px;
}
.mt-6{
  margin-top: 6px;
}
.\!ml-1{
  margin-left: 1px !important;
}
.\!mr-1{
  margin-right: 1px !important;
}
.mb-44{
  margin-bottom: 44px;
}
.mt-12{
  margin-top: 12px;
}
.ml-4{
  margin-left: 4px;
}
.mr-6{
  margin-right: 6px;
}
.mb-13{
  margin-bottom: 13px;
}
.mt-27{
  margin-top: 27px;
}
.mb-41{
  margin-bottom: 41px;
}
.mb-27{
  margin-bottom: 27px;
}
.mt-48{
  margin-top: 48px;
}
.mb-\[36px\]{
  margin-bottom: 36px;
}
.mb-2{
  margin-bottom: 2px;
}
.mt-2{
  margin-top: 2px;
}
.block{
  display: block;
}
.\!block{
  display: block !important;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.\!grid{
  display: grid !important;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.\!hidden{
  display: none !important;
}
.aspect-4\/3{
  aspect-ratio: 4 / 3;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.h-full{
  height: 100%;
}
.h-0{
  height: 0px;
}
.h-620{
  height: 620px;
}
.h-\[40vh\]{
  height: 40vh;
}
.h-\[35\%\]{
  height: 35%;
}
.\!h-screen-90{
  height: 90vh !important;
}
.h-72{
  height: 72px;
}
.h-21{
  height: 21px;
}
.h-\[25\%\]{
  height: 25%;
}
.h-\[75vh\]{
  height: 75vh;
}
.h-screen{
  height: 100vh;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[185px\]{
  height: 185px;
}
.h-\[35px\]{
  height: 35px;
}
.h-20{
  height: 20px;
}
.h-16{
  height: 16px;
}
.h-\[300px\]{
  height: 300px;
}
.h-4{
  height: 4px;
}
.h-30{
  height: 30px;
}
.h-165{
  height: 165px;
}
.\!h-\[435px\]{
  height: 435px !important;
}
.h-\[720px\]{
  height: 720px;
}
.h-18{
  height: 18px;
}
.h-24{
  height: 24px;
}
.h-48{
  height: 48px;
}
.h-fill-available{
  height: -webkit-fill-available;
}
.\!h-576{
  height: 576px !important;
}
.h-\[360px\]{
  height: 360px;
}
.h-50{
  height: 50px;
}
.h-fit{
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[18px\]{
  height: 18px;
}
.h-\[395px\]{
  height: 395px;
}
.h-modal{
  height: calc(100% - 2rem);
}
.h-\[55px\]{
  height: 55px;
}
.h-\[452px\]{
  height: 452px;
}
.\!h-\[345px\]{
  height: 345px !important;
}
.h-\[270px\]{
  height: 270px;
}
.h-\[232px\]{
  height: 232px;
}
.h-5{
  height: 5px;
}
.h-\[600px\]{
  height: 600px;
}
.h-\[145px\]{
  height: 145px;
}
.\!h-\[374px\]{
  height: 374px !important;
}
.\!h-\[349px\]{
  height: 349px !important;
}
.h-70{
  height: 70px;
}
.h-6{
  height: 6px;
}
.h-9{
  height: 9px;
}
.max-h-276{
  max-height: 276px;
}
.max-h-screen-60{
  max-height: 60vh;
}
.max-h-\[200px\]{
  max-height: 200px;
}
.max-h-screen-75{
  max-height: 75vh;
}
.max-h-0{
  max-height: 0px;
}
.\!max-h-screen{
  max-height: 100vh !important;
}
.max-h-\[411px\]{
  max-height: 411px;
}
.max-h-screen-70{
  max-height: 70vh;
}
.max-h-\[209px\]{
  max-height: 209px;
}
.max-h-\[360px\]{
  max-height: 360px;
}
.min-h-\[59\.7vh\]{
  min-height: 59.7vh;
}
.min-h-\[80px\]{
  min-height: 80px;
}
.min-h-445{
  min-height: 445px;
}
.min-h-\[600px\]{
  min-height: 600px;
}
.min-h-\[369px\]{
  min-height: 369px;
}
.w-full{
  width: 100%;
}
.w-fit{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.\!w-852{
  width: 852px !important;
}
.w-22{
  width: 22px;
}
.w-screen{
  width: 100vw;
}
.w-1\/4{
  width: 25%;
}
.w-\[146px\]{
  width: 146px;
}
.w-20{
  width: 20px;
}
.w-16{
  width: 16px;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[280px\]{
  width: 280px;
}
.w-10{
  width: 10px;
}
.w-30{
  width: 30px;
}
.w-1\/2{
  width: 50%;
}
.w-\[250px\]{
  width: 250px;
}
.w-\[80\%\]{
  width: 80%;
}
.w-\[229px\]{
  width: 229px;
}
.w-18{
  width: 18px;
}
.w-24{
  width: 24px;
}
.w-48{
  width: 48px;
}
.w-15{
  width: 15px;
}
.w-\[145px\]{
  width: 145px;
}
.w-\[175px\]{
  width: 175px;
}
.w-50{
  width: 50px;
}
.w-\[2px\]{
  width: 2px;
}
.w-\[16px\]{
  width: 16px;
}
.w-\[100\%\]{
  width: 100%;
}
.\!w-\[255px\]{
  width: 255px !important;
}
.w-\[130px\]{
  width: 130px;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[360px\]{
  width: 360px;
}
.w-190{
  width: 190px;
}
.w-\[316px\]{
  width: 316px;
}
.w-150{
  width: 150px;
}
.w-5{
  width: 5px;
}
.w-3\/5{
  width: 60%;
}
.w-0{
  width: 0px;
}
.w-\[181px\]{
  width: 181px;
}
.w-64{
  width: 64px;
}
.w-4{
  width: 4px;
}
.min-w-fit{
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.min-w-\[14px\]{
  min-width: 14px;
}
.max-w-\[1440px\]{
  max-width: 1440px;
}
.\!max-w-screen-95{
  max-width: 95vw !important;
}
.max-w-xs{
  max-width: 20rem;
}
.max-w-870{
  max-width: 870px;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-2xl{
  max-width: 42rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-auto{
  flex: 1 1 auto;
}
.flex-shrink{
  flex-shrink: 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-1{
  --tw-border-spacing-x: 1px;
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-2{
  --tw-border-spacing-x: 2px;
  --tw-border-spacing-y: 2px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-3{
  --tw-border-spacing-x: 3px;
  --tw-border-spacing-y: 3px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-4{
  --tw-border-spacing-x: 4px;
  --tw-border-spacing-y: 4px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-5{
  --tw-border-spacing-x: 5px;
  --tw-border-spacing-y: 5px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-6{
  --tw-border-spacing-x: 6px;
  --tw-border-spacing-y: 6px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-7{
  --tw-border-spacing-x: 7px;
  --tw-border-spacing-y: 7px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-8{
  --tw-border-spacing-x: 8px;
  --tw-border-spacing-y: 8px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-9{
  --tw-border-spacing-x: 9px;
  --tw-border-spacing-y: 9px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-10{
  --tw-border-spacing-x: 10px;
  --tw-border-spacing-y: 10px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-11{
  --tw-border-spacing-x: 11px;
  --tw-border-spacing-y: 11px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-12{
  --tw-border-spacing-x: 12px;
  --tw-border-spacing-y: 12px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-13{
  --tw-border-spacing-x: 13px;
  --tw-border-spacing-y: 13px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-14{
  --tw-border-spacing-x: 14px;
  --tw-border-spacing-y: 14px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-15{
  --tw-border-spacing-x: 15px;
  --tw-border-spacing-y: 15px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-16{
  --tw-border-spacing-x: 16px;
  --tw-border-spacing-y: 16px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-17{
  --tw-border-spacing-x: 17px;
  --tw-border-spacing-y: 17px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-18{
  --tw-border-spacing-x: 18px;
  --tw-border-spacing-y: 18px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-19{
  --tw-border-spacing-x: 19px;
  --tw-border-spacing-y: 19px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-20{
  --tw-border-spacing-x: 20px;
  --tw-border-spacing-y: 20px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-21{
  --tw-border-spacing-x: 21px;
  --tw-border-spacing-y: 21px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-22{
  --tw-border-spacing-x: 22px;
  --tw-border-spacing-y: 22px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-23{
  --tw-border-spacing-x: 23px;
  --tw-border-spacing-y: 23px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-24{
  --tw-border-spacing-x: 24px;
  --tw-border-spacing-y: 24px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-25{
  --tw-border-spacing-x: 25px;
  --tw-border-spacing-y: 25px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-26{
  --tw-border-spacing-x: 26px;
  --tw-border-spacing-y: 26px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-27{
  --tw-border-spacing-x: 27px;
  --tw-border-spacing-y: 27px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-28{
  --tw-border-spacing-x: 28px;
  --tw-border-spacing-y: 28px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-29{
  --tw-border-spacing-x: 29px;
  --tw-border-spacing-y: 29px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-30{
  --tw-border-spacing-x: 30px;
  --tw-border-spacing-y: 30px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-31{
  --tw-border-spacing-x: 31px;
  --tw-border-spacing-y: 31px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-32{
  --tw-border-spacing-x: 32px;
  --tw-border-spacing-y: 32px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-33{
  --tw-border-spacing-x: 33px;
  --tw-border-spacing-y: 33px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-34{
  --tw-border-spacing-x: 34px;
  --tw-border-spacing-y: 34px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-35{
  --tw-border-spacing-x: 35px;
  --tw-border-spacing-y: 35px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-36{
  --tw-border-spacing-x: 36px;
  --tw-border-spacing-y: 36px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-37{
  --tw-border-spacing-x: 37px;
  --tw-border-spacing-y: 37px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-38{
  --tw-border-spacing-x: 38px;
  --tw-border-spacing-y: 38px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-39{
  --tw-border-spacing-x: 39px;
  --tw-border-spacing-y: 39px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-40{
  --tw-border-spacing-x: 40px;
  --tw-border-spacing-y: 40px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-41{
  --tw-border-spacing-x: 41px;
  --tw-border-spacing-y: 41px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-42{
  --tw-border-spacing-x: 42px;
  --tw-border-spacing-y: 42px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-43{
  --tw-border-spacing-x: 43px;
  --tw-border-spacing-y: 43px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-44{
  --tw-border-spacing-x: 44px;
  --tw-border-spacing-y: 44px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-45{
  --tw-border-spacing-x: 45px;
  --tw-border-spacing-y: 45px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-46{
  --tw-border-spacing-x: 46px;
  --tw-border-spacing-y: 46px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-47{
  --tw-border-spacing-x: 47px;
  --tw-border-spacing-y: 47px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-48{
  --tw-border-spacing-x: 48px;
  --tw-border-spacing-y: 48px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-49{
  --tw-border-spacing-x: 49px;
  --tw-border-spacing-y: 49px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-50{
  --tw-border-spacing-x: 50px;
  --tw-border-spacing-y: 50px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-51{
  --tw-border-spacing-x: 51px;
  --tw-border-spacing-y: 51px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-52{
  --tw-border-spacing-x: 52px;
  --tw-border-spacing-y: 52px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-53{
  --tw-border-spacing-x: 53px;
  --tw-border-spacing-y: 53px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-54{
  --tw-border-spacing-x: 54px;
  --tw-border-spacing-y: 54px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-55{
  --tw-border-spacing-x: 55px;
  --tw-border-spacing-y: 55px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-56{
  --tw-border-spacing-x: 56px;
  --tw-border-spacing-y: 56px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-57{
  --tw-border-spacing-x: 57px;
  --tw-border-spacing-y: 57px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-58{
  --tw-border-spacing-x: 58px;
  --tw-border-spacing-y: 58px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-59{
  --tw-border-spacing-x: 59px;
  --tw-border-spacing-y: 59px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-60{
  --tw-border-spacing-x: 60px;
  --tw-border-spacing-y: 60px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-61{
  --tw-border-spacing-x: 61px;
  --tw-border-spacing-y: 61px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-62{
  --tw-border-spacing-x: 62px;
  --tw-border-spacing-y: 62px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-63{
  --tw-border-spacing-x: 63px;
  --tw-border-spacing-y: 63px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-64{
  --tw-border-spacing-x: 64px;
  --tw-border-spacing-y: 64px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-65{
  --tw-border-spacing-x: 65px;
  --tw-border-spacing-y: 65px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-66{
  --tw-border-spacing-x: 66px;
  --tw-border-spacing-y: 66px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-67{
  --tw-border-spacing-x: 67px;
  --tw-border-spacing-y: 67px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-68{
  --tw-border-spacing-x: 68px;
  --tw-border-spacing-y: 68px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-69{
  --tw-border-spacing-x: 69px;
  --tw-border-spacing-y: 69px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-70{
  --tw-border-spacing-x: 70px;
  --tw-border-spacing-y: 70px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-71{
  --tw-border-spacing-x: 71px;
  --tw-border-spacing-y: 71px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-72{
  --tw-border-spacing-x: 72px;
  --tw-border-spacing-y: 72px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-73{
  --tw-border-spacing-x: 73px;
  --tw-border-spacing-y: 73px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-74{
  --tw-border-spacing-x: 74px;
  --tw-border-spacing-y: 74px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-75{
  --tw-border-spacing-x: 75px;
  --tw-border-spacing-y: 75px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-76{
  --tw-border-spacing-x: 76px;
  --tw-border-spacing-y: 76px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-77{
  --tw-border-spacing-x: 77px;
  --tw-border-spacing-y: 77px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-78{
  --tw-border-spacing-x: 78px;
  --tw-border-spacing-y: 78px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-79{
  --tw-border-spacing-x: 79px;
  --tw-border-spacing-y: 79px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-80{
  --tw-border-spacing-x: 80px;
  --tw-border-spacing-y: 80px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-81{
  --tw-border-spacing-x: 81px;
  --tw-border-spacing-y: 81px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-82{
  --tw-border-spacing-x: 82px;
  --tw-border-spacing-y: 82px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-83{
  --tw-border-spacing-x: 83px;
  --tw-border-spacing-y: 83px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-84{
  --tw-border-spacing-x: 84px;
  --tw-border-spacing-y: 84px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-85{
  --tw-border-spacing-x: 85px;
  --tw-border-spacing-y: 85px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-86{
  --tw-border-spacing-x: 86px;
  --tw-border-spacing-y: 86px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-87{
  --tw-border-spacing-x: 87px;
  --tw-border-spacing-y: 87px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-88{
  --tw-border-spacing-x: 88px;
  --tw-border-spacing-y: 88px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-89{
  --tw-border-spacing-x: 89px;
  --tw-border-spacing-y: 89px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-90{
  --tw-border-spacing-x: 90px;
  --tw-border-spacing-y: 90px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-91{
  --tw-border-spacing-x: 91px;
  --tw-border-spacing-y: 91px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-92{
  --tw-border-spacing-x: 92px;
  --tw-border-spacing-y: 92px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-93{
  --tw-border-spacing-x: 93px;
  --tw-border-spacing-y: 93px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-94{
  --tw-border-spacing-x: 94px;
  --tw-border-spacing-y: 94px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-95{
  --tw-border-spacing-x: 95px;
  --tw-border-spacing-y: 95px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-96{
  --tw-border-spacing-x: 96px;
  --tw-border-spacing-y: 96px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-97{
  --tw-border-spacing-x: 97px;
  --tw-border-spacing-y: 97px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-98{
  --tw-border-spacing-x: 98px;
  --tw-border-spacing-y: 98px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-99{
  --tw-border-spacing-x: 99px;
  --tw-border-spacing-y: 99px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-100{
  --tw-border-spacing-x: 100px;
  --tw-border-spacing-y: 100px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-101{
  --tw-border-spacing-x: 101px;
  --tw-border-spacing-y: 101px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-102{
  --tw-border-spacing-x: 102px;
  --tw-border-spacing-y: 102px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-103{
  --tw-border-spacing-x: 103px;
  --tw-border-spacing-y: 103px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-104{
  --tw-border-spacing-x: 104px;
  --tw-border-spacing-y: 104px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-105{
  --tw-border-spacing-x: 105px;
  --tw-border-spacing-y: 105px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-106{
  --tw-border-spacing-x: 106px;
  --tw-border-spacing-y: 106px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-107{
  --tw-border-spacing-x: 107px;
  --tw-border-spacing-y: 107px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-108{
  --tw-border-spacing-x: 108px;
  --tw-border-spacing-y: 108px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-109{
  --tw-border-spacing-x: 109px;
  --tw-border-spacing-y: 109px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-110{
  --tw-border-spacing-x: 110px;
  --tw-border-spacing-y: 110px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-111{
  --tw-border-spacing-x: 111px;
  --tw-border-spacing-y: 111px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-112{
  --tw-border-spacing-x: 112px;
  --tw-border-spacing-y: 112px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-113{
  --tw-border-spacing-x: 113px;
  --tw-border-spacing-y: 113px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-114{
  --tw-border-spacing-x: 114px;
  --tw-border-spacing-y: 114px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-115{
  --tw-border-spacing-x: 115px;
  --tw-border-spacing-y: 115px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-116{
  --tw-border-spacing-x: 116px;
  --tw-border-spacing-y: 116px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-117{
  --tw-border-spacing-x: 117px;
  --tw-border-spacing-y: 117px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-118{
  --tw-border-spacing-x: 118px;
  --tw-border-spacing-y: 118px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-119{
  --tw-border-spacing-x: 119px;
  --tw-border-spacing-y: 119px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-120{
  --tw-border-spacing-x: 120px;
  --tw-border-spacing-y: 120px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-121{
  --tw-border-spacing-x: 121px;
  --tw-border-spacing-y: 121px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-122{
  --tw-border-spacing-x: 122px;
  --tw-border-spacing-y: 122px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-123{
  --tw-border-spacing-x: 123px;
  --tw-border-spacing-y: 123px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-124{
  --tw-border-spacing-x: 124px;
  --tw-border-spacing-y: 124px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-125{
  --tw-border-spacing-x: 125px;
  --tw-border-spacing-y: 125px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-126{
  --tw-border-spacing-x: 126px;
  --tw-border-spacing-y: 126px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-127{
  --tw-border-spacing-x: 127px;
  --tw-border-spacing-y: 127px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-128{
  --tw-border-spacing-x: 128px;
  --tw-border-spacing-y: 128px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-129{
  --tw-border-spacing-x: 129px;
  --tw-border-spacing-y: 129px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-130{
  --tw-border-spacing-x: 130px;
  --tw-border-spacing-y: 130px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-131{
  --tw-border-spacing-x: 131px;
  --tw-border-spacing-y: 131px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-132{
  --tw-border-spacing-x: 132px;
  --tw-border-spacing-y: 132px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-133{
  --tw-border-spacing-x: 133px;
  --tw-border-spacing-y: 133px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-134{
  --tw-border-spacing-x: 134px;
  --tw-border-spacing-y: 134px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-135{
  --tw-border-spacing-x: 135px;
  --tw-border-spacing-y: 135px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-136{
  --tw-border-spacing-x: 136px;
  --tw-border-spacing-y: 136px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-137{
  --tw-border-spacing-x: 137px;
  --tw-border-spacing-y: 137px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-138{
  --tw-border-spacing-x: 138px;
  --tw-border-spacing-y: 138px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-139{
  --tw-border-spacing-x: 139px;
  --tw-border-spacing-y: 139px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-140{
  --tw-border-spacing-x: 140px;
  --tw-border-spacing-y: 140px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-141{
  --tw-border-spacing-x: 141px;
  --tw-border-spacing-y: 141px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-142{
  --tw-border-spacing-x: 142px;
  --tw-border-spacing-y: 142px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-143{
  --tw-border-spacing-x: 143px;
  --tw-border-spacing-y: 143px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-144{
  --tw-border-spacing-x: 144px;
  --tw-border-spacing-y: 144px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-145{
  --tw-border-spacing-x: 145px;
  --tw-border-spacing-y: 145px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-146{
  --tw-border-spacing-x: 146px;
  --tw-border-spacing-y: 146px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-147{
  --tw-border-spacing-x: 147px;
  --tw-border-spacing-y: 147px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-148{
  --tw-border-spacing-x: 148px;
  --tw-border-spacing-y: 148px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-149{
  --tw-border-spacing-x: 149px;
  --tw-border-spacing-y: 149px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-150{
  --tw-border-spacing-x: 150px;
  --tw-border-spacing-y: 150px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-151{
  --tw-border-spacing-x: 151px;
  --tw-border-spacing-y: 151px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-152{
  --tw-border-spacing-x: 152px;
  --tw-border-spacing-y: 152px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-153{
  --tw-border-spacing-x: 153px;
  --tw-border-spacing-y: 153px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-154{
  --tw-border-spacing-x: 154px;
  --tw-border-spacing-y: 154px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-155{
  --tw-border-spacing-x: 155px;
  --tw-border-spacing-y: 155px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-156{
  --tw-border-spacing-x: 156px;
  --tw-border-spacing-y: 156px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-157{
  --tw-border-spacing-x: 157px;
  --tw-border-spacing-y: 157px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-158{
  --tw-border-spacing-x: 158px;
  --tw-border-spacing-y: 158px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-159{
  --tw-border-spacing-x: 159px;
  --tw-border-spacing-y: 159px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-160{
  --tw-border-spacing-x: 160px;
  --tw-border-spacing-y: 160px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-161{
  --tw-border-spacing-x: 161px;
  --tw-border-spacing-y: 161px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-162{
  --tw-border-spacing-x: 162px;
  --tw-border-spacing-y: 162px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-163{
  --tw-border-spacing-x: 163px;
  --tw-border-spacing-y: 163px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-164{
  --tw-border-spacing-x: 164px;
  --tw-border-spacing-y: 164px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-165{
  --tw-border-spacing-x: 165px;
  --tw-border-spacing-y: 165px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-166{
  --tw-border-spacing-x: 166px;
  --tw-border-spacing-y: 166px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-167{
  --tw-border-spacing-x: 167px;
  --tw-border-spacing-y: 167px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-168{
  --tw-border-spacing-x: 168px;
  --tw-border-spacing-y: 168px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-169{
  --tw-border-spacing-x: 169px;
  --tw-border-spacing-y: 169px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-170{
  --tw-border-spacing-x: 170px;
  --tw-border-spacing-y: 170px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-171{
  --tw-border-spacing-x: 171px;
  --tw-border-spacing-y: 171px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-172{
  --tw-border-spacing-x: 172px;
  --tw-border-spacing-y: 172px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-173{
  --tw-border-spacing-x: 173px;
  --tw-border-spacing-y: 173px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-174{
  --tw-border-spacing-x: 174px;
  --tw-border-spacing-y: 174px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-175{
  --tw-border-spacing-x: 175px;
  --tw-border-spacing-y: 175px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-176{
  --tw-border-spacing-x: 176px;
  --tw-border-spacing-y: 176px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-177{
  --tw-border-spacing-x: 177px;
  --tw-border-spacing-y: 177px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-178{
  --tw-border-spacing-x: 178px;
  --tw-border-spacing-y: 178px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-179{
  --tw-border-spacing-x: 179px;
  --tw-border-spacing-y: 179px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-180{
  --tw-border-spacing-x: 180px;
  --tw-border-spacing-y: 180px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-181{
  --tw-border-spacing-x: 181px;
  --tw-border-spacing-y: 181px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-182{
  --tw-border-spacing-x: 182px;
  --tw-border-spacing-y: 182px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-183{
  --tw-border-spacing-x: 183px;
  --tw-border-spacing-y: 183px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-184{
  --tw-border-spacing-x: 184px;
  --tw-border-spacing-y: 184px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-185{
  --tw-border-spacing-x: 185px;
  --tw-border-spacing-y: 185px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-186{
  --tw-border-spacing-x: 186px;
  --tw-border-spacing-y: 186px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-187{
  --tw-border-spacing-x: 187px;
  --tw-border-spacing-y: 187px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-188{
  --tw-border-spacing-x: 188px;
  --tw-border-spacing-y: 188px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-189{
  --tw-border-spacing-x: 189px;
  --tw-border-spacing-y: 189px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-190{
  --tw-border-spacing-x: 190px;
  --tw-border-spacing-y: 190px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-191{
  --tw-border-spacing-x: 191px;
  --tw-border-spacing-y: 191px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-192{
  --tw-border-spacing-x: 192px;
  --tw-border-spacing-y: 192px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-193{
  --tw-border-spacing-x: 193px;
  --tw-border-spacing-y: 193px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-194{
  --tw-border-spacing-x: 194px;
  --tw-border-spacing-y: 194px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-195{
  --tw-border-spacing-x: 195px;
  --tw-border-spacing-y: 195px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-196{
  --tw-border-spacing-x: 196px;
  --tw-border-spacing-y: 196px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-197{
  --tw-border-spacing-x: 197px;
  --tw-border-spacing-y: 197px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-198{
  --tw-border-spacing-x: 198px;
  --tw-border-spacing-y: 198px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-199{
  --tw-border-spacing-x: 199px;
  --tw-border-spacing-y: 199px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-620{
  --tw-border-spacing-x: 620px;
  --tw-border-spacing-y: 620px;
  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-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\.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-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-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-1\/2{
  --tw-border-spacing-x: 50%;
  --tw-border-spacing-y: 50%;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-1\/3{
  --tw-border-spacing-x: 33%;
  --tw-border-spacing-y: 33%;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-1\/4{
  --tw-border-spacing-x: 25%;
  --tw-border-spacing-y: 25%;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-5\/4{
  --tw-border-spacing-x: 125%;
  --tw-border-spacing-y: 125%;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-1\/5{
  --tw-border-spacing-x: 1px;
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-2\/5{
  --tw-border-spacing-x: 2px;
  --tw-border-spacing-y: 2px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-screen-90{
  --tw-border-spacing-x: 90vh;
  --tw-border-spacing-y: 90vh;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-full-with-spacing{
  --tw-border-spacing-x: calc(100% + 20px);
  --tw-border-spacing-y: calc(100% + 20px);
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-initial{
  --tw-border-spacing-x: initial;
  --tw-border-spacing-y: initial;
  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-1{
  --tw-border-spacing-x: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-2{
  --tw-border-spacing-x: 2px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-3{
  --tw-border-spacing-x: 3px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-4{
  --tw-border-spacing-x: 4px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-5{
  --tw-border-spacing-x: 5px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-6{
  --tw-border-spacing-x: 6px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-7{
  --tw-border-spacing-x: 7px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-8{
  --tw-border-spacing-x: 8px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-9{
  --tw-border-spacing-x: 9px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-10{
  --tw-border-spacing-x: 10px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-11{
  --tw-border-spacing-x: 11px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-12{
  --tw-border-spacing-x: 12px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-13{
  --tw-border-spacing-x: 13px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-14{
  --tw-border-spacing-x: 14px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-15{
  --tw-border-spacing-x: 15px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-16{
  --tw-border-spacing-x: 16px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-17{
  --tw-border-spacing-x: 17px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-18{
  --tw-border-spacing-x: 18px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-19{
  --tw-border-spacing-x: 19px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-20{
  --tw-border-spacing-x: 20px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-21{
  --tw-border-spacing-x: 21px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-22{
  --tw-border-spacing-x: 22px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-23{
  --tw-border-spacing-x: 23px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-24{
  --tw-border-spacing-x: 24px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-25{
  --tw-border-spacing-x: 25px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-26{
  --tw-border-spacing-x: 26px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-27{
  --tw-border-spacing-x: 27px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-28{
  --tw-border-spacing-x: 28px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-29{
  --tw-border-spacing-x: 29px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-30{
  --tw-border-spacing-x: 30px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-31{
  --tw-border-spacing-x: 31px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-32{
  --tw-border-spacing-x: 32px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-33{
  --tw-border-spacing-x: 33px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-34{
  --tw-border-spacing-x: 34px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-35{
  --tw-border-spacing-x: 35px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-36{
  --tw-border-spacing-x: 36px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-37{
  --tw-border-spacing-x: 37px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-38{
  --tw-border-spacing-x: 38px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-39{
  --tw-border-spacing-x: 39px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-40{
  --tw-border-spacing-x: 40px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-41{
  --tw-border-spacing-x: 41px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-42{
  --tw-border-spacing-x: 42px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-43{
  --tw-border-spacing-x: 43px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-44{
  --tw-border-spacing-x: 44px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-45{
  --tw-border-spacing-x: 45px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-46{
  --tw-border-spacing-x: 46px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-47{
  --tw-border-spacing-x: 47px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-48{
  --tw-border-spacing-x: 48px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-49{
  --tw-border-spacing-x: 49px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-50{
  --tw-border-spacing-x: 50px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-51{
  --tw-border-spacing-x: 51px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-52{
  --tw-border-spacing-x: 52px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-53{
  --tw-border-spacing-x: 53px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-54{
  --tw-border-spacing-x: 54px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-55{
  --tw-border-spacing-x: 55px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-56{
  --tw-border-spacing-x: 56px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-57{
  --tw-border-spacing-x: 57px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-58{
  --tw-border-spacing-x: 58px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-59{
  --tw-border-spacing-x: 59px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-60{
  --tw-border-spacing-x: 60px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-61{
  --tw-border-spacing-x: 61px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-62{
  --tw-border-spacing-x: 62px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-63{
  --tw-border-spacing-x: 63px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-64{
  --tw-border-spacing-x: 64px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-65{
  --tw-border-spacing-x: 65px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-66{
  --tw-border-spacing-x: 66px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-67{
  --tw-border-spacing-x: 67px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-68{
  --tw-border-spacing-x: 68px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-69{
  --tw-border-spacing-x: 69px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-70{
  --tw-border-spacing-x: 70px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-71{
  --tw-border-spacing-x: 71px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-72{
  --tw-border-spacing-x: 72px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-73{
  --tw-border-spacing-x: 73px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-74{
  --tw-border-spacing-x: 74px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-75{
  --tw-border-spacing-x: 75px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-76{
  --tw-border-spacing-x: 76px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-77{
  --tw-border-spacing-x: 77px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-78{
  --tw-border-spacing-x: 78px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-79{
  --tw-border-spacing-x: 79px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-80{
  --tw-border-spacing-x: 80px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-81{
  --tw-border-spacing-x: 81px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-82{
  --tw-border-spacing-x: 82px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-83{
  --tw-border-spacing-x: 83px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-84{
  --tw-border-spacing-x: 84px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-85{
  --tw-border-spacing-x: 85px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-86{
  --tw-border-spacing-x: 86px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-87{
  --tw-border-spacing-x: 87px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-88{
  --tw-border-spacing-x: 88px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-89{
  --tw-border-spacing-x: 89px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-90{
  --tw-border-spacing-x: 90px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-91{
  --tw-border-spacing-x: 91px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-92{
  --tw-border-spacing-x: 92px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-93{
  --tw-border-spacing-x: 93px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-94{
  --tw-border-spacing-x: 94px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-95{
  --tw-border-spacing-x: 95px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-96{
  --tw-border-spacing-x: 96px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-97{
  --tw-border-spacing-x: 97px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-98{
  --tw-border-spacing-x: 98px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-99{
  --tw-border-spacing-x: 99px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-100{
  --tw-border-spacing-x: 100px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-101{
  --tw-border-spacing-x: 101px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-102{
  --tw-border-spacing-x: 102px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-103{
  --tw-border-spacing-x: 103px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-104{
  --tw-border-spacing-x: 104px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-105{
  --tw-border-spacing-x: 105px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-106{
  --tw-border-spacing-x: 106px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-107{
  --tw-border-spacing-x: 107px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-108{
  --tw-border-spacing-x: 108px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-109{
  --tw-border-spacing-x: 109px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-110{
  --tw-border-spacing-x: 110px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-111{
  --tw-border-spacing-x: 111px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-112{
  --tw-border-spacing-x: 112px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-113{
  --tw-border-spacing-x: 113px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-114{
  --tw-border-spacing-x: 114px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-115{
  --tw-border-spacing-x: 115px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-116{
  --tw-border-spacing-x: 116px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-117{
  --tw-border-spacing-x: 117px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-118{
  --tw-border-spacing-x: 118px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-119{
  --tw-border-spacing-x: 119px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-120{
  --tw-border-spacing-x: 120px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-121{
  --tw-border-spacing-x: 121px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-122{
  --tw-border-spacing-x: 122px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-123{
  --tw-border-spacing-x: 123px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-124{
  --tw-border-spacing-x: 124px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-125{
  --tw-border-spacing-x: 125px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-126{
  --tw-border-spacing-x: 126px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-127{
  --tw-border-spacing-x: 127px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-128{
  --tw-border-spacing-x: 128px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-129{
  --tw-border-spacing-x: 129px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-130{
  --tw-border-spacing-x: 130px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-131{
  --tw-border-spacing-x: 131px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-132{
  --tw-border-spacing-x: 132px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-133{
  --tw-border-spacing-x: 133px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-134{
  --tw-border-spacing-x: 134px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-135{
  --tw-border-spacing-x: 135px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-136{
  --tw-border-spacing-x: 136px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-137{
  --tw-border-spacing-x: 137px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-138{
  --tw-border-spacing-x: 138px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-139{
  --tw-border-spacing-x: 139px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-140{
  --tw-border-spacing-x: 140px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-141{
  --tw-border-spacing-x: 141px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-142{
  --tw-border-spacing-x: 142px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-143{
  --tw-border-spacing-x: 143px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-144{
  --tw-border-spacing-x: 144px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-145{
  --tw-border-spacing-x: 145px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-146{
  --tw-border-spacing-x: 146px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-147{
  --tw-border-spacing-x: 147px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-148{
  --tw-border-spacing-x: 148px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-149{
  --tw-border-spacing-x: 149px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-150{
  --tw-border-spacing-x: 150px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-151{
  --tw-border-spacing-x: 151px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-152{
  --tw-border-spacing-x: 152px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-153{
  --tw-border-spacing-x: 153px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-154{
  --tw-border-spacing-x: 154px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-155{
  --tw-border-spacing-x: 155px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-156{
  --tw-border-spacing-x: 156px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-157{
  --tw-border-spacing-x: 157px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-158{
  --tw-border-spacing-x: 158px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-159{
  --tw-border-spacing-x: 159px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-160{
  --tw-border-spacing-x: 160px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-161{
  --tw-border-spacing-x: 161px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-162{
  --tw-border-spacing-x: 162px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-163{
  --tw-border-spacing-x: 163px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-164{
  --tw-border-spacing-x: 164px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-165{
  --tw-border-spacing-x: 165px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-166{
  --tw-border-spacing-x: 166px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-167{
  --tw-border-spacing-x: 167px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-168{
  --tw-border-spacing-x: 168px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-169{
  --tw-border-spacing-x: 169px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-170{
  --tw-border-spacing-x: 170px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-171{
  --tw-border-spacing-x: 171px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-172{
  --tw-border-spacing-x: 172px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-173{
  --tw-border-spacing-x: 173px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-174{
  --tw-border-spacing-x: 174px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-175{
  --tw-border-spacing-x: 175px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-176{
  --tw-border-spacing-x: 176px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-177{
  --tw-border-spacing-x: 177px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-178{
  --tw-border-spacing-x: 178px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-179{
  --tw-border-spacing-x: 179px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-180{
  --tw-border-spacing-x: 180px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-181{
  --tw-border-spacing-x: 181px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-182{
  --tw-border-spacing-x: 182px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-183{
  --tw-border-spacing-x: 183px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-184{
  --tw-border-spacing-x: 184px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-185{
  --tw-border-spacing-x: 185px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-186{
  --tw-border-spacing-x: 186px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-187{
  --tw-border-spacing-x: 187px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-188{
  --tw-border-spacing-x: 188px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-189{
  --tw-border-spacing-x: 189px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-190{
  --tw-border-spacing-x: 190px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-191{
  --tw-border-spacing-x: 191px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-192{
  --tw-border-spacing-x: 192px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-193{
  --tw-border-spacing-x: 193px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-194{
  --tw-border-spacing-x: 194px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-195{
  --tw-border-spacing-x: 195px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-196{
  --tw-border-spacing-x: 196px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-197{
  --tw-border-spacing-x: 197px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-198{
  --tw-border-spacing-x: 198px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-199{
  --tw-border-spacing-x: 199px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-620{
  --tw-border-spacing-x: 620px;
  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-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\.5{
  --tw-border-spacing-x: 0.375rem;
  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-3\.5{
  --tw-border-spacing-x: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-1\/2{
  --tw-border-spacing-x: 50%;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-1\/3{
  --tw-border-spacing-x: 33%;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-1\/4{
  --tw-border-spacing-x: 25%;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-5\/4{
  --tw-border-spacing-x: 125%;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-1\/5{
  --tw-border-spacing-x: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-2\/5{
  --tw-border-spacing-x: 2px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-screen-90{
  --tw-border-spacing-x: 90vh;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-full-with-spacing{
  --tw-border-spacing-x: calc(100% + 20px);
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-initial{
  --tw-border-spacing-x: initial;
  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-1{
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-2{
  --tw-border-spacing-y: 2px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-3{
  --tw-border-spacing-y: 3px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-4{
  --tw-border-spacing-y: 4px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-5{
  --tw-border-spacing-y: 5px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-6{
  --tw-border-spacing-y: 6px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-7{
  --tw-border-spacing-y: 7px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-8{
  --tw-border-spacing-y: 8px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-9{
  --tw-border-spacing-y: 9px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-10{
  --tw-border-spacing-y: 10px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-11{
  --tw-border-spacing-y: 11px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-12{
  --tw-border-spacing-y: 12px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-13{
  --tw-border-spacing-y: 13px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-14{
  --tw-border-spacing-y: 14px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-15{
  --tw-border-spacing-y: 15px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-16{
  --tw-border-spacing-y: 16px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-17{
  --tw-border-spacing-y: 17px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-18{
  --tw-border-spacing-y: 18px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-19{
  --tw-border-spacing-y: 19px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-20{
  --tw-border-spacing-y: 20px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-21{
  --tw-border-spacing-y: 21px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-22{
  --tw-border-spacing-y: 22px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-23{
  --tw-border-spacing-y: 23px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-24{
  --tw-border-spacing-y: 24px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-25{
  --tw-border-spacing-y: 25px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-26{
  --tw-border-spacing-y: 26px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-27{
  --tw-border-spacing-y: 27px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-28{
  --tw-border-spacing-y: 28px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-29{
  --tw-border-spacing-y: 29px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-30{
  --tw-border-spacing-y: 30px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-31{
  --tw-border-spacing-y: 31px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-32{
  --tw-border-spacing-y: 32px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-33{
  --tw-border-spacing-y: 33px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-34{
  --tw-border-spacing-y: 34px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-35{
  --tw-border-spacing-y: 35px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-36{
  --tw-border-spacing-y: 36px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-37{
  --tw-border-spacing-y: 37px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-38{
  --tw-border-spacing-y: 38px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-39{
  --tw-border-spacing-y: 39px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-40{
  --tw-border-spacing-y: 40px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-41{
  --tw-border-spacing-y: 41px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-42{
  --tw-border-spacing-y: 42px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-43{
  --tw-border-spacing-y: 43px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-44{
  --tw-border-spacing-y: 44px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-45{
  --tw-border-spacing-y: 45px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-46{
  --tw-border-spacing-y: 46px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-47{
  --tw-border-spacing-y: 47px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-48{
  --tw-border-spacing-y: 48px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-49{
  --tw-border-spacing-y: 49px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-50{
  --tw-border-spacing-y: 50px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-51{
  --tw-border-spacing-y: 51px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-52{
  --tw-border-spacing-y: 52px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-53{
  --tw-border-spacing-y: 53px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-54{
  --tw-border-spacing-y: 54px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-55{
  --tw-border-spacing-y: 55px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-56{
  --tw-border-spacing-y: 56px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-57{
  --tw-border-spacing-y: 57px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-58{
  --tw-border-spacing-y: 58px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-59{
  --tw-border-spacing-y: 59px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-60{
  --tw-border-spacing-y: 60px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-61{
  --tw-border-spacing-y: 61px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-62{
  --tw-border-spacing-y: 62px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-63{
  --tw-border-spacing-y: 63px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-64{
  --tw-border-spacing-y: 64px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-65{
  --tw-border-spacing-y: 65px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-66{
  --tw-border-spacing-y: 66px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-67{
  --tw-border-spacing-y: 67px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-68{
  --tw-border-spacing-y: 68px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-69{
  --tw-border-spacing-y: 69px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-70{
  --tw-border-spacing-y: 70px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-71{
  --tw-border-spacing-y: 71px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-72{
  --tw-border-spacing-y: 72px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-73{
  --tw-border-spacing-y: 73px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-74{
  --tw-border-spacing-y: 74px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-75{
  --tw-border-spacing-y: 75px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-76{
  --tw-border-spacing-y: 76px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-77{
  --tw-border-spacing-y: 77px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-78{
  --tw-border-spacing-y: 78px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-79{
  --tw-border-spacing-y: 79px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-80{
  --tw-border-spacing-y: 80px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-81{
  --tw-border-spacing-y: 81px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-82{
  --tw-border-spacing-y: 82px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-83{
  --tw-border-spacing-y: 83px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-84{
  --tw-border-spacing-y: 84px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-85{
  --tw-border-spacing-y: 85px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-86{
  --tw-border-spacing-y: 86px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-87{
  --tw-border-spacing-y: 87px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-88{
  --tw-border-spacing-y: 88px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-89{
  --tw-border-spacing-y: 89px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-90{
  --tw-border-spacing-y: 90px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-91{
  --tw-border-spacing-y: 91px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-92{
  --tw-border-spacing-y: 92px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-93{
  --tw-border-spacing-y: 93px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-94{
  --tw-border-spacing-y: 94px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-95{
  --tw-border-spacing-y: 95px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-96{
  --tw-border-spacing-y: 96px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-97{
  --tw-border-spacing-y: 97px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-98{
  --tw-border-spacing-y: 98px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-99{
  --tw-border-spacing-y: 99px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-100{
  --tw-border-spacing-y: 100px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-101{
  --tw-border-spacing-y: 101px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-102{
  --tw-border-spacing-y: 102px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-103{
  --tw-border-spacing-y: 103px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-104{
  --tw-border-spacing-y: 104px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-105{
  --tw-border-spacing-y: 105px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-106{
  --tw-border-spacing-y: 106px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-107{
  --tw-border-spacing-y: 107px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-108{
  --tw-border-spacing-y: 108px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-109{
  --tw-border-spacing-y: 109px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-110{
  --tw-border-spacing-y: 110px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-111{
  --tw-border-spacing-y: 111px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-112{
  --tw-border-spacing-y: 112px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-113{
  --tw-border-spacing-y: 113px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-114{
  --tw-border-spacing-y: 114px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-115{
  --tw-border-spacing-y: 115px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-116{
  --tw-border-spacing-y: 116px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-117{
  --tw-border-spacing-y: 117px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-118{
  --tw-border-spacing-y: 118px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-119{
  --tw-border-spacing-y: 119px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-120{
  --tw-border-spacing-y: 120px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-121{
  --tw-border-spacing-y: 121px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-122{
  --tw-border-spacing-y: 122px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-123{
  --tw-border-spacing-y: 123px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-124{
  --tw-border-spacing-y: 124px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-125{
  --tw-border-spacing-y: 125px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-126{
  --tw-border-spacing-y: 126px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-127{
  --tw-border-spacing-y: 127px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-128{
  --tw-border-spacing-y: 128px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-129{
  --tw-border-spacing-y: 129px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-130{
  --tw-border-spacing-y: 130px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-131{
  --tw-border-spacing-y: 131px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-132{
  --tw-border-spacing-y: 132px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-133{
  --tw-border-spacing-y: 133px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-134{
  --tw-border-spacing-y: 134px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-135{
  --tw-border-spacing-y: 135px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-136{
  --tw-border-spacing-y: 136px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-137{
  --tw-border-spacing-y: 137px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-138{
  --tw-border-spacing-y: 138px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-139{
  --tw-border-spacing-y: 139px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-140{
  --tw-border-spacing-y: 140px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-141{
  --tw-border-spacing-y: 141px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-142{
  --tw-border-spacing-y: 142px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-143{
  --tw-border-spacing-y: 143px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-144{
  --tw-border-spacing-y: 144px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-145{
  --tw-border-spacing-y: 145px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-146{
  --tw-border-spacing-y: 146px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-147{
  --tw-border-spacing-y: 147px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-148{
  --tw-border-spacing-y: 148px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-149{
  --tw-border-spacing-y: 149px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-150{
  --tw-border-spacing-y: 150px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-151{
  --tw-border-spacing-y: 151px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-152{
  --tw-border-spacing-y: 152px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-153{
  --tw-border-spacing-y: 153px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-154{
  --tw-border-spacing-y: 154px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-155{
  --tw-border-spacing-y: 155px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-156{
  --tw-border-spacing-y: 156px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-157{
  --tw-border-spacing-y: 157px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-158{
  --tw-border-spacing-y: 158px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-159{
  --tw-border-spacing-y: 159px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-160{
  --tw-border-spacing-y: 160px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-161{
  --tw-border-spacing-y: 161px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-162{
  --tw-border-spacing-y: 162px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-163{
  --tw-border-spacing-y: 163px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-164{
  --tw-border-spacing-y: 164px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-165{
  --tw-border-spacing-y: 165px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-166{
  --tw-border-spacing-y: 166px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-167{
  --tw-border-spacing-y: 167px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-168{
  --tw-border-spacing-y: 168px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-169{
  --tw-border-spacing-y: 169px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-170{
  --tw-border-spacing-y: 170px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-171{
  --tw-border-spacing-y: 171px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-172{
  --tw-border-spacing-y: 172px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-173{
  --tw-border-spacing-y: 173px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-174{
  --tw-border-spacing-y: 174px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-175{
  --tw-border-spacing-y: 175px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-176{
  --tw-border-spacing-y: 176px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-177{
  --tw-border-spacing-y: 177px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-178{
  --tw-border-spacing-y: 178px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-179{
  --tw-border-spacing-y: 179px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-180{
  --tw-border-spacing-y: 180px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-181{
  --tw-border-spacing-y: 181px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-182{
  --tw-border-spacing-y: 182px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-183{
  --tw-border-spacing-y: 183px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-184{
  --tw-border-spacing-y: 184px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-185{
  --tw-border-spacing-y: 185px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-186{
  --tw-border-spacing-y: 186px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-187{
  --tw-border-spacing-y: 187px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-188{
  --tw-border-spacing-y: 188px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-189{
  --tw-border-spacing-y: 189px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-190{
  --tw-border-spacing-y: 190px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-191{
  --tw-border-spacing-y: 191px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-192{
  --tw-border-spacing-y: 192px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-193{
  --tw-border-spacing-y: 193px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-194{
  --tw-border-spacing-y: 194px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-195{
  --tw-border-spacing-y: 195px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-196{
  --tw-border-spacing-y: 196px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-197{
  --tw-border-spacing-y: 197px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-198{
  --tw-border-spacing-y: 198px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-199{
  --tw-border-spacing-y: 199px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-620{
  --tw-border-spacing-y: 620px;
  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);
}
.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\.5{
  --tw-border-spacing-y: 0.375rem;
  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-3\.5{
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-1\/2{
  --tw-border-spacing-y: 50%;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-1\/3{
  --tw-border-spacing-y: 33%;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-1\/4{
  --tw-border-spacing-y: 25%;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-5\/4{
  --tw-border-spacing-y: 125%;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-1\/5{
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-2\/5{
  --tw-border-spacing-y: 2px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-screen-90{
  --tw-border-spacing-y: 90vh;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-full-with-spacing{
  --tw-border-spacing-y: calc(100% + 20px);
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-initial{
  --tw-border-spacing-y: initial;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-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-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-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-\[-100\%\]{
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[72px\]{
  --tw-translate-y: -72px;
  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-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-x-0{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.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));
}
@-webkit-keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.cursor-context-menu{
  cursor: context-menu;
}
.cursor-pointer{
  cursor: pointer;
}
.cursor-auto{
  cursor: auto;
}
.\!cursor-not-allowed{
  cursor: not-allowed !important;
}
.cursor-default{
  cursor: default;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.resize{
  resize: both;
}
.list-none{
  list-style-type: none;
}
.list-disc{
  list-style-type: disc;
}
.grid-flow-col{
  grid-auto-flow: column;
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-8{
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.items-start{
  align-items: flex-start;
}
.\!items-start{
  align-items: flex-start !important;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.justify-evenly{
  justify-content: space-evenly;
}
.gap-6{
  gap: 6px;
}
.gap-15{
  gap: 15px;
}
.gap-16{
  gap: 16px;
}
.gap-14{
  gap: 14px;
}
.gap-18{
  gap: 18px;
}
.gap-4{
  gap: 4px;
}
.gap-20{
  gap: 20px;
}
.gap-17{
  gap: 17px;
}
.gap-\[60px\]{
  gap: 60px;
}
.gap-25{
  gap: 25px;
}
.gap-13{
  gap: 13px;
}
.gap-30{
  gap: 30px;
}
.gap-8{
  gap: 8px;
}
.gap-24{
  gap: 24px;
}
.gap-42{
  gap: 42px;
}
.gap-3{
  gap: 3px;
}
.gap-10{
  gap: 10px;
}
.gap-32{
  gap: 32px;
}
.gap-5{
  gap: 5px;
}
.gap-60{
  gap: 60px;
}
.gap-12{
  gap: 12px;
}
.gap-x-46{
  -moz-column-gap: 46px;
       column-gap: 46px;
}
.gap-y-8{
  row-gap: 8px;
}
.gap-x-15{
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.gap-x-10{
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.gap-y-20{
  row-gap: 20px;
}
.gap-x-3{
  -moz-column-gap: 3px;
       column-gap: 3px;
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(3px * var(--tw-space-x-reverse));
  margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6px * var(--tw-space-y-reverse));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2px * var(--tw-space-x-reverse));
  margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10px * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(213 227 231 / var(--tw-divide-opacity));
}
.\!self-center{
  align-self: center !important;
}
.self-center{
  align-self: center;
}
.self-stretch{
  align-self: stretch;
}
.justify-self-center{
  justify-self: center;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.\!overflow-visible{
  overflow: visible !important;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.scroll-smooth{
  scroll-behavior: smooth;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.text-clip{
  text-overflow: clip;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.break-words{
  overflow-wrap: break-word;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-\[16px\]{
  border-radius: 16px;
}
.rounded-\[8px\]{
  border-radius: 8px;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-\[4px\]{
  border-radius: 4px;
}
.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.border-8{
  border-width: 8px;
}
.border{
  border-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-x{
  border-left-width: 1px;
  border-right-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{
  border-top-width: 1px;
  border-bottom-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-t{
  border-top-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-r{
  border-right-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-b{
  border-bottom-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{
  border-left-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-dashed{
  border-style: dashed;
}
.border-dotted{
  border-style: dotted;
}
.border-double{
  border-style: double;
}
.border-hidden{
  border-style: hidden;
}
.border-none{
  border-style: none;
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-tab_active{
  --tw-border-opacity: 1;
  border-color: rgb(86 200 216 / var(--tw-border-opacity));
}
.border-modal-50{
  --tw-border-opacity: 1;
  border-color: rgb(236 244 245 / var(--tw-border-opacity));
}
.border-green-50{
  --tw-border-opacity: 1;
  border-color: rgb(243 250 247 / var(--tw-border-opacity));
}
.border-green-100{
  --tw-border-opacity: 1;
  border-color: rgb(222 247 236 / var(--tw-border-opacity));
}
.border-green-200{
  --tw-border-opacity: 1;
  border-color: rgb(188 240 218 / var(--tw-border-opacity));
}
.border-green-300{
  --tw-border-opacity: 1;
  border-color: rgb(132 225 188 / var(--tw-border-opacity));
}
.border-green-400{
  --tw-border-opacity: 1;
  border-color: rgb(49 196 141 / var(--tw-border-opacity));
}
.border-green-500{
  --tw-border-opacity: 1;
  border-color: rgb(14 159 110 / var(--tw-border-opacity));
}
.border-green-600{
  --tw-border-opacity: 1;
  border-color: rgb(5 122 85 / var(--tw-border-opacity));
}
.border-green-700{
  --tw-border-opacity: 1;
  border-color: rgb(4 108 78 / var(--tw-border-opacity));
}
.border-green-800{
  --tw-border-opacity: 1;
  border-color: rgb(3 84 63 / var(--tw-border-opacity));
}
.border-green-900{
  --tw-border-opacity: 1;
  border-color: rgb(1 71 55 / var(--tw-border-opacity));
}
.border-green{
  --tw-border-opacity: 1;
  border-color: rgb(77 208 225 / var(--tw-border-opacity));
}
.border-green-dark{
  border-color: #054F59;;
}
.border-green-light{
  --tw-border-opacity: 1;
  border-color: rgb(93 224 241 / var(--tw-border-opacity));
}
.border-ottanio{
  --tw-border-opacity: 1;
  border-color: rgb(5 79 89 / var(--tw-border-opacity));
}
.border-ottanio-light{
  --tw-border-opacity: 1;
  border-color: rgb(0 151 167 / var(--tw-border-opacity));
}
.border-magenta{
  --tw-border-opacity: 1;
  border-color: rgb(224 14 102 / var(--tw-border-opacity));
}
.border-magenta-light{
  border-color: #E00E66BD;
}
.border-arancio{
  --tw-border-opacity: 1;
  border-color: rgb(255 149 149 / var(--tw-border-opacity));
}
.border-gray-50{
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity));
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(213 227 231 / var(--tw-border-opacity));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(100 108 122 / var(--tw-border-opacity));
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(159 189 195 / var(--tw-border-opacity));
}
.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
}
.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}
.border-gray-800{
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
}
.border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgb(249 249 249 / var(--tw-border-opacity));
}
.border-gray{
  --tw-border-opacity: 1;
  border-color: rgb(187 187 187 / var(--tw-border-opacity));
}
.border-red-50{
  --tw-border-opacity: 1;
  border-color: rgb(253 242 242 / var(--tw-border-opacity));
}
.border-red-100{
  --tw-border-opacity: 1;
  border-color: rgb(253 232 232 / var(--tw-border-opacity));
}
.border-red-200{
  --tw-border-opacity: 1;
  border-color: rgb(251 213 213 / var(--tw-border-opacity));
}
.border-red-300{
  --tw-border-opacity: 1;
  border-color: rgb(248 180 180 / var(--tw-border-opacity));
}
.border-red-400{
  --tw-border-opacity: 1;
  border-color: rgb(249 128 128 / var(--tw-border-opacity));
}
.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(240 82 82 / var(--tw-border-opacity));
}
.border-red-600{
  --tw-border-opacity: 1;
  border-color: rgb(224 36 36 / var(--tw-border-opacity));
}
.border-red-700{
  --tw-border-opacity: 1;
  border-color: rgb(200 30 30 / var(--tw-border-opacity));
}
.border-red-800{
  --tw-border-opacity: 1;
  border-color: rgb(155 28 28 / var(--tw-border-opacity));
}
.border-red-900{
  --tw-border-opacity: 1;
  border-color: rgb(119 29 29 / var(--tw-border-opacity));
}
.border-orange-50{
  --tw-border-opacity: 1;
  border-color: rgb(255 248 241 / var(--tw-border-opacity));
}
.border-orange-100{
  --tw-border-opacity: 1;
  border-color: rgb(254 236 220 / var(--tw-border-opacity));
}
.border-orange-200{
  --tw-border-opacity: 1;
  border-color: rgb(252 217 189 / var(--tw-border-opacity));
}
.border-orange-300{
  --tw-border-opacity: 1;
  border-color: rgb(253 186 140 / var(--tw-border-opacity));
}
.border-orange-400{
  --tw-border-opacity: 1;
  border-color: rgb(255 138 76 / var(--tw-border-opacity));
}
.border-orange-500{
  --tw-border-opacity: 1;
  border-color: rgb(255 90 31 / var(--tw-border-opacity));
}
.border-orange-600{
  --tw-border-opacity: 1;
  border-color: rgb(208 56 1 / var(--tw-border-opacity));
}
.border-orange-700{
  --tw-border-opacity: 1;
  border-color: rgb(180 52 3 / var(--tw-border-opacity));
}
.border-orange-800{
  --tw-border-opacity: 1;
  border-color: rgb(138 44 13 / var(--tw-border-opacity));
}
.border-orange-900{
  --tw-border-opacity: 1;
  border-color: rgb(119 29 29 / var(--tw-border-opacity));
}
.border-yellow-50{
  --tw-border-opacity: 1;
  border-color: rgb(253 253 234 / var(--tw-border-opacity));
}
.border-yellow-100{
  --tw-border-opacity: 1;
  border-color: rgb(253 246 178 / var(--tw-border-opacity));
}
.border-yellow-200{
  --tw-border-opacity: 1;
  border-color: rgb(252 233 106 / var(--tw-border-opacity));
}
.border-yellow-300{
  --tw-border-opacity: 1;
  border-color: rgb(250 202 21 / var(--tw-border-opacity));
}
.border-yellow-400{
  --tw-border-opacity: 1;
  border-color: rgb(227 160 8 / var(--tw-border-opacity));
}
.border-yellow-500{
  --tw-border-opacity: 1;
  border-color: rgb(194 120 3 / var(--tw-border-opacity));
}
.border-yellow-600{
  --tw-border-opacity: 1;
  border-color: rgb(159 88 10 / var(--tw-border-opacity));
}
.border-yellow-700{
  --tw-border-opacity: 1;
  border-color: rgb(142 75 16 / var(--tw-border-opacity));
}
.border-yellow-800{
  --tw-border-opacity: 1;
  border-color: rgb(114 59 19 / var(--tw-border-opacity));
}
.border-yellow-900{
  --tw-border-opacity: 1;
  border-color: rgb(99 49 18 / var(--tw-border-opacity));
}
.border-teal-50{
  --tw-border-opacity: 1;
  border-color: rgb(237 250 250 / var(--tw-border-opacity));
}
.border-teal-100{
  --tw-border-opacity: 1;
  border-color: rgb(213 245 246 / var(--tw-border-opacity));
}
.border-teal-200{
  --tw-border-opacity: 1;
  border-color: rgb(175 236 239 / var(--tw-border-opacity));
}
.border-teal-300{
  --tw-border-opacity: 1;
  border-color: rgb(126 220 226 / var(--tw-border-opacity));
}
.border-teal-400{
  --tw-border-opacity: 1;
  border-color: rgb(22 189 202 / var(--tw-border-opacity));
}
.border-teal-500{
  --tw-border-opacity: 1;
  border-color: rgb(6 148 162 / var(--tw-border-opacity));
}
.border-teal-600{
  --tw-border-opacity: 1;
  border-color: rgb(4 116 129 / var(--tw-border-opacity));
}
.border-teal-700{
  --tw-border-opacity: 1;
  border-color: rgb(3 102 114 / var(--tw-border-opacity));
}
.border-teal-800{
  --tw-border-opacity: 1;
  border-color: rgb(5 80 92 / var(--tw-border-opacity));
}
.border-teal-900{
  --tw-border-opacity: 1;
  border-color: rgb(1 68 81 / var(--tw-border-opacity));
}
.border-blue-50{
  --tw-border-opacity: 1;
  border-color: rgb(235 245 255 / var(--tw-border-opacity));
}
.border-blue-100{
  --tw-border-opacity: 1;
  border-color: rgb(225 239 254 / var(--tw-border-opacity));
}
.border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgb(195 221 253 / var(--tw-border-opacity));
}
.border-blue-300{
  --tw-border-opacity: 1;
  border-color: rgb(164 202 254 / var(--tw-border-opacity));
}
.border-blue-400{
  --tw-border-opacity: 1;
  border-color: rgb(118 169 250 / var(--tw-border-opacity));
}
.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(63 131 248 / var(--tw-border-opacity));
}
.border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgb(28 100 242 / var(--tw-border-opacity));
}
.border-blue-700{
  --tw-border-opacity: 1;
  border-color: rgb(26 86 219 / var(--tw-border-opacity));
}
.border-blue-800{
  --tw-border-opacity: 1;
  border-color: rgb(30 66 159 / var(--tw-border-opacity));
}
.border-blue-900{
  --tw-border-opacity: 1;
  border-color: rgb(35 56 118 / var(--tw-border-opacity));
}
.border-indigo-50{
  --tw-border-opacity: 1;
  border-color: rgb(240 245 255 / var(--tw-border-opacity));
}
.border-indigo-100{
  --tw-border-opacity: 1;
  border-color: rgb(229 237 255 / var(--tw-border-opacity));
}
.border-indigo-200{
  --tw-border-opacity: 1;
  border-color: rgb(205 219 254 / var(--tw-border-opacity));
}
.border-indigo-300{
  --tw-border-opacity: 1;
  border-color: rgb(180 198 252 / var(--tw-border-opacity));
}
.border-indigo-400{
  --tw-border-opacity: 1;
  border-color: rgb(141 162 251 / var(--tw-border-opacity));
}
.border-indigo-500{
  --tw-border-opacity: 1;
  border-color: rgb(104 117 245 / var(--tw-border-opacity));
}
.border-indigo-600{
  --tw-border-opacity: 1;
  border-color: rgb(88 80 236 / var(--tw-border-opacity));
}
.border-indigo-700{
  --tw-border-opacity: 1;
  border-color: rgb(81 69 205 / var(--tw-border-opacity));
}
.border-indigo-800{
  --tw-border-opacity: 1;
  border-color: rgb(66 56 157 / var(--tw-border-opacity));
}
.border-indigo-900{
  --tw-border-opacity: 1;
  border-color: rgb(54 47 120 / var(--tw-border-opacity));
}
.border-purple-50{
  --tw-border-opacity: 1;
  border-color: rgb(246 245 255 / var(--tw-border-opacity));
}
.border-purple-100{
  --tw-border-opacity: 1;
  border-color: rgb(237 235 254 / var(--tw-border-opacity));
}
.border-purple-200{
  --tw-border-opacity: 1;
  border-color: rgb(220 215 254 / var(--tw-border-opacity));
}
.border-purple-300{
  --tw-border-opacity: 1;
  border-color: rgb(202 191 253 / var(--tw-border-opacity));
}
.border-purple-400{
  --tw-border-opacity: 1;
  border-color: rgb(172 148 250 / var(--tw-border-opacity));
}
.border-purple-500{
  --tw-border-opacity: 1;
  border-color: rgb(144 97 249 / var(--tw-border-opacity));
}
.border-purple-600{
  --tw-border-opacity: 1;
  border-color: rgb(126 58 242 / var(--tw-border-opacity));
}
.border-purple-700{
  --tw-border-opacity: 1;
  border-color: rgb(108 43 217 / var(--tw-border-opacity));
}
.border-purple-800{
  --tw-border-opacity: 1;
  border-color: rgb(85 33 181 / var(--tw-border-opacity));
}
.border-purple-900{
  --tw-border-opacity: 1;
  border-color: rgb(74 29 150 / var(--tw-border-opacity));
}
.border-purple-light{
  --tw-border-opacity: 1;
  border-color: rgb(224 14 102 / var(--tw-border-opacity));
}
.border-pink-50{
  --tw-border-opacity: 1;
  border-color: rgb(253 242 248 / var(--tw-border-opacity));
}
.border-pink-100{
  --tw-border-opacity: 1;
  border-color: rgb(252 232 243 / var(--tw-border-opacity));
}
.border-pink-200{
  --tw-border-opacity: 1;
  border-color: rgb(250 209 232 / var(--tw-border-opacity));
}
.border-pink-300{
  --tw-border-opacity: 1;
  border-color: rgb(248 180 217 / var(--tw-border-opacity));
}
.border-pink-400{
  --tw-border-opacity: 1;
  border-color: rgb(241 126 184 / var(--tw-border-opacity));
}
.border-pink-500{
  --tw-border-opacity: 1;
  border-color: rgb(231 70 148 / var(--tw-border-opacity));
}
.border-pink-600{
  --tw-border-opacity: 1;
  border-color: rgb(214 31 105 / var(--tw-border-opacity));
}
.border-pink-700{
  --tw-border-opacity: 1;
  border-color: rgb(191 18 93 / var(--tw-border-opacity));
}
.border-pink-800{
  --tw-border-opacity: 1;
  border-color: rgb(153 21 75 / var(--tw-border-opacity));
}
.border-pink-900{
  --tw-border-opacity: 1;
  border-color: rgb(117 26 61 / var(--tw-border-opacity));
}
.border-primary-50{
  --tw-border-opacity: 1;
  border-color: rgb(0 151 167 / var(--tw-border-opacity));
}
.border-primary-100{
  --tw-border-opacity: 1;
  border-color: rgb(14 28 42 / var(--tw-border-opacity));
}
.border-primary-290{
  --tw-border-opacity: 1;
  border-color: rgb(34 68 74 / var(--tw-border-opacity));
}
.border-primary-300{
  --tw-border-opacity: 1;
  border-color: rgb(34 110 184 / var(--tw-border-opacity));
}
.border-primary-400{
  --tw-border-opacity: 1;
  border-color: rgb(40 157 204 / var(--tw-border-opacity));
}
.border-primary-600{
  --tw-border-opacity: 1;
  border-color: rgb(81 151 229 / var(--tw-border-opacity));
}
.border-primary-700{
  --tw-border-opacity: 1;
  border-color: rgb(106 187 223 / var(--tw-border-opacity));
}
.border-primary-720{
  --tw-border-opacity: 1;
  border-color: rgb(112 142 148 / var(--tw-border-opacity));
}
.border-primary-750{
  --tw-border-opacity: 1;
  border-color: rgb(128 222 234 / var(--tw-border-opacity));
}
.border-primary-800{
  --tw-border-opacity: 1;
  border-color: rgb(227 248 251 / var(--tw-border-opacity));
}
.border-primary-dark{
  --tw-border-opacity: 1;
  border-color: rgb(5 79 89 / var(--tw-border-opacity));
}
.border-primary-light{
  --tw-border-opacity: 1;
  border-color: rgb(213 227 231 / var(--tw-border-opacity));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(51 102 153 / var(--tw-border-opacity));
}
.border-bluemarine-900{
  --tw-border-opacity: 1;
  border-color: rgb(34 68 74 / var(--tw-border-opacity));
}
.border-bluemarine{
  --tw-border-opacity: 1;
  border-color: rgb(5 79 89 / var(--tw-border-opacity));
}
.border-transparent\/0{
  border-color: rgb(0 0 0 / 0);
}
.border-transparent\/5{
  border-color: rgb(0 0 0 / 0.05);
}
.border-transparent\/10{
  border-color: rgb(0 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\/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-transparent\/100{
  border-color: rgb(0 0 0 / 1);
}
.border-white\/0{
  border-color: rgb(255 255 255 / 0);
}
.border-white\/5{
  border-color: rgb(255 255 255 / 0.05);
}
.border-white\/10{
  border-color: rgb(255 255 255 / 0.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\/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-white\/100{
  border-color: rgb(255 255 255 / 1);
}
.border-black\/0{
  border-color: rgb(0 0 0 / 0);
}
.border-black\/5{
  border-color: rgb(0 0 0 / 0.05);
}
.border-black\/10{
  border-color: rgb(0 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\/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-black\/100{
  border-color: rgb(0 0 0 / 1);
}
.border-tab_active\/0{
  border-color: rgb(86 200 216 / 0);
}
.border-tab_active\/5{
  border-color: rgb(86 200 216 / 0.05);
}
.border-tab_active\/10{
  border-color: rgb(86 200 216 / 0.1);
}
.border-tab_active\/20{
  border-color: rgb(86 200 216 / 0.2);
}
.border-tab_active\/25{
  border-color: rgb(86 200 216 / 0.25);
}
.border-tab_active\/30{
  border-color: rgb(86 200 216 / 0.3);
}
.border-tab_active\/40{
  border-color: rgb(86 200 216 / 0.4);
}
.border-tab_active\/50{
  border-color: rgb(86 200 216 / 0.5);
}
.border-tab_active\/60{
  border-color: rgb(86 200 216 / 0.6);
}
.border-tab_active\/70{
  border-color: rgb(86 200 216 / 0.7);
}
.border-tab_active\/75{
  border-color: rgb(86 200 216 / 0.75);
}
.border-tab_active\/80{
  border-color: rgb(86 200 216 / 0.8);
}
.border-tab_active\/90{
  border-color: rgb(86 200 216 / 0.9);
}
.border-tab_active\/95{
  border-color: rgb(86 200 216 / 0.95);
}
.border-tab_active\/100{
  border-color: rgb(86 200 216 / 1);
}
.border-modal-50\/0{
  border-color: rgb(236 244 245 / 0);
}
.border-modal-50\/5{
  border-color: rgb(236 244 245 / 0.05);
}
.border-modal-50\/10{
  border-color: rgb(236 244 245 / 0.1);
}
.border-modal-50\/20{
  border-color: rgb(236 244 245 / 0.2);
}
.border-modal-50\/25{
  border-color: rgb(236 244 245 / 0.25);
}
.border-modal-50\/30{
  border-color: rgb(236 244 245 / 0.3);
}
.border-modal-50\/40{
  border-color: rgb(236 244 245 / 0.4);
}
.border-modal-50\/50{
  border-color: rgb(236 244 245 / 0.5);
}
.border-modal-50\/60{
  border-color: rgb(236 244 245 / 0.6);
}
.border-modal-50\/70{
  border-color: rgb(236 244 245 / 0.7);
}
.border-modal-50\/75{
  border-color: rgb(236 244 245 / 0.75);
}
.border-modal-50\/80{
  border-color: rgb(236 244 245 / 0.8);
}
.border-modal-50\/90{
  border-color: rgb(236 244 245 / 0.9);
}
.border-modal-50\/95{
  border-color: rgb(236 244 245 / 0.95);
}
.border-modal-50\/100{
  border-color: rgb(236 244 245 / 1);
}
.border-green-50\/0{
  border-color: rgb(243 250 247 / 0);
}
.border-green-50\/5{
  border-color: rgb(243 250 247 / 0.05);
}
.border-green-50\/10{
  border-color: rgb(243 250 247 / 0.1);
}
.border-green-50\/20{
  border-color: rgb(243 250 247 / 0.2);
}
.border-green-50\/25{
  border-color: rgb(243 250 247 / 0.25);
}
.border-green-50\/30{
  border-color: rgb(243 250 247 / 0.3);
}
.border-green-50\/40{
  border-color: rgb(243 250 247 / 0.4);
}
.border-green-50\/50{
  border-color: rgb(243 250 247 / 0.5);
}
.border-green-50\/60{
  border-color: rgb(243 250 247 / 0.6);
}
.border-green-50\/70{
  border-color: rgb(243 250 247 / 0.7);
}
.border-green-50\/75{
  border-color: rgb(243 250 247 / 0.75);
}
.border-green-50\/80{
  border-color: rgb(243 250 247 / 0.8);
}
.border-green-50\/90{
  border-color: rgb(243 250 247 / 0.9);
}
.border-green-50\/95{
  border-color: rgb(243 250 247 / 0.95);
}
.border-green-50\/100{
  border-color: rgb(243 250 247 / 1);
}
.border-green-100\/0{
  border-color: rgb(222 247 236 / 0);
}
.border-green-100\/5{
  border-color: rgb(222 247 236 / 0.05);
}
.border-green-100\/10{
  border-color: rgb(222 247 236 / 0.1);
}
.border-green-100\/20{
  border-color: rgb(222 247 236 / 0.2);
}
.border-green-100\/25{
  border-color: rgb(222 247 236 / 0.25);
}
.border-green-100\/30{
  border-color: rgb(222 247 236 / 0.3);
}
.border-green-100\/40{
  border-color: rgb(222 247 236 / 0.4);
}
.border-green-100\/50{
  border-color: rgb(222 247 236 / 0.5);
}
.border-green-100\/60{
  border-color: rgb(222 247 236 / 0.6);
}
.border-green-100\/70{
  border-color: rgb(222 247 236 / 0.7);
}
.border-green-100\/75{
  border-color: rgb(222 247 236 / 0.75);
}
.border-green-100\/80{
  border-color: rgb(222 247 236 / 0.8);
}
.border-green-100\/90{
  border-color: rgb(222 247 236 / 0.9);
}
.border-green-100\/95{
  border-color: rgb(222 247 236 / 0.95);
}
.border-green-100\/100{
  border-color: rgb(222 247 236 / 1);
}
.border-green-200\/0{
  border-color: rgb(188 240 218 / 0);
}
.border-green-200\/5{
  border-color: rgb(188 240 218 / 0.05);
}
.border-green-200\/10{
  border-color: rgb(188 240 218 / 0.1);
}
.border-green-200\/20{
  border-color: rgb(188 240 218 / 0.2);
}
.border-green-200\/25{
  border-color: rgb(188 240 218 / 0.25);
}
.border-green-200\/30{
  border-color: rgb(188 240 218 / 0.3);
}
.border-green-200\/40{
  border-color: rgb(188 240 218 / 0.4);
}
.border-green-200\/50{
  border-color: rgb(188 240 218 / 0.5);
}
.border-green-200\/60{
  border-color: rgb(188 240 218 / 0.6);
}
.border-green-200\/70{
  border-color: rgb(188 240 218 / 0.7);
}
.border-green-200\/75{
  border-color: rgb(188 240 218 / 0.75);
}
.border-green-200\/80{
  border-color: rgb(188 240 218 / 0.8);
}
.border-green-200\/90{
  border-color: rgb(188 240 218 / 0.9);
}
.border-green-200\/95{
  border-color: rgb(188 240 218 / 0.95);
}
.border-green-200\/100{
  border-color: rgb(188 240 218 / 1);
}
.border-green-300\/0{
  border-color: rgb(132 225 188 / 0);
}
.border-green-300\/5{
  border-color: rgb(132 225 188 / 0.05);
}
.border-green-300\/10{
  border-color: rgb(132 225 188 / 0.1);
}
.border-green-300\/20{
  border-color: rgb(132 225 188 / 0.2);
}
.border-green-300\/25{
  border-color: rgb(132 225 188 / 0.25);
}
.border-green-300\/30{
  border-color: rgb(132 225 188 / 0.3);
}
.border-green-300\/40{
  border-color: rgb(132 225 188 / 0.4);
}
.border-green-300\/50{
  border-color: rgb(132 225 188 / 0.5);
}
.border-green-300\/60{
  border-color: rgb(132 225 188 / 0.6);
}
.border-green-300\/70{
  border-color: rgb(132 225 188 / 0.7);
}
.border-green-300\/75{
  border-color: rgb(132 225 188 / 0.75);
}
.border-green-300\/80{
  border-color: rgb(132 225 188 / 0.8);
}
.border-green-300\/90{
  border-color: rgb(132 225 188 / 0.9);
}
.border-green-300\/95{
  border-color: rgb(132 225 188 / 0.95);
}
.border-green-300\/100{
  border-color: rgb(132 225 188 / 1);
}
.border-green-400\/0{
  border-color: rgb(49 196 141 / 0);
}
.border-green-400\/5{
  border-color: rgb(49 196 141 / 0.05);
}
.border-green-400\/10{
  border-color: rgb(49 196 141 / 0.1);
}
.border-green-400\/20{
  border-color: rgb(49 196 141 / 0.2);
}
.border-green-400\/25{
  border-color: rgb(49 196 141 / 0.25);
}
.border-green-400\/30{
  border-color: rgb(49 196 141 / 0.3);
}
.border-green-400\/40{
  border-color: rgb(49 196 141 / 0.4);
}
.border-green-400\/50{
  border-color: rgb(49 196 141 / 0.5);
}
.border-green-400\/60{
  border-color: rgb(49 196 141 / 0.6);
}
.border-green-400\/70{
  border-color: rgb(49 196 141 / 0.7);
}
.border-green-400\/75{
  border-color: rgb(49 196 141 / 0.75);
}
.border-green-400\/80{
  border-color: rgb(49 196 141 / 0.8);
}
.border-green-400\/90{
  border-color: rgb(49 196 141 / 0.9);
}
.border-green-400\/95{
  border-color: rgb(49 196 141 / 0.95);
}
.border-green-400\/100{
  border-color: rgb(49 196 141 / 1);
}
.border-green-500\/0{
  border-color: rgb(14 159 110 / 0);
}
.border-green-500\/5{
  border-color: rgb(14 159 110 / 0.05);
}
.border-green-500\/10{
  border-color: rgb(14 159 110 / 0.1);
}
.border-green-500\/20{
  border-color: rgb(14 159 110 / 0.2);
}
.border-green-500\/25{
  border-color: rgb(14 159 110 / 0.25);
}
.border-green-500\/30{
  border-color: rgb(14 159 110 / 0.3);
}
.border-green-500\/40{
  border-color: rgb(14 159 110 / 0.4);
}
.border-green-500\/50{
  border-color: rgb(14 159 110 / 0.5);
}
.border-green-500\/60{
  border-color: rgb(14 159 110 / 0.6);
}
.border-green-500\/70{
  border-color: rgb(14 159 110 / 0.7);
}
.border-green-500\/75{
  border-color: rgb(14 159 110 / 0.75);
}
.border-green-500\/80{
  border-color: rgb(14 159 110 / 0.8);
}
.border-green-500\/90{
  border-color: rgb(14 159 110 / 0.9);
}
.border-green-500\/95{
  border-color: rgb(14 159 110 / 0.95);
}
.border-green-500\/100{
  border-color: rgb(14 159 110 / 1);
}
.border-green-600\/0{
  border-color: rgb(5 122 85 / 0);
}
.border-green-600\/5{
  border-color: rgb(5 122 85 / 0.05);
}
.border-green-600\/10{
  border-color: rgb(5 122 85 / 0.1);
}
.border-green-600\/20{
  border-color: rgb(5 122 85 / 0.2);
}
.border-green-600\/25{
  border-color: rgb(5 122 85 / 0.25);
}
.border-green-600\/30{
  border-color: rgb(5 122 85 / 0.3);
}
.border-green-600\/40{
  border-color: rgb(5 122 85 / 0.4);
}
.border-green-600\/50{
  border-color: rgb(5 122 85 / 0.5);
}
.border-green-600\/60{
  border-color: rgb(5 122 85 / 0.6);
}
.border-green-600\/70{
  border-color: rgb(5 122 85 / 0.7);
}
.border-green-600\/75{
  border-color: rgb(5 122 85 / 0.75);
}
.border-green-600\/80{
  border-color: rgb(5 122 85 / 0.8);
}
.border-green-600\/90{
  border-color: rgb(5 122 85 / 0.9);
}
.border-green-600\/95{
  border-color: rgb(5 122 85 / 0.95);
}
.border-green-600\/100{
  border-color: rgb(5 122 85 / 1);
}
.border-green-700\/0{
  border-color: rgb(4 108 78 / 0);
}
.border-green-700\/5{
  border-color: rgb(4 108 78 / 0.05);
}
.border-green-700\/10{
  border-color: rgb(4 108 78 / 0.1);
}
.border-green-700\/20{
  border-color: rgb(4 108 78 / 0.2);
}
.border-green-700\/25{
  border-color: rgb(4 108 78 / 0.25);
}
.border-green-700\/30{
  border-color: rgb(4 108 78 / 0.3);
}
.border-green-700\/40{
  border-color: rgb(4 108 78 / 0.4);
}
.border-green-700\/50{
  border-color: rgb(4 108 78 / 0.5);
}
.border-green-700\/60{
  border-color: rgb(4 108 78 / 0.6);
}
.border-green-700\/70{
  border-color: rgb(4 108 78 / 0.7);
}
.border-green-700\/75{
  border-color: rgb(4 108 78 / 0.75);
}
.border-green-700\/80{
  border-color: rgb(4 108 78 / 0.8);
}
.border-green-700\/90{
  border-color: rgb(4 108 78 / 0.9);
}
.border-green-700\/95{
  border-color: rgb(4 108 78 / 0.95);
}
.border-green-700\/100{
  border-color: rgb(4 108 78 / 1);
}
.border-green-800\/0{
  border-color: rgb(3 84 63 / 0);
}
.border-green-800\/5{
  border-color: rgb(3 84 63 / 0.05);
}
.border-green-800\/10{
  border-color: rgb(3 84 63 / 0.1);
}
.border-green-800\/20{
  border-color: rgb(3 84 63 / 0.2);
}
.border-green-800\/25{
  border-color: rgb(3 84 63 / 0.25);
}
.border-green-800\/30{
  border-color: rgb(3 84 63 / 0.3);
}
.border-green-800\/40{
  border-color: rgb(3 84 63 / 0.4);
}
.border-green-800\/50{
  border-color: rgb(3 84 63 / 0.5);
}
.border-green-800\/60{
  border-color: rgb(3 84 63 / 0.6);
}
.border-green-800\/70{
  border-color: rgb(3 84 63 / 0.7);
}
.border-green-800\/75{
  border-color: rgb(3 84 63 / 0.75);
}
.border-green-800\/80{
  border-color: rgb(3 84 63 / 0.8);
}
.border-green-800\/90{
  border-color: rgb(3 84 63 / 0.9);
}
.border-green-800\/95{
  border-color: rgb(3 84 63 / 0.95);
}
.border-green-800\/100{
  border-color: rgb(3 84 63 / 1);
}
.border-green-900\/0{
  border-color: rgb(1 71 55 / 0);
}
.border-green-900\/5{
  border-color: rgb(1 71 55 / 0.05);
}
.border-green-900\/10{
  border-color: rgb(1 71 55 / 0.1);
}
.border-green-900\/20{
  border-color: rgb(1 71 55 / 0.2);
}
.border-green-900\/25{
  border-color: rgb(1 71 55 / 0.25);
}
.border-green-900\/30{
  border-color: rgb(1 71 55 / 0.3);
}
.border-green-900\/40{
  border-color: rgb(1 71 55 / 0.4);
}
.border-green-900\/50{
  border-color: rgb(1 71 55 / 0.5);
}
.border-green-900\/60{
  border-color: rgb(1 71 55 / 0.6);
}
.border-green-900\/70{
  border-color: rgb(1 71 55 / 0.7);
}
.border-green-900\/75{
  border-color: rgb(1 71 55 / 0.75);
}
.border-green-900\/80{
  border-color: rgb(1 71 55 / 0.8);
}
.border-green-900\/90{
  border-color: rgb(1 71 55 / 0.9);
}
.border-green-900\/95{
  border-color: rgb(1 71 55 / 0.95);
}
.border-green-900\/100{
  border-color: rgb(1 71 55 / 1);
}
.border-green\/0{
  border-color: rgb(77 208 225 / 0);
}
.border-green\/5{
  border-color: rgb(77 208 225 / 0.05);
}
.border-green\/10{
  border-color: rgb(77 208 225 / 0.1);
}
.border-green\/20{
  border-color: rgb(77 208 225 / 0.2);
}
.border-green\/25{
  border-color: rgb(77 208 225 / 0.25);
}
.border-green\/30{
  border-color: rgb(77 208 225 / 0.3);
}
.border-green\/40{
  border-color: rgb(77 208 225 / 0.4);
}
.border-green\/50{
  border-color: rgb(77 208 225 / 0.5);
}
.border-green\/60{
  border-color: rgb(77 208 225 / 0.6);
}
.border-green\/70{
  border-color: rgb(77 208 225 / 0.7);
}
.border-green\/75{
  border-color: rgb(77 208 225 / 0.75);
}
.border-green\/80{
  border-color: rgb(77 208 225 / 0.8);
}
.border-green\/90{
  border-color: rgb(77 208 225 / 0.9);
}
.border-green\/95{
  border-color: rgb(77 208 225 / 0.95);
}
.border-green\/100{
  border-color: rgb(77 208 225 / 1);
}
.border-green-light\/0{
  border-color: rgb(93 224 241 / 0);
}
.border-green-light\/5{
  border-color: rgb(93 224 241 / 0.05);
}
.border-green-light\/10{
  border-color: rgb(93 224 241 / 0.1);
}
.border-green-light\/20{
  border-color: rgb(93 224 241 / 0.2);
}
.border-green-light\/25{
  border-color: rgb(93 224 241 / 0.25);
}
.border-green-light\/30{
  border-color: rgb(93 224 241 / 0.3);
}
.border-green-light\/40{
  border-color: rgb(93 224 241 / 0.4);
}
.border-green-light\/50{
  border-color: rgb(93 224 241 / 0.5);
}
.border-green-light\/60{
  border-color: rgb(93 224 241 / 0.6);
}
.border-green-light\/70{
  border-color: rgb(93 224 241 / 0.7);
}
.border-green-light\/75{
  border-color: rgb(93 224 241 / 0.75);
}
.border-green-light\/80{
  border-color: rgb(93 224 241 / 0.8);
}
.border-green-light\/90{
  border-color: rgb(93 224 241 / 0.9);
}
.border-green-light\/95{
  border-color: rgb(93 224 241 / 0.95);
}
.border-green-light\/100{
  border-color: rgb(93 224 241 / 1);
}
.border-ottanio\/0{
  border-color: rgb(5 79 89 / 0);
}
.border-ottanio\/5{
  border-color: rgb(5 79 89 / 0.05);
}
.border-ottanio\/10{
  border-color: rgb(5 79 89 / 0.1);
}
.border-ottanio\/20{
  border-color: rgb(5 79 89 / 0.2);
}
.border-ottanio\/25{
  border-color: rgb(5 79 89 / 0.25);
}
.border-ottanio\/30{
  border-color: rgb(5 79 89 / 0.3);
}
.border-ottanio\/40{
  border-color: rgb(5 79 89 / 0.4);
}
.border-ottanio\/50{
  border-color: rgb(5 79 89 / 0.5);
}
.border-ottanio\/60{
  border-color: rgb(5 79 89 / 0.6);
}
.border-ottanio\/70{
  border-color: rgb(5 79 89 / 0.7);
}
.border-ottanio\/75{
  border-color: rgb(5 79 89 / 0.75);
}
.border-ottanio\/80{
  border-color: rgb(5 79 89 / 0.8);
}
.border-ottanio\/90{
  border-color: rgb(5 79 89 / 0.9);
}
.border-ottanio\/95{
  border-color: rgb(5 79 89 / 0.95);
}
.border-ottanio\/100{
  border-color: rgb(5 79 89 / 1);
}
.border-ottanio-light\/0{
  border-color: rgb(0 151 167 / 0);
}
.border-ottanio-light\/5{
  border-color: rgb(0 151 167 / 0.05);
}
.border-ottanio-light\/10{
  border-color: rgb(0 151 167 / 0.1);
}
.border-ottanio-light\/20{
  border-color: rgb(0 151 167 / 0.2);
}
.border-ottanio-light\/25{
  border-color: rgb(0 151 167 / 0.25);
}
.border-ottanio-light\/30{
  border-color: rgb(0 151 167 / 0.3);
}
.border-ottanio-light\/40{
  border-color: rgb(0 151 167 / 0.4);
}
.border-ottanio-light\/50{
  border-color: rgb(0 151 167 / 0.5);
}
.border-ottanio-light\/60{
  border-color: rgb(0 151 167 / 0.6);
}
.border-ottanio-light\/70{
  border-color: rgb(0 151 167 / 0.7);
}
.border-ottanio-light\/75{
  border-color: rgb(0 151 167 / 0.75);
}
.border-ottanio-light\/80{
  border-color: rgb(0 151 167 / 0.8);
}
.border-ottanio-light\/90{
  border-color: rgb(0 151 167 / 0.9);
}
.border-ottanio-light\/95{
  border-color: rgb(0 151 167 / 0.95);
}
.border-ottanio-light\/100{
  border-color: rgb(0 151 167 / 1);
}
.border-magenta\/0{
  border-color: rgb(224 14 102 / 0);
}
.border-magenta\/5{
  border-color: rgb(224 14 102 / 0.05);
}
.border-magenta\/10{
  border-color: rgb(224 14 102 / 0.1);
}
.border-magenta\/20{
  border-color: rgb(224 14 102 / 0.2);
}
.border-magenta\/25{
  border-color: rgb(224 14 102 / 0.25);
}
.border-magenta\/30{
  border-color: rgb(224 14 102 / 0.3);
}
.border-magenta\/40{
  border-color: rgb(224 14 102 / 0.4);
}
.border-magenta\/50{
  border-color: rgb(224 14 102 / 0.5);
}
.border-magenta\/60{
  border-color: rgb(224 14 102 / 0.6);
}
.border-magenta\/70{
  border-color: rgb(224 14 102 / 0.7);
}
.border-magenta\/75{
  border-color: rgb(224 14 102 / 0.75);
}
.border-magenta\/80{
  border-color: rgb(224 14 102 / 0.8);
}
.border-magenta\/90{
  border-color: rgb(224 14 102 / 0.9);
}
.border-magenta\/95{
  border-color: rgb(224 14 102 / 0.95);
}
.border-magenta\/100{
  border-color: rgb(224 14 102 / 1);
}
.border-magenta-light\/0{
  border-color: rgb(224 14 102 / 0);
}
.border-magenta-light\/5{
  border-color: rgb(224 14 102 / 0.05);
}
.border-magenta-light\/10{
  border-color: rgb(224 14 102 / 0.1);
}
.border-magenta-light\/20{
  border-color: rgb(224 14 102 / 0.2);
}
.border-magenta-light\/25{
  border-color: rgb(224 14 102 / 0.25);
}
.border-magenta-light\/30{
  border-color: rgb(224 14 102 / 0.3);
}
.border-magenta-light\/40{
  border-color: rgb(224 14 102 / 0.4);
}
.border-magenta-light\/50{
  border-color: rgb(224 14 102 / 0.5);
}
.border-magenta-light\/60{
  border-color: rgb(224 14 102 / 0.6);
}
.border-magenta-light\/70{
  border-color: rgb(224 14 102 / 0.7);
}
.border-magenta-light\/75{
  border-color: rgb(224 14 102 / 0.75);
}
.border-magenta-light\/80{
  border-color: rgb(224 14 102 / 0.8);
}
.border-magenta-light\/90{
  border-color: rgb(224 14 102 / 0.9);
}
.border-magenta-light\/95{
  border-color: rgb(224 14 102 / 0.95);
}
.border-magenta-light\/100{
  border-color: rgb(224 14 102 / 1);
}
.border-arancio\/0{
  border-color: rgb(255 149 149 / 0);
}
.border-arancio\/5{
  border-color: rgb(255 149 149 / 0.05);
}
.border-arancio\/10{
  border-color: rgb(255 149 149 / 0.1);
}
.border-arancio\/20{
  border-color: rgb(255 149 149 / 0.2);
}
.border-arancio\/25{
  border-color: rgb(255 149 149 / 0.25);
}
.border-arancio\/30{
  border-color: rgb(255 149 149 / 0.3);
}
.border-arancio\/40{
  border-color: rgb(255 149 149 / 0.4);
}
.border-arancio\/50{
  border-color: rgb(255 149 149 / 0.5);
}
.border-arancio\/60{
  border-color: rgb(255 149 149 / 0.6);
}
.border-arancio\/70{
  border-color: rgb(255 149 149 / 0.7);
}
.border-arancio\/75{
  border-color: rgb(255 149 149 / 0.75);
}
.border-arancio\/80{
  border-color: rgb(255 149 149 / 0.8);
}
.border-arancio\/90{
  border-color: rgb(255 149 149 / 0.9);
}
.border-arancio\/95{
  border-color: rgb(255 149 149 / 0.95);
}
.border-arancio\/100{
  border-color: rgb(255 149 149 / 1);
}
.border-gray-50\/0{
  border-color: rgb(249 250 251 / 0);
}
.border-gray-50\/5{
  border-color: rgb(249 250 251 / 0.05);
}
.border-gray-50\/10{
  border-color: rgb(249 250 251 / 0.1);
}
.border-gray-50\/20{
  border-color: rgb(249 250 251 / 0.2);
}
.border-gray-50\/25{
  border-color: rgb(249 250 251 / 0.25);
}
.border-gray-50\/30{
  border-color: rgb(249 250 251 / 0.3);
}
.border-gray-50\/40{
  border-color: rgb(249 250 251 / 0.4);
}
.border-gray-50\/50{
  border-color: rgb(249 250 251 / 0.5);
}
.border-gray-50\/60{
  border-color: rgb(249 250 251 / 0.6);
}
.border-gray-50\/70{
  border-color: rgb(249 250 251 / 0.7);
}
.border-gray-50\/75{
  border-color: rgb(249 250 251 / 0.75);
}
.border-gray-50\/80{
  border-color: rgb(249 250 251 / 0.8);
}
.border-gray-50\/90{
  border-color: rgb(249 250 251 / 0.9);
}
.border-gray-50\/95{
  border-color: rgb(249 250 251 / 0.95);
}
.border-gray-50\/100{
  border-color: rgb(249 250 251 / 1);
}
.border-gray-100\/0{
  border-color: rgb(213 227 231 / 0);
}
.border-gray-100\/5{
  border-color: rgb(213 227 231 / 0.05);
}
.border-gray-100\/10{
  border-color: rgb(213 227 231 / 0.1);
}
.border-gray-100\/20{
  border-color: rgb(213 227 231 / 0.2);
}
.border-gray-100\/25{
  border-color: rgb(213 227 231 / 0.25);
}
.border-gray-100\/30{
  border-color: rgb(213 227 231 / 0.3);
}
.border-gray-100\/40{
  border-color: rgb(213 227 231 / 0.4);
}
.border-gray-100\/50{
  border-color: rgb(213 227 231 / 0.5);
}
.border-gray-100\/60{
  border-color: rgb(213 227 231 / 0.6);
}
.border-gray-100\/70{
  border-color: rgb(213 227 231 / 0.7);
}
.border-gray-100\/75{
  border-color: rgb(213 227 231 / 0.75);
}
.border-gray-100\/80{
  border-color: rgb(213 227 231 / 0.8);
}
.border-gray-100\/90{
  border-color: rgb(213 227 231 / 0.9);
}
.border-gray-100\/95{
  border-color: rgb(213 227 231 / 0.95);
}
.border-gray-100\/100{
  border-color: rgb(213 227 231 / 1);
}
.border-gray-200\/0{
  border-color: rgb(229 231 235 / 0);
}
.border-gray-200\/5{
  border-color: rgb(229 231 235 / 0.05);
}
.border-gray-200\/10{
  border-color: rgb(229 231 235 / 0.1);
}
.border-gray-200\/20{
  border-color: rgb(229 231 235 / 0.2);
}
.border-gray-200\/25{
  border-color: rgb(229 231 235 / 0.25);
}
.border-gray-200\/30{
  border-color: rgb(229 231 235 / 0.3);
}
.border-gray-200\/40{
  border-color: rgb(229 231 235 / 0.4);
}
.border-gray-200\/50{
  border-color: rgb(229 231 235 / 0.5);
}
.border-gray-200\/60{
  border-color: rgb(229 231 235 / 0.6);
}
.border-gray-200\/70{
  border-color: rgb(229 231 235 / 0.7);
}
.border-gray-200\/75{
  border-color: rgb(229 231 235 / 0.75);
}
.border-gray-200\/80{
  border-color: rgb(229 231 235 / 0.8);
}
.border-gray-200\/90{
  border-color: rgb(229 231 235 / 0.9);
}
.border-gray-200\/95{
  border-color: rgb(229 231 235 / 0.95);
}
.border-gray-200\/100{
  border-color: rgb(229 231 235 / 1);
}
.border-gray-300\/0{
  border-color: rgb(100 108 122 / 0);
}
.border-gray-300\/5{
  border-color: rgb(100 108 122 / 0.05);
}
.border-gray-300\/10{
  border-color: rgb(100 108 122 / 0.1);
}
.border-gray-300\/20{
  border-color: rgb(100 108 122 / 0.2);
}
.border-gray-300\/25{
  border-color: rgb(100 108 122 / 0.25);
}
.border-gray-300\/30{
  border-color: rgb(100 108 122 / 0.3);
}
.border-gray-300\/40{
  border-color: rgb(100 108 122 / 0.4);
}
.border-gray-300\/50{
  border-color: rgb(100 108 122 / 0.5);
}
.border-gray-300\/60{
  border-color: rgb(100 108 122 / 0.6);
}
.border-gray-300\/70{
  border-color: rgb(100 108 122 / 0.7);
}
.border-gray-300\/75{
  border-color: rgb(100 108 122 / 0.75);
}
.border-gray-300\/80{
  border-color: rgb(100 108 122 / 0.8);
}
.border-gray-300\/90{
  border-color: rgb(100 108 122 / 0.9);
}
.border-gray-300\/95{
  border-color: rgb(100 108 122 / 0.95);
}
.border-gray-300\/100{
  border-color: rgb(100 108 122 / 1);
}
.border-gray-400\/0{
  border-color: rgb(159 189 195 / 0);
}
.border-gray-400\/5{
  border-color: rgb(159 189 195 / 0.05);
}
.border-gray-400\/10{
  border-color: rgb(159 189 195 / 0.1);
}
.border-gray-400\/20{
  border-color: rgb(159 189 195 / 0.2);
}
.border-gray-400\/25{
  border-color: rgb(159 189 195 / 0.25);
}
.border-gray-400\/30{
  border-color: rgb(159 189 195 / 0.3);
}
.border-gray-400\/40{
  border-color: rgb(159 189 195 / 0.4);
}
.border-gray-400\/50{
  border-color: rgb(159 189 195 / 0.5);
}
.border-gray-400\/60{
  border-color: rgb(159 189 195 / 0.6);
}
.border-gray-400\/70{
  border-color: rgb(159 189 195 / 0.7);
}
.border-gray-400\/75{
  border-color: rgb(159 189 195 / 0.75);
}
.border-gray-400\/80{
  border-color: rgb(159 189 195 / 0.8);
}
.border-gray-400\/90{
  border-color: rgb(159 189 195 / 0.9);
}
.border-gray-400\/95{
  border-color: rgb(159 189 195 / 0.95);
}
.border-gray-400\/100{
  border-color: rgb(159 189 195 / 1);
}
.border-gray-500\/0{
  border-color: rgb(107 114 128 / 0);
}
.border-gray-500\/5{
  border-color: rgb(107 114 128 / 0.05);
}
.border-gray-500\/10{
  border-color: rgb(107 114 128 / 0.1);
}
.border-gray-500\/20{
  border-color: rgb(107 114 128 / 0.2);
}
.border-gray-500\/25{
  border-color: rgb(107 114 128 / 0.25);
}
.border-gray-500\/30{
  border-color: rgb(107 114 128 / 0.3);
}
.border-gray-500\/40{
  border-color: rgb(107 114 128 / 0.4);
}
.border-gray-500\/50{
  border-color: rgb(107 114 128 / 0.5);
}
.border-gray-500\/60{
  border-color: rgb(107 114 128 / 0.6);
}
.border-gray-500\/70{
  border-color: rgb(107 114 128 / 0.7);
}
.border-gray-500\/75{
  border-color: rgb(107 114 128 / 0.75);
}
.border-gray-500\/80{
  border-color: rgb(107 114 128 / 0.8);
}
.border-gray-500\/90{
  border-color: rgb(107 114 128 / 0.9);
}
.border-gray-500\/95{
  border-color: rgb(107 114 128 / 0.95);
}
.border-gray-500\/100{
  border-color: rgb(107 114 128 / 1);
}
.border-gray-600\/0{
  border-color: rgb(196 196 196 / 0);
}
.border-gray-600\/5{
  border-color: rgb(196 196 196 / 0.05);
}
.border-gray-600\/10{
  border-color: rgb(196 196 196 / 0.1);
}
.border-gray-600\/20{
  border-color: rgb(196 196 196 / 0.2);
}
.border-gray-600\/25{
  border-color: rgb(196 196 196 / 0.25);
}
.border-gray-600\/30{
  border-color: rgb(196 196 196 / 0.3);
}
.border-gray-600\/40{
  border-color: rgb(196 196 196 / 0.4);
}
.border-gray-600\/50{
  border-color: rgb(196 196 196 / 0.5);
}
.border-gray-600\/60{
  border-color: rgb(196 196 196 / 0.6);
}
.border-gray-600\/70{
  border-color: rgb(196 196 196 / 0.7);
}
.border-gray-600\/75{
  border-color: rgb(196 196 196 / 0.75);
}
.border-gray-600\/80{
  border-color: rgb(196 196 196 / 0.8);
}
.border-gray-600\/90{
  border-color: rgb(196 196 196 / 0.9);
}
.border-gray-600\/95{
  border-color: rgb(196 196 196 / 0.95);
}
.border-gray-600\/100{
  border-color: rgb(196 196 196 / 1);
}
.border-gray-700\/0{
  border-color: rgb(221 221 221 / 0);
}
.border-gray-700\/5{
  border-color: rgb(221 221 221 / 0.05);
}
.border-gray-700\/10{
  border-color: rgb(221 221 221 / 0.1);
}
.border-gray-700\/20{
  border-color: rgb(221 221 221 / 0.2);
}
.border-gray-700\/25{
  border-color: rgb(221 221 221 / 0.25);
}
.border-gray-700\/30{
  border-color: rgb(221 221 221 / 0.3);
}
.border-gray-700\/40{
  border-color: rgb(221 221 221 / 0.4);
}
.border-gray-700\/50{
  border-color: rgb(221 221 221 / 0.5);
}
.border-gray-700\/60{
  border-color: rgb(221 221 221 / 0.6);
}
.border-gray-700\/70{
  border-color: rgb(221 221 221 / 0.7);
}
.border-gray-700\/75{
  border-color: rgb(221 221 221 / 0.75);
}
.border-gray-700\/80{
  border-color: rgb(221 221 221 / 0.8);
}
.border-gray-700\/90{
  border-color: rgb(221 221 221 / 0.9);
}
.border-gray-700\/95{
  border-color: rgb(221 221 221 / 0.95);
}
.border-gray-700\/100{
  border-color: rgb(221 221 221 / 1);
}
.border-gray-800\/0{
  border-color: rgb(31 41 55 / 0);
}
.border-gray-800\/5{
  border-color: rgb(31 41 55 / 0.05);
}
.border-gray-800\/10{
  border-color: rgb(31 41 55 / 0.1);
}
.border-gray-800\/20{
  border-color: rgb(31 41 55 / 0.2);
}
.border-gray-800\/25{
  border-color: rgb(31 41 55 / 0.25);
}
.border-gray-800\/30{
  border-color: rgb(31 41 55 / 0.3);
}
.border-gray-800\/40{
  border-color: rgb(31 41 55 / 0.4);
}
.border-gray-800\/50{
  border-color: rgb(31 41 55 / 0.5);
}
.border-gray-800\/60{
  border-color: rgb(31 41 55 / 0.6);
}
.border-gray-800\/70{
  border-color: rgb(31 41 55 / 0.7);
}
.border-gray-800\/75{
  border-color: rgb(31 41 55 / 0.75);
}
.border-gray-800\/80{
  border-color: rgb(31 41 55 / 0.8);
}
.border-gray-800\/90{
  border-color: rgb(31 41 55 / 0.9);
}
.border-gray-800\/95{
  border-color: rgb(31 41 55 / 0.95);
}
.border-gray-800\/100{
  border-color: rgb(31 41 55 / 1);
}
.border-gray-900\/0{
  border-color: rgb(249 249 249 / 0);
}
.border-gray-900\/5{
  border-color: rgb(249 249 249 / 0.05);
}
.border-gray-900\/10{
  border-color: rgb(249 249 249 / 0.1);
}
.border-gray-900\/20{
  border-color: rgb(249 249 249 / 0.2);
}
.border-gray-900\/25{
  border-color: rgb(249 249 249 / 0.25);
}
.border-gray-900\/30{
  border-color: rgb(249 249 249 / 0.3);
}
.border-gray-900\/40{
  border-color: rgb(249 249 249 / 0.4);
}
.border-gray-900\/50{
  border-color: rgb(249 249 249 / 0.5);
}
.border-gray-900\/60{
  border-color: rgb(249 249 249 / 0.6);
}
.border-gray-900\/70{
  border-color: rgb(249 249 249 / 0.7);
}
.border-gray-900\/75{
  border-color: rgb(249 249 249 / 0.75);
}
.border-gray-900\/80{
  border-color: rgb(249 249 249 / 0.8);
}
.border-gray-900\/90{
  border-color: rgb(249 249 249 / 0.9);
}
.border-gray-900\/95{
  border-color: rgb(249 249 249 / 0.95);
}
.border-gray-900\/100{
  border-color: rgb(249 249 249 / 1);
}
.border-gray\/0{
  border-color: rgb(187 187 187 / 0);
}
.border-gray\/5{
  border-color: rgb(187 187 187 / 0.05);
}
.border-gray\/10{
  border-color: rgb(187 187 187 / 0.1);
}
.border-gray\/20{
  border-color: rgb(187 187 187 / 0.2);
}
.border-gray\/25{
  border-color: rgb(187 187 187 / 0.25);
}
.border-gray\/30{
  border-color: rgb(187 187 187 / 0.3);
}
.border-gray\/40{
  border-color: rgb(187 187 187 / 0.4);
}
.border-gray\/50{
  border-color: rgb(187 187 187 / 0.5);
}
.border-gray\/60{
  border-color: rgb(187 187 187 / 0.6);
}
.border-gray\/70{
  border-color: rgb(187 187 187 / 0.7);
}
.border-gray\/75{
  border-color: rgb(187 187 187 / 0.75);
}
.border-gray\/80{
  border-color: rgb(187 187 187 / 0.8);
}
.border-gray\/90{
  border-color: rgb(187 187 187 / 0.9);
}
.border-gray\/95{
  border-color: rgb(187 187 187 / 0.95);
}
.border-gray\/100{
  border-color: rgb(187 187 187 / 1);
}
.border-red-50\/0{
  border-color: rgb(253 242 242 / 0);
}
.border-red-50\/5{
  border-color: rgb(253 242 242 / 0.05);
}
.border-red-50\/10{
  border-color: rgb(253 242 242 / 0.1);
}
.border-red-50\/20{
  border-color: rgb(253 242 242 / 0.2);
}
.border-red-50\/25{
  border-color: rgb(253 242 242 / 0.25);
}
.border-red-50\/30{
  border-color: rgb(253 242 242 / 0.3);
}
.border-red-50\/40{
  border-color: rgb(253 242 242 / 0.4);
}
.border-red-50\/50{
  border-color: rgb(253 242 242 / 0.5);
}
.border-red-50\/60{
  border-color: rgb(253 242 242 / 0.6);
}
.border-red-50\/70{
  border-color: rgb(253 242 242 / 0.7);
}
.border-red-50\/75{
  border-color: rgb(253 242 242 / 0.75);
}
.border-red-50\/80{
  border-color: rgb(253 242 242 / 0.8);
}
.border-red-50\/90{
  border-color: rgb(253 242 242 / 0.9);
}
.border-red-50\/95{
  border-color: rgb(253 242 242 / 0.95);
}
.border-red-50\/100{
  border-color: rgb(253 242 242 / 1);
}
.border-red-100\/0{
  border-color: rgb(253 232 232 / 0);
}
.border-red-100\/5{
  border-color: rgb(253 232 232 / 0.05);
}
.border-red-100\/10{
  border-color: rgb(253 232 232 / 0.1);
}
.border-red-100\/20{
  border-color: rgb(253 232 232 / 0.2);
}
.border-red-100\/25{
  border-color: rgb(253 232 232 / 0.25);
}
.border-red-100\/30{
  border-color: rgb(253 232 232 / 0.3);
}
.border-red-100\/40{
  border-color: rgb(253 232 232 / 0.4);
}
.border-red-100\/50{
  border-color: rgb(253 232 232 / 0.5);
}
.border-red-100\/60{
  border-color: rgb(253 232 232 / 0.6);
}
.border-red-100\/70{
  border-color: rgb(253 232 232 / 0.7);
}
.border-red-100\/75{
  border-color: rgb(253 232 232 / 0.75);
}
.border-red-100\/80{
  border-color: rgb(253 232 232 / 0.8);
}
.border-red-100\/90{
  border-color: rgb(253 232 232 / 0.9);
}
.border-red-100\/95{
  border-color: rgb(253 232 232 / 0.95);
}
.border-red-100\/100{
  border-color: rgb(253 232 232 / 1);
}
.border-red-200\/0{
  border-color: rgb(251 213 213 / 0);
}
.border-red-200\/5{
  border-color: rgb(251 213 213 / 0.05);
}
.border-red-200\/10{
  border-color: rgb(251 213 213 / 0.1);
}
.border-red-200\/20{
  border-color: rgb(251 213 213 / 0.2);
}
.border-red-200\/25{
  border-color: rgb(251 213 213 / 0.25);
}
.border-red-200\/30{
  border-color: rgb(251 213 213 / 0.3);
}
.border-red-200\/40{
  border-color: rgb(251 213 213 / 0.4);
}
.border-red-200\/50{
  border-color: rgb(251 213 213 / 0.5);
}
.border-red-200\/60{
  border-color: rgb(251 213 213 / 0.6);
}
.border-red-200\/70{
  border-color: rgb(251 213 213 / 0.7);
}
.border-red-200\/75{
  border-color: rgb(251 213 213 / 0.75);
}
.border-red-200\/80{
  border-color: rgb(251 213 213 / 0.8);
}
.border-red-200\/90{
  border-color: rgb(251 213 213 / 0.9);
}
.border-red-200\/95{
  border-color: rgb(251 213 213 / 0.95);
}
.border-red-200\/100{
  border-color: rgb(251 213 213 / 1);
}
.border-red-300\/0{
  border-color: rgb(248 180 180 / 0);
}
.border-red-300\/5{
  border-color: rgb(248 180 180 / 0.05);
}
.border-red-300\/10{
  border-color: rgb(248 180 180 / 0.1);
}
.border-red-300\/20{
  border-color: rgb(248 180 180 / 0.2);
}
.border-red-300\/25{
  border-color: rgb(248 180 180 / 0.25);
}
.border-red-300\/30{
  border-color: rgb(248 180 180 / 0.3);
}
.border-red-300\/40{
  border-color: rgb(248 180 180 / 0.4);
}
.border-red-300\/50{
  border-color: rgb(248 180 180 / 0.5);
}
.border-red-300\/60{
  border-color: rgb(248 180 180 / 0.6);
}
.border-red-300\/70{
  border-color: rgb(248 180 180 / 0.7);
}
.border-red-300\/75{
  border-color: rgb(248 180 180 / 0.75);
}
.border-red-300\/80{
  border-color: rgb(248 180 180 / 0.8);
}
.border-red-300\/90{
  border-color: rgb(248 180 180 / 0.9);
}
.border-red-300\/95{
  border-color: rgb(248 180 180 / 0.95);
}
.border-red-300\/100{
  border-color: rgb(248 180 180 / 1);
}
.border-red-400\/0{
  border-color: rgb(249 128 128 / 0);
}
.border-red-400\/5{
  border-color: rgb(249 128 128 / 0.05);
}
.border-red-400\/10{
  border-color: rgb(249 128 128 / 0.1);
}
.border-red-400\/20{
  border-color: rgb(249 128 128 / 0.2);
}
.border-red-400\/25{
  border-color: rgb(249 128 128 / 0.25);
}
.border-red-400\/30{
  border-color: rgb(249 128 128 / 0.3);
}
.border-red-400\/40{
  border-color: rgb(249 128 128 / 0.4);
}
.border-red-400\/50{
  border-color: rgb(249 128 128 / 0.5);
}
.border-red-400\/60{
  border-color: rgb(249 128 128 / 0.6);
}
.border-red-400\/70{
  border-color: rgb(249 128 128 / 0.7);
}
.border-red-400\/75{
  border-color: rgb(249 128 128 / 0.75);
}
.border-red-400\/80{
  border-color: rgb(249 128 128 / 0.8);
}
.border-red-400\/90{
  border-color: rgb(249 128 128 / 0.9);
}
.border-red-400\/95{
  border-color: rgb(249 128 128 / 0.95);
}
.border-red-400\/100{
  border-color: rgb(249 128 128 / 1);
}
.border-red-500\/0{
  border-color: rgb(240 82 82 / 0);
}
.border-red-500\/5{
  border-color: rgb(240 82 82 / 0.05);
}
.border-red-500\/10{
  border-color: rgb(240 82 82 / 0.1);
}
.border-red-500\/20{
  border-color: rgb(240 82 82 / 0.2);
}
.border-red-500\/25{
  border-color: rgb(240 82 82 / 0.25);
}
.border-red-500\/30{
  border-color: rgb(240 82 82 / 0.3);
}
.border-red-500\/40{
  border-color: rgb(240 82 82 / 0.4);
}
.border-red-500\/50{
  border-color: rgb(240 82 82 / 0.5);
}
.border-red-500\/60{
  border-color: rgb(240 82 82 / 0.6);
}
.border-red-500\/70{
  border-color: rgb(240 82 82 / 0.7);
}
.border-red-500\/75{
  border-color: rgb(240 82 82 / 0.75);
}
.border-red-500\/80{
  border-color: rgb(240 82 82 / 0.8);
}
.border-red-500\/90{
  border-color: rgb(240 82 82 / 0.9);
}
.border-red-500\/95{
  border-color: rgb(240 82 82 / 0.95);
}
.border-red-500\/100{
  border-color: rgb(240 82 82 / 1);
}
.border-red-600\/0{
  border-color: rgb(224 36 36 / 0);
}
.border-red-600\/5{
  border-color: rgb(224 36 36 / 0.05);
}
.border-red-600\/10{
  border-color: rgb(224 36 36 / 0.1);
}
.border-red-600\/20{
  border-color: rgb(224 36 36 / 0.2);
}
.border-red-600\/25{
  border-color: rgb(224 36 36 / 0.25);
}
.border-red-600\/30{
  border-color: rgb(224 36 36 / 0.3);
}
.border-red-600\/40{
  border-color: rgb(224 36 36 / 0.4);
}
.border-red-600\/50{
  border-color: rgb(224 36 36 / 0.5);
}
.border-red-600\/60{
  border-color: rgb(224 36 36 / 0.6);
}
.border-red-600\/70{
  border-color: rgb(224 36 36 / 0.7);
}
.border-red-600\/75{
  border-color: rgb(224 36 36 / 0.75);
}
.border-red-600\/80{
  border-color: rgb(224 36 36 / 0.8);
}
.border-red-600\/90{
  border-color: rgb(224 36 36 / 0.9);
}
.border-red-600\/95{
  border-color: rgb(224 36 36 / 0.95);
}
.border-red-600\/100{
  border-color: rgb(224 36 36 / 1);
}
.border-red-700\/0{
  border-color: rgb(200 30 30 / 0);
}
.border-red-700\/5{
  border-color: rgb(200 30 30 / 0.05);
}
.border-red-700\/10{
  border-color: rgb(200 30 30 / 0.1);
}
.border-red-700\/20{
  border-color: rgb(200 30 30 / 0.2);
}
.border-red-700\/25{
  border-color: rgb(200 30 30 / 0.25);
}
.border-red-700\/30{
  border-color: rgb(200 30 30 / 0.3);
}
.border-red-700\/40{
  border-color: rgb(200 30 30 / 0.4);
}
.border-red-700\/50{
  border-color: rgb(200 30 30 / 0.5);
}
.border-red-700\/60{
  border-color: rgb(200 30 30 / 0.6);
}
.border-red-700\/70{
  border-color: rgb(200 30 30 / 0.7);
}
.border-red-700\/75{
  border-color: rgb(200 30 30 / 0.75);
}
.border-red-700\/80{
  border-color: rgb(200 30 30 / 0.8);
}
.border-red-700\/90{
  border-color: rgb(200 30 30 / 0.9);
}
.border-red-700\/95{
  border-color: rgb(200 30 30 / 0.95);
}
.border-red-700\/100{
  border-color: rgb(200 30 30 / 1);
}
.border-red-800\/0{
  border-color: rgb(155 28 28 / 0);
}
.border-red-800\/5{
  border-color: rgb(155 28 28 / 0.05);
}
.border-red-800\/10{
  border-color: rgb(155 28 28 / 0.1);
}
.border-red-800\/20{
  border-color: rgb(155 28 28 / 0.2);
}
.border-red-800\/25{
  border-color: rgb(155 28 28 / 0.25);
}
.border-red-800\/30{
  border-color: rgb(155 28 28 / 0.3);
}
.border-red-800\/40{
  border-color: rgb(155 28 28 / 0.4);
}
.border-red-800\/50{
  border-color: rgb(155 28 28 / 0.5);
}
.border-red-800\/60{
  border-color: rgb(155 28 28 / 0.6);
}
.border-red-800\/70{
  border-color: rgb(155 28 28 / 0.7);
}
.border-red-800\/75{
  border-color: rgb(155 28 28 / 0.75);
}
.border-red-800\/80{
  border-color: rgb(155 28 28 / 0.8);
}
.border-red-800\/90{
  border-color: rgb(155 28 28 / 0.9);
}
.border-red-800\/95{
  border-color: rgb(155 28 28 / 0.95);
}
.border-red-800\/100{
  border-color: rgb(155 28 28 / 1);
}
.border-red-900\/0{
  border-color: rgb(119 29 29 / 0);
}
.border-red-900\/5{
  border-color: rgb(119 29 29 / 0.05);
}
.border-red-900\/10{
  border-color: rgb(119 29 29 / 0.1);
}
.border-red-900\/20{
  border-color: rgb(119 29 29 / 0.2);
}
.border-red-900\/25{
  border-color: rgb(119 29 29 / 0.25);
}
.border-red-900\/30{
  border-color: rgb(119 29 29 / 0.3);
}
.border-red-900\/40{
  border-color: rgb(119 29 29 / 0.4);
}
.border-red-900\/50{
  border-color: rgb(119 29 29 / 0.5);
}
.border-red-900\/60{
  border-color: rgb(119 29 29 / 0.6);
}
.border-red-900\/70{
  border-color: rgb(119 29 29 / 0.7);
}
.border-red-900\/75{
  border-color: rgb(119 29 29 / 0.75);
}
.border-red-900\/80{
  border-color: rgb(119 29 29 / 0.8);
}
.border-red-900\/90{
  border-color: rgb(119 29 29 / 0.9);
}
.border-red-900\/95{
  border-color: rgb(119 29 29 / 0.95);
}
.border-red-900\/100{
  border-color: rgb(119 29 29 / 1);
}
.border-orange-50\/0{
  border-color: rgb(255 248 241 / 0);
}
.border-orange-50\/5{
  border-color: rgb(255 248 241 / 0.05);
}
.border-orange-50\/10{
  border-color: rgb(255 248 241 / 0.1);
}
.border-orange-50\/20{
  border-color: rgb(255 248 241 / 0.2);
}
.border-orange-50\/25{
  border-color: rgb(255 248 241 / 0.25);
}
.border-orange-50\/30{
  border-color: rgb(255 248 241 / 0.3);
}
.border-orange-50\/40{
  border-color: rgb(255 248 241 / 0.4);
}
.border-orange-50\/50{
  border-color: rgb(255 248 241 / 0.5);
}
.border-orange-50\/60{
  border-color: rgb(255 248 241 / 0.6);
}
.border-orange-50\/70{
  border-color: rgb(255 248 241 / 0.7);
}
.border-orange-50\/75{
  border-color: rgb(255 248 241 / 0.75);
}
.border-orange-50\/80{
  border-color: rgb(255 248 241 / 0.8);
}
.border-orange-50\/90{
  border-color: rgb(255 248 241 / 0.9);
}
.border-orange-50\/95{
  border-color: rgb(255 248 241 / 0.95);
}
.border-orange-50\/100{
  border-color: rgb(255 248 241 / 1);
}
.border-orange-100\/0{
  border-color: rgb(254 236 220 / 0);
}
.border-orange-100\/5{
  border-color: rgb(254 236 220 / 0.05);
}
.border-orange-100\/10{
  border-color: rgb(254 236 220 / 0.1);
}
.border-orange-100\/20{
  border-color: rgb(254 236 220 / 0.2);
}
.border-orange-100\/25{
  border-color: rgb(254 236 220 / 0.25);
}
.border-orange-100\/30{
  border-color: rgb(254 236 220 / 0.3);
}
.border-orange-100\/40{
  border-color: rgb(254 236 220 / 0.4);
}
.border-orange-100\/50{
  border-color: rgb(254 236 220 / 0.5);
}
.border-orange-100\/60{
  border-color: rgb(254 236 220 / 0.6);
}
.border-orange-100\/70{
  border-color: rgb(254 236 220 / 0.7);
}
.border-orange-100\/75{
  border-color: rgb(254 236 220 / 0.75);
}
.border-orange-100\/80{
  border-color: rgb(254 236 220 / 0.8);
}
.border-orange-100\/90{
  border-color: rgb(254 236 220 / 0.9);
}
.border-orange-100\/95{
  border-color: rgb(254 236 220 / 0.95);
}
.border-orange-100\/100{
  border-color: rgb(254 236 220 / 1);
}
.border-orange-200\/0{
  border-color: rgb(252 217 189 / 0);
}
.border-orange-200\/5{
  border-color: rgb(252 217 189 / 0.05);
}
.border-orange-200\/10{
  border-color: rgb(252 217 189 / 0.1);
}
.border-orange-200\/20{
  border-color: rgb(252 217 189 / 0.2);
}
.border-orange-200\/25{
  border-color: rgb(252 217 189 / 0.25);
}
.border-orange-200\/30{
  border-color: rgb(252 217 189 / 0.3);
}
.border-orange-200\/40{
  border-color: rgb(252 217 189 / 0.4);
}
.border-orange-200\/50{
  border-color: rgb(252 217 189 / 0.5);
}
.border-orange-200\/60{
  border-color: rgb(252 217 189 / 0.6);
}
.border-orange-200\/70{
  border-color: rgb(252 217 189 / 0.7);
}
.border-orange-200\/75{
  border-color: rgb(252 217 189 / 0.75);
}
.border-orange-200\/80{
  border-color: rgb(252 217 189 / 0.8);
}
.border-orange-200\/90{
  border-color: rgb(252 217 189 / 0.9);
}
.border-orange-200\/95{
  border-color: rgb(252 217 189 / 0.95);
}
.border-orange-200\/100{
  border-color: rgb(252 217 189 / 1);
}
.border-orange-300\/0{
  border-color: rgb(253 186 140 / 0);
}
.border-orange-300\/5{
  border-color: rgb(253 186 140 / 0.05);
}
.border-orange-300\/10{
  border-color: rgb(253 186 140 / 0.1);
}
.border-orange-300\/20{
  border-color: rgb(253 186 140 / 0.2);
}
.border-orange-300\/25{
  border-color: rgb(253 186 140 / 0.25);
}
.border-orange-300\/30{
  border-color: rgb(253 186 140 / 0.3);
}
.border-orange-300\/40{
  border-color: rgb(253 186 140 / 0.4);
}
.border-orange-300\/50{
  border-color: rgb(253 186 140 / 0.5);
}
.border-orange-300\/60{
  border-color: rgb(253 186 140 / 0.6);
}
.border-orange-300\/70{
  border-color: rgb(253 186 140 / 0.7);
}
.border-orange-300\/75{
  border-color: rgb(253 186 140 / 0.75);
}
.border-orange-300\/80{
  border-color: rgb(253 186 140 / 0.8);
}
.border-orange-300\/90{
  border-color: rgb(253 186 140 / 0.9);
}
.border-orange-300\/95{
  border-color: rgb(253 186 140 / 0.95);
}
.border-orange-300\/100{
  border-color: rgb(253 186 140 / 1);
}
.border-orange-400\/0{
  border-color: rgb(255 138 76 / 0);
}
.border-orange-400\/5{
  border-color: rgb(255 138 76 / 0.05);
}
.border-orange-400\/10{
  border-color: rgb(255 138 76 / 0.1);
}
.border-orange-400\/20{
  border-color: rgb(255 138 76 / 0.2);
}
.border-orange-400\/25{
  border-color: rgb(255 138 76 / 0.25);
}
.border-orange-400\/30{
  border-color: rgb(255 138 76 / 0.3);
}
.border-orange-400\/40{
  border-color: rgb(255 138 76 / 0.4);
}
.border-orange-400\/50{
  border-color: rgb(255 138 76 / 0.5);
}
.border-orange-400\/60{
  border-color: rgb(255 138 76 / 0.6);
}
.border-orange-400\/70{
  border-color: rgb(255 138 76 / 0.7);
}
.border-orange-400\/75{
  border-color: rgb(255 138 76 / 0.75);
}
.border-orange-400\/80{
  border-color: rgb(255 138 76 / 0.8);
}
.border-orange-400\/90{
  border-color: rgb(255 138 76 / 0.9);
}
.border-orange-400\/95{
  border-color: rgb(255 138 76 / 0.95);
}
.border-orange-400\/100{
  border-color: rgb(255 138 76 / 1);
}
.border-orange-500\/0{
  border-color: rgb(255 90 31 / 0);
}
.border-orange-500\/5{
  border-color: rgb(255 90 31 / 0.05);
}
.border-orange-500\/10{
  border-color: rgb(255 90 31 / 0.1);
}
.border-orange-500\/20{
  border-color: rgb(255 90 31 / 0.2);
}
.border-orange-500\/25{
  border-color: rgb(255 90 31 / 0.25);
}
.border-orange-500\/30{
  border-color: rgb(255 90 31 / 0.3);
}
.border-orange-500\/40{
  border-color: rgb(255 90 31 / 0.4);
}
.border-orange-500\/50{
  border-color: rgb(255 90 31 / 0.5);
}
.border-orange-500\/60{
  border-color: rgb(255 90 31 / 0.6);
}
.border-orange-500\/70{
  border-color: rgb(255 90 31 / 0.7);
}
.border-orange-500\/75{
  border-color: rgb(255 90 31 / 0.75);
}
.border-orange-500\/80{
  border-color: rgb(255 90 31 / 0.8);
}
.border-orange-500\/90{
  border-color: rgb(255 90 31 / 0.9);
}
.border-orange-500\/95{
  border-color: rgb(255 90 31 / 0.95);
}
.border-orange-500\/100{
  border-color: rgb(255 90 31 / 1);
}
.border-orange-600\/0{
  border-color: rgb(208 56 1 / 0);
}
.border-orange-600\/5{
  border-color: rgb(208 56 1 / 0.05);
}
.border-orange-600\/10{
  border-color: rgb(208 56 1 / 0.1);
}
.border-orange-600\/20{
  border-color: rgb(208 56 1 / 0.2);
}
.border-orange-600\/25{
  border-color: rgb(208 56 1 / 0.25);
}
.border-orange-600\/30{
  border-color: rgb(208 56 1 / 0.3);
}
.border-orange-600\/40{
  border-color: rgb(208 56 1 / 0.4);
}
.border-orange-600\/50{
  border-color: rgb(208 56 1 / 0.5);
}
.border-orange-600\/60{
  border-color: rgb(208 56 1 / 0.6);
}
.border-orange-600\/70{
  border-color: rgb(208 56 1 / 0.7);
}
.border-orange-600\/75{
  border-color: rgb(208 56 1 / 0.75);
}
.border-orange-600\/80{
  border-color: rgb(208 56 1 / 0.8);
}
.border-orange-600\/90{
  border-color: rgb(208 56 1 / 0.9);
}
.border-orange-600\/95{
  border-color: rgb(208 56 1 / 0.95);
}
.border-orange-600\/100{
  border-color: rgb(208 56 1 / 1);
}
.border-orange-700\/0{
  border-color: rgb(180 52 3 / 0);
}
.border-orange-700\/5{
  border-color: rgb(180 52 3 / 0.05);
}
.border-orange-700\/10{
  border-color: rgb(180 52 3 / 0.1);
}
.border-orange-700\/20{
  border-color: rgb(180 52 3 / 0.2);
}
.border-orange-700\/25{
  border-color: rgb(180 52 3 / 0.25);
}
.border-orange-700\/30{
  border-color: rgb(180 52 3 / 0.3);
}
.border-orange-700\/40{
  border-color: rgb(180 52 3 / 0.4);
}
.border-orange-700\/50{
  border-color: rgb(180 52 3 / 0.5);
}
.border-orange-700\/60{
  border-color: rgb(180 52 3 / 0.6);
}
.border-orange-700\/70{
  border-color: rgb(180 52 3 / 0.7);
}
.border-orange-700\/75{
  border-color: rgb(180 52 3 / 0.75);
}
.border-orange-700\/80{
  border-color: rgb(180 52 3 / 0.8);
}
.border-orange-700\/90{
  border-color: rgb(180 52 3 / 0.9);
}
.border-orange-700\/95{
  border-color: rgb(180 52 3 / 0.95);
}
.border-orange-700\/100{
  border-color: rgb(180 52 3 / 1);
}
.border-orange-800\/0{
  border-color: rgb(138 44 13 / 0);
}
.border-orange-800\/5{
  border-color: rgb(138 44 13 / 0.05);
}
.border-orange-800\/10{
  border-color: rgb(138 44 13 / 0.1);
}
.border-orange-800\/20{
  border-color: rgb(138 44 13 / 0.2);
}
.border-orange-800\/25{
  border-color: rgb(138 44 13 / 0.25);
}
.border-orange-800\/30{
  border-color: rgb(138 44 13 / 0.3);
}
.border-orange-800\/40{
  border-color: rgb(138 44 13 / 0.4);
}
.border-orange-800\/50{
  border-color: rgb(138 44 13 / 0.5);
}
.border-orange-800\/60{
  border-color: rgb(138 44 13 / 0.6);
}
.border-orange-800\/70{
  border-color: rgb(138 44 13 / 0.7);
}
.border-orange-800\/75{
  border-color: rgb(138 44 13 / 0.75);
}
.border-orange-800\/80{
  border-color: rgb(138 44 13 / 0.8);
}
.border-orange-800\/90{
  border-color: rgb(138 44 13 / 0.9);
}
.border-orange-800\/95{
  border-color: rgb(138 44 13 / 0.95);
}
.border-orange-800\/100{
  border-color: rgb(138 44 13 / 1);
}
.border-orange-900\/0{
  border-color: rgb(119 29 29 / 0);
}
.border-orange-900\/5{
  border-color: rgb(119 29 29 / 0.05);
}
.border-orange-900\/10{
  border-color: rgb(119 29 29 / 0.1);
}
.border-orange-900\/20{
  border-color: rgb(119 29 29 / 0.2);
}
.border-orange-900\/25{
  border-color: rgb(119 29 29 / 0.25);
}
.border-orange-900\/30{
  border-color: rgb(119 29 29 / 0.3);
}
.border-orange-900\/40{
  border-color: rgb(119 29 29 / 0.4);
}
.border-orange-900\/50{
  border-color: rgb(119 29 29 / 0.5);
}
.border-orange-900\/60{
  border-color: rgb(119 29 29 / 0.6);
}
.border-orange-900\/70{
  border-color: rgb(119 29 29 / 0.7);
}
.border-orange-900\/75{
  border-color: rgb(119 29 29 / 0.75);
}
.border-orange-900\/80{
  border-color: rgb(119 29 29 / 0.8);
}
.border-orange-900\/90{
  border-color: rgb(119 29 29 / 0.9);
}
.border-orange-900\/95{
  border-color: rgb(119 29 29 / 0.95);
}
.border-orange-900\/100{
  border-color: rgb(119 29 29 / 1);
}
.border-yellow-50\/0{
  border-color: rgb(253 253 234 / 0);
}
.border-yellow-50\/5{
  border-color: rgb(253 253 234 / 0.05);
}
.border-yellow-50\/10{
  border-color: rgb(253 253 234 / 0.1);
}
.border-yellow-50\/20{
  border-color: rgb(253 253 234 / 0.2);
}
.border-yellow-50\/25{
  border-color: rgb(253 253 234 / 0.25);
}
.border-yellow-50\/30{
  border-color: rgb(253 253 234 / 0.3);
}
.border-yellow-50\/40{
  border-color: rgb(253 253 234 / 0.4);
}
.border-yellow-50\/50{
  border-color: rgb(253 253 234 / 0.5);
}
.border-yellow-50\/60{
  border-color: rgb(253 253 234 / 0.6);
}
.border-yellow-50\/70{
  border-color: rgb(253 253 234 / 0.7);
}
.border-yellow-50\/75{
  border-color: rgb(253 253 234 / 0.75);
}
.border-yellow-50\/80{
  border-color: rgb(253 253 234 / 0.8);
}
.border-yellow-50\/90{
  border-color: rgb(253 253 234 / 0.9);
}
.border-yellow-50\/95{
  border-color: rgb(253 253 234 / 0.95);
}
.border-yellow-50\/100{
  border-color: rgb(253 253 234 / 1);
}
.border-yellow-100\/0{
  border-color: rgb(253 246 178 / 0);
}
.border-yellow-100\/5{
  border-color: rgb(253 246 178 / 0.05);
}
.border-yellow-100\/10{
  border-color: rgb(253 246 178 / 0.1);
}
.border-yellow-100\/20{
  border-color: rgb(253 246 178 / 0.2);
}
.border-yellow-100\/25{
  border-color: rgb(253 246 178 / 0.25);
}
.border-yellow-100\/30{
  border-color: rgb(253 246 178 / 0.3);
}
.border-yellow-100\/40{
  border-color: rgb(253 246 178 / 0.4);
}
.border-yellow-100\/50{
  border-color: rgb(253 246 178 / 0.5);
}
.border-yellow-100\/60{
  border-color: rgb(253 246 178 / 0.6);
}
.border-yellow-100\/70{
  border-color: rgb(253 246 178 / 0.7);
}
.border-yellow-100\/75{
  border-color: rgb(253 246 178 / 0.75);
}
.border-yellow-100\/80{
  border-color: rgb(253 246 178 / 0.8);
}
.border-yellow-100\/90{
  border-color: rgb(253 246 178 / 0.9);
}
.border-yellow-100\/95{
  border-color: rgb(253 246 178 / 0.95);
}
.border-yellow-100\/100{
  border-color: rgb(253 246 178 / 1);
}
.border-yellow-200\/0{
  border-color: rgb(252 233 106 / 0);
}
.border-yellow-200\/5{
  border-color: rgb(252 233 106 / 0.05);
}
.border-yellow-200\/10{
  border-color: rgb(252 233 106 / 0.1);
}
.border-yellow-200\/20{
  border-color: rgb(252 233 106 / 0.2);
}
.border-yellow-200\/25{
  border-color: rgb(252 233 106 / 0.25);
}
.border-yellow-200\/30{
  border-color: rgb(252 233 106 / 0.3);
}
.border-yellow-200\/40{
  border-color: rgb(252 233 106 / 0.4);
}
.border-yellow-200\/50{
  border-color: rgb(252 233 106 / 0.5);
}
.border-yellow-200\/60{
  border-color: rgb(252 233 106 / 0.6);
}
.border-yellow-200\/70{
  border-color: rgb(252 233 106 / 0.7);
}
.border-yellow-200\/75{
  border-color: rgb(252 233 106 / 0.75);
}
.border-yellow-200\/80{
  border-color: rgb(252 233 106 / 0.8);
}
.border-yellow-200\/90{
  border-color: rgb(252 233 106 / 0.9);
}
.border-yellow-200\/95{
  border-color: rgb(252 233 106 / 0.95);
}
.border-yellow-200\/100{
  border-color: rgb(252 233 106 / 1);
}
.border-yellow-300\/0{
  border-color: rgb(250 202 21 / 0);
}
.border-yellow-300\/5{
  border-color: rgb(250 202 21 / 0.05);
}
.border-yellow-300\/10{
  border-color: rgb(250 202 21 / 0.1);
}
.border-yellow-300\/20{
  border-color: rgb(250 202 21 / 0.2);
}
.border-yellow-300\/25{
  border-color: rgb(250 202 21 / 0.25);
}
.border-yellow-300\/30{
  border-color: rgb(250 202 21 / 0.3);
}
.border-yellow-300\/40{
  border-color: rgb(250 202 21 / 0.4);
}
.border-yellow-300\/50{
  border-color: rgb(250 202 21 / 0.5);
}
.border-yellow-300\/60{
  border-color: rgb(250 202 21 / 0.6);
}
.border-yellow-300\/70{
  border-color: rgb(250 202 21 / 0.7);
}
.border-yellow-300\/75{
  border-color: rgb(250 202 21 / 0.75);
}
.border-yellow-300\/80{
  border-color: rgb(250 202 21 / 0.8);
}
.border-yellow-300\/90{
  border-color: rgb(250 202 21 / 0.9);
}
.border-yellow-300\/95{
  border-color: rgb(250 202 21 / 0.95);
}
.border-yellow-300\/100{
  border-color: rgb(250 202 21 / 1);
}
.border-yellow-400\/0{
  border-color: rgb(227 160 8 / 0);
}
.border-yellow-400\/5{
  border-color: rgb(227 160 8 / 0.05);
}
.border-yellow-400\/10{
  border-color: rgb(227 160 8 / 0.1);
}
.border-yellow-400\/20{
  border-color: rgb(227 160 8 / 0.2);
}
.border-yellow-400\/25{
  border-color: rgb(227 160 8 / 0.25);
}
.border-yellow-400\/30{
  border-color: rgb(227 160 8 / 0.3);
}
.border-yellow-400\/40{
  border-color: rgb(227 160 8 / 0.4);
}
.border-yellow-400\/50{
  border-color: rgb(227 160 8 / 0.5);
}
.border-yellow-400\/60{
  border-color: rgb(227 160 8 / 0.6);
}
.border-yellow-400\/70{
  border-color: rgb(227 160 8 / 0.7);
}
.border-yellow-400\/75{
  border-color: rgb(227 160 8 / 0.75);
}
.border-yellow-400\/80{
  border-color: rgb(227 160 8 / 0.8);
}
.border-yellow-400\/90{
  border-color: rgb(227 160 8 / 0.9);
}
.border-yellow-400\/95{
  border-color: rgb(227 160 8 / 0.95);
}
.border-yellow-400\/100{
  border-color: rgb(227 160 8 / 1);
}
.border-yellow-500\/0{
  border-color: rgb(194 120 3 / 0);
}
.border-yellow-500\/5{
  border-color: rgb(194 120 3 / 0.05);
}
.border-yellow-500\/10{
  border-color: rgb(194 120 3 / 0.1);
}
.border-yellow-500\/20{
  border-color: rgb(194 120 3 / 0.2);
}
.border-yellow-500\/25{
  border-color: rgb(194 120 3 / 0.25);
}
.border-yellow-500\/30{
  border-color: rgb(194 120 3 / 0.3);
}
.border-yellow-500\/40{
  border-color: rgb(194 120 3 / 0.4);
}
.border-yellow-500\/50{
  border-color: rgb(194 120 3 / 0.5);
}
.border-yellow-500\/60{
  border-color: rgb(194 120 3 / 0.6);
}
.border-yellow-500\/70{
  border-color: rgb(194 120 3 / 0.7);
}
.border-yellow-500\/75{
  border-color: rgb(194 120 3 / 0.75);
}
.border-yellow-500\/80{
  border-color: rgb(194 120 3 / 0.8);
}
.border-yellow-500\/90{
  border-color: rgb(194 120 3 / 0.9);
}
.border-yellow-500\/95{
  border-color: rgb(194 120 3 / 0.95);
}
.border-yellow-500\/100{
  border-color: rgb(194 120 3 / 1);
}
.border-yellow-600\/0{
  border-color: rgb(159 88 10 / 0);
}
.border-yellow-600\/5{
  border-color: rgb(159 88 10 / 0.05);
}
.border-yellow-600\/10{
  border-color: rgb(159 88 10 / 0.1);
}
.border-yellow-600\/20{
  border-color: rgb(159 88 10 / 0.2);
}
.border-yellow-600\/25{
  border-color: rgb(159 88 10 / 0.25);
}
.border-yellow-600\/30{
  border-color: rgb(159 88 10 / 0.3);
}
.border-yellow-600\/40{
  border-color: rgb(159 88 10 / 0.4);
}
.border-yellow-600\/50{
  border-color: rgb(159 88 10 / 0.5);
}
.border-yellow-600\/60{
  border-color: rgb(159 88 10 / 0.6);
}
.border-yellow-600\/70{
  border-color: rgb(159 88 10 / 0.7);
}
.border-yellow-600\/75{
  border-color: rgb(159 88 10 / 0.75);
}
.border-yellow-600\/80{
  border-color: rgb(159 88 10 / 0.8);
}
.border-yellow-600\/90{
  border-color: rgb(159 88 10 / 0.9);
}
.border-yellow-600\/95{
  border-color: rgb(159 88 10 / 0.95);
}
.border-yellow-600\/100{
  border-color: rgb(159 88 10 / 1);
}
.border-yellow-700\/0{
  border-color: rgb(142 75 16 / 0);
}
.border-yellow-700\/5{
  border-color: rgb(142 75 16 / 0.05);
}
.border-yellow-700\/10{
  border-color: rgb(142 75 16 / 0.1);
}
.border-yellow-700\/20{
  border-color: rgb(142 75 16 / 0.2);
}
.border-yellow-700\/25{
  border-color: rgb(142 75 16 / 0.25);
}
.border-yellow-700\/30{
  border-color: rgb(142 75 16 / 0.3);
}
.border-yellow-700\/40{
  border-color: rgb(142 75 16 / 0.4);
}
.border-yellow-700\/50{
  border-color: rgb(142 75 16 / 0.5);
}
.border-yellow-700\/60{
  border-color: rgb(142 75 16 / 0.6);
}
.border-yellow-700\/70{
  border-color: rgb(142 75 16 / 0.7);
}
.border-yellow-700\/75{
  border-color: rgb(142 75 16 / 0.75);
}
.border-yellow-700\/80{
  border-color: rgb(142 75 16 / 0.8);
}
.border-yellow-700\/90{
  border-color: rgb(142 75 16 / 0.9);
}
.border-yellow-700\/95{
  border-color: rgb(142 75 16 / 0.95);
}
.border-yellow-700\/100{
  border-color: rgb(142 75 16 / 1);
}
.border-yellow-800\/0{
  border-color: rgb(114 59 19 / 0);
}
.border-yellow-800\/5{
  border-color: rgb(114 59 19 / 0.05);
}
.border-yellow-800\/10{
  border-color: rgb(114 59 19 / 0.1);
}
.border-yellow-800\/20{
  border-color: rgb(114 59 19 / 0.2);
}
.border-yellow-800\/25{
  border-color: rgb(114 59 19 / 0.25);
}
.border-yellow-800\/30{
  border-color: rgb(114 59 19 / 0.3);
}
.border-yellow-800\/40{
  border-color: rgb(114 59 19 / 0.4);
}
.border-yellow-800\/50{
  border-color: rgb(114 59 19 / 0.5);
}
.border-yellow-800\/60{
  border-color: rgb(114 59 19 / 0.6);
}
.border-yellow-800\/70{
  border-color: rgb(114 59 19 / 0.7);
}
.border-yellow-800\/75{
  border-color: rgb(114 59 19 / 0.75);
}
.border-yellow-800\/80{
  border-color: rgb(114 59 19 / 0.8);
}
.border-yellow-800\/90{
  border-color: rgb(114 59 19 / 0.9);
}
.border-yellow-800\/95{
  border-color: rgb(114 59 19 / 0.95);
}
.border-yellow-800\/100{
  border-color: rgb(114 59 19 / 1);
}
.border-yellow-900\/0{
  border-color: rgb(99 49 18 / 0);
}
.border-yellow-900\/5{
  border-color: rgb(99 49 18 / 0.05);
}
.border-yellow-900\/10{
  border-color: rgb(99 49 18 / 0.1);
}
.border-yellow-900\/20{
  border-color: rgb(99 49 18 / 0.2);
}
.border-yellow-900\/25{
  border-color: rgb(99 49 18 / 0.25);
}
.border-yellow-900\/30{
  border-color: rgb(99 49 18 / 0.3);
}
.border-yellow-900\/40{
  border-color: rgb(99 49 18 / 0.4);
}
.border-yellow-900\/50{
  border-color: rgb(99 49 18 / 0.5);
}
.border-yellow-900\/60{
  border-color: rgb(99 49 18 / 0.6);
}
.border-yellow-900\/70{
  border-color: rgb(99 49 18 / 0.7);
}
.border-yellow-900\/75{
  border-color: rgb(99 49 18 / 0.75);
}
.border-yellow-900\/80{
  border-color: rgb(99 49 18 / 0.8);
}
.border-yellow-900\/90{
  border-color: rgb(99 49 18 / 0.9);
}
.border-yellow-900\/95{
  border-color: rgb(99 49 18 / 0.95);
}
.border-yellow-900\/100{
  border-color: rgb(99 49 18 / 1);
}
.border-teal-50\/0{
  border-color: rgb(237 250 250 / 0);
}
.border-teal-50\/5{
  border-color: rgb(237 250 250 / 0.05);
}
.border-teal-50\/10{
  border-color: rgb(237 250 250 / 0.1);
}
.border-teal-50\/20{
  border-color: rgb(237 250 250 / 0.2);
}
.border-teal-50\/25{
  border-color: rgb(237 250 250 / 0.25);
}
.border-teal-50\/30{
  border-color: rgb(237 250 250 / 0.3);
}
.border-teal-50\/40{
  border-color: rgb(237 250 250 / 0.4);
}
.border-teal-50\/50{
  border-color: rgb(237 250 250 / 0.5);
}
.border-teal-50\/60{
  border-color: rgb(237 250 250 / 0.6);
}
.border-teal-50\/70{
  border-color: rgb(237 250 250 / 0.7);
}
.border-teal-50\/75{
  border-color: rgb(237 250 250 / 0.75);
}
.border-teal-50\/80{
  border-color: rgb(237 250 250 / 0.8);
}
.border-teal-50\/90{
  border-color: rgb(237 250 250 / 0.9);
}
.border-teal-50\/95{
  border-color: rgb(237 250 250 / 0.95);
}
.border-teal-50\/100{
  border-color: rgb(237 250 250 / 1);
}
.border-teal-100\/0{
  border-color: rgb(213 245 246 / 0);
}
.border-teal-100\/5{
  border-color: rgb(213 245 246 / 0.05);
}
.border-teal-100\/10{
  border-color: rgb(213 245 246 / 0.1);
}
.border-teal-100\/20{
  border-color: rgb(213 245 246 / 0.2);
}
.border-teal-100\/25{
  border-color: rgb(213 245 246 / 0.25);
}
.border-teal-100\/30{
  border-color: rgb(213 245 246 / 0.3);
}
.border-teal-100\/40{
  border-color: rgb(213 245 246 / 0.4);
}
.border-teal-100\/50{
  border-color: rgb(213 245 246 / 0.5);
}
.border-teal-100\/60{
  border-color: rgb(213 245 246 / 0.6);
}
.border-teal-100\/70{
  border-color: rgb(213 245 246 / 0.7);
}
.border-teal-100\/75{
  border-color: rgb(213 245 246 / 0.75);
}
.border-teal-100\/80{
  border-color: rgb(213 245 246 / 0.8);
}
.border-teal-100\/90{
  border-color: rgb(213 245 246 / 0.9);
}
.border-teal-100\/95{
  border-color: rgb(213 245 246 / 0.95);
}
.border-teal-100\/100{
  border-color: rgb(213 245 246 / 1);
}
.border-teal-200\/0{
  border-color: rgb(175 236 239 / 0);
}
.border-teal-200\/5{
  border-color: rgb(175 236 239 / 0.05);
}
.border-teal-200\/10{
  border-color: rgb(175 236 239 / 0.1);
}
.border-teal-200\/20{
  border-color: rgb(175 236 239 / 0.2);
}
.border-teal-200\/25{
  border-color: rgb(175 236 239 / 0.25);
}
.border-teal-200\/30{
  border-color: rgb(175 236 239 / 0.3);
}
.border-teal-200\/40{
  border-color: rgb(175 236 239 / 0.4);
}
.border-teal-200\/50{
  border-color: rgb(175 236 239 / 0.5);
}
.border-teal-200\/60{
  border-color: rgb(175 236 239 / 0.6);
}
.border-teal-200\/70{
  border-color: rgb(175 236 239 / 0.7);
}
.border-teal-200\/75{
  border-color: rgb(175 236 239 / 0.75);
}
.border-teal-200\/80{
  border-color: rgb(175 236 239 / 0.8);
}
.border-teal-200\/90{
  border-color: rgb(175 236 239 / 0.9);
}
.border-teal-200\/95{
  border-color: rgb(175 236 239 / 0.95);
}
.border-teal-200\/100{
  border-color: rgb(175 236 239 / 1);
}
.border-teal-300\/0{
  border-color: rgb(126 220 226 / 0);
}
.border-teal-300\/5{
  border-color: rgb(126 220 226 / 0.05);
}
.border-teal-300\/10{
  border-color: rgb(126 220 226 / 0.1);
}
.border-teal-300\/20{
  border-color: rgb(126 220 226 / 0.2);
}
.border-teal-300\/25{
  border-color: rgb(126 220 226 / 0.25);
}
.border-teal-300\/30{
  border-color: rgb(126 220 226 / 0.3);
}
.border-teal-300\/40{
  border-color: rgb(126 220 226 / 0.4);
}
.border-teal-300\/50{
  border-color: rgb(126 220 226 / 0.5);
}
.border-teal-300\/60{
  border-color: rgb(126 220 226 / 0.6);
}
.border-teal-300\/70{
  border-color: rgb(126 220 226 / 0.7);
}
.border-teal-300\/75{
  border-color: rgb(126 220 226 / 0.75);
}
.border-teal-300\/80{
  border-color: rgb(126 220 226 / 0.8);
}
.border-teal-300\/90{
  border-color: rgb(126 220 226 / 0.9);
}
.border-teal-300\/95{
  border-color: rgb(126 220 226 / 0.95);
}
.border-teal-300\/100{
  border-color: rgb(126 220 226 / 1);
}
.border-teal-400\/0{
  border-color: rgb(22 189 202 / 0);
}
.border-teal-400\/5{
  border-color: rgb(22 189 202 / 0.05);
}
.border-teal-400\/10{
  border-color: rgb(22 189 202 / 0.1);
}
.border-teal-400\/20{
  border-color: rgb(22 189 202 / 0.2);
}
.border-teal-400\/25{
  border-color: rgb(22 189 202 / 0.25);
}
.border-teal-400\/30{
  border-color: rgb(22 189 202 / 0.3);
}
.border-teal-400\/40{
  border-color: rgb(22 189 202 / 0.4);
}
.border-teal-400\/50{
  border-color: rgb(22 189 202 / 0.5);
}
.border-teal-400\/60{
  border-color: rgb(22 189 202 / 0.6);
}
.border-teal-400\/70{
  border-color: rgb(22 189 202 / 0.7);
}
.border-teal-400\/75{
  border-color: rgb(22 189 202 / 0.75);
}
.border-teal-400\/80{
  border-color: rgb(22 189 202 / 0.8);
}
.border-teal-400\/90{
  border-color: rgb(22 189 202 / 0.9);
}
.border-teal-400\/95{
  border-color: rgb(22 189 202 / 0.95);
}
.border-teal-400\/100{
  border-color: rgb(22 189 202 / 1);
}
.border-teal-500\/0{
  border-color: rgb(6 148 162 / 0);
}
.border-teal-500\/5{
  border-color: rgb(6 148 162 / 0.05);
}
.border-teal-500\/10{
  border-color: rgb(6 148 162 / 0.1);
}
.border-teal-500\/20{
  border-color: rgb(6 148 162 / 0.2);
}
.border-teal-500\/25{
  border-color: rgb(6 148 162 / 0.25);
}
.border-teal-500\/30{
  border-color: rgb(6 148 162 / 0.3);
}
.border-teal-500\/40{
  border-color: rgb(6 148 162 / 0.4);
}
.border-teal-500\/50{
  border-color: rgb(6 148 162 / 0.5);
}
.border-teal-500\/60{
  border-color: rgb(6 148 162 / 0.6);
}
.border-teal-500\/70{
  border-color: rgb(6 148 162 / 0.7);
}
.border-teal-500\/75{
  border-color: rgb(6 148 162 / 0.75);
}
.border-teal-500\/80{
  border-color: rgb(6 148 162 / 0.8);
}
.border-teal-500\/90{
  border-color: rgb(6 148 162 / 0.9);
}
.border-teal-500\/95{
  border-color: rgb(6 148 162 / 0.95);
}
.border-teal-500\/100{
  border-color: rgb(6 148 162 / 1);
}
.border-teal-600\/0{
  border-color: rgb(4 116 129 / 0);
}
.border-teal-600\/5{
  border-color: rgb(4 116 129 / 0.05);
}
.border-teal-600\/10{
  border-color: rgb(4 116 129 / 0.1);
}
.border-teal-600\/20{
  border-color: rgb(4 116 129 / 0.2);
}
.border-teal-600\/25{
  border-color: rgb(4 116 129 / 0.25);
}
.border-teal-600\/30{
  border-color: rgb(4 116 129 / 0.3);
}
.border-teal-600\/40{
  border-color: rgb(4 116 129 / 0.4);
}
.border-teal-600\/50{
  border-color: rgb(4 116 129 / 0.5);
}
.border-teal-600\/60{
  border-color: rgb(4 116 129 / 0.6);
}
.border-teal-600\/70{
  border-color: rgb(4 116 129 / 0.7);
}
.border-teal-600\/75{
  border-color: rgb(4 116 129 / 0.75);
}
.border-teal-600\/80{
  border-color: rgb(4 116 129 / 0.8);
}
.border-teal-600\/90{
  border-color: rgb(4 116 129 / 0.9);
}
.border-teal-600\/95{
  border-color: rgb(4 116 129 / 0.95);
}
.border-teal-600\/100{
  border-color: rgb(4 116 129 / 1);
}
.border-teal-700\/0{
  border-color: rgb(3 102 114 / 0);
}
.border-teal-700\/5{
  border-color: rgb(3 102 114 / 0.05);
}
.border-teal-700\/10{
  border-color: rgb(3 102 114 / 0.1);
}
.border-teal-700\/20{
  border-color: rgb(3 102 114 / 0.2);
}
.border-teal-700\/25{
  border-color: rgb(3 102 114 / 0.25);
}
.border-teal-700\/30{
  border-color: rgb(3 102 114 / 0.3);
}
.border-teal-700\/40{
  border-color: rgb(3 102 114 / 0.4);
}
.border-teal-700\/50{
  border-color: rgb(3 102 114 / 0.5);
}
.border-teal-700\/60{
  border-color: rgb(3 102 114 / 0.6);
}
.border-teal-700\/70{
  border-color: rgb(3 102 114 / 0.7);
}
.border-teal-700\/75{
  border-color: rgb(3 102 114 / 0.75);
}
.border-teal-700\/80{
  border-color: rgb(3 102 114 / 0.8);
}
.border-teal-700\/90{
  border-color: rgb(3 102 114 / 0.9);
}
.border-teal-700\/95{
  border-color: rgb(3 102 114 / 0.95);
}
.border-teal-700\/100{
  border-color: rgb(3 102 114 / 1);
}
.border-teal-800\/0{
  border-color: rgb(5 80 92 / 0);
}
.border-teal-800\/5{
  border-color: rgb(5 80 92 / 0.05);
}
.border-teal-800\/10{
  border-color: rgb(5 80 92 / 0.1);
}
.border-teal-800\/20{
  border-color: rgb(5 80 92 / 0.2);
}
.border-teal-800\/25{
  border-color: rgb(5 80 92 / 0.25);
}
.border-teal-800\/30{
  border-color: rgb(5 80 92 / 0.3);
}
.border-teal-800\/40{
  border-color: rgb(5 80 92 / 0.4);
}
.border-teal-800\/50{
  border-color: rgb(5 80 92 / 0.5);
}
.border-teal-800\/60{
  border-color: rgb(5 80 92 / 0.6);
}
.border-teal-800\/70{
  border-color: rgb(5 80 92 / 0.7);
}
.border-teal-800\/75{
  border-color: rgb(5 80 92 / 0.75);
}
.border-teal-800\/80{
  border-color: rgb(5 80 92 / 0.8);
}
.border-teal-800\/90{
  border-color: rgb(5 80 92 / 0.9);
}
.border-teal-800\/95{
  border-color: rgb(5 80 92 / 0.95);
}
.border-teal-800\/100{
  border-color: rgb(5 80 92 / 1);
}
.border-teal-900\/0{
  border-color: rgb(1 68 81 / 0);
}
.border-teal-900\/5{
  border-color: rgb(1 68 81 / 0.05);
}
.border-teal-900\/10{
  border-color: rgb(1 68 81 / 0.1);
}
.border-teal-900\/20{
  border-color: rgb(1 68 81 / 0.2);
}
.border-teal-900\/25{
  border-color: rgb(1 68 81 / 0.25);
}
.border-teal-900\/30{
  border-color: rgb(1 68 81 / 0.3);
}
.border-teal-900\/40{
  border-color: rgb(1 68 81 / 0.4);
}
.border-teal-900\/50{
  border-color: rgb(1 68 81 / 0.5);
}
.border-teal-900\/60{
  border-color: rgb(1 68 81 / 0.6);
}
.border-teal-900\/70{
  border-color: rgb(1 68 81 / 0.7);
}
.border-teal-900\/75{
  border-color: rgb(1 68 81 / 0.75);
}
.border-teal-900\/80{
  border-color: rgb(1 68 81 / 0.8);
}
.border-teal-900\/90{
  border-color: rgb(1 68 81 / 0.9);
}
.border-teal-900\/95{
  border-color: rgb(1 68 81 / 0.95);
}
.border-teal-900\/100{
  border-color: rgb(1 68 81 / 1);
}
.border-blue-50\/0{
  border-color: rgb(235 245 255 / 0);
}
.border-blue-50\/5{
  border-color: rgb(235 245 255 / 0.05);
}
.border-blue-50\/10{
  border-color: rgb(235 245 255 / 0.1);
}
.border-blue-50\/20{
  border-color: rgb(235 245 255 / 0.2);
}
.border-blue-50\/25{
  border-color: rgb(235 245 255 / 0.25);
}
.border-blue-50\/30{
  border-color: rgb(235 245 255 / 0.3);
}
.border-blue-50\/40{
  border-color: rgb(235 245 255 / 0.4);
}
.border-blue-50\/50{
  border-color: rgb(235 245 255 / 0.5);
}
.border-blue-50\/60{
  border-color: rgb(235 245 255 / 0.6);
}
.border-blue-50\/70{
  border-color: rgb(235 245 255 / 0.7);
}
.border-blue-50\/75{
  border-color: rgb(235 245 255 / 0.75);
}
.border-blue-50\/80{
  border-color: rgb(235 245 255 / 0.8);
}
.border-blue-50\/90{
  border-color: rgb(235 245 255 / 0.9);
}
.border-blue-50\/95{
  border-color: rgb(235 245 255 / 0.95);
}
.border-blue-50\/100{
  border-color: rgb(235 245 255 / 1);
}
.border-blue-100\/0{
  border-color: rgb(225 239 254 / 0);
}
.border-blue-100\/5{
  border-color: rgb(225 239 254 / 0.05);
}
.border-blue-100\/10{
  border-color: rgb(225 239 254 / 0.1);
}
.border-blue-100\/20{
  border-color: rgb(225 239 254 / 0.2);
}
.border-blue-100\/25{
  border-color: rgb(225 239 254 / 0.25);
}
.border-blue-100\/30{
  border-color: rgb(225 239 254 / 0.3);
}
.border-blue-100\/40{
  border-color: rgb(225 239 254 / 0.4);
}
.border-blue-100\/50{
  border-color: rgb(225 239 254 / 0.5);
}
.border-blue-100\/60{
  border-color: rgb(225 239 254 / 0.6);
}
.border-blue-100\/70{
  border-color: rgb(225 239 254 / 0.7);
}
.border-blue-100\/75{
  border-color: rgb(225 239 254 / 0.75);
}
.border-blue-100\/80{
  border-color: rgb(225 239 254 / 0.8);
}
.border-blue-100\/90{
  border-color: rgb(225 239 254 / 0.9);
}
.border-blue-100\/95{
  border-color: rgb(225 239 254 / 0.95);
}
.border-blue-100\/100{
  border-color: rgb(225 239 254 / 1);
}
.border-blue-200\/0{
  border-color: rgb(195 221 253 / 0);
}
.border-blue-200\/5{
  border-color: rgb(195 221 253 / 0.05);
}
.border-blue-200\/10{
  border-color: rgb(195 221 253 / 0.1);
}
.border-blue-200\/20{
  border-color: rgb(195 221 253 / 0.2);
}
.border-blue-200\/25{
  border-color: rgb(195 221 253 / 0.25);
}
.border-blue-200\/30{
  border-color: rgb(195 221 253 / 0.3);
}
.border-blue-200\/40{
  border-color: rgb(195 221 253 / 0.4);
}
.border-blue-200\/50{
  border-color: rgb(195 221 253 / 0.5);
}
.border-blue-200\/60{
  border-color: rgb(195 221 253 / 0.6);
}
.border-blue-200\/70{
  border-color: rgb(195 221 253 / 0.7);
}
.border-blue-200\/75{
  border-color: rgb(195 221 253 / 0.75);
}
.border-blue-200\/80{
  border-color: rgb(195 221 253 / 0.8);
}
.border-blue-200\/90{
  border-color: rgb(195 221 253 / 0.9);
}
.border-blue-200\/95{
  border-color: rgb(195 221 253 / 0.95);
}
.border-blue-200\/100{
  border-color: rgb(195 221 253 / 1);
}
.border-blue-300\/0{
  border-color: rgb(164 202 254 / 0);
}
.border-blue-300\/5{
  border-color: rgb(164 202 254 / 0.05);
}
.border-blue-300\/10{
  border-color: rgb(164 202 254 / 0.1);
}
.border-blue-300\/20{
  border-color: rgb(164 202 254 / 0.2);
}
.border-blue-300\/25{
  border-color: rgb(164 202 254 / 0.25);
}
.border-blue-300\/30{
  border-color: rgb(164 202 254 / 0.3);
}
.border-blue-300\/40{
  border-color: rgb(164 202 254 / 0.4);
}
.border-blue-300\/50{
  border-color: rgb(164 202 254 / 0.5);
}
.border-blue-300\/60{
  border-color: rgb(164 202 254 / 0.6);
}
.border-blue-300\/70{
  border-color: rgb(164 202 254 / 0.7);
}
.border-blue-300\/75{
  border-color: rgb(164 202 254 / 0.75);
}
.border-blue-300\/80{
  border-color: rgb(164 202 254 / 0.8);
}
.border-blue-300\/90{
  border-color: rgb(164 202 254 / 0.9);
}
.border-blue-300\/95{
  border-color: rgb(164 202 254 / 0.95);
}
.border-blue-300\/100{
  border-color: rgb(164 202 254 / 1);
}
.border-blue-400\/0{
  border-color: rgb(118 169 250 / 0);
}
.border-blue-400\/5{
  border-color: rgb(118 169 250 / 0.05);
}
.border-blue-400\/10{
  border-color: rgb(118 169 250 / 0.1);
}
.border-blue-400\/20{
  border-color: rgb(118 169 250 / 0.2);
}
.border-blue-400\/25{
  border-color: rgb(118 169 250 / 0.25);
}
.border-blue-400\/30{
  border-color: rgb(118 169 250 / 0.3);
}
.border-blue-400\/40{
  border-color: rgb(118 169 250 / 0.4);
}
.border-blue-400\/50{
  border-color: rgb(118 169 250 / 0.5);
}
.border-blue-400\/60{
  border-color: rgb(118 169 250 / 0.6);
}
.border-blue-400\/70{
  border-color: rgb(118 169 250 / 0.7);
}
.border-blue-400\/75{
  border-color: rgb(118 169 250 / 0.75);
}
.border-blue-400\/80{
  border-color: rgb(118 169 250 / 0.8);
}
.border-blue-400\/90{
  border-color: rgb(118 169 250 / 0.9);
}
.border-blue-400\/95{
  border-color: rgb(118 169 250 / 0.95);
}
.border-blue-400\/100{
  border-color: rgb(118 169 250 / 1);
}
.border-blue-500\/0{
  border-color: rgb(63 131 248 / 0);
}
.border-blue-500\/5{
  border-color: rgb(63 131 248 / 0.05);
}
.border-blue-500\/10{
  border-color: rgb(63 131 248 / 0.1);
}
.border-blue-500\/20{
  border-color: rgb(63 131 248 / 0.2);
}
.border-blue-500\/25{
  border-color: rgb(63 131 248 / 0.25);
}
.border-blue-500\/30{
  border-color: rgb(63 131 248 / 0.3);
}
.border-blue-500\/40{
  border-color: rgb(63 131 248 / 0.4);
}
.border-blue-500\/50{
  border-color: rgb(63 131 248 / 0.5);
}
.border-blue-500\/60{
  border-color: rgb(63 131 248 / 0.6);
}
.border-blue-500\/70{
  border-color: rgb(63 131 248 / 0.7);
}
.border-blue-500\/75{
  border-color: rgb(63 131 248 / 0.75);
}
.border-blue-500\/80{
  border-color: rgb(63 131 248 / 0.8);
}
.border-blue-500\/90{
  border-color: rgb(63 131 248 / 0.9);
}
.border-blue-500\/95{
  border-color: rgb(63 131 248 / 0.95);
}
.border-blue-500\/100{
  border-color: rgb(63 131 248 / 1);
}
.border-blue-600\/0{
  border-color: rgb(28 100 242 / 0);
}
.border-blue-600\/5{
  border-color: rgb(28 100 242 / 0.05);
}
.border-blue-600\/10{
  border-color: rgb(28 100 242 / 0.1);
}
.border-blue-600\/20{
  border-color: rgb(28 100 242 / 0.2);
}
.border-blue-600\/25{
  border-color: rgb(28 100 242 / 0.25);
}
.border-blue-600\/30{
  border-color: rgb(28 100 242 / 0.3);
}
.border-blue-600\/40{
  border-color: rgb(28 100 242 / 0.4);
}
.border-blue-600\/50{
  border-color: rgb(28 100 242 / 0.5);
}
.border-blue-600\/60{
  border-color: rgb(28 100 242 / 0.6);
}
.border-blue-600\/70{
  border-color: rgb(28 100 242 / 0.7);
}
.border-blue-600\/75{
  border-color: rgb(28 100 242 / 0.75);
}
.border-blue-600\/80{
  border-color: rgb(28 100 242 / 0.8);
}
.border-blue-600\/90{
  border-color: rgb(28 100 242 / 0.9);
}
.border-blue-600\/95{
  border-color: rgb(28 100 242 / 0.95);
}
.border-blue-600\/100{
  border-color: rgb(28 100 242 / 1);
}
.border-blue-700\/0{
  border-color: rgb(26 86 219 / 0);
}
.border-blue-700\/5{
  border-color: rgb(26 86 219 / 0.05);
}
.border-blue-700\/10{
  border-color: rgb(26 86 219 / 0.1);
}
.border-blue-700\/20{
  border-color: rgb(26 86 219 / 0.2);
}
.border-blue-700\/25{
  border-color: rgb(26 86 219 / 0.25);
}
.border-blue-700\/30{
  border-color: rgb(26 86 219 / 0.3);
}
.border-blue-700\/40{
  border-color: rgb(26 86 219 / 0.4);
}
.border-blue-700\/50{
  border-color: rgb(26 86 219 / 0.5);
}
.border-blue-700\/60{
  border-color: rgb(26 86 219 / 0.6);
}
.border-blue-700\/70{
  border-color: rgb(26 86 219 / 0.7);
}
.border-blue-700\/75{
  border-color: rgb(26 86 219 / 0.75);
}
.border-blue-700\/80{
  border-color: rgb(26 86 219 / 0.8);
}
.border-blue-700\/90{
  border-color: rgb(26 86 219 / 0.9);
}
.border-blue-700\/95{
  border-color: rgb(26 86 219 / 0.95);
}
.border-blue-700\/100{
  border-color: rgb(26 86 219 / 1);
}
.border-blue-800\/0{
  border-color: rgb(30 66 159 / 0);
}
.border-blue-800\/5{
  border-color: rgb(30 66 159 / 0.05);
}
.border-blue-800\/10{
  border-color: rgb(30 66 159 / 0.1);
}
.border-blue-800\/20{
  border-color: rgb(30 66 159 / 0.2);
}
.border-blue-800\/25{
  border-color: rgb(30 66 159 / 0.25);
}
.border-blue-800\/30{
  border-color: rgb(30 66 159 / 0.3);
}
.border-blue-800\/40{
  border-color: rgb(30 66 159 / 0.4);
}
.border-blue-800\/50{
  border-color: rgb(30 66 159 / 0.5);
}
.border-blue-800\/60{
  border-color: rgb(30 66 159 / 0.6);
}
.border-blue-800\/70{
  border-color: rgb(30 66 159 / 0.7);
}
.border-blue-800\/75{
  border-color: rgb(30 66 159 / 0.75);
}
.border-blue-800\/80{
  border-color: rgb(30 66 159 / 0.8);
}
.border-blue-800\/90{
  border-color: rgb(30 66 159 / 0.9);
}
.border-blue-800\/95{
  border-color: rgb(30 66 159 / 0.95);
}
.border-blue-800\/100{
  border-color: rgb(30 66 159 / 1);
}
.border-blue-900\/0{
  border-color: rgb(35 56 118 / 0);
}
.border-blue-900\/5{
  border-color: rgb(35 56 118 / 0.05);
}
.border-blue-900\/10{
  border-color: rgb(35 56 118 / 0.1);
}
.border-blue-900\/20{
  border-color: rgb(35 56 118 / 0.2);
}
.border-blue-900\/25{
  border-color: rgb(35 56 118 / 0.25);
}
.border-blue-900\/30{
  border-color: rgb(35 56 118 / 0.3);
}
.border-blue-900\/40{
  border-color: rgb(35 56 118 / 0.4);
}
.border-blue-900\/50{
  border-color: rgb(35 56 118 / 0.5);
}
.border-blue-900\/60{
  border-color: rgb(35 56 118 / 0.6);
}
.border-blue-900\/70{
  border-color: rgb(35 56 118 / 0.7);
}
.border-blue-900\/75{
  border-color: rgb(35 56 118 / 0.75);
}
.border-blue-900\/80{
  border-color: rgb(35 56 118 / 0.8);
}
.border-blue-900\/90{
  border-color: rgb(35 56 118 / 0.9);
}
.border-blue-900\/95{
  border-color: rgb(35 56 118 / 0.95);
}
.border-blue-900\/100{
  border-color: rgb(35 56 118 / 1);
}
.border-indigo-50\/0{
  border-color: rgb(240 245 255 / 0);
}
.border-indigo-50\/5{
  border-color: rgb(240 245 255 / 0.05);
}
.border-indigo-50\/10{
  border-color: rgb(240 245 255 / 0.1);
}
.border-indigo-50\/20{
  border-color: rgb(240 245 255 / 0.2);
}
.border-indigo-50\/25{
  border-color: rgb(240 245 255 / 0.25);
}
.border-indigo-50\/30{
  border-color: rgb(240 245 255 / 0.3);
}
.border-indigo-50\/40{
  border-color: rgb(240 245 255 / 0.4);
}
.border-indigo-50\/50{
  border-color: rgb(240 245 255 / 0.5);
}
.border-indigo-50\/60{
  border-color: rgb(240 245 255 / 0.6);
}
.border-indigo-50\/70{
  border-color: rgb(240 245 255 / 0.7);
}
.border-indigo-50\/75{
  border-color: rgb(240 245 255 / 0.75);
}
.border-indigo-50\/80{
  border-color: rgb(240 245 255 / 0.8);
}
.border-indigo-50\/90{
  border-color: rgb(240 245 255 / 0.9);
}
.border-indigo-50\/95{
  border-color: rgb(240 245 255 / 0.95);
}
.border-indigo-50\/100{
  border-color: rgb(240 245 255 / 1);
}
.border-indigo-100\/0{
  border-color: rgb(229 237 255 / 0);
}
.border-indigo-100\/5{
  border-color: rgb(229 237 255 / 0.05);
}
.border-indigo-100\/10{
  border-color: rgb(229 237 255 / 0.1);
}
.border-indigo-100\/20{
  border-color: rgb(229 237 255 / 0.2);
}
.border-indigo-100\/25{
  border-color: rgb(229 237 255 / 0.25);
}
.border-indigo-100\/30{
  border-color: rgb(229 237 255 / 0.3);
}
.border-indigo-100\/40{
  border-color: rgb(229 237 255 / 0.4);
}
.border-indigo-100\/50{
  border-color: rgb(229 237 255 / 0.5);
}
.border-indigo-100\/60{
  border-color: rgb(229 237 255 / 0.6);
}
.border-indigo-100\/70{
  border-color: rgb(229 237 255 / 0.7);
}
.border-indigo-100\/75{
  border-color: rgb(229 237 255 / 0.75);
}
.border-indigo-100\/80{
  border-color: rgb(229 237 255 / 0.8);
}
.border-indigo-100\/90{
  border-color: rgb(229 237 255 / 0.9);
}
.border-indigo-100\/95{
  border-color: rgb(229 237 255 / 0.95);
}
.border-indigo-100\/100{
  border-color: rgb(229 237 255 / 1);
}
.border-indigo-200\/0{
  border-color: rgb(205 219 254 / 0);
}
.border-indigo-200\/5{
  border-color: rgb(205 219 254 / 0.05);
}
.border-indigo-200\/10{
  border-color: rgb(205 219 254 / 0.1);
}
.border-indigo-200\/20{
  border-color: rgb(205 219 254 / 0.2);
}
.border-indigo-200\/25{
  border-color: rgb(205 219 254 / 0.25);
}
.border-indigo-200\/30{
  border-color: rgb(205 219 254 / 0.3);
}
.border-indigo-200\/40{
  border-color: rgb(205 219 254 / 0.4);
}
.border-indigo-200\/50{
  border-color: rgb(205 219 254 / 0.5);
}
.border-indigo-200\/60{
  border-color: rgb(205 219 254 / 0.6);
}
.border-indigo-200\/70{
  border-color: rgb(205 219 254 / 0.7);
}
.border-indigo-200\/75{
  border-color: rgb(205 219 254 / 0.75);
}
.border-indigo-200\/80{
  border-color: rgb(205 219 254 / 0.8);
}
.border-indigo-200\/90{
  border-color: rgb(205 219 254 / 0.9);
}
.border-indigo-200\/95{
  border-color: rgb(205 219 254 / 0.95);
}
.border-indigo-200\/100{
  border-color: rgb(205 219 254 / 1);
}
.border-indigo-300\/0{
  border-color: rgb(180 198 252 / 0);
}
.border-indigo-300\/5{
  border-color: rgb(180 198 252 / 0.05);
}
.border-indigo-300\/10{
  border-color: rgb(180 198 252 / 0.1);
}
.border-indigo-300\/20{
  border-color: rgb(180 198 252 / 0.2);
}
.border-indigo-300\/25{
  border-color: rgb(180 198 252 / 0.25);
}
.border-indigo-300\/30{
  border-color: rgb(180 198 252 / 0.3);
}
.border-indigo-300\/40{
  border-color: rgb(180 198 252 / 0.4);
}
.border-indigo-300\/50{
  border-color: rgb(180 198 252 / 0.5);
}
.border-indigo-300\/60{
  border-color: rgb(180 198 252 / 0.6);
}
.border-indigo-300\/70{
  border-color: rgb(180 198 252 / 0.7);
}
.border-indigo-300\/75{
  border-color: rgb(180 198 252 / 0.75);
}
.border-indigo-300\/80{
  border-color: rgb(180 198 252 / 0.8);
}
.border-indigo-300\/90{
  border-color: rgb(180 198 252 / 0.9);
}
.border-indigo-300\/95{
  border-color: rgb(180 198 252 / 0.95);
}
.border-indigo-300\/100{
  border-color: rgb(180 198 252 / 1);
}
.border-indigo-400\/0{
  border-color: rgb(141 162 251 / 0);
}
.border-indigo-400\/5{
  border-color: rgb(141 162 251 / 0.05);
}
.border-indigo-400\/10{
  border-color: rgb(141 162 251 / 0.1);
}
.border-indigo-400\/20{
  border-color: rgb(141 162 251 / 0.2);
}
.border-indigo-400\/25{
  border-color: rgb(141 162 251 / 0.25);
}
.border-indigo-400\/30{
  border-color: rgb(141 162 251 / 0.3);
}
.border-indigo-400\/40{
  border-color: rgb(141 162 251 / 0.4);
}
.border-indigo-400\/50{
  border-color: rgb(141 162 251 / 0.5);
}
.border-indigo-400\/60{
  border-color: rgb(141 162 251 / 0.6);
}
.border-indigo-400\/70{
  border-color: rgb(141 162 251 / 0.7);
}
.border-indigo-400\/75{
  border-color: rgb(141 162 251 / 0.75);
}
.border-indigo-400\/80{
  border-color: rgb(141 162 251 / 0.8);
}
.border-indigo-400\/90{
  border-color: rgb(141 162 251 / 0.9);
}
.border-indigo-400\/95{
  border-color: rgb(141 162 251 / 0.95);
}
.border-indigo-400\/100{
  border-color: rgb(141 162 251 / 1);
}
.border-indigo-500\/0{
  border-color: rgb(104 117 245 / 0);
}
.border-indigo-500\/5{
  border-color: rgb(104 117 245 / 0.05);
}
.border-indigo-500\/10{
  border-color: rgb(104 117 245 / 0.1);
}
.border-indigo-500\/20{
  border-color: rgb(104 117 245 / 0.2);
}
.border-indigo-500\/25{
  border-color: rgb(104 117 245 / 0.25);
}
.border-indigo-500\/30{
  border-color: rgb(104 117 245 / 0.3);
}
.border-indigo-500\/40{
  border-color: rgb(104 117 245 / 0.4);
}
.border-indigo-500\/50{
  border-color: rgb(104 117 245 / 0.5);
}
.border-indigo-500\/60{
  border-color: rgb(104 117 245 / 0.6);
}
.border-indigo-500\/70{
  border-color: rgb(104 117 245 / 0.7);
}
.border-indigo-500\/75{
  border-color: rgb(104 117 245 / 0.75);
}
.border-indigo-500\/80{
  border-color: rgb(104 117 245 / 0.8);
}
.border-indigo-500\/90{
  border-color: rgb(104 117 245 / 0.9);
}
.border-indigo-500\/95{
  border-color: rgb(104 117 245 / 0.95);
}
.border-indigo-500\/100{
  border-color: rgb(104 117 245 / 1);
}
.border-indigo-600\/0{
  border-color: rgb(88 80 236 / 0);
}
.border-indigo-600\/5{
  border-color: rgb(88 80 236 / 0.05);
}
.border-indigo-600\/10{
  border-color: rgb(88 80 236 / 0.1);
}
.border-indigo-600\/20{
  border-color: rgb(88 80 236 / 0.2);
}
.border-indigo-600\/25{
  border-color: rgb(88 80 236 / 0.25);
}
.border-indigo-600\/30{
  border-color: rgb(88 80 236 / 0.3);
}
.border-indigo-600\/40{
  border-color: rgb(88 80 236 / 0.4);
}
.border-indigo-600\/50{
  border-color: rgb(88 80 236 / 0.5);
}
.border-indigo-600\/60{
  border-color: rgb(88 80 236 / 0.6);
}
.border-indigo-600\/70{
  border-color: rgb(88 80 236 / 0.7);
}
.border-indigo-600\/75{
  border-color: rgb(88 80 236 / 0.75);
}
.border-indigo-600\/80{
  border-color: rgb(88 80 236 / 0.8);
}
.border-indigo-600\/90{
  border-color: rgb(88 80 236 / 0.9);
}
.border-indigo-600\/95{
  border-color: rgb(88 80 236 / 0.95);
}
.border-indigo-600\/100{
  border-color: rgb(88 80 236 / 1);
}
.border-indigo-700\/0{
  border-color: rgb(81 69 205 / 0);
}
.border-indigo-700\/5{
  border-color: rgb(81 69 205 / 0.05);
}
.border-indigo-700\/10{
  border-color: rgb(81 69 205 / 0.1);
}
.border-indigo-700\/20{
  border-color: rgb(81 69 205 / 0.2);
}
.border-indigo-700\/25{
  border-color: rgb(81 69 205 / 0.25);
}
.border-indigo-700\/30{
  border-color: rgb(81 69 205 / 0.3);
}
.border-indigo-700\/40{
  border-color: rgb(81 69 205 / 0.4);
}
.border-indigo-700\/50{
  border-color: rgb(81 69 205 / 0.5);
}
.border-indigo-700\/60{
  border-color: rgb(81 69 205 / 0.6);
}
.border-indigo-700\/70{
  border-color: rgb(81 69 205 / 0.7);
}
.border-indigo-700\/75{
  border-color: rgb(81 69 205 / 0.75);
}
.border-indigo-700\/80{
  border-color: rgb(81 69 205 / 0.8);
}
.border-indigo-700\/90{
  border-color: rgb(81 69 205 / 0.9);
}
.border-indigo-700\/95{
  border-color: rgb(81 69 205 / 0.95);
}
.border-indigo-700\/100{
  border-color: rgb(81 69 205 / 1);
}
.border-indigo-800\/0{
  border-color: rgb(66 56 157 / 0);
}
.border-indigo-800\/5{
  border-color: rgb(66 56 157 / 0.05);
}
.border-indigo-800\/10{
  border-color: rgb(66 56 157 / 0.1);
}
.border-indigo-800\/20{
  border-color: rgb(66 56 157 / 0.2);
}
.border-indigo-800\/25{
  border-color: rgb(66 56 157 / 0.25);
}
.border-indigo-800\/30{
  border-color: rgb(66 56 157 / 0.3);
}
.border-indigo-800\/40{
  border-color: rgb(66 56 157 / 0.4);
}
.border-indigo-800\/50{
  border-color: rgb(66 56 157 / 0.5);
}
.border-indigo-800\/60{
  border-color: rgb(66 56 157 / 0.6);
}
.border-indigo-800\/70{
  border-color: rgb(66 56 157 / 0.7);
}
.border-indigo-800\/75{
  border-color: rgb(66 56 157 / 0.75);
}
.border-indigo-800\/80{
  border-color: rgb(66 56 157 / 0.8);
}
.border-indigo-800\/90{
  border-color: rgb(66 56 157 / 0.9);
}
.border-indigo-800\/95{
  border-color: rgb(66 56 157 / 0.95);
}
.border-indigo-800\/100{
  border-color: rgb(66 56 157 / 1);
}
.border-indigo-900\/0{
  border-color: rgb(54 47 120 / 0);
}
.border-indigo-900\/5{
  border-color: rgb(54 47 120 / 0.05);
}
.border-indigo-900\/10{
  border-color: rgb(54 47 120 / 0.1);
}
.border-indigo-900\/20{
  border-color: rgb(54 47 120 / 0.2);
}
.border-indigo-900\/25{
  border-color: rgb(54 47 120 / 0.25);
}
.border-indigo-900\/30{
  border-color: rgb(54 47 120 / 0.3);
}
.border-indigo-900\/40{
  border-color: rgb(54 47 120 / 0.4);
}
.border-indigo-900\/50{
  border-color: rgb(54 47 120 / 0.5);
}
.border-indigo-900\/60{
  border-color: rgb(54 47 120 / 0.6);
}
.border-indigo-900\/70{
  border-color: rgb(54 47 120 / 0.7);
}
.border-indigo-900\/75{
  border-color: rgb(54 47 120 / 0.75);
}
.border-indigo-900\/80{
  border-color: rgb(54 47 120 / 0.8);
}
.border-indigo-900\/90{
  border-color: rgb(54 47 120 / 0.9);
}
.border-indigo-900\/95{
  border-color: rgb(54 47 120 / 0.95);
}
.border-indigo-900\/100{
  border-color: rgb(54 47 120 / 1);
}
.border-purple-50\/0{
  border-color: rgb(246 245 255 / 0);
}
.border-purple-50\/5{
  border-color: rgb(246 245 255 / 0.05);
}
.border-purple-50\/10{
  border-color: rgb(246 245 255 / 0.1);
}
.border-purple-50\/20{
  border-color: rgb(246 245 255 / 0.2);
}
.border-purple-50\/25{
  border-color: rgb(246 245 255 / 0.25);
}
.border-purple-50\/30{
  border-color: rgb(246 245 255 / 0.3);
}
.border-purple-50\/40{
  border-color: rgb(246 245 255 / 0.4);
}
.border-purple-50\/50{
  border-color: rgb(246 245 255 / 0.5);
}
.border-purple-50\/60{
  border-color: rgb(246 245 255 / 0.6);
}
.border-purple-50\/70{
  border-color: rgb(246 245 255 / 0.7);
}
.border-purple-50\/75{
  border-color: rgb(246 245 255 / 0.75);
}
.border-purple-50\/80{
  border-color: rgb(246 245 255 / 0.8);
}
.border-purple-50\/90{
  border-color: rgb(246 245 255 / 0.9);
}
.border-purple-50\/95{
  border-color: rgb(246 245 255 / 0.95);
}
.border-purple-50\/100{
  border-color: rgb(246 245 255 / 1);
}
.border-purple-100\/0{
  border-color: rgb(237 235 254 / 0);
}
.border-purple-100\/5{
  border-color: rgb(237 235 254 / 0.05);
}
.border-purple-100\/10{
  border-color: rgb(237 235 254 / 0.1);
}
.border-purple-100\/20{
  border-color: rgb(237 235 254 / 0.2);
}
.border-purple-100\/25{
  border-color: rgb(237 235 254 / 0.25);
}
.border-purple-100\/30{
  border-color: rgb(237 235 254 / 0.3);
}
.border-purple-100\/40{
  border-color: rgb(237 235 254 / 0.4);
}
.border-purple-100\/50{
  border-color: rgb(237 235 254 / 0.5);
}
.border-purple-100\/60{
  border-color: rgb(237 235 254 / 0.6);
}
.border-purple-100\/70{
  border-color: rgb(237 235 254 / 0.7);
}
.border-purple-100\/75{
  border-color: rgb(237 235 254 / 0.75);
}
.border-purple-100\/80{
  border-color: rgb(237 235 254 / 0.8);
}
.border-purple-100\/90{
  border-color: rgb(237 235 254 / 0.9);
}
.border-purple-100\/95{
  border-color: rgb(237 235 254 / 0.95);
}
.border-purple-100\/100{
  border-color: rgb(237 235 254 / 1);
}
.border-purple-200\/0{
  border-color: rgb(220 215 254 / 0);
}
.border-purple-200\/5{
  border-color: rgb(220 215 254 / 0.05);
}
.border-purple-200\/10{
  border-color: rgb(220 215 254 / 0.1);
}
.border-purple-200\/20{
  border-color: rgb(220 215 254 / 0.2);
}
.border-purple-200\/25{
  border-color: rgb(220 215 254 / 0.25);
}
.border-purple-200\/30{
  border-color: rgb(220 215 254 / 0.3);
}
.border-purple-200\/40{
  border-color: rgb(220 215 254 / 0.4);
}
.border-purple-200\/50{
  border-color: rgb(220 215 254 / 0.5);
}
.border-purple-200\/60{
  border-color: rgb(220 215 254 / 0.6);
}
.border-purple-200\/70{
  border-color: rgb(220 215 254 / 0.7);
}
.border-purple-200\/75{
  border-color: rgb(220 215 254 / 0.75);
}
.border-purple-200\/80{
  border-color: rgb(220 215 254 / 0.8);
}
.border-purple-200\/90{
  border-color: rgb(220 215 254 / 0.9);
}
.border-purple-200\/95{
  border-color: rgb(220 215 254 / 0.95);
}
.border-purple-200\/100{
  border-color: rgb(220 215 254 / 1);
}
.border-purple-300\/0{
  border-color: rgb(202 191 253 / 0);
}
.border-purple-300\/5{
  border-color: rgb(202 191 253 / 0.05);
}
.border-purple-300\/10{
  border-color: rgb(202 191 253 / 0.1);
}
.border-purple-300\/20{
  border-color: rgb(202 191 253 / 0.2);
}
.border-purple-300\/25{
  border-color: rgb(202 191 253 / 0.25);
}
.border-purple-300\/30{
  border-color: rgb(202 191 253 / 0.3);
}
.border-purple-300\/40{
  border-color: rgb(202 191 253 / 0.4);
}
.border-purple-300\/50{
  border-color: rgb(202 191 253 / 0.5);
}
.border-purple-300\/60{
  border-color: rgb(202 191 253 / 0.6);
}
.border-purple-300\/70{
  border-color: rgb(202 191 253 / 0.7);
}
.border-purple-300\/75{
  border-color: rgb(202 191 253 / 0.75);
}
.border-purple-300\/80{
  border-color: rgb(202 191 253 / 0.8);
}
.border-purple-300\/90{
  border-color: rgb(202 191 253 / 0.9);
}
.border-purple-300\/95{
  border-color: rgb(202 191 253 / 0.95);
}
.border-purple-300\/100{
  border-color: rgb(202 191 253 / 1);
}
.border-purple-400\/0{
  border-color: rgb(172 148 250 / 0);
}
.border-purple-400\/5{
  border-color: rgb(172 148 250 / 0.05);
}
.border-purple-400\/10{
  border-color: rgb(172 148 250 / 0.1);
}
.border-purple-400\/20{
  border-color: rgb(172 148 250 / 0.2);
}
.border-purple-400\/25{
  border-color: rgb(172 148 250 / 0.25);
}
.border-purple-400\/30{
  border-color: rgb(172 148 250 / 0.3);
}
.border-purple-400\/40{
  border-color: rgb(172 148 250 / 0.4);
}
.border-purple-400\/50{
  border-color: rgb(172 148 250 / 0.5);
}
.border-purple-400\/60{
  border-color: rgb(172 148 250 / 0.6);
}
.border-purple-400\/70{
  border-color: rgb(172 148 250 / 0.7);
}
.border-purple-400\/75{
  border-color: rgb(172 148 250 / 0.75);
}
.border-purple-400\/80{
  border-color: rgb(172 148 250 / 0.8);
}
.border-purple-400\/90{
  border-color: rgb(172 148 250 / 0.9);
}
.border-purple-400\/95{
  border-color: rgb(172 148 250 / 0.95);
}
.border-purple-400\/100{
  border-color: rgb(172 148 250 / 1);
}
.border-purple-500\/0{
  border-color: rgb(144 97 249 / 0);
}
.border-purple-500\/5{
  border-color: rgb(144 97 249 / 0.05);
}
.border-purple-500\/10{
  border-color: rgb(144 97 249 / 0.1);
}
.border-purple-500\/20{
  border-color: rgb(144 97 249 / 0.2);
}
.border-purple-500\/25{
  border-color: rgb(144 97 249 / 0.25);
}
.border-purple-500\/30{
  border-color: rgb(144 97 249 / 0.3);
}
.border-purple-500\/40{
  border-color: rgb(144 97 249 / 0.4);
}
.border-purple-500\/50{
  border-color: rgb(144 97 249 / 0.5);
}
.border-purple-500\/60{
  border-color: rgb(144 97 249 / 0.6);
}
.border-purple-500\/70{
  border-color: rgb(144 97 249 / 0.7);
}
.border-purple-500\/75{
  border-color: rgb(144 97 249 / 0.75);
}
.border-purple-500\/80{
  border-color: rgb(144 97 249 / 0.8);
}
.border-purple-500\/90{
  border-color: rgb(144 97 249 / 0.9);
}
.border-purple-500\/95{
  border-color: rgb(144 97 249 / 0.95);
}
.border-purple-500\/100{
  border-color: rgb(144 97 249 / 1);
}
.border-purple-600\/0{
  border-color: rgb(126 58 242 / 0);
}
.border-purple-600\/5{
  border-color: rgb(126 58 242 / 0.05);
}
.border-purple-600\/10{
  border-color: rgb(126 58 242 / 0.1);
}
.border-purple-600\/20{
  border-color: rgb(126 58 242 / 0.2);
}
.border-purple-600\/25{
  border-color: rgb(126 58 242 / 0.25);
}
.border-purple-600\/30{
  border-color: rgb(126 58 242 / 0.3);
}
.border-purple-600\/40{
  border-color: rgb(126 58 242 / 0.4);
}
.border-purple-600\/50{
  border-color: rgb(126 58 242 / 0.5);
}
.border-purple-600\/60{
  border-color: rgb(126 58 242 / 0.6);
}
.border-purple-600\/70{
  border-color: rgb(126 58 242 / 0.7);
}
.border-purple-600\/75{
  border-color: rgb(126 58 242 / 0.75);
}
.border-purple-600\/80{
  border-color: rgb(126 58 242 / 0.8);
}
.border-purple-600\/90{
  border-color: rgb(126 58 242 / 0.9);
}
.border-purple-600\/95{
  border-color: rgb(126 58 242 / 0.95);
}
.border-purple-600\/100{
  border-color: rgb(126 58 242 / 1);
}
.border-purple-700\/0{
  border-color: rgb(108 43 217 / 0);
}
.border-purple-700\/5{
  border-color: rgb(108 43 217 / 0.05);
}
.border-purple-700\/10{
  border-color: rgb(108 43 217 / 0.1);
}
.border-purple-700\/20{
  border-color: rgb(108 43 217 / 0.2);
}
.border-purple-700\/25{
  border-color: rgb(108 43 217 / 0.25);
}
.border-purple-700\/30{
  border-color: rgb(108 43 217 / 0.3);
}
.border-purple-700\/40{
  border-color: rgb(108 43 217 / 0.4);
}
.border-purple-700\/50{
  border-color: rgb(108 43 217 / 0.5);
}
.border-purple-700\/60{
  border-color: rgb(108 43 217 / 0.6);
}
.border-purple-700\/70{
  border-color: rgb(108 43 217 / 0.7);
}
.border-purple-700\/75{
  border-color: rgb(108 43 217 / 0.75);
}
.border-purple-700\/80{
  border-color: rgb(108 43 217 / 0.8);
}
.border-purple-700\/90{
  border-color: rgb(108 43 217 / 0.9);
}
.border-purple-700\/95{
  border-color: rgb(108 43 217 / 0.95);
}
.border-purple-700\/100{
  border-color: rgb(108 43 217 / 1);
}
.border-purple-800\/0{
  border-color: rgb(85 33 181 / 0);
}
.border-purple-800\/5{
  border-color: rgb(85 33 181 / 0.05);
}
.border-purple-800\/10{
  border-color: rgb(85 33 181 / 0.1);
}
.border-purple-800\/20{
  border-color: rgb(85 33 181 / 0.2);
}
.border-purple-800\/25{
  border-color: rgb(85 33 181 / 0.25);
}
.border-purple-800\/30{
  border-color: rgb(85 33 181 / 0.3);
}
.border-purple-800\/40{
  border-color: rgb(85 33 181 / 0.4);
}
.border-purple-800\/50{
  border-color: rgb(85 33 181 / 0.5);
}
.border-purple-800\/60{
  border-color: rgb(85 33 181 / 0.6);
}
.border-purple-800\/70{
  border-color: rgb(85 33 181 / 0.7);
}
.border-purple-800\/75{
  border-color: rgb(85 33 181 / 0.75);
}
.border-purple-800\/80{
  border-color: rgb(85 33 181 / 0.8);
}
.border-purple-800\/90{
  border-color: rgb(85 33 181 / 0.9);
}
.border-purple-800\/95{
  border-color: rgb(85 33 181 / 0.95);
}
.border-purple-800\/100{
  border-color: rgb(85 33 181 / 1);
}
.border-purple-900\/0{
  border-color: rgb(74 29 150 / 0);
}
.border-purple-900\/5{
  border-color: rgb(74 29 150 / 0.05);
}
.border-purple-900\/10{
  border-color: rgb(74 29 150 / 0.1);
}
.border-purple-900\/20{
  border-color: rgb(74 29 150 / 0.2);
}
.border-purple-900\/25{
  border-color: rgb(74 29 150 / 0.25);
}
.border-purple-900\/30{
  border-color: rgb(74 29 150 / 0.3);
}
.border-purple-900\/40{
  border-color: rgb(74 29 150 / 0.4);
}
.border-purple-900\/50{
  border-color: rgb(74 29 150 / 0.5);
}
.border-purple-900\/60{
  border-color: rgb(74 29 150 / 0.6);
}
.border-purple-900\/70{
  border-color: rgb(74 29 150 / 0.7);
}
.border-purple-900\/75{
  border-color: rgb(74 29 150 / 0.75);
}
.border-purple-900\/80{
  border-color: rgb(74 29 150 / 0.8);
}
.border-purple-900\/90{
  border-color: rgb(74 29 150 / 0.9);
}
.border-purple-900\/95{
  border-color: rgb(74 29 150 / 0.95);
}
.border-purple-900\/100{
  border-color: rgb(74 29 150 / 1);
}
.border-purple-light\/0{
  border-color: rgb(224 14 102 / 0);
}
.border-purple-light\/5{
  border-color: rgb(224 14 102 / 0.05);
}
.border-purple-light\/10{
  border-color: rgb(224 14 102 / 0.1);
}
.border-purple-light\/20{
  border-color: rgb(224 14 102 / 0.2);
}
.border-purple-light\/25{
  border-color: rgb(224 14 102 / 0.25);
}
.border-purple-light\/30{
  border-color: rgb(224 14 102 / 0.3);
}
.border-purple-light\/40{
  border-color: rgb(224 14 102 / 0.4);
}
.border-purple-light\/50{
  border-color: rgb(224 14 102 / 0.5);
}
.border-purple-light\/60{
  border-color: rgb(224 14 102 / 0.6);
}
.border-purple-light\/70{
  border-color: rgb(224 14 102 / 0.7);
}
.border-purple-light\/75{
  border-color: rgb(224 14 102 / 0.75);
}
.border-purple-light\/80{
  border-color: rgb(224 14 102 / 0.8);
}
.border-purple-light\/90{
  border-color: rgb(224 14 102 / 0.9);
}
.border-purple-light\/95{
  border-color: rgb(224 14 102 / 0.95);
}
.border-purple-light\/100{
  border-color: rgb(224 14 102 / 1);
}
.border-pink-50\/0{
  border-color: rgb(253 242 248 / 0);
}
.border-pink-50\/5{
  border-color: rgb(253 242 248 / 0.05);
}
.border-pink-50\/10{
  border-color: rgb(253 242 248 / 0.1);
}
.border-pink-50\/20{
  border-color: rgb(253 242 248 / 0.2);
}
.border-pink-50\/25{
  border-color: rgb(253 242 248 / 0.25);
}
.border-pink-50\/30{
  border-color: rgb(253 242 248 / 0.3);
}
.border-pink-50\/40{
  border-color: rgb(253 242 248 / 0.4);
}
.border-pink-50\/50{
  border-color: rgb(253 242 248 / 0.5);
}
.border-pink-50\/60{
  border-color: rgb(253 242 248 / 0.6);
}
.border-pink-50\/70{
  border-color: rgb(253 242 248 / 0.7);
}
.border-pink-50\/75{
  border-color: rgb(253 242 248 / 0.75);
}
.border-pink-50\/80{
  border-color: rgb(253 242 248 / 0.8);
}
.border-pink-50\/90{
  border-color: rgb(253 242 248 / 0.9);
}
.border-pink-50\/95{
  border-color: rgb(253 242 248 / 0.95);
}
.border-pink-50\/100{
  border-color: rgb(253 242 248 / 1);
}
.border-pink-100\/0{
  border-color: rgb(252 232 243 / 0);
}
.border-pink-100\/5{
  border-color: rgb(252 232 243 / 0.05);
}
.border-pink-100\/10{
  border-color: rgb(252 232 243 / 0.1);
}
.border-pink-100\/20{
  border-color: rgb(252 232 243 / 0.2);
}
.border-pink-100\/25{
  border-color: rgb(252 232 243 / 0.25);
}
.border-pink-100\/30{
  border-color: rgb(252 232 243 / 0.3);
}
.border-pink-100\/40{
  border-color: rgb(252 232 243 / 0.4);
}
.border-pink-100\/50{
  border-color: rgb(252 232 243 / 0.5);
}
.border-pink-100\/60{
  border-color: rgb(252 232 243 / 0.6);
}
.border-pink-100\/70{
  border-color: rgb(252 232 243 / 0.7);
}
.border-pink-100\/75{
  border-color: rgb(252 232 243 / 0.75);
}
.border-pink-100\/80{
  border-color: rgb(252 232 243 / 0.8);
}
.border-pink-100\/90{
  border-color: rgb(252 232 243 / 0.9);
}
.border-pink-100\/95{
  border-color: rgb(252 232 243 / 0.95);
}
.border-pink-100\/100{
  border-color: rgb(252 232 243 / 1);
}
.border-pink-200\/0{
  border-color: rgb(250 209 232 / 0);
}
.border-pink-200\/5{
  border-color: rgb(250 209 232 / 0.05);
}
.border-pink-200\/10{
  border-color: rgb(250 209 232 / 0.1);
}
.border-pink-200\/20{
  border-color: rgb(250 209 232 / 0.2);
}
.border-pink-200\/25{
  border-color: rgb(250 209 232 / 0.25);
}
.border-pink-200\/30{
  border-color: rgb(250 209 232 / 0.3);
}
.border-pink-200\/40{
  border-color: rgb(250 209 232 / 0.4);
}
.border-pink-200\/50{
  border-color: rgb(250 209 232 / 0.5);
}
.border-pink-200\/60{
  border-color: rgb(250 209 232 / 0.6);
}
.border-pink-200\/70{
  border-color: rgb(250 209 232 / 0.7);
}
.border-pink-200\/75{
  border-color: rgb(250 209 232 / 0.75);
}
.border-pink-200\/80{
  border-color: rgb(250 209 232 / 0.8);
}
.border-pink-200\/90{
  border-color: rgb(250 209 232 / 0.9);
}
.border-pink-200\/95{
  border-color: rgb(250 209 232 / 0.95);
}
.border-pink-200\/100{
  border-color: rgb(250 209 232 / 1);
}
.border-pink-300\/0{
  border-color: rgb(248 180 217 / 0);
}
.border-pink-300\/5{
  border-color: rgb(248 180 217 / 0.05);
}
.border-pink-300\/10{
  border-color: rgb(248 180 217 / 0.1);
}
.border-pink-300\/20{
  border-color: rgb(248 180 217 / 0.2);
}
.border-pink-300\/25{
  border-color: rgb(248 180 217 / 0.25);
}
.border-pink-300\/30{
  border-color: rgb(248 180 217 / 0.3);
}
.border-pink-300\/40{
  border-color: rgb(248 180 217 / 0.4);
}
.border-pink-300\/50{
  border-color: rgb(248 180 217 / 0.5);
}
.border-pink-300\/60{
  border-color: rgb(248 180 217 / 0.6);
}
.border-pink-300\/70{
  border-color: rgb(248 180 217 / 0.7);
}
.border-pink-300\/75{
  border-color: rgb(248 180 217 / 0.75);
}
.border-pink-300\/80{
  border-color: rgb(248 180 217 / 0.8);
}
.border-pink-300\/90{
  border-color: rgb(248 180 217 / 0.9);
}
.border-pink-300\/95{
  border-color: rgb(248 180 217 / 0.95);
}
.border-pink-300\/100{
  border-color: rgb(248 180 217 / 1);
}
.border-pink-400\/0{
  border-color: rgb(241 126 184 / 0);
}
.border-pink-400\/5{
  border-color: rgb(241 126 184 / 0.05);
}
.border-pink-400\/10{
  border-color: rgb(241 126 184 / 0.1);
}
.border-pink-400\/20{
  border-color: rgb(241 126 184 / 0.2);
}
.border-pink-400\/25{
  border-color: rgb(241 126 184 / 0.25);
}
.border-pink-400\/30{
  border-color: rgb(241 126 184 / 0.3);
}
.border-pink-400\/40{
  border-color: rgb(241 126 184 / 0.4);
}
.border-pink-400\/50{
  border-color: rgb(241 126 184 / 0.5);
}
.border-pink-400\/60{
  border-color: rgb(241 126 184 / 0.6);
}
.border-pink-400\/70{
  border-color: rgb(241 126 184 / 0.7);
}
.border-pink-400\/75{
  border-color: rgb(241 126 184 / 0.75);
}
.border-pink-400\/80{
  border-color: rgb(241 126 184 / 0.8);
}
.border-pink-400\/90{
  border-color: rgb(241 126 184 / 0.9);
}
.border-pink-400\/95{
  border-color: rgb(241 126 184 / 0.95);
}
.border-pink-400\/100{
  border-color: rgb(241 126 184 / 1);
}
.border-pink-500\/0{
  border-color: rgb(231 70 148 / 0);
}
.border-pink-500\/5{
  border-color: rgb(231 70 148 / 0.05);
}
.border-pink-500\/10{
  border-color: rgb(231 70 148 / 0.1);
}
.border-pink-500\/20{
  border-color: rgb(231 70 148 / 0.2);
}
.border-pink-500\/25{
  border-color: rgb(231 70 148 / 0.25);
}
.border-pink-500\/30{
  border-color: rgb(231 70 148 / 0.3);
}
.border-pink-500\/40{
  border-color: rgb(231 70 148 / 0.4);
}
.border-pink-500\/50{
  border-color: rgb(231 70 148 / 0.5);
}
.border-pink-500\/60{
  border-color: rgb(231 70 148 / 0.6);
}
.border-pink-500\/70{
  border-color: rgb(231 70 148 / 0.7);
}
.border-pink-500\/75{
  border-color: rgb(231 70 148 / 0.75);
}
.border-pink-500\/80{
  border-color: rgb(231 70 148 / 0.8);
}
.border-pink-500\/90{
  border-color: rgb(231 70 148 / 0.9);
}
.border-pink-500\/95{
  border-color: rgb(231 70 148 / 0.95);
}
.border-pink-500\/100{
  border-color: rgb(231 70 148 / 1);
}
.border-pink-600\/0{
  border-color: rgb(214 31 105 / 0);
}
.border-pink-600\/5{
  border-color: rgb(214 31 105 / 0.05);
}
.border-pink-600\/10{
  border-color: rgb(214 31 105 / 0.1);
}
.border-pink-600\/20{
  border-color: rgb(214 31 105 / 0.2);
}
.border-pink-600\/25{
  border-color: rgb(214 31 105 / 0.25);
}
.border-pink-600\/30{
  border-color: rgb(214 31 105 / 0.3);
}
.border-pink-600\/40{
  border-color: rgb(214 31 105 / 0.4);
}
.border-pink-600\/50{
  border-color: rgb(214 31 105 / 0.5);
}
.border-pink-600\/60{
  border-color: rgb(214 31 105 / 0.6);
}
.border-pink-600\/70{
  border-color: rgb(214 31 105 / 0.7);
}
.border-pink-600\/75{
  border-color: rgb(214 31 105 / 0.75);
}
.border-pink-600\/80{
  border-color: rgb(214 31 105 / 0.8);
}
.border-pink-600\/90{
  border-color: rgb(214 31 105 / 0.9);
}
.border-pink-600\/95{
  border-color: rgb(214 31 105 / 0.95);
}
.border-pink-600\/100{
  border-color: rgb(214 31 105 / 1);
}
.border-pink-700\/0{
  border-color: rgb(191 18 93 / 0);
}
.border-pink-700\/5{
  border-color: rgb(191 18 93 / 0.05);
}
.border-pink-700\/10{
  border-color: rgb(191 18 93 / 0.1);
}
.border-pink-700\/20{
  border-color: rgb(191 18 93 / 0.2);
}
.border-pink-700\/25{
  border-color: rgb(191 18 93 / 0.25);
}
.border-pink-700\/30{
  border-color: rgb(191 18 93 / 0.3);
}
.border-pink-700\/40{
  border-color: rgb(191 18 93 / 0.4);
}
.border-pink-700\/50{
  border-color: rgb(191 18 93 / 0.5);
}
.border-pink-700\/60{
  border-color: rgb(191 18 93 / 0.6);
}
.border-pink-700\/70{
  border-color: rgb(191 18 93 / 0.7);
}
.border-pink-700\/75{
  border-color: rgb(191 18 93 / 0.75);
}
.border-pink-700\/80{
  border-color: rgb(191 18 93 / 0.8);
}
.border-pink-700\/90{
  border-color: rgb(191 18 93 / 0.9);
}
.border-pink-700\/95{
  border-color: rgb(191 18 93 / 0.95);
}
.border-pink-700\/100{
  border-color: rgb(191 18 93 / 1);
}
.border-pink-800\/0{
  border-color: rgb(153 21 75 / 0);
}
.border-pink-800\/5{
  border-color: rgb(153 21 75 / 0.05);
}
.border-pink-800\/10{
  border-color: rgb(153 21 75 / 0.1);
}
.border-pink-800\/20{
  border-color: rgb(153 21 75 / 0.2);
}
.border-pink-800\/25{
  border-color: rgb(153 21 75 / 0.25);
}
.border-pink-800\/30{
  border-color: rgb(153 21 75 / 0.3);
}
.border-pink-800\/40{
  border-color: rgb(153 21 75 / 0.4);
}
.border-pink-800\/50{
  border-color: rgb(153 21 75 / 0.5);
}
.border-pink-800\/60{
  border-color: rgb(153 21 75 / 0.6);
}
.border-pink-800\/70{
  border-color: rgb(153 21 75 / 0.7);
}
.border-pink-800\/75{
  border-color: rgb(153 21 75 / 0.75);
}
.border-pink-800\/80{
  border-color: rgb(153 21 75 / 0.8);
}
.border-pink-800\/90{
  border-color: rgb(153 21 75 / 0.9);
}
.border-pink-800\/95{
  border-color: rgb(153 21 75 / 0.95);
}
.border-pink-800\/100{
  border-color: rgb(153 21 75 / 1);
}
.border-pink-900\/0{
  border-color: rgb(117 26 61 / 0);
}
.border-pink-900\/5{
  border-color: rgb(117 26 61 / 0.05);
}
.border-pink-900\/10{
  border-color: rgb(117 26 61 / 0.1);
}
.border-pink-900\/20{
  border-color: rgb(117 26 61 / 0.2);
}
.border-pink-900\/25{
  border-color: rgb(117 26 61 / 0.25);
}
.border-pink-900\/30{
  border-color: rgb(117 26 61 / 0.3);
}
.border-pink-900\/40{
  border-color: rgb(117 26 61 / 0.4);
}
.border-pink-900\/50{
  border-color: rgb(117 26 61 / 0.5);
}
.border-pink-900\/60{
  border-color: rgb(117 26 61 / 0.6);
}
.border-pink-900\/70{
  border-color: rgb(117 26 61 / 0.7);
}
.border-pink-900\/75{
  border-color: rgb(117 26 61 / 0.75);
}
.border-pink-900\/80{
  border-color: rgb(117 26 61 / 0.8);
}
.border-pink-900\/90{
  border-color: rgb(117 26 61 / 0.9);
}
.border-pink-900\/95{
  border-color: rgb(117 26 61 / 0.95);
}
.border-pink-900\/100{
  border-color: rgb(117 26 61 / 1);
}
.border-primary-50\/0{
  border-color: rgb(0 151 167 / 0);
}
.border-primary-50\/5{
  border-color: rgb(0 151 167 / 0.05);
}
.border-primary-50\/10{
  border-color: rgb(0 151 167 / 0.1);
}
.border-primary-50\/20{
  border-color: rgb(0 151 167 / 0.2);
}
.border-primary-50\/25{
  border-color: rgb(0 151 167 / 0.25);
}
.border-primary-50\/30{
  border-color: rgb(0 151 167 / 0.3);
}
.border-primary-50\/40{
  border-color: rgb(0 151 167 / 0.4);
}
.border-primary-50\/50{
  border-color: rgb(0 151 167 / 0.5);
}
.border-primary-50\/60{
  border-color: rgb(0 151 167 / 0.6);
}
.border-primary-50\/70{
  border-color: rgb(0 151 167 / 0.7);
}
.border-primary-50\/75{
  border-color: rgb(0 151 167 / 0.75);
}
.border-primary-50\/80{
  border-color: rgb(0 151 167 / 0.8);
}
.border-primary-50\/90{
  border-color: rgb(0 151 167 / 0.9);
}
.border-primary-50\/95{
  border-color: rgb(0 151 167 / 0.95);
}
.border-primary-50\/100{
  border-color: rgb(0 151 167 / 1);
}
.border-primary-100\/0{
  border-color: rgb(14 28 42 / 0);
}
.border-primary-100\/5{
  border-color: rgb(14 28 42 / 0.05);
}
.border-primary-100\/10{
  border-color: rgb(14 28 42 / 0.1);
}
.border-primary-100\/20{
  border-color: rgb(14 28 42 / 0.2);
}
.border-primary-100\/25{
  border-color: rgb(14 28 42 / 0.25);
}
.border-primary-100\/30{
  border-color: rgb(14 28 42 / 0.3);
}
.border-primary-100\/40{
  border-color: rgb(14 28 42 / 0.4);
}
.border-primary-100\/50{
  border-color: rgb(14 28 42 / 0.5);
}
.border-primary-100\/60{
  border-color: rgb(14 28 42 / 0.6);
}
.border-primary-100\/70{
  border-color: rgb(14 28 42 / 0.7);
}
.border-primary-100\/75{
  border-color: rgb(14 28 42 / 0.75);
}
.border-primary-100\/80{
  border-color: rgb(14 28 42 / 0.8);
}
.border-primary-100\/90{
  border-color: rgb(14 28 42 / 0.9);
}
.border-primary-100\/95{
  border-color: rgb(14 28 42 / 0.95);
}
.border-primary-100\/100{
  border-color: rgb(14 28 42 / 1);
}
.border-primary-290\/0{
  border-color: rgb(34 68 74 / 0);
}
.border-primary-290\/5{
  border-color: rgb(34 68 74 / 0.05);
}
.border-primary-290\/10{
  border-color: rgb(34 68 74 / 0.1);
}
.border-primary-290\/20{
  border-color: rgb(34 68 74 / 0.2);
}
.border-primary-290\/25{
  border-color: rgb(34 68 74 / 0.25);
}
.border-primary-290\/30{
  border-color: rgb(34 68 74 / 0.3);
}
.border-primary-290\/40{
  border-color: rgb(34 68 74 / 0.4);
}
.border-primary-290\/50{
  border-color: rgb(34 68 74 / 0.5);
}
.border-primary-290\/60{
  border-color: rgb(34 68 74 / 0.6);
}
.border-primary-290\/70{
  border-color: rgb(34 68 74 / 0.7);
}
.border-primary-290\/75{
  border-color: rgb(34 68 74 / 0.75);
}
.border-primary-290\/80{
  border-color: rgb(34 68 74 / 0.8);
}
.border-primary-290\/90{
  border-color: rgb(34 68 74 / 0.9);
}
.border-primary-290\/95{
  border-color: rgb(34 68 74 / 0.95);
}
.border-primary-290\/100{
  border-color: rgb(34 68 74 / 1);
}
.border-primary-300\/0{
  border-color: rgb(34 110 184 / 0);
}
.border-primary-300\/5{
  border-color: rgb(34 110 184 / 0.05);
}
.border-primary-300\/10{
  border-color: rgb(34 110 184 / 0.1);
}
.border-primary-300\/20{
  border-color: rgb(34 110 184 / 0.2);
}
.border-primary-300\/25{
  border-color: rgb(34 110 184 / 0.25);
}
.border-primary-300\/30{
  border-color: rgb(34 110 184 / 0.3);
}
.border-primary-300\/40{
  border-color: rgb(34 110 184 / 0.4);
}
.border-primary-300\/50{
  border-color: rgb(34 110 184 / 0.5);
}
.border-primary-300\/60{
  border-color: rgb(34 110 184 / 0.6);
}
.border-primary-300\/70{
  border-color: rgb(34 110 184 / 0.7);
}
.border-primary-300\/75{
  border-color: rgb(34 110 184 / 0.75);
}
.border-primary-300\/80{
  border-color: rgb(34 110 184 / 0.8);
}
.border-primary-300\/90{
  border-color: rgb(34 110 184 / 0.9);
}
.border-primary-300\/95{
  border-color: rgb(34 110 184 / 0.95);
}
.border-primary-300\/100{
  border-color: rgb(34 110 184 / 1);
}
.border-primary-400\/0{
  border-color: rgb(40 157 204 / 0);
}
.border-primary-400\/5{
  border-color: rgb(40 157 204 / 0.05);
}
.border-primary-400\/10{
  border-color: rgb(40 157 204 / 0.1);
}
.border-primary-400\/20{
  border-color: rgb(40 157 204 / 0.2);
}
.border-primary-400\/25{
  border-color: rgb(40 157 204 / 0.25);
}
.border-primary-400\/30{
  border-color: rgb(40 157 204 / 0.3);
}
.border-primary-400\/40{
  border-color: rgb(40 157 204 / 0.4);
}
.border-primary-400\/50{
  border-color: rgb(40 157 204 / 0.5);
}
.border-primary-400\/60{
  border-color: rgb(40 157 204 / 0.6);
}
.border-primary-400\/70{
  border-color: rgb(40 157 204 / 0.7);
}
.border-primary-400\/75{
  border-color: rgb(40 157 204 / 0.75);
}
.border-primary-400\/80{
  border-color: rgb(40 157 204 / 0.8);
}
.border-primary-400\/90{
  border-color: rgb(40 157 204 / 0.9);
}
.border-primary-400\/95{
  border-color: rgb(40 157 204 / 0.95);
}
.border-primary-400\/100{
  border-color: rgb(40 157 204 / 1);
}
.border-primary-600\/0{
  border-color: rgb(81 151 229 / 0);
}
.border-primary-600\/5{
  border-color: rgb(81 151 229 / 0.05);
}
.border-primary-600\/10{
  border-color: rgb(81 151 229 / 0.1);
}
.border-primary-600\/20{
  border-color: rgb(81 151 229 / 0.2);
}
.border-primary-600\/25{
  border-color: rgb(81 151 229 / 0.25);
}
.border-primary-600\/30{
  border-color: rgb(81 151 229 / 0.3);
}
.border-primary-600\/40{
  border-color: rgb(81 151 229 / 0.4);
}
.border-primary-600\/50{
  border-color: rgb(81 151 229 / 0.5);
}
.border-primary-600\/60{
  border-color: rgb(81 151 229 / 0.6);
}
.border-primary-600\/70{
  border-color: rgb(81 151 229 / 0.7);
}
.border-primary-600\/75{
  border-color: rgb(81 151 229 / 0.75);
}
.border-primary-600\/80{
  border-color: rgb(81 151 229 / 0.8);
}
.border-primary-600\/90{
  border-color: rgb(81 151 229 / 0.9);
}
.border-primary-600\/95{
  border-color: rgb(81 151 229 / 0.95);
}
.border-primary-600\/100{
  border-color: rgb(81 151 229 / 1);
}
.border-primary-700\/0{
  border-color: rgb(106 187 223 / 0);
}
.border-primary-700\/5{
  border-color: rgb(106 187 223 / 0.05);
}
.border-primary-700\/10{
  border-color: rgb(106 187 223 / 0.1);
}
.border-primary-700\/20{
  border-color: rgb(106 187 223 / 0.2);
}
.border-primary-700\/25{
  border-color: rgb(106 187 223 / 0.25);
}
.border-primary-700\/30{
  border-color: rgb(106 187 223 / 0.3);
}
.border-primary-700\/40{
  border-color: rgb(106 187 223 / 0.4);
}
.border-primary-700\/50{
  border-color: rgb(106 187 223 / 0.5);
}
.border-primary-700\/60{
  border-color: rgb(106 187 223 / 0.6);
}
.border-primary-700\/70{
  border-color: rgb(106 187 223 / 0.7);
}
.border-primary-700\/75{
  border-color: rgb(106 187 223 / 0.75);
}
.border-primary-700\/80{
  border-color: rgb(106 187 223 / 0.8);
}
.border-primary-700\/90{
  border-color: rgb(106 187 223 / 0.9);
}
.border-primary-700\/95{
  border-color: rgb(106 187 223 / 0.95);
}
.border-primary-700\/100{
  border-color: rgb(106 187 223 / 1);
}
.border-primary-720\/0{
  border-color: rgb(112 142 148 / 0);
}
.border-primary-720\/5{
  border-color: rgb(112 142 148 / 0.05);
}
.border-primary-720\/10{
  border-color: rgb(112 142 148 / 0.1);
}
.border-primary-720\/20{
  border-color: rgb(112 142 148 / 0.2);
}
.border-primary-720\/25{
  border-color: rgb(112 142 148 / 0.25);
}
.border-primary-720\/30{
  border-color: rgb(112 142 148 / 0.3);
}
.border-primary-720\/40{
  border-color: rgb(112 142 148 / 0.4);
}
.border-primary-720\/50{
  border-color: rgb(112 142 148 / 0.5);
}
.border-primary-720\/60{
  border-color: rgb(112 142 148 / 0.6);
}
.border-primary-720\/70{
  border-color: rgb(112 142 148 / 0.7);
}
.border-primary-720\/75{
  border-color: rgb(112 142 148 / 0.75);
}
.border-primary-720\/80{
  border-color: rgb(112 142 148 / 0.8);
}
.border-primary-720\/90{
  border-color: rgb(112 142 148 / 0.9);
}
.border-primary-720\/95{
  border-color: rgb(112 142 148 / 0.95);
}
.border-primary-720\/100{
  border-color: rgb(112 142 148 / 1);
}
.border-primary-750\/0{
  border-color: rgb(128 222 234 / 0);
}
.border-primary-750\/5{
  border-color: rgb(128 222 234 / 0.05);
}
.border-primary-750\/10{
  border-color: rgb(128 222 234 / 0.1);
}
.border-primary-750\/20{
  border-color: rgb(128 222 234 / 0.2);
}
.border-primary-750\/25{
  border-color: rgb(128 222 234 / 0.25);
}
.border-primary-750\/30{
  border-color: rgb(128 222 234 / 0.3);
}
.border-primary-750\/40{
  border-color: rgb(128 222 234 / 0.4);
}
.border-primary-750\/50{
  border-color: rgb(128 222 234 / 0.5);
}
.border-primary-750\/60{
  border-color: rgb(128 222 234 / 0.6);
}
.border-primary-750\/70{
  border-color: rgb(128 222 234 / 0.7);
}
.border-primary-750\/75{
  border-color: rgb(128 222 234 / 0.75);
}
.border-primary-750\/80{
  border-color: rgb(128 222 234 / 0.8);
}
.border-primary-750\/90{
  border-color: rgb(128 222 234 / 0.9);
}
.border-primary-750\/95{
  border-color: rgb(128 222 234 / 0.95);
}
.border-primary-750\/100{
  border-color: rgb(128 222 234 / 1);
}
.border-primary-800\/0{
  border-color: rgb(227 248 251 / 0);
}
.border-primary-800\/5{
  border-color: rgb(227 248 251 / 0.05);
}
.border-primary-800\/10{
  border-color: rgb(227 248 251 / 0.1);
}
.border-primary-800\/20{
  border-color: rgb(227 248 251 / 0.2);
}
.border-primary-800\/25{
  border-color: rgb(227 248 251 / 0.25);
}
.border-primary-800\/30{
  border-color: rgb(227 248 251 / 0.3);
}
.border-primary-800\/40{
  border-color: rgb(227 248 251 / 0.4);
}
.border-primary-800\/50{
  border-color: rgb(227 248 251 / 0.5);
}
.border-primary-800\/60{
  border-color: rgb(227 248 251 / 0.6);
}
.border-primary-800\/70{
  border-color: rgb(227 248 251 / 0.7);
}
.border-primary-800\/75{
  border-color: rgb(227 248 251 / 0.75);
}
.border-primary-800\/80{
  border-color: rgb(227 248 251 / 0.8);
}
.border-primary-800\/90{
  border-color: rgb(227 248 251 / 0.9);
}
.border-primary-800\/95{
  border-color: rgb(227 248 251 / 0.95);
}
.border-primary-800\/100{
  border-color: rgb(227 248 251 / 1);
}
.border-primary-dark\/0{
  border-color: rgb(5 79 89 / 0);
}
.border-primary-dark\/5{
  border-color: rgb(5 79 89 / 0.05);
}
.border-primary-dark\/10{
  border-color: rgb(5 79 89 / 0.1);
}
.border-primary-dark\/20{
  border-color: rgb(5 79 89 / 0.2);
}
.border-primary-dark\/25{
  border-color: rgb(5 79 89 / 0.25);
}
.border-primary-dark\/30{
  border-color: rgb(5 79 89 / 0.3);
}
.border-primary-dark\/40{
  border-color: rgb(5 79 89 / 0.4);
}
.border-primary-dark\/50{
  border-color: rgb(5 79 89 / 0.5);
}
.border-primary-dark\/60{
  border-color: rgb(5 79 89 / 0.6);
}
.border-primary-dark\/70{
  border-color: rgb(5 79 89 / 0.7);
}
.border-primary-dark\/75{
  border-color: rgb(5 79 89 / 0.75);
}
.border-primary-dark\/80{
  border-color: rgb(5 79 89 / 0.8);
}
.border-primary-dark\/90{
  border-color: rgb(5 79 89 / 0.9);
}
.border-primary-dark\/95{
  border-color: rgb(5 79 89 / 0.95);
}
.border-primary-dark\/100{
  border-color: rgb(5 79 89 / 1);
}
.border-primary-light\/0{
  border-color: rgb(213 227 231 / 0);
}
.border-primary-light\/5{
  border-color: rgb(213 227 231 / 0.05);
}
.border-primary-light\/10{
  border-color: rgb(213 227 231 / 0.1);
}
.border-primary-light\/20{
  border-color: rgb(213 227 231 / 0.2);
}
.border-primary-light\/25{
  border-color: rgb(213 227 231 / 0.25);
}
.border-primary-light\/30{
  border-color: rgb(213 227 231 / 0.3);
}
.border-primary-light\/40{
  border-color: rgb(213 227 231 / 0.4);
}
.border-primary-light\/50{
  border-color: rgb(213 227 231 / 0.5);
}
.border-primary-light\/60{
  border-color: rgb(213 227 231 / 0.6);
}
.border-primary-light\/70{
  border-color: rgb(213 227 231 / 0.7);
}
.border-primary-light\/75{
  border-color: rgb(213 227 231 / 0.75);
}
.border-primary-light\/80{
  border-color: rgb(213 227 231 / 0.8);
}
.border-primary-light\/90{
  border-color: rgb(213 227 231 / 0.9);
}
.border-primary-light\/95{
  border-color: rgb(213 227 231 / 0.95);
}
.border-primary-light\/100{
  border-color: rgb(213 227 231 / 1);
}
.border-primary\/0{
  border-color: rgb(51 102 153 / 0);
}
.border-primary\/5{
  border-color: rgb(51 102 153 / 0.05);
}
.border-primary\/10{
  border-color: rgb(51 102 153 / 0.1);
}
.border-primary\/20{
  border-color: rgb(51 102 153 / 0.2);
}
.border-primary\/25{
  border-color: rgb(51 102 153 / 0.25);
}
.border-primary\/30{
  border-color: rgb(51 102 153 / 0.3);
}
.border-primary\/40{
  border-color: rgb(51 102 153 / 0.4);
}
.border-primary\/50{
  border-color: rgb(51 102 153 / 0.5);
}
.border-primary\/60{
  border-color: rgb(51 102 153 / 0.6);
}
.border-primary\/70{
  border-color: rgb(51 102 153 / 0.7);
}
.border-primary\/75{
  border-color: rgb(51 102 153 / 0.75);
}
.border-primary\/80{
  border-color: rgb(51 102 153 / 0.8);
}
.border-primary\/90{
  border-color: rgb(51 102 153 / 0.9);
}
.border-primary\/95{
  border-color: rgb(51 102 153 / 0.95);
}
.border-primary\/100{
  border-color: rgb(51 102 153 / 1);
}
.border-bluemarine-900\/0{
  border-color: rgb(34 68 74 / 0);
}
.border-bluemarine-900\/5{
  border-color: rgb(34 68 74 / 0.05);
}
.border-bluemarine-900\/10{
  border-color: rgb(34 68 74 / 0.1);
}
.border-bluemarine-900\/20{
  border-color: rgb(34 68 74 / 0.2);
}
.border-bluemarine-900\/25{
  border-color: rgb(34 68 74 / 0.25);
}
.border-bluemarine-900\/30{
  border-color: rgb(34 68 74 / 0.3);
}
.border-bluemarine-900\/40{
  border-color: rgb(34 68 74 / 0.4);
}
.border-bluemarine-900\/50{
  border-color: rgb(34 68 74 / 0.5);
}
.border-bluemarine-900\/60{
  border-color: rgb(34 68 74 / 0.6);
}
.border-bluemarine-900\/70{
  border-color: rgb(34 68 74 / 0.7);
}
.border-bluemarine-900\/75{
  border-color: rgb(34 68 74 / 0.75);
}
.border-bluemarine-900\/80{
  border-color: rgb(34 68 74 / 0.8);
}
.border-bluemarine-900\/90{
  border-color: rgb(34 68 74 / 0.9);
}
.border-bluemarine-900\/95{
  border-color: rgb(34 68 74 / 0.95);
}
.border-bluemarine-900\/100{
  border-color: rgb(34 68 74 / 1);
}
.border-bluemarine\/0{
  border-color: rgb(5 79 89 / 0);
}
.border-bluemarine\/5{
  border-color: rgb(5 79 89 / 0.05);
}
.border-bluemarine\/10{
  border-color: rgb(5 79 89 / 0.1);
}
.border-bluemarine\/20{
  border-color: rgb(5 79 89 / 0.2);
}
.border-bluemarine\/25{
  border-color: rgb(5 79 89 / 0.25);
}
.border-bluemarine\/30{
  border-color: rgb(5 79 89 / 0.3);
}
.border-bluemarine\/40{
  border-color: rgb(5 79 89 / 0.4);
}
.border-bluemarine\/50{
  border-color: rgb(5 79 89 / 0.5);
}
.border-bluemarine\/60{
  border-color: rgb(5 79 89 / 0.6);
}
.border-bluemarine\/70{
  border-color: rgb(5 79 89 / 0.7);
}
.border-bluemarine\/75{
  border-color: rgb(5 79 89 / 0.75);
}
.border-bluemarine\/80{
  border-color: rgb(5 79 89 / 0.8);
}
.border-bluemarine\/90{
  border-color: rgb(5 79 89 / 0.9);
}
.border-bluemarine\/95{
  border-color: rgb(5 79 89 / 0.95);
}
.border-bluemarine\/100{
  border-color: rgb(5 79 89 / 1);
}
.border-\[\#0097A7\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 151 167 / var(--tw-border-opacity));
}
.border-\[\#E3F8FB\]{
  --tw-border-opacity: 1;
  border-color: rgb(227 248 251 / var(--tw-border-opacity));
}
.\!border-primary-800{
  --tw-border-opacity: 1 !important;
  border-color: rgb(227 248 251 / var(--tw-border-opacity)) !important;
}
.border-x-transparent{
  border-left-color: transparent;
  border-right-color: transparent;
}
.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-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-tab_active{
  --tw-border-opacity: 1;
  border-left-color: rgb(86 200 216 / var(--tw-border-opacity));
  border-right-color: rgb(86 200 216 / var(--tw-border-opacity));
}
.border-x-modal-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(236 244 245 / var(--tw-border-opacity));
  border-right-color: rgb(236 244 245 / var(--tw-border-opacity));
}
.border-x-green-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(243 250 247 / var(--tw-border-opacity));
  border-right-color: rgb(243 250 247 / var(--tw-border-opacity));
}
.border-x-green-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(222 247 236 / var(--tw-border-opacity));
  border-right-color: rgb(222 247 236 / var(--tw-border-opacity));
}
.border-x-green-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(188 240 218 / var(--tw-border-opacity));
  border-right-color: rgb(188 240 218 / var(--tw-border-opacity));
}
.border-x-green-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(132 225 188 / var(--tw-border-opacity));
  border-right-color: rgb(132 225 188 / var(--tw-border-opacity));
}
.border-x-green-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(49 196 141 / var(--tw-border-opacity));
  border-right-color: rgb(49 196 141 / var(--tw-border-opacity));
}
.border-x-green-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(14 159 110 / var(--tw-border-opacity));
  border-right-color: rgb(14 159 110 / var(--tw-border-opacity));
}
.border-x-green-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(5 122 85 / var(--tw-border-opacity));
  border-right-color: rgb(5 122 85 / var(--tw-border-opacity));
}
.border-x-green-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(4 108 78 / var(--tw-border-opacity));
  border-right-color: rgb(4 108 78 / var(--tw-border-opacity));
}
.border-x-green-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(3 84 63 / var(--tw-border-opacity));
  border-right-color: rgb(3 84 63 / var(--tw-border-opacity));
}
.border-x-green-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(1 71 55 / var(--tw-border-opacity));
  border-right-color: rgb(1 71 55 / var(--tw-border-opacity));
}
.border-x-green{
  --tw-border-opacity: 1;
  border-left-color: rgb(77 208 225 / var(--tw-border-opacity));
  border-right-color: rgb(77 208 225 / var(--tw-border-opacity));
}
.border-x-green-dark{
  border-left-color: #054F59;;
  border-right-color: #054F59;;
}
.border-x-green-light{
  --tw-border-opacity: 1;
  border-left-color: rgb(93 224 241 / var(--tw-border-opacity));
  border-right-color: rgb(93 224 241 / var(--tw-border-opacity));
}
.border-x-ottanio{
  --tw-border-opacity: 1;
  border-left-color: rgb(5 79 89 / var(--tw-border-opacity));
  border-right-color: rgb(5 79 89 / var(--tw-border-opacity));
}
.border-x-ottanio-light{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 151 167 / var(--tw-border-opacity));
  border-right-color: rgb(0 151 167 / var(--tw-border-opacity));
}
.border-x-magenta{
  --tw-border-opacity: 1;
  border-left-color: rgb(224 14 102 / var(--tw-border-opacity));
  border-right-color: rgb(224 14 102 / var(--tw-border-opacity));
}
.border-x-magenta-light{
  border-left-color: #E00E66BD;
  border-right-color: #E00E66BD;
}
.border-x-arancio{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 149 149 / var(--tw-border-opacity));
  border-right-color: rgb(255 149 149 / var(--tw-border-opacity));
}
.border-x-gray-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(249 250 251 / var(--tw-border-opacity));
  border-right-color: rgb(249 250 251 / var(--tw-border-opacity));
}
.border-x-gray-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(213 227 231 / var(--tw-border-opacity));
  border-right-color: rgb(213 227 231 / var(--tw-border-opacity));
}
.border-x-gray-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(229 231 235 / var(--tw-border-opacity));
  border-right-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-x-gray-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(100 108 122 / var(--tw-border-opacity));
  border-right-color: rgb(100 108 122 / var(--tw-border-opacity));
}
.border-x-gray-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(159 189 195 / var(--tw-border-opacity));
  border-right-color: rgb(159 189 195 / var(--tw-border-opacity));
}
.border-x-gray-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(107 114 128 / var(--tw-border-opacity));
  border-right-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.border-x-gray-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(196 196 196 / var(--tw-border-opacity));
  border-right-color: rgb(196 196 196 / var(--tw-border-opacity));
}
.border-x-gray-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(221 221 221 / var(--tw-border-opacity));
  border-right-color: rgb(221 221 221 / var(--tw-border-opacity));
}
.border-x-gray-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(31 41 55 / var(--tw-border-opacity));
  border-right-color: rgb(31 41 55 / var(--tw-border-opacity));
}
.border-x-gray-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(249 249 249 / var(--tw-border-opacity));
  border-right-color: rgb(249 249 249 / var(--tw-border-opacity));
}
.border-x-gray{
  --tw-border-opacity: 1;
  border-left-color: rgb(187 187 187 / var(--tw-border-opacity));
  border-right-color: rgb(187 187 187 / var(--tw-border-opacity));
}
.border-x-red-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(253 242 242 / var(--tw-border-opacity));
  border-right-color: rgb(253 242 242 / var(--tw-border-opacity));
}
.border-x-red-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(253 232 232 / var(--tw-border-opacity));
  border-right-color: rgb(253 232 232 / var(--tw-border-opacity));
}
.border-x-red-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(251 213 213 / var(--tw-border-opacity));
  border-right-color: rgb(251 213 213 / var(--tw-border-opacity));
}
.border-x-red-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(248 180 180 / var(--tw-border-opacity));
  border-right-color: rgb(248 180 180 / var(--tw-border-opacity));
}
.border-x-red-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(249 128 128 / var(--tw-border-opacity));
  border-right-color: rgb(249 128 128 / var(--tw-border-opacity));
}
.border-x-red-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(240 82 82 / var(--tw-border-opacity));
  border-right-color: rgb(240 82 82 / var(--tw-border-opacity));
}
.border-x-red-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(224 36 36 / var(--tw-border-opacity));
  border-right-color: rgb(224 36 36 / var(--tw-border-opacity));
}
.border-x-red-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(200 30 30 / var(--tw-border-opacity));
  border-right-color: rgb(200 30 30 / var(--tw-border-opacity));
}
.border-x-red-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(155 28 28 / var(--tw-border-opacity));
  border-right-color: rgb(155 28 28 / var(--tw-border-opacity));
}
.border-x-red-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(119 29 29 / var(--tw-border-opacity));
  border-right-color: rgb(119 29 29 / var(--tw-border-opacity));
}
.border-x-orange-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 248 241 / var(--tw-border-opacity));
  border-right-color: rgb(255 248 241 / var(--tw-border-opacity));
}
.border-x-orange-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 236 220 / var(--tw-border-opacity));
  border-right-color: rgb(254 236 220 / var(--tw-border-opacity));
}
.border-x-orange-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(252 217 189 / var(--tw-border-opacity));
  border-right-color: rgb(252 217 189 / var(--tw-border-opacity));
}
.border-x-orange-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(253 186 140 / var(--tw-border-opacity));
  border-right-color: rgb(253 186 140 / var(--tw-border-opacity));
}
.border-x-orange-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 138 76 / var(--tw-border-opacity));
  border-right-color: rgb(255 138 76 / var(--tw-border-opacity));
}
.border-x-orange-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 90 31 / var(--tw-border-opacity));
  border-right-color: rgb(255 90 31 / var(--tw-border-opacity));
}
.border-x-orange-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(208 56 1 / var(--tw-border-opacity));
  border-right-color: rgb(208 56 1 / var(--tw-border-opacity));
}
.border-x-orange-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(180 52 3 / var(--tw-border-opacity));
  border-right-color: rgb(180 52 3 / var(--tw-border-opacity));
}
.border-x-orange-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(138 44 13 / var(--tw-border-opacity));
  border-right-color: rgb(138 44 13 / var(--tw-border-opacity));
}
.border-x-orange-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(119 29 29 / var(--tw-border-opacity));
  border-right-color: rgb(119 29 29 / var(--tw-border-opacity));
}
.border-x-yellow-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(253 253 234 / var(--tw-border-opacity));
  border-right-color: rgb(253 253 234 / var(--tw-border-opacity));
}
.border-x-yellow-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(253 246 178 / var(--tw-border-opacity));
  border-right-color: rgb(253 246 178 / var(--tw-border-opacity));
}
.border-x-yellow-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(252 233 106 / var(--tw-border-opacity));
  border-right-color: rgb(252 233 106 / var(--tw-border-opacity));
}
.border-x-yellow-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(250 202 21 / var(--tw-border-opacity));
  border-right-color: rgb(250 202 21 / var(--tw-border-opacity));
}
.border-x-yellow-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(227 160 8 / var(--tw-border-opacity));
  border-right-color: rgb(227 160 8 / var(--tw-border-opacity));
}
.border-x-yellow-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(194 120 3 / var(--tw-border-opacity));
  border-right-color: rgb(194 120 3 / var(--tw-border-opacity));
}
.border-x-yellow-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(159 88 10 / var(--tw-border-opacity));
  border-right-color: rgb(159 88 10 / var(--tw-border-opacity));
}
.border-x-yellow-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(142 75 16 / var(--tw-border-opacity));
  border-right-color: rgb(142 75 16 / var(--tw-border-opacity));
}
.border-x-yellow-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(114 59 19 / var(--tw-border-opacity));
  border-right-color: rgb(114 59 19 / var(--tw-border-opacity));
}
.border-x-yellow-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(99 49 18 / var(--tw-border-opacity));
  border-right-color: rgb(99 49 18 / var(--tw-border-opacity));
}
.border-x-teal-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(237 250 250 / var(--tw-border-opacity));
  border-right-color: rgb(237 250 250 / var(--tw-border-opacity));
}
.border-x-teal-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(213 245 246 / var(--tw-border-opacity));
  border-right-color: rgb(213 245 246 / var(--tw-border-opacity));
}
.border-x-teal-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(175 236 239 / var(--tw-border-opacity));
  border-right-color: rgb(175 236 239 / var(--tw-border-opacity));
}
.border-x-teal-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(126 220 226 / var(--tw-border-opacity));
  border-right-color: rgb(126 220 226 / var(--tw-border-opacity));
}
.border-x-teal-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(22 189 202 / var(--tw-border-opacity));
  border-right-color: rgb(22 189 202 / var(--tw-border-opacity));
}
.border-x-teal-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(6 148 162 / var(--tw-border-opacity));
  border-right-color: rgb(6 148 162 / var(--tw-border-opacity));
}
.border-x-teal-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(4 116 129 / var(--tw-border-opacity));
  border-right-color: rgb(4 116 129 / var(--tw-border-opacity));
}
.border-x-teal-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(3 102 114 / var(--tw-border-opacity));
  border-right-color: rgb(3 102 114 / var(--tw-border-opacity));
}
.border-x-teal-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(5 80 92 / var(--tw-border-opacity));
  border-right-color: rgb(5 80 92 / var(--tw-border-opacity));
}
.border-x-teal-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(1 68 81 / var(--tw-border-opacity));
  border-right-color: rgb(1 68 81 / var(--tw-border-opacity));
}
.border-x-blue-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(235 245 255 / var(--tw-border-opacity));
  border-right-color: rgb(235 245 255 / var(--tw-border-opacity));
}
.border-x-blue-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(225 239 254 / var(--tw-border-opacity));
  border-right-color: rgb(225 239 254 / var(--tw-border-opacity));
}
.border-x-blue-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(195 221 253 / var(--tw-border-opacity));
  border-right-color: rgb(195 221 253 / var(--tw-border-opacity));
}
.border-x-blue-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(164 202 254 / var(--tw-border-opacity));
  border-right-color: rgb(164 202 254 / var(--tw-border-opacity));
}
.border-x-blue-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(118 169 250 / var(--tw-border-opacity));
  border-right-color: rgb(118 169 250 / var(--tw-border-opacity));
}
.border-x-blue-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(63 131 248 / var(--tw-border-opacity));
  border-right-color: rgb(63 131 248 / var(--tw-border-opacity));
}
.border-x-blue-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(28 100 242 / var(--tw-border-opacity));
  border-right-color: rgb(28 100 242 / var(--tw-border-opacity));
}
.border-x-blue-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(26 86 219 / var(--tw-border-opacity));
  border-right-color: rgb(26 86 219 / var(--tw-border-opacity));
}
.border-x-blue-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(30 66 159 / var(--tw-border-opacity));
  border-right-color: rgb(30 66 159 / var(--tw-border-opacity));
}
.border-x-blue-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(35 56 118 / var(--tw-border-opacity));
  border-right-color: rgb(35 56 118 / var(--tw-border-opacity));
}
.border-x-indigo-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(240 245 255 / var(--tw-border-opacity));
  border-right-color: rgb(240 245 255 / var(--tw-border-opacity));
}
.border-x-indigo-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(229 237 255 / var(--tw-border-opacity));
  border-right-color: rgb(229 237 255 / var(--tw-border-opacity));
}
.border-x-indigo-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(205 219 254 / var(--tw-border-opacity));
  border-right-color: rgb(205 219 254 / var(--tw-border-opacity));
}
.border-x-indigo-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(180 198 252 / var(--tw-border-opacity));
  border-right-color: rgb(180 198 252 / var(--tw-border-opacity));
}
.border-x-indigo-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(141 162 251 / var(--tw-border-opacity));
  border-right-color: rgb(141 162 251 / var(--tw-border-opacity));
}
.border-x-indigo-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(104 117 245 / var(--tw-border-opacity));
  border-right-color: rgb(104 117 245 / var(--tw-border-opacity));
}
.border-x-indigo-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(88 80 236 / var(--tw-border-opacity));
  border-right-color: rgb(88 80 236 / var(--tw-border-opacity));
}
.border-x-indigo-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(81 69 205 / var(--tw-border-opacity));
  border-right-color: rgb(81 69 205 / var(--tw-border-opacity));
}
.border-x-indigo-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(66 56 157 / var(--tw-border-opacity));
  border-right-color: rgb(66 56 157 / var(--tw-border-opacity));
}
.border-x-indigo-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(54 47 120 / var(--tw-border-opacity));
  border-right-color: rgb(54 47 120 / var(--tw-border-opacity));
}
.border-x-purple-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(246 245 255 / var(--tw-border-opacity));
  border-right-color: rgb(246 245 255 / var(--tw-border-opacity));
}
.border-x-purple-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(237 235 254 / var(--tw-border-opacity));
  border-right-color: rgb(237 235 254 / var(--tw-border-opacity));
}
.border-x-purple-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(220 215 254 / var(--tw-border-opacity));
  border-right-color: rgb(220 215 254 / var(--tw-border-opacity));
}
.border-x-purple-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(202 191 253 / var(--tw-border-opacity));
  border-right-color: rgb(202 191 253 / var(--tw-border-opacity));
}
.border-x-purple-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(172 148 250 / var(--tw-border-opacity));
  border-right-color: rgb(172 148 250 / var(--tw-border-opacity));
}
.border-x-purple-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(144 97 249 / var(--tw-border-opacity));
  border-right-color: rgb(144 97 249 / var(--tw-border-opacity));
}
.border-x-purple-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(126 58 242 / var(--tw-border-opacity));
  border-right-color: rgb(126 58 242 / var(--tw-border-opacity));
}
.border-x-purple-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(108 43 217 / var(--tw-border-opacity));
  border-right-color: rgb(108 43 217 / var(--tw-border-opacity));
}
.border-x-purple-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(85 33 181 / var(--tw-border-opacity));
  border-right-color: rgb(85 33 181 / var(--tw-border-opacity));
}
.border-x-purple-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(74 29 150 / var(--tw-border-opacity));
  border-right-color: rgb(74 29 150 / var(--tw-border-opacity));
}
.border-x-purple-light{
  --tw-border-opacity: 1;
  border-left-color: rgb(224 14 102 / var(--tw-border-opacity));
  border-right-color: rgb(224 14 102 / var(--tw-border-opacity));
}
.border-x-pink-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(253 242 248 / var(--tw-border-opacity));
  border-right-color: rgb(253 242 248 / var(--tw-border-opacity));
}
.border-x-pink-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(252 232 243 / var(--tw-border-opacity));
  border-right-color: rgb(252 232 243 / var(--tw-border-opacity));
}
.border-x-pink-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(250 209 232 / var(--tw-border-opacity));
  border-right-color: rgb(250 209 232 / var(--tw-border-opacity));
}
.border-x-pink-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(248 180 217 / var(--tw-border-opacity));
  border-right-color: rgb(248 180 217 / var(--tw-border-opacity));
}
.border-x-pink-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(241 126 184 / var(--tw-border-opacity));
  border-right-color: rgb(241 126 184 / var(--tw-border-opacity));
}
.border-x-pink-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(231 70 148 / var(--tw-border-opacity));
  border-right-color: rgb(231 70 148 / var(--tw-border-opacity));
}
.border-x-pink-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(214 31 105 / var(--tw-border-opacity));
  border-right-color: rgb(214 31 105 / var(--tw-border-opacity));
}
.border-x-pink-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(191 18 93 / var(--tw-border-opacity));
  border-right-color: rgb(191 18 93 / var(--tw-border-opacity));
}
.border-x-pink-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(153 21 75 / var(--tw-border-opacity));
  border-right-color: rgb(153 21 75 / var(--tw-border-opacity));
}
.border-x-pink-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(117 26 61 / var(--tw-border-opacity));
  border-right-color: rgb(117 26 61 / var(--tw-border-opacity));
}
.border-x-primary-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 151 167 / var(--tw-border-opacity));
  border-right-color: rgb(0 151 167 / var(--tw-border-opacity));
}
.border-x-primary-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(14 28 42 / var(--tw-border-opacity));
  border-right-color: rgb(14 28 42 / var(--tw-border-opacity));
}
.border-x-primary-290{
  --tw-border-opacity: 1;
  border-left-color: rgb(34 68 74 / var(--tw-border-opacity));
  border-right-color: rgb(34 68 74 / var(--tw-border-opacity));
}
.border-x-primary-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(34 110 184 / var(--tw-border-opacity));
  border-right-color: rgb(34 110 184 / var(--tw-border-opacity));
}
.border-x-primary-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(40 157 204 / var(--tw-border-opacity));
  border-right-color: rgb(40 157 204 / var(--tw-border-opacity));
}
.border-x-primary-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(81 151 229 / var(--tw-border-opacity));
  border-right-color: rgb(81 151 229 / var(--tw-border-opacity));
}
.border-x-primary-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(106 187 223 / var(--tw-border-opacity));
  border-right-color: rgb(106 187 223 / var(--tw-border-opacity));
}
.border-x-primary-720{
  --tw-border-opacity: 1;
  border-left-color: rgb(112 142 148 / var(--tw-border-opacity));
  border-right-color: rgb(112 142 148 / var(--tw-border-opacity));
}
.border-x-primary-750{
  --tw-border-opacity: 1;
  border-left-color: rgb(128 222 234 / var(--tw-border-opacity));
  border-right-color: rgb(128 222 234 / var(--tw-border-opacity));
}
.border-x-primary-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(227 248 251 / var(--tw-border-opacity));
  border-right-color: rgb(227 248 251 / var(--tw-border-opacity));
}
.border-x-primary-dark{
  --tw-border-opacity: 1;
  border-left-color: rgb(5 79 89 / var(--tw-border-opacity));
  border-right-color: rgb(5 79 89 / var(--tw-border-opacity));
}
.border-x-primary-light{
  --tw-border-opacity: 1;
  border-left-color: rgb(213 227 231 / var(--tw-border-opacity));
  border-right-color: rgb(213 227 231 / var(--tw-border-opacity));
}
.border-x-primary{
  --tw-border-opacity: 1;
  border-left-color: rgb(51 102 153 / var(--tw-border-opacity));
  border-right-color: rgb(51 102 153 / var(--tw-border-opacity));
}
.border-x-bluemarine-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(34 68 74 / var(--tw-border-opacity));
  border-right-color: rgb(34 68 74 / var(--tw-border-opacity));
}
.border-x-bluemarine{
  --tw-border-opacity: 1;
  border-left-color: rgb(5 79 89 / var(--tw-border-opacity));
  border-right-color: rgb(5 79 89 / var(--tw-border-opacity));
}
.border-x-transparent\/0{
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}
.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\/10{
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 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\/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-transparent\/100{
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}
.border-x-white\/0{
  border-left-color: rgb(255 255 255 / 0);
  border-right-color: rgb(255 255 255 / 0);
}
.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\/10{
  border-left-color: rgb(255 255 255 / 0.1);
  border-right-color: rgb(255 255 255 / 0.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\/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-white\/100{
  border-left-color: rgb(255 255 255 / 1);
  border-right-color: rgb(255 255 255 / 1);
}
.border-x-black\/0{
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}
.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\/10{
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 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\/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-black\/100{
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}
.border-x-tab_active\/0{
  border-left-color: rgb(86 200 216 / 0);
  border-right-color: rgb(86 200 216 / 0);
}
.border-x-tab_active\/5{
  border-left-color: rgb(86 200 216 / 0.05);
  border-right-color: rgb(86 200 216 / 0.05);
}
.border-x-tab_active\/10{
  border-left-color: rgb(86 200 216 / 0.1);
  border-right-color: rgb(86 200 216 / 0.1);
}
.border-x-tab_active\/20{
  border-left-color: rgb(86 200 216 / 0.2);
  border-right-color: rgb(86 200 216 / 0.2);
}
.border-x-tab_active\/25{
  border-left-color: rgb(86 200 216 / 0.25);
  border-right-color: rgb(86 200 216 / 0.25);
}
.border-x-tab_active\/30{
  border-left-color: rgb(86 200 216 / 0.3);
  border-right-color: rgb(86 200 216 / 0.3);
}
.border-x-tab_active\/40{
  border-left-color: rgb(86 200 216 / 0.4);
  border-right-color: rgb(86 200 216 / 0.4);
}
.border-x-tab_active\/50{
  border-left-color: rgb(86 200 216 / 0.5);
  border-right-color: rgb(86 200 216 / 0.5);
}
.border-x-tab_active\/60{
  border-left-color: rgb(86 200 216 / 0.6);
  border-right-color: rgb(86 200 216 / 0.6);
}
.border-x-tab_active\/70{
  border-left-color: rgb(86 200 216 / 0.7);
  border-right-color: rgb(86 200 216 / 0.7);
}
.border-x-tab_active\/75{
  border-left-color: rgb(86 200 216 / 0.75);
  border-right-color: rgb(86 200 216 / 0.75);
}
.border-x-tab_active\/80{
  border-left-color: rgb(86 200 216 / 0.8);
  border-right-color: rgb(86 200 216 / 0.8);
}
.border-x-tab_active\/90{
  border-left-color: rgb(86 200 216 / 0.9);
  border-right-color: rgb(86 200 216 / 0.9);
}
.border-x-tab_active\/95{
  border-left-color: rgb(86 200 216 / 0.95);
  border-right-color: rgb(86 200 216 / 0.95);
}
.border-x-tab_active\/100{
  border-left-color: rgb(86 200 216 / 1);
  border-right-color: rgb(86 200 216 / 1);
}
.border-x-modal-50\/0{
  border-left-color: rgb(236 244 245 / 0);
  border-right-color: rgb(236 244 245 / 0);
}
.border-x-modal-50\/5{
  border-left-color: rgb(236 244 245 / 0.05);
  border-right-color: rgb(236 244 245 / 0.05);
}
.border-x-modal-50\/10{
  border-left-color: rgb(236 244 245 / 0.1);
  border-right-color: rgb(236 244 245 / 0.1);
}
.border-x-modal-50\/20{
  border-left-color: rgb(236 244 245 / 0.2);
  border-right-color: rgb(236 244 245 / 0.2);
}
.border-x-modal-50\/25{
  border-left-color: rgb(236 244 245 / 0.25);
  border-right-color: rgb(236 244 245 / 0.25);
}
.border-x-modal-50\/30{
  border-left-color: rgb(236 244 245 / 0.3);
  border-right-color: rgb(236 244 245 / 0.3);
}
.border-x-modal-50\/40{
  border-left-color: rgb(236 244 245 / 0.4);
  border-right-color: rgb(236 244 245 / 0.4);
}
.border-x-modal-50\/50{
  border-left-color: rgb(236 244 245 / 0.5);
  border-right-color: rgb(236 244 245 / 0.5);
}
.border-x-modal-50\/60{
  border-left-color: rgb(236 244 245 / 0.6);
  border-right-color: rgb(236 244 245 / 0.6);
}
.border-x-modal-50\/70{
  border-left-color: rgb(236 244 245 / 0.7);
  border-right-color: rgb(236 244 245 / 0.7);
}
.border-x-modal-50\/75{
  border-left-color: rgb(236 244 245 / 0.75);
  border-right-color: rgb(236 244 245 / 0.75);
}
.border-x-modal-50\/80{
  border-left-color: rgb(236 244 245 / 0.8);
  border-right-color: rgb(236 244 245 / 0.8);
}
.border-x-modal-50\/90{
  border-left-color: rgb(236 244 245 / 0.9);
  border-right-color: rgb(236 244 245 / 0.9);
}
.border-x-modal-50\/95{
  border-left-color: rgb(236 244 245 / 0.95);
  border-right-color: rgb(236 244 245 / 0.95);
}
.border-x-modal-50\/100{
  border-left-color: rgb(236 244 245 / 1);
  border-right-color: rgb(236 244 245 / 1);
}
.border-x-green-50\/0{
  border-left-color: rgb(243 250 247 / 0);
  border-right-color: rgb(243 250 247 / 0);
}
.border-x-green-50\/5{
  border-left-color: rgb(243 250 247 / 0.05);
  border-right-color: rgb(243 250 247 / 0.05);
}
.border-x-green-50\/10{
  border-left-color: rgb(243 250 247 / 0.1);
  border-right-color: rgb(243 250 247 / 0.1);
}
.border-x-green-50\/20{
  border-left-color: rgb(243 250 247 / 0.2);
  border-right-color: rgb(243 250 247 / 0.2);
}
.border-x-green-50\/25{
  border-left-color: rgb(243 250 247 / 0.25);
  border-right-color: rgb(243 250 247 / 0.25);
}
.border-x-green-50\/30{
  border-left-color: rgb(243 250 247 / 0.3);
  border-right-color: rgb(243 250 247 / 0.3);
}
.border-x-green-50\/40{
  border-left-color: rgb(243 250 247 / 0.4);
  border-right-color: rgb(243 250 247 / 0.4);
}
.border-x-green-50\/50{
  border-left-color: rgb(243 250 247 / 0.5);
  border-right-color: rgb(243 250 247 / 0.5);
}
.border-x-green-50\/60{
  border-left-color: rgb(243 250 247 / 0.6);
  border-right-color: rgb(243 250 247 / 0.6);
}
.border-x-green-50\/70{
  border-left-color: rgb(243 250 247 / 0.7);
  border-right-color: rgb(243 250 247 / 0.7);
}
.border-x-green-50\/75{
  border-left-color: rgb(243 250 247 / 0.75);
  border-right-color: rgb(243 250 247 / 0.75);
}
.border-x-green-50\/80{
  border-left-color: rgb(243 250 247 / 0.8);
  border-right-color: rgb(243 250 247 / 0.8);
}
.border-x-green-50\/90{
  border-left-color: rgb(243 250 247 / 0.9);
  border-right-color: rgb(243 250 247 / 0.9);
}
.border-x-green-50\/95{
  border-left-color: rgb(243 250 247 / 0.95);
  border-right-color: rgb(243 250 247 / 0.95);
}
.border-x-green-50\/100{
  border-left-color: rgb(243 250 247 / 1);
  border-right-color: rgb(243 250 247 / 1);
}
.border-x-green-100\/0{
  border-left-color: rgb(222 247 236 / 0);
  border-right-color: rgb(222 247 236 / 0);
}
.border-x-green-100\/5{
  border-left-color: rgb(222 247 236 / 0.05);
  border-right-color: rgb(222 247 236 / 0.05);
}
.border-x-green-100\/10{
  border-left-color: rgb(222 247 236 / 0.1);
  border-right-color: rgb(222 247 236 / 0.1);
}
.border-x-green-100\/20{
  border-left-color: rgb(222 247 236 / 0.2);
  border-right-color: rgb(222 247 236 / 0.2);
}
.border-x-green-100\/25{
  border-left-color: rgb(222 247 236 / 0.25);
  border-right-color: rgb(222 247 236 / 0.25);
}
.border-x-green-100\/30{
  border-left-color: rgb(222 247 236 / 0.3);
  border-right-color: rgb(222 247 236 / 0.3);
}
.border-x-green-100\/40{
  border-left-color: rgb(222 247 236 / 0.4);
  border-right-color: rgb(222 247 236 / 0.4);
}
.border-x-green-100\/50{
  border-left-color: rgb(222 247 236 / 0.5);
  border-right-color: rgb(222 247 236 / 0.5);
}
.border-x-green-100\/60{
  border-left-color: rgb(222 247 236 / 0.6);
  border-right-color: rgb(222 247 236 / 0.6);
}
.border-x-green-100\/70{
  border-left-color: rgb(222 247 236 / 0.7);
  border-right-color: rgb(222 247 236 / 0.7);
}
.border-x-green-100\/75{
  border-left-color: rgb(222 247 236 / 0.75);
  border-right-color: rgb(222 247 236 / 0.75);
}
.border-x-green-100\/80{
  border-left-color: rgb(222 247 236 / 0.8);
  border-right-color: rgb(222 247 236 / 0.8);
}
.border-x-green-100\/90{
  border-left-color: rgb(222 247 236 / 0.9);
  border-right-color: rgb(222 247 236 / 0.9);
}
.border-x-green-100\/95{
  border-left-color: rgb(222 247 236 / 0.95);
  border-right-color: rgb(222 247 236 / 0.95);
}
.border-x-green-100\/100{
  border-left-color: rgb(222 247 236 / 1);
  border-right-color: rgb(222 247 236 / 1);
}
.border-x-green-200\/0{
  border-left-color: rgb(188 240 218 / 0);
  border-right-color: rgb(188 240 218 / 0);
}
.border-x-green-200\/5{
  border-left-color: rgb(188 240 218 / 0.05);
  border-right-color: rgb(188 240 218 / 0.05);
}
.border-x-green-200\/10{
  border-left-color: rgb(188 240 218 / 0.1);
  border-right-color: rgb(188 240 218 / 0.1);
}
.border-x-green-200\/20{
  border-left-color: rgb(188 240 218 / 0.2);
  border-right-color: rgb(188 240 218 / 0.2);
}
.border-x-green-200\/25{
  border-left-color: rgb(188 240 218 / 0.25);
  border-right-color: rgb(188 240 218 / 0.25);
}
.border-x-green-200\/30{
  border-left-color: rgb(188 240 218 / 0.3);
  border-right-color: rgb(188 240 218 / 0.3);
}
.border-x-green-200\/40{
  border-left-color: rgb(188 240 218 / 0.4);
  border-right-color: rgb(188 240 218 / 0.4);
}
.border-x-green-200\/50{
  border-left-color: rgb(188 240 218 / 0.5);
  border-right-color: rgb(188 240 218 / 0.5);
}
.border-x-green-200\/60{
  border-left-color: rgb(188 240 218 / 0.6);
  border-right-color: rgb(188 240 218 / 0.6);
}
.border-x-green-200\/70{
  border-left-color: rgb(188 240 218 / 0.7);
  border-right-color: rgb(188 240 218 / 0.7);
}
.border-x-green-200\/75{
  border-left-color: rgb(188 240 218 / 0.75);
  border-right-color: rgb(188 240 218 / 0.75);
}
.border-x-green-200\/80{
  border-left-color: rgb(188 240 218 / 0.8);
  border-right-color: rgb(188 240 218 / 0.8);
}
.border-x-green-200\/90{
  border-left-color: rgb(188 240 218 / 0.9);
  border-right-color: rgb(188 240 218 / 0.9);
}
.border-x-green-200\/95{
  border-left-color: rgb(188 240 218 / 0.95);
  border-right-color: rgb(188 240 218 / 0.95);
}
.border-x-green-200\/100{
  border-left-color: rgb(188 240 218 / 1);
  border-right-color: rgb(188 240 218 / 1);
}
.border-x-green-300\/0{
  border-left-color: rgb(132 225 188 / 0);
  border-right-color: rgb(132 225 188 / 0);
}
.border-x-green-300\/5{
  border-left-color: rgb(132 225 188 / 0.05);
  border-right-color: rgb(132 225 188 / 0.05);
}
.border-x-green-300\/10{
  border-left-color: rgb(132 225 188 / 0.1);
  border-right-color: rgb(132 225 188 / 0.1);
}
.border-x-green-300\/20{
  border-left-color: rgb(132 225 188 / 0.2);
  border-right-color: rgb(132 225 188 / 0.2);
}
.border-x-green-300\/25{
  border-left-color: rgb(132 225 188 / 0.25);
  border-right-color: rgb(132 225 188 / 0.25);
}
.border-x-green-300\/30{
  border-left-color: rgb(132 225 188 / 0.3);
  border-right-color: rgb(132 225 188 / 0.3);
}
.border-x-green-300\/40{
  border-left-color: rgb(132 225 188 / 0.4);
  border-right-color: rgb(132 225 188 / 0.4);
}
.border-x-green-300\/50{
  border-left-color: rgb(132 225 188 / 0.5);
  border-right-color: rgb(132 225 188 / 0.5);
}
.border-x-green-300\/60{
  border-left-color: rgb(132 225 188 / 0.6);
  border-right-color: rgb(132 225 188 / 0.6);
}
.border-x-green-300\/70{
  border-left-color: rgb(132 225 188 / 0.7);
  border-right-color: rgb(132 225 188 / 0.7);
}
.border-x-green-300\/75{
  border-left-color: rgb(132 225 188 / 0.75);
  border-right-color: rgb(132 225 188 / 0.75);
}
.border-x-green-300\/80{
  border-left-color: rgb(132 225 188 / 0.8);
  border-right-color: rgb(132 225 188 / 0.8);
}
.border-x-green-300\/90{
  border-left-color: rgb(132 225 188 / 0.9);
  border-right-color: rgb(132 225 188 / 0.9);
}
.border-x-green-300\/95{
  border-left-color: rgb(132 225 188 / 0.95);
  border-right-color: rgb(132 225 188 / 0.95);
}
.border-x-green-300\/100{
  border-left-color: rgb(132 225 188 / 1);
  border-right-color: rgb(132 225 188 / 1);
}
.border-x-green-400\/0{
  border-left-color: rgb(49 196 141 / 0);
  border-right-color: rgb(49 196 141 / 0);
}
.border-x-green-400\/5{
  border-left-color: rgb(49 196 141 / 0.05);
  border-right-color: rgb(49 196 141 / 0.05);
}
.border-x-green-400\/10{
  border-left-color: rgb(49 196 141 / 0.1);
  border-right-color: rgb(49 196 141 / 0.1);
}
.border-x-green-400\/20{
  border-left-color: rgb(49 196 141 / 0.2);
  border-right-color: rgb(49 196 141 / 0.2);
}
.border-x-green-400\/25{
  border-left-color: rgb(49 196 141 / 0.25);
  border-right-color: rgb(49 196 141 / 0.25);
}
.border-x-green-400\/30{
  border-left-color: rgb(49 196 141 / 0.3);
  border-right-color: rgb(49 196 141 / 0.3);
}
.border-x-green-400\/40{
  border-left-color: rgb(49 196 141 / 0.4);
  border-right-color: rgb(49 196 141 / 0.4);
}
.border-x-green-400\/50{
  border-left-color: rgb(49 196 141 / 0.5);
  border-right-color: rgb(49 196 141 / 0.5);
}
.border-x-green-400\/60{
  border-left-color: rgb(49 196 141 / 0.6);
  border-right-color: rgb(49 196 141 / 0.6);
}
.border-x-green-400\/70{
  border-left-color: rgb(49 196 141 / 0.7);
  border-right-color: rgb(49 196 141 / 0.7);
}
.border-x-green-400\/75{
  border-left-color: rgb(49 196 141 / 0.75);
  border-right-color: rgb(49 196 141 / 0.75);
}
.border-x-green-400\/80{
  border-left-color: rgb(49 196 141 / 0.8);
  border-right-color: rgb(49 196 141 / 0.8);
}
.border-x-green-400\/90{
  border-left-color: rgb(49 196 141 / 0.9);
  border-right-color: rgb(49 196 141 / 0.9);
}
.border-x-green-400\/95{
  border-left-color: rgb(49 196 141 / 0.95);
  border-right-color: rgb(49 196 141 / 0.95);
}
.border-x-green-400\/100{
  border-left-color: rgb(49 196 141 / 1);
  border-right-color: rgb(49 196 141 / 1);
}
.border-x-green-500\/0{
  border-left-color: rgb(14 159 110 / 0);
  border-right-color: rgb(14 159 110 / 0);
}
.border-x-green-500\/5{
  border-left-color: rgb(14 159 110 / 0.05);
  border-right-color: rgb(14 159 110 / 0.05);
}
.border-x-green-500\/10{
  border-left-color: rgb(14 159 110 / 0.1);
  border-right-color: rgb(14 159 110 / 0.1);
}
.border-x-green-500\/20{
  border-left-color: rgb(14 159 110 / 0.2);
  border-right-color: rgb(14 159 110 / 0.2);
}
.border-x-green-500\/25{
  border-left-color: rgb(14 159 110 / 0.25);
  border-right-color: rgb(14 159 110 / 0.25);
}
.border-x-green-500\/30{
  border-left-color: rgb(14 159 110 / 0.3);
  border-right-color: rgb(14 159 110 / 0.3);
}
.border-x-green-500\/40{
  border-left-color: rgb(14 159 110 / 0.4);
  border-right-color: rgb(14 159 110 / 0.4);
}
.border-x-green-500\/50{
  border-left-color: rgb(14 159 110 / 0.5);
  border-right-color: rgb(14 159 110 / 0.5);
}
.border-x-green-500\/60{
  border-left-color: rgb(14 159 110 / 0.6);
  border-right-color: rgb(14 159 110 / 0.6);
}
.border-x-green-500\/70{
  border-left-color: rgb(14 159 110 / 0.7);
  border-right-color: rgb(14 159 110 / 0.7);
}
.border-x-green-500\/75{
  border-left-color: rgb(14 159 110 / 0.75);
  border-right-color: rgb(14 159 110 / 0.75);
}
.border-x-green-500\/80{
  border-left-color: rgb(14 159 110 / 0.8);
  border-right-color: rgb(14 159 110 / 0.8);
}
.border-x-green-500\/90{
  border-left-color: rgb(14 159 110 / 0.9);
  border-right-color: rgb(14 159 110 / 0.9);
}
.border-x-green-500\/95{
  border-left-color: rgb(14 159 110 / 0.95);
  border-right-color: rgb(14 159 110 / 0.95);
}
.border-x-green-500\/100{
  border-left-color: rgb(14 159 110 / 1);
  border-right-color: rgb(14 159 110 / 1);
}
.border-x-green-600\/0{
  border-left-color: rgb(5 122 85 / 0);
  border-right-color: rgb(5 122 85 / 0);
}
.border-x-green-600\/5{
  border-left-color: rgb(5 122 85 / 0.05);
  border-right-color: rgb(5 122 85 / 0.05);
}
.border-x-green-600\/10{
  border-left-color: rgb(5 122 85 / 0.1);
  border-right-color: rgb(5 122 85 / 0.1);
}
.border-x-green-600\/20{
  border-left-color: rgb(5 122 85 / 0.2);
  border-right-color: rgb(5 122 85 / 0.2);
}
.border-x-green-600\/25{
  border-left-color: rgb(5 122 85 / 0.25);
  border-right-color: rgb(5 122 85 / 0.25);
}
.border-x-green-600\/30{
  border-left-color: rgb(5 122 85 / 0.3);
  border-right-color: rgb(5 122 85 / 0.3);
}
.border-x-green-600\/40{
  border-left-color: rgb(5 122 85 / 0.4);
  border-right-color: rgb(5 122 85 / 0.4);
}
.border-x-green-600\/50{
  border-left-color: rgb(5 122 85 / 0.5);
  border-right-color: rgb(5 122 85 / 0.5);
}
.border-x-green-600\/60{
  border-left-color: rgb(5 122 85 / 0.6);
  border-right-color: rgb(5 122 85 / 0.6);
}
.border-x-green-600\/70{
  border-left-color: rgb(5 122 85 / 0.7);
  border-right-color: rgb(5 122 85 / 0.7);
}
.border-x-green-600\/75{
  border-left-color: rgb(5 122 85 / 0.75);
  border-right-color: rgb(5 122 85 / 0.75);
}
.border-x-green-600\/80{
  border-left-color: rgb(5 122 85 / 0.8);
  border-right-color: rgb(5 122 85 / 0.8);
}
.border-x-green-600\/90{
  border-left-color: rgb(5 122 85 / 0.9);
  border-right-color: rgb(5 122 85 / 0.9);
}
.border-x-green-600\/95{
  border-left-color: rgb(5 122 85 / 0.95);
  border-right-color: rgb(5 122 85 / 0.95);
}
.border-x-green-600\/100{
  border-left-color: rgb(5 122 85 / 1);
  border-right-color: rgb(5 122 85 / 1);
}
.border-x-green-700\/0{
  border-left-color: rgb(4 108 78 / 0);
  border-right-color: rgb(4 108 78 / 0);
}
.border-x-green-700\/5{
  border-left-color: rgb(4 108 78 / 0.05);
  border-right-color: rgb(4 108 78 / 0.05);
}
.border-x-green-700\/10{
  border-left-color: rgb(4 108 78 / 0.1);
  border-right-color: rgb(4 108 78 / 0.1);
}
.border-x-green-700\/20{
  border-left-color: rgb(4 108 78 / 0.2);
  border-right-color: rgb(4 108 78 / 0.2);
}
.border-x-green-700\/25{
  border-left-color: rgb(4 108 78 / 0.25);
  border-right-color: rgb(4 108 78 / 0.25);
}
.border-x-green-700\/30{
  border-left-color: rgb(4 108 78 / 0.3);
  border-right-color: rgb(4 108 78 / 0.3);
}
.border-x-green-700\/40{
  border-left-color: rgb(4 108 78 / 0.4);
  border-right-color: rgb(4 108 78 / 0.4);
}
.border-x-green-700\/50{
  border-left-color: rgb(4 108 78 / 0.5);
  border-right-color: rgb(4 108 78 / 0.5);
}
.border-x-green-700\/60{
  border-left-color: rgb(4 108 78 / 0.6);
  border-right-color: rgb(4 108 78 / 0.6);
}
.border-x-green-700\/70{
  border-left-color: rgb(4 108 78 / 0.7);
  border-right-color: rgb(4 108 78 / 0.7);
}
.border-x-green-700\/75{
  border-left-color: rgb(4 108 78 / 0.75);
  border-right-color: rgb(4 108 78 / 0.75);
}
.border-x-green-700\/80{
  border-left-color: rgb(4 108 78 / 0.8);
  border-right-color: rgb(4 108 78 / 0.8);
}
.border-x-green-700\/90{
  border-left-color: rgb(4 108 78 / 0.9);
  border-right-color: rgb(4 108 78 / 0.9);
}
.border-x-green-700\/95{
  border-left-color: rgb(4 108 78 / 0.95);
  border-right-color: rgb(4 108 78 / 0.95);
}
.border-x-green-700\/100{
  border-left-color: rgb(4 108 78 / 1);
  border-right-color: rgb(4 108 78 / 1);
}
.border-x-green-800\/0{
  border-left-color: rgb(3 84 63 / 0);
  border-right-color: rgb(3 84 63 / 0);
}
.border-x-green-800\/5{
  border-left-color: rgb(3 84 63 / 0.05);
  border-right-color: rgb(3 84 63 / 0.05);
}
.border-x-green-800\/10{
  border-left-color: rgb(3 84 63 / 0.1);
  border-right-color: rgb(3 84 63 / 0.1);
}
.border-x-green-800\/20{
  border-left-color: rgb(3 84 63 / 0.2);
  border-right-color: rgb(3 84 63 / 0.2);
}
.border-x-green-800\/25{
  border-left-color: rgb(3 84 63 / 0.25);
  border-right-color: rgb(3 84 63 / 0.25);
}
.border-x-green-800\/30{
  border-left-color: rgb(3 84 63 / 0.3);
  border-right-color: rgb(3 84 63 / 0.3);
}
.border-x-green-800\/40{
  border-left-color: rgb(3 84 63 / 0.4);
  border-right-color: rgb(3 84 63 / 0.4);
}
.border-x-green-800\/50{
  border-left-color: rgb(3 84 63 / 0.5);
  border-right-color: rgb(3 84 63 / 0.5);
}
.border-x-green-800\/60{
  border-left-color: rgb(3 84 63 / 0.6);
  border-right-color: rgb(3 84 63 / 0.6);
}
.border-x-green-800\/70{
  border-left-color: rgb(3 84 63 / 0.7);
  border-right-color: rgb(3 84 63 / 0.7);
}
.border-x-green-800\/75{
  border-left-color: rgb(3 84 63 / 0.75);
  border-right-color: rgb(3 84 63 / 0.75);
}
.border-x-green-800\/80{
  border-left-color: rgb(3 84 63 / 0.8);
  border-right-color: rgb(3 84 63 / 0.8);
}
.border-x-green-800\/90{
  border-left-color: rgb(3 84 63 / 0.9);
  border-right-color: rgb(3 84 63 / 0.9);
}
.border-x-green-800\/95{
  border-left-color: rgb(3 84 63 / 0.95);
  border-right-color: rgb(3 84 63 / 0.95);
}
.border-x-green-800\/100{
  border-left-color: rgb(3 84 63 / 1);
  border-right-color: rgb(3 84 63 / 1);
}
.border-x-green-900\/0{
  border-left-color: rgb(1 71 55 / 0);
  border-right-color: rgb(1 71 55 / 0);
}
.border-x-green-900\/5{
  border-left-color: rgb(1 71 55 / 0.05);
  border-right-color: rgb(1 71 55 / 0.05);
}
.border-x-green-900\/10{
  border-left-color: rgb(1 71 55 / 0.1);
  border-right-color: rgb(1 71 55 / 0.1);
}
.border-x-green-900\/20{
  border-left-color: rgb(1 71 55 / 0.2);
  border-right-color: rgb(1 71 55 / 0.2);
}
.border-x-green-900\/25{
  border-left-color: rgb(1 71 55 / 0.25);
  border-right-color: rgb(1 71 55 / 0.25);
}
.border-x-green-900\/30{
  border-left-color: rgb(1 71 55 / 0.3);
  border-right-color: rgb(1 71 55 / 0.3);
}
.border-x-green-900\/40{
  border-left-color: rgb(1 71 55 / 0.4);
  border-right-color: rgb(1 71 55 / 0.4);
}
.border-x-green-900\/50{
  border-left-color: rgb(1 71 55 / 0.5);
  border-right-color: rgb(1 71 55 / 0.5);
}
.border-x-green-900\/60{
  border-left-color: rgb(1 71 55 / 0.6);
  border-right-color: rgb(1 71 55 / 0.6);
}
.border-x-green-900\/70{
  border-left-color: rgb(1 71 55 / 0.7);
  border-right-color: rgb(1 71 55 / 0.7);
}
.border-x-green-900\/75{
  border-left-color: rgb(1 71 55 / 0.75);
  border-right-color: rgb(1 71 55 / 0.75);
}
.border-x-green-900\/80{
  border-left-color: rgb(1 71 55 / 0.8);
  border-right-color: rgb(1 71 55 / 0.8);
}
.border-x-green-900\/90{
  border-left-color: rgb(1 71 55 / 0.9);
  border-right-color: rgb(1 71 55 / 0.9);
}
.border-x-green-900\/95{
  border-left-color: rgb(1 71 55 / 0.95);
  border-right-color: rgb(1 71 55 / 0.95);
}
.border-x-green-900\/100{
  border-left-color: rgb(1 71 55 / 1);
  border-right-color: rgb(1 71 55 / 1);
}
.border-x-green\/0{
  border-left-color: rgb(77 208 225 / 0);
  border-right-color: rgb(77 208 225 / 0);
}
.border-x-green\/5{
  border-left-color: rgb(77 208 225 / 0.05);
  border-right-color: rgb(77 208 225 / 0.05);
}
.border-x-green\/10{
  border-left-color: rgb(77 208 225 / 0.1);
  border-right-color: rgb(77 208 225 / 0.1);
}
.border-x-green\/20{
  border-left-color: rgb(77 208 225 / 0.2);
  border-right-color: rgb(77 208 225 / 0.2);
}
.border-x-green\/25{
  border-left-color: rgb(77 208 225 / 0.25);
  border-right-color: rgb(77 208 225 / 0.25);
}
.border-x-green\/30{
  border-left-color: rgb(77 208 225 / 0.3);
  border-right-color: rgb(77 208 225 / 0.3);
}
.border-x-green\/40{
  border-left-color: rgb(77 208 225 / 0.4);
  border-right-color: rgb(77 208 225 / 0.4);
}
.border-x-green\/50{
  border-left-color: rgb(77 208 225 / 0.5);
  border-right-color: rgb(77 208 225 / 0.5);
}
.border-x-green\/60{
  border-left-color: rgb(77 208 225 / 0.6);
  border-right-color: rgb(77 208 225 / 0.6);
}
.border-x-green\/70{
  border-left-color: rgb(77 208 225 / 0.7);
  border-right-color: rgb(77 208 225 / 0.7);
}
.border-x-green\/75{
  border-left-color: rgb(77 208 225 / 0.75);
  border-right-color: rgb(77 208 225 / 0.75);
}
.border-x-green\/80{
  border-left-color: rgb(77 208 225 / 0.8);
  border-right-color: rgb(77 208 225 / 0.8);
}
.border-x-green\/90{
  border-left-color: rgb(77 208 225 / 0.9);
  border-right-color: rgb(77 208 225 / 0.9);
}
.border-x-green\/95{
  border-left-color: rgb(77 208 225 / 0.95);
  border-right-color: rgb(77 208 225 / 0.95);
}
.border-x-green\/100{
  border-left-color: rgb(77 208 225 / 1);
  border-right-color: rgb(77 208 225 / 1);
}
.border-x-green-light\/0{
  border-left-color: rgb(93 224 241 / 0);
  border-right-color: rgb(93 224 241 / 0);
}
.border-x-green-light\/5{
  border-left-color: rgb(93 224 241 / 0.05);
  border-right-color: rgb(93 224 241 / 0.05);
}
.border-x-green-light\/10{
  border-left-color: rgb(93 224 241 / 0.1);
  border-right-color: rgb(93 224 241 / 0.1);
}
.border-x-green-light\/20{
  border-left-color: rgb(93 224 241 / 0.2);
  border-right-color: rgb(93 224 241 / 0.2);
}
.border-x-green-light\/25{
  border-left-color: rgb(93 224 241 / 0.25);
  border-right-color: rgb(93 224 241 / 0.25);
}
.border-x-green-light\/30{
  border-left-color: rgb(93 224 241 / 0.3);
  border-right-color: rgb(93 224 241 / 0.3);
}
.border-x-green-light\/40{
  border-left-color: rgb(93 224 241 / 0.4);
  border-right-color: rgb(93 224 241 / 0.4);
}
.border-x-green-light\/50{
  border-left-color: rgb(93 224 241 / 0.5);
  border-right-color: rgb(93 224 241 / 0.5);
}
.border-x-green-light\/60{
  border-left-color: rgb(93 224 241 / 0.6);
  border-right-color: rgb(93 224 241 / 0.6);
}
.border-x-green-light\/70{
  border-left-color: rgb(93 224 241 / 0.7);
  border-right-color: rgb(93 224 241 / 0.7);
}
.border-x-green-light\/75{
  border-left-color: rgb(93 224 241 / 0.75);
  border-right-color: rgb(93 224 241 / 0.75);
}
.border-x-green-light\/80{
  border-left-color: rgb(93 224 241 / 0.8);
  border-right-color: rgb(93 224 241 / 0.8);
}
.border-x-green-light\/90{
  border-left-color: rgb(93 224 241 / 0.9);
  border-right-color: rgb(93 224 241 / 0.9);
}
.border-x-green-light\/95{
  border-left-color: rgb(93 224 241 / 0.95);
  border-right-color: rgb(93 224 241 / 0.95);
}
.border-x-green-light\/100{
  border-left-color: rgb(93 224 241 / 1);
  border-right-color: rgb(93 224 241 / 1);
}
.border-x-ottanio\/0{
  border-left-color: rgb(5 79 89 / 0);
  border-right-color: rgb(5 79 89 / 0);
}
.border-x-ottanio\/5{
  border-left-color: rgb(5 79 89 / 0.05);
  border-right-color: rgb(5 79 89 / 0.05);
}
.border-x-ottanio\/10{
  border-left-color: rgb(5 79 89 / 0.1);
  border-right-color: rgb(5 79 89 / 0.1);
}
.border-x-ottanio\/20{
  border-left-color: rgb(5 79 89 / 0.2);
  border-right-color: rgb(5 79 89 / 0.2);
}
.border-x-ottanio\/25{
  border-left-color: rgb(5 79 89 / 0.25);
  border-right-color: rgb(5 79 89 / 0.25);
}
.border-x-ottanio\/30{
  border-left-color: rgb(5 79 89 / 0.3);
  border-right-color: rgb(5 79 89 / 0.3);
}
.border-x-ottanio\/40{
  border-left-color: rgb(5 79 89 / 0.4);
  border-right-color: rgb(5 79 89 / 0.4);
}
.border-x-ottanio\/50{
  border-left-color: rgb(5 79 89 / 0.5);
  border-right-color: rgb(5 79 89 / 0.5);
}
.border-x-ottanio\/60{
  border-left-color: rgb(5 79 89 / 0.6);
  border-right-color: rgb(5 79 89 / 0.6);
}
.border-x-ottanio\/70{
  border-left-color: rgb(5 79 89 / 0.7);
  border-right-color: rgb(5 79 89 / 0.7);
}
.border-x-ottanio\/75{
  border-left-color: rgb(5 79 89 / 0.75);
  border-right-color: rgb(5 79 89 / 0.75);
}
.border-x-ottanio\/80{
  border-left-color: rgb(5 79 89 / 0.8);
  border-right-color: rgb(5 79 89 / 0.8);
}
.border-x-ottanio\/90{
  border-left-color: rgb(5 79 89 / 0.9);
  border-right-color: rgb(5 79 89 / 0.9);
}
.border-x-ottanio\/95{
  border-left-color: rgb(5 79 89 / 0.95);
  border-right-color: rgb(5 79 89 / 0.95);
}
.border-x-ottanio\/100{
  border-left-color: rgb(5 79 89 / 1);
  border-right-color: rgb(5 79 89 / 1);
}
.border-x-ottanio-light\/0{
  border-left-color: rgb(0 151 167 / 0);
  border-right-color: rgb(0 151 167 / 0);
}
.border-x-ottanio-light\/5{
  border-left-color: rgb(0 151 167 / 0.05);
  border-right-color: rgb(0 151 167 / 0.05);
}
.border-x-ottanio-light\/10{
  border-left-color: rgb(0 151 167 / 0.1);
  border-right-color: rgb(0 151 167 / 0.1);
}
.border-x-ottanio-light\/20{
  border-left-color: rgb(0 151 167 / 0.2);
  border-right-color: rgb(0 151 167 / 0.2);
}
.border-x-ottanio-light\/25{
  border-left-color: rgb(0 151 167 / 0.25);
  border-right-color: rgb(0 151 167 / 0.25);
}
.border-x-ottanio-light\/30{
  border-left-color: rgb(0 151 167 / 0.3);
  border-right-color: rgb(0 151 167 / 0.3);
}
.border-x-ottanio-light\/40{
  border-left-color: rgb(0 151 167 / 0.4);
  border-right-color: rgb(0 151 167 / 0.4);
}
.border-x-ottanio-light\/50{
  border-left-color: rgb(0 151 167 / 0.5);
  border-right-color: rgb(0 151 167 / 0.5);
}
.border-x-ottanio-light\/60{
  border-left-color: rgb(0 151 167 / 0.6);
  border-right-color: rgb(0 151 167 / 0.6);
}
.border-x-ottanio-light\/70{
  border-left-color: rgb(0 151 167 / 0.7);
  border-right-color: rgb(0 151 167 / 0.7);
}
.border-x-ottanio-light\/75{
  border-left-color: rgb(0 151 167 / 0.75);
  border-right-color: rgb(0 151 167 / 0.75);
}
.border-x-ottanio-light\/80{
  border-left-color: rgb(0 151 167 / 0.8);
  border-right-color: rgb(0 151 167 / 0.8);
}
.border-x-ottanio-light\/90{
  border-left-color: rgb(0 151 167 / 0.9);
  border-right-color: rgb(0 151 167 / 0.9);
}
.border-x-ottanio-light\/95{
  border-left-color: rgb(0 151 167 / 0.95);
  border-right-color: rgb(0 151 167 / 0.95);
}
.border-x-ottanio-light\/100{
  border-left-color: rgb(0 151 167 / 1);
  border-right-color: rgb(0 151 167 / 1);
}
.border-x-magenta\/0{
  border-left-color: rgb(224 14 102 / 0);
  border-right-color: rgb(224 14 102 / 0);
}
.border-x-magenta\/5{
  border-left-color: rgb(224 14 102 / 0.05);
  border-right-color: rgb(224 14 102 / 0.05);
}
.border-x-magenta\/10{
  border-left-color: rgb(224 14 102 / 0.1);
  border-right-color: rgb(224 14 102 / 0.1);
}
.border-x-magenta\/20{
  border-left-color: rgb(224 14 102 / 0.2);
  border-right-color: rgb(224 14 102 / 0.2);
}
.border-x-magenta\/25{
  border-left-color: rgb(224 14 102 / 0.25);
  border-right-color: rgb(224 14 102 / 0.25);
}
.border-x-magenta\/30{
  border-left-color: rgb(224 14 102 / 0.3);
  border-right-color: rgb(224 14 102 / 0.3);
}
.border-x-magenta\/40{
  border-left-color: rgb(224 14 102 / 0.4);
  border-right-color: rgb(224 14 102 / 0.4);
}
.border-x-magenta\/50{
  border-left-color: rgb(224 14 102 / 0.5);
  border-right-color: rgb(224 14 102 / 0.5);
}
.border-x-magenta\/60{
  border-left-color: rgb(224 14 102 / 0.6);
  border-right-color: rgb(224 14 102 / 0.6);
}
.border-x-magenta\/70{
  border-left-color: rgb(224 14 102 / 0.7);
  border-right-color: rgb(224 14 102 / 0.7);
}
.border-x-magenta\/75{
  border-left-color: rgb(224 14 102 / 0.75);
  border-right-color: rgb(224 14 102 / 0.75);
}
.border-x-magenta\/80{
  border-left-color: rgb(224 14 102 / 0.8);
  border-right-color: rgb(224 14 102 / 0.8);
}
.border-x-magenta\/90{
  border-left-color: rgb(224 14 102 / 0.9);
  border-right-color: rgb(224 14 102 / 0.9);
}
.border-x-magenta\/95{
  border-left-color: rgb(224 14 102 / 0.95);
  border-right-color: rgb(224 14 102 / 0.95);
}
.border-x-magenta\/100{
  border-left-color: rgb(224 14 102 / 1);
  border-right-color: rgb(224 14 102 / 1);
}
.border-x-magenta-light\/0{
  border-left-color: rgb(224 14 102 / 0);
  border-right-color: rgb(224 14 102 / 0);
}
.border-x-magenta-light\/5{
  border-left-color: rgb(224 14 102 / 0.05);
  border-right-color: rgb(224 14 102 / 0.05);
}
.border-x-magenta-light\/10{
  border-left-color: rgb(224 14 102 / 0.1);
  border-right-color: rgb(224 14 102 / 0.1);
}
.border-x-magenta-light\/20{
  border-left-color: rgb(224 14 102 / 0.2);
  border-right-color: rgb(224 14 102 / 0.2);
}
.border-x-magenta-light\/25{
  border-left-color: rgb(224 14 102 / 0.25);
  border-right-color: rgb(224 14 102 / 0.25);
}
.border-x-magenta-light\/30{
  border-left-color: rgb(224 14 102 / 0.3);
  border-right-color: rgb(224 14 102 / 0.3);
}
.border-x-magenta-light\/40{
  border-left-color: rgb(224 14 102 / 0.4);
  border-right-color: rgb(224 14 102 / 0.4);
}
.border-x-magenta-light\/50{
  border-left-color: rgb(224 14 102 / 0.5);
  border-right-color: rgb(224 14 102 / 0.5);
}
.border-x-magenta-light\/60{
  border-left-color: rgb(224 14 102 / 0.6);
  border-right-color: rgb(224 14 102 / 0.6);
}
.border-x-magenta-light\/70{
  border-left-color: rgb(224 14 102 / 0.7);
  border-right-color: rgb(224 14 102 / 0.7);
}
.border-x-magenta-light\/75{
  border-left-color: rgb(224 14 102 / 0.75);
  border-right-color: rgb(224 14 102 / 0.75);
}
.border-x-magenta-light\/80{
  border-left-color: rgb(224 14 102 / 0.8);
  border-right-color: rgb(224 14 102 / 0.8);
}
.border-x-magenta-light\/90{
  border-left-color: rgb(224 14 102 / 0.9);
  border-right-color: rgb(224 14 102 / 0.9);
}
.border-x-magenta-light\/95{
  border-left-color: rgb(224 14 102 / 0.95);
  border-right-color: rgb(224 14 102 / 0.95);
}
.border-x-magenta-light\/100{
  border-left-color: rgb(224 14 102 / 1);
  border-right-color: rgb(224 14 102 / 1);
}
.border-x-arancio\/0{
  border-left-color: rgb(255 149 149 / 0);
  border-right-color: rgb(255 149 149 / 0);
}
.border-x-arancio\/5{
  border-left-color: rgb(255 149 149 / 0.05);
  border-right-color: rgb(255 149 149 / 0.05);
}
.border-x-arancio\/10{
  border-left-color: rgb(255 149 149 / 0.1);
  border-right-color: rgb(255 149 149 / 0.1);
}
.border-x-arancio\/20{
  border-left-color: rgb(255 149 149 / 0.2);
  border-right-color: rgb(255 149 149 / 0.2);
}
.border-x-arancio\/25{
  border-left-color: rgb(255 149 149 / 0.25);
  border-right-color: rgb(255 149 149 / 0.25);
}
.border-x-arancio\/30{
  border-left-color: rgb(255 149 149 / 0.3);
  border-right-color: rgb(255 149 149 / 0.3);
}
.border-x-arancio\/40{
  border-left-color: rgb(255 149 149 / 0.4);
  border-right-color: rgb(255 149 149 / 0.4);
}
.border-x-arancio\/50{
  border-left-color: rgb(255 149 149 / 0.5);
  border-right-color: rgb(255 149 149 / 0.5);
}
.border-x-arancio\/60{
  border-left-color: rgb(255 149 149 / 0.6);
  border-right-color: rgb(255 149 149 / 0.6);
}
.border-x-arancio\/70{
  border-left-color: rgb(255 149 149 / 0.7);
  border-right-color: rgb(255 149 149 / 0.7);
}
.border-x-arancio\/75{
  border-left-color: rgb(255 149 149 / 0.75);
  border-right-color: rgb(255 149 149 / 0.75);
}
.border-x-arancio\/80{
  border-left-color: rgb(255 149 149 / 0.8);
  border-right-color: rgb(255 149 149 / 0.8);
}
.border-x-arancio\/90{
  border-left-color: rgb(255 149 149 / 0.9);
  border-right-color: rgb(255 149 149 / 0.9);
}
.border-x-arancio\/95{
  border-left-color: rgb(255 149 149 / 0.95);
  border-right-color: rgb(255 149 149 / 0.95);
}
.border-x-arancio\/100{
  border-left-color: rgb(255 149 149 / 1);
  border-right-color: rgb(255 149 149 / 1);
}
.border-x-gray-50\/0{
  border-left-color: rgb(249 250 251 / 0);
  border-right-color: rgb(249 250 251 / 0);
}
.border-x-gray-50\/5{
  border-left-color: rgb(249 250 251 / 0.05);
  border-right-color: rgb(249 250 251 / 0.05);
}
.border-x-gray-50\/10{
  border-left-color: rgb(249 250 251 / 0.1);
  border-right-color: rgb(249 250 251 / 0.1);
}
.border-x-gray-50\/20{
  border-left-color: rgb(249 250 251 / 0.2);
  border-right-color: rgb(249 250 251 / 0.2);
}
.border-x-gray-50\/25{
  border-left-color: rgb(249 250 251 / 0.25);
  border-right-color: rgb(249 250 251 / 0.25);
}
.border-x-gray-50\/30{
  border-left-color: rgb(249 250 251 / 0.3);
  border-right-color: rgb(249 250 251 / 0.3);
}
.border-x-gray-50\/40{
  border-left-color: rgb(249 250 251 / 0.4);
  border-right-color: rgb(249 250 251 / 0.4);
}
.border-x-gray-50\/50{
  border-left-color: rgb(249 250 251 / 0.5);
  border-right-color: rgb(249 250 251 / 0.5);
}
.border-x-gray-50\/60{
  border-left-color: rgb(249 250 251 / 0.6);
  border-right-color: rgb(249 250 251 / 0.6);
}
.border-x-gray-50\/70{
  border-left-color: rgb(249 250 251 / 0.7);
  border-right-color: rgb(249 250 251 / 0.7);
}
.border-x-gray-50\/75{
  border-left-color: rgb(249 250 251 / 0.75);
  border-right-color: rgb(249 250 251 / 0.75);
}
.border-x-gray-50\/80{
  border-left-color: rgb(249 250 251 / 0.8);
  border-right-color: rgb(249 250 251 / 0.8);
}
.border-x-gray-50\/90{
  border-left-color: rgb(249 250 251 / 0.9);
  border-right-color: rgb(249 250 251 / 0.9);
}
.border-x-gray-50\/95{
  border-left-color: rgb(249 250 251 / 0.95);
  border-right-color: rgb(249 250 251 / 0.95);
}
.border-x-gray-50\/100{
  border-left-color: rgb(249 250 251 / 1);
  border-right-color: rgb(249 250 251 / 1);
}
.border-x-gray-100\/0{
  border-left-color: rgb(213 227 231 / 0);
  border-right-color: rgb(213 227 231 / 0);
}
.border-x-gray-100\/5{
  border-left-color: rgb(213 227 231 / 0.05);
  border-right-color: rgb(213 227 231 / 0.05);
}
.border-x-gray-100\/10{
  border-left-color: rgb(213 227 231 / 0.1);
  border-right-color: rgb(213 227 231 / 0.1);
}
.border-x-gray-100\/20{
  border-left-color: rgb(213 227 231 / 0.2);
  border-right-color: rgb(213 227 231 / 0.2);
}
.border-x-gray-100\/25{
  border-left-color: rgb(213 227 231 / 0.25);
  border-right-color: rgb(213 227 231 / 0.25);
}
.border-x-gray-100\/30{
  border-left-color: rgb(213 227 231 / 0.3);
  border-right-color: rgb(213 227 231 / 0.3);
}
.border-x-gray-100\/40{
  border-left-color: rgb(213 227 231 / 0.4);
  border-right-color: rgb(213 227 231 / 0.4);
}
.border-x-gray-100\/50{
  border-left-color: rgb(213 227 231 / 0.5);
  border-right-color: rgb(213 227 231 / 0.5);
}
.border-x-gray-100\/60{
  border-left-color: rgb(213 227 231 / 0.6);
  border-right-color: rgb(213 227 231 / 0.6);
}
.border-x-gray-100\/70{
  border-left-color: rgb(213 227 231 / 0.7);
  border-right-color: rgb(213 227 231 / 0.7);
}
.border-x-gray-100\/75{
  border-left-color: rgb(213 227 231 / 0.75);
  border-right-color: rgb(213 227 231 / 0.75);
}
.border-x-gray-100\/80{
  border-left-color: rgb(213 227 231 / 0.8);
  border-right-color: rgb(213 227 231 / 0.8);
}
.border-x-gray-100\/90{
  border-left-color: rgb(213 227 231 / 0.9);
  border-right-color: rgb(213 227 231 / 0.9);
}
.border-x-gray-100\/95{
  border-left-color: rgb(213 227 231 / 0.95);
  border-right-color: rgb(213 227 231 / 0.95);
}
.border-x-gray-100\/100{
  border-left-color: rgb(213 227 231 / 1);
  border-right-color: rgb(213 227 231 / 1);
}
.border-x-gray-200\/0{
  border-left-color: rgb(229 231 235 / 0);
  border-right-color: rgb(229 231 235 / 0);
}
.border-x-gray-200\/5{
  border-left-color: rgb(229 231 235 / 0.05);
  border-right-color: rgb(229 231 235 / 0.05);
}
.border-x-gray-200\/10{
  border-left-color: rgb(229 231 235 / 0.1);
  border-right-color: rgb(229 231 235 / 0.1);
}
.border-x-gray-200\/20{
  border-left-color: rgb(229 231 235 / 0.2);
  border-right-color: rgb(229 231 235 / 0.2);
}
.border-x-gray-200\/25{
  border-left-color: rgb(229 231 235 / 0.25);
  border-right-color: rgb(229 231 235 / 0.25);
}
.border-x-gray-200\/30{
  border-left-color: rgb(229 231 235 / 0.3);
  border-right-color: rgb(229 231 235 / 0.3);
}
.border-x-gray-200\/40{
  border-left-color: rgb(229 231 235 / 0.4);
  border-right-color: rgb(229 231 235 / 0.4);
}
.border-x-gray-200\/50{
  border-left-color: rgb(229 231 235 / 0.5);
  border-right-color: rgb(229 231 235 / 0.5);
}
.border-x-gray-200\/60{
  border-left-color: rgb(229 231 235 / 0.6);
  border-right-color: rgb(229 231 235 / 0.6);
}
.border-x-gray-200\/70{
  border-left-color: rgb(229 231 235 / 0.7);
  border-right-color: rgb(229 231 235 / 0.7);
}
.border-x-gray-200\/75{
  border-left-color: rgb(229 231 235 / 0.75);
  border-right-color: rgb(229 231 235 / 0.75);
}
.border-x-gray-200\/80{
  border-left-color: rgb(229 231 235 / 0.8);
  border-right-color: rgb(229 231 235 / 0.8);
}
.border-x-gray-200\/90{
  border-left-color: rgb(229 231 235 / 0.9);
  border-right-color: rgb(229 231 235 / 0.9);
}
.border-x-gray-200\/95{
  border-left-color: rgb(229 231 235 / 0.95);
  border-right-color: rgb(229 231 235 / 0.95);
}
.border-x-gray-200\/100{
  border-left-color: rgb(229 231 235 / 1);
  border-right-color: rgb(229 231 235 / 1);
}
.border-x-gray-300\/0{
  border-left-color: rgb(100 108 122 / 0);
  border-right-color: rgb(100 108 122 / 0);
}
.border-x-gray-300\/5{
  border-left-color: rgb(100 108 122 / 0.05);
  border-right-color: rgb(100 108 122 / 0.05);
}
.border-x-gray-300\/10{
  border-left-color: rgb(100 108 122 / 0.1);
  border-right-color: rgb(100 108 122 / 0.1);
}
.border-x-gray-300\/20{
  border-left-color: rgb(100 108 122 / 0.2);
  border-right-color: rgb(100 108 122 / 0.2);
}
.border-x-gray-300\/25{
  border-left-color: rgb(100 108 122 / 0.25);
  border-right-color: rgb(100 108 122 / 0.25);
}
.border-x-gray-300\/30{
  border-left-color: rgb(100 108 122 / 0.3);
  border-right-color: rgb(100 108 122 / 0.3);
}
.border-x-gray-300\/40{
  border-left-color: rgb(100 108 122 / 0.4);
  border-right-color: rgb(100 108 122 / 0.4);
}
.border-x-gray-300\/50{
  border-left-color: rgb(100 108 122 / 0.5);
  border-right-color: rgb(100 108 122 / 0.5);
}
.border-x-gray-300\/60{
  border-left-color: rgb(100 108 122 / 0.6);
  border-right-color: rgb(100 108 122 / 0.6);
}
.border-x-gray-300\/70{
  border-left-color: rgb(100 108 122 / 0.7);
  border-right-color: rgb(100 108 122 / 0.7);
}
.border-x-gray-300\/75{
  border-left-color: rgb(100 108 122 / 0.75);
  border-right-color: rgb(100 108 122 / 0.75);
}
.border-x-gray-300\/80{
  border-left-color: rgb(100 108 122 / 0.8);
  border-right-color: rgb(100 108 122 / 0.8);
}
.border-x-gray-300\/90{
  border-left-color: rgb(100 108 122 / 0.9);
  border-right-color: rgb(100 108 122 / 0.9);
}
.border-x-gray-300\/95{
  border-left-color: rgb(100 108 122 / 0.95);
  border-right-color: rgb(100 108 122 / 0.95);
}
.border-x-gray-300\/100{
  border-left-color: rgb(100 108 122 / 1);
  border-right-color: rgb(100 108 122 / 1);
}
.border-x-gray-400\/0{
  border-left-color: rgb(159 189 195 / 0);
  border-right-color: rgb(159 189 195 / 0);
}
.border-x-gray-400\/5{
  border-left-color: rgb(159 189 195 / 0.05);
  border-right-color: rgb(159 189 195 / 0.05);
}
.border-x-gray-400\/10{
  border-left-color: rgb(159 189 195 / 0.1);
  border-right-color: rgb(159 189 195 / 0.1);
}
.border-x-gray-400\/20{
  border-left-color: rgb(159 189 195 / 0.2);
  border-right-color: rgb(159 189 195 / 0.2);
}
.border-x-gray-400\/25{
  border-left-color: rgb(159 189 195 / 0.25);
  border-right-color: rgb(159 189 195 / 0.25);
}
.border-x-gray-400\/30{
  border-left-color: rgb(159 189 195 / 0.3);
  border-right-color: rgb(159 189 195 / 0.3);
}
.border-x-gray-400\/40{
  border-left-color: rgb(159 189 195 / 0.4);
  border-right-color: rgb(159 189 195 / 0.4);
}
.border-x-gray-400\/50{
  border-left-color: rgb(159 189 195 / 0.5);
  border-right-color: rgb(159 189 195 / 0.5);
}
.border-x-gray-400\/60{
  border-left-color: rgb(159 189 195 / 0.6);
  border-right-color: rgb(159 189 195 / 0.6);
}
.border-x-gray-400\/70{
  border-left-color: rgb(159 189 195 / 0.7);
  border-right-color: rgb(159 189 195 / 0.7);
}
.border-x-gray-400\/75{
  border-left-color: rgb(159 189 195 / 0.75);
  border-right-color: rgb(159 189 195 / 0.75);
}
.border-x-gray-400\/80{
  border-left-color: rgb(159 189 195 / 0.8);
  border-right-color: rgb(159 189 195 / 0.8);
}
.border-x-gray-400\/90{
  border-left-color: rgb(159 189 195 / 0.9);
  border-right-color: rgb(159 189 195 / 0.9);
}
.border-x-gray-400\/95{
  border-left-color: rgb(159 189 195 / 0.95);
  border-right-color: rgb(159 189 195 / 0.95);
}
.border-x-gray-400\/100{
  border-left-color: rgb(159 189 195 / 1);
  border-right-color: rgb(159 189 195 / 1);
}
.border-x-gray-500\/0{
  border-left-color: rgb(107 114 128 / 0);
  border-right-color: rgb(107 114 128 / 0);
}
.border-x-gray-500\/5{
  border-left-color: rgb(107 114 128 / 0.05);
  border-right-color: rgb(107 114 128 / 0.05);
}
.border-x-gray-500\/10{
  border-left-color: rgb(107 114 128 / 0.1);
  border-right-color: rgb(107 114 128 / 0.1);
}
.border-x-gray-500\/20{
  border-left-color: rgb(107 114 128 / 0.2);
  border-right-color: rgb(107 114 128 / 0.2);
}
.border-x-gray-500\/25{
  border-left-color: rgb(107 114 128 / 0.25);
  border-right-color: rgb(107 114 128 / 0.25);
}
.border-x-gray-500\/30{
  border-left-color: rgb(107 114 128 / 0.3);
  border-right-color: rgb(107 114 128 / 0.3);
}
.border-x-gray-500\/40{
  border-left-color: rgb(107 114 128 / 0.4);
  border-right-color: rgb(107 114 128 / 0.4);
}
.border-x-gray-500\/50{
  border-left-color: rgb(107 114 128 / 0.5);
  border-right-color: rgb(107 114 128 / 0.5);
}
.border-x-gray-500\/60{
  border-left-color: rgb(107 114 128 / 0.6);
  border-right-color: rgb(107 114 128 / 0.6);
}
.border-x-gray-500\/70{
  border-left-color: rgb(107 114 128 / 0.7);
  border-right-color: rgb(107 114 128 / 0.7);
}
.border-x-gray-500\/75{
  border-left-color: rgb(107 114 128 / 0.75);
  border-right-color: rgb(107 114 128 / 0.75);
}
.border-x-gray-500\/80{
  border-left-color: rgb(107 114 128 / 0.8);
  border-right-color: rgb(107 114 128 / 0.8);
}
.border-x-gray-500\/90{
  border-left-color: rgb(107 114 128 / 0.9);
  border-right-color: rgb(107 114 128 / 0.9);
}
.border-x-gray-500\/95{
  border-left-color: rgb(107 114 128 / 0.95);
  border-right-color: rgb(107 114 128 / 0.95);
}
.border-x-gray-500\/100{
  border-left-color: rgb(107 114 128 / 1);
  border-right-color: rgb(107 114 128 / 1);
}
.border-x-gray-600\/0{
  border-left-color: rgb(196 196 196 / 0);
  border-right-color: rgb(196 196 196 / 0);
}
.border-x-gray-600\/5{
  border-left-color: rgb(196 196 196 / 0.05);
  border-right-color: rgb(196 196 196 / 0.05);
}
.border-x-gray-600\/10{
  border-left-color: rgb(196 196 196 / 0.1);
  border-right-color: rgb(196 196 196 / 0.1);
}
.border-x-gray-600\/20{
  border-left-color: rgb(196 196 196 / 0.2);
  border-right-color: rgb(196 196 196 / 0.2);
}
.border-x-gray-600\/25{
  border-left-color: rgb(196 196 196 / 0.25);
  border-right-color: rgb(196 196 196 / 0.25);
}
.border-x-gray-600\/30{
  border-left-color: rgb(196 196 196 / 0.3);
  border-right-color: rgb(196 196 196 / 0.3);
}
.border-x-gray-600\/40{
  border-left-color: rgb(196 196 196 / 0.4);
  border-right-color: rgb(196 196 196 / 0.4);
}
.border-x-gray-600\/50{
  border-left-color: rgb(196 196 196 / 0.5);
  border-right-color: rgb(196 196 196 / 0.5);
}
.border-x-gray-600\/60{
  border-left-color: rgb(196 196 196 / 0.6);
  border-right-color: rgb(196 196 196 / 0.6);
}
.border-x-gray-600\/70{
  border-left-color: rgb(196 196 196 / 0.7);
  border-right-color: rgb(196 196 196 / 0.7);
}
.border-x-gray-600\/75{
  border-left-color: rgb(196 196 196 / 0.75);
  border-right-color: rgb(196 196 196 / 0.75);
}
.border-x-gray-600\/80{
  border-left-color: rgb(196 196 196 / 0.8);
  border-right-color: rgb(196 196 196 / 0.8);
}
.border-x-gray-600\/90{
  border-left-color: rgb(196 196 196 / 0.9);
  border-right-color: rgb(196 196 196 / 0.9);
}
.border-x-gray-600\/95{
  border-left-color: rgb(196 196 196 / 0.95);
  border-right-color: rgb(196 196 196 / 0.95);
}
.border-x-gray-600\/100{
  border-left-color: rgb(196 196 196 / 1);
  border-right-color: rgb(196 196 196 / 1);
}
.border-x-gray-700\/0{
  border-left-color: rgb(221 221 221 / 0);
  border-right-color: rgb(221 221 221 / 0);
}
.border-x-gray-700\/5{
  border-left-color: rgb(221 221 221 / 0.05);
  border-right-color: rgb(221 221 221 / 0.05);
}
.border-x-gray-700\/10{
  border-left-color: rgb(221 221 221 / 0.1);
  border-right-color: rgb(221 221 221 / 0.1);
}
.border-x-gray-700\/20{
  border-left-color: rgb(221 221 221 / 0.2);
  border-right-color: rgb(221 221 221 / 0.2);
}
.border-x-gray-700\/25{
  border-left-color: rgb(221 221 221 / 0.25);
  border-right-color: rgb(221 221 221 / 0.25);
}
.border-x-gray-700\/30{
  border-left-color: rgb(221 221 221 / 0.3);
  border-right-color: rgb(221 221 221 / 0.3);
}
.border-x-gray-700\/40{
  border-left-color: rgb(221 221 221 / 0.4);
  border-right-color: rgb(221 221 221 / 0.4);
}
.border-x-gray-700\/50{
  border-left-color: rgb(221 221 221 / 0.5);
  border-right-color: rgb(221 221 221 / 0.5);
}
.border-x-gray-700\/60{
  border-left-color: rgb(221 221 221 / 0.6);
  border-right-color: rgb(221 221 221 / 0.6);
}
.border-x-gray-700\/70{
  border-left-color: rgb(221 221 221 / 0.7);
  border-right-color: rgb(221 221 221 / 0.7);
}
.border-x-gray-700\/75{
  border-left-color: rgb(221 221 221 / 0.75);
  border-right-color: rgb(221 221 221 / 0.75);
}
.border-x-gray-700\/80{
  border-left-color: rgb(221 221 221 / 0.8);
  border-right-color: rgb(221 221 221 / 0.8);
}
.border-x-gray-700\/90{
  border-left-color: rgb(221 221 221 / 0.9);
  border-right-color: rgb(221 221 221 / 0.9);
}
.border-x-gray-700\/95{
  border-left-color: rgb(221 221 221 / 0.95);
  border-right-color: rgb(221 221 221 / 0.95);
}
.border-x-gray-700\/100{
  border-left-color: rgb(221 221 221 / 1);
  border-right-color: rgb(221 221 221 / 1);
}
.border-x-gray-800\/0{
  border-left-color: rgb(31 41 55 / 0);
  border-right-color: rgb(31 41 55 / 0);
}
.border-x-gray-800\/5{
  border-left-color: rgb(31 41 55 / 0.05);
  border-right-color: rgb(31 41 55 / 0.05);
}
.border-x-gray-800\/10{
  border-left-color: rgb(31 41 55 / 0.1);
  border-right-color: rgb(31 41 55 / 0.1);
}
.border-x-gray-800\/20{
  border-left-color: rgb(31 41 55 / 0.2);
  border-right-color: rgb(31 41 55 / 0.2);
}
.border-x-gray-800\/25{
  border-left-color: rgb(31 41 55 / 0.25);
  border-right-color: rgb(31 41 55 / 0.25);
}
.border-x-gray-800\/30{
  border-left-color: rgb(31 41 55 / 0.3);
  border-right-color: rgb(31 41 55 / 0.3);
}
.border-x-gray-800\/40{
  border-left-color: rgb(31 41 55 / 0.4);
  border-right-color: rgb(31 41 55 / 0.4);
}
.border-x-gray-800\/50{
  border-left-color: rgb(31 41 55 / 0.5);
  border-right-color: rgb(31 41 55 / 0.5);
}
.border-x-gray-800\/60{
  border-left-color: rgb(31 41 55 / 0.6);
  border-right-color: rgb(31 41 55 / 0.6);
}
.border-x-gray-800\/70{
  border-left-color: rgb(31 41 55 / 0.7);
  border-right-color: rgb(31 41 55 / 0.7);
}
.border-x-gray-800\/75{
  border-left-color: rgb(31 41 55 / 0.75);
  border-right-color: rgb(31 41 55 / 0.75);
}
.border-x-gray-800\/80{
  border-left-color: rgb(31 41 55 / 0.8);
  border-right-color: rgb(31 41 55 / 0.8);
}
.border-x-gray-800\/90{
  border-left-color: rgb(31 41 55 / 0.9);
  border-right-color: rgb(31 41 55 / 0.9);
}
.border-x-gray-800\/95{
  border-left-color: rgb(31 41 55 / 0.95);
  border-right-color: rgb(31 41 55 / 0.95);
}
.border-x-gray-800\/100{
  border-left-color: rgb(31 41 55 / 1);
  border-right-color: rgb(31 41 55 / 1);
}
.border-x-gray-900\/0{
  border-left-color: rgb(249 249 249 / 0);
  border-right-color: rgb(249 249 249 / 0);
}
.border-x-gray-900\/5{
  border-left-color: rgb(249 249 249 / 0.05);
  border-right-color: rgb(249 249 249 / 0.05);
}
.border-x-gray-900\/10{
  border-left-color: rgb(249 249 249 / 0.1);
  border-right-color: rgb(249 249 249 / 0.1);
}
.border-x-gray-900\/20{
  border-left-color: rgb(249 249 249 / 0.2);
  border-right-color: rgb(249 249 249 / 0.2);
}
.border-x-gray-900\/25{
  border-left-color: rgb(249 249 249 / 0.25);
  border-right-color: rgb(249 249 249 / 0.25);
}
.border-x-gray-900\/30{
  border-left-color: rgb(249 249 249 / 0.3);
  border-right-color: rgb(249 249 249 / 0.3);
}
.border-x-gray-900\/40{
  border-left-color: rgb(249 249 249 / 0.4);
  border-right-color: rgb(249 249 249 / 0.4);
}
.border-x-gray-900\/50{
  border-left-color: rgb(249 249 249 / 0.5);
  border-right-color: rgb(249 249 249 / 0.5);
}
.border-x-gray-900\/60{
  border-left-color: rgb(249 249 249 / 0.6);
  border-right-color: rgb(249 249 249 / 0.6);
}
.border-x-gray-900\/70{
  border-left-color: rgb(249 249 249 / 0.7);
  border-right-color: rgb(249 249 249 / 0.7);
}
.border-x-gray-900\/75{
  border-left-color: rgb(249 249 249 / 0.75);
  border-right-color: rgb(249 249 249 / 0.75);
}
.border-x-gray-900\/80{
  border-left-color: rgb(249 249 249 / 0.8);
  border-right-color: rgb(249 249 249 / 0.8);
}
.border-x-gray-900\/90{
  border-left-color: rgb(249 249 249 / 0.9);
  border-right-color: rgb(249 249 249 / 0.9);
}
.border-x-gray-900\/95{
  border-left-color: rgb(249 249 249 / 0.95);
  border-right-color: rgb(249 249 249 / 0.95);
}
.border-x-gray-900\/100{
  border-left-color: rgb(249 249 249 / 1);
  border-right-color: rgb(249 249 249 / 1);
}
.border-x-gray\/0{
  border-left-color: rgb(187 187 187 / 0);
  border-right-color: rgb(187 187 187 / 0);
}
.border-x-gray\/5{
  border-left-color: rgb(187 187 187 / 0.05);
  border-right-color: rgb(187 187 187 / 0.05);
}
.border-x-gray\/10{
  border-left-color: rgb(187 187 187 / 0.1);
  border-right-color: rgb(187 187 187 / 0.1);
}
.border-x-gray\/20{
  border-left-color: rgb(187 187 187 / 0.2);
  border-right-color: rgb(187 187 187 / 0.2);
}
.border-x-gray\/25{
  border-left-color: rgb(187 187 187 / 0.25);
  border-right-color: rgb(187 187 187 / 0.25);
}
.border-x-gray\/30{
  border-left-color: rgb(187 187 187 / 0.3);
  border-right-color: rgb(187 187 187 / 0.3);
}
.border-x-gray\/40{
  border-left-color: rgb(187 187 187 / 0.4);
  border-right-color: rgb(187 187 187 / 0.4);
}
.border-x-gray\/50{
  border-left-color: rgb(187 187 187 / 0.5);
  border-right-color: rgb(187 187 187 / 0.5);
}
.border-x-gray\/60{
  border-left-color: rgb(187 187 187 / 0.6);
  border-right-color: rgb(187 187 187 / 0.6);
}
.border-x-gray\/70{
  border-left-color: rgb(187 187 187 / 0.7);
  border-right-color: rgb(187 187 187 / 0.7);
}
.border-x-gray\/75{
  border-left-color: rgb(187 187 187 / 0.75);
  border-right-color: rgb(187 187 187 / 0.75);
}
.border-x-gray\/80{
  border-left-color: rgb(187 187 187 / 0.8);
  border-right-color: rgb(187 187 187 / 0.8);
}
.border-x-gray\/90{
  border-left-color: rgb(187 187 187 / 0.9);
  border-right-color: rgb(187 187 187 / 0.9);
}
.border-x-gray\/95{
  border-left-color: rgb(187 187 187 / 0.95);
  border-right-color: rgb(187 187 187 / 0.95);
}
.border-x-gray\/100{
  border-left-color: rgb(187 187 187 / 1);
  border-right-color: rgb(187 187 187 / 1);
}
.border-x-red-50\/0{
  border-left-color: rgb(253 242 242 / 0);
  border-right-color: rgb(253 242 242 / 0);
}
.border-x-red-50\/5{
  border-left-color: rgb(253 242 242 / 0.05);
  border-right-color: rgb(253 242 242 / 0.05);
}
.border-x-red-50\/10{
  border-left-color: rgb(253 242 242 / 0.1);
  border-right-color: rgb(253 242 242 / 0.1);
}
.border-x-red-50\/20{
  border-left-color: rgb(253 242 242 / 0.2);
  border-right-color: rgb(253 242 242 / 0.2);
}
.border-x-red-50\/25{
  border-left-color: rgb(253 242 242 / 0.25);
  border-right-color: rgb(253 242 242 / 0.25);
}
.border-x-red-50\/30{
  border-left-color: rgb(253 242 242 / 0.3);
  border-right-color: rgb(253 242 242 / 0.3);
}
.border-x-red-50\/40{
  border-left-color: rgb(253 242 242 / 0.4);
  border-right-color: rgb(253 242 242 / 0.4);
}
.border-x-red-50\/50{
  border-left-color: rgb(253 242 242 / 0.5);
  border-right-color: rgb(253 242 242 / 0.5);
}
.border-x-red-50\/60{
  border-left-color: rgb(253 242 242 / 0.6);
  border-right-color: rgb(253 242 242 / 0.6);
}
.border-x-red-50\/70{
  border-left-color: rgb(253 242 242 / 0.7);
  border-right-color: rgb(253 242 242 / 0.7);
}
.border-x-red-50\/75{
  border-left-color: rgb(253 242 242 / 0.75);
  border-right-color: rgb(253 242 242 / 0.75);
}
.border-x-red-50\/80{
  border-left-color: rgb(253 242 242 / 0.8);
  border-right-color: rgb(253 242 242 / 0.8);
}
.border-x-red-50\/90{
  border-left-color: rgb(253 242 242 / 0.9);
  border-right-color: rgb(253 242 242 / 0.9);
}
.border-x-red-50\/95{
  border-left-color: rgb(253 242 242 / 0.95);
  border-right-color: rgb(253 242 242 / 0.95);
}
.border-x-red-50\/100{
  border-left-color: rgb(253 242 242 / 1);
  border-right-color: rgb(253 242 242 / 1);
}
.border-x-red-100\/0{
  border-left-color: rgb(253 232 232 / 0);
  border-right-color: rgb(253 232 232 / 0);
}
.border-x-red-100\/5{
  border-left-color: rgb(253 232 232 / 0.05);
  border-right-color: rgb(253 232 232 / 0.05);
}
.border-x-red-100\/10{
  border-left-color: rgb(253 232 232 / 0.1);
  border-right-color: rgb(253 232 232 / 0.1);
}
.border-x-red-100\/20{
  border-left-color: rgb(253 232 232 / 0.2);
  border-right-color: rgb(253 232 232 / 0.2);
}
.border-x-red-100\/25{
  border-left-color: rgb(253 232 232 / 0.25);
  border-right-color: rgb(253 232 232 / 0.25);
}
.border-x-red-100\/30{
  border-left-color: rgb(253 232 232 / 0.3);
  border-right-color: rgb(253 232 232 / 0.3);
}
.border-x-red-100\/40{
  border-left-color: rgb(253 232 232 / 0.4);
  border-right-color: rgb(253 232 232 / 0.4);
}
.border-x-red-100\/50{
  border-left-color: rgb(253 232 232 / 0.5);
  border-right-color: rgb(253 232 232 / 0.5);
}
.border-x-red-100\/60{
  border-left-color: rgb(253 232 232 / 0.6);
  border-right-color: rgb(253 232 232 / 0.6);
}
.border-x-red-100\/70{
  border-left-color: rgb(253 232 232 / 0.7);
  border-right-color: rgb(253 232 232 / 0.7);
}
.border-x-red-100\/75{
  border-left-color: rgb(253 232 232 / 0.75);
  border-right-color: rgb(253 232 232 / 0.75);
}
.border-x-red-100\/80{
  border-left-color: rgb(253 232 232 / 0.8);
  border-right-color: rgb(253 232 232 / 0.8);
}
.border-x-red-100\/90{
  border-left-color: rgb(253 232 232 / 0.9);
  border-right-color: rgb(253 232 232 / 0.9);
}
.border-x-red-100\/95{
  border-left-color: rgb(253 232 232 / 0.95);
  border-right-color: rgb(253 232 232 / 0.95);
}
.border-x-red-100\/100{
  border-left-color: rgb(253 232 232 / 1);
  border-right-color: rgb(253 232 232 / 1);
}
.border-x-red-200\/0{
  border-left-color: rgb(251 213 213 / 0);
  border-right-color: rgb(251 213 213 / 0);
}
.border-x-red-200\/5{
  border-left-color: rgb(251 213 213 / 0.05);
  border-right-color: rgb(251 213 213 / 0.05);
}
.border-x-red-200\/10{
  border-left-color: rgb(251 213 213 / 0.1);
  border-right-color: rgb(251 213 213 / 0.1);
}
.border-x-red-200\/20{
  border-left-color: rgb(251 213 213 / 0.2);
  border-right-color: rgb(251 213 213 / 0.2);
}
.border-x-red-200\/25{
  border-left-color: rgb(251 213 213 / 0.25);
  border-right-color: rgb(251 213 213 / 0.25);
}
.border-x-red-200\/30{
  border-left-color: rgb(251 213 213 / 0.3);
  border-right-color: rgb(251 213 213 / 0.3);
}
.border-x-red-200\/40{
  border-left-color: rgb(251 213 213 / 0.4);
  border-right-color: rgb(251 213 213 / 0.4);
}
.border-x-red-200\/50{
  border-left-color: rgb(251 213 213 / 0.5);
  border-right-color: rgb(251 213 213 / 0.5);
}
.border-x-red-200\/60{
  border-left-color: rgb(251 213 213 / 0.6);
  border-right-color: rgb(251 213 213 / 0.6);
}
.border-x-red-200\/70{
  border-left-color: rgb(251 213 213 / 0.7);
  border-right-color: rgb(251 213 213 / 0.7);
}
.border-x-red-200\/75{
  border-left-color: rgb(251 213 213 / 0.75);
  border-right-color: rgb(251 213 213 / 0.75);
}
.border-x-red-200\/80{
  border-left-color: rgb(251 213 213 / 0.8);
  border-right-color: rgb(251 213 213 / 0.8);
}
.border-x-red-200\/90{
  border-left-color: rgb(251 213 213 / 0.9);
  border-right-color: rgb(251 213 213 / 0.9);
}
.border-x-red-200\/95{
  border-left-color: rgb(251 213 213 / 0.95);
  border-right-color: rgb(251 213 213 / 0.95);
}
.border-x-red-200\/100{
  border-left-color: rgb(251 213 213 / 1);
  border-right-color: rgb(251 213 213 / 1);
}
.border-x-red-300\/0{
  border-left-color: rgb(248 180 180 / 0);
  border-right-color: rgb(248 180 180 / 0);
}
.border-x-red-300\/5{
  border-left-color: rgb(248 180 180 / 0.05);
  border-right-color: rgb(248 180 180 / 0.05);
}
.border-x-red-300\/10{
  border-left-color: rgb(248 180 180 / 0.1);
  border-right-color: rgb(248 180 180 / 0.1);
}
.border-x-red-300\/20{
  border-left-color: rgb(248 180 180 / 0.2);
  border-right-color: rgb(248 180 180 / 0.2);
}
.border-x-red-300\/25{
  border-left-color: rgb(248 180 180 / 0.25);
  border-right-color: rgb(248 180 180 / 0.25);
}
.border-x-red-300\/30{
  border-left-color: rgb(248 180 180 / 0.3);
  border-right-color: rgb(248 180 180 / 0.3);
}
.border-x-red-300\/40{
  border-left-color: rgb(248 180 180 / 0.4);
  border-right-color: rgb(248 180 180 / 0.4);
}
.border-x-red-300\/50{
  border-left-color: rgb(248 180 180 / 0.5);
  border-right-color: rgb(248 180 180 / 0.5);
}
.border-x-red-300\/60{
  border-left-color: rgb(248 180 180 / 0.6);
  border-right-color: rgb(248 180 180 / 0.6);
}
.border-x-red-300\/70{
  border-left-color: rgb(248 180 180 / 0.7);
  border-right-color: rgb(248 180 180 / 0.7);
}
.border-x-red-300\/75{
  border-left-color: rgb(248 180 180 / 0.75);
  border-right-color: rgb(248 180 180 / 0.75);
}
.border-x-red-300\/80{
  border-left-color: rgb(248 180 180 / 0.8);
  border-right-color: rgb(248 180 180 / 0.8);
}
.border-x-red-300\/90{
  border-left-color: rgb(248 180 180 / 0.9);
  border-right-color: rgb(248 180 180 / 0.9);
}
.border-x-red-300\/95{
  border-left-color: rgb(248 180 180 / 0.95);
  border-right-color: rgb(248 180 180 / 0.95);
}
.border-x-red-300\/100{
  border-left-color: rgb(248 180 180 / 1);
  border-right-color: rgb(248 180 180 / 1);
}
.border-x-red-400\/0{
  border-left-color: rgb(249 128 128 / 0);
  border-right-color: rgb(249 128 128 / 0);
}
.border-x-red-400\/5{
  border-left-color: rgb(249 128 128 / 0.05);
  border-right-color: rgb(249 128 128 / 0.05);
}
.border-x-red-400\/10{
  border-left-color: rgb(249 128 128 / 0.1);
  border-right-color: rgb(249 128 128 / 0.1);
}
.border-x-red-400\/20{
  border-left-color: rgb(249 128 128 / 0.2);
  border-right-color: rgb(249 128 128 / 0.2);
}
.border-x-red-400\/25{
  border-left-color: rgb(249 128 128 / 0.25);
  border-right-color: rgb(249 128 128 / 0.25);
}
.border-x-red-400\/30{
  border-left-color: rgb(249 128 128 / 0.3);
  border-right-color: rgb(249 128 128 / 0.3);
}
.border-x-red-400\/40{
  border-left-color: rgb(249 128 128 / 0.4);
  border-right-color: rgb(249 128 128 / 0.4);
}
.border-x-red-400\/50{
  border-left-color: rgb(249 128 128 / 0.5);
  border-right-color: rgb(249 128 128 / 0.5);
}
.border-x-red-400\/60{
  border-left-color: rgb(249 128 128 / 0.6);
  border-right-color: rgb(249 128 128 / 0.6);
}
.border-x-red-400\/70{
  border-left-color: rgb(249 128 128 / 0.7);
  border-right-color: rgb(249 128 128 / 0.7);
}
.border-x-red-400\/75{
  border-left-color: rgb(249 128 128 / 0.75);
  border-right-color: rgb(249 128 128 / 0.75);
}
.border-x-red-400\/80{
  border-left-color: rgb(249 128 128 / 0.8);
  border-right-color: rgb(249 128 128 / 0.8);
}
.border-x-red-400\/90{
  border-left-color: rgb(249 128 128 / 0.9);
  border-right-color: rgb(249 128 128 / 0.9);
}
.border-x-red-400\/95{
  border-left-color: rgb(249 128 128 / 0.95);
  border-right-color: rgb(249 128 128 / 0.95);
}
.border-x-red-400\/100{
  border-left-color: rgb(249 128 128 / 1);
  border-right-color: rgb(249 128 128 / 1);
}
.border-x-red-500\/0{
  border-left-color: rgb(240 82 82 / 0);
  border-right-color: rgb(240 82 82 / 0);
}
.border-x-red-500\/5{
  border-left-color: rgb(240 82 82 / 0.05);
  border-right-color: rgb(240 82 82 / 0.05);
}
.border-x-red-500\/10{
  border-left-color: rgb(240 82 82 / 0.1);
  border-right-color: rgb(240 82 82 / 0.1);
}
.border-x-red-500\/20{
  border-left-color: rgb(240 82 82 / 0.2);
  border-right-color: rgb(240 82 82 / 0.2);
}
.border-x-red-500\/25{
  border-left-color: rgb(240 82 82 / 0.25);
  border-right-color: rgb(240 82 82 / 0.25);
}
.border-x-red-500\/30{
  border-left-color: rgb(240 82 82 / 0.3);
  border-right-color: rgb(240 82 82 / 0.3);
}
.border-x-red-500\/40{
  border-left-color: rgb(240 82 82 / 0.4);
  border-right-color: rgb(240 82 82 / 0.4);
}
.border-x-red-500\/50{
  border-left-color: rgb(240 82 82 / 0.5);
  border-right-color: rgb(240 82 82 / 0.5);
}
.border-x-red-500\/60{
  border-left-color: rgb(240 82 82 / 0.6);
  border-right-color: rgb(240 82 82 / 0.6);
}
.border-x-red-500\/70{
  border-left-color: rgb(240 82 82 / 0.7);
  border-right-color: rgb(240 82 82 / 0.7);
}
.border-x-red-500\/75{
  border-left-color: rgb(240 82 82 / 0.75);
  border-right-color: rgb(240 82 82 / 0.75);
}
.border-x-red-500\/80{
  border-left-color: rgb(240 82 82 / 0.8);
  border-right-color: rgb(240 82 82 / 0.8);
}
.border-x-red-500\/90{
  border-left-color: rgb(240 82 82 / 0.9);
  border-right-color: rgb(240 82 82 / 0.9);
}
.border-x-red-500\/95{
  border-left-color: rgb(240 82 82 / 0.95);
  border-right-color: rgb(240 82 82 / 0.95);
}
.border-x-red-500\/100{
  border-left-color: rgb(240 82 82 / 1);
  border-right-color: rgb(240 82 82 / 1);
}
.border-x-red-600\/0{
  border-left-color: rgb(224 36 36 / 0);
  border-right-color: rgb(224 36 36 / 0);
}
.border-x-red-600\/5{
  border-left-color: rgb(224 36 36 / 0.05);
  border-right-color: rgb(224 36 36 / 0.05);
}
.border-x-red-600\/10{
  border-left-color: rgb(224 36 36 / 0.1);
  border-right-color: rgb(224 36 36 / 0.1);
}
.border-x-red-600\/20{
  border-left-color: rgb(224 36 36 / 0.2);
  border-right-color: rgb(224 36 36 / 0.2);
}
.border-x-red-600\/25{
  border-left-color: rgb(224 36 36 / 0.25);
  border-right-color: rgb(224 36 36 / 0.25);
}
.border-x-red-600\/30{
  border-left-color: rgb(224 36 36 / 0.3);
  border-right-color: rgb(224 36 36 / 0.3);
}
.border-x-red-600\/40{
  border-left-color: rgb(224 36 36 / 0.4);
  border-right-color: rgb(224 36 36 / 0.4);
}
.border-x-red-600\/50{
  border-left-color: rgb(224 36 36 / 0.5);
  border-right-color: rgb(224 36 36 / 0.5);
}
.border-x-red-600\/60{
  border-left-color: rgb(224 36 36 / 0.6);
  border-right-color: rgb(224 36 36 / 0.6);
}
.border-x-red-600\/70{
  border-left-color: rgb(224 36 36 / 0.7);
  border-right-color: rgb(224 36 36 / 0.7);
}
.border-x-red-600\/75{
  border-left-color: rgb(224 36 36 / 0.75);
  border-right-color: rgb(224 36 36 / 0.75);
}
.border-x-red-600\/80{
  border-left-color: rgb(224 36 36 / 0.8);
  border-right-color: rgb(224 36 36 / 0.8);
}
.border-x-red-600\/90{
  border-left-color: rgb(224 36 36 / 0.9);
  border-right-color: rgb(224 36 36 / 0.9);
}
.border-x-red-600\/95{
  border-left-color: rgb(224 36 36 / 0.95);
  border-right-color: rgb(224 36 36 / 0.95);
}
.border-x-red-600\/100{
  border-left-color: rgb(224 36 36 / 1);
  border-right-color: rgb(224 36 36 / 1);
}
.border-x-red-700\/0{
  border-left-color: rgb(200 30 30 / 0);
  border-right-color: rgb(200 30 30 / 0);
}
.border-x-red-700\/5{
  border-left-color: rgb(200 30 30 / 0.05);
  border-right-color: rgb(200 30 30 / 0.05);
}
.border-x-red-700\/10{
  border-left-color: rgb(200 30 30 / 0.1);
  border-right-color: rgb(200 30 30 / 0.1);
}
.border-x-red-700\/20{
  border-left-color: rgb(200 30 30 / 0.2);
  border-right-color: rgb(200 30 30 / 0.2);
}
.border-x-red-700\/25{
  border-left-color: rgb(200 30 30 / 0.25);
  border-right-color: rgb(200 30 30 / 0.25);
}
.border-x-red-700\/30{
  border-left-color: rgb(200 30 30 / 0.3);
  border-right-color: rgb(200 30 30 / 0.3);
}
.border-x-red-700\/40{
  border-left-color: rgb(200 30 30 / 0.4);
  border-right-color: rgb(200 30 30 / 0.4);
}
.border-x-red-700\/50{
  border-left-color: rgb(200 30 30 / 0.5);
  border-right-color: rgb(200 30 30 / 0.5);
}
.border-x-red-700\/60{
  border-left-color: rgb(200 30 30 / 0.6);
  border-right-color: rgb(200 30 30 / 0.6);
}
.border-x-red-700\/70{
  border-left-color: rgb(200 30 30 / 0.7);
  border-right-color: rgb(200 30 30 / 0.7);
}
.border-x-red-700\/75{
  border-left-color: rgb(200 30 30 / 0.75);
  border-right-color: rgb(200 30 30 / 0.75);
}
.border-x-red-700\/80{
  border-left-color: rgb(200 30 30 / 0.8);
  border-right-color: rgb(200 30 30 / 0.8);
}
.border-x-red-700\/90{
  border-left-color: rgb(200 30 30 / 0.9);
  border-right-color: rgb(200 30 30 / 0.9);
}
.border-x-red-700\/95{
  border-left-color: rgb(200 30 30 / 0.95);
  border-right-color: rgb(200 30 30 / 0.95);
}
.border-x-red-700\/100{
  border-left-color: rgb(200 30 30 / 1);
  border-right-color: rgb(200 30 30 / 1);
}
.border-x-red-800\/0{
  border-left-color: rgb(155 28 28 / 0);
  border-right-color: rgb(155 28 28 / 0);
}
.border-x-red-800\/5{
  border-left-color: rgb(155 28 28 / 0.05);
  border-right-color: rgb(155 28 28 / 0.05);
}
.border-x-red-800\/10{
  border-left-color: rgb(155 28 28 / 0.1);
  border-right-color: rgb(155 28 28 / 0.1);
}
.border-x-red-800\/20{
  border-left-color: rgb(155 28 28 / 0.2);
  border-right-color: rgb(155 28 28 / 0.2);
}
.border-x-red-800\/25{
  border-left-color: rgb(155 28 28 / 0.25);
  border-right-color: rgb(155 28 28 / 0.25);
}
.border-x-red-800\/30{
  border-left-color: rgb(155 28 28 / 0.3);
  border-right-color: rgb(155 28 28 / 0.3);
}
.border-x-red-800\/40{
  border-left-color: rgb(155 28 28 / 0.4);
  border-right-color: rgb(155 28 28 / 0.4);
}
.border-x-red-800\/50{
  border-left-color: rgb(155 28 28 / 0.5);
  border-right-color: rgb(155 28 28 / 0.5);
}
.border-x-red-800\/60{
  border-left-color: rgb(155 28 28 / 0.6);
  border-right-color: rgb(155 28 28 / 0.6);
}
.border-x-red-800\/70{
  border-left-color: rgb(155 28 28 / 0.7);
  border-right-color: rgb(155 28 28 / 0.7);
}
.border-x-red-800\/75{
  border-left-color: rgb(155 28 28 / 0.75);
  border-right-color: rgb(155 28 28 / 0.75);
}
.border-x-red-800\/80{
  border-left-color: rgb(155 28 28 / 0.8);
  border-right-color: rgb(155 28 28 / 0.8);
}
.border-x-red-800\/90{
  border-left-color: rgb(155 28 28 / 0.9);
  border-right-color: rgb(155 28 28 / 0.9);
}
.border-x-red-800\/95{
  border-left-color: rgb(155 28 28 / 0.95);
  border-right-color: rgb(155 28 28 / 0.95);
}
.border-x-red-800\/100{
  border-left-color: rgb(155 28 28 / 1);
  border-right-color: rgb(155 28 28 / 1);
}
.border-x-red-900\/0{
  border-left-color: rgb(119 29 29 / 0);
  border-right-color: rgb(119 29 29 / 0);
}
.border-x-red-900\/5{
  border-left-color: rgb(119 29 29 / 0.05);
  border-right-color: rgb(119 29 29 / 0.05);
}
.border-x-red-900\/10{
  border-left-color: rgb(119 29 29 / 0.1);
  border-right-color: rgb(119 29 29 / 0.1);
}
.border-x-red-900\/20{
  border-left-color: rgb(119 29 29 / 0.2);
  border-right-color: rgb(119 29 29 / 0.2);
}
.border-x-red-900\/25{
  border-left-color: rgb(119 29 29 / 0.25);
  border-right-color: rgb(119 29 29 / 0.25);
}
.border-x-red-900\/30{
  border-left-color: rgb(119 29 29 / 0.3);
  border-right-color: rgb(119 29 29 / 0.3);
}
.border-x-red-900\/40{
  border-left-color: rgb(119 29 29 / 0.4);
  border-right-color: rgb(119 29 29 / 0.4);
}
.border-x-red-900\/50{
  border-left-color: rgb(119 29 29 / 0.5);
  border-right-color: rgb(119 29 29 / 0.5);
}
.border-x-red-900\/60{
  border-left-color: rgb(119 29 29 / 0.6);
  border-right-color: rgb(119 29 29 / 0.6);
}
.border-x-red-900\/70{
  border-left-color: rgb(119 29 29 / 0.7);
  border-right-color: rgb(119 29 29 / 0.7);
}
.border-x-red-900\/75{
  border-left-color: rgb(119 29 29 / 0.75);
  border-right-color: rgb(119 29 29 / 0.75);
}
.border-x-red-900\/80{
  border-left-color: rgb(119 29 29 / 0.8);
  border-right-color: rgb(119 29 29 / 0.8);
}
.border-x-red-900\/90{
  border-left-color: rgb(119 29 29 / 0.9);
  border-right-color: rgb(119 29 29 / 0.9);
}
.border-x-red-900\/95{
  border-left-color: rgb(119 29 29 / 0.95);
  border-right-color: rgb(119 29 29 / 0.95);
}
.border-x-red-900\/100{
  border-left-color: rgb(119 29 29 / 1);
  border-right-color: rgb(119 29 29 / 1);
}
.border-x-orange-50\/0{
  border-left-color: rgb(255 248 241 / 0);
  border-right-color: rgb(255 248 241 / 0);
}
.border-x-orange-50\/5{
  border-left-color: rgb(255 248 241 / 0.05);
  border-right-color: rgb(255 248 241 / 0.05);
}
.border-x-orange-50\/10{
  border-left-color: rgb(255 248 241 / 0.1);
  border-right-color: rgb(255 248 241 / 0.1);
}
.border-x-orange-50\/20{
  border-left-color: rgb(255 248 241 / 0.2);
  border-right-color: rgb(255 248 241 / 0.2);
}
.border-x-orange-50\/25{
  border-left-color: rgb(255 248 241 / 0.25);
  border-right-color: rgb(255 248 241 / 0.25);
}
.border-x-orange-50\/30{
  border-left-color: rgb(255 248 241 / 0.3);
  border-right-color: rgb(255 248 241 / 0.3);
}
.border-x-orange-50\/40{
  border-left-color: rgb(255 248 241 / 0.4);
  border-right-color: rgb(255 248 241 / 0.4);
}
.border-x-orange-50\/50{
  border-left-color: rgb(255 248 241 / 0.5);
  border-right-color: rgb(255 248 241 / 0.5);
}
.border-x-orange-50\/60{
  border-left-color: rgb(255 248 241 / 0.6);
  border-right-color: rgb(255 248 241 / 0.6);
}
.border-x-orange-50\/70{
  border-left-color: rgb(255 248 241 / 0.7);
  border-right-color: rgb(255 248 241 / 0.7);
}
.border-x-orange-50\/75{
  border-left-color: rgb(255 248 241 / 0.75);
  border-right-color: rgb(255 248 241 / 0.75);
}
.border-x-orange-50\/80{
  border-left-color: rgb(255 248 241 / 0.8);
  border-right-color: rgb(255 248 241 / 0.8);
}
.border-x-orange-50\/90{
  border-left-color: rgb(255 248 241 / 0.9);
  border-right-color: rgb(255 248 241 / 0.9);
}
.border-x-orange-50\/95{
  border-left-color: rgb(255 248 241 / 0.95);
  border-right-color: rgb(255 248 241 / 0.95);
}
.border-x-orange-50\/100{
  border-left-color: rgb(255 248 241 / 1);
  border-right-color: rgb(255 248 241 / 1);
}
.border-x-orange-100\/0{
  border-left-color: rgb(254 236 220 / 0);
  border-right-color: rgb(254 236 220 / 0);
}
.border-x-orange-100\/5{
  border-left-color: rgb(254 236 220 / 0.05);
  border-right-color: rgb(254 236 220 / 0.05);
}
.border-x-orange-100\/10{
  border-left-color: rgb(254 236 220 / 0.1);
  border-right-color: rgb(254 236 220 / 0.1);
}
.border-x-orange-100\/20{
  border-left-color: rgb(254 236 220 / 0.2);
  border-right-color: rgb(254 236 220 / 0.2);
}
.border-x-orange-100\/25{
  border-left-color: rgb(254 236 220 / 0.25);
  border-right-color: rgb(254 236 220 / 0.25);
}
.border-x-orange-100\/30{
  border-left-color: rgb(254 236 220 / 0.3);
  border-right-color: rgb(254 236 220 / 0.3);
}
.border-x-orange-100\/40{
  border-left-color: rgb(254 236 220 / 0.4);
  border-right-color: rgb(254 236 220 / 0.4);
}
.border-x-orange-100\/50{
  border-left-color: rgb(254 236 220 / 0.5);
  border-right-color: rgb(254 236 220 / 0.5);
}
.border-x-orange-100\/60{
  border-left-color: rgb(254 236 220 / 0.6);
  border-right-color: rgb(254 236 220 / 0.6);
}
.border-x-orange-100\/70{
  border-left-color: rgb(254 236 220 / 0.7);
  border-right-color: rgb(254 236 220 / 0.7);
}
.border-x-orange-100\/75{
  border-left-color: rgb(254 236 220 / 0.75);
  border-right-color: rgb(254 236 220 / 0.75);
}
.border-x-orange-100\/80{
  border-left-color: rgb(254 236 220 / 0.8);
  border-right-color: rgb(254 236 220 / 0.8);
}
.border-x-orange-100\/90{
  border-left-color: rgb(254 236 220 / 0.9);
  border-right-color: rgb(254 236 220 / 0.9);
}
.border-x-orange-100\/95{
  border-left-color: rgb(254 236 220 / 0.95);
  border-right-color: rgb(254 236 220 / 0.95);
}
.border-x-orange-100\/100{
  border-left-color: rgb(254 236 220 / 1);
  border-right-color: rgb(254 236 220 / 1);
}
.border-x-orange-200\/0{
  border-left-color: rgb(252 217 189 / 0);
  border-right-color: rgb(252 217 189 / 0);
}
.border-x-orange-200\/5{
  border-left-color: rgb(252 217 189 / 0.05);
  border-right-color: rgb(252 217 189 / 0.05);
}
.border-x-orange-200\/10{
  border-left-color: rgb(252 217 189 / 0.1);
  border-right-color: rgb(252 217 189 / 0.1);
}
.border-x-orange-200\/20{
  border-left-color: rgb(252 217 189 / 0.2);
  border-right-color: rgb(252 217 189 / 0.2);
}
.border-x-orange-200\/25{
  border-left-color: rgb(252 217 189 / 0.25);
  border-right-color: rgb(252 217 189 / 0.25);
}
.border-x-orange-200\/30{
  border-left-color: rgb(252 217 189 / 0.3);
  border-right-color: rgb(252 217 189 / 0.3);
}
.border-x-orange-200\/40{
  border-left-color: rgb(252 217 189 / 0.4);
  border-right-color: rgb(252 217 189 / 0.4);
}
.border-x-orange-200\/50{
  border-left-color: rgb(252 217 189 / 0.5);
  border-right-color: rgb(252 217 189 / 0.5);
}
.border-x-orange-200\/60{
  border-left-color: rgb(252 217 189 / 0.6);
  border-right-color: rgb(252 217 189 / 0.6);
}
.border-x-orange-200\/70{
  border-left-color: rgb(252 217 189 / 0.7);
  border-right-color: rgb(252 217 189 / 0.7);
}
.border-x-orange-200\/75{
  border-left-color: rgb(252 217 189 / 0.75);
  border-right-color: rgb(252 217 189 / 0.75);
}
.border-x-orange-200\/80{
  border-left-color: rgb(252 217 189 / 0.8);
  border-right-color: rgb(252 217 189 / 0.8);
}
.border-x-orange-200\/90{
  border-left-color: rgb(252 217 189 / 0.9);
  border-right-color: rgb(252 217 189 / 0.9);
}
.border-x-orange-200\/95{
  border-left-color: rgb(252 217 189 / 0.95);
  border-right-color: rgb(252 217 189 / 0.95);
}
.border-x-orange-200\/100{
  border-left-color: rgb(252 217 189 / 1);
  border-right-color: rgb(252 217 189 / 1);
}
.border-x-orange-300\/0{
  border-left-color: rgb(253 186 140 / 0);
  border-right-color: rgb(253 186 140 / 0);
}
.border-x-orange-300\/5{
  border-left-color: rgb(253 186 140 / 0.05);
  border-right-color: rgb(253 186 140 / 0.05);
}
.border-x-orange-300\/10{
  border-left-color: rgb(253 186 140 / 0.1);
  border-right-color: rgb(253 186 140 / 0.1);
}
.border-x-orange-300\/20{
  border-left-color: rgb(253 186 140 / 0.2);
  border-right-color: rgb(253 186 140 / 0.2);
}
.border-x-orange-300\/25{
  border-left-color: rgb(253 186 140 / 0.25);
  border-right-color: rgb(253 186 140 / 0.25);
}
.border-x-orange-300\/30{
  border-left-color: rgb(253 186 140 / 0.3);
  border-right-color: rgb(253 186 140 / 0.3);
}
.border-x-orange-300\/40{
  border-left-color: rgb(253 186 140 / 0.4);
  border-right-color: rgb(253 186 140 / 0.4);
}
.border-x-orange-300\/50{
  border-left-color: rgb(253 186 140 / 0.5);
  border-right-color: rgb(253 186 140 / 0.5);
}
.border-x-orange-300\/60{
  border-left-color: rgb(253 186 140 / 0.6);
  border-right-color: rgb(253 186 140 / 0.6);
}
.border-x-orange-300\/70{
  border-left-color: rgb(253 186 140 / 0.7);
  border-right-color: rgb(253 186 140 / 0.7);
}
.border-x-orange-300\/75{
  border-left-color: rgb(253 186 140 / 0.75);
  border-right-color: rgb(253 186 140 / 0.75);
}
.border-x-orange-300\/80{
  border-left-color: rgb(253 186 140 / 0.8);
  border-right-color: rgb(253 186 140 / 0.8);
}
.border-x-orange-300\/90{
  border-left-color: rgb(253 186 140 / 0.9);
  border-right-color: rgb(253 186 140 / 0.9);
}
.border-x-orange-300\/95{
  border-left-color: rgb(253 186 140 / 0.95);
  border-right-color: rgb(253 186 140 / 0.95);
}
.border-x-orange-300\/100{
  border-left-color: rgb(253 186 140 / 1);
  border-right-color: rgb(253 186 140 / 1);
}
.border-x-orange-400\/0{
  border-left-color: rgb(255 138 76 / 0);
  border-right-color: rgb(255 138 76 / 0);
}
.border-x-orange-400\/5{
  border-left-color: rgb(255 138 76 / 0.05);
  border-right-color: rgb(255 138 76 / 0.05);
}
.border-x-orange-400\/10{
  border-left-color: rgb(255 138 76 / 0.1);
  border-right-color: rgb(255 138 76 / 0.1);
}
.border-x-orange-400\/20{
  border-left-color: rgb(255 138 76 / 0.2);
  border-right-color: rgb(255 138 76 / 0.2);
}
.border-x-orange-400\/25{
  border-left-color: rgb(255 138 76 / 0.25);
  border-right-color: rgb(255 138 76 / 0.25);
}
.border-x-orange-400\/30{
  border-left-color: rgb(255 138 76 / 0.3);
  border-right-color: rgb(255 138 76 / 0.3);
}
.border-x-orange-400\/40{
  border-left-color: rgb(255 138 76 / 0.4);
  border-right-color: rgb(255 138 76 / 0.4);
}
.border-x-orange-400\/50{
  border-left-color: rgb(255 138 76 / 0.5);
  border-right-color: rgb(255 138 76 / 0.5);
}
.border-x-orange-400\/60{
  border-left-color: rgb(255 138 76 / 0.6);
  border-right-color: rgb(255 138 76 / 0.6);
}
.border-x-orange-400\/70{
  border-left-color: rgb(255 138 76 / 0.7);
  border-right-color: rgb(255 138 76 / 0.7);
}
.border-x-orange-400\/75{
  border-left-color: rgb(255 138 76 / 0.75);
  border-right-color: rgb(255 138 76 / 0.75);
}
.border-x-orange-400\/80{
  border-left-color: rgb(255 138 76 / 0.8);
  border-right-color: rgb(255 138 76 / 0.8);
}
.border-x-orange-400\/90{
  border-left-color: rgb(255 138 76 / 0.9);
  border-right-color: rgb(255 138 76 / 0.9);
}
.border-x-orange-400\/95{
  border-left-color: rgb(255 138 76 / 0.95);
  border-right-color: rgb(255 138 76 / 0.95);
}
.border-x-orange-400\/100{
  border-left-color: rgb(255 138 76 / 1);
  border-right-color: rgb(255 138 76 / 1);
}
.border-x-orange-500\/0{
  border-left-color: rgb(255 90 31 / 0);
  border-right-color: rgb(255 90 31 / 0);
}
.border-x-orange-500\/5{
  border-left-color: rgb(255 90 31 / 0.05);
  border-right-color: rgb(255 90 31 / 0.05);
}
.border-x-orange-500\/10{
  border-left-color: rgb(255 90 31 / 0.1);
  border-right-color: rgb(255 90 31 / 0.1);
}
.border-x-orange-500\/20{
  border-left-color: rgb(255 90 31 / 0.2);
  border-right-color: rgb(255 90 31 / 0.2);
}
.border-x-orange-500\/25{
  border-left-color: rgb(255 90 31 / 0.25);
  border-right-color: rgb(255 90 31 / 0.25);
}
.border-x-orange-500\/30{
  border-left-color: rgb(255 90 31 / 0.3);
  border-right-color: rgb(255 90 31 / 0.3);
}
.border-x-orange-500\/40{
  border-left-color: rgb(255 90 31 / 0.4);
  border-right-color: rgb(255 90 31 / 0.4);
}
.border-x-orange-500\/50{
  border-left-color: rgb(255 90 31 / 0.5);
  border-right-color: rgb(255 90 31 / 0.5);
}
.border-x-orange-500\/60{
  border-left-color: rgb(255 90 31 / 0.6);
  border-right-color: rgb(255 90 31 / 0.6);
}
.border-x-orange-500\/70{
  border-left-color: rgb(255 90 31 / 0.7);
  border-right-color: rgb(255 90 31 / 0.7);
}
.border-x-orange-500\/75{
  border-left-color: rgb(255 90 31 / 0.75);
  border-right-color: rgb(255 90 31 / 0.75);
}
.border-x-orange-500\/80{
  border-left-color: rgb(255 90 31 / 0.8);
  border-right-color: rgb(255 90 31 / 0.8);
}
.border-x-orange-500\/90{
  border-left-color: rgb(255 90 31 / 0.9);
  border-right-color: rgb(255 90 31 / 0.9);
}
.border-x-orange-500\/95{
  border-left-color: rgb(255 90 31 / 0.95);
  border-right-color: rgb(255 90 31 / 0.95);
}
.border-x-orange-500\/100{
  border-left-color: rgb(255 90 31 / 1);
  border-right-color: rgb(255 90 31 / 1);
}
.border-x-orange-600\/0{
  border-left-color: rgb(208 56 1 / 0);
  border-right-color: rgb(208 56 1 / 0);
}
.border-x-orange-600\/5{
  border-left-color: rgb(208 56 1 / 0.05);
  border-right-color: rgb(208 56 1 / 0.05);
}
.border-x-orange-600\/10{
  border-left-color: rgb(208 56 1 / 0.1);
  border-right-color: rgb(208 56 1 / 0.1);
}
.border-x-orange-600\/20{
  border-left-color: rgb(208 56 1 / 0.2);
  border-right-color: rgb(208 56 1 / 0.2);
}
.border-x-orange-600\/25{
  border-left-color: rgb(208 56 1 / 0.25);
  border-right-color: rgb(208 56 1 / 0.25);
}
.border-x-orange-600\/30{
  border-left-color: rgb(208 56 1 / 0.3);
  border-right-color: rgb(208 56 1 / 0.3);
}
.border-x-orange-600\/40{
  border-left-color: rgb(208 56 1 / 0.4);
  border-right-color: rgb(208 56 1 / 0.4);
}
.border-x-orange-600\/50{
  border-left-color: rgb(208 56 1 / 0.5);
  border-right-color: rgb(208 56 1 / 0.5);
}
.border-x-orange-600\/60{
  border-left-color: rgb(208 56 1 / 0.6);
  border-right-color: rgb(208 56 1 / 0.6);
}
.border-x-orange-600\/70{
  border-left-color: rgb(208 56 1 / 0.7);
  border-right-color: rgb(208 56 1 / 0.7);
}
.border-x-orange-600\/75{
  border-left-color: rgb(208 56 1 / 0.75);
  border-right-color: rgb(208 56 1 / 0.75);
}
.border-x-orange-600\/80{
  border-left-color: rgb(208 56 1 / 0.8);
  border-right-color: rgb(208 56 1 / 0.8);
}
.border-x-orange-600\/90{
  border-left-color: rgb(208 56 1 / 0.9);
  border-right-color: rgb(208 56 1 / 0.9);
}
.border-x-orange-600\/95{
  border-left-color: rgb(208 56 1 / 0.95);
  border-right-color: rgb(208 56 1 / 0.95);
}
.border-x-orange-600\/100{
  border-left-color: rgb(208 56 1 / 1);
  border-right-color: rgb(208 56 1 / 1);
}
.border-x-orange-700\/0{
  border-left-color: rgb(180 52 3 / 0);
  border-right-color: rgb(180 52 3 / 0);
}
.border-x-orange-700\/5{
  border-left-color: rgb(180 52 3 / 0.05);
  border-right-color: rgb(180 52 3 / 0.05);
}
.border-x-orange-700\/10{
  border-left-color: rgb(180 52 3 / 0.1);
  border-right-color: rgb(180 52 3 / 0.1);
}
.border-x-orange-700\/20{
  border-left-color: rgb(180 52 3 / 0.2);
  border-right-color: rgb(180 52 3 / 0.2);
}
.border-x-orange-700\/25{
  border-left-color: rgb(180 52 3 / 0.25);
  border-right-color: rgb(180 52 3 / 0.25);
}
.border-x-orange-700\/30{
  border-left-color: rgb(180 52 3 / 0.3);
  border-right-color: rgb(180 52 3 / 0.3);
}
.border-x-orange-700\/40{
  border-left-color: rgb(180 52 3 / 0.4);
  border-right-color: rgb(180 52 3 / 0.4);
}
.border-x-orange-700\/50{
  border-left-color: rgb(180 52 3 / 0.5);
  border-right-color: rgb(180 52 3 / 0.5);
}
.border-x-orange-700\/60{
  border-left-color: rgb(180 52 3 / 0.6);
  border-right-color: rgb(180 52 3 / 0.6);
}
.border-x-orange-700\/70{
  border-left-color: rgb(180 52 3 / 0.7);
  border-right-color: rgb(180 52 3 / 0.7);
}
.border-x-orange-700\/75{
  border-left-color: rgb(180 52 3 / 0.75);
  border-right-color: rgb(180 52 3 / 0.75);
}
.border-x-orange-700\/80{
  border-left-color: rgb(180 52 3 / 0.8);
  border-right-color: rgb(180 52 3 / 0.8);
}
.border-x-orange-700\/90{
  border-left-color: rgb(180 52 3 / 0.9);
  border-right-color: rgb(180 52 3 / 0.9);
}
.border-x-orange-700\/95{
  border-left-color: rgb(180 52 3 / 0.95);
  border-right-color: rgb(180 52 3 / 0.95);
}
.border-x-orange-700\/100{
  border-left-color: rgb(180 52 3 / 1);
  border-right-color: rgb(180 52 3 / 1);
}
.border-x-orange-800\/0{
  border-left-color: rgb(138 44 13 / 0);
  border-right-color: rgb(138 44 13 / 0);
}
.border-x-orange-800\/5{
  border-left-color: rgb(138 44 13 / 0.05);
  border-right-color: rgb(138 44 13 / 0.05);
}
.border-x-orange-800\/10{
  border-left-color: rgb(138 44 13 / 0.1);
  border-right-color: rgb(138 44 13 / 0.1);
}
.border-x-orange-800\/20{
  border-left-color: rgb(138 44 13 / 0.2);
  border-right-color: rgb(138 44 13 / 0.2);
}
.border-x-orange-800\/25{
  border-left-color: rgb(138 44 13 / 0.25);
  border-right-color: rgb(138 44 13 / 0.25);
}
.border-x-orange-800\/30{
  border-left-color: rgb(138 44 13 / 0.3);
  border-right-color: rgb(138 44 13 / 0.3);
}
.border-x-orange-800\/40{
  border-left-color: rgb(138 44 13 / 0.4);
  border-right-color: rgb(138 44 13 / 0.4);
}
.border-x-orange-800\/50{
  border-left-color: rgb(138 44 13 / 0.5);
  border-right-color: rgb(138 44 13 / 0.5);
}
.border-x-orange-800\/60{
  border-left-color: rgb(138 44 13 / 0.6);
  border-right-color: rgb(138 44 13 / 0.6);
}
.border-x-orange-800\/70{
  border-left-color: rgb(138 44 13 / 0.7);
  border-right-color: rgb(138 44 13 / 0.7);
}
.border-x-orange-800\/75{
  border-left-color: rgb(138 44 13 / 0.75);
  border-right-color: rgb(138 44 13 / 0.75);
}
.border-x-orange-800\/80{
  border-left-color: rgb(138 44 13 / 0.8);
  border-right-color: rgb(138 44 13 / 0.8);
}
.border-x-orange-800\/90{
  border-left-color: rgb(138 44 13 / 0.9);
  border-right-color: rgb(138 44 13 / 0.9);
}
.border-x-orange-800\/95{
  border-left-color: rgb(138 44 13 / 0.95);
  border-right-color: rgb(138 44 13 / 0.95);
}
.border-x-orange-800\/100{
  border-left-color: rgb(138 44 13 / 1);
  border-right-color: rgb(138 44 13 / 1);
}
.border-x-orange-900\/0{
  border-left-color: rgb(119 29 29 / 0);
  border-right-color: rgb(119 29 29 / 0);
}
.border-x-orange-900\/5{
  border-left-color: rgb(119 29 29 / 0.05);
  border-right-color: rgb(119 29 29 / 0.05);
}
.border-x-orange-900\/10{
  border-left-color: rgb(119 29 29 / 0.1);
  border-right-color: rgb(119 29 29 / 0.1);
}
.border-x-orange-900\/20{
  border-left-color: rgb(119 29 29 / 0.2);
  border-right-color: rgb(119 29 29 / 0.2);
}
.border-x-orange-900\/25{
  border-left-color: rgb(119 29 29 / 0.25);
  border-right-color: rgb(119 29 29 / 0.25);
}
.border-x-orange-900\/30{
  border-left-color: rgb(119 29 29 / 0.3);
  border-right-color: rgb(119 29 29 / 0.3);
}
.border-x-orange-900\/40{
  border-left-color: rgb(119 29 29 / 0.4);
  border-right-color: rgb(119 29 29 / 0.4);
}
.border-x-orange-900\/50{
  border-left-color: rgb(119 29 29 / 0.5);
  border-right-color: rgb(119 29 29 / 0.5);
}
.border-x-orange-900\/60{
  border-left-color: rgb(119 29 29 / 0.6);
  border-right-color: rgb(119 29 29 / 0.6);
}
.border-x-orange-900\/70{
  border-left-color: rgb(119 29 29 / 0.7);
  border-right-color: rgb(119 29 29 / 0.7);
}
.border-x-orange-900\/75{
  border-left-color: rgb(119 29 29 / 0.75);
  border-right-color: rgb(119 29 29 / 0.75);
}
.border-x-orange-900\/80{
  border-left-color: rgb(119 29 29 / 0.8);
  border-right-color: rgb(119 29 29 / 0.8);
}
.border-x-orange-900\/90{
  border-left-color: rgb(119 29 29 / 0.9);
  border-right-color: rgb(119 29 29 / 0.9);
}
.border-x-orange-900\/95{
  border-left-color: rgb(119 29 29 / 0.95);
  border-right-color: rgb(119 29 29 / 0.95);
}
.border-x-orange-900\/100{
  border-left-color: rgb(119 29 29 / 1);
  border-right-color: rgb(119 29 29 / 1);
}
.border-x-yellow-50\/0{
  border-left-color: rgb(253 253 234 / 0);
  border-right-color: rgb(253 253 234 / 0);
}
.border-x-yellow-50\/5{
  border-left-color: rgb(253 253 234 / 0.05);
  border-right-color: rgb(253 253 234 / 0.05);
}
.border-x-yellow-50\/10{
  border-left-color: rgb(253 253 234 / 0.1);
  border-right-color: rgb(253 253 234 / 0.1);
}
.border-x-yellow-50\/20{
  border-left-color: rgb(253 253 234 / 0.2);
  border-right-color: rgb(253 253 234 / 0.2);
}
.border-x-yellow-50\/25{
  border-left-color: rgb(253 253 234 / 0.25);
  border-right-color: rgb(253 253 234 / 0.25);
}
.border-x-yellow-50\/30{
  border-left-color: rgb(253 253 234 / 0.3);
  border-right-color: rgb(253 253 234 / 0.3);
}
.border-x-yellow-50\/40{
  border-left-color: rgb(253 253 234 / 0.4);
  border-right-color: rgb(253 253 234 / 0.4);
}
.border-x-yellow-50\/50{
  border-left-color: rgb(253 253 234 / 0.5);
  border-right-color: rgb(253 253 234 / 0.5);
}
.border-x-yellow-50\/60{
  border-left-color: rgb(253 253 234 / 0.6);
  border-right-color: rgb(253 253 234 / 0.6);
}
.border-x-yellow-50\/70{
  border-left-color: rgb(253 253 234 / 0.7);
  border-right-color: rgb(253 253 234 / 0.7);
}
.border-x-yellow-50\/75{
  border-left-color: rgb(253 253 234 / 0.75);
  border-right-color: rgb(253 253 234 / 0.75);
}
.border-x-yellow-50\/80{
  border-left-color: rgb(253 253 234 / 0.8);
  border-right-color: rgb(253 253 234 / 0.8);
}
.border-x-yellow-50\/90{
  border-left-color: rgb(253 253 234 / 0.9);
  border-right-color: rgb(253 253 234 / 0.9);
}
.border-x-yellow-50\/95{
  border-left-color: rgb(253 253 234 / 0.95);
  border-right-color: rgb(253 253 234 / 0.95);
}
.border-x-yellow-50\/100{
  border-left-color: rgb(253 253 234 / 1);
  border-right-color: rgb(253 253 234 / 1);
}
.border-x-yellow-100\/0{
  border-left-color: rgb(253 246 178 / 0);
  border-right-color: rgb(253 246 178 / 0);
}
.border-x-yellow-100\/5{
  border-left-color: rgb(253 246 178 / 0.05);
  border-right-color: rgb(253 246 178 / 0.05);
}
.border-x-yellow-100\/10{
  border-left-color: rgb(253 246 178 / 0.1);
  border-right-color: rgb(253 246 178 / 0.1);
}
.border-x-yellow-100\/20{
  border-left-color: rgb(253 246 178 / 0.2);
  border-right-color: rgb(253 246 178 / 0.2);
}
.border-x-yellow-100\/25{
  border-left-color: rgb(253 246 178 / 0.25);
  border-right-color: rgb(253 246 178 / 0.25);
}
.border-x-yellow-100\/30{
  border-left-color: rgb(253 246 178 / 0.3);
  border-right-color: rgb(253 246 178 / 0.3);
}
.border-x-yellow-100\/40{
  border-left-color: rgb(253 246 178 / 0.4);
  border-right-color: rgb(253 246 178 / 0.4);
}
.border-x-yellow-100\/50{
  border-left-color: rgb(253 246 178 / 0.5);
  border-right-color: rgb(253 246 178 / 0.5);
}
.border-x-yellow-100\/60{
  border-left-color: rgb(253 246 178 / 0.6);
  border-right-color: rgb(253 246 178 / 0.6);
}
.border-x-yellow-100\/70{
  border-left-color: rgb(253 246 178 / 0.7);
  border-right-color: rgb(253 246 178 / 0.7);
}
.border-x-yellow-100\/75{
  border-left-color: rgb(253 246 178 / 0.75);
  border-right-color: rgb(253 246 178 / 0.75);
}
.border-x-yellow-100\/80{
  border-left-color: rgb(253 246 178 / 0.8);
  border-right-color: rgb(253 246 178 / 0.8);
}
.border-x-yellow-100\/90{
  border-left-color: rgb(253 246 178 / 0.9);
  border-right-color: rgb(253 246 178 / 0.9);
}
.border-x-yellow-100\/95{
  border-left-color: rgb(253 246 178 / 0.95);
  border-right-color: rgb(253 246 178 / 0.95);
}
.border-x-yellow-100\/100{
  border-left-color: rgb(253 246 178 / 1);
  border-right-color: rgb(253 246 178 / 1);
}
.border-x-yellow-200\/0{
  border-left-color: rgb(252 233 106 / 0);
  border-right-color: rgb(252 233 106 / 0);
}
.border-x-yellow-200\/5{
  border-left-color: rgb(252 233 106 / 0.05);
  border-right-color: rgb(252 233 106 / 0.05);
}
.border-x-yellow-200\/10{
  border-left-color: rgb(252 233 106 / 0.1);
  border-right-color: rgb(252 233 106 / 0.1);
}
.border-x-yellow-200\/20{
  border-left-color: rgb(252 233 106 / 0.2);
  border-right-color: rgb(252 233 106 / 0.2);
}
.border-x-yellow-200\/25{
  border-left-color: rgb(252 233 106 / 0.25);
  border-right-color: rgb(252 233 106 / 0.25);
}
.border-x-yellow-200\/30{
  border-left-color: rgb(252 233 106 / 0.3);
  border-right-color: rgb(252 233 106 / 0.3);
}
.border-x-yellow-200\/40{
  border-left-color: rgb(252 233 106 / 0.4);
  border-right-color: rgb(252 233 106 / 0.4);
}
.border-x-yellow-200\/50{
  border-left-color: rgb(252 233 106 / 0.5);
  border-right-color: rgb(252 233 106 / 0.5);
}
.border-x-yellow-200\/60{
  border-left-color: rgb(252 233 106 / 0.6);
  border-right-color: rgb(252 233 106 / 0.6);
}
.border-x-yellow-200\/70{
  border-left-color: rgb(252 233 106 / 0.7);
  border-right-color: rgb(252 233 106 / 0.7);
}
.border-x-yellow-200\/75{
  border-left-color: rgb(252 233 106 / 0.75);
  border-right-color: rgb(252 233 106 / 0.75);
}
.border-x-yellow-200\/80{
  border-left-color: rgb(252 233 106 / 0.8);
  border-right-color: rgb(252 233 106 / 0.8);
}
.border-x-yellow-200\/90{
  border-left-color: rgb(252 233 106 / 0.9);
  border-right-color: rgb(252 233 106 / 0.9);
}
.border-x-yellow-200\/95{
  border-left-color: rgb(252 233 106 / 0.95);
  border-right-color: rgb(252 233 106 / 0.95);
}
.border-x-yellow-200\/100{
  border-left-color: rgb(252 233 106 / 1);
  border-right-color: rgb(252 233 106 / 1);
}
.border-x-yellow-300\/0{
  border-left-color: rgb(250 202 21 / 0);
  border-right-color: rgb(250 202 21 / 0);
}
.border-x-yellow-300\/5{
  border-left-color: rgb(250 202 21 / 0.05);
  border-right-color: rgb(250 202 21 / 0.05);
}
.border-x-yellow-300\/10{
  border-left-color: rgb(250 202 21 / 0.1);
  border-right-color: rgb(250 202 21 / 0.1);
}
.border-x-yellow-300\/20{
  border-left-color: rgb(250 202 21 / 0.2);
  border-right-color: rgb(250 202 21 / 0.2);
}
.border-x-yellow-300\/25{
  border-left-color: rgb(250 202 21 / 0.25);
  border-right-color: rgb(250 202 21 / 0.25);
}
.border-x-yellow-300\/30{
  border-left-color: rgb(250 202 21 / 0.3);
  border-right-color: rgb(250 202 21 / 0.3);
}
.border-x-yellow-300\/40{
  border-left-color: rgb(250 202 21 / 0.4);
  border-right-color: rgb(250 202 21 / 0.4);
}
.border-x-yellow-300\/50{
  border-left-color: rgb(250 202 21 / 0.5);
  border-right-color: rgb(250 202 21 / 0.5);
}
.border-x-yellow-300\/60{
  border-left-color: rgb(250 202 21 / 0.6);
  border-right-color: rgb(250 202 21 / 0.6);
}
.border-x-yellow-300\/70{
  border-left-color: rgb(250 202 21 / 0.7);
  border-right-color: rgb(250 202 21 / 0.7);
}
.border-x-yellow-300\/75{
  border-left-color: rgb(250 202 21 / 0.75);
  border-right-color: rgb(250 202 21 / 0.75);
}
.border-x-yellow-300\/80{
  border-left-color: rgb(250 202 21 / 0.8);
  border-right-color: rgb(250 202 21 / 0.8);
}
.border-x-yellow-300\/90{
  border-left-color: rgb(250 202 21 / 0.9);
  border-right-color: rgb(250 202 21 / 0.9);
}
.border-x-yellow-300\/95{
  border-left-color: rgb(250 202 21 / 0.95);
  border-right-color: rgb(250 202 21 / 0.95);
}
.border-x-yellow-300\/100{
  border-left-color: rgb(250 202 21 / 1);
  border-right-color: rgb(250 202 21 / 1);
}
.border-x-yellow-400\/0{
  border-left-color: rgb(227 160 8 / 0);
  border-right-color: rgb(227 160 8 / 0);
}
.border-x-yellow-400\/5{
  border-left-color: rgb(227 160 8 / 0.05);
  border-right-color: rgb(227 160 8 / 0.05);
}
.border-x-yellow-400\/10{
  border-left-color: rgb(227 160 8 / 0.1);
  border-right-color: rgb(227 160 8 / 0.1);
}
.border-x-yellow-400\/20{
  border-left-color: rgb(227 160 8 / 0.2);
  border-right-color: rgb(227 160 8 / 0.2);
}
.border-x-yellow-400\/25{
  border-left-color: rgb(227 160 8 / 0.25);
  border-right-color: rgb(227 160 8 / 0.25);
}
.border-x-yellow-400\/30{
  border-left-color: rgb(227 160 8 / 0.3);
  border-right-color: rgb(227 160 8 / 0.3);
}
.border-x-yellow-400\/40{
  border-left-color: rgb(227 160 8 / 0.4);
  border-right-color: rgb(227 160 8 / 0.4);
}
.border-x-yellow-400\/50{
  border-left-color: rgb(227 160 8 / 0.5);
  border-right-color: rgb(227 160 8 / 0.5);
}
.border-x-yellow-400\/60{
  border-left-color: rgb(227 160 8 / 0.6);
  border-right-color: rgb(227 160 8 / 0.6);
}
.border-x-yellow-400\/70{
  border-left-color: rgb(227 160 8 / 0.7);
  border-right-color: rgb(227 160 8 / 0.7);
}
.border-x-yellow-400\/75{
  border-left-color: rgb(227 160 8 / 0.75);
  border-right-color: rgb(227 160 8 / 0.75);
}
.border-x-yellow-400\/80{
  border-left-color: rgb(227 160 8 / 0.8);
  border-right-color: rgb(227 160 8 / 0.8);
}
.border-x-yellow-400\/90{
  border-left-color: rgb(227 160 8 / 0.9);
  border-right-color: rgb(227 160 8 / 0.9);
}
.border-x-yellow-400\/95{
  border-left-color: rgb(227 160 8 / 0.95);
  border-right-color: rgb(227 160 8 / 0.95);
}
.border-x-yellow-400\/100{
  border-left-color: rgb(227 160 8 / 1);
  border-right-color: rgb(227 160 8 / 1);
}
.border-x-yellow-500\/0{
  border-left-color: rgb(194 120 3 / 0);
  border-right-color: rgb(194 120 3 / 0);
}
.border-x-yellow-500\/5{
  border-left-color: rgb(194 120 3 / 0.05);
  border-right-color: rgb(194 120 3 / 0.05);
}
.border-x-yellow-500\/10{
  border-left-color: rgb(194 120 3 / 0.1);
  border-right-color: rgb(194 120 3 / 0.1);
}
.border-x-yellow-500\/20{
  border-left-color: rgb(194 120 3 / 0.2);
  border-right-color: rgb(194 120 3 / 0.2);
}
.border-x-yellow-500\/25{
  border-left-color: rgb(194 120 3 / 0.25);
  border-right-color: rgb(194 120 3 / 0.25);
}
.border-x-yellow-500\/30{
  border-left-color: rgb(194 120 3 / 0.3);
  border-right-color: rgb(194 120 3 / 0.3);
}
.border-x-yellow-500\/40{
  border-left-color: rgb(194 120 3 / 0.4);
  border-right-color: rgb(194 120 3 / 0.4);
}
.border-x-yellow-500\/50{
  border-left-color: rgb(194 120 3 / 0.5);
  border-right-color: rgb(194 120 3 / 0.5);
}
.border-x-yellow-500\/60{
  border-left-color: rgb(194 120 3 / 0.6);
  border-right-color: rgb(194 120 3 / 0.6);
}
.border-x-yellow-500\/70{
  border-left-color: rgb(194 120 3 / 0.7);
  border-right-color: rgb(194 120 3 / 0.7);
}
.border-x-yellow-500\/75{
  border-left-color: rgb(194 120 3 / 0.75);
  border-right-color: rgb(194 120 3 / 0.75);
}
.border-x-yellow-500\/80{
  border-left-color: rgb(194 120 3 / 0.8);
  border-right-color: rgb(194 120 3 / 0.8);
}
.border-x-yellow-500\/90{
  border-left-color: rgb(194 120 3 / 0.9);
  border-right-color: rgb(194 120 3 / 0.9);
}
.border-x-yellow-500\/95{
  border-left-color: rgb(194 120 3 / 0.95);
  border-right-color: rgb(194 120 3 / 0.95);
}
.border-x-yellow-500\/100{
  border-left-color: rgb(194 120 3 / 1);
  border-right-color: rgb(194 120 3 / 1);
}
.border-x-yellow-600\/0{
  border-left-color: rgb(159 88 10 / 0);
  border-right-color: rgb(159 88 10 / 0);
}
.border-x-yellow-600\/5{
  border-left-color: rgb(159 88 10 / 0.05);
  border-right-color: rgb(159 88 10 / 0.05);
}
.border-x-yellow-600\/10{
  border-left-color: rgb(159 88 10 / 0.1);
  border-right-color: rgb(159 88 10 / 0.1);
}
.border-x-yellow-600\/20{
  border-left-color: rgb(159 88 10 / 0.2);
  border-right-color: rgb(159 88 10 / 0.2);
}
.border-x-yellow-600\/25{
  border-left-color: rgb(159 88 10 / 0.25);
  border-right-color: rgb(159 88 10 / 0.25);
}
.border-x-yellow-600\/30{
  border-left-color: rgb(159 88 10 / 0.3);
  border-right-color: rgb(159 88 10 / 0.3);
}
.border-x-yellow-600\/40{
  border-left-color: rgb(159 88 10 / 0.4);
  border-right-color: rgb(159 88 10 / 0.4);
}
.border-x-yellow-600\/50{
  border-left-color: rgb(159 88 10 / 0.5);
  border-right-color: rgb(159 88 10 / 0.5);
}
.border-x-yellow-600\/60{
  border-left-color: rgb(159 88 10 / 0.6);
  border-right-color: rgb(159 88 10 / 0.6);
}
.border-x-yellow-600\/70{
  border-left-color: rgb(159 88 10 / 0.7);
  border-right-color: rgb(159 88 10 / 0.7);
}
.border-x-yellow-600\/75{
  border-left-color: rgb(159 88 10 / 0.75);
  border-right-color: rgb(159 88 10 / 0.75);
}
.border-x-yellow-600\/80{
  border-left-color: rgb(159 88 10 / 0.8);
  border-right-color: rgb(159 88 10 / 0.8);
}
.border-x-yellow-600\/90{
  border-left-color: rgb(159 88 10 / 0.9);
  border-right-color: rgb(159 88 10 / 0.9);
}
.border-x-yellow-600\/95{
  border-left-color: rgb(159 88 10 / 0.95);
  border-right-color: rgb(159 88 10 / 0.95);
}
.border-x-yellow-600\/100{
  border-left-color: rgb(159 88 10 / 1);
  border-right-color: rgb(159 88 10 / 1);
}
.border-x-yellow-700\/0{
  border-left-color: rgb(142 75 16 / 0);
  border-right-color: rgb(142 75 16 / 0);
}
.border-x-yellow-700\/5{
  border-left-color: rgb(142 75 16 / 0.05);
  border-right-color: rgb(142 75 16 / 0.05);
}
.border-x-yellow-700\/10{
  border-left-color: rgb(142 75 16 / 0.1);
  border-right-color: rgb(142 75 16 / 0.1);
}
.border-x-yellow-700\/20{
  border-left-color: rgb(142 75 16 / 0.2);
  border-right-color: rgb(142 75 16 / 0.2);
}
.border-x-yellow-700\/25{
  border-left-color: rgb(142 75 16 / 0.25);
  border-right-color: rgb(142 75 16 / 0.25);
}
.border-x-yellow-700\/30{
  border-left-color: rgb(142 75 16 / 0.3);
  border-right-color: rgb(142 75 16 / 0.3);
}
.border-x-yellow-700\/40{
  border-left-color: rgb(142 75 16 / 0.4);
  border-right-color: rgb(142 75 16 / 0.4);
}
.border-x-yellow-700\/50{
  border-left-color: rgb(142 75 16 / 0.5);
  border-right-color: rgb(142 75 16 / 0.5);
}
.border-x-yellow-700\/60{
  border-left-color: rgb(142 75 16 / 0.6);
  border-right-color: rgb(142 75 16 / 0.6);
}
.border-x-yellow-700\/70{
  border-left-color: rgb(142 75 16 / 0.7);
  border-right-color: rgb(142 75 16 / 0.7);
}
.border-x-yellow-700\/75{
  border-left-color: rgb(142 75 16 / 0.75);
  border-right-color: rgb(142 75 16 / 0.75);
}
.border-x-yellow-700\/80{
  border-left-color: rgb(142 75 16 / 0.8);
  border-right-color: rgb(142 75 16 / 0.8);
}
.border-x-yellow-700\/90{
  border-left-color: rgb(142 75 16 / 0.9);
  border-right-color: rgb(142 75 16 / 0.9);
}
.border-x-yellow-700\/95{
  border-left-color: rgb(142 75 16 / 0.95);
  border-right-color: rgb(142 75 16 / 0.95);
}
.border-x-yellow-700\/100{
  border-left-color: rgb(142 75 16 / 1);
  border-right-color: rgb(142 75 16 / 1);
}
.border-x-yellow-800\/0{
  border-left-color: rgb(114 59 19 / 0);
  border-right-color: rgb(114 59 19 / 0);
}
.border-x-yellow-800\/5{
  border-left-color: rgb(114 59 19 / 0.05);
  border-right-color: rgb(114 59 19 / 0.05);
}
.border-x-yellow-800\/10{
  border-left-color: rgb(114 59 19 / 0.1);
  border-right-color: rgb(114 59 19 / 0.1);
}
.border-x-yellow-800\/20{
  border-left-color: rgb(114 59 19 / 0.2);
  border-right-color: rgb(114 59 19 / 0.2);
}
.border-x-yellow-800\/25{
  border-left-color: rgb(114 59 19 / 0.25);
  border-right-color: rgb(114 59 19 / 0.25);
}
.border-x-yellow-800\/30{
  border-left-color: rgb(114 59 19 / 0.3);
  border-right-color: rgb(114 59 19 / 0.3);
}
.border-x-yellow-800\/40{
  border-left-color: rgb(114 59 19 / 0.4);
  border-right-color: rgb(114 59 19 / 0.4);
}
.border-x-yellow-800\/50{
  border-left-color: rgb(114 59 19 / 0.5);
  border-right-color: rgb(114 59 19 / 0.5);
}
.border-x-yellow-800\/60{
  border-left-color: rgb(114 59 19 / 0.6);
  border-right-color: rgb(114 59 19 / 0.6);
}
.border-x-yellow-800\/70{
  border-left-color: rgb(114 59 19 / 0.7);
  border-right-color: rgb(114 59 19 / 0.7);
}
.border-x-yellow-800\/75{
  border-left-color: rgb(114 59 19 / 0.75);
  border-right-color: rgb(114 59 19 / 0.75);
}
.border-x-yellow-800\/80{
  border-left-color: rgb(114 59 19 / 0.8);
  border-right-color: rgb(114 59 19 / 0.8);
}
.border-x-yellow-800\/90{
  border-left-color: rgb(114 59 19 / 0.9);
  border-right-color: rgb(114 59 19 / 0.9);
}
.border-x-yellow-800\/95{
  border-left-color: rgb(114 59 19 / 0.95);
  border-right-color: rgb(114 59 19 / 0.95);
}
.border-x-yellow-800\/100{
  border-left-color: rgb(114 59 19 / 1);
  border-right-color: rgb(114 59 19 / 1);
}
.border-x-yellow-900\/0{
  border-left-color: rgb(99 49 18 / 0);
  border-right-color: rgb(99 49 18 / 0);
}
.border-x-yellow-900\/5{
  border-left-color: rgb(99 49 18 / 0.05);
  border-right-color: rgb(99 49 18 / 0.05);
}
.border-x-yellow-900\/10{
  border-left-color: rgb(99 49 18 / 0.1);
  border-right-color: rgb(99 49 18 / 0.1);
}
.border-x-yellow-900\/20{
  border-left-color: rgb(99 49 18 / 0.2);
  border-right-color: rgb(99 49 18 / 0.2);
}
.border-x-yellow-900\/25{
  border-left-color: rgb(99 49 18 / 0.25);
  border-right-color: rgb(99 49 18 / 0.25);
}
.border-x-yellow-900\/30{
  border-left-color: rgb(99 49 18 / 0.3);
  border-right-color: rgb(99 49 18 / 0.3);
}
.border-x-yellow-900\/40{
  border-left-color: rgb(99 49 18 / 0.4);
  border-right-color: rgb(99 49 18 / 0.4);
}
.border-x-yellow-900\/50{
  border-left-color: rgb(99 49 18 / 0.5);
  border-right-color: rgb(99 49 18 / 0.5);
}
.border-x-yellow-900\/60{
  border-left-color: rgb(99 49 18 / 0.6);
  border-right-color: rgb(99 49 18 / 0.6);
}
.border-x-yellow-900\/70{
  border-left-color: rgb(99 49 18 / 0.7);
  border-right-color: rgb(99 49 18 / 0.7);
}
.border-x-yellow-900\/75{
  border-left-color: rgb(99 49 18 / 0.75);
  border-right-color: rgb(99 49 18 / 0.75);
}
.border-x-yellow-900\/80{
  border-left-color: rgb(99 49 18 / 0.8);
  border-right-color: rgb(99 49 18 / 0.8);
}
.border-x-yellow-900\/90{
  border-left-color: rgb(99 49 18 / 0.9);
  border-right-color: rgb(99 49 18 / 0.9);
}
.border-x-yellow-900\/95{
  border-left-color: rgb(99 49 18 / 0.95);
  border-right-color: rgb(99 49 18 / 0.95);
}
.border-x-yellow-900\/100{
  border-left-color: rgb(99 49 18 / 1);
  border-right-color: rgb(99 49 18 / 1);
}
.border-x-teal-50\/0{
  border-left-color: rgb(237 250 250 / 0);
  border-right-color: rgb(237 250 250 / 0);
}
.border-x-teal-50\/5{
  border-left-color: rgb(237 250 250 / 0.05);
  border-right-color: rgb(237 250 250 / 0.05);
}
.border-x-teal-50\/10{
  border-left-color: rgb(237 250 250 / 0.1);
  border-right-color: rgb(237 250 250 / 0.1);
}
.border-x-teal-50\/20{
  border-left-color: rgb(237 250 250 / 0.2);
  border-right-color: rgb(237 250 250 / 0.2);
}
.border-x-teal-50\/25{
  border-left-color: rgb(237 250 250 / 0.25);
  border-right-color: rgb(237 250 250 / 0.25);
}
.border-x-teal-50\/30{
  border-left-color: rgb(237 250 250 / 0.3);
  border-right-color: rgb(237 250 250 / 0.3);
}
.border-x-teal-50\/40{
  border-left-color: rgb(237 250 250 / 0.4);
  border-right-color: rgb(237 250 250 / 0.4);
}
.border-x-teal-50\/50{
  border-left-color: rgb(237 250 250 / 0.5);
  border-right-color: rgb(237 250 250 / 0.5);
}
.border-x-teal-50\/60{
  border-left-color: rgb(237 250 250 / 0.6);
  border-right-color: rgb(237 250 250 / 0.6);
}
.border-x-teal-50\/70{
  border-left-color: rgb(237 250 250 / 0.7);
  border-right-color: rgb(237 250 250 / 0.7);
}
.border-x-teal-50\/75{
  border-left-color: rgb(237 250 250 / 0.75);
  border-right-color: rgb(237 250 250 / 0.75);
}
.border-x-teal-50\/80{
  border-left-color: rgb(237 250 250 / 0.8);
  border-right-color: rgb(237 250 250 / 0.8);
}
.border-x-teal-50\/90{
  border-left-color: rgb(237 250 250 / 0.9);
  border-right-color: rgb(237 250 250 / 0.9);
}
.border-x-teal-50\/95{
  border-left-color: rgb(237 250 250 / 0.95);
  border-right-color: rgb(237 250 250 / 0.95);
}
.border-x-teal-50\/100{
  border-left-color: rgb(237 250 250 / 1);
  border-right-color: rgb(237 250 250 / 1);
}
.border-x-teal-100\/0{
  border-left-color: rgb(213 245 246 / 0);
  border-right-color: rgb(213 245 246 / 0);
}
.border-x-teal-100\/5{
  border-left-color: rgb(213 245 246 / 0.05);
  border-right-color: rgb(213 245 246 / 0.05);
}
.border-x-teal-100\/10{
  border-left-color: rgb(213 245 246 / 0.1);
  border-right-color: rgb(213 245 246 / 0.1);
}
.border-x-teal-100\/20{
  border-left-color: rgb(213 245 246 / 0.2);
  border-right-color: rgb(213 245 246 / 0.2);
}
.border-x-teal-100\/25{
  border-left-color: rgb(213 245 246 / 0.25);
  border-right-color: rgb(213 245 246 / 0.25);
}
.border-x-teal-100\/30{
  border-left-color: rgb(213 245 246 / 0.3);
  border-right-color: rgb(213 245 246 / 0.3);
}
.border-x-teal-100\/40{
  border-left-color: rgb(213 245 246 / 0.4);
  border-right-color: rgb(213 245 246 / 0.4);
}
.border-x-teal-100\/50{
  border-left-color: rgb(213 245 246 / 0.5);
  border-right-color: rgb(213 245 246 / 0.5);
}
.border-x-teal-100\/60{
  border-left-color: rgb(213 245 246 / 0.6);
  border-right-color: rgb(213 245 246 / 0.6);
}
.border-x-teal-100\/70{
  border-left-color: rgb(213 245 246 / 0.7);
  border-right-color: rgb(213 245 246 / 0.7);
}
.border-x-teal-100\/75{
  border-left-color: rgb(213 245 246 / 0.75);
  border-right-color: rgb(213 245 246 / 0.75);
}
.border-x-teal-100\/80{
  border-left-color: rgb(213 245 246 / 0.8);
  border-right-color: rgb(213 245 246 / 0.8);
}
.border-x-teal-100\/90{
  border-left-color: rgb(213 245 246 / 0.9);
  border-right-color: rgb(213 245 246 / 0.9);
}
.border-x-teal-100\/95{
  border-left-color: rgb(213 245 246 / 0.95);
  border-right-color: rgb(213 245 246 / 0.95);
}
.border-x-teal-100\/100{
  border-left-color: rgb(213 245 246 / 1);
  border-right-color: rgb(213 245 246 / 1);
}
.border-x-teal-200\/0{
  border-left-color: rgb(175 236 239 / 0);
  border-right-color: rgb(175 236 239 / 0);
}
.border-x-teal-200\/5{
  border-left-color: rgb(175 236 239 / 0.05);
  border-right-color: rgb(175 236 239 / 0.05);
}
.border-x-teal-200\/10{
  border-left-color: rgb(175 236 239 / 0.1);
  border-right-color: rgb(175 236 239 / 0.1);
}
.border-x-teal-200\/20{
  border-left-color: rgb(175 236 239 / 0.2);
  border-right-color: rgb(175 236 239 / 0.2);
}
.border-x-teal-200\/25{
  border-left-color: rgb(175 236 239 / 0.25);
  border-right-color: rgb(175 236 239 / 0.25);
}
.border-x-teal-200\/30{
  border-left-color: rgb(175 236 239 / 0.3);
  border-right-color: rgb(175 236 239 / 0.3);
}
.border-x-teal-200\/40{
  border-left-color: rgb(175 236 239 / 0.4);
  border-right-color: rgb(175 236 239 / 0.4);
}
.border-x-teal-200\/50{
  border-left-color: rgb(175 236 239 / 0.5);
  border-right-color: rgb(175 236 239 / 0.5);
}
.border-x-teal-200\/60{
  border-left-color: rgb(175 236 239 / 0.6);
  border-right-color: rgb(175 236 239 / 0.6);
}
.border-x-teal-200\/70{
  border-left-color: rgb(175 236 239 / 0.7);
  border-right-color: rgb(175 236 239 / 0.7);
}
.border-x-teal-200\/75{
  border-left-color: rgb(175 236 239 / 0.75);
  border-right-color: rgb(175 236 239 / 0.75);
}
.border-x-teal-200\/80{
  border-left-color: rgb(175 236 239 / 0.8);
  border-right-color: rgb(175 236 239 / 0.8);
}
.border-x-teal-200\/90{
  border-left-color: rgb(175 236 239 / 0.9);
  border-right-color: rgb(175 236 239 / 0.9);
}
.border-x-teal-200\/95{
  border-left-color: rgb(175 236 239 / 0.95);
  border-right-color: rgb(175 236 239 / 0.95);
}
.border-x-teal-200\/100{
  border-left-color: rgb(175 236 239 / 1);
  border-right-color: rgb(175 236 239 / 1);
}
.border-x-teal-300\/0{
  border-left-color: rgb(126 220 226 / 0);
  border-right-color: rgb(126 220 226 / 0);
}
.border-x-teal-300\/5{
  border-left-color: rgb(126 220 226 / 0.05);
  border-right-color: rgb(126 220 226 / 0.05);
}
.border-x-teal-300\/10{
  border-left-color: rgb(126 220 226 / 0.1);
  border-right-color: rgb(126 220 226 / 0.1);
}
.border-x-teal-300\/20{
  border-left-color: rgb(126 220 226 / 0.2);
  border-right-color: rgb(126 220 226 / 0.2);
}
.border-x-teal-300\/25{
  border-left-color: rgb(126 220 226 / 0.25);
  border-right-color: rgb(126 220 226 / 0.25);
}
.border-x-teal-300\/30{
  border-left-color: rgb(126 220 226 / 0.3);
  border-right-color: rgb(126 220 226 / 0.3);
}
.border-x-teal-300\/40{
  border-left-color: rgb(126 220 226 / 0.4);
  border-right-color: rgb(126 220 226 / 0.4);
}
.border-x-teal-300\/50{
  border-left-color: rgb(126 220 226 / 0.5);
  border-right-color: rgb(126 220 226 / 0.5);
}
.border-x-teal-300\/60{
  border-left-color: rgb(126 220 226 / 0.6);
  border-right-color: rgb(126 220 226 / 0.6);
}
.border-x-teal-300\/70{
  border-left-color: rgb(126 220 226 / 0.7);
  border-right-color: rgb(126 220 226 / 0.7);
}
.border-x-teal-300\/75{
  border-left-color: rgb(126 220 226 / 0.75);
  border-right-color: rgb(126 220 226 / 0.75);
}
.border-x-teal-300\/80{
  border-left-color: rgb(126 220 226 / 0.8);
  border-right-color: rgb(126 220 226 / 0.8);
}
.border-x-teal-300\/90{
  border-left-color: rgb(126 220 226 / 0.9);
  border-right-color: rgb(126 220 226 / 0.9);
}
.border-x-teal-300\/95{
  border-left-color: rgb(126 220 226 / 0.95);
  border-right-color: rgb(126 220 226 / 0.95);
}
.border-x-teal-300\/100{
  border-left-color: rgb(126 220 226 / 1);
  border-right-color: rgb(126 220 226 / 1);
}
.border-x-teal-400\/0{
  border-left-color: rgb(22 189 202 / 0);
  border-right-color: rgb(22 189 202 / 0);
}
.border-x-teal-400\/5{
  border-left-color: rgb(22 189 202 / 0.05);
  border-right-color: rgb(22 189 202 / 0.05);
}
.border-x-teal-400\/10{
  border-left-color: rgb(22 189 202 / 0.1);
  border-right-color: rgb(22 189 202 / 0.1);
}
.border-x-teal-400\/20{
  border-left-color: rgb(22 189 202 / 0.2);
  border-right-color: rgb(22 189 202 / 0.2);
}
.border-x-teal-400\/25{
  border-left-color: rgb(22 189 202 / 0.25);
  border-right-color: rgb(22 189 202 / 0.25);
}
.border-x-teal-400\/30{
  border-left-color: rgb(22 189 202 / 0.3);
  border-right-color: rgb(22 189 202 / 0.3);
}
.border-x-teal-400\/40{
  border-left-color: rgb(22 189 202 / 0.4);
  border-right-color: rgb(22 189 202 / 0.4);
}
.border-x-teal-400\/50{
  border-left-color: rgb(22 189 202 / 0.5);
  border-right-color: rgb(22 189 202 / 0.5);
}
.border-x-teal-400\/60{
  border-left-color: rgb(22 189 202 / 0.6);
  border-right-color: rgb(22 189 202 / 0.6);
}
.border-x-teal-400\/70{
  border-left-color: rgb(22 189 202 / 0.7);
  border-right-color: rgb(22 189 202 / 0.7);
}
.border-x-teal-400\/75{
  border-left-color: rgb(22 189 202 / 0.75);
  border-right-color: rgb(22 189 202 / 0.75);
}
.border-x-teal-400\/80{
  border-left-color: rgb(22 189 202 / 0.8);
  border-right-color: rgb(22 189 202 / 0.8);
}
.border-x-teal-400\/90{
  border-left-color: rgb(22 189 202 / 0.9);
  border-right-color: rgb(22 189 202 / 0.9);
}
.border-x-teal-400\/95{
  border-left-color: rgb(22 189 202 / 0.95);
  border-right-color: rgb(22 189 202 / 0.95);
}
.border-x-teal-400\/100{
  border-left-color: rgb(22 189 202 / 1);
  border-right-color: rgb(22 189 202 / 1);
}
.border-x-teal-500\/0{
  border-left-color: rgb(6 148 162 / 0);
  border-right-color: rgb(6 148 162 / 0);
}
.border-x-teal-500\/5{
  border-left-color: rgb(6 148 162 / 0.05);
  border-right-color: rgb(6 148 162 / 0.05);
}
.border-x-teal-500\/10{
  border-left-color: rgb(6 148 162 / 0.1);
  border-right-color: rgb(6 148 162 / 0.1);
}
.border-x-teal-500\/20{
  border-left-color: rgb(6 148 162 / 0.2);
  border-right-color: rgb(6 148 162 / 0.2);
}
.border-x-teal-500\/25{
  border-left-color: rgb(6 148 162 / 0.25);
  border-right-color: rgb(6 148 162 / 0.25);
}
.border-x-teal-500\/30{
  border-left-color: rgb(6 148 162 / 0.3);
  border-right-color: rgb(6 148 162 / 0.3);
}
.border-x-teal-500\/40{
  border-left-color: rgb(6 148 162 / 0.4);
  border-right-color: rgb(6 148 162 / 0.4);
}
.border-x-teal-500\/50{
  border-left-color: rgb(6 148 162 / 0.5);
  border-right-color: rgb(6 148 162 / 0.5);
}
.border-x-teal-500\/60{
  border-left-color: rgb(6 148 162 / 0.6);
  border-right-color: rgb(6 148 162 / 0.6);
}
.border-x-teal-500\/70{
  border-left-color: rgb(6 148 162 / 0.7);
  border-right-color: rgb(6 148 162 / 0.7);
}
.border-x-teal-500\/75{
  border-left-color: rgb(6 148 162 / 0.75);
  border-right-color: rgb(6 148 162 / 0.75);
}
.border-x-teal-500\/80{
  border-left-color: rgb(6 148 162 / 0.8);
  border-right-color: rgb(6 148 162 / 0.8);
}
.border-x-teal-500\/90{
  border-left-color: rgb(6 148 162 / 0.9);
  border-right-color: rgb(6 148 162 / 0.9);
}
.border-x-teal-500\/95{
  border-left-color: rgb(6 148 162 / 0.95);
  border-right-color: rgb(6 148 162 / 0.95);
}
.border-x-teal-500\/100{
  border-left-color: rgb(6 148 162 / 1);
  border-right-color: rgb(6 148 162 / 1);
}
.border-x-teal-600\/0{
  border-left-color: rgb(4 116 129 / 0);
  border-right-color: rgb(4 116 129 / 0);
}
.border-x-teal-600\/5{
  border-left-color: rgb(4 116 129 / 0.05);
  border-right-color: rgb(4 116 129 / 0.05);
}
.border-x-teal-600\/10{
  border-left-color: rgb(4 116 129 / 0.1);
  border-right-color: rgb(4 116 129 / 0.1);
}
.border-x-teal-600\/20{
  border-left-color: rgb(4 116 129 / 0.2);
  border-right-color: rgb(4 116 129 / 0.2);
}
.border-x-teal-600\/25{
  border-left-color: rgb(4 116 129 / 0.25);
  border-right-color: rgb(4 116 129 / 0.25);
}
.border-x-teal-600\/30{
  border-left-color: rgb(4 116 129 / 0.3);
  border-right-color: rgb(4 116 129 / 0.3);
}
.border-x-teal-600\/40{
  border-left-color: rgb(4 116 129 / 0.4);
  border-right-color: rgb(4 116 129 / 0.4);
}
.border-x-teal-600\/50{
  border-left-color: rgb(4 116 129 / 0.5);
  border-right-color: rgb(4 116 129 / 0.5);
}
.border-x-teal-600\/60{
  border-left-color: rgb(4 116 129 / 0.6);
  border-right-color: rgb(4 116 129 / 0.6);
}
.border-x-teal-600\/70{
  border-left-color: rgb(4 116 129 / 0.7);
  border-right-color: rgb(4 116 129 / 0.7);
}
.border-x-teal-600\/75{
  border-left-color: rgb(4 116 129 / 0.75);
  border-right-color: rgb(4 116 129 / 0.75);
}
.border-x-teal-600\/80{
  border-left-color: rgb(4 116 129 / 0.8);
  border-right-color: rgb(4 116 129 / 0.8);
}
.border-x-teal-600\/90{
  border-left-color: rgb(4 116 129 / 0.9);
  border-right-color: rgb(4 116 129 / 0.9);
}
.border-x-teal-600\/95{
  border-left-color: rgb(4 116 129 / 0.95);
  border-right-color: rgb(4 116 129 / 0.95);
}
.border-x-teal-600\/100{
  border-left-color: rgb(4 116 129 / 1);
  border-right-color: rgb(4 116 129 / 1);
}
.border-x-teal-700\/0{
  border-left-color: rgb(3 102 114 / 0);
  border-right-color: rgb(3 102 114 / 0);
}
.border-x-teal-700\/5{
  border-left-color: rgb(3 102 114 / 0.05);
  border-right-color: rgb(3 102 114 / 0.05);
}
.border-x-teal-700\/10{
  border-left-color: rgb(3 102 114 / 0.1);
  border-right-color: rgb(3 102 114 / 0.1);
}
.border-x-teal-700\/20{
  border-left-color: rgb(3 102 114 / 0.2);
  border-right-color: rgb(3 102 114 / 0.2);
}
.border-x-teal-700\/25{
  border-left-color: rgb(3 102 114 / 0.25);
  border-right-color: rgb(3 102 114 / 0.25);
}
.border-x-teal-700\/30{
  border-left-color: rgb(3 102 114 / 0.3);
  border-right-color: rgb(3 102 114 / 0.3);
}
.border-x-teal-700\/40{
  border-left-color: rgb(3 102 114 / 0.4);
  border-right-color: rgb(3 102 114 / 0.4);
}
.border-x-teal-700\/50{
  border-left-color: rgb(3 102 114 / 0.5);
  border-right-color: rgb(3 102 114 / 0.5);
}
.border-x-teal-700\/60{
  border-left-color: rgb(3 102 114 / 0.6);
  border-right-color: rgb(3 102 114 / 0.6);
}
.border-x-teal-700\/70{
  border-left-color: rgb(3 102 114 / 0.7);
  border-right-color: rgb(3 102 114 / 0.7);
}
.border-x-teal-700\/75{
  border-left-color: rgb(3 102 114 / 0.75);
  border-right-color: rgb(3 102 114 / 0.75);
}
.border-x-teal-700\/80{
  border-left-color: rgb(3 102 114 / 0.8);
  border-right-color: rgb(3 102 114 / 0.8);
}
.border-x-teal-700\/90{
  border-left-color: rgb(3 102 114 / 0.9);
  border-right-color: rgb(3 102 114 / 0.9);
}
.border-x-teal-700\/95{
  border-left-color: rgb(3 102 114 / 0.95);
  border-right-color: rgb(3 102 114 / 0.95);
}
.border-x-teal-700\/100{
  border-left-color: rgb(3 102 114 / 1);
  border-right-color: rgb(3 102 114 / 1);
}
.border-x-teal-800\/0{
  border-left-color: rgb(5 80 92 / 0);
  border-right-color: rgb(5 80 92 / 0);
}
.border-x-teal-800\/5{
  border-left-color: rgb(5 80 92 / 0.05);
  border-right-color: rgb(5 80 92 / 0.05);
}
.border-x-teal-800\/10{
  border-left-color: rgb(5 80 92 / 0.1);
  border-right-color: rgb(5 80 92 / 0.1);
}
.border-x-teal-800\/20{
  border-left-color: rgb(5 80 92 / 0.2);
  border-right-color: rgb(5 80 92 / 0.2);
}
.border-x-teal-800\/25{
  border-left-color: rgb(5 80 92 / 0.25);
  border-right-color: rgb(5 80 92 / 0.25);
}
.border-x-teal-800\/30{
  border-left-color: rgb(5 80 92 / 0.3);
  border-right-color: rgb(5 80 92 / 0.3);
}
.border-x-teal-800\/40{
  border-left-color: rgb(5 80 92 / 0.4);
  border-right-color: rgb(5 80 92 / 0.4);
}
.border-x-teal-800\/50{
  border-left-color: rgb(5 80 92 / 0.5);
  border-right-color: rgb(5 80 92 / 0.5);
}
.border-x-teal-800\/60{
  border-left-color: rgb(5 80 92 / 0.6);
  border-right-color: rgb(5 80 92 / 0.6);
}
.border-x-teal-800\/70{
  border-left-color: rgb(5 80 92 / 0.7);
  border-right-color: rgb(5 80 92 / 0.7);
}
.border-x-teal-800\/75{
  border-left-color: rgb(5 80 92 / 0.75);
  border-right-color: rgb(5 80 92 / 0.75);
}
.border-x-teal-800\/80{
  border-left-color: rgb(5 80 92 / 0.8);
  border-right-color: rgb(5 80 92 / 0.8);
}
.border-x-teal-800\/90{
  border-left-color: rgb(5 80 92 / 0.9);
  border-right-color: rgb(5 80 92 / 0.9);
}
.border-x-teal-800\/95{
  border-left-color: rgb(5 80 92 / 0.95);
  border-right-color: rgb(5 80 92 / 0.95);
}
.border-x-teal-800\/100{
  border-left-color: rgb(5 80 92 / 1);
  border-right-color: rgb(5 80 92 / 1);
}
.border-x-teal-900\/0{
  border-left-color: rgb(1 68 81 / 0);
  border-right-color: rgb(1 68 81 / 0);
}
.border-x-teal-900\/5{
  border-left-color: rgb(1 68 81 / 0.05);
  border-right-color: rgb(1 68 81 / 0.05);
}
.border-x-teal-900\/10{
  border-left-color: rgb(1 68 81 / 0.1);
  border-right-color: rgb(1 68 81 / 0.1);
}
.border-x-teal-900\/20{
  border-left-color: rgb(1 68 81 / 0.2);
  border-right-color: rgb(1 68 81 / 0.2);
}
.border-x-teal-900\/25{
  border-left-color: rgb(1 68 81 / 0.25);
  border-right-color: rgb(1 68 81 / 0.25);
}
.border-x-teal-900\/30{
  border-left-color: rgb(1 68 81 / 0.3);
  border-right-color: rgb(1 68 81 / 0.3);
}
.border-x-teal-900\/40{
  border-left-color: rgb(1 68 81 / 0.4);
  border-right-color: rgb(1 68 81 / 0.4);
}
.border-x-teal-900\/50{
  border-left-color: rgb(1 68 81 / 0.5);
  border-right-color: rgb(1 68 81 / 0.5);
}
.border-x-teal-900\/60{
  border-left-color: rgb(1 68 81 / 0.6);
  border-right-color: rgb(1 68 81 / 0.6);
}
.border-x-teal-900\/70{
  border-left-color: rgb(1 68 81 / 0.7);
  border-right-color: rgb(1 68 81 / 0.7);
}
.border-x-teal-900\/75{
  border-left-color: rgb(1 68 81 / 0.75);
  border-right-color: rgb(1 68 81 / 0.75);
}
.border-x-teal-900\/80{
  border-left-color: rgb(1 68 81 / 0.8);
  border-right-color: rgb(1 68 81 / 0.8);
}
.border-x-teal-900\/90{
  border-left-color: rgb(1 68 81 / 0.9);
  border-right-color: rgb(1 68 81 / 0.9);
}
.border-x-teal-900\/95{
  border-left-color: rgb(1 68 81 / 0.95);
  border-right-color: rgb(1 68 81 / 0.95);
}
.border-x-teal-900\/100{
  border-left-color: rgb(1 68 81 / 1);
  border-right-color: rgb(1 68 81 / 1);
}
.border-x-blue-50\/0{
  border-left-color: rgb(235 245 255 / 0);
  border-right-color: rgb(235 245 255 / 0);
}
.border-x-blue-50\/5{
  border-left-color: rgb(235 245 255 / 0.05);
  border-right-color: rgb(235 245 255 / 0.05);
}
.border-x-blue-50\/10{
  border-left-color: rgb(235 245 255 / 0.1);
  border-right-color: rgb(235 245 255 / 0.1);
}
.border-x-blue-50\/20{
  border-left-color: rgb(235 245 255 / 0.2);
  border-right-color: rgb(235 245 255 / 0.2);
}
.border-x-blue-50\/25{
  border-left-color: rgb(235 245 255 / 0.25);
  border-right-color: rgb(235 245 255 / 0.25);
}
.border-x-blue-50\/30{
  border-left-color: rgb(235 245 255 / 0.3);
  border-right-color: rgb(235 245 255 / 0.3);
}
.border-x-blue-50\/40{
  border-left-color: rgb(235 245 255 / 0.4);
  border-right-color: rgb(235 245 255 / 0.4);
}
.border-x-blue-50\/50{
  border-left-color: rgb(235 245 255 / 0.5);
  border-right-color: rgb(235 245 255 / 0.5);
}
.border-x-blue-50\/60{
  border-left-color: rgb(235 245 255 / 0.6);
  border-right-color: rgb(235 245 255 / 0.6);
}
.border-x-blue-50\/70{
  border-left-color: rgb(235 245 255 / 0.7);
  border-right-color: rgb(235 245 255 / 0.7);
}
.border-x-blue-50\/75{
  border-left-color: rgb(235 245 255 / 0.75);
  border-right-color: rgb(235 245 255 / 0.75);
}
.border-x-blue-50\/80{
  border-left-color: rgb(235 245 255 / 0.8);
  border-right-color: rgb(235 245 255 / 0.8);
}
.border-x-blue-50\/90{
  border-left-color: rgb(235 245 255 / 0.9);
  border-right-color: rgb(235 245 255 / 0.9);
}
.border-x-blue-50\/95{
  border-left-color: rgb(235 245 255 / 0.95);
  border-right-color: rgb(235 245 255 / 0.95);
}
.border-x-blue-50\/100{
  border-left-color: rgb(235 245 255 / 1);
  border-right-color: rgb(235 245 255 / 1);
}
.border-x-blue-100\/0{
  border-left-color: rgb(225 239 254 / 0);
  border-right-color: rgb(225 239 254 / 0);
}
.border-x-blue-100\/5{
  border-left-color: rgb(225 239 254 / 0.05);
  border-right-color: rgb(225 239 254 / 0.05);
}
.border-x-blue-100\/10{
  border-left-color: rgb(225 239 254 / 0.1);
  border-right-color: rgb(225 239 254 / 0.1);
}
.border-x-blue-100\/20{
  border-left-color: rgb(225 239 254 / 0.2);
  border-right-color: rgb(225 239 254 / 0.2);
}
.border-x-blue-100\/25{
  border-left-color: rgb(225 239 254 / 0.25);
  border-right-color: rgb(225 239 254 / 0.25);
}
.border-x-blue-100\/30{
  border-left-color: rgb(225 239 254 / 0.3);
  border-right-color: rgb(225 239 254 / 0.3);
}
.border-x-blue-100\/40{
  border-left-color: rgb(225 239 254 / 0.4);
  border-right-color: rgb(225 239 254 / 0.4);
}
.border-x-blue-100\/50{
  border-left-color: rgb(225 239 254 / 0.5);
  border-right-color: rgb(225 239 254 / 0.5);
}
.border-x-blue-100\/60{
  border-left-color: rgb(225 239 254 / 0.6);
  border-right-color: rgb(225 239 254 / 0.6);
}
.border-x-blue-100\/70{
  border-left-color: rgb(225 239 254 / 0.7);
  border-right-color: rgb(225 239 254 / 0.7);
}
.border-x-blue-100\/75{
  border-left-color: rgb(225 239 254 / 0.75);
  border-right-color: rgb(225 239 254 / 0.75);
}
.border-x-blue-100\/80{
  border-left-color: rgb(225 239 254 / 0.8);
  border-right-color: rgb(225 239 254 / 0.8);
}
.border-x-blue-100\/90{
  border-left-color: rgb(225 239 254 / 0.9);
  border-right-color: rgb(225 239 254 / 0.9);
}
.border-x-blue-100\/95{
  border-left-color: rgb(225 239 254 / 0.95);
  border-right-color: rgb(225 239 254 / 0.95);
}
.border-x-blue-100\/100{
  border-left-color: rgb(225 239 254 / 1);
  border-right-color: rgb(225 239 254 / 1);
}
.border-x-blue-200\/0{
  border-left-color: rgb(195 221 253 / 0);
  border-right-color: rgb(195 221 253 / 0);
}
.border-x-blue-200\/5{
  border-left-color: rgb(195 221 253 / 0.05);
  border-right-color: rgb(195 221 253 / 0.05);
}
.border-x-blue-200\/10{
  border-left-color: rgb(195 221 253 / 0.1);
  border-right-color: rgb(195 221 253 / 0.1);
}
.border-x-blue-200\/20{
  border-left-color: rgb(195 221 253 / 0.2);
  border-right-color: rgb(195 221 253 / 0.2);
}
.border-x-blue-200\/25{
  border-left-color: rgb(195 221 253 / 0.25);
  border-right-color: rgb(195 221 253 / 0.25);
}
.border-x-blue-200\/30{
  border-left-color: rgb(195 221 253 / 0.3);
  border-right-color: rgb(195 221 253 / 0.3);
}
.border-x-blue-200\/40{
  border-left-color: rgb(195 221 253 / 0.4);
  border-right-color: rgb(195 221 253 / 0.4);
}
.border-x-blue-200\/50{
  border-left-color: rgb(195 221 253 / 0.5);
  border-right-color: rgb(195 221 253 / 0.5);
}
.border-x-blue-200\/60{
  border-left-color: rgb(195 221 253 / 0.6);
  border-right-color: rgb(195 221 253 / 0.6);
}
.border-x-blue-200\/70{
  border-left-color: rgb(195 221 253 / 0.7);
  border-right-color: rgb(195 221 253 / 0.7);
}
.border-x-blue-200\/75{
  border-left-color: rgb(195 221 253 / 0.75);
  border-right-color: rgb(195 221 253 / 0.75);
}
.border-x-blue-200\/80{
  border-left-color: rgb(195 221 253 / 0.8);
  border-right-color: rgb(195 221 253 / 0.8);
}
.border-x-blue-200\/90{
  border-left-color: rgb(195 221 253 / 0.9);
  border-right-color: rgb(195 221 253 / 0.9);
}
.border-x-blue-200\/95{
  border-left-color: rgb(195 221 253 / 0.95);
  border-right-color: rgb(195 221 253 / 0.95);
}
.border-x-blue-200\/100{
  border-left-color: rgb(195 221 253 / 1);
  border-right-color: rgb(195 221 253 / 1);
}
.border-x-blue-300\/0{
  border-left-color: rgb(164 202 254 / 0);
  border-right-color: rgb(164 202 254 / 0);
}
.border-x-blue-300\/5{
  border-left-color: rgb(164 202 254 / 0.05);
  border-right-color: rgb(164 202 254 / 0.05);
}
.border-x-blue-300\/10{
  border-left-color: rgb(164 202 254 / 0.1);
  border-right-color: rgb(164 202 254 / 0.1);
}
.border-x-blue-300\/20{
  border-left-color: rgb(164 202 254 / 0.2);
  border-right-color: rgb(164 202 254 / 0.2);
}
.border-x-blue-300\/25{
  border-left-color: rgb(164 202 254 / 0.25);
  border-right-color: rgb(164 202 254 / 0.25);
}
.border-x-blue-300\/30{
  border-left-color: rgb(164 202 254 / 0.3);
  border-right-color: rgb(164 202 254 / 0.3);
}
.border-x-blue-300\/40{
  border-left-color: rgb(164 202 254 / 0.4);
  border-right-color: rgb(164 202 254 / 0.4);
}
.border-x-blue-300\/50{
  border-left-color: rgb(164 202 254 / 0.5);
  border-right-color: rgb(164 202 254 / 0.5);
}
.border-x-blue-300\/60{
  border-left-color: rgb(164 202 254 / 0.6);
  border-right-color: rgb(164 202 254 / 0.6);
}
.border-x-blue-300\/70{
  border-left-color: rgb(164 202 254 / 0.7);
  border-right-color: rgb(164 202 254 / 0.7);
}
.border-x-blue-300\/75{
  border-left-color: rgb(164 202 254 / 0.75);
  border-right-color: rgb(164 202 254 / 0.75);
}
.border-x-blue-300\/80{
  border-left-color: rgb(164 202 254 / 0.8);
  border-right-color: rgb(164 202 254 / 0.8);
}
.border-x-blue-300\/90{
  border-left-color: rgb(164 202 254 / 0.9);
  border-right-color: rgb(164 202 254 / 0.9);
}
.border-x-blue-300\/95{
  border-left-color: rgb(164 202 254 / 0.95);
  border-right-color: rgb(164 202 254 / 0.95);
}
.border-x-blue-300\/100{
  border-left-color: rgb(164 202 254 / 1);
  border-right-color: rgb(164 202 254 / 1);
}
.border-x-blue-400\/0{
  border-left-color: rgb(118 169 250 / 0);
  border-right-color: rgb(118 169 250 / 0);
}
.border-x-blue-400\/5{
  border-left-color: rgb(118 169 250 / 0.05);
  border-right-color: rgb(118 169 250 / 0.05);
}
.border-x-blue-400\/10{
  border-left-color: rgb(118 169 250 / 0.1);
  border-right-color: rgb(118 169 250 / 0.1);
}
.border-x-blue-400\/20{
  border-left-color: rgb(118 169 250 / 0.2);
  border-right-color: rgb(118 169 250 / 0.2);
}
.border-x-blue-400\/25{
  border-left-color: rgb(118 169 250 / 0.25);
  border-right-color: rgb(118 169 250 / 0.25);
}
.border-x-blue-400\/30{
  border-left-color: rgb(118 169 250 / 0.3);
  border-right-color: rgb(118 169 250 / 0.3);
}
.border-x-blue-400\/40{
  border-left-color: rgb(118 169 250 / 0.4);
  border-right-color: rgb(118 169 250 / 0.4);
}
.border-x-blue-400\/50{
  border-left-color: rgb(118 169 250 / 0.5);
  border-right-color: rgb(118 169 250 / 0.5);
}
.border-x-blue-400\/60{
  border-left-color: rgb(118 169 250 / 0.6);
  border-right-color: rgb(118 169 250 / 0.6);
}
.border-x-blue-400\/70{
  border-left-color: rgb(118 169 250 / 0.7);
  border-right-color: rgb(118 169 250 / 0.7);
}
.border-x-blue-400\/75{
  border-left-color: rgb(118 169 250 / 0.75);
  border-right-color: rgb(118 169 250 / 0.75);
}
.border-x-blue-400\/80{
  border-left-color: rgb(118 169 250 / 0.8);
  border-right-color: rgb(118 169 250 / 0.8);
}
.border-x-blue-400\/90{
  border-left-color: rgb(118 169 250 / 0.9);
  border-right-color: rgb(118 169 250 / 0.9);
}
.border-x-blue-400\/95{
  border-left-color: rgb(118 169 250 / 0.95);
  border-right-color: rgb(118 169 250 / 0.95);
}
.border-x-blue-400\/100{
  border-left-color: rgb(118 169 250 / 1);
  border-right-color: rgb(118 169 250 / 1);
}
.border-x-blue-500\/0{
  border-left-color: rgb(63 131 248 / 0);
  border-right-color: rgb(63 131 248 / 0);
}
.border-x-blue-500\/5{
  border-left-color: rgb(63 131 248 / 0.05);
  border-right-color: rgb(63 131 248 / 0.05);
}
.border-x-blue-500\/10{
  border-left-color: rgb(63 131 248 / 0.1);
  border-right-color: rgb(63 131 248 / 0.1);
}
.border-x-blue-500\/20{
  border-left-color: rgb(63 131 248 / 0.2);
  border-right-color: rgb(63 131 248 / 0.2);
}
.border-x-blue-500\/25{
  border-left-color: rgb(63 131 248 / 0.25);
  border-right-color: rgb(63 131 248 / 0.25);
}
.border-x-blue-500\/30{
  border-left-color: rgb(63 131 248 / 0.3);
  border-right-color: rgb(63 131 248 / 0.3);
}
.border-x-blue-500\/40{
  border-left-color: rgb(63 131 248 / 0.4);
  border-right-color: rgb(63 131 248 / 0.4);
}
.border-x-blue-500\/50{
  border-left-color: rgb(63 131 248 / 0.5);
  border-right-color: rgb(63 131 248 / 0.5);
}
.border-x-blue-500\/60{
  border-left-color: rgb(63 131 248 / 0.6);
  border-right-color: rgb(63 131 248 / 0.6);
}
.border-x-blue-500\/70{
  border-left-color: rgb(63 131 248 / 0.7);
  border-right-color: rgb(63 131 248 / 0.7);
}
.border-x-blue-500\/75{
  border-left-color: rgb(63 131 248 / 0.75);
  border-right-color: rgb(63 131 248 / 0.75);
}
.border-x-blue-500\/80{
  border-left-color: rgb(63 131 248 / 0.8);
  border-right-color: rgb(63 131 248 / 0.8);
}
.border-x-blue-500\/90{
  border-left-color: rgb(63 131 248 / 0.9);
  border-right-color: rgb(63 131 248 / 0.9);
}
.border-x-blue-500\/95{
  border-left-color: rgb(63 131 248 / 0.95);
  border-right-color: rgb(63 131 248 / 0.95);
}
.border-x-blue-500\/100{
  border-left-color: rgb(63 131 248 / 1);
  border-right-color: rgb(63 131 248 / 1);
}
.border-x-blue-600\/0{
  border-left-color: rgb(28 100 242 / 0);
  border-right-color: rgb(28 100 242 / 0);
}
.border-x-blue-600\/5{
  border-left-color: rgb(28 100 242 / 0.05);
  border-right-color: rgb(28 100 242 / 0.05);
}
.border-x-blue-600\/10{
  border-left-color: rgb(28 100 242 / 0.1);
  border-right-color: rgb(28 100 242 / 0.1);
}
.border-x-blue-600\/20{
  border-left-color: rgb(28 100 242 / 0.2);
  border-right-color: rgb(28 100 242 / 0.2);
}
.border-x-blue-600\/25{
  border-left-color: rgb(28 100 242 / 0.25);
  border-right-color: rgb(28 100 242 / 0.25);
}
.border-x-blue-600\/30{
  border-left-color: rgb(28 100 242 / 0.3);
  border-right-color: rgb(28 100 242 / 0.3);
}
.border-x-blue-600\/40{
  border-left-color: rgb(28 100 242 / 0.4);
  border-right-color: rgb(28 100 242 / 0.4);
}
.border-x-blue-600\/50{
  border-left-color: rgb(28 100 242 / 0.5);
  border-right-color: rgb(28 100 242 / 0.5);
}
.border-x-blue-600\/60{
  border-left-color: rgb(28 100 242 / 0.6);
  border-right-color: rgb(28 100 242 / 0.6);
}
.border-x-blue-600\/70{
  border-left-color: rgb(28 100 242 / 0.7);
  border-right-color: rgb(28 100 242 / 0.7);
}
.border-x-blue-600\/75{
  border-left-color: rgb(28 100 242 / 0.75);
  border-right-color: rgb(28 100 242 / 0.75);
}
.border-x-blue-600\/80{
  border-left-color: rgb(28 100 242 / 0.8);
  border-right-color: rgb(28 100 242 / 0.8);
}
.border-x-blue-600\/90{
  border-left-color: rgb(28 100 242 / 0.9);
  border-right-color: rgb(28 100 242 / 0.9);
}
.border-x-blue-600\/95{
  border-left-color: rgb(28 100 242 / 0.95);
  border-right-color: rgb(28 100 242 / 0.95);
}
.border-x-blue-600\/100{
  border-left-color: rgb(28 100 242 / 1);
  border-right-color: rgb(28 100 242 / 1);
}
.border-x-blue-700\/0{
  border-left-color: rgb(26 86 219 / 0);
  border-right-color: rgb(26 86 219 / 0);
}
.border-x-blue-700\/5{
  border-left-color: rgb(26 86 219 / 0.05);
  border-right-color: rgb(26 86 219 / 0.05);
}
.border-x-blue-700\/10{
  border-left-color: rgb(26 86 219 / 0.1);
  border-right-color: rgb(26 86 219 / 0.1);
}
.border-x-blue-700\/20{
  border-left-color: rgb(26 86 219 / 0.2);
  border-right-color: rgb(26 86 219 / 0.2);
}
.border-x-blue-700\/25{
  border-left-color: rgb(26 86 219 / 0.25);
  border-right-color: rgb(26 86 219 / 0.25);
}
.border-x-blue-700\/30{
  border-left-color: rgb(26 86 219 / 0.3);
  border-right-color: rgb(26 86 219 / 0.3);
}
.border-x-blue-700\/40{
  border-left-color: rgb(26 86 219 / 0.4);
  border-right-color: rgb(26 86 219 / 0.4);
}
.border-x-blue-700\/50{
  border-left-color: rgb(26 86 219 / 0.5);
  border-right-color: rgb(26 86 219 / 0.5);
}
.border-x-blue-700\/60{
  border-left-color: rgb(26 86 219 / 0.6);
  border-right-color: rgb(26 86 219 / 0.6);
}
.border-x-blue-700\/70{
  border-left-color: rgb(26 86 219 / 0.7);
  border-right-color: rgb(26 86 219 / 0.7);
}
.border-x-blue-700\/75{
  border-left-color: rgb(26 86 219 / 0.75);
  border-right-color: rgb(26 86 219 / 0.75);
}
.border-x-blue-700\/80{
  border-left-color: rgb(26 86 219 / 0.8);
  border-right-color: rgb(26 86 219 / 0.8);
}
.border-x-blue-700\/90{
  border-left-color: rgb(26 86 219 / 0.9);
  border-right-color: rgb(26 86 219 / 0.9);
}
.border-x-blue-700\/95{
  border-left-color: rgb(26 86 219 / 0.95);
  border-right-color: rgb(26 86 219 / 0.95);
}
.border-x-blue-700\/100{
  border-left-color: rgb(26 86 219 / 1);
  border-right-color: rgb(26 86 219 / 1);
}
.border-x-blue-800\/0{
  border-left-color: rgb(30 66 159 / 0);
  border-right-color: rgb(30 66 159 / 0);
}
.border-x-blue-800\/5{
  border-left-color: rgb(30 66 159 / 0.05);
  border-right-color: rgb(30 66 159 / 0.05);
}
.border-x-blue-800\/10{
  border-left-color: rgb(30 66 159 / 0.1);
  border-right-color: rgb(30 66 159 / 0.1);
}
.border-x-blue-800\/20{
  border-left-color: rgb(30 66 159 / 0.2);
  border-right-color: rgb(30 66 159 / 0.2);
}
.border-x-blue-800\/25{
  border-left-color: rgb(30 66 159 / 0.25);
  border-right-color: rgb(30 66 159 / 0.25);
}
.border-x-blue-800\/30{
  border-left-color: rgb(30 66 159 / 0.3);
  border-right-color: rgb(30 66 159 / 0.3);
}
.border-x-blue-800\/40{
  border-left-color: rgb(30 66 159 / 0.4);
  border-right-color: rgb(30 66 159 / 0.4);
}
.border-x-blue-800\/50{
  border-left-color: rgb(30 66 159 / 0.5);
  border-right-color: rgb(30 66 159 / 0.5);
}
.border-x-blue-800\/60{
  border-left-color: rgb(30 66 159 / 0.6);
  border-right-color: rgb(30 66 159 / 0.6);
}
.border-x-blue-800\/70{
  border-left-color: rgb(30 66 159 / 0.7);
  border-right-color: rgb(30 66 159 / 0.7);
}
.border-x-blue-800\/75{
  border-left-color: rgb(30 66 159 / 0.75);
  border-right-color: rgb(30 66 159 / 0.75);
}
.border-x-blue-800\/80{
  border-left-color: rgb(30 66 159 / 0.8);
  border-right-color: rgb(30 66 159 / 0.8);
}
.border-x-blue-800\/90{
  border-left-color: rgb(30 66 159 / 0.9);
  border-right-color: rgb(30 66 159 / 0.9);
}
.border-x-blue-800\/95{
  border-left-color: rgb(30 66 159 / 0.95);
  border-right-color: rgb(30 66 159 / 0.95);
}
.border-x-blue-800\/100{
  border-left-color: rgb(30 66 159 / 1);
  border-right-color: rgb(30 66 159 / 1);
}
.border-x-blue-900\/0{
  border-left-color: rgb(35 56 118 / 0);
  border-right-color: rgb(35 56 118 / 0);
}
.border-x-blue-900\/5{
  border-left-color: rgb(35 56 118 / 0.05);
  border-right-color: rgb(35 56 118 / 0.05);
}
.border-x-blue-900\/10{
  border-left-color: rgb(35 56 118 / 0.1);
  border-right-color: rgb(35 56 118 / 0.1);
}
.border-x-blue-900\/20{
  border-left-color: rgb(35 56 118 / 0.2);
  border-right-color: rgb(35 56 118 / 0.2);
}
.border-x-blue-900\/25{
  border-left-color: rgb(35 56 118 / 0.25);
  border-right-color: rgb(35 56 118 / 0.25);
}
.border-x-blue-900\/30{
  border-left-color: rgb(35 56 118 / 0.3);
  border-right-color: rgb(35 56 118 / 0.3);
}
.border-x-blue-900\/40{
  border-left-color: rgb(35 56 118 / 0.4);
  border-right-color: rgb(35 56 118 / 0.4);
}
.border-x-blue-900\/50{
  border-left-color: rgb(35 56 118 / 0.5);
  border-right-color: rgb(35 56 118 / 0.5);
}
.border-x-blue-900\/60{
  border-left-color: rgb(35 56 118 / 0.6);
  border-right-color: rgb(35 56 118 / 0.6);
}
.border-x-blue-900\/70{
  border-left-color: rgb(35 56 118 / 0.7);
  border-right-color: rgb(35 56 118 / 0.7);
}
.border-x-blue-900\/75{
  border-left-color: rgb(35 56 118 / 0.75);
  border-right-color: rgb(35 56 118 / 0.75);
}
.border-x-blue-900\/80{
  border-left-color: rgb(35 56 118 / 0.8);
  border-right-color: rgb(35 56 118 / 0.8);
}
.border-x-blue-900\/90{
  border-left-color: rgb(35 56 118 / 0.9);
  border-right-color: rgb(35 56 118 / 0.9);
}
.border-x-blue-900\/95{
  border-left-color: rgb(35 56 118 / 0.95);
  border-right-color: rgb(35 56 118 / 0.95);
}
.border-x-blue-900\/100{
  border-left-color: rgb(35 56 118 / 1);
  border-right-color: rgb(35 56 118 / 1);
}
.border-x-indigo-50\/0{
  border-left-color: rgb(240 245 255 / 0);
  border-right-color: rgb(240 245 255 / 0);
}
.border-x-indigo-50\/5{
  border-left-color: rgb(240 245 255 / 0.05);
  border-right-color: rgb(240 245 255 / 0.05);
}
.border-x-indigo-50\/10{
  border-left-color: rgb(240 245 255 / 0.1);
  border-right-color: rgb(240 245 255 / 0.1);
}
.border-x-indigo-50\/20{
  border-left-color: rgb(240 245 255 / 0.2);
  border-right-color: rgb(240 245 255 / 0.2);
}
.border-x-indigo-50\/25{
  border-left-color: rgb(240 245 255 / 0.25);
  border-right-color: rgb(240 245 255 / 0.25);
}
.border-x-indigo-50\/30{
  border-left-color: rgb(240 245 255 / 0.3);
  border-right-color: rgb(240 245 255 / 0.3);
}
.border-x-indigo-50\/40{
  border-left-color: rgb(240 245 255 / 0.4);
  border-right-color: rgb(240 245 255 / 0.4);
}
.border-x-indigo-50\/50{
  border-left-color: rgb(240 245 255 / 0.5);
  border-right-color: rgb(240 245 255 / 0.5);
}
.border-x-indigo-50\/60{
  border-left-color: rgb(240 245 255 / 0.6);
  border-right-color: rgb(240 245 255 / 0.6);
}
.border-x-indigo-50\/70{
  border-left-color: rgb(240 245 255 / 0.7);
  border-right-color: rgb(240 245 255 / 0.7);
}
.border-x-indigo-50\/75{
  border-left-color: rgb(240 245 255 / 0.75);
  border-right-color: rgb(240 245 255 / 0.75);
}
.border-x-indigo-50\/80{
  border-left-color: rgb(240 245 255 / 0.8);
  border-right-color: rgb(240 245 255 / 0.8);
}
.border-x-indigo-50\/90{
  border-left-color: rgb(240 245 255 / 0.9);
  border-right-color: rgb(240 245 255 / 0.9);
}
.border-x-indigo-50\/95{
  border-left-color: rgb(240 245 255 / 0.95);
  border-right-color: rgb(240 245 255 / 0.95);
}
.border-x-indigo-50\/100{
  border-left-color: rgb(240 245 255 / 1);
  border-right-color: rgb(240 245 255 / 1);
}
.border-x-indigo-100\/0{
  border-left-color: rgb(229 237 255 / 0);
  border-right-color: rgb(229 237 255 / 0);
}
.border-x-indigo-100\/5{
  border-left-color: rgb(229 237 255 / 0.05);
  border-right-color: rgb(229 237 255 / 0.05);
}
.border-x-indigo-100\/10{
  border-left-color: rgb(229 237 255 / 0.1);
  border-right-color: rgb(229 237 255 / 0.1);
}
.border-x-indigo-100\/20{
  border-left-color: rgb(229 237 255 / 0.2);
  border-right-color: rgb(229 237 255 / 0.2);
}
.border-x-indigo-100\/25{
  border-left-color: rgb(229 237 255 / 0.25);
  border-right-color: rgb(229 237 255 / 0.25);
}
.border-x-indigo-100\/30{
  border-left-color: rgb(229 237 255 / 0.3);
  border-right-color: rgb(229 237 255 / 0.3);
}
.border-x-indigo-100\/40{
  border-left-color: rgb(229 237 255 / 0.4);
  border-right-color: rgb(229 237 255 / 0.4);
}
.border-x-indigo-100\/50{
  border-left-color: rgb(229 237 255 / 0.5);
  border-right-color: rgb(229 237 255 / 0.5);
}
.border-x-indigo-100\/60{
  border-left-color: rgb(229 237 255 / 0.6);
  border-right-color: rgb(229 237 255 / 0.6);
}
.border-x-indigo-100\/70{
  border-left-color: rgb(229 237 255 / 0.7);
  border-right-color: rgb(229 237 255 / 0.7);
}
.border-x-indigo-100\/75{
  border-left-color: rgb(229 237 255 / 0.75);
  border-right-color: rgb(229 237 255 / 0.75);
}
.border-x-indigo-100\/80{
  border-left-color: rgb(229 237 255 / 0.8);
  border-right-color: rgb(229 237 255 / 0.8);
}
.border-x-indigo-100\/90{
  border-left-color: rgb(229 237 255 / 0.9);
  border-right-color: rgb(229 237 255 / 0.9);
}
.border-x-indigo-100\/95{
  border-left-color: rgb(229 237 255 / 0.95);
  border-right-color: rgb(229 237 255 / 0.95);
}
.border-x-indigo-100\/100{
  border-left-color: rgb(229 237 255 / 1);
  border-right-color: rgb(229 237 255 / 1);
}
.border-x-indigo-200\/0{
  border-left-color: rgb(205 219 254 / 0);
  border-right-color: rgb(205 219 254 / 0);
}
.border-x-indigo-200\/5{
  border-left-color: rgb(205 219 254 / 0.05);
  border-right-color: rgb(205 219 254 / 0.05);
}
.border-x-indigo-200\/10{
  border-left-color: rgb(205 219 254 / 0.1);
  border-right-color: rgb(205 219 254 / 0.1);
}
.border-x-indigo-200\/20{
  border-left-color: rgb(205 219 254 / 0.2);
  border-right-color: rgb(205 219 254 / 0.2);
}
.border-x-indigo-200\/25{
  border-left-color: rgb(205 219 254 / 0.25);
  border-right-color: rgb(205 219 254 / 0.25);
}
.border-x-indigo-200\/30{
  border-left-color: rgb(205 219 254 / 0.3);
  border-right-color: rgb(205 219 254 / 0.3);
}
.border-x-indigo-200\/40{
  border-left-color: rgb(205 219 254 / 0.4);
  border-right-color: rgb(205 219 254 / 0.4);
}
.border-x-indigo-200\/50{
  border-left-color: rgb(205 219 254 / 0.5);
  border-right-color: rgb(205 219 254 / 0.5);
}
.border-x-indigo-200\/60{
  border-left-color: rgb(205 219 254 / 0.6);
  border-right-color: rgb(205 219 254 / 0.6);
}
.border-x-indigo-200\/70{
  border-left-color: rgb(205 219 254 / 0.7);
  border-right-color: rgb(205 219 254 / 0.7);
}
.border-x-indigo-200\/75{
  border-left-color: rgb(205 219 254 / 0.75);
  border-right-color: rgb(205 219 254 / 0.75);
}
.border-x-indigo-200\/80{
  border-left-color: rgb(205 219 254 / 0.8);
  border-right-color: rgb(205 219 254 / 0.8);
}
.border-x-indigo-200\/90{
  border-left-color: rgb(205 219 254 / 0.9);
  border-right-color: rgb(205 219 254 / 0.9);
}
.border-x-indigo-200\/95{
  border-left-color: rgb(205 219 254 / 0.95);
  border-right-color: rgb(205 219 254 / 0.95);
}
.border-x-indigo-200\/100{
  border-left-color: rgb(205 219 254 / 1);
  border-right-color: rgb(205 219 254 / 1);
}
.border-x-indigo-300\/0{
  border-left-color: rgb(180 198 252 / 0);
  border-right-color: rgb(180 198 252 / 0);
}
.border-x-indigo-300\/5{
  border-left-color: rgb(180 198 252 / 0.05);
  border-right-color: rgb(180 198 252 / 0.05);
}
.border-x-indigo-300\/10{
  border-left-color: rgb(180 198 252 / 0.1);
  border-right-color: rgb(180 198 252 / 0.1);
}
.border-x-indigo-300\/20{
  border-left-color: rgb(180 198 252 / 0.2);
  border-right-color: rgb(180 198 252 / 0.2);
}
.border-x-indigo-300\/25{
  border-left-color: rgb(180 198 252 / 0.25);
  border-right-color: rgb(180 198 252 / 0.25);
}
.border-x-indigo-300\/30{
  border-left-color: rgb(180 198 252 / 0.3);
  border-right-color: rgb(180 198 252 / 0.3);
}
.border-x-indigo-300\/40{
  border-left-color: rgb(180 198 252 / 0.4);
  border-right-color: rgb(180 198 252 / 0.4);
}
.border-x-indigo-300\/50{
  border-left-color: rgb(180 198 252 / 0.5);
  border-right-color: rgb(180 198 252 / 0.5);
}
.border-x-indigo-300\/60{
  border-left-color: rgb(180 198 252 / 0.6);
  border-right-color: rgb(180 198 252 / 0.6);
}
.border-x-indigo-300\/70{
  border-left-color: rgb(180 198 252 / 0.7);
  border-right-color: rgb(180 198 252 / 0.7);
}
.border-x-indigo-300\/75{
  border-left-color: rgb(180 198 252 / 0.75);
  border-right-color: rgb(180 198 252 / 0.75);
}
.border-x-indigo-300\/80{
  border-left-color: rgb(180 198 252 / 0.8);
  border-right-color: rgb(180 198 252 / 0.8);
}
.border-x-indigo-300\/90{
  border-left-color: rgb(180 198 252 / 0.9);
  border-right-color: rgb(180 198 252 / 0.9);
}
.border-x-indigo-300\/95{
  border-left-color: rgb(180 198 252 / 0.95);
  border-right-color: rgb(180 198 252 / 0.95);
}
.border-x-indigo-300\/100{
  border-left-color: rgb(180 198 252 / 1);
  border-right-color: rgb(180 198 252 / 1);
}
.border-x-indigo-400\/0{
  border-left-color: rgb(141 162 251 / 0);
  border-right-color: rgb(141 162 251 / 0);
}
.border-x-indigo-400\/5{
  border-left-color: rgb(141 162 251 / 0.05);
  border-right-color: rgb(141 162 251 / 0.05);
}
.border-x-indigo-400\/10{
  border-left-color: rgb(141 162 251 / 0.1);
  border-right-color: rgb(141 162 251 / 0.1);
}
.border-x-indigo-400\/20{
  border-left-color: rgb(141 162 251 / 0.2);
  border-right-color: rgb(141 162 251 / 0.2);
}
.border-x-indigo-400\/25{
  border-left-color: rgb(141 162 251 / 0.25);
  border-right-color: rgb(141 162 251 / 0.25);
}
.border-x-indigo-400\/30{
  border-left-color: rgb(141 162 251 / 0.3);
  border-right-color: rgb(141 162 251 / 0.3);
}
.border-x-indigo-400\/40{
  border-left-color: rgb(141 162 251 / 0.4);
  border-right-color: rgb(141 162 251 / 0.4);
}
.border-x-indigo-400\/50{
  border-left-color: rgb(141 162 251 / 0.5);
  border-right-color: rgb(141 162 251 / 0.5);
}
.border-x-indigo-400\/60{
  border-left-color: rgb(141 162 251 / 0.6);
  border-right-color: rgb(141 162 251 / 0.6);
}
.border-x-indigo-400\/70{
  border-left-color: rgb(141 162 251 / 0.7);
  border-right-color: rgb(141 162 251 / 0.7);
}
.border-x-indigo-400\/75{
  border-left-color: rgb(141 162 251 / 0.75);
  border-right-color: rgb(141 162 251 / 0.75);
}
.border-x-indigo-400\/80{
  border-left-color: rgb(141 162 251 / 0.8);
  border-right-color: rgb(141 162 251 / 0.8);
}
.border-x-indigo-400\/90{
  border-left-color: rgb(141 162 251 / 0.9);
  border-right-color: rgb(141 162 251 / 0.9);
}
.border-x-indigo-400\/95{
  border-left-color: rgb(141 162 251 / 0.95);
  border-right-color: rgb(141 162 251 / 0.95);
}
.border-x-indigo-400\/100{
  border-left-color: rgb(141 162 251 / 1);
  border-right-color: rgb(141 162 251 / 1);
}
.border-x-indigo-500\/0{
  border-left-color: rgb(104 117 245 / 0);
  border-right-color: rgb(104 117 245 / 0);
}
.border-x-indigo-500\/5{
  border-left-color: rgb(104 117 245 / 0.05);
  border-right-color: rgb(104 117 245 / 0.05);
}
.border-x-indigo-500\/10{
  border-left-color: rgb(104 117 245 / 0.1);
  border-right-color: rgb(104 117 245 / 0.1);
}
.border-x-indigo-500\/20{
  border-left-color: rgb(104 117 245 / 0.2);
  border-right-color: rgb(104 117 245 / 0.2);
}
.border-x-indigo-500\/25{
  border-left-color: rgb(104 117 245 / 0.25);
  border-right-color: rgb(104 117 245 / 0.25);
}
.border-x-indigo-500\/30{
  border-left-color: rgb(104 117 245 / 0.3);
  border-right-color: rgb(104 117 245 / 0.3);
}
.border-x-indigo-500\/40{
  border-left-color: rgb(104 117 245 / 0.4);
  border-right-color: rgb(104 117 245 / 0.4);
}
.border-x-indigo-500\/50{
  border-left-color: rgb(104 117 245 / 0.5);
  border-right-color: rgb(104 117 245 / 0.5);
}
.border-x-indigo-500\/60{
  border-left-color: rgb(104 117 245 / 0.6);
  border-right-color: rgb(104 117 245 / 0.6);
}
.border-x-indigo-500\/70{
  border-left-color: rgb(104 117 245 / 0.7);
  border-right-color: rgb(104 117 245 / 0.7);
}
.border-x-indigo-500\/75{
  border-left-color: rgb(104 117 245 / 0.75);
  border-right-color: rgb(104 117 245 / 0.75);
}
.border-x-indigo-500\/80{
  border-left-color: rgb(104 117 245 / 0.8);
  border-right-color: rgb(104 117 245 / 0.8);
}
.border-x-indigo-500\/90{
  border-left-color: rgb(104 117 245 / 0.9);
  border-right-color: rgb(104 117 245 / 0.9);
}
.border-x-indigo-500\/95{
  border-left-color: rgb(104 117 245 / 0.95);
  border-right-color: rgb(104 117 245 / 0.95);
}
.border-x-indigo-500\/100{
  border-left-color: rgb(104 117 245 / 1);
  border-right-color: rgb(104 117 245 / 1);
}
.border-x-indigo-600\/0{
  border-left-color: rgb(88 80 236 / 0);
  border-right-color: rgb(88 80 236 / 0);
}
.border-x-indigo-600\/5{
  border-left-color: rgb(88 80 236 / 0.05);
  border-right-color: rgb(88 80 236 / 0.05);
}
.border-x-indigo-600\/10{
  border-left-color: rgb(88 80 236 / 0.1);
  border-right-color: rgb(88 80 236 / 0.1);
}
.border-x-indigo-600\/20{
  border-left-color: rgb(88 80 236 / 0.2);
  border-right-color: rgb(88 80 236 / 0.2);
}
.border-x-indigo-600\/25{
  border-left-color: rgb(88 80 236 / 0.25);
  border-right-color: rgb(88 80 236 / 0.25);
}
.border-x-indigo-600\/30{
  border-left-color: rgb(88 80 236 / 0.3);
  border-right-color: rgb(88 80 236 / 0.3);
}
.border-x-indigo-600\/40{
  border-left-color: rgb(88 80 236 / 0.4);
  border-right-color: rgb(88 80 236 / 0.4);
}
.border-x-indigo-600\/50{
  border-left-color: rgb(88 80 236 / 0.5);
  border-right-color: rgb(88 80 236 / 0.5);
}
.border-x-indigo-600\/60{
  border-left-color: rgb(88 80 236 / 0.6);
  border-right-color: rgb(88 80 236 / 0.6);
}
.border-x-indigo-600\/70{
  border-left-color: rgb(88 80 236 / 0.7);
  border-right-color: rgb(88 80 236 / 0.7);
}
.border-x-indigo-600\/75{
  border-left-color: rgb(88 80 236 / 0.75);
  border-right-color: rgb(88 80 236 / 0.75);
}
.border-x-indigo-600\/80{
  border-left-color: rgb(88 80 236 / 0.8);
  border-right-color: rgb(88 80 236 / 0.8);
}
.border-x-indigo-600\/90{
  border-left-color: rgb(88 80 236 / 0.9);
  border-right-color: rgb(88 80 236 / 0.9);
}
.border-x-indigo-600\/95{
  border-left-color: rgb(88 80 236 / 0.95);
  border-right-color: rgb(88 80 236 / 0.95);
}
.border-x-indigo-600\/100{
  border-left-color: rgb(88 80 236 / 1);
  border-right-color: rgb(88 80 236 / 1);
}
.border-x-indigo-700\/0{
  border-left-color: rgb(81 69 205 / 0);
  border-right-color: rgb(81 69 205 / 0);
}
.border-x-indigo-700\/5{
  border-left-color: rgb(81 69 205 / 0.05);
  border-right-color: rgb(81 69 205 / 0.05);
}
.border-x-indigo-700\/10{
  border-left-color: rgb(81 69 205 / 0.1);
  border-right-color: rgb(81 69 205 / 0.1);
}
.border-x-indigo-700\/20{
  border-left-color: rgb(81 69 205 / 0.2);
  border-right-color: rgb(81 69 205 / 0.2);
}
.border-x-indigo-700\/25{
  border-left-color: rgb(81 69 205 / 0.25);
  border-right-color: rgb(81 69 205 / 0.25);
}
.border-x-indigo-700\/30{
  border-left-color: rgb(81 69 205 / 0.3);
  border-right-color: rgb(81 69 205 / 0.3);
}
.border-x-indigo-700\/40{
  border-left-color: rgb(81 69 205 / 0.4);
  border-right-color: rgb(81 69 205 / 0.4);
}
.border-x-indigo-700\/50{
  border-left-color: rgb(81 69 205 / 0.5);
  border-right-color: rgb(81 69 205 / 0.5);
}
.border-x-indigo-700\/60{
  border-left-color: rgb(81 69 205 / 0.6);
  border-right-color: rgb(81 69 205 / 0.6);
}
.border-x-indigo-700\/70{
  border-left-color: rgb(81 69 205 / 0.7);
  border-right-color: rgb(81 69 205 / 0.7);
}
.border-x-indigo-700\/75{
  border-left-color: rgb(81 69 205 / 0.75);
  border-right-color: rgb(81 69 205 / 0.75);
}
.border-x-indigo-700\/80{
  border-left-color: rgb(81 69 205 / 0.8);
  border-right-color: rgb(81 69 205 / 0.8);
}
.border-x-indigo-700\/90{
  border-left-color: rgb(81 69 205 / 0.9);
  border-right-color: rgb(81 69 205 / 0.9);
}
.border-x-indigo-700\/95{
  border-left-color: rgb(81 69 205 / 0.95);
  border-right-color: rgb(81 69 205 / 0.95);
}
.border-x-indigo-700\/100{
  border-left-color: rgb(81 69 205 / 1);
  border-right-color: rgb(81 69 205 / 1);
}
.border-x-indigo-800\/0{
  border-left-color: rgb(66 56 157 / 0);
  border-right-color: rgb(66 56 157 / 0);
}
.border-x-indigo-800\/5{
  border-left-color: rgb(66 56 157 / 0.05);
  border-right-color: rgb(66 56 157 / 0.05);
}
.border-x-indigo-800\/10{
  border-left-color: rgb(66 56 157 / 0.1);
  border-right-color: rgb(66 56 157 / 0.1);
}
.border-x-indigo-800\/20{
  border-left-color: rgb(66 56 157 / 0.2);
  border-right-color: rgb(66 56 157 / 0.2);
}
.border-x-indigo-800\/25{
  border-left-color: rgb(66 56 157 / 0.25);
  border-right-color: rgb(66 56 157 / 0.25);
}
.border-x-indigo-800\/30{
  border-left-color: rgb(66 56 157 / 0.3);
  border-right-color: rgb(66 56 157 / 0.3);
}
.border-x-indigo-800\/40{
  border-left-color: rgb(66 56 157 / 0.4);
  border-right-color: rgb(66 56 157 / 0.4);
}
.border-x-indigo-800\/50{
  border-left-color: rgb(66 56 157 / 0.5);
  border-right-color: rgb(66 56 157 / 0.5);
}
.border-x-indigo-800\/60{
  border-left-color: rgb(66 56 157 / 0.6);
  border-right-color: rgb(66 56 157 / 0.6);
}
.border-x-indigo-800\/70{
  border-left-color: rgb(66 56 157 / 0.7);
  border-right-color: rgb(66 56 157 / 0.7);
}
.border-x-indigo-800\/75{
  border-left-color: rgb(66 56 157 / 0.75);
  border-right-color: rgb(66 56 157 / 0.75);
}
.border-x-indigo-800\/80{
  border-left-color: rgb(66 56 157 / 0.8);
  border-right-color: rgb(66 56 157 / 0.8);
}
.border-x-indigo-800\/90{
  border-left-color: rgb(66 56 157 / 0.9);
  border-right-color: rgb(66 56 157 / 0.9);
}
.border-x-indigo-800\/95{
  border-left-color: rgb(66 56 157 / 0.95);
  border-right-color: rgb(66 56 157 / 0.95);
}
.border-x-indigo-800\/100{
  border-left-color: rgb(66 56 157 / 1);
  border-right-color: rgb(66 56 157 / 1);
}
.border-x-indigo-900\/0{
  border-left-color: rgb(54 47 120 / 0);
  border-right-color: rgb(54 47 120 / 0);
}
.border-x-indigo-900\/5{
  border-left-color: rgb(54 47 120 / 0.05);
  border-right-color: rgb(54 47 120 / 0.05);
}
.border-x-indigo-900\/10{
  border-left-color: rgb(54 47 120 / 0.1);
  border-right-color: rgb(54 47 120 / 0.1);
}
.border-x-indigo-900\/20{
  border-left-color: rgb(54 47 120 / 0.2);
  border-right-color: rgb(54 47 120 / 0.2);
}
.border-x-indigo-900\/25{
  border-left-color: rgb(54 47 120 / 0.25);
  border-right-color: rgb(54 47 120 / 0.25);
}
.border-x-indigo-900\/30{
  border-left-color: rgb(54 47 120 / 0.3);
  border-right-color: rgb(54 47 120 / 0.3);
}
.border-x-indigo-900\/40{
  border-left-color: rgb(54 47 120 / 0.4);
  border-right-color: rgb(54 47 120 / 0.4);
}
.border-x-indigo-900\/50{
  border-left-color: rgb(54 47 120 / 0.5);
  border-right-color: rgb(54 47 120 / 0.5);
}
.border-x-indigo-900\/60{
  border-left-color: rgb(54 47 120 / 0.6);
  border-right-color: rgb(54 47 120 / 0.6);
}
.border-x-indigo-900\/70{
  border-left-color: rgb(54 47 120 / 0.7);
  border-right-color: rgb(54 47 120 / 0.7);
}
.border-x-indigo-900\/75{
  border-left-color: rgb(54 47 120 / 0.75);
  border-right-color: rgb(54 47 120 / 0.75);
}
.border-x-indigo-900\/80{
  border-left-color: rgb(54 47 120 / 0.8);
  border-right-color: rgb(54 47 120 / 0.8);
}
.border-x-indigo-900\/90{
  border-left-color: rgb(54 47 120 / 0.9);
  border-right-color: rgb(54 47 120 / 0.9);
}
.border-x-indigo-900\/95{
  border-left-color: rgb(54 47 120 / 0.95);
  border-right-color: rgb(54 47 120 / 0.95);
}
.border-x-indigo-900\/100{
  border-left-color: rgb(54 47 120 / 1);
  border-right-color: rgb(54 47 120 / 1);
}
.border-x-purple-50\/0{
  border-left-color: rgb(246 245 255 / 0);
  border-right-color: rgb(246 245 255 / 0);
}
.border-x-purple-50\/5{
  border-left-color: rgb(246 245 255 / 0.05);
  border-right-color: rgb(246 245 255 / 0.05);
}
.border-x-purple-50\/10{
  border-left-color: rgb(246 245 255 / 0.1);
  border-right-color: rgb(246 245 255 / 0.1);
}
.border-x-purple-50\/20{
  border-left-color: rgb(246 245 255 / 0.2);
  border-right-color: rgb(246 245 255 / 0.2);
}
.border-x-purple-50\/25{
  border-left-color: rgb(246 245 255 / 0.25);
  border-right-color: rgb(246 245 255 / 0.25);
}
.border-x-purple-50\/30{
  border-left-color: rgb(246 245 255 / 0.3);
  border-right-color: rgb(246 245 255 / 0.3);
}
.border-x-purple-50\/40{
  border-left-color: rgb(246 245 255 / 0.4);
  border-right-color: rgb(246 245 255 / 0.4);
}
.border-x-purple-50\/50{
  border-left-color: rgb(246 245 255 / 0.5);
  border-right-color: rgb(246 245 255 / 0.5);
}
.border-x-purple-50\/60{
  border-left-color: rgb(246 245 255 / 0.6);
  border-right-color: rgb(246 245 255 / 0.6);
}
.border-x-purple-50\/70{
  border-left-color: rgb(246 245 255 / 0.7);
  border-right-color: rgb(246 245 255 / 0.7);
}
.border-x-purple-50\/75{
  border-left-color: rgb(246 245 255 / 0.75);
  border-right-color: rgb(246 245 255 / 0.75);
}
.border-x-purple-50\/80{
  border-left-color: rgb(246 245 255 / 0.8);
  border-right-color: rgb(246 245 255 / 0.8);
}
.border-x-purple-50\/90{
  border-left-color: rgb(246 245 255 / 0.9);
  border-right-color: rgb(246 245 255 / 0.9);
}
.border-x-purple-50\/95{
  border-left-color: rgb(246 245 255 / 0.95);
  border-right-color: rgb(246 245 255 / 0.95);
}
.border-x-purple-50\/100{
  border-left-color: rgb(246 245 255 / 1);
  border-right-color: rgb(246 245 255 / 1);
}
.border-x-purple-100\/0{
  border-left-color: rgb(237 235 254 / 0);
  border-right-color: rgb(237 235 254 / 0);
}
.border-x-purple-100\/5{
  border-left-color: rgb(237 235 254 / 0.05);
  border-right-color: rgb(237 235 254 / 0.05);
}
.border-x-purple-100\/10{
  border-left-color: rgb(237 235 254 / 0.1);
  border-right-color: rgb(237 235 254 / 0.1);
}
.border-x-purple-100\/20{
  border-left-color: rgb(237 235 254 / 0.2);
  border-right-color: rgb(237 235 254 / 0.2);
}
.border-x-purple-100\/25{
  border-left-color: rgb(237 235 254 / 0.25);
  border-right-color: rgb(237 235 254 / 0.25);
}
.border-x-purple-100\/30{
  border-left-color: rgb(237 235 254 / 0.3);
  border-right-color: rgb(237 235 254 / 0.3);
}
.border-x-purple-100\/40{
  border-left-color: rgb(237 235 254 / 0.4);
  border-right-color: rgb(237 235 254 / 0.4);
}
.border-x-purple-100\/50{
  border-left-color: rgb(237 235 254 / 0.5);
  border-right-color: rgb(237 235 254 / 0.5);
}
.border-x-purple-100\/60{
  border-left-color: rgb(237 235 254 / 0.6);
  border-right-color: rgb(237 235 254 / 0.6);
}
.border-x-purple-100\/70{
  border-left-color: rgb(237 235 254 / 0.7);
  border-right-color: rgb(237 235 254 / 0.7);
}
.border-x-purple-100\/75{
  border-left-color: rgb(237 235 254 / 0.75);
  border-right-color: rgb(237 235 254 / 0.75);
}
.border-x-purple-100\/80{
  border-left-color: rgb(237 235 254 / 0.8);
  border-right-color: rgb(237 235 254 / 0.8);
}
.border-x-purple-100\/90{
  border-left-color: rgb(237 235 254 / 0.9);
  border-right-color: rgb(237 235 254 / 0.9);
}
.border-x-purple-100\/95{
  border-left-color: rgb(237 235 254 / 0.95);
  border-right-color: rgb(237 235 254 / 0.95);
}
.border-x-purple-100\/100{
  border-left-color: rgb(237 235 254 / 1);
  border-right-color: rgb(237 235 254 / 1);
}
.border-x-purple-200\/0{
  border-left-color: rgb(220 215 254 / 0);
  border-right-color: rgb(220 215 254 / 0);
}
.border-x-purple-200\/5{
  border-left-color: rgb(220 215 254 / 0.05);
  border-right-color: rgb(220 215 254 / 0.05);
}
.border-x-purple-200\/10{
  border-left-color: rgb(220 215 254 / 0.1);
  border-right-color: rgb(220 215 254 / 0.1);
}
.border-x-purple-200\/20{
  border-left-color: rgb(220 215 254 / 0.2);
  border-right-color: rgb(220 215 254 / 0.2);
}
.border-x-purple-200\/25{
  border-left-color: rgb(220 215 254 / 0.25);
  border-right-color: rgb(220 215 254 / 0.25);
}
.border-x-purple-200\/30{
  border-left-color: rgb(220 215 254 / 0.3);
  border-right-color: rgb(220 215 254 / 0.3);
}
.border-x-purple-200\/40{
  border-left-color: rgb(220 215 254 / 0.4);
  border-right-color: rgb(220 215 254 / 0.4);
}
.border-x-purple-200\/50{
  border-left-color: rgb(220 215 254 / 0.5);
  border-right-color: rgb(220 215 254 / 0.5);
}
.border-x-purple-200\/60{
  border-left-color: rgb(220 215 254 / 0.6);
  border-right-color: rgb(220 215 254 / 0.6);
}
.border-x-purple-200\/70{
  border-left-color: rgb(220 215 254 / 0.7);
  border-right-color: rgb(220 215 254 / 0.7);
}
.border-x-purple-200\/75{
  border-left-color: rgb(220 215 254 / 0.75);
  border-right-color: rgb(220 215 254 / 0.75);
}
.border-x-purple-200\/80{
  border-left-color: rgb(220 215 254 / 0.8);
  border-right-color: rgb(220 215 254 / 0.8);
}
.border-x-purple-200\/90{
  border-left-color: rgb(220 215 254 / 0.9);
  border-right-color: rgb(220 215 254 / 0.9);
}
.border-x-purple-200\/95{
  border-left-color: rgb(220 215 254 / 0.95);
  border-right-color: rgb(220 215 254 / 0.95);
}
.border-x-purple-200\/100{
  border-left-color: rgb(220 215 254 / 1);
  border-right-color: rgb(220 215 254 / 1);
}
.border-x-purple-300\/0{
  border-left-color: rgb(202 191 253 / 0);
  border-right-color: rgb(202 191 253 / 0);
}
.border-x-purple-300\/5{
  border-left-color: rgb(202 191 253 / 0.05);
  border-right-color: rgb(202 191 253 / 0.05);
}
.border-x-purple-300\/10{
  border-left-color: rgb(202 191 253 / 0.1);
  border-right-color: rgb(202 191 253 / 0.1);
}
.border-x-purple-300\/20{
  border-left-color: rgb(202 191 253 / 0.2);
  border-right-color: rgb(202 191 253 / 0.2);
}
.border-x-purple-300\/25{
  border-left-color: rgb(202 191 253 / 0.25);
  border-right-color: rgb(202 191 253 / 0.25);
}
.border-x-purple-300\/30{
  border-left-color: rgb(202 191 253 / 0.3);
  border-right-color: rgb(202 191 253 / 0.3);
}
.border-x-purple-300\/40{
  border-left-color: rgb(202 191 253 / 0.4);
  border-right-color: rgb(202 191 253 / 0.4);
}
.border-x-purple-300\/50{
  border-left-color: rgb(202 191 253 / 0.5);
  border-right-color: rgb(202 191 253 / 0.5);
}
.border-x-purple-300\/60{
  border-left-color: rgb(202 191 253 / 0.6);
  border-right-color: rgb(202 191 253 / 0.6);
}
.border-x-purple-300\/70{
  border-left-color: rgb(202 191 253 / 0.7);
  border-right-color: rgb(202 191 253 / 0.7);
}
.border-x-purple-300\/75{
  border-left-color: rgb(202 191 253 / 0.75);
  border-right-color: rgb(202 191 253 / 0.75);
}
.border-x-purple-300\/80{
  border-left-color: rgb(202 191 253 / 0.8);
  border-right-color: rgb(202 191 253 / 0.8);
}
.border-x-purple-300\/90{
  border-left-color: rgb(202 191 253 / 0.9);
  border-right-color: rgb(202 191 253 / 0.9);
}
.border-x-purple-300\/95{
  border-left-color: rgb(202 191 253 / 0.95);
  border-right-color: rgb(202 191 253 / 0.95);
}
.border-x-purple-300\/100{
  border-left-color: rgb(202 191 253 / 1);
  border-right-color: rgb(202 191 253 / 1);
}
.border-x-purple-400\/0{
  border-left-color: rgb(172 148 250 / 0);
  border-right-color: rgb(172 148 250 / 0);
}
.border-x-purple-400\/5{
  border-left-color: rgb(172 148 250 / 0.05);
  border-right-color: rgb(172 148 250 / 0.05);
}
.border-x-purple-400\/10{
  border-left-color: rgb(172 148 250 / 0.1);
  border-right-color: rgb(172 148 250 / 0.1);
}
.border-x-purple-400\/20{
  border-left-color: rgb(172 148 250 / 0.2);
  border-right-color: rgb(172 148 250 / 0.2);
}
.border-x-purple-400\/25{
  border-left-color: rgb(172 148 250 / 0.25);
  border-right-color: rgb(172 148 250 / 0.25);
}
.border-x-purple-400\/30{
  border-left-color: rgb(172 148 250 / 0.3);
  border-right-color: rgb(172 148 250 / 0.3);
}
.border-x-purple-400\/40{
  border-left-color: rgb(172 148 250 / 0.4);
  border-right-color: rgb(172 148 250 / 0.4);
}
.border-x-purple-400\/50{
  border-left-color: rgb(172 148 250 / 0.5);
  border-right-color: rgb(172 148 250 / 0.5);
}
.border-x-purple-400\/60{
  border-left-color: rgb(172 148 250 / 0.6);
  border-right-color: rgb(172 148 250 / 0.6);
}
.border-x-purple-400\/70{
  border-left-color: rgb(172 148 250 / 0.7);
  border-right-color: rgb(172 148 250 / 0.7);
}
.border-x-purple-400\/75{
  border-left-color: rgb(172 148 250 / 0.75);
  border-right-color: rgb(172 148 250 / 0.75);
}
.border-x-purple-400\/80{
  border-left-color: rgb(172 148 250 / 0.8);
  border-right-color: rgb(172 148 250 / 0.8);
}
.border-x-purple-400\/90{
  border-left-color: rgb(172 148 250 / 0.9);
  border-right-color: rgb(172 148 250 / 0.9);
}
.border-x-purple-400\/95{
  border-left-color: rgb(172 148 250 / 0.95);
  border-right-color: rgb(172 148 250 / 0.95);
}
.border-x-purple-400\/100{
  border-left-color: rgb(172 148 250 / 1);
  border-right-color: rgb(172 148 250 / 1);
}
.border-x-purple-500\/0{
  border-left-color: rgb(144 97 249 / 0);
  border-right-color: rgb(144 97 249 / 0);
}
.border-x-purple-500\/5{
  border-left-color: rgb(144 97 249 / 0.05);
  border-right-color: rgb(144 97 249 / 0.05);
}
.border-x-purple-500\/10{
  border-left-color: rgb(144 97 249 / 0.1);
  border-right-color: rgb(144 97 249 / 0.1);
}
.border-x-purple-500\/20{
  border-left-color: rgb(144 97 249 / 0.2);
  border-right-color: rgb(144 97 249 / 0.2);
}
.border-x-purple-500\/25{
  border-left-color: rgb(144 97 249 / 0.25);
  border-right-color: rgb(144 97 249 / 0.25);
}
.border-x-purple-500\/30{
  border-left-color: rgb(144 97 249 / 0.3);
  border-right-color: rgb(144 97 249 / 0.3);
}
.border-x-purple-500\/40{
  border-left-color: rgb(144 97 249 / 0.4);
  border-right-color: rgb(144 97 249 / 0.4);
}
.border-x-purple-500\/50{
  border-left-color: rgb(144 97 249 / 0.5);
  border-right-color: rgb(144 97 249 / 0.5);
}
.border-x-purple-500\/60{
  border-left-color: rgb(144 97 249 / 0.6);
  border-right-color: rgb(144 97 249 / 0.6);
}
.border-x-purple-500\/70{
  border-left-color: rgb(144 97 249 / 0.7);
  border-right-color: rgb(144 97 249 / 0.7);
}
.border-x-purple-500\/75{
  border-left-color: rgb(144 97 249 / 0.75);
  border-right-color: rgb(144 97 249 / 0.75);
}
.border-x-purple-500\/80{
  border-left-color: rgb(144 97 249 / 0.8);
  border-right-color: rgb(144 97 249 / 0.8);
}
.border-x-purple-500\/90{
  border-left-color: rgb(144 97 249 / 0.9);
  border-right-color: rgb(144 97 249 / 0.9);
}
.border-x-purple-500\/95{
  border-left-color: rgb(144 97 249 / 0.95);
  border-right-color: rgb(144 97 249 / 0.95);
}
.border-x-purple-500\/100{
  border-left-color: rgb(144 97 249 / 1);
  border-right-color: rgb(144 97 249 / 1);
}
.border-x-purple-600\/0{
  border-left-color: rgb(126 58 242 / 0);
  border-right-color: rgb(126 58 242 / 0);
}
.border-x-purple-600\/5{
  border-left-color: rgb(126 58 242 / 0.05);
  border-right-color: rgb(126 58 242 / 0.05);
}
.border-x-purple-600\/10{
  border-left-color: rgb(126 58 242 / 0.1);
  border-right-color: rgb(126 58 242 / 0.1);
}
.border-x-purple-600\/20{
  border-left-color: rgb(126 58 242 / 0.2);
  border-right-color: rgb(126 58 242 / 0.2);
}
.border-x-purple-600\/25{
  border-left-color: rgb(126 58 242 / 0.25);
  border-right-color: rgb(126 58 242 / 0.25);
}
.border-x-purple-600\/30{
  border-left-color: rgb(126 58 242 / 0.3);
  border-right-color: rgb(126 58 242 / 0.3);
}
.border-x-purple-600\/40{
  border-left-color: rgb(126 58 242 / 0.4);
  border-right-color: rgb(126 58 242 / 0.4);
}
.border-x-purple-600\/50{
  border-left-color: rgb(126 58 242 / 0.5);
  border-right-color: rgb(126 58 242 / 0.5);
}
.border-x-purple-600\/60{
  border-left-color: rgb(126 58 242 / 0.6);
  border-right-color: rgb(126 58 242 / 0.6);
}
.border-x-purple-600\/70{
  border-left-color: rgb(126 58 242 / 0.7);
  border-right-color: rgb(126 58 242 / 0.7);
}
.border-x-purple-600\/75{
  border-left-color: rgb(126 58 242 / 0.75);
  border-right-color: rgb(126 58 242 / 0.75);
}
.border-x-purple-600\/80{
  border-left-color: rgb(126 58 242 / 0.8);
  border-right-color: rgb(126 58 242 / 0.8);
}
.border-x-purple-600\/90{
  border-left-color: rgb(126 58 242 / 0.9);
  border-right-color: rgb(126 58 242 / 0.9);
}
.border-x-purple-600\/95{
  border-left-color: rgb(126 58 242 / 0.95);
  border-right-color: rgb(126 58 242 / 0.95);
}
.border-x-purple-600\/100{
  border-left-color: rgb(126 58 242 / 1);
  border-right-color: rgb(126 58 242 / 1);
}
.border-x-purple-700\/0{
  border-left-color: rgb(108 43 217 / 0);
  border-right-color: rgb(108 43 217 / 0);
}
.border-x-purple-700\/5{
  border-left-color: rgb(108 43 217 / 0.05);
  border-right-color: rgb(108 43 217 / 0.05);
}
.border-x-purple-700\/10{
  border-left-color: rgb(108 43 217 / 0.1);
  border-right-color: rgb(108 43 217 / 0.1);
}
.border-x-purple-700\/20{
  border-left-color: rgb(108 43 217 / 0.2);
  border-right-color: rgb(108 43 217 / 0.2);
}
.border-x-purple-700\/25{
  border-left-color: rgb(108 43 217 / 0.25);
  border-right-color: rgb(108 43 217 / 0.25);
}
.border-x-purple-700\/30{
  border-left-color: rgb(108 43 217 / 0.3);
  border-right-color: rgb(108 43 217 / 0.3);
}
.border-x-purple-700\/40{
  border-left-color: rgb(108 43 217 / 0.4);
  border-right-color: rgb(108 43 217 / 0.4);
}
.border-x-purple-700\/50{
  border-left-color: rgb(108 43 217 / 0.5);
  border-right-color: rgb(108 43 217 / 0.5);
}
.border-x-purple-700\/60{
  border-left-color: rgb(108 43 217 / 0.6);
  border-right-color: rgb(108 43 217 / 0.6);
}
.border-x-purple-700\/70{
  border-left-color: rgb(108 43 217 / 0.7);
  border-right-color: rgb(108 43 217 / 0.7);
}
.border-x-purple-700\/75{
  border-left-color: rgb(108 43 217 / 0.75);
  border-right-color: rgb(108 43 217 / 0.75);
}
.border-x-purple-700\/80{
  border-left-color: rgb(108 43 217 / 0.8);
  border-right-color: rgb(108 43 217 / 0.8);
}
.border-x-purple-700\/90{
  border-left-color: rgb(108 43 217 / 0.9);
  border-right-color: rgb(108 43 217 / 0.9);
}
.border-x-purple-700\/95{
  border-left-color: rgb(108 43 217 / 0.95);
  border-right-color: rgb(108 43 217 / 0.95);
}
.border-x-purple-700\/100{
  border-left-color: rgb(108 43 217 / 1);
  border-right-color: rgb(108 43 217 / 1);
}
.border-x-purple-800\/0{
  border-left-color: rgb(85 33 181 / 0);
  border-right-color: rgb(85 33 181 / 0);
}
.border-x-purple-800\/5{
  border-left-color: rgb(85 33 181 / 0.05);
  border-right-color: rgb(85 33 181 / 0.05);
}
.border-x-purple-800\/10{
  border-left-color: rgb(85 33 181 / 0.1);
  border-right-color: rgb(85 33 181 / 0.1);
}
.border-x-purple-800\/20{
  border-left-color: rgb(85 33 181 / 0.2);
  border-right-color: rgb(85 33 181 / 0.2);
}
.border-x-purple-800\/25{
  border-left-color: rgb(85 33 181 / 0.25);
  border-right-color: rgb(85 33 181 / 0.25);
}
.border-x-purple-800\/30{
  border-left-color: rgb(85 33 181 / 0.3);
  border-right-color: rgb(85 33 181 / 0.3);
}
.border-x-purple-800\/40{
  border-left-color: rgb(85 33 181 / 0.4);
  border-right-color: rgb(85 33 181 / 0.4);
}
.border-x-purple-800\/50{
  border-left-color: rgb(85 33 181 / 0.5);
  border-right-color: rgb(85 33 181 / 0.5);
}
.border-x-purple-800\/60{
  border-left-color: rgb(85 33 181 / 0.6);
  border-right-color: rgb(85 33 181 / 0.6);
}
.border-x-purple-800\/70{
  border-left-color: rgb(85 33 181 / 0.7);
  border-right-color: rgb(85 33 181 / 0.7);
}
.border-x-purple-800\/75{
  border-left-color: rgb(85 33 181 / 0.75);
  border-right-color: rgb(85 33 181 / 0.75);
}
.border-x-purple-800\/80{
  border-left-color: rgb(85 33 181 / 0.8);
  border-right-color: rgb(85 33 181 / 0.8);
}
.border-x-purple-800\/90{
  border-left-color: rgb(85 33 181 / 0.9);
  border-right-color: rgb(85 33 181 / 0.9);
}
.border-x-purple-800\/95{
  border-left-color: rgb(85 33 181 / 0.95);
  border-right-color: rgb(85 33 181 / 0.95);
}
.border-x-purple-800\/100{
  border-left-color: rgb(85 33 181 / 1);
  border-right-color: rgb(85 33 181 / 1);
}
.border-x-purple-900\/0{
  border-left-color: rgb(74 29 150 / 0);
  border-right-color: rgb(74 29 150 / 0);
}
.border-x-purple-900\/5{
  border-left-color: rgb(74 29 150 / 0.05);
  border-right-color: rgb(74 29 150 / 0.05);
}
.border-x-purple-900\/10{
  border-left-color: rgb(74 29 150 / 0.1);
  border-right-color: rgb(74 29 150 / 0.1);
}
.border-x-purple-900\/20{
  border-left-color: rgb(74 29 150 / 0.2);
  border-right-color: rgb(74 29 150 / 0.2);
}
.border-x-purple-900\/25{
  border-left-color: rgb(74 29 150 / 0.25);
  border-right-color: rgb(74 29 150 / 0.25);
}
.border-x-purple-900\/30{
  border-left-color: rgb(74 29 150 / 0.3);
  border-right-color: rgb(74 29 150 / 0.3);
}
.border-x-purple-900\/40{
  border-left-color: rgb(74 29 150 / 0.4);
  border-right-color: rgb(74 29 150 / 0.4);
}
.border-x-purple-900\/50{
  border-left-color: rgb(74 29 150 / 0.5);
  border-right-color: rgb(74 29 150 / 0.5);
}
.border-x-purple-900\/60{
  border-left-color: rgb(74 29 150 / 0.6);
  border-right-color: rgb(74 29 150 / 0.6);
}
.border-x-purple-900\/70{
  border-left-color: rgb(74 29 150 / 0.7);
  border-right-color: rgb(74 29 150 / 0.7);
}
.border-x-purple-900\/75{
  border-left-color: rgb(74 29 150 / 0.75);
  border-right-color: rgb(74 29 150 / 0.75);
}
.border-x-purple-900\/80{
  border-left-color: rgb(74 29 150 / 0.8);
  border-right-color: rgb(74 29 150 / 0.8);
}
.border-x-purple-900\/90{
  border-left-color: rgb(74 29 150 / 0.9);
  border-right-color: rgb(74 29 150 / 0.9);
}
.border-x-purple-900\/95{
  border-left-color: rgb(74 29 150 / 0.95);
  border-right-color: rgb(74 29 150 / 0.95);
}
.border-x-purple-900\/100{
  border-left-color: rgb(74 29 150 / 1);
  border-right-color: rgb(74 29 150 / 1);
}
.border-x-purple-light\/0{
  border-left-color: rgb(224 14 102 / 0);
  border-right-color: rgb(224 14 102 / 0);
}
.border-x-purple-light\/5{
  border-left-color: rgb(224 14 102 / 0.05);
  border-right-color: rgb(224 14 102 / 0.05);
}
.border-x-purple-light\/10{
  border-left-color: rgb(224 14 102 / 0.1);
  border-right-color: rgb(224 14 102 / 0.1);
}
.border-x-purple-light\/20{
  border-left-color: rgb(224 14 102 / 0.2);
  border-right-color: rgb(224 14 102 / 0.2);
}
.border-x-purple-light\/25{
  border-left-color: rgb(224 14 102 / 0.25);
  border-right-color: rgb(224 14 102 / 0.25);
}
.border-x-purple-light\/30{
  border-left-color: rgb(224 14 102 / 0.3);
  border-right-color: rgb(224 14 102 / 0.3);
}
.border-x-purple-light\/40{
  border-left-color: rgb(224 14 102 / 0.4);
  border-right-color: rgb(224 14 102 / 0.4);
}
.border-x-purple-light\/50{
  border-left-color: rgb(224 14 102 / 0.5);
  border-right-color: rgb(224 14 102 / 0.5);
}
.border-x-purple-light\/60{
  border-left-color: rgb(224 14 102 / 0.6);
  border-right-color: rgb(224 14 102 / 0.6);
}
.border-x-purple-light\/70{
  border-left-color: rgb(224 14 102 / 0.7);
  border-right-color: rgb(224 14 102 / 0.7);
}
.border-x-purple-light\/75{
  border-left-color: rgb(224 14 102 / 0.75);
  border-right-color: rgb(224 14 102 / 0.75);
}
.border-x-purple-light\/80{
  border-left-color: rgb(224 14 102 / 0.8);
  border-right-color: rgb(224 14 102 / 0.8);
}
.border-x-purple-light\/90{
  border-left-color: rgb(224 14 102 / 0.9);
  border-right-color: rgb(224 14 102 / 0.9);
}
.border-x-purple-light\/95{
  border-left-color: rgb(224 14 102 / 0.95);
  border-right-color: rgb(224 14 102 / 0.95);
}
.border-x-purple-light\/100{
  border-left-color: rgb(224 14 102 / 1);
  border-right-color: rgb(224 14 102 / 1);
}
.border-x-pink-50\/0{
  border-left-color: rgb(253 242 248 / 0);
  border-right-color: rgb(253 242 248 / 0);
}
.border-x-pink-50\/5{
  border-left-color: rgb(253 242 248 / 0.05);
  border-right-color: rgb(253 242 248 / 0.05);
}
.border-x-pink-50\/10{
  border-left-color: rgb(253 242 248 / 0.1);
  border-right-color: rgb(253 242 248 / 0.1);
}
.border-x-pink-50\/20{
  border-left-color: rgb(253 242 248 / 0.2);
  border-right-color: rgb(253 242 248 / 0.2);
}
.border-x-pink-50\/25{
  border-left-color: rgb(253 242 248 / 0.25);
  border-right-color: rgb(253 242 248 / 0.25);
}
.border-x-pink-50\/30{
  border-left-color: rgb(253 242 248 / 0.3);
  border-right-color: rgb(253 242 248 / 0.3);
}
.border-x-pink-50\/40{
  border-left-color: rgb(253 242 248 / 0.4);
  border-right-color: rgb(253 242 248 / 0.4);
}
.border-x-pink-50\/50{
  border-left-color: rgb(253 242 248 / 0.5);
  border-right-color: rgb(253 242 248 / 0.5);
}
.border-x-pink-50\/60{
  border-left-color: rgb(253 242 248 / 0.6);
  border-right-color: rgb(253 242 248 / 0.6);
}
.border-x-pink-50\/70{
  border-left-color: rgb(253 242 248 / 0.7);
  border-right-color: rgb(253 242 248 / 0.7);
}
.border-x-pink-50\/75{
  border-left-color: rgb(253 242 248 / 0.75);
  border-right-color: rgb(253 242 248 / 0.75);
}
.border-x-pink-50\/80{
  border-left-color: rgb(253 242 248 / 0.8);
  border-right-color: rgb(253 242 248 / 0.8);
}
.border-x-pink-50\/90{
  border-left-color: rgb(253 242 248 / 0.9);
  border-right-color: rgb(253 242 248 / 0.9);
}
.border-x-pink-50\/95{
  border-left-color: rgb(253 242 248 / 0.95);
  border-right-color: rgb(253 242 248 / 0.95);
}
.border-x-pink-50\/100{
  border-left-color: rgb(253 242 248 / 1);
  border-right-color: rgb(253 242 248 / 1);
}
.border-x-pink-100\/0{
  border-left-color: rgb(252 232 243 / 0);
  border-right-color: rgb(252 232 243 / 0);
}
.border-x-pink-100\/5{
  border-left-color: rgb(252 232 243 / 0.05);
  border-right-color: rgb(252 232 243 / 0.05);
}
.border-x-pink-100\/10{
  border-left-color: rgb(252 232 243 / 0.1);
  border-right-color: rgb(252 232 243 / 0.1);
}
.border-x-pink-100\/20{
  border-left-color: rgb(252 232 243 / 0.2);
  border-right-color: rgb(252 232 243 / 0.2);
}
.border-x-pink-100\/25{
  border-left-color: rgb(252 232 243 / 0.25);
  border-right-color: rgb(252 232 243 / 0.25);
}
.border-x-pink-100\/30{
  border-left-color: rgb(252 232 243 / 0.3);
  border-right-color: rgb(252 232 243 / 0.3);
}
.border-x-pink-100\/40{
  border-left-color: rgb(252 232 243 / 0.4);
  border-right-color: rgb(252 232 243 / 0.4);
}
.border-x-pink-100\/50{
  border-left-color: rgb(252 232 243 / 0.5);
  border-right-color: rgb(252 232 243 / 0.5);
}
.border-x-pink-100\/60{
  border-left-color: rgb(252 232 243 / 0.6);
  border-right-color: rgb(252 232 243 / 0.6);
}
.border-x-pink-100\/70{
  border-left-color: rgb(252 232 243 / 0.7);
  border-right-color: rgb(252 232 243 / 0.7);
}
.border-x-pink-100\/75{
  border-left-color: rgb(252 232 243 / 0.75);
  border-right-color: rgb(252 232 243 / 0.75);
}
.border-x-pink-100\/80{
  border-left-color: rgb(252 232 243 / 0.8);
  border-right-color: rgb(252 232 243 / 0.8);
}
.border-x-pink-100\/90{
  border-left-color: rgb(252 232 243 / 0.9);
  border-right-color: rgb(252 232 243 / 0.9);
}
.border-x-pink-100\/95{
  border-left-color: rgb(252 232 243 / 0.95);
  border-right-color: rgb(252 232 243 / 0.95);
}
.border-x-pink-100\/100{
  border-left-color: rgb(252 232 243 / 1);
  border-right-color: rgb(252 232 243 / 1);
}
.border-x-pink-200\/0{
  border-left-color: rgb(250 209 232 / 0);
  border-right-color: rgb(250 209 232 / 0);
}
.border-x-pink-200\/5{
  border-left-color: rgb(250 209 232 / 0.05);
  border-right-color: rgb(250 209 232 / 0.05);
}
.border-x-pink-200\/10{
  border-left-color: rgb(250 209 232 / 0.1);
  border-right-color: rgb(250 209 232 / 0.1);
}
.border-x-pink-200\/20{
  border-left-color: rgb(250 209 232 / 0.2);
  border-right-color: rgb(250 209 232 / 0.2);
}
.border-x-pink-200\/25{
  border-left-color: rgb(250 209 232 / 0.25);
  border-right-color: rgb(250 209 232 / 0.25);
}
.border-x-pink-200\/30{
  border-left-color: rgb(250 209 232 / 0.3);
  border-right-color: rgb(250 209 232 / 0.3);
}
.border-x-pink-200\/40{
  border-left-color: rgb(250 209 232 / 0.4);
  border-right-color: rgb(250 209 232 / 0.4);
}
.border-x-pink-200\/50{
  border-left-color: rgb(250 209 232 / 0.5);
  border-right-color: rgb(250 209 232 / 0.5);
}
.border-x-pink-200\/60{
  border-left-color: rgb(250 209 232 / 0.6);
  border-right-color: rgb(250 209 232 / 0.6);
}
.border-x-pink-200\/70{
  border-left-color: rgb(250 209 232 / 0.7);
  border-right-color: rgb(250 209 232 / 0.7);
}
.border-x-pink-200\/75{
  border-left-color: rgb(250 209 232 / 0.75);
  border-right-color: rgb(250 209 232 / 0.75);
}
.border-x-pink-200\/80{
  border-left-color: rgb(250 209 232 / 0.8);
  border-right-color: rgb(250 209 232 / 0.8);
}
.border-x-pink-200\/90{
  border-left-color: rgb(250 209 232 / 0.9);
  border-right-color: rgb(250 209 232 / 0.9);
}
.border-x-pink-200\/95{
  border-left-color: rgb(250 209 232 / 0.95);
  border-right-color: rgb(250 209 232 / 0.95);
}
.border-x-pink-200\/100{
  border-left-color: rgb(250 209 232 / 1);
  border-right-color: rgb(250 209 232 / 1);
}
.border-x-pink-300\/0{
  border-left-color: rgb(248 180 217 / 0);
  border-right-color: rgb(248 180 217 / 0);
}
.border-x-pink-300\/5{
  border-left-color: rgb(248 180 217 / 0.05);
  border-right-color: rgb(248 180 217 / 0.05);
}
.border-x-pink-300\/10{
  border-left-color: rgb(248 180 217 / 0.1);
  border-right-color: rgb(248 180 217 / 0.1);
}
.border-x-pink-300\/20{
  border-left-color: rgb(248 180 217 / 0.2);
  border-right-color: rgb(248 180 217 / 0.2);
}
.border-x-pink-300\/25{
  border-left-color: rgb(248 180 217 / 0.25);
  border-right-color: rgb(248 180 217 / 0.25);
}
.border-x-pink-300\/30{
  border-left-color: rgb(248 180 217 / 0.3);
  border-right-color: rgb(248 180 217 / 0.3);
}
.border-x-pink-300\/40{
  border-left-color: rgb(248 180 217 / 0.4);
  border-right-color: rgb(248 180 217 / 0.4);
}
.border-x-pink-300\/50{
  border-left-color: rgb(248 180 217 / 0.5);
  border-right-color: rgb(248 180 217 / 0.5);
}
.border-x-pink-300\/60{
  border-left-color: rgb(248 180 217 / 0.6);
  border-right-color: rgb(248 180 217 / 0.6);
}
.border-x-pink-300\/70{
  border-left-color: rgb(248 180 217 / 0.7);
  border-right-color: rgb(248 180 217 / 0.7);
}
.border-x-pink-300\/75{
  border-left-color: rgb(248 180 217 / 0.75);
  border-right-color: rgb(248 180 217 / 0.75);
}
.border-x-pink-300\/80{
  border-left-color: rgb(248 180 217 / 0.8);
  border-right-color: rgb(248 180 217 / 0.8);
}
.border-x-pink-300\/90{
  border-left-color: rgb(248 180 217 / 0.9);
  border-right-color: rgb(248 180 217 / 0.9);
}
.border-x-pink-300\/95{
  border-left-color: rgb(248 180 217 / 0.95);
  border-right-color: rgb(248 180 217 / 0.95);
}
.border-x-pink-300\/100{
  border-left-color: rgb(248 180 217 / 1);
  border-right-color: rgb(248 180 217 / 1);
}
.border-x-pink-400\/0{
  border-left-color: rgb(241 126 184 / 0);
  border-right-color: rgb(241 126 184 / 0);
}
.border-x-pink-400\/5{
  border-left-color: rgb(241 126 184 / 0.05);
  border-right-color: rgb(241 126 184 / 0.05);
}
.border-x-pink-400\/10{
  border-left-color: rgb(241 126 184 / 0.1);
  border-right-color: rgb(241 126 184 / 0.1);
}
.border-x-pink-400\/20{
  border-left-color: rgb(241 126 184 / 0.2);
  border-right-color: rgb(241 126 184 / 0.2);
}
.border-x-pink-400\/25{
  border-left-color: rgb(241 126 184 / 0.25);
  border-right-color: rgb(241 126 184 / 0.25);
}
.border-x-pink-400\/30{
  border-left-color: rgb(241 126 184 / 0.3);
  border-right-color: rgb(241 126 184 / 0.3);
}
.border-x-pink-400\/40{
  border-left-color: rgb(241 126 184 / 0.4);
  border-right-color: rgb(241 126 184 / 0.4);
}
.border-x-pink-400\/50{
  border-left-color: rgb(241 126 184 / 0.5);
  border-right-color: rgb(241 126 184 / 0.5);
}
.border-x-pink-400\/60{
  border-left-color: rgb(241 126 184 / 0.6);
  border-right-color: rgb(241 126 184 / 0.6);
}
.border-x-pink-400\/70{
  border-left-color: rgb(241 126 184 / 0.7);
  border-right-color: rgb(241 126 184 / 0.7);
}
.border-x-pink-400\/75{
  border-left-color: rgb(241 126 184 / 0.75);
  border-right-color: rgb(241 126 184 / 0.75);
}
.border-x-pink-400\/80{
  border-left-color: rgb(241 126 184 / 0.8);
  border-right-color: rgb(241 126 184 / 0.8);
}
.border-x-pink-400\/90{
  border-left-color: rgb(241 126 184 / 0.9);
  border-right-color: rgb(241 126 184 / 0.9);
}
.border-x-pink-400\/95{
  border-left-color: rgb(241 126 184 / 0.95);
  border-right-color: rgb(241 126 184 / 0.95);
}
.border-x-pink-400\/100{
  border-left-color: rgb(241 126 184 / 1);
  border-right-color: rgb(241 126 184 / 1);
}
.border-x-pink-500\/0{
  border-left-color: rgb(231 70 148 / 0);
  border-right-color: rgb(231 70 148 / 0);
}
.border-x-pink-500\/5{
  border-left-color: rgb(231 70 148 / 0.05);
  border-right-color: rgb(231 70 148 / 0.05);
}
.border-x-pink-500\/10{
  border-left-color: rgb(231 70 148 / 0.1);
  border-right-color: rgb(231 70 148 / 0.1);
}
.border-x-pink-500\/20{
  border-left-color: rgb(231 70 148 / 0.2);
  border-right-color: rgb(231 70 148 / 0.2);
}
.border-x-pink-500\/25{
  border-left-color: rgb(231 70 148 / 0.25);
  border-right-color: rgb(231 70 148 / 0.25);
}
.border-x-pink-500\/30{
  border-left-color: rgb(231 70 148 / 0.3);
  border-right-color: rgb(231 70 148 / 0.3);
}
.border-x-pink-500\/40{
  border-left-color: rgb(231 70 148 / 0.4);
  border-right-color: rgb(231 70 148 / 0.4);
}
.border-x-pink-500\/50{
  border-left-color: rgb(231 70 148 / 0.5);
  border-right-color: rgb(231 70 148 / 0.5);
}
.border-x-pink-500\/60{
  border-left-color: rgb(231 70 148 / 0.6);
  border-right-color: rgb(231 70 148 / 0.6);
}
.border-x-pink-500\/70{
  border-left-color: rgb(231 70 148 / 0.7);
  border-right-color: rgb(231 70 148 / 0.7);
}
.border-x-pink-500\/75{
  border-left-color: rgb(231 70 148 / 0.75);
  border-right-color: rgb(231 70 148 / 0.75);
}
.border-x-pink-500\/80{
  border-left-color: rgb(231 70 148 / 0.8);
  border-right-color: rgb(231 70 148 / 0.8);
}
.border-x-pink-500\/90{
  border-left-color: rgb(231 70 148 / 0.9);
  border-right-color: rgb(231 70 148 / 0.9);
}
.border-x-pink-500\/95{
  border-left-color: rgb(231 70 148 / 0.95);
  border-right-color: rgb(231 70 148 / 0.95);
}
.border-x-pink-500\/100{
  border-left-color: rgb(231 70 148 / 1);
  border-right-color: rgb(231 70 148 / 1);
}
.border-x-pink-600\/0{
  border-left-color: rgb(214 31 105 / 0);
  border-right-color: rgb(214 31 105 / 0);
}
.border-x-pink-600\/5{
  border-left-color: rgb(214 31 105 / 0.05);
  border-right-color: rgb(214 31 105 / 0.05);
}
.border-x-pink-600\/10{
  border-left-color: rgb(214 31 105 / 0.1);
  border-right-color: rgb(214 31 105 / 0.1);
}
.border-x-pink-600\/20{
  border-left-color: rgb(214 31 105 / 0.2);
  border-right-color: rgb(214 31 105 / 0.2);
}
.border-x-pink-600\/25{
  border-left-color: rgb(214 31 105 / 0.25);
  border-right-color: rgb(214 31 105 / 0.25);
}
.border-x-pink-600\/30{
  border-left-color: rgb(214 31 105 / 0.3);
  border-right-color: rgb(214 31 105 / 0.3);
}
.border-x-pink-600\/40{
  border-left-color: rgb(214 31 105 / 0.4);
  border-right-color: rgb(214 31 105 / 0.4);
}
.border-x-pink-600\/50{
  border-left-color: rgb(214 31 105 / 0.5);
  border-right-color: rgb(214 31 105 / 0.5);
}
.border-x-pink-600\/60{
  border-left-color: rgb(214 31 105 / 0.6);
  border-right-color: rgb(214 31 105 / 0.6);
}
.border-x-pink-600\/70{
  border-left-color: rgb(214 31 105 / 0.7);
  border-right-color: rgb(214 31 105 / 0.7);
}
.border-x-pink-600\/75{
  border-left-color: rgb(214 31 105 / 0.75);
  border-right-color: rgb(214 31 105 / 0.75);
}
.border-x-pink-600\/80{
  border-left-color: rgb(214 31 105 / 0.8);
  border-right-color: rgb(214 31 105 / 0.8);
}
.border-x-pink-600\/90{
  border-left-color: rgb(214 31 105 / 0.9);
  border-right-color: rgb(214 31 105 / 0.9);
}
.border-x-pink-600\/95{
  border-left-color: rgb(214 31 105 / 0.95);
  border-right-color: rgb(214 31 105 / 0.95);
}
.border-x-pink-600\/100{
  border-left-color: rgb(214 31 105 / 1);
  border-right-color: rgb(214 31 105 / 1);
}
.border-x-pink-700\/0{
  border-left-color: rgb(191 18 93 / 0);
  border-right-color: rgb(191 18 93 / 0);
}
.border-x-pink-700\/5{
  border-left-color: rgb(191 18 93 / 0.05);
  border-right-color: rgb(191 18 93 / 0.05);
}
.border-x-pink-700\/10{
  border-left-color: rgb(191 18 93 / 0.1);
  border-right-color: rgb(191 18 93 / 0.1);
}
.border-x-pink-700\/20{
  border-left-color: rgb(191 18 93 / 0.2);
  border-right-color: rgb(191 18 93 / 0.2);
}
.border-x-pink-700\/25{
  border-left-color: rgb(191 18 93 / 0.25);
  border-right-color: rgb(191 18 93 / 0.25);
}
.border-x-pink-700\/30{
  border-left-color: rgb(191 18 93 / 0.3);
  border-right-color: rgb(191 18 93 / 0.3);
}
.border-x-pink-700\/40{
  border-left-color: rgb(191 18 93 / 0.4);
  border-right-color: rgb(191 18 93 / 0.4);
}
.border-x-pink-700\/50{
  border-left-color: rgb(191 18 93 / 0.5);
  border-right-color: rgb(191 18 93 / 0.5);
}
.border-x-pink-700\/60{
  border-left-color: rgb(191 18 93 / 0.6);
  border-right-color: rgb(191 18 93 / 0.6);
}
.border-x-pink-700\/70{
  border-left-color: rgb(191 18 93 / 0.7);
  border-right-color: rgb(191 18 93 / 0.7);
}
.border-x-pink-700\/75{
  border-left-color: rgb(191 18 93 / 0.75);
  border-right-color: rgb(191 18 93 / 0.75);
}
.border-x-pink-700\/80{
  border-left-color: rgb(191 18 93 / 0.8);
  border-right-color: rgb(191 18 93 / 0.8);
}
.border-x-pink-700\/90{
  border-left-color: rgb(191 18 93 / 0.9);
  border-right-color: rgb(191 18 93 / 0.9);
}
.border-x-pink-700\/95{
  border-left-color: rgb(191 18 93 / 0.95);
  border-right-color: rgb(191 18 93 / 0.95);
}
.border-x-pink-700\/100{
  border-left-color: rgb(191 18 93 / 1);
  border-right-color: rgb(191 18 93 / 1);
}
.border-x-pink-800\/0{
  border-left-color: rgb(153 21 75 / 0);
  border-right-color: rgb(153 21 75 / 0);
}
.border-x-pink-800\/5{
  border-left-color: rgb(153 21 75 / 0.05);
  border-right-color: rgb(153 21 75 / 0.05);
}
.border-x-pink-800\/10{
  border-left-color: rgb(153 21 75 / 0.1);
  border-right-color: rgb(153 21 75 / 0.1);
}
.border-x-pink-800\/20{
  border-left-color: rgb(153 21 75 / 0.2);
  border-right-color: rgb(153 21 75 / 0.2);
}
.border-x-pink-800\/25{
  border-left-color: rgb(153 21 75 / 0.25);
  border-right-color: rgb(153 21 75 / 0.25);
}
.border-x-pink-800\/30{
  border-left-color: rgb(153 21 75 / 0.3);
  border-right-color: rgb(153 21 75 / 0.3);
}
.border-x-pink-800\/40{
  border-left-color: rgb(153 21 75 / 0.4);
  border-right-color: rgb(153 21 75 / 0.4);
}
.border-x-pink-800\/50{
  border-left-color: rgb(153 21 75 / 0.5);
  border-right-color: rgb(153 21 75 / 0.5);
}
.border-x-pink-800\/60{
  border-left-color: rgb(153 21 75 / 0.6);
  border-right-color: rgb(153 21 75 / 0.6);
}
.border-x-pink-800\/70{
  border-left-color: rgb(153 21 75 / 0.7);
  border-right-color: rgb(153 21 75 / 0.7);
}
.border-x-pink-800\/75{
  border-left-color: rgb(153 21 75 / 0.75);
  border-right-color: rgb(153 21 75 / 0.75);
}
.border-x-pink-800\/80{
  border-left-color: rgb(153 21 75 / 0.8);
  border-right-color: rgb(153 21 75 / 0.8);
}
.border-x-pink-800\/90{
  border-left-color: rgb(153 21 75 / 0.9);
  border-right-color: rgb(153 21 75 / 0.9);
}
.border-x-pink-800\/95{
  border-left-color: rgb(153 21 75 / 0.95);
  border-right-color: rgb(153 21 75 / 0.95);
}
.border-x-pink-800\/100{
  border-left-color: rgb(153 21 75 / 1);
  border-right-color: rgb(153 21 75 / 1);
}
.border-x-pink-900\/0{
  border-left-color: rgb(117 26 61 / 0);
  border-right-color: rgb(117 26 61 / 0);
}
.border-x-pink-900\/5{
  border-left-color: rgb(117 26 61 / 0.05);
  border-right-color: rgb(117 26 61 / 0.05);
}
.border-x-pink-900\/10{
  border-left-color: rgb(117 26 61 / 0.1);
  border-right-color: rgb(117 26 61 / 0.1);
}
.border-x-pink-900\/20{
  border-left-color: rgb(117 26 61 / 0.2);
  border-right-color: rgb(117 26 61 / 0.2);
}
.border-x-pink-900\/25{
  border-left-color: rgb(117 26 61 / 0.25);
  border-right-color: rgb(117 26 61 / 0.25);
}
.border-x-pink-900\/30{
  border-left-color: rgb(117 26 61 / 0.3);
  border-right-color: rgb(117 26 61 / 0.3);
}
.border-x-pink-900\/40{
  border-left-color: rgb(117 26 61 / 0.4);
  border-right-color: rgb(117 26 61 / 0.4);
}
.border-x-pink-900\/50{
  border-left-color: rgb(117 26 61 / 0.5);
  border-right-color: rgb(117 26 61 / 0.5);
}
.border-x-pink-900\/60{
  border-left-color: rgb(117 26 61 / 0.6);
  border-right-color: rgb(117 26 61 / 0.6);
}
.border-x-pink-900\/70{
  border-left-color: rgb(117 26 61 / 0.7);
  border-right-color: rgb(117 26 61 / 0.7);
}
.border-x-pink-900\/75{
  border-left-color: rgb(117 26 61 / 0.75);
  border-right-color: rgb(117 26 61 / 0.75);
}
.border-x-pink-900\/80{
  border-left-color: rgb(117 26 61 / 0.8);
  border-right-color: rgb(117 26 61 / 0.8);
}
.border-x-pink-900\/90{
  border-left-color: rgb(117 26 61 / 0.9);
  border-right-color: rgb(117 26 61 / 0.9);
}
.border-x-pink-900\/95{
  border-left-color: rgb(117 26 61 / 0.95);
  border-right-color: rgb(117 26 61 / 0.95);
}
.border-x-pink-900\/100{
  border-left-color: rgb(117 26 61 / 1);
  border-right-color: rgb(117 26 61 / 1);
}
.border-x-primary-50\/0{
  border-left-color: rgb(0 151 167 / 0);
  border-right-color: rgb(0 151 167 / 0);
}
.border-x-primary-50\/5{
  border-left-color: rgb(0 151 167 / 0.05);
  border-right-color: rgb(0 151 167 / 0.05);
}
.border-x-primary-50\/10{
  border-left-color: rgb(0 151 167 / 0.1);
  border-right-color: rgb(0 151 167 / 0.1);
}
.border-x-primary-50\/20{
  border-left-color: rgb(0 151 167 / 0.2);
  border-right-color: rgb(0 151 167 / 0.2);
}
.border-x-primary-50\/25{
  border-left-color: rgb(0 151 167 / 0.25);
  border-right-color: rgb(0 151 167 / 0.25);
}
.border-x-primary-50\/30{
  border-left-color: rgb(0 151 167 / 0.3);
  border-right-color: rgb(0 151 167 / 0.3);
}
.border-x-primary-50\/40{
  border-left-color: rgb(0 151 167 / 0.4);
  border-right-color: rgb(0 151 167 / 0.4);
}
.border-x-primary-50\/50{
  border-left-color: rgb(0 151 167 / 0.5);
  border-right-color: rgb(0 151 167 / 0.5);
}
.border-x-primary-50\/60{
  border-left-color: rgb(0 151 167 / 0.6);
  border-right-color: rgb(0 151 167 / 0.6);
}
.border-x-primary-50\/70{
  border-left-color: rgb(0 151 167 / 0.7);
  border-right-color: rgb(0 151 167 / 0.7);
}
.border-x-primary-50\/75{
  border-left-color: rgb(0 151 167 / 0.75);
  border-right-color: rgb(0 151 167 / 0.75);
}
.border-x-primary-50\/80{
  border-left-color: rgb(0 151 167 / 0.8);
  border-right-color: rgb(0 151 167 / 0.8);
}
.border-x-primary-50\/90{
  border-left-color: rgb(0 151 167 / 0.9);
  border-right-color: rgb(0 151 167 / 0.9);
}
.border-x-primary-50\/95{
  border-left-color: rgb(0 151 167 / 0.95);
  border-right-color: rgb(0 151 167 / 0.95);
}
.border-x-primary-50\/100{
  border-left-color: rgb(0 151 167 / 1);
  border-right-color: rgb(0 151 167 / 1);
}
.border-x-primary-100\/0{
  border-left-color: rgb(14 28 42 / 0);
  border-right-color: rgb(14 28 42 / 0);
}
.border-x-primary-100\/5{
  border-left-color: rgb(14 28 42 / 0.05);
  border-right-color: rgb(14 28 42 / 0.05);
}
.border-x-primary-100\/10{
  border-left-color: rgb(14 28 42 / 0.1);
  border-right-color: rgb(14 28 42 / 0.1);
}
.border-x-primary-100\/20{
  border-left-color: rgb(14 28 42 / 0.2);
  border-right-color: rgb(14 28 42 / 0.2);
}
.border-x-primary-100\/25{
  border-left-color: rgb(14 28 42 / 0.25);
  border-right-color: rgb(14 28 42 / 0.25);
}
.border-x-primary-100\/30{
  border-left-color: rgb(14 28 42 / 0.3);
  border-right-color: rgb(14 28 42 / 0.3);
}
.border-x-primary-100\/40{
  border-left-color: rgb(14 28 42 / 0.4);
  border-right-color: rgb(14 28 42 / 0.4);
}
.border-x-primary-100\/50{
  border-left-color: rgb(14 28 42 / 0.5);
  border-right-color: rgb(14 28 42 / 0.5);
}
.border-x-primary-100\/60{
  border-left-color: rgb(14 28 42 / 0.6);
  border-right-color: rgb(14 28 42 / 0.6);
}
.border-x-primary-100\/70{
  border-left-color: rgb(14 28 42 / 0.7);
  border-right-color: rgb(14 28 42 / 0.7);
}
.border-x-primary-100\/75{
  border-left-color: rgb(14 28 42 / 0.75);
  border-right-color: rgb(14 28 42 / 0.75);
}
.border-x-primary-100\/80{
  border-left-color: rgb(14 28 42 / 0.8);
  border-right-color: rgb(14 28 42 / 0.8);
}
.border-x-primary-100\/90{
  border-left-color: rgb(14 28 42 / 0.9);
  border-right-color: rgb(14 28 42 / 0.9);
}
.border-x-primary-100\/95{
  border-left-color: rgb(14 28 42 / 0.95);
  border-right-color: rgb(14 28 42 / 0.95);
}
.border-x-primary-100\/100{
  border-left-color: rgb(14 28 42 / 1);
  border-right-color: rgb(14 28 42 / 1);
}
.border-x-primary-290\/0{
  border-left-color: rgb(34 68 74 / 0);
  border-right-color: rgb(34 68 74 / 0);
}
.border-x-primary-290\/5{
  border-left-color: rgb(34 68 74 / 0.05);
  border-right-color: rgb(34 68 74 / 0.05);
}
.border-x-primary-290\/10{
  border-left-color: rgb(34 68 74 / 0.1);
  border-right-color: rgb(34 68 74 / 0.1);
}
.border-x-primary-290\/20{
  border-left-color: rgb(34 68 74 / 0.2);
  border-right-color: rgb(34 68 74 / 0.2);
}
.border-x-primary-290\/25{
  border-left-color: rgb(34 68 74 / 0.25);
  border-right-color: rgb(34 68 74 / 0.25);
}
.border-x-primary-290\/30{
  border-left-color: rgb(34 68 74 / 0.3);
  border-right-color: rgb(34 68 74 / 0.3);
}
.border-x-primary-290\/40{
  border-left-color: rgb(34 68 74 / 0.4);
  border-right-color: rgb(34 68 74 / 0.4);
}
.border-x-primary-290\/50{
  border-left-color: rgb(34 68 74 / 0.5);
  border-right-color: rgb(34 68 74 / 0.5);
}
.border-x-primary-290\/60{
  border-left-color: rgb(34 68 74 / 0.6);
  border-right-color: rgb(34 68 74 / 0.6);
}
.border-x-primary-290\/70{
  border-left-color: rgb(34 68 74 / 0.7);
  border-right-color: rgb(34 68 74 / 0.7);
}
.border-x-primary-290\/75{
  border-left-color: rgb(34 68 74 / 0.75);
  border-right-color: rgb(34 68 74 / 0.75);
}
.border-x-primary-290\/80{
  border-left-color: rgb(34 68 74 / 0.8);
  border-right-color: rgb(34 68 74 / 0.8);
}
.border-x-primary-290\/90{
  border-left-color: rgb(34 68 74 / 0.9);
  border-right-color: rgb(34 68 74 / 0.9);
}
.border-x-primary-290\/95{
  border-left-color: rgb(34 68 74 / 0.95);
  border-right-color: rgb(34 68 74 / 0.95);
}
.border-x-primary-290\/100{
  border-left-color: rgb(34 68 74 / 1);
  border-right-color: rgb(34 68 74 / 1);
}
.border-x-primary-300\/0{
  border-left-color: rgb(34 110 184 / 0);
  border-right-color: rgb(34 110 184 / 0);
}
.border-x-primary-300\/5{
  border-left-color: rgb(34 110 184 / 0.05);
  border-right-color: rgb(34 110 184 / 0.05);
}
.border-x-primary-300\/10{
  border-left-color: rgb(34 110 184 / 0.1);
  border-right-color: rgb(34 110 184 / 0.1);
}
.border-x-primary-300\/20{
  border-left-color: rgb(34 110 184 / 0.2);
  border-right-color: rgb(34 110 184 / 0.2);
}
.border-x-primary-300\/25{
  border-left-color: rgb(34 110 184 / 0.25);
  border-right-color: rgb(34 110 184 / 0.25);
}
.border-x-primary-300\/30{
  border-left-color: rgb(34 110 184 / 0.3);
  border-right-color: rgb(34 110 184 / 0.3);
}
.border-x-primary-300\/40{
  border-left-color: rgb(34 110 184 / 0.4);
  border-right-color: rgb(34 110 184 / 0.4);
}
.border-x-primary-300\/50{
  border-left-color: rgb(34 110 184 / 0.5);
  border-right-color: rgb(34 110 184 / 0.5);
}
.border-x-primary-300\/60{
  border-left-color: rgb(34 110 184 / 0.6);
  border-right-color: rgb(34 110 184 / 0.6);
}
.border-x-primary-300\/70{
  border-left-color: rgb(34 110 184 / 0.7);
  border-right-color: rgb(34 110 184 / 0.7);
}
.border-x-primary-300\/75{
  border-left-color: rgb(34 110 184 / 0.75);
  border-right-color: rgb(34 110 184 / 0.75);
}
.border-x-primary-300\/80{
  border-left-color: rgb(34 110 184 / 0.8);
  border-right-color: rgb(34 110 184 / 0.8);
}
.border-x-primary-300\/90{
  border-left-color: rgb(34 110 184 / 0.9);
  border-right-color: rgb(34 110 184 / 0.9);
}
.border-x-primary-300\/95{
  border-left-color: rgb(34 110 184 / 0.95);
  border-right-color: rgb(34 110 184 / 0.95);
}
.border-x-primary-300\/100{
  border-left-color: rgb(34 110 184 / 1);
  border-right-color: rgb(34 110 184 / 1);
}
.border-x-primary-400\/0{
  border-left-color: rgb(40 157 204 / 0);
  border-right-color: rgb(40 157 204 / 0);
}
.border-x-primary-400\/5{
  border-left-color: rgb(40 157 204 / 0.05);
  border-right-color: rgb(40 157 204 / 0.05);
}
.border-x-primary-400\/10{
  border-left-color: rgb(40 157 204 / 0.1);
  border-right-color: rgb(40 157 204 / 0.1);
}
.border-x-primary-400\/20{
  border-left-color: rgb(40 157 204 / 0.2);
  border-right-color: rgb(40 157 204 / 0.2);
}
.border-x-primary-400\/25{
  border-left-color: rgb(40 157 204 / 0.25);
  border-right-color: rgb(40 157 204 / 0.25);
}
.border-x-primary-400\/30{
  border-left-color: rgb(40 157 204 / 0.3);
  border-right-color: rgb(40 157 204 / 0.3);
}
.border-x-primary-400\/40{
  border-left-color: rgb(40 157 204 / 0.4);
  border-right-color: rgb(40 157 204 / 0.4);
}
.border-x-primary-400\/50{
  border-left-color: rgb(40 157 204 / 0.5);
  border-right-color: rgb(40 157 204 / 0.5);
}
.border-x-primary-400\/60{
  border-left-color: rgb(40 157 204 / 0.6);
  border-right-color: rgb(40 157 204 / 0.6);
}
.border-x-primary-400\/70{
  border-left-color: rgb(40 157 204 / 0.7);
  border-right-color: rgb(40 157 204 / 0.7);
}
.border-x-primary-400\/75{
  border-left-color: rgb(40 157 204 / 0.75);
  border-right-color: rgb(40 157 204 / 0.75);
}
.border-x-primary-400\/80{
  border-left-color: rgb(40 157 204 / 0.8);
  border-right-color: rgb(40 157 204 / 0.8);
}
.border-x-primary-400\/90{
  border-left-color: rgb(40 157 204 / 0.9);
  border-right-color: rgb(40 157 204 / 0.9);
}
.border-x-primary-400\/95{
  border-left-color: rgb(40 157 204 / 0.95);
  border-right-color: rgb(40 157 204 / 0.95);
}
.border-x-primary-400\/100{
  border-left-color: rgb(40 157 204 / 1);
  border-right-color: rgb(40 157 204 / 1);
}
.border-x-primary-600\/0{
  border-left-color: rgb(81 151 229 / 0);
  border-right-color: rgb(81 151 229 / 0);
}
.border-x-primary-600\/5{
  border-left-color: rgb(81 151 229 / 0.05);
  border-right-color: rgb(81 151 229 / 0.05);
}
.border-x-primary-600\/10{
  border-left-color: rgb(81 151 229 / 0.1);
  border-right-color: rgb(81 151 229 / 0.1);
}
.border-x-primary-600\/20{
  border-left-color: rgb(81 151 229 / 0.2);
  border-right-color: rgb(81 151 229 / 0.2);
}
.border-x-primary-600\/25{
  border-left-color: rgb(81 151 229 / 0.25);
  border-right-color: rgb(81 151 229 / 0.25);
}
.border-x-primary-600\/30{
  border-left-color: rgb(81 151 229 / 0.3);
  border-right-color: rgb(81 151 229 / 0.3);
}
.border-x-primary-600\/40{
  border-left-color: rgb(81 151 229 / 0.4);
  border-right-color: rgb(81 151 229 / 0.4);
}
.border-x-primary-600\/50{
  border-left-color: rgb(81 151 229 / 0.5);
  border-right-color: rgb(81 151 229 / 0.5);
}
.border-x-primary-600\/60{
  border-left-color: rgb(81 151 229 / 0.6);
  border-right-color: rgb(81 151 229 / 0.6);
}
.border-x-primary-600\/70{
  border-left-color: rgb(81 151 229 / 0.7);
  border-right-color: rgb(81 151 229 / 0.7);
}
.border-x-primary-600\/75{
  border-left-color: rgb(81 151 229 / 0.75);
  border-right-color: rgb(81 151 229 / 0.75);
}
.border-x-primary-600\/80{
  border-left-color: rgb(81 151 229 / 0.8);
  border-right-color: rgb(81 151 229 / 0.8);
}
.border-x-primary-600\/90{
  border-left-color: rgb(81 151 229 / 0.9);
  border-right-color: rgb(81 151 229 / 0.9);
}
.border-x-primary-600\/95{
  border-left-color: rgb(81 151 229 / 0.95);
  border-right-color: rgb(81 151 229 / 0.95);
}
.border-x-primary-600\/100{
  border-left-color: rgb(81 151 229 / 1);
  border-right-color: rgb(81 151 229 / 1);
}
.border-x-primary-700\/0{
  border-left-color: rgb(106 187 223 / 0);
  border-right-color: rgb(106 187 223 / 0);
}
.border-x-primary-700\/5{
  border-left-color: rgb(106 187 223 / 0.05);
  border-right-color: rgb(106 187 223 / 0.05);
}
.border-x-primary-700\/10{
  border-left-color: rgb(106 187 223 / 0.1);
  border-right-color: rgb(106 187 223 / 0.1);
}
.border-x-primary-700\/20{
  border-left-color: rgb(106 187 223 / 0.2);
  border-right-color: rgb(106 187 223 / 0.2);
}
.border-x-primary-700\/25{
  border-left-color: rgb(106 187 223 / 0.25);
  border-right-color: rgb(106 187 223 / 0.25);
}
.border-x-primary-700\/30{
  border-left-color: rgb(106 187 223 / 0.3);
  border-right-color: rgb(106 187 223 / 0.3);
}
.border-x-primary-700\/40{
  border-left-color: rgb(106 187 223 / 0.4);
  border-right-color: rgb(106 187 223 / 0.4);
}
.border-x-primary-700\/50{
  border-left-color: rgb(106 187 223 / 0.5);
  border-right-color: rgb(106 187 223 / 0.5);
}
.border-x-primary-700\/60{
  border-left-color: rgb(106 187 223 / 0.6);
  border-right-color: rgb(106 187 223 / 0.6);
}
.border-x-primary-700\/70{
  border-left-color: rgb(106 187 223 / 0.7);
  border-right-color: rgb(106 187 223 / 0.7);
}
.border-x-primary-700\/75{
  border-left-color: rgb(106 187 223 / 0.75);
  border-right-color: rgb(106 187 223 / 0.75);
}
.border-x-primary-700\/80{
  border-left-color: rgb(106 187 223 / 0.8);
  border-right-color: rgb(106 187 223 / 0.8);
}
.border-x-primary-700\/90{
  border-left-color: rgb(106 187 223 / 0.9);
  border-right-color: rgb(106 187 223 / 0.9);
}
.border-x-primary-700\/95{
  border-left-color: rgb(106 187 223 / 0.95);
  border-right-color: rgb(106 187 223 / 0.95);
}
.border-x-primary-700\/100{
  border-left-color: rgb(106 187 223 / 1);
  border-right-color: rgb(106 187 223 / 1);
}
.border-x-primary-720\/0{
  border-left-color: rgb(112 142 148 / 0);
  border-right-color: rgb(112 142 148 / 0);
}
.border-x-primary-720\/5{
  border-left-color: rgb(112 142 148 / 0.05);
  border-right-color: rgb(112 142 148 / 0.05);
}
.border-x-primary-720\/10{
  border-left-color: rgb(112 142 148 / 0.1);
  border-right-color: rgb(112 142 148 / 0.1);
}
.border-x-primary-720\/20{
  border-left-color: rgb(112 142 148 / 0.2);
  border-right-color: rgb(112 142 148 / 0.2);
}
.border-x-primary-720\/25{
  border-left-color: rgb(112 142 148 / 0.25);
  border-right-color: rgb(112 142 148 / 0.25);
}
.border-x-primary-720\/30{
  border-left-color: rgb(112 142 148 / 0.3);
  border-right-color: rgb(112 142 148 / 0.3);
}
.border-x-primary-720\/40{
  border-left-color: rgb(112 142 148 / 0.4);
  border-right-color: rgb(112 142 148 / 0.4);
}
.border-x-primary-720\/50{
  border-left-color: rgb(112 142 148 / 0.5);
  border-right-color: rgb(112 142 148 / 0.5);
}
.border-x-primary-720\/60{
  border-left-color: rgb(112 142 148 / 0.6);
  border-right-color: rgb(112 142 148 / 0.6);
}
.border-x-primary-720\/70{
  border-left-color: rgb(112 142 148 / 0.7);
  border-right-color: rgb(112 142 148 / 0.7);
}
.border-x-primary-720\/75{
  border-left-color: rgb(112 142 148 / 0.75);
  border-right-color: rgb(112 142 148 / 0.75);
}
.border-x-primary-720\/80{
  border-left-color: rgb(112 142 148 / 0.8);
  border-right-color: rgb(112 142 148 / 0.8);
}
.border-x-primary-720\/90{
  border-left-color: rgb(112 142 148 / 0.9);
  border-right-color: rgb(112 142 148 / 0.9);
}
.border-x-primary-720\/95{
  border-left-color: rgb(112 142 148 / 0.95);
  border-right-color: rgb(112 142 148 / 0.95);
}
.border-x-primary-720\/100{
  border-left-color: rgb(112 142 148 / 1);
  border-right-color: rgb(112 142 148 / 1);
}
.border-x-primary-750\/0{
  border-left-color: rgb(128 222 234 / 0);
  border-right-color: rgb(128 222 234 / 0);
}
.border-x-primary-750\/5{
  border-left-color: rgb(128 222 234 / 0.05);
  border-right-color: rgb(128 222 234 / 0.05);
}
.border-x-primary-750\/10{
  border-left-color: rgb(128 222 234 / 0.1);
  border-right-color: rgb(128 222 234 / 0.1);
}
.border-x-primary-750\/20{
  border-left-color: rgb(128 222 234 / 0.2);
  border-right-color: rgb(128 222 234 / 0.2);
}
.border-x-primary-750\/25{
  border-left-color: rgb(128 222 234 / 0.25);
  border-right-color: rgb(128 222 234 / 0.25);
}
.border-x-primary-750\/30{
  border-left-color: rgb(128 222 234 / 0.3);
  border-right-color: rgb(128 222 234 / 0.3);
}
.border-x-primary-750\/40{
  border-left-color: rgb(128 222 234 / 0.4);
  border-right-color: rgb(128 222 234 / 0.4);
}
.border-x-primary-750\/50{
  border-left-color: rgb(128 222 234 / 0.5);
  border-right-color: rgb(128 222 234 / 0.5);
}
.border-x-primary-750\/60{
  border-left-color: rgb(128 222 234 / 0.6);
  border-right-color: rgb(128 222 234 / 0.6);
}
.border-x-primary-750\/70{
  border-left-color: rgb(128 222 234 / 0.7);
  border-right-color: rgb(128 222 234 / 0.7);
}
.border-x-primary-750\/75{
  border-left-color: rgb(128 222 234 / 0.75);
  border-right-color: rgb(128 222 234 / 0.75);
}
.border-x-primary-750\/80{
  border-left-color: rgb(128 222 234 / 0.8);
  border-right-color: rgb(128 222 234 / 0.8);
}
.border-x-primary-750\/90{
  border-left-color: rgb(128 222 234 / 0.9);
  border-right-color: rgb(128 222 234 / 0.9);
}
.border-x-primary-750\/95{
  border-left-color: rgb(128 222 234 / 0.95);
  border-right-color: rgb(128 222 234 / 0.95);
}
.border-x-primary-750\/100{
  border-left-color: rgb(128 222 234 / 1);
  border-right-color: rgb(128 222 234 / 1);
}
.border-x-primary-800\/0{
  border-left-color: rgb(227 248 251 / 0);
  border-right-color: rgb(227 248 251 / 0);
}
.border-x-primary-800\/5{
  border-left-color: rgb(227 248 251 / 0.05);
  border-right-color: rgb(227 248 251 / 0.05);
}
.border-x-primary-800\/10{
  border-left-color: rgb(227 248 251 / 0.1);
  border-right-color: rgb(227 248 251 / 0.1);
}
.border-x-primary-800\/20{
  border-left-color: rgb(227 248 251 / 0.2);
  border-right-color: rgb(227 248 251 / 0.2);
}
.border-x-primary-800\/25{
  border-left-color: rgb(227 248 251 / 0.25);
  border-right-color: rgb(227 248 251 / 0.25);
}
.border-x-primary-800\/30{
  border-left-color: rgb(227 248 251 / 0.3);
  border-right-color: rgb(227 248 251 / 0.3);
}
.border-x-primary-800\/40{
  border-left-color: rgb(227 248 251 / 0.4);
  border-right-color: rgb(227 248 251 / 0.4);
}
.border-x-primary-800\/50{
  border-left-color: rgb(227 248 251 / 0.5);
  border-right-color: rgb(227 248 251 / 0.5);
}
.border-x-primary-800\/60{
  border-left-color: rgb(227 248 251 / 0.6);
  border-right-color: rgb(227 248 251 / 0.6);
}
.border-x-primary-800\/70{
  border-left-color: rgb(227 248 251 / 0.7);
  border-right-color: rgb(227 248 251 / 0.7);
}
.border-x-primary-800\/75{
  border-left-color: rgb(227 248 251 / 0.75);
  border-right-color: rgb(227 248 251 / 0.75);
}
.border-x-primary-800\/80{
  border-left-color: rgb(227 248 251 / 0.8);
  border-right-color: rgb(227 248 251 / 0.8);
}
.border-x-primary-800\/90{
  border-left-color: rgb(227 248 251 / 0.9);
  border-right-color: rgb(227 248 251 / 0.9);
}
.border-x-primary-800\/95{
  border-left-color: rgb(227 248 251 / 0.95);
  border-right-color: rgb(227 248 251 / 0.95);
}
.border-x-primary-800\/100{
  border-left-color: rgb(227 248 251 / 1);
  border-right-color: rgb(227 248 251 / 1);
}
.border-x-primary-dark\/0{
  border-left-color: rgb(5 79 89 / 0);
  border-right-color: rgb(5 79 89 / 0);
}
.border-x-primary-dark\/5{
  border-left-color: rgb(5 79 89 / 0.05);
  border-right-color: rgb(5 79 89 / 0.05);
}
.border-x-primary-dark\/10{
  border-left-color: rgb(5 79 89 / 0.1);
  border-right-color: rgb(5 79 89 / 0.1);
}
.border-x-primary-dark\/20{
  border-left-color: rgb(5 79 89 / 0.2);
  border-right-color: rgb(5 79 89 / 0.2);
}
.border-x-primary-dark\/25{
  border-left-color: rgb(5 79 89 / 0.25);
  border-right-color: rgb(5 79 89 / 0.25);
}
.border-x-primary-dark\/30{
  border-left-color: rgb(5 79 89 / 0.3);
  border-right-color: rgb(5 79 89 / 0.3);
}
.border-x-primary-dark\/40{
  border-left-color: rgb(5 79 89 / 0.4);
  border-right-color: rgb(5 79 89 / 0.4);
}
.border-x-primary-dark\/50{
  border-left-color: rgb(5 79 89 / 0.5);
  border-right-color: rgb(5 79 89 / 0.5);
}
.border-x-primary-dark\/60{
  border-left-color: rgb(5 79 89 / 0.6);
  border-right-color: rgb(5 79 89 / 0.6);
}
.border-x-primary-dark\/70{
  border-left-color: rgb(5 79 89 / 0.7);
  border-right-color: rgb(5 79 89 / 0.7);
}
.border-x-primary-dark\/75{
  border-left-color: rgb(5 79 89 / 0.75);
  border-right-color: rgb(5 79 89 / 0.75);
}
.border-x-primary-dark\/80{
  border-left-color: rgb(5 79 89 / 0.8);
  border-right-color: rgb(5 79 89 / 0.8);
}
.border-x-primary-dark\/90{
  border-left-color: rgb(5 79 89 / 0.9);
  border-right-color: rgb(5 79 89 / 0.9);
}
.border-x-primary-dark\/95{
  border-left-color: rgb(5 79 89 / 0.95);
  border-right-color: rgb(5 79 89 / 0.95);
}
.border-x-primary-dark\/100{
  border-left-color: rgb(5 79 89 / 1);
  border-right-color: rgb(5 79 89 / 1);
}
.border-x-primary-light\/0{
  border-left-color: rgb(213 227 231 / 0);
  border-right-color: rgb(213 227 231 / 0);
}
.border-x-primary-light\/5{
  border-left-color: rgb(213 227 231 / 0.05);
  border-right-color: rgb(213 227 231 / 0.05);
}
.border-x-primary-light\/10{
  border-left-color: rgb(213 227 231 / 0.1);
  border-right-color: rgb(213 227 231 / 0.1);
}
.border-x-primary-light\/20{
  border-left-color: rgb(213 227 231 / 0.2);
  border-right-color: rgb(213 227 231 / 0.2);
}
.border-x-primary-light\/25{
  border-left-color: rgb(213 227 231 / 0.25);
  border-right-color: rgb(213 227 231 / 0.25);
}
.border-x-primary-light\/30{
  border-left-color: rgb(213 227 231 / 0.3);
  border-right-color: rgb(213 227 231 / 0.3);
}
.border-x-primary-light\/40{
  border-left-color: rgb(213 227 231 / 0.4);
  border-right-color: rgb(213 227 231 / 0.4);
}
.border-x-primary-light\/50{
  border-left-color: rgb(213 227 231 / 0.5);
  border-right-color: rgb(213 227 231 / 0.5);
}
.border-x-primary-light\/60{
  border-left-color: rgb(213 227 231 / 0.6);
  border-right-color: rgb(213 227 231 / 0.6);
}
.border-x-primary-light\/70{
  border-left-color: rgb(213 227 231 / 0.7);
  border-right-color: rgb(213 227 231 / 0.7);
}
.border-x-primary-light\/75{
  border-left-color: rgb(213 227 231 / 0.75);
  border-right-color: rgb(213 227 231 / 0.75);
}
.border-x-primary-light\/80{
  border-left-color: rgb(213 227 231 / 0.8);
  border-right-color: rgb(213 227 231 / 0.8);
}
.border-x-primary-light\/90{
  border-left-color: rgb(213 227 231 / 0.9);
  border-right-color: rgb(213 227 231 / 0.9);
}
.border-x-primary-light\/95{
  border-left-color: rgb(213 227 231 / 0.95);
  border-right-color: rgb(213 227 231 / 0.95);
}
.border-x-primary-light\/100{
  border-left-color: rgb(213 227 231 / 1);
  border-right-color: rgb(213 227 231 / 1);
}
.border-x-primary\/0{
  border-left-color: rgb(51 102 153 / 0);
  border-right-color: rgb(51 102 153 / 0);
}
.border-x-primary\/5{
  border-left-color: rgb(51 102 153 / 0.05);
  border-right-color: rgb(51 102 153 / 0.05);
}
.border-x-primary\/10{
  border-left-color: rgb(51 102 153 / 0.1);
  border-right-color: rgb(51 102 153 / 0.1);
}
.border-x-primary\/20{
  border-left-color: rgb(51 102 153 / 0.2);
  border-right-color: rgb(51 102 153 / 0.2);
}
.border-x-primary\/25{
  border-left-color: rgb(51 102 153 / 0.25);
  border-right-color: rgb(51 102 153 / 0.25);
}
.border-x-primary\/30{
  border-left-color: rgb(51 102 153 / 0.3);
  border-right-color: rgb(51 102 153 / 0.3);
}
.border-x-primary\/40{
  border-left-color: rgb(51 102 153 / 0.4);
  border-right-color: rgb(51 102 153 / 0.4);
}
.border-x-primary\/50{
  border-left-color: rgb(51 102 153 / 0.5);
  border-right-color: rgb(51 102 153 / 0.5);
}
.border-x-primary\/60{
  border-left-color: rgb(51 102 153 / 0.6);
  border-right-color: rgb(51 102 153 / 0.6);
}
.border-x-primary\/70{
  border-left-color: rgb(51 102 153 / 0.7);
  border-right-color: rgb(51 102 153 / 0.7);
}
.border-x-primary\/75{
  border-left-color: rgb(51 102 153 / 0.75);
  border-right-color: rgb(51 102 153 / 0.75);
}
.border-x-primary\/80{
  border-left-color: rgb(51 102 153 / 0.8);
  border-right-color: rgb(51 102 153 / 0.8);
}
.border-x-primary\/90{
  border-left-color: rgb(51 102 153 / 0.9);
  border-right-color: rgb(51 102 153 / 0.9);
}
.border-x-primary\/95{
  border-left-color: rgb(51 102 153 / 0.95);
  border-right-color: rgb(51 102 153 / 0.95);
}
.border-x-primary\/100{
  border-left-color: rgb(51 102 153 / 1);
  border-right-color: rgb(51 102 153 / 1);
}
.border-x-bluemarine-900\/0{
  border-left-color: rgb(34 68 74 / 0);
  border-right-color: rgb(34 68 74 / 0);
}
.border-x-bluemarine-900\/5{
  border-left-color: rgb(34 68 74 / 0.05);
  border-right-color: rgb(34 68 74 / 0.05);
}
.border-x-bluemarine-900\/10{
  border-left-color: rgb(34 68 74 / 0.1);
  border-right-color: rgb(34 68 74 / 0.1);
}
.border-x-bluemarine-900\/20{
  border-left-color: rgb(34 68 74 / 0.2);
  border-right-color: rgb(34 68 74 / 0.2);
}
.border-x-bluemarine-900\/25{
  border-left-color: rgb(34 68 74 / 0.25);
  border-right-color: rgb(34 68 74 / 0.25);
}
.border-x-bluemarine-900\/30{
  border-left-color: rgb(34 68 74 / 0.3);
  border-right-color: rgb(34 68 74 / 0.3);
}
.border-x-bluemarine-900\/40{
  border-left-color: rgb(34 68 74 / 0.4);
  border-right-color: rgb(34 68 74 / 0.4);
}
.border-x-bluemarine-900\/50{
  border-left-color: rgb(34 68 74 / 0.5);
  border-right-color: rgb(34 68 74 / 0.5);
}
.border-x-bluemarine-900\/60{
  border-left-color: rgb(34 68 74 / 0.6);
  border-right-color: rgb(34 68 74 / 0.6);
}
.border-x-bluemarine-900\/70{
  border-left-color: rgb(34 68 74 / 0.7);
  border-right-color: rgb(34 68 74 / 0.7);
}
.border-x-bluemarine-900\/75{
  border-left-color: rgb(34 68 74 / 0.75);
  border-right-color: rgb(34 68 74 / 0.75);
}
.border-x-bluemarine-900\/80{
  border-left-color: rgb(34 68 74 / 0.8);
  border-right-color: rgb(34 68 74 / 0.8);
}
.border-x-bluemarine-900\/90{
  border-left-color: rgb(34 68 74 / 0.9);
  border-right-color: rgb(34 68 74 / 0.9);
}
.border-x-bluemarine-900\/95{
  border-left-color: rgb(34 68 74 / 0.95);
  border-right-color: rgb(34 68 74 / 0.95);
}
.border-x-bluemarine-900\/100{
  border-left-color: rgb(34 68 74 / 1);
  border-right-color: rgb(34 68 74 / 1);
}
.border-x-bluemarine\/0{
  border-left-color: rgb(5 79 89 / 0);
  border-right-color: rgb(5 79 89 / 0);
}
.border-x-bluemarine\/5{
  border-left-color: rgb(5 79 89 / 0.05);
  border-right-color: rgb(5 79 89 / 0.05);
}
.border-x-bluemarine\/10{
  border-left-color: rgb(5 79 89 / 0.1);
  border-right-color: rgb(5 79 89 / 0.1);
}
.border-x-bluemarine\/20{
  border-left-color: rgb(5 79 89 / 0.2);
  border-right-color: rgb(5 79 89 / 0.2);
}
.border-x-bluemarine\/25{
  border-left-color: rgb(5 79 89 / 0.25);
  border-right-color: rgb(5 79 89 / 0.25);
}
.border-x-bluemarine\/30{
  border-left-color: rgb(5 79 89 / 0.3);
  border-right-color: rgb(5 79 89 / 0.3);
}
.border-x-bluemarine\/40{
  border-left-color: rgb(5 79 89 / 0.4);
  border-right-color: rgb(5 79 89 / 0.4);
}
.border-x-bluemarine\/50{
  border-left-color: rgb(5 79 89 / 0.5);
  border-right-color: rgb(5 79 89 / 0.5);
}
.border-x-bluemarine\/60{
  border-left-color: rgb(5 79 89 / 0.6);
  border-right-color: rgb(5 79 89 / 0.6);
}
.border-x-bluemarine\/70{
  border-left-color: rgb(5 79 89 / 0.7);
  border-right-color: rgb(5 79 89 / 0.7);
}
.border-x-bluemarine\/75{
  border-left-color: rgb(5 79 89 / 0.75);
  border-right-color: rgb(5 79 89 / 0.75);
}
.border-x-bluemarine\/80{
  border-left-color: rgb(5 79 89 / 0.8);
  border-right-color: rgb(5 79 89 / 0.8);
}
.border-x-bluemarine\/90{
  border-left-color: rgb(5 79 89 / 0.9);
  border-right-color: rgb(5 79 89 / 0.9);
}
.border-x-bluemarine\/95{
  border-left-color: rgb(5 79 89 / 0.95);
  border-right-color: rgb(5 79 89 / 0.95);
}
.border-x-bluemarine\/100{
  border-left-color: rgb(5 79 89 / 1);
  border-right-color: rgb(5 79 89 / 1);
}
.border-y-transparent{
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.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-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-tab_active{
  --tw-border-opacity: 1;
  border-top-color: rgb(86 200 216 / var(--tw-border-opacity));
  border-bottom-color: rgb(86 200 216 / var(--tw-border-opacity));
}
.border-y-modal-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(236 244 245 / var(--tw-border-opacity));
  border-bottom-color: rgb(236 244 245 / var(--tw-border-opacity));
}
.border-y-green-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(243 250 247 / var(--tw-border-opacity));
  border-bottom-color: rgb(243 250 247 / var(--tw-border-opacity));
}
.border-y-green-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(222 247 236 / var(--tw-border-opacity));
  border-bottom-color: rgb(222 247 236 / var(--tw-border-opacity));
}
.border-y-green-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(188 240 218 / var(--tw-border-opacity));
  border-bottom-color: rgb(188 240 218 / var(--tw-border-opacity));
}
.border-y-green-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(132 225 188 / var(--tw-border-opacity));
  border-bottom-color: rgb(132 225 188 / var(--tw-border-opacity));
}
.border-y-green-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(49 196 141 / var(--tw-border-opacity));
  border-bottom-color: rgb(49 196 141 / var(--tw-border-opacity));
}
.border-y-green-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(14 159 110 / var(--tw-border-opacity));
  border-bottom-color: rgb(14 159 110 / var(--tw-border-opacity));
}
.border-y-green-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(5 122 85 / var(--tw-border-opacity));
  border-bottom-color: rgb(5 122 85 / var(--tw-border-opacity));
}
.border-y-green-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(4 108 78 / var(--tw-border-opacity));
  border-bottom-color: rgb(4 108 78 / var(--tw-border-opacity));
}
.border-y-green-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(3 84 63 / var(--tw-border-opacity));
  border-bottom-color: rgb(3 84 63 / var(--tw-border-opacity));
}
.border-y-green-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(1 71 55 / var(--tw-border-opacity));
  border-bottom-color: rgb(1 71 55 / var(--tw-border-opacity));
}
.border-y-green{
  --tw-border-opacity: 1;
  border-top-color: rgb(77 208 225 / var(--tw-border-opacity));
  border-bottom-color: rgb(77 208 225 / var(--tw-border-opacity));
}
.border-y-green-dark{
  border-top-color: #054F59;;
  border-bottom-color: #054F59;;
}
.border-y-green-light{
  --tw-border-opacity: 1;
  border-top-color: rgb(93 224 241 / var(--tw-border-opacity));
  border-bottom-color: rgb(93 224 241 / var(--tw-border-opacity));
}
.border-y-ottanio{
  --tw-border-opacity: 1;
  border-top-color: rgb(5 79 89 / var(--tw-border-opacity));
  border-bottom-color: rgb(5 79 89 / var(--tw-border-opacity));
}
.border-y-ottanio-light{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 151 167 / var(--tw-border-opacity));
  border-bottom-color: rgb(0 151 167 / var(--tw-border-opacity));
}
.border-y-magenta{
  --tw-border-opacity: 1;
  border-top-color: rgb(224 14 102 / var(--tw-border-opacity));
  border-bottom-color: rgb(224 14 102 / var(--tw-border-opacity));
}
.border-y-magenta-light{
  border-top-color: #E00E66BD;
  border-bottom-color: #E00E66BD;
}
.border-y-arancio{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 149 149 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 149 149 / var(--tw-border-opacity));
}
.border-y-gray-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(249 250 251 / var(--tw-border-opacity));
  border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity));
}
.border-y-gray-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(213 227 231 / var(--tw-border-opacity));
  border-bottom-color: rgb(213 227 231 / var(--tw-border-opacity));
}
.border-y-gray-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(229 231 235 / var(--tw-border-opacity));
  border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-y-gray-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(100 108 122 / var(--tw-border-opacity));
  border-bottom-color: rgb(100 108 122 / var(--tw-border-opacity));
}
.border-y-gray-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(159 189 195 / var(--tw-border-opacity));
  border-bottom-color: rgb(159 189 195 / var(--tw-border-opacity));
}
.border-y-gray-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(107 114 128 / var(--tw-border-opacity));
  border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.border-y-gray-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(196 196 196 / var(--tw-border-opacity));
  border-bottom-color: rgb(196 196 196 / var(--tw-border-opacity));
}
.border-y-gray-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(221 221 221 / var(--tw-border-opacity));
  border-bottom-color: rgb(221 221 221 / var(--tw-border-opacity));
}
.border-y-gray-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(31 41 55 / var(--tw-border-opacity));
  border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity));
}
.border-y-gray-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(249 249 249 / var(--tw-border-opacity));
  border-bottom-color: rgb(249 249 249 / var(--tw-border-opacity));
}
.border-y-gray{
  --tw-border-opacity: 1;
  border-top-color: rgb(187 187 187 / var(--tw-border-opacity));
  border-bottom-color: rgb(187 187 187 / var(--tw-border-opacity));
}
.border-y-red-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(253 242 242 / var(--tw-border-opacity));
  border-bottom-color: rgb(253 242 242 / var(--tw-border-opacity));
}
.border-y-red-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(253 232 232 / var(--tw-border-opacity));
  border-bottom-color: rgb(253 232 232 / var(--tw-border-opacity));
}
.border-y-red-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(251 213 213 / var(--tw-border-opacity));
  border-bottom-color: rgb(251 213 213 / var(--tw-border-opacity));
}
.border-y-red-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(248 180 180 / var(--tw-border-opacity));
  border-bottom-color: rgb(248 180 180 / var(--tw-border-opacity));
}
.border-y-red-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(249 128 128 / var(--tw-border-opacity));
  border-bottom-color: rgb(249 128 128 / var(--tw-border-opacity));
}
.border-y-red-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(240 82 82 / var(--tw-border-opacity));
  border-bottom-color: rgb(240 82 82 / var(--tw-border-opacity));
}
.border-y-red-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(224 36 36 / var(--tw-border-opacity));
  border-bottom-color: rgb(224 36 36 / var(--tw-border-opacity));
}
.border-y-red-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(200 30 30 / var(--tw-border-opacity));
  border-bottom-color: rgb(200 30 30 / var(--tw-border-opacity));
}
.border-y-red-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(155 28 28 / var(--tw-border-opacity));
  border-bottom-color: rgb(155 28 28 / var(--tw-border-opacity));
}
.border-y-red-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(119 29 29 / var(--tw-border-opacity));
  border-bottom-color: rgb(119 29 29 / var(--tw-border-opacity));
}
.border-y-orange-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 248 241 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 248 241 / var(--tw-border-opacity));
}
.border-y-orange-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 236 220 / var(--tw-border-opacity));
  border-bottom-color: rgb(254 236 220 / var(--tw-border-opacity));
}
.border-y-orange-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(252 217 189 / var(--tw-border-opacity));
  border-bottom-color: rgb(252 217 189 / var(--tw-border-opacity));
}
.border-y-orange-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(253 186 140 / var(--tw-border-opacity));
  border-bottom-color: rgb(253 186 140 / var(--tw-border-opacity));
}
.border-y-orange-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 138 76 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 138 76 / var(--tw-border-opacity));
}
.border-y-orange-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 90 31 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 90 31 / var(--tw-border-opacity));
}
.border-y-orange-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(208 56 1 / var(--tw-border-opacity));
  border-bottom-color: rgb(208 56 1 / var(--tw-border-opacity));
}
.border-y-orange-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(180 52 3 / var(--tw-border-opacity));
  border-bottom-color: rgb(180 52 3 / var(--tw-border-opacity));
}
.border-y-orange-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(138 44 13 / var(--tw-border-opacity));
  border-bottom-color: rgb(138 44 13 / var(--tw-border-opacity));
}
.border-y-orange-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(119 29 29 / var(--tw-border-opacity));
  border-bottom-color: rgb(119 29 29 / var(--tw-border-opacity));
}
.border-y-yellow-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(253 253 234 / var(--tw-border-opacity));
  border-bottom-color: rgb(253 253 234 / var(--tw-border-opacity));
}
.border-y-yellow-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(253 246 178 / var(--tw-border-opacity));
  border-bottom-color: rgb(253 246 178 / var(--tw-border-opacity));
}
.border-y-yellow-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(252 233 106 / var(--tw-border-opacity));
  border-bottom-color: rgb(252 233 106 / var(--tw-border-opacity));
}
.border-y-yellow-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(250 202 21 / var(--tw-border-opacity));
  border-bottom-color: rgb(250 202 21 / var(--tw-border-opacity));
}
.border-y-yellow-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(227 160 8 / var(--tw-border-opacity));
  border-bottom-color: rgb(227 160 8 / var(--tw-border-opacity));
}
.border-y-yellow-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(194 120 3 / var(--tw-border-opacity));
  border-bottom-color: rgb(194 120 3 / var(--tw-border-opacity));
}
.border-y-yellow-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(159 88 10 / var(--tw-border-opacity));
  border-bottom-color: rgb(159 88 10 / var(--tw-border-opacity));
}
.border-y-yellow-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(142 75 16 / var(--tw-border-opacity));
  border-bottom-color: rgb(142 75 16 / var(--tw-border-opacity));
}
.border-y-yellow-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(114 59 19 / var(--tw-border-opacity));
  border-bottom-color: rgb(114 59 19 / var(--tw-border-opacity));
}
.border-y-yellow-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(99 49 18 / var(--tw-border-opacity));
  border-bottom-color: rgb(99 49 18 / var(--tw-border-opacity));
}
.border-y-teal-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(237 250 250 / var(--tw-border-opacity));
  border-bottom-color: rgb(237 250 250 / var(--tw-border-opacity));
}
.border-y-teal-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(213 245 246 / var(--tw-border-opacity));
  border-bottom-color: rgb(213 245 246 / var(--tw-border-opacity));
}
.border-y-teal-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(175 236 239 / var(--tw-border-opacity));
  border-bottom-color: rgb(175 236 239 / var(--tw-border-opacity));
}
.border-y-teal-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(126 220 226 / var(--tw-border-opacity));
  border-bottom-color: rgb(126 220 226 / var(--tw-border-opacity));
}
.border-y-teal-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(22 189 202 / var(--tw-border-opacity));
  border-bottom-color: rgb(22 189 202 / var(--tw-border-opacity));
}
.border-y-teal-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(6 148 162 / var(--tw-border-opacity));
  border-bottom-color: rgb(6 148 162 / var(--tw-border-opacity));
}
.border-y-teal-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(4 116 129 / var(--tw-border-opacity));
  border-bottom-color: rgb(4 116 129 / var(--tw-border-opacity));
}
.border-y-teal-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(3 102 114 / var(--tw-border-opacity));
  border-bottom-color: rgb(3 102 114 / var(--tw-border-opacity));
}
.border-y-teal-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(5 80 92 / var(--tw-border-opacity));
  border-bottom-color: rgb(5 80 92 / var(--tw-border-opacity));
}
.border-y-teal-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(1 68 81 / var(--tw-border-opacity));
  border-bottom-color: rgb(1 68 81 / var(--tw-border-opacity));
}
.border-y-blue-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(235 245 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(235 245 255 / var(--tw-border-opacity));
}
.border-y-blue-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(225 239 254 / var(--tw-border-opacity));
  border-bottom-color: rgb(225 239 254 / var(--tw-border-opacity));
}
.border-y-blue-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(195 221 253 / var(--tw-border-opacity));
  border-bottom-color: rgb(195 221 253 / var(--tw-border-opacity));
}
.border-y-blue-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(164 202 254 / var(--tw-border-opacity));
  border-bottom-color: rgb(164 202 254 / var(--tw-border-opacity));
}
.border-y-blue-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(118 169 250 / var(--tw-border-opacity));
  border-bottom-color: rgb(118 169 250 / var(--tw-border-opacity));
}
.border-y-blue-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(63 131 248 / var(--tw-border-opacity));
  border-bottom-color: rgb(63 131 248 / var(--tw-border-opacity));
}
.border-y-blue-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(28 100 242 / var(--tw-border-opacity));
  border-bottom-color: rgb(28 100 242 / var(--tw-border-opacity));
}
.border-y-blue-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(26 86 219 / var(--tw-border-opacity));
  border-bottom-color: rgb(26 86 219 / var(--tw-border-opacity));
}
.border-y-blue-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(30 66 159 / var(--tw-border-opacity));
  border-bottom-color: rgb(30 66 159 / var(--tw-border-opacity));
}
.border-y-blue-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(35 56 118 / var(--tw-border-opacity));
  border-bottom-color: rgb(35 56 118 / var(--tw-border-opacity));
}
.border-y-indigo-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(240 245 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(240 245 255 / var(--tw-border-opacity));
}
.border-y-indigo-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(229 237 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(229 237 255 / var(--tw-border-opacity));
}
.border-y-indigo-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(205 219 254 / var(--tw-border-opacity));
  border-bottom-color: rgb(205 219 254 / var(--tw-border-opacity));
}
.border-y-indigo-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(180 198 252 / var(--tw-border-opacity));
  border-bottom-color: rgb(180 198 252 / var(--tw-border-opacity));
}
.border-y-indigo-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(141 162 251 / var(--tw-border-opacity));
  border-bottom-color: rgb(141 162 251 / var(--tw-border-opacity));
}
.border-y-indigo-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(104 117 245 / var(--tw-border-opacity));
  border-bottom-color: rgb(104 117 245 / var(--tw-border-opacity));
}
.border-y-indigo-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(88 80 236 / var(--tw-border-opacity));
  border-bottom-color: rgb(88 80 236 / var(--tw-border-opacity));
}
.border-y-indigo-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(81 69 205 / var(--tw-border-opacity));
  border-bottom-color: rgb(81 69 205 / var(--tw-border-opacity));
}
.border-y-indigo-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(66 56 157 / var(--tw-border-opacity));
  border-bottom-color: rgb(66 56 157 / var(--tw-border-opacity));
}
.border-y-indigo-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(54 47 120 / var(--tw-border-opacity));
  border-bottom-color: rgb(54 47 120 / var(--tw-border-opacity));
}
.border-y-purple-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(246 245 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(246 245 255 / var(--tw-border-opacity));
}
.border-y-purple-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(237 235 254 / var(--tw-border-opacity));
  border-bottom-color: rgb(237 235 254 / var(--tw-border-opacity));
}
.border-y-purple-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(220 215 254 / var(--tw-border-opacity));
  border-bottom-color: rgb(220 215 254 / var(--tw-border-opacity));
}
.border-y-purple-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(202 191 253 / var(--tw-border-opacity));
  border-bottom-color: rgb(202 191 253 / var(--tw-border-opacity));
}
.border-y-purple-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(172 148 250 / var(--tw-border-opacity));
  border-bottom-color: rgb(172 148 250 / var(--tw-border-opacity));
}
.border-y-purple-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(144 97 249 / var(--tw-border-opacity));
  border-bottom-color: rgb(144 97 249 / var(--tw-border-opacity));
}
.border-y-purple-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(126 58 242 / var(--tw-border-opacity));
  border-bottom-color: rgb(126 58 242 / var(--tw-border-opacity));
}
.border-y-purple-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(108 43 217 / var(--tw-border-opacity));
  border-bottom-color: rgb(108 43 217 / var(--tw-border-opacity));
}
.border-y-purple-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(85 33 181 / var(--tw-border-opacity));
  border-bottom-color: rgb(85 33 181 / var(--tw-border-opacity));
}
.border-y-purple-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(74 29 150 / var(--tw-border-opacity));
  border-bottom-color: rgb(74 29 150 / var(--tw-border-opacity));
}
.border-y-purple-light{
  --tw-border-opacity: 1;
  border-top-color: rgb(224 14 102 / var(--tw-border-opacity));
  border-bottom-color: rgb(224 14 102 / var(--tw-border-opacity));
}
.border-y-pink-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(253 242 248 / var(--tw-border-opacity));
  border-bottom-color: rgb(253 242 248 / var(--tw-border-opacity));
}
.border-y-pink-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(252 232 243 / var(--tw-border-opacity));
  border-bottom-color: rgb(252 232 243 / var(--tw-border-opacity));
}
.border-y-pink-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(250 209 232 / var(--tw-border-opacity));
  border-bottom-color: rgb(250 209 232 / var(--tw-border-opacity));
}
.border-y-pink-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(248 180 217 / var(--tw-border-opacity));
  border-bottom-color: rgb(248 180 217 / var(--tw-border-opacity));
}
.border-y-pink-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(241 126 184 / var(--tw-border-opacity));
  border-bottom-color: rgb(241 126 184 / var(--tw-border-opacity));
}
.border-y-pink-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(231 70 148 / var(--tw-border-opacity));
  border-bottom-color: rgb(231 70 148 / var(--tw-border-opacity));
}
.border-y-pink-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(214 31 105 / var(--tw-border-opacity));
  border-bottom-color: rgb(214 31 105 / var(--tw-border-opacity));
}
.border-y-pink-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(191 18 93 / var(--tw-border-opacity));
  border-bottom-color: rgb(191 18 93 / var(--tw-border-opacity));
}
.border-y-pink-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(153 21 75 / var(--tw-border-opacity));
  border-bottom-color: rgb(153 21 75 / var(--tw-border-opacity));
}
.border-y-pink-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(117 26 61 / var(--tw-border-opacity));
  border-bottom-color: rgb(117 26 61 / var(--tw-border-opacity));
}
.border-y-primary-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 151 167 / var(--tw-border-opacity));
  border-bottom-color: rgb(0 151 167 / var(--tw-border-opacity));
}
.border-y-primary-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(14 28 42 / var(--tw-border-opacity));
  border-bottom-color: rgb(14 28 42 / var(--tw-border-opacity));
}
.border-y-primary-290{
  --tw-border-opacity: 1;
  border-top-color: rgb(34 68 74 / var(--tw-border-opacity));
  border-bottom-color: rgb(34 68 74 / var(--tw-border-opacity));
}
.border-y-primary-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(34 110 184 / var(--tw-border-opacity));
  border-bottom-color: rgb(34 110 184 / var(--tw-border-opacity));
}
.border-y-primary-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(40 157 204 / var(--tw-border-opacity));
  border-bottom-color: rgb(40 157 204 / var(--tw-border-opacity));
}
.border-y-primary-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(81 151 229 / var(--tw-border-opacity));
  border-bottom-color: rgb(81 151 229 / var(--tw-border-opacity));
}
.border-y-primary-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(106 187 223 / var(--tw-border-opacity));
  border-bottom-color: rgb(106 187 223 / var(--tw-border-opacity));
}
.border-y-primary-720{
  --tw-border-opacity: 1;
  border-top-color: rgb(112 142 148 / var(--tw-border-opacity));
  border-bottom-color: rgb(112 142 148 / var(--tw-border-opacity));
}
.border-y-primary-750{
  --tw-border-opacity: 1;
  border-top-color: rgb(128 222 234 / var(--tw-border-opacity));
  border-bottom-color: rgb(128 222 234 / var(--tw-border-opacity));
}
.border-y-primary-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(227 248 251 / var(--tw-border-opacity));
  border-bottom-color: rgb(227 248 251 / var(--tw-border-opacity));
}
.border-y-primary-dark{
  --tw-border-opacity: 1;
  border-top-color: rgb(5 79 89 / var(--tw-border-opacity));
  border-bottom-color: rgb(5 79 89 / var(--tw-border-opacity));
}
.border-y-primary-light{
  --tw-border-opacity: 1;
  border-top-color: rgb(213 227 231 / var(--tw-border-opacity));
  border-bottom-color: rgb(213 227 231 / var(--tw-border-opacity));
}
.border-y-primary{
  --tw-border-opacity: 1;
  border-top-color: rgb(51 102 153 / var(--tw-border-opacity));
  border-bottom-color: rgb(51 102 153 / var(--tw-border-opacity));
}
.border-y-bluemarine-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(34 68 74 / var(--tw-border-opacity));
  border-bottom-color: rgb(34 68 74 / var(--tw-border-opacity));
}
.border-y-bluemarine{
  --tw-border-opacity: 1;
  border-top-color: rgb(5 79 89 / var(--tw-border-opacity));
  border-bottom-color: rgb(5 79 89 / var(--tw-border-opacity));
}
.border-y-transparent\/0{
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}
.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\/10{
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 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\/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-transparent\/100{
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}
.border-y-white\/0{
  border-top-color: rgb(255 255 255 / 0);
  border-bottom-color: rgb(255 255 255 / 0);
}
.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\/10{
  border-top-color: rgb(255 255 255 / 0.1);
  border-bottom-color: rgb(255 255 255 / 0.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\/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-white\/100{
  border-top-color: rgb(255 255 255 / 1);
  border-bottom-color: rgb(255 255 255 / 1);
}
.border-y-black\/0{
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}
.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\/10{
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 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\/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-black\/100{
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}
.border-y-tab_active\/0{
  border-top-color: rgb(86 200 216 / 0);
  border-bottom-color: rgb(86 200 216 / 0);
}
.border-y-tab_active\/5{
  border-top-color: rgb(86 200 216 / 0.05);
  border-bottom-color: rgb(86 200 216 / 0.05);
}
.border-y-tab_active\/10{
  border-top-color: rgb(86 200 216 / 0.1);
  border-bottom-color: rgb(86 200 216 / 0.1);
}
.border-y-tab_active\/20{
  border-top-color: rgb(86 200 216 / 0.2);
  border-bottom-color: rgb(86 200 216 / 0.2);
}
.border-y-tab_active\/25{
  border-top-color: rgb(86 200 216 / 0.25);
  border-bottom-color: rgb(86 200 216 / 0.25);
}
.border-y-tab_active\/30{
  border-top-color: rgb(86 200 216 / 0.3);
  border-bottom-color: rgb(86 200 216 / 0.3);
}
.border-y-tab_active\/40{
  border-top-color: rgb(86 200 216 / 0.4);
  border-bottom-color: rgb(86 200 216 / 0.4);
}
.border-y-tab_active\/50{
  border-top-color: rgb(86 200 216 / 0.5);
  border-bottom-color: rgb(86 200 216 / 0.5);
}
.border-y-tab_active\/60{
  border-top-color: rgb(86 200 216 / 0.6);
  border-bottom-color: rgb(86 200 216 / 0.6);
}
.border-y-tab_active\/70{
  border-top-color: rgb(86 200 216 / 0.7);
  border-bottom-color: rgb(86 200 216 / 0.7);
}
.border-y-tab_active\/75{
  border-top-color: rgb(86 200 216 / 0.75);
  border-bottom-color: rgb(86 200 216 / 0.75);
}
.border-y-tab_active\/80{
  border-top-color: rgb(86 200 216 / 0.8);
  border-bottom-color: rgb(86 200 216 / 0.8);
}
.border-y-tab_active\/90{
  border-top-color: rgb(86 200 216 / 0.9);
  border-bottom-color: rgb(86 200 216 / 0.9);
}
.border-y-tab_active\/95{
  border-top-color: rgb(86 200 216 / 0.95);
  border-bottom-color: rgb(86 200 216 / 0.95);
}
.border-y-tab_active\/100{
  border-top-color: rgb(86 200 216 / 1);
  border-bottom-color: rgb(86 200 216 / 1);
}
.border-y-modal-50\/0{
  border-top-color: rgb(236 244 245 / 0);
  border-bottom-color: rgb(236 244 245 / 0);
}
.border-y-modal-50\/5{
  border-top-color: rgb(236 244 245 / 0.05);
  border-bottom-color: rgb(236 244 245 / 0.05);
}
.border-y-modal-50\/10{
  border-top-color: rgb(236 244 245 / 0.1);
  border-bottom-color: rgb(236 244 245 / 0.1);
}
.border-y-modal-50\/20{
  border-top-color: rgb(236 244 245 / 0.2);
  border-bottom-color: rgb(236 244 245 / 0.2);
}
.border-y-modal-50\/25{
  border-top-color: rgb(236 244 245 / 0.25);
  border-bottom-color: rgb(236 244 245 / 0.25);
}
.border-y-modal-50\/30{
  border-top-color: rgb(236 244 245 / 0.3);
  border-bottom-color: rgb(236 244 245 / 0.3);
}
.border-y-modal-50\/40{
  border-top-color: rgb(236 244 245 / 0.4);
  border-bottom-color: rgb(236 244 245 / 0.4);
}
.border-y-modal-50\/50{
  border-top-color: rgb(236 244 245 / 0.5);
  border-bottom-color: rgb(236 244 245 / 0.5);
}
.border-y-modal-50\/60{
  border-top-color: rgb(236 244 245 / 0.6);
  border-bottom-color: rgb(236 244 245 / 0.6);
}
.border-y-modal-50\/70{
  border-top-color: rgb(236 244 245 / 0.7);
  border-bottom-color: rgb(236 244 245 / 0.7);
}
.border-y-modal-50\/75{
  border-top-color: rgb(236 244 245 / 0.75);
  border-bottom-color: rgb(236 244 245 / 0.75);
}
.border-y-modal-50\/80{
  border-top-color: rgb(236 244 245 / 0.8);
  border-bottom-color: rgb(236 244 245 / 0.8);
}
.border-y-modal-50\/90{
  border-top-color: rgb(236 244 245 / 0.9);
  border-bottom-color: rgb(236 244 245 / 0.9);
}
.border-y-modal-50\/95{
  border-top-color: rgb(236 244 245 / 0.95);
  border-bottom-color: rgb(236 244 245 / 0.95);
}
.border-y-modal-50\/100{
  border-top-color: rgb(236 244 245 / 1);
  border-bottom-color: rgb(236 244 245 / 1);
}
.border-y-green-50\/0{
  border-top-color: rgb(243 250 247 / 0);
  border-bottom-color: rgb(243 250 247 / 0);
}
.border-y-green-50\/5{
  border-top-color: rgb(243 250 247 / 0.05);
  border-bottom-color: rgb(243 250 247 / 0.05);
}
.border-y-green-50\/10{
  border-top-color: rgb(243 250 247 / 0.1);
  border-bottom-color: rgb(243 250 247 / 0.1);
}
.border-y-green-50\/20{
  border-top-color: rgb(243 250 247 / 0.2);
  border-bottom-color: rgb(243 250 247 / 0.2);
}
.border-y-green-50\/25{
  border-top-color: rgb(243 250 247 / 0.25);
  border-bottom-color: rgb(243 250 247 / 0.25);
}
.border-y-green-50\/30{
  border-top-color: rgb(243 250 247 / 0.3);
  border-bottom-color: rgb(243 250 247 / 0.3);
}
.border-y-green-50\/40{
  border-top-color: rgb(243 250 247 / 0.4);
  border-bottom-color: rgb(243 250 247 / 0.4);
}
.border-y-green-50\/50{
  border-top-color: rgb(243 250 247 / 0.5);
  border-bottom-color: rgb(243 250 247 / 0.5);
}
.border-y-green-50\/60{
  border-top-color: rgb(243 250 247 / 0.6);
  border-bottom-color: rgb(243 250 247 / 0.6);
}
.border-y-green-50\/70{
  border-top-color: rgb(243 250 247 / 0.7);
  border-bottom-color: rgb(243 250 247 / 0.7);
}
.border-y-green-50\/75{
  border-top-color: rgb(243 250 247 / 0.75);
  border-bottom-color: rgb(243 250 247 / 0.75);
}
.border-y-green-50\/80{
  border-top-color: rgb(243 250 247 / 0.8);
  border-bottom-color: rgb(243 250 247 / 0.8);
}
.border-y-green-50\/90{
  border-top-color: rgb(243 250 247 / 0.9);
  border-bottom-color: rgb(243 250 247 / 0.9);
}
.border-y-green-50\/95{
  border-top-color: rgb(243 250 247 / 0.95);
  border-bottom-color: rgb(243 250 247 / 0.95);
}
.border-y-green-50\/100{
  border-top-color: rgb(243 250 247 / 1);
  border-bottom-color: rgb(243 250 247 / 1);
}
.border-y-green-100\/0{
  border-top-color: rgb(222 247 236 / 0);
  border-bottom-color: rgb(222 247 236 / 0);
}
.border-y-green-100\/5{
  border-top-color: rgb(222 247 236 / 0.05);
  border-bottom-color: rgb(222 247 236 / 0.05);
}
.border-y-green-100\/10{
  border-top-color: rgb(222 247 236 / 0.1);
  border-bottom-color: rgb(222 247 236 / 0.1);
}
.border-y-green-100\/20{
  border-top-color: rgb(222 247 236 / 0.2);
  border-bottom-color: rgb(222 247 236 / 0.2);
}
.border-y-green-100\/25{
  border-top-color: rgb(222 247 236 / 0.25);
  border-bottom-color: rgb(222 247 236 / 0.25);
}
.border-y-green-100\/30{
  border-top-color: rgb(222 247 236 / 0.3);
  border-bottom-color: rgb(222 247 236 / 0.3);
}
.border-y-green-100\/40{
  border-top-color: rgb(222 247 236 / 0.4);
  border-bottom-color: rgb(222 247 236 / 0.4);
}
.border-y-green-100\/50{
  border-top-color: rgb(222 247 236 / 0.5);
  border-bottom-color: rgb(222 247 236 / 0.5);
}
.border-y-green-100\/60{
  border-top-color: rgb(222 247 236 / 0.6);
  border-bottom-color: rgb(222 247 236 / 0.6);
}
.border-y-green-100\/70{
  border-top-color: rgb(222 247 236 / 0.7);
  border-bottom-color: rgb(222 247 236 / 0.7);
}
.border-y-green-100\/75{
  border-top-color: rgb(222 247 236 / 0.75);
  border-bottom-color: rgb(222 247 236 / 0.75);
}
.border-y-green-100\/80{
  border-top-color: rgb(222 247 236 / 0.8);
  border-bottom-color: rgb(222 247 236 / 0.8);
}
.border-y-green-100\/90{
  border-top-color: rgb(222 247 236 / 0.9);
  border-bottom-color: rgb(222 247 236 / 0.9);
}
.border-y-green-100\/95{
  border-top-color: rgb(222 247 236 / 0.95);
  border-bottom-color: rgb(222 247 236 / 0.95);
}
.border-y-green-100\/100{
  border-top-color: rgb(222 247 236 / 1);
  border-bottom-color: rgb(222 247 236 / 1);
}
.border-y-green-200\/0{
  border-top-color: rgb(188 240 218 / 0);
  border-bottom-color: rgb(188 240 218 / 0);
}
.border-y-green-200\/5{
  border-top-color: rgb(188 240 218 / 0.05);
  border-bottom-color: rgb(188 240 218 / 0.05);
}
.border-y-green-200\/10{
  border-top-color: rgb(188 240 218 / 0.1);
  border-bottom-color: rgb(188 240 218 / 0.1);
}
.border-y-green-200\/20{
  border-top-color: rgb(188 240 218 / 0.2);
  border-bottom-color: rgb(188 240 218 / 0.2);
}
.border-y-green-200\/25{
  border-top-color: rgb(188 240 218 / 0.25);
  border-bottom-color: rgb(188 240 218 / 0.25);
}
.border-y-green-200\/30{
  border-top-color: rgb(188 240 218 / 0.3);
  border-bottom-color: rgb(188 240 218 / 0.3);
}
.border-y-green-200\/40{
  border-top-color: rgb(188 240 218 / 0.4);
  border-bottom-color: rgb(188 240 218 / 0.4);
}
.border-y-green-200\/50{
  border-top-color: rgb(188 240 218 / 0.5);
  border-bottom-color: rgb(188 240 218 / 0.5);
}
.border-y-green-200\/60{
  border-top-color: rgb(188 240 218 / 0.6);
  border-bottom-color: rgb(188 240 218 / 0.6);
}
.border-y-green-200\/70{
  border-top-color: rgb(188 240 218 / 0.7);
  border-bottom-color: rgb(188 240 218 / 0.7);
}
.border-y-green-200\/75{
  border-top-color: rgb(188 240 218 / 0.75);
  border-bottom-color: rgb(188 240 218 / 0.75);
}
.border-y-green-200\/80{
  border-top-color: rgb(188 240 218 / 0.8);
  border-bottom-color: rgb(188 240 218 / 0.8);
}
.border-y-green-200\/90{
  border-top-color: rgb(188 240 218 / 0.9);
  border-bottom-color: rgb(188 240 218 / 0.9);
}
.border-y-green-200\/95{
  border-top-color: rgb(188 240 218 / 0.95);
  border-bottom-color: rgb(188 240 218 / 0.95);
}
.border-y-green-200\/100{
  border-top-color: rgb(188 240 218 / 1);
  border-bottom-color: rgb(188 240 218 / 1);
}
.border-y-green-300\/0{
  border-top-color: rgb(132 225 188 / 0);
  border-bottom-color: rgb(132 225 188 / 0);
}
.border-y-green-300\/5{
  border-top-color: rgb(132 225 188 / 0.05);
  border-bottom-color: rgb(132 225 188 / 0.05);
}
.border-y-green-300\/10{
  border-top-color: rgb(132 225 188 / 0.1);
  border-bottom-color: rgb(132 225 188 / 0.1);
}
.border-y-green-300\/20{
  border-top-color: rgb(132 225 188 / 0.2);
  border-bottom-color: rgb(132 225 188 / 0.2);
}
.border-y-green-300\/25{
  border-top-color: rgb(132 225 188 / 0.25);
  border-bottom-color: rgb(132 225 188 / 0.25);
}
.border-y-green-300\/30{
  border-top-color: rgb(132 225 188 / 0.3);
  border-bottom-color: rgb(132 225 188 / 0.3);
}
.border-y-green-300\/40{
  border-top-color: rgb(132 225 188 / 0.4);
  border-bottom-color: rgb(132 225 188 / 0.4);
}
.border-y-green-300\/50{
  border-top-color: rgb(132 225 188 / 0.5);
  border-bottom-color: rgb(132 225 188 / 0.5);
}
.border-y-green-300\/60{
  border-top-color: rgb(132 225 188 / 0.6);
  border-bottom-color: rgb(132 225 188 / 0.6);
}
.border-y-green-300\/70{
  border-top-color: rgb(132 225 188 / 0.7);
  border-bottom-color: rgb(132 225 188 / 0.7);
}
.border-y-green-300\/75{
  border-top-color: rgb(132 225 188 / 0.75);
  border-bottom-color: rgb(132 225 188 / 0.75);
}
.border-y-green-300\/80{
  border-top-color: rgb(132 225 188 / 0.8);
  border-bottom-color: rgb(132 225 188 / 0.8);
}
.border-y-green-300\/90{
  border-top-color: rgb(132 225 188 / 0.9);
  border-bottom-color: rgb(132 225 188 / 0.9);
}
.border-y-green-300\/95{
  border-top-color: rgb(132 225 188 / 0.95);
  border-bottom-color: rgb(132 225 188 / 0.95);
}
.border-y-green-300\/100{
  border-top-color: rgb(132 225 188 / 1);
  border-bottom-color: rgb(132 225 188 / 1);
}
.border-y-green-400\/0{
  border-top-color: rgb(49 196 141 / 0);
  border-bottom-color: rgb(49 196 141 / 0);
}
.border-y-green-400\/5{
  border-top-color: rgb(49 196 141 / 0.05);
  border-bottom-color: rgb(49 196 141 / 0.05);
}
.border-y-green-400\/10{
  border-top-color: rgb(49 196 141 / 0.1);
  border-bottom-color: rgb(49 196 141 / 0.1);
}
.border-y-green-400\/20{
  border-top-color: rgb(49 196 141 / 0.2);
  border-bottom-color: rgb(49 196 141 / 0.2);
}
.border-y-green-400\/25{
  border-top-color: rgb(49 196 141 / 0.25);
  border-bottom-color: rgb(49 196 141 / 0.25);
}
.border-y-green-400\/30{
  border-top-color: rgb(49 196 141 / 0.3);
  border-bottom-color: rgb(49 196 141 / 0.3);
}
.border-y-green-400\/40{
  border-top-color: rgb(49 196 141 / 0.4);
  border-bottom-color: rgb(49 196 141 / 0.4);
}
.border-y-green-400\/50{
  border-top-color: rgb(49 196 141 / 0.5);
  border-bottom-color: rgb(49 196 141 / 0.5);
}
.border-y-green-400\/60{
  border-top-color: rgb(49 196 141 / 0.6);
  border-bottom-color: rgb(49 196 141 / 0.6);
}
.border-y-green-400\/70{
  border-top-color: rgb(49 196 141 / 0.7);
  border-bottom-color: rgb(49 196 141 / 0.7);
}
.border-y-green-400\/75{
  border-top-color: rgb(49 196 141 / 0.75);
  border-bottom-color: rgb(49 196 141 / 0.75);
}
.border-y-green-400\/80{
  border-top-color: rgb(49 196 141 / 0.8);
  border-bottom-color: rgb(49 196 141 / 0.8);
}
.border-y-green-400\/90{
  border-top-color: rgb(49 196 141 / 0.9);
  border-bottom-color: rgb(49 196 141 / 0.9);
}
.border-y-green-400\/95{
  border-top-color: rgb(49 196 141 / 0.95);
  border-bottom-color: rgb(49 196 141 / 0.95);
}
.border-y-green-400\/100{
  border-top-color: rgb(49 196 141 / 1);
  border-bottom-color: rgb(49 196 141 / 1);
}
.border-y-green-500\/0{
  border-top-color: rgb(14 159 110 / 0);
  border-bottom-color: rgb(14 159 110 / 0);
}
.border-y-green-500\/5{
  border-top-color: rgb(14 159 110 / 0.05);
  border-bottom-color: rgb(14 159 110 / 0.05);
}
.border-y-green-500\/10{
  border-top-color: rgb(14 159 110 / 0.1);
  border-bottom-color: rgb(14 159 110 / 0.1);
}
.border-y-green-500\/20{
  border-top-color: rgb(14 159 110 / 0.2);
  border-bottom-color: rgb(14 159 110 / 0.2);
}
.border-y-green-500\/25{
  border-top-color: rgb(14 159 110 / 0.25);
  border-bottom-color: rgb(14 159 110 / 0.25);
}
.border-y-green-500\/30{
  border-top-color: rgb(14 159 110 / 0.3);
  border-bottom-color: rgb(14 159 110 / 0.3);
}
.border-y-green-500\/40{
  border-top-color: rgb(14 159 110 / 0.4);
  border-bottom-color: rgb(14 159 110 / 0.4);
}
.border-y-green-500\/50{
  border-top-color: rgb(14 159 110 / 0.5);
  border-bottom-color: rgb(14 159 110 / 0.5);
}
.border-y-green-500\/60{
  border-top-color: rgb(14 159 110 / 0.6);
  border-bottom-color: rgb(14 159 110 / 0.6);
}
.border-y-green-500\/70{
  border-top-color: rgb(14 159 110 / 0.7);
  border-bottom-color: rgb(14 159 110 / 0.7);
}
.border-y-green-500\/75{
  border-top-color: rgb(14 159 110 / 0.75);
  border-bottom-color: rgb(14 159 110 / 0.75);
}
.border-y-green-500\/80{
  border-top-color: rgb(14 159 110 / 0.8);
  border-bottom-color: rgb(14 159 110 / 0.8);
}
.border-y-green-500\/90{
  border-top-color: rgb(14 159 110 / 0.9);
  border-bottom-color: rgb(14 159 110 / 0.9);
}
.border-y-green-500\/95{
  border-top-color: rgb(14 159 110 / 0.95);
  border-bottom-color: rgb(14 159 110 / 0.95);
}
.border-y-green-500\/100{
  border-top-color: rgb(14 159 110 / 1);
  border-bottom-color: rgb(14 159 110 / 1);
}
.border-y-green-600\/0{
  border-top-color: rgb(5 122 85 / 0);
  border-bottom-color: rgb(5 122 85 / 0);
}
.border-y-green-600\/5{
  border-top-color: rgb(5 122 85 / 0.05);
  border-bottom-color: rgb(5 122 85 / 0.05);
}
.border-y-green-600\/10{
  border-top-color: rgb(5 122 85 / 0.1);
  border-bottom-color: rgb(5 122 85 / 0.1);
}
.border-y-green-600\/20{
  border-top-color: rgb(5 122 85 / 0.2);
  border-bottom-color: rgb(5 122 85 / 0.2);
}
.border-y-green-600\/25{
  border-top-color: rgb(5 122 85 / 0.25);
  border-bottom-color: rgb(5 122 85 / 0.25);
}
.border-y-green-600\/30{
  border-top-color: rgb(5 122 85 / 0.3);
  border-bottom-color: rgb(5 122 85 / 0.3);
}
.border-y-green-600\/40{
  border-top-color: rgb(5 122 85 / 0.4);
  border-bottom-color: rgb(5 122 85 / 0.4);
}
.border-y-green-600\/50{
  border-top-color: rgb(5 122 85 / 0.5);
  border-bottom-color: rgb(5 122 85 / 0.5);
}
.border-y-green-600\/60{
  border-top-color: rgb(5 122 85 / 0.6);
  border-bottom-color: rgb(5 122 85 / 0.6);
}
.border-y-green-600\/70{
  border-top-color: rgb(5 122 85 / 0.7);
  border-bottom-color: rgb(5 122 85 / 0.7);
}
.border-y-green-600\/75{
  border-top-color: rgb(5 122 85 / 0.75);
  border-bottom-color: rgb(5 122 85 / 0.75);
}
.border-y-green-600\/80{
  border-top-color: rgb(5 122 85 / 0.8);
  border-bottom-color: rgb(5 122 85 / 0.8);
}
.border-y-green-600\/90{
  border-top-color: rgb(5 122 85 / 0.9);
  border-bottom-color: rgb(5 122 85 / 0.9);
}
.border-y-green-600\/95{
  border-top-color: rgb(5 122 85 / 0.95);
  border-bottom-color: rgb(5 122 85 / 0.95);
}
.border-y-green-600\/100{
  border-top-color: rgb(5 122 85 / 1);
  border-bottom-color: rgb(5 122 85 / 1);
}
.border-y-green-700\/0{
  border-top-color: rgb(4 108 78 / 0);
  border-bottom-color: rgb(4 108 78 / 0);
}
.border-y-green-700\/5{
  border-top-color: rgb(4 108 78 / 0.05);
  border-bottom-color: rgb(4 108 78 / 0.05);
}
.border-y-green-700\/10{
  border-top-color: rgb(4 108 78 / 0.1);
  border-bottom-color: rgb(4 108 78 / 0.1);
}
.border-y-green-700\/20{
  border-top-color: rgb(4 108 78 / 0.2);
  border-bottom-color: rgb(4 108 78 / 0.2);
}
.border-y-green-700\/25{
  border-top-color: rgb(4 108 78 / 0.25);
  border-bottom-color: rgb(4 108 78 / 0.25);
}
.border-y-green-700\/30{
  border-top-color: rgb(4 108 78 / 0.3);
  border-bottom-color: rgb(4 108 78 / 0.3);
}
.border-y-green-700\/40{
  border-top-color: rgb(4 108 78 / 0.4);
  border-bottom-color: rgb(4 108 78 / 0.4);
}
.border-y-green-700\/50{
  border-top-color: rgb(4 108 78 / 0.5);
  border-bottom-color: rgb(4 108 78 / 0.5);
}
.border-y-green-700\/60{
  border-top-color: rgb(4 108 78 / 0.6);
  border-bottom-color: rgb(4 108 78 / 0.6);
}
.border-y-green-700\/70{
  border-top-color: rgb(4 108 78 / 0.7);
  border-bottom-color: rgb(4 108 78 / 0.7);
}
.border-y-green-700\/75{
  border-top-color: rgb(4 108 78 / 0.75);
  border-bottom-color: rgb(4 108 78 / 0.75);
}
.border-y-green-700\/80{
  border-top-color: rgb(4 108 78 / 0.8);
  border-bottom-color: rgb(4 108 78 / 0.8);
}
.border-y-green-700\/90{
  border-top-color: rgb(4 108 78 / 0.9);
  border-bottom-color: rgb(4 108 78 / 0.9);
}
.border-y-green-700\/95{
  border-top-color: rgb(4 108 78 / 0.95);
  border-bottom-color: rgb(4 108 78 / 0.95);
}
.border-y-green-700\/100{
  border-top-color: rgb(4 108 78 / 1);
  border-bottom-color: rgb(4 108 78 / 1);
}
.border-y-green-800\/0{
  border-top-color: rgb(3 84 63 / 0);
  border-bottom-color: rgb(3 84 63 / 0);
}
.border-y-green-800\/5{
  border-top-color: rgb(3 84 63 / 0.05);
  border-bottom-color: rgb(3 84 63 / 0.05);
}
.border-y-green-800\/10{
  border-top-color: rgb(3 84 63 / 0.1);
  border-bottom-color: rgb(3 84 63 / 0.1);
}
.border-y-green-800\/20{
  border-top-color: rgb(3 84 63 / 0.2);
  border-bottom-color: rgb(3 84 63 / 0.2);
}
.border-y-green-800\/25{
  border-top-color: rgb(3 84 63 / 0.25);
  border-bottom-color: rgb(3 84 63 / 0.25);
}
.border-y-green-800\/30{
  border-top-color: rgb(3 84 63 / 0.3);
  border-bottom-color: rgb(3 84 63 / 0.3);
}
.border-y-green-800\/40{
  border-top-color: rgb(3 84 63 / 0.4);
  border-bottom-color: rgb(3 84 63 / 0.4);
}
.border-y-green-800\/50{
  border-top-color: rgb(3 84 63 / 0.5);
  border-bottom-color: rgb(3 84 63 / 0.5);
}
.border-y-green-800\/60{
  border-top-color: rgb(3 84 63 / 0.6);
  border-bottom-color: rgb(3 84 63 / 0.6);
}
.border-y-green-800\/70{
  border-top-color: rgb(3 84 63 / 0.7);
  border-bottom-color: rgb(3 84 63 / 0.7);
}
.border-y-green-800\/75{
  border-top-color: rgb(3 84 63 / 0.75);
  border-bottom-color: rgb(3 84 63 / 0.75);
}
.border-y-green-800\/80{
  border-top-color: rgb(3 84 63 / 0.8);
  border-bottom-color: rgb(3 84 63 / 0.8);
}
.border-y-green-800\/90{
  border-top-color: rgb(3 84 63 / 0.9);
  border-bottom-color: rgb(3 84 63 / 0.9);
}
.border-y-green-800\/95{
  border-top-color: rgb(3 84 63 / 0.95);
  border-bottom-color: rgb(3 84 63 / 0.95);
}
.border-y-green-800\/100{
  border-top-color: rgb(3 84 63 / 1);
  border-bottom-color: rgb(3 84 63 / 1);
}
.border-y-green-900\/0{
  border-top-color: rgb(1 71 55 / 0);
  border-bottom-color: rgb(1 71 55 / 0);
}
.border-y-green-900\/5{
  border-top-color: rgb(1 71 55 / 0.05);
  border-bottom-color: rgb(1 71 55 / 0.05);
}
.border-y-green-900\/10{
  border-top-color: rgb(1 71 55 / 0.1);
  border-bottom-color: rgb(1 71 55 / 0.1);
}
.border-y-green-900\/20{
  border-top-color: rgb(1 71 55 / 0.2);
  border-bottom-color: rgb(1 71 55 / 0.2);
}
.border-y-green-900\/25{
  border-top-color: rgb(1 71 55 / 0.25);
  border-bottom-color: rgb(1 71 55 / 0.25);
}
.border-y-green-900\/30{
  border-top-color: rgb(1 71 55 / 0.3);
  border-bottom-color: rgb(1 71 55 / 0.3);
}
.border-y-green-900\/40{
  border-top-color: rgb(1 71 55 / 0.4);
  border-bottom-color: rgb(1 71 55 / 0.4);
}
.border-y-green-900\/50{
  border-top-color: rgb(1 71 55 / 0.5);
  border-bottom-color: rgb(1 71 55 / 0.5);
}
.border-y-green-900\/60{
  border-top-color: rgb(1 71 55 / 0.6);
  border-bottom-color: rgb(1 71 55 / 0.6);
}
.border-y-green-900\/70{
  border-top-color: rgb(1 71 55 / 0.7);
  border-bottom-color: rgb(1 71 55 / 0.7);
}
.border-y-green-900\/75{
  border-top-color: rgb(1 71 55 / 0.75);
  border-bottom-color: rgb(1 71 55 / 0.75);
}
.border-y-green-900\/80{
  border-top-color: rgb(1 71 55 / 0.8);
  border-bottom-color: rgb(1 71 55 / 0.8);
}
.border-y-green-900\/90{
  border-top-color: rgb(1 71 55 / 0.9);
  border-bottom-color: rgb(1 71 55 / 0.9);
}
.border-y-green-900\/95{
  border-top-color: rgb(1 71 55 / 0.95);
  border-bottom-color: rgb(1 71 55 / 0.95);
}
.border-y-green-900\/100{
  border-top-color: rgb(1 71 55 / 1);
  border-bottom-color: rgb(1 71 55 / 1);
}
.border-y-green\/0{
  border-top-color: rgb(77 208 225 / 0);
  border-bottom-color: rgb(77 208 225 / 0);
}
.border-y-green\/5{
  border-top-color: rgb(77 208 225 / 0.05);
  border-bottom-color: rgb(77 208 225 / 0.05);
}
.border-y-green\/10{
  border-top-color: rgb(77 208 225 / 0.1);
  border-bottom-color: rgb(77 208 225 / 0.1);
}
.border-y-green\/20{
  border-top-color: rgb(77 208 225 / 0.2);
  border-bottom-color: rgb(77 208 225 / 0.2);
}
.border-y-green\/25{
  border-top-color: rgb(77 208 225 / 0.25);
  border-bottom-color: rgb(77 208 225 / 0.25);
}
.border-y-green\/30{
  border-top-color: rgb(77 208 225 / 0.3);
  border-bottom-color: rgb(77 208 225 / 0.3);
}
.border-y-green\/40{
  border-top-color: rgb(77 208 225 / 0.4);
  border-bottom-color: rgb(77 208 225 / 0.4);
}
.border-y-green\/50{
  border-top-color: rgb(77 208 225 / 0.5);
  border-bottom-color: rgb(77 208 225 / 0.5);
}
.border-y-green\/60{
  border-top-color: rgb(77 208 225 / 0.6);
  border-bottom-color: rgb(77 208 225 / 0.6);
}
.border-y-green\/70{
  border-top-color: rgb(77 208 225 / 0.7);
  border-bottom-color: rgb(77 208 225 / 0.7);
}
.border-y-green\/75{
  border-top-color: rgb(77 208 225 / 0.75);
  border-bottom-color: rgb(77 208 225 / 0.75);
}
.border-y-green\/80{
  border-top-color: rgb(77 208 225 / 0.8);
  border-bottom-color: rgb(77 208 225 / 0.8);
}
.border-y-green\/90{
  border-top-color: rgb(77 208 225 / 0.9);
  border-bottom-color: rgb(77 208 225 / 0.9);
}
.border-y-green\/95{
  border-top-color: rgb(77 208 225 / 0.95);
  border-bottom-color: rgb(77 208 225 / 0.95);
}
.border-y-green\/100{
  border-top-color: rgb(77 208 225 / 1);
  border-bottom-color: rgb(77 208 225 / 1);
}
.border-y-green-light\/0{
  border-top-color: rgb(93 224 241 / 0);
  border-bottom-color: rgb(93 224 241 / 0);
}
.border-y-green-light\/5{
  border-top-color: rgb(93 224 241 / 0.05);
  border-bottom-color: rgb(93 224 241 / 0.05);
}
.border-y-green-light\/10{
  border-top-color: rgb(93 224 241 / 0.1);
  border-bottom-color: rgb(93 224 241 / 0.1);
}
.border-y-green-light\/20{
  border-top-color: rgb(93 224 241 / 0.2);
  border-bottom-color: rgb(93 224 241 / 0.2);
}
.border-y-green-light\/25{
  border-top-color: rgb(93 224 241 / 0.25);
  border-bottom-color: rgb(93 224 241 / 0.25);
}
.border-y-green-light\/30{
  border-top-color: rgb(93 224 241 / 0.3);
  border-bottom-color: rgb(93 224 241 / 0.3);
}
.border-y-green-light\/40{
  border-top-color: rgb(93 224 241 / 0.4);
  border-bottom-color: rgb(93 224 241 / 0.4);
}
.border-y-green-light\/50{
  border-top-color: rgb(93 224 241 / 0.5);
  border-bottom-color: rgb(93 224 241 / 0.5);
}
.border-y-green-light\/60{
  border-top-color: rgb(93 224 241 / 0.6);
  border-bottom-color: rgb(93 224 241 / 0.6);
}
.border-y-green-light\/70{
  border-top-color: rgb(93 224 241 / 0.7);
  border-bottom-color: rgb(93 224 241 / 0.7);
}
.border-y-green-light\/75{
  border-top-color: rgb(93 224 241 / 0.75);
  border-bottom-color: rgb(93 224 241 / 0.75);
}
.border-y-green-light\/80{
  border-top-color: rgb(93 224 241 / 0.8);
  border-bottom-color: rgb(93 224 241 / 0.8);
}
.border-y-green-light\/90{
  border-top-color: rgb(93 224 241 / 0.9);
  border-bottom-color: rgb(93 224 241 / 0.9);
}
.border-y-green-light\/95{
  border-top-color: rgb(93 224 241 / 0.95);
  border-bottom-color: rgb(93 224 241 / 0.95);
}
.border-y-green-light\/100{
  border-top-color: rgb(93 224 241 / 1);
  border-bottom-color: rgb(93 224 241 / 1);
}
.border-y-ottanio\/0{
  border-top-color: rgb(5 79 89 / 0);
  border-bottom-color: rgb(5 79 89 / 0);
}
.border-y-ottanio\/5{
  border-top-color: rgb(5 79 89 / 0.05);
  border-bottom-color: rgb(5 79 89 / 0.05);
}
.border-y-ottanio\/10{
  border-top-color: rgb(5 79 89 / 0.1);
  border-bottom-color: rgb(5 79 89 / 0.1);
}
.border-y-ottanio\/20{
  border-top-color: rgb(5 79 89 / 0.2);
  border-bottom-color: rgb(5 79 89 / 0.2);
}
.border-y-ottanio\/25{
  border-top-color: rgb(5 79 89 / 0.25);
  border-bottom-color: rgb(5 79 89 / 0.25);
}
.border-y-ottanio\/30{
  border-top-color: rgb(5 79 89 / 0.3);
  border-bottom-color: rgb(5 79 89 / 0.3);
}
.border-y-ottanio\/40{
  border-top-color: rgb(5 79 89 / 0.4);
  border-bottom-color: rgb(5 79 89 / 0.4);
}
.border-y-ottanio\/50{
  border-top-color: rgb(5 79 89 / 0.5);
  border-bottom-color: rgb(5 79 89 / 0.5);
}
.border-y-ottanio\/60{
  border-top-color: rgb(5 79 89 / 0.6);
  border-bottom-color: rgb(5 79 89 / 0.6);
}
.border-y-ottanio\/70{
  border-top-color: rgb(5 79 89 / 0.7);
  border-bottom-color: rgb(5 79 89 / 0.7);
}
.border-y-ottanio\/75{
  border-top-color: rgb(5 79 89 / 0.75);
  border-bottom-color: rgb(5 79 89 / 0.75);
}
.border-y-ottanio\/80{
  border-top-color: rgb(5 79 89 / 0.8);
  border-bottom-color: rgb(5 79 89 / 0.8);
}
.border-y-ottanio\/90{
  border-top-color: rgb(5 79 89 / 0.9);
  border-bottom-color: rgb(5 79 89 / 0.9);
}
.border-y-ottanio\/95{
  border-top-color: rgb(5 79 89 / 0.95);
  border-bottom-color: rgb(5 79 89 / 0.95);
}
.border-y-ottanio\/100{
  border-top-color: rgb(5 79 89 / 1);
  border-bottom-color: rgb(5 79 89 / 1);
}
.border-y-ottanio-light\/0{
  border-top-color: rgb(0 151 167 / 0);
  border-bottom-color: rgb(0 151 167 / 0);
}
.border-y-ottanio-light\/5{
  border-top-color: rgb(0 151 167 / 0.05);
  border-bottom-color: rgb(0 151 167 / 0.05);
}
.border-y-ottanio-light\/10{
  border-top-color: rgb(0 151 167 / 0.1);
  border-bottom-color: rgb(0 151 167 / 0.1);
}
.border-y-ottanio-light\/20{
  border-top-color: rgb(0 151 167 / 0.2);
  border-bottom-color: rgb(0 151 167 / 0.2);
}
.border-y-ottanio-light\/25{
  border-top-color: rgb(0 151 167 / 0.25);
  border-bottom-color: rgb(0 151 167 / 0.25);
}
.border-y-ottanio-light\/30{
  border-top-color: rgb(0 151 167 / 0.3);
  border-bottom-color: rgb(0 151 167 / 0.3);
}
.border-y-ottanio-light\/40{
  border-top-color: rgb(0 151 167 / 0.4);
  border-bottom-color: rgb(0 151 167 / 0.4);
}
.border-y-ottanio-light\/50{
  border-top-color: rgb(0 151 167 / 0.5);
  border-bottom-color: rgb(0 151 167 / 0.5);
}
.border-y-ottanio-light\/60{
  border-top-color: rgb(0 151 167 / 0.6);
  border-bottom-color: rgb(0 151 167 / 0.6);
}
.border-y-ottanio-light\/70{
  border-top-color: rgb(0 151 167 / 0.7);
  border-bottom-color: rgb(0 151 167 / 0.7);
}
.border-y-ottanio-light\/75{
  border-top-color: rgb(0 151 167 / 0.75);
  border-bottom-color: rgb(0 151 167 / 0.75);
}
.border-y-ottanio-light\/80{
  border-top-color: rgb(0 151 167 / 0.8);
  border-bottom-color: rgb(0 151 167 / 0.8);
}
.border-y-ottanio-light\/90{
  border-top-color: rgb(0 151 167 / 0.9);
  border-bottom-color: rgb(0 151 167 / 0.9);
}
.border-y-ottanio-light\/95{
  border-top-color: rgb(0 151 167 / 0.95);
  border-bottom-color: rgb(0 151 167 / 0.95);
}
.border-y-ottanio-light\/100{
  border-top-color: rgb(0 151 167 / 1);
  border-bottom-color: rgb(0 151 167 / 1);
}
.border-y-magenta\/0{
  border-top-color: rgb(224 14 102 / 0);
  border-bottom-color: rgb(224 14 102 / 0);
}
.border-y-magenta\/5{
  border-top-color: rgb(224 14 102 / 0.05);
  border-bottom-color: rgb(224 14 102 / 0.05);
}
.border-y-magenta\/10{
  border-top-color: rgb(224 14 102 / 0.1);
  border-bottom-color: rgb(224 14 102 / 0.1);
}
.border-y-magenta\/20{
  border-top-color: rgb(224 14 102 / 0.2);
  border-bottom-color: rgb(224 14 102 / 0.2);
}
.border-y-magenta\/25{
  border-top-color: rgb(224 14 102 / 0.25);
  border-bottom-color: rgb(224 14 102 / 0.25);
}
.border-y-magenta\/30{
  border-top-color: rgb(224 14 102 / 0.3);
  border-bottom-color: rgb(224 14 102 / 0.3);
}
.border-y-magenta\/40{
  border-top-color: rgb(224 14 102 / 0.4);
  border-bottom-color: rgb(224 14 102 / 0.4);
}
.border-y-magenta\/50{
  border-top-color: rgb(224 14 102 / 0.5);
  border-bottom-color: rgb(224 14 102 / 0.5);
}
.border-y-magenta\/60{
  border-top-color: rgb(224 14 102 / 0.6);
  border-bottom-color: rgb(224 14 102 / 0.6);
}
.border-y-magenta\/70{
  border-top-color: rgb(224 14 102 / 0.7);
  border-bottom-color: rgb(224 14 102 / 0.7);
}
.border-y-magenta\/75{
  border-top-color: rgb(224 14 102 / 0.75);
  border-bottom-color: rgb(224 14 102 / 0.75);
}
.border-y-magenta\/80{
  border-top-color: rgb(224 14 102 / 0.8);
  border-bottom-color: rgb(224 14 102 / 0.8);
}
.border-y-magenta\/90{
  border-top-color: rgb(224 14 102 / 0.9);
  border-bottom-color: rgb(224 14 102 / 0.9);
}
.border-y-magenta\/95{
  border-top-color: rgb(224 14 102 / 0.95);
  border-bottom-color: rgb(224 14 102 / 0.95);
}
.border-y-magenta\/100{
  border-top-color: rgb(224 14 102 / 1);
  border-bottom-color: rgb(224 14 102 / 1);
}
.border-y-magenta-light\/0{
  border-top-color: rgb(224 14 102 / 0);
  border-bottom-color: rgb(224 14 102 / 0);
}
.border-y-magenta-light\/5{
  border-top-color: rgb(224 14 102 / 0.05);
  border-bottom-color: rgb(224 14 102 / 0.05);
}
.border-y-magenta-light\/10{
  border-top-color: rgb(224 14 102 / 0.1);
  border-bottom-color: rgb(224 14 102 / 0.1);
}
.border-y-magenta-light\/20{
  border-top-color: rgb(224 14 102 / 0.2);
  border-bottom-color: rgb(224 14 102 / 0.2);
}
.border-y-magenta-light\/25{
  border-top-color: rgb(224 14 102 / 0.25);
  border-bottom-color: rgb(224 14 102 / 0.25);
}
.border-y-magenta-light\/30{
  border-top-color: rgb(224 14 102 / 0.3);
  border-bottom-color: rgb(224 14 102 / 0.3);
}
.border-y-magenta-light\/40{
  border-top-color: rgb(224 14 102 / 0.4);
  border-bottom-color: rgb(224 14 102 / 0.4);
}
.border-y-magenta-light\/50{
  border-top-color: rgb(224 14 102 / 0.5);
  border-bottom-color: rgb(224 14 102 / 0.5);
}
.border-y-magenta-light\/60{
  border-top-color: rgb(224 14 102 / 0.6);
  border-bottom-color: rgb(224 14 102 / 0.6);
}
.border-y-magenta-light\/70{
  border-top-color: rgb(224 14 102 / 0.7);
  border-bottom-color: rgb(224 14 102 / 0.7);
}
.border-y-magenta-light\/75{
  border-top-color: rgb(224 14 102 / 0.75);
  border-bottom-color: rgb(224 14 102 / 0.75);
}
.border-y-magenta-light\/80{
  border-top-color: rgb(224 14 102 / 0.8);
  border-bottom-color: rgb(224 14 102 / 0.8);
}
.border-y-magenta-light\/90{
  border-top-color: rgb(224 14 102 / 0.9);
  border-bottom-color: rgb(224 14 102 / 0.9);
}
.border-y-magenta-light\/95{
  border-top-color: rgb(224 14 102 / 0.95);
  border-bottom-color: rgb(224 14 102 / 0.95);
}
.border-y-magenta-light\/100{
  border-top-color: rgb(224 14 102 / 1);
  border-bottom-color: rgb(224 14 102 / 1);
}
.border-y-arancio\/0{
  border-top-color: rgb(255 149 149 / 0);
  border-bottom-color: rgb(255 149 149 / 0);
}
.border-y-arancio\/5{
  border-top-color: rgb(255 149 149 / 0.05);
  border-bottom-color: rgb(255 149 149 / 0.05);
}
.border-y-arancio\/10{
  border-top-color: rgb(255 149 149 / 0.1);
  border-bottom-color: rgb(255 149 149 / 0.1);
}
.border-y-arancio\/20{
  border-top-color: rgb(255 149 149 / 0.2);
  border-bottom-color: rgb(255 149 149 / 0.2);
}
.border-y-arancio\/25{
  border-top-color: rgb(255 149 149 / 0.25);
  border-bottom-color: rgb(255 149 149 / 0.25);
}
.border-y-arancio\/30{
  border-top-color: rgb(255 149 149 / 0.3);
  border-bottom-color: rgb(255 149 149 / 0.3);
}
.border-y-arancio\/40{
  border-top-color: rgb(255 149 149 / 0.4);
  border-bottom-color: rgb(255 149 149 / 0.4);
}
.border-y-arancio\/50{
  border-top-color: rgb(255 149 149 / 0.5);
  border-bottom-color: rgb(255 149 149 / 0.5);
}
.border-y-arancio\/60{
  border-top-color: rgb(255 149 149 / 0.6);
  border-bottom-color: rgb(255 149 149 / 0.6);
}
.border-y-arancio\/70{
  border-top-color: rgb(255 149 149 / 0.7);
  border-bottom-color: rgb(255 149 149 / 0.7);
}
.border-y-arancio\/75{
  border-top-color: rgb(255 149 149 / 0.75);
  border-bottom-color: rgb(255 149 149 / 0.75);
}
.border-y-arancio\/80{
  border-top-color: rgb(255 149 149 / 0.8);
  border-bottom-color: rgb(255 149 149 / 0.8);
}
.border-y-arancio\/90{
  border-top-color: rgb(255 149 149 / 0.9);
  border-bottom-color: rgb(255 149 149 / 0.9);
}
.border-y-arancio\/95{
  border-top-color: rgb(255 149 149 / 0.95);
  border-bottom-color: rgb(255 149 149 / 0.95);
}
.border-y-arancio\/100{
  border-top-color: rgb(255 149 149 / 1);
  border-bottom-color: rgb(255 149 149 / 1);
}
.border-y-gray-50\/0{
  border-top-color: rgb(249 250 251 / 0);
  border-bottom-color: rgb(249 250 251 / 0);
}
.border-y-gray-50\/5{
  border-top-color: rgb(249 250 251 / 0.05);
  border-bottom-color: rgb(249 250 251 / 0.05);
}
.border-y-gray-50\/10{
  border-top-color: rgb(249 250 251 / 0.1);
  border-bottom-color: rgb(249 250 251 / 0.1);
}
.border-y-gray-50\/20{
  border-top-color: rgb(249 250 251 / 0.2);
  border-bottom-color: rgb(249 250 251 / 0.2);
}
.border-y-gray-50\/25{
  border-top-color: rgb(249 250 251 / 0.25);
  border-bottom-color: rgb(249 250 251 / 0.25);
}
.border-y-gray-50\/30{
  border-top-color: rgb(249 250 251 / 0.3);
  border-bottom-color: rgb(249 250 251 / 0.3);
}
.border-y-gray-50\/40{
  border-top-color: rgb(249 250 251 / 0.4);
  border-bottom-color: rgb(249 250 251 / 0.4);
}
.border-y-gray-50\/50{
  border-top-color: rgb(249 250 251 / 0.5);
  border-bottom-color: rgb(249 250 251 / 0.5);
}
.border-y-gray-50\/60{
  border-top-color: rgb(249 250 251 / 0.6);
  border-bottom-color: rgb(249 250 251 / 0.6);
}
.border-y-gray-50\/70{
  border-top-color: rgb(249 250 251 / 0.7);
  border-bottom-color: rgb(249 250 251 / 0.7);
}
.border-y-gray-50\/75{
  border-top-color: rgb(249 250 251 / 0.75);
  border-bottom-color: rgb(249 250 251 / 0.75);
}
.border-y-gray-50\/80{
  border-top-color: rgb(249 250 251 / 0.8);
  border-bottom-color: rgb(249 250 251 / 0.8);
}
.border-y-gray-50\/90{
  border-top-color: rgb(249 250 251 / 0.9);
  border-bottom-color: rgb(249 250 251 / 0.9);
}
.border-y-gray-50\/95{
  border-top-color: rgb(249 250 251 / 0.95);
  border-bottom-color: rgb(249 250 251 / 0.95);
}
.border-y-gray-50\/100{
  border-top-color: rgb(249 250 251 / 1);
  border-bottom-color: rgb(249 250 251 / 1);
}
.border-y-gray-100\/0{
  border-top-color: rgb(213 227 231 / 0);
  border-bottom-color: rgb(213 227 231 / 0);
}
.border-y-gray-100\/5{
  border-top-color: rgb(213 227 231 / 0.05);
  border-bottom-color: rgb(213 227 231 / 0.05);
}
.border-y-gray-100\/10{
  border-top-color: rgb(213 227 231 / 0.1);
  border-bottom-color: rgb(213 227 231 / 0.1);
}
.border-y-gray-100\/20{
  border-top-color: rgb(213 227 231 / 0.2);
  border-bottom-color: rgb(213 227 231 / 0.2);
}
.border-y-gray-100\/25{
  border-top-color: rgb(213 227 231 / 0.25);
  border-bottom-color: rgb(213 227 231 / 0.25);
}
.border-y-gray-100\/30{
  border-top-color: rgb(213 227 231 / 0.3);
  border-bottom-color: rgb(213 227 231 / 0.3);
}
.border-y-gray-100\/40{
  border-top-color: rgb(213 227 231 / 0.4);
  border-bottom-color: rgb(213 227 231 / 0.4);
}
.border-y-gray-100\/50{
  border-top-color: rgb(213 227 231 / 0.5);
  border-bottom-color: rgb(213 227 231 / 0.5);
}
.border-y-gray-100\/60{
  border-top-color: rgb(213 227 231 / 0.6);
  border-bottom-color: rgb(213 227 231 / 0.6);
}
.border-y-gray-100\/70{
  border-top-color: rgb(213 227 231 / 0.7);
  border-bottom-color: rgb(213 227 231 / 0.7);
}
.border-y-gray-100\/75{
  border-top-color: rgb(213 227 231 / 0.75);
  border-bottom-color: rgb(213 227 231 / 0.75);
}
.border-y-gray-100\/80{
  border-top-color: rgb(213 227 231 / 0.8);
  border-bottom-color: rgb(213 227 231 / 0.8);
}
.border-y-gray-100\/90{
  border-top-color: rgb(213 227 231 / 0.9);
  border-bottom-color: rgb(213 227 231 / 0.9);
}
.border-y-gray-100\/95{
  border-top-color: rgb(213 227 231 / 0.95);
  border-bottom-color: rgb(213 227 231 / 0.95);
}
.border-y-gray-100\/100{
  border-top-color: rgb(213 227 231 / 1);
  border-bottom-color: rgb(213 227 231 / 1);
}
.border-y-gray-200\/0{
  border-top-color: rgb(229 231 235 / 0);
  border-bottom-color: rgb(229 231 235 / 0);
}
.border-y-gray-200\/5{
  border-top-color: rgb(229 231 235 / 0.05);
  border-bottom-color: rgb(229 231 235 / 0.05);
}
.border-y-gray-200\/10{
  border-top-color: rgb(229 231 235 / 0.1);
  border-bottom-color: rgb(229 231 235 / 0.1);
}
.border-y-gray-200\/20{
  border-top-color: rgb(229 231 235 / 0.2);
  border-bottom-color: rgb(229 231 235 / 0.2);
}
.border-y-gray-200\/25{
  border-top-color: rgb(229 231 235 / 0.25);
  border-bottom-color: rgb(229 231 235 / 0.25);
}
.border-y-gray-200\/30{
  border-top-color: rgb(229 231 235 / 0.3);
  border-bottom-color: rgb(229 231 235 / 0.3);
}
.border-y-gray-200\/40{
  border-top-color: rgb(229 231 235 / 0.4);
  border-bottom-color: rgb(229 231 235 / 0.4);
}
.border-y-gray-200\/50{
  border-top-color: rgb(229 231 235 / 0.5);
  border-bottom-color: rgb(229 231 235 / 0.5);
}
.border-y-gray-200\/60{
  border-top-color: rgb(229 231 235 / 0.6);
  border-bottom-color: rgb(229 231 235 / 0.6);
}
.border-y-gray-200\/70{
  border-top-color: rgb(229 231 235 / 0.7);
  border-bottom-color: rgb(229 231 235 / 0.7);
}
.border-y-gray-200\/75{
  border-top-color: rgb(229 231 235 / 0.75);
  border-bottom-color: rgb(229 231 235 / 0.75);
}
.border-y-gray-200\/80{
  border-top-color: rgb(229 231 235 / 0.8);
  border-bottom-color: rgb(229 231 235 / 0.8);
}
.border-y-gray-200\/90{
  border-top-color: rgb(229 231 235 / 0.9);
  border-bottom-color: rgb(229 231 235 / 0.9);
}
.border-y-gray-200\/95{
  border-top-color: rgb(229 231 235 / 0.95);
  border-bottom-color: rgb(229 231 235 / 0.95);
}
.border-y-gray-200\/100{
  border-top-color: rgb(229 231 235 / 1);
  border-bottom-color: rgb(229 231 235 / 1);
}
.border-y-gray-300\/0{
  border-top-color: rgb(100 108 122 / 0);
  border-bottom-color: rgb(100 108 122 / 0);
}
.border-y-gray-300\/5{
  border-top-color: rgb(100 108 122 / 0.05);
  border-bottom-color: rgb(100 108 122 / 0.05);
}
.border-y-gray-300\/10{
  border-top-color: rgb(100 108 122 / 0.1);
  border-bottom-color: rgb(100 108 122 / 0.1);
}
.border-y-gray-300\/20{
  border-top-color: rgb(100 108 122 / 0.2);
  border-bottom-color: rgb(100 108 122 / 0.2);
}
.border-y-gray-300\/25{
  border-top-color: rgb(100 108 122 / 0.25);
  border-bottom-color: rgb(100 108 122 / 0.25);
}
.border-y-gray-300\/30{
  border-top-color: rgb(100 108 122 / 0.3);
  border-bottom-color: rgb(100 108 122 / 0.3);
}
.border-y-gray-300\/40{
  border-top-color: rgb(100 108 122 / 0.4);
  border-bottom-color: rgb(100 108 122 / 0.4);
}
.border-y-gray-300\/50{
  border-top-color: rgb(100 108 122 / 0.5);
  border-bottom-color: rgb(100 108 122 / 0.5);
}
.border-y-gray-300\/60{
  border-top-color: rgb(100 108 122 / 0.6);
  border-bottom-color: rgb(100 108 122 / 0.6);
}
.border-y-gray-300\/70{
  border-top-color: rgb(100 108 122 / 0.7);
  border-bottom-color: rgb(100 108 122 / 0.7);
}
.border-y-gray-300\/75{
  border-top-color: rgb(100 108 122 / 0.75);
  border-bottom-color: rgb(100 108 122 / 0.75);
}
.border-y-gray-300\/80{
  border-top-color: rgb(100 108 122 / 0.8);
  border-bottom-color: rgb(100 108 122 / 0.8);
}
.border-y-gray-300\/90{
  border-top-color: rgb(100 108 122 / 0.9);
  border-bottom-color: rgb(100 108 122 / 0.9);
}
.border-y-gray-300\/95{
  border-top-color: rgb(100 108 122 / 0.95);
  border-bottom-color: rgb(100 108 122 / 0.95);
}
.border-y-gray-300\/100{
  border-top-color: rgb(100 108 122 / 1);
  border-bottom-color: rgb(100 108 122 / 1);
}
.border-y-gray-400\/0{
  border-top-color: rgb(159 189 195 / 0);
  border-bottom-color: rgb(159 189 195 / 0);
}
.border-y-gray-400\/5{
  border-top-color: rgb(159 189 195 / 0.05);
  border-bottom-color: rgb(159 189 195 / 0.05);
}
.border-y-gray-400\/10{
  border-top-color: rgb(159 189 195 / 0.1);
  border-bottom-color: rgb(159 189 195 / 0.1);
}
.border-y-gray-400\/20{
  border-top-color: rgb(159 189 195 / 0.2);
  border-bottom-color: rgb(159 189 195 / 0.2);
}
.border-y-gray-400\/25{
  border-top-color: rgb(159 189 195 / 0.25);
  border-bottom-color: rgb(159 189 195 / 0.25);
}
.border-y-gray-400\/30{
  border-top-color: rgb(159 189 195 / 0.3);
  border-bottom-color: rgb(159 189 195 / 0.3);
}
.border-y-gray-400\/40{
  border-top-color: rgb(159 189 195 / 0.4);
  border-bottom-color: rgb(159 189 195 / 0.4);
}
.border-y-gray-400\/50{
  border-top-color: rgb(159 189 195 / 0.5);
  border-bottom-color: rgb(159 189 195 / 0.5);
}
.border-y-gray-400\/60{
  border-top-color: rgb(159 189 195 / 0.6);
  border-bottom-color: rgb(159 189 195 / 0.6);
}
.border-y-gray-400\/70{
  border-top-color: rgb(159 189 195 / 0.7);
  border-bottom-color: rgb(159 189 195 / 0.7);
}
.border-y-gray-400\/75{
  border-top-color: rgb(159 189 195 / 0.75);
  border-bottom-color: rgb(159 189 195 / 0.75);
}
.border-y-gray-400\/80{
  border-top-color: rgb(159 189 195 / 0.8);
  border-bottom-color: rgb(159 189 195 / 0.8);
}
.border-y-gray-400\/90{
  border-top-color: rgb(159 189 195 / 0.9);
  border-bottom-color: rgb(159 189 195 / 0.9);
}
.border-y-gray-400\/95{
  border-top-color: rgb(159 189 195 / 0.95);
  border-bottom-color: rgb(159 189 195 / 0.95);
}
.border-y-gray-400\/100{
  border-top-color: rgb(159 189 195 / 1);
  border-bottom-color: rgb(159 189 195 / 1);
}
.border-y-gray-500\/0{
  border-top-color: rgb(107 114 128 / 0);
  border-bottom-color: rgb(107 114 128 / 0);
}
.border-y-gray-500\/5{
  border-top-color: rgb(107 114 128 / 0.05);
  border-bottom-color: rgb(107 114 128 / 0.05);
}
.border-y-gray-500\/10{
  border-top-color: rgb(107 114 128 / 0.1);
  border-bottom-color: rgb(107 114 128 / 0.1);
}
.border-y-gray-500\/20{
  border-top-color: rgb(107 114 128 / 0.2);
  border-bottom-color: rgb(107 114 128 / 0.2);
}
.border-y-gray-500\/25{
  border-top-color: rgb(107 114 128 / 0.25);
  border-bottom-color: rgb(107 114 128 / 0.25);
}
.border-y-gray-500\/30{
  border-top-color: rgb(107 114 128 / 0.3);
  border-bottom-color: rgb(107 114 128 / 0.3);
}
.border-y-gray-500\/40{
  border-top-color: rgb(107 114 128 / 0.4);
  border-bottom-color: rgb(107 114 128 / 0.4);
}
.border-y-gray-500\/50{
  border-top-color: rgb(107 114 128 / 0.5);
  border-bottom-color: rgb(107 114 128 / 0.5);
}
.border-y-gray-500\/60{
  border-top-color: rgb(107 114 128 / 0.6);
  border-bottom-color: rgb(107 114 128 / 0.6);
}
.border-y-gray-500\/70{
  border-top-color: rgb(107 114 128 / 0.7);
  border-bottom-color: rgb(107 114 128 / 0.7);
}
.border-y-gray-500\/75{
  border-top-color: rgb(107 114 128 / 0.75);
  border-bottom-color: rgb(107 114 128 / 0.75);
}
.border-y-gray-500\/80{
  border-top-color: rgb(107 114 128 / 0.8);
  border-bottom-color: rgb(107 114 128 / 0.8);
}
.border-y-gray-500\/90{
  border-top-color: rgb(107 114 128 / 0.9);
  border-bottom-color: rgb(107 114 128 / 0.9);
}
.border-y-gray-500\/95{
  border-top-color: rgb(107 114 128 / 0.95);
  border-bottom-color: rgb(107 114 128 / 0.95);
}
.border-y-gray-500\/100{
  border-top-color: rgb(107 114 128 / 1);
  border-bottom-color: rgb(107 114 128 / 1);
}
.border-y-gray-600\/0{
  border-top-color: rgb(196 196 196 / 0);
  border-bottom-color: rgb(196 196 196 / 0);
}
.border-y-gray-600\/5{
  border-top-color: rgb(196 196 196 / 0.05);
  border-bottom-color: rgb(196 196 196 / 0.05);
}
.border-y-gray-600\/10{
  border-top-color: rgb(196 196 196 / 0.1);
  border-bottom-color: rgb(196 196 196 / 0.1);
}
.border-y-gray-600\/20{
  border-top-color: rgb(196 196 196 / 0.2);
  border-bottom-color: rgb(196 196 196 / 0.2);
}
.border-y-gray-600\/25{
  border-top-color: rgb(196 196 196 / 0.25);
  border-bottom-color: rgb(196 196 196 / 0.25);
}
.border-y-gray-600\/30{
  border-top-color: rgb(196 196 196 / 0.3);
  border-bottom-color: rgb(196 196 196 / 0.3);
}
.border-y-gray-600\/40{
  border-top-color: rgb(196 196 196 / 0.4);
  border-bottom-color: rgb(196 196 196 / 0.4);
}
.border-y-gray-600\/50{
  border-top-color: rgb(196 196 196 / 0.5);
  border-bottom-color: rgb(196 196 196 / 0.5);
}
.border-y-gray-600\/60{
  border-top-color: rgb(196 196 196 / 0.6);
  border-bottom-color: rgb(196 196 196 / 0.6);
}
.border-y-gray-600\/70{
  border-top-color: rgb(196 196 196 / 0.7);
  border-bottom-color: rgb(196 196 196 / 0.7);
}
.border-y-gray-600\/75{
  border-top-color: rgb(196 196 196 / 0.75);
  border-bottom-color: rgb(196 196 196 / 0.75);
}
.border-y-gray-600\/80{
  border-top-color: rgb(196 196 196 / 0.8);
  border-bottom-color: rgb(196 196 196 / 0.8);
}
.border-y-gray-600\/90{
  border-top-color: rgb(196 196 196 / 0.9);
  border-bottom-color: rgb(196 196 196 / 0.9);
}
.border-y-gray-600\/95{
  border-top-color: rgb(196 196 196 / 0.95);
  border-bottom-color: rgb(196 196 196 / 0.95);
}
.border-y-gray-600\/100{
  border-top-color: rgb(196 196 196 / 1);
  border-bottom-color: rgb(196 196 196 / 1);
}
.border-y-gray-700\/0{
  border-top-color: rgb(221 221 221 / 0);
  border-bottom-color: rgb(221 221 221 / 0);
}
.border-y-gray-700\/5{
  border-top-color: rgb(221 221 221 / 0.05);
  border-bottom-color: rgb(221 221 221 / 0.05);
}
.border-y-gray-700\/10{
  border-top-color: rgb(221 221 221 / 0.1);
  border-bottom-color: rgb(221 221 221 / 0.1);
}
.border-y-gray-700\/20{
  border-top-color: rgb(221 221 221 / 0.2);
  border-bottom-color: rgb(221 221 221 / 0.2);
}
.border-y-gray-700\/25{
  border-top-color: rgb(221 221 221 / 0.25);
  border-bottom-color: rgb(221 221 221 / 0.25);
}
.border-y-gray-700\/30{
  border-top-color: rgb(221 221 221 / 0.3);
  border-bottom-color: rgb(221 221 221 / 0.3);
}
.border-y-gray-700\/40{
  border-top-color: rgb(221 221 221 / 0.4);
  border-bottom-color: rgb(221 221 221 / 0.4);
}
.border-y-gray-700\/50{
  border-top-color: rgb(221 221 221 / 0.5);
  border-bottom-color: rgb(221 221 221 / 0.5);
}
.border-y-gray-700\/60{
  border-top-color: rgb(221 221 221 / 0.6);
  border-bottom-color: rgb(221 221 221 / 0.6);
}
.border-y-gray-700\/70{
  border-top-color: rgb(221 221 221 / 0.7);
  border-bottom-color: rgb(221 221 221 / 0.7);
}
.border-y-gray-700\/75{
  border-top-color: rgb(221 221 221 / 0.75);
  border-bottom-color: rgb(221 221 221 / 0.75);
}
.border-y-gray-700\/80{
  border-top-color: rgb(221 221 221 / 0.8);
  border-bottom-color: rgb(221 221 221 / 0.8);
}
.border-y-gray-700\/90{
  border-top-color: rgb(221 221 221 / 0.9);
  border-bottom-color: rgb(221 221 221 / 0.9);
}
.border-y-gray-700\/95{
  border-top-color: rgb(221 221 221 / 0.95);
  border-bottom-color: rgb(221 221 221 / 0.95);
}
.border-y-gray-700\/100{
  border-top-color: rgb(221 221 221 / 1);
  border-bottom-color: rgb(221 221 221 / 1);
}
.border-y-gray-800\/0{
  border-top-color: rgb(31 41 55 / 0);
  border-bottom-color: rgb(31 41 55 / 0);
}
.border-y-gray-800\/5{
  border-top-color: rgb(31 41 55 / 0.05);
  border-bottom-color: rgb(31 41 55 / 0.05);
}
.border-y-gray-800\/10{
  border-top-color: rgb(31 41 55 / 0.1);
  border-bottom-color: rgb(31 41 55 / 0.1);
}
.border-y-gray-800\/20{
  border-top-color: rgb(31 41 55 / 0.2);
  border-bottom-color: rgb(31 41 55 / 0.2);
}
.border-y-gray-800\/25{
  border-top-color: rgb(31 41 55 / 0.25);
  border-bottom-color: rgb(31 41 55 / 0.25);
}
.border-y-gray-800\/30{
  border-top-color: rgb(31 41 55 / 0.3);
  border-bottom-color: rgb(31 41 55 / 0.3);
}
.border-y-gray-800\/40{
  border-top-color: rgb(31 41 55 / 0.4);
  border-bottom-color: rgb(31 41 55 / 0.4);
}
.border-y-gray-800\/50{
  border-top-color: rgb(31 41 55 / 0.5);
  border-bottom-color: rgb(31 41 55 / 0.5);
}
.border-y-gray-800\/60{
  border-top-color: rgb(31 41 55 / 0.6);
  border-bottom-color: rgb(31 41 55 / 0.6);
}
.border-y-gray-800\/70{
  border-top-color: rgb(31 41 55 / 0.7);
  border-bottom-color: rgb(31 41 55 / 0.7);
}
.border-y-gray-800\/75{
  border-top-color: rgb(31 41 55 / 0.75);
  border-bottom-color: rgb(31 41 55 / 0.75);
}
.border-y-gray-800\/80{
  border-top-color: rgb(31 41 55 / 0.8);
  border-bottom-color: rgb(31 41 55 / 0.8);
}
.border-y-gray-800\/90{
  border-top-color: rgb(31 41 55 / 0.9);
  border-bottom-color: rgb(31 41 55 / 0.9);
}
.border-y-gray-800\/95{
  border-top-color: rgb(31 41 55 / 0.95);
  border-bottom-color: rgb(31 41 55 / 0.95);
}
.border-y-gray-800\/100{
  border-top-color: rgb(31 41 55 / 1);
  border-bottom-color: rgb(31 41 55 / 1);
}
.border-y-gray-900\/0{
  border-top-color: rgb(249 249 249 / 0);
  border-bottom-color: rgb(249 249 249 / 0);
}
.border-y-gray-900\/5{
  border-top-color: rgb(249 249 249 / 0.05);
  border-bottom-color: rgb(249 249 249 / 0.05);
}
.border-y-gray-900\/10{
  border-top-color: rgb(249 249 249 / 0.1);
  border-bottom-color: rgb(249 249 249 / 0.1);
}
.border-y-gray-900\/20{
  border-top-color: rgb(249 249 249 / 0.2);
  border-bottom-color: rgb(249 249 249 / 0.2);
}
.border-y-gray-900\/25{
  border-top-color: rgb(249 249 249 / 0.25);
  border-bottom-color: rgb(249 249 249 / 0.25);
}
.border-y-gray-900\/30{
  border-top-color: rgb(249 249 249 / 0.3);
  border-bottom-color: rgb(249 249 249 / 0.3);
}
.border-y-gray-900\/40{
  border-top-color: rgb(249 249 249 / 0.4);
  border-bottom-color: rgb(249 249 249 / 0.4);
}
.border-y-gray-900\/50{
  border-top-color: rgb(249 249 249 / 0.5);
  border-bottom-color: rgb(249 249 249 / 0.5);
}
.border-y-gray-900\/60{
  border-top-color: rgb(249 249 249 / 0.6);
  border-bottom-color: rgb(249 249 249 / 0.6);
}
.border-y-gray-900\/70{
  border-top-color: rgb(249 249 249 / 0.7);
  border-bottom-color: rgb(249 249 249 / 0.7);
}
.border-y-gray-900\/75{
  border-top-color: rgb(249 249 249 / 0.75);
  border-bottom-color: rgb(249 249 249 / 0.75);
}
.border-y-gray-900\/80{
  border-top-color: rgb(249 249 249 / 0.8);
  border-bottom-color: rgb(249 249 249 / 0.8);
}
.border-y-gray-900\/90{
  border-top-color: rgb(249 249 249 / 0.9);
  border-bottom-color: rgb(249 249 249 / 0.9);
}
.border-y-gray-900\/95{
  border-top-color: rgb(249 249 249 / 0.95);
  border-bottom-color: rgb(249 249 249 / 0.95);
}
.border-y-gray-900\/100{
  border-top-color: rgb(249 249 249 / 1);
  border-bottom-color: rgb(249 249 249 / 1);
}
.border-y-gray\/0{
  border-top-color: rgb(187 187 187 / 0);
  border-bottom-color: rgb(187 187 187 / 0);
}
.border-y-gray\/5{
  border-top-color: rgb(187 187 187 / 0.05);
  border-bottom-color: rgb(187 187 187 / 0.05);
}
.border-y-gray\/10{
  border-top-color: rgb(187 187 187 / 0.1);
  border-bottom-color: rgb(187 187 187 / 0.1);
}
.border-y-gray\/20{
  border-top-color: rgb(187 187 187 / 0.2);
  border-bottom-color: rgb(187 187 187 / 0.2);
}
.border-y-gray\/25{
  border-top-color: rgb(187 187 187 / 0.25);
  border-bottom-color: rgb(187 187 187 / 0.25);
}
.border-y-gray\/30{
  border-top-color: rgb(187 187 187 / 0.3);
  border-bottom-color: rgb(187 187 187 / 0.3);
}
.border-y-gray\/40{
  border-top-color: rgb(187 187 187 / 0.4);
  border-bottom-color: rgb(187 187 187 / 0.4);
}
.border-y-gray\/50{
  border-top-color: rgb(187 187 187 / 0.5);
  border-bottom-color: rgb(187 187 187 / 0.5);
}
.border-y-gray\/60{
  border-top-color: rgb(187 187 187 / 0.6);
  border-bottom-color: rgb(187 187 187 / 0.6);
}
.border-y-gray\/70{
  border-top-color: rgb(187 187 187 / 0.7);
  border-bottom-color: rgb(187 187 187 / 0.7);
}
.border-y-gray\/75{
  border-top-color: rgb(187 187 187 / 0.75);
  border-bottom-color: rgb(187 187 187 / 0.75);
}
.border-y-gray\/80{
  border-top-color: rgb(187 187 187 / 0.8);
  border-bottom-color: rgb(187 187 187 / 0.8);
}
.border-y-gray\/90{
  border-top-color: rgb(187 187 187 / 0.9);
  border-bottom-color: rgb(187 187 187 / 0.9);
}
.border-y-gray\/95{
  border-top-color: rgb(187 187 187 / 0.95);
  border-bottom-color: rgb(187 187 187 / 0.95);
}
.border-y-gray\/100{
  border-top-color: rgb(187 187 187 / 1);
  border-bottom-color: rgb(187 187 187 / 1);
}
.border-y-red-50\/0{
  border-top-color: rgb(253 242 242 / 0);
  border-bottom-color: rgb(253 242 242 / 0);
}
.border-y-red-50\/5{
  border-top-color: rgb(253 242 242 / 0.05);
  border-bottom-color: rgb(253 242 242 / 0.05);
}
.border-y-red-50\/10{
  border-top-color: rgb(253 242 242 / 0.1);
  border-bottom-color: rgb(253 242 242 / 0.1);
}
.border-y-red-50\/20{
  border-top-color: rgb(253 242 242 / 0.2);
  border-bottom-color: rgb(253 242 242 / 0.2);
}
.border-y-red-50\/25{
  border-top-color: rgb(253 242 242 / 0.25);
  border-bottom-color: rgb(253 242 242 / 0.25);
}
.border-y-red-50\/30{
  border-top-color: rgb(253 242 242 / 0.3);
  border-bottom-color: rgb(253 242 242 / 0.3);
}
.border-y-red-50\/40{
  border-top-color: rgb(253 242 242 / 0.4);
  border-bottom-color: rgb(253 242 242 / 0.4);
}
.border-y-red-50\/50{
  border-top-color: rgb(253 242 242 / 0.5);
  border-bottom-color: rgb(253 242 242 / 0.5);
}
.border-y-red-50\/60{
  border-top-color: rgb(253 242 242 / 0.6);
  border-bottom-color: rgb(253 242 242 / 0.6);
}
.border-y-red-50\/70{
  border-top-color: rgb(253 242 242 / 0.7);
  border-bottom-color: rgb(253 242 242 / 0.7);
}
.border-y-red-50\/75{
  border-top-color: rgb(253 242 242 / 0.75);
  border-bottom-color: rgb(253 242 242 / 0.75);
}
.border-y-red-50\/80{
  border-top-color: rgb(253 242 242 / 0.8);
  border-bottom-color: rgb(253 242 242 / 0.8);
}
.border-y-red-50\/90{
  border-top-color: rgb(253 242 242 / 0.9);
  border-bottom-color: rgb(253 242 242 / 0.9);
}
.border-y-red-50\/95{
  border-top-color: rgb(253 242 242 / 0.95);
  border-bottom-color: rgb(253 242 242 / 0.95);
}
.border-y-red-50\/100{
  border-top-color: rgb(253 242 242 / 1);
  border-bottom-color: rgb(253 242 242 / 1);
}
.border-y-red-100\/0{
  border-top-color: rgb(253 232 232 / 0);
  border-bottom-color: rgb(253 232 232 / 0);
}
.border-y-red-100\/5{
  border-top-color: rgb(253 232 232 / 0.05);
  border-bottom-color: rgb(253 232 232 / 0.05);
}
.border-y-red-100\/10{
  border-top-color: rgb(253 232 232 / 0.1);
  border-bottom-color: rgb(253 232 232 / 0.1);
}
.border-y-red-100\/20{
  border-top-color: rgb(253 232 232 / 0.2);
  border-bottom-color: rgb(253 232 232 / 0.2);
}
.border-y-red-100\/25{
  border-top-color: rgb(253 232 232 / 0.25);
  border-bottom-color: rgb(253 232 232 / 0.25);
}
.border-y-red-100\/30{
  border-top-color: rgb(253 232 232 / 0.3);
  border-bottom-color: rgb(253 232 232 / 0.3);
}
.border-y-red-100\/40{
  border-top-color: rgb(253 232 232 / 0.4);
  border-bottom-color: rgb(253 232 232 / 0.4);
}
.border-y-red-100\/50{
  border-top-color: rgb(253 232 232 / 0.5);
  border-bottom-color: rgb(253 232 232 / 0.5);
}
.border-y-red-100\/60{
  border-top-color: rgb(253 232 232 / 0.6);
  border-bottom-color: rgb(253 232 232 / 0.6);
}
.border-y-red-100\/70{
  border-top-color: rgb(253 232 232 / 0.7);
  border-bottom-color: rgb(253 232 232 / 0.7);
}
.border-y-red-100\/75{
  border-top-color: rgb(253 232 232 / 0.75);
  border-bottom-color: rgb(253 232 232 / 0.75);
}
.border-y-red-100\/80{
  border-top-color: rgb(253 232 232 / 0.8);
  border-bottom-color: rgb(253 232 232 / 0.8);
}
.border-y-red-100\/90{
  border-top-color: rgb(253 232 232 / 0.9);
  border-bottom-color: rgb(253 232 232 / 0.9);
}
.border-y-red-100\/95{
  border-top-color: rgb(253 232 232 / 0.95);
  border-bottom-color: rgb(253 232 232 / 0.95);
}
.border-y-red-100\/100{
  border-top-color: rgb(253 232 232 / 1);
  border-bottom-color: rgb(253 232 232 / 1);
}
.border-y-red-200\/0{
  border-top-color: rgb(251 213 213 / 0);
  border-bottom-color: rgb(251 213 213 / 0);
}
.border-y-red-200\/5{
  border-top-color: rgb(251 213 213 / 0.05);
  border-bottom-color: rgb(251 213 213 / 0.05);
}
.border-y-red-200\/10{
  border-top-color: rgb(251 213 213 / 0.1);
  border-bottom-color: rgb(251 213 213 / 0.1);
}
.border-y-red-200\/20{
  border-top-color: rgb(251 213 213 / 0.2);
  border-bottom-color: rgb(251 213 213 / 0.2);
}
.border-y-red-200\/25{
  border-top-color: rgb(251 213 213 / 0.25);
  border-bottom-color: rgb(251 213 213 / 0.25);
}
.border-y-red-200\/30{
  border-top-color: rgb(251 213 213 / 0.3);
  border-bottom-color: rgb(251 213 213 / 0.3);
}
.border-y-red-200\/40{
  border-top-color: rgb(251 213 213 / 0.4);
  border-bottom-color: rgb(251 213 213 / 0.4);
}
.border-y-red-200\/50{
  border-top-color: rgb(251 213 213 / 0.5);
  border-bottom-color: rgb(251 213 213 / 0.5);
}
.border-y-red-200\/60{
  border-top-color: rgb(251 213 213 / 0.6);
  border-bottom-color: rgb(251 213 213 / 0.6);
}
.border-y-red-200\/70{
  border-top-color: rgb(251 213 213 / 0.7);
  border-bottom-color: rgb(251 213 213 / 0.7);
}
.border-y-red-200\/75{
  border-top-color: rgb(251 213 213 / 0.75);
  border-bottom-color: rgb(251 213 213 / 0.75);
}
.border-y-red-200\/80{
  border-top-color: rgb(251 213 213 / 0.8);
  border-bottom-color: rgb(251 213 213 / 0.8);
}
.border-y-red-200\/90{
  border-top-color: rgb(251 213 213 / 0.9);
  border-bottom-color: rgb(251 213 213 / 0.9);
}
.border-y-red-200\/95{
  border-top-color: rgb(251 213 213 / 0.95);
  border-bottom-color: rgb(251 213 213 / 0.95);
}
.border-y-red-200\/100{
  border-top-color: rgb(251 213 213 / 1);
  border-bottom-color: rgb(251 213 213 / 1);
}
.border-y-red-300\/0{
  border-top-color: rgb(248 180 180 / 0);
  border-bottom-color: rgb(248 180 180 / 0);
}
.border-y-red-300\/5{
  border-top-color: rgb(248 180 180 / 0.05);
  border-bottom-color: rgb(248 180 180 / 0.05);
}
.border-y-red-300\/10{
  border-top-color: rgb(248 180 180 / 0.1);
  border-bottom-color: rgb(248 180 180 / 0.1);
}
.border-y-red-300\/20{
  border-top-color: rgb(248 180 180 / 0.2);
  border-bottom-color: rgb(248 180 180 / 0.2);
}
.border-y-red-300\/25{
  border-top-color: rgb(248 180 180 / 0.25);
  border-bottom-color: rgb(248 180 180 / 0.25);
}
.border-y-red-300\/30{
  border-top-color: rgb(248 180 180 / 0.3);
  border-bottom-color: rgb(248 180 180 / 0.3);
}
.border-y-red-300\/40{
  border-top-color: rgb(248 180 180 / 0.4);
  border-bottom-color: rgb(248 180 180 / 0.4);
}
.border-y-red-300\/50{
  border-top-color: rgb(248 180 180 / 0.5);
  border-bottom-color: rgb(248 180 180 / 0.5);
}
.border-y-red-300\/60{
  border-top-color: rgb(248 180 180 / 0.6);
  border-bottom-color: rgb(248 180 180 / 0.6);
}
.border-y-red-300\/70{
  border-top-color: rgb(248 180 180 / 0.7);
  border-bottom-color: rgb(248 180 180 / 0.7);
}
.border-y-red-300\/75{
  border-top-color: rgb(248 180 180 / 0.75);
  border-bottom-color: rgb(248 180 180 / 0.75);
}
.border-y-red-300\/80{
  border-top-color: rgb(248 180 180 / 0.8);
  border-bottom-color: rgb(248 180 180 / 0.8);
}
.border-y-red-300\/90{
  border-top-color: rgb(248 180 180 / 0.9);
  border-bottom-color: rgb(248 180 180 / 0.9);
}
.border-y-red-300\/95{
  border-top-color: rgb(248 180 180 / 0.95);
  border-bottom-color: rgb(248 180 180 / 0.95);
}
.border-y-red-300\/100{
  border-top-color: rgb(248 180 180 / 1);
  border-bottom-color: rgb(248 180 180 / 1);
}
.border-y-red-400\/0{
  border-top-color: rgb(249 128 128 / 0);
  border-bottom-color: rgb(249 128 128 / 0);
}
.border-y-red-400\/5{
  border-top-color: rgb(249 128 128 / 0.05);
  border-bottom-color: rgb(249 128 128 / 0.05);
}
.border-y-red-400\/10{
  border-top-color: rgb(249 128 128 / 0.1);
  border-bottom-color: rgb(249 128 128 / 0.1);
}
.border-y-red-400\/20{
  border-top-color: rgb(249 128 128 / 0.2);
  border-bottom-color: rgb(249 128 128 / 0.2);
}
.border-y-red-400\/25{
  border-top-color: rgb(249 128 128 / 0.25);
  border-bottom-color: rgb(249 128 128 / 0.25);
}
.border-y-red-400\/30{
  border-top-color: rgb(249 128 128 / 0.3);
  border-bottom-color: rgb(249 128 128 / 0.3);
}
.border-y-red-400\/40{
  border-top-color: rgb(249 128 128 / 0.4);
  border-bottom-color: rgb(249 128 128 / 0.4);
}
.border-y-red-400\/50{
  border-top-color: rgb(249 128 128 / 0.5);
  border-bottom-color: rgb(249 128 128 / 0.5);
}
.border-y-red-400\/60{
  border-top-color: rgb(249 128 128 / 0.6);
  border-bottom-color: rgb(249 128 128 / 0.6);
}
.border-y-red-400\/70{
  border-top-color: rgb(249 128 128 / 0.7);
  border-bottom-color: rgb(249 128 128 / 0.7);
}
.border-y-red-400\/75{
  border-top-color: rgb(249 128 128 / 0.75);
  border-bottom-color: rgb(249 128 128 / 0.75);
}
.border-y-red-400\/80{
  border-top-color: rgb(249 128 128 / 0.8);
  border-bottom-color: rgb(249 128 128 / 0.8);
}
.border-y-red-400\/90{
  border-top-color: rgb(249 128 128 / 0.9);
  border-bottom-color: rgb(249 128 128 / 0.9);
}
.border-y-red-400\/95{
  border-top-color: rgb(249 128 128 / 0.95);
  border-bottom-color: rgb(249 128 128 / 0.95);
}
.border-y-red-400\/100{
  border-top-color: rgb(249 128 128 / 1);
  border-bottom-color: rgb(249 128 128 / 1);
}
.border-y-red-500\/0{
  border-top-color: rgb(240 82 82 / 0);
  border-bottom-color: rgb(240 82 82 / 0);
}
.border-y-red-500\/5{
  border-top-color: rgb(240 82 82 / 0.05);
  border-bottom-color: rgb(240 82 82 / 0.05);
}
.border-y-red-500\/10{
  border-top-color: rgb(240 82 82 / 0.1);
  border-bottom-color: rgb(240 82 82 / 0.1);
}
.border-y-red-500\/20{
  border-top-color: rgb(240 82 82 / 0.2);
  border-bottom-color: rgb(240 82 82 / 0.2);
}
.border-y-red-500\/25{
  border-top-color: rgb(240 82 82 / 0.25);
  border-bottom-color: rgb(240 82 82 / 0.25);
}
.border-y-red-500\/30{
  border-top-color: rgb(240 82 82 / 0.3);
  border-bottom-color: rgb(240 82 82 / 0.3);
}
.border-y-red-500\/40{
  border-top-color: rgb(240 82 82 / 0.4);
  border-bottom-color: rgb(240 82 82 / 0.4);
}
.border-y-red-500\/50{
  border-top-color: rgb(240 82 82 / 0.5);
  border-bottom-color: rgb(240 82 82 / 0.5);
}
.border-y-red-500\/60{
  border-top-color: rgb(240 82 82 / 0.6);
  border-bottom-color: rgb(240 82 82 / 0.6);
}
.border-y-red-500\/70{
  border-top-color: rgb(240 82 82 / 0.7);
  border-bottom-color: rgb(240 82 82 / 0.7);
}
.border-y-red-500\/75{
  border-top-color: rgb(240 82 82 / 0.75);
  border-bottom-color: rgb(240 82 82 / 0.75);
}
.border-y-red-500\/80{
  border-top-color: rgb(240 82 82 / 0.8);
  border-bottom-color: rgb(240 82 82 / 0.8);
}
.border-y-red-500\/90{
  border-top-color: rgb(240 82 82 / 0.9);
  border-bottom-color: rgb(240 82 82 / 0.9);
}
.border-y-red-500\/95{
  border-top-color: rgb(240 82 82 / 0.95);
  border-bottom-color: rgb(240 82 82 / 0.95);
}
.border-y-red-500\/100{
  border-top-color: rgb(240 82 82 / 1);
  border-bottom-color: rgb(240 82 82 / 1);
}
.border-y-red-600\/0{
  border-top-color: rgb(224 36 36 / 0);
  border-bottom-color: rgb(224 36 36 / 0);
}
.border-y-red-600\/5{
  border-top-color: rgb(224 36 36 / 0.05);
  border-bottom-color: rgb(224 36 36 / 0.05);
}
.border-y-red-600\/10{
  border-top-color: rgb(224 36 36 / 0.1);
  border-bottom-color: rgb(224 36 36 / 0.1);
}
.border-y-red-600\/20{
  border-top-color: rgb(224 36 36 / 0.2);
  border-bottom-color: rgb(224 36 36 / 0.2);
}
.border-y-red-600\/25{
  border-top-color: rgb(224 36 36 / 0.25);
  border-bottom-color: rgb(224 36 36 / 0.25);
}
.border-y-red-600\/30{
  border-top-color: rgb(224 36 36 / 0.3);
  border-bottom-color: rgb(224 36 36 / 0.3);
}
.border-y-red-600\/40{
  border-top-color: rgb(224 36 36 / 0.4);
  border-bottom-color: rgb(224 36 36 / 0.4);
}
.border-y-red-600\/50{
  border-top-color: rgb(224 36 36 / 0.5);
  border-bottom-color: rgb(224 36 36 / 0.5);
}
.border-y-red-600\/60{
  border-top-color: rgb(224 36 36 / 0.6);
  border-bottom-color: rgb(224 36 36 / 0.6);
}
.border-y-red-600\/70{
  border-top-color: rgb(224 36 36 / 0.7);
  border-bottom-color: rgb(224 36 36 / 0.7);
}
.border-y-red-600\/75{
  border-top-color: rgb(224 36 36 / 0.75);
  border-bottom-color: rgb(224 36 36 / 0.75);
}
.border-y-red-600\/80{
  border-top-color: rgb(224 36 36 / 0.8);
  border-bottom-color: rgb(224 36 36 / 0.8);
}
.border-y-red-600\/90{
  border-top-color: rgb(224 36 36 / 0.9);
  border-bottom-color: rgb(224 36 36 / 0.9);
}
.border-y-red-600\/95{
  border-top-color: rgb(224 36 36 / 0.95);
  border-bottom-color: rgb(224 36 36 / 0.95);
}
.border-y-red-600\/100{
  border-top-color: rgb(224 36 36 / 1);
  border-bottom-color: rgb(224 36 36 / 1);
}
.border-y-red-700\/0{
  border-top-color: rgb(200 30 30 / 0);
  border-bottom-color: rgb(200 30 30 / 0);
}
.border-y-red-700\/5{
  border-top-color: rgb(200 30 30 / 0.05);
  border-bottom-color: rgb(200 30 30 / 0.05);
}
.border-y-red-700\/10{
  border-top-color: rgb(200 30 30 / 0.1);
  border-bottom-color: rgb(200 30 30 / 0.1);
}
.border-y-red-700\/20{
  border-top-color: rgb(200 30 30 / 0.2);
  border-bottom-color: rgb(200 30 30 / 0.2);
}
.border-y-red-700\/25{
  border-top-color: rgb(200 30 30 / 0.25);
  border-bottom-color: rgb(200 30 30 / 0.25);
}
.border-y-red-700\/30{
  border-top-color: rgb(200 30 30 / 0.3);
  border-bottom-color: rgb(200 30 30 / 0.3);
}
.border-y-red-700\/40{
  border-top-color: rgb(200 30 30 / 0.4);
  border-bottom-color: rgb(200 30 30 / 0.4);
}
.border-y-red-700\/50{
  border-top-color: rgb(200 30 30 / 0.5);
  border-bottom-color: rgb(200 30 30 / 0.5);
}
.border-y-red-700\/60{
  border-top-color: rgb(200 30 30 / 0.6);
  border-bottom-color: rgb(200 30 30 / 0.6);
}
.border-y-red-700\/70{
  border-top-color: rgb(200 30 30 / 0.7);
  border-bottom-color: rgb(200 30 30 / 0.7);
}
.border-y-red-700\/75{
  border-top-color: rgb(200 30 30 / 0.75);
  border-bottom-color: rgb(200 30 30 / 0.75);
}
.border-y-red-700\/80{
  border-top-color: rgb(200 30 30 / 0.8);
  border-bottom-color: rgb(200 30 30 / 0.8);
}
.border-y-red-700\/90{
  border-top-color: rgb(200 30 30 / 0.9);
  border-bottom-color: rgb(200 30 30 / 0.9);
}
.border-y-red-700\/95{
  border-top-color: rgb(200 30 30 / 0.95);
  border-bottom-color: rgb(200 30 30 / 0.95);
}
.border-y-red-700\/100{
  border-top-color: rgb(200 30 30 / 1);
  border-bottom-color: rgb(200 30 30 / 1);
}
.border-y-red-800\/0{
  border-top-color: rgb(155 28 28 / 0);
  border-bottom-color: rgb(155 28 28 / 0);
}
.border-y-red-800\/5{
  border-top-color: rgb(155 28 28 / 0.05);
  border-bottom-color: rgb(155 28 28 / 0.05);
}
.border-y-red-800\/10{
  border-top-color: rgb(155 28 28 / 0.1);
  border-bottom-color: rgb(155 28 28 / 0.1);
}
.border-y-red-800\/20{
  border-top-color: rgb(155 28 28 / 0.2);
  border-bottom-color: rgb(155 28 28 / 0.2);
}
.border-y-red-800\/25{
  border-top-color: rgb(155 28 28 / 0.25);
  border-bottom-color: rgb(155 28 28 / 0.25);
}
.border-y-red-800\/30{
  border-top-color: rgb(155 28 28 / 0.3);
  border-bottom-color: rgb(155 28 28 / 0.3);
}
.border-y-red-800\/40{
  border-top-color: rgb(155 28 28 / 0.4);
  border-bottom-color: rgb(155 28 28 / 0.4);
}
.border-y-red-800\/50{
  border-top-color: rgb(155 28 28 / 0.5);
  border-bottom-color: rgb(155 28 28 / 0.5);
}
.border-y-red-800\/60{
  border-top-color: rgb(155 28 28 / 0.6);
  border-bottom-color: rgb(155 28 28 / 0.6);
}
.border-y-red-800\/70{
  border-top-color: rgb(155 28 28 / 0.7);
  border-bottom-color: rgb(155 28 28 / 0.7);
}
.border-y-red-800\/75{
  border-top-color: rgb(155 28 28 / 0.75);
  border-bottom-color: rgb(155 28 28 / 0.75);
}
.border-y-red-800\/80{
  border-top-color: rgb(155 28 28 / 0.8);
  border-bottom-color: rgb(155 28 28 / 0.8);
}
.border-y-red-800\/90{
  border-top-color: rgb(155 28 28 / 0.9);
  border-bottom-color: rgb(155 28 28 / 0.9);
}
.border-y-red-800\/95{
  border-top-color: rgb(155 28 28 / 0.95);
  border-bottom-color: rgb(155 28 28 / 0.95);
}
.border-y-red-800\/100{
  border-top-color: rgb(155 28 28 / 1);
  border-bottom-color: rgb(155 28 28 / 1);
}
.border-y-red-900\/0{
  border-top-color: rgb(119 29 29 / 0);
  border-bottom-color: rgb(119 29 29 / 0);
}
.border-y-red-900\/5{
  border-top-color: rgb(119 29 29 / 0.05);
  border-bottom-color: rgb(119 29 29 / 0.05);
}
.border-y-red-900\/10{
  border-top-color: rgb(119 29 29 / 0.1);
  border-bottom-color: rgb(119 29 29 / 0.1);
}
.border-y-red-900\/20{
  border-top-color: rgb(119 29 29 / 0.2);
  border-bottom-color: rgb(119 29 29 / 0.2);
}
.border-y-red-900\/25{
  border-top-color: rgb(119 29 29 / 0.25);
  border-bottom-color: rgb(119 29 29 / 0.25);
}
.border-y-red-900\/30{
  border-top-color: rgb(119 29 29 / 0.3);
  border-bottom-color: rgb(119 29 29 / 0.3);
}
.border-y-red-900\/40{
  border-top-color: rgb(119 29 29 / 0.4);
  border-bottom-color: rgb(119 29 29 / 0.4);
}
.border-y-red-900\/50{
  border-top-color: rgb(119 29 29 / 0.5);
  border-bottom-color: rgb(119 29 29 / 0.5);
}
.border-y-red-900\/60{
  border-top-color: rgb(119 29 29 / 0.6);
  border-bottom-color: rgb(119 29 29 / 0.6);
}
.border-y-red-900\/70{
  border-top-color: rgb(119 29 29 / 0.7);
  border-bottom-color: rgb(119 29 29 / 0.7);
}
.border-y-red-900\/75{
  border-top-color: rgb(119 29 29 / 0.75);
  border-bottom-color: rgb(119 29 29 / 0.75);
}
.border-y-red-900\/80{
  border-top-color: rgb(119 29 29 / 0.8);
  border-bottom-color: rgb(119 29 29 / 0.8);
}
.border-y-red-900\/90{
  border-top-color: rgb(119 29 29 / 0.9);
  border-bottom-color: rgb(119 29 29 / 0.9);
}
.border-y-red-900\/95{
  border-top-color: rgb(119 29 29 / 0.95);
  border-bottom-color: rgb(119 29 29 / 0.95);
}
.border-y-red-900\/100{
  border-top-color: rgb(119 29 29 / 1);
  border-bottom-color: rgb(119 29 29 / 1);
}
.border-y-orange-50\/0{
  border-top-color: rgb(255 248 241 / 0);
  border-bottom-color: rgb(255 248 241 / 0);
}
.border-y-orange-50\/5{
  border-top-color: rgb(255 248 241 / 0.05);
  border-bottom-color: rgb(255 248 241 / 0.05);
}
.border-y-orange-50\/10{
  border-top-color: rgb(255 248 241 / 0.1);
  border-bottom-color: rgb(255 248 241 / 0.1);
}
.border-y-orange-50\/20{
  border-top-color: rgb(255 248 241 / 0.2);
  border-bottom-color: rgb(255 248 241 / 0.2);
}
.border-y-orange-50\/25{
  border-top-color: rgb(255 248 241 / 0.25);
  border-bottom-color: rgb(255 248 241 / 0.25);
}
.border-y-orange-50\/30{
  border-top-color: rgb(255 248 241 / 0.3);
  border-bottom-color: rgb(255 248 241 / 0.3);
}
.border-y-orange-50\/40{
  border-top-color: rgb(255 248 241 / 0.4);
  border-bottom-color: rgb(255 248 241 / 0.4);
}
.border-y-orange-50\/50{
  border-top-color: rgb(255 248 241 / 0.5);
  border-bottom-color: rgb(255 248 241 / 0.5);
}
.border-y-orange-50\/60{
  border-top-color: rgb(255 248 241 / 0.6);
  border-bottom-color: rgb(255 248 241 / 0.6);
}
.border-y-orange-50\/70{
  border-top-color: rgb(255 248 241 / 0.7);
  border-bottom-color: rgb(255 248 241 / 0.7);
}
.border-y-orange-50\/75{
  border-top-color: rgb(255 248 241 / 0.75);
  border-bottom-color: rgb(255 248 241 / 0.75);
}
.border-y-orange-50\/80{
  border-top-color: rgb(255 248 241 / 0.8);
  border-bottom-color: rgb(255 248 241 / 0.8);
}
.border-y-orange-50\/90{
  border-top-color: rgb(255 248 241 / 0.9);
  border-bottom-color: rgb(255 248 241 / 0.9);
}
.border-y-orange-50\/95{
  border-top-color: rgb(255 248 241 / 0.95);
  border-bottom-color: rgb(255 248 241 / 0.95);
}
.border-y-orange-50\/100{
  border-top-color: rgb(255 248 241 / 1);
  border-bottom-color: rgb(255 248 241 / 1);
}
.border-y-orange-100\/0{
  border-top-color: rgb(254 236 220 / 0);
  border-bottom-color: rgb(254 236 220 / 0);
}
.border-y-orange-100\/5{
  border-top-color: rgb(254 236 220 / 0.05);
  border-bottom-color: rgb(254 236 220 / 0.05);
}
.border-y-orange-100\/10{
  border-top-color: rgb(254 236 220 / 0.1);
  border-bottom-color: rgb(254 236 220 / 0.1);
}
.border-y-orange-100\/20{
  border-top-color: rgb(254 236 220 / 0.2);
  border-bottom-color: rgb(254 236 220 / 0.2);
}
.border-y-orange-100\/25{
  border-top-color: rgb(254 236 220 / 0.25);
  border-bottom-color: rgb(254 236 220 / 0.25);
}
.border-y-orange-100\/30{
  border-top-color: rgb(254 236 220 / 0.3);
  border-bottom-color: rgb(254 236 220 / 0.3);
}
.border-y-orange-100\/40{
  border-top-color: rgb(254 236 220 / 0.4);
  border-bottom-color: rgb(254 236 220 / 0.4);
}
.border-y-orange-100\/50{
  border-top-color: rgb(254 236 220 / 0.5);
  border-bottom-color: rgb(254 236 220 / 0.5);
}
.border-y-orange-100\/60{
  border-top-color: rgb(254 236 220 / 0.6);
  border-bottom-color: rgb(254 236 220 / 0.6);
}
.border-y-orange-100\/70{
  border-top-color: rgb(254 236 220 / 0.7);
  border-bottom-color: rgb(254 236 220 / 0.7);
}
.border-y-orange-100\/75{
  border-top-color: rgb(254 236 220 / 0.75);
  border-bottom-color: rgb(254 236 220 / 0.75);
}
.border-y-orange-100\/80{
  border-top-color: rgb(254 236 220 / 0.8);
  border-bottom-color: rgb(254 236 220 / 0.8);
}
.border-y-orange-100\/90{
  border-top-color: rgb(254 236 220 / 0.9);
  border-bottom-color: rgb(254 236 220 / 0.9);
}
.border-y-orange-100\/95{
  border-top-color: rgb(254 236 220 / 0.95);
  border-bottom-color: rgb(254 236 220 / 0.95);
}
.border-y-orange-100\/100{
  border-top-color: rgb(254 236 220 / 1);
  border-bottom-color: rgb(254 236 220 / 1);
}
.border-y-orange-200\/0{
  border-top-color: rgb(252 217 189 / 0);
  border-bottom-color: rgb(252 217 189 / 0);
}
.border-y-orange-200\/5{
  border-top-color: rgb(252 217 189 / 0.05);
  border-bottom-color: rgb(252 217 189 / 0.05);
}
.border-y-orange-200\/10{
  border-top-color: rgb(252 217 189 / 0.1);
  border-bottom-color: rgb(252 217 189 / 0.1);
}
.border-y-orange-200\/20{
  border-top-color: rgb(252 217 189 / 0.2);
  border-bottom-color: rgb(252 217 189 / 0.2);
}
.border-y-orange-200\/25{
  border-top-color: rgb(252 217 189 / 0.25);
  border-bottom-color: rgb(252 217 189 / 0.25);
}
.border-y-orange-200\/30{
  border-top-color: rgb(252 217 189 / 0.3);
  border-bottom-color: rgb(252 217 189 / 0.3);
}
.border-y-orange-200\/40{
  border-top-color: rgb(252 217 189 / 0.4);
  border-bottom-color: rgb(252 217 189 / 0.4);
}
.border-y-orange-200\/50{
  border-top-color: rgb(252 217 189 / 0.5);
  border-bottom-color: rgb(252 217 189 / 0.5);
}
.border-y-orange-200\/60{
  border-top-color: rgb(252 217 189 / 0.6);
  border-bottom-color: rgb(252 217 189 / 0.6);
}
.border-y-orange-200\/70{
  border-top-color: rgb(252 217 189 / 0.7);
  border-bottom-color: rgb(252 217 189 / 0.7);
}
.border-y-orange-200\/75{
  border-top-color: rgb(252 217 189 / 0.75);
  border-bottom-color: rgb(252 217 189 / 0.75);
}
.border-y-orange-200\/80{
  border-top-color: rgb(252 217 189 / 0.8);
  border-bottom-color: rgb(252 217 189 / 0.8);
}
.border-y-orange-200\/90{
  border-top-color: rgb(252 217 189 / 0.9);
  border-bottom-color: rgb(252 217 189 / 0.9);
}
.border-y-orange-200\/95{
  border-top-color: rgb(252 217 189 / 0.95);
  border-bottom-color: rgb(252 217 189 / 0.95);
}
.border-y-orange-200\/100{
  border-top-color: rgb(252 217 189 / 1);
  border-bottom-color: rgb(252 217 189 / 1);
}
.border-y-orange-300\/0{
  border-top-color: rgb(253 186 140 / 0);
  border-bottom-color: rgb(253 186 140 / 0);
}
.border-y-orange-300\/5{
  border-top-color: rgb(253 186 140 / 0.05);
  border-bottom-color: rgb(253 186 140 / 0.05);
}
.border-y-orange-300\/10{
  border-top-color: rgb(253 186 140 / 0.1);
  border-bottom-color: rgb(253 186 140 / 0.1);
}
.border-y-orange-300\/20{
  border-top-color: rgb(253 186 140 / 0.2);
  border-bottom-color: rgb(253 186 140 / 0.2);
}
.border-y-orange-300\/25{
  border-top-color: rgb(253 186 140 / 0.25);
  border-bottom-color: rgb(253 186 140 / 0.25);
}
.border-y-orange-300\/30{
  border-top-color: rgb(253 186 140 / 0.3);
  border-bottom-color: rgb(253 186 140 / 0.3);
}
.border-y-orange-300\/40{
  border-top-color: rgb(253 186 140 / 0.4);
  border-bottom-color: rgb(253 186 140 / 0.4);
}
.border-y-orange-300\/50{
  border-top-color: rgb(253 186 140 / 0.5);
  border-bottom-color: rgb(253 186 140 / 0.5);
}
.border-y-orange-300\/60{
  border-top-color: rgb(253 186 140 / 0.6);
  border-bottom-color: rgb(253 186 140 / 0.6);
}
.border-y-orange-300\/70{
  border-top-color: rgb(253 186 140 / 0.7);
  border-bottom-color: rgb(253 186 140 / 0.7);
}
.border-y-orange-300\/75{
  border-top-color: rgb(253 186 140 / 0.75);
  border-bottom-color: rgb(253 186 140 / 0.75);
}
.border-y-orange-300\/80{
  border-top-color: rgb(253 186 140 / 0.8);
  border-bottom-color: rgb(253 186 140 / 0.8);
}
.border-y-orange-300\/90{
  border-top-color: rgb(253 186 140 / 0.9);
  border-bottom-color: rgb(253 186 140 / 0.9);
}
.border-y-orange-300\/95{
  border-top-color: rgb(253 186 140 / 0.95);
  border-bottom-color: rgb(253 186 140 / 0.95);
}
.border-y-orange-300\/100{
  border-top-color: rgb(253 186 140 / 1);
  border-bottom-color: rgb(253 186 140 / 1);
}
.border-y-orange-400\/0{
  border-top-color: rgb(255 138 76 / 0);
  border-bottom-color: rgb(255 138 76 / 0);
}
.border-y-orange-400\/5{
  border-top-color: rgb(255 138 76 / 0.05);
  border-bottom-color: rgb(255 138 76 / 0.05);
}
.border-y-orange-400\/10{
  border-top-color: rgb(255 138 76 / 0.1);
  border-bottom-color: rgb(255 138 76 / 0.1);
}
.border-y-orange-400\/20{
  border-top-color: rgb(255 138 76 / 0.2);
  border-bottom-color: rgb(255 138 76 / 0.2);
}
.border-y-orange-400\/25{
  border-top-color: rgb(255 138 76 / 0.25);
  border-bottom-color: rgb(255 138 76 / 0.25);
}
.border-y-orange-400\/30{
  border-top-color: rgb(255 138 76 / 0.3);
  border-bottom-color: rgb(255 138 76 / 0.3);
}
.border-y-orange-400\/40{
  border-top-color: rgb(255 138 76 / 0.4);
  border-bottom-color: rgb(255 138 76 / 0.4);
}
.border-y-orange-400\/50{
  border-top-color: rgb(255 138 76 / 0.5);
  border-bottom-color: rgb(255 138 76 / 0.5);
}
.border-y-orange-400\/60{
  border-top-color: rgb(255 138 76 / 0.6);
  border-bottom-color: rgb(255 138 76 / 0.6);
}
.border-y-orange-400\/70{
  border-top-color: rgb(255 138 76 / 0.7);
  border-bottom-color: rgb(255 138 76 / 0.7);
}
.border-y-orange-400\/75{
  border-top-color: rgb(255 138 76 / 0.75);
  border-bottom-color: rgb(255 138 76 / 0.75);
}
.border-y-orange-400\/80{
  border-top-color: rgb(255 138 76 / 0.8);
  border-bottom-color: rgb(255 138 76 / 0.8);
}
.border-y-orange-400\/90{
  border-top-color: rgb(255 138 76 / 0.9);
  border-bottom-color: rgb(255 138 76 / 0.9);
}
.border-y-orange-400\/95{
  border-top-color: rgb(255 138 76 / 0.95);
  border-bottom-color: rgb(255 138 76 / 0.95);
}
.border-y-orange-400\/100{
  border-top-color: rgb(255 138 76 / 1);
  border-bottom-color: rgb(255 138 76 / 1);
}
.border-y-orange-500\/0{
  border-top-color: rgb(255 90 31 / 0);
  border-bottom-color: rgb(255 90 31 / 0);
}
.border-y-orange-500\/5{
  border-top-color: rgb(255 90 31 / 0.05);
  border-bottom-color: rgb(255 90 31 / 0.05);
}
.border-y-orange-500\/10{
  border-top-color: rgb(255 90 31 / 0.1);
  border-bottom-color: rgb(255 90 31 / 0.1);
}
.border-y-orange-500\/20{
  border-top-color: rgb(255 90 31 / 0.2);
  border-bottom-color: rgb(255 90 31 / 0.2);
}
.border-y-orange-500\/25{
  border-top-color: rgb(255 90 31 / 0.25);
  border-bottom-color: rgb(255 90 31 / 0.25);
}
.border-y-orange-500\/30{
  border-top-color: rgb(255 90 31 / 0.3);
  border-bottom-color: rgb(255 90 31 / 0.3);
}
.border-y-orange-500\/40{
  border-top-color: rgb(255 90 31 / 0.4);
  border-bottom-color: rgb(255 90 31 / 0.4);
}
.border-y-orange-500\/50{
  border-top-color: rgb(255 90 31 / 0.5);
  border-bottom-color: rgb(255 90 31 / 0.5);
}
.border-y-orange-500\/60{
  border-top-color: rgb(255 90 31 / 0.6);
  border-bottom-color: rgb(255 90 31 / 0.6);
}
.border-y-orange-500\/70{
  border-top-color: rgb(255 90 31 / 0.7);
  border-bottom-color: rgb(255 90 31 / 0.7);
}
.border-y-orange-500\/75{
  border-top-color: rgb(255 90 31 / 0.75);
  border-bottom-color: rgb(255 90 31 / 0.75);
}
.border-y-orange-500\/80{
  border-top-color: rgb(255 90 31 / 0.8);
  border-bottom-color: rgb(255 90 31 / 0.8);
}
.border-y-orange-500\/90{
  border-top-color: rgb(255 90 31 / 0.9);
  border-bottom-color: rgb(255 90 31 / 0.9);
}
.border-y-orange-500\/95{
  border-top-color: rgb(255 90 31 / 0.95);
  border-bottom-color: rgb(255 90 31 / 0.95);
}
.border-y-orange-500\/100{
  border-top-color: rgb(255 90 31 / 1);
  border-bottom-color: rgb(255 90 31 / 1);
}
.border-y-orange-600\/0{
  border-top-color: rgb(208 56 1 / 0);
  border-bottom-color: rgb(208 56 1 / 0);
}
.border-y-orange-600\/5{
  border-top-color: rgb(208 56 1 / 0.05);
  border-bottom-color: rgb(208 56 1 / 0.05);
}
.border-y-orange-600\/10{
  border-top-color: rgb(208 56 1 / 0.1);
  border-bottom-color: rgb(208 56 1 / 0.1);
}
.border-y-orange-600\/20{
  border-top-color: rgb(208 56 1 / 0.2);
  border-bottom-color: rgb(208 56 1 / 0.2);
}
.border-y-orange-600\/25{
  border-top-color: rgb(208 56 1 / 0.25);
  border-bottom-color: rgb(208 56 1 / 0.25);
}
.border-y-orange-600\/30{
  border-top-color: rgb(208 56 1 / 0.3);
  border-bottom-color: rgb(208 56 1 / 0.3);
}
.border-y-orange-600\/40{
  border-top-color: rgb(208 56 1 / 0.4);
  border-bottom-color: rgb(208 56 1 / 0.4);
}
.border-y-orange-600\/50{
  border-top-color: rgb(208 56 1 / 0.5);
  border-bottom-color: rgb(208 56 1 / 0.5);
}
.border-y-orange-600\/60{
  border-top-color: rgb(208 56 1 / 0.6);
  border-bottom-color: rgb(208 56 1 / 0.6);
}
.border-y-orange-600\/70{
  border-top-color: rgb(208 56 1 / 0.7);
  border-bottom-color: rgb(208 56 1 / 0.7);
}
.border-y-orange-600\/75{
  border-top-color: rgb(208 56 1 / 0.75);
  border-bottom-color: rgb(208 56 1 / 0.75);
}
.border-y-orange-600\/80{
  border-top-color: rgb(208 56 1 / 0.8);
  border-bottom-color: rgb(208 56 1 / 0.8);
}
.border-y-orange-600\/90{
  border-top-color: rgb(208 56 1 / 0.9);
  border-bottom-color: rgb(208 56 1 / 0.9);
}
.border-y-orange-600\/95{
  border-top-color: rgb(208 56 1 / 0.95);
  border-bottom-color: rgb(208 56 1 / 0.95);
}
.border-y-orange-600\/100{
  border-top-color: rgb(208 56 1 / 1);
  border-bottom-color: rgb(208 56 1 / 1);
}
.border-y-orange-700\/0{
  border-top-color: rgb(180 52 3 / 0);
  border-bottom-color: rgb(180 52 3 / 0);
}
.border-y-orange-700\/5{
  border-top-color: rgb(180 52 3 / 0.05);
  border-bottom-color: rgb(180 52 3 / 0.05);
}
.border-y-orange-700\/10{
  border-top-color: rgb(180 52 3 / 0.1);
  border-bottom-color: rgb(180 52 3 / 0.1);
}
.border-y-orange-700\/20{
  border-top-color: rgb(180 52 3 / 0.2);
  border-bottom-color: rgb(180 52 3 / 0.2);
}
.border-y-orange-700\/25{
  border-top-color: rgb(180 52 3 / 0.25);
  border-bottom-color: rgb(180 52 3 / 0.25);
}
.border-y-orange-700\/30{
  border-top-color: rgb(180 52 3 / 0.3);
  border-bottom-color: rgb(180 52 3 / 0.3);
}
.border-y-orange-700\/40{
  border-top-color: rgb(180 52 3 / 0.4);
  border-bottom-color: rgb(180 52 3 / 0.4);
}
.border-y-orange-700\/50{
  border-top-color: rgb(180 52 3 / 0.5);
  border-bottom-color: rgb(180 52 3 / 0.5);
}
.border-y-orange-700\/60{
  border-top-color: rgb(180 52 3 / 0.6);
  border-bottom-color: rgb(180 52 3 / 0.6);
}
.border-y-orange-700\/70{
  border-top-color: rgb(180 52 3 / 0.7);
  border-bottom-color: rgb(180 52 3 / 0.7);
}
.border-y-orange-700\/75{
  border-top-color: rgb(180 52 3 / 0.75);
  border-bottom-color: rgb(180 52 3 / 0.75);
}
.border-y-orange-700\/80{
  border-top-color: rgb(180 52 3 / 0.8);
  border-bottom-color: rgb(180 52 3 / 0.8);
}
.border-y-orange-700\/90{
  border-top-color: rgb(180 52 3 / 0.9);
  border-bottom-color: rgb(180 52 3 / 0.9);
}
.border-y-orange-700\/95{
  border-top-color: rgb(180 52 3 / 0.95);
  border-bottom-color: rgb(180 52 3 / 0.95);
}
.border-y-orange-700\/100{
  border-top-color: rgb(180 52 3 / 1);
  border-bottom-color: rgb(180 52 3 / 1);
}
.border-y-orange-800\/0{
  border-top-color: rgb(138 44 13 / 0);
  border-bottom-color: rgb(138 44 13 / 0);
}
.border-y-orange-800\/5{
  border-top-color: rgb(138 44 13 / 0.05);
  border-bottom-color: rgb(138 44 13 / 0.05);
}
.border-y-orange-800\/10{
  border-top-color: rgb(138 44 13 / 0.1);
  border-bottom-color: rgb(138 44 13 / 0.1);
}
.border-y-orange-800\/20{
  border-top-color: rgb(138 44 13 / 0.2);
  border-bottom-color: rgb(138 44 13 / 0.2);
}
.border-y-orange-800\/25{
  border-top-color: rgb(138 44 13 / 0.25);
  border-bottom-color: rgb(138 44 13 / 0.25);
}
.border-y-orange-800\/30{
  border-top-color: rgb(138 44 13 / 0.3);
  border-bottom-color: rgb(138 44 13 / 0.3);
}
.border-y-orange-800\/40{
  border-top-color: rgb(138 44 13 / 0.4);
  border-bottom-color: rgb(138 44 13 / 0.4);
}
.border-y-orange-800\/50{
  border-top-color: rgb(138 44 13 / 0.5);
  border-bottom-color: rgb(138 44 13 / 0.5);
}
.border-y-orange-800\/60{
  border-top-color: rgb(138 44 13 / 0.6);
  border-bottom-color: rgb(138 44 13 / 0.6);
}
.border-y-orange-800\/70{
  border-top-color: rgb(138 44 13 / 0.7);
  border-bottom-color: rgb(138 44 13 / 0.7);
}
.border-y-orange-800\/75{
  border-top-color: rgb(138 44 13 / 0.75);
  border-bottom-color: rgb(138 44 13 / 0.75);
}
.border-y-orange-800\/80{
  border-top-color: rgb(138 44 13 / 0.8);
  border-bottom-color: rgb(138 44 13 / 0.8);
}
.border-y-orange-800\/90{
  border-top-color: rgb(138 44 13 / 0.9);
  border-bottom-color: rgb(138 44 13 / 0.9);
}
.border-y-orange-800\/95{
  border-top-color: rgb(138 44 13 / 0.95);
  border-bottom-color: rgb(138 44 13 / 0.95);
}
.border-y-orange-800\/100{
  border-top-color: rgb(138 44 13 / 1);
  border-bottom-color: rgb(138 44 13 / 1);
}
.border-y-orange-900\/0{
  border-top-color: rgb(119 29 29 / 0);
  border-bottom-color: rgb(119 29 29 / 0);
}
.border-y-orange-900\/5{
  border-top-color: rgb(119 29 29 / 0.05);
  border-bottom-color: rgb(119 29 29 / 0.05);
}
.border-y-orange-900\/10{
  border-top-color: rgb(119 29 29 / 0.1);
  border-bottom-color: rgb(119 29 29 / 0.1);
}
.border-y-orange-900\/20{
  border-top-color: rgb(119 29 29 / 0.2);
  border-bottom-color: rgb(119 29 29 / 0.2);
}
.border-y-orange-900\/25{
  border-top-color: rgb(119 29 29 / 0.25);
  border-bottom-color: rgb(119 29 29 / 0.25);
}
.border-y-orange-900\/30{
  border-top-color: rgb(119 29 29 / 0.3);
  border-bottom-color: rgb(119 29 29 / 0.3);
}
.border-y-orange-900\/40{
  border-top-color: rgb(119 29 29 / 0.4);
  border-bottom-color: rgb(119 29 29 / 0.4);
}
.border-y-orange-900\/50{
  border-top-color: rgb(119 29 29 / 0.5);
  border-bottom-color: rgb(119 29 29 / 0.5);
}
.border-y-orange-900\/60{
  border-top-color: rgb(119 29 29 / 0.6);
  border-bottom-color: rgb(119 29 29 / 0.6);
}
.border-y-orange-900\/70{
  border-top-color: rgb(119 29 29 / 0.7);
  border-bottom-color: rgb(119 29 29 / 0.7);
}
.border-y-orange-900\/75{
  border-top-color: rgb(119 29 29 / 0.75);
  border-bottom-color: rgb(119 29 29 / 0.75);
}
.border-y-orange-900\/80{
  border-top-color: rgb(119 29 29 / 0.8);
  border-bottom-color: rgb(119 29 29 / 0.8);
}
.border-y-orange-900\/90{
  border-top-color: rgb(119 29 29 / 0.9);
  border-bottom-color: rgb(119 29 29 / 0.9);
}
.border-y-orange-900\/95{
  border-top-color: rgb(119 29 29 / 0.95);
  border-bottom-color: rgb(119 29 29 / 0.95);
}
.border-y-orange-900\/100{
  border-top-color: rgb(119 29 29 / 1);
  border-bottom-color: rgb(119 29 29 / 1);
}
.border-y-yellow-50\/0{
  border-top-color: rgb(253 253 234 / 0);
  border-bottom-color: rgb(253 253 234 / 0);
}
.border-y-yellow-50\/5{
  border-top-color: rgb(253 253 234 / 0.05);
  border-bottom-color: rgb(253 253 234 / 0.05);
}
.border-y-yellow-50\/10{
  border-top-color: rgb(253 253 234 / 0.1);
  border-bottom-color: rgb(253 253 234 / 0.1);
}
.border-y-yellow-50\/20{
  border-top-color: rgb(253 253 234 / 0.2);
  border-bottom-color: rgb(253 253 234 / 0.2);
}
.border-y-yellow-50\/25{
  border-top-color: rgb(253 253 234 / 0.25);
  border-bottom-color: rgb(253 253 234 / 0.25);
}
.border-y-yellow-50\/30{
  border-top-color: rgb(253 253 234 / 0.3);
  border-bottom-color: rgb(253 253 234 / 0.3);
}
.border-y-yellow-50\/40{
  border-top-color: rgb(253 253 234 / 0.4);
  border-bottom-color: rgb(253 253 234 / 0.4);
}
.border-y-yellow-50\/50{
  border-top-color: rgb(253 253 234 / 0.5);
  border-bottom-color: rgb(253 253 234 / 0.5);
}
.border-y-yellow-50\/60{
  border-top-color: rgb(253 253 234 / 0.6);
  border-bottom-color: rgb(253 253 234 / 0.6);
}
.border-y-yellow-50\/70{
  border-top-color: rgb(253 253 234 / 0.7);
  border-bottom-color: rgb(253 253 234 / 0.7);
}
.border-y-yellow-50\/75{
  border-top-color: rgb(253 253 234 / 0.75);
  border-bottom-color: rgb(253 253 234 / 0.75);
}
.border-y-yellow-50\/80{
  border-top-color: rgb(253 253 234 / 0.8);
  border-bottom-color: rgb(253 253 234 / 0.8);
}
.border-y-yellow-50\/90{
  border-top-color: rgb(253 253 234 / 0.9);
  border-bottom-color: rgb(253 253 234 / 0.9);
}
.border-y-yellow-50\/95{
  border-top-color: rgb(253 253 234 / 0.95);
  border-bottom-color: rgb(253 253 234 / 0.95);
}
.border-y-yellow-50\/100{
  border-top-color: rgb(253 253 234 / 1);
  border-bottom-color: rgb(253 253 234 / 1);
}
.border-y-yellow-100\/0{
  border-top-color: rgb(253 246 178 / 0);
  border-bottom-color: rgb(253 246 178 / 0);
}
.border-y-yellow-100\/5{
  border-top-color: rgb(253 246 178 / 0.05);
  border-bottom-color: rgb(253 246 178 / 0.05);
}
.border-y-yellow-100\/10{
  border-top-color: rgb(253 246 178 / 0.1);
  border-bottom-color: rgb(253 246 178 / 0.1);
}
.border-y-yellow-100\/20{
  border-top-color: rgb(253 246 178 / 0.2);
  border-bottom-color: rgb(253 246 178 / 0.2);
}
.border-y-yellow-100\/25{
  border-top-color: rgb(253 246 178 / 0.25);
  border-bottom-color: rgb(253 246 178 / 0.25);
}
.border-y-yellow-100\/30{
  border-top-color: rgb(253 246 178 / 0.3);
  border-bottom-color: rgb(253 246 178 / 0.3);
}
.border-y-yellow-100\/40{
  border-top-color: rgb(253 246 178 / 0.4);
  border-bottom-color: rgb(253 246 178 / 0.4);
}
.border-y-yellow-100\/50{
  border-top-color: rgb(253 246 178 / 0.5);
  border-bottom-color: rgb(253 246 178 / 0.5);
}
.border-y-yellow-100\/60{
  border-top-color: rgb(253 246 178 / 0.6);
  border-bottom-color: rgb(253 246 178 / 0.6);
}
.border-y-yellow-100\/70{
  border-top-color: rgb(253 246 178 / 0.7);
  border-bottom-color: rgb(253 246 178 / 0.7);
}
.border-y-yellow-100\/75{
  border-top-color: rgb(253 246 178 / 0.75);
  border-bottom-color: rgb(253 246 178 / 0.75);
}
.border-y-yellow-100\/80{
  border-top-color: rgb(253 246 178 / 0.8);
  border-bottom-color: rgb(253 246 178 / 0.8);
}
.border-y-yellow-100\/90{
  border-top-color: rgb(253 246 178 / 0.9);
  border-bottom-color: rgb(253 246 178 / 0.9);
}
.border-y-yellow-100\/95{
  border-top-color: rgb(253 246 178 / 0.95);
  border-bottom-color: rgb(253 246 178 / 0.95);
}
.border-y-yellow-100\/100{
  border-top-color: rgb(253 246 178 / 1);
  border-bottom-color: rgb(253 246 178 / 1);
}
.border-y-yellow-200\/0{
  border-top-color: rgb(252 233 106 / 0);
  border-bottom-color: rgb(252 233 106 / 0);
}
.border-y-yellow-200\/5{
  border-top-color: rgb(252 233 106 / 0.05);
  border-bottom-color: rgb(252 233 106 / 0.05);
}
.border-y-yellow-200\/10{
  border-top-color: rgb(252 233 106 / 0.1);
  border-bottom-color: rgb(252 233 106 / 0.1);
}
.border-y-yellow-200\/20{
  border-top-color: rgb(252 233 106 / 0.2);
  border-bottom-color: rgb(252 233 106 / 0.2);
}
.border-y-yellow-200\/25{
  border-top-color: rgb(252 233 106 / 0.25);
  border-bottom-color: rgb(252 233 106 / 0.25);
}
.border-y-yellow-200\/30{
  border-top-color: rgb(252 233 106 / 0.3);
  border-bottom-color: rgb(252 233 106 / 0.3);
}
.border-y-yellow-200\/40{
  border-top-color: rgb(252 233 106 / 0.4);
  border-bottom-color: rgb(252 233 106 / 0.4);
}
.border-y-yellow-200\/50{
  border-top-color: rgb(252 233 106 / 0.5);
  border-bottom-color: rgb(252 233 106 / 0.5);
}
.border-y-yellow-200\/60{
  border-top-color: rgb(252 233 106 / 0.6);
  border-bottom-color: rgb(252 233 106 / 0.6);
}
.border-y-yellow-200\/70{
  border-top-color: rgb(252 233 106 / 0.7);
  border-bottom-color: rgb(252 233 106 / 0.7);
}
.border-y-yellow-200\/75{
  border-top-color: rgb(252 233 106 / 0.75);
  border-bottom-color: rgb(252 233 106 / 0.75);
}
.border-y-yellow-200\/80{
  border-top-color: rgb(252 233 106 / 0.8);
  border-bottom-color: rgb(252 233 106 / 0.8);
}
.border-y-yellow-200\/90{
  border-top-color: rgb(252 233 106 / 0.9);
  border-bottom-color: rgb(252 233 106 / 0.9);
}
.border-y-yellow-200\/95{
  border-top-color: rgb(252 233 106 / 0.95);
  border-bottom-color: rgb(252 233 106 / 0.95);
}
.border-y-yellow-200\/100{
  border-top-color: rgb(252 233 106 / 1);
  border-bottom-color: rgb(252 233 106 / 1);
}
.border-y-yellow-300\/0{
  border-top-color: rgb(250 202 21 / 0);
  border-bottom-color: rgb(250 202 21 / 0);
}
.border-y-yellow-300\/5{
  border-top-color: rgb(250 202 21 / 0.05);
  border-bottom-color: rgb(250 202 21 / 0.05);
}
.border-y-yellow-300\/10{
  border-top-color: rgb(250 202 21 / 0.1);
  border-bottom-color: rgb(250 202 21 / 0.1);
}
.border-y-yellow-300\/20{
  border-top-color: rgb(250 202 21 / 0.2);
  border-bottom-color: rgb(250 202 21 / 0.2);
}
.border-y-yellow-300\/25{
  border-top-color: rgb(250 202 21 / 0.25);
  border-bottom-color: rgb(250 202 21 / 0.25);
}
.border-y-yellow-300\/30{
  border-top-color: rgb(250 202 21 / 0.3);
  border-bottom-color: rgb(250 202 21 / 0.3);
}
.border-y-yellow-300\/40{
  border-top-color: rgb(250 202 21 / 0.4);
  border-bottom-color: rgb(250 202 21 / 0.4);
}
.border-y-yellow-300\/50{
  border-top-color: rgb(250 202 21 / 0.5);
  border-bottom-color: rgb(250 202 21 / 0.5);
}
.border-y-yellow-300\/60{
  border-top-color: rgb(250 202 21 / 0.6);
  border-bottom-color: rgb(250 202 21 / 0.6);
}
.border-y-yellow-300\/70{
  border-top-color: rgb(250 202 21 / 0.7);
  border-bottom-color: rgb(250 202 21 / 0.7);
}
.border-y-yellow-300\/75{
  border-top-color: rgb(250 202 21 / 0.75);
  border-bottom-color: rgb(250 202 21 / 0.75);
}
.border-y-yellow-300\/80{
  border-top-color: rgb(250 202 21 / 0.8);
  border-bottom-color: rgb(250 202 21 / 0.8);
}
.border-y-yellow-300\/90{
  border-top-color: rgb(250 202 21 / 0.9);
  border-bottom-color: rgb(250 202 21 / 0.9);
}
.border-y-yellow-300\/95{
  border-top-color: rgb(250 202 21 / 0.95);
  border-bottom-color: rgb(250 202 21 / 0.95);
}
.border-y-yellow-300\/100{
  border-top-color: rgb(250 202 21 / 1);
  border-bottom-color: rgb(250 202 21 / 1);
}
.border-y-yellow-400\/0{
  border-top-color: rgb(227 160 8 / 0);
  border-bottom-color: rgb(227 160 8 / 0);
}
.border-y-yellow-400\/5{
  border-top-color: rgb(227 160 8 / 0.05);
  border-bottom-color: rgb(227 160 8 / 0.05);
}
.border-y-yellow-400\/10{
  border-top-color: rgb(227 160 8 / 0.1);
  border-bottom-color: rgb(227 160 8 / 0.1);
}
.border-y-yellow-400\/20{
  border-top-color: rgb(227 160 8 / 0.2);
  border-bottom-color: rgb(227 160 8 / 0.2);
}
.border-y-yellow-400\/25{
  border-top-color: rgb(227 160 8 / 0.25);
  border-bottom-color: rgb(227 160 8 / 0.25);
}
.border-y-yellow-400\/30{
  border-top-color: rgb(227 160 8 / 0.3);
  border-bottom-color: rgb(227 160 8 / 0.3);
}
.border-y-yellow-400\/40{
  border-top-color: rgb(227 160 8 / 0.4);
  border-bottom-color: rgb(227 160 8 / 0.4);
}
.border-y-yellow-400\/50{
  border-top-color: rgb(227 160 8 / 0.5);
  border-bottom-color: rgb(227 160 8 / 0.5);
}
.border-y-yellow-400\/60{
  border-top-color: rgb(227 160 8 / 0.6);
  border-bottom-color: rgb(227 160 8 / 0.6);
}
.border-y-yellow-400\/70{
  border-top-color: rgb(227 160 8 / 0.7);
  border-bottom-color: rgb(227 160 8 / 0.7);
}
.border-y-yellow-400\/75{
  border-top-color: rgb(227 160 8 / 0.75);
  border-bottom-color: rgb(227 160 8 / 0.75);
}
.border-y-yellow-400\/80{
  border-top-color: rgb(227 160 8 / 0.8);
  border-bottom-color: rgb(227 160 8 / 0.8);
}
.border-y-yellow-400\/90{
  border-top-color: rgb(227 160 8 / 0.9);
  border-bottom-color: rgb(227 160 8 / 0.9);
}
.border-y-yellow-400\/95{
  border-top-color: rgb(227 160 8 / 0.95);
  border-bottom-color: rgb(227 160 8 / 0.95);
}
.border-y-yellow-400\/100{
  border-top-color: rgb(227 160 8 / 1);
  border-bottom-color: rgb(227 160 8 / 1);
}
.border-y-yellow-500\/0{
  border-top-color: rgb(194 120 3 / 0);
  border-bottom-color: rgb(194 120 3 / 0);
}
.border-y-yellow-500\/5{
  border-top-color: rgb(194 120 3 / 0.05);
  border-bottom-color: rgb(194 120 3 / 0.05);
}
.border-y-yellow-500\/10{
  border-top-color: rgb(194 120 3 / 0.1);
  border-bottom-color: rgb(194 120 3 / 0.1);
}
.border-y-yellow-500\/20{
  border-top-color: rgb(194 120 3 / 0.2);
  border-bottom-color: rgb(194 120 3 / 0.2);
}
.border-y-yellow-500\/25{
  border-top-color: rgb(194 120 3 / 0.25);
  border-bottom-color: rgb(194 120 3 / 0.25);
}
.border-y-yellow-500\/30{
  border-top-color: rgb(194 120 3 / 0.3);
  border-bottom-color: rgb(194 120 3 / 0.3);
}
.border-y-yellow-500\/40{
  border-top-color: rgb(194 120 3 / 0.4);
  border-bottom-color: rgb(194 120 3 / 0.4);
}
.border-y-yellow-500\/50{
  border-top-color: rgb(194 120 3 / 0.5);
  border-bottom-color: rgb(194 120 3 / 0.5);
}
.border-y-yellow-500\/60{
  border-top-color: rgb(194 120 3 / 0.6);
  border-bottom-color: rgb(194 120 3 / 0.6);
}
.border-y-yellow-500\/70{
  border-top-color: rgb(194 120 3 / 0.7);
  border-bottom-color: rgb(194 120 3 / 0.7);
}
.border-y-yellow-500\/75{
  border-top-color: rgb(194 120 3 / 0.75);
  border-bottom-color: rgb(194 120 3 / 0.75);
}
.border-y-yellow-500\/80{
  border-top-color: rgb(194 120 3 / 0.8);
  border-bottom-color: rgb(194 120 3 / 0.8);
}
.border-y-yellow-500\/90{
  border-top-color: rgb(194 120 3 / 0.9);
  border-bottom-color: rgb(194 120 3 / 0.9);
}
.border-y-yellow-500\/95{
  border-top-color: rgb(194 120 3 / 0.95);
  border-bottom-color: rgb(194 120 3 / 0.95);
}
.border-y-yellow-500\/100{
  border-top-color: rgb(194 120 3 / 1);
  border-bottom-color: rgb(194 120 3 / 1);
}
.border-y-yellow-600\/0{
  border-top-color: rgb(159 88 10 / 0);
  border-bottom-color: rgb(159 88 10 / 0);
}
.border-y-yellow-600\/5{
  border-top-color: rgb(159 88 10 / 0.05);
  border-bottom-color: rgb(159 88 10 / 0.05);
}
.border-y-yellow-600\/10{
  border-top-color: rgb(159 88 10 / 0.1);
  border-bottom-color: rgb(159 88 10 / 0.1);
}
.border-y-yellow-600\/20{
  border-top-color: rgb(159 88 10 / 0.2);
  border-bottom-color: rgb(159 88 10 / 0.2);
}
.border-y-yellow-600\/25{
  border-top-color: rgb(159 88 10 / 0.25);
  border-bottom-color: rgb(159 88 10 / 0.25);
}
.border-y-yellow-600\/30{
  border-top-color: rgb(159 88 10 / 0.3);
  border-bottom-color: rgb(159 88 10 / 0.3);
}
.border-y-yellow-600\/40{
  border-top-color: rgb(159 88 10 / 0.4);
  border-bottom-color: rgb(159 88 10 / 0.4);
}
.border-y-yellow-600\/50{
  border-top-color: rgb(159 88 10 / 0.5);
  border-bottom-color: rgb(159 88 10 / 0.5);
}
.border-y-yellow-600\/60{
  border-top-color: rgb(159 88 10 / 0.6);
  border-bottom-color: rgb(159 88 10 / 0.6);
}
.border-y-yellow-600\/70{
  border-top-color: rgb(159 88 10 / 0.7);
  border-bottom-color: rgb(159 88 10 / 0.7);
}
.border-y-yellow-600\/75{
  border-top-color: rgb(159 88 10 / 0.75);
  border-bottom-color: rgb(159 88 10 / 0.75);
}
.border-y-yellow-600\/80{
  border-top-color: rgb(159 88 10 / 0.8);
  border-bottom-color: rgb(159 88 10 / 0.8);
}
.border-y-yellow-600\/90{
  border-top-color: rgb(159 88 10 / 0.9);
  border-bottom-color: rgb(159 88 10 / 0.9);
}
.border-y-yellow-600\/95{
  border-top-color: rgb(159 88 10 / 0.95);
  border-bottom-color: rgb(159 88 10 / 0.95);
}
.border-y-yellow-600\/100{
  border-top-color: rgb(159 88 10 / 1);
  border-bottom-color: rgb(159 88 10 / 1);
}
.border-y-yellow-700\/0{
  border-top-color: rgb(142 75 16 / 0);
  border-bottom-color: rgb(142 75 16 / 0);
}
.border-y-yellow-700\/5{
  border-top-color: rgb(142 75 16 / 0.05);
  border-bottom-color: rgb(142 75 16 / 0.05);
}
.border-y-yellow-700\/10{
  border-top-color: rgb(142 75 16 / 0.1);
  border-bottom-color: rgb(142 75 16 / 0.1);
}
.border-y-yellow-700\/20{
  border-top-color: rgb(142 75 16 / 0.2);
  border-bottom-color: rgb(142 75 16 / 0.2);
}
.border-y-yellow-700\/25{
  border-top-color: rgb(142 75 16 / 0.25);
  border-bottom-color: rgb(142 75 16 / 0.25);
}
.border-y-yellow-700\/30{
  border-top-color: rgb(142 75 16 / 0.3);
  border-bottom-color: rgb(142 75 16 / 0.3);
}
.border-y-yellow-700\/40{
  border-top-color: rgb(142 75 16 / 0.4);
  border-bottom-color: rgb(142 75 16 / 0.4);
}
.border-y-yellow-700\/50{
  border-top-color: rgb(142 75 16 / 0.5);
  border-bottom-color: rgb(142 75 16 / 0.5);
}
.border-y-yellow-700\/60{
  border-top-color: rgb(142 75 16 / 0.6);
  border-bottom-color: rgb(142 75 16 / 0.6);
}
.border-y-yellow-700\/70{
  border-top-color: rgb(142 75 16 / 0.7);
  border-bottom-color: rgb(142 75 16 / 0.7);
}
.border-y-yellow-700\/75{
  border-top-color: rgb(142 75 16 / 0.75);
  border-bottom-color: rgb(142 75 16 / 0.75);
}
.border-y-yellow-700\/80{
  border-top-color: rgb(142 75 16 / 0.8);
  border-bottom-color: rgb(142 75 16 / 0.8);
}
.border-y-yellow-700\/90{
  border-top-color: rgb(142 75 16 / 0.9);
  border-bottom-color: rgb(142 75 16 / 0.9);
}
.border-y-yellow-700\/95{
  border-top-color: rgb(142 75 16 / 0.95);
  border-bottom-color: rgb(142 75 16 / 0.95);
}
.border-y-yellow-700\/100{
  border-top-color: rgb(142 75 16 / 1);
  border-bottom-color: rgb(142 75 16 / 1);
}
.border-y-yellow-800\/0{
  border-top-color: rgb(114 59 19 / 0);
  border-bottom-color: rgb(114 59 19 / 0);
}
.border-y-yellow-800\/5{
  border-top-color: rgb(114 59 19 / 0.05);
  border-bottom-color: rgb(114 59 19 / 0.05);
}
.border-y-yellow-800\/10{
  border-top-color: rgb(114 59 19 / 0.1);
  border-bottom-color: rgb(114 59 19 / 0.1);
}
.border-y-yellow-800\/20{
  border-top-color: rgb(114 59 19 / 0.2);
  border-bottom-color: rgb(114 59 19 / 0.2);
}
.border-y-yellow-800\/25{
  border-top-color: rgb(114 59 19 / 0.25);
  border-bottom-color: rgb(114 59 19 / 0.25);
}
.border-y-yellow-800\/30{
  border-top-color: rgb(114 59 19 / 0.3);
  border-bottom-color: rgb(114 59 19 / 0.3);
}
.border-y-yellow-800\/40{
  border-top-color: rgb(114 59 19 / 0.4);
  border-bottom-color: rgb(114 59 19 / 0.4);
}
.border-y-yellow-800\/50{
  border-top-color: rgb(114 59 19 / 0.5);
  border-bottom-color: rgb(114 59 19 / 0.5);
}
.border-y-yellow-800\/60{
  border-top-color: rgb(114 59 19 / 0.6);
  border-bottom-color: rgb(114 59 19 / 0.6);
}
.border-y-yellow-800\/70{
  border-top-color: rgb(114 59 19 / 0.7);
  border-bottom-color: rgb(114 59 19 / 0.7);
}
.border-y-yellow-800\/75{
  border-top-color: rgb(114 59 19 / 0.75);
  border-bottom-color: rgb(114 59 19 / 0.75);
}
.border-y-yellow-800\/80{
  border-top-color: rgb(114 59 19 / 0.8);
  border-bottom-color: rgb(114 59 19 / 0.8);
}
.border-y-yellow-800\/90{
  border-top-color: rgb(114 59 19 / 0.9);
  border-bottom-color: rgb(114 59 19 / 0.9);
}
.border-y-yellow-800\/95{
  border-top-color: rgb(114 59 19 / 0.95);
  border-bottom-color: rgb(114 59 19 / 0.95);
}
.border-y-yellow-800\/100{
  border-top-color: rgb(114 59 19 / 1);
  border-bottom-color: rgb(114 59 19 / 1);
}
.border-y-yellow-900\/0{
  border-top-color: rgb(99 49 18 / 0);
  border-bottom-color: rgb(99 49 18 / 0);
}
.border-y-yellow-900\/5{
  border-top-color: rgb(99 49 18 / 0.05);
  border-bottom-color: rgb(99 49 18 / 0.05);
}
.border-y-yellow-900\/10{
  border-top-color: rgb(99 49 18 / 0.1);
  border-bottom-color: rgb(99 49 18 / 0.1);
}
.border-y-yellow-900\/20{
  border-top-color: rgb(99 49 18 / 0.2);
  border-bottom-color: rgb(99 49 18 / 0.2);
}
.border-y-yellow-900\/25{
  border-top-color: rgb(99 49 18 / 0.25);
  border-bottom-color: rgb(99 49 18 / 0.25);
}
.border-y-yellow-900\/30{
  border-top-color: rgb(99 49 18 / 0.3);
  border-bottom-color: rgb(99 49 18 / 0.3);
}
.border-y-yellow-900\/40{
  border-top-color: rgb(99 49 18 / 0.4);
  border-bottom-color: rgb(99 49 18 / 0.4);
}
.border-y-yellow-900\/50{
  border-top-color: rgb(99 49 18 / 0.5);
  border-bottom-color: rgb(99 49 18 / 0.5);
}
.border-y-yellow-900\/60{
  border-top-color: rgb(99 49 18 / 0.6);
  border-bottom-color: rgb(99 49 18 / 0.6);
}
.border-y-yellow-900\/70{
  border-top-color: rgb(99 49 18 / 0.7);
  border-bottom-color: rgb(99 49 18 / 0.7);
}
.border-y-yellow-900\/75{
  border-top-color: rgb(99 49 18 / 0.75);
  border-bottom-color: rgb(99 49 18 / 0.75);
}
.border-y-yellow-900\/80{
  border-top-color: rgb(99 49 18 / 0.8);
  border-bottom-color: rgb(99 49 18 / 0.8);
}
.border-y-yellow-900\/90{
  border-top-color: rgb(99 49 18 / 0.9);
  border-bottom-color: rgb(99 49 18 / 0.9);
}
.border-y-yellow-900\/95{
  border-top-color: rgb(99 49 18 / 0.95);
  border-bottom-color: rgb(99 49 18 / 0.95);
}
.border-y-yellow-900\/100{
  border-top-color: rgb(99 49 18 / 1);
  border-bottom-color: rgb(99 49 18 / 1);
}
.border-y-teal-50\/0{
  border-top-color: rgb(237 250 250 / 0);
  border-bottom-color: rgb(237 250 250 / 0);
}
.border-y-teal-50\/5{
  border-top-color: rgb(237 250 250 / 0.05);
  border-bottom-color: rgb(237 250 250 / 0.05);
}
.border-y-teal-50\/10{
  border-top-color: rgb(237 250 250 / 0.1);
  border-bottom-color: rgb(237 250 250 / 0.1);
}
.border-y-teal-50\/20{
  border-top-color: rgb(237 250 250 / 0.2);
  border-bottom-color: rgb(237 250 250 / 0.2);
}
.border-y-teal-50\/25{
  border-top-color: rgb(237 250 250 / 0.25);
  border-bottom-color: rgb(237 250 250 / 0.25);
}
.border-y-teal-50\/30{
  border-top-color: rgb(237 250 250 / 0.3);
  border-bottom-color: rgb(237 250 250 / 0.3);
}
.border-y-teal-50\/40{
  border-top-color: rgb(237 250 250 / 0.4);
  border-bottom-color: rgb(237 250 250 / 0.4);
}
.border-y-teal-50\/50{
  border-top-color: rgb(237 250 250 / 0.5);
  border-bottom-color: rgb(237 250 250 / 0.5);
}
.border-y-teal-50\/60{
  border-top-color: rgb(237 250 250 / 0.6);
  border-bottom-color: rgb(237 250 250 / 0.6);
}
.border-y-teal-50\/70{
  border-top-color: rgb(237 250 250 / 0.7);
  border-bottom-color: rgb(237 250 250 / 0.7);
}
.border-y-teal-50\/75{
  border-top-color: rgb(237 250 250 / 0.75);
  border-bottom-color: rgb(237 250 250 / 0.75);
}
.border-y-teal-50\/80{
  border-top-color: rgb(237 250 250 / 0.8);
  border-bottom-color: rgb(237 250 250 / 0.8);
}
.border-y-teal-50\/90{
  border-top-color: rgb(237 250 250 / 0.9);
  border-bottom-color: rgb(237 250 250 / 0.9);
}
.border-y-teal-50\/95{
  border-top-color: rgb(237 250 250 / 0.95);
  border-bottom-color: rgb(237 250 250 / 0.95);
}
.border-y-teal-50\/100{
  border-top-color: rgb(237 250 250 / 1);
  border-bottom-color: rgb(237 250 250 / 1);
}
.border-y-teal-100\/0{
  border-top-color: rgb(213 245 246 / 0);
  border-bottom-color: rgb(213 245 246 / 0);
}
.border-y-teal-100\/5{
  border-top-color: rgb(213 245 246 / 0.05);
  border-bottom-color: rgb(213 245 246 / 0.05);
}
.border-y-teal-100\/10{
  border-top-color: rgb(213 245 246 / 0.1);
  border-bottom-color: rgb(213 245 246 / 0.1);
}
.border-y-teal-100\/20{
  border-top-color: rgb(213 245 246 / 0.2);
  border-bottom-color: rgb(213 245 246 / 0.2);
}
.border-y-teal-100\/25{
  border-top-color: rgb(213 245 246 / 0.25);
  border-bottom-color: rgb(213 245 246 / 0.25);
}
.border-y-teal-100\/30{
  border-top-color: rgb(213 245 246 / 0.3);
  border-bottom-color: rgb(213 245 246 / 0.3);
}
.border-y-teal-100\/40{
  border-top-color: rgb(213 245 246 / 0.4);
  border-bottom-color: rgb(213 245 246 / 0.4);
}
.border-y-teal-100\/50{
  border-top-color: rgb(213 245 246 / 0.5);
  border-bottom-color: rgb(213 245 246 / 0.5);
}
.border-y-teal-100\/60{
  border-top-color: rgb(213 245 246 / 0.6);
  border-bottom-color: rgb(213 245 246 / 0.6);
}
.border-y-teal-100\/70{
  border-top-color: rgb(213 245 246 / 0.7);
  border-bottom-color: rgb(213 245 246 / 0.7);
}
.border-y-teal-100\/75{
  border-top-color: rgb(213 245 246 / 0.75);
  border-bottom-color: rgb(213 245 246 / 0.75);
}
.border-y-teal-100\/80{
  border-top-color: rgb(213 245 246 / 0.8);
  border-bottom-color: rgb(213 245 246 / 0.8);
}
.border-y-teal-100\/90{
  border-top-color: rgb(213 245 246 / 0.9);
  border-bottom-color: rgb(213 245 246 / 0.9);
}
.border-y-teal-100\/95{
  border-top-color: rgb(213 245 246 / 0.95);
  border-bottom-color: rgb(213 245 246 / 0.95);
}
.border-y-teal-100\/100{
  border-top-color: rgb(213 245 246 / 1);
  border-bottom-color: rgb(213 245 246 / 1);
}
.border-y-teal-200\/0{
  border-top-color: rgb(175 236 239 / 0);
  border-bottom-color: rgb(175 236 239 / 0);
}
.border-y-teal-200\/5{
  border-top-color: rgb(175 236 239 / 0.05);
  border-bottom-color: rgb(175 236 239 / 0.05);
}
.border-y-teal-200\/10{
  border-top-color: rgb(175 236 239 / 0.1);
  border-bottom-color: rgb(175 236 239 / 0.1);
}
.border-y-teal-200\/20{
  border-top-color: rgb(175 236 239 / 0.2);
  border-bottom-color: rgb(175 236 239 / 0.2);
}
.border-y-teal-200\/25{
  border-top-color: rgb(175 236 239 / 0.25);
  border-bottom-color: rgb(175 236 239 / 0.25);
}
.border-y-teal-200\/30{
  border-top-color: rgb(175 236 239 / 0.3);
  border-bottom-color: rgb(175 236 239 / 0.3);
}
.border-y-teal-200\/40{
  border-top-color: rgb(175 236 239 / 0.4);
  border-bottom-color: rgb(175 236 239 / 0.4);
}
.border-y-teal-200\/50{
  border-top-color: rgb(175 236 239 / 0.5);
  border-bottom-color: rgb(175 236 239 / 0.5);
}
.border-y-teal-200\/60{
  border-top-color: rgb(175 236 239 / 0.6);
  border-bottom-color: rgb(175 236 239 / 0.6);
}
.border-y-teal-200\/70{
  border-top-color: rgb(175 236 239 / 0.7);
  border-bottom-color: rgb(175 236 239 / 0.7);
}
.border-y-teal-200\/75{
  border-top-color: rgb(175 236 239 / 0.75);
  border-bottom-color: rgb(175 236 239 / 0.75);
}
.border-y-teal-200\/80{
  border-top-color: rgb(175 236 239 / 0.8);
  border-bottom-color: rgb(175 236 239 / 0.8);
}
.border-y-teal-200\/90{
  border-top-color: rgb(175 236 239 / 0.9);
  border-bottom-color: rgb(175 236 239 / 0.9);
}
.border-y-teal-200\/95{
  border-top-color: rgb(175 236 239 / 0.95);
  border-bottom-color: rgb(175 236 239 / 0.95);
}
.border-y-teal-200\/100{
  border-top-color: rgb(175 236 239 / 1);
  border-bottom-color: rgb(175 236 239 / 1);
}
.border-y-teal-300\/0{
  border-top-color: rgb(126 220 226 / 0);
  border-bottom-color: rgb(126 220 226 / 0);
}
.border-y-teal-300\/5{
  border-top-color: rgb(126 220 226 / 0.05);
  border-bottom-color: rgb(126 220 226 / 0.05);
}
.border-y-teal-300\/10{
  border-top-color: rgb(126 220 226 / 0.1);
  border-bottom-color: rgb(126 220 226 / 0.1);
}
.border-y-teal-300\/20{
  border-top-color: rgb(126 220 226 / 0.2);
  border-bottom-color: rgb(126 220 226 / 0.2);
}
.border-y-teal-300\/25{
  border-top-color: rgb(126 220 226 / 0.25);
  border-bottom-color: rgb(126 220 226 / 0.25);
}
.border-y-teal-300\/30{
  border-top-color: rgb(126 220 226 / 0.3);
  border-bottom-color: rgb(126 220 226 / 0.3);
}
.border-y-teal-300\/40{
  border-top-color: rgb(126 220 226 / 0.4);
  border-bottom-color: rgb(126 220 226 / 0.4);
}
.border-y-teal-300\/50{
  border-top-color: rgb(126 220 226 / 0.5);
  border-bottom-color: rgb(126 220 226 / 0.5);
}
.border-y-teal-300\/60{
  border-top-color: rgb(126 220 226 / 0.6);
  border-bottom-color: rgb(126 220 226 / 0.6);
}
.border-y-teal-300\/70{
  border-top-color: rgb(126 220 226 / 0.7);
  border-bottom-color: rgb(126 220 226 / 0.7);
}
.border-y-teal-300\/75{
  border-top-color: rgb(126 220 226 / 0.75);
  border-bottom-color: rgb(126 220 226 / 0.75);
}
.border-y-teal-300\/80{
  border-top-color: rgb(126 220 226 / 0.8);
  border-bottom-color: rgb(126 220 226 / 0.8);
}
.border-y-teal-300\/90{
  border-top-color: rgb(126 220 226 / 0.9);
  border-bottom-color: rgb(126 220 226 / 0.9);
}
.border-y-teal-300\/95{
  border-top-color: rgb(126 220 226 / 0.95);
  border-bottom-color: rgb(126 220 226 / 0.95);
}
.border-y-teal-300\/100{
  border-top-color: rgb(126 220 226 / 1);
  border-bottom-color: rgb(126 220 226 / 1);
}
.border-y-teal-400\/0{
  border-top-color: rgb(22 189 202 / 0);
  border-bottom-color: rgb(22 189 202 / 0);
}
.border-y-teal-400\/5{
  border-top-color: rgb(22 189 202 / 0.05);
  border-bottom-color: rgb(22 189 202 / 0.05);
}
.border-y-teal-400\/10{
  border-top-color: rgb(22 189 202 / 0.1);
  border-bottom-color: rgb(22 189 202 / 0.1);
}
.border-y-teal-400\/20{
  border-top-color: rgb(22 189 202 / 0.2);
  border-bottom-color: rgb(22 189 202 / 0.2);
}
.border-y-teal-400\/25{
  border-top-color: rgb(22 189 202 / 0.25);
  border-bottom-color: rgb(22 189 202 / 0.25);
}
.border-y-teal-400\/30{
  border-top-color: rgb(22 189 202 / 0.3);
  border-bottom-color: rgb(22 189 202 / 0.3);
}
.border-y-teal-400\/40{
  border-top-color: rgb(22 189 202 / 0.4);
  border-bottom-color: rgb(22 189 202 / 0.4);
}
.border-y-teal-400\/50{
  border-top-color: rgb(22 189 202 / 0.5);
  border-bottom-color: rgb(22 189 202 / 0.5);
}
.border-y-teal-400\/60{
  border-top-color: rgb(22 189 202 / 0.6);
  border-bottom-color: rgb(22 189 202 / 0.6);
}
.border-y-teal-400\/70{
  border-top-color: rgb(22 189 202 / 0.7);
  border-bottom-color: rgb(22 189 202 / 0.7);
}
.border-y-teal-400\/75{
  border-top-color: rgb(22 189 202 / 0.75);
  border-bottom-color: rgb(22 189 202 / 0.75);
}
.border-y-teal-400\/80{
  border-top-color: rgb(22 189 202 / 0.8);
  border-bottom-color: rgb(22 189 202 / 0.8);
}
.border-y-teal-400\/90{
  border-top-color: rgb(22 189 202 / 0.9);
  border-bottom-color: rgb(22 189 202 / 0.9);
}
.border-y-teal-400\/95{
  border-top-color: rgb(22 189 202 / 0.95);
  border-bottom-color: rgb(22 189 202 / 0.95);
}
.border-y-teal-400\/100{
  border-top-color: rgb(22 189 202 / 1);
  border-bottom-color: rgb(22 189 202 / 1);
}
.border-y-teal-500\/0{
  border-top-color: rgb(6 148 162 / 0);
  border-bottom-color: rgb(6 148 162 / 0);
}
.border-y-teal-500\/5{
  border-top-color: rgb(6 148 162 / 0.05);
  border-bottom-color: rgb(6 148 162 / 0.05);
}
.border-y-teal-500\/10{
  border-top-color: rgb(6 148 162 / 0.1);
  border-bottom-color: rgb(6 148 162 / 0.1);
}
.border-y-teal-500\/20{
  border-top-color: rgb(6 148 162 / 0.2);
  border-bottom-color: rgb(6 148 162 / 0.2);
}
.border-y-teal-500\/25{
  border-top-color: rgb(6 148 162 / 0.25);
  border-bottom-color: rgb(6 148 162 / 0.25);
}
.border-y-teal-500\/30{
  border-top-color: rgb(6 148 162 / 0.3);
  border-bottom-color: rgb(6 148 162 / 0.3);
}
.border-y-teal-500\/40{
  border-top-color: rgb(6 148 162 / 0.4);
  border-bottom-color: rgb(6 148 162 / 0.4);
}
.border-y-teal-500\/50{
  border-top-color: rgb(6 148 162 / 0.5);
  border-bottom-color: rgb(6 148 162 / 0.5);
}
.border-y-teal-500\/60{
  border-top-color: rgb(6 148 162 / 0.6);
  border-bottom-color: rgb(6 148 162 / 0.6);
}
.border-y-teal-500\/70{
  border-top-color: rgb(6 148 162 / 0.7);
  border-bottom-color: rgb(6 148 162 / 0.7);
}
.border-y-teal-500\/75{
  border-top-color: rgb(6 148 162 / 0.75);
  border-bottom-color: rgb(6 148 162 / 0.75);
}
.border-y-teal-500\/80{
  border-top-color: rgb(6 148 162 / 0.8);
  border-bottom-color: rgb(6 148 162 / 0.8);
}
.border-y-teal-500\/90{
  border-top-color: rgb(6 148 162 / 0.9);
  border-bottom-color: rgb(6 148 162 / 0.9);
}
.border-y-teal-500\/95{
  border-top-color: rgb(6 148 162 / 0.95);
  border-bottom-color: rgb(6 148 162 / 0.95);
}
.border-y-teal-500\/100{
  border-top-color: rgb(6 148 162 / 1);
  border-bottom-color: rgb(6 148 162 / 1);
}
.border-y-teal-600\/0{
  border-top-color: rgb(4 116 129 / 0);
  border-bottom-color: rgb(4 116 129 / 0);
}
.border-y-teal-600\/5{
  border-top-color: rgb(4 116 129 / 0.05);
  border-bottom-color: rgb(4 116 129 / 0.05);
}
.border-y-teal-600\/10{
  border-top-color: rgb(4 116 129 / 0.1);
  border-bottom-color: rgb(4 116 129 / 0.1);
}
.border-y-teal-600\/20{
  border-top-color: rgb(4 116 129 / 0.2);
  border-bottom-color: rgb(4 116 129 / 0.2);
}
.border-y-teal-600\/25{
  border-top-color: rgb(4 116 129 / 0.25);
  border-bottom-color: rgb(4 116 129 / 0.25);
}
.border-y-teal-600\/30{
  border-top-color: rgb(4 116 129 / 0.3);
  border-bottom-color: rgb(4 116 129 / 0.3);
}
.border-y-teal-600\/40{
  border-top-color: rgb(4 116 129 / 0.4);
  border-bottom-color: rgb(4 116 129 / 0.4);
}
.border-y-teal-600\/50{
  border-top-color: rgb(4 116 129 / 0.5);
  border-bottom-color: rgb(4 116 129 / 0.5);
}
.border-y-teal-600\/60{
  border-top-color: rgb(4 116 129 / 0.6);
  border-bottom-color: rgb(4 116 129 / 0.6);
}
.border-y-teal-600\/70{
  border-top-color: rgb(4 116 129 / 0.7);
  border-bottom-color: rgb(4 116 129 / 0.7);
}
.border-y-teal-600\/75{
  border-top-color: rgb(4 116 129 / 0.75);
  border-bottom-color: rgb(4 116 129 / 0.75);
}
.border-y-teal-600\/80{
  border-top-color: rgb(4 116 129 / 0.8);
  border-bottom-color: rgb(4 116 129 / 0.8);
}
.border-y-teal-600\/90{
  border-top-color: rgb(4 116 129 / 0.9);
  border-bottom-color: rgb(4 116 129 / 0.9);
}
.border-y-teal-600\/95{
  border-top-color: rgb(4 116 129 / 0.95);
  border-bottom-color: rgb(4 116 129 / 0.95);
}
.border-y-teal-600\/100{
  border-top-color: rgb(4 116 129 / 1);
  border-bottom-color: rgb(4 116 129 / 1);
}
.border-y-teal-700\/0{
  border-top-color: rgb(3 102 114 / 0);
  border-bottom-color: rgb(3 102 114 / 0);
}
.border-y-teal-700\/5{
  border-top-color: rgb(3 102 114 / 0.05);
  border-bottom-color: rgb(3 102 114 / 0.05);
}
.border-y-teal-700\/10{
  border-top-color: rgb(3 102 114 / 0.1);
  border-bottom-color: rgb(3 102 114 / 0.1);
}
.border-y-teal-700\/20{
  border-top-color: rgb(3 102 114 / 0.2);
  border-bottom-color: rgb(3 102 114 / 0.2);
}
.border-y-teal-700\/25{
  border-top-color: rgb(3 102 114 / 0.25);
  border-bottom-color: rgb(3 102 114 / 0.25);
}
.border-y-teal-700\/30{
  border-top-color: rgb(3 102 114 / 0.3);
  border-bottom-color: rgb(3 102 114 / 0.3);
}
.border-y-teal-700\/40{
  border-top-color: rgb(3 102 114 / 0.4);
  border-bottom-color: rgb(3 102 114 / 0.4);
}
.border-y-teal-700\/50{
  border-top-color: rgb(3 102 114 / 0.5);
  border-bottom-color: rgb(3 102 114 / 0.5);
}
.border-y-teal-700\/60{
  border-top-color: rgb(3 102 114 / 0.6);
  border-bottom-color: rgb(3 102 114 / 0.6);
}
.border-y-teal-700\/70{
  border-top-color: rgb(3 102 114 / 0.7);
  border-bottom-color: rgb(3 102 114 / 0.7);
}
.border-y-teal-700\/75{
  border-top-color: rgb(3 102 114 / 0.75);
  border-bottom-color: rgb(3 102 114 / 0.75);
}
.border-y-teal-700\/80{
  border-top-color: rgb(3 102 114 / 0.8);
  border-bottom-color: rgb(3 102 114 / 0.8);
}
.border-y-teal-700\/90{
  border-top-color: rgb(3 102 114 / 0.9);
  border-bottom-color: rgb(3 102 114 / 0.9);
}
.border-y-teal-700\/95{
  border-top-color: rgb(3 102 114 / 0.95);
  border-bottom-color: rgb(3 102 114 / 0.95);
}
.border-y-teal-700\/100{
  border-top-color: rgb(3 102 114 / 1);
  border-bottom-color: rgb(3 102 114 / 1);
}
.border-y-teal-800\/0{
  border-top-color: rgb(5 80 92 / 0);
  border-bottom-color: rgb(5 80 92 / 0);
}
.border-y-teal-800\/5{
  border-top-color: rgb(5 80 92 / 0.05);
  border-bottom-color: rgb(5 80 92 / 0.05);
}
.border-y-teal-800\/10{
  border-top-color: rgb(5 80 92 / 0.1);
  border-bottom-color: rgb(5 80 92 / 0.1);
}
.border-y-teal-800\/20{
  border-top-color: rgb(5 80 92 / 0.2);
  border-bottom-color: rgb(5 80 92 / 0.2);
}
.border-y-teal-800\/25{
  border-top-color: rgb(5 80 92 / 0.25);
  border-bottom-color: rgb(5 80 92 / 0.25);
}
.border-y-teal-800\/30{
  border-top-color: rgb(5 80 92 / 0.3);
  border-bottom-color: rgb(5 80 92 / 0.3);
}
.border-y-teal-800\/40{
  border-top-color: rgb(5 80 92 / 0.4);
  border-bottom-color: rgb(5 80 92 / 0.4);
}
.border-y-teal-800\/50{
  border-top-color: rgb(5 80 92 / 0.5);
  border-bottom-color: rgb(5 80 92 / 0.5);
}
.border-y-teal-800\/60{
  border-top-color: rgb(5 80 92 / 0.6);
  border-bottom-color: rgb(5 80 92 / 0.6);
}
.border-y-teal-800\/70{
  border-top-color: rgb(5 80 92 / 0.7);
  border-bottom-color: rgb(5 80 92 / 0.7);
}
.border-y-teal-800\/75{
  border-top-color: rgb(5 80 92 / 0.75);
  border-bottom-color: rgb(5 80 92 / 0.75);
}
.border-y-teal-800\/80{
  border-top-color: rgb(5 80 92 / 0.8);
  border-bottom-color: rgb(5 80 92 / 0.8);
}
.border-y-teal-800\/90{
  border-top-color: rgb(5 80 92 / 0.9);
  border-bottom-color: rgb(5 80 92 / 0.9);
}
.border-y-teal-800\/95{
  border-top-color: rgb(5 80 92 / 0.95);
  border-bottom-color: rgb(5 80 92 / 0.95);
}
.border-y-teal-800\/100{
  border-top-color: rgb(5 80 92 / 1);
  border-bottom-color: rgb(5 80 92 / 1);
}
.border-y-teal-900\/0{
  border-top-color: rgb(1 68 81 / 0);
  border-bottom-color: rgb(1 68 81 / 0);
}
.border-y-teal-900\/5{
  border-top-color: rgb(1 68 81 / 0.05);
  border-bottom-color: rgb(1 68 81 / 0.05);
}
.border-y-teal-900\/10{
  border-top-color: rgb(1 68 81 / 0.1);
  border-bottom-color: rgb(1 68 81 / 0.1);
}
.border-y-teal-900\/20{
  border-top-color: rgb(1 68 81 / 0.2);
  border-bottom-color: rgb(1 68 81 / 0.2);
}
.border-y-teal-900\/25{
  border-top-color: rgb(1 68 81 / 0.25);
  border-bottom-color: rgb(1 68 81 / 0.25);
}
.border-y-teal-900\/30{
  border-top-color: rgb(1 68 81 / 0.3);
  border-bottom-color: rgb(1 68 81 / 0.3);
}
.border-y-teal-900\/40{
  border-top-color: rgb(1 68 81 / 0.4);
  border-bottom-color: rgb(1 68 81 / 0.4);
}
.border-y-teal-900\/50{
  border-top-color: rgb(1 68 81 / 0.5);
  border-bottom-color: rgb(1 68 81 / 0.5);
}
.border-y-teal-900\/60{
  border-top-color: rgb(1 68 81 / 0.6);
  border-bottom-color: rgb(1 68 81 / 0.6);
}
.border-y-teal-900\/70{
  border-top-color: rgb(1 68 81 / 0.7);
  border-bottom-color: rgb(1 68 81 / 0.7);
}
.border-y-teal-900\/75{
  border-top-color: rgb(1 68 81 / 0.75);
  border-bottom-color: rgb(1 68 81 / 0.75);
}
.border-y-teal-900\/80{
  border-top-color: rgb(1 68 81 / 0.8);
  border-bottom-color: rgb(1 68 81 / 0.8);
}
.border-y-teal-900\/90{
  border-top-color: rgb(1 68 81 / 0.9);
  border-bottom-color: rgb(1 68 81 / 0.9);
}
.border-y-teal-900\/95{
  border-top-color: rgb(1 68 81 / 0.95);
  border-bottom-color: rgb(1 68 81 / 0.95);
}
.border-y-teal-900\/100{
  border-top-color: rgb(1 68 81 / 1);
  border-bottom-color: rgb(1 68 81 / 1);
}
.border-y-blue-50\/0{
  border-top-color: rgb(235 245 255 / 0);
  border-bottom-color: rgb(235 245 255 / 0);
}
.border-y-blue-50\/5{
  border-top-color: rgb(235 245 255 / 0.05);
  border-bottom-color: rgb(235 245 255 / 0.05);
}
.border-y-blue-50\/10{
  border-top-color: rgb(235 245 255 / 0.1);
  border-bottom-color: rgb(235 245 255 / 0.1);
}
.border-y-blue-50\/20{
  border-top-color: rgb(235 245 255 / 0.2);
  border-bottom-color: rgb(235 245 255 / 0.2);
}
.border-y-blue-50\/25{
  border-top-color: rgb(235 245 255 / 0.25);
  border-bottom-color: rgb(235 245 255 / 0.25);
}
.border-y-blue-50\/30{
  border-top-color: rgb(235 245 255 / 0.3);
  border-bottom-color: rgb(235 245 255 / 0.3);
}
.border-y-blue-50\/40{
  border-top-color: rgb(235 245 255 / 0.4);
  border-bottom-color: rgb(235 245 255 / 0.4);
}
.border-y-blue-50\/50{
  border-top-color: rgb(235 245 255 / 0.5);
  border-bottom-color: rgb(235 245 255 / 0.5);
}
.border-y-blue-50\/60{
  border-top-color: rgb(235 245 255 / 0.6);
  border-bottom-color: rgb(235 245 255 / 0.6);
}
.border-y-blue-50\/70{
  border-top-color: rgb(235 245 255 / 0.7);
  border-bottom-color: rgb(235 245 255 / 0.7);
}
.border-y-blue-50\/75{
  border-top-color: rgb(235 245 255 / 0.75);
  border-bottom-color: rgb(235 245 255 / 0.75);
}
.border-y-blue-50\/80{
  border-top-color: rgb(235 245 255 / 0.8);
  border-bottom-color: rgb(235 245 255 / 0.8);
}
.border-y-blue-50\/90{
  border-top-color: rgb(235 245 255 / 0.9);
  border-bottom-color: rgb(235 245 255 / 0.9);
}
.border-y-blue-50\/95{
  border-top-color: rgb(235 245 255 / 0.95);
  border-bottom-color: rgb(235 245 255 / 0.95);
}
.border-y-blue-50\/100{
  border-top-color: rgb(235 245 255 / 1);
  border-bottom-color: rgb(235 245 255 / 1);
}
.border-y-blue-100\/0{
  border-top-color: rgb(225 239 254 / 0);
  border-bottom-color: rgb(225 239 254 / 0);
}
.border-y-blue-100\/5{
  border-top-color: rgb(225 239 254 / 0.05);
  border-bottom-color: rgb(225 239 254 / 0.05);
}
.border-y-blue-100\/10{
  border-top-color: rgb(225 239 254 / 0.1);
  border-bottom-color: rgb(225 239 254 / 0.1);
}
.border-y-blue-100\/20{
  border-top-color: rgb(225 239 254 / 0.2);
  border-bottom-color: rgb(225 239 254 / 0.2);
}
.border-y-blue-100\/25{
  border-top-color: rgb(225 239 254 / 0.25);
  border-bottom-color: rgb(225 239 254 / 0.25);
}
.border-y-blue-100\/30{
  border-top-color: rgb(225 239 254 / 0.3);
  border-bottom-color: rgb(225 239 254 / 0.3);
}
.border-y-blue-100\/40{
  border-top-color: rgb(225 239 254 / 0.4);
  border-bottom-color: rgb(225 239 254 / 0.4);
}
.border-y-blue-100\/50{
  border-top-color: rgb(225 239 254 / 0.5);
  border-bottom-color: rgb(225 239 254 / 0.5);
}
.border-y-blue-100\/60{
  border-top-color: rgb(225 239 254 / 0.6);
  border-bottom-color: rgb(225 239 254 / 0.6);
}
.border-y-blue-100\/70{
  border-top-color: rgb(225 239 254 / 0.7);
  border-bottom-color: rgb(225 239 254 / 0.7);
}
.border-y-blue-100\/75{
  border-top-color: rgb(225 239 254 / 0.75);
  border-bottom-color: rgb(225 239 254 / 0.75);
}
.border-y-blue-100\/80{
  border-top-color: rgb(225 239 254 / 0.8);
  border-bottom-color: rgb(225 239 254 / 0.8);
}
.border-y-blue-100\/90{
  border-top-color: rgb(225 239 254 / 0.9);
  border-bottom-color: rgb(225 239 254 / 0.9);
}
.border-y-blue-100\/95{
  border-top-color: rgb(225 239 254 / 0.95);
  border-bottom-color: rgb(225 239 254 / 0.95);
}
.border-y-blue-100\/100{
  border-top-color: rgb(225 239 254 / 1);
  border-bottom-color: rgb(225 239 254 / 1);
}
.border-y-blue-200\/0{
  border-top-color: rgb(195 221 253 / 0);
  border-bottom-color: rgb(195 221 253 / 0);
}
.border-y-blue-200\/5{
  border-top-color: rgb(195 221 253 / 0.05);
  border-bottom-color: rgb(195 221 253 / 0.05);
}
.border-y-blue-200\/10{
  border-top-color: rgb(195 221 253 / 0.1);
  border-bottom-color: rgb(195 221 253 / 0.1);
}
.border-y-blue-200\/20{
  border-top-color: rgb(195 221 253 / 0.2);
  border-bottom-color: rgb(195 221 253 / 0.2);
}
.border-y-blue-200\/25{
  border-top-color: rgb(195 221 253 / 0.25);
  border-bottom-color: rgb(195 221 253 / 0.25);
}
.border-y-blue-200\/30{
  border-top-color: rgb(195 221 253 / 0.3);
  border-bottom-color: rgb(195 221 253 / 0.3);
}
.border-y-blue-200\/40{
  border-top-color: rgb(195 221 253 / 0.4);
  border-bottom-color: rgb(195 221 253 / 0.4);
}
.border-y-blue-200\/50{
  border-top-color: rgb(195 221 253 / 0.5);
  border-bottom-color: rgb(195 221 253 / 0.5);
}
.border-y-blue-200\/60{
  border-top-color: rgb(195 221 253 / 0.6);
  border-bottom-color: rgb(195 221 253 / 0.6);
}
.border-y-blue-200\/70{
  border-top-color: rgb(195 221 253 / 0.7);
  border-bottom-color: rgb(195 221 253 / 0.7);
}
.border-y-blue-200\/75{
  border-top-color: rgb(195 221 253 / 0.75);
  border-bottom-color: rgb(195 221 253 / 0.75);
}
.border-y-blue-200\/80{
  border-top-color: rgb(195 221 253 / 0.8);
  border-bottom-color: rgb(195 221 253 / 0.8);
}
.border-y-blue-200\/90{
  border-top-color: rgb(195 221 253 / 0.9);
  border-bottom-color: rgb(195 221 253 / 0.9);
}
.border-y-blue-200\/95{
  border-top-color: rgb(195 221 253 / 0.95);
  border-bottom-color: rgb(195 221 253 / 0.95);
}
.border-y-blue-200\/100{
  border-top-color: rgb(195 221 253 / 1);
  border-bottom-color: rgb(195 221 253 / 1);
}
.border-y-blue-300\/0{
  border-top-color: rgb(164 202 254 / 0);
  border-bottom-color: rgb(164 202 254 / 0);
}
.border-y-blue-300\/5{
  border-top-color: rgb(164 202 254 / 0.05);
  border-bottom-color: rgb(164 202 254 / 0.05);
}
.border-y-blue-300\/10{
  border-top-color: rgb(164 202 254 / 0.1);
  border-bottom-color: rgb(164 202 254 / 0.1);
}
.border-y-blue-300\/20{
  border-top-color: rgb(164 202 254 / 0.2);
  border-bottom-color: rgb(164 202 254 / 0.2);
}
.border-y-blue-300\/25{
  border-top-color: rgb(164 202 254 / 0.25);
  border-bottom-color: rgb(164 202 254 / 0.25);
}
.border-y-blue-300\/30{
  border-top-color: rgb(164 202 254 / 0.3);
  border-bottom-color: rgb(164 202 254 / 0.3);
}
.border-y-blue-300\/40{
  border-top-color: rgb(164 202 254 / 0.4);
  border-bottom-color: rgb(164 202 254 / 0.4);
}
.border-y-blue-300\/50{
  border-top-color: rgb(164 202 254 / 0.5);
  border-bottom-color: rgb(164 202 254 / 0.5);
}
.border-y-blue-300\/60{
  border-top-color: rgb(164 202 254 / 0.6);
  border-bottom-color: rgb(164 202 254 / 0.6);
}
.border-y-blue-300\/70{
  border-top-color: rgb(164 202 254 / 0.7);
  border-bottom-color: rgb(164 202 254 / 0.7);
}
.border-y-blue-300\/75{
  border-top-color: rgb(164 202 254 / 0.75);
  border-bottom-color: rgb(164 202 254 / 0.75);
}
.border-y-blue-300\/80{
  border-top-color: rgb(164 202 254 / 0.8);
  border-bottom-color: rgb(164 202 254 / 0.8);
}
.border-y-blue-300\/90{
  border-top-color: rgb(164 202 254 / 0.9);
  border-bottom-color: rgb(164 202 254 / 0.9);
}
.border-y-blue-300\/95{
  border-top-color: rgb(164 202 254 / 0.95);
  border-bottom-color: rgb(164 202 254 / 0.95);
}
.border-y-blue-300\/100{
  border-top-color: rgb(164 202 254 / 1);
  border-bottom-color: rgb(164 202 254 / 1);
}
.border-y-blue-400\/0{
  border-top-color: rgb(118 169 250 / 0);
  border-bottom-color: rgb(118 169 250 / 0);
}
.border-y-blue-400\/5{
  border-top-color: rgb(118 169 250 / 0.05);
  border-bottom-color: rgb(118 169 250 / 0.05);
}
.border-y-blue-400\/10{
  border-top-color: rgb(118 169 250 / 0.1);
  border-bottom-color: rgb(118 169 250 / 0.1);
}
.border-y-blue-400\/20{
  border-top-color: rgb(118 169 250 / 0.2);
  border-bottom-color: rgb(118 169 250 / 0.2);
}
.border-y-blue-400\/25{
  border-top-color: rgb(118 169 250 / 0.25);
  border-bottom-color: rgb(118 169 250 / 0.25);
}
.border-y-blue-400\/30{
  border-top-color: rgb(118 169 250 / 0.3);
  border-bottom-color: rgb(118 169 250 / 0.3);
}
.border-y-blue-400\/40{
  border-top-color: rgb(118 169 250 / 0.4);
  border-bottom-color: rgb(118 169 250 / 0.4);
}
.border-y-blue-400\/50{
  border-top-color: rgb(118 169 250 / 0.5);
  border-bottom-color: rgb(118 169 250 / 0.5);
}
.border-y-blue-400\/60{
  border-top-color: rgb(118 169 250 / 0.6);
  border-bottom-color: rgb(118 169 250 / 0.6);
}
.border-y-blue-400\/70{
  border-top-color: rgb(118 169 250 / 0.7);
  border-bottom-color: rgb(118 169 250 / 0.7);
}
.border-y-blue-400\/75{
  border-top-color: rgb(118 169 250 / 0.75);
  border-bottom-color: rgb(118 169 250 / 0.75);
}
.border-y-blue-400\/80{
  border-top-color: rgb(118 169 250 / 0.8);
  border-bottom-color: rgb(118 169 250 / 0.8);
}
.border-y-blue-400\/90{
  border-top-color: rgb(118 169 250 / 0.9);
  border-bottom-color: rgb(118 169 250 / 0.9);
}
.border-y-blue-400\/95{
  border-top-color: rgb(118 169 250 / 0.95);
  border-bottom-color: rgb(118 169 250 / 0.95);
}
.border-y-blue-400\/100{
  border-top-color: rgb(118 169 250 / 1);
  border-bottom-color: rgb(118 169 250 / 1);
}
.border-y-blue-500\/0{
  border-top-color: rgb(63 131 248 / 0);
  border-bottom-color: rgb(63 131 248 / 0);
}
.border-y-blue-500\/5{
  border-top-color: rgb(63 131 248 / 0.05);
  border-bottom-color: rgb(63 131 248 / 0.05);
}
.border-y-blue-500\/10{
  border-top-color: rgb(63 131 248 / 0.1);
  border-bottom-color: rgb(63 131 248 / 0.1);
}
.border-y-blue-500\/20{
  border-top-color: rgb(63 131 248 / 0.2);
  border-bottom-color: rgb(63 131 248 / 0.2);
}
.border-y-blue-500\/25{
  border-top-color: rgb(63 131 248 / 0.25);
  border-bottom-color: rgb(63 131 248 / 0.25);
}
.border-y-blue-500\/30{
  border-top-color: rgb(63 131 248 / 0.3);
  border-bottom-color: rgb(63 131 248 / 0.3);
}
.border-y-blue-500\/40{
  border-top-color: rgb(63 131 248 / 0.4);
  border-bottom-color: rgb(63 131 248 / 0.4);
}
.border-y-blue-500\/50{
  border-top-color: rgb(63 131 248 / 0.5);
  border-bottom-color: rgb(63 131 248 / 0.5);
}
.border-y-blue-500\/60{
  border-top-color: rgb(63 131 248 / 0.6);
  border-bottom-color: rgb(63 131 248 / 0.6);
}
.border-y-blue-500\/70{
  border-top-color: rgb(63 131 248 / 0.7);
  border-bottom-color: rgb(63 131 248 / 0.7);
}
.border-y-blue-500\/75{
  border-top-color: rgb(63 131 248 / 0.75);
  border-bottom-color: rgb(63 131 248 / 0.75);
}
.border-y-blue-500\/80{
  border-top-color: rgb(63 131 248 / 0.8);
  border-bottom-color: rgb(63 131 248 / 0.8);
}
.border-y-blue-500\/90{
  border-top-color: rgb(63 131 248 / 0.9);
  border-bottom-color: rgb(63 131 248 / 0.9);
}
.border-y-blue-500\/95{
  border-top-color: rgb(63 131 248 / 0.95);
  border-bottom-color: rgb(63 131 248 / 0.95);
}
.border-y-blue-500\/100{
  border-top-color: rgb(63 131 248 / 1);
  border-bottom-color: rgb(63 131 248 / 1);
}
.border-y-blue-600\/0{
  border-top-color: rgb(28 100 242 / 0);
  border-bottom-color: rgb(28 100 242 / 0);
}
.border-y-blue-600\/5{
  border-top-color: rgb(28 100 242 / 0.05);
  border-bottom-color: rgb(28 100 242 / 0.05);
}
.border-y-blue-600\/10{
  border-top-color: rgb(28 100 242 / 0.1);
  border-bottom-color: rgb(28 100 242 / 0.1);
}
.border-y-blue-600\/20{
  border-top-color: rgb(28 100 242 / 0.2);
  border-bottom-color: rgb(28 100 242 / 0.2);
}
.border-y-blue-600\/25{
  border-top-color: rgb(28 100 242 / 0.25);
  border-bottom-color: rgb(28 100 242 / 0.25);
}
.border-y-blue-600\/30{
  border-top-color: rgb(28 100 242 / 0.3);
  border-bottom-color: rgb(28 100 242 / 0.3);
}
.border-y-blue-600\/40{
  border-top-color: rgb(28 100 242 / 0.4);
  border-bottom-color: rgb(28 100 242 / 0.4);
}
.border-y-blue-600\/50{
  border-top-color: rgb(28 100 242 / 0.5);
  border-bottom-color: rgb(28 100 242 / 0.5);
}
.border-y-blue-600\/60{
  border-top-color: rgb(28 100 242 / 0.6);
  border-bottom-color: rgb(28 100 242 / 0.6);
}
.border-y-blue-600\/70{
  border-top-color: rgb(28 100 242 / 0.7);
  border-bottom-color: rgb(28 100 242 / 0.7);
}
.border-y-blue-600\/75{
  border-top-color: rgb(28 100 242 / 0.75);
  border-bottom-color: rgb(28 100 242 / 0.75);
}
.border-y-blue-600\/80{
  border-top-color: rgb(28 100 242 / 0.8);
  border-bottom-color: rgb(28 100 242 / 0.8);
}
.border-y-blue-600\/90{
  border-top-color: rgb(28 100 242 / 0.9);
  border-bottom-color: rgb(28 100 242 / 0.9);
}
.border-y-blue-600\/95{
  border-top-color: rgb(28 100 242 / 0.95);
  border-bottom-color: rgb(28 100 242 / 0.95);
}
.border-y-blue-600\/100{
  border-top-color: rgb(28 100 242 / 1);
  border-bottom-color: rgb(28 100 242 / 1);
}
.border-y-blue-700\/0{
  border-top-color: rgb(26 86 219 / 0);
  border-bottom-color: rgb(26 86 219 / 0);
}
.border-y-blue-700\/5{
  border-top-color: rgb(26 86 219 / 0.05);
  border-bottom-color: rgb(26 86 219 / 0.05);
}
.border-y-blue-700\/10{
  border-top-color: rgb(26 86 219 / 0.1);
  border-bottom-color: rgb(26 86 219 / 0.1);
}
.border-y-blue-700\/20{
  border-top-color: rgb(26 86 219 / 0.2);
  border-bottom-color: rgb(26 86 219 / 0.2);
}
.border-y-blue-700\/25{
  border-top-color: rgb(26 86 219 / 0.25);
  border-bottom-color: rgb(26 86 219 / 0.25);
}
.border-y-blue-700\/30{
  border-top-color: rgb(26 86 219 / 0.3);
  border-bottom-color: rgb(26 86 219 / 0.3);
}
.border-y-blue-700\/40{
  border-top-color: rgb(26 86 219 / 0.4);
  border-bottom-color: rgb(26 86 219 / 0.4);
}
.border-y-blue-700\/50{
  border-top-color: rgb(26 86 219 / 0.5);
  border-bottom-color: rgb(26 86 219 / 0.5);
}
.border-y-blue-700\/60{
  border-top-color: rgb(26 86 219 / 0.6);
  border-bottom-color: rgb(26 86 219 / 0.6);
}
.border-y-blue-700\/70{
  border-top-color: rgb(26 86 219 / 0.7);
  border-bottom-color: rgb(26 86 219 / 0.7);
}
.border-y-blue-700\/75{
  border-top-color: rgb(26 86 219 / 0.75);
  border-bottom-color: rgb(26 86 219 / 0.75);
}
.border-y-blue-700\/80{
  border-top-color: rgb(26 86 219 / 0.8);
  border-bottom-color: rgb(26 86 219 / 0.8);
}
.border-y-blue-700\/90{
  border-top-color: rgb(26 86 219 / 0.9);
  border-bottom-color: rgb(26 86 219 / 0.9);
}
.border-y-blue-700\/95{
  border-top-color: rgb(26 86 219 / 0.95);
  border-bottom-color: rgb(26 86 219 / 0.95);
}
.border-y-blue-700\/100{
  border-top-color: rgb(26 86 219 / 1);
  border-bottom-color: rgb(26 86 219 / 1);
}
.border-y-blue-800\/0{
  border-top-color: rgb(30 66 159 / 0);
  border-bottom-color: rgb(30 66 159 / 0);
}
.border-y-blue-800\/5{
  border-top-color: rgb(30 66 159 / 0.05);
  border-bottom-color: rgb(30 66 159 / 0.05);
}
.border-y-blue-800\/10{
  border-top-color: rgb(30 66 159 / 0.1);
  border-bottom-color: rgb(30 66 159 / 0.1);
}
.border-y-blue-800\/20{
  border-top-color: rgb(30 66 159 / 0.2);
  border-bottom-color: rgb(30 66 159 / 0.2);
}
.border-y-blue-800\/25{
  border-top-color: rgb(30 66 159 / 0.25);
  border-bottom-color: rgb(30 66 159 / 0.25);
}
.border-y-blue-800\/30{
  border-top-color: rgb(30 66 159 / 0.3);
  border-bottom-color: rgb(30 66 159 / 0.3);
}
.border-y-blue-800\/40{
  border-top-color: rgb(30 66 159 / 0.4);
  border-bottom-color: rgb(30 66 159 / 0.4);
}
.border-y-blue-800\/50{
  border-top-color: rgb(30 66 159 / 0.5);
  border-bottom-color: rgb(30 66 159 / 0.5);
}
.border-y-blue-800\/60{
  border-top-color: rgb(30 66 159 / 0.6);
  border-bottom-color: rgb(30 66 159 / 0.6);
}
.border-y-blue-800\/70{
  border-top-color: rgb(30 66 159 / 0.7);
  border-bottom-color: rgb(30 66 159 / 0.7);
}
.border-y-blue-800\/75{
  border-top-color: rgb(30 66 159 / 0.75);
  border-bottom-color: rgb(30 66 159 / 0.75);
}
.border-y-blue-800\/80{
  border-top-color: rgb(30 66 159 / 0.8);
  border-bottom-color: rgb(30 66 159 / 0.8);
}
.border-y-blue-800\/90{
  border-top-color: rgb(30 66 159 / 0.9);
  border-bottom-color: rgb(30 66 159 / 0.9);
}
.border-y-blue-800\/95{
  border-top-color: rgb(30 66 159 / 0.95);
  border-bottom-color: rgb(30 66 159 / 0.95);
}
.border-y-blue-800\/100{
  border-top-color: rgb(30 66 159 / 1);
  border-bottom-color: rgb(30 66 159 / 1);
}
.border-y-blue-900\/0{
  border-top-color: rgb(35 56 118 / 0);
  border-bottom-color: rgb(35 56 118 / 0);
}
.border-y-blue-900\/5{
  border-top-color: rgb(35 56 118 / 0.05);
  border-bottom-color: rgb(35 56 118 / 0.05);
}
.border-y-blue-900\/10{
  border-top-color: rgb(35 56 118 / 0.1);
  border-bottom-color: rgb(35 56 118 / 0.1);
}
.border-y-blue-900\/20{
  border-top-color: rgb(35 56 118 / 0.2);
  border-bottom-color: rgb(35 56 118 / 0.2);
}
.border-y-blue-900\/25{
  border-top-color: rgb(35 56 118 / 0.25);
  border-bottom-color: rgb(35 56 118 / 0.25);
}
.border-y-blue-900\/30{
  border-top-color: rgb(35 56 118 / 0.3);
  border-bottom-color: rgb(35 56 118 / 0.3);
}
.border-y-blue-900\/40{
  border-top-color: rgb(35 56 118 / 0.4);
  border-bottom-color: rgb(35 56 118 / 0.4);
}
.border-y-blue-900\/50{
  border-top-color: rgb(35 56 118 / 0.5);
  border-bottom-color: rgb(35 56 118 / 0.5);
}
.border-y-blue-900\/60{
  border-top-color: rgb(35 56 118 / 0.6);
  border-bottom-color: rgb(35 56 118 / 0.6);
}
.border-y-blue-900\/70{
  border-top-color: rgb(35 56 118 / 0.7);
  border-bottom-color: rgb(35 56 118 / 0.7);
}
.border-y-blue-900\/75{
  border-top-color: rgb(35 56 118 / 0.75);
  border-bottom-color: rgb(35 56 118 / 0.75);
}
.border-y-blue-900\/80{
  border-top-color: rgb(35 56 118 / 0.8);
  border-bottom-color: rgb(35 56 118 / 0.8);
}
.border-y-blue-900\/90{
  border-top-color: rgb(35 56 118 / 0.9);
  border-bottom-color: rgb(35 56 118 / 0.9);
}
.border-y-blue-900\/95{
  border-top-color: rgb(35 56 118 / 0.95);
  border-bottom-color: rgb(35 56 118 / 0.95);
}
.border-y-blue-900\/100{
  border-top-color: rgb(35 56 118 / 1);
  border-bottom-color: rgb(35 56 118 / 1);
}
.border-y-indigo-50\/0{
  border-top-color: rgb(240 245 255 / 0);
  border-bottom-color: rgb(240 245 255 / 0);
}
.border-y-indigo-50\/5{
  border-top-color: rgb(240 245 255 / 0.05);
  border-bottom-color: rgb(240 245 255 / 0.05);
}
.border-y-indigo-50\/10{
  border-top-color: rgb(240 245 255 / 0.1);
  border-bottom-color: rgb(240 245 255 / 0.1);
}
.border-y-indigo-50\/20{
  border-top-color: rgb(240 245 255 / 0.2);
  border-bottom-color: rgb(240 245 255 / 0.2);
}
.border-y-indigo-50\/25{
  border-top-color: rgb(240 245 255 / 0.25);
  border-bottom-color: rgb(240 245 255 / 0.25);
}
.border-y-indigo-50\/30{
  border-top-color: rgb(240 245 255 / 0.3);
  border-bottom-color: rgb(240 245 255 / 0.3);
}
.border-y-indigo-50\/40{
  border-top-color: rgb(240 245 255 / 0.4);
  border-bottom-color: rgb(240 245 255 / 0.4);
}
.border-y-indigo-50\/50{
  border-top-color: rgb(240 245 255 / 0.5);
  border-bottom-color: rgb(240 245 255 / 0.5);
}
.border-y-indigo-50\/60{
  border-top-color: rgb(240 245 255 / 0.6);
  border-bottom-color: rgb(240 245 255 / 0.6);
}
.border-y-indigo-50\/70{
  border-top-color: rgb(240 245 255 / 0.7);
  border-bottom-color: rgb(240 245 255 / 0.7);
}
.border-y-indigo-50\/75{
  border-top-color: rgb(240 245 255 / 0.75);
  border-bottom-color: rgb(240 245 255 / 0.75);
}
.border-y-indigo-50\/80{
  border-top-color: rgb(240 245 255 / 0.8);
  border-bottom-color: rgb(240 245 255 / 0.8);
}
.border-y-indigo-50\/90{
  border-top-color: rgb(240 245 255 / 0.9);
  border-bottom-color: rgb(240 245 255 / 0.9);
}
.border-y-indigo-50\/95{
  border-top-color: rgb(240 245 255 / 0.95);
  border-bottom-color: rgb(240 245 255 / 0.95);
}
.border-y-indigo-50\/100{
  border-top-color: rgb(240 245 255 / 1);
  border-bottom-color: rgb(240 245 255 / 1);
}
.border-y-indigo-100\/0{
  border-top-color: rgb(229 237 255 / 0);
  border-bottom-color: rgb(229 237 255 / 0);
}
.border-y-indigo-100\/5{
  border-top-color: rgb(229 237 255 / 0.05);
  border-bottom-color: rgb(229 237 255 / 0.05);
}
.border-y-indigo-100\/10{
  border-top-color: rgb(229 237 255 / 0.1);
  border-bottom-color: rgb(229 237 255 / 0.1);
}
.border-y-indigo-100\/20{
  border-top-color: rgb(229 237 255 / 0.2);
  border-bottom-color: rgb(229 237 255 / 0.2);
}
.border-y-indigo-100\/25{
  border-top-color: rgb(229 237 255 / 0.25);
  border-bottom-color: rgb(229 237 255 / 0.25);
}
.border-y-indigo-100\/30{
  border-top-color: rgb(229 237 255 / 0.3);
  border-bottom-color: rgb(229 237 255 / 0.3);
}
.border-y-indigo-100\/40{
  border-top-color: rgb(229 237 255 / 0.4);
  border-bottom-color: rgb(229 237 255 / 0.4);
}
.border-y-indigo-100\/50{
  border-top-color: rgb(229 237 255 / 0.5);
  border-bottom-color: rgb(229 237 255 / 0.5);
}
.border-y-indigo-100\/60{
  border-top-color: rgb(229 237 255 / 0.6);
  border-bottom-color: rgb(229 237 255 / 0.6);
}
.border-y-indigo-100\/70{
  border-top-color: rgb(229 237 255 / 0.7);
  border-bottom-color: rgb(229 237 255 / 0.7);
}
.border-y-indigo-100\/75{
  border-top-color: rgb(229 237 255 / 0.75);
  border-bottom-color: rgb(229 237 255 / 0.75);
}
.border-y-indigo-100\/80{
  border-top-color: rgb(229 237 255 / 0.8);
  border-bottom-color: rgb(229 237 255 / 0.8);
}
.border-y-indigo-100\/90{
  border-top-color: rgb(229 237 255 / 0.9);
  border-bottom-color: rgb(229 237 255 / 0.9);
}
.border-y-indigo-100\/95{
  border-top-color: rgb(229 237 255 / 0.95);
  border-bottom-color: rgb(229 237 255 / 0.95);
}
.border-y-indigo-100\/100{
  border-top-color: rgb(229 237 255 / 1);
  border-bottom-color: rgb(229 237 255 / 1);
}
.border-y-indigo-200\/0{
  border-top-color: rgb(205 219 254 / 0);
  border-bottom-color: rgb(205 219 254 / 0);
}
.border-y-indigo-200\/5{
  border-top-color: rgb(205 219 254 / 0.05);
  border-bottom-color: rgb(205 219 254 / 0.05);
}
.border-y-indigo-200\/10{
  border-top-color: rgb(205 219 254 / 0.1);
  border-bottom-color: rgb(205 219 254 / 0.1);
}
.border-y-indigo-200\/20{
  border-top-color: rgb(205 219 254 / 0.2);
  border-bottom-color: rgb(205 219 254 / 0.2);
}
.border-y-indigo-200\/25{
  border-top-color: rgb(205 219 254 / 0.25);
  border-bottom-color: rgb(205 219 254 / 0.25);
}
.border-y-indigo-200\/30{
  border-top-color: rgb(205 219 254 / 0.3);
  border-bottom-color: rgb(205 219 254 / 0.3);
}
.border-y-indigo-200\/40{
  border-top-color: rgb(205 219 254 / 0.4);
  border-bottom-color: rgb(205 219 254 / 0.4);
}
.border-y-indigo-200\/50{
  border-top-color: rgb(205 219 254 / 0.5);
  border-bottom-color: rgb(205 219 254 / 0.5);
}
.border-y-indigo-200\/60{
  border-top-color: rgb(205 219 254 / 0.6);
  border-bottom-color: rgb(205 219 254 / 0.6);
}
.border-y-indigo-200\/70{
  border-top-color: rgb(205 219 254 / 0.7);
  border-bottom-color: rgb(205 219 254 / 0.7);
}
.border-y-indigo-200\/75{
  border-top-color: rgb(205 219 254 / 0.75);
  border-bottom-color: rgb(205 219 254 / 0.75);
}
.border-y-indigo-200\/80{
  border-top-color: rgb(205 219 254 / 0.8);
  border-bottom-color: rgb(205 219 254 / 0.8);
}
.border-y-indigo-200\/90{
  border-top-color: rgb(205 219 254 / 0.9);
  border-bottom-color: rgb(205 219 254 / 0.9);
}
.border-y-indigo-200\/95{
  border-top-color: rgb(205 219 254 / 0.95);
  border-bottom-color: rgb(205 219 254 / 0.95);
}
.border-y-indigo-200\/100{
  border-top-color: rgb(205 219 254 / 1);
  border-bottom-color: rgb(205 219 254 / 1);
}
.border-y-indigo-300\/0{
  border-top-color: rgb(180 198 252 / 0);
  border-bottom-color: rgb(180 198 252 / 0);
}
.border-y-indigo-300\/5{
  border-top-color: rgb(180 198 252 / 0.05);
  border-bottom-color: rgb(180 198 252 / 0.05);
}
.border-y-indigo-300\/10{
  border-top-color: rgb(180 198 252 / 0.1);
  border-bottom-color: rgb(180 198 252 / 0.1);
}
.border-y-indigo-300\/20{
  border-top-color: rgb(180 198 252 / 0.2);
  border-bottom-color: rgb(180 198 252 / 0.2);
}
.border-y-indigo-300\/25{
  border-top-color: rgb(180 198 252 / 0.25);
  border-bottom-color: rgb(180 198 252 / 0.25);
}
.border-y-indigo-300\/30{
  border-top-color: rgb(180 198 252 / 0.3);
  border-bottom-color: rgb(180 198 252 / 0.3);
}
.border-y-indigo-300\/40{
  border-top-color: rgb(180 198 252 / 0.4);
  border-bottom-color: rgb(180 198 252 / 0.4);
}
.border-y-indigo-300\/50{
  border-top-color: rgb(180 198 252 / 0.5);
  border-bottom-color: rgb(180 198 252 / 0.5);
}
.border-y-indigo-300\/60{
  border-top-color: rgb(180 198 252 / 0.6);
  border-bottom-color: rgb(180 198 252 / 0.6);
}
.border-y-indigo-300\/70{
  border-top-color: rgb(180 198 252 / 0.7);
  border-bottom-color: rgb(180 198 252 / 0.7);
}
.border-y-indigo-300\/75{
  border-top-color: rgb(180 198 252 / 0.75);
  border-bottom-color: rgb(180 198 252 / 0.75);
}
.border-y-indigo-300\/80{
  border-top-color: rgb(180 198 252 / 0.8);
  border-bottom-color: rgb(180 198 252 / 0.8);
}
.border-y-indigo-300\/90{
  border-top-color: rgb(180 198 252 / 0.9);
  border-bottom-color: rgb(180 198 252 / 0.9);
}
.border-y-indigo-300\/95{
  border-top-color: rgb(180 198 252 / 0.95);
  border-bottom-color: rgb(180 198 252 / 0.95);
}
.border-y-indigo-300\/100{
  border-top-color: rgb(180 198 252 / 1);
  border-bottom-color: rgb(180 198 252 / 1);
}
.border-y-indigo-400\/0{
  border-top-color: rgb(141 162 251 / 0);
  border-bottom-color: rgb(141 162 251 / 0);
}
.border-y-indigo-400\/5{
  border-top-color: rgb(141 162 251 / 0.05);
  border-bottom-color: rgb(141 162 251 / 0.05);
}
.border-y-indigo-400\/10{
  border-top-color: rgb(141 162 251 / 0.1);
  border-bottom-color: rgb(141 162 251 / 0.1);
}
.border-y-indigo-400\/20{
  border-top-color: rgb(141 162 251 / 0.2);
  border-bottom-color: rgb(141 162 251 / 0.2);
}
.border-y-indigo-400\/25{
  border-top-color: rgb(141 162 251 / 0.25);
  border-bottom-color: rgb(141 162 251 / 0.25);
}
.border-y-indigo-400\/30{
  border-top-color: rgb(141 162 251 / 0.3);
  border-bottom-color: rgb(141 162 251 / 0.3);
}
.border-y-indigo-400\/40{
  border-top-color: rgb(141 162 251 / 0.4);
  border-bottom-color: rgb(141 162 251 / 0.4);
}
.border-y-indigo-400\/50{
  border-top-color: rgb(141 162 251 / 0.5);
  border-bottom-color: rgb(141 162 251 / 0.5);
}
.border-y-indigo-400\/60{
  border-top-color: rgb(141 162 251 / 0.6);
  border-bottom-color: rgb(141 162 251 / 0.6);
}
.border-y-indigo-400\/70{
  border-top-color: rgb(141 162 251 / 0.7);
  border-bottom-color: rgb(141 162 251 / 0.7);
}
.border-y-indigo-400\/75{
  border-top-color: rgb(141 162 251 / 0.75);
  border-bottom-color: rgb(141 162 251 / 0.75);
}
.border-y-indigo-400\/80{
  border-top-color: rgb(141 162 251 / 0.8);
  border-bottom-color: rgb(141 162 251 / 0.8);
}
.border-y-indigo-400\/90{
  border-top-color: rgb(141 162 251 / 0.9);
  border-bottom-color: rgb(141 162 251 / 0.9);
}
.border-y-indigo-400\/95{
  border-top-color: rgb(141 162 251 / 0.95);
  border-bottom-color: rgb(141 162 251 / 0.95);
}
.border-y-indigo-400\/100{
  border-top-color: rgb(141 162 251 / 1);
  border-bottom-color: rgb(141 162 251 / 1);
}
.border-y-indigo-500\/0{
  border-top-color: rgb(104 117 245 / 0);
  border-bottom-color: rgb(104 117 245 / 0);
}
.border-y-indigo-500\/5{
  border-top-color: rgb(104 117 245 / 0.05);
  border-bottom-color: rgb(104 117 245 / 0.05);
}
.border-y-indigo-500\/10{
  border-top-color: rgb(104 117 245 / 0.1);
  border-bottom-color: rgb(104 117 245 / 0.1);
}
.border-y-indigo-500\/20{
  border-top-color: rgb(104 117 245 / 0.2);
  border-bottom-color: rgb(104 117 245 / 0.2);
}
.border-y-indigo-500\/25{
  border-top-color: rgb(104 117 245 / 0.25);
  border-bottom-color: rgb(104 117 245 / 0.25);
}
.border-y-indigo-500\/30{
  border-top-color: rgb(104 117 245 / 0.3);
  border-bottom-color: rgb(104 117 245 / 0.3);
}
.border-y-indigo-500\/40{
  border-top-color: rgb(104 117 245 / 0.4);
  border-bottom-color: rgb(104 117 245 / 0.4);
}
.border-y-indigo-500\/50{
  border-top-color: rgb(104 117 245 / 0.5);
  border-bottom-color: rgb(104 117 245 / 0.5);
}
.border-y-indigo-500\/60{
  border-top-color: rgb(104 117 245 / 0.6);
  border-bottom-color: rgb(104 117 245 / 0.6);
}
.border-y-indigo-500\/70{
  border-top-color: rgb(104 117 245 / 0.7);
  border-bottom-color: rgb(104 117 245 / 0.7);
}
.border-y-indigo-500\/75{
  border-top-color: rgb(104 117 245 / 0.75);
  border-bottom-color: rgb(104 117 245 / 0.75);
}
.border-y-indigo-500\/80{
  border-top-color: rgb(104 117 245 / 0.8);
  border-bottom-color: rgb(104 117 245 / 0.8);
}
.border-y-indigo-500\/90{
  border-top-color: rgb(104 117 245 / 0.9);
  border-bottom-color: rgb(104 117 245 / 0.9);
}
.border-y-indigo-500\/95{
  border-top-color: rgb(104 117 245 / 0.95);
  border-bottom-color: rgb(104 117 245 / 0.95);
}
.border-y-indigo-500\/100{
  border-top-color: rgb(104 117 245 / 1);
  border-bottom-color: rgb(104 117 245 / 1);
}
.border-y-indigo-600\/0{
  border-top-color: rgb(88 80 236 / 0);
  border-bottom-color: rgb(88 80 236 / 0);
}
.border-y-indigo-600\/5{
  border-top-color: rgb(88 80 236 / 0.05);
  border-bottom-color: rgb(88 80 236 / 0.05);
}
.border-y-indigo-600\/10{
  border-top-color: rgb(88 80 236 / 0.1);
  border-bottom-color: rgb(88 80 236 / 0.1);
}
.border-y-indigo-600\/20{
  border-top-color: rgb(88 80 236 / 0.2);
  border-bottom-color: rgb(88 80 236 / 0.2);
}
.border-y-indigo-600\/25{
  border-top-color: rgb(88 80 236 / 0.25);
  border-bottom-color: rgb(88 80 236 / 0.25);
}
.border-y-indigo-600\/30{
  border-top-color: rgb(88 80 236 / 0.3);
  border-bottom-color: rgb(88 80 236 / 0.3);
}
.border-y-indigo-600\/40{
  border-top-color: rgb(88 80 236 / 0.4);
  border-bottom-color: rgb(88 80 236 / 0.4);
}
.border-y-indigo-600\/50{
  border-top-color: rgb(88 80 236 / 0.5);
  border-bottom-color: rgb(88 80 236 / 0.5);
}
.border-y-indigo-600\/60{
  border-top-color: rgb(88 80 236 / 0.6);
  border-bottom-color: rgb(88 80 236 / 0.6);
}
.border-y-indigo-600\/70{
  border-top-color: rgb(88 80 236 / 0.7);
  border-bottom-color: rgb(88 80 236 / 0.7);
}
.border-y-indigo-600\/75{
  border-top-color: rgb(88 80 236 / 0.75);
  border-bottom-color: rgb(88 80 236 / 0.75);
}
.border-y-indigo-600\/80{
  border-top-color: rgb(88 80 236 / 0.8);
  border-bottom-color: rgb(88 80 236 / 0.8);
}
.border-y-indigo-600\/90{
  border-top-color: rgb(88 80 236 / 0.9);
  border-bottom-color: rgb(88 80 236 / 0.9);
}
.border-y-indigo-600\/95{
  border-top-color: rgb(88 80 236 / 0.95);
  border-bottom-color: rgb(88 80 236 / 0.95);
}
.border-y-indigo-600\/100{
  border-top-color: rgb(88 80 236 / 1);
  border-bottom-color: rgb(88 80 236 / 1);
}
.border-y-indigo-700\/0{
  border-top-color: rgb(81 69 205 / 0);
  border-bottom-color: rgb(81 69 205 / 0);
}
.border-y-indigo-700\/5{
  border-top-color: rgb(81 69 205 / 0.05);
  border-bottom-color: rgb(81 69 205 / 0.05);
}
.border-y-indigo-700\/10{
  border-top-color: rgb(81 69 205 / 0.1);
  border-bottom-color: rgb(81 69 205 / 0.1);
}
.border-y-indigo-700\/20{
  border-top-color: rgb(81 69 205 / 0.2);
  border-bottom-color: rgb(81 69 205 / 0.2);
}
.border-y-indigo-700\/25{
  border-top-color: rgb(81 69 205 / 0.25);
  border-bottom-color: rgb(81 69 205 / 0.25);
}
.border-y-indigo-700\/30{
  border-top-color: rgb(81 69 205 / 0.3);
  border-bottom-color: rgb(81 69 205 / 0.3);
}
.border-y-indigo-700\/40{
  border-top-color: rgb(81 69 205 / 0.4);
  border-bottom-color: rgb(81 69 205 / 0.4);
}
.border-y-indigo-700\/50{
  border-top-color: rgb(81 69 205 / 0.5);
  border-bottom-color: rgb(81 69 205 / 0.5);
}
.border-y-indigo-700\/60{
  border-top-color: rgb(81 69 205 / 0.6);
  border-bottom-color: rgb(81 69 205 / 0.6);
}
.border-y-indigo-700\/70{
  border-top-color: rgb(81 69 205 / 0.7);
  border-bottom-color: rgb(81 69 205 / 0.7);
}
.border-y-indigo-700\/75{
  border-top-color: rgb(81 69 205 / 0.75);
  border-bottom-color: rgb(81 69 205 / 0.75);
}
.border-y-indigo-700\/80{
  border-top-color: rgb(81 69 205 / 0.8);
  border-bottom-color: rgb(81 69 205 / 0.8);
}
.border-y-indigo-700\/90{
  border-top-color: rgb(81 69 205 / 0.9);
  border-bottom-color: rgb(81 69 205 / 0.9);
}
.border-y-indigo-700\/95{
  border-top-color: rgb(81 69 205 / 0.95);
  border-bottom-color: rgb(81 69 205 / 0.95);
}
.border-y-indigo-700\/100{
  border-top-color: rgb(81 69 205 / 1);
  border-bottom-color: rgb(81 69 205 / 1);
}
.border-y-indigo-800\/0{
  border-top-color: rgb(66 56 157 / 0);
  border-bottom-color: rgb(66 56 157 / 0);
}
.border-y-indigo-800\/5{
  border-top-color: rgb(66 56 157 / 0.05);
  border-bottom-color: rgb(66 56 157 / 0.05);
}
.border-y-indigo-800\/10{
  border-top-color: rgb(66 56 157 / 0.1);
  border-bottom-color: rgb(66 56 157 / 0.1);
}
.border-y-indigo-800\/20{
  border-top-color: rgb(66 56 157 / 0.2);
  border-bottom-color: rgb(66 56 157 / 0.2);
}
.border-y-indigo-800\/25{
  border-top-color: rgb(66 56 157 / 0.25);
  border-bottom-color: rgb(66 56 157 / 0.25);
}
.border-y-indigo-800\/30{
  border-top-color: rgb(66 56 157 / 0.3);
  border-bottom-color: rgb(66 56 157 / 0.3);
}
.border-y-indigo-800\/40{
  border-top-color: rgb(66 56 157 / 0.4);
  border-bottom-color: rgb(66 56 157 / 0.4);
}
.border-y-indigo-800\/50{
  border-top-color: rgb(66 56 157 / 0.5);
  border-bottom-color: rgb(66 56 157 / 0.5);
}
.border-y-indigo-800\/60{
  border-top-color: rgb(66 56 157 / 0.6);
  border-bottom-color: rgb(66 56 157 / 0.6);
}
.border-y-indigo-800\/70{
  border-top-color: rgb(66 56 157 / 0.7);
  border-bottom-color: rgb(66 56 157 / 0.7);
}
.border-y-indigo-800\/75{
  border-top-color: rgb(66 56 157 / 0.75);
  border-bottom-color: rgb(66 56 157 / 0.75);
}
.border-y-indigo-800\/80{
  border-top-color: rgb(66 56 157 / 0.8);
  border-bottom-color: rgb(66 56 157 / 0.8);
}
.border-y-indigo-800\/90{
  border-top-color: rgb(66 56 157 / 0.9);
  border-bottom-color: rgb(66 56 157 / 0.9);
}
.border-y-indigo-800\/95{
  border-top-color: rgb(66 56 157 / 0.95);
  border-bottom-color: rgb(66 56 157 / 0.95);
}
.border-y-indigo-800\/100{
  border-top-color: rgb(66 56 157 / 1);
  border-bottom-color: rgb(66 56 157 / 1);
}
.border-y-indigo-900\/0{
  border-top-color: rgb(54 47 120 / 0);
  border-bottom-color: rgb(54 47 120 / 0);
}
.border-y-indigo-900\/5{
  border-top-color: rgb(54 47 120 / 0.05);
  border-bottom-color: rgb(54 47 120 / 0.05);
}
.border-y-indigo-900\/10{
  border-top-color: rgb(54 47 120 / 0.1);
  border-bottom-color: rgb(54 47 120 / 0.1);
}
.border-y-indigo-900\/20{
  border-top-color: rgb(54 47 120 / 0.2);
  border-bottom-color: rgb(54 47 120 / 0.2);
}
.border-y-indigo-900\/25{
  border-top-color: rgb(54 47 120 / 0.25);
  border-bottom-color: rgb(54 47 120 / 0.25);
}
.border-y-indigo-900\/30{
  border-top-color: rgb(54 47 120 / 0.3);
  border-bottom-color: rgb(54 47 120 / 0.3);
}
.border-y-indigo-900\/40{
  border-top-color: rgb(54 47 120 / 0.4);
  border-bottom-color: rgb(54 47 120 / 0.4);
}
.border-y-indigo-900\/50{
  border-top-color: rgb(54 47 120 / 0.5);
  border-bottom-color: rgb(54 47 120 / 0.5);
}
.border-y-indigo-900\/60{
  border-top-color: rgb(54 47 120 / 0.6);
  border-bottom-color: rgb(54 47 120 / 0.6);
}
.border-y-indigo-900\/70{
  border-top-color: rgb(54 47 120 / 0.7);
  border-bottom-color: rgb(54 47 120 / 0.7);
}
.border-y-indigo-900\/75{
  border-top-color: rgb(54 47 120 / 0.75);
  border-bottom-color: rgb(54 47 120 / 0.75);
}
.border-y-indigo-900\/80{
  border-top-color: rgb(54 47 120 / 0.8);
  border-bottom-color: rgb(54 47 120 / 0.8);
}
.border-y-indigo-900\/90{
  border-top-color: rgb(54 47 120 / 0.9);
  border-bottom-color: rgb(54 47 120 / 0.9);
}
.border-y-indigo-900\/95{
  border-top-color: rgb(54 47 120 / 0.95);
  border-bottom-color: rgb(54 47 120 / 0.95);
}
.border-y-indigo-900\/100{
  border-top-color: rgb(54 47 120 / 1);
  border-bottom-color: rgb(54 47 120 / 1);
}
.border-y-purple-50\/0{
  border-top-color: rgb(246 245 255 / 0);
  border-bottom-color: rgb(246 245 255 / 0);
}
.border-y-purple-50\/5{
  border-top-color: rgb(246 245 255 / 0.05);
  border-bottom-color: rgb(246 245 255 / 0.05);
}
.border-y-purple-50\/10{
  border-top-color: rgb(246 245 255 / 0.1);
  border-bottom-color: rgb(246 245 255 / 0.1);
}
.border-y-purple-50\/20{
  border-top-color: rgb(246 245 255 / 0.2);
  border-bottom-color: rgb(246 245 255 / 0.2);
}
.border-y-purple-50\/25{
  border-top-color: rgb(246 245 255 / 0.25);
  border-bottom-color: rgb(246 245 255 / 0.25);
}
.border-y-purple-50\/30{
  border-top-color: rgb(246 245 255 / 0.3);
  border-bottom-color: rgb(246 245 255 / 0.3);
}
.border-y-purple-50\/40{
  border-top-color: rgb(246 245 255 / 0.4);
  border-bottom-color: rgb(246 245 255 / 0.4);
}
.border-y-purple-50\/50{
  border-top-color: rgb(246 245 255 / 0.5);
  border-bottom-color: rgb(246 245 255 / 0.5);
}
.border-y-purple-50\/60{
  border-top-color: rgb(246 245 255 / 0.6);
  border-bottom-color: rgb(246 245 255 / 0.6);
}
.border-y-purple-50\/70{
  border-top-color: rgb(246 245 255 / 0.7);
  border-bottom-color: rgb(246 245 255 / 0.7);
}
.border-y-purple-50\/75{
  border-top-color: rgb(246 245 255 / 0.75);
  border-bottom-color: rgb(246 245 255 / 0.75);
}
.border-y-purple-50\/80{
  border-top-color: rgb(246 245 255 / 0.8);
  border-bottom-color: rgb(246 245 255 / 0.8);
}
.border-y-purple-50\/90{
  border-top-color: rgb(246 245 255 / 0.9);
  border-bottom-color: rgb(246 245 255 / 0.9);
}
.border-y-purple-50\/95{
  border-top-color: rgb(246 245 255 / 0.95);
  border-bottom-color: rgb(246 245 255 / 0.95);
}
.border-y-purple-50\/100{
  border-top-color: rgb(246 245 255 / 1);
  border-bottom-color: rgb(246 245 255 / 1);
}
.border-y-purple-100\/0{
  border-top-color: rgb(237 235 254 / 0);
  border-bottom-color: rgb(237 235 254 / 0);
}
.border-y-purple-100\/5{
  border-top-color: rgb(237 235 254 / 0.05);
  border-bottom-color: rgb(237 235 254 / 0.05);
}
.border-y-purple-100\/10{
  border-top-color: rgb(237 235 254 / 0.1);
  border-bottom-color: rgb(237 235 254 / 0.1);
}
.border-y-purple-100\/20{
  border-top-color: rgb(237 235 254 / 0.2);
  border-bottom-color: rgb(237 235 254 / 0.2);
}
.border-y-purple-100\/25{
  border-top-color: rgb(237 235 254 / 0.25);
  border-bottom-color: rgb(237 235 254 / 0.25);
}
.border-y-purple-100\/30{
  border-top-color: rgb(237 235 254 / 0.3);
  border-bottom-color: rgb(237 235 254 / 0.3);
}
.border-y-purple-100\/40{
  border-top-color: rgb(237 235 254 / 0.4);
  border-bottom-color: rgb(237 235 254 / 0.4);
}
.border-y-purple-100\/50{
  border-top-color: rgb(237 235 254 / 0.5);
  border-bottom-color: rgb(237 235 254 / 0.5);
}
.border-y-purple-100\/60{
  border-top-color: rgb(237 235 254 / 0.6);
  border-bottom-color: rgb(237 235 254 / 0.6);
}
.border-y-purple-100\/70{
  border-top-color: rgb(237 235 254 / 0.7);
  border-bottom-color: rgb(237 235 254 / 0.7);
}
.border-y-purple-100\/75{
  border-top-color: rgb(237 235 254 / 0.75);
  border-bottom-color: rgb(237 235 254 / 0.75);
}
.border-y-purple-100\/80{
  border-top-color: rgb(237 235 254 / 0.8);
  border-bottom-color: rgb(237 235 254 / 0.8);
}
.border-y-purple-100\/90{
  border-top-color: rgb(237 235 254 / 0.9);
  border-bottom-color: rgb(237 235 254 / 0.9);
}
.border-y-purple-100\/95{
  border-top-color: rgb(237 235 254 / 0.95);
  border-bottom-color: rgb(237 235 254 / 0.95);
}
.border-y-purple-100\/100{
  border-top-color: rgb(237 235 254 / 1);
  border-bottom-color: rgb(237 235 254 / 1);
}
.border-y-purple-200\/0{
  border-top-color: rgb(220 215 254 / 0);
  border-bottom-color: rgb(220 215 254 / 0);
}
.border-y-purple-200\/5{
  border-top-color: rgb(220 215 254 / 0.05);
  border-bottom-color: rgb(220 215 254 / 0.05);
}
.border-y-purple-200\/10{
  border-top-color: rgb(220 215 254 / 0.1);
  border-bottom-color: rgb(220 215 254 / 0.1);
}
.border-y-purple-200\/20{
  border-top-color: rgb(220 215 254 / 0.2);
  border-bottom-color: rgb(220 215 254 / 0.2);
}
.border-y-purple-200\/25{
  border-top-color: rgb(220 215 254 / 0.25);
  border-bottom-color: rgb(220 215 254 / 0.25);
}
.border-y-purple-200\/30{
  border-top-color: rgb(220 215 254 / 0.3);
  border-bottom-color: rgb(220 215 254 / 0.3);
}
.border-y-purple-200\/40{
  border-top-color: rgb(220 215 254 / 0.4);
  border-bottom-color: rgb(220 215 254 / 0.4);
}
.border-y-purple-200\/50{
  border-top-color: rgb(220 215 254 / 0.5);
  border-bottom-color: rgb(220 215 254 / 0.5);
}
.border-y-purple-200\/60{
  border-top-color: rgb(220 215 254 / 0.6);
  border-bottom-color: rgb(220 215 254 / 0.6);
}
.border-y-purple-200\/70{
  border-top-color: rgb(220 215 254 / 0.7);
  border-bottom-color: rgb(220 215 254 / 0.7);
}
.border-y-purple-200\/75{
  border-top-color: rgb(220 215 254 / 0.75);
  border-bottom-color: rgb(220 215 254 / 0.75);
}
.border-y-purple-200\/80{
  border-top-color: rgb(220 215 254 / 0.8);
  border-bottom-color: rgb(220 215 254 / 0.8);
}
.border-y-purple-200\/90{
  border-top-color: rgb(220 215 254 / 0.9);
  border-bottom-color: rgb(220 215 254 / 0.9);
}
.border-y-purple-200\/95{
  border-top-color: rgb(220 215 254 / 0.95);
  border-bottom-color: rgb(220 215 254 / 0.95);
}
.border-y-purple-200\/100{
  border-top-color: rgb(220 215 254 / 1);
  border-bottom-color: rgb(220 215 254 / 1);
}
.border-y-purple-300\/0{
  border-top-color: rgb(202 191 253 / 0);
  border-bottom-color: rgb(202 191 253 / 0);
}
.border-y-purple-300\/5{
  border-top-color: rgb(202 191 253 / 0.05);
  border-bottom-color: rgb(202 191 253 / 0.05);
}
.border-y-purple-300\/10{
  border-top-color: rgb(202 191 253 / 0.1);
  border-bottom-color: rgb(202 191 253 / 0.1);
}
.border-y-purple-300\/20{
  border-top-color: rgb(202 191 253 / 0.2);
  border-bottom-color: rgb(202 191 253 / 0.2);
}
.border-y-purple-300\/25{
  border-top-color: rgb(202 191 253 / 0.25);
  border-bottom-color: rgb(202 191 253 / 0.25);
}
.border-y-purple-300\/30{
  border-top-color: rgb(202 191 253 / 0.3);
  border-bottom-color: rgb(202 191 253 / 0.3);
}
.border-y-purple-300\/40{
  border-top-color: rgb(202 191 253 / 0.4);
  border-bottom-color: rgb(202 191 253 / 0.4);
}
.border-y-purple-300\/50{
  border-top-color: rgb(202 191 253 / 0.5);
  border-bottom-color: rgb(202 191 253 / 0.5);
}
.border-y-purple-300\/60{
  border-top-color: rgb(202 191 253 / 0.6);
  border-bottom-color: rgb(202 191 253 / 0.6);
}
.border-y-purple-300\/70{
  border-top-color: rgb(202 191 253 / 0.7);
  border-bottom-color: rgb(202 191 253 / 0.7);
}
.border-y-purple-300\/75{
  border-top-color: rgb(202 191 253 / 0.75);
  border-bottom-color: rgb(202 191 253 / 0.75);
}
.border-y-purple-300\/80{
  border-top-color: rgb(202 191 253 / 0.8);
  border-bottom-color: rgb(202 191 253 / 0.8);
}
.border-y-purple-300\/90{
  border-top-color: rgb(202 191 253 / 0.9);
  border-bottom-color: rgb(202 191 253 / 0.9);
}
.border-y-purple-300\/95{
  border-top-color: rgb(202 191 253 / 0.95);
  border-bottom-color: rgb(202 191 253 / 0.95);
}
.border-y-purple-300\/100{
  border-top-color: rgb(202 191 253 / 1);
  border-bottom-color: rgb(202 191 253 / 1);
}
.border-y-purple-400\/0{
  border-top-color: rgb(172 148 250 / 0);
  border-bottom-color: rgb(172 148 250 / 0);
}
.border-y-purple-400\/5{
  border-top-color: rgb(172 148 250 / 0.05);
  border-bottom-color: rgb(172 148 250 / 0.05);
}
.border-y-purple-400\/10{
  border-top-color: rgb(172 148 250 / 0.1);
  border-bottom-color: rgb(172 148 250 / 0.1);
}
.border-y-purple-400\/20{
  border-top-color: rgb(172 148 250 / 0.2);
  border-bottom-color: rgb(172 148 250 / 0.2);
}
.border-y-purple-400\/25{
  border-top-color: rgb(172 148 250 / 0.25);
  border-bottom-color: rgb(172 148 250 / 0.25);
}
.border-y-purple-400\/30{
  border-top-color: rgb(172 148 250 / 0.3);
  border-bottom-color: rgb(172 148 250 / 0.3);
}
.border-y-purple-400\/40{
  border-top-color: rgb(172 148 250 / 0.4);
  border-bottom-color: rgb(172 148 250 / 0.4);
}
.border-y-purple-400\/50{
  border-top-color: rgb(172 148 250 / 0.5);
  border-bottom-color: rgb(172 148 250 / 0.5);
}
.border-y-purple-400\/60{
  border-top-color: rgb(172 148 250 / 0.6);
  border-bottom-color: rgb(172 148 250 / 0.6);
}
.border-y-purple-400\/70{
  border-top-color: rgb(172 148 250 / 0.7);
  border-bottom-color: rgb(172 148 250 / 0.7);
}
.border-y-purple-400\/75{
  border-top-color: rgb(172 148 250 / 0.75);
  border-bottom-color: rgb(172 148 250 / 0.75);
}
.border-y-purple-400\/80{
  border-top-color: rgb(172 148 250 / 0.8);
  border-bottom-color: rgb(172 148 250 / 0.8);
}
.border-y-purple-400\/90{
  border-top-color: rgb(172 148 250 / 0.9);
  border-bottom-color: rgb(172 148 250 / 0.9);
}
.border-y-purple-400\/95{
  border-top-color: rgb(172 148 250 / 0.95);
  border-bottom-color: rgb(172 148 250 / 0.95);
}
.border-y-purple-400\/100{
  border-top-color: rgb(172 148 250 / 1);
  border-bottom-color: rgb(172 148 250 / 1);
}
.border-y-purple-500\/0{
  border-top-color: rgb(144 97 249 / 0);
  border-bottom-color: rgb(144 97 249 / 0);
}
.border-y-purple-500\/5{
  border-top-color: rgb(144 97 249 / 0.05);
  border-bottom-color: rgb(144 97 249 / 0.05);
}
.border-y-purple-500\/10{
  border-top-color: rgb(144 97 249 / 0.1);
  border-bottom-color: rgb(144 97 249 / 0.1);
}
.border-y-purple-500\/20{
  border-top-color: rgb(144 97 249 / 0.2);
  border-bottom-color: rgb(144 97 249 / 0.2);
}
.border-y-purple-500\/25{
  border-top-color: rgb(144 97 249 / 0.25);
  border-bottom-color: rgb(144 97 249 / 0.25);
}
.border-y-purple-500\/30{
  border-top-color: rgb(144 97 249 / 0.3);
  border-bottom-color: rgb(144 97 249 / 0.3);
}
.border-y-purple-500\/40{
  border-top-color: rgb(144 97 249 / 0.4);
  border-bottom-color: rgb(144 97 249 / 0.4);
}
.border-y-purple-500\/50{
  border-top-color: rgb(144 97 249 / 0.5);
  border-bottom-color: rgb(144 97 249 / 0.5);
}
.border-y-purple-500\/60{
  border-top-color: rgb(144 97 249 / 0.6);
  border-bottom-color: rgb(144 97 249 / 0.6);
}
.border-y-purple-500\/70{
  border-top-color: rgb(144 97 249 / 0.7);
  border-bottom-color: rgb(144 97 249 / 0.7);
}
.border-y-purple-500\/75{
  border-top-color: rgb(144 97 249 / 0.75);
  border-bottom-color: rgb(144 97 249 / 0.75);
}
.border-y-purple-500\/80{
  border-top-color: rgb(144 97 249 / 0.8);
  border-bottom-color: rgb(144 97 249 / 0.8);
}
.border-y-purple-500\/90{
  border-top-color: rgb(144 97 249 / 0.9);
  border-bottom-color: rgb(144 97 249 / 0.9);
}
.border-y-purple-500\/95{
  border-top-color: rgb(144 97 249 / 0.95);
  border-bottom-color: rgb(144 97 249 / 0.95);
}
.border-y-purple-500\/100{
  border-top-color: rgb(144 97 249 / 1);
  border-bottom-color: rgb(144 97 249 / 1);
}
.border-y-purple-600\/0{
  border-top-color: rgb(126 58 242 / 0);
  border-bottom-color: rgb(126 58 242 / 0);
}
.border-y-purple-600\/5{
  border-top-color: rgb(126 58 242 / 0.05);
  border-bottom-color: rgb(126 58 242 / 0.05);
}
.border-y-purple-600\/10{
  border-top-color: rgb(126 58 242 / 0.1);
  border-bottom-color: rgb(126 58 242 / 0.1);
}
.border-y-purple-600\/20{
  border-top-color: rgb(126 58 242 / 0.2);
  border-bottom-color: rgb(126 58 242 / 0.2);
}
.border-y-purple-600\/25{
  border-top-color: rgb(126 58 242 / 0.25);
  border-bottom-color: rgb(126 58 242 / 0.25);
}
.border-y-purple-600\/30{
  border-top-color: rgb(126 58 242 / 0.3);
  border-bottom-color: rgb(126 58 242 / 0.3);
}
.border-y-purple-600\/40{
  border-top-color: rgb(126 58 242 / 0.4);
  border-bottom-color: rgb(126 58 242 / 0.4);
}
.border-y-purple-600\/50{
  border-top-color: rgb(126 58 242 / 0.5);
  border-bottom-color: rgb(126 58 242 / 0.5);
}
.border-y-purple-600\/60{
  border-top-color: rgb(126 58 242 / 0.6);
  border-bottom-color: rgb(126 58 242 / 0.6);
}
.border-y-purple-600\/70{
  border-top-color: rgb(126 58 242 / 0.7);
  border-bottom-color: rgb(126 58 242 / 0.7);
}
.border-y-purple-600\/75{
  border-top-color: rgb(126 58 242 / 0.75);
  border-bottom-color: rgb(126 58 242 / 0.75);
}
.border-y-purple-600\/80{
  border-top-color: rgb(126 58 242 / 0.8);
  border-bottom-color: rgb(126 58 242 / 0.8);
}
.border-y-purple-600\/90{
  border-top-color: rgb(126 58 242 / 0.9);
  border-bottom-color: rgb(126 58 242 / 0.9);
}
.border-y-purple-600\/95{
  border-top-color: rgb(126 58 242 / 0.95);
  border-bottom-color: rgb(126 58 242 / 0.95);
}
.border-y-purple-600\/100{
  border-top-color: rgb(126 58 242 / 1);
  border-bottom-color: rgb(126 58 242 / 1);
}
.border-y-purple-700\/0{
  border-top-color: rgb(108 43 217 / 0);
  border-bottom-color: rgb(108 43 217 / 0);
}
.border-y-purple-700\/5{
  border-top-color: rgb(108 43 217 / 0.05);
  border-bottom-color: rgb(108 43 217 / 0.05);
}
.border-y-purple-700\/10{
  border-top-color: rgb(108 43 217 / 0.1);
  border-bottom-color: rgb(108 43 217 / 0.1);
}
.border-y-purple-700\/20{
  border-top-color: rgb(108 43 217 / 0.2);
  border-bottom-color: rgb(108 43 217 / 0.2);
}
.border-y-purple-700\/25{
  border-top-color: rgb(108 43 217 / 0.25);
  border-bottom-color: rgb(108 43 217 / 0.25);
}
.border-y-purple-700\/30{
  border-top-color: rgb(108 43 217 / 0.3);
  border-bottom-color: rgb(108 43 217 / 0.3);
}
.border-y-purple-700\/40{
  border-top-color: rgb(108 43 217 / 0.4);
  border-bottom-color: rgb(108 43 217 / 0.4);
}
.border-y-purple-700\/50{
  border-top-color: rgb(108 43 217 / 0.5);
  border-bottom-color: rgb(108 43 217 / 0.5);
}
.border-y-purple-700\/60{
  border-top-color: rgb(108 43 217 / 0.6);
  border-bottom-color: rgb(108 43 217 / 0.6);
}
.border-y-purple-700\/70{
  border-top-color: rgb(108 43 217 / 0.7);
  border-bottom-color: rgb(108 43 217 / 0.7);
}
.border-y-purple-700\/75{
  border-top-color: rgb(108 43 217 / 0.75);
  border-bottom-color: rgb(108 43 217 / 0.75);
}
.border-y-purple-700\/80{
  border-top-color: rgb(108 43 217 / 0.8);
  border-bottom-color: rgb(108 43 217 / 0.8);
}
.border-y-purple-700\/90{
  border-top-color: rgb(108 43 217 / 0.9);
  border-bottom-color: rgb(108 43 217 / 0.9);
}
.border-y-purple-700\/95{
  border-top-color: rgb(108 43 217 / 0.95);
  border-bottom-color: rgb(108 43 217 / 0.95);
}
.border-y-purple-700\/100{
  border-top-color: rgb(108 43 217 / 1);
  border-bottom-color: rgb(108 43 217 / 1);
}
.border-y-purple-800\/0{
  border-top-color: rgb(85 33 181 / 0);
  border-bottom-color: rgb(85 33 181 / 0);
}
.border-y-purple-800\/5{
  border-top-color: rgb(85 33 181 / 0.05);
  border-bottom-color: rgb(85 33 181 / 0.05);
}
.border-y-purple-800\/10{
  border-top-color: rgb(85 33 181 / 0.1);
  border-bottom-color: rgb(85 33 181 / 0.1);
}
.border-y-purple-800\/20{
  border-top-color: rgb(85 33 181 / 0.2);
  border-bottom-color: rgb(85 33 181 / 0.2);
}
.border-y-purple-800\/25{
  border-top-color: rgb(85 33 181 / 0.25);
  border-bottom-color: rgb(85 33 181 / 0.25);
}
.border-y-purple-800\/30{
  border-top-color: rgb(85 33 181 / 0.3);
  border-bottom-color: rgb(85 33 181 / 0.3);
}
.border-y-purple-800\/40{
  border-top-color: rgb(85 33 181 / 0.4);
  border-bottom-color: rgb(85 33 181 / 0.4);
}
.border-y-purple-800\/50{
  border-top-color: rgb(85 33 181 / 0.5);
  border-bottom-color: rgb(85 33 181 / 0.5);
}
.border-y-purple-800\/60{
  border-top-color: rgb(85 33 181 / 0.6);
  border-bottom-color: rgb(85 33 181 / 0.6);
}
.border-y-purple-800\/70{
  border-top-color: rgb(85 33 181 / 0.7);
  border-bottom-color: rgb(85 33 181 / 0.7);
}
.border-y-purple-800\/75{
  border-top-color: rgb(85 33 181 / 0.75);
  border-bottom-color: rgb(85 33 181 / 0.75);
}
.border-y-purple-800\/80{
  border-top-color: rgb(85 33 181 / 0.8);
  border-bottom-color: rgb(85 33 181 / 0.8);
}
.border-y-purple-800\/90{
  border-top-color: rgb(85 33 181 / 0.9);
  border-bottom-color: rgb(85 33 181 / 0.9);
}
.border-y-purple-800\/95{
  border-top-color: rgb(85 33 181 / 0.95);
  border-bottom-color: rgb(85 33 181 / 0.95);
}
.border-y-purple-800\/100{
  border-top-color: rgb(85 33 181 / 1);
  border-bottom-color: rgb(85 33 181 / 1);
}
.border-y-purple-900\/0{
  border-top-color: rgb(74 29 150 / 0);
  border-bottom-color: rgb(74 29 150 / 0);
}
.border-y-purple-900\/5{
  border-top-color: rgb(74 29 150 / 0.05);
  border-bottom-color: rgb(74 29 150 / 0.05);
}
.border-y-purple-900\/10{
  border-top-color: rgb(74 29 150 / 0.1);
  border-bottom-color: rgb(74 29 150 / 0.1);
}
.border-y-purple-900\/20{
  border-top-color: rgb(74 29 150 / 0.2);
  border-bottom-color: rgb(74 29 150 / 0.2);
}
.border-y-purple-900\/25{
  border-top-color: rgb(74 29 150 / 0.25);
  border-bottom-color: rgb(74 29 150 / 0.25);
}
.border-y-purple-900\/30{
  border-top-color: rgb(74 29 150 / 0.3);
  border-bottom-color: rgb(74 29 150 / 0.3);
}
.border-y-purple-900\/40{
  border-top-color: rgb(74 29 150 / 0.4);
  border-bottom-color: rgb(74 29 150 / 0.4);
}
.border-y-purple-900\/50{
  border-top-color: rgb(74 29 150 / 0.5);
  border-bottom-color: rgb(74 29 150 / 0.5);
}
.border-y-purple-900\/60{
  border-top-color: rgb(74 29 150 / 0.6);
  border-bottom-color: rgb(74 29 150 / 0.6);
}
.border-y-purple-900\/70{
  border-top-color: rgb(74 29 150 / 0.7);
  border-bottom-color: rgb(74 29 150 / 0.7);
}
.border-y-purple-900\/75{
  border-top-color: rgb(74 29 150 / 0.75);
  border-bottom-color: rgb(74 29 150 / 0.75);
}
.border-y-purple-900\/80{
  border-top-color: rgb(74 29 150 / 0.8);
  border-bottom-color: rgb(74 29 150 / 0.8);
}
.border-y-purple-900\/90{
  border-top-color: rgb(74 29 150 / 0.9);
  border-bottom-color: rgb(74 29 150 / 0.9);
}
.border-y-purple-900\/95{
  border-top-color: rgb(74 29 150 / 0.95);
  border-bottom-color: rgb(74 29 150 / 0.95);
}
.border-y-purple-900\/100{
  border-top-color: rgb(74 29 150 / 1);
  border-bottom-color: rgb(74 29 150 / 1);
}
.border-y-purple-light\/0{
  border-top-color: rgb(224 14 102 / 0);
  border-bottom-color: rgb(224 14 102 / 0);
}
.border-y-purple-light\/5{
  border-top-color: rgb(224 14 102 / 0.05);
  border-bottom-color: rgb(224 14 102 / 0.05);
}
.border-y-purple-light\/10{
  border-top-color: rgb(224 14 102 / 0.1);
  border-bottom-color: rgb(224 14 102 / 0.1);
}
.border-y-purple-light\/20{
  border-top-color: rgb(224 14 102 / 0.2);
  border-bottom-color: rgb(224 14 102 / 0.2);
}
.border-y-purple-light\/25{
  border-top-color: rgb(224 14 102 / 0.25);
  border-bottom-color: rgb(224 14 102 / 0.25);
}
.border-y-purple-light\/30{
  border-top-color: rgb(224 14 102 / 0.3);
  border-bottom-color: rgb(224 14 102 / 0.3);
}
.border-y-purple-light\/40{
  border-top-color: rgb(224 14 102 / 0.4);
  border-bottom-color: rgb(224 14 102 / 0.4);
}
.border-y-purple-light\/50{
  border-top-color: rgb(224 14 102 / 0.5);
  border-bottom-color: rgb(224 14 102 / 0.5);
}
.border-y-purple-light\/60{
  border-top-color: rgb(224 14 102 / 0.6);
  border-bottom-color: rgb(224 14 102 / 0.6);
}
.border-y-purple-light\/70{
  border-top-color: rgb(224 14 102 / 0.7);
  border-bottom-color: rgb(224 14 102 / 0.7);
}
.border-y-purple-light\/75{
  border-top-color: rgb(224 14 102 / 0.75);
  border-bottom-color: rgb(224 14 102 / 0.75);
}
.border-y-purple-light\/80{
  border-top-color: rgb(224 14 102 / 0.8);
  border-bottom-color: rgb(224 14 102 / 0.8);
}
.border-y-purple-light\/90{
  border-top-color: rgb(224 14 102 / 0.9);
  border-bottom-color: rgb(224 14 102 / 0.9);
}
.border-y-purple-light\/95{
  border-top-color: rgb(224 14 102 / 0.95);
  border-bottom-color: rgb(224 14 102 / 0.95);
}
.border-y-purple-light\/100{
  border-top-color: rgb(224 14 102 / 1);
  border-bottom-color: rgb(224 14 102 / 1);
}
.border-y-pink-50\/0{
  border-top-color: rgb(253 242 248 / 0);
  border-bottom-color: rgb(253 242 248 / 0);
}
.border-y-pink-50\/5{
  border-top-color: rgb(253 242 248 / 0.05);
  border-bottom-color: rgb(253 242 248 / 0.05);
}
.border-y-pink-50\/10{
  border-top-color: rgb(253 242 248 / 0.1);
  border-bottom-color: rgb(253 242 248 / 0.1);
}
.border-y-pink-50\/20{
  border-top-color: rgb(253 242 248 / 0.2);
  border-bottom-color: rgb(253 242 248 / 0.2);
}
.border-y-pink-50\/25{
  border-top-color: rgb(253 242 248 / 0.25);
  border-bottom-color: rgb(253 242 248 / 0.25);
}
.border-y-pink-50\/30{
  border-top-color: rgb(253 242 248 / 0.3);
  border-bottom-color: rgb(253 242 248 / 0.3);
}
.border-y-pink-50\/40{
  border-top-color: rgb(253 242 248 / 0.4);
  border-bottom-color: rgb(253 242 248 / 0.4);
}
.border-y-pink-50\/50{
  border-top-color: rgb(253 242 248 / 0.5);
  border-bottom-color: rgb(253 242 248 / 0.5);
}
.border-y-pink-50\/60{
  border-top-color: rgb(253 242 248 / 0.6);
  border-bottom-color: rgb(253 242 248 / 0.6);
}
.border-y-pink-50\/70{
  border-top-color: rgb(253 242 248 / 0.7);
  border-bottom-color: rgb(253 242 248 / 0.7);
}
.border-y-pink-50\/75{
  border-top-color: rgb(253 242 248 / 0.75);
  border-bottom-color: rgb(253 242 248 / 0.75);
}
.border-y-pink-50\/80{
  border-top-color: rgb(253 242 248 / 0.8);
  border-bottom-color: rgb(253 242 248 / 0.8);
}
.border-y-pink-50\/90{
  border-top-color: rgb(253 242 248 / 0.9);
  border-bottom-color: rgb(253 242 248 / 0.9);
}
.border-y-pink-50\/95{
  border-top-color: rgb(253 242 248 / 0.95);
  border-bottom-color: rgb(253 242 248 / 0.95);
}
.border-y-pink-50\/100{
  border-top-color: rgb(253 242 248 / 1);
  border-bottom-color: rgb(253 242 248 / 1);
}
.border-y-pink-100\/0{
  border-top-color: rgb(252 232 243 / 0);
  border-bottom-color: rgb(252 232 243 / 0);
}
.border-y-pink-100\/5{
  border-top-color: rgb(252 232 243 / 0.05);
  border-bottom-color: rgb(252 232 243 / 0.05);
}
.border-y-pink-100\/10{
  border-top-color: rgb(252 232 243 / 0.1);
  border-bottom-color: rgb(252 232 243 / 0.1);
}
.border-y-pink-100\/20{
  border-top-color: rgb(252 232 243 / 0.2);
  border-bottom-color: rgb(252 232 243 / 0.2);
}
.border-y-pink-100\/25{
  border-top-color: rgb(252 232 243 / 0.25);
  border-bottom-color: rgb(252 232 243 / 0.25);
}
.border-y-pink-100\/30{
  border-top-color: rgb(252 232 243 / 0.3);
  border-bottom-color: rgb(252 232 243 / 0.3);
}
.border-y-pink-100\/40{
  border-top-color: rgb(252 232 243 / 0.4);
  border-bottom-color: rgb(252 232 243 / 0.4);
}
.border-y-pink-100\/50{
  border-top-color: rgb(252 232 243 / 0.5);
  border-bottom-color: rgb(252 232 243 / 0.5);
}
.border-y-pink-100\/60{
  border-top-color: rgb(252 232 243 / 0.6);
  border-bottom-color: rgb(252 232 243 / 0.6);
}
.border-y-pink-100\/70{
  border-top-color: rgb(252 232 243 / 0.7);
  border-bottom-color: rgb(252 232 243 / 0.7);
}
.border-y-pink-100\/75{
  border-top-color: rgb(252 232 243 / 0.75);
  border-bottom-color: rgb(252 232 243 / 0.75);
}
.border-y-pink-100\/80{
  border-top-color: rgb(252 232 243 / 0.8);
  border-bottom-color: rgb(252 232 243 / 0.8);
}
.border-y-pink-100\/90{
  border-top-color: rgb(252 232 243 / 0.9);
  border-bottom-color: rgb(252 232 243 / 0.9);
}
.border-y-pink-100\/95{
  border-top-color: rgb(252 232 243 / 0.95);
  border-bottom-color: rgb(252 232 243 / 0.95);
}
.border-y-pink-100\/100{
  border-top-color: rgb(252 232 243 / 1);
  border-bottom-color: rgb(252 232 243 / 1);
}
.border-y-pink-200\/0{
  border-top-color: rgb(250 209 232 / 0);
  border-bottom-color: rgb(250 209 232 / 0);
}
.border-y-pink-200\/5{
  border-top-color: rgb(250 209 232 / 0.05);
  border-bottom-color: rgb(250 209 232 / 0.05);
}
.border-y-pink-200\/10{
  border-top-color: rgb(250 209 232 / 0.1);
  border-bottom-color: rgb(250 209 232 / 0.1);
}
.border-y-pink-200\/20{
  border-top-color: rgb(250 209 232 / 0.2);
  border-bottom-color: rgb(250 209 232 / 0.2);
}
.border-y-pink-200\/25{
  border-top-color: rgb(250 209 232 / 0.25);
  border-bottom-color: rgb(250 209 232 / 0.25);
}
.border-y-pink-200\/30{
  border-top-color: rgb(250 209 232 / 0.3);
  border-bottom-color: rgb(250 209 232 / 0.3);
}
.border-y-pink-200\/40{
  border-top-color: rgb(250 209 232 / 0.4);
  border-bottom-color: rgb(250 209 232 / 0.4);
}
.border-y-pink-200\/50{
  border-top-color: rgb(250 209 232 / 0.5);
  border-bottom-color: rgb(250 209 232 / 0.5);
}
.border-y-pink-200\/60{
  border-top-color: rgb(250 209 232 / 0.6);
  border-bottom-color: rgb(250 209 232 / 0.6);
}
.border-y-pink-200\/70{
  border-top-color: rgb(250 209 232 / 0.7);
  border-bottom-color: rgb(250 209 232 / 0.7);
}
.border-y-pink-200\/75{
  border-top-color: rgb(250 209 232 / 0.75);
  border-bottom-color: rgb(250 209 232 / 0.75);
}
.border-y-pink-200\/80{
  border-top-color: rgb(250 209 232 / 0.8);
  border-bottom-color: rgb(250 209 232 / 0.8);
}
.border-y-pink-200\/90{
  border-top-color: rgb(250 209 232 / 0.9);
  border-bottom-color: rgb(250 209 232 / 0.9);
}
.border-y-pink-200\/95{
  border-top-color: rgb(250 209 232 / 0.95);
  border-bottom-color: rgb(250 209 232 / 0.95);
}
.border-y-pink-200\/100{
  border-top-color: rgb(250 209 232 / 1);
  border-bottom-color: rgb(250 209 232 / 1);
}
.border-y-pink-300\/0{
  border-top-color: rgb(248 180 217 / 0);
  border-bottom-color: rgb(248 180 217 / 0);
}
.border-y-pink-300\/5{
  border-top-color: rgb(248 180 217 / 0.05);
  border-bottom-color: rgb(248 180 217 / 0.05);
}
.border-y-pink-300\/10{
  border-top-color: rgb(248 180 217 / 0.1);
  border-bottom-color: rgb(248 180 217 / 0.1);
}
.border-y-pink-300\/20{
  border-top-color: rgb(248 180 217 / 0.2);
  border-bottom-color: rgb(248 180 217 / 0.2);
}
.border-y-pink-300\/25{
  border-top-color: rgb(248 180 217 / 0.25);
  border-bottom-color: rgb(248 180 217 / 0.25);
}
.border-y-pink-300\/30{
  border-top-color: rgb(248 180 217 / 0.3);
  border-bottom-color: rgb(248 180 217 / 0.3);
}
.border-y-pink-300\/40{
  border-top-color: rgb(248 180 217 / 0.4);
  border-bottom-color: rgb(248 180 217 / 0.4);
}
.border-y-pink-300\/50{
  border-top-color: rgb(248 180 217 / 0.5);
  border-bottom-color: rgb(248 180 217 / 0.5);
}
.border-y-pink-300\/60{
  border-top-color: rgb(248 180 217 / 0.6);
  border-bottom-color: rgb(248 180 217 / 0.6);
}
.border-y-pink-300\/70{
  border-top-color: rgb(248 180 217 / 0.7);
  border-bottom-color: rgb(248 180 217 / 0.7);
}
.border-y-pink-300\/75{
  border-top-color: rgb(248 180 217 / 0.75);
  border-bottom-color: rgb(248 180 217 / 0.75);
}
.border-y-pink-300\/80{
  border-top-color: rgb(248 180 217 / 0.8);
  border-bottom-color: rgb(248 180 217 / 0.8);
}
.border-y-pink-300\/90{
  border-top-color: rgb(248 180 217 / 0.9);
  border-bottom-color: rgb(248 180 217 / 0.9);
}
.border-y-pink-300\/95{
  border-top-color: rgb(248 180 217 / 0.95);
  border-bottom-color: rgb(248 180 217 / 0.95);
}
.border-y-pink-300\/100{
  border-top-color: rgb(248 180 217 / 1);
  border-bottom-color: rgb(248 180 217 / 1);
}
.border-y-pink-400\/0{
  border-top-color: rgb(241 126 184 / 0);
  border-bottom-color: rgb(241 126 184 / 0);
}
.border-y-pink-400\/5{
  border-top-color: rgb(241 126 184 / 0.05);
  border-bottom-color: rgb(241 126 184 / 0.05);
}
.border-y-pink-400\/10{
  border-top-color: rgb(241 126 184 / 0.1);
  border-bottom-color: rgb(241 126 184 / 0.1);
}
.border-y-pink-400\/20{
  border-top-color: rgb(241 126 184 / 0.2);
  border-bottom-color: rgb(241 126 184 / 0.2);
}
.border-y-pink-400\/25{
  border-top-color: rgb(241 126 184 / 0.25);
  border-bottom-color: rgb(241 126 184 / 0.25);
}
.border-y-pink-400\/30{
  border-top-color: rgb(241 126 184 / 0.3);
  border-bottom-color: rgb(241 126 184 / 0.3);
}
.border-y-pink-400\/40{
  border-top-color: rgb(241 126 184 / 0.4);
  border-bottom-color: rgb(241 126 184 / 0.4);
}
.border-y-pink-400\/50{
  border-top-color: rgb(241 126 184 / 0.5);
  border-bottom-color: rgb(241 126 184 / 0.5);
}
.border-y-pink-400\/60{
  border-top-color: rgb(241 126 184 / 0.6);
  border-bottom-color: rgb(241 126 184 / 0.6);
}
.border-y-pink-400\/70{
  border-top-color: rgb(241 126 184 / 0.7);
  border-bottom-color: rgb(241 126 184 / 0.7);
}
.border-y-pink-400\/75{
  border-top-color: rgb(241 126 184 / 0.75);
  border-bottom-color: rgb(241 126 184 / 0.75);
}
.border-y-pink-400\/80{
  border-top-color: rgb(241 126 184 / 0.8);
  border-bottom-color: rgb(241 126 184 / 0.8);
}
.border-y-pink-400\/90{
  border-top-color: rgb(241 126 184 / 0.9);
  border-bottom-color: rgb(241 126 184 / 0.9);
}
.border-y-pink-400\/95{
  border-top-color: rgb(241 126 184 / 0.95);
  border-bottom-color: rgb(241 126 184 / 0.95);
}
.border-y-pink-400\/100{
  border-top-color: rgb(241 126 184 / 1);
  border-bottom-color: rgb(241 126 184 / 1);
}
.border-y-pink-500\/0{
  border-top-color: rgb(231 70 148 / 0);
  border-bottom-color: rgb(231 70 148 / 0);
}
.border-y-pink-500\/5{
  border-top-color: rgb(231 70 148 / 0.05);
  border-bottom-color: rgb(231 70 148 / 0.05);
}
.border-y-pink-500\/10{
  border-top-color: rgb(231 70 148 / 0.1);
  border-bottom-color: rgb(231 70 148 / 0.1);
}
.border-y-pink-500\/20{
  border-top-color: rgb(231 70 148 / 0.2);
  border-bottom-color: rgb(231 70 148 / 0.2);
}
.border-y-pink-500\/25{
  border-top-color: rgb(231 70 148 / 0.25);
  border-bottom-color: rgb(231 70 148 / 0.25);
}
.border-y-pink-500\/30{
  border-top-color: rgb(231 70 148 / 0.3);
  border-bottom-color: rgb(231 70 148 / 0.3);
}
.border-y-pink-500\/40{
  border-top-color: rgb(231 70 148 / 0.4);
  border-bottom-color: rgb(231 70 148 / 0.4);
}
.border-y-pink-500\/50{
  border-top-color: rgb(231 70 148 / 0.5);
  border-bottom-color: rgb(231 70 148 / 0.5);
}
.border-y-pink-500\/60{
  border-top-color: rgb(231 70 148 / 0.6);
  border-bottom-color: rgb(231 70 148 / 0.6);
}
.border-y-pink-500\/70{
  border-top-color: rgb(231 70 148 / 0.7);
  border-bottom-color: rgb(231 70 148 / 0.7);
}
.border-y-pink-500\/75{
  border-top-color: rgb(231 70 148 / 0.75);
  border-bottom-color: rgb(231 70 148 / 0.75);
}
.border-y-pink-500\/80{
  border-top-color: rgb(231 70 148 / 0.8);
  border-bottom-color: rgb(231 70 148 / 0.8);
}
.border-y-pink-500\/90{
  border-top-color: rgb(231 70 148 / 0.9);
  border-bottom-color: rgb(231 70 148 / 0.9);
}
.border-y-pink-500\/95{
  border-top-color: rgb(231 70 148 / 0.95);
  border-bottom-color: rgb(231 70 148 / 0.95);
}
.border-y-pink-500\/100{
  border-top-color: rgb(231 70 148 / 1);
  border-bottom-color: rgb(231 70 148 / 1);
}
.border-y-pink-600\/0{
  border-top-color: rgb(214 31 105 / 0);
  border-bottom-color: rgb(214 31 105 / 0);
}
.border-y-pink-600\/5{
  border-top-color: rgb(214 31 105 / 0.05);
  border-bottom-color: rgb(214 31 105 / 0.05);
}
.border-y-pink-600\/10{
  border-top-color: rgb(214 31 105 / 0.1);
  border-bottom-color: rgb(214 31 105 / 0.1);
}
.border-y-pink-600\/20{
  border-top-color: rgb(214 31 105 / 0.2);
  border-bottom-color: rgb(214 31 105 / 0.2);
}
.border-y-pink-600\/25{
  border-top-color: rgb(214 31 105 / 0.25);
  border-bottom-color: rgb(214 31 105 / 0.25);
}
.border-y-pink-600\/30{
  border-top-color: rgb(214 31 105 / 0.3);
  border-bottom-color: rgb(214 31 105 / 0.3);
}
.border-y-pink-600\/40{
  border-top-color: rgb(214 31 105 / 0.4);
  border-bottom-color: rgb(214 31 105 / 0.4);
}
.border-y-pink-600\/50{
  border-top-color: rgb(214 31 105 / 0.5);
  border-bottom-color: rgb(214 31 105 / 0.5);
}
.border-y-pink-600\/60{
  border-top-color: rgb(214 31 105 / 0.6);
  border-bottom-color: rgb(214 31 105 / 0.6);
}
.border-y-pink-600\/70{
  border-top-color: rgb(214 31 105 / 0.7);
  border-bottom-color: rgb(214 31 105 / 0.7);
}
.border-y-pink-600\/75{
  border-top-color: rgb(214 31 105 / 0.75);
  border-bottom-color: rgb(214 31 105 / 0.75);
}
.border-y-pink-600\/80{
  border-top-color: rgb(214 31 105 / 0.8);
  border-bottom-color: rgb(214 31 105 / 0.8);
}
.border-y-pink-600\/90{
  border-top-color: rgb(214 31 105 / 0.9);
  border-bottom-color: rgb(214 31 105 / 0.9);
}
.border-y-pink-600\/95{
  border-top-color: rgb(214 31 105 / 0.95);
  border-bottom-color: rgb(214 31 105 / 0.95);
}
.border-y-pink-600\/100{
  border-top-color: rgb(214 31 105 / 1);
  border-bottom-color: rgb(214 31 105 / 1);
}
.border-y-pink-700\/0{
  border-top-color: rgb(191 18 93 / 0);
  border-bottom-color: rgb(191 18 93 / 0);
}
.border-y-pink-700\/5{
  border-top-color: rgb(191 18 93 / 0.05);
  border-bottom-color: rgb(191 18 93 / 0.05);
}
.border-y-pink-700\/10{
  border-top-color: rgb(191 18 93 / 0.1);
  border-bottom-color: rgb(191 18 93 / 0.1);
}
.border-y-pink-700\/20{
  border-top-color: rgb(191 18 93 / 0.2);
  border-bottom-color: rgb(191 18 93 / 0.2);
}
.border-y-pink-700\/25{
  border-top-color: rgb(191 18 93 / 0.25);
  border-bottom-color: rgb(191 18 93 / 0.25);
}
.border-y-pink-700\/30{
  border-top-color: rgb(191 18 93 / 0.3);
  border-bottom-color: rgb(191 18 93 / 0.3);
}
.border-y-pink-700\/40{
  border-top-color: rgb(191 18 93 / 0.4);
  border-bottom-color: rgb(191 18 93 / 0.4);
}
.border-y-pink-700\/50{
  border-top-color: rgb(191 18 93 / 0.5);
  border-bottom-color: rgb(191 18 93 / 0.5);
}
.border-y-pink-700\/60{
  border-top-color: rgb(191 18 93 / 0.6);
  border-bottom-color: rgb(191 18 93 / 0.6);
}
.border-y-pink-700\/70{
  border-top-color: rgb(191 18 93 / 0.7);
  border-bottom-color: rgb(191 18 93 / 0.7);
}
.border-y-pink-700\/75{
  border-top-color: rgb(191 18 93 / 0.75);
  border-bottom-color: rgb(191 18 93 / 0.75);
}
.border-y-pink-700\/80{
  border-top-color: rgb(191 18 93 / 0.8);
  border-bottom-color: rgb(191 18 93 / 0.8);
}
.border-y-pink-700\/90{
  border-top-color: rgb(191 18 93 / 0.9);
  border-bottom-color: rgb(191 18 93 / 0.9);
}
.border-y-pink-700\/95{
  border-top-color: rgb(191 18 93 / 0.95);
  border-bottom-color: rgb(191 18 93 / 0.95);
}
.border-y-pink-700\/100{
  border-top-color: rgb(191 18 93 / 1);
  border-bottom-color: rgb(191 18 93 / 1);
}
.border-y-pink-800\/0{
  border-top-color: rgb(153 21 75 / 0);
  border-bottom-color: rgb(153 21 75 / 0);
}
.border-y-pink-800\/5{
  border-top-color: rgb(153 21 75 / 0.05);
  border-bottom-color: rgb(153 21 75 / 0.05);
}
.border-y-pink-800\/10{
  border-top-color: rgb(153 21 75 / 0.1);
  border-bottom-color: rgb(153 21 75 / 0.1);
}
.border-y-pink-800\/20{
  border-top-color: rgb(153 21 75 / 0.2);
  border-bottom-color: rgb(153 21 75 / 0.2);
}
.border-y-pink-800\/25{
  border-top-color: rgb(153 21 75 / 0.25);
  border-bottom-color: rgb(153 21 75 / 0.25);
}
.border-y-pink-800\/30{
  border-top-color: rgb(153 21 75 / 0.3);
  border-bottom-color: rgb(153 21 75 / 0.3);
}
.border-y-pink-800\/40{
  border-top-color: rgb(153 21 75 / 0.4);
  border-bottom-color: rgb(153 21 75 / 0.4);
}
.border-y-pink-800\/50{
  border-top-color: rgb(153 21 75 / 0.5);
  border-bottom-color: rgb(153 21 75 / 0.5);
}
.border-y-pink-800\/60{
  border-top-color: rgb(153 21 75 / 0.6);
  border-bottom-color: rgb(153 21 75 / 0.6);
}
.border-y-pink-800\/70{
  border-top-color: rgb(153 21 75 / 0.7);
  border-bottom-color: rgb(153 21 75 / 0.7);
}
.border-y-pink-800\/75{
  border-top-color: rgb(153 21 75 / 0.75);
  border-bottom-color: rgb(153 21 75 / 0.75);
}
.border-y-pink-800\/80{
  border-top-color: rgb(153 21 75 / 0.8);
  border-bottom-color: rgb(153 21 75 / 0.8);
}
.border-y-pink-800\/90{
  border-top-color: rgb(153 21 75 / 0.9);
  border-bottom-color: rgb(153 21 75 / 0.9);
}
.border-y-pink-800\/95{
  border-top-color: rgb(153 21 75 / 0.95);
  border-bottom-color: rgb(153 21 75 / 0.95);
}
.border-y-pink-800\/100{
  border-top-color: rgb(153 21 75 / 1);
  border-bottom-color: rgb(153 21 75 / 1);
}
.border-y-pink-900\/0{
  border-top-color: rgb(117 26 61 / 0);
  border-bottom-color: rgb(117 26 61 / 0);
}
.border-y-pink-900\/5{
  border-top-color: rgb(117 26 61 / 0.05);
  border-bottom-color: rgb(117 26 61 / 0.05);
}
.border-y-pink-900\/10{
  border-top-color: rgb(117 26 61 / 0.1);
  border-bottom-color: rgb(117 26 61 / 0.1);
}
.border-y-pink-900\/20{
  border-top-color: rgb(117 26 61 / 0.2);
  border-bottom-color: rgb(117 26 61 / 0.2);
}
.border-y-pink-900\/25{
  border-top-color: rgb(117 26 61 / 0.25);
  border-bottom-color: rgb(117 26 61 / 0.25);
}
.border-y-pink-900\/30{
  border-top-color: rgb(117 26 61 / 0.3);
  border-bottom-color: rgb(117 26 61 / 0.3);
}
.border-y-pink-900\/40{
  border-top-color: rgb(117 26 61 / 0.4);
  border-bottom-color: rgb(117 26 61 / 0.4);
}
.border-y-pink-900\/50{
  border-top-color: rgb(117 26 61 / 0.5);
  border-bottom-color: rgb(117 26 61 / 0.5);
}
.border-y-pink-900\/60{
  border-top-color: rgb(117 26 61 / 0.6);
  border-bottom-color: rgb(117 26 61 / 0.6);
}
.border-y-pink-900\/70{
  border-top-color: rgb(117 26 61 / 0.7);
  border-bottom-color: rgb(117 26 61 / 0.7);
}
.border-y-pink-900\/75{
  border-top-color: rgb(117 26 61 / 0.75);
  border-bottom-color: rgb(117 26 61 / 0.75);
}
.border-y-pink-900\/80{
  border-top-color: rgb(117 26 61 / 0.8);
  border-bottom-color: rgb(117 26 61 / 0.8);
}
.border-y-pink-900\/90{
  border-top-color: rgb(117 26 61 / 0.9);
  border-bottom-color: rgb(117 26 61 / 0.9);
}
.border-y-pink-900\/95{
  border-top-color: rgb(117 26 61 / 0.95);
  border-bottom-color: rgb(117 26 61 / 0.95);
}
.border-y-pink-900\/100{
  border-top-color: rgb(117 26 61 / 1);
  border-bottom-color: rgb(117 26 61 / 1);
}
.border-y-primary-50\/0{
  border-top-color: rgb(0 151 167 / 0);
  border-bottom-color: rgb(0 151 167 / 0);
}
.border-y-primary-50\/5{
  border-top-color: rgb(0 151 167 / 0.05);
  border-bottom-color: rgb(0 151 167 / 0.05);
}
.border-y-primary-50\/10{
  border-top-color: rgb(0 151 167 / 0.1);
  border-bottom-color: rgb(0 151 167 / 0.1);
}
.border-y-primary-50\/20{
  border-top-color: rgb(0 151 167 / 0.2);
  border-bottom-color: rgb(0 151 167 / 0.2);
}
.border-y-primary-50\/25{
  border-top-color: rgb(0 151 167 / 0.25);
  border-bottom-color: rgb(0 151 167 / 0.25);
}
.border-y-primary-50\/30{
  border-top-color: rgb(0 151 167 / 0.3);
  border-bottom-color: rgb(0 151 167 / 0.3);
}
.border-y-primary-50\/40{
  border-top-color: rgb(0 151 167 / 0.4);
  border-bottom-color: rgb(0 151 167 / 0.4);
}
.border-y-primary-50\/50{
  border-top-color: rgb(0 151 167 / 0.5);
  border-bottom-color: rgb(0 151 167 / 0.5);
}
.border-y-primary-50\/60{
  border-top-color: rgb(0 151 167 / 0.6);
  border-bottom-color: rgb(0 151 167 / 0.6);
}
.border-y-primary-50\/70{
  border-top-color: rgb(0 151 167 / 0.7);
  border-bottom-color: rgb(0 151 167 / 0.7);
}
.border-y-primary-50\/75{
  border-top-color: rgb(0 151 167 / 0.75);
  border-bottom-color: rgb(0 151 167 / 0.75);
}
.border-y-primary-50\/80{
  border-top-color: rgb(0 151 167 / 0.8);
  border-bottom-color: rgb(0 151 167 / 0.8);
}
.border-y-primary-50\/90{
  border-top-color: rgb(0 151 167 / 0.9);
  border-bottom-color: rgb(0 151 167 / 0.9);
}
.border-y-primary-50\/95{
  border-top-color: rgb(0 151 167 / 0.95);
  border-bottom-color: rgb(0 151 167 / 0.95);
}
.border-y-primary-50\/100{
  border-top-color: rgb(0 151 167 / 1);
  border-bottom-color: rgb(0 151 167 / 1);
}
.border-y-primary-100\/0{
  border-top-color: rgb(14 28 42 / 0);
  border-bottom-color: rgb(14 28 42 / 0);
}
.border-y-primary-100\/5{
  border-top-color: rgb(14 28 42 / 0.05);
  border-bottom-color: rgb(14 28 42 / 0.05);
}
.border-y-primary-100\/10{
  border-top-color: rgb(14 28 42 / 0.1);
  border-bottom-color: rgb(14 28 42 / 0.1);
}
.border-y-primary-100\/20{
  border-top-color: rgb(14 28 42 / 0.2);
  border-bottom-color: rgb(14 28 42 / 0.2);
}
.border-y-primary-100\/25{
  border-top-color: rgb(14 28 42 / 0.25);
  border-bottom-color: rgb(14 28 42 / 0.25);
}
.border-y-primary-100\/30{
  border-top-color: rgb(14 28 42 / 0.3);
  border-bottom-color: rgb(14 28 42 / 0.3);
}
.border-y-primary-100\/40{
  border-top-color: rgb(14 28 42 / 0.4);
  border-bottom-color: rgb(14 28 42 / 0.4);
}
.border-y-primary-100\/50{
  border-top-color: rgb(14 28 42 / 0.5);
  border-bottom-color: rgb(14 28 42 / 0.5);
}
.border-y-primary-100\/60{
  border-top-color: rgb(14 28 42 / 0.6);
  border-bottom-color: rgb(14 28 42 / 0.6);
}
.border-y-primary-100\/70{
  border-top-color: rgb(14 28 42 / 0.7);
  border-bottom-color: rgb(14 28 42 / 0.7);
}
.border-y-primary-100\/75{
  border-top-color: rgb(14 28 42 / 0.75);
  border-bottom-color: rgb(14 28 42 / 0.75);
}
.border-y-primary-100\/80{
  border-top-color: rgb(14 28 42 / 0.8);
  border-bottom-color: rgb(14 28 42 / 0.8);
}
.border-y-primary-100\/90{
  border-top-color: rgb(14 28 42 / 0.9);
  border-bottom-color: rgb(14 28 42 / 0.9);
}
.border-y-primary-100\/95{
  border-top-color: rgb(14 28 42 / 0.95);
  border-bottom-color: rgb(14 28 42 / 0.95);
}
.border-y-primary-100\/100{
  border-top-color: rgb(14 28 42 / 1);
  border-bottom-color: rgb(14 28 42 / 1);
}
.border-y-primary-290\/0{
  border-top-color: rgb(34 68 74 / 0);
  border-bottom-color: rgb(34 68 74 / 0);
}
.border-y-primary-290\/5{
  border-top-color: rgb(34 68 74 / 0.05);
  border-bottom-color: rgb(34 68 74 / 0.05);
}
.border-y-primary-290\/10{
  border-top-color: rgb(34 68 74 / 0.1);
  border-bottom-color: rgb(34 68 74 / 0.1);
}
.border-y-primary-290\/20{
  border-top-color: rgb(34 68 74 / 0.2);
  border-bottom-color: rgb(34 68 74 / 0.2);
}
.border-y-primary-290\/25{
  border-top-color: rgb(34 68 74 / 0.25);
  border-bottom-color: rgb(34 68 74 / 0.25);
}
.border-y-primary-290\/30{
  border-top-color: rgb(34 68 74 / 0.3);
  border-bottom-color: rgb(34 68 74 / 0.3);
}
.border-y-primary-290\/40{
  border-top-color: rgb(34 68 74 / 0.4);
  border-bottom-color: rgb(34 68 74 / 0.4);
}
.border-y-primary-290\/50{
  border-top-color: rgb(34 68 74 / 0.5);
  border-bottom-color: rgb(34 68 74 / 0.5);
}
.border-y-primary-290\/60{
  border-top-color: rgb(34 68 74 / 0.6);
  border-bottom-color: rgb(34 68 74 / 0.6);
}
.border-y-primary-290\/70{
  border-top-color: rgb(34 68 74 / 0.7);
  border-bottom-color: rgb(34 68 74 / 0.7);
}
.border-y-primary-290\/75{
  border-top-color: rgb(34 68 74 / 0.75);
  border-bottom-color: rgb(34 68 74 / 0.75);
}
.border-y-primary-290\/80{
  border-top-color: rgb(34 68 74 / 0.8);
  border-bottom-color: rgb(34 68 74 / 0.8);
}
.border-y-primary-290\/90{
  border-top-color: rgb(34 68 74 / 0.9);
  border-bottom-color: rgb(34 68 74 / 0.9);
}
.border-y-primary-290\/95{
  border-top-color: rgb(34 68 74 / 0.95);
  border-bottom-color: rgb(34 68 74 / 0.95);
}
.border-y-primary-290\/100{
  border-top-color: rgb(34 68 74 / 1);
  border-bottom-color: rgb(34 68 74 / 1);
}
.border-y-primary-300\/0{
  border-top-color: rgb(34 110 184 / 0);
  border-bottom-color: rgb(34 110 184 / 0);
}
.border-y-primary-300\/5{
  border-top-color: rgb(34 110 184 / 0.05);
  border-bottom-color: rgb(34 110 184 / 0.05);
}
.border-y-primary-300\/10{
  border-top-color: rgb(34 110 184 / 0.1);
  border-bottom-color: rgb(34 110 184 / 0.1);
}
.border-y-primary-300\/20{
  border-top-color: rgb(34 110 184 / 0.2);
  border-bottom-color: rgb(34 110 184 / 0.2);
}
.border-y-primary-300\/25{
  border-top-color: rgb(34 110 184 / 0.25);
  border-bottom-color: rgb(34 110 184 / 0.25);
}
.border-y-primary-300\/30{
  border-top-color: rgb(34 110 184 / 0.3);
  border-bottom-color: rgb(34 110 184 / 0.3);
}
.border-y-primary-300\/40{
  border-top-color: rgb(34 110 184 / 0.4);
  border-bottom-color: rgb(34 110 184 / 0.4);
}
.border-y-primary-300\/50{
  border-top-color: rgb(34 110 184 / 0.5);
  border-bottom-color: rgb(34 110 184 / 0.5);
}
.border-y-primary-300\/60{
  border-top-color: rgb(34 110 184 / 0.6);
  border-bottom-color: rgb(34 110 184 / 0.6);
}
.border-y-primary-300\/70{
  border-top-color: rgb(34 110 184 / 0.7);
  border-bottom-color: rgb(34 110 184 / 0.7);
}
.border-y-primary-300\/75{
  border-top-color: rgb(34 110 184 / 0.75);
  border-bottom-color: rgb(34 110 184 / 0.75);
}
.border-y-primary-300\/80{
  border-top-color: rgb(34 110 184 / 0.8);
  border-bottom-color: rgb(34 110 184 / 0.8);
}
.border-y-primary-300\/90{
  border-top-color: rgb(34 110 184 / 0.9);
  border-bottom-color: rgb(34 110 184 / 0.9);
}
.border-y-primary-300\/95{
  border-top-color: rgb(34 110 184 / 0.95);
  border-bottom-color: rgb(34 110 184 / 0.95);
}
.border-y-primary-300\/100{
  border-top-color: rgb(34 110 184 / 1);
  border-bottom-color: rgb(34 110 184 / 1);
}
.border-y-primary-400\/0{
  border-top-color: rgb(40 157 204 / 0);
  border-bottom-color: rgb(40 157 204 / 0);
}
.border-y-primary-400\/5{
  border-top-color: rgb(40 157 204 / 0.05);
  border-bottom-color: rgb(40 157 204 / 0.05);
}
.border-y-primary-400\/10{
  border-top-color: rgb(40 157 204 / 0.1);
  border-bottom-color: rgb(40 157 204 / 0.1);
}
.border-y-primary-400\/20{
  border-top-color: rgb(40 157 204 / 0.2);
  border-bottom-color: rgb(40 157 204 / 0.2);
}
.border-y-primary-400\/25{
  border-top-color: rgb(40 157 204 / 0.25);
  border-bottom-color: rgb(40 157 204 / 0.25);
}
.border-y-primary-400\/30{
  border-top-color: rgb(40 157 204 / 0.3);
  border-bottom-color: rgb(40 157 204 / 0.3);
}
.border-y-primary-400\/40{
  border-top-color: rgb(40 157 204 / 0.4);
  border-bottom-color: rgb(40 157 204 / 0.4);
}
.border-y-primary-400\/50{
  border-top-color: rgb(40 157 204 / 0.5);
  border-bottom-color: rgb(40 157 204 / 0.5);
}
.border-y-primary-400\/60{
  border-top-color: rgb(40 157 204 / 0.6);
  border-bottom-color: rgb(40 157 204 / 0.6);
}
.border-y-primary-400\/70{
  border-top-color: rgb(40 157 204 / 0.7);
  border-bottom-color: rgb(40 157 204 / 0.7);
}
.border-y-primary-400\/75{
  border-top-color: rgb(40 157 204 / 0.75);
  border-bottom-color: rgb(40 157 204 / 0.75);
}
.border-y-primary-400\/80{
  border-top-color: rgb(40 157 204 / 0.8);
  border-bottom-color: rgb(40 157 204 / 0.8);
}
.border-y-primary-400\/90{
  border-top-color: rgb(40 157 204 / 0.9);
  border-bottom-color: rgb(40 157 204 / 0.9);
}
.border-y-primary-400\/95{
  border-top-color: rgb(40 157 204 / 0.95);
  border-bottom-color: rgb(40 157 204 / 0.95);
}
.border-y-primary-400\/100{
  border-top-color: rgb(40 157 204 / 1);
  border-bottom-color: rgb(40 157 204 / 1);
}
.border-y-primary-600\/0{
  border-top-color: rgb(81 151 229 / 0);
  border-bottom-color: rgb(81 151 229 / 0);
}
.border-y-primary-600\/5{
  border-top-color: rgb(81 151 229 / 0.05);
  border-bottom-color: rgb(81 151 229 / 0.05);
}
.border-y-primary-600\/10{
  border-top-color: rgb(81 151 229 / 0.1);
  border-bottom-color: rgb(81 151 229 / 0.1);
}
.border-y-primary-600\/20{
  border-top-color: rgb(81 151 229 / 0.2);
  border-bottom-color: rgb(81 151 229 / 0.2);
}
.border-y-primary-600\/25{
  border-top-color: rgb(81 151 229 / 0.25);
  border-bottom-color: rgb(81 151 229 / 0.25);
}
.border-y-primary-600\/30{
  border-top-color: rgb(81 151 229 / 0.3);
  border-bottom-color: rgb(81 151 229 / 0.3);
}
.border-y-primary-600\/40{
  border-top-color: rgb(81 151 229 / 0.4);
  border-bottom-color: rgb(81 151 229 / 0.4);
}
.border-y-primary-600\/50{
  border-top-color: rgb(81 151 229 / 0.5);
  border-bottom-color: rgb(81 151 229 / 0.5);
}
.border-y-primary-600\/60{
  border-top-color: rgb(81 151 229 / 0.6);
  border-bottom-color: rgb(81 151 229 / 0.6);
}
.border-y-primary-600\/70{
  border-top-color: rgb(81 151 229 / 0.7);
  border-bottom-color: rgb(81 151 229 / 0.7);
}
.border-y-primary-600\/75{
  border-top-color: rgb(81 151 229 / 0.75);
  border-bottom-color: rgb(81 151 229 / 0.75);
}
.border-y-primary-600\/80{
  border-top-color: rgb(81 151 229 / 0.8);
  border-bottom-color: rgb(81 151 229 / 0.8);
}
.border-y-primary-600\/90{
  border-top-color: rgb(81 151 229 / 0.9);
  border-bottom-color: rgb(81 151 229 / 0.9);
}
.border-y-primary-600\/95{
  border-top-color: rgb(81 151 229 / 0.95);
  border-bottom-color: rgb(81 151 229 / 0.95);
}
.border-y-primary-600\/100{
  border-top-color: rgb(81 151 229 / 1);
  border-bottom-color: rgb(81 151 229 / 1);
}
.border-y-primary-700\/0{
  border-top-color: rgb(106 187 223 / 0);
  border-bottom-color: rgb(106 187 223 / 0);
}
.border-y-primary-700\/5{
  border-top-color: rgb(106 187 223 / 0.05);
  border-bottom-color: rgb(106 187 223 / 0.05);
}
.border-y-primary-700\/10{
  border-top-color: rgb(106 187 223 / 0.1);
  border-bottom-color: rgb(106 187 223 / 0.1);
}
.border-y-primary-700\/20{
  border-top-color: rgb(106 187 223 / 0.2);
  border-bottom-color: rgb(106 187 223 / 0.2);
}
.border-y-primary-700\/25{
  border-top-color: rgb(106 187 223 / 0.25);
  border-bottom-color: rgb(106 187 223 / 0.25);
}
.border-y-primary-700\/30{
  border-top-color: rgb(106 187 223 / 0.3);
  border-bottom-color: rgb(106 187 223 / 0.3);
}
.border-y-primary-700\/40{
  border-top-color: rgb(106 187 223 / 0.4);
  border-bottom-color: rgb(106 187 223 / 0.4);
}
.border-y-primary-700\/50{
  border-top-color: rgb(106 187 223 / 0.5);
  border-bottom-color: rgb(106 187 223 / 0.5);
}
.border-y-primary-700\/60{
  border-top-color: rgb(106 187 223 / 0.6);
  border-bottom-color: rgb(106 187 223 / 0.6);
}
.border-y-primary-700\/70{
  border-top-color: rgb(106 187 223 / 0.7);
  border-bottom-color: rgb(106 187 223 / 0.7);
}
.border-y-primary-700\/75{
  border-top-color: rgb(106 187 223 / 0.75);
  border-bottom-color: rgb(106 187 223 / 0.75);
}
.border-y-primary-700\/80{
  border-top-color: rgb(106 187 223 / 0.8);
  border-bottom-color: rgb(106 187 223 / 0.8);
}
.border-y-primary-700\/90{
  border-top-color: rgb(106 187 223 / 0.9);
  border-bottom-color: rgb(106 187 223 / 0.9);
}
.border-y-primary-700\/95{
  border-top-color: rgb(106 187 223 / 0.95);
  border-bottom-color: rgb(106 187 223 / 0.95);
}
.border-y-primary-700\/100{
  border-top-color: rgb(106 187 223 / 1);
  border-bottom-color: rgb(106 187 223 / 1);
}
.border-y-primary-720\/0{
  border-top-color: rgb(112 142 148 / 0);
  border-bottom-color: rgb(112 142 148 / 0);
}
.border-y-primary-720\/5{
  border-top-color: rgb(112 142 148 / 0.05);
  border-bottom-color: rgb(112 142 148 / 0.05);
}
.border-y-primary-720\/10{
  border-top-color: rgb(112 142 148 / 0.1);
  border-bottom-color: rgb(112 142 148 / 0.1);
}
.border-y-primary-720\/20{
  border-top-color: rgb(112 142 148 / 0.2);
  border-bottom-color: rgb(112 142 148 / 0.2);
}
.border-y-primary-720\/25{
  border-top-color: rgb(112 142 148 / 0.25);
  border-bottom-color: rgb(112 142 148 / 0.25);
}
.border-y-primary-720\/30{
  border-top-color: rgb(112 142 148 / 0.3);
  border-bottom-color: rgb(112 142 148 / 0.3);
}
.border-y-primary-720\/40{
  border-top-color: rgb(112 142 148 / 0.4);
  border-bottom-color: rgb(112 142 148 / 0.4);
}
.border-y-primary-720\/50{
  border-top-color: rgb(112 142 148 / 0.5);
  border-bottom-color: rgb(112 142 148 / 0.5);
}
.border-y-primary-720\/60{
  border-top-color: rgb(112 142 148 / 0.6);
  border-bottom-color: rgb(112 142 148 / 0.6);
}
.border-y-primary-720\/70{
  border-top-color: rgb(112 142 148 / 0.7);
  border-bottom-color: rgb(112 142 148 / 0.7);
}
.border-y-primary-720\/75{
  border-top-color: rgb(112 142 148 / 0.75);
  border-bottom-color: rgb(112 142 148 / 0.75);
}
.border-y-primary-720\/80{
  border-top-color: rgb(112 142 148 / 0.8);
  border-bottom-color: rgb(112 142 148 / 0.8);
}
.border-y-primary-720\/90{
  border-top-color: rgb(112 142 148 / 0.9);
  border-bottom-color: rgb(112 142 148 / 0.9);
}
.border-y-primary-720\/95{
  border-top-color: rgb(112 142 148 / 0.95);
  border-bottom-color: rgb(112 142 148 / 0.95);
}
.border-y-primary-720\/100{
  border-top-color: rgb(112 142 148 / 1);
  border-bottom-color: rgb(112 142 148 / 1);
}
.border-y-primary-750\/0{
  border-top-color: rgb(128 222 234 / 0);
  border-bottom-color: rgb(128 222 234 / 0);
}
.border-y-primary-750\/5{
  border-top-color: rgb(128 222 234 / 0.05);
  border-bottom-color: rgb(128 222 234 / 0.05);
}
.border-y-primary-750\/10{
  border-top-color: rgb(128 222 234 / 0.1);
  border-bottom-color: rgb(128 222 234 / 0.1);
}
.border-y-primary-750\/20{
  border-top-color: rgb(128 222 234 / 0.2);
  border-bottom-color: rgb(128 222 234 / 0.2);
}
.border-y-primary-750\/25{
  border-top-color: rgb(128 222 234 / 0.25);
  border-bottom-color: rgb(128 222 234 / 0.25);
}
.border-y-primary-750\/30{
  border-top-color: rgb(128 222 234 / 0.3);
  border-bottom-color: rgb(128 222 234 / 0.3);
}
.border-y-primary-750\/40{
  border-top-color: rgb(128 222 234 / 0.4);
  border-bottom-color: rgb(128 222 234 / 0.4);
}
.border-y-primary-750\/50{
  border-top-color: rgb(128 222 234 / 0.5);
  border-bottom-color: rgb(128 222 234 / 0.5);
}
.border-y-primary-750\/60{
  border-top-color: rgb(128 222 234 / 0.6);
  border-bottom-color: rgb(128 222 234 / 0.6);
}
.border-y-primary-750\/70{
  border-top-color: rgb(128 222 234 / 0.7);
  border-bottom-color: rgb(128 222 234 / 0.7);
}
.border-y-primary-750\/75{
  border-top-color: rgb(128 222 234 / 0.75);
  border-bottom-color: rgb(128 222 234 / 0.75);
}
.border-y-primary-750\/80{
  border-top-color: rgb(128 222 234 / 0.8);
  border-bottom-color: rgb(128 222 234 / 0.8);
}
.border-y-primary-750\/90{
  border-top-color: rgb(128 222 234 / 0.9);
  border-bottom-color: rgb(128 222 234 / 0.9);
}
.border-y-primary-750\/95{
  border-top-color: rgb(128 222 234 / 0.95);
  border-bottom-color: rgb(128 222 234 / 0.95);
}
.border-y-primary-750\/100{
  border-top-color: rgb(128 222 234 / 1);
  border-bottom-color: rgb(128 222 234 / 1);
}
.border-y-primary-800\/0{
  border-top-color: rgb(227 248 251 / 0);
  border-bottom-color: rgb(227 248 251 / 0);
}
.border-y-primary-800\/5{
  border-top-color: rgb(227 248 251 / 0.05);
  border-bottom-color: rgb(227 248 251 / 0.05);
}
.border-y-primary-800\/10{
  border-top-color: rgb(227 248 251 / 0.1);
  border-bottom-color: rgb(227 248 251 / 0.1);
}
.border-y-primary-800\/20{
  border-top-color: rgb(227 248 251 / 0.2);
  border-bottom-color: rgb(227 248 251 / 0.2);
}
.border-y-primary-800\/25{
  border-top-color: rgb(227 248 251 / 0.25);
  border-bottom-color: rgb(227 248 251 / 0.25);
}
.border-y-primary-800\/30{
  border-top-color: rgb(227 248 251 / 0.3);
  border-bottom-color: rgb(227 248 251 / 0.3);
}
.border-y-primary-800\/40{
  border-top-color: rgb(227 248 251 / 0.4);
  border-bottom-color: rgb(227 248 251 / 0.4);
}
.border-y-primary-800\/50{
  border-top-color: rgb(227 248 251 / 0.5);
  border-bottom-color: rgb(227 248 251 / 0.5);
}
.border-y-primary-800\/60{
  border-top-color: rgb(227 248 251 / 0.6);
  border-bottom-color: rgb(227 248 251 / 0.6);
}
.border-y-primary-800\/70{
  border-top-color: rgb(227 248 251 / 0.7);
  border-bottom-color: rgb(227 248 251 / 0.7);
}
.border-y-primary-800\/75{
  border-top-color: rgb(227 248 251 / 0.75);
  border-bottom-color: rgb(227 248 251 / 0.75);
}
.border-y-primary-800\/80{
  border-top-color: rgb(227 248 251 / 0.8);
  border-bottom-color: rgb(227 248 251 / 0.8);
}
.border-y-primary-800\/90{
  border-top-color: rgb(227 248 251 / 0.9);
  border-bottom-color: rgb(227 248 251 / 0.9);
}
.border-y-primary-800\/95{
  border-top-color: rgb(227 248 251 / 0.95);
  border-bottom-color: rgb(227 248 251 / 0.95);
}
.border-y-primary-800\/100{
  border-top-color: rgb(227 248 251 / 1);
  border-bottom-color: rgb(227 248 251 / 1);
}
.border-y-primary-dark\/0{
  border-top-color: rgb(5 79 89 / 0);
  border-bottom-color: rgb(5 79 89 / 0);
}
.border-y-primary-dark\/5{
  border-top-color: rgb(5 79 89 / 0.05);
  border-bottom-color: rgb(5 79 89 / 0.05);
}
.border-y-primary-dark\/10{
  border-top-color: rgb(5 79 89 / 0.1);
  border-bottom-color: rgb(5 79 89 / 0.1);
}
.border-y-primary-dark\/20{
  border-top-color: rgb(5 79 89 / 0.2);
  border-bottom-color: rgb(5 79 89 / 0.2);
}
.border-y-primary-dark\/25{
  border-top-color: rgb(5 79 89 / 0.25);
  border-bottom-color: rgb(5 79 89 / 0.25);
}
.border-y-primary-dark\/30{
  border-top-color: rgb(5 79 89 / 0.3);
  border-bottom-color: rgb(5 79 89 / 0.3);
}
.border-y-primary-dark\/40{
  border-top-color: rgb(5 79 89 / 0.4);
  border-bottom-color: rgb(5 79 89 / 0.4);
}
.border-y-primary-dark\/50{
  border-top-color: rgb(5 79 89 / 0.5);
  border-bottom-color: rgb(5 79 89 / 0.5);
}
.border-y-primary-dark\/60{
  border-top-color: rgb(5 79 89 / 0.6);
  border-bottom-color: rgb(5 79 89 / 0.6);
}
.border-y-primary-dark\/70{
  border-top-color: rgb(5 79 89 / 0.7);
  border-bottom-color: rgb(5 79 89 / 0.7);
}
.border-y-primary-dark\/75{
  border-top-color: rgb(5 79 89 / 0.75);
  border-bottom-color: rgb(5 79 89 / 0.75);
}
.border-y-primary-dark\/80{
  border-top-color: rgb(5 79 89 / 0.8);
  border-bottom-color: rgb(5 79 89 / 0.8);
}
.border-y-primary-dark\/90{
  border-top-color: rgb(5 79 89 / 0.9);
  border-bottom-color: rgb(5 79 89 / 0.9);
}
.border-y-primary-dark\/95{
  border-top-color: rgb(5 79 89 / 0.95);
  border-bottom-color: rgb(5 79 89 / 0.95);
}
.border-y-primary-dark\/100{
  border-top-color: rgb(5 79 89 / 1);
  border-bottom-color: rgb(5 79 89 / 1);
}
.border-y-primary-light\/0{
  border-top-color: rgb(213 227 231 / 0);
  border-bottom-color: rgb(213 227 231 / 0);
}
.border-y-primary-light\/5{
  border-top-color: rgb(213 227 231 / 0.05);
  border-bottom-color: rgb(213 227 231 / 0.05);
}
.border-y-primary-light\/10{
  border-top-color: rgb(213 227 231 / 0.1);
  border-bottom-color: rgb(213 227 231 / 0.1);
}
.border-y-primary-light\/20{
  border-top-color: rgb(213 227 231 / 0.2);
  border-bottom-color: rgb(213 227 231 / 0.2);
}
.border-y-primary-light\/25{
  border-top-color: rgb(213 227 231 / 0.25);
  border-bottom-color: rgb(213 227 231 / 0.25);
}
.border-y-primary-light\/30{
  border-top-color: rgb(213 227 231 / 0.3);
  border-bottom-color: rgb(213 227 231 / 0.3);
}
.border-y-primary-light\/40{
  border-top-color: rgb(213 227 231 / 0.4);
  border-bottom-color: rgb(213 227 231 / 0.4);
}
.border-y-primary-light\/50{
  border-top-color: rgb(213 227 231 / 0.5);
  border-bottom-color: rgb(213 227 231 / 0.5);
}
.border-y-primary-light\/60{
  border-top-color: rgb(213 227 231 / 0.6);
  border-bottom-color: rgb(213 227 231 / 0.6);
}
.border-y-primary-light\/70{
  border-top-color: rgb(213 227 231 / 0.7);
  border-bottom-color: rgb(213 227 231 / 0.7);
}
.border-y-primary-light\/75{
  border-top-color: rgb(213 227 231 / 0.75);
  border-bottom-color: rgb(213 227 231 / 0.75);
}
.border-y-primary-light\/80{
  border-top-color: rgb(213 227 231 / 0.8);
  border-bottom-color: rgb(213 227 231 / 0.8);
}
.border-y-primary-light\/90{
  border-top-color: rgb(213 227 231 / 0.9);
  border-bottom-color: rgb(213 227 231 / 0.9);
}
.border-y-primary-light\/95{
  border-top-color: rgb(213 227 231 / 0.95);
  border-bottom-color: rgb(213 227 231 / 0.95);
}
.border-y-primary-light\/100{
  border-top-color: rgb(213 227 231 / 1);
  border-bottom-color: rgb(213 227 231 / 1);
}
.border-y-primary\/0{
  border-top-color: rgb(51 102 153 / 0);
  border-bottom-color: rgb(51 102 153 / 0);
}
.border-y-primary\/5{
  border-top-color: rgb(51 102 153 / 0.05);
  border-bottom-color: rgb(51 102 153 / 0.05);
}
.border-y-primary\/10{
  border-top-color: rgb(51 102 153 / 0.1);
  border-bottom-color: rgb(51 102 153 / 0.1);
}
.border-y-primary\/20{
  border-top-color: rgb(51 102 153 / 0.2);
  border-bottom-color: rgb(51 102 153 / 0.2);
}
.border-y-primary\/25{
  border-top-color: rgb(51 102 153 / 0.25);
  border-bottom-color: rgb(51 102 153 / 0.25);
}
.border-y-primary\/30{
  border-top-color: rgb(51 102 153 / 0.3);
  border-bottom-color: rgb(51 102 153 / 0.3);
}
.border-y-primary\/40{
  border-top-color: rgb(51 102 153 / 0.4);
  border-bottom-color: rgb(51 102 153 / 0.4);
}
.border-y-primary\/50{
  border-top-color: rgb(51 102 153 / 0.5);
  border-bottom-color: rgb(51 102 153 / 0.5);
}
.border-y-primary\/60{
  border-top-color: rgb(51 102 153 / 0.6);
  border-bottom-color: rgb(51 102 153 / 0.6);
}
.border-y-primary\/70{
  border-top-color: rgb(51 102 153 / 0.7);
  border-bottom-color: rgb(51 102 153 / 0.7);
}
.border-y-primary\/75{
  border-top-color: rgb(51 102 153 / 0.75);
  border-bottom-color: rgb(51 102 153 / 0.75);
}
.border-y-primary\/80{
  border-top-color: rgb(51 102 153 / 0.8);
  border-bottom-color: rgb(51 102 153 / 0.8);
}
.border-y-primary\/90{
  border-top-color: rgb(51 102 153 / 0.9);
  border-bottom-color: rgb(51 102 153 / 0.9);
}
.border-y-primary\/95{
  border-top-color: rgb(51 102 153 / 0.95);
  border-bottom-color: rgb(51 102 153 / 0.95);
}
.border-y-primary\/100{
  border-top-color: rgb(51 102 153 / 1);
  border-bottom-color: rgb(51 102 153 / 1);
}
.border-y-bluemarine-900\/0{
  border-top-color: rgb(34 68 74 / 0);
  border-bottom-color: rgb(34 68 74 / 0);
}
.border-y-bluemarine-900\/5{
  border-top-color: rgb(34 68 74 / 0.05);
  border-bottom-color: rgb(34 68 74 / 0.05);
}
.border-y-bluemarine-900\/10{
  border-top-color: rgb(34 68 74 / 0.1);
  border-bottom-color: rgb(34 68 74 / 0.1);
}
.border-y-bluemarine-900\/20{
  border-top-color: rgb(34 68 74 / 0.2);
  border-bottom-color: rgb(34 68 74 / 0.2);
}
.border-y-bluemarine-900\/25{
  border-top-color: rgb(34 68 74 / 0.25);
  border-bottom-color: rgb(34 68 74 / 0.25);
}
.border-y-bluemarine-900\/30{
  border-top-color: rgb(34 68 74 / 0.3);
  border-bottom-color: rgb(34 68 74 / 0.3);
}
.border-y-bluemarine-900\/40{
  border-top-color: rgb(34 68 74 / 0.4);
  border-bottom-color: rgb(34 68 74 / 0.4);
}
.border-y-bluemarine-900\/50{
  border-top-color: rgb(34 68 74 / 0.5);
  border-bottom-color: rgb(34 68 74 / 0.5);
}
.border-y-bluemarine-900\/60{
  border-top-color: rgb(34 68 74 / 0.6);
  border-bottom-color: rgb(34 68 74 / 0.6);
}
.border-y-bluemarine-900\/70{
  border-top-color: rgb(34 68 74 / 0.7);
  border-bottom-color: rgb(34 68 74 / 0.7);
}
.border-y-bluemarine-900\/75{
  border-top-color: rgb(34 68 74 / 0.75);
  border-bottom-color: rgb(34 68 74 / 0.75);
}
.border-y-bluemarine-900\/80{
  border-top-color: rgb(34 68 74 / 0.8);
  border-bottom-color: rgb(34 68 74 / 0.8);
}
.border-y-bluemarine-900\/90{
  border-top-color: rgb(34 68 74 / 0.9);
  border-bottom-color: rgb(34 68 74 / 0.9);
}
.border-y-bluemarine-900\/95{
  border-top-color: rgb(34 68 74 / 0.95);
  border-bottom-color: rgb(34 68 74 / 0.95);
}
.border-y-bluemarine-900\/100{
  border-top-color: rgb(34 68 74 / 1);
  border-bottom-color: rgb(34 68 74 / 1);
}
.border-y-bluemarine\/0{
  border-top-color: rgb(5 79 89 / 0);
  border-bottom-color: rgb(5 79 89 / 0);
}
.border-y-bluemarine\/5{
  border-top-color: rgb(5 79 89 / 0.05);
  border-bottom-color: rgb(5 79 89 / 0.05);
}
.border-y-bluemarine\/10{
  border-top-color: rgb(5 79 89 / 0.1);
  border-bottom-color: rgb(5 79 89 / 0.1);
}
.border-y-bluemarine\/20{
  border-top-color: rgb(5 79 89 / 0.2);
  border-bottom-color: rgb(5 79 89 / 0.2);
}
.border-y-bluemarine\/25{
  border-top-color: rgb(5 79 89 / 0.25);
  border-bottom-color: rgb(5 79 89 / 0.25);
}
.border-y-bluemarine\/30{
  border-top-color: rgb(5 79 89 / 0.3);
  border-bottom-color: rgb(5 79 89 / 0.3);
}
.border-y-bluemarine\/40{
  border-top-color: rgb(5 79 89 / 0.4);
  border-bottom-color: rgb(5 79 89 / 0.4);
}
.border-y-bluemarine\/50{
  border-top-color: rgb(5 79 89 / 0.5);
  border-bottom-color: rgb(5 79 89 / 0.5);
}
.border-y-bluemarine\/60{
  border-top-color: rgb(5 79 89 / 0.6);
  border-bottom-color: rgb(5 79 89 / 0.6);
}
.border-y-bluemarine\/70{
  border-top-color: rgb(5 79 89 / 0.7);
  border-bottom-color: rgb(5 79 89 / 0.7);
}
.border-y-bluemarine\/75{
  border-top-color: rgb(5 79 89 / 0.75);
  border-bottom-color: rgb(5 79 89 / 0.75);
}
.border-y-bluemarine\/80{
  border-top-color: rgb(5 79 89 / 0.8);
  border-bottom-color: rgb(5 79 89 / 0.8);
}
.border-y-bluemarine\/90{
  border-top-color: rgb(5 79 89 / 0.9);
  border-bottom-color: rgb(5 79 89 / 0.9);
}
.border-y-bluemarine\/95{
  border-top-color: rgb(5 79 89 / 0.95);
  border-bottom-color: rgb(5 79 89 / 0.95);
}
.border-y-bluemarine\/100{
  border-top-color: rgb(5 79 89 / 1);
  border-bottom-color: rgb(5 79 89 / 1);
}
.border-t-transparent{
  border-top-color: transparent;
}
.border-t-white{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-t-black{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-t-tab_active{
  --tw-border-opacity: 1;
  border-top-color: rgb(86 200 216 / var(--tw-border-opacity));
}
.border-t-modal-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(236 244 245 / var(--tw-border-opacity));
}
.border-t-green-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(243 250 247 / var(--tw-border-opacity));
}
.border-t-green-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(222 247 236 / var(--tw-border-opacity));
}
.border-t-green-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(188 240 218 / var(--tw-border-opacity));
}
.border-t-green-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(132 225 188 / var(--tw-border-opacity));
}
.border-t-green-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(49 196 141 / var(--tw-border-opacity));
}
.border-t-green-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(14 159 110 / var(--tw-border-opacity));
}
.border-t-green-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(5 122 85 / var(--tw-border-opacity));
}
.border-t-green-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(4 108 78 / var(--tw-border-opacity));
}
.border-t-green-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(3 84 63 / var(--tw-border-opacity));
}
.border-t-green-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(1 71 55 / var(--tw-border-opacity));
}
.border-t-green{
  --tw-border-opacity: 1;
  border-top-color: rgb(77 208 225 / var(--tw-border-opacity));
}
.border-t-green-dark{
  border-top-color: #054F59;;
}
.border-t-green-light{
  --tw-border-opacity: 1;
  border-top-color: rgb(93 224 241 / var(--tw-border-opacity));
}
.border-t-ottanio{
  --tw-border-opacity: 1;
  border-top-color: rgb(5 79 89 / var(--tw-border-opacity));
}
.border-t-ottanio-light{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 151 167 / var(--tw-border-opacity));
}
.border-t-magenta{
  --tw-border-opacity: 1;
  border-top-color: rgb(224 14 102 / var(--tw-border-opacity));
}
.border-t-magenta-light{
  border-top-color: #E00E66BD;
}
.border-t-arancio{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 149 149 / var(--tw-border-opacity));
}
.border-t-gray-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(249 250 251 / var(--tw-border-opacity));
}
.border-t-gray-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(213 227 231 / var(--tw-border-opacity));
}
.border-t-gray-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-t-gray-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(100 108 122 / var(--tw-border-opacity));
}
.border-t-gray-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(159 189 195 / var(--tw-border-opacity));
}
.border-t-gray-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.border-t-gray-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(196 196 196 / var(--tw-border-opacity));
}
.border-t-gray-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(221 221 221 / var(--tw-border-opacity));
}
.border-t-gray-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(31 41 55 / var(--tw-border-opacity));
}
.border-t-gray-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(249 249 249 / var(--tw-border-opacity));
}
.border-t-gray{
  --tw-border-opacity: 1;
  border-top-color: rgb(187 187 187 / var(--tw-border-opacity));
}
.border-t-red-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(253 242 242 / var(--tw-border-opacity));
}
.border-t-red-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(253 232 232 / var(--tw-border-opacity));
}
.border-t-red-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(251 213 213 / var(--tw-border-opacity));
}
.border-t-red-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(248 180 180 / var(--tw-border-opacity));
}
.border-t-red-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(249 128 128 / var(--tw-border-opacity));
}
.border-t-red-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(240 82 82 / var(--tw-border-opacity));
}
.border-t-red-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(224 36 36 / var(--tw-border-opacity));
}
.border-t-red-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(200 30 30 / var(--tw-border-opacity));
}
.border-t-red-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(155 28 28 / var(--tw-border-opacity));
}
.border-t-red-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(119 29 29 / var(--tw-border-opacity));
}
.border-t-orange-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 248 241 / var(--tw-border-opacity));
}
.border-t-orange-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 236 220 / var(--tw-border-opacity));
}
.border-t-orange-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(252 217 189 / var(--tw-border-opacity));
}
.border-t-orange-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(253 186 140 / var(--tw-border-opacity));
}
.border-t-orange-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 138 76 / var(--tw-border-opacity));
}
.border-t-orange-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 90 31 / var(--tw-border-opacity));
}
.border-t-orange-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(208 56 1 / var(--tw-border-opacity));
}
.border-t-orange-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(180 52 3 / var(--tw-border-opacity));
}
.border-t-orange-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(138 44 13 / var(--tw-border-opacity));
}
.border-t-orange-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(119 29 29 / var(--tw-border-opacity));
}
.border-t-yellow-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(253 253 234 / var(--tw-border-opacity));
}
.border-t-yellow-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(253 246 178 / var(--tw-border-opacity));
}
.border-t-yellow-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(252 233 106 / var(--tw-border-opacity));
}
.border-t-yellow-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(250 202 21 / var(--tw-border-opacity));
}
.border-t-yellow-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(227 160 8 / var(--tw-border-opacity));
}
.border-t-yellow-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(194 120 3 / var(--tw-border-opacity));
}
.border-t-yellow-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(159 88 10 / var(--tw-border-opacity));
}
.border-t-yellow-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(142 75 16 / var(--tw-border-opacity));
}
.border-t-yellow-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(114 59 19 / var(--tw-border-opacity));
}
.border-t-yellow-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(99 49 18 / var(--tw-border-opacity));
}
.border-t-teal-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(237 250 250 / var(--tw-border-opacity));
}
.border-t-teal-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(213 245 246 / var(--tw-border-opacity));
}
.border-t-teal-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(175 236 239 / var(--tw-border-opacity));
}
.border-t-teal-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(126 220 226 / var(--tw-border-opacity));
}
.border-t-teal-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(22 189 202 / var(--tw-border-opacity));
}
.border-t-teal-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(6 148 162 / var(--tw-border-opacity));
}
.border-t-teal-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(4 116 129 / var(--tw-border-opacity));
}
.border-t-teal-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(3 102 114 / var(--tw-border-opacity));
}
.border-t-teal-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(5 80 92 / var(--tw-border-opacity));
}
.border-t-teal-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(1 68 81 / var(--tw-border-opacity));
}
.border-t-blue-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(235 245 255 / var(--tw-border-opacity));
}
.border-t-blue-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(225 239 254 / var(--tw-border-opacity));
}
.border-t-blue-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(195 221 253 / var(--tw-border-opacity));
}
.border-t-blue-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(164 202 254 / var(--tw-border-opacity));
}
.border-t-blue-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(118 169 250 / var(--tw-border-opacity));
}
.border-t-blue-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(63 131 248 / var(--tw-border-opacity));
}
.border-t-blue-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(28 100 242 / var(--tw-border-opacity));
}
.border-t-blue-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(26 86 219 / var(--tw-border-opacity));
}
.border-t-blue-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(30 66 159 / var(--tw-border-opacity));
}
.border-t-blue-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(35 56 118 / var(--tw-border-opacity));
}
.border-t-indigo-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(240 245 255 / var(--tw-border-opacity));
}
.border-t-indigo-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(229 237 255 / var(--tw-border-opacity));
}
.border-t-indigo-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(205 219 254 / var(--tw-border-opacity));
}
.border-t-indigo-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(180 198 252 / var(--tw-border-opacity));
}
.border-t-indigo-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(141 162 251 / var(--tw-border-opacity));
}
.border-t-indigo-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(104 117 245 / var(--tw-border-opacity));
}
.border-t-indigo-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(88 80 236 / var(--tw-border-opacity));
}
.border-t-indigo-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(81 69 205 / var(--tw-border-opacity));
}
.border-t-indigo-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(66 56 157 / var(--tw-border-opacity));
}
.border-t-indigo-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(54 47 120 / var(--tw-border-opacity));
}
.border-t-purple-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(246 245 255 / var(--tw-border-opacity));
}
.border-t-purple-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(237 235 254 / var(--tw-border-opacity));
}
.border-t-purple-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(220 215 254 / var(--tw-border-opacity));
}
.border-t-purple-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(202 191 253 / var(--tw-border-opacity));
}
.border-t-purple-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(172 148 250 / var(--tw-border-opacity));
}
.border-t-purple-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(144 97 249 / var(--tw-border-opacity));
}
.border-t-purple-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(126 58 242 / var(--tw-border-opacity));
}
.border-t-purple-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(108 43 217 / var(--tw-border-opacity));
}
.border-t-purple-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(85 33 181 / var(--tw-border-opacity));
}
.border-t-purple-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(74 29 150 / var(--tw-border-opacity));
}
.border-t-purple-light{
  --tw-border-opacity: 1;
  border-top-color: rgb(224 14 102 / var(--tw-border-opacity));
}
.border-t-pink-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(253 242 248 / var(--tw-border-opacity));
}
.border-t-pink-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(252 232 243 / var(--tw-border-opacity));
}
.border-t-pink-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(250 209 232 / var(--tw-border-opacity));
}
.border-t-pink-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(248 180 217 / var(--tw-border-opacity));
}
.border-t-pink-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(241 126 184 / var(--tw-border-opacity));
}
.border-t-pink-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(231 70 148 / var(--tw-border-opacity));
}
.border-t-pink-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(214 31 105 / var(--tw-border-opacity));
}
.border-t-pink-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(191 18 93 / var(--tw-border-opacity));
}
.border-t-pink-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(153 21 75 / var(--tw-border-opacity));
}
.border-t-pink-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(117 26 61 / var(--tw-border-opacity));
}
.border-t-primary-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 151 167 / var(--tw-border-opacity));
}
.border-t-primary-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(14 28 42 / var(--tw-border-opacity));
}
.border-t-primary-290{
  --tw-border-opacity: 1;
  border-top-color: rgb(34 68 74 / var(--tw-border-opacity));
}
.border-t-primary-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(34 110 184 / var(--tw-border-opacity));
}
.border-t-primary-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(40 157 204 / var(--tw-border-opacity));
}
.border-t-primary-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(81 151 229 / var(--tw-border-opacity));
}
.border-t-primary-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(106 187 223 / var(--tw-border-opacity));
}
.border-t-primary-720{
  --tw-border-opacity: 1;
  border-top-color: rgb(112 142 148 / var(--tw-border-opacity));
}
.border-t-primary-750{
  --tw-border-opacity: 1;
  border-top-color: rgb(128 222 234 / var(--tw-border-opacity));
}
.border-t-primary-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(227 248 251 / var(--tw-border-opacity));
}
.border-t-primary-dark{
  --tw-border-opacity: 1;
  border-top-color: rgb(5 79 89 / var(--tw-border-opacity));
}
.border-t-primary-light{
  --tw-border-opacity: 1;
  border-top-color: rgb(213 227 231 / var(--tw-border-opacity));
}
.border-t-primary{
  --tw-border-opacity: 1;
  border-top-color: rgb(51 102 153 / var(--tw-border-opacity));
}
.border-t-bluemarine-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(34 68 74 / var(--tw-border-opacity));
}
.border-t-bluemarine{
  --tw-border-opacity: 1;
  border-top-color: rgb(5 79 89 / var(--tw-border-opacity));
}
.border-t-transparent\/0{
  border-top-color: rgb(0 0 0 / 0);
}
.border-t-transparent\/5{
  border-top-color: rgb(0 0 0 / 0.05);
}
.border-t-transparent\/10{
  border-top-color: rgb(0 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\/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-transparent\/100{
  border-top-color: rgb(0 0 0 / 1);
}
.border-t-white\/0{
  border-top-color: rgb(255 255 255 / 0);
}
.border-t-white\/5{
  border-top-color: rgb(255 255 255 / 0.05);
}
.border-t-white\/10{
  border-top-color: rgb(255 255 255 / 0.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\/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-white\/100{
  border-top-color: rgb(255 255 255 / 1);
}
.border-t-black\/0{
  border-top-color: rgb(0 0 0 / 0);
}
.border-t-black\/5{
  border-top-color: rgb(0 0 0 / 0.05);
}
.border-t-black\/10{
  border-top-color: rgb(0 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\/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-black\/100{
  border-top-color: rgb(0 0 0 / 1);
}
.border-t-tab_active\/0{
  border-top-color: rgb(86 200 216 / 0);
}
.border-t-tab_active\/5{
  border-top-color: rgb(86 200 216 / 0.05);
}
.border-t-tab_active\/10{
  border-top-color: rgb(86 200 216 / 0.1);
}
.border-t-tab_active\/20{
  border-top-color: rgb(86 200 216 / 0.2);
}
.border-t-tab_active\/25{
  border-top-color: rgb(86 200 216 / 0.25);
}
.border-t-tab_active\/30{
  border-top-color: rgb(86 200 216 / 0.3);
}
.border-t-tab_active\/40{
  border-top-color: rgb(86 200 216 / 0.4);
}
.border-t-tab_active\/50{
  border-top-color: rgb(86 200 216 / 0.5);
}
.border-t-tab_active\/60{
  border-top-color: rgb(86 200 216 / 0.6);
}
.border-t-tab_active\/70{
  border-top-color: rgb(86 200 216 / 0.7);
}
.border-t-tab_active\/75{
  border-top-color: rgb(86 200 216 / 0.75);
}
.border-t-tab_active\/80{
  border-top-color: rgb(86 200 216 / 0.8);
}
.border-t-tab_active\/90{
  border-top-color: rgb(86 200 216 / 0.9);
}
.border-t-tab_active\/95{
  border-top-color: rgb(86 200 216 / 0.95);
}
.border-t-tab_active\/100{
  border-top-color: rgb(86 200 216 / 1);
}
.border-t-modal-50\/0{
  border-top-color: rgb(236 244 245 / 0);
}
.border-t-modal-50\/5{
  border-top-color: rgb(236 244 245 / 0.05);
}
.border-t-modal-50\/10{
  border-top-color: rgb(236 244 245 / 0.1);
}
.border-t-modal-50\/20{
  border-top-color: rgb(236 244 245 / 0.2);
}
.border-t-modal-50\/25{
  border-top-color: rgb(236 244 245 / 0.25);
}
.border-t-modal-50\/30{
  border-top-color: rgb(236 244 245 / 0.3);
}
.border-t-modal-50\/40{
  border-top-color: rgb(236 244 245 / 0.4);
}
.border-t-modal-50\/50{
  border-top-color: rgb(236 244 245 / 0.5);
}
.border-t-modal-50\/60{
  border-top-color: rgb(236 244 245 / 0.6);
}
.border-t-modal-50\/70{
  border-top-color: rgb(236 244 245 / 0.7);
}
.border-t-modal-50\/75{
  border-top-color: rgb(236 244 245 / 0.75);
}
.border-t-modal-50\/80{
  border-top-color: rgb(236 244 245 / 0.8);
}
.border-t-modal-50\/90{
  border-top-color: rgb(236 244 245 / 0.9);
}
.border-t-modal-50\/95{
  border-top-color: rgb(236 244 245 / 0.95);
}
.border-t-modal-50\/100{
  border-top-color: rgb(236 244 245 / 1);
}
.border-t-green-50\/0{
  border-top-color: rgb(243 250 247 / 0);
}
.border-t-green-50\/5{
  border-top-color: rgb(243 250 247 / 0.05);
}
.border-t-green-50\/10{
  border-top-color: rgb(243 250 247 / 0.1);
}
.border-t-green-50\/20{
  border-top-color: rgb(243 250 247 / 0.2);
}
.border-t-green-50\/25{
  border-top-color: rgb(243 250 247 / 0.25);
}
.border-t-green-50\/30{
  border-top-color: rgb(243 250 247 / 0.3);
}
.border-t-green-50\/40{
  border-top-color: rgb(243 250 247 / 0.4);
}
.border-t-green-50\/50{
  border-top-color: rgb(243 250 247 / 0.5);
}
.border-t-green-50\/60{
  border-top-color: rgb(243 250 247 / 0.6);
}
.border-t-green-50\/70{
  border-top-color: rgb(243 250 247 / 0.7);
}
.border-t-green-50\/75{
  border-top-color: rgb(243 250 247 / 0.75);
}
.border-t-green-50\/80{
  border-top-color: rgb(243 250 247 / 0.8);
}
.border-t-green-50\/90{
  border-top-color: rgb(243 250 247 / 0.9);
}
.border-t-green-50\/95{
  border-top-color: rgb(243 250 247 / 0.95);
}
.border-t-green-50\/100{
  border-top-color: rgb(243 250 247 / 1);
}
.border-t-green-100\/0{
  border-top-color: rgb(222 247 236 / 0);
}
.border-t-green-100\/5{
  border-top-color: rgb(222 247 236 / 0.05);
}
.border-t-green-100\/10{
  border-top-color: rgb(222 247 236 / 0.1);
}
.border-t-green-100\/20{
  border-top-color: rgb(222 247 236 / 0.2);
}
.border-t-green-100\/25{
  border-top-color: rgb(222 247 236 / 0.25);
}
.border-t-green-100\/30{
  border-top-color: rgb(222 247 236 / 0.3);
}
.border-t-green-100\/40{
  border-top-color: rgb(222 247 236 / 0.4);
}
.border-t-green-100\/50{
  border-top-color: rgb(222 247 236 / 0.5);
}
.border-t-green-100\/60{
  border-top-color: rgb(222 247 236 / 0.6);
}
.border-t-green-100\/70{
  border-top-color: rgb(222 247 236 / 0.7);
}
.border-t-green-100\/75{
  border-top-color: rgb(222 247 236 / 0.75);
}
.border-t-green-100\/80{
  border-top-color: rgb(222 247 236 / 0.8);
}
.border-t-green-100\/90{
  border-top-color: rgb(222 247 236 / 0.9);
}
.border-t-green-100\/95{
  border-top-color: rgb(222 247 236 / 0.95);
}
.border-t-green-100\/100{
  border-top-color: rgb(222 247 236 / 1);
}
.border-t-green-200\/0{
  border-top-color: rgb(188 240 218 / 0);
}
.border-t-green-200\/5{
  border-top-color: rgb(188 240 218 / 0.05);
}
.border-t-green-200\/10{
  border-top-color: rgb(188 240 218 / 0.1);
}
.border-t-green-200\/20{
  border-top-color: rgb(188 240 218 / 0.2);
}
.border-t-green-200\/25{
  border-top-color: rgb(188 240 218 / 0.25);
}
.border-t-green-200\/30{
  border-top-color: rgb(188 240 218 / 0.3);
}
.border-t-green-200\/40{
  border-top-color: rgb(188 240 218 / 0.4);
}
.border-t-green-200\/50{
  border-top-color: rgb(188 240 218 / 0.5);
}
.border-t-green-200\/60{
  border-top-color: rgb(188 240 218 / 0.6);
}
.border-t-green-200\/70{
  border-top-color: rgb(188 240 218 / 0.7);
}
.border-t-green-200\/75{
  border-top-color: rgb(188 240 218 / 0.75);
}
.border-t-green-200\/80{
  border-top-color: rgb(188 240 218 / 0.8);
}
.border-t-green-200\/90{
  border-top-color: rgb(188 240 218 / 0.9);
}
.border-t-green-200\/95{
  border-top-color: rgb(188 240 218 / 0.95);
}
.border-t-green-200\/100{
  border-top-color: rgb(188 240 218 / 1);
}
.border-t-green-300\/0{
  border-top-color: rgb(132 225 188 / 0);
}
.border-t-green-300\/5{
  border-top-color: rgb(132 225 188 / 0.05);
}
.border-t-green-300\/10{
  border-top-color: rgb(132 225 188 / 0.1);
}
.border-t-green-300\/20{
  border-top-color: rgb(132 225 188 / 0.2);
}
.border-t-green-300\/25{
  border-top-color: rgb(132 225 188 / 0.25);
}
.border-t-green-300\/30{
  border-top-color: rgb(132 225 188 / 0.3);
}
.border-t-green-300\/40{
  border-top-color: rgb(132 225 188 / 0.4);
}
.border-t-green-300\/50{
  border-top-color: rgb(132 225 188 / 0.5);
}
.border-t-green-300\/60{
  border-top-color: rgb(132 225 188 / 0.6);
}
.border-t-green-300\/70{
  border-top-color: rgb(132 225 188 / 0.7);
}
.border-t-green-300\/75{
  border-top-color: rgb(132 225 188 / 0.75);
}
.border-t-green-300\/80{
  border-top-color: rgb(132 225 188 / 0.8);
}
.border-t-green-300\/90{
  border-top-color: rgb(132 225 188 / 0.9);
}
.border-t-green-300\/95{
  border-top-color: rgb(132 225 188 / 0.95);
}
.border-t-green-300\/100{
  border-top-color: rgb(132 225 188 / 1);
}
.border-t-green-400\/0{
  border-top-color: rgb(49 196 141 / 0);
}
.border-t-green-400\/5{
  border-top-color: rgb(49 196 141 / 0.05);
}
.border-t-green-400\/10{
  border-top-color: rgb(49 196 141 / 0.1);
}
.border-t-green-400\/20{
  border-top-color: rgb(49 196 141 / 0.2);
}
.border-t-green-400\/25{
  border-top-color: rgb(49 196 141 / 0.25);
}
.border-t-green-400\/30{
  border-top-color: rgb(49 196 141 / 0.3);
}
.border-t-green-400\/40{
  border-top-color: rgb(49 196 141 / 0.4);
}
.border-t-green-400\/50{
  border-top-color: rgb(49 196 141 / 0.5);
}
.border-t-green-400\/60{
  border-top-color: rgb(49 196 141 / 0.6);
}
.border-t-green-400\/70{
  border-top-color: rgb(49 196 141 / 0.7);
}
.border-t-green-400\/75{
  border-top-color: rgb(49 196 141 / 0.75);
}
.border-t-green-400\/80{
  border-top-color: rgb(49 196 141 / 0.8);
}
.border-t-green-400\/90{
  border-top-color: rgb(49 196 141 / 0.9);
}
.border-t-green-400\/95{
  border-top-color: rgb(49 196 141 / 0.95);
}
.border-t-green-400\/100{
  border-top-color: rgb(49 196 141 / 1);
}
.border-t-green-500\/0{
  border-top-color: rgb(14 159 110 / 0);
}
.border-t-green-500\/5{
  border-top-color: rgb(14 159 110 / 0.05);
}
.border-t-green-500\/10{
  border-top-color: rgb(14 159 110 / 0.1);
}
.border-t-green-500\/20{
  border-top-color: rgb(14 159 110 / 0.2);
}
.border-t-green-500\/25{
  border-top-color: rgb(14 159 110 / 0.25);
}
.border-t-green-500\/30{
  border-top-color: rgb(14 159 110 / 0.3);
}
.border-t-green-500\/40{
  border-top-color: rgb(14 159 110 / 0.4);
}
.border-t-green-500\/50{
  border-top-color: rgb(14 159 110 / 0.5);
}
.border-t-green-500\/60{
  border-top-color: rgb(14 159 110 / 0.6);
}
.border-t-green-500\/70{
  border-top-color: rgb(14 159 110 / 0.7);
}
.border-t-green-500\/75{
  border-top-color: rgb(14 159 110 / 0.75);
}
.border-t-green-500\/80{
  border-top-color: rgb(14 159 110 / 0.8);
}
.border-t-green-500\/90{
  border-top-color: rgb(14 159 110 / 0.9);
}
.border-t-green-500\/95{
  border-top-color: rgb(14 159 110 / 0.95);
}
.border-t-green-500\/100{
  border-top-color: rgb(14 159 110 / 1);
}
.border-t-green-600\/0{
  border-top-color: rgb(5 122 85 / 0);
}
.border-t-green-600\/5{
  border-top-color: rgb(5 122 85 / 0.05);
}
.border-t-green-600\/10{
  border-top-color: rgb(5 122 85 / 0.1);
}
.border-t-green-600\/20{
  border-top-color: rgb(5 122 85 / 0.2);
}
.border-t-green-600\/25{
  border-top-color: rgb(5 122 85 / 0.25);
}
.border-t-green-600\/30{
  border-top-color: rgb(5 122 85 / 0.3);
}
.border-t-green-600\/40{
  border-top-color: rgb(5 122 85 / 0.4);
}
.border-t-green-600\/50{
  border-top-color: rgb(5 122 85 / 0.5);
}
.border-t-green-600\/60{
  border-top-color: rgb(5 122 85 / 0.6);
}
.border-t-green-600\/70{
  border-top-color: rgb(5 122 85 / 0.7);
}
.border-t-green-600\/75{
  border-top-color: rgb(5 122 85 / 0.75);
}
.border-t-green-600\/80{
  border-top-color: rgb(5 122 85 / 0.8);
}
.border-t-green-600\/90{
  border-top-color: rgb(5 122 85 / 0.9);
}
.border-t-green-600\/95{
  border-top-color: rgb(5 122 85 / 0.95);
}
.border-t-green-600\/100{
  border-top-color: rgb(5 122 85 / 1);
}
.border-t-green-700\/0{
  border-top-color: rgb(4 108 78 / 0);
}
.border-t-green-700\/5{
  border-top-color: rgb(4 108 78 / 0.05);
}
.border-t-green-700\/10{
  border-top-color: rgb(4 108 78 / 0.1);
}
.border-t-green-700\/20{
  border-top-color: rgb(4 108 78 / 0.2);
}
.border-t-green-700\/25{
  border-top-color: rgb(4 108 78 / 0.25);
}
.border-t-green-700\/30{
  border-top-color: rgb(4 108 78 / 0.3);
}
.border-t-green-700\/40{
  border-top-color: rgb(4 108 78 / 0.4);
}
.border-t-green-700\/50{
  border-top-color: rgb(4 108 78 / 0.5);
}
.border-t-green-700\/60{
  border-top-color: rgb(4 108 78 / 0.6);
}
.border-t-green-700\/70{
  border-top-color: rgb(4 108 78 / 0.7);
}
.border-t-green-700\/75{
  border-top-color: rgb(4 108 78 / 0.75);
}
.border-t-green-700\/80{
  border-top-color: rgb(4 108 78 / 0.8);
}
.border-t-green-700\/90{
  border-top-color: rgb(4 108 78 / 0.9);
}
.border-t-green-700\/95{
  border-top-color: rgb(4 108 78 / 0.95);
}
.border-t-green-700\/100{
  border-top-color: rgb(4 108 78 / 1);
}
.border-t-green-800\/0{
  border-top-color: rgb(3 84 63 / 0);
}
.border-t-green-800\/5{
  border-top-color: rgb(3 84 63 / 0.05);
}
.border-t-green-800\/10{
  border-top-color: rgb(3 84 63 / 0.1);
}
.border-t-green-800\/20{
  border-top-color: rgb(3 84 63 / 0.2);
}
.border-t-green-800\/25{
  border-top-color: rgb(3 84 63 / 0.25);
}
.border-t-green-800\/30{
  border-top-color: rgb(3 84 63 / 0.3);
}
.border-t-green-800\/40{
  border-top-color: rgb(3 84 63 / 0.4);
}
.border-t-green-800\/50{
  border-top-color: rgb(3 84 63 / 0.5);
}
.border-t-green-800\/60{
  border-top-color: rgb(3 84 63 / 0.6);
}
.border-t-green-800\/70{
  border-top-color: rgb(3 84 63 / 0.7);
}
.border-t-green-800\/75{
  border-top-color: rgb(3 84 63 / 0.75);
}
.border-t-green-800\/80{
  border-top-color: rgb(3 84 63 / 0.8);
}
.border-t-green-800\/90{
  border-top-color: rgb(3 84 63 / 0.9);
}
.border-t-green-800\/95{
  border-top-color: rgb(3 84 63 / 0.95);
}
.border-t-green-800\/100{
  border-top-color: rgb(3 84 63 / 1);
}
.border-t-green-900\/0{
  border-top-color: rgb(1 71 55 / 0);
}
.border-t-green-900\/5{
  border-top-color: rgb(1 71 55 / 0.05);
}
.border-t-green-900\/10{
  border-top-color: rgb(1 71 55 / 0.1);
}
.border-t-green-900\/20{
  border-top-color: rgb(1 71 55 / 0.2);
}
.border-t-green-900\/25{
  border-top-color: rgb(1 71 55 / 0.25);
}
.border-t-green-900\/30{
  border-top-color: rgb(1 71 55 / 0.3);
}
.border-t-green-900\/40{
  border-top-color: rgb(1 71 55 / 0.4);
}
.border-t-green-900\/50{
  border-top-color: rgb(1 71 55 / 0.5);
}
.border-t-green-900\/60{
  border-top-color: rgb(1 71 55 / 0.6);
}
.border-t-green-900\/70{
  border-top-color: rgb(1 71 55 / 0.7);
}
.border-t-green-900\/75{
  border-top-color: rgb(1 71 55 / 0.75);
}
.border-t-green-900\/80{
  border-top-color: rgb(1 71 55 / 0.8);
}
.border-t-green-900\/90{
  border-top-color: rgb(1 71 55 / 0.9);
}
.border-t-green-900\/95{
  border-top-color: rgb(1 71 55 / 0.95);
}
.border-t-green-900\/100{
  border-top-color: rgb(1 71 55 / 1);
}
.border-t-green\/0{
  border-top-color: rgb(77 208 225 / 0);
}
.border-t-green\/5{
  border-top-color: rgb(77 208 225 / 0.05);
}
.border-t-green\/10{
  border-top-color: rgb(77 208 225 / 0.1);
}
.border-t-green\/20{
  border-top-color: rgb(77 208 225 / 0.2);
}
.border-t-green\/25{
  border-top-color: rgb(77 208 225 / 0.25);
}
.border-t-green\/30{
  border-top-color: rgb(77 208 225 / 0.3);
}
.border-t-green\/40{
  border-top-color: rgb(77 208 225 / 0.4);
}
.border-t-green\/50{
  border-top-color: rgb(77 208 225 / 0.5);
}
.border-t-green\/60{
  border-top-color: rgb(77 208 225 / 0.6);
}
.border-t-green\/70{
  border-top-color: rgb(77 208 225 / 0.7);
}
.border-t-green\/75{
  border-top-color: rgb(77 208 225 / 0.75);
}
.border-t-green\/80{
  border-top-color: rgb(77 208 225 / 0.8);
}
.border-t-green\/90{
  border-top-color: rgb(77 208 225 / 0.9);
}
.border-t-green\/95{
  border-top-color: rgb(77 208 225 / 0.95);
}
.border-t-green\/100{
  border-top-color: rgb(77 208 225 / 1);
}
.border-t-green-light\/0{
  border-top-color: rgb(93 224 241 / 0);
}
.border-t-green-light\/5{
  border-top-color: rgb(93 224 241 / 0.05);
}
.border-t-green-light\/10{
  border-top-color: rgb(93 224 241 / 0.1);
}
.border-t-green-light\/20{
  border-top-color: rgb(93 224 241 / 0.2);
}
.border-t-green-light\/25{
  border-top-color: rgb(93 224 241 / 0.25);
}
.border-t-green-light\/30{
  border-top-color: rgb(93 224 241 / 0.3);
}
.border-t-green-light\/40{
  border-top-color: rgb(93 224 241 / 0.4);
}
.border-t-green-light\/50{
  border-top-color: rgb(93 224 241 / 0.5);
}
.border-t-green-light\/60{
  border-top-color: rgb(93 224 241 / 0.6);
}
.border-t-green-light\/70{
  border-top-color: rgb(93 224 241 / 0.7);
}
.border-t-green-light\/75{
  border-top-color: rgb(93 224 241 / 0.75);
}
.border-t-green-light\/80{
  border-top-color: rgb(93 224 241 / 0.8);
}
.border-t-green-light\/90{
  border-top-color: rgb(93 224 241 / 0.9);
}
.border-t-green-light\/95{
  border-top-color: rgb(93 224 241 / 0.95);
}
.border-t-green-light\/100{
  border-top-color: rgb(93 224 241 / 1);
}
.border-t-ottanio\/0{
  border-top-color: rgb(5 79 89 / 0);
}
.border-t-ottanio\/5{
  border-top-color: rgb(5 79 89 / 0.05);
}
.border-t-ottanio\/10{
  border-top-color: rgb(5 79 89 / 0.1);
}
.border-t-ottanio\/20{
  border-top-color: rgb(5 79 89 / 0.2);
}
.border-t-ottanio\/25{
  border-top-color: rgb(5 79 89 / 0.25);
}
.border-t-ottanio\/30{
  border-top-color: rgb(5 79 89 / 0.3);
}
.border-t-ottanio\/40{
  border-top-color: rgb(5 79 89 / 0.4);
}
.border-t-ottanio\/50{
  border-top-color: rgb(5 79 89 / 0.5);
}
.border-t-ottanio\/60{
  border-top-color: rgb(5 79 89 / 0.6);
}
.border-t-ottanio\/70{
  border-top-color: rgb(5 79 89 / 0.7);
}
.border-t-ottanio\/75{
  border-top-color: rgb(5 79 89 / 0.75);
}
.border-t-ottanio\/80{
  border-top-color: rgb(5 79 89 / 0.8);
}
.border-t-ottanio\/90{
  border-top-color: rgb(5 79 89 / 0.9);
}
.border-t-ottanio\/95{
  border-top-color: rgb(5 79 89 / 0.95);
}
.border-t-ottanio\/100{
  border-top-color: rgb(5 79 89 / 1);
}
.border-t-ottanio-light\/0{
  border-top-color: rgb(0 151 167 / 0);
}
.border-t-ottanio-light\/5{
  border-top-color: rgb(0 151 167 / 0.05);
}
.border-t-ottanio-light\/10{
  border-top-color: rgb(0 151 167 / 0.1);
}
.border-t-ottanio-light\/20{
  border-top-color: rgb(0 151 167 / 0.2);
}
.border-t-ottanio-light\/25{
  border-top-color: rgb(0 151 167 / 0.25);
}
.border-t-ottanio-light\/30{
  border-top-color: rgb(0 151 167 / 0.3);
}
.border-t-ottanio-light\/40{
  border-top-color: rgb(0 151 167 / 0.4);
}
.border-t-ottanio-light\/50{
  border-top-color: rgb(0 151 167 / 0.5);
}
.border-t-ottanio-light\/60{
  border-top-color: rgb(0 151 167 / 0.6);
}
.border-t-ottanio-light\/70{
  border-top-color: rgb(0 151 167 / 0.7);
}
.border-t-ottanio-light\/75{
  border-top-color: rgb(0 151 167 / 0.75);
}
.border-t-ottanio-light\/80{
  border-top-color: rgb(0 151 167 / 0.8);
}
.border-t-ottanio-light\/90{
  border-top-color: rgb(0 151 167 / 0.9);
}
.border-t-ottanio-light\/95{
  border-top-color: rgb(0 151 167 / 0.95);
}
.border-t-ottanio-light\/100{
  border-top-color: rgb(0 151 167 / 1);
}
.border-t-magenta\/0{
  border-top-color: rgb(224 14 102 / 0);
}
.border-t-magenta\/5{
  border-top-color: rgb(224 14 102 / 0.05);
}
.border-t-magenta\/10{
  border-top-color: rgb(224 14 102 / 0.1);
}
.border-t-magenta\/20{
  border-top-color: rgb(224 14 102 / 0.2);
}
.border-t-magenta\/25{
  border-top-color: rgb(224 14 102 / 0.25);
}
.border-t-magenta\/30{
  border-top-color: rgb(224 14 102 / 0.3);
}
.border-t-magenta\/40{
  border-top-color: rgb(224 14 102 / 0.4);
}
.border-t-magenta\/50{
  border-top-color: rgb(224 14 102 / 0.5);
}
.border-t-magenta\/60{
  border-top-color: rgb(224 14 102 / 0.6);
}
.border-t-magenta\/70{
  border-top-color: rgb(224 14 102 / 0.7);
}
.border-t-magenta\/75{
  border-top-color: rgb(224 14 102 / 0.75);
}
.border-t-magenta\/80{
  border-top-color: rgb(224 14 102 / 0.8);
}
.border-t-magenta\/90{
  border-top-color: rgb(224 14 102 / 0.9);
}
.border-t-magenta\/95{
  border-top-color: rgb(224 14 102 / 0.95);
}
.border-t-magenta\/100{
  border-top-color: rgb(224 14 102 / 1);
}
.border-t-magenta-light\/0{
  border-top-color: rgb(224 14 102 / 0);
}
.border-t-magenta-light\/5{
  border-top-color: rgb(224 14 102 / 0.05);
}
.border-t-magenta-light\/10{
  border-top-color: rgb(224 14 102 / 0.1);
}
.border-t-magenta-light\/20{
  border-top-color: rgb(224 14 102 / 0.2);
}
.border-t-magenta-light\/25{
  border-top-color: rgb(224 14 102 / 0.25);
}
.border-t-magenta-light\/30{
  border-top-color: rgb(224 14 102 / 0.3);
}
.border-t-magenta-light\/40{
  border-top-color: rgb(224 14 102 / 0.4);
}
.border-t-magenta-light\/50{
  border-top-color: rgb(224 14 102 / 0.5);
}
.border-t-magenta-light\/60{
  border-top-color: rgb(224 14 102 / 0.6);
}
.border-t-magenta-light\/70{
  border-top-color: rgb(224 14 102 / 0.7);
}
.border-t-magenta-light\/75{
  border-top-color: rgb(224 14 102 / 0.75);
}
.border-t-magenta-light\/80{
  border-top-color: rgb(224 14 102 / 0.8);
}
.border-t-magenta-light\/90{
  border-top-color: rgb(224 14 102 / 0.9);
}
.border-t-magenta-light\/95{
  border-top-color: rgb(224 14 102 / 0.95);
}
.border-t-magenta-light\/100{
  border-top-color: rgb(224 14 102 / 1);
}
.border-t-arancio\/0{
  border-top-color: rgb(255 149 149 / 0);
}
.border-t-arancio\/5{
  border-top-color: rgb(255 149 149 / 0.05);
}
.border-t-arancio\/10{
  border-top-color: rgb(255 149 149 / 0.1);
}
.border-t-arancio\/20{
  border-top-color: rgb(255 149 149 / 0.2);
}
.border-t-arancio\/25{
  border-top-color: rgb(255 149 149 / 0.25);
}
.border-t-arancio\/30{
  border-top-color: rgb(255 149 149 / 0.3);
}
.border-t-arancio\/40{
  border-top-color: rgb(255 149 149 / 0.4);
}
.border-t-arancio\/50{
  border-top-color: rgb(255 149 149 / 0.5);
}
.border-t-arancio\/60{
  border-top-color: rgb(255 149 149 / 0.6);
}
.border-t-arancio\/70{
  border-top-color: rgb(255 149 149 / 0.7);
}
.border-t-arancio\/75{
  border-top-color: rgb(255 149 149 / 0.75);
}
.border-t-arancio\/80{
  border-top-color: rgb(255 149 149 / 0.8);
}
.border-t-arancio\/90{
  border-top-color: rgb(255 149 149 / 0.9);
}
.border-t-arancio\/95{
  border-top-color: rgb(255 149 149 / 0.95);
}
.border-t-arancio\/100{
  border-top-color: rgb(255 149 149 / 1);
}
.border-t-gray-50\/0{
  border-top-color: rgb(249 250 251 / 0);
}
.border-t-gray-50\/5{
  border-top-color: rgb(249 250 251 / 0.05);
}
.border-t-gray-50\/10{
  border-top-color: rgb(249 250 251 / 0.1);
}
.border-t-gray-50\/20{
  border-top-color: rgb(249 250 251 / 0.2);
}
.border-t-gray-50\/25{
  border-top-color: rgb(249 250 251 / 0.25);
}
.border-t-gray-50\/30{
  border-top-color: rgb(249 250 251 / 0.3);
}
.border-t-gray-50\/40{
  border-top-color: rgb(249 250 251 / 0.4);
}
.border-t-gray-50\/50{
  border-top-color: rgb(249 250 251 / 0.5);
}
.border-t-gray-50\/60{
  border-top-color: rgb(249 250 251 / 0.6);
}
.border-t-gray-50\/70{
  border-top-color: rgb(249 250 251 / 0.7);
}
.border-t-gray-50\/75{
  border-top-color: rgb(249 250 251 / 0.75);
}
.border-t-gray-50\/80{
  border-top-color: rgb(249 250 251 / 0.8);
}
.border-t-gray-50\/90{
  border-top-color: rgb(249 250 251 / 0.9);
}
.border-t-gray-50\/95{
  border-top-color: rgb(249 250 251 / 0.95);
}
.border-t-gray-50\/100{
  border-top-color: rgb(249 250 251 / 1);
}
.border-t-gray-100\/0{
  border-top-color: rgb(213 227 231 / 0);
}
.border-t-gray-100\/5{
  border-top-color: rgb(213 227 231 / 0.05);
}
.border-t-gray-100\/10{
  border-top-color: rgb(213 227 231 / 0.1);
}
.border-t-gray-100\/20{
  border-top-color: rgb(213 227 231 / 0.2);
}
.border-t-gray-100\/25{
  border-top-color: rgb(213 227 231 / 0.25);
}
.border-t-gray-100\/30{
  border-top-color: rgb(213 227 231 / 0.3);
}
.border-t-gray-100\/40{
  border-top-color: rgb(213 227 231 / 0.4);
}
.border-t-gray-100\/50{
  border-top-color: rgb(213 227 231 / 0.5);
}
.border-t-gray-100\/60{
  border-top-color: rgb(213 227 231 / 0.6);
}
.border-t-gray-100\/70{
  border-top-color: rgb(213 227 231 / 0.7);
}
.border-t-gray-100\/75{
  border-top-color: rgb(213 227 231 / 0.75);
}
.border-t-gray-100\/80{
  border-top-color: rgb(213 227 231 / 0.8);
}
.border-t-gray-100\/90{
  border-top-color: rgb(213 227 231 / 0.9);
}
.border-t-gray-100\/95{
  border-top-color: rgb(213 227 231 / 0.95);
}
.border-t-gray-100\/100{
  border-top-color: rgb(213 227 231 / 1);
}
.border-t-gray-200\/0{
  border-top-color: rgb(229 231 235 / 0);
}
.border-t-gray-200\/5{
  border-top-color: rgb(229 231 235 / 0.05);
}
.border-t-gray-200\/10{
  border-top-color: rgb(229 231 235 / 0.1);
}
.border-t-gray-200\/20{
  border-top-color: rgb(229 231 235 / 0.2);
}
.border-t-gray-200\/25{
  border-top-color: rgb(229 231 235 / 0.25);
}
.border-t-gray-200\/30{
  border-top-color: rgb(229 231 235 / 0.3);
}
.border-t-gray-200\/40{
  border-top-color: rgb(229 231 235 / 0.4);
}
.border-t-gray-200\/50{
  border-top-color: rgb(229 231 235 / 0.5);
}
.border-t-gray-200\/60{
  border-top-color: rgb(229 231 235 / 0.6);
}
.border-t-gray-200\/70{
  border-top-color: rgb(229 231 235 / 0.7);
}
.border-t-gray-200\/75{
  border-top-color: rgb(229 231 235 / 0.75);
}
.border-t-gray-200\/80{
  border-top-color: rgb(229 231 235 / 0.8);
}
.border-t-gray-200\/90{
  border-top-color: rgb(229 231 235 / 0.9);
}
.border-t-gray-200\/95{
  border-top-color: rgb(229 231 235 / 0.95);
}
.border-t-gray-200\/100{
  border-top-color: rgb(229 231 235 / 1);
}
.border-t-gray-300\/0{
  border-top-color: rgb(100 108 122 / 0);
}
.border-t-gray-300\/5{
  border-top-color: rgb(100 108 122 / 0.05);
}
.border-t-gray-300\/10{
  border-top-color: rgb(100 108 122 / 0.1);
}
.border-t-gray-300\/20{
  border-top-color: rgb(100 108 122 / 0.2);
}
.border-t-gray-300\/25{
  border-top-color: rgb(100 108 122 / 0.25);
}
.border-t-gray-300\/30{
  border-top-color: rgb(100 108 122 / 0.3);
}
.border-t-gray-300\/40{
  border-top-color: rgb(100 108 122 / 0.4);
}
.border-t-gray-300\/50{
  border-top-color: rgb(100 108 122 / 0.5);
}
.border-t-gray-300\/60{
  border-top-color: rgb(100 108 122 / 0.6);
}
.border-t-gray-300\/70{
  border-top-color: rgb(100 108 122 / 0.7);
}
.border-t-gray-300\/75{
  border-top-color: rgb(100 108 122 / 0.75);
}
.border-t-gray-300\/80{
  border-top-color: rgb(100 108 122 / 0.8);
}
.border-t-gray-300\/90{
  border-top-color: rgb(100 108 122 / 0.9);
}
.border-t-gray-300\/95{
  border-top-color: rgb(100 108 122 / 0.95);
}
.border-t-gray-300\/100{
  border-top-color: rgb(100 108 122 / 1);
}
.border-t-gray-400\/0{
  border-top-color: rgb(159 189 195 / 0);
}
.border-t-gray-400\/5{
  border-top-color: rgb(159 189 195 / 0.05);
}
.border-t-gray-400\/10{
  border-top-color: rgb(159 189 195 / 0.1);
}
.border-t-gray-400\/20{
  border-top-color: rgb(159 189 195 / 0.2);
}
.border-t-gray-400\/25{
  border-top-color: rgb(159 189 195 / 0.25);
}
.border-t-gray-400\/30{
  border-top-color: rgb(159 189 195 / 0.3);
}
.border-t-gray-400\/40{
  border-top-color: rgb(159 189 195 / 0.4);
}
.border-t-gray-400\/50{
  border-top-color: rgb(159 189 195 / 0.5);
}
.border-t-gray-400\/60{
  border-top-color: rgb(159 189 195 / 0.6);
}
.border-t-gray-400\/70{
  border-top-color: rgb(159 189 195 / 0.7);
}
.border-t-gray-400\/75{
  border-top-color: rgb(159 189 195 / 0.75);
}
.border-t-gray-400\/80{
  border-top-color: rgb(159 189 195 / 0.8);
}
.border-t-gray-400\/90{
  border-top-color: rgb(159 189 195 / 0.9);
}
.border-t-gray-400\/95{
  border-top-color: rgb(159 189 195 / 0.95);
}
.border-t-gray-400\/100{
  border-top-color: rgb(159 189 195 / 1);
}
.border-t-gray-500\/0{
  border-top-color: rgb(107 114 128 / 0);
}
.border-t-gray-500\/5{
  border-top-color: rgb(107 114 128 / 0.05);
}
.border-t-gray-500\/10{
  border-top-color: rgb(107 114 128 / 0.1);
}
.border-t-gray-500\/20{
  border-top-color: rgb(107 114 128 / 0.2);
}
.border-t-gray-500\/25{
  border-top-color: rgb(107 114 128 / 0.25);
}
.border-t-gray-500\/30{
  border-top-color: rgb(107 114 128 / 0.3);
}
.border-t-gray-500\/40{
  border-top-color: rgb(107 114 128 / 0.4);
}
.border-t-gray-500\/50{
  border-top-color: rgb(107 114 128 / 0.5);
}
.border-t-gray-500\/60{
  border-top-color: rgb(107 114 128 / 0.6);
}
.border-t-gray-500\/70{
  border-top-color: rgb(107 114 128 / 0.7);
}
.border-t-gray-500\/75{
  border-top-color: rgb(107 114 128 / 0.75);
}
.border-t-gray-500\/80{
  border-top-color: rgb(107 114 128 / 0.8);
}
.border-t-gray-500\/90{
  border-top-color: rgb(107 114 128 / 0.9);
}
.border-t-gray-500\/95{
  border-top-color: rgb(107 114 128 / 0.95);
}
.border-t-gray-500\/100{
  border-top-color: rgb(107 114 128 / 1);
}
.border-t-gray-600\/0{
  border-top-color: rgb(196 196 196 / 0);
}
.border-t-gray-600\/5{
  border-top-color: rgb(196 196 196 / 0.05);
}
.border-t-gray-600\/10{
  border-top-color: rgb(196 196 196 / 0.1);
}
.border-t-gray-600\/20{
  border-top-color: rgb(196 196 196 / 0.2);
}
.border-t-gray-600\/25{
  border-top-color: rgb(196 196 196 / 0.25);
}
.border-t-gray-600\/30{
  border-top-color: rgb(196 196 196 / 0.3);
}
.border-t-gray-600\/40{
  border-top-color: rgb(196 196 196 / 0.4);
}
.border-t-gray-600\/50{
  border-top-color: rgb(196 196 196 / 0.5);
}
.border-t-gray-600\/60{
  border-top-color: rgb(196 196 196 / 0.6);
}
.border-t-gray-600\/70{
  border-top-color: rgb(196 196 196 / 0.7);
}
.border-t-gray-600\/75{
  border-top-color: rgb(196 196 196 / 0.75);
}
.border-t-gray-600\/80{
  border-top-color: rgb(196 196 196 / 0.8);
}
.border-t-gray-600\/90{
  border-top-color: rgb(196 196 196 / 0.9);
}
.border-t-gray-600\/95{
  border-top-color: rgb(196 196 196 / 0.95);
}
.border-t-gray-600\/100{
  border-top-color: rgb(196 196 196 / 1);
}
.border-t-gray-700\/0{
  border-top-color: rgb(221 221 221 / 0);
}
.border-t-gray-700\/5{
  border-top-color: rgb(221 221 221 / 0.05);
}
.border-t-gray-700\/10{
  border-top-color: rgb(221 221 221 / 0.1);
}
.border-t-gray-700\/20{
  border-top-color: rgb(221 221 221 / 0.2);
}
.border-t-gray-700\/25{
  border-top-color: rgb(221 221 221 / 0.25);
}
.border-t-gray-700\/30{
  border-top-color: rgb(221 221 221 / 0.3);
}
.border-t-gray-700\/40{
  border-top-color: rgb(221 221 221 / 0.4);
}
.border-t-gray-700\/50{
  border-top-color: rgb(221 221 221 / 0.5);
}
.border-t-gray-700\/60{
  border-top-color: rgb(221 221 221 / 0.6);
}
.border-t-gray-700\/70{
  border-top-color: rgb(221 221 221 / 0.7);
}
.border-t-gray-700\/75{
  border-top-color: rgb(221 221 221 / 0.75);
}
.border-t-gray-700\/80{
  border-top-color: rgb(221 221 221 / 0.8);
}
.border-t-gray-700\/90{
  border-top-color: rgb(221 221 221 / 0.9);
}
.border-t-gray-700\/95{
  border-top-color: rgb(221 221 221 / 0.95);
}
.border-t-gray-700\/100{
  border-top-color: rgb(221 221 221 / 1);
}
.border-t-gray-800\/0{
  border-top-color: rgb(31 41 55 / 0);
}
.border-t-gray-800\/5{
  border-top-color: rgb(31 41 55 / 0.05);
}
.border-t-gray-800\/10{
  border-top-color: rgb(31 41 55 / 0.1);
}
.border-t-gray-800\/20{
  border-top-color: rgb(31 41 55 / 0.2);
}
.border-t-gray-800\/25{
  border-top-color: rgb(31 41 55 / 0.25);
}
.border-t-gray-800\/30{
  border-top-color: rgb(31 41 55 / 0.3);
}
.border-t-gray-800\/40{
  border-top-color: rgb(31 41 55 / 0.4);
}
.border-t-gray-800\/50{
  border-top-color: rgb(31 41 55 / 0.5);
}
.border-t-gray-800\/60{
  border-top-color: rgb(31 41 55 / 0.6);
}
.border-t-gray-800\/70{
  border-top-color: rgb(31 41 55 / 0.7);
}
.border-t-gray-800\/75{
  border-top-color: rgb(31 41 55 / 0.75);
}
.border-t-gray-800\/80{
  border-top-color: rgb(31 41 55 / 0.8);
}
.border-t-gray-800\/90{
  border-top-color: rgb(31 41 55 / 0.9);
}
.border-t-gray-800\/95{
  border-top-color: rgb(31 41 55 / 0.95);
}
.border-t-gray-800\/100{
  border-top-color: rgb(31 41 55 / 1);
}
.border-t-gray-900\/0{
  border-top-color: rgb(249 249 249 / 0);
}
.border-t-gray-900\/5{
  border-top-color: rgb(249 249 249 / 0.05);
}
.border-t-gray-900\/10{
  border-top-color: rgb(249 249 249 / 0.1);
}
.border-t-gray-900\/20{
  border-top-color: rgb(249 249 249 / 0.2);
}
.border-t-gray-900\/25{
  border-top-color: rgb(249 249 249 / 0.25);
}
.border-t-gray-900\/30{
  border-top-color: rgb(249 249 249 / 0.3);
}
.border-t-gray-900\/40{
  border-top-color: rgb(249 249 249 / 0.4);
}
.border-t-gray-900\/50{
  border-top-color: rgb(249 249 249 / 0.5);
}
.border-t-gray-900\/60{
  border-top-color: rgb(249 249 249 / 0.6);
}
.border-t-gray-900\/70{
  border-top-color: rgb(249 249 249 / 0.7);
}
.border-t-gray-900\/75{
  border-top-color: rgb(249 249 249 / 0.75);
}
.border-t-gray-900\/80{
  border-top-color: rgb(249 249 249 / 0.8);
}
.border-t-gray-900\/90{
  border-top-color: rgb(249 249 249 / 0.9);
}
.border-t-gray-900\/95{
  border-top-color: rgb(249 249 249 / 0.95);
}
.border-t-gray-900\/100{
  border-top-color: rgb(249 249 249 / 1);
}
.border-t-gray\/0{
  border-top-color: rgb(187 187 187 / 0);
}
.border-t-gray\/5{
  border-top-color: rgb(187 187 187 / 0.05);
}
.border-t-gray\/10{
  border-top-color: rgb(187 187 187 / 0.1);
}
.border-t-gray\/20{
  border-top-color: rgb(187 187 187 / 0.2);
}
.border-t-gray\/25{
  border-top-color: rgb(187 187 187 / 0.25);
}
.border-t-gray\/30{
  border-top-color: rgb(187 187 187 / 0.3);
}
.border-t-gray\/40{
  border-top-color: rgb(187 187 187 / 0.4);
}
.border-t-gray\/50{
  border-top-color: rgb(187 187 187 / 0.5);
}
.border-t-gray\/60{
  border-top-color: rgb(187 187 187 / 0.6);
}
.border-t-gray\/70{
  border-top-color: rgb(187 187 187 / 0.7);
}
.border-t-gray\/75{
  border-top-color: rgb(187 187 187 / 0.75);
}
.border-t-gray\/80{
  border-top-color: rgb(187 187 187 / 0.8);
}
.border-t-gray\/90{
  border-top-color: rgb(187 187 187 / 0.9);
}
.border-t-gray\/95{
  border-top-color: rgb(187 187 187 / 0.95);
}
.border-t-gray\/100{
  border-top-color: rgb(187 187 187 / 1);
}
.border-t-red-50\/0{
  border-top-color: rgb(253 242 242 / 0);
}
.border-t-red-50\/5{
  border-top-color: rgb(253 242 242 / 0.05);
}
.border-t-red-50\/10{
  border-top-color: rgb(253 242 242 / 0.1);
}
.border-t-red-50\/20{
  border-top-color: rgb(253 242 242 / 0.2);
}
.border-t-red-50\/25{
  border-top-color: rgb(253 242 242 / 0.25);
}
.border-t-red-50\/30{
  border-top-color: rgb(253 242 242 / 0.3);
}
.border-t-red-50\/40{
  border-top-color: rgb(253 242 242 / 0.4);
}
.border-t-red-50\/50{
  border-top-color: rgb(253 242 242 / 0.5);
}
.border-t-red-50\/60{
  border-top-color: rgb(253 242 242 / 0.6);
}
.border-t-red-50\/70{
  border-top-color: rgb(253 242 242 / 0.7);
}
.border-t-red-50\/75{
  border-top-color: rgb(253 242 242 / 0.75);
}
.border-t-red-50\/80{
  border-top-color: rgb(253 242 242 / 0.8);
}
.border-t-red-50\/90{
  border-top-color: rgb(253 242 242 / 0.9);
}
.border-t-red-50\/95{
  border-top-color: rgb(253 242 242 / 0.95);
}
.border-t-red-50\/100{
  border-top-color: rgb(253 242 242 / 1);
}
.border-t-red-100\/0{
  border-top-color: rgb(253 232 232 / 0);
}
.border-t-red-100\/5{
  border-top-color: rgb(253 232 232 / 0.05);
}
.border-t-red-100\/10{
  border-top-color: rgb(253 232 232 / 0.1);
}
.border-t-red-100\/20{
  border-top-color: rgb(253 232 232 / 0.2);
}
.border-t-red-100\/25{
  border-top-color: rgb(253 232 232 / 0.25);
}
.border-t-red-100\/30{
  border-top-color: rgb(253 232 232 / 0.3);
}
.border-t-red-100\/40{
  border-top-color: rgb(253 232 232 / 0.4);
}
.border-t-red-100\/50{
  border-top-color: rgb(253 232 232 / 0.5);
}
.border-t-red-100\/60{
  border-top-color: rgb(253 232 232 / 0.6);
}
.border-t-red-100\/70{
  border-top-color: rgb(253 232 232 / 0.7);
}
.border-t-red-100\/75{
  border-top-color: rgb(253 232 232 / 0.75);
}
.border-t-red-100\/80{
  border-top-color: rgb(253 232 232 / 0.8);
}
.border-t-red-100\/90{
  border-top-color: rgb(253 232 232 / 0.9);
}
.border-t-red-100\/95{
  border-top-color: rgb(253 232 232 / 0.95);
}
.border-t-red-100\/100{
  border-top-color: rgb(253 232 232 / 1);
}
.border-t-red-200\/0{
  border-top-color: rgb(251 213 213 / 0);
}
.border-t-red-200\/5{
  border-top-color: rgb(251 213 213 / 0.05);
}
.border-t-red-200\/10{
  border-top-color: rgb(251 213 213 / 0.1);
}
.border-t-red-200\/20{
  border-top-color: rgb(251 213 213 / 0.2);
}
.border-t-red-200\/25{
  border-top-color: rgb(251 213 213 / 0.25);
}
.border-t-red-200\/30{
  border-top-color: rgb(251 213 213 / 0.3);
}
.border-t-red-200\/40{
  border-top-color: rgb(251 213 213 / 0.4);
}
.border-t-red-200\/50{
  border-top-color: rgb(251 213 213 / 0.5);
}
.border-t-red-200\/60{
  border-top-color: rgb(251 213 213 / 0.6);
}
.border-t-red-200\/70{
  border-top-color: rgb(251 213 213 / 0.7);
}
.border-t-red-200\/75{
  border-top-color: rgb(251 213 213 / 0.75);
}
.border-t-red-200\/80{
  border-top-color: rgb(251 213 213 / 0.8);
}
.border-t-red-200\/90{
  border-top-color: rgb(251 213 213 / 0.9);
}
.border-t-red-200\/95{
  border-top-color: rgb(251 213 213 / 0.95);
}
.border-t-red-200\/100{
  border-top-color: rgb(251 213 213 / 1);
}
.border-t-red-300\/0{
  border-top-color: rgb(248 180 180 / 0);
}
.border-t-red-300\/5{
  border-top-color: rgb(248 180 180 / 0.05);
}
.border-t-red-300\/10{
  border-top-color: rgb(248 180 180 / 0.1);
}
.border-t-red-300\/20{
  border-top-color: rgb(248 180 180 / 0.2);
}
.border-t-red-300\/25{
  border-top-color: rgb(248 180 180 / 0.25);
}
.border-t-red-300\/30{
  border-top-color: rgb(248 180 180 / 0.3);
}
.border-t-red-300\/40{
  border-top-color: rgb(248 180 180 / 0.4);
}
.border-t-red-300\/50{
  border-top-color: rgb(248 180 180 / 0.5);
}
.border-t-red-300\/60{
  border-top-color: rgb(248 180 180 / 0.6);
}
.border-t-red-300\/70{
  border-top-color: rgb(248 180 180 / 0.7);
}
.border-t-red-300\/75{
  border-top-color: rgb(248 180 180 / 0.75);
}
.border-t-red-300\/80{
  border-top-color: rgb(248 180 180 / 0.8);
}
.border-t-red-300\/90{
  border-top-color: rgb(248 180 180 / 0.9);
}
.border-t-red-300\/95{
  border-top-color: rgb(248 180 180 / 0.95);
}
.border-t-red-300\/100{
  border-top-color: rgb(248 180 180 / 1);
}
.border-t-red-400\/0{
  border-top-color: rgb(249 128 128 / 0);
}
.border-t-red-400\/5{
  border-top-color: rgb(249 128 128 / 0.05);
}
.border-t-red-400\/10{
  border-top-color: rgb(249 128 128 / 0.1);
}
.border-t-red-400\/20{
  border-top-color: rgb(249 128 128 / 0.2);
}
.border-t-red-400\/25{
  border-top-color: rgb(249 128 128 / 0.25);
}
.border-t-red-400\/30{
  border-top-color: rgb(249 128 128 / 0.3);
}
.border-t-red-400\/40{
  border-top-color: rgb(249 128 128 / 0.4);
}
.border-t-red-400\/50{
  border-top-color: rgb(249 128 128 / 0.5);
}
.border-t-red-400\/60{
  border-top-color: rgb(249 128 128 / 0.6);
}
.border-t-red-400\/70{
  border-top-color: rgb(249 128 128 / 0.7);
}
.border-t-red-400\/75{
  border-top-color: rgb(249 128 128 / 0.75);
}
.border-t-red-400\/80{
  border-top-color: rgb(249 128 128 / 0.8);
}
.border-t-red-400\/90{
  border-top-color: rgb(249 128 128 / 0.9);
}
.border-t-red-400\/95{
  border-top-color: rgb(249 128 128 / 0.95);
}
.border-t-red-400\/100{
  border-top-color: rgb(249 128 128 / 1);
}
.border-t-red-500\/0{
  border-top-color: rgb(240 82 82 / 0);
}
.border-t-red-500\/5{
  border-top-color: rgb(240 82 82 / 0.05);
}
.border-t-red-500\/10{
  border-top-color: rgb(240 82 82 / 0.1);
}
.border-t-red-500\/20{
  border-top-color: rgb(240 82 82 / 0.2);
}
.border-t-red-500\/25{
  border-top-color: rgb(240 82 82 / 0.25);
}
.border-t-red-500\/30{
  border-top-color: rgb(240 82 82 / 0.3);
}
.border-t-red-500\/40{
  border-top-color: rgb(240 82 82 / 0.4);
}
.border-t-red-500\/50{
  border-top-color: rgb(240 82 82 / 0.5);
}
.border-t-red-500\/60{
  border-top-color: rgb(240 82 82 / 0.6);
}
.border-t-red-500\/70{
  border-top-color: rgb(240 82 82 / 0.7);
}
.border-t-red-500\/75{
  border-top-color: rgb(240 82 82 / 0.75);
}
.border-t-red-500\/80{
  border-top-color: rgb(240 82 82 / 0.8);
}
.border-t-red-500\/90{
  border-top-color: rgb(240 82 82 / 0.9);
}
.border-t-red-500\/95{
  border-top-color: rgb(240 82 82 / 0.95);
}
.border-t-red-500\/100{
  border-top-color: rgb(240 82 82 / 1);
}
.border-t-red-600\/0{
  border-top-color: rgb(224 36 36 / 0);
}
.border-t-red-600\/5{
  border-top-color: rgb(224 36 36 / 0.05);
}
.border-t-red-600\/10{
  border-top-color: rgb(224 36 36 / 0.1);
}
.border-t-red-600\/20{
  border-top-color: rgb(224 36 36 / 0.2);
}
.border-t-red-600\/25{
  border-top-color: rgb(224 36 36 / 0.25);
}
.border-t-red-600\/30{
  border-top-color: rgb(224 36 36 / 0.3);
}
.border-t-red-600\/40{
  border-top-color: rgb(224 36 36 / 0.4);
}
.border-t-red-600\/50{
  border-top-color: rgb(224 36 36 / 0.5);
}
.border-t-red-600\/60{
  border-top-color: rgb(224 36 36 / 0.6);
}
.border-t-red-600\/70{
  border-top-color: rgb(224 36 36 / 0.7);
}
.border-t-red-600\/75{
  border-top-color: rgb(224 36 36 / 0.75);
}
.border-t-red-600\/80{
  border-top-color: rgb(224 36 36 / 0.8);
}
.border-t-red-600\/90{
  border-top-color: rgb(224 36 36 / 0.9);
}
.border-t-red-600\/95{
  border-top-color: rgb(224 36 36 / 0.95);
}
.border-t-red-600\/100{
  border-top-color: rgb(224 36 36 / 1);
}
.border-t-red-700\/0{
  border-top-color: rgb(200 30 30 / 0);
}
.border-t-red-700\/5{
  border-top-color: rgb(200 30 30 / 0.05);
}
.border-t-red-700\/10{
  border-top-color: rgb(200 30 30 / 0.1);
}
.border-t-red-700\/20{
  border-top-color: rgb(200 30 30 / 0.2);
}
.border-t-red-700\/25{
  border-top-color: rgb(200 30 30 / 0.25);
}
.border-t-red-700\/30{
  border-top-color: rgb(200 30 30 / 0.3);
}
.border-t-red-700\/40{
  border-top-color: rgb(200 30 30 / 0.4);
}
.border-t-red-700\/50{
  border-top-color: rgb(200 30 30 / 0.5);
}
.border-t-red-700\/60{
  border-top-color: rgb(200 30 30 / 0.6);
}
.border-t-red-700\/70{
  border-top-color: rgb(200 30 30 / 0.7);
}
.border-t-red-700\/75{
  border-top-color: rgb(200 30 30 / 0.75);
}
.border-t-red-700\/80{
  border-top-color: rgb(200 30 30 / 0.8);
}
.border-t-red-700\/90{
  border-top-color: rgb(200 30 30 / 0.9);
}
.border-t-red-700\/95{
  border-top-color: rgb(200 30 30 / 0.95);
}
.border-t-red-700\/100{
  border-top-color: rgb(200 30 30 / 1);
}
.border-t-red-800\/0{
  border-top-color: rgb(155 28 28 / 0);
}
.border-t-red-800\/5{
  border-top-color: rgb(155 28 28 / 0.05);
}
.border-t-red-800\/10{
  border-top-color: rgb(155 28 28 / 0.1);
}
.border-t-red-800\/20{
  border-top-color: rgb(155 28 28 / 0.2);
}
.border-t-red-800\/25{
  border-top-color: rgb(155 28 28 / 0.25);
}
.border-t-red-800\/30{
  border-top-color: rgb(155 28 28 / 0.3);
}
.border-t-red-800\/40{
  border-top-color: rgb(155 28 28 / 0.4);
}
.border-t-red-800\/50{
  border-top-color: rgb(155 28 28 / 0.5);
}
.border-t-red-800\/60{
  border-top-color: rgb(155 28 28 / 0.6);
}
.border-t-red-800\/70{
  border-top-color: rgb(155 28 28 / 0.7);
}
.border-t-red-800\/75{
  border-top-color: rgb(155 28 28 / 0.75);
}
.border-t-red-800\/80{
  border-top-color: rgb(155 28 28 / 0.8);
}
.border-t-red-800\/90{
  border-top-color: rgb(155 28 28 / 0.9);
}
.border-t-red-800\/95{
  border-top-color: rgb(155 28 28 / 0.95);
}
.border-t-red-800\/100{
  border-top-color: rgb(155 28 28 / 1);
}
.border-t-red-900\/0{
  border-top-color: rgb(119 29 29 / 0);
}
.border-t-red-900\/5{
  border-top-color: rgb(119 29 29 / 0.05);
}
.border-t-red-900\/10{
  border-top-color: rgb(119 29 29 / 0.1);
}
.border-t-red-900\/20{
  border-top-color: rgb(119 29 29 / 0.2);
}
.border-t-red-900\/25{
  border-top-color: rgb(119 29 29 / 0.25);
}
.border-t-red-900\/30{
  border-top-color: rgb(119 29 29 / 0.3);
}
.border-t-red-900\/40{
  border-top-color: rgb(119 29 29 / 0.4);
}
.border-t-red-900\/50{
  border-top-color: rgb(119 29 29 / 0.5);
}
.border-t-red-900\/60{
  border-top-color: rgb(119 29 29 / 0.6);
}
.border-t-red-900\/70{
  border-top-color: rgb(119 29 29 / 0.7);
}
.border-t-red-900\/75{
  border-top-color: rgb(119 29 29 / 0.75);
}
.border-t-red-900\/80{
  border-top-color: rgb(119 29 29 / 0.8);
}
.border-t-red-900\/90{
  border-top-color: rgb(119 29 29 / 0.9);
}
.border-t-red-900\/95{
  border-top-color: rgb(119 29 29 / 0.95);
}
.border-t-red-900\/100{
  border-top-color: rgb(119 29 29 / 1);
}
.border-t-orange-50\/0{
  border-top-color: rgb(255 248 241 / 0);
}
.border-t-orange-50\/5{
  border-top-color: rgb(255 248 241 / 0.05);
}
.border-t-orange-50\/10{
  border-top-color: rgb(255 248 241 / 0.1);
}
.border-t-orange-50\/20{
  border-top-color: rgb(255 248 241 / 0.2);
}
.border-t-orange-50\/25{
  border-top-color: rgb(255 248 241 / 0.25);
}
.border-t-orange-50\/30{
  border-top-color: rgb(255 248 241 / 0.3);
}
.border-t-orange-50\/40{
  border-top-color: rgb(255 248 241 / 0.4);
}
.border-t-orange-50\/50{
  border-top-color: rgb(255 248 241 / 0.5);
}
.border-t-orange-50\/60{
  border-top-color: rgb(255 248 241 / 0.6);
}
.border-t-orange-50\/70{
  border-top-color: rgb(255 248 241 / 0.7);
}
.border-t-orange-50\/75{
  border-top-color: rgb(255 248 241 / 0.75);
}
.border-t-orange-50\/80{
  border-top-color: rgb(255 248 241 / 0.8);
}
.border-t-orange-50\/90{
  border-top-color: rgb(255 248 241 / 0.9);
}
.border-t-orange-50\/95{
  border-top-color: rgb(255 248 241 / 0.95);
}
.border-t-orange-50\/100{
  border-top-color: rgb(255 248 241 / 1);
}
.border-t-orange-100\/0{
  border-top-color: rgb(254 236 220 / 0);
}
.border-t-orange-100\/5{
  border-top-color: rgb(254 236 220 / 0.05);
}
.border-t-orange-100\/10{
  border-top-color: rgb(254 236 220 / 0.1);
}
.border-t-orange-100\/20{
  border-top-color: rgb(254 236 220 / 0.2);
}
.border-t-orange-100\/25{
  border-top-color: rgb(254 236 220 / 0.25);
}
.border-t-orange-100\/30{
  border-top-color: rgb(254 236 220 / 0.3);
}
.border-t-orange-100\/40{
  border-top-color: rgb(254 236 220 / 0.4);
}
.border-t-orange-100\/50{
  border-top-color: rgb(254 236 220 / 0.5);
}
.border-t-orange-100\/60{
  border-top-color: rgb(254 236 220 / 0.6);
}
.border-t-orange-100\/70{
  border-top-color: rgb(254 236 220 / 0.7);
}
.border-t-orange-100\/75{
  border-top-color: rgb(254 236 220 / 0.75);
}
.border-t-orange-100\/80{
  border-top-color: rgb(254 236 220 / 0.8);
}
.border-t-orange-100\/90{
  border-top-color: rgb(254 236 220 / 0.9);
}
.border-t-orange-100\/95{
  border-top-color: rgb(254 236 220 / 0.95);
}
.border-t-orange-100\/100{
  border-top-color: rgb(254 236 220 / 1);
}
.border-t-orange-200\/0{
  border-top-color: rgb(252 217 189 / 0);
}
.border-t-orange-200\/5{
  border-top-color: rgb(252 217 189 / 0.05);
}
.border-t-orange-200\/10{
  border-top-color: rgb(252 217 189 / 0.1);
}
.border-t-orange-200\/20{
  border-top-color: rgb(252 217 189 / 0.2);
}
.border-t-orange-200\/25{
  border-top-color: rgb(252 217 189 / 0.25);
}
.border-t-orange-200\/30{
  border-top-color: rgb(252 217 189 / 0.3);
}
.border-t-orange-200\/40{
  border-top-color: rgb(252 217 189 / 0.4);
}
.border-t-orange-200\/50{
  border-top-color: rgb(252 217 189 / 0.5);
}
.border-t-orange-200\/60{
  border-top-color: rgb(252 217 189 / 0.6);
}
.border-t-orange-200\/70{
  border-top-color: rgb(252 217 189 / 0.7);
}
.border-t-orange-200\/75{
  border-top-color: rgb(252 217 189 / 0.75);
}
.border-t-orange-200\/80{
  border-top-color: rgb(252 217 189 / 0.8);
}
.border-t-orange-200\/90{
  border-top-color: rgb(252 217 189 / 0.9);
}
.border-t-orange-200\/95{
  border-top-color: rgb(252 217 189 / 0.95);
}
.border-t-orange-200\/100{
  border-top-color: rgb(252 217 189 / 1);
}
.border-t-orange-300\/0{
  border-top-color: rgb(253 186 140 / 0);
}
.border-t-orange-300\/5{
  border-top-color: rgb(253 186 140 / 0.05);
}
.border-t-orange-300\/10{
  border-top-color: rgb(253 186 140 / 0.1);
}
.border-t-orange-300\/20{
  border-top-color: rgb(253 186 140 / 0.2);
}
.border-t-orange-300\/25{
  border-top-color: rgb(253 186 140 / 0.25);
}
.border-t-orange-300\/30{
  border-top-color: rgb(253 186 140 / 0.3);
}
.border-t-orange-300\/40{
  border-top-color: rgb(253 186 140 / 0.4);
}
.border-t-orange-300\/50{
  border-top-color: rgb(253 186 140 / 0.5);
}
.border-t-orange-300\/60{
  border-top-color: rgb(253 186 140 / 0.6);
}
.border-t-orange-300\/70{
  border-top-color: rgb(253 186 140 / 0.7);
}
.border-t-orange-300\/75{
  border-top-color: rgb(253 186 140 / 0.75);
}
.border-t-orange-300\/80{
  border-top-color: rgb(253 186 140 / 0.8);
}
.border-t-orange-300\/90{
  border-top-color: rgb(253 186 140 / 0.9);
}
.border-t-orange-300\/95{
  border-top-color: rgb(253 186 140 / 0.95);
}
.border-t-orange-300\/100{
  border-top-color: rgb(253 186 140 / 1);
}
.border-t-orange-400\/0{
  border-top-color: rgb(255 138 76 / 0);
}
.border-t-orange-400\/5{
  border-top-color: rgb(255 138 76 / 0.05);
}
.border-t-orange-400\/10{
  border-top-color: rgb(255 138 76 / 0.1);
}
.border-t-orange-400\/20{
  border-top-color: rgb(255 138 76 / 0.2);
}
.border-t-orange-400\/25{
  border-top-color: rgb(255 138 76 / 0.25);
}
.border-t-orange-400\/30{
  border-top-color: rgb(255 138 76 / 0.3);
}
.border-t-orange-400\/40{
  border-top-color: rgb(255 138 76 / 0.4);
}
.border-t-orange-400\/50{
  border-top-color: rgb(255 138 76 / 0.5);
}
.border-t-orange-400\/60{
  border-top-color: rgb(255 138 76 / 0.6);
}
.border-t-orange-400\/70{
  border-top-color: rgb(255 138 76 / 0.7);
}
.border-t-orange-400\/75{
  border-top-color: rgb(255 138 76 / 0.75);
}
.border-t-orange-400\/80{
  border-top-color: rgb(255 138 76 / 0.8);
}
.border-t-orange-400\/90{
  border-top-color: rgb(255 138 76 / 0.9);
}
.border-t-orange-400\/95{
  border-top-color: rgb(255 138 76 / 0.95);
}
.border-t-orange-400\/100{
  border-top-color: rgb(255 138 76 / 1);
}
.border-t-orange-500\/0{
  border-top-color: rgb(255 90 31 / 0);
}
.border-t-orange-500\/5{
  border-top-color: rgb(255 90 31 / 0.05);
}
.border-t-orange-500\/10{
  border-top-color: rgb(255 90 31 / 0.1);
}
.border-t-orange-500\/20{
  border-top-color: rgb(255 90 31 / 0.2);
}
.border-t-orange-500\/25{
  border-top-color: rgb(255 90 31 / 0.25);
}
.border-t-orange-500\/30{
  border-top-color: rgb(255 90 31 / 0.3);
}
.border-t-orange-500\/40{
  border-top-color: rgb(255 90 31 / 0.4);
}
.border-t-orange-500\/50{
  border-top-color: rgb(255 90 31 / 0.5);
}
.border-t-orange-500\/60{
  border-top-color: rgb(255 90 31 / 0.6);
}
.border-t-orange-500\/70{
  border-top-color: rgb(255 90 31 / 0.7);
}
.border-t-orange-500\/75{
  border-top-color: rgb(255 90 31 / 0.75);
}
.border-t-orange-500\/80{
  border-top-color: rgb(255 90 31 / 0.8);
}
.border-t-orange-500\/90{
  border-top-color: rgb(255 90 31 / 0.9);
}
.border-t-orange-500\/95{
  border-top-color: rgb(255 90 31 / 0.95);
}
.border-t-orange-500\/100{
  border-top-color: rgb(255 90 31 / 1);
}
.border-t-orange-600\/0{
  border-top-color: rgb(208 56 1 / 0);
}
.border-t-orange-600\/5{
  border-top-color: rgb(208 56 1 / 0.05);
}
.border-t-orange-600\/10{
  border-top-color: rgb(208 56 1 / 0.1);
}
.border-t-orange-600\/20{
  border-top-color: rgb(208 56 1 / 0.2);
}
.border-t-orange-600\/25{
  border-top-color: rgb(208 56 1 / 0.25);
}
.border-t-orange-600\/30{
  border-top-color: rgb(208 56 1 / 0.3);
}
.border-t-orange-600\/40{
  border-top-color: rgb(208 56 1 / 0.4);
}
.border-t-orange-600\/50{
  border-top-color: rgb(208 56 1 / 0.5);
}
.border-t-orange-600\/60{
  border-top-color: rgb(208 56 1 / 0.6);
}
.border-t-orange-600\/70{
  border-top-color: rgb(208 56 1 / 0.7);
}
.border-t-orange-600\/75{
  border-top-color: rgb(208 56 1 / 0.75);
}
.border-t-orange-600\/80{
  border-top-color: rgb(208 56 1 / 0.8);
}
.border-t-orange-600\/90{
  border-top-color: rgb(208 56 1 / 0.9);
}
.border-t-orange-600\/95{
  border-top-color: rgb(208 56 1 / 0.95);
}
.border-t-orange-600\/100{
  border-top-color: rgb(208 56 1 / 1);
}
.border-t-orange-700\/0{
  border-top-color: rgb(180 52 3 / 0);
}
.border-t-orange-700\/5{
  border-top-color: rgb(180 52 3 / 0.05);
}
.border-t-orange-700\/10{
  border-top-color: rgb(180 52 3 / 0.1);
}
.border-t-orange-700\/20{
  border-top-color: rgb(180 52 3 / 0.2);
}
.border-t-orange-700\/25{
  border-top-color: rgb(180 52 3 / 0.25);
}
.border-t-orange-700\/30{
  border-top-color: rgb(180 52 3 / 0.3);
}
.border-t-orange-700\/40{
  border-top-color: rgb(180 52 3 / 0.4);
}
.border-t-orange-700\/50{
  border-top-color: rgb(180 52 3 / 0.5);
}
.border-t-orange-700\/60{
  border-top-color: rgb(180 52 3 / 0.6);
}
.border-t-orange-700\/70{
  border-top-color: rgb(180 52 3 / 0.7);
}
.border-t-orange-700\/75{
  border-top-color: rgb(180 52 3 / 0.75);
}
.border-t-orange-700\/80{
  border-top-color: rgb(180 52 3 / 0.8);
}
.border-t-orange-700\/90{
  border-top-color: rgb(180 52 3 / 0.9);
}
.border-t-orange-700\/95{
  border-top-color: rgb(180 52 3 / 0.95);
}
.border-t-orange-700\/100{
  border-top-color: rgb(180 52 3 / 1);
}
.border-t-orange-800\/0{
  border-top-color: rgb(138 44 13 / 0);
}
.border-t-orange-800\/5{
  border-top-color: rgb(138 44 13 / 0.05);
}
.border-t-orange-800\/10{
  border-top-color: rgb(138 44 13 / 0.1);
}
.border-t-orange-800\/20{
  border-top-color: rgb(138 44 13 / 0.2);
}
.border-t-orange-800\/25{
  border-top-color: rgb(138 44 13 / 0.25);
}
.border-t-orange-800\/30{
  border-top-color: rgb(138 44 13 / 0.3);
}
.border-t-orange-800\/40{
  border-top-color: rgb(138 44 13 / 0.4);
}
.border-t-orange-800\/50{
  border-top-color: rgb(138 44 13 / 0.5);
}
.border-t-orange-800\/60{
  border-top-color: rgb(138 44 13 / 0.6);
}
.border-t-orange-800\/70{
  border-top-color: rgb(138 44 13 / 0.7);
}
.border-t-orange-800\/75{
  border-top-color: rgb(138 44 13 / 0.75);
}
.border-t-orange-800\/80{
  border-top-color: rgb(138 44 13 / 0.8);
}
.border-t-orange-800\/90{
  border-top-color: rgb(138 44 13 / 0.9);
}
.border-t-orange-800\/95{
  border-top-color: rgb(138 44 13 / 0.95);
}
.border-t-orange-800\/100{
  border-top-color: rgb(138 44 13 / 1);
}
.border-t-orange-900\/0{
  border-top-color: rgb(119 29 29 / 0);
}
.border-t-orange-900\/5{
  border-top-color: rgb(119 29 29 / 0.05);
}
.border-t-orange-900\/10{
  border-top-color: rgb(119 29 29 / 0.1);
}
.border-t-orange-900\/20{
  border-top-color: rgb(119 29 29 / 0.2);
}
.border-t-orange-900\/25{
  border-top-color: rgb(119 29 29 / 0.25);
}
.border-t-orange-900\/30{
  border-top-color: rgb(119 29 29 / 0.3);
}
.border-t-orange-900\/40{
  border-top-color: rgb(119 29 29 / 0.4);
}
.border-t-orange-900\/50{
  border-top-color: rgb(119 29 29 / 0.5);
}
.border-t-orange-900\/60{
  border-top-color: rgb(119 29 29 / 0.6);
}
.border-t-orange-900\/70{
  border-top-color: rgb(119 29 29 / 0.7);
}
.border-t-orange-900\/75{
  border-top-color: rgb(119 29 29 / 0.75);
}
.border-t-orange-900\/80{
  border-top-color: rgb(119 29 29 / 0.8);
}
.border-t-orange-900\/90{
  border-top-color: rgb(119 29 29 / 0.9);
}
.border-t-orange-900\/95{
  border-top-color: rgb(119 29 29 / 0.95);
}
.border-t-orange-900\/100{
  border-top-color: rgb(119 29 29 / 1);
}
.border-t-yellow-50\/0{
  border-top-color: rgb(253 253 234 / 0);
}
.border-t-yellow-50\/5{
  border-top-color: rgb(253 253 234 / 0.05);
}
.border-t-yellow-50\/10{
  border-top-color: rgb(253 253 234 / 0.1);
}
.border-t-yellow-50\/20{
  border-top-color: rgb(253 253 234 / 0.2);
}
.border-t-yellow-50\/25{
  border-top-color: rgb(253 253 234 / 0.25);
}
.border-t-yellow-50\/30{
  border-top-color: rgb(253 253 234 / 0.3);
}
.border-t-yellow-50\/40{
  border-top-color: rgb(253 253 234 / 0.4);
}
.border-t-yellow-50\/50{
  border-top-color: rgb(253 253 234 / 0.5);
}
.border-t-yellow-50\/60{
  border-top-color: rgb(253 253 234 / 0.6);
}
.border-t-yellow-50\/70{
  border-top-color: rgb(253 253 234 / 0.7);
}
.border-t-yellow-50\/75{
  border-top-color: rgb(253 253 234 / 0.75);
}
.border-t-yellow-50\/80{
  border-top-color: rgb(253 253 234 / 0.8);
}
.border-t-yellow-50\/90{
  border-top-color: rgb(253 253 234 / 0.9);
}
.border-t-yellow-50\/95{
  border-top-color: rgb(253 253 234 / 0.95);
}
.border-t-yellow-50\/100{
  border-top-color: rgb(253 253 234 / 1);
}
.border-t-yellow-100\/0{
  border-top-color: rgb(253 246 178 / 0);
}
.border-t-yellow-100\/5{
  border-top-color: rgb(253 246 178 / 0.05);
}
.border-t-yellow-100\/10{
  border-top-color: rgb(253 246 178 / 0.1);
}
.border-t-yellow-100\/20{
  border-top-color: rgb(253 246 178 / 0.2);
}
.border-t-yellow-100\/25{
  border-top-color: rgb(253 246 178 / 0.25);
}
.border-t-yellow-100\/30{
  border-top-color: rgb(253 246 178 / 0.3);
}
.border-t-yellow-100\/40{
  border-top-color: rgb(253 246 178 / 0.4);
}
.border-t-yellow-100\/50{
  border-top-color: rgb(253 246 178 / 0.5);
}
.border-t-yellow-100\/60{
  border-top-color: rgb(253 246 178 / 0.6);
}
.border-t-yellow-100\/70{
  border-top-color: rgb(253 246 178 / 0.7);
}
.border-t-yellow-100\/75{
  border-top-color: rgb(253 246 178 / 0.75);
}
.border-t-yellow-100\/80{
  border-top-color: rgb(253 246 178 / 0.8);
}
.border-t-yellow-100\/90{
  border-top-color: rgb(253 246 178 / 0.9);
}
.border-t-yellow-100\/95{
  border-top-color: rgb(253 246 178 / 0.95);
}
.border-t-yellow-100\/100{
  border-top-color: rgb(253 246 178 / 1);
}
.border-t-yellow-200\/0{
  border-top-color: rgb(252 233 106 / 0);
}
.border-t-yellow-200\/5{
  border-top-color: rgb(252 233 106 / 0.05);
}
.border-t-yellow-200\/10{
  border-top-color: rgb(252 233 106 / 0.1);
}
.border-t-yellow-200\/20{
  border-top-color: rgb(252 233 106 / 0.2);
}
.border-t-yellow-200\/25{
  border-top-color: rgb(252 233 106 / 0.25);
}
.border-t-yellow-200\/30{
  border-top-color: rgb(252 233 106 / 0.3);
}
.border-t-yellow-200\/40{
  border-top-color: rgb(252 233 106 / 0.4);
}
.border-t-yellow-200\/50{
  border-top-color: rgb(252 233 106 / 0.5);
}
.border-t-yellow-200\/60{
  border-top-color: rgb(252 233 106 / 0.6);
}
.border-t-yellow-200\/70{
  border-top-color: rgb(252 233 106 / 0.7);
}
.border-t-yellow-200\/75{
  border-top-color: rgb(252 233 106 / 0.75);
}
.border-t-yellow-200\/80{
  border-top-color: rgb(252 233 106 / 0.8);
}
.border-t-yellow-200\/90{
  border-top-color: rgb(252 233 106 / 0.9);
}
.border-t-yellow-200\/95{
  border-top-color: rgb(252 233 106 / 0.95);
}
.border-t-yellow-200\/100{
  border-top-color: rgb(252 233 106 / 1);
}
.border-t-yellow-300\/0{
  border-top-color: rgb(250 202 21 / 0);
}
.border-t-yellow-300\/5{
  border-top-color: rgb(250 202 21 / 0.05);
}
.border-t-yellow-300\/10{
  border-top-color: rgb(250 202 21 / 0.1);
}
.border-t-yellow-300\/20{
  border-top-color: rgb(250 202 21 / 0.2);
}
.border-t-yellow-300\/25{
  border-top-color: rgb(250 202 21 / 0.25);
}
.border-t-yellow-300\/30{
  border-top-color: rgb(250 202 21 / 0.3);
}
.border-t-yellow-300\/40{
  border-top-color: rgb(250 202 21 / 0.4);
}
.border-t-yellow-300\/50{
  border-top-color: rgb(250 202 21 / 0.5);
}
.border-t-yellow-300\/60{
  border-top-color: rgb(250 202 21 / 0.6);
}
.border-t-yellow-300\/70{
  border-top-color: rgb(250 202 21 / 0.7);
}
.border-t-yellow-300\/75{
  border-top-color: rgb(250 202 21 / 0.75);
}
.border-t-yellow-300\/80{
  border-top-color: rgb(250 202 21 / 0.8);
}
.border-t-yellow-300\/90{
  border-top-color: rgb(250 202 21 / 0.9);
}
.border-t-yellow-300\/95{
  border-top-color: rgb(250 202 21 / 0.95);
}
.border-t-yellow-300\/100{
  border-top-color: rgb(250 202 21 / 1);
}
.border-t-yellow-400\/0{
  border-top-color: rgb(227 160 8 / 0);
}
.border-t-yellow-400\/5{
  border-top-color: rgb(227 160 8 / 0.05);
}
.border-t-yellow-400\/10{
  border-top-color: rgb(227 160 8 / 0.1);
}
.border-t-yellow-400\/20{
  border-top-color: rgb(227 160 8 / 0.2);
}
.border-t-yellow-400\/25{
  border-top-color: rgb(227 160 8 / 0.25);
}
.border-t-yellow-400\/30{
  border-top-color: rgb(227 160 8 / 0.3);
}
.border-t-yellow-400\/40{
  border-top-color: rgb(227 160 8 / 0.4);
}
.border-t-yellow-400\/50{
  border-top-color: rgb(227 160 8 / 0.5);
}
.border-t-yellow-400\/60{
  border-top-color: rgb(227 160 8 / 0.6);
}
.border-t-yellow-400\/70{
  border-top-color: rgb(227 160 8 / 0.7);
}
.border-t-yellow-400\/75{
  border-top-color: rgb(227 160 8 / 0.75);
}
.border-t-yellow-400\/80{
  border-top-color: rgb(227 160 8 / 0.8);
}
.border-t-yellow-400\/90{
  border-top-color: rgb(227 160 8 / 0.9);
}
.border-t-yellow-400\/95{
  border-top-color: rgb(227 160 8 / 0.95);
}
.border-t-yellow-400\/100{
  border-top-color: rgb(227 160 8 / 1);
}
.border-t-yellow-500\/0{
  border-top-color: rgb(194 120 3 / 0);
}
.border-t-yellow-500\/5{
  border-top-color: rgb(194 120 3 / 0.05);
}
.border-t-yellow-500\/10{
  border-top-color: rgb(194 120 3 / 0.1);
}
.border-t-yellow-500\/20{
  border-top-color: rgb(194 120 3 / 0.2);
}
.border-t-yellow-500\/25{
  border-top-color: rgb(194 120 3 / 0.25);
}
.border-t-yellow-500\/30{
  border-top-color: rgb(194 120 3 / 0.3);
}
.border-t-yellow-500\/40{
  border-top-color: rgb(194 120 3 / 0.4);
}
.border-t-yellow-500\/50{
  border-top-color: rgb(194 120 3 / 0.5);
}
.border-t-yellow-500\/60{
  border-top-color: rgb(194 120 3 / 0.6);
}
.border-t-yellow-500\/70{
  border-top-color: rgb(194 120 3 / 0.7);
}
.border-t-yellow-500\/75{
  border-top-color: rgb(194 120 3 / 0.75);
}
.border-t-yellow-500\/80{
  border-top-color: rgb(194 120 3 / 0.8);
}
.border-t-yellow-500\/90{
  border-top-color: rgb(194 120 3 / 0.9);
}
.border-t-yellow-500\/95{
  border-top-color: rgb(194 120 3 / 0.95);
}
.border-t-yellow-500\/100{
  border-top-color: rgb(194 120 3 / 1);
}
.border-t-yellow-600\/0{
  border-top-color: rgb(159 88 10 / 0);
}
.border-t-yellow-600\/5{
  border-top-color: rgb(159 88 10 / 0.05);
}
.border-t-yellow-600\/10{
  border-top-color: rgb(159 88 10 / 0.1);
}
.border-t-yellow-600\/20{
  border-top-color: rgb(159 88 10 / 0.2);
}
.border-t-yellow-600\/25{
  border-top-color: rgb(159 88 10 / 0.25);
}
.border-t-yellow-600\/30{
  border-top-color: rgb(159 88 10 / 0.3);
}
.border-t-yellow-600\/40{
  border-top-color: rgb(159 88 10 / 0.4);
}
.border-t-yellow-600\/50{
  border-top-color: rgb(159 88 10 / 0.5);
}
.border-t-yellow-600\/60{
  border-top-color: rgb(159 88 10 / 0.6);
}
.border-t-yellow-600\/70{
  border-top-color: rgb(159 88 10 / 0.7);
}
.border-t-yellow-600\/75{
  border-top-color: rgb(159 88 10 / 0.75);
}
.border-t-yellow-600\/80{
  border-top-color: rgb(159 88 10 / 0.8);
}
.border-t-yellow-600\/90{
  border-top-color: rgb(159 88 10 / 0.9);
}
.border-t-yellow-600\/95{
  border-top-color: rgb(159 88 10 / 0.95);
}
.border-t-yellow-600\/100{
  border-top-color: rgb(159 88 10 / 1);
}
.border-t-yellow-700\/0{
  border-top-color: rgb(142 75 16 / 0);
}
.border-t-yellow-700\/5{
  border-top-color: rgb(142 75 16 / 0.05);
}
.border-t-yellow-700\/10{
  border-top-color: rgb(142 75 16 / 0.1);
}
.border-t-yellow-700\/20{
  border-top-color: rgb(142 75 16 / 0.2);
}
.border-t-yellow-700\/25{
  border-top-color: rgb(142 75 16 / 0.25);
}
.border-t-yellow-700\/30{
  border-top-color: rgb(142 75 16 / 0.3);
}
.border-t-yellow-700\/40{
  border-top-color: rgb(142 75 16 / 0.4);
}
.border-t-yellow-700\/50{
  border-top-color: rgb(142 75 16 / 0.5);
}
.border-t-yellow-700\/60{
  border-top-color: rgb(142 75 16 / 0.6);
}
.border-t-yellow-700\/70{
  border-top-color: rgb(142 75 16 / 0.7);
}
.border-t-yellow-700\/75{
  border-top-color: rgb(142 75 16 / 0.75);
}
.border-t-yellow-700\/80{
  border-top-color: rgb(142 75 16 / 0.8);
}
.border-t-yellow-700\/90{
  border-top-color: rgb(142 75 16 / 0.9);
}
.border-t-yellow-700\/95{
  border-top-color: rgb(142 75 16 / 0.95);
}
.border-t-yellow-700\/100{
  border-top-color: rgb(142 75 16 / 1);
}
.border-t-yellow-800\/0{
  border-top-color: rgb(114 59 19 / 0);
}
.border-t-yellow-800\/5{
  border-top-color: rgb(114 59 19 / 0.05);
}
.border-t-yellow-800\/10{
  border-top-color: rgb(114 59 19 / 0.1);
}
.border-t-yellow-800\/20{
  border-top-color: rgb(114 59 19 / 0.2);
}
.border-t-yellow-800\/25{
  border-top-color: rgb(114 59 19 / 0.25);
}
.border-t-yellow-800\/30{
  border-top-color: rgb(114 59 19 / 0.3);
}
.border-t-yellow-800\/40{
  border-top-color: rgb(114 59 19 / 0.4);
}
.border-t-yellow-800\/50{
  border-top-color: rgb(114 59 19 / 0.5);
}
.border-t-yellow-800\/60{
  border-top-color: rgb(114 59 19 / 0.6);
}
.border-t-yellow-800\/70{
  border-top-color: rgb(114 59 19 / 0.7);
}
.border-t-yellow-800\/75{
  border-top-color: rgb(114 59 19 / 0.75);
}
.border-t-yellow-800\/80{
  border-top-color: rgb(114 59 19 / 0.8);
}
.border-t-yellow-800\/90{
  border-top-color: rgb(114 59 19 / 0.9);
}
.border-t-yellow-800\/95{
  border-top-color: rgb(114 59 19 / 0.95);
}
.border-t-yellow-800\/100{
  border-top-color: rgb(114 59 19 / 1);
}
.border-t-yellow-900\/0{
  border-top-color: rgb(99 49 18 / 0);
}
.border-t-yellow-900\/5{
  border-top-color: rgb(99 49 18 / 0.05);
}
.border-t-yellow-900\/10{
  border-top-color: rgb(99 49 18 / 0.1);
}
.border-t-yellow-900\/20{
  border-top-color: rgb(99 49 18 / 0.2);
}
.border-t-yellow-900\/25{
  border-top-color: rgb(99 49 18 / 0.25);
}
.border-t-yellow-900\/30{
  border-top-color: rgb(99 49 18 / 0.3);
}
.border-t-yellow-900\/40{
  border-top-color: rgb(99 49 18 / 0.4);
}
.border-t-yellow-900\/50{
  border-top-color: rgb(99 49 18 / 0.5);
}
.border-t-yellow-900\/60{
  border-top-color: rgb(99 49 18 / 0.6);
}
.border-t-yellow-900\/70{
  border-top-color: rgb(99 49 18 / 0.7);
}
.border-t-yellow-900\/75{
  border-top-color: rgb(99 49 18 / 0.75);
}
.border-t-yellow-900\/80{
  border-top-color: rgb(99 49 18 / 0.8);
}
.border-t-yellow-900\/90{
  border-top-color: rgb(99 49 18 / 0.9);
}
.border-t-yellow-900\/95{
  border-top-color: rgb(99 49 18 / 0.95);
}
.border-t-yellow-900\/100{
  border-top-color: rgb(99 49 18 / 1);
}
.border-t-teal-50\/0{
  border-top-color: rgb(237 250 250 / 0);
}
.border-t-teal-50\/5{
  border-top-color: rgb(237 250 250 / 0.05);
}
.border-t-teal-50\/10{
  border-top-color: rgb(237 250 250 / 0.1);
}
.border-t-teal-50\/20{
  border-top-color: rgb(237 250 250 / 0.2);
}
.border-t-teal-50\/25{
  border-top-color: rgb(237 250 250 / 0.25);
}
.border-t-teal-50\/30{
  border-top-color: rgb(237 250 250 / 0.3);
}
.border-t-teal-50\/40{
  border-top-color: rgb(237 250 250 / 0.4);
}
.border-t-teal-50\/50{
  border-top-color: rgb(237 250 250 / 0.5);
}
.border-t-teal-50\/60{
  border-top-color: rgb(237 250 250 / 0.6);
}
.border-t-teal-50\/70{
  border-top-color: rgb(237 250 250 / 0.7);
}
.border-t-teal-50\/75{
  border-top-color: rgb(237 250 250 / 0.75);
}
.border-t-teal-50\/80{
  border-top-color: rgb(237 250 250 / 0.8);
}
.border-t-teal-50\/90{
  border-top-color: rgb(237 250 250 / 0.9);
}
.border-t-teal-50\/95{
  border-top-color: rgb(237 250 250 / 0.95);
}
.border-t-teal-50\/100{
  border-top-color: rgb(237 250 250 / 1);
}
.border-t-teal-100\/0{
  border-top-color: rgb(213 245 246 / 0);
}
.border-t-teal-100\/5{
  border-top-color: rgb(213 245 246 / 0.05);
}
.border-t-teal-100\/10{
  border-top-color: rgb(213 245 246 / 0.1);
}
.border-t-teal-100\/20{
  border-top-color: rgb(213 245 246 / 0.2);
}
.border-t-teal-100\/25{
  border-top-color: rgb(213 245 246 / 0.25);
}
.border-t-teal-100\/30{
  border-top-color: rgb(213 245 246 / 0.3);
}
.border-t-teal-100\/40{
  border-top-color: rgb(213 245 246 / 0.4);
}
.border-t-teal-100\/50{
  border-top-color: rgb(213 245 246 / 0.5);
}
.border-t-teal-100\/60{
  border-top-color: rgb(213 245 246 / 0.6);
}
.border-t-teal-100\/70{
  border-top-color: rgb(213 245 246 / 0.7);
}
.border-t-teal-100\/75{
  border-top-color: rgb(213 245 246 / 0.75);
}
.border-t-teal-100\/80{
  border-top-color: rgb(213 245 246 / 0.8);
}
.border-t-teal-100\/90{
  border-top-color: rgb(213 245 246 / 0.9);
}
.border-t-teal-100\/95{
  border-top-color: rgb(213 245 246 / 0.95);
}
.border-t-teal-100\/100{
  border-top-color: rgb(213 245 246 / 1);
}
.border-t-teal-200\/0{
  border-top-color: rgb(175 236 239 / 0);
}
.border-t-teal-200\/5{
  border-top-color: rgb(175 236 239 / 0.05);
}
.border-t-teal-200\/10{
  border-top-color: rgb(175 236 239 / 0.1);
}
.border-t-teal-200\/20{
  border-top-color: rgb(175 236 239 / 0.2);
}
.border-t-teal-200\/25{
  border-top-color: rgb(175 236 239 / 0.25);
}
.border-t-teal-200\/30{
  border-top-color: rgb(175 236 239 / 0.3);
}
.border-t-teal-200\/40{
  border-top-color: rgb(175 236 239 / 0.4);
}
.border-t-teal-200\/50{
  border-top-color: rgb(175 236 239 / 0.5);
}
.border-t-teal-200\/60{
  border-top-color: rgb(175 236 239 / 0.6);
}
.border-t-teal-200\/70{
  border-top-color: rgb(175 236 239 / 0.7);
}
.border-t-teal-200\/75{
  border-top-color: rgb(175 236 239 / 0.75);
}
.border-t-teal-200\/80{
  border-top-color: rgb(175 236 239 / 0.8);
}
.border-t-teal-200\/90{
  border-top-color: rgb(175 236 239 / 0.9);
}
.border-t-teal-200\/95{
  border-top-color: rgb(175 236 239 / 0.95);
}
.border-t-teal-200\/100{
  border-top-color: rgb(175 236 239 / 1);
}
.border-t-teal-300\/0{
  border-top-color: rgb(126 220 226 / 0);
}
.border-t-teal-300\/5{
  border-top-color: rgb(126 220 226 / 0.05);
}
.border-t-teal-300\/10{
  border-top-color: rgb(126 220 226 / 0.1);
}
.border-t-teal-300\/20{
  border-top-color: rgb(126 220 226 / 0.2);
}
.border-t-teal-300\/25{
  border-top-color: rgb(126 220 226 / 0.25);
}
.border-t-teal-300\/30{
  border-top-color: rgb(126 220 226 / 0.3);
}
.border-t-teal-300\/40{
  border-top-color: rgb(126 220 226 / 0.4);
}
.border-t-teal-300\/50{
  border-top-color: rgb(126 220 226 / 0.5);
}
.border-t-teal-300\/60{
  border-top-color: rgb(126 220 226 / 0.6);
}
.border-t-teal-300\/70{
  border-top-color: rgb(126 220 226 / 0.7);
}
.border-t-teal-300\/75{
  border-top-color: rgb(126 220 226 / 0.75);
}
.border-t-teal-300\/80{
  border-top-color: rgb(126 220 226 / 0.8);
}
.border-t-teal-300\/90{
  border-top-color: rgb(126 220 226 / 0.9);
}
.border-t-teal-300\/95{
  border-top-color: rgb(126 220 226 / 0.95);
}
.border-t-teal-300\/100{
  border-top-color: rgb(126 220 226 / 1);
}
.border-t-teal-400\/0{
  border-top-color: rgb(22 189 202 / 0);
}
.border-t-teal-400\/5{
  border-top-color: rgb(22 189 202 / 0.05);
}
.border-t-teal-400\/10{
  border-top-color: rgb(22 189 202 / 0.1);
}
.border-t-teal-400\/20{
  border-top-color: rgb(22 189 202 / 0.2);
}
.border-t-teal-400\/25{
  border-top-color: rgb(22 189 202 / 0.25);
}
.border-t-teal-400\/30{
  border-top-color: rgb(22 189 202 / 0.3);
}
.border-t-teal-400\/40{
  border-top-color: rgb(22 189 202 / 0.4);
}
.border-t-teal-400\/50{
  border-top-color: rgb(22 189 202 / 0.5);
}
.border-t-teal-400\/60{
  border-top-color: rgb(22 189 202 / 0.6);
}
.border-t-teal-400\/70{
  border-top-color: rgb(22 189 202 / 0.7);
}
.border-t-teal-400\/75{
  border-top-color: rgb(22 189 202 / 0.75);
}
.border-t-teal-400\/80{
  border-top-color: rgb(22 189 202 / 0.8);
}
.border-t-teal-400\/90{
  border-top-color: rgb(22 189 202 / 0.9);
}
.border-t-teal-400\/95{
  border-top-color: rgb(22 189 202 / 0.95);
}
.border-t-teal-400\/100{
  border-top-color: rgb(22 189 202 / 1);
}
.border-t-teal-500\/0{
  border-top-color: rgb(6 148 162 / 0);
}
.border-t-teal-500\/5{
  border-top-color: rgb(6 148 162 / 0.05);
}
.border-t-teal-500\/10{
  border-top-color: rgb(6 148 162 / 0.1);
}
.border-t-teal-500\/20{
  border-top-color: rgb(6 148 162 / 0.2);
}
.border-t-teal-500\/25{
  border-top-color: rgb(6 148 162 / 0.25);
}
.border-t-teal-500\/30{
  border-top-color: rgb(6 148 162 / 0.3);
}
.border-t-teal-500\/40{
  border-top-color: rgb(6 148 162 / 0.4);
}
.border-t-teal-500\/50{
  border-top-color: rgb(6 148 162 / 0.5);
}
.border-t-teal-500\/60{
  border-top-color: rgb(6 148 162 / 0.6);
}
.border-t-teal-500\/70{
  border-top-color: rgb(6 148 162 / 0.7);
}
.border-t-teal-500\/75{
  border-top-color: rgb(6 148 162 / 0.75);
}
.border-t-teal-500\/80{
  border-top-color: rgb(6 148 162 / 0.8);
}
.border-t-teal-500\/90{
  border-top-color: rgb(6 148 162 / 0.9);
}
.border-t-teal-500\/95{
  border-top-color: rgb(6 148 162 / 0.95);
}
.border-t-teal-500\/100{
  border-top-color: rgb(6 148 162 / 1);
}
.border-t-teal-600\/0{
  border-top-color: rgb(4 116 129 / 0);
}
.border-t-teal-600\/5{
  border-top-color: rgb(4 116 129 / 0.05);
}
.border-t-teal-600\/10{
  border-top-color: rgb(4 116 129 / 0.1);
}
.border-t-teal-600\/20{
  border-top-color: rgb(4 116 129 / 0.2);
}
.border-t-teal-600\/25{
  border-top-color: rgb(4 116 129 / 0.25);
}
.border-t-teal-600\/30{
  border-top-color: rgb(4 116 129 / 0.3);
}
.border-t-teal-600\/40{
  border-top-color: rgb(4 116 129 / 0.4);
}
.border-t-teal-600\/50{
  border-top-color: rgb(4 116 129 / 0.5);
}
.border-t-teal-600\/60{
  border-top-color: rgb(4 116 129 / 0.6);
}
.border-t-teal-600\/70{
  border-top-color: rgb(4 116 129 / 0.7);
}
.border-t-teal-600\/75{
  border-top-color: rgb(4 116 129 / 0.75);
}
.border-t-teal-600\/80{
  border-top-color: rgb(4 116 129 / 0.8);
}
.border-t-teal-600\/90{
  border-top-color: rgb(4 116 129 / 0.9);
}
.border-t-teal-600\/95{
  border-top-color: rgb(4 116 129 / 0.95);
}
.border-t-teal-600\/100{
  border-top-color: rgb(4 116 129 / 1);
}
.border-t-teal-700\/0{
  border-top-color: rgb(3 102 114 / 0);
}
.border-t-teal-700\/5{
  border-top-color: rgb(3 102 114 / 0.05);
}
.border-t-teal-700\/10{
  border-top-color: rgb(3 102 114 / 0.1);
}
.border-t-teal-700\/20{
  border-top-color: rgb(3 102 114 / 0.2);
}
.border-t-teal-700\/25{
  border-top-color: rgb(3 102 114 / 0.25);
}
.border-t-teal-700\/30{
  border-top-color: rgb(3 102 114 / 0.3);
}
.border-t-teal-700\/40{
  border-top-color: rgb(3 102 114 / 0.4);
}
.border-t-teal-700\/50{
  border-top-color: rgb(3 102 114 / 0.5);
}
.border-t-teal-700\/60{
  border-top-color: rgb(3 102 114 / 0.6);
}
.border-t-teal-700\/70{
  border-top-color: rgb(3 102 114 / 0.7);
}
.border-t-teal-700\/75{
  border-top-color: rgb(3 102 114 / 0.75);
}
.border-t-teal-700\/80{
  border-top-color: rgb(3 102 114 / 0.8);
}
.border-t-teal-700\/90{
  border-top-color: rgb(3 102 114 / 0.9);
}
.border-t-teal-700\/95{
  border-top-color: rgb(3 102 114 / 0.95);
}
.border-t-teal-700\/100{
  border-top-color: rgb(3 102 114 / 1);
}
.border-t-teal-800\/0{
  border-top-color: rgb(5 80 92 / 0);
}
.border-t-teal-800\/5{
  border-top-color: rgb(5 80 92 / 0.05);
}
.border-t-teal-800\/10{
  border-top-color: rgb(5 80 92 / 0.1);
}
.border-t-teal-800\/20{
  border-top-color: rgb(5 80 92 / 0.2);
}
.border-t-teal-800\/25{
  border-top-color: rgb(5 80 92 / 0.25);
}
.border-t-teal-800\/30{
  border-top-color: rgb(5 80 92 / 0.3);
}
.border-t-teal-800\/40{
  border-top-color: rgb(5 80 92 / 0.4);
}
.border-t-teal-800\/50{
  border-top-color: rgb(5 80 92 / 0.5);
}
.border-t-teal-800\/60{
  border-top-color: rgb(5 80 92 / 0.6);
}
.border-t-teal-800\/70{
  border-top-color: rgb(5 80 92 / 0.7);
}
.border-t-teal-800\/75{
  border-top-color: rgb(5 80 92 / 0.75);
}
.border-t-teal-800\/80{
  border-top-color: rgb(5 80 92 / 0.8);
}
.border-t-teal-800\/90{
  border-top-color: rgb(5 80 92 / 0.9);
}
.border-t-teal-800\/95{
  border-top-color: rgb(5 80 92 / 0.95);
}
.border-t-teal-800\/100{
  border-top-color: rgb(5 80 92 / 1);
}
.border-t-teal-900\/0{
  border-top-color: rgb(1 68 81 / 0);
}
.border-t-teal-900\/5{
  border-top-color: rgb(1 68 81 / 0.05);
}
.border-t-teal-900\/10{
  border-top-color: rgb(1 68 81 / 0.1);
}
.border-t-teal-900\/20{
  border-top-color: rgb(1 68 81 / 0.2);
}
.border-t-teal-900\/25{
  border-top-color: rgb(1 68 81 / 0.25);
}
.border-t-teal-900\/30{
  border-top-color: rgb(1 68 81 / 0.3);
}
.border-t-teal-900\/40{
  border-top-color: rgb(1 68 81 / 0.4);
}
.border-t-teal-900\/50{
  border-top-color: rgb(1 68 81 / 0.5);
}
.border-t-teal-900\/60{
  border-top-color: rgb(1 68 81 / 0.6);
}
.border-t-teal-900\/70{
  border-top-color: rgb(1 68 81 / 0.7);
}
.border-t-teal-900\/75{
  border-top-color: rgb(1 68 81 / 0.75);
}
.border-t-teal-900\/80{
  border-top-color: rgb(1 68 81 / 0.8);
}
.border-t-teal-900\/90{
  border-top-color: rgb(1 68 81 / 0.9);
}
.border-t-teal-900\/95{
  border-top-color: rgb(1 68 81 / 0.95);
}
.border-t-teal-900\/100{
  border-top-color: rgb(1 68 81 / 1);
}
.border-t-blue-50\/0{
  border-top-color: rgb(235 245 255 / 0);
}
.border-t-blue-50\/5{
  border-top-color: rgb(235 245 255 / 0.05);
}
.border-t-blue-50\/10{
  border-top-color: rgb(235 245 255 / 0.1);
}
.border-t-blue-50\/20{
  border-top-color: rgb(235 245 255 / 0.2);
}
.border-t-blue-50\/25{
  border-top-color: rgb(235 245 255 / 0.25);
}
.border-t-blue-50\/30{
  border-top-color: rgb(235 245 255 / 0.3);
}
.border-t-blue-50\/40{
  border-top-color: rgb(235 245 255 / 0.4);
}
.border-t-blue-50\/50{
  border-top-color: rgb(235 245 255 / 0.5);
}
.border-t-blue-50\/60{
  border-top-color: rgb(235 245 255 / 0.6);
}
.border-t-blue-50\/70{
  border-top-color: rgb(235 245 255 / 0.7);
}
.border-t-blue-50\/75{
  border-top-color: rgb(235 245 255 / 0.75);
}
.border-t-blue-50\/80{
  border-top-color: rgb(235 245 255 / 0.8);
}
.border-t-blue-50\/90{
  border-top-color: rgb(235 245 255 / 0.9);
}
.border-t-blue-50\/95{
  border-top-color: rgb(235 245 255 / 0.95);
}
.border-t-blue-50\/100{
  border-top-color: rgb(235 245 255 / 1);
}
.border-t-blue-100\/0{
  border-top-color: rgb(225 239 254 / 0);
}
.border-t-blue-100\/5{
  border-top-color: rgb(225 239 254 / 0.05);
}
.border-t-blue-100\/10{
  border-top-color: rgb(225 239 254 / 0.1);
}
.border-t-blue-100\/20{
  border-top-color: rgb(225 239 254 / 0.2);
}
.border-t-blue-100\/25{
  border-top-color: rgb(225 239 254 / 0.25);
}
.border-t-blue-100\/30{
  border-top-color: rgb(225 239 254 / 0.3);
}
.border-t-blue-100\/40{
  border-top-color: rgb(225 239 254 / 0.4);
}
.border-t-blue-100\/50{
  border-top-color: rgb(225 239 254 / 0.5);
}
.border-t-blue-100\/60{
  border-top-color: rgb(225 239 254 / 0.6);
}
.border-t-blue-100\/70{
  border-top-color: rgb(225 239 254 / 0.7);
}
.border-t-blue-100\/75{
  border-top-color: rgb(225 239 254 / 0.75);
}
.border-t-blue-100\/80{
  border-top-color: rgb(225 239 254 / 0.8);
}
.border-t-blue-100\/90{
  border-top-color: rgb(225 239 254 / 0.9);
}
.border-t-blue-100\/95{
  border-top-color: rgb(225 239 254 / 0.95);
}
.border-t-blue-100\/100{
  border-top-color: rgb(225 239 254 / 1);
}
.border-t-blue-200\/0{
  border-top-color: rgb(195 221 253 / 0);
}
.border-t-blue-200\/5{
  border-top-color: rgb(195 221 253 / 0.05);
}
.border-t-blue-200\/10{
  border-top-color: rgb(195 221 253 / 0.1);
}
.border-t-blue-200\/20{
  border-top-color: rgb(195 221 253 / 0.2);
}
.border-t-blue-200\/25{
  border-top-color: rgb(195 221 253 / 0.25);
}
.border-t-blue-200\/30{
  border-top-color: rgb(195 221 253 / 0.3);
}
.border-t-blue-200\/40{
  border-top-color: rgb(195 221 253 / 0.4);
}
.border-t-blue-200\/50{
  border-top-color: rgb(195 221 253 / 0.5);
}
.border-t-blue-200\/60{
  border-top-color: rgb(195 221 253 / 0.6);
}
.border-t-blue-200\/70{
  border-top-color: rgb(195 221 253 / 0.7);
}
.border-t-blue-200\/75{
  border-top-color: rgb(195 221 253 / 0.75);
}
.border-t-blue-200\/80{
  border-top-color: rgb(195 221 253 / 0.8);
}
.border-t-blue-200\/90{
  border-top-color: rgb(195 221 253 / 0.9);
}
.border-t-blue-200\/95{
  border-top-color: rgb(195 221 253 / 0.95);
}
.border-t-blue-200\/100{
  border-top-color: rgb(195 221 253 / 1);
}
.border-t-blue-300\/0{
  border-top-color: rgb(164 202 254 / 0);
}
.border-t-blue-300\/5{
  border-top-color: rgb(164 202 254 / 0.05);
}
.border-t-blue-300\/10{
  border-top-color: rgb(164 202 254 / 0.1);
}
.border-t-blue-300\/20{
  border-top-color: rgb(164 202 254 / 0.2);
}
.border-t-blue-300\/25{
  border-top-color: rgb(164 202 254 / 0.25);
}
.border-t-blue-300\/30{
  border-top-color: rgb(164 202 254 / 0.3);
}
.border-t-blue-300\/40{
  border-top-color: rgb(164 202 254 / 0.4);
}
.border-t-blue-300\/50{
  border-top-color: rgb(164 202 254 / 0.5);
}
.border-t-blue-300\/60{
  border-top-color: rgb(164 202 254 / 0.6);
}
.border-t-blue-300\/70{
  border-top-color: rgb(164 202 254 / 0.7);
}
.border-t-blue-300\/75{
  border-top-color: rgb(164 202 254 / 0.75);
}
.border-t-blue-300\/80{
  border-top-color: rgb(164 202 254 / 0.8);
}
.border-t-blue-300\/90{
  border-top-color: rgb(164 202 254 / 0.9);
}
.border-t-blue-300\/95{
  border-top-color: rgb(164 202 254 / 0.95);
}
.border-t-blue-300\/100{
  border-top-color: rgb(164 202 254 / 1);
}
.border-t-blue-400\/0{
  border-top-color: rgb(118 169 250 / 0);
}
.border-t-blue-400\/5{
  border-top-color: rgb(118 169 250 / 0.05);
}
.border-t-blue-400\/10{
  border-top-color: rgb(118 169 250 / 0.1);
}
.border-t-blue-400\/20{
  border-top-color: rgb(118 169 250 / 0.2);
}
.border-t-blue-400\/25{
  border-top-color: rgb(118 169 250 / 0.25);
}
.border-t-blue-400\/30{
  border-top-color: rgb(118 169 250 / 0.3);
}
.border-t-blue-400\/40{
  border-top-color: rgb(118 169 250 / 0.4);
}
.border-t-blue-400\/50{
  border-top-color: rgb(118 169 250 / 0.5);
}
.border-t-blue-400\/60{
  border-top-color: rgb(118 169 250 / 0.6);
}
.border-t-blue-400\/70{
  border-top-color: rgb(118 169 250 / 0.7);
}
.border-t-blue-400\/75{
  border-top-color: rgb(118 169 250 / 0.75);
}
.border-t-blue-400\/80{
  border-top-color: rgb(118 169 250 / 0.8);
}
.border-t-blue-400\/90{
  border-top-color: rgb(118 169 250 / 0.9);
}
.border-t-blue-400\/95{
  border-top-color: rgb(118 169 250 / 0.95);
}
.border-t-blue-400\/100{
  border-top-color: rgb(118 169 250 / 1);
}
.border-t-blue-500\/0{
  border-top-color: rgb(63 131 248 / 0);
}
.border-t-blue-500\/5{
  border-top-color: rgb(63 131 248 / 0.05);
}
.border-t-blue-500\/10{
  border-top-color: rgb(63 131 248 / 0.1);
}
.border-t-blue-500\/20{
  border-top-color: rgb(63 131 248 / 0.2);
}
.border-t-blue-500\/25{
  border-top-color: rgb(63 131 248 / 0.25);
}
.border-t-blue-500\/30{
  border-top-color: rgb(63 131 248 / 0.3);
}
.border-t-blue-500\/40{
  border-top-color: rgb(63 131 248 / 0.4);
}
.border-t-blue-500\/50{
  border-top-color: rgb(63 131 248 / 0.5);
}
.border-t-blue-500\/60{
  border-top-color: rgb(63 131 248 / 0.6);
}
.border-t-blue-500\/70{
  border-top-color: rgb(63 131 248 / 0.7);
}
.border-t-blue-500\/75{
  border-top-color: rgb(63 131 248 / 0.75);
}
.border-t-blue-500\/80{
  border-top-color: rgb(63 131 248 / 0.8);
}
.border-t-blue-500\/90{
  border-top-color: rgb(63 131 248 / 0.9);
}
.border-t-blue-500\/95{
  border-top-color: rgb(63 131 248 / 0.95);
}
.border-t-blue-500\/100{
  border-top-color: rgb(63 131 248 / 1);
}
.border-t-blue-600\/0{
  border-top-color: rgb(28 100 242 / 0);
}
.border-t-blue-600\/5{
  border-top-color: rgb(28 100 242 / 0.05);
}
.border-t-blue-600\/10{
  border-top-color: rgb(28 100 242 / 0.1);
}
.border-t-blue-600\/20{
  border-top-color: rgb(28 100 242 / 0.2);
}
.border-t-blue-600\/25{
  border-top-color: rgb(28 100 242 / 0.25);
}
.border-t-blue-600\/30{
  border-top-color: rgb(28 100 242 / 0.3);
}
.border-t-blue-600\/40{
  border-top-color: rgb(28 100 242 / 0.4);
}
.border-t-blue-600\/50{
  border-top-color: rgb(28 100 242 / 0.5);
}
.border-t-blue-600\/60{
  border-top-color: rgb(28 100 242 / 0.6);
}
.border-t-blue-600\/70{
  border-top-color: rgb(28 100 242 / 0.7);
}
.border-t-blue-600\/75{
  border-top-color: rgb(28 100 242 / 0.75);
}
.border-t-blue-600\/80{
  border-top-color: rgb(28 100 242 / 0.8);
}
.border-t-blue-600\/90{
  border-top-color: rgb(28 100 242 / 0.9);
}
.border-t-blue-600\/95{
  border-top-color: rgb(28 100 242 / 0.95);
}
.border-t-blue-600\/100{
  border-top-color: rgb(28 100 242 / 1);
}
.border-t-blue-700\/0{
  border-top-color: rgb(26 86 219 / 0);
}
.border-t-blue-700\/5{
  border-top-color: rgb(26 86 219 / 0.05);
}
.border-t-blue-700\/10{
  border-top-color: rgb(26 86 219 / 0.1);
}
.border-t-blue-700\/20{
  border-top-color: rgb(26 86 219 / 0.2);
}
.border-t-blue-700\/25{
  border-top-color: rgb(26 86 219 / 0.25);
}
.border-t-blue-700\/30{
  border-top-color: rgb(26 86 219 / 0.3);
}
.border-t-blue-700\/40{
  border-top-color: rgb(26 86 219 / 0.4);
}
.border-t-blue-700\/50{
  border-top-color: rgb(26 86 219 / 0.5);
}
.border-t-blue-700\/60{
  border-top-color: rgb(26 86 219 / 0.6);
}
.border-t-blue-700\/70{
  border-top-color: rgb(26 86 219 / 0.7);
}
.border-t-blue-700\/75{
  border-top-color: rgb(26 86 219 / 0.75);
}
.border-t-blue-700\/80{
  border-top-color: rgb(26 86 219 / 0.8);
}
.border-t-blue-700\/90{
  border-top-color: rgb(26 86 219 / 0.9);
}
.border-t-blue-700\/95{
  border-top-color: rgb(26 86 219 / 0.95);
}
.border-t-blue-700\/100{
  border-top-color: rgb(26 86 219 / 1);
}
.border-t-blue-800\/0{
  border-top-color: rgb(30 66 159 / 0);
}
.border-t-blue-800\/5{
  border-top-color: rgb(30 66 159 / 0.05);
}
.border-t-blue-800\/10{
  border-top-color: rgb(30 66 159 / 0.1);
}
.border-t-blue-800\/20{
  border-top-color: rgb(30 66 159 / 0.2);
}
.border-t-blue-800\/25{
  border-top-color: rgb(30 66 159 / 0.25);
}
.border-t-blue-800\/30{
  border-top-color: rgb(30 66 159 / 0.3);
}
.border-t-blue-800\/40{
  border-top-color: rgb(30 66 159 / 0.4);
}
.border-t-blue-800\/50{
  border-top-color: rgb(30 66 159 / 0.5);
}
.border-t-blue-800\/60{
  border-top-color: rgb(30 66 159 / 0.6);
}
.border-t-blue-800\/70{
  border-top-color: rgb(30 66 159 / 0.7);
}
.border-t-blue-800\/75{
  border-top-color: rgb(30 66 159 / 0.75);
}
.border-t-blue-800\/80{
  border-top-color: rgb(30 66 159 / 0.8);
}
.border-t-blue-800\/90{
  border-top-color: rgb(30 66 159 / 0.9);
}
.border-t-blue-800\/95{
  border-top-color: rgb(30 66 159 / 0.95);
}
.border-t-blue-800\/100{
  border-top-color: rgb(30 66 159 / 1);
}
.border-t-blue-900\/0{
  border-top-color: rgb(35 56 118 / 0);
}
.border-t-blue-900\/5{
  border-top-color: rgb(35 56 118 / 0.05);
}
.border-t-blue-900\/10{
  border-top-color: rgb(35 56 118 / 0.1);
}
.border-t-blue-900\/20{
  border-top-color: rgb(35 56 118 / 0.2);
}
.border-t-blue-900\/25{
  border-top-color: rgb(35 56 118 / 0.25);
}
.border-t-blue-900\/30{
  border-top-color: rgb(35 56 118 / 0.3);
}
.border-t-blue-900\/40{
  border-top-color: rgb(35 56 118 / 0.4);
}
.border-t-blue-900\/50{
  border-top-color: rgb(35 56 118 / 0.5);
}
.border-t-blue-900\/60{
  border-top-color: rgb(35 56 118 / 0.6);
}
.border-t-blue-900\/70{
  border-top-color: rgb(35 56 118 / 0.7);
}
.border-t-blue-900\/75{
  border-top-color: rgb(35 56 118 / 0.75);
}
.border-t-blue-900\/80{
  border-top-color: rgb(35 56 118 / 0.8);
}
.border-t-blue-900\/90{
  border-top-color: rgb(35 56 118 / 0.9);
}
.border-t-blue-900\/95{
  border-top-color: rgb(35 56 118 / 0.95);
}
.border-t-blue-900\/100{
  border-top-color: rgb(35 56 118 / 1);
}
.border-t-indigo-50\/0{
  border-top-color: rgb(240 245 255 / 0);
}
.border-t-indigo-50\/5{
  border-top-color: rgb(240 245 255 / 0.05);
}
.border-t-indigo-50\/10{
  border-top-color: rgb(240 245 255 / 0.1);
}
.border-t-indigo-50\/20{
  border-top-color: rgb(240 245 255 / 0.2);
}
.border-t-indigo-50\/25{
  border-top-color: rgb(240 245 255 / 0.25);
}
.border-t-indigo-50\/30{
  border-top-color: rgb(240 245 255 / 0.3);
}
.border-t-indigo-50\/40{
  border-top-color: rgb(240 245 255 / 0.4);
}
.border-t-indigo-50\/50{
  border-top-color: rgb(240 245 255 / 0.5);
}
.border-t-indigo-50\/60{
  border-top-color: rgb(240 245 255 / 0.6);
}
.border-t-indigo-50\/70{
  border-top-color: rgb(240 245 255 / 0.7);
}
.border-t-indigo-50\/75{
  border-top-color: rgb(240 245 255 / 0.75);
}
.border-t-indigo-50\/80{
  border-top-color: rgb(240 245 255 / 0.8);
}
.border-t-indigo-50\/90{
  border-top-color: rgb(240 245 255 / 0.9);
}
.border-t-indigo-50\/95{
  border-top-color: rgb(240 245 255 / 0.95);
}
.border-t-indigo-50\/100{
  border-top-color: rgb(240 245 255 / 1);
}
.border-t-indigo-100\/0{
  border-top-color: rgb(229 237 255 / 0);
}
.border-t-indigo-100\/5{
  border-top-color: rgb(229 237 255 / 0.05);
}
.border-t-indigo-100\/10{
  border-top-color: rgb(229 237 255 / 0.1);
}
.border-t-indigo-100\/20{
  border-top-color: rgb(229 237 255 / 0.2);
}
.border-t-indigo-100\/25{
  border-top-color: rgb(229 237 255 / 0.25);
}
.border-t-indigo-100\/30{
  border-top-color: rgb(229 237 255 / 0.3);
}
.border-t-indigo-100\/40{
  border-top-color: rgb(229 237 255 / 0.4);
}
.border-t-indigo-100\/50{
  border-top-color: rgb(229 237 255 / 0.5);
}
.border-t-indigo-100\/60{
  border-top-color: rgb(229 237 255 / 0.6);
}
.border-t-indigo-100\/70{
  border-top-color: rgb(229 237 255 / 0.7);
}
.border-t-indigo-100\/75{
  border-top-color: rgb(229 237 255 / 0.75);
}
.border-t-indigo-100\/80{
  border-top-color: rgb(229 237 255 / 0.8);
}
.border-t-indigo-100\/90{
  border-top-color: rgb(229 237 255 / 0.9);
}
.border-t-indigo-100\/95{
  border-top-color: rgb(229 237 255 / 0.95);
}
.border-t-indigo-100\/100{
  border-top-color: rgb(229 237 255 / 1);
}
.border-t-indigo-200\/0{
  border-top-color: rgb(205 219 254 / 0);
}
.border-t-indigo-200\/5{
  border-top-color: rgb(205 219 254 / 0.05);
}
.border-t-indigo-200\/10{
  border-top-color: rgb(205 219 254 / 0.1);
}
.border-t-indigo-200\/20{
  border-top-color: rgb(205 219 254 / 0.2);
}
.border-t-indigo-200\/25{
  border-top-color: rgb(205 219 254 / 0.25);
}
.border-t-indigo-200\/30{
  border-top-color: rgb(205 219 254 / 0.3);
}
.border-t-indigo-200\/40{
  border-top-color: rgb(205 219 254 / 0.4);
}
.border-t-indigo-200\/50{
  border-top-color: rgb(205 219 254 / 0.5);
}
.border-t-indigo-200\/60{
  border-top-color: rgb(205 219 254 / 0.6);
}
.border-t-indigo-200\/70{
  border-top-color: rgb(205 219 254 / 0.7);
}
.border-t-indigo-200\/75{
  border-top-color: rgb(205 219 254 / 0.75);
}
.border-t-indigo-200\/80{
  border-top-color: rgb(205 219 254 / 0.8);
}
.border-t-indigo-200\/90{
  border-top-color: rgb(205 219 254 / 0.9);
}
.border-t-indigo-200\/95{
  border-top-color: rgb(205 219 254 / 0.95);
}
.border-t-indigo-200\/100{
  border-top-color: rgb(205 219 254 / 1);
}
.border-t-indigo-300\/0{
  border-top-color: rgb(180 198 252 / 0);
}
.border-t-indigo-300\/5{
  border-top-color: rgb(180 198 252 / 0.05);
}
.border-t-indigo-300\/10{
  border-top-color: rgb(180 198 252 / 0.1);
}
.border-t-indigo-300\/20{
  border-top-color: rgb(180 198 252 / 0.2);
}
.border-t-indigo-300\/25{
  border-top-color: rgb(180 198 252 / 0.25);
}
.border-t-indigo-300\/30{
  border-top-color: rgb(180 198 252 / 0.3);
}
.border-t-indigo-300\/40{
  border-top-color: rgb(180 198 252 / 0.4);
}
.border-t-indigo-300\/50{
  border-top-color: rgb(180 198 252 / 0.5);
}
.border-t-indigo-300\/60{
  border-top-color: rgb(180 198 252 / 0.6);
}
.border-t-indigo-300\/70{
  border-top-color: rgb(180 198 252 / 0.7);
}
.border-t-indigo-300\/75{
  border-top-color: rgb(180 198 252 / 0.75);
}
.border-t-indigo-300\/80{
  border-top-color: rgb(180 198 252 / 0.8);
}
.border-t-indigo-300\/90{
  border-top-color: rgb(180 198 252 / 0.9);
}
.border-t-indigo-300\/95{
  border-top-color: rgb(180 198 252 / 0.95);
}
.border-t-indigo-300\/100{
  border-top-color: rgb(180 198 252 / 1);
}
.border-t-indigo-400\/0{
  border-top-color: rgb(141 162 251 / 0);
}
.border-t-indigo-400\/5{
  border-top-color: rgb(141 162 251 / 0.05);
}
.border-t-indigo-400\/10{
  border-top-color: rgb(141 162 251 / 0.1);
}
.border-t-indigo-400\/20{
  border-top-color: rgb(141 162 251 / 0.2);
}
.border-t-indigo-400\/25{
  border-top-color: rgb(141 162 251 / 0.25);
}
.border-t-indigo-400\/30{
  border-top-color: rgb(141 162 251 / 0.3);
}
.border-t-indigo-400\/40{
  border-top-color: rgb(141 162 251 / 0.4);
}
.border-t-indigo-400\/50{
  border-top-color: rgb(141 162 251 / 0.5);
}
.border-t-indigo-400\/60{
  border-top-color: rgb(141 162 251 / 0.6);
}
.border-t-indigo-400\/70{
  border-top-color: rgb(141 162 251 / 0.7);
}
.border-t-indigo-400\/75{
  border-top-color: rgb(141 162 251 / 0.75);
}
.border-t-indigo-400\/80{
  border-top-color: rgb(141 162 251 / 0.8);
}
.border-t-indigo-400\/90{
  border-top-color: rgb(141 162 251 / 0.9);
}
.border-t-indigo-400\/95{
  border-top-color: rgb(141 162 251 / 0.95);
}
.border-t-indigo-400\/100{
  border-top-color: rgb(141 162 251 / 1);
}
.border-t-indigo-500\/0{
  border-top-color: rgb(104 117 245 / 0);
}
.border-t-indigo-500\/5{
  border-top-color: rgb(104 117 245 / 0.05);
}
.border-t-indigo-500\/10{
  border-top-color: rgb(104 117 245 / 0.1);
}
.border-t-indigo-500\/20{
  border-top-color: rgb(104 117 245 / 0.2);
}
.border-t-indigo-500\/25{
  border-top-color: rgb(104 117 245 / 0.25);
}
.border-t-indigo-500\/30{
  border-top-color: rgb(104 117 245 / 0.3);
}
.border-t-indigo-500\/40{
  border-top-color: rgb(104 117 245 / 0.4);
}
.border-t-indigo-500\/50{
  border-top-color: rgb(104 117 245 / 0.5);
}
.border-t-indigo-500\/60{
  border-top-color: rgb(104 117 245 / 0.6);
}
.border-t-indigo-500\/70{
  border-top-color: rgb(104 117 245 / 0.7);
}
.border-t-indigo-500\/75{
  border-top-color: rgb(104 117 245 / 0.75);
}
.border-t-indigo-500\/80{
  border-top-color: rgb(104 117 245 / 0.8);
}
.border-t-indigo-500\/90{
  border-top-color: rgb(104 117 245 / 0.9);
}
.border-t-indigo-500\/95{
  border-top-color: rgb(104 117 245 / 0.95);
}
.border-t-indigo-500\/100{
  border-top-color: rgb(104 117 245 / 1);
}
.border-t-indigo-600\/0{
  border-top-color: rgb(88 80 236 / 0);
}
.border-t-indigo-600\/5{
  border-top-color: rgb(88 80 236 / 0.05);
}
.border-t-indigo-600\/10{
  border-top-color: rgb(88 80 236 / 0.1);
}
.border-t-indigo-600\/20{
  border-top-color: rgb(88 80 236 / 0.2);
}
.border-t-indigo-600\/25{
  border-top-color: rgb(88 80 236 / 0.25);
}
.border-t-indigo-600\/30{
  border-top-color: rgb(88 80 236 / 0.3);
}
.border-t-indigo-600\/40{
  border-top-color: rgb(88 80 236 / 0.4);
}
.border-t-indigo-600\/50{
  border-top-color: rgb(88 80 236 / 0.5);
}
.border-t-indigo-600\/60{
  border-top-color: rgb(88 80 236 / 0.6);
}
.border-t-indigo-600\/70{
  border-top-color: rgb(88 80 236 / 0.7);
}
.border-t-indigo-600\/75{
  border-top-color: rgb(88 80 236 / 0.75);
}
.border-t-indigo-600\/80{
  border-top-color: rgb(88 80 236 / 0.8);
}
.border-t-indigo-600\/90{
  border-top-color: rgb(88 80 236 / 0.9);
}
.border-t-indigo-600\/95{
  border-top-color: rgb(88 80 236 / 0.95);
}
.border-t-indigo-600\/100{
  border-top-color: rgb(88 80 236 / 1);
}
.border-t-indigo-700\/0{
  border-top-color: rgb(81 69 205 / 0);
}
.border-t-indigo-700\/5{
  border-top-color: rgb(81 69 205 / 0.05);
}
.border-t-indigo-700\/10{
  border-top-color: rgb(81 69 205 / 0.1);
}
.border-t-indigo-700\/20{
  border-top-color: rgb(81 69 205 / 0.2);
}
.border-t-indigo-700\/25{
  border-top-color: rgb(81 69 205 / 0.25);
}
.border-t-indigo-700\/30{
  border-top-color: rgb(81 69 205 / 0.3);
}
.border-t-indigo-700\/40{
  border-top-color: rgb(81 69 205 / 0.4);
}
.border-t-indigo-700\/50{
  border-top-color: rgb(81 69 205 / 0.5);
}
.border-t-indigo-700\/60{
  border-top-color: rgb(81 69 205 / 0.6);
}
.border-t-indigo-700\/70{
  border-top-color: rgb(81 69 205 / 0.7);
}
.border-t-indigo-700\/75{
  border-top-color: rgb(81 69 205 / 0.75);
}
.border-t-indigo-700\/80{
  border-top-color: rgb(81 69 205 / 0.8);
}
.border-t-indigo-700\/90{
  border-top-color: rgb(81 69 205 / 0.9);
}
.border-t-indigo-700\/95{
  border-top-color: rgb(81 69 205 / 0.95);
}
.border-t-indigo-700\/100{
  border-top-color: rgb(81 69 205 / 1);
}
.border-t-indigo-800\/0{
  border-top-color: rgb(66 56 157 / 0);
}
.border-t-indigo-800\/5{
  border-top-color: rgb(66 56 157 / 0.05);
}
.border-t-indigo-800\/10{
  border-top-color: rgb(66 56 157 / 0.1);
}
.border-t-indigo-800\/20{
  border-top-color: rgb(66 56 157 / 0.2);
}
.border-t-indigo-800\/25{
  border-top-color: rgb(66 56 157 / 0.25);
}
.border-t-indigo-800\/30{
  border-top-color: rgb(66 56 157 / 0.3);
}
.border-t-indigo-800\/40{
  border-top-color: rgb(66 56 157 / 0.4);
}
.border-t-indigo-800\/50{
  border-top-color: rgb(66 56 157 / 0.5);
}
.border-t-indigo-800\/60{
  border-top-color: rgb(66 56 157 / 0.6);
}
.border-t-indigo-800\/70{
  border-top-color: rgb(66 56 157 / 0.7);
}
.border-t-indigo-800\/75{
  border-top-color: rgb(66 56 157 / 0.75);
}
.border-t-indigo-800\/80{
  border-top-color: rgb(66 56 157 / 0.8);
}
.border-t-indigo-800\/90{
  border-top-color: rgb(66 56 157 / 0.9);
}
.border-t-indigo-800\/95{
  border-top-color: rgb(66 56 157 / 0.95);
}
.border-t-indigo-800\/100{
  border-top-color: rgb(66 56 157 / 1);
}
.border-t-indigo-900\/0{
  border-top-color: rgb(54 47 120 / 0);
}
.border-t-indigo-900\/5{
  border-top-color: rgb(54 47 120 / 0.05);
}
.border-t-indigo-900\/10{
  border-top-color: rgb(54 47 120 / 0.1);
}
.border-t-indigo-900\/20{
  border-top-color: rgb(54 47 120 / 0.2);
}
.border-t-indigo-900\/25{
  border-top-color: rgb(54 47 120 / 0.25);
}
.border-t-indigo-900\/30{
  border-top-color: rgb(54 47 120 / 0.3);
}
.border-t-indigo-900\/40{
  border-top-color: rgb(54 47 120 / 0.4);
}
.border-t-indigo-900\/50{
  border-top-color: rgb(54 47 120 / 0.5);
}
.border-t-indigo-900\/60{
  border-top-color: rgb(54 47 120 / 0.6);
}
.border-t-indigo-900\/70{
  border-top-color: rgb(54 47 120 / 0.7);
}
.border-t-indigo-900\/75{
  border-top-color: rgb(54 47 120 / 0.75);
}
.border-t-indigo-900\/80{
  border-top-color: rgb(54 47 120 / 0.8);
}
.border-t-indigo-900\/90{
  border-top-color: rgb(54 47 120 / 0.9);
}
.border-t-indigo-900\/95{
  border-top-color: rgb(54 47 120 / 0.95);
}
.border-t-indigo-900\/100{
  border-top-color: rgb(54 47 120 / 1);
}
.border-t-purple-50\/0{
  border-top-color: rgb(246 245 255 / 0);
}
.border-t-purple-50\/5{
  border-top-color: rgb(246 245 255 / 0.05);
}
.border-t-purple-50\/10{
  border-top-color: rgb(246 245 255 / 0.1);
}
.border-t-purple-50\/20{
  border-top-color: rgb(246 245 255 / 0.2);
}
.border-t-purple-50\/25{
  border-top-color: rgb(246 245 255 / 0.25);
}
.border-t-purple-50\/30{
  border-top-color: rgb(246 245 255 / 0.3);
}
.border-t-purple-50\/40{
  border-top-color: rgb(246 245 255 / 0.4);
}
.border-t-purple-50\/50{
  border-top-color: rgb(246 245 255 / 0.5);
}
.border-t-purple-50\/60{
  border-top-color: rgb(246 245 255 / 0.6);
}
.border-t-purple-50\/70{
  border-top-color: rgb(246 245 255 / 0.7);
}
.border-t-purple-50\/75{
  border-top-color: rgb(246 245 255 / 0.75);
}
.border-t-purple-50\/80{
  border-top-color: rgb(246 245 255 / 0.8);
}
.border-t-purple-50\/90{
  border-top-color: rgb(246 245 255 / 0.9);
}
.border-t-purple-50\/95{
  border-top-color: rgb(246 245 255 / 0.95);
}
.border-t-purple-50\/100{
  border-top-color: rgb(246 245 255 / 1);
}
.border-t-purple-100\/0{
  border-top-color: rgb(237 235 254 / 0);
}
.border-t-purple-100\/5{
  border-top-color: rgb(237 235 254 / 0.05);
}
.border-t-purple-100\/10{
  border-top-color: rgb(237 235 254 / 0.1);
}
.border-t-purple-100\/20{
  border-top-color: rgb(237 235 254 / 0.2);
}
.border-t-purple-100\/25{
  border-top-color: rgb(237 235 254 / 0.25);
}
.border-t-purple-100\/30{
  border-top-color: rgb(237 235 254 / 0.3);
}
.border-t-purple-100\/40{
  border-top-color: rgb(237 235 254 / 0.4);
}
.border-t-purple-100\/50{
  border-top-color: rgb(237 235 254 / 0.5);
}
.border-t-purple-100\/60{
  border-top-color: rgb(237 235 254 / 0.6);
}
.border-t-purple-100\/70{
  border-top-color: rgb(237 235 254 / 0.7);
}
.border-t-purple-100\/75{
  border-top-color: rgb(237 235 254 / 0.75);
}
.border-t-purple-100\/80{
  border-top-color: rgb(237 235 254 / 0.8);
}
.border-t-purple-100\/90{
  border-top-color: rgb(237 235 254 / 0.9);
}
.border-t-purple-100\/95{
  border-top-color: rgb(237 235 254 / 0.95);
}
.border-t-purple-100\/100{
  border-top-color: rgb(237 235 254 / 1);
}
.border-t-purple-200\/0{
  border-top-color: rgb(220 215 254 / 0);
}
.border-t-purple-200\/5{
  border-top-color: rgb(220 215 254 / 0.05);
}
.border-t-purple-200\/10{
  border-top-color: rgb(220 215 254 / 0.1);
}
.border-t-purple-200\/20{
  border-top-color: rgb(220 215 254 / 0.2);
}
.border-t-purple-200\/25{
  border-top-color: rgb(220 215 254 / 0.25);
}
.border-t-purple-200\/30{
  border-top-color: rgb(220 215 254 / 0.3);
}
.border-t-purple-200\/40{
  border-top-color: rgb(220 215 254 / 0.4);
}
.border-t-purple-200\/50{
  border-top-color: rgb(220 215 254 / 0.5);
}
.border-t-purple-200\/60{
  border-top-color: rgb(220 215 254 / 0.6);
}
.border-t-purple-200\/70{
  border-top-color: rgb(220 215 254 / 0.7);
}
.border-t-purple-200\/75{
  border-top-color: rgb(220 215 254 / 0.75);
}
.border-t-purple-200\/80{
  border-top-color: rgb(220 215 254 / 0.8);
}
.border-t-purple-200\/90{
  border-top-color: rgb(220 215 254 / 0.9);
}
.border-t-purple-200\/95{
  border-top-color: rgb(220 215 254 / 0.95);
}
.border-t-purple-200\/100{
  border-top-color: rgb(220 215 254 / 1);
}
.border-t-purple-300\/0{
  border-top-color: rgb(202 191 253 / 0);
}
.border-t-purple-300\/5{
  border-top-color: rgb(202 191 253 / 0.05);
}
.border-t-purple-300\/10{
  border-top-color: rgb(202 191 253 / 0.1);
}
.border-t-purple-300\/20{
  border-top-color: rgb(202 191 253 / 0.2);
}
.border-t-purple-300\/25{
  border-top-color: rgb(202 191 253 / 0.25);
}
.border-t-purple-300\/30{
  border-top-color: rgb(202 191 253 / 0.3);
}
.border-t-purple-300\/40{
  border-top-color: rgb(202 191 253 / 0.4);
}
.border-t-purple-300\/50{
  border-top-color: rgb(202 191 253 / 0.5);
}
.border-t-purple-300\/60{
  border-top-color: rgb(202 191 253 / 0.6);
}
.border-t-purple-300\/70{
  border-top-color: rgb(202 191 253 / 0.7);
}
.border-t-purple-300\/75{
  border-top-color: rgb(202 191 253 / 0.75);
}
.border-t-purple-300\/80{
  border-top-color: rgb(202 191 253 / 0.8);
}
.border-t-purple-300\/90{
  border-top-color: rgb(202 191 253 / 0.9);
}
.border-t-purple-300\/95{
  border-top-color: rgb(202 191 253 / 0.95);
}
.border-t-purple-300\/100{
  border-top-color: rgb(202 191 253 / 1);
}
.border-t-purple-400\/0{
  border-top-color: rgb(172 148 250 / 0);
}
.border-t-purple-400\/5{
  border-top-color: rgb(172 148 250 / 0.05);
}
.border-t-purple-400\/10{
  border-top-color: rgb(172 148 250 / 0.1);
}
.border-t-purple-400\/20{
  border-top-color: rgb(172 148 250 / 0.2);
}
.border-t-purple-400\/25{
  border-top-color: rgb(172 148 250 / 0.25);
}
.border-t-purple-400\/30{
  border-top-color: rgb(172 148 250 / 0.3);
}
.border-t-purple-400\/40{
  border-top-color: rgb(172 148 250 / 0.4);
}
.border-t-purple-400\/50{
  border-top-color: rgb(172 148 250 / 0.5);
}
.border-t-purple-400\/60{
  border-top-color: rgb(172 148 250 / 0.6);
}
.border-t-purple-400\/70{
  border-top-color: rgb(172 148 250 / 0.7);
}
.border-t-purple-400\/75{
  border-top-color: rgb(172 148 250 / 0.75);
}
.border-t-purple-400\/80{
  border-top-color: rgb(172 148 250 / 0.8);
}
.border-t-purple-400\/90{
  border-top-color: rgb(172 148 250 / 0.9);
}
.border-t-purple-400\/95{
  border-top-color: rgb(172 148 250 / 0.95);
}
.border-t-purple-400\/100{
  border-top-color: rgb(172 148 250 / 1);
}
.border-t-purple-500\/0{
  border-top-color: rgb(144 97 249 / 0);
}
.border-t-purple-500\/5{
  border-top-color: rgb(144 97 249 / 0.05);
}
.border-t-purple-500\/10{
  border-top-color: rgb(144 97 249 / 0.1);
}
.border-t-purple-500\/20{
  border-top-color: rgb(144 97 249 / 0.2);
}
.border-t-purple-500\/25{
  border-top-color: rgb(144 97 249 / 0.25);
}
.border-t-purple-500\/30{
  border-top-color: rgb(144 97 249 / 0.3);
}
.border-t-purple-500\/40{
  border-top-color: rgb(144 97 249 / 0.4);
}
.border-t-purple-500\/50{
  border-top-color: rgb(144 97 249 / 0.5);
}
.border-t-purple-500\/60{
  border-top-color: rgb(144 97 249 / 0.6);
}
.border-t-purple-500\/70{
  border-top-color: rgb(144 97 249 / 0.7);
}
.border-t-purple-500\/75{
  border-top-color: rgb(144 97 249 / 0.75);
}
.border-t-purple-500\/80{
  border-top-color: rgb(144 97 249 / 0.8);
}
.border-t-purple-500\/90{
  border-top-color: rgb(144 97 249 / 0.9);
}
.border-t-purple-500\/95{
  border-top-color: rgb(144 97 249 / 0.95);
}
.border-t-purple-500\/100{
  border-top-color: rgb(144 97 249 / 1);
}
.border-t-purple-600\/0{
  border-top-color: rgb(126 58 242 / 0);
}
.border-t-purple-600\/5{
  border-top-color: rgb(126 58 242 / 0.05);
}
.border-t-purple-600\/10{
  border-top-color: rgb(126 58 242 / 0.1);
}
.border-t-purple-600\/20{
  border-top-color: rgb(126 58 242 / 0.2);
}
.border-t-purple-600\/25{
  border-top-color: rgb(126 58 242 / 0.25);
}
.border-t-purple-600\/30{
  border-top-color: rgb(126 58 242 / 0.3);
}
.border-t-purple-600\/40{
  border-top-color: rgb(126 58 242 / 0.4);
}
.border-t-purple-600\/50{
  border-top-color: rgb(126 58 242 / 0.5);
}
.border-t-purple-600\/60{
  border-top-color: rgb(126 58 242 / 0.6);
}
.border-t-purple-600\/70{
  border-top-color: rgb(126 58 242 / 0.7);
}
.border-t-purple-600\/75{
  border-top-color: rgb(126 58 242 / 0.75);
}
.border-t-purple-600\/80{
  border-top-color: rgb(126 58 242 / 0.8);
}
.border-t-purple-600\/90{
  border-top-color: rgb(126 58 242 / 0.9);
}
.border-t-purple-600\/95{
  border-top-color: rgb(126 58 242 / 0.95);
}
.border-t-purple-600\/100{
  border-top-color: rgb(126 58 242 / 1);
}
.border-t-purple-700\/0{
  border-top-color: rgb(108 43 217 / 0);
}
.border-t-purple-700\/5{
  border-top-color: rgb(108 43 217 / 0.05);
}
.border-t-purple-700\/10{
  border-top-color: rgb(108 43 217 / 0.1);
}
.border-t-purple-700\/20{
  border-top-color: rgb(108 43 217 / 0.2);
}
.border-t-purple-700\/25{
  border-top-color: rgb(108 43 217 / 0.25);
}
.border-t-purple-700\/30{
  border-top-color: rgb(108 43 217 / 0.3);
}
.border-t-purple-700\/40{
  border-top-color: rgb(108 43 217 / 0.4);
}
.border-t-purple-700\/50{
  border-top-color: rgb(108 43 217 / 0.5);
}
.border-t-purple-700\/60{
  border-top-color: rgb(108 43 217 / 0.6);
}
.border-t-purple-700\/70{
  border-top-color: rgb(108 43 217 / 0.7);
}
.border-t-purple-700\/75{
  border-top-color: rgb(108 43 217 / 0.75);
}
.border-t-purple-700\/80{
  border-top-color: rgb(108 43 217 / 0.8);
}
.border-t-purple-700\/90{
  border-top-color: rgb(108 43 217 / 0.9);
}
.border-t-purple-700\/95{
  border-top-color: rgb(108 43 217 / 0.95);
}
.border-t-purple-700\/100{
  border-top-color: rgb(108 43 217 / 1);
}
.border-t-purple-800\/0{
  border-top-color: rgb(85 33 181 / 0);
}
.border-t-purple-800\/5{
  border-top-color: rgb(85 33 181 / 0.05);
}
.border-t-purple-800\/10{
  border-top-color: rgb(85 33 181 / 0.1);
}
.border-t-purple-800\/20{
  border-top-color: rgb(85 33 181 / 0.2);
}
.border-t-purple-800\/25{
  border-top-color: rgb(85 33 181 / 0.25);
}
.border-t-purple-800\/30{
  border-top-color: rgb(85 33 181 / 0.3);
}
.border-t-purple-800\/40{
  border-top-color: rgb(85 33 181 / 0.4);
}
.border-t-purple-800\/50{
  border-top-color: rgb(85 33 181 / 0.5);
}
.border-t-purple-800\/60{
  border-top-color: rgb(85 33 181 / 0.6);
}
.border-t-purple-800\/70{
  border-top-color: rgb(85 33 181 / 0.7);
}
.border-t-purple-800\/75{
  border-top-color: rgb(85 33 181 / 0.75);
}
.border-t-purple-800\/80{
  border-top-color: rgb(85 33 181 / 0.8);
}
.border-t-purple-800\/90{
  border-top-color: rgb(85 33 181 / 0.9);
}
.border-t-purple-800\/95{
  border-top-color: rgb(85 33 181 / 0.95);
}
.border-t-purple-800\/100{
  border-top-color: rgb(85 33 181 / 1);
}
.border-t-purple-900\/0{
  border-top-color: rgb(74 29 150 / 0);
}
.border-t-purple-900\/5{
  border-top-color: rgb(74 29 150 / 0.05);
}
.border-t-purple-900\/10{
  border-top-color: rgb(74 29 150 / 0.1);
}
.border-t-purple-900\/20{
  border-top-color: rgb(74 29 150 / 0.2);
}
.border-t-purple-900\/25{
  border-top-color: rgb(74 29 150 / 0.25);
}
.border-t-purple-900\/30{
  border-top-color: rgb(74 29 150 / 0.3);
}
.border-t-purple-900\/40{
  border-top-color: rgb(74 29 150 / 0.4);
}
.border-t-purple-900\/50{
  border-top-color: rgb(74 29 150 / 0.5);
}
.border-t-purple-900\/60{
  border-top-color: rgb(74 29 150 / 0.6);
}
.border-t-purple-900\/70{
  border-top-color: rgb(74 29 150 / 0.7);
}
.border-t-purple-900\/75{
  border-top-color: rgb(74 29 150 / 0.75);
}
.border-t-purple-900\/80{
  border-top-color: rgb(74 29 150 / 0.8);
}
.border-t-purple-900\/90{
  border-top-color: rgb(74 29 150 / 0.9);
}
.border-t-purple-900\/95{
  border-top-color: rgb(74 29 150 / 0.95);
}
.border-t-purple-900\/100{
  border-top-color: rgb(74 29 150 / 1);
}
.border-t-purple-light\/0{
  border-top-color: rgb(224 14 102 / 0);
}
.border-t-purple-light\/5{
  border-top-color: rgb(224 14 102 / 0.05);
}
.border-t-purple-light\/10{
  border-top-color: rgb(224 14 102 / 0.1);
}
.border-t-purple-light\/20{
  border-top-color: rgb(224 14 102 / 0.2);
}
.border-t-purple-light\/25{
  border-top-color: rgb(224 14 102 / 0.25);
}
.border-t-purple-light\/30{
  border-top-color: rgb(224 14 102 / 0.3);
}
.border-t-purple-light\/40{
  border-top-color: rgb(224 14 102 / 0.4);
}
.border-t-purple-light\/50{
  border-top-color: rgb(224 14 102 / 0.5);
}
.border-t-purple-light\/60{
  border-top-color: rgb(224 14 102 / 0.6);
}
.border-t-purple-light\/70{
  border-top-color: rgb(224 14 102 / 0.7);
}
.border-t-purple-light\/75{
  border-top-color: rgb(224 14 102 / 0.75);
}
.border-t-purple-light\/80{
  border-top-color: rgb(224 14 102 / 0.8);
}
.border-t-purple-light\/90{
  border-top-color: rgb(224 14 102 / 0.9);
}
.border-t-purple-light\/95{
  border-top-color: rgb(224 14 102 / 0.95);
}
.border-t-purple-light\/100{
  border-top-color: rgb(224 14 102 / 1);
}
.border-t-pink-50\/0{
  border-top-color: rgb(253 242 248 / 0);
}
.border-t-pink-50\/5{
  border-top-color: rgb(253 242 248 / 0.05);
}
.border-t-pink-50\/10{
  border-top-color: rgb(253 242 248 / 0.1);
}
.border-t-pink-50\/20{
  border-top-color: rgb(253 242 248 / 0.2);
}
.border-t-pink-50\/25{
  border-top-color: rgb(253 242 248 / 0.25);
}
.border-t-pink-50\/30{
  border-top-color: rgb(253 242 248 / 0.3);
}
.border-t-pink-50\/40{
  border-top-color: rgb(253 242 248 / 0.4);
}
.border-t-pink-50\/50{
  border-top-color: rgb(253 242 248 / 0.5);
}
.border-t-pink-50\/60{
  border-top-color: rgb(253 242 248 / 0.6);
}
.border-t-pink-50\/70{
  border-top-color: rgb(253 242 248 / 0.7);
}
.border-t-pink-50\/75{
  border-top-color: rgb(253 242 248 / 0.75);
}
.border-t-pink-50\/80{
  border-top-color: rgb(253 242 248 / 0.8);
}
.border-t-pink-50\/90{
  border-top-color: rgb(253 242 248 / 0.9);
}
.border-t-pink-50\/95{
  border-top-color: rgb(253 242 248 / 0.95);
}
.border-t-pink-50\/100{
  border-top-color: rgb(253 242 248 / 1);
}
.border-t-pink-100\/0{
  border-top-color: rgb(252 232 243 / 0);
}
.border-t-pink-100\/5{
  border-top-color: rgb(252 232 243 / 0.05);
}
.border-t-pink-100\/10{
  border-top-color: rgb(252 232 243 / 0.1);
}
.border-t-pink-100\/20{
  border-top-color: rgb(252 232 243 / 0.2);
}
.border-t-pink-100\/25{
  border-top-color: rgb(252 232 243 / 0.25);
}
.border-t-pink-100\/30{
  border-top-color: rgb(252 232 243 / 0.3);
}
.border-t-pink-100\/40{
  border-top-color: rgb(252 232 243 / 0.4);
}
.border-t-pink-100\/50{
  border-top-color: rgb(252 232 243 / 0.5);
}
.border-t-pink-100\/60{
  border-top-color: rgb(252 232 243 / 0.6);
}
.border-t-pink-100\/70{
  border-top-color: rgb(252 232 243 / 0.7);
}
.border-t-pink-100\/75{
  border-top-color: rgb(252 232 243 / 0.75);
}
.border-t-pink-100\/80{
  border-top-color: rgb(252 232 243 / 0.8);
}
.border-t-pink-100\/90{
  border-top-color: rgb(252 232 243 / 0.9);
}
.border-t-pink-100\/95{
  border-top-color: rgb(252 232 243 / 0.95);
}
.border-t-pink-100\/100{
  border-top-color: rgb(252 232 243 / 1);
}
.border-t-pink-200\/0{
  border-top-color: rgb(250 209 232 / 0);
}
.border-t-pink-200\/5{
  border-top-color: rgb(250 209 232 / 0.05);
}
.border-t-pink-200\/10{
  border-top-color: rgb(250 209 232 / 0.1);
}
.border-t-pink-200\/20{
  border-top-color: rgb(250 209 232 / 0.2);
}
.border-t-pink-200\/25{
  border-top-color: rgb(250 209 232 / 0.25);
}
.border-t-pink-200\/30{
  border-top-color: rgb(250 209 232 / 0.3);
}
.border-t-pink-200\/40{
  border-top-color: rgb(250 209 232 / 0.4);
}
.border-t-pink-200\/50{
  border-top-color: rgb(250 209 232 / 0.5);
}
.border-t-pink-200\/60{
  border-top-color: rgb(250 209 232 / 0.6);
}
.border-t-pink-200\/70{
  border-top-color: rgb(250 209 232 / 0.7);
}
.border-t-pink-200\/75{
  border-top-color: rgb(250 209 232 / 0.75);
}
.border-t-pink-200\/80{
  border-top-color: rgb(250 209 232 / 0.8);
}
.border-t-pink-200\/90{
  border-top-color: rgb(250 209 232 / 0.9);
}
.border-t-pink-200\/95{
  border-top-color: rgb(250 209 232 / 0.95);
}
.border-t-pink-200\/100{
  border-top-color: rgb(250 209 232 / 1);
}
.border-t-pink-300\/0{
  border-top-color: rgb(248 180 217 / 0);
}
.border-t-pink-300\/5{
  border-top-color: rgb(248 180 217 / 0.05);
}
.border-t-pink-300\/10{
  border-top-color: rgb(248 180 217 / 0.1);
}
.border-t-pink-300\/20{
  border-top-color: rgb(248 180 217 / 0.2);
}
.border-t-pink-300\/25{
  border-top-color: rgb(248 180 217 / 0.25);
}
.border-t-pink-300\/30{
  border-top-color: rgb(248 180 217 / 0.3);
}
.border-t-pink-300\/40{
  border-top-color: rgb(248 180 217 / 0.4);
}
.border-t-pink-300\/50{
  border-top-color: rgb(248 180 217 / 0.5);
}
.border-t-pink-300\/60{
  border-top-color: rgb(248 180 217 / 0.6);
}
.border-t-pink-300\/70{
  border-top-color: rgb(248 180 217 / 0.7);
}
.border-t-pink-300\/75{
  border-top-color: rgb(248 180 217 / 0.75);
}
.border-t-pink-300\/80{
  border-top-color: rgb(248 180 217 / 0.8);
}
.border-t-pink-300\/90{
  border-top-color: rgb(248 180 217 / 0.9);
}
.border-t-pink-300\/95{
  border-top-color: rgb(248 180 217 / 0.95);
}
.border-t-pink-300\/100{
  border-top-color: rgb(248 180 217 / 1);
}
.border-t-pink-400\/0{
  border-top-color: rgb(241 126 184 / 0);
}
.border-t-pink-400\/5{
  border-top-color: rgb(241 126 184 / 0.05);
}
.border-t-pink-400\/10{
  border-top-color: rgb(241 126 184 / 0.1);
}
.border-t-pink-400\/20{
  border-top-color: rgb(241 126 184 / 0.2);
}
.border-t-pink-400\/25{
  border-top-color: rgb(241 126 184 / 0.25);
}
.border-t-pink-400\/30{
  border-top-color: rgb(241 126 184 / 0.3);
}
.border-t-pink-400\/40{
  border-top-color: rgb(241 126 184 / 0.4);
}
.border-t-pink-400\/50{
  border-top-color: rgb(241 126 184 / 0.5);
}
.border-t-pink-400\/60{
  border-top-color: rgb(241 126 184 / 0.6);
}
.border-t-pink-400\/70{
  border-top-color: rgb(241 126 184 / 0.7);
}
.border-t-pink-400\/75{
  border-top-color: rgb(241 126 184 / 0.75);
}
.border-t-pink-400\/80{
  border-top-color: rgb(241 126 184 / 0.8);
}
.border-t-pink-400\/90{
  border-top-color: rgb(241 126 184 / 0.9);
}
.border-t-pink-400\/95{
  border-top-color: rgb(241 126 184 / 0.95);
}
.border-t-pink-400\/100{
  border-top-color: rgb(241 126 184 / 1);
}
.border-t-pink-500\/0{
  border-top-color: rgb(231 70 148 / 0);
}
.border-t-pink-500\/5{
  border-top-color: rgb(231 70 148 / 0.05);
}
.border-t-pink-500\/10{
  border-top-color: rgb(231 70 148 / 0.1);
}
.border-t-pink-500\/20{
  border-top-color: rgb(231 70 148 / 0.2);
}
.border-t-pink-500\/25{
  border-top-color: rgb(231 70 148 / 0.25);
}
.border-t-pink-500\/30{
  border-top-color: rgb(231 70 148 / 0.3);
}
.border-t-pink-500\/40{
  border-top-color: rgb(231 70 148 / 0.4);
}
.border-t-pink-500\/50{
  border-top-color: rgb(231 70 148 / 0.5);
}
.border-t-pink-500\/60{
  border-top-color: rgb(231 70 148 / 0.6);
}
.border-t-pink-500\/70{
  border-top-color: rgb(231 70 148 / 0.7);
}
.border-t-pink-500\/75{
  border-top-color: rgb(231 70 148 / 0.75);
}
.border-t-pink-500\/80{
  border-top-color: rgb(231 70 148 / 0.8);
}
.border-t-pink-500\/90{
  border-top-color: rgb(231 70 148 / 0.9);
}
.border-t-pink-500\/95{
  border-top-color: rgb(231 70 148 / 0.95);
}
.border-t-pink-500\/100{
  border-top-color: rgb(231 70 148 / 1);
}
.border-t-pink-600\/0{
  border-top-color: rgb(214 31 105 / 0);
}
.border-t-pink-600\/5{
  border-top-color: rgb(214 31 105 / 0.05);
}
.border-t-pink-600\/10{
  border-top-color: rgb(214 31 105 / 0.1);
}
.border-t-pink-600\/20{
  border-top-color: rgb(214 31 105 / 0.2);
}
.border-t-pink-600\/25{
  border-top-color: rgb(214 31 105 / 0.25);
}
.border-t-pink-600\/30{
  border-top-color: rgb(214 31 105 / 0.3);
}
.border-t-pink-600\/40{
  border-top-color: rgb(214 31 105 / 0.4);
}
.border-t-pink-600\/50{
  border-top-color: rgb(214 31 105 / 0.5);
}
.border-t-pink-600\/60{
  border-top-color: rgb(214 31 105 / 0.6);
}
.border-t-pink-600\/70{
  border-top-color: rgb(214 31 105 / 0.7);
}
.border-t-pink-600\/75{
  border-top-color: rgb(214 31 105 / 0.75);
}
.border-t-pink-600\/80{
  border-top-color: rgb(214 31 105 / 0.8);
}
.border-t-pink-600\/90{
  border-top-color: rgb(214 31 105 / 0.9);
}
.border-t-pink-600\/95{
  border-top-color: rgb(214 31 105 / 0.95);
}
.border-t-pink-600\/100{
  border-top-color: rgb(214 31 105 / 1);
}
.border-t-pink-700\/0{
  border-top-color: rgb(191 18 93 / 0);
}
.border-t-pink-700\/5{
  border-top-color: rgb(191 18 93 / 0.05);
}
.border-t-pink-700\/10{
  border-top-color: rgb(191 18 93 / 0.1);
}
.border-t-pink-700\/20{
  border-top-color: rgb(191 18 93 / 0.2);
}
.border-t-pink-700\/25{
  border-top-color: rgb(191 18 93 / 0.25);
}
.border-t-pink-700\/30{
  border-top-color: rgb(191 18 93 / 0.3);
}
.border-t-pink-700\/40{
  border-top-color: rgb(191 18 93 / 0.4);
}
.border-t-pink-700\/50{
  border-top-color: rgb(191 18 93 / 0.5);
}
.border-t-pink-700\/60{
  border-top-color: rgb(191 18 93 / 0.6);
}
.border-t-pink-700\/70{
  border-top-color: rgb(191 18 93 / 0.7);
}
.border-t-pink-700\/75{
  border-top-color: rgb(191 18 93 / 0.75);
}
.border-t-pink-700\/80{
  border-top-color: rgb(191 18 93 / 0.8);
}
.border-t-pink-700\/90{
  border-top-color: rgb(191 18 93 / 0.9);
}
.border-t-pink-700\/95{
  border-top-color: rgb(191 18 93 / 0.95);
}
.border-t-pink-700\/100{
  border-top-color: rgb(191 18 93 / 1);
}
.border-t-pink-800\/0{
  border-top-color: rgb(153 21 75 / 0);
}
.border-t-pink-800\/5{
  border-top-color: rgb(153 21 75 / 0.05);
}
.border-t-pink-800\/10{
  border-top-color: rgb(153 21 75 / 0.1);
}
.border-t-pink-800\/20{
  border-top-color: rgb(153 21 75 / 0.2);
}
.border-t-pink-800\/25{
  border-top-color: rgb(153 21 75 / 0.25);
}
.border-t-pink-800\/30{
  border-top-color: rgb(153 21 75 / 0.3);
}
.border-t-pink-800\/40{
  border-top-color: rgb(153 21 75 / 0.4);
}
.border-t-pink-800\/50{
  border-top-color: rgb(153 21 75 / 0.5);
}
.border-t-pink-800\/60{
  border-top-color: rgb(153 21 75 / 0.6);
}
.border-t-pink-800\/70{
  border-top-color: rgb(153 21 75 / 0.7);
}
.border-t-pink-800\/75{
  border-top-color: rgb(153 21 75 / 0.75);
}
.border-t-pink-800\/80{
  border-top-color: rgb(153 21 75 / 0.8);
}
.border-t-pink-800\/90{
  border-top-color: rgb(153 21 75 / 0.9);
}
.border-t-pink-800\/95{
  border-top-color: rgb(153 21 75 / 0.95);
}
.border-t-pink-800\/100{
  border-top-color: rgb(153 21 75 / 1);
}
.border-t-pink-900\/0{
  border-top-color: rgb(117 26 61 / 0);
}
.border-t-pink-900\/5{
  border-top-color: rgb(117 26 61 / 0.05);
}
.border-t-pink-900\/10{
  border-top-color: rgb(117 26 61 / 0.1);
}
.border-t-pink-900\/20{
  border-top-color: rgb(117 26 61 / 0.2);
}
.border-t-pink-900\/25{
  border-top-color: rgb(117 26 61 / 0.25);
}
.border-t-pink-900\/30{
  border-top-color: rgb(117 26 61 / 0.3);
}
.border-t-pink-900\/40{
  border-top-color: rgb(117 26 61 / 0.4);
}
.border-t-pink-900\/50{
  border-top-color: rgb(117 26 61 / 0.5);
}
.border-t-pink-900\/60{
  border-top-color: rgb(117 26 61 / 0.6);
}
.border-t-pink-900\/70{
  border-top-color: rgb(117 26 61 / 0.7);
}
.border-t-pink-900\/75{
  border-top-color: rgb(117 26 61 / 0.75);
}
.border-t-pink-900\/80{
  border-top-color: rgb(117 26 61 / 0.8);
}
.border-t-pink-900\/90{
  border-top-color: rgb(117 26 61 / 0.9);
}
.border-t-pink-900\/95{
  border-top-color: rgb(117 26 61 / 0.95);
}
.border-t-pink-900\/100{
  border-top-color: rgb(117 26 61 / 1);
}
.border-t-primary-50\/0{
  border-top-color: rgb(0 151 167 / 0);
}
.border-t-primary-50\/5{
  border-top-color: rgb(0 151 167 / 0.05);
}
.border-t-primary-50\/10{
  border-top-color: rgb(0 151 167 / 0.1);
}
.border-t-primary-50\/20{
  border-top-color: rgb(0 151 167 / 0.2);
}
.border-t-primary-50\/25{
  border-top-color: rgb(0 151 167 / 0.25);
}
.border-t-primary-50\/30{
  border-top-color: rgb(0 151 167 / 0.3);
}
.border-t-primary-50\/40{
  border-top-color: rgb(0 151 167 / 0.4);
}
.border-t-primary-50\/50{
  border-top-color: rgb(0 151 167 / 0.5);
}
.border-t-primary-50\/60{
  border-top-color: rgb(0 151 167 / 0.6);
}
.border-t-primary-50\/70{
  border-top-color: rgb(0 151 167 / 0.7);
}
.border-t-primary-50\/75{
  border-top-color: rgb(0 151 167 / 0.75);
}
.border-t-primary-50\/80{
  border-top-color: rgb(0 151 167 / 0.8);
}
.border-t-primary-50\/90{
  border-top-color: rgb(0 151 167 / 0.9);
}
.border-t-primary-50\/95{
  border-top-color: rgb(0 151 167 / 0.95);
}
.border-t-primary-50\/100{
  border-top-color: rgb(0 151 167 / 1);
}
.border-t-primary-100\/0{
  border-top-color: rgb(14 28 42 / 0);
}
.border-t-primary-100\/5{
  border-top-color: rgb(14 28 42 / 0.05);
}
.border-t-primary-100\/10{
  border-top-color: rgb(14 28 42 / 0.1);
}
.border-t-primary-100\/20{
  border-top-color: rgb(14 28 42 / 0.2);
}
.border-t-primary-100\/25{
  border-top-color: rgb(14 28 42 / 0.25);
}
.border-t-primary-100\/30{
  border-top-color: rgb(14 28 42 / 0.3);
}
.border-t-primary-100\/40{
  border-top-color: rgb(14 28 42 / 0.4);
}
.border-t-primary-100\/50{
  border-top-color: rgb(14 28 42 / 0.5);
}
.border-t-primary-100\/60{
  border-top-color: rgb(14 28 42 / 0.6);
}
.border-t-primary-100\/70{
  border-top-color: rgb(14 28 42 / 0.7);
}
.border-t-primary-100\/75{
  border-top-color: rgb(14 28 42 / 0.75);
}
.border-t-primary-100\/80{
  border-top-color: rgb(14 28 42 / 0.8);
}
.border-t-primary-100\/90{
  border-top-color: rgb(14 28 42 / 0.9);
}
.border-t-primary-100\/95{
  border-top-color: rgb(14 28 42 / 0.95);
}
.border-t-primary-100\/100{
  border-top-color: rgb(14 28 42 / 1);
}
.border-t-primary-290\/0{
  border-top-color: rgb(34 68 74 / 0);
}
.border-t-primary-290\/5{
  border-top-color: rgb(34 68 74 / 0.05);
}
.border-t-primary-290\/10{
  border-top-color: rgb(34 68 74 / 0.1);
}
.border-t-primary-290\/20{
  border-top-color: rgb(34 68 74 / 0.2);
}
.border-t-primary-290\/25{
  border-top-color: rgb(34 68 74 / 0.25);
}
.border-t-primary-290\/30{
  border-top-color: rgb(34 68 74 / 0.3);
}
.border-t-primary-290\/40{
  border-top-color: rgb(34 68 74 / 0.4);
}
.border-t-primary-290\/50{
  border-top-color: rgb(34 68 74 / 0.5);
}
.border-t-primary-290\/60{
  border-top-color: rgb(34 68 74 / 0.6);
}
.border-t-primary-290\/70{
  border-top-color: rgb(34 68 74 / 0.7);
}
.border-t-primary-290\/75{
  border-top-color: rgb(34 68 74 / 0.75);
}
.border-t-primary-290\/80{
  border-top-color: rgb(34 68 74 / 0.8);
}
.border-t-primary-290\/90{
  border-top-color: rgb(34 68 74 / 0.9);
}
.border-t-primary-290\/95{
  border-top-color: rgb(34 68 74 / 0.95);
}
.border-t-primary-290\/100{
  border-top-color: rgb(34 68 74 / 1);
}
.border-t-primary-300\/0{
  border-top-color: rgb(34 110 184 / 0);
}
.border-t-primary-300\/5{
  border-top-color: rgb(34 110 184 / 0.05);
}
.border-t-primary-300\/10{
  border-top-color: rgb(34 110 184 / 0.1);
}
.border-t-primary-300\/20{
  border-top-color: rgb(34 110 184 / 0.2);
}
.border-t-primary-300\/25{
  border-top-color: rgb(34 110 184 / 0.25);
}
.border-t-primary-300\/30{
  border-top-color: rgb(34 110 184 / 0.3);
}
.border-t-primary-300\/40{
  border-top-color: rgb(34 110 184 / 0.4);
}
.border-t-primary-300\/50{
  border-top-color: rgb(34 110 184 / 0.5);
}
.border-t-primary-300\/60{
  border-top-color: rgb(34 110 184 / 0.6);
}
.border-t-primary-300\/70{
  border-top-color: rgb(34 110 184 / 0.7);
}
.border-t-primary-300\/75{
  border-top-color: rgb(34 110 184 / 0.75);
}
.border-t-primary-300\/80{
  border-top-color: rgb(34 110 184 / 0.8);
}
.border-t-primary-300\/90{
  border-top-color: rgb(34 110 184 / 0.9);
}
.border-t-primary-300\/95{
  border-top-color: rgb(34 110 184 / 0.95);
}
.border-t-primary-300\/100{
  border-top-color: rgb(34 110 184 / 1);
}
.border-t-primary-400\/0{
  border-top-color: rgb(40 157 204 / 0);
}
.border-t-primary-400\/5{
  border-top-color: rgb(40 157 204 / 0.05);
}
.border-t-primary-400\/10{
  border-top-color: rgb(40 157 204 / 0.1);
}
.border-t-primary-400\/20{
  border-top-color: rgb(40 157 204 / 0.2);
}
.border-t-primary-400\/25{
  border-top-color: rgb(40 157 204 / 0.25);
}
.border-t-primary-400\/30{
  border-top-color: rgb(40 157 204 / 0.3);
}
.border-t-primary-400\/40{
  border-top-color: rgb(40 157 204 / 0.4);
}
.border-t-primary-400\/50{
  border-top-color: rgb(40 157 204 / 0.5);
}
.border-t-primary-400\/60{
  border-top-color: rgb(40 157 204 / 0.6);
}
.border-t-primary-400\/70{
  border-top-color: rgb(40 157 204 / 0.7);
}
.border-t-primary-400\/75{
  border-top-color: rgb(40 157 204 / 0.75);
}
.border-t-primary-400\/80{
  border-top-color: rgb(40 157 204 / 0.8);
}
.border-t-primary-400\/90{
  border-top-color: rgb(40 157 204 / 0.9);
}
.border-t-primary-400\/95{
  border-top-color: rgb(40 157 204 / 0.95);
}
.border-t-primary-400\/100{
  border-top-color: rgb(40 157 204 / 1);
}
.border-t-primary-600\/0{
  border-top-color: rgb(81 151 229 / 0);
}
.border-t-primary-600\/5{
  border-top-color: rgb(81 151 229 / 0.05);
}
.border-t-primary-600\/10{
  border-top-color: rgb(81 151 229 / 0.1);
}
.border-t-primary-600\/20{
  border-top-color: rgb(81 151 229 / 0.2);
}
.border-t-primary-600\/25{
  border-top-color: rgb(81 151 229 / 0.25);
}
.border-t-primary-600\/30{
  border-top-color: rgb(81 151 229 / 0.3);
}
.border-t-primary-600\/40{
  border-top-color: rgb(81 151 229 / 0.4);
}
.border-t-primary-600\/50{
  border-top-color: rgb(81 151 229 / 0.5);
}
.border-t-primary-600\/60{
  border-top-color: rgb(81 151 229 / 0.6);
}
.border-t-primary-600\/70{
  border-top-color: rgb(81 151 229 / 0.7);
}
.border-t-primary-600\/75{
  border-top-color: rgb(81 151 229 / 0.75);
}
.border-t-primary-600\/80{
  border-top-color: rgb(81 151 229 / 0.8);
}
.border-t-primary-600\/90{
  border-top-color: rgb(81 151 229 / 0.9);
}
.border-t-primary-600\/95{
  border-top-color: rgb(81 151 229 / 0.95);
}
.border-t-primary-600\/100{
  border-top-color: rgb(81 151 229 / 1);
}
.border-t-primary-700\/0{
  border-top-color: rgb(106 187 223 / 0);
}
.border-t-primary-700\/5{
  border-top-color: rgb(106 187 223 / 0.05);
}
.border-t-primary-700\/10{
  border-top-color: rgb(106 187 223 / 0.1);
}
.border-t-primary-700\/20{
  border-top-color: rgb(106 187 223 / 0.2);
}
.border-t-primary-700\/25{
  border-top-color: rgb(106 187 223 / 0.25);
}
.border-t-primary-700\/30{
  border-top-color: rgb(106 187 223 / 0.3);
}
.border-t-primary-700\/40{
  border-top-color: rgb(106 187 223 / 0.4);
}
.border-t-primary-700\/50{
  border-top-color: rgb(106 187 223 / 0.5);
}
.border-t-primary-700\/60{
  border-top-color: rgb(106 187 223 / 0.6);
}
.border-t-primary-700\/70{
  border-top-color: rgb(106 187 223 / 0.7);
}
.border-t-primary-700\/75{
  border-top-color: rgb(106 187 223 / 0.75);
}
.border-t-primary-700\/80{
  border-top-color: rgb(106 187 223 / 0.8);
}
.border-t-primary-700\/90{
  border-top-color: rgb(106 187 223 / 0.9);
}
.border-t-primary-700\/95{
  border-top-color: rgb(106 187 223 / 0.95);
}
.border-t-primary-700\/100{
  border-top-color: rgb(106 187 223 / 1);
}
.border-t-primary-720\/0{
  border-top-color: rgb(112 142 148 / 0);
}
.border-t-primary-720\/5{
  border-top-color: rgb(112 142 148 / 0.05);
}
.border-t-primary-720\/10{
  border-top-color: rgb(112 142 148 / 0.1);
}
.border-t-primary-720\/20{
  border-top-color: rgb(112 142 148 / 0.2);
}
.border-t-primary-720\/25{
  border-top-color: rgb(112 142 148 / 0.25);
}
.border-t-primary-720\/30{
  border-top-color: rgb(112 142 148 / 0.3);
}
.border-t-primary-720\/40{
  border-top-color: rgb(112 142 148 / 0.4);
}
.border-t-primary-720\/50{
  border-top-color: rgb(112 142 148 / 0.5);
}
.border-t-primary-720\/60{
  border-top-color: rgb(112 142 148 / 0.6);
}
.border-t-primary-720\/70{
  border-top-color: rgb(112 142 148 / 0.7);
}
.border-t-primary-720\/75{
  border-top-color: rgb(112 142 148 / 0.75);
}
.border-t-primary-720\/80{
  border-top-color: rgb(112 142 148 / 0.8);
}
.border-t-primary-720\/90{
  border-top-color: rgb(112 142 148 / 0.9);
}
.border-t-primary-720\/95{
  border-top-color: rgb(112 142 148 / 0.95);
}
.border-t-primary-720\/100{
  border-top-color: rgb(112 142 148 / 1);
}
.border-t-primary-750\/0{
  border-top-color: rgb(128 222 234 / 0);
}
.border-t-primary-750\/5{
  border-top-color: rgb(128 222 234 / 0.05);
}
.border-t-primary-750\/10{
  border-top-color: rgb(128 222 234 / 0.1);
}
.border-t-primary-750\/20{
  border-top-color: rgb(128 222 234 / 0.2);
}
.border-t-primary-750\/25{
  border-top-color: rgb(128 222 234 / 0.25);
}
.border-t-primary-750\/30{
  border-top-color: rgb(128 222 234 / 0.3);
}
.border-t-primary-750\/40{
  border-top-color: rgb(128 222 234 / 0.4);
}
.border-t-primary-750\/50{
  border-top-color: rgb(128 222 234 / 0.5);
}
.border-t-primary-750\/60{
  border-top-color: rgb(128 222 234 / 0.6);
}
.border-t-primary-750\/70{
  border-top-color: rgb(128 222 234 / 0.7);
}
.border-t-primary-750\/75{
  border-top-color: rgb(128 222 234 / 0.75);
}
.border-t-primary-750\/80{
  border-top-color: rgb(128 222 234 / 0.8);
}
.border-t-primary-750\/90{
  border-top-color: rgb(128 222 234 / 0.9);
}
.border-t-primary-750\/95{
  border-top-color: rgb(128 222 234 / 0.95);
}
.border-t-primary-750\/100{
  border-top-color: rgb(128 222 234 / 1);
}
.border-t-primary-800\/0{
  border-top-color: rgb(227 248 251 / 0);
}
.border-t-primary-800\/5{
  border-top-color: rgb(227 248 251 / 0.05);
}
.border-t-primary-800\/10{
  border-top-color: rgb(227 248 251 / 0.1);
}
.border-t-primary-800\/20{
  border-top-color: rgb(227 248 251 / 0.2);
}
.border-t-primary-800\/25{
  border-top-color: rgb(227 248 251 / 0.25);
}
.border-t-primary-800\/30{
  border-top-color: rgb(227 248 251 / 0.3);
}
.border-t-primary-800\/40{
  border-top-color: rgb(227 248 251 / 0.4);
}
.border-t-primary-800\/50{
  border-top-color: rgb(227 248 251 / 0.5);
}
.border-t-primary-800\/60{
  border-top-color: rgb(227 248 251 / 0.6);
}
.border-t-primary-800\/70{
  border-top-color: rgb(227 248 251 / 0.7);
}
.border-t-primary-800\/75{
  border-top-color: rgb(227 248 251 / 0.75);
}
.border-t-primary-800\/80{
  border-top-color: rgb(227 248 251 / 0.8);
}
.border-t-primary-800\/90{
  border-top-color: rgb(227 248 251 / 0.9);
}
.border-t-primary-800\/95{
  border-top-color: rgb(227 248 251 / 0.95);
}
.border-t-primary-800\/100{
  border-top-color: rgb(227 248 251 / 1);
}
.border-t-primary-dark\/0{
  border-top-color: rgb(5 79 89 / 0);
}
.border-t-primary-dark\/5{
  border-top-color: rgb(5 79 89 / 0.05);
}
.border-t-primary-dark\/10{
  border-top-color: rgb(5 79 89 / 0.1);
}
.border-t-primary-dark\/20{
  border-top-color: rgb(5 79 89 / 0.2);
}
.border-t-primary-dark\/25{
  border-top-color: rgb(5 79 89 / 0.25);
}
.border-t-primary-dark\/30{
  border-top-color: rgb(5 79 89 / 0.3);
}
.border-t-primary-dark\/40{
  border-top-color: rgb(5 79 89 / 0.4);
}
.border-t-primary-dark\/50{
  border-top-color: rgb(5 79 89 / 0.5);
}
.border-t-primary-dark\/60{
  border-top-color: rgb(5 79 89 / 0.6);
}
.border-t-primary-dark\/70{
  border-top-color: rgb(5 79 89 / 0.7);
}
.border-t-primary-dark\/75{
  border-top-color: rgb(5 79 89 / 0.75);
}
.border-t-primary-dark\/80{
  border-top-color: rgb(5 79 89 / 0.8);
}
.border-t-primary-dark\/90{
  border-top-color: rgb(5 79 89 / 0.9);
}
.border-t-primary-dark\/95{
  border-top-color: rgb(5 79 89 / 0.95);
}
.border-t-primary-dark\/100{
  border-top-color: rgb(5 79 89 / 1);
}
.border-t-primary-light\/0{
  border-top-color: rgb(213 227 231 / 0);
}
.border-t-primary-light\/5{
  border-top-color: rgb(213 227 231 / 0.05);
}
.border-t-primary-light\/10{
  border-top-color: rgb(213 227 231 / 0.1);
}
.border-t-primary-light\/20{
  border-top-color: rgb(213 227 231 / 0.2);
}
.border-t-primary-light\/25{
  border-top-color: rgb(213 227 231 / 0.25);
}
.border-t-primary-light\/30{
  border-top-color: rgb(213 227 231 / 0.3);
}
.border-t-primary-light\/40{
  border-top-color: rgb(213 227 231 / 0.4);
}
.border-t-primary-light\/50{
  border-top-color: rgb(213 227 231 / 0.5);
}
.border-t-primary-light\/60{
  border-top-color: rgb(213 227 231 / 0.6);
}
.border-t-primary-light\/70{
  border-top-color: rgb(213 227 231 / 0.7);
}
.border-t-primary-light\/75{
  border-top-color: rgb(213 227 231 / 0.75);
}
.border-t-primary-light\/80{
  border-top-color: rgb(213 227 231 / 0.8);
}
.border-t-primary-light\/90{
  border-top-color: rgb(213 227 231 / 0.9);
}
.border-t-primary-light\/95{
  border-top-color: rgb(213 227 231 / 0.95);
}
.border-t-primary-light\/100{
  border-top-color: rgb(213 227 231 / 1);
}
.border-t-primary\/0{
  border-top-color: rgb(51 102 153 / 0);
}
.border-t-primary\/5{
  border-top-color: rgb(51 102 153 / 0.05);
}
.border-t-primary\/10{
  border-top-color: rgb(51 102 153 / 0.1);
}
.border-t-primary\/20{
  border-top-color: rgb(51 102 153 / 0.2);
}
.border-t-primary\/25{
  border-top-color: rgb(51 102 153 / 0.25);
}
.border-t-primary\/30{
  border-top-color: rgb(51 102 153 / 0.3);
}
.border-t-primary\/40{
  border-top-color: rgb(51 102 153 / 0.4);
}
.border-t-primary\/50{
  border-top-color: rgb(51 102 153 / 0.5);
}
.border-t-primary\/60{
  border-top-color: rgb(51 102 153 / 0.6);
}
.border-t-primary\/70{
  border-top-color: rgb(51 102 153 / 0.7);
}
.border-t-primary\/75{
  border-top-color: rgb(51 102 153 / 0.75);
}
.border-t-primary\/80{
  border-top-color: rgb(51 102 153 / 0.8);
}
.border-t-primary\/90{
  border-top-color: rgb(51 102 153 / 0.9);
}
.border-t-primary\/95{
  border-top-color: rgb(51 102 153 / 0.95);
}
.border-t-primary\/100{
  border-top-color: rgb(51 102 153 / 1);
}
.border-t-bluemarine-900\/0{
  border-top-color: rgb(34 68 74 / 0);
}
.border-t-bluemarine-900\/5{
  border-top-color: rgb(34 68 74 / 0.05);
}
.border-t-bluemarine-900\/10{
  border-top-color: rgb(34 68 74 / 0.1);
}
.border-t-bluemarine-900\/20{
  border-top-color: rgb(34 68 74 / 0.2);
}
.border-t-bluemarine-900\/25{
  border-top-color: rgb(34 68 74 / 0.25);
}
.border-t-bluemarine-900\/30{
  border-top-color: rgb(34 68 74 / 0.3);
}
.border-t-bluemarine-900\/40{
  border-top-color: rgb(34 68 74 / 0.4);
}
.border-t-bluemarine-900\/50{
  border-top-color: rgb(34 68 74 / 0.5);
}
.border-t-bluemarine-900\/60{
  border-top-color: rgb(34 68 74 / 0.6);
}
.border-t-bluemarine-900\/70{
  border-top-color: rgb(34 68 74 / 0.7);
}
.border-t-bluemarine-900\/75{
  border-top-color: rgb(34 68 74 / 0.75);
}
.border-t-bluemarine-900\/80{
  border-top-color: rgb(34 68 74 / 0.8);
}
.border-t-bluemarine-900\/90{
  border-top-color: rgb(34 68 74 / 0.9);
}
.border-t-bluemarine-900\/95{
  border-top-color: rgb(34 68 74 / 0.95);
}
.border-t-bluemarine-900\/100{
  border-top-color: rgb(34 68 74 / 1);
}
.border-t-bluemarine\/0{
  border-top-color: rgb(5 79 89 / 0);
}
.border-t-bluemarine\/5{
  border-top-color: rgb(5 79 89 / 0.05);
}
.border-t-bluemarine\/10{
  border-top-color: rgb(5 79 89 / 0.1);
}
.border-t-bluemarine\/20{
  border-top-color: rgb(5 79 89 / 0.2);
}
.border-t-bluemarine\/25{
  border-top-color: rgb(5 79 89 / 0.25);
}
.border-t-bluemarine\/30{
  border-top-color: rgb(5 79 89 / 0.3);
}
.border-t-bluemarine\/40{
  border-top-color: rgb(5 79 89 / 0.4);
}
.border-t-bluemarine\/50{
  border-top-color: rgb(5 79 89 / 0.5);
}
.border-t-bluemarine\/60{
  border-top-color: rgb(5 79 89 / 0.6);
}
.border-t-bluemarine\/70{
  border-top-color: rgb(5 79 89 / 0.7);
}
.border-t-bluemarine\/75{
  border-top-color: rgb(5 79 89 / 0.75);
}
.border-t-bluemarine\/80{
  border-top-color: rgb(5 79 89 / 0.8);
}
.border-t-bluemarine\/90{
  border-top-color: rgb(5 79 89 / 0.9);
}
.border-t-bluemarine\/95{
  border-top-color: rgb(5 79 89 / 0.95);
}
.border-t-bluemarine\/100{
  border-top-color: rgb(5 79 89 / 1);
}
.border-r-transparent{
  border-right-color: transparent;
}
.border-r-white{
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-r-black{
  --tw-border-opacity: 1;
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-r-tab_active{
  --tw-border-opacity: 1;
  border-right-color: rgb(86 200 216 / var(--tw-border-opacity));
}
.border-r-modal-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(236 244 245 / var(--tw-border-opacity));
}
.border-r-green-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(243 250 247 / var(--tw-border-opacity));
}
.border-r-green-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(222 247 236 / var(--tw-border-opacity));
}
.border-r-green-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(188 240 218 / var(--tw-border-opacity));
}
.border-r-green-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(132 225 188 / var(--tw-border-opacity));
}
.border-r-green-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(49 196 141 / var(--tw-border-opacity));
}
.border-r-green-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(14 159 110 / var(--tw-border-opacity));
}
.border-r-green-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(5 122 85 / var(--tw-border-opacity));
}
.border-r-green-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(4 108 78 / var(--tw-border-opacity));
}
.border-r-green-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(3 84 63 / var(--tw-border-opacity));
}
.border-r-green-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(1 71 55 / var(--tw-border-opacity));
}
.border-r-green{
  --tw-border-opacity: 1;
  border-right-color: rgb(77 208 225 / var(--tw-border-opacity));
}
.border-r-green-dark{
  border-right-color: #054F59;;
}
.border-r-green-light{
  --tw-border-opacity: 1;
  border-right-color: rgb(93 224 241 / var(--tw-border-opacity));
}
.border-r-ottanio{
  --tw-border-opacity: 1;
  border-right-color: rgb(5 79 89 / var(--tw-border-opacity));
}
.border-r-ottanio-light{
  --tw-border-opacity: 1;
  border-right-color: rgb(0 151 167 / var(--tw-border-opacity));
}
.border-r-magenta{
  --tw-border-opacity: 1;
  border-right-color: rgb(224 14 102 / var(--tw-border-opacity));
}
.border-r-magenta-light{
  border-right-color: #E00E66BD;
}
.border-r-arancio{
  --tw-border-opacity: 1;
  border-right-color: rgb(255 149 149 / var(--tw-border-opacity));
}
.border-r-gray-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(249 250 251 / var(--tw-border-opacity));
}
.border-r-gray-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(213 227 231 / var(--tw-border-opacity));
}
.border-r-gray-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-r-gray-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(100 108 122 / var(--tw-border-opacity));
}
.border-r-gray-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(159 189 195 / var(--tw-border-opacity));
}
.border-r-gray-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.border-r-gray-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(196 196 196 / var(--tw-border-opacity));
}
.border-r-gray-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(221 221 221 / var(--tw-border-opacity));
}
.border-r-gray-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(31 41 55 / var(--tw-border-opacity));
}
.border-r-gray-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(249 249 249 / var(--tw-border-opacity));
}
.border-r-gray{
  --tw-border-opacity: 1;
  border-right-color: rgb(187 187 187 / var(--tw-border-opacity));
}
.border-r-red-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(253 242 242 / var(--tw-border-opacity));
}
.border-r-red-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(253 232 232 / var(--tw-border-opacity));
}
.border-r-red-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(251 213 213 / var(--tw-border-opacity));
}
.border-r-red-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(248 180 180 / var(--tw-border-opacity));
}
.border-r-red-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(249 128 128 / var(--tw-border-opacity));
}
.border-r-red-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(240 82 82 / var(--tw-border-opacity));
}
.border-r-red-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(224 36 36 / var(--tw-border-opacity));
}
.border-r-red-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(200 30 30 / var(--tw-border-opacity));
}
.border-r-red-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(155 28 28 / var(--tw-border-opacity));
}
.border-r-red-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(119 29 29 / var(--tw-border-opacity));
}
.border-r-orange-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(255 248 241 / var(--tw-border-opacity));
}
.border-r-orange-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(254 236 220 / var(--tw-border-opacity));
}
.border-r-orange-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(252 217 189 / var(--tw-border-opacity));
}
.border-r-orange-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(253 186 140 / var(--tw-border-opacity));
}
.border-r-orange-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(255 138 76 / var(--tw-border-opacity));
}
.border-r-orange-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(255 90 31 / var(--tw-border-opacity));
}
.border-r-orange-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(208 56 1 / var(--tw-border-opacity));
}
.border-r-orange-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(180 52 3 / var(--tw-border-opacity));
}
.border-r-orange-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(138 44 13 / var(--tw-border-opacity));
}
.border-r-orange-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(119 29 29 / var(--tw-border-opacity));
}
.border-r-yellow-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(253 253 234 / var(--tw-border-opacity));
}
.border-r-yellow-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(253 246 178 / var(--tw-border-opacity));
}
.border-r-yellow-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(252 233 106 / var(--tw-border-opacity));
}
.border-r-yellow-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(250 202 21 / var(--tw-border-opacity));
}
.border-r-yellow-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(227 160 8 / var(--tw-border-opacity));
}
.border-r-yellow-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(194 120 3 / var(--tw-border-opacity));
}
.border-r-yellow-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(159 88 10 / var(--tw-border-opacity));
}
.border-r-yellow-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(142 75 16 / var(--tw-border-opacity));
}
.border-r-yellow-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(114 59 19 / var(--tw-border-opacity));
}
.border-r-yellow-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(99 49 18 / var(--tw-border-opacity));
}
.border-r-teal-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(237 250 250 / var(--tw-border-opacity));
}
.border-r-teal-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(213 245 246 / var(--tw-border-opacity));
}
.border-r-teal-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(175 236 239 / var(--tw-border-opacity));
}
.border-r-teal-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(126 220 226 / var(--tw-border-opacity));
}
.border-r-teal-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(22 189 202 / var(--tw-border-opacity));
}
.border-r-teal-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(6 148 162 / var(--tw-border-opacity));
}
.border-r-teal-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(4 116 129 / var(--tw-border-opacity));
}
.border-r-teal-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(3 102 114 / var(--tw-border-opacity));
}
.border-r-teal-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(5 80 92 / var(--tw-border-opacity));
}
.border-r-teal-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(1 68 81 / var(--tw-border-opacity));
}
.border-r-blue-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(235 245 255 / var(--tw-border-opacity));
}
.border-r-blue-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(225 239 254 / var(--tw-border-opacity));
}
.border-r-blue-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(195 221 253 / var(--tw-border-opacity));
}
.border-r-blue-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(164 202 254 / var(--tw-border-opacity));
}
.border-r-blue-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(118 169 250 / var(--tw-border-opacity));
}
.border-r-blue-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(63 131 248 / var(--tw-border-opacity));
}
.border-r-blue-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(28 100 242 / var(--tw-border-opacity));
}
.border-r-blue-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(26 86 219 / var(--tw-border-opacity));
}
.border-r-blue-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(30 66 159 / var(--tw-border-opacity));
}
.border-r-blue-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(35 56 118 / var(--tw-border-opacity));
}
.border-r-indigo-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(240 245 255 / var(--tw-border-opacity));
}
.border-r-indigo-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(229 237 255 / var(--tw-border-opacity));
}
.border-r-indigo-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(205 219 254 / var(--tw-border-opacity));
}
.border-r-indigo-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(180 198 252 / var(--tw-border-opacity));
}
.border-r-indigo-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(141 162 251 / var(--tw-border-opacity));
}
.border-r-indigo-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(104 117 245 / var(--tw-border-opacity));
}
.border-r-indigo-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(88 80 236 / var(--tw-border-opacity));
}
.border-r-indigo-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(81 69 205 / var(--tw-border-opacity));
}
.border-r-indigo-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(66 56 157 / var(--tw-border-opacity));
}
.border-r-indigo-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(54 47 120 / var(--tw-border-opacity));
}
.border-r-purple-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(246 245 255 / var(--tw-border-opacity));
}
.border-r-purple-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(237 235 254 / var(--tw-border-opacity));
}
.border-r-purple-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(220 215 254 / var(--tw-border-opacity));
}
.border-r-purple-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(202 191 253 / var(--tw-border-opacity));
}
.border-r-purple-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(172 148 250 / var(--tw-border-opacity));
}
.border-r-purple-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(144 97 249 / var(--tw-border-opacity));
}
.border-r-purple-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(126 58 242 / var(--tw-border-opacity));
}
.border-r-purple-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(108 43 217 / var(--tw-border-opacity));
}
.border-r-purple-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(85 33 181 / var(--tw-border-opacity));
}
.border-r-purple-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(74 29 150 / var(--tw-border-opacity));
}
.border-r-purple-light{
  --tw-border-opacity: 1;
  border-right-color: rgb(224 14 102 / var(--tw-border-opacity));
}
.border-r-pink-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(253 242 248 / var(--tw-border-opacity));
}
.border-r-pink-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(252 232 243 / var(--tw-border-opacity));
}
.border-r-pink-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(250 209 232 / var(--tw-border-opacity));
}
.border-r-pink-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(248 180 217 / var(--tw-border-opacity));
}
.border-r-pink-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(241 126 184 / var(--tw-border-opacity));
}
.border-r-pink-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(231 70 148 / var(--tw-border-opacity));
}
.border-r-pink-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(214 31 105 / var(--tw-border-opacity));
}
.border-r-pink-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(191 18 93 / var(--tw-border-opacity));
}
.border-r-pink-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(153 21 75 / var(--tw-border-opacity));
}
.border-r-pink-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(117 26 61 / var(--tw-border-opacity));
}
.border-r-primary-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(0 151 167 / var(--tw-border-opacity));
}
.border-r-primary-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(14 28 42 / var(--tw-border-opacity));
}
.border-r-primary-290{
  --tw-border-opacity: 1;
  border-right-color: rgb(34 68 74 / var(--tw-border-opacity));
}
.border-r-primary-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(34 110 184 / var(--tw-border-opacity));
}
.border-r-primary-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(40 157 204 / var(--tw-border-opacity));
}
.border-r-primary-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(81 151 229 / var(--tw-border-opacity));
}
.border-r-primary-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(106 187 223 / var(--tw-border-opacity));
}
.border-r-primary-720{
  --tw-border-opacity: 1;
  border-right-color: rgb(112 142 148 / var(--tw-border-opacity));
}
.border-r-primary-750{
  --tw-border-opacity: 1;
  border-right-color: rgb(128 222 234 / var(--tw-border-opacity));
}
.border-r-primary-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(227 248 251 / var(--tw-border-opacity));
}
.border-r-primary-dark{
  --tw-border-opacity: 1;
  border-right-color: rgb(5 79 89 / var(--tw-border-opacity));
}
.border-r-primary-light{
  --tw-border-opacity: 1;
  border-right-color: rgb(213 227 231 / var(--tw-border-opacity));
}
.border-r-primary{
  --tw-border-opacity: 1;
  border-right-color: rgb(51 102 153 / var(--tw-border-opacity));
}
.border-r-bluemarine-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(34 68 74 / var(--tw-border-opacity));
}
.border-r-bluemarine{
  --tw-border-opacity: 1;
  border-right-color: rgb(5 79 89 / var(--tw-border-opacity));
}
.border-r-transparent\/0{
  border-right-color: rgb(0 0 0 / 0);
}
.border-r-transparent\/5{
  border-right-color: rgb(0 0 0 / 0.05);
}
.border-r-transparent\/10{
  border-right-color: rgb(0 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\/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-transparent\/100{
  border-right-color: rgb(0 0 0 / 1);
}
.border-r-white\/0{
  border-right-color: rgb(255 255 255 / 0);
}
.border-r-white\/5{
  border-right-color: rgb(255 255 255 / 0.05);
}
.border-r-white\/10{
  border-right-color: rgb(255 255 255 / 0.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\/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-white\/100{
  border-right-color: rgb(255 255 255 / 1);
}
.border-r-black\/0{
  border-right-color: rgb(0 0 0 / 0);
}
.border-r-black\/5{
  border-right-color: rgb(0 0 0 / 0.05);
}
.border-r-black\/10{
  border-right-color: rgb(0 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\/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-black\/100{
  border-right-color: rgb(0 0 0 / 1);
}
.border-r-tab_active\/0{
  border-right-color: rgb(86 200 216 / 0);
}
.border-r-tab_active\/5{
  border-right-color: rgb(86 200 216 / 0.05);
}
.border-r-tab_active\/10{
  border-right-color: rgb(86 200 216 / 0.1);
}
.border-r-tab_active\/20{
  border-right-color: rgb(86 200 216 / 0.2);
}
.border-r-tab_active\/25{
  border-right-color: rgb(86 200 216 / 0.25);
}
.border-r-tab_active\/30{
  border-right-color: rgb(86 200 216 / 0.3);
}
.border-r-tab_active\/40{
  border-right-color: rgb(86 200 216 / 0.4);
}
.border-r-tab_active\/50{
  border-right-color: rgb(86 200 216 / 0.5);
}
.border-r-tab_active\/60{
  border-right-color: rgb(86 200 216 / 0.6);
}
.border-r-tab_active\/70{
  border-right-color: rgb(86 200 216 / 0.7);
}
.border-r-tab_active\/75{
  border-right-color: rgb(86 200 216 / 0.75);
}
.border-r-tab_active\/80{
  border-right-color: rgb(86 200 216 / 0.8);
}
.border-r-tab_active\/90{
  border-right-color: rgb(86 200 216 / 0.9);
}
.border-r-tab_active\/95{
  border-right-color: rgb(86 200 216 / 0.95);
}
.border-r-tab_active\/100{
  border-right-color: rgb(86 200 216 / 1);
}
.border-r-modal-50\/0{
  border-right-color: rgb(236 244 245 / 0);
}
.border-r-modal-50\/5{
  border-right-color: rgb(236 244 245 / 0.05);
}
.border-r-modal-50\/10{
  border-right-color: rgb(236 244 245 / 0.1);
}
.border-r-modal-50\/20{
  border-right-color: rgb(236 244 245 / 0.2);
}
.border-r-modal-50\/25{
  border-right-color: rgb(236 244 245 / 0.25);
}
.border-r-modal-50\/30{
  border-right-color: rgb(236 244 245 / 0.3);
}
.border-r-modal-50\/40{
  border-right-color: rgb(236 244 245 / 0.4);
}
.border-r-modal-50\/50{
  border-right-color: rgb(236 244 245 / 0.5);
}
.border-r-modal-50\/60{
  border-right-color: rgb(236 244 245 / 0.6);
}
.border-r-modal-50\/70{
  border-right-color: rgb(236 244 245 / 0.7);
}
.border-r-modal-50\/75{
  border-right-color: rgb(236 244 245 / 0.75);
}
.border-r-modal-50\/80{
  border-right-color: rgb(236 244 245 / 0.8);
}
.border-r-modal-50\/90{
  border-right-color: rgb(236 244 245 / 0.9);
}
.border-r-modal-50\/95{
  border-right-color: rgb(236 244 245 / 0.95);
}
.border-r-modal-50\/100{
  border-right-color: rgb(236 244 245 / 1);
}
.border-r-green-50\/0{
  border-right-color: rgb(243 250 247 / 0);
}
.border-r-green-50\/5{
  border-right-color: rgb(243 250 247 / 0.05);
}
.border-r-green-50\/10{
  border-right-color: rgb(243 250 247 / 0.1);
}
.border-r-green-50\/20{
  border-right-color: rgb(243 250 247 / 0.2);
}
.border-r-green-50\/25{
  border-right-color: rgb(243 250 247 / 0.25);
}
.border-r-green-50\/30{
  border-right-color: rgb(243 250 247 / 0.3);
}
.border-r-green-50\/40{
  border-right-color: rgb(243 250 247 / 0.4);
}
.border-r-green-50\/50{
  border-right-color: rgb(243 250 247 / 0.5);
}
.border-r-green-50\/60{
  border-right-color: rgb(243 250 247 / 0.6);
}
.border-r-green-50\/70{
  border-right-color: rgb(243 250 247 / 0.7);
}
.border-r-green-50\/75{
  border-right-color: rgb(243 250 247 / 0.75);
}
.border-r-green-50\/80{
  border-right-color: rgb(243 250 247 / 0.8);
}
.border-r-green-50\/90{
  border-right-color: rgb(243 250 247 / 0.9);
}
.border-r-green-50\/95{
  border-right-color: rgb(243 250 247 / 0.95);
}
.border-r-green-50\/100{
  border-right-color: rgb(243 250 247 / 1);
}
.border-r-green-100\/0{
  border-right-color: rgb(222 247 236 / 0);
}
.border-r-green-100\/5{
  border-right-color: rgb(222 247 236 / 0.05);
}
.border-r-green-100\/10{
  border-right-color: rgb(222 247 236 / 0.1);
}
.border-r-green-100\/20{
  border-right-color: rgb(222 247 236 / 0.2);
}
.border-r-green-100\/25{
  border-right-color: rgb(222 247 236 / 0.25);
}
.border-r-green-100\/30{
  border-right-color: rgb(222 247 236 / 0.3);
}
.border-r-green-100\/40{
  border-right-color: rgb(222 247 236 / 0.4);
}
.border-r-green-100\/50{
  border-right-color: rgb(222 247 236 / 0.5);
}
.border-r-green-100\/60{
  border-right-color: rgb(222 247 236 / 0.6);
}
.border-r-green-100\/70{
  border-right-color: rgb(222 247 236 / 0.7);
}
.border-r-green-100\/75{
  border-right-color: rgb(222 247 236 / 0.75);
}
.border-r-green-100\/80{
  border-right-color: rgb(222 247 236 / 0.8);
}
.border-r-green-100\/90{
  border-right-color: rgb(222 247 236 / 0.9);
}
.border-r-green-100\/95{
  border-right-color: rgb(222 247 236 / 0.95);
}
.border-r-green-100\/100{
  border-right-color: rgb(222 247 236 / 1);
}
.border-r-green-200\/0{
  border-right-color: rgb(188 240 218 / 0);
}
.border-r-green-200\/5{
  border-right-color: rgb(188 240 218 / 0.05);
}
.border-r-green-200\/10{
  border-right-color: rgb(188 240 218 / 0.1);
}
.border-r-green-200\/20{
  border-right-color: rgb(188 240 218 / 0.2);
}
.border-r-green-200\/25{
  border-right-color: rgb(188 240 218 / 0.25);
}
.border-r-green-200\/30{
  border-right-color: rgb(188 240 218 / 0.3);
}
.border-r-green-200\/40{
  border-right-color: rgb(188 240 218 / 0.4);
}
.border-r-green-200\/50{
  border-right-color: rgb(188 240 218 / 0.5);
}
.border-r-green-200\/60{
  border-right-color: rgb(188 240 218 / 0.6);
}
.border-r-green-200\/70{
  border-right-color: rgb(188 240 218 / 0.7);
}
.border-r-green-200\/75{
  border-right-color: rgb(188 240 218 / 0.75);
}
.border-r-green-200\/80{
  border-right-color: rgb(188 240 218 / 0.8);
}
.border-r-green-200\/90{
  border-right-color: rgb(188 240 218 / 0.9);
}
.border-r-green-200\/95{
  border-right-color: rgb(188 240 218 / 0.95);
}
.border-r-green-200\/100{
  border-right-color: rgb(188 240 218 / 1);
}
.border-r-green-300\/0{
  border-right-color: rgb(132 225 188 / 0);
}
.border-r-green-300\/5{
  border-right-color: rgb(132 225 188 / 0.05);
}
.border-r-green-300\/10{
  border-right-color: rgb(132 225 188 / 0.1);
}
.border-r-green-300\/20{
  border-right-color: rgb(132 225 188 / 0.2);
}
.border-r-green-300\/25{
  border-right-color: rgb(132 225 188 / 0.25);
}
.border-r-green-300\/30{
  border-right-color: rgb(132 225 188 / 0.3);
}
.border-r-green-300\/40{
  border-right-color: rgb(132 225 188 / 0.4);
}
.border-r-green-300\/50{
  border-right-color: rgb(132 225 188 / 0.5);
}
.border-r-green-300\/60{
  border-right-color: rgb(132 225 188 / 0.6);
}
.border-r-green-300\/70{
  border-right-color: rgb(132 225 188 / 0.7);
}
.border-r-green-300\/75{
  border-right-color: rgb(132 225 188 / 0.75);
}
.border-r-green-300\/80{
  border-right-color: rgb(132 225 188 / 0.8);
}
.border-r-green-300\/90{
  border-right-color: rgb(132 225 188 / 0.9);
}
.border-r-green-300\/95{
  border-right-color: rgb(132 225 188 / 0.95);
}
.border-r-green-300\/100{
  border-right-color: rgb(132 225 188 / 1);
}
.border-r-green-400\/0{
  border-right-color: rgb(49 196 141 / 0);
}
.border-r-green-400\/5{
  border-right-color: rgb(49 196 141 / 0.05);
}
.border-r-green-400\/10{
  border-right-color: rgb(49 196 141 / 0.1);
}
.border-r-green-400\/20{
  border-right-color: rgb(49 196 141 / 0.2);
}
.border-r-green-400\/25{
  border-right-color: rgb(49 196 141 / 0.25);
}
.border-r-green-400\/30{
  border-right-color: rgb(49 196 141 / 0.3);
}
.border-r-green-400\/40{
  border-right-color: rgb(49 196 141 / 0.4);
}
.border-r-green-400\/50{
  border-right-color: rgb(49 196 141 / 0.5);
}
.border-r-green-400\/60{
  border-right-color: rgb(49 196 141 / 0.6);
}
.border-r-green-400\/70{
  border-right-color: rgb(49 196 141 / 0.7);
}
.border-r-green-400\/75{
  border-right-color: rgb(49 196 141 / 0.75);
}
.border-r-green-400\/80{
  border-right-color: rgb(49 196 141 / 0.8);
}
.border-r-green-400\/90{
  border-right-color: rgb(49 196 141 / 0.9);
}
.border-r-green-400\/95{
  border-right-color: rgb(49 196 141 / 0.95);
}
.border-r-green-400\/100{
  border-right-color: rgb(49 196 141 / 1);
}
.border-r-green-500\/0{
  border-right-color: rgb(14 159 110 / 0);
}
.border-r-green-500\/5{
  border-right-color: rgb(14 159 110 / 0.05);
}
.border-r-green-500\/10{
  border-right-color: rgb(14 159 110 / 0.1);
}
.border-r-green-500\/20{
  border-right-color: rgb(14 159 110 / 0.2);
}
.border-r-green-500\/25{
  border-right-color: rgb(14 159 110 / 0.25);
}
.border-r-green-500\/30{
  border-right-color: rgb(14 159 110 / 0.3);
}
.border-r-green-500\/40{
  border-right-color: rgb(14 159 110 / 0.4);
}
.border-r-green-500\/50{
  border-right-color: rgb(14 159 110 / 0.5);
}
.border-r-green-500\/60{
  border-right-color: rgb(14 159 110 / 0.6);
}
.border-r-green-500\/70{
  border-right-color: rgb(14 159 110 / 0.7);
}
.border-r-green-500\/75{
  border-right-color: rgb(14 159 110 / 0.75);
}
.border-r-green-500\/80{
  border-right-color: rgb(14 159 110 / 0.8);
}
.border-r-green-500\/90{
  border-right-color: rgb(14 159 110 / 0.9);
}
.border-r-green-500\/95{
  border-right-color: rgb(14 159 110 / 0.95);
}
.border-r-green-500\/100{
  border-right-color: rgb(14 159 110 / 1);
}
.border-r-green-600\/0{
  border-right-color: rgb(5 122 85 / 0);
}
.border-r-green-600\/5{
  border-right-color: rgb(5 122 85 / 0.05);
}
.border-r-green-600\/10{
  border-right-color: rgb(5 122 85 / 0.1);
}
.border-r-green-600\/20{
  border-right-color: rgb(5 122 85 / 0.2);
}
.border-r-green-600\/25{
  border-right-color: rgb(5 122 85 / 0.25);
}
.border-r-green-600\/30{
  border-right-color: rgb(5 122 85 / 0.3);
}
.border-r-green-600\/40{
  border-right-color: rgb(5 122 85 / 0.4);
}
.border-r-green-600\/50{
  border-right-color: rgb(5 122 85 / 0.5);
}
.border-r-green-600\/60{
  border-right-color: rgb(5 122 85 / 0.6);
}
.border-r-green-600\/70{
  border-right-color: rgb(5 122 85 / 0.7);
}
.border-r-green-600\/75{
  border-right-color: rgb(5 122 85 / 0.75);
}
.border-r-green-600\/80{
  border-right-color: rgb(5 122 85 / 0.8);
}
.border-r-green-600\/90{
  border-right-color: rgb(5 122 85 / 0.9);
}
.border-r-green-600\/95{
  border-right-color: rgb(5 122 85 / 0.95);
}
.border-r-green-600\/100{
  border-right-color: rgb(5 122 85 / 1);
}
.border-r-green-700\/0{
  border-right-color: rgb(4 108 78 / 0);
}
.border-r-green-700\/5{
  border-right-color: rgb(4 108 78 / 0.05);
}
.border-r-green-700\/10{
  border-right-color: rgb(4 108 78 / 0.1);
}
.border-r-green-700\/20{
  border-right-color: rgb(4 108 78 / 0.2);
}
.border-r-green-700\/25{
  border-right-color: rgb(4 108 78 / 0.25);
}
.border-r-green-700\/30{
  border-right-color: rgb(4 108 78 / 0.3);
}
.border-r-green-700\/40{
  border-right-color: rgb(4 108 78 / 0.4);
}
.border-r-green-700\/50{
  border-right-color: rgb(4 108 78 / 0.5);
}
.border-r-green-700\/60{
  border-right-color: rgb(4 108 78 / 0.6);
}
.border-r-green-700\/70{
  border-right-color: rgb(4 108 78 / 0.7);
}
.border-r-green-700\/75{
  border-right-color: rgb(4 108 78 / 0.75);
}
.border-r-green-700\/80{
  border-right-color: rgb(4 108 78 / 0.8);
}
.border-r-green-700\/90{
  border-right-color: rgb(4 108 78 / 0.9);
}
.border-r-green-700\/95{
  border-right-color: rgb(4 108 78 / 0.95);
}
.border-r-green-700\/100{
  border-right-color: rgb(4 108 78 / 1);
}
.border-r-green-800\/0{
  border-right-color: rgb(3 84 63 / 0);
}
.border-r-green-800\/5{
  border-right-color: rgb(3 84 63 / 0.05);
}
.border-r-green-800\/10{
  border-right-color: rgb(3 84 63 / 0.1);
}
.border-r-green-800\/20{
  border-right-color: rgb(3 84 63 / 0.2);
}
.border-r-green-800\/25{
  border-right-color: rgb(3 84 63 / 0.25);
}
.border-r-green-800\/30{
  border-right-color: rgb(3 84 63 / 0.3);
}
.border-r-green-800\/40{
  border-right-color: rgb(3 84 63 / 0.4);
}
.border-r-green-800\/50{
  border-right-color: rgb(3 84 63 / 0.5);
}
.border-r-green-800\/60{
  border-right-color: rgb(3 84 63 / 0.6);
}
.border-r-green-800\/70{
  border-right-color: rgb(3 84 63 / 0.7);
}
.border-r-green-800\/75{
  border-right-color: rgb(3 84 63 / 0.75);
}
.border-r-green-800\/80{
  border-right-color: rgb(3 84 63 / 0.8);
}
.border-r-green-800\/90{
  border-right-color: rgb(3 84 63 / 0.9);
}
.border-r-green-800\/95{
  border-right-color: rgb(3 84 63 / 0.95);
}
.border-r-green-800\/100{
  border-right-color: rgb(3 84 63 / 1);
}
.border-r-green-900\/0{
  border-right-color: rgb(1 71 55 / 0);
}
.border-r-green-900\/5{
  border-right-color: rgb(1 71 55 / 0.05);
}
.border-r-green-900\/10{
  border-right-color: rgb(1 71 55 / 0.1);
}
.border-r-green-900\/20{
  border-right-color: rgb(1 71 55 / 0.2);
}
.border-r-green-900\/25{
  border-right-color: rgb(1 71 55 / 0.25);
}
.border-r-green-900\/30{
  border-right-color: rgb(1 71 55 / 0.3);
}
.border-r-green-900\/40{
  border-right-color: rgb(1 71 55 / 0.4);
}
.border-r-green-900\/50{
  border-right-color: rgb(1 71 55 / 0.5);
}
.border-r-green-900\/60{
  border-right-color: rgb(1 71 55 / 0.6);
}
.border-r-green-900\/70{
  border-right-color: rgb(1 71 55 / 0.7);
}
.border-r-green-900\/75{
  border-right-color: rgb(1 71 55 / 0.75);
}
.border-r-green-900\/80{
  border-right-color: rgb(1 71 55 / 0.8);
}
.border-r-green-900\/90{
  border-right-color: rgb(1 71 55 / 0.9);
}
.border-r-green-900\/95{
  border-right-color: rgb(1 71 55 / 0.95);
}
.border-r-green-900\/100{
  border-right-color: rgb(1 71 55 / 1);
}
.border-r-green\/0{
  border-right-color: rgb(77 208 225 / 0);
}
.border-r-green\/5{
  border-right-color: rgb(77 208 225 / 0.05);
}
.border-r-green\/10{
  border-right-color: rgb(77 208 225 / 0.1);
}
.border-r-green\/20{
  border-right-color: rgb(77 208 225 / 0.2);
}
.border-r-green\/25{
  border-right-color: rgb(77 208 225 / 0.25);
}
.border-r-green\/30{
  border-right-color: rgb(77 208 225 / 0.3);
}
.border-r-green\/40{
  border-right-color: rgb(77 208 225 / 0.4);
}
.border-r-green\/50{
  border-right-color: rgb(77 208 225 / 0.5);
}
.border-r-green\/60{
  border-right-color: rgb(77 208 225 / 0.6);
}
.border-r-green\/70{
  border-right-color: rgb(77 208 225 / 0.7);
}
.border-r-green\/75{
  border-right-color: rgb(77 208 225 / 0.75);
}
.border-r-green\/80{
  border-right-color: rgb(77 208 225 / 0.8);
}
.border-r-green\/90{
  border-right-color: rgb(77 208 225 / 0.9);
}
.border-r-green\/95{
  border-right-color: rgb(77 208 225 / 0.95);
}
.border-r-green\/100{
  border-right-color: rgb(77 208 225 / 1);
}
.border-r-green-light\/0{
  border-right-color: rgb(93 224 241 / 0);
}
.border-r-green-light\/5{
  border-right-color: rgb(93 224 241 / 0.05);
}
.border-r-green-light\/10{
  border-right-color: rgb(93 224 241 / 0.1);
}
.border-r-green-light\/20{
  border-right-color: rgb(93 224 241 / 0.2);
}
.border-r-green-light\/25{
  border-right-color: rgb(93 224 241 / 0.25);
}
.border-r-green-light\/30{
  border-right-color: rgb(93 224 241 / 0.3);
}
.border-r-green-light\/40{
  border-right-color: rgb(93 224 241 / 0.4);
}
.border-r-green-light\/50{
  border-right-color: rgb(93 224 241 / 0.5);
}
.border-r-green-light\/60{
  border-right-color: rgb(93 224 241 / 0.6);
}
.border-r-green-light\/70{
  border-right-color: rgb(93 224 241 / 0.7);
}
.border-r-green-light\/75{
  border-right-color: rgb(93 224 241 / 0.75);
}
.border-r-green-light\/80{
  border-right-color: rgb(93 224 241 / 0.8);
}
.border-r-green-light\/90{
  border-right-color: rgb(93 224 241 / 0.9);
}
.border-r-green-light\/95{
  border-right-color: rgb(93 224 241 / 0.95);
}
.border-r-green-light\/100{
  border-right-color: rgb(93 224 241 / 1);
}
.border-r-ottanio\/0{
  border-right-color: rgb(5 79 89 / 0);
}
.border-r-ottanio\/5{
  border-right-color: rgb(5 79 89 / 0.05);
}
.border-r-ottanio\/10{
  border-right-color: rgb(5 79 89 / 0.1);
}
.border-r-ottanio\/20{
  border-right-color: rgb(5 79 89 / 0.2);
}
.border-r-ottanio\/25{
  border-right-color: rgb(5 79 89 / 0.25);
}
.border-r-ottanio\/30{
  border-right-color: rgb(5 79 89 / 0.3);
}
.border-r-ottanio\/40{
  border-right-color: rgb(5 79 89 / 0.4);
}
.border-r-ottanio\/50{
  border-right-color: rgb(5 79 89 / 0.5);
}
.border-r-ottanio\/60{
  border-right-color: rgb(5 79 89 / 0.6);
}
.border-r-ottanio\/70{
  border-right-color: rgb(5 79 89 / 0.7);
}
.border-r-ottanio\/75{
  border-right-color: rgb(5 79 89 / 0.75);
}
.border-r-ottanio\/80{
  border-right-color: rgb(5 79 89 / 0.8);
}
.border-r-ottanio\/90{
  border-right-color: rgb(5 79 89 / 0.9);
}
.border-r-ottanio\/95{
  border-right-color: rgb(5 79 89 / 0.95);
}
.border-r-ottanio\/100{
  border-right-color: rgb(5 79 89 / 1);
}
.border-r-ottanio-light\/0{
  border-right-color: rgb(0 151 167 / 0);
}
.border-r-ottanio-light\/5{
  border-right-color: rgb(0 151 167 / 0.05);
}
.border-r-ottanio-light\/10{
  border-right-color: rgb(0 151 167 / 0.1);
}
.border-r-ottanio-light\/20{
  border-right-color: rgb(0 151 167 / 0.2);
}
.border-r-ottanio-light\/25{
  border-right-color: rgb(0 151 167 / 0.25);
}
.border-r-ottanio-light\/30{
  border-right-color: rgb(0 151 167 / 0.3);
}
.border-r-ottanio-light\/40{
  border-right-color: rgb(0 151 167 / 0.4);
}
.border-r-ottanio-light\/50{
  border-right-color: rgb(0 151 167 / 0.5);
}
.border-r-ottanio-light\/60{
  border-right-color: rgb(0 151 167 / 0.6);
}
.border-r-ottanio-light\/70{
  border-right-color: rgb(0 151 167 / 0.7);
}
.border-r-ottanio-light\/75{
  border-right-color: rgb(0 151 167 / 0.75);
}
.border-r-ottanio-light\/80{
  border-right-color: rgb(0 151 167 / 0.8);
}
.border-r-ottanio-light\/90{
  border-right-color: rgb(0 151 167 / 0.9);
}
.border-r-ottanio-light\/95{
  border-right-color: rgb(0 151 167 / 0.95);
}
.border-r-ottanio-light\/100{
  border-right-color: rgb(0 151 167 / 1);
}
.border-r-magenta\/0{
  border-right-color: rgb(224 14 102 / 0);
}
.border-r-magenta\/5{
  border-right-color: rgb(224 14 102 / 0.05);
}
.border-r-magenta\/10{
  border-right-color: rgb(224 14 102 / 0.1);
}
.border-r-magenta\/20{
  border-right-color: rgb(224 14 102 / 0.2);
}
.border-r-magenta\/25{
  border-right-color: rgb(224 14 102 / 0.25);
}
.border-r-magenta\/30{
  border-right-color: rgb(224 14 102 / 0.3);
}
.border-r-magenta\/40{
  border-right-color: rgb(224 14 102 / 0.4);
}
.border-r-magenta\/50{
  border-right-color: rgb(224 14 102 / 0.5);
}
.border-r-magenta\/60{
  border-right-color: rgb(224 14 102 / 0.6);
}
.border-r-magenta\/70{
  border-right-color: rgb(224 14 102 / 0.7);
}
.border-r-magenta\/75{
  border-right-color: rgb(224 14 102 / 0.75);
}
.border-r-magenta\/80{
  border-right-color: rgb(224 14 102 / 0.8);
}
.border-r-magenta\/90{
  border-right-color: rgb(224 14 102 / 0.9);
}
.border-r-magenta\/95{
  border-right-color: rgb(224 14 102 / 0.95);
}
.border-r-magenta\/100{
  border-right-color: rgb(224 14 102 / 1);
}
.border-r-magenta-light\/0{
  border-right-color: rgb(224 14 102 / 0);
}
.border-r-magenta-light\/5{
  border-right-color: rgb(224 14 102 / 0.05);
}
.border-r-magenta-light\/10{
  border-right-color: rgb(224 14 102 / 0.1);
}
.border-r-magenta-light\/20{
  border-right-color: rgb(224 14 102 / 0.2);
}
.border-r-magenta-light\/25{
  border-right-color: rgb(224 14 102 / 0.25);
}
.border-r-magenta-light\/30{
  border-right-color: rgb(224 14 102 / 0.3);
}
.border-r-magenta-light\/40{
  border-right-color: rgb(224 14 102 / 0.4);
}
.border-r-magenta-light\/50{
  border-right-color: rgb(224 14 102 / 0.5);
}
.border-r-magenta-light\/60{
  border-right-color: rgb(224 14 102 / 0.6);
}
.border-r-magenta-light\/70{
  border-right-color: rgb(224 14 102 / 0.7);
}
.border-r-magenta-light\/75{
  border-right-color: rgb(224 14 102 / 0.75);
}
.border-r-magenta-light\/80{
  border-right-color: rgb(224 14 102 / 0.8);
}
.border-r-magenta-light\/90{
  border-right-color: rgb(224 14 102 / 0.9);
}
.border-r-magenta-light\/95{
  border-right-color: rgb(224 14 102 / 0.95);
}
.border-r-magenta-light\/100{
  border-right-color: rgb(224 14 102 / 1);
}
.border-r-arancio\/0{
  border-right-color: rgb(255 149 149 / 0);
}
.border-r-arancio\/5{
  border-right-color: rgb(255 149 149 / 0.05);
}
.border-r-arancio\/10{
  border-right-color: rgb(255 149 149 / 0.1);
}
.border-r-arancio\/20{
  border-right-color: rgb(255 149 149 / 0.2);
}
.border-r-arancio\/25{
  border-right-color: rgb(255 149 149 / 0.25);
}
.border-r-arancio\/30{
  border-right-color: rgb(255 149 149 / 0.3);
}
.border-r-arancio\/40{
  border-right-color: rgb(255 149 149 / 0.4);
}
.border-r-arancio\/50{
  border-right-color: rgb(255 149 149 / 0.5);
}
.border-r-arancio\/60{
  border-right-color: rgb(255 149 149 / 0.6);
}
.border-r-arancio\/70{
  border-right-color: rgb(255 149 149 / 0.7);
}
.border-r-arancio\/75{
  border-right-color: rgb(255 149 149 / 0.75);
}
.border-r-arancio\/80{
  border-right-color: rgb(255 149 149 / 0.8);
}
.border-r-arancio\/90{
  border-right-color: rgb(255 149 149 / 0.9);
}
.border-r-arancio\/95{
  border-right-color: rgb(255 149 149 / 0.95);
}
.border-r-arancio\/100{
  border-right-color: rgb(255 149 149 / 1);
}
.border-r-gray-50\/0{
  border-right-color: rgb(249 250 251 / 0);
}
.border-r-gray-50\/5{
  border-right-color: rgb(249 250 251 / 0.05);
}
.border-r-gray-50\/10{
  border-right-color: rgb(249 250 251 / 0.1);
}
.border-r-gray-50\/20{
  border-right-color: rgb(249 250 251 / 0.2);
}
.border-r-gray-50\/25{
  border-right-color: rgb(249 250 251 / 0.25);
}
.border-r-gray-50\/30{
  border-right-color: rgb(249 250 251 / 0.3);
}
.border-r-gray-50\/40{
  border-right-color: rgb(249 250 251 / 0.4);
}
.border-r-gray-50\/50{
  border-right-color: rgb(249 250 251 / 0.5);
}
.border-r-gray-50\/60{
  border-right-color: rgb(249 250 251 / 0.6);
}
.border-r-gray-50\/70{
  border-right-color: rgb(249 250 251 / 0.7);
}
.border-r-gray-50\/75{
  border-right-color: rgb(249 250 251 / 0.75);
}
.border-r-gray-50\/80{
  border-right-color: rgb(249 250 251 / 0.8);
}
.border-r-gray-50\/90{
  border-right-color: rgb(249 250 251 / 0.9);
}
.border-r-gray-50\/95{
  border-right-color: rgb(249 250 251 / 0.95);
}
.border-r-gray-50\/100{
  border-right-color: rgb(249 250 251 / 1);
}
.border-r-gray-100\/0{
  border-right-color: rgb(213 227 231 / 0);
}
.border-r-gray-100\/5{
  border-right-color: rgb(213 227 231 / 0.05);
}
.border-r-gray-100\/10{
  border-right-color: rgb(213 227 231 / 0.1);
}
.border-r-gray-100\/20{
  border-right-color: rgb(213 227 231 / 0.2);
}
.border-r-gray-100\/25{
  border-right-color: rgb(213 227 231 / 0.25);
}
.border-r-gray-100\/30{
  border-right-color: rgb(213 227 231 / 0.3);
}
.border-r-gray-100\/40{
  border-right-color: rgb(213 227 231 / 0.4);
}
.border-r-gray-100\/50{
  border-right-color: rgb(213 227 231 / 0.5);
}
.border-r-gray-100\/60{
  border-right-color: rgb(213 227 231 / 0.6);
}
.border-r-gray-100\/70{
  border-right-color: rgb(213 227 231 / 0.7);
}
.border-r-gray-100\/75{
  border-right-color: rgb(213 227 231 / 0.75);
}
.border-r-gray-100\/80{
  border-right-color: rgb(213 227 231 / 0.8);
}
.border-r-gray-100\/90{
  border-right-color: rgb(213 227 231 / 0.9);
}
.border-r-gray-100\/95{
  border-right-color: rgb(213 227 231 / 0.95);
}
.border-r-gray-100\/100{
  border-right-color: rgb(213 227 231 / 1);
}
.border-r-gray-200\/0{
  border-right-color: rgb(229 231 235 / 0);
}
.border-r-gray-200\/5{
  border-right-color: rgb(229 231 235 / 0.05);
}
.border-r-gray-200\/10{
  border-right-color: rgb(229 231 235 / 0.1);
}
.border-r-gray-200\/20{
  border-right-color: rgb(229 231 235 / 0.2);
}
.border-r-gray-200\/25{
  border-right-color: rgb(229 231 235 / 0.25);
}
.border-r-gray-200\/30{
  border-right-color: rgb(229 231 235 / 0.3);
}
.border-r-gray-200\/40{
  border-right-color: rgb(229 231 235 / 0.4);
}
.border-r-gray-200\/50{
  border-right-color: rgb(229 231 235 / 0.5);
}
.border-r-gray-200\/60{
  border-right-color: rgb(229 231 235 / 0.6);
}
.border-r-gray-200\/70{
  border-right-color: rgb(229 231 235 / 0.7);
}
.border-r-gray-200\/75{
  border-right-color: rgb(229 231 235 / 0.75);
}
.border-r-gray-200\/80{
  border-right-color: rgb(229 231 235 / 0.8);
}
.border-r-gray-200\/90{
  border-right-color: rgb(229 231 235 / 0.9);
}
.border-r-gray-200\/95{
  border-right-color: rgb(229 231 235 / 0.95);
}
.border-r-gray-200\/100{
  border-right-color: rgb(229 231 235 / 1);
}
.border-r-gray-300\/0{
  border-right-color: rgb(100 108 122 / 0);
}
.border-r-gray-300\/5{
  border-right-color: rgb(100 108 122 / 0.05);
}
.border-r-gray-300\/10{
  border-right-color: rgb(100 108 122 / 0.1);
}
.border-r-gray-300\/20{
  border-right-color: rgb(100 108 122 / 0.2);
}
.border-r-gray-300\/25{
  border-right-color: rgb(100 108 122 / 0.25);
}
.border-r-gray-300\/30{
  border-right-color: rgb(100 108 122 / 0.3);
}
.border-r-gray-300\/40{
  border-right-color: rgb(100 108 122 / 0.4);
}
.border-r-gray-300\/50{
  border-right-color: rgb(100 108 122 / 0.5);
}
.border-r-gray-300\/60{
  border-right-color: rgb(100 108 122 / 0.6);
}
.border-r-gray-300\/70{
  border-right-color: rgb(100 108 122 / 0.7);
}
.border-r-gray-300\/75{
  border-right-color: rgb(100 108 122 / 0.75);
}
.border-r-gray-300\/80{
  border-right-color: rgb(100 108 122 / 0.8);
}
.border-r-gray-300\/90{
  border-right-color: rgb(100 108 122 / 0.9);
}
.border-r-gray-300\/95{
  border-right-color: rgb(100 108 122 / 0.95);
}
.border-r-gray-300\/100{
  border-right-color: rgb(100 108 122 / 1);
}
.border-r-gray-400\/0{
  border-right-color: rgb(159 189 195 / 0);
}
.border-r-gray-400\/5{
  border-right-color: rgb(159 189 195 / 0.05);
}
.border-r-gray-400\/10{
  border-right-color: rgb(159 189 195 / 0.1);
}
.border-r-gray-400\/20{
  border-right-color: rgb(159 189 195 / 0.2);
}
.border-r-gray-400\/25{
  border-right-color: rgb(159 189 195 / 0.25);
}
.border-r-gray-400\/30{
  border-right-color: rgb(159 189 195 / 0.3);
}
.border-r-gray-400\/40{
  border-right-color: rgb(159 189 195 / 0.4);
}
.border-r-gray-400\/50{
  border-right-color: rgb(159 189 195 / 0.5);
}
.border-r-gray-400\/60{
  border-right-color: rgb(159 189 195 / 0.6);
}
.border-r-gray-400\/70{
  border-right-color: rgb(159 189 195 / 0.7);
}
.border-r-gray-400\/75{
  border-right-color: rgb(159 189 195 / 0.75);
}
.border-r-gray-400\/80{
  border-right-color: rgb(159 189 195 / 0.8);
}
.border-r-gray-400\/90{
  border-right-color: rgb(159 189 195 / 0.9);
}
.border-r-gray-400\/95{
  border-right-color: rgb(159 189 195 / 0.95);
}
.border-r-gray-400\/100{
  border-right-color: rgb(159 189 195 / 1);
}
.border-r-gray-500\/0{
  border-right-color: rgb(107 114 128 / 0);
}
.border-r-gray-500\/5{
  border-right-color: rgb(107 114 128 / 0.05);
}
.border-r-gray-500\/10{
  border-right-color: rgb(107 114 128 / 0.1);
}
.border-r-gray-500\/20{
  border-right-color: rgb(107 114 128 / 0.2);
}
.border-r-gray-500\/25{
  border-right-color: rgb(107 114 128 / 0.25);
}
.border-r-gray-500\/30{
  border-right-color: rgb(107 114 128 / 0.3);
}
.border-r-gray-500\/40{
  border-right-color: rgb(107 114 128 / 0.4);
}
.border-r-gray-500\/50{
  border-right-color: rgb(107 114 128 / 0.5);
}
.border-r-gray-500\/60{
  border-right-color: rgb(107 114 128 / 0.6);
}
.border-r-gray-500\/70{
  border-right-color: rgb(107 114 128 / 0.7);
}
.border-r-gray-500\/75{
  border-right-color: rgb(107 114 128 / 0.75);
}
.border-r-gray-500\/80{
  border-right-color: rgb(107 114 128 / 0.8);
}
.border-r-gray-500\/90{
  border-right-color: rgb(107 114 128 / 0.9);
}
.border-r-gray-500\/95{
  border-right-color: rgb(107 114 128 / 0.95);
}
.border-r-gray-500\/100{
  border-right-color: rgb(107 114 128 / 1);
}
.border-r-gray-600\/0{
  border-right-color: rgb(196 196 196 / 0);
}
.border-r-gray-600\/5{
  border-right-color: rgb(196 196 196 / 0.05);
}
.border-r-gray-600\/10{
  border-right-color: rgb(196 196 196 / 0.1);
}
.border-r-gray-600\/20{
  border-right-color: rgb(196 196 196 / 0.2);
}
.border-r-gray-600\/25{
  border-right-color: rgb(196 196 196 / 0.25);
}
.border-r-gray-600\/30{
  border-right-color: rgb(196 196 196 / 0.3);
}
.border-r-gray-600\/40{
  border-right-color: rgb(196 196 196 / 0.4);
}
.border-r-gray-600\/50{
  border-right-color: rgb(196 196 196 / 0.5);
}
.border-r-gray-600\/60{
  border-right-color: rgb(196 196 196 / 0.6);
}
.border-r-gray-600\/70{
  border-right-color: rgb(196 196 196 / 0.7);
}
.border-r-gray-600\/75{
  border-right-color: rgb(196 196 196 / 0.75);
}
.border-r-gray-600\/80{
  border-right-color: rgb(196 196 196 / 0.8);
}
.border-r-gray-600\/90{
  border-right-color: rgb(196 196 196 / 0.9);
}
.border-r-gray-600\/95{
  border-right-color: rgb(196 196 196 / 0.95);
}
.border-r-gray-600\/100{
  border-right-color: rgb(196 196 196 / 1);
}
.border-r-gray-700\/0{
  border-right-color: rgb(221 221 221 / 0);
}
.border-r-gray-700\/5{
  border-right-color: rgb(221 221 221 / 0.05);
}
.border-r-gray-700\/10{
  border-right-color: rgb(221 221 221 / 0.1);
}
.border-r-gray-700\/20{
  border-right-color: rgb(221 221 221 / 0.2);
}
.border-r-gray-700\/25{
  border-right-color: rgb(221 221 221 / 0.25);
}
.border-r-gray-700\/30{
  border-right-color: rgb(221 221 221 / 0.3);
}
.border-r-gray-700\/40{
  border-right-color: rgb(221 221 221 / 0.4);
}
.border-r-gray-700\/50{
  border-right-color: rgb(221 221 221 / 0.5);
}
.border-r-gray-700\/60{
  border-right-color: rgb(221 221 221 / 0.6);
}
.border-r-gray-700\/70{
  border-right-color: rgb(221 221 221 / 0.7);
}
.border-r-gray-700\/75{
  border-right-color: rgb(221 221 221 / 0.75);
}
.border-r-gray-700\/80{
  border-right-color: rgb(221 221 221 / 0.8);
}
.border-r-gray-700\/90{
  border-right-color: rgb(221 221 221 / 0.9);
}
.border-r-gray-700\/95{
  border-right-color: rgb(221 221 221 / 0.95);
}
.border-r-gray-700\/100{
  border-right-color: rgb(221 221 221 / 1);
}
.border-r-gray-800\/0{
  border-right-color: rgb(31 41 55 / 0);
}
.border-r-gray-800\/5{
  border-right-color: rgb(31 41 55 / 0.05);
}
.border-r-gray-800\/10{
  border-right-color: rgb(31 41 55 / 0.1);
}
.border-r-gray-800\/20{
  border-right-color: rgb(31 41 55 / 0.2);
}
.border-r-gray-800\/25{
  border-right-color: rgb(31 41 55 / 0.25);
}
.border-r-gray-800\/30{
  border-right-color: rgb(31 41 55 / 0.3);
}
.border-r-gray-800\/40{
  border-right-color: rgb(31 41 55 / 0.4);
}
.border-r-gray-800\/50{
  border-right-color: rgb(31 41 55 / 0.5);
}
.border-r-gray-800\/60{
  border-right-color: rgb(31 41 55 / 0.6);
}
.border-r-gray-800\/70{
  border-right-color: rgb(31 41 55 / 0.7);
}
.border-r-gray-800\/75{
  border-right-color: rgb(31 41 55 / 0.75);
}
.border-r-gray-800\/80{
  border-right-color: rgb(31 41 55 / 0.8);
}
.border-r-gray-800\/90{
  border-right-color: rgb(31 41 55 / 0.9);
}
.border-r-gray-800\/95{
  border-right-color: rgb(31 41 55 / 0.95);
}
.border-r-gray-800\/100{
  border-right-color: rgb(31 41 55 / 1);
}
.border-r-gray-900\/0{
  border-right-color: rgb(249 249 249 / 0);
}
.border-r-gray-900\/5{
  border-right-color: rgb(249 249 249 / 0.05);
}
.border-r-gray-900\/10{
  border-right-color: rgb(249 249 249 / 0.1);
}
.border-r-gray-900\/20{
  border-right-color: rgb(249 249 249 / 0.2);
}
.border-r-gray-900\/25{
  border-right-color: rgb(249 249 249 / 0.25);
}
.border-r-gray-900\/30{
  border-right-color: rgb(249 249 249 / 0.3);
}
.border-r-gray-900\/40{
  border-right-color: rgb(249 249 249 / 0.4);
}
.border-r-gray-900\/50{
  border-right-color: rgb(249 249 249 / 0.5);
}
.border-r-gray-900\/60{
  border-right-color: rgb(249 249 249 / 0.6);
}
.border-r-gray-900\/70{
  border-right-color: rgb(249 249 249 / 0.7);
}
.border-r-gray-900\/75{
  border-right-color: rgb(249 249 249 / 0.75);
}
.border-r-gray-900\/80{
  border-right-color: rgb(249 249 249 / 0.8);
}
.border-r-gray-900\/90{
  border-right-color: rgb(249 249 249 / 0.9);
}
.border-r-gray-900\/95{
  border-right-color: rgb(249 249 249 / 0.95);
}
.border-r-gray-900\/100{
  border-right-color: rgb(249 249 249 / 1);
}
.border-r-gray\/0{
  border-right-color: rgb(187 187 187 / 0);
}
.border-r-gray\/5{
  border-right-color: rgb(187 187 187 / 0.05);
}
.border-r-gray\/10{
  border-right-color: rgb(187 187 187 / 0.1);
}
.border-r-gray\/20{
  border-right-color: rgb(187 187 187 / 0.2);
}
.border-r-gray\/25{
  border-right-color: rgb(187 187 187 / 0.25);
}
.border-r-gray\/30{
  border-right-color: rgb(187 187 187 / 0.3);
}
.border-r-gray\/40{
  border-right-color: rgb(187 187 187 / 0.4);
}
.border-r-gray\/50{
  border-right-color: rgb(187 187 187 / 0.5);
}
.border-r-gray\/60{
  border-right-color: rgb(187 187 187 / 0.6);
}
.border-r-gray\/70{
  border-right-color: rgb(187 187 187 / 0.7);
}
.border-r-gray\/75{
  border-right-color: rgb(187 187 187 / 0.75);
}
.border-r-gray\/80{
  border-right-color: rgb(187 187 187 / 0.8);
}
.border-r-gray\/90{
  border-right-color: rgb(187 187 187 / 0.9);
}
.border-r-gray\/95{
  border-right-color: rgb(187 187 187 / 0.95);
}
.border-r-gray\/100{
  border-right-color: rgb(187 187 187 / 1);
}
.border-r-red-50\/0{
  border-right-color: rgb(253 242 242 / 0);
}
.border-r-red-50\/5{
  border-right-color: rgb(253 242 242 / 0.05);
}
.border-r-red-50\/10{
  border-right-color: rgb(253 242 242 / 0.1);
}
.border-r-red-50\/20{
  border-right-color: rgb(253 242 242 / 0.2);
}
.border-r-red-50\/25{
  border-right-color: rgb(253 242 242 / 0.25);
}
.border-r-red-50\/30{
  border-right-color: rgb(253 242 242 / 0.3);
}
.border-r-red-50\/40{
  border-right-color: rgb(253 242 242 / 0.4);
}
.border-r-red-50\/50{
  border-right-color: rgb(253 242 242 / 0.5);
}
.border-r-red-50\/60{
  border-right-color: rgb(253 242 242 / 0.6);
}
.border-r-red-50\/70{
  border-right-color: rgb(253 242 242 / 0.7);
}
.border-r-red-50\/75{
  border-right-color: rgb(253 242 242 / 0.75);
}
.border-r-red-50\/80{
  border-right-color: rgb(253 242 242 / 0.8);
}
.border-r-red-50\/90{
  border-right-color: rgb(253 242 242 / 0.9);
}
.border-r-red-50\/95{
  border-right-color: rgb(253 242 242 / 0.95);
}
.border-r-red-50\/100{
  border-right-color: rgb(253 242 242 / 1);
}
.border-r-red-100\/0{
  border-right-color: rgb(253 232 232 / 0);
}
.border-r-red-100\/5{
  border-right-color: rgb(253 232 232 / 0.05);
}
.border-r-red-100\/10{
  border-right-color: rgb(253 232 232 / 0.1);
}
.border-r-red-100\/20{
  border-right-color: rgb(253 232 232 / 0.2);
}
.border-r-red-100\/25{
  border-right-color: rgb(253 232 232 / 0.25);
}
.border-r-red-100\/30{
  border-right-color: rgb(253 232 232 / 0.3);
}
.border-r-red-100\/40{
  border-right-color: rgb(253 232 232 / 0.4);
}
.border-r-red-100\/50{
  border-right-color: rgb(253 232 232 / 0.5);
}
.border-r-red-100\/60{
  border-right-color: rgb(253 232 232 / 0.6);
}
.border-r-red-100\/70{
  border-right-color: rgb(253 232 232 / 0.7);
}
.border-r-red-100\/75{
  border-right-color: rgb(253 232 232 / 0.75);
}
.border-r-red-100\/80{
  border-right-color: rgb(253 232 232 / 0.8);
}
.border-r-red-100\/90{
  border-right-color: rgb(253 232 232 / 0.9);
}
.border-r-red-100\/95{
  border-right-color: rgb(253 232 232 / 0.95);
}
.border-r-red-100\/100{
  border-right-color: rgb(253 232 232 / 1);
}
.border-r-red-200\/0{
  border-right-color: rgb(251 213 213 / 0);
}
.border-r-red-200\/5{
  border-right-color: rgb(251 213 213 / 0.05);
}
.border-r-red-200\/10{
  border-right-color: rgb(251 213 213 / 0.1);
}
.border-r-red-200\/20{
  border-right-color: rgb(251 213 213 / 0.2);
}
.border-r-red-200\/25{
  border-right-color: rgb(251 213 213 / 0.25);
}
.border-r-red-200\/30{
  border-right-color: rgb(251 213 213 / 0.3);
}
.border-r-red-200\/40{
  border-right-color: rgb(251 213 213 / 0.4);
}
.border-r-red-200\/50{
  border-right-color: rgb(251 213 213 / 0.5);
}
.border-r-red-200\/60{
  border-right-color: rgb(251 213 213 / 0.6);
}
.border-r-red-200\/70{
  border-right-color: rgb(251 213 213 / 0.7);
}
.border-r-red-200\/75{
  border-right-color: rgb(251 213 213 / 0.75);
}
.border-r-red-200\/80{
  border-right-color: rgb(251 213 213 / 0.8);
}
.border-r-red-200\/90{
  border-right-color: rgb(251 213 213 / 0.9);
}
.border-r-red-200\/95{
  border-right-color: rgb(251 213 213 / 0.95);
}
.border-r-red-200\/100{
  border-right-color: rgb(251 213 213 / 1);
}
.border-r-red-300\/0{
  border-right-color: rgb(248 180 180 / 0);
}
.border-r-red-300\/5{
  border-right-color: rgb(248 180 180 / 0.05);
}
.border-r-red-300\/10{
  border-right-color: rgb(248 180 180 / 0.1);
}
.border-r-red-300\/20{
  border-right-color: rgb(248 180 180 / 0.2);
}
.border-r-red-300\/25{
  border-right-color: rgb(248 180 180 / 0.25);
}
.border-r-red-300\/30{
  border-right-color: rgb(248 180 180 / 0.3);
}
.border-r-red-300\/40{
  border-right-color: rgb(248 180 180 / 0.4);
}
.border-r-red-300\/50{
  border-right-color: rgb(248 180 180 / 0.5);
}
.border-r-red-300\/60{
  border-right-color: rgb(248 180 180 / 0.6);
}
.border-r-red-300\/70{
  border-right-color: rgb(248 180 180 / 0.7);
}
.border-r-red-300\/75{
  border-right-color: rgb(248 180 180 / 0.75);
}
.border-r-red-300\/80{
  border-right-color: rgb(248 180 180 / 0.8);
}
.border-r-red-300\/90{
  border-right-color: rgb(248 180 180 / 0.9);
}
.border-r-red-300\/95{
  border-right-color: rgb(248 180 180 / 0.95);
}
.border-r-red-300\/100{
  border-right-color: rgb(248 180 180 / 1);
}
.border-r-red-400\/0{
  border-right-color: rgb(249 128 128 / 0);
}
.border-r-red-400\/5{
  border-right-color: rgb(249 128 128 / 0.05);
}
.border-r-red-400\/10{
  border-right-color: rgb(249 128 128 / 0.1);
}
.border-r-red-400\/20{
  border-right-color: rgb(249 128 128 / 0.2);
}
.border-r-red-400\/25{
  border-right-color: rgb(249 128 128 / 0.25);
}
.border-r-red-400\/30{
  border-right-color: rgb(249 128 128 / 0.3);
}
.border-r-red-400\/40{
  border-right-color: rgb(249 128 128 / 0.4);
}
.border-r-red-400\/50{
  border-right-color: rgb(249 128 128 / 0.5);
}
.border-r-red-400\/60{
  border-right-color: rgb(249 128 128 / 0.6);
}
.border-r-red-400\/70{
  border-right-color: rgb(249 128 128 / 0.7);
}
.border-r-red-400\/75{
  border-right-color: rgb(249 128 128 / 0.75);
}
.border-r-red-400\/80{
  border-right-color: rgb(249 128 128 / 0.8);
}
.border-r-red-400\/90{
  border-right-color: rgb(249 128 128 / 0.9);
}
.border-r-red-400\/95{
  border-right-color: rgb(249 128 128 / 0.95);
}
.border-r-red-400\/100{
  border-right-color: rgb(249 128 128 / 1);
}
.border-r-red-500\/0{
  border-right-color: rgb(240 82 82 / 0);
}
.border-r-red-500\/5{
  border-right-color: rgb(240 82 82 / 0.05);
}
.border-r-red-500\/10{
  border-right-color: rgb(240 82 82 / 0.1);
}
.border-r-red-500\/20{
  border-right-color: rgb(240 82 82 / 0.2);
}
.border-r-red-500\/25{
  border-right-color: rgb(240 82 82 / 0.25);
}
.border-r-red-500\/30{
  border-right-color: rgb(240 82 82 / 0.3);
}
.border-r-red-500\/40{
  border-right-color: rgb(240 82 82 / 0.4);
}
.border-r-red-500\/50{
  border-right-color: rgb(240 82 82 / 0.5);
}
.border-r-red-500\/60{
  border-right-color: rgb(240 82 82 / 0.6);
}
.border-r-red-500\/70{
  border-right-color: rgb(240 82 82 / 0.7);
}
.border-r-red-500\/75{
  border-right-color: rgb(240 82 82 / 0.75);
}
.border-r-red-500\/80{
  border-right-color: rgb(240 82 82 / 0.8);
}
.border-r-red-500\/90{
  border-right-color: rgb(240 82 82 / 0.9);
}
.border-r-red-500\/95{
  border-right-color: rgb(240 82 82 / 0.95);
}
.border-r-red-500\/100{
  border-right-color: rgb(240 82 82 / 1);
}
.border-r-red-600\/0{
  border-right-color: rgb(224 36 36 / 0);
}
.border-r-red-600\/5{
  border-right-color: rgb(224 36 36 / 0.05);
}
.border-r-red-600\/10{
  border-right-color: rgb(224 36 36 / 0.1);
}
.border-r-red-600\/20{
  border-right-color: rgb(224 36 36 / 0.2);
}
.border-r-red-600\/25{
  border-right-color: rgb(224 36 36 / 0.25);
}
.border-r-red-600\/30{
  border-right-color: rgb(224 36 36 / 0.3);
}
.border-r-red-600\/40{
  border-right-color: rgb(224 36 36 / 0.4);
}
.border-r-red-600\/50{
  border-right-color: rgb(224 36 36 / 0.5);
}
.border-r-red-600\/60{
  border-right-color: rgb(224 36 36 / 0.6);
}
.border-r-red-600\/70{
  border-right-color: rgb(224 36 36 / 0.7);
}
.border-r-red-600\/75{
  border-right-color: rgb(224 36 36 / 0.75);
}
.border-r-red-600\/80{
  border-right-color: rgb(224 36 36 / 0.8);
}
.border-r-red-600\/90{
  border-right-color: rgb(224 36 36 / 0.9);
}
.border-r-red-600\/95{
  border-right-color: rgb(224 36 36 / 0.95);
}
.border-r-red-600\/100{
  border-right-color: rgb(224 36 36 / 1);
}
.border-r-red-700\/0{
  border-right-color: rgb(200 30 30 / 0);
}
.border-r-red-700\/5{
  border-right-color: rgb(200 30 30 / 0.05);
}
.border-r-red-700\/10{
  border-right-color: rgb(200 30 30 / 0.1);
}
.border-r-red-700\/20{
  border-right-color: rgb(200 30 30 / 0.2);
}
.border-r-red-700\/25{
  border-right-color: rgb(200 30 30 / 0.25);
}
.border-r-red-700\/30{
  border-right-color: rgb(200 30 30 / 0.3);
}
.border-r-red-700\/40{
  border-right-color: rgb(200 30 30 / 0.4);
}
.border-r-red-700\/50{
  border-right-color: rgb(200 30 30 / 0.5);
}
.border-r-red-700\/60{
  border-right-color: rgb(200 30 30 / 0.6);
}
.border-r-red-700\/70{
  border-right-color: rgb(200 30 30 / 0.7);
}
.border-r-red-700\/75{
  border-right-color: rgb(200 30 30 / 0.75);
}
.border-r-red-700\/80{
  border-right-color: rgb(200 30 30 / 0.8);
}
.border-r-red-700\/90{
  border-right-color: rgb(200 30 30 / 0.9);
}
.border-r-red-700\/95{
  border-right-color: rgb(200 30 30 / 0.95);
}
.border-r-red-700\/100{
  border-right-color: rgb(200 30 30 / 1);
}
.border-r-red-800\/0{
  border-right-color: rgb(155 28 28 / 0);
}
.border-r-red-800\/5{
  border-right-color: rgb(155 28 28 / 0.05);
}
.border-r-red-800\/10{
  border-right-color: rgb(155 28 28 / 0.1);
}
.border-r-red-800\/20{
  border-right-color: rgb(155 28 28 / 0.2);
}
.border-r-red-800\/25{
  border-right-color: rgb(155 28 28 / 0.25);
}
.border-r-red-800\/30{
  border-right-color: rgb(155 28 28 / 0.3);
}
.border-r-red-800\/40{
  border-right-color: rgb(155 28 28 / 0.4);
}
.border-r-red-800\/50{
  border-right-color: rgb(155 28 28 / 0.5);
}
.border-r-red-800\/60{
  border-right-color: rgb(155 28 28 / 0.6);
}
.border-r-red-800\/70{
  border-right-color: rgb(155 28 28 / 0.7);
}
.border-r-red-800\/75{
  border-right-color: rgb(155 28 28 / 0.75);
}
.border-r-red-800\/80{
  border-right-color: rgb(155 28 28 / 0.8);
}
.border-r-red-800\/90{
  border-right-color: rgb(155 28 28 / 0.9);
}
.border-r-red-800\/95{
  border-right-color: rgb(155 28 28 / 0.95);
}
.border-r-red-800\/100{
  border-right-color: rgb(155 28 28 / 1);
}
.border-r-red-900\/0{
  border-right-color: rgb(119 29 29 / 0);
}
.border-r-red-900\/5{
  border-right-color: rgb(119 29 29 / 0.05);
}
.border-r-red-900\/10{
  border-right-color: rgb(119 29 29 / 0.1);
}
.border-r-red-900\/20{
  border-right-color: rgb(119 29 29 / 0.2);
}
.border-r-red-900\/25{
  border-right-color: rgb(119 29 29 / 0.25);
}
.border-r-red-900\/30{
  border-right-color: rgb(119 29 29 / 0.3);
}
.border-r-red-900\/40{
  border-right-color: rgb(119 29 29 / 0.4);
}
.border-r-red-900\/50{
  border-right-color: rgb(119 29 29 / 0.5);
}
.border-r-red-900\/60{
  border-right-color: rgb(119 29 29 / 0.6);
}
.border-r-red-900\/70{
  border-right-color: rgb(119 29 29 / 0.7);
}
.border-r-red-900\/75{
  border-right-color: rgb(119 29 29 / 0.75);
}
.border-r-red-900\/80{
  border-right-color: rgb(119 29 29 / 0.8);
}
.border-r-red-900\/90{
  border-right-color: rgb(119 29 29 / 0.9);
}
.border-r-red-900\/95{
  border-right-color: rgb(119 29 29 / 0.95);
}
.border-r-red-900\/100{
  border-right-color: rgb(119 29 29 / 1);
}
.border-r-orange-50\/0{
  border-right-color: rgb(255 248 241 / 0);
}
.border-r-orange-50\/5{
  border-right-color: rgb(255 248 241 / 0.05);
}
.border-r-orange-50\/10{
  border-right-color: rgb(255 248 241 / 0.1);
}
.border-r-orange-50\/20{
  border-right-color: rgb(255 248 241 / 0.2);
}
.border-r-orange-50\/25{
  border-right-color: rgb(255 248 241 / 0.25);
}
.border-r-orange-50\/30{
  border-right-color: rgb(255 248 241 / 0.3);
}
.border-r-orange-50\/40{
  border-right-color: rgb(255 248 241 / 0.4);
}
.border-r-orange-50\/50{
  border-right-color: rgb(255 248 241 / 0.5);
}
.border-r-orange-50\/60{
  border-right-color: rgb(255 248 241 / 0.6);
}
.border-r-orange-50\/70{
  border-right-color: rgb(255 248 241 / 0.7);
}
.border-r-orange-50\/75{
  border-right-color: rgb(255 248 241 / 0.75);
}
.border-r-orange-50\/80{
  border-right-color: rgb(255 248 241 / 0.8);
}
.border-r-orange-50\/90{
  border-right-color: rgb(255 248 241 / 0.9);
}
.border-r-orange-50\/95{
  border-right-color: rgb(255 248 241 / 0.95);
}
.border-r-orange-50\/100{
  border-right-color: rgb(255 248 241 / 1);
}
.border-r-orange-100\/0{
  border-right-color: rgb(254 236 220 / 0);
}
.border-r-orange-100\/5{
  border-right-color: rgb(254 236 220 / 0.05);
}
.border-r-orange-100\/10{
  border-right-color: rgb(254 236 220 / 0.1);
}
.border-r-orange-100\/20{
  border-right-color: rgb(254 236 220 / 0.2);
}
.border-r-orange-100\/25{
  border-right-color: rgb(254 236 220 / 0.25);
}
.border-r-orange-100\/30{
  border-right-color: rgb(254 236 220 / 0.3);
}
.border-r-orange-100\/40{
  border-right-color: rgb(254 236 220 / 0.4);
}
.border-r-orange-100\/50{
  border-right-color: rgb(254 236 220 / 0.5);
}
.border-r-orange-100\/60{
  border-right-color: rgb(254 236 220 / 0.6);
}
.border-r-orange-100\/70{
  border-right-color: rgb(254 236 220 / 0.7);
}
.border-r-orange-100\/75{
  border-right-color: rgb(254 236 220 / 0.75);
}
.border-r-orange-100\/80{
  border-right-color: rgb(254 236 220 / 0.8);
}
.border-r-orange-100\/90{
  border-right-color: rgb(254 236 220 / 0.9);
}
.border-r-orange-100\/95{
  border-right-color: rgb(254 236 220 / 0.95);
}
.border-r-orange-100\/100{
  border-right-color: rgb(254 236 220 / 1);
}
.border-r-orange-200\/0{
  border-right-color: rgb(252 217 189 / 0);
}
.border-r-orange-200\/5{
  border-right-color: rgb(252 217 189 / 0.05);
}
.border-r-orange-200\/10{
  border-right-color: rgb(252 217 189 / 0.1);
}
.border-r-orange-200\/20{
  border-right-color: rgb(252 217 189 / 0.2);
}
.border-r-orange-200\/25{
  border-right-color: rgb(252 217 189 / 0.25);
}
.border-r-orange-200\/30{
  border-right-color: rgb(252 217 189 / 0.3);
}
.border-r-orange-200\/40{
  border-right-color: rgb(252 217 189 / 0.4);
}
.border-r-orange-200\/50{
  border-right-color: rgb(252 217 189 / 0.5);
}
.border-r-orange-200\/60{
  border-right-color: rgb(252 217 189 / 0.6);
}
.border-r-orange-200\/70{
  border-right-color: rgb(252 217 189 / 0.7);
}
.border-r-orange-200\/75{
  border-right-color: rgb(252 217 189 / 0.75);
}
.border-r-orange-200\/80{
  border-right-color: rgb(252 217 189 / 0.8);
}
.border-r-orange-200\/90{
  border-right-color: rgb(252 217 189 / 0.9);
}
.border-r-orange-200\/95{
  border-right-color: rgb(252 217 189 / 0.95);
}
.border-r-orange-200\/100{
  border-right-color: rgb(252 217 189 / 1);
}
.border-r-orange-300\/0{
  border-right-color: rgb(253 186 140 / 0);
}
.border-r-orange-300\/5{
  border-right-color: rgb(253 186 140 / 0.05);
}
.border-r-orange-300\/10{
  border-right-color: rgb(253 186 140 / 0.1);
}
.border-r-orange-300\/20{
  border-right-color: rgb(253 186 140 / 0.2);
}
.border-r-orange-300\/25{
  border-right-color: rgb(253 186 140 / 0.25);
}
.border-r-orange-300\/30{
  border-right-color: rgb(253 186 140 / 0.3);
}
.border-r-orange-300\/40{
  border-right-color: rgb(253 186 140 / 0.4);
}
.border-r-orange-300\/50{
  border-right-color: rgb(253 186 140 / 0.5);
}
.border-r-orange-300\/60{
  border-right-color: rgb(253 186 140 / 0.6);
}
.border-r-orange-300\/70{
  border-right-color: rgb(253 186 140 / 0.7);
}
.border-r-orange-300\/75{
  border-right-color: rgb(253 186 140 / 0.75);
}
.border-r-orange-300\/80{
  border-right-color: rgb(253 186 140 / 0.8);
}
.border-r-orange-300\/90{
  border-right-color: rgb(253 186 140 / 0.9);
}
.border-r-orange-300\/95{
  border-right-color: rgb(253 186 140 / 0.95);
}
.border-r-orange-300\/100{
  border-right-color: rgb(253 186 140 / 1);
}
.border-r-orange-400\/0{
  border-right-color: rgb(255 138 76 / 0);
}
.border-r-orange-400\/5{
  border-right-color: rgb(255 138 76 / 0.05);
}
.border-r-orange-400\/10{
  border-right-color: rgb(255 138 76 / 0.1);
}
.border-r-orange-400\/20{
  border-right-color: rgb(255 138 76 / 0.2);
}
.border-r-orange-400\/25{
  border-right-color: rgb(255 138 76 / 0.25);
}
.border-r-orange-400\/30{
  border-right-color: rgb(255 138 76 / 0.3);
}
.border-r-orange-400\/40{
  border-right-color: rgb(255 138 76 / 0.4);
}
.border-r-orange-400\/50{
  border-right-color: rgb(255 138 76 / 0.5);
}
.border-r-orange-400\/60{
  border-right-color: rgb(255 138 76 / 0.6);
}
.border-r-orange-400\/70{
  border-right-color: rgb(255 138 76 / 0.7);
}
.border-r-orange-400\/75{
  border-right-color: rgb(255 138 76 / 0.75);
}
.border-r-orange-400\/80{
  border-right-color: rgb(255 138 76 / 0.8);
}
.border-r-orange-400\/90{
  border-right-color: rgb(255 138 76 / 0.9);
}
.border-r-orange-400\/95{
  border-right-color: rgb(255 138 76 / 0.95);
}
.border-r-orange-400\/100{
  border-right-color: rgb(255 138 76 / 1);
}
.border-r-orange-500\/0{
  border-right-color: rgb(255 90 31 / 0);
}
.border-r-orange-500\/5{
  border-right-color: rgb(255 90 31 / 0.05);
}
.border-r-orange-500\/10{
  border-right-color: rgb(255 90 31 / 0.1);
}
.border-r-orange-500\/20{
  border-right-color: rgb(255 90 31 / 0.2);
}
.border-r-orange-500\/25{
  border-right-color: rgb(255 90 31 / 0.25);
}
.border-r-orange-500\/30{
  border-right-color: rgb(255 90 31 / 0.3);
}
.border-r-orange-500\/40{
  border-right-color: rgb(255 90 31 / 0.4);
}
.border-r-orange-500\/50{
  border-right-color: rgb(255 90 31 / 0.5);
}
.border-r-orange-500\/60{
  border-right-color: rgb(255 90 31 / 0.6);
}
.border-r-orange-500\/70{
  border-right-color: rgb(255 90 31 / 0.7);
}
.border-r-orange-500\/75{
  border-right-color: rgb(255 90 31 / 0.75);
}
.border-r-orange-500\/80{
  border-right-color: rgb(255 90 31 / 0.8);
}
.border-r-orange-500\/90{
  border-right-color: rgb(255 90 31 / 0.9);
}
.border-r-orange-500\/95{
  border-right-color: rgb(255 90 31 / 0.95);
}
.border-r-orange-500\/100{
  border-right-color: rgb(255 90 31 / 1);
}
.border-r-orange-600\/0{
  border-right-color: rgb(208 56 1 / 0);
}
.border-r-orange-600\/5{
  border-right-color: rgb(208 56 1 / 0.05);
}
.border-r-orange-600\/10{
  border-right-color: rgb(208 56 1 / 0.1);
}
.border-r-orange-600\/20{
  border-right-color: rgb(208 56 1 / 0.2);
}
.border-r-orange-600\/25{
  border-right-color: rgb(208 56 1 / 0.25);
}
.border-r-orange-600\/30{
  border-right-color: rgb(208 56 1 / 0.3);
}
.border-r-orange-600\/40{
  border-right-color: rgb(208 56 1 / 0.4);
}
.border-r-orange-600\/50{
  border-right-color: rgb(208 56 1 / 0.5);
}
.border-r-orange-600\/60{
  border-right-color: rgb(208 56 1 / 0.6);
}
.border-r-orange-600\/70{
  border-right-color: rgb(208 56 1 / 0.7);
}
.border-r-orange-600\/75{
  border-right-color: rgb(208 56 1 / 0.75);
}
.border-r-orange-600\/80{
  border-right-color: rgb(208 56 1 / 0.8);
}
.border-r-orange-600\/90{
  border-right-color: rgb(208 56 1 / 0.9);
}
.border-r-orange-600\/95{
  border-right-color: rgb(208 56 1 / 0.95);
}
.border-r-orange-600\/100{
  border-right-color: rgb(208 56 1 / 1);
}
.border-r-orange-700\/0{
  border-right-color: rgb(180 52 3 / 0);
}
.border-r-orange-700\/5{
  border-right-color: rgb(180 52 3 / 0.05);
}
.border-r-orange-700\/10{
  border-right-color: rgb(180 52 3 / 0.1);
}
.border-r-orange-700\/20{
  border-right-color: rgb(180 52 3 / 0.2);
}
.border-r-orange-700\/25{
  border-right-color: rgb(180 52 3 / 0.25);
}
.border-r-orange-700\/30{
  border-right-color: rgb(180 52 3 / 0.3);
}
.border-r-orange-700\/40{
  border-right-color: rgb(180 52 3 / 0.4);
}
.border-r-orange-700\/50{
  border-right-color: rgb(180 52 3 / 0.5);
}
.border-r-orange-700\/60{
  border-right-color: rgb(180 52 3 / 0.6);
}
.border-r-orange-700\/70{
  border-right-color: rgb(180 52 3 / 0.7);
}
.border-r-orange-700\/75{
  border-right-color: rgb(180 52 3 / 0.75);
}
.border-r-orange-700\/80{
  border-right-color: rgb(180 52 3 / 0.8);
}
.border-r-orange-700\/90{
  border-right-color: rgb(180 52 3 / 0.9);
}
.border-r-orange-700\/95{
  border-right-color: rgb(180 52 3 / 0.95);
}
.border-r-orange-700\/100{
  border-right-color: rgb(180 52 3 / 1);
}
.border-r-orange-800\/0{
  border-right-color: rgb(138 44 13 / 0);
}
.border-r-orange-800\/5{
  border-right-color: rgb(138 44 13 / 0.05);
}
.border-r-orange-800\/10{
  border-right-color: rgb(138 44 13 / 0.1);
}
.border-r-orange-800\/20{
  border-right-color: rgb(138 44 13 / 0.2);
}
.border-r-orange-800\/25{
  border-right-color: rgb(138 44 13 / 0.25);
}
.border-r-orange-800\/30{
  border-right-color: rgb(138 44 13 / 0.3);
}
.border-r-orange-800\/40{
  border-right-color: rgb(138 44 13 / 0.4);
}
.border-r-orange-800\/50{
  border-right-color: rgb(138 44 13 / 0.5);
}
.border-r-orange-800\/60{
  border-right-color: rgb(138 44 13 / 0.6);
}
.border-r-orange-800\/70{
  border-right-color: rgb(138 44 13 / 0.7);
}
.border-r-orange-800\/75{
  border-right-color: rgb(138 44 13 / 0.75);
}
.border-r-orange-800\/80{
  border-right-color: rgb(138 44 13 / 0.8);
}
.border-r-orange-800\/90{
  border-right-color: rgb(138 44 13 / 0.9);
}
.border-r-orange-800\/95{
  border-right-color: rgb(138 44 13 / 0.95);
}
.border-r-orange-800\/100{
  border-right-color: rgb(138 44 13 / 1);
}
.border-r-orange-900\/0{
  border-right-color: rgb(119 29 29 / 0);
}
.border-r-orange-900\/5{
  border-right-color: rgb(119 29 29 / 0.05);
}
.border-r-orange-900\/10{
  border-right-color: rgb(119 29 29 / 0.1);
}
.border-r-orange-900\/20{
  border-right-color: rgb(119 29 29 / 0.2);
}
.border-r-orange-900\/25{
  border-right-color: rgb(119 29 29 / 0.25);
}
.border-r-orange-900\/30{
  border-right-color: rgb(119 29 29 / 0.3);
}
.border-r-orange-900\/40{
  border-right-color: rgb(119 29 29 / 0.4);
}
.border-r-orange-900\/50{
  border-right-color: rgb(119 29 29 / 0.5);
}
.border-r-orange-900\/60{
  border-right-color: rgb(119 29 29 / 0.6);
}
.border-r-orange-900\/70{
  border-right-color: rgb(119 29 29 / 0.7);
}
.border-r-orange-900\/75{
  border-right-color: rgb(119 29 29 / 0.75);
}
.border-r-orange-900\/80{
  border-right-color: rgb(119 29 29 / 0.8);
}
.border-r-orange-900\/90{
  border-right-color: rgb(119 29 29 / 0.9);
}
.border-r-orange-900\/95{
  border-right-color: rgb(119 29 29 / 0.95);
}
.border-r-orange-900\/100{
  border-right-color: rgb(119 29 29 / 1);
}
.border-r-yellow-50\/0{
  border-right-color: rgb(253 253 234 / 0);
}
.border-r-yellow-50\/5{
  border-right-color: rgb(253 253 234 / 0.05);
}
.border-r-yellow-50\/10{
  border-right-color: rgb(253 253 234 / 0.1);
}
.border-r-yellow-50\/20{
  border-right-color: rgb(253 253 234 / 0.2);
}
.border-r-yellow-50\/25{
  border-right-color: rgb(253 253 234 / 0.25);
}
.border-r-yellow-50\/30{
  border-right-color: rgb(253 253 234 / 0.3);
}
.border-r-yellow-50\/40{
  border-right-color: rgb(253 253 234 / 0.4);
}
.border-r-yellow-50\/50{
  border-right-color: rgb(253 253 234 / 0.5);
}
.border-r-yellow-50\/60{
  border-right-color: rgb(253 253 234 / 0.6);
}
.border-r-yellow-50\/70{
  border-right-color: rgb(253 253 234 / 0.7);
}
.border-r-yellow-50\/75{
  border-right-color: rgb(253 253 234 / 0.75);
}
.border-r-yellow-50\/80{
  border-right-color: rgb(253 253 234 / 0.8);
}
.border-r-yellow-50\/90{
  border-right-color: rgb(253 253 234 / 0.9);
}
.border-r-yellow-50\/95{
  border-right-color: rgb(253 253 234 / 0.95);
}
.border-r-yellow-50\/100{
  border-right-color: rgb(253 253 234 / 1);
}
.border-r-yellow-100\/0{
  border-right-color: rgb(253 246 178 / 0);
}
.border-r-yellow-100\/5{
  border-right-color: rgb(253 246 178 / 0.05);
}
.border-r-yellow-100\/10{
  border-right-color: rgb(253 246 178 / 0.1);
}
.border-r-yellow-100\/20{
  border-right-color: rgb(253 246 178 / 0.2);
}
.border-r-yellow-100\/25{
  border-right-color: rgb(253 246 178 / 0.25);
}
.border-r-yellow-100\/30{
  border-right-color: rgb(253 246 178 / 0.3);
}
.border-r-yellow-100\/40{
  border-right-color: rgb(253 246 178 / 0.4);
}
.border-r-yellow-100\/50{
  border-right-color: rgb(253 246 178 / 0.5);
}
.border-r-yellow-100\/60{
  border-right-color: rgb(253 246 178 / 0.6);
}
.border-r-yellow-100\/70{
  border-right-color: rgb(253 246 178 / 0.7);
}
.border-r-yellow-100\/75{
  border-right-color: rgb(253 246 178 / 0.75);
}
.border-r-yellow-100\/80{
  border-right-color: rgb(253 246 178 / 0.8);
}
.border-r-yellow-100\/90{
  border-right-color: rgb(253 246 178 / 0.9);
}
.border-r-yellow-100\/95{
  border-right-color: rgb(253 246 178 / 0.95);
}
.border-r-yellow-100\/100{
  border-right-color: rgb(253 246 178 / 1);
}
.border-r-yellow-200\/0{
  border-right-color: rgb(252 233 106 / 0);
}
.border-r-yellow-200\/5{
  border-right-color: rgb(252 233 106 / 0.05);
}
.border-r-yellow-200\/10{
  border-right-color: rgb(252 233 106 / 0.1);
}
.border-r-yellow-200\/20{
  border-right-color: rgb(252 233 106 / 0.2);
}
.border-r-yellow-200\/25{
  border-right-color: rgb(252 233 106 / 0.25);
}
.border-r-yellow-200\/30{
  border-right-color: rgb(252 233 106 / 0.3);
}
.border-r-yellow-200\/40{
  border-right-color: rgb(252 233 106 / 0.4);
}
.border-r-yellow-200\/50{
  border-right-color: rgb(252 233 106 / 0.5);
}
.border-r-yellow-200\/60{
  border-right-color: rgb(252 233 106 / 0.6);
}
.border-r-yellow-200\/70{
  border-right-color: rgb(252 233 106 / 0.7);
}
.border-r-yellow-200\/75{
  border-right-color: rgb(252 233 106 / 0.75);
}
.border-r-yellow-200\/80{
  border-right-color: rgb(252 233 106 / 0.8);
}
.border-r-yellow-200\/90{
  border-right-color: rgb(252 233 106 / 0.9);
}
.border-r-yellow-200\/95{
  border-right-color: rgb(252 233 106 / 0.95);
}
.border-r-yellow-200\/100{
  border-right-color: rgb(252 233 106 / 1);
}
.border-r-yellow-300\/0{
  border-right-color: rgb(250 202 21 / 0);
}
.border-r-yellow-300\/5{
  border-right-color: rgb(250 202 21 / 0.05);
}
.border-r-yellow-300\/10{
  border-right-color: rgb(250 202 21 / 0.1);
}
.border-r-yellow-300\/20{
  border-right-color: rgb(250 202 21 / 0.2);
}
.border-r-yellow-300\/25{
  border-right-color: rgb(250 202 21 / 0.25);
}
.border-r-yellow-300\/30{
  border-right-color: rgb(250 202 21 / 0.3);
}
.border-r-yellow-300\/40{
  border-right-color: rgb(250 202 21 / 0.4);
}
.border-r-yellow-300\/50{
  border-right-color: rgb(250 202 21 / 0.5);
}
.border-r-yellow-300\/60{
  border-right-color: rgb(250 202 21 / 0.6);
}
.border-r-yellow-300\/70{
  border-right-color: rgb(250 202 21 / 0.7);
}
.border-r-yellow-300\/75{
  border-right-color: rgb(250 202 21 / 0.75);
}
.border-r-yellow-300\/80{
  border-right-color: rgb(250 202 21 / 0.8);
}
.border-r-yellow-300\/90{
  border-right-color: rgb(250 202 21 / 0.9);
}
.border-r-yellow-300\/95{
  border-right-color: rgb(250 202 21 / 0.95);
}
.border-r-yellow-300\/100{
  border-right-color: rgb(250 202 21 / 1);
}
.border-r-yellow-400\/0{
  border-right-color: rgb(227 160 8 / 0);
}
.border-r-yellow-400\/5{
  border-right-color: rgb(227 160 8 / 0.05);
}
.border-r-yellow-400\/10{
  border-right-color: rgb(227 160 8 / 0.1);
}
.border-r-yellow-400\/20{
  border-right-color: rgb(227 160 8 / 0.2);
}
.border-r-yellow-400\/25{
  border-right-color: rgb(227 160 8 / 0.25);
}
.border-r-yellow-400\/30{
  border-right-color: rgb(227 160 8 / 0.3);
}
.border-r-yellow-400\/40{
  border-right-color: rgb(227 160 8 / 0.4);
}
.border-r-yellow-400\/50{
  border-right-color: rgb(227 160 8 / 0.5);
}
.border-r-yellow-400\/60{
  border-right-color: rgb(227 160 8 / 0.6);
}
.border-r-yellow-400\/70{
  border-right-color: rgb(227 160 8 / 0.7);
}
.border-r-yellow-400\/75{
  border-right-color: rgb(227 160 8 / 0.75);
}
.border-r-yellow-400\/80{
  border-right-color: rgb(227 160 8 / 0.8);
}
.border-r-yellow-400\/90{
  border-right-color: rgb(227 160 8 / 0.9);
}
.border-r-yellow-400\/95{
  border-right-color: rgb(227 160 8 / 0.95);
}
.border-r-yellow-400\/100{
  border-right-color: rgb(227 160 8 / 1);
}
.border-r-yellow-500\/0{
  border-right-color: rgb(194 120 3 / 0);
}
.border-r-yellow-500\/5{
  border-right-color: rgb(194 120 3 / 0.05);
}
.border-r-yellow-500\/10{
  border-right-color: rgb(194 120 3 / 0.1);
}
.border-r-yellow-500\/20{
  border-right-color: rgb(194 120 3 / 0.2);
}
.border-r-yellow-500\/25{
  border-right-color: rgb(194 120 3 / 0.25);
}
.border-r-yellow-500\/30{
  border-right-color: rgb(194 120 3 / 0.3);
}
.border-r-yellow-500\/40{
  border-right-color: rgb(194 120 3 / 0.4);
}
.border-r-yellow-500\/50{
  border-right-color: rgb(194 120 3 / 0.5);
}
.border-r-yellow-500\/60{
  border-right-color: rgb(194 120 3 / 0.6);
}
.border-r-yellow-500\/70{
  border-right-color: rgb(194 120 3 / 0.7);
}
.border-r-yellow-500\/75{
  border-right-color: rgb(194 120 3 / 0.75);
}
.border-r-yellow-500\/80{
  border-right-color: rgb(194 120 3 / 0.8);
}
.border-r-yellow-500\/90{
  border-right-color: rgb(194 120 3 / 0.9);
}
.border-r-yellow-500\/95{
  border-right-color: rgb(194 120 3 / 0.95);
}
.border-r-yellow-500\/100{
  border-right-color: rgb(194 120 3 / 1);
}
.border-r-yellow-600\/0{
  border-right-color: rgb(159 88 10 / 0);
}
.border-r-yellow-600\/5{
  border-right-color: rgb(159 88 10 / 0.05);
}
.border-r-yellow-600\/10{
  border-right-color: rgb(159 88 10 / 0.1);
}
.border-r-yellow-600\/20{
  border-right-color: rgb(159 88 10 / 0.2);
}
.border-r-yellow-600\/25{
  border-right-color: rgb(159 88 10 / 0.25);
}
.border-r-yellow-600\/30{
  border-right-color: rgb(159 88 10 / 0.3);
}
.border-r-yellow-600\/40{
  border-right-color: rgb(159 88 10 / 0.4);
}
.border-r-yellow-600\/50{
  border-right-color: rgb(159 88 10 / 0.5);
}
.border-r-yellow-600\/60{
  border-right-color: rgb(159 88 10 / 0.6);
}
.border-r-yellow-600\/70{
  border-right-color: rgb(159 88 10 / 0.7);
}
.border-r-yellow-600\/75{
  border-right-color: rgb(159 88 10 / 0.75);
}
.border-r-yellow-600\/80{
  border-right-color: rgb(159 88 10 / 0.8);
}
.border-r-yellow-600\/90{
  border-right-color: rgb(159 88 10 / 0.9);
}
.border-r-yellow-600\/95{
  border-right-color: rgb(159 88 10 / 0.95);
}
.border-r-yellow-600\/100{
  border-right-color: rgb(159 88 10 / 1);
}
.border-r-yellow-700\/0{
  border-right-color: rgb(142 75 16 / 0);
}
.border-r-yellow-700\/5{
  border-right-color: rgb(142 75 16 / 0.05);
}
.border-r-yellow-700\/10{
  border-right-color: rgb(142 75 16 / 0.1);
}
.border-r-yellow-700\/20{
  border-right-color: rgb(142 75 16 / 0.2);
}
.border-r-yellow-700\/25{
  border-right-color: rgb(142 75 16 / 0.25);
}
.border-r-yellow-700\/30{
  border-right-color: rgb(142 75 16 / 0.3);
}
.border-r-yellow-700\/40{
  border-right-color: rgb(142 75 16 / 0.4);
}
.border-r-yellow-700\/50{
  border-right-color: rgb(142 75 16 / 0.5);
}
.border-r-yellow-700\/60{
  border-right-color: rgb(142 75 16 / 0.6);
}
.border-r-yellow-700\/70{
  border-right-color: rgb(142 75 16 / 0.7);
}
.border-r-yellow-700\/75{
  border-right-color: rgb(142 75 16 / 0.75);
}
.border-r-yellow-700\/80{
  border-right-color: rgb(142 75 16 / 0.8);
}
.border-r-yellow-700\/90{
  border-right-color: rgb(142 75 16 / 0.9);
}
.border-r-yellow-700\/95{
  border-right-color: rgb(142 75 16 / 0.95);
}
.border-r-yellow-700\/100{
  border-right-color: rgb(142 75 16 / 1);
}
.border-r-yellow-800\/0{
  border-right-color: rgb(114 59 19 / 0);
}
.border-r-yellow-800\/5{
  border-right-color: rgb(114 59 19 / 0.05);
}
.border-r-yellow-800\/10{
  border-right-color: rgb(114 59 19 / 0.1);
}
.border-r-yellow-800\/20{
  border-right-color: rgb(114 59 19 / 0.2);
}
.border-r-yellow-800\/25{
  border-right-color: rgb(114 59 19 / 0.25);
}
.border-r-yellow-800\/30{
  border-right-color: rgb(114 59 19 / 0.3);
}
.border-r-yellow-800\/40{
  border-right-color: rgb(114 59 19 / 0.4);
}
.border-r-yellow-800\/50{
  border-right-color: rgb(114 59 19 / 0.5);
}
.border-r-yellow-800\/60{
  border-right-color: rgb(114 59 19 / 0.6);
}
.border-r-yellow-800\/70{
  border-right-color: rgb(114 59 19 / 0.7);
}
.border-r-yellow-800\/75{
  border-right-color: rgb(114 59 19 / 0.75);
}
.border-r-yellow-800\/80{
  border-right-color: rgb(114 59 19 / 0.8);
}
.border-r-yellow-800\/90{
  border-right-color: rgb(114 59 19 / 0.9);
}
.border-r-yellow-800\/95{
  border-right-color: rgb(114 59 19 / 0.95);
}
.border-r-yellow-800\/100{
  border-right-color: rgb(114 59 19 / 1);
}
.border-r-yellow-900\/0{
  border-right-color: rgb(99 49 18 / 0);
}
.border-r-yellow-900\/5{
  border-right-color: rgb(99 49 18 / 0.05);
}
.border-r-yellow-900\/10{
  border-right-color: rgb(99 49 18 / 0.1);
}
.border-r-yellow-900\/20{
  border-right-color: rgb(99 49 18 / 0.2);
}
.border-r-yellow-900\/25{
  border-right-color: rgb(99 49 18 / 0.25);
}
.border-r-yellow-900\/30{
  border-right-color: rgb(99 49 18 / 0.3);
}
.border-r-yellow-900\/40{
  border-right-color: rgb(99 49 18 / 0.4);
}
.border-r-yellow-900\/50{
  border-right-color: rgb(99 49 18 / 0.5);
}
.border-r-yellow-900\/60{
  border-right-color: rgb(99 49 18 / 0.6);
}
.border-r-yellow-900\/70{
  border-right-color: rgb(99 49 18 / 0.7);
}
.border-r-yellow-900\/75{
  border-right-color: rgb(99 49 18 / 0.75);
}
.border-r-yellow-900\/80{
  border-right-color: rgb(99 49 18 / 0.8);
}
.border-r-yellow-900\/90{
  border-right-color: rgb(99 49 18 / 0.9);
}
.border-r-yellow-900\/95{
  border-right-color: rgb(99 49 18 / 0.95);
}
.border-r-yellow-900\/100{
  border-right-color: rgb(99 49 18 / 1);
}
.border-r-teal-50\/0{
  border-right-color: rgb(237 250 250 / 0);
}
.border-r-teal-50\/5{
  border-right-color: rgb(237 250 250 / 0.05);
}
.border-r-teal-50\/10{
  border-right-color: rgb(237 250 250 / 0.1);
}
.border-r-teal-50\/20{
  border-right-color: rgb(237 250 250 / 0.2);
}
.border-r-teal-50\/25{
  border-right-color: rgb(237 250 250 / 0.25);
}
.border-r-teal-50\/30{
  border-right-color: rgb(237 250 250 / 0.3);
}
.border-r-teal-50\/40{
  border-right-color: rgb(237 250 250 / 0.4);
}
.border-r-teal-50\/50{
  border-right-color: rgb(237 250 250 / 0.5);
}
.border-r-teal-50\/60{
  border-right-color: rgb(237 250 250 / 0.6);
}
.border-r-teal-50\/70{
  border-right-color: rgb(237 250 250 / 0.7);
}
.border-r-teal-50\/75{
  border-right-color: rgb(237 250 250 / 0.75);
}
.border-r-teal-50\/80{
  border-right-color: rgb(237 250 250 / 0.8);
}
.border-r-teal-50\/90{
  border-right-color: rgb(237 250 250 / 0.9);
}
.border-r-teal-50\/95{
  border-right-color: rgb(237 250 250 / 0.95);
}
.border-r-teal-50\/100{
  border-right-color: rgb(237 250 250 / 1);
}
.border-r-teal-100\/0{
  border-right-color: rgb(213 245 246 / 0);
}
.border-r-teal-100\/5{
  border-right-color: rgb(213 245 246 / 0.05);
}
.border-r-teal-100\/10{
  border-right-color: rgb(213 245 246 / 0.1);
}
.border-r-teal-100\/20{
  border-right-color: rgb(213 245 246 / 0.2);
}
.border-r-teal-100\/25{
  border-right-color: rgb(213 245 246 / 0.25);
}
.border-r-teal-100\/30{
  border-right-color: rgb(213 245 246 / 0.3);
}
.border-r-teal-100\/40{
  border-right-color: rgb(213 245 246 / 0.4);
}
.border-r-teal-100\/50{
  border-right-color: rgb(213 245 246 / 0.5);
}
.border-r-teal-100\/60{
  border-right-color: rgb(213 245 246 / 0.6);
}
.border-r-teal-100\/70{
  border-right-color: rgb(213 245 246 / 0.7);
}
.border-r-teal-100\/75{
  border-right-color: rgb(213 245 246 / 0.75);
}
.border-r-teal-100\/80{
  border-right-color: rgb(213 245 246 / 0.8);
}
.border-r-teal-100\/90{
  border-right-color: rgb(213 245 246 / 0.9);
}
.border-r-teal-100\/95{
  border-right-color: rgb(213 245 246 / 0.95);
}
.border-r-teal-100\/100{
  border-right-color: rgb(213 245 246 / 1);
}
.border-r-teal-200\/0{
  border-right-color: rgb(175 236 239 / 0);
}
.border-r-teal-200\/5{
  border-right-color: rgb(175 236 239 / 0.05);
}
.border-r-teal-200\/10{
  border-right-color: rgb(175 236 239 / 0.1);
}
.border-r-teal-200\/20{
  border-right-color: rgb(175 236 239 / 0.2);
}
.border-r-teal-200\/25{
  border-right-color: rgb(175 236 239 / 0.25);
}
.border-r-teal-200\/30{
  border-right-color: rgb(175 236 239 / 0.3);
}
.border-r-teal-200\/40{
  border-right-color: rgb(175 236 239 / 0.4);
}
.border-r-teal-200\/50{
  border-right-color: rgb(175 236 239 / 0.5);
}
.border-r-teal-200\/60{
  border-right-color: rgb(175 236 239 / 0.6);
}
.border-r-teal-200\/70{
  border-right-color: rgb(175 236 239 / 0.7);
}
.border-r-teal-200\/75{
  border-right-color: rgb(175 236 239 / 0.75);
}
.border-r-teal-200\/80{
  border-right-color: rgb(175 236 239 / 0.8);
}
.border-r-teal-200\/90{
  border-right-color: rgb(175 236 239 / 0.9);
}
.border-r-teal-200\/95{
  border-right-color: rgb(175 236 239 / 0.95);
}
.border-r-teal-200\/100{
  border-right-color: rgb(175 236 239 / 1);
}
.border-r-teal-300\/0{
  border-right-color: rgb(126 220 226 / 0);
}
.border-r-teal-300\/5{
  border-right-color: rgb(126 220 226 / 0.05);
}
.border-r-teal-300\/10{
  border-right-color: rgb(126 220 226 / 0.1);
}
.border-r-teal-300\/20{
  border-right-color: rgb(126 220 226 / 0.2);
}
.border-r-teal-300\/25{
  border-right-color: rgb(126 220 226 / 0.25);
}
.border-r-teal-300\/30{
  border-right-color: rgb(126 220 226 / 0.3);
}
.border-r-teal-300\/40{
  border-right-color: rgb(126 220 226 / 0.4);
}
.border-r-teal-300\/50{
  border-right-color: rgb(126 220 226 / 0.5);
}
.border-r-teal-300\/60{
  border-right-color: rgb(126 220 226 / 0.6);
}
.border-r-teal-300\/70{
  border-right-color: rgb(126 220 226 / 0.7);
}
.border-r-teal-300\/75{
  border-right-color: rgb(126 220 226 / 0.75);
}
.border-r-teal-300\/80{
  border-right-color: rgb(126 220 226 / 0.8);
}
.border-r-teal-300\/90{
  border-right-color: rgb(126 220 226 / 0.9);
}
.border-r-teal-300\/95{
  border-right-color: rgb(126 220 226 / 0.95);
}
.border-r-teal-300\/100{
  border-right-color: rgb(126 220 226 / 1);
}
.border-r-teal-400\/0{
  border-right-color: rgb(22 189 202 / 0);
}
.border-r-teal-400\/5{
  border-right-color: rgb(22 189 202 / 0.05);
}
.border-r-teal-400\/10{
  border-right-color: rgb(22 189 202 / 0.1);
}
.border-r-teal-400\/20{
  border-right-color: rgb(22 189 202 / 0.2);
}
.border-r-teal-400\/25{
  border-right-color: rgb(22 189 202 / 0.25);
}
.border-r-teal-400\/30{
  border-right-color: rgb(22 189 202 / 0.3);
}
.border-r-teal-400\/40{
  border-right-color: rgb(22 189 202 / 0.4);
}
.border-r-teal-400\/50{
  border-right-color: rgb(22 189 202 / 0.5);
}
.border-r-teal-400\/60{
  border-right-color: rgb(22 189 202 / 0.6);
}
.border-r-teal-400\/70{
  border-right-color: rgb(22 189 202 / 0.7);
}
.border-r-teal-400\/75{
  border-right-color: rgb(22 189 202 / 0.75);
}
.border-r-teal-400\/80{
  border-right-color: rgb(22 189 202 / 0.8);
}
.border-r-teal-400\/90{
  border-right-color: rgb(22 189 202 / 0.9);
}
.border-r-teal-400\/95{
  border-right-color: rgb(22 189 202 / 0.95);
}
.border-r-teal-400\/100{
  border-right-color: rgb(22 189 202 / 1);
}
.border-r-teal-500\/0{
  border-right-color: rgb(6 148 162 / 0);
}
.border-r-teal-500\/5{
  border-right-color: rgb(6 148 162 / 0.05);
}
.border-r-teal-500\/10{
  border-right-color: rgb(6 148 162 / 0.1);
}
.border-r-teal-500\/20{
  border-right-color: rgb(6 148 162 / 0.2);
}
.border-r-teal-500\/25{
  border-right-color: rgb(6 148 162 / 0.25);
}
.border-r-teal-500\/30{
  border-right-color: rgb(6 148 162 / 0.3);
}
.border-r-teal-500\/40{
  border-right-color: rgb(6 148 162 / 0.4);
}
.border-r-teal-500\/50{
  border-right-color: rgb(6 148 162 / 0.5);
}
.border-r-teal-500\/60{
  border-right-color: rgb(6 148 162 / 0.6);
}
.border-r-teal-500\/70{
  border-right-color: rgb(6 148 162 / 0.7);
}
.border-r-teal-500\/75{
  border-right-color: rgb(6 148 162 / 0.75);
}
.border-r-teal-500\/80{
  border-right-color: rgb(6 148 162 / 0.8);
}
.border-r-teal-500\/90{
  border-right-color: rgb(6 148 162 / 0.9);
}
.border-r-teal-500\/95{
  border-right-color: rgb(6 148 162 / 0.95);
}
.border-r-teal-500\/100{
  border-right-color: rgb(6 148 162 / 1);
}
.border-r-teal-600\/0{
  border-right-color: rgb(4 116 129 / 0);
}
.border-r-teal-600\/5{
  border-right-color: rgb(4 116 129 / 0.05);
}
.border-r-teal-600\/10{
  border-right-color: rgb(4 116 129 / 0.1);
}
.border-r-teal-600\/20{
  border-right-color: rgb(4 116 129 / 0.2);
}
.border-r-teal-600\/25{
  border-right-color: rgb(4 116 129 / 0.25);
}
.border-r-teal-600\/30{
  border-right-color: rgb(4 116 129 / 0.3);
}
.border-r-teal-600\/40{
  border-right-color: rgb(4 116 129 / 0.4);
}
.border-r-teal-600\/50{
  border-right-color: rgb(4 116 129 / 0.5);
}
.border-r-teal-600\/60{
  border-right-color: rgb(4 116 129 / 0.6);
}
.border-r-teal-600\/70{
  border-right-color: rgb(4 116 129 / 0.7);
}
.border-r-teal-600\/75{
  border-right-color: rgb(4 116 129 / 0.75);
}
.border-r-teal-600\/80{
  border-right-color: rgb(4 116 129 / 0.8);
}
.border-r-teal-600\/90{
  border-right-color: rgb(4 116 129 / 0.9);
}
.border-r-teal-600\/95{
  border-right-color: rgb(4 116 129 / 0.95);
}
.border-r-teal-600\/100{
  border-right-color: rgb(4 116 129 / 1);
}
.border-r-teal-700\/0{
  border-right-color: rgb(3 102 114 / 0);
}
.border-r-teal-700\/5{
  border-right-color: rgb(3 102 114 / 0.05);
}
.border-r-teal-700\/10{
  border-right-color: rgb(3 102 114 / 0.1);
}
.border-r-teal-700\/20{
  border-right-color: rgb(3 102 114 / 0.2);
}
.border-r-teal-700\/25{
  border-right-color: rgb(3 102 114 / 0.25);
}
.border-r-teal-700\/30{
  border-right-color: rgb(3 102 114 / 0.3);
}
.border-r-teal-700\/40{
  border-right-color: rgb(3 102 114 / 0.4);
}
.border-r-teal-700\/50{
  border-right-color: rgb(3 102 114 / 0.5);
}
.border-r-teal-700\/60{
  border-right-color: rgb(3 102 114 / 0.6);
}
.border-r-teal-700\/70{
  border-right-color: rgb(3 102 114 / 0.7);
}
.border-r-teal-700\/75{
  border-right-color: rgb(3 102 114 / 0.75);
}
.border-r-teal-700\/80{
  border-right-color: rgb(3 102 114 / 0.8);
}
.border-r-teal-700\/90{
  border-right-color: rgb(3 102 114 / 0.9);
}
.border-r-teal-700\/95{
  border-right-color: rgb(3 102 114 / 0.95);
}
.border-r-teal-700\/100{
  border-right-color: rgb(3 102 114 / 1);
}
.border-r-teal-800\/0{
  border-right-color: rgb(5 80 92 / 0);
}
.border-r-teal-800\/5{
  border-right-color: rgb(5 80 92 / 0.05);
}
.border-r-teal-800\/10{
  border-right-color: rgb(5 80 92 / 0.1);
}
.border-r-teal-800\/20{
  border-right-color: rgb(5 80 92 / 0.2);
}
.border-r-teal-800\/25{
  border-right-color: rgb(5 80 92 / 0.25);
}
.border-r-teal-800\/30{
  border-right-color: rgb(5 80 92 / 0.3);
}
.border-r-teal-800\/40{
  border-right-color: rgb(5 80 92 / 0.4);
}
.border-r-teal-800\/50{
  border-right-color: rgb(5 80 92 / 0.5);
}
.border-r-teal-800\/60{
  border-right-color: rgb(5 80 92 / 0.6);
}
.border-r-teal-800\/70{
  border-right-color: rgb(5 80 92 / 0.7);
}
.border-r-teal-800\/75{
  border-right-color: rgb(5 80 92 / 0.75);
}
.border-r-teal-800\/80{
  border-right-color: rgb(5 80 92 / 0.8);
}
.border-r-teal-800\/90{
  border-right-color: rgb(5 80 92 / 0.9);
}
.border-r-teal-800\/95{
  border-right-color: rgb(5 80 92 / 0.95);
}
.border-r-teal-800\/100{
  border-right-color: rgb(5 80 92 / 1);
}
.border-r-teal-900\/0{
  border-right-color: rgb(1 68 81 / 0);
}
.border-r-teal-900\/5{
  border-right-color: rgb(1 68 81 / 0.05);
}
.border-r-teal-900\/10{
  border-right-color: rgb(1 68 81 / 0.1);
}
.border-r-teal-900\/20{
  border-right-color: rgb(1 68 81 / 0.2);
}
.border-r-teal-900\/25{
  border-right-color: rgb(1 68 81 / 0.25);
}
.border-r-teal-900\/30{
  border-right-color: rgb(1 68 81 / 0.3);
}
.border-r-teal-900\/40{
  border-right-color: rgb(1 68 81 / 0.4);
}
.border-r-teal-900\/50{
  border-right-color: rgb(1 68 81 / 0.5);
}
.border-r-teal-900\/60{
  border-right-color: rgb(1 68 81 / 0.6);
}
.border-r-teal-900\/70{
  border-right-color: rgb(1 68 81 / 0.7);
}
.border-r-teal-900\/75{
  border-right-color: rgb(1 68 81 / 0.75);
}
.border-r-teal-900\/80{
  border-right-color: rgb(1 68 81 / 0.8);
}
.border-r-teal-900\/90{
  border-right-color: rgb(1 68 81 / 0.9);
}
.border-r-teal-900\/95{
  border-right-color: rgb(1 68 81 / 0.95);
}
.border-r-teal-900\/100{
  border-right-color: rgb(1 68 81 / 1);
}
.border-r-blue-50\/0{
  border-right-color: rgb(235 245 255 / 0);
}
.border-r-blue-50\/5{
  border-right-color: rgb(235 245 255 / 0.05);
}
.border-r-blue-50\/10{
  border-right-color: rgb(235 245 255 / 0.1);
}
.border-r-blue-50\/20{
  border-right-color: rgb(235 245 255 / 0.2);
}
.border-r-blue-50\/25{
  border-right-color: rgb(235 245 255 / 0.25);
}
.border-r-blue-50\/30{
  border-right-color: rgb(235 245 255 / 0.3);
}
.border-r-blue-50\/40{
  border-right-color: rgb(235 245 255 / 0.4);
}
.border-r-blue-50\/50{
  border-right-color: rgb(235 245 255 / 0.5);
}
.border-r-blue-50\/60{
  border-right-color: rgb(235 245 255 / 0.6);
}
.border-r-blue-50\/70{
  border-right-color: rgb(235 245 255 / 0.7);
}
.border-r-blue-50\/75{
  border-right-color: rgb(235 245 255 / 0.75);
}
.border-r-blue-50\/80{
  border-right-color: rgb(235 245 255 / 0.8);
}
.border-r-blue-50\/90{
  border-right-color: rgb(235 245 255 / 0.9);
}
.border-r-blue-50\/95{
  border-right-color: rgb(235 245 255 / 0.95);
}
.border-r-blue-50\/100{
  border-right-color: rgb(235 245 255 / 1);
}
.border-r-blue-100\/0{
  border-right-color: rgb(225 239 254 / 0);
}
.border-r-blue-100\/5{
  border-right-color: rgb(225 239 254 / 0.05);
}
.border-r-blue-100\/10{
  border-right-color: rgb(225 239 254 / 0.1);
}
.border-r-blue-100\/20{
  border-right-color: rgb(225 239 254 / 0.2);
}
.border-r-blue-100\/25{
  border-right-color: rgb(225 239 254 / 0.25);
}
.border-r-blue-100\/30{
  border-right-color: rgb(225 239 254 / 0.3);
}
.border-r-blue-100\/40{
  border-right-color: rgb(225 239 254 / 0.4);
}
.border-r-blue-100\/50{
  border-right-color: rgb(225 239 254 / 0.5);
}
.border-r-blue-100\/60{
  border-right-color: rgb(225 239 254 / 0.6);
}
.border-r-blue-100\/70{
  border-right-color: rgb(225 239 254 / 0.7);
}
.border-r-blue-100\/75{
  border-right-color: rgb(225 239 254 / 0.75);
}
.border-r-blue-100\/80{
  border-right-color: rgb(225 239 254 / 0.8);
}
.border-r-blue-100\/90{
  border-right-color: rgb(225 239 254 / 0.9);
}
.border-r-blue-100\/95{
  border-right-color: rgb(225 239 254 / 0.95);
}
.border-r-blue-100\/100{
  border-right-color: rgb(225 239 254 / 1);
}
.border-r-blue-200\/0{
  border-right-color: rgb(195 221 253 / 0);
}
.border-r-blue-200\/5{
  border-right-color: rgb(195 221 253 / 0.05);
}
.border-r-blue-200\/10{
  border-right-color: rgb(195 221 253 / 0.1);
}
.border-r-blue-200\/20{
  border-right-color: rgb(195 221 253 / 0.2);
}
.border-r-blue-200\/25{
  border-right-color: rgb(195 221 253 / 0.25);
}
.border-r-blue-200\/30{
  border-right-color: rgb(195 221 253 / 0.3);
}
.border-r-blue-200\/40{
  border-right-color: rgb(195 221 253 / 0.4);
}
.border-r-blue-200\/50{
  border-right-color: rgb(195 221 253 / 0.5);
}
.border-r-blue-200\/60{
  border-right-color: rgb(195 221 253 / 0.6);
}
.border-r-blue-200\/70{
  border-right-color: rgb(195 221 253 / 0.7);
}
.border-r-blue-200\/75{
  border-right-color: rgb(195 221 253 / 0.75);
}
.border-r-blue-200\/80{
  border-right-color: rgb(195 221 253 / 0.8);
}
.border-r-blue-200\/90{
  border-right-color: rgb(195 221 253 / 0.9);
}
.border-r-blue-200\/95{
  border-right-color: rgb(195 221 253 / 0.95);
}
.border-r-blue-200\/100{
  border-right-color: rgb(195 221 253 / 1);
}
.border-r-blue-300\/0{
  border-right-color: rgb(164 202 254 / 0);
}
.border-r-blue-300\/5{
  border-right-color: rgb(164 202 254 / 0.05);
}
.border-r-blue-300\/10{
  border-right-color: rgb(164 202 254 / 0.1);
}
.border-r-blue-300\/20{
  border-right-color: rgb(164 202 254 / 0.2);
}
.border-r-blue-300\/25{
  border-right-color: rgb(164 202 254 / 0.25);
}
.border-r-blue-300\/30{
  border-right-color: rgb(164 202 254 / 0.3);
}
.border-r-blue-300\/40{
  border-right-color: rgb(164 202 254 / 0.4);
}
.border-r-blue-300\/50{
  border-right-color: rgb(164 202 254 / 0.5);
}
.border-r-blue-300\/60{
  border-right-color: rgb(164 202 254 / 0.6);
}
.border-r-blue-300\/70{
  border-right-color: rgb(164 202 254 / 0.7);
}
.border-r-blue-300\/75{
  border-right-color: rgb(164 202 254 / 0.75);
}
.border-r-blue-300\/80{
  border-right-color: rgb(164 202 254 / 0.8);
}
.border-r-blue-300\/90{
  border-right-color: rgb(164 202 254 / 0.9);
}
.border-r-blue-300\/95{
  border-right-color: rgb(164 202 254 / 0.95);
}
.border-r-blue-300\/100{
  border-right-color: rgb(164 202 254 / 1);
}
.border-r-blue-400\/0{
  border-right-color: rgb(118 169 250 / 0);
}
.border-r-blue-400\/5{
  border-right-color: rgb(118 169 250 / 0.05);
}
.border-r-blue-400\/10{
  border-right-color: rgb(118 169 250 / 0.1);
}
.border-r-blue-400\/20{
  border-right-color: rgb(118 169 250 / 0.2);
}
.border-r-blue-400\/25{
  border-right-color: rgb(118 169 250 / 0.25);
}
.border-r-blue-400\/30{
  border-right-color: rgb(118 169 250 / 0.3);
}
.border-r-blue-400\/40{
  border-right-color: rgb(118 169 250 / 0.4);
}
.border-r-blue-400\/50{
  border-right-color: rgb(118 169 250 / 0.5);
}
.border-r-blue-400\/60{
  border-right-color: rgb(118 169 250 / 0.6);
}
.border-r-blue-400\/70{
  border-right-color: rgb(118 169 250 / 0.7);
}
.border-r-blue-400\/75{
  border-right-color: rgb(118 169 250 / 0.75);
}
.border-r-blue-400\/80{
  border-right-color: rgb(118 169 250 / 0.8);
}
.border-r-blue-400\/90{
  border-right-color: rgb(118 169 250 / 0.9);
}
.border-r-blue-400\/95{
  border-right-color: rgb(118 169 250 / 0.95);
}
.border-r-blue-400\/100{
  border-right-color: rgb(118 169 250 / 1);
}
.border-r-blue-500\/0{
  border-right-color: rgb(63 131 248 / 0);
}
.border-r-blue-500\/5{
  border-right-color: rgb(63 131 248 / 0.05);
}
.border-r-blue-500\/10{
  border-right-color: rgb(63 131 248 / 0.1);
}
.border-r-blue-500\/20{
  border-right-color: rgb(63 131 248 / 0.2);
}
.border-r-blue-500\/25{
  border-right-color: rgb(63 131 248 / 0.25);
}
.border-r-blue-500\/30{
  border-right-color: rgb(63 131 248 / 0.3);
}
.border-r-blue-500\/40{
  border-right-color: rgb(63 131 248 / 0.4);
}
.border-r-blue-500\/50{
  border-right-color: rgb(63 131 248 / 0.5);
}
.border-r-blue-500\/60{
  border-right-color: rgb(63 131 248 / 0.6);
}
.border-r-blue-500\/70{
  border-right-color: rgb(63 131 248 / 0.7);
}
.border-r-blue-500\/75{
  border-right-color: rgb(63 131 248 / 0.75);
}
.border-r-blue-500\/80{
  border-right-color: rgb(63 131 248 / 0.8);
}
.border-r-blue-500\/90{
  border-right-color: rgb(63 131 248 / 0.9);
}
.border-r-blue-500\/95{
  border-right-color: rgb(63 131 248 / 0.95);
}
.border-r-blue-500\/100{
  border-right-color: rgb(63 131 248 / 1);
}
.border-r-blue-600\/0{
  border-right-color: rgb(28 100 242 / 0);
}
.border-r-blue-600\/5{
  border-right-color: rgb(28 100 242 / 0.05);
}
.border-r-blue-600\/10{
  border-right-color: rgb(28 100 242 / 0.1);
}
.border-r-blue-600\/20{
  border-right-color: rgb(28 100 242 / 0.2);
}
.border-r-blue-600\/25{
  border-right-color: rgb(28 100 242 / 0.25);
}
.border-r-blue-600\/30{
  border-right-color: rgb(28 100 242 / 0.3);
}
.border-r-blue-600\/40{
  border-right-color: rgb(28 100 242 / 0.4);
}
.border-r-blue-600\/50{
  border-right-color: rgb(28 100 242 / 0.5);
}
.border-r-blue-600\/60{
  border-right-color: rgb(28 100 242 / 0.6);
}
.border-r-blue-600\/70{
  border-right-color: rgb(28 100 242 / 0.7);
}
.border-r-blue-600\/75{
  border-right-color: rgb(28 100 242 / 0.75);
}
.border-r-blue-600\/80{
  border-right-color: rgb(28 100 242 / 0.8);
}
.border-r-blue-600\/90{
  border-right-color: rgb(28 100 242 / 0.9);
}
.border-r-blue-600\/95{
  border-right-color: rgb(28 100 242 / 0.95);
}
.border-r-blue-600\/100{
  border-right-color: rgb(28 100 242 / 1);
}
.border-r-blue-700\/0{
  border-right-color: rgb(26 86 219 / 0);
}
.border-r-blue-700\/5{
  border-right-color: rgb(26 86 219 / 0.05);
}
.border-r-blue-700\/10{
  border-right-color: rgb(26 86 219 / 0.1);
}
.border-r-blue-700\/20{
  border-right-color: rgb(26 86 219 / 0.2);
}
.border-r-blue-700\/25{
  border-right-color: rgb(26 86 219 / 0.25);
}
.border-r-blue-700\/30{
  border-right-color: rgb(26 86 219 / 0.3);
}
.border-r-blue-700\/40{
  border-right-color: rgb(26 86 219 / 0.4);
}
.border-r-blue-700\/50{
  border-right-color: rgb(26 86 219 / 0.5);
}
.border-r-blue-700\/60{
  border-right-color: rgb(26 86 219 / 0.6);
}
.border-r-blue-700\/70{
  border-right-color: rgb(26 86 219 / 0.7);
}
.border-r-blue-700\/75{
  border-right-color: rgb(26 86 219 / 0.75);
}
.border-r-blue-700\/80{
  border-right-color: rgb(26 86 219 / 0.8);
}
.border-r-blue-700\/90{
  border-right-color: rgb(26 86 219 / 0.9);
}
.border-r-blue-700\/95{
  border-right-color: rgb(26 86 219 / 0.95);
}
.border-r-blue-700\/100{
  border-right-color: rgb(26 86 219 / 1);
}
.border-r-blue-800\/0{
  border-right-color: rgb(30 66 159 / 0);
}
.border-r-blue-800\/5{
  border-right-color: rgb(30 66 159 / 0.05);
}
.border-r-blue-800\/10{
  border-right-color: rgb(30 66 159 / 0.1);
}
.border-r-blue-800\/20{
  border-right-color: rgb(30 66 159 / 0.2);
}
.border-r-blue-800\/25{
  border-right-color: rgb(30 66 159 / 0.25);
}
.border-r-blue-800\/30{
  border-right-color: rgb(30 66 159 / 0.3);
}
.border-r-blue-800\/40{
  border-right-color: rgb(30 66 159 / 0.4);
}
.border-r-blue-800\/50{
  border-right-color: rgb(30 66 159 / 0.5);
}
.border-r-blue-800\/60{
  border-right-color: rgb(30 66 159 / 0.6);
}
.border-r-blue-800\/70{
  border-right-color: rgb(30 66 159 / 0.7);
}
.border-r-blue-800\/75{
  border-right-color: rgb(30 66 159 / 0.75);
}
.border-r-blue-800\/80{
  border-right-color: rgb(30 66 159 / 0.8);
}
.border-r-blue-800\/90{
  border-right-color: rgb(30 66 159 / 0.9);
}
.border-r-blue-800\/95{
  border-right-color: rgb(30 66 159 / 0.95);
}
.border-r-blue-800\/100{
  border-right-color: rgb(30 66 159 / 1);
}
.border-r-blue-900\/0{
  border-right-color: rgb(35 56 118 / 0);
}
.border-r-blue-900\/5{
  border-right-color: rgb(35 56 118 / 0.05);
}
.border-r-blue-900\/10{
  border-right-color: rgb(35 56 118 / 0.1);
}
.border-r-blue-900\/20{
  border-right-color: rgb(35 56 118 / 0.2);
}
.border-r-blue-900\/25{
  border-right-color: rgb(35 56 118 / 0.25);
}
.border-r-blue-900\/30{
  border-right-color: rgb(35 56 118 / 0.3);
}
.border-r-blue-900\/40{
  border-right-color: rgb(35 56 118 / 0.4);
}
.border-r-blue-900\/50{
  border-right-color: rgb(35 56 118 / 0.5);
}
.border-r-blue-900\/60{
  border-right-color: rgb(35 56 118 / 0.6);
}
.border-r-blue-900\/70{
  border-right-color: rgb(35 56 118 / 0.7);
}
.border-r-blue-900\/75{
  border-right-color: rgb(35 56 118 / 0.75);
}
.border-r-blue-900\/80{
  border-right-color: rgb(35 56 118 / 0.8);
}
.border-r-blue-900\/90{
  border-right-color: rgb(35 56 118 / 0.9);
}
.border-r-blue-900\/95{
  border-right-color: rgb(35 56 118 / 0.95);
}
.border-r-blue-900\/100{
  border-right-color: rgb(35 56 118 / 1);
}
.border-r-indigo-50\/0{
  border-right-color: rgb(240 245 255 / 0);
}
.border-r-indigo-50\/5{
  border-right-color: rgb(240 245 255 / 0.05);
}
.border-r-indigo-50\/10{
  border-right-color: rgb(240 245 255 / 0.1);
}
.border-r-indigo-50\/20{
  border-right-color: rgb(240 245 255 / 0.2);
}
.border-r-indigo-50\/25{
  border-right-color: rgb(240 245 255 / 0.25);
}
.border-r-indigo-50\/30{
  border-right-color: rgb(240 245 255 / 0.3);
}
.border-r-indigo-50\/40{
  border-right-color: rgb(240 245 255 / 0.4);
}
.border-r-indigo-50\/50{
  border-right-color: rgb(240 245 255 / 0.5);
}
.border-r-indigo-50\/60{
  border-right-color: rgb(240 245 255 / 0.6);
}
.border-r-indigo-50\/70{
  border-right-color: rgb(240 245 255 / 0.7);
}
.border-r-indigo-50\/75{
  border-right-color: rgb(240 245 255 / 0.75);
}
.border-r-indigo-50\/80{
  border-right-color: rgb(240 245 255 / 0.8);
}
.border-r-indigo-50\/90{
  border-right-color: rgb(240 245 255 / 0.9);
}
.border-r-indigo-50\/95{
  border-right-color: rgb(240 245 255 / 0.95);
}
.border-r-indigo-50\/100{
  border-right-color: rgb(240 245 255 / 1);
}
.border-r-indigo-100\/0{
  border-right-color: rgb(229 237 255 / 0);
}
.border-r-indigo-100\/5{
  border-right-color: rgb(229 237 255 / 0.05);
}
.border-r-indigo-100\/10{
  border-right-color: rgb(229 237 255 / 0.1);
}
.border-r-indigo-100\/20{
  border-right-color: rgb(229 237 255 / 0.2);
}
.border-r-indigo-100\/25{
  border-right-color: rgb(229 237 255 / 0.25);
}
.border-r-indigo-100\/30{
  border-right-color: rgb(229 237 255 / 0.3);
}
.border-r-indigo-100\/40{
  border-right-color: rgb(229 237 255 / 0.4);
}
.border-r-indigo-100\/50{
  border-right-color: rgb(229 237 255 / 0.5);
}
.border-r-indigo-100\/60{
  border-right-color: rgb(229 237 255 / 0.6);
}
.border-r-indigo-100\/70{
  border-right-color: rgb(229 237 255 / 0.7);
}
.border-r-indigo-100\/75{
  border-right-color: rgb(229 237 255 / 0.75);
}
.border-r-indigo-100\/80{
  border-right-color: rgb(229 237 255 / 0.8);
}
.border-r-indigo-100\/90{
  border-right-color: rgb(229 237 255 / 0.9);
}
.border-r-indigo-100\/95{
  border-right-color: rgb(229 237 255 / 0.95);
}
.border-r-indigo-100\/100{
  border-right-color: rgb(229 237 255 / 1);
}
.border-r-indigo-200\/0{
  border-right-color: rgb(205 219 254 / 0);
}
.border-r-indigo-200\/5{
  border-right-color: rgb(205 219 254 / 0.05);
}
.border-r-indigo-200\/10{
  border-right-color: rgb(205 219 254 / 0.1);
}
.border-r-indigo-200\/20{
  border-right-color: rgb(205 219 254 / 0.2);
}
.border-r-indigo-200\/25{
  border-right-color: rgb(205 219 254 / 0.25);
}
.border-r-indigo-200\/30{
  border-right-color: rgb(205 219 254 / 0.3);
}
.border-r-indigo-200\/40{
  border-right-color: rgb(205 219 254 / 0.4);
}
.border-r-indigo-200\/50{
  border-right-color: rgb(205 219 254 / 0.5);
}
.border-r-indigo-200\/60{
  border-right-color: rgb(205 219 254 / 0.6);
}
.border-r-indigo-200\/70{
  border-right-color: rgb(205 219 254 / 0.7);
}
.border-r-indigo-200\/75{
  border-right-color: rgb(205 219 254 / 0.75);
}
.border-r-indigo-200\/80{
  border-right-color: rgb(205 219 254 / 0.8);
}
.border-r-indigo-200\/90{
  border-right-color: rgb(205 219 254 / 0.9);
}
.border-r-indigo-200\/95{
  border-right-color: rgb(205 219 254 / 0.95);
}
.border-r-indigo-200\/100{
  border-right-color: rgb(205 219 254 / 1);
}
.border-r-indigo-300\/0{
  border-right-color: rgb(180 198 252 / 0);
}
.border-r-indigo-300\/5{
  border-right-color: rgb(180 198 252 / 0.05);
}
.border-r-indigo-300\/10{
  border-right-color: rgb(180 198 252 / 0.1);
}
.border-r-indigo-300\/20{
  border-right-color: rgb(180 198 252 / 0.2);
}
.border-r-indigo-300\/25{
  border-right-color: rgb(180 198 252 / 0.25);
}
.border-r-indigo-300\/30{
  border-right-color: rgb(180 198 252 / 0.3);
}
.border-r-indigo-300\/40{
  border-right-color: rgb(180 198 252 / 0.4);
}
.border-r-indigo-300\/50{
  border-right-color: rgb(180 198 252 / 0.5);
}
.border-r-indigo-300\/60{
  border-right-color: rgb(180 198 252 / 0.6);
}
.border-r-indigo-300\/70{
  border-right-color: rgb(180 198 252 / 0.7);
}
.border-r-indigo-300\/75{
  border-right-color: rgb(180 198 252 / 0.75);
}
.border-r-indigo-300\/80{
  border-right-color: rgb(180 198 252 / 0.8);
}
.border-r-indigo-300\/90{
  border-right-color: rgb(180 198 252 / 0.9);
}
.border-r-indigo-300\/95{
  border-right-color: rgb(180 198 252 / 0.95);
}
.border-r-indigo-300\/100{
  border-right-color: rgb(180 198 252 / 1);
}
.border-r-indigo-400\/0{
  border-right-color: rgb(141 162 251 / 0);
}
.border-r-indigo-400\/5{
  border-right-color: rgb(141 162 251 / 0.05);
}
.border-r-indigo-400\/10{
  border-right-color: rgb(141 162 251 / 0.1);
}
.border-r-indigo-400\/20{
  border-right-color: rgb(141 162 251 / 0.2);
}
.border-r-indigo-400\/25{
  border-right-color: rgb(141 162 251 / 0.25);
}
.border-r-indigo-400\/30{
  border-right-color: rgb(141 162 251 / 0.3);
}
.border-r-indigo-400\/40{
  border-right-color: rgb(141 162 251 / 0.4);
}
.border-r-indigo-400\/50{
  border-right-color: rgb(141 162 251 / 0.5);
}
.border-r-indigo-400\/60{
  border-right-color: rgb(141 162 251 / 0.6);
}
.border-r-indigo-400\/70{
  border-right-color: rgb(141 162 251 / 0.7);
}
.border-r-indigo-400\/75{
  border-right-color: rgb(141 162 251 / 0.75);
}
.border-r-indigo-400\/80{
  border-right-color: rgb(141 162 251 / 0.8);
}
.border-r-indigo-400\/90{
  border-right-color: rgb(141 162 251 / 0.9);
}
.border-r-indigo-400\/95{
  border-right-color: rgb(141 162 251 / 0.95);
}
.border-r-indigo-400\/100{
  border-right-color: rgb(141 162 251 / 1);
}
.border-r-indigo-500\/0{
  border-right-color: rgb(104 117 245 / 0);
}
.border-r-indigo-500\/5{
  border-right-color: rgb(104 117 245 / 0.05);
}
.border-r-indigo-500\/10{
  border-right-color: rgb(104 117 245 / 0.1);
}
.border-r-indigo-500\/20{
  border-right-color: rgb(104 117 245 / 0.2);
}
.border-r-indigo-500\/25{
  border-right-color: rgb(104 117 245 / 0.25);
}
.border-r-indigo-500\/30{
  border-right-color: rgb(104 117 245 / 0.3);
}
.border-r-indigo-500\/40{
  border-right-color: rgb(104 117 245 / 0.4);
}
.border-r-indigo-500\/50{
  border-right-color: rgb(104 117 245 / 0.5);
}
.border-r-indigo-500\/60{
  border-right-color: rgb(104 117 245 / 0.6);
}
.border-r-indigo-500\/70{
  border-right-color: rgb(104 117 245 / 0.7);
}
.border-r-indigo-500\/75{
  border-right-color: rgb(104 117 245 / 0.75);
}
.border-r-indigo-500\/80{
  border-right-color: rgb(104 117 245 / 0.8);
}
.border-r-indigo-500\/90{
  border-right-color: rgb(104 117 245 / 0.9);
}
.border-r-indigo-500\/95{
  border-right-color: rgb(104 117 245 / 0.95);
}
.border-r-indigo-500\/100{
  border-right-color: rgb(104 117 245 / 1);
}
.border-r-indigo-600\/0{
  border-right-color: rgb(88 80 236 / 0);
}
.border-r-indigo-600\/5{
  border-right-color: rgb(88 80 236 / 0.05);
}
.border-r-indigo-600\/10{
  border-right-color: rgb(88 80 236 / 0.1);
}
.border-r-indigo-600\/20{
  border-right-color: rgb(88 80 236 / 0.2);
}
.border-r-indigo-600\/25{
  border-right-color: rgb(88 80 236 / 0.25);
}
.border-r-indigo-600\/30{
  border-right-color: rgb(88 80 236 / 0.3);
}
.border-r-indigo-600\/40{
  border-right-color: rgb(88 80 236 / 0.4);
}
.border-r-indigo-600\/50{
  border-right-color: rgb(88 80 236 / 0.5);
}
.border-r-indigo-600\/60{
  border-right-color: rgb(88 80 236 / 0.6);
}
.border-r-indigo-600\/70{
  border-right-color: rgb(88 80 236 / 0.7);
}
.border-r-indigo-600\/75{
  border-right-color: rgb(88 80 236 / 0.75);
}
.border-r-indigo-600\/80{
  border-right-color: rgb(88 80 236 / 0.8);
}
.border-r-indigo-600\/90{
  border-right-color: rgb(88 80 236 / 0.9);
}
.border-r-indigo-600\/95{
  border-right-color: rgb(88 80 236 / 0.95);
}
.border-r-indigo-600\/100{
  border-right-color: rgb(88 80 236 / 1);
}
.border-r-indigo-700\/0{
  border-right-color: rgb(81 69 205 / 0);
}
.border-r-indigo-700\/5{
  border-right-color: rgb(81 69 205 / 0.05);
}
.border-r-indigo-700\/10{
  border-right-color: rgb(81 69 205 / 0.1);
}
.border-r-indigo-700\/20{
  border-right-color: rgb(81 69 205 / 0.2);
}
.border-r-indigo-700\/25{
  border-right-color: rgb(81 69 205 / 0.25);
}
.border-r-indigo-700\/30{
  border-right-color: rgb(81 69 205 / 0.3);
}
.border-r-indigo-700\/40{
  border-right-color: rgb(81 69 205 / 0.4);
}
.border-r-indigo-700\/50{
  border-right-color: rgb(81 69 205 / 0.5);
}
.border-r-indigo-700\/60{
  border-right-color: rgb(81 69 205 / 0.6);
}
.border-r-indigo-700\/70{
  border-right-color: rgb(81 69 205 / 0.7);
}
.border-r-indigo-700\/75{
  border-right-color: rgb(81 69 205 / 0.75);
}
.border-r-indigo-700\/80{
  border-right-color: rgb(81 69 205 / 0.8);
}
.border-r-indigo-700\/90{
  border-right-color: rgb(81 69 205 / 0.9);
}
.border-r-indigo-700\/95{
  border-right-color: rgb(81 69 205 / 0.95);
}
.border-r-indigo-700\/100{
  border-right-color: rgb(81 69 205 / 1);
}
.border-r-indigo-800\/0{
  border-right-color: rgb(66 56 157 / 0);
}
.border-r-indigo-800\/5{
  border-right-color: rgb(66 56 157 / 0.05);
}
.border-r-indigo-800\/10{
  border-right-color: rgb(66 56 157 / 0.1);
}
.border-r-indigo-800\/20{
  border-right-color: rgb(66 56 157 / 0.2);
}
.border-r-indigo-800\/25{
  border-right-color: rgb(66 56 157 / 0.25);
}
.border-r-indigo-800\/30{
  border-right-color: rgb(66 56 157 / 0.3);
}
.border-r-indigo-800\/40{
  border-right-color: rgb(66 56 157 / 0.4);
}
.border-r-indigo-800\/50{
  border-right-color: rgb(66 56 157 / 0.5);
}
.border-r-indigo-800\/60{
  border-right-color: rgb(66 56 157 / 0.6);
}
.border-r-indigo-800\/70{
  border-right-color: rgb(66 56 157 / 0.7);
}
.border-r-indigo-800\/75{
  border-right-color: rgb(66 56 157 / 0.75);
}
.border-r-indigo-800\/80{
  border-right-color: rgb(66 56 157 / 0.8);
}
.border-r-indigo-800\/90{
  border-right-color: rgb(66 56 157 / 0.9);
}
.border-r-indigo-800\/95{
  border-right-color: rgb(66 56 157 / 0.95);
}
.border-r-indigo-800\/100{
  border-right-color: rgb(66 56 157 / 1);
}
.border-r-indigo-900\/0{
  border-right-color: rgb(54 47 120 / 0);
}
.border-r-indigo-900\/5{
  border-right-color: rgb(54 47 120 / 0.05);
}
.border-r-indigo-900\/10{
  border-right-color: rgb(54 47 120 / 0.1);
}
.border-r-indigo-900\/20{
  border-right-color: rgb(54 47 120 / 0.2);
}
.border-r-indigo-900\/25{
  border-right-color: rgb(54 47 120 / 0.25);
}
.border-r-indigo-900\/30{
  border-right-color: rgb(54 47 120 / 0.3);
}
.border-r-indigo-900\/40{
  border-right-color: rgb(54 47 120 / 0.4);
}
.border-r-indigo-900\/50{
  border-right-color: rgb(54 47 120 / 0.5);
}
.border-r-indigo-900\/60{
  border-right-color: rgb(54 47 120 / 0.6);
}
.border-r-indigo-900\/70{
  border-right-color: rgb(54 47 120 / 0.7);
}
.border-r-indigo-900\/75{
  border-right-color: rgb(54 47 120 / 0.75);
}
.border-r-indigo-900\/80{
  border-right-color: rgb(54 47 120 / 0.8);
}
.border-r-indigo-900\/90{
  border-right-color: rgb(54 47 120 / 0.9);
}
.border-r-indigo-900\/95{
  border-right-color: rgb(54 47 120 / 0.95);
}
.border-r-indigo-900\/100{
  border-right-color: rgb(54 47 120 / 1);
}
.border-r-purple-50\/0{
  border-right-color: rgb(246 245 255 / 0);
}
.border-r-purple-50\/5{
  border-right-color: rgb(246 245 255 / 0.05);
}
.border-r-purple-50\/10{
  border-right-color: rgb(246 245 255 / 0.1);
}
.border-r-purple-50\/20{
  border-right-color: rgb(246 245 255 / 0.2);
}
.border-r-purple-50\/25{
  border-right-color: rgb(246 245 255 / 0.25);
}
.border-r-purple-50\/30{
  border-right-color: rgb(246 245 255 / 0.3);
}
.border-r-purple-50\/40{
  border-right-color: rgb(246 245 255 / 0.4);
}
.border-r-purple-50\/50{
  border-right-color: rgb(246 245 255 / 0.5);
}
.border-r-purple-50\/60{
  border-right-color: rgb(246 245 255 / 0.6);
}
.border-r-purple-50\/70{
  border-right-color: rgb(246 245 255 / 0.7);
}
.border-r-purple-50\/75{
  border-right-color: rgb(246 245 255 / 0.75);
}
.border-r-purple-50\/80{
  border-right-color: rgb(246 245 255 / 0.8);
}
.border-r-purple-50\/90{
  border-right-color: rgb(246 245 255 / 0.9);
}
.border-r-purple-50\/95{
  border-right-color: rgb(246 245 255 / 0.95);
}
.border-r-purple-50\/100{
  border-right-color: rgb(246 245 255 / 1);
}
.border-r-purple-100\/0{
  border-right-color: rgb(237 235 254 / 0);
}
.border-r-purple-100\/5{
  border-right-color: rgb(237 235 254 / 0.05);
}
.border-r-purple-100\/10{
  border-right-color: rgb(237 235 254 / 0.1);
}
.border-r-purple-100\/20{
  border-right-color: rgb(237 235 254 / 0.2);
}
.border-r-purple-100\/25{
  border-right-color: rgb(237 235 254 / 0.25);
}
.border-r-purple-100\/30{
  border-right-color: rgb(237 235 254 / 0.3);
}
.border-r-purple-100\/40{
  border-right-color: rgb(237 235 254 / 0.4);
}
.border-r-purple-100\/50{
  border-right-color: rgb(237 235 254 / 0.5);
}
.border-r-purple-100\/60{
  border-right-color: rgb(237 235 254 / 0.6);
}
.border-r-purple-100\/70{
  border-right-color: rgb(237 235 254 / 0.7);
}
.border-r-purple-100\/75{
  border-right-color: rgb(237 235 254 / 0.75);
}
.border-r-purple-100\/80{
  border-right-color: rgb(237 235 254 / 0.8);
}
.border-r-purple-100\/90{
  border-right-color: rgb(237 235 254 / 0.9);
}
.border-r-purple-100\/95{
  border-right-color: rgb(237 235 254 / 0.95);
}
.border-r-purple-100\/100{
  border-right-color: rgb(237 235 254 / 1);
}
.border-r-purple-200\/0{
  border-right-color: rgb(220 215 254 / 0);
}
.border-r-purple-200\/5{
  border-right-color: rgb(220 215 254 / 0.05);
}
.border-r-purple-200\/10{
  border-right-color: rgb(220 215 254 / 0.1);
}
.border-r-purple-200\/20{
  border-right-color: rgb(220 215 254 / 0.2);
}
.border-r-purple-200\/25{
  border-right-color: rgb(220 215 254 / 0.25);
}
.border-r-purple-200\/30{
  border-right-color: rgb(220 215 254 / 0.3);
}
.border-r-purple-200\/40{
  border-right-color: rgb(220 215 254 / 0.4);
}
.border-r-purple-200\/50{
  border-right-color: rgb(220 215 254 / 0.5);
}
.border-r-purple-200\/60{
  border-right-color: rgb(220 215 254 / 0.6);
}
.border-r-purple-200\/70{
  border-right-color: rgb(220 215 254 / 0.7);
}
.border-r-purple-200\/75{
  border-right-color: rgb(220 215 254 / 0.75);
}
.border-r-purple-200\/80{
  border-right-color: rgb(220 215 254 / 0.8);
}
.border-r-purple-200\/90{
  border-right-color: rgb(220 215 254 / 0.9);
}
.border-r-purple-200\/95{
  border-right-color: rgb(220 215 254 / 0.95);
}
.border-r-purple-200\/100{
  border-right-color: rgb(220 215 254 / 1);
}
.border-r-purple-300\/0{
  border-right-color: rgb(202 191 253 / 0);
}
.border-r-purple-300\/5{
  border-right-color: rgb(202 191 253 / 0.05);
}
.border-r-purple-300\/10{
  border-right-color: rgb(202 191 253 / 0.1);
}
.border-r-purple-300\/20{
  border-right-color: rgb(202 191 253 / 0.2);
}
.border-r-purple-300\/25{
  border-right-color: rgb(202 191 253 / 0.25);
}
.border-r-purple-300\/30{
  border-right-color: rgb(202 191 253 / 0.3);
}
.border-r-purple-300\/40{
  border-right-color: rgb(202 191 253 / 0.4);
}
.border-r-purple-300\/50{
  border-right-color: rgb(202 191 253 / 0.5);
}
.border-r-purple-300\/60{
  border-right-color: rgb(202 191 253 / 0.6);
}
.border-r-purple-300\/70{
  border-right-color: rgb(202 191 253 / 0.7);
}
.border-r-purple-300\/75{
  border-right-color: rgb(202 191 253 / 0.75);
}
.border-r-purple-300\/80{
  border-right-color: rgb(202 191 253 / 0.8);
}
.border-r-purple-300\/90{
  border-right-color: rgb(202 191 253 / 0.9);
}
.border-r-purple-300\/95{
  border-right-color: rgb(202 191 253 / 0.95);
}
.border-r-purple-300\/100{
  border-right-color: rgb(202 191 253 / 1);
}
.border-r-purple-400\/0{
  border-right-color: rgb(172 148 250 / 0);
}
.border-r-purple-400\/5{
  border-right-color: rgb(172 148 250 / 0.05);
}
.border-r-purple-400\/10{
  border-right-color: rgb(172 148 250 / 0.1);
}
.border-r-purple-400\/20{
  border-right-color: rgb(172 148 250 / 0.2);
}
.border-r-purple-400\/25{
  border-right-color: rgb(172 148 250 / 0.25);
}
.border-r-purple-400\/30{
  border-right-color: rgb(172 148 250 / 0.3);
}
.border-r-purple-400\/40{
  border-right-color: rgb(172 148 250 / 0.4);
}
.border-r-purple-400\/50{
  border-right-color: rgb(172 148 250 / 0.5);
}
.border-r-purple-400\/60{
  border-right-color: rgb(172 148 250 / 0.6);
}
.border-r-purple-400\/70{
  border-right-color: rgb(172 148 250 / 0.7);
}
.border-r-purple-400\/75{
  border-right-color: rgb(172 148 250 / 0.75);
}
.border-r-purple-400\/80{
  border-right-color: rgb(172 148 250 / 0.8);
}
.border-r-purple-400\/90{
  border-right-color: rgb(172 148 250 / 0.9);
}
.border-r-purple-400\/95{
  border-right-color: rgb(172 148 250 / 0.95);
}
.border-r-purple-400\/100{
  border-right-color: rgb(172 148 250 / 1);
}
.border-r-purple-500\/0{
  border-right-color: rgb(144 97 249 / 0);
}
.border-r-purple-500\/5{
  border-right-color: rgb(144 97 249 / 0.05);
}
.border-r-purple-500\/10{
  border-right-color: rgb(144 97 249 / 0.1);
}
.border-r-purple-500\/20{
  border-right-color: rgb(144 97 249 / 0.2);
}
.border-r-purple-500\/25{
  border-right-color: rgb(144 97 249 / 0.25);
}
.border-r-purple-500\/30{
  border-right-color: rgb(144 97 249 / 0.3);
}
.border-r-purple-500\/40{
  border-right-color: rgb(144 97 249 / 0.4);
}
.border-r-purple-500\/50{
  border-right-color: rgb(144 97 249 / 0.5);
}
.border-r-purple-500\/60{
  border-right-color: rgb(144 97 249 / 0.6);
}
.border-r-purple-500\/70{
  border-right-color: rgb(144 97 249 / 0.7);
}
.border-r-purple-500\/75{
  border-right-color: rgb(144 97 249 / 0.75);
}
.border-r-purple-500\/80{
  border-right-color: rgb(144 97 249 / 0.8);
}
.border-r-purple-500\/90{
  border-right-color: rgb(144 97 249 / 0.9);
}
.border-r-purple-500\/95{
  border-right-color: rgb(144 97 249 / 0.95);
}
.border-r-purple-500\/100{
  border-right-color: rgb(144 97 249 / 1);
}
.border-r-purple-600\/0{
  border-right-color: rgb(126 58 242 / 0);
}
.border-r-purple-600\/5{
  border-right-color: rgb(126 58 242 / 0.05);
}
.border-r-purple-600\/10{
  border-right-color: rgb(126 58 242 / 0.1);
}
.border-r-purple-600\/20{
  border-right-color: rgb(126 58 242 / 0.2);
}
.border-r-purple-600\/25{
  border-right-color: rgb(126 58 242 / 0.25);
}
.border-r-purple-600\/30{
  border-right-color: rgb(126 58 242 / 0.3);
}
.border-r-purple-600\/40{
  border-right-color: rgb(126 58 242 / 0.4);
}
.border-r-purple-600\/50{
  border-right-color: rgb(126 58 242 / 0.5);
}
.border-r-purple-600\/60{
  border-right-color: rgb(126 58 242 / 0.6);
}
.border-r-purple-600\/70{
  border-right-color: rgb(126 58 242 / 0.7);
}
.border-r-purple-600\/75{
  border-right-color: rgb(126 58 242 / 0.75);
}
.border-r-purple-600\/80{
  border-right-color: rgb(126 58 242 / 0.8);
}
.border-r-purple-600\/90{
  border-right-color: rgb(126 58 242 / 0.9);
}
.border-r-purple-600\/95{
  border-right-color: rgb(126 58 242 / 0.95);
}
.border-r-purple-600\/100{
  border-right-color: rgb(126 58 242 / 1);
}
.border-r-purple-700\/0{
  border-right-color: rgb(108 43 217 / 0);
}
.border-r-purple-700\/5{
  border-right-color: rgb(108 43 217 / 0.05);
}
.border-r-purple-700\/10{
  border-right-color: rgb(108 43 217 / 0.1);
}
.border-r-purple-700\/20{
  border-right-color: rgb(108 43 217 / 0.2);
}
.border-r-purple-700\/25{
  border-right-color: rgb(108 43 217 / 0.25);
}
.border-r-purple-700\/30{
  border-right-color: rgb(108 43 217 / 0.3);
}
.border-r-purple-700\/40{
  border-right-color: rgb(108 43 217 / 0.4);
}
.border-r-purple-700\/50{
  border-right-color: rgb(108 43 217 / 0.5);
}
.border-r-purple-700\/60{
  border-right-color: rgb(108 43 217 / 0.6);
}
.border-r-purple-700\/70{
  border-right-color: rgb(108 43 217 / 0.7);
}
.border-r-purple-700\/75{
  border-right-color: rgb(108 43 217 / 0.75);
}
.border-r-purple-700\/80{
  border-right-color: rgb(108 43 217 / 0.8);
}
.border-r-purple-700\/90{
  border-right-color: rgb(108 43 217 / 0.9);
}
.border-r-purple-700\/95{
  border-right-color: rgb(108 43 217 / 0.95);
}
.border-r-purple-700\/100{
  border-right-color: rgb(108 43 217 / 1);
}
.border-r-purple-800\/0{
  border-right-color: rgb(85 33 181 / 0);
}
.border-r-purple-800\/5{
  border-right-color: rgb(85 33 181 / 0.05);
}
.border-r-purple-800\/10{
  border-right-color: rgb(85 33 181 / 0.1);
}
.border-r-purple-800\/20{
  border-right-color: rgb(85 33 181 / 0.2);
}
.border-r-purple-800\/25{
  border-right-color: rgb(85 33 181 / 0.25);
}
.border-r-purple-800\/30{
  border-right-color: rgb(85 33 181 / 0.3);
}
.border-r-purple-800\/40{
  border-right-color: rgb(85 33 181 / 0.4);
}
.border-r-purple-800\/50{
  border-right-color: rgb(85 33 181 / 0.5);
}
.border-r-purple-800\/60{
  border-right-color: rgb(85 33 181 / 0.6);
}
.border-r-purple-800\/70{
  border-right-color: rgb(85 33 181 / 0.7);
}
.border-r-purple-800\/75{
  border-right-color: rgb(85 33 181 / 0.75);
}
.border-r-purple-800\/80{
  border-right-color: rgb(85 33 181 / 0.8);
}
.border-r-purple-800\/90{
  border-right-color: rgb(85 33 181 / 0.9);
}
.border-r-purple-800\/95{
  border-right-color: rgb(85 33 181 / 0.95);
}
.border-r-purple-800\/100{
  border-right-color: rgb(85 33 181 / 1);
}
.border-r-purple-900\/0{
  border-right-color: rgb(74 29 150 / 0);
}
.border-r-purple-900\/5{
  border-right-color: rgb(74 29 150 / 0.05);
}
.border-r-purple-900\/10{
  border-right-color: rgb(74 29 150 / 0.1);
}
.border-r-purple-900\/20{
  border-right-color: rgb(74 29 150 / 0.2);
}
.border-r-purple-900\/25{
  border-right-color: rgb(74 29 150 / 0.25);
}
.border-r-purple-900\/30{
  border-right-color: rgb(74 29 150 / 0.3);
}
.border-r-purple-900\/40{
  border-right-color: rgb(74 29 150 / 0.4);
}
.border-r-purple-900\/50{
  border-right-color: rgb(74 29 150 / 0.5);
}
.border-r-purple-900\/60{
  border-right-color: rgb(74 29 150 / 0.6);
}
.border-r-purple-900\/70{
  border-right-color: rgb(74 29 150 / 0.7);
}
.border-r-purple-900\/75{
  border-right-color: rgb(74 29 150 / 0.75);
}
.border-r-purple-900\/80{
  border-right-color: rgb(74 29 150 / 0.8);
}
.border-r-purple-900\/90{
  border-right-color: rgb(74 29 150 / 0.9);
}
.border-r-purple-900\/95{
  border-right-color: rgb(74 29 150 / 0.95);
}
.border-r-purple-900\/100{
  border-right-color: rgb(74 29 150 / 1);
}
.border-r-purple-light\/0{
  border-right-color: rgb(224 14 102 / 0);
}
.border-r-purple-light\/5{
  border-right-color: rgb(224 14 102 / 0.05);
}
.border-r-purple-light\/10{
  border-right-color: rgb(224 14 102 / 0.1);
}
.border-r-purple-light\/20{
  border-right-color: rgb(224 14 102 / 0.2);
}
.border-r-purple-light\/25{
  border-right-color: rgb(224 14 102 / 0.25);
}
.border-r-purple-light\/30{
  border-right-color: rgb(224 14 102 / 0.3);
}
.border-r-purple-light\/40{
  border-right-color: rgb(224 14 102 / 0.4);
}
.border-r-purple-light\/50{
  border-right-color: rgb(224 14 102 / 0.5);
}
.border-r-purple-light\/60{
  border-right-color: rgb(224 14 102 / 0.6);
}
.border-r-purple-light\/70{
  border-right-color: rgb(224 14 102 / 0.7);
}
.border-r-purple-light\/75{
  border-right-color: rgb(224 14 102 / 0.75);
}
.border-r-purple-light\/80{
  border-right-color: rgb(224 14 102 / 0.8);
}
.border-r-purple-light\/90{
  border-right-color: rgb(224 14 102 / 0.9);
}
.border-r-purple-light\/95{
  border-right-color: rgb(224 14 102 / 0.95);
}
.border-r-purple-light\/100{
  border-right-color: rgb(224 14 102 / 1);
}
.border-r-pink-50\/0{
  border-right-color: rgb(253 242 248 / 0);
}
.border-r-pink-50\/5{
  border-right-color: rgb(253 242 248 / 0.05);
}
.border-r-pink-50\/10{
  border-right-color: rgb(253 242 248 / 0.1);
}
.border-r-pink-50\/20{
  border-right-color: rgb(253 242 248 / 0.2);
}
.border-r-pink-50\/25{
  border-right-color: rgb(253 242 248 / 0.25);
}
.border-r-pink-50\/30{
  border-right-color: rgb(253 242 248 / 0.3);
}
.border-r-pink-50\/40{
  border-right-color: rgb(253 242 248 / 0.4);
}
.border-r-pink-50\/50{
  border-right-color: rgb(253 242 248 / 0.5);
}
.border-r-pink-50\/60{
  border-right-color: rgb(253 242 248 / 0.6);
}
.border-r-pink-50\/70{
  border-right-color: rgb(253 242 248 / 0.7);
}
.border-r-pink-50\/75{
  border-right-color: rgb(253 242 248 / 0.75);
}
.border-r-pink-50\/80{
  border-right-color: rgb(253 242 248 / 0.8);
}
.border-r-pink-50\/90{
  border-right-color: rgb(253 242 248 / 0.9);
}
.border-r-pink-50\/95{
  border-right-color: rgb(253 242 248 / 0.95);
}
.border-r-pink-50\/100{
  border-right-color: rgb(253 242 248 / 1);
}
.border-r-pink-100\/0{
  border-right-color: rgb(252 232 243 / 0);
}
.border-r-pink-100\/5{
  border-right-color: rgb(252 232 243 / 0.05);
}
.border-r-pink-100\/10{
  border-right-color: rgb(252 232 243 / 0.1);
}
.border-r-pink-100\/20{
  border-right-color: rgb(252 232 243 / 0.2);
}
.border-r-pink-100\/25{
  border-right-color: rgb(252 232 243 / 0.25);
}
.border-r-pink-100\/30{
  border-right-color: rgb(252 232 243 / 0.3);
}
.border-r-pink-100\/40{
  border-right-color: rgb(252 232 243 / 0.4);
}
.border-r-pink-100\/50{
  border-right-color: rgb(252 232 243 / 0.5);
}
.border-r-pink-100\/60{
  border-right-color: rgb(252 232 243 / 0.6);
}
.border-r-pink-100\/70{
  border-right-color: rgb(252 232 243 / 0.7);
}
.border-r-pink-100\/75{
  border-right-color: rgb(252 232 243 / 0.75);
}
.border-r-pink-100\/80{
  border-right-color: rgb(252 232 243 / 0.8);
}
.border-r-pink-100\/90{
  border-right-color: rgb(252 232 243 / 0.9);
}
.border-r-pink-100\/95{
  border-right-color: rgb(252 232 243 / 0.95);
}
.border-r-pink-100\/100{
  border-right-color: rgb(252 232 243 / 1);
}
.border-r-pink-200\/0{
  border-right-color: rgb(250 209 232 / 0);
}
.border-r-pink-200\/5{
  border-right-color: rgb(250 209 232 / 0.05);
}
.border-r-pink-200\/10{
  border-right-color: rgb(250 209 232 / 0.1);
}
.border-r-pink-200\/20{
  border-right-color: rgb(250 209 232 / 0.2);
}
.border-r-pink-200\/25{
  border-right-color: rgb(250 209 232 / 0.25);
}
.border-r-pink-200\/30{
  border-right-color: rgb(250 209 232 / 0.3);
}
.border-r-pink-200\/40{
  border-right-color: rgb(250 209 232 / 0.4);
}
.border-r-pink-200\/50{
  border-right-color: rgb(250 209 232 / 0.5);
}
.border-r-pink-200\/60{
  border-right-color: rgb(250 209 232 / 0.6);
}
.border-r-pink-200\/70{
  border-right-color: rgb(250 209 232 / 0.7);
}
.border-r-pink-200\/75{
  border-right-color: rgb(250 209 232 / 0.75);
}
.border-r-pink-200\/80{
  border-right-color: rgb(250 209 232 / 0.8);
}
.border-r-pink-200\/90{
  border-right-color: rgb(250 209 232 / 0.9);
}
.border-r-pink-200\/95{
  border-right-color: rgb(250 209 232 / 0.95);
}
.border-r-pink-200\/100{
  border-right-color: rgb(250 209 232 / 1);
}
.border-r-pink-300\/0{
  border-right-color: rgb(248 180 217 / 0);
}
.border-r-pink-300\/5{
  border-right-color: rgb(248 180 217 / 0.05);
}
.border-r-pink-300\/10{
  border-right-color: rgb(248 180 217 / 0.1);
}
.border-r-pink-300\/20{
  border-right-color: rgb(248 180 217 / 0.2);
}
.border-r-pink-300\/25{
  border-right-color: rgb(248 180 217 / 0.25);
}
.border-r-pink-300\/30{
  border-right-color: rgb(248 180 217 / 0.3);
}
.border-r-pink-300\/40{
  border-right-color: rgb(248 180 217 / 0.4);
}
.border-r-pink-300\/50{
  border-right-color: rgb(248 180 217 / 0.5);
}
.border-r-pink-300\/60{
  border-right-color: rgb(248 180 217 / 0.6);
}
.border-r-pink-300\/70{
  border-right-color: rgb(248 180 217 / 0.7);
}
.border-r-pink-300\/75{
  border-right-color: rgb(248 180 217 / 0.75);
}
.border-r-pink-300\/80{
  border-right-color: rgb(248 180 217 / 0.8);
}
.border-r-pink-300\/90{
  border-right-color: rgb(248 180 217 / 0.9);
}
.border-r-pink-300\/95{
  border-right-color: rgb(248 180 217 / 0.95);
}
.border-r-pink-300\/100{
  border-right-color: rgb(248 180 217 / 1);
}
.border-r-pink-400\/0{
  border-right-color: rgb(241 126 184 / 0);
}
.border-r-pink-400\/5{
  border-right-color: rgb(241 126 184 / 0.05);
}
.border-r-pink-400\/10{
  border-right-color: rgb(241 126 184 / 0.1);
}
.border-r-pink-400\/20{
  border-right-color: rgb(241 126 184 / 0.2);
}
.border-r-pink-400\/25{
  border-right-color: rgb(241 126 184 / 0.25);
}
.border-r-pink-400\/30{
  border-right-color: rgb(241 126 184 / 0.3);
}
.border-r-pink-400\/40{
  border-right-color: rgb(241 126 184 / 0.4);
}
.border-r-pink-400\/50{
  border-right-color: rgb(241 126 184 / 0.5);
}
.border-r-pink-400\/60{
  border-right-color: rgb(241 126 184 / 0.6);
}
.border-r-pink-400\/70{
  border-right-color: rgb(241 126 184 / 0.7);
}
.border-r-pink-400\/75{
  border-right-color: rgb(241 126 184 / 0.75);
}
.border-r-pink-400\/80{
  border-right-color: rgb(241 126 184 / 0.8);
}
.border-r-pink-400\/90{
  border-right-color: rgb(241 126 184 / 0.9);
}
.border-r-pink-400\/95{
  border-right-color: rgb(241 126 184 / 0.95);
}
.border-r-pink-400\/100{
  border-right-color: rgb(241 126 184 / 1);
}
.border-r-pink-500\/0{
  border-right-color: rgb(231 70 148 / 0);
}
.border-r-pink-500\/5{
  border-right-color: rgb(231 70 148 / 0.05);
}
.border-r-pink-500\/10{
  border-right-color: rgb(231 70 148 / 0.1);
}
.border-r-pink-500\/20{
  border-right-color: rgb(231 70 148 / 0.2);
}
.border-r-pink-500\/25{
  border-right-color: rgb(231 70 148 / 0.25);
}
.border-r-pink-500\/30{
  border-right-color: rgb(231 70 148 / 0.3);
}
.border-r-pink-500\/40{
  border-right-color: rgb(231 70 148 / 0.4);
}
.border-r-pink-500\/50{
  border-right-color: rgb(231 70 148 / 0.5);
}
.border-r-pink-500\/60{
  border-right-color: rgb(231 70 148 / 0.6);
}
.border-r-pink-500\/70{
  border-right-color: rgb(231 70 148 / 0.7);
}
.border-r-pink-500\/75{
  border-right-color: rgb(231 70 148 / 0.75);
}
.border-r-pink-500\/80{
  border-right-color: rgb(231 70 148 / 0.8);
}
.border-r-pink-500\/90{
  border-right-color: rgb(231 70 148 / 0.9);
}
.border-r-pink-500\/95{
  border-right-color: rgb(231 70 148 / 0.95);
}
.border-r-pink-500\/100{
  border-right-color: rgb(231 70 148 / 1);
}
.border-r-pink-600\/0{
  border-right-color: rgb(214 31 105 / 0);
}
.border-r-pink-600\/5{
  border-right-color: rgb(214 31 105 / 0.05);
}
.border-r-pink-600\/10{
  border-right-color: rgb(214 31 105 / 0.1);
}
.border-r-pink-600\/20{
  border-right-color: rgb(214 31 105 / 0.2);
}
.border-r-pink-600\/25{
  border-right-color: rgb(214 31 105 / 0.25);
}
.border-r-pink-600\/30{
  border-right-color: rgb(214 31 105 / 0.3);
}
.border-r-pink-600\/40{
  border-right-color: rgb(214 31 105 / 0.4);
}
.border-r-pink-600\/50{
  border-right-color: rgb(214 31 105 / 0.5);
}
.border-r-pink-600\/60{
  border-right-color: rgb(214 31 105 / 0.6);
}
.border-r-pink-600\/70{
  border-right-color: rgb(214 31 105 / 0.7);
}
.border-r-pink-600\/75{
  border-right-color: rgb(214 31 105 / 0.75);
}
.border-r-pink-600\/80{
  border-right-color: rgb(214 31 105 / 0.8);
}
.border-r-pink-600\/90{
  border-right-color: rgb(214 31 105 / 0.9);
}
.border-r-pink-600\/95{
  border-right-color: rgb(214 31 105 / 0.95);
}
.border-r-pink-600\/100{
  border-right-color: rgb(214 31 105 / 1);
}
.border-r-pink-700\/0{
  border-right-color: rgb(191 18 93 / 0);
}
.border-r-pink-700\/5{
  border-right-color: rgb(191 18 93 / 0.05);
}
.border-r-pink-700\/10{
  border-right-color: rgb(191 18 93 / 0.1);
}
.border-r-pink-700\/20{
  border-right-color: rgb(191 18 93 / 0.2);
}
.border-r-pink-700\/25{
  border-right-color: rgb(191 18 93 / 0.25);
}
.border-r-pink-700\/30{
  border-right-color: rgb(191 18 93 / 0.3);
}
.border-r-pink-700\/40{
  border-right-color: rgb(191 18 93 / 0.4);
}
.border-r-pink-700\/50{
  border-right-color: rgb(191 18 93 / 0.5);
}
.border-r-pink-700\/60{
  border-right-color: rgb(191 18 93 / 0.6);
}
.border-r-pink-700\/70{
  border-right-color: rgb(191 18 93 / 0.7);
}
.border-r-pink-700\/75{
  border-right-color: rgb(191 18 93 / 0.75);
}
.border-r-pink-700\/80{
  border-right-color: rgb(191 18 93 / 0.8);
}
.border-r-pink-700\/90{
  border-right-color: rgb(191 18 93 / 0.9);
}
.border-r-pink-700\/95{
  border-right-color: rgb(191 18 93 / 0.95);
}
.border-r-pink-700\/100{
  border-right-color: rgb(191 18 93 / 1);
}
.border-r-pink-800\/0{
  border-right-color: rgb(153 21 75 / 0);
}
.border-r-pink-800\/5{
  border-right-color: rgb(153 21 75 / 0.05);
}
.border-r-pink-800\/10{
  border-right-color: rgb(153 21 75 / 0.1);
}
.border-r-pink-800\/20{
  border-right-color: rgb(153 21 75 / 0.2);
}
.border-r-pink-800\/25{
  border-right-color: rgb(153 21 75 / 0.25);
}
.border-r-pink-800\/30{
  border-right-color: rgb(153 21 75 / 0.3);
}
.border-r-pink-800\/40{
  border-right-color: rgb(153 21 75 / 0.4);
}
.border-r-pink-800\/50{
  border-right-color: rgb(153 21 75 / 0.5);
}
.border-r-pink-800\/60{
  border-right-color: rgb(153 21 75 / 0.6);
}
.border-r-pink-800\/70{
  border-right-color: rgb(153 21 75 / 0.7);
}
.border-r-pink-800\/75{
  border-right-color: rgb(153 21 75 / 0.75);
}
.border-r-pink-800\/80{
  border-right-color: rgb(153 21 75 / 0.8);
}
.border-r-pink-800\/90{
  border-right-color: rgb(153 21 75 / 0.9);
}
.border-r-pink-800\/95{
  border-right-color: rgb(153 21 75 / 0.95);
}
.border-r-pink-800\/100{
  border-right-color: rgb(153 21 75 / 1);
}
.border-r-pink-900\/0{
  border-right-color: rgb(117 26 61 / 0);
}
.border-r-pink-900\/5{
  border-right-color: rgb(117 26 61 / 0.05);
}
.border-r-pink-900\/10{
  border-right-color: rgb(117 26 61 / 0.1);
}
.border-r-pink-900\/20{
  border-right-color: rgb(117 26 61 / 0.2);
}
.border-r-pink-900\/25{
  border-right-color: rgb(117 26 61 / 0.25);
}
.border-r-pink-900\/30{
  border-right-color: rgb(117 26 61 / 0.3);
}
.border-r-pink-900\/40{
  border-right-color: rgb(117 26 61 / 0.4);
}
.border-r-pink-900\/50{
  border-right-color: rgb(117 26 61 / 0.5);
}
.border-r-pink-900\/60{
  border-right-color: rgb(117 26 61 / 0.6);
}
.border-r-pink-900\/70{
  border-right-color: rgb(117 26 61 / 0.7);
}
.border-r-pink-900\/75{
  border-right-color: rgb(117 26 61 / 0.75);
}
.border-r-pink-900\/80{
  border-right-color: rgb(117 26 61 / 0.8);
}
.border-r-pink-900\/90{
  border-right-color: rgb(117 26 61 / 0.9);
}
.border-r-pink-900\/95{
  border-right-color: rgb(117 26 61 / 0.95);
}
.border-r-pink-900\/100{
  border-right-color: rgb(117 26 61 / 1);
}
.border-r-primary-50\/0{
  border-right-color: rgb(0 151 167 / 0);
}
.border-r-primary-50\/5{
  border-right-color: rgb(0 151 167 / 0.05);
}
.border-r-primary-50\/10{
  border-right-color: rgb(0 151 167 / 0.1);
}
.border-r-primary-50\/20{
  border-right-color: rgb(0 151 167 / 0.2);
}
.border-r-primary-50\/25{
  border-right-color: rgb(0 151 167 / 0.25);
}
.border-r-primary-50\/30{
  border-right-color: rgb(0 151 167 / 0.3);
}
.border-r-primary-50\/40{
  border-right-color: rgb(0 151 167 / 0.4);
}
.border-r-primary-50\/50{
  border-right-color: rgb(0 151 167 / 0.5);
}
.border-r-primary-50\/60{
  border-right-color: rgb(0 151 167 / 0.6);
}
.border-r-primary-50\/70{
  border-right-color: rgb(0 151 167 / 0.7);
}
.border-r-primary-50\/75{
  border-right-color: rgb(0 151 167 / 0.75);
}
.border-r-primary-50\/80{
  border-right-color: rgb(0 151 167 / 0.8);
}
.border-r-primary-50\/90{
  border-right-color: rgb(0 151 167 / 0.9);
}
.border-r-primary-50\/95{
  border-right-color: rgb(0 151 167 / 0.95);
}
.border-r-primary-50\/100{
  border-right-color: rgb(0 151 167 / 1);
}
.border-r-primary-100\/0{
  border-right-color: rgb(14 28 42 / 0);
}
.border-r-primary-100\/5{
  border-right-color: rgb(14 28 42 / 0.05);
}
.border-r-primary-100\/10{
  border-right-color: rgb(14 28 42 / 0.1);
}
.border-r-primary-100\/20{
  border-right-color: rgb(14 28 42 / 0.2);
}
.border-r-primary-100\/25{
  border-right-color: rgb(14 28 42 / 0.25);
}
.border-r-primary-100\/30{
  border-right-color: rgb(14 28 42 / 0.3);
}
.border-r-primary-100\/40{
  border-right-color: rgb(14 28 42 / 0.4);
}
.border-r-primary-100\/50{
  border-right-color: rgb(14 28 42 / 0.5);
}
.border-r-primary-100\/60{
  border-right-color: rgb(14 28 42 / 0.6);
}
.border-r-primary-100\/70{
  border-right-color: rgb(14 28 42 / 0.7);
}
.border-r-primary-100\/75{
  border-right-color: rgb(14 28 42 / 0.75);
}
.border-r-primary-100\/80{
  border-right-color: rgb(14 28 42 / 0.8);
}
.border-r-primary-100\/90{
  border-right-color: rgb(14 28 42 / 0.9);
}
.border-r-primary-100\/95{
  border-right-color: rgb(14 28 42 / 0.95);
}
.border-r-primary-100\/100{
  border-right-color: rgb(14 28 42 / 1);
}
.border-r-primary-290\/0{
  border-right-color: rgb(34 68 74 / 0);
}
.border-r-primary-290\/5{
  border-right-color: rgb(34 68 74 / 0.05);
}
.border-r-primary-290\/10{
  border-right-color: rgb(34 68 74 / 0.1);
}
.border-r-primary-290\/20{
  border-right-color: rgb(34 68 74 / 0.2);
}
.border-r-primary-290\/25{
  border-right-color: rgb(34 68 74 / 0.25);
}
.border-r-primary-290\/30{
  border-right-color: rgb(34 68 74 / 0.3);
}
.border-r-primary-290\/40{
  border-right-color: rgb(34 68 74 / 0.4);
}
.border-r-primary-290\/50{
  border-right-color: rgb(34 68 74 / 0.5);
}
.border-r-primary-290\/60{
  border-right-color: rgb(34 68 74 / 0.6);
}
.border-r-primary-290\/70{
  border-right-color: rgb(34 68 74 / 0.7);
}
.border-r-primary-290\/75{
  border-right-color: rgb(34 68 74 / 0.75);
}
.border-r-primary-290\/80{
  border-right-color: rgb(34 68 74 / 0.8);
}
.border-r-primary-290\/90{
  border-right-color: rgb(34 68 74 / 0.9);
}
.border-r-primary-290\/95{
  border-right-color: rgb(34 68 74 / 0.95);
}
.border-r-primary-290\/100{
  border-right-color: rgb(34 68 74 / 1);
}
.border-r-primary-300\/0{
  border-right-color: rgb(34 110 184 / 0);
}
.border-r-primary-300\/5{
  border-right-color: rgb(34 110 184 / 0.05);
}
.border-r-primary-300\/10{
  border-right-color: rgb(34 110 184 / 0.1);
}
.border-r-primary-300\/20{
  border-right-color: rgb(34 110 184 / 0.2);
}
.border-r-primary-300\/25{
  border-right-color: rgb(34 110 184 / 0.25);
}
.border-r-primary-300\/30{
  border-right-color: rgb(34 110 184 / 0.3);
}
.border-r-primary-300\/40{
  border-right-color: rgb(34 110 184 / 0.4);
}
.border-r-primary-300\/50{
  border-right-color: rgb(34 110 184 / 0.5);
}
.border-r-primary-300\/60{
  border-right-color: rgb(34 110 184 / 0.6);
}
.border-r-primary-300\/70{
  border-right-color: rgb(34 110 184 / 0.7);
}
.border-r-primary-300\/75{
  border-right-color: rgb(34 110 184 / 0.75);
}
.border-r-primary-300\/80{
  border-right-color: rgb(34 110 184 / 0.8);
}
.border-r-primary-300\/90{
  border-right-color: rgb(34 110 184 / 0.9);
}
.border-r-primary-300\/95{
  border-right-color: rgb(34 110 184 / 0.95);
}
.border-r-primary-300\/100{
  border-right-color: rgb(34 110 184 / 1);
}
.border-r-primary-400\/0{
  border-right-color: rgb(40 157 204 / 0);
}
.border-r-primary-400\/5{
  border-right-color: rgb(40 157 204 / 0.05);
}
.border-r-primary-400\/10{
  border-right-color: rgb(40 157 204 / 0.1);
}
.border-r-primary-400\/20{
  border-right-color: rgb(40 157 204 / 0.2);
}
.border-r-primary-400\/25{
  border-right-color: rgb(40 157 204 / 0.25);
}
.border-r-primary-400\/30{
  border-right-color: rgb(40 157 204 / 0.3);
}
.border-r-primary-400\/40{
  border-right-color: rgb(40 157 204 / 0.4);
}
.border-r-primary-400\/50{
  border-right-color: rgb(40 157 204 / 0.5);
}
.border-r-primary-400\/60{
  border-right-color: rgb(40 157 204 / 0.6);
}
.border-r-primary-400\/70{
  border-right-color: rgb(40 157 204 / 0.7);
}
.border-r-primary-400\/75{
  border-right-color: rgb(40 157 204 / 0.75);
}
.border-r-primary-400\/80{
  border-right-color: rgb(40 157 204 / 0.8);
}
.border-r-primary-400\/90{
  border-right-color: rgb(40 157 204 / 0.9);
}
.border-r-primary-400\/95{
  border-right-color: rgb(40 157 204 / 0.95);
}
.border-r-primary-400\/100{
  border-right-color: rgb(40 157 204 / 1);
}
.border-r-primary-600\/0{
  border-right-color: rgb(81 151 229 / 0);
}
.border-r-primary-600\/5{
  border-right-color: rgb(81 151 229 / 0.05);
}
.border-r-primary-600\/10{
  border-right-color: rgb(81 151 229 / 0.1);
}
.border-r-primary-600\/20{
  border-right-color: rgb(81 151 229 / 0.2);
}
.border-r-primary-600\/25{
  border-right-color: rgb(81 151 229 / 0.25);
}
.border-r-primary-600\/30{
  border-right-color: rgb(81 151 229 / 0.3);
}
.border-r-primary-600\/40{
  border-right-color: rgb(81 151 229 / 0.4);
}
.border-r-primary-600\/50{
  border-right-color: rgb(81 151 229 / 0.5);
}
.border-r-primary-600\/60{
  border-right-color: rgb(81 151 229 / 0.6);
}
.border-r-primary-600\/70{
  border-right-color: rgb(81 151 229 / 0.7);
}
.border-r-primary-600\/75{
  border-right-color: rgb(81 151 229 / 0.75);
}
.border-r-primary-600\/80{
  border-right-color: rgb(81 151 229 / 0.8);
}
.border-r-primary-600\/90{
  border-right-color: rgb(81 151 229 / 0.9);
}
.border-r-primary-600\/95{
  border-right-color: rgb(81 151 229 / 0.95);
}
.border-r-primary-600\/100{
  border-right-color: rgb(81 151 229 / 1);
}
.border-r-primary-700\/0{
  border-right-color: rgb(106 187 223 / 0);
}
.border-r-primary-700\/5{
  border-right-color: rgb(106 187 223 / 0.05);
}
.border-r-primary-700\/10{
  border-right-color: rgb(106 187 223 / 0.1);
}
.border-r-primary-700\/20{
  border-right-color: rgb(106 187 223 / 0.2);
}
.border-r-primary-700\/25{
  border-right-color: rgb(106 187 223 / 0.25);
}
.border-r-primary-700\/30{
  border-right-color: rgb(106 187 223 / 0.3);
}
.border-r-primary-700\/40{
  border-right-color: rgb(106 187 223 / 0.4);
}
.border-r-primary-700\/50{
  border-right-color: rgb(106 187 223 / 0.5);
}
.border-r-primary-700\/60{
  border-right-color: rgb(106 187 223 / 0.6);
}
.border-r-primary-700\/70{
  border-right-color: rgb(106 187 223 / 0.7);
}
.border-r-primary-700\/75{
  border-right-color: rgb(106 187 223 / 0.75);
}
.border-r-primary-700\/80{
  border-right-color: rgb(106 187 223 / 0.8);
}
.border-r-primary-700\/90{
  border-right-color: rgb(106 187 223 / 0.9);
}
.border-r-primary-700\/95{
  border-right-color: rgb(106 187 223 / 0.95);
}
.border-r-primary-700\/100{
  border-right-color: rgb(106 187 223 / 1);
}
.border-r-primary-720\/0{
  border-right-color: rgb(112 142 148 / 0);
}
.border-r-primary-720\/5{
  border-right-color: rgb(112 142 148 / 0.05);
}
.border-r-primary-720\/10{
  border-right-color: rgb(112 142 148 / 0.1);
}
.border-r-primary-720\/20{
  border-right-color: rgb(112 142 148 / 0.2);
}
.border-r-primary-720\/25{
  border-right-color: rgb(112 142 148 / 0.25);
}
.border-r-primary-720\/30{
  border-right-color: rgb(112 142 148 / 0.3);
}
.border-r-primary-720\/40{
  border-right-color: rgb(112 142 148 / 0.4);
}
.border-r-primary-720\/50{
  border-right-color: rgb(112 142 148 / 0.5);
}
.border-r-primary-720\/60{
  border-right-color: rgb(112 142 148 / 0.6);
}
.border-r-primary-720\/70{
  border-right-color: rgb(112 142 148 / 0.7);
}
.border-r-primary-720\/75{
  border-right-color: rgb(112 142 148 / 0.75);
}
.border-r-primary-720\/80{
  border-right-color: rgb(112 142 148 / 0.8);
}
.border-r-primary-720\/90{
  border-right-color: rgb(112 142 148 / 0.9);
}
.border-r-primary-720\/95{
  border-right-color: rgb(112 142 148 / 0.95);
}
.border-r-primary-720\/100{
  border-right-color: rgb(112 142 148 / 1);
}
.border-r-primary-750\/0{
  border-right-color: rgb(128 222 234 / 0);
}
.border-r-primary-750\/5{
  border-right-color: rgb(128 222 234 / 0.05);
}
.border-r-primary-750\/10{
  border-right-color: rgb(128 222 234 / 0.1);
}
.border-r-primary-750\/20{
  border-right-color: rgb(128 222 234 / 0.2);
}
.border-r-primary-750\/25{
  border-right-color: rgb(128 222 234 / 0.25);
}
.border-r-primary-750\/30{
  border-right-color: rgb(128 222 234 / 0.3);
}
.border-r-primary-750\/40{
  border-right-color: rgb(128 222 234 / 0.4);
}
.border-r-primary-750\/50{
  border-right-color: rgb(128 222 234 / 0.5);
}
.border-r-primary-750\/60{
  border-right-color: rgb(128 222 234 / 0.6);
}
.border-r-primary-750\/70{
  border-right-color: rgb(128 222 234 / 0.7);
}
.border-r-primary-750\/75{
  border-right-color: rgb(128 222 234 / 0.75);
}
.border-r-primary-750\/80{
  border-right-color: rgb(128 222 234 / 0.8);
}
.border-r-primary-750\/90{
  border-right-color: rgb(128 222 234 / 0.9);
}
.border-r-primary-750\/95{
  border-right-color: rgb(128 222 234 / 0.95);
}
.border-r-primary-750\/100{
  border-right-color: rgb(128 222 234 / 1);
}
.border-r-primary-800\/0{
  border-right-color: rgb(227 248 251 / 0);
}
.border-r-primary-800\/5{
  border-right-color: rgb(227 248 251 / 0.05);
}
.border-r-primary-800\/10{
  border-right-color: rgb(227 248 251 / 0.1);
}
.border-r-primary-800\/20{
  border-right-color: rgb(227 248 251 / 0.2);
}
.border-r-primary-800\/25{
  border-right-color: rgb(227 248 251 / 0.25);
}
.border-r-primary-800\/30{
  border-right-color: rgb(227 248 251 / 0.3);
}
.border-r-primary-800\/40{
  border-right-color: rgb(227 248 251 / 0.4);
}
.border-r-primary-800\/50{
  border-right-color: rgb(227 248 251 / 0.5);
}
.border-r-primary-800\/60{
  border-right-color: rgb(227 248 251 / 0.6);
}
.border-r-primary-800\/70{
  border-right-color: rgb(227 248 251 / 0.7);
}
.border-r-primary-800\/75{
  border-right-color: rgb(227 248 251 / 0.75);
}
.border-r-primary-800\/80{
  border-right-color: rgb(227 248 251 / 0.8);
}
.border-r-primary-800\/90{
  border-right-color: rgb(227 248 251 / 0.9);
}
.border-r-primary-800\/95{
  border-right-color: rgb(227 248 251 / 0.95);
}
.border-r-primary-800\/100{
  border-right-color: rgb(227 248 251 / 1);
}
.border-r-primary-dark\/0{
  border-right-color: rgb(5 79 89 / 0);
}
.border-r-primary-dark\/5{
  border-right-color: rgb(5 79 89 / 0.05);
}
.border-r-primary-dark\/10{
  border-right-color: rgb(5 79 89 / 0.1);
}
.border-r-primary-dark\/20{
  border-right-color: rgb(5 79 89 / 0.2);
}
.border-r-primary-dark\/25{
  border-right-color: rgb(5 79 89 / 0.25);
}
.border-r-primary-dark\/30{
  border-right-color: rgb(5 79 89 / 0.3);
}
.border-r-primary-dark\/40{
  border-right-color: rgb(5 79 89 / 0.4);
}
.border-r-primary-dark\/50{
  border-right-color: rgb(5 79 89 / 0.5);
}
.border-r-primary-dark\/60{
  border-right-color: rgb(5 79 89 / 0.6);
}
.border-r-primary-dark\/70{
  border-right-color: rgb(5 79 89 / 0.7);
}
.border-r-primary-dark\/75{
  border-right-color: rgb(5 79 89 / 0.75);
}
.border-r-primary-dark\/80{
  border-right-color: rgb(5 79 89 / 0.8);
}
.border-r-primary-dark\/90{
  border-right-color: rgb(5 79 89 / 0.9);
}
.border-r-primary-dark\/95{
  border-right-color: rgb(5 79 89 / 0.95);
}
.border-r-primary-dark\/100{
  border-right-color: rgb(5 79 89 / 1);
}
.border-r-primary-light\/0{
  border-right-color: rgb(213 227 231 / 0);
}
.border-r-primary-light\/5{
  border-right-color: rgb(213 227 231 / 0.05);
}
.border-r-primary-light\/10{
  border-right-color: rgb(213 227 231 / 0.1);
}
.border-r-primary-light\/20{
  border-right-color: rgb(213 227 231 / 0.2);
}
.border-r-primary-light\/25{
  border-right-color: rgb(213 227 231 / 0.25);
}
.border-r-primary-light\/30{
  border-right-color: rgb(213 227 231 / 0.3);
}
.border-r-primary-light\/40{
  border-right-color: rgb(213 227 231 / 0.4);
}
.border-r-primary-light\/50{
  border-right-color: rgb(213 227 231 / 0.5);
}
.border-r-primary-light\/60{
  border-right-color: rgb(213 227 231 / 0.6);
}
.border-r-primary-light\/70{
  border-right-color: rgb(213 227 231 / 0.7);
}
.border-r-primary-light\/75{
  border-right-color: rgb(213 227 231 / 0.75);
}
.border-r-primary-light\/80{
  border-right-color: rgb(213 227 231 / 0.8);
}
.border-r-primary-light\/90{
  border-right-color: rgb(213 227 231 / 0.9);
}
.border-r-primary-light\/95{
  border-right-color: rgb(213 227 231 / 0.95);
}
.border-r-primary-light\/100{
  border-right-color: rgb(213 227 231 / 1);
}
.border-r-primary\/0{
  border-right-color: rgb(51 102 153 / 0);
}
.border-r-primary\/5{
  border-right-color: rgb(51 102 153 / 0.05);
}
.border-r-primary\/10{
  border-right-color: rgb(51 102 153 / 0.1);
}
.border-r-primary\/20{
  border-right-color: rgb(51 102 153 / 0.2);
}
.border-r-primary\/25{
  border-right-color: rgb(51 102 153 / 0.25);
}
.border-r-primary\/30{
  border-right-color: rgb(51 102 153 / 0.3);
}
.border-r-primary\/40{
  border-right-color: rgb(51 102 153 / 0.4);
}
.border-r-primary\/50{
  border-right-color: rgb(51 102 153 / 0.5);
}
.border-r-primary\/60{
  border-right-color: rgb(51 102 153 / 0.6);
}
.border-r-primary\/70{
  border-right-color: rgb(51 102 153 / 0.7);
}
.border-r-primary\/75{
  border-right-color: rgb(51 102 153 / 0.75);
}
.border-r-primary\/80{
  border-right-color: rgb(51 102 153 / 0.8);
}
.border-r-primary\/90{
  border-right-color: rgb(51 102 153 / 0.9);
}
.border-r-primary\/95{
  border-right-color: rgb(51 102 153 / 0.95);
}
.border-r-primary\/100{
  border-right-color: rgb(51 102 153 / 1);
}
.border-r-bluemarine-900\/0{
  border-right-color: rgb(34 68 74 / 0);
}
.border-r-bluemarine-900\/5{
  border-right-color: rgb(34 68 74 / 0.05);
}
.border-r-bluemarine-900\/10{
  border-right-color: rgb(34 68 74 / 0.1);
}
.border-r-bluemarine-900\/20{
  border-right-color: rgb(34 68 74 / 0.2);
}
.border-r-bluemarine-900\/25{
  border-right-color: rgb(34 68 74 / 0.25);
}
.border-r-bluemarine-900\/30{
  border-right-color: rgb(34 68 74 / 0.3);
}
.border-r-bluemarine-900\/40{
  border-right-color: rgb(34 68 74 / 0.4);
}
.border-r-bluemarine-900\/50{
  border-right-color: rgb(34 68 74 / 0.5);
}
.border-r-bluemarine-900\/60{
  border-right-color: rgb(34 68 74 / 0.6);
}
.border-r-bluemarine-900\/70{
  border-right-color: rgb(34 68 74 / 0.7);
}
.border-r-bluemarine-900\/75{
  border-right-color: rgb(34 68 74 / 0.75);
}
.border-r-bluemarine-900\/80{
  border-right-color: rgb(34 68 74 / 0.8);
}
.border-r-bluemarine-900\/90{
  border-right-color: rgb(34 68 74 / 0.9);
}
.border-r-bluemarine-900\/95{
  border-right-color: rgb(34 68 74 / 0.95);
}
.border-r-bluemarine-900\/100{
  border-right-color: rgb(34 68 74 / 1);
}
.border-r-bluemarine\/0{
  border-right-color: rgb(5 79 89 / 0);
}
.border-r-bluemarine\/5{
  border-right-color: rgb(5 79 89 / 0.05);
}
.border-r-bluemarine\/10{
  border-right-color: rgb(5 79 89 / 0.1);
}
.border-r-bluemarine\/20{
  border-right-color: rgb(5 79 89 / 0.2);
}
.border-r-bluemarine\/25{
  border-right-color: rgb(5 79 89 / 0.25);
}
.border-r-bluemarine\/30{
  border-right-color: rgb(5 79 89 / 0.3);
}
.border-r-bluemarine\/40{
  border-right-color: rgb(5 79 89 / 0.4);
}
.border-r-bluemarine\/50{
  border-right-color: rgb(5 79 89 / 0.5);
}
.border-r-bluemarine\/60{
  border-right-color: rgb(5 79 89 / 0.6);
}
.border-r-bluemarine\/70{
  border-right-color: rgb(5 79 89 / 0.7);
}
.border-r-bluemarine\/75{
  border-right-color: rgb(5 79 89 / 0.75);
}
.border-r-bluemarine\/80{
  border-right-color: rgb(5 79 89 / 0.8);
}
.border-r-bluemarine\/90{
  border-right-color: rgb(5 79 89 / 0.9);
}
.border-r-bluemarine\/95{
  border-right-color: rgb(5 79 89 / 0.95);
}
.border-r-bluemarine\/100{
  border-right-color: rgb(5 79 89 / 1);
}
.border-b-transparent{
  border-bottom-color: transparent;
}
.border-b-white{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-black{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-b-tab_active{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(86 200 216 / var(--tw-border-opacity));
}
.border-b-modal-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(236 244 245 / var(--tw-border-opacity));
}
.border-b-green-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 250 247 / var(--tw-border-opacity));
}
.border-b-green-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(222 247 236 / var(--tw-border-opacity));
}
.border-b-green-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(188 240 218 / var(--tw-border-opacity));
}
.border-b-green-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(132 225 188 / var(--tw-border-opacity));
}
.border-b-green-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(49 196 141 / var(--tw-border-opacity));
}
.border-b-green-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(14 159 110 / var(--tw-border-opacity));
}
.border-b-green-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(5 122 85 / var(--tw-border-opacity));
}
.border-b-green-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(4 108 78 / var(--tw-border-opacity));
}
.border-b-green-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(3 84 63 / var(--tw-border-opacity));
}
.border-b-green-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(1 71 55 / var(--tw-border-opacity));
}
.border-b-green{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(77 208 225 / var(--tw-border-opacity));
}
.border-b-green-dark{
  border-bottom-color: #054F59;;
}
.border-b-green-light{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(93 224 241 / var(--tw-border-opacity));
}
.border-b-ottanio{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(5 79 89 / var(--tw-border-opacity));
}
.border-b-ottanio-light{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 151 167 / var(--tw-border-opacity));
}
.border-b-magenta{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(224 14 102 / var(--tw-border-opacity));
}
.border-b-magenta-light{
  border-bottom-color: #E00E66BD;
}
.border-b-arancio{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 149 149 / var(--tw-border-opacity));
}
.border-b-gray-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity));
}
.border-b-gray-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(213 227 231 / var(--tw-border-opacity));
}
.border-b-gray-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-b-gray-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(100 108 122 / var(--tw-border-opacity));
}
.border-b-gray-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(159 189 195 / var(--tw-border-opacity));
}
.border-b-gray-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.border-b-gray-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(196 196 196 / var(--tw-border-opacity));
}
.border-b-gray-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(221 221 221 / var(--tw-border-opacity));
}
.border-b-gray-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity));
}
.border-b-gray-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 249 249 / var(--tw-border-opacity));
}
.border-b-gray{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(187 187 187 / var(--tw-border-opacity));
}
.border-b-red-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 242 242 / var(--tw-border-opacity));
}
.border-b-red-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 232 232 / var(--tw-border-opacity));
}
.border-b-red-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(251 213 213 / var(--tw-border-opacity));
}
.border-b-red-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(248 180 180 / var(--tw-border-opacity));
}
.border-b-red-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 128 128 / var(--tw-border-opacity));
}
.border-b-red-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 82 82 / var(--tw-border-opacity));
}
.border-b-red-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(224 36 36 / var(--tw-border-opacity));
}
.border-b-red-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(200 30 30 / var(--tw-border-opacity));
}
.border-b-red-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(155 28 28 / var(--tw-border-opacity));
}
.border-b-red-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(119 29 29 / var(--tw-border-opacity));
}
.border-b-orange-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 248 241 / var(--tw-border-opacity));
}
.border-b-orange-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 236 220 / var(--tw-border-opacity));
}
.border-b-orange-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(252 217 189 / var(--tw-border-opacity));
}
.border-b-orange-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 186 140 / var(--tw-border-opacity));
}
.border-b-orange-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 138 76 / var(--tw-border-opacity));
}
.border-b-orange-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 90 31 / var(--tw-border-opacity));
}
.border-b-orange-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(208 56 1 / var(--tw-border-opacity));
}
.border-b-orange-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(180 52 3 / var(--tw-border-opacity));
}
.border-b-orange-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(138 44 13 / var(--tw-border-opacity));
}
.border-b-orange-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(119 29 29 / var(--tw-border-opacity));
}
.border-b-yellow-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 253 234 / var(--tw-border-opacity));
}
.border-b-yellow-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 246 178 / var(--tw-border-opacity));
}
.border-b-yellow-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(252 233 106 / var(--tw-border-opacity));
}
.border-b-yellow-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 202 21 / var(--tw-border-opacity));
}
.border-b-yellow-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(227 160 8 / var(--tw-border-opacity));
}
.border-b-yellow-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(194 120 3 / var(--tw-border-opacity));
}
.border-b-yellow-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(159 88 10 / var(--tw-border-opacity));
}
.border-b-yellow-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(142 75 16 / var(--tw-border-opacity));
}
.border-b-yellow-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(114 59 19 / var(--tw-border-opacity));
}
.border-b-yellow-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(99 49 18 / var(--tw-border-opacity));
}
.border-b-teal-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(237 250 250 / var(--tw-border-opacity));
}
.border-b-teal-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(213 245 246 / var(--tw-border-opacity));
}
.border-b-teal-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(175 236 239 / var(--tw-border-opacity));
}
.border-b-teal-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(126 220 226 / var(--tw-border-opacity));
}
.border-b-teal-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(22 189 202 / var(--tw-border-opacity));
}
.border-b-teal-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(6 148 162 / var(--tw-border-opacity));
}
.border-b-teal-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(4 116 129 / var(--tw-border-opacity));
}
.border-b-teal-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(3 102 114 / var(--tw-border-opacity));
}
.border-b-teal-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(5 80 92 / var(--tw-border-opacity));
}
.border-b-teal-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(1 68 81 / var(--tw-border-opacity));
}
.border-b-blue-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(235 245 255 / var(--tw-border-opacity));
}
.border-b-blue-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(225 239 254 / var(--tw-border-opacity));
}
.border-b-blue-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(195 221 253 / var(--tw-border-opacity));
}
.border-b-blue-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(164 202 254 / var(--tw-border-opacity));
}
.border-b-blue-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(118 169 250 / var(--tw-border-opacity));
}
.border-b-blue-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(63 131 248 / var(--tw-border-opacity));
}
.border-b-blue-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(28 100 242 / var(--tw-border-opacity));
}
.border-b-blue-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(26 86 219 / var(--tw-border-opacity));
}
.border-b-blue-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(30 66 159 / var(--tw-border-opacity));
}
.border-b-blue-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(35 56 118 / var(--tw-border-opacity));
}
.border-b-indigo-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 245 255 / var(--tw-border-opacity));
}
.border-b-indigo-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 237 255 / var(--tw-border-opacity));
}
.border-b-indigo-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(205 219 254 / var(--tw-border-opacity));
}
.border-b-indigo-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(180 198 252 / var(--tw-border-opacity));
}
.border-b-indigo-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(141 162 251 / var(--tw-border-opacity));
}
.border-b-indigo-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(104 117 245 / var(--tw-border-opacity));
}
.border-b-indigo-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(88 80 236 / var(--tw-border-opacity));
}
.border-b-indigo-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(81 69 205 / var(--tw-border-opacity));
}
.border-b-indigo-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(66 56 157 / var(--tw-border-opacity));
}
.border-b-indigo-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(54 47 120 / var(--tw-border-opacity));
}
.border-b-purple-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(246 245 255 / var(--tw-border-opacity));
}
.border-b-purple-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(237 235 254 / var(--tw-border-opacity));
}
.border-b-purple-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(220 215 254 / var(--tw-border-opacity));
}
.border-b-purple-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(202 191 253 / var(--tw-border-opacity));
}
.border-b-purple-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(172 148 250 / var(--tw-border-opacity));
}
.border-b-purple-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(144 97 249 / var(--tw-border-opacity));
}
.border-b-purple-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(126 58 242 / var(--tw-border-opacity));
}
.border-b-purple-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(108 43 217 / var(--tw-border-opacity));
}
.border-b-purple-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(85 33 181 / var(--tw-border-opacity));
}
.border-b-purple-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(74 29 150 / var(--tw-border-opacity));
}
.border-b-purple-light{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(224 14 102 / var(--tw-border-opacity));
}
.border-b-pink-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 242 248 / var(--tw-border-opacity));
}
.border-b-pink-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(252 232 243 / var(--tw-border-opacity));
}
.border-b-pink-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 209 232 / var(--tw-border-opacity));
}
.border-b-pink-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(248 180 217 / var(--tw-border-opacity));
}
.border-b-pink-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(241 126 184 / var(--tw-border-opacity));
}
.border-b-pink-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(231 70 148 / var(--tw-border-opacity));
}
.border-b-pink-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(214 31 105 / var(--tw-border-opacity));
}
.border-b-pink-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(191 18 93 / var(--tw-border-opacity));
}
.border-b-pink-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(153 21 75 / var(--tw-border-opacity));
}
.border-b-pink-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(117 26 61 / var(--tw-border-opacity));
}
.border-b-primary-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 151 167 / var(--tw-border-opacity));
}
.border-b-primary-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(14 28 42 / var(--tw-border-opacity));
}
.border-b-primary-290{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(34 68 74 / var(--tw-border-opacity));
}
.border-b-primary-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(34 110 184 / var(--tw-border-opacity));
}
.border-b-primary-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(40 157 204 / var(--tw-border-opacity));
}
.border-b-primary-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(81 151 229 / var(--tw-border-opacity));
}
.border-b-primary-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(106 187 223 / var(--tw-border-opacity));
}
.border-b-primary-720{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(112 142 148 / var(--tw-border-opacity));
}
.border-b-primary-750{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(128 222 234 / var(--tw-border-opacity));
}
.border-b-primary-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(227 248 251 / var(--tw-border-opacity));
}
.border-b-primary-dark{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(5 79 89 / var(--tw-border-opacity));
}
.border-b-primary-light{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(213 227 231 / var(--tw-border-opacity));
}
.border-b-primary{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(51 102 153 / var(--tw-border-opacity));
}
.border-b-bluemarine-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(34 68 74 / var(--tw-border-opacity));
}
.border-b-bluemarine{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(5 79 89 / var(--tw-border-opacity));
}
.border-b-transparent\/0{
  border-bottom-color: rgb(0 0 0 / 0);
}
.border-b-transparent\/5{
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.border-b-transparent\/10{
  border-bottom-color: rgb(0 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\/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-transparent\/100{
  border-bottom-color: rgb(0 0 0 / 1);
}
.border-b-white\/0{
  border-bottom-color: rgb(255 255 255 / 0);
}
.border-b-white\/5{
  border-bottom-color: rgb(255 255 255 / 0.05);
}
.border-b-white\/10{
  border-bottom-color: rgb(255 255 255 / 0.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\/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-white\/100{
  border-bottom-color: rgb(255 255 255 / 1);
}
.border-b-black\/0{
  border-bottom-color: rgb(0 0 0 / 0);
}
.border-b-black\/5{
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.border-b-black\/10{
  border-bottom-color: rgb(0 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\/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-black\/100{
  border-bottom-color: rgb(0 0 0 / 1);
}
.border-b-tab_active\/0{
  border-bottom-color: rgb(86 200 216 / 0);
}
.border-b-tab_active\/5{
  border-bottom-color: rgb(86 200 216 / 0.05);
}
.border-b-tab_active\/10{
  border-bottom-color: rgb(86 200 216 / 0.1);
}
.border-b-tab_active\/20{
  border-bottom-color: rgb(86 200 216 / 0.2);
}
.border-b-tab_active\/25{
  border-bottom-color: rgb(86 200 216 / 0.25);
}
.border-b-tab_active\/30{
  border-bottom-color: rgb(86 200 216 / 0.3);
}
.border-b-tab_active\/40{
  border-bottom-color: rgb(86 200 216 / 0.4);
}
.border-b-tab_active\/50{
  border-bottom-color: rgb(86 200 216 / 0.5);
}
.border-b-tab_active\/60{
  border-bottom-color: rgb(86 200 216 / 0.6);
}
.border-b-tab_active\/70{
  border-bottom-color: rgb(86 200 216 / 0.7);
}
.border-b-tab_active\/75{
  border-bottom-color: rgb(86 200 216 / 0.75);
}
.border-b-tab_active\/80{
  border-bottom-color: rgb(86 200 216 / 0.8);
}
.border-b-tab_active\/90{
  border-bottom-color: rgb(86 200 216 / 0.9);
}
.border-b-tab_active\/95{
  border-bottom-color: rgb(86 200 216 / 0.95);
}
.border-b-tab_active\/100{
  border-bottom-color: rgb(86 200 216 / 1);
}
.border-b-modal-50\/0{
  border-bottom-color: rgb(236 244 245 / 0);
}
.border-b-modal-50\/5{
  border-bottom-color: rgb(236 244 245 / 0.05);
}
.border-b-modal-50\/10{
  border-bottom-color: rgb(236 244 245 / 0.1);
}
.border-b-modal-50\/20{
  border-bottom-color: rgb(236 244 245 / 0.2);
}
.border-b-modal-50\/25{
  border-bottom-color: rgb(236 244 245 / 0.25);
}
.border-b-modal-50\/30{
  border-bottom-color: rgb(236 244 245 / 0.3);
}
.border-b-modal-50\/40{
  border-bottom-color: rgb(236 244 245 / 0.4);
}
.border-b-modal-50\/50{
  border-bottom-color: rgb(236 244 245 / 0.5);
}
.border-b-modal-50\/60{
  border-bottom-color: rgb(236 244 245 / 0.6);
}
.border-b-modal-50\/70{
  border-bottom-color: rgb(236 244 245 / 0.7);
}
.border-b-modal-50\/75{
  border-bottom-color: rgb(236 244 245 / 0.75);
}
.border-b-modal-50\/80{
  border-bottom-color: rgb(236 244 245 / 0.8);
}
.border-b-modal-50\/90{
  border-bottom-color: rgb(236 244 245 / 0.9);
}
.border-b-modal-50\/95{
  border-bottom-color: rgb(236 244 245 / 0.95);
}
.border-b-modal-50\/100{
  border-bottom-color: rgb(236 244 245 / 1);
}
.border-b-green-50\/0{
  border-bottom-color: rgb(243 250 247 / 0);
}
.border-b-green-50\/5{
  border-bottom-color: rgb(243 250 247 / 0.05);
}
.border-b-green-50\/10{
  border-bottom-color: rgb(243 250 247 / 0.1);
}
.border-b-green-50\/20{
  border-bottom-color: rgb(243 250 247 / 0.2);
}
.border-b-green-50\/25{
  border-bottom-color: rgb(243 250 247 / 0.25);
}
.border-b-green-50\/30{
  border-bottom-color: rgb(243 250 247 / 0.3);
}
.border-b-green-50\/40{
  border-bottom-color: rgb(243 250 247 / 0.4);
}
.border-b-green-50\/50{
  border-bottom-color: rgb(243 250 247 / 0.5);
}
.border-b-green-50\/60{
  border-bottom-color: rgb(243 250 247 / 0.6);
}
.border-b-green-50\/70{
  border-bottom-color: rgb(243 250 247 / 0.7);
}
.border-b-green-50\/75{
  border-bottom-color: rgb(243 250 247 / 0.75);
}
.border-b-green-50\/80{
  border-bottom-color: rgb(243 250 247 / 0.8);
}
.border-b-green-50\/90{
  border-bottom-color: rgb(243 250 247 / 0.9);
}
.border-b-green-50\/95{
  border-bottom-color: rgb(243 250 247 / 0.95);
}
.border-b-green-50\/100{
  border-bottom-color: rgb(243 250 247 / 1);
}
.border-b-green-100\/0{
  border-bottom-color: rgb(222 247 236 / 0);
}
.border-b-green-100\/5{
  border-bottom-color: rgb(222 247 236 / 0.05);
}
.border-b-green-100\/10{
  border-bottom-color: rgb(222 247 236 / 0.1);
}
.border-b-green-100\/20{
  border-bottom-color: rgb(222 247 236 / 0.2);
}
.border-b-green-100\/25{
  border-bottom-color: rgb(222 247 236 / 0.25);
}
.border-b-green-100\/30{
  border-bottom-color: rgb(222 247 236 / 0.3);
}
.border-b-green-100\/40{
  border-bottom-color: rgb(222 247 236 / 0.4);
}
.border-b-green-100\/50{
  border-bottom-color: rgb(222 247 236 / 0.5);
}
.border-b-green-100\/60{
  border-bottom-color: rgb(222 247 236 / 0.6);
}
.border-b-green-100\/70{
  border-bottom-color: rgb(222 247 236 / 0.7);
}
.border-b-green-100\/75{
  border-bottom-color: rgb(222 247 236 / 0.75);
}
.border-b-green-100\/80{
  border-bottom-color: rgb(222 247 236 / 0.8);
}
.border-b-green-100\/90{
  border-bottom-color: rgb(222 247 236 / 0.9);
}
.border-b-green-100\/95{
  border-bottom-color: rgb(222 247 236 / 0.95);
}
.border-b-green-100\/100{
  border-bottom-color: rgb(222 247 236 / 1);
}
.border-b-green-200\/0{
  border-bottom-color: rgb(188 240 218 / 0);
}
.border-b-green-200\/5{
  border-bottom-color: rgb(188 240 218 / 0.05);
}
.border-b-green-200\/10{
  border-bottom-color: rgb(188 240 218 / 0.1);
}
.border-b-green-200\/20{
  border-bottom-color: rgb(188 240 218 / 0.2);
}
.border-b-green-200\/25{
  border-bottom-color: rgb(188 240 218 / 0.25);
}
.border-b-green-200\/30{
  border-bottom-color: rgb(188 240 218 / 0.3);
}
.border-b-green-200\/40{
  border-bottom-color: rgb(188 240 218 / 0.4);
}
.border-b-green-200\/50{
  border-bottom-color: rgb(188 240 218 / 0.5);
}
.border-b-green-200\/60{
  border-bottom-color: rgb(188 240 218 / 0.6);
}
.border-b-green-200\/70{
  border-bottom-color: rgb(188 240 218 / 0.7);
}
.border-b-green-200\/75{
  border-bottom-color: rgb(188 240 218 / 0.75);
}
.border-b-green-200\/80{
  border-bottom-color: rgb(188 240 218 / 0.8);
}
.border-b-green-200\/90{
  border-bottom-color: rgb(188 240 218 / 0.9);
}
.border-b-green-200\/95{
  border-bottom-color: rgb(188 240 218 / 0.95);
}
.border-b-green-200\/100{
  border-bottom-color: rgb(188 240 218 / 1);
}
.border-b-green-300\/0{
  border-bottom-color: rgb(132 225 188 / 0);
}
.border-b-green-300\/5{
  border-bottom-color: rgb(132 225 188 / 0.05);
}
.border-b-green-300\/10{
  border-bottom-color: rgb(132 225 188 / 0.1);
}
.border-b-green-300\/20{
  border-bottom-color: rgb(132 225 188 / 0.2);
}
.border-b-green-300\/25{
  border-bottom-color: rgb(132 225 188 / 0.25);
}
.border-b-green-300\/30{
  border-bottom-color: rgb(132 225 188 / 0.3);
}
.border-b-green-300\/40{
  border-bottom-color: rgb(132 225 188 / 0.4);
}
.border-b-green-300\/50{
  border-bottom-color: rgb(132 225 188 / 0.5);
}
.border-b-green-300\/60{
  border-bottom-color: rgb(132 225 188 / 0.6);
}
.border-b-green-300\/70{
  border-bottom-color: rgb(132 225 188 / 0.7);
}
.border-b-green-300\/75{
  border-bottom-color: rgb(132 225 188 / 0.75);
}
.border-b-green-300\/80{
  border-bottom-color: rgb(132 225 188 / 0.8);
}
.border-b-green-300\/90{
  border-bottom-color: rgb(132 225 188 / 0.9);
}
.border-b-green-300\/95{
  border-bottom-color: rgb(132 225 188 / 0.95);
}
.border-b-green-300\/100{
  border-bottom-color: rgb(132 225 188 / 1);
}
.border-b-green-400\/0{
  border-bottom-color: rgb(49 196 141 / 0);
}
.border-b-green-400\/5{
  border-bottom-color: rgb(49 196 141 / 0.05);
}
.border-b-green-400\/10{
  border-bottom-color: rgb(49 196 141 / 0.1);
}
.border-b-green-400\/20{
  border-bottom-color: rgb(49 196 141 / 0.2);
}
.border-b-green-400\/25{
  border-bottom-color: rgb(49 196 141 / 0.25);
}
.border-b-green-400\/30{
  border-bottom-color: rgb(49 196 141 / 0.3);
}
.border-b-green-400\/40{
  border-bottom-color: rgb(49 196 141 / 0.4);
}
.border-b-green-400\/50{
  border-bottom-color: rgb(49 196 141 / 0.5);
}
.border-b-green-400\/60{
  border-bottom-color: rgb(49 196 141 / 0.6);
}
.border-b-green-400\/70{
  border-bottom-color: rgb(49 196 141 / 0.7);
}
.border-b-green-400\/75{
  border-bottom-color: rgb(49 196 141 / 0.75);
}
.border-b-green-400\/80{
  border-bottom-color: rgb(49 196 141 / 0.8);
}
.border-b-green-400\/90{
  border-bottom-color: rgb(49 196 141 / 0.9);
}
.border-b-green-400\/95{
  border-bottom-color: rgb(49 196 141 / 0.95);
}
.border-b-green-400\/100{
  border-bottom-color: rgb(49 196 141 / 1);
}
.border-b-green-500\/0{
  border-bottom-color: rgb(14 159 110 / 0);
}
.border-b-green-500\/5{
  border-bottom-color: rgb(14 159 110 / 0.05);
}
.border-b-green-500\/10{
  border-bottom-color: rgb(14 159 110 / 0.1);
}
.border-b-green-500\/20{
  border-bottom-color: rgb(14 159 110 / 0.2);
}
.border-b-green-500\/25{
  border-bottom-color: rgb(14 159 110 / 0.25);
}
.border-b-green-500\/30{
  border-bottom-color: rgb(14 159 110 / 0.3);
}
.border-b-green-500\/40{
  border-bottom-color: rgb(14 159 110 / 0.4);
}
.border-b-green-500\/50{
  border-bottom-color: rgb(14 159 110 / 0.5);
}
.border-b-green-500\/60{
  border-bottom-color: rgb(14 159 110 / 0.6);
}
.border-b-green-500\/70{
  border-bottom-color: rgb(14 159 110 / 0.7);
}
.border-b-green-500\/75{
  border-bottom-color: rgb(14 159 110 / 0.75);
}
.border-b-green-500\/80{
  border-bottom-color: rgb(14 159 110 / 0.8);
}
.border-b-green-500\/90{
  border-bottom-color: rgb(14 159 110 / 0.9);
}
.border-b-green-500\/95{
  border-bottom-color: rgb(14 159 110 / 0.95);
}
.border-b-green-500\/100{
  border-bottom-color: rgb(14 159 110 / 1);
}
.border-b-green-600\/0{
  border-bottom-color: rgb(5 122 85 / 0);
}
.border-b-green-600\/5{
  border-bottom-color: rgb(5 122 85 / 0.05);
}
.border-b-green-600\/10{
  border-bottom-color: rgb(5 122 85 / 0.1);
}
.border-b-green-600\/20{
  border-bottom-color: rgb(5 122 85 / 0.2);
}
.border-b-green-600\/25{
  border-bottom-color: rgb(5 122 85 / 0.25);
}
.border-b-green-600\/30{
  border-bottom-color: rgb(5 122 85 / 0.3);
}
.border-b-green-600\/40{
  border-bottom-color: rgb(5 122 85 / 0.4);
}
.border-b-green-600\/50{
  border-bottom-color: rgb(5 122 85 / 0.5);
}
.border-b-green-600\/60{
  border-bottom-color: rgb(5 122 85 / 0.6);
}
.border-b-green-600\/70{
  border-bottom-color: rgb(5 122 85 / 0.7);
}
.border-b-green-600\/75{
  border-bottom-color: rgb(5 122 85 / 0.75);
}
.border-b-green-600\/80{
  border-bottom-color: rgb(5 122 85 / 0.8);
}
.border-b-green-600\/90{
  border-bottom-color: rgb(5 122 85 / 0.9);
}
.border-b-green-600\/95{
  border-bottom-color: rgb(5 122 85 / 0.95);
}
.border-b-green-600\/100{
  border-bottom-color: rgb(5 122 85 / 1);
}
.border-b-green-700\/0{
  border-bottom-color: rgb(4 108 78 / 0);
}
.border-b-green-700\/5{
  border-bottom-color: rgb(4 108 78 / 0.05);
}
.border-b-green-700\/10{
  border-bottom-color: rgb(4 108 78 / 0.1);
}
.border-b-green-700\/20{
  border-bottom-color: rgb(4 108 78 / 0.2);
}
.border-b-green-700\/25{
  border-bottom-color: rgb(4 108 78 / 0.25);
}
.border-b-green-700\/30{
  border-bottom-color: rgb(4 108 78 / 0.3);
}
.border-b-green-700\/40{
  border-bottom-color: rgb(4 108 78 / 0.4);
}
.border-b-green-700\/50{
  border-bottom-color: rgb(4 108 78 / 0.5);
}
.border-b-green-700\/60{
  border-bottom-color: rgb(4 108 78 / 0.6);
}
.border-b-green-700\/70{
  border-bottom-color: rgb(4 108 78 / 0.7);
}
.border-b-green-700\/75{
  border-bottom-color: rgb(4 108 78 / 0.75);
}
.border-b-green-700\/80{
  border-bottom-color: rgb(4 108 78 / 0.8);
}
.border-b-green-700\/90{
  border-bottom-color: rgb(4 108 78 / 0.9);
}
.border-b-green-700\/95{
  border-bottom-color: rgb(4 108 78 / 0.95);
}
.border-b-green-700\/100{
  border-bottom-color: rgb(4 108 78 / 1);
}
.border-b-green-800\/0{
  border-bottom-color: rgb(3 84 63 / 0);
}
.border-b-green-800\/5{
  border-bottom-color: rgb(3 84 63 / 0.05);
}
.border-b-green-800\/10{
  border-bottom-color: rgb(3 84 63 / 0.1);
}
.border-b-green-800\/20{
  border-bottom-color: rgb(3 84 63 / 0.2);
}
.border-b-green-800\/25{
  border-bottom-color: rgb(3 84 63 / 0.25);
}
.border-b-green-800\/30{
  border-bottom-color: rgb(3 84 63 / 0.3);
}
.border-b-green-800\/40{
  border-bottom-color: rgb(3 84 63 / 0.4);
}
.border-b-green-800\/50{
  border-bottom-color: rgb(3 84 63 / 0.5);
}
.border-b-green-800\/60{
  border-bottom-color: rgb(3 84 63 / 0.6);
}
.border-b-green-800\/70{
  border-bottom-color: rgb(3 84 63 / 0.7);
}
.border-b-green-800\/75{
  border-bottom-color: rgb(3 84 63 / 0.75);
}
.border-b-green-800\/80{
  border-bottom-color: rgb(3 84 63 / 0.8);
}
.border-b-green-800\/90{
  border-bottom-color: rgb(3 84 63 / 0.9);
}
.border-b-green-800\/95{
  border-bottom-color: rgb(3 84 63 / 0.95);
}
.border-b-green-800\/100{
  border-bottom-color: rgb(3 84 63 / 1);
}
.border-b-green-900\/0{
  border-bottom-color: rgb(1 71 55 / 0);
}
.border-b-green-900\/5{
  border-bottom-color: rgb(1 71 55 / 0.05);
}
.border-b-green-900\/10{
  border-bottom-color: rgb(1 71 55 / 0.1);
}
.border-b-green-900\/20{
  border-bottom-color: rgb(1 71 55 / 0.2);
}
.border-b-green-900\/25{
  border-bottom-color: rgb(1 71 55 / 0.25);
}
.border-b-green-900\/30{
  border-bottom-color: rgb(1 71 55 / 0.3);
}
.border-b-green-900\/40{
  border-bottom-color: rgb(1 71 55 / 0.4);
}
.border-b-green-900\/50{
  border-bottom-color: rgb(1 71 55 / 0.5);
}
.border-b-green-900\/60{
  border-bottom-color: rgb(1 71 55 / 0.6);
}
.border-b-green-900\/70{
  border-bottom-color: rgb(1 71 55 / 0.7);
}
.border-b-green-900\/75{
  border-bottom-color: rgb(1 71 55 / 0.75);
}
.border-b-green-900\/80{
  border-bottom-color: rgb(1 71 55 / 0.8);
}
.border-b-green-900\/90{
  border-bottom-color: rgb(1 71 55 / 0.9);
}
.border-b-green-900\/95{
  border-bottom-color: rgb(1 71 55 / 0.95);
}
.border-b-green-900\/100{
  border-bottom-color: rgb(1 71 55 / 1);
}
.border-b-green\/0{
  border-bottom-color: rgb(77 208 225 / 0);
}
.border-b-green\/5{
  border-bottom-color: rgb(77 208 225 / 0.05);
}
.border-b-green\/10{
  border-bottom-color: rgb(77 208 225 / 0.1);
}
.border-b-green\/20{
  border-bottom-color: rgb(77 208 225 / 0.2);
}
.border-b-green\/25{
  border-bottom-color: rgb(77 208 225 / 0.25);
}
.border-b-green\/30{
  border-bottom-color: rgb(77 208 225 / 0.3);
}
.border-b-green\/40{
  border-bottom-color: rgb(77 208 225 / 0.4);
}
.border-b-green\/50{
  border-bottom-color: rgb(77 208 225 / 0.5);
}
.border-b-green\/60{
  border-bottom-color: rgb(77 208 225 / 0.6);
}
.border-b-green\/70{
  border-bottom-color: rgb(77 208 225 / 0.7);
}
.border-b-green\/75{
  border-bottom-color: rgb(77 208 225 / 0.75);
}
.border-b-green\/80{
  border-bottom-color: rgb(77 208 225 / 0.8);
}
.border-b-green\/90{
  border-bottom-color: rgb(77 208 225 / 0.9);
}
.border-b-green\/95{
  border-bottom-color: rgb(77 208 225 / 0.95);
}
.border-b-green\/100{
  border-bottom-color: rgb(77 208 225 / 1);
}
.border-b-green-light\/0{
  border-bottom-color: rgb(93 224 241 / 0);
}
.border-b-green-light\/5{
  border-bottom-color: rgb(93 224 241 / 0.05);
}
.border-b-green-light\/10{
  border-bottom-color: rgb(93 224 241 / 0.1);
}
.border-b-green-light\/20{
  border-bottom-color: rgb(93 224 241 / 0.2);
}
.border-b-green-light\/25{
  border-bottom-color: rgb(93 224 241 / 0.25);
}
.border-b-green-light\/30{
  border-bottom-color: rgb(93 224 241 / 0.3);
}
.border-b-green-light\/40{
  border-bottom-color: rgb(93 224 241 / 0.4);
}
.border-b-green-light\/50{
  border-bottom-color: rgb(93 224 241 / 0.5);
}
.border-b-green-light\/60{
  border-bottom-color: rgb(93 224 241 / 0.6);
}
.border-b-green-light\/70{
  border-bottom-color: rgb(93 224 241 / 0.7);
}
.border-b-green-light\/75{
  border-bottom-color: rgb(93 224 241 / 0.75);
}
.border-b-green-light\/80{
  border-bottom-color: rgb(93 224 241 / 0.8);
}
.border-b-green-light\/90{
  border-bottom-color: rgb(93 224 241 / 0.9);
}
.border-b-green-light\/95{
  border-bottom-color: rgb(93 224 241 / 0.95);
}
.border-b-green-light\/100{
  border-bottom-color: rgb(93 224 241 / 1);
}
.border-b-ottanio\/0{
  border-bottom-color: rgb(5 79 89 / 0);
}
.border-b-ottanio\/5{
  border-bottom-color: rgb(5 79 89 / 0.05);
}
.border-b-ottanio\/10{
  border-bottom-color: rgb(5 79 89 / 0.1);
}
.border-b-ottanio\/20{
  border-bottom-color: rgb(5 79 89 / 0.2);
}
.border-b-ottanio\/25{
  border-bottom-color: rgb(5 79 89 / 0.25);
}
.border-b-ottanio\/30{
  border-bottom-color: rgb(5 79 89 / 0.3);
}
.border-b-ottanio\/40{
  border-bottom-color: rgb(5 79 89 / 0.4);
}
.border-b-ottanio\/50{
  border-bottom-color: rgb(5 79 89 / 0.5);
}
.border-b-ottanio\/60{
  border-bottom-color: rgb(5 79 89 / 0.6);
}
.border-b-ottanio\/70{
  border-bottom-color: rgb(5 79 89 / 0.7);
}
.border-b-ottanio\/75{
  border-bottom-color: rgb(5 79 89 / 0.75);
}
.border-b-ottanio\/80{
  border-bottom-color: rgb(5 79 89 / 0.8);
}
.border-b-ottanio\/90{
  border-bottom-color: rgb(5 79 89 / 0.9);
}
.border-b-ottanio\/95{
  border-bottom-color: rgb(5 79 89 / 0.95);
}
.border-b-ottanio\/100{
  border-bottom-color: rgb(5 79 89 / 1);
}
.border-b-ottanio-light\/0{
  border-bottom-color: rgb(0 151 167 / 0);
}
.border-b-ottanio-light\/5{
  border-bottom-color: rgb(0 151 167 / 0.05);
}
.border-b-ottanio-light\/10{
  border-bottom-color: rgb(0 151 167 / 0.1);
}
.border-b-ottanio-light\/20{
  border-bottom-color: rgb(0 151 167 / 0.2);
}
.border-b-ottanio-light\/25{
  border-bottom-color: rgb(0 151 167 / 0.25);
}
.border-b-ottanio-light\/30{
  border-bottom-color: rgb(0 151 167 / 0.3);
}
.border-b-ottanio-light\/40{
  border-bottom-color: rgb(0 151 167 / 0.4);
}
.border-b-ottanio-light\/50{
  border-bottom-color: rgb(0 151 167 / 0.5);
}
.border-b-ottanio-light\/60{
  border-bottom-color: rgb(0 151 167 / 0.6);
}
.border-b-ottanio-light\/70{
  border-bottom-color: rgb(0 151 167 / 0.7);
}
.border-b-ottanio-light\/75{
  border-bottom-color: rgb(0 151 167 / 0.75);
}
.border-b-ottanio-light\/80{
  border-bottom-color: rgb(0 151 167 / 0.8);
}
.border-b-ottanio-light\/90{
  border-bottom-color: rgb(0 151 167 / 0.9);
}
.border-b-ottanio-light\/95{
  border-bottom-color: rgb(0 151 167 / 0.95);
}
.border-b-ottanio-light\/100{
  border-bottom-color: rgb(0 151 167 / 1);
}
.border-b-magenta\/0{
  border-bottom-color: rgb(224 14 102 / 0);
}
.border-b-magenta\/5{
  border-bottom-color: rgb(224 14 102 / 0.05);
}
.border-b-magenta\/10{
  border-bottom-color: rgb(224 14 102 / 0.1);
}
.border-b-magenta\/20{
  border-bottom-color: rgb(224 14 102 / 0.2);
}
.border-b-magenta\/25{
  border-bottom-color: rgb(224 14 102 / 0.25);
}
.border-b-magenta\/30{
  border-bottom-color: rgb(224 14 102 / 0.3);
}
.border-b-magenta\/40{
  border-bottom-color: rgb(224 14 102 / 0.4);
}
.border-b-magenta\/50{
  border-bottom-color: rgb(224 14 102 / 0.5);
}
.border-b-magenta\/60{
  border-bottom-color: rgb(224 14 102 / 0.6);
}
.border-b-magenta\/70{
  border-bottom-color: rgb(224 14 102 / 0.7);
}
.border-b-magenta\/75{
  border-bottom-color: rgb(224 14 102 / 0.75);
}
.border-b-magenta\/80{
  border-bottom-color: rgb(224 14 102 / 0.8);
}
.border-b-magenta\/90{
  border-bottom-color: rgb(224 14 102 / 0.9);
}
.border-b-magenta\/95{
  border-bottom-color: rgb(224 14 102 / 0.95);
}
.border-b-magenta\/100{
  border-bottom-color: rgb(224 14 102 / 1);
}
.border-b-magenta-light\/0{
  border-bottom-color: rgb(224 14 102 / 0);
}
.border-b-magenta-light\/5{
  border-bottom-color: rgb(224 14 102 / 0.05);
}
.border-b-magenta-light\/10{
  border-bottom-color: rgb(224 14 102 / 0.1);
}
.border-b-magenta-light\/20{
  border-bottom-color: rgb(224 14 102 / 0.2);
}
.border-b-magenta-light\/25{
  border-bottom-color: rgb(224 14 102 / 0.25);
}
.border-b-magenta-light\/30{
  border-bottom-color: rgb(224 14 102 / 0.3);
}
.border-b-magenta-light\/40{
  border-bottom-color: rgb(224 14 102 / 0.4);
}
.border-b-magenta-light\/50{
  border-bottom-color: rgb(224 14 102 / 0.5);
}
.border-b-magenta-light\/60{
  border-bottom-color: rgb(224 14 102 / 0.6);
}
.border-b-magenta-light\/70{
  border-bottom-color: rgb(224 14 102 / 0.7);
}
.border-b-magenta-light\/75{
  border-bottom-color: rgb(224 14 102 / 0.75);
}
.border-b-magenta-light\/80{
  border-bottom-color: rgb(224 14 102 / 0.8);
}
.border-b-magenta-light\/90{
  border-bottom-color: rgb(224 14 102 / 0.9);
}
.border-b-magenta-light\/95{
  border-bottom-color: rgb(224 14 102 / 0.95);
}
.border-b-magenta-light\/100{
  border-bottom-color: rgb(224 14 102 / 1);
}
.border-b-arancio\/0{
  border-bottom-color: rgb(255 149 149 / 0);
}
.border-b-arancio\/5{
  border-bottom-color: rgb(255 149 149 / 0.05);
}
.border-b-arancio\/10{
  border-bottom-color: rgb(255 149 149 / 0.1);
}
.border-b-arancio\/20{
  border-bottom-color: rgb(255 149 149 / 0.2);
}
.border-b-arancio\/25{
  border-bottom-color: rgb(255 149 149 / 0.25);
}
.border-b-arancio\/30{
  border-bottom-color: rgb(255 149 149 / 0.3);
}
.border-b-arancio\/40{
  border-bottom-color: rgb(255 149 149 / 0.4);
}
.border-b-arancio\/50{
  border-bottom-color: rgb(255 149 149 / 0.5);
}
.border-b-arancio\/60{
  border-bottom-color: rgb(255 149 149 / 0.6);
}
.border-b-arancio\/70{
  border-bottom-color: rgb(255 149 149 / 0.7);
}
.border-b-arancio\/75{
  border-bottom-color: rgb(255 149 149 / 0.75);
}
.border-b-arancio\/80{
  border-bottom-color: rgb(255 149 149 / 0.8);
}
.border-b-arancio\/90{
  border-bottom-color: rgb(255 149 149 / 0.9);
}
.border-b-arancio\/95{
  border-bottom-color: rgb(255 149 149 / 0.95);
}
.border-b-arancio\/100{
  border-bottom-color: rgb(255 149 149 / 1);
}
.border-b-gray-50\/0{
  border-bottom-color: rgb(249 250 251 / 0);
}
.border-b-gray-50\/5{
  border-bottom-color: rgb(249 250 251 / 0.05);
}
.border-b-gray-50\/10{
  border-bottom-color: rgb(249 250 251 / 0.1);
}
.border-b-gray-50\/20{
  border-bottom-color: rgb(249 250 251 / 0.2);
}
.border-b-gray-50\/25{
  border-bottom-color: rgb(249 250 251 / 0.25);
}
.border-b-gray-50\/30{
  border-bottom-color: rgb(249 250 251 / 0.3);
}
.border-b-gray-50\/40{
  border-bottom-color: rgb(249 250 251 / 0.4);
}
.border-b-gray-50\/50{
  border-bottom-color: rgb(249 250 251 / 0.5);
}
.border-b-gray-50\/60{
  border-bottom-color: rgb(249 250 251 / 0.6);
}
.border-b-gray-50\/70{
  border-bottom-color: rgb(249 250 251 / 0.7);
}
.border-b-gray-50\/75{
  border-bottom-color: rgb(249 250 251 / 0.75);
}
.border-b-gray-50\/80{
  border-bottom-color: rgb(249 250 251 / 0.8);
}
.border-b-gray-50\/90{
  border-bottom-color: rgb(249 250 251 / 0.9);
}
.border-b-gray-50\/95{
  border-bottom-color: rgb(249 250 251 / 0.95);
}
.border-b-gray-50\/100{
  border-bottom-color: rgb(249 250 251 / 1);
}
.border-b-gray-100\/0{
  border-bottom-color: rgb(213 227 231 / 0);
}
.border-b-gray-100\/5{
  border-bottom-color: rgb(213 227 231 / 0.05);
}
.border-b-gray-100\/10{
  border-bottom-color: rgb(213 227 231 / 0.1);
}
.border-b-gray-100\/20{
  border-bottom-color: rgb(213 227 231 / 0.2);
}
.border-b-gray-100\/25{
  border-bottom-color: rgb(213 227 231 / 0.25);
}
.border-b-gray-100\/30{
  border-bottom-color: rgb(213 227 231 / 0.3);
}
.border-b-gray-100\/40{
  border-bottom-color: rgb(213 227 231 / 0.4);
}
.border-b-gray-100\/50{
  border-bottom-color: rgb(213 227 231 / 0.5);
}
.border-b-gray-100\/60{
  border-bottom-color: rgb(213 227 231 / 0.6);
}
.border-b-gray-100\/70{
  border-bottom-color: rgb(213 227 231 / 0.7);
}
.border-b-gray-100\/75{
  border-bottom-color: rgb(213 227 231 / 0.75);
}
.border-b-gray-100\/80{
  border-bottom-color: rgb(213 227 231 / 0.8);
}
.border-b-gray-100\/90{
  border-bottom-color: rgb(213 227 231 / 0.9);
}
.border-b-gray-100\/95{
  border-bottom-color: rgb(213 227 231 / 0.95);
}
.border-b-gray-100\/100{
  border-bottom-color: rgb(213 227 231 / 1);
}
.border-b-gray-200\/0{
  border-bottom-color: rgb(229 231 235 / 0);
}
.border-b-gray-200\/5{
  border-bottom-color: rgb(229 231 235 / 0.05);
}
.border-b-gray-200\/10{
  border-bottom-color: rgb(229 231 235 / 0.1);
}
.border-b-gray-200\/20{
  border-bottom-color: rgb(229 231 235 / 0.2);
}
.border-b-gray-200\/25{
  border-bottom-color: rgb(229 231 235 / 0.25);
}
.border-b-gray-200\/30{
  border-bottom-color: rgb(229 231 235 / 0.3);
}
.border-b-gray-200\/40{
  border-bottom-color: rgb(229 231 235 / 0.4);
}
.border-b-gray-200\/50{
  border-bottom-color: rgb(229 231 235 / 0.5);
}
.border-b-gray-200\/60{
  border-bottom-color: rgb(229 231 235 / 0.6);
}
.border-b-gray-200\/70{
  border-bottom-color: rgb(229 231 235 / 0.7);
}
.border-b-gray-200\/75{
  border-bottom-color: rgb(229 231 235 / 0.75);
}
.border-b-gray-200\/80{
  border-bottom-color: rgb(229 231 235 / 0.8);
}
.border-b-gray-200\/90{
  border-bottom-color: rgb(229 231 235 / 0.9);
}
.border-b-gray-200\/95{
  border-bottom-color: rgb(229 231 235 / 0.95);
}
.border-b-gray-200\/100{
  border-bottom-color: rgb(229 231 235 / 1);
}
.border-b-gray-300\/0{
  border-bottom-color: rgb(100 108 122 / 0);
}
.border-b-gray-300\/5{
  border-bottom-color: rgb(100 108 122 / 0.05);
}
.border-b-gray-300\/10{
  border-bottom-color: rgb(100 108 122 / 0.1);
}
.border-b-gray-300\/20{
  border-bottom-color: rgb(100 108 122 / 0.2);
}
.border-b-gray-300\/25{
  border-bottom-color: rgb(100 108 122 / 0.25);
}
.border-b-gray-300\/30{
  border-bottom-color: rgb(100 108 122 / 0.3);
}
.border-b-gray-300\/40{
  border-bottom-color: rgb(100 108 122 / 0.4);
}
.border-b-gray-300\/50{
  border-bottom-color: rgb(100 108 122 / 0.5);
}
.border-b-gray-300\/60{
  border-bottom-color: rgb(100 108 122 / 0.6);
}
.border-b-gray-300\/70{
  border-bottom-color: rgb(100 108 122 / 0.7);
}
.border-b-gray-300\/75{
  border-bottom-color: rgb(100 108 122 / 0.75);
}
.border-b-gray-300\/80{
  border-bottom-color: rgb(100 108 122 / 0.8);
}
.border-b-gray-300\/90{
  border-bottom-color: rgb(100 108 122 / 0.9);
}
.border-b-gray-300\/95{
  border-bottom-color: rgb(100 108 122 / 0.95);
}
.border-b-gray-300\/100{
  border-bottom-color: rgb(100 108 122 / 1);
}
.border-b-gray-400\/0{
  border-bottom-color: rgb(159 189 195 / 0);
}
.border-b-gray-400\/5{
  border-bottom-color: rgb(159 189 195 / 0.05);
}
.border-b-gray-400\/10{
  border-bottom-color: rgb(159 189 195 / 0.1);
}
.border-b-gray-400\/20{
  border-bottom-color: rgb(159 189 195 / 0.2);
}
.border-b-gray-400\/25{
  border-bottom-color: rgb(159 189 195 / 0.25);
}
.border-b-gray-400\/30{
  border-bottom-color: rgb(159 189 195 / 0.3);
}
.border-b-gray-400\/40{
  border-bottom-color: rgb(159 189 195 / 0.4);
}
.border-b-gray-400\/50{
  border-bottom-color: rgb(159 189 195 / 0.5);
}
.border-b-gray-400\/60{
  border-bottom-color: rgb(159 189 195 / 0.6);
}
.border-b-gray-400\/70{
  border-bottom-color: rgb(159 189 195 / 0.7);
}
.border-b-gray-400\/75{
  border-bottom-color: rgb(159 189 195 / 0.75);
}
.border-b-gray-400\/80{
  border-bottom-color: rgb(159 189 195 / 0.8);
}
.border-b-gray-400\/90{
  border-bottom-color: rgb(159 189 195 / 0.9);
}
.border-b-gray-400\/95{
  border-bottom-color: rgb(159 189 195 / 0.95);
}
.border-b-gray-400\/100{
  border-bottom-color: rgb(159 189 195 / 1);
}
.border-b-gray-500\/0{
  border-bottom-color: rgb(107 114 128 / 0);
}
.border-b-gray-500\/5{
  border-bottom-color: rgb(107 114 128 / 0.05);
}
.border-b-gray-500\/10{
  border-bottom-color: rgb(107 114 128 / 0.1);
}
.border-b-gray-500\/20{
  border-bottom-color: rgb(107 114 128 / 0.2);
}
.border-b-gray-500\/25{
  border-bottom-color: rgb(107 114 128 / 0.25);
}
.border-b-gray-500\/30{
  border-bottom-color: rgb(107 114 128 / 0.3);
}
.border-b-gray-500\/40{
  border-bottom-color: rgb(107 114 128 / 0.4);
}
.border-b-gray-500\/50{
  border-bottom-color: rgb(107 114 128 / 0.5);
}
.border-b-gray-500\/60{
  border-bottom-color: rgb(107 114 128 / 0.6);
}
.border-b-gray-500\/70{
  border-bottom-color: rgb(107 114 128 / 0.7);
}
.border-b-gray-500\/75{
  border-bottom-color: rgb(107 114 128 / 0.75);
}
.border-b-gray-500\/80{
  border-bottom-color: rgb(107 114 128 / 0.8);
}
.border-b-gray-500\/90{
  border-bottom-color: rgb(107 114 128 / 0.9);
}
.border-b-gray-500\/95{
  border-bottom-color: rgb(107 114 128 / 0.95);
}
.border-b-gray-500\/100{
  border-bottom-color: rgb(107 114 128 / 1);
}
.border-b-gray-600\/0{
  border-bottom-color: rgb(196 196 196 / 0);
}
.border-b-gray-600\/5{
  border-bottom-color: rgb(196 196 196 / 0.05);
}
.border-b-gray-600\/10{
  border-bottom-color: rgb(196 196 196 / 0.1);
}
.border-b-gray-600\/20{
  border-bottom-color: rgb(196 196 196 / 0.2);
}
.border-b-gray-600\/25{
  border-bottom-color: rgb(196 196 196 / 0.25);
}
.border-b-gray-600\/30{
  border-bottom-color: rgb(196 196 196 / 0.3);
}
.border-b-gray-600\/40{
  border-bottom-color: rgb(196 196 196 / 0.4);
}
.border-b-gray-600\/50{
  border-bottom-color: rgb(196 196 196 / 0.5);
}
.border-b-gray-600\/60{
  border-bottom-color: rgb(196 196 196 / 0.6);
}
.border-b-gray-600\/70{
  border-bottom-color: rgb(196 196 196 / 0.7);
}
.border-b-gray-600\/75{
  border-bottom-color: rgb(196 196 196 / 0.75);
}
.border-b-gray-600\/80{
  border-bottom-color: rgb(196 196 196 / 0.8);
}
.border-b-gray-600\/90{
  border-bottom-color: rgb(196 196 196 / 0.9);
}
.border-b-gray-600\/95{
  border-bottom-color: rgb(196 196 196 / 0.95);
}
.border-b-gray-600\/100{
  border-bottom-color: rgb(196 196 196 / 1);
}
.border-b-gray-700\/0{
  border-bottom-color: rgb(221 221 221 / 0);
}
.border-b-gray-700\/5{
  border-bottom-color: rgb(221 221 221 / 0.05);
}
.border-b-gray-700\/10{
  border-bottom-color: rgb(221 221 221 / 0.1);
}
.border-b-gray-700\/20{
  border-bottom-color: rgb(221 221 221 / 0.2);
}
.border-b-gray-700\/25{
  border-bottom-color: rgb(221 221 221 / 0.25);
}
.border-b-gray-700\/30{
  border-bottom-color: rgb(221 221 221 / 0.3);
}
.border-b-gray-700\/40{
  border-bottom-color: rgb(221 221 221 / 0.4);
}
.border-b-gray-700\/50{
  border-bottom-color: rgb(221 221 221 / 0.5);
}
.border-b-gray-700\/60{
  border-bottom-color: rgb(221 221 221 / 0.6);
}
.border-b-gray-700\/70{
  border-bottom-color: rgb(221 221 221 / 0.7);
}
.border-b-gray-700\/75{
  border-bottom-color: rgb(221 221 221 / 0.75);
}
.border-b-gray-700\/80{
  border-bottom-color: rgb(221 221 221 / 0.8);
}
.border-b-gray-700\/90{
  border-bottom-color: rgb(221 221 221 / 0.9);
}
.border-b-gray-700\/95{
  border-bottom-color: rgb(221 221 221 / 0.95);
}
.border-b-gray-700\/100{
  border-bottom-color: rgb(221 221 221 / 1);
}
.border-b-gray-800\/0{
  border-bottom-color: rgb(31 41 55 / 0);
}
.border-b-gray-800\/5{
  border-bottom-color: rgb(31 41 55 / 0.05);
}
.border-b-gray-800\/10{
  border-bottom-color: rgb(31 41 55 / 0.1);
}
.border-b-gray-800\/20{
  border-bottom-color: rgb(31 41 55 / 0.2);
}
.border-b-gray-800\/25{
  border-bottom-color: rgb(31 41 55 / 0.25);
}
.border-b-gray-800\/30{
  border-bottom-color: rgb(31 41 55 / 0.3);
}
.border-b-gray-800\/40{
  border-bottom-color: rgb(31 41 55 / 0.4);
}
.border-b-gray-800\/50{
  border-bottom-color: rgb(31 41 55 / 0.5);
}
.border-b-gray-800\/60{
  border-bottom-color: rgb(31 41 55 / 0.6);
}
.border-b-gray-800\/70{
  border-bottom-color: rgb(31 41 55 / 0.7);
}
.border-b-gray-800\/75{
  border-bottom-color: rgb(31 41 55 / 0.75);
}
.border-b-gray-800\/80{
  border-bottom-color: rgb(31 41 55 / 0.8);
}
.border-b-gray-800\/90{
  border-bottom-color: rgb(31 41 55 / 0.9);
}
.border-b-gray-800\/95{
  border-bottom-color: rgb(31 41 55 / 0.95);
}
.border-b-gray-800\/100{
  border-bottom-color: rgb(31 41 55 / 1);
}
.border-b-gray-900\/0{
  border-bottom-color: rgb(249 249 249 / 0);
}
.border-b-gray-900\/5{
  border-bottom-color: rgb(249 249 249 / 0.05);
}
.border-b-gray-900\/10{
  border-bottom-color: rgb(249 249 249 / 0.1);
}
.border-b-gray-900\/20{
  border-bottom-color: rgb(249 249 249 / 0.2);
}
.border-b-gray-900\/25{
  border-bottom-color: rgb(249 249 249 / 0.25);
}
.border-b-gray-900\/30{
  border-bottom-color: rgb(249 249 249 / 0.3);
}
.border-b-gray-900\/40{
  border-bottom-color: rgb(249 249 249 / 0.4);
}
.border-b-gray-900\/50{
  border-bottom-color: rgb(249 249 249 / 0.5);
}
.border-b-gray-900\/60{
  border-bottom-color: rgb(249 249 249 / 0.6);
}
.border-b-gray-900\/70{
  border-bottom-color: rgb(249 249 249 / 0.7);
}
.border-b-gray-900\/75{
  border-bottom-color: rgb(249 249 249 / 0.75);
}
.border-b-gray-900\/80{
  border-bottom-color: rgb(249 249 249 / 0.8);
}
.border-b-gray-900\/90{
  border-bottom-color: rgb(249 249 249 / 0.9);
}
.border-b-gray-900\/95{
  border-bottom-color: rgb(249 249 249 / 0.95);
}
.border-b-gray-900\/100{
  border-bottom-color: rgb(249 249 249 / 1);
}
.border-b-gray\/0{
  border-bottom-color: rgb(187 187 187 / 0);
}
.border-b-gray\/5{
  border-bottom-color: rgb(187 187 187 / 0.05);
}
.border-b-gray\/10{
  border-bottom-color: rgb(187 187 187 / 0.1);
}
.border-b-gray\/20{
  border-bottom-color: rgb(187 187 187 / 0.2);
}
.border-b-gray\/25{
  border-bottom-color: rgb(187 187 187 / 0.25);
}
.border-b-gray\/30{
  border-bottom-color: rgb(187 187 187 / 0.3);
}
.border-b-gray\/40{
  border-bottom-color: rgb(187 187 187 / 0.4);
}
.border-b-gray\/50{
  border-bottom-color: rgb(187 187 187 / 0.5);
}
.border-b-gray\/60{
  border-bottom-color: rgb(187 187 187 / 0.6);
}
.border-b-gray\/70{
  border-bottom-color: rgb(187 187 187 / 0.7);
}
.border-b-gray\/75{
  border-bottom-color: rgb(187 187 187 / 0.75);
}
.border-b-gray\/80{
  border-bottom-color: rgb(187 187 187 / 0.8);
}
.border-b-gray\/90{
  border-bottom-color: rgb(187 187 187 / 0.9);
}
.border-b-gray\/95{
  border-bottom-color: rgb(187 187 187 / 0.95);
}
.border-b-gray\/100{
  border-bottom-color: rgb(187 187 187 / 1);
}
.border-b-red-50\/0{
  border-bottom-color: rgb(253 242 242 / 0);
}
.border-b-red-50\/5{
  border-bottom-color: rgb(253 242 242 / 0.05);
}
.border-b-red-50\/10{
  border-bottom-color: rgb(253 242 242 / 0.1);
}
.border-b-red-50\/20{
  border-bottom-color: rgb(253 242 242 / 0.2);
}
.border-b-red-50\/25{
  border-bottom-color: rgb(253 242 242 / 0.25);
}
.border-b-red-50\/30{
  border-bottom-color: rgb(253 242 242 / 0.3);
}
.border-b-red-50\/40{
  border-bottom-color: rgb(253 242 242 / 0.4);
}
.border-b-red-50\/50{
  border-bottom-color: rgb(253 242 242 / 0.5);
}
.border-b-red-50\/60{
  border-bottom-color: rgb(253 242 242 / 0.6);
}
.border-b-red-50\/70{
  border-bottom-color: rgb(253 242 242 / 0.7);
}
.border-b-red-50\/75{
  border-bottom-color: rgb(253 242 242 / 0.75);
}
.border-b-red-50\/80{
  border-bottom-color: rgb(253 242 242 / 0.8);
}
.border-b-red-50\/90{
  border-bottom-color: rgb(253 242 242 / 0.9);
}
.border-b-red-50\/95{
  border-bottom-color: rgb(253 242 242 / 0.95);
}
.border-b-red-50\/100{
  border-bottom-color: rgb(253 242 242 / 1);
}
.border-b-red-100\/0{
  border-bottom-color: rgb(253 232 232 / 0);
}
.border-b-red-100\/5{
  border-bottom-color: rgb(253 232 232 / 0.05);
}
.border-b-red-100\/10{
  border-bottom-color: rgb(253 232 232 / 0.1);
}
.border-b-red-100\/20{
  border-bottom-color: rgb(253 232 232 / 0.2);
}
.border-b-red-100\/25{
  border-bottom-color: rgb(253 232 232 / 0.25);
}
.border-b-red-100\/30{
  border-bottom-color: rgb(253 232 232 / 0.3);
}
.border-b-red-100\/40{
  border-bottom-color: rgb(253 232 232 / 0.4);
}
.border-b-red-100\/50{
  border-bottom-color: rgb(253 232 232 / 0.5);
}
.border-b-red-100\/60{
  border-bottom-color: rgb(253 232 232 / 0.6);
}
.border-b-red-100\/70{
  border-bottom-color: rgb(253 232 232 / 0.7);
}
.border-b-red-100\/75{
  border-bottom-color: rgb(253 232 232 / 0.75);
}
.border-b-red-100\/80{
  border-bottom-color: rgb(253 232 232 / 0.8);
}
.border-b-red-100\/90{
  border-bottom-color: rgb(253 232 232 / 0.9);
}
.border-b-red-100\/95{
  border-bottom-color: rgb(253 232 232 / 0.95);
}
.border-b-red-100\/100{
  border-bottom-color: rgb(253 232 232 / 1);
}
.border-b-red-200\/0{
  border-bottom-color: rgb(251 213 213 / 0);
}
.border-b-red-200\/5{
  border-bottom-color: rgb(251 213 213 / 0.05);
}
.border-b-red-200\/10{
  border-bottom-color: rgb(251 213 213 / 0.1);
}
.border-b-red-200\/20{
  border-bottom-color: rgb(251 213 213 / 0.2);
}
.border-b-red-200\/25{
  border-bottom-color: rgb(251 213 213 / 0.25);
}
.border-b-red-200\/30{
  border-bottom-color: rgb(251 213 213 / 0.3);
}
.border-b-red-200\/40{
  border-bottom-color: rgb(251 213 213 / 0.4);
}
.border-b-red-200\/50{
  border-bottom-color: rgb(251 213 213 / 0.5);
}
.border-b-red-200\/60{
  border-bottom-color: rgb(251 213 213 / 0.6);
}
.border-b-red-200\/70{
  border-bottom-color: rgb(251 213 213 / 0.7);
}
.border-b-red-200\/75{
  border-bottom-color: rgb(251 213 213 / 0.75);
}
.border-b-red-200\/80{
  border-bottom-color: rgb(251 213 213 / 0.8);
}
.border-b-red-200\/90{
  border-bottom-color: rgb(251 213 213 / 0.9);
}
.border-b-red-200\/95{
  border-bottom-color: rgb(251 213 213 / 0.95);
}
.border-b-red-200\/100{
  border-bottom-color: rgb(251 213 213 / 1);
}
.border-b-red-300\/0{
  border-bottom-color: rgb(248 180 180 / 0);
}
.border-b-red-300\/5{
  border-bottom-color: rgb(248 180 180 / 0.05);
}
.border-b-red-300\/10{
  border-bottom-color: rgb(248 180 180 / 0.1);
}
.border-b-red-300\/20{
  border-bottom-color: rgb(248 180 180 / 0.2);
}
.border-b-red-300\/25{
  border-bottom-color: rgb(248 180 180 / 0.25);
}
.border-b-red-300\/30{
  border-bottom-color: rgb(248 180 180 / 0.3);
}
.border-b-red-300\/40{
  border-bottom-color: rgb(248 180 180 / 0.4);
}
.border-b-red-300\/50{
  border-bottom-color: rgb(248 180 180 / 0.5);
}
.border-b-red-300\/60{
  border-bottom-color: rgb(248 180 180 / 0.6);
}
.border-b-red-300\/70{
  border-bottom-color: rgb(248 180 180 / 0.7);
}
.border-b-red-300\/75{
  border-bottom-color: rgb(248 180 180 / 0.75);
}
.border-b-red-300\/80{
  border-bottom-color: rgb(248 180 180 / 0.8);
}
.border-b-red-300\/90{
  border-bottom-color: rgb(248 180 180 / 0.9);
}
.border-b-red-300\/95{
  border-bottom-color: rgb(248 180 180 / 0.95);
}
.border-b-red-300\/100{
  border-bottom-color: rgb(248 180 180 / 1);
}
.border-b-red-400\/0{
  border-bottom-color: rgb(249 128 128 / 0);
}
.border-b-red-400\/5{
  border-bottom-color: rgb(249 128 128 / 0.05);
}
.border-b-red-400\/10{
  border-bottom-color: rgb(249 128 128 / 0.1);
}
.border-b-red-400\/20{
  border-bottom-color: rgb(249 128 128 / 0.2);
}
.border-b-red-400\/25{
  border-bottom-color: rgb(249 128 128 / 0.25);
}
.border-b-red-400\/30{
  border-bottom-color: rgb(249 128 128 / 0.3);
}
.border-b-red-400\/40{
  border-bottom-color: rgb(249 128 128 / 0.4);
}
.border-b-red-400\/50{
  border-bottom-color: rgb(249 128 128 / 0.5);
}
.border-b-red-400\/60{
  border-bottom-color: rgb(249 128 128 / 0.6);
}
.border-b-red-400\/70{
  border-bottom-color: rgb(249 128 128 / 0.7);
}
.border-b-red-400\/75{
  border-bottom-color: rgb(249 128 128 / 0.75);
}
.border-b-red-400\/80{
  border-bottom-color: rgb(249 128 128 / 0.8);
}
.border-b-red-400\/90{
  border-bottom-color: rgb(249 128 128 / 0.9);
}
.border-b-red-400\/95{
  border-bottom-color: rgb(249 128 128 / 0.95);
}
.border-b-red-400\/100{
  border-bottom-color: rgb(249 128 128 / 1);
}
.border-b-red-500\/0{
  border-bottom-color: rgb(240 82 82 / 0);
}
.border-b-red-500\/5{
  border-bottom-color: rgb(240 82 82 / 0.05);
}
.border-b-red-500\/10{
  border-bottom-color: rgb(240 82 82 / 0.1);
}
.border-b-red-500\/20{
  border-bottom-color: rgb(240 82 82 / 0.2);
}
.border-b-red-500\/25{
  border-bottom-color: rgb(240 82 82 / 0.25);
}
.border-b-red-500\/30{
  border-bottom-color: rgb(240 82 82 / 0.3);
}
.border-b-red-500\/40{
  border-bottom-color: rgb(240 82 82 / 0.4);
}
.border-b-red-500\/50{
  border-bottom-color: rgb(240 82 82 / 0.5);
}
.border-b-red-500\/60{
  border-bottom-color: rgb(240 82 82 / 0.6);
}
.border-b-red-500\/70{
  border-bottom-color: rgb(240 82 82 / 0.7);
}
.border-b-red-500\/75{
  border-bottom-color: rgb(240 82 82 / 0.75);
}
.border-b-red-500\/80{
  border-bottom-color: rgb(240 82 82 / 0.8);
}
.border-b-red-500\/90{
  border-bottom-color: rgb(240 82 82 / 0.9);
}
.border-b-red-500\/95{
  border-bottom-color: rgb(240 82 82 / 0.95);
}
.border-b-red-500\/100{
  border-bottom-color: rgb(240 82 82 / 1);
}
.border-b-red-600\/0{
  border-bottom-color: rgb(224 36 36 / 0);
}
.border-b-red-600\/5{
  border-bottom-color: rgb(224 36 36 / 0.05);
}
.border-b-red-600\/10{
  border-bottom-color: rgb(224 36 36 / 0.1);
}
.border-b-red-600\/20{
  border-bottom-color: rgb(224 36 36 / 0.2);
}
.border-b-red-600\/25{
  border-bottom-color: rgb(224 36 36 / 0.25);
}
.border-b-red-600\/30{
  border-bottom-color: rgb(224 36 36 / 0.3);
}
.border-b-red-600\/40{
  border-bottom-color: rgb(224 36 36 / 0.4);
}
.border-b-red-600\/50{
  border-bottom-color: rgb(224 36 36 / 0.5);
}
.border-b-red-600\/60{
  border-bottom-color: rgb(224 36 36 / 0.6);
}
.border-b-red-600\/70{
  border-bottom-color: rgb(224 36 36 / 0.7);
}
.border-b-red-600\/75{
  border-bottom-color: rgb(224 36 36 / 0.75);
}
.border-b-red-600\/80{
  border-bottom-color: rgb(224 36 36 / 0.8);
}
.border-b-red-600\/90{
  border-bottom-color: rgb(224 36 36 / 0.9);
}
.border-b-red-600\/95{
  border-bottom-color: rgb(224 36 36 / 0.95);
}
.border-b-red-600\/100{
  border-bottom-color: rgb(224 36 36 / 1);
}
.border-b-red-700\/0{
  border-bottom-color: rgb(200 30 30 / 0);
}
.border-b-red-700\/5{
  border-bottom-color: rgb(200 30 30 / 0.05);
}
.border-b-red-700\/10{
  border-bottom-color: rgb(200 30 30 / 0.1);
}
.border-b-red-700\/20{
  border-bottom-color: rgb(200 30 30 / 0.2);
}
.border-b-red-700\/25{
  border-bottom-color: rgb(200 30 30 / 0.25);
}
.border-b-red-700\/30{
  border-bottom-color: rgb(200 30 30 / 0.3);
}
.border-b-red-700\/40{
  border-bottom-color: rgb(200 30 30 / 0.4);
}
.border-b-red-700\/50{
  border-bottom-color: rgb(200 30 30 / 0.5);
}
.border-b-red-700\/60{
  border-bottom-color: rgb(200 30 30 / 0.6);
}
.border-b-red-700\/70{
  border-bottom-color: rgb(200 30 30 / 0.7);
}
.border-b-red-700\/75{
  border-bottom-color: rgb(200 30 30 / 0.75);
}
.border-b-red-700\/80{
  border-bottom-color: rgb(200 30 30 / 0.8);
}
.border-b-red-700\/90{
  border-bottom-color: rgb(200 30 30 / 0.9);
}
.border-b-red-700\/95{
  border-bottom-color: rgb(200 30 30 / 0.95);
}
.border-b-red-700\/100{
  border-bottom-color: rgb(200 30 30 / 1);
}
.border-b-red-800\/0{
  border-bottom-color: rgb(155 28 28 / 0);
}
.border-b-red-800\/5{
  border-bottom-color: rgb(155 28 28 / 0.05);
}
.border-b-red-800\/10{
  border-bottom-color: rgb(155 28 28 / 0.1);
}
.border-b-red-800\/20{
  border-bottom-color: rgb(155 28 28 / 0.2);
}
.border-b-red-800\/25{
  border-bottom-color: rgb(155 28 28 / 0.25);
}
.border-b-red-800\/30{
  border-bottom-color: rgb(155 28 28 / 0.3);
}
.border-b-red-800\/40{
  border-bottom-color: rgb(155 28 28 / 0.4);
}
.border-b-red-800\/50{
  border-bottom-color: rgb(155 28 28 / 0.5);
}
.border-b-red-800\/60{
  border-bottom-color: rgb(155 28 28 / 0.6);
}
.border-b-red-800\/70{
  border-bottom-color: rgb(155 28 28 / 0.7);
}
.border-b-red-800\/75{
  border-bottom-color: rgb(155 28 28 / 0.75);
}
.border-b-red-800\/80{
  border-bottom-color: rgb(155 28 28 / 0.8);
}
.border-b-red-800\/90{
  border-bottom-color: rgb(155 28 28 / 0.9);
}
.border-b-red-800\/95{
  border-bottom-color: rgb(155 28 28 / 0.95);
}
.border-b-red-800\/100{
  border-bottom-color: rgb(155 28 28 / 1);
}
.border-b-red-900\/0{
  border-bottom-color: rgb(119 29 29 / 0);
}
.border-b-red-900\/5{
  border-bottom-color: rgb(119 29 29 / 0.05);
}
.border-b-red-900\/10{
  border-bottom-color: rgb(119 29 29 / 0.1);
}
.border-b-red-900\/20{
  border-bottom-color: rgb(119 29 29 / 0.2);
}
.border-b-red-900\/25{
  border-bottom-color: rgb(119 29 29 / 0.25);
}
.border-b-red-900\/30{
  border-bottom-color: rgb(119 29 29 / 0.3);
}
.border-b-red-900\/40{
  border-bottom-color: rgb(119 29 29 / 0.4);
}
.border-b-red-900\/50{
  border-bottom-color: rgb(119 29 29 / 0.5);
}
.border-b-red-900\/60{
  border-bottom-color: rgb(119 29 29 / 0.6);
}
.border-b-red-900\/70{
  border-bottom-color: rgb(119 29 29 / 0.7);
}
.border-b-red-900\/75{
  border-bottom-color: rgb(119 29 29 / 0.75);
}
.border-b-red-900\/80{
  border-bottom-color: rgb(119 29 29 / 0.8);
}
.border-b-red-900\/90{
  border-bottom-color: rgb(119 29 29 / 0.9);
}
.border-b-red-900\/95{
  border-bottom-color: rgb(119 29 29 / 0.95);
}
.border-b-red-900\/100{
  border-bottom-color: rgb(119 29 29 / 1);
}
.border-b-orange-50\/0{
  border-bottom-color: rgb(255 248 241 / 0);
}
.border-b-orange-50\/5{
  border-bottom-color: rgb(255 248 241 / 0.05);
}
.border-b-orange-50\/10{
  border-bottom-color: rgb(255 248 241 / 0.1);
}
.border-b-orange-50\/20{
  border-bottom-color: rgb(255 248 241 / 0.2);
}
.border-b-orange-50\/25{
  border-bottom-color: rgb(255 248 241 / 0.25);
}
.border-b-orange-50\/30{
  border-bottom-color: rgb(255 248 241 / 0.3);
}
.border-b-orange-50\/40{
  border-bottom-color: rgb(255 248 241 / 0.4);
}
.border-b-orange-50\/50{
  border-bottom-color: rgb(255 248 241 / 0.5);
}
.border-b-orange-50\/60{
  border-bottom-color: rgb(255 248 241 / 0.6);
}
.border-b-orange-50\/70{
  border-bottom-color: rgb(255 248 241 / 0.7);
}
.border-b-orange-50\/75{
  border-bottom-color: rgb(255 248 241 / 0.75);
}
.border-b-orange-50\/80{
  border-bottom-color: rgb(255 248 241 / 0.8);
}
.border-b-orange-50\/90{
  border-bottom-color: rgb(255 248 241 / 0.9);
}
.border-b-orange-50\/95{
  border-bottom-color: rgb(255 248 241 / 0.95);
}
.border-b-orange-50\/100{
  border-bottom-color: rgb(255 248 241 / 1);
}
.border-b-orange-100\/0{
  border-bottom-color: rgb(254 236 220 / 0);
}
.border-b-orange-100\/5{
  border-bottom-color: rgb(254 236 220 / 0.05);
}
.border-b-orange-100\/10{
  border-bottom-color: rgb(254 236 220 / 0.1);
}
.border-b-orange-100\/20{
  border-bottom-color: rgb(254 236 220 / 0.2);
}
.border-b-orange-100\/25{
  border-bottom-color: rgb(254 236 220 / 0.25);
}
.border-b-orange-100\/30{
  border-bottom-color: rgb(254 236 220 / 0.3);
}
.border-b-orange-100\/40{
  border-bottom-color: rgb(254 236 220 / 0.4);
}
.border-b-orange-100\/50{
  border-bottom-color: rgb(254 236 220 / 0.5);
}
.border-b-orange-100\/60{
  border-bottom-color: rgb(254 236 220 / 0.6);
}
.border-b-orange-100\/70{
  border-bottom-color: rgb(254 236 220 / 0.7);
}
.border-b-orange-100\/75{
  border-bottom-color: rgb(254 236 220 / 0.75);
}
.border-b-orange-100\/80{
  border-bottom-color: rgb(254 236 220 / 0.8);
}
.border-b-orange-100\/90{
  border-bottom-color: rgb(254 236 220 / 0.9);
}
.border-b-orange-100\/95{
  border-bottom-color: rgb(254 236 220 / 0.95);
}
.border-b-orange-100\/100{
  border-bottom-color: rgb(254 236 220 / 1);
}
.border-b-orange-200\/0{
  border-bottom-color: rgb(252 217 189 / 0);
}
.border-b-orange-200\/5{
  border-bottom-color: rgb(252 217 189 / 0.05);
}
.border-b-orange-200\/10{
  border-bottom-color: rgb(252 217 189 / 0.1);
}
.border-b-orange-200\/20{
  border-bottom-color: rgb(252 217 189 / 0.2);
}
.border-b-orange-200\/25{
  border-bottom-color: rgb(252 217 189 / 0.25);
}
.border-b-orange-200\/30{
  border-bottom-color: rgb(252 217 189 / 0.3);
}
.border-b-orange-200\/40{
  border-bottom-color: rgb(252 217 189 / 0.4);
}
.border-b-orange-200\/50{
  border-bottom-color: rgb(252 217 189 / 0.5);
}
.border-b-orange-200\/60{
  border-bottom-color: rgb(252 217 189 / 0.6);
}
.border-b-orange-200\/70{
  border-bottom-color: rgb(252 217 189 / 0.7);
}
.border-b-orange-200\/75{
  border-bottom-color: rgb(252 217 189 / 0.75);
}
.border-b-orange-200\/80{
  border-bottom-color: rgb(252 217 189 / 0.8);
}
.border-b-orange-200\/90{
  border-bottom-color: rgb(252 217 189 / 0.9);
}
.border-b-orange-200\/95{
  border-bottom-color: rgb(252 217 189 / 0.95);
}
.border-b-orange-200\/100{
  border-bottom-color: rgb(252 217 189 / 1);
}
.border-b-orange-300\/0{
  border-bottom-color: rgb(253 186 140 / 0);
}
.border-b-orange-300\/5{
  border-bottom-color: rgb(253 186 140 / 0.05);
}
.border-b-orange-300\/10{
  border-bottom-color: rgb(253 186 140 / 0.1);
}
.border-b-orange-300\/20{
  border-bottom-color: rgb(253 186 140 / 0.2);
}
.border-b-orange-300\/25{
  border-bottom-color: rgb(253 186 140 / 0.25);
}
.border-b-orange-300\/30{
  border-bottom-color: rgb(253 186 140 / 0.3);
}
.border-b-orange-300\/40{
  border-bottom-color: rgb(253 186 140 / 0.4);
}
.border-b-orange-300\/50{
  border-bottom-color: rgb(253 186 140 / 0.5);
}
.border-b-orange-300\/60{
  border-bottom-color: rgb(253 186 140 / 0.6);
}
.border-b-orange-300\/70{
  border-bottom-color: rgb(253 186 140 / 0.7);
}
.border-b-orange-300\/75{
  border-bottom-color: rgb(253 186 140 / 0.75);
}
.border-b-orange-300\/80{
  border-bottom-color: rgb(253 186 140 / 0.8);
}
.border-b-orange-300\/90{
  border-bottom-color: rgb(253 186 140 / 0.9);
}
.border-b-orange-300\/95{
  border-bottom-color: rgb(253 186 140 / 0.95);
}
.border-b-orange-300\/100{
  border-bottom-color: rgb(253 186 140 / 1);
}
.border-b-orange-400\/0{
  border-bottom-color: rgb(255 138 76 / 0);
}
.border-b-orange-400\/5{
  border-bottom-color: rgb(255 138 76 / 0.05);
}
.border-b-orange-400\/10{
  border-bottom-color: rgb(255 138 76 / 0.1);
}
.border-b-orange-400\/20{
  border-bottom-color: rgb(255 138 76 / 0.2);
}
.border-b-orange-400\/25{
  border-bottom-color: rgb(255 138 76 / 0.25);
}
.border-b-orange-400\/30{
  border-bottom-color: rgb(255 138 76 / 0.3);
}
.border-b-orange-400\/40{
  border-bottom-color: rgb(255 138 76 / 0.4);
}
.border-b-orange-400\/50{
  border-bottom-color: rgb(255 138 76 / 0.5);
}
.border-b-orange-400\/60{
  border-bottom-color: rgb(255 138 76 / 0.6);
}
.border-b-orange-400\/70{
  border-bottom-color: rgb(255 138 76 / 0.7);
}
.border-b-orange-400\/75{
  border-bottom-color: rgb(255 138 76 / 0.75);
}
.border-b-orange-400\/80{
  border-bottom-color: rgb(255 138 76 / 0.8);
}
.border-b-orange-400\/90{
  border-bottom-color: rgb(255 138 76 / 0.9);
}
.border-b-orange-400\/95{
  border-bottom-color: rgb(255 138 76 / 0.95);
}
.border-b-orange-400\/100{
  border-bottom-color: rgb(255 138 76 / 1);
}
.border-b-orange-500\/0{
  border-bottom-color: rgb(255 90 31 / 0);
}
.border-b-orange-500\/5{
  border-bottom-color: rgb(255 90 31 / 0.05);
}
.border-b-orange-500\/10{
  border-bottom-color: rgb(255 90 31 / 0.1);
}
.border-b-orange-500\/20{
  border-bottom-color: rgb(255 90 31 / 0.2);
}
.border-b-orange-500\/25{
  border-bottom-color: rgb(255 90 31 / 0.25);
}
.border-b-orange-500\/30{
  border-bottom-color: rgb(255 90 31 / 0.3);
}
.border-b-orange-500\/40{
  border-bottom-color: rgb(255 90 31 / 0.4);
}
.border-b-orange-500\/50{
  border-bottom-color: rgb(255 90 31 / 0.5);
}
.border-b-orange-500\/60{
  border-bottom-color: rgb(255 90 31 / 0.6);
}
.border-b-orange-500\/70{
  border-bottom-color: rgb(255 90 31 / 0.7);
}
.border-b-orange-500\/75{
  border-bottom-color: rgb(255 90 31 / 0.75);
}
.border-b-orange-500\/80{
  border-bottom-color: rgb(255 90 31 / 0.8);
}
.border-b-orange-500\/90{
  border-bottom-color: rgb(255 90 31 / 0.9);
}
.border-b-orange-500\/95{
  border-bottom-color: rgb(255 90 31 / 0.95);
}
.border-b-orange-500\/100{
  border-bottom-color: rgb(255 90 31 / 1);
}
.border-b-orange-600\/0{
  border-bottom-color: rgb(208 56 1 / 0);
}
.border-b-orange-600\/5{
  border-bottom-color: rgb(208 56 1 / 0.05);
}
.border-b-orange-600\/10{
  border-bottom-color: rgb(208 56 1 / 0.1);
}
.border-b-orange-600\/20{
  border-bottom-color: rgb(208 56 1 / 0.2);
}
.border-b-orange-600\/25{
  border-bottom-color: rgb(208 56 1 / 0.25);
}
.border-b-orange-600\/30{
  border-bottom-color: rgb(208 56 1 / 0.3);
}
.border-b-orange-600\/40{
  border-bottom-color: rgb(208 56 1 / 0.4);
}
.border-b-orange-600\/50{
  border-bottom-color: rgb(208 56 1 / 0.5);
}
.border-b-orange-600\/60{
  border-bottom-color: rgb(208 56 1 / 0.6);
}
.border-b-orange-600\/70{
  border-bottom-color: rgb(208 56 1 / 0.7);
}
.border-b-orange-600\/75{
  border-bottom-color: rgb(208 56 1 / 0.75);
}
.border-b-orange-600\/80{
  border-bottom-color: rgb(208 56 1 / 0.8);
}
.border-b-orange-600\/90{
  border-bottom-color: rgb(208 56 1 / 0.9);
}
.border-b-orange-600\/95{
  border-bottom-color: rgb(208 56 1 / 0.95);
}
.border-b-orange-600\/100{
  border-bottom-color: rgb(208 56 1 / 1);
}
.border-b-orange-700\/0{
  border-bottom-color: rgb(180 52 3 / 0);
}
.border-b-orange-700\/5{
  border-bottom-color: rgb(180 52 3 / 0.05);
}
.border-b-orange-700\/10{
  border-bottom-color: rgb(180 52 3 / 0.1);
}
.border-b-orange-700\/20{
  border-bottom-color: rgb(180 52 3 / 0.2);
}
.border-b-orange-700\/25{
  border-bottom-color: rgb(180 52 3 / 0.25);
}
.border-b-orange-700\/30{
  border-bottom-color: rgb(180 52 3 / 0.3);
}
.border-b-orange-700\/40{
  border-bottom-color: rgb(180 52 3 / 0.4);
}
.border-b-orange-700\/50{
  border-bottom-color: rgb(180 52 3 / 0.5);
}
.border-b-orange-700\/60{
  border-bottom-color: rgb(180 52 3 / 0.6);
}
.border-b-orange-700\/70{
  border-bottom-color: rgb(180 52 3 / 0.7);
}
.border-b-orange-700\/75{
  border-bottom-color: rgb(180 52 3 / 0.75);
}
.border-b-orange-700\/80{
  border-bottom-color: rgb(180 52 3 / 0.8);
}
.border-b-orange-700\/90{
  border-bottom-color: rgb(180 52 3 / 0.9);
}
.border-b-orange-700\/95{
  border-bottom-color: rgb(180 52 3 / 0.95);
}
.border-b-orange-700\/100{
  border-bottom-color: rgb(180 52 3 / 1);
}
.border-b-orange-800\/0{
  border-bottom-color: rgb(138 44 13 / 0);
}
.border-b-orange-800\/5{
  border-bottom-color: rgb(138 44 13 / 0.05);
}
.border-b-orange-800\/10{
  border-bottom-color: rgb(138 44 13 / 0.1);
}
.border-b-orange-800\/20{
  border-bottom-color: rgb(138 44 13 / 0.2);
}
.border-b-orange-800\/25{
  border-bottom-color: rgb(138 44 13 / 0.25);
}
.border-b-orange-800\/30{
  border-bottom-color: rgb(138 44 13 / 0.3);
}
.border-b-orange-800\/40{
  border-bottom-color: rgb(138 44 13 / 0.4);
}
.border-b-orange-800\/50{
  border-bottom-color: rgb(138 44 13 / 0.5);
}
.border-b-orange-800\/60{
  border-bottom-color: rgb(138 44 13 / 0.6);
}
.border-b-orange-800\/70{
  border-bottom-color: rgb(138 44 13 / 0.7);
}
.border-b-orange-800\/75{
  border-bottom-color: rgb(138 44 13 / 0.75);
}
.border-b-orange-800\/80{
  border-bottom-color: rgb(138 44 13 / 0.8);
}
.border-b-orange-800\/90{
  border-bottom-color: rgb(138 44 13 / 0.9);
}
.border-b-orange-800\/95{
  border-bottom-color: rgb(138 44 13 / 0.95);
}
.border-b-orange-800\/100{
  border-bottom-color: rgb(138 44 13 / 1);
}
.border-b-orange-900\/0{
  border-bottom-color: rgb(119 29 29 / 0);
}
.border-b-orange-900\/5{
  border-bottom-color: rgb(119 29 29 / 0.05);
}
.border-b-orange-900\/10{
  border-bottom-color: rgb(119 29 29 / 0.1);
}
.border-b-orange-900\/20{
  border-bottom-color: rgb(119 29 29 / 0.2);
}
.border-b-orange-900\/25{
  border-bottom-color: rgb(119 29 29 / 0.25);
}
.border-b-orange-900\/30{
  border-bottom-color: rgb(119 29 29 / 0.3);
}
.border-b-orange-900\/40{
  border-bottom-color: rgb(119 29 29 / 0.4);
}
.border-b-orange-900\/50{
  border-bottom-color: rgb(119 29 29 / 0.5);
}
.border-b-orange-900\/60{
  border-bottom-color: rgb(119 29 29 / 0.6);
}
.border-b-orange-900\/70{
  border-bottom-color: rgb(119 29 29 / 0.7);
}
.border-b-orange-900\/75{
  border-bottom-color: rgb(119 29 29 / 0.75);
}
.border-b-orange-900\/80{
  border-bottom-color: rgb(119 29 29 / 0.8);
}
.border-b-orange-900\/90{
  border-bottom-color: rgb(119 29 29 / 0.9);
}
.border-b-orange-900\/95{
  border-bottom-color: rgb(119 29 29 / 0.95);
}
.border-b-orange-900\/100{
  border-bottom-color: rgb(119 29 29 / 1);
}
.border-b-yellow-50\/0{
  border-bottom-color: rgb(253 253 234 / 0);
}
.border-b-yellow-50\/5{
  border-bottom-color: rgb(253 253 234 / 0.05);
}
.border-b-yellow-50\/10{
  border-bottom-color: rgb(253 253 234 / 0.1);
}
.border-b-yellow-50\/20{
  border-bottom-color: rgb(253 253 234 / 0.2);
}
.border-b-yellow-50\/25{
  border-bottom-color: rgb(253 253 234 / 0.25);
}
.border-b-yellow-50\/30{
  border-bottom-color: rgb(253 253 234 / 0.3);
}
.border-b-yellow-50\/40{
  border-bottom-color: rgb(253 253 234 / 0.4);
}
.border-b-yellow-50\/50{
  border-bottom-color: rgb(253 253 234 / 0.5);
}
.border-b-yellow-50\/60{
  border-bottom-color: rgb(253 253 234 / 0.6);
}
.border-b-yellow-50\/70{
  border-bottom-color: rgb(253 253 234 / 0.7);
}
.border-b-yellow-50\/75{
  border-bottom-color: rgb(253 253 234 / 0.75);
}
.border-b-yellow-50\/80{
  border-bottom-color: rgb(253 253 234 / 0.8);
}
.border-b-yellow-50\/90{
  border-bottom-color: rgb(253 253 234 / 0.9);
}
.border-b-yellow-50\/95{
  border-bottom-color: rgb(253 253 234 / 0.95);
}
.border-b-yellow-50\/100{
  border-bottom-color: rgb(253 253 234 / 1);
}
.border-b-yellow-100\/0{
  border-bottom-color: rgb(253 246 178 / 0);
}
.border-b-yellow-100\/5{
  border-bottom-color: rgb(253 246 178 / 0.05);
}
.border-b-yellow-100\/10{
  border-bottom-color: rgb(253 246 178 / 0.1);
}
.border-b-yellow-100\/20{
  border-bottom-color: rgb(253 246 178 / 0.2);
}
.border-b-yellow-100\/25{
  border-bottom-color: rgb(253 246 178 / 0.25);
}
.border-b-yellow-100\/30{
  border-bottom-color: rgb(253 246 178 / 0.3);
}
.border-b-yellow-100\/40{
  border-bottom-color: rgb(253 246 178 / 0.4);
}
.border-b-yellow-100\/50{
  border-bottom-color: rgb(253 246 178 / 0.5);
}
.border-b-yellow-100\/60{
  border-bottom-color: rgb(253 246 178 / 0.6);
}
.border-b-yellow-100\/70{
  border-bottom-color: rgb(253 246 178 / 0.7);
}
.border-b-yellow-100\/75{
  border-bottom-color: rgb(253 246 178 / 0.75);
}
.border-b-yellow-100\/80{
  border-bottom-color: rgb(253 246 178 / 0.8);
}
.border-b-yellow-100\/90{
  border-bottom-color: rgb(253 246 178 / 0.9);
}
.border-b-yellow-100\/95{
  border-bottom-color: rgb(253 246 178 / 0.95);
}
.border-b-yellow-100\/100{
  border-bottom-color: rgb(253 246 178 / 1);
}
.border-b-yellow-200\/0{
  border-bottom-color: rgb(252 233 106 / 0);
}
.border-b-yellow-200\/5{
  border-bottom-color: rgb(252 233 106 / 0.05);
}
.border-b-yellow-200\/10{
  border-bottom-color: rgb(252 233 106 / 0.1);
}
.border-b-yellow-200\/20{
  border-bottom-color: rgb(252 233 106 / 0.2);
}
.border-b-yellow-200\/25{
  border-bottom-color: rgb(252 233 106 / 0.25);
}
.border-b-yellow-200\/30{
  border-bottom-color: rgb(252 233 106 / 0.3);
}
.border-b-yellow-200\/40{
  border-bottom-color: rgb(252 233 106 / 0.4);
}
.border-b-yellow-200\/50{
  border-bottom-color: rgb(252 233 106 / 0.5);
}
.border-b-yellow-200\/60{
  border-bottom-color: rgb(252 233 106 / 0.6);
}
.border-b-yellow-200\/70{
  border-bottom-color: rgb(252 233 106 / 0.7);
}
.border-b-yellow-200\/75{
  border-bottom-color: rgb(252 233 106 / 0.75);
}
.border-b-yellow-200\/80{
  border-bottom-color: rgb(252 233 106 / 0.8);
}
.border-b-yellow-200\/90{
  border-bottom-color: rgb(252 233 106 / 0.9);
}
.border-b-yellow-200\/95{
  border-bottom-color: rgb(252 233 106 / 0.95);
}
.border-b-yellow-200\/100{
  border-bottom-color: rgb(252 233 106 / 1);
}
.border-b-yellow-300\/0{
  border-bottom-color: rgb(250 202 21 / 0);
}
.border-b-yellow-300\/5{
  border-bottom-color: rgb(250 202 21 / 0.05);
}
.border-b-yellow-300\/10{
  border-bottom-color: rgb(250 202 21 / 0.1);
}
.border-b-yellow-300\/20{
  border-bottom-color: rgb(250 202 21 / 0.2);
}
.border-b-yellow-300\/25{
  border-bottom-color: rgb(250 202 21 / 0.25);
}
.border-b-yellow-300\/30{
  border-bottom-color: rgb(250 202 21 / 0.3);
}
.border-b-yellow-300\/40{
  border-bottom-color: rgb(250 202 21 / 0.4);
}
.border-b-yellow-300\/50{
  border-bottom-color: rgb(250 202 21 / 0.5);
}
.border-b-yellow-300\/60{
  border-bottom-color: rgb(250 202 21 / 0.6);
}
.border-b-yellow-300\/70{
  border-bottom-color: rgb(250 202 21 / 0.7);
}
.border-b-yellow-300\/75{
  border-bottom-color: rgb(250 202 21 / 0.75);
}
.border-b-yellow-300\/80{
  border-bottom-color: rgb(250 202 21 / 0.8);
}
.border-b-yellow-300\/90{
  border-bottom-color: rgb(250 202 21 / 0.9);
}
.border-b-yellow-300\/95{
  border-bottom-color: rgb(250 202 21 / 0.95);
}
.border-b-yellow-300\/100{
  border-bottom-color: rgb(250 202 21 / 1);
}
.border-b-yellow-400\/0{
  border-bottom-color: rgb(227 160 8 / 0);
}
.border-b-yellow-400\/5{
  border-bottom-color: rgb(227 160 8 / 0.05);
}
.border-b-yellow-400\/10{
  border-bottom-color: rgb(227 160 8 / 0.1);
}
.border-b-yellow-400\/20{
  border-bottom-color: rgb(227 160 8 / 0.2);
}
.border-b-yellow-400\/25{
  border-bottom-color: rgb(227 160 8 / 0.25);
}
.border-b-yellow-400\/30{
  border-bottom-color: rgb(227 160 8 / 0.3);
}
.border-b-yellow-400\/40{
  border-bottom-color: rgb(227 160 8 / 0.4);
}
.border-b-yellow-400\/50{
  border-bottom-color: rgb(227 160 8 / 0.5);
}
.border-b-yellow-400\/60{
  border-bottom-color: rgb(227 160 8 / 0.6);
}
.border-b-yellow-400\/70{
  border-bottom-color: rgb(227 160 8 / 0.7);
}
.border-b-yellow-400\/75{
  border-bottom-color: rgb(227 160 8 / 0.75);
}
.border-b-yellow-400\/80{
  border-bottom-color: rgb(227 160 8 / 0.8);
}
.border-b-yellow-400\/90{
  border-bottom-color: rgb(227 160 8 / 0.9);
}
.border-b-yellow-400\/95{
  border-bottom-color: rgb(227 160 8 / 0.95);
}
.border-b-yellow-400\/100{
  border-bottom-color: rgb(227 160 8 / 1);
}
.border-b-yellow-500\/0{
  border-bottom-color: rgb(194 120 3 / 0);
}
.border-b-yellow-500\/5{
  border-bottom-color: rgb(194 120 3 / 0.05);
}
.border-b-yellow-500\/10{
  border-bottom-color: rgb(194 120 3 / 0.1);
}
.border-b-yellow-500\/20{
  border-bottom-color: rgb(194 120 3 / 0.2);
}
.border-b-yellow-500\/25{
  border-bottom-color: rgb(194 120 3 / 0.25);
}
.border-b-yellow-500\/30{
  border-bottom-color: rgb(194 120 3 / 0.3);
}
.border-b-yellow-500\/40{
  border-bottom-color: rgb(194 120 3 / 0.4);
}
.border-b-yellow-500\/50{
  border-bottom-color: rgb(194 120 3 / 0.5);
}
.border-b-yellow-500\/60{
  border-bottom-color: rgb(194 120 3 / 0.6);
}
.border-b-yellow-500\/70{
  border-bottom-color: rgb(194 120 3 / 0.7);
}
.border-b-yellow-500\/75{
  border-bottom-color: rgb(194 120 3 / 0.75);
}
.border-b-yellow-500\/80{
  border-bottom-color: rgb(194 120 3 / 0.8);
}
.border-b-yellow-500\/90{
  border-bottom-color: rgb(194 120 3 / 0.9);
}
.border-b-yellow-500\/95{
  border-bottom-color: rgb(194 120 3 / 0.95);
}
.border-b-yellow-500\/100{
  border-bottom-color: rgb(194 120 3 / 1);
}
.border-b-yellow-600\/0{
  border-bottom-color: rgb(159 88 10 / 0);
}
.border-b-yellow-600\/5{
  border-bottom-color: rgb(159 88 10 / 0.05);
}
.border-b-yellow-600\/10{
  border-bottom-color: rgb(159 88 10 / 0.1);
}
.border-b-yellow-600\/20{
  border-bottom-color: rgb(159 88 10 / 0.2);
}
.border-b-yellow-600\/25{
  border-bottom-color: rgb(159 88 10 / 0.25);
}
.border-b-yellow-600\/30{
  border-bottom-color: rgb(159 88 10 / 0.3);
}
.border-b-yellow-600\/40{
  border-bottom-color: rgb(159 88 10 / 0.4);
}
.border-b-yellow-600\/50{
  border-bottom-color: rgb(159 88 10 / 0.5);
}
.border-b-yellow-600\/60{
  border-bottom-color: rgb(159 88 10 / 0.6);
}
.border-b-yellow-600\/70{
  border-bottom-color: rgb(159 88 10 / 0.7);
}
.border-b-yellow-600\/75{
  border-bottom-color: rgb(159 88 10 / 0.75);
}
.border-b-yellow-600\/80{
  border-bottom-color: rgb(159 88 10 / 0.8);
}
.border-b-yellow-600\/90{
  border-bottom-color: rgb(159 88 10 / 0.9);
}
.border-b-yellow-600\/95{
  border-bottom-color: rgb(159 88 10 / 0.95);
}
.border-b-yellow-600\/100{
  border-bottom-color: rgb(159 88 10 / 1);
}
.border-b-yellow-700\/0{
  border-bottom-color: rgb(142 75 16 / 0);
}
.border-b-yellow-700\/5{
  border-bottom-color: rgb(142 75 16 / 0.05);
}
.border-b-yellow-700\/10{
  border-bottom-color: rgb(142 75 16 / 0.1);
}
.border-b-yellow-700\/20{
  border-bottom-color: rgb(142 75 16 / 0.2);
}
.border-b-yellow-700\/25{
  border-bottom-color: rgb(142 75 16 / 0.25);
}
.border-b-yellow-700\/30{
  border-bottom-color: rgb(142 75 16 / 0.3);
}
.border-b-yellow-700\/40{
  border-bottom-color: rgb(142 75 16 / 0.4);
}
.border-b-yellow-700\/50{
  border-bottom-color: rgb(142 75 16 / 0.5);
}
.border-b-yellow-700\/60{
  border-bottom-color: rgb(142 75 16 / 0.6);
}
.border-b-yellow-700\/70{
  border-bottom-color: rgb(142 75 16 / 0.7);
}
.border-b-yellow-700\/75{
  border-bottom-color: rgb(142 75 16 / 0.75);
}
.border-b-yellow-700\/80{
  border-bottom-color: rgb(142 75 16 / 0.8);
}
.border-b-yellow-700\/90{
  border-bottom-color: rgb(142 75 16 / 0.9);
}
.border-b-yellow-700\/95{
  border-bottom-color: rgb(142 75 16 / 0.95);
}
.border-b-yellow-700\/100{
  border-bottom-color: rgb(142 75 16 / 1);
}
.border-b-yellow-800\/0{
  border-bottom-color: rgb(114 59 19 / 0);
}
.border-b-yellow-800\/5{
  border-bottom-color: rgb(114 59 19 / 0.05);
}
.border-b-yellow-800\/10{
  border-bottom-color: rgb(114 59 19 / 0.1);
}
.border-b-yellow-800\/20{
  border-bottom-color: rgb(114 59 19 / 0.2);
}
.border-b-yellow-800\/25{
  border-bottom-color: rgb(114 59 19 / 0.25);
}
.border-b-yellow-800\/30{
  border-bottom-color: rgb(114 59 19 / 0.3);
}
.border-b-yellow-800\/40{
  border-bottom-color: rgb(114 59 19 / 0.4);
}
.border-b-yellow-800\/50{
  border-bottom-color: rgb(114 59 19 / 0.5);
}
.border-b-yellow-800\/60{
  border-bottom-color: rgb(114 59 19 / 0.6);
}
.border-b-yellow-800\/70{
  border-bottom-color: rgb(114 59 19 / 0.7);
}
.border-b-yellow-800\/75{
  border-bottom-color: rgb(114 59 19 / 0.75);
}
.border-b-yellow-800\/80{
  border-bottom-color: rgb(114 59 19 / 0.8);
}
.border-b-yellow-800\/90{
  border-bottom-color: rgb(114 59 19 / 0.9);
}
.border-b-yellow-800\/95{
  border-bottom-color: rgb(114 59 19 / 0.95);
}
.border-b-yellow-800\/100{
  border-bottom-color: rgb(114 59 19 / 1);
}
.border-b-yellow-900\/0{
  border-bottom-color: rgb(99 49 18 / 0);
}
.border-b-yellow-900\/5{
  border-bottom-color: rgb(99 49 18 / 0.05);
}
.border-b-yellow-900\/10{
  border-bottom-color: rgb(99 49 18 / 0.1);
}
.border-b-yellow-900\/20{
  border-bottom-color: rgb(99 49 18 / 0.2);
}
.border-b-yellow-900\/25{
  border-bottom-color: rgb(99 49 18 / 0.25);
}
.border-b-yellow-900\/30{
  border-bottom-color: rgb(99 49 18 / 0.3);
}
.border-b-yellow-900\/40{
  border-bottom-color: rgb(99 49 18 / 0.4);
}
.border-b-yellow-900\/50{
  border-bottom-color: rgb(99 49 18 / 0.5);
}
.border-b-yellow-900\/60{
  border-bottom-color: rgb(99 49 18 / 0.6);
}
.border-b-yellow-900\/70{
  border-bottom-color: rgb(99 49 18 / 0.7);
}
.border-b-yellow-900\/75{
  border-bottom-color: rgb(99 49 18 / 0.75);
}
.border-b-yellow-900\/80{
  border-bottom-color: rgb(99 49 18 / 0.8);
}
.border-b-yellow-900\/90{
  border-bottom-color: rgb(99 49 18 / 0.9);
}
.border-b-yellow-900\/95{
  border-bottom-color: rgb(99 49 18 / 0.95);
}
.border-b-yellow-900\/100{
  border-bottom-color: rgb(99 49 18 / 1);
}
.border-b-teal-50\/0{
  border-bottom-color: rgb(237 250 250 / 0);
}
.border-b-teal-50\/5{
  border-bottom-color: rgb(237 250 250 / 0.05);
}
.border-b-teal-50\/10{
  border-bottom-color: rgb(237 250 250 / 0.1);
}
.border-b-teal-50\/20{
  border-bottom-color: rgb(237 250 250 / 0.2);
}
.border-b-teal-50\/25{
  border-bottom-color: rgb(237 250 250 / 0.25);
}
.border-b-teal-50\/30{
  border-bottom-color: rgb(237 250 250 / 0.3);
}
.border-b-teal-50\/40{
  border-bottom-color: rgb(237 250 250 / 0.4);
}
.border-b-teal-50\/50{
  border-bottom-color: rgb(237 250 250 / 0.5);
}
.border-b-teal-50\/60{
  border-bottom-color: rgb(237 250 250 / 0.6);
}
.border-b-teal-50\/70{
  border-bottom-color: rgb(237 250 250 / 0.7);
}
.border-b-teal-50\/75{
  border-bottom-color: rgb(237 250 250 / 0.75);
}
.border-b-teal-50\/80{
  border-bottom-color: rgb(237 250 250 / 0.8);
}
.border-b-teal-50\/90{
  border-bottom-color: rgb(237 250 250 / 0.9);
}
.border-b-teal-50\/95{
  border-bottom-color: rgb(237 250 250 / 0.95);
}
.border-b-teal-50\/100{
  border-bottom-color: rgb(237 250 250 / 1);
}
.border-b-teal-100\/0{
  border-bottom-color: rgb(213 245 246 / 0);
}
.border-b-teal-100\/5{
  border-bottom-color: rgb(213 245 246 / 0.05);
}
.border-b-teal-100\/10{
  border-bottom-color: rgb(213 245 246 / 0.1);
}
.border-b-teal-100\/20{
  border-bottom-color: rgb(213 245 246 / 0.2);
}
.border-b-teal-100\/25{
  border-bottom-color: rgb(213 245 246 / 0.25);
}
.border-b-teal-100\/30{
  border-bottom-color: rgb(213 245 246 / 0.3);
}
.border-b-teal-100\/40{
  border-bottom-color: rgb(213 245 246 / 0.4);
}
.border-b-teal-100\/50{
  border-bottom-color: rgb(213 245 246 / 0.5);
}
.border-b-teal-100\/60{
  border-bottom-color: rgb(213 245 246 / 0.6);
}
.border-b-teal-100\/70{
  border-bottom-color: rgb(213 245 246 / 0.7);
}
.border-b-teal-100\/75{
  border-bottom-color: rgb(213 245 246 / 0.75);
}
.border-b-teal-100\/80{
  border-bottom-color: rgb(213 245 246 / 0.8);
}
.border-b-teal-100\/90{
  border-bottom-color: rgb(213 245 246 / 0.9);
}
.border-b-teal-100\/95{
  border-bottom-color: rgb(213 245 246 / 0.95);
}
.border-b-teal-100\/100{
  border-bottom-color: rgb(213 245 246 / 1);
}
.border-b-teal-200\/0{
  border-bottom-color: rgb(175 236 239 / 0);
}
.border-b-teal-200\/5{
  border-bottom-color: rgb(175 236 239 / 0.05);
}
.border-b-teal-200\/10{
  border-bottom-color: rgb(175 236 239 / 0.1);
}
.border-b-teal-200\/20{
  border-bottom-color: rgb(175 236 239 / 0.2);
}
.border-b-teal-200\/25{
  border-bottom-color: rgb(175 236 239 / 0.25);
}
.border-b-teal-200\/30{
  border-bottom-color: rgb(175 236 239 / 0.3);
}
.border-b-teal-200\/40{
  border-bottom-color: rgb(175 236 239 / 0.4);
}
.border-b-teal-200\/50{
  border-bottom-color: rgb(175 236 239 / 0.5);
}
.border-b-teal-200\/60{
  border-bottom-color: rgb(175 236 239 / 0.6);
}
.border-b-teal-200\/70{
  border-bottom-color: rgb(175 236 239 / 0.7);
}
.border-b-teal-200\/75{
  border-bottom-color: rgb(175 236 239 / 0.75);
}
.border-b-teal-200\/80{
  border-bottom-color: rgb(175 236 239 / 0.8);
}
.border-b-teal-200\/90{
  border-bottom-color: rgb(175 236 239 / 0.9);
}
.border-b-teal-200\/95{
  border-bottom-color: rgb(175 236 239 / 0.95);
}
.border-b-teal-200\/100{
  border-bottom-color: rgb(175 236 239 / 1);
}
.border-b-teal-300\/0{
  border-bottom-color: rgb(126 220 226 / 0);
}
.border-b-teal-300\/5{
  border-bottom-color: rgb(126 220 226 / 0.05);
}
.border-b-teal-300\/10{
  border-bottom-color: rgb(126 220 226 / 0.1);
}
.border-b-teal-300\/20{
  border-bottom-color: rgb(126 220 226 / 0.2);
}
.border-b-teal-300\/25{
  border-bottom-color: rgb(126 220 226 / 0.25);
}
.border-b-teal-300\/30{
  border-bottom-color: rgb(126 220 226 / 0.3);
}
.border-b-teal-300\/40{
  border-bottom-color: rgb(126 220 226 / 0.4);
}
.border-b-teal-300\/50{
  border-bottom-color: rgb(126 220 226 / 0.5);
}
.border-b-teal-300\/60{
  border-bottom-color: rgb(126 220 226 / 0.6);
}
.border-b-teal-300\/70{
  border-bottom-color: rgb(126 220 226 / 0.7);
}
.border-b-teal-300\/75{
  border-bottom-color: rgb(126 220 226 / 0.75);
}
.border-b-teal-300\/80{
  border-bottom-color: rgb(126 220 226 / 0.8);
}
.border-b-teal-300\/90{
  border-bottom-color: rgb(126 220 226 / 0.9);
}
.border-b-teal-300\/95{
  border-bottom-color: rgb(126 220 226 / 0.95);
}
.border-b-teal-300\/100{
  border-bottom-color: rgb(126 220 226 / 1);
}
.border-b-teal-400\/0{
  border-bottom-color: rgb(22 189 202 / 0);
}
.border-b-teal-400\/5{
  border-bottom-color: rgb(22 189 202 / 0.05);
}
.border-b-teal-400\/10{
  border-bottom-color: rgb(22 189 202 / 0.1);
}
.border-b-teal-400\/20{
  border-bottom-color: rgb(22 189 202 / 0.2);
}
.border-b-teal-400\/25{
  border-bottom-color: rgb(22 189 202 / 0.25);
}
.border-b-teal-400\/30{
  border-bottom-color: rgb(22 189 202 / 0.3);
}
.border-b-teal-400\/40{
  border-bottom-color: rgb(22 189 202 / 0.4);
}
.border-b-teal-400\/50{
  border-bottom-color: rgb(22 189 202 / 0.5);
}
.border-b-teal-400\/60{
  border-bottom-color: rgb(22 189 202 / 0.6);
}
.border-b-teal-400\/70{
  border-bottom-color: rgb(22 189 202 / 0.7);
}
.border-b-teal-400\/75{
  border-bottom-color: rgb(22 189 202 / 0.75);
}
.border-b-teal-400\/80{
  border-bottom-color: rgb(22 189 202 / 0.8);
}
.border-b-teal-400\/90{
  border-bottom-color: rgb(22 189 202 / 0.9);
}
.border-b-teal-400\/95{
  border-bottom-color: rgb(22 189 202 / 0.95);
}
.border-b-teal-400\/100{
  border-bottom-color: rgb(22 189 202 / 1);
}
.border-b-teal-500\/0{
  border-bottom-color: rgb(6 148 162 / 0);
}
.border-b-teal-500\/5{
  border-bottom-color: rgb(6 148 162 / 0.05);
}
.border-b-teal-500\/10{
  border-bottom-color: rgb(6 148 162 / 0.1);
}
.border-b-teal-500\/20{
  border-bottom-color: rgb(6 148 162 / 0.2);
}
.border-b-teal-500\/25{
  border-bottom-color: rgb(6 148 162 / 0.25);
}
.border-b-teal-500\/30{
  border-bottom-color: rgb(6 148 162 / 0.3);
}
.border-b-teal-500\/40{
  border-bottom-color: rgb(6 148 162 / 0.4);
}
.border-b-teal-500\/50{
  border-bottom-color: rgb(6 148 162 / 0.5);
}
.border-b-teal-500\/60{
  border-bottom-color: rgb(6 148 162 / 0.6);
}
.border-b-teal-500\/70{
  border-bottom-color: rgb(6 148 162 / 0.7);
}
.border-b-teal-500\/75{
  border-bottom-color: rgb(6 148 162 / 0.75);
}
.border-b-teal-500\/80{
  border-bottom-color: rgb(6 148 162 / 0.8);
}
.border-b-teal-500\/90{
  border-bottom-color: rgb(6 148 162 / 0.9);
}
.border-b-teal-500\/95{
  border-bottom-color: rgb(6 148 162 / 0.95);
}
.border-b-teal-500\/100{
  border-bottom-color: rgb(6 148 162 / 1);
}
.border-b-teal-600\/0{
  border-bottom-color: rgb(4 116 129 / 0);
}
.border-b-teal-600\/5{
  border-bottom-color: rgb(4 116 129 / 0.05);
}
.border-b-teal-600\/10{
  border-bottom-color: rgb(4 116 129 / 0.1);
}
.border-b-teal-600\/20{
  border-bottom-color: rgb(4 116 129 / 0.2);
}
.border-b-teal-600\/25{
  border-bottom-color: rgb(4 116 129 / 0.25);
}
.border-b-teal-600\/30{
  border-bottom-color: rgb(4 116 129 / 0.3);
}
.border-b-teal-600\/40{
  border-bottom-color: rgb(4 116 129 / 0.4);
}
.border-b-teal-600\/50{
  border-bottom-color: rgb(4 116 129 / 0.5);
}
.border-b-teal-600\/60{
  border-bottom-color: rgb(4 116 129 / 0.6);
}
.border-b-teal-600\/70{
  border-bottom-color: rgb(4 116 129 / 0.7);
}
.border-b-teal-600\/75{
  border-bottom-color: rgb(4 116 129 / 0.75);
}
.border-b-teal-600\/80{
  border-bottom-color: rgb(4 116 129 / 0.8);
}
.border-b-teal-600\/90{
  border-bottom-color: rgb(4 116 129 / 0.9);
}
.border-b-teal-600\/95{
  border-bottom-color: rgb(4 116 129 / 0.95);
}
.border-b-teal-600\/100{
  border-bottom-color: rgb(4 116 129 / 1);
}
.border-b-teal-700\/0{
  border-bottom-color: rgb(3 102 114 / 0);
}
.border-b-teal-700\/5{
  border-bottom-color: rgb(3 102 114 / 0.05);
}
.border-b-teal-700\/10{
  border-bottom-color: rgb(3 102 114 / 0.1);
}
.border-b-teal-700\/20{
  border-bottom-color: rgb(3 102 114 / 0.2);
}
.border-b-teal-700\/25{
  border-bottom-color: rgb(3 102 114 / 0.25);
}
.border-b-teal-700\/30{
  border-bottom-color: rgb(3 102 114 / 0.3);
}
.border-b-teal-700\/40{
  border-bottom-color: rgb(3 102 114 / 0.4);
}
.border-b-teal-700\/50{
  border-bottom-color: rgb(3 102 114 / 0.5);
}
.border-b-teal-700\/60{
  border-bottom-color: rgb(3 102 114 / 0.6);
}
.border-b-teal-700\/70{
  border-bottom-color: rgb(3 102 114 / 0.7);
}
.border-b-teal-700\/75{
  border-bottom-color: rgb(3 102 114 / 0.75);
}
.border-b-teal-700\/80{
  border-bottom-color: rgb(3 102 114 / 0.8);
}
.border-b-teal-700\/90{
  border-bottom-color: rgb(3 102 114 / 0.9);
}
.border-b-teal-700\/95{
  border-bottom-color: rgb(3 102 114 / 0.95);
}
.border-b-teal-700\/100{
  border-bottom-color: rgb(3 102 114 / 1);
}
.border-b-teal-800\/0{
  border-bottom-color: rgb(5 80 92 / 0);
}
.border-b-teal-800\/5{
  border-bottom-color: rgb(5 80 92 / 0.05);
}
.border-b-teal-800\/10{
  border-bottom-color: rgb(5 80 92 / 0.1);
}
.border-b-teal-800\/20{
  border-bottom-color: rgb(5 80 92 / 0.2);
}
.border-b-teal-800\/25{
  border-bottom-color: rgb(5 80 92 / 0.25);
}
.border-b-teal-800\/30{
  border-bottom-color: rgb(5 80 92 / 0.3);
}
.border-b-teal-800\/40{
  border-bottom-color: rgb(5 80 92 / 0.4);
}
.border-b-teal-800\/50{
  border-bottom-color: rgb(5 80 92 / 0.5);
}
.border-b-teal-800\/60{
  border-bottom-color: rgb(5 80 92 / 0.6);
}
.border-b-teal-800\/70{
  border-bottom-color: rgb(5 80 92 / 0.7);
}
.border-b-teal-800\/75{
  border-bottom-color: rgb(5 80 92 / 0.75);
}
.border-b-teal-800\/80{
  border-bottom-color: rgb(5 80 92 / 0.8);
}
.border-b-teal-800\/90{
  border-bottom-color: rgb(5 80 92 / 0.9);
}
.border-b-teal-800\/95{
  border-bottom-color: rgb(5 80 92 / 0.95);
}
.border-b-teal-800\/100{
  border-bottom-color: rgb(5 80 92 / 1);
}
.border-b-teal-900\/0{
  border-bottom-color: rgb(1 68 81 / 0);
}
.border-b-teal-900\/5{
  border-bottom-color: rgb(1 68 81 / 0.05);
}
.border-b-teal-900\/10{
  border-bottom-color: rgb(1 68 81 / 0.1);
}
.border-b-teal-900\/20{
  border-bottom-color: rgb(1 68 81 / 0.2);
}
.border-b-teal-900\/25{
  border-bottom-color: rgb(1 68 81 / 0.25);
}
.border-b-teal-900\/30{
  border-bottom-color: rgb(1 68 81 / 0.3);
}
.border-b-teal-900\/40{
  border-bottom-color: rgb(1 68 81 / 0.4);
}
.border-b-teal-900\/50{
  border-bottom-color: rgb(1 68 81 / 0.5);
}
.border-b-teal-900\/60{
  border-bottom-color: rgb(1 68 81 / 0.6);
}
.border-b-teal-900\/70{
  border-bottom-color: rgb(1 68 81 / 0.7);
}
.border-b-teal-900\/75{
  border-bottom-color: rgb(1 68 81 / 0.75);
}
.border-b-teal-900\/80{
  border-bottom-color: rgb(1 68 81 / 0.8);
}
.border-b-teal-900\/90{
  border-bottom-color: rgb(1 68 81 / 0.9);
}
.border-b-teal-900\/95{
  border-bottom-color: rgb(1 68 81 / 0.95);
}
.border-b-teal-900\/100{
  border-bottom-color: rgb(1 68 81 / 1);
}
.border-b-blue-50\/0{
  border-bottom-color: rgb(235 245 255 / 0);
}
.border-b-blue-50\/5{
  border-bottom-color: rgb(235 245 255 / 0.05);
}
.border-b-blue-50\/10{
  border-bottom-color: rgb(235 245 255 / 0.1);
}
.border-b-blue-50\/20{
  border-bottom-color: rgb(235 245 255 / 0.2);
}
.border-b-blue-50\/25{
  border-bottom-color: rgb(235 245 255 / 0.25);
}
.border-b-blue-50\/30{
  border-bottom-color: rgb(235 245 255 / 0.3);
}
.border-b-blue-50\/40{
  border-bottom-color: rgb(235 245 255 / 0.4);
}
.border-b-blue-50\/50{
  border-bottom-color: rgb(235 245 255 / 0.5);
}
.border-b-blue-50\/60{
  border-bottom-color: rgb(235 245 255 / 0.6);
}
.border-b-blue-50\/70{
  border-bottom-color: rgb(235 245 255 / 0.7);
}
.border-b-blue-50\/75{
  border-bottom-color: rgb(235 245 255 / 0.75);
}
.border-b-blue-50\/80{
  border-bottom-color: rgb(235 245 255 / 0.8);
}
.border-b-blue-50\/90{
  border-bottom-color: rgb(235 245 255 / 0.9);
}
.border-b-blue-50\/95{
  border-bottom-color: rgb(235 245 255 / 0.95);
}
.border-b-blue-50\/100{
  border-bottom-color: rgb(235 245 255 / 1);
}
.border-b-blue-100\/0{
  border-bottom-color: rgb(225 239 254 / 0);
}
.border-b-blue-100\/5{
  border-bottom-color: rgb(225 239 254 / 0.05);
}
.border-b-blue-100\/10{
  border-bottom-color: rgb(225 239 254 / 0.1);
}
.border-b-blue-100\/20{
  border-bottom-color: rgb(225 239 254 / 0.2);
}
.border-b-blue-100\/25{
  border-bottom-color: rgb(225 239 254 / 0.25);
}
.border-b-blue-100\/30{
  border-bottom-color: rgb(225 239 254 / 0.3);
}
.border-b-blue-100\/40{
  border-bottom-color: rgb(225 239 254 / 0.4);
}
.border-b-blue-100\/50{
  border-bottom-color: rgb(225 239 254 / 0.5);
}
.border-b-blue-100\/60{
  border-bottom-color: rgb(225 239 254 / 0.6);
}
.border-b-blue-100\/70{
  border-bottom-color: rgb(225 239 254 / 0.7);
}
.border-b-blue-100\/75{
  border-bottom-color: rgb(225 239 254 / 0.75);
}
.border-b-blue-100\/80{
  border-bottom-color: rgb(225 239 254 / 0.8);
}
.border-b-blue-100\/90{
  border-bottom-color: rgb(225 239 254 / 0.9);
}
.border-b-blue-100\/95{
  border-bottom-color: rgb(225 239 254 / 0.95);
}
.border-b-blue-100\/100{
  border-bottom-color: rgb(225 239 254 / 1);
}
.border-b-blue-200\/0{
  border-bottom-color: rgb(195 221 253 / 0);
}
.border-b-blue-200\/5{
  border-bottom-color: rgb(195 221 253 / 0.05);
}
.border-b-blue-200\/10{
  border-bottom-color: rgb(195 221 253 / 0.1);
}
.border-b-blue-200\/20{
  border-bottom-color: rgb(195 221 253 / 0.2);
}
.border-b-blue-200\/25{
  border-bottom-color: rgb(195 221 253 / 0.25);
}
.border-b-blue-200\/30{
  border-bottom-color: rgb(195 221 253 / 0.3);
}
.border-b-blue-200\/40{
  border-bottom-color: rgb(195 221 253 / 0.4);
}
.border-b-blue-200\/50{
  border-bottom-color: rgb(195 221 253 / 0.5);
}
.border-b-blue-200\/60{
  border-bottom-color: rgb(195 221 253 / 0.6);
}
.border-b-blue-200\/70{
  border-bottom-color: rgb(195 221 253 / 0.7);
}
.border-b-blue-200\/75{
  border-bottom-color: rgb(195 221 253 / 0.75);
}
.border-b-blue-200\/80{
  border-bottom-color: rgb(195 221 253 / 0.8);
}
.border-b-blue-200\/90{
  border-bottom-color: rgb(195 221 253 / 0.9);
}
.border-b-blue-200\/95{
  border-bottom-color: rgb(195 221 253 / 0.95);
}
.border-b-blue-200\/100{
  border-bottom-color: rgb(195 221 253 / 1);
}
.border-b-blue-300\/0{
  border-bottom-color: rgb(164 202 254 / 0);
}
.border-b-blue-300\/5{
  border-bottom-color: rgb(164 202 254 / 0.05);
}
.border-b-blue-300\/10{
  border-bottom-color: rgb(164 202 254 / 0.1);
}
.border-b-blue-300\/20{
  border-bottom-color: rgb(164 202 254 / 0.2);
}
.border-b-blue-300\/25{
  border-bottom-color: rgb(164 202 254 / 0.25);
}
.border-b-blue-300\/30{
  border-bottom-color: rgb(164 202 254 / 0.3);
}
.border-b-blue-300\/40{
  border-bottom-color: rgb(164 202 254 / 0.4);
}
.border-b-blue-300\/50{
  border-bottom-color: rgb(164 202 254 / 0.5);
}
.border-b-blue-300\/60{
  border-bottom-color: rgb(164 202 254 / 0.6);
}
.border-b-blue-300\/70{
  border-bottom-color: rgb(164 202 254 / 0.7);
}
.border-b-blue-300\/75{
  border-bottom-color: rgb(164 202 254 / 0.75);
}
.border-b-blue-300\/80{
  border-bottom-color: rgb(164 202 254 / 0.8);
}
.border-b-blue-300\/90{
  border-bottom-color: rgb(164 202 254 / 0.9);
}
.border-b-blue-300\/95{
  border-bottom-color: rgb(164 202 254 / 0.95);
}
.border-b-blue-300\/100{
  border-bottom-color: rgb(164 202 254 / 1);
}
.border-b-blue-400\/0{
  border-bottom-color: rgb(118 169 250 / 0);
}
.border-b-blue-400\/5{
  border-bottom-color: rgb(118 169 250 / 0.05);
}
.border-b-blue-400\/10{
  border-bottom-color: rgb(118 169 250 / 0.1);
}
.border-b-blue-400\/20{
  border-bottom-color: rgb(118 169 250 / 0.2);
}
.border-b-blue-400\/25{
  border-bottom-color: rgb(118 169 250 / 0.25);
}
.border-b-blue-400\/30{
  border-bottom-color: rgb(118 169 250 / 0.3);
}
.border-b-blue-400\/40{
  border-bottom-color: rgb(118 169 250 / 0.4);
}
.border-b-blue-400\/50{
  border-bottom-color: rgb(118 169 250 / 0.5);
}
.border-b-blue-400\/60{
  border-bottom-color: rgb(118 169 250 / 0.6);
}
.border-b-blue-400\/70{
  border-bottom-color: rgb(118 169 250 / 0.7);
}
.border-b-blue-400\/75{
  border-bottom-color: rgb(118 169 250 / 0.75);
}
.border-b-blue-400\/80{
  border-bottom-color: rgb(118 169 250 / 0.8);
}
.border-b-blue-400\/90{
  border-bottom-color: rgb(118 169 250 / 0.9);
}
.border-b-blue-400\/95{
  border-bottom-color: rgb(118 169 250 / 0.95);
}
.border-b-blue-400\/100{
  border-bottom-color: rgb(118 169 250 / 1);
}
.border-b-blue-500\/0{
  border-bottom-color: rgb(63 131 248 / 0);
}
.border-b-blue-500\/5{
  border-bottom-color: rgb(63 131 248 / 0.05);
}
.border-b-blue-500\/10{
  border-bottom-color: rgb(63 131 248 / 0.1);
}
.border-b-blue-500\/20{
  border-bottom-color: rgb(63 131 248 / 0.2);
}
.border-b-blue-500\/25{
  border-bottom-color: rgb(63 131 248 / 0.25);
}
.border-b-blue-500\/30{
  border-bottom-color: rgb(63 131 248 / 0.3);
}
.border-b-blue-500\/40{
  border-bottom-color: rgb(63 131 248 / 0.4);
}
.border-b-blue-500\/50{
  border-bottom-color: rgb(63 131 248 / 0.5);
}
.border-b-blue-500\/60{
  border-bottom-color: rgb(63 131 248 / 0.6);
}
.border-b-blue-500\/70{
  border-bottom-color: rgb(63 131 248 / 0.7);
}
.border-b-blue-500\/75{
  border-bottom-color: rgb(63 131 248 / 0.75);
}
.border-b-blue-500\/80{
  border-bottom-color: rgb(63 131 248 / 0.8);
}
.border-b-blue-500\/90{
  border-bottom-color: rgb(63 131 248 / 0.9);
}
.border-b-blue-500\/95{
  border-bottom-color: rgb(63 131 248 / 0.95);
}
.border-b-blue-500\/100{
  border-bottom-color: rgb(63 131 248 / 1);
}
.border-b-blue-600\/0{
  border-bottom-color: rgb(28 100 242 / 0);
}
.border-b-blue-600\/5{
  border-bottom-color: rgb(28 100 242 / 0.05);
}
.border-b-blue-600\/10{
  border-bottom-color: rgb(28 100 242 / 0.1);
}
.border-b-blue-600\/20{
  border-bottom-color: rgb(28 100 242 / 0.2);
}
.border-b-blue-600\/25{
  border-bottom-color: rgb(28 100 242 / 0.25);
}
.border-b-blue-600\/30{
  border-bottom-color: rgb(28 100 242 / 0.3);
}
.border-b-blue-600\/40{
  border-bottom-color: rgb(28 100 242 / 0.4);
}
.border-b-blue-600\/50{
  border-bottom-color: rgb(28 100 242 / 0.5);
}
.border-b-blue-600\/60{
  border-bottom-color: rgb(28 100 242 / 0.6);
}
.border-b-blue-600\/70{
  border-bottom-color: rgb(28 100 242 / 0.7);
}
.border-b-blue-600\/75{
  border-bottom-color: rgb(28 100 242 / 0.75);
}
.border-b-blue-600\/80{
  border-bottom-color: rgb(28 100 242 / 0.8);
}
.border-b-blue-600\/90{
  border-bottom-color: rgb(28 100 242 / 0.9);
}
.border-b-blue-600\/95{
  border-bottom-color: rgb(28 100 242 / 0.95);
}
.border-b-blue-600\/100{
  border-bottom-color: rgb(28 100 242 / 1);
}
.border-b-blue-700\/0{
  border-bottom-color: rgb(26 86 219 / 0);
}
.border-b-blue-700\/5{
  border-bottom-color: rgb(26 86 219 / 0.05);
}
.border-b-blue-700\/10{
  border-bottom-color: rgb(26 86 219 / 0.1);
}
.border-b-blue-700\/20{
  border-bottom-color: rgb(26 86 219 / 0.2);
}
.border-b-blue-700\/25{
  border-bottom-color: rgb(26 86 219 / 0.25);
}
.border-b-blue-700\/30{
  border-bottom-color: rgb(26 86 219 / 0.3);
}
.border-b-blue-700\/40{
  border-bottom-color: rgb(26 86 219 / 0.4);
}
.border-b-blue-700\/50{
  border-bottom-color: rgb(26 86 219 / 0.5);
}
.border-b-blue-700\/60{
  border-bottom-color: rgb(26 86 219 / 0.6);
}
.border-b-blue-700\/70{
  border-bottom-color: rgb(26 86 219 / 0.7);
}
.border-b-blue-700\/75{
  border-bottom-color: rgb(26 86 219 / 0.75);
}
.border-b-blue-700\/80{
  border-bottom-color: rgb(26 86 219 / 0.8);
}
.border-b-blue-700\/90{
  border-bottom-color: rgb(26 86 219 / 0.9);
}
.border-b-blue-700\/95{
  border-bottom-color: rgb(26 86 219 / 0.95);
}
.border-b-blue-700\/100{
  border-bottom-color: rgb(26 86 219 / 1);
}
.border-b-blue-800\/0{
  border-bottom-color: rgb(30 66 159 / 0);
}
.border-b-blue-800\/5{
  border-bottom-color: rgb(30 66 159 / 0.05);
}
.border-b-blue-800\/10{
  border-bottom-color: rgb(30 66 159 / 0.1);
}
.border-b-blue-800\/20{
  border-bottom-color: rgb(30 66 159 / 0.2);
}
.border-b-blue-800\/25{
  border-bottom-color: rgb(30 66 159 / 0.25);
}
.border-b-blue-800\/30{
  border-bottom-color: rgb(30 66 159 / 0.3);
}
.border-b-blue-800\/40{
  border-bottom-color: rgb(30 66 159 / 0.4);
}
.border-b-blue-800\/50{
  border-bottom-color: rgb(30 66 159 / 0.5);
}
.border-b-blue-800\/60{
  border-bottom-color: rgb(30 66 159 / 0.6);
}
.border-b-blue-800\/70{
  border-bottom-color: rgb(30 66 159 / 0.7);
}
.border-b-blue-800\/75{
  border-bottom-color: rgb(30 66 159 / 0.75);
}
.border-b-blue-800\/80{
  border-bottom-color: rgb(30 66 159 / 0.8);
}
.border-b-blue-800\/90{
  border-bottom-color: rgb(30 66 159 / 0.9);
}
.border-b-blue-800\/95{
  border-bottom-color: rgb(30 66 159 / 0.95);
}
.border-b-blue-800\/100{
  border-bottom-color: rgb(30 66 159 / 1);
}
.border-b-blue-900\/0{
  border-bottom-color: rgb(35 56 118 / 0);
}
.border-b-blue-900\/5{
  border-bottom-color: rgb(35 56 118 / 0.05);
}
.border-b-blue-900\/10{
  border-bottom-color: rgb(35 56 118 / 0.1);
}
.border-b-blue-900\/20{
  border-bottom-color: rgb(35 56 118 / 0.2);
}
.border-b-blue-900\/25{
  border-bottom-color: rgb(35 56 118 / 0.25);
}
.border-b-blue-900\/30{
  border-bottom-color: rgb(35 56 118 / 0.3);
}
.border-b-blue-900\/40{
  border-bottom-color: rgb(35 56 118 / 0.4);
}
.border-b-blue-900\/50{
  border-bottom-color: rgb(35 56 118 / 0.5);
}
.border-b-blue-900\/60{
  border-bottom-color: rgb(35 56 118 / 0.6);
}
.border-b-blue-900\/70{
  border-bottom-color: rgb(35 56 118 / 0.7);
}
.border-b-blue-900\/75{
  border-bottom-color: rgb(35 56 118 / 0.75);
}
.border-b-blue-900\/80{
  border-bottom-color: rgb(35 56 118 / 0.8);
}
.border-b-blue-900\/90{
  border-bottom-color: rgb(35 56 118 / 0.9);
}
.border-b-blue-900\/95{
  border-bottom-color: rgb(35 56 118 / 0.95);
}
.border-b-blue-900\/100{
  border-bottom-color: rgb(35 56 118 / 1);
}
.border-b-indigo-50\/0{
  border-bottom-color: rgb(240 245 255 / 0);
}
.border-b-indigo-50\/5{
  border-bottom-color: rgb(240 245 255 / 0.05);
}
.border-b-indigo-50\/10{
  border-bottom-color: rgb(240 245 255 / 0.1);
}
.border-b-indigo-50\/20{
  border-bottom-color: rgb(240 245 255 / 0.2);
}
.border-b-indigo-50\/25{
  border-bottom-color: rgb(240 245 255 / 0.25);
}
.border-b-indigo-50\/30{
  border-bottom-color: rgb(240 245 255 / 0.3);
}
.border-b-indigo-50\/40{
  border-bottom-color: rgb(240 245 255 / 0.4);
}
.border-b-indigo-50\/50{
  border-bottom-color: rgb(240 245 255 / 0.5);
}
.border-b-indigo-50\/60{
  border-bottom-color: rgb(240 245 255 / 0.6);
}
.border-b-indigo-50\/70{
  border-bottom-color: rgb(240 245 255 / 0.7);
}
.border-b-indigo-50\/75{
  border-bottom-color: rgb(240 245 255 / 0.75);
}
.border-b-indigo-50\/80{
  border-bottom-color: rgb(240 245 255 / 0.8);
}
.border-b-indigo-50\/90{
  border-bottom-color: rgb(240 245 255 / 0.9);
}
.border-b-indigo-50\/95{
  border-bottom-color: rgb(240 245 255 / 0.95);
}
.border-b-indigo-50\/100{
  border-bottom-color: rgb(240 245 255 / 1);
}
.border-b-indigo-100\/0{
  border-bottom-color: rgb(229 237 255 / 0);
}
.border-b-indigo-100\/5{
  border-bottom-color: rgb(229 237 255 / 0.05);
}
.border-b-indigo-100\/10{
  border-bottom-color: rgb(229 237 255 / 0.1);
}
.border-b-indigo-100\/20{
  border-bottom-color: rgb(229 237 255 / 0.2);
}
.border-b-indigo-100\/25{
  border-bottom-color: rgb(229 237 255 / 0.25);
}
.border-b-indigo-100\/30{
  border-bottom-color: rgb(229 237 255 / 0.3);
}
.border-b-indigo-100\/40{
  border-bottom-color: rgb(229 237 255 / 0.4);
}
.border-b-indigo-100\/50{
  border-bottom-color: rgb(229 237 255 / 0.5);
}
.border-b-indigo-100\/60{
  border-bottom-color: rgb(229 237 255 / 0.6);
}
.border-b-indigo-100\/70{
  border-bottom-color: rgb(229 237 255 / 0.7);
}
.border-b-indigo-100\/75{
  border-bottom-color: rgb(229 237 255 / 0.75);
}
.border-b-indigo-100\/80{
  border-bottom-color: rgb(229 237 255 / 0.8);
}
.border-b-indigo-100\/90{
  border-bottom-color: rgb(229 237 255 / 0.9);
}
.border-b-indigo-100\/95{
  border-bottom-color: rgb(229 237 255 / 0.95);
}
.border-b-indigo-100\/100{
  border-bottom-color: rgb(229 237 255 / 1);
}
.border-b-indigo-200\/0{
  border-bottom-color: rgb(205 219 254 / 0);
}
.border-b-indigo-200\/5{
  border-bottom-color: rgb(205 219 254 / 0.05);
}
.border-b-indigo-200\/10{
  border-bottom-color: rgb(205 219 254 / 0.1);
}
.border-b-indigo-200\/20{
  border-bottom-color: rgb(205 219 254 / 0.2);
}
.border-b-indigo-200\/25{
  border-bottom-color: rgb(205 219 254 / 0.25);
}
.border-b-indigo-200\/30{
  border-bottom-color: rgb(205 219 254 / 0.3);
}
.border-b-indigo-200\/40{
  border-bottom-color: rgb(205 219 254 / 0.4);
}
.border-b-indigo-200\/50{
  border-bottom-color: rgb(205 219 254 / 0.5);
}
.border-b-indigo-200\/60{
  border-bottom-color: rgb(205 219 254 / 0.6);
}
.border-b-indigo-200\/70{
  border-bottom-color: rgb(205 219 254 / 0.7);
}
.border-b-indigo-200\/75{
  border-bottom-color: rgb(205 219 254 / 0.75);
}
.border-b-indigo-200\/80{
  border-bottom-color: rgb(205 219 254 / 0.8);
}
.border-b-indigo-200\/90{
  border-bottom-color: rgb(205 219 254 / 0.9);
}
.border-b-indigo-200\/95{
  border-bottom-color: rgb(205 219 254 / 0.95);
}
.border-b-indigo-200\/100{
  border-bottom-color: rgb(205 219 254 / 1);
}
.border-b-indigo-300\/0{
  border-bottom-color: rgb(180 198 252 / 0);
}
.border-b-indigo-300\/5{
  border-bottom-color: rgb(180 198 252 / 0.05);
}
.border-b-indigo-300\/10{
  border-bottom-color: rgb(180 198 252 / 0.1);
}
.border-b-indigo-300\/20{
  border-bottom-color: rgb(180 198 252 / 0.2);
}
.border-b-indigo-300\/25{
  border-bottom-color: rgb(180 198 252 / 0.25);
}
.border-b-indigo-300\/30{
  border-bottom-color: rgb(180 198 252 / 0.3);
}
.border-b-indigo-300\/40{
  border-bottom-color: rgb(180 198 252 / 0.4);
}
.border-b-indigo-300\/50{
  border-bottom-color: rgb(180 198 252 / 0.5);
}
.border-b-indigo-300\/60{
  border-bottom-color: rgb(180 198 252 / 0.6);
}
.border-b-indigo-300\/70{
  border-bottom-color: rgb(180 198 252 / 0.7);
}
.border-b-indigo-300\/75{
  border-bottom-color: rgb(180 198 252 / 0.75);
}
.border-b-indigo-300\/80{
  border-bottom-color: rgb(180 198 252 / 0.8);
}
.border-b-indigo-300\/90{
  border-bottom-color: rgb(180 198 252 / 0.9);
}
.border-b-indigo-300\/95{
  border-bottom-color: rgb(180 198 252 / 0.95);
}
.border-b-indigo-300\/100{
  border-bottom-color: rgb(180 198 252 / 1);
}
.border-b-indigo-400\/0{
  border-bottom-color: rgb(141 162 251 / 0);
}
.border-b-indigo-400\/5{
  border-bottom-color: rgb(141 162 251 / 0.05);
}
.border-b-indigo-400\/10{
  border-bottom-color: rgb(141 162 251 / 0.1);
}
.border-b-indigo-400\/20{
  border-bottom-color: rgb(141 162 251 / 0.2);
}
.border-b-indigo-400\/25{
  border-bottom-color: rgb(141 162 251 / 0.25);
}
.border-b-indigo-400\/30{
  border-bottom-color: rgb(141 162 251 / 0.3);
}
.border-b-indigo-400\/40{
  border-bottom-color: rgb(141 162 251 / 0.4);
}
.border-b-indigo-400\/50{
  border-bottom-color: rgb(141 162 251 / 0.5);
}
.border-b-indigo-400\/60{
  border-bottom-color: rgb(141 162 251 / 0.6);
}
.border-b-indigo-400\/70{
  border-bottom-color: rgb(141 162 251 / 0.7);
}
.border-b-indigo-400\/75{
  border-bottom-color: rgb(141 162 251 / 0.75);
}
.border-b-indigo-400\/80{
  border-bottom-color: rgb(141 162 251 / 0.8);
}
.border-b-indigo-400\/90{
  border-bottom-color: rgb(141 162 251 / 0.9);
}
.border-b-indigo-400\/95{
  border-bottom-color: rgb(141 162 251 / 0.95);
}
.border-b-indigo-400\/100{
  border-bottom-color: rgb(141 162 251 / 1);
}
.border-b-indigo-500\/0{
  border-bottom-color: rgb(104 117 245 / 0);
}
.border-b-indigo-500\/5{
  border-bottom-color: rgb(104 117 245 / 0.05);
}
.border-b-indigo-500\/10{
  border-bottom-color: rgb(104 117 245 / 0.1);
}
.border-b-indigo-500\/20{
  border-bottom-color: rgb(104 117 245 / 0.2);
}
.border-b-indigo-500\/25{
  border-bottom-color: rgb(104 117 245 / 0.25);
}
.border-b-indigo-500\/30{
  border-bottom-color: rgb(104 117 245 / 0.3);
}
.border-b-indigo-500\/40{
  border-bottom-color: rgb(104 117 245 / 0.4);
}
.border-b-indigo-500\/50{
  border-bottom-color: rgb(104 117 245 / 0.5);
}
.border-b-indigo-500\/60{
  border-bottom-color: rgb(104 117 245 / 0.6);
}
.border-b-indigo-500\/70{
  border-bottom-color: rgb(104 117 245 / 0.7);
}
.border-b-indigo-500\/75{
  border-bottom-color: rgb(104 117 245 / 0.75);
}
.border-b-indigo-500\/80{
  border-bottom-color: rgb(104 117 245 / 0.8);
}
.border-b-indigo-500\/90{
  border-bottom-color: rgb(104 117 245 / 0.9);
}
.border-b-indigo-500\/95{
  border-bottom-color: rgb(104 117 245 / 0.95);
}
.border-b-indigo-500\/100{
  border-bottom-color: rgb(104 117 245 / 1);
}
.border-b-indigo-600\/0{
  border-bottom-color: rgb(88 80 236 / 0);
}
.border-b-indigo-600\/5{
  border-bottom-color: rgb(88 80 236 / 0.05);
}
.border-b-indigo-600\/10{
  border-bottom-color: rgb(88 80 236 / 0.1);
}
.border-b-indigo-600\/20{
  border-bottom-color: rgb(88 80 236 / 0.2);
}
.border-b-indigo-600\/25{
  border-bottom-color: rgb(88 80 236 / 0.25);
}
.border-b-indigo-600\/30{
  border-bottom-color: rgb(88 80 236 / 0.3);
}
.border-b-indigo-600\/40{
  border-bottom-color: rgb(88 80 236 / 0.4);
}
.border-b-indigo-600\/50{
  border-bottom-color: rgb(88 80 236 / 0.5);
}
.border-b-indigo-600\/60{
  border-bottom-color: rgb(88 80 236 / 0.6);
}
.border-b-indigo-600\/70{
  border-bottom-color: rgb(88 80 236 / 0.7);
}
.border-b-indigo-600\/75{
  border-bottom-color: rgb(88 80 236 / 0.75);
}
.border-b-indigo-600\/80{
  border-bottom-color: rgb(88 80 236 / 0.8);
}
.border-b-indigo-600\/90{
  border-bottom-color: rgb(88 80 236 / 0.9);
}
.border-b-indigo-600\/95{
  border-bottom-color: rgb(88 80 236 / 0.95);
}
.border-b-indigo-600\/100{
  border-bottom-color: rgb(88 80 236 / 1);
}
.border-b-indigo-700\/0{
  border-bottom-color: rgb(81 69 205 / 0);
}
.border-b-indigo-700\/5{
  border-bottom-color: rgb(81 69 205 / 0.05);
}
.border-b-indigo-700\/10{
  border-bottom-color: rgb(81 69 205 / 0.1);
}
.border-b-indigo-700\/20{
  border-bottom-color: rgb(81 69 205 / 0.2);
}
.border-b-indigo-700\/25{
  border-bottom-color: rgb(81 69 205 / 0.25);
}
.border-b-indigo-700\/30{
  border-bottom-color: rgb(81 69 205 / 0.3);
}
.border-b-indigo-700\/40{
  border-bottom-color: rgb(81 69 205 / 0.4);
}
.border-b-indigo-700\/50{
  border-bottom-color: rgb(81 69 205 / 0.5);
}
.border-b-indigo-700\/60{
  border-bottom-color: rgb(81 69 205 / 0.6);
}
.border-b-indigo-700\/70{
  border-bottom-color: rgb(81 69 205 / 0.7);
}
.border-b-indigo-700\/75{
  border-bottom-color: rgb(81 69 205 / 0.75);
}
.border-b-indigo-700\/80{
  border-bottom-color: rgb(81 69 205 / 0.8);
}
.border-b-indigo-700\/90{
  border-bottom-color: rgb(81 69 205 / 0.9);
}
.border-b-indigo-700\/95{
  border-bottom-color: rgb(81 69 205 / 0.95);
}
.border-b-indigo-700\/100{
  border-bottom-color: rgb(81 69 205 / 1);
}
.border-b-indigo-800\/0{
  border-bottom-color: rgb(66 56 157 / 0);
}
.border-b-indigo-800\/5{
  border-bottom-color: rgb(66 56 157 / 0.05);
}
.border-b-indigo-800\/10{
  border-bottom-color: rgb(66 56 157 / 0.1);
}
.border-b-indigo-800\/20{
  border-bottom-color: rgb(66 56 157 / 0.2);
}
.border-b-indigo-800\/25{
  border-bottom-color: rgb(66 56 157 / 0.25);
}
.border-b-indigo-800\/30{
  border-bottom-color: rgb(66 56 157 / 0.3);
}
.border-b-indigo-800\/40{
  border-bottom-color: rgb(66 56 157 / 0.4);
}
.border-b-indigo-800\/50{
  border-bottom-color: rgb(66 56 157 / 0.5);
}
.border-b-indigo-800\/60{
  border-bottom-color: rgb(66 56 157 / 0.6);
}
.border-b-indigo-800\/70{
  border-bottom-color: rgb(66 56 157 / 0.7);
}
.border-b-indigo-800\/75{
  border-bottom-color: rgb(66 56 157 / 0.75);
}
.border-b-indigo-800\/80{
  border-bottom-color: rgb(66 56 157 / 0.8);
}
.border-b-indigo-800\/90{
  border-bottom-color: rgb(66 56 157 / 0.9);
}
.border-b-indigo-800\/95{
  border-bottom-color: rgb(66 56 157 / 0.95);
}
.border-b-indigo-800\/100{
  border-bottom-color: rgb(66 56 157 / 1);
}
.border-b-indigo-900\/0{
  border-bottom-color: rgb(54 47 120 / 0);
}
.border-b-indigo-900\/5{
  border-bottom-color: rgb(54 47 120 / 0.05);
}
.border-b-indigo-900\/10{
  border-bottom-color: rgb(54 47 120 / 0.1);
}
.border-b-indigo-900\/20{
  border-bottom-color: rgb(54 47 120 / 0.2);
}
.border-b-indigo-900\/25{
  border-bottom-color: rgb(54 47 120 / 0.25);
}
.border-b-indigo-900\/30{
  border-bottom-color: rgb(54 47 120 / 0.3);
}
.border-b-indigo-900\/40{
  border-bottom-color: rgb(54 47 120 / 0.4);
}
.border-b-indigo-900\/50{
  border-bottom-color: rgb(54 47 120 / 0.5);
}
.border-b-indigo-900\/60{
  border-bottom-color: rgb(54 47 120 / 0.6);
}
.border-b-indigo-900\/70{
  border-bottom-color: rgb(54 47 120 / 0.7);
}
.border-b-indigo-900\/75{
  border-bottom-color: rgb(54 47 120 / 0.75);
}
.border-b-indigo-900\/80{
  border-bottom-color: rgb(54 47 120 / 0.8);
}
.border-b-indigo-900\/90{
  border-bottom-color: rgb(54 47 120 / 0.9);
}
.border-b-indigo-900\/95{
  border-bottom-color: rgb(54 47 120 / 0.95);
}
.border-b-indigo-900\/100{
  border-bottom-color: rgb(54 47 120 / 1);
}
.border-b-purple-50\/0{
  border-bottom-color: rgb(246 245 255 / 0);
}
.border-b-purple-50\/5{
  border-bottom-color: rgb(246 245 255 / 0.05);
}
.border-b-purple-50\/10{
  border-bottom-color: rgb(246 245 255 / 0.1);
}
.border-b-purple-50\/20{
  border-bottom-color: rgb(246 245 255 / 0.2);
}
.border-b-purple-50\/25{
  border-bottom-color: rgb(246 245 255 / 0.25);
}
.border-b-purple-50\/30{
  border-bottom-color: rgb(246 245 255 / 0.3);
}
.border-b-purple-50\/40{
  border-bottom-color: rgb(246 245 255 / 0.4);
}
.border-b-purple-50\/50{
  border-bottom-color: rgb(246 245 255 / 0.5);
}
.border-b-purple-50\/60{
  border-bottom-color: rgb(246 245 255 / 0.6);
}
.border-b-purple-50\/70{
  border-bottom-color: rgb(246 245 255 / 0.7);
}
.border-b-purple-50\/75{
  border-bottom-color: rgb(246 245 255 / 0.75);
}
.border-b-purple-50\/80{
  border-bottom-color: rgb(246 245 255 / 0.8);
}
.border-b-purple-50\/90{
  border-bottom-color: rgb(246 245 255 / 0.9);
}
.border-b-purple-50\/95{
  border-bottom-color: rgb(246 245 255 / 0.95);
}
.border-b-purple-50\/100{
  border-bottom-color: rgb(246 245 255 / 1);
}
.border-b-purple-100\/0{
  border-bottom-color: rgb(237 235 254 / 0);
}
.border-b-purple-100\/5{
  border-bottom-color: rgb(237 235 254 / 0.05);
}
.border-b-purple-100\/10{
  border-bottom-color: rgb(237 235 254 / 0.1);
}
.border-b-purple-100\/20{
  border-bottom-color: rgb(237 235 254 / 0.2);
}
.border-b-purple-100\/25{
  border-bottom-color: rgb(237 235 254 / 0.25);
}
.border-b-purple-100\/30{
  border-bottom-color: rgb(237 235 254 / 0.3);
}
.border-b-purple-100\/40{
  border-bottom-color: rgb(237 235 254 / 0.4);
}
.border-b-purple-100\/50{
  border-bottom-color: rgb(237 235 254 / 0.5);
}
.border-b-purple-100\/60{
  border-bottom-color: rgb(237 235 254 / 0.6);
}
.border-b-purple-100\/70{
  border-bottom-color: rgb(237 235 254 / 0.7);
}
.border-b-purple-100\/75{
  border-bottom-color: rgb(237 235 254 / 0.75);
}
.border-b-purple-100\/80{
  border-bottom-color: rgb(237 235 254 / 0.8);
}
.border-b-purple-100\/90{
  border-bottom-color: rgb(237 235 254 / 0.9);
}
.border-b-purple-100\/95{
  border-bottom-color: rgb(237 235 254 / 0.95);
}
.border-b-purple-100\/100{
  border-bottom-color: rgb(237 235 254 / 1);
}
.border-b-purple-200\/0{
  border-bottom-color: rgb(220 215 254 / 0);
}
.border-b-purple-200\/5{
  border-bottom-color: rgb(220 215 254 / 0.05);
}
.border-b-purple-200\/10{
  border-bottom-color: rgb(220 215 254 / 0.1);
}
.border-b-purple-200\/20{
  border-bottom-color: rgb(220 215 254 / 0.2);
}
.border-b-purple-200\/25{
  border-bottom-color: rgb(220 215 254 / 0.25);
}
.border-b-purple-200\/30{
  border-bottom-color: rgb(220 215 254 / 0.3);
}
.border-b-purple-200\/40{
  border-bottom-color: rgb(220 215 254 / 0.4);
}
.border-b-purple-200\/50{
  border-bottom-color: rgb(220 215 254 / 0.5);
}
.border-b-purple-200\/60{
  border-bottom-color: rgb(220 215 254 / 0.6);
}
.border-b-purple-200\/70{
  border-bottom-color: rgb(220 215 254 / 0.7);
}
.border-b-purple-200\/75{
  border-bottom-color: rgb(220 215 254 / 0.75);
}
.border-b-purple-200\/80{
  border-bottom-color: rgb(220 215 254 / 0.8);
}
.border-b-purple-200\/90{
  border-bottom-color: rgb(220 215 254 / 0.9);
}
.border-b-purple-200\/95{
  border-bottom-color: rgb(220 215 254 / 0.95);
}
.border-b-purple-200\/100{
  border-bottom-color: rgb(220 215 254 / 1);
}
.border-b-purple-300\/0{
  border-bottom-color: rgb(202 191 253 / 0);
}
.border-b-purple-300\/5{
  border-bottom-color: rgb(202 191 253 / 0.05);
}
.border-b-purple-300\/10{
  border-bottom-color: rgb(202 191 253 / 0.1);
}
.border-b-purple-300\/20{
  border-bottom-color: rgb(202 191 253 / 0.2);
}
.border-b-purple-300\/25{
  border-bottom-color: rgb(202 191 253 / 0.25);
}
.border-b-purple-300\/30{
  border-bottom-color: rgb(202 191 253 / 0.3);
}
.border-b-purple-300\/40{
  border-bottom-color: rgb(202 191 253 / 0.4);
}
.border-b-purple-300\/50{
  border-bottom-color: rgb(202 191 253 / 0.5);
}
.border-b-purple-300\/60{
  border-bottom-color: rgb(202 191 253 / 0.6);
}
.border-b-purple-300\/70{
  border-bottom-color: rgb(202 191 253 / 0.7);
}
.border-b-purple-300\/75{
  border-bottom-color: rgb(202 191 253 / 0.75);
}
.border-b-purple-300\/80{
  border-bottom-color: rgb(202 191 253 / 0.8);
}
.border-b-purple-300\/90{
  border-bottom-color: rgb(202 191 253 / 0.9);
}
.border-b-purple-300\/95{
  border-bottom-color: rgb(202 191 253 / 0.95);
}
.border-b-purple-300\/100{
  border-bottom-color: rgb(202 191 253 / 1);
}
.border-b-purple-400\/0{
  border-bottom-color: rgb(172 148 250 / 0);
}
.border-b-purple-400\/5{
  border-bottom-color: rgb(172 148 250 / 0.05);
}
.border-b-purple-400\/10{
  border-bottom-color: rgb(172 148 250 / 0.1);
}
.border-b-purple-400\/20{
  border-bottom-color: rgb(172 148 250 / 0.2);
}
.border-b-purple-400\/25{
  border-bottom-color: rgb(172 148 250 / 0.25);
}
.border-b-purple-400\/30{
  border-bottom-color: rgb(172 148 250 / 0.3);
}
.border-b-purple-400\/40{
  border-bottom-color: rgb(172 148 250 / 0.4);
}
.border-b-purple-400\/50{
  border-bottom-color: rgb(172 148 250 / 0.5);
}
.border-b-purple-400\/60{
  border-bottom-color: rgb(172 148 250 / 0.6);
}
.border-b-purple-400\/70{
  border-bottom-color: rgb(172 148 250 / 0.7);
}
.border-b-purple-400\/75{
  border-bottom-color: rgb(172 148 250 / 0.75);
}
.border-b-purple-400\/80{
  border-bottom-color: rgb(172 148 250 / 0.8);
}
.border-b-purple-400\/90{
  border-bottom-color: rgb(172 148 250 / 0.9);
}
.border-b-purple-400\/95{
  border-bottom-color: rgb(172 148 250 / 0.95);
}
.border-b-purple-400\/100{
  border-bottom-color: rgb(172 148 250 / 1);
}
.border-b-purple-500\/0{
  border-bottom-color: rgb(144 97 249 / 0);
}
.border-b-purple-500\/5{
  border-bottom-color: rgb(144 97 249 / 0.05);
}
.border-b-purple-500\/10{
  border-bottom-color: rgb(144 97 249 / 0.1);
}
.border-b-purple-500\/20{
  border-bottom-color: rgb(144 97 249 / 0.2);
}
.border-b-purple-500\/25{
  border-bottom-color: rgb(144 97 249 / 0.25);
}
.border-b-purple-500\/30{
  border-bottom-color: rgb(144 97 249 / 0.3);
}
.border-b-purple-500\/40{
  border-bottom-color: rgb(144 97 249 / 0.4);
}
.border-b-purple-500\/50{
  border-bottom-color: rgb(144 97 249 / 0.5);
}
.border-b-purple-500\/60{
  border-bottom-color: rgb(144 97 249 / 0.6);
}
.border-b-purple-500\/70{
  border-bottom-color: rgb(144 97 249 / 0.7);
}
.border-b-purple-500\/75{
  border-bottom-color: rgb(144 97 249 / 0.75);
}
.border-b-purple-500\/80{
  border-bottom-color: rgb(144 97 249 / 0.8);
}
.border-b-purple-500\/90{
  border-bottom-color: rgb(144 97 249 / 0.9);
}
.border-b-purple-500\/95{
  border-bottom-color: rgb(144 97 249 / 0.95);
}
.border-b-purple-500\/100{
  border-bottom-color: rgb(144 97 249 / 1);
}
.border-b-purple-600\/0{
  border-bottom-color: rgb(126 58 242 / 0);
}
.border-b-purple-600\/5{
  border-bottom-color: rgb(126 58 242 / 0.05);
}
.border-b-purple-600\/10{
  border-bottom-color: rgb(126 58 242 / 0.1);
}
.border-b-purple-600\/20{
  border-bottom-color: rgb(126 58 242 / 0.2);
}
.border-b-purple-600\/25{
  border-bottom-color: rgb(126 58 242 / 0.25);
}
.border-b-purple-600\/30{
  border-bottom-color: rgb(126 58 242 / 0.3);
}
.border-b-purple-600\/40{
  border-bottom-color: rgb(126 58 242 / 0.4);
}
.border-b-purple-600\/50{
  border-bottom-color: rgb(126 58 242 / 0.5);
}
.border-b-purple-600\/60{
  border-bottom-color: rgb(126 58 242 / 0.6);
}
.border-b-purple-600\/70{
  border-bottom-color: rgb(126 58 242 / 0.7);
}
.border-b-purple-600\/75{
  border-bottom-color: rgb(126 58 242 / 0.75);
}
.border-b-purple-600\/80{
  border-bottom-color: rgb(126 58 242 / 0.8);
}
.border-b-purple-600\/90{
  border-bottom-color: rgb(126 58 242 / 0.9);
}
.border-b-purple-600\/95{
  border-bottom-color: rgb(126 58 242 / 0.95);
}
.border-b-purple-600\/100{
  border-bottom-color: rgb(126 58 242 / 1);
}
.border-b-purple-700\/0{
  border-bottom-color: rgb(108 43 217 / 0);
}
.border-b-purple-700\/5{
  border-bottom-color: rgb(108 43 217 / 0.05);
}
.border-b-purple-700\/10{
  border-bottom-color: rgb(108 43 217 / 0.1);
}
.border-b-purple-700\/20{
  border-bottom-color: rgb(108 43 217 / 0.2);
}
.border-b-purple-700\/25{
  border-bottom-color: rgb(108 43 217 / 0.25);
}
.border-b-purple-700\/30{
  border-bottom-color: rgb(108 43 217 / 0.3);
}
.border-b-purple-700\/40{
  border-bottom-color: rgb(108 43 217 / 0.4);
}
.border-b-purple-700\/50{
  border-bottom-color: rgb(108 43 217 / 0.5);
}
.border-b-purple-700\/60{
  border-bottom-color: rgb(108 43 217 / 0.6);
}
.border-b-purple-700\/70{
  border-bottom-color: rgb(108 43 217 / 0.7);
}
.border-b-purple-700\/75{
  border-bottom-color: rgb(108 43 217 / 0.75);
}
.border-b-purple-700\/80{
  border-bottom-color: rgb(108 43 217 / 0.8);
}
.border-b-purple-700\/90{
  border-bottom-color: rgb(108 43 217 / 0.9);
}
.border-b-purple-700\/95{
  border-bottom-color: rgb(108 43 217 / 0.95);
}
.border-b-purple-700\/100{
  border-bottom-color: rgb(108 43 217 / 1);
}
.border-b-purple-800\/0{
  border-bottom-color: rgb(85 33 181 / 0);
}
.border-b-purple-800\/5{
  border-bottom-color: rgb(85 33 181 / 0.05);
}
.border-b-purple-800\/10{
  border-bottom-color: rgb(85 33 181 / 0.1);
}
.border-b-purple-800\/20{
  border-bottom-color: rgb(85 33 181 / 0.2);
}
.border-b-purple-800\/25{
  border-bottom-color: rgb(85 33 181 / 0.25);
}
.border-b-purple-800\/30{
  border-bottom-color: rgb(85 33 181 / 0.3);
}
.border-b-purple-800\/40{
  border-bottom-color: rgb(85 33 181 / 0.4);
}
.border-b-purple-800\/50{
  border-bottom-color: rgb(85 33 181 / 0.5);
}
.border-b-purple-800\/60{
  border-bottom-color: rgb(85 33 181 / 0.6);
}
.border-b-purple-800\/70{
  border-bottom-color: rgb(85 33 181 / 0.7);
}
.border-b-purple-800\/75{
  border-bottom-color: rgb(85 33 181 / 0.75);
}
.border-b-purple-800\/80{
  border-bottom-color: rgb(85 33 181 / 0.8);
}
.border-b-purple-800\/90{
  border-bottom-color: rgb(85 33 181 / 0.9);
}
.border-b-purple-800\/95{
  border-bottom-color: rgb(85 33 181 / 0.95);
}
.border-b-purple-800\/100{
  border-bottom-color: rgb(85 33 181 / 1);
}
.border-b-purple-900\/0{
  border-bottom-color: rgb(74 29 150 / 0);
}
.border-b-purple-900\/5{
  border-bottom-color: rgb(74 29 150 / 0.05);
}
.border-b-purple-900\/10{
  border-bottom-color: rgb(74 29 150 / 0.1);
}
.border-b-purple-900\/20{
  border-bottom-color: rgb(74 29 150 / 0.2);
}
.border-b-purple-900\/25{
  border-bottom-color: rgb(74 29 150 / 0.25);
}
.border-b-purple-900\/30{
  border-bottom-color: rgb(74 29 150 / 0.3);
}
.border-b-purple-900\/40{
  border-bottom-color: rgb(74 29 150 / 0.4);
}
.border-b-purple-900\/50{
  border-bottom-color: rgb(74 29 150 / 0.5);
}
.border-b-purple-900\/60{
  border-bottom-color: rgb(74 29 150 / 0.6);
}
.border-b-purple-900\/70{
  border-bottom-color: rgb(74 29 150 / 0.7);
}
.border-b-purple-900\/75{
  border-bottom-color: rgb(74 29 150 / 0.75);
}
.border-b-purple-900\/80{
  border-bottom-color: rgb(74 29 150 / 0.8);
}
.border-b-purple-900\/90{
  border-bottom-color: rgb(74 29 150 / 0.9);
}
.border-b-purple-900\/95{
  border-bottom-color: rgb(74 29 150 / 0.95);
}
.border-b-purple-900\/100{
  border-bottom-color: rgb(74 29 150 / 1);
}
.border-b-purple-light\/0{
  border-bottom-color: rgb(224 14 102 / 0);
}
.border-b-purple-light\/5{
  border-bottom-color: rgb(224 14 102 / 0.05);
}
.border-b-purple-light\/10{
  border-bottom-color: rgb(224 14 102 / 0.1);
}
.border-b-purple-light\/20{
  border-bottom-color: rgb(224 14 102 / 0.2);
}
.border-b-purple-light\/25{
  border-bottom-color: rgb(224 14 102 / 0.25);
}
.border-b-purple-light\/30{
  border-bottom-color: rgb(224 14 102 / 0.3);
}
.border-b-purple-light\/40{
  border-bottom-color: rgb(224 14 102 / 0.4);
}
.border-b-purple-light\/50{
  border-bottom-color: rgb(224 14 102 / 0.5);
}
.border-b-purple-light\/60{
  border-bottom-color: rgb(224 14 102 / 0.6);
}
.border-b-purple-light\/70{
  border-bottom-color: rgb(224 14 102 / 0.7);
}
.border-b-purple-light\/75{
  border-bottom-color: rgb(224 14 102 / 0.75);
}
.border-b-purple-light\/80{
  border-bottom-color: rgb(224 14 102 / 0.8);
}
.border-b-purple-light\/90{
  border-bottom-color: rgb(224 14 102 / 0.9);
}
.border-b-purple-light\/95{
  border-bottom-color: rgb(224 14 102 / 0.95);
}
.border-b-purple-light\/100{
  border-bottom-color: rgb(224 14 102 / 1);
}
.border-b-pink-50\/0{
  border-bottom-color: rgb(253 242 248 / 0);
}
.border-b-pink-50\/5{
  border-bottom-color: rgb(253 242 248 / 0.05);
}
.border-b-pink-50\/10{
  border-bottom-color: rgb(253 242 248 / 0.1);
}
.border-b-pink-50\/20{
  border-bottom-color: rgb(253 242 248 / 0.2);
}
.border-b-pink-50\/25{
  border-bottom-color: rgb(253 242 248 / 0.25);
}
.border-b-pink-50\/30{
  border-bottom-color: rgb(253 242 248 / 0.3);
}
.border-b-pink-50\/40{
  border-bottom-color: rgb(253 242 248 / 0.4);
}
.border-b-pink-50\/50{
  border-bottom-color: rgb(253 242 248 / 0.5);
}
.border-b-pink-50\/60{
  border-bottom-color: rgb(253 242 248 / 0.6);
}
.border-b-pink-50\/70{
  border-bottom-color: rgb(253 242 248 / 0.7);
}
.border-b-pink-50\/75{
  border-bottom-color: rgb(253 242 248 / 0.75);
}
.border-b-pink-50\/80{
  border-bottom-color: rgb(253 242 248 / 0.8);
}
.border-b-pink-50\/90{
  border-bottom-color: rgb(253 242 248 / 0.9);
}
.border-b-pink-50\/95{
  border-bottom-color: rgb(253 242 248 / 0.95);
}
.border-b-pink-50\/100{
  border-bottom-color: rgb(253 242 248 / 1);
}
.border-b-pink-100\/0{
  border-bottom-color: rgb(252 232 243 / 0);
}
.border-b-pink-100\/5{
  border-bottom-color: rgb(252 232 243 / 0.05);
}
.border-b-pink-100\/10{
  border-bottom-color: rgb(252 232 243 / 0.1);
}
.border-b-pink-100\/20{
  border-bottom-color: rgb(252 232 243 / 0.2);
}
.border-b-pink-100\/25{
  border-bottom-color: rgb(252 232 243 / 0.25);
}
.border-b-pink-100\/30{
  border-bottom-color: rgb(252 232 243 / 0.3);
}
.border-b-pink-100\/40{
  border-bottom-color: rgb(252 232 243 / 0.4);
}
.border-b-pink-100\/50{
  border-bottom-color: rgb(252 232 243 / 0.5);
}
.border-b-pink-100\/60{
  border-bottom-color: rgb(252 232 243 / 0.6);
}
.border-b-pink-100\/70{
  border-bottom-color: rgb(252 232 243 / 0.7);
}
.border-b-pink-100\/75{
  border-bottom-color: rgb(252 232 243 / 0.75);
}
.border-b-pink-100\/80{
  border-bottom-color: rgb(252 232 243 / 0.8);
}
.border-b-pink-100\/90{
  border-bottom-color: rgb(252 232 243 / 0.9);
}
.border-b-pink-100\/95{
  border-bottom-color: rgb(252 232 243 / 0.95);
}
.border-b-pink-100\/100{
  border-bottom-color: rgb(252 232 243 / 1);
}
.border-b-pink-200\/0{
  border-bottom-color: rgb(250 209 232 / 0);
}
.border-b-pink-200\/5{
  border-bottom-color: rgb(250 209 232 / 0.05);
}
.border-b-pink-200\/10{
  border-bottom-color: rgb(250 209 232 / 0.1);
}
.border-b-pink-200\/20{
  border-bottom-color: rgb(250 209 232 / 0.2);
}
.border-b-pink-200\/25{
  border-bottom-color: rgb(250 209 232 / 0.25);
}
.border-b-pink-200\/30{
  border-bottom-color: rgb(250 209 232 / 0.3);
}
.border-b-pink-200\/40{
  border-bottom-color: rgb(250 209 232 / 0.4);
}
.border-b-pink-200\/50{
  border-bottom-color: rgb(250 209 232 / 0.5);
}
.border-b-pink-200\/60{
  border-bottom-color: rgb(250 209 232 / 0.6);
}
.border-b-pink-200\/70{
  border-bottom-color: rgb(250 209 232 / 0.7);
}
.border-b-pink-200\/75{
  border-bottom-color: rgb(250 209 232 / 0.75);
}
.border-b-pink-200\/80{
  border-bottom-color: rgb(250 209 232 / 0.8);
}
.border-b-pink-200\/90{
  border-bottom-color: rgb(250 209 232 / 0.9);
}
.border-b-pink-200\/95{
  border-bottom-color: rgb(250 209 232 / 0.95);
}
.border-b-pink-200\/100{
  border-bottom-color: rgb(250 209 232 / 1);
}
.border-b-pink-300\/0{
  border-bottom-color: rgb(248 180 217 / 0);
}
.border-b-pink-300\/5{
  border-bottom-color: rgb(248 180 217 / 0.05);
}
.border-b-pink-300\/10{
  border-bottom-color: rgb(248 180 217 / 0.1);
}
.border-b-pink-300\/20{
  border-bottom-color: rgb(248 180 217 / 0.2);
}
.border-b-pink-300\/25{
  border-bottom-color: rgb(248 180 217 / 0.25);
}
.border-b-pink-300\/30{
  border-bottom-color: rgb(248 180 217 / 0.3);
}
.border-b-pink-300\/40{
  border-bottom-color: rgb(248 180 217 / 0.4);
}
.border-b-pink-300\/50{
  border-bottom-color: rgb(248 180 217 / 0.5);
}
.border-b-pink-300\/60{
  border-bottom-color: rgb(248 180 217 / 0.6);
}
.border-b-pink-300\/70{
  border-bottom-color: rgb(248 180 217 / 0.7);
}
.border-b-pink-300\/75{
  border-bottom-color: rgb(248 180 217 / 0.75);
}
.border-b-pink-300\/80{
  border-bottom-color: rgb(248 180 217 / 0.8);
}
.border-b-pink-300\/90{
  border-bottom-color: rgb(248 180 217 / 0.9);
}
.border-b-pink-300\/95{
  border-bottom-color: rgb(248 180 217 / 0.95);
}
.border-b-pink-300\/100{
  border-bottom-color: rgb(248 180 217 / 1);
}
.border-b-pink-400\/0{
  border-bottom-color: rgb(241 126 184 / 0);
}
.border-b-pink-400\/5{
  border-bottom-color: rgb(241 126 184 / 0.05);
}
.border-b-pink-400\/10{
  border-bottom-color: rgb(241 126 184 / 0.1);
}
.border-b-pink-400\/20{
  border-bottom-color: rgb(241 126 184 / 0.2);
}
.border-b-pink-400\/25{
  border-bottom-color: rgb(241 126 184 / 0.25);
}
.border-b-pink-400\/30{
  border-bottom-color: rgb(241 126 184 / 0.3);
}
.border-b-pink-400\/40{
  border-bottom-color: rgb(241 126 184 / 0.4);
}
.border-b-pink-400\/50{
  border-bottom-color: rgb(241 126 184 / 0.5);
}
.border-b-pink-400\/60{
  border-bottom-color: rgb(241 126 184 / 0.6);
}
.border-b-pink-400\/70{
  border-bottom-color: rgb(241 126 184 / 0.7);
}
.border-b-pink-400\/75{
  border-bottom-color: rgb(241 126 184 / 0.75);
}
.border-b-pink-400\/80{
  border-bottom-color: rgb(241 126 184 / 0.8);
}
.border-b-pink-400\/90{
  border-bottom-color: rgb(241 126 184 / 0.9);
}
.border-b-pink-400\/95{
  border-bottom-color: rgb(241 126 184 / 0.95);
}
.border-b-pink-400\/100{
  border-bottom-color: rgb(241 126 184 / 1);
}
.border-b-pink-500\/0{
  border-bottom-color: rgb(231 70 148 / 0);
}
.border-b-pink-500\/5{
  border-bottom-color: rgb(231 70 148 / 0.05);
}
.border-b-pink-500\/10{
  border-bottom-color: rgb(231 70 148 / 0.1);
}
.border-b-pink-500\/20{
  border-bottom-color: rgb(231 70 148 / 0.2);
}
.border-b-pink-500\/25{
  border-bottom-color: rgb(231 70 148 / 0.25);
}
.border-b-pink-500\/30{
  border-bottom-color: rgb(231 70 148 / 0.3);
}
.border-b-pink-500\/40{
  border-bottom-color: rgb(231 70 148 / 0.4);
}
.border-b-pink-500\/50{
  border-bottom-color: rgb(231 70 148 / 0.5);
}
.border-b-pink-500\/60{
  border-bottom-color: rgb(231 70 148 / 0.6);
}
.border-b-pink-500\/70{
  border-bottom-color: rgb(231 70 148 / 0.7);
}
.border-b-pink-500\/75{
  border-bottom-color: rgb(231 70 148 / 0.75);
}
.border-b-pink-500\/80{
  border-bottom-color: rgb(231 70 148 / 0.8);
}
.border-b-pink-500\/90{
  border-bottom-color: rgb(231 70 148 / 0.9);
}
.border-b-pink-500\/95{
  border-bottom-color: rgb(231 70 148 / 0.95);
}
.border-b-pink-500\/100{
  border-bottom-color: rgb(231 70 148 / 1);
}
.border-b-pink-600\/0{
  border-bottom-color: rgb(214 31 105 / 0);
}
.border-b-pink-600\/5{
  border-bottom-color: rgb(214 31 105 / 0.05);
}
.border-b-pink-600\/10{
  border-bottom-color: rgb(214 31 105 / 0.1);
}
.border-b-pink-600\/20{
  border-bottom-color: rgb(214 31 105 / 0.2);
}
.border-b-pink-600\/25{
  border-bottom-color: rgb(214 31 105 / 0.25);
}
.border-b-pink-600\/30{
  border-bottom-color: rgb(214 31 105 / 0.3);
}
.border-b-pink-600\/40{
  border-bottom-color: rgb(214 31 105 / 0.4);
}
.border-b-pink-600\/50{
  border-bottom-color: rgb(214 31 105 / 0.5);
}
.border-b-pink-600\/60{
  border-bottom-color: rgb(214 31 105 / 0.6);
}
.border-b-pink-600\/70{
  border-bottom-color: rgb(214 31 105 / 0.7);
}
.border-b-pink-600\/75{
  border-bottom-color: rgb(214 31 105 / 0.75);
}
.border-b-pink-600\/80{
  border-bottom-color: rgb(214 31 105 / 0.8);
}
.border-b-pink-600\/90{
  border-bottom-color: rgb(214 31 105 / 0.9);
}
.border-b-pink-600\/95{
  border-bottom-color: rgb(214 31 105 / 0.95);
}
.border-b-pink-600\/100{
  border-bottom-color: rgb(214 31 105 / 1);
}
.border-b-pink-700\/0{
  border-bottom-color: rgb(191 18 93 / 0);
}
.border-b-pink-700\/5{
  border-bottom-color: rgb(191 18 93 / 0.05);
}
.border-b-pink-700\/10{
  border-bottom-color: rgb(191 18 93 / 0.1);
}
.border-b-pink-700\/20{
  border-bottom-color: rgb(191 18 93 / 0.2);
}
.border-b-pink-700\/25{
  border-bottom-color: rgb(191 18 93 / 0.25);
}
.border-b-pink-700\/30{
  border-bottom-color: rgb(191 18 93 / 0.3);
}
.border-b-pink-700\/40{
  border-bottom-color: rgb(191 18 93 / 0.4);
}
.border-b-pink-700\/50{
  border-bottom-color: rgb(191 18 93 / 0.5);
}
.border-b-pink-700\/60{
  border-bottom-color: rgb(191 18 93 / 0.6);
}
.border-b-pink-700\/70{
  border-bottom-color: rgb(191 18 93 / 0.7);
}
.border-b-pink-700\/75{
  border-bottom-color: rgb(191 18 93 / 0.75);
}
.border-b-pink-700\/80{
  border-bottom-color: rgb(191 18 93 / 0.8);
}
.border-b-pink-700\/90{
  border-bottom-color: rgb(191 18 93 / 0.9);
}
.border-b-pink-700\/95{
  border-bottom-color: rgb(191 18 93 / 0.95);
}
.border-b-pink-700\/100{
  border-bottom-color: rgb(191 18 93 / 1);
}
.border-b-pink-800\/0{
  border-bottom-color: rgb(153 21 75 / 0);
}
.border-b-pink-800\/5{
  border-bottom-color: rgb(153 21 75 / 0.05);
}
.border-b-pink-800\/10{
  border-bottom-color: rgb(153 21 75 / 0.1);
}
.border-b-pink-800\/20{
  border-bottom-color: rgb(153 21 75 / 0.2);
}
.border-b-pink-800\/25{
  border-bottom-color: rgb(153 21 75 / 0.25);
}
.border-b-pink-800\/30{
  border-bottom-color: rgb(153 21 75 / 0.3);
}
.border-b-pink-800\/40{
  border-bottom-color: rgb(153 21 75 / 0.4);
}
.border-b-pink-800\/50{
  border-bottom-color: rgb(153 21 75 / 0.5);
}
.border-b-pink-800\/60{
  border-bottom-color: rgb(153 21 75 / 0.6);
}
.border-b-pink-800\/70{
  border-bottom-color: rgb(153 21 75 / 0.7);
}
.border-b-pink-800\/75{
  border-bottom-color: rgb(153 21 75 / 0.75);
}
.border-b-pink-800\/80{
  border-bottom-color: rgb(153 21 75 / 0.8);
}
.border-b-pink-800\/90{
  border-bottom-color: rgb(153 21 75 / 0.9);
}
.border-b-pink-800\/95{
  border-bottom-color: rgb(153 21 75 / 0.95);
}
.border-b-pink-800\/100{
  border-bottom-color: rgb(153 21 75 / 1);
}
.border-b-pink-900\/0{
  border-bottom-color: rgb(117 26 61 / 0);
}
.border-b-pink-900\/5{
  border-bottom-color: rgb(117 26 61 / 0.05);
}
.border-b-pink-900\/10{
  border-bottom-color: rgb(117 26 61 / 0.1);
}
.border-b-pink-900\/20{
  border-bottom-color: rgb(117 26 61 / 0.2);
}
.border-b-pink-900\/25{
  border-bottom-color: rgb(117 26 61 / 0.25);
}
.border-b-pink-900\/30{
  border-bottom-color: rgb(117 26 61 / 0.3);
}
.border-b-pink-900\/40{
  border-bottom-color: rgb(117 26 61 / 0.4);
}
.border-b-pink-900\/50{
  border-bottom-color: rgb(117 26 61 / 0.5);
}
.border-b-pink-900\/60{
  border-bottom-color: rgb(117 26 61 / 0.6);
}
.border-b-pink-900\/70{
  border-bottom-color: rgb(117 26 61 / 0.7);
}
.border-b-pink-900\/75{
  border-bottom-color: rgb(117 26 61 / 0.75);
}
.border-b-pink-900\/80{
  border-bottom-color: rgb(117 26 61 / 0.8);
}
.border-b-pink-900\/90{
  border-bottom-color: rgb(117 26 61 / 0.9);
}
.border-b-pink-900\/95{
  border-bottom-color: rgb(117 26 61 / 0.95);
}
.border-b-pink-900\/100{
  border-bottom-color: rgb(117 26 61 / 1);
}
.border-b-primary-50\/0{
  border-bottom-color: rgb(0 151 167 / 0);
}
.border-b-primary-50\/5{
  border-bottom-color: rgb(0 151 167 / 0.05);
}
.border-b-primary-50\/10{
  border-bottom-color: rgb(0 151 167 / 0.1);
}
.border-b-primary-50\/20{
  border-bottom-color: rgb(0 151 167 / 0.2);
}
.border-b-primary-50\/25{
  border-bottom-color: rgb(0 151 167 / 0.25);
}
.border-b-primary-50\/30{
  border-bottom-color: rgb(0 151 167 / 0.3);
}
.border-b-primary-50\/40{
  border-bottom-color: rgb(0 151 167 / 0.4);
}
.border-b-primary-50\/50{
  border-bottom-color: rgb(0 151 167 / 0.5);
}
.border-b-primary-50\/60{
  border-bottom-color: rgb(0 151 167 / 0.6);
}
.border-b-primary-50\/70{
  border-bottom-color: rgb(0 151 167 / 0.7);
}
.border-b-primary-50\/75{
  border-bottom-color: rgb(0 151 167 / 0.75);
}
.border-b-primary-50\/80{
  border-bottom-color: rgb(0 151 167 / 0.8);
}
.border-b-primary-50\/90{
  border-bottom-color: rgb(0 151 167 / 0.9);
}
.border-b-primary-50\/95{
  border-bottom-color: rgb(0 151 167 / 0.95);
}
.border-b-primary-50\/100{
  border-bottom-color: rgb(0 151 167 / 1);
}
.border-b-primary-100\/0{
  border-bottom-color: rgb(14 28 42 / 0);
}
.border-b-primary-100\/5{
  border-bottom-color: rgb(14 28 42 / 0.05);
}
.border-b-primary-100\/10{
  border-bottom-color: rgb(14 28 42 / 0.1);
}
.border-b-primary-100\/20{
  border-bottom-color: rgb(14 28 42 / 0.2);
}
.border-b-primary-100\/25{
  border-bottom-color: rgb(14 28 42 / 0.25);
}
.border-b-primary-100\/30{
  border-bottom-color: rgb(14 28 42 / 0.3);
}
.border-b-primary-100\/40{
  border-bottom-color: rgb(14 28 42 / 0.4);
}
.border-b-primary-100\/50{
  border-bottom-color: rgb(14 28 42 / 0.5);
}
.border-b-primary-100\/60{
  border-bottom-color: rgb(14 28 42 / 0.6);
}
.border-b-primary-100\/70{
  border-bottom-color: rgb(14 28 42 / 0.7);
}
.border-b-primary-100\/75{
  border-bottom-color: rgb(14 28 42 / 0.75);
}
.border-b-primary-100\/80{
  border-bottom-color: rgb(14 28 42 / 0.8);
}
.border-b-primary-100\/90{
  border-bottom-color: rgb(14 28 42 / 0.9);
}
.border-b-primary-100\/95{
  border-bottom-color: rgb(14 28 42 / 0.95);
}
.border-b-primary-100\/100{
  border-bottom-color: rgb(14 28 42 / 1);
}
.border-b-primary-290\/0{
  border-bottom-color: rgb(34 68 74 / 0);
}
.border-b-primary-290\/5{
  border-bottom-color: rgb(34 68 74 / 0.05);
}
.border-b-primary-290\/10{
  border-bottom-color: rgb(34 68 74 / 0.1);
}
.border-b-primary-290\/20{
  border-bottom-color: rgb(34 68 74 / 0.2);
}
.border-b-primary-290\/25{
  border-bottom-color: rgb(34 68 74 / 0.25);
}
.border-b-primary-290\/30{
  border-bottom-color: rgb(34 68 74 / 0.3);
}
.border-b-primary-290\/40{
  border-bottom-color: rgb(34 68 74 / 0.4);
}
.border-b-primary-290\/50{
  border-bottom-color: rgb(34 68 74 / 0.5);
}
.border-b-primary-290\/60{
  border-bottom-color: rgb(34 68 74 / 0.6);
}
.border-b-primary-290\/70{
  border-bottom-color: rgb(34 68 74 / 0.7);
}
.border-b-primary-290\/75{
  border-bottom-color: rgb(34 68 74 / 0.75);
}
.border-b-primary-290\/80{
  border-bottom-color: rgb(34 68 74 / 0.8);
}
.border-b-primary-290\/90{
  border-bottom-color: rgb(34 68 74 / 0.9);
}
.border-b-primary-290\/95{
  border-bottom-color: rgb(34 68 74 / 0.95);
}
.border-b-primary-290\/100{
  border-bottom-color: rgb(34 68 74 / 1);
}
.border-b-primary-300\/0{
  border-bottom-color: rgb(34 110 184 / 0);
}
.border-b-primary-300\/5{
  border-bottom-color: rgb(34 110 184 / 0.05);
}
.border-b-primary-300\/10{
  border-bottom-color: rgb(34 110 184 / 0.1);
}
.border-b-primary-300\/20{
  border-bottom-color: rgb(34 110 184 / 0.2);
}
.border-b-primary-300\/25{
  border-bottom-color: rgb(34 110 184 / 0.25);
}
.border-b-primary-300\/30{
  border-bottom-color: rgb(34 110 184 / 0.3);
}
.border-b-primary-300\/40{
  border-bottom-color: rgb(34 110 184 / 0.4);
}
.border-b-primary-300\/50{
  border-bottom-color: rgb(34 110 184 / 0.5);
}
.border-b-primary-300\/60{
  border-bottom-color: rgb(34 110 184 / 0.6);
}
.border-b-primary-300\/70{
  border-bottom-color: rgb(34 110 184 / 0.7);
}
.border-b-primary-300\/75{
  border-bottom-color: rgb(34 110 184 / 0.75);
}
.border-b-primary-300\/80{
  border-bottom-color: rgb(34 110 184 / 0.8);
}
.border-b-primary-300\/90{
  border-bottom-color: rgb(34 110 184 / 0.9);
}
.border-b-primary-300\/95{
  border-bottom-color: rgb(34 110 184 / 0.95);
}
.border-b-primary-300\/100{
  border-bottom-color: rgb(34 110 184 / 1);
}
.border-b-primary-400\/0{
  border-bottom-color: rgb(40 157 204 / 0);
}
.border-b-primary-400\/5{
  border-bottom-color: rgb(40 157 204 / 0.05);
}
.border-b-primary-400\/10{
  border-bottom-color: rgb(40 157 204 / 0.1);
}
.border-b-primary-400\/20{
  border-bottom-color: rgb(40 157 204 / 0.2);
}
.border-b-primary-400\/25{
  border-bottom-color: rgb(40 157 204 / 0.25);
}
.border-b-primary-400\/30{
  border-bottom-color: rgb(40 157 204 / 0.3);
}
.border-b-primary-400\/40{
  border-bottom-color: rgb(40 157 204 / 0.4);
}
.border-b-primary-400\/50{
  border-bottom-color: rgb(40 157 204 / 0.5);
}
.border-b-primary-400\/60{
  border-bottom-color: rgb(40 157 204 / 0.6);
}
.border-b-primary-400\/70{
  border-bottom-color: rgb(40 157 204 / 0.7);
}
.border-b-primary-400\/75{
  border-bottom-color: rgb(40 157 204 / 0.75);
}
.border-b-primary-400\/80{
  border-bottom-color: rgb(40 157 204 / 0.8);
}
.border-b-primary-400\/90{
  border-bottom-color: rgb(40 157 204 / 0.9);
}
.border-b-primary-400\/95{
  border-bottom-color: rgb(40 157 204 / 0.95);
}
.border-b-primary-400\/100{
  border-bottom-color: rgb(40 157 204 / 1);
}
.border-b-primary-600\/0{
  border-bottom-color: rgb(81 151 229 / 0);
}
.border-b-primary-600\/5{
  border-bottom-color: rgb(81 151 229 / 0.05);
}
.border-b-primary-600\/10{
  border-bottom-color: rgb(81 151 229 / 0.1);
}
.border-b-primary-600\/20{
  border-bottom-color: rgb(81 151 229 / 0.2);
}
.border-b-primary-600\/25{
  border-bottom-color: rgb(81 151 229 / 0.25);
}
.border-b-primary-600\/30{
  border-bottom-color: rgb(81 151 229 / 0.3);
}
.border-b-primary-600\/40{
  border-bottom-color: rgb(81 151 229 / 0.4);
}
.border-b-primary-600\/50{
  border-bottom-color: rgb(81 151 229 / 0.5);
}
.border-b-primary-600\/60{
  border-bottom-color: rgb(81 151 229 / 0.6);
}
.border-b-primary-600\/70{
  border-bottom-color: rgb(81 151 229 / 0.7);
}
.border-b-primary-600\/75{
  border-bottom-color: rgb(81 151 229 / 0.75);
}
.border-b-primary-600\/80{
  border-bottom-color: rgb(81 151 229 / 0.8);
}
.border-b-primary-600\/90{
  border-bottom-color: rgb(81 151 229 / 0.9);
}
.border-b-primary-600\/95{
  border-bottom-color: rgb(81 151 229 / 0.95);
}
.border-b-primary-600\/100{
  border-bottom-color: rgb(81 151 229 / 1);
}
.border-b-primary-700\/0{
  border-bottom-color: rgb(106 187 223 / 0);
}
.border-b-primary-700\/5{
  border-bottom-color: rgb(106 187 223 / 0.05);
}
.border-b-primary-700\/10{
  border-bottom-color: rgb(106 187 223 / 0.1);
}
.border-b-primary-700\/20{
  border-bottom-color: rgb(106 187 223 / 0.2);
}
.border-b-primary-700\/25{
  border-bottom-color: rgb(106 187 223 / 0.25);
}
.border-b-primary-700\/30{
  border-bottom-color: rgb(106 187 223 / 0.3);
}
.border-b-primary-700\/40{
  border-bottom-color: rgb(106 187 223 / 0.4);
}
.border-b-primary-700\/50{
  border-bottom-color: rgb(106 187 223 / 0.5);
}
.border-b-primary-700\/60{
  border-bottom-color: rgb(106 187 223 / 0.6);
}
.border-b-primary-700\/70{
  border-bottom-color: rgb(106 187 223 / 0.7);
}
.border-b-primary-700\/75{
  border-bottom-color: rgb(106 187 223 / 0.75);
}
.border-b-primary-700\/80{
  border-bottom-color: rgb(106 187 223 / 0.8);
}
.border-b-primary-700\/90{
  border-bottom-color: rgb(106 187 223 / 0.9);
}
.border-b-primary-700\/95{
  border-bottom-color: rgb(106 187 223 / 0.95);
}
.border-b-primary-700\/100{
  border-bottom-color: rgb(106 187 223 / 1);
}
.border-b-primary-720\/0{
  border-bottom-color: rgb(112 142 148 / 0);
}
.border-b-primary-720\/5{
  border-bottom-color: rgb(112 142 148 / 0.05);
}
.border-b-primary-720\/10{
  border-bottom-color: rgb(112 142 148 / 0.1);
}
.border-b-primary-720\/20{
  border-bottom-color: rgb(112 142 148 / 0.2);
}
.border-b-primary-720\/25{
  border-bottom-color: rgb(112 142 148 / 0.25);
}
.border-b-primary-720\/30{
  border-bottom-color: rgb(112 142 148 / 0.3);
}
.border-b-primary-720\/40{
  border-bottom-color: rgb(112 142 148 / 0.4);
}
.border-b-primary-720\/50{
  border-bottom-color: rgb(112 142 148 / 0.5);
}
.border-b-primary-720\/60{
  border-bottom-color: rgb(112 142 148 / 0.6);
}
.border-b-primary-720\/70{
  border-bottom-color: rgb(112 142 148 / 0.7);
}
.border-b-primary-720\/75{
  border-bottom-color: rgb(112 142 148 / 0.75);
}
.border-b-primary-720\/80{
  border-bottom-color: rgb(112 142 148 / 0.8);
}
.border-b-primary-720\/90{
  border-bottom-color: rgb(112 142 148 / 0.9);
}
.border-b-primary-720\/95{
  border-bottom-color: rgb(112 142 148 / 0.95);
}
.border-b-primary-720\/100{
  border-bottom-color: rgb(112 142 148 / 1);
}
.border-b-primary-750\/0{
  border-bottom-color: rgb(128 222 234 / 0);
}
.border-b-primary-750\/5{
  border-bottom-color: rgb(128 222 234 / 0.05);
}
.border-b-primary-750\/10{
  border-bottom-color: rgb(128 222 234 / 0.1);
}
.border-b-primary-750\/20{
  border-bottom-color: rgb(128 222 234 / 0.2);
}
.border-b-primary-750\/25{
  border-bottom-color: rgb(128 222 234 / 0.25);
}
.border-b-primary-750\/30{
  border-bottom-color: rgb(128 222 234 / 0.3);
}
.border-b-primary-750\/40{
  border-bottom-color: rgb(128 222 234 / 0.4);
}
.border-b-primary-750\/50{
  border-bottom-color: rgb(128 222 234 / 0.5);
}
.border-b-primary-750\/60{
  border-bottom-color: rgb(128 222 234 / 0.6);
}
.border-b-primary-750\/70{
  border-bottom-color: rgb(128 222 234 / 0.7);
}
.border-b-primary-750\/75{
  border-bottom-color: rgb(128 222 234 / 0.75);
}
.border-b-primary-750\/80{
  border-bottom-color: rgb(128 222 234 / 0.8);
}
.border-b-primary-750\/90{
  border-bottom-color: rgb(128 222 234 / 0.9);
}
.border-b-primary-750\/95{
  border-bottom-color: rgb(128 222 234 / 0.95);
}
.border-b-primary-750\/100{
  border-bottom-color: rgb(128 222 234 / 1);
}
.border-b-primary-800\/0{
  border-bottom-color: rgb(227 248 251 / 0);
}
.border-b-primary-800\/5{
  border-bottom-color: rgb(227 248 251 / 0.05);
}
.border-b-primary-800\/10{
  border-bottom-color: rgb(227 248 251 / 0.1);
}
.border-b-primary-800\/20{
  border-bottom-color: rgb(227 248 251 / 0.2);
}
.border-b-primary-800\/25{
  border-bottom-color: rgb(227 248 251 / 0.25);
}
.border-b-primary-800\/30{
  border-bottom-color: rgb(227 248 251 / 0.3);
}
.border-b-primary-800\/40{
  border-bottom-color: rgb(227 248 251 / 0.4);
}
.border-b-primary-800\/50{
  border-bottom-color: rgb(227 248 251 / 0.5);
}
.border-b-primary-800\/60{
  border-bottom-color: rgb(227 248 251 / 0.6);
}
.border-b-primary-800\/70{
  border-bottom-color: rgb(227 248 251 / 0.7);
}
.border-b-primary-800\/75{
  border-bottom-color: rgb(227 248 251 / 0.75);
}
.border-b-primary-800\/80{
  border-bottom-color: rgb(227 248 251 / 0.8);
}
.border-b-primary-800\/90{
  border-bottom-color: rgb(227 248 251 / 0.9);
}
.border-b-primary-800\/95{
  border-bottom-color: rgb(227 248 251 / 0.95);
}
.border-b-primary-800\/100{
  border-bottom-color: rgb(227 248 251 / 1);
}
.border-b-primary-dark\/0{
  border-bottom-color: rgb(5 79 89 / 0);
}
.border-b-primary-dark\/5{
  border-bottom-color: rgb(5 79 89 / 0.05);
}
.border-b-primary-dark\/10{
  border-bottom-color: rgb(5 79 89 / 0.1);
}
.border-b-primary-dark\/20{
  border-bottom-color: rgb(5 79 89 / 0.2);
}
.border-b-primary-dark\/25{
  border-bottom-color: rgb(5 79 89 / 0.25);
}
.border-b-primary-dark\/30{
  border-bottom-color: rgb(5 79 89 / 0.3);
}
.border-b-primary-dark\/40{
  border-bottom-color: rgb(5 79 89 / 0.4);
}
.border-b-primary-dark\/50{
  border-bottom-color: rgb(5 79 89 / 0.5);
}
.border-b-primary-dark\/60{
  border-bottom-color: rgb(5 79 89 / 0.6);
}
.border-b-primary-dark\/70{
  border-bottom-color: rgb(5 79 89 / 0.7);
}
.border-b-primary-dark\/75{
  border-bottom-color: rgb(5 79 89 / 0.75);
}
.border-b-primary-dark\/80{
  border-bottom-color: rgb(5 79 89 / 0.8);
}
.border-b-primary-dark\/90{
  border-bottom-color: rgb(5 79 89 / 0.9);
}
.border-b-primary-dark\/95{
  border-bottom-color: rgb(5 79 89 / 0.95);
}
.border-b-primary-dark\/100{
  border-bottom-color: rgb(5 79 89 / 1);
}
.border-b-primary-light\/0{
  border-bottom-color: rgb(213 227 231 / 0);
}
.border-b-primary-light\/5{
  border-bottom-color: rgb(213 227 231 / 0.05);
}
.border-b-primary-light\/10{
  border-bottom-color: rgb(213 227 231 / 0.1);
}
.border-b-primary-light\/20{
  border-bottom-color: rgb(213 227 231 / 0.2);
}
.border-b-primary-light\/25{
  border-bottom-color: rgb(213 227 231 / 0.25);
}
.border-b-primary-light\/30{
  border-bottom-color: rgb(213 227 231 / 0.3);
}
.border-b-primary-light\/40{
  border-bottom-color: rgb(213 227 231 / 0.4);
}
.border-b-primary-light\/50{
  border-bottom-color: rgb(213 227 231 / 0.5);
}
.border-b-primary-light\/60{
  border-bottom-color: rgb(213 227 231 / 0.6);
}
.border-b-primary-light\/70{
  border-bottom-color: rgb(213 227 231 / 0.7);
}
.border-b-primary-light\/75{
  border-bottom-color: rgb(213 227 231 / 0.75);
}
.border-b-primary-light\/80{
  border-bottom-color: rgb(213 227 231 / 0.8);
}
.border-b-primary-light\/90{
  border-bottom-color: rgb(213 227 231 / 0.9);
}
.border-b-primary-light\/95{
  border-bottom-color: rgb(213 227 231 / 0.95);
}
.border-b-primary-light\/100{
  border-bottom-color: rgb(213 227 231 / 1);
}
.border-b-primary\/0{
  border-bottom-color: rgb(51 102 153 / 0);
}
.border-b-primary\/5{
  border-bottom-color: rgb(51 102 153 / 0.05);
}
.border-b-primary\/10{
  border-bottom-color: rgb(51 102 153 / 0.1);
}
.border-b-primary\/20{
  border-bottom-color: rgb(51 102 153 / 0.2);
}
.border-b-primary\/25{
  border-bottom-color: rgb(51 102 153 / 0.25);
}
.border-b-primary\/30{
  border-bottom-color: rgb(51 102 153 / 0.3);
}
.border-b-primary\/40{
  border-bottom-color: rgb(51 102 153 / 0.4);
}
.border-b-primary\/50{
  border-bottom-color: rgb(51 102 153 / 0.5);
}
.border-b-primary\/60{
  border-bottom-color: rgb(51 102 153 / 0.6);
}
.border-b-primary\/70{
  border-bottom-color: rgb(51 102 153 / 0.7);
}
.border-b-primary\/75{
  border-bottom-color: rgb(51 102 153 / 0.75);
}
.border-b-primary\/80{
  border-bottom-color: rgb(51 102 153 / 0.8);
}
.border-b-primary\/90{
  border-bottom-color: rgb(51 102 153 / 0.9);
}
.border-b-primary\/95{
  border-bottom-color: rgb(51 102 153 / 0.95);
}
.border-b-primary\/100{
  border-bottom-color: rgb(51 102 153 / 1);
}
.border-b-bluemarine-900\/0{
  border-bottom-color: rgb(34 68 74 / 0);
}
.border-b-bluemarine-900\/5{
  border-bottom-color: rgb(34 68 74 / 0.05);
}
.border-b-bluemarine-900\/10{
  border-bottom-color: rgb(34 68 74 / 0.1);
}
.border-b-bluemarine-900\/20{
  border-bottom-color: rgb(34 68 74 / 0.2);
}
.border-b-bluemarine-900\/25{
  border-bottom-color: rgb(34 68 74 / 0.25);
}
.border-b-bluemarine-900\/30{
  border-bottom-color: rgb(34 68 74 / 0.3);
}
.border-b-bluemarine-900\/40{
  border-bottom-color: rgb(34 68 74 / 0.4);
}
.border-b-bluemarine-900\/50{
  border-bottom-color: rgb(34 68 74 / 0.5);
}
.border-b-bluemarine-900\/60{
  border-bottom-color: rgb(34 68 74 / 0.6);
}
.border-b-bluemarine-900\/70{
  border-bottom-color: rgb(34 68 74 / 0.7);
}
.border-b-bluemarine-900\/75{
  border-bottom-color: rgb(34 68 74 / 0.75);
}
.border-b-bluemarine-900\/80{
  border-bottom-color: rgb(34 68 74 / 0.8);
}
.border-b-bluemarine-900\/90{
  border-bottom-color: rgb(34 68 74 / 0.9);
}
.border-b-bluemarine-900\/95{
  border-bottom-color: rgb(34 68 74 / 0.95);
}
.border-b-bluemarine-900\/100{
  border-bottom-color: rgb(34 68 74 / 1);
}
.border-b-bluemarine\/0{
  border-bottom-color: rgb(5 79 89 / 0);
}
.border-b-bluemarine\/5{
  border-bottom-color: rgb(5 79 89 / 0.05);
}
.border-b-bluemarine\/10{
  border-bottom-color: rgb(5 79 89 / 0.1);
}
.border-b-bluemarine\/20{
  border-bottom-color: rgb(5 79 89 / 0.2);
}
.border-b-bluemarine\/25{
  border-bottom-color: rgb(5 79 89 / 0.25);
}
.border-b-bluemarine\/30{
  border-bottom-color: rgb(5 79 89 / 0.3);
}
.border-b-bluemarine\/40{
  border-bottom-color: rgb(5 79 89 / 0.4);
}
.border-b-bluemarine\/50{
  border-bottom-color: rgb(5 79 89 / 0.5);
}
.border-b-bluemarine\/60{
  border-bottom-color: rgb(5 79 89 / 0.6);
}
.border-b-bluemarine\/70{
  border-bottom-color: rgb(5 79 89 / 0.7);
}
.border-b-bluemarine\/75{
  border-bottom-color: rgb(5 79 89 / 0.75);
}
.border-b-bluemarine\/80{
  border-bottom-color: rgb(5 79 89 / 0.8);
}
.border-b-bluemarine\/90{
  border-bottom-color: rgb(5 79 89 / 0.9);
}
.border-b-bluemarine\/95{
  border-bottom-color: rgb(5 79 89 / 0.95);
}
.border-b-bluemarine\/100{
  border-bottom-color: rgb(5 79 89 / 1);
}
.border-l-transparent{
  border-left-color: transparent;
}
.border-l-white{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-l-black{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-l-tab_active{
  --tw-border-opacity: 1;
  border-left-color: rgb(86 200 216 / var(--tw-border-opacity));
}
.border-l-modal-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(236 244 245 / var(--tw-border-opacity));
}
.border-l-green-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(243 250 247 / var(--tw-border-opacity));
}
.border-l-green-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(222 247 236 / var(--tw-border-opacity));
}
.border-l-green-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(188 240 218 / var(--tw-border-opacity));
}
.border-l-green-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(132 225 188 / var(--tw-border-opacity));
}
.border-l-green-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(49 196 141 / var(--tw-border-opacity));
}
.border-l-green-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(14 159 110 / var(--tw-border-opacity));
}
.border-l-green-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(5 122 85 / var(--tw-border-opacity));
}
.border-l-green-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(4 108 78 / var(--tw-border-opacity));
}
.border-l-green-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(3 84 63 / var(--tw-border-opacity));
}
.border-l-green-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(1 71 55 / var(--tw-border-opacity));
}
.border-l-green{
  --tw-border-opacity: 1;
  border-left-color: rgb(77 208 225 / var(--tw-border-opacity));
}
.border-l-green-dark{
  border-left-color: #054F59;;
}
.border-l-green-light{
  --tw-border-opacity: 1;
  border-left-color: rgb(93 224 241 / var(--tw-border-opacity));
}
.border-l-ottanio{
  --tw-border-opacity: 1;
  border-left-color: rgb(5 79 89 / var(--tw-border-opacity));
}
.border-l-ottanio-light{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 151 167 / var(--tw-border-opacity));
}
.border-l-magenta{
  --tw-border-opacity: 1;
  border-left-color: rgb(224 14 102 / var(--tw-border-opacity));
}
.border-l-magenta-light{
  border-left-color: #E00E66BD;
}
.border-l-arancio{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 149 149 / var(--tw-border-opacity));
}
.border-l-gray-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(249 250 251 / var(--tw-border-opacity));
}
.border-l-gray-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(213 227 231 / var(--tw-border-opacity));
}
.border-l-gray-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-l-gray-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(100 108 122 / var(--tw-border-opacity));
}
.border-l-gray-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(159 189 195 / var(--tw-border-opacity));
}
.border-l-gray-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.border-l-gray-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(196 196 196 / var(--tw-border-opacity));
}
.border-l-gray-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(221 221 221 / var(--tw-border-opacity));
}
.border-l-gray-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(31 41 55 / var(--tw-border-opacity));
}
.border-l-gray-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(249 249 249 / var(--tw-border-opacity));
}
.border-l-gray{
  --tw-border-opacity: 1;
  border-left-color: rgb(187 187 187 / var(--tw-border-opacity));
}
.border-l-red-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(253 242 242 / var(--tw-border-opacity));
}
.border-l-red-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(253 232 232 / var(--tw-border-opacity));
}
.border-l-red-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(251 213 213 / var(--tw-border-opacity));
}
.border-l-red-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(248 180 180 / var(--tw-border-opacity));
}
.border-l-red-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(249 128 128 / var(--tw-border-opacity));
}
.border-l-red-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(240 82 82 / var(--tw-border-opacity));
}
.border-l-red-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(224 36 36 / var(--tw-border-opacity));
}
.border-l-red-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(200 30 30 / var(--tw-border-opacity));
}
.border-l-red-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(155 28 28 / var(--tw-border-opacity));
}
.border-l-red-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(119 29 29 / var(--tw-border-opacity));
}
.border-l-orange-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 248 241 / var(--tw-border-opacity));
}
.border-l-orange-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 236 220 / var(--tw-border-opacity));
}
.border-l-orange-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(252 217 189 / var(--tw-border-opacity));
}
.border-l-orange-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(253 186 140 / var(--tw-border-opacity));
}
.border-l-orange-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 138 76 / var(--tw-border-opacity));
}
.border-l-orange-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 90 31 / var(--tw-border-opacity));
}
.border-l-orange-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(208 56 1 / var(--tw-border-opacity));
}
.border-l-orange-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(180 52 3 / var(--tw-border-opacity));
}
.border-l-orange-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(138 44 13 / var(--tw-border-opacity));
}
.border-l-orange-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(119 29 29 / var(--tw-border-opacity));
}
.border-l-yellow-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(253 253 234 / var(--tw-border-opacity));
}
.border-l-yellow-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(253 246 178 / var(--tw-border-opacity));
}
.border-l-yellow-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(252 233 106 / var(--tw-border-opacity));
}
.border-l-yellow-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(250 202 21 / var(--tw-border-opacity));
}
.border-l-yellow-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(227 160 8 / var(--tw-border-opacity));
}
.border-l-yellow-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(194 120 3 / var(--tw-border-opacity));
}
.border-l-yellow-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(159 88 10 / var(--tw-border-opacity));
}
.border-l-yellow-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(142 75 16 / var(--tw-border-opacity));
}
.border-l-yellow-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(114 59 19 / var(--tw-border-opacity));
}
.border-l-yellow-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(99 49 18 / var(--tw-border-opacity));
}
.border-l-teal-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(237 250 250 / var(--tw-border-opacity));
}
.border-l-teal-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(213 245 246 / var(--tw-border-opacity));
}
.border-l-teal-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(175 236 239 / var(--tw-border-opacity));
}
.border-l-teal-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(126 220 226 / var(--tw-border-opacity));
}
.border-l-teal-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(22 189 202 / var(--tw-border-opacity));
}
.border-l-teal-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(6 148 162 / var(--tw-border-opacity));
}
.border-l-teal-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(4 116 129 / var(--tw-border-opacity));
}
.border-l-teal-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(3 102 114 / var(--tw-border-opacity));
}
.border-l-teal-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(5 80 92 / var(--tw-border-opacity));
}
.border-l-teal-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(1 68 81 / var(--tw-border-opacity));
}
.border-l-blue-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(235 245 255 / var(--tw-border-opacity));
}
.border-l-blue-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(225 239 254 / var(--tw-border-opacity));
}
.border-l-blue-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(195 221 253 / var(--tw-border-opacity));
}
.border-l-blue-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(164 202 254 / var(--tw-border-opacity));
}
.border-l-blue-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(118 169 250 / var(--tw-border-opacity));
}
.border-l-blue-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(63 131 248 / var(--tw-border-opacity));
}
.border-l-blue-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(28 100 242 / var(--tw-border-opacity));
}
.border-l-blue-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(26 86 219 / var(--tw-border-opacity));
}
.border-l-blue-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(30 66 159 / var(--tw-border-opacity));
}
.border-l-blue-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(35 56 118 / var(--tw-border-opacity));
}
.border-l-indigo-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(240 245 255 / var(--tw-border-opacity));
}
.border-l-indigo-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(229 237 255 / var(--tw-border-opacity));
}
.border-l-indigo-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(205 219 254 / var(--tw-border-opacity));
}
.border-l-indigo-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(180 198 252 / var(--tw-border-opacity));
}
.border-l-indigo-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(141 162 251 / var(--tw-border-opacity));
}
.border-l-indigo-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(104 117 245 / var(--tw-border-opacity));
}
.border-l-indigo-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(88 80 236 / var(--tw-border-opacity));
}
.border-l-indigo-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(81 69 205 / var(--tw-border-opacity));
}
.border-l-indigo-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(66 56 157 / var(--tw-border-opacity));
}
.border-l-indigo-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(54 47 120 / var(--tw-border-opacity));
}
.border-l-purple-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(246 245 255 / var(--tw-border-opacity));
}
.border-l-purple-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(237 235 254 / var(--tw-border-opacity));
}
.border-l-purple-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(220 215 254 / var(--tw-border-opacity));
}
.border-l-purple-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(202 191 253 / var(--tw-border-opacity));
}
.border-l-purple-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(172 148 250 / var(--tw-border-opacity));
}
.border-l-purple-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(144 97 249 / var(--tw-border-opacity));
}
.border-l-purple-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(126 58 242 / var(--tw-border-opacity));
}
.border-l-purple-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(108 43 217 / var(--tw-border-opacity));
}
.border-l-purple-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(85 33 181 / var(--tw-border-opacity));
}
.border-l-purple-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(74 29 150 / var(--tw-border-opacity));
}
.border-l-purple-light{
  --tw-border-opacity: 1;
  border-left-color: rgb(224 14 102 / var(--tw-border-opacity));
}
.border-l-pink-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(253 242 248 / var(--tw-border-opacity));
}
.border-l-pink-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(252 232 243 / var(--tw-border-opacity));
}
.border-l-pink-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(250 209 232 / var(--tw-border-opacity));
}
.border-l-pink-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(248 180 217 / var(--tw-border-opacity));
}
.border-l-pink-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(241 126 184 / var(--tw-border-opacity));
}
.border-l-pink-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(231 70 148 / var(--tw-border-opacity));
}
.border-l-pink-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(214 31 105 / var(--tw-border-opacity));
}
.border-l-pink-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(191 18 93 / var(--tw-border-opacity));
}
.border-l-pink-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(153 21 75 / var(--tw-border-opacity));
}
.border-l-pink-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(117 26 61 / var(--tw-border-opacity));
}
.border-l-primary-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 151 167 / var(--tw-border-opacity));
}
.border-l-primary-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(14 28 42 / var(--tw-border-opacity));
}
.border-l-primary-290{
  --tw-border-opacity: 1;
  border-left-color: rgb(34 68 74 / var(--tw-border-opacity));
}
.border-l-primary-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(34 110 184 / var(--tw-border-opacity));
}
.border-l-primary-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(40 157 204 / var(--tw-border-opacity));
}
.border-l-primary-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(81 151 229 / var(--tw-border-opacity));
}
.border-l-primary-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(106 187 223 / var(--tw-border-opacity));
}
.border-l-primary-720{
  --tw-border-opacity: 1;
  border-left-color: rgb(112 142 148 / var(--tw-border-opacity));
}
.border-l-primary-750{
  --tw-border-opacity: 1;
  border-left-color: rgb(128 222 234 / var(--tw-border-opacity));
}
.border-l-primary-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(227 248 251 / var(--tw-border-opacity));
}
.border-l-primary-dark{
  --tw-border-opacity: 1;
  border-left-color: rgb(5 79 89 / var(--tw-border-opacity));
}
.border-l-primary-light{
  --tw-border-opacity: 1;
  border-left-color: rgb(213 227 231 / var(--tw-border-opacity));
}
.border-l-primary{
  --tw-border-opacity: 1;
  border-left-color: rgb(51 102 153 / var(--tw-border-opacity));
}
.border-l-bluemarine-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(34 68 74 / var(--tw-border-opacity));
}
.border-l-bluemarine{
  --tw-border-opacity: 1;
  border-left-color: rgb(5 79 89 / var(--tw-border-opacity));
}
.border-l-transparent\/0{
  border-left-color: rgb(0 0 0 / 0);
}
.border-l-transparent\/5{
  border-left-color: rgb(0 0 0 / 0.05);
}
.border-l-transparent\/10{
  border-left-color: rgb(0 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\/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-transparent\/100{
  border-left-color: rgb(0 0 0 / 1);
}
.border-l-white\/0{
  border-left-color: rgb(255 255 255 / 0);
}
.border-l-white\/5{
  border-left-color: rgb(255 255 255 / 0.05);
}
.border-l-white\/10{
  border-left-color: rgb(255 255 255 / 0.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\/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-white\/100{
  border-left-color: rgb(255 255 255 / 1);
}
.border-l-black\/0{
  border-left-color: rgb(0 0 0 / 0);
}
.border-l-black\/5{
  border-left-color: rgb(0 0 0 / 0.05);
}
.border-l-black\/10{
  border-left-color: rgb(0 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\/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-black\/100{
  border-left-color: rgb(0 0 0 / 1);
}
.border-l-tab_active\/0{
  border-left-color: rgb(86 200 216 / 0);
}
.border-l-tab_active\/5{
  border-left-color: rgb(86 200 216 / 0.05);
}
.border-l-tab_active\/10{
  border-left-color: rgb(86 200 216 / 0.1);
}
.border-l-tab_active\/20{
  border-left-color: rgb(86 200 216 / 0.2);
}
.border-l-tab_active\/25{
  border-left-color: rgb(86 200 216 / 0.25);
}
.border-l-tab_active\/30{
  border-left-color: rgb(86 200 216 / 0.3);
}
.border-l-tab_active\/40{
  border-left-color: rgb(86 200 216 / 0.4);
}
.border-l-tab_active\/50{
  border-left-color: rgb(86 200 216 / 0.5);
}
.border-l-tab_active\/60{
  border-left-color: rgb(86 200 216 / 0.6);
}
.border-l-tab_active\/70{
  border-left-color: rgb(86 200 216 / 0.7);
}
.border-l-tab_active\/75{
  border-left-color: rgb(86 200 216 / 0.75);
}
.border-l-tab_active\/80{
  border-left-color: rgb(86 200 216 / 0.8);
}
.border-l-tab_active\/90{
  border-left-color: rgb(86 200 216 / 0.9);
}
.border-l-tab_active\/95{
  border-left-color: rgb(86 200 216 / 0.95);
}
.border-l-tab_active\/100{
  border-left-color: rgb(86 200 216 / 1);
}
.border-l-modal-50\/0{
  border-left-color: rgb(236 244 245 / 0);
}
.border-l-modal-50\/5{
  border-left-color: rgb(236 244 245 / 0.05);
}
.border-l-modal-50\/10{
  border-left-color: rgb(236 244 245 / 0.1);
}
.border-l-modal-50\/20{
  border-left-color: rgb(236 244 245 / 0.2);
}
.border-l-modal-50\/25{
  border-left-color: rgb(236 244 245 / 0.25);
}
.border-l-modal-50\/30{
  border-left-color: rgb(236 244 245 / 0.3);
}
.border-l-modal-50\/40{
  border-left-color: rgb(236 244 245 / 0.4);
}
.border-l-modal-50\/50{
  border-left-color: rgb(236 244 245 / 0.5);
}
.border-l-modal-50\/60{
  border-left-color: rgb(236 244 245 / 0.6);
}
.border-l-modal-50\/70{
  border-left-color: rgb(236 244 245 / 0.7);
}
.border-l-modal-50\/75{
  border-left-color: rgb(236 244 245 / 0.75);
}
.border-l-modal-50\/80{
  border-left-color: rgb(236 244 245 / 0.8);
}
.border-l-modal-50\/90{
  border-left-color: rgb(236 244 245 / 0.9);
}
.border-l-modal-50\/95{
  border-left-color: rgb(236 244 245 / 0.95);
}
.border-l-modal-50\/100{
  border-left-color: rgb(236 244 245 / 1);
}
.border-l-green-50\/0{
  border-left-color: rgb(243 250 247 / 0);
}
.border-l-green-50\/5{
  border-left-color: rgb(243 250 247 / 0.05);
}
.border-l-green-50\/10{
  border-left-color: rgb(243 250 247 / 0.1);
}
.border-l-green-50\/20{
  border-left-color: rgb(243 250 247 / 0.2);
}
.border-l-green-50\/25{
  border-left-color: rgb(243 250 247 / 0.25);
}
.border-l-green-50\/30{
  border-left-color: rgb(243 250 247 / 0.3);
}
.border-l-green-50\/40{
  border-left-color: rgb(243 250 247 / 0.4);
}
.border-l-green-50\/50{
  border-left-color: rgb(243 250 247 / 0.5);
}
.border-l-green-50\/60{
  border-left-color: rgb(243 250 247 / 0.6);
}
.border-l-green-50\/70{
  border-left-color: rgb(243 250 247 / 0.7);
}
.border-l-green-50\/75{
  border-left-color: rgb(243 250 247 / 0.75);
}
.border-l-green-50\/80{
  border-left-color: rgb(243 250 247 / 0.8);
}
.border-l-green-50\/90{
  border-left-color: rgb(243 250 247 / 0.9);
}
.border-l-green-50\/95{
  border-left-color: rgb(243 250 247 / 0.95);
}
.border-l-green-50\/100{
  border-left-color: rgb(243 250 247 / 1);
}
.border-l-green-100\/0{
  border-left-color: rgb(222 247 236 / 0);
}
.border-l-green-100\/5{
  border-left-color: rgb(222 247 236 / 0.05);
}
.border-l-green-100\/10{
  border-left-color: rgb(222 247 236 / 0.1);
}
.border-l-green-100\/20{
  border-left-color: rgb(222 247 236 / 0.2);
}
.border-l-green-100\/25{
  border-left-color: rgb(222 247 236 / 0.25);
}
.border-l-green-100\/30{
  border-left-color: rgb(222 247 236 / 0.3);
}
.border-l-green-100\/40{
  border-left-color: rgb(222 247 236 / 0.4);
}
.border-l-green-100\/50{
  border-left-color: rgb(222 247 236 / 0.5);
}
.border-l-green-100\/60{
  border-left-color: rgb(222 247 236 / 0.6);
}
.border-l-green-100\/70{
  border-left-color: rgb(222 247 236 / 0.7);
}
.border-l-green-100\/75{
  border-left-color: rgb(222 247 236 / 0.75);
}
.border-l-green-100\/80{
  border-left-color: rgb(222 247 236 / 0.8);
}
.border-l-green-100\/90{
  border-left-color: rgb(222 247 236 / 0.9);
}
.border-l-green-100\/95{
  border-left-color: rgb(222 247 236 / 0.95);
}
.border-l-green-100\/100{
  border-left-color: rgb(222 247 236 / 1);
}
.border-l-green-200\/0{
  border-left-color: rgb(188 240 218 / 0);
}
.border-l-green-200\/5{
  border-left-color: rgb(188 240 218 / 0.05);
}
.border-l-green-200\/10{
  border-left-color: rgb(188 240 218 / 0.1);
}
.border-l-green-200\/20{
  border-left-color: rgb(188 240 218 / 0.2);
}
.border-l-green-200\/25{
  border-left-color: rgb(188 240 218 / 0.25);
}
.border-l-green-200\/30{
  border-left-color: rgb(188 240 218 / 0.3);
}
.border-l-green-200\/40{
  border-left-color: rgb(188 240 218 / 0.4);
}
.border-l-green-200\/50{
  border-left-color: rgb(188 240 218 / 0.5);
}
.border-l-green-200\/60{
  border-left-color: rgb(188 240 218 / 0.6);
}
.border-l-green-200\/70{
  border-left-color: rgb(188 240 218 / 0.7);
}
.border-l-green-200\/75{
  border-left-color: rgb(188 240 218 / 0.75);
}
.border-l-green-200\/80{
  border-left-color: rgb(188 240 218 / 0.8);
}
.border-l-green-200\/90{
  border-left-color: rgb(188 240 218 / 0.9);
}
.border-l-green-200\/95{
  border-left-color: rgb(188 240 218 / 0.95);
}
.border-l-green-200\/100{
  border-left-color: rgb(188 240 218 / 1);
}
.border-l-green-300\/0{
  border-left-color: rgb(132 225 188 / 0);
}
.border-l-green-300\/5{
  border-left-color: rgb(132 225 188 / 0.05);
}
.border-l-green-300\/10{
  border-left-color: rgb(132 225 188 / 0.1);
}
.border-l-green-300\/20{
  border-left-color: rgb(132 225 188 / 0.2);
}
.border-l-green-300\/25{
  border-left-color: rgb(132 225 188 / 0.25);
}
.border-l-green-300\/30{
  border-left-color: rgb(132 225 188 / 0.3);
}
.border-l-green-300\/40{
  border-left-color: rgb(132 225 188 / 0.4);
}
.border-l-green-300\/50{
  border-left-color: rgb(132 225 188 / 0.5);
}
.border-l-green-300\/60{
  border-left-color: rgb(132 225 188 / 0.6);
}
.border-l-green-300\/70{
  border-left-color: rgb(132 225 188 / 0.7);
}
.border-l-green-300\/75{
  border-left-color: rgb(132 225 188 / 0.75);
}
.border-l-green-300\/80{
  border-left-color: rgb(132 225 188 / 0.8);
}
.border-l-green-300\/90{
  border-left-color: rgb(132 225 188 / 0.9);
}
.border-l-green-300\/95{
  border-left-color: rgb(132 225 188 / 0.95);
}
.border-l-green-300\/100{
  border-left-color: rgb(132 225 188 / 1);
}
.border-l-green-400\/0{
  border-left-color: rgb(49 196 141 / 0);
}
.border-l-green-400\/5{
  border-left-color: rgb(49 196 141 / 0.05);
}
.border-l-green-400\/10{
  border-left-color: rgb(49 196 141 / 0.1);
}
.border-l-green-400\/20{
  border-left-color: rgb(49 196 141 / 0.2);
}
.border-l-green-400\/25{
  border-left-color: rgb(49 196 141 / 0.25);
}
.border-l-green-400\/30{
  border-left-color: rgb(49 196 141 / 0.3);
}
.border-l-green-400\/40{
  border-left-color: rgb(49 196 141 / 0.4);
}
.border-l-green-400\/50{
  border-left-color: rgb(49 196 141 / 0.5);
}
.border-l-green-400\/60{
  border-left-color: rgb(49 196 141 / 0.6);
}
.border-l-green-400\/70{
  border-left-color: rgb(49 196 141 / 0.7);
}
.border-l-green-400\/75{
  border-left-color: rgb(49 196 141 / 0.75);
}
.border-l-green-400\/80{
  border-left-color: rgb(49 196 141 / 0.8);
}
.border-l-green-400\/90{
  border-left-color: rgb(49 196 141 / 0.9);
}
.border-l-green-400\/95{
  border-left-color: rgb(49 196 141 / 0.95);
}
.border-l-green-400\/100{
  border-left-color: rgb(49 196 141 / 1);
}
.border-l-green-500\/0{
  border-left-color: rgb(14 159 110 / 0);
}
.border-l-green-500\/5{
  border-left-color: rgb(14 159 110 / 0.05);
}
.border-l-green-500\/10{
  border-left-color: rgb(14 159 110 / 0.1);
}
.border-l-green-500\/20{
  border-left-color: rgb(14 159 110 / 0.2);
}
.border-l-green-500\/25{
  border-left-color: rgb(14 159 110 / 0.25);
}
.border-l-green-500\/30{
  border-left-color: rgb(14 159 110 / 0.3);
}
.border-l-green-500\/40{
  border-left-color: rgb(14 159 110 / 0.4);
}
.border-l-green-500\/50{
  border-left-color: rgb(14 159 110 / 0.5);
}
.border-l-green-500\/60{
  border-left-color: rgb(14 159 110 / 0.6);
}
.border-l-green-500\/70{
  border-left-color: rgb(14 159 110 / 0.7);
}
.border-l-green-500\/75{
  border-left-color: rgb(14 159 110 / 0.75);
}
.border-l-green-500\/80{
  border-left-color: rgb(14 159 110 / 0.8);
}
.border-l-green-500\/90{
  border-left-color: rgb(14 159 110 / 0.9);
}
.border-l-green-500\/95{
  border-left-color: rgb(14 159 110 / 0.95);
}
.border-l-green-500\/100{
  border-left-color: rgb(14 159 110 / 1);
}
.border-l-green-600\/0{
  border-left-color: rgb(5 122 85 / 0);
}
.border-l-green-600\/5{
  border-left-color: rgb(5 122 85 / 0.05);
}
.border-l-green-600\/10{
  border-left-color: rgb(5 122 85 / 0.1);
}
.border-l-green-600\/20{
  border-left-color: rgb(5 122 85 / 0.2);
}
.border-l-green-600\/25{
  border-left-color: rgb(5 122 85 / 0.25);
}
.border-l-green-600\/30{
  border-left-color: rgb(5 122 85 / 0.3);
}
.border-l-green-600\/40{
  border-left-color: rgb(5 122 85 / 0.4);
}
.border-l-green-600\/50{
  border-left-color: rgb(5 122 85 / 0.5);
}
.border-l-green-600\/60{
  border-left-color: rgb(5 122 85 / 0.6);
}
.border-l-green-600\/70{
  border-left-color: rgb(5 122 85 / 0.7);
}
.border-l-green-600\/75{
  border-left-color: rgb(5 122 85 / 0.75);
}
.border-l-green-600\/80{
  border-left-color: rgb(5 122 85 / 0.8);
}
.border-l-green-600\/90{
  border-left-color: rgb(5 122 85 / 0.9);
}
.border-l-green-600\/95{
  border-left-color: rgb(5 122 85 / 0.95);
}
.border-l-green-600\/100{
  border-left-color: rgb(5 122 85 / 1);
}
.border-l-green-700\/0{
  border-left-color: rgb(4 108 78 / 0);
}
.border-l-green-700\/5{
  border-left-color: rgb(4 108 78 / 0.05);
}
.border-l-green-700\/10{
  border-left-color: rgb(4 108 78 / 0.1);
}
.border-l-green-700\/20{
  border-left-color: rgb(4 108 78 / 0.2);
}
.border-l-green-700\/25{
  border-left-color: rgb(4 108 78 / 0.25);
}
.border-l-green-700\/30{
  border-left-color: rgb(4 108 78 / 0.3);
}
.border-l-green-700\/40{
  border-left-color: rgb(4 108 78 / 0.4);
}
.border-l-green-700\/50{
  border-left-color: rgb(4 108 78 / 0.5);
}
.border-l-green-700\/60{
  border-left-color: rgb(4 108 78 / 0.6);
}
.border-l-green-700\/70{
  border-left-color: rgb(4 108 78 / 0.7);
}
.border-l-green-700\/75{
  border-left-color: rgb(4 108 78 / 0.75);
}
.border-l-green-700\/80{
  border-left-color: rgb(4 108 78 / 0.8);
}
.border-l-green-700\/90{
  border-left-color: rgb(4 108 78 / 0.9);
}
.border-l-green-700\/95{
  border-left-color: rgb(4 108 78 / 0.95);
}
.border-l-green-700\/100{
  border-left-color: rgb(4 108 78 / 1);
}
.border-l-green-800\/0{
  border-left-color: rgb(3 84 63 / 0);
}
.border-l-green-800\/5{
  border-left-color: rgb(3 84 63 / 0.05);
}
.border-l-green-800\/10{
  border-left-color: rgb(3 84 63 / 0.1);
}
.border-l-green-800\/20{
  border-left-color: rgb(3 84 63 / 0.2);
}
.border-l-green-800\/25{
  border-left-color: rgb(3 84 63 / 0.25);
}
.border-l-green-800\/30{
  border-left-color: rgb(3 84 63 / 0.3);
}
.border-l-green-800\/40{
  border-left-color: rgb(3 84 63 / 0.4);
}
.border-l-green-800\/50{
  border-left-color: rgb(3 84 63 / 0.5);
}
.border-l-green-800\/60{
  border-left-color: rgb(3 84 63 / 0.6);
}
.border-l-green-800\/70{
  border-left-color: rgb(3 84 63 / 0.7);
}
.border-l-green-800\/75{
  border-left-color: rgb(3 84 63 / 0.75);
}
.border-l-green-800\/80{
  border-left-color: rgb(3 84 63 / 0.8);
}
.border-l-green-800\/90{
  border-left-color: rgb(3 84 63 / 0.9);
}
.border-l-green-800\/95{
  border-left-color: rgb(3 84 63 / 0.95);
}
.border-l-green-800\/100{
  border-left-color: rgb(3 84 63 / 1);
}
.border-l-green-900\/0{
  border-left-color: rgb(1 71 55 / 0);
}
.border-l-green-900\/5{
  border-left-color: rgb(1 71 55 / 0.05);
}
.border-l-green-900\/10{
  border-left-color: rgb(1 71 55 / 0.1);
}
.border-l-green-900\/20{
  border-left-color: rgb(1 71 55 / 0.2);
}
.border-l-green-900\/25{
  border-left-color: rgb(1 71 55 / 0.25);
}
.border-l-green-900\/30{
  border-left-color: rgb(1 71 55 / 0.3);
}
.border-l-green-900\/40{
  border-left-color: rgb(1 71 55 / 0.4);
}
.border-l-green-900\/50{
  border-left-color: rgb(1 71 55 / 0.5);
}
.border-l-green-900\/60{
  border-left-color: rgb(1 71 55 / 0.6);
}
.border-l-green-900\/70{
  border-left-color: rgb(1 71 55 / 0.7);
}
.border-l-green-900\/75{
  border-left-color: rgb(1 71 55 / 0.75);
}
.border-l-green-900\/80{
  border-left-color: rgb(1 71 55 / 0.8);
}
.border-l-green-900\/90{
  border-left-color: rgb(1 71 55 / 0.9);
}
.border-l-green-900\/95{
  border-left-color: rgb(1 71 55 / 0.95);
}
.border-l-green-900\/100{
  border-left-color: rgb(1 71 55 / 1);
}
.border-l-green\/0{
  border-left-color: rgb(77 208 225 / 0);
}
.border-l-green\/5{
  border-left-color: rgb(77 208 225 / 0.05);
}
.border-l-green\/10{
  border-left-color: rgb(77 208 225 / 0.1);
}
.border-l-green\/20{
  border-left-color: rgb(77 208 225 / 0.2);
}
.border-l-green\/25{
  border-left-color: rgb(77 208 225 / 0.25);
}
.border-l-green\/30{
  border-left-color: rgb(77 208 225 / 0.3);
}
.border-l-green\/40{
  border-left-color: rgb(77 208 225 / 0.4);
}
.border-l-green\/50{
  border-left-color: rgb(77 208 225 / 0.5);
}
.border-l-green\/60{
  border-left-color: rgb(77 208 225 / 0.6);
}
.border-l-green\/70{
  border-left-color: rgb(77 208 225 / 0.7);
}
.border-l-green\/75{
  border-left-color: rgb(77 208 225 / 0.75);
}
.border-l-green\/80{
  border-left-color: rgb(77 208 225 / 0.8);
}
.border-l-green\/90{
  border-left-color: rgb(77 208 225 / 0.9);
}
.border-l-green\/95{
  border-left-color: rgb(77 208 225 / 0.95);
}
.border-l-green\/100{
  border-left-color: rgb(77 208 225 / 1);
}
.border-l-green-light\/0{
  border-left-color: rgb(93 224 241 / 0);
}
.border-l-green-light\/5{
  border-left-color: rgb(93 224 241 / 0.05);
}
.border-l-green-light\/10{
  border-left-color: rgb(93 224 241 / 0.1);
}
.border-l-green-light\/20{
  border-left-color: rgb(93 224 241 / 0.2);
}
.border-l-green-light\/25{
  border-left-color: rgb(93 224 241 / 0.25);
}
.border-l-green-light\/30{
  border-left-color: rgb(93 224 241 / 0.3);
}
.border-l-green-light\/40{
  border-left-color: rgb(93 224 241 / 0.4);
}
.border-l-green-light\/50{
  border-left-color: rgb(93 224 241 / 0.5);
}
.border-l-green-light\/60{
  border-left-color: rgb(93 224 241 / 0.6);
}
.border-l-green-light\/70{
  border-left-color: rgb(93 224 241 / 0.7);
}
.border-l-green-light\/75{
  border-left-color: rgb(93 224 241 / 0.75);
}
.border-l-green-light\/80{
  border-left-color: rgb(93 224 241 / 0.8);
}
.border-l-green-light\/90{
  border-left-color: rgb(93 224 241 / 0.9);
}
.border-l-green-light\/95{
  border-left-color: rgb(93 224 241 / 0.95);
}
.border-l-green-light\/100{
  border-left-color: rgb(93 224 241 / 1);
}
.border-l-ottanio\/0{
  border-left-color: rgb(5 79 89 / 0);
}
.border-l-ottanio\/5{
  border-left-color: rgb(5 79 89 / 0.05);
}
.border-l-ottanio\/10{
  border-left-color: rgb(5 79 89 / 0.1);
}
.border-l-ottanio\/20{
  border-left-color: rgb(5 79 89 / 0.2);
}
.border-l-ottanio\/25{
  border-left-color: rgb(5 79 89 / 0.25);
}
.border-l-ottanio\/30{
  border-left-color: rgb(5 79 89 / 0.3);
}
.border-l-ottanio\/40{
  border-left-color: rgb(5 79 89 / 0.4);
}
.border-l-ottanio\/50{
  border-left-color: rgb(5 79 89 / 0.5);
}
.border-l-ottanio\/60{
  border-left-color: rgb(5 79 89 / 0.6);
}
.border-l-ottanio\/70{
  border-left-color: rgb(5 79 89 / 0.7);
}
.border-l-ottanio\/75{
  border-left-color: rgb(5 79 89 / 0.75);
}
.border-l-ottanio\/80{
  border-left-color: rgb(5 79 89 / 0.8);
}
.border-l-ottanio\/90{
  border-left-color: rgb(5 79 89 / 0.9);
}
.border-l-ottanio\/95{
  border-left-color: rgb(5 79 89 / 0.95);
}
.border-l-ottanio\/100{
  border-left-color: rgb(5 79 89 / 1);
}
.border-l-ottanio-light\/0{
  border-left-color: rgb(0 151 167 / 0);
}
.border-l-ottanio-light\/5{
  border-left-color: rgb(0 151 167 / 0.05);
}
.border-l-ottanio-light\/10{
  border-left-color: rgb(0 151 167 / 0.1);
}
.border-l-ottanio-light\/20{
  border-left-color: rgb(0 151 167 / 0.2);
}
.border-l-ottanio-light\/25{
  border-left-color: rgb(0 151 167 / 0.25);
}
.border-l-ottanio-light\/30{
  border-left-color: rgb(0 151 167 / 0.3);
}
.border-l-ottanio-light\/40{
  border-left-color: rgb(0 151 167 / 0.4);
}
.border-l-ottanio-light\/50{
  border-left-color: rgb(0 151 167 / 0.5);
}
.border-l-ottanio-light\/60{
  border-left-color: rgb(0 151 167 / 0.6);
}
.border-l-ottanio-light\/70{
  border-left-color: rgb(0 151 167 / 0.7);
}
.border-l-ottanio-light\/75{
  border-left-color: rgb(0 151 167 / 0.75);
}
.border-l-ottanio-light\/80{
  border-left-color: rgb(0 151 167 / 0.8);
}
.border-l-ottanio-light\/90{
  border-left-color: rgb(0 151 167 / 0.9);
}
.border-l-ottanio-light\/95{
  border-left-color: rgb(0 151 167 / 0.95);
}
.border-l-ottanio-light\/100{
  border-left-color: rgb(0 151 167 / 1);
}
.border-l-magenta\/0{
  border-left-color: rgb(224 14 102 / 0);
}
.border-l-magenta\/5{
  border-left-color: rgb(224 14 102 / 0.05);
}
.border-l-magenta\/10{
  border-left-color: rgb(224 14 102 / 0.1);
}
.border-l-magenta\/20{
  border-left-color: rgb(224 14 102 / 0.2);
}
.border-l-magenta\/25{
  border-left-color: rgb(224 14 102 / 0.25);
}
.border-l-magenta\/30{
  border-left-color: rgb(224 14 102 / 0.3);
}
.border-l-magenta\/40{
  border-left-color: rgb(224 14 102 / 0.4);
}
.border-l-magenta\/50{
  border-left-color: rgb(224 14 102 / 0.5);
}
.border-l-magenta\/60{
  border-left-color: rgb(224 14 102 / 0.6);
}
.border-l-magenta\/70{
  border-left-color: rgb(224 14 102 / 0.7);
}
.border-l-magenta\/75{
  border-left-color: rgb(224 14 102 / 0.75);
}
.border-l-magenta\/80{
  border-left-color: rgb(224 14 102 / 0.8);
}
.border-l-magenta\/90{
  border-left-color: rgb(224 14 102 / 0.9);
}
.border-l-magenta\/95{
  border-left-color: rgb(224 14 102 / 0.95);
}
.border-l-magenta\/100{
  border-left-color: rgb(224 14 102 / 1);
}
.border-l-magenta-light\/0{
  border-left-color: rgb(224 14 102 / 0);
}
.border-l-magenta-light\/5{
  border-left-color: rgb(224 14 102 / 0.05);
}
.border-l-magenta-light\/10{
  border-left-color: rgb(224 14 102 / 0.1);
}
.border-l-magenta-light\/20{
  border-left-color: rgb(224 14 102 / 0.2);
}
.border-l-magenta-light\/25{
  border-left-color: rgb(224 14 102 / 0.25);
}
.border-l-magenta-light\/30{
  border-left-color: rgb(224 14 102 / 0.3);
}
.border-l-magenta-light\/40{
  border-left-color: rgb(224 14 102 / 0.4);
}
.border-l-magenta-light\/50{
  border-left-color: rgb(224 14 102 / 0.5);
}
.border-l-magenta-light\/60{
  border-left-color: rgb(224 14 102 / 0.6);
}
.border-l-magenta-light\/70{
  border-left-color: rgb(224 14 102 / 0.7);
}
.border-l-magenta-light\/75{
  border-left-color: rgb(224 14 102 / 0.75);
}
.border-l-magenta-light\/80{
  border-left-color: rgb(224 14 102 / 0.8);
}
.border-l-magenta-light\/90{
  border-left-color: rgb(224 14 102 / 0.9);
}
.border-l-magenta-light\/95{
  border-left-color: rgb(224 14 102 / 0.95);
}
.border-l-magenta-light\/100{
  border-left-color: rgb(224 14 102 / 1);
}
.border-l-arancio\/0{
  border-left-color: rgb(255 149 149 / 0);
}
.border-l-arancio\/5{
  border-left-color: rgb(255 149 149 / 0.05);
}
.border-l-arancio\/10{
  border-left-color: rgb(255 149 149 / 0.1);
}
.border-l-arancio\/20{
  border-left-color: rgb(255 149 149 / 0.2);
}
.border-l-arancio\/25{
  border-left-color: rgb(255 149 149 / 0.25);
}
.border-l-arancio\/30{
  border-left-color: rgb(255 149 149 / 0.3);
}
.border-l-arancio\/40{
  border-left-color: rgb(255 149 149 / 0.4);
}
.border-l-arancio\/50{
  border-left-color: rgb(255 149 149 / 0.5);
}
.border-l-arancio\/60{
  border-left-color: rgb(255 149 149 / 0.6);
}
.border-l-arancio\/70{
  border-left-color: rgb(255 149 149 / 0.7);
}
.border-l-arancio\/75{
  border-left-color: rgb(255 149 149 / 0.75);
}
.border-l-arancio\/80{
  border-left-color: rgb(255 149 149 / 0.8);
}
.border-l-arancio\/90{
  border-left-color: rgb(255 149 149 / 0.9);
}
.border-l-arancio\/95{
  border-left-color: rgb(255 149 149 / 0.95);
}
.border-l-arancio\/100{
  border-left-color: rgb(255 149 149 / 1);
}
.border-l-gray-50\/0{
  border-left-color: rgb(249 250 251 / 0);
}
.border-l-gray-50\/5{
  border-left-color: rgb(249 250 251 / 0.05);
}
.border-l-gray-50\/10{
  border-left-color: rgb(249 250 251 / 0.1);
}
.border-l-gray-50\/20{
  border-left-color: rgb(249 250 251 / 0.2);
}
.border-l-gray-50\/25{
  border-left-color: rgb(249 250 251 / 0.25);
}
.border-l-gray-50\/30{
  border-left-color: rgb(249 250 251 / 0.3);
}
.border-l-gray-50\/40{
  border-left-color: rgb(249 250 251 / 0.4);
}
.border-l-gray-50\/50{
  border-left-color: rgb(249 250 251 / 0.5);
}
.border-l-gray-50\/60{
  border-left-color: rgb(249 250 251 / 0.6);
}
.border-l-gray-50\/70{
  border-left-color: rgb(249 250 251 / 0.7);
}
.border-l-gray-50\/75{
  border-left-color: rgb(249 250 251 / 0.75);
}
.border-l-gray-50\/80{
  border-left-color: rgb(249 250 251 / 0.8);
}
.border-l-gray-50\/90{
  border-left-color: rgb(249 250 251 / 0.9);
}
.border-l-gray-50\/95{
  border-left-color: rgb(249 250 251 / 0.95);
}
.border-l-gray-50\/100{
  border-left-color: rgb(249 250 251 / 1);
}
.border-l-gray-100\/0{
  border-left-color: rgb(213 227 231 / 0);
}
.border-l-gray-100\/5{
  border-left-color: rgb(213 227 231 / 0.05);
}
.border-l-gray-100\/10{
  border-left-color: rgb(213 227 231 / 0.1);
}
.border-l-gray-100\/20{
  border-left-color: rgb(213 227 231 / 0.2);
}
.border-l-gray-100\/25{
  border-left-color: rgb(213 227 231 / 0.25);
}
.border-l-gray-100\/30{
  border-left-color: rgb(213 227 231 / 0.3);
}
.border-l-gray-100\/40{
  border-left-color: rgb(213 227 231 / 0.4);
}
.border-l-gray-100\/50{
  border-left-color: rgb(213 227 231 / 0.5);
}
.border-l-gray-100\/60{
  border-left-color: rgb(213 227 231 / 0.6);
}
.border-l-gray-100\/70{
  border-left-color: rgb(213 227 231 / 0.7);
}
.border-l-gray-100\/75{
  border-left-color: rgb(213 227 231 / 0.75);
}
.border-l-gray-100\/80{
  border-left-color: rgb(213 227 231 / 0.8);
}
.border-l-gray-100\/90{
  border-left-color: rgb(213 227 231 / 0.9);
}
.border-l-gray-100\/95{
  border-left-color: rgb(213 227 231 / 0.95);
}
.border-l-gray-100\/100{
  border-left-color: rgb(213 227 231 / 1);
}
.border-l-gray-200\/0{
  border-left-color: rgb(229 231 235 / 0);
}
.border-l-gray-200\/5{
  border-left-color: rgb(229 231 235 / 0.05);
}
.border-l-gray-200\/10{
  border-left-color: rgb(229 231 235 / 0.1);
}
.border-l-gray-200\/20{
  border-left-color: rgb(229 231 235 / 0.2);
}
.border-l-gray-200\/25{
  border-left-color: rgb(229 231 235 / 0.25);
}
.border-l-gray-200\/30{
  border-left-color: rgb(229 231 235 / 0.3);
}
.border-l-gray-200\/40{
  border-left-color: rgb(229 231 235 / 0.4);
}
.border-l-gray-200\/50{
  border-left-color: rgb(229 231 235 / 0.5);
}
.border-l-gray-200\/60{
  border-left-color: rgb(229 231 235 / 0.6);
}
.border-l-gray-200\/70{
  border-left-color: rgb(229 231 235 / 0.7);
}
.border-l-gray-200\/75{
  border-left-color: rgb(229 231 235 / 0.75);
}
.border-l-gray-200\/80{
  border-left-color: rgb(229 231 235 / 0.8);
}
.border-l-gray-200\/90{
  border-left-color: rgb(229 231 235 / 0.9);
}
.border-l-gray-200\/95{
  border-left-color: rgb(229 231 235 / 0.95);
}
.border-l-gray-200\/100{
  border-left-color: rgb(229 231 235 / 1);
}
.border-l-gray-300\/0{
  border-left-color: rgb(100 108 122 / 0);
}
.border-l-gray-300\/5{
  border-left-color: rgb(100 108 122 / 0.05);
}
.border-l-gray-300\/10{
  border-left-color: rgb(100 108 122 / 0.1);
}
.border-l-gray-300\/20{
  border-left-color: rgb(100 108 122 / 0.2);
}
.border-l-gray-300\/25{
  border-left-color: rgb(100 108 122 / 0.25);
}
.border-l-gray-300\/30{
  border-left-color: rgb(100 108 122 / 0.3);
}
.border-l-gray-300\/40{
  border-left-color: rgb(100 108 122 / 0.4);
}
.border-l-gray-300\/50{
  border-left-color: rgb(100 108 122 / 0.5);
}
.border-l-gray-300\/60{
  border-left-color: rgb(100 108 122 / 0.6);
}
.border-l-gray-300\/70{
  border-left-color: rgb(100 108 122 / 0.7);
}
.border-l-gray-300\/75{
  border-left-color: rgb(100 108 122 / 0.75);
}
.border-l-gray-300\/80{
  border-left-color: rgb(100 108 122 / 0.8);
}
.border-l-gray-300\/90{
  border-left-color: rgb(100 108 122 / 0.9);
}
.border-l-gray-300\/95{
  border-left-color: rgb(100 108 122 / 0.95);
}
.border-l-gray-300\/100{
  border-left-color: rgb(100 108 122 / 1);
}
.border-l-gray-400\/0{
  border-left-color: rgb(159 189 195 / 0);
}
.border-l-gray-400\/5{
  border-left-color: rgb(159 189 195 / 0.05);
}
.border-l-gray-400\/10{
  border-left-color: rgb(159 189 195 / 0.1);
}
.border-l-gray-400\/20{
  border-left-color: rgb(159 189 195 / 0.2);
}
.border-l-gray-400\/25{
  border-left-color: rgb(159 189 195 / 0.25);
}
.border-l-gray-400\/30{
  border-left-color: rgb(159 189 195 / 0.3);
}
.border-l-gray-400\/40{
  border-left-color: rgb(159 189 195 / 0.4);
}
.border-l-gray-400\/50{
  border-left-color: rgb(159 189 195 / 0.5);
}
.border-l-gray-400\/60{
  border-left-color: rgb(159 189 195 / 0.6);
}
.border-l-gray-400\/70{
  border-left-color: rgb(159 189 195 / 0.7);
}
.border-l-gray-400\/75{
  border-left-color: rgb(159 189 195 / 0.75);
}
.border-l-gray-400\/80{
  border-left-color: rgb(159 189 195 / 0.8);
}
.border-l-gray-400\/90{
  border-left-color: rgb(159 189 195 / 0.9);
}
.border-l-gray-400\/95{
  border-left-color: rgb(159 189 195 / 0.95);
}
.border-l-gray-400\/100{
  border-left-color: rgb(159 189 195 / 1);
}
.border-l-gray-500\/0{
  border-left-color: rgb(107 114 128 / 0);
}
.border-l-gray-500\/5{
  border-left-color: rgb(107 114 128 / 0.05);
}
.border-l-gray-500\/10{
  border-left-color: rgb(107 114 128 / 0.1);
}
.border-l-gray-500\/20{
  border-left-color: rgb(107 114 128 / 0.2);
}
.border-l-gray-500\/25{
  border-left-color: rgb(107 114 128 / 0.25);
}
.border-l-gray-500\/30{
  border-left-color: rgb(107 114 128 / 0.3);
}
.border-l-gray-500\/40{
  border-left-color: rgb(107 114 128 / 0.4);
}
.border-l-gray-500\/50{
  border-left-color: rgb(107 114 128 / 0.5);
}
.border-l-gray-500\/60{
  border-left-color: rgb(107 114 128 / 0.6);
}
.border-l-gray-500\/70{
  border-left-color: rgb(107 114 128 / 0.7);
}
.border-l-gray-500\/75{
  border-left-color: rgb(107 114 128 / 0.75);
}
.border-l-gray-500\/80{
  border-left-color: rgb(107 114 128 / 0.8);
}
.border-l-gray-500\/90{
  border-left-color: rgb(107 114 128 / 0.9);
}
.border-l-gray-500\/95{
  border-left-color: rgb(107 114 128 / 0.95);
}
.border-l-gray-500\/100{
  border-left-color: rgb(107 114 128 / 1);
}
.border-l-gray-600\/0{
  border-left-color: rgb(196 196 196 / 0);
}
.border-l-gray-600\/5{
  border-left-color: rgb(196 196 196 / 0.05);
}
.border-l-gray-600\/10{
  border-left-color: rgb(196 196 196 / 0.1);
}
.border-l-gray-600\/20{
  border-left-color: rgb(196 196 196 / 0.2);
}
.border-l-gray-600\/25{
  border-left-color: rgb(196 196 196 / 0.25);
}
.border-l-gray-600\/30{
  border-left-color: rgb(196 196 196 / 0.3);
}
.border-l-gray-600\/40{
  border-left-color: rgb(196 196 196 / 0.4);
}
.border-l-gray-600\/50{
  border-left-color: rgb(196 196 196 / 0.5);
}
.border-l-gray-600\/60{
  border-left-color: rgb(196 196 196 / 0.6);
}
.border-l-gray-600\/70{
  border-left-color: rgb(196 196 196 / 0.7);
}
.border-l-gray-600\/75{
  border-left-color: rgb(196 196 196 / 0.75);
}
.border-l-gray-600\/80{
  border-left-color: rgb(196 196 196 / 0.8);
}
.border-l-gray-600\/90{
  border-left-color: rgb(196 196 196 / 0.9);
}
.border-l-gray-600\/95{
  border-left-color: rgb(196 196 196 / 0.95);
}
.border-l-gray-600\/100{
  border-left-color: rgb(196 196 196 / 1);
}
.border-l-gray-700\/0{
  border-left-color: rgb(221 221 221 / 0);
}
.border-l-gray-700\/5{
  border-left-color: rgb(221 221 221 / 0.05);
}
.border-l-gray-700\/10{
  border-left-color: rgb(221 221 221 / 0.1);
}
.border-l-gray-700\/20{
  border-left-color: rgb(221 221 221 / 0.2);
}
.border-l-gray-700\/25{
  border-left-color: rgb(221 221 221 / 0.25);
}
.border-l-gray-700\/30{
  border-left-color: rgb(221 221 221 / 0.3);
}
.border-l-gray-700\/40{
  border-left-color: rgb(221 221 221 / 0.4);
}
.border-l-gray-700\/50{
  border-left-color: rgb(221 221 221 / 0.5);
}
.border-l-gray-700\/60{
  border-left-color: rgb(221 221 221 / 0.6);
}
.border-l-gray-700\/70{
  border-left-color: rgb(221 221 221 / 0.7);
}
.border-l-gray-700\/75{
  border-left-color: rgb(221 221 221 / 0.75);
}
.border-l-gray-700\/80{
  border-left-color: rgb(221 221 221 / 0.8);
}
.border-l-gray-700\/90{
  border-left-color: rgb(221 221 221 / 0.9);
}
.border-l-gray-700\/95{
  border-left-color: rgb(221 221 221 / 0.95);
}
.border-l-gray-700\/100{
  border-left-color: rgb(221 221 221 / 1);
}
.border-l-gray-800\/0{
  border-left-color: rgb(31 41 55 / 0);
}
.border-l-gray-800\/5{
  border-left-color: rgb(31 41 55 / 0.05);
}
.border-l-gray-800\/10{
  border-left-color: rgb(31 41 55 / 0.1);
}
.border-l-gray-800\/20{
  border-left-color: rgb(31 41 55 / 0.2);
}
.border-l-gray-800\/25{
  border-left-color: rgb(31 41 55 / 0.25);
}
.border-l-gray-800\/30{
  border-left-color: rgb(31 41 55 / 0.3);
}
.border-l-gray-800\/40{
  border-left-color: rgb(31 41 55 / 0.4);
}
.border-l-gray-800\/50{
  border-left-color: rgb(31 41 55 / 0.5);
}
.border-l-gray-800\/60{
  border-left-color: rgb(31 41 55 / 0.6);
}
.border-l-gray-800\/70{
  border-left-color: rgb(31 41 55 / 0.7);
}
.border-l-gray-800\/75{
  border-left-color: rgb(31 41 55 / 0.75);
}
.border-l-gray-800\/80{
  border-left-color: rgb(31 41 55 / 0.8);
}
.border-l-gray-800\/90{
  border-left-color: rgb(31 41 55 / 0.9);
}
.border-l-gray-800\/95{
  border-left-color: rgb(31 41 55 / 0.95);
}
.border-l-gray-800\/100{
  border-left-color: rgb(31 41 55 / 1);
}
.border-l-gray-900\/0{
  border-left-color: rgb(249 249 249 / 0);
}
.border-l-gray-900\/5{
  border-left-color: rgb(249 249 249 / 0.05);
}
.border-l-gray-900\/10{
  border-left-color: rgb(249 249 249 / 0.1);
}
.border-l-gray-900\/20{
  border-left-color: rgb(249 249 249 / 0.2);
}
.border-l-gray-900\/25{
  border-left-color: rgb(249 249 249 / 0.25);
}
.border-l-gray-900\/30{
  border-left-color: rgb(249 249 249 / 0.3);
}
.border-l-gray-900\/40{
  border-left-color: rgb(249 249 249 / 0.4);
}
.border-l-gray-900\/50{
  border-left-color: rgb(249 249 249 / 0.5);
}
.border-l-gray-900\/60{
  border-left-color: rgb(249 249 249 / 0.6);
}
.border-l-gray-900\/70{
  border-left-color: rgb(249 249 249 / 0.7);
}
.border-l-gray-900\/75{
  border-left-color: rgb(249 249 249 / 0.75);
}
.border-l-gray-900\/80{
  border-left-color: rgb(249 249 249 / 0.8);
}
.border-l-gray-900\/90{
  border-left-color: rgb(249 249 249 / 0.9);
}
.border-l-gray-900\/95{
  border-left-color: rgb(249 249 249 / 0.95);
}
.border-l-gray-900\/100{
  border-left-color: rgb(249 249 249 / 1);
}
.border-l-gray\/0{
  border-left-color: rgb(187 187 187 / 0);
}
.border-l-gray\/5{
  border-left-color: rgb(187 187 187 / 0.05);
}
.border-l-gray\/10{
  border-left-color: rgb(187 187 187 / 0.1);
}
.border-l-gray\/20{
  border-left-color: rgb(187 187 187 / 0.2);
}
.border-l-gray\/25{
  border-left-color: rgb(187 187 187 / 0.25);
}
.border-l-gray\/30{
  border-left-color: rgb(187 187 187 / 0.3);
}
.border-l-gray\/40{
  border-left-color: rgb(187 187 187 / 0.4);
}
.border-l-gray\/50{
  border-left-color: rgb(187 187 187 / 0.5);
}
.border-l-gray\/60{
  border-left-color: rgb(187 187 187 / 0.6);
}
.border-l-gray\/70{
  border-left-color: rgb(187 187 187 / 0.7);
}
.border-l-gray\/75{
  border-left-color: rgb(187 187 187 / 0.75);
}
.border-l-gray\/80{
  border-left-color: rgb(187 187 187 / 0.8);
}
.border-l-gray\/90{
  border-left-color: rgb(187 187 187 / 0.9);
}
.border-l-gray\/95{
  border-left-color: rgb(187 187 187 / 0.95);
}
.border-l-gray\/100{
  border-left-color: rgb(187 187 187 / 1);
}
.border-l-red-50\/0{
  border-left-color: rgb(253 242 242 / 0);
}
.border-l-red-50\/5{
  border-left-color: rgb(253 242 242 / 0.05);
}
.border-l-red-50\/10{
  border-left-color: rgb(253 242 242 / 0.1);
}
.border-l-red-50\/20{
  border-left-color: rgb(253 242 242 / 0.2);
}
.border-l-red-50\/25{
  border-left-color: rgb(253 242 242 / 0.25);
}
.border-l-red-50\/30{
  border-left-color: rgb(253 242 242 / 0.3);
}
.border-l-red-50\/40{
  border-left-color: rgb(253 242 242 / 0.4);
}
.border-l-red-50\/50{
  border-left-color: rgb(253 242 242 / 0.5);
}
.border-l-red-50\/60{
  border-left-color: rgb(253 242 242 / 0.6);
}
.border-l-red-50\/70{
  border-left-color: rgb(253 242 242 / 0.7);
}
.border-l-red-50\/75{
  border-left-color: rgb(253 242 242 / 0.75);
}
.border-l-red-50\/80{
  border-left-color: rgb(253 242 242 / 0.8);
}
.border-l-red-50\/90{
  border-left-color: rgb(253 242 242 / 0.9);
}
.border-l-red-50\/95{
  border-left-color: rgb(253 242 242 / 0.95);
}
.border-l-red-50\/100{
  border-left-color: rgb(253 242 242 / 1);
}
.border-l-red-100\/0{
  border-left-color: rgb(253 232 232 / 0);
}
.border-l-red-100\/5{
  border-left-color: rgb(253 232 232 / 0.05);
}
.border-l-red-100\/10{
  border-left-color: rgb(253 232 232 / 0.1);
}
.border-l-red-100\/20{
  border-left-color: rgb(253 232 232 / 0.2);
}
.border-l-red-100\/25{
  border-left-color: rgb(253 232 232 / 0.25);
}
.border-l-red-100\/30{
  border-left-color: rgb(253 232 232 / 0.3);
}
.border-l-red-100\/40{
  border-left-color: rgb(253 232 232 / 0.4);
}
.border-l-red-100\/50{
  border-left-color: rgb(253 232 232 / 0.5);
}
.border-l-red-100\/60{
  border-left-color: rgb(253 232 232 / 0.6);
}
.border-l-red-100\/70{
  border-left-color: rgb(253 232 232 / 0.7);
}
.border-l-red-100\/75{
  border-left-color: rgb(253 232 232 / 0.75);
}
.border-l-red-100\/80{
  border-left-color: rgb(253 232 232 / 0.8);
}
.border-l-red-100\/90{
  border-left-color: rgb(253 232 232 / 0.9);
}
.border-l-red-100\/95{
  border-left-color: rgb(253 232 232 / 0.95);
}
.border-l-red-100\/100{
  border-left-color: rgb(253 232 232 / 1);
}
.border-l-red-200\/0{
  border-left-color: rgb(251 213 213 / 0);
}
.border-l-red-200\/5{
  border-left-color: rgb(251 213 213 / 0.05);
}
.border-l-red-200\/10{
  border-left-color: rgb(251 213 213 / 0.1);
}
.border-l-red-200\/20{
  border-left-color: rgb(251 213 213 / 0.2);
}
.border-l-red-200\/25{
  border-left-color: rgb(251 213 213 / 0.25);
}
.border-l-red-200\/30{
  border-left-color: rgb(251 213 213 / 0.3);
}
.border-l-red-200\/40{
  border-left-color: rgb(251 213 213 / 0.4);
}
.border-l-red-200\/50{
  border-left-color: rgb(251 213 213 / 0.5);
}
.border-l-red-200\/60{
  border-left-color: rgb(251 213 213 / 0.6);
}
.border-l-red-200\/70{
  border-left-color: rgb(251 213 213 / 0.7);
}
.border-l-red-200\/75{
  border-left-color: rgb(251 213 213 / 0.75);
}
.border-l-red-200\/80{
  border-left-color: rgb(251 213 213 / 0.8);
}
.border-l-red-200\/90{
  border-left-color: rgb(251 213 213 / 0.9);
}
.border-l-red-200\/95{
  border-left-color: rgb(251 213 213 / 0.95);
}
.border-l-red-200\/100{
  border-left-color: rgb(251 213 213 / 1);
}
.border-l-red-300\/0{
  border-left-color: rgb(248 180 180 / 0);
}
.border-l-red-300\/5{
  border-left-color: rgb(248 180 180 / 0.05);
}
.border-l-red-300\/10{
  border-left-color: rgb(248 180 180 / 0.1);
}
.border-l-red-300\/20{
  border-left-color: rgb(248 180 180 / 0.2);
}
.border-l-red-300\/25{
  border-left-color: rgb(248 180 180 / 0.25);
}
.border-l-red-300\/30{
  border-left-color: rgb(248 180 180 / 0.3);
}
.border-l-red-300\/40{
  border-left-color: rgb(248 180 180 / 0.4);
}
.border-l-red-300\/50{
  border-left-color: rgb(248 180 180 / 0.5);
}
.border-l-red-300\/60{
  border-left-color: rgb(248 180 180 / 0.6);
}
.border-l-red-300\/70{
  border-left-color: rgb(248 180 180 / 0.7);
}
.border-l-red-300\/75{
  border-left-color: rgb(248 180 180 / 0.75);
}
.border-l-red-300\/80{
  border-left-color: rgb(248 180 180 / 0.8);
}
.border-l-red-300\/90{
  border-left-color: rgb(248 180 180 / 0.9);
}
.border-l-red-300\/95{
  border-left-color: rgb(248 180 180 / 0.95);
}
.border-l-red-300\/100{
  border-left-color: rgb(248 180 180 / 1);
}
.border-l-red-400\/0{
  border-left-color: rgb(249 128 128 / 0);
}
.border-l-red-400\/5{
  border-left-color: rgb(249 128 128 / 0.05);
}
.border-l-red-400\/10{
  border-left-color: rgb(249 128 128 / 0.1);
}
.border-l-red-400\/20{
  border-left-color: rgb(249 128 128 / 0.2);
}
.border-l-red-400\/25{
  border-left-color: rgb(249 128 128 / 0.25);
}
.border-l-red-400\/30{
  border-left-color: rgb(249 128 128 / 0.3);
}
.border-l-red-400\/40{
  border-left-color: rgb(249 128 128 / 0.4);
}
.border-l-red-400\/50{
  border-left-color: rgb(249 128 128 / 0.5);
}
.border-l-red-400\/60{
  border-left-color: rgb(249 128 128 / 0.6);
}
.border-l-red-400\/70{
  border-left-color: rgb(249 128 128 / 0.7);
}
.border-l-red-400\/75{
  border-left-color: rgb(249 128 128 / 0.75);
}
.border-l-red-400\/80{
  border-left-color: rgb(249 128 128 / 0.8);
}
.border-l-red-400\/90{
  border-left-color: rgb(249 128 128 / 0.9);
}
.border-l-red-400\/95{
  border-left-color: rgb(249 128 128 / 0.95);
}
.border-l-red-400\/100{
  border-left-color: rgb(249 128 128 / 1);
}
.border-l-red-500\/0{
  border-left-color: rgb(240 82 82 / 0);
}
.border-l-red-500\/5{
  border-left-color: rgb(240 82 82 / 0.05);
}
.border-l-red-500\/10{
  border-left-color: rgb(240 82 82 / 0.1);
}
.border-l-red-500\/20{
  border-left-color: rgb(240 82 82 / 0.2);
}
.border-l-red-500\/25{
  border-left-color: rgb(240 82 82 / 0.25);
}
.border-l-red-500\/30{
  border-left-color: rgb(240 82 82 / 0.3);
}
.border-l-red-500\/40{
  border-left-color: rgb(240 82 82 / 0.4);
}
.border-l-red-500\/50{
  border-left-color: rgb(240 82 82 / 0.5);
}
.border-l-red-500\/60{
  border-left-color: rgb(240 82 82 / 0.6);
}
.border-l-red-500\/70{
  border-left-color: rgb(240 82 82 / 0.7);
}
.border-l-red-500\/75{
  border-left-color: rgb(240 82 82 / 0.75);
}
.border-l-red-500\/80{
  border-left-color: rgb(240 82 82 / 0.8);
}
.border-l-red-500\/90{
  border-left-color: rgb(240 82 82 / 0.9);
}
.border-l-red-500\/95{
  border-left-color: rgb(240 82 82 / 0.95);
}
.border-l-red-500\/100{
  border-left-color: rgb(240 82 82 / 1);
}
.border-l-red-600\/0{
  border-left-color: rgb(224 36 36 / 0);
}
.border-l-red-600\/5{
  border-left-color: rgb(224 36 36 / 0.05);
}
.border-l-red-600\/10{
  border-left-color: rgb(224 36 36 / 0.1);
}
.border-l-red-600\/20{
  border-left-color: rgb(224 36 36 / 0.2);
}
.border-l-red-600\/25{
  border-left-color: rgb(224 36 36 / 0.25);
}
.border-l-red-600\/30{
  border-left-color: rgb(224 36 36 / 0.3);
}
.border-l-red-600\/40{
  border-left-color: rgb(224 36 36 / 0.4);
}
.border-l-red-600\/50{
  border-left-color: rgb(224 36 36 / 0.5);
}
.border-l-red-600\/60{
  border-left-color: rgb(224 36 36 / 0.6);
}
.border-l-red-600\/70{
  border-left-color: rgb(224 36 36 / 0.7);
}
.border-l-red-600\/75{
  border-left-color: rgb(224 36 36 / 0.75);
}
.border-l-red-600\/80{
  border-left-color: rgb(224 36 36 / 0.8);
}
.border-l-red-600\/90{
  border-left-color: rgb(224 36 36 / 0.9);
}
.border-l-red-600\/95{
  border-left-color: rgb(224 36 36 / 0.95);
}
.border-l-red-600\/100{
  border-left-color: rgb(224 36 36 / 1);
}
.border-l-red-700\/0{
  border-left-color: rgb(200 30 30 / 0);
}
.border-l-red-700\/5{
  border-left-color: rgb(200 30 30 / 0.05);
}
.border-l-red-700\/10{
  border-left-color: rgb(200 30 30 / 0.1);
}
.border-l-red-700\/20{
  border-left-color: rgb(200 30 30 / 0.2);
}
.border-l-red-700\/25{
  border-left-color: rgb(200 30 30 / 0.25);
}
.border-l-red-700\/30{
  border-left-color: rgb(200 30 30 / 0.3);
}
.border-l-red-700\/40{
  border-left-color: rgb(200 30 30 / 0.4);
}
.border-l-red-700\/50{
  border-left-color: rgb(200 30 30 / 0.5);
}
.border-l-red-700\/60{
  border-left-color: rgb(200 30 30 / 0.6);
}
.border-l-red-700\/70{
  border-left-color: rgb(200 30 30 / 0.7);
}
.border-l-red-700\/75{
  border-left-color: rgb(200 30 30 / 0.75);
}
.border-l-red-700\/80{
  border-left-color: rgb(200 30 30 / 0.8);
}
.border-l-red-700\/90{
  border-left-color: rgb(200 30 30 / 0.9);
}
.border-l-red-700\/95{
  border-left-color: rgb(200 30 30 / 0.95);
}
.border-l-red-700\/100{
  border-left-color: rgb(200 30 30 / 1);
}
.border-l-red-800\/0{
  border-left-color: rgb(155 28 28 / 0);
}
.border-l-red-800\/5{
  border-left-color: rgb(155 28 28 / 0.05);
}
.border-l-red-800\/10{
  border-left-color: rgb(155 28 28 / 0.1);
}
.border-l-red-800\/20{
  border-left-color: rgb(155 28 28 / 0.2);
}
.border-l-red-800\/25{
  border-left-color: rgb(155 28 28 / 0.25);
}
.border-l-red-800\/30{
  border-left-color: rgb(155 28 28 / 0.3);
}
.border-l-red-800\/40{
  border-left-color: rgb(155 28 28 / 0.4);
}
.border-l-red-800\/50{
  border-left-color: rgb(155 28 28 / 0.5);
}
.border-l-red-800\/60{
  border-left-color: rgb(155 28 28 / 0.6);
}
.border-l-red-800\/70{
  border-left-color: rgb(155 28 28 / 0.7);
}
.border-l-red-800\/75{
  border-left-color: rgb(155 28 28 / 0.75);
}
.border-l-red-800\/80{
  border-left-color: rgb(155 28 28 / 0.8);
}
.border-l-red-800\/90{
  border-left-color: rgb(155 28 28 / 0.9);
}
.border-l-red-800\/95{
  border-left-color: rgb(155 28 28 / 0.95);
}
.border-l-red-800\/100{
  border-left-color: rgb(155 28 28 / 1);
}
.border-l-red-900\/0{
  border-left-color: rgb(119 29 29 / 0);
}
.border-l-red-900\/5{
  border-left-color: rgb(119 29 29 / 0.05);
}
.border-l-red-900\/10{
  border-left-color: rgb(119 29 29 / 0.1);
}
.border-l-red-900\/20{
  border-left-color: rgb(119 29 29 / 0.2);
}
.border-l-red-900\/25{
  border-left-color: rgb(119 29 29 / 0.25);
}
.border-l-red-900\/30{
  border-left-color: rgb(119 29 29 / 0.3);
}
.border-l-red-900\/40{
  border-left-color: rgb(119 29 29 / 0.4);
}
.border-l-red-900\/50{
  border-left-color: rgb(119 29 29 / 0.5);
}
.border-l-red-900\/60{
  border-left-color: rgb(119 29 29 / 0.6);
}
.border-l-red-900\/70{
  border-left-color: rgb(119 29 29 / 0.7);
}
.border-l-red-900\/75{
  border-left-color: rgb(119 29 29 / 0.75);
}
.border-l-red-900\/80{
  border-left-color: rgb(119 29 29 / 0.8);
}
.border-l-red-900\/90{
  border-left-color: rgb(119 29 29 / 0.9);
}
.border-l-red-900\/95{
  border-left-color: rgb(119 29 29 / 0.95);
}
.border-l-red-900\/100{
  border-left-color: rgb(119 29 29 / 1);
}
.border-l-orange-50\/0{
  border-left-color: rgb(255 248 241 / 0);
}
.border-l-orange-50\/5{
  border-left-color: rgb(255 248 241 / 0.05);
}
.border-l-orange-50\/10{
  border-left-color: rgb(255 248 241 / 0.1);
}
.border-l-orange-50\/20{
  border-left-color: rgb(255 248 241 / 0.2);
}
.border-l-orange-50\/25{
  border-left-color: rgb(255 248 241 / 0.25);
}
.border-l-orange-50\/30{
  border-left-color: rgb(255 248 241 / 0.3);
}
.border-l-orange-50\/40{
  border-left-color: rgb(255 248 241 / 0.4);
}
.border-l-orange-50\/50{
  border-left-color: rgb(255 248 241 / 0.5);
}
.border-l-orange-50\/60{
  border-left-color: rgb(255 248 241 / 0.6);
}
.border-l-orange-50\/70{
  border-left-color: rgb(255 248 241 / 0.7);
}
.border-l-orange-50\/75{
  border-left-color: rgb(255 248 241 / 0.75);
}
.border-l-orange-50\/80{
  border-left-color: rgb(255 248 241 / 0.8);
}
.border-l-orange-50\/90{
  border-left-color: rgb(255 248 241 / 0.9);
}
.border-l-orange-50\/95{
  border-left-color: rgb(255 248 241 / 0.95);
}
.border-l-orange-50\/100{
  border-left-color: rgb(255 248 241 / 1);
}
.border-l-orange-100\/0{
  border-left-color: rgb(254 236 220 / 0);
}
.border-l-orange-100\/5{
  border-left-color: rgb(254 236 220 / 0.05);
}
.border-l-orange-100\/10{
  border-left-color: rgb(254 236 220 / 0.1);
}
.border-l-orange-100\/20{
  border-left-color: rgb(254 236 220 / 0.2);
}
.border-l-orange-100\/25{
  border-left-color: rgb(254 236 220 / 0.25);
}
.border-l-orange-100\/30{
  border-left-color: rgb(254 236 220 / 0.3);
}
.border-l-orange-100\/40{
  border-left-color: rgb(254 236 220 / 0.4);
}
.border-l-orange-100\/50{
  border-left-color: rgb(254 236 220 / 0.5);
}
.border-l-orange-100\/60{
  border-left-color: rgb(254 236 220 / 0.6);
}
.border-l-orange-100\/70{
  border-left-color: rgb(254 236 220 / 0.7);
}
.border-l-orange-100\/75{
  border-left-color: rgb(254 236 220 / 0.75);
}
.border-l-orange-100\/80{
  border-left-color: rgb(254 236 220 / 0.8);
}
.border-l-orange-100\/90{
  border-left-color: rgb(254 236 220 / 0.9);
}
.border-l-orange-100\/95{
  border-left-color: rgb(254 236 220 / 0.95);
}
.border-l-orange-100\/100{
  border-left-color: rgb(254 236 220 / 1);
}
.border-l-orange-200\/0{
  border-left-color: rgb(252 217 189 / 0);
}
.border-l-orange-200\/5{
  border-left-color: rgb(252 217 189 / 0.05);
}
.border-l-orange-200\/10{
  border-left-color: rgb(252 217 189 / 0.1);
}
.border-l-orange-200\/20{
  border-left-color: rgb(252 217 189 / 0.2);
}
.border-l-orange-200\/25{
  border-left-color: rgb(252 217 189 / 0.25);
}
.border-l-orange-200\/30{
  border-left-color: rgb(252 217 189 / 0.3);
}
.border-l-orange-200\/40{
  border-left-color: rgb(252 217 189 / 0.4);
}
.border-l-orange-200\/50{
  border-left-color: rgb(252 217 189 / 0.5);
}
.border-l-orange-200\/60{
  border-left-color: rgb(252 217 189 / 0.6);
}
.border-l-orange-200\/70{
  border-left-color: rgb(252 217 189 / 0.7);
}
.border-l-orange-200\/75{
  border-left-color: rgb(252 217 189 / 0.75);
}
.border-l-orange-200\/80{
  border-left-color: rgb(252 217 189 / 0.8);
}
.border-l-orange-200\/90{
  border-left-color: rgb(252 217 189 / 0.9);
}
.border-l-orange-200\/95{
  border-left-color: rgb(252 217 189 / 0.95);
}
.border-l-orange-200\/100{
  border-left-color: rgb(252 217 189 / 1);
}
.border-l-orange-300\/0{
  border-left-color: rgb(253 186 140 / 0);
}
.border-l-orange-300\/5{
  border-left-color: rgb(253 186 140 / 0.05);
}
.border-l-orange-300\/10{
  border-left-color: rgb(253 186 140 / 0.1);
}
.border-l-orange-300\/20{
  border-left-color: rgb(253 186 140 / 0.2);
}
.border-l-orange-300\/25{
  border-left-color: rgb(253 186 140 / 0.25);
}
.border-l-orange-300\/30{
  border-left-color: rgb(253 186 140 / 0.3);
}
.border-l-orange-300\/40{
  border-left-color: rgb(253 186 140 / 0.4);
}
.border-l-orange-300\/50{
  border-left-color: rgb(253 186 140 / 0.5);
}
.border-l-orange-300\/60{
  border-left-color: rgb(253 186 140 / 0.6);
}
.border-l-orange-300\/70{
  border-left-color: rgb(253 186 140 / 0.7);
}
.border-l-orange-300\/75{
  border-left-color: rgb(253 186 140 / 0.75);
}
.border-l-orange-300\/80{
  border-left-color: rgb(253 186 140 / 0.8);
}
.border-l-orange-300\/90{
  border-left-color: rgb(253 186 140 / 0.9);
}
.border-l-orange-300\/95{
  border-left-color: rgb(253 186 140 / 0.95);
}
.border-l-orange-300\/100{
  border-left-color: rgb(253 186 140 / 1);
}
.border-l-orange-400\/0{
  border-left-color: rgb(255 138 76 / 0);
}
.border-l-orange-400\/5{
  border-left-color: rgb(255 138 76 / 0.05);
}
.border-l-orange-400\/10{
  border-left-color: rgb(255 138 76 / 0.1);
}
.border-l-orange-400\/20{
  border-left-color: rgb(255 138 76 / 0.2);
}
.border-l-orange-400\/25{
  border-left-color: rgb(255 138 76 / 0.25);
}
.border-l-orange-400\/30{
  border-left-color: rgb(255 138 76 / 0.3);
}
.border-l-orange-400\/40{
  border-left-color: rgb(255 138 76 / 0.4);
}
.border-l-orange-400\/50{
  border-left-color: rgb(255 138 76 / 0.5);
}
.border-l-orange-400\/60{
  border-left-color: rgb(255 138 76 / 0.6);
}
.border-l-orange-400\/70{
  border-left-color: rgb(255 138 76 / 0.7);
}
.border-l-orange-400\/75{
  border-left-color: rgb(255 138 76 / 0.75);
}
.border-l-orange-400\/80{
  border-left-color: rgb(255 138 76 / 0.8);
}
.border-l-orange-400\/90{
  border-left-color: rgb(255 138 76 / 0.9);
}
.border-l-orange-400\/95{
  border-left-color: rgb(255 138 76 / 0.95);
}
.border-l-orange-400\/100{
  border-left-color: rgb(255 138 76 / 1);
}
.border-l-orange-500\/0{
  border-left-color: rgb(255 90 31 / 0);
}
.border-l-orange-500\/5{
  border-left-color: rgb(255 90 31 / 0.05);
}
.border-l-orange-500\/10{
  border-left-color: rgb(255 90 31 / 0.1);
}
.border-l-orange-500\/20{
  border-left-color: rgb(255 90 31 / 0.2);
}
.border-l-orange-500\/25{
  border-left-color: rgb(255 90 31 / 0.25);
}
.border-l-orange-500\/30{
  border-left-color: rgb(255 90 31 / 0.3);
}
.border-l-orange-500\/40{
  border-left-color: rgb(255 90 31 / 0.4);
}
.border-l-orange-500\/50{
  border-left-color: rgb(255 90 31 / 0.5);
}
.border-l-orange-500\/60{
  border-left-color: rgb(255 90 31 / 0.6);
}
.border-l-orange-500\/70{
  border-left-color: rgb(255 90 31 / 0.7);
}
.border-l-orange-500\/75{
  border-left-color: rgb(255 90 31 / 0.75);
}
.border-l-orange-500\/80{
  border-left-color: rgb(255 90 31 / 0.8);
}
.border-l-orange-500\/90{
  border-left-color: rgb(255 90 31 / 0.9);
}
.border-l-orange-500\/95{
  border-left-color: rgb(255 90 31 / 0.95);
}
.border-l-orange-500\/100{
  border-left-color: rgb(255 90 31 / 1);
}
.border-l-orange-600\/0{
  border-left-color: rgb(208 56 1 / 0);
}
.border-l-orange-600\/5{
  border-left-color: rgb(208 56 1 / 0.05);
}
.border-l-orange-600\/10{
  border-left-color: rgb(208 56 1 / 0.1);
}
.border-l-orange-600\/20{
  border-left-color: rgb(208 56 1 / 0.2);
}
.border-l-orange-600\/25{
  border-left-color: rgb(208 56 1 / 0.25);
}
.border-l-orange-600\/30{
  border-left-color: rgb(208 56 1 / 0.3);
}
.border-l-orange-600\/40{
  border-left-color: rgb(208 56 1 / 0.4);
}
.border-l-orange-600\/50{
  border-left-color: rgb(208 56 1 / 0.5);
}
.border-l-orange-600\/60{
  border-left-color: rgb(208 56 1 / 0.6);
}
.border-l-orange-600\/70{
  border-left-color: rgb(208 56 1 / 0.7);
}
.border-l-orange-600\/75{
  border-left-color: rgb(208 56 1 / 0.75);
}
.border-l-orange-600\/80{
  border-left-color: rgb(208 56 1 / 0.8);
}
.border-l-orange-600\/90{
  border-left-color: rgb(208 56 1 / 0.9);
}
.border-l-orange-600\/95{
  border-left-color: rgb(208 56 1 / 0.95);
}
.border-l-orange-600\/100{
  border-left-color: rgb(208 56 1 / 1);
}
.border-l-orange-700\/0{
  border-left-color: rgb(180 52 3 / 0);
}
.border-l-orange-700\/5{
  border-left-color: rgb(180 52 3 / 0.05);
}
.border-l-orange-700\/10{
  border-left-color: rgb(180 52 3 / 0.1);
}
.border-l-orange-700\/20{
  border-left-color: rgb(180 52 3 / 0.2);
}
.border-l-orange-700\/25{
  border-left-color: rgb(180 52 3 / 0.25);
}
.border-l-orange-700\/30{
  border-left-color: rgb(180 52 3 / 0.3);
}
.border-l-orange-700\/40{
  border-left-color: rgb(180 52 3 / 0.4);
}
.border-l-orange-700\/50{
  border-left-color: rgb(180 52 3 / 0.5);
}
.border-l-orange-700\/60{
  border-left-color: rgb(180 52 3 / 0.6);
}
.border-l-orange-700\/70{
  border-left-color: rgb(180 52 3 / 0.7);
}
.border-l-orange-700\/75{
  border-left-color: rgb(180 52 3 / 0.75);
}
.border-l-orange-700\/80{
  border-left-color: rgb(180 52 3 / 0.8);
}
.border-l-orange-700\/90{
  border-left-color: rgb(180 52 3 / 0.9);
}
.border-l-orange-700\/95{
  border-left-color: rgb(180 52 3 / 0.95);
}
.border-l-orange-700\/100{
  border-left-color: rgb(180 52 3 / 1);
}
.border-l-orange-800\/0{
  border-left-color: rgb(138 44 13 / 0);
}
.border-l-orange-800\/5{
  border-left-color: rgb(138 44 13 / 0.05);
}
.border-l-orange-800\/10{
  border-left-color: rgb(138 44 13 / 0.1);
}
.border-l-orange-800\/20{
  border-left-color: rgb(138 44 13 / 0.2);
}
.border-l-orange-800\/25{
  border-left-color: rgb(138 44 13 / 0.25);
}
.border-l-orange-800\/30{
  border-left-color: rgb(138 44 13 / 0.3);
}
.border-l-orange-800\/40{
  border-left-color: rgb(138 44 13 / 0.4);
}
.border-l-orange-800\/50{
  border-left-color: rgb(138 44 13 / 0.5);
}
.border-l-orange-800\/60{
  border-left-color: rgb(138 44 13 / 0.6);
}
.border-l-orange-800\/70{
  border-left-color: rgb(138 44 13 / 0.7);
}
.border-l-orange-800\/75{
  border-left-color: rgb(138 44 13 / 0.75);
}
.border-l-orange-800\/80{
  border-left-color: rgb(138 44 13 / 0.8);
}
.border-l-orange-800\/90{
  border-left-color: rgb(138 44 13 / 0.9);
}
.border-l-orange-800\/95{
  border-left-color: rgb(138 44 13 / 0.95);
}
.border-l-orange-800\/100{
  border-left-color: rgb(138 44 13 / 1);
}
.border-l-orange-900\/0{
  border-left-color: rgb(119 29 29 / 0);
}
.border-l-orange-900\/5{
  border-left-color: rgb(119 29 29 / 0.05);
}
.border-l-orange-900\/10{
  border-left-color: rgb(119 29 29 / 0.1);
}
.border-l-orange-900\/20{
  border-left-color: rgb(119 29 29 / 0.2);
}
.border-l-orange-900\/25{
  border-left-color: rgb(119 29 29 / 0.25);
}
.border-l-orange-900\/30{
  border-left-color: rgb(119 29 29 / 0.3);
}
.border-l-orange-900\/40{
  border-left-color: rgb(119 29 29 / 0.4);
}
.border-l-orange-900\/50{
  border-left-color: rgb(119 29 29 / 0.5);
}
.border-l-orange-900\/60{
  border-left-color: rgb(119 29 29 / 0.6);
}
.border-l-orange-900\/70{
  border-left-color: rgb(119 29 29 / 0.7);
}
.border-l-orange-900\/75{
  border-left-color: rgb(119 29 29 / 0.75);
}
.border-l-orange-900\/80{
  border-left-color: rgb(119 29 29 / 0.8);
}
.border-l-orange-900\/90{
  border-left-color: rgb(119 29 29 / 0.9);
}
.border-l-orange-900\/95{
  border-left-color: rgb(119 29 29 / 0.95);
}
.border-l-orange-900\/100{
  border-left-color: rgb(119 29 29 / 1);
}
.border-l-yellow-50\/0{
  border-left-color: rgb(253 253 234 / 0);
}
.border-l-yellow-50\/5{
  border-left-color: rgb(253 253 234 / 0.05);
}
.border-l-yellow-50\/10{
  border-left-color: rgb(253 253 234 / 0.1);
}
.border-l-yellow-50\/20{
  border-left-color: rgb(253 253 234 / 0.2);
}
.border-l-yellow-50\/25{
  border-left-color: rgb(253 253 234 / 0.25);
}
.border-l-yellow-50\/30{
  border-left-color: rgb(253 253 234 / 0.3);
}
.border-l-yellow-50\/40{
  border-left-color: rgb(253 253 234 / 0.4);
}
.border-l-yellow-50\/50{
  border-left-color: rgb(253 253 234 / 0.5);
}
.border-l-yellow-50\/60{
  border-left-color: rgb(253 253 234 / 0.6);
}
.border-l-yellow-50\/70{
  border-left-color: rgb(253 253 234 / 0.7);
}
.border-l-yellow-50\/75{
  border-left-color: rgb(253 253 234 / 0.75);
}
.border-l-yellow-50\/80{
  border-left-color: rgb(253 253 234 / 0.8);
}
.border-l-yellow-50\/90{
  border-left-color: rgb(253 253 234 / 0.9);
}
.border-l-yellow-50\/95{
  border-left-color: rgb(253 253 234 / 0.95);
}
.border-l-yellow-50\/100{
  border-left-color: rgb(253 253 234 / 1);
}
.border-l-yellow-100\/0{
  border-left-color: rgb(253 246 178 / 0);
}
.border-l-yellow-100\/5{
  border-left-color: rgb(253 246 178 / 0.05);
}
.border-l-yellow-100\/10{
  border-left-color: rgb(253 246 178 / 0.1);
}
.border-l-yellow-100\/20{
  border-left-color: rgb(253 246 178 / 0.2);
}
.border-l-yellow-100\/25{
  border-left-color: rgb(253 246 178 / 0.25);
}
.border-l-yellow-100\/30{
  border-left-color: rgb(253 246 178 / 0.3);
}
.border-l-yellow-100\/40{
  border-left-color: rgb(253 246 178 / 0.4);
}
.border-l-yellow-100\/50{
  border-left-color: rgb(253 246 178 / 0.5);
}
.border-l-yellow-100\/60{
  border-left-color: rgb(253 246 178 / 0.6);
}
.border-l-yellow-100\/70{
  border-left-color: rgb(253 246 178 / 0.7);
}
.border-l-yellow-100\/75{
  border-left-color: rgb(253 246 178 / 0.75);
}
.border-l-yellow-100\/80{
  border-left-color: rgb(253 246 178 / 0.8);
}
.border-l-yellow-100\/90{
  border-left-color: rgb(253 246 178 / 0.9);
}
.border-l-yellow-100\/95{
  border-left-color: rgb(253 246 178 / 0.95);
}
.border-l-yellow-100\/100{
  border-left-color: rgb(253 246 178 / 1);
}
.border-l-yellow-200\/0{
  border-left-color: rgb(252 233 106 / 0);
}
.border-l-yellow-200\/5{
  border-left-color: rgb(252 233 106 / 0.05);
}
.border-l-yellow-200\/10{
  border-left-color: rgb(252 233 106 / 0.1);
}
.border-l-yellow-200\/20{
  border-left-color: rgb(252 233 106 / 0.2);
}
.border-l-yellow-200\/25{
  border-left-color: rgb(252 233 106 / 0.25);
}
.border-l-yellow-200\/30{
  border-left-color: rgb(252 233 106 / 0.3);
}
.border-l-yellow-200\/40{
  border-left-color: rgb(252 233 106 / 0.4);
}
.border-l-yellow-200\/50{
  border-left-color: rgb(252 233 106 / 0.5);
}
.border-l-yellow-200\/60{
  border-left-color: rgb(252 233 106 / 0.6);
}
.border-l-yellow-200\/70{
  border-left-color: rgb(252 233 106 / 0.7);
}
.border-l-yellow-200\/75{
  border-left-color: rgb(252 233 106 / 0.75);
}
.border-l-yellow-200\/80{
  border-left-color: rgb(252 233 106 / 0.8);
}
.border-l-yellow-200\/90{
  border-left-color: rgb(252 233 106 / 0.9);
}
.border-l-yellow-200\/95{
  border-left-color: rgb(252 233 106 / 0.95);
}
.border-l-yellow-200\/100{
  border-left-color: rgb(252 233 106 / 1);
}
.border-l-yellow-300\/0{
  border-left-color: rgb(250 202 21 / 0);
}
.border-l-yellow-300\/5{
  border-left-color: rgb(250 202 21 / 0.05);
}
.border-l-yellow-300\/10{
  border-left-color: rgb(250 202 21 / 0.1);
}
.border-l-yellow-300\/20{
  border-left-color: rgb(250 202 21 / 0.2);
}
.border-l-yellow-300\/25{
  border-left-color: rgb(250 202 21 / 0.25);
}
.border-l-yellow-300\/30{
  border-left-color: rgb(250 202 21 / 0.3);
}
.border-l-yellow-300\/40{
  border-left-color: rgb(250 202 21 / 0.4);
}
.border-l-yellow-300\/50{
  border-left-color: rgb(250 202 21 / 0.5);
}
.border-l-yellow-300\/60{
  border-left-color: rgb(250 202 21 / 0.6);
}
.border-l-yellow-300\/70{
  border-left-color: rgb(250 202 21 / 0.7);
}
.border-l-yellow-300\/75{
  border-left-color: rgb(250 202 21 / 0.75);
}
.border-l-yellow-300\/80{
  border-left-color: rgb(250 202 21 / 0.8);
}
.border-l-yellow-300\/90{
  border-left-color: rgb(250 202 21 / 0.9);
}
.border-l-yellow-300\/95{
  border-left-color: rgb(250 202 21 / 0.95);
}
.border-l-yellow-300\/100{
  border-left-color: rgb(250 202 21 / 1);
}
.border-l-yellow-400\/0{
  border-left-color: rgb(227 160 8 / 0);
}
.border-l-yellow-400\/5{
  border-left-color: rgb(227 160 8 / 0.05);
}
.border-l-yellow-400\/10{
  border-left-color: rgb(227 160 8 / 0.1);
}
.border-l-yellow-400\/20{
  border-left-color: rgb(227 160 8 / 0.2);
}
.border-l-yellow-400\/25{
  border-left-color: rgb(227 160 8 / 0.25);
}
.border-l-yellow-400\/30{
  border-left-color: rgb(227 160 8 / 0.3);
}
.border-l-yellow-400\/40{
  border-left-color: rgb(227 160 8 / 0.4);
}
.border-l-yellow-400\/50{
  border-left-color: rgb(227 160 8 / 0.5);
}
.border-l-yellow-400\/60{
  border-left-color: rgb(227 160 8 / 0.6);
}
.border-l-yellow-400\/70{
  border-left-color: rgb(227 160 8 / 0.7);
}
.border-l-yellow-400\/75{
  border-left-color: rgb(227 160 8 / 0.75);
}
.border-l-yellow-400\/80{
  border-left-color: rgb(227 160 8 / 0.8);
}
.border-l-yellow-400\/90{
  border-left-color: rgb(227 160 8 / 0.9);
}
.border-l-yellow-400\/95{
  border-left-color: rgb(227 160 8 / 0.95);
}
.border-l-yellow-400\/100{
  border-left-color: rgb(227 160 8 / 1);
}
.border-l-yellow-500\/0{
  border-left-color: rgb(194 120 3 / 0);
}
.border-l-yellow-500\/5{
  border-left-color: rgb(194 120 3 / 0.05);
}
.border-l-yellow-500\/10{
  border-left-color: rgb(194 120 3 / 0.1);
}
.border-l-yellow-500\/20{
  border-left-color: rgb(194 120 3 / 0.2);
}
.border-l-yellow-500\/25{
  border-left-color: rgb(194 120 3 / 0.25);
}
.border-l-yellow-500\/30{
  border-left-color: rgb(194 120 3 / 0.3);
}
.border-l-yellow-500\/40{
  border-left-color: rgb(194 120 3 / 0.4);
}
.border-l-yellow-500\/50{
  border-left-color: rgb(194 120 3 / 0.5);
}
.border-l-yellow-500\/60{
  border-left-color: rgb(194 120 3 / 0.6);
}
.border-l-yellow-500\/70{
  border-left-color: rgb(194 120 3 / 0.7);
}
.border-l-yellow-500\/75{
  border-left-color: rgb(194 120 3 / 0.75);
}
.border-l-yellow-500\/80{
  border-left-color: rgb(194 120 3 / 0.8);
}
.border-l-yellow-500\/90{
  border-left-color: rgb(194 120 3 / 0.9);
}
.border-l-yellow-500\/95{
  border-left-color: rgb(194 120 3 / 0.95);
}
.border-l-yellow-500\/100{
  border-left-color: rgb(194 120 3 / 1);
}
.border-l-yellow-600\/0{
  border-left-color: rgb(159 88 10 / 0);
}
.border-l-yellow-600\/5{
  border-left-color: rgb(159 88 10 / 0.05);
}
.border-l-yellow-600\/10{
  border-left-color: rgb(159 88 10 / 0.1);
}
.border-l-yellow-600\/20{
  border-left-color: rgb(159 88 10 / 0.2);
}
.border-l-yellow-600\/25{
  border-left-color: rgb(159 88 10 / 0.25);
}
.border-l-yellow-600\/30{
  border-left-color: rgb(159 88 10 / 0.3);
}
.border-l-yellow-600\/40{
  border-left-color: rgb(159 88 10 / 0.4);
}
.border-l-yellow-600\/50{
  border-left-color: rgb(159 88 10 / 0.5);
}
.border-l-yellow-600\/60{
  border-left-color: rgb(159 88 10 / 0.6);
}
.border-l-yellow-600\/70{
  border-left-color: rgb(159 88 10 / 0.7);
}
.border-l-yellow-600\/75{
  border-left-color: rgb(159 88 10 / 0.75);
}
.border-l-yellow-600\/80{
  border-left-color: rgb(159 88 10 / 0.8);
}
.border-l-yellow-600\/90{
  border-left-color: rgb(159 88 10 / 0.9);
}
.border-l-yellow-600\/95{
  border-left-color: rgb(159 88 10 / 0.95);
}
.border-l-yellow-600\/100{
  border-left-color: rgb(159 88 10 / 1);
}
.border-l-yellow-700\/0{
  border-left-color: rgb(142 75 16 / 0);
}
.border-l-yellow-700\/5{
  border-left-color: rgb(142 75 16 / 0.05);
}
.border-l-yellow-700\/10{
  border-left-color: rgb(142 75 16 / 0.1);
}
.border-l-yellow-700\/20{
  border-left-color: rgb(142 75 16 / 0.2);
}
.border-l-yellow-700\/25{
  border-left-color: rgb(142 75 16 / 0.25);
}
.border-l-yellow-700\/30{
  border-left-color: rgb(142 75 16 / 0.3);
}
.border-l-yellow-700\/40{
  border-left-color: rgb(142 75 16 / 0.4);
}
.border-l-yellow-700\/50{
  border-left-color: rgb(142 75 16 / 0.5);
}
.border-l-yellow-700\/60{
  border-left-color: rgb(142 75 16 / 0.6);
}
.border-l-yellow-700\/70{
  border-left-color: rgb(142 75 16 / 0.7);
}
.border-l-yellow-700\/75{
  border-left-color: rgb(142 75 16 / 0.75);
}
.border-l-yellow-700\/80{
  border-left-color: rgb(142 75 16 / 0.8);
}
.border-l-yellow-700\/90{
  border-left-color: rgb(142 75 16 / 0.9);
}
.border-l-yellow-700\/95{
  border-left-color: rgb(142 75 16 / 0.95);
}
.border-l-yellow-700\/100{
  border-left-color: rgb(142 75 16 / 1);
}
.border-l-yellow-800\/0{
  border-left-color: rgb(114 59 19 / 0);
}
.border-l-yellow-800\/5{
  border-left-color: rgb(114 59 19 / 0.05);
}
.border-l-yellow-800\/10{
  border-left-color: rgb(114 59 19 / 0.1);
}
.border-l-yellow-800\/20{
  border-left-color: rgb(114 59 19 / 0.2);
}
.border-l-yellow-800\/25{
  border-left-color: rgb(114 59 19 / 0.25);
}
.border-l-yellow-800\/30{
  border-left-color: rgb(114 59 19 / 0.3);
}
.border-l-yellow-800\/40{
  border-left-color: rgb(114 59 19 / 0.4);
}
.border-l-yellow-800\/50{
  border-left-color: rgb(114 59 19 / 0.5);
}
.border-l-yellow-800\/60{
  border-left-color: rgb(114 59 19 / 0.6);
}
.border-l-yellow-800\/70{
  border-left-color: rgb(114 59 19 / 0.7);
}
.border-l-yellow-800\/75{
  border-left-color: rgb(114 59 19 / 0.75);
}
.border-l-yellow-800\/80{
  border-left-color: rgb(114 59 19 / 0.8);
}
.border-l-yellow-800\/90{
  border-left-color: rgb(114 59 19 / 0.9);
}
.border-l-yellow-800\/95{
  border-left-color: rgb(114 59 19 / 0.95);
}
.border-l-yellow-800\/100{
  border-left-color: rgb(114 59 19 / 1);
}
.border-l-yellow-900\/0{
  border-left-color: rgb(99 49 18 / 0);
}
.border-l-yellow-900\/5{
  border-left-color: rgb(99 49 18 / 0.05);
}
.border-l-yellow-900\/10{
  border-left-color: rgb(99 49 18 / 0.1);
}
.border-l-yellow-900\/20{
  border-left-color: rgb(99 49 18 / 0.2);
}
.border-l-yellow-900\/25{
  border-left-color: rgb(99 49 18 / 0.25);
}
.border-l-yellow-900\/30{
  border-left-color: rgb(99 49 18 / 0.3);
}
.border-l-yellow-900\/40{
  border-left-color: rgb(99 49 18 / 0.4);
}
.border-l-yellow-900\/50{
  border-left-color: rgb(99 49 18 / 0.5);
}
.border-l-yellow-900\/60{
  border-left-color: rgb(99 49 18 / 0.6);
}
.border-l-yellow-900\/70{
  border-left-color: rgb(99 49 18 / 0.7);
}
.border-l-yellow-900\/75{
  border-left-color: rgb(99 49 18 / 0.75);
}
.border-l-yellow-900\/80{
  border-left-color: rgb(99 49 18 / 0.8);
}
.border-l-yellow-900\/90{
  border-left-color: rgb(99 49 18 / 0.9);
}
.border-l-yellow-900\/95{
  border-left-color: rgb(99 49 18 / 0.95);
}
.border-l-yellow-900\/100{
  border-left-color: rgb(99 49 18 / 1);
}
.border-l-teal-50\/0{
  border-left-color: rgb(237 250 250 / 0);
}
.border-l-teal-50\/5{
  border-left-color: rgb(237 250 250 / 0.05);
}
.border-l-teal-50\/10{
  border-left-color: rgb(237 250 250 / 0.1);
}
.border-l-teal-50\/20{
  border-left-color: rgb(237 250 250 / 0.2);
}
.border-l-teal-50\/25{
  border-left-color: rgb(237 250 250 / 0.25);
}
.border-l-teal-50\/30{
  border-left-color: rgb(237 250 250 / 0.3);
}
.border-l-teal-50\/40{
  border-left-color: rgb(237 250 250 / 0.4);
}
.border-l-teal-50\/50{
  border-left-color: rgb(237 250 250 / 0.5);
}
.border-l-teal-50\/60{
  border-left-color: rgb(237 250 250 / 0.6);
}
.border-l-teal-50\/70{
  border-left-color: rgb(237 250 250 / 0.7);
}
.border-l-teal-50\/75{
  border-left-color: rgb(237 250 250 / 0.75);
}
.border-l-teal-50\/80{
  border-left-color: rgb(237 250 250 / 0.8);
}
.border-l-teal-50\/90{
  border-left-color: rgb(237 250 250 / 0.9);
}
.border-l-teal-50\/95{
  border-left-color: rgb(237 250 250 / 0.95);
}
.border-l-teal-50\/100{
  border-left-color: rgb(237 250 250 / 1);
}
.border-l-teal-100\/0{
  border-left-color: rgb(213 245 246 / 0);
}
.border-l-teal-100\/5{
  border-left-color: rgb(213 245 246 / 0.05);
}
.border-l-teal-100\/10{
  border-left-color: rgb(213 245 246 / 0.1);
}
.border-l-teal-100\/20{
  border-left-color: rgb(213 245 246 / 0.2);
}
.border-l-teal-100\/25{
  border-left-color: rgb(213 245 246 / 0.25);
}
.border-l-teal-100\/30{
  border-left-color: rgb(213 245 246 / 0.3);
}
.border-l-teal-100\/40{
  border-left-color: rgb(213 245 246 / 0.4);
}
.border-l-teal-100\/50{
  border-left-color: rgb(213 245 246 / 0.5);
}
.border-l-teal-100\/60{
  border-left-color: rgb(213 245 246 / 0.6);
}
.border-l-teal-100\/70{
  border-left-color: rgb(213 245 246 / 0.7);
}
.border-l-teal-100\/75{
  border-left-color: rgb(213 245 246 / 0.75);
}
.border-l-teal-100\/80{
  border-left-color: rgb(213 245 246 / 0.8);
}
.border-l-teal-100\/90{
  border-left-color: rgb(213 245 246 / 0.9);
}
.border-l-teal-100\/95{
  border-left-color: rgb(213 245 246 / 0.95);
}
.border-l-teal-100\/100{
  border-left-color: rgb(213 245 246 / 1);
}
.border-l-teal-200\/0{
  border-left-color: rgb(175 236 239 / 0);
}
.border-l-teal-200\/5{
  border-left-color: rgb(175 236 239 / 0.05);
}
.border-l-teal-200\/10{
  border-left-color: rgb(175 236 239 / 0.1);
}
.border-l-teal-200\/20{
  border-left-color: rgb(175 236 239 / 0.2);
}
.border-l-teal-200\/25{
  border-left-color: rgb(175 236 239 / 0.25);
}
.border-l-teal-200\/30{
  border-left-color: rgb(175 236 239 / 0.3);
}
.border-l-teal-200\/40{
  border-left-color: rgb(175 236 239 / 0.4);
}
.border-l-teal-200\/50{
  border-left-color: rgb(175 236 239 / 0.5);
}
.border-l-teal-200\/60{
  border-left-color: rgb(175 236 239 / 0.6);
}
.border-l-teal-200\/70{
  border-left-color: rgb(175 236 239 / 0.7);
}
.border-l-teal-200\/75{
  border-left-color: rgb(175 236 239 / 0.75);
}
.border-l-teal-200\/80{
  border-left-color: rgb(175 236 239 / 0.8);
}
.border-l-teal-200\/90{
  border-left-color: rgb(175 236 239 / 0.9);
}
.border-l-teal-200\/95{
  border-left-color: rgb(175 236 239 / 0.95);
}
.border-l-teal-200\/100{
  border-left-color: rgb(175 236 239 / 1);
}
.border-l-teal-300\/0{
  border-left-color: rgb(126 220 226 / 0);
}
.border-l-teal-300\/5{
  border-left-color: rgb(126 220 226 / 0.05);
}
.border-l-teal-300\/10{
  border-left-color: rgb(126 220 226 / 0.1);
}
.border-l-teal-300\/20{
  border-left-color: rgb(126 220 226 / 0.2);
}
.border-l-teal-300\/25{
  border-left-color: rgb(126 220 226 / 0.25);
}
.border-l-teal-300\/30{
  border-left-color: rgb(126 220 226 / 0.3);
}
.border-l-teal-300\/40{
  border-left-color: rgb(126 220 226 / 0.4);
}
.border-l-teal-300\/50{
  border-left-color: rgb(126 220 226 / 0.5);
}
.border-l-teal-300\/60{
  border-left-color: rgb(126 220 226 / 0.6);
}
.border-l-teal-300\/70{
  border-left-color: rgb(126 220 226 / 0.7);
}
.border-l-teal-300\/75{
  border-left-color: rgb(126 220 226 / 0.75);
}
.border-l-teal-300\/80{
  border-left-color: rgb(126 220 226 / 0.8);
}
.border-l-teal-300\/90{
  border-left-color: rgb(126 220 226 / 0.9);
}
.border-l-teal-300\/95{
  border-left-color: rgb(126 220 226 / 0.95);
}
.border-l-teal-300\/100{
  border-left-color: rgb(126 220 226 / 1);
}
.border-l-teal-400\/0{
  border-left-color: rgb(22 189 202 / 0);
}
.border-l-teal-400\/5{
  border-left-color: rgb(22 189 202 / 0.05);
}
.border-l-teal-400\/10{
  border-left-color: rgb(22 189 202 / 0.1);
}
.border-l-teal-400\/20{
  border-left-color: rgb(22 189 202 / 0.2);
}
.border-l-teal-400\/25{
  border-left-color: rgb(22 189 202 / 0.25);
}
.border-l-teal-400\/30{
  border-left-color: rgb(22 189 202 / 0.3);
}
.border-l-teal-400\/40{
  border-left-color: rgb(22 189 202 / 0.4);
}
.border-l-teal-400\/50{
  border-left-color: rgb(22 189 202 / 0.5);
}
.border-l-teal-400\/60{
  border-left-color: rgb(22 189 202 / 0.6);
}
.border-l-teal-400\/70{
  border-left-color: rgb(22 189 202 / 0.7);
}
.border-l-teal-400\/75{
  border-left-color: rgb(22 189 202 / 0.75);
}
.border-l-teal-400\/80{
  border-left-color: rgb(22 189 202 / 0.8);
}
.border-l-teal-400\/90{
  border-left-color: rgb(22 189 202 / 0.9);
}
.border-l-teal-400\/95{
  border-left-color: rgb(22 189 202 / 0.95);
}
.border-l-teal-400\/100{
  border-left-color: rgb(22 189 202 / 1);
}
.border-l-teal-500\/0{
  border-left-color: rgb(6 148 162 / 0);
}
.border-l-teal-500\/5{
  border-left-color: rgb(6 148 162 / 0.05);
}
.border-l-teal-500\/10{
  border-left-color: rgb(6 148 162 / 0.1);
}
.border-l-teal-500\/20{
  border-left-color: rgb(6 148 162 / 0.2);
}
.border-l-teal-500\/25{
  border-left-color: rgb(6 148 162 / 0.25);
}
.border-l-teal-500\/30{
  border-left-color: rgb(6 148 162 / 0.3);
}
.border-l-teal-500\/40{
  border-left-color: rgb(6 148 162 / 0.4);
}
.border-l-teal-500\/50{
  border-left-color: rgb(6 148 162 / 0.5);
}
.border-l-teal-500\/60{
  border-left-color: rgb(6 148 162 / 0.6);
}
.border-l-teal-500\/70{
  border-left-color: rgb(6 148 162 / 0.7);
}
.border-l-teal-500\/75{
  border-left-color: rgb(6 148 162 / 0.75);
}
.border-l-teal-500\/80{
  border-left-color: rgb(6 148 162 / 0.8);
}
.border-l-teal-500\/90{
  border-left-color: rgb(6 148 162 / 0.9);
}
.border-l-teal-500\/95{
  border-left-color: rgb(6 148 162 / 0.95);
}
.border-l-teal-500\/100{
  border-left-color: rgb(6 148 162 / 1);
}
.border-l-teal-600\/0{
  border-left-color: rgb(4 116 129 / 0);
}
.border-l-teal-600\/5{
  border-left-color: rgb(4 116 129 / 0.05);
}
.border-l-teal-600\/10{
  border-left-color: rgb(4 116 129 / 0.1);
}
.border-l-teal-600\/20{
  border-left-color: rgb(4 116 129 / 0.2);
}
.border-l-teal-600\/25{
  border-left-color: rgb(4 116 129 / 0.25);
}
.border-l-teal-600\/30{
  border-left-color: rgb(4 116 129 / 0.3);
}
.border-l-teal-600\/40{
  border-left-color: rgb(4 116 129 / 0.4);
}
.border-l-teal-600\/50{
  border-left-color: rgb(4 116 129 / 0.5);
}
.border-l-teal-600\/60{
  border-left-color: rgb(4 116 129 / 0.6);
}
.border-l-teal-600\/70{
  border-left-color: rgb(4 116 129 / 0.7);
}
.border-l-teal-600\/75{
  border-left-color: rgb(4 116 129 / 0.75);
}
.border-l-teal-600\/80{
  border-left-color: rgb(4 116 129 / 0.8);
}
.border-l-teal-600\/90{
  border-left-color: rgb(4 116 129 / 0.9);
}
.border-l-teal-600\/95{
  border-left-color: rgb(4 116 129 / 0.95);
}
.border-l-teal-600\/100{
  border-left-color: rgb(4 116 129 / 1);
}
.border-l-teal-700\/0{
  border-left-color: rgb(3 102 114 / 0);
}
.border-l-teal-700\/5{
  border-left-color: rgb(3 102 114 / 0.05);
}
.border-l-teal-700\/10{
  border-left-color: rgb(3 102 114 / 0.1);
}
.border-l-teal-700\/20{
  border-left-color: rgb(3 102 114 / 0.2);
}
.border-l-teal-700\/25{
  border-left-color: rgb(3 102 114 / 0.25);
}
.border-l-teal-700\/30{
  border-left-color: rgb(3 102 114 / 0.3);
}
.border-l-teal-700\/40{
  border-left-color: rgb(3 102 114 / 0.4);
}
.border-l-teal-700\/50{
  border-left-color: rgb(3 102 114 / 0.5);
}
.border-l-teal-700\/60{
  border-left-color: rgb(3 102 114 / 0.6);
}
.border-l-teal-700\/70{
  border-left-color: rgb(3 102 114 / 0.7);
}
.border-l-teal-700\/75{
  border-left-color: rgb(3 102 114 / 0.75);
}
.border-l-teal-700\/80{
  border-left-color: rgb(3 102 114 / 0.8);
}
.border-l-teal-700\/90{
  border-left-color: rgb(3 102 114 / 0.9);
}
.border-l-teal-700\/95{
  border-left-color: rgb(3 102 114 / 0.95);
}
.border-l-teal-700\/100{
  border-left-color: rgb(3 102 114 / 1);
}
.border-l-teal-800\/0{
  border-left-color: rgb(5 80 92 / 0);
}
.border-l-teal-800\/5{
  border-left-color: rgb(5 80 92 / 0.05);
}
.border-l-teal-800\/10{
  border-left-color: rgb(5 80 92 / 0.1);
}
.border-l-teal-800\/20{
  border-left-color: rgb(5 80 92 / 0.2);
}
.border-l-teal-800\/25{
  border-left-color: rgb(5 80 92 / 0.25);
}
.border-l-teal-800\/30{
  border-left-color: rgb(5 80 92 / 0.3);
}
.border-l-teal-800\/40{
  border-left-color: rgb(5 80 92 / 0.4);
}
.border-l-teal-800\/50{
  border-left-color: rgb(5 80 92 / 0.5);
}
.border-l-teal-800\/60{
  border-left-color: rgb(5 80 92 / 0.6);
}
.border-l-teal-800\/70{
  border-left-color: rgb(5 80 92 / 0.7);
}
.border-l-teal-800\/75{
  border-left-color: rgb(5 80 92 / 0.75);
}
.border-l-teal-800\/80{
  border-left-color: rgb(5 80 92 / 0.8);
}
.border-l-teal-800\/90{
  border-left-color: rgb(5 80 92 / 0.9);
}
.border-l-teal-800\/95{
  border-left-color: rgb(5 80 92 / 0.95);
}
.border-l-teal-800\/100{
  border-left-color: rgb(5 80 92 / 1);
}
.border-l-teal-900\/0{
  border-left-color: rgb(1 68 81 / 0);
}
.border-l-teal-900\/5{
  border-left-color: rgb(1 68 81 / 0.05);
}
.border-l-teal-900\/10{
  border-left-color: rgb(1 68 81 / 0.1);
}
.border-l-teal-900\/20{
  border-left-color: rgb(1 68 81 / 0.2);
}
.border-l-teal-900\/25{
  border-left-color: rgb(1 68 81 / 0.25);
}
.border-l-teal-900\/30{
  border-left-color: rgb(1 68 81 / 0.3);
}
.border-l-teal-900\/40{
  border-left-color: rgb(1 68 81 / 0.4);
}
.border-l-teal-900\/50{
  border-left-color: rgb(1 68 81 / 0.5);
}
.border-l-teal-900\/60{
  border-left-color: rgb(1 68 81 / 0.6);
}
.border-l-teal-900\/70{
  border-left-color: rgb(1 68 81 / 0.7);
}
.border-l-teal-900\/75{
  border-left-color: rgb(1 68 81 / 0.75);
}
.border-l-teal-900\/80{
  border-left-color: rgb(1 68 81 / 0.8);
}
.border-l-teal-900\/90{
  border-left-color: rgb(1 68 81 / 0.9);
}
.border-l-teal-900\/95{
  border-left-color: rgb(1 68 81 / 0.95);
}
.border-l-teal-900\/100{
  border-left-color: rgb(1 68 81 / 1);
}
.border-l-blue-50\/0{
  border-left-color: rgb(235 245 255 / 0);
}
.border-l-blue-50\/5{
  border-left-color: rgb(235 245 255 / 0.05);
}
.border-l-blue-50\/10{
  border-left-color: rgb(235 245 255 / 0.1);
}
.border-l-blue-50\/20{
  border-left-color: rgb(235 245 255 / 0.2);
}
.border-l-blue-50\/25{
  border-left-color: rgb(235 245 255 / 0.25);
}
.border-l-blue-50\/30{
  border-left-color: rgb(235 245 255 / 0.3);
}
.border-l-blue-50\/40{
  border-left-color: rgb(235 245 255 / 0.4);
}
.border-l-blue-50\/50{
  border-left-color: rgb(235 245 255 / 0.5);
}
.border-l-blue-50\/60{
  border-left-color: rgb(235 245 255 / 0.6);
}
.border-l-blue-50\/70{
  border-left-color: rgb(235 245 255 / 0.7);
}
.border-l-blue-50\/75{
  border-left-color: rgb(235 245 255 / 0.75);
}
.border-l-blue-50\/80{
  border-left-color: rgb(235 245 255 / 0.8);
}
.border-l-blue-50\/90{
  border-left-color: rgb(235 245 255 / 0.9);
}
.border-l-blue-50\/95{
  border-left-color: rgb(235 245 255 / 0.95);
}
.border-l-blue-50\/100{
  border-left-color: rgb(235 245 255 / 1);
}
.border-l-blue-100\/0{
  border-left-color: rgb(225 239 254 / 0);
}
.border-l-blue-100\/5{
  border-left-color: rgb(225 239 254 / 0.05);
}
.border-l-blue-100\/10{
  border-left-color: rgb(225 239 254 / 0.1);
}
.border-l-blue-100\/20{
  border-left-color: rgb(225 239 254 / 0.2);
}
.border-l-blue-100\/25{
  border-left-color: rgb(225 239 254 / 0.25);
}
.border-l-blue-100\/30{
  border-left-color: rgb(225 239 254 / 0.3);
}
.border-l-blue-100\/40{
  border-left-color: rgb(225 239 254 / 0.4);
}
.border-l-blue-100\/50{
  border-left-color: rgb(225 239 254 / 0.5);
}
.border-l-blue-100\/60{
  border-left-color: rgb(225 239 254 / 0.6);
}
.border-l-blue-100\/70{
  border-left-color: rgb(225 239 254 / 0.7);
}
.border-l-blue-100\/75{
  border-left-color: rgb(225 239 254 / 0.75);
}
.border-l-blue-100\/80{
  border-left-color: rgb(225 239 254 / 0.8);
}
.border-l-blue-100\/90{
  border-left-color: rgb(225 239 254 / 0.9);
}
.border-l-blue-100\/95{
  border-left-color: rgb(225 239 254 / 0.95);
}
.border-l-blue-100\/100{
  border-left-color: rgb(225 239 254 / 1);
}
.border-l-blue-200\/0{
  border-left-color: rgb(195 221 253 / 0);
}
.border-l-blue-200\/5{
  border-left-color: rgb(195 221 253 / 0.05);
}
.border-l-blue-200\/10{
  border-left-color: rgb(195 221 253 / 0.1);
}
.border-l-blue-200\/20{
  border-left-color: rgb(195 221 253 / 0.2);
}
.border-l-blue-200\/25{
  border-left-color: rgb(195 221 253 / 0.25);
}
.border-l-blue-200\/30{
  border-left-color: rgb(195 221 253 / 0.3);
}
.border-l-blue-200\/40{
  border-left-color: rgb(195 221 253 / 0.4);
}
.border-l-blue-200\/50{
  border-left-color: rgb(195 221 253 / 0.5);
}
.border-l-blue-200\/60{
  border-left-color: rgb(195 221 253 / 0.6);
}
.border-l-blue-200\/70{
  border-left-color: rgb(195 221 253 / 0.7);
}
.border-l-blue-200\/75{
  border-left-color: rgb(195 221 253 / 0.75);
}
.border-l-blue-200\/80{
  border-left-color: rgb(195 221 253 / 0.8);
}
.border-l-blue-200\/90{
  border-left-color: rgb(195 221 253 / 0.9);
}
.border-l-blue-200\/95{
  border-left-color: rgb(195 221 253 / 0.95);
}
.border-l-blue-200\/100{
  border-left-color: rgb(195 221 253 / 1);
}
.border-l-blue-300\/0{
  border-left-color: rgb(164 202 254 / 0);
}
.border-l-blue-300\/5{
  border-left-color: rgb(164 202 254 / 0.05);
}
.border-l-blue-300\/10{
  border-left-color: rgb(164 202 254 / 0.1);
}
.border-l-blue-300\/20{
  border-left-color: rgb(164 202 254 / 0.2);
}
.border-l-blue-300\/25{
  border-left-color: rgb(164 202 254 / 0.25);
}
.border-l-blue-300\/30{
  border-left-color: rgb(164 202 254 / 0.3);
}
.border-l-blue-300\/40{
  border-left-color: rgb(164 202 254 / 0.4);
}
.border-l-blue-300\/50{
  border-left-color: rgb(164 202 254 / 0.5);
}
.border-l-blue-300\/60{
  border-left-color: rgb(164 202 254 / 0.6);
}
.border-l-blue-300\/70{
  border-left-color: rgb(164 202 254 / 0.7);
}
.border-l-blue-300\/75{
  border-left-color: rgb(164 202 254 / 0.75);
}
.border-l-blue-300\/80{
  border-left-color: rgb(164 202 254 / 0.8);
}
.border-l-blue-300\/90{
  border-left-color: rgb(164 202 254 / 0.9);
}
.border-l-blue-300\/95{
  border-left-color: rgb(164 202 254 / 0.95);
}
.border-l-blue-300\/100{
  border-left-color: rgb(164 202 254 / 1);
}
.border-l-blue-400\/0{
  border-left-color: rgb(118 169 250 / 0);
}
.border-l-blue-400\/5{
  border-left-color: rgb(118 169 250 / 0.05);
}
.border-l-blue-400\/10{
  border-left-color: rgb(118 169 250 / 0.1);
}
.border-l-blue-400\/20{
  border-left-color: rgb(118 169 250 / 0.2);
}
.border-l-blue-400\/25{
  border-left-color: rgb(118 169 250 / 0.25);
}
.border-l-blue-400\/30{
  border-left-color: rgb(118 169 250 / 0.3);
}
.border-l-blue-400\/40{
  border-left-color: rgb(118 169 250 / 0.4);
}
.border-l-blue-400\/50{
  border-left-color: rgb(118 169 250 / 0.5);
}
.border-l-blue-400\/60{
  border-left-color: rgb(118 169 250 / 0.6);
}
.border-l-blue-400\/70{
  border-left-color: rgb(118 169 250 / 0.7);
}
.border-l-blue-400\/75{
  border-left-color: rgb(118 169 250 / 0.75);
}
.border-l-blue-400\/80{
  border-left-color: rgb(118 169 250 / 0.8);
}
.border-l-blue-400\/90{
  border-left-color: rgb(118 169 250 / 0.9);
}
.border-l-blue-400\/95{
  border-left-color: rgb(118 169 250 / 0.95);
}
.border-l-blue-400\/100{
  border-left-color: rgb(118 169 250 / 1);
}
.border-l-blue-500\/0{
  border-left-color: rgb(63 131 248 / 0);
}
.border-l-blue-500\/5{
  border-left-color: rgb(63 131 248 / 0.05);
}
.border-l-blue-500\/10{
  border-left-color: rgb(63 131 248 / 0.1);
}
.border-l-blue-500\/20{
  border-left-color: rgb(63 131 248 / 0.2);
}
.border-l-blue-500\/25{
  border-left-color: rgb(63 131 248 / 0.25);
}
.border-l-blue-500\/30{
  border-left-color: rgb(63 131 248 / 0.3);
}
.border-l-blue-500\/40{
  border-left-color: rgb(63 131 248 / 0.4);
}
.border-l-blue-500\/50{
  border-left-color: rgb(63 131 248 / 0.5);
}
.border-l-blue-500\/60{
  border-left-color: rgb(63 131 248 / 0.6);
}
.border-l-blue-500\/70{
  border-left-color: rgb(63 131 248 / 0.7);
}
.border-l-blue-500\/75{
  border-left-color: rgb(63 131 248 / 0.75);
}
.border-l-blue-500\/80{
  border-left-color: rgb(63 131 248 / 0.8);
}
.border-l-blue-500\/90{
  border-left-color: rgb(63 131 248 / 0.9);
}
.border-l-blue-500\/95{
  border-left-color: rgb(63 131 248 / 0.95);
}
.border-l-blue-500\/100{
  border-left-color: rgb(63 131 248 / 1);
}
.border-l-blue-600\/0{
  border-left-color: rgb(28 100 242 / 0);
}
.border-l-blue-600\/5{
  border-left-color: rgb(28 100 242 / 0.05);
}
.border-l-blue-600\/10{
  border-left-color: rgb(28 100 242 / 0.1);
}
.border-l-blue-600\/20{
  border-left-color: rgb(28 100 242 / 0.2);
}
.border-l-blue-600\/25{
  border-left-color: rgb(28 100 242 / 0.25);
}
.border-l-blue-600\/30{
  border-left-color: rgb(28 100 242 / 0.3);
}
.border-l-blue-600\/40{
  border-left-color: rgb(28 100 242 / 0.4);
}
.border-l-blue-600\/50{
  border-left-color: rgb(28 100 242 / 0.5);
}
.border-l-blue-600\/60{
  border-left-color: rgb(28 100 242 / 0.6);
}
.border-l-blue-600\/70{
  border-left-color: rgb(28 100 242 / 0.7);
}
.border-l-blue-600\/75{
  border-left-color: rgb(28 100 242 / 0.75);
}
.border-l-blue-600\/80{
  border-left-color: rgb(28 100 242 / 0.8);
}
.border-l-blue-600\/90{
  border-left-color: rgb(28 100 242 / 0.9);
}
.border-l-blue-600\/95{
  border-left-color: rgb(28 100 242 / 0.95);
}
.border-l-blue-600\/100{
  border-left-color: rgb(28 100 242 / 1);
}
.border-l-blue-700\/0{
  border-left-color: rgb(26 86 219 / 0);
}
.border-l-blue-700\/5{
  border-left-color: rgb(26 86 219 / 0.05);
}
.border-l-blue-700\/10{
  border-left-color: rgb(26 86 219 / 0.1);
}
.border-l-blue-700\/20{
  border-left-color: rgb(26 86 219 / 0.2);
}
.border-l-blue-700\/25{
  border-left-color: rgb(26 86 219 / 0.25);
}
.border-l-blue-700\/30{
  border-left-color: rgb(26 86 219 / 0.3);
}
.border-l-blue-700\/40{
  border-left-color: rgb(26 86 219 / 0.4);
}
.border-l-blue-700\/50{
  border-left-color: rgb(26 86 219 / 0.5);
}
.border-l-blue-700\/60{
  border-left-color: rgb(26 86 219 / 0.6);
}
.border-l-blue-700\/70{
  border-left-color: rgb(26 86 219 / 0.7);
}
.border-l-blue-700\/75{
  border-left-color: rgb(26 86 219 / 0.75);
}
.border-l-blue-700\/80{
  border-left-color: rgb(26 86 219 / 0.8);
}
.border-l-blue-700\/90{
  border-left-color: rgb(26 86 219 / 0.9);
}
.border-l-blue-700\/95{
  border-left-color: rgb(26 86 219 / 0.95);
}
.border-l-blue-700\/100{
  border-left-color: rgb(26 86 219 / 1);
}
.border-l-blue-800\/0{
  border-left-color: rgb(30 66 159 / 0);
}
.border-l-blue-800\/5{
  border-left-color: rgb(30 66 159 / 0.05);
}
.border-l-blue-800\/10{
  border-left-color: rgb(30 66 159 / 0.1);
}
.border-l-blue-800\/20{
  border-left-color: rgb(30 66 159 / 0.2);
}
.border-l-blue-800\/25{
  border-left-color: rgb(30 66 159 / 0.25);
}
.border-l-blue-800\/30{
  border-left-color: rgb(30 66 159 / 0.3);
}
.border-l-blue-800\/40{
  border-left-color: rgb(30 66 159 / 0.4);
}
.border-l-blue-800\/50{
  border-left-color: rgb(30 66 159 / 0.5);
}
.border-l-blue-800\/60{
  border-left-color: rgb(30 66 159 / 0.6);
}
.border-l-blue-800\/70{
  border-left-color: rgb(30 66 159 / 0.7);
}
.border-l-blue-800\/75{
  border-left-color: rgb(30 66 159 / 0.75);
}
.border-l-blue-800\/80{
  border-left-color: rgb(30 66 159 / 0.8);
}
.border-l-blue-800\/90{
  border-left-color: rgb(30 66 159 / 0.9);
}
.border-l-blue-800\/95{
  border-left-color: rgb(30 66 159 / 0.95);
}
.border-l-blue-800\/100{
  border-left-color: rgb(30 66 159 / 1);
}
.border-l-blue-900\/0{
  border-left-color: rgb(35 56 118 / 0);
}
.border-l-blue-900\/5{
  border-left-color: rgb(35 56 118 / 0.05);
}
.border-l-blue-900\/10{
  border-left-color: rgb(35 56 118 / 0.1);
}
.border-l-blue-900\/20{
  border-left-color: rgb(35 56 118 / 0.2);
}
.border-l-blue-900\/25{
  border-left-color: rgb(35 56 118 / 0.25);
}
.border-l-blue-900\/30{
  border-left-color: rgb(35 56 118 / 0.3);
}
.border-l-blue-900\/40{
  border-left-color: rgb(35 56 118 / 0.4);
}
.border-l-blue-900\/50{
  border-left-color: rgb(35 56 118 / 0.5);
}
.border-l-blue-900\/60{
  border-left-color: rgb(35 56 118 / 0.6);
}
.border-l-blue-900\/70{
  border-left-color: rgb(35 56 118 / 0.7);
}
.border-l-blue-900\/75{
  border-left-color: rgb(35 56 118 / 0.75);
}
.border-l-blue-900\/80{
  border-left-color: rgb(35 56 118 / 0.8);
}
.border-l-blue-900\/90{
  border-left-color: rgb(35 56 118 / 0.9);
}
.border-l-blue-900\/95{
  border-left-color: rgb(35 56 118 / 0.95);
}
.border-l-blue-900\/100{
  border-left-color: rgb(35 56 118 / 1);
}
.border-l-indigo-50\/0{
  border-left-color: rgb(240 245 255 / 0);
}
.border-l-indigo-50\/5{
  border-left-color: rgb(240 245 255 / 0.05);
}
.border-l-indigo-50\/10{
  border-left-color: rgb(240 245 255 / 0.1);
}
.border-l-indigo-50\/20{
  border-left-color: rgb(240 245 255 / 0.2);
}
.border-l-indigo-50\/25{
  border-left-color: rgb(240 245 255 / 0.25);
}
.border-l-indigo-50\/30{
  border-left-color: rgb(240 245 255 / 0.3);
}
.border-l-indigo-50\/40{
  border-left-color: rgb(240 245 255 / 0.4);
}
.border-l-indigo-50\/50{
  border-left-color: rgb(240 245 255 / 0.5);
}
.border-l-indigo-50\/60{
  border-left-color: rgb(240 245 255 / 0.6);
}
.border-l-indigo-50\/70{
  border-left-color: rgb(240 245 255 / 0.7);
}
.border-l-indigo-50\/75{
  border-left-color: rgb(240 245 255 / 0.75);
}
.border-l-indigo-50\/80{
  border-left-color: rgb(240 245 255 / 0.8);
}
.border-l-indigo-50\/90{
  border-left-color: rgb(240 245 255 / 0.9);
}
.border-l-indigo-50\/95{
  border-left-color: rgb(240 245 255 / 0.95);
}
.border-l-indigo-50\/100{
  border-left-color: rgb(240 245 255 / 1);
}
.border-l-indigo-100\/0{
  border-left-color: rgb(229 237 255 / 0);
}
.border-l-indigo-100\/5{
  border-left-color: rgb(229 237 255 / 0.05);
}
.border-l-indigo-100\/10{
  border-left-color: rgb(229 237 255 / 0.1);
}
.border-l-indigo-100\/20{
  border-left-color: rgb(229 237 255 / 0.2);
}
.border-l-indigo-100\/25{
  border-left-color: rgb(229 237 255 / 0.25);
}
.border-l-indigo-100\/30{
  border-left-color: rgb(229 237 255 / 0.3);
}
.border-l-indigo-100\/40{
  border-left-color: rgb(229 237 255 / 0.4);
}
.border-l-indigo-100\/50{
  border-left-color: rgb(229 237 255 / 0.5);
}
.border-l-indigo-100\/60{
  border-left-color: rgb(229 237 255 / 0.6);
}
.border-l-indigo-100\/70{
  border-left-color: rgb(229 237 255 / 0.7);
}
.border-l-indigo-100\/75{
  border-left-color: rgb(229 237 255 / 0.75);
}
.border-l-indigo-100\/80{
  border-left-color: rgb(229 237 255 / 0.8);
}
.border-l-indigo-100\/90{
  border-left-color: rgb(229 237 255 / 0.9);
}
.border-l-indigo-100\/95{
  border-left-color: rgb(229 237 255 / 0.95);
}
.border-l-indigo-100\/100{
  border-left-color: rgb(229 237 255 / 1);
}
.border-l-indigo-200\/0{
  border-left-color: rgb(205 219 254 / 0);
}
.border-l-indigo-200\/5{
  border-left-color: rgb(205 219 254 / 0.05);
}
.border-l-indigo-200\/10{
  border-left-color: rgb(205 219 254 / 0.1);
}
.border-l-indigo-200\/20{
  border-left-color: rgb(205 219 254 / 0.2);
}
.border-l-indigo-200\/25{
  border-left-color: rgb(205 219 254 / 0.25);
}
.border-l-indigo-200\/30{
  border-left-color: rgb(205 219 254 / 0.3);
}
.border-l-indigo-200\/40{
  border-left-color: rgb(205 219 254 / 0.4);
}
.border-l-indigo-200\/50{
  border-left-color: rgb(205 219 254 / 0.5);
}
.border-l-indigo-200\/60{
  border-left-color: rgb(205 219 254 / 0.6);
}
.border-l-indigo-200\/70{
  border-left-color: rgb(205 219 254 / 0.7);
}
.border-l-indigo-200\/75{
  border-left-color: rgb(205 219 254 / 0.75);
}
.border-l-indigo-200\/80{
  border-left-color: rgb(205 219 254 / 0.8);
}
.border-l-indigo-200\/90{
  border-left-color: rgb(205 219 254 / 0.9);
}
.border-l-indigo-200\/95{
  border-left-color: rgb(205 219 254 / 0.95);
}
.border-l-indigo-200\/100{
  border-left-color: rgb(205 219 254 / 1);
}
.border-l-indigo-300\/0{
  border-left-color: rgb(180 198 252 / 0);
}
.border-l-indigo-300\/5{
  border-left-color: rgb(180 198 252 / 0.05);
}
.border-l-indigo-300\/10{
  border-left-color: rgb(180 198 252 / 0.1);
}
.border-l-indigo-300\/20{
  border-left-color: rgb(180 198 252 / 0.2);
}
.border-l-indigo-300\/25{
  border-left-color: rgb(180 198 252 / 0.25);
}
.border-l-indigo-300\/30{
  border-left-color: rgb(180 198 252 / 0.3);
}
.border-l-indigo-300\/40{
  border-left-color: rgb(180 198 252 / 0.4);
}
.border-l-indigo-300\/50{
  border-left-color: rgb(180 198 252 / 0.5);
}
.border-l-indigo-300\/60{
  border-left-color: rgb(180 198 252 / 0.6);
}
.border-l-indigo-300\/70{
  border-left-color: rgb(180 198 252 / 0.7);
}
.border-l-indigo-300\/75{
  border-left-color: rgb(180 198 252 / 0.75);
}
.border-l-indigo-300\/80{
  border-left-color: rgb(180 198 252 / 0.8);
}
.border-l-indigo-300\/90{
  border-left-color: rgb(180 198 252 / 0.9);
}
.border-l-indigo-300\/95{
  border-left-color: rgb(180 198 252 / 0.95);
}
.border-l-indigo-300\/100{
  border-left-color: rgb(180 198 252 / 1);
}
.border-l-indigo-400\/0{
  border-left-color: rgb(141 162 251 / 0);
}
.border-l-indigo-400\/5{
  border-left-color: rgb(141 162 251 / 0.05);
}
.border-l-indigo-400\/10{
  border-left-color: rgb(141 162 251 / 0.1);
}
.border-l-indigo-400\/20{
  border-left-color: rgb(141 162 251 / 0.2);
}
.border-l-indigo-400\/25{
  border-left-color: rgb(141 162 251 / 0.25);
}
.border-l-indigo-400\/30{
  border-left-color: rgb(141 162 251 / 0.3);
}
.border-l-indigo-400\/40{
  border-left-color: rgb(141 162 251 / 0.4);
}
.border-l-indigo-400\/50{
  border-left-color: rgb(141 162 251 / 0.5);
}
.border-l-indigo-400\/60{
  border-left-color: rgb(141 162 251 / 0.6);
}
.border-l-indigo-400\/70{
  border-left-color: rgb(141 162 251 / 0.7);
}
.border-l-indigo-400\/75{
  border-left-color: rgb(141 162 251 / 0.75);
}
.border-l-indigo-400\/80{
  border-left-color: rgb(141 162 251 / 0.8);
}
.border-l-indigo-400\/90{
  border-left-color: rgb(141 162 251 / 0.9);
}
.border-l-indigo-400\/95{
  border-left-color: rgb(141 162 251 / 0.95);
}
.border-l-indigo-400\/100{
  border-left-color: rgb(141 162 251 / 1);
}
.border-l-indigo-500\/0{
  border-left-color: rgb(104 117 245 / 0);
}
.border-l-indigo-500\/5{
  border-left-color: rgb(104 117 245 / 0.05);
}
.border-l-indigo-500\/10{
  border-left-color: rgb(104 117 245 / 0.1);
}
.border-l-indigo-500\/20{
  border-left-color: rgb(104 117 245 / 0.2);
}
.border-l-indigo-500\/25{
  border-left-color: rgb(104 117 245 / 0.25);
}
.border-l-indigo-500\/30{
  border-left-color: rgb(104 117 245 / 0.3);
}
.border-l-indigo-500\/40{
  border-left-color: rgb(104 117 245 / 0.4);
}
.border-l-indigo-500\/50{
  border-left-color: rgb(104 117 245 / 0.5);
}
.border-l-indigo-500\/60{
  border-left-color: rgb(104 117 245 / 0.6);
}
.border-l-indigo-500\/70{
  border-left-color: rgb(104 117 245 / 0.7);
}
.border-l-indigo-500\/75{
  border-left-color: rgb(104 117 245 / 0.75);
}
.border-l-indigo-500\/80{
  border-left-color: rgb(104 117 245 / 0.8);
}
.border-l-indigo-500\/90{
  border-left-color: rgb(104 117 245 / 0.9);
}
.border-l-indigo-500\/95{
  border-left-color: rgb(104 117 245 / 0.95);
}
.border-l-indigo-500\/100{
  border-left-color: rgb(104 117 245 / 1);
}
.border-l-indigo-600\/0{
  border-left-color: rgb(88 80 236 / 0);
}
.border-l-indigo-600\/5{
  border-left-color: rgb(88 80 236 / 0.05);
}
.border-l-indigo-600\/10{
  border-left-color: rgb(88 80 236 / 0.1);
}
.border-l-indigo-600\/20{
  border-left-color: rgb(88 80 236 / 0.2);
}
.border-l-indigo-600\/25{
  border-left-color: rgb(88 80 236 / 0.25);
}
.border-l-indigo-600\/30{
  border-left-color: rgb(88 80 236 / 0.3);
}
.border-l-indigo-600\/40{
  border-left-color: rgb(88 80 236 / 0.4);
}
.border-l-indigo-600\/50{
  border-left-color: rgb(88 80 236 / 0.5);
}
.border-l-indigo-600\/60{
  border-left-color: rgb(88 80 236 / 0.6);
}
.border-l-indigo-600\/70{
  border-left-color: rgb(88 80 236 / 0.7);
}
.border-l-indigo-600\/75{
  border-left-color: rgb(88 80 236 / 0.75);
}
.border-l-indigo-600\/80{
  border-left-color: rgb(88 80 236 / 0.8);
}
.border-l-indigo-600\/90{
  border-left-color: rgb(88 80 236 / 0.9);
}
.border-l-indigo-600\/95{
  border-left-color: rgb(88 80 236 / 0.95);
}
.border-l-indigo-600\/100{
  border-left-color: rgb(88 80 236 / 1);
}
.border-l-indigo-700\/0{
  border-left-color: rgb(81 69 205 / 0);
}
.border-l-indigo-700\/5{
  border-left-color: rgb(81 69 205 / 0.05);
}
.border-l-indigo-700\/10{
  border-left-color: rgb(81 69 205 / 0.1);
}
.border-l-indigo-700\/20{
  border-left-color: rgb(81 69 205 / 0.2);
}
.border-l-indigo-700\/25{
  border-left-color: rgb(81 69 205 / 0.25);
}
.border-l-indigo-700\/30{
  border-left-color: rgb(81 69 205 / 0.3);
}
.border-l-indigo-700\/40{
  border-left-color: rgb(81 69 205 / 0.4);
}
.border-l-indigo-700\/50{
  border-left-color: rgb(81 69 205 / 0.5);
}
.border-l-indigo-700\/60{
  border-left-color: rgb(81 69 205 / 0.6);
}
.border-l-indigo-700\/70{
  border-left-color: rgb(81 69 205 / 0.7);
}
.border-l-indigo-700\/75{
  border-left-color: rgb(81 69 205 / 0.75);
}
.border-l-indigo-700\/80{
  border-left-color: rgb(81 69 205 / 0.8);
}
.border-l-indigo-700\/90{
  border-left-color: rgb(81 69 205 / 0.9);
}
.border-l-indigo-700\/95{
  border-left-color: rgb(81 69 205 / 0.95);
}
.border-l-indigo-700\/100{
  border-left-color: rgb(81 69 205 / 1);
}
.border-l-indigo-800\/0{
  border-left-color: rgb(66 56 157 / 0);
}
.border-l-indigo-800\/5{
  border-left-color: rgb(66 56 157 / 0.05);
}
.border-l-indigo-800\/10{
  border-left-color: rgb(66 56 157 / 0.1);
}
.border-l-indigo-800\/20{
  border-left-color: rgb(66 56 157 / 0.2);
}
.border-l-indigo-800\/25{
  border-left-color: rgb(66 56 157 / 0.25);
}
.border-l-indigo-800\/30{
  border-left-color: rgb(66 56 157 / 0.3);
}
.border-l-indigo-800\/40{
  border-left-color: rgb(66 56 157 / 0.4);
}
.border-l-indigo-800\/50{
  border-left-color: rgb(66 56 157 / 0.5);
}
.border-l-indigo-800\/60{
  border-left-color: rgb(66 56 157 / 0.6);
}
.border-l-indigo-800\/70{
  border-left-color: rgb(66 56 157 / 0.7);
}
.border-l-indigo-800\/75{
  border-left-color: rgb(66 56 157 / 0.75);
}
.border-l-indigo-800\/80{
  border-left-color: rgb(66 56 157 / 0.8);
}
.border-l-indigo-800\/90{
  border-left-color: rgb(66 56 157 / 0.9);
}
.border-l-indigo-800\/95{
  border-left-color: rgb(66 56 157 / 0.95);
}
.border-l-indigo-800\/100{
  border-left-color: rgb(66 56 157 / 1);
}
.border-l-indigo-900\/0{
  border-left-color: rgb(54 47 120 / 0);
}
.border-l-indigo-900\/5{
  border-left-color: rgb(54 47 120 / 0.05);
}
.border-l-indigo-900\/10{
  border-left-color: rgb(54 47 120 / 0.1);
}
.border-l-indigo-900\/20{
  border-left-color: rgb(54 47 120 / 0.2);
}
.border-l-indigo-900\/25{
  border-left-color: rgb(54 47 120 / 0.25);
}
.border-l-indigo-900\/30{
  border-left-color: rgb(54 47 120 / 0.3);
}
.border-l-indigo-900\/40{
  border-left-color: rgb(54 47 120 / 0.4);
}
.border-l-indigo-900\/50{
  border-left-color: rgb(54 47 120 / 0.5);
}
.border-l-indigo-900\/60{
  border-left-color: rgb(54 47 120 / 0.6);
}
.border-l-indigo-900\/70{
  border-left-color: rgb(54 47 120 / 0.7);
}
.border-l-indigo-900\/75{
  border-left-color: rgb(54 47 120 / 0.75);
}
.border-l-indigo-900\/80{
  border-left-color: rgb(54 47 120 / 0.8);
}
.border-l-indigo-900\/90{
  border-left-color: rgb(54 47 120 / 0.9);
}
.border-l-indigo-900\/95{
  border-left-color: rgb(54 47 120 / 0.95);
}
.border-l-indigo-900\/100{
  border-left-color: rgb(54 47 120 / 1);
}
.border-l-purple-50\/0{
  border-left-color: rgb(246 245 255 / 0);
}
.border-l-purple-50\/5{
  border-left-color: rgb(246 245 255 / 0.05);
}
.border-l-purple-50\/10{
  border-left-color: rgb(246 245 255 / 0.1);
}
.border-l-purple-50\/20{
  border-left-color: rgb(246 245 255 / 0.2);
}
.border-l-purple-50\/25{
  border-left-color: rgb(246 245 255 / 0.25);
}
.border-l-purple-50\/30{
  border-left-color: rgb(246 245 255 / 0.3);
}
.border-l-purple-50\/40{
  border-left-color: rgb(246 245 255 / 0.4);
}
.border-l-purple-50\/50{
  border-left-color: rgb(246 245 255 / 0.5);
}
.border-l-purple-50\/60{
  border-left-color: rgb(246 245 255 / 0.6);
}
.border-l-purple-50\/70{
  border-left-color: rgb(246 245 255 / 0.7);
}
.border-l-purple-50\/75{
  border-left-color: rgb(246 245 255 / 0.75);
}
.border-l-purple-50\/80{
  border-left-color: rgb(246 245 255 / 0.8);
}
.border-l-purple-50\/90{
  border-left-color: rgb(246 245 255 / 0.9);
}
.border-l-purple-50\/95{
  border-left-color: rgb(246 245 255 / 0.95);
}
.border-l-purple-50\/100{
  border-left-color: rgb(246 245 255 / 1);
}
.border-l-purple-100\/0{
  border-left-color: rgb(237 235 254 / 0);
}
.border-l-purple-100\/5{
  border-left-color: rgb(237 235 254 / 0.05);
}
.border-l-purple-100\/10{
  border-left-color: rgb(237 235 254 / 0.1);
}
.border-l-purple-100\/20{
  border-left-color: rgb(237 235 254 / 0.2);
}
.border-l-purple-100\/25{
  border-left-color: rgb(237 235 254 / 0.25);
}
.border-l-purple-100\/30{
  border-left-color: rgb(237 235 254 / 0.3);
}
.border-l-purple-100\/40{
  border-left-color: rgb(237 235 254 / 0.4);
}
.border-l-purple-100\/50{
  border-left-color: rgb(237 235 254 / 0.5);
}
.border-l-purple-100\/60{
  border-left-color: rgb(237 235 254 / 0.6);
}
.border-l-purple-100\/70{
  border-left-color: rgb(237 235 254 / 0.7);
}
.border-l-purple-100\/75{
  border-left-color: rgb(237 235 254 / 0.75);
}
.border-l-purple-100\/80{
  border-left-color: rgb(237 235 254 / 0.8);
}
.border-l-purple-100\/90{
  border-left-color: rgb(237 235 254 / 0.9);
}
.border-l-purple-100\/95{
  border-left-color: rgb(237 235 254 / 0.95);
}
.border-l-purple-100\/100{
  border-left-color: rgb(237 235 254 / 1);
}
.border-l-purple-200\/0{
  border-left-color: rgb(220 215 254 / 0);
}
.border-l-purple-200\/5{
  border-left-color: rgb(220 215 254 / 0.05);
}
.border-l-purple-200\/10{
  border-left-color: rgb(220 215 254 / 0.1);
}
.border-l-purple-200\/20{
  border-left-color: rgb(220 215 254 / 0.2);
}
.border-l-purple-200\/25{
  border-left-color: rgb(220 215 254 / 0.25);
}
.border-l-purple-200\/30{
  border-left-color: rgb(220 215 254 / 0.3);
}
.border-l-purple-200\/40{
  border-left-color: rgb(220 215 254 / 0.4);
}
.border-l-purple-200\/50{
  border-left-color: rgb(220 215 254 / 0.5);
}
.border-l-purple-200\/60{
  border-left-color: rgb(220 215 254 / 0.6);
}
.border-l-purple-200\/70{
  border-left-color: rgb(220 215 254 / 0.7);
}
.border-l-purple-200\/75{
  border-left-color: rgb(220 215 254 / 0.75);
}
.border-l-purple-200\/80{
  border-left-color: rgb(220 215 254 / 0.8);
}
.border-l-purple-200\/90{
  border-left-color: rgb(220 215 254 / 0.9);
}
.border-l-purple-200\/95{
  border-left-color: rgb(220 215 254 / 0.95);
}
.border-l-purple-200\/100{
  border-left-color: rgb(220 215 254 / 1);
}
.border-l-purple-300\/0{
  border-left-color: rgb(202 191 253 / 0);
}
.border-l-purple-300\/5{
  border-left-color: rgb(202 191 253 / 0.05);
}
.border-l-purple-300\/10{
  border-left-color: rgb(202 191 253 / 0.1);
}
.border-l-purple-300\/20{
  border-left-color: rgb(202 191 253 / 0.2);
}
.border-l-purple-300\/25{
  border-left-color: rgb(202 191 253 / 0.25);
}
.border-l-purple-300\/30{
  border-left-color: rgb(202 191 253 / 0.3);
}
.border-l-purple-300\/40{
  border-left-color: rgb(202 191 253 / 0.4);
}
.border-l-purple-300\/50{
  border-left-color: rgb(202 191 253 / 0.5);
}
.border-l-purple-300\/60{
  border-left-color: rgb(202 191 253 / 0.6);
}
.border-l-purple-300\/70{
  border-left-color: rgb(202 191 253 / 0.7);
}
.border-l-purple-300\/75{
  border-left-color: rgb(202 191 253 / 0.75);
}
.border-l-purple-300\/80{
  border-left-color: rgb(202 191 253 / 0.8);
}
.border-l-purple-300\/90{
  border-left-color: rgb(202 191 253 / 0.9);
}
.border-l-purple-300\/95{
  border-left-color: rgb(202 191 253 / 0.95);
}
.border-l-purple-300\/100{
  border-left-color: rgb(202 191 253 / 1);
}
.border-l-purple-400\/0{
  border-left-color: rgb(172 148 250 / 0);
}
.border-l-purple-400\/5{
  border-left-color: rgb(172 148 250 / 0.05);
}
.border-l-purple-400\/10{
  border-left-color: rgb(172 148 250 / 0.1);
}
.border-l-purple-400\/20{
  border-left-color: rgb(172 148 250 / 0.2);
}
.border-l-purple-400\/25{
  border-left-color: rgb(172 148 250 / 0.25);
}
.border-l-purple-400\/30{
  border-left-color: rgb(172 148 250 / 0.3);
}
.border-l-purple-400\/40{
  border-left-color: rgb(172 148 250 / 0.4);
}
.border-l-purple-400\/50{
  border-left-color: rgb(172 148 250 / 0.5);
}
.border-l-purple-400\/60{
  border-left-color: rgb(172 148 250 / 0.6);
}
.border-l-purple-400\/70{
  border-left-color: rgb(172 148 250 / 0.7);
}
.border-l-purple-400\/75{
  border-left-color: rgb(172 148 250 / 0.75);
}
.border-l-purple-400\/80{
  border-left-color: rgb(172 148 250 / 0.8);
}
.border-l-purple-400\/90{
  border-left-color: rgb(172 148 250 / 0.9);
}
.border-l-purple-400\/95{
  border-left-color: rgb(172 148 250 / 0.95);
}
.border-l-purple-400\/100{
  border-left-color: rgb(172 148 250 / 1);
}
.border-l-purple-500\/0{
  border-left-color: rgb(144 97 249 / 0);
}
.border-l-purple-500\/5{
  border-left-color: rgb(144 97 249 / 0.05);
}
.border-l-purple-500\/10{
  border-left-color: rgb(144 97 249 / 0.1);
}
.border-l-purple-500\/20{
  border-left-color: rgb(144 97 249 / 0.2);
}
.border-l-purple-500\/25{
  border-left-color: rgb(144 97 249 / 0.25);
}
.border-l-purple-500\/30{
  border-left-color: rgb(144 97 249 / 0.3);
}
.border-l-purple-500\/40{
  border-left-color: rgb(144 97 249 / 0.4);
}
.border-l-purple-500\/50{
  border-left-color: rgb(144 97 249 / 0.5);
}
.border-l-purple-500\/60{
  border-left-color: rgb(144 97 249 / 0.6);
}
.border-l-purple-500\/70{
  border-left-color: rgb(144 97 249 / 0.7);
}
.border-l-purple-500\/75{
  border-left-color: rgb(144 97 249 / 0.75);
}
.border-l-purple-500\/80{
  border-left-color: rgb(144 97 249 / 0.8);
}
.border-l-purple-500\/90{
  border-left-color: rgb(144 97 249 / 0.9);
}
.border-l-purple-500\/95{
  border-left-color: rgb(144 97 249 / 0.95);
}
.border-l-purple-500\/100{
  border-left-color: rgb(144 97 249 / 1);
}
.border-l-purple-600\/0{
  border-left-color: rgb(126 58 242 / 0);
}
.border-l-purple-600\/5{
  border-left-color: rgb(126 58 242 / 0.05);
}
.border-l-purple-600\/10{
  border-left-color: rgb(126 58 242 / 0.1);
}
.border-l-purple-600\/20{
  border-left-color: rgb(126 58 242 / 0.2);
}
.border-l-purple-600\/25{
  border-left-color: rgb(126 58 242 / 0.25);
}
.border-l-purple-600\/30{
  border-left-color: rgb(126 58 242 / 0.3);
}
.border-l-purple-600\/40{
  border-left-color: rgb(126 58 242 / 0.4);
}
.border-l-purple-600\/50{
  border-left-color: rgb(126 58 242 / 0.5);
}
.border-l-purple-600\/60{
  border-left-color: rgb(126 58 242 / 0.6);
}
.border-l-purple-600\/70{
  border-left-color: rgb(126 58 242 / 0.7);
}
.border-l-purple-600\/75{
  border-left-color: rgb(126 58 242 / 0.75);
}
.border-l-purple-600\/80{
  border-left-color: rgb(126 58 242 / 0.8);
}
.border-l-purple-600\/90{
  border-left-color: rgb(126 58 242 / 0.9);
}
.border-l-purple-600\/95{
  border-left-color: rgb(126 58 242 / 0.95);
}
.border-l-purple-600\/100{
  border-left-color: rgb(126 58 242 / 1);
}
.border-l-purple-700\/0{
  border-left-color: rgb(108 43 217 / 0);
}
.border-l-purple-700\/5{
  border-left-color: rgb(108 43 217 / 0.05);
}
.border-l-purple-700\/10{
  border-left-color: rgb(108 43 217 / 0.1);
}
.border-l-purple-700\/20{
  border-left-color: rgb(108 43 217 / 0.2);
}
.border-l-purple-700\/25{
  border-left-color: rgb(108 43 217 / 0.25);
}
.border-l-purple-700\/30{
  border-left-color: rgb(108 43 217 / 0.3);
}
.border-l-purple-700\/40{
  border-left-color: rgb(108 43 217 / 0.4);
}
.border-l-purple-700\/50{
  border-left-color: rgb(108 43 217 / 0.5);
}
.border-l-purple-700\/60{
  border-left-color: rgb(108 43 217 / 0.6);
}
.border-l-purple-700\/70{
  border-left-color: rgb(108 43 217 / 0.7);
}
.border-l-purple-700\/75{
  border-left-color: rgb(108 43 217 / 0.75);
}
.border-l-purple-700\/80{
  border-left-color: rgb(108 43 217 / 0.8);
}
.border-l-purple-700\/90{
  border-left-color: rgb(108 43 217 / 0.9);
}
.border-l-purple-700\/95{
  border-left-color: rgb(108 43 217 / 0.95);
}
.border-l-purple-700\/100{
  border-left-color: rgb(108 43 217 / 1);
}
.border-l-purple-800\/0{
  border-left-color: rgb(85 33 181 / 0);
}
.border-l-purple-800\/5{
  border-left-color: rgb(85 33 181 / 0.05);
}
.border-l-purple-800\/10{
  border-left-color: rgb(85 33 181 / 0.1);
}
.border-l-purple-800\/20{
  border-left-color: rgb(85 33 181 / 0.2);
}
.border-l-purple-800\/25{
  border-left-color: rgb(85 33 181 / 0.25);
}
.border-l-purple-800\/30{
  border-left-color: rgb(85 33 181 / 0.3);
}
.border-l-purple-800\/40{
  border-left-color: rgb(85 33 181 / 0.4);
}
.border-l-purple-800\/50{
  border-left-color: rgb(85 33 181 / 0.5);
}
.border-l-purple-800\/60{
  border-left-color: rgb(85 33 181 / 0.6);
}
.border-l-purple-800\/70{
  border-left-color: rgb(85 33 181 / 0.7);
}
.border-l-purple-800\/75{
  border-left-color: rgb(85 33 181 / 0.75);
}
.border-l-purple-800\/80{
  border-left-color: rgb(85 33 181 / 0.8);
}
.border-l-purple-800\/90{
  border-left-color: rgb(85 33 181 / 0.9);
}
.border-l-purple-800\/95{
  border-left-color: rgb(85 33 181 / 0.95);
}
.border-l-purple-800\/100{
  border-left-color: rgb(85 33 181 / 1);
}
.border-l-purple-900\/0{
  border-left-color: rgb(74 29 150 / 0);
}
.border-l-purple-900\/5{
  border-left-color: rgb(74 29 150 / 0.05);
}
.border-l-purple-900\/10{
  border-left-color: rgb(74 29 150 / 0.1);
}
.border-l-purple-900\/20{
  border-left-color: rgb(74 29 150 / 0.2);
}
.border-l-purple-900\/25{
  border-left-color: rgb(74 29 150 / 0.25);
}
.border-l-purple-900\/30{
  border-left-color: rgb(74 29 150 / 0.3);
}
.border-l-purple-900\/40{
  border-left-color: rgb(74 29 150 / 0.4);
}
.border-l-purple-900\/50{
  border-left-color: rgb(74 29 150 / 0.5);
}
.border-l-purple-900\/60{
  border-left-color: rgb(74 29 150 / 0.6);
}
.border-l-purple-900\/70{
  border-left-color: rgb(74 29 150 / 0.7);
}
.border-l-purple-900\/75{
  border-left-color: rgb(74 29 150 / 0.75);
}
.border-l-purple-900\/80{
  border-left-color: rgb(74 29 150 / 0.8);
}
.border-l-purple-900\/90{
  border-left-color: rgb(74 29 150 / 0.9);
}
.border-l-purple-900\/95{
  border-left-color: rgb(74 29 150 / 0.95);
}
.border-l-purple-900\/100{
  border-left-color: rgb(74 29 150 / 1);
}
.border-l-purple-light\/0{
  border-left-color: rgb(224 14 102 / 0);
}
.border-l-purple-light\/5{
  border-left-color: rgb(224 14 102 / 0.05);
}
.border-l-purple-light\/10{
  border-left-color: rgb(224 14 102 / 0.1);
}
.border-l-purple-light\/20{
  border-left-color: rgb(224 14 102 / 0.2);
}
.border-l-purple-light\/25{
  border-left-color: rgb(224 14 102 / 0.25);
}
.border-l-purple-light\/30{
  border-left-color: rgb(224 14 102 / 0.3);
}
.border-l-purple-light\/40{
  border-left-color: rgb(224 14 102 / 0.4);
}
.border-l-purple-light\/50{
  border-left-color: rgb(224 14 102 / 0.5);
}
.border-l-purple-light\/60{
  border-left-color: rgb(224 14 102 / 0.6);
}
.border-l-purple-light\/70{
  border-left-color: rgb(224 14 102 / 0.7);
}
.border-l-purple-light\/75{
  border-left-color: rgb(224 14 102 / 0.75);
}
.border-l-purple-light\/80{
  border-left-color: rgb(224 14 102 / 0.8);
}
.border-l-purple-light\/90{
  border-left-color: rgb(224 14 102 / 0.9);
}
.border-l-purple-light\/95{
  border-left-color: rgb(224 14 102 / 0.95);
}
.border-l-purple-light\/100{
  border-left-color: rgb(224 14 102 / 1);
}
.border-l-pink-50\/0{
  border-left-color: rgb(253 242 248 / 0);
}
.border-l-pink-50\/5{
  border-left-color: rgb(253 242 248 / 0.05);
}
.border-l-pink-50\/10{
  border-left-color: rgb(253 242 248 / 0.1);
}
.border-l-pink-50\/20{
  border-left-color: rgb(253 242 248 / 0.2);
}
.border-l-pink-50\/25{
  border-left-color: rgb(253 242 248 / 0.25);
}
.border-l-pink-50\/30{
  border-left-color: rgb(253 242 248 / 0.3);
}
.border-l-pink-50\/40{
  border-left-color: rgb(253 242 248 / 0.4);
}
.border-l-pink-50\/50{
  border-left-color: rgb(253 242 248 / 0.5);
}
.border-l-pink-50\/60{
  border-left-color: rgb(253 242 248 / 0.6);
}
.border-l-pink-50\/70{
  border-left-color: rgb(253 242 248 / 0.7);
}
.border-l-pink-50\/75{
  border-left-color: rgb(253 242 248 / 0.75);
}
.border-l-pink-50\/80{
  border-left-color: rgb(253 242 248 / 0.8);
}
.border-l-pink-50\/90{
  border-left-color: rgb(253 242 248 / 0.9);
}
.border-l-pink-50\/95{
  border-left-color: rgb(253 242 248 / 0.95);
}
.border-l-pink-50\/100{
  border-left-color: rgb(253 242 248 / 1);
}
.border-l-pink-100\/0{
  border-left-color: rgb(252 232 243 / 0);
}
.border-l-pink-100\/5{
  border-left-color: rgb(252 232 243 / 0.05);
}
.border-l-pink-100\/10{
  border-left-color: rgb(252 232 243 / 0.1);
}
.border-l-pink-100\/20{
  border-left-color: rgb(252 232 243 / 0.2);
}
.border-l-pink-100\/25{
  border-left-color: rgb(252 232 243 / 0.25);
}
.border-l-pink-100\/30{
  border-left-color: rgb(252 232 243 / 0.3);
}
.border-l-pink-100\/40{
  border-left-color: rgb(252 232 243 / 0.4);
}
.border-l-pink-100\/50{
  border-left-color: rgb(252 232 243 / 0.5);
}
.border-l-pink-100\/60{
  border-left-color: rgb(252 232 243 / 0.6);
}
.border-l-pink-100\/70{
  border-left-color: rgb(252 232 243 / 0.7);
}
.border-l-pink-100\/75{
  border-left-color: rgb(252 232 243 / 0.75);
}
.border-l-pink-100\/80{
  border-left-color: rgb(252 232 243 / 0.8);
}
.border-l-pink-100\/90{
  border-left-color: rgb(252 232 243 / 0.9);
}
.border-l-pink-100\/95{
  border-left-color: rgb(252 232 243 / 0.95);
}
.border-l-pink-100\/100{
  border-left-color: rgb(252 232 243 / 1);
}
.border-l-pink-200\/0{
  border-left-color: rgb(250 209 232 / 0);
}
.border-l-pink-200\/5{
  border-left-color: rgb(250 209 232 / 0.05);
}
.border-l-pink-200\/10{
  border-left-color: rgb(250 209 232 / 0.1);
}
.border-l-pink-200\/20{
  border-left-color: rgb(250 209 232 / 0.2);
}
.border-l-pink-200\/25{
  border-left-color: rgb(250 209 232 / 0.25);
}
.border-l-pink-200\/30{
  border-left-color: rgb(250 209 232 / 0.3);
}
.border-l-pink-200\/40{
  border-left-color: rgb(250 209 232 / 0.4);
}
.border-l-pink-200\/50{
  border-left-color: rgb(250 209 232 / 0.5);
}
.border-l-pink-200\/60{
  border-left-color: rgb(250 209 232 / 0.6);
}
.border-l-pink-200\/70{
  border-left-color: rgb(250 209 232 / 0.7);
}
.border-l-pink-200\/75{
  border-left-color: rgb(250 209 232 / 0.75);
}
.border-l-pink-200\/80{
  border-left-color: rgb(250 209 232 / 0.8);
}
.border-l-pink-200\/90{
  border-left-color: rgb(250 209 232 / 0.9);
}
.border-l-pink-200\/95{
  border-left-color: rgb(250 209 232 / 0.95);
}
.border-l-pink-200\/100{
  border-left-color: rgb(250 209 232 / 1);
}
.border-l-pink-300\/0{
  border-left-color: rgb(248 180 217 / 0);
}
.border-l-pink-300\/5{
  border-left-color: rgb(248 180 217 / 0.05);
}
.border-l-pink-300\/10{
  border-left-color: rgb(248 180 217 / 0.1);
}
.border-l-pink-300\/20{
  border-left-color: rgb(248 180 217 / 0.2);
}
.border-l-pink-300\/25{
  border-left-color: rgb(248 180 217 / 0.25);
}
.border-l-pink-300\/30{
  border-left-color: rgb(248 180 217 / 0.3);
}
.border-l-pink-300\/40{
  border-left-color: rgb(248 180 217 / 0.4);
}
.border-l-pink-300\/50{
  border-left-color: rgb(248 180 217 / 0.5);
}
.border-l-pink-300\/60{
  border-left-color: rgb(248 180 217 / 0.6);
}
.border-l-pink-300\/70{
  border-left-color: rgb(248 180 217 / 0.7);
}
.border-l-pink-300\/75{
  border-left-color: rgb(248 180 217 / 0.75);
}
.border-l-pink-300\/80{
  border-left-color: rgb(248 180 217 / 0.8);
}
.border-l-pink-300\/90{
  border-left-color: rgb(248 180 217 / 0.9);
}
.border-l-pink-300\/95{
  border-left-color: rgb(248 180 217 / 0.95);
}
.border-l-pink-300\/100{
  border-left-color: rgb(248 180 217 / 1);
}
.border-l-pink-400\/0{
  border-left-color: rgb(241 126 184 / 0);
}
.border-l-pink-400\/5{
  border-left-color: rgb(241 126 184 / 0.05);
}
.border-l-pink-400\/10{
  border-left-color: rgb(241 126 184 / 0.1);
}
.border-l-pink-400\/20{
  border-left-color: rgb(241 126 184 / 0.2);
}
.border-l-pink-400\/25{
  border-left-color: rgb(241 126 184 / 0.25);
}
.border-l-pink-400\/30{
  border-left-color: rgb(241 126 184 / 0.3);
}
.border-l-pink-400\/40{
  border-left-color: rgb(241 126 184 / 0.4);
}
.border-l-pink-400\/50{
  border-left-color: rgb(241 126 184 / 0.5);
}
.border-l-pink-400\/60{
  border-left-color: rgb(241 126 184 / 0.6);
}
.border-l-pink-400\/70{
  border-left-color: rgb(241 126 184 / 0.7);
}
.border-l-pink-400\/75{
  border-left-color: rgb(241 126 184 / 0.75);
}
.border-l-pink-400\/80{
  border-left-color: rgb(241 126 184 / 0.8);
}
.border-l-pink-400\/90{
  border-left-color: rgb(241 126 184 / 0.9);
}
.border-l-pink-400\/95{
  border-left-color: rgb(241 126 184 / 0.95);
}
.border-l-pink-400\/100{
  border-left-color: rgb(241 126 184 / 1);
}
.border-l-pink-500\/0{
  border-left-color: rgb(231 70 148 / 0);
}
.border-l-pink-500\/5{
  border-left-color: rgb(231 70 148 / 0.05);
}
.border-l-pink-500\/10{
  border-left-color: rgb(231 70 148 / 0.1);
}
.border-l-pink-500\/20{
  border-left-color: rgb(231 70 148 / 0.2);
}
.border-l-pink-500\/25{
  border-left-color: rgb(231 70 148 / 0.25);
}
.border-l-pink-500\/30{
  border-left-color: rgb(231 70 148 / 0.3);
}
.border-l-pink-500\/40{
  border-left-color: rgb(231 70 148 / 0.4);
}
.border-l-pink-500\/50{
  border-left-color: rgb(231 70 148 / 0.5);
}
.border-l-pink-500\/60{
  border-left-color: rgb(231 70 148 / 0.6);
}
.border-l-pink-500\/70{
  border-left-color: rgb(231 70 148 / 0.7);
}
.border-l-pink-500\/75{
  border-left-color: rgb(231 70 148 / 0.75);
}
.border-l-pink-500\/80{
  border-left-color: rgb(231 70 148 / 0.8);
}
.border-l-pink-500\/90{
  border-left-color: rgb(231 70 148 / 0.9);
}
.border-l-pink-500\/95{
  border-left-color: rgb(231 70 148 / 0.95);
}
.border-l-pink-500\/100{
  border-left-color: rgb(231 70 148 / 1);
}
.border-l-pink-600\/0{
  border-left-color: rgb(214 31 105 / 0);
}
.border-l-pink-600\/5{
  border-left-color: rgb(214 31 105 / 0.05);
}
.border-l-pink-600\/10{
  border-left-color: rgb(214 31 105 / 0.1);
}
.border-l-pink-600\/20{
  border-left-color: rgb(214 31 105 / 0.2);
}
.border-l-pink-600\/25{
  border-left-color: rgb(214 31 105 / 0.25);
}
.border-l-pink-600\/30{
  border-left-color: rgb(214 31 105 / 0.3);
}
.border-l-pink-600\/40{
  border-left-color: rgb(214 31 105 / 0.4);
}
.border-l-pink-600\/50{
  border-left-color: rgb(214 31 105 / 0.5);
}
.border-l-pink-600\/60{
  border-left-color: rgb(214 31 105 / 0.6);
}
.border-l-pink-600\/70{
  border-left-color: rgb(214 31 105 / 0.7);
}
.border-l-pink-600\/75{
  border-left-color: rgb(214 31 105 / 0.75);
}
.border-l-pink-600\/80{
  border-left-color: rgb(214 31 105 / 0.8);
}
.border-l-pink-600\/90{
  border-left-color: rgb(214 31 105 / 0.9);
}
.border-l-pink-600\/95{
  border-left-color: rgb(214 31 105 / 0.95);
}
.border-l-pink-600\/100{
  border-left-color: rgb(214 31 105 / 1);
}
.border-l-pink-700\/0{
  border-left-color: rgb(191 18 93 / 0);
}
.border-l-pink-700\/5{
  border-left-color: rgb(191 18 93 / 0.05);
}
.border-l-pink-700\/10{
  border-left-color: rgb(191 18 93 / 0.1);
}
.border-l-pink-700\/20{
  border-left-color: rgb(191 18 93 / 0.2);
}
.border-l-pink-700\/25{
  border-left-color: rgb(191 18 93 / 0.25);
}
.border-l-pink-700\/30{
  border-left-color: rgb(191 18 93 / 0.3);
}
.border-l-pink-700\/40{
  border-left-color: rgb(191 18 93 / 0.4);
}
.border-l-pink-700\/50{
  border-left-color: rgb(191 18 93 / 0.5);
}
.border-l-pink-700\/60{
  border-left-color: rgb(191 18 93 / 0.6);
}
.border-l-pink-700\/70{
  border-left-color: rgb(191 18 93 / 0.7);
}
.border-l-pink-700\/75{
  border-left-color: rgb(191 18 93 / 0.75);
}
.border-l-pink-700\/80{
  border-left-color: rgb(191 18 93 / 0.8);
}
.border-l-pink-700\/90{
  border-left-color: rgb(191 18 93 / 0.9);
}
.border-l-pink-700\/95{
  border-left-color: rgb(191 18 93 / 0.95);
}
.border-l-pink-700\/100{
  border-left-color: rgb(191 18 93 / 1);
}
.border-l-pink-800\/0{
  border-left-color: rgb(153 21 75 / 0);
}
.border-l-pink-800\/5{
  border-left-color: rgb(153 21 75 / 0.05);
}
.border-l-pink-800\/10{
  border-left-color: rgb(153 21 75 / 0.1);
}
.border-l-pink-800\/20{
  border-left-color: rgb(153 21 75 / 0.2);
}
.border-l-pink-800\/25{
  border-left-color: rgb(153 21 75 / 0.25);
}
.border-l-pink-800\/30{
  border-left-color: rgb(153 21 75 / 0.3);
}
.border-l-pink-800\/40{
  border-left-color: rgb(153 21 75 / 0.4);
}
.border-l-pink-800\/50{
  border-left-color: rgb(153 21 75 / 0.5);
}
.border-l-pink-800\/60{
  border-left-color: rgb(153 21 75 / 0.6);
}
.border-l-pink-800\/70{
  border-left-color: rgb(153 21 75 / 0.7);
}
.border-l-pink-800\/75{
  border-left-color: rgb(153 21 75 / 0.75);
}
.border-l-pink-800\/80{
  border-left-color: rgb(153 21 75 / 0.8);
}
.border-l-pink-800\/90{
  border-left-color: rgb(153 21 75 / 0.9);
}
.border-l-pink-800\/95{
  border-left-color: rgb(153 21 75 / 0.95);
}
.border-l-pink-800\/100{
  border-left-color: rgb(153 21 75 / 1);
}
.border-l-pink-900\/0{
  border-left-color: rgb(117 26 61 / 0);
}
.border-l-pink-900\/5{
  border-left-color: rgb(117 26 61 / 0.05);
}
.border-l-pink-900\/10{
  border-left-color: rgb(117 26 61 / 0.1);
}
.border-l-pink-900\/20{
  border-left-color: rgb(117 26 61 / 0.2);
}
.border-l-pink-900\/25{
  border-left-color: rgb(117 26 61 / 0.25);
}
.border-l-pink-900\/30{
  border-left-color: rgb(117 26 61 / 0.3);
}
.border-l-pink-900\/40{
  border-left-color: rgb(117 26 61 / 0.4);
}
.border-l-pink-900\/50{
  border-left-color: rgb(117 26 61 / 0.5);
}
.border-l-pink-900\/60{
  border-left-color: rgb(117 26 61 / 0.6);
}
.border-l-pink-900\/70{
  border-left-color: rgb(117 26 61 / 0.7);
}
.border-l-pink-900\/75{
  border-left-color: rgb(117 26 61 / 0.75);
}
.border-l-pink-900\/80{
  border-left-color: rgb(117 26 61 / 0.8);
}
.border-l-pink-900\/90{
  border-left-color: rgb(117 26 61 / 0.9);
}
.border-l-pink-900\/95{
  border-left-color: rgb(117 26 61 / 0.95);
}
.border-l-pink-900\/100{
  border-left-color: rgb(117 26 61 / 1);
}
.border-l-primary-50\/0{
  border-left-color: rgb(0 151 167 / 0);
}
.border-l-primary-50\/5{
  border-left-color: rgb(0 151 167 / 0.05);
}
.border-l-primary-50\/10{
  border-left-color: rgb(0 151 167 / 0.1);
}
.border-l-primary-50\/20{
  border-left-color: rgb(0 151 167 / 0.2);
}
.border-l-primary-50\/25{
  border-left-color: rgb(0 151 167 / 0.25);
}
.border-l-primary-50\/30{
  border-left-color: rgb(0 151 167 / 0.3);
}
.border-l-primary-50\/40{
  border-left-color: rgb(0 151 167 / 0.4);
}
.border-l-primary-50\/50{
  border-left-color: rgb(0 151 167 / 0.5);
}
.border-l-primary-50\/60{
  border-left-color: rgb(0 151 167 / 0.6);
}
.border-l-primary-50\/70{
  border-left-color: rgb(0 151 167 / 0.7);
}
.border-l-primary-50\/75{
  border-left-color: rgb(0 151 167 / 0.75);
}
.border-l-primary-50\/80{
  border-left-color: rgb(0 151 167 / 0.8);
}
.border-l-primary-50\/90{
  border-left-color: rgb(0 151 167 / 0.9);
}
.border-l-primary-50\/95{
  border-left-color: rgb(0 151 167 / 0.95);
}
.border-l-primary-50\/100{
  border-left-color: rgb(0 151 167 / 1);
}
.border-l-primary-100\/0{
  border-left-color: rgb(14 28 42 / 0);
}
.border-l-primary-100\/5{
  border-left-color: rgb(14 28 42 / 0.05);
}
.border-l-primary-100\/10{
  border-left-color: rgb(14 28 42 / 0.1);
}
.border-l-primary-100\/20{
  border-left-color: rgb(14 28 42 / 0.2);
}
.border-l-primary-100\/25{
  border-left-color: rgb(14 28 42 / 0.25);
}
.border-l-primary-100\/30{
  border-left-color: rgb(14 28 42 / 0.3);
}
.border-l-primary-100\/40{
  border-left-color: rgb(14 28 42 / 0.4);
}
.border-l-primary-100\/50{
  border-left-color: rgb(14 28 42 / 0.5);
}
.border-l-primary-100\/60{
  border-left-color: rgb(14 28 42 / 0.6);
}
.border-l-primary-100\/70{
  border-left-color: rgb(14 28 42 / 0.7);
}
.border-l-primary-100\/75{
  border-left-color: rgb(14 28 42 / 0.75);
}
.border-l-primary-100\/80{
  border-left-color: rgb(14 28 42 / 0.8);
}
.border-l-primary-100\/90{
  border-left-color: rgb(14 28 42 / 0.9);
}
.border-l-primary-100\/95{
  border-left-color: rgb(14 28 42 / 0.95);
}
.border-l-primary-100\/100{
  border-left-color: rgb(14 28 42 / 1);
}
.border-l-primary-290\/0{
  border-left-color: rgb(34 68 74 / 0);
}
.border-l-primary-290\/5{
  border-left-color: rgb(34 68 74 / 0.05);
}
.border-l-primary-290\/10{
  border-left-color: rgb(34 68 74 / 0.1);
}
.border-l-primary-290\/20{
  border-left-color: rgb(34 68 74 / 0.2);
}
.border-l-primary-290\/25{
  border-left-color: rgb(34 68 74 / 0.25);
}
.border-l-primary-290\/30{
  border-left-color: rgb(34 68 74 / 0.3);
}
.border-l-primary-290\/40{
  border-left-color: rgb(34 68 74 / 0.4);
}
.border-l-primary-290\/50{
  border-left-color: rgb(34 68 74 / 0.5);
}
.border-l-primary-290\/60{
  border-left-color: rgb(34 68 74 / 0.6);
}
.border-l-primary-290\/70{
  border-left-color: rgb(34 68 74 / 0.7);
}
.border-l-primary-290\/75{
  border-left-color: rgb(34 68 74 / 0.75);
}
.border-l-primary-290\/80{
  border-left-color: rgb(34 68 74 / 0.8);
}
.border-l-primary-290\/90{
  border-left-color: rgb(34 68 74 / 0.9);
}
.border-l-primary-290\/95{
  border-left-color: rgb(34 68 74 / 0.95);
}
.border-l-primary-290\/100{
  border-left-color: rgb(34 68 74 / 1);
}
.border-l-primary-300\/0{
  border-left-color: rgb(34 110 184 / 0);
}
.border-l-primary-300\/5{
  border-left-color: rgb(34 110 184 / 0.05);
}
.border-l-primary-300\/10{
  border-left-color: rgb(34 110 184 / 0.1);
}
.border-l-primary-300\/20{
  border-left-color: rgb(34 110 184 / 0.2);
}
.border-l-primary-300\/25{
  border-left-color: rgb(34 110 184 / 0.25);
}
.border-l-primary-300\/30{
  border-left-color: rgb(34 110 184 / 0.3);
}
.border-l-primary-300\/40{
  border-left-color: rgb(34 110 184 / 0.4);
}
.border-l-primary-300\/50{
  border-left-color: rgb(34 110 184 / 0.5);
}
.border-l-primary-300\/60{
  border-left-color: rgb(34 110 184 / 0.6);
}
.border-l-primary-300\/70{
  border-left-color: rgb(34 110 184 / 0.7);
}
.border-l-primary-300\/75{
  border-left-color: rgb(34 110 184 / 0.75);
}
.border-l-primary-300\/80{
  border-left-color: rgb(34 110 184 / 0.8);
}
.border-l-primary-300\/90{
  border-left-color: rgb(34 110 184 / 0.9);
}
.border-l-primary-300\/95{
  border-left-color: rgb(34 110 184 / 0.95);
}
.border-l-primary-300\/100{
  border-left-color: rgb(34 110 184 / 1);
}
.border-l-primary-400\/0{
  border-left-color: rgb(40 157 204 / 0);
}
.border-l-primary-400\/5{
  border-left-color: rgb(40 157 204 / 0.05);
}
.border-l-primary-400\/10{
  border-left-color: rgb(40 157 204 / 0.1);
}
.border-l-primary-400\/20{
  border-left-color: rgb(40 157 204 / 0.2);
}
.border-l-primary-400\/25{
  border-left-color: rgb(40 157 204 / 0.25);
}
.border-l-primary-400\/30{
  border-left-color: rgb(40 157 204 / 0.3);
}
.border-l-primary-400\/40{
  border-left-color: rgb(40 157 204 / 0.4);
}
.border-l-primary-400\/50{
  border-left-color: rgb(40 157 204 / 0.5);
}
.border-l-primary-400\/60{
  border-left-color: rgb(40 157 204 / 0.6);
}
.border-l-primary-400\/70{
  border-left-color: rgb(40 157 204 / 0.7);
}
.border-l-primary-400\/75{
  border-left-color: rgb(40 157 204 / 0.75);
}
.border-l-primary-400\/80{
  border-left-color: rgb(40 157 204 / 0.8);
}
.border-l-primary-400\/90{
  border-left-color: rgb(40 157 204 / 0.9);
}
.border-l-primary-400\/95{
  border-left-color: rgb(40 157 204 / 0.95);
}
.border-l-primary-400\/100{
  border-left-color: rgb(40 157 204 / 1);
}
.border-l-primary-600\/0{
  border-left-color: rgb(81 151 229 / 0);
}
.border-l-primary-600\/5{
  border-left-color: rgb(81 151 229 / 0.05);
}
.border-l-primary-600\/10{
  border-left-color: rgb(81 151 229 / 0.1);
}
.border-l-primary-600\/20{
  border-left-color: rgb(81 151 229 / 0.2);
}
.border-l-primary-600\/25{
  border-left-color: rgb(81 151 229 / 0.25);
}
.border-l-primary-600\/30{
  border-left-color: rgb(81 151 229 / 0.3);
}
.border-l-primary-600\/40{
  border-left-color: rgb(81 151 229 / 0.4);
}
.border-l-primary-600\/50{
  border-left-color: rgb(81 151 229 / 0.5);
}
.border-l-primary-600\/60{
  border-left-color: rgb(81 151 229 / 0.6);
}
.border-l-primary-600\/70{
  border-left-color: rgb(81 151 229 / 0.7);
}
.border-l-primary-600\/75{
  border-left-color: rgb(81 151 229 / 0.75);
}
.border-l-primary-600\/80{
  border-left-color: rgb(81 151 229 / 0.8);
}
.border-l-primary-600\/90{
  border-left-color: rgb(81 151 229 / 0.9);
}
.border-l-primary-600\/95{
  border-left-color: rgb(81 151 229 / 0.95);
}
.border-l-primary-600\/100{
  border-left-color: rgb(81 151 229 / 1);
}
.border-l-primary-700\/0{
  border-left-color: rgb(106 187 223 / 0);
}
.border-l-primary-700\/5{
  border-left-color: rgb(106 187 223 / 0.05);
}
.border-l-primary-700\/10{
  border-left-color: rgb(106 187 223 / 0.1);
}
.border-l-primary-700\/20{
  border-left-color: rgb(106 187 223 / 0.2);
}
.border-l-primary-700\/25{
  border-left-color: rgb(106 187 223 / 0.25);
}
.border-l-primary-700\/30{
  border-left-color: rgb(106 187 223 / 0.3);
}
.border-l-primary-700\/40{
  border-left-color: rgb(106 187 223 / 0.4);
}
.border-l-primary-700\/50{
  border-left-color: rgb(106 187 223 / 0.5);
}
.border-l-primary-700\/60{
  border-left-color: rgb(106 187 223 / 0.6);
}
.border-l-primary-700\/70{
  border-left-color: rgb(106 187 223 / 0.7);
}
.border-l-primary-700\/75{
  border-left-color: rgb(106 187 223 / 0.75);
}
.border-l-primary-700\/80{
  border-left-color: rgb(106 187 223 / 0.8);
}
.border-l-primary-700\/90{
  border-left-color: rgb(106 187 223 / 0.9);
}
.border-l-primary-700\/95{
  border-left-color: rgb(106 187 223 / 0.95);
}
.border-l-primary-700\/100{
  border-left-color: rgb(106 187 223 / 1);
}
.border-l-primary-720\/0{
  border-left-color: rgb(112 142 148 / 0);
}
.border-l-primary-720\/5{
  border-left-color: rgb(112 142 148 / 0.05);
}
.border-l-primary-720\/10{
  border-left-color: rgb(112 142 148 / 0.1);
}
.border-l-primary-720\/20{
  border-left-color: rgb(112 142 148 / 0.2);
}
.border-l-primary-720\/25{
  border-left-color: rgb(112 142 148 / 0.25);
}
.border-l-primary-720\/30{
  border-left-color: rgb(112 142 148 / 0.3);
}
.border-l-primary-720\/40{
  border-left-color: rgb(112 142 148 / 0.4);
}
.border-l-primary-720\/50{
  border-left-color: rgb(112 142 148 / 0.5);
}
.border-l-primary-720\/60{
  border-left-color: rgb(112 142 148 / 0.6);
}
.border-l-primary-720\/70{
  border-left-color: rgb(112 142 148 / 0.7);
}
.border-l-primary-720\/75{
  border-left-color: rgb(112 142 148 / 0.75);
}
.border-l-primary-720\/80{
  border-left-color: rgb(112 142 148 / 0.8);
}
.border-l-primary-720\/90{
  border-left-color: rgb(112 142 148 / 0.9);
}
.border-l-primary-720\/95{
  border-left-color: rgb(112 142 148 / 0.95);
}
.border-l-primary-720\/100{
  border-left-color: rgb(112 142 148 / 1);
}
.border-l-primary-750\/0{
  border-left-color: rgb(128 222 234 / 0);
}
.border-l-primary-750\/5{
  border-left-color: rgb(128 222 234 / 0.05);
}
.border-l-primary-750\/10{
  border-left-color: rgb(128 222 234 / 0.1);
}
.border-l-primary-750\/20{
  border-left-color: rgb(128 222 234 / 0.2);
}
.border-l-primary-750\/25{
  border-left-color: rgb(128 222 234 / 0.25);
}
.border-l-primary-750\/30{
  border-left-color: rgb(128 222 234 / 0.3);
}
.border-l-primary-750\/40{
  border-left-color: rgb(128 222 234 / 0.4);
}
.border-l-primary-750\/50{
  border-left-color: rgb(128 222 234 / 0.5);
}
.border-l-primary-750\/60{
  border-left-color: rgb(128 222 234 / 0.6);
}
.border-l-primary-750\/70{
  border-left-color: rgb(128 222 234 / 0.7);
}
.border-l-primary-750\/75{
  border-left-color: rgb(128 222 234 / 0.75);
}
.border-l-primary-750\/80{
  border-left-color: rgb(128 222 234 / 0.8);
}
.border-l-primary-750\/90{
  border-left-color: rgb(128 222 234 / 0.9);
}
.border-l-primary-750\/95{
  border-left-color: rgb(128 222 234 / 0.95);
}
.border-l-primary-750\/100{
  border-left-color: rgb(128 222 234 / 1);
}
.border-l-primary-800\/0{
  border-left-color: rgb(227 248 251 / 0);
}
.border-l-primary-800\/5{
  border-left-color: rgb(227 248 251 / 0.05);
}
.border-l-primary-800\/10{
  border-left-color: rgb(227 248 251 / 0.1);
}
.border-l-primary-800\/20{
  border-left-color: rgb(227 248 251 / 0.2);
}
.border-l-primary-800\/25{
  border-left-color: rgb(227 248 251 / 0.25);
}
.border-l-primary-800\/30{
  border-left-color: rgb(227 248 251 / 0.3);
}
.border-l-primary-800\/40{
  border-left-color: rgb(227 248 251 / 0.4);
}
.border-l-primary-800\/50{
  border-left-color: rgb(227 248 251 / 0.5);
}
.border-l-primary-800\/60{
  border-left-color: rgb(227 248 251 / 0.6);
}
.border-l-primary-800\/70{
  border-left-color: rgb(227 248 251 / 0.7);
}
.border-l-primary-800\/75{
  border-left-color: rgb(227 248 251 / 0.75);
}
.border-l-primary-800\/80{
  border-left-color: rgb(227 248 251 / 0.8);
}
.border-l-primary-800\/90{
  border-left-color: rgb(227 248 251 / 0.9);
}
.border-l-primary-800\/95{
  border-left-color: rgb(227 248 251 / 0.95);
}
.border-l-primary-800\/100{
  border-left-color: rgb(227 248 251 / 1);
}
.border-l-primary-dark\/0{
  border-left-color: rgb(5 79 89 / 0);
}
.border-l-primary-dark\/5{
  border-left-color: rgb(5 79 89 / 0.05);
}
.border-l-primary-dark\/10{
  border-left-color: rgb(5 79 89 / 0.1);
}
.border-l-primary-dark\/20{
  border-left-color: rgb(5 79 89 / 0.2);
}
.border-l-primary-dark\/25{
  border-left-color: rgb(5 79 89 / 0.25);
}
.border-l-primary-dark\/30{
  border-left-color: rgb(5 79 89 / 0.3);
}
.border-l-primary-dark\/40{
  border-left-color: rgb(5 79 89 / 0.4);
}
.border-l-primary-dark\/50{
  border-left-color: rgb(5 79 89 / 0.5);
}
.border-l-primary-dark\/60{
  border-left-color: rgb(5 79 89 / 0.6);
}
.border-l-primary-dark\/70{
  border-left-color: rgb(5 79 89 / 0.7);
}
.border-l-primary-dark\/75{
  border-left-color: rgb(5 79 89 / 0.75);
}
.border-l-primary-dark\/80{
  border-left-color: rgb(5 79 89 / 0.8);
}
.border-l-primary-dark\/90{
  border-left-color: rgb(5 79 89 / 0.9);
}
.border-l-primary-dark\/95{
  border-left-color: rgb(5 79 89 / 0.95);
}
.border-l-primary-dark\/100{
  border-left-color: rgb(5 79 89 / 1);
}
.border-l-primary-light\/0{
  border-left-color: rgb(213 227 231 / 0);
}
.border-l-primary-light\/5{
  border-left-color: rgb(213 227 231 / 0.05);
}
.border-l-primary-light\/10{
  border-left-color: rgb(213 227 231 / 0.1);
}
.border-l-primary-light\/20{
  border-left-color: rgb(213 227 231 / 0.2);
}
.border-l-primary-light\/25{
  border-left-color: rgb(213 227 231 / 0.25);
}
.border-l-primary-light\/30{
  border-left-color: rgb(213 227 231 / 0.3);
}
.border-l-primary-light\/40{
  border-left-color: rgb(213 227 231 / 0.4);
}
.border-l-primary-light\/50{
  border-left-color: rgb(213 227 231 / 0.5);
}
.border-l-primary-light\/60{
  border-left-color: rgb(213 227 231 / 0.6);
}
.border-l-primary-light\/70{
  border-left-color: rgb(213 227 231 / 0.7);
}
.border-l-primary-light\/75{
  border-left-color: rgb(213 227 231 / 0.75);
}
.border-l-primary-light\/80{
  border-left-color: rgb(213 227 231 / 0.8);
}
.border-l-primary-light\/90{
  border-left-color: rgb(213 227 231 / 0.9);
}
.border-l-primary-light\/95{
  border-left-color: rgb(213 227 231 / 0.95);
}
.border-l-primary-light\/100{
  border-left-color: rgb(213 227 231 / 1);
}
.border-l-primary\/0{
  border-left-color: rgb(51 102 153 / 0);
}
.border-l-primary\/5{
  border-left-color: rgb(51 102 153 / 0.05);
}
.border-l-primary\/10{
  border-left-color: rgb(51 102 153 / 0.1);
}
.border-l-primary\/20{
  border-left-color: rgb(51 102 153 / 0.2);
}
.border-l-primary\/25{
  border-left-color: rgb(51 102 153 / 0.25);
}
.border-l-primary\/30{
  border-left-color: rgb(51 102 153 / 0.3);
}
.border-l-primary\/40{
  border-left-color: rgb(51 102 153 / 0.4);
}
.border-l-primary\/50{
  border-left-color: rgb(51 102 153 / 0.5);
}
.border-l-primary\/60{
  border-left-color: rgb(51 102 153 / 0.6);
}
.border-l-primary\/70{
  border-left-color: rgb(51 102 153 / 0.7);
}
.border-l-primary\/75{
  border-left-color: rgb(51 102 153 / 0.75);
}
.border-l-primary\/80{
  border-left-color: rgb(51 102 153 / 0.8);
}
.border-l-primary\/90{
  border-left-color: rgb(51 102 153 / 0.9);
}
.border-l-primary\/95{
  border-left-color: rgb(51 102 153 / 0.95);
}
.border-l-primary\/100{
  border-left-color: rgb(51 102 153 / 1);
}
.border-l-bluemarine-900\/0{
  border-left-color: rgb(34 68 74 / 0);
}
.border-l-bluemarine-900\/5{
  border-left-color: rgb(34 68 74 / 0.05);
}
.border-l-bluemarine-900\/10{
  border-left-color: rgb(34 68 74 / 0.1);
}
.border-l-bluemarine-900\/20{
  border-left-color: rgb(34 68 74 / 0.2);
}
.border-l-bluemarine-900\/25{
  border-left-color: rgb(34 68 74 / 0.25);
}
.border-l-bluemarine-900\/30{
  border-left-color: rgb(34 68 74 / 0.3);
}
.border-l-bluemarine-900\/40{
  border-left-color: rgb(34 68 74 / 0.4);
}
.border-l-bluemarine-900\/50{
  border-left-color: rgb(34 68 74 / 0.5);
}
.border-l-bluemarine-900\/60{
  border-left-color: rgb(34 68 74 / 0.6);
}
.border-l-bluemarine-900\/70{
  border-left-color: rgb(34 68 74 / 0.7);
}
.border-l-bluemarine-900\/75{
  border-left-color: rgb(34 68 74 / 0.75);
}
.border-l-bluemarine-900\/80{
  border-left-color: rgb(34 68 74 / 0.8);
}
.border-l-bluemarine-900\/90{
  border-left-color: rgb(34 68 74 / 0.9);
}
.border-l-bluemarine-900\/95{
  border-left-color: rgb(34 68 74 / 0.95);
}
.border-l-bluemarine-900\/100{
  border-left-color: rgb(34 68 74 / 1);
}
.border-l-bluemarine\/0{
  border-left-color: rgb(5 79 89 / 0);
}
.border-l-bluemarine\/5{
  border-left-color: rgb(5 79 89 / 0.05);
}
.border-l-bluemarine\/10{
  border-left-color: rgb(5 79 89 / 0.1);
}
.border-l-bluemarine\/20{
  border-left-color: rgb(5 79 89 / 0.2);
}
.border-l-bluemarine\/25{
  border-left-color: rgb(5 79 89 / 0.25);
}
.border-l-bluemarine\/30{
  border-left-color: rgb(5 79 89 / 0.3);
}
.border-l-bluemarine\/40{
  border-left-color: rgb(5 79 89 / 0.4);
}
.border-l-bluemarine\/50{
  border-left-color: rgb(5 79 89 / 0.5);
}
.border-l-bluemarine\/60{
  border-left-color: rgb(5 79 89 / 0.6);
}
.border-l-bluemarine\/70{
  border-left-color: rgb(5 79 89 / 0.7);
}
.border-l-bluemarine\/75{
  border-left-color: rgb(5 79 89 / 0.75);
}
.border-l-bluemarine\/80{
  border-left-color: rgb(5 79 89 / 0.8);
}
.border-l-bluemarine\/90{
  border-left-color: rgb(5 79 89 / 0.9);
}
.border-l-bluemarine\/95{
  border-left-color: rgb(5 79 89 / 0.95);
}
.border-l-bluemarine\/100{
  border-left-color: rgb(5 79 89 / 1);
}
.border-opacity-0{
  --tw-border-opacity: 0;
}
.border-opacity-5{
  --tw-border-opacity: 0.05;
}
.border-opacity-10{
  --tw-border-opacity: 0.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-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;
}
.border-opacity-100{
  --tw-border-opacity: 1;
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-tab_active{
  --tw-bg-opacity: 1;
  background-color: rgb(86 200 216 / var(--tw-bg-opacity));
}
.bg-modal-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 244 245 / var(--tw-bg-opacity));
}
.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(243 250 247 / var(--tw-bg-opacity));
}
.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(222 247 236 / var(--tw-bg-opacity));
}
.bg-green-200{
  --tw-bg-opacity: 1;
  background-color: rgb(188 240 218 / var(--tw-bg-opacity));
}
.bg-green-300{
  --tw-bg-opacity: 1;
  background-color: rgb(132 225 188 / var(--tw-bg-opacity));
}
.bg-green-400{
  --tw-bg-opacity: 1;
  background-color: rgb(49 196 141 / var(--tw-bg-opacity));
}
.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(14 159 110 / var(--tw-bg-opacity));
}
.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(5 122 85 / var(--tw-bg-opacity));
}
.bg-green-700{
  --tw-bg-opacity: 1;
  background-color: rgb(4 108 78 / var(--tw-bg-opacity));
}
.bg-green-800{
  --tw-bg-opacity: 1;
  background-color: rgb(3 84 63 / var(--tw-bg-opacity));
}
.bg-green-900{
  --tw-bg-opacity: 1;
  background-color: rgb(1 71 55 / var(--tw-bg-opacity));
}
.bg-green{
  --tw-bg-opacity: 1;
  background-color: rgb(77 208 225 / var(--tw-bg-opacity));
}
.bg-green-dark{
  background-color: #054F59;;
}
.bg-green-light{
  --tw-bg-opacity: 1;
  background-color: rgb(93 224 241 / var(--tw-bg-opacity));
}
.bg-ottanio{
  --tw-bg-opacity: 1;
  background-color: rgb(5 79 89 / var(--tw-bg-opacity));
}
.bg-ottanio-light{
  --tw-bg-opacity: 1;
  background-color: rgb(0 151 167 / var(--tw-bg-opacity));
}
.bg-magenta{
  --tw-bg-opacity: 1;
  background-color: rgb(224 14 102 / var(--tw-bg-opacity));
}
.bg-magenta-light{
  background-color: #E00E66BD;
}
.bg-arancio{
  --tw-bg-opacity: 1;
  background-color: rgb(255 149 149 / var(--tw-bg-opacity));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(213 227 231 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(100 108 122 / var(--tw-bg-opacity));
}
.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(159 189 195 / var(--tw-bg-opacity));
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(196 196 196 / var(--tw-bg-opacity));
}
.bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.bg-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(187 187 187 / var(--tw-bg-opacity));
}
.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 242 / var(--tw-bg-opacity));
}
.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(253 232 232 / var(--tw-bg-opacity));
}
.bg-red-200{
  --tw-bg-opacity: 1;
  background-color: rgb(251 213 213 / var(--tw-bg-opacity));
}
.bg-red-300{
  --tw-bg-opacity: 1;
  background-color: rgb(248 180 180 / var(--tw-bg-opacity));
}
.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(249 128 128 / var(--tw-bg-opacity));
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(240 82 82 / var(--tw-bg-opacity));
}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(224 36 36 / var(--tw-bg-opacity));
}
.bg-red-700{
  --tw-bg-opacity: 1;
  background-color: rgb(200 30 30 / var(--tw-bg-opacity));
}
.bg-red-800{
  --tw-bg-opacity: 1;
  background-color: rgb(155 28 28 / var(--tw-bg-opacity));
}
.bg-red-900{
  --tw-bg-opacity: 1;
  background-color: rgb(119 29 29 / var(--tw-bg-opacity));
}
.bg-orange-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 241 / var(--tw-bg-opacity));
}
.bg-orange-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 236 220 / var(--tw-bg-opacity));
}
.bg-orange-200{
  --tw-bg-opacity: 1;
  background-color: rgb(252 217 189 / var(--tw-bg-opacity));
}
.bg-orange-300{
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 140 / var(--tw-bg-opacity));
}
.bg-orange-400{
  --tw-bg-opacity: 1;
  background-color: rgb(255 138 76 / var(--tw-bg-opacity));
}
.bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgb(255 90 31 / var(--tw-bg-opacity));
}
.bg-orange-600{
  --tw-bg-opacity: 1;
  background-color: rgb(208 56 1 / var(--tw-bg-opacity));
}
.bg-orange-700{
  --tw-bg-opacity: 1;
  background-color: rgb(180 52 3 / var(--tw-bg-opacity));
}
.bg-orange-800{
  --tw-bg-opacity: 1;
  background-color: rgb(138 44 13 / var(--tw-bg-opacity));
}
.bg-orange-900{
  --tw-bg-opacity: 1;
  background-color: rgb(119 29 29 / var(--tw-bg-opacity));
}
.bg-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgb(253 253 234 / var(--tw-bg-opacity));
}
.bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(253 246 178 / var(--tw-bg-opacity));
}
.bg-yellow-200{
  --tw-bg-opacity: 1;
  background-color: rgb(252 233 106 / var(--tw-bg-opacity));
}
.bg-yellow-300{
  --tw-bg-opacity: 1;
  background-color: rgb(250 202 21 / var(--tw-bg-opacity));
}
.bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgb(227 160 8 / var(--tw-bg-opacity));
}
.bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(194 120 3 / var(--tw-bg-opacity));
}
.bg-yellow-600{
  --tw-bg-opacity: 1;
  background-color: rgb(159 88 10 / var(--tw-bg-opacity));
}
.bg-yellow-700{
  --tw-bg-opacity: 1;
  background-color: rgb(142 75 16 / var(--tw-bg-opacity));
}
.bg-yellow-800{
  --tw-bg-opacity: 1;
  background-color: rgb(114 59 19 / var(--tw-bg-opacity));
}
.bg-yellow-900{
  --tw-bg-opacity: 1;
  background-color: rgb(99 49 18 / var(--tw-bg-opacity));
}
.bg-teal-50{
  --tw-bg-opacity: 1;
  background-color: rgb(237 250 250 / var(--tw-bg-opacity));
}
.bg-teal-100{
  --tw-bg-opacity: 1;
  background-color: rgb(213 245 246 / var(--tw-bg-opacity));
}
.bg-teal-200{
  --tw-bg-opacity: 1;
  background-color: rgb(175 236 239 / var(--tw-bg-opacity));
}
.bg-teal-300{
  --tw-bg-opacity: 1;
  background-color: rgb(126 220 226 / var(--tw-bg-opacity));
}
.bg-teal-400{
  --tw-bg-opacity: 1;
  background-color: rgb(22 189 202 / var(--tw-bg-opacity));
}
.bg-teal-500{
  --tw-bg-opacity: 1;
  background-color: rgb(6 148 162 / var(--tw-bg-opacity));
}
.bg-teal-600{
  --tw-bg-opacity: 1;
  background-color: rgb(4 116 129 / var(--tw-bg-opacity));
}
.bg-teal-700{
  --tw-bg-opacity: 1;
  background-color: rgb(3 102 114 / var(--tw-bg-opacity));
}
.bg-teal-800{
  --tw-bg-opacity: 1;
  background-color: rgb(5 80 92 / var(--tw-bg-opacity));
}
.bg-teal-900{
  --tw-bg-opacity: 1;
  background-color: rgb(1 68 81 / var(--tw-bg-opacity));
}
.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(235 245 255 / var(--tw-bg-opacity));
}
.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(225 239 254 / var(--tw-bg-opacity));
}
.bg-blue-200{
  --tw-bg-opacity: 1;
  background-color: rgb(195 221 253 / var(--tw-bg-opacity));
}
.bg-blue-300{
  --tw-bg-opacity: 1;
  background-color: rgb(164 202 254 / var(--tw-bg-opacity));
}
.bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgb(118 169 250 / var(--tw-bg-opacity));
}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(63 131 248 / var(--tw-bg-opacity));
}
.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(28 100 242 / var(--tw-bg-opacity));
}
.bg-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgb(26 86 219 / var(--tw-bg-opacity));
}
.bg-blue-800{
  --tw-bg-opacity: 1;
  background-color: rgb(30 66 159 / var(--tw-bg-opacity));
}
.bg-blue-900{
  --tw-bg-opacity: 1;
  background-color: rgb(35 56 118 / var(--tw-bg-opacity));
}
.bg-indigo-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 245 255 / var(--tw-bg-opacity));
}
.bg-indigo-100{
  --tw-bg-opacity: 1;
  background-color: rgb(229 237 255 / var(--tw-bg-opacity));
}
.bg-indigo-200{
  --tw-bg-opacity: 1;
  background-color: rgb(205 219 254 / var(--tw-bg-opacity));
}
.bg-indigo-300{
  --tw-bg-opacity: 1;
  background-color: rgb(180 198 252 / var(--tw-bg-opacity));
}
.bg-indigo-400{
  --tw-bg-opacity: 1;
  background-color: rgb(141 162 251 / var(--tw-bg-opacity));
}
.bg-indigo-500{
  --tw-bg-opacity: 1;
  background-color: rgb(104 117 245 / var(--tw-bg-opacity));
}
.bg-indigo-600{
  --tw-bg-opacity: 1;
  background-color: rgb(88 80 236 / var(--tw-bg-opacity));
}
.bg-indigo-700{
  --tw-bg-opacity: 1;
  background-color: rgb(81 69 205 / var(--tw-bg-opacity));
}
.bg-indigo-800{
  --tw-bg-opacity: 1;
  background-color: rgb(66 56 157 / var(--tw-bg-opacity));
}
.bg-indigo-900{
  --tw-bg-opacity: 1;
  background-color: rgb(54 47 120 / var(--tw-bg-opacity));
}
.bg-purple-50{
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 255 / var(--tw-bg-opacity));
}
.bg-purple-100{
  --tw-bg-opacity: 1;
  background-color: rgb(237 235 254 / var(--tw-bg-opacity));
}
.bg-purple-200{
  --tw-bg-opacity: 1;
  background-color: rgb(220 215 254 / var(--tw-bg-opacity));
}
.bg-purple-300{
  --tw-bg-opacity: 1;
  background-color: rgb(202 191 253 / var(--tw-bg-opacity));
}
.bg-purple-400{
  --tw-bg-opacity: 1;
  background-color: rgb(172 148 250 / var(--tw-bg-opacity));
}
.bg-purple-500{
  --tw-bg-opacity: 1;
  background-color: rgb(144 97 249 / var(--tw-bg-opacity));
}
.bg-purple-600{
  --tw-bg-opacity: 1;
  background-color: rgb(126 58 242 / var(--tw-bg-opacity));
}
.bg-purple-700{
  --tw-bg-opacity: 1;
  background-color: rgb(108 43 217 / var(--tw-bg-opacity));
}
.bg-purple-800{
  --tw-bg-opacity: 1;
  background-color: rgb(85 33 181 / var(--tw-bg-opacity));
}
.bg-purple-900{
  --tw-bg-opacity: 1;
  background-color: rgb(74 29 150 / var(--tw-bg-opacity));
}
.bg-purple-light{
  --tw-bg-opacity: 1;
  background-color: rgb(224 14 102 / var(--tw-bg-opacity));
}
.bg-pink-50{
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity));
}
.bg-pink-100{
  --tw-bg-opacity: 1;
  background-color: rgb(252 232 243 / var(--tw-bg-opacity));
}
.bg-pink-200{
  --tw-bg-opacity: 1;
  background-color: rgb(250 209 232 / var(--tw-bg-opacity));
}
.bg-pink-300{
  --tw-bg-opacity: 1;
  background-color: rgb(248 180 217 / var(--tw-bg-opacity));
}
.bg-pink-400{
  --tw-bg-opacity: 1;
  background-color: rgb(241 126 184 / var(--tw-bg-opacity));
}
.bg-pink-500{
  --tw-bg-opacity: 1;
  background-color: rgb(231 70 148 / var(--tw-bg-opacity));
}
.bg-pink-600{
  --tw-bg-opacity: 1;
  background-color: rgb(214 31 105 / var(--tw-bg-opacity));
}
.bg-pink-700{
  --tw-bg-opacity: 1;
  background-color: rgb(191 18 93 / var(--tw-bg-opacity));
}
.bg-pink-800{
  --tw-bg-opacity: 1;
  background-color: rgb(153 21 75 / var(--tw-bg-opacity));
}
.bg-pink-900{
  --tw-bg-opacity: 1;
  background-color: rgb(117 26 61 / var(--tw-bg-opacity));
}
.bg-primary-50{
  --tw-bg-opacity: 1;
  background-color: rgb(0 151 167 / var(--tw-bg-opacity));
}
.bg-primary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(14 28 42 / var(--tw-bg-opacity));
}
.bg-primary-290{
  --tw-bg-opacity: 1;
  background-color: rgb(34 68 74 / var(--tw-bg-opacity));
}
.bg-primary-300{
  --tw-bg-opacity: 1;
  background-color: rgb(34 110 184 / var(--tw-bg-opacity));
}
.bg-primary-400{
  --tw-bg-opacity: 1;
  background-color: rgb(40 157 204 / var(--tw-bg-opacity));
}
.bg-primary-600{
  --tw-bg-opacity: 1;
  background-color: rgb(81 151 229 / var(--tw-bg-opacity));
}
.bg-primary-700{
  --tw-bg-opacity: 1;
  background-color: rgb(106 187 223 / var(--tw-bg-opacity));
}
.bg-primary-720{
  --tw-bg-opacity: 1;
  background-color: rgb(112 142 148 / var(--tw-bg-opacity));
}
.bg-primary-750{
  --tw-bg-opacity: 1;
  background-color: rgb(128 222 234 / var(--tw-bg-opacity));
}
.bg-primary-800{
  --tw-bg-opacity: 1;
  background-color: rgb(227 248 251 / var(--tw-bg-opacity));
}
.bg-primary-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(5 79 89 / var(--tw-bg-opacity));
}
.bg-primary-light{
  --tw-bg-opacity: 1;
  background-color: rgb(213 227 231 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(51 102 153 / var(--tw-bg-opacity));
}
.bg-bluemarine-900{
  --tw-bg-opacity: 1;
  background-color: rgb(34 68 74 / var(--tw-bg-opacity));
}
.bg-bluemarine{
  --tw-bg-opacity: 1;
  background-color: rgb(5 79 89 / var(--tw-bg-opacity));
}
.bg-transparent\/0{
  background-color: rgb(0 0 0 / 0);
}
.bg-transparent\/5{
  background-color: rgb(0 0 0 / 0.05);
}
.bg-transparent\/10{
  background-color: rgb(0 0 0 / 0.1);
}
.bg-transparent\/20{
  background-color: rgb(0 0 0 / 0.2);
}
.bg-transparent\/25{
  background-color: rgb(0 0 0 / 0.25);
}
.bg-transparent\/30{
  background-color: rgb(0 0 0 / 0.3);
}
.bg-transparent\/40{
  background-color: rgb(0 0 0 / 0.4);
}
.bg-transparent\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.bg-transparent\/60{
  background-color: rgb(0 0 0 / 0.6);
}
.bg-transparent\/70{
  background-color: rgb(0 0 0 / 0.7);
}
.bg-transparent\/75{
  background-color: rgb(0 0 0 / 0.75);
}
.bg-transparent\/80{
  background-color: rgb(0 0 0 / 0.8);
}
.bg-transparent\/90{
  background-color: rgb(0 0 0 / 0.9);
}
.bg-transparent\/95{
  background-color: rgb(0 0 0 / 0.95);
}
.bg-transparent\/100{
  background-color: rgb(0 0 0 / 1);
}
.bg-white\/0{
  background-color: rgb(255 255 255 / 0);
}
.bg-white\/5{
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/25{
  background-color: rgb(255 255 255 / 0.25);
}
.bg-white\/30{
  background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/40{
  background-color: rgb(255 255 255 / 0.4);
}
.bg-white\/50{
  background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/60{
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/70{
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/75{
  background-color: rgb(255 255 255 / 0.75);
}
.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/90{
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95{
  background-color: rgb(255 255 255 / 0.95);
}
.bg-white\/100{
  background-color: rgb(255 255 255 / 1);
}
.bg-black\/0{
  background-color: rgb(0 0 0 / 0);
}
.bg-black\/5{
  background-color: rgb(0 0 0 / 0.05);
}
.bg-black\/10{
  background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/20{
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/25{
  background-color: rgb(0 0 0 / 0.25);
}
.bg-black\/30{
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/60{
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/70{
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/75{
  background-color: rgb(0 0 0 / 0.75);
}
.bg-black\/80{
  background-color: rgb(0 0 0 / 0.8);
}
.bg-black\/90{
  background-color: rgb(0 0 0 / 0.9);
}
.bg-black\/95{
  background-color: rgb(0 0 0 / 0.95);
}
.bg-black\/100{
  background-color: rgb(0 0 0 / 1);
}
.bg-tab_active\/0{
  background-color: rgb(86 200 216 / 0);
}
.bg-tab_active\/5{
  background-color: rgb(86 200 216 / 0.05);
}
.bg-tab_active\/10{
  background-color: rgb(86 200 216 / 0.1);
}
.bg-tab_active\/20{
  background-color: rgb(86 200 216 / 0.2);
}
.bg-tab_active\/25{
  background-color: rgb(86 200 216 / 0.25);
}
.bg-tab_active\/30{
  background-color: rgb(86 200 216 / 0.3);
}
.bg-tab_active\/40{
  background-color: rgb(86 200 216 / 0.4);
}
.bg-tab_active\/50{
  background-color: rgb(86 200 216 / 0.5);
}
.bg-tab_active\/60{
  background-color: rgb(86 200 216 / 0.6);
}
.bg-tab_active\/70{
  background-color: rgb(86 200 216 / 0.7);
}
.bg-tab_active\/75{
  background-color: rgb(86 200 216 / 0.75);
}
.bg-tab_active\/80{
  background-color: rgb(86 200 216 / 0.8);
}
.bg-tab_active\/90{
  background-color: rgb(86 200 216 / 0.9);
}
.bg-tab_active\/95{
  background-color: rgb(86 200 216 / 0.95);
}
.bg-tab_active\/100{
  background-color: rgb(86 200 216 / 1);
}
.bg-modal-50\/0{
  background-color: rgb(236 244 245 / 0);
}
.bg-modal-50\/5{
  background-color: rgb(236 244 245 / 0.05);
}
.bg-modal-50\/10{
  background-color: rgb(236 244 245 / 0.1);
}
.bg-modal-50\/20{
  background-color: rgb(236 244 245 / 0.2);
}
.bg-modal-50\/25{
  background-color: rgb(236 244 245 / 0.25);
}
.bg-modal-50\/30{
  background-color: rgb(236 244 245 / 0.3);
}
.bg-modal-50\/40{
  background-color: rgb(236 244 245 / 0.4);
}
.bg-modal-50\/50{
  background-color: rgb(236 244 245 / 0.5);
}
.bg-modal-50\/60{
  background-color: rgb(236 244 245 / 0.6);
}
.bg-modal-50\/70{
  background-color: rgb(236 244 245 / 0.7);
}
.bg-modal-50\/75{
  background-color: rgb(236 244 245 / 0.75);
}
.bg-modal-50\/80{
  background-color: rgb(236 244 245 / 0.8);
}
.bg-modal-50\/90{
  background-color: rgb(236 244 245 / 0.9);
}
.bg-modal-50\/95{
  background-color: rgb(236 244 245 / 0.95);
}
.bg-modal-50\/100{
  background-color: rgb(236 244 245 / 1);
}
.bg-green-50\/0{
  background-color: rgb(243 250 247 / 0);
}
.bg-green-50\/5{
  background-color: rgb(243 250 247 / 0.05);
}
.bg-green-50\/10{
  background-color: rgb(243 250 247 / 0.1);
}
.bg-green-50\/20{
  background-color: rgb(243 250 247 / 0.2);
}
.bg-green-50\/25{
  background-color: rgb(243 250 247 / 0.25);
}
.bg-green-50\/30{
  background-color: rgb(243 250 247 / 0.3);
}
.bg-green-50\/40{
  background-color: rgb(243 250 247 / 0.4);
}
.bg-green-50\/50{
  background-color: rgb(243 250 247 / 0.5);
}
.bg-green-50\/60{
  background-color: rgb(243 250 247 / 0.6);
}
.bg-green-50\/70{
  background-color: rgb(243 250 247 / 0.7);
}
.bg-green-50\/75{
  background-color: rgb(243 250 247 / 0.75);
}
.bg-green-50\/80{
  background-color: rgb(243 250 247 / 0.8);
}
.bg-green-50\/90{
  background-color: rgb(243 250 247 / 0.9);
}
.bg-green-50\/95{
  background-color: rgb(243 250 247 / 0.95);
}
.bg-green-50\/100{
  background-color: rgb(243 250 247 / 1);
}
.bg-green-100\/0{
  background-color: rgb(222 247 236 / 0);
}
.bg-green-100\/5{
  background-color: rgb(222 247 236 / 0.05);
}
.bg-green-100\/10{
  background-color: rgb(222 247 236 / 0.1);
}
.bg-green-100\/20{
  background-color: rgb(222 247 236 / 0.2);
}
.bg-green-100\/25{
  background-color: rgb(222 247 236 / 0.25);
}
.bg-green-100\/30{
  background-color: rgb(222 247 236 / 0.3);
}
.bg-green-100\/40{
  background-color: rgb(222 247 236 / 0.4);
}
.bg-green-100\/50{
  background-color: rgb(222 247 236 / 0.5);
}
.bg-green-100\/60{
  background-color: rgb(222 247 236 / 0.6);
}
.bg-green-100\/70{
  background-color: rgb(222 247 236 / 0.7);
}
.bg-green-100\/75{
  background-color: rgb(222 247 236 / 0.75);
}
.bg-green-100\/80{
  background-color: rgb(222 247 236 / 0.8);
}
.bg-green-100\/90{
  background-color: rgb(222 247 236 / 0.9);
}
.bg-green-100\/95{
  background-color: rgb(222 247 236 / 0.95);
}
.bg-green-100\/100{
  background-color: rgb(222 247 236 / 1);
}
.bg-green-200\/0{
  background-color: rgb(188 240 218 / 0);
}
.bg-green-200\/5{
  background-color: rgb(188 240 218 / 0.05);
}
.bg-green-200\/10{
  background-color: rgb(188 240 218 / 0.1);
}
.bg-green-200\/20{
  background-color: rgb(188 240 218 / 0.2);
}
.bg-green-200\/25{
  background-color: rgb(188 240 218 / 0.25);
}
.bg-green-200\/30{
  background-color: rgb(188 240 218 / 0.3);
}
.bg-green-200\/40{
  background-color: rgb(188 240 218 / 0.4);
}
.bg-green-200\/50{
  background-color: rgb(188 240 218 / 0.5);
}
.bg-green-200\/60{
  background-color: rgb(188 240 218 / 0.6);
}
.bg-green-200\/70{
  background-color: rgb(188 240 218 / 0.7);
}
.bg-green-200\/75{
  background-color: rgb(188 240 218 / 0.75);
}
.bg-green-200\/80{
  background-color: rgb(188 240 218 / 0.8);
}
.bg-green-200\/90{
  background-color: rgb(188 240 218 / 0.9);
}
.bg-green-200\/95{
  background-color: rgb(188 240 218 / 0.95);
}
.bg-green-200\/100{
  background-color: rgb(188 240 218 / 1);
}
.bg-green-300\/0{
  background-color: rgb(132 225 188 / 0);
}
.bg-green-300\/5{
  background-color: rgb(132 225 188 / 0.05);
}
.bg-green-300\/10{
  background-color: rgb(132 225 188 / 0.1);
}
.bg-green-300\/20{
  background-color: rgb(132 225 188 / 0.2);
}
.bg-green-300\/25{
  background-color: rgb(132 225 188 / 0.25);
}
.bg-green-300\/30{
  background-color: rgb(132 225 188 / 0.3);
}
.bg-green-300\/40{
  background-color: rgb(132 225 188 / 0.4);
}
.bg-green-300\/50{
  background-color: rgb(132 225 188 / 0.5);
}
.bg-green-300\/60{
  background-color: rgb(132 225 188 / 0.6);
}
.bg-green-300\/70{
  background-color: rgb(132 225 188 / 0.7);
}
.bg-green-300\/75{
  background-color: rgb(132 225 188 / 0.75);
}
.bg-green-300\/80{
  background-color: rgb(132 225 188 / 0.8);
}
.bg-green-300\/90{
  background-color: rgb(132 225 188 / 0.9);
}
.bg-green-300\/95{
  background-color: rgb(132 225 188 / 0.95);
}
.bg-green-300\/100{
  background-color: rgb(132 225 188 / 1);
}
.bg-green-400\/0{
  background-color: rgb(49 196 141 / 0);
}
.bg-green-400\/5{
  background-color: rgb(49 196 141 / 0.05);
}
.bg-green-400\/10{
  background-color: rgb(49 196 141 / 0.1);
}
.bg-green-400\/20{
  background-color: rgb(49 196 141 / 0.2);
}
.bg-green-400\/25{
  background-color: rgb(49 196 141 / 0.25);
}
.bg-green-400\/30{
  background-color: rgb(49 196 141 / 0.3);
}
.bg-green-400\/40{
  background-color: rgb(49 196 141 / 0.4);
}
.bg-green-400\/50{
  background-color: rgb(49 196 141 / 0.5);
}
.bg-green-400\/60{
  background-color: rgb(49 196 141 / 0.6);
}
.bg-green-400\/70{
  background-color: rgb(49 196 141 / 0.7);
}
.bg-green-400\/75{
  background-color: rgb(49 196 141 / 0.75);
}
.bg-green-400\/80{
  background-color: rgb(49 196 141 / 0.8);
}
.bg-green-400\/90{
  background-color: rgb(49 196 141 / 0.9);
}
.bg-green-400\/95{
  background-color: rgb(49 196 141 / 0.95);
}
.bg-green-400\/100{
  background-color: rgb(49 196 141 / 1);
}
.bg-green-500\/0{
  background-color: rgb(14 159 110 / 0);
}
.bg-green-500\/5{
  background-color: rgb(14 159 110 / 0.05);
}
.bg-green-500\/10{
  background-color: rgb(14 159 110 / 0.1);
}
.bg-green-500\/20{
  background-color: rgb(14 159 110 / 0.2);
}
.bg-green-500\/25{
  background-color: rgb(14 159 110 / 0.25);
}
.bg-green-500\/30{
  background-color: rgb(14 159 110 / 0.3);
}
.bg-green-500\/40{
  background-color: rgb(14 159 110 / 0.4);
}
.bg-green-500\/50{
  background-color: rgb(14 159 110 / 0.5);
}
.bg-green-500\/60{
  background-color: rgb(14 159 110 / 0.6);
}
.bg-green-500\/70{
  background-color: rgb(14 159 110 / 0.7);
}
.bg-green-500\/75{
  background-color: rgb(14 159 110 / 0.75);
}
.bg-green-500\/80{
  background-color: rgb(14 159 110 / 0.8);
}
.bg-green-500\/90{
  background-color: rgb(14 159 110 / 0.9);
}
.bg-green-500\/95{
  background-color: rgb(14 159 110 / 0.95);
}
.bg-green-500\/100{
  background-color: rgb(14 159 110 / 1);
}
.bg-green-600\/0{
  background-color: rgb(5 122 85 / 0);
}
.bg-green-600\/5{
  background-color: rgb(5 122 85 / 0.05);
}
.bg-green-600\/10{
  background-color: rgb(5 122 85 / 0.1);
}
.bg-green-600\/20{
  background-color: rgb(5 122 85 / 0.2);
}
.bg-green-600\/25{
  background-color: rgb(5 122 85 / 0.25);
}
.bg-green-600\/30{
  background-color: rgb(5 122 85 / 0.3);
}
.bg-green-600\/40{
  background-color: rgb(5 122 85 / 0.4);
}
.bg-green-600\/50{
  background-color: rgb(5 122 85 / 0.5);
}
.bg-green-600\/60{
  background-color: rgb(5 122 85 / 0.6);
}
.bg-green-600\/70{
  background-color: rgb(5 122 85 / 0.7);
}
.bg-green-600\/75{
  background-color: rgb(5 122 85 / 0.75);
}
.bg-green-600\/80{
  background-color: rgb(5 122 85 / 0.8);
}
.bg-green-600\/90{
  background-color: rgb(5 122 85 / 0.9);
}
.bg-green-600\/95{
  background-color: rgb(5 122 85 / 0.95);
}
.bg-green-600\/100{
  background-color: rgb(5 122 85 / 1);
}
.bg-green-700\/0{
  background-color: rgb(4 108 78 / 0);
}
.bg-green-700\/5{
  background-color: rgb(4 108 78 / 0.05);
}
.bg-green-700\/10{
  background-color: rgb(4 108 78 / 0.1);
}
.bg-green-700\/20{
  background-color: rgb(4 108 78 / 0.2);
}
.bg-green-700\/25{
  background-color: rgb(4 108 78 / 0.25);
}
.bg-green-700\/30{
  background-color: rgb(4 108 78 / 0.3);
}
.bg-green-700\/40{
  background-color: rgb(4 108 78 / 0.4);
}
.bg-green-700\/50{
  background-color: rgb(4 108 78 / 0.5);
}
.bg-green-700\/60{
  background-color: rgb(4 108 78 / 0.6);
}
.bg-green-700\/70{
  background-color: rgb(4 108 78 / 0.7);
}
.bg-green-700\/75{
  background-color: rgb(4 108 78 / 0.75);
}
.bg-green-700\/80{
  background-color: rgb(4 108 78 / 0.8);
}
.bg-green-700\/90{
  background-color: rgb(4 108 78 / 0.9);
}
.bg-green-700\/95{
  background-color: rgb(4 108 78 / 0.95);
}
.bg-green-700\/100{
  background-color: rgb(4 108 78 / 1);
}
.bg-green-800\/0{
  background-color: rgb(3 84 63 / 0);
}
.bg-green-800\/5{
  background-color: rgb(3 84 63 / 0.05);
}
.bg-green-800\/10{
  background-color: rgb(3 84 63 / 0.1);
}
.bg-green-800\/20{
  background-color: rgb(3 84 63 / 0.2);
}
.bg-green-800\/25{
  background-color: rgb(3 84 63 / 0.25);
}
.bg-green-800\/30{
  background-color: rgb(3 84 63 / 0.3);
}
.bg-green-800\/40{
  background-color: rgb(3 84 63 / 0.4);
}
.bg-green-800\/50{
  background-color: rgb(3 84 63 / 0.5);
}
.bg-green-800\/60{
  background-color: rgb(3 84 63 / 0.6);
}
.bg-green-800\/70{
  background-color: rgb(3 84 63 / 0.7);
}
.bg-green-800\/75{
  background-color: rgb(3 84 63 / 0.75);
}
.bg-green-800\/80{
  background-color: rgb(3 84 63 / 0.8);
}
.bg-green-800\/90{
  background-color: rgb(3 84 63 / 0.9);
}
.bg-green-800\/95{
  background-color: rgb(3 84 63 / 0.95);
}
.bg-green-800\/100{
  background-color: rgb(3 84 63 / 1);
}
.bg-green-900\/0{
  background-color: rgb(1 71 55 / 0);
}
.bg-green-900\/5{
  background-color: rgb(1 71 55 / 0.05);
}
.bg-green-900\/10{
  background-color: rgb(1 71 55 / 0.1);
}
.bg-green-900\/20{
  background-color: rgb(1 71 55 / 0.2);
}
.bg-green-900\/25{
  background-color: rgb(1 71 55 / 0.25);
}
.bg-green-900\/30{
  background-color: rgb(1 71 55 / 0.3);
}
.bg-green-900\/40{
  background-color: rgb(1 71 55 / 0.4);
}
.bg-green-900\/50{
  background-color: rgb(1 71 55 / 0.5);
}
.bg-green-900\/60{
  background-color: rgb(1 71 55 / 0.6);
}
.bg-green-900\/70{
  background-color: rgb(1 71 55 / 0.7);
}
.bg-green-900\/75{
  background-color: rgb(1 71 55 / 0.75);
}
.bg-green-900\/80{
  background-color: rgb(1 71 55 / 0.8);
}
.bg-green-900\/90{
  background-color: rgb(1 71 55 / 0.9);
}
.bg-green-900\/95{
  background-color: rgb(1 71 55 / 0.95);
}
.bg-green-900\/100{
  background-color: rgb(1 71 55 / 1);
}
.bg-green\/0{
  background-color: rgb(77 208 225 / 0);
}
.bg-green\/5{
  background-color: rgb(77 208 225 / 0.05);
}
.bg-green\/10{
  background-color: rgb(77 208 225 / 0.1);
}
.bg-green\/20{
  background-color: rgb(77 208 225 / 0.2);
}
.bg-green\/25{
  background-color: rgb(77 208 225 / 0.25);
}
.bg-green\/30{
  background-color: rgb(77 208 225 / 0.3);
}
.bg-green\/40{
  background-color: rgb(77 208 225 / 0.4);
}
.bg-green\/50{
  background-color: rgb(77 208 225 / 0.5);
}
.bg-green\/60{
  background-color: rgb(77 208 225 / 0.6);
}
.bg-green\/70{
  background-color: rgb(77 208 225 / 0.7);
}
.bg-green\/75{
  background-color: rgb(77 208 225 / 0.75);
}
.bg-green\/80{
  background-color: rgb(77 208 225 / 0.8);
}
.bg-green\/90{
  background-color: rgb(77 208 225 / 0.9);
}
.bg-green\/95{
  background-color: rgb(77 208 225 / 0.95);
}
.bg-green\/100{
  background-color: rgb(77 208 225 / 1);
}
.bg-green-light\/0{
  background-color: rgb(93 224 241 / 0);
}
.bg-green-light\/5{
  background-color: rgb(93 224 241 / 0.05);
}
.bg-green-light\/10{
  background-color: rgb(93 224 241 / 0.1);
}
.bg-green-light\/20{
  background-color: rgb(93 224 241 / 0.2);
}
.bg-green-light\/25{
  background-color: rgb(93 224 241 / 0.25);
}
.bg-green-light\/30{
  background-color: rgb(93 224 241 / 0.3);
}
.bg-green-light\/40{
  background-color: rgb(93 224 241 / 0.4);
}
.bg-green-light\/50{
  background-color: rgb(93 224 241 / 0.5);
}
.bg-green-light\/60{
  background-color: rgb(93 224 241 / 0.6);
}
.bg-green-light\/70{
  background-color: rgb(93 224 241 / 0.7);
}
.bg-green-light\/75{
  background-color: rgb(93 224 241 / 0.75);
}
.bg-green-light\/80{
  background-color: rgb(93 224 241 / 0.8);
}
.bg-green-light\/90{
  background-color: rgb(93 224 241 / 0.9);
}
.bg-green-light\/95{
  background-color: rgb(93 224 241 / 0.95);
}
.bg-green-light\/100{
  background-color: rgb(93 224 241 / 1);
}
.bg-ottanio\/0{
  background-color: rgb(5 79 89 / 0);
}
.bg-ottanio\/5{
  background-color: rgb(5 79 89 / 0.05);
}
.bg-ottanio\/10{
  background-color: rgb(5 79 89 / 0.1);
}
.bg-ottanio\/20{
  background-color: rgb(5 79 89 / 0.2);
}
.bg-ottanio\/25{
  background-color: rgb(5 79 89 / 0.25);
}
.bg-ottanio\/30{
  background-color: rgb(5 79 89 / 0.3);
}
.bg-ottanio\/40{
  background-color: rgb(5 79 89 / 0.4);
}
.bg-ottanio\/50{
  background-color: rgb(5 79 89 / 0.5);
}
.bg-ottanio\/60{
  background-color: rgb(5 79 89 / 0.6);
}
.bg-ottanio\/70{
  background-color: rgb(5 79 89 / 0.7);
}
.bg-ottanio\/75{
  background-color: rgb(5 79 89 / 0.75);
}
.bg-ottanio\/80{
  background-color: rgb(5 79 89 / 0.8);
}
.bg-ottanio\/90{
  background-color: rgb(5 79 89 / 0.9);
}
.bg-ottanio\/95{
  background-color: rgb(5 79 89 / 0.95);
}
.bg-ottanio\/100{
  background-color: rgb(5 79 89 / 1);
}
.bg-ottanio-light\/0{
  background-color: rgb(0 151 167 / 0);
}
.bg-ottanio-light\/5{
  background-color: rgb(0 151 167 / 0.05);
}
.bg-ottanio-light\/10{
  background-color: rgb(0 151 167 / 0.1);
}
.bg-ottanio-light\/20{
  background-color: rgb(0 151 167 / 0.2);
}
.bg-ottanio-light\/25{
  background-color: rgb(0 151 167 / 0.25);
}
.bg-ottanio-light\/30{
  background-color: rgb(0 151 167 / 0.3);
}
.bg-ottanio-light\/40{
  background-color: rgb(0 151 167 / 0.4);
}
.bg-ottanio-light\/50{
  background-color: rgb(0 151 167 / 0.5);
}
.bg-ottanio-light\/60{
  background-color: rgb(0 151 167 / 0.6);
}
.bg-ottanio-light\/70{
  background-color: rgb(0 151 167 / 0.7);
}
.bg-ottanio-light\/75{
  background-color: rgb(0 151 167 / 0.75);
}
.bg-ottanio-light\/80{
  background-color: rgb(0 151 167 / 0.8);
}
.bg-ottanio-light\/90{
  background-color: rgb(0 151 167 / 0.9);
}
.bg-ottanio-light\/95{
  background-color: rgb(0 151 167 / 0.95);
}
.bg-ottanio-light\/100{
  background-color: rgb(0 151 167 / 1);
}
.bg-magenta\/0{
  background-color: rgb(224 14 102 / 0);
}
.bg-magenta\/5{
  background-color: rgb(224 14 102 / 0.05);
}
.bg-magenta\/10{
  background-color: rgb(224 14 102 / 0.1);
}
.bg-magenta\/20{
  background-color: rgb(224 14 102 / 0.2);
}
.bg-magenta\/25{
  background-color: rgb(224 14 102 / 0.25);
}
.bg-magenta\/30{
  background-color: rgb(224 14 102 / 0.3);
}
.bg-magenta\/40{
  background-color: rgb(224 14 102 / 0.4);
}
.bg-magenta\/50{
  background-color: rgb(224 14 102 / 0.5);
}
.bg-magenta\/60{
  background-color: rgb(224 14 102 / 0.6);
}
.bg-magenta\/70{
  background-color: rgb(224 14 102 / 0.7);
}
.bg-magenta\/75{
  background-color: rgb(224 14 102 / 0.75);
}
.bg-magenta\/80{
  background-color: rgb(224 14 102 / 0.8);
}
.bg-magenta\/90{
  background-color: rgb(224 14 102 / 0.9);
}
.bg-magenta\/95{
  background-color: rgb(224 14 102 / 0.95);
}
.bg-magenta\/100{
  background-color: rgb(224 14 102 / 1);
}
.bg-magenta-light\/0{
  background-color: rgb(224 14 102 / 0);
}
.bg-magenta-light\/5{
  background-color: rgb(224 14 102 / 0.05);
}
.bg-magenta-light\/10{
  background-color: rgb(224 14 102 / 0.1);
}
.bg-magenta-light\/20{
  background-color: rgb(224 14 102 / 0.2);
}
.bg-magenta-light\/25{
  background-color: rgb(224 14 102 / 0.25);
}
.bg-magenta-light\/30{
  background-color: rgb(224 14 102 / 0.3);
}
.bg-magenta-light\/40{
  background-color: rgb(224 14 102 / 0.4);
}
.bg-magenta-light\/50{
  background-color: rgb(224 14 102 / 0.5);
}
.bg-magenta-light\/60{
  background-color: rgb(224 14 102 / 0.6);
}
.bg-magenta-light\/70{
  background-color: rgb(224 14 102 / 0.7);
}
.bg-magenta-light\/75{
  background-color: rgb(224 14 102 / 0.75);
}
.bg-magenta-light\/80{
  background-color: rgb(224 14 102 / 0.8);
}
.bg-magenta-light\/90{
  background-color: rgb(224 14 102 / 0.9);
}
.bg-magenta-light\/95{
  background-color: rgb(224 14 102 / 0.95);
}
.bg-magenta-light\/100{
  background-color: rgb(224 14 102 / 1);
}
.bg-arancio\/0{
  background-color: rgb(255 149 149 / 0);
}
.bg-arancio\/5{
  background-color: rgb(255 149 149 / 0.05);
}
.bg-arancio\/10{
  background-color: rgb(255 149 149 / 0.1);
}
.bg-arancio\/20{
  background-color: rgb(255 149 149 / 0.2);
}
.bg-arancio\/25{
  background-color: rgb(255 149 149 / 0.25);
}
.bg-arancio\/30{
  background-color: rgb(255 149 149 / 0.3);
}
.bg-arancio\/40{
  background-color: rgb(255 149 149 / 0.4);
}
.bg-arancio\/50{
  background-color: rgb(255 149 149 / 0.5);
}
.bg-arancio\/60{
  background-color: rgb(255 149 149 / 0.6);
}
.bg-arancio\/70{
  background-color: rgb(255 149 149 / 0.7);
}
.bg-arancio\/75{
  background-color: rgb(255 149 149 / 0.75);
}
.bg-arancio\/80{
  background-color: rgb(255 149 149 / 0.8);
}
.bg-arancio\/90{
  background-color: rgb(255 149 149 / 0.9);
}
.bg-arancio\/95{
  background-color: rgb(255 149 149 / 0.95);
}
.bg-arancio\/100{
  background-color: rgb(255 149 149 / 1);
}
.bg-gray-50\/0{
  background-color: rgb(249 250 251 / 0);
}
.bg-gray-50\/5{
  background-color: rgb(249 250 251 / 0.05);
}
.bg-gray-50\/10{
  background-color: rgb(249 250 251 / 0.1);
}
.bg-gray-50\/20{
  background-color: rgb(249 250 251 / 0.2);
}
.bg-gray-50\/25{
  background-color: rgb(249 250 251 / 0.25);
}
.bg-gray-50\/30{
  background-color: rgb(249 250 251 / 0.3);
}
.bg-gray-50\/40{
  background-color: rgb(249 250 251 / 0.4);
}
.bg-gray-50\/50{
  background-color: rgb(249 250 251 / 0.5);
}
.bg-gray-50\/60{
  background-color: rgb(249 250 251 / 0.6);
}
.bg-gray-50\/70{
  background-color: rgb(249 250 251 / 0.7);
}
.bg-gray-50\/75{
  background-color: rgb(249 250 251 / 0.75);
}
.bg-gray-50\/80{
  background-color: rgb(249 250 251 / 0.8);
}
.bg-gray-50\/90{
  background-color: rgb(249 250 251 / 0.9);
}
.bg-gray-50\/95{
  background-color: rgb(249 250 251 / 0.95);
}
.bg-gray-50\/100{
  background-color: rgb(249 250 251 / 1);
}
.bg-gray-100\/0{
  background-color: rgb(213 227 231 / 0);
}
.bg-gray-100\/5{
  background-color: rgb(213 227 231 / 0.05);
}
.bg-gray-100\/10{
  background-color: rgb(213 227 231 / 0.1);
}
.bg-gray-100\/20{
  background-color: rgb(213 227 231 / 0.2);
}
.bg-gray-100\/25{
  background-color: rgb(213 227 231 / 0.25);
}
.bg-gray-100\/30{
  background-color: rgb(213 227 231 / 0.3);
}
.bg-gray-100\/40{
  background-color: rgb(213 227 231 / 0.4);
}
.bg-gray-100\/50{
  background-color: rgb(213 227 231 / 0.5);
}
.bg-gray-100\/60{
  background-color: rgb(213 227 231 / 0.6);
}
.bg-gray-100\/70{
  background-color: rgb(213 227 231 / 0.7);
}
.bg-gray-100\/75{
  background-color: rgb(213 227 231 / 0.75);
}
.bg-gray-100\/80{
  background-color: rgb(213 227 231 / 0.8);
}
.bg-gray-100\/90{
  background-color: rgb(213 227 231 / 0.9);
}
.bg-gray-100\/95{
  background-color: rgb(213 227 231 / 0.95);
}
.bg-gray-100\/100{
  background-color: rgb(213 227 231 / 1);
}
.bg-gray-200\/0{
  background-color: rgb(229 231 235 / 0);
}
.bg-gray-200\/5{
  background-color: rgb(229 231 235 / 0.05);
}
.bg-gray-200\/10{
  background-color: rgb(229 231 235 / 0.1);
}
.bg-gray-200\/20{
  background-color: rgb(229 231 235 / 0.2);
}
.bg-gray-200\/25{
  background-color: rgb(229 231 235 / 0.25);
}
.bg-gray-200\/30{
  background-color: rgb(229 231 235 / 0.3);
}
.bg-gray-200\/40{
  background-color: rgb(229 231 235 / 0.4);
}
.bg-gray-200\/50{
  background-color: rgb(229 231 235 / 0.5);
}
.bg-gray-200\/60{
  background-color: rgb(229 231 235 / 0.6);
}
.bg-gray-200\/70{
  background-color: rgb(229 231 235 / 0.7);
}
.bg-gray-200\/75{
  background-color: rgb(229 231 235 / 0.75);
}
.bg-gray-200\/80{
  background-color: rgb(229 231 235 / 0.8);
}
.bg-gray-200\/90{
  background-color: rgb(229 231 235 / 0.9);
}
.bg-gray-200\/95{
  background-color: rgb(229 231 235 / 0.95);
}
.bg-gray-200\/100{
  background-color: rgb(229 231 235 / 1);
}
.bg-gray-300\/0{
  background-color: rgb(100 108 122 / 0);
}
.bg-gray-300\/5{
  background-color: rgb(100 108 122 / 0.05);
}
.bg-gray-300\/10{
  background-color: rgb(100 108 122 / 0.1);
}
.bg-gray-300\/20{
  background-color: rgb(100 108 122 / 0.2);
}
.bg-gray-300\/25{
  background-color: rgb(100 108 122 / 0.25);
}
.bg-gray-300\/30{
  background-color: rgb(100 108 122 / 0.3);
}
.bg-gray-300\/40{
  background-color: rgb(100 108 122 / 0.4);
}
.bg-gray-300\/50{
  background-color: rgb(100 108 122 / 0.5);
}
.bg-gray-300\/60{
  background-color: rgb(100 108 122 / 0.6);
}
.bg-gray-300\/70{
  background-color: rgb(100 108 122 / 0.7);
}
.bg-gray-300\/75{
  background-color: rgb(100 108 122 / 0.75);
}
.bg-gray-300\/80{
  background-color: rgb(100 108 122 / 0.8);
}
.bg-gray-300\/90{
  background-color: rgb(100 108 122 / 0.9);
}
.bg-gray-300\/95{
  background-color: rgb(100 108 122 / 0.95);
}
.bg-gray-300\/100{
  background-color: rgb(100 108 122 / 1);
}
.bg-gray-400\/0{
  background-color: rgb(159 189 195 / 0);
}
.bg-gray-400\/5{
  background-color: rgb(159 189 195 / 0.05);
}
.bg-gray-400\/10{
  background-color: rgb(159 189 195 / 0.1);
}
.bg-gray-400\/20{
  background-color: rgb(159 189 195 / 0.2);
}
.bg-gray-400\/25{
  background-color: rgb(159 189 195 / 0.25);
}
.bg-gray-400\/30{
  background-color: rgb(159 189 195 / 0.3);
}
.bg-gray-400\/40{
  background-color: rgb(159 189 195 / 0.4);
}
.bg-gray-400\/50{
  background-color: rgb(159 189 195 / 0.5);
}
.bg-gray-400\/60{
  background-color: rgb(159 189 195 / 0.6);
}
.bg-gray-400\/70{
  background-color: rgb(159 189 195 / 0.7);
}
.bg-gray-400\/75{
  background-color: rgb(159 189 195 / 0.75);
}
.bg-gray-400\/80{
  background-color: rgb(159 189 195 / 0.8);
}
.bg-gray-400\/90{
  background-color: rgb(159 189 195 / 0.9);
}
.bg-gray-400\/95{
  background-color: rgb(159 189 195 / 0.95);
}
.bg-gray-400\/100{
  background-color: rgb(159 189 195 / 1);
}
.bg-gray-500\/0{
  background-color: rgb(107 114 128 / 0);
}
.bg-gray-500\/5{
  background-color: rgb(107 114 128 / 0.05);
}
.bg-gray-500\/10{
  background-color: rgb(107 114 128 / 0.1);
}
.bg-gray-500\/20{
  background-color: rgb(107 114 128 / 0.2);
}
.bg-gray-500\/25{
  background-color: rgb(107 114 128 / 0.25);
}
.bg-gray-500\/30{
  background-color: rgb(107 114 128 / 0.3);
}
.bg-gray-500\/40{
  background-color: rgb(107 114 128 / 0.4);
}
.bg-gray-500\/50{
  background-color: rgb(107 114 128 / 0.5);
}
.bg-gray-500\/60{
  background-color: rgb(107 114 128 / 0.6);
}
.bg-gray-500\/70{
  background-color: rgb(107 114 128 / 0.7);
}
.bg-gray-500\/75{
  background-color: rgb(107 114 128 / 0.75);
}
.bg-gray-500\/80{
  background-color: rgb(107 114 128 / 0.8);
}
.bg-gray-500\/90{
  background-color: rgb(107 114 128 / 0.9);
}
.bg-gray-500\/95{
  background-color: rgb(107 114 128 / 0.95);
}
.bg-gray-500\/100{
  background-color: rgb(107 114 128 / 1);
}
.bg-gray-600\/0{
  background-color: rgb(196 196 196 / 0);
}
.bg-gray-600\/5{
  background-color: rgb(196 196 196 / 0.05);
}
.bg-gray-600\/10{
  background-color: rgb(196 196 196 / 0.1);
}
.bg-gray-600\/20{
  background-color: rgb(196 196 196 / 0.2);
}
.bg-gray-600\/25{
  background-color: rgb(196 196 196 / 0.25);
}
.bg-gray-600\/30{
  background-color: rgb(196 196 196 / 0.3);
}
.bg-gray-600\/40{
  background-color: rgb(196 196 196 / 0.4);
}
.bg-gray-600\/50{
  background-color: rgb(196 196 196 / 0.5);
}
.bg-gray-600\/60{
  background-color: rgb(196 196 196 / 0.6);
}
.bg-gray-600\/70{
  background-color: rgb(196 196 196 / 0.7);
}
.bg-gray-600\/75{
  background-color: rgb(196 196 196 / 0.75);
}
.bg-gray-600\/80{
  background-color: rgb(196 196 196 / 0.8);
}
.bg-gray-600\/90{
  background-color: rgb(196 196 196 / 0.9);
}
.bg-gray-600\/95{
  background-color: rgb(196 196 196 / 0.95);
}
.bg-gray-600\/100{
  background-color: rgb(196 196 196 / 1);
}
.bg-gray-700\/0{
  background-color: rgb(221 221 221 / 0);
}
.bg-gray-700\/5{
  background-color: rgb(221 221 221 / 0.05);
}
.bg-gray-700\/10{
  background-color: rgb(221 221 221 / 0.1);
}
.bg-gray-700\/20{
  background-color: rgb(221 221 221 / 0.2);
}
.bg-gray-700\/25{
  background-color: rgb(221 221 221 / 0.25);
}
.bg-gray-700\/30{
  background-color: rgb(221 221 221 / 0.3);
}
.bg-gray-700\/40{
  background-color: rgb(221 221 221 / 0.4);
}
.bg-gray-700\/50{
  background-color: rgb(221 221 221 / 0.5);
}
.bg-gray-700\/60{
  background-color: rgb(221 221 221 / 0.6);
}
.bg-gray-700\/70{
  background-color: rgb(221 221 221 / 0.7);
}
.bg-gray-700\/75{
  background-color: rgb(221 221 221 / 0.75);
}
.bg-gray-700\/80{
  background-color: rgb(221 221 221 / 0.8);
}
.bg-gray-700\/90{
  background-color: rgb(221 221 221 / 0.9);
}
.bg-gray-700\/95{
  background-color: rgb(221 221 221 / 0.95);
}
.bg-gray-700\/100{
  background-color: rgb(221 221 221 / 1);
}
.bg-gray-800\/0{
  background-color: rgb(31 41 55 / 0);
}
.bg-gray-800\/5{
  background-color: rgb(31 41 55 / 0.05);
}
.bg-gray-800\/10{
  background-color: rgb(31 41 55 / 0.1);
}
.bg-gray-800\/20{
  background-color: rgb(31 41 55 / 0.2);
}
.bg-gray-800\/25{
  background-color: rgb(31 41 55 / 0.25);
}
.bg-gray-800\/30{
  background-color: rgb(31 41 55 / 0.3);
}
.bg-gray-800\/40{
  background-color: rgb(31 41 55 / 0.4);
}
.bg-gray-800\/50{
  background-color: rgb(31 41 55 / 0.5);
}
.bg-gray-800\/60{
  background-color: rgb(31 41 55 / 0.6);
}
.bg-gray-800\/70{
  background-color: rgb(31 41 55 / 0.7);
}
.bg-gray-800\/75{
  background-color: rgb(31 41 55 / 0.75);
}
.bg-gray-800\/80{
  background-color: rgb(31 41 55 / 0.8);
}
.bg-gray-800\/90{
  background-color: rgb(31 41 55 / 0.9);
}
.bg-gray-800\/95{
  background-color: rgb(31 41 55 / 0.95);
}
.bg-gray-800\/100{
  background-color: rgb(31 41 55 / 1);
}
.bg-gray-900\/0{
  background-color: rgb(249 249 249 / 0);
}
.bg-gray-900\/5{
  background-color: rgb(249 249 249 / 0.05);
}
.bg-gray-900\/10{
  background-color: rgb(249 249 249 / 0.1);
}
.bg-gray-900\/20{
  background-color: rgb(249 249 249 / 0.2);
}
.bg-gray-900\/25{
  background-color: rgb(249 249 249 / 0.25);
}
.bg-gray-900\/30{
  background-color: rgb(249 249 249 / 0.3);
}
.bg-gray-900\/40{
  background-color: rgb(249 249 249 / 0.4);
}
.bg-gray-900\/50{
  background-color: rgb(249 249 249 / 0.5);
}
.bg-gray-900\/60{
  background-color: rgb(249 249 249 / 0.6);
}
.bg-gray-900\/70{
  background-color: rgb(249 249 249 / 0.7);
}
.bg-gray-900\/75{
  background-color: rgb(249 249 249 / 0.75);
}
.bg-gray-900\/80{
  background-color: rgb(249 249 249 / 0.8);
}
.bg-gray-900\/90{
  background-color: rgb(249 249 249 / 0.9);
}
.bg-gray-900\/95{
  background-color: rgb(249 249 249 / 0.95);
}
.bg-gray-900\/100{
  background-color: rgb(249 249 249 / 1);
}
.bg-gray\/0{
  background-color: rgb(187 187 187 / 0);
}
.bg-gray\/5{
  background-color: rgb(187 187 187 / 0.05);
}
.bg-gray\/10{
  background-color: rgb(187 187 187 / 0.1);
}
.bg-gray\/20{
  background-color: rgb(187 187 187 / 0.2);
}
.bg-gray\/25{
  background-color: rgb(187 187 187 / 0.25);
}
.bg-gray\/30{
  background-color: rgb(187 187 187 / 0.3);
}
.bg-gray\/40{
  background-color: rgb(187 187 187 / 0.4);
}
.bg-gray\/50{
  background-color: rgb(187 187 187 / 0.5);
}
.bg-gray\/60{
  background-color: rgb(187 187 187 / 0.6);
}
.bg-gray\/70{
  background-color: rgb(187 187 187 / 0.7);
}
.bg-gray\/75{
  background-color: rgb(187 187 187 / 0.75);
}
.bg-gray\/80{
  background-color: rgb(187 187 187 / 0.8);
}
.bg-gray\/90{
  background-color: rgb(187 187 187 / 0.9);
}
.bg-gray\/95{
  background-color: rgb(187 187 187 / 0.95);
}
.bg-gray\/100{
  background-color: rgb(187 187 187 / 1);
}
.bg-red-50\/0{
  background-color: rgb(253 242 242 / 0);
}
.bg-red-50\/5{
  background-color: rgb(253 242 242 / 0.05);
}
.bg-red-50\/10{
  background-color: rgb(253 242 242 / 0.1);
}
.bg-red-50\/20{
  background-color: rgb(253 242 242 / 0.2);
}
.bg-red-50\/25{
  background-color: rgb(253 242 242 / 0.25);
}
.bg-red-50\/30{
  background-color: rgb(253 242 242 / 0.3);
}
.bg-red-50\/40{
  background-color: rgb(253 242 242 / 0.4);
}
.bg-red-50\/50{
  background-color: rgb(253 242 242 / 0.5);
}
.bg-red-50\/60{
  background-color: rgb(253 242 242 / 0.6);
}
.bg-red-50\/70{
  background-color: rgb(253 242 242 / 0.7);
}
.bg-red-50\/75{
  background-color: rgb(253 242 242 / 0.75);
}
.bg-red-50\/80{
  background-color: rgb(253 242 242 / 0.8);
}
.bg-red-50\/90{
  background-color: rgb(253 242 242 / 0.9);
}
.bg-red-50\/95{
  background-color: rgb(253 242 242 / 0.95);
}
.bg-red-50\/100{
  background-color: rgb(253 242 242 / 1);
}
.bg-red-100\/0{
  background-color: rgb(253 232 232 / 0);
}
.bg-red-100\/5{
  background-color: rgb(253 232 232 / 0.05);
}
.bg-red-100\/10{
  background-color: rgb(253 232 232 / 0.1);
}
.bg-red-100\/20{
  background-color: rgb(253 232 232 / 0.2);
}
.bg-red-100\/25{
  background-color: rgb(253 232 232 / 0.25);
}
.bg-red-100\/30{
  background-color: rgb(253 232 232 / 0.3);
}
.bg-red-100\/40{
  background-color: rgb(253 232 232 / 0.4);
}
.bg-red-100\/50{
  background-color: rgb(253 232 232 / 0.5);
}
.bg-red-100\/60{
  background-color: rgb(253 232 232 / 0.6);
}
.bg-red-100\/70{
  background-color: rgb(253 232 232 / 0.7);
}
.bg-red-100\/75{
  background-color: rgb(253 232 232 / 0.75);
}
.bg-red-100\/80{
  background-color: rgb(253 232 232 / 0.8);
}
.bg-red-100\/90{
  background-color: rgb(253 232 232 / 0.9);
}
.bg-red-100\/95{
  background-color: rgb(253 232 232 / 0.95);
}
.bg-red-100\/100{
  background-color: rgb(253 232 232 / 1);
}
.bg-red-200\/0{
  background-color: rgb(251 213 213 / 0);
}
.bg-red-200\/5{
  background-color: rgb(251 213 213 / 0.05);
}
.bg-red-200\/10{
  background-color: rgb(251 213 213 / 0.1);
}
.bg-red-200\/20{
  background-color: rgb(251 213 213 / 0.2);
}
.bg-red-200\/25{
  background-color: rgb(251 213 213 / 0.25);
}
.bg-red-200\/30{
  background-color: rgb(251 213 213 / 0.3);
}
.bg-red-200\/40{
  background-color: rgb(251 213 213 / 0.4);
}
.bg-red-200\/50{
  background-color: rgb(251 213 213 / 0.5);
}
.bg-red-200\/60{
  background-color: rgb(251 213 213 / 0.6);
}
.bg-red-200\/70{
  background-color: rgb(251 213 213 / 0.7);
}
.bg-red-200\/75{
  background-color: rgb(251 213 213 / 0.75);
}
.bg-red-200\/80{
  background-color: rgb(251 213 213 / 0.8);
}
.bg-red-200\/90{
  background-color: rgb(251 213 213 / 0.9);
}
.bg-red-200\/95{
  background-color: rgb(251 213 213 / 0.95);
}
.bg-red-200\/100{
  background-color: rgb(251 213 213 / 1);
}
.bg-red-300\/0{
  background-color: rgb(248 180 180 / 0);
}
.bg-red-300\/5{
  background-color: rgb(248 180 180 / 0.05);
}
.bg-red-300\/10{
  background-color: rgb(248 180 180 / 0.1);
}
.bg-red-300\/20{
  background-color: rgb(248 180 180 / 0.2);
}
.bg-red-300\/25{
  background-color: rgb(248 180 180 / 0.25);
}
.bg-red-300\/30{
  background-color: rgb(248 180 180 / 0.3);
}
.bg-red-300\/40{
  background-color: rgb(248 180 180 / 0.4);
}
.bg-red-300\/50{
  background-color: rgb(248 180 180 / 0.5);
}
.bg-red-300\/60{
  background-color: rgb(248 180 180 / 0.6);
}
.bg-red-300\/70{
  background-color: rgb(248 180 180 / 0.7);
}
.bg-red-300\/75{
  background-color: rgb(248 180 180 / 0.75);
}
.bg-red-300\/80{
  background-color: rgb(248 180 180 / 0.8);
}
.bg-red-300\/90{
  background-color: rgb(248 180 180 / 0.9);
}
.bg-red-300\/95{
  background-color: rgb(248 180 180 / 0.95);
}
.bg-red-300\/100{
  background-color: rgb(248 180 180 / 1);
}
.bg-red-400\/0{
  background-color: rgb(249 128 128 / 0);
}
.bg-red-400\/5{
  background-color: rgb(249 128 128 / 0.05);
}
.bg-red-400\/10{
  background-color: rgb(249 128 128 / 0.1);
}
.bg-red-400\/20{
  background-color: rgb(249 128 128 / 0.2);
}
.bg-red-400\/25{
  background-color: rgb(249 128 128 / 0.25);
}
.bg-red-400\/30{
  background-color: rgb(249 128 128 / 0.3);
}
.bg-red-400\/40{
  background-color: rgb(249 128 128 / 0.4);
}
.bg-red-400\/50{
  background-color: rgb(249 128 128 / 0.5);
}
.bg-red-400\/60{
  background-color: rgb(249 128 128 / 0.6);
}
.bg-red-400\/70{
  background-color: rgb(249 128 128 / 0.7);
}
.bg-red-400\/75{
  background-color: rgb(249 128 128 / 0.75);
}
.bg-red-400\/80{
  background-color: rgb(249 128 128 / 0.8);
}
.bg-red-400\/90{
  background-color: rgb(249 128 128 / 0.9);
}
.bg-red-400\/95{
  background-color: rgb(249 128 128 / 0.95);
}
.bg-red-400\/100{
  background-color: rgb(249 128 128 / 1);
}
.bg-red-500\/0{
  background-color: rgb(240 82 82 / 0);
}
.bg-red-500\/5{
  background-color: rgb(240 82 82 / 0.05);
}
.bg-red-500\/10{
  background-color: rgb(240 82 82 / 0.1);
}
.bg-red-500\/20{
  background-color: rgb(240 82 82 / 0.2);
}
.bg-red-500\/25{
  background-color: rgb(240 82 82 / 0.25);
}
.bg-red-500\/30{
  background-color: rgb(240 82 82 / 0.3);
}
.bg-red-500\/40{
  background-color: rgb(240 82 82 / 0.4);
}
.bg-red-500\/50{
  background-color: rgb(240 82 82 / 0.5);
}
.bg-red-500\/60{
  background-color: rgb(240 82 82 / 0.6);
}
.bg-red-500\/70{
  background-color: rgb(240 82 82 / 0.7);
}
.bg-red-500\/75{
  background-color: rgb(240 82 82 / 0.75);
}
.bg-red-500\/80{
  background-color: rgb(240 82 82 / 0.8);
}
.bg-red-500\/90{
  background-color: rgb(240 82 82 / 0.9);
}
.bg-red-500\/95{
  background-color: rgb(240 82 82 / 0.95);
}
.bg-red-500\/100{
  background-color: rgb(240 82 82 / 1);
}
.bg-red-600\/0{
  background-color: rgb(224 36 36 / 0);
}
.bg-red-600\/5{
  background-color: rgb(224 36 36 / 0.05);
}
.bg-red-600\/10{
  background-color: rgb(224 36 36 / 0.1);
}
.bg-red-600\/20{
  background-color: rgb(224 36 36 / 0.2);
}
.bg-red-600\/25{
  background-color: rgb(224 36 36 / 0.25);
}
.bg-red-600\/30{
  background-color: rgb(224 36 36 / 0.3);
}
.bg-red-600\/40{
  background-color: rgb(224 36 36 / 0.4);
}
.bg-red-600\/50{
  background-color: rgb(224 36 36 / 0.5);
}
.bg-red-600\/60{
  background-color: rgb(224 36 36 / 0.6);
}
.bg-red-600\/70{
  background-color: rgb(224 36 36 / 0.7);
}
.bg-red-600\/75{
  background-color: rgb(224 36 36 / 0.75);
}
.bg-red-600\/80{
  background-color: rgb(224 36 36 / 0.8);
}
.bg-red-600\/90{
  background-color: rgb(224 36 36 / 0.9);
}
.bg-red-600\/95{
  background-color: rgb(224 36 36 / 0.95);
}
.bg-red-600\/100{
  background-color: rgb(224 36 36 / 1);
}
.bg-red-700\/0{
  background-color: rgb(200 30 30 / 0);
}
.bg-red-700\/5{
  background-color: rgb(200 30 30 / 0.05);
}
.bg-red-700\/10{
  background-color: rgb(200 30 30 / 0.1);
}
.bg-red-700\/20{
  background-color: rgb(200 30 30 / 0.2);
}
.bg-red-700\/25{
  background-color: rgb(200 30 30 / 0.25);
}
.bg-red-700\/30{
  background-color: rgb(200 30 30 / 0.3);
}
.bg-red-700\/40{
  background-color: rgb(200 30 30 / 0.4);
}
.bg-red-700\/50{
  background-color: rgb(200 30 30 / 0.5);
}
.bg-red-700\/60{
  background-color: rgb(200 30 30 / 0.6);
}
.bg-red-700\/70{
  background-color: rgb(200 30 30 / 0.7);
}
.bg-red-700\/75{
  background-color: rgb(200 30 30 / 0.75);
}
.bg-red-700\/80{
  background-color: rgb(200 30 30 / 0.8);
}
.bg-red-700\/90{
  background-color: rgb(200 30 30 / 0.9);
}
.bg-red-700\/95{
  background-color: rgb(200 30 30 / 0.95);
}
.bg-red-700\/100{
  background-color: rgb(200 30 30 / 1);
}
.bg-red-800\/0{
  background-color: rgb(155 28 28 / 0);
}
.bg-red-800\/5{
  background-color: rgb(155 28 28 / 0.05);
}
.bg-red-800\/10{
  background-color: rgb(155 28 28 / 0.1);
}
.bg-red-800\/20{
  background-color: rgb(155 28 28 / 0.2);
}
.bg-red-800\/25{
  background-color: rgb(155 28 28 / 0.25);
}
.bg-red-800\/30{
  background-color: rgb(155 28 28 / 0.3);
}
.bg-red-800\/40{
  background-color: rgb(155 28 28 / 0.4);
}
.bg-red-800\/50{
  background-color: rgb(155 28 28 / 0.5);
}
.bg-red-800\/60{
  background-color: rgb(155 28 28 / 0.6);
}
.bg-red-800\/70{
  background-color: rgb(155 28 28 / 0.7);
}
.bg-red-800\/75{
  background-color: rgb(155 28 28 / 0.75);
}
.bg-red-800\/80{
  background-color: rgb(155 28 28 / 0.8);
}
.bg-red-800\/90{
  background-color: rgb(155 28 28 / 0.9);
}
.bg-red-800\/95{
  background-color: rgb(155 28 28 / 0.95);
}
.bg-red-800\/100{
  background-color: rgb(155 28 28 / 1);
}
.bg-red-900\/0{
  background-color: rgb(119 29 29 / 0);
}
.bg-red-900\/5{
  background-color: rgb(119 29 29 / 0.05);
}
.bg-red-900\/10{
  background-color: rgb(119 29 29 / 0.1);
}
.bg-red-900\/20{
  background-color: rgb(119 29 29 / 0.2);
}
.bg-red-900\/25{
  background-color: rgb(119 29 29 / 0.25);
}
.bg-red-900\/30{
  background-color: rgb(119 29 29 / 0.3);
}
.bg-red-900\/40{
  background-color: rgb(119 29 29 / 0.4);
}
.bg-red-900\/50{
  background-color: rgb(119 29 29 / 0.5);
}
.bg-red-900\/60{
  background-color: rgb(119 29 29 / 0.6);
}
.bg-red-900\/70{
  background-color: rgb(119 29 29 / 0.7);
}
.bg-red-900\/75{
  background-color: rgb(119 29 29 / 0.75);
}
.bg-red-900\/80{
  background-color: rgb(119 29 29 / 0.8);
}
.bg-red-900\/90{
  background-color: rgb(119 29 29 / 0.9);
}
.bg-red-900\/95{
  background-color: rgb(119 29 29 / 0.95);
}
.bg-red-900\/100{
  background-color: rgb(119 29 29 / 1);
}
.bg-orange-50\/0{
  background-color: rgb(255 248 241 / 0);
}
.bg-orange-50\/5{
  background-color: rgb(255 248 241 / 0.05);
}
.bg-orange-50\/10{
  background-color: rgb(255 248 241 / 0.1);
}
.bg-orange-50\/20{
  background-color: rgb(255 248 241 / 0.2);
}
.bg-orange-50\/25{
  background-color: rgb(255 248 241 / 0.25);
}
.bg-orange-50\/30{
  background-color: rgb(255 248 241 / 0.3);
}
.bg-orange-50\/40{
  background-color: rgb(255 248 241 / 0.4);
}
.bg-orange-50\/50{
  background-color: rgb(255 248 241 / 0.5);
}
.bg-orange-50\/60{
  background-color: rgb(255 248 241 / 0.6);
}
.bg-orange-50\/70{
  background-color: rgb(255 248 241 / 0.7);
}
.bg-orange-50\/75{
  background-color: rgb(255 248 241 / 0.75);
}
.bg-orange-50\/80{
  background-color: rgb(255 248 241 / 0.8);
}
.bg-orange-50\/90{
  background-color: rgb(255 248 241 / 0.9);
}
.bg-orange-50\/95{
  background-color: rgb(255 248 241 / 0.95);
}
.bg-orange-50\/100{
  background-color: rgb(255 248 241 / 1);
}
.bg-orange-100\/0{
  background-color: rgb(254 236 220 / 0);
}
.bg-orange-100\/5{
  background-color: rgb(254 236 220 / 0.05);
}
.bg-orange-100\/10{
  background-color: rgb(254 236 220 / 0.1);
}
.bg-orange-100\/20{
  background-color: rgb(254 236 220 / 0.2);
}
.bg-orange-100\/25{
  background-color: rgb(254 236 220 / 0.25);
}
.bg-orange-100\/30{
  background-color: rgb(254 236 220 / 0.3);
}
.bg-orange-100\/40{
  background-color: rgb(254 236 220 / 0.4);
}
.bg-orange-100\/50{
  background-color: rgb(254 236 220 / 0.5);
}
.bg-orange-100\/60{
  background-color: rgb(254 236 220 / 0.6);
}
.bg-orange-100\/70{
  background-color: rgb(254 236 220 / 0.7);
}
.bg-orange-100\/75{
  background-color: rgb(254 236 220 / 0.75);
}
.bg-orange-100\/80{
  background-color: rgb(254 236 220 / 0.8);
}
.bg-orange-100\/90{
  background-color: rgb(254 236 220 / 0.9);
}
.bg-orange-100\/95{
  background-color: rgb(254 236 220 / 0.95);
}
.bg-orange-100\/100{
  background-color: rgb(254 236 220 / 1);
}
.bg-orange-200\/0{
  background-color: rgb(252 217 189 / 0);
}
.bg-orange-200\/5{
  background-color: rgb(252 217 189 / 0.05);
}
.bg-orange-200\/10{
  background-color: rgb(252 217 189 / 0.1);
}
.bg-orange-200\/20{
  background-color: rgb(252 217 189 / 0.2);
}
.bg-orange-200\/25{
  background-color: rgb(252 217 189 / 0.25);
}
.bg-orange-200\/30{
  background-color: rgb(252 217 189 / 0.3);
}
.bg-orange-200\/40{
  background-color: rgb(252 217 189 / 0.4);
}
.bg-orange-200\/50{
  background-color: rgb(252 217 189 / 0.5);
}
.bg-orange-200\/60{
  background-color: rgb(252 217 189 / 0.6);
}
.bg-orange-200\/70{
  background-color: rgb(252 217 189 / 0.7);
}
.bg-orange-200\/75{
  background-color: rgb(252 217 189 / 0.75);
}
.bg-orange-200\/80{
  background-color: rgb(252 217 189 / 0.8);
}
.bg-orange-200\/90{
  background-color: rgb(252 217 189 / 0.9);
}
.bg-orange-200\/95{
  background-color: rgb(252 217 189 / 0.95);
}
.bg-orange-200\/100{
  background-color: rgb(252 217 189 / 1);
}
.bg-orange-300\/0{
  background-color: rgb(253 186 140 / 0);
}
.bg-orange-300\/5{
  background-color: rgb(253 186 140 / 0.05);
}
.bg-orange-300\/10{
  background-color: rgb(253 186 140 / 0.1);
}
.bg-orange-300\/20{
  background-color: rgb(253 186 140 / 0.2);
}
.bg-orange-300\/25{
  background-color: rgb(253 186 140 / 0.25);
}
.bg-orange-300\/30{
  background-color: rgb(253 186 140 / 0.3);
}
.bg-orange-300\/40{
  background-color: rgb(253 186 140 / 0.4);
}
.bg-orange-300\/50{
  background-color: rgb(253 186 140 / 0.5);
}
.bg-orange-300\/60{
  background-color: rgb(253 186 140 / 0.6);
}
.bg-orange-300\/70{
  background-color: rgb(253 186 140 / 0.7);
}
.bg-orange-300\/75{
  background-color: rgb(253 186 140 / 0.75);
}
.bg-orange-300\/80{
  background-color: rgb(253 186 140 / 0.8);
}
.bg-orange-300\/90{
  background-color: rgb(253 186 140 / 0.9);
}
.bg-orange-300\/95{
  background-color: rgb(253 186 140 / 0.95);
}
.bg-orange-300\/100{
  background-color: rgb(253 186 140 / 1);
}
.bg-orange-400\/0{
  background-color: rgb(255 138 76 / 0);
}
.bg-orange-400\/5{
  background-color: rgb(255 138 76 / 0.05);
}
.bg-orange-400\/10{
  background-color: rgb(255 138 76 / 0.1);
}
.bg-orange-400\/20{
  background-color: rgb(255 138 76 / 0.2);
}
.bg-orange-400\/25{
  background-color: rgb(255 138 76 / 0.25);
}
.bg-orange-400\/30{
  background-color: rgb(255 138 76 / 0.3);
}
.bg-orange-400\/40{
  background-color: rgb(255 138 76 / 0.4);
}
.bg-orange-400\/50{
  background-color: rgb(255 138 76 / 0.5);
}
.bg-orange-400\/60{
  background-color: rgb(255 138 76 / 0.6);
}
.bg-orange-400\/70{
  background-color: rgb(255 138 76 / 0.7);
}
.bg-orange-400\/75{
  background-color: rgb(255 138 76 / 0.75);
}
.bg-orange-400\/80{
  background-color: rgb(255 138 76 / 0.8);
}
.bg-orange-400\/90{
  background-color: rgb(255 138 76 / 0.9);
}
.bg-orange-400\/95{
  background-color: rgb(255 138 76 / 0.95);
}
.bg-orange-400\/100{
  background-color: rgb(255 138 76 / 1);
}
.bg-orange-500\/0{
  background-color: rgb(255 90 31 / 0);
}
.bg-orange-500\/5{
  background-color: rgb(255 90 31 / 0.05);
}
.bg-orange-500\/10{
  background-color: rgb(255 90 31 / 0.1);
}
.bg-orange-500\/20{
  background-color: rgb(255 90 31 / 0.2);
}
.bg-orange-500\/25{
  background-color: rgb(255 90 31 / 0.25);
}
.bg-orange-500\/30{
  background-color: rgb(255 90 31 / 0.3);
}
.bg-orange-500\/40{
  background-color: rgb(255 90 31 / 0.4);
}
.bg-orange-500\/50{
  background-color: rgb(255 90 31 / 0.5);
}
.bg-orange-500\/60{
  background-color: rgb(255 90 31 / 0.6);
}
.bg-orange-500\/70{
  background-color: rgb(255 90 31 / 0.7);
}
.bg-orange-500\/75{
  background-color: rgb(255 90 31 / 0.75);
}
.bg-orange-500\/80{
  background-color: rgb(255 90 31 / 0.8);
}
.bg-orange-500\/90{
  background-color: rgb(255 90 31 / 0.9);
}
.bg-orange-500\/95{
  background-color: rgb(255 90 31 / 0.95);
}
.bg-orange-500\/100{
  background-color: rgb(255 90 31 / 1);
}
.bg-orange-600\/0{
  background-color: rgb(208 56 1 / 0);
}
.bg-orange-600\/5{
  background-color: rgb(208 56 1 / 0.05);
}
.bg-orange-600\/10{
  background-color: rgb(208 56 1 / 0.1);
}
.bg-orange-600\/20{
  background-color: rgb(208 56 1 / 0.2);
}
.bg-orange-600\/25{
  background-color: rgb(208 56 1 / 0.25);
}
.bg-orange-600\/30{
  background-color: rgb(208 56 1 / 0.3);
}
.bg-orange-600\/40{
  background-color: rgb(208 56 1 / 0.4);
}
.bg-orange-600\/50{
  background-color: rgb(208 56 1 / 0.5);
}
.bg-orange-600\/60{
  background-color: rgb(208 56 1 / 0.6);
}
.bg-orange-600\/70{
  background-color: rgb(208 56 1 / 0.7);
}
.bg-orange-600\/75{
  background-color: rgb(208 56 1 / 0.75);
}
.bg-orange-600\/80{
  background-color: rgb(208 56 1 / 0.8);
}
.bg-orange-600\/90{
  background-color: rgb(208 56 1 / 0.9);
}
.bg-orange-600\/95{
  background-color: rgb(208 56 1 / 0.95);
}
.bg-orange-600\/100{
  background-color: rgb(208 56 1 / 1);
}
.bg-orange-700\/0{
  background-color: rgb(180 52 3 / 0);
}
.bg-orange-700\/5{
  background-color: rgb(180 52 3 / 0.05);
}
.bg-orange-700\/10{
  background-color: rgb(180 52 3 / 0.1);
}
.bg-orange-700\/20{
  background-color: rgb(180 52 3 / 0.2);
}
.bg-orange-700\/25{
  background-color: rgb(180 52 3 / 0.25);
}
.bg-orange-700\/30{
  background-color: rgb(180 52 3 / 0.3);
}
.bg-orange-700\/40{
  background-color: rgb(180 52 3 / 0.4);
}
.bg-orange-700\/50{
  background-color: rgb(180 52 3 / 0.5);
}
.bg-orange-700\/60{
  background-color: rgb(180 52 3 / 0.6);
}
.bg-orange-700\/70{
  background-color: rgb(180 52 3 / 0.7);
}
.bg-orange-700\/75{
  background-color: rgb(180 52 3 / 0.75);
}
.bg-orange-700\/80{
  background-color: rgb(180 52 3 / 0.8);
}
.bg-orange-700\/90{
  background-color: rgb(180 52 3 / 0.9);
}
.bg-orange-700\/95{
  background-color: rgb(180 52 3 / 0.95);
}
.bg-orange-700\/100{
  background-color: rgb(180 52 3 / 1);
}
.bg-orange-800\/0{
  background-color: rgb(138 44 13 / 0);
}
.bg-orange-800\/5{
  background-color: rgb(138 44 13 / 0.05);
}
.bg-orange-800\/10{
  background-color: rgb(138 44 13 / 0.1);
}
.bg-orange-800\/20{
  background-color: rgb(138 44 13 / 0.2);
}
.bg-orange-800\/25{
  background-color: rgb(138 44 13 / 0.25);
}
.bg-orange-800\/30{
  background-color: rgb(138 44 13 / 0.3);
}
.bg-orange-800\/40{
  background-color: rgb(138 44 13 / 0.4);
}
.bg-orange-800\/50{
  background-color: rgb(138 44 13 / 0.5);
}
.bg-orange-800\/60{
  background-color: rgb(138 44 13 / 0.6);
}
.bg-orange-800\/70{
  background-color: rgb(138 44 13 / 0.7);
}
.bg-orange-800\/75{
  background-color: rgb(138 44 13 / 0.75);
}
.bg-orange-800\/80{
  background-color: rgb(138 44 13 / 0.8);
}
.bg-orange-800\/90{
  background-color: rgb(138 44 13 / 0.9);
}
.bg-orange-800\/95{
  background-color: rgb(138 44 13 / 0.95);
}
.bg-orange-800\/100{
  background-color: rgb(138 44 13 / 1);
}
.bg-orange-900\/0{
  background-color: rgb(119 29 29 / 0);
}
.bg-orange-900\/5{
  background-color: rgb(119 29 29 / 0.05);
}
.bg-orange-900\/10{
  background-color: rgb(119 29 29 / 0.1);
}
.bg-orange-900\/20{
  background-color: rgb(119 29 29 / 0.2);
}
.bg-orange-900\/25{
  background-color: rgb(119 29 29 / 0.25);
}
.bg-orange-900\/30{
  background-color: rgb(119 29 29 / 0.3);
}
.bg-orange-900\/40{
  background-color: rgb(119 29 29 / 0.4);
}
.bg-orange-900\/50{
  background-color: rgb(119 29 29 / 0.5);
}
.bg-orange-900\/60{
  background-color: rgb(119 29 29 / 0.6);
}
.bg-orange-900\/70{
  background-color: rgb(119 29 29 / 0.7);
}
.bg-orange-900\/75{
  background-color: rgb(119 29 29 / 0.75);
}
.bg-orange-900\/80{
  background-color: rgb(119 29 29 / 0.8);
}
.bg-orange-900\/90{
  background-color: rgb(119 29 29 / 0.9);
}
.bg-orange-900\/95{
  background-color: rgb(119 29 29 / 0.95);
}
.bg-orange-900\/100{
  background-color: rgb(119 29 29 / 1);
}
.bg-yellow-50\/0{
  background-color: rgb(253 253 234 / 0);
}
.bg-yellow-50\/5{
  background-color: rgb(253 253 234 / 0.05);
}
.bg-yellow-50\/10{
  background-color: rgb(253 253 234 / 0.1);
}
.bg-yellow-50\/20{
  background-color: rgb(253 253 234 / 0.2);
}
.bg-yellow-50\/25{
  background-color: rgb(253 253 234 / 0.25);
}
.bg-yellow-50\/30{
  background-color: rgb(253 253 234 / 0.3);
}
.bg-yellow-50\/40{
  background-color: rgb(253 253 234 / 0.4);
}
.bg-yellow-50\/50{
  background-color: rgb(253 253 234 / 0.5);
}
.bg-yellow-50\/60{
  background-color: rgb(253 253 234 / 0.6);
}
.bg-yellow-50\/70{
  background-color: rgb(253 253 234 / 0.7);
}
.bg-yellow-50\/75{
  background-color: rgb(253 253 234 / 0.75);
}
.bg-yellow-50\/80{
  background-color: rgb(253 253 234 / 0.8);
}
.bg-yellow-50\/90{
  background-color: rgb(253 253 234 / 0.9);
}
.bg-yellow-50\/95{
  background-color: rgb(253 253 234 / 0.95);
}
.bg-yellow-50\/100{
  background-color: rgb(253 253 234 / 1);
}
.bg-yellow-100\/0{
  background-color: rgb(253 246 178 / 0);
}
.bg-yellow-100\/5{
  background-color: rgb(253 246 178 / 0.05);
}
.bg-yellow-100\/10{
  background-color: rgb(253 246 178 / 0.1);
}
.bg-yellow-100\/20{
  background-color: rgb(253 246 178 / 0.2);
}
.bg-yellow-100\/25{
  background-color: rgb(253 246 178 / 0.25);
}
.bg-yellow-100\/30{
  background-color: rgb(253 246 178 / 0.3);
}
.bg-yellow-100\/40{
  background-color: rgb(253 246 178 / 0.4);
}
.bg-yellow-100\/50{
  background-color: rgb(253 246 178 / 0.5);
}
.bg-yellow-100\/60{
  background-color: rgb(253 246 178 / 0.6);
}
.bg-yellow-100\/70{
  background-color: rgb(253 246 178 / 0.7);
}
.bg-yellow-100\/75{
  background-color: rgb(253 246 178 / 0.75);
}
.bg-yellow-100\/80{
  background-color: rgb(253 246 178 / 0.8);
}
.bg-yellow-100\/90{
  background-color: rgb(253 246 178 / 0.9);
}
.bg-yellow-100\/95{
  background-color: rgb(253 246 178 / 0.95);
}
.bg-yellow-100\/100{
  background-color: rgb(253 246 178 / 1);
}
.bg-yellow-200\/0{
  background-color: rgb(252 233 106 / 0);
}
.bg-yellow-200\/5{
  background-color: rgb(252 233 106 / 0.05);
}
.bg-yellow-200\/10{
  background-color: rgb(252 233 106 / 0.1);
}
.bg-yellow-200\/20{
  background-color: rgb(252 233 106 / 0.2);
}
.bg-yellow-200\/25{
  background-color: rgb(252 233 106 / 0.25);
}
.bg-yellow-200\/30{
  background-color: rgb(252 233 106 / 0.3);
}
.bg-yellow-200\/40{
  background-color: rgb(252 233 106 / 0.4);
}
.bg-yellow-200\/50{
  background-color: rgb(252 233 106 / 0.5);
}
.bg-yellow-200\/60{
  background-color: rgb(252 233 106 / 0.6);
}
.bg-yellow-200\/70{
  background-color: rgb(252 233 106 / 0.7);
}
.bg-yellow-200\/75{
  background-color: rgb(252 233 106 / 0.75);
}
.bg-yellow-200\/80{
  background-color: rgb(252 233 106 / 0.8);
}
.bg-yellow-200\/90{
  background-color: rgb(252 233 106 / 0.9);
}
.bg-yellow-200\/95{
  background-color: rgb(252 233 106 / 0.95);
}
.bg-yellow-200\/100{
  background-color: rgb(252 233 106 / 1);
}
.bg-yellow-300\/0{
  background-color: rgb(250 202 21 / 0);
}
.bg-yellow-300\/5{
  background-color: rgb(250 202 21 / 0.05);
}
.bg-yellow-300\/10{
  background-color: rgb(250 202 21 / 0.1);
}
.bg-yellow-300\/20{
  background-color: rgb(250 202 21 / 0.2);
}
.bg-yellow-300\/25{
  background-color: rgb(250 202 21 / 0.25);
}
.bg-yellow-300\/30{
  background-color: rgb(250 202 21 / 0.3);
}
.bg-yellow-300\/40{
  background-color: rgb(250 202 21 / 0.4);
}
.bg-yellow-300\/50{
  background-color: rgb(250 202 21 / 0.5);
}
.bg-yellow-300\/60{
  background-color: rgb(250 202 21 / 0.6);
}
.bg-yellow-300\/70{
  background-color: rgb(250 202 21 / 0.7);
}
.bg-yellow-300\/75{
  background-color: rgb(250 202 21 / 0.75);
}
.bg-yellow-300\/80{
  background-color: rgb(250 202 21 / 0.8);
}
.bg-yellow-300\/90{
  background-color: rgb(250 202 21 / 0.9);
}
.bg-yellow-300\/95{
  background-color: rgb(250 202 21 / 0.95);
}
.bg-yellow-300\/100{
  background-color: rgb(250 202 21 / 1);
}
.bg-yellow-400\/0{
  background-color: rgb(227 160 8 / 0);
}
.bg-yellow-400\/5{
  background-color: rgb(227 160 8 / 0.05);
}
.bg-yellow-400\/10{
  background-color: rgb(227 160 8 / 0.1);
}
.bg-yellow-400\/20{
  background-color: rgb(227 160 8 / 0.2);
}
.bg-yellow-400\/25{
  background-color: rgb(227 160 8 / 0.25);
}
.bg-yellow-400\/30{
  background-color: rgb(227 160 8 / 0.3);
}
.bg-yellow-400\/40{
  background-color: rgb(227 160 8 / 0.4);
}
.bg-yellow-400\/50{
  background-color: rgb(227 160 8 / 0.5);
}
.bg-yellow-400\/60{
  background-color: rgb(227 160 8 / 0.6);
}
.bg-yellow-400\/70{
  background-color: rgb(227 160 8 / 0.7);
}
.bg-yellow-400\/75{
  background-color: rgb(227 160 8 / 0.75);
}
.bg-yellow-400\/80{
  background-color: rgb(227 160 8 / 0.8);
}
.bg-yellow-400\/90{
  background-color: rgb(227 160 8 / 0.9);
}
.bg-yellow-400\/95{
  background-color: rgb(227 160 8 / 0.95);
}
.bg-yellow-400\/100{
  background-color: rgb(227 160 8 / 1);
}
.bg-yellow-500\/0{
  background-color: rgb(194 120 3 / 0);
}
.bg-yellow-500\/5{
  background-color: rgb(194 120 3 / 0.05);
}
.bg-yellow-500\/10{
  background-color: rgb(194 120 3 / 0.1);
}
.bg-yellow-500\/20{
  background-color: rgb(194 120 3 / 0.2);
}
.bg-yellow-500\/25{
  background-color: rgb(194 120 3 / 0.25);
}
.bg-yellow-500\/30{
  background-color: rgb(194 120 3 / 0.3);
}
.bg-yellow-500\/40{
  background-color: rgb(194 120 3 / 0.4);
}
.bg-yellow-500\/50{
  background-color: rgb(194 120 3 / 0.5);
}
.bg-yellow-500\/60{
  background-color: rgb(194 120 3 / 0.6);
}
.bg-yellow-500\/70{
  background-color: rgb(194 120 3 / 0.7);
}
.bg-yellow-500\/75{
  background-color: rgb(194 120 3 / 0.75);
}
.bg-yellow-500\/80{
  background-color: rgb(194 120 3 / 0.8);
}
.bg-yellow-500\/90{
  background-color: rgb(194 120 3 / 0.9);
}
.bg-yellow-500\/95{
  background-color: rgb(194 120 3 / 0.95);
}
.bg-yellow-500\/100{
  background-color: rgb(194 120 3 / 1);
}
.bg-yellow-600\/0{
  background-color: rgb(159 88 10 / 0);
}
.bg-yellow-600\/5{
  background-color: rgb(159 88 10 / 0.05);
}
.bg-yellow-600\/10{
  background-color: rgb(159 88 10 / 0.1);
}
.bg-yellow-600\/20{
  background-color: rgb(159 88 10 / 0.2);
}
.bg-yellow-600\/25{
  background-color: rgb(159 88 10 / 0.25);
}
.bg-yellow-600\/30{
  background-color: rgb(159 88 10 / 0.3);
}
.bg-yellow-600\/40{
  background-color: rgb(159 88 10 / 0.4);
}
.bg-yellow-600\/50{
  background-color: rgb(159 88 10 / 0.5);
}
.bg-yellow-600\/60{
  background-color: rgb(159 88 10 / 0.6);
}
.bg-yellow-600\/70{
  background-color: rgb(159 88 10 / 0.7);
}
.bg-yellow-600\/75{
  background-color: rgb(159 88 10 / 0.75);
}
.bg-yellow-600\/80{
  background-color: rgb(159 88 10 / 0.8);
}
.bg-yellow-600\/90{
  background-color: rgb(159 88 10 / 0.9);
}
.bg-yellow-600\/95{
  background-color: rgb(159 88 10 / 0.95);
}
.bg-yellow-600\/100{
  background-color: rgb(159 88 10 / 1);
}
.bg-yellow-700\/0{
  background-color: rgb(142 75 16 / 0);
}
.bg-yellow-700\/5{
  background-color: rgb(142 75 16 / 0.05);
}
.bg-yellow-700\/10{
  background-color: rgb(142 75 16 / 0.1);
}
.bg-yellow-700\/20{
  background-color: rgb(142 75 16 / 0.2);
}
.bg-yellow-700\/25{
  background-color: rgb(142 75 16 / 0.25);
}
.bg-yellow-700\/30{
  background-color: rgb(142 75 16 / 0.3);
}
.bg-yellow-700\/40{
  background-color: rgb(142 75 16 / 0.4);
}
.bg-yellow-700\/50{
  background-color: rgb(142 75 16 / 0.5);
}
.bg-yellow-700\/60{
  background-color: rgb(142 75 16 / 0.6);
}
.bg-yellow-700\/70{
  background-color: rgb(142 75 16 / 0.7);
}
.bg-yellow-700\/75{
  background-color: rgb(142 75 16 / 0.75);
}
.bg-yellow-700\/80{
  background-color: rgb(142 75 16 / 0.8);
}
.bg-yellow-700\/90{
  background-color: rgb(142 75 16 / 0.9);
}
.bg-yellow-700\/95{
  background-color: rgb(142 75 16 / 0.95);
}
.bg-yellow-700\/100{
  background-color: rgb(142 75 16 / 1);
}
.bg-yellow-800\/0{
  background-color: rgb(114 59 19 / 0);
}
.bg-yellow-800\/5{
  background-color: rgb(114 59 19 / 0.05);
}
.bg-yellow-800\/10{
  background-color: rgb(114 59 19 / 0.1);
}
.bg-yellow-800\/20{
  background-color: rgb(114 59 19 / 0.2);
}
.bg-yellow-800\/25{
  background-color: rgb(114 59 19 / 0.25);
}
.bg-yellow-800\/30{
  background-color: rgb(114 59 19 / 0.3);
}
.bg-yellow-800\/40{
  background-color: rgb(114 59 19 / 0.4);
}
.bg-yellow-800\/50{
  background-color: rgb(114 59 19 / 0.5);
}
.bg-yellow-800\/60{
  background-color: rgb(114 59 19 / 0.6);
}
.bg-yellow-800\/70{
  background-color: rgb(114 59 19 / 0.7);
}
.bg-yellow-800\/75{
  background-color: rgb(114 59 19 / 0.75);
}
.bg-yellow-800\/80{
  background-color: rgb(114 59 19 / 0.8);
}
.bg-yellow-800\/90{
  background-color: rgb(114 59 19 / 0.9);
}
.bg-yellow-800\/95{
  background-color: rgb(114 59 19 / 0.95);
}
.bg-yellow-800\/100{
  background-color: rgb(114 59 19 / 1);
}
.bg-yellow-900\/0{
  background-color: rgb(99 49 18 / 0);
}
.bg-yellow-900\/5{
  background-color: rgb(99 49 18 / 0.05);
}
.bg-yellow-900\/10{
  background-color: rgb(99 49 18 / 0.1);
}
.bg-yellow-900\/20{
  background-color: rgb(99 49 18 / 0.2);
}
.bg-yellow-900\/25{
  background-color: rgb(99 49 18 / 0.25);
}
.bg-yellow-900\/30{
  background-color: rgb(99 49 18 / 0.3);
}
.bg-yellow-900\/40{
  background-color: rgb(99 49 18 / 0.4);
}
.bg-yellow-900\/50{
  background-color: rgb(99 49 18 / 0.5);
}
.bg-yellow-900\/60{
  background-color: rgb(99 49 18 / 0.6);
}
.bg-yellow-900\/70{
  background-color: rgb(99 49 18 / 0.7);
}
.bg-yellow-900\/75{
  background-color: rgb(99 49 18 / 0.75);
}
.bg-yellow-900\/80{
  background-color: rgb(99 49 18 / 0.8);
}
.bg-yellow-900\/90{
  background-color: rgb(99 49 18 / 0.9);
}
.bg-yellow-900\/95{
  background-color: rgb(99 49 18 / 0.95);
}
.bg-yellow-900\/100{
  background-color: rgb(99 49 18 / 1);
}
.bg-teal-50\/0{
  background-color: rgb(237 250 250 / 0);
}
.bg-teal-50\/5{
  background-color: rgb(237 250 250 / 0.05);
}
.bg-teal-50\/10{
  background-color: rgb(237 250 250 / 0.1);
}
.bg-teal-50\/20{
  background-color: rgb(237 250 250 / 0.2);
}
.bg-teal-50\/25{
  background-color: rgb(237 250 250 / 0.25);
}
.bg-teal-50\/30{
  background-color: rgb(237 250 250 / 0.3);
}
.bg-teal-50\/40{
  background-color: rgb(237 250 250 / 0.4);
}
.bg-teal-50\/50{
  background-color: rgb(237 250 250 / 0.5);
}
.bg-teal-50\/60{
  background-color: rgb(237 250 250 / 0.6);
}
.bg-teal-50\/70{
  background-color: rgb(237 250 250 / 0.7);
}
.bg-teal-50\/75{
  background-color: rgb(237 250 250 / 0.75);
}
.bg-teal-50\/80{
  background-color: rgb(237 250 250 / 0.8);
}
.bg-teal-50\/90{
  background-color: rgb(237 250 250 / 0.9);
}
.bg-teal-50\/95{
  background-color: rgb(237 250 250 / 0.95);
}
.bg-teal-50\/100{
  background-color: rgb(237 250 250 / 1);
}
.bg-teal-100\/0{
  background-color: rgb(213 245 246 / 0);
}
.bg-teal-100\/5{
  background-color: rgb(213 245 246 / 0.05);
}
.bg-teal-100\/10{
  background-color: rgb(213 245 246 / 0.1);
}
.bg-teal-100\/20{
  background-color: rgb(213 245 246 / 0.2);
}
.bg-teal-100\/25{
  background-color: rgb(213 245 246 / 0.25);
}
.bg-teal-100\/30{
  background-color: rgb(213 245 246 / 0.3);
}
.bg-teal-100\/40{
  background-color: rgb(213 245 246 / 0.4);
}
.bg-teal-100\/50{
  background-color: rgb(213 245 246 / 0.5);
}
.bg-teal-100\/60{
  background-color: rgb(213 245 246 / 0.6);
}
.bg-teal-100\/70{
  background-color: rgb(213 245 246 / 0.7);
}
.bg-teal-100\/75{
  background-color: rgb(213 245 246 / 0.75);
}
.bg-teal-100\/80{
  background-color: rgb(213 245 246 / 0.8);
}
.bg-teal-100\/90{
  background-color: rgb(213 245 246 / 0.9);
}
.bg-teal-100\/95{
  background-color: rgb(213 245 246 / 0.95);
}
.bg-teal-100\/100{
  background-color: rgb(213 245 246 / 1);
}
.bg-teal-200\/0{
  background-color: rgb(175 236 239 / 0);
}
.bg-teal-200\/5{
  background-color: rgb(175 236 239 / 0.05);
}
.bg-teal-200\/10{
  background-color: rgb(175 236 239 / 0.1);
}
.bg-teal-200\/20{
  background-color: rgb(175 236 239 / 0.2);
}
.bg-teal-200\/25{
  background-color: rgb(175 236 239 / 0.25);
}
.bg-teal-200\/30{
  background-color: rgb(175 236 239 / 0.3);
}
.bg-teal-200\/40{
  background-color: rgb(175 236 239 / 0.4);
}
.bg-teal-200\/50{
  background-color: rgb(175 236 239 / 0.5);
}
.bg-teal-200\/60{
  background-color: rgb(175 236 239 / 0.6);
}
.bg-teal-200\/70{
  background-color: rgb(175 236 239 / 0.7);
}
.bg-teal-200\/75{
  background-color: rgb(175 236 239 / 0.75);
}
.bg-teal-200\/80{
  background-color: rgb(175 236 239 / 0.8);
}
.bg-teal-200\/90{
  background-color: rgb(175 236 239 / 0.9);
}
.bg-teal-200\/95{
  background-color: rgb(175 236 239 / 0.95);
}
.bg-teal-200\/100{
  background-color: rgb(175 236 239 / 1);
}
.bg-teal-300\/0{
  background-color: rgb(126 220 226 / 0);
}
.bg-teal-300\/5{
  background-color: rgb(126 220 226 / 0.05);
}
.bg-teal-300\/10{
  background-color: rgb(126 220 226 / 0.1);
}
.bg-teal-300\/20{
  background-color: rgb(126 220 226 / 0.2);
}
.bg-teal-300\/25{
  background-color: rgb(126 220 226 / 0.25);
}
.bg-teal-300\/30{
  background-color: rgb(126 220 226 / 0.3);
}
.bg-teal-300\/40{
  background-color: rgb(126 220 226 / 0.4);
}
.bg-teal-300\/50{
  background-color: rgb(126 220 226 / 0.5);
}
.bg-teal-300\/60{
  background-color: rgb(126 220 226 / 0.6);
}
.bg-teal-300\/70{
  background-color: rgb(126 220 226 / 0.7);
}
.bg-teal-300\/75{
  background-color: rgb(126 220 226 / 0.75);
}
.bg-teal-300\/80{
  background-color: rgb(126 220 226 / 0.8);
}
.bg-teal-300\/90{
  background-color: rgb(126 220 226 / 0.9);
}
.bg-teal-300\/95{
  background-color: rgb(126 220 226 / 0.95);
}
.bg-teal-300\/100{
  background-color: rgb(126 220 226 / 1);
}
.bg-teal-400\/0{
  background-color: rgb(22 189 202 / 0);
}
.bg-teal-400\/5{
  background-color: rgb(22 189 202 / 0.05);
}
.bg-teal-400\/10{
  background-color: rgb(22 189 202 / 0.1);
}
.bg-teal-400\/20{
  background-color: rgb(22 189 202 / 0.2);
}
.bg-teal-400\/25{
  background-color: rgb(22 189 202 / 0.25);
}
.bg-teal-400\/30{
  background-color: rgb(22 189 202 / 0.3);
}
.bg-teal-400\/40{
  background-color: rgb(22 189 202 / 0.4);
}
.bg-teal-400\/50{
  background-color: rgb(22 189 202 / 0.5);
}
.bg-teal-400\/60{
  background-color: rgb(22 189 202 / 0.6);
}
.bg-teal-400\/70{
  background-color: rgb(22 189 202 / 0.7);
}
.bg-teal-400\/75{
  background-color: rgb(22 189 202 / 0.75);
}
.bg-teal-400\/80{
  background-color: rgb(22 189 202 / 0.8);
}
.bg-teal-400\/90{
  background-color: rgb(22 189 202 / 0.9);
}
.bg-teal-400\/95{
  background-color: rgb(22 189 202 / 0.95);
}
.bg-teal-400\/100{
  background-color: rgb(22 189 202 / 1);
}
.bg-teal-500\/0{
  background-color: rgb(6 148 162 / 0);
}
.bg-teal-500\/5{
  background-color: rgb(6 148 162 / 0.05);
}
.bg-teal-500\/10{
  background-color: rgb(6 148 162 / 0.1);
}
.bg-teal-500\/20{
  background-color: rgb(6 148 162 / 0.2);
}
.bg-teal-500\/25{
  background-color: rgb(6 148 162 / 0.25);
}
.bg-teal-500\/30{
  background-color: rgb(6 148 162 / 0.3);
}
.bg-teal-500\/40{
  background-color: rgb(6 148 162 / 0.4);
}
.bg-teal-500\/50{
  background-color: rgb(6 148 162 / 0.5);
}
.bg-teal-500\/60{
  background-color: rgb(6 148 162 / 0.6);
}
.bg-teal-500\/70{
  background-color: rgb(6 148 162 / 0.7);
}
.bg-teal-500\/75{
  background-color: rgb(6 148 162 / 0.75);
}
.bg-teal-500\/80{
  background-color: rgb(6 148 162 / 0.8);
}
.bg-teal-500\/90{
  background-color: rgb(6 148 162 / 0.9);
}
.bg-teal-500\/95{
  background-color: rgb(6 148 162 / 0.95);
}
.bg-teal-500\/100{
  background-color: rgb(6 148 162 / 1);
}
.bg-teal-600\/0{
  background-color: rgb(4 116 129 / 0);
}
.bg-teal-600\/5{
  background-color: rgb(4 116 129 / 0.05);
}
.bg-teal-600\/10{
  background-color: rgb(4 116 129 / 0.1);
}
.bg-teal-600\/20{
  background-color: rgb(4 116 129 / 0.2);
}
.bg-teal-600\/25{
  background-color: rgb(4 116 129 / 0.25);
}
.bg-teal-600\/30{
  background-color: rgb(4 116 129 / 0.3);
}
.bg-teal-600\/40{
  background-color: rgb(4 116 129 / 0.4);
}
.bg-teal-600\/50{
  background-color: rgb(4 116 129 / 0.5);
}
.bg-teal-600\/60{
  background-color: rgb(4 116 129 / 0.6);
}
.bg-teal-600\/70{
  background-color: rgb(4 116 129 / 0.7);
}
.bg-teal-600\/75{
  background-color: rgb(4 116 129 / 0.75);
}
.bg-teal-600\/80{
  background-color: rgb(4 116 129 / 0.8);
}
.bg-teal-600\/90{
  background-color: rgb(4 116 129 / 0.9);
}
.bg-teal-600\/95{
  background-color: rgb(4 116 129 / 0.95);
}
.bg-teal-600\/100{
  background-color: rgb(4 116 129 / 1);
}
.bg-teal-700\/0{
  background-color: rgb(3 102 114 / 0);
}
.bg-teal-700\/5{
  background-color: rgb(3 102 114 / 0.05);
}
.bg-teal-700\/10{
  background-color: rgb(3 102 114 / 0.1);
}
.bg-teal-700\/20{
  background-color: rgb(3 102 114 / 0.2);
}
.bg-teal-700\/25{
  background-color: rgb(3 102 114 / 0.25);
}
.bg-teal-700\/30{
  background-color: rgb(3 102 114 / 0.3);
}
.bg-teal-700\/40{
  background-color: rgb(3 102 114 / 0.4);
}
.bg-teal-700\/50{
  background-color: rgb(3 102 114 / 0.5);
}
.bg-teal-700\/60{
  background-color: rgb(3 102 114 / 0.6);
}
.bg-teal-700\/70{
  background-color: rgb(3 102 114 / 0.7);
}
.bg-teal-700\/75{
  background-color: rgb(3 102 114 / 0.75);
}
.bg-teal-700\/80{
  background-color: rgb(3 102 114 / 0.8);
}
.bg-teal-700\/90{
  background-color: rgb(3 102 114 / 0.9);
}
.bg-teal-700\/95{
  background-color: rgb(3 102 114 / 0.95);
}
.bg-teal-700\/100{
  background-color: rgb(3 102 114 / 1);
}
.bg-teal-800\/0{
  background-color: rgb(5 80 92 / 0);
}
.bg-teal-800\/5{
  background-color: rgb(5 80 92 / 0.05);
}
.bg-teal-800\/10{
  background-color: rgb(5 80 92 / 0.1);
}
.bg-teal-800\/20{
  background-color: rgb(5 80 92 / 0.2);
}
.bg-teal-800\/25{
  background-color: rgb(5 80 92 / 0.25);
}
.bg-teal-800\/30{
  background-color: rgb(5 80 92 / 0.3);
}
.bg-teal-800\/40{
  background-color: rgb(5 80 92 / 0.4);
}
.bg-teal-800\/50{
  background-color: rgb(5 80 92 / 0.5);
}
.bg-teal-800\/60{
  background-color: rgb(5 80 92 / 0.6);
}
.bg-teal-800\/70{
  background-color: rgb(5 80 92 / 0.7);
}
.bg-teal-800\/75{
  background-color: rgb(5 80 92 / 0.75);
}
.bg-teal-800\/80{
  background-color: rgb(5 80 92 / 0.8);
}
.bg-teal-800\/90{
  background-color: rgb(5 80 92 / 0.9);
}
.bg-teal-800\/95{
  background-color: rgb(5 80 92 / 0.95);
}
.bg-teal-800\/100{
  background-color: rgb(5 80 92 / 1);
}
.bg-teal-900\/0{
  background-color: rgb(1 68 81 / 0);
}
.bg-teal-900\/5{
  background-color: rgb(1 68 81 / 0.05);
}
.bg-teal-900\/10{
  background-color: rgb(1 68 81 / 0.1);
}
.bg-teal-900\/20{
  background-color: rgb(1 68 81 / 0.2);
}
.bg-teal-900\/25{
  background-color: rgb(1 68 81 / 0.25);
}
.bg-teal-900\/30{
  background-color: rgb(1 68 81 / 0.3);
}
.bg-teal-900\/40{
  background-color: rgb(1 68 81 / 0.4);
}
.bg-teal-900\/50{
  background-color: rgb(1 68 81 / 0.5);
}
.bg-teal-900\/60{
  background-color: rgb(1 68 81 / 0.6);
}
.bg-teal-900\/70{
  background-color: rgb(1 68 81 / 0.7);
}
.bg-teal-900\/75{
  background-color: rgb(1 68 81 / 0.75);
}
.bg-teal-900\/80{
  background-color: rgb(1 68 81 / 0.8);
}
.bg-teal-900\/90{
  background-color: rgb(1 68 81 / 0.9);
}
.bg-teal-900\/95{
  background-color: rgb(1 68 81 / 0.95);
}
.bg-teal-900\/100{
  background-color: rgb(1 68 81 / 1);
}
.bg-blue-50\/0{
  background-color: rgb(235 245 255 / 0);
}
.bg-blue-50\/5{
  background-color: rgb(235 245 255 / 0.05);
}
.bg-blue-50\/10{
  background-color: rgb(235 245 255 / 0.1);
}
.bg-blue-50\/20{
  background-color: rgb(235 245 255 / 0.2);
}
.bg-blue-50\/25{
  background-color: rgb(235 245 255 / 0.25);
}
.bg-blue-50\/30{
  background-color: rgb(235 245 255 / 0.3);
}
.bg-blue-50\/40{
  background-color: rgb(235 245 255 / 0.4);
}
.bg-blue-50\/50{
  background-color: rgb(235 245 255 / 0.5);
}
.bg-blue-50\/60{
  background-color: rgb(235 245 255 / 0.6);
}
.bg-blue-50\/70{
  background-color: rgb(235 245 255 / 0.7);
}
.bg-blue-50\/75{
  background-color: rgb(235 245 255 / 0.75);
}
.bg-blue-50\/80{
  background-color: rgb(235 245 255 / 0.8);
}
.bg-blue-50\/90{
  background-color: rgb(235 245 255 / 0.9);
}
.bg-blue-50\/95{
  background-color: rgb(235 245 255 / 0.95);
}
.bg-blue-50\/100{
  background-color: rgb(235 245 255 / 1);
}
.bg-blue-100\/0{
  background-color: rgb(225 239 254 / 0);
}
.bg-blue-100\/5{
  background-color: rgb(225 239 254 / 0.05);
}
.bg-blue-100\/10{
  background-color: rgb(225 239 254 / 0.1);
}
.bg-blue-100\/20{
  background-color: rgb(225 239 254 / 0.2);
}
.bg-blue-100\/25{
  background-color: rgb(225 239 254 / 0.25);
}
.bg-blue-100\/30{
  background-color: rgb(225 239 254 / 0.3);
}
.bg-blue-100\/40{
  background-color: rgb(225 239 254 / 0.4);
}
.bg-blue-100\/50{
  background-color: rgb(225 239 254 / 0.5);
}
.bg-blue-100\/60{
  background-color: rgb(225 239 254 / 0.6);
}
.bg-blue-100\/70{
  background-color: rgb(225 239 254 / 0.7);
}
.bg-blue-100\/75{
  background-color: rgb(225 239 254 / 0.75);
}
.bg-blue-100\/80{
  background-color: rgb(225 239 254 / 0.8);
}
.bg-blue-100\/90{
  background-color: rgb(225 239 254 / 0.9);
}
.bg-blue-100\/95{
  background-color: rgb(225 239 254 / 0.95);
}
.bg-blue-100\/100{
  background-color: rgb(225 239 254 / 1);
}
.bg-blue-200\/0{
  background-color: rgb(195 221 253 / 0);
}
.bg-blue-200\/5{
  background-color: rgb(195 221 253 / 0.05);
}
.bg-blue-200\/10{
  background-color: rgb(195 221 253 / 0.1);
}
.bg-blue-200\/20{
  background-color: rgb(195 221 253 / 0.2);
}
.bg-blue-200\/25{
  background-color: rgb(195 221 253 / 0.25);
}
.bg-blue-200\/30{
  background-color: rgb(195 221 253 / 0.3);
}
.bg-blue-200\/40{
  background-color: rgb(195 221 253 / 0.4);
}
.bg-blue-200\/50{
  background-color: rgb(195 221 253 / 0.5);
}
.bg-blue-200\/60{
  background-color: rgb(195 221 253 / 0.6);
}
.bg-blue-200\/70{
  background-color: rgb(195 221 253 / 0.7);
}
.bg-blue-200\/75{
  background-color: rgb(195 221 253 / 0.75);
}
.bg-blue-200\/80{
  background-color: rgb(195 221 253 / 0.8);
}
.bg-blue-200\/90{
  background-color: rgb(195 221 253 / 0.9);
}
.bg-blue-200\/95{
  background-color: rgb(195 221 253 / 0.95);
}
.bg-blue-200\/100{
  background-color: rgb(195 221 253 / 1);
}
.bg-blue-300\/0{
  background-color: rgb(164 202 254 / 0);
}
.bg-blue-300\/5{
  background-color: rgb(164 202 254 / 0.05);
}
.bg-blue-300\/10{
  background-color: rgb(164 202 254 / 0.1);
}
.bg-blue-300\/20{
  background-color: rgb(164 202 254 / 0.2);
}
.bg-blue-300\/25{
  background-color: rgb(164 202 254 / 0.25);
}
.bg-blue-300\/30{
  background-color: rgb(164 202 254 / 0.3);
}
.bg-blue-300\/40{
  background-color: rgb(164 202 254 / 0.4);
}
.bg-blue-300\/50{
  background-color: rgb(164 202 254 / 0.5);
}
.bg-blue-300\/60{
  background-color: rgb(164 202 254 / 0.6);
}
.bg-blue-300\/70{
  background-color: rgb(164 202 254 / 0.7);
}
.bg-blue-300\/75{
  background-color: rgb(164 202 254 / 0.75);
}
.bg-blue-300\/80{
  background-color: rgb(164 202 254 / 0.8);
}
.bg-blue-300\/90{
  background-color: rgb(164 202 254 / 0.9);
}
.bg-blue-300\/95{
  background-color: rgb(164 202 254 / 0.95);
}
.bg-blue-300\/100{
  background-color: rgb(164 202 254 / 1);
}
.bg-blue-400\/0{
  background-color: rgb(118 169 250 / 0);
}
.bg-blue-400\/5{
  background-color: rgb(118 169 250 / 0.05);
}
.bg-blue-400\/10{
  background-color: rgb(118 169 250 / 0.1);
}
.bg-blue-400\/20{
  background-color: rgb(118 169 250 / 0.2);
}
.bg-blue-400\/25{
  background-color: rgb(118 169 250 / 0.25);
}
.bg-blue-400\/30{
  background-color: rgb(118 169 250 / 0.3);
}
.bg-blue-400\/40{
  background-color: rgb(118 169 250 / 0.4);
}
.bg-blue-400\/50{
  background-color: rgb(118 169 250 / 0.5);
}
.bg-blue-400\/60{
  background-color: rgb(118 169 250 / 0.6);
}
.bg-blue-400\/70{
  background-color: rgb(118 169 250 / 0.7);
}
.bg-blue-400\/75{
  background-color: rgb(118 169 250 / 0.75);
}
.bg-blue-400\/80{
  background-color: rgb(118 169 250 / 0.8);
}
.bg-blue-400\/90{
  background-color: rgb(118 169 250 / 0.9);
}
.bg-blue-400\/95{
  background-color: rgb(118 169 250 / 0.95);
}
.bg-blue-400\/100{
  background-color: rgb(118 169 250 / 1);
}
.bg-blue-500\/0{
  background-color: rgb(63 131 248 / 0);
}
.bg-blue-500\/5{
  background-color: rgb(63 131 248 / 0.05);
}
.bg-blue-500\/10{
  background-color: rgb(63 131 248 / 0.1);
}
.bg-blue-500\/20{
  background-color: rgb(63 131 248 / 0.2);
}
.bg-blue-500\/25{
  background-color: rgb(63 131 248 / 0.25);
}
.bg-blue-500\/30{
  background-color: rgb(63 131 248 / 0.3);
}
.bg-blue-500\/40{
  background-color: rgb(63 131 248 / 0.4);
}
.bg-blue-500\/50{
  background-color: rgb(63 131 248 / 0.5);
}
.bg-blue-500\/60{
  background-color: rgb(63 131 248 / 0.6);
}
.bg-blue-500\/70{
  background-color: rgb(63 131 248 / 0.7);
}
.bg-blue-500\/75{
  background-color: rgb(63 131 248 / 0.75);
}
.bg-blue-500\/80{
  background-color: rgb(63 131 248 / 0.8);
}
.bg-blue-500\/90{
  background-color: rgb(63 131 248 / 0.9);
}
.bg-blue-500\/95{
  background-color: rgb(63 131 248 / 0.95);
}
.bg-blue-500\/100{
  background-color: rgb(63 131 248 / 1);
}
.bg-blue-600\/0{
  background-color: rgb(28 100 242 / 0);
}
.bg-blue-600\/5{
  background-color: rgb(28 100 242 / 0.05);
}
.bg-blue-600\/10{
  background-color: rgb(28 100 242 / 0.1);
}
.bg-blue-600\/20{
  background-color: rgb(28 100 242 / 0.2);
}
.bg-blue-600\/25{
  background-color: rgb(28 100 242 / 0.25);
}
.bg-blue-600\/30{
  background-color: rgb(28 100 242 / 0.3);
}
.bg-blue-600\/40{
  background-color: rgb(28 100 242 / 0.4);
}
.bg-blue-600\/50{
  background-color: rgb(28 100 242 / 0.5);
}
.bg-blue-600\/60{
  background-color: rgb(28 100 242 / 0.6);
}
.bg-blue-600\/70{
  background-color: rgb(28 100 242 / 0.7);
}
.bg-blue-600\/75{
  background-color: rgb(28 100 242 / 0.75);
}
.bg-blue-600\/80{
  background-color: rgb(28 100 242 / 0.8);
}
.bg-blue-600\/90{
  background-color: rgb(28 100 242 / 0.9);
}
.bg-blue-600\/95{
  background-color: rgb(28 100 242 / 0.95);
}
.bg-blue-600\/100{
  background-color: rgb(28 100 242 / 1);
}
.bg-blue-700\/0{
  background-color: rgb(26 86 219 / 0);
}
.bg-blue-700\/5{
  background-color: rgb(26 86 219 / 0.05);
}
.bg-blue-700\/10{
  background-color: rgb(26 86 219 / 0.1);
}
.bg-blue-700\/20{
  background-color: rgb(26 86 219 / 0.2);
}
.bg-blue-700\/25{
  background-color: rgb(26 86 219 / 0.25);
}
.bg-blue-700\/30{
  background-color: rgb(26 86 219 / 0.3);
}
.bg-blue-700\/40{
  background-color: rgb(26 86 219 / 0.4);
}
.bg-blue-700\/50{
  background-color: rgb(26 86 219 / 0.5);
}
.bg-blue-700\/60{
  background-color: rgb(26 86 219 / 0.6);
}
.bg-blue-700\/70{
  background-color: rgb(26 86 219 / 0.7);
}
.bg-blue-700\/75{
  background-color: rgb(26 86 219 / 0.75);
}
.bg-blue-700\/80{
  background-color: rgb(26 86 219 / 0.8);
}
.bg-blue-700\/90{
  background-color: rgb(26 86 219 / 0.9);
}
.bg-blue-700\/95{
  background-color: rgb(26 86 219 / 0.95);
}
.bg-blue-700\/100{
  background-color: rgb(26 86 219 / 1);
}
.bg-blue-800\/0{
  background-color: rgb(30 66 159 / 0);
}
.bg-blue-800\/5{
  background-color: rgb(30 66 159 / 0.05);
}
.bg-blue-800\/10{
  background-color: rgb(30 66 159 / 0.1);
}
.bg-blue-800\/20{
  background-color: rgb(30 66 159 / 0.2);
}
.bg-blue-800\/25{
  background-color: rgb(30 66 159 / 0.25);
}
.bg-blue-800\/30{
  background-color: rgb(30 66 159 / 0.3);
}
.bg-blue-800\/40{
  background-color: rgb(30 66 159 / 0.4);
}
.bg-blue-800\/50{
  background-color: rgb(30 66 159 / 0.5);
}
.bg-blue-800\/60{
  background-color: rgb(30 66 159 / 0.6);
}
.bg-blue-800\/70{
  background-color: rgb(30 66 159 / 0.7);
}
.bg-blue-800\/75{
  background-color: rgb(30 66 159 / 0.75);
}
.bg-blue-800\/80{
  background-color: rgb(30 66 159 / 0.8);
}
.bg-blue-800\/90{
  background-color: rgb(30 66 159 / 0.9);
}
.bg-blue-800\/95{
  background-color: rgb(30 66 159 / 0.95);
}
.bg-blue-800\/100{
  background-color: rgb(30 66 159 / 1);
}
.bg-blue-900\/0{
  background-color: rgb(35 56 118 / 0);
}
.bg-blue-900\/5{
  background-color: rgb(35 56 118 / 0.05);
}
.bg-blue-900\/10{
  background-color: rgb(35 56 118 / 0.1);
}
.bg-blue-900\/20{
  background-color: rgb(35 56 118 / 0.2);
}
.bg-blue-900\/25{
  background-color: rgb(35 56 118 / 0.25);
}
.bg-blue-900\/30{
  background-color: rgb(35 56 118 / 0.3);
}
.bg-blue-900\/40{
  background-color: rgb(35 56 118 / 0.4);
}
.bg-blue-900\/50{
  background-color: rgb(35 56 118 / 0.5);
}
.bg-blue-900\/60{
  background-color: rgb(35 56 118 / 0.6);
}
.bg-blue-900\/70{
  background-color: rgb(35 56 118 / 0.7);
}
.bg-blue-900\/75{
  background-color: rgb(35 56 118 / 0.75);
}
.bg-blue-900\/80{
  background-color: rgb(35 56 118 / 0.8);
}
.bg-blue-900\/90{
  background-color: rgb(35 56 118 / 0.9);
}
.bg-blue-900\/95{
  background-color: rgb(35 56 118 / 0.95);
}
.bg-blue-900\/100{
  background-color: rgb(35 56 118 / 1);
}
.bg-indigo-50\/0{
  background-color: rgb(240 245 255 / 0);
}
.bg-indigo-50\/5{
  background-color: rgb(240 245 255 / 0.05);
}
.bg-indigo-50\/10{
  background-color: rgb(240 245 255 / 0.1);
}
.bg-indigo-50\/20{
  background-color: rgb(240 245 255 / 0.2);
}
.bg-indigo-50\/25{
  background-color: rgb(240 245 255 / 0.25);
}
.bg-indigo-50\/30{
  background-color: rgb(240 245 255 / 0.3);
}
.bg-indigo-50\/40{
  background-color: rgb(240 245 255 / 0.4);
}
.bg-indigo-50\/50{
  background-color: rgb(240 245 255 / 0.5);
}
.bg-indigo-50\/60{
  background-color: rgb(240 245 255 / 0.6);
}
.bg-indigo-50\/70{
  background-color: rgb(240 245 255 / 0.7);
}
.bg-indigo-50\/75{
  background-color: rgb(240 245 255 / 0.75);
}
.bg-indigo-50\/80{
  background-color: rgb(240 245 255 / 0.8);
}
.bg-indigo-50\/90{
  background-color: rgb(240 245 255 / 0.9);
}
.bg-indigo-50\/95{
  background-color: rgb(240 245 255 / 0.95);
}
.bg-indigo-50\/100{
  background-color: rgb(240 245 255 / 1);
}
.bg-indigo-100\/0{
  background-color: rgb(229 237 255 / 0);
}
.bg-indigo-100\/5{
  background-color: rgb(229 237 255 / 0.05);
}
.bg-indigo-100\/10{
  background-color: rgb(229 237 255 / 0.1);
}
.bg-indigo-100\/20{
  background-color: rgb(229 237 255 / 0.2);
}
.bg-indigo-100\/25{
  background-color: rgb(229 237 255 / 0.25);
}
.bg-indigo-100\/30{
  background-color: rgb(229 237 255 / 0.3);
}
.bg-indigo-100\/40{
  background-color: rgb(229 237 255 / 0.4);
}
.bg-indigo-100\/50{
  background-color: rgb(229 237 255 / 0.5);
}
.bg-indigo-100\/60{
  background-color: rgb(229 237 255 / 0.6);
}
.bg-indigo-100\/70{
  background-color: rgb(229 237 255 / 0.7);
}
.bg-indigo-100\/75{
  background-color: rgb(229 237 255 / 0.75);
}
.bg-indigo-100\/80{
  background-color: rgb(229 237 255 / 0.8);
}
.bg-indigo-100\/90{
  background-color: rgb(229 237 255 / 0.9);
}
.bg-indigo-100\/95{
  background-color: rgb(229 237 255 / 0.95);
}
.bg-indigo-100\/100{
  background-color: rgb(229 237 255 / 1);
}
.bg-indigo-200\/0{
  background-color: rgb(205 219 254 / 0);
}
.bg-indigo-200\/5{
  background-color: rgb(205 219 254 / 0.05);
}
.bg-indigo-200\/10{
  background-color: rgb(205 219 254 / 0.1);
}
.bg-indigo-200\/20{
  background-color: rgb(205 219 254 / 0.2);
}
.bg-indigo-200\/25{
  background-color: rgb(205 219 254 / 0.25);
}
.bg-indigo-200\/30{
  background-color: rgb(205 219 254 / 0.3);
}
.bg-indigo-200\/40{
  background-color: rgb(205 219 254 / 0.4);
}
.bg-indigo-200\/50{
  background-color: rgb(205 219 254 / 0.5);
}
.bg-indigo-200\/60{
  background-color: rgb(205 219 254 / 0.6);
}
.bg-indigo-200\/70{
  background-color: rgb(205 219 254 / 0.7);
}
.bg-indigo-200\/75{
  background-color: rgb(205 219 254 / 0.75);
}
.bg-indigo-200\/80{
  background-color: rgb(205 219 254 / 0.8);
}
.bg-indigo-200\/90{
  background-color: rgb(205 219 254 / 0.9);
}
.bg-indigo-200\/95{
  background-color: rgb(205 219 254 / 0.95);
}
.bg-indigo-200\/100{
  background-color: rgb(205 219 254 / 1);
}
.bg-indigo-300\/0{
  background-color: rgb(180 198 252 / 0);
}
.bg-indigo-300\/5{
  background-color: rgb(180 198 252 / 0.05);
}
.bg-indigo-300\/10{
  background-color: rgb(180 198 252 / 0.1);
}
.bg-indigo-300\/20{
  background-color: rgb(180 198 252 / 0.2);
}
.bg-indigo-300\/25{
  background-color: rgb(180 198 252 / 0.25);
}
.bg-indigo-300\/30{
  background-color: rgb(180 198 252 / 0.3);
}
.bg-indigo-300\/40{
  background-color: rgb(180 198 252 / 0.4);
}
.bg-indigo-300\/50{
  background-color: rgb(180 198 252 / 0.5);
}
.bg-indigo-300\/60{
  background-color: rgb(180 198 252 / 0.6);
}
.bg-indigo-300\/70{
  background-color: rgb(180 198 252 / 0.7);
}
.bg-indigo-300\/75{
  background-color: rgb(180 198 252 / 0.75);
}
.bg-indigo-300\/80{
  background-color: rgb(180 198 252 / 0.8);
}
.bg-indigo-300\/90{
  background-color: rgb(180 198 252 / 0.9);
}
.bg-indigo-300\/95{
  background-color: rgb(180 198 252 / 0.95);
}
.bg-indigo-300\/100{
  background-color: rgb(180 198 252 / 1);
}
.bg-indigo-400\/0{
  background-color: rgb(141 162 251 / 0);
}
.bg-indigo-400\/5{
  background-color: rgb(141 162 251 / 0.05);
}
.bg-indigo-400\/10{
  background-color: rgb(141 162 251 / 0.1);
}
.bg-indigo-400\/20{
  background-color: rgb(141 162 251 / 0.2);
}
.bg-indigo-400\/25{
  background-color: rgb(141 162 251 / 0.25);
}
.bg-indigo-400\/30{
  background-color: rgb(141 162 251 / 0.3);
}
.bg-indigo-400\/40{
  background-color: rgb(141 162 251 / 0.4);
}
.bg-indigo-400\/50{
  background-color: rgb(141 162 251 / 0.5);
}
.bg-indigo-400\/60{
  background-color: rgb(141 162 251 / 0.6);
}
.bg-indigo-400\/70{
  background-color: rgb(141 162 251 / 0.7);
}
.bg-indigo-400\/75{
  background-color: rgb(141 162 251 / 0.75);
}
.bg-indigo-400\/80{
  background-color: rgb(141 162 251 / 0.8);
}
.bg-indigo-400\/90{
  background-color: rgb(141 162 251 / 0.9);
}
.bg-indigo-400\/95{
  background-color: rgb(141 162 251 / 0.95);
}
.bg-indigo-400\/100{
  background-color: rgb(141 162 251 / 1);
}
.bg-indigo-500\/0{
  background-color: rgb(104 117 245 / 0);
}
.bg-indigo-500\/5{
  background-color: rgb(104 117 245 / 0.05);
}
.bg-indigo-500\/10{
  background-color: rgb(104 117 245 / 0.1);
}
.bg-indigo-500\/20{
  background-color: rgb(104 117 245 / 0.2);
}
.bg-indigo-500\/25{
  background-color: rgb(104 117 245 / 0.25);
}
.bg-indigo-500\/30{
  background-color: rgb(104 117 245 / 0.3);
}
.bg-indigo-500\/40{
  background-color: rgb(104 117 245 / 0.4);
}
.bg-indigo-500\/50{
  background-color: rgb(104 117 245 / 0.5);
}
.bg-indigo-500\/60{
  background-color: rgb(104 117 245 / 0.6);
}
.bg-indigo-500\/70{
  background-color: rgb(104 117 245 / 0.7);
}
.bg-indigo-500\/75{
  background-color: rgb(104 117 245 / 0.75);
}
.bg-indigo-500\/80{
  background-color: rgb(104 117 245 / 0.8);
}
.bg-indigo-500\/90{
  background-color: rgb(104 117 245 / 0.9);
}
.bg-indigo-500\/95{
  background-color: rgb(104 117 245 / 0.95);
}
.bg-indigo-500\/100{
  background-color: rgb(104 117 245 / 1);
}
.bg-indigo-600\/0{
  background-color: rgb(88 80 236 / 0);
}
.bg-indigo-600\/5{
  background-color: rgb(88 80 236 / 0.05);
}
.bg-indigo-600\/10{
  background-color: rgb(88 80 236 / 0.1);
}
.bg-indigo-600\/20{
  background-color: rgb(88 80 236 / 0.2);
}
.bg-indigo-600\/25{
  background-color: rgb(88 80 236 / 0.25);
}
.bg-indigo-600\/30{
  background-color: rgb(88 80 236 / 0.3);
}
.bg-indigo-600\/40{
  background-color: rgb(88 80 236 / 0.4);
}
.bg-indigo-600\/50{
  background-color: rgb(88 80 236 / 0.5);
}
.bg-indigo-600\/60{
  background-color: rgb(88 80 236 / 0.6);
}
.bg-indigo-600\/70{
  background-color: rgb(88 80 236 / 0.7);
}
.bg-indigo-600\/75{
  background-color: rgb(88 80 236 / 0.75);
}
.bg-indigo-600\/80{
  background-color: rgb(88 80 236 / 0.8);
}
.bg-indigo-600\/90{
  background-color: rgb(88 80 236 / 0.9);
}
.bg-indigo-600\/95{
  background-color: rgb(88 80 236 / 0.95);
}
.bg-indigo-600\/100{
  background-color: rgb(88 80 236 / 1);
}
.bg-indigo-700\/0{
  background-color: rgb(81 69 205 / 0);
}
.bg-indigo-700\/5{
  background-color: rgb(81 69 205 / 0.05);
}
.bg-indigo-700\/10{
  background-color: rgb(81 69 205 / 0.1);
}
.bg-indigo-700\/20{
  background-color: rgb(81 69 205 / 0.2);
}
.bg-indigo-700\/25{
  background-color: rgb(81 69 205 / 0.25);
}
.bg-indigo-700\/30{
  background-color: rgb(81 69 205 / 0.3);
}
.bg-indigo-700\/40{
  background-color: rgb(81 69 205 / 0.4);
}
.bg-indigo-700\/50{
  background-color: rgb(81 69 205 / 0.5);
}
.bg-indigo-700\/60{
  background-color: rgb(81 69 205 / 0.6);
}
.bg-indigo-700\/70{
  background-color: rgb(81 69 205 / 0.7);
}
.bg-indigo-700\/75{
  background-color: rgb(81 69 205 / 0.75);
}
.bg-indigo-700\/80{
  background-color: rgb(81 69 205 / 0.8);
}
.bg-indigo-700\/90{
  background-color: rgb(81 69 205 / 0.9);
}
.bg-indigo-700\/95{
  background-color: rgb(81 69 205 / 0.95);
}
.bg-indigo-700\/100{
  background-color: rgb(81 69 205 / 1);
}
.bg-indigo-800\/0{
  background-color: rgb(66 56 157 / 0);
}
.bg-indigo-800\/5{
  background-color: rgb(66 56 157 / 0.05);
}
.bg-indigo-800\/10{
  background-color: rgb(66 56 157 / 0.1);
}
.bg-indigo-800\/20{
  background-color: rgb(66 56 157 / 0.2);
}
.bg-indigo-800\/25{
  background-color: rgb(66 56 157 / 0.25);
}
.bg-indigo-800\/30{
  background-color: rgb(66 56 157 / 0.3);
}
.bg-indigo-800\/40{
  background-color: rgb(66 56 157 / 0.4);
}
.bg-indigo-800\/50{
  background-color: rgb(66 56 157 / 0.5);
}
.bg-indigo-800\/60{
  background-color: rgb(66 56 157 / 0.6);
}
.bg-indigo-800\/70{
  background-color: rgb(66 56 157 / 0.7);
}
.bg-indigo-800\/75{
  background-color: rgb(66 56 157 / 0.75);
}
.bg-indigo-800\/80{
  background-color: rgb(66 56 157 / 0.8);
}
.bg-indigo-800\/90{
  background-color: rgb(66 56 157 / 0.9);
}
.bg-indigo-800\/95{
  background-color: rgb(66 56 157 / 0.95);
}
.bg-indigo-800\/100{
  background-color: rgb(66 56 157 / 1);
}
.bg-indigo-900\/0{
  background-color: rgb(54 47 120 / 0);
}
.bg-indigo-900\/5{
  background-color: rgb(54 47 120 / 0.05);
}
.bg-indigo-900\/10{
  background-color: rgb(54 47 120 / 0.1);
}
.bg-indigo-900\/20{
  background-color: rgb(54 47 120 / 0.2);
}
.bg-indigo-900\/25{
  background-color: rgb(54 47 120 / 0.25);
}
.bg-indigo-900\/30{
  background-color: rgb(54 47 120 / 0.3);
}
.bg-indigo-900\/40{
  background-color: rgb(54 47 120 / 0.4);
}
.bg-indigo-900\/50{
  background-color: rgb(54 47 120 / 0.5);
}
.bg-indigo-900\/60{
  background-color: rgb(54 47 120 / 0.6);
}
.bg-indigo-900\/70{
  background-color: rgb(54 47 120 / 0.7);
}
.bg-indigo-900\/75{
  background-color: rgb(54 47 120 / 0.75);
}
.bg-indigo-900\/80{
  background-color: rgb(54 47 120 / 0.8);
}
.bg-indigo-900\/90{
  background-color: rgb(54 47 120 / 0.9);
}
.bg-indigo-900\/95{
  background-color: rgb(54 47 120 / 0.95);
}
.bg-indigo-900\/100{
  background-color: rgb(54 47 120 / 1);
}
.bg-purple-50\/0{
  background-color: rgb(246 245 255 / 0);
}
.bg-purple-50\/5{
  background-color: rgb(246 245 255 / 0.05);
}
.bg-purple-50\/10{
  background-color: rgb(246 245 255 / 0.1);
}
.bg-purple-50\/20{
  background-color: rgb(246 245 255 / 0.2);
}
.bg-purple-50\/25{
  background-color: rgb(246 245 255 / 0.25);
}
.bg-purple-50\/30{
  background-color: rgb(246 245 255 / 0.3);
}
.bg-purple-50\/40{
  background-color: rgb(246 245 255 / 0.4);
}
.bg-purple-50\/50{
  background-color: rgb(246 245 255 / 0.5);
}
.bg-purple-50\/60{
  background-color: rgb(246 245 255 / 0.6);
}
.bg-purple-50\/70{
  background-color: rgb(246 245 255 / 0.7);
}
.bg-purple-50\/75{
  background-color: rgb(246 245 255 / 0.75);
}
.bg-purple-50\/80{
  background-color: rgb(246 245 255 / 0.8);
}
.bg-purple-50\/90{
  background-color: rgb(246 245 255 / 0.9);
}
.bg-purple-50\/95{
  background-color: rgb(246 245 255 / 0.95);
}
.bg-purple-50\/100{
  background-color: rgb(246 245 255 / 1);
}
.bg-purple-100\/0{
  background-color: rgb(237 235 254 / 0);
}
.bg-purple-100\/5{
  background-color: rgb(237 235 254 / 0.05);
}
.bg-purple-100\/10{
  background-color: rgb(237 235 254 / 0.1);
}
.bg-purple-100\/20{
  background-color: rgb(237 235 254 / 0.2);
}
.bg-purple-100\/25{
  background-color: rgb(237 235 254 / 0.25);
}
.bg-purple-100\/30{
  background-color: rgb(237 235 254 / 0.3);
}
.bg-purple-100\/40{
  background-color: rgb(237 235 254 / 0.4);
}
.bg-purple-100\/50{
  background-color: rgb(237 235 254 / 0.5);
}
.bg-purple-100\/60{
  background-color: rgb(237 235 254 / 0.6);
}
.bg-purple-100\/70{
  background-color: rgb(237 235 254 / 0.7);
}
.bg-purple-100\/75{
  background-color: rgb(237 235 254 / 0.75);
}
.bg-purple-100\/80{
  background-color: rgb(237 235 254 / 0.8);
}
.bg-purple-100\/90{
  background-color: rgb(237 235 254 / 0.9);
}
.bg-purple-100\/95{
  background-color: rgb(237 235 254 / 0.95);
}
.bg-purple-100\/100{
  background-color: rgb(237 235 254 / 1);
}
.bg-purple-200\/0{
  background-color: rgb(220 215 254 / 0);
}
.bg-purple-200\/5{
  background-color: rgb(220 215 254 / 0.05);
}
.bg-purple-200\/10{
  background-color: rgb(220 215 254 / 0.1);
}
.bg-purple-200\/20{
  background-color: rgb(220 215 254 / 0.2);
}
.bg-purple-200\/25{
  background-color: rgb(220 215 254 / 0.25);
}
.bg-purple-200\/30{
  background-color: rgb(220 215 254 / 0.3);
}
.bg-purple-200\/40{
  background-color: rgb(220 215 254 / 0.4);
}
.bg-purple-200\/50{
  background-color: rgb(220 215 254 / 0.5);
}
.bg-purple-200\/60{
  background-color: rgb(220 215 254 / 0.6);
}
.bg-purple-200\/70{
  background-color: rgb(220 215 254 / 0.7);
}
.bg-purple-200\/75{
  background-color: rgb(220 215 254 / 0.75);
}
.bg-purple-200\/80{
  background-color: rgb(220 215 254 / 0.8);
}
.bg-purple-200\/90{
  background-color: rgb(220 215 254 / 0.9);
}
.bg-purple-200\/95{
  background-color: rgb(220 215 254 / 0.95);
}
.bg-purple-200\/100{
  background-color: rgb(220 215 254 / 1);
}
.bg-purple-300\/0{
  background-color: rgb(202 191 253 / 0);
}
.bg-purple-300\/5{
  background-color: rgb(202 191 253 / 0.05);
}
.bg-purple-300\/10{
  background-color: rgb(202 191 253 / 0.1);
}
.bg-purple-300\/20{
  background-color: rgb(202 191 253 / 0.2);
}
.bg-purple-300\/25{
  background-color: rgb(202 191 253 / 0.25);
}
.bg-purple-300\/30{
  background-color: rgb(202 191 253 / 0.3);
}
.bg-purple-300\/40{
  background-color: rgb(202 191 253 / 0.4);
}
.bg-purple-300\/50{
  background-color: rgb(202 191 253 / 0.5);
}
.bg-purple-300\/60{
  background-color: rgb(202 191 253 / 0.6);
}
.bg-purple-300\/70{
  background-color: rgb(202 191 253 / 0.7);
}
.bg-purple-300\/75{
  background-color: rgb(202 191 253 / 0.75);
}
.bg-purple-300\/80{
  background-color: rgb(202 191 253 / 0.8);
}
.bg-purple-300\/90{
  background-color: rgb(202 191 253 / 0.9);
}
.bg-purple-300\/95{
  background-color: rgb(202 191 253 / 0.95);
}
.bg-purple-300\/100{
  background-color: rgb(202 191 253 / 1);
}
.bg-purple-400\/0{
  background-color: rgb(172 148 250 / 0);
}
.bg-purple-400\/5{
  background-color: rgb(172 148 250 / 0.05);
}
.bg-purple-400\/10{
  background-color: rgb(172 148 250 / 0.1);
}
.bg-purple-400\/20{
  background-color: rgb(172 148 250 / 0.2);
}
.bg-purple-400\/25{
  background-color: rgb(172 148 250 / 0.25);
}
.bg-purple-400\/30{
  background-color: rgb(172 148 250 / 0.3);
}
.bg-purple-400\/40{
  background-color: rgb(172 148 250 / 0.4);
}
.bg-purple-400\/50{
  background-color: rgb(172 148 250 / 0.5);
}
.bg-purple-400\/60{
  background-color: rgb(172 148 250 / 0.6);
}
.bg-purple-400\/70{
  background-color: rgb(172 148 250 / 0.7);
}
.bg-purple-400\/75{
  background-color: rgb(172 148 250 / 0.75);
}
.bg-purple-400\/80{
  background-color: rgb(172 148 250 / 0.8);
}
.bg-purple-400\/90{
  background-color: rgb(172 148 250 / 0.9);
}
.bg-purple-400\/95{
  background-color: rgb(172 148 250 / 0.95);
}
.bg-purple-400\/100{
  background-color: rgb(172 148 250 / 1);
}
.bg-purple-500\/0{
  background-color: rgb(144 97 249 / 0);
}
.bg-purple-500\/5{
  background-color: rgb(144 97 249 / 0.05);
}
.bg-purple-500\/10{
  background-color: rgb(144 97 249 / 0.1);
}
.bg-purple-500\/20{
  background-color: rgb(144 97 249 / 0.2);
}
.bg-purple-500\/25{
  background-color: rgb(144 97 249 / 0.25);
}
.bg-purple-500\/30{
  background-color: rgb(144 97 249 / 0.3);
}
.bg-purple-500\/40{
  background-color: rgb(144 97 249 / 0.4);
}
.bg-purple-500\/50{
  background-color: rgb(144 97 249 / 0.5);
}
.bg-purple-500\/60{
  background-color: rgb(144 97 249 / 0.6);
}
.bg-purple-500\/70{
  background-color: rgb(144 97 249 / 0.7);
}
.bg-purple-500\/75{
  background-color: rgb(144 97 249 / 0.75);
}
.bg-purple-500\/80{
  background-color: rgb(144 97 249 / 0.8);
}
.bg-purple-500\/90{
  background-color: rgb(144 97 249 / 0.9);
}
.bg-purple-500\/95{
  background-color: rgb(144 97 249 / 0.95);
}
.bg-purple-500\/100{
  background-color: rgb(144 97 249 / 1);
}
.bg-purple-600\/0{
  background-color: rgb(126 58 242 / 0);
}
.bg-purple-600\/5{
  background-color: rgb(126 58 242 / 0.05);
}
.bg-purple-600\/10{
  background-color: rgb(126 58 242 / 0.1);
}
.bg-purple-600\/20{
  background-color: rgb(126 58 242 / 0.2);
}
.bg-purple-600\/25{
  background-color: rgb(126 58 242 / 0.25);
}
.bg-purple-600\/30{
  background-color: rgb(126 58 242 / 0.3);
}
.bg-purple-600\/40{
  background-color: rgb(126 58 242 / 0.4);
}
.bg-purple-600\/50{
  background-color: rgb(126 58 242 / 0.5);
}
.bg-purple-600\/60{
  background-color: rgb(126 58 242 / 0.6);
}
.bg-purple-600\/70{
  background-color: rgb(126 58 242 / 0.7);
}
.bg-purple-600\/75{
  background-color: rgb(126 58 242 / 0.75);
}
.bg-purple-600\/80{
  background-color: rgb(126 58 242 / 0.8);
}
.bg-purple-600\/90{
  background-color: rgb(126 58 242 / 0.9);
}
.bg-purple-600\/95{
  background-color: rgb(126 58 242 / 0.95);
}
.bg-purple-600\/100{
  background-color: rgb(126 58 242 / 1);
}
.bg-purple-700\/0{
  background-color: rgb(108 43 217 / 0);
}
.bg-purple-700\/5{
  background-color: rgb(108 43 217 / 0.05);
}
.bg-purple-700\/10{
  background-color: rgb(108 43 217 / 0.1);
}
.bg-purple-700\/20{
  background-color: rgb(108 43 217 / 0.2);
}
.bg-purple-700\/25{
  background-color: rgb(108 43 217 / 0.25);
}
.bg-purple-700\/30{
  background-color: rgb(108 43 217 / 0.3);
}
.bg-purple-700\/40{
  background-color: rgb(108 43 217 / 0.4);
}
.bg-purple-700\/50{
  background-color: rgb(108 43 217 / 0.5);
}
.bg-purple-700\/60{
  background-color: rgb(108 43 217 / 0.6);
}
.bg-purple-700\/70{
  background-color: rgb(108 43 217 / 0.7);
}
.bg-purple-700\/75{
  background-color: rgb(108 43 217 / 0.75);
}
.bg-purple-700\/80{
  background-color: rgb(108 43 217 / 0.8);
}
.bg-purple-700\/90{
  background-color: rgb(108 43 217 / 0.9);
}
.bg-purple-700\/95{
  background-color: rgb(108 43 217 / 0.95);
}
.bg-purple-700\/100{
  background-color: rgb(108 43 217 / 1);
}
.bg-purple-800\/0{
  background-color: rgb(85 33 181 / 0);
}
.bg-purple-800\/5{
  background-color: rgb(85 33 181 / 0.05);
}
.bg-purple-800\/10{
  background-color: rgb(85 33 181 / 0.1);
}
.bg-purple-800\/20{
  background-color: rgb(85 33 181 / 0.2);
}
.bg-purple-800\/25{
  background-color: rgb(85 33 181 / 0.25);
}
.bg-purple-800\/30{
  background-color: rgb(85 33 181 / 0.3);
}
.bg-purple-800\/40{
  background-color: rgb(85 33 181 / 0.4);
}
.bg-purple-800\/50{
  background-color: rgb(85 33 181 / 0.5);
}
.bg-purple-800\/60{
  background-color: rgb(85 33 181 / 0.6);
}
.bg-purple-800\/70{
  background-color: rgb(85 33 181 / 0.7);
}
.bg-purple-800\/75{
  background-color: rgb(85 33 181 / 0.75);
}
.bg-purple-800\/80{
  background-color: rgb(85 33 181 / 0.8);
}
.bg-purple-800\/90{
  background-color: rgb(85 33 181 / 0.9);
}
.bg-purple-800\/95{
  background-color: rgb(85 33 181 / 0.95);
}
.bg-purple-800\/100{
  background-color: rgb(85 33 181 / 1);
}
.bg-purple-900\/0{
  background-color: rgb(74 29 150 / 0);
}
.bg-purple-900\/5{
  background-color: rgb(74 29 150 / 0.05);
}
.bg-purple-900\/10{
  background-color: rgb(74 29 150 / 0.1);
}
.bg-purple-900\/20{
  background-color: rgb(74 29 150 / 0.2);
}
.bg-purple-900\/25{
  background-color: rgb(74 29 150 / 0.25);
}
.bg-purple-900\/30{
  background-color: rgb(74 29 150 / 0.3);
}
.bg-purple-900\/40{
  background-color: rgb(74 29 150 / 0.4);
}
.bg-purple-900\/50{
  background-color: rgb(74 29 150 / 0.5);
}
.bg-purple-900\/60{
  background-color: rgb(74 29 150 / 0.6);
}
.bg-purple-900\/70{
  background-color: rgb(74 29 150 / 0.7);
}
.bg-purple-900\/75{
  background-color: rgb(74 29 150 / 0.75);
}
.bg-purple-900\/80{
  background-color: rgb(74 29 150 / 0.8);
}
.bg-purple-900\/90{
  background-color: rgb(74 29 150 / 0.9);
}
.bg-purple-900\/95{
  background-color: rgb(74 29 150 / 0.95);
}
.bg-purple-900\/100{
  background-color: rgb(74 29 150 / 1);
}
.bg-purple-light\/0{
  background-color: rgb(224 14 102 / 0);
}
.bg-purple-light\/5{
  background-color: rgb(224 14 102 / 0.05);
}
.bg-purple-light\/10{
  background-color: rgb(224 14 102 / 0.1);
}
.bg-purple-light\/20{
  background-color: rgb(224 14 102 / 0.2);
}
.bg-purple-light\/25{
  background-color: rgb(224 14 102 / 0.25);
}
.bg-purple-light\/30{
  background-color: rgb(224 14 102 / 0.3);
}
.bg-purple-light\/40{
  background-color: rgb(224 14 102 / 0.4);
}
.bg-purple-light\/50{
  background-color: rgb(224 14 102 / 0.5);
}
.bg-purple-light\/60{
  background-color: rgb(224 14 102 / 0.6);
}
.bg-purple-light\/70{
  background-color: rgb(224 14 102 / 0.7);
}
.bg-purple-light\/75{
  background-color: rgb(224 14 102 / 0.75);
}
.bg-purple-light\/80{
  background-color: rgb(224 14 102 / 0.8);
}
.bg-purple-light\/90{
  background-color: rgb(224 14 102 / 0.9);
}
.bg-purple-light\/95{
  background-color: rgb(224 14 102 / 0.95);
}
.bg-purple-light\/100{
  background-color: rgb(224 14 102 / 1);
}
.bg-pink-50\/0{
  background-color: rgb(253 242 248 / 0);
}
.bg-pink-50\/5{
  background-color: rgb(253 242 248 / 0.05);
}
.bg-pink-50\/10{
  background-color: rgb(253 242 248 / 0.1);
}
.bg-pink-50\/20{
  background-color: rgb(253 242 248 / 0.2);
}
.bg-pink-50\/25{
  background-color: rgb(253 242 248 / 0.25);
}
.bg-pink-50\/30{
  background-color: rgb(253 242 248 / 0.3);
}
.bg-pink-50\/40{
  background-color: rgb(253 242 248 / 0.4);
}
.bg-pink-50\/50{
  background-color: rgb(253 242 248 / 0.5);
}
.bg-pink-50\/60{
  background-color: rgb(253 242 248 / 0.6);
}
.bg-pink-50\/70{
  background-color: rgb(253 242 248 / 0.7);
}
.bg-pink-50\/75{
  background-color: rgb(253 242 248 / 0.75);
}
.bg-pink-50\/80{
  background-color: rgb(253 242 248 / 0.8);
}
.bg-pink-50\/90{
  background-color: rgb(253 242 248 / 0.9);
}
.bg-pink-50\/95{
  background-color: rgb(253 242 248 / 0.95);
}
.bg-pink-50\/100{
  background-color: rgb(253 242 248 / 1);
}
.bg-pink-100\/0{
  background-color: rgb(252 232 243 / 0);
}
.bg-pink-100\/5{
  background-color: rgb(252 232 243 / 0.05);
}
.bg-pink-100\/10{
  background-color: rgb(252 232 243 / 0.1);
}
.bg-pink-100\/20{
  background-color: rgb(252 232 243 / 0.2);
}
.bg-pink-100\/25{
  background-color: rgb(252 232 243 / 0.25);
}
.bg-pink-100\/30{
  background-color: rgb(252 232 243 / 0.3);
}
.bg-pink-100\/40{
  background-color: rgb(252 232 243 / 0.4);
}
.bg-pink-100\/50{
  background-color: rgb(252 232 243 / 0.5);
}
.bg-pink-100\/60{
  background-color: rgb(252 232 243 / 0.6);
}
.bg-pink-100\/70{
  background-color: rgb(252 232 243 / 0.7);
}
.bg-pink-100\/75{
  background-color: rgb(252 232 243 / 0.75);
}
.bg-pink-100\/80{
  background-color: rgb(252 232 243 / 0.8);
}
.bg-pink-100\/90{
  background-color: rgb(252 232 243 / 0.9);
}
.bg-pink-100\/95{
  background-color: rgb(252 232 243 / 0.95);
}
.bg-pink-100\/100{
  background-color: rgb(252 232 243 / 1);
}
.bg-pink-200\/0{
  background-color: rgb(250 209 232 / 0);
}
.bg-pink-200\/5{
  background-color: rgb(250 209 232 / 0.05);
}
.bg-pink-200\/10{
  background-color: rgb(250 209 232 / 0.1);
}
.bg-pink-200\/20{
  background-color: rgb(250 209 232 / 0.2);
}
.bg-pink-200\/25{
  background-color: rgb(250 209 232 / 0.25);
}
.bg-pink-200\/30{
  background-color: rgb(250 209 232 / 0.3);
}
.bg-pink-200\/40{
  background-color: rgb(250 209 232 / 0.4);
}
.bg-pink-200\/50{
  background-color: rgb(250 209 232 / 0.5);
}
.bg-pink-200\/60{
  background-color: rgb(250 209 232 / 0.6);
}
.bg-pink-200\/70{
  background-color: rgb(250 209 232 / 0.7);
}
.bg-pink-200\/75{
  background-color: rgb(250 209 232 / 0.75);
}
.bg-pink-200\/80{
  background-color: rgb(250 209 232 / 0.8);
}
.bg-pink-200\/90{
  background-color: rgb(250 209 232 / 0.9);
}
.bg-pink-200\/95{
  background-color: rgb(250 209 232 / 0.95);
}
.bg-pink-200\/100{
  background-color: rgb(250 209 232 / 1);
}
.bg-pink-300\/0{
  background-color: rgb(248 180 217 / 0);
}
.bg-pink-300\/5{
  background-color: rgb(248 180 217 / 0.05);
}
.bg-pink-300\/10{
  background-color: rgb(248 180 217 / 0.1);
}
.bg-pink-300\/20{
  background-color: rgb(248 180 217 / 0.2);
}
.bg-pink-300\/25{
  background-color: rgb(248 180 217 / 0.25);
}
.bg-pink-300\/30{
  background-color: rgb(248 180 217 / 0.3);
}
.bg-pink-300\/40{
  background-color: rgb(248 180 217 / 0.4);
}
.bg-pink-300\/50{
  background-color: rgb(248 180 217 / 0.5);
}
.bg-pink-300\/60{
  background-color: rgb(248 180 217 / 0.6);
}
.bg-pink-300\/70{
  background-color: rgb(248 180 217 / 0.7);
}
.bg-pink-300\/75{
  background-color: rgb(248 180 217 / 0.75);
}
.bg-pink-300\/80{
  background-color: rgb(248 180 217 / 0.8);
}
.bg-pink-300\/90{
  background-color: rgb(248 180 217 / 0.9);
}
.bg-pink-300\/95{
  background-color: rgb(248 180 217 / 0.95);
}
.bg-pink-300\/100{
  background-color: rgb(248 180 217 / 1);
}
.bg-pink-400\/0{
  background-color: rgb(241 126 184 / 0);
}
.bg-pink-400\/5{
  background-color: rgb(241 126 184 / 0.05);
}
.bg-pink-400\/10{
  background-color: rgb(241 126 184 / 0.1);
}
.bg-pink-400\/20{
  background-color: rgb(241 126 184 / 0.2);
}
.bg-pink-400\/25{
  background-color: rgb(241 126 184 / 0.25);
}
.bg-pink-400\/30{
  background-color: rgb(241 126 184 / 0.3);
}
.bg-pink-400\/40{
  background-color: rgb(241 126 184 / 0.4);
}
.bg-pink-400\/50{
  background-color: rgb(241 126 184 / 0.5);
}
.bg-pink-400\/60{
  background-color: rgb(241 126 184 / 0.6);
}
.bg-pink-400\/70{
  background-color: rgb(241 126 184 / 0.7);
}
.bg-pink-400\/75{
  background-color: rgb(241 126 184 / 0.75);
}
.bg-pink-400\/80{
  background-color: rgb(241 126 184 / 0.8);
}
.bg-pink-400\/90{
  background-color: rgb(241 126 184 / 0.9);
}
.bg-pink-400\/95{
  background-color: rgb(241 126 184 / 0.95);
}
.bg-pink-400\/100{
  background-color: rgb(241 126 184 / 1);
}
.bg-pink-500\/0{
  background-color: rgb(231 70 148 / 0);
}
.bg-pink-500\/5{
  background-color: rgb(231 70 148 / 0.05);
}
.bg-pink-500\/10{
  background-color: rgb(231 70 148 / 0.1);
}
.bg-pink-500\/20{
  background-color: rgb(231 70 148 / 0.2);
}
.bg-pink-500\/25{
  background-color: rgb(231 70 148 / 0.25);
}
.bg-pink-500\/30{
  background-color: rgb(231 70 148 / 0.3);
}
.bg-pink-500\/40{
  background-color: rgb(231 70 148 / 0.4);
}
.bg-pink-500\/50{
  background-color: rgb(231 70 148 / 0.5);
}
.bg-pink-500\/60{
  background-color: rgb(231 70 148 / 0.6);
}
.bg-pink-500\/70{
  background-color: rgb(231 70 148 / 0.7);
}
.bg-pink-500\/75{
  background-color: rgb(231 70 148 / 0.75);
}
.bg-pink-500\/80{
  background-color: rgb(231 70 148 / 0.8);
}
.bg-pink-500\/90{
  background-color: rgb(231 70 148 / 0.9);
}
.bg-pink-500\/95{
  background-color: rgb(231 70 148 / 0.95);
}
.bg-pink-500\/100{
  background-color: rgb(231 70 148 / 1);
}
.bg-pink-600\/0{
  background-color: rgb(214 31 105 / 0);
}
.bg-pink-600\/5{
  background-color: rgb(214 31 105 / 0.05);
}
.bg-pink-600\/10{
  background-color: rgb(214 31 105 / 0.1);
}
.bg-pink-600\/20{
  background-color: rgb(214 31 105 / 0.2);
}
.bg-pink-600\/25{
  background-color: rgb(214 31 105 / 0.25);
}
.bg-pink-600\/30{
  background-color: rgb(214 31 105 / 0.3);
}
.bg-pink-600\/40{
  background-color: rgb(214 31 105 / 0.4);
}
.bg-pink-600\/50{
  background-color: rgb(214 31 105 / 0.5);
}
.bg-pink-600\/60{
  background-color: rgb(214 31 105 / 0.6);
}
.bg-pink-600\/70{
  background-color: rgb(214 31 105 / 0.7);
}
.bg-pink-600\/75{
  background-color: rgb(214 31 105 / 0.75);
}
.bg-pink-600\/80{
  background-color: rgb(214 31 105 / 0.8);
}
.bg-pink-600\/90{
  background-color: rgb(214 31 105 / 0.9);
}
.bg-pink-600\/95{
  background-color: rgb(214 31 105 / 0.95);
}
.bg-pink-600\/100{
  background-color: rgb(214 31 105 / 1);
}
.bg-pink-700\/0{
  background-color: rgb(191 18 93 / 0);
}
.bg-pink-700\/5{
  background-color: rgb(191 18 93 / 0.05);
}
.bg-pink-700\/10{
  background-color: rgb(191 18 93 / 0.1);
}
.bg-pink-700\/20{
  background-color: rgb(191 18 93 / 0.2);
}
.bg-pink-700\/25{
  background-color: rgb(191 18 93 / 0.25);
}
.bg-pink-700\/30{
  background-color: rgb(191 18 93 / 0.3);
}
.bg-pink-700\/40{
  background-color: rgb(191 18 93 / 0.4);
}
.bg-pink-700\/50{
  background-color: rgb(191 18 93 / 0.5);
}
.bg-pink-700\/60{
  background-color: rgb(191 18 93 / 0.6);
}
.bg-pink-700\/70{
  background-color: rgb(191 18 93 / 0.7);
}
.bg-pink-700\/75{
  background-color: rgb(191 18 93 / 0.75);
}
.bg-pink-700\/80{
  background-color: rgb(191 18 93 / 0.8);
}
.bg-pink-700\/90{
  background-color: rgb(191 18 93 / 0.9);
}
.bg-pink-700\/95{
  background-color: rgb(191 18 93 / 0.95);
}
.bg-pink-700\/100{
  background-color: rgb(191 18 93 / 1);
}
.bg-pink-800\/0{
  background-color: rgb(153 21 75 / 0);
}
.bg-pink-800\/5{
  background-color: rgb(153 21 75 / 0.05);
}
.bg-pink-800\/10{
  background-color: rgb(153 21 75 / 0.1);
}
.bg-pink-800\/20{
  background-color: rgb(153 21 75 / 0.2);
}
.bg-pink-800\/25{
  background-color: rgb(153 21 75 / 0.25);
}
.bg-pink-800\/30{
  background-color: rgb(153 21 75 / 0.3);
}
.bg-pink-800\/40{
  background-color: rgb(153 21 75 / 0.4);
}
.bg-pink-800\/50{
  background-color: rgb(153 21 75 / 0.5);
}
.bg-pink-800\/60{
  background-color: rgb(153 21 75 / 0.6);
}
.bg-pink-800\/70{
  background-color: rgb(153 21 75 / 0.7);
}
.bg-pink-800\/75{
  background-color: rgb(153 21 75 / 0.75);
}
.bg-pink-800\/80{
  background-color: rgb(153 21 75 / 0.8);
}
.bg-pink-800\/90{
  background-color: rgb(153 21 75 / 0.9);
}
.bg-pink-800\/95{
  background-color: rgb(153 21 75 / 0.95);
}
.bg-pink-800\/100{
  background-color: rgb(153 21 75 / 1);
}
.bg-pink-900\/0{
  background-color: rgb(117 26 61 / 0);
}
.bg-pink-900\/5{
  background-color: rgb(117 26 61 / 0.05);
}
.bg-pink-900\/10{
  background-color: rgb(117 26 61 / 0.1);
}
.bg-pink-900\/20{
  background-color: rgb(117 26 61 / 0.2);
}
.bg-pink-900\/25{
  background-color: rgb(117 26 61 / 0.25);
}
.bg-pink-900\/30{
  background-color: rgb(117 26 61 / 0.3);
}
.bg-pink-900\/40{
  background-color: rgb(117 26 61 / 0.4);
}
.bg-pink-900\/50{
  background-color: rgb(117 26 61 / 0.5);
}
.bg-pink-900\/60{
  background-color: rgb(117 26 61 / 0.6);
}
.bg-pink-900\/70{
  background-color: rgb(117 26 61 / 0.7);
}
.bg-pink-900\/75{
  background-color: rgb(117 26 61 / 0.75);
}
.bg-pink-900\/80{
  background-color: rgb(117 26 61 / 0.8);
}
.bg-pink-900\/90{
  background-color: rgb(117 26 61 / 0.9);
}
.bg-pink-900\/95{
  background-color: rgb(117 26 61 / 0.95);
}
.bg-pink-900\/100{
  background-color: rgb(117 26 61 / 1);
}
.bg-primary-50\/0{
  background-color: rgb(0 151 167 / 0);
}
.bg-primary-50\/5{
  background-color: rgb(0 151 167 / 0.05);
}
.bg-primary-50\/10{
  background-color: rgb(0 151 167 / 0.1);
}
.bg-primary-50\/20{
  background-color: rgb(0 151 167 / 0.2);
}
.bg-primary-50\/25{
  background-color: rgb(0 151 167 / 0.25);
}
.bg-primary-50\/30{
  background-color: rgb(0 151 167 / 0.3);
}
.bg-primary-50\/40{
  background-color: rgb(0 151 167 / 0.4);
}
.bg-primary-50\/50{
  background-color: rgb(0 151 167 / 0.5);
}
.bg-primary-50\/60{
  background-color: rgb(0 151 167 / 0.6);
}
.bg-primary-50\/70{
  background-color: rgb(0 151 167 / 0.7);
}
.bg-primary-50\/75{
  background-color: rgb(0 151 167 / 0.75);
}
.bg-primary-50\/80{
  background-color: rgb(0 151 167 / 0.8);
}
.bg-primary-50\/90{
  background-color: rgb(0 151 167 / 0.9);
}
.bg-primary-50\/95{
  background-color: rgb(0 151 167 / 0.95);
}
.bg-primary-50\/100{
  background-color: rgb(0 151 167 / 1);
}
.bg-primary-100\/0{
  background-color: rgb(14 28 42 / 0);
}
.bg-primary-100\/5{
  background-color: rgb(14 28 42 / 0.05);
}
.bg-primary-100\/10{
  background-color: rgb(14 28 42 / 0.1);
}
.bg-primary-100\/20{
  background-color: rgb(14 28 42 / 0.2);
}
.bg-primary-100\/25{
  background-color: rgb(14 28 42 / 0.25);
}
.bg-primary-100\/30{
  background-color: rgb(14 28 42 / 0.3);
}
.bg-primary-100\/40{
  background-color: rgb(14 28 42 / 0.4);
}
.bg-primary-100\/50{
  background-color: rgb(14 28 42 / 0.5);
}
.bg-primary-100\/60{
  background-color: rgb(14 28 42 / 0.6);
}
.bg-primary-100\/70{
  background-color: rgb(14 28 42 / 0.7);
}
.bg-primary-100\/75{
  background-color: rgb(14 28 42 / 0.75);
}
.bg-primary-100\/80{
  background-color: rgb(14 28 42 / 0.8);
}
.bg-primary-100\/90{
  background-color: rgb(14 28 42 / 0.9);
}
.bg-primary-100\/95{
  background-color: rgb(14 28 42 / 0.95);
}
.bg-primary-100\/100{
  background-color: rgb(14 28 42 / 1);
}
.bg-primary-290\/0{
  background-color: rgb(34 68 74 / 0);
}
.bg-primary-290\/5{
  background-color: rgb(34 68 74 / 0.05);
}
.bg-primary-290\/10{
  background-color: rgb(34 68 74 / 0.1);
}
.bg-primary-290\/20{
  background-color: rgb(34 68 74 / 0.2);
}
.bg-primary-290\/25{
  background-color: rgb(34 68 74 / 0.25);
}
.bg-primary-290\/30{
  background-color: rgb(34 68 74 / 0.3);
}
.bg-primary-290\/40{
  background-color: rgb(34 68 74 / 0.4);
}
.bg-primary-290\/50{
  background-color: rgb(34 68 74 / 0.5);
}
.bg-primary-290\/60{
  background-color: rgb(34 68 74 / 0.6);
}
.bg-primary-290\/70{
  background-color: rgb(34 68 74 / 0.7);
}
.bg-primary-290\/75{
  background-color: rgb(34 68 74 / 0.75);
}
.bg-primary-290\/80{
  background-color: rgb(34 68 74 / 0.8);
}
.bg-primary-290\/90{
  background-color: rgb(34 68 74 / 0.9);
}
.bg-primary-290\/95{
  background-color: rgb(34 68 74 / 0.95);
}
.bg-primary-290\/100{
  background-color: rgb(34 68 74 / 1);
}
.bg-primary-300\/0{
  background-color: rgb(34 110 184 / 0);
}
.bg-primary-300\/5{
  background-color: rgb(34 110 184 / 0.05);
}
.bg-primary-300\/10{
  background-color: rgb(34 110 184 / 0.1);
}
.bg-primary-300\/20{
  background-color: rgb(34 110 184 / 0.2);
}
.bg-primary-300\/25{
  background-color: rgb(34 110 184 / 0.25);
}
.bg-primary-300\/30{
  background-color: rgb(34 110 184 / 0.3);
}
.bg-primary-300\/40{
  background-color: rgb(34 110 184 / 0.4);
}
.bg-primary-300\/50{
  background-color: rgb(34 110 184 / 0.5);
}
.bg-primary-300\/60{
  background-color: rgb(34 110 184 / 0.6);
}
.bg-primary-300\/70{
  background-color: rgb(34 110 184 / 0.7);
}
.bg-primary-300\/75{
  background-color: rgb(34 110 184 / 0.75);
}
.bg-primary-300\/80{
  background-color: rgb(34 110 184 / 0.8);
}
.bg-primary-300\/90{
  background-color: rgb(34 110 184 / 0.9);
}
.bg-primary-300\/95{
  background-color: rgb(34 110 184 / 0.95);
}
.bg-primary-300\/100{
  background-color: rgb(34 110 184 / 1);
}
.bg-primary-400\/0{
  background-color: rgb(40 157 204 / 0);
}
.bg-primary-400\/5{
  background-color: rgb(40 157 204 / 0.05);
}
.bg-primary-400\/10{
  background-color: rgb(40 157 204 / 0.1);
}
.bg-primary-400\/20{
  background-color: rgb(40 157 204 / 0.2);
}
.bg-primary-400\/25{
  background-color: rgb(40 157 204 / 0.25);
}
.bg-primary-400\/30{
  background-color: rgb(40 157 204 / 0.3);
}
.bg-primary-400\/40{
  background-color: rgb(40 157 204 / 0.4);
}
.bg-primary-400\/50{
  background-color: rgb(40 157 204 / 0.5);
}
.bg-primary-400\/60{
  background-color: rgb(40 157 204 / 0.6);
}
.bg-primary-400\/70{
  background-color: rgb(40 157 204 / 0.7);
}
.bg-primary-400\/75{
  background-color: rgb(40 157 204 / 0.75);
}
.bg-primary-400\/80{
  background-color: rgb(40 157 204 / 0.8);
}
.bg-primary-400\/90{
  background-color: rgb(40 157 204 / 0.9);
}
.bg-primary-400\/95{
  background-color: rgb(40 157 204 / 0.95);
}
.bg-primary-400\/100{
  background-color: rgb(40 157 204 / 1);
}
.bg-primary-600\/0{
  background-color: rgb(81 151 229 / 0);
}
.bg-primary-600\/5{
  background-color: rgb(81 151 229 / 0.05);
}
.bg-primary-600\/10{
  background-color: rgb(81 151 229 / 0.1);
}
.bg-primary-600\/20{
  background-color: rgb(81 151 229 / 0.2);
}
.bg-primary-600\/25{
  background-color: rgb(81 151 229 / 0.25);
}
.bg-primary-600\/30{
  background-color: rgb(81 151 229 / 0.3);
}
.bg-primary-600\/40{
  background-color: rgb(81 151 229 / 0.4);
}
.bg-primary-600\/50{
  background-color: rgb(81 151 229 / 0.5);
}
.bg-primary-600\/60{
  background-color: rgb(81 151 229 / 0.6);
}
.bg-primary-600\/70{
  background-color: rgb(81 151 229 / 0.7);
}
.bg-primary-600\/75{
  background-color: rgb(81 151 229 / 0.75);
}
.bg-primary-600\/80{
  background-color: rgb(81 151 229 / 0.8);
}
.bg-primary-600\/90{
  background-color: rgb(81 151 229 / 0.9);
}
.bg-primary-600\/95{
  background-color: rgb(81 151 229 / 0.95);
}
.bg-primary-600\/100{
  background-color: rgb(81 151 229 / 1);
}
.bg-primary-700\/0{
  background-color: rgb(106 187 223 / 0);
}
.bg-primary-700\/5{
  background-color: rgb(106 187 223 / 0.05);
}
.bg-primary-700\/10{
  background-color: rgb(106 187 223 / 0.1);
}
.bg-primary-700\/20{
  background-color: rgb(106 187 223 / 0.2);
}
.bg-primary-700\/25{
  background-color: rgb(106 187 223 / 0.25);
}
.bg-primary-700\/30{
  background-color: rgb(106 187 223 / 0.3);
}
.bg-primary-700\/40{
  background-color: rgb(106 187 223 / 0.4);
}
.bg-primary-700\/50{
  background-color: rgb(106 187 223 / 0.5);
}
.bg-primary-700\/60{
  background-color: rgb(106 187 223 / 0.6);
}
.bg-primary-700\/70{
  background-color: rgb(106 187 223 / 0.7);
}
.bg-primary-700\/75{
  background-color: rgb(106 187 223 / 0.75);
}
.bg-primary-700\/80{
  background-color: rgb(106 187 223 / 0.8);
}
.bg-primary-700\/90{
  background-color: rgb(106 187 223 / 0.9);
}
.bg-primary-700\/95{
  background-color: rgb(106 187 223 / 0.95);
}
.bg-primary-700\/100{
  background-color: rgb(106 187 223 / 1);
}
.bg-primary-720\/0{
  background-color: rgb(112 142 148 / 0);
}
.bg-primary-720\/5{
  background-color: rgb(112 142 148 / 0.05);
}
.bg-primary-720\/10{
  background-color: rgb(112 142 148 / 0.1);
}
.bg-primary-720\/20{
  background-color: rgb(112 142 148 / 0.2);
}
.bg-primary-720\/25{
  background-color: rgb(112 142 148 / 0.25);
}
.bg-primary-720\/30{
  background-color: rgb(112 142 148 / 0.3);
}
.bg-primary-720\/40{
  background-color: rgb(112 142 148 / 0.4);
}
.bg-primary-720\/50{
  background-color: rgb(112 142 148 / 0.5);
}
.bg-primary-720\/60{
  background-color: rgb(112 142 148 / 0.6);
}
.bg-primary-720\/70{
  background-color: rgb(112 142 148 / 0.7);
}
.bg-primary-720\/75{
  background-color: rgb(112 142 148 / 0.75);
}
.bg-primary-720\/80{
  background-color: rgb(112 142 148 / 0.8);
}
.bg-primary-720\/90{
  background-color: rgb(112 142 148 / 0.9);
}
.bg-primary-720\/95{
  background-color: rgb(112 142 148 / 0.95);
}
.bg-primary-720\/100{
  background-color: rgb(112 142 148 / 1);
}
.bg-primary-750\/0{
  background-color: rgb(128 222 234 / 0);
}
.bg-primary-750\/5{
  background-color: rgb(128 222 234 / 0.05);
}
.bg-primary-750\/10{
  background-color: rgb(128 222 234 / 0.1);
}
.bg-primary-750\/20{
  background-color: rgb(128 222 234 / 0.2);
}
.bg-primary-750\/25{
  background-color: rgb(128 222 234 / 0.25);
}
.bg-primary-750\/30{
  background-color: rgb(128 222 234 / 0.3);
}
.bg-primary-750\/40{
  background-color: rgb(128 222 234 / 0.4);
}
.bg-primary-750\/50{
  background-color: rgb(128 222 234 / 0.5);
}
.bg-primary-750\/60{
  background-color: rgb(128 222 234 / 0.6);
}
.bg-primary-750\/70{
  background-color: rgb(128 222 234 / 0.7);
}
.bg-primary-750\/75{
  background-color: rgb(128 222 234 / 0.75);
}
.bg-primary-750\/80{
  background-color: rgb(128 222 234 / 0.8);
}
.bg-primary-750\/90{
  background-color: rgb(128 222 234 / 0.9);
}
.bg-primary-750\/95{
  background-color: rgb(128 222 234 / 0.95);
}
.bg-primary-750\/100{
  background-color: rgb(128 222 234 / 1);
}
.bg-primary-800\/0{
  background-color: rgb(227 248 251 / 0);
}
.bg-primary-800\/5{
  background-color: rgb(227 248 251 / 0.05);
}
.bg-primary-800\/10{
  background-color: rgb(227 248 251 / 0.1);
}
.bg-primary-800\/20{
  background-color: rgb(227 248 251 / 0.2);
}
.bg-primary-800\/25{
  background-color: rgb(227 248 251 / 0.25);
}
.bg-primary-800\/30{
  background-color: rgb(227 248 251 / 0.3);
}
.bg-primary-800\/40{
  background-color: rgb(227 248 251 / 0.4);
}
.bg-primary-800\/50{
  background-color: rgb(227 248 251 / 0.5);
}
.bg-primary-800\/60{
  background-color: rgb(227 248 251 / 0.6);
}
.bg-primary-800\/70{
  background-color: rgb(227 248 251 / 0.7);
}
.bg-primary-800\/75{
  background-color: rgb(227 248 251 / 0.75);
}
.bg-primary-800\/80{
  background-color: rgb(227 248 251 / 0.8);
}
.bg-primary-800\/90{
  background-color: rgb(227 248 251 / 0.9);
}
.bg-primary-800\/95{
  background-color: rgb(227 248 251 / 0.95);
}
.bg-primary-800\/100{
  background-color: rgb(227 248 251 / 1);
}
.bg-primary-dark\/0{
  background-color: rgb(5 79 89 / 0);
}
.bg-primary-dark\/5{
  background-color: rgb(5 79 89 / 0.05);
}
.bg-primary-dark\/10{
  background-color: rgb(5 79 89 / 0.1);
}
.bg-primary-dark\/20{
  background-color: rgb(5 79 89 / 0.2);
}
.bg-primary-dark\/25{
  background-color: rgb(5 79 89 / 0.25);
}
.bg-primary-dark\/30{
  background-color: rgb(5 79 89 / 0.3);
}
.bg-primary-dark\/40{
  background-color: rgb(5 79 89 / 0.4);
}
.bg-primary-dark\/50{
  background-color: rgb(5 79 89 / 0.5);
}
.bg-primary-dark\/60{
  background-color: rgb(5 79 89 / 0.6);
}
.bg-primary-dark\/70{
  background-color: rgb(5 79 89 / 0.7);
}
.bg-primary-dark\/75{
  background-color: rgb(5 79 89 / 0.75);
}
.bg-primary-dark\/80{
  background-color: rgb(5 79 89 / 0.8);
}
.bg-primary-dark\/90{
  background-color: rgb(5 79 89 / 0.9);
}
.bg-primary-dark\/95{
  background-color: rgb(5 79 89 / 0.95);
}
.bg-primary-dark\/100{
  background-color: rgb(5 79 89 / 1);
}
.bg-primary-light\/0{
  background-color: rgb(213 227 231 / 0);
}
.bg-primary-light\/5{
  background-color: rgb(213 227 231 / 0.05);
}
.bg-primary-light\/10{
  background-color: rgb(213 227 231 / 0.1);
}
.bg-primary-light\/20{
  background-color: rgb(213 227 231 / 0.2);
}
.bg-primary-light\/25{
  background-color: rgb(213 227 231 / 0.25);
}
.bg-primary-light\/30{
  background-color: rgb(213 227 231 / 0.3);
}
.bg-primary-light\/40{
  background-color: rgb(213 227 231 / 0.4);
}
.bg-primary-light\/50{
  background-color: rgb(213 227 231 / 0.5);
}
.bg-primary-light\/60{
  background-color: rgb(213 227 231 / 0.6);
}
.bg-primary-light\/70{
  background-color: rgb(213 227 231 / 0.7);
}
.bg-primary-light\/75{
  background-color: rgb(213 227 231 / 0.75);
}
.bg-primary-light\/80{
  background-color: rgb(213 227 231 / 0.8);
}
.bg-primary-light\/90{
  background-color: rgb(213 227 231 / 0.9);
}
.bg-primary-light\/95{
  background-color: rgb(213 227 231 / 0.95);
}
.bg-primary-light\/100{
  background-color: rgb(213 227 231 / 1);
}
.bg-primary\/0{
  background-color: rgb(51 102 153 / 0);
}
.bg-primary\/5{
  background-color: rgb(51 102 153 / 0.05);
}
.bg-primary\/10{
  background-color: rgb(51 102 153 / 0.1);
}
.bg-primary\/20{
  background-color: rgb(51 102 153 / 0.2);
}
.bg-primary\/25{
  background-color: rgb(51 102 153 / 0.25);
}
.bg-primary\/30{
  background-color: rgb(51 102 153 / 0.3);
}
.bg-primary\/40{
  background-color: rgb(51 102 153 / 0.4);
}
.bg-primary\/50{
  background-color: rgb(51 102 153 / 0.5);
}
.bg-primary\/60{
  background-color: rgb(51 102 153 / 0.6);
}
.bg-primary\/70{
  background-color: rgb(51 102 153 / 0.7);
}
.bg-primary\/75{
  background-color: rgb(51 102 153 / 0.75);
}
.bg-primary\/80{
  background-color: rgb(51 102 153 / 0.8);
}
.bg-primary\/90{
  background-color: rgb(51 102 153 / 0.9);
}
.bg-primary\/95{
  background-color: rgb(51 102 153 / 0.95);
}
.bg-primary\/100{
  background-color: rgb(51 102 153 / 1);
}
.bg-bluemarine-900\/0{
  background-color: rgb(34 68 74 / 0);
}
.bg-bluemarine-900\/5{
  background-color: rgb(34 68 74 / 0.05);
}
.bg-bluemarine-900\/10{
  background-color: rgb(34 68 74 / 0.1);
}
.bg-bluemarine-900\/20{
  background-color: rgb(34 68 74 / 0.2);
}
.bg-bluemarine-900\/25{
  background-color: rgb(34 68 74 / 0.25);
}
.bg-bluemarine-900\/30{
  background-color: rgb(34 68 74 / 0.3);
}
.bg-bluemarine-900\/40{
  background-color: rgb(34 68 74 / 0.4);
}
.bg-bluemarine-900\/50{
  background-color: rgb(34 68 74 / 0.5);
}
.bg-bluemarine-900\/60{
  background-color: rgb(34 68 74 / 0.6);
}
.bg-bluemarine-900\/70{
  background-color: rgb(34 68 74 / 0.7);
}
.bg-bluemarine-900\/75{
  background-color: rgb(34 68 74 / 0.75);
}
.bg-bluemarine-900\/80{
  background-color: rgb(34 68 74 / 0.8);
}
.bg-bluemarine-900\/90{
  background-color: rgb(34 68 74 / 0.9);
}
.bg-bluemarine-900\/95{
  background-color: rgb(34 68 74 / 0.95);
}
.bg-bluemarine-900\/100{
  background-color: rgb(34 68 74 / 1);
}
.bg-bluemarine\/0{
  background-color: rgb(5 79 89 / 0);
}
.bg-bluemarine\/5{
  background-color: rgb(5 79 89 / 0.05);
}
.bg-bluemarine\/10{
  background-color: rgb(5 79 89 / 0.1);
}
.bg-bluemarine\/20{
  background-color: rgb(5 79 89 / 0.2);
}
.bg-bluemarine\/25{
  background-color: rgb(5 79 89 / 0.25);
}
.bg-bluemarine\/30{
  background-color: rgb(5 79 89 / 0.3);
}
.bg-bluemarine\/40{
  background-color: rgb(5 79 89 / 0.4);
}
.bg-bluemarine\/50{
  background-color: rgb(5 79 89 / 0.5);
}
.bg-bluemarine\/60{
  background-color: rgb(5 79 89 / 0.6);
}
.bg-bluemarine\/70{
  background-color: rgb(5 79 89 / 0.7);
}
.bg-bluemarine\/75{
  background-color: rgb(5 79 89 / 0.75);
}
.bg-bluemarine\/80{
  background-color: rgb(5 79 89 / 0.8);
}
.bg-bluemarine\/90{
  background-color: rgb(5 79 89 / 0.9);
}
.bg-bluemarine\/95{
  background-color: rgb(5 79 89 / 0.95);
}
.bg-bluemarine\/100{
  background-color: rgb(5 79 89 / 1);
}
.bg-\[\#4DD0E1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(77 208 225 / var(--tw-bg-opacity));
}
.bg-\[\#0097A7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 151 167 / var(--tw-bg-opacity));
}
.bg-\[\#054F59\]{
  --tw-bg-opacity: 1;
  background-color: rgb(5 79 89 / var(--tw-bg-opacity));
}
.bg-\[\#E3F8FB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(227 248 251 / var(--tw-bg-opacity));
}
.bg-\[\#054F594D\]{
  background-color: #054F594D;
}
.bg-\[\#ff7a63\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 122 99 / var(--tw-bg-opacity));
}
.bg-\[\#FF9D83\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 157 131 / var(--tw-bg-opacity));
}
.\!bg-transparent{
  background-color: transparent !important;
}
.bg-opacity-0{
  --tw-bg-opacity: 0;
}
.bg-opacity-5{
  --tw-bg-opacity: 0.05;
}
.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}
.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}
.bg-opacity-25{
  --tw-bg-opacity: 0.25;
}
.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}
.bg-opacity-40{
  --tw-bg-opacity: 0.4;
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}
.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}
.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}
.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}
.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}
.bg-opacity-95{
  --tw-bg-opacity: 0.95;
}
.bg-opacity-100{
  --tw-bg-opacity: 1;
}
.bg-none{
  background-image: none;
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-bl{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-tl{
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.bg-gradient background-image{
  primary: linear-gradient(90deg, #336699 0%, #00BCD4 48.96%, #4DD0E1 100%);
  backdrop: linear-gradient(180deg, rgba(0, 0, 0, 0) 29.38%, rgba(0, 0, 0, 0.8) 87.01%);
}
.from-\[\#0097A7\]{
  --tw-gradient-from: #0097A7;
  --tw-gradient-to: rgb(0 151 167 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#0097a7\]{
  --tw-gradient-from: #0097a7;
  --tw-gradient-to: rgb(0 151 167 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#4DD0E1\]{
  --tw-gradient-to: #4DD0E1;
}
.to-\[\#4dd0e1\]{
  --tw-gradient-to: #4dd0e1;
}
.bg-auto{
  background-size: auto;
}
.bg-cover{
  background-size: cover;
}
.bg-contain{
  background-size: contain;
}
.bg-fixed{
  background-attachment: fixed;
}
.bg-local{
  background-attachment: local;
}
.bg-scroll{
  background-attachment: scroll;
}
.bg-clip-border{
  background-clip: border-box;
}
.bg-clip-padding{
  background-clip: padding-box;
}
.bg-clip-content{
  background-clip: content-box;
}
.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-bottom{
  background-position: bottom;
}
.bg-center{
  background-position: center;
}
.bg-left{
  background-position: left;
}
.bg-left-bottom{
  background-position: left bottom;
}
.bg-left-top{
  background-position: left top;
}
.bg-right{
  background-position: right;
}
.bg-right-bottom{
  background-position: right bottom;
}
.bg-right-top{
  background-position: right top;
}
.bg-top{
  background-position: top;
}
.bg-repeat{
  background-repeat: repeat;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.bg-repeat-x{
  background-repeat: repeat-x;
}
.bg-repeat-y{
  background-repeat: repeat-y;
}
.bg-repeat-round{
  background-repeat: round;
}
.bg-repeat-space{
  background-repeat: space;
}
.bg-origin-border{
  background-origin: border-box;
}
.bg-origin-padding{
  background-origin: padding-box;
}
.bg-origin-content{
  background-origin: content-box;
}
.fill-white{
  fill: #ffffff;
}
.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-24{
  padding: 24px;
}
.p-5{
  padding: 5px;
}
.p-10{
  padding: 10px;
}
.p-0{
  padding: 0px;
}
.p-7{
  padding: 7px;
}
.p-4{
  padding: 4px;
}
.p-15{
  padding: 15px;
}
.p-25{
  padding: 25px;
}
.p-1{
  padding: 1px;
}
.p-26{
  padding: 26px;
}
.\!p-10{
  padding: 10px !important;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-6{
  padding: 6px;
}
.\!p-30{
  padding: 30px !important;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-2{
  padding: 2px;
}
.px-24{
  padding-left: 24px;
  padding-right: 24px;
}
.py-28{
  padding-top: 28px;
  padding-bottom: 28px;
}
.py-24{
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-30{
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-14{
  padding-top: 14px;
  padding-bottom: 14px;
}
.px-20{
  padding-left: 20px;
  padding-right: 20px;
}
.px-33{
  padding-left: 33px;
  padding-right: 33px;
}
.px-10{
  padding-left: 10px;
  padding-right: 10px;
}
.py-5{
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10{
  padding-top: 10px;
  padding-bottom: 10px;
}
.px-12{
  padding-left: 12px;
  padding-right: 12px;
}
.py-20{
  padding-top: 20px;
  padding-bottom: 20px;
}
.px-50{
  padding-left: 50px;
  padding-right: 50px;
}
.px-40{
  padding-left: 40px;
  padding-right: 40px;
}
.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-50{
  padding-top: 50px;
  padding-bottom: 50px;
}
.px-30{
  padding-left: 30px;
  padding-right: 30px;
}
.py-40{
  padding-top: 40px;
  padding-bottom: 40px;
}
.px-64{
  padding-left: 64px;
  padding-right: 64px;
}
.px-7{
  padding-left: 7px;
  padding-right: 7px;
}
.py-\[120px\]{
  padding-top: 120px;
  padding-bottom: 120px;
}
.px-\[32px\]{
  padding-left: 32px;
  padding-right: 32px;
}
.py-\[8px\]{
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-80{
  padding-top: 80px;
  padding-bottom: 80px;
}
.py-18{
  padding-top: 18px;
  padding-bottom: 18px;
}
.px-4{
  padding-left: 4px;
  padding-right: 4px;
}
.px-21{
  padding-left: 21px;
  padding-right: 21px;
}
.py-23{
  padding-top: 23px;
  padding-bottom: 23px;
}
.px-17{
  padding-left: 17px;
  padding-right: 17px;
}
.px-32{
  padding-left: 32px;
  padding-right: 32px;
}
.py-32{
  padding-top: 32px;
  padding-bottom: 32px;
}
.py-8{
  padding-top: 8px;
  padding-bottom: 8px;
}
.px-2{
  padding-left: 2px;
  padding-right: 2px;
}
.px-16{
  padding-left: 16px;
  padding-right: 16px;
}
.py-2{
  padding-top: 2px;
  padding-bottom: 2px;
}
.px-3{
  padding-left: 3px;
  padding-right: 3px;
}
.px-83{
  padding-left: 83px;
  padding-right: 83px;
}
.py-27{
  padding-top: 27px;
  padding-bottom: 27px;
}
.px-90{
  padding-left: 90px;
  padding-right: 90px;
}
.px-5{
  padding-left: 5px;
  padding-right: 5px;
}
.px-8{
  padding-left: 8px;
  padding-right: 8px;
}
.py-44{
  padding-top: 44px;
  padding-bottom: 44px;
}
.px-100{
  padding-left: 100px;
  padding-right: 100px;
}
.py-15{
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-64{
  padding-top: 64px;
  padding-bottom: 64px;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.py-7{
  padding-top: 7px;
  padding-bottom: 7px;
}
.px-15{
  padding-left: 15px;
  padding-right: 15px;
}
.px-6{
  padding-left: 6px;
  padding-right: 6px;
}
.py-1{
  padding-top: 1px;
  padding-bottom: 1px;
}
.py-25{
  padding-top: 25px;
  padding-bottom: 25px;
}
.py-13{
  padding-top: 13px;
  padding-bottom: 13px;
}
.px-\[50px\]{
  padding-left: 50px;
  padding-right: 50px;
}
.px-42{
  padding-left: 42px;
  padding-right: 42px;
}
.py-100{
  padding-top: 100px;
  padding-bottom: 100px;
}
.px-26{
  padding-left: 26px;
  padding-right: 26px;
}
.py-6{
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-3{
  padding-top: 3px;
  padding-bottom: 3px;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.pt-59{
  padding-top: 59px;
}
.pb-10{
  padding-bottom: 10px;
}
.pl-24{
  padding-left: 24px;
}
.pb-8{
  padding-bottom: 8px;
}
.pt-32{
  padding-top: 32px;
}
.pr-57{
  padding-right: 57px;
}
.pt-15{
  padding-top: 15px;
}
.pt-40{
  padding-top: 40px;
}
.pb-20{
  padding-bottom: 20px;
}
.pr-10{
  padding-right: 10px;
}
.pr-24{
  padding-right: 24px;
}
.pt-50{
  padding-top: 50px;
}
.pt-20{
  padding-top: 20px;
}
.pt-30{
  padding-top: 30px;
}
.pr-70{
  padding-right: 70px;
}
.pb-36{
  padding-bottom: 36px;
}
.pt-\[15px\]{
  padding-top: 15px;
}
.pt-53{
  padding-top: 53px;
}
.pb-31{
  padding-bottom: 31px;
}
.pl-0{
  padding-left: 0px;
}
.pb-3\.5{
  padding-bottom: 0.875rem;
}
.pt-4{
  padding-top: 4px;
}
.pb-3{
  padding-bottom: 3px;
}
.pt-100{
  padding-top: 100px;
}
.pb-58{
  padding-bottom: 58px;
}
.pb-80{
  padding-bottom: 80px;
}
.pb-19{
  padding-bottom: 19px;
}
.pt-27{
  padding-top: 27px;
}
.pr-37{
  padding-right: 37px;
}
.pt-80{
  padding-top: 80px;
}
.pl-10{
  padding-left: 10px;
}
.pr-14{
  padding-right: 14px;
}
.pb-5{
  padding-bottom: 5px;
}
.pt-0{
  padding-top: 0px;
}
.pb-16{
  padding-bottom: 16px;
}
.pr-16{
  padding-right: 16px;
}
.pt-26{
  padding-top: 26px;
}
.\!pl-30{
  padding-left: 30px !important;
}
.pt-44{
  padding-top: 44px;
}
.pb-\[60px\]{
  padding-bottom: 60px;
}
.pb-40{
  padding-bottom: 40px;
}
.pb-30{
  padding-bottom: 30px;
}
.pt-36{
  padding-top: 36px;
}
.pt-14{
  padding-top: 14px;
}
.pt-82{
  padding-top: 82px;
}
.pb-14{
  padding-bottom: 14px;
}
.pb-35{
  padding-bottom: 35px;
}
.pt-16{
  padding-top: 16px;
}
.pl-20{
  padding-left: 20px;
}
.pb-50{
  padding-bottom: 50px;
}
.pr-72{
  padding-right: 72px;
}
.pr-5{
  padding-right: 5px;
}
.pl-5{
  padding-left: 5px;
}
.pr-20{
  padding-right: 20px;
}
.pt-48{
  padding-top: 48px;
}
.pb-72{
  padding-bottom: 72px;
}
.pb-22{
  padding-bottom: 22px;
}
.pl-90{
  padding-left: 90px;
}
.pt-\[86px\]{
  padding-top: 86px;
}
.pb-64{
  padding-bottom: 64px;
}
.pt-2{
  padding-top: 2px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.text-start{
  text-align: start;
}
.text-end{
  text-align: end;
}
.align-text-top{
  vertical-align: text-top;
}
.align-text-bottom{
  vertical-align: text-bottom;
}
.font-sans{
  font-family: calibri, arial, sans-serif;
}
.text-0{
  font-size: 0px;
}
.text-1{
  font-size: 1px;
}
.text-2{
  font-size: 2px;
}
.text-3{
  font-size: 3px;
}
.text-4{
  font-size: 4px;
}
.text-5{
  font-size: 5px;
}
.text-6{
  font-size: 6px;
}
.text-7{
  font-size: 7px;
}
.text-8{
  font-size: 8px;
}
.text-9{
  font-size: 9px;
}
.text-10{
  font-size: 10px;
}
.text-11{
  font-size: 11px;
}
.text-12{
  font-size: 12px;
}
.text-13{
  font-size: 13px;
}
.text-14{
  font-size: 14px;
}
.text-15{
  font-size: 15px;
}
.text-16{
  font-size: 16px;
}
.text-17{
  font-size: 17px;
}
.text-18{
  font-size: 18px;
}
.text-19{
  font-size: 19px;
}
.text-20{
  font-size: 20px;
}
.text-21{
  font-size: 21px;
}
.text-22{
  font-size: 22px;
}
.text-23{
  font-size: 23px;
}
.text-24{
  font-size: 24px;
}
.text-25{
  font-size: 25px;
}
.text-26{
  font-size: 26px;
}
.text-27{
  font-size: 27px;
}
.text-28{
  font-size: 28px;
}
.text-29{
  font-size: 29px;
}
.text-30{
  font-size: 30px;
}
.text-31{
  font-size: 31px;
}
.text-32{
  font-size: 32px;
}
.text-33{
  font-size: 33px;
}
.text-34{
  font-size: 34px;
}
.text-35{
  font-size: 35px;
}
.text-36{
  font-size: 36px;
}
.text-37{
  font-size: 37px;
}
.text-38{
  font-size: 38px;
}
.text-39{
  font-size: 39px;
}
.text-40{
  font-size: 40px;
}
.text-41{
  font-size: 41px;
}
.text-42{
  font-size: 42px;
}
.text-43{
  font-size: 43px;
}
.text-44{
  font-size: 44px;
}
.text-45{
  font-size: 45px;
}
.text-46{
  font-size: 46px;
}
.text-47{
  font-size: 47px;
}
.text-48{
  font-size: 48px;
}
.text-49{
  font-size: 49px;
}
.text-50{
  font-size: 50px;
}
.text-51{
  font-size: 51px;
}
.text-52{
  font-size: 52px;
}
.text-53{
  font-size: 53px;
}
.text-54{
  font-size: 54px;
}
.text-55{
  font-size: 55px;
}
.text-56{
  font-size: 56px;
}
.text-57{
  font-size: 57px;
}
.text-58{
  font-size: 58px;
}
.text-59{
  font-size: 59px;
}
.text-60{
  font-size: 60px;
}
.text-61{
  font-size: 61px;
}
.text-62{
  font-size: 62px;
}
.text-63{
  font-size: 63px;
}
.text-64{
  font-size: 64px;
}
.text-65{
  font-size: 65px;
}
.text-66{
  font-size: 66px;
}
.text-67{
  font-size: 67px;
}
.text-68{
  font-size: 68px;
}
.text-69{
  font-size: 69px;
}
.text-70{
  font-size: 70px;
}
.text-71{
  font-size: 71px;
}
.text-72{
  font-size: 72px;
}
.text-73{
  font-size: 73px;
}
.text-74{
  font-size: 74px;
}
.text-75{
  font-size: 75px;
}
.text-76{
  font-size: 76px;
}
.text-77{
  font-size: 77px;
}
.text-78{
  font-size: 78px;
}
.text-79{
  font-size: 79px;
}
.text-80{
  font-size: 80px;
}
.text-81{
  font-size: 81px;
}
.text-82{
  font-size: 82px;
}
.text-83{
  font-size: 83px;
}
.text-84{
  font-size: 84px;
}
.text-85{
  font-size: 85px;
}
.text-86{
  font-size: 86px;
}
.text-87{
  font-size: 87px;
}
.text-88{
  font-size: 88px;
}
.text-89{
  font-size: 89px;
}
.text-90{
  font-size: 90px;
}
.text-91{
  font-size: 91px;
}
.text-92{
  font-size: 92px;
}
.text-93{
  font-size: 93px;
}
.text-94{
  font-size: 94px;
}
.text-95{
  font-size: 95px;
}
.text-96{
  font-size: 96px;
}
.text-97{
  font-size: 97px;
}
.text-98{
  font-size: 98px;
}
.text-99{
  font-size: 99px;
}
.text-100{
  font-size: 100px;
}
.text-101{
  font-size: 101px;
}
.text-102{
  font-size: 102px;
}
.text-103{
  font-size: 103px;
}
.text-104{
  font-size: 104px;
}
.text-105{
  font-size: 105px;
}
.text-106{
  font-size: 106px;
}
.text-107{
  font-size: 107px;
}
.text-108{
  font-size: 108px;
}
.text-109{
  font-size: 109px;
}
.text-110{
  font-size: 110px;
}
.text-111{
  font-size: 111px;
}
.text-112{
  font-size: 112px;
}
.text-113{
  font-size: 113px;
}
.text-114{
  font-size: 114px;
}
.text-115{
  font-size: 115px;
}
.text-116{
  font-size: 116px;
}
.text-117{
  font-size: 117px;
}
.text-118{
  font-size: 118px;
}
.text-119{
  font-size: 119px;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}
.text-7xl{
  font-size: 4.5rem;
  line-height: 1;
}
.text-8xl{
  font-size: 6rem;
  line-height: 1;
}
.text-9xl{
  font-size: 8rem;
  line-height: 1;
}
.text-\[80px\]{
  font-size: 80px;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.font-bold{
  font-weight: 700;
}
.font-thin{
  font-weight: 100;
}
.font-light{
  font-weight: 300;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.leading-21{
  line-height: 21px;
}
.leading-32{
  line-height: 32px;
}
.leading-\[115\%\]{
  line-height: 115%;
}
.leading-23{
  line-height: 23px;
}
.leading-28{
  line-height: 28px;
}
.leading-27{
  line-height: 27px;
}
.leading-40{
  line-height: 40px;
}
.leading-18{
  line-height: 18px;
}
.leading-19{
  line-height: 19px;
}
.leading-26{
  line-height: 26px;
}
.leading-24{
  line-height: 24px;
}
.leading-20{
  line-height: 20px;
}
.leading-37{
  line-height: 37px;
}
.leading-34{
  line-height: 34px;
}
.leading-49{
  line-height: 49px;
}
.\!leading-5{
  line-height: 5px !important;
}
.leading-tight{
  line-height: 1.25;
}
.leading-\[26px\]{
  line-height: 26px;
}
.leading-\[21px\]{
  line-height: 21px;
}
.leading-\[24px\]{
  line-height: 24px;
}
.leading-\[26\.6px\]{
  line-height: 26.6px;
}
.leading-\[18px\]{
  line-height: 18px;
}
.leading-30{
  line-height: 30px;
}
.leading-25{
  line-height: 25px;
}
.leading-14{
  line-height: 14px;
}
.leading-\[92px\]{
  line-height: 92px;
}
.leading-\[41px\]{
  line-height: 41px;
}
.leading-16{
  line-height: 16px;
}
.leading-\[23px\]{
  line-height: 23px;
}
.leading-\[16px\]{
  line-height: 16px;
}
.leading-\[27px\]{
  line-height: 27px;
}
.leading-\[72px\]{
  line-height: 72px;
}
.leading-15{
  line-height: 15px;
}
.leading-\[49px\]{
  line-height: 49px;
}
.leading-22{
  line-height: 22px;
}
.leading-6{
  line-height: 6px;
}
.leading-9{
  line-height: 9px;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.tracking-\[0\.15em\]{
  letter-spacing: 0.15em;
}
.tracking-tighter{
  letter-spacing: -0.05em;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-\[15\%\]{
  letter-spacing: 15%;
}
.tracking-\[3\%\]{
  letter-spacing: 3%;
}
.tracking-\[1\%\]{
  letter-spacing: 1%;
}
.tracking-\[0\.015em\]{
  letter-spacing: 0.015em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-\[\.15em\]{
  letter-spacing: .15em;
}
.tracking-\[\.01\]{
  letter-spacing: .01;
}
.tracking-\[-1\.5px\]{
  letter-spacing: -1.5px;
}
.tracking-\[0\.03em\]{
  letter-spacing: 0.03em;
}
.tracking-\[0\.01em\]{
  letter-spacing: 0.01em;
}
.tracking-\[1\.5\%\]{
  letter-spacing: 1.5%;
}
.tracking-\[-1\.5\%\]{
  letter-spacing: -1.5%;
}
.tracking-\[2\.5\%\]{
  letter-spacing: 2.5%;
}
.\!tracking-normal{
  letter-spacing: 0em !important;
}
.tracking-normal{
  letter-spacing: 0em;
}
.text-transparent{
  color: transparent;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-tab_active{
  --tw-text-opacity: 1;
  color: rgb(86 200 216 / var(--tw-text-opacity));
}
.text-modal-50{
  --tw-text-opacity: 1;
  color: rgb(236 244 245 / var(--tw-text-opacity));
}
.text-green-50{
  --tw-text-opacity: 1;
  color: rgb(243 250 247 / var(--tw-text-opacity));
}
.text-green-100{
  --tw-text-opacity: 1;
  color: rgb(222 247 236 / var(--tw-text-opacity));
}
.text-green-200{
  --tw-text-opacity: 1;
  color: rgb(188 240 218 / var(--tw-text-opacity));
}
.text-green-300{
  --tw-text-opacity: 1;
  color: rgb(132 225 188 / var(--tw-text-opacity));
}
.text-green-400{
  --tw-text-opacity: 1;
  color: rgb(49 196 141 / var(--tw-text-opacity));
}
.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(14 159 110 / var(--tw-text-opacity));
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(5 122 85 / var(--tw-text-opacity));
}
.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(4 108 78 / var(--tw-text-opacity));
}
.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(3 84 63 / var(--tw-text-opacity));
}
.text-green-900{
  --tw-text-opacity: 1;
  color: rgb(1 71 55 / var(--tw-text-opacity));
}
.text-green{
  --tw-text-opacity: 1;
  color: rgb(77 208 225 / var(--tw-text-opacity));
}
.text-green-dark{
  color: #054F59;;
}
.text-green-light{
  --tw-text-opacity: 1;
  color: rgb(93 224 241 / var(--tw-text-opacity));
}
.text-ottanio{
  --tw-text-opacity: 1;
  color: rgb(5 79 89 / var(--tw-text-opacity));
}
.text-ottanio-light{
  --tw-text-opacity: 1;
  color: rgb(0 151 167 / var(--tw-text-opacity));
}
.text-magenta{
  --tw-text-opacity: 1;
  color: rgb(224 14 102 / var(--tw-text-opacity));
}
.text-magenta-light{
  color: #E00E66BD;
}
.text-arancio{
  --tw-text-opacity: 1;
  color: rgb(255 149 149 / var(--tw-text-opacity));
}
.text-gray-50{
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
.text-gray-100{
  --tw-text-opacity: 1;
  color: rgb(213 227 231 / var(--tw-text-opacity));
}
.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(100 108 122 / var(--tw-text-opacity));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(159 189 195 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(196 196 196 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(221 221 221 / var(--tw-text-opacity));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(249 249 249 / var(--tw-text-opacity));
}
.text-gray{
  --tw-text-opacity: 1;
  color: rgb(187 187 187 / var(--tw-text-opacity));
}
.text-red-50{
  --tw-text-opacity: 1;
  color: rgb(253 242 242 / var(--tw-text-opacity));
}
.text-red-100{
  --tw-text-opacity: 1;
  color: rgb(253 232 232 / var(--tw-text-opacity));
}
.text-red-200{
  --tw-text-opacity: 1;
  color: rgb(251 213 213 / var(--tw-text-opacity));
}
.text-red-300{
  --tw-text-opacity: 1;
  color: rgb(248 180 180 / var(--tw-text-opacity));
}
.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(249 128 128 / var(--tw-text-opacity));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(240 82 82 / var(--tw-text-opacity));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(224 36 36 / var(--tw-text-opacity));
}
.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(200 30 30 / var(--tw-text-opacity));
}
.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(155 28 28 / var(--tw-text-opacity));
}
.text-red-900{
  --tw-text-opacity: 1;
  color: rgb(119 29 29 / var(--tw-text-opacity));
}
.text-orange-50{
  --tw-text-opacity: 1;
  color: rgb(255 248 241 / var(--tw-text-opacity));
}
.text-orange-100{
  --tw-text-opacity: 1;
  color: rgb(254 236 220 / var(--tw-text-opacity));
}
.text-orange-200{
  --tw-text-opacity: 1;
  color: rgb(252 217 189 / var(--tw-text-opacity));
}
.text-orange-300{
  --tw-text-opacity: 1;
  color: rgb(253 186 140 / var(--tw-text-opacity));
}
.text-orange-400{
  --tw-text-opacity: 1;
  color: rgb(255 138 76 / var(--tw-text-opacity));
}
.text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(255 90 31 / var(--tw-text-opacity));
}
.text-orange-600{
  --tw-text-opacity: 1;
  color: rgb(208 56 1 / var(--tw-text-opacity));
}
.text-orange-700{
  --tw-text-opacity: 1;
  color: rgb(180 52 3 / var(--tw-text-opacity));
}
.text-orange-800{
  --tw-text-opacity: 1;
  color: rgb(138 44 13 / var(--tw-text-opacity));
}
.text-orange-900{
  --tw-text-opacity: 1;
  color: rgb(119 29 29 / var(--tw-text-opacity));
}
.text-yellow-50{
  --tw-text-opacity: 1;
  color: rgb(253 253 234 / var(--tw-text-opacity));
}
.text-yellow-100{
  --tw-text-opacity: 1;
  color: rgb(253 246 178 / var(--tw-text-opacity));
}
.text-yellow-200{
  --tw-text-opacity: 1;
  color: rgb(252 233 106 / var(--tw-text-opacity));
}
.text-yellow-300{
  --tw-text-opacity: 1;
  color: rgb(250 202 21 / var(--tw-text-opacity));
}
.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgb(227 160 8 / var(--tw-text-opacity));
}
.text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(194 120 3 / var(--tw-text-opacity));
}
.text-yellow-600{
  --tw-text-opacity: 1;
  color: rgb(159 88 10 / var(--tw-text-opacity));
}
.text-yellow-700{
  --tw-text-opacity: 1;
  color: rgb(142 75 16 / var(--tw-text-opacity));
}
.text-yellow-800{
  --tw-text-opacity: 1;
  color: rgb(114 59 19 / var(--tw-text-opacity));
}
.text-yellow-900{
  --tw-text-opacity: 1;
  color: rgb(99 49 18 / var(--tw-text-opacity));
}
.text-teal-50{
  --tw-text-opacity: 1;
  color: rgb(237 250 250 / var(--tw-text-opacity));
}
.text-teal-100{
  --tw-text-opacity: 1;
  color: rgb(213 245 246 / var(--tw-text-opacity));
}
.text-teal-200{
  --tw-text-opacity: 1;
  color: rgb(175 236 239 / var(--tw-text-opacity));
}
.text-teal-300{
  --tw-text-opacity: 1;
  color: rgb(126 220 226 / var(--tw-text-opacity));
}
.text-teal-400{
  --tw-text-opacity: 1;
  color: rgb(22 189 202 / var(--tw-text-opacity));
}
.text-teal-500{
  --tw-text-opacity: 1;
  color: rgb(6 148 162 / var(--tw-text-opacity));
}
.text-teal-600{
  --tw-text-opacity: 1;
  color: rgb(4 116 129 / var(--tw-text-opacity));
}
.text-teal-700{
  --tw-text-opacity: 1;
  color: rgb(3 102 114 / var(--tw-text-opacity));
}
.text-teal-800{
  --tw-text-opacity: 1;
  color: rgb(5 80 92 / var(--tw-text-opacity));
}
.text-teal-900{
  --tw-text-opacity: 1;
  color: rgb(1 68 81 / var(--tw-text-opacity));
}
.text-blue-50{
  --tw-text-opacity: 1;
  color: rgb(235 245 255 / var(--tw-text-opacity));
}
.text-blue-100{
  --tw-text-opacity: 1;
  color: rgb(225 239 254 / var(--tw-text-opacity));
}
.text-blue-200{
  --tw-text-opacity: 1;
  color: rgb(195 221 253 / var(--tw-text-opacity));
}
.text-blue-300{
  --tw-text-opacity: 1;
  color: rgb(164 202 254 / var(--tw-text-opacity));
}
.text-blue-400{
  --tw-text-opacity: 1;
  color: rgb(118 169 250 / var(--tw-text-opacity));
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(63 131 248 / var(--tw-text-opacity));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(28 100 242 / var(--tw-text-opacity));
}
.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(26 86 219 / var(--tw-text-opacity));
}
.text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 66 159 / var(--tw-text-opacity));
}
.text-blue-900{
  --tw-text-opacity: 1;
  color: rgb(35 56 118 / var(--tw-text-opacity));
}
.text-indigo-50{
  --tw-text-opacity: 1;
  color: rgb(240 245 255 / var(--tw-text-opacity));
}
.text-indigo-100{
  --tw-text-opacity: 1;
  color: rgb(229 237 255 / var(--tw-text-opacity));
}
.text-indigo-200{
  --tw-text-opacity: 1;
  color: rgb(205 219 254 / var(--tw-text-opacity));
}
.text-indigo-300{
  --tw-text-opacity: 1;
  color: rgb(180 198 252 / var(--tw-text-opacity));
}
.text-indigo-400{
  --tw-text-opacity: 1;
  color: rgb(141 162 251 / var(--tw-text-opacity));
}
.text-indigo-500{
  --tw-text-opacity: 1;
  color: rgb(104 117 245 / var(--tw-text-opacity));
}
.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(88 80 236 / var(--tw-text-opacity));
}
.text-indigo-700{
  --tw-text-opacity: 1;
  color: rgb(81 69 205 / var(--tw-text-opacity));
}
.text-indigo-800{
  --tw-text-opacity: 1;
  color: rgb(66 56 157 / var(--tw-text-opacity));
}
.text-indigo-900{
  --tw-text-opacity: 1;
  color: rgb(54 47 120 / var(--tw-text-opacity));
}
.text-purple-50{
  --tw-text-opacity: 1;
  color: rgb(246 245 255 / var(--tw-text-opacity));
}
.text-purple-100{
  --tw-text-opacity: 1;
  color: rgb(237 235 254 / var(--tw-text-opacity));
}
.text-purple-200{
  --tw-text-opacity: 1;
  color: rgb(220 215 254 / var(--tw-text-opacity));
}
.text-purple-300{
  --tw-text-opacity: 1;
  color: rgb(202 191 253 / var(--tw-text-opacity));
}
.text-purple-400{
  --tw-text-opacity: 1;
  color: rgb(172 148 250 / var(--tw-text-opacity));
}
.text-purple-500{
  --tw-text-opacity: 1;
  color: rgb(144 97 249 / var(--tw-text-opacity));
}
.text-purple-600{
  --tw-text-opacity: 1;
  color: rgb(126 58 242 / var(--tw-text-opacity));
}
.text-purple-700{
  --tw-text-opacity: 1;
  color: rgb(108 43 217 / var(--tw-text-opacity));
}
.text-purple-800{
  --tw-text-opacity: 1;
  color: rgb(85 33 181 / var(--tw-text-opacity));
}
.text-purple-900{
  --tw-text-opacity: 1;
  color: rgb(74 29 150 / var(--tw-text-opacity));
}
.text-purple-light{
  --tw-text-opacity: 1;
  color: rgb(224 14 102 / var(--tw-text-opacity));
}
.text-pink-50{
  --tw-text-opacity: 1;
  color: rgb(253 242 248 / var(--tw-text-opacity));
}
.text-pink-100{
  --tw-text-opacity: 1;
  color: rgb(252 232 243 / var(--tw-text-opacity));
}
.text-pink-200{
  --tw-text-opacity: 1;
  color: rgb(250 209 232 / var(--tw-text-opacity));
}
.text-pink-300{
  --tw-text-opacity: 1;
  color: rgb(248 180 217 / var(--tw-text-opacity));
}
.text-pink-400{
  --tw-text-opacity: 1;
  color: rgb(241 126 184 / var(--tw-text-opacity));
}
.text-pink-500{
  --tw-text-opacity: 1;
  color: rgb(231 70 148 / var(--tw-text-opacity));
}
.text-pink-600{
  --tw-text-opacity: 1;
  color: rgb(214 31 105 / var(--tw-text-opacity));
}
.text-pink-700{
  --tw-text-opacity: 1;
  color: rgb(191 18 93 / var(--tw-text-opacity));
}
.text-pink-800{
  --tw-text-opacity: 1;
  color: rgb(153 21 75 / var(--tw-text-opacity));
}
.text-pink-900{
  --tw-text-opacity: 1;
  color: rgb(117 26 61 / var(--tw-text-opacity));
}
.text-primary-50{
  --tw-text-opacity: 1;
  color: rgb(0 151 167 / var(--tw-text-opacity));
}
.text-primary-100{
  --tw-text-opacity: 1;
  color: rgb(14 28 42 / var(--tw-text-opacity));
}
.text-primary-290{
  --tw-text-opacity: 1;
  color: rgb(34 68 74 / var(--tw-text-opacity));
}
.text-primary-300{
  --tw-text-opacity: 1;
  color: rgb(34 110 184 / var(--tw-text-opacity));
}
.text-primary-400{
  --tw-text-opacity: 1;
  color: rgb(40 157 204 / var(--tw-text-opacity));
}
.text-primary-600{
  --tw-text-opacity: 1;
  color: rgb(81 151 229 / var(--tw-text-opacity));
}
.text-primary-700{
  --tw-text-opacity: 1;
  color: rgb(106 187 223 / var(--tw-text-opacity));
}
.text-primary-720{
  --tw-text-opacity: 1;
  color: rgb(112 142 148 / var(--tw-text-opacity));
}
.text-primary-750{
  --tw-text-opacity: 1;
  color: rgb(128 222 234 / var(--tw-text-opacity));
}
.text-primary-800{
  --tw-text-opacity: 1;
  color: rgb(227 248 251 / var(--tw-text-opacity));
}
.text-primary-dark{
  --tw-text-opacity: 1;
  color: rgb(5 79 89 / var(--tw-text-opacity));
}
.text-primary-light{
  --tw-text-opacity: 1;
  color: rgb(213 227 231 / var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(51 102 153 / var(--tw-text-opacity));
}
.text-bluemarine-900{
  --tw-text-opacity: 1;
  color: rgb(34 68 74 / var(--tw-text-opacity));
}
.text-bluemarine{
  --tw-text-opacity: 1;
  color: rgb(5 79 89 / var(--tw-text-opacity));
}
.text-transparent\/0{
  color: rgb(0 0 0 / 0);
}
.text-transparent\/5{
  color: rgb(0 0 0 / 0.05);
}
.text-transparent\/10{
  color: rgb(0 0 0 / 0.1);
}
.text-transparent\/20{
  color: rgb(0 0 0 / 0.2);
}
.text-transparent\/25{
  color: rgb(0 0 0 / 0.25);
}
.text-transparent\/30{
  color: rgb(0 0 0 / 0.3);
}
.text-transparent\/40{
  color: rgb(0 0 0 / 0.4);
}
.text-transparent\/50{
  color: rgb(0 0 0 / 0.5);
}
.text-transparent\/60{
  color: rgb(0 0 0 / 0.6);
}
.text-transparent\/70{
  color: rgb(0 0 0 / 0.7);
}
.text-transparent\/75{
  color: rgb(0 0 0 / 0.75);
}
.text-transparent\/80{
  color: rgb(0 0 0 / 0.8);
}
.text-transparent\/90{
  color: rgb(0 0 0 / 0.9);
}
.text-transparent\/95{
  color: rgb(0 0 0 / 0.95);
}
.text-transparent\/100{
  color: rgb(0 0 0 / 1);
}
.text-white\/0{
  color: rgb(255 255 255 / 0);
}
.text-white\/5{
  color: rgb(255 255 255 / 0.05);
}
.text-white\/10{
  color: rgb(255 255 255 / 0.1);
}
.text-white\/20{
  color: rgb(255 255 255 / 0.2);
}
.text-white\/25{
  color: rgb(255 255 255 / 0.25);
}
.text-white\/30{
  color: rgb(255 255 255 / 0.3);
}
.text-white\/40{
  color: rgb(255 255 255 / 0.4);
}
.text-white\/50{
  color: rgb(255 255 255 / 0.5);
}
.text-white\/60{
  color: rgb(255 255 255 / 0.6);
}
.text-white\/70{
  color: rgb(255 255 255 / 0.7);
}
.text-white\/75{
  color: rgb(255 255 255 / 0.75);
}
.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}
.text-white\/90{
  color: rgb(255 255 255 / 0.9);
}
.text-white\/95{
  color: rgb(255 255 255 / 0.95);
}
.text-white\/100{
  color: rgb(255 255 255 / 1);
}
.text-black\/0{
  color: rgb(0 0 0 / 0);
}
.text-black\/5{
  color: rgb(0 0 0 / 0.05);
}
.text-black\/10{
  color: rgb(0 0 0 / 0.1);
}
.text-black\/20{
  color: rgb(0 0 0 / 0.2);
}
.text-black\/25{
  color: rgb(0 0 0 / 0.25);
}
.text-black\/30{
  color: rgb(0 0 0 / 0.3);
}
.text-black\/40{
  color: rgb(0 0 0 / 0.4);
}
.text-black\/50{
  color: rgb(0 0 0 / 0.5);
}
.text-black\/60{
  color: rgb(0 0 0 / 0.6);
}
.text-black\/70{
  color: rgb(0 0 0 / 0.7);
}
.text-black\/75{
  color: rgb(0 0 0 / 0.75);
}
.text-black\/80{
  color: rgb(0 0 0 / 0.8);
}
.text-black\/90{
  color: rgb(0 0 0 / 0.9);
}
.text-black\/95{
  color: rgb(0 0 0 / 0.95);
}
.text-black\/100{
  color: rgb(0 0 0 / 1);
}
.text-tab_active\/0{
  color: rgb(86 200 216 / 0);
}
.text-tab_active\/5{
  color: rgb(86 200 216 / 0.05);
}
.text-tab_active\/10{
  color: rgb(86 200 216 / 0.1);
}
.text-tab_active\/20{
  color: rgb(86 200 216 / 0.2);
}
.text-tab_active\/25{
  color: rgb(86 200 216 / 0.25);
}
.text-tab_active\/30{
  color: rgb(86 200 216 / 0.3);
}
.text-tab_active\/40{
  color: rgb(86 200 216 / 0.4);
}
.text-tab_active\/50{
  color: rgb(86 200 216 / 0.5);
}
.text-tab_active\/60{
  color: rgb(86 200 216 / 0.6);
}
.text-tab_active\/70{
  color: rgb(86 200 216 / 0.7);
}
.text-tab_active\/75{
  color: rgb(86 200 216 / 0.75);
}
.text-tab_active\/80{
  color: rgb(86 200 216 / 0.8);
}
.text-tab_active\/90{
  color: rgb(86 200 216 / 0.9);
}
.text-tab_active\/95{
  color: rgb(86 200 216 / 0.95);
}
.text-tab_active\/100{
  color: rgb(86 200 216 / 1);
}
.text-modal-50\/0{
  color: rgb(236 244 245 / 0);
}
.text-modal-50\/5{
  color: rgb(236 244 245 / 0.05);
}
.text-modal-50\/10{
  color: rgb(236 244 245 / 0.1);
}
.text-modal-50\/20{
  color: rgb(236 244 245 / 0.2);
}
.text-modal-50\/25{
  color: rgb(236 244 245 / 0.25);
}
.text-modal-50\/30{
  color: rgb(236 244 245 / 0.3);
}
.text-modal-50\/40{
  color: rgb(236 244 245 / 0.4);
}
.text-modal-50\/50{
  color: rgb(236 244 245 / 0.5);
}
.text-modal-50\/60{
  color: rgb(236 244 245 / 0.6);
}
.text-modal-50\/70{
  color: rgb(236 244 245 / 0.7);
}
.text-modal-50\/75{
  color: rgb(236 244 245 / 0.75);
}
.text-modal-50\/80{
  color: rgb(236 244 245 / 0.8);
}
.text-modal-50\/90{
  color: rgb(236 244 245 / 0.9);
}
.text-modal-50\/95{
  color: rgb(236 244 245 / 0.95);
}
.text-modal-50\/100{
  color: rgb(236 244 245 / 1);
}
.text-green-50\/0{
  color: rgb(243 250 247 / 0);
}
.text-green-50\/5{
  color: rgb(243 250 247 / 0.05);
}
.text-green-50\/10{
  color: rgb(243 250 247 / 0.1);
}
.text-green-50\/20{
  color: rgb(243 250 247 / 0.2);
}
.text-green-50\/25{
  color: rgb(243 250 247 / 0.25);
}
.text-green-50\/30{
  color: rgb(243 250 247 / 0.3);
}
.text-green-50\/40{
  color: rgb(243 250 247 / 0.4);
}
.text-green-50\/50{
  color: rgb(243 250 247 / 0.5);
}
.text-green-50\/60{
  color: rgb(243 250 247 / 0.6);
}
.text-green-50\/70{
  color: rgb(243 250 247 / 0.7);
}
.text-green-50\/75{
  color: rgb(243 250 247 / 0.75);
}
.text-green-50\/80{
  color: rgb(243 250 247 / 0.8);
}
.text-green-50\/90{
  color: rgb(243 250 247 / 0.9);
}
.text-green-50\/95{
  color: rgb(243 250 247 / 0.95);
}
.text-green-50\/100{
  color: rgb(243 250 247 / 1);
}
.text-green-100\/0{
  color: rgb(222 247 236 / 0);
}
.text-green-100\/5{
  color: rgb(222 247 236 / 0.05);
}
.text-green-100\/10{
  color: rgb(222 247 236 / 0.1);
}
.text-green-100\/20{
  color: rgb(222 247 236 / 0.2);
}
.text-green-100\/25{
  color: rgb(222 247 236 / 0.25);
}
.text-green-100\/30{
  color: rgb(222 247 236 / 0.3);
}
.text-green-100\/40{
  color: rgb(222 247 236 / 0.4);
}
.text-green-100\/50{
  color: rgb(222 247 236 / 0.5);
}
.text-green-100\/60{
  color: rgb(222 247 236 / 0.6);
}
.text-green-100\/70{
  color: rgb(222 247 236 / 0.7);
}
.text-green-100\/75{
  color: rgb(222 247 236 / 0.75);
}
.text-green-100\/80{
  color: rgb(222 247 236 / 0.8);
}
.text-green-100\/90{
  color: rgb(222 247 236 / 0.9);
}
.text-green-100\/95{
  color: rgb(222 247 236 / 0.95);
}
.text-green-100\/100{
  color: rgb(222 247 236 / 1);
}
.text-green-200\/0{
  color: rgb(188 240 218 / 0);
}
.text-green-200\/5{
  color: rgb(188 240 218 / 0.05);
}
.text-green-200\/10{
  color: rgb(188 240 218 / 0.1);
}
.text-green-200\/20{
  color: rgb(188 240 218 / 0.2);
}
.text-green-200\/25{
  color: rgb(188 240 218 / 0.25);
}
.text-green-200\/30{
  color: rgb(188 240 218 / 0.3);
}
.text-green-200\/40{
  color: rgb(188 240 218 / 0.4);
}
.text-green-200\/50{
  color: rgb(188 240 218 / 0.5);
}
.text-green-200\/60{
  color: rgb(188 240 218 / 0.6);
}
.text-green-200\/70{
  color: rgb(188 240 218 / 0.7);
}
.text-green-200\/75{
  color: rgb(188 240 218 / 0.75);
}
.text-green-200\/80{
  color: rgb(188 240 218 / 0.8);
}
.text-green-200\/90{
  color: rgb(188 240 218 / 0.9);
}
.text-green-200\/95{
  color: rgb(188 240 218 / 0.95);
}
.text-green-200\/100{
  color: rgb(188 240 218 / 1);
}
.text-green-300\/0{
  color: rgb(132 225 188 / 0);
}
.text-green-300\/5{
  color: rgb(132 225 188 / 0.05);
}
.text-green-300\/10{
  color: rgb(132 225 188 / 0.1);
}
.text-green-300\/20{
  color: rgb(132 225 188 / 0.2);
}
.text-green-300\/25{
  color: rgb(132 225 188 / 0.25);
}
.text-green-300\/30{
  color: rgb(132 225 188 / 0.3);
}
.text-green-300\/40{
  color: rgb(132 225 188 / 0.4);
}
.text-green-300\/50{
  color: rgb(132 225 188 / 0.5);
}
.text-green-300\/60{
  color: rgb(132 225 188 / 0.6);
}
.text-green-300\/70{
  color: rgb(132 225 188 / 0.7);
}
.text-green-300\/75{
  color: rgb(132 225 188 / 0.75);
}
.text-green-300\/80{
  color: rgb(132 225 188 / 0.8);
}
.text-green-300\/90{
  color: rgb(132 225 188 / 0.9);
}
.text-green-300\/95{
  color: rgb(132 225 188 / 0.95);
}
.text-green-300\/100{
  color: rgb(132 225 188 / 1);
}
.text-green-400\/0{
  color: rgb(49 196 141 / 0);
}
.text-green-400\/5{
  color: rgb(49 196 141 / 0.05);
}
.text-green-400\/10{
  color: rgb(49 196 141 / 0.1);
}
.text-green-400\/20{
  color: rgb(49 196 141 / 0.2);
}
.text-green-400\/25{
  color: rgb(49 196 141 / 0.25);
}
.text-green-400\/30{
  color: rgb(49 196 141 / 0.3);
}
.text-green-400\/40{
  color: rgb(49 196 141 / 0.4);
}
.text-green-400\/50{
  color: rgb(49 196 141 / 0.5);
}
.text-green-400\/60{
  color: rgb(49 196 141 / 0.6);
}
.text-green-400\/70{
  color: rgb(49 196 141 / 0.7);
}
.text-green-400\/75{
  color: rgb(49 196 141 / 0.75);
}
.text-green-400\/80{
  color: rgb(49 196 141 / 0.8);
}
.text-green-400\/90{
  color: rgb(49 196 141 / 0.9);
}
.text-green-400\/95{
  color: rgb(49 196 141 / 0.95);
}
.text-green-400\/100{
  color: rgb(49 196 141 / 1);
}
.text-green-500\/0{
  color: rgb(14 159 110 / 0);
}
.text-green-500\/5{
  color: rgb(14 159 110 / 0.05);
}
.text-green-500\/10{
  color: rgb(14 159 110 / 0.1);
}
.text-green-500\/20{
  color: rgb(14 159 110 / 0.2);
}
.text-green-500\/25{
  color: rgb(14 159 110 / 0.25);
}
.text-green-500\/30{
  color: rgb(14 159 110 / 0.3);
}
.text-green-500\/40{
  color: rgb(14 159 110 / 0.4);
}
.text-green-500\/50{
  color: rgb(14 159 110 / 0.5);
}
.text-green-500\/60{
  color: rgb(14 159 110 / 0.6);
}
.text-green-500\/70{
  color: rgb(14 159 110 / 0.7);
}
.text-green-500\/75{
  color: rgb(14 159 110 / 0.75);
}
.text-green-500\/80{
  color: rgb(14 159 110 / 0.8);
}
.text-green-500\/90{
  color: rgb(14 159 110 / 0.9);
}
.text-green-500\/95{
  color: rgb(14 159 110 / 0.95);
}
.text-green-500\/100{
  color: rgb(14 159 110 / 1);
}
.text-green-600\/0{
  color: rgb(5 122 85 / 0);
}
.text-green-600\/5{
  color: rgb(5 122 85 / 0.05);
}
.text-green-600\/10{
  color: rgb(5 122 85 / 0.1);
}
.text-green-600\/20{
  color: rgb(5 122 85 / 0.2);
}
.text-green-600\/25{
  color: rgb(5 122 85 / 0.25);
}
.text-green-600\/30{
  color: rgb(5 122 85 / 0.3);
}
.text-green-600\/40{
  color: rgb(5 122 85 / 0.4);
}
.text-green-600\/50{
  color: rgb(5 122 85 / 0.5);
}
.text-green-600\/60{
  color: rgb(5 122 85 / 0.6);
}
.text-green-600\/70{
  color: rgb(5 122 85 / 0.7);
}
.text-green-600\/75{
  color: rgb(5 122 85 / 0.75);
}
.text-green-600\/80{
  color: rgb(5 122 85 / 0.8);
}
.text-green-600\/90{
  color: rgb(5 122 85 / 0.9);
}
.text-green-600\/95{
  color: rgb(5 122 85 / 0.95);
}
.text-green-600\/100{
  color: rgb(5 122 85 / 1);
}
.text-green-700\/0{
  color: rgb(4 108 78 / 0);
}
.text-green-700\/5{
  color: rgb(4 108 78 / 0.05);
}
.text-green-700\/10{
  color: rgb(4 108 78 / 0.1);
}
.text-green-700\/20{
  color: rgb(4 108 78 / 0.2);
}
.text-green-700\/25{
  color: rgb(4 108 78 / 0.25);
}
.text-green-700\/30{
  color: rgb(4 108 78 / 0.3);
}
.text-green-700\/40{
  color: rgb(4 108 78 / 0.4);
}
.text-green-700\/50{
  color: rgb(4 108 78 / 0.5);
}
.text-green-700\/60{
  color: rgb(4 108 78 / 0.6);
}
.text-green-700\/70{
  color: rgb(4 108 78 / 0.7);
}
.text-green-700\/75{
  color: rgb(4 108 78 / 0.75);
}
.text-green-700\/80{
  color: rgb(4 108 78 / 0.8);
}
.text-green-700\/90{
  color: rgb(4 108 78 / 0.9);
}
.text-green-700\/95{
  color: rgb(4 108 78 / 0.95);
}
.text-green-700\/100{
  color: rgb(4 108 78 / 1);
}
.text-green-800\/0{
  color: rgb(3 84 63 / 0);
}
.text-green-800\/5{
  color: rgb(3 84 63 / 0.05);
}
.text-green-800\/10{
  color: rgb(3 84 63 / 0.1);
}
.text-green-800\/20{
  color: rgb(3 84 63 / 0.2);
}
.text-green-800\/25{
  color: rgb(3 84 63 / 0.25);
}
.text-green-800\/30{
  color: rgb(3 84 63 / 0.3);
}
.text-green-800\/40{
  color: rgb(3 84 63 / 0.4);
}
.text-green-800\/50{
  color: rgb(3 84 63 / 0.5);
}
.text-green-800\/60{
  color: rgb(3 84 63 / 0.6);
}
.text-green-800\/70{
  color: rgb(3 84 63 / 0.7);
}
.text-green-800\/75{
  color: rgb(3 84 63 / 0.75);
}
.text-green-800\/80{
  color: rgb(3 84 63 / 0.8);
}
.text-green-800\/90{
  color: rgb(3 84 63 / 0.9);
}
.text-green-800\/95{
  color: rgb(3 84 63 / 0.95);
}
.text-green-800\/100{
  color: rgb(3 84 63 / 1);
}
.text-green-900\/0{
  color: rgb(1 71 55 / 0);
}
.text-green-900\/5{
  color: rgb(1 71 55 / 0.05);
}
.text-green-900\/10{
  color: rgb(1 71 55 / 0.1);
}
.text-green-900\/20{
  color: rgb(1 71 55 / 0.2);
}
.text-green-900\/25{
  color: rgb(1 71 55 / 0.25);
}
.text-green-900\/30{
  color: rgb(1 71 55 / 0.3);
}
.text-green-900\/40{
  color: rgb(1 71 55 / 0.4);
}
.text-green-900\/50{
  color: rgb(1 71 55 / 0.5);
}
.text-green-900\/60{
  color: rgb(1 71 55 / 0.6);
}
.text-green-900\/70{
  color: rgb(1 71 55 / 0.7);
}
.text-green-900\/75{
  color: rgb(1 71 55 / 0.75);
}
.text-green-900\/80{
  color: rgb(1 71 55 / 0.8);
}
.text-green-900\/90{
  color: rgb(1 71 55 / 0.9);
}
.text-green-900\/95{
  color: rgb(1 71 55 / 0.95);
}
.text-green-900\/100{
  color: rgb(1 71 55 / 1);
}
.text-green\/0{
  color: rgb(77 208 225 / 0);
}
.text-green\/5{
  color: rgb(77 208 225 / 0.05);
}
.text-green\/10{
  color: rgb(77 208 225 / 0.1);
}
.text-green\/20{
  color: rgb(77 208 225 / 0.2);
}
.text-green\/25{
  color: rgb(77 208 225 / 0.25);
}
.text-green\/30{
  color: rgb(77 208 225 / 0.3);
}
.text-green\/40{
  color: rgb(77 208 225 / 0.4);
}
.text-green\/50{
  color: rgb(77 208 225 / 0.5);
}
.text-green\/60{
  color: rgb(77 208 225 / 0.6);
}
.text-green\/70{
  color: rgb(77 208 225 / 0.7);
}
.text-green\/75{
  color: rgb(77 208 225 / 0.75);
}
.text-green\/80{
  color: rgb(77 208 225 / 0.8);
}
.text-green\/90{
  color: rgb(77 208 225 / 0.9);
}
.text-green\/95{
  color: rgb(77 208 225 / 0.95);
}
.text-green\/100{
  color: rgb(77 208 225 / 1);
}
.text-green-light\/0{
  color: rgb(93 224 241 / 0);
}
.text-green-light\/5{
  color: rgb(93 224 241 / 0.05);
}
.text-green-light\/10{
  color: rgb(93 224 241 / 0.1);
}
.text-green-light\/20{
  color: rgb(93 224 241 / 0.2);
}
.text-green-light\/25{
  color: rgb(93 224 241 / 0.25);
}
.text-green-light\/30{
  color: rgb(93 224 241 / 0.3);
}
.text-green-light\/40{
  color: rgb(93 224 241 / 0.4);
}
.text-green-light\/50{
  color: rgb(93 224 241 / 0.5);
}
.text-green-light\/60{
  color: rgb(93 224 241 / 0.6);
}
.text-green-light\/70{
  color: rgb(93 224 241 / 0.7);
}
.text-green-light\/75{
  color: rgb(93 224 241 / 0.75);
}
.text-green-light\/80{
  color: rgb(93 224 241 / 0.8);
}
.text-green-light\/90{
  color: rgb(93 224 241 / 0.9);
}
.text-green-light\/95{
  color: rgb(93 224 241 / 0.95);
}
.text-green-light\/100{
  color: rgb(93 224 241 / 1);
}
.text-ottanio\/0{
  color: rgb(5 79 89 / 0);
}
.text-ottanio\/5{
  color: rgb(5 79 89 / 0.05);
}
.text-ottanio\/10{
  color: rgb(5 79 89 / 0.1);
}
.text-ottanio\/20{
  color: rgb(5 79 89 / 0.2);
}
.text-ottanio\/25{
  color: rgb(5 79 89 / 0.25);
}
.text-ottanio\/30{
  color: rgb(5 79 89 / 0.3);
}
.text-ottanio\/40{
  color: rgb(5 79 89 / 0.4);
}
.text-ottanio\/50{
  color: rgb(5 79 89 / 0.5);
}
.text-ottanio\/60{
  color: rgb(5 79 89 / 0.6);
}
.text-ottanio\/70{
  color: rgb(5 79 89 / 0.7);
}
.text-ottanio\/75{
  color: rgb(5 79 89 / 0.75);
}
.text-ottanio\/80{
  color: rgb(5 79 89 / 0.8);
}
.text-ottanio\/90{
  color: rgb(5 79 89 / 0.9);
}
.text-ottanio\/95{
  color: rgb(5 79 89 / 0.95);
}
.text-ottanio\/100{
  color: rgb(5 79 89 / 1);
}
.text-ottanio-light\/0{
  color: rgb(0 151 167 / 0);
}
.text-ottanio-light\/5{
  color: rgb(0 151 167 / 0.05);
}
.text-ottanio-light\/10{
  color: rgb(0 151 167 / 0.1);
}
.text-ottanio-light\/20{
  color: rgb(0 151 167 / 0.2);
}
.text-ottanio-light\/25{
  color: rgb(0 151 167 / 0.25);
}
.text-ottanio-light\/30{
  color: rgb(0 151 167 / 0.3);
}
.text-ottanio-light\/40{
  color: rgb(0 151 167 / 0.4);
}
.text-ottanio-light\/50{
  color: rgb(0 151 167 / 0.5);
}
.text-ottanio-light\/60{
  color: rgb(0 151 167 / 0.6);
}
.text-ottanio-light\/70{
  color: rgb(0 151 167 / 0.7);
}
.text-ottanio-light\/75{
  color: rgb(0 151 167 / 0.75);
}
.text-ottanio-light\/80{
  color: rgb(0 151 167 / 0.8);
}
.text-ottanio-light\/90{
  color: rgb(0 151 167 / 0.9);
}
.text-ottanio-light\/95{
  color: rgb(0 151 167 / 0.95);
}
.text-ottanio-light\/100{
  color: rgb(0 151 167 / 1);
}
.text-magenta\/0{
  color: rgb(224 14 102 / 0);
}
.text-magenta\/5{
  color: rgb(224 14 102 / 0.05);
}
.text-magenta\/10{
  color: rgb(224 14 102 / 0.1);
}
.text-magenta\/20{
  color: rgb(224 14 102 / 0.2);
}
.text-magenta\/25{
  color: rgb(224 14 102 / 0.25);
}
.text-magenta\/30{
  color: rgb(224 14 102 / 0.3);
}
.text-magenta\/40{
  color: rgb(224 14 102 / 0.4);
}
.text-magenta\/50{
  color: rgb(224 14 102 / 0.5);
}
.text-magenta\/60{
  color: rgb(224 14 102 / 0.6);
}
.text-magenta\/70{
  color: rgb(224 14 102 / 0.7);
}
.text-magenta\/75{
  color: rgb(224 14 102 / 0.75);
}
.text-magenta\/80{
  color: rgb(224 14 102 / 0.8);
}
.text-magenta\/90{
  color: rgb(224 14 102 / 0.9);
}
.text-magenta\/95{
  color: rgb(224 14 102 / 0.95);
}
.text-magenta\/100{
  color: rgb(224 14 102 / 1);
}
.text-magenta-light\/0{
  color: rgb(224 14 102 / 0);
}
.text-magenta-light\/5{
  color: rgb(224 14 102 / 0.05);
}
.text-magenta-light\/10{
  color: rgb(224 14 102 / 0.1);
}
.text-magenta-light\/20{
  color: rgb(224 14 102 / 0.2);
}
.text-magenta-light\/25{
  color: rgb(224 14 102 / 0.25);
}
.text-magenta-light\/30{
  color: rgb(224 14 102 / 0.3);
}
.text-magenta-light\/40{
  color: rgb(224 14 102 / 0.4);
}
.text-magenta-light\/50{
  color: rgb(224 14 102 / 0.5);
}
.text-magenta-light\/60{
  color: rgb(224 14 102 / 0.6);
}
.text-magenta-light\/70{
  color: rgb(224 14 102 / 0.7);
}
.text-magenta-light\/75{
  color: rgb(224 14 102 / 0.75);
}
.text-magenta-light\/80{
  color: rgb(224 14 102 / 0.8);
}
.text-magenta-light\/90{
  color: rgb(224 14 102 / 0.9);
}
.text-magenta-light\/95{
  color: rgb(224 14 102 / 0.95);
}
.text-magenta-light\/100{
  color: rgb(224 14 102 / 1);
}
.text-arancio\/0{
  color: rgb(255 149 149 / 0);
}
.text-arancio\/5{
  color: rgb(255 149 149 / 0.05);
}
.text-arancio\/10{
  color: rgb(255 149 149 / 0.1);
}
.text-arancio\/20{
  color: rgb(255 149 149 / 0.2);
}
.text-arancio\/25{
  color: rgb(255 149 149 / 0.25);
}
.text-arancio\/30{
  color: rgb(255 149 149 / 0.3);
}
.text-arancio\/40{
  color: rgb(255 149 149 / 0.4);
}
.text-arancio\/50{
  color: rgb(255 149 149 / 0.5);
}
.text-arancio\/60{
  color: rgb(255 149 149 / 0.6);
}
.text-arancio\/70{
  color: rgb(255 149 149 / 0.7);
}
.text-arancio\/75{
  color: rgb(255 149 149 / 0.75);
}
.text-arancio\/80{
  color: rgb(255 149 149 / 0.8);
}
.text-arancio\/90{
  color: rgb(255 149 149 / 0.9);
}
.text-arancio\/95{
  color: rgb(255 149 149 / 0.95);
}
.text-arancio\/100{
  color: rgb(255 149 149 / 1);
}
.text-gray-50\/0{
  color: rgb(249 250 251 / 0);
}
.text-gray-50\/5{
  color: rgb(249 250 251 / 0.05);
}
.text-gray-50\/10{
  color: rgb(249 250 251 / 0.1);
}
.text-gray-50\/20{
  color: rgb(249 250 251 / 0.2);
}
.text-gray-50\/25{
  color: rgb(249 250 251 / 0.25);
}
.text-gray-50\/30{
  color: rgb(249 250 251 / 0.3);
}
.text-gray-50\/40{
  color: rgb(249 250 251 / 0.4);
}
.text-gray-50\/50{
  color: rgb(249 250 251 / 0.5);
}
.text-gray-50\/60{
  color: rgb(249 250 251 / 0.6);
}
.text-gray-50\/70{
  color: rgb(249 250 251 / 0.7);
}
.text-gray-50\/75{
  color: rgb(249 250 251 / 0.75);
}
.text-gray-50\/80{
  color: rgb(249 250 251 / 0.8);
}
.text-gray-50\/90{
  color: rgb(249 250 251 / 0.9);
}
.text-gray-50\/95{
  color: rgb(249 250 251 / 0.95);
}
.text-gray-50\/100{
  color: rgb(249 250 251 / 1);
}
.text-gray-100\/0{
  color: rgb(213 227 231 / 0);
}
.text-gray-100\/5{
  color: rgb(213 227 231 / 0.05);
}
.text-gray-100\/10{
  color: rgb(213 227 231 / 0.1);
}
.text-gray-100\/20{
  color: rgb(213 227 231 / 0.2);
}
.text-gray-100\/25{
  color: rgb(213 227 231 / 0.25);
}
.text-gray-100\/30{
  color: rgb(213 227 231 / 0.3);
}
.text-gray-100\/40{
  color: rgb(213 227 231 / 0.4);
}
.text-gray-100\/50{
  color: rgb(213 227 231 / 0.5);
}
.text-gray-100\/60{
  color: rgb(213 227 231 / 0.6);
}
.text-gray-100\/70{
  color: rgb(213 227 231 / 0.7);
}
.text-gray-100\/75{
  color: rgb(213 227 231 / 0.75);
}
.text-gray-100\/80{
  color: rgb(213 227 231 / 0.8);
}
.text-gray-100\/90{
  color: rgb(213 227 231 / 0.9);
}
.text-gray-100\/95{
  color: rgb(213 227 231 / 0.95);
}
.text-gray-100\/100{
  color: rgb(213 227 231 / 1);
}
.text-gray-200\/0{
  color: rgb(229 231 235 / 0);
}
.text-gray-200\/5{
  color: rgb(229 231 235 / 0.05);
}
.text-gray-200\/10{
  color: rgb(229 231 235 / 0.1);
}
.text-gray-200\/20{
  color: rgb(229 231 235 / 0.2);
}
.text-gray-200\/25{
  color: rgb(229 231 235 / 0.25);
}
.text-gray-200\/30{
  color: rgb(229 231 235 / 0.3);
}
.text-gray-200\/40{
  color: rgb(229 231 235 / 0.4);
}
.text-gray-200\/50{
  color: rgb(229 231 235 / 0.5);
}
.text-gray-200\/60{
  color: rgb(229 231 235 / 0.6);
}
.text-gray-200\/70{
  color: rgb(229 231 235 / 0.7);
}
.text-gray-200\/75{
  color: rgb(229 231 235 / 0.75);
}
.text-gray-200\/80{
  color: rgb(229 231 235 / 0.8);
}
.text-gray-200\/90{
  color: rgb(229 231 235 / 0.9);
}
.text-gray-200\/95{
  color: rgb(229 231 235 / 0.95);
}
.text-gray-200\/100{
  color: rgb(229 231 235 / 1);
}
.text-gray-300\/0{
  color: rgb(100 108 122 / 0);
}
.text-gray-300\/5{
  color: rgb(100 108 122 / 0.05);
}
.text-gray-300\/10{
  color: rgb(100 108 122 / 0.1);
}
.text-gray-300\/20{
  color: rgb(100 108 122 / 0.2);
}
.text-gray-300\/25{
  color: rgb(100 108 122 / 0.25);
}
.text-gray-300\/30{
  color: rgb(100 108 122 / 0.3);
}
.text-gray-300\/40{
  color: rgb(100 108 122 / 0.4);
}
.text-gray-300\/50{
  color: rgb(100 108 122 / 0.5);
}
.text-gray-300\/60{
  color: rgb(100 108 122 / 0.6);
}
.text-gray-300\/70{
  color: rgb(100 108 122 / 0.7);
}
.text-gray-300\/75{
  color: rgb(100 108 122 / 0.75);
}
.text-gray-300\/80{
  color: rgb(100 108 122 / 0.8);
}
.text-gray-300\/90{
  color: rgb(100 108 122 / 0.9);
}
.text-gray-300\/95{
  color: rgb(100 108 122 / 0.95);
}
.text-gray-300\/100{
  color: rgb(100 108 122 / 1);
}
.text-gray-400\/0{
  color: rgb(159 189 195 / 0);
}
.text-gray-400\/5{
  color: rgb(159 189 195 / 0.05);
}
.text-gray-400\/10{
  color: rgb(159 189 195 / 0.1);
}
.text-gray-400\/20{
  color: rgb(159 189 195 / 0.2);
}
.text-gray-400\/25{
  color: rgb(159 189 195 / 0.25);
}
.text-gray-400\/30{
  color: rgb(159 189 195 / 0.3);
}
.text-gray-400\/40{
  color: rgb(159 189 195 / 0.4);
}
.text-gray-400\/50{
  color: rgb(159 189 195 / 0.5);
}
.text-gray-400\/60{
  color: rgb(159 189 195 / 0.6);
}
.text-gray-400\/70{
  color: rgb(159 189 195 / 0.7);
}
.text-gray-400\/75{
  color: rgb(159 189 195 / 0.75);
}
.text-gray-400\/80{
  color: rgb(159 189 195 / 0.8);
}
.text-gray-400\/90{
  color: rgb(159 189 195 / 0.9);
}
.text-gray-400\/95{
  color: rgb(159 189 195 / 0.95);
}
.text-gray-400\/100{
  color: rgb(159 189 195 / 1);
}
.text-gray-500\/0{
  color: rgb(107 114 128 / 0);
}
.text-gray-500\/5{
  color: rgb(107 114 128 / 0.05);
}
.text-gray-500\/10{
  color: rgb(107 114 128 / 0.1);
}
.text-gray-500\/20{
  color: rgb(107 114 128 / 0.2);
}
.text-gray-500\/25{
  color: rgb(107 114 128 / 0.25);
}
.text-gray-500\/30{
  color: rgb(107 114 128 / 0.3);
}
.text-gray-500\/40{
  color: rgb(107 114 128 / 0.4);
}
.text-gray-500\/50{
  color: rgb(107 114 128 / 0.5);
}
.text-gray-500\/60{
  color: rgb(107 114 128 / 0.6);
}
.text-gray-500\/70{
  color: rgb(107 114 128 / 0.7);
}
.text-gray-500\/75{
  color: rgb(107 114 128 / 0.75);
}
.text-gray-500\/80{
  color: rgb(107 114 128 / 0.8);
}
.text-gray-500\/90{
  color: rgb(107 114 128 / 0.9);
}
.text-gray-500\/95{
  color: rgb(107 114 128 / 0.95);
}
.text-gray-500\/100{
  color: rgb(107 114 128 / 1);
}
.text-gray-600\/0{
  color: rgb(196 196 196 / 0);
}
.text-gray-600\/5{
  color: rgb(196 196 196 / 0.05);
}
.text-gray-600\/10{
  color: rgb(196 196 196 / 0.1);
}
.text-gray-600\/20{
  color: rgb(196 196 196 / 0.2);
}
.text-gray-600\/25{
  color: rgb(196 196 196 / 0.25);
}
.text-gray-600\/30{
  color: rgb(196 196 196 / 0.3);
}
.text-gray-600\/40{
  color: rgb(196 196 196 / 0.4);
}
.text-gray-600\/50{
  color: rgb(196 196 196 / 0.5);
}
.text-gray-600\/60{
  color: rgb(196 196 196 / 0.6);
}
.text-gray-600\/70{
  color: rgb(196 196 196 / 0.7);
}
.text-gray-600\/75{
  color: rgb(196 196 196 / 0.75);
}
.text-gray-600\/80{
  color: rgb(196 196 196 / 0.8);
}
.text-gray-600\/90{
  color: rgb(196 196 196 / 0.9);
}
.text-gray-600\/95{
  color: rgb(196 196 196 / 0.95);
}
.text-gray-600\/100{
  color: rgb(196 196 196 / 1);
}
.text-gray-700\/0{
  color: rgb(221 221 221 / 0);
}
.text-gray-700\/5{
  color: rgb(221 221 221 / 0.05);
}
.text-gray-700\/10{
  color: rgb(221 221 221 / 0.1);
}
.text-gray-700\/20{
  color: rgb(221 221 221 / 0.2);
}
.text-gray-700\/25{
  color: rgb(221 221 221 / 0.25);
}
.text-gray-700\/30{
  color: rgb(221 221 221 / 0.3);
}
.text-gray-700\/40{
  color: rgb(221 221 221 / 0.4);
}
.text-gray-700\/50{
  color: rgb(221 221 221 / 0.5);
}
.text-gray-700\/60{
  color: rgb(221 221 221 / 0.6);
}
.text-gray-700\/70{
  color: rgb(221 221 221 / 0.7);
}
.text-gray-700\/75{
  color: rgb(221 221 221 / 0.75);
}
.text-gray-700\/80{
  color: rgb(221 221 221 / 0.8);
}
.text-gray-700\/90{
  color: rgb(221 221 221 / 0.9);
}
.text-gray-700\/95{
  color: rgb(221 221 221 / 0.95);
}
.text-gray-700\/100{
  color: rgb(221 221 221 / 1);
}
.text-gray-800\/0{
  color: rgb(31 41 55 / 0);
}
.text-gray-800\/5{
  color: rgb(31 41 55 / 0.05);
}
.text-gray-800\/10{
  color: rgb(31 41 55 / 0.1);
}
.text-gray-800\/20{
  color: rgb(31 41 55 / 0.2);
}
.text-gray-800\/25{
  color: rgb(31 41 55 / 0.25);
}
.text-gray-800\/30{
  color: rgb(31 41 55 / 0.3);
}
.text-gray-800\/40{
  color: rgb(31 41 55 / 0.4);
}
.text-gray-800\/50{
  color: rgb(31 41 55 / 0.5);
}
.text-gray-800\/60{
  color: rgb(31 41 55 / 0.6);
}
.text-gray-800\/70{
  color: rgb(31 41 55 / 0.7);
}
.text-gray-800\/75{
  color: rgb(31 41 55 / 0.75);
}
.text-gray-800\/80{
  color: rgb(31 41 55 / 0.8);
}
.text-gray-800\/90{
  color: rgb(31 41 55 / 0.9);
}
.text-gray-800\/95{
  color: rgb(31 41 55 / 0.95);
}
.text-gray-800\/100{
  color: rgb(31 41 55 / 1);
}
.text-gray-900\/0{
  color: rgb(249 249 249 / 0);
}
.text-gray-900\/5{
  color: rgb(249 249 249 / 0.05);
}
.text-gray-900\/10{
  color: rgb(249 249 249 / 0.1);
}
.text-gray-900\/20{
  color: rgb(249 249 249 / 0.2);
}
.text-gray-900\/25{
  color: rgb(249 249 249 / 0.25);
}
.text-gray-900\/30{
  color: rgb(249 249 249 / 0.3);
}
.text-gray-900\/40{
  color: rgb(249 249 249 / 0.4);
}
.text-gray-900\/50{
  color: rgb(249 249 249 / 0.5);
}
.text-gray-900\/60{
  color: rgb(249 249 249 / 0.6);
}
.text-gray-900\/70{
  color: rgb(249 249 249 / 0.7);
}
.text-gray-900\/75{
  color: rgb(249 249 249 / 0.75);
}
.text-gray-900\/80{
  color: rgb(249 249 249 / 0.8);
}
.text-gray-900\/90{
  color: rgb(249 249 249 / 0.9);
}
.text-gray-900\/95{
  color: rgb(249 249 249 / 0.95);
}
.text-gray-900\/100{
  color: rgb(249 249 249 / 1);
}
.text-gray\/0{
  color: rgb(187 187 187 / 0);
}
.text-gray\/5{
  color: rgb(187 187 187 / 0.05);
}
.text-gray\/10{
  color: rgb(187 187 187 / 0.1);
}
.text-gray\/20{
  color: rgb(187 187 187 / 0.2);
}
.text-gray\/25{
  color: rgb(187 187 187 / 0.25);
}
.text-gray\/30{
  color: rgb(187 187 187 / 0.3);
}
.text-gray\/40{
  color: rgb(187 187 187 / 0.4);
}
.text-gray\/50{
  color: rgb(187 187 187 / 0.5);
}
.text-gray\/60{
  color: rgb(187 187 187 / 0.6);
}
.text-gray\/70{
  color: rgb(187 187 187 / 0.7);
}
.text-gray\/75{
  color: rgb(187 187 187 / 0.75);
}
.text-gray\/80{
  color: rgb(187 187 187 / 0.8);
}
.text-gray\/90{
  color: rgb(187 187 187 / 0.9);
}
.text-gray\/95{
  color: rgb(187 187 187 / 0.95);
}
.text-gray\/100{
  color: rgb(187 187 187 / 1);
}
.text-red-50\/0{
  color: rgb(253 242 242 / 0);
}
.text-red-50\/5{
  color: rgb(253 242 242 / 0.05);
}
.text-red-50\/10{
  color: rgb(253 242 242 / 0.1);
}
.text-red-50\/20{
  color: rgb(253 242 242 / 0.2);
}
.text-red-50\/25{
  color: rgb(253 242 242 / 0.25);
}
.text-red-50\/30{
  color: rgb(253 242 242 / 0.3);
}
.text-red-50\/40{
  color: rgb(253 242 242 / 0.4);
}
.text-red-50\/50{
  color: rgb(253 242 242 / 0.5);
}
.text-red-50\/60{
  color: rgb(253 242 242 / 0.6);
}
.text-red-50\/70{
  color: rgb(253 242 242 / 0.7);
}
.text-red-50\/75{
  color: rgb(253 242 242 / 0.75);
}
.text-red-50\/80{
  color: rgb(253 242 242 / 0.8);
}
.text-red-50\/90{
  color: rgb(253 242 242 / 0.9);
}
.text-red-50\/95{
  color: rgb(253 242 242 / 0.95);
}
.text-red-50\/100{
  color: rgb(253 242 242 / 1);
}
.text-red-100\/0{
  color: rgb(253 232 232 / 0);
}
.text-red-100\/5{
  color: rgb(253 232 232 / 0.05);
}
.text-red-100\/10{
  color: rgb(253 232 232 / 0.1);
}
.text-red-100\/20{
  color: rgb(253 232 232 / 0.2);
}
.text-red-100\/25{
  color: rgb(253 232 232 / 0.25);
}
.text-red-100\/30{
  color: rgb(253 232 232 / 0.3);
}
.text-red-100\/40{
  color: rgb(253 232 232 / 0.4);
}
.text-red-100\/50{
  color: rgb(253 232 232 / 0.5);
}
.text-red-100\/60{
  color: rgb(253 232 232 / 0.6);
}
.text-red-100\/70{
  color: rgb(253 232 232 / 0.7);
}
.text-red-100\/75{
  color: rgb(253 232 232 / 0.75);
}
.text-red-100\/80{
  color: rgb(253 232 232 / 0.8);
}
.text-red-100\/90{
  color: rgb(253 232 232 / 0.9);
}
.text-red-100\/95{
  color: rgb(253 232 232 / 0.95);
}
.text-red-100\/100{
  color: rgb(253 232 232 / 1);
}
.text-red-200\/0{
  color: rgb(251 213 213 / 0);
}
.text-red-200\/5{
  color: rgb(251 213 213 / 0.05);
}
.text-red-200\/10{
  color: rgb(251 213 213 / 0.1);
}
.text-red-200\/20{
  color: rgb(251 213 213 / 0.2);
}
.text-red-200\/25{
  color: rgb(251 213 213 / 0.25);
}
.text-red-200\/30{
  color: rgb(251 213 213 / 0.3);
}
.text-red-200\/40{
  color: rgb(251 213 213 / 0.4);
}
.text-red-200\/50{
  color: rgb(251 213 213 / 0.5);
}
.text-red-200\/60{
  color: rgb(251 213 213 / 0.6);
}
.text-red-200\/70{
  color: rgb(251 213 213 / 0.7);
}
.text-red-200\/75{
  color: rgb(251 213 213 / 0.75);
}
.text-red-200\/80{
  color: rgb(251 213 213 / 0.8);
}
.text-red-200\/90{
  color: rgb(251 213 213 / 0.9);
}
.text-red-200\/95{
  color: rgb(251 213 213 / 0.95);
}
.text-red-200\/100{
  color: rgb(251 213 213 / 1);
}
.text-red-300\/0{
  color: rgb(248 180 180 / 0);
}
.text-red-300\/5{
  color: rgb(248 180 180 / 0.05);
}
.text-red-300\/10{
  color: rgb(248 180 180 / 0.1);
}
.text-red-300\/20{
  color: rgb(248 180 180 / 0.2);
}
.text-red-300\/25{
  color: rgb(248 180 180 / 0.25);
}
.text-red-300\/30{
  color: rgb(248 180 180 / 0.3);
}
.text-red-300\/40{
  color: rgb(248 180 180 / 0.4);
}
.text-red-300\/50{
  color: rgb(248 180 180 / 0.5);
}
.text-red-300\/60{
  color: rgb(248 180 180 / 0.6);
}
.text-red-300\/70{
  color: rgb(248 180 180 / 0.7);
}
.text-red-300\/75{
  color: rgb(248 180 180 / 0.75);
}
.text-red-300\/80{
  color: rgb(248 180 180 / 0.8);
}
.text-red-300\/90{
  color: rgb(248 180 180 / 0.9);
}
.text-red-300\/95{
  color: rgb(248 180 180 / 0.95);
}
.text-red-300\/100{
  color: rgb(248 180 180 / 1);
}
.text-red-400\/0{
  color: rgb(249 128 128 / 0);
}
.text-red-400\/5{
  color: rgb(249 128 128 / 0.05);
}
.text-red-400\/10{
  color: rgb(249 128 128 / 0.1);
}
.text-red-400\/20{
  color: rgb(249 128 128 / 0.2);
}
.text-red-400\/25{
  color: rgb(249 128 128 / 0.25);
}
.text-red-400\/30{
  color: rgb(249 128 128 / 0.3);
}
.text-red-400\/40{
  color: rgb(249 128 128 / 0.4);
}
.text-red-400\/50{
  color: rgb(249 128 128 / 0.5);
}
.text-red-400\/60{
  color: rgb(249 128 128 / 0.6);
}
.text-red-400\/70{
  color: rgb(249 128 128 / 0.7);
}
.text-red-400\/75{
  color: rgb(249 128 128 / 0.75);
}
.text-red-400\/80{
  color: rgb(249 128 128 / 0.8);
}
.text-red-400\/90{
  color: rgb(249 128 128 / 0.9);
}
.text-red-400\/95{
  color: rgb(249 128 128 / 0.95);
}
.text-red-400\/100{
  color: rgb(249 128 128 / 1);
}
.text-red-500\/0{
  color: rgb(240 82 82 / 0);
}
.text-red-500\/5{
  color: rgb(240 82 82 / 0.05);
}
.text-red-500\/10{
  color: rgb(240 82 82 / 0.1);
}
.text-red-500\/20{
  color: rgb(240 82 82 / 0.2);
}
.text-red-500\/25{
  color: rgb(240 82 82 / 0.25);
}
.text-red-500\/30{
  color: rgb(240 82 82 / 0.3);
}
.text-red-500\/40{
  color: rgb(240 82 82 / 0.4);
}
.text-red-500\/50{
  color: rgb(240 82 82 / 0.5);
}
.text-red-500\/60{
  color: rgb(240 82 82 / 0.6);
}
.text-red-500\/70{
  color: rgb(240 82 82 / 0.7);
}
.text-red-500\/75{
  color: rgb(240 82 82 / 0.75);
}
.text-red-500\/80{
  color: rgb(240 82 82 / 0.8);
}
.text-red-500\/90{
  color: rgb(240 82 82 / 0.9);
}
.text-red-500\/95{
  color: rgb(240 82 82 / 0.95);
}
.text-red-500\/100{
  color: rgb(240 82 82 / 1);
}
.text-red-600\/0{
  color: rgb(224 36 36 / 0);
}
.text-red-600\/5{
  color: rgb(224 36 36 / 0.05);
}
.text-red-600\/10{
  color: rgb(224 36 36 / 0.1);
}
.text-red-600\/20{
  color: rgb(224 36 36 / 0.2);
}
.text-red-600\/25{
  color: rgb(224 36 36 / 0.25);
}
.text-red-600\/30{
  color: rgb(224 36 36 / 0.3);
}
.text-red-600\/40{
  color: rgb(224 36 36 / 0.4);
}
.text-red-600\/50{
  color: rgb(224 36 36 / 0.5);
}
.text-red-600\/60{
  color: rgb(224 36 36 / 0.6);
}
.text-red-600\/70{
  color: rgb(224 36 36 / 0.7);
}
.text-red-600\/75{
  color: rgb(224 36 36 / 0.75);
}
.text-red-600\/80{
  color: rgb(224 36 36 / 0.8);
}
.text-red-600\/90{
  color: rgb(224 36 36 / 0.9);
}
.text-red-600\/95{
  color: rgb(224 36 36 / 0.95);
}
.text-red-600\/100{
  color: rgb(224 36 36 / 1);
}
.text-red-700\/0{
  color: rgb(200 30 30 / 0);
}
.text-red-700\/5{
  color: rgb(200 30 30 / 0.05);
}
.text-red-700\/10{
  color: rgb(200 30 30 / 0.1);
}
.text-red-700\/20{
  color: rgb(200 30 30 / 0.2);
}
.text-red-700\/25{
  color: rgb(200 30 30 / 0.25);
}
.text-red-700\/30{
  color: rgb(200 30 30 / 0.3);
}
.text-red-700\/40{
  color: rgb(200 30 30 / 0.4);
}
.text-red-700\/50{
  color: rgb(200 30 30 / 0.5);
}
.text-red-700\/60{
  color: rgb(200 30 30 / 0.6);
}
.text-red-700\/70{
  color: rgb(200 30 30 / 0.7);
}
.text-red-700\/75{
  color: rgb(200 30 30 / 0.75);
}
.text-red-700\/80{
  color: rgb(200 30 30 / 0.8);
}
.text-red-700\/90{
  color: rgb(200 30 30 / 0.9);
}
.text-red-700\/95{
  color: rgb(200 30 30 / 0.95);
}
.text-red-700\/100{
  color: rgb(200 30 30 / 1);
}
.text-red-800\/0{
  color: rgb(155 28 28 / 0);
}
.text-red-800\/5{
  color: rgb(155 28 28 / 0.05);
}
.text-red-800\/10{
  color: rgb(155 28 28 / 0.1);
}
.text-red-800\/20{
  color: rgb(155 28 28 / 0.2);
}
.text-red-800\/25{
  color: rgb(155 28 28 / 0.25);
}
.text-red-800\/30{
  color: rgb(155 28 28 / 0.3);
}
.text-red-800\/40{
  color: rgb(155 28 28 / 0.4);
}
.text-red-800\/50{
  color: rgb(155 28 28 / 0.5);
}
.text-red-800\/60{
  color: rgb(155 28 28 / 0.6);
}
.text-red-800\/70{
  color: rgb(155 28 28 / 0.7);
}
.text-red-800\/75{
  color: rgb(155 28 28 / 0.75);
}
.text-red-800\/80{
  color: rgb(155 28 28 / 0.8);
}
.text-red-800\/90{
  color: rgb(155 28 28 / 0.9);
}
.text-red-800\/95{
  color: rgb(155 28 28 / 0.95);
}
.text-red-800\/100{
  color: rgb(155 28 28 / 1);
}
.text-red-900\/0{
  color: rgb(119 29 29 / 0);
}
.text-red-900\/5{
  color: rgb(119 29 29 / 0.05);
}
.text-red-900\/10{
  color: rgb(119 29 29 / 0.1);
}
.text-red-900\/20{
  color: rgb(119 29 29 / 0.2);
}
.text-red-900\/25{
  color: rgb(119 29 29 / 0.25);
}
.text-red-900\/30{
  color: rgb(119 29 29 / 0.3);
}
.text-red-900\/40{
  color: rgb(119 29 29 / 0.4);
}
.text-red-900\/50{
  color: rgb(119 29 29 / 0.5);
}
.text-red-900\/60{
  color: rgb(119 29 29 / 0.6);
}
.text-red-900\/70{
  color: rgb(119 29 29 / 0.7);
}
.text-red-900\/75{
  color: rgb(119 29 29 / 0.75);
}
.text-red-900\/80{
  color: rgb(119 29 29 / 0.8);
}
.text-red-900\/90{
  color: rgb(119 29 29 / 0.9);
}
.text-red-900\/95{
  color: rgb(119 29 29 / 0.95);
}
.text-red-900\/100{
  color: rgb(119 29 29 / 1);
}
.text-orange-50\/0{
  color: rgb(255 248 241 / 0);
}
.text-orange-50\/5{
  color: rgb(255 248 241 / 0.05);
}
.text-orange-50\/10{
  color: rgb(255 248 241 / 0.1);
}
.text-orange-50\/20{
  color: rgb(255 248 241 / 0.2);
}
.text-orange-50\/25{
  color: rgb(255 248 241 / 0.25);
}
.text-orange-50\/30{
  color: rgb(255 248 241 / 0.3);
}
.text-orange-50\/40{
  color: rgb(255 248 241 / 0.4);
}
.text-orange-50\/50{
  color: rgb(255 248 241 / 0.5);
}
.text-orange-50\/60{
  color: rgb(255 248 241 / 0.6);
}
.text-orange-50\/70{
  color: rgb(255 248 241 / 0.7);
}
.text-orange-50\/75{
  color: rgb(255 248 241 / 0.75);
}
.text-orange-50\/80{
  color: rgb(255 248 241 / 0.8);
}
.text-orange-50\/90{
  color: rgb(255 248 241 / 0.9);
}
.text-orange-50\/95{
  color: rgb(255 248 241 / 0.95);
}
.text-orange-50\/100{
  color: rgb(255 248 241 / 1);
}
.text-orange-100\/0{
  color: rgb(254 236 220 / 0);
}
.text-orange-100\/5{
  color: rgb(254 236 220 / 0.05);
}
.text-orange-100\/10{
  color: rgb(254 236 220 / 0.1);
}
.text-orange-100\/20{
  color: rgb(254 236 220 / 0.2);
}
.text-orange-100\/25{
  color: rgb(254 236 220 / 0.25);
}
.text-orange-100\/30{
  color: rgb(254 236 220 / 0.3);
}
.text-orange-100\/40{
  color: rgb(254 236 220 / 0.4);
}
.text-orange-100\/50{
  color: rgb(254 236 220 / 0.5);
}
.text-orange-100\/60{
  color: rgb(254 236 220 / 0.6);
}
.text-orange-100\/70{
  color: rgb(254 236 220 / 0.7);
}
.text-orange-100\/75{
  color: rgb(254 236 220 / 0.75);
}
.text-orange-100\/80{
  color: rgb(254 236 220 / 0.8);
}
.text-orange-100\/90{
  color: rgb(254 236 220 / 0.9);
}
.text-orange-100\/95{
  color: rgb(254 236 220 / 0.95);
}
.text-orange-100\/100{
  color: rgb(254 236 220 / 1);
}
.text-orange-200\/0{
  color: rgb(252 217 189 / 0);
}
.text-orange-200\/5{
  color: rgb(252 217 189 / 0.05);
}
.text-orange-200\/10{
  color: rgb(252 217 189 / 0.1);
}
.text-orange-200\/20{
  color: rgb(252 217 189 / 0.2);
}
.text-orange-200\/25{
  color: rgb(252 217 189 / 0.25);
}
.text-orange-200\/30{
  color: rgb(252 217 189 / 0.3);
}
.text-orange-200\/40{
  color: rgb(252 217 189 / 0.4);
}
.text-orange-200\/50{
  color: rgb(252 217 189 / 0.5);
}
.text-orange-200\/60{
  color: rgb(252 217 189 / 0.6);
}
.text-orange-200\/70{
  color: rgb(252 217 189 / 0.7);
}
.text-orange-200\/75{
  color: rgb(252 217 189 / 0.75);
}
.text-orange-200\/80{
  color: rgb(252 217 189 / 0.8);
}
.text-orange-200\/90{
  color: rgb(252 217 189 / 0.9);
}
.text-orange-200\/95{
  color: rgb(252 217 189 / 0.95);
}
.text-orange-200\/100{
  color: rgb(252 217 189 / 1);
}
.text-orange-300\/0{
  color: rgb(253 186 140 / 0);
}
.text-orange-300\/5{
  color: rgb(253 186 140 / 0.05);
}
.text-orange-300\/10{
  color: rgb(253 186 140 / 0.1);
}
.text-orange-300\/20{
  color: rgb(253 186 140 / 0.2);
}
.text-orange-300\/25{
  color: rgb(253 186 140 / 0.25);
}
.text-orange-300\/30{
  color: rgb(253 186 140 / 0.3);
}
.text-orange-300\/40{
  color: rgb(253 186 140 / 0.4);
}
.text-orange-300\/50{
  color: rgb(253 186 140 / 0.5);
}
.text-orange-300\/60{
  color: rgb(253 186 140 / 0.6);
}
.text-orange-300\/70{
  color: rgb(253 186 140 / 0.7);
}
.text-orange-300\/75{
  color: rgb(253 186 140 / 0.75);
}
.text-orange-300\/80{
  color: rgb(253 186 140 / 0.8);
}
.text-orange-300\/90{
  color: rgb(253 186 140 / 0.9);
}
.text-orange-300\/95{
  color: rgb(253 186 140 / 0.95);
}
.text-orange-300\/100{
  color: rgb(253 186 140 / 1);
}
.text-orange-400\/0{
  color: rgb(255 138 76 / 0);
}
.text-orange-400\/5{
  color: rgb(255 138 76 / 0.05);
}
.text-orange-400\/10{
  color: rgb(255 138 76 / 0.1);
}
.text-orange-400\/20{
  color: rgb(255 138 76 / 0.2);
}
.text-orange-400\/25{
  color: rgb(255 138 76 / 0.25);
}
.text-orange-400\/30{
  color: rgb(255 138 76 / 0.3);
}
.text-orange-400\/40{
  color: rgb(255 138 76 / 0.4);
}
.text-orange-400\/50{
  color: rgb(255 138 76 / 0.5);
}
.text-orange-400\/60{
  color: rgb(255 138 76 / 0.6);
}
.text-orange-400\/70{
  color: rgb(255 138 76 / 0.7);
}
.text-orange-400\/75{
  color: rgb(255 138 76 / 0.75);
}
.text-orange-400\/80{
  color: rgb(255 138 76 / 0.8);
}
.text-orange-400\/90{
  color: rgb(255 138 76 / 0.9);
}
.text-orange-400\/95{
  color: rgb(255 138 76 / 0.95);
}
.text-orange-400\/100{
  color: rgb(255 138 76 / 1);
}
.text-orange-500\/0{
  color: rgb(255 90 31 / 0);
}
.text-orange-500\/5{
  color: rgb(255 90 31 / 0.05);
}
.text-orange-500\/10{
  color: rgb(255 90 31 / 0.1);
}
.text-orange-500\/20{
  color: rgb(255 90 31 / 0.2);
}
.text-orange-500\/25{
  color: rgb(255 90 31 / 0.25);
}
.text-orange-500\/30{
  color: rgb(255 90 31 / 0.3);
}
.text-orange-500\/40{
  color: rgb(255 90 31 / 0.4);
}
.text-orange-500\/50{
  color: rgb(255 90 31 / 0.5);
}
.text-orange-500\/60{
  color: rgb(255 90 31 / 0.6);
}
.text-orange-500\/70{
  color: rgb(255 90 31 / 0.7);
}
.text-orange-500\/75{
  color: rgb(255 90 31 / 0.75);
}
.text-orange-500\/80{
  color: rgb(255 90 31 / 0.8);
}
.text-orange-500\/90{
  color: rgb(255 90 31 / 0.9);
}
.text-orange-500\/95{
  color: rgb(255 90 31 / 0.95);
}
.text-orange-500\/100{
  color: rgb(255 90 31 / 1);
}
.text-orange-600\/0{
  color: rgb(208 56 1 / 0);
}
.text-orange-600\/5{
  color: rgb(208 56 1 / 0.05);
}
.text-orange-600\/10{
  color: rgb(208 56 1 / 0.1);
}
.text-orange-600\/20{
  color: rgb(208 56 1 / 0.2);
}
.text-orange-600\/25{
  color: rgb(208 56 1 / 0.25);
}
.text-orange-600\/30{
  color: rgb(208 56 1 / 0.3);
}
.text-orange-600\/40{
  color: rgb(208 56 1 / 0.4);
}
.text-orange-600\/50{
  color: rgb(208 56 1 / 0.5);
}
.text-orange-600\/60{
  color: rgb(208 56 1 / 0.6);
}
.text-orange-600\/70{
  color: rgb(208 56 1 / 0.7);
}
.text-orange-600\/75{
  color: rgb(208 56 1 / 0.75);
}
.text-orange-600\/80{
  color: rgb(208 56 1 / 0.8);
}
.text-orange-600\/90{
  color: rgb(208 56 1 / 0.9);
}
.text-orange-600\/95{
  color: rgb(208 56 1 / 0.95);
}
.text-orange-600\/100{
  color: rgb(208 56 1 / 1);
}
.text-orange-700\/0{
  color: rgb(180 52 3 / 0);
}
.text-orange-700\/5{
  color: rgb(180 52 3 / 0.05);
}
.text-orange-700\/10{
  color: rgb(180 52 3 / 0.1);
}
.text-orange-700\/20{
  color: rgb(180 52 3 / 0.2);
}
.text-orange-700\/25{
  color: rgb(180 52 3 / 0.25);
}
.text-orange-700\/30{
  color: rgb(180 52 3 / 0.3);
}
.text-orange-700\/40{
  color: rgb(180 52 3 / 0.4);
}
.text-orange-700\/50{
  color: rgb(180 52 3 / 0.5);
}
.text-orange-700\/60{
  color: rgb(180 52 3 / 0.6);
}
.text-orange-700\/70{
  color: rgb(180 52 3 / 0.7);
}
.text-orange-700\/75{
  color: rgb(180 52 3 / 0.75);
}
.text-orange-700\/80{
  color: rgb(180 52 3 / 0.8);
}
.text-orange-700\/90{
  color: rgb(180 52 3 / 0.9);
}
.text-orange-700\/95{
  color: rgb(180 52 3 / 0.95);
}
.text-orange-700\/100{
  color: rgb(180 52 3 / 1);
}
.text-orange-800\/0{
  color: rgb(138 44 13 / 0);
}
.text-orange-800\/5{
  color: rgb(138 44 13 / 0.05);
}
.text-orange-800\/10{
  color: rgb(138 44 13 / 0.1);
}
.text-orange-800\/20{
  color: rgb(138 44 13 / 0.2);
}
.text-orange-800\/25{
  color: rgb(138 44 13 / 0.25);
}
.text-orange-800\/30{
  color: rgb(138 44 13 / 0.3);
}
.text-orange-800\/40{
  color: rgb(138 44 13 / 0.4);
}
.text-orange-800\/50{
  color: rgb(138 44 13 / 0.5);
}
.text-orange-800\/60{
  color: rgb(138 44 13 / 0.6);
}
.text-orange-800\/70{
  color: rgb(138 44 13 / 0.7);
}
.text-orange-800\/75{
  color: rgb(138 44 13 / 0.75);
}
.text-orange-800\/80{
  color: rgb(138 44 13 / 0.8);
}
.text-orange-800\/90{
  color: rgb(138 44 13 / 0.9);
}
.text-orange-800\/95{
  color: rgb(138 44 13 / 0.95);
}
.text-orange-800\/100{
  color: rgb(138 44 13 / 1);
}
.text-orange-900\/0{
  color: rgb(119 29 29 / 0);
}
.text-orange-900\/5{
  color: rgb(119 29 29 / 0.05);
}
.text-orange-900\/10{
  color: rgb(119 29 29 / 0.1);
}
.text-orange-900\/20{
  color: rgb(119 29 29 / 0.2);
}
.text-orange-900\/25{
  color: rgb(119 29 29 / 0.25);
}
.text-orange-900\/30{
  color: rgb(119 29 29 / 0.3);
}
.text-orange-900\/40{
  color: rgb(119 29 29 / 0.4);
}
.text-orange-900\/50{
  color: rgb(119 29 29 / 0.5);
}
.text-orange-900\/60{
  color: rgb(119 29 29 / 0.6);
}
.text-orange-900\/70{
  color: rgb(119 29 29 / 0.7);
}
.text-orange-900\/75{
  color: rgb(119 29 29 / 0.75);
}
.text-orange-900\/80{
  color: rgb(119 29 29 / 0.8);
}
.text-orange-900\/90{
  color: rgb(119 29 29 / 0.9);
}
.text-orange-900\/95{
  color: rgb(119 29 29 / 0.95);
}
.text-orange-900\/100{
  color: rgb(119 29 29 / 1);
}
.text-yellow-50\/0{
  color: rgb(253 253 234 / 0);
}
.text-yellow-50\/5{
  color: rgb(253 253 234 / 0.05);
}
.text-yellow-50\/10{
  color: rgb(253 253 234 / 0.1);
}
.text-yellow-50\/20{
  color: rgb(253 253 234 / 0.2);
}
.text-yellow-50\/25{
  color: rgb(253 253 234 / 0.25);
}
.text-yellow-50\/30{
  color: rgb(253 253 234 / 0.3);
}
.text-yellow-50\/40{
  color: rgb(253 253 234 / 0.4);
}
.text-yellow-50\/50{
  color: rgb(253 253 234 / 0.5);
}
.text-yellow-50\/60{
  color: rgb(253 253 234 / 0.6);
}
.text-yellow-50\/70{
  color: rgb(253 253 234 / 0.7);
}
.text-yellow-50\/75{
  color: rgb(253 253 234 / 0.75);
}
.text-yellow-50\/80{
  color: rgb(253 253 234 / 0.8);
}
.text-yellow-50\/90{
  color: rgb(253 253 234 / 0.9);
}
.text-yellow-50\/95{
  color: rgb(253 253 234 / 0.95);
}
.text-yellow-50\/100{
  color: rgb(253 253 234 / 1);
}
.text-yellow-100\/0{
  color: rgb(253 246 178 / 0);
}
.text-yellow-100\/5{
  color: rgb(253 246 178 / 0.05);
}
.text-yellow-100\/10{
  color: rgb(253 246 178 / 0.1);
}
.text-yellow-100\/20{
  color: rgb(253 246 178 / 0.2);
}
.text-yellow-100\/25{
  color: rgb(253 246 178 / 0.25);
}
.text-yellow-100\/30{
  color: rgb(253 246 178 / 0.3);
}
.text-yellow-100\/40{
  color: rgb(253 246 178 / 0.4);
}
.text-yellow-100\/50{
  color: rgb(253 246 178 / 0.5);
}
.text-yellow-100\/60{
  color: rgb(253 246 178 / 0.6);
}
.text-yellow-100\/70{
  color: rgb(253 246 178 / 0.7);
}
.text-yellow-100\/75{
  color: rgb(253 246 178 / 0.75);
}
.text-yellow-100\/80{
  color: rgb(253 246 178 / 0.8);
}
.text-yellow-100\/90{
  color: rgb(253 246 178 / 0.9);
}
.text-yellow-100\/95{
  color: rgb(253 246 178 / 0.95);
}
.text-yellow-100\/100{
  color: rgb(253 246 178 / 1);
}
.text-yellow-200\/0{
  color: rgb(252 233 106 / 0);
}
.text-yellow-200\/5{
  color: rgb(252 233 106 / 0.05);
}
.text-yellow-200\/10{
  color: rgb(252 233 106 / 0.1);
}
.text-yellow-200\/20{
  color: rgb(252 233 106 / 0.2);
}
.text-yellow-200\/25{
  color: rgb(252 233 106 / 0.25);
}
.text-yellow-200\/30{
  color: rgb(252 233 106 / 0.3);
}
.text-yellow-200\/40{
  color: rgb(252 233 106 / 0.4);
}
.text-yellow-200\/50{
  color: rgb(252 233 106 / 0.5);
}
.text-yellow-200\/60{
  color: rgb(252 233 106 / 0.6);
}
.text-yellow-200\/70{
  color: rgb(252 233 106 / 0.7);
}
.text-yellow-200\/75{
  color: rgb(252 233 106 / 0.75);
}
.text-yellow-200\/80{
  color: rgb(252 233 106 / 0.8);
}
.text-yellow-200\/90{
  color: rgb(252 233 106 / 0.9);
}
.text-yellow-200\/95{
  color: rgb(252 233 106 / 0.95);
}
.text-yellow-200\/100{
  color: rgb(252 233 106 / 1);
}
.text-yellow-300\/0{
  color: rgb(250 202 21 / 0);
}
.text-yellow-300\/5{
  color: rgb(250 202 21 / 0.05);
}
.text-yellow-300\/10{
  color: rgb(250 202 21 / 0.1);
}
.text-yellow-300\/20{
  color: rgb(250 202 21 / 0.2);
}
.text-yellow-300\/25{
  color: rgb(250 202 21 / 0.25);
}
.text-yellow-300\/30{
  color: rgb(250 202 21 / 0.3);
}
.text-yellow-300\/40{
  color: rgb(250 202 21 / 0.4);
}
.text-yellow-300\/50{
  color: rgb(250 202 21 / 0.5);
}
.text-yellow-300\/60{
  color: rgb(250 202 21 / 0.6);
}
.text-yellow-300\/70{
  color: rgb(250 202 21 / 0.7);
}
.text-yellow-300\/75{
  color: rgb(250 202 21 / 0.75);
}
.text-yellow-300\/80{
  color: rgb(250 202 21 / 0.8);
}
.text-yellow-300\/90{
  color: rgb(250 202 21 / 0.9);
}
.text-yellow-300\/95{
  color: rgb(250 202 21 / 0.95);
}
.text-yellow-300\/100{
  color: rgb(250 202 21 / 1);
}
.text-yellow-400\/0{
  color: rgb(227 160 8 / 0);
}
.text-yellow-400\/5{
  color: rgb(227 160 8 / 0.05);
}
.text-yellow-400\/10{
  color: rgb(227 160 8 / 0.1);
}
.text-yellow-400\/20{
  color: rgb(227 160 8 / 0.2);
}
.text-yellow-400\/25{
  color: rgb(227 160 8 / 0.25);
}
.text-yellow-400\/30{
  color: rgb(227 160 8 / 0.3);
}
.text-yellow-400\/40{
  color: rgb(227 160 8 / 0.4);
}
.text-yellow-400\/50{
  color: rgb(227 160 8 / 0.5);
}
.text-yellow-400\/60{
  color: rgb(227 160 8 / 0.6);
}
.text-yellow-400\/70{
  color: rgb(227 160 8 / 0.7);
}
.text-yellow-400\/75{
  color: rgb(227 160 8 / 0.75);
}
.text-yellow-400\/80{
  color: rgb(227 160 8 / 0.8);
}
.text-yellow-400\/90{
  color: rgb(227 160 8 / 0.9);
}
.text-yellow-400\/95{
  color: rgb(227 160 8 / 0.95);
}
.text-yellow-400\/100{
  color: rgb(227 160 8 / 1);
}
.text-yellow-500\/0{
  color: rgb(194 120 3 / 0);
}
.text-yellow-500\/5{
  color: rgb(194 120 3 / 0.05);
}
.text-yellow-500\/10{
  color: rgb(194 120 3 / 0.1);
}
.text-yellow-500\/20{
  color: rgb(194 120 3 / 0.2);
}
.text-yellow-500\/25{
  color: rgb(194 120 3 / 0.25);
}
.text-yellow-500\/30{
  color: rgb(194 120 3 / 0.3);
}
.text-yellow-500\/40{
  color: rgb(194 120 3 / 0.4);
}
.text-yellow-500\/50{
  color: rgb(194 120 3 / 0.5);
}
.text-yellow-500\/60{
  color: rgb(194 120 3 / 0.6);
}
.text-yellow-500\/70{
  color: rgb(194 120 3 / 0.7);
}
.text-yellow-500\/75{
  color: rgb(194 120 3 / 0.75);
}
.text-yellow-500\/80{
  color: rgb(194 120 3 / 0.8);
}
.text-yellow-500\/90{
  color: rgb(194 120 3 / 0.9);
}
.text-yellow-500\/95{
  color: rgb(194 120 3 / 0.95);
}
.text-yellow-500\/100{
  color: rgb(194 120 3 / 1);
}
.text-yellow-600\/0{
  color: rgb(159 88 10 / 0);
}
.text-yellow-600\/5{
  color: rgb(159 88 10 / 0.05);
}
.text-yellow-600\/10{
  color: rgb(159 88 10 / 0.1);
}
.text-yellow-600\/20{
  color: rgb(159 88 10 / 0.2);
}
.text-yellow-600\/25{
  color: rgb(159 88 10 / 0.25);
}
.text-yellow-600\/30{
  color: rgb(159 88 10 / 0.3);
}
.text-yellow-600\/40{
  color: rgb(159 88 10 / 0.4);
}
.text-yellow-600\/50{
  color: rgb(159 88 10 / 0.5);
}
.text-yellow-600\/60{
  color: rgb(159 88 10 / 0.6);
}
.text-yellow-600\/70{
  color: rgb(159 88 10 / 0.7);
}
.text-yellow-600\/75{
  color: rgb(159 88 10 / 0.75);
}
.text-yellow-600\/80{
  color: rgb(159 88 10 / 0.8);
}
.text-yellow-600\/90{
  color: rgb(159 88 10 / 0.9);
}
.text-yellow-600\/95{
  color: rgb(159 88 10 / 0.95);
}
.text-yellow-600\/100{
  color: rgb(159 88 10 / 1);
}
.text-yellow-700\/0{
  color: rgb(142 75 16 / 0);
}
.text-yellow-700\/5{
  color: rgb(142 75 16 / 0.05);
}
.text-yellow-700\/10{
  color: rgb(142 75 16 / 0.1);
}
.text-yellow-700\/20{
  color: rgb(142 75 16 / 0.2);
}
.text-yellow-700\/25{
  color: rgb(142 75 16 / 0.25);
}
.text-yellow-700\/30{
  color: rgb(142 75 16 / 0.3);
}
.text-yellow-700\/40{
  color: rgb(142 75 16 / 0.4);
}
.text-yellow-700\/50{
  color: rgb(142 75 16 / 0.5);
}
.text-yellow-700\/60{
  color: rgb(142 75 16 / 0.6);
}
.text-yellow-700\/70{
  color: rgb(142 75 16 / 0.7);
}
.text-yellow-700\/75{
  color: rgb(142 75 16 / 0.75);
}
.text-yellow-700\/80{
  color: rgb(142 75 16 / 0.8);
}
.text-yellow-700\/90{
  color: rgb(142 75 16 / 0.9);
}
.text-yellow-700\/95{
  color: rgb(142 75 16 / 0.95);
}
.text-yellow-700\/100{
  color: rgb(142 75 16 / 1);
}
.text-yellow-800\/0{
  color: rgb(114 59 19 / 0);
}
.text-yellow-800\/5{
  color: rgb(114 59 19 / 0.05);
}
.text-yellow-800\/10{
  color: rgb(114 59 19 / 0.1);
}
.text-yellow-800\/20{
  color: rgb(114 59 19 / 0.2);
}
.text-yellow-800\/25{
  color: rgb(114 59 19 / 0.25);
}
.text-yellow-800\/30{
  color: rgb(114 59 19 / 0.3);
}
.text-yellow-800\/40{
  color: rgb(114 59 19 / 0.4);
}
.text-yellow-800\/50{
  color: rgb(114 59 19 / 0.5);
}
.text-yellow-800\/60{
  color: rgb(114 59 19 / 0.6);
}
.text-yellow-800\/70{
  color: rgb(114 59 19 / 0.7);
}
.text-yellow-800\/75{
  color: rgb(114 59 19 / 0.75);
}
.text-yellow-800\/80{
  color: rgb(114 59 19 / 0.8);
}
.text-yellow-800\/90{
  color: rgb(114 59 19 / 0.9);
}
.text-yellow-800\/95{
  color: rgb(114 59 19 / 0.95);
}
.text-yellow-800\/100{
  color: rgb(114 59 19 / 1);
}
.text-yellow-900\/0{
  color: rgb(99 49 18 / 0);
}
.text-yellow-900\/5{
  color: rgb(99 49 18 / 0.05);
}
.text-yellow-900\/10{
  color: rgb(99 49 18 / 0.1);
}
.text-yellow-900\/20{
  color: rgb(99 49 18 / 0.2);
}
.text-yellow-900\/25{
  color: rgb(99 49 18 / 0.25);
}
.text-yellow-900\/30{
  color: rgb(99 49 18 / 0.3);
}
.text-yellow-900\/40{
  color: rgb(99 49 18 / 0.4);
}
.text-yellow-900\/50{
  color: rgb(99 49 18 / 0.5);
}
.text-yellow-900\/60{
  color: rgb(99 49 18 / 0.6);
}
.text-yellow-900\/70{
  color: rgb(99 49 18 / 0.7);
}
.text-yellow-900\/75{
  color: rgb(99 49 18 / 0.75);
}
.text-yellow-900\/80{
  color: rgb(99 49 18 / 0.8);
}
.text-yellow-900\/90{
  color: rgb(99 49 18 / 0.9);
}
.text-yellow-900\/95{
  color: rgb(99 49 18 / 0.95);
}
.text-yellow-900\/100{
  color: rgb(99 49 18 / 1);
}
.text-teal-50\/0{
  color: rgb(237 250 250 / 0);
}
.text-teal-50\/5{
  color: rgb(237 250 250 / 0.05);
}
.text-teal-50\/10{
  color: rgb(237 250 250 / 0.1);
}
.text-teal-50\/20{
  color: rgb(237 250 250 / 0.2);
}
.text-teal-50\/25{
  color: rgb(237 250 250 / 0.25);
}
.text-teal-50\/30{
  color: rgb(237 250 250 / 0.3);
}
.text-teal-50\/40{
  color: rgb(237 250 250 / 0.4);
}
.text-teal-50\/50{
  color: rgb(237 250 250 / 0.5);
}
.text-teal-50\/60{
  color: rgb(237 250 250 / 0.6);
}
.text-teal-50\/70{
  color: rgb(237 250 250 / 0.7);
}
.text-teal-50\/75{
  color: rgb(237 250 250 / 0.75);
}
.text-teal-50\/80{
  color: rgb(237 250 250 / 0.8);
}
.text-teal-50\/90{
  color: rgb(237 250 250 / 0.9);
}
.text-teal-50\/95{
  color: rgb(237 250 250 / 0.95);
}
.text-teal-50\/100{
  color: rgb(237 250 250 / 1);
}
.text-teal-100\/0{
  color: rgb(213 245 246 / 0);
}
.text-teal-100\/5{
  color: rgb(213 245 246 / 0.05);
}
.text-teal-100\/10{
  color: rgb(213 245 246 / 0.1);
}
.text-teal-100\/20{
  color: rgb(213 245 246 / 0.2);
}
.text-teal-100\/25{
  color: rgb(213 245 246 / 0.25);
}
.text-teal-100\/30{
  color: rgb(213 245 246 / 0.3);
}
.text-teal-100\/40{
  color: rgb(213 245 246 / 0.4);
}
.text-teal-100\/50{
  color: rgb(213 245 246 / 0.5);
}
.text-teal-100\/60{
  color: rgb(213 245 246 / 0.6);
}
.text-teal-100\/70{
  color: rgb(213 245 246 / 0.7);
}
.text-teal-100\/75{
  color: rgb(213 245 246 / 0.75);
}
.text-teal-100\/80{
  color: rgb(213 245 246 / 0.8);
}
.text-teal-100\/90{
  color: rgb(213 245 246 / 0.9);
}
.text-teal-100\/95{
  color: rgb(213 245 246 / 0.95);
}
.text-teal-100\/100{
  color: rgb(213 245 246 / 1);
}
.text-teal-200\/0{
  color: rgb(175 236 239 / 0);
}
.text-teal-200\/5{
  color: rgb(175 236 239 / 0.05);
}
.text-teal-200\/10{
  color: rgb(175 236 239 / 0.1);
}
.text-teal-200\/20{
  color: rgb(175 236 239 / 0.2);
}
.text-teal-200\/25{
  color: rgb(175 236 239 / 0.25);
}
.text-teal-200\/30{
  color: rgb(175 236 239 / 0.3);
}
.text-teal-200\/40{
  color: rgb(175 236 239 / 0.4);
}
.text-teal-200\/50{
  color: rgb(175 236 239 / 0.5);
}
.text-teal-200\/60{
  color: rgb(175 236 239 / 0.6);
}
.text-teal-200\/70{
  color: rgb(175 236 239 / 0.7);
}
.text-teal-200\/75{
  color: rgb(175 236 239 / 0.75);
}
.text-teal-200\/80{
  color: rgb(175 236 239 / 0.8);
}
.text-teal-200\/90{
  color: rgb(175 236 239 / 0.9);
}
.text-teal-200\/95{
  color: rgb(175 236 239 / 0.95);
}
.text-teal-200\/100{
  color: rgb(175 236 239 / 1);
}
.text-teal-300\/0{
  color: rgb(126 220 226 / 0);
}
.text-teal-300\/5{
  color: rgb(126 220 226 / 0.05);
}
.text-teal-300\/10{
  color: rgb(126 220 226 / 0.1);
}
.text-teal-300\/20{
  color: rgb(126 220 226 / 0.2);
}
.text-teal-300\/25{
  color: rgb(126 220 226 / 0.25);
}
.text-teal-300\/30{
  color: rgb(126 220 226 / 0.3);
}
.text-teal-300\/40{
  color: rgb(126 220 226 / 0.4);
}
.text-teal-300\/50{
  color: rgb(126 220 226 / 0.5);
}
.text-teal-300\/60{
  color: rgb(126 220 226 / 0.6);
}
.text-teal-300\/70{
  color: rgb(126 220 226 / 0.7);
}
.text-teal-300\/75{
  color: rgb(126 220 226 / 0.75);
}
.text-teal-300\/80{
  color: rgb(126 220 226 / 0.8);
}
.text-teal-300\/90{
  color: rgb(126 220 226 / 0.9);
}
.text-teal-300\/95{
  color: rgb(126 220 226 / 0.95);
}
.text-teal-300\/100{
  color: rgb(126 220 226 / 1);
}
.text-teal-400\/0{
  color: rgb(22 189 202 / 0);
}
.text-teal-400\/5{
  color: rgb(22 189 202 / 0.05);
}
.text-teal-400\/10{
  color: rgb(22 189 202 / 0.1);
}
.text-teal-400\/20{
  color: rgb(22 189 202 / 0.2);
}
.text-teal-400\/25{
  color: rgb(22 189 202 / 0.25);
}
.text-teal-400\/30{
  color: rgb(22 189 202 / 0.3);
}
.text-teal-400\/40{
  color: rgb(22 189 202 / 0.4);
}
.text-teal-400\/50{
  color: rgb(22 189 202 / 0.5);
}
.text-teal-400\/60{
  color: rgb(22 189 202 / 0.6);
}
.text-teal-400\/70{
  color: rgb(22 189 202 / 0.7);
}
.text-teal-400\/75{
  color: rgb(22 189 202 / 0.75);
}
.text-teal-400\/80{
  color: rgb(22 189 202 / 0.8);
}
.text-teal-400\/90{
  color: rgb(22 189 202 / 0.9);
}
.text-teal-400\/95{
  color: rgb(22 189 202 / 0.95);
}
.text-teal-400\/100{
  color: rgb(22 189 202 / 1);
}
.text-teal-500\/0{
  color: rgb(6 148 162 / 0);
}
.text-teal-500\/5{
  color: rgb(6 148 162 / 0.05);
}
.text-teal-500\/10{
  color: rgb(6 148 162 / 0.1);
}
.text-teal-500\/20{
  color: rgb(6 148 162 / 0.2);
}
.text-teal-500\/25{
  color: rgb(6 148 162 / 0.25);
}
.text-teal-500\/30{
  color: rgb(6 148 162 / 0.3);
}
.text-teal-500\/40{
  color: rgb(6 148 162 / 0.4);
}
.text-teal-500\/50{
  color: rgb(6 148 162 / 0.5);
}
.text-teal-500\/60{
  color: rgb(6 148 162 / 0.6);
}
.text-teal-500\/70{
  color: rgb(6 148 162 / 0.7);
}
.text-teal-500\/75{
  color: rgb(6 148 162 / 0.75);
}
.text-teal-500\/80{
  color: rgb(6 148 162 / 0.8);
}
.text-teal-500\/90{
  color: rgb(6 148 162 / 0.9);
}
.text-teal-500\/95{
  color: rgb(6 148 162 / 0.95);
}
.text-teal-500\/100{
  color: rgb(6 148 162 / 1);
}
.text-teal-600\/0{
  color: rgb(4 116 129 / 0);
}
.text-teal-600\/5{
  color: rgb(4 116 129 / 0.05);
}
.text-teal-600\/10{
  color: rgb(4 116 129 / 0.1);
}
.text-teal-600\/20{
  color: rgb(4 116 129 / 0.2);
}
.text-teal-600\/25{
  color: rgb(4 116 129 / 0.25);
}
.text-teal-600\/30{
  color: rgb(4 116 129 / 0.3);
}
.text-teal-600\/40{
  color: rgb(4 116 129 / 0.4);
}
.text-teal-600\/50{
  color: rgb(4 116 129 / 0.5);
}
.text-teal-600\/60{
  color: rgb(4 116 129 / 0.6);
}
.text-teal-600\/70{
  color: rgb(4 116 129 / 0.7);
}
.text-teal-600\/75{
  color: rgb(4 116 129 / 0.75);
}
.text-teal-600\/80{
  color: rgb(4 116 129 / 0.8);
}
.text-teal-600\/90{
  color: rgb(4 116 129 / 0.9);
}
.text-teal-600\/95{
  color: rgb(4 116 129 / 0.95);
}
.text-teal-600\/100{
  color: rgb(4 116 129 / 1);
}
.text-teal-700\/0{
  color: rgb(3 102 114 / 0);
}
.text-teal-700\/5{
  color: rgb(3 102 114 / 0.05);
}
.text-teal-700\/10{
  color: rgb(3 102 114 / 0.1);
}
.text-teal-700\/20{
  color: rgb(3 102 114 / 0.2);
}
.text-teal-700\/25{
  color: rgb(3 102 114 / 0.25);
}
.text-teal-700\/30{
  color: rgb(3 102 114 / 0.3);
}
.text-teal-700\/40{
  color: rgb(3 102 114 / 0.4);
}
.text-teal-700\/50{
  color: rgb(3 102 114 / 0.5);
}
.text-teal-700\/60{
  color: rgb(3 102 114 / 0.6);
}
.text-teal-700\/70{
  color: rgb(3 102 114 / 0.7);
}
.text-teal-700\/75{
  color: rgb(3 102 114 / 0.75);
}
.text-teal-700\/80{
  color: rgb(3 102 114 / 0.8);
}
.text-teal-700\/90{
  color: rgb(3 102 114 / 0.9);
}
.text-teal-700\/95{
  color: rgb(3 102 114 / 0.95);
}
.text-teal-700\/100{
  color: rgb(3 102 114 / 1);
}
.text-teal-800\/0{
  color: rgb(5 80 92 / 0);
}
.text-teal-800\/5{
  color: rgb(5 80 92 / 0.05);
}
.text-teal-800\/10{
  color: rgb(5 80 92 / 0.1);
}
.text-teal-800\/20{
  color: rgb(5 80 92 / 0.2);
}
.text-teal-800\/25{
  color: rgb(5 80 92 / 0.25);
}
.text-teal-800\/30{
  color: rgb(5 80 92 / 0.3);
}
.text-teal-800\/40{
  color: rgb(5 80 92 / 0.4);
}
.text-teal-800\/50{
  color: rgb(5 80 92 / 0.5);
}
.text-teal-800\/60{
  color: rgb(5 80 92 / 0.6);
}
.text-teal-800\/70{
  color: rgb(5 80 92 / 0.7);
}
.text-teal-800\/75{
  color: rgb(5 80 92 / 0.75);
}
.text-teal-800\/80{
  color: rgb(5 80 92 / 0.8);
}
.text-teal-800\/90{
  color: rgb(5 80 92 / 0.9);
}
.text-teal-800\/95{
  color: rgb(5 80 92 / 0.95);
}
.text-teal-800\/100{
  color: rgb(5 80 92 / 1);
}
.text-teal-900\/0{
  color: rgb(1 68 81 / 0);
}
.text-teal-900\/5{
  color: rgb(1 68 81 / 0.05);
}
.text-teal-900\/10{
  color: rgb(1 68 81 / 0.1);
}
.text-teal-900\/20{
  color: rgb(1 68 81 / 0.2);
}
.text-teal-900\/25{
  color: rgb(1 68 81 / 0.25);
}
.text-teal-900\/30{
  color: rgb(1 68 81 / 0.3);
}
.text-teal-900\/40{
  color: rgb(1 68 81 / 0.4);
}
.text-teal-900\/50{
  color: rgb(1 68 81 / 0.5);
}
.text-teal-900\/60{
  color: rgb(1 68 81 / 0.6);
}
.text-teal-900\/70{
  color: rgb(1 68 81 / 0.7);
}
.text-teal-900\/75{
  color: rgb(1 68 81 / 0.75);
}
.text-teal-900\/80{
  color: rgb(1 68 81 / 0.8);
}
.text-teal-900\/90{
  color: rgb(1 68 81 / 0.9);
}
.text-teal-900\/95{
  color: rgb(1 68 81 / 0.95);
}
.text-teal-900\/100{
  color: rgb(1 68 81 / 1);
}
.text-blue-50\/0{
  color: rgb(235 245 255 / 0);
}
.text-blue-50\/5{
  color: rgb(235 245 255 / 0.05);
}
.text-blue-50\/10{
  color: rgb(235 245 255 / 0.1);
}
.text-blue-50\/20{
  color: rgb(235 245 255 / 0.2);
}
.text-blue-50\/25{
  color: rgb(235 245 255 / 0.25);
}
.text-blue-50\/30{
  color: rgb(235 245 255 / 0.3);
}
.text-blue-50\/40{
  color: rgb(235 245 255 / 0.4);
}
.text-blue-50\/50{
  color: rgb(235 245 255 / 0.5);
}
.text-blue-50\/60{
  color: rgb(235 245 255 / 0.6);
}
.text-blue-50\/70{
  color: rgb(235 245 255 / 0.7);
}
.text-blue-50\/75{
  color: rgb(235 245 255 / 0.75);
}
.text-blue-50\/80{
  color: rgb(235 245 255 / 0.8);
}
.text-blue-50\/90{
  color: rgb(235 245 255 / 0.9);
}
.text-blue-50\/95{
  color: rgb(235 245 255 / 0.95);
}
.text-blue-50\/100{
  color: rgb(235 245 255 / 1);
}
.text-blue-100\/0{
  color: rgb(225 239 254 / 0);
}
.text-blue-100\/5{
  color: rgb(225 239 254 / 0.05);
}
.text-blue-100\/10{
  color: rgb(225 239 254 / 0.1);
}
.text-blue-100\/20{
  color: rgb(225 239 254 / 0.2);
}
.text-blue-100\/25{
  color: rgb(225 239 254 / 0.25);
}
.text-blue-100\/30{
  color: rgb(225 239 254 / 0.3);
}
.text-blue-100\/40{
  color: rgb(225 239 254 / 0.4);
}
.text-blue-100\/50{
  color: rgb(225 239 254 / 0.5);
}
.text-blue-100\/60{
  color: rgb(225 239 254 / 0.6);
}
.text-blue-100\/70{
  color: rgb(225 239 254 / 0.7);
}
.text-blue-100\/75{
  color: rgb(225 239 254 / 0.75);
}
.text-blue-100\/80{
  color: rgb(225 239 254 / 0.8);
}
.text-blue-100\/90{
  color: rgb(225 239 254 / 0.9);
}
.text-blue-100\/95{
  color: rgb(225 239 254 / 0.95);
}
.text-blue-100\/100{
  color: rgb(225 239 254 / 1);
}
.text-blue-200\/0{
  color: rgb(195 221 253 / 0);
}
.text-blue-200\/5{
  color: rgb(195 221 253 / 0.05);
}
.text-blue-200\/10{
  color: rgb(195 221 253 / 0.1);
}
.text-blue-200\/20{
  color: rgb(195 221 253 / 0.2);
}
.text-blue-200\/25{
  color: rgb(195 221 253 / 0.25);
}
.text-blue-200\/30{
  color: rgb(195 221 253 / 0.3);
}
.text-blue-200\/40{
  color: rgb(195 221 253 / 0.4);
}
.text-blue-200\/50{
  color: rgb(195 221 253 / 0.5);
}
.text-blue-200\/60{
  color: rgb(195 221 253 / 0.6);
}
.text-blue-200\/70{
  color: rgb(195 221 253 / 0.7);
}
.text-blue-200\/75{
  color: rgb(195 221 253 / 0.75);
}
.text-blue-200\/80{
  color: rgb(195 221 253 / 0.8);
}
.text-blue-200\/90{
  color: rgb(195 221 253 / 0.9);
}
.text-blue-200\/95{
  color: rgb(195 221 253 / 0.95);
}
.text-blue-200\/100{
  color: rgb(195 221 253 / 1);
}
.text-blue-300\/0{
  color: rgb(164 202 254 / 0);
}
.text-blue-300\/5{
  color: rgb(164 202 254 / 0.05);
}
.text-blue-300\/10{
  color: rgb(164 202 254 / 0.1);
}
.text-blue-300\/20{
  color: rgb(164 202 254 / 0.2);
}
.text-blue-300\/25{
  color: rgb(164 202 254 / 0.25);
}
.text-blue-300\/30{
  color: rgb(164 202 254 / 0.3);
}
.text-blue-300\/40{
  color: rgb(164 202 254 / 0.4);
}
.text-blue-300\/50{
  color: rgb(164 202 254 / 0.5);
}
.text-blue-300\/60{
  color: rgb(164 202 254 / 0.6);
}
.text-blue-300\/70{
  color: rgb(164 202 254 / 0.7);
}
.text-blue-300\/75{
  color: rgb(164 202 254 / 0.75);
}
.text-blue-300\/80{
  color: rgb(164 202 254 / 0.8);
}
.text-blue-300\/90{
  color: rgb(164 202 254 / 0.9);
}
.text-blue-300\/95{
  color: rgb(164 202 254 / 0.95);
}
.text-blue-300\/100{
  color: rgb(164 202 254 / 1);
}
.text-blue-400\/0{
  color: rgb(118 169 250 / 0);
}
.text-blue-400\/5{
  color: rgb(118 169 250 / 0.05);
}
.text-blue-400\/10{
  color: rgb(118 169 250 / 0.1);
}
.text-blue-400\/20{
  color: rgb(118 169 250 / 0.2);
}
.text-blue-400\/25{
  color: rgb(118 169 250 / 0.25);
}
.text-blue-400\/30{
  color: rgb(118 169 250 / 0.3);
}
.text-blue-400\/40{
  color: rgb(118 169 250 / 0.4);
}
.text-blue-400\/50{
  color: rgb(118 169 250 / 0.5);
}
.text-blue-400\/60{
  color: rgb(118 169 250 / 0.6);
}
.text-blue-400\/70{
  color: rgb(118 169 250 / 0.7);
}
.text-blue-400\/75{
  color: rgb(118 169 250 / 0.75);
}
.text-blue-400\/80{
  color: rgb(118 169 250 / 0.8);
}
.text-blue-400\/90{
  color: rgb(118 169 250 / 0.9);
}
.text-blue-400\/95{
  color: rgb(118 169 250 / 0.95);
}
.text-blue-400\/100{
  color: rgb(118 169 250 / 1);
}
.text-blue-500\/0{
  color: rgb(63 131 248 / 0);
}
.text-blue-500\/5{
  color: rgb(63 131 248 / 0.05);
}
.text-blue-500\/10{
  color: rgb(63 131 248 / 0.1);
}
.text-blue-500\/20{
  color: rgb(63 131 248 / 0.2);
}
.text-blue-500\/25{
  color: rgb(63 131 248 / 0.25);
}
.text-blue-500\/30{
  color: rgb(63 131 248 / 0.3);
}
.text-blue-500\/40{
  color: rgb(63 131 248 / 0.4);
}
.text-blue-500\/50{
  color: rgb(63 131 248 / 0.5);
}
.text-blue-500\/60{
  color: rgb(63 131 248 / 0.6);
}
.text-blue-500\/70{
  color: rgb(63 131 248 / 0.7);
}
.text-blue-500\/75{
  color: rgb(63 131 248 / 0.75);
}
.text-blue-500\/80{
  color: rgb(63 131 248 / 0.8);
}
.text-blue-500\/90{
  color: rgb(63 131 248 / 0.9);
}
.text-blue-500\/95{
  color: rgb(63 131 248 / 0.95);
}
.text-blue-500\/100{
  color: rgb(63 131 248 / 1);
}
.text-blue-600\/0{
  color: rgb(28 100 242 / 0);
}
.text-blue-600\/5{
  color: rgb(28 100 242 / 0.05);
}
.text-blue-600\/10{
  color: rgb(28 100 242 / 0.1);
}
.text-blue-600\/20{
  color: rgb(28 100 242 / 0.2);
}
.text-blue-600\/25{
  color: rgb(28 100 242 / 0.25);
}
.text-blue-600\/30{
  color: rgb(28 100 242 / 0.3);
}
.text-blue-600\/40{
  color: rgb(28 100 242 / 0.4);
}
.text-blue-600\/50{
  color: rgb(28 100 242 / 0.5);
}
.text-blue-600\/60{
  color: rgb(28 100 242 / 0.6);
}
.text-blue-600\/70{
  color: rgb(28 100 242 / 0.7);
}
.text-blue-600\/75{
  color: rgb(28 100 242 / 0.75);
}
.text-blue-600\/80{
  color: rgb(28 100 242 / 0.8);
}
.text-blue-600\/90{
  color: rgb(28 100 242 / 0.9);
}
.text-blue-600\/95{
  color: rgb(28 100 242 / 0.95);
}
.text-blue-600\/100{
  color: rgb(28 100 242 / 1);
}
.text-blue-700\/0{
  color: rgb(26 86 219 / 0);
}
.text-blue-700\/5{
  color: rgb(26 86 219 / 0.05);
}
.text-blue-700\/10{
  color: rgb(26 86 219 / 0.1);
}
.text-blue-700\/20{
  color: rgb(26 86 219 / 0.2);
}
.text-blue-700\/25{
  color: rgb(26 86 219 / 0.25);
}
.text-blue-700\/30{
  color: rgb(26 86 219 / 0.3);
}
.text-blue-700\/40{
  color: rgb(26 86 219 / 0.4);
}
.text-blue-700\/50{
  color: rgb(26 86 219 / 0.5);
}
.text-blue-700\/60{
  color: rgb(26 86 219 / 0.6);
}
.text-blue-700\/70{
  color: rgb(26 86 219 / 0.7);
}
.text-blue-700\/75{
  color: rgb(26 86 219 / 0.75);
}
.text-blue-700\/80{
  color: rgb(26 86 219 / 0.8);
}
.text-blue-700\/90{
  color: rgb(26 86 219 / 0.9);
}
.text-blue-700\/95{
  color: rgb(26 86 219 / 0.95);
}
.text-blue-700\/100{
  color: rgb(26 86 219 / 1);
}
.text-blue-800\/0{
  color: rgb(30 66 159 / 0);
}
.text-blue-800\/5{
  color: rgb(30 66 159 / 0.05);
}
.text-blue-800\/10{
  color: rgb(30 66 159 / 0.1);
}
.text-blue-800\/20{
  color: rgb(30 66 159 / 0.2);
}
.text-blue-800\/25{
  color: rgb(30 66 159 / 0.25);
}
.text-blue-800\/30{
  color: rgb(30 66 159 / 0.3);
}
.text-blue-800\/40{
  color: rgb(30 66 159 / 0.4);
}
.text-blue-800\/50{
  color: rgb(30 66 159 / 0.5);
}
.text-blue-800\/60{
  color: rgb(30 66 159 / 0.6);
}
.text-blue-800\/70{
  color: rgb(30 66 159 / 0.7);
}
.text-blue-800\/75{
  color: rgb(30 66 159 / 0.75);
}
.text-blue-800\/80{
  color: rgb(30 66 159 / 0.8);
}
.text-blue-800\/90{
  color: rgb(30 66 159 / 0.9);
}
.text-blue-800\/95{
  color: rgb(30 66 159 / 0.95);
}
.text-blue-800\/100{
  color: rgb(30 66 159 / 1);
}
.text-blue-900\/0{
  color: rgb(35 56 118 / 0);
}
.text-blue-900\/5{
  color: rgb(35 56 118 / 0.05);
}
.text-blue-900\/10{
  color: rgb(35 56 118 / 0.1);
}
.text-blue-900\/20{
  color: rgb(35 56 118 / 0.2);
}
.text-blue-900\/25{
  color: rgb(35 56 118 / 0.25);
}
.text-blue-900\/30{
  color: rgb(35 56 118 / 0.3);
}
.text-blue-900\/40{
  color: rgb(35 56 118 / 0.4);
}
.text-blue-900\/50{
  color: rgb(35 56 118 / 0.5);
}
.text-blue-900\/60{
  color: rgb(35 56 118 / 0.6);
}
.text-blue-900\/70{
  color: rgb(35 56 118 / 0.7);
}
.text-blue-900\/75{
  color: rgb(35 56 118 / 0.75);
}
.text-blue-900\/80{
  color: rgb(35 56 118 / 0.8);
}
.text-blue-900\/90{
  color: rgb(35 56 118 / 0.9);
}
.text-blue-900\/95{
  color: rgb(35 56 118 / 0.95);
}
.text-blue-900\/100{
  color: rgb(35 56 118 / 1);
}
.text-indigo-50\/0{
  color: rgb(240 245 255 / 0);
}
.text-indigo-50\/5{
  color: rgb(240 245 255 / 0.05);
}
.text-indigo-50\/10{
  color: rgb(240 245 255 / 0.1);
}
.text-indigo-50\/20{
  color: rgb(240 245 255 / 0.2);
}
.text-indigo-50\/25{
  color: rgb(240 245 255 / 0.25);
}
.text-indigo-50\/30{
  color: rgb(240 245 255 / 0.3);
}
.text-indigo-50\/40{
  color: rgb(240 245 255 / 0.4);
}
.text-indigo-50\/50{
  color: rgb(240 245 255 / 0.5);
}
.text-indigo-50\/60{
  color: rgb(240 245 255 / 0.6);
}
.text-indigo-50\/70{
  color: rgb(240 245 255 / 0.7);
}
.text-indigo-50\/75{
  color: rgb(240 245 255 / 0.75);
}
.text-indigo-50\/80{
  color: rgb(240 245 255 / 0.8);
}
.text-indigo-50\/90{
  color: rgb(240 245 255 / 0.9);
}
.text-indigo-50\/95{
  color: rgb(240 245 255 / 0.95);
}
.text-indigo-50\/100{
  color: rgb(240 245 255 / 1);
}
.text-indigo-100\/0{
  color: rgb(229 237 255 / 0);
}
.text-indigo-100\/5{
  color: rgb(229 237 255 / 0.05);
}
.text-indigo-100\/10{
  color: rgb(229 237 255 / 0.1);
}
.text-indigo-100\/20{
  color: rgb(229 237 255 / 0.2);
}
.text-indigo-100\/25{
  color: rgb(229 237 255 / 0.25);
}
.text-indigo-100\/30{
  color: rgb(229 237 255 / 0.3);
}
.text-indigo-100\/40{
  color: rgb(229 237 255 / 0.4);
}
.text-indigo-100\/50{
  color: rgb(229 237 255 / 0.5);
}
.text-indigo-100\/60{
  color: rgb(229 237 255 / 0.6);
}
.text-indigo-100\/70{
  color: rgb(229 237 255 / 0.7);
}
.text-indigo-100\/75{
  color: rgb(229 237 255 / 0.75);
}
.text-indigo-100\/80{
  color: rgb(229 237 255 / 0.8);
}
.text-indigo-100\/90{
  color: rgb(229 237 255 / 0.9);
}
.text-indigo-100\/95{
  color: rgb(229 237 255 / 0.95);
}
.text-indigo-100\/100{
  color: rgb(229 237 255 / 1);
}
.text-indigo-200\/0{
  color: rgb(205 219 254 / 0);
}
.text-indigo-200\/5{
  color: rgb(205 219 254 / 0.05);
}
.text-indigo-200\/10{
  color: rgb(205 219 254 / 0.1);
}
.text-indigo-200\/20{
  color: rgb(205 219 254 / 0.2);
}
.text-indigo-200\/25{
  color: rgb(205 219 254 / 0.25);
}
.text-indigo-200\/30{
  color: rgb(205 219 254 / 0.3);
}
.text-indigo-200\/40{
  color: rgb(205 219 254 / 0.4);
}
.text-indigo-200\/50{
  color: rgb(205 219 254 / 0.5);
}
.text-indigo-200\/60{
  color: rgb(205 219 254 / 0.6);
}
.text-indigo-200\/70{
  color: rgb(205 219 254 / 0.7);
}
.text-indigo-200\/75{
  color: rgb(205 219 254 / 0.75);
}
.text-indigo-200\/80{
  color: rgb(205 219 254 / 0.8);
}
.text-indigo-200\/90{
  color: rgb(205 219 254 / 0.9);
}
.text-indigo-200\/95{
  color: rgb(205 219 254 / 0.95);
}
.text-indigo-200\/100{
  color: rgb(205 219 254 / 1);
}
.text-indigo-300\/0{
  color: rgb(180 198 252 / 0);
}
.text-indigo-300\/5{
  color: rgb(180 198 252 / 0.05);
}
.text-indigo-300\/10{
  color: rgb(180 198 252 / 0.1);
}
.text-indigo-300\/20{
  color: rgb(180 198 252 / 0.2);
}
.text-indigo-300\/25{
  color: rgb(180 198 252 / 0.25);
}
.text-indigo-300\/30{
  color: rgb(180 198 252 / 0.3);
}
.text-indigo-300\/40{
  color: rgb(180 198 252 / 0.4);
}
.text-indigo-300\/50{
  color: rgb(180 198 252 / 0.5);
}
.text-indigo-300\/60{
  color: rgb(180 198 252 / 0.6);
}
.text-indigo-300\/70{
  color: rgb(180 198 252 / 0.7);
}
.text-indigo-300\/75{
  color: rgb(180 198 252 / 0.75);
}
.text-indigo-300\/80{
  color: rgb(180 198 252 / 0.8);
}
.text-indigo-300\/90{
  color: rgb(180 198 252 / 0.9);
}
.text-indigo-300\/95{
  color: rgb(180 198 252 / 0.95);
}
.text-indigo-300\/100{
  color: rgb(180 198 252 / 1);
}
.text-indigo-400\/0{
  color: rgb(141 162 251 / 0);
}
.text-indigo-400\/5{
  color: rgb(141 162 251 / 0.05);
}
.text-indigo-400\/10{
  color: rgb(141 162 251 / 0.1);
}
.text-indigo-400\/20{
  color: rgb(141 162 251 / 0.2);
}
.text-indigo-400\/25{
  color: rgb(141 162 251 / 0.25);
}
.text-indigo-400\/30{
  color: rgb(141 162 251 / 0.3);
}
.text-indigo-400\/40{
  color: rgb(141 162 251 / 0.4);
}
.text-indigo-400\/50{
  color: rgb(141 162 251 / 0.5);
}
.text-indigo-400\/60{
  color: rgb(141 162 251 / 0.6);
}
.text-indigo-400\/70{
  color: rgb(141 162 251 / 0.7);
}
.text-indigo-400\/75{
  color: rgb(141 162 251 / 0.75);
}
.text-indigo-400\/80{
  color: rgb(141 162 251 / 0.8);
}
.text-indigo-400\/90{
  color: rgb(141 162 251 / 0.9);
}
.text-indigo-400\/95{
  color: rgb(141 162 251 / 0.95);
}
.text-indigo-400\/100{
  color: rgb(141 162 251 / 1);
}
.text-indigo-500\/0{
  color: rgb(104 117 245 / 0);
}
.text-indigo-500\/5{
  color: rgb(104 117 245 / 0.05);
}
.text-indigo-500\/10{
  color: rgb(104 117 245 / 0.1);
}
.text-indigo-500\/20{
  color: rgb(104 117 245 / 0.2);
}
.text-indigo-500\/25{
  color: rgb(104 117 245 / 0.25);
}
.text-indigo-500\/30{
  color: rgb(104 117 245 / 0.3);
}
.text-indigo-500\/40{
  color: rgb(104 117 245 / 0.4);
}
.text-indigo-500\/50{
  color: rgb(104 117 245 / 0.5);
}
.text-indigo-500\/60{
  color: rgb(104 117 245 / 0.6);
}
.text-indigo-500\/70{
  color: rgb(104 117 245 / 0.7);
}
.text-indigo-500\/75{
  color: rgb(104 117 245 / 0.75);
}
.text-indigo-500\/80{
  color: rgb(104 117 245 / 0.8);
}
.text-indigo-500\/90{
  color: rgb(104 117 245 / 0.9);
}
.text-indigo-500\/95{
  color: rgb(104 117 245 / 0.95);
}
.text-indigo-500\/100{
  color: rgb(104 117 245 / 1);
}
.text-indigo-600\/0{
  color: rgb(88 80 236 / 0);
}
.text-indigo-600\/5{
  color: rgb(88 80 236 / 0.05);
}
.text-indigo-600\/10{
  color: rgb(88 80 236 / 0.1);
}
.text-indigo-600\/20{
  color: rgb(88 80 236 / 0.2);
}
.text-indigo-600\/25{
  color: rgb(88 80 236 / 0.25);
}
.text-indigo-600\/30{
  color: rgb(88 80 236 / 0.3);
}
.text-indigo-600\/40{
  color: rgb(88 80 236 / 0.4);
}
.text-indigo-600\/50{
  color: rgb(88 80 236 / 0.5);
}
.text-indigo-600\/60{
  color: rgb(88 80 236 / 0.6);
}
.text-indigo-600\/70{
  color: rgb(88 80 236 / 0.7);
}
.text-indigo-600\/75{
  color: rgb(88 80 236 / 0.75);
}
.text-indigo-600\/80{
  color: rgb(88 80 236 / 0.8);
}
.text-indigo-600\/90{
  color: rgb(88 80 236 / 0.9);
}
.text-indigo-600\/95{
  color: rgb(88 80 236 / 0.95);
}
.text-indigo-600\/100{
  color: rgb(88 80 236 / 1);
}
.text-indigo-700\/0{
  color: rgb(81 69 205 / 0);
}
.text-indigo-700\/5{
  color: rgb(81 69 205 / 0.05);
}
.text-indigo-700\/10{
  color: rgb(81 69 205 / 0.1);
}
.text-indigo-700\/20{
  color: rgb(81 69 205 / 0.2);
}
.text-indigo-700\/25{
  color: rgb(81 69 205 / 0.25);
}
.text-indigo-700\/30{
  color: rgb(81 69 205 / 0.3);
}
.text-indigo-700\/40{
  color: rgb(81 69 205 / 0.4);
}
.text-indigo-700\/50{
  color: rgb(81 69 205 / 0.5);
}
.text-indigo-700\/60{
  color: rgb(81 69 205 / 0.6);
}
.text-indigo-700\/70{
  color: rgb(81 69 205 / 0.7);
}
.text-indigo-700\/75{
  color: rgb(81 69 205 / 0.75);
}
.text-indigo-700\/80{
  color: rgb(81 69 205 / 0.8);
}
.text-indigo-700\/90{
  color: rgb(81 69 205 / 0.9);
}
.text-indigo-700\/95{
  color: rgb(81 69 205 / 0.95);
}
.text-indigo-700\/100{
  color: rgb(81 69 205 / 1);
}
.text-indigo-800\/0{
  color: rgb(66 56 157 / 0);
}
.text-indigo-800\/5{
  color: rgb(66 56 157 / 0.05);
}
.text-indigo-800\/10{
  color: rgb(66 56 157 / 0.1);
}
.text-indigo-800\/20{
  color: rgb(66 56 157 / 0.2);
}
.text-indigo-800\/25{
  color: rgb(66 56 157 / 0.25);
}
.text-indigo-800\/30{
  color: rgb(66 56 157 / 0.3);
}
.text-indigo-800\/40{
  color: rgb(66 56 157 / 0.4);
}
.text-indigo-800\/50{
  color: rgb(66 56 157 / 0.5);
}
.text-indigo-800\/60{
  color: rgb(66 56 157 / 0.6);
}
.text-indigo-800\/70{
  color: rgb(66 56 157 / 0.7);
}
.text-indigo-800\/75{
  color: rgb(66 56 157 / 0.75);
}
.text-indigo-800\/80{
  color: rgb(66 56 157 / 0.8);
}
.text-indigo-800\/90{
  color: rgb(66 56 157 / 0.9);
}
.text-indigo-800\/95{
  color: rgb(66 56 157 / 0.95);
}
.text-indigo-800\/100{
  color: rgb(66 56 157 / 1);
}
.text-indigo-900\/0{
  color: rgb(54 47 120 / 0);
}
.text-indigo-900\/5{
  color: rgb(54 47 120 / 0.05);
}
.text-indigo-900\/10{
  color: rgb(54 47 120 / 0.1);
}
.text-indigo-900\/20{
  color: rgb(54 47 120 / 0.2);
}
.text-indigo-900\/25{
  color: rgb(54 47 120 / 0.25);
}
.text-indigo-900\/30{
  color: rgb(54 47 120 / 0.3);
}
.text-indigo-900\/40{
  color: rgb(54 47 120 / 0.4);
}
.text-indigo-900\/50{
  color: rgb(54 47 120 / 0.5);
}
.text-indigo-900\/60{
  color: rgb(54 47 120 / 0.6);
}
.text-indigo-900\/70{
  color: rgb(54 47 120 / 0.7);
}
.text-indigo-900\/75{
  color: rgb(54 47 120 / 0.75);
}
.text-indigo-900\/80{
  color: rgb(54 47 120 / 0.8);
}
.text-indigo-900\/90{
  color: rgb(54 47 120 / 0.9);
}
.text-indigo-900\/95{
  color: rgb(54 47 120 / 0.95);
}
.text-indigo-900\/100{
  color: rgb(54 47 120 / 1);
}
.text-purple-50\/0{
  color: rgb(246 245 255 / 0);
}
.text-purple-50\/5{
  color: rgb(246 245 255 / 0.05);
}
.text-purple-50\/10{
  color: rgb(246 245 255 / 0.1);
}
.text-purple-50\/20{
  color: rgb(246 245 255 / 0.2);
}
.text-purple-50\/25{
  color: rgb(246 245 255 / 0.25);
}
.text-purple-50\/30{
  color: rgb(246 245 255 / 0.3);
}
.text-purple-50\/40{
  color: rgb(246 245 255 / 0.4);
}
.text-purple-50\/50{
  color: rgb(246 245 255 / 0.5);
}
.text-purple-50\/60{
  color: rgb(246 245 255 / 0.6);
}
.text-purple-50\/70{
  color: rgb(246 245 255 / 0.7);
}
.text-purple-50\/75{
  color: rgb(246 245 255 / 0.75);
}
.text-purple-50\/80{
  color: rgb(246 245 255 / 0.8);
}
.text-purple-50\/90{
  color: rgb(246 245 255 / 0.9);
}
.text-purple-50\/95{
  color: rgb(246 245 255 / 0.95);
}
.text-purple-50\/100{
  color: rgb(246 245 255 / 1);
}
.text-purple-100\/0{
  color: rgb(237 235 254 / 0);
}
.text-purple-100\/5{
  color: rgb(237 235 254 / 0.05);
}
.text-purple-100\/10{
  color: rgb(237 235 254 / 0.1);
}
.text-purple-100\/20{
  color: rgb(237 235 254 / 0.2);
}
.text-purple-100\/25{
  color: rgb(237 235 254 / 0.25);
}
.text-purple-100\/30{
  color: rgb(237 235 254 / 0.3);
}
.text-purple-100\/40{
  color: rgb(237 235 254 / 0.4);
}
.text-purple-100\/50{
  color: rgb(237 235 254 / 0.5);
}
.text-purple-100\/60{
  color: rgb(237 235 254 / 0.6);
}
.text-purple-100\/70{
  color: rgb(237 235 254 / 0.7);
}
.text-purple-100\/75{
  color: rgb(237 235 254 / 0.75);
}
.text-purple-100\/80{
  color: rgb(237 235 254 / 0.8);
}
.text-purple-100\/90{
  color: rgb(237 235 254 / 0.9);
}
.text-purple-100\/95{
  color: rgb(237 235 254 / 0.95);
}
.text-purple-100\/100{
  color: rgb(237 235 254 / 1);
}
.text-purple-200\/0{
  color: rgb(220 215 254 / 0);
}
.text-purple-200\/5{
  color: rgb(220 215 254 / 0.05);
}
.text-purple-200\/10{
  color: rgb(220 215 254 / 0.1);
}
.text-purple-200\/20{
  color: rgb(220 215 254 / 0.2);
}
.text-purple-200\/25{
  color: rgb(220 215 254 / 0.25);
}
.text-purple-200\/30{
  color: rgb(220 215 254 / 0.3);
}
.text-purple-200\/40{
  color: rgb(220 215 254 / 0.4);
}
.text-purple-200\/50{
  color: rgb(220 215 254 / 0.5);
}
.text-purple-200\/60{
  color: rgb(220 215 254 / 0.6);
}
.text-purple-200\/70{
  color: rgb(220 215 254 / 0.7);
}
.text-purple-200\/75{
  color: rgb(220 215 254 / 0.75);
}
.text-purple-200\/80{
  color: rgb(220 215 254 / 0.8);
}
.text-purple-200\/90{
  color: rgb(220 215 254 / 0.9);
}
.text-purple-200\/95{
  color: rgb(220 215 254 / 0.95);
}
.text-purple-200\/100{
  color: rgb(220 215 254 / 1);
}
.text-purple-300\/0{
  color: rgb(202 191 253 / 0);
}
.text-purple-300\/5{
  color: rgb(202 191 253 / 0.05);
}
.text-purple-300\/10{
  color: rgb(202 191 253 / 0.1);
}
.text-purple-300\/20{
  color: rgb(202 191 253 / 0.2);
}
.text-purple-300\/25{
  color: rgb(202 191 253 / 0.25);
}
.text-purple-300\/30{
  color: rgb(202 191 253 / 0.3);
}
.text-purple-300\/40{
  color: rgb(202 191 253 / 0.4);
}
.text-purple-300\/50{
  color: rgb(202 191 253 / 0.5);
}
.text-purple-300\/60{
  color: rgb(202 191 253 / 0.6);
}
.text-purple-300\/70{
  color: rgb(202 191 253 / 0.7);
}
.text-purple-300\/75{
  color: rgb(202 191 253 / 0.75);
}
.text-purple-300\/80{
  color: rgb(202 191 253 / 0.8);
}
.text-purple-300\/90{
  color: rgb(202 191 253 / 0.9);
}
.text-purple-300\/95{
  color: rgb(202 191 253 / 0.95);
}
.text-purple-300\/100{
  color: rgb(202 191 253 / 1);
}
.text-purple-400\/0{
  color: rgb(172 148 250 / 0);
}
.text-purple-400\/5{
  color: rgb(172 148 250 / 0.05);
}
.text-purple-400\/10{
  color: rgb(172 148 250 / 0.1);
}
.text-purple-400\/20{
  color: rgb(172 148 250 / 0.2);
}
.text-purple-400\/25{
  color: rgb(172 148 250 / 0.25);
}
.text-purple-400\/30{
  color: rgb(172 148 250 / 0.3);
}
.text-purple-400\/40{
  color: rgb(172 148 250 / 0.4);
}
.text-purple-400\/50{
  color: rgb(172 148 250 / 0.5);
}
.text-purple-400\/60{
  color: rgb(172 148 250 / 0.6);
}
.text-purple-400\/70{
  color: rgb(172 148 250 / 0.7);
}
.text-purple-400\/75{
  color: rgb(172 148 250 / 0.75);
}
.text-purple-400\/80{
  color: rgb(172 148 250 / 0.8);
}
.text-purple-400\/90{
  color: rgb(172 148 250 / 0.9);
}
.text-purple-400\/95{
  color: rgb(172 148 250 / 0.95);
}
.text-purple-400\/100{
  color: rgb(172 148 250 / 1);
}
.text-purple-500\/0{
  color: rgb(144 97 249 / 0);
}
.text-purple-500\/5{
  color: rgb(144 97 249 / 0.05);
}
.text-purple-500\/10{
  color: rgb(144 97 249 / 0.1);
}
.text-purple-500\/20{
  color: rgb(144 97 249 / 0.2);
}
.text-purple-500\/25{
  color: rgb(144 97 249 / 0.25);
}
.text-purple-500\/30{
  color: rgb(144 97 249 / 0.3);
}
.text-purple-500\/40{
  color: rgb(144 97 249 / 0.4);
}
.text-purple-500\/50{
  color: rgb(144 97 249 / 0.5);
}
.text-purple-500\/60{
  color: rgb(144 97 249 / 0.6);
}
.text-purple-500\/70{
  color: rgb(144 97 249 / 0.7);
}
.text-purple-500\/75{
  color: rgb(144 97 249 / 0.75);
}
.text-purple-500\/80{
  color: rgb(144 97 249 / 0.8);
}
.text-purple-500\/90{
  color: rgb(144 97 249 / 0.9);
}
.text-purple-500\/95{
  color: rgb(144 97 249 / 0.95);
}
.text-purple-500\/100{
  color: rgb(144 97 249 / 1);
}
.text-purple-600\/0{
  color: rgb(126 58 242 / 0);
}
.text-purple-600\/5{
  color: rgb(126 58 242 / 0.05);
}
.text-purple-600\/10{
  color: rgb(126 58 242 / 0.1);
}
.text-purple-600\/20{
  color: rgb(126 58 242 / 0.2);
}
.text-purple-600\/25{
  color: rgb(126 58 242 / 0.25);
}
.text-purple-600\/30{
  color: rgb(126 58 242 / 0.3);
}
.text-purple-600\/40{
  color: rgb(126 58 242 / 0.4);
}
.text-purple-600\/50{
  color: rgb(126 58 242 / 0.5);
}
.text-purple-600\/60{
  color: rgb(126 58 242 / 0.6);
}
.text-purple-600\/70{
  color: rgb(126 58 242 / 0.7);
}
.text-purple-600\/75{
  color: rgb(126 58 242 / 0.75);
}
.text-purple-600\/80{
  color: rgb(126 58 242 / 0.8);
}
.text-purple-600\/90{
  color: rgb(126 58 242 / 0.9);
}
.text-purple-600\/95{
  color: rgb(126 58 242 / 0.95);
}
.text-purple-600\/100{
  color: rgb(126 58 242 / 1);
}
.text-purple-700\/0{
  color: rgb(108 43 217 / 0);
}
.text-purple-700\/5{
  color: rgb(108 43 217 / 0.05);
}
.text-purple-700\/10{
  color: rgb(108 43 217 / 0.1);
}
.text-purple-700\/20{
  color: rgb(108 43 217 / 0.2);
}
.text-purple-700\/25{
  color: rgb(108 43 217 / 0.25);
}
.text-purple-700\/30{
  color: rgb(108 43 217 / 0.3);
}
.text-purple-700\/40{
  color: rgb(108 43 217 / 0.4);
}
.text-purple-700\/50{
  color: rgb(108 43 217 / 0.5);
}
.text-purple-700\/60{
  color: rgb(108 43 217 / 0.6);
}
.text-purple-700\/70{
  color: rgb(108 43 217 / 0.7);
}
.text-purple-700\/75{
  color: rgb(108 43 217 / 0.75);
}
.text-purple-700\/80{
  color: rgb(108 43 217 / 0.8);
}
.text-purple-700\/90{
  color: rgb(108 43 217 / 0.9);
}
.text-purple-700\/95{
  color: rgb(108 43 217 / 0.95);
}
.text-purple-700\/100{
  color: rgb(108 43 217 / 1);
}
.text-purple-800\/0{
  color: rgb(85 33 181 / 0);
}
.text-purple-800\/5{
  color: rgb(85 33 181 / 0.05);
}
.text-purple-800\/10{
  color: rgb(85 33 181 / 0.1);
}
.text-purple-800\/20{
  color: rgb(85 33 181 / 0.2);
}
.text-purple-800\/25{
  color: rgb(85 33 181 / 0.25);
}
.text-purple-800\/30{
  color: rgb(85 33 181 / 0.3);
}
.text-purple-800\/40{
  color: rgb(85 33 181 / 0.4);
}
.text-purple-800\/50{
  color: rgb(85 33 181 / 0.5);
}
.text-purple-800\/60{
  color: rgb(85 33 181 / 0.6);
}
.text-purple-800\/70{
  color: rgb(85 33 181 / 0.7);
}
.text-purple-800\/75{
  color: rgb(85 33 181 / 0.75);
}
.text-purple-800\/80{
  color: rgb(85 33 181 / 0.8);
}
.text-purple-800\/90{
  color: rgb(85 33 181 / 0.9);
}
.text-purple-800\/95{
  color: rgb(85 33 181 / 0.95);
}
.text-purple-800\/100{
  color: rgb(85 33 181 / 1);
}
.text-purple-900\/0{
  color: rgb(74 29 150 / 0);
}
.text-purple-900\/5{
  color: rgb(74 29 150 / 0.05);
}
.text-purple-900\/10{
  color: rgb(74 29 150 / 0.1);
}
.text-purple-900\/20{
  color: rgb(74 29 150 / 0.2);
}
.text-purple-900\/25{
  color: rgb(74 29 150 / 0.25);
}
.text-purple-900\/30{
  color: rgb(74 29 150 / 0.3);
}
.text-purple-900\/40{
  color: rgb(74 29 150 / 0.4);
}
.text-purple-900\/50{
  color: rgb(74 29 150 / 0.5);
}
.text-purple-900\/60{
  color: rgb(74 29 150 / 0.6);
}
.text-purple-900\/70{
  color: rgb(74 29 150 / 0.7);
}
.text-purple-900\/75{
  color: rgb(74 29 150 / 0.75);
}
.text-purple-900\/80{
  color: rgb(74 29 150 / 0.8);
}
.text-purple-900\/90{
  color: rgb(74 29 150 / 0.9);
}
.text-purple-900\/95{
  color: rgb(74 29 150 / 0.95);
}
.text-purple-900\/100{
  color: rgb(74 29 150 / 1);
}
.text-purple-light\/0{
  color: rgb(224 14 102 / 0);
}
.text-purple-light\/5{
  color: rgb(224 14 102 / 0.05);
}
.text-purple-light\/10{
  color: rgb(224 14 102 / 0.1);
}
.text-purple-light\/20{
  color: rgb(224 14 102 / 0.2);
}
.text-purple-light\/25{
  color: rgb(224 14 102 / 0.25);
}
.text-purple-light\/30{
  color: rgb(224 14 102 / 0.3);
}
.text-purple-light\/40{
  color: rgb(224 14 102 / 0.4);
}
.text-purple-light\/50{
  color: rgb(224 14 102 / 0.5);
}
.text-purple-light\/60{
  color: rgb(224 14 102 / 0.6);
}
.text-purple-light\/70{
  color: rgb(224 14 102 / 0.7);
}
.text-purple-light\/75{
  color: rgb(224 14 102 / 0.75);
}
.text-purple-light\/80{
  color: rgb(224 14 102 / 0.8);
}
.text-purple-light\/90{
  color: rgb(224 14 102 / 0.9);
}
.text-purple-light\/95{
  color: rgb(224 14 102 / 0.95);
}
.text-purple-light\/100{
  color: rgb(224 14 102 / 1);
}
.text-pink-50\/0{
  color: rgb(253 242 248 / 0);
}
.text-pink-50\/5{
  color: rgb(253 242 248 / 0.05);
}
.text-pink-50\/10{
  color: rgb(253 242 248 / 0.1);
}
.text-pink-50\/20{
  color: rgb(253 242 248 / 0.2);
}
.text-pink-50\/25{
  color: rgb(253 242 248 / 0.25);
}
.text-pink-50\/30{
  color: rgb(253 242 248 / 0.3);
}
.text-pink-50\/40{
  color: rgb(253 242 248 / 0.4);
}
.text-pink-50\/50{
  color: rgb(253 242 248 / 0.5);
}
.text-pink-50\/60{
  color: rgb(253 242 248 / 0.6);
}
.text-pink-50\/70{
  color: rgb(253 242 248 / 0.7);
}
.text-pink-50\/75{
  color: rgb(253 242 248 / 0.75);
}
.text-pink-50\/80{
  color: rgb(253 242 248 / 0.8);
}
.text-pink-50\/90{
  color: rgb(253 242 248 / 0.9);
}
.text-pink-50\/95{
  color: rgb(253 242 248 / 0.95);
}
.text-pink-50\/100{
  color: rgb(253 242 248 / 1);
}
.text-pink-100\/0{
  color: rgb(252 232 243 / 0);
}
.text-pink-100\/5{
  color: rgb(252 232 243 / 0.05);
}
.text-pink-100\/10{
  color: rgb(252 232 243 / 0.1);
}
.text-pink-100\/20{
  color: rgb(252 232 243 / 0.2);
}
.text-pink-100\/25{
  color: rgb(252 232 243 / 0.25);
}
.text-pink-100\/30{
  color: rgb(252 232 243 / 0.3);
}
.text-pink-100\/40{
  color: rgb(252 232 243 / 0.4);
}
.text-pink-100\/50{
  color: rgb(252 232 243 / 0.5);
}
.text-pink-100\/60{
  color: rgb(252 232 243 / 0.6);
}
.text-pink-100\/70{
  color: rgb(252 232 243 / 0.7);
}
.text-pink-100\/75{
  color: rgb(252 232 243 / 0.75);
}
.text-pink-100\/80{
  color: rgb(252 232 243 / 0.8);
}
.text-pink-100\/90{
  color: rgb(252 232 243 / 0.9);
}
.text-pink-100\/95{
  color: rgb(252 232 243 / 0.95);
}
.text-pink-100\/100{
  color: rgb(252 232 243 / 1);
}
.text-pink-200\/0{
  color: rgb(250 209 232 / 0);
}
.text-pink-200\/5{
  color: rgb(250 209 232 / 0.05);
}
.text-pink-200\/10{
  color: rgb(250 209 232 / 0.1);
}
.text-pink-200\/20{
  color: rgb(250 209 232 / 0.2);
}
.text-pink-200\/25{
  color: rgb(250 209 232 / 0.25);
}
.text-pink-200\/30{
  color: rgb(250 209 232 / 0.3);
}
.text-pink-200\/40{
  color: rgb(250 209 232 / 0.4);
}
.text-pink-200\/50{
  color: rgb(250 209 232 / 0.5);
}
.text-pink-200\/60{
  color: rgb(250 209 232 / 0.6);
}
.text-pink-200\/70{
  color: rgb(250 209 232 / 0.7);
}
.text-pink-200\/75{
  color: rgb(250 209 232 / 0.75);
}
.text-pink-200\/80{
  color: rgb(250 209 232 / 0.8);
}
.text-pink-200\/90{
  color: rgb(250 209 232 / 0.9);
}
.text-pink-200\/95{
  color: rgb(250 209 232 / 0.95);
}
.text-pink-200\/100{
  color: rgb(250 209 232 / 1);
}
.text-pink-300\/0{
  color: rgb(248 180 217 / 0);
}
.text-pink-300\/5{
  color: rgb(248 180 217 / 0.05);
}
.text-pink-300\/10{
  color: rgb(248 180 217 / 0.1);
}
.text-pink-300\/20{
  color: rgb(248 180 217 / 0.2);
}
.text-pink-300\/25{
  color: rgb(248 180 217 / 0.25);
}
.text-pink-300\/30{
  color: rgb(248 180 217 / 0.3);
}
.text-pink-300\/40{
  color: rgb(248 180 217 / 0.4);
}
.text-pink-300\/50{
  color: rgb(248 180 217 / 0.5);
}
.text-pink-300\/60{
  color: rgb(248 180 217 / 0.6);
}
.text-pink-300\/70{
  color: rgb(248 180 217 / 0.7);
}
.text-pink-300\/75{
  color: rgb(248 180 217 / 0.75);
}
.text-pink-300\/80{
  color: rgb(248 180 217 / 0.8);
}
.text-pink-300\/90{
  color: rgb(248 180 217 / 0.9);
}
.text-pink-300\/95{
  color: rgb(248 180 217 / 0.95);
}
.text-pink-300\/100{
  color: rgb(248 180 217 / 1);
}
.text-pink-400\/0{
  color: rgb(241 126 184 / 0);
}
.text-pink-400\/5{
  color: rgb(241 126 184 / 0.05);
}
.text-pink-400\/10{
  color: rgb(241 126 184 / 0.1);
}
.text-pink-400\/20{
  color: rgb(241 126 184 / 0.2);
}
.text-pink-400\/25{
  color: rgb(241 126 184 / 0.25);
}
.text-pink-400\/30{
  color: rgb(241 126 184 / 0.3);
}
.text-pink-400\/40{
  color: rgb(241 126 184 / 0.4);
}
.text-pink-400\/50{
  color: rgb(241 126 184 / 0.5);
}
.text-pink-400\/60{
  color: rgb(241 126 184 / 0.6);
}
.text-pink-400\/70{
  color: rgb(241 126 184 / 0.7);
}
.text-pink-400\/75{
  color: rgb(241 126 184 / 0.75);
}
.text-pink-400\/80{
  color: rgb(241 126 184 / 0.8);
}
.text-pink-400\/90{
  color: rgb(241 126 184 / 0.9);
}
.text-pink-400\/95{
  color: rgb(241 126 184 / 0.95);
}
.text-pink-400\/100{
  color: rgb(241 126 184 / 1);
}
.text-pink-500\/0{
  color: rgb(231 70 148 / 0);
}
.text-pink-500\/5{
  color: rgb(231 70 148 / 0.05);
}
.text-pink-500\/10{
  color: rgb(231 70 148 / 0.1);
}
.text-pink-500\/20{
  color: rgb(231 70 148 / 0.2);
}
.text-pink-500\/25{
  color: rgb(231 70 148 / 0.25);
}
.text-pink-500\/30{
  color: rgb(231 70 148 / 0.3);
}
.text-pink-500\/40{
  color: rgb(231 70 148 / 0.4);
}
.text-pink-500\/50{
  color: rgb(231 70 148 / 0.5);
}
.text-pink-500\/60{
  color: rgb(231 70 148 / 0.6);
}
.text-pink-500\/70{
  color: rgb(231 70 148 / 0.7);
}
.text-pink-500\/75{
  color: rgb(231 70 148 / 0.75);
}
.text-pink-500\/80{
  color: rgb(231 70 148 / 0.8);
}
.text-pink-500\/90{
  color: rgb(231 70 148 / 0.9);
}
.text-pink-500\/95{
  color: rgb(231 70 148 / 0.95);
}
.text-pink-500\/100{
  color: rgb(231 70 148 / 1);
}
.text-pink-600\/0{
  color: rgb(214 31 105 / 0);
}
.text-pink-600\/5{
  color: rgb(214 31 105 / 0.05);
}
.text-pink-600\/10{
  color: rgb(214 31 105 / 0.1);
}
.text-pink-600\/20{
  color: rgb(214 31 105 / 0.2);
}
.text-pink-600\/25{
  color: rgb(214 31 105 / 0.25);
}
.text-pink-600\/30{
  color: rgb(214 31 105 / 0.3);
}
.text-pink-600\/40{
  color: rgb(214 31 105 / 0.4);
}
.text-pink-600\/50{
  color: rgb(214 31 105 / 0.5);
}
.text-pink-600\/60{
  color: rgb(214 31 105 / 0.6);
}
.text-pink-600\/70{
  color: rgb(214 31 105 / 0.7);
}
.text-pink-600\/75{
  color: rgb(214 31 105 / 0.75);
}
.text-pink-600\/80{
  color: rgb(214 31 105 / 0.8);
}
.text-pink-600\/90{
  color: rgb(214 31 105 / 0.9);
}
.text-pink-600\/95{
  color: rgb(214 31 105 / 0.95);
}
.text-pink-600\/100{
  color: rgb(214 31 105 / 1);
}
.text-pink-700\/0{
  color: rgb(191 18 93 / 0);
}
.text-pink-700\/5{
  color: rgb(191 18 93 / 0.05);
}
.text-pink-700\/10{
  color: rgb(191 18 93 / 0.1);
}
.text-pink-700\/20{
  color: rgb(191 18 93 / 0.2);
}
.text-pink-700\/25{
  color: rgb(191 18 93 / 0.25);
}
.text-pink-700\/30{
  color: rgb(191 18 93 / 0.3);
}
.text-pink-700\/40{
  color: rgb(191 18 93 / 0.4);
}
.text-pink-700\/50{
  color: rgb(191 18 93 / 0.5);
}
.text-pink-700\/60{
  color: rgb(191 18 93 / 0.6);
}
.text-pink-700\/70{
  color: rgb(191 18 93 / 0.7);
}
.text-pink-700\/75{
  color: rgb(191 18 93 / 0.75);
}
.text-pink-700\/80{
  color: rgb(191 18 93 / 0.8);
}
.text-pink-700\/90{
  color: rgb(191 18 93 / 0.9);
}
.text-pink-700\/95{
  color: rgb(191 18 93 / 0.95);
}
.text-pink-700\/100{
  color: rgb(191 18 93 / 1);
}
.text-pink-800\/0{
  color: rgb(153 21 75 / 0);
}
.text-pink-800\/5{
  color: rgb(153 21 75 / 0.05);
}
.text-pink-800\/10{
  color: rgb(153 21 75 / 0.1);
}
.text-pink-800\/20{
  color: rgb(153 21 75 / 0.2);
}
.text-pink-800\/25{
  color: rgb(153 21 75 / 0.25);
}
.text-pink-800\/30{
  color: rgb(153 21 75 / 0.3);
}
.text-pink-800\/40{
  color: rgb(153 21 75 / 0.4);
}
.text-pink-800\/50{
  color: rgb(153 21 75 / 0.5);
}
.text-pink-800\/60{
  color: rgb(153 21 75 / 0.6);
}
.text-pink-800\/70{
  color: rgb(153 21 75 / 0.7);
}
.text-pink-800\/75{
  color: rgb(153 21 75 / 0.75);
}
.text-pink-800\/80{
  color: rgb(153 21 75 / 0.8);
}
.text-pink-800\/90{
  color: rgb(153 21 75 / 0.9);
}
.text-pink-800\/95{
  color: rgb(153 21 75 / 0.95);
}
.text-pink-800\/100{
  color: rgb(153 21 75 / 1);
}
.text-pink-900\/0{
  color: rgb(117 26 61 / 0);
}
.text-pink-900\/5{
  color: rgb(117 26 61 / 0.05);
}
.text-pink-900\/10{
  color: rgb(117 26 61 / 0.1);
}
.text-pink-900\/20{
  color: rgb(117 26 61 / 0.2);
}
.text-pink-900\/25{
  color: rgb(117 26 61 / 0.25);
}
.text-pink-900\/30{
  color: rgb(117 26 61 / 0.3);
}
.text-pink-900\/40{
  color: rgb(117 26 61 / 0.4);
}
.text-pink-900\/50{
  color: rgb(117 26 61 / 0.5);
}
.text-pink-900\/60{
  color: rgb(117 26 61 / 0.6);
}
.text-pink-900\/70{
  color: rgb(117 26 61 / 0.7);
}
.text-pink-900\/75{
  color: rgb(117 26 61 / 0.75);
}
.text-pink-900\/80{
  color: rgb(117 26 61 / 0.8);
}
.text-pink-900\/90{
  color: rgb(117 26 61 / 0.9);
}
.text-pink-900\/95{
  color: rgb(117 26 61 / 0.95);
}
.text-pink-900\/100{
  color: rgb(117 26 61 / 1);
}
.text-primary-50\/0{
  color: rgb(0 151 167 / 0);
}
.text-primary-50\/5{
  color: rgb(0 151 167 / 0.05);
}
.text-primary-50\/10{
  color: rgb(0 151 167 / 0.1);
}
.text-primary-50\/20{
  color: rgb(0 151 167 / 0.2);
}
.text-primary-50\/25{
  color: rgb(0 151 167 / 0.25);
}
.text-primary-50\/30{
  color: rgb(0 151 167 / 0.3);
}
.text-primary-50\/40{
  color: rgb(0 151 167 / 0.4);
}
.text-primary-50\/50{
  color: rgb(0 151 167 / 0.5);
}
.text-primary-50\/60{
  color: rgb(0 151 167 / 0.6);
}
.text-primary-50\/70{
  color: rgb(0 151 167 / 0.7);
}
.text-primary-50\/75{
  color: rgb(0 151 167 / 0.75);
}
.text-primary-50\/80{
  color: rgb(0 151 167 / 0.8);
}
.text-primary-50\/90{
  color: rgb(0 151 167 / 0.9);
}
.text-primary-50\/95{
  color: rgb(0 151 167 / 0.95);
}
.text-primary-50\/100{
  color: rgb(0 151 167 / 1);
}
.text-primary-100\/0{
  color: rgb(14 28 42 / 0);
}
.text-primary-100\/5{
  color: rgb(14 28 42 / 0.05);
}
.text-primary-100\/10{
  color: rgb(14 28 42 / 0.1);
}
.text-primary-100\/20{
  color: rgb(14 28 42 / 0.2);
}
.text-primary-100\/25{
  color: rgb(14 28 42 / 0.25);
}
.text-primary-100\/30{
  color: rgb(14 28 42 / 0.3);
}
.text-primary-100\/40{
  color: rgb(14 28 42 / 0.4);
}
.text-primary-100\/50{
  color: rgb(14 28 42 / 0.5);
}
.text-primary-100\/60{
  color: rgb(14 28 42 / 0.6);
}
.text-primary-100\/70{
  color: rgb(14 28 42 / 0.7);
}
.text-primary-100\/75{
  color: rgb(14 28 42 / 0.75);
}
.text-primary-100\/80{
  color: rgb(14 28 42 / 0.8);
}
.text-primary-100\/90{
  color: rgb(14 28 42 / 0.9);
}
.text-primary-100\/95{
  color: rgb(14 28 42 / 0.95);
}
.text-primary-100\/100{
  color: rgb(14 28 42 / 1);
}
.text-primary-290\/0{
  color: rgb(34 68 74 / 0);
}
.text-primary-290\/5{
  color: rgb(34 68 74 / 0.05);
}
.text-primary-290\/10{
  color: rgb(34 68 74 / 0.1);
}
.text-primary-290\/20{
  color: rgb(34 68 74 / 0.2);
}
.text-primary-290\/25{
  color: rgb(34 68 74 / 0.25);
}
.text-primary-290\/30{
  color: rgb(34 68 74 / 0.3);
}
.text-primary-290\/40{
  color: rgb(34 68 74 / 0.4);
}
.text-primary-290\/50{
  color: rgb(34 68 74 / 0.5);
}
.text-primary-290\/60{
  color: rgb(34 68 74 / 0.6);
}
.text-primary-290\/70{
  color: rgb(34 68 74 / 0.7);
}
.text-primary-290\/75{
  color: rgb(34 68 74 / 0.75);
}
.text-primary-290\/80{
  color: rgb(34 68 74 / 0.8);
}
.text-primary-290\/90{
  color: rgb(34 68 74 / 0.9);
}
.text-primary-290\/95{
  color: rgb(34 68 74 / 0.95);
}
.text-primary-290\/100{
  color: rgb(34 68 74 / 1);
}
.text-primary-300\/0{
  color: rgb(34 110 184 / 0);
}
.text-primary-300\/5{
  color: rgb(34 110 184 / 0.05);
}
.text-primary-300\/10{
  color: rgb(34 110 184 / 0.1);
}
.text-primary-300\/20{
  color: rgb(34 110 184 / 0.2);
}
.text-primary-300\/25{
  color: rgb(34 110 184 / 0.25);
}
.text-primary-300\/30{
  color: rgb(34 110 184 / 0.3);
}
.text-primary-300\/40{
  color: rgb(34 110 184 / 0.4);
}
.text-primary-300\/50{
  color: rgb(34 110 184 / 0.5);
}
.text-primary-300\/60{
  color: rgb(34 110 184 / 0.6);
}
.text-primary-300\/70{
  color: rgb(34 110 184 / 0.7);
}
.text-primary-300\/75{
  color: rgb(34 110 184 / 0.75);
}
.text-primary-300\/80{
  color: rgb(34 110 184 / 0.8);
}
.text-primary-300\/90{
  color: rgb(34 110 184 / 0.9);
}
.text-primary-300\/95{
  color: rgb(34 110 184 / 0.95);
}
.text-primary-300\/100{
  color: rgb(34 110 184 / 1);
}
.text-primary-400\/0{
  color: rgb(40 157 204 / 0);
}
.text-primary-400\/5{
  color: rgb(40 157 204 / 0.05);
}
.text-primary-400\/10{
  color: rgb(40 157 204 / 0.1);
}
.text-primary-400\/20{
  color: rgb(40 157 204 / 0.2);
}
.text-primary-400\/25{
  color: rgb(40 157 204 / 0.25);
}
.text-primary-400\/30{
  color: rgb(40 157 204 / 0.3);
}
.text-primary-400\/40{
  color: rgb(40 157 204 / 0.4);
}
.text-primary-400\/50{
  color: rgb(40 157 204 / 0.5);
}
.text-primary-400\/60{
  color: rgb(40 157 204 / 0.6);
}
.text-primary-400\/70{
  color: rgb(40 157 204 / 0.7);
}
.text-primary-400\/75{
  color: rgb(40 157 204 / 0.75);
}
.text-primary-400\/80{
  color: rgb(40 157 204 / 0.8);
}
.text-primary-400\/90{
  color: rgb(40 157 204 / 0.9);
}
.text-primary-400\/95{
  color: rgb(40 157 204 / 0.95);
}
.text-primary-400\/100{
  color: rgb(40 157 204 / 1);
}
.text-primary-600\/0{
  color: rgb(81 151 229 / 0);
}
.text-primary-600\/5{
  color: rgb(81 151 229 / 0.05);
}
.text-primary-600\/10{
  color: rgb(81 151 229 / 0.1);
}
.text-primary-600\/20{
  color: rgb(81 151 229 / 0.2);
}
.text-primary-600\/25{
  color: rgb(81 151 229 / 0.25);
}
.text-primary-600\/30{
  color: rgb(81 151 229 / 0.3);
}
.text-primary-600\/40{
  color: rgb(81 151 229 / 0.4);
}
.text-primary-600\/50{
  color: rgb(81 151 229 / 0.5);
}
.text-primary-600\/60{
  color: rgb(81 151 229 / 0.6);
}
.text-primary-600\/70{
  color: rgb(81 151 229 / 0.7);
}
.text-primary-600\/75{
  color: rgb(81 151 229 / 0.75);
}
.text-primary-600\/80{
  color: rgb(81 151 229 / 0.8);
}
.text-primary-600\/90{
  color: rgb(81 151 229 / 0.9);
}
.text-primary-600\/95{
  color: rgb(81 151 229 / 0.95);
}
.text-primary-600\/100{
  color: rgb(81 151 229 / 1);
}
.text-primary-700\/0{
  color: rgb(106 187 223 / 0);
}
.text-primary-700\/5{
  color: rgb(106 187 223 / 0.05);
}
.text-primary-700\/10{
  color: rgb(106 187 223 / 0.1);
}
.text-primary-700\/20{
  color: rgb(106 187 223 / 0.2);
}
.text-primary-700\/25{
  color: rgb(106 187 223 / 0.25);
}
.text-primary-700\/30{
  color: rgb(106 187 223 / 0.3);
}
.text-primary-700\/40{
  color: rgb(106 187 223 / 0.4);
}
.text-primary-700\/50{
  color: rgb(106 187 223 / 0.5);
}
.text-primary-700\/60{
  color: rgb(106 187 223 / 0.6);
}
.text-primary-700\/70{
  color: rgb(106 187 223 / 0.7);
}
.text-primary-700\/75{
  color: rgb(106 187 223 / 0.75);
}
.text-primary-700\/80{
  color: rgb(106 187 223 / 0.8);
}
.text-primary-700\/90{
  color: rgb(106 187 223 / 0.9);
}
.text-primary-700\/95{
  color: rgb(106 187 223 / 0.95);
}
.text-primary-700\/100{
  color: rgb(106 187 223 / 1);
}
.text-primary-720\/0{
  color: rgb(112 142 148 / 0);
}
.text-primary-720\/5{
  color: rgb(112 142 148 / 0.05);
}
.text-primary-720\/10{
  color: rgb(112 142 148 / 0.1);
}
.text-primary-720\/20{
  color: rgb(112 142 148 / 0.2);
}
.text-primary-720\/25{
  color: rgb(112 142 148 / 0.25);
}
.text-primary-720\/30{
  color: rgb(112 142 148 / 0.3);
}
.text-primary-720\/40{
  color: rgb(112 142 148 / 0.4);
}
.text-primary-720\/50{
  color: rgb(112 142 148 / 0.5);
}
.text-primary-720\/60{
  color: rgb(112 142 148 / 0.6);
}
.text-primary-720\/70{
  color: rgb(112 142 148 / 0.7);
}
.text-primary-720\/75{
  color: rgb(112 142 148 / 0.75);
}
.text-primary-720\/80{
  color: rgb(112 142 148 / 0.8);
}
.text-primary-720\/90{
  color: rgb(112 142 148 / 0.9);
}
.text-primary-720\/95{
  color: rgb(112 142 148 / 0.95);
}
.text-primary-720\/100{
  color: rgb(112 142 148 / 1);
}
.text-primary-750\/0{
  color: rgb(128 222 234 / 0);
}
.text-primary-750\/5{
  color: rgb(128 222 234 / 0.05);
}
.text-primary-750\/10{
  color: rgb(128 222 234 / 0.1);
}
.text-primary-750\/20{
  color: rgb(128 222 234 / 0.2);
}
.text-primary-750\/25{
  color: rgb(128 222 234 / 0.25);
}
.text-primary-750\/30{
  color: rgb(128 222 234 / 0.3);
}
.text-primary-750\/40{
  color: rgb(128 222 234 / 0.4);
}
.text-primary-750\/50{
  color: rgb(128 222 234 / 0.5);
}
.text-primary-750\/60{
  color: rgb(128 222 234 / 0.6);
}
.text-primary-750\/70{
  color: rgb(128 222 234 / 0.7);
}
.text-primary-750\/75{
  color: rgb(128 222 234 / 0.75);
}
.text-primary-750\/80{
  color: rgb(128 222 234 / 0.8);
}
.text-primary-750\/90{
  color: rgb(128 222 234 / 0.9);
}
.text-primary-750\/95{
  color: rgb(128 222 234 / 0.95);
}
.text-primary-750\/100{
  color: rgb(128 222 234 / 1);
}
.text-primary-800\/0{
  color: rgb(227 248 251 / 0);
}
.text-primary-800\/5{
  color: rgb(227 248 251 / 0.05);
}
.text-primary-800\/10{
  color: rgb(227 248 251 / 0.1);
}
.text-primary-800\/20{
  color: rgb(227 248 251 / 0.2);
}
.text-primary-800\/25{
  color: rgb(227 248 251 / 0.25);
}
.text-primary-800\/30{
  color: rgb(227 248 251 / 0.3);
}
.text-primary-800\/40{
  color: rgb(227 248 251 / 0.4);
}
.text-primary-800\/50{
  color: rgb(227 248 251 / 0.5);
}
.text-primary-800\/60{
  color: rgb(227 248 251 / 0.6);
}
.text-primary-800\/70{
  color: rgb(227 248 251 / 0.7);
}
.text-primary-800\/75{
  color: rgb(227 248 251 / 0.75);
}
.text-primary-800\/80{
  color: rgb(227 248 251 / 0.8);
}
.text-primary-800\/90{
  color: rgb(227 248 251 / 0.9);
}
.text-primary-800\/95{
  color: rgb(227 248 251 / 0.95);
}
.text-primary-800\/100{
  color: rgb(227 248 251 / 1);
}
.text-primary-dark\/0{
  color: rgb(5 79 89 / 0);
}
.text-primary-dark\/5{
  color: rgb(5 79 89 / 0.05);
}
.text-primary-dark\/10{
  color: rgb(5 79 89 / 0.1);
}
.text-primary-dark\/20{
  color: rgb(5 79 89 / 0.2);
}
.text-primary-dark\/25{
  color: rgb(5 79 89 / 0.25);
}
.text-primary-dark\/30{
  color: rgb(5 79 89 / 0.3);
}
.text-primary-dark\/40{
  color: rgb(5 79 89 / 0.4);
}
.text-primary-dark\/50{
  color: rgb(5 79 89 / 0.5);
}
.text-primary-dark\/60{
  color: rgb(5 79 89 / 0.6);
}
.text-primary-dark\/70{
  color: rgb(5 79 89 / 0.7);
}
.text-primary-dark\/75{
  color: rgb(5 79 89 / 0.75);
}
.text-primary-dark\/80{
  color: rgb(5 79 89 / 0.8);
}
.text-primary-dark\/90{
  color: rgb(5 79 89 / 0.9);
}
.text-primary-dark\/95{
  color: rgb(5 79 89 / 0.95);
}
.text-primary-dark\/100{
  color: rgb(5 79 89 / 1);
}
.text-primary-light\/0{
  color: rgb(213 227 231 / 0);
}
.text-primary-light\/5{
  color: rgb(213 227 231 / 0.05);
}
.text-primary-light\/10{
  color: rgb(213 227 231 / 0.1);
}
.text-primary-light\/20{
  color: rgb(213 227 231 / 0.2);
}
.text-primary-light\/25{
  color: rgb(213 227 231 / 0.25);
}
.text-primary-light\/30{
  color: rgb(213 227 231 / 0.3);
}
.text-primary-light\/40{
  color: rgb(213 227 231 / 0.4);
}
.text-primary-light\/50{
  color: rgb(213 227 231 / 0.5);
}
.text-primary-light\/60{
  color: rgb(213 227 231 / 0.6);
}
.text-primary-light\/70{
  color: rgb(213 227 231 / 0.7);
}
.text-primary-light\/75{
  color: rgb(213 227 231 / 0.75);
}
.text-primary-light\/80{
  color: rgb(213 227 231 / 0.8);
}
.text-primary-light\/90{
  color: rgb(213 227 231 / 0.9);
}
.text-primary-light\/95{
  color: rgb(213 227 231 / 0.95);
}
.text-primary-light\/100{
  color: rgb(213 227 231 / 1);
}
.text-primary\/0{
  color: rgb(51 102 153 / 0);
}
.text-primary\/5{
  color: rgb(51 102 153 / 0.05);
}
.text-primary\/10{
  color: rgb(51 102 153 / 0.1);
}
.text-primary\/20{
  color: rgb(51 102 153 / 0.2);
}
.text-primary\/25{
  color: rgb(51 102 153 / 0.25);
}
.text-primary\/30{
  color: rgb(51 102 153 / 0.3);
}
.text-primary\/40{
  color: rgb(51 102 153 / 0.4);
}
.text-primary\/50{
  color: rgb(51 102 153 / 0.5);
}
.text-primary\/60{
  color: rgb(51 102 153 / 0.6);
}
.text-primary\/70{
  color: rgb(51 102 153 / 0.7);
}
.text-primary\/75{
  color: rgb(51 102 153 / 0.75);
}
.text-primary\/80{
  color: rgb(51 102 153 / 0.8);
}
.text-primary\/90{
  color: rgb(51 102 153 / 0.9);
}
.text-primary\/95{
  color: rgb(51 102 153 / 0.95);
}
.text-primary\/100{
  color: rgb(51 102 153 / 1);
}
.text-bluemarine-900\/0{
  color: rgb(34 68 74 / 0);
}
.text-bluemarine-900\/5{
  color: rgb(34 68 74 / 0.05);
}
.text-bluemarine-900\/10{
  color: rgb(34 68 74 / 0.1);
}
.text-bluemarine-900\/20{
  color: rgb(34 68 74 / 0.2);
}
.text-bluemarine-900\/25{
  color: rgb(34 68 74 / 0.25);
}
.text-bluemarine-900\/30{
  color: rgb(34 68 74 / 0.3);
}
.text-bluemarine-900\/40{
  color: rgb(34 68 74 / 0.4);
}
.text-bluemarine-900\/50{
  color: rgb(34 68 74 / 0.5);
}
.text-bluemarine-900\/60{
  color: rgb(34 68 74 / 0.6);
}
.text-bluemarine-900\/70{
  color: rgb(34 68 74 / 0.7);
}
.text-bluemarine-900\/75{
  color: rgb(34 68 74 / 0.75);
}
.text-bluemarine-900\/80{
  color: rgb(34 68 74 / 0.8);
}
.text-bluemarine-900\/90{
  color: rgb(34 68 74 / 0.9);
}
.text-bluemarine-900\/95{
  color: rgb(34 68 74 / 0.95);
}
.text-bluemarine-900\/100{
  color: rgb(34 68 74 / 1);
}
.text-bluemarine\/0{
  color: rgb(5 79 89 / 0);
}
.text-bluemarine\/5{
  color: rgb(5 79 89 / 0.05);
}
.text-bluemarine\/10{
  color: rgb(5 79 89 / 0.1);
}
.text-bluemarine\/20{
  color: rgb(5 79 89 / 0.2);
}
.text-bluemarine\/25{
  color: rgb(5 79 89 / 0.25);
}
.text-bluemarine\/30{
  color: rgb(5 79 89 / 0.3);
}
.text-bluemarine\/40{
  color: rgb(5 79 89 / 0.4);
}
.text-bluemarine\/50{
  color: rgb(5 79 89 / 0.5);
}
.text-bluemarine\/60{
  color: rgb(5 79 89 / 0.6);
}
.text-bluemarine\/70{
  color: rgb(5 79 89 / 0.7);
}
.text-bluemarine\/75{
  color: rgb(5 79 89 / 0.75);
}
.text-bluemarine\/80{
  color: rgb(5 79 89 / 0.8);
}
.text-bluemarine\/90{
  color: rgb(5 79 89 / 0.9);
}
.text-bluemarine\/95{
  color: rgb(5 79 89 / 0.95);
}
.text-bluemarine\/100{
  color: rgb(5 79 89 / 1);
}
.text-\[\#054F59\]{
  --tw-text-opacity: 1;
  color: rgb(5 79 89 / var(--tw-text-opacity));
}
.text-\[\#054f59\]{
  --tw-text-opacity: 1;
  color: rgb(5 79 89 / var(--tw-text-opacity));
}
.text-\[\#4f4f4f\]{
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}
.text-\[\#9C9F9F\]{
  --tw-text-opacity: 1;
  color: rgb(156 159 159 / var(--tw-text-opacity));
}
.text-\[\#0097A7\]{
  --tw-text-opacity: 1;
  color: rgb(0 151 167 / var(--tw-text-opacity));
}
.text-\[\#22444A\]{
  --tw-text-opacity: 1;
  color: rgb(34 68 74 / var(--tw-text-opacity));
}
.text-\[\#22444a\]{
  --tw-text-opacity: 1;
  color: rgb(34 68 74 / var(--tw-text-opacity));
}
.text-\[\#708E94\]{
  --tw-text-opacity: 1;
  color: rgb(112 142 148 / var(--tw-text-opacity));
}
.text-\[\#2F80ED\]{
  --tw-text-opacity: 1;
  color: rgb(47 128 237 / var(--tw-text-opacity));
}
.text-\[\#ff7a63\]{
  --tw-text-opacity: 1;
  color: rgb(255 122 99 / var(--tw-text-opacity));
}
.text-\[\#708e94\]{
  --tw-text-opacity: 1;
  color: rgb(112 142 148 / var(--tw-text-opacity));
}
.\!text-gray-100{
  --tw-text-opacity: 1 !important;
  color: rgb(213 227 231 / var(--tw-text-opacity)) !important;
}
.text-opacity-0{
  --tw-text-opacity: 0;
}
.text-opacity-5{
  --tw-text-opacity: 0.05;
}
.text-opacity-10{
  --tw-text-opacity: 0.1;
}
.text-opacity-20{
  --tw-text-opacity: 0.2;
}
.text-opacity-25{
  --tw-text-opacity: 0.25;
}
.text-opacity-30{
  --tw-text-opacity: 0.3;
}
.text-opacity-40{
  --tw-text-opacity: 0.4;
}
.text-opacity-50{
  --tw-text-opacity: 0.5;
}
.text-opacity-60{
  --tw-text-opacity: 0.6;
}
.text-opacity-70{
  --tw-text-opacity: 0.7;
}
.text-opacity-75{
  --tw-text-opacity: 0.75;
}
.text-opacity-80{
  --tw-text-opacity: 0.8;
}
.text-opacity-90{
  --tw-text-opacity: 0.9;
}
.text-opacity-95{
  --tw-text-opacity: 0.95;
}
.text-opacity-100{
  --tw-text-opacity: 1;
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.line-through{
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.opacity-100{
  opacity: 1;
}
.opacity-0{
  opacity: 0;
}
.opacity-25{
  opacity: 0.25;
}
.opacity-75{
  opacity: 0.75;
}
.bg-blend-normal{
  background-blend-mode: normal;
}
.bg-blend-multiply{
  background-blend-mode: multiply;
}
.bg-blend-screen{
  background-blend-mode: screen;
}
.bg-blend-overlay{
  background-blend-mode: overlay;
}
.bg-blend-darken{
  background-blend-mode: darken;
}
.bg-blend-lighten{
  background-blend-mode: lighten;
}
.bg-blend-color-dodge{
  background-blend-mode: color-dodge;
}
.bg-blend-color-burn{
  background-blend-mode: color-burn;
}
.bg-blend-hard-light{
  background-blend-mode: hard-light;
}
.bg-blend-soft-light{
  background-blend-mode: soft-light;
}
.bg-blend-difference{
  background-blend-mode: difference;
}
.bg-blend-exclusion{
  background-blend-mode: exclusion;
}
.bg-blend-hue{
  background-blend-mode: hue;
}
.bg-blend-saturation{
  background-blend-mode: saturation;
}
.bg-blend-color{
  background-blend-mode: color;
}
.bg-blend-luminosity{
  background-blend-mode: luminosity;
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-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);
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all{
  transition-property: all;
  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{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-75{
  transition-delay: 75ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-700{
  transition-duration: 700ms;
}
.ease-linear{
  transition-timing-function: linear;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.bg-gradient-primary {
    /* background: linear-gradient(90deg, #0097A7 0%, #00BCD4 48.96%, #4DD0E1 100%); */
    background: linear-gradient(
      90deg,
      #0097a7 0%,
      #00bcd4 99.99%,
      #6dcbd7 100%
    );
  }
.bg-gradient-trasparent {
    /* background: linear-gradient(90deg, #0097A7 0%, #00BCD4 48.96%, #4DD0E1 100%); */
    background: linear-gradient(
      90deg,
      #0097a7 0%,
      #00bcd4 48.96%,
      #4dd0e1 100%
    );
  }
.bg-image-overlay {
    background: linear-gradient(
      0deg,
      rgba(34, 68, 74, 0.6) 50%,
      rgba(34, 68, 74, 0) 100%
    );
    border-radius: 8px 8px 0px 0px;
  }
.bg-backdrop {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 29.38%,
      rgba(0, 0, 0, 0.8) 87.01%
    );
  }
.bg-backdrop-card {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 1%,
      rgba(0, 0, 0, 0.8) 100%
    );
  }
@media screen and (max-width: 640px) {
.container {
		max-width: none
    }
        }
/*!
 * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}
.fa,.fa-brands,.fa-duotone,.fa-light,.fa-regular,.fa-solid,.fa-thin,.fab,.fad,.fal,.far,.fas,.fat{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}
.fa-1x{font-size:1em}
.fa-2x{font-size:2em}
.fa-3x{font-size:3em}
.fa-4x{font-size:4em}
.fa-5x{font-size:5em}
.fa-6x{font-size:6em}
.fa-7x{font-size:7em}
.fa-8x{font-size:8em}
.fa-9x{font-size:9em}
.fa-10x{font-size:10em}
.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}
.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}
.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}
.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}
.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}
.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}
.fa-fw{text-align:center;width:1.25em}
.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}
.fa-ul>li{position:relative}
.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}
.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}
.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}
.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}
.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}
.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}
.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}
.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}
.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}
.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}
.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}
.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}
.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}
.fa-spin-reverse{--fa-animation-direction:reverse}
.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}
@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}
@-webkit-keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}
@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}
@-webkit-keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}
@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}
@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}
@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}
@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}
@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}
@-webkit-keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}
@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}
@-webkit-keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}
@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}
@-webkit-keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
.fa-rotate-90{transform:rotate(90deg)}
.fa-rotate-180{transform:rotate(180deg)}
.fa-rotate-270{transform:rotate(270deg)}
.fa-flip-horizontal{transform:scaleX(-1)}
.fa-flip-vertical{transform:scaleY(-1)}
.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}
.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,none))}
.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}
.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}
.fa-stack-1x{line-height:inherit}
.fa-stack-2x{font-size:2em}
.fa-inverse{color:var(--fa-inverse,#fff)}
.fa-0:before{content:"\30"}
.fa-1:before{content:"\31"}
.fa-2:before{content:"\32"}
.fa-3:before{content:"\33"}
.fa-4:before{content:"\34"}
.fa-5:before{content:"\35"}
.fa-6:before{content:"\36"}
.fa-7:before{content:"\37"}
.fa-8:before{content:"\38"}
.fa-9:before{content:"\39"}
.fa-a:before{content:"\41"}
.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}
.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}
.fa-align-center:before{content:"\f037"}
.fa-align-justify:before{content:"\f039"}
.fa-align-left:before{content:"\f036"}
.fa-align-right:before{content:"\f038"}
.fa-anchor:before{content:"\f13d"}
.fa-anchor-circle-check:before{content:"\e4aa"}
.fa-anchor-circle-exclamation:before{content:"\e4ab"}
.fa-anchor-circle-xmark:before{content:"\e4ac"}
.fa-anchor-lock:before{content:"\e4ad"}
.fa-angle-down:before{content:"\f107"}
.fa-angle-left:before{content:"\f104"}
.fa-angle-right:before{content:"\f105"}
.fa-angle-up:before{content:"\f106"}
.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}
.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}
.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}
.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}
.fa-ankh:before{content:"\f644"}
.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}
.fa-archway:before{content:"\f557"}
.fa-arrow-down:before{content:"\f063"}
.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}
.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}
.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}
.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}
.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}
.fa-arrow-down-up-across-line:before{content:"\e4af"}
.fa-arrow-down-up-lock:before{content:"\e4b0"}
.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}
.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}
.fa-arrow-left:before{content:"\f060"}
.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}
.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}
.fa-arrow-right:before{content:"\f061"}
.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}
.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}
.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}
.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}
.fa-arrow-right-to-city:before{content:"\e4b3"}
.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}
.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}
.fa-arrow-trend-down:before{content:"\e097"}
.fa-arrow-trend-up:before{content:"\e098"}
.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}
.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}
.fa-arrow-up:before{content:"\f062"}
.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}
.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}
.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}
.fa-arrow-up-from-bracket:before{content:"\e09a"}
.fa-arrow-up-from-ground-water:before{content:"\e4b5"}
.fa-arrow-up-from-water-pump:before{content:"\e4b6"}
.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}
.fa-arrow-up-right-dots:before{content:"\e4b7"}
.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}
.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}
.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}
.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}
.fa-arrows-down-to-line:before{content:"\e4b8"}
.fa-arrows-down-to-people:before{content:"\e4b9"}
.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}
.fa-arrows-left-right-to-line:before{content:"\e4ba"}
.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}
.fa-arrows-spin:before{content:"\e4bb"}
.fa-arrows-split-up-and-left:before{content:"\e4bc"}
.fa-arrows-to-circle:before{content:"\e4bd"}
.fa-arrows-to-dot:before{content:"\e4be"}
.fa-arrows-to-eye:before{content:"\e4bf"}
.fa-arrows-turn-right:before{content:"\e4c0"}
.fa-arrows-turn-to-dots:before{content:"\e4c1"}
.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}
.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}
.fa-arrows-up-to-line:before{content:"\e4c2"}
.fa-asterisk:before{content:"\2a"}
.fa-at:before{content:"\40"}
.fa-atom:before{content:"\f5d2"}
.fa-audio-description:before{content:"\f29e"}
.fa-austral-sign:before{content:"\e0a9"}
.fa-award:before{content:"\f559"}
.fa-b:before{content:"\42"}
.fa-baby:before{content:"\f77c"}
.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}
.fa-backward:before{content:"\f04a"}
.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}
.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}
.fa-bacon:before{content:"\f7e5"}
.fa-bacteria:before{content:"\e059"}
.fa-bacterium:before{content:"\e05a"}
.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}
.fa-bahai:before{content:"\f666"}
.fa-baht-sign:before{content:"\e0ac"}
.fa-ban:before,.fa-cancel:before{content:"\f05e"}
.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}
.fa-band-aid:before,.fa-bandage:before{content:"\f462"}
.fa-barcode:before{content:"\f02a"}
.fa-bars:before,.fa-navicon:before{content:"\f0c9"}
.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}
.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}
.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}
.fa-baseball-bat-ball:before{content:"\f432"}
.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}
.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}
.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}
.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}
.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}
.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}
.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}
.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}
.fa-bed:before{content:"\f236"}
.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}
.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}
.fa-bell:before{content:"\f0f3"}
.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}
.fa-bell-slash:before{content:"\f1f6"}
.fa-bezier-curve:before{content:"\f55b"}
.fa-bicycle:before{content:"\f206"}
.fa-binoculars:before{content:"\f1e5"}
.fa-biohazard:before{content:"\f780"}
.fa-bitcoin-sign:before{content:"\e0b4"}
.fa-blender:before{content:"\f517"}
.fa-blender-phone:before{content:"\f6b6"}
.fa-blog:before{content:"\f781"}
.fa-bold:before{content:"\f032"}
.fa-bolt:before,.fa-zap:before{content:"\f0e7"}
.fa-bolt-lightning:before{content:"\e0b7"}
.fa-bomb:before{content:"\f1e2"}
.fa-bone:before{content:"\f5d7"}
.fa-bong:before{content:"\f55c"}
.fa-book:before{content:"\f02d"}
.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}
.fa-bible:before,.fa-book-bible:before{content:"\f647"}
.fa-book-bookmark:before{content:"\e0bb"}
.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}
.fa-book-medical:before{content:"\f7e6"}
.fa-book-open:before{content:"\f518"}
.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}
.fa-book-quran:before,.fa-quran:before{content:"\f687"}
.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}
.fa-bookmark:before{content:"\f02e"}
.fa-border-all:before{content:"\f84c"}
.fa-border-none:before{content:"\f850"}
.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}
.fa-bore-hole:before{content:"\e4c3"}
.fa-bottle-droplet:before{content:"\e4c4"}
.fa-bottle-water:before{content:"\e4c5"}
.fa-bowl-food:before{content:"\e4c6"}
.fa-bowl-rice:before{content:"\e2eb"}
.fa-bowling-ball:before{content:"\f436"}
.fa-box:before{content:"\f466"}
.fa-archive:before,.fa-box-archive:before{content:"\f187"}
.fa-box-open:before{content:"\f49e"}
.fa-box-tissue:before{content:"\e05b"}
.fa-boxes-packing:before{content:"\e4c7"}
.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}
.fa-braille:before{content:"\f2a1"}
.fa-brain:before{content:"\f5dc"}
.fa-brazilian-real-sign:before{content:"\e46c"}
.fa-bread-slice:before{content:"\f7ec"}
.fa-bridge:before{content:"\e4c8"}
.fa-bridge-circle-check:before{content:"\e4c9"}
.fa-bridge-circle-exclamation:before{content:"\e4ca"}
.fa-bridge-circle-xmark:before{content:"\e4cb"}
.fa-bridge-lock:before{content:"\e4cc"}
.fa-bridge-water:before{content:"\e4ce"}
.fa-briefcase:before{content:"\f0b1"}
.fa-briefcase-medical:before{content:"\f469"}
.fa-broom:before{content:"\f51a"}
.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}
.fa-brush:before{content:"\f55d"}
.fa-bucket:before{content:"\e4cf"}
.fa-bug:before{content:"\f188"}
.fa-bug-slash:before{content:"\e490"}
.fa-bugs:before{content:"\e4d0"}
.fa-building:before{content:"\f1ad"}
.fa-building-circle-arrow-right:before{content:"\e4d1"}
.fa-building-circle-check:before{content:"\e4d2"}
.fa-building-circle-exclamation:before{content:"\e4d3"}
.fa-building-circle-xmark:before{content:"\e4d4"}
.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}
.fa-building-flag:before{content:"\e4d5"}
.fa-building-lock:before{content:"\e4d6"}
.fa-building-ngo:before{content:"\e4d7"}
.fa-building-shield:before{content:"\e4d8"}
.fa-building-un:before{content:"\e4d9"}
.fa-building-user:before{content:"\e4da"}
.fa-building-wheat:before{content:"\e4db"}
.fa-bullhorn:before{content:"\f0a1"}
.fa-bullseye:before{content:"\f140"}
.fa-burger:before,.fa-hamburger:before{content:"\f805"}
.fa-burst:before{content:"\e4dc"}
.fa-bus:before{content:"\f207"}
.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}
.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}
.fa-c:before{content:"\43"}
.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}
.fa-calculator:before{content:"\f1ec"}
.fa-calendar:before{content:"\f133"}
.fa-calendar-check:before{content:"\f274"}
.fa-calendar-day:before{content:"\f783"}
.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}
.fa-calendar-minus:before{content:"\f272"}
.fa-calendar-plus:before{content:"\f271"}
.fa-calendar-week:before{content:"\f784"}
.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}
.fa-camera-alt:before,.fa-camera:before{content:"\f030"}
.fa-camera-retro:before{content:"\f083"}
.fa-camera-rotate:before{content:"\e0d8"}
.fa-campground:before{content:"\f6bb"}
.fa-candy-cane:before{content:"\f786"}
.fa-cannabis:before{content:"\f55f"}
.fa-capsules:before{content:"\f46b"}
.fa-automobile:before,.fa-car:before{content:"\f1b9"}
.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}
.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}
.fa-car-on:before{content:"\e4dd"}
.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}
.fa-car-side:before{content:"\f5e4"}
.fa-car-tunnel:before{content:"\e4de"}
.fa-caravan:before{content:"\f8ff"}
.fa-caret-down:before{content:"\f0d7"}
.fa-caret-left:before{content:"\f0d9"}
.fa-caret-right:before{content:"\f0da"}
.fa-caret-up:before{content:"\f0d8"}
.fa-carrot:before{content:"\f787"}
.fa-cart-arrow-down:before{content:"\f218"}
.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}
.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}
.fa-cart-plus:before{content:"\f217"}
.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}
.fa-cash-register:before{content:"\f788"}
.fa-cat:before{content:"\f6be"}
.fa-cedi-sign:before{content:"\e0df"}
.fa-cent-sign:before{content:"\e3f5"}
.fa-certificate:before{content:"\f0a3"}
.fa-chair:before{content:"\f6c0"}
.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}
.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}
.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}
.fa-charging-station:before{content:"\f5e7"}
.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}
.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}
.fa-chart-column:before{content:"\e0e3"}
.fa-chart-gantt:before{content:"\e0e4"}
.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}
.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}
.fa-chart-simple:before{content:"\e473"}
.fa-check:before{content:"\f00c"}
.fa-check-double:before{content:"\f560"}
.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}
.fa-cheese:before{content:"\f7ef"}
.fa-chess:before{content:"\f439"}
.fa-chess-bishop:before{content:"\f43a"}
.fa-chess-board:before{content:"\f43c"}
.fa-chess-king:before{content:"\f43f"}
.fa-chess-knight:before{content:"\f441"}
.fa-chess-pawn:before{content:"\f443"}
.fa-chess-queen:before{content:"\f445"}
.fa-chess-rook:before{content:"\f447"}
.fa-chevron-down:before{content:"\f078"}
.fa-chevron-left:before{content:"\f053"}
.fa-chevron-right:before{content:"\f054"}
.fa-chevron-up:before{content:"\f077"}
.fa-child:before{content:"\f1ae"}
.fa-child-dress:before{content:"\e59c"}
.fa-child-reaching:before{content:"\e59d"}
.fa-child-rifle:before{content:"\e4e0"}
.fa-children:before{content:"\e4e1"}
.fa-church:before{content:"\f51d"}
.fa-circle:before{content:"\f111"}
.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}
.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}
.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}
.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}
.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}
.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}
.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}
.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}
.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}
.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}
.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}
.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}
.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}
.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}
.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}
.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}
.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}
.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}
.fa-circle-nodes:before{content:"\e4e2"}
.fa-circle-notch:before{content:"\f1ce"}
.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}
.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}
.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}
.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}
.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}
.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}
.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}
.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}
.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}
.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}
.fa-city:before{content:"\f64f"}
.fa-clapperboard:before{content:"\e131"}
.fa-clipboard:before{content:"\f328"}
.fa-clipboard-check:before{content:"\f46c"}
.fa-clipboard-list:before{content:"\f46d"}
.fa-clipboard-question:before{content:"\e4e3"}
.fa-clipboard-user:before{content:"\f7f3"}
.fa-clock-four:before,.fa-clock:before{content:"\f017"}
.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}
.fa-clone:before{content:"\f24d"}
.fa-closed-captioning:before{content:"\f20a"}
.fa-cloud:before{content:"\f0c2"}
.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}
.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}
.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}
.fa-cloud-meatball:before{content:"\f73b"}
.fa-cloud-moon:before{content:"\f6c3"}
.fa-cloud-moon-rain:before{content:"\f73c"}
.fa-cloud-rain:before{content:"\f73d"}
.fa-cloud-showers-heavy:before{content:"\f740"}
.fa-cloud-showers-water:before{content:"\e4e4"}
.fa-cloud-sun:before{content:"\f6c4"}
.fa-cloud-sun-rain:before{content:"\f743"}
.fa-clover:before{content:"\e139"}
.fa-code:before{content:"\f121"}
.fa-code-branch:before{content:"\f126"}
.fa-code-commit:before{content:"\f386"}
.fa-code-compare:before{content:"\e13a"}
.fa-code-fork:before{content:"\e13b"}
.fa-code-merge:before{content:"\f387"}
.fa-code-pull-request:before{content:"\e13c"}
.fa-coins:before{content:"\f51e"}
.fa-colon-sign:before{content:"\e140"}
.fa-comment:before{content:"\f075"}
.fa-comment-dollar:before{content:"\f651"}
.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}
.fa-comment-medical:before{content:"\f7f5"}
.fa-comment-slash:before{content:"\f4b3"}
.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}
.fa-comments:before{content:"\f086"}
.fa-comments-dollar:before{content:"\f653"}
.fa-compact-disc:before{content:"\f51f"}
.fa-compass:before{content:"\f14e"}
.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}
.fa-compress:before{content:"\f066"}
.fa-computer:before{content:"\e4e5"}
.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}
.fa-cookie:before{content:"\f563"}
.fa-cookie-bite:before{content:"\f564"}
.fa-copy:before{content:"\f0c5"}
.fa-copyright:before{content:"\f1f9"}
.fa-couch:before{content:"\f4b8"}
.fa-cow:before{content:"\f6c8"}
.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}
.fa-crop:before{content:"\f125"}
.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}
.fa-cross:before{content:"\f654"}
.fa-crosshairs:before{content:"\f05b"}
.fa-crow:before{content:"\f520"}
.fa-crown:before{content:"\f521"}
.fa-crutch:before{content:"\f7f7"}
.fa-cruzeiro-sign:before{content:"\e152"}
.fa-cube:before{content:"\f1b2"}
.fa-cubes:before{content:"\f1b3"}
.fa-cubes-stacked:before{content:"\e4e6"}
.fa-d:before{content:"\44"}
.fa-database:before{content:"\f1c0"}
.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}
.fa-democrat:before{content:"\f747"}
.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}
.fa-dharmachakra:before{content:"\f655"}
.fa-diagram-next:before{content:"\e476"}
.fa-diagram-predecessor:before{content:"\e477"}
.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}
.fa-diagram-successor:before{content:"\e47a"}
.fa-diamond:before{content:"\f219"}
.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}
.fa-dice:before{content:"\f522"}
.fa-dice-d20:before{content:"\f6cf"}
.fa-dice-d6:before{content:"\f6d1"}
.fa-dice-five:before{content:"\f523"}
.fa-dice-four:before{content:"\f524"}
.fa-dice-one:before{content:"\f525"}
.fa-dice-six:before{content:"\f526"}
.fa-dice-three:before{content:"\f527"}
.fa-dice-two:before{content:"\f528"}
.fa-disease:before{content:"\f7fa"}
.fa-display:before{content:"\e163"}
.fa-divide:before{content:"\f529"}
.fa-dna:before{content:"\f471"}
.fa-dog:before{content:"\f6d3"}
.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}
.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}
.fa-dong-sign:before{content:"\e169"}
.fa-door-closed:before{content:"\f52a"}
.fa-door-open:before{content:"\f52b"}
.fa-dove:before{content:"\f4ba"}
.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}
.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}
.fa-download:before{content:"\f019"}
.fa-dragon:before{content:"\f6d5"}
.fa-draw-polygon:before{content:"\f5ee"}
.fa-droplet:before,.fa-tint:before{content:"\f043"}
.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}
.fa-drum:before{content:"\f569"}
.fa-drum-steelpan:before{content:"\f56a"}
.fa-drumstick-bite:before{content:"\f6d7"}
.fa-dumbbell:before{content:"\f44b"}
.fa-dumpster:before{content:"\f793"}
.fa-dumpster-fire:before{content:"\f794"}
.fa-dungeon:before{content:"\f6d9"}
.fa-e:before{content:"\45"}
.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}
.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}
.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}
.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}
.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}
.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}
.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}
.fa-egg:before{content:"\f7fb"}
.fa-eject:before{content:"\f052"}
.fa-elevator:before{content:"\e16d"}
.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}
.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}
.fa-envelope:before{content:"\f0e0"}
.fa-envelope-circle-check:before{content:"\e4e8"}
.fa-envelope-open:before{content:"\f2b6"}
.fa-envelope-open-text:before{content:"\f658"}
.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}
.fa-equals:before{content:"\3d"}
.fa-eraser:before{content:"\f12d"}
.fa-ethernet:before{content:"\f796"}
.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}
.fa-exclamation:before{content:"\21"}
.fa-expand:before{content:"\f065"}
.fa-explosion:before{content:"\e4e9"}
.fa-eye:before{content:"\f06e"}
.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}
.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}
.fa-eye-slash:before{content:"\f070"}
.fa-f:before{content:"\46"}
.fa-angry:before,.fa-face-angry:before{content:"\f556"}
.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}
.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}
.fa-face-frown:before,.fa-frown:before{content:"\f119"}
.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}
.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}
.fa-face-grin:before,.fa-grin:before{content:"\f580"}
.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}
.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}
.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}
.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}
.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}
.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}
.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}
.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}
.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}
.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}
.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}
.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}
.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}
.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}
.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}
.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}
.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}
.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}
.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}
.fa-face-meh:before,.fa-meh:before{content:"\f11a"}
.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}
.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}
.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}
.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}
.fa-face-smile:before,.fa-smile:before{content:"\f118"}
.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}
.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}
.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}
.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}
.fa-fan:before{content:"\f863"}
.fa-faucet:before{content:"\e005"}
.fa-faucet-drip:before{content:"\e006"}
.fa-fax:before{content:"\f1ac"}
.fa-feather:before{content:"\f52d"}
.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}
.fa-ferry:before{content:"\e4ea"}
.fa-file:before{content:"\f15b"}
.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}
.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}
.fa-file-audio:before{content:"\f1c7"}
.fa-file-circle-check:before{content:"\e493"}
.fa-file-circle-exclamation:before{content:"\e4eb"}
.fa-file-circle-minus:before{content:"\e4ed"}
.fa-file-circle-plus:before{content:"\e4ee"}
.fa-file-circle-question:before{content:"\e4ef"}
.fa-file-circle-xmark:before{content:"\e494"}
.fa-file-code:before{content:"\f1c9"}
.fa-file-contract:before{content:"\f56c"}
.fa-file-csv:before{content:"\f6dd"}
.fa-file-excel:before{content:"\f1c3"}
.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}
.fa-file-image:before{content:"\f1c5"}
.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}
.fa-file-invoice:before{content:"\f570"}
.fa-file-invoice-dollar:before{content:"\f571"}
.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}
.fa-file-medical:before{content:"\f477"}
.fa-file-pdf:before{content:"\f1c1"}
.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}
.fa-file-powerpoint:before{content:"\f1c4"}
.fa-file-prescription:before{content:"\f572"}
.fa-file-shield:before{content:"\e4f0"}
.fa-file-signature:before{content:"\f573"}
.fa-file-video:before{content:"\f1c8"}
.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}
.fa-file-word:before{content:"\f1c2"}
.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}
.fa-fill:before{content:"\f575"}
.fa-fill-drip:before{content:"\f576"}
.fa-film:before{content:"\f008"}
.fa-filter:before{content:"\f0b0"}
.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}
.fa-filter-circle-xmark:before{content:"\e17b"}
.fa-fingerprint:before{content:"\f577"}
.fa-fire:before{content:"\f06d"}
.fa-fire-burner:before{content:"\e4f1"}
.fa-fire-extinguisher:before{content:"\f134"}
.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}
.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}
.fa-fish:before{content:"\f578"}
.fa-fish-fins:before{content:"\e4f2"}
.fa-flag:before{content:"\f024"}
.fa-flag-checkered:before{content:"\f11e"}
.fa-flag-usa:before{content:"\f74d"}
.fa-flask:before{content:"\f0c3"}
.fa-flask-vial:before{content:"\e4f3"}
.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}
.fa-florin-sign:before{content:"\e184"}
.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}
.fa-folder-closed:before{content:"\e185"}
.fa-folder-minus:before{content:"\f65d"}
.fa-folder-open:before{content:"\f07c"}
.fa-folder-plus:before{content:"\f65e"}
.fa-folder-tree:before{content:"\f802"}
.fa-font:before{content:"\f031"}
.fa-football-ball:before,.fa-football:before{content:"\f44e"}
.fa-forward:before{content:"\f04e"}
.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}
.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}
.fa-franc-sign:before{content:"\e18f"}
.fa-frog:before{content:"\f52e"}
.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}
.fa-g:before{content:"\47"}
.fa-gamepad:before{content:"\f11b"}
.fa-gas-pump:before{content:"\f52f"}
.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}
.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}
.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}
.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}
.fa-gavel:before,.fa-legal:before{content:"\f0e3"}
.fa-cog:before,.fa-gear:before{content:"\f013"}
.fa-cogs:before,.fa-gears:before{content:"\f085"}
.fa-gem:before{content:"\f3a5"}
.fa-genderless:before{content:"\f22d"}
.fa-ghost:before{content:"\f6e2"}
.fa-gift:before{content:"\f06b"}
.fa-gifts:before{content:"\f79c"}
.fa-glass-water:before{content:"\e4f4"}
.fa-glass-water-droplet:before{content:"\e4f5"}
.fa-glasses:before{content:"\f530"}
.fa-globe:before{content:"\f0ac"}
.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}
.fa-gopuram:before{content:"\f664"}
.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}
.fa-greater-than:before{content:"\3e"}
.fa-greater-than-equal:before{content:"\f532"}
.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}
.fa-grip-lines:before{content:"\f7a4"}
.fa-grip-lines-vertical:before{content:"\f7a5"}
.fa-grip-vertical:before{content:"\f58e"}
.fa-group-arrows-rotate:before{content:"\e4f6"}
.fa-guarani-sign:before{content:"\e19a"}
.fa-guitar:before{content:"\f7a6"}
.fa-gun:before{content:"\e19b"}
.fa-h:before{content:"\48"}
.fa-hammer:before{content:"\f6e3"}
.fa-hamsa:before{content:"\f665"}
.fa-hand-paper:before,.fa-hand:before{content:"\f256"}
.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}
.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}
.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}
.fa-hand-holding:before{content:"\f4bd"}
.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}
.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}
.fa-hand-holding-hand:before{content:"\e4f7"}
.fa-hand-holding-heart:before{content:"\f4be"}
.fa-hand-holding-medical:before{content:"\e05c"}
.fa-hand-lizard:before{content:"\f258"}
.fa-hand-middle-finger:before{content:"\f806"}
.fa-hand-peace:before{content:"\f25b"}
.fa-hand-point-down:before{content:"\f0a7"}
.fa-hand-point-left:before{content:"\f0a5"}
.fa-hand-point-right:before{content:"\f0a4"}
.fa-hand-point-up:before{content:"\f0a6"}
.fa-hand-pointer:before{content:"\f25a"}
.fa-hand-scissors:before{content:"\f257"}
.fa-hand-sparkles:before{content:"\e05d"}
.fa-hand-spock:before{content:"\f259"}
.fa-handcuffs:before{content:"\e4f8"}
.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}
.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}
.fa-hands-bound:before{content:"\e4f9"}
.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}
.fa-hands-clapping:before{content:"\e1a8"}
.fa-hands-holding:before{content:"\f4c2"}
.fa-hands-holding-child:before{content:"\e4fa"}
.fa-hands-holding-circle:before{content:"\e4fb"}
.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}
.fa-handshake:before{content:"\f2b5"}
.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}
.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}
.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}
.fa-handshake-slash:before{content:"\e060"}
.fa-hanukiah:before{content:"\f6e6"}
.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}
.fa-hashtag:before{content:"\23"}
.fa-hat-cowboy:before{content:"\f8c0"}
.fa-hat-cowboy-side:before{content:"\f8c1"}
.fa-hat-wizard:before{content:"\f6e8"}
.fa-head-side-cough:before{content:"\e061"}
.fa-head-side-cough-slash:before{content:"\e062"}
.fa-head-side-mask:before{content:"\e063"}
.fa-head-side-virus:before{content:"\e064"}
.fa-header:before,.fa-heading:before{content:"\f1dc"}
.fa-headphones:before{content:"\f025"}
.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}
.fa-headset:before{content:"\f590"}
.fa-heart:before{content:"\f004"}
.fa-heart-circle-bolt:before{content:"\e4fc"}
.fa-heart-circle-check:before{content:"\e4fd"}
.fa-heart-circle-exclamation:before{content:"\e4fe"}
.fa-heart-circle-minus:before{content:"\e4ff"}
.fa-heart-circle-plus:before{content:"\e500"}
.fa-heart-circle-xmark:before{content:"\e501"}
.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}
.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}
.fa-helicopter:before{content:"\f533"}
.fa-helicopter-symbol:before{content:"\e502"}
.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}
.fa-helmet-un:before{content:"\e503"}
.fa-highlighter:before{content:"\f591"}
.fa-hill-avalanche:before{content:"\e507"}
.fa-hill-rockslide:before{content:"\e508"}
.fa-hippo:before{content:"\f6ed"}
.fa-hockey-puck:before{content:"\f453"}
.fa-holly-berry:before{content:"\f7aa"}
.fa-horse:before{content:"\f6f0"}
.fa-horse-head:before{content:"\f7ab"}
.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}
.fa-hospital-user:before{content:"\f80d"}
.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}
.fa-hotdog:before{content:"\f80f"}
.fa-hotel:before{content:"\f594"}
.fa-hourglass-2:before,.fa-hourglass-half:before,.fa-hourglass:before{content:"\f254"}
.fa-hourglass-empty:before{content:"\f252"}
.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}
.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}
.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}
.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}
.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}
.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}
.fa-house-chimney-user:before{content:"\e065"}
.fa-house-chimney-window:before{content:"\e00d"}
.fa-house-circle-check:before{content:"\e509"}
.fa-house-circle-exclamation:before{content:"\e50a"}
.fa-house-circle-xmark:before{content:"\e50b"}
.fa-house-crack:before{content:"\e3b1"}
.fa-house-fire:before{content:"\e50c"}
.fa-house-flag:before{content:"\e50d"}
.fa-house-flood-water:before{content:"\e50e"}
.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}
.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}
.fa-house-lock:before{content:"\e510"}
.fa-house-medical:before{content:"\e3b2"}
.fa-house-medical-circle-check:before{content:"\e511"}
.fa-house-medical-circle-exclamation:before{content:"\e512"}
.fa-house-medical-circle-xmark:before{content:"\e513"}
.fa-house-medical-flag:before{content:"\e514"}
.fa-house-signal:before{content:"\e012"}
.fa-house-tsunami:before{content:"\e515"}
.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}
.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}
.fa-hurricane:before{content:"\f751"}
.fa-i:before{content:"\49"}
.fa-i-cursor:before{content:"\f246"}
.fa-ice-cream:before{content:"\f810"}
.fa-icicles:before{content:"\f7ad"}
.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}
.fa-id-badge:before{content:"\f2c1"}
.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}
.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}
.fa-igloo:before{content:"\f7ae"}
.fa-image:before{content:"\f03e"}
.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}
.fa-images:before{content:"\f302"}
.fa-inbox:before{content:"\f01c"}
.fa-indent:before{content:"\f03c"}
.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}
.fa-industry:before{content:"\f275"}
.fa-infinity:before{content:"\f534"}
.fa-info:before{content:"\f129"}
.fa-italic:before{content:"\f033"}
.fa-j:before{content:"\4a"}
.fa-jar:before{content:"\e516"}
.fa-jar-wheat:before{content:"\e517"}
.fa-jedi:before{content:"\f669"}
.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}
.fa-jet-fighter-up:before{content:"\e518"}
.fa-joint:before{content:"\f595"}
.fa-jug-detergent:before{content:"\e519"}
.fa-k:before{content:"\4b"}
.fa-kaaba:before{content:"\f66b"}
.fa-key:before{content:"\f084"}
.fa-keyboard:before{content:"\f11c"}
.fa-khanda:before{content:"\f66d"}
.fa-kip-sign:before{content:"\e1c4"}
.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}
.fa-kitchen-set:before{content:"\e51a"}
.fa-kiwi-bird:before{content:"\f535"}
.fa-l:before{content:"\4c"}
.fa-land-mine-on:before{content:"\e51b"}
.fa-landmark:before{content:"\f66f"}
.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}
.fa-landmark-flag:before{content:"\e51c"}
.fa-language:before{content:"\f1ab"}
.fa-laptop:before{content:"\f109"}
.fa-laptop-code:before{content:"\f5fc"}
.fa-laptop-file:before{content:"\e51d"}
.fa-laptop-medical:before{content:"\f812"}
.fa-lari-sign:before{content:"\e1c8"}
.fa-layer-group:before{content:"\f5fd"}
.fa-leaf:before{content:"\f06c"}
.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}
.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}
.fa-lemon:before{content:"\f094"}
.fa-less-than:before{content:"\3c"}
.fa-less-than-equal:before{content:"\f537"}
.fa-life-ring:before{content:"\f1cd"}
.fa-lightbulb:before{content:"\f0eb"}
.fa-lines-leaning:before{content:"\e51e"}
.fa-chain:before,.fa-link:before{content:"\f0c1"}
.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}
.fa-lira-sign:before{content:"\f195"}
.fa-list-squares:before,.fa-list:before{content:"\f03a"}
.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}
.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}
.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}
.fa-litecoin-sign:before{content:"\e1d3"}
.fa-location-arrow:before{content:"\f124"}
.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}
.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}
.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}
.fa-location-pin-lock:before{content:"\e51f"}
.fa-lock:before{content:"\f023"}
.fa-lock-open:before{content:"\f3c1"}
.fa-locust:before{content:"\e520"}
.fa-lungs:before{content:"\f604"}
.fa-lungs-virus:before{content:"\e067"}
.fa-m:before{content:"\4d"}
.fa-magnet:before{content:"\f076"}
.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}
.fa-magnifying-glass-arrow-right:before{content:"\e521"}
.fa-magnifying-glass-chart:before{content:"\e522"}
.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}
.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}
.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}
.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}
.fa-manat-sign:before{content:"\e1d5"}
.fa-map:before{content:"\f279"}
.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}
.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}
.fa-map-pin:before{content:"\f276"}
.fa-marker:before{content:"\f5a1"}
.fa-mars:before{content:"\f222"}
.fa-mars-and-venus:before{content:"\f224"}
.fa-mars-and-venus-burst:before{content:"\e523"}
.fa-mars-double:before{content:"\f227"}
.fa-mars-stroke:before{content:"\f229"}
.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}
.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}
.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}
.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}
.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}
.fa-mask:before{content:"\f6fa"}
.fa-mask-face:before{content:"\e1d7"}
.fa-mask-ventilator:before{content:"\e524"}
.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}
.fa-mattress-pillow:before{content:"\e525"}
.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}
.fa-medal:before{content:"\f5a2"}
.fa-memory:before{content:"\f538"}
.fa-menorah:before{content:"\f676"}
.fa-mercury:before{content:"\f223"}
.fa-comment-alt:before,.fa-message:before{content:"\f27a"}
.fa-meteor:before{content:"\f753"}
.fa-microchip:before{content:"\f2db"}
.fa-microphone:before{content:"\f130"}
.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}
.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}
.fa-microphone-slash:before{content:"\f131"}
.fa-microscope:before{content:"\f610"}
.fa-mill-sign:before{content:"\e1ed"}
.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}
.fa-minus:before,.fa-subtract:before{content:"\f068"}
.fa-mitten:before{content:"\f7b5"}
.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}
.fa-mobile-button:before{content:"\f10b"}
.fa-mobile-retro:before{content:"\e527"}
.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}
.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}
.fa-money-bill:before{content:"\f0d6"}
.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}
.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}
.fa-money-bill-transfer:before{content:"\e528"}
.fa-money-bill-trend-up:before{content:"\e529"}
.fa-money-bill-wave:before{content:"\f53a"}
.fa-money-bill-wheat:before{content:"\e52a"}
.fa-money-bills:before{content:"\e1f3"}
.fa-money-check:before{content:"\f53c"}
.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}
.fa-monument:before{content:"\f5a6"}
.fa-moon:before{content:"\f186"}
.fa-mortar-pestle:before{content:"\f5a7"}
.fa-mosque:before{content:"\f678"}
.fa-mosquito:before{content:"\e52b"}
.fa-mosquito-net:before{content:"\e52c"}
.fa-motorcycle:before{content:"\f21c"}
.fa-mound:before{content:"\e52d"}
.fa-mountain:before{content:"\f6fc"}
.fa-mountain-city:before{content:"\e52e"}
.fa-mountain-sun:before{content:"\e52f"}
.fa-mug-hot:before{content:"\f7b6"}
.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}
.fa-music:before{content:"\f001"}
.fa-n:before{content:"\4e"}
.fa-naira-sign:before{content:"\e1f6"}
.fa-network-wired:before{content:"\f6ff"}
.fa-neuter:before{content:"\f22c"}
.fa-newspaper:before{content:"\f1ea"}
.fa-not-equal:before{content:"\f53e"}
.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}
.fa-notes-medical:before{content:"\f481"}
.fa-o:before{content:"\4f"}
.fa-object-group:before{content:"\f247"}
.fa-object-ungroup:before{content:"\f248"}
.fa-oil-can:before{content:"\f613"}
.fa-oil-well:before{content:"\e532"}
.fa-om:before{content:"\f679"}
.fa-otter:before{content:"\f700"}
.fa-dedent:before,.fa-outdent:before{content:"\f03b"}
.fa-p:before{content:"\50"}
.fa-pager:before{content:"\f815"}
.fa-paint-roller:before{content:"\f5aa"}
.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}
.fa-palette:before{content:"\f53f"}
.fa-pallet:before{content:"\f482"}
.fa-panorama:before{content:"\e209"}
.fa-paper-plane:before{content:"\f1d8"}
.fa-paperclip:before{content:"\f0c6"}
.fa-parachute-box:before{content:"\f4cd"}
.fa-paragraph:before{content:"\f1dd"}
.fa-passport:before{content:"\f5ab"}
.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}
.fa-pause:before{content:"\f04c"}
.fa-paw:before{content:"\f1b0"}
.fa-peace:before{content:"\f67c"}
.fa-pen:before{content:"\f304"}
.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}
.fa-pen-fancy:before{content:"\f5ac"}
.fa-pen-nib:before{content:"\f5ad"}
.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}
.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}
.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}
.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}
.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}
.fa-people-group:before{content:"\e533"}
.fa-people-line:before{content:"\e534"}
.fa-people-pulling:before{content:"\e535"}
.fa-people-robbery:before{content:"\e536"}
.fa-people-roof:before{content:"\e537"}
.fa-pepper-hot:before{content:"\f816"}
.fa-percent:before,.fa-percentage:before{content:"\25"}
.fa-male:before,.fa-person:before{content:"\f183"}
.fa-person-arrow-down-to-line:before{content:"\e538"}
.fa-person-arrow-up-from-line:before{content:"\e539"}
.fa-biking:before,.fa-person-biking:before{content:"\f84a"}
.fa-person-booth:before{content:"\f756"}
.fa-person-breastfeeding:before{content:"\e53a"}
.fa-person-burst:before{content:"\e53b"}
.fa-person-cane:before{content:"\e53c"}
.fa-person-chalkboard:before{content:"\e53d"}
.fa-person-circle-check:before{content:"\e53e"}
.fa-person-circle-exclamation:before{content:"\e53f"}
.fa-person-circle-minus:before{content:"\e540"}
.fa-person-circle-plus:before{content:"\e541"}
.fa-person-circle-question:before{content:"\e542"}
.fa-person-circle-xmark:before{content:"\e543"}
.fa-digging:before,.fa-person-digging:before{content:"\f85e"}
.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}
.fa-female:before,.fa-person-dress:before{content:"\f182"}
.fa-person-dress-burst:before{content:"\e544"}
.fa-person-drowning:before{content:"\e545"}
.fa-person-falling:before{content:"\e546"}
.fa-person-falling-burst:before{content:"\e547"}
.fa-person-half-dress:before{content:"\e548"}
.fa-person-harassing:before{content:"\e549"}
.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}
.fa-person-military-pointing:before{content:"\e54a"}
.fa-person-military-rifle:before{content:"\e54b"}
.fa-person-military-to-person:before{content:"\e54c"}
.fa-person-praying:before,.fa-pray:before{content:"\f683"}
.fa-person-pregnant:before{content:"\e31e"}
.fa-person-rays:before{content:"\e54d"}
.fa-person-rifle:before{content:"\e54e"}
.fa-person-running:before,.fa-running:before{content:"\f70c"}
.fa-person-shelter:before{content:"\e54f"}
.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}
.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}
.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}
.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}
.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}
.fa-person-through-window:before{content:"\e433"}
.fa-person-walking:before,.fa-walking:before{content:"\f554"}
.fa-person-walking-arrow-loop-left:before{content:"\e551"}
.fa-person-walking-arrow-right:before{content:"\e552"}
.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}
.fa-person-walking-luggage:before{content:"\e554"}
.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}
.fa-peseta-sign:before{content:"\e221"}
.fa-peso-sign:before{content:"\e222"}
.fa-phone:before{content:"\f095"}
.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}
.fa-phone-slash:before{content:"\f3dd"}
.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}
.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}
.fa-piggy-bank:before{content:"\f4d3"}
.fa-pills:before{content:"\f484"}
.fa-pizza-slice:before{content:"\f818"}
.fa-place-of-worship:before{content:"\f67f"}
.fa-plane:before{content:"\f072"}
.fa-plane-arrival:before{content:"\f5af"}
.fa-plane-circle-check:before{content:"\e555"}
.fa-plane-circle-exclamation:before{content:"\e556"}
.fa-plane-circle-xmark:before{content:"\e557"}
.fa-plane-departure:before{content:"\f5b0"}
.fa-plane-lock:before{content:"\e558"}
.fa-plane-slash:before{content:"\e069"}
.fa-plane-up:before{content:"\e22d"}
.fa-plant-wilt:before{content:"\e43b"}
.fa-plate-wheat:before{content:"\e55a"}
.fa-play:before{content:"\f04b"}
.fa-plug:before{content:"\f1e6"}
.fa-plug-circle-bolt:before{content:"\e55b"}
.fa-plug-circle-check:before{content:"\e55c"}
.fa-plug-circle-exclamation:before{content:"\e55d"}
.fa-plug-circle-minus:before{content:"\e55e"}
.fa-plug-circle-plus:before{content:"\e55f"}
.fa-plug-circle-xmark:before{content:"\e560"}
.fa-add:before,.fa-plus:before{content:"\2b"}
.fa-plus-minus:before{content:"\e43c"}
.fa-podcast:before{content:"\f2ce"}
.fa-poo:before{content:"\f2fe"}
.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}
.fa-poop:before{content:"\f619"}
.fa-power-off:before{content:"\f011"}
.fa-prescription:before{content:"\f5b1"}
.fa-prescription-bottle:before{content:"\f485"}
.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}
.fa-print:before{content:"\f02f"}
.fa-pump-medical:before{content:"\e06a"}
.fa-pump-soap:before{content:"\e06b"}
.fa-puzzle-piece:before{content:"\f12e"}
.fa-q:before{content:"\51"}
.fa-qrcode:before{content:"\f029"}
.fa-question:before{content:"\3f"}
.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}
.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}
.fa-r:before{content:"\52"}
.fa-radiation:before{content:"\f7b9"}
.fa-radio:before{content:"\f8d7"}
.fa-rainbow:before{content:"\f75b"}
.fa-ranking-star:before{content:"\e561"}
.fa-receipt:before{content:"\f543"}
.fa-record-vinyl:before{content:"\f8d9"}
.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}
.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}
.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}
.fa-recycle:before{content:"\f1b8"}
.fa-registered:before{content:"\f25d"}
.fa-repeat:before{content:"\f363"}
.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}
.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}
.fa-republican:before{content:"\f75e"}
.fa-restroom:before{content:"\f7bd"}
.fa-retweet:before{content:"\f079"}
.fa-ribbon:before{content:"\f4d6"}
.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}
.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}
.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}
.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}
.fa-ring:before{content:"\f70b"}
.fa-road:before{content:"\f018"}
.fa-road-barrier:before{content:"\e562"}
.fa-road-bridge:before{content:"\e563"}
.fa-road-circle-check:before{content:"\e564"}
.fa-road-circle-exclamation:before{content:"\e565"}
.fa-road-circle-xmark:before{content:"\e566"}
.fa-road-lock:before{content:"\e567"}
.fa-road-spikes:before{content:"\e568"}
.fa-robot:before{content:"\f544"}
.fa-rocket:before{content:"\f135"}
.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}
.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}
.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}
.fa-route:before{content:"\f4d7"}
.fa-feed:before,.fa-rss:before{content:"\f09e"}
.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}
.fa-rug:before{content:"\e569"}
.fa-ruler:before{content:"\f545"}
.fa-ruler-combined:before{content:"\f546"}
.fa-ruler-horizontal:before{content:"\f547"}
.fa-ruler-vertical:before{content:"\f548"}
.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}
.fa-rupiah-sign:before{content:"\e23d"}
.fa-s:before{content:"\53"}
.fa-sack-dollar:before{content:"\f81d"}
.fa-sack-xmark:before{content:"\e56a"}
.fa-sailboat:before{content:"\e445"}
.fa-satellite:before{content:"\f7bf"}
.fa-satellite-dish:before{content:"\f7c0"}
.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}
.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}
.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}
.fa-school:before{content:"\f549"}
.fa-school-circle-check:before{content:"\e56b"}
.fa-school-circle-exclamation:before{content:"\e56c"}
.fa-school-circle-xmark:before{content:"\e56d"}
.fa-school-flag:before{content:"\e56e"}
.fa-school-lock:before{content:"\e56f"}
.fa-cut:before,.fa-scissors:before{content:"\f0c4"}
.fa-screwdriver:before{content:"\f54a"}
.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}
.fa-scroll:before{content:"\f70e"}
.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}
.fa-sd-card:before{content:"\f7c2"}
.fa-section:before{content:"\e447"}
.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}
.fa-server:before{content:"\f233"}
.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}
.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:"\f064"}
.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}
.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}
.fa-sheet-plastic:before{content:"\e571"}
.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}
.fa-shield-blank:before,.fa-shield:before{content:"\f132"}
.fa-shield-cat:before{content:"\e572"}
.fa-shield-dog:before{content:"\e573"}
.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}
.fa-shield-heart:before{content:"\e574"}
.fa-shield-virus:before{content:"\e06c"}
.fa-ship:before{content:"\f21a"}
.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}
.fa-shoe-prints:before{content:"\f54b"}
.fa-shop:before,.fa-store-alt:before{content:"\f54f"}
.fa-shop-lock:before{content:"\e4a5"}
.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}
.fa-shower:before{content:"\f2cc"}
.fa-shrimp:before{content:"\e448"}
.fa-random:before,.fa-shuffle:before{content:"\f074"}
.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}
.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}
.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}
.fa-signature:before{content:"\f5b7"}
.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}
.fa-sim-card:before{content:"\f7c4"}
.fa-sink:before{content:"\e06d"}
.fa-sitemap:before{content:"\f0e8"}
.fa-skull:before{content:"\f54c"}
.fa-skull-crossbones:before{content:"\f714"}
.fa-slash:before{content:"\f715"}
.fa-sleigh:before{content:"\f7cc"}
.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}
.fa-smog:before{content:"\f75f"}
.fa-smoking:before{content:"\f48d"}
.fa-snowflake:before{content:"\f2dc"}
.fa-snowman:before{content:"\f7d0"}
.fa-snowplow:before{content:"\f7d2"}
.fa-soap:before{content:"\e06e"}
.fa-socks:before{content:"\f696"}
.fa-solar-panel:before{content:"\f5ba"}
.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}
.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}
.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}
.fa-spa:before{content:"\f5bb"}
.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}
.fa-spell-check:before{content:"\f891"}
.fa-spider:before{content:"\f717"}
.fa-spinner:before{content:"\f110"}
.fa-splotch:before{content:"\f5bc"}
.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}
.fa-spray-can:before{content:"\f5bd"}
.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}
.fa-square:before{content:"\f0c8"}
.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}
.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}
.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}
.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}
.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}
.fa-check-square:before,.fa-square-check:before{content:"\f14a"}
.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}
.fa-square-full:before{content:"\f45c"}
.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}
.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}
.fa-square-nfi:before{content:"\e576"}
.fa-parking:before,.fa-square-parking:before{content:"\f540"}
.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}
.fa-square-person-confined:before{content:"\e577"}
.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}
.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}
.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}
.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}
.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}
.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}
.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}
.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}
.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}
.fa-square-virus:before{content:"\e578"}
.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}
.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}
.fa-stairs:before{content:"\e289"}
.fa-stamp:before{content:"\f5bf"}
.fa-star:before{content:"\f005"}
.fa-star-and-crescent:before{content:"\f699"}
.fa-star-half:before{content:"\f089"}
.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}
.fa-star-of-david:before{content:"\f69a"}
.fa-star-of-life:before{content:"\f621"}
.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}
.fa-stethoscope:before{content:"\f0f1"}
.fa-stop:before{content:"\f04d"}
.fa-stopwatch:before{content:"\f2f2"}
.fa-stopwatch-20:before{content:"\e06f"}
.fa-store:before{content:"\f54e"}
.fa-store-slash:before{content:"\e071"}
.fa-street-view:before{content:"\f21d"}
.fa-strikethrough:before{content:"\f0cc"}
.fa-stroopwafel:before{content:"\f551"}
.fa-subscript:before{content:"\f12c"}
.fa-suitcase:before{content:"\f0f2"}
.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}
.fa-suitcase-rolling:before{content:"\f5c1"}
.fa-sun:before{content:"\f185"}
.fa-sun-plant-wilt:before{content:"\e57a"}
.fa-superscript:before{content:"\f12b"}
.fa-swatchbook:before{content:"\f5c3"}
.fa-synagogue:before{content:"\f69b"}
.fa-syringe:before{content:"\f48e"}
.fa-t:before{content:"\54"}
.fa-table:before{content:"\f0ce"}
.fa-table-cells:before,.fa-th:before{content:"\f00a"}
.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}
.fa-columns:before,.fa-table-columns:before{content:"\f0db"}
.fa-table-list:before,.fa-th-list:before{content:"\f00b"}
.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}
.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}
.fa-tablet-button:before{content:"\f10a"}
.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}
.fa-tablets:before{content:"\f490"}
.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}
.fa-tag:before{content:"\f02b"}
.fa-tags:before{content:"\f02c"}
.fa-tape:before{content:"\f4db"}
.fa-tarp:before{content:"\e57b"}
.fa-tarp-droplet:before{content:"\e57c"}
.fa-cab:before,.fa-taxi:before{content:"\f1ba"}
.fa-teeth:before{content:"\f62e"}
.fa-teeth-open:before{content:"\f62f"}
.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}
.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}
.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}
.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}
.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}
.fa-temperature-high:before{content:"\f769"}
.fa-temperature-low:before{content:"\f76b"}
.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}
.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}
.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}
.fa-tent:before{content:"\e57d"}
.fa-tent-arrow-down-to-line:before{content:"\e57e"}
.fa-tent-arrow-left-right:before{content:"\e57f"}
.fa-tent-arrow-turn-left:before{content:"\e580"}
.fa-tent-arrows-down:before{content:"\e581"}
.fa-tents:before{content:"\e582"}
.fa-terminal:before{content:"\f120"}
.fa-text-height:before{content:"\f034"}
.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}
.fa-text-width:before{content:"\f035"}
.fa-thermometer:before{content:"\f491"}
.fa-thumbs-down:before{content:"\f165"}
.fa-thumbs-up:before{content:"\f164"}
.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}
.fa-ticket:before{content:"\f145"}
.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}
.fa-timeline:before{content:"\e29c"}
.fa-toggle-off:before{content:"\f204"}
.fa-toggle-on:before{content:"\f205"}
.fa-toilet:before{content:"\f7d8"}
.fa-toilet-paper:before{content:"\f71e"}
.fa-toilet-paper-slash:before{content:"\e072"}
.fa-toilet-portable:before{content:"\e583"}
.fa-toilets-portable:before{content:"\e584"}
.fa-toolbox:before{content:"\f552"}
.fa-tooth:before{content:"\f5c9"}
.fa-torii-gate:before{content:"\f6a1"}
.fa-tornado:before{content:"\f76f"}
.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}
.fa-tower-cell:before{content:"\e585"}
.fa-tower-observation:before{content:"\e586"}
.fa-tractor:before{content:"\f722"}
.fa-trademark:before{content:"\f25c"}
.fa-traffic-light:before{content:"\f637"}
.fa-trailer:before{content:"\e041"}
.fa-train:before{content:"\f238"}
.fa-subway:before,.fa-train-subway:before{content:"\f239"}
.fa-train-tram:before,.fa-tram:before{content:"\f7da"}
.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}
.fa-trash:before{content:"\f1f8"}
.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}
.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}
.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}
.fa-tree:before{content:"\f1bb"}
.fa-tree-city:before{content:"\e587"}
.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}
.fa-trophy:before{content:"\f091"}
.fa-trowel:before{content:"\e589"}
.fa-trowel-bricks:before{content:"\e58a"}
.fa-truck:before{content:"\f0d1"}
.fa-truck-arrow-right:before{content:"\e58b"}
.fa-truck-droplet:before{content:"\e58c"}
.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}
.fa-truck-field:before{content:"\e58d"}
.fa-truck-field-un:before{content:"\e58e"}
.fa-truck-front:before{content:"\e2b7"}
.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}
.fa-truck-monster:before{content:"\f63b"}
.fa-truck-moving:before{content:"\f4df"}
.fa-truck-pickup:before{content:"\f63c"}
.fa-truck-plane:before{content:"\e58f"}
.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}
.fa-teletype:before,.fa-tty:before{content:"\f1e4"}
.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}
.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}
.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}
.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}
.fa-u:before{content:"\55"}
.fa-umbrella:before{content:"\f0e9"}
.fa-umbrella-beach:before{content:"\f5ca"}
.fa-underline:before{content:"\f0cd"}
.fa-universal-access:before{content:"\f29a"}
.fa-unlock:before{content:"\f09c"}
.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}
.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}
.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}
.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}
.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}
.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}
.fa-upload:before{content:"\f093"}
.fa-user:before{content:"\f007"}
.fa-user-astronaut:before{content:"\f4fb"}
.fa-user-check:before{content:"\f4fc"}
.fa-user-clock:before{content:"\f4fd"}
.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}
.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}
.fa-user-graduate:before{content:"\f501"}
.fa-user-friends:before,.fa-user-group:before{content:"\f500"}
.fa-user-injured:before{content:"\f728"}
.fa-user-alt:before,.fa-user-large:before{content:"\f406"}
.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}
.fa-user-lock:before{content:"\f502"}
.fa-user-minus:before{content:"\f503"}
.fa-user-ninja:before{content:"\f504"}
.fa-user-nurse:before{content:"\f82f"}
.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}
.fa-user-plus:before{content:"\f234"}
.fa-user-secret:before{content:"\f21b"}
.fa-user-shield:before{content:"\f505"}
.fa-user-slash:before{content:"\f506"}
.fa-user-tag:before{content:"\f507"}
.fa-user-tie:before{content:"\f508"}
.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}
.fa-users:before{content:"\f0c0"}
.fa-users-between-lines:before{content:"\e591"}
.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}
.fa-users-line:before{content:"\e592"}
.fa-users-rays:before{content:"\e593"}
.fa-users-rectangle:before{content:"\e594"}
.fa-users-slash:before{content:"\e073"}
.fa-users-viewfinder:before{content:"\e595"}
.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}
.fa-v:before{content:"\56"}
.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}
.fa-vault:before{content:"\e2c5"}
.fa-vector-square:before{content:"\f5cb"}
.fa-venus:before{content:"\f221"}
.fa-venus-double:before{content:"\f226"}
.fa-venus-mars:before{content:"\f228"}
.fa-vest:before{content:"\e085"}
.fa-vest-patches:before{content:"\e086"}
.fa-vial:before{content:"\f492"}
.fa-vial-circle-check:before{content:"\e596"}
.fa-vial-virus:before{content:"\e597"}
.fa-vials:before{content:"\f493"}
.fa-video-camera:before,.fa-video:before{content:"\f03d"}
.fa-video-slash:before{content:"\f4e2"}
.fa-vihara:before{content:"\f6a7"}
.fa-virus:before{content:"\e074"}
.fa-virus-covid:before{content:"\e4a8"}
.fa-virus-covid-slash:before{content:"\e4a9"}
.fa-virus-slash:before{content:"\e075"}
.fa-viruses:before{content:"\e076"}
.fa-voicemail:before{content:"\f897"}
.fa-volcano:before{content:"\f770"}
.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}
.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}
.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}
.fa-volume-off:before{content:"\f026"}
.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}
.fa-vr-cardboard:before{content:"\f729"}
.fa-w:before{content:"\57"}
.fa-walkie-talkie:before{content:"\f8ef"}
.fa-wallet:before{content:"\f555"}
.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}
.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}
.fa-wand-sparkles:before{content:"\f72b"}
.fa-warehouse:before{content:"\f494"}
.fa-water:before{content:"\f773"}
.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}
.fa-wave-square:before{content:"\f83e"}
.fa-weight-hanging:before{content:"\f5cd"}
.fa-weight-scale:before,.fa-weight:before{content:"\f496"}
.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}
.fa-wheat-awn-circle-exclamation:before{content:"\e598"}
.fa-wheelchair:before{content:"\f193"}
.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}
.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}
.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}
.fa-wind:before{content:"\f72e"}
.fa-window-maximize:before{content:"\f2d0"}
.fa-window-minimize:before{content:"\f2d1"}
.fa-window-restore:before{content:"\f2d2"}
.fa-wine-bottle:before{content:"\f72f"}
.fa-wine-glass:before{content:"\f4e3"}
.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}
.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}
.fa-worm:before{content:"\e599"}
.fa-wrench:before{content:"\f0ad"}
.fa-x:before{content:"\58"}
.fa-x-ray:before{content:"\f497"}
.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}
.fa-xmarks-lines:before{content:"\e59a"}
.fa-y:before{content:"\59"}
.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}
.fa-yin-yang:before{content:"\f6ad"}
.fa-z:before{content:"\5a"}
.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
:host,:root{--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}
@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(./fonts/fa-brands-400.woff2?ebb7a127d2d8ee6f183274b7557718ab) format("woff2"),url(./fonts/fa-brands-400.ttf?b823fc0dbb5a5f0c21bbcc2a268f92aa) format("truetype")}
.fa-brands,.fab{font-family:"Font Awesome 6 Brands";font-weight:400}
.fa-42-group:before,.fa-innosoft:before{content:"\e080"}
.fa-500px:before{content:"\f26e"}
.fa-accessible-icon:before{content:"\f368"}
.fa-accusoft:before{content:"\f369"}
.fa-adn:before{content:"\f170"}
.fa-adversal:before{content:"\f36a"}
.fa-affiliatetheme:before{content:"\f36b"}
.fa-airbnb:before{content:"\f834"}
.fa-algolia:before{content:"\f36c"}
.fa-alipay:before{content:"\f642"}
.fa-amazon:before{content:"\f270"}
.fa-amazon-pay:before{content:"\f42c"}
.fa-amilia:before{content:"\f36d"}
.fa-android:before{content:"\f17b"}
.fa-angellist:before{content:"\f209"}
.fa-angrycreative:before{content:"\f36e"}
.fa-angular:before{content:"\f420"}
.fa-app-store:before{content:"\f36f"}
.fa-app-store-ios:before{content:"\f370"}
.fa-apper:before{content:"\f371"}
.fa-apple:before{content:"\f179"}
.fa-apple-pay:before{content:"\f415"}
.fa-artstation:before{content:"\f77a"}
.fa-asymmetrik:before{content:"\f372"}
.fa-atlassian:before{content:"\f77b"}
.fa-audible:before{content:"\f373"}
.fa-autoprefixer:before{content:"\f41c"}
.fa-avianex:before{content:"\f374"}
.fa-aviato:before{content:"\f421"}
.fa-aws:before{content:"\f375"}
.fa-bandcamp:before{content:"\f2d5"}
.fa-battle-net:before{content:"\f835"}
.fa-behance:before{content:"\f1b4"}
.fa-behance-square:before{content:"\f1b5"}
.fa-bilibili:before{content:"\e3d9"}
.fa-bimobject:before{content:"\f378"}
.fa-bitbucket:before{content:"\f171"}
.fa-bitcoin:before{content:"\f379"}
.fa-bity:before{content:"\f37a"}
.fa-black-tie:before{content:"\f27e"}
.fa-blackberry:before{content:"\f37b"}
.fa-blogger:before{content:"\f37c"}
.fa-blogger-b:before{content:"\f37d"}
.fa-bluetooth:before{content:"\f293"}
.fa-bluetooth-b:before{content:"\f294"}
.fa-bootstrap:before{content:"\f836"}
.fa-bots:before{content:"\e340"}
.fa-btc:before{content:"\f15a"}
.fa-buffer:before{content:"\f837"}
.fa-buromobelexperte:before{content:"\f37f"}
.fa-buy-n-large:before{content:"\f8a6"}
.fa-buysellads:before{content:"\f20d"}
.fa-canadian-maple-leaf:before{content:"\f785"}
.fa-cc-amazon-pay:before{content:"\f42d"}
.fa-cc-amex:before{content:"\f1f3"}
.fa-cc-apple-pay:before{content:"\f416"}
.fa-cc-diners-club:before{content:"\f24c"}
.fa-cc-discover:before{content:"\f1f2"}
.fa-cc-jcb:before{content:"\f24b"}
.fa-cc-mastercard:before{content:"\f1f1"}
.fa-cc-paypal:before{content:"\f1f4"}
.fa-cc-stripe:before{content:"\f1f5"}
.fa-cc-visa:before{content:"\f1f0"}
.fa-centercode:before{content:"\f380"}
.fa-centos:before{content:"\f789"}
.fa-chrome:before{content:"\f268"}
.fa-chromecast:before{content:"\f838"}
.fa-cloudflare:before{content:"\e07d"}
.fa-cloudscale:before{content:"\f383"}
.fa-cloudsmith:before{content:"\f384"}
.fa-cloudversify:before{content:"\f385"}
.fa-cmplid:before{content:"\e360"}
.fa-codepen:before{content:"\f1cb"}
.fa-codiepie:before{content:"\f284"}
.fa-confluence:before{content:"\f78d"}
.fa-connectdevelop:before{content:"\f20e"}
.fa-contao:before{content:"\f26d"}
.fa-cotton-bureau:before{content:"\f89e"}
.fa-cpanel:before{content:"\f388"}
.fa-creative-commons:before{content:"\f25e"}
.fa-creative-commons-by:before{content:"\f4e7"}
.fa-creative-commons-nc:before{content:"\f4e8"}
.fa-creative-commons-nc-eu:before{content:"\f4e9"}
.fa-creative-commons-nc-jp:before{content:"\f4ea"}
.fa-creative-commons-nd:before{content:"\f4eb"}
.fa-creative-commons-pd:before{content:"\f4ec"}
.fa-creative-commons-pd-alt:before{content:"\f4ed"}
.fa-creative-commons-remix:before{content:"\f4ee"}
.fa-creative-commons-sa:before{content:"\f4ef"}
.fa-creative-commons-sampling:before{content:"\f4f0"}
.fa-creative-commons-sampling-plus:before{content:"\f4f1"}
.fa-creative-commons-share:before{content:"\f4f2"}
.fa-creative-commons-zero:before{content:"\f4f3"}
.fa-critical-role:before{content:"\f6c9"}
.fa-css3:before{content:"\f13c"}
.fa-css3-alt:before{content:"\f38b"}
.fa-cuttlefish:before{content:"\f38c"}
.fa-d-and-d:before{content:"\f38d"}
.fa-d-and-d-beyond:before{content:"\f6ca"}
.fa-dailymotion:before{content:"\e052"}
.fa-dashcube:before{content:"\f210"}
.fa-deezer:before{content:"\e077"}
.fa-delicious:before{content:"\f1a5"}
.fa-deploydog:before{content:"\f38e"}
.fa-deskpro:before{content:"\f38f"}
.fa-dev:before{content:"\f6cc"}
.fa-deviantart:before{content:"\f1bd"}
.fa-dhl:before{content:"\f790"}
.fa-diaspora:before{content:"\f791"}
.fa-digg:before{content:"\f1a6"}
.fa-digital-ocean:before{content:"\f391"}
.fa-discord:before{content:"\f392"}
.fa-discourse:before{content:"\f393"}
.fa-dochub:before{content:"\f394"}
.fa-docker:before{content:"\f395"}
.fa-draft2digital:before{content:"\f396"}
.fa-dribbble:before{content:"\f17d"}
.fa-dribbble-square:before{content:"\f397"}
.fa-dropbox:before{content:"\f16b"}
.fa-drupal:before{content:"\f1a9"}
.fa-dyalog:before{content:"\f399"}
.fa-earlybirds:before{content:"\f39a"}
.fa-ebay:before{content:"\f4f4"}
.fa-edge:before{content:"\f282"}
.fa-edge-legacy:before{content:"\e078"}
.fa-elementor:before{content:"\f430"}
.fa-ello:before{content:"\f5f1"}
.fa-ember:before{content:"\f423"}
.fa-empire:before{content:"\f1d1"}
.fa-envira:before{content:"\f299"}
.fa-erlang:before{content:"\f39d"}
.fa-ethereum:before{content:"\f42e"}
.fa-etsy:before{content:"\f2d7"}
.fa-evernote:before{content:"\f839"}
.fa-expeditedssl:before{content:"\f23e"}
.fa-facebook:before{content:"\f09a"}
.fa-facebook-f:before{content:"\f39e"}
.fa-facebook-messenger:before{content:"\f39f"}
.fa-facebook-square:before{content:"\f082"}
.fa-fantasy-flight-games:before{content:"\f6dc"}
.fa-fedex:before{content:"\f797"}
.fa-fedora:before{content:"\f798"}
.fa-figma:before{content:"\f799"}
.fa-firefox:before{content:"\f269"}
.fa-firefox-browser:before{content:"\e007"}
.fa-first-order:before{content:"\f2b0"}
.fa-first-order-alt:before{content:"\f50a"}
.fa-firstdraft:before{content:"\f3a1"}
.fa-flickr:before{content:"\f16e"}
.fa-flipboard:before{content:"\f44d"}
.fa-fly:before{content:"\f417"}
.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}
.fa-fonticons:before{content:"\f280"}
.fa-fonticons-fi:before{content:"\f3a2"}
.fa-fort-awesome:before{content:"\f286"}
.fa-fort-awesome-alt:before{content:"\f3a3"}
.fa-forumbee:before{content:"\f211"}
.fa-foursquare:before{content:"\f180"}
.fa-free-code-camp:before{content:"\f2c5"}
.fa-freebsd:before{content:"\f3a4"}
.fa-fulcrum:before{content:"\f50b"}
.fa-galactic-republic:before{content:"\f50c"}
.fa-galactic-senate:before{content:"\f50d"}
.fa-get-pocket:before{content:"\f265"}
.fa-gg:before{content:"\f260"}
.fa-gg-circle:before{content:"\f261"}
.fa-git:before{content:"\f1d3"}
.fa-git-alt:before{content:"\f841"}
.fa-git-square:before{content:"\f1d2"}
.fa-github:before{content:"\f09b"}
.fa-github-alt:before{content:"\f113"}
.fa-github-square:before{content:"\f092"}
.fa-gitkraken:before{content:"\f3a6"}
.fa-gitlab:before{content:"\f296"}
.fa-gitter:before{content:"\f426"}
.fa-glide:before{content:"\f2a5"}
.fa-glide-g:before{content:"\f2a6"}
.fa-gofore:before{content:"\f3a7"}
.fa-golang:before{content:"\e40f"}
.fa-goodreads:before{content:"\f3a8"}
.fa-goodreads-g:before{content:"\f3a9"}
.fa-google:before{content:"\f1a0"}
.fa-google-drive:before{content:"\f3aa"}
.fa-google-pay:before{content:"\e079"}
.fa-google-play:before{content:"\f3ab"}
.fa-google-plus:before{content:"\f2b3"}
.fa-google-plus-g:before{content:"\f0d5"}
.fa-google-plus-square:before{content:"\f0d4"}
.fa-google-wallet:before{content:"\f1ee"}
.fa-gratipay:before{content:"\f184"}
.fa-grav:before{content:"\f2d6"}
.fa-gripfire:before{content:"\f3ac"}
.fa-grunt:before{content:"\f3ad"}
.fa-guilded:before{content:"\e07e"}
.fa-gulp:before{content:"\f3ae"}
.fa-hacker-news:before{content:"\f1d4"}
.fa-hacker-news-square:before{content:"\f3af"}
.fa-hackerrank:before{content:"\f5f7"}
.fa-hashnode:before{content:"\e499"}
.fa-hips:before{content:"\f452"}
.fa-hire-a-helper:before{content:"\f3b0"}
.fa-hive:before{content:"\e07f"}
.fa-hooli:before{content:"\f427"}
.fa-hornbill:before{content:"\f592"}
.fa-hotjar:before{content:"\f3b1"}
.fa-houzz:before{content:"\f27c"}
.fa-html5:before{content:"\f13b"}
.fa-hubspot:before{content:"\f3b2"}
.fa-ideal:before{content:"\e013"}
.fa-imdb:before{content:"\f2d8"}
.fa-instagram:before{content:"\f16d"}
.fa-instagram-square:before{content:"\e055"}
.fa-instalod:before{content:"\e081"}
.fa-intercom:before{content:"\f7af"}
.fa-internet-explorer:before{content:"\f26b"}
.fa-invision:before{content:"\f7b0"}
.fa-ioxhost:before{content:"\f208"}
.fa-itch-io:before{content:"\f83a"}
.fa-itunes:before{content:"\f3b4"}
.fa-itunes-note:before{content:"\f3b5"}
.fa-java:before{content:"\f4e4"}
.fa-jedi-order:before{content:"\f50e"}
.fa-jenkins:before{content:"\f3b6"}
.fa-jira:before{content:"\f7b1"}
.fa-joget:before{content:"\f3b7"}
.fa-joomla:before{content:"\f1aa"}
.fa-js:before{content:"\f3b8"}
.fa-js-square:before{content:"\f3b9"}
.fa-jsfiddle:before{content:"\f1cc"}
.fa-kaggle:before{content:"\f5fa"}
.fa-keybase:before{content:"\f4f5"}
.fa-keycdn:before{content:"\f3ba"}
.fa-kickstarter:before{content:"\f3bb"}
.fa-kickstarter-k:before{content:"\f3bc"}
.fa-korvue:before{content:"\f42f"}
.fa-laravel:before{content:"\f3bd"}
.fa-lastfm:before{content:"\f202"}
.fa-lastfm-square:before{content:"\f203"}
.fa-leanpub:before{content:"\f212"}
.fa-less:before{content:"\f41d"}
.fa-line:before{content:"\f3c0"}
.fa-linkedin:before{content:"\f08c"}
.fa-linkedin-in:before{content:"\f0e1"}
.fa-linode:before{content:"\f2b8"}
.fa-linux:before{content:"\f17c"}
.fa-lyft:before{content:"\f3c3"}
.fa-magento:before{content:"\f3c4"}
.fa-mailchimp:before{content:"\f59e"}
.fa-mandalorian:before{content:"\f50f"}
.fa-markdown:before{content:"\f60f"}
.fa-mastodon:before{content:"\f4f6"}
.fa-maxcdn:before{content:"\f136"}
.fa-mdb:before{content:"\f8ca"}
.fa-medapps:before{content:"\f3c6"}
.fa-medium-m:before,.fa-medium:before{content:"\f23a"}
.fa-medrt:before{content:"\f3c8"}
.fa-meetup:before{content:"\f2e0"}
.fa-megaport:before{content:"\f5a3"}
.fa-mendeley:before{content:"\f7b3"}
.fa-microblog:before{content:"\e01a"}
.fa-microsoft:before{content:"\f3ca"}
.fa-mix:before{content:"\f3cb"}
.fa-mixcloud:before{content:"\f289"}
.fa-mixer:before{content:"\e056"}
.fa-mizuni:before{content:"\f3cc"}
.fa-modx:before{content:"\f285"}
.fa-monero:before{content:"\f3d0"}
.fa-napster:before{content:"\f3d2"}
.fa-neos:before{content:"\f612"}
.fa-nfc-directional:before{content:"\e530"}
.fa-nfc-symbol:before{content:"\e531"}
.fa-nimblr:before{content:"\f5a8"}
.fa-node:before{content:"\f419"}
.fa-node-js:before{content:"\f3d3"}
.fa-npm:before{content:"\f3d4"}
.fa-ns8:before{content:"\f3d5"}
.fa-nutritionix:before{content:"\f3d6"}
.fa-octopus-deploy:before{content:"\e082"}
.fa-odnoklassniki:before{content:"\f263"}
.fa-odnoklassniki-square:before{content:"\f264"}
.fa-old-republic:before{content:"\f510"}
.fa-opencart:before{content:"\f23d"}
.fa-openid:before{content:"\f19b"}
.fa-opera:before{content:"\f26a"}
.fa-optin-monster:before{content:"\f23c"}
.fa-orcid:before{content:"\f8d2"}
.fa-osi:before{content:"\f41a"}
.fa-padlet:before{content:"\e4a0"}
.fa-page4:before{content:"\f3d7"}
.fa-pagelines:before{content:"\f18c"}
.fa-palfed:before{content:"\f3d8"}
.fa-patreon:before{content:"\f3d9"}
.fa-paypal:before{content:"\f1ed"}
.fa-perbyte:before{content:"\e083"}
.fa-periscope:before{content:"\f3da"}
.fa-phabricator:before{content:"\f3db"}
.fa-phoenix-framework:before{content:"\f3dc"}
.fa-phoenix-squadron:before{content:"\f511"}
.fa-php:before{content:"\f457"}
.fa-pied-piper:before{content:"\f2ae"}
.fa-pied-piper-alt:before{content:"\f1a8"}
.fa-pied-piper-hat:before{content:"\f4e5"}
.fa-pied-piper-pp:before{content:"\f1a7"}
.fa-pied-piper-square:before{content:"\e01e"}
.fa-pinterest:before{content:"\f0d2"}
.fa-pinterest-p:before{content:"\f231"}
.fa-pinterest-square:before{content:"\f0d3"}
.fa-pix:before{content:"\e43a"}
.fa-playstation:before{content:"\f3df"}
.fa-product-hunt:before{content:"\f288"}
.fa-pushed:before{content:"\f3e1"}
.fa-python:before{content:"\f3e2"}
.fa-qq:before{content:"\f1d6"}
.fa-quinscape:before{content:"\f459"}
.fa-quora:before{content:"\f2c4"}
.fa-r-project:before{content:"\f4f7"}
.fa-raspberry-pi:before{content:"\f7bb"}
.fa-ravelry:before{content:"\f2d9"}
.fa-react:before{content:"\f41b"}
.fa-reacteurope:before{content:"\f75d"}
.fa-readme:before{content:"\f4d5"}
.fa-rebel:before{content:"\f1d0"}
.fa-red-river:before{content:"\f3e3"}
.fa-reddit:before{content:"\f1a1"}
.fa-reddit-alien:before{content:"\f281"}
.fa-reddit-square:before{content:"\f1a2"}
.fa-redhat:before{content:"\f7bc"}
.fa-renren:before{content:"\f18b"}
.fa-replyd:before{content:"\f3e6"}
.fa-researchgate:before{content:"\f4f8"}
.fa-resolving:before{content:"\f3e7"}
.fa-rev:before{content:"\f5b2"}
.fa-rocketchat:before{content:"\f3e8"}
.fa-rockrms:before{content:"\f3e9"}
.fa-rust:before{content:"\e07a"}
.fa-safari:before{content:"\f267"}
.fa-salesforce:before{content:"\f83b"}
.fa-sass:before{content:"\f41e"}
.fa-schlix:before{content:"\f3ea"}
.fa-screenpal:before{content:"\e570"}
.fa-scribd:before{content:"\f28a"}
.fa-searchengin:before{content:"\f3eb"}
.fa-sellcast:before{content:"\f2da"}
.fa-sellsy:before{content:"\f213"}
.fa-servicestack:before{content:"\f3ec"}
.fa-shirtsinbulk:before{content:"\f214"}
.fa-shopify:before{content:"\e057"}
.fa-shopware:before{content:"\f5b5"}
.fa-simplybuilt:before{content:"\f215"}
.fa-sistrix:before{content:"\f3ee"}
.fa-sith:before{content:"\f512"}
.fa-sitrox:before{content:"\e44a"}
.fa-sketch:before{content:"\f7c6"}
.fa-skyatlas:before{content:"\f216"}
.fa-skype:before{content:"\f17e"}
.fa-slack-hash:before,.fa-slack:before{content:"\f198"}
.fa-slideshare:before{content:"\f1e7"}
.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}
.fa-snapchat-square:before{content:"\f2ad"}
.fa-soundcloud:before{content:"\f1be"}
.fa-sourcetree:before{content:"\f7d3"}
.fa-speakap:before{content:"\f3f3"}
.fa-speaker-deck:before{content:"\f83c"}
.fa-spotify:before{content:"\f1bc"}
.fa-square-font-awesome:before{content:"\f425"}
.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}
.fa-squarespace:before{content:"\f5be"}
.fa-stack-exchange:before{content:"\f18d"}
.fa-stack-overflow:before{content:"\f16c"}
.fa-stackpath:before{content:"\f842"}
.fa-staylinked:before{content:"\f3f5"}
.fa-steam:before{content:"\f1b6"}
.fa-steam-square:before{content:"\f1b7"}
.fa-steam-symbol:before{content:"\f3f6"}
.fa-sticker-mule:before{content:"\f3f7"}
.fa-strava:before{content:"\f428"}
.fa-stripe:before{content:"\f429"}
.fa-stripe-s:before{content:"\f42a"}
.fa-studiovinari:before{content:"\f3f8"}
.fa-stumbleupon:before{content:"\f1a4"}
.fa-stumbleupon-circle:before{content:"\f1a3"}
.fa-superpowers:before{content:"\f2dd"}
.fa-supple:before{content:"\f3f9"}
.fa-suse:before{content:"\f7d6"}
.fa-swift:before{content:"\f8e1"}
.fa-symfony:before{content:"\f83d"}
.fa-teamspeak:before{content:"\f4f9"}
.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}
.fa-tencent-weibo:before{content:"\f1d5"}
.fa-the-red-yeti:before{content:"\f69d"}
.fa-themeco:before{content:"\f5c6"}
.fa-themeisle:before{content:"\f2b2"}
.fa-think-peaks:before{content:"\f731"}
.fa-tiktok:before{content:"\e07b"}
.fa-trade-federation:before{content:"\f513"}
.fa-trello:before{content:"\f181"}
.fa-tumblr:before{content:"\f173"}
.fa-tumblr-square:before{content:"\f174"}
.fa-twitch:before{content:"\f1e8"}
.fa-twitter:before{content:"\f099"}
.fa-twitter-square:before{content:"\f081"}
.fa-typo3:before{content:"\f42b"}
.fa-uber:before{content:"\f402"}
.fa-ubuntu:before{content:"\f7df"}
.fa-uikit:before{content:"\f403"}
.fa-umbraco:before{content:"\f8e8"}
.fa-uncharted:before{content:"\e084"}
.fa-uniregistry:before{content:"\f404"}
.fa-unity:before{content:"\e049"}
.fa-unsplash:before{content:"\e07c"}
.fa-untappd:before{content:"\f405"}
.fa-ups:before{content:"\f7e0"}
.fa-usb:before{content:"\f287"}
.fa-usps:before{content:"\f7e1"}
.fa-ussunnah:before{content:"\f407"}
.fa-vaadin:before{content:"\f408"}
.fa-viacoin:before{content:"\f237"}
.fa-viadeo:before{content:"\f2a9"}
.fa-viadeo-square:before{content:"\f2aa"}
.fa-viber:before{content:"\f409"}
.fa-vimeo:before{content:"\f40a"}
.fa-vimeo-square:before{content:"\f194"}
.fa-vimeo-v:before{content:"\f27d"}
.fa-vine:before{content:"\f1ca"}
.fa-vk:before{content:"\f189"}
.fa-vnv:before{content:"\f40b"}
.fa-vuejs:before{content:"\f41f"}
.fa-watchman-monitoring:before{content:"\e087"}
.fa-waze:before{content:"\f83f"}
.fa-weebly:before{content:"\f5cc"}
.fa-weibo:before{content:"\f18a"}
.fa-weixin:before{content:"\f1d7"}
.fa-whatsapp:before{content:"\f232"}
.fa-whatsapp-square:before{content:"\f40c"}
.fa-whmcs:before{content:"\f40d"}
.fa-wikipedia-w:before{content:"\f266"}
.fa-windows:before{content:"\f17a"}
.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}
.fa-wix:before{content:"\f5cf"}
.fa-wizards-of-the-coast:before{content:"\f730"}
.fa-wodu:before{content:"\e088"}
.fa-wolf-pack-battalion:before{content:"\f514"}
.fa-wordpress:before{content:"\f19a"}
.fa-wordpress-simple:before{content:"\f411"}
.fa-wpbeginner:before{content:"\f297"}
.fa-wpexplorer:before{content:"\f2de"}
.fa-wpforms:before{content:"\f298"}
.fa-wpressr:before{content:"\f3e4"}
.fa-xbox:before{content:"\f412"}
.fa-xing:before{content:"\f168"}
.fa-xing-square:before{content:"\f169"}
.fa-y-combinator:before{content:"\f23b"}
.fa-yahoo:before{content:"\f19e"}
.fa-yammer:before{content:"\f840"}
.fa-yandex:before{content:"\f413"}
.fa-yandex-international:before{content:"\f414"}
.fa-yarn:before{content:"\f7e3"}
.fa-yelp:before{content:"\f1e9"}
.fa-yoast:before{content:"\f2b1"}
.fa-youtube:before{content:"\f167"}
.fa-youtube-square:before{content:"\f431"}
.fa-zhihu:before{content:"\f63f"}
:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}
@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(./fonts/fa-regular-400.woff2?0caf4c6cf244a90efcc5bf6d4e5578c1) format("woff2"),url(./fonts/fa-regular-400.ttf?0d03b1bbd1d62c1e128489eb2d4fb85d) format("truetype")}
.fa-regular,.far{font-family:"Font Awesome 6 Free";font-weight:400}
:host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}
@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(./fonts/fa-solid-900.woff2?59edf72a325ac2048d6077f64773674f) format("woff2"),url(./fonts/fa-solid-900.ttf?e615bbcb258550973c165dfc0d871c96) format("truetype")}
.fa-solid,.fas{font-family:"Font Awesome 6 Free";font-weight:900}
@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(./fonts/fa-brands-400.woff2?ebb7a127d2d8ee6f183274b7557718ab) format("woff2"),url(./fonts/fa-brands-400.ttf?b823fc0dbb5a5f0c21bbcc2a268f92aa) format("truetype")}
@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(./fonts/fa-solid-900.woff2?59edf72a325ac2048d6077f64773674f) format("woff2"),url(./fonts/fa-solid-900.ttf?e615bbcb258550973c165dfc0d871c96) format("truetype")}
@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(./fonts/fa-regular-400.woff2?0caf4c6cf244a90efcc5bf6d4e5578c1) format("woff2"),url(./fonts/fa-regular-400.ttf?0d03b1bbd1d62c1e128489eb2d4fb85d) format("truetype")}
@font-face{font-family:"FontAwesome";font-display:block;src:url(./fonts/fa-solid-900.woff2?59edf72a325ac2048d6077f64773674f) format("woff2"),url(./fonts/fa-solid-900.ttf?e615bbcb258550973c165dfc0d871c96) format("truetype")}
@font-face{font-family:"FontAwesome";font-display:block;src:url(./fonts/fa-brands-400.woff2?ebb7a127d2d8ee6f183274b7557718ab) format("woff2"),url(./fonts/fa-brands-400.ttf?b823fc0dbb5a5f0c21bbcc2a268f92aa) format("truetype")}
@font-face{font-family:"FontAwesome";font-display:block;src:url(./fonts/fa-regular-400.woff2?0caf4c6cf244a90efcc5bf6d4e5578c1) format("woff2"),url(./fonts/fa-regular-400.ttf?0d03b1bbd1d62c1e128489eb2d4fb85d) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}
@font-face{font-family:"FontAwesome";font-display:block;src:url(./fonts/fa-v4compatibility.woff2?afac89562a53014590692a199d237a09) format("woff2"),url(./fonts/fa-v4compatibility.ttf?4baccb548138840fa33a2004ea6572e9) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f250,u+f252,u+f27a}
.ajax-parent .ajax-content,
  .ajax-parent .ajax-fallback,
  .ajax-parent .boat-count{
  display: none;
}
.min-h-fill-screen {
  min-height: calc(100vh - 144px);
}
.tooltip.off > .tooltip-arrow:before{
  visibility: hidden;
}
.off{
  pointer-events: none;
  visibility: hidden;
}
/* DESTINAZIONI HERO */
.hero-dest{
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
* {
  /* font-family: calibri, arial, sans-serif; */
  font-family: "Open Sans", calibri, sans-serif;
}
.text-wsans {
  font-family: "Work Sans", calibri, arial, sans-serif !important;
}
.text-osans {
  font-family: "Open Sans", arial, sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Work Sans", calibri, arial, sans-serif;
}
.tax-sea {
  padding: 4px 10px;
  gap: 10px;
  width: auto;
  left: 24px;
  top: 18px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  line-height: 190%;
  /* identical to box height, or 19px */
  letter-spacing: 0.15em;
  text-transform: uppercase;

  /* P. Dark */

  position: absolute;

  display: flex;

  align-items: center;

  border-radius: 0.25rem;

  font-size: 10px;

  font-weight: 500;

  --tw-text-opacity: 1;

  color: rgb(5 79 89 / var(--tw-text-opacity));
}
.destination-title,
.inspiration-tax-title {
  line-height: 120%;
  letter-spacing: 0.15em;
  position: absolute;
  bottom: 15px;
  left: 24px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "Work Sans", calibri, arial, sans-serif;
}
.destination-titles {
  line-height: 120%;
  letter-spacing: 0.15em;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "Work Sans", calibri, arial, sans-serif;
}
.inspiration-cat {
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  letter-spacing: 0.15em;
  border-radius: 0.25rem;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  line-height: 23px;
}
/* TODO Spostare */
.inspiration_card {
  /* flex: 1 0 50% */
}
@media (min-width: 768px){
  .inspiration_card{
    flex-shrink: 0;
    flex-grow: 1;
    flex-basis: 41.666667%;
  }
}
@media (min-width: 1024px){
  .inspiration_card{
    flex-basis: 20%;
  }
}
.blue-block ul{
  list-style-type: disc;
  padding-left: 13px;
  letter-spacing: 0.1em;
}
.blue-block h1{
  padding-bottom: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-family: "Work Sans", calibri, arial, sans-serif;
}
.blue-block p{
  padding-bottom: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-family: "Work Sans", calibri, arial, sans-serif;
}
.tax-main-content p{
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(5 79 89 / var(--tw-text-opacity));
}
.destination-second-content{
  --tw-text-opacity: 1;
  color: rgb(5 79 89 / var(--tw-text-opacity));
}
/* .destination-second-content h2 {
  @apply mb-40 text-primary-dark text-14 font-medium tracking-[0.15em] leading-21 text-center uppercase;
}
.destination-second-content p {
  @apply mb-40 text-primary-dark text-14 tracking-widest leading-22;
} */
.destination-second-content img{
  height: 400px;
  width: 100%;
  border-radius: 0.25rem;
  padding-top: 40px;
  padding-bottom: 40px;
}
.block-lv1 h3{
  margin-bottom: 22px;
}
.block-lv1 h3{
  text-transform: uppercase;
}
.block-lv1 h3{
  line-height: 27px;
}
.block-lv1 h3{
  --tw-text-opacity: 1;
  color: rgb(0 151 167 / var(--tw-text-opacity));
}
.block-lv1 p {
    text-indent: 1px;
  }
.block-lv1 p{
  margin-top: 20px;
  margin-bottom: 20px;
}
.block-lv1 p{
  font-size: 16px;
}
.block-lv1 p{
  font-weight: 400;
}
.block-lv1 p{
  line-height: 24px;
}
.block-lv1 p{
  letter-spacing: 0.01em;
}
.block-lv1 p{
  --tw-text-opacity: 1;
  color: rgb(34 68 74 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .block-lv1 p{
    margin-top: 0px;
  }
}
.serv_cont h2{
  margin-top: 33px;
}
.footer .menu-item,
.footer .menu-item a{
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  --tw-text-opacity: 1 !important;
  color: rgb(112 142 148 / var(--tw-text-opacity)) !important;
}
.not_found_page .menu-item,
.not_found_page .menu-item a{
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.f-menu {
  flex: 1 0 22%;
}
@media screen and (min-width: 1280px) {
  .cpt-grid-main-content {
    grid-template-areas:
      "first  rights"
      "second  rights";
    grid-template-columns: 1fr 40%;
    -moz-column-gap: 10%;
         column-gap: 10%;
    grid-template-rows: auto 1fr;
    display: grid;
  }  

  .isp-cont {
    grid-area: first;
  }

  .isp-cont-r {
    grid-area: rights;
  }
  
  .isp-cont-s {
    grid-area: second;
  }  
  
}
/* .template-consult {
  p {
    @apply text-14 leading-21 text-wsans font-normal text-primary-dark;
  }
  label (spostato){
    @apply text-14 leading-22 text-primary-dark uppercase;

    letter-spacing: 0.20rem;
  }

  .wpcf7-form-control (spostato){
    @apply border-[#56C8D8];
  }

} */
/* TODO SPOSTARE */
.where_travel{
  position: relative;
}
.where_travel.left::before {
  background: #00535e;
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 45%;
  top: 0;
}
.where_travel.left img {
  position: absolute;
  height: 100%;
  width: 55%;
  top: 0;
}
@media (max-width: 768px) {
  .where_travel.left img {
    position: static;
    height: 100%;
    width: 100%;
    top: 0;
  }
  .where_travel.left::before {
    /* width: 100vw;
        height: 100%; */
    background: #00535e;
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
  }
}
.where_travel.right::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 45%;
  top: 0;
  right: 0;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #0097a7;
  --tw-gradient-to: rgb(0 151 167 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #4dd0e1;
}
.where_travel.right .where_travel_img {
  position: absolute;
  height: 100%;
  width: 55%;
  top: 0;
}
@media (max-width: 768px) {
  .where_travel.right .where_travel_img {
    position: static;
    height: 100%;
    width: 100%;
    top: 0;
  }
  .where_travel.right::before {
    /* width: 100vw;
        height: 100%; */
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #0097a7;
    --tw-gradient-to: rgb(0 151 167 / 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #4dd0e1;
  }
}
@media (min-width: 768px){
  .special_select{
    width: 16vw;
  }
  .normal_select{
    width: 13vw;
  }
}
.special_select .ss-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
/* Typography custom for wisywig */
.wisywigTypography h1, .wisywigTypography h2, .wisywigTypography h3, .wisywigTypography h4, .wisywigTypography h5, .wisywigTypography h6{
  font-weight: 500;
}
.wisywigTypography h1{ font-size: 20px; line-height: 24px; }
.wisywigTypography h2{ font-size: 18px; line-height: 22px; }
.wisywigTypography h3{ font-size: 16px; line-height: 20px; }
.wisywigTypography h4{ font-size: 15px; line-height: 20px; }
.wisywigTypography h5{ font-size: 14px; line-height: 18px; }
.wisywigTypography h6{ font-size: 13px; line-height: 18px; }
.wisywigTypography p{
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
  }
.wisywigTypography ol{
    list-style: auto;
    list-style-position: inside;
    padding-left: 10px;
  }
.wisywigTypography ul{
    list-style-type: initial;
    list-style-position: inside;
    padding-left: 10px;
  }
@media (min-width: 1024px) {
    .wisywigTypography h1, .wisywigTypography h2, .wisywigTypography h3, .wisywigTypography h4, .wisywigTypography h5, .wisywigTypography h6{
    margin-top: 32px;
  }
    .wisywigTypography h1, .wisywigTypography h2, .wisywigTypography h3, .wisywigTypography h4, .wisywigTypography h5, .wisywigTypography h6{
    margin-bottom: 16px;
  }
    .wisywigTypography h1, .wisywigTypography h2, .wisywigTypography h3, .wisywigTypography h4, .wisywigTypography h5, .wisywigTypography h6{
    font-weight: 600;
  }
    .wisywigTypography h1{
      font-size: 24px;
      line-height: 30px;
    }
    .wisywigTypography h2{
      font-size: 22px;
      line-height: 28px;
    }
    .wisywigTypography h3{
      font-size: 20px;
      line-height: 26px;
    }
    .wisywigTypography h4{
      font-size: 18px;
      line-height: 24px;
    }
    .wisywigTypography h5{
      font-size: 17px;
      line-height: 22px;
    }
    .wisywigTypography h6{
      font-size: 16px;
      line-height: 22px;
    }
    .wisywigTypography ol{
      list-style: auto;
      list-style-position: inside;
      padding-left: 10px;
    }
    .wisywigTypography ul{
      list-style-type: initial;
      list-style-position: inside;
      padding-left: 10px;
    }
}
#main-menu .nav-toggle {
    display: block;
    font-size: 15px;
    font-weight: normal;
    background: #336699;
    color: white;
    margin: 0;
    letter-spacing: 1px;
    text-align: center;
    background: url(./images/mobile-menu.png?d187442528ebdc3d1ad2d00d1431d8b5) right 14px #336699 no-repeat;
    padding: 15px;
}
/* TODO CAMBIATO */
@media (min-width: 768px){
  .nav .menu-item{
    display: flex;
  }
}
@media (min-width: 768px){
  .nav .menu-item{
    flex-direction: column;
  }
}
@media (min-width: 768px){
  .nav .menu-item{
    justify-content: center;
  }
}
.nav .menu-item a{
  display: block;
}
.nav .menu-item a{
  height: 100%;
}
.nav .menu-item a{
  white-space: nowrap;
}
.nav .menu-item a{
  border-width: 1px;
}
.nav .menu-item a{
  --tw-border-opacity: 1;
  border-color: rgb(106 187 223 / var(--tw-border-opacity));
}
.nav .menu-item a{
  --tw-bg-opacity: 1;
  background-color: rgb(81 151 229 / var(--tw-bg-opacity));
}
.nav .menu-item a{
  padding: 12px;
}
.nav .menu-item a{
  text-align: center;
}
.nav .menu-item a{
  font-size: 14px;
}
.nav .menu-item a{
  font-weight: 400;
}
.nav .menu-item a{
  text-transform: uppercase;
}
.nav .menu-item a{
  line-height: 19px;
}
.nav .menu-item a{
  letter-spacing: 0.1em;
}
@media (min-width: 768px){
  .nav .menu-item a{
    border-width: 0px;
  }
}
@media (min-width: 768px){
  .nav .menu-item a{
    background-color: transparent;
  }
}
@media (min-width: 768px){
  .nav .menu-item a{
    padding: 0px;
  }
}
@media (min-width: 768px){
  .nav .menu-item a{
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 768px){
  .nav .menu-item a{
    --tw-text-opacity: 1;
    color: rgb(187 187 187 / var(--tw-text-opacity));
  }
}
@media (min-width: 768px){
  .nav .menu-item a:hover{
    --tw-text-opacity: 1;
    color: rgb(5 79 89 / var(--tw-text-opacity));
  }
}
@media (min-width: 768px){
  .nav .menu-item a{
    display: flex;
  }
}
@media (min-width: 768px){
  .nav .menu-item a{
    flex-direction: column;
  }
}
@media (min-width: 768px){
  .nav .menu-item a{
    justify-content: center;
  }
}
@media (min-width: 768px){
  .nav .menu-item.current-menu-item a{
    --tw-text-opacity: 1;
    color: rgb(0 188 212 / var(--tw-text-opacity));
  }
}
.nav-mobile .menu-item{
  font-size: 14px;
}
.nav-mobile .menu-item:not(:last-child){
  margin-bottom: 20px;
}
button[data-collapse-toggle="mobile-menu"][aria-expanded="false"] img:last-child{
  display: none;
}
button[data-collapse-toggle="mobile-menu"][aria-expanded="true"] img:first-child{
  display: none;
}
.footer .menu-item a{
  --tw-text-opacity: 1;
  color: rgb(5 79 89 / var(--tw-text-opacity));
}
.footer .menu-item a:hover{
  --tw-text-opacity: 1;
  color: rgb(100 108 122 / var(--tw-text-opacity));
}
.pagination-item{
  position: relative;
  cursor: pointer;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 3px;
  padding-right: 3px;
}
.pagination-item.active{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.pagination-item.active::after {
            content: "";
        }
.pagination-item.active::after{
  position: absolute;
}
.pagination-item.active::after{
  top: 0px;
  bottom: 0px;
}
.pagination-item.active::after{
  left: 50%;
}
.pagination-item.active::after{
  z-index: -10;
}
.pagination-item.active::after{
  display: block;
}
.pagination-item.active::after{
  aspect-ratio: 1 / 1;
}
.pagination-item.active::after{
  --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));
}
.pagination-item.active::after{
  border-radius: 9999px;
}
.pagination-item.active::after{
  --tw-bg-opacity: 1;
  background-color: rgb(0 151 167 / var(--tw-bg-opacity));
}
.with-extras .extras{
  display: none;
}
.with-extras .extras{
  transform-origin: top;
}
.with-extras .extras{
  --tw-scale-y: 0;
  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));
}
.with-extras .extras{
  overflow: hidden;
}
.with-extras .extras-trigger{
  --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));
}
.with-extras .extras,
    .with-extras .extras-trigger{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.with-extras .extras,
    .with-extras .extras-trigger{
  transition-duration: 300ms;
}
.with-extras .extras,
    .with-extras .extras-trigger{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.with-extras.expanded .extras{
  --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));
}
.with-extras.expanded .extras-trigger{
  --tw-scale-y: 0;
  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));
}
/* width */
.custom-bar::-webkit-scrollbar {
        width: 4px;
    }
/* Track */
.custom-bar::-webkit-scrollbar-track{
  border-radius: 0.5rem;
}
.custom-bar::-webkit-scrollbar-track{
  --tw-bg-opacity: 1;
  background-color: rgb(159 189 195 / var(--tw-bg-opacity));
}
/* Handle */
.custom-bar::-webkit-scrollbar-thumb{
  border-radius: 0.5rem;
}
.custom-bar::-webkit-scrollbar-thumb{
  --tw-bg-opacity: 1;
  background-color: rgb(51 102 153 / var(--tw-bg-opacity));
}
/* Handle on hover */
.custom-bar::-webkit-scrollbar-thumb:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(81 151 229 / var(--tw-bg-opacity));
}
.select-header{
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 0.75rem;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  --tw-text-opacity: 1;
  color: rgb(5 79 89 / var(--tw-text-opacity));
    font-size: 15px;
    line-height: 132%;
}
.select-item,
.select-object{
  --tw-text-opacity: 1;
  color: rgb(5 79 89 / var(--tw-text-opacity));
}
.select-item .select-header,.select-object .select-header{
  position: relative;
}
.select-item .select-header,.select-object .select-header{
  display: flex;
}
.select-item .select-header,.select-object .select-header{
  align-items: center;
}
.select-item.active,
    .select-item:hover,
    .select-object.active,
    .select-object:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(227 248 251 / var(--tw-bg-opacity));
}
.select-object .select-object-data{
  display: none;
}
.select-object.active .select-header{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.select-object.active .select-header::after {
                content: "\f0da";
                position: absolute;
                right: 42px;
                font-family: "Font Awesome 6 Free";
                font-weight: 900;
            }
.category-item,
.specific-item{
  width: 100%;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 30px;
}
.category-item.active,
    .category-item:hover,
    .specific-item.active,
    .specific-item:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(227 248 251 / var(--tw-bg-opacity));
}
.multiple-select.multi-second-option .specific-item.active:not(.single){
  display: flex;
}
.multiple-select.multi-second-option .specific-item.active:not(.single){
  align-items: center;
}
.multiple-select.multi-second-option .specific-item.active:not(.single){
  justify-content: space-between;
}
.multiple-select.multi-second-option .specific-item.active:not(.single)::after {
            content: "";
            background: url(./images/close_icon_blue.png?b1081930ad9a40b8f3e992815a81451c);
            width: 12px;
            height: 12px;
        }
.multiple-select.multi-second-option .specific-item.active:not(.single)::after{
  display: block;
}
.multiple-select.multi-second-option .specific-item.active:not(.single)::after{
  background-size: cover;
}
.daterangepicker .screen{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.daterangepicker .screen{
  padding: 10px;
}
.daterangepicker .screen{
  padding-top: 40px;
}
.daterangepicker .screen .dates-switch{
  display: flex;
}
.daterangepicker .screen .dates-switch{
  align-items: center;
}
.daterangepicker .screen .dates-switch{
  justify-content: center;
}
.daterangepicker .screen .dates-switch input{
  height: 20px;
}
.daterangepicker .screen .dates-switch input{
  width: 20px;
}
.daterangepicker .screen .dates-switch input{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.daterangepicker .screen .dates-switch input{
  border-radius: 0.125rem;
}
.daterangepicker .screen .dates-switch input{
  border-width: 2px;
}
.daterangepicker .screen .dates-switch input{
  --tw-border-opacity: 1;
  border-color: rgb(5 79 89 / var(--tw-border-opacity));
}
.daterangepicker .screen .dates-switch input:checked{
  border-width: 0px;
}
.daterangepicker .screen .dates-switch input:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.daterangepicker .screen .dates-switch input:checked{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.daterangepicker .screen .dates-switch input:checked {
                    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%230097A7' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3E%3C/svg%3E");
                }
.daterangepicker .screen .dates-switch .no-dates-description{
  margin-left: 16px;
}
.daterangepicker .screen .dates-switch .no-dates-description{
  font-size: 13px;
}
.daterangepicker .screen .dates-switch .no-dates-description{
  --tw-text-opacity: 1;
  color: rgb(5 79 89 / var(--tw-text-opacity));
}
.daterangepicker .screen .period-select{
  display: none;
}
.daterangepicker .screen:not(.second) button{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.daterangepicker .screen:not(.second) button {
    /* background: linear-gradient(90deg, #0097A7 0%, #00BCD4 48.96%, #4DD0E1 100%); */
    background: linear-gradient(
      90deg,
      #0097a7 0%,
      #00bcd4 99.99%,
      #6dcbd7 100%
    );
  }
.daterangepicker .screen:not(.second) .easepick-wrapper{
  position: relative !important;
}
.daterangepicker .screen:not(.second) .easepick-wrapper{
  display: block;
}
.daterangepicker .screen.second{
  --tw-bg-opacity: 1;
  background-color: rgb(0 151 167 / var(--tw-bg-opacity));
}
.daterangepicker .screen.second{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.daterangepicker .screen.second .dates-switch .no-dates-description{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.daterangepicker .screen.second .easepick-wrapper{
  position: relative;
}
.daterangepicker .screen.second .easepick-wrapper{
  display: none;
}
.daterangepicker .screen.second .period-select{
  display: block;
}
.daterangepicker .screen.second button{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.daterangepicker .screen.second button{
  background-image: none;
}
.daterangepicker .screen.second button{
  --tw-text-opacity: 1;
  color: rgb(5 79 89 / var(--tw-text-opacity));
}
:host .container.range-plugin {
        --primary-color: #0097A7;
    }
:host .container.inline {
        box-shadow: none;
    }
:host .container.range-plugin .calendar>.days-grid>.day.unit {
        padding-top: 13px;
        padding-bottom: 12px;
        width: 100%;
        max-width: none !important;
    }
:host .container.range-plugin .calendar>.days-grid>.day.unit.start::before,
        :host .container.range-plugin .calendar>.days-grid>.day.unit.end::before,
        :host .container.range-plugin .calendar>.days-grid>.day.unit.in-range {
            background-color: #E3F8FB !important;
        }
:host .container.range-plugin .calendar>.days-grid>.day.unit.start::after, :host .container.range-plugin .calendar>.days-grid>.day.unit.end::after {
                display: none;
            }
/* border-radius: 100% !important; */
:host .container.range-plugin .calendar>.days-grid>.day.unit.start::before, :host .container.range-plugin .calendar>.days-grid>.day.unit.end::before {
                position: absolute;
                z-index: -1;
                content: "";
                top: 0;
                bottom: 0;
            }
:host .container.range-plugin .calendar>.days-grid>.day.unit.start::before {
            left: 50%;
            right: 0;
        }
:host .container.range-plugin .calendar>.days-grid>.day.unit.end::before {
            right: 50%;
            left: 0;
        }
:host .container.range-plugin .calendar>.days-grid>.day.end, :host .container.range-plugin .calendar>.days-grid>.day.start {
        background-color: var(--primary-color);
    }
@media only screen and (max-width: 640px) {
        :host .container {
            width: 100%;
        }
        :host .container .calendars {
            grid-template-columns: repeat(1, 1fr);
            margin: auto;
        }
    }
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type='range'] {
        overflow: visible;
        -webkit-appearance: none;
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: rgb(213 227 231 / var(--tw-bg-opacity));
    }
    
    input[type='range']::-webkit-slider-runnable-track {
        height: 8px;
        -webkit-appearance: none;
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: rgb(213 227 231 / var(--tw-bg-opacity));
    }
    
    input[type='range']::-webkit-slider-thumb {
        display: block;
        width: 10px;
        -webkit-appearance: none;
        height: 10px;
        cursor: ew-resize;
        margin-top: -1px;
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: rgb(5 79 89 / var(--tw-bg-opacity));
    }

}
input[type=range]::-ms-fill-lower{
  --tw-bg-opacity: 1;
  background-color: rgb(213 227 231 / var(--tw-bg-opacity));
    border-radius: 10px;
}
input[type=range]::-ms-fill-upper{
  --tw-bg-opacity: 1;
  background-color: rgb(51 102 153 / var(--tw-bg-opacity));
    border-radius: 10px;
}
input[type="range"]::-moz-range-progress{
  --tw-bg-opacity: 1;
  background-color: rgb(213 227 231 / var(--tw-bg-opacity));
}
input[type="range"]::-moz-range-track{
  --tw-bg-opacity: 1;
  background-color: rgb(51 102 153 / var(--tw-bg-opacity));
}
/* IE*/
input[type="range"]::-ms-fill-lower{
  --tw-bg-opacity: 1;
  background-color: rgb(213 227 231 / var(--tw-bg-opacity));
}
input[type="range"]::-ms-fill-upper{
  --tw-bg-opacity: 1;
  background-color: rgb(51 102 153 / var(--tw-bg-opacity));
}
/* customizing jquery-slider when used in search-filter */
.search-filter .ui-slider { height: .5em; }
.search-filter .ui-slider-horizontal .ui-slider-handle { top: -.45em }
.search-filter .ui-widget.ui-widget-content {
        background-color: rgba(86, 200, 216, 0.3);
        border: rgba(86, 200, 216, 0.6);
        border-radius: 10px;
    }
.search-filter .ui-slider-range {
        background-color: rgba(0, 151, 167, 1);
    }
.swiper-pagination-boat, .swiper-destination-new-pagination, .swiper-pagination-inspiration, .swiper-pagination-boats_gallery, .swiper-pagination-review {

	position: relative !important;
}
.swiper-pagination-boat .swiper-pagination-bullet, .swiper-destination-new-pagination .swiper-pagination-bullet, .swiper-pagination-inspiration .swiper-pagination-bullet, .swiper-pagination-boats_gallery .swiper-pagination-bullet, .swiper-pagination-review .swiper-pagination-bullet {
			width: 8px;
			height: 2px;
			border-radius: 2px;
	}
.swiper-pagination-boat .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-destination-new-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination-inspiration .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination-boats_gallery .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination-review .swiper-pagination-bullet.swiper-pagination-bullet-active {
			width:16px;
			height: 4px;
			border-radius: 2px;
			background-color: #0097A7;
		}
.swiper-pagination-square {

	position: relative !important;
}
.swiper-pagination-square .swiper-pagination-bullet {
			width: 8px;
			height: 2px;
			border-radius: 2px;
	}
.swiper-pagination-square .swiper-pagination-bullet.swiper-pagination-bullet-active {
			width:16px;
			height: 4px;
			border-radius: 2px;
			background-color: #0097A7;
		}
.sea_swiper a {
	font-family: 'Work Sans';

	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	/* identical to box height, or 20px */

	letter-spacing: 0.01em;
	text-transform: uppercase;

	/* Light text */

	color: #9FBDC3;
	/* @apply ; */
}
.sea_swiper a[data-te-nav-active] {
	font-weight: 600;
	font-size: 13px;
	line-height: 135.5%;
	letter-spacing: 0.08em;
	color: #22444A;
	padding-bottom: 4px;
  font-family: "Open Sans", arial, sans-serif;
}
.sea_swiper a[data-te-nav-active][data-te-nav-active]{
  --tw-border-opacity: 1;
  border-color: rgb(86 200 216 / var(--tw-border-opacity));
}
.swiper-review-prev {
	background: #FFFFFF;
	border: 1px solid #054F59;
	border-radius: 6px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 5%;
	width: 32px;
	height: 32px;
	padding:12px;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper-review-prev::after {
	content: url("./images/Vector 31.png?4ffd8c2e46c2e86d8c03dc99b3a28e1a");
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%) rotate(180deg);
	
}
.swiper-review-next {
	background: #FFFFFF;
	border: 1px solid #054F59;
	border-radius: 6px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5%;
	width: 32px;
	height: 32px;
	padding:12px;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper-review-next::after {
	content: url("./images/Vector 31.png?4ffd8c2e46c2e86d8c03dc99b3a28e1a");
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
	
}
@media (min-width: 768px) {
	
.review_swiper::after{
	content: "";
	background: linear-gradient(270deg,#fff 0%,rgba(255,255,255,0) 100%);
	height: 100%;
	width: 70px !important;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}
.review_swiper::before{
	content: "";
	background: linear-gradient(0deg,#fff 0%,rgba(255,255,255,0) 100%);
	height: 100%;
	width: 70px !important;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
}
.page-numbers.current{
  position: relative;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 151 167 / var(--tw-bg-opacity));
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 3px;
  padding-right: 3px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.page-numbers.current::after {
		content: "";
	}
.page-numbers.current::after{
  position: absolute;
}
.page-numbers.current::after{
  top: 0px;
  bottom: 0px;
}
.page-numbers.current::after{
  left: 50%;
}
.page-numbers.current::after{
  z-index: -10;
}
.page-numbers.current::after{
  display: block;
}
.page-numbers.current::after{
  aspect-ratio: 1 / 1;
}
.page-numbers.current::after{
  --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));
}
.page-numbers.current::after{
  border-radius: 9999px;
}
.page-numbers.current::after{
  --tw-bg-opacity: 1;
  background-color: rgb(0 151 167 / var(--tw-bg-opacity));
}
.swiper-button-disabled {
	opacity: 0.5;
}
.page-numbers{
  font-size: 20px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(5 79 89 / var(--tw-text-opacity));
}
.ss_elem_custom {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	justify-content: center;
	align-items: center;
	padding: 10px 20px 10px 10px;
	gap: 8px;
	height: 28px;
	background: #D5E3E7;
	border-radius: 4px;
}
.ss-main .ss-values .ss-value {
	flex-direction: row-reverse;
}
.ss-main .ss-values .ss-value .ss-value-delete {
	border: none;
}
.acf-map {
	width: 100%;
	border: #ccc solid 1px;
    margin: 20px 0;
}
/** 
* CSS for CF7
*/
/***** STRUCTURE *****/
.wpcf7 .rdp-grid-intro,
  .wpcf7 .rdp-grid-cf7 {
    /* Grid, cols, gap */
  }
.wpcf7 .rdp-grid-intro,
  .wpcf7 .rdp-grid-cf7{
  display: grid;
}
.wpcf7 .rdp-grid-intro,
  .wpcf7 .rdp-grid-cf7{
  gap: 10px;
}
@media (min-width: 1024px){
  .wpcf7 .rdp-grid-intro,
  .wpcf7 .rdp-grid-cf7{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.wpcf7 .rdp-grid-fields {
    /* Grid, cols, gap, size-auto-col and position */
  }
.wpcf7 .rdp-grid-fields{
  display: grid;
}
.wpcf7 .rdp-grid-fields{
  gap: 10px;
}
@media (min-width: 1024px){
  .wpcf7 .rdp-grid-fields{
    position: relative;
  }
}
@media (min-width: 1024px){
  .wpcf7 .rdp-grid-fields{
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }
}
@media (min-width: 1024px){
  .wpcf7 .rdp-grid-fields{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* Effect of the position on h3 */
@media (min-width: 1024px){
  .wpcf7 .rdp-grid-fields h3{
    position: absolute;
  }
}
@media (min-width: 1024px){
  .wpcf7 .rdp-grid-fields h3{
    top: -41px;
  }
}
/* Effect of the position on h3, with other form - "Collabora con noi" */
@media (min-width: 1024px){
  .wpcf7 .rdp-grid-fields .rdp-position-label{
    top: -24px;
  }
}
/***** COMMONS *****/
/* Text transform, color and line-height */
.wpcf7 .rdp-grid-fields div > label{
  text-transform: uppercase;
}
.wpcf7 .rdp-grid-fields div > label{
  line-height: 35px;
}
.wpcf7 .rdp-grid-fields div > label{
  --tw-text-opacity: 1;
  color: rgb(5 79 89 / var(--tw-text-opacity));
}
.wpcf7 .rdp-grid-fields div > label {
      letter-spacing: 0.2rem;
    }
/* Border, border-color, color, padding, width and focus */
.wpcf7 input,
  .wpcf7 select,
  .wpcf7 textarea{
  width: 100%;
}
.wpcf7 input,
  .wpcf7 select,
  .wpcf7 textarea{
  border-radius: 0.25rem;
}
.wpcf7 input,
  .wpcf7 select,
  .wpcf7 textarea{
  --tw-border-opacity: 1;
  border-color: rgb(5 79 89 / var(--tw-border-opacity));
}
.wpcf7 input,
  .wpcf7 select,
  .wpcf7 textarea{
  padding: 10px;
}
.wpcf7 input,
  .wpcf7 select,
  .wpcf7 textarea{
  --tw-text-opacity: 1;
  color: rgb(5 79 89 / var(--tw-text-opacity));
}
.wpcf7 input:focus,.wpcf7 select:focus,.wpcf7 textarea:focus{
  --tw-border-opacity: 1;
  border-color: rgb(86 200 216 / var(--tw-border-opacity));
}
.wpcf7 input:focus, .wpcf7 select:focus, .wpcf7 textarea:focus {

      --tw-ring-color: rgb(86 200 216 / var(--tw-border-opacity));
    }
.wpcf7 input::-moz-placeholder, .wpcf7 select::-moz-placeholder, .wpcf7 textarea::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(112 142 148 / var(--tw-text-opacity));
}
.wpcf7 input:-ms-input-placeholder, .wpcf7 select:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(112 142 148 / var(--tw-text-opacity));
}
.wpcf7 input::placeholder,.wpcf7 select::placeholder,.wpcf7 textarea::placeholder{
  --tw-text-opacity: 1;
  color: rgb(112 142 148 / var(--tw-text-opacity));
}
/* Color */
.wpcf7 h3,
  .wpcf7 p,
  .wpcf7 .wpcf7-list-item{
  --tw-text-opacity: 1;
  color: rgb(5 79 89 / var(--tw-text-opacity));
}
/* Text transform, font-width */
.wpcf7 h3{
  font-weight: 500;
}
.wpcf7 h3{
  text-transform: uppercase;
}
/* Size and color text checkbox */
.wpcf7 input[type="checkbox"]{
  height: 20px;
}
/***** INPUT *****/
.wpcf7 input[type="checkbox"]{
  width: 20px;
}
.wpcf7 input[type="checkbox"]{
  --tw-text-opacity: 1;
  color: rgb(86 200 216 / var(--tw-text-opacity));
}
/* Cursor pointer */
.wpcf7 input[type="submit"]{
  cursor: pointer;
}
/* Effect background in input disable */
.wpcf7 input[type="submit"]:disabled {
    background: lightgray;
  }
/* Reset margin default value for span before label of the checkbox, only for wpcf7 */
.wpcf7 .wpcf7-list-item {
    margin-left: 0.2em;
  }
/* Font-size, line-height and text transform for checkbox, only for wpcf7*/
.wpcf7 .wpcf7-list-item-label{
  font-size: 12px;
}
/***** CHECKBOX *****/
.wpcf7 .wpcf7-list-item-label{
  text-transform: none;
}
.wpcf7 .wpcf7-list-item-label{
  line-height: 5px;
}
/***** MESSAGE *****/
.wpcf7 .wpcf7-not-valid-tip{
  margin-left: 4px;
}
.wpcf7 .wpcf7-not-valid-tip{
  font-size: 12px;
}
/**
 * GRID FORM
 * - collabora con noi
 * - richiedi una consulenza gratuita
 */
/* Font */
.wpcf7 .rdp-grid-intro h3,
    .wpcf7 .rdp-grid-intro p{
  font-size: 14px;
}
.wpcf7 .rdp-grid-intro .wpcf7-list-item{
  font-size: 12px;
}
/* Font */
.wpcf7 .rdp-grid-fields .rdp-position-label{
  font-size: 14px;
}
/* Margin botton */
.wpcf7 .rdp-grid-fields div > label{
  margin-bottom: 0px;
}
.wpcf7 .rdp-grid-fields h3{
  font-size: 14px;
}
/* Font */
.wpcf7 .rdp-grid-cf7 label{
  font-size: 14px;
}
.wpcf7 .rdp-grid-cf7 input,
    .wpcf7 .rdp-grid-cf7 textarea{
  font-size: 12px;
}
/* Padding */
.wpcf7 .rdp-grid-cf7 .rdp-grid-textarea{
  padding-top: 35px;
}
.wpcf7 .rdp-grid-cf7 .rdp-grid-textarea.textareaPt{
  padding-top: 56px;
}
.hover\:isolate:hover{
  isolation: isolate;
}
.hover\:w-20:hover{
  width: 20px;
}
.hover\:border-transparent:hover{
  border-color: transparent;
}
.hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(100 108 122 / var(--tw-border-opacity));
}
.hover\:bg-primary-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(227 248 251 / var(--tw-bg-opacity));
}
.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(51 102 153 / var(--tw-bg-opacity));
}
.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(213 227 231 / var(--tw-bg-opacity));
}
.hover\:bg-blue-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 66 159 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(51 102 153 / var(--tw-text-opacity));
}
.hover\:text-primary-dark:hover{
  --tw-text-opacity: 1;
  color: rgb(5 79 89 / var(--tw-text-opacity));
}
.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(249 249 249 / var(--tw-text-opacity));
}
.hover\:text-blue-600:hover{
  --tw-text-opacity: 1;
  color: rgb(28 100 242 / var(--tw-text-opacity));
}
.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(196 196 196 / var(--tw-text-opacity));
}
.focus\:isolate:focus{
  isolation: isolate;
}
.focus\:w-20:focus{
  width: 20px;
}
.focus\:border-transparent:focus{
  border-color: transparent;
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:outline-primary-dark:focus{
  outline-color: #054F59;
}
.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-4:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-primary-dark:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(5 79 89 / var(--tw-ring-opacity));
}
.focus\:ring-primary-light:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(213 227 231 / var(--tw-ring-opacity));
}
.focus\:ring-gray-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}
.focus\:ring-blue-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
}
.group:focus-within .group-focus-within\:pointer-events-auto{
  pointer-events: auto;
}
.group:focus-within .group-focus-within\:block{
  display: block;
}
.group:hover .group-hover\:mb-19{
  margin-bottom: 19px;
}
.group:hover .group-hover\:max-h-\[200px\]{
  max-height: 200px;
}
.group:hover .group-hover\:-translate-y-full{
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:-translate-y-0{
  --tw-translate-y: -0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
.data-\[te-tab-active\]\:block[data-te-tab-active]{
  display: block;
}
.data-\[te-nav-active\]\:text-\[\#0097A7\][data-te-nav-active]{
  --tw-text-opacity: 1;
  color: rgb(0 151 167 / var(--tw-text-opacity));
}
.is-active\:bg-primary-750.active{
  --tw-bg-opacity: 1;
  background-color: rgb(128 222 234 / var(--tw-bg-opacity));
}
.is-active\:text-primary-dark.active{
  --tw-text-opacity: 1;
  color: rgb(5 79 89 / var(--tw-text-opacity));
}
.dark .dark\:border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
}
.dark .dark\:border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(63 131 248 / var(--tw-border-opacity));
}
.dark .dark\:border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}
.dark .dark\:bg-gray-800\/80{
  background-color: rgb(31 41 55 / 0.8);
}
.dark .dark\:bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
}
.dark .dark\:bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(28 100 242 / var(--tw-bg-opacity));
}
.dark .dark\:bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(196 196 196 / var(--tw-bg-opacity));
}
.dark .dark\:bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.dark .dark\:bg-gray-800\/50{
  background-color: rgb(31 41 55 / 0.5);
}
.dark .dark\:bg-opacity-80{
  --tw-bg-opacity: 0.8;
}
.dark .dark\:text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.dark .dark\:text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(100 108 122 / var(--tw-text-opacity));
}
.dark .dark\:text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.dark .dark\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark .dark\:text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(159 189 195 / var(--tw-text-opacity));
}
.dark .dark\:text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(63 131 248 / var(--tw-text-opacity));
}
.dark .dark\:ring-offset-gray-800{
  --tw-ring-offset-color: #1F2937;
}
.dark .dark\:hover\:bg-gray-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(196 196 196 / var(--tw-bg-opacity));
}
.dark .dark\:hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(26 86 219 / var(--tw-bg-opacity));
}
.dark .dark\:hover\:bg-gray-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.dark .dark\:hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark .dark\:hover\:text-blue-400:hover{
  --tw-text-opacity: 1;
  color: rgb(118 169 250 / var(--tw-text-opacity));
}
.dark .dark\:hover\:text-gray-300:hover{
  --tw-text-opacity: 1;
  color: rgb(100 108 122 / var(--tw-text-opacity));
}
.dark .dark\:focus\:ring-blue-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(28 100 242 / var(--tw-ring-opacity));
}
.dark .group:hover .dark\:group-hover\:bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
@media (min-width: 640px){
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:block{
    display: block;
  }
  .sm\:\!grid{
    display: grid !important;
  }
  .sm\:h-60{
    height: 60px;
  }
  .sm\:h-36{
    height: 36px;
  }
  .sm\:\!h-fit{
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .sm\:w-60{
    width: 60px;
  }
  .sm\:w-36{
    width: 36px;
  }
  .sm\:w-full{
    width: 100%;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:gap-y-70{
    row-gap: 70px;
  }
  .sm\:gap-x-30{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:relative{
    position: relative;
  }
  .md\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
  .md\:bottom-auto{
    bottom: auto;
  }
  .md\:bottom-initial{
    bottom: initial;
  }
  .md\:top-full-with-spacing{
    top: calc(100% + 20px);
  }
  .md\:order-1{
    order: 1;
  }
  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .md\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .md\:col-auto{
    grid-column: auto;
  }
  .md\:col-start-2{
    grid-column-start: 2;
  }
  .md\:col-start-3{
    grid-column-start: 3;
  }
  .md\:col-start-8{
    grid-column-start: 8;
  }
  .md\:col-start-6{
    grid-column-start: 6;
  }
  .md\:col-start-9{
    grid-column-start: 9;
  }
  .md\:row-start-auto{
    grid-row-start: auto;
  }
  .md\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }
  .md\:mx-\[20\%\]{
    margin-left: 20%;
    margin-right: 20%;
  }
  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .md\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-65{
    margin-top: 65px;
  }
  .md\:mb-60{
    margin-bottom: 60px;
  }
  .md\:mb-48{
    margin-bottom: 48px;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mt-15{
    margin-top: 15px;
  }
  .md\:mt-\[170px\]{
    margin-top: 170px;
  }
  .md\:mt-25{
    margin-top: 25px;
  }
  .md\:mt-\[60px\]{
    margin-top: 60px;
  }
  .md\:mb-\[50px\]{
    margin-bottom: 50px;
  }
  .md\:ml-90{
    margin-left: 90px;
  }
  .md\:mb-80{
    margin-bottom: 80px;
  }
  .md\:mb-20{
    margin-bottom: 20px;
  }
  .md\:mr-16{
    margin-right: 16px;
  }
  .md\:mb-50{
    margin-bottom: 50px;
  }
  .md\:mt-160{
    margin-top: 160px;
  }
  .md\:block{
    display: block!important;
  }
  .hidden.md\:block {
    display: block;
    color: rgb(112 142 148 / var(--tw-text-opacity));
    --tw-text-opacity: 1;
  }
  .md\:inline-block{
    display: inline-block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:\!grid{
    display: grid !important;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-auto{
    height: auto;
  }
  .md\:h-160{
    height: 160px;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:h-\[240px\]{
    height: 240px;
  }
  .md\:\!h-\[unset\]{
    height: unset !important;
  }
  .md\:h-\[250px\]{
    height: 250px;
  }
  .md\:h-420{
    height: 420px;
  }
  .md\:max-h-screen-50{
    max-height: 50vh;
  }
  .md\:max-h-445{
    max-height: 445px;
  }
  .md\:max-h-none{
    max-height: none;
  }
  .md\:w-1\/6{
    width: 16.666667%;
  }
  .md\:w-fit{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:\!w-\[690px\]{
    width: 690px !important;
  }
  .md\:w-2\/4{
    width: 50%;
  }
  .md\:w-852{
    width: 852px;
  }
  .md\:w-max{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .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-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .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-center{
    align-items: center;
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
  .md\:\!justify-start{
    justify-content: flex-start !important;
  }
  .md\:justify-end{
    justify-content: flex-end;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:justify-around{
    justify-content: space-around;
  }
  .md\:gap-20{
    gap: 20px;
  }
  .md\:gap-30{
    gap: 30px;
  }
  .md\:\!gap-16{
    gap: 16px !important;
  }
  .md\:gap-17{
    gap: 17px;
  }
  .md\:gap-40{
    gap: 40px;
  }
  .md\:gap-10{
    gap: 10px;
  }
  .md\:gap-x-20{
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .md\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .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\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8px * var(--tw-space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }
  .md\:rounded-sm{
    border-radius: 0.125rem;
  }
  .md\:border-x{
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .md\:border-none{
    border-style: none;
  }
  .md\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .md\:p-100{
    padding: 100px;
  }
  .md\:px-60{
    padding-left: 60px;
    padding-right: 60px;
  }
  .md\:px-8{
    padding-left: 8px;
    padding-right: 8px;
  }
  .md\:px-93{
    padding-left: 93px;
    padding-right: 93px;
  }
  .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-20{
    padding-left: 20px;
    padding-right: 20px;
  }
  .md\:px-50{
    padding-left: 50px;
    padding-right: 50px;
  }
  .md\:px-62{
    padding-left: 62px;
    padding-right: 62px;
  }
  .md\:px-\[75px\]{
    padding-left: 75px;
    padding-right: 75px;
  }
  .md\:px-121{
    padding-left: 121px;
    padding-right: 121px;
  }
  .md\:px-32{
    padding-left: 32px;
    padding-right: 32px;
  }
  .md\:pt-70{
    padding-top: 70px;
  }
  .md\:pb-90{
    padding-bottom: 90px;
  }
  .md\:pt-24{
    padding-top: 24px;
  }
  .md\:pt-\[80px\]{
    padding-top: 80px;
  }
  .md\:pt-68{
    padding-top: 68px;
  }
  .md\:pb-70{
    padding-bottom: 70px;
  }
  .md\:pl-40{
    padding-left: 40px;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pt-90{
    padding-top: 90px;
  }
  .md\:pt-30{
    padding-top: 30px;
  }
  .md\:pl-100{
    padding-left: 100px;
  }
  .md\:pb-56{
    padding-bottom: 56px;
  }
  .md\:pr-30{
    padding-right: 30px;
  }
  .md\:pl-30{
    padding-left: 30px;
  }
  .md\:pb-54{
    padding-bottom: 54px;
  }
  .md\:pb-103{
    padding-bottom: 103px;
  }
  .md\:pr-10{
    padding-right: 10px;
  }
  .md\:pr-50{
    padding-right: 50px;
  }
  .md\:pr-71{
    padding-right: 71px;
  }
  .md\:pr-105{
    padding-right: 105px;
  }
  .md\:pr-127{
    padding-right: 127px;
  }
  .md\:pr-126{
    padding-right: 126px;
  }
  .md\:pt-0{
    padding-top: 0px;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-center{
    text-align: center;
  }
  .md\:text-right{
    text-align: right;
  }
  .md\:text-28{
    font-size: 28px;
  }
  .md\:text-42{
    font-size: 42px;
  }
  .md\:text-14{
    font-size: 14px;
  }
  .md\:text-18{
    font-size: 18px;
  }
  .md\:text-16{
    font-size: 16px;
  }
  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:font-medium{
    font-weight: 500;
  }
  .md\:text-\[\#054F59\]{
    --tw-text-opacity: 1;
    color: rgb(5 79 89 / var(--tw-text-opacity));
  }
  .md\:opacity-100{
    opacity: 1;
  }
  .md\:hover\/opacity\:bg-transparent:hover{
    background-color: transparent;
  }
  .md\:hover\/opacity\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-tab_active:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(86 200 216 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-modal-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(236 244 245 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(243 250 247 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(222 247 236 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(188 240 218 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-green-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(132 225 188 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(49 196 141 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(14 159 110 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(5 122 85 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(4 108 78 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(3 84 63 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(1 71 55 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(77 208 225 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-green-dark:hover{
    background-color: #054F59;;
  }
  .md\:hover\/opacity\:bg-green-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(93 224 241 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-ottanio:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(5 79 89 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-ottanio-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 151 167 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-magenta:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(224 14 102 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-magenta-light:hover{
    background-color: #E00E66BD;
  }
  .md\:hover\/opacity\:bg-arancio:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 149 149 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(213 227 231 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(100 108 122 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(159 189 195 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(196 196 196 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(221 221 221 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(249 249 249 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-gray:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(187 187 187 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(253 242 242 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(253 232 232 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-red-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(251 213 213 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-red-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(248 180 180 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(249 128 128 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(240 82 82 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(224 36 36 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(200 30 30 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(155 28 28 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(119 29 29 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-orange-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 248 241 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-orange-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(254 236 220 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-orange-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(252 217 189 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-orange-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(253 186 140 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-orange-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 138 76 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-orange-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 90 31 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-orange-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(208 56 1 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-orange-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(180 52 3 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-orange-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(138 44 13 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-orange-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(119 29 29 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-yellow-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(253 253 234 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-yellow-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(253 246 178 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-yellow-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(252 233 106 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-yellow-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(250 202 21 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-yellow-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(227 160 8 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-yellow-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(194 120 3 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-yellow-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(159 88 10 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-yellow-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(142 75 16 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-yellow-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(114 59 19 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-yellow-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(99 49 18 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-teal-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(237 250 250 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-teal-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(213 245 246 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-teal-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(175 236 239 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-teal-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(126 220 226 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-teal-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(22 189 202 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-teal-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(6 148 162 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-teal-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(4 116 129 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-teal-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(3 102 114 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-teal-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(5 80 92 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-teal-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(1 68 81 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-blue-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(235 245 255 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-blue-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(225 239 254 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-blue-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(195 221 253 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-blue-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(164 202 254 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-blue-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(118 169 250 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-blue-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(63 131 248 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-blue-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(28 100 242 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(26 86 219 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-blue-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(30 66 159 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-blue-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(35 56 118 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-indigo-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(240 245 255 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-indigo-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(229 237 255 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-indigo-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(205 219 254 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-indigo-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(180 198 252 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-indigo-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(141 162 251 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-indigo-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(104 117 245 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-indigo-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(88 80 236 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-indigo-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(81 69 205 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-indigo-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(66 56 157 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-indigo-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(54 47 120 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-purple-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(246 245 255 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-purple-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(237 235 254 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-purple-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(220 215 254 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-purple-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(202 191 253 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-purple-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(172 148 250 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-purple-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(144 97 249 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-purple-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(126 58 242 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-purple-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(108 43 217 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-purple-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(85 33 181 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-purple-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(74 29 150 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-purple-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(224 14 102 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-pink-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(253 242 248 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-pink-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(252 232 243 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-pink-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(250 209 232 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-pink-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(248 180 217 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-pink-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(241 126 184 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-pink-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(231 70 148 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-pink-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(214 31 105 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-pink-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(191 18 93 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-pink-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(153 21 75 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-pink-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(117 26 61 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-primary-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 151 167 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-primary-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(14 28 42 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-primary-290:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(34 68 74 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-primary-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(34 110 184 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-primary-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(40 157 204 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-primary-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(81 151 229 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-primary-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(106 187 223 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-primary-720:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(112 142 148 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-primary-750:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(128 222 234 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-primary-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(227 248 251 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-primary-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(5 79 89 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-primary-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(213 227 231 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(51 102 153 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-bluemarine-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(34 68 74 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-bluemarine:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(5 79 89 / var(--tw-bg-opacity));
  }
  .md\:hover\/opacity\:bg-transparent\/0:hover{
    background-color: rgb(0 0 0 / 0);
  }
  .md\:hover\/opacity\:bg-transparent\/5:hover{
    background-color: rgb(0 0 0 / 0.05);
  }
  .md\:hover\/opacity\:bg-transparent\/10:hover{
    background-color: rgb(0 0 0 / 0.1);
  }
  .md\:hover\/opacity\:bg-transparent\/20:hover{
    background-color: rgb(0 0 0 / 0.2);
  }
  .md\:hover\/opacity\:bg-transparent\/25:hover{
    background-color: rgb(0 0 0 / 0.25);
  }
  .md\:hover\/opacity\:bg-transparent\/30:hover{
    background-color: rgb(0 0 0 / 0.3);
  }
  .md\:hover\/opacity\:bg-transparent\/40:hover{
    background-color: rgb(0 0 0 / 0.4);
  }
  .md\:hover\/opacity\:bg-transparent\/50:hover{
    background-color: rgb(0 0 0 / 0.5);
  }
  .md\:hover\/opacity\:bg-transparent\/60:hover{
    background-color: rgb(0 0 0 / 0.6);
  }
  .md\:hover\/opacity\:bg-transparent\/70:hover{
    background-color: rgb(0 0 0 / 0.7);
  }
  .md\:hover\/opacity\:bg-transparent\/75:hover{
    background-color: rgb(0 0 0 / 0.75);
  }
  .md\:hover\/opacity\:bg-transparent\/80:hover{
    background-color: rgb(0 0 0 / 0.8);
  }
  .md\:hover\/opacity\:bg-transparent\/90:hover{
    background-color: rgb(0 0 0 / 0.9);
  }
  .md\:hover\/opacity\:bg-transparent\/95:hover{
    background-color: rgb(0 0 0 / 0.95);
  }
  .md\:hover\/opacity\:bg-transparent\/100:hover{
    background-color: rgb(0 0 0 / 1);
  }
  .md\:hover\/opacity\:bg-white\/0:hover{
    background-color: rgb(255 255 255 / 0);
  }
  .md\:hover\/opacity\:bg-white\/5:hover{
    background-color: rgb(255 255 255 / 0.05);
  }
  .md\:hover\/opacity\:bg-white\/10:hover{
    background-color: rgb(255 255 255 / 0.1);
  }
  .md\:hover\/opacity\:bg-white\/20:hover{
    background-color: rgb(255 255 255 / 0.2);
  }
  .md\:hover\/opacity\:bg-white\/25:hover{
    background-color: rgb(255 255 255 / 0.25);
  }
  .md\:hover\/opacity\:bg-white\/30:hover{
    background-color: rgb(255 255 255 / 0.3);
  }
  .md\:hover\/opacity\:bg-white\/40:hover{
    background-color: rgb(255 255 255 / 0.4);
  }
  .md\:hover\/opacity\:bg-white\/50:hover{
    background-color: rgb(255 255 255 / 0.5);
  }
  .md\:hover\/opacity\:bg-white\/60:hover{
    background-color: rgb(255 255 255 / 0.6);
  }
  .md\:hover\/opacity\:bg-white\/70:hover{
    background-color: rgb(255 255 255 / 0.7);
  }
  .md\:hover\/opacity\:bg-white\/75:hover{
    background-color: rgb(255 255 255 / 0.75);
  }
  .md\:hover\/opacity\:bg-white\/80:hover{
    background-color: rgb(255 255 255 / 0.8);
  }
  .md\:hover\/opacity\:bg-white\/90:hover{
    background-color: rgb(255 255 255 / 0.9);
  }
  .md\:hover\/opacity\:bg-white\/95:hover{
    background-color: rgb(255 255 255 / 0.95);
  }
  .md\:hover\/opacity\:bg-white\/100:hover{
    background-color: rgb(255 255 255 / 1);
  }
  .md\:hover\/opacity\:bg-black\/0:hover{
    background-color: rgb(0 0 0 / 0);
  }
  .md\:hover\/opacity\:bg-black\/5:hover{
    background-color: rgb(0 0 0 / 0.05);
  }
  .md\:hover\/opacity\:bg-black\/10:hover{
    background-color: rgb(0 0 0 / 0.1);
  }
  .md\:hover\/opacity\:bg-black\/20:hover{
    background-color: rgb(0 0 0 / 0.2);
  }
  .md\:hover\/opacity\:bg-black\/25:hover{
    background-color: rgb(0 0 0 / 0.25);
  }
  .md\:hover\/opacity\:bg-black\/30:hover{
    background-color: rgb(0 0 0 / 0.3);
  }
  .md\:hover\/opacity\:bg-black\/40:hover{
    background-color: rgb(0 0 0 / 0.4);
  }
  .md\:hover\/opacity\:bg-black\/50:hover{
    background-color: rgb(0 0 0 / 0.5);
  }
  .md\:hover\/opacity\:bg-black\/60:hover{
    background-color: rgb(0 0 0 / 0.6);
  }
  .md\:hover\/opacity\:bg-black\/70:hover{
    background-color: rgb(0 0 0 / 0.7);
  }
  .md\:hover\/opacity\:bg-black\/75:hover{
    background-color: rgb(0 0 0 / 0.75);
  }
  .md\:hover\/opacity\:bg-black\/80:hover{
    background-color: rgb(0 0 0 / 0.8);
  }
  .md\:hover\/opacity\:bg-black\/90:hover{
    background-color: rgb(0 0 0 / 0.9);
  }
  .md\:hover\/opacity\:bg-black\/95:hover{
    background-color: rgb(0 0 0 / 0.95);
  }
  .md\:hover\/opacity\:bg-black\/100:hover{
    background-color: rgb(0 0 0 / 1);
  }
  .md\:hover\/opacity\:bg-tab_active\/0:hover{
    background-color: rgb(86 200 216 / 0);
  }
  .md\:hover\/opacity\:bg-tab_active\/5:hover{
    background-color: rgb(86 200 216 / 0.05);
  }
  .md\:hover\/opacity\:bg-tab_active\/10:hover{
    background-color: rgb(86 200 216 / 0.1);
  }
  .md\:hover\/opacity\:bg-tab_active\/20:hover{
    background-color: rgb(86 200 216 / 0.2);
  }
  .md\:hover\/opacity\:bg-tab_active\/25:hover{
    background-color: rgb(86 200 216 / 0.25);
  }
  .md\:hover\/opacity\:bg-tab_active\/30:hover{
    background-color: rgb(86 200 216 / 0.3);
  }
  .md\:hover\/opacity\:bg-tab_active\/40:hover{
    background-color: rgb(86 200 216 / 0.4);
  }
  .md\:hover\/opacity\:bg-tab_active\/50:hover{
    background-color: rgb(86 200 216 / 0.5);
  }
  .md\:hover\/opacity\:bg-tab_active\/60:hover{
    background-color: rgb(86 200 216 / 0.6);
  }
  .md\:hover\/opacity\:bg-tab_active\/70:hover{
    background-color: rgb(86 200 216 / 0.7);
  }
  .md\:hover\/opacity\:bg-tab_active\/75:hover{
    background-color: rgb(86 200 216 / 0.75);
  }
  .md\:hover\/opacity\:bg-tab_active\/80:hover{
    background-color: rgb(86 200 216 / 0.8);
  }
  .md\:hover\/opacity\:bg-tab_active\/90:hover{
    background-color: rgb(86 200 216 / 0.9);
  }
  .md\:hover\/opacity\:bg-tab_active\/95:hover{
    background-color: rgb(86 200 216 / 0.95);
  }
  .md\:hover\/opacity\:bg-tab_active\/100:hover{
    background-color: rgb(86 200 216 / 1);
  }
  .md\:hover\/opacity\:bg-modal-50\/0:hover{
    background-color: rgb(236 244 245 / 0);
  }
  .md\:hover\/opacity\:bg-modal-50\/5:hover{
    background-color: rgb(236 244 245 / 0.05);
  }
  .md\:hover\/opacity\:bg-modal-50\/10:hover{
    background-color: rgb(236 244 245 / 0.1);
  }
  .md\:hover\/opacity\:bg-modal-50\/20:hover{
    background-color: rgb(236 244 245 / 0.2);
  }
  .md\:hover\/opacity\:bg-modal-50\/25:hover{
    background-color: rgb(236 244 245 / 0.25);
  }
  .md\:hover\/opacity\:bg-modal-50\/30:hover{
    background-color: rgb(236 244 245 / 0.3);
  }
  .md\:hover\/opacity\:bg-modal-50\/40:hover{
    background-color: rgb(236 244 245 / 0.4);
  }
  .md\:hover\/opacity\:bg-modal-50\/50:hover{
    background-color: rgb(236 244 245 / 0.5);
  }
  .md\:hover\/opacity\:bg-modal-50\/60:hover{
    background-color: rgb(236 244 245 / 0.6);
  }
  .md\:hover\/opacity\:bg-modal-50\/70:hover{
    background-color: rgb(236 244 245 / 0.7);
  }
  .md\:hover\/opacity\:bg-modal-50\/75:hover{
    background-color: rgb(236 244 245 / 0.75);
  }
  .md\:hover\/opacity\:bg-modal-50\/80:hover{
    background-color: rgb(236 244 245 / 0.8);
  }
  .md\:hover\/opacity\:bg-modal-50\/90:hover{
    background-color: rgb(236 244 245 / 0.9);
  }
  .md\:hover\/opacity\:bg-modal-50\/95:hover{
    background-color: rgb(236 244 245 / 0.95);
  }
  .md\:hover\/opacity\:bg-modal-50\/100:hover{
    background-color: rgb(236 244 245 / 1);
  }
  .md\:hover\/opacity\:bg-green-50\/0:hover{
    background-color: rgb(243 250 247 / 0);
  }
  .md\:hover\/opacity\:bg-green-50\/5:hover{
    background-color: rgb(243 250 247 / 0.05);
  }
  .md\:hover\/opacity\:bg-green-50\/10:hover{
    background-color: rgb(243 250 247 / 0.1);
  }
  .md\:hover\/opacity\:bg-green-50\/20:hover{
    background-color: rgb(243 250 247 / 0.2);
  }
  .md\:hover\/opacity\:bg-green-50\/25:hover{
    background-color: rgb(243 250 247 / 0.25);
  }
  .md\:hover\/opacity\:bg-green-50\/30:hover{
    background-color: rgb(243 250 247 / 0.3);
  }
  .md\:hover\/opacity\:bg-green-50\/40:hover{
    background-color: rgb(243 250 247 / 0.4);
  }
  .md\:hover\/opacity\:bg-green-50\/50:hover{
    background-color: rgb(243 250 247 / 0.5);
  }
  .md\:hover\/opacity\:bg-green-50\/60:hover{
    background-color: rgb(243 250 247 / 0.6);
  }
  .md\:hover\/opacity\:bg-green-50\/70:hover{
    background-color: rgb(243 250 247 / 0.7);
  }
  .md\:hover\/opacity\:bg-green-50\/75:hover{
    background-color: rgb(243 250 247 / 0.75);
  }
  .md\:hover\/opacity\:bg-green-50\/80:hover{
    background-color: rgb(243 250 247 / 0.8);
  }
  .md\:hover\/opacity\:bg-green-50\/90:hover{
    background-color: rgb(243 250 247 / 0.9);
  }
  .md\:hover\/opacity\:bg-green-50\/95:hover{
    background-color: rgb(243 250 247 / 0.95);
  }
  .md\:hover\/opacity\:bg-green-50\/100:hover{
    background-color: rgb(243 250 247 / 1);
  }
  .md\:hover\/opacity\:bg-green-100\/0:hover{
    background-color: rgb(222 247 236 / 0);
  }
  .md\:hover\/opacity\:bg-green-100\/5:hover{
    background-color: rgb(222 247 236 / 0.05);
  }
  .md\:hover\/opacity\:bg-green-100\/10:hover{
    background-color: rgb(222 247 236 / 0.1);
  }
  .md\:hover\/opacity\:bg-green-100\/20:hover{
    background-color: rgb(222 247 236 / 0.2);
  }
  .md\:hover\/opacity\:bg-green-100\/25:hover{
    background-color: rgb(222 247 236 / 0.25);
  }
  .md\:hover\/opacity\:bg-green-100\/30:hover{
    background-color: rgb(222 247 236 / 0.3);
  }
  .md\:hover\/opacity\:bg-green-100\/40:hover{
    background-color: rgb(222 247 236 / 0.4);
  }
  .md\:hover\/opacity\:bg-green-100\/50:hover{
    background-color: rgb(222 247 236 / 0.5);
  }
  .md\:hover\/opacity\:bg-green-100\/60:hover{
    background-color: rgb(222 247 236 / 0.6);
  }
  .md\:hover\/opacity\:bg-green-100\/70:hover{
    background-color: rgb(222 247 236 / 0.7);
  }
  .md\:hover\/opacity\:bg-green-100\/75:hover{
    background-color: rgb(222 247 236 / 0.75);
  }
  .md\:hover\/opacity\:bg-green-100\/80:hover{
    background-color: rgb(222 247 236 / 0.8);
  }
  .md\:hover\/opacity\:bg-green-100\/90:hover{
    background-color: rgb(222 247 236 / 0.9);
  }
  .md\:hover\/opacity\:bg-green-100\/95:hover{
    background-color: rgb(222 247 236 / 0.95);
  }
  .md\:hover\/opacity\:bg-green-100\/100:hover{
    background-color: rgb(222 247 236 / 1);
  }
  .md\:hover\/opacity\:bg-green-200\/0:hover{
    background-color: rgb(188 240 218 / 0);
  }
  .md\:hover\/opacity\:bg-green-200\/5:hover{
    background-color: rgb(188 240 218 / 0.05);
  }
  .md\:hover\/opacity\:bg-green-200\/10:hover{
    background-color: rgb(188 240 218 / 0.1);
  }
  .md\:hover\/opacity\:bg-green-200\/20:hover{
    background-color: rgb(188 240 218 / 0.2);
  }
  .md\:hover\/opacity\:bg-green-200\/25:hover{
    background-color: rgb(188 240 218 / 0.25);
  }
  .md\:hover\/opacity\:bg-green-200\/30:hover{
    background-color: rgb(188 240 218 / 0.3);
  }
  .md\:hover\/opacity\:bg-green-200\/40:hover{
    background-color: rgb(188 240 218 / 0.4);
  }
  .md\:hover\/opacity\:bg-green-200\/50:hover{
    background-color: rgb(188 240 218 / 0.5);
  }
  .md\:hover\/opacity\:bg-green-200\/60:hover{
    background-color: rgb(188 240 218 / 0.6);
  }
  .md\:hover\/opacity\:bg-green-200\/70:hover{
    background-color: rgb(188 240 218 / 0.7);
  }
  .md\:hover\/opacity\:bg-green-200\/75:hover{
    background-color: rgb(188 240 218 / 0.75);
  }
  .md\:hover\/opacity\:bg-green-200\/80:hover{
    background-color: rgb(188 240 218 / 0.8);
  }
  .md\:hover\/opacity\:bg-green-200\/90:hover{
    background-color: rgb(188 240 218 / 0.9);
  }
  .md\:hover\/opacity\:bg-green-200\/95:hover{
    background-color: rgb(188 240 218 / 0.95);
  }
  .md\:hover\/opacity\:bg-green-200\/100:hover{
    background-color: rgb(188 240 218 / 1);
  }
  .md\:hover\/opacity\:bg-green-300\/0:hover{
    background-color: rgb(132 225 188 / 0);
  }
  .md\:hover\/opacity\:bg-green-300\/5:hover{
    background-color: rgb(132 225 188 / 0.05);
  }
  .md\:hover\/opacity\:bg-green-300\/10:hover{
    background-color: rgb(132 225 188 / 0.1);
  }
  .md\:hover\/opacity\:bg-green-300\/20:hover{
    background-color: rgb(132 225 188 / 0.2);
  }
  .md\:hover\/opacity\:bg-green-300\/25:hover{
    background-color: rgb(132 225 188 / 0.25);
  }
  .md\:hover\/opacity\:bg-green-300\/30:hover{
    background-color: rgb(132 225 188 / 0.3);
  }
  .md\:hover\/opacity\:bg-green-300\/40:hover{
    background-color: rgb(132 225 188 / 0.4);
  }
  .md\:hover\/opacity\:bg-green-300\/50:hover{
    background-color: rgb(132 225 188 / 0.5);
  }
  .md\:hover\/opacity\:bg-green-300\/60:hover{
    background-color: rgb(132 225 188 / 0.6);
  }
  .md\:hover\/opacity\:bg-green-300\/70:hover{
    background-color: rgb(132 225 188 / 0.7);
  }
  .md\:hover\/opacity\:bg-green-300\/75:hover{
    background-color: rgb(132 225 188 / 0.75);
  }
  .md\:hover\/opacity\:bg-green-300\/80:hover{
    background-color: rgb(132 225 188 / 0.8);
  }
  .md\:hover\/opacity\:bg-green-300\/90:hover{
    background-color: rgb(132 225 188 / 0.9);
  }
  .md\:hover\/opacity\:bg-green-300\/95:hover{
    background-color: rgb(132 225 188 / 0.95);
  }
  .md\:hover\/opacity\:bg-green-300\/100:hover{
    background-color: rgb(132 225 188 / 1);
  }
  .md\:hover\/opacity\:bg-green-400\/0:hover{
    background-color: rgb(49 196 141 / 0);
  }
  .md\:hover\/opacity\:bg-green-400\/5:hover{
    background-color: rgb(49 196 141 / 0.05);
  }
  .md\:hover\/opacity\:bg-green-400\/10:hover{
    background-color: rgb(49 196 141 / 0.1);
  }
  .md\:hover\/opacity\:bg-green-400\/20:hover{
    background-color: rgb(49 196 141 / 0.2);
  }
  .md\:hover\/opacity\:bg-green-400\/25:hover{
    background-color: rgb(49 196 141 / 0.25);
  }
  .md\:hover\/opacity\:bg-green-400\/30:hover{
    background-color: rgb(49 196 141 / 0.3);
  }
  .md\:hover\/opacity\:bg-green-400\/40:hover{
    background-color: rgb(49 196 141 / 0.4);
  }
  .md\:hover\/opacity\:bg-green-400\/50:hover{
    background-color: rgb(49 196 141 / 0.5);
  }
  .md\:hover\/opacity\:bg-green-400\/60:hover{
    background-color: rgb(49 196 141 / 0.6);
  }
  .md\:hover\/opacity\:bg-green-400\/70:hover{
    background-color: rgb(49 196 141 / 0.7);
  }
  .md\:hover\/opacity\:bg-green-400\/75:hover{
    background-color: rgb(49 196 141 / 0.75);
  }
  .md\:hover\/opacity\:bg-green-400\/80:hover{
    background-color: rgb(49 196 141 / 0.8);
  }
  .md\:hover\/opacity\:bg-green-400\/90:hover{
    background-color: rgb(49 196 141 / 0.9);
  }
  .md\:hover\/opacity\:bg-green-400\/95:hover{
    background-color: rgb(49 196 141 / 0.95);
  }
  .md\:hover\/opacity\:bg-green-400\/100:hover{
    background-color: rgb(49 196 141 / 1);
  }
  .md\:hover\/opacity\:bg-green-500\/0:hover{
    background-color: rgb(14 159 110 / 0);
  }
  .md\:hover\/opacity\:bg-green-500\/5:hover{
    background-color: rgb(14 159 110 / 0.05);
  }
  .md\:hover\/opacity\:bg-green-500\/10:hover{
    background-color: rgb(14 159 110 / 0.1);
  }
  .md\:hover\/opacity\:bg-green-500\/20:hover{
    background-color: rgb(14 159 110 / 0.2);
  }
  .md\:hover\/opacity\:bg-green-500\/25:hover{
    background-color: rgb(14 159 110 / 0.25);
  }
  .md\:hover\/opacity\:bg-green-500\/30:hover{
    background-color: rgb(14 159 110 / 0.3);
  }
  .md\:hover\/opacity\:bg-green-500\/40:hover{
    background-color: rgb(14 159 110 / 0.4);
  }
  .md\:hover\/opacity\:bg-green-500\/50:hover{
    background-color: rgb(14 159 110 / 0.5);
  }
  .md\:hover\/opacity\:bg-green-500\/60:hover{
    background-color: rgb(14 159 110 / 0.6);
  }
  .md\:hover\/opacity\:bg-green-500\/70:hover{
    background-color: rgb(14 159 110 / 0.7);
  }
  .md\:hover\/opacity\:bg-green-500\/75:hover{
    background-color: rgb(14 159 110 / 0.75);
  }
  .md\:hover\/opacity\:bg-green-500\/80:hover{
    background-color: rgb(14 159 110 / 0.8);
  }
  .md\:hover\/opacity\:bg-green-500\/90:hover{
    background-color: rgb(14 159 110 / 0.9);
  }
  .md\:hover\/opacity\:bg-green-500\/95:hover{
    background-color: rgb(14 159 110 / 0.95);
  }
  .md\:hover\/opacity\:bg-green-500\/100:hover{
    background-color: rgb(14 159 110 / 1);
  }
  .md\:hover\/opacity\:bg-green-600\/0:hover{
    background-color: rgb(5 122 85 / 0);
  }
  .md\:hover\/opacity\:bg-green-600\/5:hover{
    background-color: rgb(5 122 85 / 0.05);
  }
  .md\:hover\/opacity\:bg-green-600\/10:hover{
    background-color: rgb(5 122 85 / 0.1);
  }
  .md\:hover\/opacity\:bg-green-600\/20:hover{
    background-color: rgb(5 122 85 / 0.2);
  }
  .md\:hover\/opacity\:bg-green-600\/25:hover{
    background-color: rgb(5 122 85 / 0.25);
  }
  .md\:hover\/opacity\:bg-green-600\/30:hover{
    background-color: rgb(5 122 85 / 0.3);
  }
  .md\:hover\/opacity\:bg-green-600\/40:hover{
    background-color: rgb(5 122 85 / 0.4);
  }
  .md\:hover\/opacity\:bg-green-600\/50:hover{
    background-color: rgb(5 122 85 / 0.5);
  }
  .md\:hover\/opacity\:bg-green-600\/60:hover{
    background-color: rgb(5 122 85 / 0.6);
  }
  .md\:hover\/opacity\:bg-green-600\/70:hover{
    background-color: rgb(5 122 85 / 0.7);
  }
  .md\:hover\/opacity\:bg-green-600\/75:hover{
    background-color: rgb(5 122 85 / 0.75);
  }
  .md\:hover\/opacity\:bg-green-600\/80:hover{
    background-color: rgb(5 122 85 / 0.8);
  }
  .md\:hover\/opacity\:bg-green-600\/90:hover{
    background-color: rgb(5 122 85 / 0.9);
  }
  .md\:hover\/opacity\:bg-green-600\/95:hover{
    background-color: rgb(5 122 85 / 0.95);
  }
  .md\:hover\/opacity\:bg-green-600\/100:hover{
    background-color: rgb(5 122 85 / 1);
  }
  .md\:hover\/opacity\:bg-green-700\/0:hover{
    background-color: rgb(4 108 78 / 0);
  }
  .md\:hover\/opacity\:bg-green-700\/5:hover{
    background-color: rgb(4 108 78 / 0.05);
  }
  .md\:hover\/opacity\:bg-green-700\/10:hover{
    background-color: rgb(4 108 78 / 0.1);
  }
  .md\:hover\/opacity\:bg-green-700\/20:hover{
    background-color: rgb(4 108 78 / 0.2);
  }
  .md\:hover\/opacity\:bg-green-700\/25:hover{
    background-color: rgb(4 108 78 / 0.25);
  }
  .md\:hover\/opacity\:bg-green-700\/30:hover{
    background-color: rgb(4 108 78 / 0.3);
  }
  .md\:hover\/opacity\:bg-green-700\/40:hover{
    background-color: rgb(4 108 78 / 0.4);
  }
  .md\:hover\/opacity\:bg-green-700\/50:hover{
    background-color: rgb(4 108 78 / 0.5);
  }
  .md\:hover\/opacity\:bg-green-700\/60:hover{
    background-color: rgb(4 108 78 / 0.6);
  }
  .md\:hover\/opacity\:bg-green-700\/70:hover{
    background-color: rgb(4 108 78 / 0.7);
  }
  .md\:hover\/opacity\:bg-green-700\/75:hover{
    background-color: rgb(4 108 78 / 0.75);
  }
  .md\:hover\/opacity\:bg-green-700\/80:hover{
    background-color: rgb(4 108 78 / 0.8);
  }
  .md\:hover\/opacity\:bg-green-700\/90:hover{
    background-color: rgb(4 108 78 / 0.9);
  }
  .md\:hover\/opacity\:bg-green-700\/95:hover{
    background-color: rgb(4 108 78 / 0.95);
  }
  .md\:hover\/opacity\:bg-green-700\/100:hover{
    background-color: rgb(4 108 78 / 1);
  }
  .md\:hover\/opacity\:bg-green-800\/0:hover{
    background-color: rgb(3 84 63 / 0);
  }
  .md\:hover\/opacity\:bg-green-800\/5:hover{
    background-color: rgb(3 84 63 / 0.05);
  }
  .md\:hover\/opacity\:bg-green-800\/10:hover{
    background-color: rgb(3 84 63 / 0.1);
  }
  .md\:hover\/opacity\:bg-green-800\/20:hover{
    background-color: rgb(3 84 63 / 0.2);
  }
  .md\:hover\/opacity\:bg-green-800\/25:hover{
    background-color: rgb(3 84 63 / 0.25);
  }
  .md\:hover\/opacity\:bg-green-800\/30:hover{
    background-color: rgb(3 84 63 / 0.3);
  }
  .md\:hover\/opacity\:bg-green-800\/40:hover{
    background-color: rgb(3 84 63 / 0.4);
  }
  .md\:hover\/opacity\:bg-green-800\/50:hover{
    background-color: rgb(3 84 63 / 0.5);
  }
  .md\:hover\/opacity\:bg-green-800\/60:hover{
    background-color: rgb(3 84 63 / 0.6);
  }
  .md\:hover\/opacity\:bg-green-800\/70:hover{
    background-color: rgb(3 84 63 / 0.7);
  }
  .md\:hover\/opacity\:bg-green-800\/75:hover{
    background-color: rgb(3 84 63 / 0.75);
  }
  .md\:hover\/opacity\:bg-green-800\/80:hover{
    background-color: rgb(3 84 63 / 0.8);
  }
  .md\:hover\/opacity\:bg-green-800\/90:hover{
    background-color: rgb(3 84 63 / 0.9);
  }
  .md\:hover\/opacity\:bg-green-800\/95:hover{
    background-color: rgb(3 84 63 / 0.95);
  }
  .md\:hover\/opacity\:bg-green-800\/100:hover{
    background-color: rgb(3 84 63 / 1);
  }
  .md\:hover\/opacity\:bg-green-900\/0:hover{
    background-color: rgb(1 71 55 / 0);
  }
  .md\:hover\/opacity\:bg-green-900\/5:hover{
    background-color: rgb(1 71 55 / 0.05);
  }
  .md\:hover\/opacity\:bg-green-900\/10:hover{
    background-color: rgb(1 71 55 / 0.1);
  }
  .md\:hover\/opacity\:bg-green-900\/20:hover{
    background-color: rgb(1 71 55 / 0.2);
  }
  .md\:hover\/opacity\:bg-green-900\/25:hover{
    background-color: rgb(1 71 55 / 0.25);
  }
  .md\:hover\/opacity\:bg-green-900\/30:hover{
    background-color: rgb(1 71 55 / 0.3);
  }
  .md\:hover\/opacity\:bg-green-900\/40:hover{
    background-color: rgb(1 71 55 / 0.4);
  }
  .md\:hover\/opacity\:bg-green-900\/50:hover{
    background-color: rgb(1 71 55 / 0.5);
  }
  .md\:hover\/opacity\:bg-green-900\/60:hover{
    background-color: rgb(1 71 55 / 0.6);
  }
  .md\:hover\/opacity\:bg-green-900\/70:hover{
    background-color: rgb(1 71 55 / 0.7);
  }
  .md\:hover\/opacity\:bg-green-900\/75:hover{
    background-color: rgb(1 71 55 / 0.75);
  }
  .md\:hover\/opacity\:bg-green-900\/80:hover{
    background-color: rgb(1 71 55 / 0.8);
  }
  .md\:hover\/opacity\:bg-green-900\/90:hover{
    background-color: rgb(1 71 55 / 0.9);
  }
  .md\:hover\/opacity\:bg-green-900\/95:hover{
    background-color: rgb(1 71 55 / 0.95);
  }
  .md\:hover\/opacity\:bg-green-900\/100:hover{
    background-color: rgb(1 71 55 / 1);
  }
  .md\:hover\/opacity\:bg-green\/0:hover{
    background-color: rgb(77 208 225 / 0);
  }
  .md\:hover\/opacity\:bg-green\/5:hover{
    background-color: rgb(77 208 225 / 0.05);
  }
  .md\:hover\/opacity\:bg-green\/10:hover{
    background-color: rgb(77 208 225 / 0.1);
  }
  .md\:hover\/opacity\:bg-green\/20:hover{
    background-color: rgb(77 208 225 / 0.2);
  }
  .md\:hover\/opacity\:bg-green\/25:hover{
    background-color: rgb(77 208 225 / 0.25);
  }
  .md\:hover\/opacity\:bg-green\/30:hover{
    background-color: rgb(77 208 225 / 0.3);
  }
  .md\:hover\/opacity\:bg-green\/40:hover{
    background-color: rgb(77 208 225 / 0.4);
  }
  .md\:hover\/opacity\:bg-green\/50:hover{
    background-color: rgb(77 208 225 / 0.5);
  }
  .md\:hover\/opacity\:bg-green\/60:hover{
    background-color: rgb(77 208 225 / 0.6);
  }
  .md\:hover\/opacity\:bg-green\/70:hover{
    background-color: rgb(77 208 225 / 0.7);
  }
  .md\:hover\/opacity\:bg-green\/75:hover{
    background-color: rgb(77 208 225 / 0.75);
  }
  .md\:hover\/opacity\:bg-green\/80:hover{
    background-color: rgb(77 208 225 / 0.8);
  }
  .md\:hover\/opacity\:bg-green\/90:hover{
    background-color: rgb(77 208 225 / 0.9);
  }
  .md\:hover\/opacity\:bg-green\/95:hover{
    background-color: rgb(77 208 225 / 0.95);
  }
  .md\:hover\/opacity\:bg-green\/100:hover{
    background-color: rgb(77 208 225 / 1);
  }
  .md\:hover\/opacity\:bg-green-light\/0:hover{
    background-color: rgb(93 224 241 / 0);
  }
  .md\:hover\/opacity\:bg-green-light\/5:hover{
    background-color: rgb(93 224 241 / 0.05);
  }
  .md\:hover\/opacity\:bg-green-light\/10:hover{
    background-color: rgb(93 224 241 / 0.1);
  }
  .md\:hover\/opacity\:bg-green-light\/20:hover{
    background-color: rgb(93 224 241 / 0.2);
  }
  .md\:hover\/opacity\:bg-green-light\/25:hover{
    background-color: rgb(93 224 241 / 0.25);
  }
  .md\:hover\/opacity\:bg-green-light\/30:hover{
    background-color: rgb(93 224 241 / 0.3);
  }
  .md\:hover\/opacity\:bg-green-light\/40:hover{
    background-color: rgb(93 224 241 / 0.4);
  }
  .md\:hover\/opacity\:bg-green-light\/50:hover{
    background-color: rgb(93 224 241 / 0.5);
  }
  .md\:hover\/opacity\:bg-green-light\/60:hover{
    background-color: rgb(93 224 241 / 0.6);
  }
  .md\:hover\/opacity\:bg-green-light\/70:hover{
    background-color: rgb(93 224 241 / 0.7);
  }
  .md\:hover\/opacity\:bg-green-light\/75:hover{
    background-color: rgb(93 224 241 / 0.75);
  }
  .md\:hover\/opacity\:bg-green-light\/80:hover{
    background-color: rgb(93 224 241 / 0.8);
  }
  .md\:hover\/opacity\:bg-green-light\/90:hover{
    background-color: rgb(93 224 241 / 0.9);
  }
  .md\:hover\/opacity\:bg-green-light\/95:hover{
    background-color: rgb(93 224 241 / 0.95);
  }
  .md\:hover\/opacity\:bg-green-light\/100:hover{
    background-color: rgb(93 224 241 / 1);
  }
  .md\:hover\/opacity\:bg-ottanio\/0:hover{
    background-color: rgb(5 79 89 / 0);
  }
  .md\:hover\/opacity\:bg-ottanio\/5:hover{
    background-color: rgb(5 79 89 / 0.05);
  }
  .md\:hover\/opacity\:bg-ottanio\/10:hover{
    background-color: rgb(5 79 89 / 0.1);
  }
  .md\:hover\/opacity\:bg-ottanio\/20:hover{
    background-color: rgb(5 79 89 / 0.2);
  }
  .md\:hover\/opacity\:bg-ottanio\/25:hover{
    background-color: rgb(5 79 89 / 0.25);
  }
  .md\:hover\/opacity\:bg-ottanio\/30:hover{
    background-color: rgb(5 79 89 / 0.3);
  }
  .md\:hover\/opacity\:bg-ottanio\/40:hover{
    background-color: rgb(5 79 89 / 0.4);
  }
  .md\:hover\/opacity\:bg-ottanio\/50:hover{
    background-color: rgb(5 79 89 / 0.5);
  }
  .md\:hover\/opacity\:bg-ottanio\/60:hover{
    background-color: rgb(5 79 89 / 0.6);
  }
  .md\:hover\/opacity\:bg-ottanio\/70:hover{
    background-color: rgb(5 79 89 / 0.7);
  }
  .md\:hover\/opacity\:bg-ottanio\/75:hover{
    background-color: rgb(5 79 89 / 0.75);
  }
  .md\:hover\/opacity\:bg-ottanio\/80:hover{
    background-color: rgb(5 79 89 / 0.8);
  }
  .md\:hover\/opacity\:bg-ottanio\/90:hover{
    background-color: rgb(5 79 89 / 0.9);
  }
  .md\:hover\/opacity\:bg-ottanio\/95:hover{
    background-color: rgb(5 79 89 / 0.95);
  }
  .md\:hover\/opacity\:bg-ottanio\/100:hover{
    background-color: rgb(5 79 89 / 1);
  }
  .md\:hover\/opacity\:bg-ottanio-light\/0:hover{
    background-color: rgb(0 151 167 / 0);
  }
  .md\:hover\/opacity\:bg-ottanio-light\/5:hover{
    background-color: rgb(0 151 167 / 0.05);
  }
  .md\:hover\/opacity\:bg-ottanio-light\/10:hover{
    background-color: rgb(0 151 167 / 0.1);
  }
  .md\:hover\/opacity\:bg-ottanio-light\/20:hover{
    background-color: rgb(0 151 167 / 0.2);
  }
  .md\:hover\/opacity\:bg-ottanio-light\/25:hover{
    background-color: rgb(0 151 167 / 0.25);
  }
  .md\:hover\/opacity\:bg-ottanio-light\/30:hover{
    background-color: rgb(0 151 167 / 0.3);
  }
  .md\:hover\/opacity\:bg-ottanio-light\/40:hover{
    background-color: rgb(0 151 167 / 0.4);
  }
  .md\:hover\/opacity\:bg-ottanio-light\/50:hover{
    background-color: rgb(0 151 167 / 0.5);
  }
  .md\:hover\/opacity\:bg-ottanio-light\/60:hover{
    background-color: rgb(0 151 167 / 0.6);
  }
  .md\:hover\/opacity\:bg-ottanio-light\/70:hover{
    background-color: rgb(0 151 167 / 0.7);
  }
  .md\:hover\/opacity\:bg-ottanio-light\/75:hover{
    background-color: rgb(0 151 167 / 0.75);
  }
  .md\:hover\/opacity\:bg-ottanio-light\/80:hover{
    background-color: rgb(0 151 167 / 0.8);
  }
  .md\:hover\/opacity\:bg-ottanio-light\/90:hover{
    background-color: rgb(0 151 167 / 0.9);
  }
  .md\:hover\/opacity\:bg-ottanio-light\/95:hover{
    background-color: rgb(0 151 167 / 0.95);
  }
  .md\:hover\/opacity\:bg-ottanio-light\/100:hover{
    background-color: rgb(0 151 167 / 1);
  }
  .md\:hover\/opacity\:bg-magenta\/0:hover{
    background-color: rgb(224 14 102 / 0);
  }
  .md\:hover\/opacity\:bg-magenta\/5:hover{
    background-color: rgb(224 14 102 / 0.05);
  }
  .md\:hover\/opacity\:bg-magenta\/10:hover{
    background-color: rgb(224 14 102 / 0.1);
  }
  .md\:hover\/opacity\:bg-magenta\/20:hover{
    background-color: rgb(224 14 102 / 0.2);
  }
  .md\:hover\/opacity\:bg-magenta\/25:hover{
    background-color: rgb(224 14 102 / 0.25);
  }
  .md\:hover\/opacity\:bg-magenta\/30:hover{
    background-color: rgb(224 14 102 / 0.3);
  }
  .md\:hover\/opacity\:bg-magenta\/40:hover{
    background-color: rgb(224 14 102 / 0.4);
  }
  .md\:hover\/opacity\:bg-magenta\/50:hover{
    background-color: rgb(224 14 102 / 0.5);
  }
  .md\:hover\/opacity\:bg-magenta\/60:hover{
    background-color: rgb(224 14 102 / 0.6);
  }
  .md\:hover\/opacity\:bg-magenta\/70:hover{
    background-color: rgb(224 14 102 / 0.7);
  }
  .md\:hover\/opacity\:bg-magenta\/75:hover{
    background-color: rgb(224 14 102 / 0.75);
  }
  .md\:hover\/opacity\:bg-magenta\/80:hover{
    background-color: rgb(224 14 102 / 0.8);
  }
  .md\:hover\/opacity\:bg-magenta\/90:hover{
    background-color: rgb(224 14 102 / 0.9);
  }
  .md\:hover\/opacity\:bg-magenta\/95:hover{
    background-color: rgb(224 14 102 / 0.95);
  }
  .md\:hover\/opacity\:bg-magenta\/100:hover{
    background-color: rgb(224 14 102 / 1);
  }
  .md\:hover\/opacity\:bg-magenta-light\/0:hover{
    background-color: rgb(224 14 102 / 0);
  }
  .md\:hover\/opacity\:bg-magenta-light\/5:hover{
    background-color: rgb(224 14 102 / 0.05);
  }
  .md\:hover\/opacity\:bg-magenta-light\/10:hover{
    background-color: rgb(224 14 102 / 0.1);
  }
  .md\:hover\/opacity\:bg-magenta-light\/20:hover{
    background-color: rgb(224 14 102 / 0.2);
  }
  .md\:hover\/opacity\:bg-magenta-light\/25:hover{
    background-color: rgb(224 14 102 / 0.25);
  }
  .md\:hover\/opacity\:bg-magenta-light\/30:hover{
    background-color: rgb(224 14 102 / 0.3);
  }
  .md\:hover\/opacity\:bg-magenta-light\/40:hover{
    background-color: rgb(224 14 102 / 0.4);
  }
  .md\:hover\/opacity\:bg-magenta-light\/50:hover{
    background-color: rgb(224 14 102 / 0.5);
  }
  .md\:hover\/opacity\:bg-magenta-light\/60:hover{
    background-color: rgb(224 14 102 / 0.6);
  }
  .md\:hover\/opacity\:bg-magenta-light\/70:hover{
    background-color: rgb(224 14 102 / 0.7);
  }
  .md\:hover\/opacity\:bg-magenta-light\/75:hover{
    background-color: rgb(224 14 102 / 0.75);
  }
  .md\:hover\/opacity\:bg-magenta-light\/80:hover{
    background-color: rgb(224 14 102 / 0.8);
  }
  .md\:hover\/opacity\:bg-magenta-light\/90:hover{
    background-color: rgb(224 14 102 / 0.9);
  }
  .md\:hover\/opacity\:bg-magenta-light\/95:hover{
    background-color: rgb(224 14 102 / 0.95);
  }
  .md\:hover\/opacity\:bg-magenta-light\/100:hover{
    background-color: rgb(224 14 102 / 1);
  }
  .md\:hover\/opacity\:bg-arancio\/0:hover{
    background-color: rgb(255 149 149 / 0);
  }
  .md\:hover\/opacity\:bg-arancio\/5:hover{
    background-color: rgb(255 149 149 / 0.05);
  }
  .md\:hover\/opacity\:bg-arancio\/10:hover{
    background-color: rgb(255 149 149 / 0.1);
  }
  .md\:hover\/opacity\:bg-arancio\/20:hover{
    background-color: rgb(255 149 149 / 0.2);
  }
  .md\:hover\/opacity\:bg-arancio\/25:hover{
    background-color: rgb(255 149 149 / 0.25);
  }
  .md\:hover\/opacity\:bg-arancio\/30:hover{
    background-color: rgb(255 149 149 / 0.3);
  }
  .md\:hover\/opacity\:bg-arancio\/40:hover{
    background-color: rgb(255 149 149 / 0.4);
  }
  .md\:hover\/opacity\:bg-arancio\/50:hover{
    background-color: rgb(255 149 149 / 0.5);
  }
  .md\:hover\/opacity\:bg-arancio\/60:hover{
    background-color: rgb(255 149 149 / 0.6);
  }
  .md\:hover\/opacity\:bg-arancio\/70:hover{
    background-color: rgb(255 149 149 / 0.7);
  }
  .md\:hover\/opacity\:bg-arancio\/75:hover{
    background-color: rgb(255 149 149 / 0.75);
  }
  .md\:hover\/opacity\:bg-arancio\/80:hover{
    background-color: rgb(255 149 149 / 0.8);
  }
  .md\:hover\/opacity\:bg-arancio\/90:hover{
    background-color: rgb(255 149 149 / 0.9);
  }
  .md\:hover\/opacity\:bg-arancio\/95:hover{
    background-color: rgb(255 149 149 / 0.95);
  }
  .md\:hover\/opacity\:bg-arancio\/100:hover{
    background-color: rgb(255 149 149 / 1);
  }
  .md\:hover\/opacity\:bg-gray-50\/0:hover{
    background-color: rgb(249 250 251 / 0);
  }
  .md\:hover\/opacity\:bg-gray-50\/5:hover{
    background-color: rgb(249 250 251 / 0.05);
  }
  .md\:hover\/opacity\:bg-gray-50\/10:hover{
    background-color: rgb(249 250 251 / 0.1);
  }
  .md\:hover\/opacity\:bg-gray-50\/20:hover{
    background-color: rgb(249 250 251 / 0.2);
  }
  .md\:hover\/opacity\:bg-gray-50\/25:hover{
    background-color: rgb(249 250 251 / 0.25);
  }
  .md\:hover\/opacity\:bg-gray-50\/30:hover{
    background-color: rgb(249 250 251 / 0.3);
  }
  .md\:hover\/opacity\:bg-gray-50\/40:hover{
    background-color: rgb(249 250 251 / 0.4);
  }
  .md\:hover\/opacity\:bg-gray-50\/50:hover{
    background-color: rgb(249 250 251 / 0.5);
  }
  .md\:hover\/opacity\:bg-gray-50\/60:hover{
    background-color: rgb(249 250 251 / 0.6);
  }
  .md\:hover\/opacity\:bg-gray-50\/70:hover{
    background-color: rgb(249 250 251 / 0.7);
  }
  .md\:hover\/opacity\:bg-gray-50\/75:hover{
    background-color: rgb(249 250 251 / 0.75);
  }
  .md\:hover\/opacity\:bg-gray-50\/80:hover{
    background-color: rgb(249 250 251 / 0.8);
  }
  .md\:hover\/opacity\:bg-gray-50\/90:hover{
    background-color: rgb(249 250 251 / 0.9);
  }
  .md\:hover\/opacity\:bg-gray-50\/95:hover{
    background-color: rgb(249 250 251 / 0.95);
  }
  .md\:hover\/opacity\:bg-gray-50\/100:hover{
    background-color: rgb(249 250 251 / 1);
  }
  .md\:hover\/opacity\:bg-gray-100\/0:hover{
    background-color: rgb(213 227 231 / 0);
  }
  .md\:hover\/opacity\:bg-gray-100\/5:hover{
    background-color: rgb(213 227 231 / 0.05);
  }
  .md\:hover\/opacity\:bg-gray-100\/10:hover{
    background-color: rgb(213 227 231 / 0.1);
  }
  .md\:hover\/opacity\:bg-gray-100\/20:hover{
    background-color: rgb(213 227 231 / 0.2);
  }
  .md\:hover\/opacity\:bg-gray-100\/25:hover{
    background-color: rgb(213 227 231 / 0.25);
  }
  .md\:hover\/opacity\:bg-gray-100\/30:hover{
    background-color: rgb(213 227 231 / 0.3);
  }
  .md\:hover\/opacity\:bg-gray-100\/40:hover{
    background-color: rgb(213 227 231 / 0.4);
  }
  .md\:hover\/opacity\:bg-gray-100\/50:hover{
    background-color: rgb(213 227 231 / 0.5);
  }
  .md\:hover\/opacity\:bg-gray-100\/60:hover{
    background-color: rgb(213 227 231 / 0.6);
  }
  .md\:hover\/opacity\:bg-gray-100\/70:hover{
    background-color: rgb(213 227 231 / 0.7);
  }
  .md\:hover\/opacity\:bg-gray-100\/75:hover{
    background-color: rgb(213 227 231 / 0.75);
  }
  .md\:hover\/opacity\:bg-gray-100\/80:hover{
    background-color: rgb(213 227 231 / 0.8);
  }
  .md\:hover\/opacity\:bg-gray-100\/90:hover{
    background-color: rgb(213 227 231 / 0.9);
  }
  .md\:hover\/opacity\:bg-gray-100\/95:hover{
    background-color: rgb(213 227 231 / 0.95);
  }
  .md\:hover\/opacity\:bg-gray-100\/100:hover{
    background-color: rgb(213 227 231 / 1);
  }
  .md\:hover\/opacity\:bg-gray-200\/0:hover{
    background-color: rgb(229 231 235 / 0);
  }
  .md\:hover\/opacity\:bg-gray-200\/5:hover{
    background-color: rgb(229 231 235 / 0.05);
  }
  .md\:hover\/opacity\:bg-gray-200\/10:hover{
    background-color: rgb(229 231 235 / 0.1);
  }
  .md\:hover\/opacity\:bg-gray-200\/20:hover{
    background-color: rgb(229 231 235 / 0.2);
  }
  .md\:hover\/opacity\:bg-gray-200\/25:hover{
    background-color: rgb(229 231 235 / 0.25);
  }
  .md\:hover\/opacity\:bg-gray-200\/30:hover{
    background-color: rgb(229 231 235 / 0.3);
  }
  .md\:hover\/opacity\:bg-gray-200\/40:hover{
    background-color: rgb(229 231 235 / 0.4);
  }
  .md\:hover\/opacity\:bg-gray-200\/50:hover{
    background-color: rgb(229 231 235 / 0.5);
  }
  .md\:hover\/opacity\:bg-gray-200\/60:hover{
    background-color: rgb(229 231 235 / 0.6);
  }
  .md\:hover\/opacity\:bg-gray-200\/70:hover{
    background-color: rgb(229 231 235 / 0.7);
  }
  .md\:hover\/opacity\:bg-gray-200\/75:hover{
    background-color: rgb(229 231 235 / 0.75);
  }
  .md\:hover\/opacity\:bg-gray-200\/80:hover{
    background-color: rgb(229 231 235 / 0.8);
  }
  .md\:hover\/opacity\:bg-gray-200\/90:hover{
    background-color: rgb(229 231 235 / 0.9);
  }
  .md\:hover\/opacity\:bg-gray-200\/95:hover{
    background-color: rgb(229 231 235 / 0.95);
  }
  .md\:hover\/opacity\:bg-gray-200\/100:hover{
    background-color: rgb(229 231 235 / 1);
  }
  .md\:hover\/opacity\:bg-gray-300\/0:hover{
    background-color: rgb(100 108 122 / 0);
  }
  .md\:hover\/opacity\:bg-gray-300\/5:hover{
    background-color: rgb(100 108 122 / 0.05);
  }
  .md\:hover\/opacity\:bg-gray-300\/10:hover{
    background-color: rgb(100 108 122 / 0.1);
  }
  .md\:hover\/opacity\:bg-gray-300\/20:hover{
    background-color: rgb(100 108 122 / 0.2);
  }
  .md\:hover\/opacity\:bg-gray-300\/25:hover{
    background-color: rgb(100 108 122 / 0.25);
  }
  .md\:hover\/opacity\:bg-gray-300\/30:hover{
    background-color: rgb(100 108 122 / 0.3);
  }
  .md\:hover\/opacity\:bg-gray-300\/40:hover{
    background-color: rgb(100 108 122 / 0.4);
  }
  .md\:hover\/opacity\:bg-gray-300\/50:hover{
    background-color: rgb(100 108 122 / 0.5);
  }
  .md\:hover\/opacity\:bg-gray-300\/60:hover{
    background-color: rgb(100 108 122 / 0.6);
  }
  .md\:hover\/opacity\:bg-gray-300\/70:hover{
    background-color: rgb(100 108 122 / 0.7);
  }
  .md\:hover\/opacity\:bg-gray-300\/75:hover{
    background-color: rgb(100 108 122 / 0.75);
  }
  .md\:hover\/opacity\:bg-gray-300\/80:hover{
    background-color: rgb(100 108 122 / 0.8);
  }
  .md\:hover\/opacity\:bg-gray-300\/90:hover{
    background-color: rgb(100 108 122 / 0.9);
  }
  .md\:hover\/opacity\:bg-gray-300\/95:hover{
    background-color: rgb(100 108 122 / 0.95);
  }
  .md\:hover\/opacity\:bg-gray-300\/100:hover{
    background-color: rgb(100 108 122 / 1);
  }
  .md\:hover\/opacity\:bg-gray-400\/0:hover{
    background-color: rgb(159 189 195 / 0);
  }
  .md\:hover\/opacity\:bg-gray-400\/5:hover{
    background-color: rgb(159 189 195 / 0.05);
  }
  .md\:hover\/opacity\:bg-gray-400\/10:hover{
    background-color: rgb(159 189 195 / 0.1);
  }
  .md\:hover\/opacity\:bg-gray-400\/20:hover{
    background-color: rgb(159 189 195 / 0.2);
  }
  .md\:hover\/opacity\:bg-gray-400\/25:hover{
    background-color: rgb(159 189 195 / 0.25);
  }
  .md\:hover\/opacity\:bg-gray-400\/30:hover{
    background-color: rgb(159 189 195 / 0.3);
  }
  .md\:hover\/opacity\:bg-gray-400\/40:hover{
    background-color: rgb(159 189 195 / 0.4);
  }
  .md\:hover\/opacity\:bg-gray-400\/50:hover{
    background-color: rgb(159 189 195 / 0.5);
  }
  .md\:hover\/opacity\:bg-gray-400\/60:hover{
    background-color: rgb(159 189 195 / 0.6);
  }
  .md\:hover\/opacity\:bg-gray-400\/70:hover{
    background-color: rgb(159 189 195 / 0.7);
  }
  .md\:hover\/opacity\:bg-gray-400\/75:hover{
    background-color: rgb(159 189 195 / 0.75);
  }
  .md\:hover\/opacity\:bg-gray-400\/80:hover{
    background-color: rgb(159 189 195 / 0.8);
  }
  .md\:hover\/opacity\:bg-gray-400\/90:hover{
    background-color: rgb(159 189 195 / 0.9);
  }
  .md\:hover\/opacity\:bg-gray-400\/95:hover{
    background-color: rgb(159 189 195 / 0.95);
  }
  .md\:hover\/opacity\:bg-gray-400\/100:hover{
    background-color: rgb(159 189 195 / 1);
  }
  .md\:hover\/opacity\:bg-gray-500\/0:hover{
    background-color: rgb(107 114 128 / 0);
  }
  .md\:hover\/opacity\:bg-gray-500\/5:hover{
    background-color: rgb(107 114 128 / 0.05);
  }
  .md\:hover\/opacity\:bg-gray-500\/10:hover{
    background-color: rgb(107 114 128 / 0.1);
  }
  .md\:hover\/opacity\:bg-gray-500\/20:hover{
    background-color: rgb(107 114 128 / 0.2);
  }
  .md\:hover\/opacity\:bg-gray-500\/25:hover{
    background-color: rgb(107 114 128 / 0.25);
  }
  .md\:hover\/opacity\:bg-gray-500\/30:hover{
    background-color: rgb(107 114 128 / 0.3);
  }
  .md\:hover\/opacity\:bg-gray-500\/40:hover{
    background-color: rgb(107 114 128 / 0.4);
  }
  .md\:hover\/opacity\:bg-gray-500\/50:hover{
    background-color: rgb(107 114 128 / 0.5);
  }
  .md\:hover\/opacity\:bg-gray-500\/60:hover{
    background-color: rgb(107 114 128 / 0.6);
  }
  .md\:hover\/opacity\:bg-gray-500\/70:hover{
    background-color: rgb(107 114 128 / 0.7);
  }
  .md\:hover\/opacity\:bg-gray-500\/75:hover{
    background-color: rgb(107 114 128 / 0.75);
  }
  .md\:hover\/opacity\:bg-gray-500\/80:hover{
    background-color: rgb(107 114 128 / 0.8);
  }
  .md\:hover\/opacity\:bg-gray-500\/90:hover{
    background-color: rgb(107 114 128 / 0.9);
  }
  .md\:hover\/opacity\:bg-gray-500\/95:hover{
    background-color: rgb(107 114 128 / 0.95);
  }
  .md\:hover\/opacity\:bg-gray-500\/100:hover{
    background-color: rgb(107 114 128 / 1);
  }
  .md\:hover\/opacity\:bg-gray-600\/0:hover{
    background-color: rgb(196 196 196 / 0);
  }
  .md\:hover\/opacity\:bg-gray-600\/5:hover{
    background-color: rgb(196 196 196 / 0.05);
  }
  .md\:hover\/opacity\:bg-gray-600\/10:hover{
    background-color: rgb(196 196 196 / 0.1);
  }
  .md\:hover\/opacity\:bg-gray-600\/20:hover{
    background-color: rgb(196 196 196 / 0.2);
  }
  .md\:hover\/opacity\:bg-gray-600\/25:hover{
    background-color: rgb(196 196 196 / 0.25);
  }
  .md\:hover\/opacity\:bg-gray-600\/30:hover{
    background-color: rgb(196 196 196 / 0.3);
  }
  .md\:hover\/opacity\:bg-gray-600\/40:hover{
    background-color: rgb(196 196 196 / 0.4);
  }
  .md\:hover\/opacity\:bg-gray-600\/50:hover{
    background-color: rgb(196 196 196 / 0.5);
  }
  .md\:hover\/opacity\:bg-gray-600\/60:hover{
    background-color: rgb(196 196 196 / 0.6);
  }
  .md\:hover\/opacity\:bg-gray-600\/70:hover{
    background-color: rgb(196 196 196 / 0.7);
  }
  .md\:hover\/opacity\:bg-gray-600\/75:hover{
    background-color: rgb(196 196 196 / 0.75);
  }
  .md\:hover\/opacity\:bg-gray-600\/80:hover{
    background-color: rgb(196 196 196 / 0.8);
  }
  .md\:hover\/opacity\:bg-gray-600\/90:hover{
    background-color: rgb(196 196 196 / 0.9);
  }
  .md\:hover\/opacity\:bg-gray-600\/95:hover{
    background-color: rgb(196 196 196 / 0.95);
  }
  .md\:hover\/opacity\:bg-gray-600\/100:hover{
    background-color: rgb(196 196 196 / 1);
  }
  .md\:hover\/opacity\:bg-gray-700\/0:hover{
    background-color: rgb(221 221 221 / 0);
  }
  .md\:hover\/opacity\:bg-gray-700\/5:hover{
    background-color: rgb(221 221 221 / 0.05);
  }
  .md\:hover\/opacity\:bg-gray-700\/10:hover{
    background-color: rgb(221 221 221 / 0.1);
  }
  .md\:hover\/opacity\:bg-gray-700\/20:hover{
    background-color: rgb(221 221 221 / 0.2);
  }
  .md\:hover\/opacity\:bg-gray-700\/25:hover{
    background-color: rgb(221 221 221 / 0.25);
  }
  .md\:hover\/opacity\:bg-gray-700\/30:hover{
    background-color: rgb(221 221 221 / 0.3);
  }
  .md\:hover\/opacity\:bg-gray-700\/40:hover{
    background-color: rgb(221 221 221 / 0.4);
  }
  .md\:hover\/opacity\:bg-gray-700\/50:hover{
    background-color: rgb(221 221 221 / 0.5);
  }
  .md\:hover\/opacity\:bg-gray-700\/60:hover{
    background-color: rgb(221 221 221 / 0.6);
  }
  .md\:hover\/opacity\:bg-gray-700\/70:hover{
    background-color: rgb(221 221 221 / 0.7);
  }
  .md\:hover\/opacity\:bg-gray-700\/75:hover{
    background-color: rgb(221 221 221 / 0.75);
  }
  .md\:hover\/opacity\:bg-gray-700\/80:hover{
    background-color: rgb(221 221 221 / 0.8);
  }
  .md\:hover\/opacity\:bg-gray-700\/90:hover{
    background-color: rgb(221 221 221 / 0.9);
  }
  .md\:hover\/opacity\:bg-gray-700\/95:hover{
    background-color: rgb(221 221 221 / 0.95);
  }
  .md\:hover\/opacity\:bg-gray-700\/100:hover{
    background-color: rgb(221 221 221 / 1);
  }
  .md\:hover\/opacity\:bg-gray-800\/0:hover{
    background-color: rgb(31 41 55 / 0);
  }
  .md\:hover\/opacity\:bg-gray-800\/5:hover{
    background-color: rgb(31 41 55 / 0.05);
  }
  .md\:hover\/opacity\:bg-gray-800\/10:hover{
    background-color: rgb(31 41 55 / 0.1);
  }
  .md\:hover\/opacity\:bg-gray-800\/20:hover{
    background-color: rgb(31 41 55 / 0.2);
  }
  .md\:hover\/opacity\:bg-gray-800\/25:hover{
    background-color: rgb(31 41 55 / 0.25);
  }
  .md\:hover\/opacity\:bg-gray-800\/30:hover{
    background-color: rgb(31 41 55 / 0.3);
  }
  .md\:hover\/opacity\:bg-gray-800\/40:hover{
    background-color: rgb(31 41 55 / 0.4);
  }
  .md\:hover\/opacity\:bg-gray-800\/50:hover{
    background-color: rgb(31 41 55 / 0.5);
  }
  .md\:hover\/opacity\:bg-gray-800\/60:hover{
    background-color: rgb(31 41 55 / 0.6);
  }
  .md\:hover\/opacity\:bg-gray-800\/70:hover{
    background-color: rgb(31 41 55 / 0.7);
  }
  .md\:hover\/opacity\:bg-gray-800\/75:hover{
    background-color: rgb(31 41 55 / 0.75);
  }
  .md\:hover\/opacity\:bg-gray-800\/80:hover{
    background-color: rgb(31 41 55 / 0.8);
  }
  .md\:hover\/opacity\:bg-gray-800\/90:hover{
    background-color: rgb(31 41 55 / 0.9);
  }
  .md\:hover\/opacity\:bg-gray-800\/95:hover{
    background-color: rgb(31 41 55 / 0.95);
  }
  .md\:hover\/opacity\:bg-gray-800\/100:hover{
    background-color: rgb(31 41 55 / 1);
  }
  .md\:hover\/opacity\:bg-gray-900\/0:hover{
    background-color: rgb(249 249 249 / 0);
  }
  .md\:hover\/opacity\:bg-gray-900\/5:hover{
    background-color: rgb(249 249 249 / 0.05);
  }
  .md\:hover\/opacity\:bg-gray-900\/10:hover{
    background-color: rgb(249 249 249 / 0.1);
  }
  .md\:hover\/opacity\:bg-gray-900\/20:hover{
    background-color: rgb(249 249 249 / 0.2);
  }
  .md\:hover\/opacity\:bg-gray-900\/25:hover{
    background-color: rgb(249 249 249 / 0.25);
  }
  .md\:hover\/opacity\:bg-gray-900\/30:hover{
    background-color: rgb(249 249 249 / 0.3);
  }
  .md\:hover\/opacity\:bg-gray-900\/40:hover{
    background-color: rgb(249 249 249 / 0.4);
  }
  .md\:hover\/opacity\:bg-gray-900\/50:hover{
    background-color: rgb(249 249 249 / 0.5);
  }
  .md\:hover\/opacity\:bg-gray-900\/60:hover{
    background-color: rgb(249 249 249 / 0.6);
  }
  .md\:hover\/opacity\:bg-gray-900\/70:hover{
    background-color: rgb(249 249 249 / 0.7);
  }
  .md\:hover\/opacity\:bg-gray-900\/75:hover{
    background-color: rgb(249 249 249 / 0.75);
  }
  .md\:hover\/opacity\:bg-gray-900\/80:hover{
    background-color: rgb(249 249 249 / 0.8);
  }
  .md\:hover\/opacity\:bg-gray-900\/90:hover{
    background-color: rgb(249 249 249 / 0.9);
  }
  .md\:hover\/opacity\:bg-gray-900\/95:hover{
    background-color: rgb(249 249 249 / 0.95);
  }
  .md\:hover\/opacity\:bg-gray-900\/100:hover{
    background-color: rgb(249 249 249 / 1);
  }
  .md\:hover\/opacity\:bg-gray\/0:hover{
    background-color: rgb(187 187 187 / 0);
  }
  .md\:hover\/opacity\:bg-gray\/5:hover{
    background-color: rgb(187 187 187 / 0.05);
  }
  .md\:hover\/opacity\:bg-gray\/10:hover{
    background-color: rgb(187 187 187 / 0.1);
  }
  .md\:hover\/opacity\:bg-gray\/20:hover{
    background-color: rgb(187 187 187 / 0.2);
  }
  .md\:hover\/opacity\:bg-gray\/25:hover{
    background-color: rgb(187 187 187 / 0.25);
  }
  .md\:hover\/opacity\:bg-gray\/30:hover{
    background-color: rgb(187 187 187 / 0.3);
  }
  .md\:hover\/opacity\:bg-gray\/40:hover{
    background-color: rgb(187 187 187 / 0.4);
  }
  .md\:hover\/opacity\:bg-gray\/50:hover{
    background-color: rgb(187 187 187 / 0.5);
  }
  .md\:hover\/opacity\:bg-gray\/60:hover{
    background-color: rgb(187 187 187 / 0.6);
  }
  .md\:hover\/opacity\:bg-gray\/70:hover{
    background-color: rgb(187 187 187 / 0.7);
  }
  .md\:hover\/opacity\:bg-gray\/75:hover{
    background-color: rgb(187 187 187 / 0.75);
  }
  .md\:hover\/opacity\:bg-gray\/80:hover{
    background-color: rgb(187 187 187 / 0.8);
  }
  .md\:hover\/opacity\:bg-gray\/90:hover{
    background-color: rgb(187 187 187 / 0.9);
  }
  .md\:hover\/opacity\:bg-gray\/95:hover{
    background-color: rgb(187 187 187 / 0.95);
  }
  .md\:hover\/opacity\:bg-gray\/100:hover{
    background-color: rgb(187 187 187 / 1);
  }
  .md\:hover\/opacity\:bg-red-50\/0:hover{
    background-color: rgb(253 242 242 / 0);
  }
  .md\:hover\/opacity\:bg-red-50\/5:hover{
    background-color: rgb(253 242 242 / 0.05);
  }
  .md\:hover\/opacity\:bg-red-50\/10:hover{
    background-color: rgb(253 242 242 / 0.1);
  }
  .md\:hover\/opacity\:bg-red-50\/20:hover{
    background-color: rgb(253 242 242 / 0.2);
  }
  .md\:hover\/opacity\:bg-red-50\/25:hover{
    background-color: rgb(253 242 242 / 0.25);
  }
  .md\:hover\/opacity\:bg-red-50\/30:hover{
    background-color: rgb(253 242 242 / 0.3);
  }
  .md\:hover\/opacity\:bg-red-50\/40:hover{
    background-color: rgb(253 242 242 / 0.4);
  }
  .md\:hover\/opacity\:bg-red-50\/50:hover{
    background-color: rgb(253 242 242 / 0.5);
  }
  .md\:hover\/opacity\:bg-red-50\/60:hover{
    background-color: rgb(253 242 242 / 0.6);
  }
  .md\:hover\/opacity\:bg-red-50\/70:hover{
    background-color: rgb(253 242 242 / 0.7);
  }
  .md\:hover\/opacity\:bg-red-50\/75:hover{
    background-color: rgb(253 242 242 / 0.75);
  }
  .md\:hover\/opacity\:bg-red-50\/80:hover{
    background-color: rgb(253 242 242 / 0.8);
  }
  .md\:hover\/opacity\:bg-red-50\/90:hover{
    background-color: rgb(253 242 242 / 0.9);
  }
  .md\:hover\/opacity\:bg-red-50\/95:hover{
    background-color: rgb(253 242 242 / 0.95);
  }
  .md\:hover\/opacity\:bg-red-50\/100:hover{
    background-color: rgb(253 242 242 / 1);
  }
  .md\:hover\/opacity\:bg-red-100\/0:hover{
    background-color: rgb(253 232 232 / 0);
  }
  .md\:hover\/opacity\:bg-red-100\/5:hover{
    background-color: rgb(253 232 232 / 0.05);
  }
  .md\:hover\/opacity\:bg-red-100\/10:hover{
    background-color: rgb(253 232 232 / 0.1);
  }
  .md\:hover\/opacity\:bg-red-100\/20:hover{
    background-color: rgb(253 232 232 / 0.2);
  }
  .md\:hover\/opacity\:bg-red-100\/25:hover{
    background-color: rgb(253 232 232 / 0.25);
  }
  .md\:hover\/opacity\:bg-red-100\/30:hover{
    background-color: rgb(253 232 232 / 0.3);
  }
  .md\:hover\/opacity\:bg-red-100\/40:hover{
    background-color: rgb(253 232 232 / 0.4);
  }
  .md\:hover\/opacity\:bg-red-100\/50:hover{
    background-color: rgb(253 232 232 / 0.5);
  }
  .md\:hover\/opacity\:bg-red-100\/60:hover{
    background-color: rgb(253 232 232 / 0.6);
  }
  .md\:hover\/opacity\:bg-red-100\/70:hover{
    background-color: rgb(253 232 232 / 0.7);
  }
  .md\:hover\/opacity\:bg-red-100\/75:hover{
    background-color: rgb(253 232 232 / 0.75);
  }
  .md\:hover\/opacity\:bg-red-100\/80:hover{
    background-color: rgb(253 232 232 / 0.8);
  }
  .md\:hover\/opacity\:bg-red-100\/90:hover{
    background-color: rgb(253 232 232 / 0.9);
  }
  .md\:hover\/opacity\:bg-red-100\/95:hover{
    background-color: rgb(253 232 232 / 0.95);
  }
  .md\:hover\/opacity\:bg-red-100\/100:hover{
    background-color: rgb(253 232 232 / 1);
  }
  .md\:hover\/opacity\:bg-red-200\/0:hover{
    background-color: rgb(251 213 213 / 0);
  }
  .md\:hover\/opacity\:bg-red-200\/5:hover{
    background-color: rgb(251 213 213 / 0.05);
  }
  .md\:hover\/opacity\:bg-red-200\/10:hover{
    background-color: rgb(251 213 213 / 0.1);
  }
  .md\:hover\/opacity\:bg-red-200\/20:hover{
    background-color: rgb(251 213 213 / 0.2);
  }
  .md\:hover\/opacity\:bg-red-200\/25:hover{
    background-color: rgb(251 213 213 / 0.25);
  }
  .md\:hover\/opacity\:bg-red-200\/30:hover{
    background-color: rgb(251 213 213 / 0.3);
  }
  .md\:hover\/opacity\:bg-red-200\/40:hover{
    background-color: rgb(251 213 213 / 0.4);
  }
  .md\:hover\/opacity\:bg-red-200\/50:hover{
    background-color: rgb(251 213 213 / 0.5);
  }
  .md\:hover\/opacity\:bg-red-200\/60:hover{
    background-color: rgb(251 213 213 / 0.6);
  }
  .md\:hover\/opacity\:bg-red-200\/70:hover{
    background-color: rgb(251 213 213 / 0.7);
  }
  .md\:hover\/opacity\:bg-red-200\/75:hover{
    background-color: rgb(251 213 213 / 0.75);
  }
  .md\:hover\/opacity\:bg-red-200\/80:hover{
    background-color: rgb(251 213 213 / 0.8);
  }
  .md\:hover\/opacity\:bg-red-200\/90:hover{
    background-color: rgb(251 213 213 / 0.9);
  }
  .md\:hover\/opacity\:bg-red-200\/95:hover{
    background-color: rgb(251 213 213 / 0.95);
  }
  .md\:hover\/opacity\:bg-red-200\/100:hover{
    background-color: rgb(251 213 213 / 1);
  }
  .md\:hover\/opacity\:bg-red-300\/0:hover{
    background-color: rgb(248 180 180 / 0);
  }
  .md\:hover\/opacity\:bg-red-300\/5:hover{
    background-color: rgb(248 180 180 / 0.05);
  }
  .md\:hover\/opacity\:bg-red-300\/10:hover{
    background-color: rgb(248 180 180 / 0.1);
  }
  .md\:hover\/opacity\:bg-red-300\/20:hover{
    background-color: rgb(248 180 180 / 0.2);
  }
  .md\:hover\/opacity\:bg-red-300\/25:hover{
    background-color: rgb(248 180 180 / 0.25);
  }
  .md\:hover\/opacity\:bg-red-300\/30:hover{
    background-color: rgb(248 180 180 / 0.3);
  }
  .md\:hover\/opacity\:bg-red-300\/40:hover{
    background-color: rgb(248 180 180 / 0.4);
  }
  .md\:hover\/opacity\:bg-red-300\/50:hover{
    background-color: rgb(248 180 180 / 0.5);
  }
  .md\:hover\/opacity\:bg-red-300\/60:hover{
    background-color: rgb(248 180 180 / 0.6);
  }
  .md\:hover\/opacity\:bg-red-300\/70:hover{
    background-color: rgb(248 180 180 / 0.7);
  }
  .md\:hover\/opacity\:bg-red-300\/75:hover{
    background-color: rgb(248 180 180 / 0.75);
  }
  .md\:hover\/opacity\:bg-red-300\/80:hover{
    background-color: rgb(248 180 180 / 0.8);
  }
  .md\:hover\/opacity\:bg-red-300\/90:hover{
    background-color: rgb(248 180 180 / 0.9);
  }
  .md\:hover\/opacity\:bg-red-300\/95:hover{
    background-color: rgb(248 180 180 / 0.95);
  }
  .md\:hover\/opacity\:bg-red-300\/100:hover{
    background-color: rgb(248 180 180 / 1);
  }
  .md\:hover\/opacity\:bg-red-400\/0:hover{
    background-color: rgb(249 128 128 / 0);
  }
  .md\:hover\/opacity\:bg-red-400\/5:hover{
    background-color: rgb(249 128 128 / 0.05);
  }
  .md\:hover\/opacity\:bg-red-400\/10:hover{
    background-color: rgb(249 128 128 / 0.1);
  }
  .md\:hover\/opacity\:bg-red-400\/20:hover{
    background-color: rgb(249 128 128 / 0.2);
  }
  .md\:hover\/opacity\:bg-red-400\/25:hover{
    background-color: rgb(249 128 128 / 0.25);
  }
  .md\:hover\/opacity\:bg-red-400\/30:hover{
    background-color: rgb(249 128 128 / 0.3);
  }
  .md\:hover\/opacity\:bg-red-400\/40:hover{
    background-color: rgb(249 128 128 / 0.4);
  }
  .md\:hover\/opacity\:bg-red-400\/50:hover{
    background-color: rgb(249 128 128 / 0.5);
  }
  .md\:hover\/opacity\:bg-red-400\/60:hover{
    background-color: rgb(249 128 128 / 0.6);
  }
  .md\:hover\/opacity\:bg-red-400\/70:hover{
    background-color: rgb(249 128 128 / 0.7);
  }
  .md\:hover\/opacity\:bg-red-400\/75:hover{
    background-color: rgb(249 128 128 / 0.75);
  }
  .md\:hover\/opacity\:bg-red-400\/80:hover{
    background-color: rgb(249 128 128 / 0.8);
  }
  .md\:hover\/opacity\:bg-red-400\/90:hover{
    background-color: rgb(249 128 128 / 0.9);
  }
  .md\:hover\/opacity\:bg-red-400\/95:hover{
    background-color: rgb(249 128 128 / 0.95);
  }
  .md\:hover\/opacity\:bg-red-400\/100:hover{
    background-color: rgb(249 128 128 / 1);
  }
  .md\:hover\/opacity\:bg-red-500\/0:hover{
    background-color: rgb(240 82 82 / 0);
  }
  .md\:hover\/opacity\:bg-red-500\/5:hover{
    background-color: rgb(240 82 82 / 0.05);
  }
  .md\:hover\/opacity\:bg-red-500\/10:hover{
    background-color: rgb(240 82 82 / 0.1);
  }
  .md\:hover\/opacity\:bg-red-500\/20:hover{
    background-color: rgb(240 82 82 / 0.2);
  }
  .md\:hover\/opacity\:bg-red-500\/25:hover{
    background-color: rgb(240 82 82 / 0.25);
  }
  .md\:hover\/opacity\:bg-red-500\/30:hover{
    background-color: rgb(240 82 82 / 0.3);
  }
  .md\:hover\/opacity\:bg-red-500\/40:hover{
    background-color: rgb(240 82 82 / 0.4);
  }
  .md\:hover\/opacity\:bg-red-500\/50:hover{
    background-color: rgb(240 82 82 / 0.5);
  }
  .md\:hover\/opacity\:bg-red-500\/60:hover{
    background-color: rgb(240 82 82 / 0.6);
  }
  .md\:hover\/opacity\:bg-red-500\/70:hover{
    background-color: rgb(240 82 82 / 0.7);
  }
  .md\:hover\/opacity\:bg-red-500\/75:hover{
    background-color: rgb(240 82 82 / 0.75);
  }
  .md\:hover\/opacity\:bg-red-500\/80:hover{
    background-color: rgb(240 82 82 / 0.8);
  }
  .md\:hover\/opacity\:bg-red-500\/90:hover{
    background-color: rgb(240 82 82 / 0.9);
  }
  .md\:hover\/opacity\:bg-red-500\/95:hover{
    background-color: rgb(240 82 82 / 0.95);
  }
  .md\:hover\/opacity\:bg-red-500\/100:hover{
    background-color: rgb(240 82 82 / 1);
  }
  .md\:hover\/opacity\:bg-red-600\/0:hover{
    background-color: rgb(224 36 36 / 0);
  }
  .md\:hover\/opacity\:bg-red-600\/5:hover{
    background-color: rgb(224 36 36 / 0.05);
  }
  .md\:hover\/opacity\:bg-red-600\/10:hover{
    background-color: rgb(224 36 36 / 0.1);
  }
  .md\:hover\/opacity\:bg-red-600\/20:hover{
    background-color: rgb(224 36 36 / 0.2);
  }
  .md\:hover\/opacity\:bg-red-600\/25:hover{
    background-color: rgb(224 36 36 / 0.25);
  }
  .md\:hover\/opacity\:bg-red-600\/30:hover{
    background-color: rgb(224 36 36 / 0.3);
  }
  .md\:hover\/opacity\:bg-red-600\/40:hover{
    background-color: rgb(224 36 36 / 0.4);
  }
  .md\:hover\/opacity\:bg-red-600\/50:hover{
    background-color: rgb(224 36 36 / 0.5);
  }
  .md\:hover\/opacity\:bg-red-600\/60:hover{
    background-color: rgb(224 36 36 / 0.6);
  }
  .md\:hover\/opacity\:bg-red-600\/70:hover{
    background-color: rgb(224 36 36 / 0.7);
  }
  .md\:hover\/opacity\:bg-red-600\/75:hover{
    background-color: rgb(224 36 36 / 0.75);
  }
  .md\:hover\/opacity\:bg-red-600\/80:hover{
    background-color: rgb(224 36 36 / 0.8);
  }
  .md\:hover\/opacity\:bg-red-600\/90:hover{
    background-color: rgb(224 36 36 / 0.9);
  }
  .md\:hover\/opacity\:bg-red-600\/95:hover{
    background-color: rgb(224 36 36 / 0.95);
  }
  .md\:hover\/opacity\:bg-red-600\/100:hover{
    background-color: rgb(224 36 36 / 1);
  }
  .md\:hover\/opacity\:bg-red-700\/0:hover{
    background-color: rgb(200 30 30 / 0);
  }
  .md\:hover\/opacity\:bg-red-700\/5:hover{
    background-color: rgb(200 30 30 / 0.05);
  }
  .md\:hover\/opacity\:bg-red-700\/10:hover{
    background-color: rgb(200 30 30 / 0.1);
  }
  .md\:hover\/opacity\:bg-red-700\/20:hover{
    background-color: rgb(200 30 30 / 0.2);
  }
  .md\:hover\/opacity\:bg-red-700\/25:hover{
    background-color: rgb(200 30 30 / 0.25);
  }
  .md\:hover\/opacity\:bg-red-700\/30:hover{
    background-color: rgb(200 30 30 / 0.3);
  }
  .md\:hover\/opacity\:bg-red-700\/40:hover{
    background-color: rgb(200 30 30 / 0.4);
  }
  .md\:hover\/opacity\:bg-red-700\/50:hover{
    background-color: rgb(200 30 30 / 0.5);
  }
  .md\:hover\/opacity\:bg-red-700\/60:hover{
    background-color: rgb(200 30 30 / 0.6);
  }
  .md\:hover\/opacity\:bg-red-700\/70:hover{
    background-color: rgb(200 30 30 / 0.7);
  }
  .md\:hover\/opacity\:bg-red-700\/75:hover{
    background-color: rgb(200 30 30 / 0.75);
  }
  .md\:hover\/opacity\:bg-red-700\/80:hover{
    background-color: rgb(200 30 30 / 0.8);
  }
  .md\:hover\/opacity\:bg-red-700\/90:hover{
    background-color: rgb(200 30 30 / 0.9);
  }
  .md\:hover\/opacity\:bg-red-700\/95:hover{
    background-color: rgb(200 30 30 / 0.95);
  }
  .md\:hover\/opacity\:bg-red-700\/100:hover{
    background-color: rgb(200 30 30 / 1);
  }
  .md\:hover\/opacity\:bg-red-800\/0:hover{
    background-color: rgb(155 28 28 / 0);
  }
  .md\:hover\/opacity\:bg-red-800\/5:hover{
    background-color: rgb(155 28 28 / 0.05);
  }
  .md\:hover\/opacity\:bg-red-800\/10:hover{
    background-color: rgb(155 28 28 / 0.1);
  }
  .md\:hover\/opacity\:bg-red-800\/20:hover{
    background-color: rgb(155 28 28 / 0.2);
  }
  .md\:hover\/opacity\:bg-red-800\/25:hover{
    background-color: rgb(155 28 28 / 0.25);
  }
  .md\:hover\/opacity\:bg-red-800\/30:hover{
    background-color: rgb(155 28 28 / 0.3);
  }
  .md\:hover\/opacity\:bg-red-800\/40:hover{
    background-color: rgb(155 28 28 / 0.4);
  }
  .md\:hover\/opacity\:bg-red-800\/50:hover{
    background-color: rgb(155 28 28 / 0.5);
  }
  .md\:hover\/opacity\:bg-red-800\/60:hover{
    background-color: rgb(155 28 28 / 0.6);
  }
  .md\:hover\/opacity\:bg-red-800\/70:hover{
    background-color: rgb(155 28 28 / 0.7);
  }
  .md\:hover\/opacity\:bg-red-800\/75:hover{
    background-color: rgb(155 28 28 / 0.75);
  }
  .md\:hover\/opacity\:bg-red-800\/80:hover{
    background-color: rgb(155 28 28 / 0.8);
  }
  .md\:hover\/opacity\:bg-red-800\/90:hover{
    background-color: rgb(155 28 28 / 0.9);
  }
  .md\:hover\/opacity\:bg-red-800\/95:hover{
    background-color: rgb(155 28 28 / 0.95);
  }
  .md\:hover\/opacity\:bg-red-800\/100:hover{
    background-color: rgb(155 28 28 / 1);
  }
  .md\:hover\/opacity\:bg-red-900\/0:hover{
    background-color: rgb(119 29 29 / 0);
  }
  .md\:hover\/opacity\:bg-red-900\/5:hover{
    background-color: rgb(119 29 29 / 0.05);
  }
  .md\:hover\/opacity\:bg-red-900\/10:hover{
    background-color: rgb(119 29 29 / 0.1);
  }
  .md\:hover\/opacity\:bg-red-900\/20:hover{
    background-color: rgb(119 29 29 / 0.2);
  }
  .md\:hover\/opacity\:bg-red-900\/25:hover{
    background-color: rgb(119 29 29 / 0.25);
  }
  .md\:hover\/opacity\:bg-red-900\/30:hover{
    background-color: rgb(119 29 29 / 0.3);
  }
  .md\:hover\/opacity\:bg-red-900\/40:hover{
    background-color: rgb(119 29 29 / 0.4);
  }
  .md\:hover\/opacity\:bg-red-900\/50:hover{
    background-color: rgb(119 29 29 / 0.5);
  }
  .md\:hover\/opacity\:bg-red-900\/60:hover{
    background-color: rgb(119 29 29 / 0.6);
  }
  .md\:hover\/opacity\:bg-red-900\/70:hover{
    background-color: rgb(119 29 29 / 0.7);
  }
  .md\:hover\/opacity\:bg-red-900\/75:hover{
    background-color: rgb(119 29 29 / 0.75);
  }
  .md\:hover\/opacity\:bg-red-900\/80:hover{
    background-color: rgb(119 29 29 / 0.8);
  }
  .md\:hover\/opacity\:bg-red-900\/90:hover{
    background-color: rgb(119 29 29 / 0.9);
  }
  .md\:hover\/opacity\:bg-red-900\/95:hover{
    background-color: rgb(119 29 29 / 0.95);
  }
  .md\:hover\/opacity\:bg-red-900\/100:hover{
    background-color: rgb(119 29 29 / 1);
  }
  .md\:hover\/opacity\:bg-orange-50\/0:hover{
    background-color: rgb(255 248 241 / 0);
  }
  .md\:hover\/opacity\:bg-orange-50\/5:hover{
    background-color: rgb(255 248 241 / 0.05);
  }
  .md\:hover\/opacity\:bg-orange-50\/10:hover{
    background-color: rgb(255 248 241 / 0.1);
  }
  .md\:hover\/opacity\:bg-orange-50\/20:hover{
    background-color: rgb(255 248 241 / 0.2);
  }
  .md\:hover\/opacity\:bg-orange-50\/25:hover{
    background-color: rgb(255 248 241 / 0.25);
  }
  .md\:hover\/opacity\:bg-orange-50\/30:hover{
    background-color: rgb(255 248 241 / 0.3);
  }
  .md\:hover\/opacity\:bg-orange-50\/40:hover{
    background-color: rgb(255 248 241 / 0.4);
  }
  .md\:hover\/opacity\:bg-orange-50\/50:hover{
    background-color: rgb(255 248 241 / 0.5);
  }
  .md\:hover\/opacity\:bg-orange-50\/60:hover{
    background-color: rgb(255 248 241 / 0.6);
  }
  .md\:hover\/opacity\:bg-orange-50\/70:hover{
    background-color: rgb(255 248 241 / 0.7);
  }
  .md\:hover\/opacity\:bg-orange-50\/75:hover{
    background-color: rgb(255 248 241 / 0.75);
  }
  .md\:hover\/opacity\:bg-orange-50\/80:hover{
    background-color: rgb(255 248 241 / 0.8);
  }
  .md\:hover\/opacity\:bg-orange-50\/90:hover{
    background-color: rgb(255 248 241 / 0.9);
  }
  .md\:hover\/opacity\:bg-orange-50\/95:hover{
    background-color: rgb(255 248 241 / 0.95);
  }
  .md\:hover\/opacity\:bg-orange-50\/100:hover{
    background-color: rgb(255 248 241 / 1);
  }
  .md\:hover\/opacity\:bg-orange-100\/0:hover{
    background-color: rgb(254 236 220 / 0);
  }
  .md\:hover\/opacity\:bg-orange-100\/5:hover{
    background-color: rgb(254 236 220 / 0.05);
  }
  .md\:hover\/opacity\:bg-orange-100\/10:hover{
    background-color: rgb(254 236 220 / 0.1);
  }
  .md\:hover\/opacity\:bg-orange-100\/20:hover{
    background-color: rgb(254 236 220 / 0.2);
  }
  .md\:hover\/opacity\:bg-orange-100\/25:hover{
    background-color: rgb(254 236 220 / 0.25);
  }
  .md\:hover\/opacity\:bg-orange-100\/30:hover{
    background-color: rgb(254 236 220 / 0.3);
  }
  .md\:hover\/opacity\:bg-orange-100\/40:hover{
    background-color: rgb(254 236 220 / 0.4);
  }
  .md\:hover\/opacity\:bg-orange-100\/50:hover{
    background-color: rgb(254 236 220 / 0.5);
  }
  .md\:hover\/opacity\:bg-orange-100\/60:hover{
    background-color: rgb(254 236 220 / 0.6);
  }
  .md\:hover\/opacity\:bg-orange-100\/70:hover{
    background-color: rgb(254 236 220 / 0.7);
  }
  .md\:hover\/opacity\:bg-orange-100\/75:hover{
    background-color: rgb(254 236 220 / 0.75);
  }
  .md\:hover\/opacity\:bg-orange-100\/80:hover{
    background-color: rgb(254 236 220 / 0.8);
  }
  .md\:hover\/opacity\:bg-orange-100\/90:hover{
    background-color: rgb(254 236 220 / 0.9);
  }
  .md\:hover\/opacity\:bg-orange-100\/95:hover{
    background-color: rgb(254 236 220 / 0.95);
  }
  .md\:hover\/opacity\:bg-orange-100\/100:hover{
    background-color: rgb(254 236 220 / 1);
  }
  .md\:hover\/opacity\:bg-orange-200\/0:hover{
    background-color: rgb(252 217 189 / 0);
  }
  .md\:hover\/opacity\:bg-orange-200\/5:hover{
    background-color: rgb(252 217 189 / 0.05);
  }
  .md\:hover\/opacity\:bg-orange-200\/10:hover{
    background-color: rgb(252 217 189 / 0.1);
  }
  .md\:hover\/opacity\:bg-orange-200\/20:hover{
    background-color: rgb(252 217 189 / 0.2);
  }
  .md\:hover\/opacity\:bg-orange-200\/25:hover{
    background-color: rgb(252 217 189 / 0.25);
  }
  .md\:hover\/opacity\:bg-orange-200\/30:hover{
    background-color: rgb(252 217 189 / 0.3);
  }
  .md\:hover\/opacity\:bg-orange-200\/40:hover{
    background-color: rgb(252 217 189 / 0.4);
  }
  .md\:hover\/opacity\:bg-orange-200\/50:hover{
    background-color: rgb(252 217 189 / 0.5);
  }
  .md\:hover\/opacity\:bg-orange-200\/60:hover{
    background-color: rgb(252 217 189 / 0.6);
  }
  .md\:hover\/opacity\:bg-orange-200\/70:hover{
    background-color: rgb(252 217 189 / 0.7);
  }
  .md\:hover\/opacity\:bg-orange-200\/75:hover{
    background-color: rgb(252 217 189 / 0.75);
  }
  .md\:hover\/opacity\:bg-orange-200\/80:hover{
    background-color: rgb(252 217 189 / 0.8);
  }
  .md\:hover\/opacity\:bg-orange-200\/90:hover{
    background-color: rgb(252 217 189 / 0.9);
  }
  .md\:hover\/opacity\:bg-orange-200\/95:hover{
    background-color: rgb(252 217 189 / 0.95);
  }
  .md\:hover\/opacity\:bg-orange-200\/100:hover{
    background-color: rgb(252 217 189 / 1);
  }
  .md\:hover\/opacity\:bg-orange-300\/0:hover{
    background-color: rgb(253 186 140 / 0);
  }
  .md\:hover\/opacity\:bg-orange-300\/5:hover{
    background-color: rgb(253 186 140 / 0.05);
  }
  .md\:hover\/opacity\:bg-orange-300\/10:hover{
    background-color: rgb(253 186 140 / 0.1);
  }
  .md\:hover\/opacity\:bg-orange-300\/20:hover{
    background-color: rgb(253 186 140 / 0.2);
  }
  .md\:hover\/opacity\:bg-orange-300\/25:hover{
    background-color: rgb(253 186 140 / 0.25);
  }
  .md\:hover\/opacity\:bg-orange-300\/30:hover{
    background-color: rgb(253 186 140 / 0.3);
  }
  .md\:hover\/opacity\:bg-orange-300\/40:hover{
    background-color: rgb(253 186 140 / 0.4);
  }
  .md\:hover\/opacity\:bg-orange-300\/50:hover{
    background-color: rgb(253 186 140 / 0.5);
  }
  .md\:hover\/opacity\:bg-orange-300\/60:hover{
    background-color: rgb(253 186 140 / 0.6);
  }
  .md\:hover\/opacity\:bg-orange-300\/70:hover{
    background-color: rgb(253 186 140 / 0.7);
  }
  .md\:hover\/opacity\:bg-orange-300\/75:hover{
    background-color: rgb(253 186 140 / 0.75);
  }
  .md\:hover\/opacity\:bg-orange-300\/80:hover{
    background-color: rgb(253 186 140 / 0.8);
  }
  .md\:hover\/opacity\:bg-orange-300\/90:hover{
    background-color: rgb(253 186 140 / 0.9);
  }
  .md\:hover\/opacity\:bg-orange-300\/95:hover{
    background-color: rgb(253 186 140 / 0.95);
  }
  .md\:hover\/opacity\:bg-orange-300\/100:hover{
    background-color: rgb(253 186 140 / 1);
  }
  .md\:hover\/opacity\:bg-orange-400\/0:hover{
    background-color: rgb(255 138 76 / 0);
  }
  .md\:hover\/opacity\:bg-orange-400\/5:hover{
    background-color: rgb(255 138 76 / 0.05);
  }
  .md\:hover\/opacity\:bg-orange-400\/10:hover{
    background-color: rgb(255 138 76 / 0.1);
  }
  .md\:hover\/opacity\:bg-orange-400\/20:hover{
    background-color: rgb(255 138 76 / 0.2);
  }
  .md\:hover\/opacity\:bg-orange-400\/25:hover{
    background-color: rgb(255 138 76 / 0.25);
  }
  .md\:hover\/opacity\:bg-orange-400\/30:hover{
    background-color: rgb(255 138 76 / 0.3);
  }
  .md\:hover\/opacity\:bg-orange-400\/40:hover{
    background-color: rgb(255 138 76 / 0.4);
  }
  .md\:hover\/opacity\:bg-orange-400\/50:hover{
    background-color: rgb(255 138 76 / 0.5);
  }
  .md\:hover\/opacity\:bg-orange-400\/60:hover{
    background-color: rgb(255 138 76 / 0.6);
  }
  .md\:hover\/opacity\:bg-orange-400\/70:hover{
    background-color: rgb(255 138 76 / 0.7);
  }
  .md\:hover\/opacity\:bg-orange-400\/75:hover{
    background-color: rgb(255 138 76 / 0.75);
  }
  .md\:hover\/opacity\:bg-orange-400\/80:hover{
    background-color: rgb(255 138 76 / 0.8);
  }
  .md\:hover\/opacity\:bg-orange-400\/90:hover{
    background-color: rgb(255 138 76 / 0.9);
  }
  .md\:hover\/opacity\:bg-orange-400\/95:hover{
    background-color: rgb(255 138 76 / 0.95);
  }
  .md\:hover\/opacity\:bg-orange-400\/100:hover{
    background-color: rgb(255 138 76 / 1);
  }
  .md\:hover\/opacity\:bg-orange-500\/0:hover{
    background-color: rgb(255 90 31 / 0);
  }
  .md\:hover\/opacity\:bg-orange-500\/5:hover{
    background-color: rgb(255 90 31 / 0.05);
  }
  .md\:hover\/opacity\:bg-orange-500\/10:hover{
    background-color: rgb(255 90 31 / 0.1);
  }
  .md\:hover\/opacity\:bg-orange-500\/20:hover{
    background-color: rgb(255 90 31 / 0.2);
  }
  .md\:hover\/opacity\:bg-orange-500\/25:hover{
    background-color: rgb(255 90 31 / 0.25);
  }
  .md\:hover\/opacity\:bg-orange-500\/30:hover{
    background-color: rgb(255 90 31 / 0.3);
  }
  .md\:hover\/opacity\:bg-orange-500\/40:hover{
    background-color: rgb(255 90 31 / 0.4);
  }
  .md\:hover\/opacity\:bg-orange-500\/50:hover{
    background-color: rgb(255 90 31 / 0.5);
  }
  .md\:hover\/opacity\:bg-orange-500\/60:hover{
    background-color: rgb(255 90 31 / 0.6);
  }
  .md\:hover\/opacity\:bg-orange-500\/70:hover{
    background-color: rgb(255 90 31 / 0.7);
  }
  .md\:hover\/opacity\:bg-orange-500\/75:hover{
    background-color: rgb(255 90 31 / 0.75);
  }
  .md\:hover\/opacity\:bg-orange-500\/80:hover{
    background-color: rgb(255 90 31 / 0.8);
  }
  .md\:hover\/opacity\:bg-orange-500\/90:hover{
    background-color: rgb(255 90 31 / 0.9);
  }
  .md\:hover\/opacity\:bg-orange-500\/95:hover{
    background-color: rgb(255 90 31 / 0.95);
  }
  .md\:hover\/opacity\:bg-orange-500\/100:hover{
    background-color: rgb(255 90 31 / 1);
  }
  .md\:hover\/opacity\:bg-orange-600\/0:hover{
    background-color: rgb(208 56 1 / 0);
  }
  .md\:hover\/opacity\:bg-orange-600\/5:hover{
    background-color: rgb(208 56 1 / 0.05);
  }
  .md\:hover\/opacity\:bg-orange-600\/10:hover{
    background-color: rgb(208 56 1 / 0.1);
  }
  .md\:hover\/opacity\:bg-orange-600\/20:hover{
    background-color: rgb(208 56 1 / 0.2);
  }
  .md\:hover\/opacity\:bg-orange-600\/25:hover{
    background-color: rgb(208 56 1 / 0.25);
  }
  .md\:hover\/opacity\:bg-orange-600\/30:hover{
    background-color: rgb(208 56 1 / 0.3);
  }
  .md\:hover\/opacity\:bg-orange-600\/40:hover{
    background-color: rgb(208 56 1 / 0.4);
  }
  .md\:hover\/opacity\:bg-orange-600\/50:hover{
    background-color: rgb(208 56 1 / 0.5);
  }
  .md\:hover\/opacity\:bg-orange-600\/60:hover{
    background-color: rgb(208 56 1 / 0.6);
  }
  .md\:hover\/opacity\:bg-orange-600\/70:hover{
    background-color: rgb(208 56 1 / 0.7);
  }
  .md\:hover\/opacity\:bg-orange-600\/75:hover{
    background-color: rgb(208 56 1 / 0.75);
  }
  .md\:hover\/opacity\:bg-orange-600\/80:hover{
    background-color: rgb(208 56 1 / 0.8);
  }
  .md\:hover\/opacity\:bg-orange-600\/90:hover{
    background-color: rgb(208 56 1 / 0.9);
  }
  .md\:hover\/opacity\:bg-orange-600\/95:hover{
    background-color: rgb(208 56 1 / 0.95);
  }
  .md\:hover\/opacity\:bg-orange-600\/100:hover{
    background-color: rgb(208 56 1 / 1);
  }
  .md\:hover\/opacity\:bg-orange-700\/0:hover{
    background-color: rgb(180 52 3 / 0);
  }
  .md\:hover\/opacity\:bg-orange-700\/5:hover{
    background-color: rgb(180 52 3 / 0.05);
  }
  .md\:hover\/opacity\:bg-orange-700\/10:hover{
    background-color: rgb(180 52 3 / 0.1);
  }
  .md\:hover\/opacity\:bg-orange-700\/20:hover{
    background-color: rgb(180 52 3 / 0.2);
  }
  .md\:hover\/opacity\:bg-orange-700\/25:hover{
    background-color: rgb(180 52 3 / 0.25);
  }
  .md\:hover\/opacity\:bg-orange-700\/30:hover{
    background-color: rgb(180 52 3 / 0.3);
  }
  .md\:hover\/opacity\:bg-orange-700\/40:hover{
    background-color: rgb(180 52 3 / 0.4);
  }
  .md\:hover\/opacity\:bg-orange-700\/50:hover{
    background-color: rgb(180 52 3 / 0.5);
  }
  .md\:hover\/opacity\:bg-orange-700\/60:hover{
    background-color: rgb(180 52 3 / 0.6);
  }
  .md\:hover\/opacity\:bg-orange-700\/70:hover{
    background-color: rgb(180 52 3 / 0.7);
  }
  .md\:hover\/opacity\:bg-orange-700\/75:hover{
    background-color: rgb(180 52 3 / 0.75);
  }
  .md\:hover\/opacity\:bg-orange-700\/80:hover{
    background-color: rgb(180 52 3 / 0.8);
  }
  .md\:hover\/opacity\:bg-orange-700\/90:hover{
    background-color: rgb(180 52 3 / 0.9);
  }
  .md\:hover\/opacity\:bg-orange-700\/95:hover{
    background-color: rgb(180 52 3 / 0.95);
  }
  .md\:hover\/opacity\:bg-orange-700\/100:hover{
    background-color: rgb(180 52 3 / 1);
  }
  .md\:hover\/opacity\:bg-orange-800\/0:hover{
    background-color: rgb(138 44 13 / 0);
  }
  .md\:hover\/opacity\:bg-orange-800\/5:hover{
    background-color: rgb(138 44 13 / 0.05);
  }
  .md\:hover\/opacity\:bg-orange-800\/10:hover{
    background-color: rgb(138 44 13 / 0.1);
  }
  .md\:hover\/opacity\:bg-orange-800\/20:hover{
    background-color: rgb(138 44 13 / 0.2);
  }
  .md\:hover\/opacity\:bg-orange-800\/25:hover{
    background-color: rgb(138 44 13 / 0.25);
  }
  .md\:hover\/opacity\:bg-orange-800\/30:hover{
    background-color: rgb(138 44 13 / 0.3);
  }
  .md\:hover\/opacity\:bg-orange-800\/40:hover{
    background-color: rgb(138 44 13 / 0.4);
  }
  .md\:hover\/opacity\:bg-orange-800\/50:hover{
    background-color: rgb(138 44 13 / 0.5);
  }
  .md\:hover\/opacity\:bg-orange-800\/60:hover{
    background-color: rgb(138 44 13 / 0.6);
  }
  .md\:hover\/opacity\:bg-orange-800\/70:hover{
    background-color: rgb(138 44 13 / 0.7);
  }
  .md\:hover\/opacity\:bg-orange-800\/75:hover{
    background-color: rgb(138 44 13 / 0.75);
  }
  .md\:hover\/opacity\:bg-orange-800\/80:hover{
    background-color: rgb(138 44 13 / 0.8);
  }
  .md\:hover\/opacity\:bg-orange-800\/90:hover{
    background-color: rgb(138 44 13 / 0.9);
  }
  .md\:hover\/opacity\:bg-orange-800\/95:hover{
    background-color: rgb(138 44 13 / 0.95);
  }
  .md\:hover\/opacity\:bg-orange-800\/100:hover{
    background-color: rgb(138 44 13 / 1);
  }
  .md\:hover\/opacity\:bg-orange-900\/0:hover{
    background-color: rgb(119 29 29 / 0);
  }
  .md\:hover\/opacity\:bg-orange-900\/5:hover{
    background-color: rgb(119 29 29 / 0.05);
  }
  .md\:hover\/opacity\:bg-orange-900\/10:hover{
    background-color: rgb(119 29 29 / 0.1);
  }
  .md\:hover\/opacity\:bg-orange-900\/20:hover{
    background-color: rgb(119 29 29 / 0.2);
  }
  .md\:hover\/opacity\:bg-orange-900\/25:hover{
    background-color: rgb(119 29 29 / 0.25);
  }
  .md\:hover\/opacity\:bg-orange-900\/30:hover{
    background-color: rgb(119 29 29 / 0.3);
  }
  .md\:hover\/opacity\:bg-orange-900\/40:hover{
    background-color: rgb(119 29 29 / 0.4);
  }
  .md\:hover\/opacity\:bg-orange-900\/50:hover{
    background-color: rgb(119 29 29 / 0.5);
  }
  .md\:hover\/opacity\:bg-orange-900\/60:hover{
    background-color: rgb(119 29 29 / 0.6);
  }
  .md\:hover\/opacity\:bg-orange-900\/70:hover{
    background-color: rgb(119 29 29 / 0.7);
  }
  .md\:hover\/opacity\:bg-orange-900\/75:hover{
    background-color: rgb(119 29 29 / 0.75);
  }
  .md\:hover\/opacity\:bg-orange-900\/80:hover{
    background-color: rgb(119 29 29 / 0.8);
  }
  .md\:hover\/opacity\:bg-orange-900\/90:hover{
    background-color: rgb(119 29 29 / 0.9);
  }
  .md\:hover\/opacity\:bg-orange-900\/95:hover{
    background-color: rgb(119 29 29 / 0.95);
  }
  .md\:hover\/opacity\:bg-orange-900\/100:hover{
    background-color: rgb(119 29 29 / 1);
  }
  .md\:hover\/opacity\:bg-yellow-50\/0:hover{
    background-color: rgb(253 253 234 / 0);
  }
  .md\:hover\/opacity\:bg-yellow-50\/5:hover{
    background-color: rgb(253 253 234 / 0.05);
  }
  .md\:hover\/opacity\:bg-yellow-50\/10:hover{
    background-color: rgb(253 253 234 / 0.1);
  }
  .md\:hover\/opacity\:bg-yellow-50\/20:hover{
    background-color: rgb(253 253 234 / 0.2);
  }
  .md\:hover\/opacity\:bg-yellow-50\/25:hover{
    background-color: rgb(253 253 234 / 0.25);
  }
  .md\:hover\/opacity\:bg-yellow-50\/30:hover{
    background-color: rgb(253 253 234 / 0.3);
  }
  .md\:hover\/opacity\:bg-yellow-50\/40:hover{
    background-color: rgb(253 253 234 / 0.4);
  }
  .md\:hover\/opacity\:bg-yellow-50\/50:hover{
    background-color: rgb(253 253 234 / 0.5);
  }
  .md\:hover\/opacity\:bg-yellow-50\/60:hover{
    background-color: rgb(253 253 234 / 0.6);
  }
  .md\:hover\/opacity\:bg-yellow-50\/70:hover{
    background-color: rgb(253 253 234 / 0.7);
  }
  .md\:hover\/opacity\:bg-yellow-50\/75:hover{
    background-color: rgb(253 253 234 / 0.75);
  }
  .md\:hover\/opacity\:bg-yellow-50\/80:hover{
    background-color: rgb(253 253 234 / 0.8);
  }
  .md\:hover\/opacity\:bg-yellow-50\/90:hover{
    background-color: rgb(253 253 234 / 0.9);
  }
  .md\:hover\/opacity\:bg-yellow-50\/95:hover{
    background-color: rgb(253 253 234 / 0.95);
  }
  .md\:hover\/opacity\:bg-yellow-50\/100:hover{
    background-color: rgb(253 253 234 / 1);
  }
  .md\:hover\/opacity\:bg-yellow-100\/0:hover{
    background-color: rgb(253 246 178 / 0);
  }
  .md\:hover\/opacity\:bg-yellow-100\/5:hover{
    background-color: rgb(253 246 178 / 0.05);
  }
  .md\:hover\/opacity\:bg-yellow-100\/10:hover{
    background-color: rgb(253 246 178 / 0.1);
  }
  .md\:hover\/opacity\:bg-yellow-100\/20:hover{
    background-color: rgb(253 246 178 / 0.2);
  }
  .md\:hover\/opacity\:bg-yellow-100\/25:hover{
    background-color: rgb(253 246 178 / 0.25);
  }
  .md\:hover\/opacity\:bg-yellow-100\/30:hover{
    background-color: rgb(253 246 178 / 0.3);
  }
  .md\:hover\/opacity\:bg-yellow-100\/40:hover{
    background-color: rgb(253 246 178 / 0.4);
  }
  .md\:hover\/opacity\:bg-yellow-100\/50:hover{
    background-color: rgb(253 246 178 / 0.5);
  }
  .md\:hover\/opacity\:bg-yellow-100\/60:hover{
    background-color: rgb(253 246 178 / 0.6);
  }
  .md\:hover\/opacity\:bg-yellow-100\/70:hover{
    background-color: rgb(253 246 178 / 0.7);
  }
  .md\:hover\/opacity\:bg-yellow-100\/75:hover{
    background-color: rgb(253 246 178 / 0.75);
  }
  .md\:hover\/opacity\:bg-yellow-100\/80:hover{
    background-color: rgb(253 246 178 / 0.8);
  }
  .md\:hover\/opacity\:bg-yellow-100\/90:hover{
    background-color: rgb(253 246 178 / 0.9);
  }
  .md\:hover\/opacity\:bg-yellow-100\/95:hover{
    background-color: rgb(253 246 178 / 0.95);
  }
  .md\:hover\/opacity\:bg-yellow-100\/100:hover{
    background-color: rgb(253 246 178 / 1);
  }
  .md\:hover\/opacity\:bg-yellow-200\/0:hover{
    background-color: rgb(252 233 106 / 0);
  }
  .md\:hover\/opacity\:bg-yellow-200\/5:hover{
    background-color: rgb(252 233 106 / 0.05);
  }
  .md\:hover\/opacity\:bg-yellow-200\/10:hover{
    background-color: rgb(252 233 106 / 0.1);
  }
  .md\:hover\/opacity\:bg-yellow-200\/20:hover{
    background-color: rgb(252 233 106 / 0.2);
  }
  .md\:hover\/opacity\:bg-yellow-200\/25:hover{
    background-color: rgb(252 233 106 / 0.25);
  }
  .md\:hover\/opacity\:bg-yellow-200\/30:hover{
    background-color: rgb(252 233 106 / 0.3);
  }
  .md\:hover\/opacity\:bg-yellow-200\/40:hover{
    background-color: rgb(252 233 106 / 0.4);
  }
  .md\:hover\/opacity\:bg-yellow-200\/50:hover{
    background-color: rgb(252 233 106 / 0.5);
  }
  .md\:hover\/opacity\:bg-yellow-200\/60:hover{
    background-color: rgb(252 233 106 / 0.6);
  }
  .md\:hover\/opacity\:bg-yellow-200\/70:hover{
    background-color: rgb(252 233 106 / 0.7);
  }
  .md\:hover\/opacity\:bg-yellow-200\/75:hover{
    background-color: rgb(252 233 106 / 0.75);
  }
  .md\:hover\/opacity\:bg-yellow-200\/80:hover{
    background-color: rgb(252 233 106 / 0.8);
  }
  .md\:hover\/opacity\:bg-yellow-200\/90:hover{
    background-color: rgb(252 233 106 / 0.9);
  }
  .md\:hover\/opacity\:bg-yellow-200\/95:hover{
    background-color: rgb(252 233 106 / 0.95);
  }
  .md\:hover\/opacity\:bg-yellow-200\/100:hover{
    background-color: rgb(252 233 106 / 1);
  }
  .md\:hover\/opacity\:bg-yellow-300\/0:hover{
    background-color: rgb(250 202 21 / 0);
  }
  .md\:hover\/opacity\:bg-yellow-300\/5:hover{
    background-color: rgb(250 202 21 / 0.05);
  }
  .md\:hover\/opacity\:bg-yellow-300\/10:hover{
    background-color: rgb(250 202 21 / 0.1);
  }
  .md\:hover\/opacity\:bg-yellow-300\/20:hover{
    background-color: rgb(250 202 21 / 0.2);
  }
  .md\:hover\/opacity\:bg-yellow-300\/25:hover{
    background-color: rgb(250 202 21 / 0.25);
  }
  .md\:hover\/opacity\:bg-yellow-300\/30:hover{
    background-color: rgb(250 202 21 / 0.3);
  }
  .md\:hover\/opacity\:bg-yellow-300\/40:hover{
    background-color: rgb(250 202 21 / 0.4);
  }
  .md\:hover\/opacity\:bg-yellow-300\/50:hover{
    background-color: rgb(250 202 21 / 0.5);
  }
  .md\:hover\/opacity\:bg-yellow-300\/60:hover{
    background-color: rgb(250 202 21 / 0.6);
  }
  .md\:hover\/opacity\:bg-yellow-300\/70:hover{
    background-color: rgb(250 202 21 / 0.7);
  }
  .md\:hover\/opacity\:bg-yellow-300\/75:hover{
    background-color: rgb(250 202 21 / 0.75);
  }
  .md\:hover\/opacity\:bg-yellow-300\/80:hover{
    background-color: rgb(250 202 21 / 0.8);
  }
  .md\:hover\/opacity\:bg-yellow-300\/90:hover{
    background-color: rgb(250 202 21 / 0.9);
  }
  .md\:hover\/opacity\:bg-yellow-300\/95:hover{
    background-color: rgb(250 202 21 / 0.95);
  }
  .md\:hover\/opacity\:bg-yellow-300\/100:hover{
    background-color: rgb(250 202 21 / 1);
  }
  .md\:hover\/opacity\:bg-yellow-400\/0:hover{
    background-color: rgb(227 160 8 / 0);
  }
  .md\:hover\/opacity\:bg-yellow-400\/5:hover{
    background-color: rgb(227 160 8 / 0.05);
  }
  .md\:hover\/opacity\:bg-yellow-400\/10:hover{
    background-color: rgb(227 160 8 / 0.1);
  }
  .md\:hover\/opacity\:bg-yellow-400\/20:hover{
    background-color: rgb(227 160 8 / 0.2);
  }
  .md\:hover\/opacity\:bg-yellow-400\/25:hover{
    background-color: rgb(227 160 8 / 0.25);
  }
  .md\:hover\/opacity\:bg-yellow-400\/30:hover{
    background-color: rgb(227 160 8 / 0.3);
  }
  .md\:hover\/opacity\:bg-yellow-400\/40:hover{
    background-color: rgb(227 160 8 / 0.4);
  }
  .md\:hover\/opacity\:bg-yellow-400\/50:hover{
    background-color: rgb(227 160 8 / 0.5);
  }
  .md\:hover\/opacity\:bg-yellow-400\/60:hover{
    background-color: rgb(227 160 8 / 0.6);
  }
  .md\:hover\/opacity\:bg-yellow-400\/70:hover{
    background-color: rgb(227 160 8 / 0.7);
  }
  .md\:hover\/opacity\:bg-yellow-400\/75:hover{
    background-color: rgb(227 160 8 / 0.75);
  }
  .md\:hover\/opacity\:bg-yellow-400\/80:hover{
    background-color: rgb(227 160 8 / 0.8);
  }
  .md\:hover\/opacity\:bg-yellow-400\/90:hover{
    background-color: rgb(227 160 8 / 0.9);
  }
  .md\:hover\/opacity\:bg-yellow-400\/95:hover{
    background-color: rgb(227 160 8 / 0.95);
  }
  .md\:hover\/opacity\:bg-yellow-400\/100:hover{
    background-color: rgb(227 160 8 / 1);
  }
  .md\:hover\/opacity\:bg-yellow-500\/0:hover{
    background-color: rgb(194 120 3 / 0);
  }
  .md\:hover\/opacity\:bg-yellow-500\/5:hover{
    background-color: rgb(194 120 3 / 0.05);
  }
  .md\:hover\/opacity\:bg-yellow-500\/10:hover{
    background-color: rgb(194 120 3 / 0.1);
  }
  .md\:hover\/opacity\:bg-yellow-500\/20:hover{
    background-color: rgb(194 120 3 / 0.2);
  }
  .md\:hover\/opacity\:bg-yellow-500\/25:hover{
    background-color: rgb(194 120 3 / 0.25);
  }
  .md\:hover\/opacity\:bg-yellow-500\/30:hover{
    background-color: rgb(194 120 3 / 0.3);
  }
  .md\:hover\/opacity\:bg-yellow-500\/40:hover{
    background-color: rgb(194 120 3 / 0.4);
  }
  .md\:hover\/opacity\:bg-yellow-500\/50:hover{
    background-color: rgb(194 120 3 / 0.5);
  }
  .md\:hover\/opacity\:bg-yellow-500\/60:hover{
    background-color: rgb(194 120 3 / 0.6);
  }
  .md\:hover\/opacity\:bg-yellow-500\/70:hover{
    background-color: rgb(194 120 3 / 0.7);
  }
  .md\:hover\/opacity\:bg-yellow-500\/75:hover{
    background-color: rgb(194 120 3 / 0.75);
  }
  .md\:hover\/opacity\:bg-yellow-500\/80:hover{
    background-color: rgb(194 120 3 / 0.8);
  }
  .md\:hover\/opacity\:bg-yellow-500\/90:hover{
    background-color: rgb(194 120 3 / 0.9);
  }
  .md\:hover\/opacity\:bg-yellow-500\/95:hover{
    background-color: rgb(194 120 3 / 0.95);
  }
  .md\:hover\/opacity\:bg-yellow-500\/100:hover{
    background-color: rgb(194 120 3 / 1);
  }
  .md\:hover\/opacity\:bg-yellow-600\/0:hover{
    background-color: rgb(159 88 10 / 0);
  }
  .md\:hover\/opacity\:bg-yellow-600\/5:hover{
    background-color: rgb(159 88 10 / 0.05);
  }
  .md\:hover\/opacity\:bg-yellow-600\/10:hover{
    background-color: rgb(159 88 10 / 0.1);
  }
  .md\:hover\/opacity\:bg-yellow-600\/20:hover{
    background-color: rgb(159 88 10 / 0.2);
  }
  .md\:hover\/opacity\:bg-yellow-600\/25:hover{
    background-color: rgb(159 88 10 / 0.25);
  }
  .md\:hover\/opacity\:bg-yellow-600\/30:hover{
    background-color: rgb(159 88 10 / 0.3);
  }
  .md\:hover\/opacity\:bg-yellow-600\/40:hover{
    background-color: rgb(159 88 10 / 0.4);
  }
  .md\:hover\/opacity\:bg-yellow-600\/50:hover{
    background-color: rgb(159 88 10 / 0.5);
  }
  .md\:hover\/opacity\:bg-yellow-600\/60:hover{
    background-color: rgb(159 88 10 / 0.6);
  }
  .md\:hover\/opacity\:bg-yellow-600\/70:hover{
    background-color: rgb(159 88 10 / 0.7);
  }
  .md\:hover\/opacity\:bg-yellow-600\/75:hover{
    background-color: rgb(159 88 10 / 0.75);
  }
  .md\:hover\/opacity\:bg-yellow-600\/80:hover{
    background-color: rgb(159 88 10 / 0.8);
  }
  .md\:hover\/opacity\:bg-yellow-600\/90:hover{
    background-color: rgb(159 88 10 / 0.9);
  }
  .md\:hover\/opacity\:bg-yellow-600\/95:hover{
    background-color: rgb(159 88 10 / 0.95);
  }
  .md\:hover\/opacity\:bg-yellow-600\/100:hover{
    background-color: rgb(159 88 10 / 1);
  }
  .md\:hover\/opacity\:bg-yellow-700\/0:hover{
    background-color: rgb(142 75 16 / 0);
  }
  .md\:hover\/opacity\:bg-yellow-700\/5:hover{
    background-color: rgb(142 75 16 / 0.05);
  }
  .md\:hover\/opacity\:bg-yellow-700\/10:hover{
    background-color: rgb(142 75 16 / 0.1);
  }
  .md\:hover\/opacity\:bg-yellow-700\/20:hover{
    background-color: rgb(142 75 16 / 0.2);
  }
  .md\:hover\/opacity\:bg-yellow-700\/25:hover{
    background-color: rgb(142 75 16 / 0.25);
  }
  .md\:hover\/opacity\:bg-yellow-700\/30:hover{
    background-color: rgb(142 75 16 / 0.3);
  }
  .md\:hover\/opacity\:bg-yellow-700\/40:hover{
    background-color: rgb(142 75 16 / 0.4);
  }
  .md\:hover\/opacity\:bg-yellow-700\/50:hover{
    background-color: rgb(142 75 16 / 0.5);
  }
  .md\:hover\/opacity\:bg-yellow-700\/60:hover{
    background-color: rgb(142 75 16 / 0.6);
  }
  .md\:hover\/opacity\:bg-yellow-700\/70:hover{
    background-color: rgb(142 75 16 / 0.7);
  }
  .md\:hover\/opacity\:bg-yellow-700\/75:hover{
    background-color: rgb(142 75 16 / 0.75);
  }
  .md\:hover\/opacity\:bg-yellow-700\/80:hover{
    background-color: rgb(142 75 16 / 0.8);
  }
  .md\:hover\/opacity\:bg-yellow-700\/90:hover{
    background-color: rgb(142 75 16 / 0.9);
  }
  .md\:hover\/opacity\:bg-yellow-700\/95:hover{
    background-color: rgb(142 75 16 / 0.95);
  }
  .md\:hover\/opacity\:bg-yellow-700\/100:hover{
    background-color: rgb(142 75 16 / 1);
  }
  .md\:hover\/opacity\:bg-yellow-800\/0:hover{
    background-color: rgb(114 59 19 / 0);
  }
  .md\:hover\/opacity\:bg-yellow-800\/5:hover{
    background-color: rgb(114 59 19 / 0.05);
  }
  .md\:hover\/opacity\:bg-yellow-800\/10:hover{
    background-color: rgb(114 59 19 / 0.1);
  }
  .md\:hover\/opacity\:bg-yellow-800\/20:hover{
    background-color: rgb(114 59 19 / 0.2);
  }
  .md\:hover\/opacity\:bg-yellow-800\/25:hover{
    background-color: rgb(114 59 19 / 0.25);
  }
  .md\:hover\/opacity\:bg-yellow-800\/30:hover{
    background-color: rgb(114 59 19 / 0.3);
  }
  .md\:hover\/opacity\:bg-yellow-800\/40:hover{
    background-color: rgb(114 59 19 / 0.4);
  }
  .md\:hover\/opacity\:bg-yellow-800\/50:hover{
    background-color: rgb(114 59 19 / 0.5);
  }
  .md\:hover\/opacity\:bg-yellow-800\/60:hover{
    background-color: rgb(114 59 19 / 0.6);
  }
  .md\:hover\/opacity\:bg-yellow-800\/70:hover{
    background-color: rgb(114 59 19 / 0.7);
  }
  .md\:hover\/opacity\:bg-yellow-800\/75:hover{
    background-color: rgb(114 59 19 / 0.75);
  }
  .md\:hover\/opacity\:bg-yellow-800\/80:hover{
    background-color: rgb(114 59 19 / 0.8);
  }
  .md\:hover\/opacity\:bg-yellow-800\/90:hover{
    background-color: rgb(114 59 19 / 0.9);
  }
  .md\:hover\/opacity\:bg-yellow-800\/95:hover{
    background-color: rgb(114 59 19 / 0.95);
  }
  .md\:hover\/opacity\:bg-yellow-800\/100:hover{
    background-color: rgb(114 59 19 / 1);
  }
  .md\:hover\/opacity\:bg-yellow-900\/0:hover{
    background-color: rgb(99 49 18 / 0);
  }
  .md\:hover\/opacity\:bg-yellow-900\/5:hover{
    background-color: rgb(99 49 18 / 0.05);
  }
  .md\:hover\/opacity\:bg-yellow-900\/10:hover{
    background-color: rgb(99 49 18 / 0.1);
  }
  .md\:hover\/opacity\:bg-yellow-900\/20:hover{
    background-color: rgb(99 49 18 / 0.2);
  }
  .md\:hover\/opacity\:bg-yellow-900\/25:hover{
    background-color: rgb(99 49 18 / 0.25);
  }
  .md\:hover\/opacity\:bg-yellow-900\/30:hover{
    background-color: rgb(99 49 18 / 0.3);
  }
  .md\:hover\/opacity\:bg-yellow-900\/40:hover{
    background-color: rgb(99 49 18 / 0.4);
  }
  .md\:hover\/opacity\:bg-yellow-900\/50:hover{
    background-color: rgb(99 49 18 / 0.5);
  }
  .md\:hover\/opacity\:bg-yellow-900\/60:hover{
    background-color: rgb(99 49 18 / 0.6);
  }
  .md\:hover\/opacity\:bg-yellow-900\/70:hover{
    background-color: rgb(99 49 18 / 0.7);
  }
  .md\:hover\/opacity\:bg-yellow-900\/75:hover{
    background-color: rgb(99 49 18 / 0.75);
  }
  .md\:hover\/opacity\:bg-yellow-900\/80:hover{
    background-color: rgb(99 49 18 / 0.8);
  }
  .md\:hover\/opacity\:bg-yellow-900\/90:hover{
    background-color: rgb(99 49 18 / 0.9);
  }
  .md\:hover\/opacity\:bg-yellow-900\/95:hover{
    background-color: rgb(99 49 18 / 0.95);
  }
  .md\:hover\/opacity\:bg-yellow-900\/100:hover{
    background-color: rgb(99 49 18 / 1);
  }
  .md\:hover\/opacity\:bg-teal-50\/0:hover{
    background-color: rgb(237 250 250 / 0);
  }
  .md\:hover\/opacity\:bg-teal-50\/5:hover{
    background-color: rgb(237 250 250 / 0.05);
  }
  .md\:hover\/opacity\:bg-teal-50\/10:hover{
    background-color: rgb(237 250 250 / 0.1);
  }
  .md\:hover\/opacity\:bg-teal-50\/20:hover{
    background-color: rgb(237 250 250 / 0.2);
  }
  .md\:hover\/opacity\:bg-teal-50\/25:hover{
    background-color: rgb(237 250 250 / 0.25);
  }
  .md\:hover\/opacity\:bg-teal-50\/30:hover{
    background-color: rgb(237 250 250 / 0.3);
  }
  .md\:hover\/opacity\:bg-teal-50\/40:hover{
    background-color: rgb(237 250 250 / 0.4);
  }
  .md\:hover\/opacity\:bg-teal-50\/50:hover{
    background-color: rgb(237 250 250 / 0.5);
  }
  .md\:hover\/opacity\:bg-teal-50\/60:hover{
    background-color: rgb(237 250 250 / 0.6);
  }
  .md\:hover\/opacity\:bg-teal-50\/70:hover{
    background-color: rgb(237 250 250 / 0.7);
  }
  .md\:hover\/opacity\:bg-teal-50\/75:hover{
    background-color: rgb(237 250 250 / 0.75);
  }
  .md\:hover\/opacity\:bg-teal-50\/80:hover{
    background-color: rgb(237 250 250 / 0.8);
  }
  .md\:hover\/opacity\:bg-teal-50\/90:hover{
    background-color: rgb(237 250 250 / 0.9);
  }
  .md\:hover\/opacity\:bg-teal-50\/95:hover{
    background-color: rgb(237 250 250 / 0.95);
  }
  .md\:hover\/opacity\:bg-teal-50\/100:hover{
    background-color: rgb(237 250 250 / 1);
  }
  .md\:hover\/opacity\:bg-teal-100\/0:hover{
    background-color: rgb(213 245 246 / 0);
  }
  .md\:hover\/opacity\:bg-teal-100\/5:hover{
    background-color: rgb(213 245 246 / 0.05);
  }
  .md\:hover\/opacity\:bg-teal-100\/10:hover{
    background-color: rgb(213 245 246 / 0.1);
  }
  .md\:hover\/opacity\:bg-teal-100\/20:hover{
    background-color: rgb(213 245 246 / 0.2);
  }
  .md\:hover\/opacity\:bg-teal-100\/25:hover{
    background-color: rgb(213 245 246 / 0.25);
  }
  .md\:hover\/opacity\:bg-teal-100\/30:hover{
    background-color: rgb(213 245 246 / 0.3);
  }
  .md\:hover\/opacity\:bg-teal-100\/40:hover{
    background-color: rgb(213 245 246 / 0.4);
  }
  .md\:hover\/opacity\:bg-teal-100\/50:hover{
    background-color: rgb(213 245 246 / 0.5);
  }
  .md\:hover\/opacity\:bg-teal-100\/60:hover{
    background-color: rgb(213 245 246 / 0.6);
  }
  .md\:hover\/opacity\:bg-teal-100\/70:hover{
    background-color: rgb(213 245 246 / 0.7);
  }
  .md\:hover\/opacity\:bg-teal-100\/75:hover{
    background-color: rgb(213 245 246 / 0.75);
  }
  .md\:hover\/opacity\:bg-teal-100\/80:hover{
    background-color: rgb(213 245 246 / 0.8);
  }
  .md\:hover\/opacity\:bg-teal-100\/90:hover{
    background-color: rgb(213 245 246 / 0.9);
  }
  .md\:hover\/opacity\:bg-teal-100\/95:hover{
    background-color: rgb(213 245 246 / 0.95);
  }
  .md\:hover\/opacity\:bg-teal-100\/100:hover{
    background-color: rgb(213 245 246 / 1);
  }
  .md\:hover\/opacity\:bg-teal-200\/0:hover{
    background-color: rgb(175 236 239 / 0);
  }
  .md\:hover\/opacity\:bg-teal-200\/5:hover{
    background-color: rgb(175 236 239 / 0.05);
  }
  .md\:hover\/opacity\:bg-teal-200\/10:hover{
    background-color: rgb(175 236 239 / 0.1);
  }
  .md\:hover\/opacity\:bg-teal-200\/20:hover{
    background-color: rgb(175 236 239 / 0.2);
  }
  .md\:hover\/opacity\:bg-teal-200\/25:hover{
    background-color: rgb(175 236 239 / 0.25);
  }
  .md\:hover\/opacity\:bg-teal-200\/30:hover{
    background-color: rgb(175 236 239 / 0.3);
  }
  .md\:hover\/opacity\:bg-teal-200\/40:hover{
    background-color: rgb(175 236 239 / 0.4);
  }
  .md\:hover\/opacity\:bg-teal-200\/50:hover{
    background-color: rgb(175 236 239 / 0.5);
  }
  .md\:hover\/opacity\:bg-teal-200\/60:hover{
    background-color: rgb(175 236 239 / 0.6);
  }
  .md\:hover\/opacity\:bg-teal-200\/70:hover{
    background-color: rgb(175 236 239 / 0.7);
  }
  .md\:hover\/opacity\:bg-teal-200\/75:hover{
    background-color: rgb(175 236 239 / 0.75);
  }
  .md\:hover\/opacity\:bg-teal-200\/80:hover{
    background-color: rgb(175 236 239 / 0.8);
  }
  .md\:hover\/opacity\:bg-teal-200\/90:hover{
    background-color: rgb(175 236 239 / 0.9);
  }
  .md\:hover\/opacity\:bg-teal-200\/95:hover{
    background-color: rgb(175 236 239 / 0.95);
  }
  .md\:hover\/opacity\:bg-teal-200\/100:hover{
    background-color: rgb(175 236 239 / 1);
  }
  .md\:hover\/opacity\:bg-teal-300\/0:hover{
    background-color: rgb(126 220 226 / 0);
  }
  .md\:hover\/opacity\:bg-teal-300\/5:hover{
    background-color: rgb(126 220 226 / 0.05);
  }
  .md\:hover\/opacity\:bg-teal-300\/10:hover{
    background-color: rgb(126 220 226 / 0.1);
  }
  .md\:hover\/opacity\:bg-teal-300\/20:hover{
    background-color: rgb(126 220 226 / 0.2);
  }
  .md\:hover\/opacity\:bg-teal-300\/25:hover{
    background-color: rgb(126 220 226 / 0.25);
  }
  .md\:hover\/opacity\:bg-teal-300\/30:hover{
    background-color: rgb(126 220 226 / 0.3);
  }
  .md\:hover\/opacity\:bg-teal-300\/40:hover{
    background-color: rgb(126 220 226 / 0.4);
  }
  .md\:hover\/opacity\:bg-teal-300\/50:hover{
    background-color: rgb(126 220 226 / 0.5);
  }
  .md\:hover\/opacity\:bg-teal-300\/60:hover{
    background-color: rgb(126 220 226 / 0.6);
  }
  .md\:hover\/opacity\:bg-teal-300\/70:hover{
    background-color: rgb(126 220 226 / 0.7);
  }
  .md\:hover\/opacity\:bg-teal-300\/75:hover{
    background-color: rgb(126 220 226 / 0.75);
  }
  .md\:hover\/opacity\:bg-teal-300\/80:hover{
    background-color: rgb(126 220 226 / 0.8);
  }
  .md\:hover\/opacity\:bg-teal-300\/90:hover{
    background-color: rgb(126 220 226 / 0.9);
  }
  .md\:hover\/opacity\:bg-teal-300\/95:hover{
    background-color: rgb(126 220 226 / 0.95);
  }
  .md\:hover\/opacity\:bg-teal-300\/100:hover{
    background-color: rgb(126 220 226 / 1);
  }
  .md\:hover\/opacity\:bg-teal-400\/0:hover{
    background-color: rgb(22 189 202 / 0);
  }
  .md\:hover\/opacity\:bg-teal-400\/5:hover{
    background-color: rgb(22 189 202 / 0.05);
  }
  .md\:hover\/opacity\:bg-teal-400\/10:hover{
    background-color: rgb(22 189 202 / 0.1);
  }
  .md\:hover\/opacity\:bg-teal-400\/20:hover{
    background-color: rgb(22 189 202 / 0.2);
  }
  .md\:hover\/opacity\:bg-teal-400\/25:hover{
    background-color: rgb(22 189 202 / 0.25);
  }
  .md\:hover\/opacity\:bg-teal-400\/30:hover{
    background-color: rgb(22 189 202 / 0.3);
  }
  .md\:hover\/opacity\:bg-teal-400\/40:hover{
    background-color: rgb(22 189 202 / 0.4);
  }
  .md\:hover\/opacity\:bg-teal-400\/50:hover{
    background-color: rgb(22 189 202 / 0.5);
  }
  .md\:hover\/opacity\:bg-teal-400\/60:hover{
    background-color: rgb(22 189 202 / 0.6);
  }
  .md\:hover\/opacity\:bg-teal-400\/70:hover{
    background-color: rgb(22 189 202 / 0.7);
  }
  .md\:hover\/opacity\:bg-teal-400\/75:hover{
    background-color: rgb(22 189 202 / 0.75);
  }
  .md\:hover\/opacity\:bg-teal-400\/80:hover{
    background-color: rgb(22 189 202 / 0.8);
  }
  .md\:hover\/opacity\:bg-teal-400\/90:hover{
    background-color: rgb(22 189 202 / 0.9);
  }
  .md\:hover\/opacity\:bg-teal-400\/95:hover{
    background-color: rgb(22 189 202 / 0.95);
  }
  .md\:hover\/opacity\:bg-teal-400\/100:hover{
    background-color: rgb(22 189 202 / 1);
  }
  .md\:hover\/opacity\:bg-teal-500\/0:hover{
    background-color: rgb(6 148 162 / 0);
  }
  .md\:hover\/opacity\:bg-teal-500\/5:hover{
    background-color: rgb(6 148 162 / 0.05);
  }
  .md\:hover\/opacity\:bg-teal-500\/10:hover{
    background-color: rgb(6 148 162 / 0.1);
  }
  .md\:hover\/opacity\:bg-teal-500\/20:hover{
    background-color: rgb(6 148 162 / 0.2);
  }
  .md\:hover\/opacity\:bg-teal-500\/25:hover{
    background-color: rgb(6 148 162 / 0.25);
  }
  .md\:hover\/opacity\:bg-teal-500\/30:hover{
    background-color: rgb(6 148 162 / 0.3);
  }
  .md\:hover\/opacity\:bg-teal-500\/40:hover{
    background-color: rgb(6 148 162 / 0.4);
  }
  .md\:hover\/opacity\:bg-teal-500\/50:hover{
    background-color: rgb(6 148 162 / 0.5);
  }
  .md\:hover\/opacity\:bg-teal-500\/60:hover{
    background-color: rgb(6 148 162 / 0.6);
  }
  .md\:hover\/opacity\:bg-teal-500\/70:hover{
    background-color: rgb(6 148 162 / 0.7);
  }
  .md\:hover\/opacity\:bg-teal-500\/75:hover{
    background-color: rgb(6 148 162 / 0.75);
  }
  .md\:hover\/opacity\:bg-teal-500\/80:hover{
    background-color: rgb(6 148 162 / 0.8);
  }
  .md\:hover\/opacity\:bg-teal-500\/90:hover{
    background-color: rgb(6 148 162 / 0.9);
  }
  .md\:hover\/opacity\:bg-teal-500\/95:hover{
    background-color: rgb(6 148 162 / 0.95);
  }
  .md\:hover\/opacity\:bg-teal-500\/100:hover{
    background-color: rgb(6 148 162 / 1);
  }
  .md\:hover\/opacity\:bg-teal-600\/0:hover{
    background-color: rgb(4 116 129 / 0);
  }
  .md\:hover\/opacity\:bg-teal-600\/5:hover{
    background-color: rgb(4 116 129 / 0.05);
  }
  .md\:hover\/opacity\:bg-teal-600\/10:hover{
    background-color: rgb(4 116 129 / 0.1);
  }
  .md\:hover\/opacity\:bg-teal-600\/20:hover{
    background-color: rgb(4 116 129 / 0.2);
  }
  .md\:hover\/opacity\:bg-teal-600\/25:hover{
    background-color: rgb(4 116 129 / 0.25);
  }
  .md\:hover\/opacity\:bg-teal-600\/30:hover{
    background-color: rgb(4 116 129 / 0.3);
  }
  .md\:hover\/opacity\:bg-teal-600\/40:hover{
    background-color: rgb(4 116 129 / 0.4);
  }
  .md\:hover\/opacity\:bg-teal-600\/50:hover{
    background-color: rgb(4 116 129 / 0.5);
  }
  .md\:hover\/opacity\:bg-teal-600\/60:hover{
    background-color: rgb(4 116 129 / 0.6);
  }
  .md\:hover\/opacity\:bg-teal-600\/70:hover{
    background-color: rgb(4 116 129 / 0.7);
  }
  .md\:hover\/opacity\:bg-teal-600\/75:hover{
    background-color: rgb(4 116 129 / 0.75);
  }
  .md\:hover\/opacity\:bg-teal-600\/80:hover{
    background-color: rgb(4 116 129 / 0.8);
  }
  .md\:hover\/opacity\:bg-teal-600\/90:hover{
    background-color: rgb(4 116 129 / 0.9);
  }
  .md\:hover\/opacity\:bg-teal-600\/95:hover{
    background-color: rgb(4 116 129 / 0.95);
  }
  .md\:hover\/opacity\:bg-teal-600\/100:hover{
    background-color: rgb(4 116 129 / 1);
  }
  .md\:hover\/opacity\:bg-teal-700\/0:hover{
    background-color: rgb(3 102 114 / 0);
  }
  .md\:hover\/opacity\:bg-teal-700\/5:hover{
    background-color: rgb(3 102 114 / 0.05);
  }
  .md\:hover\/opacity\:bg-teal-700\/10:hover{
    background-color: rgb(3 102 114 / 0.1);
  }
  .md\:hover\/opacity\:bg-teal-700\/20:hover{
    background-color: rgb(3 102 114 / 0.2);
  }
  .md\:hover\/opacity\:bg-teal-700\/25:hover{
    background-color: rgb(3 102 114 / 0.25);
  }
  .md\:hover\/opacity\:bg-teal-700\/30:hover{
    background-color: rgb(3 102 114 / 0.3);
  }
  .md\:hover\/opacity\:bg-teal-700\/40:hover{
    background-color: rgb(3 102 114 / 0.4);
  }
  .md\:hover\/opacity\:bg-teal-700\/50:hover{
    background-color: rgb(3 102 114 / 0.5);
  }
  .md\:hover\/opacity\:bg-teal-700\/60:hover{
    background-color: rgb(3 102 114 / 0.6);
  }
  .md\:hover\/opacity\:bg-teal-700\/70:hover{
    background-color: rgb(3 102 114 / 0.7);
  }
  .md\:hover\/opacity\:bg-teal-700\/75:hover{
    background-color: rgb(3 102 114 / 0.75);
  }
  .md\:hover\/opacity\:bg-teal-700\/80:hover{
    background-color: rgb(3 102 114 / 0.8);
  }
  .md\:hover\/opacity\:bg-teal-700\/90:hover{
    background-color: rgb(3 102 114 / 0.9);
  }
  .md\:hover\/opacity\:bg-teal-700\/95:hover{
    background-color: rgb(3 102 114 / 0.95);
  }
  .md\:hover\/opacity\:bg-teal-700\/100:hover{
    background-color: rgb(3 102 114 / 1);
  }
  .md\:hover\/opacity\:bg-teal-800\/0:hover{
    background-color: rgb(5 80 92 / 0);
  }
  .md\:hover\/opacity\:bg-teal-800\/5:hover{
    background-color: rgb(5 80 92 / 0.05);
  }
  .md\:hover\/opacity\:bg-teal-800\/10:hover{
    background-color: rgb(5 80 92 / 0.1);
  }
  .md\:hover\/opacity\:bg-teal-800\/20:hover{
    background-color: rgb(5 80 92 / 0.2);
  }
  .md\:hover\/opacity\:bg-teal-800\/25:hover{
    background-color: rgb(5 80 92 / 0.25);
  }
  .md\:hover\/opacity\:bg-teal-800\/30:hover{
    background-color: rgb(5 80 92 / 0.3);
  }
  .md\:hover\/opacity\:bg-teal-800\/40:hover{
    background-color: rgb(5 80 92 / 0.4);
  }
  .md\:hover\/opacity\:bg-teal-800\/50:hover{
    background-color: rgb(5 80 92 / 0.5);
  }
  .md\:hover\/opacity\:bg-teal-800\/60:hover{
    background-color: rgb(5 80 92 / 0.6);
  }
  .md\:hover\/opacity\:bg-teal-800\/70:hover{
    background-color: rgb(5 80 92 / 0.7);
  }
  .md\:hover\/opacity\:bg-teal-800\/75:hover{
    background-color: rgb(5 80 92 / 0.75);
  }
  .md\:hover\/opacity\:bg-teal-800\/80:hover{
    background-color: rgb(5 80 92 / 0.8);
  }
  .md\:hover\/opacity\:bg-teal-800\/90:hover{
    background-color: rgb(5 80 92 / 0.9);
  }
  .md\:hover\/opacity\:bg-teal-800\/95:hover{
    background-color: rgb(5 80 92 / 0.95);
  }
  .md\:hover\/opacity\:bg-teal-800\/100:hover{
    background-color: rgb(5 80 92 / 1);
  }
  .md\:hover\/opacity\:bg-teal-900\/0:hover{
    background-color: rgb(1 68 81 / 0);
  }
  .md\:hover\/opacity\:bg-teal-900\/5:hover{
    background-color: rgb(1 68 81 / 0.05);
  }
  .md\:hover\/opacity\:bg-teal-900\/10:hover{
    background-color: rgb(1 68 81 / 0.1);
  }
  .md\:hover\/opacity\:bg-teal-900\/20:hover{
    background-color: rgb(1 68 81 / 0.2);
  }
  .md\:hover\/opacity\:bg-teal-900\/25:hover{
    background-color: rgb(1 68 81 / 0.25);
  }
  .md\:hover\/opacity\:bg-teal-900\/30:hover{
    background-color: rgb(1 68 81 / 0.3);
  }
  .md\:hover\/opacity\:bg-teal-900\/40:hover{
    background-color: rgb(1 68 81 / 0.4);
  }
  .md\:hover\/opacity\:bg-teal-900\/50:hover{
    background-color: rgb(1 68 81 / 0.5);
  }
  .md\:hover\/opacity\:bg-teal-900\/60:hover{
    background-color: rgb(1 68 81 / 0.6);
  }
  .md\:hover\/opacity\:bg-teal-900\/70:hover{
    background-color: rgb(1 68 81 / 0.7);
  }
  .md\:hover\/opacity\:bg-teal-900\/75:hover{
    background-color: rgb(1 68 81 / 0.75);
  }
  .md\:hover\/opacity\:bg-teal-900\/80:hover{
    background-color: rgb(1 68 81 / 0.8);
  }
  .md\:hover\/opacity\:bg-teal-900\/90:hover{
    background-color: rgb(1 68 81 / 0.9);
  }
  .md\:hover\/opacity\:bg-teal-900\/95:hover{
    background-color: rgb(1 68 81 / 0.95);
  }
  .md\:hover\/opacity\:bg-teal-900\/100:hover{
    background-color: rgb(1 68 81 / 1);
  }
  .md\:hover\/opacity\:bg-blue-50\/0:hover{
    background-color: rgb(235 245 255 / 0);
  }
  .md\:hover\/opacity\:bg-blue-50\/5:hover{
    background-color: rgb(235 245 255 / 0.05);
  }
  .md\:hover\/opacity\:bg-blue-50\/10:hover{
    background-color: rgb(235 245 255 / 0.1);
  }
  .md\:hover\/opacity\:bg-blue-50\/20:hover{
    background-color: rgb(235 245 255 / 0.2);
  }
  .md\:hover\/opacity\:bg-blue-50\/25:hover{
    background-color: rgb(235 245 255 / 0.25);
  }
  .md\:hover\/opacity\:bg-blue-50\/30:hover{
    background-color: rgb(235 245 255 / 0.3);
  }
  .md\:hover\/opacity\:bg-blue-50\/40:hover{
    background-color: rgb(235 245 255 / 0.4);
  }
  .md\:hover\/opacity\:bg-blue-50\/50:hover{
    background-color: rgb(235 245 255 / 0.5);
  }
  .md\:hover\/opacity\:bg-blue-50\/60:hover{
    background-color: rgb(235 245 255 / 0.6);
  }
  .md\:hover\/opacity\:bg-blue-50\/70:hover{
    background-color: rgb(235 245 255 / 0.7);
  }
  .md\:hover\/opacity\:bg-blue-50\/75:hover{
    background-color: rgb(235 245 255 / 0.75);
  }
  .md\:hover\/opacity\:bg-blue-50\/80:hover{
    background-color: rgb(235 245 255 / 0.8);
  }
  .md\:hover\/opacity\:bg-blue-50\/90:hover{
    background-color: rgb(235 245 255 / 0.9);
  }
  .md\:hover\/opacity\:bg-blue-50\/95:hover{
    background-color: rgb(235 245 255 / 0.95);
  }
  .md\:hover\/opacity\:bg-blue-50\/100:hover{
    background-color: rgb(235 245 255 / 1);
  }
  .md\:hover\/opacity\:bg-blue-100\/0:hover{
    background-color: rgb(225 239 254 / 0);
  }
  .md\:hover\/opacity\:bg-blue-100\/5:hover{
    background-color: rgb(225 239 254 / 0.05);
  }
  .md\:hover\/opacity\:bg-blue-100\/10:hover{
    background-color: rgb(225 239 254 / 0.1);
  }
  .md\:hover\/opacity\:bg-blue-100\/20:hover{
    background-color: rgb(225 239 254 / 0.2);
  }
  .md\:hover\/opacity\:bg-blue-100\/25:hover{
    background-color: rgb(225 239 254 / 0.25);
  }
  .md\:hover\/opacity\:bg-blue-100\/30:hover{
    background-color: rgb(225 239 254 / 0.3);
  }
  .md\:hover\/opacity\:bg-blue-100\/40:hover{
    background-color: rgb(225 239 254 / 0.4);
  }
  .md\:hover\/opacity\:bg-blue-100\/50:hover{
    background-color: rgb(225 239 254 / 0.5);
  }
  .md\:hover\/opacity\:bg-blue-100\/60:hover{
    background-color: rgb(225 239 254 / 0.6);
  }
  .md\:hover\/opacity\:bg-blue-100\/70:hover{
    background-color: rgb(225 239 254 / 0.7);
  }
  .md\:hover\/opacity\:bg-blue-100\/75:hover{
    background-color: rgb(225 239 254 / 0.75);
  }
  .md\:hover\/opacity\:bg-blue-100\/80:hover{
    background-color: rgb(225 239 254 / 0.8);
  }
  .md\:hover\/opacity\:bg-blue-100\/90:hover{
    background-color: rgb(225 239 254 / 0.9);
  }
  .md\:hover\/opacity\:bg-blue-100\/95:hover{
    background-color: rgb(225 239 254 / 0.95);
  }
  .md\:hover\/opacity\:bg-blue-100\/100:hover{
    background-color: rgb(225 239 254 / 1);
  }
  .md\:hover\/opacity\:bg-blue-200\/0:hover{
    background-color: rgb(195 221 253 / 0);
  }
  .md\:hover\/opacity\:bg-blue-200\/5:hover{
    background-color: rgb(195 221 253 / 0.05);
  }
  .md\:hover\/opacity\:bg-blue-200\/10:hover{
    background-color: rgb(195 221 253 / 0.1);
  }
  .md\:hover\/opacity\:bg-blue-200\/20:hover{
    background-color: rgb(195 221 253 / 0.2);
  }
  .md\:hover\/opacity\:bg-blue-200\/25:hover{
    background-color: rgb(195 221 253 / 0.25);
  }
  .md\:hover\/opacity\:bg-blue-200\/30:hover{
    background-color: rgb(195 221 253 / 0.3);
  }
  .md\:hover\/opacity\:bg-blue-200\/40:hover{
    background-color: rgb(195 221 253 / 0.4);
  }
  .md\:hover\/opacity\:bg-blue-200\/50:hover{
    background-color: rgb(195 221 253 / 0.5);
  }
  .md\:hover\/opacity\:bg-blue-200\/60:hover{
    background-color: rgb(195 221 253 / 0.6);
  }
  .md\:hover\/opacity\:bg-blue-200\/70:hover{
    background-color: rgb(195 221 253 / 0.7);
  }
  .md\:hover\/opacity\:bg-blue-200\/75:hover{
    background-color: rgb(195 221 253 / 0.75);
  }
  .md\:hover\/opacity\:bg-blue-200\/80:hover{
    background-color: rgb(195 221 253 / 0.8);
  }
  .md\:hover\/opacity\:bg-blue-200\/90:hover{
    background-color: rgb(195 221 253 / 0.9);
  }
  .md\:hover\/opacity\:bg-blue-200\/95:hover{
    background-color: rgb(195 221 253 / 0.95);
  }
  .md\:hover\/opacity\:bg-blue-200\/100:hover{
    background-color: rgb(195 221 253 / 1);
  }
  .md\:hover\/opacity\:bg-blue-300\/0:hover{
    background-color: rgb(164 202 254 / 0);
  }
  .md\:hover\/opacity\:bg-blue-300\/5:hover{
    background-color: rgb(164 202 254 / 0.05);
  }
  .md\:hover\/opacity\:bg-blue-300\/10:hover{
    background-color: rgb(164 202 254 / 0.1);
  }
  .md\:hover\/opacity\:bg-blue-300\/20:hover{
    background-color: rgb(164 202 254 / 0.2);
  }
  .md\:hover\/opacity\:bg-blue-300\/25:hover{
    background-color: rgb(164 202 254 / 0.25);
  }
  .md\:hover\/opacity\:bg-blue-300\/30:hover{
    background-color: rgb(164 202 254 / 0.3);
  }
  .md\:hover\/opacity\:bg-blue-300\/40:hover{
    background-color: rgb(164 202 254 / 0.4);
  }
  .md\:hover\/opacity\:bg-blue-300\/50:hover{
    background-color: rgb(164 202 254 / 0.5);
  }
  .md\:hover\/opacity\:bg-blue-300\/60:hover{
    background-color: rgb(164 202 254 / 0.6);
  }
  .md\:hover\/opacity\:bg-blue-300\/70:hover{
    background-color: rgb(164 202 254 / 0.7);
  }
  .md\:hover\/opacity\:bg-blue-300\/75:hover{
    background-color: rgb(164 202 254 / 0.75);
  }
  .md\:hover\/opacity\:bg-blue-300\/80:hover{
    background-color: rgb(164 202 254 / 0.8);
  }
  .md\:hover\/opacity\:bg-blue-300\/90:hover{
    background-color: rgb(164 202 254 / 0.9);
  }
  .md\:hover\/opacity\:bg-blue-300\/95:hover{
    background-color: rgb(164 202 254 / 0.95);
  }
  .md\:hover\/opacity\:bg-blue-300\/100:hover{
    background-color: rgb(164 202 254 / 1);
  }
  .md\:hover\/opacity\:bg-blue-400\/0:hover{
    background-color: rgb(118 169 250 / 0);
  }
  .md\:hover\/opacity\:bg-blue-400\/5:hover{
    background-color: rgb(118 169 250 / 0.05);
  }
  .md\:hover\/opacity\:bg-blue-400\/10:hover{
    background-color: rgb(118 169 250 / 0.1);
  }
  .md\:hover\/opacity\:bg-blue-400\/20:hover{
    background-color: rgb(118 169 250 / 0.2);
  }
  .md\:hover\/opacity\:bg-blue-400\/25:hover{
    background-color: rgb(118 169 250 / 0.25);
  }
  .md\:hover\/opacity\:bg-blue-400\/30:hover{
    background-color: rgb(118 169 250 / 0.3);
  }
  .md\:hover\/opacity\:bg-blue-400\/40:hover{
    background-color: rgb(118 169 250 / 0.4);
  }
  .md\:hover\/opacity\:bg-blue-400\/50:hover{
    background-color: rgb(118 169 250 / 0.5);
  }
  .md\:hover\/opacity\:bg-blue-400\/60:hover{
    background-color: rgb(118 169 250 / 0.6);
  }
  .md\:hover\/opacity\:bg-blue-400\/70:hover{
    background-color: rgb(118 169 250 / 0.7);
  }
  .md\:hover\/opacity\:bg-blue-400\/75:hover{
    background-color: rgb(118 169 250 / 0.75);
  }
  .md\:hover\/opacity\:bg-blue-400\/80:hover{
    background-color: rgb(118 169 250 / 0.8);
  }
  .md\:hover\/opacity\:bg-blue-400\/90:hover{
    background-color: rgb(118 169 250 / 0.9);
  }
  .md\:hover\/opacity\:bg-blue-400\/95:hover{
    background-color: rgb(118 169 250 / 0.95);
  }
  .md\:hover\/opacity\:bg-blue-400\/100:hover{
    background-color: rgb(118 169 250 / 1);
  }
  .md\:hover\/opacity\:bg-blue-500\/0:hover{
    background-color: rgb(63 131 248 / 0);
  }
  .md\:hover\/opacity\:bg-blue-500\/5:hover{
    background-color: rgb(63 131 248 / 0.05);
  }
  .md\:hover\/opacity\:bg-blue-500\/10:hover{
    background-color: rgb(63 131 248 / 0.1);
  }
  .md\:hover\/opacity\:bg-blue-500\/20:hover{
    background-color: rgb(63 131 248 / 0.2);
  }
  .md\:hover\/opacity\:bg-blue-500\/25:hover{
    background-color: rgb(63 131 248 / 0.25);
  }
  .md\:hover\/opacity\:bg-blue-500\/30:hover{
    background-color: rgb(63 131 248 / 0.3);
  }
  .md\:hover\/opacity\:bg-blue-500\/40:hover{
    background-color: rgb(63 131 248 / 0.4);
  }
  .md\:hover\/opacity\:bg-blue-500\/50:hover{
    background-color: rgb(63 131 248 / 0.5);
  }
  .md\:hover\/opacity\:bg-blue-500\/60:hover{
    background-color: rgb(63 131 248 / 0.6);
  }
  .md\:hover\/opacity\:bg-blue-500\/70:hover{
    background-color: rgb(63 131 248 / 0.7);
  }
  .md\:hover\/opacity\:bg-blue-500\/75:hover{
    background-color: rgb(63 131 248 / 0.75);
  }
  .md\:hover\/opacity\:bg-blue-500\/80:hover{
    background-color: rgb(63 131 248 / 0.8);
  }
  .md\:hover\/opacity\:bg-blue-500\/90:hover{
    background-color: rgb(63 131 248 / 0.9);
  }
  .md\:hover\/opacity\:bg-blue-500\/95:hover{
    background-color: rgb(63 131 248 / 0.95);
  }
  .md\:hover\/opacity\:bg-blue-500\/100:hover{
    background-color: rgb(63 131 248 / 1);
  }
  .md\:hover\/opacity\:bg-blue-600\/0:hover{
    background-color: rgb(28 100 242 / 0);
  }
  .md\:hover\/opacity\:bg-blue-600\/5:hover{
    background-color: rgb(28 100 242 / 0.05);
  }
  .md\:hover\/opacity\:bg-blue-600\/10:hover{
    background-color: rgb(28 100 242 / 0.1);
  }
  .md\:hover\/opacity\:bg-blue-600\/20:hover{
    background-color: rgb(28 100 242 / 0.2);
  }
  .md\:hover\/opacity\:bg-blue-600\/25:hover{
    background-color: rgb(28 100 242 / 0.25);
  }
  .md\:hover\/opacity\:bg-blue-600\/30:hover{
    background-color: rgb(28 100 242 / 0.3);
  }
  .md\:hover\/opacity\:bg-blue-600\/40:hover{
    background-color: rgb(28 100 242 / 0.4);
  }
  .md\:hover\/opacity\:bg-blue-600\/50:hover{
    background-color: rgb(28 100 242 / 0.5);
  }
  .md\:hover\/opacity\:bg-blue-600\/60:hover{
    background-color: rgb(28 100 242 / 0.6);
  }
  .md\:hover\/opacity\:bg-blue-600\/70:hover{
    background-color: rgb(28 100 242 / 0.7);
  }
  .md\:hover\/opacity\:bg-blue-600\/75:hover{
    background-color: rgb(28 100 242 / 0.75);
  }
  .md\:hover\/opacity\:bg-blue-600\/80:hover{
    background-color: rgb(28 100 242 / 0.8);
  }
  .md\:hover\/opacity\:bg-blue-600\/90:hover{
    background-color: rgb(28 100 242 / 0.9);
  }
  .md\:hover\/opacity\:bg-blue-600\/95:hover{
    background-color: rgb(28 100 242 / 0.95);
  }
  .md\:hover\/opacity\:bg-blue-600\/100:hover{
    background-color: rgb(28 100 242 / 1);
  }
  .md\:hover\/opacity\:bg-blue-700\/0:hover{
    background-color: rgb(26 86 219 / 0);
  }
  .md\:hover\/opacity\:bg-blue-700\/5:hover{
    background-color: rgb(26 86 219 / 0.05);
  }
  .md\:hover\/opacity\:bg-blue-700\/10:hover{
    background-color: rgb(26 86 219 / 0.1);
  }
  .md\:hover\/opacity\:bg-blue-700\/20:hover{
    background-color: rgb(26 86 219 / 0.2);
  }
  .md\:hover\/opacity\:bg-blue-700\/25:hover{
    background-color: rgb(26 86 219 / 0.25);
  }
  .md\:hover\/opacity\:bg-blue-700\/30:hover{
    background-color: rgb(26 86 219 / 0.3);
  }
  .md\:hover\/opacity\:bg-blue-700\/40:hover{
    background-color: rgb(26 86 219 / 0.4);
  }
  .md\:hover\/opacity\:bg-blue-700\/50:hover{
    background-color: rgb(26 86 219 / 0.5);
  }
  .md\:hover\/opacity\:bg-blue-700\/60:hover{
    background-color: rgb(26 86 219 / 0.6);
  }
  .md\:hover\/opacity\:bg-blue-700\/70:hover{
    background-color: rgb(26 86 219 / 0.7);
  }
  .md\:hover\/opacity\:bg-blue-700\/75:hover{
    background-color: rgb(26 86 219 / 0.75);
  }
  .md\:hover\/opacity\:bg-blue-700\/80:hover{
    background-color: rgb(26 86 219 / 0.8);
  }
  .md\:hover\/opacity\:bg-blue-700\/90:hover{
    background-color: rgb(26 86 219 / 0.9);
  }
  .md\:hover\/opacity\:bg-blue-700\/95:hover{
    background-color: rgb(26 86 219 / 0.95);
  }
  .md\:hover\/opacity\:bg-blue-700\/100:hover{
    background-color: rgb(26 86 219 / 1);
  }
  .md\:hover\/opacity\:bg-blue-800\/0:hover{
    background-color: rgb(30 66 159 / 0);
  }
  .md\:hover\/opacity\:bg-blue-800\/5:hover{
    background-color: rgb(30 66 159 / 0.05);
  }
  .md\:hover\/opacity\:bg-blue-800\/10:hover{
    background-color: rgb(30 66 159 / 0.1);
  }
  .md\:hover\/opacity\:bg-blue-800\/20:hover{
    background-color: rgb(30 66 159 / 0.2);
  }
  .md\:hover\/opacity\:bg-blue-800\/25:hover{
    background-color: rgb(30 66 159 / 0.25);
  }
  .md\:hover\/opacity\:bg-blue-800\/30:hover{
    background-color: rgb(30 66 159 / 0.3);
  }
  .md\:hover\/opacity\:bg-blue-800\/40:hover{
    background-color: rgb(30 66 159 / 0.4);
  }
  .md\:hover\/opacity\:bg-blue-800\/50:hover{
    background-color: rgb(30 66 159 / 0.5);
  }
  .md\:hover\/opacity\:bg-blue-800\/60:hover{
    background-color: rgb(30 66 159 / 0.6);
  }
  .md\:hover\/opacity\:bg-blue-800\/70:hover{
    background-color: rgb(30 66 159 / 0.7);
  }
  .md\:hover\/opacity\:bg-blue-800\/75:hover{
    background-color: rgb(30 66 159 / 0.75);
  }
  .md\:hover\/opacity\:bg-blue-800\/80:hover{
    background-color: rgb(30 66 159 / 0.8);
  }
  .md\:hover\/opacity\:bg-blue-800\/90:hover{
    background-color: rgb(30 66 159 / 0.9);
  }
  .md\:hover\/opacity\:bg-blue-800\/95:hover{
    background-color: rgb(30 66 159 / 0.95);
  }
  .md\:hover\/opacity\:bg-blue-800\/100:hover{
    background-color: rgb(30 66 159 / 1);
  }
  .md\:hover\/opacity\:bg-blue-900\/0:hover{
    background-color: rgb(35 56 118 / 0);
  }
  .md\:hover\/opacity\:bg-blue-900\/5:hover{
    background-color: rgb(35 56 118 / 0.05);
  }
  .md\:hover\/opacity\:bg-blue-900\/10:hover{
    background-color: rgb(35 56 118 / 0.1);
  }
  .md\:hover\/opacity\:bg-blue-900\/20:hover{
    background-color: rgb(35 56 118 / 0.2);
  }
  .md\:hover\/opacity\:bg-blue-900\/25:hover{
    background-color: rgb(35 56 118 / 0.25);
  }
  .md\:hover\/opacity\:bg-blue-900\/30:hover{
    background-color: rgb(35 56 118 / 0.3);
  }
  .md\:hover\/opacity\:bg-blue-900\/40:hover{
    background-color: rgb(35 56 118 / 0.4);
  }
  .md\:hover\/opacity\:bg-blue-900\/50:hover{
    background-color: rgb(35 56 118 / 0.5);
  }
  .md\:hover\/opacity\:bg-blue-900\/60:hover{
    background-color: rgb(35 56 118 / 0.6);
  }
  .md\:hover\/opacity\:bg-blue-900\/70:hover{
    background-color: rgb(35 56 118 / 0.7);
  }
  .md\:hover\/opacity\:bg-blue-900\/75:hover{
    background-color: rgb(35 56 118 / 0.75);
  }
  .md\:hover\/opacity\:bg-blue-900\/80:hover{
    background-color: rgb(35 56 118 / 0.8);
  }
  .md\:hover\/opacity\:bg-blue-900\/90:hover{
    background-color: rgb(35 56 118 / 0.9);
  }
  .md\:hover\/opacity\:bg-blue-900\/95:hover{
    background-color: rgb(35 56 118 / 0.95);
  }
  .md\:hover\/opacity\:bg-blue-900\/100:hover{
    background-color: rgb(35 56 118 / 1);
  }
  .md\:hover\/opacity\:bg-indigo-50\/0:hover{
    background-color: rgb(240 245 255 / 0);
  }
  .md\:hover\/opacity\:bg-indigo-50\/5:hover{
    background-color: rgb(240 245 255 / 0.05);
  }
  .md\:hover\/opacity\:bg-indigo-50\/10:hover{
    background-color: rgb(240 245 255 / 0.1);
  }
  .md\:hover\/opacity\:bg-indigo-50\/20:hover{
    background-color: rgb(240 245 255 / 0.2);
  }
  .md\:hover\/opacity\:bg-indigo-50\/25:hover{
    background-color: rgb(240 245 255 / 0.25);
  }
  .md\:hover\/opacity\:bg-indigo-50\/30:hover{
    background-color: rgb(240 245 255 / 0.3);
  }
  .md\:hover\/opacity\:bg-indigo-50\/40:hover{
    background-color: rgb(240 245 255 / 0.4);
  }
  .md\:hover\/opacity\:bg-indigo-50\/50:hover{
    background-color: rgb(240 245 255 / 0.5);
  }
  .md\:hover\/opacity\:bg-indigo-50\/60:hover{
    background-color: rgb(240 245 255 / 0.6);
  }
  .md\:hover\/opacity\:bg-indigo-50\/70:hover{
    background-color: rgb(240 245 255 / 0.7);
  }
  .md\:hover\/opacity\:bg-indigo-50\/75:hover{
    background-color: rgb(240 245 255 / 0.75);
  }
  .md\:hover\/opacity\:bg-indigo-50\/80:hover{
    background-color: rgb(240 245 255 / 0.8);
  }
  .md\:hover\/opacity\:bg-indigo-50\/90:hover{
    background-color: rgb(240 245 255 / 0.9);
  }
  .md\:hover\/opacity\:bg-indigo-50\/95:hover{
    background-color: rgb(240 245 255 / 0.95);
  }
  .md\:hover\/opacity\:bg-indigo-50\/100:hover{
    background-color: rgb(240 245 255 / 1);
  }
  .md\:hover\/opacity\:bg-indigo-100\/0:hover{
    background-color: rgb(229 237 255 / 0);
  }
  .md\:hover\/opacity\:bg-indigo-100\/5:hover{
    background-color: rgb(229 237 255 / 0.05);
  }
  .md\:hover\/opacity\:bg-indigo-100\/10:hover{
    background-color: rgb(229 237 255 / 0.1);
  }
  .md\:hover\/opacity\:bg-indigo-100\/20:hover{
    background-color: rgb(229 237 255 / 0.2);
  }
  .md\:hover\/opacity\:bg-indigo-100\/25:hover{
    background-color: rgb(229 237 255 / 0.25);
  }
  .md\:hover\/opacity\:bg-indigo-100\/30:hover{
    background-color: rgb(229 237 255 / 0.3);
  }
  .md\:hover\/opacity\:bg-indigo-100\/40:hover{
    background-color: rgb(229 237 255 / 0.4);
  }
  .md\:hover\/opacity\:bg-indigo-100\/50:hover{
    background-color: rgb(229 237 255 / 0.5);
  }
  .md\:hover\/opacity\:bg-indigo-100\/60:hover{
    background-color: rgb(229 237 255 / 0.6);
  }
  .md\:hover\/opacity\:bg-indigo-100\/70:hover{
    background-color: rgb(229 237 255 / 0.7);
  }
  .md\:hover\/opacity\:bg-indigo-100\/75:hover{
    background-color: rgb(229 237 255 / 0.75);
  }
  .md\:hover\/opacity\:bg-indigo-100\/80:hover{
    background-color: rgb(229 237 255 / 0.8);
  }
  .md\:hover\/opacity\:bg-indigo-100\/90:hover{
    background-color: rgb(229 237 255 / 0.9);
  }
  .md\:hover\/opacity\:bg-indigo-100\/95:hover{
    background-color: rgb(229 237 255 / 0.95);
  }
  .md\:hover\/opacity\:bg-indigo-100\/100:hover{
    background-color: rgb(229 237 255 / 1);
  }
  .md\:hover\/opacity\:bg-indigo-200\/0:hover{
    background-color: rgb(205 219 254 / 0);
  }
  .md\:hover\/opacity\:bg-indigo-200\/5:hover{
    background-color: rgb(205 219 254 / 0.05);
  }
  .md\:hover\/opacity\:bg-indigo-200\/10:hover{
    background-color: rgb(205 219 254 / 0.1);
  }
  .md\:hover\/opacity\:bg-indigo-200\/20:hover{
    background-color: rgb(205 219 254 / 0.2);
  }
  .md\:hover\/opacity\:bg-indigo-200\/25:hover{
    background-color: rgb(205 219 254 / 0.25);
  }
  .md\:hover\/opacity\:bg-indigo-200\/30:hover{
    background-color: rgb(205 219 254 / 0.3);
  }
  .md\:hover\/opacity\:bg-indigo-200\/40:hover{
    background-color: rgb(205 219 254 / 0.4);
  }
  .md\:hover\/opacity\:bg-indigo-200\/50:hover{
    background-color: rgb(205 219 254 / 0.5);
  }
  .md\:hover\/opacity\:bg-indigo-200\/60:hover{
    background-color: rgb(205 219 254 / 0.6);
  }
  .md\:hover\/opacity\:bg-indigo-200\/70:hover{
    background-color: rgb(205 219 254 / 0.7);
  }
  .md\:hover\/opacity\:bg-indigo-200\/75:hover{
    background-color: rgb(205 219 254 / 0.75);
  }
  .md\:hover\/opacity\:bg-indigo-200\/80:hover{
    background-color: rgb(205 219 254 / 0.8);
  }
  .md\:hover\/opacity\:bg-indigo-200\/90:hover{
    background-color: rgb(205 219 254 / 0.9);
  }
  .md\:hover\/opacity\:bg-indigo-200\/95:hover{
    background-color: rgb(205 219 254 / 0.95);
  }
  .md\:hover\/opacity\:bg-indigo-200\/100:hover{
    background-color: rgb(205 219 254 / 1);
  }
  .md\:hover\/opacity\:bg-indigo-300\/0:hover{
    background-color: rgb(180 198 252 / 0);
  }
  .md\:hover\/opacity\:bg-indigo-300\/5:hover{
    background-color: rgb(180 198 252 / 0.05);
  }
  .md\:hover\/opacity\:bg-indigo-300\/10:hover{
    background-color: rgb(180 198 252 / 0.1);
  }
  .md\:hover\/opacity\:bg-indigo-300\/20:hover{
    background-color: rgb(180 198 252 / 0.2);
  }
  .md\:hover\/opacity\:bg-indigo-300\/25:hover{
    background-color: rgb(180 198 252 / 0.25);
  }
  .md\:hover\/opacity\:bg-indigo-300\/30:hover{
    background-color: rgb(180 198 252 / 0.3);
  }
  .md\:hover\/opacity\:bg-indigo-300\/40:hover{
    background-color: rgb(180 198 252 / 0.4);
  }
  .md\:hover\/opacity\:bg-indigo-300\/50:hover{
    background-color: rgb(180 198 252 / 0.5);
  }
  .md\:hover\/opacity\:bg-indigo-300\/60:hover{
    background-color: rgb(180 198 252 / 0.6);
  }
  .md\:hover\/opacity\:bg-indigo-300\/70:hover{
    background-color: rgb(180 198 252 / 0.7);
  }
  .md\:hover\/opacity\:bg-indigo-300\/75:hover{
    background-color: rgb(180 198 252 / 0.75);
  }
  .md\:hover\/opacity\:bg-indigo-300\/80:hover{
    background-color: rgb(180 198 252 / 0.8);
  }
  .md\:hover\/opacity\:bg-indigo-300\/90:hover{
    background-color: rgb(180 198 252 / 0.9);
  }
  .md\:hover\/opacity\:bg-indigo-300\/95:hover{
    background-color: rgb(180 198 252 / 0.95);
  }
  .md\:hover\/opacity\:bg-indigo-300\/100:hover{
    background-color: rgb(180 198 252 / 1);
  }
  .md\:hover\/opacity\:bg-indigo-400\/0:hover{
    background-color: rgb(141 162 251 / 0);
  }
  .md\:hover\/opacity\:bg-indigo-400\/5:hover{
    background-color: rgb(141 162 251 / 0.05);
  }
  .md\:hover\/opacity\:bg-indigo-400\/10:hover{
    background-color: rgb(141 162 251 / 0.1);
  }
  .md\:hover\/opacity\:bg-indigo-400\/20:hover{
    background-color: rgb(141 162 251 / 0.2);
  }
  .md\:hover\/opacity\:bg-indigo-400\/25:hover{
    background-color: rgb(141 162 251 / 0.25);
  }
  .md\:hover\/opacity\:bg-indigo-400\/30:hover{
    background-color: rgb(141 162 251 / 0.3);
  }
  .md\:hover\/opacity\:bg-indigo-400\/40:hover{
    background-color: rgb(141 162 251 / 0.4);
  }
  .md\:hover\/opacity\:bg-indigo-400\/50:hover{
    background-color: rgb(141 162 251 / 0.5);
  }
  .md\:hover\/opacity\:bg-indigo-400\/60:hover{
    background-color: rgb(141 162 251 / 0.6);
  }
  .md\:hover\/opacity\:bg-indigo-400\/70:hover{
    background-color: rgb(141 162 251 / 0.7);
  }
  .md\:hover\/opacity\:bg-indigo-400\/75:hover{
    background-color: rgb(141 162 251 / 0.75);
  }
  .md\:hover\/opacity\:bg-indigo-400\/80:hover{
    background-color: rgb(141 162 251 / 0.8);
  }
  .md\:hover\/opacity\:bg-indigo-400\/90:hover{
    background-color: rgb(141 162 251 / 0.9);
  }
  .md\:hover\/opacity\:bg-indigo-400\/95:hover{
    background-color: rgb(141 162 251 / 0.95);
  }
  .md\:hover\/opacity\:bg-indigo-400\/100:hover{
    background-color: rgb(141 162 251 / 1);
  }
  .md\:hover\/opacity\:bg-indigo-500\/0:hover{
    background-color: rgb(104 117 245 / 0);
  }
  .md\:hover\/opacity\:bg-indigo-500\/5:hover{
    background-color: rgb(104 117 245 / 0.05);
  }
  .md\:hover\/opacity\:bg-indigo-500\/10:hover{
    background-color: rgb(104 117 245 / 0.1);
  }
  .md\:hover\/opacity\:bg-indigo-500\/20:hover{
    background-color: rgb(104 117 245 / 0.2);
  }
  .md\:hover\/opacity\:bg-indigo-500\/25:hover{
    background-color: rgb(104 117 245 / 0.25);
  }
  .md\:hover\/opacity\:bg-indigo-500\/30:hover{
    background-color: rgb(104 117 245 / 0.3);
  }
  .md\:hover\/opacity\:bg-indigo-500\/40:hover{
    background-color: rgb(104 117 245 / 0.4);
  }
  .md\:hover\/opacity\:bg-indigo-500\/50:hover{
    background-color: rgb(104 117 245 / 0.5);
  }
  .md\:hover\/opacity\:bg-indigo-500\/60:hover{
    background-color: rgb(104 117 245 / 0.6);
  }
  .md\:hover\/opacity\:bg-indigo-500\/70:hover{
    background-color: rgb(104 117 245 / 0.7);
  }
  .md\:hover\/opacity\:bg-indigo-500\/75:hover{
    background-color: rgb(104 117 245 / 0.75);
  }
  .md\:hover\/opacity\:bg-indigo-500\/80:hover{
    background-color: rgb(104 117 245 / 0.8);
  }
  .md\:hover\/opacity\:bg-indigo-500\/90:hover{
    background-color: rgb(104 117 245 / 0.9);
  }
  .md\:hover\/opacity\:bg-indigo-500\/95:hover{
    background-color: rgb(104 117 245 / 0.95);
  }
  .md\:hover\/opacity\:bg-indigo-500\/100:hover{
    background-color: rgb(104 117 245 / 1);
  }
  .md\:hover\/opacity\:bg-indigo-600\/0:hover{
    background-color: rgb(88 80 236 / 0);
  }
  .md\:hover\/opacity\:bg-indigo-600\/5:hover{
    background-color: rgb(88 80 236 / 0.05);
  }
  .md\:hover\/opacity\:bg-indigo-600\/10:hover{
    background-color: rgb(88 80 236 / 0.1);
  }
  .md\:hover\/opacity\:bg-indigo-600\/20:hover{
    background-color: rgb(88 80 236 / 0.2);
  }
  .md\:hover\/opacity\:bg-indigo-600\/25:hover{
    background-color: rgb(88 80 236 / 0.25);
  }
  .md\:hover\/opacity\:bg-indigo-600\/30:hover{
    background-color: rgb(88 80 236 / 0.3);
  }
  .md\:hover\/opacity\:bg-indigo-600\/40:hover{
    background-color: rgb(88 80 236 / 0.4);
  }
  .md\:hover\/opacity\:bg-indigo-600\/50:hover{
    background-color: rgb(88 80 236 / 0.5);
  }
  .md\:hover\/opacity\:bg-indigo-600\/60:hover{
    background-color: rgb(88 80 236 / 0.6);
  }
  .md\:hover\/opacity\:bg-indigo-600\/70:hover{
    background-color: rgb(88 80 236 / 0.7);
  }
  .md\:hover\/opacity\:bg-indigo-600\/75:hover{
    background-color: rgb(88 80 236 / 0.75);
  }
  .md\:hover\/opacity\:bg-indigo-600\/80:hover{
    background-color: rgb(88 80 236 / 0.8);
  }
  .md\:hover\/opacity\:bg-indigo-600\/90:hover{
    background-color: rgb(88 80 236 / 0.9);
  }
  .md\:hover\/opacity\:bg-indigo-600\/95:hover{
    background-color: rgb(88 80 236 / 0.95);
  }
  .md\:hover\/opacity\:bg-indigo-600\/100:hover{
    background-color: rgb(88 80 236 / 1);
  }
  .md\:hover\/opacity\:bg-indigo-700\/0:hover{
    background-color: rgb(81 69 205 / 0);
  }
  .md\:hover\/opacity\:bg-indigo-700\/5:hover{
    background-color: rgb(81 69 205 / 0.05);
  }
  .md\:hover\/opacity\:bg-indigo-700\/10:hover{
    background-color: rgb(81 69 205 / 0.1);
  }
  .md\:hover\/opacity\:bg-indigo-700\/20:hover{
    background-color: rgb(81 69 205 / 0.2);
  }
  .md\:hover\/opacity\:bg-indigo-700\/25:hover{
    background-color: rgb(81 69 205 / 0.25);
  }
  .md\:hover\/opacity\:bg-indigo-700\/30:hover{
    background-color: rgb(81 69 205 / 0.3);
  }
  .md\:hover\/opacity\:bg-indigo-700\/40:hover{
    background-color: rgb(81 69 205 / 0.4);
  }
  .md\:hover\/opacity\:bg-indigo-700\/50:hover{
    background-color: rgb(81 69 205 / 0.5);
  }
  .md\:hover\/opacity\:bg-indigo-700\/60:hover{
    background-color: rgb(81 69 205 / 0.6);
  }
  .md\:hover\/opacity\:bg-indigo-700\/70:hover{
    background-color: rgb(81 69 205 / 0.7);
  }
  .md\:hover\/opacity\:bg-indigo-700\/75:hover{
    background-color: rgb(81 69 205 / 0.75);
  }
  .md\:hover\/opacity\:bg-indigo-700\/80:hover{
    background-color: rgb(81 69 205 / 0.8);
  }
  .md\:hover\/opacity\:bg-indigo-700\/90:hover{
    background-color: rgb(81 69 205 / 0.9);
  }
  .md\:hover\/opacity\:bg-indigo-700\/95:hover{
    background-color: rgb(81 69 205 / 0.95);
  }
  .md\:hover\/opacity\:bg-indigo-700\/100:hover{
    background-color: rgb(81 69 205 / 1);
  }
  .md\:hover\/opacity\:bg-indigo-800\/0:hover{
    background-color: rgb(66 56 157 / 0);
  }
  .md\:hover\/opacity\:bg-indigo-800\/5:hover{
    background-color: rgb(66 56 157 / 0.05);
  }
  .md\:hover\/opacity\:bg-indigo-800\/10:hover{
    background-color: rgb(66 56 157 / 0.1);
  }
  .md\:hover\/opacity\:bg-indigo-800\/20:hover{
    background-color: rgb(66 56 157 / 0.2);
  }
  .md\:hover\/opacity\:bg-indigo-800\/25:hover{
    background-color: rgb(66 56 157 / 0.25);
  }
  .md\:hover\/opacity\:bg-indigo-800\/30:hover{
    background-color: rgb(66 56 157 / 0.3);
  }
  .md\:hover\/opacity\:bg-indigo-800\/40:hover{
    background-color: rgb(66 56 157 / 0.4);
  }
  .md\:hover\/opacity\:bg-indigo-800\/50:hover{
    background-color: rgb(66 56 157 / 0.5);
  }
  .md\:hover\/opacity\:bg-indigo-800\/60:hover{
    background-color: rgb(66 56 157 / 0.6);
  }
  .md\:hover\/opacity\:bg-indigo-800\/70:hover{
    background-color: rgb(66 56 157 / 0.7);
  }
  .md\:hover\/opacity\:bg-indigo-800\/75:hover{
    background-color: rgb(66 56 157 / 0.75);
  }
  .md\:hover\/opacity\:bg-indigo-800\/80:hover{
    background-color: rgb(66 56 157 / 0.8);
  }
  .md\:hover\/opacity\:bg-indigo-800\/90:hover{
    background-color: rgb(66 56 157 / 0.9);
  }
  .md\:hover\/opacity\:bg-indigo-800\/95:hover{
    background-color: rgb(66 56 157 / 0.95);
  }
  .md\:hover\/opacity\:bg-indigo-800\/100:hover{
    background-color: rgb(66 56 157 / 1);
  }
  .md\:hover\/opacity\:bg-indigo-900\/0:hover{
    background-color: rgb(54 47 120 / 0);
  }
  .md\:hover\/opacity\:bg-indigo-900\/5:hover{
    background-color: rgb(54 47 120 / 0.05);
  }
  .md\:hover\/opacity\:bg-indigo-900\/10:hover{
    background-color: rgb(54 47 120 / 0.1);
  }
  .md\:hover\/opacity\:bg-indigo-900\/20:hover{
    background-color: rgb(54 47 120 / 0.2);
  }
  .md\:hover\/opacity\:bg-indigo-900\/25:hover{
    background-color: rgb(54 47 120 / 0.25);
  }
  .md\:hover\/opacity\:bg-indigo-900\/30:hover{
    background-color: rgb(54 47 120 / 0.3);
  }
  .md\:hover\/opacity\:bg-indigo-900\/40:hover{
    background-color: rgb(54 47 120 / 0.4);
  }
  .md\:hover\/opacity\:bg-indigo-900\/50:hover{
    background-color: rgb(54 47 120 / 0.5);
  }
  .md\:hover\/opacity\:bg-indigo-900\/60:hover{
    background-color: rgb(54 47 120 / 0.6);
  }
  .md\:hover\/opacity\:bg-indigo-900\/70:hover{
    background-color: rgb(54 47 120 / 0.7);
  }
  .md\:hover\/opacity\:bg-indigo-900\/75:hover{
    background-color: rgb(54 47 120 / 0.75);
  }
  .md\:hover\/opacity\:bg-indigo-900\/80:hover{
    background-color: rgb(54 47 120 / 0.8);
  }
  .md\:hover\/opacity\:bg-indigo-900\/90:hover{
    background-color: rgb(54 47 120 / 0.9);
  }
  .md\:hover\/opacity\:bg-indigo-900\/95:hover{
    background-color: rgb(54 47 120 / 0.95);
  }
  .md\:hover\/opacity\:bg-indigo-900\/100:hover{
    background-color: rgb(54 47 120 / 1);
  }
  .md\:hover\/opacity\:bg-purple-50\/0:hover{
    background-color: rgb(246 245 255 / 0);
  }
  .md\:hover\/opacity\:bg-purple-50\/5:hover{
    background-color: rgb(246 245 255 / 0.05);
  }
  .md\:hover\/opacity\:bg-purple-50\/10:hover{
    background-color: rgb(246 245 255 / 0.1);
  }
  .md\:hover\/opacity\:bg-purple-50\/20:hover{
    background-color: rgb(246 245 255 / 0.2);
  }
  .md\:hover\/opacity\:bg-purple-50\/25:hover{
    background-color: rgb(246 245 255 / 0.25);
  }
  .md\:hover\/opacity\:bg-purple-50\/30:hover{
    background-color: rgb(246 245 255 / 0.3);
  }
  .md\:hover\/opacity\:bg-purple-50\/40:hover{
    background-color: rgb(246 245 255 / 0.4);
  }
  .md\:hover\/opacity\:bg-purple-50\/50:hover{
    background-color: rgb(246 245 255 / 0.5);
  }
  .md\:hover\/opacity\:bg-purple-50\/60:hover{
    background-color: rgb(246 245 255 / 0.6);
  }
  .md\:hover\/opacity\:bg-purple-50\/70:hover{
    background-color: rgb(246 245 255 / 0.7);
  }
  .md\:hover\/opacity\:bg-purple-50\/75:hover{
    background-color: rgb(246 245 255 / 0.75);
  }
  .md\:hover\/opacity\:bg-purple-50\/80:hover{
    background-color: rgb(246 245 255 / 0.8);
  }
  .md\:hover\/opacity\:bg-purple-50\/90:hover{
    background-color: rgb(246 245 255 / 0.9);
  }
  .md\:hover\/opacity\:bg-purple-50\/95:hover{
    background-color: rgb(246 245 255 / 0.95);
  }
  .md\:hover\/opacity\:bg-purple-50\/100:hover{
    background-color: rgb(246 245 255 / 1);
  }
  .md\:hover\/opacity\:bg-purple-100\/0:hover{
    background-color: rgb(237 235 254 / 0);
  }
  .md\:hover\/opacity\:bg-purple-100\/5:hover{
    background-color: rgb(237 235 254 / 0.05);
  }
  .md\:hover\/opacity\:bg-purple-100\/10:hover{
    background-color: rgb(237 235 254 / 0.1);
  }
  .md\:hover\/opacity\:bg-purple-100\/20:hover{
    background-color: rgb(237 235 254 / 0.2);
  }
  .md\:hover\/opacity\:bg-purple-100\/25:hover{
    background-color: rgb(237 235 254 / 0.25);
  }
  .md\:hover\/opacity\:bg-purple-100\/30:hover{
    background-color: rgb(237 235 254 / 0.3);
  }
  .md\:hover\/opacity\:bg-purple-100\/40:hover{
    background-color: rgb(237 235 254 / 0.4);
  }
  .md\:hover\/opacity\:bg-purple-100\/50:hover{
    background-color: rgb(237 235 254 / 0.5);
  }
  .md\:hover\/opacity\:bg-purple-100\/60:hover{
    background-color: rgb(237 235 254 / 0.6);
  }
  .md\:hover\/opacity\:bg-purple-100\/70:hover{
    background-color: rgb(237 235 254 / 0.7);
  }
  .md\:hover\/opacity\:bg-purple-100\/75:hover{
    background-color: rgb(237 235 254 / 0.75);
  }
  .md\:hover\/opacity\:bg-purple-100\/80:hover{
    background-color: rgb(237 235 254 / 0.8);
  }
  .md\:hover\/opacity\:bg-purple-100\/90:hover{
    background-color: rgb(237 235 254 / 0.9);
  }
  .md\:hover\/opacity\:bg-purple-100\/95:hover{
    background-color: rgb(237 235 254 / 0.95);
  }
  .md\:hover\/opacity\:bg-purple-100\/100:hover{
    background-color: rgb(237 235 254 / 1);
  }
  .md\:hover\/opacity\:bg-purple-200\/0:hover{
    background-color: rgb(220 215 254 / 0);
  }
  .md\:hover\/opacity\:bg-purple-200\/5:hover{
    background-color: rgb(220 215 254 / 0.05);
  }
  .md\:hover\/opacity\:bg-purple-200\/10:hover{
    background-color: rgb(220 215 254 / 0.1);
  }
  .md\:hover\/opacity\:bg-purple-200\/20:hover{
    background-color: rgb(220 215 254 / 0.2);
  }
  .md\:hover\/opacity\:bg-purple-200\/25:hover{
    background-color: rgb(220 215 254 / 0.25);
  }
  .md\:hover\/opacity\:bg-purple-200\/30:hover{
    background-color: rgb(220 215 254 / 0.3);
  }
  .md\:hover\/opacity\:bg-purple-200\/40:hover{
    background-color: rgb(220 215 254 / 0.4);
  }
  .md\:hover\/opacity\:bg-purple-200\/50:hover{
    background-color: rgb(220 215 254 / 0.5);
  }
  .md\:hover\/opacity\:bg-purple-200\/60:hover{
    background-color: rgb(220 215 254 / 0.6);
  }
  .md\:hover\/opacity\:bg-purple-200\/70:hover{
    background-color: rgb(220 215 254 / 0.7);
  }
  .md\:hover\/opacity\:bg-purple-200\/75:hover{
    background-color: rgb(220 215 254 / 0.75);
  }
  .md\:hover\/opacity\:bg-purple-200\/80:hover{
    background-color: rgb(220 215 254 / 0.8);
  }
  .md\:hover\/opacity\:bg-purple-200\/90:hover{
    background-color: rgb(220 215 254 / 0.9);
  }
  .md\:hover\/opacity\:bg-purple-200\/95:hover{
    background-color: rgb(220 215 254 / 0.95);
  }
  .md\:hover\/opacity\:bg-purple-200\/100:hover{
    background-color: rgb(220 215 254 / 1);
  }
  .md\:hover\/opacity\:bg-purple-300\/0:hover{
    background-color: rgb(202 191 253 / 0);
  }
  .md\:hover\/opacity\:bg-purple-300\/5:hover{
    background-color: rgb(202 191 253 / 0.05);
  }
  .md\:hover\/opacity\:bg-purple-300\/10:hover{
    background-color: rgb(202 191 253 / 0.1);
  }
  .md\:hover\/opacity\:bg-purple-300\/20:hover{
    background-color: rgb(202 191 253 / 0.2);
  }
  .md\:hover\/opacity\:bg-purple-300\/25:hover{
    background-color: rgb(202 191 253 / 0.25);
  }
  .md\:hover\/opacity\:bg-purple-300\/30:hover{
    background-color: rgb(202 191 253 / 0.3);
  }
  .md\:hover\/opacity\:bg-purple-300\/40:hover{
    background-color: rgb(202 191 253 / 0.4);
  }
  .md\:hover\/opacity\:bg-purple-300\/50:hover{
    background-color: rgb(202 191 253 / 0.5);
  }
  .md\:hover\/opacity\:bg-purple-300\/60:hover{
    background-color: rgb(202 191 253 / 0.6);
  }
  .md\:hover\/opacity\:bg-purple-300\/70:hover{
    background-color: rgb(202 191 253 / 0.7);
  }
  .md\:hover\/opacity\:bg-purple-300\/75:hover{
    background-color: rgb(202 191 253 / 0.75);
  }
  .md\:hover\/opacity\:bg-purple-300\/80:hover{
    background-color: rgb(202 191 253 / 0.8);
  }
  .md\:hover\/opacity\:bg-purple-300\/90:hover{
    background-color: rgb(202 191 253 / 0.9);
  }
  .md\:hover\/opacity\:bg-purple-300\/95:hover{
    background-color: rgb(202 191 253 / 0.95);
  }
  .md\:hover\/opacity\:bg-purple-300\/100:hover{
    background-color: rgb(202 191 253 / 1);
  }
  .md\:hover\/opacity\:bg-purple-400\/0:hover{
    background-color: rgb(172 148 250 / 0);
  }
  .md\:hover\/opacity\:bg-purple-400\/5:hover{
    background-color: rgb(172 148 250 / 0.05);
  }
  .md\:hover\/opacity\:bg-purple-400\/10:hover{
    background-color: rgb(172 148 250 / 0.1);
  }
  .md\:hover\/opacity\:bg-purple-400\/20:hover{
    background-color: rgb(172 148 250 / 0.2);
  }
  .md\:hover\/opacity\:bg-purple-400\/25:hover{
    background-color: rgb(172 148 250 / 0.25);
  }
  .md\:hover\/opacity\:bg-purple-400\/30:hover{
    background-color: rgb(172 148 250 / 0.3);
  }
  .md\:hover\/opacity\:bg-purple-400\/40:hover{
    background-color: rgb(172 148 250 / 0.4);
  }
  .md\:hover\/opacity\:bg-purple-400\/50:hover{
    background-color: rgb(172 148 250 / 0.5);
  }
  .md\:hover\/opacity\:bg-purple-400\/60:hover{
    background-color: rgb(172 148 250 / 0.6);
  }
  .md\:hover\/opacity\:bg-purple-400\/70:hover{
    background-color: rgb(172 148 250 / 0.7);
  }
  .md\:hover\/opacity\:bg-purple-400\/75:hover{
    background-color: rgb(172 148 250 / 0.75);
  }
  .md\:hover\/opacity\:bg-purple-400\/80:hover{
    background-color: rgb(172 148 250 / 0.8);
  }
  .md\:hover\/opacity\:bg-purple-400\/90:hover{
    background-color: rgb(172 148 250 / 0.9);
  }
  .md\:hover\/opacity\:bg-purple-400\/95:hover{
    background-color: rgb(172 148 250 / 0.95);
  }
  .md\:hover\/opacity\:bg-purple-400\/100:hover{
    background-color: rgb(172 148 250 / 1);
  }
  .md\:hover\/opacity\:bg-purple-500\/0:hover{
    background-color: rgb(144 97 249 / 0);
  }
  .md\:hover\/opacity\:bg-purple-500\/5:hover{
    background-color: rgb(144 97 249 / 0.05);
  }
  .md\:hover\/opacity\:bg-purple-500\/10:hover{
    background-color: rgb(144 97 249 / 0.1);
  }
  .md\:hover\/opacity\:bg-purple-500\/20:hover{
    background-color: rgb(144 97 249 / 0.2);
  }
  .md\:hover\/opacity\:bg-purple-500\/25:hover{
    background-color: rgb(144 97 249 / 0.25);
  }
  .md\:hover\/opacity\:bg-purple-500\/30:hover{
    background-color: rgb(144 97 249 / 0.3);
  }
  .md\:hover\/opacity\:bg-purple-500\/40:hover{
    background-color: rgb(144 97 249 / 0.4);
  }
  .md\:hover\/opacity\:bg-purple-500\/50:hover{
    background-color: rgb(144 97 249 / 0.5);
  }
  .md\:hover\/opacity\:bg-purple-500\/60:hover{
    background-color: rgb(144 97 249 / 0.6);
  }
  .md\:hover\/opacity\:bg-purple-500\/70:hover{
    background-color: rgb(144 97 249 / 0.7);
  }
  .md\:hover\/opacity\:bg-purple-500\/75:hover{
    background-color: rgb(144 97 249 / 0.75);
  }
  .md\:hover\/opacity\:bg-purple-500\/80:hover{
    background-color: rgb(144 97 249 / 0.8);
  }
  .md\:hover\/opacity\:bg-purple-500\/90:hover{
    background-color: rgb(144 97 249 / 0.9);
  }
  .md\:hover\/opacity\:bg-purple-500\/95:hover{
    background-color: rgb(144 97 249 / 0.95);
  }
  .md\:hover\/opacity\:bg-purple-500\/100:hover{
    background-color: rgb(144 97 249 / 1);
  }
  .md\:hover\/opacity\:bg-purple-600\/0:hover{
    background-color: rgb(126 58 242 / 0);
  }
  .md\:hover\/opacity\:bg-purple-600\/5:hover{
    background-color: rgb(126 58 242 / 0.05);
  }
  .md\:hover\/opacity\:bg-purple-600\/10:hover{
    background-color: rgb(126 58 242 / 0.1);
  }
  .md\:hover\/opacity\:bg-purple-600\/20:hover{
    background-color: rgb(126 58 242 / 0.2);
  }
  .md\:hover\/opacity\:bg-purple-600\/25:hover{
    background-color: rgb(126 58 242 / 0.25);
  }
  .md\:hover\/opacity\:bg-purple-600\/30:hover{
    background-color: rgb(126 58 242 / 0.3);
  }
  .md\:hover\/opacity\:bg-purple-600\/40:hover{
    background-color: rgb(126 58 242 / 0.4);
  }
  .md\:hover\/opacity\:bg-purple-600\/50:hover{
    background-color: rgb(126 58 242 / 0.5);
  }
  .md\:hover\/opacity\:bg-purple-600\/60:hover{
    background-color: rgb(126 58 242 / 0.6);
  }
  .md\:hover\/opacity\:bg-purple-600\/70:hover{
    background-color: rgb(126 58 242 / 0.7);
  }
  .md\:hover\/opacity\:bg-purple-600\/75:hover{
    background-color: rgb(126 58 242 / 0.75);
  }
  .md\:hover\/opacity\:bg-purple-600\/80:hover{
    background-color: rgb(126 58 242 / 0.8);
  }
  .md\:hover\/opacity\:bg-purple-600\/90:hover{
    background-color: rgb(126 58 242 / 0.9);
  }
  .md\:hover\/opacity\:bg-purple-600\/95:hover{
    background-color: rgb(126 58 242 / 0.95);
  }
  .md\:hover\/opacity\:bg-purple-600\/100:hover{
    background-color: rgb(126 58 242 / 1);
  }
  .md\:hover\/opacity\:bg-purple-700\/0:hover{
    background-color: rgb(108 43 217 / 0);
  }
  .md\:hover\/opacity\:bg-purple-700\/5:hover{
    background-color: rgb(108 43 217 / 0.05);
  }
  .md\:hover\/opacity\:bg-purple-700\/10:hover{
    background-color: rgb(108 43 217 / 0.1);
  }
  .md\:hover\/opacity\:bg-purple-700\/20:hover{
    background-color: rgb(108 43 217 / 0.2);
  }
  .md\:hover\/opacity\:bg-purple-700\/25:hover{
    background-color: rgb(108 43 217 / 0.25);
  }
  .md\:hover\/opacity\:bg-purple-700\/30:hover{
    background-color: rgb(108 43 217 / 0.3);
  }
  .md\:hover\/opacity\:bg-purple-700\/40:hover{
    background-color: rgb(108 43 217 / 0.4);
  }
  .md\:hover\/opacity\:bg-purple-700\/50:hover{
    background-color: rgb(108 43 217 / 0.5);
  }
  .md\:hover\/opacity\:bg-purple-700\/60:hover{
    background-color: rgb(108 43 217 / 0.6);
  }
  .md\:hover\/opacity\:bg-purple-700\/70:hover{
    background-color: rgb(108 43 217 / 0.7);
  }
  .md\:hover\/opacity\:bg-purple-700\/75:hover{
    background-color: rgb(108 43 217 / 0.75);
  }
  .md\:hover\/opacity\:bg-purple-700\/80:hover{
    background-color: rgb(108 43 217 / 0.8);
  }
  .md\:hover\/opacity\:bg-purple-700\/90:hover{
    background-color: rgb(108 43 217 / 0.9);
  }
  .md\:hover\/opacity\:bg-purple-700\/95:hover{
    background-color: rgb(108 43 217 / 0.95);
  }
  .md\:hover\/opacity\:bg-purple-700\/100:hover{
    background-color: rgb(108 43 217 / 1);
  }
  .md\:hover\/opacity\:bg-purple-800\/0:hover{
    background-color: rgb(85 33 181 / 0);
  }
  .md\:hover\/opacity\:bg-purple-800\/5:hover{
    background-color: rgb(85 33 181 / 0.05);
  }
  .md\:hover\/opacity\:bg-purple-800\/10:hover{
    background-color: rgb(85 33 181 / 0.1);
  }
  .md\:hover\/opacity\:bg-purple-800\/20:hover{
    background-color: rgb(85 33 181 / 0.2);
  }
  .md\:hover\/opacity\:bg-purple-800\/25:hover{
    background-color: rgb(85 33 181 / 0.25);
  }
  .md\:hover\/opacity\:bg-purple-800\/30:hover{
    background-color: rgb(85 33 181 / 0.3);
  }
  .md\:hover\/opacity\:bg-purple-800\/40:hover{
    background-color: rgb(85 33 181 / 0.4);
  }
  .md\:hover\/opacity\:bg-purple-800\/50:hover{
    background-color: rgb(85 33 181 / 0.5);
  }
  .md\:hover\/opacity\:bg-purple-800\/60:hover{
    background-color: rgb(85 33 181 / 0.6);
  }
  .md\:hover\/opacity\:bg-purple-800\/70:hover{
    background-color: rgb(85 33 181 / 0.7);
  }
  .md\:hover\/opacity\:bg-purple-800\/75:hover{
    background-color: rgb(85 33 181 / 0.75);
  }
  .md\:hover\/opacity\:bg-purple-800\/80:hover{
    background-color: rgb(85 33 181 / 0.8);
  }
  .md\:hover\/opacity\:bg-purple-800\/90:hover{
    background-color: rgb(85 33 181 / 0.9);
  }
  .md\:hover\/opacity\:bg-purple-800\/95:hover{
    background-color: rgb(85 33 181 / 0.95);
  }
  .md\:hover\/opacity\:bg-purple-800\/100:hover{
    background-color: rgb(85 33 181 / 1);
  }
  .md\:hover\/opacity\:bg-purple-900\/0:hover{
    background-color: rgb(74 29 150 / 0);
  }
  .md\:hover\/opacity\:bg-purple-900\/5:hover{
    background-color: rgb(74 29 150 / 0.05);
  }
  .md\:hover\/opacity\:bg-purple-900\/10:hover{
    background-color: rgb(74 29 150 / 0.1);
  }
  .md\:hover\/opacity\:bg-purple-900\/20:hover{
    background-color: rgb(74 29 150 / 0.2);
  }
  .md\:hover\/opacity\:bg-purple-900\/25:hover{
    background-color: rgb(74 29 150 / 0.25);
  }
  .md\:hover\/opacity\:bg-purple-900\/30:hover{
    background-color: rgb(74 29 150 / 0.3);
  }
  .md\:hover\/opacity\:bg-purple-900\/40:hover{
    background-color: rgb(74 29 150 / 0.4);
  }
  .md\:hover\/opacity\:bg-purple-900\/50:hover{
    background-color: rgb(74 29 150 / 0.5);
  }
  .md\:hover\/opacity\:bg-purple-900\/60:hover{
    background-color: rgb(74 29 150 / 0.6);
  }
  .md\:hover\/opacity\:bg-purple-900\/70:hover{
    background-color: rgb(74 29 150 / 0.7);
  }
  .md\:hover\/opacity\:bg-purple-900\/75:hover{
    background-color: rgb(74 29 150 / 0.75);
  }
  .md\:hover\/opacity\:bg-purple-900\/80:hover{
    background-color: rgb(74 29 150 / 0.8);
  }
  .md\:hover\/opacity\:bg-purple-900\/90:hover{
    background-color: rgb(74 29 150 / 0.9);
  }
  .md\:hover\/opacity\:bg-purple-900\/95:hover{
    background-color: rgb(74 29 150 / 0.95);
  }
  .md\:hover\/opacity\:bg-purple-900\/100:hover{
    background-color: rgb(74 29 150 / 1);
  }
  .md\:hover\/opacity\:bg-purple-light\/0:hover{
    background-color: rgb(224 14 102 / 0);
  }
  .md\:hover\/opacity\:bg-purple-light\/5:hover{
    background-color: rgb(224 14 102 / 0.05);
  }
  .md\:hover\/opacity\:bg-purple-light\/10:hover{
    background-color: rgb(224 14 102 / 0.1);
  }
  .md\:hover\/opacity\:bg-purple-light\/20:hover{
    background-color: rgb(224 14 102 / 0.2);
  }
  .md\:hover\/opacity\:bg-purple-light\/25:hover{
    background-color: rgb(224 14 102 / 0.25);
  }
  .md\:hover\/opacity\:bg-purple-light\/30:hover{
    background-color: rgb(224 14 102 / 0.3);
  }
  .md\:hover\/opacity\:bg-purple-light\/40:hover{
    background-color: rgb(224 14 102 / 0.4);
  }
  .md\:hover\/opacity\:bg-purple-light\/50:hover{
    background-color: rgb(224 14 102 / 0.5);
  }
  .md\:hover\/opacity\:bg-purple-light\/60:hover{
    background-color: rgb(224 14 102 / 0.6);
  }
  .md\:hover\/opacity\:bg-purple-light\/70:hover{
    background-color: rgb(224 14 102 / 0.7);
  }
  .md\:hover\/opacity\:bg-purple-light\/75:hover{
    background-color: rgb(224 14 102 / 0.75);
  }
  .md\:hover\/opacity\:bg-purple-light\/80:hover{
    background-color: rgb(224 14 102 / 0.8);
  }
  .md\:hover\/opacity\:bg-purple-light\/90:hover{
    background-color: rgb(224 14 102 / 0.9);
  }
  .md\:hover\/opacity\:bg-purple-light\/95:hover{
    background-color: rgb(224 14 102 / 0.95);
  }
  .md\:hover\/opacity\:bg-purple-light\/100:hover{
    background-color: rgb(224 14 102 / 1);
  }
  .md\:hover\/opacity\:bg-pink-50\/0:hover{
    background-color: rgb(253 242 248 / 0);
  }
  .md\:hover\/opacity\:bg-pink-50\/5:hover{
    background-color: rgb(253 242 248 / 0.05);
  }
  .md\:hover\/opacity\:bg-pink-50\/10:hover{
    background-color: rgb(253 242 248 / 0.1);
  }
  .md\:hover\/opacity\:bg-pink-50\/20:hover{
    background-color: rgb(253 242 248 / 0.2);
  }
  .md\:hover\/opacity\:bg-pink-50\/25:hover{
    background-color: rgb(253 242 248 / 0.25);
  }
  .md\:hover\/opacity\:bg-pink-50\/30:hover{
    background-color: rgb(253 242 248 / 0.3);
  }
  .md\:hover\/opacity\:bg-pink-50\/40:hover{
    background-color: rgb(253 242 248 / 0.4);
  }
  .md\:hover\/opacity\:bg-pink-50\/50:hover{
    background-color: rgb(253 242 248 / 0.5);
  }
  .md\:hover\/opacity\:bg-pink-50\/60:hover{
    background-color: rgb(253 242 248 / 0.6);
  }
  .md\:hover\/opacity\:bg-pink-50\/70:hover{
    background-color: rgb(253 242 248 / 0.7);
  }
  .md\:hover\/opacity\:bg-pink-50\/75:hover{
    background-color: rgb(253 242 248 / 0.75);
  }
  .md\:hover\/opacity\:bg-pink-50\/80:hover{
    background-color: rgb(253 242 248 / 0.8);
  }
  .md\:hover\/opacity\:bg-pink-50\/90:hover{
    background-color: rgb(253 242 248 / 0.9);
  }
  .md\:hover\/opacity\:bg-pink-50\/95:hover{
    background-color: rgb(253 242 248 / 0.95);
  }
  .md\:hover\/opacity\:bg-pink-50\/100:hover{
    background-color: rgb(253 242 248 / 1);
  }
  .md\:hover\/opacity\:bg-pink-100\/0:hover{
    background-color: rgb(252 232 243 / 0);
  }
  .md\:hover\/opacity\:bg-pink-100\/5:hover{
    background-color: rgb(252 232 243 / 0.05);
  }
  .md\:hover\/opacity\:bg-pink-100\/10:hover{
    background-color: rgb(252 232 243 / 0.1);
  }
  .md\:hover\/opacity\:bg-pink-100\/20:hover{
    background-color: rgb(252 232 243 / 0.2);
  }
  .md\:hover\/opacity\:bg-pink-100\/25:hover{
    background-color: rgb(252 232 243 / 0.25);
  }
  .md\:hover\/opacity\:bg-pink-100\/30:hover{
    background-color: rgb(252 232 243 / 0.3);
  }
  .md\:hover\/opacity\:bg-pink-100\/40:hover{
    background-color: rgb(252 232 243 / 0.4);
  }
  .md\:hover\/opacity\:bg-pink-100\/50:hover{
    background-color: rgb(252 232 243 / 0.5);
  }
  .md\:hover\/opacity\:bg-pink-100\/60:hover{
    background-color: rgb(252 232 243 / 0.6);
  }
  .md\:hover\/opacity\:bg-pink-100\/70:hover{
    background-color: rgb(252 232 243 / 0.7);
  }
  .md\:hover\/opacity\:bg-pink-100\/75:hover{
    background-color: rgb(252 232 243 / 0.75);
  }
  .md\:hover\/opacity\:bg-pink-100\/80:hover{
    background-color: rgb(252 232 243 / 0.8);
  }
  .md\:hover\/opacity\:bg-pink-100\/90:hover{
    background-color: rgb(252 232 243 / 0.9);
  }
  .md\:hover\/opacity\:bg-pink-100\/95:hover{
    background-color: rgb(252 232 243 / 0.95);
  }
  .md\:hover\/opacity\:bg-pink-100\/100:hover{
    background-color: rgb(252 232 243 / 1);
  }
  .md\:hover\/opacity\:bg-pink-200\/0:hover{
    background-color: rgb(250 209 232 / 0);
  }
  .md\:hover\/opacity\:bg-pink-200\/5:hover{
    background-color: rgb(250 209 232 / 0.05);
  }
  .md\:hover\/opacity\:bg-pink-200\/10:hover{
    background-color: rgb(250 209 232 / 0.1);
  }
  .md\:hover\/opacity\:bg-pink-200\/20:hover{
    background-color: rgb(250 209 232 / 0.2);
  }
  .md\:hover\/opacity\:bg-pink-200\/25:hover{
    background-color: rgb(250 209 232 / 0.25);
  }
  .md\:hover\/opacity\:bg-pink-200\/30:hover{
    background-color: rgb(250 209 232 / 0.3);
  }
  .md\:hover\/opacity\:bg-pink-200\/40:hover{
    background-color: rgb(250 209 232 / 0.4);
  }
  .md\:hover\/opacity\:bg-pink-200\/50:hover{
    background-color: rgb(250 209 232 / 0.5);
  }
  .md\:hover\/opacity\:bg-pink-200\/60:hover{
    background-color: rgb(250 209 232 / 0.6);
  }
  .md\:hover\/opacity\:bg-pink-200\/70:hover{
    background-color: rgb(250 209 232 / 0.7);
  }
  .md\:hover\/opacity\:bg-pink-200\/75:hover{
    background-color: rgb(250 209 232 / 0.75);
  }
  .md\:hover\/opacity\:bg-pink-200\/80:hover{
    background-color: rgb(250 209 232 / 0.8);
  }
  .md\:hover\/opacity\:bg-pink-200\/90:hover{
    background-color: rgb(250 209 232 / 0.9);
  }
  .md\:hover\/opacity\:bg-pink-200\/95:hover{
    background-color: rgb(250 209 232 / 0.95);
  }
  .md\:hover\/opacity\:bg-pink-200\/100:hover{
    background-color: rgb(250 209 232 / 1);
  }
  .md\:hover\/opacity\:bg-pink-300\/0:hover{
    background-color: rgb(248 180 217 / 0);
  }
  .md\:hover\/opacity\:bg-pink-300\/5:hover{
    background-color: rgb(248 180 217 / 0.05);
  }
  .md\:hover\/opacity\:bg-pink-300\/10:hover{
    background-color: rgb(248 180 217 / 0.1);
  }
  .md\:hover\/opacity\:bg-pink-300\/20:hover{
    background-color: rgb(248 180 217 / 0.2);
  }
  .md\:hover\/opacity\:bg-pink-300\/25:hover{
    background-color: rgb(248 180 217 / 0.25);
  }
  .md\:hover\/opacity\:bg-pink-300\/30:hover{
    background-color: rgb(248 180 217 / 0.3);
  }
  .md\:hover\/opacity\:bg-pink-300\/40:hover{
    background-color: rgb(248 180 217 / 0.4);
  }
  .md\:hover\/opacity\:bg-pink-300\/50:hover{
    background-color: rgb(248 180 217 / 0.5);
  }
  .md\:hover\/opacity\:bg-pink-300\/60:hover{
    background-color: rgb(248 180 217 / 0.6);
  }
  .md\:hover\/opacity\:bg-pink-300\/70:hover{
    background-color: rgb(248 180 217 / 0.7);
  }
  .md\:hover\/opacity\:bg-pink-300\/75:hover{
    background-color: rgb(248 180 217 / 0.75);
  }
  .md\:hover\/opacity\:bg-pink-300\/80:hover{
    background-color: rgb(248 180 217 / 0.8);
  }
  .md\:hover\/opacity\:bg-pink-300\/90:hover{
    background-color: rgb(248 180 217 / 0.9);
  }
  .md\:hover\/opacity\:bg-pink-300\/95:hover{
    background-color: rgb(248 180 217 / 0.95);
  }
  .md\:hover\/opacity\:bg-pink-300\/100:hover{
    background-color: rgb(248 180 217 / 1);
  }
  .md\:hover\/opacity\:bg-pink-400\/0:hover{
    background-color: rgb(241 126 184 / 0);
  }
  .md\:hover\/opacity\:bg-pink-400\/5:hover{
    background-color: rgb(241 126 184 / 0.05);
  }
  .md\:hover\/opacity\:bg-pink-400\/10:hover{
    background-color: rgb(241 126 184 / 0.1);
  }
  .md\:hover\/opacity\:bg-pink-400\/20:hover{
    background-color: rgb(241 126 184 / 0.2);
  }
  .md\:hover\/opacity\:bg-pink-400\/25:hover{
    background-color: rgb(241 126 184 / 0.25);
  }
  .md\:hover\/opacity\:bg-pink-400\/30:hover{
    background-color: rgb(241 126 184 / 0.3);
  }
  .md\:hover\/opacity\:bg-pink-400\/40:hover{
    background-color: rgb(241 126 184 / 0.4);
  }
  .md\:hover\/opacity\:bg-pink-400\/50:hover{
    background-color: rgb(241 126 184 / 0.5);
  }
  .md\:hover\/opacity\:bg-pink-400\/60:hover{
    background-color: rgb(241 126 184 / 0.6);
  }
  .md\:hover\/opacity\:bg-pink-400\/70:hover{
    background-color: rgb(241 126 184 / 0.7);
  }
  .md\:hover\/opacity\:bg-pink-400\/75:hover{
    background-color: rgb(241 126 184 / 0.75);
  }
  .md\:hover\/opacity\:bg-pink-400\/80:hover{
    background-color: rgb(241 126 184 / 0.8);
  }
  .md\:hover\/opacity\:bg-pink-400\/90:hover{
    background-color: rgb(241 126 184 / 0.9);
  }
  .md\:hover\/opacity\:bg-pink-400\/95:hover{
    background-color: rgb(241 126 184 / 0.95);
  }
  .md\:hover\/opacity\:bg-pink-400\/100:hover{
    background-color: rgb(241 126 184 / 1);
  }
  .md\:hover\/opacity\:bg-pink-500\/0:hover{
    background-color: rgb(231 70 148 / 0);
  }
  .md\:hover\/opacity\:bg-pink-500\/5:hover{
    background-color: rgb(231 70 148 / 0.05);
  }
  .md\:hover\/opacity\:bg-pink-500\/10:hover{
    background-color: rgb(231 70 148 / 0.1);
  }
  .md\:hover\/opacity\:bg-pink-500\/20:hover{
    background-color: rgb(231 70 148 / 0.2);
  }
  .md\:hover\/opacity\:bg-pink-500\/25:hover{
    background-color: rgb(231 70 148 / 0.25);
  }
  .md\:hover\/opacity\:bg-pink-500\/30:hover{
    background-color: rgb(231 70 148 / 0.3);
  }
  .md\:hover\/opacity\:bg-pink-500\/40:hover{
    background-color: rgb(231 70 148 / 0.4);
  }
  .md\:hover\/opacity\:bg-pink-500\/50:hover{
    background-color: rgb(231 70 148 / 0.5);
  }
  .md\:hover\/opacity\:bg-pink-500\/60:hover{
    background-color: rgb(231 70 148 / 0.6);
  }
  .md\:hover\/opacity\:bg-pink-500\/70:hover{
    background-color: rgb(231 70 148 / 0.7);
  }
  .md\:hover\/opacity\:bg-pink-500\/75:hover{
    background-color: rgb(231 70 148 / 0.75);
  }
  .md\:hover\/opacity\:bg-pink-500\/80:hover{
    background-color: rgb(231 70 148 / 0.8);
  }
  .md\:hover\/opacity\:bg-pink-500\/90:hover{
    background-color: rgb(231 70 148 / 0.9);
  }
  .md\:hover\/opacity\:bg-pink-500\/95:hover{
    background-color: rgb(231 70 148 / 0.95);
  }
  .md\:hover\/opacity\:bg-pink-500\/100:hover{
    background-color: rgb(231 70 148 / 1);
  }
  .md\:hover\/opacity\:bg-pink-600\/0:hover{
    background-color: rgb(214 31 105 / 0);
  }
  .md\:hover\/opacity\:bg-pink-600\/5:hover{
    background-color: rgb(214 31 105 / 0.05);
  }
  .md\:hover\/opacity\:bg-pink-600\/10:hover{
    background-color: rgb(214 31 105 / 0.1);
  }
  .md\:hover\/opacity\:bg-pink-600\/20:hover{
    background-color: rgb(214 31 105 / 0.2);
  }
  .md\:hover\/opacity\:bg-pink-600\/25:hover{
    background-color: rgb(214 31 105 / 0.25);
  }
  .md\:hover\/opacity\:bg-pink-600\/30:hover{
    background-color: rgb(214 31 105 / 0.3);
  }
  .md\:hover\/opacity\:bg-pink-600\/40:hover{
    background-color: rgb(214 31 105 / 0.4);
  }
  .md\:hover\/opacity\:bg-pink-600\/50:hover{
    background-color: rgb(214 31 105 / 0.5);
  }
  .md\:hover\/opacity\:bg-pink-600\/60:hover{
    background-color: rgb(214 31 105 / 0.6);
  }
  .md\:hover\/opacity\:bg-pink-600\/70:hover{
    background-color: rgb(214 31 105 / 0.7);
  }
  .md\:hover\/opacity\:bg-pink-600\/75:hover{
    background-color: rgb(214 31 105 / 0.75);
  }
  .md\:hover\/opacity\:bg-pink-600\/80:hover{
    background-color: rgb(214 31 105 / 0.8);
  }
  .md\:hover\/opacity\:bg-pink-600\/90:hover{
    background-color: rgb(214 31 105 / 0.9);
  }
  .md\:hover\/opacity\:bg-pink-600\/95:hover{
    background-color: rgb(214 31 105 / 0.95);
  }
  .md\:hover\/opacity\:bg-pink-600\/100:hover{
    background-color: rgb(214 31 105 / 1);
  }
  .md\:hover\/opacity\:bg-pink-700\/0:hover{
    background-color: rgb(191 18 93 / 0);
  }
  .md\:hover\/opacity\:bg-pink-700\/5:hover{
    background-color: rgb(191 18 93 / 0.05);
  }
  .md\:hover\/opacity\:bg-pink-700\/10:hover{
    background-color: rgb(191 18 93 / 0.1);
  }
  .md\:hover\/opacity\:bg-pink-700\/20:hover{
    background-color: rgb(191 18 93 / 0.2);
  }
  .md\:hover\/opacity\:bg-pink-700\/25:hover{
    background-color: rgb(191 18 93 / 0.25);
  }
  .md\:hover\/opacity\:bg-pink-700\/30:hover{
    background-color: rgb(191 18 93 / 0.3);
  }
  .md\:hover\/opacity\:bg-pink-700\/40:hover{
    background-color: rgb(191 18 93 / 0.4);
  }
  .md\:hover\/opacity\:bg-pink-700\/50:hover{
    background-color: rgb(191 18 93 / 0.5);
  }
  .md\:hover\/opacity\:bg-pink-700\/60:hover{
    background-color: rgb(191 18 93 / 0.6);
  }
  .md\:hover\/opacity\:bg-pink-700\/70:hover{
    background-color: rgb(191 18 93 / 0.7);
  }
  .md\:hover\/opacity\:bg-pink-700\/75:hover{
    background-color: rgb(191 18 93 / 0.75);
  }
  .md\:hover\/opacity\:bg-pink-700\/80:hover{
    background-color: rgb(191 18 93 / 0.8);
  }
  .md\:hover\/opacity\:bg-pink-700\/90:hover{
    background-color: rgb(191 18 93 / 0.9);
  }
  .md\:hover\/opacity\:bg-pink-700\/95:hover{
    background-color: rgb(191 18 93 / 0.95);
  }
  .md\:hover\/opacity\:bg-pink-700\/100:hover{
    background-color: rgb(191 18 93 / 1);
  }
  .md\:hover\/opacity\:bg-pink-800\/0:hover{
    background-color: rgb(153 21 75 / 0);
  }
  .md\:hover\/opacity\:bg-pink-800\/5:hover{
    background-color: rgb(153 21 75 / 0.05);
  }
  .md\:hover\/opacity\:bg-pink-800\/10:hover{
    background-color: rgb(153 21 75 / 0.1);
  }
  .md\:hover\/opacity\:bg-pink-800\/20:hover{
    background-color: rgb(153 21 75 / 0.2);
  }
  .md\:hover\/opacity\:bg-pink-800\/25:hover{
    background-color: rgb(153 21 75 / 0.25);
  }
  .md\:hover\/opacity\:bg-pink-800\/30:hover{
    background-color: rgb(153 21 75 / 0.3);
  }
  .md\:hover\/opacity\:bg-pink-800\/40:hover{
    background-color: rgb(153 21 75 / 0.4);
  }
  .md\:hover\/opacity\:bg-pink-800\/50:hover{
    background-color: rgb(153 21 75 / 0.5);
  }
  .md\:hover\/opacity\:bg-pink-800\/60:hover{
    background-color: rgb(153 21 75 / 0.6);
  }
  .md\:hover\/opacity\:bg-pink-800\/70:hover{
    background-color: rgb(153 21 75 / 0.7);
  }
  .md\:hover\/opacity\:bg-pink-800\/75:hover{
    background-color: rgb(153 21 75 / 0.75);
  }
  .md\:hover\/opacity\:bg-pink-800\/80:hover{
    background-color: rgb(153 21 75 / 0.8);
  }
  .md\:hover\/opacity\:bg-pink-800\/90:hover{
    background-color: rgb(153 21 75 / 0.9);
  }
  .md\:hover\/opacity\:bg-pink-800\/95:hover{
    background-color: rgb(153 21 75 / 0.95);
  }
  .md\:hover\/opacity\:bg-pink-800\/100:hover{
    background-color: rgb(153 21 75 / 1);
  }
  .md\:hover\/opacity\:bg-pink-900\/0:hover{
    background-color: rgb(117 26 61 / 0);
  }
  .md\:hover\/opacity\:bg-pink-900\/5:hover{
    background-color: rgb(117 26 61 / 0.05);
  }
  .md\:hover\/opacity\:bg-pink-900\/10:hover{
    background-color: rgb(117 26 61 / 0.1);
  }
  .md\:hover\/opacity\:bg-pink-900\/20:hover{
    background-color: rgb(117 26 61 / 0.2);
  }
  .md\:hover\/opacity\:bg-pink-900\/25:hover{
    background-color: rgb(117 26 61 / 0.25);
  }
  .md\:hover\/opacity\:bg-pink-900\/30:hover{
    background-color: rgb(117 26 61 / 0.3);
  }
  .md\:hover\/opacity\:bg-pink-900\/40:hover{
    background-color: rgb(117 26 61 / 0.4);
  }
  .md\:hover\/opacity\:bg-pink-900\/50:hover{
    background-color: rgb(117 26 61 / 0.5);
  }
  .md\:hover\/opacity\:bg-pink-900\/60:hover{
    background-color: rgb(117 26 61 / 0.6);
  }
  .md\:hover\/opacity\:bg-pink-900\/70:hover{
    background-color: rgb(117 26 61 / 0.7);
  }
  .md\:hover\/opacity\:bg-pink-900\/75:hover{
    background-color: rgb(117 26 61 / 0.75);
  }
  .md\:hover\/opacity\:bg-pink-900\/80:hover{
    background-color: rgb(117 26 61 / 0.8);
  }
  .md\:hover\/opacity\:bg-pink-900\/90:hover{
    background-color: rgb(117 26 61 / 0.9);
  }
  .md\:hover\/opacity\:bg-pink-900\/95:hover{
    background-color: rgb(117 26 61 / 0.95);
  }
  .md\:hover\/opacity\:bg-pink-900\/100:hover{
    background-color: rgb(117 26 61 / 1);
  }
  .md\:hover\/opacity\:bg-primary-50\/0:hover{
    background-color: rgb(0 151 167 / 0);
  }
  .md\:hover\/opacity\:bg-primary-50\/5:hover{
    background-color: rgb(0 151 167 / 0.05);
  }
  .md\:hover\/opacity\:bg-primary-50\/10:hover{
    background-color: rgb(0 151 167 / 0.1);
  }
  .md\:hover\/opacity\:bg-primary-50\/20:hover{
    background-color: rgb(0 151 167 / 0.2);
  }
  .md\:hover\/opacity\:bg-primary-50\/25:hover{
    background-color: rgb(0 151 167 / 0.25);
  }
  .md\:hover\/opacity\:bg-primary-50\/30:hover{
    background-color: rgb(0 151 167 / 0.3);
  }
  .md\:hover\/opacity\:bg-primary-50\/40:hover{
    background-color: rgb(0 151 167 / 0.4);
  }
  .md\:hover\/opacity\:bg-primary-50\/50:hover{
    background-color: rgb(0 151 167 / 0.5);
  }
  .md\:hover\/opacity\:bg-primary-50\/60:hover{
    background-color: rgb(0 151 167 / 0.6);
  }
  .md\:hover\/opacity\:bg-primary-50\/70:hover{
    background-color: rgb(0 151 167 / 0.7);
  }
  .md\:hover\/opacity\:bg-primary-50\/75:hover{
    background-color: rgb(0 151 167 / 0.75);
  }
  .md\:hover\/opacity\:bg-primary-50\/80:hover{
    background-color: rgb(0 151 167 / 0.8);
  }
  .md\:hover\/opacity\:bg-primary-50\/90:hover{
    background-color: rgb(0 151 167 / 0.9);
  }
  .md\:hover\/opacity\:bg-primary-50\/95:hover{
    background-color: rgb(0 151 167 / 0.95);
  }
  .md\:hover\/opacity\:bg-primary-50\/100:hover{
    background-color: rgb(0 151 167 / 1);
  }
  .md\:hover\/opacity\:bg-primary-100\/0:hover{
    background-color: rgb(14 28 42 / 0);
  }
  .md\:hover\/opacity\:bg-primary-100\/5:hover{
    background-color: rgb(14 28 42 / 0.05);
  }
  .md\:hover\/opacity\:bg-primary-100\/10:hover{
    background-color: rgb(14 28 42 / 0.1);
  }
  .md\:hover\/opacity\:bg-primary-100\/20:hover{
    background-color: rgb(14 28 42 / 0.2);
  }
  .md\:hover\/opacity\:bg-primary-100\/25:hover{
    background-color: rgb(14 28 42 / 0.25);
  }
  .md\:hover\/opacity\:bg-primary-100\/30:hover{
    background-color: rgb(14 28 42 / 0.3);
  }
  .md\:hover\/opacity\:bg-primary-100\/40:hover{
    background-color: rgb(14 28 42 / 0.4);
  }
  .md\:hover\/opacity\:bg-primary-100\/50:hover{
    background-color: rgb(14 28 42 / 0.5);
  }
  .md\:hover\/opacity\:bg-primary-100\/60:hover{
    background-color: rgb(14 28 42 / 0.6);
  }
  .md\:hover\/opacity\:bg-primary-100\/70:hover{
    background-color: rgb(14 28 42 / 0.7);
  }
  .md\:hover\/opacity\:bg-primary-100\/75:hover{
    background-color: rgb(14 28 42 / 0.75);
  }
  .md\:hover\/opacity\:bg-primary-100\/80:hover{
    background-color: rgb(14 28 42 / 0.8);
  }
  .md\:hover\/opacity\:bg-primary-100\/90:hover{
    background-color: rgb(14 28 42 / 0.9);
  }
  .md\:hover\/opacity\:bg-primary-100\/95:hover{
    background-color: rgb(14 28 42 / 0.95);
  }
  .md\:hover\/opacity\:bg-primary-100\/100:hover{
    background-color: rgb(14 28 42 / 1);
  }
  .md\:hover\/opacity\:bg-primary-290\/0:hover{
    background-color: rgb(34 68 74 / 0);
  }
  .md\:hover\/opacity\:bg-primary-290\/5:hover{
    background-color: rgb(34 68 74 / 0.05);
  }
  .md\:hover\/opacity\:bg-primary-290\/10:hover{
    background-color: rgb(34 68 74 / 0.1);
  }
  .md\:hover\/opacity\:bg-primary-290\/20:hover{
    background-color: rgb(34 68 74 / 0.2);
  }
  .md\:hover\/opacity\:bg-primary-290\/25:hover{
    background-color: rgb(34 68 74 / 0.25);
  }
  .md\:hover\/opacity\:bg-primary-290\/30:hover{
    background-color: rgb(34 68 74 / 0.3);
  }
  .md\:hover\/opacity\:bg-primary-290\/40:hover{
    background-color: rgb(34 68 74 / 0.4);
  }
  .md\:hover\/opacity\:bg-primary-290\/50:hover{
    background-color: rgb(34 68 74 / 0.5);
  }
  .md\:hover\/opacity\:bg-primary-290\/60:hover{
    background-color: rgb(34 68 74 / 0.6);
  }
  .md\:hover\/opacity\:bg-primary-290\/70:hover{
    background-color: rgb(34 68 74 / 0.7);
  }
  .md\:hover\/opacity\:bg-primary-290\/75:hover{
    background-color: rgb(34 68 74 / 0.75);
  }
  .md\:hover\/opacity\:bg-primary-290\/80:hover{
    background-color: rgb(34 68 74 / 0.8);
  }
  .md\:hover\/opacity\:bg-primary-290\/90:hover{
    background-color: rgb(34 68 74 / 0.9);
  }
  .md\:hover\/opacity\:bg-primary-290\/95:hover{
    background-color: rgb(34 68 74 / 0.95);
  }
  .md\:hover\/opacity\:bg-primary-290\/100:hover{
    background-color: rgb(34 68 74 / 1);
  }
  .md\:hover\/opacity\:bg-primary-300\/0:hover{
    background-color: rgb(34 110 184 / 0);
  }
  .md\:hover\/opacity\:bg-primary-300\/5:hover{
    background-color: rgb(34 110 184 / 0.05);
  }
  .md\:hover\/opacity\:bg-primary-300\/10:hover{
    background-color: rgb(34 110 184 / 0.1);
  }
  .md\:hover\/opacity\:bg-primary-300\/20:hover{
    background-color: rgb(34 110 184 / 0.2);
  }
  .md\:hover\/opacity\:bg-primary-300\/25:hover{
    background-color: rgb(34 110 184 / 0.25);
  }
  .md\:hover\/opacity\:bg-primary-300\/30:hover{
    background-color: rgb(34 110 184 / 0.3);
  }
  .md\:hover\/opacity\:bg-primary-300\/40:hover{
    background-color: rgb(34 110 184 / 0.4);
  }
  .md\:hover\/opacity\:bg-primary-300\/50:hover{
    background-color: rgb(34 110 184 / 0.5);
  }
  .md\:hover\/opacity\:bg-primary-300\/60:hover{
    background-color: rgb(34 110 184 / 0.6);
  }
  .md\:hover\/opacity\:bg-primary-300\/70:hover{
    background-color: rgb(34 110 184 / 0.7);
  }
  .md\:hover\/opacity\:bg-primary-300\/75:hover{
    background-color: rgb(34 110 184 / 0.75);
  }
  .md\:hover\/opacity\:bg-primary-300\/80:hover{
    background-color: rgb(34 110 184 / 0.8);
  }
  .md\:hover\/opacity\:bg-primary-300\/90:hover{
    background-color: rgb(34 110 184 / 0.9);
  }
  .md\:hover\/opacity\:bg-primary-300\/95:hover{
    background-color: rgb(34 110 184 / 0.95);
  }
  .md\:hover\/opacity\:bg-primary-300\/100:hover{
    background-color: rgb(34 110 184 / 1);
  }
  .md\:hover\/opacity\:bg-primary-400\/0:hover{
    background-color: rgb(40 157 204 / 0);
  }
  .md\:hover\/opacity\:bg-primary-400\/5:hover{
    background-color: rgb(40 157 204 / 0.05);
  }
  .md\:hover\/opacity\:bg-primary-400\/10:hover{
    background-color: rgb(40 157 204 / 0.1);
  }
  .md\:hover\/opacity\:bg-primary-400\/20:hover{
    background-color: rgb(40 157 204 / 0.2);
  }
  .md\:hover\/opacity\:bg-primary-400\/25:hover{
    background-color: rgb(40 157 204 / 0.25);
  }
  .md\:hover\/opacity\:bg-primary-400\/30:hover{
    background-color: rgb(40 157 204 / 0.3);
  }
  .md\:hover\/opacity\:bg-primary-400\/40:hover{
    background-color: rgb(40 157 204 / 0.4);
  }
  .md\:hover\/opacity\:bg-primary-400\/50:hover{
    background-color: rgb(40 157 204 / 0.5);
  }
  .md\:hover\/opacity\:bg-primary-400\/60:hover{
    background-color: rgb(40 157 204 / 0.6);
  }
  .md\:hover\/opacity\:bg-primary-400\/70:hover{
    background-color: rgb(40 157 204 / 0.7);
  }
  .md\:hover\/opacity\:bg-primary-400\/75:hover{
    background-color: rgb(40 157 204 / 0.75);
  }
  .md\:hover\/opacity\:bg-primary-400\/80:hover{
    background-color: rgb(40 157 204 / 0.8);
  }
  .md\:hover\/opacity\:bg-primary-400\/90:hover{
    background-color: rgb(40 157 204 / 0.9);
  }
  .md\:hover\/opacity\:bg-primary-400\/95:hover{
    background-color: rgb(40 157 204 / 0.95);
  }
  .md\:hover\/opacity\:bg-primary-400\/100:hover{
    background-color: rgb(40 157 204 / 1);
  }
  .md\:hover\/opacity\:bg-primary-600\/0:hover{
    background-color: rgb(81 151 229 / 0);
  }
  .md\:hover\/opacity\:bg-primary-600\/5:hover{
    background-color: rgb(81 151 229 / 0.05);
  }
  .md\:hover\/opacity\:bg-primary-600\/10:hover{
    background-color: rgb(81 151 229 / 0.1);
  }
  .md\:hover\/opacity\:bg-primary-600\/20:hover{
    background-color: rgb(81 151 229 / 0.2);
  }
  .md\:hover\/opacity\:bg-primary-600\/25:hover{
    background-color: rgb(81 151 229 / 0.25);
  }
  .md\:hover\/opacity\:bg-primary-600\/30:hover{
    background-color: rgb(81 151 229 / 0.3);
  }
  .md\:hover\/opacity\:bg-primary-600\/40:hover{
    background-color: rgb(81 151 229 / 0.4);
  }
  .md\:hover\/opacity\:bg-primary-600\/50:hover{
    background-color: rgb(81 151 229 / 0.5);
  }
  .md\:hover\/opacity\:bg-primary-600\/60:hover{
    background-color: rgb(81 151 229 / 0.6);
  }
  .md\:hover\/opacity\:bg-primary-600\/70:hover{
    background-color: rgb(81 151 229 / 0.7);
  }
  .md\:hover\/opacity\:bg-primary-600\/75:hover{
    background-color: rgb(81 151 229 / 0.75);
  }
  .md\:hover\/opacity\:bg-primary-600\/80:hover{
    background-color: rgb(81 151 229 / 0.8);
  }
  .md\:hover\/opacity\:bg-primary-600\/90:hover{
    background-color: rgb(81 151 229 / 0.9);
  }
  .md\:hover\/opacity\:bg-primary-600\/95:hover{
    background-color: rgb(81 151 229 / 0.95);
  }
  .md\:hover\/opacity\:bg-primary-600\/100:hover{
    background-color: rgb(81 151 229 / 1);
  }
  .md\:hover\/opacity\:bg-primary-700\/0:hover{
    background-color: rgb(106 187 223 / 0);
  }
  .md\:hover\/opacity\:bg-primary-700\/5:hover{
    background-color: rgb(106 187 223 / 0.05);
  }
  .md\:hover\/opacity\:bg-primary-700\/10:hover{
    background-color: rgb(106 187 223 / 0.1);
  }
  .md\:hover\/opacity\:bg-primary-700\/20:hover{
    background-color: rgb(106 187 223 / 0.2);
  }
  .md\:hover\/opacity\:bg-primary-700\/25:hover{
    background-color: rgb(106 187 223 / 0.25);
  }
  .md\:hover\/opacity\:bg-primary-700\/30:hover{
    background-color: rgb(106 187 223 / 0.3);
  }
  .md\:hover\/opacity\:bg-primary-700\/40:hover{
    background-color: rgb(106 187 223 / 0.4);
  }
  .md\:hover\/opacity\:bg-primary-700\/50:hover{
    background-color: rgb(106 187 223 / 0.5);
  }
  .md\:hover\/opacity\:bg-primary-700\/60:hover{
    background-color: rgb(106 187 223 / 0.6);
  }
  .md\:hover\/opacity\:bg-primary-700\/70:hover{
    background-color: rgb(106 187 223 / 0.7);
  }
  .md\:hover\/opacity\:bg-primary-700\/75:hover{
    background-color: rgb(106 187 223 / 0.75);
  }
  .md\:hover\/opacity\:bg-primary-700\/80:hover{
    background-color: rgb(106 187 223 / 0.8);
  }
  .md\:hover\/opacity\:bg-primary-700\/90:hover{
    background-color: rgb(106 187 223 / 0.9);
  }
  .md\:hover\/opacity\:bg-primary-700\/95:hover{
    background-color: rgb(106 187 223 / 0.95);
  }
  .md\:hover\/opacity\:bg-primary-700\/100:hover{
    background-color: rgb(106 187 223 / 1);
  }
  .md\:hover\/opacity\:bg-primary-720\/0:hover{
    background-color: rgb(112 142 148 / 0);
  }
  .md\:hover\/opacity\:bg-primary-720\/5:hover{
    background-color: rgb(112 142 148 / 0.05);
  }
  .md\:hover\/opacity\:bg-primary-720\/10:hover{
    background-color: rgb(112 142 148 / 0.1);
  }
  .md\:hover\/opacity\:bg-primary-720\/20:hover{
    background-color: rgb(112 142 148 / 0.2);
  }
  .md\:hover\/opacity\:bg-primary-720\/25:hover{
    background-color: rgb(112 142 148 / 0.25);
  }
  .md\:hover\/opacity\:bg-primary-720\/30:hover{
    background-color: rgb(112 142 148 / 0.3);
  }
  .md\:hover\/opacity\:bg-primary-720\/40:hover{
    background-color: rgb(112 142 148 / 0.4);
  }
  .md\:hover\/opacity\:bg-primary-720\/50:hover{
    background-color: rgb(112 142 148 / 0.5);
  }
  .md\:hover\/opacity\:bg-primary-720\/60:hover{
    background-color: rgb(112 142 148 / 0.6);
  }
  .md\:hover\/opacity\:bg-primary-720\/70:hover{
    background-color: rgb(112 142 148 / 0.7);
  }
  .md\:hover\/opacity\:bg-primary-720\/75:hover{
    background-color: rgb(112 142 148 / 0.75);
  }
  .md\:hover\/opacity\:bg-primary-720\/80:hover{
    background-color: rgb(112 142 148 / 0.8);
  }
  .md\:hover\/opacity\:bg-primary-720\/90:hover{
    background-color: rgb(112 142 148 / 0.9);
  }
  .md\:hover\/opacity\:bg-primary-720\/95:hover{
    background-color: rgb(112 142 148 / 0.95);
  }
  .md\:hover\/opacity\:bg-primary-720\/100:hover{
    background-color: rgb(112 142 148 / 1);
  }
  .md\:hover\/opacity\:bg-primary-750\/0:hover{
    background-color: rgb(128 222 234 / 0);
  }
  .md\:hover\/opacity\:bg-primary-750\/5:hover{
    background-color: rgb(128 222 234 / 0.05);
  }
  .md\:hover\/opacity\:bg-primary-750\/10:hover{
    background-color: rgb(128 222 234 / 0.1);
  }
  .md\:hover\/opacity\:bg-primary-750\/20:hover{
    background-color: rgb(128 222 234 / 0.2);
  }
  .md\:hover\/opacity\:bg-primary-750\/25:hover{
    background-color: rgb(128 222 234 / 0.25);
  }
  .md\:hover\/opacity\:bg-primary-750\/30:hover{
    background-color: rgb(128 222 234 / 0.3);
  }
  .md\:hover\/opacity\:bg-primary-750\/40:hover{
    background-color: rgb(128 222 234 / 0.4);
  }
  .md\:hover\/opacity\:bg-primary-750\/50:hover{
    background-color: rgb(128 222 234 / 0.5);
  }
  .md\:hover\/opacity\:bg-primary-750\/60:hover{
    background-color: rgb(128 222 234 / 0.6);
  }
  .md\:hover\/opacity\:bg-primary-750\/70:hover{
    background-color: rgb(128 222 234 / 0.7);
  }
  .md\:hover\/opacity\:bg-primary-750\/75:hover{
    background-color: rgb(128 222 234 / 0.75);
  }
  .md\:hover\/opacity\:bg-primary-750\/80:hover{
    background-color: rgb(128 222 234 / 0.8);
  }
  .md\:hover\/opacity\:bg-primary-750\/90:hover{
    background-color: rgb(128 222 234 / 0.9);
  }
  .md\:hover\/opacity\:bg-primary-750\/95:hover{
    background-color: rgb(128 222 234 / 0.95);
  }
  .md\:hover\/opacity\:bg-primary-750\/100:hover{
    background-color: rgb(128 222 234 / 1);
  }
  .md\:hover\/opacity\:bg-primary-800\/0:hover{
    background-color: rgb(227 248 251 / 0);
  }
  .md\:hover\/opacity\:bg-primary-800\/5:hover{
    background-color: rgb(227 248 251 / 0.05);
  }
  .md\:hover\/opacity\:bg-primary-800\/10:hover{
    background-color: rgb(227 248 251 / 0.1);
  }
  .md\:hover\/opacity\:bg-primary-800\/20:hover{
    background-color: rgb(227 248 251 / 0.2);
  }
  .md\:hover\/opacity\:bg-primary-800\/25:hover{
    background-color: rgb(227 248 251 / 0.25);
  }
  .md\:hover\/opacity\:bg-primary-800\/30:hover{
    background-color: rgb(227 248 251 / 0.3);
  }
  .md\:hover\/opacity\:bg-primary-800\/40:hover{
    background-color: rgb(227 248 251 / 0.4);
  }
  .md\:hover\/opacity\:bg-primary-800\/50:hover{
    background-color: rgb(227 248 251 / 0.5);
  }
  .md\:hover\/opacity\:bg-primary-800\/60:hover{
    background-color: rgb(227 248 251 / 0.6);
  }
  .md\:hover\/opacity\:bg-primary-800\/70:hover{
    background-color: rgb(227 248 251 / 0.7);
  }
  .md\:hover\/opacity\:bg-primary-800\/75:hover{
    background-color: rgb(227 248 251 / 0.75);
  }
  .md\:hover\/opacity\:bg-primary-800\/80:hover{
    background-color: rgb(227 248 251 / 0.8);
  }
  .md\:hover\/opacity\:bg-primary-800\/90:hover{
    background-color: rgb(227 248 251 / 0.9);
  }
  .md\:hover\/opacity\:bg-primary-800\/95:hover{
    background-color: rgb(227 248 251 / 0.95);
  }
  .md\:hover\/opacity\:bg-primary-800\/100:hover{
    background-color: rgb(227 248 251 / 1);
  }
  .md\:hover\/opacity\:bg-primary-dark\/0:hover{
    background-color: rgb(5 79 89 / 0);
  }
  .md\:hover\/opacity\:bg-primary-dark\/5:hover{
    background-color: rgb(5 79 89 / 0.05);
  }
  .md\:hover\/opacity\:bg-primary-dark\/10:hover{
    background-color: rgb(5 79 89 / 0.1);
  }
  .md\:hover\/opacity\:bg-primary-dark\/20:hover{
    background-color: rgb(5 79 89 / 0.2);
  }
  .md\:hover\/opacity\:bg-primary-dark\/25:hover{
    background-color: rgb(5 79 89 / 0.25);
  }
  .md\:hover\/opacity\:bg-primary-dark\/30:hover{
    background-color: rgb(5 79 89 / 0.3);
  }
  .md\:hover\/opacity\:bg-primary-dark\/40:hover{
    background-color: rgb(5 79 89 / 0.4);
  }
  .md\:hover\/opacity\:bg-primary-dark\/50:hover{
    background-color: rgb(5 79 89 / 0.5);
  }
  .md\:hover\/opacity\:bg-primary-dark\/60:hover{
    background-color: rgb(5 79 89 / 0.6);
  }
  .md\:hover\/opacity\:bg-primary-dark\/70:hover{
    background-color: rgb(5 79 89 / 0.7);
  }
  .md\:hover\/opacity\:bg-primary-dark\/75:hover{
    background-color: rgb(5 79 89 / 0.75);
  }
  .md\:hover\/opacity\:bg-primary-dark\/80:hover{
    background-color: rgb(5 79 89 / 0.8);
  }
  .md\:hover\/opacity\:bg-primary-dark\/90:hover{
    background-color: rgb(5 79 89 / 0.9);
  }
  .md\:hover\/opacity\:bg-primary-dark\/95:hover{
    background-color: rgb(5 79 89 / 0.95);
  }
  .md\:hover\/opacity\:bg-primary-dark\/100:hover{
    background-color: rgb(5 79 89 / 1);
  }
  .md\:hover\/opacity\:bg-primary-light\/0:hover{
    background-color: rgb(213 227 231 / 0);
  }
  .md\:hover\/opacity\:bg-primary-light\/5:hover{
    background-color: rgb(213 227 231 / 0.05);
  }
  .md\:hover\/opacity\:bg-primary-light\/10:hover{
    background-color: rgb(213 227 231 / 0.1);
  }
  .md\:hover\/opacity\:bg-primary-light\/20:hover{
    background-color: rgb(213 227 231 / 0.2);
  }
  .md\:hover\/opacity\:bg-primary-light\/25:hover{
    background-color: rgb(213 227 231 / 0.25);
  }
  .md\:hover\/opacity\:bg-primary-light\/30:hover{
    background-color: rgb(213 227 231 / 0.3);
  }
  .md\:hover\/opacity\:bg-primary-light\/40:hover{
    background-color: rgb(213 227 231 / 0.4);
  }
  .md\:hover\/opacity\:bg-primary-light\/50:hover{
    background-color: rgb(213 227 231 / 0.5);
  }
  .md\:hover\/opacity\:bg-primary-light\/60:hover{
    background-color: rgb(213 227 231 / 0.6);
  }
  .md\:hover\/opacity\:bg-primary-light\/70:hover{
    background-color: rgb(213 227 231 / 0.7);
  }
  .md\:hover\/opacity\:bg-primary-light\/75:hover{
    background-color: rgb(213 227 231 / 0.75);
  }
  .md\:hover\/opacity\:bg-primary-light\/80:hover{
    background-color: rgb(213 227 231 / 0.8);
  }
  .md\:hover\/opacity\:bg-primary-light\/90:hover{
    background-color: rgb(213 227 231 / 0.9);
  }
  .md\:hover\/opacity\:bg-primary-light\/95:hover{
    background-color: rgb(213 227 231 / 0.95);
  }
  .md\:hover\/opacity\:bg-primary-light\/100:hover{
    background-color: rgb(213 227 231 / 1);
  }
  .md\:hover\/opacity\:bg-primary\/0:hover{
    background-color: rgb(51 102 153 / 0);
  }
  .md\:hover\/opacity\:bg-primary\/5:hover{
    background-color: rgb(51 102 153 / 0.05);
  }
  .md\:hover\/opacity\:bg-primary\/10:hover{
    background-color: rgb(51 102 153 / 0.1);
  }
  .md\:hover\/opacity\:bg-primary\/20:hover{
    background-color: rgb(51 102 153 / 0.2);
  }
  .md\:hover\/opacity\:bg-primary\/25:hover{
    background-color: rgb(51 102 153 / 0.25);
  }
  .md\:hover\/opacity\:bg-primary\/30:hover{
    background-color: rgb(51 102 153 / 0.3);
  }
  .md\:hover\/opacity\:bg-primary\/40:hover{
    background-color: rgb(51 102 153 / 0.4);
  }
  .md\:hover\/opacity\:bg-primary\/50:hover{
    background-color: rgb(51 102 153 / 0.5);
  }
  .md\:hover\/opacity\:bg-primary\/60:hover{
    background-color: rgb(51 102 153 / 0.6);
  }
  .md\:hover\/opacity\:bg-primary\/70:hover{
    background-color: rgb(51 102 153 / 0.7);
  }
  .md\:hover\/opacity\:bg-primary\/75:hover{
    background-color: rgb(51 102 153 / 0.75);
  }
  .md\:hover\/opacity\:bg-primary\/80:hover{
    background-color: rgb(51 102 153 / 0.8);
  }
  .md\:hover\/opacity\:bg-primary\/90:hover{
    background-color: rgb(51 102 153 / 0.9);
  }
  .md\:hover\/opacity\:bg-primary\/95:hover{
    background-color: rgb(51 102 153 / 0.95);
  }
  .md\:hover\/opacity\:bg-primary\/100:hover{
    background-color: rgb(51 102 153 / 1);
  }
  .md\:hover\/opacity\:bg-bluemarine-900\/0:hover{
    background-color: rgb(34 68 74 / 0);
  }
  .md\:hover\/opacity\:bg-bluemarine-900\/5:hover{
    background-color: rgb(34 68 74 / 0.05);
  }
  .md\:hover\/opacity\:bg-bluemarine-900\/10:hover{
    background-color: rgb(34 68 74 / 0.1);
  }
  .md\:hover\/opacity\:bg-bluemarine-900\/20:hover{
    background-color: rgb(34 68 74 / 0.2);
  }
  .md\:hover\/opacity\:bg-bluemarine-900\/25:hover{
    background-color: rgb(34 68 74 / 0.25);
  }
  .md\:hover\/opacity\:bg-bluemarine-900\/30:hover{
    background-color: rgb(34 68 74 / 0.3);
  }
  .md\:hover\/opacity\:bg-bluemarine-900\/40:hover{
    background-color: rgb(34 68 74 / 0.4);
  }
  .md\:hover\/opacity\:bg-bluemarine-900\/50:hover{
    background-color: rgb(34 68 74 / 0.5);
  }
  .md\:hover\/opacity\:bg-bluemarine-900\/60:hover{
    background-color: rgb(34 68 74 / 0.6);
  }
  .md\:hover\/opacity\:bg-bluemarine-900\/70:hover{
    background-color: rgb(34 68 74 / 0.7);
  }
  .md\:hover\/opacity\:bg-bluemarine-900\/75:hover{
    background-color: rgb(34 68 74 / 0.75);
  }
  .md\:hover\/opacity\:bg-bluemarine-900\/80:hover{
    background-color: rgb(34 68 74 / 0.8);
  }
  .md\:hover\/opacity\:bg-bluemarine-900\/90:hover{
    background-color: rgb(34 68 74 / 0.9);
  }
  .md\:hover\/opacity\:bg-bluemarine-900\/95:hover{
    background-color: rgb(34 68 74 / 0.95);
  }
  .md\:hover\/opacity\:bg-bluemarine-900\/100:hover{
    background-color: rgb(34 68 74 / 1);
  }
  .md\:hover\/opacity\:bg-bluemarine\/0:hover{
    background-color: rgb(5 79 89 / 0);
  }
  .md\:hover\/opacity\:bg-bluemarine\/5:hover{
    background-color: rgb(5 79 89 / 0.05);
  }
  .md\:hover\/opacity\:bg-bluemarine\/10:hover{
    background-color: rgb(5 79 89 / 0.1);
  }
  .md\:hover\/opacity\:bg-bluemarine\/20:hover{
    background-color: rgb(5 79 89 / 0.2);
  }
  .md\:hover\/opacity\:bg-bluemarine\/25:hover{
    background-color: rgb(5 79 89 / 0.25);
  }
  .md\:hover\/opacity\:bg-bluemarine\/30:hover{
    background-color: rgb(5 79 89 / 0.3);
  }
  .md\:hover\/opacity\:bg-bluemarine\/40:hover{
    background-color: rgb(5 79 89 / 0.4);
  }
  .md\:hover\/opacity\:bg-bluemarine\/50:hover{
    background-color: rgb(5 79 89 / 0.5);
  }
  .md\:hover\/opacity\:bg-bluemarine\/60:hover{
    background-color: rgb(5 79 89 / 0.6);
  }
  .md\:hover\/opacity\:bg-bluemarine\/70:hover{
    background-color: rgb(5 79 89 / 0.7);
  }
  .md\:hover\/opacity\:bg-bluemarine\/75:hover{
    background-color: rgb(5 79 89 / 0.75);
  }
  .md\:hover\/opacity\:bg-bluemarine\/80:hover{
    background-color: rgb(5 79 89 / 0.8);
  }
  .md\:hover\/opacity\:bg-bluemarine\/90:hover{
    background-color: rgb(5 79 89 / 0.9);
  }
  .md\:hover\/opacity\:bg-bluemarine\/95:hover{
    background-color: rgb(5 79 89 / 0.95);
  }
  .md\:hover\/opacity\:bg-bluemarine\/100:hover{
    background-color: rgb(5 79 89 / 1);
  }
  .md\:hover\/opacity\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }
  .md\:hover\/opacity\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }
  .md\:hover\/opacity\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }
  .md\:hover\/opacity\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }
  .md\:hover\/opacity\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }
  .md\:hover\/opacity\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }
  .md\:hover\/opacity\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }
  .md\:hover\/opacity\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }
  .md\:hover\/opacity\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }
  .md\:hover\/opacity\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }
  .md\:hover\/opacity\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }
  .md\:hover\/opacity\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }
  .md\:hover\/opacity\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }
  .md\:hover\/opacity\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }
  .md\:hover\/opacity\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }
  .md\:hover\/opacity\:bg-none:hover{
    background-image: none;
  }
  .md\:hover\/opacity\:bg-gradient-to-t:hover{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }
  .md\:hover\/opacity\:bg-gradient-to-tr:hover{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }
  .md\:hover\/opacity\:bg-gradient-to-r:hover{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }
  .md\:hover\/opacity\:bg-gradient-to-br:hover{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }
  .md\:hover\/opacity\:bg-gradient-to-b:hover{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }
  .md\:hover\/opacity\:bg-gradient-to-bl:hover{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }
  .md\:hover\/opacity\:bg-gradient-to-l:hover{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }
  .md\:hover\/opacity\:bg-gradient-to-tl:hover{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }
  .md\:hover\/opacity\:bg-gradient:hover background-image{
    primary: linear-gradient(90deg, #336699 0%, #00BCD4 48.96%, #4DD0E1 100%);
    backdrop: linear-gradient(180deg, rgba(0, 0, 0, 0) 29.38%, rgba(0, 0, 0, 0.8) 87.01%);
  }
  .md\:hover\/opacity\:bg-auto:hover{
    background-size: auto;
  }
  .md\:hover\/opacity\:bg-cover:hover{
    background-size: cover;
  }
  .md\:hover\/opacity\:bg-contain:hover{
    background-size: contain;
  }
  .md\:hover\/opacity\:bg-fixed:hover{
    background-attachment: fixed;
  }
  .md\:hover\/opacity\:bg-local:hover{
    background-attachment: local;
  }
  .md\:hover\/opacity\:bg-scroll:hover{
    background-attachment: scroll;
  }
  .md\:hover\/opacity\:bg-clip-border:hover{
    background-clip: border-box;
  }
  .md\:hover\/opacity\:bg-clip-padding:hover{
    background-clip: padding-box;
  }
  .md\:hover\/opacity\:bg-clip-content:hover{
    background-clip: content-box;
  }
  .md\:hover\/opacity\:bg-clip-text:hover{
    -webkit-background-clip: text;
            background-clip: text;
  }
  .md\:hover\/opacity\:bg-bottom:hover{
    background-position: bottom;
  }
  .md\:hover\/opacity\:bg-center:hover{
    background-position: center;
  }
  .md\:hover\/opacity\:bg-left:hover{
    background-position: left;
  }
  .md\:hover\/opacity\:bg-left-bottom:hover{
    background-position: left bottom;
  }
  .md\:hover\/opacity\:bg-left-top:hover{
    background-position: left top;
  }
  .md\:hover\/opacity\:bg-right:hover{
    background-position: right;
  }
  .md\:hover\/opacity\:bg-right-bottom:hover{
    background-position: right bottom;
  }
  .md\:hover\/opacity\:bg-right-top:hover{
    background-position: right top;
  }
  .md\:hover\/opacity\:bg-top:hover{
    background-position: top;
  }
  .md\:hover\/opacity\:bg-repeat:hover{
    background-repeat: repeat;
  }
  .md\:hover\/opacity\:bg-no-repeat:hover{
    background-repeat: no-repeat;
  }
  .md\:hover\/opacity\:bg-repeat-x:hover{
    background-repeat: repeat-x;
  }
  .md\:hover\/opacity\:bg-repeat-y:hover{
    background-repeat: repeat-y;
  }
  .md\:hover\/opacity\:bg-repeat-round:hover{
    background-repeat: round;
  }
  .md\:hover\/opacity\:bg-repeat-space:hover{
    background-repeat: space;
  }
  .md\:hover\/opacity\:bg-origin-border:hover{
    background-origin: border-box;
  }
  .md\:hover\/opacity\:bg-origin-padding:hover{
    background-origin: padding-box;
  }
  .md\:hover\/opacity\:bg-origin-content:hover{
    background-origin: content-box;
  }
  .md\:hover\/opacity\:bg-blend-normal:hover{
    background-blend-mode: normal;
  }
  .md\:hover\/opacity\:bg-blend-multiply:hover{
    background-blend-mode: multiply;
  }
  .md\:hover\/opacity\:bg-blend-screen:hover{
    background-blend-mode: screen;
  }
  .md\:hover\/opacity\:bg-blend-overlay:hover{
    background-blend-mode: overlay;
  }
  .md\:hover\/opacity\:bg-blend-darken:hover{
    background-blend-mode: darken;
  }
  .md\:hover\/opacity\:bg-blend-lighten:hover{
    background-blend-mode: lighten;
  }
  .md\:hover\/opacity\:bg-blend-color-dodge:hover{
    background-blend-mode: color-dodge;
  }
  .md\:hover\/opacity\:bg-blend-color-burn:hover{
    background-blend-mode: color-burn;
  }
  .md\:hover\/opacity\:bg-blend-hard-light:hover{
    background-blend-mode: hard-light;
  }
  .md\:hover\/opacity\:bg-blend-soft-light:hover{
    background-blend-mode: soft-light;
  }
  .md\:hover\/opacity\:bg-blend-difference:hover{
    background-blend-mode: difference;
  }
  .md\:hover\/opacity\:bg-blend-exclusion:hover{
    background-blend-mode: exclusion;
  }
  .md\:hover\/opacity\:bg-blend-hue:hover{
    background-blend-mode: hue;
  }
  .md\:hover\/opacity\:bg-blend-saturation:hover{
    background-blend-mode: saturation;
  }
  .md\:hover\/opacity\:bg-blend-color:hover{
    background-blend-mode: color;
  }
  .md\:hover\/opacity\:bg-blend-luminosity:hover{
    background-blend-mode: luminosity;
  }
  .md\:hover\/opacity\:bg-gradient-primary:hover {
    /* background: linear-gradient(90deg, #0097A7 0%, #00BCD4 48.96%, #4DD0E1 100%); */
    background: linear-gradient(
      90deg,
      #0097a7 0%,
      #00bcd4 99.99%,
      #6dcbd7 100%
    );
  }

  .md\:hover\/opacity\:bg-gradient-trasparent:hover {
    /* background: linear-gradient(90deg, #0097A7 0%, #00BCD4 48.96%, #4DD0E1 100%); */
    background: linear-gradient(
      90deg,
      #0097a7 0%,
      #00bcd4 48.96%,
      #4dd0e1 100%
    );
  }

  .md\:hover\/opacity\:bg-image-overlay:hover {
    background: linear-gradient(
      0deg,
      rgba(34, 68, 74, 0.6) 50%,
      rgba(34, 68, 74, 0) 100%
    );
    border-radius: 8px 8px 0px 0px;
  }

  .md\:hover\/opacity\:bg-backdrop:hover {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 29.38%,
      rgba(0, 0, 0, 0.8) 87.01%
    );
  }
  .md\:hover\/opacity\:bg-backdrop-card:hover {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 1%,
      rgba(0, 0, 0, 0.8) 100%
    );
  }
}
@media (min-width: 1024px){
  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .lg\:col-start-4{
    grid-column-start: 4;
  }
  .lg\:col-start-9{
    grid-column-start: 9;
  }
  .lg\:col-start-2{
    grid-column-start: 2;
  }
  .lg\:col-start-3{
    grid-column-start: 3;
  }
  .lg\:my-\[120px\]{
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mb-77{
    margin-bottom: 77px;
  }
  .lg\:mt-90{
    margin-top: 90px;
  }
  .lg\:mb-38{
    margin-bottom: 38px;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mt-120{
    margin-top: 120px;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:\!flex{
    display: flex !important;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-\[30vh\]{
    height: 30vh;
  }
  .lg\:h-\[14\.7vh\]{
    height: 14.7vh;
  }
  .lg\:h-\[315px\]{
    height: 315px;
  }
  .lg\:h-\[400px\]{
    height: 400px;
  }
  .lg\:h-\[411px\]{
    height: 411px;
  }
  .lg\:min-h-\[488px\]{
    min-height: 488px;
  }
  .lg\:min-h-\[236px\]{
    min-height: 236px;
  }
  .lg\:w-fit{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .lg\:w-max{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .lg\:max-w-\[902px\]{
    max-width: 902px;
  }
  .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-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-col{
    flex-direction: column;
  }
  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .lg\:items-start{
    align-items: flex-start;
  }
  .lg\:items-end{
    align-items: flex-end;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-127{
    gap: 127px;
  }
  .lg\:gap-60{
    gap: 60px;
  }
  .lg\:gap-10{
    gap: 10px;
  }
  .lg\:gap-32{
    gap: 32px;
  }
  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8px * var(--tw-space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:border-none{
    border-style: none;
  }
  .lg\:px-100{
    padding-left: 100px;
    padding-right: 100px;
  }
  .lg\:px-80{
    padding-left: 80px;
    padding-right: 80px;
  }
  .lg\:py-30{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .lg\:px-93{
    padding-left: 93px;
    padding-right: 93px;
  }
  .lg\:px-64{
    padding-left: 64px;
    padding-right: 64px;
  }
  .lg\:pl-64{
    padding-left: 64px;
  }
  .lg\:pt-20{
    padding-top: 20px;
  }
  .lg\:pr-90{
    padding-right: 90px;
  }
  .lg\:pt-128{
    padding-top: 128px;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-28{
    font-size: 28px;
  }
  .lg\:text-16{
    font-size: 16px;
  }
  .lg\:text-12{
    font-size: 12px;
  }
  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .lg\:text-\[42px\]{
    font-size: 42px;
  }
  .lg\:font-medium{
    font-weight: 500;
  }
}
@media (min-width: 1280px){
  .xl\:container{
    width: 90%;
    margin: auto;
  }
  @media (min-width: 1280px){
    .xl\:container{
      width: 1200px;
    }
  }
  @media (min-width: 1536px){
    .xl\:container{
      width: 1440px;
    }
  }
  .xl\:col-span-10{
    grid-column: span 10 / span 10;
  }
  .xl\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .xl\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .xl\:col-start-2{
    grid-column-start: 2;
  }
  .xl\:col-start-3{
    grid-column-start: 3;
  }
  .xl\:col-end-6{
    grid-column-end: 6;
  }
  .xl\:grid{
    display: grid;
  }
  .xl\:h-\[429px\]{
    height: 429px;
  }
  .xl\:h-\[502px\]{
    height: 502px;
  }
  .xl\:min-h-\[502px\]{
    min-height: 502px;
  }
  .xl\:max-w-\[unset\]{
    max-width: unset;
  }
  .xl\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .xl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .xl\:items-end{
    align-items: flex-end;
  }
  .xl\:justify-center{
    justify-content: center;
  }
  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .xl\:pr-0{
    padding-right: 0px;
  }
  .xl\:text-left{
    text-align: left;
  }
        @media screen and (max-width: 640px) {
    .xl\:container {
		max-width: none
    }
        }
}
@media (max-width: 768px){
  .mmd\:absolute{
    position: absolute;
  }
  .mmd\:h-screen-75{
    height: 75vh;
  }
  .mmd\:h-full{
    height: 100%;
  }
  .mmd\:w-full{
    width: 100%;
  }
  .mmd\:\!w-full{
    width: 100% !important;
  }
}

